:root {
  color-scheme: light;
  --ink: #211d18;
  --muted: #6f655b;
  --paper: #f6f0e7;
  --paper-2: #fffaf2;
  --rust: #b94722;
  --rust-dark: #8f3218;
  --line: rgba(66, 51, 37, 0.14);
  --shadow: 0 24px 70px rgba(72, 43, 24, 0.16);
  --max: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 82% 4%, rgba(201, 116, 73, 0.13), transparent 32rem),
    var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img, video { display: block; max-width: 100%; }
img { height: auto; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 99;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,0.45);
  background: rgba(246, 240, 231, 0.86);
  backdrop-filter: blur(18px) saturate(130%);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 760; }
.brand img { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 8px 22px rgba(92, 52, 22, 0.16); }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; color: var(--muted); }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--rust-dark); }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--rust);
  color: white;
  font-weight: 720;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(185, 71, 34, 0.22);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover { transform: translateY(-2px); background: var(--rust-dark); box-shadow: 0 16px 34px rgba(143, 50, 24, 0.25); }
.button.secondary { color: var(--ink); background: rgba(255,255,255,0.62); border-color: var(--line); box-shadow: none; }
.button.secondary:hover { background: white; }
.button.disabled {
  cursor: default;
  background: #7b7067;
  box-shadow: none;
  transform: none;
}
.button.disabled:hover { background: #7b7067; box-shadow: none; transform: none; }
.button.disabled.inverse { background: rgba(255,255,255,0.88); color: var(--rust-dark); }
.button.disabled.inverse:hover { background: rgba(255,255,255,0.88); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(44px, 8vw, 104px);
  padding-block: clamp(36px, 4vw, 58px) 64px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: var(--rust-dark);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }

h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 760px; font-size: clamp(52px, 6.1vw, 88px); line-height: 0.94; letter-spacing: -0.056em; }
h2 { margin-bottom: 20px; max-width: 760px; font-size: clamp(36px, 4.8vw, 66px); line-height: 0.98; letter-spacing: -0.045em; }
h3 { margin-bottom: 10px; font-size: 21px; letter-spacing: -0.02em; }

.lede { max-width: 660px; color: var(--muted); font-size: clamp(19px, 2.1vw, 25px); line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.fineprint { margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.hero-visual { position: relative; justify-self: center; width: min(100%, 430px); }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% -10% -4%;
  border-radius: 45% 55% 50% 46%;
  background: linear-gradient(145deg, rgba(190, 75, 37, 0.42), rgba(246, 220, 194, 0.52));
  filter: blur(42px);
  transform: rotate(-5deg);
}
.hero-visual img { position: relative; width: 100%; border-radius: 36px; box-shadow: var(--shadow); }
.hero-note {
  position: absolute;
  right: -28px;
  bottom: 8%;
  z-index: 2;
  width: 184px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 18px;
  background: rgba(255, 251, 245, 0.88);
  box-shadow: 0 14px 34px rgba(72, 43, 24, 0.14);
  backdrop-filter: blur(18px);
  font-size: 13px;
  line-height: 1.45;
}
.hero-note strong { display: block; margin-bottom: 3px; font-size: 15px; }

.availability { border-block: 1px solid var(--line); background: rgba(255,255,255,0.36); }
.availability .shell { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; text-align: center; color: var(--muted); font-size: 13px; }
.availability .dot { width: 8px; height: 8px; border-radius: 999px; background: #c17720; box-shadow: 0 0 0 4px rgba(193,119,32,0.13); }

.section { padding-block: clamp(82px, 10vw, 142px); }
.section-intro { max-width: 780px; margin-bottom: 44px; }
.section-intro p { color: var(--muted); font-size: 18px; line-height: 1.65; }

.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 251, 245, 0.72);
  box-shadow: 0 18px 48px rgba(68, 48, 32, 0.06);
}
.step-number { display: grid; width: 34px; height: 34px; margin-bottom: 52px; place-items: center; border-radius: 50%; background: rgba(185,71,34,0.12); color: var(--rust-dark); font-weight: 760; }
.card p { margin-bottom: 0; color: var(--muted); line-height: 1.58; }

.story { background: #c14b25; color: white; overflow: hidden; }
.story .section-intro p { color: rgba(255,255,255,0.78); }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; border-radius: 24px; box-shadow: 0 26px 58px rgba(70, 20, 8, 0.25); }
.gallery figcaption { padding: 14px 5px 0; color: rgba(255,255,255,0.78); font-size: 13px; line-height: 1.45; }

.privacy-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(38px, 8vw, 100px); align-items: center; }
.privacy-points { display: grid; gap: 13px; }
.privacy-point { padding: 19px 21px; border-left: 3px solid var(--rust); background: rgba(255,255,255,0.48); }
.privacy-point strong { display: block; margin-bottom: 4px; }
.privacy-point span { color: var(--muted); line-height: 1.5; }

.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-card { min-height: 300px; padding: clamp(28px, 4vw, 46px); border-radius: 30px; background: var(--paper-2); border: 1px solid var(--line); }
.price-card.featured { background: var(--ink); color: white; }
.price { margin: 32px 0 18px; font-size: clamp(36px, 5vw, 62px); font-weight: 790; letter-spacing: -0.05em; }
.price small { font-size: 15px; font-weight: 580; letter-spacing: 0; color: inherit; opacity: 0.64; }
.price-card p { color: var(--muted); line-height: 1.62; }
.price-card.featured p { color: rgba(255,255,255,0.68); }
.ticks { display: grid; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.ticks li::before { content: "✓"; margin-right: 10px; color: #dc7b50; font-weight: 800; }

.faq { display: grid; gap: 10px; max-width: 860px; }
details { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.5); }
summary { cursor: pointer; padding: 20px 22px; font-weight: 700; }
details p { padding: 0 22px 20px; margin: 0; color: var(--muted); line-height: 1.62; }

.final-cta { padding: clamp(42px, 8vw, 88px); border-radius: 38px; background: linear-gradient(135deg, #a53b1c, #d16b3e); color: white; overflow: hidden; }
.final-cta p { max-width: 660px; color: rgba(255,255,255,0.8); font-size: 18px; line-height: 1.6; }
.final-cta .button { background: white; color: var(--rust-dark); box-shadow: none; }

footer { padding-block: 38px 54px; color: var(--muted); font-size: 13px; }
.footer-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-underline-offset: 3px; }

:focus-visible { outline: 3px solid rgba(185,71,34,0.42); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .lede { margin-inline: auto; }
  .hero-note { right: -10px; }
  .steps { grid-template-columns: 1fr; }
  .step-number { margin-bottom: 26px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .privacy-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 40px), var(--max)); }
  .nav-links a:not(.language-link) { display: none; }
  .nav { min-height: 58px; }
  .brand,
  .language-link,
  .footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
  .brand img { width: 34px; height: 34px; border-radius: 9px; }
  .hero {
    gap: 28px;
    padding-block: 38px 56px;
  }
  .hero-copy { text-align: center; }
  h1 {
    margin-bottom: 20px;
    font-size: clamp(46px, 12vw, 52px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }
  h2 {
    font-size: clamp(34px, 9.6vw, 42px);
    line-height: 1.04;
  }
  .lede { font-size: 17px; line-height: 1.58; }
  .eyebrow { margin-bottom: 16px; }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 320px);
    margin: 26px auto 0;
  }
  .hero-actions .button { min-height: 48px; padding-inline: 16px; }
  .fineprint { margin-top: 14px; font-size: 12px; }
  .hero-visual { width: clamp(260px, 74vw, 300px); }
  .hero-visual img { border-radius: 26px; }
  .hero-note { display: none; }
  .availability .shell {
    justify-content: flex-start;
    padding-block: 14px;
    text-align: left;
    line-height: 1.55;
  }
  .availability .dot { flex: 0 0 auto; margin-top: 0.45em; align-self: flex-start; }
  .section { padding-block: 64px; scroll-margin-top: 72px; }
  .section-intro { margin-bottom: 30px; }
  .section-intro p { font-size: 17px; line-height: 1.58; }
  .card { padding: 22px; border-radius: 22px; }
  .step-number { margin-bottom: 18px; }
  .privacy-points { gap: 10px; }
  .privacy-point { padding: 16px 17px; }
  .gallery {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    padding-bottom: 18px;
  }
  .gallery figure { min-width: 72vw; scroll-snap-align: center; }
  .pricing { grid-template-columns: 1fr; }
  .price-card { min-height: 0; padding: 24px; border-radius: 24px; }
  .price { margin: 22px 0 14px; }
  .final-cta { padding: 30px 24px; border-radius: 26px; }
  .footer-row { flex-direction: column; gap: 12px; }
  .footer-links { gap: 4px 14px; }
}

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