:root {
  --green-950: #071f19;
  --green-900: #0d3027;
  --green-850: #123c32;
  --green-800: #19493c;
  --green-100: #dce8df;
  --gold: #eda929;
  --gold-soft: #f3ce82;
  --cream: #f1eadc;
  --cream-deep: #e8dfcd;
  --paper: #fbfaf6;
  --ink: #12231d;
  --muted: #5c6862;
  --line: rgba(18, 35, 29, 0.16);
  --line-light: rgba(255, 255, 255, 0.18);
  --shell: min(1280px, calc(100vw - 80px));
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --header-h: 88px;
  --radius-sm: 3px;
  --radius-md: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

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

section[id] {
  scroll-margin-top: calc(var(--header-h) + 22px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--gold);
  color: var(--green-950);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.section-shell {
  width: var(--shell);
  margin-inline: auto;
  padding-block: clamp(88px, 9vw, 148px);
}

.display-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green-800);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--gold-soft);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-gold {
  background: var(--gold);
  color: var(--green-950);
}

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

.text-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--green-850);
  font-size: 0.85rem;
  font-weight: 700;
}

.text-link span {
  color: var(--gold);
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(3px, 2px);
}

.text-link-light {
  color: #fff;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  color: #fff;
  border-bottom: 1px solid var(--line-light);
  transition: height 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.scrolled,
.site-header.menu-active {
  height: 74px;
  background: rgba(7, 31, 25, 0.96);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}

.brand-mark svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.brand-copy small {
  margin-top: 6px;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-size: 0.79rem;
  font-weight: 600;
}

.site-nav > a:not(.nav-cta) {
  position: relative;
  padding-block: 10px;
}

.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 11px 16px;
  background: var(--gold);
  color: var(--green-950);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 1px;
  margin: 7px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

/* Hero */
.hero {
  position: relative;
  min-height: max(760px, 100svh);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--green-950);
  color: #fff;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 25, 20, 0.92) 0%, rgba(6, 25, 20, 0.65) 48%, rgba(6, 25, 20, 0.1) 78%),
    linear-gradient(0deg, rgba(6, 25, 20, 0.82) 0%, transparent 45%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(770px, calc(100vw - 80px));
  margin-left: max(40px, calc((100vw - 1280px) / 2));
  padding: 160px 0 210px;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.89;
}

.hero-intro {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.hero-proof {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 122px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(7, 31, 25, 0.87);
  border-top: 1px solid var(--line-light);
  backdrop-filter: blur(10px);
}

.hero-proof div {
  display: grid;
  align-content: center;
  padding: 22px clamp(22px, 3vw, 54px);
  border-right: 1px solid var(--line-light);
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof strong {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
}

.hero-proof span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.71rem;
  letter-spacing: 0.04em;
}

/* Opening */
.opening {
  border-bottom: 1px solid var(--line);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 58px;
  color: var(--green-800);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.label-rule {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.7fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: end;
}

.opening-grid h2 {
  max-width: 820px;
}

.opening-copy p {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 1.04rem;
}

/* Shared section headings */
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: clamp(56px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(58px, 7vw, 100px);
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
}

/* Products */
.products {
  padding-bottom: 0;
}

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

.product-card {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.2vw, 48px);
  overflow: hidden;
}

.product-card-primary {
  grid-column: span 5;
  background: var(--green-850);
  color: #fff;
}

.product-card-grades {
  grid-column: span 4;
  background: var(--cream);
}

.product-card-special {
  grid-column: span 3;
  background: var(--gold);
  color: var(--green-950);
}

.card-index {
  position: absolute;
  top: 28px;
  right: 28px;
  color: currentColor;
  font-family: var(--serif);
  font-size: 0.9rem;
  opacity: 0.55;
}

.card-kicker {
  margin: 0 0 34px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 30px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.variety-list {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.variety-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.variety-list span {
  font-size: 0.9rem;
  font-weight: 600;
}

.variety-list small {
  color: rgba(255, 255, 255, 0.62);
  text-align: right;
}

.grade-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
}

.grade-list span {
  padding: 9px 11px;
  border: 1px solid rgba(18, 35, 29, 0.2);
  background: rgba(255, 255, 255, 0.35);
  font-size: 0.72rem;
  font-weight: 600;
}

.fine-print {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.product-card-special > p:not(.card-kicker) {
  margin: auto 0 30px;
  font-size: 0.94rem;
}

.product-card-special .text-link {
  color: var(--green-950);
}

.product-card-special .text-link span {
  color: inherit;
}

.product-card-special .text-link:focus-visible {
  outline-color: var(--green-950);
}

.inshell-feature {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  min-height: 520px;
  margin-top: 18px;
  background: var(--green-100);
}

.inshell-image {
  min-height: 420px;
  overflow: hidden;
}

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

.inshell-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 78px);
}

.inshell-copy h3 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.inshell-copy p:last-child {
  margin: 0;
  color: var(--muted);
}

/* Provenance */
.provenance {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  margin-top: clamp(88px, 9vw, 150px);
  background: var(--green-850);
  color: #fff;
}

.provenance-image {
  min-height: 680px;
  overflow: hidden;
}

.provenance-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.provenance-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 96px);
}

.provenance-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.1vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.provenance-copy > p:not(.eyebrow) {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.provenance-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  color: var(--gold-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Process */
.section-dark {
  background: var(--green-950);
  color: #fff;
}

.section-heading-dark > p {
  color: rgba(255, 255, 255, 0.65);
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
  list-style: none;
}

.process-flow li {
  min-height: 270px;
  display: grid;
  align-content: space-between;
  padding: 30px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.process-flow li.process-highlight {
  background: var(--gold);
  color: var(--green-950);
}

.process-number {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 0.9rem;
}

.process-highlight .process-number {
  color: var(--green-950);
  opacity: 0.58;
}

.process-flow h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.3vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
}

.process-flow p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.83rem;
}

.process-highlight p {
  color: rgba(7, 31, 25, 0.75);
}

.loop-note {
  display: inline-block;
  margin-top: 18px;
  padding: 7px 9px;
  border: 1px solid rgba(7, 31, 25, 0.28);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sorting-story {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: clamp(64px, 8vw, 120px);
}

.sorting-card {
  margin: 0;
}

.sorting-card-offset {
  margin-top: 90px;
}

.sorting-card img {
  aspect-ratio: 1.38;
  object-fit: cover;
}

.sorting-card figcaption {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-light);
}

.sorting-card figcaption span {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.sorting-card figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

/* Quality */
.quality-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr;
  gap: 20px 70px;
  align-items: start;
}

.quality-main {
  grid-row: span 2;
  margin: 0;
}

.quality-main img {
  aspect-ratio: 0.92;
  object-fit: cover;
}

.quality-main figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

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

.quality-points article > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 0.85rem;
}

.quality-points h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
}

.quality-points p {
  grid-column: 2;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.quality-detail {
  margin: 12px 0 0;
}

.quality-detail img {
  aspect-ratio: 1.5;
  object-fit: cover;
}

/* Buyers */
.section-warm {
  background: var(--cream);
}

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

.buyer-fact {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.buyer-fact > span {
  color: var(--green-800);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.buyer-fact strong {
  margin-top: auto;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  font-weight: 500;
  line-height: 1.05;
}

.buyer-fact p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.buyer-visuals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.buyer-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.buyer-photo img {
  aspect-ratio: 1.42;
  object-fit: cover;
  transition: transform 600ms ease;
}

.buyer-photo:hover img {
  transform: scale(1.02);
}

.buyer-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 13px 15px;
  background: rgba(7, 31, 25, 0.86);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(34px, 5vw, 76px);
  margin-top: clamp(64px, 8vw, 110px);
}

.commercial-grid article {
  padding-top: 22px;
  border-top: 2px solid var(--green-850);
}

.commercial-grid h3 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
  font-weight: 500;
  line-height: 1.05;
}

.commercial-grid article > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(52px, 8vw, 130px);
  align-items: center;
}

.about-copy .display-title {
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
}

.about-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.about-copy .about-lead {
  margin: 34px 0 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.35;
}

.about-image {
  margin: 0;
}

.about-image img {
  aspect-ratio: 1.35;
  object-fit: cover;
}

/* Leadership */
.leadership {
  padding-top: 0;
}

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

.leader-card {
  background: var(--cream);
}

.leader-photo {
  position: relative;
  aspect-ratio: 0.82;
  overflow: hidden;
  background: var(--green-100);
}

.leader-photo img {
  height: 100%;
  object-fit: cover;
}

.leader-photo-portrait img {
  object-position: 50% 0%;
  transform: scale(2.45);
  transform-origin: 56% 18%;
}

.leader-photo-landscape img {
  transform: scale(1.5);
}

.leader-photo-charanjit img {
  object-position: 57% 40%;
}

.leader-photo-harpreet img {
  object-position: 56% 39%;
}

.leader-copy {
  padding: 22px 24px 26px;
}

.leader-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 500;
}

.leader-copy p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* FAQ */
.faq {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: clamp(60px, 9vw, 150px);
  padding-top: 0;
}

.faq-intro .display-title {
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 24px;
  right: 4px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  margin: -4px 48px 26px 0;
  color: var(--muted);
}

/* Contact & footer */
.contact {
  background: var(--green-850);
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr;
  gap: clamp(56px, 9vw, 150px);
  align-items: center;
  padding-block: clamp(84px, 9vw, 140px);
}

.contact-copy h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6.5vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.contact-copy > p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.contact-person {
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--line-light);
}

.contact-person > span,
.contact-address > span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold-soft);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-person h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.3rem);
  font-weight: 500;
  line-height: 1;
}

.contact-person > p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-top: 32px;
}

.contact-phone {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.contact-address {
  grid-column: 1 / -1;
  padding-top: 30px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.site-footer {
  background: var(--green-950);
  color: #fff;
}

.footer-inner {
  width: var(--shell);
  min-height: 230px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px 50px;
  align-items: center;
  margin-inline: auto;
  padding-block: 36px;
}

.footer-logo {
  width: 136px;
  display: block;
  padding: 13px 18px;
  background: var(--cream);
  transition: transform 180ms ease;
}

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

.footer-logo img {
  width: 100%;
  mix-blend-mode: multiply;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
}

.footer-links a:hover {
  color: var(--gold-soft);
}

.footer-meta {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.68rem;
}

/* Motion */
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 48px, 1080px);
  }

  .site-header {
    padding-inline: 24px;
  }

  .site-nav {
    gap: 17px;
  }

  .site-nav > a:not(.nav-cta) {
    font-size: 0.73rem;
  }

  .product-card-primary {
    grid-column: span 6;
  }

  .product-card-grades {
    grid-column: span 6;
  }

  .product-card-special {
    grid-column: 1 / -1;
    min-height: 330px;
  }

  .product-card-special > p:not(.card-kicker) {
    max-width: 720px;
  }

  .provenance {
    grid-template-columns: 1fr 0.8fr;
  }

  .buyer-facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  :root {
    --header-h: 74px;
    --shell: calc(100% - 36px);
  }

  .site-header {
    height: var(--header-h);
    padding-inline: 18px;
  }

  .brand-mark {
    width: 40px;
  }

  .brand-copy strong {
    font-size: 1.12rem;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 2;
  }

  .site-header.menu-active {
    backdrop-filter: none;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    padding: 100px 28px 42px;
    background: var(--green-950);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .site-nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav > a:not(.nav-cta) {
    width: 100%;
    padding: 8px 0;
    font-family: var(--serif);
    font-size: clamp(1.9rem, 8vw, 3rem);
    font-weight: 500;
  }

  .site-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .nav-cta {
    margin-top: 18px;
    padding: 15px 20px;
  }

  .hero {
    min-height: max(760px, 100svh);
  }

  .hero-media img {
    object-position: 62% 50%;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(6, 25, 20, 0.96) 0%, rgba(6, 25, 20, 0.62) 62%, rgba(6, 25, 20, 0.28) 100%);
  }

  .hero-inner {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding: 128px 0 222px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 13vw, 6rem);
    line-height: 0.92;
  }

  .hero-intro {
    max-width: 570px;
  }

  .hero-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-proof div {
    min-height: 82px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--line-light);
  }

  .hero-proof strong {
    font-size: 1.55rem;
  }

  .opening-grid,
  .section-heading,
  .about-grid,
  .faq,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .opening-grid,
  .section-heading,
  .about-grid,
  .faq,
  .contact-grid {
    gap: 42px;
  }

  .section-heading {
    align-items: start;
  }

  .section-heading > p {
    max-width: 640px;
  }

  .inshell-feature,
  .provenance {
    grid-template-columns: 1fr;
  }

  .inshell-image {
    min-height: 380px;
  }

  .provenance-image {
    min-height: 500px;
  }

  .process-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .sorting-story,
  .buyer-visuals,
  .commercial-grid {
    grid-template-columns: 1fr;
  }

  .sorting-card-offset {
    margin-top: 10px;
  }

  .quality-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .quality-main {
    grid-row: auto;
  }

  .quality-main img {
    aspect-ratio: 1.25;
  }

  .quality-detail {
    display: none;
  }

  .commercial-grid {
    gap: 42px;
  }

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

  .leader-card:first-child {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    justify-self: center;
  }

  .contact-address {
    grid-column: auto;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

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

  body {
    font-size: 15px;
  }

  .brand-copy small {
    font-size: 0.51rem;
  }

  .hero {
    min-height: 850px;
  }

  .hero-inner {
    width: calc(100% - 28px);
    padding-bottom: 246px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-proof span {
    font-size: 0.62rem;
    line-height: 1.35;
  }

  .section-shell {
    padding-block: 82px;
  }

  .display-title {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

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

  .product-card-primary,
  .product-card-grades,
  .product-card-special {
    grid-column: auto;
    min-height: 420px;
  }

  .product-card-special {
    min-height: 360px;
  }

  .variety-list li {
    display: grid;
    gap: 2px;
  }

  .variety-list small {
    text-align: left;
  }

  .inshell-feature {
    min-height: 0;
  }

  .inshell-image {
    min-height: 300px;
  }

  .provenance {
    margin-top: 82px;
  }

  .provenance-image {
    min-height: 390px;
  }

  .provenance-copy {
    padding: 48px 22px 54px;
  }

  .process-flow {
    grid-template-columns: 1fr;
  }

  .process-flow li {
    min-height: 225px;
  }

  .sorting-card figcaption {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .buyer-facts,
  .buyer-visuals,
  .leader-grid {
    grid-template-columns: 1fr;
  }

  .buyer-fact {
    min-height: 220px;
  }

  .buyer-photo img {
    aspect-ratio: 1.18;
  }

  .about-copy .about-lead {
    font-size: 1.25rem;
  }

  .leader-card:first-child {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }

  .leader-photo {
    aspect-ratio: 0.95;
  }

  .leader-photo-portrait img {
    object-position: 50% 0%;
    transform: scale(2.65);
    transform-origin: 56% 16%;
  }

  .contact-copy h2 {
    font-size: clamp(3.2rem, 15vw, 5.1rem);
  }

  .contact-person {
    padding: 28px 22px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
  }
}

@media (max-width: 820px) and (max-height: 600px) {
  .site-nav {
    justify-content: flex-start;
    gap: 5px;
    padding-top: 82px;
    padding-bottom: 24px;
  }

  .site-nav > a:not(.nav-cta) {
    padding-block: 3px;
    font-size: clamp(1.45rem, 7vh, 2rem);
  }

  .nav-cta {
    margin-top: 8px;
    padding: 12px 18px;
  }
}

@media (max-width: 820px) {
  html:not(.js) .site-header {
    position: absolute;
    height: auto;
    min-height: 74px;
    flex-wrap: wrap;
    padding-block: 14px;
    background: var(--green-950);
  }

  html:not(.js) .menu-toggle {
    display: none;
  }

  html:not(.js) .site-nav {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px 18px;
    padding: 14px 0 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  html:not(.js) .site-nav > a:not(.nav-cta) {
    width: auto;
    padding: 4px 0;
    font-family: var(--sans);
    font-size: 0.74rem;
    font-weight: 600;
  }

  html:not(.js) .nav-cta {
    margin: 0;
    padding: 9px 12px;
  }
}
