:root {
  color-scheme: dark;
  --ink: #080403;
  --ink-soft: #120706;
  --wine: #3a090b;
  --red: #8f171b;
  --red-bright: #bb2b2d;
  --gold: #e4b34f;
  --gold-bright: #ffd97b;
  --cream: #fff4df;
  --muted: #cbbca8;
  --muted-dark: #978979;
  --line: rgba(228, 179, 79, 0.24);
  --line-light: rgba(255, 255, 255, 0.12);
  --max: 1440px;
  --section-pad: clamp(74px, 9vw, 140px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--cream); background: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--gold-bright); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--ink); background: var(--gold-bright); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.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; }

.site-header { position: fixed; z-index: 40; top: 0; left: 0; right: 0; background: rgba(8, 4, 3, 0.82); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { width: min(var(--max), calc(100% - 64px)); min-height: 88px; margin: 0 auto; display: grid; grid-template-columns: 160px 1fr auto; align-items: center; gap: 2rem; }
.brand { display: inline-flex; width: max-content; }
.brand img { width: 104px; height: 65px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; gap: clamp(1.2rem, 2.7vw, 2.8rem); }
.main-nav a { color: var(--muted); text-decoration: none; font-size: .9rem; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-bright); }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 1.1rem; color: var(--gold-bright); border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-weight: 800; font-size: .8rem; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: 142px max(32px, calc((100vw - var(--max)) / 2)) 70px; background: #090403; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,4,3,.98) 0%, rgba(8,4,3,.91) 34%, rgba(8,4,3,.58) 54%, rgba(8,4,3,.12) 78%), linear-gradient(to top, rgba(8,4,3,.7), transparent 35%); }
.hero::after { content: ""; position: absolute; z-index: 3; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.hero-media { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 54%, transparent 0%, rgba(97,13,14,.12) 55%, rgba(8,4,3,.25) 100%); mix-blend-mode: multiply; }
.hero-media video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; }
.hero-copy { position: relative; z-index: 2; width: min(51%, 700px); }
.eyebrow { margin: 0 0 1.25rem; color: var(--gold); text-transform: uppercase; letter-spacing: .23em; font-size: .76rem; font-weight: 850; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; font-family: "Bodoni 72", Didot, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(4.2rem, 8.4vw, 8.4rem); line-height: .84; letter-spacing: -.065em; }
h1 em { color: var(--gold); font-weight: 400; }
h2 { font-size: clamp(3.1rem, 6.1vw, 6.2rem); line-height: .92; letter-spacing: -.052em; }
h3 { margin: 0; }
.hero-intro { max-width: 590px; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 1.4rem; border: 0; border-radius: 999px; text-decoration: none; font-weight: 850; font-size: .88rem; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #201004; background: linear-gradient(120deg, #ffe39b, #ca8c27); box-shadow: 0 14px 38px rgba(197, 131, 26, .18); }
.button-quiet { color: var(--cream); border: 1px solid var(--line-light); background: rgba(255,255,255,.025); }
.button-outline { color: var(--gold-bright); border: 1px solid var(--line); background: transparent; flex: 0 0 auto; }
.hero-points { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; margin: 2.3rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid var(--line-light); list-style: none; color: var(--muted-dark); font-size: .83rem; }
.hero-points li::before { content: "•"; color: var(--gold); margin-right: .55rem; }
.hero-film-label { position: absolute; z-index: 2; right: max(32px, calc((100vw - var(--max)) / 2)); bottom: 36px; margin: 0; color: rgba(255,244,223,.78); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-film-label span { color: var(--gold); padding-inline: .35rem; }

.trade-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: min(var(--max), calc(100% - 64px)); margin: 0 auto; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trade-strip > div { min-height: 128px; display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1.4rem; border-right: 1px solid var(--line); }
.trade-strip > div:last-child { border-right: 0; }
.trade-strip strong { color: var(--gold); font-family: Georgia, serif; font-size: 2.6rem; font-weight: 500; line-height: 1; }
.trade-strip span { max-width: 110px; color: var(--muted); font-size: .77rem; line-height: 1.35; }
.section { position: relative; width: min(var(--max), calc(100% - 64px)); margin: 0 auto; padding-block: var(--section-pad); }
.story { display: grid; grid-template-columns: 90px minmax(0, 1.05fr) minmax(320px, .7fr); gap: clamp(2rem, 4vw, 5rem); border-bottom: 1px solid var(--line); }
.section-number { color: var(--gold); font-family: Georgia, serif; font-size: 1.8rem; }
.section-heading h2 { max-width: 800px; }
.story-copy { align-self: end; color: var(--muted); }
.lead { color: var(--cream); font-size: clamp(1.1rem, 1.65vw, 1.35rem); line-height: 1.62; }
.signature-line { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 1rem; margin-top: 2rem; color: var(--gold-bright); font-size: .85rem; line-height: 1.4; }
.signature-line span { height: 1px; background: var(--gold); }

.brand-film { display: grid; grid-template-columns: minmax(330px, .66fr) minmax(0, 1fr); align-items: center; gap: clamp(3rem, 8vw, 9rem); border-bottom: 1px solid var(--line); }
.film-stage { position: relative; width: min(100%, 520px); justify-self: center; aspect-ratio: 9 / 14; overflow: hidden; border-radius: 34px; background: #26090b; border: 1px solid var(--line); box-shadow: 0 40px 90px rgba(0,0,0,.42); }
.film-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(8,4,3,.38), transparent 30%); }
.film-video { width: 100%; height: 100%; display: block; object-fit: cover; }
.film-badge { position: absolute; z-index: 2; left: 22px; bottom: 20px; display: inline-flex; align-items: center; gap: .65rem; padding: .6rem .82rem; color: var(--cream); background: rgba(8,4,3,.72); border: 1px solid var(--line); border-radius: 999px; backdrop-filter: blur(10px); font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.film-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 5px rgba(228,179,79,.13); }
.film-copy h2 { max-width: 760px; }
.film-copy .lead { max-width: 680px; margin-top: 2rem; }
.film-signature { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.film-signature span { padding: .58rem .82rem; color: var(--gold-bright); border: 1px solid var(--line); border-radius: 999px; font-size: .76rem; font-weight: 750; }

.section-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr); align-items: end; gap: 3rem; margin-bottom: 4rem; }
.section-intro > p { margin: 0 0 .5rem; color: var(--muted); }
.product-section { border-bottom: 1px solid var(--line); }
.format-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.format-card { position: relative; overflow: hidden; padding: clamp(2rem, 4vw, 4rem); background: linear-gradient(145deg, #150806, #0b0504); border: 1px solid var(--line); border-radius: 28px; }
.format-card::after { content: ""; position: absolute; inset: auto -10% -38% auto; width: 320px; aspect-ratio: 1; border-radius: 50%; background: rgba(143,23,27,.25); filter: blur(22px); }
.format-featured { background: linear-gradient(145deg, #661216, #210807 70%); }
.format-label { display: inline-block; padding: .45rem .7rem; color: var(--gold-bright); border: 1px solid var(--line); border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.format-size { margin: 2rem 0 .2rem; color: var(--gold); font-family: Georgia, serif; font-size: clamp(5.4rem, 9vw, 9.6rem); line-height: .8; letter-spacing: -.07em; }
.format-size span { font-family: inherit; font-size: .24em; letter-spacing: 0; }
.format-card h3 { margin: 1.1rem 0 2rem; font-size: 1.25rem; }
.format-card dl { position: relative; z-index: 2; margin: 0; }
.format-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line-light); }
.format-card dt { color: var(--muted-dark); }
.format-card dd { margin: 0; color: var(--cream); font-weight: 750; text-align: right; }
.spec-note { max-width: 760px; margin: 1.2rem 0 0; color: var(--muted-dark); font-size: .78rem; }

.real-product { display: grid; grid-template-columns: minmax(290px, .55fr) minmax(0, 1.2fr); align-items: center; gap: clamp(3rem, 6vw, 7rem); border-bottom: 1px solid var(--line); }
.real-product-copy h2 { max-width: 630px; }
.real-product-copy .lead { max-width: 530px; }
.real-note { margin-top: 2rem; padding-top: 1.2rem; color: var(--muted-dark); border-top: 1px solid var(--line-light); font-size: .78rem; }
.real-gallery { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(180px, .58fr); gap: 1rem; align-items: stretch; }
.real-gallery figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 26px; background: var(--wine); border: 1px solid var(--line); }
.real-gallery-wide, .real-gallery-tall { min-height: 540px; }
.real-gallery img { width: 100%; height: 100%; object-fit: cover; }
.real-gallery-wide img { object-position: 52% center; }
.real-gallery-tall img { object-position: center 42%; }
.real-gallery figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: .65rem .82rem; color: var(--cream); background: rgba(8,4,3,.72); border: 1px solid var(--line); border-radius: 999px; backdrop-filter: blur(10px); font-size: .72rem; font-weight: 800; text-align: center; }

.character-section { display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1fr); align-items: stretch; gap: clamp(2rem, 5vw, 6rem); border-bottom: 1px solid var(--line); }
.character-image { min-height: 700px; overflow: hidden; border-radius: 34px; background: var(--wine); }
.character-image img { width: 100%; height: 100%; object-fit: cover; }
.character-copy { position: relative; align-self: center; padding-block: 2rem; }
.character-copy h2 { max-width: 760px; }
.character-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.1rem; }
.campaign-mark { margin-top: 3rem; color: var(--red-bright); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(4.6rem, 9vw, 9rem); line-height: .72; letter-spacing: -.04em; transform: rotate(-3deg); transform-origin: left center; }
.campaign-mark em { color: var(--gold); font-style: normal; }

.ingredients { border-bottom: 1px solid var(--line); }
.section-heading.compact { max-width: 970px; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-grid article { min-height: 290px; padding: 2.4rem; border-right: 1px solid var(--line); }
.quality-grid article:last-child { border-right: 0; }
.quality-grid article > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.5rem; }
.quality-grid h3 { margin: 4rem 0 .7rem; font-size: 1.18rem; }
.quality-grid p { margin: 0; color: var(--muted); }
.documents-panel { display: flex; align-items: center; justify-content: space-between; gap: 3rem; margin-top: 2rem; padding: clamp(2rem, 4vw, 4rem); border-radius: 26px; background: linear-gradient(100deg, #3d0a0c, #1b0806); border: 1px solid var(--line); }
.documents-panel h3 { font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.7rem); font-weight: 500; }
.documents-panel p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: var(--muted); }

.trade-section { display: grid; grid-template-columns: minmax(390px, .92fr) minmax(0, 1fr); align-items: center; gap: clamp(2.5rem, 6vw, 7rem); border-bottom: 1px solid var(--line); }
.trade-image { overflow: hidden; border-radius: 34px; background: #efe0c3; }
.trade-image img { width: 100%; height: auto; }
.trade-copy h2 { max-width: 700px; }
.trade-copy .lead { max-width: 680px; }
.partner-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2rem 0; }
.partner-list span { padding: .52rem .78rem; color: var(--muted); border: 1px solid var(--line-light); border-radius: 999px; font-size: .76rem; }
.text-link { display: inline-flex; gap: .7rem; color: var(--gold-bright); text-decoration: none; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.contact-section { display: grid; grid-template-columns: minmax(0, .75fr) minmax(480px, 1fr); gap: clamp(3rem, 8vw, 9rem); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.direct-contact { display: grid; gap: .65rem; margin-top: 2.5rem; }
.direct-contact a { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line-light); text-decoration: none; }
.direct-contact span { color: var(--muted-dark); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.direct-contact strong { color: var(--gold-bright); font-size: .95rem; }
.enquiry-form { padding: clamp(1.5rem, 3.5vw, 3.25rem); background: #110705; border: 1px solid var(--line); border-radius: 28px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.enquiry-form label { display: grid; gap: .45rem; margin-bottom: 1rem; }
.enquiry-form label > span { color: var(--muted); font-size: .78rem; font-weight: 750; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; color: var(--cream); background: #0a0403; border: 1px solid var(--line-light); border-radius: 10px; outline: none; }
.enquiry-form input, .enquiry-form select { height: 50px; padding: 0 .9rem; }
.enquiry-form textarea { resize: vertical; min-height: 130px; padding: .85rem .9rem; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(228,179,79,.1); }
.consent { grid-template-columns: auto 1fr !important; align-items: start; }
.consent input { width: 18px; height: 18px; margin-top: .2rem; accent-color: var(--gold); }
.consent span { font-weight: 500 !important; line-height: 1.45; }
.submit-button { width: 100%; margin-top: .4rem; }
.form-note, .form-status { margin: .75rem 0 0; color: var(--muted-dark); font-size: .75rem; text-align: center; }
.form-status { color: var(--gold-bright); }

.site-footer { padding: 56px max(32px, calc((100vw - var(--max)) / 2)) 26px; background: #240708; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 2.5rem; padding-bottom: 42px; }
.footer-brand img { width: 125px; height: 92px; object-fit: contain; }
.footer-top p { color: var(--muted); }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-top nav a, .footer-bottom a { color: var(--muted); text-decoration: none; font-size: .82rem; }
.footer-top nav a:hover, .footer-bottom a:hover { color: var(--gold-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 24px; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: var(--muted-dark); font-size: .76rem; }
.footer-bottom div { display: flex; gap: 1.3rem; }
.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; color: #0b210f; background: #66d07a; border-radius: 50%; text-decoration: none; box-shadow: 0 16px 45px rgba(0,0,0,.38); }
.whatsapp-float span { font-size: .72rem; font-weight: 950; }

.legal-main { min-height: 100vh; padding: 150px max(24px, calc((100vw - 980px) / 2)) 100px; }
.legal-main h1 { font-size: clamp(3.2rem, 7vw, 6rem); }
.legal-main .legal-intro { margin: 1.5rem 0 3.5rem; color: var(--muted); font-size: 1.1rem; }
.legal-content { color: var(--muted); }
.legal-content h2 { margin-top: 2.5rem; color: var(--cream); font-family: Georgia, serif; font-size: 1.7rem; letter-spacing: -.02em; }
.legal-content a { color: var(--gold-bright); }
.legal-back { display: inline-flex; margin-bottom: 2rem; color: var(--gold-bright); text-decoration: none; font-weight: 800; }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 120px 1fr auto; }
  .hero-copy { width: min(58%, 650px); }
  .story { grid-template-columns: 60px 1fr; }
  .story-copy { grid-column: 2; }
  .brand-film { grid-template-columns: minmax(310px, .68fr) minmax(0, 1fr); gap: 3rem; }
  .real-product { grid-template-columns: 1fr; }
  .real-product-copy { max-width: 800px; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .quality-grid article:last-child { border-bottom: 0; }
  .quality-grid h3 { margin-top: 1.5rem; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-copy { max-width: 760px; }
}

@media (max-width: 820px) {
  .header-inner { width: calc(100% - 32px); min-height: 78px; grid-template-columns: 95px 1fr auto; gap: 1rem; }
  .brand img { width: 82px; height: 52px; }
  .menu-toggle { display: grid; justify-self: end; width: 42px; height: 42px; place-content: center; gap: 5px; color: var(--cream); background: transparent; border: 1px solid var(--line); border-radius: 50%; }
  .menu-toggle > span:not(.sr-only) { width: 17px; height: 1px; background: currentColor; }
  .header-cta { grid-column: 2; grid-row: 1; justify-self: end; }
  .main-nav { position: absolute; top: 77px; left: 16px; right: 16px; display: none; padding: 1.5rem; background: rgba(18,7,6,.98); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 24px 55px rgba(0,0,0,.5); }
  .site-header.menu-open .main-nav { display: grid; }
  .hero { min-height: 860px; align-items: flex-end; padding: 128px 22px 54px; }
  .hero::before { background: linear-gradient(to top, rgba(8,4,3,.99) 0%, rgba(8,4,3,.94) 34%, rgba(8,4,3,.4) 66%, rgba(8,4,3,.13) 100%); }
  .hero-media video { object-position: 58% center; }
  .hero-copy { width: 100%; max-width: 680px; text-align: center; margin: 0 auto; }
  .hero-intro { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-film-label { display: none; }
  .trade-strip { width: calc(100% - 32px); grid-template-columns: repeat(2, 1fr); }
  .trade-strip > div:nth-child(2) { border-right: 0; }
  .trade-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { width: calc(100% - 32px); }
  .story { grid-template-columns: 1fr; }
  .story-copy { grid-column: auto; }
  .section-number { display: none; }
  .section-intro { grid-template-columns: 1fr; }
  .format-grid { grid-template-columns: 1fr; }
  .brand-film { grid-template-columns: 1fr; }
  .film-stage { width: min(100%, 470px); }
  .film-copy { text-align: center; }
  .film-copy .lead { margin-inline: auto; }
  .film-signature { justify-content: center; }
  .character-section { grid-template-columns: 1fr; }
  .character-image { min-height: 0; aspect-ratio: 4 / 5; }
  .trade-section { grid-template-columns: 1fr; }
  .documents-panel { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 120px 1fr; }
  .footer-top nav { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .header-inner { width: calc(100% - 24px); grid-template-columns: 78px 1fr auto; }
  .brand img { width: 70px; }
  .header-cta { min-height: 40px; padding: 0 .78rem; font-size: .69rem; }
  h1 { font-size: clamp(3.55rem, 18vw, 5.2rem); }
  h2 { font-size: clamp(2.8rem, 13.5vw, 4.3rem); }
  .hero { min-height: 790px; }
  .hero-intro { font-size: 1rem; }
  .hero-actions { display: grid; }
  .trade-strip { width: calc(100% - 24px); }
  .trade-strip > div { min-height: 108px; flex-direction: column; gap: .35rem; text-align: center; }
  .trade-strip strong { font-size: 2.2rem; }
  .trade-strip span { max-width: none; }
  .section { width: calc(100% - 24px); }
  .format-card { border-radius: 20px; }
  .format-card dl div { align-items: end; }
  .film-stage { border-radius: 22px; }
  .real-gallery { grid-template-columns: 1fr; }
  .real-gallery-wide { min-height: 300px; aspect-ratio: 16 / 10; }
  .real-gallery-tall { min-height: 0; aspect-ratio: 4 / 5; }
  .real-gallery figure { border-radius: 20px; }
  .character-image { border-radius: 22px; }
  .campaign-mark { font-size: 4.7rem; }
  .quality-grid article { padding: 1.5rem; }
  .documents-panel { border-radius: 20px; }
  .trade-image { border-radius: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-form { border-radius: 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top nav { grid-column: auto; display: grid; grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; }
}

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