:root {
    --ink: #27342c;
    --ink-soft: #5e6a61;
    --pine: #2f6b45;
    --pine-dark: #1f4d32;
    --sage: #dfeadd;
    --cream: #fbf7ee;
    --paper: #f4ecdd;
    --clay: #b86d4e;
    --gold: #d4a84f;
    --line: rgba(65, 80, 67, .14);
    --shadow-sm: 0 10px 30px rgba(53, 65, 55, .08);
    --shadow-lg: 0 28px 70px rgba(53, 65, 55, .14);
    --radius: 1.25rem;
}

html { scroll-behavior: smooth; }
body {
    min-height: 100vh;
    margin: 0;
    color: var(--ink);
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at 8% 2%, rgba(255,255,255,.9), transparent 24rem),
        radial-gradient(circle at 94% 20%, rgba(208,229,208,.55), transparent 28rem),
        linear-gradient(180deg, #fbf8f1 0%, #f4eddf 100%);
    opacity: 1;
}
.js body { opacity: 0; transition: opacity .35s ease; }
.js body.page-ready { opacity: 1; }

.site-grain {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .22;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
}
.ambient-orbs { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.ambient-orb {
    position: absolute; display: block; border-radius: 50%; opacity: .42;
    filter: blur(3px); transition: transform 1.8s cubic-bezier(.2,.8,.2,1);
}
.orb-one { width: 32rem; height: 32rem; left: -15rem; top: 16rem; background: radial-gradient(circle, rgba(207,229,205,.8), transparent 68%); animation: orbPulse 12s ease-in-out infinite; }
.orb-two { width: 36rem; height: 36rem; right: -18rem; top: 42rem; background: radial-gradient(circle, rgba(237,202,161,.68), transparent 68%); animation: orbPulse 15s 2s ease-in-out infinite reverse; }
.orb-three { width: 26rem; height: 26rem; left: 38%; bottom: -14rem; background: radial-gradient(circle, rgba(255,255,255,.95), transparent 68%); animation: orbPulse 11s 1s ease-in-out infinite; }
.cursor-glow {
    position: fixed; z-index: 100; width: 360px; height: 360px; left: 0; top: 0;
    border-radius: 50%; pointer-events: none; opacity: .2; mix-blend-mode: multiply;
    background: radial-gradient(circle, rgba(204,226,203,.8), rgba(255,242,211,.26) 42%, transparent 70%);
    will-change: transform;
}
.scroll-progress {
    position: fixed; z-index: 1100; left: 0; top: 0; width: var(--scroll,0%); height: 3px;
    background: linear-gradient(90deg,var(--clay),var(--gold),var(--pine)); box-shadow: 0 0 12px rgba(184,109,78,.5);
}
.page-curtain {
    position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center;
    color: #fff; background: var(--pine-dark); transition: transform .9s cubic-bezier(.76,0,.24,1);
}
.page-curtain::after {
    content: ""; position: absolute; width: 160px; height: 80px; border-radius: 60% 60% 50% 50%;
    background: rgba(255,255,255,.12); animation: curtainCloud 1.4s ease-in-out infinite;
}
.page-curtain span { position: relative; z-index: 1; font-family: "Fraunces",serif; font-size: clamp(1.8rem,6vw,4rem); animation: curtainText 1s ease both; }
.page-curtain.is-gone { transform: translateY(-105%); }

h1, h2, h3, h4, .display-font { font-family: "Fraunces", Georgia, serif; }
a { color: inherit; }

.announcement-bar {
    padding: .45rem 0;
    color: #f9f4e9;
    background: var(--pine-dark);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: transform .35s ease, box-shadow .35s ease;
}
.site-header .navbar {
    padding: .8rem 0;
    background: rgba(251, 248, 241, .9);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
    transition: padding .3s ease, background .3s ease;
}
.site-header.is-scrolled .navbar {
    padding: .45rem 0;
    background: rgba(251, 248, 241, .97);
    box-shadow: 0 12px 35px rgba(47, 64, 52, .09);
}
.brand-ferme { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-logo-shell {
    width: 54px; height: 54px; display: grid; place-items: center;
    padding: .25rem; border-radius: 50%;
    background: #fff; box-shadow: var(--shadow-sm);
}
.brand-logo { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: "Fraunces", Georgia, serif; font-size: 1.12rem; }
.brand-copy small { margin-top: .25rem; color: var(--ink-soft); font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.navbar-nav { gap: .2rem; }
.navbar .nav-link {
    position: relative; padding: .6rem .72rem !important;
    color: var(--ink) !important; font-size: .86rem; font-weight: 700;
}
.navbar .nav-link::after {
    content: ""; position: absolute; left: .72rem; right: .72rem; bottom: .32rem;
    height: 2px; background: var(--clay); transform: scaleX(0); transform-origin: left;
    transition: transform .25s ease;
}
.navbar .nav-link:hover::after { transform: scaleX(1); }
.navbar .nav-link.active { color: var(--pine) !important; }
.navbar .nav-link.active::after { transform: scaleX(1); }
.nav-actions, .account-nav { display: flex; align-items: center; gap: .65rem; }
.account-link { color: var(--ink-soft); font-size: .78rem; font-weight: 700; text-decoration: none; }
.account-button { padding: 0; border: 0; background: none; }
.account-profile-link { display: flex; align-items: center; gap: .35rem; max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-profile-link span { flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--pine); font-family: "Fraunces",serif; font-size: .72rem; }
.navbar-toggler { border: 0; box-shadow: none !important; }

.btn {
    position: relative; overflow: hidden; border-radius: 999px; padding: .72rem 1.15rem; font-weight: 700;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn::after {
    content: ""; position: absolute; top: -50%; left: -65%; width: 45%; height: 200%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);
    transform: rotate(22deg); transition: left .55s ease;
}
.btn:hover::after { left: 125%; }
.magnetic { will-change: transform; transition: transform .25s ease, box-shadow .25s ease, background .25s ease !important; }
.btn-ferme, .btn-success {
    color: #fff; background: var(--pine); border-color: var(--pine);
    box-shadow: 0 8px 22px rgba(47,107,69,.2);
}
.btn-ferme:hover, .btn-success:hover { color: #fff; background: var(--pine-dark); border-color: var(--pine-dark); }
.btn-cream { color: var(--pine-dark); background: var(--cream); border-color: var(--cream); }
.btn-outline-dark { color: var(--ink); border-color: rgba(39,52,44,.35); }
.btn-outline-dark:hover { background: var(--ink); border-color: var(--ink); }

.eyebrow {
    color: var(--clay); font-size: .72rem; font-weight: 800;
    letter-spacing: .13em; text-transform: uppercase;
}
.section-shell { padding: 5rem 0; }
.section-shell.compact { padding: 3.5rem 0; }
.section-title { max-width: 760px; margin-bottom: 2rem; }
.section-title h2 { margin: .15rem 0 .5rem; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.04; }
.section-title p { max-width: 620px; margin: 0; color: var(--ink-soft); }

.hero-home { position: relative; overflow: hidden; padding: 4.8rem 0 3.5rem; }
.hero-home::before, .hero-home::after {
    content: ""; position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none;
}
.hero-home::before { width: 410px; height: 410px; top: -180px; left: -140px; background: rgba(216,231,213,.55); }
.hero-home::after { width: 320px; height: 320px; right: -120px; bottom: -150px; background: rgba(236,210,174,.5); }
.hero-copy { position: relative; z-index: 1; padding: 1.3rem 0; }
.hero-copy h1 { max-width: 720px; margin: .6rem 0 1.1rem; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .94; letter-spacing: -.045em; word-break: normal; overflow-wrap: normal; hyphens: manual; }
.hero-copy h1 em { color: var(--pine); font-weight: 600; }
.hero-word { display: inline-block; white-space: nowrap; }
.hero-letter { display: inline-block; opacity: 0; transform: translateY(34px) rotate(4deg); animation: letterRise .8s cubic-bezier(.2,.85,.2,1) forwards; animation-delay: calc(820ms + var(--letter-delay)); }
.hero-letter.space { width: .24em; }
.hero-word-accent { display: inline-block; white-space: nowrap; opacity: 0; transform: translateY(34px) rotate(-3deg); animation: accentRise 1s 1.35s cubic-bezier(.2,.85,.2,1) forwards, accentBreathe 4s 2.4s ease-in-out infinite; }
.hero-lead { max-width: 620px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }
.hero-stats { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2.5rem; }
.stat-pill {
    display: flex; align-items: center; gap: .7rem; min-width: 175px;
    padding: .75rem .9rem; background: rgba(255,255,255,.72); border: 1px solid var(--line);
    border-radius: 999px; box-shadow: var(--shadow-sm); backdrop-filter: blur(8px);
}
.stat-pill strong { font-family: "Fraunces", serif; color: var(--clay); font-size: 1.45rem; }
.stat-pill span { color: var(--ink-soft); font-size: .72rem; font-weight: 700; line-height: 1.2; }
.hero-visual { position: relative; min-height: 540px; }
.hero-card-main {
    position: absolute; inset: 0 0 0 3rem; display: grid; place-items: center;
    overflow: hidden; padding: 1.2rem; border: 1px solid rgba(255,255,255,.75);
    border-radius: 45% 45% 1.8rem 1.8rem; background: rgba(255,255,255,.5);
    box-shadow: var(--shadow-lg); backdrop-filter: blur(10px); transition: transform 1.2s cubic-bezier(.2,.8,.2,1);
}
.hero-card-main::before {
    content: ""; position: absolute; inset: -40%; z-index: 0;
    background: conic-gradient(from 180deg,transparent,rgba(255,255,255,.7),transparent 35%);
    animation: heroSheen 8s linear infinite;
}
.hero-card-main img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; animation: floatHero 7s ease-in-out infinite; }
.hero-carousel-slide { position: absolute; inset: 1.2rem; z-index: 1; display: grid; place-items: center; opacity: 0; visibility: hidden; transform: scale(.96) translateY(12px); transition: opacity .8s ease,transform .9s cubic-bezier(.2,.8,.2,1),visibility .8s; }
.hero-carousel-slide.is-active { opacity: 1; visibility: visible; transform: scale(1) translateY(0); }
.hero-carousel-slide img { position: absolute; inset: 0; }
.hero-product-photo { position: absolute; inset: 0; z-index: 2; border-radius: 1rem; cursor: pointer; }
.hero-product-photo img { transition: filter .3s ease; }
.hero-product-photo:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; }
.hero-carousel-slide.is-product img { padding: 2.5rem 1rem 5.5rem; filter: drop-shadow(0 24px 30px rgba(22,55,35,.18)); }
.hero-carousel-slide.is-product .hero-product-photo:hover img { filter: drop-shadow(0 24px 30px rgba(22,55,35,.28)) brightness(1.04); }
.hero-slide-caption { position: absolute; z-index: 3; right: .8rem; bottom: .8rem; left: .8rem; display: grid; gap: .12rem; padding: .7rem .85rem; border: 1px solid rgba(255,255,255,.75); border-radius: .85rem; background: rgba(255,253,247,.88); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.hero-slide-caption span { color: var(--clay); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-slide-caption strong { color: var(--ink); font-family: "Fraunces",serif; font-size: .82rem; }
.hero-slide-link { position: absolute; z-index: 4; right: 1.35rem; bottom: 5.4rem; padding: .42rem .65rem; color: #fff; border-radius: 999px; background: var(--pine); box-shadow: var(--shadow-sm); font-size: .62rem; font-weight: 800; text-decoration: none; }
.hero-slide-link:hover { color: #fff; background: var(--pine-dark); }
.hero-carousel-controls { position: absolute; z-index: 5; bottom: -1rem; left: 50%; display: flex; align-items: center; gap: .55rem; padding: .35rem .45rem; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,253,247,.9); box-shadow: var(--shadow-sm); transform: translateX(-50%); backdrop-filter: blur(10px); }
.hero-carousel-controls > button { width: 30px; height: 30px; display: grid; place-items: center; color: var(--pine-dark); border: 0; border-radius: 50%; background: transparent; transition: color .2s ease,background .2s ease; }
.hero-carousel-controls > button:hover { color: #fff; background: var(--pine); }
.hero-carousel-dots { display: flex; gap: .3rem; }
.hero-carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(47,107,69,.25); transition: width .25s ease,background .25s ease; }
.hero-carousel-dots button.is-active { width: 20px; background: var(--pine); }
.floating-note {
    position: absolute; z-index: 2; max-width: 190px; padding: .75rem 1rem;
    border: 1px solid rgba(255,255,255,.8); border-radius: 1rem;
    background: rgba(255,253,247,.88); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px);
    font-size: .78rem; font-weight: 700;
}
.floating-note.top { top: 8%; left: 0; animation: drift 6s ease-in-out infinite; }
.floating-note.bottom { right: -1rem; bottom: 9%; animation: drift 7s 1s ease-in-out infinite reverse; }
.floating-note span { display: block; color: var(--clay); font-family: "Fraunces", serif; font-size: 1.15rem; }
.hero-clouds { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-cloud { position: absolute; display: block; width: 120px; height: 38px; border-radius: 999px; background: rgba(255,255,255,.65); filter: blur(.2px); box-shadow: 0 8px 24px rgba(53,65,55,.05); }
.hero-cloud::before, .hero-cloud::after { content: ""; position: absolute; bottom: 0; border-radius: 50%; background: inherit; }
.hero-cloud::before { width: 48px; height: 48px; left: 20px; }
.hero-cloud::after { width: 62px; height: 62px; right: 16px; }
.cloud-a { top: 12%; left: -12rem; animation: cloudTravel 28s linear infinite; }
.cloud-b { top: 54%; left: -15rem; transform: scale(.7); opacity: .65; animation: cloudTravel 36s 7s linear infinite; }
.cloud-c { top: 80%; left: -14rem; transform: scale(.45); opacity: .45; animation: cloudTravel 42s 2s linear infinite; }

.weather-cloud-section { position: relative; z-index: 2; margin-top: -2.1rem; padding-bottom: 1.4rem; }
.weather-cloud-card { position: relative; display: grid; grid-template-columns: 140px minmax(0,1fr) minmax(280px,.42fr); gap: 1.2rem; align-items: center; overflow: hidden; padding: clamp(1.1rem,3vw,1.8rem); border: 1px solid rgba(255,255,255,.7); border-radius: calc(var(--radius) + .55rem); background: radial-gradient(circle at 12% 20%,rgba(255,255,255,.92),transparent 24%),radial-gradient(circle at 80% 0,rgba(255,214,143,.42),transparent 30%),linear-gradient(135deg,#fff7df,#e7f1dc 58%,#d8ebf2); box-shadow: 0 24px 70px rgba(53,65,55,.14); }
.weather-cloud-section.is-heatwave .weather-cloud-card { border-color: rgba(255,217,141,.95); background: radial-gradient(circle at 12% 20%,rgba(255,255,255,.95),transparent 24%),radial-gradient(circle at 84% 6%,rgba(255,188,92,.72),transparent 32%),linear-gradient(135deg,#fff0c8,#ffe1a8 46%,#d8ebf2); box-shadow: 0 28px 80px rgba(184,109,78,.2); }
.weather-cloud-card::before,.weather-cloud-card::after { content: ""; position: absolute; border-radius: 999px; pointer-events: none; }
.weather-cloud-card::before { width: 240px; height: 80px; right: 18%; top: -34px; background: rgba(255,255,255,.48); filter: blur(2px); animation: weatherCloudDrift 16s ease-in-out infinite; }
.weather-cloud-card::after { width: 180px; height: 180px; right: -70px; bottom: -105px; border: 30px solid rgba(47,107,69,.06); }
.weather-orbit { position: relative; z-index: 1; width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.68); box-shadow: inset 0 0 0 1px rgba(47,107,69,.08),0 18px 40px rgba(47,107,69,.12); }
.weather-orbit span { font-size: 3rem; animation: weatherBob 4.8s ease-in-out infinite; }
.weather-orbit i { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--cream); box-shadow: 0 0 0 6px rgba(255,255,255,.45); animation: weatherParticle 5s ease-in-out infinite; }
.weather-orbit i:nth-of-type(1) { left: 10px; top: 22px; }
.weather-orbit i:nth-of-type(2) { right: 7px; top: 46px; animation-delay: .7s; background: var(--sage); }
.weather-orbit i:nth-of-type(3) { left: 44px; bottom: 8px; animation-delay: 1.4s; background: #ffd98d; }
.weather-cloud-copy { position: relative; z-index: 1; }
.weather-cloud-copy h2 { margin: 0; font-size: clamp(2.1rem,4.8vw,4rem); }
.weather-cloud-copy h3 { margin: .2rem 0 .45rem; color: var(--pine-dark); font-family: "Fraunces",serif; font-size: clamp(1.25rem,2.2vw,1.75rem); }
.weather-cloud-copy > p { max-width: 780px; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.65; }
.weather-cloud-metrics { display: flex; flex-wrap: wrap; gap: .55rem; margin: .8rem 0; }
.weather-cloud-metrics span { display: flex; flex-direction: column; min-width: 126px; padding: .65rem .8rem; border: 1px solid rgba(47,107,69,.1); border-radius: .95rem; background: rgba(255,255,255,.62); }
.weather-cloud-metrics strong { color: var(--clay); font-family: "Fraunces",serif; font-size: 1.45rem; line-height: 1; }
.weather-cloud-metrics small { color: var(--ink-soft); font-size: .66rem; font-weight: 800; }
.weather-cloud-tip { margin: 0 !important; padding-left: .85rem; border-left: 3px solid var(--clay); font-weight: 700; }
.weather-heatwave-note { display: flex; flex-wrap: wrap; gap: .45rem .75rem; align-items: center; width: fit-content; margin-top: .85rem; padding: .62rem .78rem; color: #fff; border-radius: 999px; background: linear-gradient(135deg,var(--clay),#7d3c22); box-shadow: var(--shadow-sm); font-size: .78rem; }
.weather-heatwave-note strong { font-family: "Fraunces",serif; font-size: .95rem; }
.weather-heatwave-note span { opacity: .88; }
.weather-cloud-panel { position: relative; z-index: 1; display: grid; gap: .8rem; padding: .9rem; border: 1px solid rgba(255,255,255,.64); border-radius: 1.25rem; background: rgba(255,253,247,.68); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.weather-ice-index { display: grid; gap: .35rem; }
.weather-ice-index span,.weather-suggestions > span { color: var(--pine-dark); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.weather-ice-index strong { color: var(--ink); font-family: "Fraunces",serif; font-size: 2.1rem; line-height: 1; }
.weather-ice-index div { height: 12px; overflow: hidden; border-radius: 999px; background: rgba(47,107,69,.12); }
.weather-ice-index div::before { content: ""; display: block; width: calc(var(--ice-index) * 10%); height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--pine),#8ec889,#ffd98d,var(--clay)); animation: weatherIndexFill .9s cubic-bezier(.2,.8,.2,1) both; }
.weather-ice-index small { color: var(--ink-soft); font-size: .75rem; }
.weather-suggestions { display: grid; gap: .45rem; }
.weather-suggestions a { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; gap: .55rem; align-items: center; padding: .45rem; color: var(--ink); border: 1px solid rgba(47,107,69,.08); border-radius: .85rem; background: rgba(255,255,255,.72); text-decoration: none; transition: transform .2s ease,box-shadow .2s ease; }
.weather-suggestions a:hover { transform: translateX(3px); box-shadow: var(--shadow-sm); }
.weather-suggestions img { width: 46px; height: 46px; object-fit: cover; border-radius: .7rem; }
.weather-suggestions strong { overflow: hidden; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.weather-suggestions small { color: var(--clay); font-size: .62rem; font-weight: 800; white-space: nowrap; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.value-card {
    position: relative; overflow: hidden; min-height: 190px; padding: 1.5rem;
    border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.62);
    box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease;
}
.value-card:hover { transform: translateY(-6px) rotate(-.3deg); box-shadow: var(--shadow-lg); }
.value-card::after {
    content: ""; position: absolute; inset: auto -30% -75% -30%; height: 120%;
    border-radius: 50%; background: rgba(223,234,221,.65); transition: transform .45s ease;
}
.value-card:hover::after { transform: translateY(-16%); }
.value-card > * { position: relative; z-index: 1; }
.value-number { color: rgba(184,109,78,.25); font-family: "Fraunces", serif; font-size: 3rem; line-height: 1; }
.value-card h3 { margin: .8rem 0 .35rem; font-size: 1.35rem; }
.value-card p { margin: 0; color: var(--ink-soft); font-size: .86rem; }

.farm-story { padding-top: 2rem; }
.farm-story-panel {
    position: relative; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(290px,.75fr); gap: 1.2rem;
    overflow: hidden; padding: 1.2rem; border: 1px solid rgba(255,255,255,.75);
    border-radius: calc(var(--radius) + .6rem);
    background: linear-gradient(135deg,rgba(31,77,50,.97),rgba(47,107,69,.91));
    box-shadow: var(--shadow-lg);
}
.farm-story-panel::before {
    content: ""; position: absolute; width: 320px; height: 320px; left: -120px; bottom: -210px;
    border-radius: 50%; border: 45px solid rgba(255,255,255,.055);
}
.farm-story-copy { position: relative; z-index: 1; align-self: center; padding: clamp(1.4rem,4vw,3.5rem); color: #fff; }
.farm-story-copy .eyebrow { color: #efd49b; }
.farm-story-copy h2 { max-width: 760px; margin: .35rem 0 1rem; font-size: clamp(2.2rem,5vw,4.5rem); line-height: .98; }
.farm-story-lead { max-width: 680px; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.8; }
.commitment-clouds { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.commitment-clouds span {
    position: relative; padding: .52rem .8rem; color: var(--pine-dark); border-radius: 999px;
    background: #fffaf0; box-shadow: 0 8px 20px rgba(10,38,21,.18); font-size: .84rem; font-weight: 800;
    animation: commitmentFloat 5s ease-in-out infinite;
}
.commitment-clouds span:nth-child(even) { animation-delay: -2.2s; }
.commitment-clouds span:nth-child(3n) { animation-delay: -3.6s; }
.farm-contact-card {
    position: relative; z-index: 1; display: flex; flex-direction: column; gap: 1rem; padding: 1.4rem;
    border: 1px solid rgba(255,255,255,.72); border-radius: calc(var(--radius) + .1rem);
    background: rgba(255,253,247,.95); box-shadow: 0 24px 55px rgba(10,38,21,.2);
}
.farm-contact-card > img { width: 96px; height: 96px; object-fit: contain; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); }
.farm-contact-card h3 { margin: 0; font-size: 1.65rem; }
.farm-contact-card address { display: grid; gap: .45rem; margin: 0; font-style: normal; }
.farm-contact-card address a {
    display: flex; flex-direction: column; padding: .82rem .9rem; color: var(--ink-soft); font-size: .9rem;
    border: 1px solid var(--line); border-radius: .85rem; text-decoration: none; transition: transform .25s ease, background .25s ease;
}
.farm-contact-card address a:hover { transform: translateX(4px); background: var(--sage); }
.farm-contact-card address strong { color: var(--ink); font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }

.farm-behind { position: relative; overflow: hidden; }
.farm-behind::before { content: ""; position: absolute; width: 460px; height: 460px; right: -250px; top: 120px; border: 65px solid rgba(223,234,221,.42); border-radius: 50%; pointer-events: none; }
.farm-behind-intro { position: relative; display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); gap: clamp(1.5rem,5vw,5rem); align-items: end; margin-bottom: 1.2rem; padding: clamp(1.2rem,4vw,2.4rem); border: 1px solid var(--line); border-radius: calc(var(--radius) + .4rem); background: rgba(255,255,255,.62); box-shadow: var(--shadow-sm); }
.farm-behind-intro h2 { max-width: 520px; margin: .3rem 0 0; font-size: clamp(2.8rem,7vw,6.2rem); line-height: .92; }
.farm-behind-manifesto { padding-left: 1.2rem; border-left: 3px solid var(--clay); }
.farm-behind-manifesto p { margin: .65rem 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.8; }
.farm-behind-manifesto .farm-behind-lead { margin-top: 0; color: var(--ink); font-family: "Fraunces",serif; font-size: clamp(1.15rem,2.4vw,1.65rem); line-height: 1.45; }
.farm-journey { display: grid; grid-template-columns: repeat(4,1fr); gap: .55rem; margin-bottom: 1rem; }
.farm-journey article { position: relative; overflow: hidden; min-height: 190px; padding: 1.05rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.68); box-shadow: var(--shadow-sm); }
.farm-journey article::after { content: ""; position: absolute; width: 90px; height: 90px; right: -45px; bottom: -55px; border-radius: 50%; background: var(--sage); transition: scale .35s ease; }
.farm-journey article:hover::after { scale: 1.35; }
.farm-journey span { color: var(--clay); font-family: "Fraunces",serif; font-size: 1.7rem; }
.farm-journey strong { display: block; margin: .4rem 0; font-size: .9rem; }
.farm-journey p { position: relative; z-index: 1; margin: 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.65; }
.farm-purpose { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr); gap: 1rem; margin-top: 1rem; }
.farm-purpose-copy,.farm-purpose blockquote { margin: 0; padding: clamp(1.2rem,3vw,2rem); border-radius: calc(var(--radius) + .15rem); }
.farm-purpose-copy { border: 1px solid var(--line); background: rgba(255,255,255,.68); }
.farm-purpose-copy h3 { max-width: 700px; margin: .25rem 0 .75rem; font-size: clamp(1.8rem,4vw,3.2rem); line-height: 1.05; }
.farm-purpose-copy p { margin: .65rem 0 0; color: var(--ink-soft); font-size: .95rem; line-height: 1.75; }
.farm-purpose blockquote { display: flex; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(145deg,var(--pine-dark),var(--pine)); box-shadow: var(--shadow-lg); }
.farm-purpose blockquote span { color: #efd49b; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.farm-purpose blockquote p { margin: .8rem 0 1.1rem; color: rgba(255,255,255,.8); font-family: "Fraunces",serif; font-size: 1.45rem; line-height: 1.5; }
.farm-purpose blockquote strong { color: #fff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.farm-values { display: grid; grid-template-columns: repeat(5,1fr); gap: .55rem; margin-top: 1rem; }
.farm-values article { padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.7); transition: transform .25s ease, background .25s ease; }
.farm-values article:hover { transform: translateY(-4px); background: #fff; }
.farm-values span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--pine-dark); border-radius: 50%; background: var(--sage); font-family: "Fraunces",serif; font-size: .76rem; font-weight: 800; }
.farm-values h3 { margin: .7rem 0 .3rem; font-size: 1.08rem; }
.farm-values p { margin: 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.6; }

.gallery-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-template-rows: 230px 230px; gap: 1rem; }
.gallery-card { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.gallery-card:first-child { grid-row: 1 / 3; }
.gallery-card:nth-child(2) { grid-column: 2 / 4; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg,transparent 35%,rgba(255,255,255,.32),transparent 62%); transform: translateX(-120%); transition: transform .8s ease; }
.gallery-card:hover::after { transform: translateX(120%); }
.gallery-card figcaption {
    position: absolute; left: .8rem; bottom: .8rem; padding: .45rem .7rem;
    color: #fff; border-radius: 999px; background: rgba(31,77,50,.78);
    font-size: .84rem; font-weight: 700; backdrop-filter: blur(8px);
}

.products-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
.product-card {
    overflow: hidden; border: 1px solid var(--line) !important; border-radius: var(--radius);
    background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm);
    transform: perspective(900px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
    transition: transform .25s ease, box-shadow .32s ease; will-change: transform;
}
.product-card:hover { box-shadow: var(--shadow-lg); }
.product-card::after {
    content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: 0;
    background: radial-gradient(circle at var(--shine-x,50%) var(--shine-y,50%),rgba(255,255,255,.6),transparent 32%);
    transition: opacity .25s ease;
}
.product-card:hover::after { opacity: .65; }
.product-media { position: relative; overflow: hidden; padding: .65rem; background: linear-gradient(145deg,#f6efe3,#fff); }
.product-media img { width: 100%; height: 210px; object-fit: cover; border-radius: .9rem; transition: transform .55s ease; }
.product-card:hover .product-media img { transform: scale(1.045); }
.illustration-badge { position: absolute; left: .55rem; bottom: .55rem; z-index: 2; max-width: calc(100% - 1.1rem); padding: .38rem .55rem; color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(22,55,35,.72); backdrop-filter: blur(8px); font-size: .64rem; font-weight: 800; letter-spacing: .02em; }
.catalogue-photo-note { max-width: 760px; margin: .75rem 0 0; padding: .7rem .85rem; color: var(--ink-soft); border-left: 3px solid var(--clay); border-radius: 0 .7rem .7rem 0; background: rgba(255,255,255,.55); font-size: .82rem; line-height: 1.6; }
.price-cloud {
    position: absolute; top: .35rem; right: .35rem; min-width: 86px; padding: .7rem .8rem;
    text-align: center; color: var(--pine-dark); font-family: "Fraunces", serif; font-weight: 700;
    filter: drop-shadow(0 7px 10px rgba(51,63,54,.14)); animation: priceCloud 4s ease-in-out infinite;
}
.price-cloud::before {
    content: ""; position: absolute; inset: 0; z-index: -1; background: #fffaf0;
    clip-path: polygon(15% 28%,30% 25%,39% 9%,57% 8%,68% 22%,84% 24%,96% 43%,90% 66%,75% 78%,55% 82%,37% 78%,18% 81%,5% 64%,5% 43%);
}
.product-card .card-body { padding: 1.1rem; }
.product-card h3 { font-size: 1.15rem; }
.home-catalogue-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.home-product-card .product-media img { height: 240px; }
.home-product-card .price-cloud { display: flex; flex-direction: column; line-height: 1; }
.home-product-card .price-cloud small { margin-top: .15rem; color: var(--ink-soft); font-family: "Manrope",sans-serif; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.home-product-card .card-body > .small { min-height: 3.2em; margin-bottom: .8rem; font-size: .9rem; line-height: 1.6; }
.home-product-formats { display: grid; gap: .35rem; margin-bottom: .75rem; }
.home-product-format { display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding: .65rem .7rem; border: 1px solid var(--line); border-radius: .75rem; background: linear-gradient(135deg,rgba(244,239,227,.72),rgba(255,255,255,.8)); }
.home-product-format.is-low { border-color: rgba(184,109,78,.35); background: #fbf0e8; }
.home-product-format > span { display: flex; flex-direction: column; }
.home-product-format > span:last-child { align-items: flex-end; text-align: right; }
.home-product-format strong { font-size: .82rem; }
.home-product-format small { color: var(--ink-soft); font-size: .68rem; }
.stock-chip { padding: .3rem .55rem; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.stock-ok { color: var(--pine-dark); background: var(--sage); }
.stock-low { color: #7a4c13; background: #f6dfac; }

.page-hero { padding: 3.5rem 0 2rem; }
.page-hero-panel {
    position: relative; overflow: hidden; padding: 2.4rem; border: 1px solid var(--line);
    border-radius: calc(var(--radius) + .4rem); background: rgba(255,255,255,.62); box-shadow: var(--shadow-sm);
}
.page-hero-panel::after {
    content: ""; position: absolute; width: 220px; height: 220px; right: -70px; top: -110px;
    border-radius: 50%; background: rgba(223,234,221,.75);
}
.page-hero h1 { position: relative; z-index: 1; margin: .3rem 0 .4rem; font-size: clamp(2.2rem,5vw,4rem); }
.page-hero p { position: relative; z-index: 1; max-width: 680px; margin: 0; color: var(--ink-soft); }
.surface-card {
    border: 1px solid var(--line) !important; border-radius: var(--radius) !important;
    background: rgba(255,255,255,.72) !important; box-shadow: var(--shadow-sm) !important;
}
.form-control, .form-select {
    min-height: 46px; border-color: var(--line); border-radius: .8rem; background-color: rgba(255,255,255,.82);
}
.form-control:focus, .form-select:focus { border-color: var(--pine); box-shadow: 0 0 0 .22rem rgba(47,107,69,.12); }
.form-label { color: var(--ink); font-size: .78rem; font-weight: 800; }
.table-card { overflow: hidden; }
.table { --bs-table-bg: transparent; margin: 0; }
.table > :not(caption) > * > * { padding: .9rem .8rem; border-color: var(--line); }
.table thead th { color: var(--ink-soft); background: rgba(223,234,221,.36); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.table tbody tr { transition: background .2s ease; }
.table tbody tr:hover { background: rgba(255,255,255,.7); }
.admin-thumb { width: 58px; height: 58px; object-fit: cover; border-radius: .85rem; }
.status-badge { display: inline-flex; padding: .35rem .6rem; border-radius: 999px; background: var(--sage); font-size: .68rem; font-weight: 800; }
.empty-state { padding: 3rem 1rem; color: var(--ink-soft); text-align: center; }
.reservation-depositary > td { background: rgba(223,234,221,.52) !important; }
.reservation-depositary > td:first-child { box-shadow: inset 4px 0 0 var(--pine); }
.depositary-order-badge { display: inline-flex; margin-left: .35rem; padding: .18rem .42rem; color: #fff; border-radius: 999px; background: var(--pine); font-size: .55rem; font-weight: 800; vertical-align: middle; }
.alert { border: 0; border-radius: 1rem; }

.reservation-success { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.4rem; }
.reservation-confirmation { width: min(92vw,560px); max-width: none; padding: 2.4rem; overflow: visible; color: var(--ink); border: 1px solid rgba(47,107,69,.2); border-radius: 2rem; background: radial-gradient(circle at top right,rgba(209,228,194,.75),transparent 42%),#fffaf0; box-shadow: 0 32px 100px rgba(22,55,35,.38); text-align: center; }
.reservation-confirmation::backdrop { background: rgba(16,35,24,.72); backdrop-filter: blur(8px); }
.reservation-confirmation[open] { animation: lightboxRise .35s cubic-bezier(.2,.8,.2,1) both; }
.reservation-confirmation-close { position: absolute; top: -14px; right: -14px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; border: 3px solid #fffaf0; border-radius: 50%; background: var(--pine-dark); box-shadow: var(--shadow-sm); font-size: 1.35rem; line-height: 1; }
.reservation-confirmation-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 1rem; color: #fff; border-radius: 50%; background: var(--pine); box-shadow: 0 12px 28px rgba(47,107,69,.3); font-size: 2rem; }
.reservation-confirmation h2 { margin-bottom: .65rem; font-family: "Fraunces",serif; font-size: clamp(2rem,5vw,3rem); }
.reservation-confirmation > p:not(.eyebrow) { color: var(--ink-soft); }
.reservation-confirmation-code { display: grid; gap: .2rem; margin: 1.5rem 0; padding: 1.1rem; border: 1px dashed rgba(47,107,69,.38); border-radius: 1.15rem; background: rgba(255,255,255,.68); }
.reservation-confirmation-code small,.reservation-confirmation-code span { color: var(--ink-soft); }
.reservation-confirmation-code strong { color: var(--pine-dark); font-family: "Fraunces",serif; font-size: clamp(1.8rem,7vw,2.8rem); letter-spacing: .12em; }
.reservation-confirmation-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .65rem; }
.pickup-admin-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(300px,.75fr); gap: 1.25rem; align-items: start; }
.pickup-admin-card { padding: 1.35rem; border-radius: 1.5rem; }
.pickup-admin-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-bottom: 1rem; }
.pickup-admin-heading h2,.pickup-admin-card h2 { font-family: "Fraunces",serif; }
.pickup-admin-heading span { color: var(--ink-soft); font-size: .75rem; }
.pickup-admin-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .75rem; }
.pickup-admin-day { width: 100%; min-height: 145px; display: grid; place-items: center; gap: .15rem; padding: .8rem; color: var(--ink); border: 1px solid rgba(47,107,69,.16); border-radius: 1.2rem; background: #f5efe4; transition: transform .2s ease,box-shadow .2s ease,background .2s ease; }
.pickup-admin-day:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.pickup-admin-day strong { font-family: "Fraunces",serif; font-size: 3rem; line-height: 1; }
.pickup-admin-day small,.pickup-admin-day span { font-size: .68rem; }
.pickup-admin-day.is-open { color: #fff; border-color: transparent; background: linear-gradient(145deg,var(--pine),var(--pine-dark)); box-shadow: 0 12px 30px rgba(47,107,69,.24); }
.pickup-custom-form { display: grid; gap: .5rem; }
.pickup-custom-form .btn { margin-top: .5rem; }
.pickup-next-list { display: grid; gap: .55rem; margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(47,107,69,.14); }
.pickup-next-list div { display: grid; padding: .65rem .75rem; border-radius: .8rem; background: #f5efe4; }
.pickup-next-list span { color: var(--ink-soft); font-size: .72rem; }
.nav-platform-link { color: var(--pine-dark) !important; font-weight: 800 !important; }
.platform-container { max-width: 1800px; padding-inline: clamp(1rem,3vw,3rem); }
.platform-hero { padding: 2.4rem 0 1rem; }
.platform-hero-panel { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2rem; align-items: end; overflow: hidden; padding: clamp(1.7rem,4vw,3.8rem); color: #fff; border-radius: 2rem; background: radial-gradient(circle at 80% 20%,rgba(211,226,190,.3),transparent 30%),linear-gradient(135deg,#173d29,#2f6b45); box-shadow: 0 24px 70px rgba(26,61,42,.25); }
.platform-hero-panel::before { content: ""; position: absolute; width: 320px; height: 320px; right: -100px; bottom: -230px; border: 45px solid rgba(255,255,255,.08); border-radius: 50%; }
.platform-hero-panel h1 { max-width: 850px; margin: .25rem 0 .55rem; color: #fff; font-family: "Fraunces",serif; font-size: clamp(3rem,7vw,6.8rem); line-height: .9; }
.platform-hero-panel p:not(.eyebrow) { max-width: 650px; margin: 0; color: rgba(255,255,255,.75); }
.platform-next-sale { position: relative; min-width: 270px; display: grid; gap: .2rem; padding: 1.1rem 1.2rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1.25rem; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.platform-next-sale small,.platform-next-sale span { color: rgba(255,255,255,.7); font-size: .68rem; }
.platform-next-sale strong { font-family: "Fraunces",serif; font-size: 1.35rem; }
.platform-next-sale a { color: #fff; text-decoration: underline; }
.platform-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: .75rem; margin: 1rem 0 1.5rem; }
.platform-stats article { display: grid; gap: .15rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 1.15rem; background: rgba(255,255,255,.8); box-shadow: var(--shadow-sm); }
.platform-stats small,.platform-stats span { color: var(--ink-soft); font-size: .65rem; }
.platform-stats strong { color: var(--pine-dark); font-family: "Fraunces",serif; font-size: 2.2rem; line-height: 1; }
.platform-stats .is-warning { background: #fff1df; }
.platform-stats .is-warning strong { color: #aa5927; }
.platform-stats .is-action { color: #fff; border-color: transparent; background: var(--pine); }
.platform-stats .is-action small,.platform-stats .is-action span,.platform-stats .is-action strong { color: #fff; }
.platform-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,360px); gap: 1.2rem; align-items: start; }
.platform-section-heading,.platform-watch-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: .8rem; }
.platform-section-heading h2,.platform-watch-heading h2 { margin: 0; font-family: "Fraunces",serif; font-size: clamp(1.8rem,4vw,2.8rem); }
.platform-section-heading span,.platform-watch-heading a { color: var(--ink-soft); font-size: .7rem; }
.platform-tools { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem; }
.platform-tool { position: relative; min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; padding: 1.3rem; color: var(--ink); border: 1px solid var(--line); border-radius: 1.4rem; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); text-decoration: none; transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.platform-tool:hover { color: var(--ink); transform: translateY(-5px); border-color: rgba(47,107,69,.35); box-shadow: 0 20px 45px rgba(53,65,55,.14); }
.platform-tool::after { content: ""; position: absolute; right: -50px; bottom: -60px; width: 145px; height: 145px; border: 24px solid rgba(47,107,69,.06); border-radius: 50%; }
.platform-tool small { color: var(--clay); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.platform-tool h3 { margin: auto 0 .35rem; font-family: "Fraunces",serif; font-size: clamp(1.6rem,3vw,2.35rem); }
.platform-tool p { max-width: 470px; margin-bottom: 1rem; color: var(--ink-soft); font-size: .77rem; }
.platform-tool strong { color: var(--pine-dark); font-size: .72rem; }
.platform-tool-icon { position: absolute; top: 1rem; right: 1rem; color: rgba(47,107,69,.24); font-family: "Fraunces",serif; font-size: 2rem; }
.platform-tool.is-primary { grid-column: 1 / -1; min-height: 260px; color: #fff; border-color: transparent; background: linear-gradient(130deg,#b76635,#7d3c22); }
.platform-tool.is-primary:hover,.platform-tool.is-primary strong,.platform-tool.is-primary small,.platform-tool.is-primary h3 { color: #fff; }
.platform-tool.is-primary p { color: rgba(255,255,255,.75); }
.platform-tool.is-primary .platform-tool-icon { color: rgba(255,255,255,.22); font-size: 4rem; }
.platform-watch { position: sticky; top: 100px; padding: 1.15rem; border: 1px solid var(--line); border-radius: 1.4rem; background: rgba(255,255,255,.84); box-shadow: var(--shadow-sm); }
.platform-stock-line { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: .65rem; align-items: center; margin-top: .55rem; padding: .55rem; color: var(--ink); border-radius: .9rem; background: #f5efe4; text-decoration: none; }
.platform-stock-line:hover { color: var(--ink); background: #eee4d2; }
.platform-stock-line img { width: 48px; height: 48px; object-fit: cover; border-radius: .65rem; }
.platform-stock-line span { display: grid; min-width: 0; }
.platform-stock-line strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .75rem; }
.platform-stock-line small { color: var(--ink-soft); font-size: .58rem; }
.platform-stock-line em { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--clay); font-style: normal; font-weight: 800; }
.platform-all-good { display: grid; gap: .2rem; padding: 1rem; border-radius: 1rem; background: #e4efdf; }
.platform-all-good span { color: var(--ink-soft); font-size: .68rem; }
.reservation-container { padding-inline: clamp(1rem,2.5vw,3rem); }
.reservation-hero .page-hero-panel > p:last-child { max-width: 760px; font-size: 1.05rem; line-height: 1.7; }
.depositary-order-panel { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(360px,1.2fr); gap: 1rem 2rem; align-items: center; margin-bottom: 1.25rem; padding: 1.15rem 1.3rem; color: #fff; border-radius: 1.3rem; background: linear-gradient(135deg,var(--pine-dark),var(--pine)); box-shadow: var(--shadow-lg); }
.depositary-order-panel h2 { margin: 0 0 .25rem; color: #fff; font-size: 1.65rem; }
.depositary-order-panel p { margin: 0; color: rgba(255,255,255,.76); font-size: .82rem; line-height: 1.5; }
.depositary-order-panel .eyebrow { margin-bottom: .15rem; color: #dceccf; }
.depositary-order-picker { display: grid; grid-template-columns: minmax(220px,1fr) auto; gap: .4rem .55rem; align-items: end; }
.depositary-order-picker label { grid-column: 1 / -1; color: rgba(255,255,255,.76); font-size: .7rem; font-weight: 800; }
.depositary-order-picker .form-select { min-height: 48px; border-color: rgba(255,255,255,.2); }
.depositary-order-active { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; padding: .65rem .8rem; border: 1px solid rgba(255,255,255,.16); border-radius: .8rem; background: rgba(255,255,255,.1); }
.depositary-order-active strong { font-size: .78rem; }
.depositary-order-active span { color: rgba(255,255,255,.72); font-size: .68rem; text-align: right; }
.reservation-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,23vw); gap: clamp(1.5rem,2vw,2.5rem); align-items: start; }
.reservation-catalogue { display: grid; gap: 1.25rem; }
.reservation-format {
    padding: 1.2rem; border: 1px solid var(--line); border-radius: calc(var(--radius) + .2rem);
    background: rgba(255,255,255,.58); box-shadow: var(--shadow-sm);
}
.reservation-format-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.reservation-format-heading h2 { margin: 0; font-size: 1.65rem; }
.reservation-format-heading > span { padding: .4rem .65rem; border-radius: 999px; background: var(--sage); font-size: .68rem; font-weight: 800; }
.reservation-products { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; }
.reservation-product {
    display: grid; grid-template-columns: 70px minmax(0,1fr) auto; gap: .75rem; align-items: center;
    padding: .65rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.75);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.reservation-product:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.reservation-product.is-selected { border-color: rgba(47,107,69,.55); background: #f4faf2; box-shadow: 0 10px 25px rgba(47,107,69,.12); }
.reservation-product-media { position: relative; overflow: hidden; width: 70px; height: 70px; padding: 0; cursor: zoom-in; border: 0; border-radius: .75rem; background: var(--paper); }
.reservation-product-media img { width: 100%; height: 100%; object-fit: cover; }
.reservation-product-media span { position: absolute; inset: auto .2rem .2rem; padding: .12rem .2rem; color: #fff; border-radius: .25rem; background: rgba(22,55,35,.72); font-size: .42rem; font-weight: 800; text-align: center; }
.reservation-product-media i { position: absolute; top: .25rem; right: .25rem; width: 20px; height: 20px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: rgba(22,55,35,.78); font-family: "Manrope",sans-serif; font-size: .9rem; font-style: normal; font-weight: 600; line-height: 1; transition: transform .2s ease, background .2s ease; }
.reservation-product-media:hover i,.reservation-product-media:focus-visible i { transform: scale(1.15); background: var(--clay); }
.reservation-product-media:focus-visible { outline: 3px solid rgba(47,107,69,.28); outline-offset: 2px; }
.product-lightbox { width: min(92vw,900px); max-width: none; max-height: 92vh; overflow: visible; padding: .55rem; border: 0; border-radius: 1.4rem; background: #fffaf0; box-shadow: 0 32px 100px rgba(22,55,35,.38); }
.product-lightbox::backdrop { background: rgba(16,35,24,.78); backdrop-filter: blur(8px); }
.product-lightbox[open] { animation: lightboxRise .28s cubic-bezier(.2,.8,.2,1) both; }
.product-lightbox figure { display: grid; grid-template-rows: minmax(0,1fr) auto; max-height: calc(92vh - 1.1rem); margin: 0; overflow: hidden; border-radius: 1rem; background: var(--paper); }
.product-lightbox img { width: 100%; max-height: calc(92vh - 95px); object-fit: contain; background: #efe7d7; }
.product-lightbox figcaption { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1rem; }
.product-lightbox figcaption strong { font-family: "Fraunces",serif; font-size: 1rem; }
.product-lightbox figcaption span { color: var(--ink-soft); font-size: .55rem; }
.product-lightbox-close { position: absolute; z-index: 2; top: -14px; right: -14px; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border: 3px solid #fffaf0; border-radius: 50%; background: var(--pine-dark); box-shadow: var(--shadow-sm); font-size: 1.3rem; line-height: 1; }
.reservation-photo-note { margin: 0 0 .8rem; }
.reservation-photo-note { font-size: .92rem; line-height: 1.6; }
.reservation-photo-note strong { display: block; color: var(--pine-dark); font-size: .9rem; }
.reservation-flavour-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.62); }
.reservation-flavour-heading h2 { margin: 0; font-size: clamp(1.5rem,4vw,2.25rem); }
.reservation-flavour-heading > span { flex: 0 0 auto; padding: .45rem .7rem; border-radius: 999px; background: var(--sage); font-size: .78rem; font-weight: 800; }
.reservation-flavours { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.reservation-flavour { overflow: hidden; border: 1px solid var(--line); border-radius: 1.15rem; background: rgba(255,255,255,.75); box-shadow: var(--shadow-sm); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.reservation-flavour:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.reservation-flavour.is-selected { border-color: rgba(47,107,69,.55); box-shadow: 0 14px 32px rgba(47,107,69,.14); }
.reservation-flavour-story { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 1rem; align-items: center; padding: .9rem; }
.reservation-flavour-story h3 { margin: 0; font-size: 1.35rem; }
.reservation-flavour-story div > p:last-child { display: -webkit-box; overflow: hidden; margin: .35rem 0 0; color: var(--ink-soft); font-size: .85rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.reservation-flavour-media { position: relative; overflow: hidden; width: 120px; height: 120px; padding: 0; cursor: zoom-in; border: 0; border-radius: .9rem; background: var(--paper); }
.reservation-flavour-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.reservation-flavour-media:hover img { transform: scale(1.06); }
.reservation-flavour-media span { position: absolute; inset: auto .25rem .25rem; padding: .22rem .3rem; color: #fff; border-radius: .3rem; background: rgba(22,55,35,.74); font-size: .6rem; font-weight: 800; }
.reservation-flavour-media i { position: absolute; top: .3rem; right: .3rem; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: rgba(22,55,35,.8); font-style: normal; font-weight: 800; }
.reservation-variants { display: grid; gap: .5rem; padding: .75rem; border-top: 1px solid var(--line); background: linear-gradient(135deg,rgba(244,239,227,.62),rgba(223,234,221,.35)); }
.reservation-variant { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .8rem; align-items: center; padding: .75rem .8rem; border: 1px solid transparent; border-radius: .8rem; background: rgba(255,255,255,.8); transition: border-color .2s ease, background .2s ease; }
.reservation-variant.is-selected { border-color: var(--pine); background: #f1f8ef; }
.reservation-variant-copy { min-width: 0; display: flex; flex-direction: column; }
.reservation-variant-copy strong { font-size: .92rem; }
.reservation-variant-copy span { color: var(--clay); font-size: .82rem; font-weight: 800; }
.reservation-variant-copy small { margin-top: .15rem; color: var(--pine); font-size: .72rem; font-weight: 800; }
.reservation-variant-copy small.is-low { color: #9a551c; }
.reservation-product-copy { min-width: 0; }
.reservation-product-copy h3 { margin: 0; font-size: .96rem; }
.reservation-product-copy p { overflow: hidden; margin: .2rem 0; color: var(--ink-soft); font-size: .67rem; text-overflow: ellipsis; white-space: nowrap; }
.reservation-product-copy span { color: var(--clay); font-size: .68rem; font-weight: 800; }
.quantity-picker { display: grid; grid-template-columns: 42px 44px 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.quantity-picker button { width: 42px; height: 44px; padding: 0; color: var(--pine-dark); border: 0; background: transparent; font-size: 1.3rem; font-weight: 800; }
.quantity-picker button:hover { background: var(--sage); }
.quantity-picker input { width: 44px; height: 44px; padding: 0; border: 0; outline: 0; background: transparent; font-size: 1rem; text-align: center; font-weight: 800; appearance: textfield; }
.quantity-picker input::-webkit-outer-spin-button, .quantity-picker input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.reservation-summary {
    position: sticky; top: 155px; padding: 1.25rem; border: 1px solid var(--line); border-radius: calc(var(--radius) + .2rem);
    background: rgba(255,253,247,.94); box-shadow: var(--shadow-lg); backdrop-filter: blur(15px);
}
.reservation-summary h2 { margin: 0 0 .8rem; font-size: 1.8rem; }
.summary-empty { padding: 1rem; color: var(--ink-soft); border-radius: .8rem; background: var(--paper); font-size: .92rem; line-height: 1.55; }
.summary-lines { display: grid; gap: .5rem; max-height: 230px; overflow: auto; }
.summary-lines > div { display: flex; justify-content: space-between; gap: .6rem; padding-bottom: .55rem; border-bottom: 1px dashed var(--line); font-size: .88rem; }
.summary-lines span { color: var(--ink-soft); }
.summary-total { display: flex; align-items: end; justify-content: space-between; margin: 1rem 0; padding-top: .85rem; border-top: 2px solid var(--ink); }
.summary-total > strong { color: var(--pine); font-family: "Fraunces",serif; font-size: 1.7rem; }
.summary-mood { position: relative; margin: -.25rem 0 1rem; padding: .72rem .85rem .72rem 2.25rem; color: var(--pine-dark); border: 1px solid rgba(47,107,69,.13); border-radius: .95rem; background: linear-gradient(135deg,rgba(223,234,221,.72),rgba(255,255,255,.82)); box-shadow: var(--shadow-sm); font-size: .83rem; font-weight: 800; line-height: 1.35; }
.summary-mood::before { content: "☁"; position: absolute; left: .72rem; top: 50%; transform: translateY(-50%); font-size: 1.1rem; }
.summary-mood.is-empty { color: var(--ink-soft); background: var(--paper); }
.summary-mood.is-many { color: #fff; border-color: transparent; background: linear-gradient(135deg,var(--clay),#7d3c22); }
.summary-mood.is-remove { color: #74451f; background: #fff2d2; }
.summary-mood.is-talking { animation: summaryMoodPop .34s cubic-bezier(.2,.8,.2,1); }
.summary-customer { display: grid; gap: .45rem; padding-top: .9rem; border-top: 1px solid var(--line); }
.summary-customer .form-label { margin: .45rem 0 0; }
.summary-customer .form-label { font-size: .88rem; font-weight: 700; }
.summary-customer .form-control { min-height: 46px; font-size: .92rem; }
.pickup-fieldset { margin: .25rem 0 .5rem; padding: .85rem; border: 1px solid var(--line); border-radius: .9rem; background: var(--paper); }
.pickup-fieldset legend { float: none; margin: 0 0 .35rem; font-family: "Fraunces",serif; font-size: 1.2rem; font-weight: 700; line-height: 1.2; }
.pickup-fieldset > p { margin: 0 0 .8rem; color: var(--ink-soft); font-size: .84rem; line-height: 1.55; }
.pickup-options { display: grid; gap: .4rem; }
.pickup-options label { position: relative; cursor: pointer; }
.pickup-options input { position: absolute; opacity: 0; pointer-events: none; }
.pickup-options span { display: flex; flex-direction: column; padding: .62rem .7rem; border: 1px solid var(--line); border-radius: .7rem; background: rgba(255,255,255,.72); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.pickup-options label:hover span { transform: translateX(2px); }
.pickup-options input:checked + span { border-color: var(--pine); background: var(--sage); box-shadow: inset 3px 0 0 var(--pine); }
.pickup-options strong { font-size: .9rem; }
.pickup-options small { margin-top: .15rem; color: var(--ink-soft); font-size: .78rem; }
[data-pickup-details][hidden] { display: none; }
.pickup-partner-note { display: grid; gap: .12rem; margin: .65rem 0; padding: .65rem .75rem; color: var(--ink); border-left: 3px solid var(--clay); border-radius: .65rem; background: #fff1df; }
.pickup-partner-note strong { font-size: .72rem; }
.pickup-partner-note span { color: var(--ink-soft); font-size: .64rem; line-height: 1.45; }
.summary-follow-link { display: block; margin-top: .8rem; color: var(--ink-soft); font-size: .86rem; text-align: center; }
.order-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.order-heading h2 { margin: 0; }
.order-heading p { margin: .25rem 0 0; color: var(--ink-soft); }
.order-heading > strong { color: var(--pine); font-family: "Fraunces",serif; font-size: 2rem; }
.order-lines { display: grid; gap: .55rem; }
.order-lines article { display: grid; grid-template-columns: 58px 1fr auto; gap: .75rem; align-items: center; padding: .65rem; border: 1px solid var(--line); border-radius: .9rem; }
.order-lines img { width: 58px; height: 58px; object-fit: cover; border-radius: .65rem; }
.order-lines h3 { margin: 0; font-size: 1rem; }
.order-lines p { margin: .2rem 0 0; color: var(--ink-soft); font-size: .72rem; }
.customer-orders-tabs { display: flex; gap: .35rem; width: fit-content; margin-bottom: 1rem; padding: .3rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: var(--shadow-sm); }
.customer-orders-tabs a { padding: .55rem .9rem; color: var(--ink-soft); border-radius: 999px; font-size: .72rem; font-weight: 800; text-decoration: none; }
.customer-orders-tabs a.is-active { color: #fff; background: var(--pine); }
.customer-orders-list { display: grid; gap: 1rem; }
.customer-order-card { --order-accent: var(--pine); --order-soft: rgba(223,234,221,.45); position: relative; overflow: hidden; border: 1px solid color-mix(in srgb,var(--order-accent) 28%,transparent); border-left: 6px solid var(--order-accent); border-radius: 1.4rem; background: linear-gradient(135deg,var(--order-soft),rgba(255,255,255,.9) 42%); box-shadow: var(--shadow-sm); }
.customer-order-card::before { content: ""; position: absolute; top: 0; right: 0; width: 120px; height: 120px; border-radius: 0 0 0 100%; background: color-mix(in srgb,var(--order-accent) 8%,transparent); pointer-events: none; }
.customer-order-card.is-pending { --order-accent: #c17a2c; --order-soft: rgba(255,238,204,.72); }
.customer-order-card.is-confirmed { --order-accent: #39805a; --order-soft: rgba(218,239,222,.72); }
.customer-order-card.is-delivered { --order-accent: #397f88; --order-soft: rgba(214,239,241,.76); }
.customer-order-card.is-cancelled { --order-accent: #8b7770; --order-soft: rgba(235,229,226,.72); }
.customer-order-card.is-price-change { --order-accent: #b35638; --order-soft: rgba(250,224,211,.74); }
.customer-order-card > header { display: flex; justify-content: space-between; align-items: end; gap: 1rem; padding: 1.2rem 1.3rem .8rem; }
.customer-order-card > header .eyebrow { margin-bottom: .15rem; }
.customer-order-card > header h2 { margin: 0; font-family: "Fraunces",serif; font-size: 1.55rem; }
.customer-order-card > header > strong { color: var(--order-accent); font-family: "Fraunces",serif; font-size: 2rem; }
.customer-order-pickup { display: grid; gap: .1rem; margin: 0 1.3rem .8rem; padding: .65rem .8rem; border-left: 3px solid var(--clay); border-radius: .65rem; background: #fff1df; }
.customer-order-pickup span { color: var(--ink-soft); font-size: .62rem; }
.customer-order-pickup strong { font-size: .76rem; }
.customer-order-card .order-lines { padding: 0 1.3rem; }
.customer-order-actions { display: flex; justify-content: space-between; align-items: center; gap: .8rem; margin-top: 1rem; padding: .9rem 1.3rem; border-top: 1px solid var(--line); background: rgba(245,239,228,.65); }
.customer-order-actions > span { color: var(--ink-soft); font-size: .68rem; }
.customer-order-actions > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .4rem; }
.customer-order-actions form { margin: 0; }
.customer-order-card .status-badge { border: 1px solid transparent; }
.status-badge.status-pending { color: #76440d; border-color: rgba(193,122,44,.25); background: #ffe9bf; }
.status-badge.status-confirmed { color: #205c3c; border-color: rgba(57,128,90,.25); background: #d8efde; }
.status-badge.status-delivered { color: #245d64; border-color: rgba(57,127,136,.25); background: #d5eef0; }
.status-badge.status-cancelled { color: #66534d; border-color: rgba(139,119,112,.24); background: #e9e1de; }
.status-badge.status-price-change { color: #7c321e; border-color: rgba(179,86,56,.25); background: #f7d9cb; }
.customer-orders-empty { display: grid; justify-items: center; gap: .35rem; padding: 3rem 1rem; border: 1px dashed rgba(47,107,69,.3); border-radius: 1.4rem; background: rgba(255,255,255,.6); text-align: center; }
.customer-orders-empty strong { font-family: "Fraunces",serif; font-size: 1.7rem; }
.customer-orders-empty span { margin-bottom: .7rem; color: var(--ink-soft); font-size: .75rem; }

.auth-shell {
    position: relative; overflow: hidden; min-height: 760px; padding: clamp(3rem,7vw,6.5rem) 0;
    background:
        radial-gradient(circle at 12% 14%,rgba(255,255,255,.82),transparent 24rem),
        radial-gradient(circle at 90% 80%,rgba(216,231,213,.72),transparent 30rem);
}
.auth-shell::before {
    content: ""; position: absolute; inset: 6% auto auto 3%; width: 150px; height: 150px; opacity: .18;
    background: url("/images/original-site/la-ferme-nuage-h.png") center/contain no-repeat; transform: rotate(-12deg);
}
.auth-clouds { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.auth-clouds span {
    position: absolute; width: 150px; height: 48px; border-radius: 999px; opacity: .5;
    background: rgba(255,255,255,.76); filter: blur(.3px); animation: cloudTravel 34s linear infinite;
}
.auth-clouds span::before,.auth-clouds span::after { content: ""; position: absolute; bottom: 0; border-radius: 50%; background: inherit; }
.auth-clouds span::before { width: 60px; height: 60px; left: 24px; }
.auth-clouds span::after { width: 75px; height: 75px; right: 20px; }
.auth-clouds span:nth-child(1) { top: 16%; left: -14rem; }
.auth-clouds span:nth-child(2) { top: 52%; left: -18rem; scale: .65; animation-delay: -17s; }
.auth-clouds span:nth-child(3) { top: 82%; left: -15rem; scale: .42; animation-delay: -7s; }
.auth-panel {
    position: relative; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr);
    max-width: 1120px; min-height: 620px; margin: 0 auto; overflow: hidden;
    border: 1px solid rgba(255,255,255,.78); border-radius: 2rem;
    background: rgba(255,255,255,.7); box-shadow: 0 35px 90px rgba(37,60,43,.18); backdrop-filter: blur(18px);
}
.auth-story {
    position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden;
    padding: clamp(2rem,5vw,4rem); color: #fff;
    background:
        linear-gradient(150deg,rgba(31,77,50,.97),rgba(47,107,69,.9)),
        url("/freshcart/assets/images/banner/grocery-banner-2.jpg") center/cover;
}
.auth-story::before {
    content: ""; position: absolute; width: 460px; height: 460px; right: -245px; top: -245px;
    border: 64px solid rgba(255,255,255,.06); border-radius: 50%; animation: orbPulse 12s ease-in-out infinite;
}
.auth-story::after {
    content: ""; position: absolute; inset: auto -20% -35% 15%; height: 60%;
    border-radius: 50% 50% 0 0; background: rgba(255,255,255,.055); transform: rotate(-7deg);
}
.auth-story > * { position: relative; z-index: 1; }
.auth-story-top { display: flex; align-items: center; gap: 1rem; }
.auth-story-top .eyebrow { margin: 0; color: #efd49b; }
.auth-logo { width: 72px; height: 72px; display: grid; place-items: center; padding: .3rem; border-radius: 50%; background: #fff; box-shadow: 0 14px 35px rgba(11,39,22,.2); }
.auth-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.auth-story-copy { max-width: 520px; }
.auth-story-copy h1 { margin: 0 0 1rem; font-size: clamp(3rem,6vw,5.6rem); line-height: .9; letter-spacing: -.04em; }
.auth-story-copy h1 em { display: block; color: #efd49b; font-weight: 600; }
.auth-story-copy p { max-width: 450px; margin: 0; color: rgba(255,255,255,.68); line-height: 1.8; }
.auth-story-notes { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.auth-story-notes span { display: flex; flex-direction: column; padding: .8rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; background: rgba(255,255,255,.07); font-size: .7rem; backdrop-filter: blur(8px); }
.auth-story-notes strong { margin-bottom: .12rem; color: #fff; font-family: "Fraunces",serif; font-size: .95rem; }
.auth-form-panel { align-self: center; padding: clamp(2rem,5vw,4rem); }
.auth-form-heading { margin-bottom: 1.8rem; }
.auth-form-heading h2 { margin: .2rem 0 .45rem; font-size: clamp(2.3rem,4vw,3.5rem); }
.auth-form-heading p:last-child { margin: 0; color: var(--ink-soft); font-size: .84rem; line-height: 1.6; }
.auth-form { display: grid; gap: 1rem; }
.auth-register-shell { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.auth-register-panel { grid-template-columns: minmax(0,.9fr) minmax(500px,1.1fr); }
.auth-register-panel .auth-form-panel { padding-top: 2.4rem; padding-bottom: 2.4rem; }
.auth-register-story .auth-story-copy h1 { font-size: clamp(3rem,5vw,5rem); }
.auth-fields-pair { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.auth-password-hint { margin: -.35rem 0 0; color: var(--ink-soft); font-size: .61rem; line-height: 1.5; }
.auth-field label small { color: var(--ink-soft); font-size: .58rem; font-weight: 600; }
.auth-remember a { color: var(--pine); font-weight: 800; }
.auth-validation:empty { display: none; }
.auth-validation { padding: .75rem .9rem; color: #8b332b; border-radius: .8rem; background: #f8dfdb; font-size: .75rem; }
.auth-validation ul { margin: 0; padding-left: 1rem; }
.auth-field { display: grid; gap: .35rem; }
.auth-field label,.auth-label-row { color: var(--ink); font-size: .72rem; font-weight: 800; }
.auth-label-row { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.auth-label-row a { color: var(--clay); font-weight: 700; text-decoration: none; }
.auth-input {
    display: grid; grid-template-columns: 32px minmax(0,1fr) auto; align-items: center;
    min-height: 54px; padding: 0 .75rem; border: 1px solid var(--line); border-radius: .95rem;
    background: rgba(255,255,255,.85); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.auth-input:focus-within { border-color: var(--pine); box-shadow: 0 0 0 .25rem rgba(47,107,69,.11); transform: translateY(-1px); }
.auth-input > span { color: var(--clay); font-family: "Fraunces",serif; font-size: .75rem; font-weight: 800; }
.auth-input input { min-width: 0; height: 52px; padding: 0; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: .84rem; }
.auth-password-toggle { padding: .25rem .4rem; color: var(--pine); border: 0; background: transparent; font-size: .65rem; font-weight: 800; }
.auth-remember { display: flex; align-items: center; gap: .55rem; color: var(--ink-soft); cursor: pointer; font-size: .72rem; }
.auth-remember input { width: 17px; height: 17px; accent-color: var(--pine); }
.auth-help { display: flex; justify-content: center; gap: .3rem; margin-top: 1.35rem; color: var(--ink-soft); font-size: .68rem; }
.auth-help a { color: var(--pine); font-weight: 800; text-decoration: none; }

.admin-users-hero::before {
    content: ""; position: absolute; width: 180px; height: 180px; right: 2rem; bottom: -90px; opacity: .1;
    background: url("/images/original-site/la-ferme-nuage-h.png") center/contain no-repeat;
}
.users-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: .75rem; margin-bottom: 1rem; }
.users-stats article {
    display: flex; flex-direction: column; padding: 1rem; border: 1px solid var(--line);
    border-radius: 1rem; background: rgba(255,255,255,.7); box-shadow: var(--shadow-sm);
}
.users-stats span { color: var(--clay); font-family: "Fraunces",serif; font-size: 2rem; line-height: 1; }
.users-stats strong { margin-top: .45rem; font-size: .75rem; }
.users-stats small { color: var(--ink-soft); font-size: .63rem; }
.users-toolbar {
    display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; padding: 1rem;
    border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.66);
}
.users-search { flex: 1; }
.users-search label { display: block; margin-bottom: .35rem; font-size: .7rem; font-weight: 800; }
.users-search > div { display: flex; gap: .45rem; }
.users-toolbar-note { display: flex; flex-direction: column; max-width: 290px; padding: .65rem .8rem; border-radius: .8rem; background: var(--paper); }
.users-toolbar-note strong { font-size: .7rem; }
.users-toolbar-note span { color: var(--ink-soft); font-size: .62rem; }
.rights-guide { display: grid; grid-template-columns: repeat(3,1fr); gap: .55rem; margin-bottom: 1rem; }
.rights-guide article { display: flex; align-items: center; gap: .55rem; padding: .65rem .75rem; border: 1px solid var(--line); border-radius: .85rem; background: rgba(255,255,255,.6); }
.rights-guide p { margin: 0; color: var(--ink-soft); font-size: .61rem; line-height: 1.4; }
.users-list { display: grid; gap: .65rem; }
.user-card {
    display: grid; grid-template-columns: 54px minmax(0,1fr) auto; gap: .85rem; align-items: center; padding: .8rem;
    border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.76); box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}
.user-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.user-card.is-locked { opacity: .7; background: rgba(248,235,230,.75); }
.user-avatar {
    width: 54px; height: 54px; display: grid; place-items: center; color: #fff; border-radius: 50%;
    background: linear-gradient(145deg,var(--pine),var(--pine-dark)); font-family: "Fraunces",serif; font-size: 1.4rem; box-shadow: 0 8px 18px rgba(31,77,50,.2);
}
.user-identity { min-width: 0; }
.user-identity > div:first-child { display: flex; align-items: center; gap: .45rem; }
.user-identity h2 { overflow: hidden; margin: 0; font-family: "Manrope",sans-serif; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.user-statuses { display: flex; flex-wrap: wrap; gap: .3rem; margin-top: .4rem; }
.user-status { padding: .26rem .45rem; border-radius: 999px; color: var(--ink-soft); background: var(--paper); font-size: .58rem; font-weight: 800; }
.user-status.is-ok { color: var(--pine-dark); background: var(--sage); }
.user-status.is-waiting { color: #785315; background: #f6dfac; }
.user-status.is-danger { color: #852f29; background: #f5d7d3; }
.user-status.is-admin { color: #fff; background: var(--clay); }
.user-status.is-depositary { color: #fff; background: var(--pine); }
.user-actions { display: flex; flex-wrap: wrap; justify-content: end; gap: .35rem; max-width: 470px; }
.user-actions form { margin: 0; }
.user-actions .btn { padding: .45rem .65rem; font-size: .61rem; white-space: nowrap; }
.user-role-form { display: flex; gap: .3rem; }
.user-role-form .form-select { width: 118px; min-height: 34px; padding: .3rem 1.8rem .3rem .5rem; font-size: .62rem; }
.users-pagination { display: flex; justify-content: center; gap: .35rem; margin-top: 1.2rem; }
.users-pagination a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: .72rem; font-weight: 800; text-decoration: none; }
.users-pagination a.active { color: #fff; background: var(--pine); }

.account-shell {
    position: relative; overflow: hidden; min-height: 720px; padding: 4rem 0 5rem;
    background:
        radial-gradient(circle at 90% 5%,rgba(223,234,221,.8),transparent 27rem),
        radial-gradient(circle at 4% 80%,rgba(238,208,172,.35),transparent 24rem);
}
.account-shell::after {
    content: ""; position: absolute; width: 280px; height: 280px; right: -120px; bottom: -130px; opacity: .08;
    background: url("/images/original-site/la-ferme-nuage-h.png") center/contain no-repeat; transform: rotate(12deg);
}
.account-heading {
    position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; overflow: hidden;
    margin-bottom: 1rem; padding: 1.5rem 1.7rem; color: #fff; border-radius: calc(var(--radius) + .4rem);
    background: linear-gradient(135deg,var(--pine-dark),var(--pine)); box-shadow: var(--shadow-lg);
}
.account-heading::after { content: ""; position: absolute; width: 250px; height: 250px; right: -90px; top: -150px; border: 35px solid rgba(255,255,255,.07); border-radius: 50%; }
.account-heading > * { position: relative; z-index: 1; }
.account-heading .eyebrow { margin: 0; color: #efd49b; }
.account-heading h1 { margin: .2rem 0; font-size: clamp(2.4rem,5vw,4rem); }
.account-heading p:last-child { margin: 0; color: rgba(255,255,255,.65); font-size: .8rem; }
.account-heading-logo { width: 90px; height: 90px; display: grid; place-items: center; padding: .35rem; border-radius: 50%; background: #fff; box-shadow: 0 12px 30px rgba(10,38,21,.2); }
.account-heading-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.account-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 1rem; align-items: start; }
.account-sidebar,.account-content { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.76); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); }
.account-sidebar { position: sticky; top: 155px; padding: .8rem; }
.account-person { display: flex; align-items: center; gap: .65rem; padding: .7rem; margin-bottom: .55rem; border-radius: .85rem; background: var(--paper); }
.account-person > span { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--pine); font-family: "Fraunces",serif; font-size: 1.1rem; }
.account-person div { min-width: 0; display: flex; flex-direction: column; }
.account-person strong { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.account-person small { color: var(--ink-soft); font-size: .58rem; }
.account-sidebar nav { display: grid; gap: .25rem; margin-bottom: .75rem; }
.account-sidebar nav a { display: flex; flex-direction: column; padding: .65rem .7rem; color: var(--ink); border-radius: .75rem; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.account-sidebar nav a:hover { transform: translateX(3px); background: var(--paper); }
.account-sidebar nav a.active { color: var(--pine-dark); background: var(--sage); box-shadow: inset 3px 0 0 var(--pine); }
.account-sidebar nav a.danger { color: #85352e; }
.account-sidebar nav strong { font-size: .7rem; }
.account-sidebar nav small { margin-top: .1rem; color: var(--ink-soft); font-size: .57rem; }
.account-content { min-height: 460px; padding: clamp(1.4rem,4vw,2.5rem); }
.account-content-heading { margin-bottom: 1.5rem; }
.account-content-heading h2 { margin: .15rem 0 .35rem; font-size: clamp(2rem,4vw,3.2rem); }
.account-content-heading p:last-child { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.65; }
.account-content-heading.danger .eyebrow { color: #a64239; }
.account-overview { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-bottom: 1.2rem; }
.account-overview article { display: grid; grid-template-columns: 42px 1fr; gap: .6rem; align-items: center; padding: .8rem; border: 1px solid var(--line); border-radius: .9rem; background: rgba(255,255,255,.72); }
.account-overview article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--clay); border-radius: 50%; background: var(--paper); font-family: "Fraunces",serif; font-weight: 800; }
.account-overview div { min-width: 0; display: flex; flex-direction: column; }
.account-overview small,.account-email-card small { color: var(--ink-soft); font-size: .58rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.account-overview strong,.account-email-card strong { overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.account-overview em,.account-email-card em { width: fit-content; margin-top: .25rem; padding: .22rem .4rem; border-radius: 999px; font-size: .55rem; font-style: normal; font-weight: 800; }
.account-overview em.ok,.account-email-card em.ok { color: var(--pine-dark); background: var(--sage); }
.account-overview em.waiting,.account-email-card em.waiting { color: #785315; background: #f6dfac; }
.account-form { display: grid; gap: .85rem; max-width: 620px; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.65); }
.account-form.danger { border-color: rgba(166,66,57,.25); background: rgba(250,235,232,.6); }
.account-form .btn { width: fit-content; }
.account-field { display: grid; gap: .3rem; }
.account-field label { font-size: .7rem; font-weight: 800; }
.account-field small { color: var(--ink-soft); font-size: .6rem; }
.account-email-card { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: .75rem; align-items: center; margin-bottom: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.72); }
.account-email-card > span { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--pine); font-family: "Fraunces",serif; font-weight: 800; }
.account-email-card div { min-width: 0; display: flex; flex-direction: column; }
.account-info-note,.account-danger-note { max-width: 680px; padding: 1rem; border-radius: 1rem; background: var(--paper); }
.account-danger-note { color: #6f302b; border: 1px solid rgba(166,66,57,.18); background: #faebe8; }
.account-info-note strong,.account-danger-note strong { font-family: "Fraunces",serif; font-size: 1.1rem; }
.account-info-note p,.account-danger-note p { margin: .3rem 0 .8rem; color: var(--ink-soft); font-size: .72rem; line-height: 1.6; }

.stock-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 20%,rgba(255,255,255,.13) 0 3.5rem,transparent 3.6rem),linear-gradient(135deg,var(--pine-dark),var(--pine)); }
.stock-hero::after { content: ""; position: absolute; width: 280px; height: 280px; right: 3%; bottom: -175px; border: 35px solid rgba(255,255,255,.06); border-radius: 50%; }
.stock-hero > * { position: relative; z-index: 1; }
.stock-container { padding-inline: clamp(.5rem,1vw,1rem); }
.catalog-admin-guide { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; margin: 1rem 0; }
.catalog-admin-guide > div { display: flex; flex-direction: column; gap: .2rem; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); }
.catalog-admin-guide strong { color: var(--pine-dark); font-family: "Fraunces",serif; font-size: 1rem; }
.catalog-admin-guide span { color: var(--ink-soft); font-size: .63rem; line-height: 1.5; }
.catalog-format-creator { display: grid; grid-template-columns: minmax(180px,1fr) minmax(160px,.7fr) minmax(150px,.55fr) auto; gap: .6rem; align-items: center; margin-bottom: 1rem; padding: .8rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.76); box-shadow: var(--shadow-sm); }
.catalog-format-creator > div { display: flex; flex-direction: column; }
.catalog-format-creator strong { color: var(--pine-dark); font-family: "Fraunces",serif; }
.catalog-format-creator span { color: var(--ink-soft); font-size: .58rem; }
.catalog-new-flavour { margin-bottom: .8rem; overflow: hidden; border-radius: 1.25rem; }
.catalog-new-flavour summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.15rem; cursor: pointer; list-style: none; background: linear-gradient(135deg,rgba(223,234,221,.82),rgba(255,255,255,.86)); }
.catalog-new-flavour summary::-webkit-details-marker { display: none; }
.catalog-new-flavour summary span { display: grid; }
.catalog-new-flavour summary strong { color: var(--pine-dark); font-family: "Fraunces",serif; font-size: 1.15rem; }
.catalog-new-flavour summary small { color: var(--ink-soft); font-size: .62rem; }
.catalog-new-flavour summary b { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--pine); font-size: 1.4rem; transition: transform .25s ease; }
.catalog-new-flavour[open] summary b { transform: rotate(45deg); }
.catalog-new-flavour-form { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 1rem; padding: 1rem; border-top: 1px solid var(--line); }
.catalog-new-image { position: relative; min-height: 230px; display: grid; place-items: center; overflow: hidden; cursor: pointer; border: 2px dashed rgba(47,107,69,.28); border-radius: 1rem; background: var(--paper); }
.catalog-new-image input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.catalog-new-image img { width: 100%; height: 100%; object-fit: cover; opacity: .38; transition: opacity .2s ease,transform .25s ease; }
.catalog-new-image > span { position: absolute; padding: .6rem; color: var(--pine-dark); font-size: .72rem; font-weight: 800; text-align: center; }
.catalog-new-image > span small { color: var(--ink-soft); font-size: .55rem; font-weight: 500; }
.catalog-new-image.is-dragging { border-color: var(--clay); }
.catalog-new-image.has-new-image img { opacity: 1; }
.catalog-new-image.has-new-image > span { display: none; }
.catalog-new-fields { display: grid; grid-template-columns: repeat(5,minmax(110px,1fr)); gap: .65rem; align-content: start; }
.catalog-new-fields .wide { grid-column: 1 / -1; }
.catalog-new-fields label { display: block; margin-bottom: .2rem; font-size: .65rem; font-weight: 800; }
.catalog-new-fields textarea { resize: vertical; }
.catalog-new-fields .btn { align-self: end; }
.catalog-admin-grid { display: grid; grid-template-columns: 1fr; gap: .75rem; }
.catalog-admin-card { position: relative; display: grid; grid-template-columns: minmax(390px,30%) minmax(0,70%); overflow: visible; border: 1px solid var(--line); border-radius: 1.1rem; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); transition: border-color .25s ease, box-shadow .25s ease; }
.catalog-admin-card:hover { border-color: rgba(47,107,69,.28); box-shadow: 0 14px 38px rgba(53,65,55,.11); }
.catalog-admin-card:has(.catalog-dropzone:hover) { z-index: 40; }
.catalog-edit-form { display: grid; grid-template-columns: 82px minmax(0,1fr) auto; grid-template-rows: auto auto; gap: .55rem .75rem; align-items: start; padding: .75rem; border-right: 1px solid var(--line); }
.catalog-dropzone { position: relative; z-index: 2; grid-row: 1 / 3; overflow: visible; width: 82px; height: 82px; margin: 0; cursor: pointer; border: 2px dashed rgba(47,107,69,.24); border-radius: .85rem; background: var(--paper); transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.catalog-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.catalog-dropzone img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; border-radius: .72rem; box-shadow: var(--shadow-sm); transition: transform .28s ease, filter .25s ease, box-shadow .28s ease; transform-origin: left center; }
.catalog-drop-overlay { position: absolute; z-index: 3; inset: auto .2rem .2rem; display: block; overflow: hidden; padding: .2rem .3rem; color: #fff; border-radius: .35rem; background: rgba(22,55,35,.78); font-size: .5rem; text-align: center; white-space: nowrap; transition: opacity .2s ease; }
.catalog-drop-overlay strong { font-size: .5rem; }
.catalog-drop-overlay small { display: none; }
.catalog-dropzone:hover { z-index: 30; }
.catalog-dropzone:hover img { transform: scale(3); filter: none; box-shadow: 0 20px 55px rgba(22,55,35,.28); }
.catalog-dropzone:hover .catalog-drop-overlay { opacity: 0; }
.catalog-dropzone.is-dragging { border-color: var(--clay); box-shadow: 0 0 0 .35rem rgba(184,108,65,.13); transform: scale(.99); }
.catalog-dropzone.is-dragging .catalog-drop-overlay { background: var(--clay); }
.catalog-dropzone.has-new-image::after { content: "Nouvelle photo prête"; position: absolute; top: .7rem; right: .7rem; padding: .38rem .55rem; color: #fff; border-radius: 999px; background: var(--pine); box-shadow: var(--shadow-sm); font-size: .57rem; font-weight: 800; }
.catalog-dropzone.is-invalid { animation: imageReject .22s ease 3; border-color: #a64239; }
.catalog-card-heading { display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.catalog-card-heading h2 { margin: .08rem 0 0; font-family: "Manrope",sans-serif; font-size: 1rem; }
.catalog-heading-tools { display: flex; align-items: center; gap: .45rem; }
.catalog-color-picker { display: flex; align-items: center; gap: .35rem; margin: 0; padding: .25rem .35rem .25rem .5rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; }
.catalog-color-picker span { color: var(--ink-soft); font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.catalog-color-picker input { width: 28px; height: 22px; padding: 0; cursor: pointer; border: 0; border-radius: 50%; background: transparent; }
.catalog-color-picker input::-webkit-color-swatch-wrapper { padding: 1px; }
.catalog-color-picker input::-webkit-color-swatch { border: 0; border-radius: 50%; }
.stock-chip { flex: 0 0 auto; padding: .3rem .5rem; border-radius: 999px; font-size: .57rem; font-weight: 800; }
.stock-chip.stock-ok { color: var(--pine-dark); background: var(--sage); }
.stock-chip.stock-low { color: #852f29; background: #f5d7d3; }
.catalog-fields { display: grid; grid-template-columns: minmax(150px,.55fr) minmax(220px,1.45fr); gap: .5rem; }
.catalog-fields .wide { grid-column: 1 / -1; }
.catalog-fields .wide:first-child { grid-column: 1; }
.catalog-fields .wide:last-child { grid-column: 2; }
.catalog-fields label,.catalog-operations label { display: block; margin-bottom: .2rem; font-size: .65rem; font-weight: 800; }
.catalog-fields textarea { min-height: 38px; max-height: 72px; resize: vertical; }
.catalog-edit-form > .btn { grid-column: 3; grid-row: 1 / 3; align-self: end; padding: .52rem .7rem; font-size: .68rem; }
.catalog-operations { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: .55rem; align-content: start; padding: .65rem; background: linear-gradient(135deg,rgba(244,239,227,.75),rgba(223,234,221,.55)); }
.catalog-operations form { margin: 0; }
.catalog-operations form > div { display: flex; gap: .4rem; }
.catalog-operations .form-control { min-width: 0; }
.catalog-operations form:first-child .form-control { max-width: 130px; }
.catalog-variant { display: grid; grid-template-columns: auto minmax(0,1fr); gap: .45rem .6rem; padding: .6rem; border: 1px solid var(--line); border-radius: .85rem; background: rgba(255,255,255,.72); }
.catalog-variant + .catalog-variant { margin-top: .15rem; }
.catalog-variant-heading { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.catalog-variant-heading > div { display: flex; flex-direction: column; }
.catalog-variant-heading strong { color: var(--pine-dark); font-family: "Fraunces",serif; font-size: 1.15rem; }
.catalog-variant-heading span:not(.stock-chip) { color: var(--ink-soft); font-size: .58rem; }
.catalog-current-stock { flex: 0 0 auto; min-width: 95px; padding: .35rem .55rem; border: 1px solid transparent; border-radius: .7rem; text-align: right; }
.catalog-current-stock span { color: inherit !important; font-size: .68rem !important; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.catalog-current-stock strong { color: inherit; font-size: 1.65rem; line-height: .95; }
.catalog-current-stock small { color: inherit; font-size: .64rem; opacity: .78; }
.catalog-current-stock.stock-ok { color: var(--pine-dark); border-color: rgba(47,107,69,.15); background: var(--sage); }
.catalog-current-stock.stock-low { color: #852f29; border-color: rgba(133,47,41,.18); background: #f5d7d3; }
.catalog-add-variant { align-self: start; padding: .65rem; border: 1px dashed rgba(47,107,69,.3); border-radius: .9rem; background: rgba(223,234,221,.4); }
.catalog-add-variant > div { display: grid !important; grid-template-columns: minmax(0,1fr) 110px auto; }

.ambulant-shell { min-height: 100vh; padding: 2rem 0 5rem; background: radial-gradient(circle at 90% 0,rgba(223,234,221,.9),transparent 28rem),linear-gradient(180deg,#fbf8f1,#efe6d6); }
.ambulant-container { padding-inline: clamp(1rem,2.5vw,3rem); }
.ambulant-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; padding: 1.3rem 1.5rem; color: #fff; border-radius: 1.4rem; background: linear-gradient(135deg,var(--pine-dark),var(--pine)); box-shadow: var(--shadow-lg); }
.ambulant-heading h1 { margin: .15rem 0; font-size: clamp(2.4rem,6vw,4.5rem); }
.ambulant-heading p:last-child { max-width: 780px; margin: 0; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.55; }
.ambulant-live { flex: 0 0 auto; display: grid; grid-template-columns: 12px auto; gap: .05rem .45rem; align-items: center; min-width: 150px; padding: .65rem .8rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; background: rgba(255,255,255,.08); }
.ambulant-live > span { grid-row: 1 / 3; width: 11px; height: 11px; border-radius: 50%; background: #8ee09e; box-shadow: 0 0 0 5px rgba(142,224,158,.13); animation: ambulantPulse 1.8s ease-in-out infinite; }
.ambulant-live strong { font-size: .84rem; }
.ambulant-live small { color: rgba(255,255,255,.7); font-size: .68rem; }
.ambulant-toolbar { position: sticky; top: 112px; z-index: 10; display: grid; grid-template-columns: minmax(190px,1fr) auto auto auto; align-items: center; gap: .5rem; margin-bottom: 1rem; padding: .65rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(251,248,241,.9); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); }
.ambulant-sort-note { max-width: 190px; color: var(--muted); font-size: .7rem; font-weight: 700; line-height: 1.2; text-align: right; }
.ambulant-message { position: fixed; z-index: 1200; left: 50%; bottom: 1.2rem; translate: -50% 0; min-width: min(90vw,360px); padding: .8rem 1rem; color: #fff; border-radius: 999px; background: var(--pine-dark); box-shadow: var(--shadow-lg); font-size: .68rem; font-weight: 800; text-align: center; }
.ambulant-message.is-error { background: #8d342d; }
.ambulant-matrix { display: grid; gap: .75rem; padding: 1rem; border: 1px solid rgba(47,107,69,.12); border-radius: 1.35rem; background: rgba(255,255,255,.3); box-shadow: var(--shadow-sm); }
.ambulant-matrix-headings,.ambulant-matrix-row { display: grid; grid-template-columns: repeat(var(--ambulant-format-count),minmax(0,1fr)); gap: clamp(2.5rem,4vw,5rem); }
.ambulant-matrix-headings { position: sticky; top: 190px; z-index: 8; padding-bottom: .25rem; }
.ambulant-format-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; align-items: stretch; }
.ambulant-format-heading { display: flex; align-items: center; justify-content: space-between; gap: .7rem; padding: .75rem 1rem; border: 1px solid rgba(47,107,69,.12); border-radius: 1rem; background: rgba(251,248,241,.96); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); }
.ambulant-format-heading h2 { margin: 0; font-size: clamp(1.35rem,2vw,1.8rem); }
.ambulant-format-heading span { padding: .4rem .65rem; border-radius: 999px; background: var(--sage); font-size: .72rem; font-weight: 800; }
.ambulant-product { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .3rem .6rem; overflow: hidden; padding: .8rem; border: 2px solid transparent; border-radius: 1.15rem; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); transition: border-color .2s ease, opacity .2s ease, transform .2s ease; }
.ambulant-product::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 0; height: 0; border-top: 24px solid var(--flavour-color,#2f6b45); border-right: 24px solid transparent; filter: drop-shadow(1px 1px 1px rgba(22,55,35,.12)); }
.ambulant-product-placeholder { min-height: 174px; visibility: hidden; }
.ambulant-product h3 { margin: 0; font-family: "Manrope",sans-serif; font-size: .95rem; line-height: 1.3; }
.ambulant-product div:first-child small { color: var(--clay); font-size: .74rem; font-weight: 800; }
.ambulant-product > strong { grid-row: 1 / 3; grid-column: 2; align-self: center; color: var(--pine-dark); font-family: "Fraunces",serif; font-size: 2.6rem; line-height: 1; }
.ambulant-product > span { color: var(--ink-soft); font-size: .68rem; }
.ambulant-product.is-low { border-color: #d8ad66; }
.ambulant-product.is-empty { opacity: .62; border-color: #b95850; background: #faece9; }
.ambulant-actions { grid-column: 1 / -1; display: grid; grid-template-columns: .72fr 1.28fr; gap: .4rem; margin-top: .45rem; }
.ambulant-actions button { min-height: 62px; color: #fff; border: 0; border-radius: .85rem; font-family: "Fraunces",serif; font-size: 1.15rem; font-weight: 800; transition: transform .12s ease, filter .2s ease; }
.ambulant-actions button:active { transform: scale(.96); }
.ambulant-actions button:disabled { cursor: not-allowed; filter: grayscale(1); opacity: .45; }
.ambulant-actions small { font-family: "Manrope",sans-serif; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.ambulant-undo { background: var(--clay); }
.ambulant-sell { background: var(--pine); }

.site-footer { padding: 4rem 0 1.5rem; color: #eaf2e9; background: var(--pine-dark); }
.footer-panel {
    display: flex; align-items: center; justify-content: space-between; gap: 2rem;
    padding: 2rem; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius);
    background: rgba(255,255,255,.06); transition: transform .4s ease, background .4s ease;
}
.footer-panel:hover { transform: translateY(-5px); background: rgba(255,255,255,.09); }
.footer-panel h2 { margin: 0 0 .4rem; font-size: clamp(1.8rem,4vw,3rem); }
.footer-panel p { color: rgba(255,255,255,.66); }
.footer-contact { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; margin-top: 1rem; }
.footer-contact a {
    display: flex; flex-direction: column; gap: .2rem; padding: .9rem 1rem; color: #fff;
    border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; background: rgba(255,255,255,.04); text-decoration: none;
    transition: transform .25s ease, background .25s ease;
}
.footer-contact a:hover { transform: translateY(-3px); background: rgba(255,255,255,.09); }
.footer-contact small { color: rgba(255,255,255,.58); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact strong { font-size: .92rem; }
.footer-support { display: grid; grid-template-columns: minmax(190px,.55fr) minmax(0,1.45fr); gap: 1rem; margin-top: 1rem; padding: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.footer-support-copy { align-self: center; }
.footer-support-copy .eyebrow { color: #efd49b; }
.footer-support-copy h2 { max-width: 300px; margin: .2rem 0 0; font-size: 1.5rem; }
.footer-support-groups { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.footer-support-groups article { display: flex; flex-direction: column; justify-content: space-between; min-height: 125px; padding: .75rem; border-radius: 1rem; background: rgba(255,255,255,.06); }
.footer-support-groups p { margin: 0 0 .75rem; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.65; }
.footer-support-logos { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.footer-support-logos img { width: auto; max-width: 150px; height: 54px; padding: .25rem; border-radius: .45rem; background: #fff; object-fit: contain; }
.footer-logo-placeholder { padding: .55rem .7rem; color: rgba(255,255,255,.68); border: 1px dashed rgba(255,255,255,.28); border-radius: .6rem; font-size: .72rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; color: rgba(255,255,255,.62); font-size: .84rem; }
.footer-bottom a { text-decoration: none; }
.footer-brand { color: #fff !important; font-family: "Fraunces", serif; font-size: .95rem; }

.js .reveal, .js .reveal-stagger > * {
    opacity: 0; transform: translateY(24px); transition: opacity .7s ease var(--reveal-delay,0ms), transform .7s cubic-bezier(.2,.8,.2,1) var(--reveal-delay,0ms);
}
.js .reveal.is-visible, .js .reveal-stagger > *.is-visible { opacity: 1; transform: translateY(0); }

@keyframes floatHero { 0%,100% { transform: translateY(0) rotate(-.5deg); } 50% { transform: translateY(-10px) rotate(.5deg); } }
@keyframes drift { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-8px) rotate(1deg); } }
@keyframes orbPulse { 0%,100% { scale: 1; opacity: .35; } 50% { scale: 1.18; opacity: .55; } }
@keyframes cloudTravel { from { translate: 0 0; } to { translate: calc(100vw + 28rem) -12px; } }
@keyframes letterRise { to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes accentRise { to { opacity: 1; transform: translateY(0) rotate(-2deg); } }
@keyframes accentBreathe { 0%,100% { transform: rotate(-2deg) scale(1); } 50% { transform: rotate(1deg) scale(1.035); } }
@keyframes heroSheen { to { transform: rotate(360deg); } }
@keyframes priceCloud { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-5px) rotate(1deg); } }
@keyframes weatherBob { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-8px) rotate(3deg); } }
@keyframes weatherParticle { 0%,100% { transform: translate(0,0) scale(1); opacity: .8; } 50% { transform: translate(6px,-8px) scale(.72); opacity: .48; } }
@keyframes weatherCloudDrift { 0%,100% { transform: translateX(0); } 50% { transform: translateX(-34px); } }
@keyframes weatherIndexFill { from { width: 0; } }
@keyframes summaryMoodPop { 0% { transform: translateY(4px) scale(.98); } 70% { transform: translateY(-2px) scale(1.015); } 100% { transform: translateY(0) scale(1); } }
@keyframes routeTruckBob { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-5px) rotate(2deg); } }
@keyframes curtainCloud { 0%,100% { transform: scale(1); opacity: .15; } 50% { transform: scale(1.25); opacity: .3; } }
@keyframes curtainText { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes commitmentFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-5px) rotate(1deg); } }
@keyframes imageReject { 50% { transform: translateX(4px); } }
@keyframes ambulantPulse { 50% { opacity: .45; scale: .75; } }
@keyframes lightboxRise { from { opacity: 0; transform: translateY(15px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1399px) {
    .reservation-flavours { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 1199px) {
    .navbar-collapse { margin-top: .8rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--cream); }
    .nav-actions { margin-top: .8rem; justify-content: space-between; }
    .hero-copy h1 { font-size: clamp(3rem,9vw,5rem); }
    .products-grid { grid-template-columns: repeat(2,1fr); }
    .home-catalogue-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .catalog-admin-card { grid-template-columns: minmax(330px,35%) minmax(0,65%); }
    .catalog-edit-form { grid-template-columns: 72px minmax(0,1fr); }
    .catalog-dropzone { width: 72px; height: 72px; }
    .catalog-edit-form > .btn { grid-column: 2; grid-row: auto; justify-self: start; }
    .catalog-fields { grid-template-columns: 1fr; }
    .catalog-fields .wide:first-child,.catalog-fields .wide:last-child { grid-column: 1; }
    .catalog-new-fields { grid-template-columns: repeat(3,minmax(120px,1fr)); }
}
@media (max-width: 991px) {
    .depositary-order-panel { grid-template-columns: 1fr; }
    .weather-cloud-card { grid-template-columns: 1fr; }
    .weather-orbit { width: 92px; height: 92px; }
    .weather-cloud-panel { grid-template-columns: 1fr; }
    .hero-home { padding-top: 2.5rem; }
    .hero-visual { min-height: 430px; margin-top: 1rem; }
    .hero-card-main { inset: 0 1rem; }
    .values-grid { grid-template-columns: 1fr; }
    .farm-story-panel { grid-template-columns: 1fr; }
    .farm-behind-intro,.farm-purpose { grid-template-columns: 1fr; }
    .farm-behind-manifesto { padding: 1rem 0 0; border-top: 3px solid var(--clay); border-left: 0; }
    .farm-journey { grid-template-columns: repeat(2,1fr); }
    .farm-values { grid-template-columns: repeat(3,1fr); }
    .reservation-layout { grid-template-columns: 1fr; }
    .reservation-summary { position: static; }
    .reservation-flavours { grid-template-columns: 1fr; }
    .auth-panel { grid-template-columns: 1fr; max-width: 680px; }
    .auth-register-panel { grid-template-columns: 1fr; }
    .auth-story { min-height: 430px; }
    .users-stats { grid-template-columns: repeat(2,1fr); }
    .rights-guide { grid-template-columns: 1fr; }
    .user-card { grid-template-columns: 54px minmax(0,1fr); }
    .user-actions { grid-column: 1 / -1; justify-content: start; max-width: none; }
    .account-layout { grid-template-columns: 1fr; }
    .account-sidebar { position: static; }
    .account-sidebar nav { grid-template-columns: repeat(2,1fr); }
    .catalog-admin-grid { grid-template-columns: 1fr; }
    .catalog-admin-card { grid-template-columns: 1fr; overflow: visible; }
    .catalog-edit-form { border-right: 0; border-bottom: 1px solid var(--line); }
    .catalog-format-creator { grid-template-columns: 1fr 1fr; }
    .ambulant-matrix-headings,.ambulant-matrix-row { gap: 1.5rem; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 200px; }
    .gallery-card:first-child { grid-row: auto; }
    .gallery-card:nth-child(2) { grid-column: auto; }
    .footer-panel { align-items: flex-start; flex-direction: column; }
    .footer-support { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .depositary-order-picker { grid-template-columns: 1fr; }
    .depositary-order-active { align-items: flex-start; flex-direction: column; }
    .depositary-order-active span { text-align: left; }
    .weather-cloud-section { margin-top: -1rem; }
    .weather-cloud-card { padding: 1rem; border-radius: 1.4rem; }
    .weather-cloud-copy h2 { font-size: 2.15rem; }
    .weather-cloud-metrics { display: grid; grid-template-columns: 1fr; }
    .weather-suggestions a { grid-template-columns: 42px minmax(0,1fr); }
    .weather-suggestions small { grid-column: 2; }
    .announcement-bar { display: none; }
    .brand-copy small { display: none; }
    .brand-logo-shell { width: 44px; height: 44px; }
    .hero-home { padding-top: 1.8rem; }
    .hero-copy h1 { font-size: 3.15rem; }
    .hero-lead { font-size: .96rem; }
    .hero-visual { min-height: 350px; }
    .floating-note { max-width: 150px; font-size: .68rem; }
    .products-grid { grid-template-columns: 1fr; }
    .home-catalogue-grid { grid-template-columns: 1fr; }
    .home-product-card .product-media img { height: 220px; }
    .reservation-products { grid-template-columns: 1fr; }
    .reservation-product { grid-template-columns: 58px minmax(0,1fr); }
    .reservation-product-media { width: 58px; height: 58px; }
    .reservation-flavour-heading { align-items: flex-start; flex-direction: column; }
    .reservation-flavour-story { grid-template-columns: 96px minmax(0,1fr); }
    .reservation-flavour-media { width: 96px; height: 96px; }
    .reservation-variant { grid-template-columns: minmax(0,1fr) auto; }
    .product-lightbox figcaption { align-items: flex-start; flex-direction: column; gap: .2rem; }
    .quantity-picker { grid-column: 1 / -1; width: 100%; grid-template-columns: 1fr 42px 1fr; }
    .quantity-picker button { width: auto; }
    .reservation-success, .order-heading { align-items: flex-start; flex-direction: column; }
    .customer-order-card > header,.customer-order-actions { align-items: flex-start; flex-direction: column; }
    .customer-order-actions > div { justify-content: flex-start; }
    .auth-shell { padding: 1.5rem .25rem; }
    .auth-panel { border-radius: 1.35rem; }
    .auth-story { min-height: 360px; padding: 1.6rem; }
    .auth-story-copy h1 { font-size: 3.4rem; }
    .auth-story-notes { grid-template-columns: 1fr; }
    .auth-form-panel { padding: 1.6rem; }
    .auth-fields-pair { grid-template-columns: 1fr; }
    .auth-help { flex-direction: column; text-align: center; }
    .users-toolbar { align-items: stretch; flex-direction: column; }
    .users-search > div { flex-wrap: wrap; }
    .users-search .form-control { flex: 1 0 100%; }
    .users-toolbar-note { max-width: none; }
    .users-stats { grid-template-columns: 1fr 1fr; }
    .user-card { grid-template-columns: 44px minmax(0,1fr); }
    .user-avatar { width: 44px; height: 44px; }
    .user-actions .btn { width: 100%; }
    .user-actions form { flex: 1 0 calc(50% - .35rem); }
    .account-shell { padding: 1.5rem 0 3rem; }
    .account-heading { align-items: flex-start; padding: 1.25rem; }
    .account-heading-logo { width: 64px; height: 64px; }
    .account-sidebar nav { grid-template-columns: 1fr; }
    .account-overview { grid-template-columns: 1fr; }
    .account-email-card { grid-template-columns: 44px minmax(0,1fr); }
    .account-email-card em { grid-column: 1 / -1; }
    .catalog-admin-guide { grid-template-columns: 1fr; }
    .catalog-format-creator { grid-template-columns: 1fr; }
    .catalog-new-flavour-form,.catalog-new-fields { grid-template-columns: 1fr; }
    .catalog-new-image { min-height: 180px; }
    .catalog-new-fields .wide { grid-column: auto; }
    .ambulant-shell { padding-top: .7rem; }
    .ambulant-container { padding-inline: .75rem; }
    .ambulant-heading { align-items: flex-start; flex-direction: column; padding: 1rem; }
    .ambulant-live { width: 100%; }
    .ambulant-toolbar { top: 74px; grid-template-columns: 1fr 1fr; }
    .ambulant-toolbar .form-control { grid-column: 1 / -1; }
    .ambulant-sort-note { grid-column: 1 / -1; max-width: none; text-align: left; }
    .ambulant-matrix { padding: .6rem; }
    .ambulant-matrix-headings,.ambulant-matrix-row { grid-template-columns: 1fr; gap: .65rem; }
    .ambulant-matrix-headings { position: static; }
    .ambulant-product { padding: .65rem; }
    .ambulant-product > strong { font-size: 2.2rem; }
    .ambulant-actions { grid-template-columns: 1fr; }
    .stock-container { padding-inline: .75rem; }
    .catalog-edit-form { grid-template-columns: 64px minmax(0,1fr); }
    .catalog-dropzone { width: 64px; height: 64px; }
    .catalog-dropzone:hover img { transform: scale(2.3); }
    .catalog-drop-overlay { display: none; }
    .catalog-fields { grid-template-columns: 1fr; }
    .catalog-fields .wide { grid-column: auto; }
    .catalog-operations form > div { flex-wrap: wrap; }
    .catalog-operations .form-control { flex: 1 0 calc(50% - .4rem); }
    .catalog-operations .btn { flex: 1 0 100%; }
    .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .4rem; }
    .gallery-card { flex: 0 0 86%; height: 260px; scroll-snap-align: center; }
    .farm-story-panel { padding: .55rem; }
    .farm-story-copy { padding: 1.4rem 1rem; }
    .farm-behind-intro { padding: 1.15rem; }
    .farm-behind-intro h2 { font-size: 3.4rem; }
    .farm-journey { grid-template-columns: 1fr 1fr; }
    .farm-journey article { min-height: 145px; }
    .farm-values { grid-template-columns: 1fr; }
    .farm-values article { display: grid; grid-template-columns: 42px 1fr; gap: 0 .65rem; align-items: center; }
    .farm-values h3 { margin: 0; }
    .farm-values p { grid-column: 2; }
    .footer-contact { grid-template-columns: 1fr; }
    .footer-support-groups { grid-template-columns: 1fr; }
    .footer-support-logos img { max-width: 135px; height: 50px; }
    .page-hero-panel { padding: 1.4rem; }
    .footer-bottom { flex-direction: column; }
    .pickup-admin-layout { grid-template-columns: 1fr; }
    .pickup-admin-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .platform-hero-panel { grid-template-columns: 1fr; }
    .platform-next-sale { min-width: 0; }
    .platform-stats { grid-template-columns: repeat(2,1fr); }
    .platform-layout,.platform-tools { grid-template-columns: 1fr; }
    .platform-tool.is-primary { grid-column: auto; }
    .platform-watch { position: static; }
}
@media (prefers-reduced-motion: reduce) {
    body { opacity: 1; }
    .page-curtain { display: none; }
    .cursor-glow, .ambient-orbs, .hero-clouds { display: none; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (pointer: coarse) {
    .cursor-glow { display: none; }
    .product-card { transform: none !important; }
}

.agenda-hero .page-hero-panel { color: var(--ink); background: radial-gradient(circle at 86% 16%,rgba(255,217,141,.5),transparent 28%),radial-gradient(circle at 12% 90%,rgba(216,235,242,.65),transparent 34%),linear-gradient(135deg,#fff7df,#e8f1dc 56%,#d8ebf2); }
.agenda-hero .page-hero-panel h1 { color: var(--pine-dark); }
.agenda-hero .page-hero-panel p:not(.eyebrow) { color: var(--ink-soft); }
.agenda-hero .page-hero-panel .eyebrow { color: var(--clay); }
.agenda-section { padding-top: 1rem; }
.agenda-empty { display: grid; justify-items: center; gap: .5rem; padding: 3rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.68); box-shadow: var(--shadow-sm); text-align: center; }
.agenda-empty span { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); font-size: 2.3rem; animation: weatherBob 4.8s ease-in-out infinite; }
.agenda-feature { position: relative; display: grid; grid-template-columns: 135px minmax(0,1fr); gap: clamp(1rem,3vw,2rem); align-items: center; overflow: hidden; margin-bottom: 1.4rem; padding: clamp(1.25rem,3vw,2.2rem); color: #fff; border-radius: calc(var(--radius) + .45rem); background: radial-gradient(circle at 92% 12%,rgba(255,217,141,.28),transparent 30%),linear-gradient(135deg,var(--pine-dark),var(--pine)); box-shadow: var(--shadow-lg); }
.agenda-feature::after { content: ""; position: absolute; right: -90px; bottom: -105px; width: 210px; height: 210px; border: 35px solid rgba(255,255,255,.07); border-radius: 50%; }
.agenda-feature > * { position: relative; z-index: 1; }
.agenda-feature h2 { color: #fff; font-size: clamp(2rem,5vw,4rem); }
.agenda-feature p { color: rgba(255,255,255,.78); line-height: 1.7; }
.agenda-feature .eyebrow { color: #dceccf; }
.agenda-date-card { display: grid; justify-items: center; padding: 1rem .7rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1.3rem; background: rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.agenda-date-card span { text-transform: uppercase; font-size: .8rem; font-weight: 900; letter-spacing: .14em; }
.agenda-date-card strong { font-family: "Fraunces",serif; font-size: 4.6rem; line-height: .95; }
.agenda-date-card small { color: rgba(255,255,255,.72); font-weight: 800; }
.agenda-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0; }
.agenda-meta span { padding: .45rem .65rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.1); font-size: .76rem; font-weight: 800; }
.agenda-address { margin: 0 0 1rem; font-weight: 800; }
.agenda-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.agenda-route { position: relative; overflow: hidden; margin: 0 0 1.4rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1.35rem; background: radial-gradient(circle at 8% 18%,rgba(255,255,255,.9),transparent 24%),linear-gradient(135deg,rgba(255,247,223,.82),rgba(216,235,242,.55)); box-shadow: var(--shadow-sm); }
.agenda-route::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 170px; height: 170px; border: 28px solid rgba(47,107,69,.06); border-radius: 50%; pointer-events: none; }
.agenda-route-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: .85rem; }
.agenda-route-heading h2 { margin: 0; font-size: clamp(1.65rem,3vw,2.45rem); }
.agenda-route-heading > span { padding: .42rem .65rem; color: var(--pine-dark); border-radius: 999px; background: rgba(255,255,255,.68); font-size: .68rem; font-weight: 900; white-space: nowrap; }
.agenda-route-line { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(auto-fit,minmax(130px,1fr)); gap: .75rem; }
.agenda-route-line::before { content: ""; position: absolute; left: 7%; right: 7%; top: 35px; height: 3px; border-radius: 999px; background: repeating-linear-gradient(90deg,rgba(47,107,69,.45) 0 12px,transparent 12px 22px); opacity: .55; }
.agenda-route-stop { position: relative; display: grid; justify-items: center; gap: .12rem; min-height: 112px; padding: .72rem .55rem; border: 1px solid rgba(47,107,69,.12); border-radius: 1rem; background: rgba(255,255,255,.78); box-shadow: var(--shadow-sm); text-align: center; }
.agenda-route-stop span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); font-size: 1.35rem; box-shadow: 0 0 0 6px rgba(255,255,255,.55); animation: routeTruckBob 4.5s ease-in-out infinite; }
.agenda-route-stop:nth-child(even) span { animation-delay: .45s; }
.agenda-route-stop strong { overflow: hidden; max-width: 100%; color: var(--ink); font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }
.agenda-route-stop small { color: var(--ink-soft); font-size: .66rem; font-weight: 800; line-height: 1.25; }
.agenda-route-stop.is-farm span { background: #fff0c8; }
.agenda-route-stop.is-home span { background: #d8ebf2; }
.agenda-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.agenda-card { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: .8rem; min-height: 210px; padding: 1rem; border: 1px solid var(--line); border-radius: 1.15rem; background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.agenda-card:hover { transform: translateY(-4px); border-color: rgba(47,107,69,.3); box-shadow: var(--shadow-lg); }
.agenda-card-date { display: grid; align-self: start; justify-items: center; padding: .65rem .35rem; color: #fff; border-radius: .9rem; background: var(--clay); }
.agenda-card-date span { font-family: "Fraunces",serif; font-size: 2rem; line-height: 1; }
.agenda-card-date small { text-transform: uppercase; font-size: .68rem; font-weight: 900; }
.agenda-card h3 { margin: .1rem 0 .4rem; font-size: 1.35rem; }
.agenda-card p:not(.eyebrow) { color: var(--ink-soft); font-size: .86rem; line-height: 1.55; }
.agenda-card-meta { display: flex; flex-wrap: wrap; gap: .35rem; margin: .7rem 0; }
.agenda-card-meta span { padding: .28rem .45rem; border-radius: 999px; background: var(--paper); font-size: .65rem; font-weight: 800; }
.agenda-card a { color: var(--pine-dark); font-weight: 900; text-decoration: none; }
.agenda-admin-layout { display: grid; grid-template-columns: minmax(340px,.42fr) minmax(0,1fr); gap: 1.2rem; align-items: start; }
.agenda-admin-form,.agenda-admin-list { padding: 1.1rem; border: 1px solid var(--line); border-radius: 1.25rem; background: rgba(255,255,255,.76); box-shadow: var(--shadow-sm); }
.agenda-admin-form { position: sticky; top: 105px; display: grid; gap: .55rem; }
.agenda-admin-form h2 { margin: 0; font-size: 1.9rem; }
.agenda-admin-form label { color: var(--ink); font-size: .78rem; font-weight: 800; }
.agenda-admin-two { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.agenda-admin-switches { display: flex; flex-wrap: wrap; gap: .55rem; margin: .35rem 0; }
.agenda-admin-switches label { display: flex; align-items: center; gap: .35rem; padding: .5rem .65rem; border-radius: 999px; background: var(--paper); cursor: pointer; }
.agenda-admin-items { display: grid; gap: .7rem; }
.agenda-admin-item { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: .8rem; align-items: center; padding: .8rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.7); }
.agenda-admin-item.is-hidden { opacity: .62; background: #f3eee4; }
.agenda-admin-item time { display: grid; justify-items: center; padding: .55rem .35rem; color: #fff; border-radius: .8rem; background: var(--pine); }
.agenda-admin-item time strong { font-family: "Fraunces",serif; font-size: 1.8rem; line-height: 1; }
.agenda-admin-item time span { text-transform: uppercase; font-size: .62rem; font-weight: 900; }
.agenda-admin-item h3 { margin: 0; font-size: 1.15rem; }
.agenda-admin-item p:not(.eyebrow) { margin: .15rem 0 0; color: var(--ink-soft); font-size: .78rem; }
.agenda-admin-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem; }
.agenda-admin-actions form { margin: 0; }
@media (max-width: 1199px) {
    .agenda-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .agenda-admin-layout { grid-template-columns: 1fr; }
    .agenda-admin-form { position: static; }
}
@media (max-width: 575px) {
    .agenda-feature,.agenda-card,.agenda-admin-item { grid-template-columns: 1fr; }
    .agenda-date-card,.agenda-card-date,.agenda-admin-item time { justify-self: start; min-width: 92px; }
    .agenda-route-heading { align-items: flex-start; flex-direction: column; }
    .agenda-route-heading > span { white-space: normal; }
    .agenda-route-line { grid-template-columns: 1fr; }
    .agenda-route-line::before { display: none; }
    .agenda-route-stop { justify-items: start; min-height: 0; grid-template-columns: 48px minmax(0,1fr); text-align: left; }
    .agenda-route-stop span { grid-row: 1 / 3; }
    .agenda-grid { grid-template-columns: 1fr; }
    .agenda-admin-two { grid-template-columns: 1fr; }
    .agenda-admin-actions { justify-content: flex-start; }
}
