:root {
  --off-white: #f7eee8;
  --paper: #fffaf6;
  --beige: #e2cdbe;
  --beige-light: #f1e2d4;
  --sage: #b49075;
  --sage-light: #ead7c9;
  --sage-mist: #f2e3d6;
  --green: #6d342d;
  --green-dark: #30261f;
  --charcoal: #32271f;
  --muted: #6c584c;
  --line: rgba(75, 29, 25, 0.16);
  --shadow: 0 24px 70px rgba(48, 38, 31, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--off-white);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--sage); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.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: 100; top: -100px; left: 16px; padding: 12px 18px; background: var(--green-dark); color: white; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 82px;
  display: flex; align-items: center;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(247, 238, 232, .92);
  border-color: var(--line);
  box-shadow: 0 10px 35px rgba(48, 38, 31, .08);
  backdrop-filter: blur(16px);
}
.nav-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  background: var(--green-dark); border: 1px solid rgba(180, 144, 117, .58); border-radius: 50% 50% 45% 55% / 55% 45% 55% 45%;
  color: #e7c9b8; font: 600 13px/1 var(--serif); letter-spacing: .08em;
  box-shadow: inset 0 0 0 3px rgba(255, 250, 246, .05);
}
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font: 500 16px/1.15 var(--serif); }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); }
.primary-nav a { position: relative; color: #57463c; font-size: 13px; font-weight: 550; }
.primary-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--green);
  transition: right .2s ease;
}
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px;
  font-size: 13px; font-weight: 650; letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: currentColor; }
.button-small { min-height: 43px; padding-inline: 18px; font-size: 12px; }
.button-solid { color: white; background: var(--green); box-shadow: 0 10px 24px rgba(75, 29, 25, .2); }
.button-solid:hover { background: var(--green-dark); box-shadow: 0 13px 30px rgba(48, 38, 31, .24); }
.button-light { color: var(--green-dark); background: var(--off-white); }
.button-light:hover { background: white; box-shadow: 0 14px 34px rgba(0, 0, 0, .16); }
.button-outline-light { color: white; background: transparent; border-color: rgba(255,255,255,.38); }
.button-outline-light:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.7); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 13px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: 820px; padding: 145px 0 85px; overflow: hidden; background: linear-gradient(115deg, var(--off-white) 0 58%, #e5d1c2 58% 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .82fr); align-items: center; gap: clamp(60px, 7vw, 105px); }
.hero-copy { position: relative; z-index: 2; padding-top: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--green); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.hero h1 { max-width: 690px; margin: 0; color: var(--green-dark); font: 400 clamp(48px, 5vw, 73px)/1.02 var(--serif); letter-spacing: -.045em; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: #665146; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 36px; }
.trust-line { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 29px; color: var(--muted); font-size: 11px; }
.trust-line i { width: 3px; height: 3px; border-radius: 50%; background: var(--sage); }
.trust-dot { width: 7px; height: 7px; border: 2px solid var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(109, 52, 45, .1); }
.hero-visual { position: relative; z-index: 2; }
.hero-image-wrap { position: relative; height: 605px; overflow: hidden; border-radius: 230px 230px 26px 26px; box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 28%; }
.hero-note {
  position: absolute; left: -55px; bottom: 54px; display: flex; align-items: center; gap: 13px;
  width: 238px; padding: 17px 18px; background: rgba(255, 250, 246, .93); border: 1px solid rgba(255,255,255,.8);
  border-radius: 16px; box-shadow: 0 18px 46px rgba(48, 38, 31, .18); backdrop-filter: blur(14px);
}
.note-icon { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 39px; border-radius: 50%; color: var(--green); background: var(--sage-light); }
.hero-note div { display: grid; line-height: 1.3; }
.hero-note strong { font: 500 14px/1.2 var(--serif); }
.hero-note small { margin-top: 4px; color: var(--muted); font-size: 9.5px; }
.hero-line { position: absolute; top: -45px; right: -65px; width: 220px; fill: none; stroke: rgba(109, 52, 45, .28); stroke-width: 1; }
.hero-orb { position: absolute; border: 1px solid rgba(109, 52, 45, .13); border-radius: 50%; }
.hero-orb-one { width: 420px; height: 420px; left: -265px; bottom: -220px; }
.hero-orb-two { width: 150px; height: 150px; left: 48%; top: 110px; }

.trust-strip { position: relative; z-index: 3; color: white; background: var(--green-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 14px; padding: 27px 36px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid span { grid-row: 1 / 3; color: var(--sage); font: 400 25px/1 var(--serif); }
.trust-grid strong { font-size: 12px; letter-spacing: .02em; }
.trust-grid small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 9px; }

.section { padding: 120px 0; }
.section h2 { margin: 0; color: var(--green-dark); font: 400 clamp(38px, 4.3vw, 57px)/1.08 var(--serif); letter-spacing: -.035em; }
.section-heading { max-width: 760px; margin: 0 0 60px; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading.center > p:last-child { max-width: 580px; margin: 20px auto 0; }
.section-heading-split { max-width: none; display: grid; grid-template-columns: 1.18fr .7fr; align-items: end; gap: 100px; }
.section-heading-split > p { margin: 0 0 3px; }

.section-about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .86fr 1fr; align-items: center; gap: clamp(70px, 9vw, 135px); }
.about-visual { position: relative; max-width: 480px; }
.about-frame { height: 610px; overflow: hidden; border-radius: 22px 220px 22px 22px; background: var(--beige); }
.about-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; transform: scale(1.07); }
.about-signature { position: absolute; right: -50px; bottom: 45px; padding: 18px 24px; color: var(--green-dark); background: var(--beige-light); border: 1px solid white; border-radius: 12px; font: italic 18px/1.35 var(--serif); box-shadow: var(--shadow); }
.about-copy > p:not(.eyebrow) { max-width: 590px; margin: 25px 0 0; color: var(--muted); font-size: 15.5px; line-height: 1.85; }
.about-copy .text-link { margin-top: 32px; }

.section-help { background: var(--off-white); }
.cards { display: grid; gap: 22px; }
.cards-three { grid-template-columns: repeat(3, 1fr); }
.feature-card { position: relative; min-height: 340px; padding: 32px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: var(--shadow); }
.feature-card.featured { background: var(--sage-mist); border-color: transparent; }
.card-number { position: absolute; top: 27px; right: 29px; color: var(--sage); font: 400 15px/1 var(--serif); }
.feature-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-top: 41px; border-radius: 50%; background: var(--beige-light); }
.featured .feature-icon { background: rgba(255,255,255,.72); }
.feature-icon svg { width: 29px; height: 29px; fill: none; stroke: var(--green); stroke-width: 1.4; }
.feature-card h3 { margin: 33px 0 12px; color: var(--green-dark); font: 400 27px/1.15 var(--serif); }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.section-topics { position: relative; overflow: hidden; color: white; background: var(--green-dark); }
.section-topics::before { content: ""; position: absolute; width: 620px; height: 620px; top: -420px; right: -200px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.topics-grid { display: grid; grid-template-columns: .76fr 1fr; gap: clamp(70px, 9vw, 130px); }
.eyebrow-light { color: #d7ad91; }
.topics-intro { position: sticky; top: 135px; align-self: start; }
.topics-intro h2 { color: white; }
.topics-intro > p:last-child { max-width: 460px; margin-top: 27px; color: rgba(255,255,255,.62); font-size: 13px; }
.topic-list { border-top: 1px solid rgba(255,255,255,.15); }
.topic-item { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 20px; min-height: 86px; border-bottom: 1px solid rgba(255,255,255,.15); }
.topic-item span { color: var(--sage); font: 400 13px/1 var(--serif); }
.topic-item strong { font: 400 clamp(19px, 2vw, 26px)/1.2 var(--serif); }
.topic-item i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--sage-light); font-style: normal; transition: background .2s ease, color .2s ease; }
.topic-item:hover i { color: var(--green-dark); background: var(--sage-light); }

.section-process { background: var(--sage-mist); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-card { padding: 29px 26px 31px; background: rgba(255,255,255,.62); border: 1px solid rgba(75,29,25,.13); border-radius: 15px; }
.process-top { display: flex; align-items: center; gap: 14px; }
.process-top span { color: var(--green); font: 400 27px/1 var(--serif); }
.process-top i { flex: 1; height: 1px; background: var(--line); }
.process-card h3 { margin: 43px 0 14px; color: var(--green-dark); font: 400 22px/1.2 var(--serif); }
.process-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.section-faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .68fr 1fr; align-items: start; gap: clamp(65px, 9vw, 135px); }
.faq-intro { position: sticky; top: 135px; }
.faq-intro > p:not(.eyebrow) { max-width: 420px; margin: 25px 0 0; color: var(--muted); font-size: 14px; }
.faq-intro .text-link { margin-top: 28px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; cursor: pointer; list-style: none; color: var(--green-dark); font: 400 20px/1.3 var(--serif); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 8px; right: 8px; top: 14px; height: 1px; background: var(--green); }
.accordion summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -4px 55px 27px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.inline-contact-link { color: var(--green); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.inline-contact-link:hover { color: var(--green-dark); }

.section-cta { padding-top: 25px; background: var(--paper); }
.cta-panel { position: relative; isolation: isolate; overflow: hidden; padding: 82px 8%; text-align: center; color: white; background: var(--green-dark); border-radius: 26px; }
.cta-panel::before { content: ""; position: absolute; z-index: -1; width: 400px; height: 400px; left: -190px; bottom: -270px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.contact-intro .eyebrow { justify-content: center; }
.contact-intro h2 { max-width: 760px; margin-inline: auto; color: white; font-size: clamp(45px, 5vw, 66px); }
.contact-intro > p:not(.eyebrow) { max-width: 720px; margin: 24px auto 31px; color: rgba(255,255,255,.7); font-size: 14px; }
.contact-intro > small { display: block; max-width: 620px; margin: 18px auto 0; color: rgba(255,255,255,.54); font-size: 10px; }
.contact-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 13px; }
.qr-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 280px)); justify-content: center; gap: 18px; margin-top: 44px; }
.qr-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 16px; padding: 15px; color: var(--green-dark); text-align: left; background: var(--paper); border: 1px solid rgba(255,255,255,.24); border-radius: 16px; box-shadow: 0 16px 34px rgba(0,0,0,.18); transition: transform .2s ease, box-shadow .2s ease; }
.qr-card:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(0,0,0,.24); }
.qr-card img { width: 112px; height: 112px; padding: 6px; object-fit: contain; background: white; border-radius: 10px; }
.qr-card span { min-width: 0; display: grid; line-height: 1.3; }
.qr-card strong { font: 500 18px/1.15 var(--serif); }
.qr-card small { margin-top: 5px; overflow-wrap: anywhere; color: var(--muted); font-size: 9.5px; }
.cta-orbit { position: absolute; z-index: -1; width: 230px; height: 230px; top: -130px; right: -70px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }

.site-footer { color: var(--charcoal); background: var(--paper); }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding: 55px 0 38px; border-bottom: 1px solid var(--line); }
.footer-top nav { display: flex; gap: 28px; }
.footer-top nav a { color: var(--muted); font-size: 12px; }
.footer-top nav a:hover { color: var(--green); }
.privacy-notice { scroll-margin-top: 105px; display: grid; grid-template-columns: .52fr 1fr; gap: clamp(45px, 8vw, 115px); padding: 42px 0; border-bottom: 1px solid var(--line); }
.privacy-heading p { margin: 0 0 9px; color: var(--green); font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.privacy-heading h2 { margin: 0; color: var(--green-dark); font: 400 27px/1.15 var(--serif); }
.privacy-copy { display: grid; gap: 12px; }
.privacy-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 50px; padding: 27px 0 38px; }
.footer-bottom p { max-width: 680px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.footer-meta { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 9px 18px; max-width: 560px; color: var(--muted); font-size: 9px; }
.footer-meta a { color: var(--green); font-weight: 700; }
.footer-meta a:hover { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-two { transition-delay: .22s; }
.reveal-delay-three { transition-delay: .32s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  :root { --shell: min(900px, calc(100vw - 40px)); }
  .nav-shell { grid-template-columns: auto auto 1fr; gap: 20px; }
  .menu-toggle { justify-self: end; grid-column: 3; display: grid; gap: 4px; width: 44px; height: 44px; place-content: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.5); }
  .menu-toggle span:not(.sr-only) { width: 16px; height: 1px; background: var(--green-dark); }
  .primary-nav { position: fixed; top: 82px; left: 20px; right: 20px; display: grid; gap: 0; padding: 16px 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .2s ease; }
  .primary-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .nav-cta { justify-self: end; grid-column: 2; grid-row: 1; }
  .hero { min-height: auto; padding-top: 130px; background: linear-gradient(180deg, var(--off-white), #ead7c9); }
  .hero-grid { grid-template-columns: 1fr 380px; gap: 45px; }
  .hero h1 { font-size: clamp(43px, 6vw, 61px); }
  .hero-image-wrap { height: 540px; }
  .hero-note { left: -30px; }
  .trust-grid > div { padding-inline: 21px; }
  .section-heading-split { gap: 50px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 32px, 620px); }
  .site-header { height: 72px; }
  .nav-shell { grid-template-columns: minmax(0, 1fr) auto; gap: 16px; }
  .brand { min-width: 0; }
  .brand-copy { min-width: 0; }
  .brand-copy strong { line-height: 1.05; }
  .brand-copy small { display: none; }
  .nav-cta { display: none; }
  .menu-toggle { grid-column: 2; }
  .primary-nav { top: 72px; }
  .hero { padding: 115px 0 60px; }
  .hero-grid, .about-grid, .topics-grid, .faq-grid, .section-heading-split { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { display: grid; gap: 16px; }
  .hero-image-wrap { height: 580px; max-width: 500px; margin-inline: auto; border-radius: 180px 180px 20px 20px; }
  .hero-note { position: static; width: min(100%, 500px); margin-inline: auto; background: var(--paper); backdrop-filter: none; }
  .hero-line, .hero-orb-two { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:last-child { border: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 85px 0; }
  .section-heading-split { align-items: start; gap: 22px; }
  .cards-three { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; }
  .about-grid { gap: 65px; }
  .about-frame { height: 550px; }
  .about-signature { right: 12px; }
  .topics-grid { gap: 60px; }
  .topics-intro, .faq-intro { position: static; }
  .process-grid { grid-template-columns: 1fr; }
  .cta-panel { padding: 72px 26px; border-radius: 20px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .qr-grid { display: none; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top nav { flex-wrap: wrap; }
  .privacy-notice { grid-template-columns: 1fr; gap: 20px; padding: 34px 0; }
  .privacy-copy p { font-size: 13px; }
  .footer-bottom { gap: 20px; }
  .footer-meta { justify-content: flex-start; max-width: none; }
  .footer-bottom p { font-size: 10px; }
  .footer-meta { font-size: 10.5px; }
}

@media (max-width: 480px) {
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 14px; }
  .hero h1 { font-size: 42px; }
  .hero-image-wrap { height: 500px; }
  .hero-note { width: 100%; }
  .section h2 { font-size: 39px; }
  .topic-item { grid-template-columns: 35px 1fr auto; gap: 10px; }
  .topic-item strong { font-size: 18px; }
  .accordion summary { font-size: 18px; }
}

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