:root {
  --green: #1f4a32;
  --green-dark: #173727;
  --leaf: #4e7047;
  --sage: #dde7d7;
  --cream: #f8f4ec;
  --paper: #fffdf8;
  --wood: #875b3d;
  --berry: #b94c42;
  --ink: #173126;
  --muted: #617067;
  --line: #dce2dc;
  --shadow: 0 22px 60px rgba(28, 54, 38, .12);
  --radius: 18px;
  --radius-lg: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--green); text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { color: var(--berry); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin-top: 0; color: var(--green-dark); font-family: Georgia, "Times New Roman", serif; line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6vw, 6.4rem); }
h2 { font-size: clamp(2.25rem, 4.3vw, 4.2rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1.1em; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: clamp(76px, 9vw, 124px); }
.section--cream { background: var(--cream); }
.section--sage { background: var(--sage); }
.screen-reader-text, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 99999; left: 14px; top: 14px; transform: translateY(-180%); padding: 12px 16px; background: var(--paper); color: var(--green); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { position: relative; z-index: 100; min-height: 86px; background: var(--paper); border-bottom: 1px solid rgba(31, 74, 50, .12); }
.site-header--overlay { position: absolute; inset: 0 0 auto; color: white; background: transparent; border-bottom-color: rgba(255, 255, 255, .25); }
.admin-bar .site-header--overlay { top: 32px; }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.site-logo { display: inline-flex; align-items: center; flex: 0 0 auto; margin-right: auto; border-radius: 12px; }
.site-logo img { width: 230px; height: auto; }
.site-header--overlay .site-logo { background: rgba(255, 253, 248, .96); padding: 6px 10px; box-shadow: 0 8px 30px rgba(0, 0, 0, .08); }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); list-style: none; padding: 0; margin: 0; }
.primary-nav a { display: block; padding: 12px 0; color: var(--green); font-size: .9rem; font-weight: 750; text-decoration: none; }
.site-header--overlay .primary-nav a { color: white; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--berry); }
.header-call { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; border-radius: 999px; background: var(--green); color: white; text-decoration: none; font-weight: 800; white-space: nowrap; }
.site-header--overlay .header-call { background: var(--cream); color: var(--green); }
.header-call:hover { background: var(--berry); color: white; }
.header-call svg { width: 18px; height: 18px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 9px; background: var(--green); color: white; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

/* Buttons and text accents */
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.button-row--center { justify-content: center; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--green); color: white; }
.button--primary:hover { background: var(--berry); color: white; }
.button--cream { background: var(--cream); color: var(--green); }
.button--cream:hover { background: white; color: var(--berry); }
.button--ghost { border-color: rgba(255, 255, 255, .6); color: white; background: rgba(255, 255, 255, .06); }
.button--ghost:hover { color: white; border-color: white; background: rgba(255, 255, 255, .14); }
.button--outline { border-color: var(--green); color: var(--green); background: transparent; }
.eyebrow { margin: 0 0 14px; color: var(--berry); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #e4eedf; }
.lead { color: var(--green-dark); font-size: clamp(1.13rem, 2vw, 1.35rem); line-height: 1.55; }
.text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 12px; color: var(--green); font-weight: 850; text-decoration: none; }
.text-link:hover { color: var(--berry); }
.microcopy { color: inherit; font-size: .8rem; opacity: .72; }

/* Home hero */
.home-hero { min-height: min(860px, 94vh); position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.home-hero__image, .home-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero__image { object-fit: cover; }
.home-hero__shade { background: linear-gradient(90deg, rgba(9, 30, 19, .91) 0%, rgba(9, 30, 19, .63) 43%, rgba(9, 30, 19, .12) 80%); }
.home-hero__content { position: relative; z-index: 1; padding-top: 86px; }
.home-hero h1 { max-width: 800px; margin: 0; color: white; font-size: clamp(4rem, 8.1vw, 7rem); line-height: .86; letter-spacing: -.06em; }
.home-hero__claim { margin: 24px 0 14px; font-size: clamp(1.25rem, 2.2vw, 1.75rem); font-weight: 850; }
.home-hero__copy { max-width: 670px; color: rgba(255, 255, 255, .88); font-size: 1.1rem; line-height: 1.7; }
.trust-strip { background: var(--green); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 110px; display: grid; align-content: center; padding: 20px 28px; border-left: 1px solid rgba(255, 255, 255, .15); }
.trust-grid > div:last-child { border-right: 1px solid rgba(255, 255, 255, .15); }
.trust-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; }
.trust-grid span { margin-top: 2px; color: rgba(255, 255, 255, .68); font-size: .82rem; }

/* Shared layouts */
.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(48px, 8vw, 105px); align-items: center; }
.split__copy { max-width: 610px; }
.split__copy h2 { margin-bottom: 26px; }
.image-frame { position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: var(--sage); }
.image-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-frame--tall img { aspect-ratio: .9 / 1; }
.year-badge { position: absolute; right: 24px; bottom: 24px; display: grid; padding: 15px 20px; border-radius: 14px; background: var(--cream); color: var(--green); box-shadow: 0 12px 36px rgba(0, 0, 0, .15); font-size: .75rem; font-weight: 800; }
.year-badge strong { font-family: Georgia, serif; font-size: 2.1rem; line-height: 1; }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--split { display: grid; grid-template-columns: 1fr .85fr; gap: 8vw; align-items: end; }
.section-heading--split > p { max-width: 520px; margin-bottom: 5px; color: var(--muted); font-size: 1.08rem; }
.section-heading--center { max-width: 790px; margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { color: var(--muted); font-size: 1.05rem; }
.columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.special-order { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; margin: -18px 0 34px; padding: 22px 24px; border-left: 4px solid var(--berry); border-radius: 0 12px 12px 0; background: white; box-shadow: 0 8px 24px rgba(31, 74, 50, .07); }
.special-order p { margin: 0; color: var(--muted); }
.special-order strong { color: var(--green-dark); }
.special-order .text-link { margin: 0; white-space: nowrap; }
.difference-head { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 7vw, 90px); align-items: end; margin-bottom: 34px; }
.difference-head h2 { margin-bottom: 0; }
.difference-head > p { margin-bottom: 4px; color: var(--muted); font-size: 1.06rem; }
.difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.difference-grid article { min-width: 0; padding: clamp(24px, 3vw, 34px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 24px rgba(31, 74, 50, .06); }
.difference-grid article > span { color: var(--berry); font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
.difference-grid h3 { margin: 15px 0 11px; }
.difference-grid p { margin: 0; color: var(--muted); }
.difference-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 20px 22px; border-radius: var(--radius); background: var(--sage); }
.difference-cta p { display: grid; margin: 0; }
.difference-cta p span { color: var(--muted); }
.difference-cta .button { flex: none; }
.assortment-heading { margin-top: clamp(72px, 9vw, 112px); }

/* Assortment cards */
.assortment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.image-card { position: relative; min-height: 370px; overflow: hidden; border-radius: var(--radius); color: white; box-shadow: 0 14px 40px rgba(31, 74, 50, .1); }
.image-card--wide { grid-column: span 2; min-height: 410px; }
.image-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.image-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(8, 29, 18, .82)); }
.image-card > span { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 25px; display: grid; color: white; }
.image-card strong { font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1.05; }
.image-card small { margin-top: 5px; color: rgba(255, 255, 255, .75); }
.image-card:hover { color: white; }
.image-card:hover > img { transform: scale(1.025); }
.season-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.season-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(31, 74, 50, .07); }
.season-card img { width: 100%; aspect-ratio: 1 / .78; object-fit: cover; }
.season-card > div { padding: 25px 22px 27px; }
.season-card > div > span, .benefit-grid article > span, .value-grid article > span { color: var(--berry); font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
.season-card h3 { margin: 5px 0 9px; }
.season-card p { margin: 0; color: var(--muted); font-size: .92rem; }

/* Office and pickup */
.office-feature { padding-block: clamp(80px, 9vw, 125px); background: var(--green); color: white; }
.office-feature__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.office-feature__image { overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(0, 0, 0, .22); }
.office-feature__image img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; }
.office-feature__copy h2 { color: white; }
.office-feature__copy .lead { color: white; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 25px 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #bad1ae; font-weight: 900; }
.tax-note { margin: 0 0 24px; padding: 15px 17px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 10px; background: rgba(255, 255, 255, .08); font-size: .88rem; line-height: 1.55; }
.tax-note strong { display: block; color: white; }
.tax-note--light { max-width: 820px; margin: 32px 0 0; border-color: var(--line); background: var(--sage); color: var(--green-dark); }
.tax-note--light strong { color: var(--green); }
.pickup-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 7vw, 90px); align-items: start; }
.pickup-copy { position: sticky; top: 32px; }
.pickup-image { overflow: hidden; margin-top: 28px; border-radius: var(--radius); box-shadow: var(--shadow); }
.pickup-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.notice { display: grid; gap: 3px; margin: 24px 0; padding: 16px 18px; border-left: 4px solid var(--berry); background: rgba(255, 253, 248, .72); border-radius: 0 10px 10px 0; }
.notice strong { color: var(--berry); font-size: .79rem; letter-spacing: .08em; text-transform: uppercase; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr .85fr; gap: 18px; align-items: stretch; }
.contact-card, .info-card { padding: clamp(24px, 3vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(31, 74, 50, .06); }
.contact-card--green { background: var(--green); border-color: var(--green); color: white; }
.contact-card h3, .contact-card--green a { color: inherit; }
.contact-card__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 1.4rem; }
.opening-hours { display: grid; gap: 5px; margin: 0; }
.opening-hours > div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding-block: 5px; border-bottom: 1px solid rgba(31, 74, 50, .09); }
.opening-hours dt { font-weight: 800; }
.opening-hours dd { margin: 0; text-align: right; font-size: .9rem; white-space: nowrap; }
.opening-hours--compact { gap: 2px; }
.opening-hours--compact > div { grid-template-columns: 78px 1fr; padding-block: 2px; border: 0; }
.opening-hours--compact dd { font-size: .78rem; }
.facts-card ul, .footer-list, .footer-links { padding: 0; margin: 0; list-style: none; }
.facts-card li { display: grid; gap: 2px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.facts-card span { color: var(--muted); font-size: .9rem; }
.closing-cta { padding-block: clamp(85px, 10vw, 135px); background: linear-gradient(135deg, var(--green-dark), var(--green)); color: white; text-align: center; }
.closing-cta h2 { max-width: 800px; margin: 0 auto 18px; color: white; }
.closing-cta > .shell > p:not(.eyebrow) { max-width: 680px; margin-inline: auto; color: rgba(255, 255, 255, .75); }

/* Inner page heroes */
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 34px; color: inherit; font-size: .82rem; opacity: .82; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.page-hero { min-height: 650px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.page-hero__image, .page-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero__image { object-fit: cover; }
.page-hero__shade { background: linear-gradient(90deg, rgba(12, 42, 27, .88), rgba(12, 42, 27, .38)); }
.page-hero__content { position: relative; z-index: 1; padding-block: 80px; }
.page-hero h1 { max-width: 850px; margin-bottom: 22px; color: white; }
.page-hero__content > p:last-child { max-width: 700px; color: rgba(255, 255, 255, .86); font-size: 1.14rem; }
.page-hero--outside .page-hero__image { object-position: center 56%; }
.simple-hero { padding-block: clamp(78px, 9vw, 120px); background: var(--cream); }
.simple-hero--small { padding-block: clamp(55px, 7vw, 86px); }
.simple-hero h1 { max-width: 920px; margin-bottom: 18px; }
.simple-hero > .shell > p:last-child { max-width: 700px; color: var(--muted); font-size: 1.12rem; }
.intro-text { max-width: 1050px; }
.intro-text h2 { max-width: 800px; }
.intro-text .columns { margin-top: 28px; color: var(--muted); font-size: 1.05rem; }
.product-story { padding-block: clamp(76px, 9vw, 120px); }
.product-story__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.product-story__grid--reverse > :first-child { order: 2; }
.product-story__grid .image-frame img { aspect-ratio: 1.08 / 1; }
.plain-checks { display: grid; gap: 9px; padding: 0; margin: 24px 0 0; list-style: none; }
.plain-checks li { position: relative; padding-left: 26px; }
.plain-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--leaf); font-weight: 900; }
.quality-band { padding-block: clamp(76px, 9vw, 120px); background: var(--green); color: white; }
.quality-band__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 100px); align-items: center; }
.quality-band h2 { color: white; }
.quality-band .image-frame { box-shadow: 0 25px 65px rgba(0, 0, 0, .25); }

/* Service page */
.service-hero { padding-block: clamp(65px, 8vw, 105px); background: var(--green); color: white; }
.service-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 100px); align-items: center; }
.service-hero h1 { color: white; }
.service-hero .lead { color: white; }
.service-hero__image { overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(0, 0, 0, .24); }
.service-hero__image img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; }
.benefit-grid, .value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.benefit-grid article, .value-grid article { min-height: 270px; padding: 30px 26px; background: white; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(31, 74, 50, .07); }
.benefit-grid h3, .value-grid h3 { margin: 16px 0 12px; }
.benefit-grid p, .value-grid p { color: var(--muted); }
.steps { max-width: 900px; display: grid; gap: 0; margin: 40px auto 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding-bottom: 42px; }
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 34px; top: 64px; bottom: 2px; width: 1px; background: var(--sage); }
.steps li > span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 800; }
.steps h3 { margin: 2px 0 8px; }
.steps p { color: var(--muted); }
.service-note { padding-block: clamp(70px, 8vw, 105px); background: var(--green-dark); color: white; }
.service-note__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; align-items: center; }
.service-note h2 { color: white; }
.service-note__grid > div:last-child { padding: 30px; border-radius: var(--radius); background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .15); }
.service-note strong { font-family: Georgia, serif; font-size: 1.4rem; }

/* Forms */
.form-card { max-width: 980px; margin-inline: auto; padding: clamp(26px, 5vw, 58px); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow); }
.form-card--compact { padding: clamp(24px, 4vw, 38px); }
.form-card__heading { max-width: 720px; margin-bottom: 32px; }
.form-card__heading h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.request-form label { display: grid; gap: 7px; color: var(--green-dark); font-size: .9rem; font-weight: 750; }
.request-form label > span { color: var(--berry); }
.request-form input:not([type="checkbox"]), .request-form select, .request-form textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid #bdc9c0; border-radius: 9px; background: white; color: var(--ink); outline: none; }
.request-form textarea { resize: vertical; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31, 74, 50, .12); }
.field-wide { grid-column: 1 / -1; }
.consent { grid-template-columns: 21px 1fr !important; gap: 10px !important; align-items: start; margin: 22px 0; font-size: .82rem !important; font-weight: 500 !important; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--green); }
.consent span { color: var(--muted) !important; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .76rem; }
.form-status { margin-bottom: 24px; padding: 14px 16px; border-radius: 9px; font-weight: 750; }
.form-status--success { background: #dfeede; color: #285133; }
.form-status--error { background: #f5dfdc; color: #7a302a; }

/* Contact and legal pages */
.contact-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 7vw, 90px); align-items: start; }
.contact-page-info, .contact-page-details { display: grid; gap: 20px; }
.big-contact { font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1; }
.compact-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.compact-facts > div { display: grid; gap: 4px; padding: 18px; border-radius: 12px; background: var(--cream); }
.compact-facts span { color: var(--muted); font-size: .82rem; }
.two-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.two-cta > div { padding: clamp(28px, 4vw, 45px); border-radius: var(--radius); background: var(--paper); }
.legal-page, .entry-content { max-width: 840px; padding-block: clamp(60px, 8vw, 100px); }
.legal-page h2 { margin: 2em 0 .55em; font-size: clamp(1.55rem, 3vw, 2.2rem); }
.legal-page li { margin-bottom: .5em; }
.legal-notice, .legal-disclaimer { padding: 20px 22px; border-left: 4px solid var(--berry); border-radius: 0 12px 12px 0; background: #f7e8e4; }
.legal-notice strong { color: #7a302a; }
.legal-notice p { margin: 5px 0 0; }
.legal-disclaimer { margin-top: 50px; background: var(--cream); border-left-color: var(--wood); font-size: .9rem; }
.timeline-section > h2 { max-width: 750px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 45px; }
.timeline > div { padding: 26px; border-top: 4px solid var(--leaf); background: var(--cream); border-radius: 4px 4px var(--radius) var(--radius); }
.timeline strong { font-family: Georgia, serif; font-size: 1.25rem; color: var(--green); }
.timeline p { margin: 10px 0 0; color: var(--muted); font-size: .9rem; }
.faq { max-width: 920px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; list-style: none; color: var(--green); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 750; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 19px; color: var(--berry); font: 600 1.6rem/1 ui-sans-serif, sans-serif; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 750px; padding: 0 40px 22px 0; color: var(--muted); }
.not-found { min-height: 72vh; display: grid; place-items: center; padding-block: 80px; text-align: center; }
.not-found__code { margin: 0; color: var(--sage); font: 800 clamp(7rem, 22vw, 16rem)/.8 Georgia, serif; }
.not-found h1 { max-width: 880px; margin-inline: auto; font-size: clamp(2.4rem, 5vw, 5rem); }

/* Footer */
.site-footer { padding: 75px 0 20px; background: #122c20; color: rgba(255, 255, 255, .76); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .95fr 1.35fr .75fr; gap: 48px; }
.footer-brand img { width: 220px; padding: 7px 9px; border-radius: 10px; background: var(--cream); }
.footer-brand > p:first-of-type { margin-top: 15px; color: white; font-weight: 700; }
.footer-address { margin-top: 26px; }
.site-footer h2 { margin-bottom: 20px; color: white; font: 800 .8rem/1 ui-sans-serif, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.site-footer a { color: white; text-decoration: none; }
.site-footer a:hover { color: #d9e8d4; }
.footer-list, .footer-links { display: grid; gap: 9px; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { display: flex; gap: 20px; }
.mobile-bar { display: none; }

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

@media (max-width: 1050px) {
  .site-logo img { width: 205px; }
  .primary-nav .menu { gap: 15px; }
  .primary-nav a { font-size: .82rem; }
  .header-call span { display: none; }
  .header-call { width: 44px; padding: 0; justify-content: center; }
  .season-grid, .benefit-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .facts-card { grid-column: span 2; }
  .facts-card ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .admin-bar .site-header--overlay { top: 46px; }
  .site-header, .header-inner { min-height: 74px; }
  .site-header--overlay { border-bottom: 0; }
  .menu-toggle { display: block; order: 2; }
  .site-header--overlay .menu-toggle { background: var(--cream); color: var(--green); }
  .header-call { order: 3; }
  .primary-nav { display: none; position: fixed; z-index: 99; inset: 74px 0 0; padding: 40px 28px; background: var(--paper); color: var(--green); }
  .admin-bar .primary-nav { top: 120px; }
  .primary-nav.is-open { display: block; }
  .primary-nav .menu { display: grid; gap: 0; }
  .primary-nav a, .site-header--overlay .primary-nav a { padding: 17px 4px; border-bottom: 1px solid var(--line); color: var(--green); font-family: Georgia, serif; font-size: 1.45rem; }
  .site-logo img { width: 194px; }
  .home-hero { min-height: 780px; }
  .home-hero__content { padding-top: 74px; }
  .home-hero__shade { background: linear-gradient(90deg, rgba(9, 30, 19, .91), rgba(9, 30, 19, .36)); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 1px solid rgba(255, 255, 255, .15); }
  .split, .office-feature__grid, .pickup-grid, .product-story__grid, .quality-band__grid, .service-hero__grid, .contact-page-grid { grid-template-columns: 1fr; }
  .split__media { order: 2; }
  .product-story__grid--reverse > :first-child { order: 0; }
  .pickup-copy { position: static; }
  .section-heading--split, .service-note__grid { grid-template-columns: 1fr; gap: 24px; }
  .difference-head { grid-template-columns: 1fr; gap: 18px; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-cta { align-items: flex-start; flex-direction: column; }
  .assortment-heading { margin-top: 72px; }
  .assortment-grid { grid-template-columns: 1fr; }
  .image-card--wide { grid-column: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .facts-card { grid-column: auto; }
  .facts-card ul { grid-template-columns: 1fr; }
  .columns { grid-template-columns: 1fr; gap: 4px; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .two-cta { grid-template-columns: 1fr; }
  .page-hero { min-height: 590px; }
  .service-hero__image { order: -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 65px; }
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding-block: 68px; }
  .special-order { grid-template-columns: 1fr; gap: 10px; margin-top: -8px; padding: 19px 18px; }
  .special-order .text-link { white-space: normal; }
  .difference-grid article { padding: 23px 20px; }
  .difference-cta { padding: 19px 18px; }
  .difference-cta .button { width: 100%; }
  .tax-note { padding: 14px 15px; }
  .site-logo img { width: 164px; }
  .site-header--overlay .site-logo { padding: 5px 7px; }
  .header-inner { gap: 9px; }
  .header-call, .menu-toggle { width: 42px; height: 42px; }
  .home-hero { min-height: 760px; }
  .home-hero h1 { font-size: clamp(3.65rem, 16vw, 5.4rem); }
  .home-hero__copy { font-size: 1rem; }
  .button-row .button { width: 100%; }
  .trust-grid { width: 100%; }
  .trust-grid > div { min-height: 95px; padding: 15px 14px; }
  .trust-grid strong { font-size: 1rem; }
  .image-card, .image-card--wide { min-height: 315px; }
  .season-grid, .benefit-grid, .value-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .value-grid article { min-height: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-card { border-radius: var(--radius); }
  .form-card .button { width: 100%; }
  .opening-hours > div { grid-template-columns: 82px 1fr; }
  .opening-hours dd { font-size: .82rem; }
  .compact-facts { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 54px 1fr; gap: 17px; }
  .steps li > span { width: 54px; height: 54px; }
  .steps li:not(:last-child)::after { left: 26px; top: 54px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { display: grid; }
  .mobile-bar { position: fixed; z-index: 1000; inset: auto 0 0; height: 65px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(31, 74, 50, .1); }
  .mobile-bar a { display: grid; place-items: center; align-content: center; gap: 2px; color: var(--green); font-size: .7rem; font-weight: 800; text-decoration: none; }
  .mobile-bar svg { width: 22px; height: 22px; }
  .not-found { min-height: 65vh; }
}

/* Tight-screen safeguards: keep type, controls and long contact data in their own space. */
@media (max-width: 560px) {
  body { overflow-x: hidden; }
  .shell { width: min(calc(100% - 32px), 1180px); }
  .header-inner { gap: 8px; }
  .site-logo { min-width: 0; }
  .site-logo img { width: min(154px, 43vw); }
  .header-call, .menu-toggle { flex: 0 0 42px; }
  .home-hero { min-height: 760px; align-items: start; }
  .home-hero__content { padding-block: 132px 58px; }
  .home-hero h1 { max-width: 100%; font-size: clamp(3.2rem, 15vw, 4.6rem); line-height: .91; letter-spacing: -.045em; }
  .home-hero__copy { max-width: 100%; font-size: .98rem; line-height: 1.62; }
  .button-row { gap: 10px; margin-top: 22px; }
  .button-row .button { min-height: 50px; padding-inline: 16px; }
  .section { padding-block: 64px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .closing-cta h2 { font-size: clamp(2.1rem, 10.5vw, 3.15rem); line-height: 1; }
  .image-card > span { left: 20px; right: 20px; bottom: 20px; }
  .season-card > div { padding: 21px 18px 23px; }
  .split > *, .office-feature__grid > *, .pickup-grid > *, .product-story__grid > *, .quality-band__grid > *, .service-hero__grid > *, .contact-page-grid > *, .form-grid > *, .contact-grid > * { min-width: 0; }
  .form-card { padding: 24px 18px; border-radius: 17px; }
  .contact-card { padding: 23px 18px; }
  .contact-card a, .legal-page a, .entry-content a { overflow-wrap: anywhere; }
  .opening-hours dd { white-space: normal; line-height: 1.35; }
  .closing-cta { padding-block: 72px; }
}

@media (max-width: 360px) {
  .shell { width: min(calc(100% - 24px), 1180px); }
  .site-logo img { width: 138px; }
  .header-inner { gap: 6px; }
  .home-hero__content { padding-top: 124px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: auto; padding-block: 17px; border-right: 1px solid rgba(255, 255, 255, .15); }
}

/* Authentic brand refresh: official logo, grounded colours and robust spacing. */
:root {
  --green: #00542f;
  --green-dark: #003b22;
  --leaf: #2f7048;
  --sage: #e3ecd9;
  --cream: #fbf3df;
  --paper: #fffdf7;
  --wood: #7b431d;
  --berry: #d51f2b;
  --sun: #f2c51b;
  --ink: #1d3428;
  --muted: #5f6d65;
  --line: #d7dfd5;
  --shadow: 0 16px 42px rgba(37, 57, 43, .11);
  --radius: 12px;
  --radius-lg: 14px;
}
h1, h2, h3 { font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; font-weight: 800; letter-spacing: -.045em; }
h1 { font-size: clamp(3.5rem, 7vw, 6.25rem); }
h2 { font-size: clamp(2.25rem, 4.25vw, 4rem); }
.site-header { position: sticky; top: 0; z-index: 100; min-height: 84px; background: rgba(255, 253, 247, .97); color: var(--green); border-bottom: 1px solid rgba(0, 84, 47, .12); box-shadow: 0 7px 24px rgba(31, 52, 39, .07); backdrop-filter: blur(12px); }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 84px; gap: 24px; }
.site-logo img { width: clamp(180px, 19vw, 238px); max-height: 72px; object-fit: contain; }
.primary-nav a { color: var(--green); }
.header-call, .menu-toggle { background: var(--green); color: white; }
.home-hero { min-height: 720px; }
.home-hero__shade { background: linear-gradient(90deg, rgba(16, 31, 22, .9) 0%, rgba(16, 31, 22, .7) 43%, rgba(16, 31, 22, .13) 80%); }
.home-hero__content { padding-block: clamp(84px, 9vw, 118px); }
.home-hero h1 { max-width: 790px; font-size: clamp(3.5rem, 7vw, 6.25rem); line-height: .94; letter-spacing: -.055em; }
.home-hero__claim { margin-top: 22px; }
.eyebrow:not(.eyebrow--light)::before { content: ""; display: inline-block; width: 28px; height: 4px; margin: 0 9px 2px 0; border-radius: 999px; background: linear-gradient(90deg, var(--berry) 0 55%, var(--sun) 55%); }
.image-frame--tall img { aspect-ratio: 4 / 3; }
.trust-grid strong, .image-card strong, .year-badge strong, .steps li > span, .service-note strong, .big-contact { font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.footer-brand img { width: 154px; padding: 0; background: transparent; }

@media (max-width: 820px) {
  .admin-bar .site-header { top: 46px; }
  .site-header, .header-inner { min-height: 74px; }
  .primary-nav { inset: 74px 0 0; }
  .home-hero { min-height: 700px; }
  .home-hero__content { padding-block: 82px; }
  .home-hero__shade { background: linear-gradient(90deg, rgba(16, 31, 22, .9), rgba(16, 31, 22, .52)); }
}

@media (max-width: 560px) {
  .site-header, .header-inner { min-height: 72px; }
  .site-logo img { width: min(158px, 43vw); max-height: 62px; }
  .primary-nav { inset: 72px 0 0; }
  .home-hero { min-height: 720px; align-items: center; }
  .home-hero__content { padding-block: 70px; }
  .home-hero h1 { font-size: clamp(2.85rem, 13.2vw, 4rem); line-height: .97; }
  .home-hero__claim { font-size: 1.1rem; line-height: 1.35; }
  .home-hero__copy { line-height: 1.55; }
}

@media (max-width: 360px) {
  .site-logo img { width: 132px; }
  .home-hero h1 { font-size: 2.7rem; }
  .home-hero__content { padding-block: 62px; }
  .home-hero { min-height: 730px; }
}
