:root {
  --paper: #f7f0e4;
  --paper-bright: #fffaf2;
  --ink: #26201b;
  --muted: #675d55;
  --accent: #a53225;
  --rose: #e7c1b5;
  --rose-soft: #f0d9d0;
  --line: rgba(38, 32, 27, 0.17);
  --green: #285c45;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.65 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell, .header-inner, .footer-inner { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 10px 16px; color: white; background: var(--ink); border-radius: 6px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(247, 240, 228, 0.91); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font: 600 1.45rem/1 Georgia, serif; letter-spacing: -0.03em; }
.brand img { width: 44px; height: 44px; border-radius: 11px; }
.site-nav { display: flex; gap: 34px; font-size: .88rem; }
.site-nav a { position: relative; padding: 29px 0 25px; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }

h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.045em; }
.hero { min-height: 680px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 28px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding: 72px 0 90px; }
.hero h1 { font-size: clamp(4rem, 7vw, 6.8rem); line-height: .91; }
.hero-copy p { max-width: 500px; margin: 30px 0 34px; color: var(--muted); font-size: 1.2rem; line-height: 1.55; }
.button { display: inline-flex; align-items: center; gap: 14px; padding: 15px 21px; border-radius: 8px; color: #fff9f4; background: var(--accent); box-shadow: 0 10px 30px rgba(165, 50, 37, .18); font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(165, 50, 37, .25); }
.hero-art { position: relative; align-self: stretch; min-height: 600px; }
.hero-art img { position: absolute; z-index: 2; width: min(620px, 52vw); right: -20px; top: 50%; transform: translateY(-50%) rotate(3deg); filter: drop-shadow(0 24px 40px rgba(69, 42, 29, .17)); }
.wash { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .8; }
.wash-one { width: 540px; height: 390px; right: -90px; top: 80px; background: radial-gradient(ellipse, var(--rose), transparent 70%); transform: rotate(-13deg); }
.wash-two { width: 430px; height: 340px; left: 50px; bottom: 30px; background: radial-gradient(ellipse, #d6c0ad, transparent 68%); }

.steps-section { padding: 105px 0 112px; border-block: 1px solid var(--line); background: rgba(255,250,242,.62); }
.steps-section h2 { text-align: center; font-size: clamp(2.7rem, 5vw, 4.1rem); }
.step-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; }
.step { min-height: 210px; padding: 0 44px; text-align: center; }
.step + .step { border-left: 1px solid var(--line); }
.step-number { display: inline-grid; width: 58px; height: 58px; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font: 700 .84rem/1 ui-sans-serif, sans-serif; letter-spacing: .08em; }
.step h3 { margin-top: 22px; font-size: 1.7rem; }
.step p { max-width: 280px; margin: 12px auto 0; color: var(--muted); }

.privacy-feature { background: var(--rose-soft); border-bottom: 1px solid var(--line); }
.privacy-inner { min-height: 270px; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 48px; }
.privacy-mark { display: grid; width: 108px; height: 108px; place-items: center; border: 1px solid rgba(165,50,37,.35); border-radius: 50%; color: var(--accent); background: rgba(255,250,242,.66); font: 4rem/1 Georgia, serif; transform: rotate(-15deg); }
.privacy-inner h2 { font-size: clamp(2.5rem, 4vw, 3.7rem); }
.privacy-inner p { max-width: 620px; margin: 12px 0 0; color: var(--muted); }
.privacy-inner > a { color: var(--accent); font-weight: 800; text-underline-offset: 5px; }

.link-band { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 82px; }
.link-band > a { display: flex; min-height: 170px; flex-direction: column; padding: 0 42px; text-decoration: none; }
.link-band > a + a { border-left: 1px solid var(--line); }
.link-band span { font: 500 1.65rem/1.2 Georgia, serif; }
.link-band small { margin-top: 14px; color: var(--muted); font-size: .92rem; }
.link-band b { margin-top: auto; color: var(--accent); font-size: .85rem; }

.page-hero { padding: 92px 0 56px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(3.8rem, 8vw, 6.8rem); line-height: .98; }
.page-hero p { max-width: 760px; margin: 25px 0 0; color: var(--muted); font-size: 1.15rem; }
.updated { display: inline-block; margin-top: 18px; color: var(--accent); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.content-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: space-between; gap: 90px; padding: 70px 0 110px; }
.section-index { position: sticky; top: 120px; align-self: start; display: flex; flex-direction: column; gap: 10px; font-size: .84rem; }
.section-index strong { margin-bottom: 7px; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.section-index a { color: var(--muted); text-decoration: none; }
.section-index a:hover { color: var(--accent); }
.content-section { scroll-margin-top: 112px; padding: 0 0 50px; }
.content-section + .content-section { padding-top: 46px; border-top: 1px solid var(--line); }
.content-section h2 { font-size: 2.25rem; }
.content-section h3 { margin-top: 27px; font-size: 1.35rem; }
.content-section p { margin: 16px 0 0; color: #4d443d; }
.content-section ul, .content-section ol { margin: 16px 0 0; padding-left: 24px; }
.content-section li + li { margin-top: 9px; }
.callout { margin: 0 0 56px; padding: 32px; border-radius: 18px; background: var(--rose-soft); }
.callout strong { display: block; font: 500 1.45rem/1.3 Georgia, serif; }
.callout p { margin: 10px 0 0; color: var(--muted); }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 30px; border: 1px solid var(--line); background: var(--line); }
.support-item { padding: 28px; background: var(--paper); }
.support-item h3 { margin: 0; }
.support-item p { margin-top: 10px; }
details { padding: 23px 0; border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 800; }
.contact-note { padding: 26px; border-left: 4px solid var(--accent); background: rgba(255,250,242,.75); }

.site-footer { border-top: 1px solid var(--line); background: rgba(255,250,242,.7); }
.footer-inner { min-height: 190px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.footer-inner > div:first-child { display: flex; flex-direction: column; gap: 12px; }
.footer-inner small, .footer-inner > span { color: var(--muted); font-size: .78rem; }
.footer-inner > span { grid-column: 2; text-align: right; }
.footer-links { display: flex; gap: 24px; font-size: .82rem; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr .75fr; min-height: 590px; }
  .hero h1 { font-size: clamp(3.4rem, 9vw, 5.2rem); }
  .privacy-inner { grid-template-columns: 90px 1fr; padding-block: 55px; }
  .privacy-mark { width: 80px; height: 80px; }
  .privacy-inner > a { grid-column: 2; }
  .content-layout { grid-template-columns: 1fr; }
  .section-index { display: none; }
}

@media (max-width: 680px) {
  .shell, .header-inner, .footer-inner { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 112px; flex-wrap: wrap; padding-top: 12px; }
  .brand img { width: 38px; height: 38px; }
  .site-nav { order: 2; width: 100%; justify-content: space-between; gap: 9px; font-size: .72rem; }
  .site-nav a { padding: 10px 0 16px; }
  .site-nav a::after { bottom: 10px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 68px 0 20px; }
  .hero-art { min-height: 390px; }
  .hero-art img { width: min(470px, 100vw); right: -54px; }
  .steps-section { padding-block: 76px; }
  .step-list { grid-template-columns: 1fr; margin-top: 50px; }
  .step { padding: 30px 0; }
  .step + .step { border-top: 1px solid var(--line); border-left: 0; }
  .privacy-inner { grid-template-columns: 1fr; gap: 22px; }
  .privacy-inner > a { grid-column: 1; }
  .link-band { grid-template-columns: 1fr; padding-block: 30px; }
  .link-band > a { min-height: 150px; padding: 30px 0; }
  .link-band > a + a { border-top: 1px solid var(--line); border-left: 0; }
  .support-grid { grid-template-columns: 1fr; }
  .page-hero { padding-top: 68px; }
  .content-layout { padding: 52px 0 80px; }
  .footer-inner { grid-template-columns: 1fr; padding-block: 42px; text-align: center; }
  .footer-inner > div:first-child { align-items: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .footer-inner > span { grid-column: 1; text-align: center; }
}

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

