/* ==========================================================================
   Base tokens
   ========================================================================== */
:root {
    --ink: #1E3722;
    --ink-2: #20493D;
    --moss: #456F47;
    --gold: #D3AF4A;
    --sand: #E7D3BB;
    --paper: #FBFAF7;
    --paper-2: #F4F1EA;
    --line: #E3DED2;
    --muted: #6E7A6C;
    --white: #FFFFFF;

    --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

    --wrap: 1240px;
    --gap: 28px;
    --radius: 2px;
    --ease: cubic-bezier(.22, .61, .36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink);
    background: var(--paper);
    font-weight: 300;
    letter-spacing: .005em;
}

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

a { color: inherit; text-decoration: none; }

button { font: inherit; color: inherit; }

h1, h2, h3, h4 {
    font-family: var(--serif);
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: .002em;
    margin: 0;
}

p { margin: 0 0 1em; }

ul, ol { margin: 0; padding: 0; }

.wrap {
    width: 100%;
    max-width: var(--wrap);
    margin-inline: auto;
    padding-inline: 24px;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 200;
    background: var(--ink);
    color: var(--white);
    padding: 12px 20px;
}
.skip-link:focus { left: 0; }

:focus-visible {
    outline: 2px solid var(--moss);
    outline-offset: 3px;
}

/* ==========================================================================
   Typography helpers
   ========================================================================== */
.eyebrow {
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--moss);
    margin: 0 0 14px;
    font-weight: 400;
}

.h-display { font-size: clamp(38px, 6vw, 68px); font-weight: 300; }
.h-section { font-size: clamp(28px, 3.6vw, 42px); }
.h-sub { font-size: clamp(22px, 2.4vw, 28px); }

.lede {
    font-size: 17px;
    color: #47563F;
    max-width: 62ch;
}

.muted { color: var(--muted); }

.rule {
    width: 46px;
    height: 1px;
    background: var(--gold);
    border: 0;
    margin: 0 0 24px;
}
.rule--center { margin-inline: auto; }

.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--tight { padding: clamp(40px, 5vw, 64px) 0; }
.section--paper { background: var(--paper-2); }

.section-head { margin-bottom: 44px; }
.section-head--center { text-align: center; }
.section-head--center .rule { margin-inline: auto; }
.section-head--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    border: 1px solid var(--ink);
    background: transparent;
    color: var(--ink);
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: var(--radius);
    transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
    text-align: center;
}
.btn--solid { background: var(--ink); color: var(--paper); }
.btn--solid:hover { background: var(--ink-2); border-color: var(--ink-2); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--light { border-color: rgba(231, 211, 187, .55); color: var(--sand); }
.btn--light:hover { background: var(--sand); color: var(--ink); border-color: var(--sand); }
.btn--sm { padding: 11px 20px; font-size: 11px; }
.btn--wide { width: 100%; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }

.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--line);
    padding-bottom: 6px;
    transition: border-color .3s var(--ease), gap .3s var(--ease);
}
.link-arrow:hover { border-color: var(--ink); gap: 16px; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}

.topline {
    background: var(--ink);
    color: var(--sand);
    font-size: 12px;
    letter-spacing: .04em;
}
.topline__in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 38px;
    flex-wrap: wrap;
}
.topline__item { display: inline-flex; align-items: center; gap: 8px; padding: 6px 0; }
.topline__item i { color: var(--gold); font-size: 11px; }
a.topline__item:hover { color: var(--white); }

.header__in {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 82px;
}

.header__burger { display: none; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: var(--ink);
    color: var(--gold);
    font-family: var(--serif);
    font-style: italic;
    font-size: 24px;
    border-radius: 8px;
    line-height: 1;
    padding-bottom: 2px;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
    font-family: var(--serif);
    font-size: 26px;
    letter-spacing: .02em;
}
.brand__sub {
    font-size: 10px;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--muted);
}

.mainnav { margin-left: auto; }
.mainnav ul { display: flex; gap: 30px; list-style: none; }
.mainnav a {
    font-size: 13px;
    letter-spacing: .07em;
    position: relative;
    padding: 6px 0;
    color: #33452F;
}
.mainnav a::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 0; height: 1px;
    background: var(--gold);
    transition: width .32s var(--ease);
}
.mainnav a:hover::after,
.mainnav a[aria-current="page"]::after { width: 100%; }

.header__tools { display: flex; align-items: center; gap: 4px; }

.icon-btn {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    color: var(--ink);
    transition: background .3s var(--ease);
    position: relative;
}
.icon-btn:hover { background: var(--paper-2); }

.cart-count {
    position: absolute;
    top: 4px; right: 2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: var(--gold);
    color: var(--ink);
    font-size: 10px;
    font-weight: 500;
    display: grid;
    place-items: center;
    line-height: 1;
}

/* Search panel */
.search-panel {
    border-top: 1px solid var(--line);
    background: var(--paper);
    padding: 22px 0 26px;
}
.search-panel__in { display: flex; align-items: center; gap: 12px; }
.search-field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--line);
    padding: 8px 2px;
}
.search-field i { color: var(--muted); }
.search-field input {
    flex: 1;
    border: 0;
    background: transparent;
    font-family: var(--serif);
    font-size: 24px;
    padding: 6px 0;
}
.search-field input:focus { outline: none; }

.search-results { list-style: none; margin-top: 18px; display: grid; gap: 2px; }
.search-results li a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border-radius: var(--radius);
    transition: background .25s var(--ease);
}
.search-results li a:hover { background: var(--paper-2); }
.search-results img { width: 46px; height: 46px; object-fit: cover; border-radius: 2px; }
.search-results .sr-title { font-family: var(--serif); font-size: 19px; }
.search-results .sr-meta { font-size: 12px; color: var(--muted); }
.search-results .sr-price { margin-left: auto; font-size: 14px; }
.search-empty { margin-top: 18px; color: var(--muted); font-size: 14px; }

/* ==========================================================================
   Mobile menu
   ========================================================================== */
.menu-overlay,
.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(30, 55, 34, .38);
    z-index: 80;
    opacity: 0;
    transition: opacity .35s var(--ease);
}
.menu-overlay.is-visible,
.cart-overlay.is-visible { opacity: 1; }

.mobile-menu {
    position: fixed;
    top: 0; left: 0;
    width: min(360px, 88vw);
    height: 100%;
    background: var(--paper);
    z-index: 90;
    transform: translateX(-102%);
    transition: transform .42s var(--ease);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.mobile-menu.is-open { transform: translateX(0); }

.mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid var(--line);
}
.mobile-menu__title { font-family: var(--serif); font-size: 24px; display: flex; flex-direction: column; line-height: 1.15; }
.mobile-menu__title span {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--muted);
}

.mobile-menu__nav { padding: 26px 24px; flex: 1; }
.mobile-menu__label {
    display: block;
    font-size: 10px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 12px;
}
.mobile-menu__nav ul { list-style: none; margin-bottom: 30px; }
.mobile-menu__nav li + li { border-top: 1px solid var(--line); }
.mobile-menu__nav a {
    display: block;
    padding: 13px 0;
    font-family: var(--serif);
    font-size: 21px;
}

.mobile-menu__foot {
    padding: 22px 24px 34px;
    border-top: 1px solid var(--line);
    font-size: 14px;
    background: var(--paper-2);
}
.mobile-menu__foot a { display: flex; align-items: center; gap: 10px; padding: 4px 0; }
.mobile-menu__foot i { color: var(--moss); width: 16px; }
.mobile-menu__foot p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
    align-items: stretch;
    background: var(--paper);
}
.hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 6vw, 96px) clamp(24px, 5vw, 82px);
}
.hero__title { font-size: clamp(40px, 5.2vw, 72px); font-weight: 300; margin-bottom: 24px; }
.hero__title em { font-style: italic; color: var(--moss); }
.hero__text p { max-width: 46ch; color: #47563F; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 16px; }
.hero__media { position: relative; overflow: hidden; min-height: 420px; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__stats {
    display: flex;
    gap: 40px;
    margin-top: 46px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    flex-wrap: wrap;
}
.hero__stat strong {
    display: block;
    font-family: var(--serif);
    font-size: 30px;
    font-weight: 400;
}
.hero__stat span { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ==========================================================================
   Marquee / values strip
   ========================================================================== */
.values {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--paper-2);
}
.values__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.values__item {
    padding: 34px 26px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.values__item + .values__item { border-left: 1px solid var(--line); }
.values__item i { color: var(--moss); font-size: 18px; margin-top: 4px; }
.values__item h3 { font-size: 20px; margin-bottom: 4px; }
.values__item p { font-size: 13.5px; color: var(--muted); margin: 0; }

/* ==========================================================================
   Grids & cards
   ========================================================================== */
.grid-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 46px var(--gap);
}
.grid-cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
}

.card { position: relative; }
.card__media {
    position: relative;
    background: var(--white);
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: var(--radius);
}
.card__link { display: block; height: 100%; }
.card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s var(--ease);
}
.card:hover .card__media img { transform: scale(1.035); }

.card__badge {
    position: absolute;
    top: 12px; left: 12px;
    background: rgba(251, 250, 247, .92);
    color: var(--ink);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: var(--radius);
}

.card__heart,
.card__plus {
    position: absolute;
    border: 0;
    cursor: pointer;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transition: opacity .3s var(--ease), transform .3s var(--ease), background .3s var(--ease), color .3s var(--ease);
}
.card__heart {
    top: 10px; right: 10px;
    width: 34px; height: 34px;
    background: transparent;
    color: var(--ink);
    font-size: 14px;
}
.card__heart:hover { background: rgba(251, 250, 247, .9); }
.card__heart.is-on { color: #A5432F; }
.card__heart.is-on i::before { content: "\f004"; font-weight: 900; }

.card__plus {
    bottom: 12px; right: 12px;
    width: 40px; height: 40px;
    background: var(--ink);
    color: var(--paper);
    opacity: 0;
    transform: translateY(8px);
}
.card:hover .card__plus,
.card__plus:focus-visible { opacity: 1; transform: translateY(0); }
.card__plus:hover { background: var(--moss); }

.card__body { text-align: center; padding: 18px 8px 0; }
.card__origin {
    font-size: 10.5px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 0 0 8px;
}
.card__title {
    font-size: 23px;
    margin-bottom: 4px;
}
.card__title a { transition: color .3s var(--ease); }
.card__title a:hover { color: var(--moss); }
.card__weight { font-size: 12.5px; color: var(--muted); margin: 0 0 10px; }
.card__price { margin: 0; display: flex; gap: 10px; justify-content: center; align-items: baseline; }
.price { font-size: 16px; letter-spacing: .02em; }
.price--old { color: var(--muted); text-decoration: line-through; font-size: 13.5px; }

.ph {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: repeating-linear-gradient(135deg, #F1EEE6 0 10px, #EBE7DC 10px 20px);
    color: var(--moss);
    font-size: 30px;
}
.ph--cat { font-size: 26px; }
.ph--wide { aspect-ratio: 16 / 9; }

/* Category card */
.cat-card {
    display: block;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color .35s var(--ease), transform .35s var(--ease);
}
.cat-card:hover { border-color: var(--moss); transform: translateY(-3px); }
.cat-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.cat-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.cat-card:hover .cat-card__media img { transform: scale(1.04); }
.cat-card__body { display: block; padding: 24px 26px 28px; }
.cat-card__title { display: block; font-family: var(--serif); font-size: 26px; margin-bottom: 8px; }
.cat-card__short { display: block; font-size: 14px; color: var(--muted); margin-bottom: 16px; min-height: 42px; }
.cat-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--moss);
}

/* ==========================================================================
   Editorial blocks
   ========================================================================== */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 80px);
    align-items: center;
}
.split--reverse .split__media { order: 2; }
.split__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.split__body h2 { margin-bottom: 20px; }

.checklist { list-style: none; display: grid; gap: 12px; margin-top: 22px; }
.checklist li { display: flex; gap: 12px; font-size: 15px; color: #47563F; }
.checklist i { color: var(--gold); margin-top: 5px; font-size: 12px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.step { border-top: 1px solid var(--line); padding-top: 24px; }
.step__num {
    font-family: var(--serif);
    font-size: 15px;
    color: var(--gold);
    letter-spacing: .1em;
    display: block;
    margin-bottom: 12px;
}
.step h3 { font-size: 24px; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* Quote / note band */
.band {
    background: var(--ink);
    color: var(--sand);
}
.band__in {
    padding: clamp(52px, 7vw, 92px) 0;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}
.band h2 { color: var(--paper); font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 18px; }
.band p { color: rgba(231, 211, 187, .82); }
.band .eyebrow { color: var(--gold); }

/* ==========================================================================
   Breadcrumbs & page head
   ========================================================================== */
.breadcrumbs {
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    font-size: 12.5px;
}
.breadcrumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 0;
    color: var(--muted);
}
.breadcrumbs li + li::before { content: "/"; margin-right: 10px; color: var(--line); }
.breadcrumbs a:hover { color: var(--ink); }
.breadcrumbs [aria-current] { color: var(--ink); }

.page-head { padding: clamp(44px, 6vw, 84px) 0 clamp(28px, 4vw, 46px); }
.page-head h1 { margin-bottom: 18px; }
.page-head--center { text-align: center; }
.page-head--center .rule { margin-inline: auto; }
.page-head--center .lede { margin-inline: auto; }

/* ==========================================================================
   Catalog toolbar & filters
   ========================================================================== */
.toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 44px;
}
.chips { display: flex; gap: 10px; flex-wrap: wrap; list-style: none; }
.chips a {
    display: inline-block;
    padding: 9px 18px;
    border: 1px solid var(--line);
    border-radius: 40px;
    font-size: 12.5px;
    letter-spacing: .04em;
    transition: border-color .3s var(--ease), background .3s var(--ease), color .3s var(--ease);
}
.chips a:hover { border-color: var(--ink); }
.chips a[aria-current="page"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.sortbar { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--muted); }
.sortbar select {
    font: inherit;
    font-size: 13px;
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    color: var(--ink);
}

.result-count { font-size: 13px; color: var(--muted); }

/* ==========================================================================
   Product page
   ========================================================================== */
.pdp {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(32px, 5vw, 72px);
    padding: clamp(32px, 4vw, 56px) 0 clamp(48px, 6vw, 80px);
}
.pdp__gallery { position: relative; }
.pdp__figure {
    margin: 0;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.pdp__figure img { width: 100%; height: 100%; object-fit: cover; }
.pdp__badge {
    position: absolute;
    top: 16px; left: 16px;
    background: rgba(251, 250, 247, .94);
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 6px 12px;
}

.pdp__origin {
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--moss);
    margin-bottom: 12px;
}
.pdp__title { font-size: clamp(34px, 4.4vw, 52px); margin-bottom: 14px; }
.pdp__rating { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.stars { color: var(--gold); font-size: 12px; letter-spacing: 2px; }

.pdp__price { display: flex; align-items: baseline; gap: 14px; margin-bottom: 8px; }
.pdp__price .price { font-size: 30px; font-family: var(--serif); }
.pdp__price .price--old { font-size: 17px; }
.pdp__vat { font-size: 12.5px; color: var(--muted); margin-bottom: 26px; }

.pdp__short { font-size: 16.5px; color: #47563F; padding-bottom: 26px; border-bottom: 1px solid var(--line); }

.variants { margin: 26px 0; }
.variants__label {
    display: block;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
}
.variants__row { display: flex; gap: 10px; flex-wrap: wrap; }
.variant {
    border: 1px solid var(--line);
    background: var(--white);
    padding: 11px 18px;
    font-size: 13px;
    cursor: pointer;
    border-radius: var(--radius);
    transition: border-color .3s var(--ease), background .3s var(--ease);
}
.variant:hover { border-color: var(--moss); }
.variant.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }

.buy-row { display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; margin-bottom: 22px; }
.qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
}
.qty button {
    width: 46px;
    height: 100%;
    min-height: 52px;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: var(--ink);
    font-size: 13px;
}
.qty button:hover { color: var(--moss); }
.qty input {
    width: 46px;
    text-align: center;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 15px;
    -moz-appearance: textfield;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.buy-row .btn { flex: 1; min-width: 200px; }

.pdp__assurances { list-style: none; display: grid; gap: 10px; padding-top: 22px; border-top: 1px solid var(--line); }
.pdp__assurances li { display: flex; gap: 12px; font-size: 14px; color: var(--muted); }
.pdp__assurances i { color: var(--moss); width: 16px; margin-top: 4px; }

.pdp-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    padding: clamp(40px, 5vw, 68px) 0;
    border-top: 1px solid var(--line);
}
.pdp-details h2 { font-size: 25px; margin-bottom: 14px; }
.pdp-details p { font-size: 14.8px; color: #4E5A4B; margin: 0; }

.spec-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.spec-table th,
.spec-table td { text-align: left; padding: 13px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table th { font-weight: 400; color: var(--muted); width: 46%; }

/* ==========================================================================
   Cart drawer
   ========================================================================== */
.cart-drawer {
    position: fixed;
    top: 0; right: 0;
    width: min(430px, 92vw);
    height: 100%;
    background: var(--paper);
    z-index: 90;
    transform: translateX(102%);
    transition: transform .42s var(--ease);
    display: flex;
    flex-direction: column;
}
.cart-drawer.is-open { transform: translateX(0); }

.cart-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid var(--line);
}
.cart-drawer__title { font-size: 26px; }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 8px 24px 24px; }
.cart-drawer__foot { border-top: 1px solid var(--line); padding: 20px 24px 26px; background: var(--paper-2); }

.cart-lines { list-style: none; }
.cart-line {
    display: grid;
    grid-template-columns: 74px 1fr auto;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}
.cart-line__media { width: 74px; height: 74px; overflow: hidden; border-radius: var(--radius); background: var(--white); }
.cart-line__media img { width: 100%; height: 100%; object-fit: cover; }
.cart-line__title { font-family: var(--serif); font-size: 20px; line-height: 1.2; margin-bottom: 3px; display: block; }
.cart-line__meta { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.cart-line__controls { display: flex; align-items: center; gap: 12px; }
.qty-mini { display: inline-flex; align-items: center; border: 1px solid var(--line); background: var(--white); }
.qty-mini button { width: 30px; height: 30px; border: 0; background: transparent; cursor: pointer; font-size: 11px; }
.qty-mini button:hover { color: var(--moss); }
.qty-mini span { min-width: 26px; text-align: center; font-size: 13px; }
.cart-line__remove {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    color: var(--muted);
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
}
.cart-line__remove:hover { color: #A5432F; }
.cart-line__price { text-align: right; font-size: 15px; white-space: nowrap; }

.cart-empty { text-align: center; padding: 70px 12px; color: var(--muted); }
.cart-empty i { font-size: 30px; color: var(--line); display: block; margin-bottom: 18px; }
.cart-empty p { margin-bottom: 22px; }

.cart-sum { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; }
.cart-sum strong { font-family: var(--serif); font-size: 26px; font-weight: 400; }
.cart-note { font-size: 12.5px; color: var(--muted); margin: 8px 0 16px; }
.cart-actions { display: grid; gap: 10px; }

/* ==========================================================================
   Toast
   ========================================================================== */
.toast {
    position: fixed;
    left: 50%;
    bottom: 32px;
    transform: translate(-50%, 20px);
    background: var(--ink);
    color: var(--paper);
    padding: 14px 24px;
    border-radius: var(--radius);
    font-size: 13.5px;
    z-index: 120;
    opacity: 0;
    transition: opacity .3s var(--ease), transform .3s var(--ease);
    box-shadow: 0 12px 34px rgba(30, 55, 34, .22);
    max-width: 90vw;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* ==========================================================================
   Cookie banner
   ========================================================================== */
.cookie-banner {
    position: fixed;
    left: 20px; right: 20px; bottom: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    z-index: 110;
    box-shadow: 0 18px 44px rgba(30, 55, 34, .14);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.cookie-banner.is-visible { opacity: 1; transform: translateY(0); }
.cookie-banner__in {
    max-width: var(--wrap);
    margin-inline: auto;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
}
.cookie-banner__text { margin: 0; font-size: 13.5px; color: #4E5A4B; max-width: 70ch; }
.cookie-banner__text a { text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions { display: flex; gap: 10px; }

/* ==========================================================================
   Cart page / checkout
   ========================================================================== */
.cart-layout {
    display: grid;
    grid-template-columns: 1.5fr .8fr;
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
    padding-bottom: clamp(56px, 7vw, 96px);
}
.panel {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: clamp(22px, 3vw, 34px);
}
.panel + .panel { margin-top: 22px; }
.panel h2 { font-size: 25px; margin-bottom: 20px; }
.panel--sticky { position: sticky; top: 130px; }

.cart-table { list-style: none; }
.cart-row {
    display: grid;
    grid-template-columns: 92px 1fr auto auto;
    gap: 20px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}
.cart-row:first-child { padding-top: 0; }
.cart-row__media { width: 92px; height: 92px; overflow: hidden; background: var(--paper-2); border-radius: var(--radius); }
.cart-row__media img { width: 100%; height: 100%; object-fit: cover; }
.cart-row__title { font-family: var(--serif); font-size: 23px; line-height: 1.2; }
.cart-row__meta { font-size: 12.5px; color: var(--muted); margin: 4px 0 12px; }
.cart-row__total { font-size: 17px; white-space: nowrap; }

.summary-list { list-style: none; font-size: 14.5px; }
.summary-list li { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; }
.summary-list li + li { border-top: 1px solid var(--line); }
.summary-total { display: flex; justify-content: space-between; align-items: baseline; margin: 20px 0 8px; }
.summary-total strong { font-family: var(--serif); font-size: 30px; font-weight: 400; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.field input,
.field textarea,
.field select {
    font: inherit;
    font-size: 15px;
    padding: 13px 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    color: var(--ink);
}
.field input:focus,
.field textarea:focus,
.field select:focus { outline: none; border-color: var(--moss); }
.field textarea { resize: vertical; min-height: 96px; }
.field .err { font-size: 12px; color: #A5432F; min-height: 16px; }
.field.has-error input,
.field.has-error select,
.field.has-error textarea { border-color: #A5432F; }

.radio-list { display: grid; gap: 10px; }
.radio-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px 18px;
    cursor: pointer;
    background: var(--paper);
    transition: border-color .3s var(--ease);
}
.radio-row:hover { border-color: var(--moss); }
.radio-row input { margin-top: 4px; accent-color: var(--ink); }
.radio-row strong { font-weight: 500; font-size: 15px; display: block; }
.radio-row span { font-size: 13px; color: var(--muted); }
.radio-row .rr-price { margin-left: auto; font-size: 14px; white-space: nowrap; }

.checkbox-row { display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; color: #4E5A4B; }
.checkbox-row input { margin-top: 4px; accent-color: var(--ink); }
.checkbox-row a { text-decoration: underline; text-underline-offset: 3px; }

.notice {
    background: var(--paper-2);
    border-left: 2px solid var(--gold);
    padding: 16px 20px;
    font-size: 14px;
    color: #4E5A4B;
    margin-bottom: 24px;
}

/* Success page */
.success { text-align: center; padding: clamp(56px, 8vw, 110px) 0; }
.success__mark {
    width: 72px; height: 72px;
    border-radius: 50%;
    background: var(--ink);
    color: var(--gold);
    display: grid;
    place-items: center;
    margin: 0 auto 28px;
    font-size: 26px;
}
.success h1 { font-size: clamp(34px, 4.4vw, 52px); margin-bottom: 16px; }
.success__code {
    display: inline-block;
    font-family: var(--serif);
    font-size: 24px;
    letter-spacing: .08em;
    border: 1px solid var(--line);
    padding: 12px 26px;
    margin: 10px 0 26px;
    background: var(--white);
}
.success__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
    text-align: left;
    margin: 46px 0;
}
.success__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ==========================================================================
   Content pages
   ========================================================================== */
.prose { max-width: 74ch; }
.prose h2 { font-size: clamp(25px, 2.6vw, 32px); margin: 44px 0 16px; }
.prose h3 { font-size: 22px; margin: 30px 0 10px; }
.prose p { color: #4A564A; }
.prose ul, .prose ol { padding-left: 20px; margin: 0 0 20px; color: #4A564A; }
.prose li { margin-bottom: 8px; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose__meta { font-size: 13px; color: var(--muted); margin-bottom: 34px; }

.doc-layout { display: grid; grid-template-columns: 250px 1fr; gap: clamp(30px, 5vw, 70px); align-items: start; padding-bottom: clamp(56px, 7vw, 96px); }
.doc-nav { position: sticky; top: 130px; font-size: 14px; }
.doc-nav h2 { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-family: var(--sans); margin-bottom: 14px; }
.doc-nav ul { list-style: none; display: grid; gap: 8px; }
.doc-nav a { color: var(--muted); }
.doc-nav a:hover { color: var(--ink); }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.info-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 26px;
    background: var(--white);
}
.info-card i { color: var(--moss); font-size: 17px; margin-bottom: 14px; display: block; }
.info-card h3 { font-size: 22px; margin-bottom: 8px; }
.info-card p { font-size: 14px; color: var(--muted); margin: 0; }
.info-card a { text-decoration: underline; text-underline-offset: 3px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.contact-block + .contact-block { margin-top: 34px; }
.contact-block h2 { font-size: 24px; margin-bottom: 12px; }
.contact-block p { margin: 0 0 6px; font-size: 15px; color: #4A564A; }
.contact-block a { text-decoration: underline; text-underline-offset: 3px; }
.hours-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.hours-table td { padding: 11px 0; border-bottom: 1px solid var(--line); }
.hours-table td:last-child { text-align: right; color: var(--muted); }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.post-card { display: flex; flex-direction: column; }
.post-card__media { overflow: hidden; border-radius: var(--radius); aspect-ratio: 3 / 2; background: var(--paper-2); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.04); }
.post-card__date { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 20px 0 8px; }
.post-card__title { font-size: 26px; margin-bottom: 10px; }
.post-card__title a:hover { color: var(--moss); }
.post-card__lead { font-size: 14.5px; color: var(--muted); margin-bottom: 16px; }
.post-card .link-arrow { margin-top: auto; align-self: flex-start; }

.article-hero { max-width: 900px; margin-inline: auto; }
.article-hero img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); }
.article-body { max-width: 68ch; margin-inline: auto; padding: clamp(36px, 5vw, 60px) 0 clamp(56px, 7vw, 92px); }
.article-body p { font-size: 17px; line-height: 1.78; color: #45514A; }
.article-body p:first-of-type { font-size: 19px; color: var(--ink); }

/* 404 */
.err-page { text-align: center; padding: clamp(64px, 10vw, 140px) 0; }
.err-page__code { font-family: var(--serif); font-size: clamp(80px, 14vw, 170px); line-height: 1; color: var(--sand); }
.err-page h1 { font-size: clamp(28px, 3.6vw, 42px); margin: 6px 0 18px; }
.err-page .lede { margin-inline: auto; }
.err-page__links { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }

/* ==========================================================================
   Footer — single stacked column
   ========================================================================== */
.site-footer {
    border-top: 1px solid var(--line);
    background: var(--paper-2);
    margin-top: clamp(48px, 7vw, 96px);
}

.footer__grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1.25fr;
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
    text-align: left;
    padding-top: clamp(48px, 6vw, 76px);
    padding-bottom: clamp(36px, 5vw, 56px);
}

.footer__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.footer__col--brand { max-width: 40ch; }

.brand--footer { flex-direction: row; gap: 12px; }
.brand--footer .brand__text { align-items: flex-start; text-align: left; }

.footer__about {
    font-size: 14.5px;
    color: var(--muted);
    margin: 18px 0 0;
}

.footer__legal-line {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--moss);
    margin: 14px 0 0;
}

.footer__title {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 0 0 18px;
}

.footer__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.footer__list a {
    display: inline-block;
    font-size: 15px;
    color: #33452F;
    padding: 2px 0;
    border-bottom: 1px solid transparent;
    transition: border-color .3s var(--ease), color .3s var(--ease);
}
.footer__list a:hover { color: var(--ink); border-bottom-color: var(--gold); }

.footer__address {
    font-style: normal;
    font-size: 15px;
    line-height: 1.85;
    color: #4A564A;
    margin: 0;
}
.footer__address a {
    border-bottom: 1px solid var(--line);
    transition: border-color .3s var(--ease);
}
.footer__address a:hover { border-bottom-color: var(--gold); }

.footer__hours {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    width: 100%;
}
.footer__hours li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 14px;
    font-size: 13.5px;
}
.footer__hours span:first-child { color: var(--muted); }
.footer__hours span:last-child { color: var(--ink); white-space: nowrap; }

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 28px;
    flex-wrap: wrap;
    padding-top: 26px;
    padding-bottom: 34px;
    border-top: 1px solid var(--line);
}
.footer__bottom p {
    margin: 0;
    font-size: 12.5px;
    color: var(--muted);
}

/* Utility */
.stack-lg > * + * { margin-top: 44px; }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.hidden { display: none !important; }

.body--locked { overflow: hidden; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
    .grid-products { grid-template-columns: repeat(3, 1fr); }
    .mainnav ul { gap: 20px; }
    .doc-layout { grid-template-columns: 1fr; }
    .doc-nav { position: static; }
}

@media (max-width: 980px) {
    .header__burger { display: grid; }
    .mainnav { display: none; }
    .hero { grid-template-columns: 1fr; min-height: 0; }
    .hero__media { order: -1; min-height: 340px; aspect-ratio: 16 / 10; }
    .values__grid { grid-template-columns: repeat(2, 1fr); }
    .values__item:nth-child(3) { border-left: 0; }
    .values__item:nth-child(n+3) { border-top: 1px solid var(--line); }
    .grid-cats { grid-template-columns: repeat(2, 1fr); }
    .split { grid-template-columns: 1fr; }
    .split--reverse .split__media { order: 0; }
    .band__in { grid-template-columns: 1fr; }
    .pdp { grid-template-columns: 1fr; }
    .pdp-details { grid-template-columns: 1fr; gap: 34px; }
    .cart-layout { grid-template-columns: 1fr; }
    .panel--sticky { position: static; }
    .contact-grid { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .success__grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr; }
    .info-grid { grid-template-columns: repeat(2, 1fr); }
    .footer__grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .footer__col--brand { grid-column: 1 / -1; max-width: 52ch; }
}

@media (max-width: 720px) {
    .wrap { padding-inline: 18px; }
    .grid-products { grid-template-columns: repeat(2, 1fr); gap: 34px 16px; }
    .card__title { font-size: 20px; }
    .card__plus { opacity: 1; transform: none; width: 36px; height: 36px; bottom: 8px; right: 8px; }
    .topline__item--hide { display: none; }
    .grid-cats { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .info-grid { grid-template-columns: 1fr; }
    .values__grid { grid-template-columns: 1fr; }
    .values__item + .values__item { border-left: 0; border-top: 1px solid var(--line); }
    .form-grid { grid-template-columns: 1fr; }
    .cart-row { grid-template-columns: 70px 1fr; gap: 14px; }
    .cart-row__media { width: 70px; height: 70px; }
    .cart-row__qty { grid-column: 2; }
    .cart-row__total { grid-column: 2; text-align: left; }
    .hero__stats { gap: 26px; }
    .cookie-banner { left: 12px; right: 12px; bottom: 12px; }
    .cookie-banner__in { padding: 18px; }
    .cookie-banner__actions { width: 100%; }
    .cookie-banner__actions .btn { flex: 1; }
    .search-field input { font-size: 19px; }
    .buy-row .btn { min-width: 0; }
    .footer__grid { grid-template-columns: 1fr; gap: 36px; }
    .footer__col--brand { grid-column: auto; }
    .footer__bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
