/* ============================================================
   Homegrown Learning Studio | stylesheet
   Palette derived from Pantone:
     Sunshine 12-0727 · Dawn Blue 13-4303 · Smoke Green 15-6315
     Willow Bough 18-0119
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* Pantone-derived core */
  --sunshine:      #EAC85A;   /* 12-0727 Sunshine  */
  --sunshine-soft: #F6E7AB;
  --sunshine-deep: #CBA233;
  --dawn:          #C3C6C6;   /* 13-4303 Dawn Blue */
  --dawn-soft:     #E6E8E6;
  --dawn-deep:     #969C9B;
  --smoke:         #9FAE87;   /* 15-6315 Smoke Green */
  --smoke-soft:    #DCE3D1;
  --smoke-deep:    #6F8056;
  --willow:        #59754D;   /* 18-0119 Willow Bough */

  /* Warm neutrals */
  --paper:      #FBF7EE;
  --surface:    #FFFDF8;
  --surface-2:  #F3EEE1;
  --ink:        #33362C;
  --ink-soft:   #5F6353;
  --ink-faint:  #8B8D7E;
  --line:       rgba(51,54,44,.13);
  --line-soft:  rgba(51,54,44,.08);

  /* Accent role tokens (forest-led, sage washes) */
  --accent:      var(--willow);
  --accent-ink:  #FCFBF4;
  --accent-2:    var(--sunshine);
  --accent-2-deep: var(--sunshine-deep);
  --wash:        var(--smoke-soft);
  --wash-2:      var(--surface-2);

  /* Homegrown brand colors (the logo SVGs are the source of truth) */
  --homegrown-charcoal:  #35362B;
  --homegrown-olive:     #72725E;
  --homegrown-warm-gray: #969587;
  --homegrown-ivory:     #FAF7F3;
  --homegrown-white:     #FFFFFF;

  /* Type */
  --font-display: 'Newsreader', Georgia, 'Times New Roman', serif;
  --font-body:    'Mulish', ui-sans-serif, system-ui, sans-serif;

  --radius:    18px;
  --radius-sm: 12px;
  --radius-lg: 26px;
  --shadow-sm: 0 1px 2px rgba(51,54,44,.05), 0 6px 18px rgba(51,54,44,.05);
  --shadow-md: 0 2px 6px rgba(51,54,44,.06), 0 22px 48px rgba(51,54,44,.10);
  --maxw: 1180px;
}

/* ---------- Reset & base ---------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h, 76px) + 1.25rem); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.68;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.08;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--accent); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--ink); }

img { max-width: 100%; display: block; }
::selection { background: var(--sunshine-soft); color: var(--ink); }

.em { font-family: var(--font-display); font-style: italic; font-weight: 400; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.75rem); }
[hidden] { display: none !important; }
section { position: relative; }
.section-pad { padding-block: clamp(3.75rem, 8vw, 7rem); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-body);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent-2-deep);
  margin: 0 0 1.1rem;
}
.eyebrow::before {
  content: ""; width: 1.15em; height: 1.15em; flex: none;
  background: var(--accent-2-deep);
  -webkit-mask: var(--sprig) center/contain no-repeat;
          mask: var(--sprig) center/contain no-repeat;
}
.eyebrow.plain::before { display: none; }

.lede { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--ink-soft); line-height: 1.6; max-width: 46ch; }

/* sprig + check as data URIs (masked, inherit accent) */
:root {
  --sprig: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C11 15 7.5 10 2 8.5c.5 6.5 4.5 11.5 10 12.5z' fill='%23000'/%3E%3Cpath d='M12.4 22c.8-8 4.6-13.6 9.6-15-.4 8-4.4 13.6-9.6 15z' fill='%23000'/%3E%3Crect x='11.3' y='11' width='1.4' height='11' rx='.7' fill='%23000'/%3E%3C/svg%3E");
  --check: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4.2 4.2L19 6.5' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --spark: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1c.7 6 4.3 9.6 10 10-5.7.4-9.3 4-10 10-.7-6-4.3-9.6-10-10 5.7-.4 9.3-4 10-10z' fill='%23000'/%3E%3C/svg%3E");
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-body); font-size: .98rem; font-weight: 600;
  letter-spacing: .005em;
  padding: .82em 1.5em; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
  text-align: center; line-height: 1.1;
}
.btn-primary { background: var(--accent); color: var(--accent-ink); box-shadow: var(--shadow-sm); }
.btn-primary:hover { color: var(--accent-ink); transform: translateY(-2px); box-shadow: var(--shadow-md); filter: brightness(1.04); }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(51,54,44,.24); }
.btn-ghost:hover { color: var(--ink); border-color: var(--accent); background: rgba(255,255,255,.5); transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
          backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 74px; padding-block: .6rem; }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.1rem); }
.nav-links a { color: var(--ink-soft); font-size: .96rem; font-weight: 600; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav .btn { padding: .62em 1.15em; font-size: .92rem; }

/* Site logo (header) */
.site-logo { display: inline-flex; flex: none; }
.site-logo:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; border-radius: 4px; }
.site-logo__image { display: block; width: clamp(210px, 22vw, 272px); height: auto; }

.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding-top: clamp(3rem, 6vw, 5rem); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(60% 55% at 78% 8%, color-mix(in srgb, var(--accent-2) 26%, transparent), transparent 70%),
    radial-gradient(55% 50% at 6% 90%, color-mix(in srgb, var(--wash) 80%, transparent), transparent 72%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero-copy { max-width: 34rem; }
.hero h1 { font-size: clamp(2.7rem, 5.6vw, 4.5rem); margin-bottom: 1.15rem; }
.hero h1 .em { color: var(--accent); }
.hero .lede { margin-top: 0; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }

/* underline mark on a hero word */
.u-mark { position: relative; white-space: nowrap; }
.u-mark::after {
  content: ""; position: absolute; left: -.04em; right: -.04em; bottom: .04em; height: .34em;
  background: var(--accent-2); opacity: .5; border-radius: 3px; z-index: -1;
}

/* hero image */
.hero-media { position: relative; }
.hero-media .frame {
  position: relative; border-radius: 220px 220px var(--radius-lg) var(--radius-lg);
  overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.hero-media .blob {
  position: absolute; inset: auto -6% -7% auto; width: 62%; aspect-ratio: 1; z-index: -1;
  background: var(--accent-2); opacity: .5; border-radius: 50%;
  filter: blur(6px);
}
.hero-media .chip {
  position: absolute; left: -5%; bottom: 8%;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 14px; padding: .7rem .95rem; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: .6rem; font-size: .86rem; max-width: 15rem;
}
.hero-media .chip .dot { width: 34px; height: 34px; flex: none; border-radius: 50%; background: var(--wash); display: grid; place-items: center; }
.hero-media .chip .dot::after { content: ""; width: 18px; height: 18px; background: var(--accent); -webkit-mask: var(--spark) center/contain no-repeat; mask: var(--spark) center/contain no-repeat; }
.hero-media .chip b { font-family: var(--font-body); font-weight: 700; display: block; }
.hero-media .chip span { color: var(--ink-soft); }

/* photo frames: placeholder until real photos arrive, then .frame img */
.frame img { width: 100%; height: 100%; object-fit: cover; }
.img-placeholder {
  width: 100%; height: 100%;
  background:
    radial-gradient(70% 60% at 30% 20%, color-mix(in srgb, var(--dawn-soft) 70%, transparent), transparent 75%),
    var(--wash-2);
  display: grid; place-items: center;
}
.img-placeholder span {
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-faint);
  background: color-mix(in srgb, var(--surface) 80%, transparent);
  border: 1px dashed var(--line);
  padding: .45rem .9rem; border-radius: 999px;
}

/* ---------- Questions band ---------- */
.questions { background: var(--wash); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.questions::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(color-mix(in srgb, var(--ink) 20%, transparent) 1px, transparent 1.4px);
  background-size: 22px 22px;
  -webkit-mask: linear-gradient(180deg, transparent, #000 40%, #000 60%, transparent);
          mask: linear-gradient(180deg, transparent, #000 40%, #000 60%, transparent);
}
.questions > .wrap { position: relative; z-index: 1; }
.questions .head { max-width: 40rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.questions h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
.q-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.q-item {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.4rem 1.6rem 1.4rem 0;
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.q-item .qn { font-family: var(--font-body); font-weight: 700; font-size: .82rem; color: var(--accent-2-deep); font-variant-numeric: tabular-nums; padding-top: .35em; flex: none; }
.q-item p { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(1.15rem, 1.9vw, 1.5rem); line-height: 1.32; color: var(--ink); margin: 0; }
/* an odd count leaves an orphan cell; let the closing question span the row */
.q-item:nth-child(odd):last-child { grid-column: 1 / -1; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.about-media { position: relative; }
.about-media .frame {
  border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5;
  box-shadow: var(--shadow-md); border: 1px solid var(--line); position: relative;
}
.about-media .tag {
  position: absolute; right: -4%; top: 7%; z-index: 2;
  background: var(--sunshine); color: #33290B;
  font-family: var(--font-body); font-weight: 700; font-size: .8rem;
  padding: .55rem .95rem; border-radius: 999px; box-shadow: var(--shadow-md);
  transform: rotate(3deg);
}
.about-media::before {
  content: ""; position: absolute; inset: 8% -6% -6% 8%; z-index: -1;
  border-radius: var(--radius-lg); background: var(--wash);
}
.about-copy h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 1.3rem; }
.about-copy p { color: var(--ink-soft); margin-bottom: 1.05em; max-width: 52ch; }
.about-copy p strong { color: var(--ink); font-weight: 600; }

.creds { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2rem; }
.cred { padding: 1.15rem 1.15rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.cred b { font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; display: block; line-height: 1; color: var(--accent); }
.cred span { font-size: .82rem; color: var(--ink-soft); display: block; margin-top: .45rem; line-height: 1.35; }

.approaches { margin-top: 2rem; }
.approaches .lbl { font-size: .84rem; color: var(--ink-faint); margin-bottom: .75rem; }
.chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.chip-tag {
  font-size: .86rem; font-weight: 600; color: var(--ink-soft);
  background: var(--surface); border: 1px solid var(--line);
  padding: .42em .9em; border-radius: 999px;
}

/* ---------- Services ---------- */
.services { background: var(--wash-2); }
.services .head { max-width: 42rem; margin-bottom: clamp(2.25rem, 4vw, 3.25rem); }
.services h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }

.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; align-items: stretch; }
.tier {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.9rem 1.7rem 1.7rem;
  box-shadow: var(--shadow-sm); position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.tier:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tier.featured { border-color: color-mix(in srgb, var(--accent) 40%, transparent); box-shadow: var(--shadow-md); }
.tier .role {
  align-self: flex-start;
  font-family: var(--font-body); font-size: .72rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--accent-2-deep); background: var(--wash);
  padding: .35em .8em; border-radius: 999px; margin-bottom: 1rem;
}
.tier.featured .role { color: var(--accent-ink); background: var(--accent); }
.tier h3 { font-size: 1.65rem; margin-bottom: .5rem; }
.tier .price { display: flex; align-items: baseline; gap: .25rem; margin-bottom: 1rem; }
.tier .price .amt { font-family: var(--font-display); font-size: 2.5rem; font-weight: 500; color: var(--ink); line-height: 1; }
.tier .price .cadence { font-size: .95rem; color: var(--ink-faint); font-weight: 600; }
.tier .blurb { color: var(--ink-soft); font-size: .96rem; margin-bottom: 1.35rem; }
.tier .feat { list-style: none; padding: 0; margin: 0 0 1.6rem; display: flex; flex-direction: column; gap: .7rem; }
.tier .feat li { position: relative; padding-left: 1.9rem; font-size: .93rem; color: var(--ink-soft); line-height: 1.45; }
.tier .feat li::before {
  content: ""; position: absolute; left: 0; top: .05em; width: 1.25rem; height: 1.25rem;
  border-radius: 50%; background: var(--wash);
}
.tier .feat li::after {
  content: ""; position: absolute; left: .28rem; top: .33em; width: .7rem; height: .7rem;
  background: var(--accent);
  -webkit-mask: var(--check) center/contain no-repeat; mask: var(--check) center/contain no-repeat;
}
.tier .feat li.carry { font-weight: 700; color: var(--ink); padding-left: 0; }
.tier .feat li.carry::before, .tier .feat li.carry::after { display: none; }
.tier .btn { margin-top: auto; }

/* Free intro-call callout */
.free-call {
  display: flex; align-items: center; justify-content: space-between; gap: 1.2rem 2.2rem;
  flex-wrap: wrap; position: relative; overflow: hidden;
  background: var(--accent); color: var(--accent-ink);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  padding: clamp(1.4rem, 3vw, 2.1rem) clamp(1.5rem, 3.5vw, 2.6rem);
  margin-bottom: 1.6rem;
}
.free-call::after {
  content: ""; position: absolute; right: -3%; top: -40%; width: 40%; aspect-ratio: 1; z-index: 0;
  background: color-mix(in srgb, var(--accent-ink) 10%, transparent);
  border-radius: 50%; pointer-events: none;
}
.free-call .fc-copy { position: relative; z-index: 1; max-width: 42rem; }
.free-call .fc-badge {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--font-body); font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  background: color-mix(in srgb, var(--accent-ink) 15%, transparent);
  color: var(--accent-ink); padding: .42em .9em; border-radius: 999px; margin-bottom: .9rem;
}
.free-call h3 { color: var(--accent-ink); font-size: 1.65rem; margin-bottom: .45rem; line-height: 1.12; }
.free-call p { color: color-mix(in srgb, var(--accent-ink) 84%, transparent); font-size: .98rem; margin: 0; }
.free-call .btn { position: relative; z-index: 1; flex: none; white-space: nowrap; background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); }
.free-call .btn:hover { background: var(--paper); color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow-md); }
@media (max-width: 560px) { .free-call .btn { width: 100%; } }

.alacarte {
  margin-top: 1.6rem; background: transparent;
  border: 1px dashed color-mix(in srgb, var(--ink) 24%, transparent);
  border-radius: var(--radius); padding: 1.5rem clamp(1.25rem, 3vw, 2rem);
}
.alacarte .ac-head { display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; margin-bottom: 1.1rem; }
.alacarte h4 { font-size: 1.2rem; }
.alacarte .ac-note { font-size: .9rem; color: var(--ink-faint); }
.ac-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: .25rem 2rem; list-style: none; padding: 0; margin: 0; }
.ac-list li { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: .62rem 0; border-top: 1px solid var(--line-soft); font-size: .93rem; }
.ac-list li .ac-name { color: var(--ink-soft); }
.ac-list li .ac-price { font-weight: 700; color: var(--ink); white-space: nowrap; }
.ac-list li .ac-price.free { color: var(--accent); }

/* ---------- Reviews ---------- */
.reviews .head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; margin-bottom: clamp(1.75rem, 3vw, 2.5rem); }
.reviews h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.reviews .head p { max-width: 44ch; color: var(--ink-soft); margin-top: .8rem; }
.gtag { display: inline-flex; align-items: center; gap: .55rem; font-size: .9rem; color: var(--ink-soft); background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: .5rem .9rem; white-space: nowrap; }
.gtag .stars { color: var(--sunshine-deep); letter-spacing: .05em; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }
.review-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm);
  position: relative;
}
.review-card .stars { color: var(--dawn); letter-spacing: .12em; font-size: 1.05rem; margin-bottom: .9rem; }
.review-card .ph-line { height: .72rem; border-radius: 999px; background: var(--wash-2); margin-bottom: .6rem; }
.review-card .ph-line.w-90 { width: 90%; }
.review-card .ph-line.w-75 { width: 75%; }
.review-card .ph-line.w-60 { width: 60%; }
.review-card .who { display: flex; align-items: center; gap: .7rem; margin-top: 1.35rem; }
.review-card .av { width: 38px; height: 38px; border-radius: 50%; background: var(--dawn-soft); flex: none; }
.review-card .who .nm { height: .7rem; width: 6.5rem; border-radius: 999px; background: var(--wash-2); }
.review-card .who .sub { height: .55rem; width: 4rem; border-radius: 999px; background: var(--wash-2); margin-top: .4rem; }
.review-empty { position: absolute; inset: 0; display: grid; place-items: center; }
.review-empty span { font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); background: color-mix(in srgb, var(--surface) 85%, transparent); padding: .4rem .8rem; border-radius: 999px; }

/* ---------- Contact ---------- */
.contact { background: var(--wash); }
.contact::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(color-mix(in srgb, var(--ink) 20%, transparent) 1px, transparent 1.4px);
  background-size: 22px 22px;
  -webkit-mask: linear-gradient(180deg, transparent, #000 40%, #000 60%, transparent);
          mask: linear-gradient(180deg, transparent, #000 40%, #000 60%, transparent);
}
.contact > .wrap { position: relative; z-index: 1; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 1.1rem; }
.contact-aside p { color: var(--ink-soft); max-width: 40ch; }
.contact-details { list-style: none; padding: 0; margin: 2rem 0 0; display: flex; flex-direction: column; gap: 1.2rem; }
.contact-details li { display: flex; gap: .9rem; align-items: flex-start; }
.contact-details .ic { width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; color: var(--accent); }
.contact-details .ic svg { width: 19px; height: 19px; }
.contact-details li > span:last-child { display: flex; flex-direction: column; gap: .2rem; min-width: 0; }
.contact-details .lbl { font-size: .76rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-faint); font-weight: 700; }
.contact-details .val { color: var(--ink); font-weight: 600; overflow-wrap: anywhere; }
.contact-details a.val { color: var(--ink); text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--ink) 30%, transparent); text-underline-offset: .18em; }
.contact-details a.val:hover { color: var(--accent); text-decoration-color: currentColor; }

.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.4rem); box-shadow: var(--shadow-md); }
.field { margin-bottom: 1.15rem; }
.field > label { display: block; font-size: .82rem; font-weight: 700; letter-spacing: .02em; color: var(--ink); margin-bottom: .45rem; }
.field .hint { font-weight: 400; color: var(--ink-faint); letter-spacing: 0; }
.input, .textarea, .select {
  width: 100%; font-family: var(--font-body); font-size: .98rem; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: .8rem .95rem; transition: border-color .15s ease, box-shadow .15s ease; outline: none;
}
.input::placeholder, .textarea::placeholder { color: var(--ink-faint); }
.input:focus, .textarea:focus, .select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); }
.textarea { resize: vertical; min-height: 96px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }

.checks { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
.opt {
  display: flex; align-items: center; gap: .6rem; cursor: pointer;
  padding: .6rem .8rem; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--paper); font-size: .92rem; color: var(--ink-soft); transition: border-color .15s, background .15s;
}
.opt:hover { border-color: color-mix(in srgb, var(--accent) 40%, transparent); }
.opt input { accent-color: var(--accent); width: 1.05rem; height: 1.05rem; flex: none; }
.opt.has { border-color: var(--accent); background: color-mix(in srgb, var(--wash) 60%, var(--surface)); color: var(--ink); }

/* validation */
.input.invalid, .textarea.invalid { border-color: #B0532F; }
.input.invalid:focus, .textarea.invalid:focus { border-color: #B0532F; box-shadow: 0 0 0 3px rgba(176,83,47,.16); }
.field-error { font-size: .82rem; color: #B0532F; margin: .35rem 0 0; }
.form-error { font-size: .9rem; color: #B0532F; margin: 0 0 .9rem; }
.form-error a { color: inherit; text-decoration: underline; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.btn[disabled] { opacity: .7; cursor: default; pointer-events: none; }

.form-success {
  display: none; text-align: center; padding: 1rem 0 .25rem;
}
.form-success .fs-mark { width: 54px; height: 54px; margin: 0 auto .9rem; border-radius: 50%; background: var(--wash); display: grid; place-items: center; }
.form-success .fs-mark::after { content: ""; width: 28px; height: 28px; background: var(--accent); -webkit-mask: var(--check) center/contain no-repeat; mask: var(--check) center/contain no-repeat; }
.form-success h3 { font-size: 1.5rem; margin-bottom: .4rem; }
.form-success p { color: var(--ink-soft); }
.form-card.sent form { display: none; }
.form-card.sent .form-success { display: block; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: color-mix(in srgb, var(--paper) 82%, transparent); padding-block: clamp(2.5rem, 5vw, 4rem); }
.footer a { color: color-mix(in srgb, var(--paper) 82%, transparent); }
.footer a:hover { color: var(--sunshine); }
.footer-grid { display: flex; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; align-items: flex-start; }
.footer-logo { display: inline-block; }
.footer-logo:focus-visible { outline: 2px solid var(--paper); outline-offset: 4px; border-radius: 4px; }
.footer-logo__image { display: block; width: min(260px, 72vw); height: auto; }
.footer .tag { margin-top: 1rem; font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: color-mix(in srgb, var(--paper) 78%, transparent); max-width: 24ch; }
.foot-col h5 { font-family: var(--font-body); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: color-mix(in srgb, var(--paper) 55%, transparent); margin: 0 0 1rem; font-weight: 700; }
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .6rem; font-size: .95rem; }
.foot-bottom { margin-top: clamp(2rem, 4vw, 3rem); padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .84rem; color: color-mix(in srgb, var(--paper) 55%, transparent); }

/* ---------- Textures ---------- */
/* subtle grain over the whole page */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNDAnIGhlaWdodD0nMTQwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC44NScgbnVtT2N0YXZlcz0nMicvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNuKScvPjwvc3ZnPg==");
}

/* ---------- Reveal animation ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
  .reveal.in { opacity: 1; transform: none; }
  .hero .reveal { transition-duration: .8s; }
  [style*="--d:"] { transition-delay: var(--d); }
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; width: 100%; max-width: 24rem; margin-inline: auto; }
  .about-media { width: 100%; max-width: 24rem; margin-inline: auto; }
  .creds { grid-template-columns: repeat(2, 1fr); }
  .tiers, .review-grid { grid-template-columns: 1fr; }
  .ac-list { grid-template-columns: repeat(2, 1fr); }
  .q-list { grid-template-columns: 1fr; }

  .site-logo__image { width: clamp(170px, 44vw, 230px); }

  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line);
    background: var(--surface); cursor: pointer; color: var(--ink);
  }
  .nav-toggle svg { width: 22px; height: 22px; }
  .mobile-menu {
    display: none; flex-direction: column; gap: .25rem;
    padding: .5rem 0 1.25rem; border-top: 1px solid var(--line-soft);
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a:not(.btn) { padding: .8rem clamp(1.25rem, 4vw, 2.75rem); color: var(--ink); font-weight: 600; font-size: 1.05rem; }
  .mobile-menu .btn { margin: .6rem clamp(1.25rem, 4vw, 2.75rem) 0; }
}
@media (min-width: 961px) { .mobile-menu { display: none !important; } }

@media (max-width: 560px) {
  .field-row, .checks, .ac-list { grid-template-columns: 1fr; }
  .creds { grid-template-columns: 1fr 1fr; }
  .hero-media .chip { left: 0; }
  .about-media .tag { right: 2%; }
}

/* print niceties */
@media print {
  .nav, .nav-toggle, body::after { display: none !important; }
  body { background: #fff; }
}
