/* Reconnect — icariansystems.com
   Calm, warm, faith-forward. Grace, not shame.
   No external fonts or trackers, on purpose. */

:root {
  --cream:        #f2ebdc;  /* page canvas, matches app icon bg */
  --cream-deep:   #ece2cf;  /* alt section bands */
  --paper:        #faf6ec;  /* cards */
  --clay:         #b5765a;  /* terracotta accent */
  --clay-deep:    #9c6048;
  --sage:         #6e7a52;  /* green accent */
  --sage-deep:    #5b663f;
  --ink:          #2b2620;  /* primary text */
  --ink-soft:     #5f574b;  /* secondary text */
  --ink-faint:    #8c8475;  /* tertiary / captions */
  --line:         #ddd3bd;  /* hairlines */

  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, Helvetica, Arial, sans-serif;

  --maxw: 1080px;
  --radius: 18px;
  --shadow: 0 24px 60px -28px rgba(60, 45, 30, 0.45);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.62;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: var(--clay-deep); text-decoration: none; }
a:hover { color: var(--clay); text-decoration: underline; text-underline-offset: 3px; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 720px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; color: var(--ink); letter-spacing: -0.01em; line-height: 1.12; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(242, 235, 220, 0.86);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 34px; width: 34px; border-radius: 9px; }
.brand .name { font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.brand:hover { text-decoration: none; }
.nav { display: flex; gap: 26px; align-items: center; font-size: 15px; }
.nav a { color: var(--ink-soft); }
.nav a:hover { color: var(--ink); text-decoration: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--clay); color: #fff;
  padding: 13px 26px; border-radius: 999px;
  font-weight: 600; font-size: 16px; line-height: 1;
  box-shadow: 0 10px 24px -12px rgba(155, 96, 72, 0.8);
  transition: transform .15s ease, background .15s ease;
}
.btn:hover { background: var(--clay-deep); color: #fff; text-decoration: none; transform: translateY(-1px); }
.btn.ghost { background: transparent; color: var(--ink); box-shadow: none; border: 1.5px solid var(--line); }
.btn.ghost:hover { background: var(--paper); border-color: var(--clay); color: var(--ink); }

/* ---------- Hero ---------- */
.hero { padding: 86px 0 64px; position: relative; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--sage-deep);
  background: rgba(110, 122, 82, 0.12);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hero h1 { font-size: clamp(40px, 5.6vw, 62px); margin: 0 0 22px; }
.hero h1 .accent { color: var(--clay); }
.hero p.lede { font-size: 20px; color: var(--ink-soft); margin: 0 0 32px; max-width: 30em; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-note { font-size: 14px; color: var(--ink-faint); margin-top: 18px; }

.phone-frame {
  justify-self: center;
  border-radius: 40px;
  background: #fff;
  padding: 8px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  max-width: 300px;
  transform: rotate(-1.5deg);
}
.phone-frame img { border-radius: 33px; }

/* soft ambient blobs */
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.5; z-index: -1;
}
.hero::before { width: 360px; height: 360px; background: rgba(181, 118, 90, 0.18); top: -80px; right: -60px; }
.hero::after  { width: 320px; height: 320px; background: rgba(110, 122, 82, 0.16); bottom: -120px; left: -80px; }

/* ---------- Sections ---------- */
section { padding: 72px 0; }
.band { background: var(--cream-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); margin: 0 0 14px; }
.section-head p { font-size: 18px; color: var(--ink-soft); margin: 0; }

/* ---------- Beats (the four-beat practice) ---------- */
.beats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.beat {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px;
}
.beat .num {
  font-family: var(--serif); font-size: 15px; font-weight: 700; color: var(--clay);
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--clay); margin-bottom: 16px;
}
.beat h3 { font-size: 20px; margin: 0 0 8px; }
.beat p { margin: 0; font-size: 15.5px; color: var(--ink-soft); line-height: 1.55; }

/* ---------- Gallery ---------- */
.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 24px;
}
.shot { text-align: center; }
.shot .img {
  background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 6px;
  box-shadow: 0 18px 40px -26px rgba(60, 45, 30, 0.5);
  margin-bottom: 16px;
}
.shot .img img { border-radius: 21px; }
.shot h3 { font-size: 17px; margin: 0 0 4px; font-family: var(--sans); font-weight: 700; }
.shot p { margin: 0; font-size: 14px; color: var(--ink-faint); }

/* ---------- Values / privacy promise ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px;
}
.value .mark {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid var(--sage); position: relative; margin-bottom: 18px;
}
.value .mark::before, .value .mark::after { content: ""; position: absolute; background: var(--sage); border-radius: 2px; }
.value .mark::before { width: 4px; height: 20px; left: 50%; top: 50%; transform: translate(-50%, -55%); }
.value .mark::after  { width: 14px; height: 4px; left: 50%; top: 50%; transform: translate(-50%, -135%); }
.value h3 { font-size: 19px; margin: 0 0 10px; }
.value p { margin: 0; color: var(--ink-soft); font-size: 15.5px; }

/* ---------- Quote / scripture band ---------- */
.scripture { text-align: center; }
.scripture blockquote {
  font-family: var(--serif); font-size: clamp(24px, 3.4vw, 34px);
  color: var(--ink); margin: 0 auto; max-width: 18em; line-height: 1.3; font-style: italic;
}
.scripture cite { display: block; margin-top: 18px; font-family: var(--sans); font-style: normal;
  font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--clay); font-weight: 600; }

/* ---------- Honesty / coverage ---------- */
.honest { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 38px; max-width: 760px; margin: 0 auto; }
.honest h2 { font-size: 26px; margin: 0 0 16px; }
.honest p { color: var(--ink-soft); margin: 0 0 14px; font-size: 16.5px; }
.honest p:last-child { margin-bottom: 0; }

/* ---------- CTA ---------- */
.cta { text-align: center; }
.cta h2 { font-size: clamp(30px, 4vw, 44px); margin: 0 0 18px; }
.cta p { font-size: 19px; color: var(--ink-soft); margin: 0 0 30px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #d9cfbd; padding: 52px 0 40px; }
.site-footer a { color: #e7decd; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.footer-brand img { height: 30px; width: 30px; border-radius: 8px; }
.footer-brand .name { font-family: var(--serif); font-size: 19px; color: #f3ead9; }
.footer-col p { margin: 4px 0; font-size: 14.5px; color: #b6ab97; max-width: 32ch; }
.footer-links { display: flex; gap: 26px; font-size: 15px; flex-wrap: wrap; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13.5px; color: #9b9080; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---------- Legal / content pages ---------- */
.page-head { padding: 64px 0 8px; }
.page-head h1 { font-size: clamp(34px, 5vw, 48px); margin: 0 0 12px; }
.page-head .updated { color: var(--ink-faint); font-size: 15px; }
.prose { padding: 24px 0 72px; }
.prose h2 { font-size: 24px; margin: 38px 0 12px; }
.prose h3 { font-size: 19px; margin: 28px 0 8px; }
.prose p { color: var(--ink-soft); margin: 0 0 16px; }
.prose ul { color: var(--ink-soft); padding-left: 22px; margin: 0 0 16px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--ink); }
.callout {
  background: var(--paper); border-left: 3px solid var(--sage); border-radius: 12px;
  padding: 20px 24px; margin: 0 0 28px; color: var(--ink-soft);
}
.callout strong { color: var(--ink); }

/* support contact card */
.contact-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 32px; margin: 8px 0 36px;
}
.contact-card h2 { margin-top: 0; }
.contact-card .email { font-size: 22px; font-family: var(--serif); }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 6px 0; }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 600; color: var(--ink); list-style: none; font-size: 17px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--clay); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 18px; color: var(--ink-soft); margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero p.lede { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .eyebrow { margin-left: auto; margin-right: auto; }
  .beats { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .nav { display: none; }
  .hero { padding: 56px 0 44px; }
  section { padding: 56px 0; }
  .beats { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .shot h3 { font-size: 15px; }
  .footer-bottom { flex-direction: column; }
}
