:root {
  --ink: #101214;
  --ink-soft: #5c6168;
  --paper: #f4f2ec;
  --paper-2: #e8e5dc;
  --surface: #ffffff;
  --navy: #1e3a5f;
  --navy-deep: #13263f;
  --gold: #c9a227;
  --line: #d7d3c8;
  --radius: 2px;
  --radius-sm: 2px;
  --font-display: "Syne", "Avenir Next", system-ui, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --shadow: none;
  --max: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  min-height: 100vh;
  letter-spacing: 0.01em;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
button { font-family: inherit; }

.wrap { width: min(var(--max), calc(100% - 2.4rem)); margin-inline: auto; }

[data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

.ad-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 0;
  padding: 0.18rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.topbar {
  padding: 0;
  background: var(--ink);
  color: rgba(255,255,255,.78);
}
.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.4rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  min-height: 2.4rem;
  padding-block: 0.4rem;
}
.topbar a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.topbar a:hover { color: var(--gold); }

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0;
  background: rgba(244, 242, 236, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header__shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ink);
}
.logo__mark {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0;
  overflow: hidden;
  background: var(--ink);
  flex: none;
}
.logo__mark img { width: 100%; height: 100%; object-fit: cover; }
.logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.logo__text strong {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.logo__text span {
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}

.nav {
  display: none;
  gap: 0;
}
.nav a {
  text-decoration: none;
  padding: 0.4rem 0.9rem;
  border-radius: 0;
  font-weight: 500;
  font-size: 0.86rem;
  color: var(--ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.nav a:hover,
.nav a.is-active {
  background: transparent;
  color: var(--ink);
  border-bottom-color: var(--gold);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.price-pill {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.05;
  padding: 0 0.2rem;
}
.price-pill small {
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}
.price-pill strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
}

.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.82rem;
  padding: 0.85rem 1.35rem;
  border-radius: 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn:hover { transform: none; }
.btn--buy {
  background: var(--navy);
  color: #fff;
  box-shadow: none;
}
.btn--buy:hover { background: var(--navy-deep); }
.btn--moss {
  background: var(--ink);
  color: #fff;
}
.btn--moss:hover { background: #000; }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--light {
  background: #fff;
  color: var(--ink);
}

.menu-btn {
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  display: block;
  width: 1.05rem;
  height: 1.5px;
  background: var(--ink);
  position: relative;
  border-radius: 0;
}
.menu-btn span::before,
.menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-btn span::before { top: -6px; }
.menu-btn span::after { top: 6px; }

#mobile-nav {
  display: none;
  flex-direction: column;
  margin: 0;
  width: 100%;
  background: var(--ink);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
#mobile-nav a {
  text-decoration: none;
  padding: 1.05rem 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
#mobile-nav a:last-child { border-bottom: 0; }

@media (min-width: 920px) {
  .nav { display: flex; }
  .price-pill { display: flex; }
  .menu-btn { display: none; }
}

.ad-note {
  margin: 1.1rem auto 0;
  padding: 0.85rem 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.hero {
  display: grid;
  gap: 1.8rem;
  padding: 2.2rem 0 3.4rem;
  align-items: center;
}
@media (min-width: 900px) {
  .hero { grid-template-columns: 0.92fr 1.08fr; gap: 3.5rem; min-height: auto; padding-top: 3.2rem; }
}
.kicker {
  margin: 0 0 0.85rem;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.hero h1,
.page-hero h1,
.section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-transform: none;
}
.hero h1 {
  font-size: clamp(2.6rem, 6.4vw, 5.1rem);
  max-width: 9ch;
}
.hero .lead {
  margin: 1.2rem 0 0;
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 34rem;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.7rem;
}
.hero__meta {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}
.rating {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  align-items: center;
  margin-top: 1.1rem;
  font-weight: 600;
}
.stars { color: var(--gold); letter-spacing: 0.08em; }

.hero-card {
  position: relative;
  background: var(--surface);
  border-radius: 0;
  min-height: 420px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid var(--line);
}
.hero-card::before { display: none; }
.hero-card img {
  position: relative;
  width: 100%;
  margin: 0;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
  z-index: 1;
}
.hero-card__badge {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: var(--ink);
  color: #fff;
  border-radius: 0;
  padding: 0.95rem 1.15rem;
  box-shadow: none;
  min-width: 11rem;
}
.hero-card__badge span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
}
.hero-card__badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
}
.hero-card__badge s {
  color: rgba(255,255,255,.45);
  font-size: 0.82rem;
  margin-right: 0.35rem;
}

.section { padding: 3.2rem 0; }
.section h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
.lead {
  margin: 0.85rem 0 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  max-width: 40rem;
}

.pills {
  display: grid;
  gap: 0;
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}
@media (min-width: 760px) {
  .pills { grid-template-columns: repeat(4, 1fr); }
}
.pills article {
  background: transparent;
  border-radius: 0;
  padding: 1.3rem 1.15rem 1.3rem 0;
  box-shadow: none;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 760px) {
  .pills article {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    padding: 1.5rem 1.3rem 1.5rem 0;
  }
  .pills article:last-child { border-right: 0; padding-right: 0; }
  .pills article:not(:first-child) { padding-left: 1.3rem; }
}
.pills strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.12rem;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.pills span { color: var(--ink-soft); font-size: 0.9rem; }

.split {
  display: grid;
  gap: 1.8rem;
  align-items: center;
}
@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1fr; gap: 3.2rem; }
}
.media {
  border-radius: 0;
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: none;
  border: 1px solid var(--line);
}
.media img { width: 100%; }

.story {
  background: var(--navy-deep);
  color: #f4f2ec;
  border-radius: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 880px) {
  .story {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    padding: 0;
  }
}
.story img { width: 100%; height: 100%; object-fit: cover; min-height: 300px; }
.story__copy { padding: 1.8rem 1.4rem; }
@media (min-width: 880px) {
  .story__copy { padding: 2.8rem 2.4rem; }
}
.story h2 { color: #fff; }
.story p { color: rgba(244, 242, 236, 0.78); }
.story .stat {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 8vw, 5.4rem);
  line-height: 0.88;
  color: var(--gold);
  margin: 0.35rem 0 0.7rem;
  letter-spacing: -0.05em;
}

.steps {
  display: grid;
  gap: 0;
  margin-top: 1.6rem;
  padding: 0;
  border-top: 1px solid var(--line);
}
.steps li {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  padding: 1.05rem 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
}
.num {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--navy);
  font-weight: 700;
  font-family: var(--font-display);
  border: 1px solid var(--navy);
  font-size: 0.78rem;
}
.steps strong { display: block; }

.gallery {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.6rem;
}
@media (min-width: 760px) {
  .gallery { grid-template-columns: repeat(3, 1fr); }
}
.gallery img,
.gallery figure {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  min-height: 240px;
  background: var(--paper-2);
}
.gallery figure { margin: 0; overflow: hidden; position: relative; border: 1px solid var(--line); }
.gallery figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--ink);
  color: #fff;
  border-radius: 0;
  padding: 0.4rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.specs {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
}
.specs th,
.specs td {
  text-align: left;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.specs th {
  width: 36%;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-right: 1rem;
}
.price-box {
  background: var(--surface);
  border-radius: 0;
  padding: 1.4rem 1.3rem 1.5rem;
  box-shadow: none;
  border: 1px solid var(--ink);
}
.price-box > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  color: var(--ink-soft);
}
.price-box strong {
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: var(--ink);
  font-weight: 700;
}
.price-box .was {
  text-decoration: line-through;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 500;
}
.price-box .total {
  border-top: 1px solid var(--line);
  margin-top: 0.5rem;
  padding-top: 0.85rem;
  color: var(--ink);
  font-weight: 700;
}

.reviews {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}
@media (min-width: 800px) {
  .reviews { grid-template-columns: repeat(3, 1fr); }
}
.reviews article {
  background: var(--surface);
  border-radius: 0;
  padding: 1.15rem;
  border: 1px solid var(--line);
}
.reviews p { color: var(--ink-soft); margin: 0.55rem 0 0; }
.reviews footer {
  margin-top: 0.9rem;
  font-size: 0.82rem;
  color: var(--navy);
  font-weight: 700;
}

.faq details {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid var(--line);
}
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 650;
  padding: 1.05rem 0;
  font-size: 1.02rem;
  font-family: var(--font-display);
}
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin: 0 0 1.05rem; color: var(--ink-soft); }

.cta-band {
  background: var(--ink);
  color: #fff;
  border-radius: 0;
  padding: 2.4rem 1.6rem;
  display: grid;
  gap: 1rem;
}
@media (min-width: 760px) {
  .cta-band { grid-template-columns: 1fr auto; align-items: center; padding: 2.6rem 2rem; }
}
.cta-band h2 { color: #fff; }
.cta-band p { margin: 0.5rem 0 0; color: rgba(255,255,255,.72); }

.page-hero { padding: 2.4rem 0 0.9rem; }
.page-hero p { margin: 0.85rem 0 0; color: var(--ink-soft); max-width: 46rem; }
.legal-layout {
  display: grid;
  gap: 1.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 960px) {
  .legal-layout { grid-template-columns: minmax(0, 1fr) 250px; align-items: start; }
}
.prose {
  background: var(--surface);
  border-radius: 0;
  padding: 1.6rem 1.4rem 2rem;
  border: 1px solid var(--line);
}
.prose h2 {
  margin: 1.8rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.28rem;
}
.prose p, .prose li { color: var(--ink-soft); }
.prose a { color: var(--navy); font-weight: 650; }
.toc, .aside, .related {
  background: var(--surface);
  border-radius: 0;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
}
.related { position: sticky; top: 5.2rem; }
.related h2 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
}
.related ul { margin: 0; padding-left: 1.1rem; color: var(--ink-soft); }
.updated { margin-top: 1.5rem; font-size: 0.8rem; color: var(--ink-soft); }

.form {
  display: grid;
  gap: 0.9rem;
  background: var(--surface);
  border-radius: 0;
  padding: 1.35rem;
  border: 1px solid var(--line);
}
.form-row { display: grid; gap: 0.85rem; }
@media (min-width: 640px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}
.form label {
  display: block;
  font-size: 0.72rem;
  font-weight: 650;
  margin-bottom: 0.35rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0.8rem 0.9rem;
  font: inherit;
  background: #fff;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 1px solid var(--navy);
  border-color: var(--navy);
}
.check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.check button[role="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  margin-top: 0.15rem;
  position: relative;
}
.check button[role="checkbox"][aria-checked="true"] {
  background: var(--ink);
}
.check button[role="checkbox"][aria-checked="true"]::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.05rem;
  width: 0.28rem;
  height: 0.55rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-cards {
  display: grid;
  gap: 0;
  margin-bottom: 1.4rem;
  border-top: 1px solid var(--line);
}
@media (min-width: 760px) {
  .contact-cards { grid-template-columns: repeat(3, 1fr); }
}
.contact-cards article {
  background: transparent;
  border-radius: 0;
  padding: 1.2rem 1.1rem 1.2rem 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 760px) {
  .contact-cards article {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    padding: 1.3rem 1.3rem 1.3rem 0;
  }
  .contact-cards article:last-child { border-right: 0; padding-right: 0; }
  .contact-cards article:not(:first-child) { padding-left: 1.3rem; }
}
.contact-cards h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.footer {
  margin-top: 0;
  background: var(--ink);
  color: rgba(244, 242, 236, 0.78);
  border-radius: 0;
  padding: 2.8rem 0 1.2rem;
}
.footer__main {
  display: grid;
  gap: 2rem;
}
@media (min-width: 880px) {
  .footer__main { grid-template-columns: 1.15fr 1fr 0.85fr; }
}
.footer__brand {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: #fff;
  margin: 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer p { color: rgba(244, 242, 236, 0.66); }
.footer address {
  font-style: normal;
  line-height: 1.75;
}
.footer a { color: #fff; font-weight: 600; }
.footer h2 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 650;
}
.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.legal-nav a {
  text-decoration: none;
  background: transparent;
  padding: 0.4rem 0;
  border-radius: 0;
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(255,255,255,.18);
  margin-right: 0.7rem;
}
.legal-nav a:hover { background: transparent; color: var(--gold); }
.footer__base {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 0.76rem;
  color: rgba(244, 242, 236, 0.45);
}
.brand-contact {
  margin: 1rem 0 1.2rem;
  font-size: 0.9rem;
  line-height: 1.7;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}
