:root {
  --yellow: #ffd11a;
  --yellow-soft: #fff3a8;
  --ink: #11110f;
  --paper: #f8f7f2;
  --line: #d9d8d1;
  --muted: #6f6f68;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Manrope', 'Trebuchet MS', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header { border-bottom: 1px solid var(--line); background: rgba(248, 247, 242, .92); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand img { display: block; width: 116px; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: 38px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { transition: opacity .2s ease; }
.main-nav a:hover { opacity: .55; }
.nav-cta { background: var(--yellow); padding: 13px 16px; }
.nav-cta .arrow-icon { margin-left: 10px; }
.language-switcher select { appearance: none; background: transparent; border: 1px solid var(--ink); color: var(--ink); cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; letter-spacing: 0; min-width: 58px; padding: 7px 1px; text-align: center; text-align-last: center; white-space: nowrap; width: 58px; }
.language-switcher option { font-weight: 800; }
.menu-toggle { display: none; background: none; border: 0; }

.hero { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding-top: 40px; padding-bottom: 65px; }
.eyebrow { align-items: center; display: flex; gap: 10px; font-size: 10px; font-weight: 800; letter-spacing: .18em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow span { background: var(--yellow); display: inline-block; height: 8px; width: 8px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
h1 { font-size: clamp(64px, 8vw, 112px); line-height: .89; margin-bottom: 30px; }
h1 em, h2 em { color: #b09600; font-style: normal; }
.hero-text { color: var(--muted); font-size: 15px; line-height: 1.8; max-width: 390px; margin-bottom: 34px; }
.button { display: inline-flex; align-items: center; gap: 26px; font-size: 11px; font-weight: 800; letter-spacing: .1em; padding: 16px 18px; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.arrow-icon { display: inline-block; fill: none; height: 1em; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; vertical-align: -.12em; width: 1em; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark span, .button-yellow span { font-size: 18px; line-height: 10px; }

.hero-art { min-height: 500px; position: relative; }
.art-ring { border: 1px solid var(--ink); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(-14deg); }
.ring-back { height: 440px; width: 440px; }
.ring-front { border-color: var(--yellow); border-width: 3px; height: 365px; transform: translate(-50%, -50%) rotate(21deg); width: 365px; }
.cheese { align-items: center; border: 2px solid var(--ink); border-radius: 50%; display: flex; justify-content: center; position: absolute; }
.cheese-main { background: var(--yellow); box-shadow: 16px 20px 0 var(--ink); height: 290px; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 290px; }
.cheese-main:after { border: 2px solid rgba(17, 17, 15, .5); border-radius: 50%; content: ''; height: 245px; position: absolute; width: 245px; }
.cheese-main img { border-radius: 50%; height: 100%; object-fit: cover; transform: none; width: 100%; }
.cheese-small { background: #f5df7c; bottom: 50px; height: 105px; right: 12%; width: 105px; }
.cheese-small span { font-family: var(--serif); font-size: 48px; }
.hero-sticker { background: var(--ink); color: white; font-size: 11px; line-height: 1.5; padding: 18px; position: absolute; right: 0; text-align: center; text-transform: uppercase; top: 63px; transform: rotate(8deg); }
.hero-sticker strong { color: var(--yellow); font-size: 13px; }

.section { padding: 105px 0; }
.cheeses-section { background: #fff; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 55px; }
h2 { font-size: clamp(52px, 6vw, 78px); line-height: .95; margin-bottom: 0; }
.section-intro { color: var(--muted); font-size: 14px; line-height: 1.7; max-width: 280px; }
.cheese-search { align-items: center; border-bottom: 1px solid var(--ink); display: flex; gap: 22px; margin-bottom: 45px; max-width: 560px; padding-bottom: 10px; }
.cheese-search span { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.cheese-search input { background: transparent; border: 0; color: var(--ink); flex: 1; font: inherit; font-size: 14px; min-width: 0; outline: 0; padding: 8px 0; }
.cheese-search input::placeholder { color: #8c8b83; }
.search-empty { color: var(--muted); font-family: var(--serif); font-size: 28px; margin: 48px 0 0; }
.cheese-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.cheese-card { border-top: 1px solid var(--ink); padding-top: 15px; }
.card-number { font-size: 10px; font-weight: 800; letter-spacing: .14em; margin-bottom: 17px; }
.product-visual { align-items: center; display: flex; height: 270px; justify-content: center; margin-bottom: 23px; overflow: hidden; position: relative; }
.product-visual:before, .product-visual:after { border: 1px solid rgba(17,17,15,.35); border-radius: 50%; content: ''; position: absolute; }
.product-visual:before { height: 205px; width: 205px; }
.product-visual:after { height: 166px; width: 166px; }
.visual-comte { background: var(--yellow); }
.visual-comte span { color: var(--ink); font-family: var(--serif); font-size: 55px; z-index: 1; }
.visual-brie { background: #ebe8db; }
.visual-brie:before { border-style: dashed; }
.visual-brie:after { border-color: #fff; border-width: 10px; }
.visual-brie span { background: var(--ink); color: var(--yellow); font-family: var(--serif); font-size: 52px; padding: 5px 16px; transform: rotate(-10deg); z-index: 1; }
.visual-chevre { background: #e7d67d; }
.visual-chevre span { font-size: 53px; z-index: 1; }
.product-photo { background: #ebe8db; }
.product-photo::before, .product-photo::after { display: none; }
.product-photo img { display: block; height: 100%; object-fit: cover; width: 100%; }
.product-type { color: #8c8b83; font-size: 10px; font-weight: 800; letter-spacing: .16em; margin-bottom: 8px; text-transform: uppercase; }
.product-meta h2, .product-meta h3 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin-bottom: 7px; }
.product-meta > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 260px; }
.photo-story { background: #fff; padding: 105px 0; }
.photo-story-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 48px; }
.photo-story-heading h2 { margin-bottom: 0; }
.photo-story-heading > p { color: var(--muted); font-size: 14px; line-height: 1.7; max-width: 320px; }
.photo-story-grid { display: grid; gap: 18px; grid-template-columns: 1.35fr .8fr .8fr; }
.photo-story-grid figure { background: #ebe8db; height: 430px; margin: 0; overflow: hidden; }
.photo-story-grid img { display: block; height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.photo-story-grid figure:hover img { transform: scale(1.03); }
.plateau-hero { background: var(--yellow); padding: 100px 0; }
.plateau-hero-inner { align-items: center; display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; }
.plateau-hero h1 { font-size: clamp(58px, 7vw, 100px); margin-bottom: 28px; }
.plateau-hero p:not(.eyebrow) { font-size: 15px; line-height: 1.8; max-width: 430px; }
.plateau-hero .button { margin-top: 8px; }
.plateau-hero-image { height: 480px; overflow: hidden; }
.plateau-hero-image img { display: block; height: 100%; object-fit: cover; width: 100%; }
.plateau-selection { background: #fff; }
.plateau-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
.plateau-card { border-top: 1px solid var(--ink); padding-top: 15px; }
.plateau-card-image { height: 360px; overflow: hidden; }
.plateau-card-image img { display: block; height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.plateau-card:hover .plateau-card-image img { transform: scale(1.03); }
.plateau-card-copy { padding: 22px 0 28px; }
.plateau-card-copy h3 { font-family: var(--serif); font-size: 34px; font-weight: 400; margin-bottom: 8px; }
.plateau-card-copy > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 360px; }

.markets-section { background: var(--yellow); }
.markets-layout { display: grid; gap: 100px; grid-template-columns: .8fr 1.2fr; }
.markets-title { position: relative; }
.markets-title p:not(.eyebrow) { font-size: 14px; line-height: 1.8; max-width: 320px; margin-top: 30px; }
.market-pin { bottom: -46px; font-size: 110px; line-height: .5; opacity: .13; position: absolute; right: 30px; transform: rotate(-13deg); }
.market-list { border-top: 1px solid var(--ink); }
.market-row { align-items: center; border-bottom: 1px solid var(--ink); display: grid; gap: 24px; grid-template-columns: 1fr 20px; min-height: 118px; transition: padding .25s ease, background .25s ease; }
.market-row:hover, .market-row.featured { background: rgba(255,255,255,.22); padding-left: 16px; padding-right: 16px; }
.market-row h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; margin-bottom: 8px; }
.market-days { font-size: 10px !important; font-weight: 800; letter-spacing: .15em; margin: 0; opacity: .7; text-transform: uppercase; }
.market-arrow { height: 20px; width: 20px; }

.contact-band { background: var(--ink); color: white; padding: 105px 0; }
.contact-inner { position: relative; }
.contact-band .eyebrow { color: var(--yellow); }
.contact-band h2 { font-size: clamp(54px, 7vw, 92px); margin-bottom: 35px; }
.contact-copy { color: #d9d8d1; font-size: 14px; line-height: 1.7; margin: -10px 0 30px; max-width: 430px; }
.button-yellow { background: var(--yellow); color: var(--ink); }
.site-footer { background: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.footer-inner { align-items: center; display: flex; justify-content: space-between; min-height: 85px; }
.footer-inner img { mix-blend-mode: multiply; width: 85px; }
.footer-inner p { margin: 0; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 560px); }
  .header-inner { height: 70px; }
  .brand img { width: 96px; }
  .menu-toggle { cursor: pointer; display: grid; gap: 5px; padding: 10px 0 10px 10px; }
  .menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 2px; width: 24px; }
  .main-nav { align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: 10px 18px 18px; position: absolute; top: 70px; width: 100%; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px 0; }
  .nav-cta { padding: 13px 16px !important; }
  .hero { display: block; min-height: auto; padding-bottom: 35px; padding-top: 70px; }
  .hero { overflow: hidden; }
  h1 { font-size: clamp(61px, 17vw, 92px); }
  .hero-art { margin-top: 30px; min-height: 410px; transform: scale(.82); transform-origin: top center; }
  .section { padding: 75px 0; }
  .section-heading { align-items: start; display: block; margin-bottom: 38px; }
  .section-intro { margin-top: 25px; }
  .photo-story { padding: 75px 0; }
  .photo-story-heading { align-items: start; display: block; margin-bottom: 30px; }
  .photo-story-heading > p { margin-top: 25px; }
  .photo-story-grid { gap: 10px; grid-template-columns: 1.2fr .8fr; }
  .photo-story-grid figure { height: 250px; }
  .photo-story-grid figure:last-child { display: none; }
  .plateau-hero { padding: 75px 0; }
  .plateau-hero-inner { display: block; }
  .plateau-hero h1 { font-size: clamp(58px, 16vw, 88px); }
  .plateau-hero-image { height: 310px; margin-top: 38px; }
  .plateau-grid { grid-template-columns: 1fr; }
  .plateau-card-image { height: 280px; }
  .plateau-card-copy h3 { font-size: 30px; }
  .cheese-search { align-items: start; display: block; margin-bottom: 38px; }
  .cheese-search span { display: block; margin-bottom: 5px; }
  .cheese-grid { grid-template-columns: 1fr; }
  .cheese-card { margin-bottom: 22px; }
  .product-visual { height: 230px; }
  .markets-layout { display: block; }
  .markets-title { margin-bottom: 65px; }
  .market-row { gap: 12px; grid-template-columns: 1fr 16px; }
  .market-row h3 { font-size: 27px; }
  .contact-band { padding: 75px 0; }
  .footer-inner { align-items: start; flex-direction: column; gap: 13px; justify-content: center; padding: 25px 0; }
}
