:root {
  --espresso: #2b1a17;
  --cocoa: #4b302b;
  --cream: #f8f2e7;
  --ivory: #fffdf8;
  --gold: #d6b26e;
  --gold-deep: #a67839;
  --slate: #5f6968;
  --rose: #b98a7a;
  --ink: #241d1b;
  --muted: #746b66;
  --line: rgba(43, 26, 23, .16);
  --shadow: 0 24px 70px rgba(43, 26, 23, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Segoe UI", sans-serif;
  --script: "Segoe Script", "Bradley Hand", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 17px/1.65 var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--ivory); color: var(--espresso); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 84px; padding: 10px clamp(22px,5vw,76px); background: rgba(248,242,231,.93); border-bottom: 1px solid rgba(43,26,23,.10); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; mix-blend-mode: multiply; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font: 700 1.16rem/1.1 var(--serif); letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(16px,2.2vw,34px); }
.site-nav a { position: relative; font-size: .84rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--gold-deep); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 10px 17px; color: var(--ivory); background: var(--espresso); border-radius: 999px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--espresso); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); min-height: calc(100vh - 84px); overflow: hidden; background: var(--ivory); }
.hero::before { position: absolute; inset: 0 auto auto 0; width: 46%; height: 12px; background: linear-gradient(90deg,var(--espresso),var(--gold),var(--slate)); content: ""; }
.hero-copy { align-self: center; max-width: 810px; padding: clamp(72px,9vw,132px) clamp(28px,7vw,110px); }
.eyebrow { margin: 0 0 18px; color: var(--gold-deep); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #e8ca91; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--serif); }
h1 { margin-bottom: 28px; color: var(--espresso); font-size: clamp(3.25rem,6.4vw,7rem); font-weight: 500; letter-spacing: -.045em; line-height: .88; }
h1 em { display: block; margin-top: 20px; color: var(--gold-deep); font-family: var(--script); font-size: .34em; font-weight: 500; letter-spacing: 0; line-height: 1.22; }
.hero-lede { max-width: 660px; margin-bottom: 34px; color: #514844; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--espresso); border-radius: 999px; font-size: .82rem; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(43,26,23,.12); }
.button-primary { color: var(--ivory); background: var(--espresso); }
.button-quiet { color: var(--espresso); background: transparent; }
.signature-line { margin: 36px 0 0; color: var(--cocoa); font: 1.2rem var(--script); transform: rotate(-2deg); }
.hero-visual { position: relative; display: grid; min-height: 620px; padding: clamp(28px,5vw,70px); place-items: center; background: var(--espresso); }
.hero-visual::before { position: absolute; inset: 5% 6%; border: 1px solid rgba(214,178,110,.45); border-radius: 48% 48% 10px 10px; content: ""; }
.hero-frame { position: relative; width: min(100%,560px); }
.hero-frame > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; border-radius: 48% 48% 8px 8px; box-shadow: var(--shadow); filter: saturate(.82) contrast(1.04); }
.experience-seal { position: absolute; right: -24px; bottom: 30px; display: flex; width: 150px; height: 150px; align-items: center; justify-content: center; gap: 8px; color: var(--espresso); background: var(--gold); border: 8px solid var(--espresso); border-radius: 50%; transform: rotate(5deg); }
.experience-seal strong { font: 700 2.5rem/1 var(--serif); }
.experience-seal span { font-size: .69rem; font-weight: 800; letter-spacing: .05em; line-height: 1.25; text-transform: uppercase; }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); color: var(--cream); background: var(--cocoa); }
.trust-strip span { padding: 19px 20px; border-right: 1px solid rgba(255,255,255,.16); font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.section { padding: clamp(76px,10vw,148px) clamp(24px,7vw,110px); }
.section-heading { display: grid; grid-template-columns: .55fr 1.25fr 1fr; gap: clamp(28px,5vw,80px); align-items: start; margin-bottom: 58px; }
.section-heading.compact { grid-template-columns: .5fr 1fr 1fr; }
h2 { margin-bottom: 20px; color: var(--espresso); font-size: clamp(2.45rem,4.4vw,5rem); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
h3 { margin-bottom: 13px; color: var(--espresso); font-size: 1.45rem; line-height: 1.18; }
.section-heading > p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 340px; padding: 32px; background: rgba(255,253,248,.48); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card.featured { color: var(--cream); background: var(--espresso); }
.service-card.featured h3 { color: var(--cream); }
.service-number { display: block; margin-bottom: 78px; color: var(--gold-deep); font: 700 .8rem var(--sans); }
.featured .service-number { color: var(--gold); }
.service-card p { color: var(--muted); font-size: .92rem; }
.featured p { color: #d9cbc1; }

.journey { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,9vw,150px); color: var(--cream); background: var(--espresso); }
.journey h2, .journey h3 { color: var(--cream); }
.journey-intro { position: sticky; top: 140px; align-self: start; }
.journey-intro > p:last-child { color: #c8bab1; }
.journey-steps { border-top: 1px solid rgba(255,255,255,.22); }
.journey-steps article { display: grid; grid-template-columns: 110px 1fr 1.1fr; gap: 24px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.journey-steps span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journey-steps h3 { font-size: 1.28rem; }
.journey-steps p { margin-bottom: 0; color: #c8bab1; font-size: .9rem; }

.proof { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(46px,8vw,120px); background: var(--ivory); }
.proof-copy { align-self: center; }
.proof-copy > p:not(.eyebrow) { color: var(--muted); }
blockquote { margin: 38px 0 0; padding: 24px 0 4px 27px; color: var(--cocoa); border-left: 3px solid var(--gold); font: 1.3rem/1.45 var(--serif); }
.proof-gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; align-items: end; }
.proof-gallery figure { margin: 0; }
.proof-gallery img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.76) contrast(1.06); }
.proof-gallery .wide img { aspect-ratio: 3/4; }
.proof-gallery figcaption { padding: 12px 3px 0; color: var(--muted); font-size: .74rem; }

.care { background: #e9e4da; }
.care-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-bottom: 48px; background: rgba(43,26,23,.16); border: 1px solid rgba(43,26,23,.16); }
.care-grid article { padding: 30px; background: #e9e4da; }
.care-grid span { color: var(--gold-deep); font-size: .75rem; font-weight: 800; }
.care-grid h3 { margin-top: 50px; }
.care-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.product-note { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: clamp(35px,5vw,70px); color: var(--cream); background: var(--slate); }
.product-note h3 { margin: 0; color: var(--cream); font-size: clamp(2rem,3vw,3.5rem); }
.product-note > p { align-self: end; margin-bottom: 0; color: #edf0ed; }

.about { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: clamp(50px,9vw,150px); background: var(--cream); }
.about-mark { position: relative; align-self: center; }
.about-mark::before { position: absolute; inset: -22px; z-index: 0; background: var(--gold); border-radius: 50%; content: ""; opacity: .38; }
.about-mark img { position: relative; z-index: 1; width: 100%; border-radius: 50%; mix-blend-mode: multiply; }
.about-copy { max-width: 780px; }
.about-copy .large { color: var(--cocoa); font: 1.35rem/1.55 var(--serif); }
.about-copy > p:not(.eyebrow):not(.large) { color: var(--muted); }
.credential-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 0; padding: 0; list-style: none; }
.credential-list li { padding: 9px 13px; background: var(--ivory); border: 1px solid var(--line); border-radius: 999px; font-size: .75rem; font-weight: 800; }

.faq { background: var(--ivory); }
.faq-list { max-width: 980px; margin-left: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 54px 25px 0; cursor: pointer; font: 1.25rem var(--serif); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 24px; right: 8px; color: var(--gold-deep); content: "+"; font: 1.4rem var(--sans); }
.faq details[open] summary::after { content: "–"; }
.faq details p { max-width: 760px; padding: 0 0 25px; color: var(--muted); }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,9vw,150px); padding: clamp(76px,10vw,135px) clamp(24px,7vw,110px); color: var(--cream); background: var(--espresso); }
.contact h2 { color: var(--cream); }
.contact > div:first-child > p:last-child { max-width: 600px; color: #c8bab1; }
.contact-links { border-top: 1px solid rgba(255,255,255,.22); }
.contact-links a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); text-decoration: none; }
.contact-links span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-links strong { font: 500 1.15rem var(--serif); }
footer { display: flex; min-height: 115px; align-items: center; gap: 28px; padding: 22px clamp(24px,7vw,110px); color: #8d8179; background: #1b1210; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
footer img { width: 64px; height: 64px; border-radius: 50%; filter: grayscale(1) sepia(.4); mix-blend-mode: screen; opacity: .75; }
footer p { margin: 0; }
footer p:last-child { margin-left: auto; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
/* Revision: compact hero, real page navigation, and unframed branding. */
section[id], article[id] { scroll-margin-top: 110px; }
.brand img, .about-mark img { border-radius: 0; object-fit: contain; }
.about-mark::before { content: none; }
.about-mark { max-width: 330px; }
.site-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 7px; }
.hero { min-height: 0; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); }
.hero-copy { padding: 70px clamp(24px,5vw,80px); }
h1 { font-size: clamp(3rem,5.8vw,5.6rem); line-height: 1.02; }
.hero-visual { min-width: 0; min-height: 0; padding: 38px; }
.hero-visual::before { content: none; }
.hero-frame { width: 100%; max-width: 500px; margin: auto; }
.hero-frame > img { width: 100%; height: auto; aspect-ratio: 4/5; border-radius: 120px 120px 8px 8px; object-fit: cover; }
.experience-seal { right: -12px; bottom: 16px; width: 116px; height: 116px; border-width: 5px; }
.experience-seal strong { font-size: 2rem; }
.experience-seal span { font-size: .75rem; letter-spacing: 0; }
.trust-strip a { padding: 20px; border-right: 1px solid #ffffff29; font-size: .875rem; font-weight: 700; text-align: center; text-underline-offset: 5px; }
.trust-strip a:hover { color: var(--espresso); background: var(--gold); }
.page-intro { padding: 70px clamp(24px,7vw,110px) 60px; border-bottom: 1px solid var(--line); }
.page-intro h1 { max-width: 1000px; font-size: clamp(2.7rem,5.5vw,5.2rem); }
.page-intro > p:last-child { max-width: 700px; margin-bottom: 0; font-size: 1.125rem; }
.section { padding-top: 70px; padding-bottom: 70px; }
.resource-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 35px; }
.resource-grid > a { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: var(--ivory); text-decoration: none; }
.resource-grid > a:hover { border-color: var(--gold-deep); }
.resource-grid span { font-size: .875rem; color: var(--muted); }
.resource-grid h3 { margin-top: 25px; }
.resource-grid b { margin-top: auto; text-decoration: underline; text-underline-offset: 5px; }
.prep { background: var(--ivory); }
.prep h2, .editorial-note h2 { max-width: 950px; }
.prep p, .prep ol, .editorial-note p { max-width: 800px; }
.prep ol { padding-left: 24px; }
.prep li { padding: 10px 0 10px 8px; }
.work-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 55px; }
.work-grid img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; margin-bottom: 25px; }
.work-grid h2 { font-size: clamp(2rem,3vw,3rem); }
.editorial-note { background: #e9e4da; }
.compact-contact { padding-top: 60px; padding-bottom: 60px; }
.compact-contact h2 { font-size: clamp(2.2rem,3.5vw,3.5rem); }
.service-card p, .care-grid p, .journey-steps p { font-size: 1rem; }
.eyebrow, .brand-copy small, .credential-list li, .contact-links span, footer { font-size: .875rem; }
.journey-steps article { grid-template-columns: 1fr; gap: 8px; }
.journey-steps span { font-size: .875rem; }
@media (max-width: 1150px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: 20px 24px 28px; background: var(--cream); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: grid; gap: 14px; }
  .site-nav a { padding: 8px; }
}
@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0 !important; padding: 30px !important; }
  .hero-frame { max-width: 410px; }
  .hero-copy { padding: 55px 24px; }
  .resource-grid, .work-grid { grid-template-columns: 1fr; }
  .trust-strip a { border-bottom: 1px solid #ffffff29; }
  .brand-copy small { font-size: .75rem; }
}
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 66px; }
  .hero-visual { min-height: 650px; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 4px; }
  .section-heading > p:last-child { max-width: 680px; }
  .service-grid, .care-grid { grid-template-columns: repeat(2,1fr); }
  .journey, .proof, .about, .contact { grid-template-columns: 1fr; }
  .journey-intro { position: static; }
  .about-mark { max-width: 380px; margin: auto; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: 20px 24px 28px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(43,26,23,.1); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 8px 2px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 76px; }
  h1 { font-size: clamp(3.15rem,17vw,5.1rem); }
  .hero-visual { min-height: 520px; padding: 38px; }
  .experience-seal { right: -8px; bottom: 18px; width: 126px; height: 126px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .service-grid, .care-grid, .product-note { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .service-number { margin-bottom: 48px; }
  .journey-steps article { grid-template-columns: 1fr; gap: 4px; }
  .proof-gallery { grid-template-columns: 1fr 1fr; }
  .product-note { gap: 30px; }
  .contact-links a { align-items: flex-start; flex-direction: column; gap: 4px; }
  footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  footer p:last-child { margin-left: 0; }
}
@media (max-width: 480px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .proof-gallery { grid-template-columns: 1fr; }
  .proof-gallery figure:last-child { width: 76%; margin-left: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
.hero-visual { min-height: 0; }
.hero-frame { justify-self: stretch; }
.hero-frame > img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 10px; filter: none; }
.hero-frame .experience-seal { position: static; width: auto; height: auto; margin-top: 18px; padding: 14px 20px; border: 0; border-radius: 8px; transform: none; justify-content: flex-start; gap: 16px; }
.hero-frame .experience-seal span { font-size: .875rem; line-height: 1.4; }
.brand img, .about-mark img { mix-blend-mode: normal; }
.case-stories { background: #e9e4da; }
.case-stories > h2 { max-width: 950px; }
.case-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 32px; }
.case-grid article { background: var(--ivory); border-top: 3px solid var(--gold-deep); padding: clamp(24px,4vw,44px); }
.case-grid h3 { font-size: clamp(1.8rem,2.7vw,2.7rem); }
.case-label { font-size: .875rem; font-weight: 700; color: var(--cocoa); }
.source-note { margin-top: 25px; max-width: 900px; font-size: .875rem; }
@media(max-width:760px) { .case-grid { grid-template-columns: 1fr; } }
@media (min-width: 761px) and (max-width: 980px) { .hero { grid-template-columns: 1fr; } .hero-frame { max-width: 460px; } }
