:root {
  --ink: #1a2420;
  --ink-soft: #3d4a44;
  --sage: #4f6f5e;
  --sage-deep: #2f4a3c;
  --clay: #c4623a;
  --clay-deep: #9a4a2b;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --linen: #e8dfd2;
  --moss: #d7e3d8;
  --focus: #e39a62;
  --warn: #8a2c16;
  --radius: 22px;
  --shadow: 0 18px 40px rgba(47, 74, 60, 0.08);
  --header: 4.6rem;
  --serif: "Lora", "Iowan Old Style", Georgia, serif;
  --sans: "Raleway", "Avenir Next", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--header) + 1rem); }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.65;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--sage-deep); }
a:hover { color: var(--clay-deep); }
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  background: var(--sage-deep);
  color: #fff;
  padding: 0.6rem 1rem;
}
.skip:focus { top: 1rem; }

.nx-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 241, 232, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--linen);
}
.nx-bar-inner {
  max-width: 1180px;
  margin: 0 auto;
  min-height: var(--header);
  padding: 0.7rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.mark {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.mark img, .mark svg, .mark picture { width: 40px; height: 40px; }
.mark picture img { width: 40px; height: 40px; object-fit: contain; border-radius: 8px; }
.mark span { font-family: var(--serif); font-size: 1.35rem; }
.desk-nav {
  display: none;
  align-items: center;
  gap: 1.15rem;
}
.desk-nav a { text-decoration: none; font-size: 0.95rem; font-weight: 600; }
.desk-nav a[aria-current="page"] { color: var(--clay-deep); }
.nx-mobile { display: block; }
.nx-mobile summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
  border: 1.5px solid var(--sage-deep);
  border-radius: 999px;
}
.nx-mobile summary::-webkit-details-marker { display: none; }
.nx-mobile[open] .nx-panel {
  display: grid;
  gap: 0.35rem;
  position: absolute;
  left: 0;
  right: 0;
  top: var(--header);
  background: var(--paper);
  padding: 1rem 1.2rem 1.4rem;
  border-bottom: 1px solid var(--linen);
  box-shadow: var(--shadow);
}
.nx-mobile .nx-panel { display: none; }
.nx-mobile a { text-decoration: none; padding: 0.7rem 0.2rem; font-weight: 600; }

.btn, .btn-ghost, .btn-ink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1.5px solid transparent;
}
.btn { background: var(--clay); color: #fff; }
.btn:hover { background: var(--clay-deep); color: #fff; }
.btn-ghost { border-color: var(--sage-deep); color: var(--sage-deep); background: transparent; }
.btn-ink { background: var(--sage-deep); color: #fff; }
.btn-ink:hover { color: #fff; }
.actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.hero {
  position: relative;
  min-height: min(78vh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #f7f3ea;
  background: var(--sage-deep);
}
.hero-art,
.hero-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(47, 74, 60, 0.18), rgba(26, 36, 32, 0.72));
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 4.5rem 1.2rem 3.2rem;
}
.hero .btn-ghost { color: #fff; border-color: #fff; }
.hero .btn-ghost:hover { color: var(--sage-deep); background: #fff; }
.hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.12;
  margin: 0.3rem 0 1rem;
  max-width: 18ch;
}
.hero-lp { min-height: min(62vh, 620px); }
.band { background: var(--moss); }
.band .wrap { padding-top: 3.2rem; padding-bottom: 3.2rem; }
.doors { display: grid; gap: 1rem; }
.door {
  background: var(--paper);
  border: 1px solid var(--linen);
  border-radius: var(--radius);
  padding: 1.4rem 1.45rem 1.55rem;
  box-shadow: var(--shadow);
}
.door h2 { font-size: clamp(1.45rem, 2.4vw, 1.9rem); }
.door-alt { border-color: var(--sage-deep); }
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #e4c9a8;
}
.lede { font-size: 1.15rem; max-width: 42rem; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 4rem 1.2rem; }
.wide { max-width: 1280px; }
.split { display: grid; gap: 2rem; }
.section-head { margin-bottom: 1.8rem; }
.section-head h2, .page-hero h1, article h1, .rail h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.2;
}
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 0.2rem 0 0.7rem; }
h3 { font-family: var(--serif); font-size: 1.35rem; margin: 0 0 0.4rem; }
.eyebrow {
  color: var(--sage);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.bento {
  display: grid;
  gap: 1rem;
}
.tile {
  background: var(--paper);
  border: 1px solid var(--linen);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  display: grid;
}
.tile-body { padding: 1.25rem 1.3rem 1.5rem; }
.tile img, .tile svg, .tile picture { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: var(--moss); }
.tile picture img { width: 100%; height: 100%; aspect-ratio: 16/10; object-fit: cover; }

.stage-bar { margin-bottom: 1.8rem; }
.stage-links { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.45rem 0 1.1rem; }
.stage-links a {
  border: 1.5px solid var(--sage-deep);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}
.stage-panel ul { padding-left: 1.15rem; }
.pdp {
  display: grid;
  gap: 0;
  background: var(--paper);
  border: 1px solid var(--linen);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1.4rem;
  box-shadow: var(--shadow);
}
.pdp-media img, .pdp-media picture { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--moss); }
.pdp-media picture img { width: 100%; height: 100%; object-fit: cover; }
.pdp-body { padding: 1.3rem 1.4rem 1.6rem; }
.pdp-body ul { padding-left: 1.15rem; }
.specs { display: grid; gap: 0.55rem; margin: 1rem 0; }
.specs div {
  background: var(--cream);
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
}
.specs dt {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 700;
}
.specs dd { margin: 0.2rem 0 0; }
.notice {
  background: var(--moss);
  border-left: 4px solid var(--sage);
  padding: 1rem 1.1rem;
  border-radius: 0 16px 16px 0;
}
.pull {
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.4;
  color: var(--sage-deep);
}

.page-hero {
  position: relative;
  min-height: 320px;
  display: grid;
  align-items: end;
  background: linear-gradient(160deg, #2f4a3c, #5a7a66 55%, #c4623a);
  color: #fff;
}
.page-hero-inner { max-width: 1180px; margin: 0 auto; padding: 5rem 1.2rem 2.4rem; width: 100%; }
.crumb { font-size: 0.9rem; opacity: 0.86; }
.crumb a { color: #fff; }
.page-hero .lede { color: #f4eadc; }

.grid-2, .grid-3 { display: grid; gap: 1.1rem; }
.card {
  background: var(--paper);
  border: 1px solid var(--linen);
  border-radius: var(--radius);
  padding: 1.3rem;
}
.vcard { font-style: normal; }
.rail { position: sticky; top: calc(var(--header) + 1rem); }
.layout { display: grid; gap: 1.5rem; }
article.story { max-width: 46rem; }
article.story p, article.story li { margin: 0 0 1rem; }
article.story ul, article.story ol { padding-left: 1.2rem; }
.text-link { font-weight: 700; }
.toc a { display: block; padding: 0.35rem 0; }

form.nx-form { display: grid; gap: 0.85rem; }
.nx-form label { display: grid; gap: 0.35rem; font-weight: 600; font-size: 0.92rem; }
.nx-form input, .nx-form select, .nx-form textarea {
  min-height: 48px;
  border: 1.5px solid var(--linen);
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
  font: inherit;
  background: #fff;
}
.nx-form textarea { min-height: 140px; resize: vertical; }
.form-error { color: var(--warn); font-weight: 600; }
.help { color: var(--ink-soft); font-size: 0.92rem; }

details.faq {
  background: var(--paper);
  border: 1px solid var(--linen);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  margin-bottom: 0.7rem;
}
details.faq summary { cursor: pointer; font-weight: 700; }

.nx-foot {
  background: var(--sage-deep);
  color: #e8efe9;
  padding: 3rem 1.2rem 2rem;
}
.nx-foot a { color: #f3d7b8; }
.nx-foot-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.legal-nav { display: flex; flex-wrap: wrap; gap: 0.9rem 1.2rem; }
.fine { font-size: 0.88rem; opacity: 0.85; }

@media (min-width: 760px) {
  .split, .grid-2, .layout, .nx-foot-grid { grid-template-columns: 1.2fr 0.8fr; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento .span-2 { grid-column: span 2; }
  .doors { grid-template-columns: 1fr 1fr; }
  .pdp { grid-template-columns: 0.92fr 1.08fr; }
  .pdp-body { padding: 1.5rem 1.5rem 1.7rem 0.2rem; }
}

@media (min-width: 1280px) {
  .desk-nav { display: flex; }
  .nx-mobile { display: none; }
}

@media print {
  .nx-bar, .nx-mobile, form, .skip { display: none !important; }
  body { background: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
