:root {
  --cream: #f5efe4;
  --milk: #fffdf8;
  --terracotta: #a94f2f;
  --terracotta-dark: #843a24;
  --brown: #2f211a;
  --brown-soft: #49382e;
  --sage: #64725d;
  --line: #d8cdbc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--milk); color: var(--brown); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
h1, h2, h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -0.035em; }
p { line-height: 1.7; }

.site-header { height: 96px; display: flex; align-items: center; padding: 0 4vw; gap: 2.2vw; background: var(--milk); position: relative; z-index: 20; border-bottom: 1px solid rgba(47,33,26,.1); }
.brand { min-width: 255px; flex: 0 0 auto; display: flex; align-items: center; gap: 13px; }
.brand img { width: 112px; height: 74px; object-fit: contain; }
.brand-name { color: var(--brown); font: 500 17px/1.1 Georgia, 'Times New Roman', serif; letter-spacing: -.02em; }
.brand-name small { display: block; margin-top: 6px; color: var(--terracotta); font: 700 9px/1 Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 1.7vw; margin-left: auto; font-size: 14px; }
.desktop-nav a { padding: 9px 0; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-color: var(--terracotta); color: var(--terracotta); }
.desktop-nav a.active { border-color: var(--terracotta); color: var(--terracotta); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; border-radius: 2px; background: var(--terracotta); color: white; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: background .2s, transform .2s; }
.button:hover { background: var(--terracotta-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-dark { background: var(--brown); }
.button-dark:hover { background: var(--terracotta-dark); }
.button-light { background: var(--cream); color: var(--brown); }
.button-light:hover { background: white; }
.mobile-menu { display: none; margin-left: auto; }

.hero { min-height: 710px; display: grid; grid-template-columns: 47% 53%; background: var(--cream); }
.hero-copy { padding: clamp(70px, 9vw, 138px) 7vw 80px 8vw; align-self: center; }
.eyebrow { margin: 0 0 25px; color: var(--terracotta); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #e3b89f; }
.hero h1 { max-width: 670px; font-size: clamp(52px, 5.2vw, 82px); line-height: .99; }
.lead { max-width: 580px; margin: 32px 0; color: var(--brown-soft); font-size: 18px; }
.actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--terracotta-dark); font-size: 14px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.preorder-link { display: inline-block; margin-top: 27px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.hero-image { margin: 0; min-height: 710px; position: relative; overflow: hidden; }
.hero-image img { height: 100%; object-fit: cover; object-position: 48% center; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(47,33,26,.05), transparent 30%); }
.hero-image figcaption { position: absolute; z-index: 2; right: 30px; bottom: 28px; max-width: 250px; padding: 12px 16px; background: rgba(255,253,248,.88); font-family: Georgia, serif; font-size: 14px; }
.intro-statement { min-height: 84px; padding: 20px 4vw; display: flex; justify-content: center; align-items: center; gap: 28px; background: var(--brown); color: #f3e8db; text-transform: uppercase; font-size: 11px; letter-spacing: .13em; }
.intro-statement p { margin: 0; }
.intro-statement span { color: var(--terracotta); }

.section { max-width: 1240px; margin: 0 auto; padding: 130px 40px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; }
.section-wide { padding: 130px max(5vw, 30px); }
.section-copy h2, .center-heading h2, .craft h2, .preorder h2 { font-size: clamp(44px, 4.5vw, 68px); line-height: 1.05; }
.section-copy > p:not(.eyebrow) { color: #65584f; max-width: 590px; }
.section-copy .text-link { margin-top: 18px; }
.image-frame { position: relative; }
.story-image { max-width: 520px; justify-self: end; }
.story-image img { aspect-ratio: 3/4; object-fit: cover; }
.year-stamp { position: absolute; right: -28px; bottom: 34px; width: 118px; height: 118px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--terracotta); color: white; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.year-stamp strong { font: 500 27px Georgia, serif; letter-spacing: 0; }

.craft { background: var(--brown); color: var(--cream); display: grid; grid-template-columns: .75fr 1.6fr; gap: 6vw; align-items: center; }
.craft-heading p:not(.eyebrow) { max-width: 430px; color: #cdbfb2; }
.craft-heading .button { margin-top: 22px; }
.craft-gallery { display: grid; grid-template-columns: 1.35fr .75fr; gap: 20px; align-items: end; }
.craft-gallery figure { margin: 0; }
.craft-main img { aspect-ratio: 4/3; object-fit: cover; }
.craft-secondary img { aspect-ratio: 4/5; object-fit: cover; }
.craft-gallery figcaption { margin-top: 18px; color: #cdbfb2; line-height: 1.5; font-size: 13px; }
.craft-gallery figcaption strong { color: white; font: 500 22px Georgia, serif; }

.products { text-align: center; background: var(--cream); }
.center-heading { max-width: 800px; margin: 0 auto 60px; }
.center-heading > p:not(.eyebrow) { color: #65584f; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: left; margin-bottom: 50px; }
.product-card { background: var(--milk); border-bottom: 3px solid transparent; transition: transform .25s, border .25s; }
.product-card:hover { transform: translateY(-6px); border-color: var(--terracotta); }
.product-image { aspect-ratio: 4/3; overflow: hidden; background: var(--brown); }
.product-image img { height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover img { transform: scale(1.03); }
.product-body { padding: 24px; }
.product-body h3 { font-size: 27px; }
.product-body p { min-height: 112px; color: #65584f; font-size: 14px; }
.product-body a { color: var(--terracotta-dark); font-size: 13px; font-weight: 700; }

.find-us .landscape img { aspect-ratio: 4/3; object-fit: cover; }
.location-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0; }
.location-pills span { border: 1px solid var(--line); border-radius: 100px; padding: 8px 13px; font-size: 12px; }

.preorder { padding: 100px max(8vw, 35px); background: var(--terracotta); color: white; display: grid; grid-template-columns: .8fr 1.3fr; gap: 7vw; align-items: start; }
.preorder .button { grid-column: 1; width: max-content; }
.steps { list-style: none; padding: 0; margin: 0; grid-row: span 2; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.32); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.32); }
.steps li > span { color: #f2c7b3; font: 500 21px Georgia, serif; }
.steps strong { font: 500 24px Georgia, serif; }
.steps p { margin: 6px 0 0; color: #f6ddd2; font-size: 14px; }

.professionals { display: flex; justify-content: space-between; align-items: center; gap: 40px; background: #dfe2d7; }
.professionals h2 { font-size: clamp(42px, 5vw, 68px); }
.professionals p:not(.eyebrow) { color: #56604f; }

footer { padding: 80px max(5vw, 30px) 25px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; background: var(--brown); color: #d8cec4; font-size: 13px; }
footer strong { color: white; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
footer p { line-height: 1.9; }
.footer-brand img { width: 145px; filter: brightness(0) invert(1); opacity: .92; }
.footer-bottom { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; color: #9f9287; }

/* La Fromagerie */
.story-hero { min-height: 620px; display: grid; grid-template-columns: 46% 54%; background: var(--cream); }
.story-hero-copy { padding: 115px 7vw 90px 8vw; align-self: center; }
.story-hero-copy h1 { max-width: 650px; font-size: clamp(52px, 5vw, 78px); line-height: 1; }
.story-hero-copy > p:last-child { max-width: 570px; margin-top: 30px; color: var(--brown-soft); font-size: 18px; }
.story-hero-image { min-height: 620px; overflow: hidden; }
.story-hero-image img { height: 100%; object-fit: cover; object-position: center; }
.timeline { display: grid; grid-template-columns: .8fr 1.4fr; gap: 8vw; background: var(--milk); }
.timeline-heading { position: sticky; top: 120px; align-self: start; }
.timeline-heading h2, .milk-copy h2, .story-cta h2 { font-size: clamp(43px, 4.4vw, 66px); line-height: 1.04; }
.timeline-list article { display: grid; grid-template-columns: 120px 1fr; gap: 25px; padding: 34px 0; border-top: 1px solid var(--line); }
.timeline-list article:last-child { border-bottom: 1px solid var(--line); }
.timeline-list article > span { color: var(--terracotta); font: 500 22px Georgia, serif; }
.timeline-list h3 { font-size: 31px; }
.timeline-list p { margin-bottom: 0; color: #65584f; }
.timeline-founder-photo { margin: 25px 0 0; }
.timeline-founder-photo img { aspect-ratio: 4/3; object-fit: cover; object-position: center; }
.timeline-founder-photo figcaption { margin-top: 9px; color: #86786e; font-size: 12px; }
.milk-territory { background: var(--brown); color: var(--cream); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.milk-copy > p:last-child { color: #cdbfb2; max-width: 520px; }
.origin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.origin-grid article { padding: 38px; background: #3b2d25; border-top: 3px solid var(--terracotta); }
.origin-grid span { color: #e3b89f; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.origin-grid h3 { margin-top: 24px; color: white; font-size: 30px; }
.origin-grid p { color: #cdbfb2; font-size: 14px; }
.story-cta { display: flex; justify-content: space-between; align-items: end; gap: 60px; background: var(--cream); }
.story-cta .actions { padding-bottom: 8px; }

/* Notre savoir-faire */
.craft-hero { min-height: 650px; display: grid; grid-template-columns: 54% 46%; background: var(--brown); color: var(--cream); }
.craft-hero-image { min-height: 650px; overflow: hidden; }
.craft-hero-image img { height: 100%; object-fit: cover; }
.craft-hero-copy { align-self: center; padding: 90px 7vw; }
.craft-hero-copy h1 { font-size: clamp(52px, 5vw, 78px); line-height: 1; }
.craft-hero-copy > p:last-child { margin-top: 30px; color: #d4c7bb; font-size: 18px; }
.craft-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.craft-intro h2, .raw-milk-band h2, .two-families h2 { font-size: clamp(43px, 4.4vw, 66px); line-height: 1.04; }
.craft-intro-text { columns: 2; column-gap: 40px; color: #65584f; }
.craft-intro-text p { margin-top: 0; break-inside: avoid; }
.milk-seasons { padding-top: 0; display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 20px; background: var(--milk); }
.milk-seasons-title { padding: 36px 40px 36px 0; align-self: center; }
.milk-seasons-title h2 { font-size: clamp(37px, 3.5vw, 53px); line-height: 1.06; }
.season-card { padding: 40px; min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; }
.season-card > span { margin-bottom: auto; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.season-card h3 { margin-top: 35px; font-size: 32px; }
.season-card p { margin-bottom: 0; font-size: 14px; }
.ewe-season { background: var(--sage); color: white; }
.ewe-season p { color: #edf0e9; }
.goat-season { background: var(--cream); border: 1px solid var(--line); }
.goat-season > span { color: var(--terracotta); }
.goat-season p { color: #65584f; }
.raw-milk-band { background: var(--terracotta); color: white; display: grid; grid-template-columns: .35fr 1.3fr .45fr; gap: 5vw; align-items: center; }
.raw-milk-band p { color: #f6ddd2; }
.raw-milk-band strong { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.35); font: 500 36px/1.1 Georgia, serif; }
.raw-milk-band strong span { font: 700 11px Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.whey-visual { position: relative; }
.whey-visual img { aspect-ratio: 4/3; object-fit: cover; }
.whey-visual > div { margin-top: 18px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; color: var(--terracotta-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.whey-visual strong { color: var(--brown); }
.hands-signature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: var(--milk); border-top: 1px solid var(--line); }
.hands-heading h2 { font-size: clamp(43px, 4.4vw, 66px); line-height: 1.04; }
.hands-heading > p:last-child { color: #65584f; }
.hands-example { align-self: center; padding: 48px; background: var(--cream); border-left: 4px solid var(--terracotta); }
.hands-example blockquote { margin: 0; font: 500 clamp(27px, 2.5vw, 39px)/1.25 Georgia, 'Times New Roman', serif; }
.hands-example p { margin: 28px 0 0; color: #65584f; font-size: 14px; }
.two-families { background: var(--cream); }
.family-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.family-grid article { background: var(--milk); }
.family-grid img { aspect-ratio: 16/10; object-fit: cover; }
.family-grid article > div { padding: 34px; }
.family-grid span { color: var(--terracotta); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.family-grid h3 { margin-top: 17px; font-size: 34px; }
.family-grid p { color: #65584f; }
.affinage-image { max-width: 520px; justify-self: end; }
.affinage-image img { aspect-ratio: 3/4; object-fit: cover; }

/* Nos produits */
.products-hero { min-height: 620px; display: grid; grid-template-columns: 46% 54%; background: var(--cream); }
.products-hero-copy { align-self: center; padding: 100px 7vw 100px 8vw; }
.products-hero-copy h1 { font-size: clamp(52px, 5vw, 78px); line-height: 1; }
.products-hero-copy > p:last-child { max-width: 580px; margin-top: 30px; color: var(--brown-soft); font-size: 18px; }
.products-hero-image { min-height: 620px; overflow: hidden; }
.products-hero-image img { height: 100%; object-fit: cover; }
.family-nav { min-height: 82px; padding: 18px 5vw; display: flex; align-items: center; justify-content: center; gap: 42px; background: var(--brown); color: var(--cream); }
.family-nav a { padding: 8px 0; border-bottom: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.family-nav a:hover { color: #e3b89f; border-color: currentColor; }
.product-family { background: var(--milk); }
.product-family:nth-of-type(even) { background: var(--cream); }
.product-family-heading { max-width: 760px; margin-bottom: 50px; }
.product-family-heading h2, .product-family-copy h2, .tomme-copy h2 { font-size: clamp(43px, 4.4vw, 66px); line-height: 1.04; }
.product-family-heading > p:not(.eyebrow), .product-family-copy > p:not(.eyebrow), .tomme-copy > p:not(.eyebrow) { color: #65584f; }
.individual-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.individual-product { background: var(--milk); border: 1px solid var(--line); transition: transform .25s, border-color .25s; }
.individual-product:hover { transform: translateY(-5px); border-color: var(--terracotta); }
.individual-product > div { aspect-ratio: 4/3; overflow: hidden; background: var(--cream); }
.individual-product img { height: 100%; object-fit: cover; transition: transform .35s; }
.individual-product:hover img { transform: scale(1.035); }
.individual-product h3 { padding: 23px 23px 7px; font-size: 27px; }
.individual-product > span { display: block; padding: 0 23px 23px; color: var(--terracotta); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.single-product { grid-template-columns: minmax(250px, 300px); }
.compact-products { max-width: 620px; grid-template-columns: repeat(2, minmax(250px, 300px)); }
.yogurt-family { background: var(--cream); }
.yogurt-family .product-family-image img { aspect-ratio: 4/3; object-fit: cover; }
.yogurt-list { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.yogurt-list article { padding: 16px; background: var(--milk); border: 1px solid var(--line); }
.yogurt-list strong { display: block; font: 500 17px Georgia, serif; }
.yogurt-list span { display: block; margin-top: 5px; color: #75685f; font-size: 11px; }

/* Où nous trouver */
.find-hero { min-height: 620px; display: grid; grid-template-columns: 46% 54%; background: var(--cream); }
.find-hero-copy { align-self: center; padding: 100px 7vw 100px 8vw; }
.find-hero-copy h1 { font-size: clamp(52px, 5vw, 78px); line-height: 1; }
.find-hero-copy > p:last-child { max-width: 570px; margin-top: 30px; color: var(--brown-soft); font-size: 18px; }
.find-hero-image { min-height: 620px; overflow: hidden; }
.find-hero-image img { height: 100%; object-fit: cover; }
.markets-section { background: var(--milk); }
.markets-heading { max-width: 760px; margin-bottom: 55px; }
.markets-heading h2, .dairy-shop-copy h2, .creamery-callout h2, .preorder-find h2 { font-size: clamp(43px, 4.4vw, 66px); line-height: 1.04; }
.markets-heading > p:last-child { color: #65584f; }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.market-card { overflow: hidden; background: var(--cream); border: 1px solid var(--line); }
.drawn-map { height: 270px; position: relative; overflow: hidden; background: #e8eadf; }
.drawn-map::before, .drawn-map::after { content: ''; position: absolute; background: rgba(255,253,248,.72); border: 1px solid rgba(100,114,93,.16); }
.drawn-map::before { width: 42%; height: 34%; left: 8%; top: 10%; transform: rotate(-5deg); }
.drawn-map::after { width: 34%; height: 28%; right: 7%; bottom: 8%; transform: rotate(4deg); }
.road { position: absolute; display: block; height: 18px; background: #b7c0b0; border: 4px solid #f8f4eb; border-left: 0; border-right: 0; z-index: 2; }
.road-one { width: 120%; left: -10%; top: 52%; transform: rotate(3deg); }
.road-two { width: 100%; left: 18%; top: 31%; transform: rotate(73deg); }
.road-three { width: 82%; left: 35%; top: 72%; transform: rotate(-40deg); }
.drawn-map-2 { background: #dce8df; }
.drawn-map-2::after { height: 110%; width: 22%; right: -2%; bottom: -5%; background: #b8d7dc; border: 0; transform: rotate(-4deg); }
.drawn-map-3 { background: #e7e4d8; }
.drawn-map-3 .road-two { left: 5%; transform: rotate(88deg); }
.street { position: absolute; z-index: 3; color: #5d6958; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.street-one { left: 5%; top: 45%; transform: rotate(3deg); }
.street-two { right: 8%; top: 21%; }
.street-three { right: 8%; bottom: 10%; }
.map-pin { position: absolute; z-index: 5; left: 50%; top: 47%; width: 48px; height: 48px; display: grid; place-items: center; transform: translate(-50%,-50%) rotate(45deg); border-radius: 50% 50% 50% 0; background: var(--terracotta); box-shadow: 0 8px 20px rgba(47,33,26,.25); }
.map-pin span { color: white; transform: rotate(-45deg); font-size: 17px; }
.market-card-body { padding: 30px; }
.market-day { display: inline-block; margin-bottom: 18px; padding: 7px 11px; border-radius: 100px; background: var(--terracotta); color: white; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.market-card h3 { font-size: 42px; }
.market-card strong { display: block; margin-top: 10px; }
.market-card p { min-height: 55px; margin-bottom: 5px; color: #65584f; font-size: 14px; }
.market-card small { display: block; margin-bottom: 24px; color: #918378; font-size: 10px; }
.dairy-shop { display: grid; grid-template-columns: 1.1fr .9fr; padding-top: 0; padding-bottom: 0; background: var(--brown); color: var(--cream); }
.dairy-shop-image { min-height: 700px; margin-left: calc(-1 * max(5vw, 30px)); }
.dairy-shop-image img { height: 100%; object-fit: cover; }
.dairy-shop-copy { align-self: center; padding: 90px 3vw 90px clamp(50px, 6vw, 100px); }
.dairy-shop-copy > p:not(.eyebrow) { color: #cdbfb2; }
.opening-hours { margin: 30px 0; padding: 25px 0; display: grid; grid-template-columns: 1fr auto; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.opening-hours strong { font: 500 21px Georgia, serif; }
.opening-hours span { color: #e3b89f; font-weight: 700; }
.opening-hours small { grid-column: 1/-1; margin-top: 9px; color: #a99c91; }
.dairy-shop address { margin-bottom: 30px; color: #d8cec4; font-style: normal; line-height: 1.7; }
.light-link { color: #e3b89f; }
.creamery-callout { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; background: #dfe2d7; }
.creamery-callout > div:last-child { padding: 40px; border-left: 4px solid var(--terracotta); background: rgba(255,255,255,.45); }
.creamery-callout > div:last-child > p:first-child { margin-top: 0; color: #56604f; }
.creamery-callout > div:last-child > strong { display: block; color: var(--terracotta-dark); font: 500 clamp(35px, 4vw, 55px)/1 Georgia, serif; }
.creamery-note { margin-bottom: 0; color: #6f7868; font-size: 12px; }
.preorder-find { display: flex; align-items: center; justify-content: space-between; gap: 8vw; background: var(--terracotta); color: white; }
.preorder-find > div { max-width: 790px; }
.preorder-find p:not(.eyebrow) { color: #f6ddd2; }
.preorder-find .button { flex: 0 0 auto; }

/* Professionnels */
.active-pro { background: var(--terracotta); }
.pro-hero { min-height: 680px; display: grid; grid-template-columns: 48% 52%; background: var(--brown); color: var(--cream); }
.pro-hero-copy { align-self: center; padding: 105px 6vw 105px 8vw; }
.pro-hero-copy h1 { max-width: 690px; font-size: clamp(52px, 5vw, 78px); line-height: 1; }
.pro-hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 30px 0; color: #d4c7bb; font-size: 18px; }
.pro-hero-image { min-height: 680px; overflow: hidden; }
.pro-hero-image img { height: 100%; object-fit: cover; }
.pro-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.pro-intro h2, .pro-catalogue h2, .pro-seasons h2, .pro-process h2, .pro-future h2, .pro-contact h2 { font-size: clamp(43px, 4.4vw, 66px); line-height: 1.04; }
.pro-intro > div:last-child { columns: 2; column-gap: 40px; color: #65584f; }
.pro-intro > div:last-child p { margin-top: 0; break-inside: avoid; }
.pro-range { text-align: center; background: var(--cream); }
.pro-range-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 48px; text-align: left; }
.pro-range-grid article { background: var(--milk); border-bottom: 3px solid var(--terracotta); }
.pro-range-grid img { aspect-ratio: 4/3; object-fit: cover; }
.pro-range-grid article > div { padding: 25px; }
.pro-range-grid h3 { font-size: 28px; }
.pro-range-grid p { color: #65584f; font-size: 14px; }
.pro-seasons { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--sage); color: white; }
.pro-seasons > div:first-child > p:last-child { color: #edf0e9; }
.pro-season-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pro-season-cards article { min-height: 300px; padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; background: rgba(47,33,26,.2); border-top: 3px solid #e3b89f; }
.pro-season-cards span { margin-bottom: auto; color: #dfe7da; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pro-season-cards strong { font: 500 30px Georgia, serif; }
.pro-season-cards p { color: #edf0e9; font-size: 14px; }
.pro-process { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.pro-catalogue { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: #f0e8dc; }
.pro-catalogue > div:last-child { max-width: 760px; }
.pro-catalogue .future-badge { display: inline-block; margin-top: 18px; }
.pro-process-heading { align-self: start; position: sticky; top: 120px; }
.pro-process ol { list-style: none; margin: 0; padding: 0; }
.pro-process li { display: grid; grid-template-columns: 65px 1fr; gap: 24px; padding: 34px 0; border-top: 1px solid var(--line); }
.pro-process li:last-child { border-bottom: 1px solid var(--line); }
.pro-process li > span { color: var(--terracotta); font: 500 23px Georgia, serif; }
.pro-process h3 { font-size: 31px; }
.pro-process p { margin-bottom: 0; color: #65584f; }
.pro-future { display: flex; align-items: center; justify-content: space-between; gap: 8vw; background: #dfe2d7; }
.pro-future > div { max-width: 850px; }
.pro-future > div > p:last-child { color: #56604f; }
.future-badge { flex: 0 0 auto; padding: 20px 25px; border: 1px solid var(--sage); border-radius: 100px; color: var(--sage); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pro-contact { display: flex; align-items: center; justify-content: space-between; gap: 8vw; background: var(--terracotta); color: white; }
.pro-contact > div:first-child { max-width: 780px; }
.pro-contact > div:first-child > p:last-child { color: #f6ddd2; }
.pro-contact-actions { display: grid; justify-items: start; gap: 24px; }
.pro-products-hero { background: var(--brown); color: var(--cream); }
.pro-products-hero h1 { max-width: 980px; font-size: clamp(52px, 6vw, 88px); line-height: 1; }
.pro-products-hero > p:last-child { max-width: 760px; color: #d4c7bb; font-size: 18px; }
.pro-products-note { display: flex; align-items: center; gap: 8vw; padding-top: 34px; padding-bottom: 34px; background: #dfe2d7; }
.pro-products-note strong { flex: 0 0 auto; font: 500 25px Georgia, serif; }
.pro-products-note p { margin: 0; color: #56604f; }
.pro-products-list { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; background: var(--cream); }
.pro-product-card { overflow: hidden; background: var(--milk); border-bottom: 3px solid var(--terracotta); }
.pro-product-photo { position: relative; }
.pro-product-photo img { aspect-ratio: 16/10; object-fit: cover; }
.pro-product-photo span { position: absolute; right: 14px; bottom: 14px; padding: 9px 12px; background: rgba(47,33,26,.86); color: white; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.pro-product-copy { padding: 30px; }
.pro-product-copy h2 { font-size: 38px; }
.pro-product-copy dl { margin: 28px 0; border-top: 1px solid var(--line); }
.pro-product-copy dl div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.pro-product-copy dt { color: #74675d; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.pro-product-copy dd { margin: 0; }
.pro-sheet-status { color: var(--terracotta); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.organic-banner { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 60px; background: #dfe2d7; }
.organic-banner img { width: 180px; height: 120px; object-fit: contain; }
.organic-banner h2 { font-size: clamp(43px, 4.4vw, 66px); }
.organic-banner p:last-child { max-width: 760px; color: #56604f; }
.organic-label-row dd { display: flex; align-items: center; gap: 12px; }
.organic-label-row img { width: 54px; height: 36px; object-fit: contain; }
.organic-label-row span { font-weight: 700; }
.preorder-page-hero { background: var(--terracotta); color: white; }
.preorder-page-hero h1 { max-width: 1050px; font-size: clamp(52px, 6vw, 88px); line-height: 1; }
.preorder-page-hero > p:last-child { max-width: 720px; color: #f6ddd2; font-size: 18px; }
.preorder-how { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.preorder-how h2, .preorder-markets h2, .preorder-data h2 { font-size: clamp(43px, 4.4vw, 66px); line-height: 1.04; }
.preorder-how ol { list-style: none; margin: 0; padding: 0; }
.preorder-how li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--line); }
.preorder-how li:last-child { border-bottom: 1px solid var(--line); }
.preorder-how li > span { color: var(--terracotta); font: 500 20px Georgia, serif; }
.preorder-how strong { font: 500 26px Georgia, serif; }
.preorder-how p { margin-bottom: 0; color: #65584f; }
.preorder-markets { background: var(--cream); }
.preorder-market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.preorder-market-grid > a { display: block; }
.preorder-market-grid article { display: flex; min-height: 430px; padding: 34px; flex-direction: column; background: var(--milk); border-top: 4px solid var(--terracotta); }
.preorder-market-grid a:hover article { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(47,33,26,.1); }
.preorder-market-grid article > span { color: var(--terracotta); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.preorder-market-grid h3 { margin-top: 32px; font-size: 50px; }
.preorder-market-grid strong { margin: 8px 0; }
.preorder-market-grid p { color: #65584f; }
.preorder-market-grid small { color: #807269; line-height: 1.55; }
.preorder-market-grid b { margin-top: auto; padding-top: 24px; color: var(--terracotta); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.market-catalogue-pending { margin-top: auto; padding-top: 26px; color: var(--sage); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.preorder-data { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 8vw; background: var(--sage); color: white; }
.preorder-data > p { color: #edf0e9; }
.market-order { background: var(--milk); }
.market-order-heading { max-width: 900px; margin-bottom: 50px; }
.market-order-heading h2 { font-size: clamp(43px, 4.4vw, 66px); }
.market-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.market-tabs button { padding: 14px 20px; border: 1px solid var(--brown); background: transparent; color: var(--brown); cursor: pointer; }
.market-tabs button.active { background: var(--brown); color: white; }
.regal-note, .bread-note { max-width: 760px; padding: 20px 24px; background: #dfe2d7; color: #56604f; }
.regal-note strong, .bread-note strong { display: block; color: var(--brown); }
.market-product-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.market-product-group { padding: 28px; background: var(--cream); border-top: 3px solid var(--terracotta); }
.market-product-group h3 { margin-bottom: 20px; font-size: 30px; }
.market-product-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); }
.market-product-row > div { display: grid; }
.market-product-row > div span { color: var(--terracotta); font-weight: 700; }
.market-product-row label { display: flex; align-items: center; gap: 10px; color: #74675d; font-size: 11px; text-transform: uppercase; }
.market-product-row input { width: 65px; padding: 9px; border: 1px solid var(--line); background: white; }
.market-product-row.unavailable { opacity: .62; }
.market-product-row.unavailable input { cursor: not-allowed; }
.market-product-row small { max-width: 120px; color: #74675d; text-align: right; }
.market-order-summary { display: flex; align-items: center; gap: 30px; margin-top: 34px; padding: 28px; background: var(--brown); color: white; }
.market-order-summary > div { display: grid; flex: 0 0 auto; }
.market-order-summary > div span { color: #d4c7bb; font-size: 11px; text-transform: uppercase; }
.market-order-summary > div strong { font: 500 38px Georgia, serif; }
.market-order-summary p { margin: 0; color: #d4c7bb; }
.market-customer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; margin-top: 60px; padding-top: 60px; border-top: 1px solid var(--line); }
.market-customer-heading h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.04; }
.market-customer-heading > p:last-child { color: #65584f; }
.market-customer-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.market-customer-fields label { display: grid; gap: 8px; }
.market-customer-fields label > span { color: #74675d; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.market-customer-fields input, .market-customer-fields textarea { width: 100%; padding: 14px; border: 1px solid var(--line); background: white; font: inherit; }
.full-field { grid-column: 1 / -1; }
.no-confirmation { margin: 0; color: #65584f; font-size: 13px; }
.no-confirmation a { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 3px; }
.market-customer-fields button { justify-self: start; border: 0; }
.market-customer-fields button:disabled { cursor: not-allowed; opacity: .45; }
.integration-note { color: #8a7d73; }
.legal-hero { background: var(--brown); color: var(--cream); }
.legal-hero h1 { font-size: clamp(52px, 6vw, 88px); line-height: 1; }
.legal-hero > p:last-child { max-width: 760px; color: #d4c7bb; font-size: 18px; }
.legal-content { max-width: 1100px; margin: 0 auto; }
.legal-content section { padding: 38px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 18px; font-size: 36px; }
.legal-content p, .legal-content li { color: #65584f; line-height: 1.75; }
.legal-content a { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-alert { margin-bottom: 35px; padding: 28px; background: #f0e8dc; border-left: 4px solid var(--terracotta); }
.legal-alert strong { font: 500 24px Georgia, serif; }
.legal-alert p { margin-bottom: 0; }
.simple-footer { grid-template-columns: 1.5fr 1fr; }

@media (max-width: 1080px) {
  .brand { min-width: 240px; }
  .desktop-nav { display: none; }
  .desktop-pro { margin-left: auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-body p { min-height: 76px; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand { min-width: 210px; gap: 8px; }
  .brand img { width: 86px; height: 60px; }
  .brand-name { font-size: 14px; }
  .desktop-pro { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; padding: 10px 13px; border: 1px solid var(--brown); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 48px; right: 0; width: 260px; padding: 18px; background: var(--milk); box-shadow: 0 18px 40px rgba(47,33,26,.16); display: grid; gap: 5px; }
  .mobile-menu nav a { padding: 10px 4px; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 75px 24px 55px; }
  .hero h1 { font-size: 49px; }
  .hero-image { min-height: 440px; }
  .intro-statement { justify-content: flex-start; overflow-x: auto; padding: 20px 24px; }
  .intro-statement p { flex: 0 0 auto; }
  .section { padding: 90px 24px; grid-template-columns: 1fr; gap: 55px; }
  .story-image { justify-self: center; max-width: 86%; }
  .section-wide { padding: 90px 24px; }
  .craft { grid-template-columns: 1fr; }
  .craft-gallery { grid-template-columns: 1fr; }
  .craft-secondary { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-body p { min-height: auto; }
  .preorder { grid-template-columns: 1fr; padding: 80px 24px; }
  .steps { grid-row: auto; }
  .preorder .button { grid-column: auto; }
  .professionals { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .story-hero { grid-template-columns: 1fr; }
  .story-hero-copy { padding: 75px 24px 55px; }
  .story-hero-copy h1 { font-size: 49px; }
  .story-hero-image { min-height: 390px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-heading { position: static; }
  .timeline-list article { grid-template-columns: 85px 1fr; gap: 15px; }
  .milk-territory { grid-template-columns: 1fr; }
  .origin-grid { grid-template-columns: 1fr; }
  .story-cta { flex-direction: column; align-items: flex-start; }
  .craft-hero { grid-template-columns: 1fr; }
  .craft-hero-image { min-height: 400px; }
  .craft-hero-copy { padding: 70px 24px; }
  .craft-hero-copy h1 { font-size: 49px; }
  .craft-intro { grid-template-columns: 1fr; }
  .craft-intro-text { columns: 1; }
  .milk-seasons { grid-template-columns: 1fr; }
  .milk-seasons-title { padding-right: 0; }
  .raw-milk-band { grid-template-columns: 1fr; }
  .raw-milk-band strong { padding: 25px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.35); }
  .hands-signature { grid-template-columns: 1fr; }
  .hands-example { padding: 30px; }
  .family-grid { grid-template-columns: 1fr; }
  .affinage-image { justify-self: center; max-width: 86%; }
  .products-hero { grid-template-columns: 1fr; }
  .products-hero-copy { padding: 75px 24px 55px; }
  .products-hero-copy h1 { font-size: 49px; }
  .products-hero-image { min-height: 390px; }
  .family-nav { justify-content: flex-start; gap: 28px; overflow-x: auto; }
  .family-nav a { flex: 0 0 auto; }
  .individual-product-grid { grid-template-columns: 1fr 1fr; }
  .single-product { grid-template-columns: minmax(240px, 300px); }
  .compact-products { grid-template-columns: 1fr 1fr; }
  .yogurt-list { grid-template-columns: 1fr; }
  .find-hero { grid-template-columns: 1fr; }
  .find-hero-copy { padding: 75px 24px 55px; }
  .find-hero-copy h1 { font-size: 49px; }
  .find-hero-image { min-height: 390px; }
  .market-grid { grid-template-columns: 1fr; }
  .market-card p { min-height: auto; }
  .dairy-shop { grid-template-columns: 1fr; padding: 0; }
  .dairy-shop-image { min-height: 420px; margin: 0; }
  .dairy-shop-copy { padding: 70px 24px; }
  .creamery-callout { grid-template-columns: 1fr; }
  .preorder-find { align-items: flex-start; flex-direction: column; }
  .pro-hero { grid-template-columns: 1fr; }
  .pro-hero-copy { padding: 75px 24px 60px; }
  .pro-hero-copy h1 { font-size: 49px; }
  .pro-hero-image { min-height: 400px; }
  .pro-intro { grid-template-columns: 1fr; }
  .pro-intro > div:last-child { columns: 1; }
  .pro-range-grid { grid-template-columns: 1fr; }
  .pro-seasons { grid-template-columns: 1fr; }
  .pro-season-cards { grid-template-columns: 1fr; }
  .pro-process, .pro-catalogue { grid-template-columns: 1fr; }
  .pro-process-heading { position: static; }
  .pro-future, .pro-contact { align-items: flex-start; flex-direction: column; }
  .pro-products-list { grid-template-columns: 1fr; }
  .pro-products-note { align-items: flex-start; flex-direction: column; gap: 10px; }
  .preorder-how, .preorder-data { grid-template-columns: 1fr; }
  .preorder-market-grid { grid-template-columns: 1fr; }
  .market-product-groups { grid-template-columns: 1fr; }
  .market-order-summary { align-items: flex-start; flex-direction: column; }
  .market-customer { grid-template-columns: 1fr; }
  .market-customer-fields { grid-template-columns: 1fr; }
  .organic-banner { grid-template-columns: 1fr; gap: 25px; }
  .organic-banner img { width: 135px; height: 90px; }
}

@media (max-width: 480px) {
  .individual-product-grid { grid-template-columns: 1fr; }
}

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