:root {
  --ink: #17352d;
  --muted: #5c6f68;
  --forest: #0e4b3a;
  --forest-2: #153f34;
  --sage: #98b8a4;
  --mint: #dcecdf;
  --ivory: #f8f5ed;
  --paper: #fffdf7;
  --gold: #d7a94b;
  --line: rgba(23, 53, 45, .13);
  --shadow: 0 24px 70px rgba(22, 64, 51, .12);
  --radius: 28px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: #fff; border-radius: 12px; }
.skip-link:focus { top: 16px; }
.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(248,245,237,.88); border-bottom: 1px solid rgba(23,53,45,.08); backdrop-filter: blur(18px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.03em; font-size: 1.18rem; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 8px 20px rgba(14,75,58,.18); }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .94rem; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--forest); }
.nav-button, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; color: #fff; background: var(--forest); border: 1px solid var(--forest); border-radius: 999px; text-decoration: none; font-weight: 760; box-shadow: 0 12px 28px rgba(14,75,58,.18); transition: transform .2s ease, box-shadow .2s ease; }
.nav-button { min-height: 42px; padding-inline: 17px; }
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(14,75,58,.23); }
.button.secondary { color: var(--forest); background: transparent; box-shadow: none; }
.menu-toggle { display: none; appearance: none; border: 1px solid var(--line); background: var(--paper); padding: 9px 12px; border-radius: 12px; color: var(--ink); font: inherit; font-weight: 700; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-size: .76rem; line-height: 1; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.045em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { max-width: 850px; font-size: clamp(3.3rem, 7.8vw, 6.9rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.4rem); }
h3 { font-size: 1.24rem; letter-spacing: -.025em; }
.lede { max-width: 690px; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.hero { position: relative; overflow: hidden; padding: clamp(78px, 11vw, 145px) 0 96px; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 540px; height: 540px; top: -210px; right: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(152,184,164,.55), rgba(152,184,164,0) 68%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(38px, 6vw, 82px); align-items: center; }
.hero-copy { min-width: 0; }
.hero .eyebrow { margin-bottom: 28px; }
.hero h1 span { color: var(--forest); font-style: italic; }
.hero .lede { margin: 28px 0 0; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-media { position: relative; margin: 0; }
.hero-media img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 63% center; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); }
.hero-media::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid rgba(14,75,58,.28); border-radius: 180px 180px 28px 28px; }
.hero-media figcaption { max-width: 270px; margin: 17px 0 0 auto; color: var(--muted); font: italic 1rem Georgia, serif; }
.trust-row { margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 22px; }
.trust-item { padding: 23px 25px; background: rgba(255,253,247,.75); }
.trust-item strong { display: block; margin-bottom: 3px; font-size: .94rem; }
.trust-item span { color: var(--muted); font-size: .88rem; }

.section { padding: 105px 0; }
.section.dark { color: #eff7f1; background: var(--forest-2); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.section-head p { max-width: 500px; margin: 0; color: var(--muted); }
.dark .section-head p { color: #bcd0c7; }
.dark .eyebrow { color: #d8e7df; }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.card { min-height: 290px; padding: 32px; overflow: hidden; position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(23,53,45,.04); }
.card.large { grid-column: span 7; }
.card.small { grid-column: span 5; }
.card h3 { margin-top: 42px; font-size: 1.6rem; }
.card p { max-width: 510px; color: var(--muted); }
.card-number { color: var(--forest); font: italic 1.2rem Georgia, serif; }
.card.product { background: linear-gradient(145deg, #f0ead9, #fffdf7 63%); }
.card.email { color: #eff7f1; background: var(--forest); }
.card.email p, .card.email a { color: #c9dcd2; }
.card.email .card-number { color: #e8c574; }
.card-mark { position: absolute; right: -40px; bottom: -65px; width: 190px; height: 190px; border: 1px solid rgba(152,184,164,.28); border-radius: 50%; }
.card-mark::after { content: ""; position: absolute; inset: 34px; border: inherit; border-radius: inherit; }
.studio-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; margin-top: 20px; }
.studio-photo { position: relative; margin: 0; min-height: 410px; overflow: hidden; border-radius: var(--radius); background: var(--forest); }
.studio-photo img { display: block; width: 100%; height: 100%; min-height: 410px; object-fit: cover; transition: transform .7s ease; }
.studio-photo:hover img { transform: scale(1.018); }
.studio-photo::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(5,37,29,.82)); }
.studio-photo figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 27px; color: #e6f0eb; }
.studio-photo figcaption span { display: block; color: #fff; font-size: 1.25rem; font-weight: 800; letter-spacing: -.025em; }
.feature-index { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-index article { min-height: 190px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-index article > span { color: var(--gold); font: italic .92rem Georgia, serif; }
.feature-index h3 { margin-top: 28px; }
.feature-index p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { padding: 31px; border-top: 1px solid rgba(239,247,241,.28); }
.step::before { counter-increment: steps; content: "0" counter(steps); display: block; margin-bottom: 42px; color: #e8c574; font: italic 1.08rem Georgia, serif; }
.step p { color: #bcd0c7; }
.privacy-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: stretch; }
.privacy-copy { padding: 58px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.privacy-copy p { color: var(--muted); }
.privacy-points { display: grid; gap: 13px; }
.privacy-point { padding: 23px; color: #e9f4ed; background: var(--forest); border-radius: 20px; }
.privacy-point strong { display: block; margin-bottom: 4px; }
.privacy-point span { color: #bdd3c7; font-size: .92rem; }
.cta { padding: 90px 0 110px; }
.cta-box { padding: clamp(42px, 7vw, 80px); color: #eef7f1; background: var(--forest); border-radius: 36px; box-shadow: var(--shadow); }
.cta-box h2 { max-width: 770px; }
.cta-box p { max-width: 650px; color: #bdd3c7; }
.cta-box .button { margin-top: 17px; color: var(--forest); background: #f6e7bc; border-color: #f6e7bc; }

.page-hero { padding: 96px 0 62px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 980px; margin-top: 22px; font-size: clamp(3rem, 6vw, 5.4rem); }
.page-hero .lede { margin-top: 23px; }
.updated { margin-top: 26px; color: var(--muted); font-size: .88rem; }
.prose-wrap { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 80px; padding: 76px 0 110px; }
.toc { position: sticky; top: 110px; align-self: start; padding: 22px; background: rgba(255,253,247,.7); border: 1px solid var(--line); border-radius: 18px; }
.toc strong { display: block; margin-bottom: 12px; }
.toc a { display: block; padding: 6px 0; color: var(--muted); text-decoration: none; font-size: .9rem; }
.prose section { scroll-margin-top: 110px; padding-bottom: 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.prose section:last-child { border: 0; }
.prose h2 { margin-bottom: 18px; font-family: inherit; font-size: 1.75rem; font-weight: 780; letter-spacing: -.035em; }
.prose h3 { margin-top: 28px; }
.prose p, .prose li { color: #435d54; }
.prose li + li { margin-top: 8px; }
.note { margin: 25px 0; padding: 22px 24px; background: var(--mint); border-left: 3px solid var(--forest); border-radius: 0 16px 16px 0; }
.note strong { display: block; margin-bottom: 3px; }
.help-steps { counter-reset: help; display: grid; gap: 14px; margin-top: 25px; }
.help-step { position: relative; padding: 24px 24px 24px 75px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.help-step::before { counter-increment: help; content: counter(help); position: absolute; left: 22px; top: 23px; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-weight: 800; }
.help-step strong { display: block; }
.help-step p { margin: 4px 0 0; }

.site-footer { padding: 60px 0 34px; color: #d8e6df; background: #092f26; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(2, 1fr); gap: 48px; }
.footer-brand p { max-width: 360px; color: #9db8ac; }
.footer-title { margin-bottom: 13px; color: #88aa9b; font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { display: block; margin: 8px 0; text-decoration: none; }
.footer-bottom { margin-top: 50px; padding-top: 23px; display: flex; justify-content: space-between; gap: 20px; color: #88aa9b; border-top: 1px solid rgba(216,230,223,.13); font-size: .82rem; }
.reveal { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 69px; padding: 20px; flex-direction: column; align-items: stretch; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-button { text-align: center; }
  .trust-row, .steps { grid-template-columns: 1fr; }
  .hero-layout, .studio-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 600px; }
  .hero-media img { aspect-ratio: 5 / 4; border-radius: 110px 110px 24px 24px; }
  .feature-index { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { display: grid; grid-template-columns: 1fr; }
  .card.large, .card.small { grid-column: auto; }
  .section-head, .privacy-panel { display: grid; grid-template-columns: 1fr; }
  .prose-wrap { grid-template-columns: 1fr; gap: 30px; }
  .toc { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 540px) {
  .shell { width: min(100% - 26px, var(--max)); }
  .hero { padding-top: 66px; }
  h1 { font-size: 3.05rem; }
  .section { padding: 76px 0; }
  .hero-media::after { display: none; }
  .feature-index { grid-template-columns: 1fr; }
  .privacy-copy { padding: 34px 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
