:root {
  --forest: #324130;
  --forest-deep: #233022;
  --forest-soft: #53634f;
  --ivory: #f1eee7;
  --soft-white: #fffdf8;
  --sage: #a8b49c;
  --sage-pale: #e4e8e0;
  --charcoal: #273028;
  --muted: #606a61;
  --border: #d3d8d0;
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--ivory); font-family: var(--sans); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; color: var(--soft-white); background: var(--forest); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--soft-white); outline-offset: 2px; border-radius: 4px; box-shadow: 0 0 0 5px var(--forest); }
.site-header { position: relative; z-index: 10; background: var(--ivory); border-bottom: 1px solid rgba(50,65,48,.12); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 172px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .93rem; font-weight: 650; }
.primary-nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.primary-nav a:not(.nav-cta):hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.primary-nav [aria-current="page"] { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.nav-cta { padding: 10px 15px; color: var(--soft-white); background: var(--forest); border-radius: 10px; }
.nav-cta:hover { background: var(--forest-deep); }
.hero { min-height: 760px; overflow: hidden; background: var(--ivory); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); align-items: center; gap: 44px; min-height: 760px; }
.hero-copy { padding: 88px 0 108px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--forest-soft); font-size: .77rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); color: var(--forest-deep); font-weight: 500; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.5rem, 6.2vw, 5.75rem); line-height: .98; }
.hero-lede { max-width: 610px; margin-bottom: 34px; color: #4f5a50; font-size: clamp(1.05rem, 1.7vw, 1.23rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 20px; border-radius: 12px; text-decoration: none; font-weight: 750; line-height: 1.1; box-shadow: 0 10px 24px rgba(35,48,34,.12); transition: transform .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--soft-white); background: var(--forest); }
.button-primary:hover { background: var(--forest-deep); }
.button svg { width: 25px; height: 25px; fill: currentColor; }
.button small { display: block; margin-bottom: 2px; font-size: .72rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; opacity: .82; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.availability { margin: 18px 0 0; color: var(--muted); font-size: .84rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 720px; }
.hero-visual::before { content: ""; position: absolute; width: 570px; aspect-ratio: 1; top: 85px; left: 50%; transform: translateX(-42%); border-radius: 50%; background: var(--sage-pale); }
.orbit { position: absolute; border: 1px solid rgba(50,65,48,.22); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; top: 124px; left: 52%; transform: translateX(-50%); }
.orbit-two { width: 620px; height: 620px; top: 58px; left: 51%; transform: translateX(-50%); opacity: .48; }
.phone { position: absolute; z-index: 2; width: 284px; height: 625px; top: 64px; left: 50%; transform: translateX(-45%) rotate(2deg); overflow: hidden; background: #151815; border: 9px solid #1f251f; border-radius: 42px; box-shadow: 0 34px 70px rgba(35,48,34,.26), 0 4px 10px rgba(35,48,34,.18); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-speaker { position: absolute; z-index: 3; width: 76px; height: 20px; top: 8px; left: 50%; transform: translateX(-50%); background: #1f251f; border-radius: 0 0 14px 14px; }
.visual-note { position: absolute; z-index: 3; width: 188px; display: flex; align-items: center; gap: 10px; padding: 13px 14px; color: var(--forest); background: rgba(255,253,248,.96); border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 16px 38px rgba(35,48,34,.14); font-size: .75rem; line-height: 1.4; }
.visual-note strong { display: block; font-size: .8rem; }
.note-icon { width: 33px; height: 33px; flex: 0 0 33px; display: grid; place-items: center; background: var(--sage-pale); border-radius: 10px; font-size: 1.05rem; }
.visual-note-top { top: 195px; right: -8px; }
.visual-note-bottom { bottom: 110px; left: -12px; }
.quiet-strip { padding: 20px 0; color: #e9eee6; background: var(--forest); }
.principle-row { display: flex; align-items: center; justify-content: center; gap: 28px; font-size: .83rem; font-weight: 650; letter-spacing: .025em; }
.principle-row i { width: 4px; height: 4px; background: var(--sage); border-radius: 50%; }
.section { padding: 112px 0; }
.philosophy { background: var(--soft-white); }
.philosophy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
h2 { margin-bottom: 24px; font-size: clamp(2.55rem, 4.4vw, 4.15rem); line-height: 1.06; }
.philosophy-copy { padding-top: 37px; color: #505b51; font-size: 1.12rem; }
.philosophy-copy p { max-width: 55ch; margin-bottom: 18px; }
.features { background: var(--ivory); }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 50ch; color: var(--muted); font-size: 1.08rem; }
.feature-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 20px; }
.feature-lead, .feature-item { border: 1px solid var(--border); background: var(--soft-white); }
.feature-lead { display: grid; grid-template-columns: auto 1fr; gap: 25px; min-height: 520px; padding: 38px; border-radius: 22px; }
.feature-number { color: var(--forest-soft); font-family: var(--serif); font-size: .87rem; font-style: italic; }
.feature-lead h3, .feature-item h3 { margin: 0 0 10px; color: var(--forest-deep); font-size: 1.32rem; line-height: 1.25; }
.feature-lead > div > p, .feature-item p { color: var(--muted); }
.feature-lead > div { display: flex; flex-direction: column; }
.schedule-list { margin: auto 0 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.schedule-list li { display: flex; justify-content: space-between; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--border); }
.schedule-list strong { color: var(--forest); font-size: .91rem; }
.feature-stack { display: grid; gap: 20px; }
.feature-item { display: grid; grid-template-columns: auto 1fr; gap: 24px; padding: 29px 30px; border-radius: 18px; }
.feature-item p { margin: 0; font-size: .95rem; }
.real-life { background: var(--sage-pale); }
.real-life-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: center; }
.fawn-panel { min-height: 540px; display: flex; flex-direction: column; justify-content: center; padding: 48px; background: var(--forest); border-radius: 220px 220px 24px 24px; color: #dfe5dc; }
.fawn-panel img { width: 88%; margin: 0 auto 42px; filter: brightness(0) saturate(100%) invert(95%) sepia(7%) saturate(249%) hue-rotate(349deg) brightness(102%) contrast(89%); }
.fawn-panel p { max-width: 38ch; margin: 0 auto; font-family: var(--serif); font-size: 1.08rem; line-height: 1.5; text-align: center; }
.real-life-copy > p:not(.eyebrow) { max-width: 56ch; color: #4d594e; font-size: 1.06rem; }
.life-points { margin-top: 32px; border-top: 1px solid #c6cec2; }
.life-points div { display: grid; grid-template-columns: 180px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid #c6cec2; }
.life-points strong { color: var(--forest); }
.life-points span { color: var(--muted); }
.privacy-callout { color: #e6ebe3; background: var(--forest-deep); }
.privacy-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; }
.privacy-callout h2 { color: var(--soft-white); }
.privacy-callout p { max-width: 58ch; color: #cdd5ca; }
.eyebrow-light { color: var(--sage); }
.light-link { margin-top: 12px; color: var(--soft-white); }
.final-cta { text-align: center; background: var(--soft-white); }
.final-cta-inner { display: flex; flex-direction: column; align-items: center; }
.final-cta img { width: 92px; margin-bottom: 26px; opacity: .9; }
.final-cta h2 { max-width: 760px; margin-bottom: 16px; }
.final-cta > div > p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); font-size: 1.08rem; }
.site-footer { padding: 66px 0 26px; background: var(--ivory); border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-brand img { width: 154px; margin-bottom: 18px; }
.footer-brand p { max-width: 34ch; color: var(--muted); }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 30px; justify-self: end; min-width: 390px; }
.footer-links div { display: flex; flex-direction: column; gap: 8px; }
.footer-links strong { margin-bottom: 5px; color: var(--forest); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { min-height: 32px; display: inline-flex; align-items: center; color: var(--muted); font-size: .92rem; text-decoration: none; }
.footer-links a:hover { color: var(--forest); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; color: var(--muted); border-top: 1px solid var(--border); font-size: .79rem; }
.page-main { min-height: 65vh; background: var(--soft-white); }
.page-hero { padding: 86px 0 66px; background: var(--ivory); border-bottom: 1px solid var(--border); }
.page-hero .shell { max-width: 850px; margin-left: max(24px, calc((100% - var(--max)) / 2)); }
.page-hero h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(3rem, 6vw, 5rem); }
.page-hero p:last-child { max-width: 670px; color: var(--muted); font-size: 1.12rem; }
.page-content { width: min(calc(100% - 48px), 850px); margin-inline: auto; padding: 72px 0 110px; }
.support-card { padding: 34px; background: var(--ivory); border: 1px solid var(--border); border-radius: 18px; }
.support-card h2, .policy h2 { font-family: var(--sans); font-size: 1.35rem; font-weight: 750; letter-spacing: -.015em; }
.email-link { display: inline-block; margin: 6px 0 16px; color: var(--forest); font-family: var(--serif); font-size: clamp(1.45rem, 4vw, 2.25rem); font-weight: 500; text-decoration-thickness: 1px; text-underline-offset: 5px; overflow-wrap: anywhere; }
.support-tips { margin-top: 48px; }
.support-tips ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0; list-style: none; }
.support-tips li { padding: 22px; border: 1px solid var(--border); border-radius: 14px; color: var(--muted); }
.support-tips li strong { display: block; margin-bottom: 4px; color: var(--forest); }
.policy { color: #475248; }
.policy .effective { margin-bottom: 44px; color: var(--muted); font-size: .9rem; }
.policy section { padding: 28px 0; border-top: 1px solid var(--border); }
.policy section:first-of-type { border-top: 0; padding-top: 0; }
.policy p { max-width: 76ch; }
.policy p:last-child { margin-bottom: 0; }
.not-found { min-height: 68vh; display: grid; place-items: center; padding: 80px 0; text-align: center; background: var(--soft-white); }
.not-found img { width: 175px; margin: 0 auto 34px; }
.not-found h1 { margin-bottom: 18px; }
.not-found p { max-width: 48ch; margin: 0 auto 30px; color: var(--muted); }
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr 400px; gap: 20px; }
  .hero-visual::before { width: 470px; }
  .phone { width: 245px; height: 540px; top: 105px; }
  .orbit-one { width: 410px; height: 410px; top: 150px; }
  .orbit-two { width: 510px; height: 510px; top: 100px; }
  .visual-note { width: 170px; }
  .visual-note-top { right: -25px; }
  .visual-note-bottom { left: -30px; }
  .philosophy-grid, .real-life-grid, .privacy-grid { gap: 55px; }
}
@media (max-width: 780px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 74px; }
  .brand img { width: 143px; }
  .primary-nav { gap: 18px; }
  .primary-nav a:first-child { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 76px 0 24px; text-align: center; }
  h1 { margin-inline: auto; font-size: clamp(3.25rem, 13vw, 5rem); }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 690px; }
  .hero-visual::before { top: 82px; transform: translateX(-50%); }
  .phone { top: 62px; transform: translateX(-50%) rotate(1.5deg); }
  .orbit-one { top: 112px; }
  .orbit-two { top: 62px; }
  .visual-note-top { top: 190px; right: 4%; }
  .visual-note-bottom { bottom: 70px; left: 4%; }
  .principle-row { gap: 14px; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
  .section { padding: 82px 0; }
  .philosophy-grid, .feature-layout, .real-life-grid, .privacy-grid, .footer-grid { grid-template-columns: 1fr; }
  .philosophy-copy { padding-top: 0; }
  .feature-lead { min-height: 460px; }
  .real-life-grid { gap: 52px; }
  .fawn-panel { width: min(100%, 520px); min-height: 500px; margin: auto; }
  .footer-links { justify-self: stretch; min-width: 0; }
  .page-hero .shell { margin-inline: auto; }
}
@media (max-width: 560px) {
  .shell, .page-content { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 70px; gap: 14px; }
  .brand img { width: 125px; }
  .primary-nav { gap: 14px; font-size: .84rem; }
  .primary-nav .nav-cta, .primary-nav a:nth-child(3) { display: none; }
  .hero-copy { padding: 62px 0 10px; }
  h1 { font-size: clamp(2.25rem, 15vw, 4.25rem); }
  .hero-lede { font-size: 1.04rem; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .button { width: 100%; max-width: 300px; }
  .hero-visual { min-height: 630px; }
  .hero-visual::before { width: 390px; top: 70px; }
  .phone { width: 226px; height: 498px; top: 58px; border-radius: 35px; border-width: 8px; }
  .orbit-one { width: 340px; height: 340px; top: 125px; }
  .orbit-two { width: 430px; height: 430px; top: 80px; }
  .visual-note { width: 158px; padding: 10px; font-size: .75rem; }
  .visual-note strong { font-size: .78rem; }
  .visual-note-top { top: 166px; right: -9px; }
  .visual-note-bottom { bottom: 45px; left: -8px; }
  .note-icon { width: 29px; height: 29px; flex-basis: 29px; }
  .quiet-strip { padding: 16px 0; }
  .section { padding: 68px 0; }
  h2 { font-size: clamp(1.9rem, 11vw, 3.3rem); }
  .philosophy-grid { gap: 8px; }
  .philosophy-copy { font-size: 1rem; }
  .section-heading { margin-bottom: 38px; }
  .feature-lead { min-height: 470px; grid-template-columns: 1fr; gap: 12px; padding: 26px; }
  .feature-item { grid-template-columns: 1fr; gap: 10px; padding: 25px; }
  .schedule-list li { flex-direction: column; gap: 3px; }
  .fawn-panel { min-height: 410px; padding: 35px 28px; border-radius: 180px 180px 20px 20px; }
  .fawn-panel img { margin-bottom: 28px; }
  .life-points div { grid-template-columns: 1fr; gap: 3px; }
  .privacy-grid { gap: 20px; }
  .site-footer { padding-top: 50px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 4px; margin-top: 36px; }
  .page-hero { padding: 62px 0 44px; }
  .page-hero h1 { font-size: clamp(2.2rem, 14vw, 4rem); }
  .page-content { padding: 52px 0 76px; }
  .support-card { padding: 25px; }
  .support-tips ul { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
