:root {
  font-family: 'DM Sans', sans-serif;
  color: #2d4037;
  background: #f7f4eb;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --paper: #f7f4eb;
  --forest: #2d4037;
  --muted: #636c60;
  --line: #dcded0;
  --leaf-cream: #f4d6a3;
  --leaf-terracotta: #ce6a33;
  --leaf-night: #1d1f28;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a, summary, label { touch-action: manipulation; }
a, label { transition: transform 220ms ease, background-color 220ms ease, color 220ms ease; }
a:focus-visible, summary:focus-visible, label:focus-visible { outline: 3px solid #a14f28; outline-offset: 5px; }
a:active, label:active { transform: translateY(1px); }
::selection { background: #e5d1ad; color: var(--forest); }
img { display: block; max-width: 100%; object-fit: cover; }
svg { width: 1.1em; height: 1.1em; flex-shrink: 0; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; fill: none; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: 'Lora', Georgia, serif; font-weight: 400; }
h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.25; text-wrap: balance; }
h2 em, h1 em { font-weight: 400; color: #6b785d; }
p { line-height: 1.8; color: var(--muted); }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.section { max-width: 1120px; margin-inline: auto; padding-inline: 40px; }
.eyebrow { display: block; font-size: 15px; font-weight: 650; letter-spacing: 2.4px; line-height: 1.8; }
.header { display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: auto; padding: 25px 64px; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 8px; }
.brand img { width: 54px; height: 54px; }
.brand > span { font-family: 'Lora', Georgia, serif; font-size: 35px; letter-spacing: -2px; }
.brand-dot { color: var(--leaf-terracotta); }
.navigation { display: flex; gap: 34px; font-size: 12px; }
.navigation a { padding-block: 12px; }
.navigation a:hover, .footer a:hover { color: #a14f28; transform: translateY(-2px); }
.header-entry { display: inline-flex; align-items: center; gap: 16px; border: 1px solid #adb7a6; border-radius: 30px; padding: 12px 20px; font-size: 12px; }
.header-entry:hover { background: #e9ecdf; }
.menu-toggle, .scene-radio { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; pointer-events: none; }
.menu-button { display: none; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; background: var(--forest); color: var(--paper); padding: 16px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.hero { text-align: center; padding-top: 45px; overflow: hidden; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.hero-eyebrow > span { width: 6px; height: 6px; border-radius: 50%; background: #7c9066; }
h1 { margin-top: 20px; font-size: clamp(40px, 5.2vw, 68px); line-height: 1.14; text-wrap: balance; }
.hero-copy > p { margin: 22px auto 26px; font-size: 15px; line-height: 1.8; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 16px 25px; background: var(--forest); color: var(--paper); border-radius: 32px; font-size: 13px; font-weight: 500; }
.button:hover { background: #415b48; transform: translateY(-3px); }
.hero-note { display: block; color: var(--muted); font-size: 15px; margin-top: 14px; }
.hero-landscape { position: relative; display: flex; gap: 22px; align-items: end; justify-content: center; max-width: 970px; padding: 46px 80px 0; margin: auto; }
.hero-photo { position: relative; overflow: hidden; box-shadow: 0 10px 22px #25322213; transition: transform 320ms ease, box-shadow 320ms ease; }
.hero-photo img { width: 100%; height: 100%; transition: transform 520ms ease, filter 520ms ease; }
.hero-photo::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, #151e1add); }
.hero-photo-center { width: 320px; height: 355px; border-radius: 150px 150px 12px 12px; z-index: 1; animation: hero-photo-enter-center 1800ms cubic-bezier(.22, 1, .36, 1) 320ms backwards; }
.hero-photo-center img { object-position: 50% 63%; }
.hero-photo-left, .hero-photo-right { width: 215px; height: 265px; margin-bottom: 12px; border-radius: 120px 120px 8px 8px; }
.hero-photo-left { transform: rotate(-6deg); animation: hero-photo-enter-left 1600ms cubic-bezier(.22, 1, .36, 1) 120ms backwards; }
.hero-photo-right { transform: rotate(6deg); animation: hero-photo-enter-right 1600ms cubic-bezier(.22, 1, .36, 1) 520ms backwards; }
.hero-photo-left img { object-position: 50% 70%; }
.hero-photo-right img { object-position: 50% 65%; }
.hero-photo:hover { box-shadow: 0 18px 32px #25322224; }
.hero-photo:hover img { transform: scale(1.055); filter: saturate(1.08) contrast(1.03); }
.hero-photo-center:hover { transform: translateY(-7px); }
.hero-photo-left:hover { transform: rotate(-6deg) translateY(-7px); }
.hero-photo-right:hover { transform: rotate(6deg) translateY(-7px); }
.hero-photo figcaption { position: absolute; z-index: 1; inset: auto 0 21px; display: flex; justify-content: center; align-items: center; gap: 8px; color: #f7f4eb; font-size: 15px; }
.hero-photo-center figcaption { font-size: 12px; }

@keyframes hero-photo-enter-left {
  from { opacity: 0; transform: translateX(-100px) rotate(-12deg); }
  to { opacity: 1; transform: translateX(0) rotate(-6deg); }
}

@keyframes hero-photo-enter-center {
  from { opacity: 0; transform: translateY(100px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hero-photo-enter-right {
  from { opacity: 0; transform: translateX(100px) rotate(12deg); }
  to { opacity: 1; transform: translateX(0) rotate(6deg); }
}

.handwritten { position: absolute; font: italic 19px/1.4 'Lora', Georgia, serif; color: var(--muted); text-align: left; }
.handwritten-left { left: 30px; top: 35px; transform: rotate(-9deg); }
.handwritten span { display: block; text-align: right; font-size: 32px; }
.little-note { position: absolute; right: 19px; top: 35px; z-index: 2; width: 118px; height: 118px; border: 1px solid #cfcebc; border-radius: 50%; background: var(--paper); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; transform: rotate(10deg); font: italic 14px/1.4 'Lora', Georgia, serif; }
.little-note svg { width: 23px; height: 23px; stroke-width: 1.3; }
.scroll-cue { margin: 36px auto 0; display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 15px; padding: 12px; }
.scroll-cue:hover { transform: translateY(3px); }

.intro { text-align: center; padding-block: 105px; }
.intro h2 { margin-top: 21px; font-size: clamp(30px, 3.6vw, 43px); }
.intro > p { max-width: 575px; margin: 25px auto; font-size: 14px; }
.intro-signature { display: flex; justify-content: center; align-items: center; gap: 9px; font: italic 13px 'Lora', Georgia, serif; }

.refuges { padding-block: 64px 52px; position: relative; isolation: isolate; }
.refuges::before { content: ''; position: absolute; z-index: -1; inset: 0; background: #e9eddf; box-shadow: 0 0 0 100vmax #e9eddf; clip-path: inset(0 -100vmax); }
.section-heading { text-align: center; }
.section-heading h2 { margin-top: 15px; }
.section-heading p { font-size: 14px; margin-top: 18px; }
.scene-picker { display: flex; justify-content: center; gap: 8px; margin: 30px 0; }
.scene-picker label { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border: 1px solid #c1c9b6; border-radius: 30px; background: transparent; color: var(--forest); font-size: 12px; min-height: 44px; cursor: pointer; }
.scene-picker label:hover { transform: translateY(-2px); background: #dce3d2; }
#scene-morning:checked ~ .scene-picker label[for='scene-morning'],
#scene-fire:checked ~ .scene-picker label[for='scene-fire'],
#scene-night:checked ~ .scene-picker label[for='scene-night'] { background: var(--forest); color: var(--paper); border-color: var(--forest); }
.scene-preview { position: relative; isolation: isolate; height: 450px; border-radius: 160px 16px 16px 16px; overflow: hidden; background: var(--leaf-night); }
.scene-panel { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 260ms ease; }
#scene-morning:checked ~ .scene-preview .scene-panel-morning,
#scene-fire:checked ~ .scene-preview .scene-panel-fire,
#scene-night:checked ~ .scene-preview .scene-panel-night { opacity: 1; pointer-events: auto; }
.scene-image { height: 100%; width: 100%; object-position: center 75%; transition: transform 650ms ease, filter 650ms ease; }
.scene-panel-morning .scene-image { object-position: center 55%; transform: scale(1.055); }
.scene-panel-night .scene-image { object-position: center 67%; }
.scene-preview::after { content: ''; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, #142017e8 0%, #142017aa 30%, transparent 80%); pointer-events: none; }
.scene-preview:hover .scene-image { transform: scale(1.045); filter: saturate(1.07) contrast(1.03); }
.scene-preview:hover .scene-panel-morning .scene-image { transform: scale(1.1); }
.scene-preview.reveal-pending .scene-panel-morning .scene-image { opacity: 0; translate: 0 55px; }
.scene-preview.reveal-pending.is-visible .scene-panel-morning .scene-image { animation: scene-morning-image-enter 900ms cubic-bezier(.22, 1, .36, 1) forwards; }

@keyframes scene-morning-image-enter {
  from { opacity: 0; translate: 0 55px; }
  to { opacity: 1; translate: 0 0; }
}

.scene-caption { position: absolute; left: 65px; bottom: 58px; z-index: 1; max-width: 320px; color: var(--paper); }
.scene-caption .eyebrow { font-size: 15px; color: #e1d9c3; }
.scene-caption h3 { font-size: 39px; margin: 10px 0; }
.scene-caption p { color: #e2e2d3; font-size: 14px; max-width: 250px; }
.scene-link { display: inline-flex; gap: 30px; align-items: center; border-bottom: 1px solid #b0bbaa; padding-block: 15px 10px; font-size: 12px; margin-top: 14px; }
.scene-link:hover { transform: translateX(4px); }
.preview-label { position: absolute; z-index: 1; top: 24px; right: 25px; display: flex; align-items: center; gap: 7px; background: #253529; color: #f7f4eb; border-radius: 24px; padding: 10px 15px; font-size: 15px; }
.scene-footnote { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 11px; margin-top: 22px; }

.rituals { display: grid; grid-template-columns: 5fr 6fr; gap: 100px; padding-block: 115px; }
.rituals-intro h2 { margin: 18px 0 20px; }
.rituals-intro > p { font-size: 14px; }
.rituals-intro img { margin-top: 40px; width: 250px; height: 275px; border-radius: 130px 130px 10px 10px; transform: rotate(-4deg); object-position: center 63%; transition: transform 360ms ease, filter 360ms ease, box-shadow 360ms ease; }
.rituals-intro img:hover { transform: rotate(-4deg) translateY(-6px) scale(1.035); filter: saturate(1.08) contrast(1.03); box-shadow: 0 18px 28px #2532221f; }
.rituals-intro img.reveal-pending { opacity: 0; translate: 0 80px; }
.rituals-intro img.reveal-pending.is-visible { animation: ritual-image-enter 1300ms cubic-bezier(.22, 1, .36, 1) forwards; }

@keyframes ritual-image-enter {
  from { opacity: 0; translate: 0 80px; }
  to { opacity: 1; translate: 0 0; }
}

.ritual { display: flex; align-items: start; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.ritual:first-child { padding-top: 0; }
.ritual-number { font-size: 11px; color: var(--muted); padding-top: 6px; font-variant-numeric: tabular-nums; }
.ritual svg { color: #778564; width: 25px; height: 25px; stroke-width: 1.4; }
.ritual h3 { font-size: 23px; margin: 12px 0 8px; }
.ritual p { font-size: 13px; max-width: 365px; }

.manifesto { text-align: center; background: #eee7d9; padding: 65px 24px; }
.manifesto svg { color: #a56440; margin-bottom: 20px; width: 26px; height: 26px; stroke-width: 1.2; }
.manifesto p { font: 400 clamp(31px, 4vw, 46px)/1.35 'Lora', Georgia, serif; color: #665644; }
.manifesto p em { color: #966341; }
.manifesto > span { display: block; margin-top: 28px; font-size: 15px; letter-spacing: 2px; color: #736552; }
.pricing { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 70px; align-items: center; padding-block: 95px; }
.pricing-copy p { max-width: 430px; margin-top: 22px; font-size: 14px; }
.pricing-plan { position: relative; padding: 36px; border: 1px solid #d0d2c2; border-radius: 8px; background: #fffaf0; box-shadow: 0 18px 40px #25322212; }
.pricing-badge { display: inline-flex; align-items: center; min-height: 32px; padding: 8px 13px; border-radius: 30px; background: #e7eddc; color: var(--forest); font-size: 15px; font-weight: 650; letter-spacing: 1.4px; text-transform: uppercase; }
.pricing-plan h3 { margin-top: 24px; font-size: 28px; }
.pricing-price { margin-top: 15px; color: var(--forest); font-size: 14px; }
.pricing-price span { font-family: 'Lora', Georgia, serif; font-size: 52px; line-height: 1; color: var(--forest); }
.pricing-note { margin-top: 14px; font-size: 12px; }
.pricing-features { display: grid; gap: 13px; margin: 26px 0 30px; padding: 0; list-style: none; color: var(--forest); font-size: 13px; }
.pricing-features li { display: flex; align-items: center; gap: 10px; }
.pricing-features svg { width: 16px; height: 16px; color: #778564; stroke-width: 2; }
.pricing-plan .button { width: 100%; }
.faq { padding-block: 100px; }
.faq > div:first-child { text-align: center; }
.faq h2 { margin: 16px 0; }
.faq > div > p { font-size: 14px; }
.faq-list { max-width: 720px; margin: 40px auto 0; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; padding: 22px 0; font-size: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { transition: transform 200ms ease; }
.faq details[open] summary svg { transform: rotate(180deg); }
.faq details p { padding: 0 30px 22px 0; font-size: 13px; }
.closing { max-width: 1160px; margin: 0 auto 50px; padding: 65px 24px; background: var(--forest); color: var(--paper); text-align: center; border-radius: 120px 16px 120px 16px; }
.closing > svg { color: var(--leaf-cream); margin-bottom: 20px; width: 37px; height: 37px; stroke-width: 1.2; }
.closing .eyebrow { color: #c7d0bc; font-size: 15px; }
.closing h2 { margin: 19px 0; }
.closing h2 em { color: #cbd4b5; }
.closing > p { color: #d0d5c6; font-size: 14px; margin-bottom: 27px; }
.button-light { background: var(--leaf-cream); color: #303e2f; }
.button-light:hover { background: #f5e1ba; }
.closing-notes { display: flex; justify-content: center; gap: 24px; margin-top: 23px; font-size: 15px; color: #d0d5c6; }
.closing-notes span { display: flex; align-items: center; gap: 6px; }
.closing-notes svg { width: 14px; height: 14px; }
.footer { max-width: 1160px; margin: auto; padding: 0 0 30px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.footer .brand > span { font-size: 29px; }
.footer .brand img { width: 54px; height: 54px; }
.footer p { font-size: 11px; flex: 1; }
.footer > a { font-size: 11px; padding-block: 14px; }
.copyright { width: 100%; border-top: 1px solid var(--line); padding-top: 22px; font-size: 15px; color: var(--muted); }

@media (max-width: 1199px) {
  .closing, .footer { margin-inline: 32px; }
  .rituals { gap: 60px; }
}

@media (max-width: 760px) {
  .header { padding: 18px 24px; gap: 14px; position: relative; }
  .brand > span { font-size: 30px; }
  .brand img { width: 54px; height: 54px; }
  .header-entry { margin-left: auto; font-size: 11px; gap: 9px; padding: 11px 14px; }
  .menu-button { display: grid; place-items: center; border: 0; background: transparent; color: var(--forest); width: 44px; height: 44px; cursor: pointer; }
  .menu-button svg { width: 24px; height: 24px; }
  .menu-button .close-icon { display: none; }
  .menu-toggle:checked ~ .menu-button .menu-icon { display: none; }
  .menu-toggle:checked ~ .menu-button .close-icon { display: block; }
  .navigation { display: none; position: absolute; top: 80px; left: 16px; right: 16px; padding: 18px 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; z-index: 10; box-shadow: 0 16px 24px #25322214; }
  .menu-toggle:checked ~ .navigation { display: flex; flex-direction: column; gap: 2px; }
  .navigation a { min-height: 44px; }
  .hero { padding-top: 40px; }
  .hero-copy { padding-inline: 20px; }
  h1 { font-size: clamp(37px, 6.3vw, 49px); }
  .hero-copy > p { font-size: 14px; }
  .eyebrow { font-size: 15px; letter-spacing: 1.7px; }
  .hero-landscape { gap: 12px; padding: 40px 25px 0; width: 620px; max-width: none; left: 50%; transform: translateX(-50%); }
  .hero-photo-center { width: 240px; height: 310px; }
  .hero-photo-left, .hero-photo-right { width: 150px; height: 225px; }
  .hero-photo-left figcaption, .hero-photo-right figcaption { display: none; }
  .handwritten { display: block; z-index: 2; font-size: 13px; line-height: 1.35; white-space: nowrap; }
  .handwritten-left { left: max(110px, calc((620px - 100vw) / 2 + 20px)); top: 26px; }
  .little-note { right: 110px; top: 26px; width: 86px; height: 86px; font-size: 11px; }
  .little-note svg { width: 17px; height: 17px; }
  .section { padding-inline: 24px; }
  .intro { padding-block: 75px; }
  .intro > p { font-size: 14px; }
  .refuges { padding-block: 50px 35px; }
  .scene-picker { flex-wrap: wrap; gap: 8px; margin-block: 24px; }
  .scene-picker label { padding: 10px 13px; font-size: 11px; }
  .scene-preview { height: 430px; border-radius: 90px 12px 12px 12px; }
  .scene-preview::after { background: linear-gradient(0deg, #142017f0, #14201755 65%, transparent); }
  .scene-caption { left: 26px; bottom: 30px; right: 20px; }
  .scene-caption h3 { font-size: 32px; }
  .preview-label { top: 20px; right: 16px; font-size: 15px; }
  .scene-footnote { text-align: center; align-items: start; font-size: 15px; }
  .scene-footnote svg { margin-top: 3px; }
  .rituals { display: block; padding-block: 70px; }
  .rituals-intro { text-align: center; }
  .rituals-intro img { width: 200px; height: 220px; margin: 30px auto 50px; }
  .ritual-list { max-width: 460px; margin: auto; }
  .ritual { padding-block: 25px; }
  .ritual p { max-width: none; }
  .manifesto { padding-block: 50px; }
  .pricing { display: block; padding-block: 70px; }
  .pricing-copy { text-align: center; }
  .pricing-copy p { margin-inline: auto; }
  .pricing-plan { margin-top: 32px; padding: 28px 22px; }
  .pricing-price span { font-size: 44px; }
  .faq { padding-block: 70px; }
  .faq summary { font-size: 13px; }
  .closing { margin-inline: 16px; border-radius: 80px 12px 80px 12px; padding: 48px 22px; }
  .closing-notes { gap: 10px; flex-wrap: wrap; }
  .footer { margin-inline: 24px; gap: 16px; }
  .footer p { min-width: 180px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
