:root {
  --ink: #1f2521;
  --muted: #6f735f;
  --paper: #f6f1e8;
  --linen: #fbfaf5;
  --stone: #d9d0bf;
  --olive: #56624d;
  --terracotta: #a95f43;
  --blue: #6f8085;
  --wood: #5d4637;
  --line: rgba(31, 37, 33, 0.16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--linen);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(20px, 4vw, 56px);
  color: #fffaf1;
  background: linear-gradient(to bottom, rgba(20, 24, 20, 0.52), rgba(20, 24, 20, 0));
}

.site-header-solid {
  position: sticky;
  color: var(--ink);
  background: rgba(251, 250, 245, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 500;
}

.nav-links {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(to top, rgba(19, 22, 19, 0.78), rgba(19, 22, 19, 0.26) 52%, rgba(19, 22, 19, 0.22)),
    linear-gradient(to right, rgba(20, 24, 20, 0.58), rgba(20, 24, 20, 0.05));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 64px;
  color: #fffaf1;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #e8cdbb;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.98;
  max-width: 100%;
  overflow-wrap: break-word;
}

h1 {
  max-width: 840px;
  font-size: 5.25rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 2.15rem;
}

.hero-copy {
  max-width: 690px;
  margin: 28px 0 0;
  font-size: 1.22rem;
  color: rgba(255, 250, 241, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 13px 20px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--terracotta);
  color: #fffaf1;
}

.button-primary:hover {
  background: #914d36;
}

.button-secondary {
  border-color: rgba(255, 250, 241, 0.7);
  color: #fffaf1;
}

.button-secondary:hover {
  background: rgba(255, 250, 241, 0.12);
}

.intro-section,
.experience-section,
.hosts,
.form-section,
.collection-preview,
.catalog-section {
  padding: clamp(72px, 9vw, 132px) clamp(20px, 6vw, 96px);
}

.intro-grid,
.hosts,
.form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.intro-copy,
.text-panel p,
.atmosphere p,
.pilot p,
.hosts p,
.form-copy p {
  color: #4d544b;
  font-size: 1.08rem;
}

.intro-copy p:first-child,
.atmosphere p:first-of-type {
  margin-top: 0;
}

.image-text {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: 680px;
  background: #2f352d;
  color: #fffaf1;
}

.image-text figure {
  min-height: 480px;
  margin: 0;
}

.image-text img {
  height: 100%;
  object-fit: cover;
}

.text-panel {
  align-self: center;
  padding: clamp(48px, 8vw, 100px);
}

.text-panel .eyebrow {
  color: #d8a995;
}

.text-panel p {
  max-width: 520px;
  color: rgba(255, 250, 241, 0.82);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1fr);
  gap: clamp(24px, 6vw, 80px);
  margin-bottom: clamp(38px, 6vw, 78px);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.experience-grid article {
  min-height: 320px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.experience-grid span {
  display: block;
  margin-bottom: 48px;
  color: var(--blue);
  font-family: var(--serif);
  font-size: 2rem;
}

.experience-grid p {
  color: #566054;
}

.collection-preview {
  background: var(--paper);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-grid-large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  min-width: 0;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.product-card a {
  display: grid;
  height: 100%;
}

.product-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.product-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.product-card h3 {
  font-size: 2rem;
  line-height: 1.04;
}

.product-card p {
  margin: 0;
  color: #566054;
}

.product-card span {
  color: var(--wood);
  font-weight: 700;
}

.availability {
  color: var(--terracotta) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-action {
  margin-top: 34px;
}

.page-hero {
  padding: clamp(92px, 12vw, 150px) clamp(20px, 6vw, 96px) clamp(56px, 8vw, 90px);
  background: var(--linen);
}

.page-hero h1 {
  max-width: 940px;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #4d544b;
  font-size: 1.12rem;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
  padding: clamp(52px, 8vw, 100px) clamp(20px, 6vw, 96px);
}

.product-gallery {
  display: grid;
  gap: 14px;
}

.product-gallery > img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 6px;
}

.gallery-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.gallery-pair img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.product-info {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 24px;
}

.product-info h1 {
  font-size: 4.3rem;
  line-height: 1;
}

.product-lede {
  margin: 0;
  color: #4d544b;
  font-size: 1.12rem;
}

.spec-list {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.spec-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 0;
}

.atmosphere {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(30px, 7vw, 92px);
  align-items: center;
  padding: clamp(72px, 9vw, 124px) clamp(20px, 6vw, 96px);
  background: var(--paper);
}

.atmosphere img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.pilot {
  padding: clamp(72px, 10vw, 136px) clamp(20px, 6vw, 96px);
  background: #354135;
  color: #fffaf1;
}

.pilot-inner {
  width: min(1080px, 100%);
}

.pilot .section-kicker {
  color: #d8a995;
}

.pilot p {
  max-width: 760px;
  color: rgba(255, 250, 241, 0.82);
}

.pilot dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(920px, 100%);
  margin: 44px 0 0;
  background: rgba(255, 250, 241, 0.22);
}

.pilot dl div {
  min-height: 128px;
  padding: 24px;
  background: #354135;
}

.pilot dt {
  color: #d8a995;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pilot dd {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: 1.9rem;
  line-height: 1.08;
}

.form-section {
  background: var(--linen);
}

.interest-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: #495047;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfc6b7;
  border-radius: 4px;
  background: #fffefa;
  color: var(--ink);
  font: 400 1rem var(--sans);
  padding: 14px 13px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(169, 95, 67, 0.25);
  border-color: var(--terracotta);
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.interest-form .button {
  width: fit-content;
  border: 0;
}

.interest-form .button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-status {
  min-height: 28px;
  margin: 0;
  color: var(--olive);
  font-weight: 600;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 6vw, 96px);
  background: var(--ink);
  color: rgba(255, 250, 241, 0.8);
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: #fffaf1;
}

@media (max-width: 980px) {
  .brand {
    font-size: 1.9rem;
  }

  h1 {
    font-size: 4.1rem;
  }

  h2 {
    font-size: 3.8rem;
  }

  h3 {
    font-size: 2rem;
  }

  .intro-grid,
  .hosts,
  .form-section,
  .section-heading,
  .image-text,
  .atmosphere,
  .product-detail {
    grid-template-columns: 1fr;
  }

  .experience-grid,
  .product-grid,
  .product-grid-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-text {
    min-height: 0;
  }

  .product-info {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    padding: 16px 18px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    font-size: 1.8rem;
  }

  h1 {
    font-size: 2.18rem;
    line-height: 1.04;
  }

  h2 {
    font-size: 2.8rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .hero-copy,
  .intro-copy,
  .text-panel p,
  .atmosphere p,
  .pilot p,
  .hosts p,
  .form-copy p {
    font-size: 1rem;
  }

  .hero {
    min-height: 86svh;
  }

  .hero-content {
    width: 356px;
    max-width: calc(100vw - 34px);
    margin-left: 17px;
    margin-right: 17px;
    padding-bottom: 42px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .experience-grid,
  .pilot dl,
  .form-grid,
  .product-grid,
  .product-grid-large,
  .gallery-pair {
    grid-template-columns: 1fr;
  }

  .product-info h1 {
    font-size: 2.8rem;
  }

  .spec-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .experience-grid article {
    min-height: auto;
  }

  .site-footer {
    display: grid;
  }
}
