:root {
  --forest: #173d32; --deep: #142c26; --ink: #222824; --muted: #65706a;
  --gold: #d9b56c; --terracotta: #a54e3b; --line: #dfe4df; --paper: #f4f6f3;
  --body-font: "Be Vietnam Pro", Arial, sans-serif;
  --display-font: "Playfair Display", Georgia, serif;
  --shell: 1280px; --header-height: 88px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--body-font); font-size: 16px; line-height: 1.7; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body.nav-open, body.modal-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; color: inherit; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
[hidden] { display: none !important; }
svg { width: 20px; height: 20px; flex-shrink: 0; stroke-width: 1.6; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.3; letter-spacing: 0; }
h2 { font-size: 38px; font-weight: 500; }
h2 em { font: inherit; }
::selection { background: #d7e2d5; color: var(--deep); }
:focus-visible { outline: 3px solid #ad7b2e; outline-offset: 5px; }
.skip-link { position: fixed; z-index: 3000; left: 20px; top: 12px; padding: 12px 20px; color: #fff; background: var(--deep); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - 96px), var(--shell)); margin-inline: auto; }
.section-pad { padding-block: 96px; }
.eyebrow { margin-bottom: 20px; font-size: 12px; font-weight: 600; color: var(--terracotta); text-transform: uppercase; }
.eyebrow--gold { color: var(--gold); }
.section-heading, .catalog-section__head, .brand-film__head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: end; margin-bottom: 44px; }
.section-heading > p, .catalog-section__head > p, .brand-film__head > p { color: var(--muted); font-size: 15px; max-width: 430px; }
.button, .header__cta { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 500; line-height: 1.5; transition: background .2s, color .2s, border-color .2s; }
.button svg, .header__cta svg, .text-link svg { width: 18px; height: 18px; transition: transform .2s; }
.button:hover svg, .header__cta:hover svg, .text-link:hover svg { transform: translate(2px, -2px); }
.button--light { color: var(--deep); background: #fff; }
.button--light:hover { background: #e7eee8; }
.button--dark, .header__cta { color: #fff; background: var(--forest); }
.button--dark:hover, .header__cta:hover { background: #285543; }
.button--ghost { border-color: #74877e; color: #fff; background: transparent; }
.button--ghost:hover { border-color: #fff; background: #ffffff0a; }
.text-link { display: inline-flex; gap: 28px; align-items: center; padding-bottom: 9px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 500; }
/* A bright masthead leaves the material photography as the main brand signal. */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: #fff; border-bottom: 1px solid #e9ece7; transition: box-shadow .25s; }
.site-header.is-scrolled { box-shadow: 0 4px 24px #10251b0a; }
.header__inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand__mark { width: 62px; height: 62px; display: grid; place-items: center; background: #fff; }
.brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.brand__name { font-size: 21px; font-weight: 600; color: #162e49; line-height: 1.3; }
.brand__name small { display: block; margin-top: 2px; font-size: 10px; text-transform: uppercase; font-weight: 500; }
.main-nav { margin-left: auto; display: flex; gap: 26px; align-items: center; }
.main-nav a { position: relative; padding-block: 10px; font-size: 13px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 2px; height: 1px; background: var(--forest); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.header__cta { font-size: 12px; min-height: 44px; padding: 10px 15px; gap: 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: 1px solid var(--line); border-radius: 3px; }
.hero { position: relative; height: min(700px, calc(100svh - 170px)); min-height: 550px; color: #fff; background: #344238; isolation: isolate; display: flex; align-items: center; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; z-index: -3; }
.hero__overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #0c2119d9 0%, #0c2119b0 28%, #0c21193d 61%, #0c211908 100%), linear-gradient(0deg, #0c211980, transparent 35%); }
.hero__content { padding-block: 48px 90px; }
.hero .eyebrow { font-size: 12px; margin-bottom: 20px; }
.hero h1 { font-size: 66px; font-weight: 500; line-height: 1.14; max-width: 660px; }
.hero h1 span { color: var(--gold); }
.hero__statement { font-size: 27px; font-weight: 400; line-height: 1.5; margin-top: 24px; }
.hero__lead { max-width: 455px; font-size: 14px; line-height: 1.85; color: #e1e7e1; margin-top: 18px; }
.hero__actions { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.hero__video-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; }
.hero__video-link > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #ffffff80; border-radius: 50%; transition: background .2s; }
.hero__video-link:hover > span { background: #ffffff25; }
.hero__video-link svg { width: 15px; height: 15px; }
.hero__signature { position: absolute; bottom: 0; left: 0; right: 0; min-height: 65px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid #ffffff35; font-size: 12px; color: #e4e9e3; }
.hero__signature a { display: flex; align-items: center; gap: 12px; }
.trust-bar { border-bottom: 1px solid var(--line); }
.trust-bar__inner { min-height: 108px; display: flex; align-items: center; gap: 44px; }
.trust-bar__inner > p { font-size: 12px; color: var(--muted); }
.trust-bar__primary { display: flex; align-items: center; gap: 18px; font-family: var(--display-font); font-size: 28px; font-weight: 600; }
.trust-bar__primary small { border-left: 1px solid var(--line); padding-left: 18px; font-family: var(--body-font); color: var(--terracotta); font-size: 11px; font-weight: 500; }
.trust-bar__note { display: inline-flex; align-items: center; gap: 16px; margin-left: auto; font-size: 12px; color: var(--muted); }
.collection-feature { width: min(calc(100% - 96px), var(--shell)); margin: 0 auto; display: grid; grid-template-columns: 1.08fr 1fr; gap: 88px; align-items: center; padding-block: 100px; }
.collection-feature__media { position: relative; min-width: 0; }
.collection-feature__main-image { width: 100%; aspect-ratio: 1.1; object-fit: contain; background: var(--paper); }
.collection-feature--gom .collection-feature__main-image { aspect-ratio: 1.24; object-fit: cover; }
.collection-feature__thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.collection-feature__thumbs img { width: 100%; height: 156px; object-fit: contain; background: var(--paper); }
.collection-feature__count { position: absolute; top: 20px; left: 20px; background: #fff; color: var(--forest); padding: 14px 18px 12px; font-size: 38px; line-height: 1.2; font-weight: 500; }
.collection-feature__count small { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 400; }
.collection-feature__content h2 { font-size: 44px; }
.collection-feature--gom h2 { color: var(--forest); font-size: 50px; font-family: var(--display-font); font-weight: 600; }
.heading-note { display: block; margin-top: 20px; font-family: var(--body-font); font-size: 24px; line-height: 1.55; font-weight: 400; color: var(--ink); }
.collection-feature__content > p:not(.eyebrow) { margin-top: 22px; color: var(--muted); font-size: 15px; }
.collection-ranges { margin: 28px 0 30px; }
.collection-ranges a { display: flex; align-items: center; gap: 16px; min-height: 59px; border-top: 1px solid var(--line); font-size: 14px; }
.collection-ranges a:last-child { border-bottom: 1px solid var(--line); }
.collection-ranges a small { margin-left: auto; white-space: nowrap; font-size: 11px; color: var(--muted); }
.collection-ranges a:hover { color: var(--terracotta); }
.collection-ranges svg { width: 17px; height: 17px; }
.collection-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; list-style: none; padding: 0; margin: 24px 0 30px; font-size: 13px; }
.collection-list li { border-bottom: 1px solid var(--line); padding-block: 10px; }
.collection-feature--kamado { border-top: 1px solid var(--line); }
.collection-feature--kamado .collection-feature__content { grid-column: 1; grid-row: 1; }
.collection-feature--kamado .collection-feature__media { grid-column: 2; grid-row: 1; }
.collection-feature--kamado .collection-feature__main-image { aspect-ratio: 1.08; }
.collection-feature--imported { border-top: 1px solid var(--line); }
.collection-feature--imported .collection-feature__main-image { aspect-ratio: 1.35; }
.collection-feature--imported .collection-feature__thumbs img { height: 125px; }
.brand-film { background: var(--paper); }
.brand-film__head h2 { font-size: 34px; }
.brand-film__media { max-width: 1000px; margin-inline: auto; }
.brand-film video { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #101612; }
.brand-film__caption { display: flex; align-items: center; gap: 22px; padding-top: 16px; font-size: 12px; }
.brand-film__caption > span { font-weight: 600; }
.brand-film__caption p { color: var(--muted); }
.brand-film__caption small { margin-left: auto; font-variant-numeric: tabular-nums; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 255px; gap: 20px; }
.category-card { position: relative; display: block; overflow: hidden; isolation: isolate; border-radius: 3px; color: #fff; background: #44534a; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.category-card:hover img { transform: scale(1.03); }
.category-card--large { grid-column: span 2; grid-row: span 2; }
.category-card--medium { grid-column: span 2; }
.category-card--small { grid-column: span 1; }
.category-card--modern { grid-column: span 2; }
.category-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, #0c1c16e6, #0c1c1620 56%, transparent 80%); }
.category-card__content { position: absolute; bottom: 24px; left: 24px; right: 24px; display: flex; flex-direction: column; gap: 8px; }
.category-card__meta { font-size: 11px; color: #e1e5dd; }
.category-card__title { font-size: 24px; font-weight: 500; line-height: 1.4; }
.category-card--small .category-card__title { font-size: 19px; }
.category-card__link { display: flex; align-items: center; justify-content: space-between; font-size: 12px; margin-top: 6px; }
.category-card__link svg { transition: transform .2s; }
.category-card:hover .category-card__link svg { transform: translate(3px,-3px); }
.category-card__flag { position: absolute; top: 22px; left: 24px; padding: 6px 10px; background: #fff; color: var(--forest); font-size: 10px; text-transform: uppercase; font-weight: 500; }
.needs-section { background: var(--paper); }
.needs-layout, .supply-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.needs-intro h2, .supply-intro h2 { font-size: 34px; max-width: 390px; }
.needs-intro > p:last-child, .supply-intro > p:last-child { color: var(--muted); margin-top: 24px; font-size: 14px; }
.need-item { display: flex; align-items: center; gap: 24px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.need-item:first-child { border-top: 1px solid var(--line); }
.need-item > span { font-size: 12px; color: var(--terracotta); }
.need-item h3 { font-size: 18px; font-weight: 500; }
.need-item p { font-size: 12px; color: var(--muted); margin-top: 5px; }
.need-item > svg { margin-left: auto; width: 18px; height: 18px; transition: transform .2s; }
.need-item:hover > svg { transform: translate(3px,-3px); }
.inspiration-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.inspiration-item { margin: 0; min-width: 0; }
.inspiration-item img { width: 100%; height: 260px; object-fit: cover; }
.inspiration-item figcaption { position: relative; padding: 20px 0 0 32px; }
.inspiration-item figcaption > span { position: absolute; left: 0; top: 24px; color: var(--terracotta); font-size: 10px; }
.inspiration-item h3 { font-size: 16px; font-weight: 500; }
.inspiration-item p { margin-top: 4px; font-size: 12px; color: var(--muted); }
/* Keep catalogue posters intact, including their embedded specifications. */
.catalog-section { background: var(--paper); border-top: 1px solid var(--line); }
.manufacturer-control { display: grid; grid-template-columns: 1.3fr 1fr 1fr; border-bottom: 1px solid #cdd7ce; }
.manufacturer-tab { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 91px; padding: 20px 26px; border: 0; background: transparent; text-align: left; font-size: 19px; font-weight: 500; color: #647068; }
.manufacturer-tab + .manufacturer-tab { border-left: 1px solid var(--line); }
.manufacturer-tab small { display: block; margin-bottom: 3px; color: var(--terracotta); text-transform: uppercase; font-size: 10px; }
.manufacturer-tab strong { font-weight: 400; font-size: 12px; white-space: nowrap; }
.manufacturer-tab.is-active { color: var(--forest); background: #e7ede5; }
.manufacturer-tab.is-active::after { content: ""; position: absolute; inset: auto 0 -1px; height: 3px; background: var(--forest); }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 25px 0 30px; }
.catalog-filter { position: relative; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: thin; }
.filter-button { flex-shrink: 0; padding: 12px 14px; min-height: 44px; font-size: 12px; border: 0; border-bottom: 1px solid transparent; background: none; color: var(--muted); }
.filter-button span { margin-left: 7px; font-size: 10px; color: #748175; }
.filter-button.is-active { border-color: var(--forest); color: var(--forest); font-weight: 600; }
.filter-button:hover { background: #e6ebe3; }
.catalog-toolbar > p { flex-shrink: 0; font-size: 11px; color: var(--muted); }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 26px 20px; }
.product-card { min-width: 0; background: #fff; border: 1px solid #e1e6df; border-radius: 4px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.product-card:hover { border-color: #a0b19d; box-shadow: 0 6px 18px #172e2010; }
.product-card__button { padding: 0; width: 100%; height: 100%; text-align: left; display: flex; flex-direction: column; border: 0; background: transparent; }
.product-card__button:focus-visible { outline-offset: -3px; }
.product-card__image-wrap { position: relative; display: block; width: 100%; aspect-ratio: 1; background: #fff; padding: 10px; border-bottom: 1px solid #edf0eb; }
.product-card__image-wrap img { width: 100%; height: 100%; object-fit: contain; }
.product-card__expand { position: absolute; bottom: 12px; right: 12px; display: grid; place-items: center; height: 32px; width: 32px; border: 1px solid var(--line); background: #fffffff0; color: var(--forest); border-radius: 50%; }
.product-card__expand svg { width: 14px; height: 14px; }
.product-card__meta { display: flex; flex-direction: column; align-items: flex-start; padding: 18px; width: 100%; flex: 1; }
.product-card__brand { color: var(--terracotta); font-size: 10px; text-transform: uppercase; font-weight: 500; }
.product-card__title { font-size: 15px; font-weight: 500; line-height: 1.55; margin-top: 7px; }
.product-card__number { margin-top: auto; padding-top: 12px; color: var(--muted); font-size: 10px; }
.catalog-actions { display: flex; justify-content: center; padding-top: 36px; }
.catalog-actions .button { min-width: 230px; }
.supply-item { display: grid; grid-template-columns: 24px 42px 1fr; gap: 20px; padding-block: 30px; border-top: 1px solid var(--line); align-items: start; }
.supply-item:last-child { border-bottom: 1px solid var(--line); }
.supply-item__number { font-size: 11px; color: var(--muted); padding-top: 7px; }
.supply-item__icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--paper); color: var(--forest); }
.supply-item h3 { font-size: 19px; font-weight: 500; }
.supply-item p { margin-top: 10px; font-size: 13px; color: var(--muted); }
.values-section { border-top: 1px solid var(--line); padding-top: 70px; }
.values-heading { display: flex; justify-content: space-between; gap: 60px; align-items: start; margin-bottom: 48px; }
.values-heading .eyebrow { color: var(--terracotta); flex-shrink: 0; }
.values-heading h2 { font-size: 30px; max-width: 660px; }
.values-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 36px; }
.value-item { border-top: 1px solid var(--line); padding-top: 22px; }
.value-item > span { color: var(--terracotta); font-size: 11px; }
.value-item h3 { font-size: 17px; margin-top: 20px; font-weight: 500; min-height: 45px; }
.value-item p { color: var(--muted); font-size: 13px; margin-top: 16px; }
.contact-cta { background: var(--forest); color: #fff; padding-block: 85px; }
.contact-cta__inner { position: relative; }
.contact-cta h2 { font-size: 40px; font-weight: 400; max-width: 820px; }
.contact-cta h2 em { color: var(--gold); }
.contact-cta__inner > p:not(.eyebrow) { margin-top: 24px; font-size: 14px; color: #c4d3c8; max-width: 600px; }
.contact-cta__actions { display: flex; gap: 16px; margin-top: 34px; }
.site-footer { padding-top: 64px; background: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.1fr .75fr .7fr 1.3fr; gap: 42px; }
.brand--footer .brand__mark { width: 74px; height: 74px; }
.footer__legal-name { font-size: 13px; font-weight: 600; margin-top: 20px; }
.footer__summary { color: var(--muted); font-size: 12px; margin-top: 12px; }
.footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 12px; font-size: 12px; }
.footer__column h2 { font-family: var(--body-font); font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.footer__column > a { color: var(--muted); }
.footer__column a:hover { color: var(--terracotta); text-decoration: underline; text-underline-offset: 4px; }
.footer__contact address { font-style: normal; font-size: 13px; line-height: 1.9; }
.footer__contact address > a { display: block; margin-top: 18px; overflow-wrap: anywhere; }
.footer__contact address span { display: block; color: var(--muted); font-size: 11px; margin-bottom: 4px; }
.footer__bottom { margin-top: 54px; padding-block: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 11px; }
.footer__bottom a { display: flex; gap: 14px; align-items: center; }
.footer__bottom svg { width: 15px; height: 15px; }
.product-modal { padding: 0; border: 0; border-radius: 6px; width: min(1120px, calc(100% - 48px)); max-width: none; max-height: calc(100dvh - 48px); background: #fff; color: var(--ink); }
.product-modal::backdrop { background: #0b1713bd; backdrop-filter: blur(4px); }
.modal-shell { display: grid; grid-template-columns: 1.7fr 1fr; }
.modal-image-wrap { position: relative; display: grid; place-items: center; min-height: 520px; padding: 36px 40px; background: var(--paper); }
.modal-image-wrap > img { width: 100%; max-height: min(680px,calc(100dvh - 125px)); object-fit: contain; }
.modal-nav, .modal-close { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; box-shadow: 0 3px 14px #18312212; }
.modal-nav:hover, .modal-close:hover { background: #e6eee4; }
.modal-nav { position: absolute; top: 50%; transform: translateY(-50%); }
.modal-nav--previous { left: 10px; }
.modal-nav--next { right: 10px; }
.modal-close { position: absolute; top: 15px; right: 15px; z-index: 2; }
.modal-details { padding: 80px 32px 38px; align-self: center; }
.modal-details__brand { text-transform: uppercase; color: var(--terracotta); font-size: 12px; margin-bottom: 14px; }
.modal-details h2 { font-size: 28px; line-height: 1.45; }
.modal-details__position { display: block; margin-top: 18px; color: var(--muted); font-size: 12px; }
.modal-details__description { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 24px; font-size: 14px; color: var(--muted); }
.modal-details__contact { width: 100%; margin-top: 30px; padding-inline: 12px; gap: 12px; font-size: 12px; }
.modal-details__email { display: block; text-align: center; margin-top: 16px; color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.has-js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s, transform .65s; }
.has-js .reveal.is-visible { opacity: 1; transform: none; }
@media (min-width: 1600px) {
  .hero__image { object-position: center 57%; } .hero h1 { font-size: 76px; }
}
@media (max-width: 1250px) {
  .header__inner { gap: 24px; } .main-nav { gap: 18px; } .main-nav a { font-size: 12px; }
  .collection-feature { gap: 52px; } .footer__grid { gap: 28px; }
}
@media (max-width: 1100px) {
  :root { --header-height: 78px; }
  .header__cta { margin-left: auto; } .menu-toggle { display: flex; }
  .main-nav { display: none; position: absolute; top: var(--header-height); left: 0; right: 0; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; margin: 0; padding: 24px 48px 36px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 18px #11271918; }
  .site-header.is-menu-open .main-nav { display: flex; flex-direction: column; gap: 0; align-items: stretch; }
  .main-nav a { font-size: 17px; padding: 18px 0; border-bottom: 1px solid var(--line); } .main-nav a::after { display: none; }
  .hero h1 { font-size: 60px; } .trust-bar__inner { gap: 24px; } .trust-bar__inner > p { display: none; }
  .collection-feature { gap: 36px; } .collection-feature--gom h2 { font-size: 40px; }
  .heading-note { font-size: 21px; } .collection-feature__content > p:not(.eyebrow) { font-size: 14px; }
  .collection-feature__thumbs img { height: 125px; } .collection-feature__content h2 { font-size: 38px; }
  .needs-layout, .supply-layout { gap: 60px; }
  .manufacturer-tab { font-size: 16px; padding: 18px; }
  .catalog-toolbar { flex-direction: column; align-items: flex-start; gap: 12px; } .catalog-filter { max-width: 100%; }
  .catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .inspiration-grid { gap: 16px; } .inspiration-item img { height: 210px; }
  .footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer__brand-column { grid-column: span 3; display: grid; grid-template-columns: 240px 1fr 1fr; align-items: center; gap: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
  .footer__legal-name, .footer__summary { margin: 0; } .footer__contact { min-width: 0; }
}
@media (max-width: 800px) {
  .shell, .collection-feature { width: calc(100% - 48px); } .section-pad, .collection-feature { padding-block: 72px; }
  .main-nav { padding-inline: 24px; }
  .hero { height: 620px; min-height: 0; max-height: calc(100svh - 135px); }
  .hero__content { padding-block: 44px 84px; } .hero h1 { font-size: 54px; }
  .hero__statement { font-size: 24px; margin-top: 18px; } .hero__lead { font-size: 13px; max-width: 400px; }
  .hero__signature { font-size: 10px; min-height: 60px; } .hero__signature > p { max-width: 260px; }
  .trust-bar__primary { font-size: 23px; } .trust-bar__primary small { font-size: 10px; }
  .trust-bar__note { font-size: 10px; gap: 8px; } .trust-bar__inner { min-height: 94px; }
  .collection-feature { gap: 40px; grid-template-columns: 1fr 1fr; } .collection-feature--gom { grid-template-columns: 1fr; }
  .collection-feature--gom .collection-feature__media { display: grid; grid-template-columns: 1.9fr 1fr; gap: 12px; }
  .collection-feature--gom .collection-feature__main-image { height: 100%; min-height: 340px; aspect-ratio: auto; }
  .collection-feature--gom .collection-feature__thumbs { grid-template-columns: 1fr; margin: 0; gap: 12px; }
  .collection-feature--gom .collection-feature__thumbs img { height: 164px; }
  .collection-feature--gom .collection-feature__content { max-width: 620px; }
  .collection-feature__content h2 { font-size: 32px; } .collection-feature--gom h2 { font-size: 44px; }
  .heading-note { font-size: 19px; margin-top: 12px; } .collection-list { grid-template-columns: 1fr; gap: 0; }
  .collection-feature__count { top: 12px; left: 12px; font-size: 30px; padding: 12px; }
  .collection-feature--imported .collection-feature__thumbs img { height: 110px; }
  h2 { font-size: 32px; }
  .section-heading, .brand-film__head, .catalog-section__head { gap: 30px; }
  .section-heading > p, .brand-film__head > p, .catalog-section__head > p { font-size: 13px; }
  .brand-film__head h2 { font-size: 30px; } .category-grid { grid-auto-rows: 230px; gap: 14px; }
  .category-card__content { bottom: 20px; left: 20px; right: 20px; } .category-card__title { font-size: 21px; }
  .category-card--small .category-card__title { font-size: 16px; }
  .category-card--small .category-card__content { left: 14px; right: 14px; } .category-card__meta { font-size: 10px; }
  .needs-layout, .supply-layout { grid-template-columns: 1fr; gap: 36px; }
  .needs-intro h2, .supply-intro h2 { max-width: 580px; font-size: 32px; }
  .inspiration-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; } .inspiration-item img { height: 260px; }
  .manufacturer-tab { font-size: 15px; gap: 4px; align-items: flex-start; justify-content: center; flex-direction: column; padding: 15px; min-height: 99px; }
  .manufacturer-tab strong { font-size: 10px; } .manufacturer-tab small { font-size: 9px; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .values-heading { display: block; } .values-heading h2 { font-size: 30px; }
  .values-grid { grid-template-columns: 1fr 1fr; gap: 36px; } .value-item h3 { min-height: 0; }
  .contact-cta h2 { font-size: 34px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer__brand-column { grid-column: auto; display: block; border: 0; padding: 0; }
  .footer__legal-name { margin-top: 16px; } .footer__summary { margin-top: 12px; }
  .modal-shell { grid-template-columns: 1.2fr 1fr; } .modal-details { padding-inline: 22px; }
  .modal-details h2 { font-size: 23px; } .modal-image-wrap { padding: 28px; min-height: 440px; }
}
@media (max-width: 600px) {
  :root { --header-height: 72px; } html { scroll-padding-top: 90px; }
  .shell, .collection-feature { width: calc(100% - 40px); }
  .header__inner { gap: 12px; } .brand { gap: 6px; } .brand__mark { width: 48px; height: 48px; }
  .brand__name { font-size: 18px; } .brand__name small { font-size: 9px; }
  .header__cta { min-height: 40px; padding: 10px; font-size: 10px; gap: 8px; }
  .header__cta svg { width: 14px; height: 14px; } .menu-toggle { width: 40px; height: 40px; flex-shrink: 0; }
  .hero { height: 585px; min-height: 500px; max-height: calc(100svh - 145px); align-items: flex-start; }
  .hero__image { object-position: 62% center; }
  .hero__overlay { background: linear-gradient(90deg, #0c2119cc, #0c211962), linear-gradient(0deg, #0c21198c, transparent 60%); }
  .hero__content { padding-top: 48px; } .hero .eyebrow { font-size: 10px; margin-bottom: 18px; }
  .hero h1 { font-size: 44px; max-width: 360px; line-height: 1.25; } .hero h1 span { display: block; }
  .hero__statement { font-size: 21px; margin-top: 20px; } .hero__lead { font-size: 12px; max-width: 310px; margin-top: 16px; }
  .hero__actions { gap: 18px; margin-top: 24px; }
  .hero__actions .button { padding: 12px 14px; min-height: 47px; gap: 14px; font-size: 11px; }
  .hero__video-link { font-size: 0; gap: 0; } .hero__video-link > span { width: 44px; height: 44px; }
  .hero__signature { font-size: 9px; gap: 10px; min-height: 51px; }
  .hero__signature > p { max-width: 195px; } .hero__signature a { gap: 6px; max-width: 112px; }
  .hero__signature svg { width: 15px; height: 15px; }
  .trust-bar__inner { gap: 0; min-height: 95px; justify-content: space-between; }
  .trust-bar__primary { display: block; font-size: 23px; }
  .trust-bar__primary small { display: block; border: 0; padding: 0; margin-top: 2px; font-size: 10px; }
  .trust-bar__note { max-width: 122px; margin-left: 16px; font-size: 10px; } .trust-bar__note svg { width: 16px; }
  .section-pad, .collection-feature { padding-block: 56px; } .eyebrow { font-size: 10px; margin-bottom: 14px; }
  h2 { font-size: 28px; }
  .section-heading, .brand-film__head, .catalog-section__head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .collection-feature { grid-template-columns: 1fr; gap: 30px; }
  .collection-feature--gom .collection-feature__media { display: block; }
  .collection-feature--gom .collection-feature__main-image { aspect-ratio: 1.2; min-height: 0; height: auto; }
  .collection-feature--gom .collection-feature__thumbs { display: grid; grid-template-columns: 1fr 1fr; margin-top: 10px; gap: 10px; }
  .collection-feature--gom .collection-feature__thumbs img { height: 108px; }
  .collection-feature__content h2 { font-size: 32px; } .collection-feature--gom .collection-feature__content h2 { font-size: 39px; }
  .heading-note { font-size: 20px; margin-top: 16px; }
  .collection-feature__content > p:not(.eyebrow) { font-size: 13px; margin-top: 18px; }
  .collection-ranges { margin-block: 24px; } .collection-ranges a { font-size: 12px; gap: 12px; }
  .collection-ranges a small { font-size: 10px; } .text-link { font-size: 12px; }
  .collection-feature--kamado .collection-feature__content, .collection-feature--kamado .collection-feature__media { grid-column: auto; grid-row: auto; }
  .collection-feature--kamado .collection-feature__main-image { max-height: 400px; }
  .collection-list { grid-template-columns: 1fr 1fr; gap: 0 14px; font-size: 12px; }
  .brand-film__head h2 { font-size: 28px; } .brand-film__caption { gap: 12px; font-size: 10px; } .brand-film__caption p { display: none; }
  .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 335px 245px 245px 245px; grid-auto-rows: 245px; gap: 14px; }
  .category-card--large { grid-column: span 2; grid-row: span 1; }
  .category-card--medium, .category-card--small { grid-column: span 1; }
  .category-card--modern { grid-column: span 2; } .category-card:nth-child(4) { grid-row: 4; }
  .category-card__content, .category-card--small .category-card__content { left: 14px; right: 14px; bottom: 16px; }
  .category-card__title, .category-card--small .category-card__title { font-size: 17px; }
  .category-card--large .category-card__title, .category-card--modern .category-card__title { font-size: 24px; }
  .category-card__meta { font-size: 9px; } .category-card__link { font-size: 10px; } .category-card__flag { top: 16px; left: 16px; }
  .needs-intro h2, .supply-intro h2 { font-size: 28px; }
  .need-item { gap: 18px; padding-block: 18px; } .need-item h3 { font-size: 16px; } .need-item p { font-size: 11px; }
  .inspiration-grid { gap: 28px 14px; } .inspiration-item img { height: 200px; }
  .inspiration-item figcaption { padding: 14px 0 0; } .inspiration-item figcaption > span { display: none; }
  .inspiration-item h3 { font-size: 14px; } .inspiration-item p { font-size: 10px; }
  .manufacturer-control { grid-template-columns: 1.15fr .8fr 1fr; }
  .manufacturer-tab { font-size: 12px; padding: 12px 9px; min-height: 91px; line-height: 1.5; }
  .manufacturer-tab small { font-size: 8px; } .manufacturer-tab strong { font-size: 9px; }
  .catalog-toolbar { margin-block: 16px 24px; gap: 14px; }
  .filter-button { padding: 10px 8px; font-size: 10px; } .filter-button span { font-size: 9px; margin-left: 4px; }
  .catalog-toolbar > p { font-size: 10px; } .catalog-grid { gap: 14px 12px; }
  .product-card__image-wrap { padding: 5px; aspect-ratio: .91; } .product-card__meta { padding: 12px 10px; }
  .product-card__title { font-size: 12px; } .product-card__brand { font-size: 9px; }
  .product-card__number { font-size: 9px; padding-top: 10px; }
  .product-card__expand { width: 26px; height: 26px; right: 7px; bottom: 7px; }
  .catalog-actions { padding-top: 28px; } .catalog-actions .button { min-width: 0; font-size: 12px; }
  .supply-item { grid-template-columns: 20px 32px 1fr; gap: 12px; padding-block: 24px; }
  .supply-item__icon { width: 32px; height: 36px; } .supply-item__icon svg { width: 18px; height: 18px; }
  .supply-item h3 { font-size: 16px; } .supply-item p { font-size: 12px; }
  .values-heading { margin-bottom: 32px; } .values-heading h2 { font-size: 26px; }
  .values-grid { gap: 28px 22px; } .value-item h3 { font-size: 15px; margin-top: 14px; } .value-item p { font-size: 12px; margin-top: 12px; }
  .contact-cta { padding-block: 56px; } .contact-cta h2 { font-size: 29px; } .contact-cta h2 br { display: none; }
  .contact-cta__inner > p:not(.eyebrow) { font-size: 13px; } .contact-cta__actions { gap: 10px; flex-wrap: wrap; }
  .contact-cta .button { font-size: 11px; gap: 12px; padding-inline: 14px; }
  .site-footer { padding-top: 44px; } .footer__grid { gap: 32px 24px; }
  .footer__brand-column, .footer__contact { grid-column: span 2; } .footer__brand-column { max-width: 360px; }
  .footer__column { font-size: 12px; } .footer__contact { border-top: 1px solid var(--line); padding-top: 26px; }
  .footer__contact address { font-size: 12px; } .footer__bottom { margin-top: 30px; font-size: 10px; }
  .product-modal { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .modal-shell { display: block; } .modal-image-wrap { min-height: 0; height: 48dvh; padding: 28px; }
  .modal-image-wrap > img { max-height: 100%; height: 100%; } .modal-close { position: fixed; top: 16px; right: 16px; }
  .modal-details { padding: 24px; } .modal-details h2 { font-size: 23px; } .modal-details__brand { font-size: 10px; margin-bottom: 8px; }
  .modal-details__position { margin-top: 12px; font-size: 11px; }
  .modal-details__description { margin-top: 18px; padding-top: 18px; font-size: 12px; } .modal-details__contact { margin-top: 22px; }
}
@media (max-width: 374px) {
  .header__cta { display: none; } .menu-toggle { margin-left: auto; }
  .hero h1 { font-size: 42px; } .hero__statement { font-size: 19px; } .hero__content { padding-top: 38px; }
  .catalog-grid { grid-template-columns: 1fr; } .product-card__image-wrap { aspect-ratio: 1.15; }
  .product-card__title { font-size: 15px; } .manufacturer-tab { font-size: 11px; padding-inline: 7px; }
}
@media (max-height: 650px) and (min-width: 601px) {
  .hero { min-height: 480px; height: 480px; max-height: none; } .hero h1 { font-size: 48px; }
  .hero__statement { font-size: 22px; margin-top: 16px; } .hero__lead { margin-top: 12px; } .hero__actions { margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; }
  .has-js .reveal { opacity: 1; transform: none; }
}

