:root {
  --ink: #17241f;
  --forest: #103a2d;
  --forest-deep: #09291f;
  --forest-soft: #1f5844;
  --gold: #d4a64a;
  --gold-pale: #f2d897;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --stone: #e2dacb;
  --muted: #66716b;
  --white: #ffffff;
  --line: rgba(23, 36, 31, 0.16);
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.1rem, 6vw, 5.9rem);
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 4.4vw, 4.3rem);
}

h3 {
  line-height: 1.2;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--forest-deep);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  background: rgba(9, 41, 31, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 11px;
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.brand-name strong {
  color: var(--gold-pale);
  font-weight: 600;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.92rem;
}

.main-nav a,
.text-link {
  text-underline-offset: 5px;
}

.main-nav a:hover,
.text-link:hover {
  text-decoration: underline;
}

.header-inner > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1.15;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.86rem;
}

.button-dark {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--forest-deep);
  background: var(--cream);
}

.button-gold {
  color: var(--forest-deep);
  background: var(--gold);
}

.button-gold:hover {
  background: #e1b75d;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.44);
  color: var(--white);
  background: transparent;
}

.button-outline:hover {
  border-color: var(--gold-pale);
}

a:focus-visible {
  outline: 3px solid var(--gold-pale);
  outline-offset: 4px;
}

.hero {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 18%, rgba(214, 166, 74, 0.12), transparent 30%),
    var(--forest-deep);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  align-items: center;
  min-height: 760px;
  gap: clamp(48px, 7vw, 96px);
  padding-block: 92px 110px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--forest-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.hero .eyebrow,
.eyebrow-light {
  color: var(--gold-pale);
}

.hero h1 em {
  color: var(--gold-pale);
  font-weight: 400;
}

.hero-intro {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 54px;
}

.text-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.text-link span {
  color: var(--gold-pale);
  font-size: 1.2rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  padding-top: 25px;
}

.hero-proof div {
  padding-right: 18px;
}

.hero-proof div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  margin-bottom: 3px;
  font-size: 0.93rem;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.77rem;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 45%;
  height: 45%;
  border-top: 1px solid rgba(242, 216, 151, 0.55);
  border-right: 1px solid rgba(242, 216, 151, 0.55);
  content: "";
}

.hero-visual img {
  width: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.02);
}

.range-card {
  position: absolute;
  right: -30px;
  bottom: -44px;
  width: min(390px, 88%);
  padding: 26px 28px 24px;
  border: 1px solid rgba(16, 58, 45, 0.15);
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 24px 60px rgba(1, 16, 11, 0.25);
}

.range-card > p {
  margin-bottom: 17px;
  color: var(--forest-soft);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.range-card dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 16px;
}

.range-card dl div + div {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.range-card dt {
  color: var(--muted);
  font-size: 0.69rem;
  text-transform: uppercase;
}

.range-card dd {
  margin: 3px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.range-card small {
  display: block;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.5;
}

.section {
  padding-block: 120px;
}

.products {
  background: var(--cream);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 54px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

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

.section-heading > p:last-child {
  max-width: 560px;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 1.05rem;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.product-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px 24px;
  min-height: 450px;
  padding: 42px;
  border: 1px solid var(--line);
}

.product-card-dark {
  color: var(--white);
  background: var(--forest);
}

.product-card-light {
  background: var(--paper);
}

.product-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  opacity: 0.65;
}

.product-type {
  margin-bottom: 10px;
  color: var(--gold-pale);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card-light .product-type {
  color: var(--forest-soft);
}

.product-card h3 {
  margin-bottom: 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}

.product-card div > p:last-child {
  margin-bottom: 0;
  opacity: 0.72;
}

.product-card ul {
  grid-column: 2;
  align-self: end;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid currentColor;
  list-style: none;
  opacity: 0.72;
}

.product-card li {
  position: relative;
  padding-left: 22px;
}

.product-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.truth-note {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 18px;
  max-width: 900px;
  margin-top: 30px;
  padding: 22px 26px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 253, 248, 0.7);
}

.truth-note p {
  margin: 0;
  color: var(--muted);
}

.truth-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--forest-soft);
  border-radius: 50%;
  color: var(--forest-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.approach {
  color: var(--white);
  background: var(--forest-deep);
}

.approach-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(60px, 9vw, 130px);
}

.approach-intro {
  align-self: start;
  position: sticky;
  top: 120px;
}

.approach-intro > p:not(.eyebrow) {
  max-width: 510px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
}

.process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.process-list li > span {
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
}

.process-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.15rem;
}

.process-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
}

.quality {
  background: var(--paper);
}

.quality-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(50px, 9vw, 125px);
}

.quality-lead {
  max-width: 480px;
  color: var(--muted);
  font-size: 1.06rem;
}

.quality-items {
  border-top: 1px solid var(--line);
}

.quality-items article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.quality-items article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--forest-soft);
  background: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
}

.quality-items h3 {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.quality-items p {
  margin: 0;
  color: var(--muted);
}

.about {
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(60px, 9vw, 130px);
}

.about-copy > p {
  margin-bottom: 50px;
  color: var(--muted);
  font-size: 1.12rem;
}

.people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.people-grid article {
  padding: 25px 0;
  border-top: 2px solid var(--forest);
}

.people-grid article > p {
  margin-bottom: 12px;
  color: var(--forest-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.people-grid h3 {
  margin-bottom: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.people-grid a {
  color: var(--muted);
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact {
  padding-block: 110px;
  color: var(--white);
  background: var(--forest);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: clamp(50px, 8vw, 110px);
}

.contact h2 {
  margin-bottom: 0;
}

.contact-copy > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.06rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 26px;
}

.location {
  margin-bottom: 0;
  font-size: 0.88rem !important;
}

footer {
  padding-block: 34px;
  color: rgba(255, 255, 255, 0.7);
  background: #061c15;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  align-items: center;
  gap: 35px;
}

.brand-footer {
  color: var(--white);
}

.footer-inner p {
  margin: 0;
  font-size: 0.74rem;
}

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 32px, 760px);
  }

  .hero-grid,
  .section-heading,
  .approach-grid,
  .quality-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-block: 74px 120px;
  }

  .hero-visual {
    max-width: 720px;
  }

  .hero-visual img {
    min-height: 520px;
  }

  .range-card {
    right: 18px;
  }

  .section-heading .eyebrow {
    margin-bottom: -15px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .approach-intro {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 760px) {
  .main-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .brand-name {
    font-size: 0.92rem;
  }

  .header-inner > .button {
    padding-inline: 13px;
  }

  .section {
    padding-block: 86px;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-proof div + div {
    padding-top: 14px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-left: 0;
  }

  .hero-visual img {
    min-height: 420px;
  }

  .range-card {
    right: 12px;
    bottom: -70px;
    width: calc(100% - 24px);
    padding: 22px;
  }

  .section-heading .eyebrow {
    margin-bottom: -20px;
  }

  .product-card {
    grid-template-columns: 48px 1fr;
    min-height: 0;
    padding: 28px 23px;
  }

  .product-card ul {
    grid-column: 1 / -1;
  }

  .truth-note,
  .people-grid {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-actions .button {
    width: 100%;
  }
}

@media (max-width: 470px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .site-header .brand-mark {
    width: 31px;
    height: 31px;
  }

  .header-inner > .button {
    font-size: 0.76rem;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .hero-visual img {
    min-height: 340px;
  }

  .range-card dl {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .range-card dl div + div {
    padding-top: 8px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .process-list li {
    grid-template-columns: 44px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
