:root {
  --ink: #20241d;
  --forest: #293126;
  --green: #6d775a;
  --cream: #f1eee6;
  --paper: #faf9f5;
  --line: rgba(31, 36, 29, .17);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

html[data-theme="dark"] {
  --ink: #f1eee6;
  --forest: #121510;
  --green: #a7b08d;
  --cream: #1d211b;
  --paper: #151813;
  --line: rgba(241, 238, 230, .15);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.6; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.announcement { height: 36px; padding: 0 3.5vw; display: flex; align-items: center; justify-content: center; gap: 16px; background: var(--forest); color: white; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
.text-link { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: none; color: white; cursor: pointer; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }

.site-header { position: relative; z-index: 50; height: 84px; padding: 0 3.5vw; display: grid; grid-template-columns: 220px 1fr 305px; align-items: center; background: rgba(250,249,245,.97); border-bottom: 1px solid rgba(0,0,0,.07); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 700; letter-spacing: .22em; line-height: 1; }
.brand small { display: block; margin-top: 6px; font-size: 10px; font-weight: 500; letter-spacing: .26em; }
.brand-mark { width: 29px; height: 33px; display: flex; align-items: end; gap: 3px; transform: skewY(-15deg); }
.brand-mark i { width: 7px; height: 25px; border: 1.5px solid currentColor; display: block; }
.brand-mark i:nth-child(2) { height: 31px; }
.brand-mark i:nth-child(3) { height: 20px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 42px); }
.main-nav a { position: relative; padding: 29px 0; font-size: 14px; font-weight: 600; letter-spacing: .065em; text-transform: uppercase; }
.main-nav a::after { position: absolute; bottom: 22px; left: 0; width: 0; height: 1px; background: var(--ink); content: ""; transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.language-switch, .nav-language { display: flex; align-items: center; gap: 5px; font-size: 13px; letter-spacing: .06em; }
.language-switch button, .nav-language button { padding: 4px 2px; border: 0; border-bottom: 1px solid transparent; background: transparent; color: inherit; cursor: pointer; font-size: inherit; }
.language-switch button.active, .nav-language button.active { border-bottom-color: currentColor; font-weight: 700; }
.theme-toggle { width: 34px; height: 34px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; place-items: center; border: 1px solid var(--line); border-radius: 50%; overflow: hidden; background: transparent; color: inherit; cursor: pointer; font-size: 12px; }
.theme-toggle span { grid-column: 1 / 3; grid-row: 1; transition: transform .3s ease, opacity .3s ease; }
.theme-toggle .moon { transform: translateY(25px); opacity: 0; }
html[data-theme="dark"] .theme-toggle .sun { transform: translateY(-25px); opacity: 0; }
html[data-theme="dark"] .theme-toggle .moon { transform: translateY(0); opacity: 1; }
.nav-controls, .nav-language { display: none; }
.icon-button { width: 40px; height: 40px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.icon-button svg { fill: none; stroke: currentColor; stroke-width: 1.5; }
.outline-button { height: 42px; padding: 0 20px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 13px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: .25s ease; }
.outline-button:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; }
.search-panel { position: absolute; top: 84px; left: 0; width: 100%; padding: 24px 3.5vw; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; border-top: 1px solid var(--line); background: var(--paper); transform: translateY(-120%); opacity: 0; z-index: -1; transition: .3s ease; }
.search-panel.open { transform: translateY(0); opacity: 1; }
.search-panel label { font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.search-panel input { padding: 11px 0; border: 0; border-bottom: 1px solid var(--ink); outline: none; background: transparent; }
.search-panel button { padding: 11px 25px; border: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; }

.hero { position: relative; height: 50svh; min-height: 360px; max-height: 560px; overflow: hidden; color: white; touch-action: pan-y; }
.hero-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .8s ease, visibility .8s ease; }
.hero-slide.active { visibility: visible; opacity: 1; }
.hero-slide > img { height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,13,10,.72) 0%, rgba(11,13,10,.32) 43%, rgba(11,13,10,.04) 75%); }
.hero-content { position: absolute; left: 7vw; top: 50%; width: 560px; transform: translateY(-50%); }
.hero .eyebrow { margin-bottom: 16px; }
.eyebrow { margin: 0 0 24px; color: var(--green); font-size: 14px; font-weight: 700; letter-spacing: .14em; }
.eyebrow.light { color: rgba(255,255,255,.7); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(42px, 4.4vw, 66px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
h1 em, h2 em { font-family: var(--serif); font-weight: 500; }
.hero-copy { width: 430px; margin-bottom: 20px; color: rgba(255,255,255,.78); font-size: 16px; }
.hero-buttons { display: flex; align-items: center; gap: 28px; }
.hero .button { min-height: 48px; }
.button { min-height: 52px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: .085em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.play-link { display: flex; align-items: center; gap: 10px; padding: 0; border: 0; background: none; color: white; cursor: pointer; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.play-link b { font: inherit; }
.play-link span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 8px; }
.hero-note { position: absolute; right: 4vw; bottom: 42px; padding: 15px 0 15px 21px; display: flex; gap: 14px; border-left: 1px solid rgba(255,255,255,.45); }
.hero-note span { color: rgba(255,255,255,.6); font-family: var(--serif); font-size: 26px; }
.hero-note p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.6; letter-spacing: .065em; text-transform: uppercase; }
.hero-note strong { color: white; }
.hero-arrow { position: absolute; z-index: 5; top: 50%; width: 48px; height: 48px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(12,15,11,.2); color: white; cursor: pointer; font-size: 22px; line-height: 1; transform: translateY(-50%); backdrop-filter: blur(4px); transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.hero-arrow:hover { border-color: white; background: rgba(12,15,11,.55); transform: translateY(-50%) scale(1.05); }
.hero-arrow-prev { left: 22px; }
.hero-arrow-next { right: 22px; }
.hero-dots { position: absolute; z-index: 5; bottom: 68px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.hero-dot { width: 9px; height: 9px; padding: 0; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: transparent; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.hero-dot:hover { transform: scale(1.25); }
.hero-dot.active { background: white; }
.scroll-cue { position: absolute; z-index: 5; bottom: 0; left: 50%; width: 45px; height: 48px; display: grid; place-items: center; background: var(--paper); transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 18px; background: var(--ink); position: relative; }
.scroll-cue span::after { position: absolute; bottom: 0; left: -3px; width: 6px; height: 6px; border-right: 1px solid; border-bottom: 1px solid; transform: rotate(45deg); content: ""; }

.benefits { padding: 37px 5vw; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--cream); border-bottom: 1px solid var(--line); }
.benefits article { padding: 0 2.5vw; display: flex; align-items: center; gap: 17px; border-right: 1px solid var(--line); }
.benefits article:last-child { border: 0; }
.benefits svg { width: 40px; height: 40px; flex: 0 0 auto; fill: none; stroke: var(--green); stroke-width: 1.3; }
.benefits strong { display: block; margin-bottom: 3px; font-size: 14px; letter-spacing: .055em; text-transform: uppercase; }
.benefits span { display: block; color: #6b6e67; font-size: 14px; }

.section { padding: 120px 6vw; }
.section-heading { max-width: 1320px; margin: 0 auto 55px; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading > p { width: 390px; margin-bottom: 8px; color: #6c7068; font-size: 16px; }
h2 { margin-bottom: 0; font-size: clamp(38px, 4.3vw, 66px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.section-heading .eyebrow { margin-bottom: 15px; }
.category-grid { max-width: 1320px; height: 530px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { position: relative; overflow: hidden; color: white; }
.category-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,12,9,.67), transparent 58%); content: ""; }
.category-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.category-card:hover img { transform: scale(1.035); }
.category-card > div { position: absolute; z-index: 2; right: 30px; bottom: 27px; left: 30px; }
.category-card p { margin-bottom: 4px; color: rgba(255,255,255,.72); font-size: 13px; letter-spacing: .11em; }
.category-card h3 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.category-index { position: absolute; z-index: 2; top: 25px; left: 28px; font-family: var(--serif); font-size: 15px; }
.round-arrow { position: absolute; right: 0; bottom: 3px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; transition: .25s ease; }
.category-card:hover .round-arrow { background: white; color: var(--ink); transform: rotate(45deg); }

.story { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--forest); color: white; }
.story-image { position: relative; min-height: 750px; }
.story-image img { height: 100%; object-fit: cover; }
.experience { position: absolute; right: -57px; bottom: 80px; width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 50%; background: var(--cream); color: var(--ink); }
.experience strong { font-family: var(--serif); font-size: 52px; font-weight: 500; }
.experience span { font-size: 13px; line-height: 1.4; letter-spacing: .065em; text-transform: uppercase; }
.experience b { font: inherit; }
.story-content { padding: 110px 8vw 90px 10vw; display: flex; flex-direction: column; justify-content: center; }
.story-content > p:not(.eyebrow) { max-width: 535px; margin: 37px 0 28px; color: rgba(255,255,255,.67); }
.story-content ul { max-width: 530px; margin: 0 0 38px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.story-content li { padding: 14px 0; display: flex; gap: 23px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 14px; letter-spacing: .03em; }
.story-content li span { color: rgba(255,255,255,.42); font-family: var(--serif); }
.story-content li b { font: inherit; }
.line-button { width: fit-content; padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.line-button span { margin-left: 12px; }

.products { background: #f5f2ea; }
.section-heading.compact { align-items: center; }
.filter-tabs { display: flex; gap: 8px; }
.filter-tabs button { padding: 9px 16px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 13px; letter-spacing: .075em; text-transform: uppercase; }
.filter-tabs button.active { background: var(--ink); color: white; }
.product-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { cursor: pointer; transition: opacity .25s ease, transform .25s ease; }
.product-card:hover { transform: translateY(-4px); }
.product-card:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; }
.product-card.hidden { display: none; }
.product-visual { position: relative; height: 370px; margin-bottom: 20px; overflow: hidden; background-color: #d3b589; background-position: center; background-size: cover; }
.product-visual::before { position: absolute; inset: -45px; content: ""; transform: rotate(-22deg); }
.product-visual::after { position: absolute; inset: 0; box-shadow: inset 0 0 80px rgba(0,0,0,.08); content: ""; }
.product-visual.product-laminate { background-image: url('assets/category-laminate.jpg'); background-position: 53% 76%; }
.product-visual.product-panel { background-image: url('assets/category-panels.jpg'); background-position: 66% 43%; }
.product-visual.product-decor { background-image: url('assets/category-objects.jpg'); background-position: 22% 45%; }
.product-visual.product-frieze { background-image: url('assets/category-friezes.jpg'); background-position: 52% 30%; }
.product-visual.product-laminate::before, .product-visual.product-panel::before, .product-visual.product-decor::before, .product-visual.product-frieze::before { display: none; }
.product-visual button { position: absolute; z-index: 2; top: 17px; right: 17px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.86); cursor: pointer; font-size: 20px; }
.product-visual button.liked { background: var(--ink); color: white; }
.badge { position: absolute; z-index: 2; top: 17px; left: 17px; padding: 6px 9px; background: white; font-size: 12px; font-weight: 700; letter-spacing: .085em; }
.badge.dark { background: var(--ink); color: white; }
.product-card > p { margin: 0 0 5px; color: #7a7c76; font-size: 12px; letter-spacing: .11em; }
.product-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.product-card > div:last-child { display: flex; justify-content: space-between; font-size: 14px; }
.product-card > div:last-child span { font-size: 18px; }
.center { margin-top: 52px; text-align: center; }

.project-banner { position: relative; height: 700px; overflow: hidden; color: white; }
.project-banner::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,9,.68), rgba(10,12,9,.05)); content: ""; }
.project-banner > img { height: 100%; object-fit: cover; transform: scale(1.03); }
.project-content { position: absolute; z-index: 2; top: 50%; left: 8vw; transform: translateY(-50%); }
.project-content h2 { margin-bottom: 38px; }
.project-content a { padding-bottom: 7px; border-bottom: 1px solid white; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-content a span { margin-left: 12px; }
.project-meta { position: absolute; z-index: 2; right: 4vw; bottom: 35px; margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; letter-spacing: .085em; text-align: right; text-transform: uppercase; }

.journal { background: var(--paper); }
.journal-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.journal-image { position: relative; height: 410px; margin-bottom: 22px; overflow: hidden; }
.journal-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.journal article:hover img { transform: scale(1.035); }
.journal-image span { position: absolute; bottom: 0; left: 0; padding: 8px 13px; background: var(--paper); font-size: 12px; font-weight: 700; letter-spacing: .09em; }
.journal article > p { margin-bottom: 8px; color: #858781; font-size: 12px; letter-spacing: .09em; }
.journal article > h3 { margin-bottom: 13px; font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.35; }
.journal article > a { font-size: 13px; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }

.cta { padding: 105px 5vw; background: #6a7258; color: white; text-align: center; }
.cta h2 { margin-bottom: 36px; }
.cta .eyebrow { margin-bottom: 18px; }

.footer { padding: 75px 6vw 25px; background: #171a15; color: white; }
.footer-main { max-width: 1320px; margin: auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 60px; }
.brand-light { color: white; }
.footer-main > div:first-child > p { margin-top: 32px; color: rgba(255,255,255,.47); font-size: 15px; }
.footer h3 { margin-bottom: 24px; color: rgba(255,255,255,.43); font-size: 13px; letter-spacing: .11em; }
.footer-main > div:not(:first-child) a, .footer-main > div:not(:first-child) p { display: block; margin-bottom: 10px; color: rgba(255,255,255,.72); font-size: 14px; }
.footer-main a:hover { color: white; }
.footer-bottom { max-width: 1320px; margin: 65px auto 0; padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom div { display: flex; justify-content: center; gap: 22px; }
.back-top { justify-self: end; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(14,16,12,.77); cursor: pointer; }
.modal-card { position: relative; z-index: 1; width: min(560px, calc(100% - 32px)); max-height: 90vh; padding: 50px; overflow: auto; background: var(--paper); }
.modal-close { position: absolute; top: 15px; right: 17px; border: 0; background: transparent; cursor: pointer; font-size: 27px; font-weight: 300; }
.modal-card h2 { margin-bottom: 22px; font-size: 43px; }
.modal-card > p:not(.eyebrow):not(.form-success) { color: #6e716a; font-size: 14px; }
.modal-card form { margin-top: 25px; display: grid; gap: 14px; }
.modal-card label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.modal-card input, .modal-card select { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); outline: none; background: transparent; border-radius: 0; }
.form-success { margin: 20px 0 0; padding: 14px; background: #e7eadf; font-size: 14px; }

.product-modal-card { position: relative; z-index: 1; width: min(980px, calc(100% - 32px)); max-height: 90vh; display: grid; grid-template-columns: 1fr 1fr; overflow: auto; background: var(--paper); }
.product-modal-close { z-index: 4; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(250,249,245,.9); }
.product-modal-image-wrap { position: relative; min-height: 610px; background: var(--cream); }
.product-modal-image { width: 100%; height: 100%; object-fit: cover; }
.product-modal-badge { position: absolute; top: 20px; left: 20px; padding: 8px 11px; background: var(--paper); color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .085em; }
.product-modal-content { padding: 58px 50px 46px; display: flex; flex-direction: column; justify-content: center; }
.product-modal-content .eyebrow { margin-bottom: 12px; }
.product-modal-content h2 { margin-bottom: 12px; font-family: var(--serif); font-size: 42px; line-height: 1.1; }
.product-modal-price { margin-bottom: 24px; font-size: 16px; }
.product-modal-description { margin-bottom: 25px; color: #6e716a; font-size: 16px; line-height: 1.7; }
.product-modal-content h3 { margin-bottom: 10px; font-size: 13px; letter-spacing: .1em; }
.product-modal-features { margin: 0 0 23px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-modal-features li { padding: 10px 0; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); font-size: 14px; }
.product-modal-features li::before { color: var(--green); content: "✓"; }
.product-modal-note { margin-bottom: 20px; color: #858781; font-size: 13px; }
.product-enquiry { width: 100%; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

html[data-theme="dark"] .site-header,
html[data-theme="dark"] .search-panel { background: rgba(21,24,19,.97); border-color: var(--line); }
html[data-theme="dark"] .site-header { color: var(--ink); }
html[data-theme="dark"] .benefits,
html[data-theme="dark"] .products { background: #1d211b; }
html[data-theme="dark"] .collections,
html[data-theme="dark"] .journal { background: var(--paper); }
html[data-theme="dark"] .section-heading > p,
html[data-theme="dark"] .product-card > p,
html[data-theme="dark"] .journal article > p { color: #a7aa9f; }
html[data-theme="dark"] .button-light { background: #f4f1e8; color: #1f241d; }
html[data-theme="dark"] .button-dark { background: #f1eee6; color: #1b1f19; }
html[data-theme="dark"] .filter-tabs button.active { background: #f1eee6; color: #1b1f19; }
html[data-theme="dark"] .modal-card { background: #1d211b; }
html[data-theme="dark"] .modal-card > p:not(.eyebrow):not(.form-success) { color: #b3b6ac; }
html[data-theme="dark"] .product-modal-card { background: #1d211b; }
html[data-theme="dark"] .product-modal-close { background: rgba(29,33,27,.92); }
html[data-theme="dark"] .product-modal-description,
html[data-theme="dark"] .product-modal-note { color: #b3b6ac; }
html[data-theme="dark"] .form-success { background: #303829; }
html[data-theme="dark"] .scroll-cue { background: #f4f1e8; color: #1f241d; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 185px 1fr 255px; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 12.5px; }
  .benefits { grid-template-columns: 1fr 1fr; gap: 25px 0; }
  .benefits article:nth-child(2) { border: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 35px 18px; }
  .footer-main { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .announcement { justify-content: space-between; padding: 0 18px; font-size: 12px; }
  .site-header { height: 70px; padding: 0 18px; display: flex; justify-content: space-between; }
  .brand { font-size: 18px; }
  .brand-mark { width: 25px; height: 28px; }
  .brand small { font-size: 9px; }
  .main-nav { position: absolute; top: 70px; left: 0; width: 100%; padding: 20px 24px 30px; display: grid; gap: 0; border-top: 1px solid var(--line); background: var(--paper); transform: scaleY(0); transform-origin: top; opacity: 0; transition: .25s ease; }
  .main-nav.open { transform: scaleY(1); opacity: 1; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .main-nav a::after { display: none; }
  .header-actions { display: none; }
  .nav-controls { padding-top: 16px; display: flex; align-items: center; justify-content: space-between; }
  .nav-language { display: flex; }
  .menu-toggle { padding: 10px 0 10px 15px; display: grid; grid-template-columns: 22px auto; align-items: center; column-gap: 9px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { grid-column: 1; width: 22px; height: 1px; display: block; background: currentColor; }
  .menu-toggle b { grid-column: 2; grid-row: 1 / 4; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
  .search-panel { display: none; }
  .hero { height: 68svh; min-height: 540px; max-height: 650px; }
  .hero-slide > img { object-position: 55% center; }
  .hero-slide:nth-child(2) > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(11,13,10,.77), rgba(11,13,10,.08)); }
  .hero-content { left: 24px; right: 20px; width: auto; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-copy { width: min(430px, 90%); font-size: 16px; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-note { display: none; }
  .hero-arrow { top: auto; bottom: 57px; width: 42px; height: 42px; background: rgba(12,15,11,.45); transform: none; }
  .hero-arrow:hover { transform: scale(1.05); }
  .hero-arrow-prev { left: 18px; }
  .hero-arrow-next { right: 18px; }
  .hero-dots { bottom: 73px; }
  .benefits { padding: 28px 18px; }
  .benefits article { padding: 0 15px; gap: 12px; }
  .benefits svg { width: 30px; }
  .benefits strong { font-size: 12.5px; }
  .benefits span { display: none; }
  .section { padding: 85px 20px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading > p { width: auto; }
  .category-grid { height: auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .category-card { height: 360px; }
  .category-card h3 { font-size: 23px; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 520px; }
  .experience { right: 20px; bottom: -60px; }
  .story-content { padding: 125px 25px 80px; }
  .project-banner { height: 620px; }
  .project-banner > img { object-position: 62% center; }
  .journal-grid { grid-template-columns: 1fr; gap: 50px; }
  .journal-image { height: 520px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / 3; }
  .footer-main > div:last-child { grid-column: 1 / 3; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 15px; }
  .footer-bottom div { display: none; }
  .product-modal-card { grid-template-columns: 1fr; }
  .product-modal-image-wrap { min-height: 420px; }
  .product-modal-content { padding: 45px 30px 35px; }
}

@media (max-width: 540px) {
  .announcement .text-link { display: none; }
  .announcement { justify-content: center; }
  h2 { font-size: 39px; }
  .hero-content .eyebrow { margin-bottom: 16px; }
  .benefits { grid-template-columns: 1fr 1fr; }
  .category-grid { display: block; }
  .category-card { height: 430px; margin-bottom: 13px; display: block; }
  .category-card > div { right: 20px; bottom: 20px; left: 20px; }
  .filter-tabs { width: 100%; overflow-x: auto; }
  .filter-tabs button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { height: 430px; }
  .project-content { left: 24px; right: 20px; }
  .project-meta { display: none; }
  .journal-image { height: 410px; }
  .cta { padding: 85px 20px; }
  .footer { padding: 60px 24px 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .modal-card { padding: 42px 25px 28px; }
  .product-modal-card { width: calc(100% - 18px); }
  .product-modal-image-wrap { min-height: 330px; }
  .product-modal-content { padding: 38px 22px 28px; }
  .product-modal-content h2 { font-size: 35px; }
}

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