:root {
  color-scheme: light;
  --ink: #17201c;
  --muted: #5d6a65;
  --line: #dde5df;
  --surface: #f5f7f4;
  --white: #ffffff;
  --accent: #17463e;
  --gold: #b8833f;
  --shadow: 0 18px 54px rgba(19, 33, 29, 0.12);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(245, 247, 244, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand-mark {
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 30px);
  color: var(--accent);
  font-size: 0.94rem;
  font-weight: 760;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(46px, 7vw, 84px) clamp(20px, 4vw, 56px) 38px;
}

.hero-copy {
  max-width: 600px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: 4.5rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: 2.1rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy p,
.section-copy p,
.featured-copy p,
.product-grid p,
.contact-section p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.68;
}

.hero-copy .primary-action {
  margin-top: 10px;
}

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

.hero-brand-panel {
  display: grid;
  gap: 18px;
  justify-self: end;
  width: min(100%, 430px);
  min-height: 360px;
  align-content: center;
  padding: clamp(30px, 4vw, 44px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.panel-kicker {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel-list li {
  padding-bottom: 18px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
}

.panel-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.promo-section {
  padding: 0 clamp(20px, 4vw, 56px) clamp(54px, 7vw, 84px);
  background: var(--surface);
}

.promo-section img,
.featured-media img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.content-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  padding: clamp(54px, 7vw, 84px) clamp(20px, 4vw, 56px);
}

.about-section {
  background: var(--white);
}

.section-heading {
  max-width: 520px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-copy {
  max-width: 720px;
}

.section-copy p:last-child,
.product-grid p:last-child {
  margin-bottom: 0;
}

.wordmark-line {
  margin-top: 30px;
  padding-top: 24px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-size: clamp(2rem, 4.2vw, 3.85rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.product-section {
  background: var(--surface);
}

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

.product-grid article {
  min-height: 190px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 1.02rem;
}

.featured-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  padding: clamp(54px, 7vw, 84px) clamp(20px, 4vw, 56px);
  background: var(--white);
}

.featured-showcase {
  display: grid;
  gap: 26px;
  max-width: 760px;
}

.featured-media {
  margin: 0;
}

.featured-copy {
  max-width: 760px;
}

.product-details {
  display: grid;
  gap: 1px;
  margin: 0;
  background: var(--line);
}

.product-details div {
  display: grid;
  grid-template-columns: minmax(150px, 0.48fr) minmax(160px, 1fr);
  gap: 20px;
  padding: 20px 22px;
  background: var(--white);
}

.product-details dt {
  color: var(--accent);
  font-weight: 800;
}

.product-details dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.42;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(52px, 7vw, 82px) clamp(20px, 4vw, 56px);
}

.contact-section > div {
  max-width: 680px;
}

.primary-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--white);
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 4px;
  font-weight: 800;
}

.secondary-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--accent);
  background: transparent;
  border: 1px solid var(--accent);
  border-radius: 4px;
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(20px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 900px) {
  .hero,
  .content-section,
  .featured-section,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero-brand-panel {
    justify-self: center;
    min-height: 300px;
  }

  h1 {
    font-size: 3.1rem;
  }

  .contact-section,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .site-header {
    flex-wrap: wrap;
    padding: 14px 20px;
  }

  .brand-mark {
    width: 100%;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .hero {
    gap: 22px;
    padding-top: 28px;
  }

  .hero-brand-panel {
    justify-self: center;
    min-height: 260px;
  }

  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.82rem;
  }

  .hero-copy p,
  .section-copy p,
  .featured-copy p,
  .product-grid p,
  .contact-section p {
    font-size: 1rem;
    line-height: 1.55;
  }

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

  .product-details div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }
}
