@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/golos-text-400.ttf') format('truetype'); }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/golos-text-500.ttf') format('truetype'); }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/golos-text-600.ttf') format('truetype'); }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/golos-text-700.ttf') format('truetype'); }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/golos-text-800.ttf') format('truetype'); }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 900; font-display: swap; src: url('../fonts/golos-text-900.ttf') format('truetype'); }
:root {
    --paper: #f7f7f2; --paper-deep: #eeeee7; --ink: #24251f; --muted: #6b6c64;
    --accent: #cf431e; --accent-hover: #c53c18; --forest: #24251f; --forest-light: #44463b;
    --clay: #ed7656; --line: #dcded3; --white: #fff; --radius: 4px;
    --shadow: 0 14px 48px #24251f12; --shell: min(1440px, calc(100% - 96px));
    --font: 'Golos Text', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--font); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; }
a, button { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 200; padding: 12px 20px; background: white; }
.skip-link:focus { top: 16px; }
.utility-bar { border-bottom: 1px solid var(--line); }
.utility-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 35px; font-size: 12px; }
.utility-inner a { font-weight: 500; }
.utility-inner a span { margin-left: 12px; color: var(--accent); }
.site-header { position: sticky; top: 0; z-index: 100; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header.scrolled { box-shadow: 0 6px 25px #24251f0a; }
.header-inner { display: flex; align-items: center; gap: 42px; min-height: 98px; }
.brand { display: inline-flex; align-items: flex-start; font-size: 55px; font-weight: 900; line-height: .95; letter-spacing: -4px; flex-shrink: 0; }
.brand > span { color: var(--accent); font-size: inherit; line-height: inherit; letter-spacing: inherit; margin: 0; font-weight: inherit; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-inline: auto; font-size: 14px; font-weight: 500; }
.main-nav a { padding-block: 8px; }
.main-nav a:hover, .utility-inner a:hover { color: var(--accent); }
.header-action { display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid var(--ink); padding: 12px 16px; font-size: 14px; font-weight: 500; }
.header-action:hover { background: var(--ink); color: var(--paper); }
.header-action span { font-size: 24px; line-height: 1; }
.menu-toggle { display: none; border: 0; padding: 14px; background: transparent; width: 48px; height: 48px; }
.menu-toggle span { display: block; height: 2px; width: 22px; background: var(--ink); margin: 5px 0; transition: transform .2s; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { padding-block: 0 24px; }
.mobile-menu a { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); }
.eyebrow { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 500; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin: 0 7px 2px 0; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 56px; padding: 15px 22px; border: 1px solid transparent; border-radius: 2px; font-weight: 500; font-size: 15px; transition: background .2s, color .2s, transform .2s; }
.button > span[aria-hidden] { font-size: 25px; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { background: var(--accent-hover); }
.button-ink { background: var(--ink); color: white; }
.button-ink:hover { background: #3e4036; }
.button-outline { border-color: var(--line); background: transparent; }
.button-outline:hover { border-color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { font-weight: 500; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.hero { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,1fr); gap: 44px; padding-block: 34px 40px; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; padding-block: 16px 0; }
.hero h1 { margin: 27px 0 23px; font-size: clamp(40px, 4.4vw, 64px); font-weight: 500; line-height: 1.1; letter-spacing: -.05em; }
.hero-copy > p { margin: 0 0 28px; max-width: 440px; font-size: 17px; color: #62645b; }
.hero-cta { min-width: 205px; }
.hero-footnote { display: flex; align-items: center; gap: 20px; margin-top: auto; padding-top: 35px; font-size: 12px; color: var(--muted); }
.material-mark { font-size: 38px; font-weight: 500; color: var(--ink); letter-spacing: -.08em; }
.material-mark > span { font-size: 18px; letter-spacing: -.05em; }
/* Keep the product unobstructed; details sit beneath the photograph. */
.hero-visual { display: block; min-width: 0; align-self: start; }
.hero-picture { position: relative; display: grid; place-items: center; aspect-ratio: 4/5; overflow: hidden; background: #e6e6dc; }
.hero-picture > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; }
.hero-product-caption { display: grid; grid-template-columns: minmax(0, 1fr) auto 36px; align-items: center; gap: 14px; padding-top: 13px; }
.hero-product-caption strong { font-size: 16px; font-weight: 500; line-height: 1.35; overflow-wrap: anywhere; }
.hero-product-price { font-size: 15px; white-space: nowrap; }
.round-arrow { width: 36px; height: 36px; display: grid; place-items: center; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; font-size: 22px; }
.hero-visual:hover .round-arrow { background: var(--ink); color: var(--paper); }
.hero-carousel { min-width: 0; align-self: start; }
.hero-carousel.has-controls { position: relative; padding-bottom: 52px; }
.hero-slides { display: grid; min-width: 0; touch-action: pan-y pinch-zoom; }
/* Inactive slides retain layout space so changing captions never moves the page. */
.hero-slide { grid-area: 1 / 1; min-width: 0; visibility: hidden; opacity: 0; pointer-events: none; }
.hero-slide.is-active { visibility: visible; opacity: 1; pointer-events: auto; }
.hero-carousel-controls { position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 6px; min-height: 52px; padding-top: 8px; }
.hero-carousel-arrow { flex: 0 0 40px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-size: 23px; }
.hero-carousel-arrow:hover { background: var(--ink); color: var(--paper); }
.hero-carousel-dots { display: flex; justify-content: center; flex: 1; min-width: 0; }
.hero-carousel-dot { display: grid; place-items: center; width: 28px; min-width: 0; height: 40px; padding: 0; border: 0; background: transparent; }
.hero-carousel-dot > span { width: 6px; height: 6px; border-radius: 50%; background: var(--line); }
.hero-carousel-dot[aria-pressed=true] > span { background: var(--ink); }
.hero-carousel-count { flex-shrink: 0; color: var(--muted); font-size: 11px; font-variant-numeric: tabular-nums; }
@media (prefers-reduced-motion: no-preference) { .hero-slide { transition: opacity .16s; } }
.benefit-strip { color: var(--paper); background: var(--ink); }
.benefit-strip > div { display: flex; justify-content: space-between; gap: 26px; }
.benefit-strip span { display: flex; gap: 30px; justify-content: space-between; align-items: center; min-height: 68px; font-size: 14px; white-space: nowrap; }
.benefit-strip i { font-size: 27px; color: #ee795a; font-style: normal; }
.catalog-section { padding-block: 100px 96px; scroll-margin-top: 24px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-heading h2 { margin: 16px 0 0; font-size: clamp(38px, 4vw, 60px); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; }
.section-heading h2 span { color: var(--muted); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; }
.catalog-controls { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.category-tabs { display: flex; flex-wrap: wrap; gap: 6px; }
.category-tabs a { flex: none; display: flex; gap: 10px; align-items: center; padding: 12px 15px; font-size: 14px; border: 1px solid var(--line); transition: background .2s; }
.category-tabs a:hover { border-color: var(--ink); }
.category-tabs a.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.category-tabs a > span { font-size: 12px; opacity: .65; }
.catalog-search { position: relative; width: 260px; flex-shrink: 0; }
.catalog-search input { width: 100%; height: 48px; padding: 12px 46px 12px 15px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); font-size: 14px; }
.catalog-search button { display: grid; place-items: center; position: absolute; right: 1px; top: 1px; width: 44px; height: 46px; border: 0; background: transparent; }
.catalog-summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; color: var(--muted); font-size: 12px; }
.catalog-summary a { color: var(--ink); border-bottom: 1px solid var(--line); }
[data-catalog-results] { transition: opacity .2s; }
[data-catalog-results].loading { opacity: .45; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 38px 22px; }
.product-card { min-width: 0; }
.product-card-image { display: block; position: relative; aspect-ratio: 4/5; overflow: hidden; background: #edeee7; }
.product-card-image > img { position: absolute; inset: 0; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; transition: transform .55s cubic-bezier(.2,.65,.3,1); }
.card-arrow { position: absolute; bottom: 14px; right: 14px; display: grid; place-items: center; width: 38px; height: 38px; background: var(--paper); border-radius: 50%; font-size: 22px; transition: background .2s, color .2s; }
.product-card-image:hover .card-arrow { background: var(--accent); color: white; }
.card-discount { position: absolute; left: 12px; top: 12px; background: var(--accent); color: white; padding: 5px 9px; font-size: 12px; }
.product-card-body { padding-top: 15px; }
.category-label { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.product-card h3 { font-size: 17px; font-weight: 500; line-height: 1.35; min-height: 2.7em; margin: 7px 0 14px; }
.product-card h3 a:hover { color: var(--accent); }
.product-card-footer { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; justify-content: space-between; }
.card-price { display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; }
.card-price strong { font-size: 19px; font-weight: 500; letter-spacing: -.03em; }
.card-price > span { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }
.card-detail { font-size: 12px; color: var(--muted); }
.card-detail:hover { color: var(--accent); }
.price-badge { display: inline-block; padding: 3px 7px; background: #f9e5dc; color: #ae3213; font-size: 12px; font-weight: 500; }
.price-badge.markup { background: #e7e9e1; color: #515745; }
.image-placeholder { color: #9a9d90; font-size: 40px; font-weight: 700; letter-spacing: -.06em; }
.empty-state { text-align: center; padding: 75px 20px; border: 1px solid var(--line); }
.empty-symbol { font-size: 42px; color: var(--accent); }
.empty-state h3, .empty-state h1 { font-size: 32px; font-weight: 500; letter-spacing: -.04em; margin: 10px 0; }
.empty-state p { color: var(--muted); margin-bottom: 25px; }
.page-error { border: 0; margin-block: 50px; }
.search-error { color: #ae3213; }
.search-error button { padding: 4px 0; border: 0; border-bottom: 1px solid; color: inherit; background: transparent; }
.made-section { padding: 85px 0; background: #e6e8dc; scroll-margin-top: 80px; }
.made-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; }
.made-section h2 { margin: 22px 0 0; font-size: clamp(38px, 4.5vw, 67px); font-weight: 500; line-height: 1.05; letter-spacing: -.055em; }
.made-section h2 span { color: #787d6c; }
.made-copy { padding-top: 37px; }
.made-copy > p { font-size: 18px; max-width: 430px; margin: 0 0 28px; }
.made-details { display: grid; gap: 10px; margin-top: 40px; color: #626759; font-size: 12px; }
.site-footer { background: var(--ink); color: var(--paper); padding-top: 70px; scroll-margin-top: 95px; }
.footer-intro { border-bottom: 1px solid #ffffff26; padding-bottom: 60px; }
.footer-intro > .eyebrow { color: #b0b2a7; }
.footer-intro > a { display: block; position: relative; margin-top: 20px; font-size: clamp(45px, 6vw, 90px); font-weight: 500; line-height: 1.05; letter-spacing: -.06em; padding-right: 110px; }
.footer-intro > a > span:not(.footer-arrow) { color: #ea7556; }
.footer-arrow { position: absolute; top: 20px; right: 0; color: #ea7556; font-weight: 400; font-size: 100px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .85fr 1fr 1fr; gap: 45px; padding-block: 54px; }
.footer-grid .brand { font-size: 65px; }
.footer-grid h2 { font-weight: 400; font-size: 12px; color: #a9aca0; margin: 0 0 20px; }
.footer-grid p { color: #bcbeb4; font-size: 14px; margin: 16px 0 0; }
.footer-grid > div > a:not(.brand) { display: block; margin-top: 10px; font-size: 14px; }
.footer-grid a:hover { color: #ee987f; }
.footer-grid .footer-phone { font-size: 17px !important; }
.footer-grid .footer-partners { margin-top: 28px !important; color: #bcbeb4; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; border-top: 1px solid #ffffff26; padding: 22px 0; color: #a9aca0; font-size: 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 28px; }
.eyebrow-light { color: #c8cbbe; }
/* Product pages share the storefront's photography and typography. */
.product-page { padding: 28px 0 70px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 12px; margin-bottom: 30px; }
.breadcrumbs a:hover { color: var(--accent); }
.product-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); align-items: start; gap: 65px; }
.product-gallery { min-width: 0; }
.gallery-main { position: relative; width: 100%; aspect-ratio: 4/5; max-height: min(900px, 82svh); display: grid; place-items: center; overflow: hidden; background: #edeee7; touch-action: pan-y pinch-zoom; }
.gallery-main > img { position: absolute; inset: 0; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; transition: opacity .16s; }
.gallery-main > img.changing { opacity: .4; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; background: var(--paper); border: 0; border-radius: 50%; font-size: 24px; }
.gallery-prev { left: 16px; }.gallery-next { right: 16px; }
.photo-count { position: absolute; bottom: 18px; left: 18px; padding: 5px 10px; background: var(--paper); font-size: 12px; }
.gallery-thumbs { display: flex; overflow-x: auto; gap: 10px; padding: 14px 3px; }
.gallery-thumb { flex: 0 0 108px; padding: 3px; border: 1px solid var(--line); background: transparent; }
.gallery-thumb img { width: 100%; aspect-ratio: 3/2; height: auto; object-fit: contain; }
.gallery-thumb.active { border: 2px solid var(--ink); padding: 2px; }
.product-info { padding-top: 16px; }
.product-info h1 { font-size: clamp(32px, 3.6vw, 53px); font-weight: 500; letter-spacing: -.055em; line-height: 1.1; margin: 18px 0 25px; }
.product-price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 15px; }
.product-price { font-size: 34px; line-height: 1.2; letter-spacing: -.05em; }
.product-price-row del { color: var(--muted); font-size: 17px; }
.price-note { margin: 10px 0 22px; color: var(--muted); font-size: 12px; max-width: 360px; }
.product-description { color: #55584d; font-size: 16px; line-height: 1.7; overflow-wrap: anywhere; }
.product-description h2, .product-description h3, .product-description h4 { color: var(--ink); font-size: 20px; line-height: 1.35; }
.product-description a { color: var(--accent); text-decoration: underline; }
.product-description table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.product-description td, .product-description th { padding: 8px; border: 1px solid var(--line); }
.product-description pre { overflow-x: auto; padding: 12px; background: var(--paper-deep); }
.product-actions { display: flex; gap: 10px; margin: 25px 0; }
.product-actions .button { flex: 1; }
.product-benefits { list-style: none; padding: 22px 0 0; margin: 24px 0 0; border-top: 1px solid var(--line); display: grid; gap: 12px; font-size: 14px; }
.product-benefits span { margin-right: 10px; color: var(--accent); }
.related-section { padding: 60px 0 90px; border-top: 1px solid var(--line); }
.section-heading.compact h2 { font-size: 40px; }
@media (min-width: 1600px) { .hero { padding-top: 45px; } }
@media (max-width: 1200px) {
    :root { --shell: calc(100% - 64px); }
    .header-inner { gap: 24px; }.main-nav { gap: 22px; }.header-action { display: none; }
    .main-nav { margin-left: auto; margin-right: 0; }
    .hero { gap: 28px; }
    .hero .eyebrow { font-size: 12px; }.hero-copy > p { font-size: 16px; }
    .benefit-strip span { font-size: 12px; gap: 16px; }.benefit-strip i { font-size: 23px; }
    .catalog-search { width: 100%; }.product-grid { gap: 35px 16px; }.product-card h3 { font-size: 16px; }
    .card-detail { display: none; }.made-grid { gap: 65px; }.footer-grid { gap: 25px; }
    .product-layout { gap: 35px; }.product-actions { flex-wrap: wrap; }.product-actions .button { min-width: 175px; }
}
@media (max-width: 800px) {
    :root { --shell: calc(100% - 40px); }
    .header-inner { min-height: 78px; }.brand { font-size: 46px; }.main-nav { display: none; }.menu-toggle { display: block; margin-left: auto; }
    .utility-inner { font-size: 12px; }.hero { grid-template-columns: 1fr; gap: 22px; padding-block: 24px 28px; }
    .hero-carousel { width: 100%; max-width: 560px; justify-self: center; }
    .hero h1 { font-size: clamp(32px, 4.5vw, 42px); margin-top: 24px; }.hero-copy { padding-top: 8px; }.hero .eyebrow { font-size: 12px; letter-spacing: .055em; }
    .hero-copy > p { font-size: 14px; }.hero-footnote { gap: 12px; font-size: 12px; }.material-mark { font-size: 30px; }
    .hero-product-caption { grid-template-columns: minmax(0, 1fr) auto; gap: 5px 12px; padding-top: 12px; }.hero-product-caption strong { font-size: 14px; }.hero-product-price { grid-column: 1; font-size: 14px; }.hero-product-caption .round-arrow { grid-column: 2; grid-row: 1 / 3; }
    .hero-cta { min-width: 180px; }
    .benefit-strip > div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; padding-block: 8px; }.benefit-strip span { min-height: 38px; justify-content: flex-start; gap: 12px; }.benefit-strip i { order: -1; font-size: 20px; }
    .catalog-section { padding-block: 65px; }.section-heading h2 { font-size: 40px; }.section-heading > p { font-size: 13px; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.card-price strong { font-size: 18px; }.product-card h3 { font-size: 15px; }
    .made-grid { gap: 35px; grid-template-columns: 1fr 1fr; }.made-section { padding: 60px 0; }.made-section h2 { font-size: 39px; }.made-copy > p { font-size: 16px; }.made-copy { padding-top: 26px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }.footer-intro > a { font-size: 58px; }.footer-arrow { font-size: 75px; }
    .product-layout { grid-template-columns: 1fr; gap: 25px; }.product-info h1 { font-size: 33px; }.product-price { font-size: 29px; }.product-actions { flex-direction: column; }.product-info { padding: 0; }
    .product-description { font-size: 15px; }.gallery-arrow { width: 38px; height: 38px; }.gallery-prev { left: 10px; }.gallery-next { right: 10px; }
}
@media (max-width: 580px) {
    :root { --shell: calc(100% - 36px); }
    html { scroll-padding-top: 85px; }.utility-inner { min-height: 33px; font-size: 12px; }.utility-inner a span { display: none; }
    .header-inner { min-height: 73px; }.brand { font-size: 43px; }
    .hero { grid-template-columns: 1fr; gap: 25px; padding-top: 20px; }.hero-copy { position: relative; }.hero .eyebrow { font-size: 12px; }
    .hero h1 { font-size: clamp(31px, 8.9vw, 46px); line-height: 1.1; margin: 22px 0 20px; }.hero-copy > p { font-size: 16px; max-width: 310px; margin-bottom: 23px; }.desktop-break { display: none; }
    .hero-cta { min-width: 202px; }.hero-footnote { display: none; }
    .hero-product-caption strong { font-size: 15px; }
    .benefit-strip > div { gap: 0 12px; }.benefit-strip span { white-space: normal; font-size: 12px; gap: 9px; min-height: 40px; }.benefit-strip i { flex-shrink: 0; }
    .catalog-section { padding-block: 50px; }.section-heading { display: block; margin-bottom: 25px; }.eyebrow { font-size: 12px; }.section-heading h2 { font-size: 37px; margin-top: 15px; }.section-heading > p { display: none; }
    .catalog-controls { gap: 16px; padding-bottom: 16px; }.category-tabs { gap: 7px; }.category-tabs a { font-size: 14px; padding: 10px 12px; }.catalog-search input { font-size: 16px; }.catalog-summary { font-size: 12px; padding: 18px 0; }.catalog-summary > span:last-child:not(:first-child) { display: none; }
    .product-grid { grid-template-columns: 1fr; gap: 32px; }.product-card-body { padding-top: 10px; }.category-label { font-size: 12px; letter-spacing: .03em; }.product-card h3 { font-size: 16px; line-height: 1.4; margin-top: 6px; min-height: 2.8em; }.card-price strong { font-size: 17px; }.card-price > span { font-size: 12px; }.card-arrow { width: 30px; height: 30px; font-size: 20px; bottom: 8px; right: 8px; }.card-discount { font-size: 12px; top: 8px; left: 8px; }
    .made-grid { grid-template-columns: 1fr; gap: 0; }.made-section { padding: 45px 0; }.made-section h2 { font-size: 43px; }.made-copy { padding-top: 24px; }.made-copy > p { max-width: 100%; }.made-details { margin-top: 25px; }
    .site-footer { padding-top: 45px; }.footer-intro { padding-bottom: 35px; }.footer-intro > a { font-size: 42px; padding-right: 35px; }.footer-arrow { font-size: 50px; top: 0; right: 0; }.footer-intro > .eyebrow { font-size: 12px; }
    .footer-grid { gap: 30px 18px; padding-block: 35px; }.footer-grid .brand { font-size: 55px; }.footer-grid h2 { font-size: 12px; margin-bottom: 15px; }.footer-grid p, .footer-grid > div > a:not(.brand) { font-size: 12px; }.footer-grid .footer-phone { font-size: 13px !important; }.footer-bottom { font-size: 12px; gap: 12px; }.footer-bottom > span:nth-child(2) { display: none; }
    .product-page { padding-top: 20px; }.breadcrumbs { font-size: 12px; gap: 6px; margin-bottom: 20px; }.breadcrumbs > span:last-child { display: none; }.product-layout { grid-template-columns: 1fr; gap: 20px; }.product-info h1 { font-size: 38px; margin: 15px 0 20px; }.product-price { font-size: 32px; }.product-description { font-size: 16px; }.product-actions { flex-direction: row; }.product-actions .button { min-width: 140px; padding-inline: 15px; font-size: 14px; }.gallery-thumb { flex-basis: 88px; }.gallery-thumb img { height: auto; }.related-section { padding: 40px 0 55px; }.section-heading.compact h2 { font-size: 32px; }.section-heading.compact .text-link { display: inline-block; margin-top: 20px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
.product-category-link { color: var(--muted); }
.product-category-link:hover { color: var(--accent); }
.product-direct-contact { font-size: 12px; color: var(--muted); margin: -10px 0 25px; }
.product-direct-contact a { border-bottom: 1px solid var(--line); }
.product-facts { display: flex; flex-wrap: wrap; gap: 12px 25px; padding: 18px 0; border-top: 1px solid var(--line); font-size: 12px; }
.product-facts i { color: var(--accent); font-size: 19px; font-style: normal; margin-right: 5px; }
.product-accordions details { border-top: 1px solid var(--line); }
.product-accordions details:last-child { border-bottom: 1px solid var(--line); }
.product-accordions summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; list-style: none; padding: 19px 0; font-size: 15px; font-weight: 500; }
.product-accordions summary::-webkit-details-marker { display: none; }
.product-accordions summary > span { font-size: 23px; font-weight: 400; transition: transform .2s; }
.product-accordions details[open] summary > span { transform: rotate(45deg); }
.product-accordions .product-description { padding-bottom: 15px; }
.product-accordions .product-description > :first-child { margin-top: 0; }
.product-partner-link { display: flex; gap: 15px; justify-content: space-between; padding-top: 22px; color: var(--muted); font-size: 12px; }
.product-partner-link:hover { color: var(--accent); }
.gallery-expand { position: absolute; right: 18px; bottom: 18px; background: var(--paper); padding: 5px 10px; font-size: 12px; }
.gallery-expand span { font-size: 16px; margin-left: 8px; }
.gallery-note { margin: 3px 0 0; font-size: 12px; color: var(--muted); }
.gallery-error { font-size: 14px; color: #ae3213; }
.archive-notice { border: 1px solid var(--line); padding: 22px; }
.archive-notice > p { color: var(--muted); font-size: 15px; }
.photo-dialog { width: min(1300px, calc(100vw - 40px)); height: min(950px, calc(100dvh - 40px)); max-width: none; max-height: none; margin: auto; padding: 20px 28px; border: 0; background: var(--paper); color: var(--ink); }
.photo-dialog[open] { display: flex; flex-direction: column; }
.photo-dialog::backdrop { background: #151711e8; }
.photo-dialog-top, .photo-dialog-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-shrink: 0; font-size: 14px; }
.photo-dialog-top { padding-bottom: 12px; }
.photo-dialog-top button { background: transparent; border: 0; min-height: 44px; padding: 0 8px; display: flex; align-items: center; gap: 14px; }
.photo-dialog-top button span { font-size: 30px; }
.photo-dialog > img { width: 100%; min-height: 0; flex: 1; object-fit: contain; touch-action: pan-y pinch-zoom; }
.photo-dialog-bottom { justify-content: center; gap: 24px; padding-top: 12px; }
.photo-dialog-bottom button { background: transparent; border: 1px solid var(--line); width: 44px; height: 44px; font-size: 22px; }
body:has(.photo-dialog[open]) { overflow: hidden; }
@media (max-width: 580px) {
    .product-facts { font-size: 12px; gap: 12px; }.product-accordions summary { font-size: 14px; }
    .photo-dialog { width: 100vw; height: 100dvh; padding: 12px; }.photo-dialog-top { font-size: 12px; gap: 10px; }.photo-dialog-top > span { max-width: 65%; }.photo-dialog-top button { font-size: 12px; gap: 7px; }
}

.photo-dialog-top a { margin-left: auto; padding: 10px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 580px) { .photo-dialog-top > span { display: none; }.photo-dialog-top a { margin-left: 0; margin-right: auto; } }

.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; }
.gallery-toolbar .photo-count, .gallery-toolbar .gallery-expand { position: static; background: transparent; padding: 0; }

.gallery-navigation { display: flex; gap: 8px; }
.gallery-toolbar .gallery-arrow { position: static; transform: none; width: 36px; height: 36px; font-size: 22px; border: 1px solid var(--line); background: transparent; }
