:root {
  --ink: #10271f;
  --forest: #104c38;
  --forest-deep: #082f25;
  --leaf: #317d4a;
  --lime: #b7db78;
  --ice: #eaf5ef;
  --cream: #f8f7f1;
  --white: #fff;
  --line: #dce7df;
  --muted: #587067;
  --orange: #f36d1a;
  --blue: #08aee5;
  --shadow: 0 18px 45px rgba(8, 47, 37, .12);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.58; }
img { max-width: 100%; display: block; user-select: none; -webkit-user-drag: none; -webkit-touch-callout: none; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 18px; padding: 10px 14px; color: #fff; background: var(--forest-deep); border-radius: 0 0 10px 10px; transition: top .2s ease; }
.skip-link:focus { top: 0; }

.site-header { position: sticky; z-index: 40; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(16, 39, 31, .09); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand-logo { display: grid; flex: none; width: 98px; height: 86px; place-items: center; overflow: hidden; position: relative; }
.brand-logo-image { display: block; width: 100%; height: 100%; object-fit: contain; }
.nav-menu { display: flex; align-items: center; justify-content: flex-end; gap: 3px; }
.nav-menu > a:not(.button) { padding: 10px 9px; font-weight: 700; color: #35554a; font-size: .85rem; white-space: nowrap; }
.nav-menu > a:not(.button):hover, .nav-menu > a.active { color: var(--forest); }
.menu-toggle { display: none; width: 45px; height: 42px; padding: 10px; border: 1px solid var(--line); background: #fff; border-radius: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--forest-deep); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }

.button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 9px; padding: 11px 16px; border: 1px solid transparent; border-radius: 999px; text-align: center; font-size: .89rem; font-weight: 800; line-height: 1.15; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(8, 47, 37, .18); }
.button-primary { color: #fff; background: var(--forest); }
.button-primary:hover { background: var(--forest-deep); }
.button-light { color: var(--forest-deep); background: #fff; }
.button-light:hover { background: var(--ice); }
.button-outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.7); }
.button-outline:hover { background: rgba(255,255,255,.13); }
.button-ghost { color: var(--forest); background: transparent; border-color: rgba(16, 76, 56, .28); }
.button-ghost:hover { background: var(--ice); }
.button-lg { min-height: 52px; padding-inline: 22px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 800; color: var(--forest); }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: .72rem; font-weight: 900; line-height: 1.2; letter-spacing: .15em; text-transform: uppercase; color: var(--leaf); }
.eyebrow::before { content: ""; display: inline-block; width: 24px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.3rem); }
h2 { font-size: clamp(2.15rem, 4.3vw, 3.8rem); }
h3 { line-height: 1.2; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-soft { background: var(--ice); }
.section-dark { color: #fff; background: var(--forest-deep); }
.section-heading { max-width: 710px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading p, .lead { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.13rem); }
.section-dark .section-heading p, .section-dark .lead { color: #c5d9cd; }
.section-dark .eyebrow { color: #b9e385; }

.hero { position: relative; isolation: isolate; min-height: min(760px, calc(100svh - 84px)); overflow: hidden; color: #fff; background: var(--forest-deep); display: grid; align-items: center; }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,35,27,.96) 0%, rgba(4,35,27,.88) 34%, rgba(4,35,27,.33) 70%, rgba(4,35,27,.1) 100%); }
.hero-media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero-copy { width: min(700px, 100%); padding: 86px 0 92px; }
.hero .eyebrow { color: #c2ea8f; }
.hero h1 { max-width: 680px; margin-bottom: 22px; }
.hero h1 em { color: #c2ea8f; font-style: normal; }
.hero-copy > p { max-width: 630px; margin-bottom: 30px; color: #e0eee7; font-size: clamp(1.05rem, 1.8vw, 1.23rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.official-tagline { display: inline-flex; align-items: center; gap: 9px; margin-top: 30px; font-size: .76rem; font-weight: 900; letter-spacing: .13em; }
.official-tagline::before { content: "❄"; color: #b9e385; font-size: 1.25rem; }

.proof-strip { background: #fff; border-bottom: 1px solid var(--line); }
.proof-strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof { min-height: 103px; display: flex; align-items: center; gap: 12px; padding: 20px 18px; border-right: 1px solid var(--line); }
.proof:last-child { border-right: 0; }
.proof svg { flex: none; width: 30px; height: 30px; stroke: var(--leaf); }
.proof strong { display: block; line-height: 1.25; font-size: .86rem; }
.proof span { display: block; color: var(--muted); font-size: .75rem; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.product-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; color: var(--ink); background: #fff; border: 1px solid rgba(16,39,31,.07); border-radius: var(--radius-sm); box-shadow: 0 4px 16px rgba(8,47,37,.04); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-art { display: block; width: 100%; aspect-ratio: 1; background-repeat: no-repeat; background-color: #102f3c; background-size: 200% 200%; transition: transform .4s ease; }
.product-card:hover .product-art { transform: scale(1.04); }
.art-peas { background-image: url("../images/frozen-products-grid-a.jpg"); background-position: 0 0; }
.art-corn { background-image: url("../images/frozen-products-grid-a.jpg"); background-position: 100% 0; }
.art-carrot { background-image: url("../images/frozen-products-grid-a.jpg"); background-position: 0 100%; }
.art-cauliflower { background-image: url("../images/frozen-products-grid-a.jpg"); background-position: 100% 100%; }
.art-broccoli { background-image: url("../images/frozen-products-grid-b.jpg"); background-position: 0 0; }
.art-beans { background-image: url("../images/frozen-products-grid-b.jpg"); background-position: 100% 0; }
.art-capsicum { background-image: url("../images/frozen-products-grid-b.jpg"); background-position: 0 100%; }
.art-mix-vegetable { background-image: url("../images/frozen-products-grid-b.jpg"); background-position: 100% 100%; }
.product-card-copy { display: flex; flex: 1; flex-direction: column; padding: 17px 16px 19px; }
.product-card-copy .category { margin-bottom: 5px; font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; color: var(--leaf); }
.product-card h3 { margin-bottom: 6px; font-size: 1.08rem; }
.product-card p { margin-bottom: 12px; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.product-card .text-link { margin-top: auto; font-size: .84rem; }

.journey { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 6vw, 86px); align-items: center; }
.process-image { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #315047; }
.process-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.process-image .image-caption { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 16px 18px; color: #fff; background: rgba(8,47,37,.88); backdrop-filter: blur(8px); border-radius: 12px; }
.process-image .image-caption strong { display: block; margin-bottom: 2px; }
.process-image .image-caption span { font-size: .84rem; color: #d6ebdc; }
.journey-copy h2 { margin-bottom: 18px; }
.journey-copy > p { color: var(--muted); font-size: 1.05rem; }
.step-list { display: grid; gap: 0; margin: 27px 0; border-top: 1px solid var(--line); }
.step-list li { list-style: none; display: grid; grid-template-columns: 45px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.step-list b { display: grid; place-items: center; width: 33px; height: 33px; color: var(--forest); background: #dbeadf; border-radius: 50%; font-size: .7rem; }
.step-list strong { display: block; font-size: .91rem; }
.step-list span { display: block; color: var(--muted); font-size: .84rem; }

.quality-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(26px, 5vw, 72px); align-items: center; }
.quality-photo { min-height: 520px; position: relative; overflow: hidden; border-radius: var(--radius); }
.quality-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.quality-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(5, 37, 28, .76)); }
.quality-badge { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; }
.quality-badge strong { display: block; color: #fff; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.quality-badge span { color: #d5ecdc; font-size: .86rem; }
.quality-points { display: grid; gap: 13px; margin-top: 27px; }
.quality-point { padding: 18px 18px 17px; background: #fff; border-radius: var(--radius-sm); border: 1px solid var(--line); }
.quality-point strong { display: block; margin-bottom: 5px; font-size: .97rem; }
.quality-point p { margin: 0; color: var(--muted); font-size: .86rem; }

.pack-section { color: #fff; background: linear-gradient(135deg, #0a382b, #10513b); }
.pack-section .eyebrow { color: #c2ea8f; }
.pack-section .section-heading p { color: #d1e4d7; }
.pack-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: 30px; align-items: stretch; }
.pack-shot { min-height: 380px; position: relative; isolation: isolate; overflow: hidden; border-radius: var(--radius); background: #0c3529; }
.pack-shot img { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.pack-shot::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(105deg, rgba(5,37,28,.72), rgba(5,37,28,.14)); }
.pack-shot-content { max-width: 350px; padding: 36px; }
.pack-shot-content > span { display: block; margin-bottom: 17px; color: #c2ea8f; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.pack-shot h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; line-height: 1.1; }
.pack-shot p { color: #e5f0e9; }
.pack-shot-real { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 380px; background: linear-gradient(135deg, #072e22, #0d523b); }
.pack-shot-real::after { display: none; }
.pack-shot-real .pack-shot-content { align-self: center; max-width: none; }
.pack-collection { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: center; padding: 24px 0 24px 24px; background: linear-gradient(135deg, rgba(194,234,143,.14), transparent 70%); }
.pack-shot-real .pack-collection img { position: static; z-index: auto; width: 100%; height: auto; max-height: 306px; object-fit: contain; border-radius: 7px; opacity: 1; filter: saturate(1.04) contrast(1.03); box-shadow: 0 16px 35px rgba(0,0,0,.27); }
.pack-size-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pack-size { padding: 25px 18px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.19); border-radius: var(--radius-sm); }
.pack-size b { display: block; margin-bottom: 3px; color: #c2ea8f; font-family: Georgia, serif; font-size: 2.35rem; font-weight: 400; line-height: 1; }
.pack-size span { color: #e3efe8; font-size: .81rem; }
.pack-note { margin-top: 20px; color: #c8e2d0; font-size: .84rem; }

.buyer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.buyer-card { padding: 26px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.buyer-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 18px; color: var(--forest); background: #dff1e4; border-radius: 50%; font-size: 1.25rem; font-weight: 900; }
.buyer-card h3 { margin-bottom: 7px; font-size: 1.06rem; }
.buyer-card p { margin: 0; color: var(--muted); font-size: .85rem; }

.about-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 25px; }
.about-copy { padding: clamp(28px, 5vw, 60px); color: #fff; background: var(--forest-deep); border-radius: var(--radius); }
.about-copy .eyebrow { color: #bee78b; }
.about-copy p { color: #d4e8da; font-size: 1.05rem; }
.about-copy .button { margin-top: 9px; }
.about-images { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.about-images img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; border-radius: var(--radius-sm); }
.about-images img:first-child { grid-row: span 2; min-height: 478px; }

.cta-band { padding: clamp(55px, 8vw, 92px) 0; color: #fff; background: var(--forest-deep); }
.cta-band .container { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: end; }
.cta-band h2 { max-width: 740px; margin-bottom: 13px; }
.cta-band p { max-width: 660px; margin-bottom: 0; color: #cde2d4; }
.cta-band .eyebrow { color: #bee78b; }

.page-hero { padding: clamp(70px, 10vw, 132px) 0 clamp(58px, 8vw, 96px); color: #fff; background: linear-gradient(118deg, #082f25, #105540); }
.page-hero .container { max-width: 920px; margin-left: max(20px, calc((100% - var(--max)) / 2)); }
.page-hero h1 { margin: 0 0 18px; }
.page-hero p { max-width: 690px; margin-bottom: 0; color: #d5e8db; font-size: 1.12rem; }
.page-hero .eyebrow { color: #bee78b; }
.page-hero--image { position: relative; isolation: isolate; overflow: hidden; }
.page-hero--image::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,38,29,.94), rgba(5,38,29,.72), rgba(5,38,29,.3)); }
.page-hero--image img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.filter-bar { display: flex; gap: 9px; flex-wrap: wrap; margin: 0 0 30px; }
.filter-button { padding: 9px 14px; color: var(--forest); background: transparent; border: 1px solid #bbd1c3; border-radius: 999px; font-weight: 800; font-size: .83rem; }
.filter-button[aria-pressed="true"], .filter-button:hover { color: #fff; background: var(--forest); border-color: var(--forest); }
.product-grid--page { grid-template-columns: repeat(4, 1fr); }
.product-grid--page .product-card { display: flex; }
.product-grid--page .product-card.is-hidden { display: none; }
.product-grid--page .product-art { aspect-ratio: 1 / .88; }

.detail-layout { display: grid; grid-template-columns: minmax(320px, .9fr) 1.1fr; gap: clamp(30px, 7vw, 94px); align-items: center; }
.product-photo-large { width: 100%; max-width: 500px; aspect-ratio: 1; border-radius: var(--radius); box-shadow: var(--shadow); }
.product-detail-copy h1 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.product-detail-copy .lead { max-width: 640px; }
.detail-card { margin-top: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.detail-row { display: grid; grid-template-columns: 150px 1fr; gap: 15px; padding: 16px 17px; border-bottom: 1px solid var(--line); }
.detail-row:last-child { border-bottom: 0; }
.detail-row b { font-size: .83rem; }
.detail-row span { color: var(--muted); font-size: .88rem; }
.product-detail-copy .hero-actions { margin-top: 27px; }
.related-products { margin-top: 34px; }

.process-timeline { display: grid; gap: 0; max-width: 960px; margin: 0 auto; }
.process-row { display: grid; grid-template-columns: 100px 1fr 1fr; gap: 28px; align-items: center; min-height: 225px; padding: 26px 0; border-top: 1px solid var(--line); }
.process-row:last-child { border-bottom: 1px solid var(--line); }
.process-num { color: var(--leaf); font-family: Georgia, serif; font-size: 2.45rem; }
.process-row h2 { margin-bottom: 8px; font-size: clamp(1.65rem, 3vw, 2.45rem); }
.process-row p { margin: 0; color: var(--muted); }
.process-row img { width: 100%; height: 175px; object-fit: cover; border-radius: var(--radius-sm); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card { padding: 28px 21px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.feature-card .feature-number { display: block; margin-bottom: 16px; color: var(--leaf); font-family: Georgia, serif; font-size: 2rem; }
.feature-card h3 { margin-bottom: 7px; }
.feature-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 30px 0 0; padding: 16px 0; color: var(--forest); border-top: 1px solid #b7d4c2; border-bottom: 1px solid #b7d4c2; font-size: .8rem; font-weight: 900; letter-spacing: .03em; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--leaf); }

.pack-page-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; }
.pack-photo-collage { display: grid; grid-template-columns: 1.1fr .9fr; gap: 14px; align-items: end; padding: 22px; border-radius: var(--radius); background: linear-gradient(145deg, #dcece1, #f7f4eb); }
.pack-photo-card { margin: 0; min-width: 0; padding: 12px; text-align: center; border-radius: 12px; background: rgba(255,255,255,.78); box-shadow: 0 12px 29px rgba(11,57,42,.13); }
.pack-photo-card--large { transform: translateY(-8px); }
.pack-photo-card img { display: block; width: 100%; height: 345px; object-fit: contain; filter: saturate(1.04) contrast(1.03); }
.pack-photo-card figcaption, .pack-gallery figcaption { margin-top: 9px; color: var(--forest); font-size: .75rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.pack-format-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 34px; }
.format-card { padding: 29px 18px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.format-card b { display: block; color: var(--forest); font-family: Georgia, serif; font-size: 2.6rem; font-weight: 400; line-height: 1; }
.format-card span { display: block; margin-top: 7px; color: var(--muted); font-size: .8rem; }
.channel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 32px; }
.channel-card { padding: 29px; color: #fff; background: var(--forest); border-radius: var(--radius-sm); }
.channel-card:last-child { color: var(--ink); background: #e5f0e7; }
.channel-card h3 { margin-bottom: 6px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.pack-gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 30px; }
.pack-gallery figure { display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; margin: 0; padding: 12px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; box-shadow: 0 9px 20px rgba(18,66,48,.06); }
.pack-gallery img { display: block; width: 100%; height: 228px; object-fit: contain; filter: saturate(1.04) contrast(1.03); }
.channel-card p { margin: 0; color: inherit; opacity: .85; }

.about-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; }
.about-page-grid img { min-height: 455px; height: 100%; object-fit: cover; border-radius: var(--radius); }
.about-statements { display: grid; gap: 12px; margin-top: 27px; }
.statement { padding: 17px; background: #fff; border-left: 4px solid var(--leaf); border-radius: 0 10px 10px 0; }
.statement strong { display: block; margin-bottom: 2px; }
.statement p { margin: 0; color: var(--muted); font-size: .88rem; }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 36px; align-items: start; }
.contact-details { padding: 29px; color: #fff; background: var(--forest-deep); border-radius: var(--radius); }
.contact-details h2 { margin-bottom: 12px; font-size: 2.5rem; }
.contact-details > p { color: #cde2d4; }
.contact-list { display: grid; gap: 18px; margin: 27px 0 30px; }
.contact-item { display: grid; grid-template-columns: 33px 1fr; gap: 11px; align-items: start; }
.contact-item svg { width: 22px; height: 22px; stroke: #bee78b; }
.contact-item b { display: block; margin-bottom: 2px; font-size: .81rem; color: #bee78b; text-transform: uppercase; letter-spacing: .08em; }
.contact-item span, .contact-item a { color: #fff; font-size: .93rem; }
.contact-form { padding: clamp(22px, 4vw, 42px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-form h2 { margin-bottom: 8px; font-size: 2.25rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 25px; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #bcd0c3; border-radius: 9px; }
.field textarea { min-height: 118px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); outline: 2px solid rgba(16,76,56,.15); }
.field .is-invalid, .field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #b42318; }
.field .is-invalid:focus { outline-color: rgba(180,35,24,.18); }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.honeypot { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .75rem; }
.form-status { display: none; margin: 20px 0 0; padding: 13px 15px; color: #124b30; background: #e2f3e7; border-left: 4px solid var(--leaf); border-radius: 8px; font-size: .86rem; }
.form-status.is-visible { display: block; }
.form-status.is-error { color: #7a271a; background: #fef3f2; border-left-color: #b42318; }

.legal-copy { max-width: 800px; }
.legal-copy h2 { margin: 50px 0 12px; font-size: 2rem; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy a { color: var(--forest); text-decoration: underline; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sitemap-group { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.sitemap-group h2 { margin-bottom: 14px; font-size: 1.85rem; }
.sitemap-group a { display: block; padding: 7px 0; color: var(--forest); font-weight: 700; }

.site-footer { color: #d8e9df; background: #082f25; }
.footer-main { display: grid; grid-template-columns: 1.4fr .8fr .9fr 1.2fr; gap: 32px; padding: 62px 0 42px; }
.footer-brand .brand-logo { width: 168px; height: 168px; margin-bottom: 12px; padding: 8px; background: #fff; border-radius: 10px; }
.footer-brand p { max-width: 320px; margin: 0; color: #bcd4c4; font-size: .85rem; }
.footer-col h3 { margin: 8px 0 14px; color: #bee78b; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a, .footer-col span { display: block; margin: 8px 0; color: #d8e9df; font-size: .84rem; }
.footer-col a:hover { color: #bee78b; }
.footer-contact b { display: block; margin-top: 11px; color: #bee78b; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; color: #a7c4b2; border-top: 1px solid rgba(255,255,255,.14); font-size: .75rem; }
.footer-bottom a { color: #d8e9df; }
.whatsapp-float { position: fixed; z-index: 30; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px 16px; color: #fff; background: #1b9e5a; border-radius: 999px; box-shadow: 0 11px 25px rgba(0,0,0,.18); font-size: .84rem; font-weight: 900; }
.whatsapp-float:hover { background: #16834b; transform: translateY(-2px); }
.whatsapp-float svg { width: 20px; height: 20px; fill: currentColor; }

@media (max-width: 1100px) {
  .nav-menu > a:not(.button) { padding-inline: 6px; font-size: .77rem; }
  .product-grid, .product-grid--page { grid-template-columns: repeat(3, 1fr); }
  .buyer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: span 3; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .nav-wrap { min-height: 78px; }
  .brand-logo { width: 82px; height: 74px; }
  .menu-toggle { display: block; }
  .nav-menu { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; padding: 13px 16px 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 22px rgba(8,47,37,.1); transform: translateY(-14px); visibility: hidden; opacity: 0; transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .nav-menu.is-open { transform: translateY(0); visibility: visible; opacity: 1; }
  .nav-menu > a:not(.button) { padding: 11px 6px; font-size: .92rem; }
  .nav-menu .button { margin-top: 8px; }
  .hero { min-height: 650px; }
  .hero::before { background: linear-gradient(90deg, rgba(4,35,27,.93), rgba(4,35,27,.76) 59%, rgba(4,35,27,.4)); }
  .hero-media { object-position: 66% center; }
  .proof-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .proof:nth-child(2) { border-right: 0; }
  .proof:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journey, .quality-grid, .pack-layout, .pack-page-intro, .about-page-grid, .contact-layout { grid-template-columns: 1fr; }
  .journey-copy { order: -1; }
  .process-image { min-height: 350px; }
  .quality-photo { min-height: 370px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-images { min-height: 365px; }
  .about-images img:first-child { min-height: 365px; }
  .cta-band .container { grid-template-columns: 1fr; align-items: start; }
  .cta-band .hero-actions { justify-content: flex-start; }
  .process-row { grid-template-columns: 70px 1fr; gap: 14px; }
  .process-row img { grid-column: 2; height: 220px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .pack-format-grid { grid-template-columns: 1fr 1fr; }
  .pack-gallery { grid-template-columns: repeat(3, 1fr); }
  .sitemap-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 58px 0; }
  .hero { min-height: 600px; }
  .hero-copy { padding: 70px 0 80px; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 3.55rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .official-tagline { font-size: .65rem; }
  .proof { min-height: 94px; padding: 15px 11px; gap: 8px; }
  .proof svg { width: 26px; height: 26px; }
  .proof strong { font-size: .77rem; }
  .proof span { font-size: .68rem; }
  .product-grid, .product-grid--page { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .product-card-copy { padding: 13px 12px 14px; }
  .product-card h3 { font-size: .98rem; }
  .product-card p { font-size: .75rem; }
  .product-card .text-link { font-size: .75rem; }
  .product-card-copy .category { font-size: .58rem; }
  .journey { gap: 24px; }
  .process-image { min-height: 295px; }
  .process-image .image-caption { right: 12px; bottom: 12px; left: 12px; padding: 12px; }
  .quality-photo { min-height: 305px; }
  .pack-shot { min-height: 320px; }
  .pack-shot-content { padding: 25px; }
  .pack-shot-real { grid-template-columns: 1fr; }
  .pack-collection { padding: 20px 20px 0; }
  .pack-shot-real .pack-collection img { max-height: 230px; }
  .pack-shot-real .pack-shot-content { padding-top: 21px; }
  .pack-photo-collage { gap: 9px; padding: 12px; }
  .pack-photo-card { padding: 8px; }
  .pack-photo-card img { height: 260px; }
  .pack-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .pack-gallery figure { padding: 8px; }
  .pack-gallery img { height: 210px; }
  .pack-size-grid { gap: 9px; }
  .pack-size { padding: 18px 13px; }
  .pack-size b { font-size: 1.85rem; }
  .buyer-grid, .feature-grid { grid-template-columns: 1fr; }
  .about-images { display: none; }
  .process-row { grid-template-columns: 56px 1fr; min-height: auto; padding: 22px 0; }
  .process-num { font-size: 1.7rem; }
  .process-row img { height: 175px; }
  .detail-layout { grid-template-columns: 1fr; }
  .product-photo-large { max-width: none; }
  .detail-row { grid-template-columns: 1fr; gap: 3px; padding: 13px 14px; }
  .channel-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 22px; padding: 44px 0 27px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { display: grid; gap: 8px; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .whatsapp-float { right: 12px; bottom: 12px; min-height: 44px; padding: 9px 13px; }
}

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