:root {
  --ink: #0b0d10;
  --graphite: #15191f;
  --panel: #1b2027;
  --gold: #c5a46d;
  --gold-bright: #d8b77e;
  --ivory: #f4f0e8;
  --grey: #9aa5b1;
  --line: rgba(197, 164, 109, .28);
  --line-soft: rgba(255, 255, 255, .11);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --shell: min(1360px, calc(100% - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ivory); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--gold); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6vw, 6.4rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 4vw, 4.4rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.5rem, 2vw, 2.1rem); }
p { color: var(--grey); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 150px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 16px; background: var(--gold); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 18px; margin-bottom: 28px; color: var(--gold); font-size: .77rem; font-weight: 700; line-height: 1; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow::after { content: ''; width: 48px; height: 1px; background: var(--gold); opacity: .75; }
.eyebrow.compact { margin-bottom: 14px; font-size: .68rem; letter-spacing: .17em; }
.eyebrow.compact::after { display: none; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.32rem); line-height: 1.65; }

.site-header { position: relative; z-index: 30; height: 88px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; background: rgba(11, 13, 16, .96); border-bottom: 1px solid var(--line); }
.home-page .site-header { position: absolute; inset: 0 0 auto; background: linear-gradient(to bottom, rgba(5, 7, 8, .95), rgba(5, 7, 8, .72)); }
.wordmark { color: var(--gold-bright); font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1; letter-spacing: -.03em; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 52px); color: #e5e2dc; }
.site-nav > a { position: relative; padding: 32px 0; font-size: .94rem; }
.site-nav > a::after { content: ''; position: absolute; right: 0; bottom: 24px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.language-menu { position: relative; }
.language-current { border: 0; background: transparent; cursor: pointer; padding: 14px 0 14px 14px; display: flex; gap: 10px; align-items: center; }
.language-current span { color: var(--gold); font-size: 1.1rem; transition: transform .2s ease; }
.language-current[aria-expanded='true'] span { transform: rotate(180deg); }
.language-options { position: absolute; top: calc(100% + 8px); right: 0; min-width: 150px; padding: 8px; background: #15191f; border: 1px solid var(--line); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s ease; }
.language-options.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.language-options a { display: block; padding: 9px 12px; color: var(--grey); font-size: .86rem; }
.language-options a:hover, .language-options a[aria-current='true'] { color: var(--ivory); background: rgba(197, 164, 109, .09); }
.nav-toggle { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); padding: 160px 4vw 120px; display: grid; align-items: center; overflow: hidden; background: #080a0c; }
.hero-media { position: absolute; inset: 0 0 0 39%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.78) contrast(1.09) brightness(.74); transform: scale(1.02); animation: hero-drift 18s ease-in-out alternate infinite; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #080a0c 0%, rgba(8,10,12,.98) 30%, rgba(8,10,12,.73) 48%, rgba(8,10,12,.08) 72%), linear-gradient(0deg, rgba(8,10,12,.36), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(780px, 54vw); padding-left: clamp(12px, 1vw, 30px); animation: rise .8s ease both; }
.hero-content h1 { max-width: 880px; margin-bottom: 28px; }
.hero-content p { max-width: 580px; margin-bottom: 36px; font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 18px; }
.button { min-height: 58px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 40px; border: 1px solid var(--gold); font-size: .9rem; font-weight: 650; letter-spacing: .015em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; cursor: pointer; }
.button span { font-size: 1.3rem; transition: transform .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:hover span { transform: translateX(4px); }
.button.primary { background: var(--gold); color: var(--ink); }
.button.primary:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.button.outline { background: rgba(11, 13, 16, .38); color: var(--gold-bright); }
.button.outline:hover { background: rgba(197, 164, 109, .1); }
.button.whatsapp { background: #1f9d61; border-color: #1f9d61; color: #fff; }
.button.telegram { background: #229ed9; border-color: #229ed9; color: #fff; }
.proof-strip { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; min-height: 96px; display: grid; grid-template-columns: 1fr 1fr 1fr 2fr; align-items: stretch; padding: 0 3.7vw; background: rgba(10, 13, 16, .94); border-top: 1px solid var(--line); backdrop-filter: blur(10px); }
.proof-strip > div { display: flex; align-items: center; gap: 22px; padding-inline: 18px; border-right: 1px solid var(--line); }
.proof-strip > div:first-child { padding-left: 0; }
.proof-strip p { margin: 0; display: flex; align-items: center; justify-content: flex-end; gap: 14px; color: var(--grey); font-size: .9rem; }
.proof-strip i { color: var(--gold); font-style: normal; }
.proof-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font-size: 1.4rem; }

.section-heading { margin-bottom: 64px; }
.section-heading h2 { max-width: 800px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 80px; align-items: end; }
.split-heading p { max-width: 560px; margin: 0 0 8px; }
.editorial-products { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, auto); gap: 48px 36px; }
.editorial-product { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; }
.editorial-product.featured { grid-row: 1 / span 2; display: block; padding-right: 18px; border-right: 1px solid var(--line-soft); }
.editorial-image { display: block; overflow: hidden; background: var(--graphite); }
.editorial-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.editorial-image:hover img { transform: scale(1.035); }
.editorial-product.featured .editorial-image { margin-bottom: 30px; }
.editorial-product h3 { margin-bottom: 14px; }
.editorial-product p { margin-bottom: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--gold-bright); font-size: .86rem; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.center-action { display: flex; justify-content: center; margin-top: 70px; }

.trust-section { background: var(--graphite); border-block: 1px solid var(--line-soft); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trust-grid article { min-height: 250px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid article > span, .info-grid article > span { color: var(--gold); font-size: .75rem; letter-spacing: .15em; }
.trust-grid h3 { margin: 58px 0 16px; }
.trust-grid p { margin-bottom: 0; }
.quote-banner { margin-block: clamp(80px, 10vw, 150px); padding: clamp(48px, 6vw, 82px); position: relative; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; background: linear-gradient(115deg, #1b2027, #0d1116); border: 1px solid var(--line); overflow: hidden; }
.quote-banner::after { content: ''; position: absolute; width: 340px; height: 340px; right: 10%; bottom: -220px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 60px rgba(197,164,109,.025), 0 0 0 120px rgba(197,164,109,.015); }
.quote-banner .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.quote-banner h2 { margin: 0; max-width: 820px; }
.quote-banner .button { position: relative; z-index: 2; }

.page-hero { padding-top: clamp(100px, 12vw, 190px); padding-bottom: clamp(70px, 9vw, 130px); }
.page-hero h1 { max-width: 1100px; }
.page-hero p { max-width: 760px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.compact-hero { border-bottom: 1px solid var(--line-soft); }
.visual-hero, .about-hero { position: relative; min-height: 620px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(9,11,14,.98) 25%, rgba(9,11,14,.6)), url('../images/gs-classic-roulette-wheel-2.jpg') center/cover; }
.about-hero { background-image: linear-gradient(90deg, rgba(9,11,14,.98) 25%, rgba(9,11,14,.62)), url('../images/wheel-level.jpg'); }
.visual-hero .shell, .about-hero .shell { position: relative; z-index: 2; }
.visual-hero h1, .about-hero h1 { max-width: 900px; }
.visual-hero p, .about-hero p { max-width: 680px; }
.visual-hero .button { margin-top: 20px; }

.catalogue-section { padding-bottom: 140px; }
.catalogue-tools { position: sticky; top: 0; z-index: 15; padding: 22px 0; background: rgba(11,13,16,.95); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(12px); }
.search-field { height: 56px; display: flex; align-items: center; gap: 15px; padding: 0 18px; background: var(--graphite); border: 1px solid var(--line-soft); }
.search-field svg { width: 22px; fill: none; stroke: var(--gold); stroke-width: 1.5; }
.search-field input { width: 100%; color: var(--ivory); background: transparent; border: 0; outline: 0; }
.search-field input::placeholder { color: #737d88; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.filters button { padding: 10px 16px; border: 1px solid var(--line-soft); background: transparent; color: var(--grey); font-size: .78rem; cursor: pointer; }
.filters button:hover, .filters button.active { border-color: var(--gold); color: var(--ink); background: var(--gold); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 24px; padding-top: 54px; }
.product-card { min-width: 0; background: var(--graphite); border: 1px solid var(--line-soft); transition: transform .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: var(--line); }
.product-card[hidden] { display: none; }
.product-card-image { position: relative; display: block; overflow: hidden; background: #20252b; }
.product-card-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-card-image img { transform: scale(1.025); }
.stock-badge { position: absolute; top: 16px; left: 16px; padding: 6px 10px; color: #d9f4e6; background: rgba(16, 79, 51, .88); border: 1px solid rgba(92, 200, 143, .4); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.product-card-body { padding: 28px; }
.product-card h2 { margin-bottom: 14px; font-size: clamp(1.55rem, 2vw, 2rem); }
.product-card p { min-height: 78px; margin-bottom: 24px; font-size: .92rem; }
.product-card-footer { min-height: 34px; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line-soft); }
.price { color: var(--ivory); font-family: var(--serif); font-size: 1.35rem; }
.no-results { padding: 80px 0; text-align: center; }

.product-hero { padding-block: clamp(65px, 7vw, 110px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(50px, 7vw, 110px); align-items: center; }
.gallery-main { overflow: hidden; background: var(--graphite); }
.gallery-main img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.gallery-thumbs button { padding: 0; border: 1px solid transparent; background: transparent; cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--gold); }
.gallery-thumbs img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; opacity: .72; }
.gallery-thumbs .active img { opacity: 1; }
.back-link { display: inline-block; margin-bottom: 36px; color: var(--grey); font-size: .8rem; }
.back-link:hover { color: var(--gold); }
.product-summary h1 { margin-bottom: 24px; font-size: clamp(3rem, 5vw, 5.6rem); }
.product-summary .lead { max-width: 650px; }
.product-price { margin: 32px 0 8px; display: flex; align-items: center; gap: 22px; }
.product-price strong { font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.product-price span { color: #71c294; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.price-note { margin-bottom: 28px; font-size: .78rem; }
.product-description { margin-top: 38px; max-width: 680px; }
.product-details { padding-block: 100px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 130px); border-top: 1px solid var(--line-soft); }
.benefit-list { margin: 0; padding: 0; list-style: none; }
.benefit-list li { position: relative; padding: 17px 0 17px 34px; border-bottom: 1px solid var(--line-soft); color: #d7d9da; }
.benefit-list li::before { content: '◇'; position: absolute; left: 0; color: var(--gold); }
.spec-table { margin: 0; }
.spec-table div { padding: 14px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-bottom: 1px solid var(--line-soft); }
.spec-table dt { color: var(--grey); }
.spec-table dd { margin: 0; color: var(--ivory); text-align: right; }
.video-section { padding-block: 110px; background: var(--graphite); }
.video-section h2 { margin-bottom: 48px; }
.video-frame { position: relative; aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.related-section { padding-bottom: 130px; }
.related-grid { grid-template-columns: repeat(3, 1fr); }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.info-grid article { min-height: 360px; padding: 42px; border: 1px solid var(--line-soft); border-right: 0; }
.info-grid article:last-child { border-right: 1px solid var(--line-soft); }
.info-grid h2 { margin: 90px 0 20px; font-size: clamp(1.9rem, 2.6vw, 2.8rem); }
.about-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: start; }
.about-layout h2 { max-width: 760px; }
.about-layout p { max-width: 780px; }
.about-facts { border-top: 1px solid var(--line); }
.about-facts div { padding: 26px 0; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line-soft); }
.about-facts strong { color: var(--gold); font-family: var(--serif); font-size: 2.7rem; font-weight: 400; }
.about-facts span { max-width: 180px; color: var(--grey); text-align: right; }

.contact-layout { padding-bottom: 140px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: 80px; align-items: start; }
.enquiry-form { padding: clamp(28px, 4vw, 52px); background: var(--graphite); border: 1px solid var(--line-soft); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-grid .wide { grid-column: 1 / -1; }
.enquiry-form label > span, .enquiry-form legend { display: block; margin-bottom: 8px; color: #dfe1e2; font-size: .78rem; font-weight: 650; letter-spacing: .025em; }
.enquiry-form input[type='text'], .enquiry-form input[type='email'], .enquiry-form input[type='tel'], .enquiry-form textarea { width: 100%; padding: 14px 16px; color: var(--ivory); background: #0f1216; border: 1px solid rgba(255,255,255,.14); outline: 0; transition: border .2s ease, box-shadow .2s ease; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,164,109,.1); }
.enquiry-form > label, .enquiry-form fieldset { display: block; margin: 26px 0; }
.enquiry-form fieldset { padding: 0; border: 0; }
.product-checkboxes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.product-checkboxes label, .consent { padding: 11px 12px; display: flex !important; align-items: flex-start; gap: 10px; background: rgba(255,255,255,.025); border: 1px solid var(--line-soft); cursor: pointer; }
.product-checkboxes input, .consent input { margin-top: 4px; accent-color: var(--gold); }
.product-checkboxes label span, .consent span { margin: 0 !important; color: var(--grey) !important; font-weight: 400 !important; }
.enquiry-form .button { border-radius: 0; }
.honey-field { position: absolute !important; left: -10000px !important; }
.form-message { margin-bottom: 28px; padding: 16px 18px; border: 1px solid; }
.form-message.success { color: #b9e9cc; background: rgba(31,157,97,.1); border-color: rgba(31,157,97,.5); }
.form-message.error { color: #f2b9b9; background: rgba(172,62,62,.1); border-color: rgba(172,62,62,.5); }
.contact-card { position: sticky; top: 28px; padding: 38px; background: linear-gradient(145deg, #1b2027, #11151a); border: 1px solid var(--line); }
.contact-line { padding: 17px 0; display: block; border-bottom: 1px solid var(--line-soft); }
.contact-line small, .address small { display: block; margin-bottom: 5px; color: var(--gold); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-line strong { font-size: 1.08rem; font-weight: 500; }
.contact-card .button { width: 100%; margin-top: 28px; }
.address { margin-top: 32px; }
.address p { margin-bottom: 0; color: #d7d9da; }
.social-links { margin-top: 26px; display: flex; gap: 22px; color: var(--gold-bright); font-size: .85rem; }
.legal-page { min-height: 60vh; }
.legal-page p { max-width: 900px; }
.legal-page a { color: var(--gold); }

.site-footer { padding-top: 76px; background: #07090b; border-top: 1px solid var(--line); }
.footer-main { padding-bottom: 64px; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 56px; }
.footer-brand p { max-width: 350px; margin-top: 24px; font-size: .9rem; }
.footer-main h2 { margin-bottom: 20px; color: var(--gold); font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-main > div:not(:first-child) a,
.footer-main > div:not(:first-child) > span { display: block; margin-bottom: 10px; color: var(--grey); font-size: .86rem; }
.footer-main > div:not(:first-child) a:hover { color: var(--ivory); }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #6f7780; border-top: 1px solid var(--line-soft); font-size: .76rem; }
.footer-legal { display: flex; gap: 24px; }
.whatsapp-float { position: fixed; z-index: 25; right: 24px; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; background: #1f9d61; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.35); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 27px; fill: #fff; }

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-drift { from { transform: scale(1.02); } to { transform: scale(1.055); } }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 56px, 1000px); }
  .site-header { padding-inline: 28px; }
  .site-nav { gap: 22px; }
  .site-nav > a { font-size: .82rem; }
  .proof-strip { grid-template-columns: repeat(3, 1fr); }
  .proof-strip p { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-hero { grid-template-columns: 1fr 1fr; gap: 50px; }
  .contact-layout { gap: 40px; }
  .footer-main { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 840px) {
  :root { --shell: min(100% - 40px, 760px); }
  .site-header { height: 74px; padding-inline: 20px; }
  .nav-toggle { display: grid; grid-template-columns: auto 24px; gap: 2px 12px; align-items: center; padding: 8px 0 8px 12px; background: transparent; border: 0; cursor: pointer; }
  .nav-toggle span { grid-row: 1 / span 2; font-size: .78rem; }
  .nav-toggle i { display: block; width: 24px; height: 1px; background: var(--gold); transition: transform .2s ease; }
  .nav-toggle[aria-expanded='true'] i:nth-of-type(1) { transform: translateY(2px) rotate(45deg); }
  .nav-toggle[aria-expanded='true'] i:nth-of-type(2) { transform: translateY(-1px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 74px 0 auto; max-height: calc(100vh - 74px); padding: 28px 24px 34px; display: block; overflow-y: auto; background: #0b0d10; border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line-soft); font-family: var(--serif); font-size: 1.55rem; }
  .site-nav > a::after { display: none; }
  .language-menu { margin-top: 18px; }
  .language-current { padding-left: 0; }
  .language-options { position: static; display: grid; grid-template-columns: repeat(2, 1fr); opacity: 1; pointer-events: auto; transform: none; border: 0; padding: 0; background: transparent; }
  .home-page .site-header { position: absolute; }
  .hero { min-height: 820px; padding: 130px 20px 168px; align-items: end; }
  .hero-media { inset: 74px 0 40% 0; }
  .hero-media img { object-position: center 35%; }
  .hero-shade { background: linear-gradient(0deg, #080a0c 28%, rgba(8,10,12,.62) 58%, rgba(8,10,12,.08)); }
  .hero-content { width: 100%; padding: 0; }
  .hero-content h1 { font-size: clamp(3.1rem, 10vw, 5rem); }
  .proof-strip { grid-template-columns: repeat(3, 1fr); min-height: 112px; padding-inline: 18px; }
  .proof-strip > div { padding: 12px; flex-direction: column; justify-content: center; gap: 8px; text-align: center; font-size: .72rem; }
  .proof-icon { width: 34px; height: 34px; font-size: 1rem; }
  .split-heading, .about-layout { grid-template-columns: 1fr; gap: 28px; }
  .editorial-products { grid-template-columns: 1fr; grid-template-rows: auto; }
  .editorial-product.featured { grid-row: auto; padding: 0 0 40px; border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .trust-grid, .info-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 210px; }
  .trust-grid h3 { margin-top: 36px; }
  .quote-banner { grid-template-columns: 1fr; align-items: start; }
  .quote-banner .button { justify-self: start; }
  .product-hero, .product-details, .contact-layout { grid-template-columns: 1fr; }
  .product-summary { order: -1; }
  .product-details { gap: 70px; }
  .contact-card { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 30px); }
  body { font-size: 15px; }
  .wordmark { font-size: 1.28rem; }
  .hero { min-height: 760px; padding-inline: 15px; }
  .hero-content h1 { font-size: clamp(2.8rem, 14vw, 4.1rem); }
  .hero-content p { font-size: 1rem; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; justify-content: space-between; }
  .proof-strip { padding-inline: 4px; }
  .proof-strip > div { padding-inline: 5px; }
  .eyebrow { letter-spacing: .17em; }
  .editorial-product:not(.featured) { grid-template-columns: 110px 1fr; gap: 18px; }
  .editorial-product:not(.featured) p { display: none; }
  .editorial-product h3 { font-size: 1.45rem; }
  .product-grid, .related-grid { grid-template-columns: 1fr; }
  .product-card p { min-height: auto; }
  .filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .filters button { flex: 0 0 auto; }
  .product-summary h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .spec-table div { grid-template-columns: 1fr; gap: 4px; }
  .spec-table dd { text-align: left; }
  .info-grid article { min-height: 290px; padding: 30px; border-right: 1px solid var(--line-soft); border-bottom: 0; }
  .info-grid article:last-child { border-bottom: 1px solid var(--line-soft); }
  .info-grid h2 { margin-top: 55px; }
  .form-grid, .product-checkboxes { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding-block: 20px; flex-direction: column; align-items: flex-start; }
  .whatsapp-float { right: 15px; bottom: 15px; }
}

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