:root {
  --ink: #1d302d;
  --muted: #53645f;
  --teal: #123d38;
  --teal-mid: #22685f;
  --mint: #c5ece2;
  --cream: #faf9f4;
  --pale: #edf5f0;
  --line: #d8e2dc;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 1rem/1.65 system-ui, -apple-system, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
::selection { background: var(--mint); color: var(--teal); }
:focus-visible { outline: 3px solid #b78234; outline-offset: 4px; }
.section-shell { width: min(100% - 64px, 1200px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; padding: 10px 16px; background: var(--teal); color: white; }
.skip-link:focus { top: 10px; }
.eyebrow { margin: 0 0 20px; color: var(--teal-mid); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.042em; }
h2 { font-size: clamp(2.5rem, 4.6vw, 4.1rem); line-height: 1.08; }
p { color: var(--muted); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(250,249,244,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { width: min(100% - 64px, 1200px); height: 80px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: 1.35rem; font-weight: 800; letter-spacing: -.035em; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--teal); color: var(--mint); font-size: 1rem; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 36px); }
.site-header nav a { color: var(--ink); font-size: .94rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.site-header nav a:hover, .footer-links a:hover { color: var(--teal-mid); }
.site-header nav .nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--teal); color: white; }
.site-header nav .nav-cta:hover { background: var(--teal-mid); color: white; }
.menu-toggle { display: none; }

.hero { min-height: 660px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(40px, 5vw, 76px); align-items: center; padding-block: 68px 92px; }
.hero-copy { padding-top: 14px; }
.hero h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(3.9rem, 5.8vw, 5.9rem); line-height: .99; }
.hero h1 em { color: var(--teal-mid); font-style: italic; font-weight: 400; }
.hero-lead { max-width: 580px; margin-bottom: 30px; color: #3c504c; font-size: clamp(1.1rem, 1.45vw, 1.24rem); line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 22px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .97rem; font-weight: 750; line-height: 1.3; text-align: center; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: white; }
.button-primary:hover { background: var(--teal-mid); }
.button-outline { border-color: #9cb4ab; color: var(--teal); }
.button-outline:hover { background: var(--pale); }
.button-light { background: var(--mint); color: var(--teal); }
.button-light:hover { background: white; }
.hero-detail { margin: 22px 0 0; font-size: .92rem; }
.hero-visual { position: relative; min-height: 520px; border-radius: 260px 260px 28px 28px; background: #dcebe4; }
.hero-visual::before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(18,61,56,.22); border-radius: 245px 245px 20px 20px; }
.hero-photo-wrap { position: absolute; inset: 46px 46px 28px; overflow: hidden; border-radius: 220px 220px 18px 18px; background: var(--teal); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.hero-visual-card { position: absolute; right: -22px; bottom: 22px; display: flex; align-items: center; gap: 17px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 18px 50px rgba(18,61,56,.13); color: var(--teal); font-size: .9rem; font-weight: 700; line-height: 1.35; }
.mini-portraits { display: flex; padding-left: 12px; }
.mini-portraits img { width: 37px; height: 37px; margin-left: -12px; border: 2px solid white; border-radius: 50%; object-fit: cover; }

.highlights { border-block: 1px solid var(--line); background: white; }
.highlights-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.highlights span { padding: 20px 12px; color: var(--teal); font-size: .92rem; font-weight: 700; text-align: center; }
.highlights span + span { border-left: 1px solid var(--line); }

.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 130px); padding-block: 116px 128px; }
.section-intro h2 { max-width: 520px; margin-bottom: 26px; }
.section-intro p:not(.eyebrow) { max-width: 470px; margin-bottom: 25px; font-size: 1.08rem; }
.inline-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-mid); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.inline-link:hover { color: var(--teal); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 25px 0 30px; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-number { padding-top: 5px; color: var(--teal-mid); font-size: .85rem; font-weight: 800; letter-spacing: .08em; }
.process-list h3 { margin-bottom: 6px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 600; letter-spacing: -.025em; }
.process-list p { max-width: 440px; margin: 0; font-size: 1.02rem; }

.companions-section { padding-block: 108px 116px; background: var(--pale); }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { max-width: 670px; margin-bottom: 0; }
.section-heading > p { max-width: 300px; margin: 0 0 5px; font-size: 1.04rem; }
.portrait-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.portrait-grid figure { min-width: 0; margin: 0; }
.portrait-grid img { width: 100%; aspect-ratio: 4 / 4.6; border-radius: 18px; object-fit: cover; object-position: center top; }
.portrait-grid figcaption { padding: 13px 3px 0; color: var(--teal); font-size: .9rem; font-weight: 700; line-height: 1.35; text-align: center; }

.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-block: 110px; }
.benefit { min-height: 360px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(32px, 4vw, 54px); border-radius: 25px; }
.benefit-index { margin-bottom: auto; font-size: .82rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.benefit h2 { max-width: 440px; margin: 28px 0 14px; font-size: clamp(2.3rem, 3.4vw, 3.2rem); }
.benefit p { max-width: 430px; margin: 0; font-size: 1.06rem; }
.benefit-memory { background: var(--teal); color: white; }
.benefit-memory .benefit-index { color: var(--mint); }
.benefit-memory p { color: #d7ebe5; }
.benefit-language { background: #f2eadb; }
.benefit-language .benefit-index { color: #8b5e22; }

.minutes-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(48px, 7vw, 100px); align-items: center; padding-block: 30px 120px; }
.minutes-copy h2 { max-width: 620px; margin-bottom: 25px; }
.minutes-copy p:not(.eyebrow) { max-width: 550px; font-size: 1.08rem; }
.minutes-copy .small-note { margin: 0 0 28px; font-size: .87rem !important; }
.minutes-card { display: flex; min-height: 355px; flex-direction: column; justify-content: center; align-items: center; padding: 36px; border: 1px solid #c9ded4; border-radius: 25px; background: #dcefe6; color: var(--teal); text-align: center; }
.minutes-card span:first-child { font-weight: 750; }
.minutes-card strong { display: block; margin: 8px 0 -10px; font-family: Georgia, serif; font-size: clamp(7rem, 13vw, 10rem); font-weight: 400; letter-spacing: -.08em; line-height: 1.15; }
.minutes-card span:last-child { font-size: 1.1rem; }

.safety-section { padding-block: 75px 85px; border-top: 1px solid var(--line); background: white; }
.safety-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.safety-inner h2 { max-width: 530px; margin: 0; font-size: clamp(2.35rem, 3.8vw, 3.5rem); }
.safety-inner p:not(.eyebrow) { font-size: 1.05rem; }
.safety-inner p:last-child { margin-bottom: 0; }
.closing-cta { padding-block: 94px 100px; background: var(--teal); color: white; text-align: center; }
.closing-cta .eyebrow { color: var(--mint); }
.closing-cta h2 { max-width: 800px; margin: 0 auto 16px; }
.closing-cta p:not(.eyebrow) { margin-bottom: 27px; color: #d7e8e3; font-size: 1.08rem; }

.site-footer { padding-block: 58px 25px; background: #102e2a; color: white; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.site-footer .brand { color: white; }
.site-footer .brand-mark { background: var(--mint); color: var(--teal); }
.footer-about p { margin: 18px 0 0; color: #bed1cb; font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: start; gap: 13px 24px; }
.footer-links a { color: white; font-size: .9rem; text-decoration: none; }
.copyright { grid-column: 1 / -1; margin: 24px 0 0; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.2); color: #bed1cb; font-size: .77rem; }

/* Interior pages */
.subpage { width: min(100% - 64px, 980px); min-height: 55vh; margin: auto; padding-block: 83px 116px; }
.page-hero { max-width: 760px; margin-bottom: 46px; }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(3.4rem, 6.2vw, 5.6rem); line-height: 1.02; }
.page-hero p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; font-size: 1.18rem; }
.download-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 40px; border: 1px solid var(--line); border-radius: 25px; background: white; }
.download-card h2 { margin: 0 0 10px; font-size: clamp(1.9rem, 3vw, 2.55rem); }
.download-card p { max-width: 590px; margin-bottom: 0; }
.download-card .button { white-space: nowrap; }
.content-section { margin-top: 65px; padding-top: 50px; border-top: 1px solid var(--line); }
.content-section h2 { font-size: clamp(2rem, 3vw, 2.7rem); }
.content-section ol { max-width: 760px; padding-left: 25px; }
.content-section li { padding: 7px 0; }
.content-section p { max-width: 760px; }
.guide-list { border-top: 1px solid var(--line); }
.guide-list section { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.guide-list section > span { padding-top: 4px; color: var(--teal-mid); font-size: .9rem; font-weight: 800; }
.guide-list h2 { margin-bottom: 7px; font-family: Georgia, serif; font-size: 1.55rem; letter-spacing: -.025em; }
.guide-list p { max-width: 760px; margin: 0; }
.guide-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 42px; }
.legal-page { width: min(100% - 48px, 800px); margin: auto; padding-block: 72px 110px; }
.legal-page h1 { margin-bottom: 23px; font-size: clamp(3.2rem, 6vw, 5rem); line-height: 1.05; }
.legal-page h2 { margin: 32px 0 9px; font-family: Georgia, serif; font-size: 1.55rem; letter-spacing: -.025em; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page a:not(.button) { color: var(--teal-mid); }
.legal-meta { margin-bottom: 42px; padding-bottom: 22px; border-bottom: 1px solid var(--line); font-size: .9rem; }
.back-link { color: var(--teal-mid); font-weight: 750; text-decoration: none; }
.back-link:hover { text-decoration: underline; }

@media (max-width: 1050px) {
  .portrait-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 16px; }
  .hero { grid-template-columns: 1fr .9fr; gap: 36px; }
  .hero h1 { font-size: clamp(3.4rem, 6vw, 4.8rem); }
  .hero-visual { min-height: 475px; }
  .hero-photo-wrap { inset: 42px 35px 25px; }
}
@media (max-width: 850px) {
  .section-shell, .header-inner { width: min(100% - 40px, 1200px); }
  .header-inner { height: 68px; }
  .menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--teal); cursor: pointer; }
  .menu-toggle span { display: block; width: 18px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .site-header nav { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 24px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 30px rgba(18,61,56,.08); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 13px 8px; font-size: 1rem; }
  .site-header nav .nav-cta { align-self: flex-start; margin-top: 10px; padding: 11px 20px; }
  .hero { grid-template-columns: 1fr 1fr; min-height: 0; gap: 25px; padding-block: 56px 74px; }
  .hero h1 { font-size: clamp(3rem, 6vw, 4rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 430px; }
  .hero-visual-card { right: -12px; bottom: 12px; padding: 12px; font-size: .78rem; }
  .process-section { grid-template-columns: 1fr; gap: 40px; padding-block: 85px; }
  .section-intro h2 { max-width: 690px; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .section-heading > p { max-width: 600px; }
  .minutes-section { gap: 40px; }
}
@media (max-width: 650px) {
  .hero { grid-template-columns: 1fr; gap: 37px; padding-block: 48px 58px; }
  .hero h1 { max-width: 560px; margin-bottom: 20px; font-size: clamp(3rem, 10vw, 4.3rem); }
  .hero-lead { margin-bottom: 24px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-detail { font-size: .87rem; }
  .hero-visual { width: min(100%, 480px); min-height: 390px; margin: auto; }
  .hero-photo-wrap { inset: 34px 45px 20px; }
  .hero-visual-card { right: -8px; }
  .highlights-inner { grid-template-columns: 1fr; }
  .highlights span { padding: 12px 0; text-align: left; }
  .highlights span + span { border-top: 1px solid var(--line); border-left: 0; }
  .companions-section { padding-block: 75px 85px; }
  .portrait-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .portrait-grid img { border-radius: 13px; }
  .portrait-grid figcaption { font-size: .86rem; }
  .benefits { grid-template-columns: 1fr; gap: 13px; padding-block: 78px; }
  .benefit { min-height: 310px; }
  .minutes-section { grid-template-columns: 1fr; padding-block: 0 88px; }
  .minutes-card { min-height: 290px; }
  .safety-inner { grid-template-columns: 1fr; gap: 24px; }
  .closing-cta { padding-block: 75px 85px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .subpage { width: min(100% - 40px, 980px); padding-block: 58px 85px; }
  .download-card { grid-template-columns: 1fr; padding: 25px; }
  .download-card .button { white-space: normal; }
  .guide-list section { grid-template-columns: 40px 1fr; gap: 14px; }
}
@media (max-width: 390px) {
  .section-shell, .header-inner { width: min(100% - 32px, 1200px); }
  .hero h1 { font-size: 2.9rem; }
  .hero-visual { min-height: 340px; }
  .hero-photo-wrap { inset: 31px 30px 18px; }
  .hero-visual-card { gap: 8px; font-size: .72rem; }
  .mini-portraits img { width: 30px; height: 30px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
