:root {
    --forest: #075d36;
    --forest-deep: #033b22;
    --honey: #ffb800;
    --honey-dark: #b85d00;
    --cream: #f2f4f3;
    --paper: #ffffff;
    --ink: #101713;
    --muted: #4d5c53;
    --line: #d7ded9;
    --error: #9f2f24;
    --success: #08783f;
    --shadow: 0 18px 50px rgba(25, 34, 27, .11);
    --radius: 18px;
    --header-height: 88px;
    --font-sans: Arial, Helvetica, sans-serif;
}

/* Legal documents */
.legal-page {
    min-height: 70svh;
    padding: clamp(64px, 8vw, 118px) 24px clamp(80px, 10vw, 140px);
    background: var(--paper);
}

.legal-heading,
.legal-layout,
.legal-contact {
    width: min(100%, 1120px);
    margin-inline: auto;
}

.legal-heading {
    padding-bottom: clamp(38px, 6vw, 72px);
    border-bottom: 1px solid var(--line);
}

.legal-heading h1 {
    max-width: 920px;
    margin: 10px 0 20px;
    font-family: var(--font-sans);
    font-size: clamp(45px, 7vw, 82px);
    font-weight: 650;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.legal-heading > p:not(.section-kicker) {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.legal-heading time {
    display: block;
    margin-top: 18px;
    color: var(--forest);
    font-size: 14px;
    font-weight: 800;
}

.legal-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 780px);
    justify-content: space-between;
    gap: clamp(46px, 8vw, 110px);
    padding-block: clamp(48px, 7vw, 84px);
}

.legal-navigation {
    align-self: start;
    position: sticky;
    top: 112px;
    display: grid;
    gap: 0;
}

.legal-navigation strong {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.legal-navigation a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-weight: 750;
    text-decoration: none;
    transition: color .16s ease, padding-left .16s ease;
}

.legal-navigation a:hover,
.legal-navigation a:focus-visible,
.legal-navigation a[aria-current="page"] {
    padding-left: 8px;
    color: var(--forest);
}

.legal-document {
    min-width: 0;
    color: #303731;
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.82;
    overflow-wrap: anywhere;
}

.legal-document h2:first-child,
.legal-document h3:first-child,
.legal-document > p:first-child {
    margin-top: 0;
}

.legal-document a,
.legal-empty a {
    color: var(--forest);
    font-weight: 800;
}

.legal-empty {
    padding: 6px 0 6px 26px;
    border-left: 5px solid var(--honey);
}

.legal-empty h2 {
    margin: 0 0 12px;
    font-size: clamp(27px, 3vw, 38px);
}

.legal-empty p {
    max-width: 650px;
}

.legal-empty a {
    display: inline-block;
    margin: 8px 24px 0 0;
}

.legal-contact {
    padding-top: 34px;
    border-top: 1px solid var(--line);
}

.legal-contact strong {
    font-size: 19px;
}

.legal-contact p {
    max-width: 700px;
    margin: 7px 0 0;
    color: var(--muted);
}

@media (max-width: 760px) {
    .legal-page {
        padding-inline: 20px;
    }

    .legal-layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .legal-navigation {
        position: static;
    }
}

* {
    box-sizing: border-box;
}

html {
    font-family: var(--font-sans);
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea,
dialog {
    font: inherit;
}

input::file-selector-button {
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration-thickness: .08em;
    text-underline-offset: .18em;
}

button,
input,
select,
textarea {
    border-radius: 8px;
}

button,
select,
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid #1866d6;
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 999;
    transform: translateY(-180%);
    padding: 12px 18px;
    background: white;
    color: black;
    border-radius: 8px;
}

.skip-link:focus {
    transform: translateY(0);
}

.admin-preview-bar {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 8px clamp(18px, 4vw, 68px);
    background: var(--forest-deep);
    color: white;
    font-size: 14px;
}

.admin-preview-bar > div,
.admin-preview-bar form {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
}

.admin-preview-bar a,
.admin-preview-bar button {
    color: white;
    font-weight: 800;
}

.admin-preview-bar button {
    padding: 5px 0;
    border: 0;
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    min-height: var(--header-height);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 34px;
    padding: 8px clamp(18px, 4vw, 68px);
    background: rgba(255, 253, 248, .95);
    border-bottom: 1px solid rgba(23, 59, 43, .12);
    backdrop-filter: blur(14px);
}

.brand {
    display: block;
    width: 76px;
    height: 70px;
    overflow: hidden;
}

.brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.6vw, 42px);
}

.primary-nav a {
    position: relative;
    text-decoration: none;
    font-weight: 650;
    font-size: 16px;
}

.primary-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    background: var(--honey-dark);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.language-switch {
    display: flex;
    gap: 6px;
    font-size: 14px;
    font-weight: 750;
}

.language-switch a {
    min-width: 32px;
    min-height: 44px;
    display: inline-grid;
    place-items: center;
    padding-inline: 6px;
    border-radius: 6px;
    text-decoration: none;
    color: var(--muted);
}

.language-switch a[aria-current="page"] {
    color: var(--ink);
}

.cart-link {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    text-decoration: none;
    font-weight: 750;
}

.cart-count {
    min-width: 28px;
    min-height: 28px;
    display: inline-grid;
    place-items: center;
    padding: 2px 7px;
    border-radius: 999px;
    background: var(--honey);
    color: var(--forest-deep);
    font-size: 14px;
}

.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    background: white;
    color: var(--ink);
    font-weight: 700;
}

.global-message {
    position: relative;
    z-index: 10;
    padding: 14px 5vw;
    text-align: center;
    color: white;
    background: var(--success);
}

.global-message.is-error {
    background: var(--error);
}

.hero {
    position: relative;
    min-height: calc(100svh - var(--header-height));
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
    isolation: isolate;
}

.hero-media,
.hero-shade {
    position: absolute;
    inset: 0;
}

.hero-media {
    z-index: -2;
    background-image: url("../images/hero-apiary.webp");
    background-position: center;
    background-size: cover;
    transform: scale(1.03);
    animation: hero-settle 1.4s cubic-bezier(.2, .8, .2, 1) forwards;
}

.hero-shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8, 30, 20, .91) 0%, rgba(8, 30, 20, .68) 36%, rgba(8, 30, 20, .1) 72%),
        linear-gradient(0deg, rgba(8, 30, 20, .48), transparent 45%);
}

.hero-content {
    width: min(670px, 88vw);
    margin-left: clamp(24px, 8vw, 136px);
    padding: 70px 0 100px;
    animation: hero-copy .55s both cubic-bezier(.2, .8, .2, 1);
}

.hero-brand {
    margin: 0 0 22px;
    color: #ffd76d;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero h1,
.page-intro h1,
.story-copy h2,
.visit-section h2,
.confirmation-page h1 {
    font-family: var(--font-sans);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.02;
}

.hero h1 {
    max-width: 650px;
    margin: 0 0 24px;
    font-size: clamp(52px, 7.4vw, 106px);
}

.hero-content > p:not(.hero-brand) {
    max-width: 580px;
    margin: 0 0 36px;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(19px, 2vw, 24px);
}

.hero-note {
    position: absolute;
    right: clamp(24px, 4vw, 70px);
    bottom: 28px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button:disabled {
    cursor: not-allowed;
    opacity: .5;
    transform: none;
}

.button-light {
    background: white;
    color: var(--forest-deep);
}

.button-primary {
    background: var(--honey);
    color: var(--forest-deep);
}

.button-primary:hover {
    background: #f0ba36;
}

.button-dark {
    background: var(--forest);
    color: white;
}

.button-secondary {
    border-color: var(--forest);
    background: transparent;
    color: var(--forest);
}

.button-wide {
    width: 100%;
}

.intro-band {
    min-height: 90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    background: var(--forest);
    color: white;
}

.intro-band p {
    margin: 0;
    padding: 14px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: .035em;
}

.intro-band p + p {
    border-left: 1px solid rgba(255, 255, 255, .24);
}

.section {
    width: min(1320px, calc(100% - 48px));
    margin-inline: auto;
    padding-block: clamp(74px, 9vw, 136px);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.eyebrow,
.admin-eyebrow {
    margin: 0 0 10px;
    color: var(--honey-dark);
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.section-heading h2,
.cart-summary h2,
.checkout-summary h2 {
    margin: 0;
    font-family: var(--font-sans);
    font-size: clamp(38px, 5vw, 70px);
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.05;
}

.text-link,
.back-link {
    color: var(--forest);
    font-weight: 800;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 44px);
}

.product-card {
    min-width: 0;
}

.product-image {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--cream);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.product-card:hover .product-image img {
    transform: scale(1.035);
}

.product-info {
    padding: 24px 4px 0;
}

.product-info h2 {
    margin: 0 0 8px;
    font-family: var(--font-sans);
    font-size: clamp(28px, 2.5vw, 39px);
    font-weight: 500;
    letter-spacing: -.025em;
}

.product-info h2 a {
    color: inherit;
    text-decoration: none;
}

.product-info h2 a:hover,
.product-info h2 a:focus-visible {
    color: var(--forest);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.product-page-link {
    display: inline-flex;
    margin-top: 14px;
    color: var(--forest);
    font-size: 15px;
    font-weight: 800;
}

.product-info p:not(.eyebrow) {
    min-height: 58px;
    margin: 0;
    color: var(--muted);
}

.product-buy-form {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.product-buy-form > label,
.search-field,
.field-grid label,
.conditional-fields label {
    display: grid;
    gap: 8px;
    font-weight: 720;
}

.product-buy-form label > span,
.search-field span,
.field-grid label > span,
.conditional-fields label > span {
    font-size: 15px;
}

select,
input:not([type="radio"]):not([type="checkbox"]),
textarea {
    width: 100%;
    min-height: 52px;
    padding: 11px 13px;
    border: 1px solid #aaa99f;
    background: white;
    color: var(--ink);
}

select:hover,
input:hover,
textarea:hover {
    border-color: var(--forest);
}

.buy-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

.buy-row > div {
    display: grid;
}

.product-price {
    font-size: 24px;
}

.buy-row small {
    color: var(--success);
    font-size: 13px;
}

.story-section {
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(380px, 1.15fr);
    align-items: center;
    gap: 8vw;
    padding: clamp(70px, 10vw, 150px) max(24px, 8vw);
    overflow: hidden;
    background: var(--cream);
}

.story-number {
    color: #8f6200;
    font-family: var(--font-sans);
    font-size: clamp(120px, 19vw, 300px);
    line-height: .8;
    transform: rotate(-7deg);
}

.story-copy h2 {
    max-width: 760px;
    margin: 0 0 28px;
    font-size: clamp(44px, 6vw, 88px);
}

.story-copy > p:last-child {
    max-width: 700px;
    margin: 0;
    color: var(--muted);
    font-size: 20px;
}

.visit-section {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: clamp(60px, 8vw, 120px) max(24px, 8vw);
    background: var(--honey);
}

.visit-section h2 {
    margin: 0 0 12px;
    font-size: clamp(48px, 7vw, 96px);
}

.visit-section p:not(.eyebrow) {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.page-intro {
    padding: clamp(80px, 10vw, 150px) max(24px, 8vw) clamp(50px, 7vw, 100px);
    background: var(--cream);
}

.page-intro-small {
    padding-block: 70px 56px;
}

.page-intro h1 {
    max-width: 970px;
    margin: 0 0 24px;
    font-size: clamp(56px, 8vw, 112px);
}

.page-intro-small h1 {
    font-size: clamp(48px, 6vw, 84px);
}

.page-intro > p:last-child {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    font-size: 21px;
}

.shop-section {
    padding-top: clamp(48px, 6vw, 82px);
}

.shop-tools {
    display: grid;
    gap: 24px;
    margin-bottom: clamp(48px, 6vw, 76px);
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid var(--line);
    border-left: 6px solid var(--honey);
    border-radius: var(--radius);
    background: var(--cream);
}

.shop-tools-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.shop-tools-heading h2 {
    margin: 0 0 4px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.1;
}

.shop-tools-heading p {
    margin: 0;
    color: var(--muted);
}

.product-count {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--forest);
    color: white !important;
    font-size: 14px;
    font-weight: 800;
}

.shop-tools-status {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.shop-filter-grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.5fr) repeat(3, minmax(165px, 1fr)) minmax(180px, 1fr);
    gap: 16px;
    align-items: end;
}

.search-field,
.shop-filter-field {
    min-width: 0;
    display: grid;
    gap: 8px;
    font-weight: 750;
}

.search-field span,
.shop-filter-field span {
    font-size: 14px;
}

.filter-reset {
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid var(--forest);
    background: white;
    color: var(--forest);
    font-size: 15px;
    font-weight: 800;
}

.filter-reset:hover:not(:disabled) {
    background: var(--forest);
    color: white;
}

.filter-reset:disabled {
    cursor: default;
    opacity: .45;
}

.empty-search,
.empty-state {
    margin: 0;
    padding: 60px 0;
    text-align: center;
}

.empty-search {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-weight: 700;
}

.empty-state h2 {
    margin: 0 0 10px;
    font-family: var(--font-sans);
    font-size: 44px;
}

.cart-page,
.checkout-page {
    padding-top: 60px;
}

.cart-layout,
.checkout-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
    gap: clamp(40px, 6vw, 90px);
    align-items: start;
}

.cart-items {
    border-top: 1px solid var(--line);
}

.cart-item {
    display: grid;
    grid-template-columns: 110px minmax(160px, 1fr) minmax(170px, .55fr) minmax(110px, auto);
    align-items: center;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
}

.cart-item > img {
    width: 110px;
    height: 110px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}

.cart-item h2 {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 28px;
    font-weight: 500;
}

.cart-item p {
    margin: 2px 0;
    color: var(--muted);
}

.quantity-form {
    display: flex;
    align-items: end;
    gap: 8px;
}

.quantity-form label {
    display: grid;
    gap: 4px;
    width: 82px;
}

.quantity-form label span {
    font-size: 13px;
}

.quantity-form input {
    min-height: 46px !important;
}

.quantity-form .button {
    min-height: 46px;
    padding-inline: 14px;
    font-size: 15px;
}

.cart-item-end {
    display: grid;
    justify-items: end;
    gap: 10px;
}

.text-button {
    padding: 4px;
    border: 0;
    background: transparent;
    color: var(--error);
    text-decoration: underline;
}

.cart-summary,
.checkout-summary {
    position: sticky;
    top: calc(var(--header-height) + 26px);
    padding: 30px;
    border-radius: var(--radius);
    background: var(--cream);
}

.cart-summary h2,
.checkout-summary h2 {
    margin-bottom: 26px;
    font-size: 36px;
}

.summary-line,
.summary-total,
.checkout-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}

.summary-help,
.secure-note {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.weight-warning,
.split-confirmation,
.confirmation-note {
    margin: 24px 0;
    padding: 18px;
    border-left: 4px solid var(--honey-dark);
    background: #fff8df;
}

.transfer-details {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
}

.transfer-details div {
    display: grid;
    grid-template-columns: minmax(110px, .45fr) 1fr;
    gap: 14px;
}

.transfer-details dt,
.transfer-details dd {
    margin: 0;
}

.transfer-details dt {
    color: var(--muted);
}

.transfer-details dd {
    font-weight: 750;
    overflow-wrap: anywhere;
}

.weight-warning p,
.split-confirmation p {
    margin: 6px 0 0;
}

.cart-summary .button {
    margin-top: 24px;
}

.checkout-summary .button {
    margin-top: 22px;
}

.back-link {
    display: block;
    margin-top: 18px;
    text-align: center;
}

.checkout-main {
    display: grid;
    gap: 28px;
}

.form-errors {
    margin-bottom: 32px;
    padding: 22px 26px;
    border: 2px solid var(--error);
    border-radius: 10px;
    background: #fff4f1;
}

.form-errors h2 {
    margin: 0;
    font-size: 22px;
}

.form-errors ul {
    margin-bottom: 0;
}

.form-section {
    margin: 0;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.form-section legend {
    padding: 0 10px;
    font-family: var(--font-sans);
    font-size: 30px;
    font-weight: 800;
}

.section-hint {
    margin-top: 0;
    color: var(--muted);
}

.field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.field-wide {
    grid-column: 1 / -1;
}

.choice-list {
    display: grid;
    gap: 10px;
}

.choice-row,
.check-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 10px;
    cursor: pointer;
}

.choice-row:has(input:checked) {
    border-color: var(--forest);
    background: #f1f7f3;
}

.choice-row:has(input:disabled) {
    opacity: .58;
    cursor: not-allowed;
}

.choice-row input,
.check-row input {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    margin-top: 2px;
    accent-color: var(--forest);
}

.choice-row span {
    display: grid;
}

.choice-row small {
    color: var(--muted);
}

.conditional-fields {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.pickup-point-field {
    display: grid;
    gap: 20px;
}

.pickup-point-field[hidden] {
    display: none;
}

.pickup-point-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pickup-point-heading > div {
    min-width: 0;
}

.pickup-point-heading strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.pickup-point-heading p {
    max-width: 600px;
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.pickup-point-open {
    flex: 0 0 auto;
    min-height: 50px;
}

.selected-pickup-point {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border: 2px solid var(--forest);
    border-radius: 12px;
    background: #f1f7f3;
}

.selected-pickup-point[hidden] {
    display: none;
}

.selected-pickup-point-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--forest);
    color: white;
    font-size: 22px;
    font-weight: 850;
}

.selected-pickup-point > div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.selected-pickup-point small {
    color: var(--muted);
    font-size: 13px;
    font-weight: 760;
}

.selected-pickup-point strong,
.selected-pickup-point span {
    overflow-wrap: anywhere;
}

.selected-pickup-point .text-button {
    margin: 0;
}

.pickup-point-modal {
    width: min(1180px, calc(100% - 32px));
    height: min(820px, calc(100svh - 32px));
    max-width: none;
    max-height: none;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: white;
    color: var(--ink);
    box-shadow: 0 30px 100px rgba(0, 0, 0, .38);
}

.pickup-point-modal::backdrop {
    background: rgba(0, 20, 11, .78);
    backdrop-filter: blur(4px);
}

.pickup-point-modal-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--line);
}

.pickup-point-modal-heading .eyebrow {
    margin: 0 0 4px;
}

.pickup-point-modal-heading h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.1;
}

.pickup-point-modal-close {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--forest);
    color: white;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.inpost-widget-host {
    height: calc(100% - 91px);
    min-height: 540px;
}

.inpost-widget-host inpost-geowidget {
    display: block;
    width: 100%;
    height: 100%;
}

.terms-row {
    background: var(--cream);
}

.checkout-privacy-note {
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.55;
}

.checkout-privacy-note a,
.terms-row a {
    color: var(--green);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.checkout-item {
    font-size: 15px;
}

.checkout-item span {
    max-width: 68%;
}

.summary-total {
    align-items: baseline;
    padding: 22px 0;
    border-bottom: 0;
    font-size: 22px;
}

.summary-total strong {
    font-size: 28px;
}

.confirmation-page {
    min-height: 70svh;
    display: grid;
    place-items: center;
    align-content: center;
    padding: 80px 24px;
    text-align: center;
}

.confirmation-mark {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 50%;
    background: var(--forest);
    color: white;
    font-size: 40px;
}

.confirmation-page h1 {
    max-width: 780px;
    margin: 0 0 24px;
    font-size: clamp(48px, 7vw, 88px);
}

.confirmation-note {
    max-width: 680px;
}

.site-footer {
    padding: 70px max(24px, 6vw) 24px;
    background: var(--forest-deep);
    color: white;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, minmax(150px, .8fr));
    gap: clamp(28px, 4vw, 60px);
    padding-bottom: 54px;
}

.footer-logo {
    width: 116px;
    height: 100px;
    object-fit: contain;
    filter: drop-shadow(0 4px 14px rgba(255, 255, 255, .08));
}

.footer-main > div:first-child p {
    margin: 16px 0 0;
}

.footer-main h2 {
    margin: 0 0 14px;
    font-size: 18px;
}

.footer-main address {
    margin: 0;
    font-style: normal;
}

.footer-main > div:not(:first-child) {
    display: grid;
    align-content: start;
    gap: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}

.toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 100;
    max-width: min(380px, calc(100vw - 44px));
    padding: 16px 20px;
    border-radius: 10px;
    background: var(--forest-deep);
    color: white;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity .2s ease, transform .2s ease;
}

.toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.toast.is-error {
    background: var(--error);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s ease, transform .65s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

h1,
h2,
h3,
.hero h1,
.page-intro h1,
.story-copy h2,
.visit-section h2,
.confirmation-page h1,
.section-heading h2,
.cart-summary h2,
.checkout-summary h2,
.product-info h2,
.story-number,
.news-copy h2,
.article-heading h1,
.article-lead {
    font-family: var(--font-sans);
    font-weight: 800;
}

.product-image-button {
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    color: white;
    text-align: left;
    cursor: zoom-in;
}

.product-image-button > span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 8px 11px;
    border-radius: 7px;
    background: rgba(3, 59, 34, .94);
    font-size: 13px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .2s ease, transform .2s ease;
}

.product-image-button:hover > span,
.product-image-button:focus-visible > span {
    opacity: 1;
    transform: translateY(0);
}

.latest-news-section {
    background: var(--forest);
    color: white;
}

.latest-news-inner .eyebrow,
.latest-news-inner .text-link {
    color: var(--honey);
}

.home-news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 54px);
}

.home-news-item {
    padding-top: 18px;
    border-top: 3px solid var(--honey);
}

.home-news-image {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: 20px;
    background: white;
}

.home-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.home-news-image:hover img {
    transform: scale(1.025);
}

.home-news-item time {
    color: var(--honey);
    font-size: 13px;
    font-weight: 800;
}

.home-news-item h3 {
    margin: 8px 0 10px;
    font-size: clamp(23px, 2.4vw, 34px);
    line-height: 1.12;
}

.home-news-item h3 a {
    text-decoration: none;
}

.home-news-item p {
    margin: 0;
    color: rgba(255, 255, 255, .8);
}

.product-modal {
    width: min(1120px, calc(100% - 32px));
    max-height: min(860px, calc(100svh - 32px));
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: white;
    color: var(--ink);
    box-shadow: 0 30px 100px rgba(0, 0, 0, .38);
}

.product-modal::backdrop {
    background: rgba(0, 20, 11, .78);
    backdrop-filter: blur(4px);
}

.product-modal-close {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: var(--forest-deep);
    color: white;
    font-size: 31px;
    line-height: 1;
    cursor: pointer;
}

.product-modal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    min-height: 620px;
}

.product-modal-gallery {
    min-width: 0;
    display: grid;
    align-content: center;
    gap: 16px;
    padding: clamp(18px, 3vw, 34px);
    background: #eef1ef;
}

.product-modal-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: white;
}

.product-modal-stage > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-modal-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(3, 59, 34, .92);
    color: white;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
    transform: translateY(-50%);
}

.product-modal-arrow.is-previous {
    left: 12px;
}

.product-modal-arrow.is-next {
    right: 12px;
}

.product-modal-gallery-footer {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.product-modal-thumbnails {
    min-width: 0;
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.product-modal-thumbnails button {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    padding: 3px;
    border: 2px solid transparent;
    background: white;
    cursor: pointer;
}

.product-modal-thumbnails button[aria-current="true"] {
    border-color: var(--forest);
}

.product-modal-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-modal-counter {
    flex: 0 0 auto;
    color: var(--forest-deep);
    font-size: 14px;
    font-weight: 800;
}

.product-modal-content {
    overflow-y: auto;
    padding: clamp(38px, 5vw, 72px);
}

.product-modal-copy h2 {
    margin: 0 0 24px;
    font-size: clamp(38px, 4.5vw, 64px);
    line-height: 1;
}

.rich-content h2,
.rich-content h3 {
    margin: 1.7em 0 .5em;
    font-size: 1.35em;
}

.rich-content p,
.rich-content ul,
.rich-content ol,
.rich-content blockquote {
    margin: 0 0 1.1em;
}

.rich-content blockquote {
    padding-left: 18px;
    border-left: 4px solid var(--honey);
}

.product-characteristics {
    margin: 32px 0 0;
    border-top: 1px solid var(--line);
}

.product-characteristics > div {
    display: grid;
    grid-template-columns: minmax(120px, .7fr) 1fr;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}

.product-characteristics dt {
    color: var(--muted);
    font-weight: 700;
}

.product-characteristics dd {
    margin: 0;
    font-weight: 800;
}

body.modal-open {
    overflow: hidden;
}

.product-breadcrumbs {
    width: min(1320px, calc(100% - 48px));
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 auto;
    padding: 34px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.product-breadcrumbs a {
    color: var(--forest);
    font-weight: 750;
}

.product-detail {
    width: min(1320px, calc(100% - 48px));
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: clamp(44px, 7vw, 108px);
    margin: 0 auto;
    padding: clamp(34px, 5vw, 72px) 0 clamp(76px, 8vw, 126px);
}

.product-detail-gallery {
    min-width: 0;
}

.product-detail-main-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: var(--radius);
    background: #eef1ef;
    cursor: zoom-in;
}

.product-detail-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-detail-main-image > span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--forest-deep);
    color: white;
    font-size: 14px;
    font-weight: 800;
}

.product-detail-thumbnails {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-top: 16px;
    padding-bottom: 4px;
}

.product-detail-thumbnails button {
    flex: 0 0 86px;
    width: 86px;
    height: 86px;
    padding: 4px;
    border: 2px solid var(--line);
    border-radius: 9px;
    background: white;
    cursor: zoom-in;
}

.product-detail-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-detail-summary {
    align-self: center;
}

.product-detail-summary h1 {
    margin: 0;
    font-size: clamp(46px, 6vw, 84px);
    line-height: .98;
    letter-spacing: -.045em;
}

.product-detail-lead {
    max-width: 590px;
    margin: 26px 0 0;
    color: var(--muted);
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.55;
}

.product-detail-buy-form {
    margin-top: 34px;
    padding: 28px;
    border: 2px solid var(--forest);
    border-radius: var(--radius);
    background: white;
}

.product-purchase-facts {
    display: grid;
    gap: 11px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
    color: var(--muted);
}

.product-purchase-facts li {
    position: relative;
    padding-left: 26px;
}

.product-purchase-facts li::before {
    position: absolute;
    left: 0;
    color: var(--forest);
    content: "✓";
    font-weight: 900;
}

.product-detail-content {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
    gap: clamp(44px, 8vw, 120px);
    padding: clamp(74px, 9vw, 130px) max(24px, calc((100vw - 1320px) / 2));
    background: var(--forest-deep);
    color: white;
}

.product-detail-description h2,
.product-detail-attributes h2 {
    margin: 0 0 28px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
}

.product-detail-description .eyebrow {
    color: var(--honey);
}

.product-detail-description p,
.product-detail-description li {
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
}

.product-detail-attributes {
    align-self: start;
    padding: clamp(26px, 4vw, 46px);
    border-top: 5px solid var(--honey);
    background: white;
    color: var(--ink);
}

.product-detail-attributes .product-characteristics {
    margin-top: 0;
}

.related-products-section {
    padding-top: clamp(76px, 9vw, 130px);
}

.news-intro {
    padding-bottom: 72px;
}

.news-list {
    display: grid;
    gap: 0;
    padding-top: 0;
    padding-bottom: 110px;
}

.news-row {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) minmax(320px, 1.18fr);
    gap: clamp(32px, 6vw, 88px);
    align-items: center;
    padding: 44px 0;
    border-top: 1px solid var(--line);
}

.news-row-featured {
    padding-top: 0;
    border-top: 0;
}

.news-image {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--cream);
    text-decoration: none;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .45s ease;
}

.news-image:hover img {
    transform: scale(1.025);
}

.news-date {
    margin: 0 0 12px;
    color: var(--honey-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.news-copy h2 {
    max-width: 760px;
    margin: 0 0 14px;
    font-family: var(--font-sans);
    font-size: clamp(32px, 4.2vw, 58px);
    font-weight: 500;
    line-height: 1.03;
}

.news-copy h2 a {
    text-decoration: none;
}

.news-copy > p:not(.news-date) {
    max-width: 660px;
    margin: 0 0 20px;
    color: var(--muted);
}

.article-page {
    background: var(--paper);
}

.article-hero {
    position: relative;
    min-height: min(76svh, 820px);
    display: grid;
    align-items: end;
    overflow: hidden;
    color: white;
}

.article-hero > img,
.article-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.article-hero > img {
    object-fit: cover;
}

.article-hero-shade {
    background: linear-gradient(0deg, rgba(7, 24, 17, .94), rgba(7, 24, 17, .06) 72%);
}

.article-heading {
    position: relative;
    z-index: 1;
    width: min(100% - 48px, 1100px);
    margin: 0 auto;
    padding: 130px 0 64px;
}

.article-heading h1 {
    max-width: 980px;
    margin: 10px 0 20px;
    color: white;
    font-family: var(--font-sans);
    font-size: clamp(50px, 8vw, 104px);
    font-weight: 500;
    line-height: .96;
}

.article-heading time {
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    font-weight: 700;
}

.article-content {
    width: min(100% - 48px, 840px);
    margin: 0 auto;
    padding: 72px 0 110px;
}

.article-lead {
    margin: 0 0 38px;
    color: var(--forest);
    font-family: var(--font-sans);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.3;
}

.article-body {
    color: #303731;
    font-size: 20px;
    line-height: 1.9;
}

.article-body > :first-child {
    margin-top: 0;
}

.article-body > :last-child {
    margin-bottom: 0;
}

.article-gallery {
    margin-top: 64px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.article-gallery > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.article-gallery > header p,
.article-gallery > header h2 {
    margin: 0;
}

.article-gallery > header p {
    color: var(--honey-dark);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.article-gallery > header h2 {
    margin-top: 5px;
    font-size: clamp(30px, 4vw, 46px);
}

.article-gallery > header > span {
    color: var(--muted);
    font-weight: 750;
}

.article-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.article-gallery-grid button {
    position: relative;
    min-height: 220px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #e9eeea;
    cursor: zoom-in;
}

.article-gallery-grid button:first-child:nth-last-child(odd) {
    grid-column: 1 / -1;
}

.article-gallery-grid img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .25s ease;
}

.article-gallery-grid button:hover img { transform: scale(1.025); }
.article-gallery-grid button > span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: white;
    color: var(--forest);
    font-size: 20px;
}

.article-lightbox {
    width: min(1180px, calc(100% - 28px));
    max-width: none;
    height: min(880px, calc(100svh - 28px));
    max-height: none;
    margin: auto;
    padding: 54px 18px 16px;
    border: 0;
    border-radius: 14px;
    background: #071811;
    color: white;
}

.article-lightbox::backdrop { background: rgba(0, 0, 0, .84); }
.article-lightbox-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: white;
    color: #071811;
    font-size: 28px;
    cursor: pointer;
}

.article-lightbox-stage {
    height: calc(100% - 84px);
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 10px;
}

.article-lightbox-stage img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
}

.article-lightbox-stage button {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%;
    background: transparent;
    color: white;
    font-size: 22px;
    cursor: pointer;
}

.article-lightbox footer {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.article-lightbox footer > div { display: flex; gap: 7px; overflow-x: auto; }
.article-lightbox footer button { padding: 0; border: 2px solid transparent; border-radius: 5px; background: transparent; }
.article-lightbox footer button[aria-current="true"] { border-color: var(--honey); }
.article-lightbox footer img { width: 48px; height: 48px; display: block; border-radius: 3px; object-fit: cover; }

.article-language-note {
    margin: 0 0 28px;
    padding: 13px 16px;
    border-left: 4px solid var(--honey);
    background: var(--cream);
    color: var(--forest);
    font-weight: 700;
}

.article-back {
    display: inline-flex;
    margin-top: 54px;
    font-weight: 800;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
.hero h1,
.page-intro h1,
.story-copy h2,
.visit-section h2,
.confirmation-page h1,
.section-heading h2,
.product-info h2,
.news-copy h2,
.article-heading h1,
.article-lead {
    font-family: var(--font-sans);
}

@keyframes hero-settle {
    to { transform: scale(1); }
}

@keyframes hero-copy {
    from { opacity: 0; transform: translateY(26px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
    .site-header {
        grid-template-columns: auto auto 1fr;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .primary-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 14px 24px 24px;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow);
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav a {
        min-height: 50px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid var(--line);
    }

    .primary-nav a::after {
        display: none;
    }

    .header-actions {
        justify-self: end;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-filter-search {
        grid-column: 1 / -1;
    }

    .cart-layout,
    .checkout-form {
        grid-template-columns: 1fr;
    }

    .cart-summary,
    .checkout-summary {
        position: static;
    }

    .product-detail,
    .product-detail-content {
        grid-template-columns: 1fr;
    }

    .product-detail-summary {
        align-self: auto;
    }
}

@media (max-width: 760px) {
    .product-breadcrumbs,
    .product-detail {
        width: min(100% - 32px, 1320px);
    }

    .product-breadcrumbs {
        padding-top: 24px;
    }

    .product-detail {
        gap: 34px;
        padding-top: 26px;
    }

    .product-detail-summary h1 {
        font-size: clamp(44px, 14vw, 68px);
    }

    .product-detail-buy-form {
        padding: 20px;
    }

    .product-detail-content {
        padding-inline: 20px;
    }

    .product-detail-attributes {
        padding: 24px 20px;
    }

    .pickup-point-heading {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .pickup-point-open {
        width: 100%;
    }

    .selected-pickup-point {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        padding: 16px;
    }

    .selected-pickup-point-mark {
        width: 38px;
        height: 38px;
    }

    .selected-pickup-point .text-button {
        grid-column: 2;
        justify-self: start;
    }

    .pickup-point-modal {
        width: 100%;
        height: 100svh;
        border-radius: 0;
    }

    .pickup-point-modal-heading {
        align-items: center;
        padding: 16px;
    }

    .pickup-point-modal-heading .eyebrow {
        display: none;
    }

    .inpost-widget-host {
        height: calc(100% - 77px);
        min-height: 0;
    }

    .home-news-list {
        grid-template-columns: 1fr;
    }

    .product-image-button > span {
        opacity: 1;
        transform: none;
    }

    .product-modal-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .product-modal-gallery {
        padding: 16px;
    }

    .product-modal-stage {
        width: min(100%, 42svh);
        justify-self: center;
    }

    .product-modal-content {
        padding: 30px 22px 38px;
    }

    :root {
        --header-height: 74px;
    }

    body {
        font-size: 17px;
    }

    .site-header {
        grid-template-columns: auto auto 1fr;
        gap: 10px;
        min-height: var(--header-height);
        padding: 7px 14px;
    }

    .brand {
        width: 58px;
        height: 58px;
    }

    .nav-toggle span,
    .cart-link > span,
    .language-switch span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .nav-toggle {
        min-width: 46px;
        padding-inline: 10px;
    }

    .header-actions {
        gap: 10px;
    }

    .language-switch {
        gap: 4px;
    }

    .cart-link {
        gap: 5px;
    }

    .hero {
        min-height: calc(100svh - var(--header-height));
        align-items: end;
    }

    .hero-media {
        background-position: 61% center;
    }

    .hero-shade {
        background: linear-gradient(0deg, rgba(8, 30, 20, .95) 0%, rgba(8, 30, 20, .72) 52%, rgba(8, 30, 20, .08) 100%);
    }

    .hero-content {
        width: auto;
        margin: 0;
        padding: 80px 22px 100px;
    }

    .hero h1 {
        font-size: clamp(48px, 15vw, 72px);
    }

    .hero-note {
        right: auto;
        bottom: 20px;
        left: 22px;
        font-size: 12px;
    }

    .intro-band {
        grid-template-columns: 1fr;
        padding: 12px 0;
    }

    .intro-band p {
        padding: 9px 20px;
    }

    .intro-band p + p {
        border-top: 1px solid rgba(255, 255, 255, .16);
        border-left: 0;
    }

    .section {
        width: min(100% - 32px, 1320px);
    }

    .section-heading,
    .visit-section {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-tools-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .shop-tools-status {
        width: 100%;
        justify-content: space-between;
    }

    .shop-filter-grid {
        grid-template-columns: 1fr;
    }

    .shop-filter-search {
        grid-column: auto;
    }

    .filter-reset {
        width: auto;
    }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .product-info p:not(.eyebrow) {
        min-height: 0;
    }

    .story-section {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 80px 22px;
    }

    .story-number {
        font-size: 36vw;
    }

    .visit-section {
        padding: 70px 22px;
    }

    .page-intro {
        padding: 70px 22px 50px;
    }

    .page-intro h1 {
        max-width: 100%;
        font-size: clamp(42px, 12.5vw, 60px);
        overflow-wrap: break-word;
    }

    .news-intro {
        padding-bottom: 56px;
    }

    .news-list {
        padding-bottom: 74px;
    }

    .news-row {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 36px 0;
    }

    .news-copy h2 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .article-hero {
        min-height: 70svh;
    }

    .article-heading {
        width: min(100% - 36px, 1100px);
        padding-bottom: 38px;
    }

    .article-heading h1 {
        font-size: clamp(44px, 13vw, 68px);
    }

    .article-content {
        width: min(100% - 36px, 840px);
        padding: 50px 0 78px;
    }

    .article-body {
        font-size: 18px;
        line-height: 1.75;
    }

    .article-gallery { margin-top: 44px; }
    .article-gallery-grid { grid-template-columns: 1fr; }
    .article-gallery-grid button:first-child:nth-last-child(odd) { grid-column: auto; }
    .article-lightbox { width: 100%; height: 100svh; border-radius: 0; }
    .article-lightbox-stage { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 4px; }
    .article-lightbox-stage button { width: 38px; height: 38px; }

    .cart-item {
        grid-template-columns: 86px 1fr;
        gap: 16px;
    }

    .cart-item > img {
        width: 86px;
        height: 86px;
    }

    .quantity-form,
    .cart-item-end {
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    .quantity-form {
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .cart-item-end {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cart-summary,
    .checkout-summary,
    .form-section {
        padding: 22px;
    }

    .field-grid {
        grid-template-columns: 1fr;
    }

    .field-wide {
        grid-column: auto;
    }

    .form-section legend {
        font-size: 26px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

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

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* Customer account */
.checkout-account-status {
    display: grid;
    gap: 4px;
    margin: 0 0 22px;
    padding: 16px 18px;
    border: 1px solid #8cc7a8;
    border-left: 5px solid var(--forest);
    border-radius: 10px;
    background: #eef8f2;
}

.checkout-account-status span,
.checkout-create-account small {
    color: var(--muted);
    line-height: 1.45;
}

.checkout-create-account {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.checkout-create-account .check-row span {
    display: grid;
    gap: 3px;
}

.checkout-account-passwords {
    margin-top: 18px;
}

.checkout-save-address {
    margin-top: 16px;
}

.account-link {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: 16px;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.account-link svg {
    flex: 0 0 auto;
}

.account-link:hover,
.account-link[aria-current="page"] {
    color: var(--forest);
}

.account-auth-intro,
.account-page-intro {
    border-bottom: 1px solid var(--line);
}

.account-auth-intro h1,
.account-page-intro h1 {
    max-width: 1100px;
    margin-bottom: 18px;
}

.account-auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 650px) minmax(320px, 1fr);
    gap: clamp(54px, 8vw, 128px);
    align-items: start;
    padding-top: clamp(54px, 7vw, 90px);
    padding-bottom: clamp(78px, 9vw, 130px);
}

.account-auth-layout-compact {
    grid-template-columns: minmax(0, 650px);
}

.account-auth-form {
    min-width: 0;
    padding-top: 26px;
    border-top: 5px solid var(--honey);
}

.account-form {
    display: grid;
    gap: 20px;
}

.account-form label:not(.account-check-row) {
    display: grid;
    gap: 8px;
    color: var(--ink);
    font-weight: 750;
}

.account-form label > span {
    font-size: 15px;
}

.account-form label > small {
    color: var(--muted);
    font-size: 14px;
    font-weight: 500;
}

.account-form input:not([type="checkbox"]) {
    min-height: 58px;
    padding-inline: 16px;
    font-size: 18px;
}

.account-form .button {
    min-height: 58px;
    margin-top: 4px;
}

.account-legal-note {
    margin: -4px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.account-legal-note a {
    color: var(--forest);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.account-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.account-help-link,
.account-switch-link {
    display: inline-block;
    margin: 22px 0 0;
    color: var(--forest);
    font-weight: 750;
}

.account-switch-link a {
    font-weight: 850;
}

.account-form-errors {
    margin-bottom: 26px;
}

.account-auth-aside {
    min-height: 430px;
    padding: clamp(34px, 5vw, 66px);
    background: var(--forest-deep);
    color: white;
}

.account-auth-aside .eyebrow {
    color: var(--honey);
}

.account-auth-aside h2 {
    max-width: 670px;
    margin: 12px 0 20px;
    color: white;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.05;
}

.account-auth-aside > p:not(.eyebrow) {
    max-width: 590px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .82);
}

.account-benefits {
    display: grid;
    gap: 15px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.account-benefits li {
    position: relative;
    padding-left: 30px;
}

.account-benefits li::before {
    position: absolute;
    left: 0;
    color: var(--honey);
    content: "✓";
    font-weight: 900;
}

.account-page {
    padding-top: 0;
    padding-bottom: clamp(78px, 9vw, 130px);
}

.account-navigation {
    min-height: 76px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: clamp(46px, 6vw, 78px);
    border-bottom: 1px solid var(--line);
}

.account-navigation-links {
    min-width: 0;
    display: flex;
    align-items: stretch;
    gap: clamp(24px, 4vw, 54px);
}

.account-navigation a,
.account-navigation button {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.account-navigation a::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 4px;
    background: var(--honey);
    content: "";
    transform: scaleX(0);
    transition: transform .2s ease;
}

.account-navigation a:hover,
.account-navigation a[aria-current="page"],
.account-navigation button:hover {
    color: var(--forest);
}

.account-navigation a:hover::after,
.account-navigation a[aria-current="page"]::after {
    transform: scaleX(1);
}

.account-navigation form {
    display: flex;
    margin: 0;
}

.account-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
    gap: clamp(44px, 7vw, 92px);
    align-items: start;
}

.account-section {
    min-width: 0;
}

.account-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.account-section-heading h2,
.account-quick-actions h2,
.account-order-facts h2 {
    margin: 0;
    font-size: clamp(30px, 3.5vw, 46px);
    line-height: 1.08;
}

.account-section-heading p:not(.eyebrow) {
    margin: 8px 0 0;
    color: var(--muted);
}

.account-order-list {
    border-top: 1px solid var(--line);
}

.account-order-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(180px, 1.5fr) minmax(150px, 1fr) minmax(100px, .55fr) auto 28px;
    gap: 22px;
    align-items: center;
    min-height: 118px;
    padding: 22px 10px 22px 0;
    border-bottom: 1px solid var(--line);
    color: inherit;
    text-decoration: none;
    transition: background-color .18s ease, padding-left .18s ease;
}

.account-order-row:hover {
    padding-left: 10px;
    background: var(--cream);
}

.account-order-row > div {
    display: grid;
    gap: 2px;
}

.account-order-row small,
.account-order-number time {
    color: var(--muted);
    font-size: 14px;
}

.account-order-number > strong {
    font-size: 20px;
}

.account-order-open {
    color: var(--forest);
    font-size: 26px;
    font-weight: 800;
    transition: transform .18s ease;
}

.account-order-row:hover .account-order-open {
    transform: translateX(4px);
}

.account-status {
    display: inline-flex;
    justify-self: start;
    padding: 7px 11px;
    border-radius: 999px;
    background: #e9efeb;
    color: var(--forest-deep);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    white-space: nowrap;
}

.account-status.status-cancelled {
    background: #f7e4e1;
    color: var(--error);
}

.account-status.status-completed,
.account-status.status-paid,
.account-status.status-shipped {
    background: #dff1e7;
    color: var(--success);
}

.account-empty-state {
    padding: clamp(40px, 6vw, 72px);
    border-top: 5px solid var(--honey);
    background: var(--cream);
}

.account-empty-state strong {
    display: block;
    font-size: clamp(24px, 3vw, 36px);
}

.account-empty-state p {
    margin: 8px 0 26px;
    color: var(--muted);
}

.account-empty-state-compact {
    padding: 30px;
}

.account-empty-state-compact strong {
    font-size: 23px;
}

.account-empty-state-compact p {
    margin-bottom: 0;
}

.account-quick-actions {
    padding: 30px;
    border-top: 5px solid var(--honey);
    background: var(--cream);
}

.account-quick-actions p {
    margin: 14px 0 24px;
    color: var(--muted);
}

.account-quick-actions a {
    display: block;
    padding: 14px 0;
    border-top: 1px solid var(--line);
    color: var(--forest);
    font-weight: 800;
    text-decoration: none;
    transition: padding-left .18s ease;
}

.account-quick-actions a:hover {
    padding-left: 6px;
}

.account-settings-grid,
.account-address-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(52px, 8vw, 110px);
    align-items: start;
}

.account-settings-grid > .account-section,
.account-address-layout > .account-section {
    padding-top: 28px;
    border-top: 5px solid var(--honey);
}

.account-check-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 750;
    cursor: pointer;
}

.account-check-row input {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    margin: 1px 0 0;
}

.account-form-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.account-form-actions a {
    color: var(--forest);
    font-weight: 750;
}

.customer-address-list {
    border-top: 1px solid var(--line);
}

.customer-address {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
}

.customer-address-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.customer-address-title > span {
    padding: 3px 8px;
    border-radius: 999px;
    background: #dff1e7;
    color: var(--success);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.customer-address address {
    color: var(--muted);
    font-style: normal;
}

.customer-address-actions {
    display: flex;
    gap: 14px;
}

.customer-address-actions form {
    margin: 0;
}

.customer-address-actions a,
.customer-address-actions button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--forest);
    font-size: 14px;
    font-weight: 800;
}

.customer-address-actions button {
    color: var(--error);
}

.account-back-link {
    display: inline-flex;
    margin: -34px 0 38px;
    color: var(--forest);
    font-weight: 800;
}

.account-order-intro h1 {
    overflow-wrap: anywhere;
}

.account-order-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    gap: clamp(44px, 7vw, 92px);
    align-items: start;
}

.account-order-products {
    padding-top: 28px;
    border-top: 5px solid var(--honey);
}

.account-order-items {
    border-top: 1px solid var(--line);
}

.account-order-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 22px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.account-order-item > div {
    display: grid;
}

.account-order-item small {
    color: var(--muted);
}

.account-order-totals,
.account-order-facts dl {
    margin: 24px 0 0 auto;
}

.account-order-totals {
    width: min(100%, 420px);
}

.account-order-totals > div,
.account-order-facts dl > div {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
}

.account-order-totals dt,
.account-order-facts dt {
    color: var(--muted);
}

.account-order-totals dd,
.account-order-facts dd {
    margin: 0;
    text-align: right;
}

.account-order-total {
    color: var(--forest-deep);
    font-size: 23px;
    font-weight: 850;
}

.account-order-side {
    display: grid;
    gap: 34px;
}

.account-order-facts {
    padding: 28px;
    border-top: 5px solid var(--honey);
    background: var(--cream);
}

.account-order-facts h2 {
    font-size: 28px;
}

.account-order-facts dl > div {
    display: grid;
    gap: 3px;
}

.account-order-facts dd {
    text-align: left;
}

@media (max-width: 1180px) {
    .header-actions {
        gap: 16px;
    }

    .account-link > span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .account-link {
        min-width: 42px;
        justify-content: center;
    }
}

@media (max-width: 1050px) {
    .account-auth-layout,
    .account-workspace,
    .account-order-detail {
        grid-template-columns: 1fr;
    }

    .account-auth-layout {
        gap: 52px;
    }

    .account-auth-aside {
        min-height: 0;
    }

    .account-quick-actions {
        max-width: 620px;
    }

    .account-order-row {
        grid-template-columns: minmax(180px, 1.4fr) minmax(130px, 1fr) minmax(90px, .6fr) auto 28px;
    }
}

@media (max-width: 760px) {
    .account-link {
        min-width: 38px;
    }

    .account-auth-layout {
        padding-top: 42px;
        padding-bottom: 74px;
    }

    .account-auth-form {
        padding-top: 20px;
    }

    .account-auth-aside {
        padding: 32px 24px;
    }

    .account-field-grid,
    .account-settings-grid,
    .account-address-layout {
        grid-template-columns: 1fr;
    }

    .account-navigation {
        min-height: 0;
        display: grid;
        gap: 0;
        padding: 18px 0;
    }

    .account-navigation-links {
        width: 100%;
        gap: 0;
        overflow-x: auto;
        border-bottom: 1px solid var(--line);
    }

    .account-navigation a,
    .account-navigation button {
        min-height: 50px;
        padding: 0 16px;
    }

    .account-navigation-links a:first-child {
        padding-left: 0;
    }

    .account-navigation form {
        justify-content: flex-end;
    }

    .account-navigation button {
        min-height: 44px;
        padding-right: 0;
    }

    .account-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-section-heading .button {
        width: 100%;
    }

    .account-order-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px 18px;
        padding: 20px 4px 20px 0;
    }

    .account-order-row:hover {
        padding-left: 4px;
    }

    .account-order-number {
        grid-column: 1;
    }

    .account-order-row > div:nth-child(2),
    .account-order-row > div:nth-child(3) {
        grid-column: 1;
    }

    .account-order-row .account-status {
        grid-column: 2;
        grid-row: 1;
    }

    .account-order-open {
        grid-column: 2;
        grid-row: 2 / span 2;
        align-self: center;
    }

    .account-settings-grid,
    .account-address-layout {
        gap: 58px;
    }

    .customer-address {
        display: grid;
    }

    .account-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .account-form-actions .button {
        width: 100%;
    }

    .account-back-link {
        margin-top: -28px;
    }

    .account-order-item {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 16px;
    }

    .account-order-item > div {
        grid-column: 1 / -1;
    }

    .account-order-facts {
        padding: 24px 20px;
    }
}
