:root {
  --evergreen: #394534;
  --golden-oat: #BFA078;
  --ivory: #F9F4EE;
  --warm-sand: #E3CEB2;
  --soft-sage: #96947B;
  --muted-olive: #74755D;
  --brown: #685A3C;
  --charcoal: #333333;
  --white: #FFFCF8;
  --line: rgba(57,69,52,.13);
  --soft-shadow: 0 22px 60px rgba(57,69,52,.10);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Lato", Arial, sans-serif;
  /* Easy visual tweaks for future GitHub edits */
  --header-logo-width: 280px;
  --hero-visual-size: 390px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--charcoal); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: var(--warm-sand); color: var(--evergreen); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--evergreen); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 14px; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 118px 0; }
.eyebrow { margin: 0 0 16px; color: var(--brown); font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; }
.eyebrow.light { color: #DDC49F; }
h1, h2, h3 { margin-top: 0; color: var(--evergreen); font-family: var(--serif); font-weight: 500; line-height: .98; }
h1 { font-size: clamp(54px, 6.2vw, 82px); letter-spacing: -.035em; }
h2 { font-size: clamp(42px, 4.6vw, 62px); letter-spacing: -.025em; }
h3 { font-size: 31px; line-height: 1.05; }
p { margin-top: 0; }

.site-header { position: relative; z-index: 30; background: var(--ivory); border-bottom: 0; }
.nav-wrap { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 32px; position: relative; }
.brand { width: var(--header-logo-width); max-width: 32vw; height: auto; display: block; flex: 0 0 auto; }
.brand picture, .brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 23px; font-size: 13px; }
.site-nav a { color: #4C4A45; transition: color .2s ease; }
.site-nav a:hover { color: var(--evergreen); }
.site-nav .nav-cta { color: #FFF9F1; background: var(--evergreen); padding: 12px 18px; border-radius: 999px; font-weight: 700; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; height: 1.5px; background: var(--evergreen); margin: 6px 0; }

.hero { position: relative; overflow: hidden; padding: 86px 0 108px; background: radial-gradient(circle at 83% 17%, rgba(227,206,178,.32), transparent 29%), linear-gradient(180deg, #FCF8F2 0%, var(--ivory) 100%); }
.hero::after { content: ""; position: absolute; inset: auto -180px -280px auto; width: 620px; height: 620px; border: 1px solid rgba(191,160,120,.18); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 92px; align-items: center; position: relative; z-index: 2; }
.hero-copy { max-width: 760px; }
.hero h1 { margin-bottom: 26px; }
.hero h1 em { display: block; color: var(--brown); font-weight: 500; }
.hero-intro { max-width: 660px; color: #5F5B55; font-size: 19px; line-height: 1.7; }
.founder-lockup { display: grid; gap: 2px; margin: 30px 0 34px; padding-left: 18px; border-left: 2px solid var(--golden-oat); }
.founder-lockup strong { color: var(--evergreen); font-family: var(--serif); font-size: 24px; font-weight: 600; }
.founder-lockup span { color: #706B63; font-size: 13px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 8px; border: 1px solid transparent; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--evergreen); color: #FFF9F1; box-shadow: 0 10px 26px rgba(57,69,52,.16); }
.btn-primary:hover { box-shadow: 0 14px 34px rgba(57,69,52,.22); }
.btn-secondary { background: transparent; border-color: rgba(57,69,52,.42); color: var(--evergreen); }
.btn-light { background: #F7EEE3; color: var(--evergreen); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 34px; color: #716C65; font-size: 12px; }
.trust-row span { position: relative; padding-left: 16px; }
.trust-row span::before { content: ""; position: absolute; left: 0; top: .7em; width: 5px; height: 5px; border-radius: 50%; background: var(--golden-oat); }
.hero-visual { position: relative; width: min(100%, var(--hero-visual-size)); max-width: var(--hero-visual-size); justify-self: end; }
.brand-photo-placeholder { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(57,69,52,.13); background: linear-gradient(145deg, rgba(255,252,248,.95), rgba(227,206,178,.24)); box-shadow: var(--soft-shadow); }
.brand-photo-placeholder::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(191,160,120,.22); pointer-events: none; }
.placeholder-arc { position: absolute; border: 1px solid rgba(57,69,52,.12); border-radius: 50%; }
.arc-one { width: 340px; height: 340px; right: -165px; top: -95px; }
.arc-two { width: 270px; height: 270px; left: -145px; bottom: -105px; border-color: rgba(191,160,120,.24); }
.placeholder-mark { position: absolute; right: 44px; bottom: 34px; color: rgba(57,69,52,.09); font-family: var(--serif); font-size: 172px; line-height: .8; }
.placeholder-stem { position: absolute; left: 42%; top: 24%; width: 2px; height: 52%; background: linear-gradient(var(--golden-oat), var(--evergreen)); transform: rotate(17deg); transform-origin: bottom; opacity: .78; }
.placeholder-stem span { position: absolute; width: 52px; height: 21px; border: 1px solid rgba(104,90,60,.48); border-radius: 100% 0 100% 0; background: rgba(227,206,178,.38); }
.placeholder-stem span:nth-child(1) { left: -48px; top: 22%; transform: rotate(-24deg); }
.placeholder-stem span:nth-child(2) { left: 2px; top: 45%; transform: rotate(26deg) scaleX(-1); }
.placeholder-stem span:nth-child(3) { left: -47px; top: 67%; transform: rotate(-18deg); }

.brand-intro { padding: 42px 0; background: var(--evergreen); color: #F8F1E7; }
.brand-intro-grid { display: grid; grid-template-columns: .34fr 1fr; gap: 65px; align-items: center; }
.brand-intro-kicker { margin: 0; color: #D9BC91; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.brand-intro-quote { margin: 0; max-width: 880px; font-family: var(--serif); font-size: clamp(28px, 3.1vw, 42px); line-height: 1.13; }
.brand-intro-quote em { color: #E7CDA8; }

.about { background: #FFFCF8; }
.about-grid { display: grid; grid-template-columns: .56fr 1.12fr; gap: 90px; align-items: center; }
.about-portrait-wrap { display: grid; justify-items: center; gap: 20px; }
.about-portrait { width: min(100%, 275px); padding: 10px; border-radius: 50%; background: var(--ivory); border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(57,69,52,.08); }
.about-portrait img { width: 100%; border-radius: 50%; }
.about-portrait-caption { display: grid; gap: 2px; text-align: center; }
.about-portrait-caption strong { color: var(--evergreen); font-family: var(--serif); font-size: 22px; font-weight: 600; }
.about-portrait-caption span { color: #777168; font-size: 12px; }
.about-facts { margin-top: 32px; border-top: 1px solid var(--line); }
.about-facts > div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--line); }
.about-facts span { color: #837C71; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.about-facts strong { color: var(--evergreen); font-size: 14px; font-weight: 700; }
.section-copy .lead { color: var(--evergreen); font-family: var(--serif); font-size: 28px; line-height: 1.25; }
.section-copy > p:not(.eyebrow):not(.lead) { color: #615E58; }
.mission-card { margin-top: 34px; padding: 26px 28px; border-left: 3px solid var(--golden-oat); background: rgba(227,206,178,.22); }
.mission-card span { color: var(--brown); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; }
.mission-card p { margin: 8px 0 0; color: var(--evergreen); font-family: var(--serif); font-size: 22px; line-height: 1.35; }

.values { padding: 105px 0; background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1.15fr .72fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading.compact { align-items: center; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0; color: #66625B; max-width: 520px; }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { min-height: 250px; padding: 30px 23px; border-right: 1px solid var(--line); }
.value-card:last-child { border-right: 0; }
.value-card > span { color: var(--golden-oat); font-family: var(--serif); font-size: 18px; }
.value-card h3 { margin: 42px 0 12px; font-size: 29px; }
.value-card p { margin: 0; color: #69655F; font-size: 13px; line-height: 1.65; }

.services { background: #FFFCF8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 390px; padding: 40px 34px; border-right: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(249,244,238,.42); }
.service-card:last-child { border-right: 0; }
.service-number { color: var(--golden-oat); font-family: var(--serif); font-size: 19px; }
.service-card h3 { margin: 68px 0 15px; font-size: 36px; }
.service-card p { color: #66625C; }
.text-link { margin-top: auto; color: var(--evergreen); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.text-link span { color: var(--golden-oat); margin-left: 5px; }

.approach { background: #FFFCF8; padding-top: 0; }
.approach-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 65px 70px; background: linear-gradient(135deg, #394534, #465343); color: #ECE7DE; position: relative; overflow: hidden; }
.approach-card::after { content: ""; position: absolute; right: -120px; bottom: -190px; width: 420px; height: 420px; border: 1px solid rgba(227,206,178,.15); border-radius: 50%; }
.approach-card h2 { color: #F7F0E6; }
.approach-copy > p:not(.eyebrow) { color: #D6D1C7; }
.approach-list { position: relative; z-index: 1; }
.approach-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.approach-list > div:last-child { border-bottom: 0; }
.approach-list span { color: #D8B78B; font-family: var(--serif); font-size: 18px; }
.approach-list p { margin: 0; color: #E5E0D8; }
.approach-list strong { color: #F4EBDD; }

.insurance { background: var(--ivory); }
.insurance-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 90px; align-items: center; }
.insurance-copy > p:not(.eyebrow) { color: #625F58; max-width: 600px; }
.insurance-panel { padding: 38px; background: #FFFCF8; border: 1px solid var(--line); box-shadow: 0 15px 40px rgba(70,61,46,.05); }
.panel-kicker { margin: 0 0 24px; color: var(--brown); font-family: var(--serif); font-size: 23px; }
.insurance-panel ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.insurance-panel li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.insurance-panel li span { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(150,148,123,.14); color: var(--evergreen); font-size: 12px; }
.insurance-panel li p { margin: 0; }
.fine-print { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #77736A; font-size: 12px; line-height: 1.55; }

.promise { padding: 82px 0; background: #EEE3D5; }
.promise-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: start; }
.promise-title h2 { margin-bottom: 0; }
.promise-copy { padding-top: 10px; }
.promise-copy p { color: #5C5953; font-size: 17px; }
.promise-copy .promise-emphasis { color: var(--evergreen); font-family: var(--serif); font-size: 28px; line-height: 1.25; }

.resources { background: #FFFCF8; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-card { border: 1px solid var(--line); padding: 34px; min-height: 260px; background: rgba(249,244,238,.54); transition: transform .2s ease, box-shadow .2s ease; }
.resource-card:hover { transform: translateY(-4px); box-shadow: var(--soft-shadow); }
.resource-card span { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: rgba(191,160,120,.13); color: var(--brown); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.resource-card h3 { font-size: 36px; margin: 48px 0 8px; }
.resource-card p { color: #68645D; margin: 0; }

.booking { padding: 78px 0; background: #FFFCF8; }
.booking-card { padding: 58px 62px; background: var(--evergreen); color: #F8F1E7; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; position: relative; overflow: hidden; }
.booking-card::after { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(227,206,178,.18); border-radius: 50%; right: -70px; top: -120px; }
.booking h2 { color: #FBF3E9; }
.booking-card > div > p:not(.eyebrow) { color: #DED9CF; margin-bottom: 0; }
.booking-actions { position: relative; z-index: 2; display: grid; justify-items: end; gap: 12px; }
.booking-status { max-width: 330px; margin: 0; text-align: right; color: #D8D2C9; font-size: 12px; }

.contact { background: var(--ivory); }
.contact-grid { display: grid; grid-template-columns: .86fr 1fr; gap: 90px; align-items: center; }
.contact-copy > p:not(.eyebrow) { color: #646058; max-width: 500px; }
.contact-links { display: grid; margin-top: 34px; border-top: 1px solid var(--line); }
.contact-link { display: grid; grid-template-columns: 90px 1fr; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: center; }
.contact-link span { color: #827D72; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-link strong { color: var(--evergreen); font-size: 14px; overflow-wrap: anywhere; }
.is-hidden { display: none !important; }
.contact-panel { background: #FFFCF8; border: 1px solid var(--line); box-shadow: var(--soft-shadow); padding: 32px; }
.contact-panel picture img { width: min(100%, 390px); margin: 0 auto; }
.contact-panel-copy { padding: 24px 12px 10px; border-top: 1px solid var(--line); }
.contact-panel-copy h3 { max-width: 500px; font-size: 34px; line-height: 1.06; }

.site-footer { background: #2F3B2C; color: #EDE8DE; padding: 62px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .55fr .9fr; gap: 60px; }
.footer-brand img { width: 190px; background: #F9F4EE; }
.footer-brand p { font-family: var(--serif); max-width: 360px; font-size: 20px; color: #E6DFD3; }
.footer-brand em { color: #D8B889; }
.footer-links { display: grid; align-content: start; gap: 10px; font-size: 13px; }
.footer-meta p { margin: 0 0 4px; }
.footer-meta a { display: inline-block; margin-top: 22px; color: #DDBD90; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 46px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; color: #BDB9AF; font-size: 11px; }
.footer-bottom p:last-child { max-width: 690px; text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .72s ease, transform .72s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-small { transition-delay: .08s; }
.reveal-delay { transition-delay: .16s; }

@media (max-width: 1040px) {
  .container { width: min(100% - 36px, 920px); }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 20px; background: rgba(249,244,238,.99); box-shadow: var(--soft-shadow); border: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; gap: 5px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px; }
  .site-nav .nav-cta { margin-top: 6px; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr .62fr; gap: 58px; }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .value-card:nth-child(3) { border-right: 0; }
  .value-card:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .value-card:nth-child(4) { border-right: 1px solid var(--line); }
  .section-heading, .approach-card, .insurance-grid, .contact-grid, .promise-grid { gap: 48px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 82px; }
  .brand { width: 225px; max-width: 68vw; }
  .hero { padding: 58px 0 92px; }
  .hero-grid, .brand-intro-grid, .about-grid, .section-heading, .service-grid, .approach-card, .insurance-grid, .promise-grid, .resource-grid, .booking-card, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 70px; }
  .hero h1 { font-size: clamp(50px, 14vw, 72px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-visual { justify-self: center; width: min(84vw, 340px); max-width: 340px; }
  .brand-intro-grid { gap: 15px; }
  .about-grid { gap: 32px; }
  .section-heading { gap: 16px; margin-bottom: 34px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .value-card:last-child { border-bottom: 0; }
  .value-card h3 { margin-top: 22px; }
  .service-grid { border: 1px solid var(--line); }
  .service-card { min-height: 310px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .approach-card { padding: 42px 26px; }
  .booking-card { padding: 42px 28px; gap: 28px; }
  .booking-actions { justify-items: stretch; }
  .booking-status { text-align: left; }
  .contact-panel { padding: 22px; }
  .footer-grid { gap: 36px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* v6 refinements: approved brand artwork, compact portrait, integrated footer */
:root {
  --header-logo-height: 104px;
}

.nav-wrap { min-height: 128px; }
.brand {
  width: auto;
  max-width: none;
  height: var(--header-logo-height);
  display: flex;
  align-items: center;
}
.brand picture,
.brand img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.hero-brand-logo {
  display: block;
  width: 210px;
  max-width: 42vw;
  margin: -4px 0 20px;
}
.hero-brand-logo img { width: 100%; height: auto; }

.about-grid {
  grid-template-columns: 240px 1fr;
  gap: 78px;
}
.about-portrait-wrap { justify-items: center; }
.about-portrait {
  width: 190px;
  height: 190px;
  aspect-ratio: 1 / 1;
  padding: 6px;
  overflow: hidden;
}
.about-portrait picture { display: block; width: 100%; height: 100%; }
.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  border-radius: 50%;
}
.about-portrait-caption { max-width: 220px; }
.about-portrait-caption strong { font-size: 19px; }

.contact-panel picture.contact-brand-logo img {
  width: min(100%, 310px);
  margin: 0 auto;
}

.site-footer {
  background: linear-gradient(180deg, #F1E7DB 0%, #ECE0D2 100%);
  color: var(--evergreen);
  border-top: 1px solid rgba(57,69,52,.10);
}
.footer-brand picture.footer-logo { display: block; width: 165px; }
.footer-brand picture.footer-logo img {
  width: 100%;
  height: auto;
  background: transparent;
}
.footer-brand p { color: var(--evergreen); }
.footer-brand em { color: var(--brown); }
.footer-links a { color: #4E5648; }
.footer-meta p { color: #4E5648; }
.footer-meta a { color: var(--brown); }
.footer-bottom {
  border-top-color: rgba(57,69,52,.14);
  color: #706B63;
}

@media (max-width: 1040px) {
  :root { --header-logo-height: 92px; }
  .nav-wrap { min-height: 114px; }
}

@media (max-width: 760px) {
  :root { --header-logo-height: 78px; }
  .nav-wrap { min-height: 98px; }
  .brand { max-width: 42vw; }
  .hero-brand-logo { width: 170px; max-width: 50vw; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-portrait { width: 168px; height: 168px; }
}


/* v7 refinements: exact uploaded Avena logo + smaller Sidra portrait */
:root {
  --header-logo-height: 104px;
}

.site-header {
  background: #F9F4EE;
}

.brand picture,
.brand img {
  display: block;
  background: transparent;
}

/* Keep the official full logo legible without creating a floating white box. */
.brand {
  height: var(--header-logo-height);
}

.hero-brand-logo {
  width: 210px;
}

.about-grid {
  grid-template-columns: 150px 1fr;
  gap: 54px;
}
.about-portrait {
  width: 96px;
  height: 96px;
  padding: 4px;
}
.about-portrait-caption {
  max-width: 150px;
  margin-top: 12px;
}
.about-portrait-caption strong {
  font-size: 15px;
}
.about-portrait-caption span {
  font-size: 11px;
}

.site-footer {
  background: #F9F4EE;
  border-top: 1px solid rgba(57,69,52,.12);
}
.footer-brand picture.footer-logo {
  width: 180px;
}
.footer-brand picture.footer-logo img {
  background: transparent;
}

@media (max-width: 760px) {
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-portrait { width: 88px; height: 88px; }
  .about-portrait-caption { max-width: 150px; }
}
