@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --font-display: "Cormorant Garamond";
  --font-sans: "Manrope";
}

:root {
  --ink: #171714;
  --paper: #eee8dc;
  --sand: #d7ccb9;
  --rust: #a7432e;
  --ochre: #d2a24c;
  --forest: #596648;
  --line-dark: rgba(238, 232, 220, 0.23);
  --line-light: rgba(23, 23, 20, 0.2);
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 92px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  color: var(--paper);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 700;
}
.brand { display: flex; align-items: baseline; letter-spacing: .34em; font-weight: 700; }
.brand-mark { font-family: var(--font-display), serif; font-size: 2.1em; letter-spacing: 0; }
.site-header nav { display: flex; gap: 2.4rem; }
.site-header nav a { opacity: .78; transition: opacity .2s ease; }
.site-header nav a:hover { opacity: 1; }
.header-cta { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: .3rem; }

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58% 42%;
  background: var(--ink);
  color: var(--paper);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 42% 0 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
}
.hero-copy { position: relative; z-index: 2; padding: 24vh 6vw 10vh; align-self: center; }
.eyebrow { margin: 0 0 1.5rem; text-transform: uppercase; letter-spacing: .24em; font-size: .68rem; font-weight: 700; }
.eyebrow.dark { color: var(--rust); }
.hero h1, .origin-copy h2, .product-heading h2, .cacao-intro h2, .network-heading h2, .contact-section h2 {
  font-family: var(--font-display), serif;
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.035em;
}
.hero h1 { margin: 0; font-size: clamp(4.6rem, 8.6vw, 9rem); }
.hero-sub { margin: 1.7rem 0 0; font-family: var(--font-display), serif; font-size: clamp(1.6rem, 2.8vw, 3rem); color: var(--ochre); }
.hero-actions { margin-top: 3.5rem; display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 1.6rem; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); }
.text-link { text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 700; border-bottom: 1px solid var(--line-dark); padding-bottom: .35rem; }
.hero-image { position: relative; margin: 0; min-height: 100svh; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,23,20,.32), transparent 35%), linear-gradient(0deg, rgba(23,23,20,.5), transparent 45%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image figcaption { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; }
.sun { position: absolute; z-index: 3; width: 94px; aspect-ratio: 1; border-radius: 50%; background: var(--ochre); top: 20%; right: calc(42% - 47px); }

.manifesto { padding: 10rem 6vw; display: grid; grid-template-columns: 1fr 3fr; gap: 4vw; border-bottom: 1px solid var(--line-light); }
.section-index { text-transform: uppercase; letter-spacing: .18em; font-size: .64rem; font-weight: 700; }
.manifesto-copy .lead { margin: 0; max-width: 1000px; font-family: var(--font-display), serif; font-size: clamp(2.25rem, 4.5vw, 5rem); line-height: 1.08; letter-spacing: -.025em; }
.two-column-copy { margin-top: 5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 820px; margin-left: auto; }
.two-column-copy p { margin: 0; }

.origin-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 900px; background: #d8cfbf; }
.origin-image-wrap { position: relative; min-height: 760px; }
.origin-image-wrap > img { height: 100%; object-fit: cover; }
.image-stamp { position: absolute; right: -56px; top: 12%; width: 112px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--rust); color: var(--paper); text-transform: uppercase; letter-spacing: .12em; font-size: .55rem; line-height: 1.4; }
.image-stamp strong { font-family: var(--font-display), serif; font-size: 1.75rem; letter-spacing: 0; }
.origin-copy { padding: 10rem 8vw 8rem; align-self: center; }
.origin-copy h2 { margin: 0 0 3rem; font-size: clamp(3rem, 5.7vw, 6rem); }
.origin-copy h2 em { color: var(--rust); font-weight: inherit; }
.origin-copy > p:not(.eyebrow) { max-width: 620px; }
.origin-copy blockquote { margin: 3rem 0 0; padding: 2rem 0 0 2rem; border-top: 1px solid var(--line-light); border-left: 4px solid var(--ochre); font-family: var(--font-display), serif; font-size: 1.55rem; line-height: 1.25; }

.product-section { padding: 10rem 6vw; background: var(--paper); }
.product-heading { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: 5rem; }
.product-heading h2 { margin: 0; font-size: clamp(4rem, 8vw, 8rem); }
.product-card { display: grid; grid-template-columns: 1fr 1fr; max-width: 1200px; margin-left: auto; background: #d8cfbf; }
.product-photo { position: relative; min-height: 680px; background: var(--forest); overflow: hidden; }
.product-photo img { height: 100%; object-fit: cover; object-position: center; }
.availability { position: absolute; top: 1.5rem; left: 1.5rem; padding: .65rem 1rem; background: var(--paper); text-transform: uppercase; letter-spacing: .14em; font-size: .6rem; font-weight: 700; }
.product-info { padding: 6rem 5vw; display: flex; flex-direction: column; justify-content: center; }
.product-info h3 { margin: 0 0 1.5rem; font-family: var(--font-display), serif; font-size: clamp(3rem, 5vw, 5rem); line-height: 1; font-weight: 600; }
.product-description { max-width: 480px; }
.price-row { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.price { font-family: var(--font-display), serif; font-size: 3.5rem; line-height: 1; }
.unit { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }

.cacao-section { background: var(--ink); color: var(--paper); padding: 10rem 6vw; }
.cacao-intro { display: grid; grid-template-columns: 1fr 2fr 1fr; column-gap: 4vw; align-items: start; }
.cacao-intro h2 { margin: 0; font-size: clamp(3.5rem, 6.8vw, 7rem); }
.cacao-intro > p:last-child { margin: 0; color: rgba(238,232,220,.72); }
.cacao-grid { margin-top: 6rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.cacao-grid article { border: 1px solid var(--line-dark); }
.cacao-grid img { height: 520px; object-fit: cover; }
.cacao-grid article > div { padding: 2rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; }
.cacao-grid span { font-family: var(--font-display), serif; font-size: 1.7rem; }
.cacao-grid p { margin: 0; color: rgba(238,232,220,.7); font-size: .9rem; }

.network-section { padding: 10rem 6vw; background: #d8cfbf; }
.network-heading { display: grid; grid-template-columns: .7fr 2fr 1fr; gap: 4vw; align-items: end; }
.network-heading h2 { margin: 0; font-size: clamp(4rem, 7vw, 7.5rem); }
.network-heading p { margin: 0 0 .5rem; }
.gallery { margin-top: 6rem; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 100px; gap: 1rem; }
.gallery-item { margin: 0; overflow: hidden; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.03); }
.gallery-item-1 { grid-column: 1 / 6; grid-row: 1 / 5; }
.gallery-item-2 { grid-column: 6 / 10; grid-row: 1 / 4; }
.gallery-item-3 { grid-column: 10 / 13; grid-row: 1 / 5; }
.gallery-item-4 { grid-column: 1 / 4; grid-row: 5 / 8; }
.gallery-item-5 { grid-column: 4 / 8; grid-row: 5 / 9; }
.gallery-item-6 { grid-column: 8 / 13; grid-row: 5 / 8; }
.gallery-item-7 { grid-column: 1 / 5; grid-row: 8 / 12; }
.gallery-item-8 { grid-column: 5 / 9; grid-row: 9 / 12; }
.gallery-item-9 { grid-column: 9 / 13; grid-row: 8 / 12; }
.gallery-item-10 { grid-column: 1 / 4; grid-row: 12 / 15; }
.gallery-item-11 { grid-column: 4 / 8; grid-row: 12 / 16; }
.gallery-item-12 { grid-column: 8 / 13; grid-row: 12 / 15; }

.founder-section { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-light); background: var(--paper); }
.founder-quote, .founder-story { padding: 8rem 6vw; }
.founder-quote { background: var(--rust); color: var(--paper); display: flex; flex-direction: column; justify-content: space-between; min-height: 570px; }
.founder-quote p { margin: 0; font-family: var(--font-display), serif; font-size: clamp(3.6rem, 6vw, 6.5rem); line-height: .98; }
.founder-quote span { text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; }
.founder-story { display: flex; flex-direction: column; justify-content: center; }
.founder-story p { max-width: 640px; font-family: var(--font-display), serif; font-size: 1.6rem; line-height: 1.35; }

.contact-section { padding: 12rem 6vw; background: var(--ochre); text-align: center; }
.contact-section h2 { margin: 0 auto 5rem; max-width: 1100px; font-size: clamp(4.4rem, 9vw, 9.5rem); }
.contact-links { max-width: 960px; margin: 0 auto; border-top: 1px solid var(--line-light); }
.contact-links a { padding: 1.8rem 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line-light); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 700; }
.contact-links a span { font-family: var(--font-display), serif; font-size: 1.8rem; text-transform: none; letter-spacing: 0; font-weight: 600; }
.contact-note { margin: 2rem 0 0; text-transform: uppercase; letter-spacing: .14em; font-size: .6rem; }

footer { padding: 4rem 6vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; background: var(--ink); color: var(--paper); }
.footer-brand { align-self: center; }
footer p { margin: 0; font-family: var(--font-display), serif; font-size: 1.5rem; line-height: 1.25; }
footer > span { justify-self: end; text-transform: uppercase; letter-spacing: .14em; font-size: .58rem; opacity: .65; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 82svh; padding-top: 22vh; }
  .hero-image { min-height: 68svh; }
  .sun { top: calc(82svh - 47px); right: 10%; }
  .manifesto, .product-heading { grid-template-columns: 1fr; gap: 2rem; }
  .origin-section { grid-template-columns: 1fr; }
  .origin-image-wrap { min-height: 70svh; }
  .image-stamp { right: 7%; top: auto; bottom: -56px; }
  .origin-copy { padding-top: 8rem; }
  .product-card { margin: 0; }
  .cacao-intro, .network-heading { grid-template-columns: 1fr; gap: 2rem; }
  .cacao-intro > p:last-child, .network-heading p { max-width: 600px; }
}

@media (max-width: 700px) {
  .site-header { min-height: 74px; padding: 0 1.25rem; }
  .header-cta { font-size: 0; }
  .header-cta span { font-size: .9rem; }
  .hero-copy { padding: 20vh 1.4rem 6rem; min-height: 78svh; }
  .hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-image { min-height: 58svh; }
  .sun { top: calc(78svh - 36px); width: 72px; }
  .manifesto, .product-section, .cacao-section, .network-section { padding: 7rem 1.4rem; }
  .manifesto { grid-template-columns: 1fr; }
  .two-column-copy { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 3rem; }
  .origin-image-wrap { min-height: 54svh; }
  .origin-copy { padding: 7rem 1.4rem 6rem; }
  .origin-copy h2 { font-size: 3.6rem; }
  .product-heading h2, .network-heading h2 { font-size: 4rem; }
  .product-card { grid-template-columns: 1fr; }
  .product-photo { min-height: 520px; }
  .product-info { padding: 4rem 1.5rem; }
  .price-row { align-items: flex-start; flex-direction: column; }
  .cacao-intro h2 { font-size: 3.5rem; }
  .cacao-grid { grid-template-columns: 1fr; }
  .cacao-grid img { height: 390px; }
  .cacao-grid article > div { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .gallery-item { grid-column: auto !important; grid-row: auto !important; }
  .gallery-item-1, .gallery-item-6 { grid-column: span 2 !important; }
  .founder-section { grid-template-columns: 1fr; }
  .founder-quote, .founder-story { padding: 6rem 1.4rem; }
  .contact-section { padding: 8rem 1.4rem; }
  .contact-section h2 { font-size: 4.5rem; }
  .contact-links a { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .contact-links a span { font-size: 1.4rem; }
  footer { padding: 4rem 1.4rem; grid-template-columns: 1fr; gap: 2rem; }
  footer > span { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
