:root {
  --ink: #17261e;
  --forest: #20352a;
  --olive: #718054;
  --gold: #b28b4c;
  --paper: #f4efe5;
  --cream: #e8dfcf;
  --white: #fffdf8;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; right: 0;
  height: 96px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between;
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--serif); font-size: 1.5rem; letter-spacing: .13em; text-decoration: none; }
.brand-mark { font-size: 1.15rem; transform: rotate(180deg); }
.brand-byline { margin-left: -.25rem; font-family: var(--sans); font-size: .75rem; font-weight: 400; letter-spacing: .025em; opacity: .78; white-space: nowrap; }
nav { display: flex; gap: 2.2rem; }
nav a { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
nav a:hover { opacity: .7; }
.menu-button { display: none; background: none; border: 0; color: inherit; font: inherit; }

.hero { position: relative; height: min(930px, 100svh); min-height: 690px; color: var(--white); overflow: hidden; }
.hero > img { position: absolute; inset: 0; object-position: center 54%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,24,17,.78) 0%, rgba(10,24,17,.26) 55%, rgba(10,24,17,.08) 100%); }
.hero-content { position: absolute; z-index: 2; left: 8vw; bottom: 12%; width: min(620px, 76vw); }
.eyebrow { margin: 0 0 1.2rem; color: #e3c98f; font-size: .75rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: var(--olive); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 8vw, 8.5rem); }
h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
.hero-copy { max-width: 520px; margin: 2rem 0; font-family: var(--serif); font-size: 1.17rem; line-height: 1.6; }
.text-link { display: inline-flex; gap: .8rem; align-items: center; padding-bottom: .45rem; border-bottom: 1px solid rgba(255,255,255,.7); font-size: .76rem; letter-spacing: .15em; text-decoration: none; }
.vertical-note { position: absolute; z-index: 2; right: 2.5vw; bottom: 12%; margin: 0; writing-mode: vertical-rl; font-size: .65rem; letter-spacing: .25em; }

.section { padding: 9rem 8vw; }
.story { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }
.section-number { position: absolute; top: 3.5rem; left: 3vw; color: var(--gold); font-family: var(--serif); font-size: .9rem; }
.story-copy { padding-bottom: .5rem; }
.story-copy p { margin: 0 0 1.5rem; }
.story-copy .lead { font-family: var(--serif); font-size: 1.45rem; line-height: 1.5; }

.variety { min-height: 820px; display: grid; grid-template-columns: 52% 48%; background: var(--forest); color: var(--white); }
.variety-image { min-height: 760px; overflow: hidden; }
.variety-image img { object-position: center 50%; transition: transform 1.2s ease; }
.variety:hover img { transform: scale(1.025); }
.variety-content { padding: 10vw 8vw; display: flex; flex-direction: column; justify-content: center; }
.variety-content > p:not(.eyebrow) { max-width: 480px; margin: 2.2rem 0 3rem; color: rgba(255,255,255,.76); }
.origin-line { max-width: 480px; padding-top: 1.25rem; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.28); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.origin-line strong { color: #e3c98f; font-weight: 400; }

.collection-intro { display: flex; justify-content: space-between; align-items: end; gap: 4rem; margin-bottom: 4rem; }
.collection-intro > p { max-width: 300px; margin: 0; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.product-card { position: relative; min-height: 680px; overflow: hidden; background: #ddd2c0; color: var(--white); }
.product-card.wide { grid-column: 1 / -1; min-height: 580px; }
.product-card img { transition: transform .8s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(10,19,14,.78)); }
.product-card > div { position: absolute; z-index: 2; left: 2rem; right: 2rem; bottom: 1.6rem; display: grid; grid-template-columns: 2.5rem auto; align-items: end; }
.product-card span { grid-row: 1 / 3; align-self: start; color: #e3c98f; font-size: .74rem; }
.product-card h3 { margin: 0; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; line-height: 1.1; }
.product-card p { margin: .2rem 0 0; font-size: .82rem; letter-spacing: .07em; }
.product-card.wide img { object-position: center 55%; }

.closing { min-height: 720px; display: grid; place-items: center; padding: 8rem 5vw; text-align: center; color: var(--white); background: linear-gradient(rgba(21,35,27,.88), rgba(21,35,27,.88)), url("assets/figalos-1l.jpeg") center 47% / cover; }
.closing-inner { max-width: 780px; }
.closing p:not(.eyebrow) { max-width: 500px; margin: 2rem auto; color: rgba(255,255,255,.78); }
.coming-soon { display: inline-block; margin-top: 1rem; padding: .85rem 1.3rem; border: 1px solid rgba(255,255,255,.55); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }

footer { padding: 3rem 5vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; color: var(--cream); background: #101b15; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
footer p { margin: 0; text-align: center; }
footer p:last-child { text-align: right; }
.footer-brand { font-size: 1.25rem; }

@media (max-width: 780px) {
  .site-header { height: 76px; padding: 0 1.25rem; }
  .brand { font-size: 1.15rem; }
  .menu-button { display: block; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
  nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 1.5rem; flex-direction: column; gap: 1.2rem; background: var(--ink); }
  nav.open { display: flex; }
  .hero { min-height: 720px; }
  .hero > img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,24,17,.87), rgba(10,24,17,.08) 72%); }
  .hero-content { left: 1.5rem; right: 1.5rem; bottom: 8%; width: auto; }
  h1 { font-size: clamp(3.8rem, 18vw, 5.4rem); }
  .hero-copy { font-size: 1.05rem; }
  .vertical-note { display: none; }
  .section { padding: 6.5rem 1.5rem; }
  .story { grid-template-columns: 1fr; gap: 3rem; }
  .section-number { top: 2rem; left: 1.5rem; }
  .variety { grid-template-columns: 1fr; }
  .variety-image { min-height: 610px; }
  .variety-content { padding: 5rem 1.5rem; }
  .collection-intro { display: block; }
  .collection-intro > p { margin-top: 2rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card.wide { grid-column: auto; min-height: 570px; }
  .product-card > div { left: 1.4rem; right: 1.4rem; }
  .closing { min-height: 650px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p:last-child { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-card img, .variety-image img { transition: none; }
}
