:root {
  --ink: #171513;
  --ink-soft: #25211d;
  --paper: #f4f0e9;
  --cream: #fbf9f5;
  --line: #443a31;
  --muted: #c0b4a8;
  --text: #f5eee6;
  --accent-text: #d6a47e;
  --copper: #b67b52;
  --copper-deep: #8a583b;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { background: #d6aa87; color: var(--ink); }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }
.container { width: min(100% - 80px, 1380px); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 100; padding: 12px 18px; background: #fff; color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 18px; }

.announcement { background: #0f0e0d; color: #d7c6b6; border-bottom: 1px solid #332c26; }
.announcement-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 10px; font-weight: 700; letter-spacing: .19em; }
.site-header { position: relative; z-index: 20; background: var(--ink); color: #f7f1e9; border-bottom: 1px solid #40372f; }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.wordmark { display: inline-flex; align-items: center; gap: 14px; flex: none; }
.wordmark-symbol { display: flex; align-items: center; justify-content: center; flex: none; width: 43px; height: 43px; border: 1px solid #ad8a6f; font-family: var(--display); font-size: 18px; line-height: 1; letter-spacing: -.09em; white-space: nowrap; color: #f3e8dd; }
.wordmark-symbol span { color: var(--copper); margin-inline: 1px; }
.wordmark-text { display: flex; flex-direction: column; gap: 3px; font-size: 12px; font-weight: 700; letter-spacing: .21em; line-height: 1.1; white-space: nowrap; }
.wordmark-text strong { font-size: 8px; font-weight: 500; letter-spacing: .31em; color: #c5ab96; }
.site-nav { display: flex; align-items: center; gap: 36px; font-size: 12px; font-weight: 600; }
.site-nav > a:not(.nav-contact) { padding: 13px 0; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.site-nav > a:not(.nav-contact):hover { color: #e9b68e; border-color: var(--copper); }
.nav-contact { display: inline-flex; justify-content: space-between; align-items: center; gap: 25px; min-height: 44px; padding: 0 17px; border: 1px solid #a97955; color: #f3d6bd; transition: background .2s, color .2s; }
.nav-contact:hover { background: var(--copper); color: var(--ink); }
.nav-contact span { font-size: 17px; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: #f8f2eb; }
.hero-grain { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 22% 19%, #46322355, transparent 43%), linear-gradient(125deg, transparent 42%, #8b533019 68%, transparent 88%); opacity: .95; }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 740px; }
.hero-copy { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; padding: 105px 50px 51px 0; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.eyebrow { color: #d9b99d; }
.eyebrow-line { display: inline-block; width: 25px; height: 1px; background: var(--copper); }
.eyebrow-no { padding-left: 5px; color: #9b8170; font-family: Georgia, serif; font-size: 12px; letter-spacing: 0; }
.hero h1 { margin: 56px 0 24px; font-family: var(--display); font-size: clamp(78px, 8.3vw, 136px); font-weight: 500; letter-spacing: -.065em; line-height: .85; }
.hero h1 em { color: #c7926a; font-weight: 400; }
.hero-lede { max-width: 475px; margin: 0; color: #c8bfb6; font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 35px; flex-wrap: wrap; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 55px; padding: 0 23px; border: 0; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 20px; font-weight: 400; }
.button-copper { background: var(--copper); color: var(--ink); }
.button-copper:hover { background: #d4a27b; }
.button-dark { background: var(--copper); color: var(--ink); }
.button-dark:hover { background: #d4a27b; }
.underlined-link { padding-bottom: 7px; border-bottom: 1px solid #b08c73; color: #e7d4c5; font-size: 12px; font-weight: 600; }
.underlined-link span { margin-left: 11px; font-size: 17px; }
.hero-index { display: flex; align-items: center; gap: 17px; margin-top: auto; padding-top: 80px; color: #a49588; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.hero-index-line { width: 45px; height: 1px; background: #8b6d58; }
.hero-art { position: relative; min-height: 740px; padding: 25px 0 25px 20px; }
.hero-image-wrap { position: absolute; inset: 25px 0 25px 20px; overflow: hidden; background: #2a211c; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #1715134a, transparent 28%), linear-gradient(0deg, #17151396, transparent 35%); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.hero-art-label { position: absolute; top: 45px; right: 18px; z-index: 2; writing-mode: vertical-rl; font-size: 9px; font-weight: 700; letter-spacing: .25em; color: #ead8c6; text-shadow: 0 1px 8px #0009; }
.hero-card { position: absolute; left: -40px; right: 25px; bottom: 48px; z-index: 3; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 7px 15px; padding: 20px 24px; border-left: 3px solid var(--copper); background: #f6f0e8ed; color: var(--ink); box-shadow: 0 14px 40px #0004; }
.hero-card-index { grid-column: 1; color: var(--copper-deep); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.hero-card > span:nth-child(2) { grid-column: 1; font-family: var(--display); font-size: 26px; line-height: 1.1; font-weight: 600; }
.hero-card a { grid-column: 2; grid-row: 1 / span 2; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #aa9988; font-size: 22px; transition: background .2s; }
.hero-card a:hover { background: #e4d2bf; }

.intro-band { background: var(--ink); color: #dfbc9f; border-block: 1px solid var(--line); }
.intro-band-inner { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.intro-divider { flex: 1; max-width: 170px; height: 1px; background: #8e6e55; opacity: .7; }
.intro-band i { color: var(--copper); font-style: normal; padding: 0 13px; }

.section { padding: 112px 0; }
.collection { background: var(--ink); }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-kicker { color: var(--accent-text); }
.section-kicker span { font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: 0; }
.section-intro h2, .approach h2, .enquire h2 { margin: 20px 0 0; font-family: var(--display); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.section-intro h2 { font-size: clamp(58px, 6vw, 92px); }
.section-intro h2 em, .approach h2 em, .enquire h2 em { color: var(--accent-text); font-weight: 400; }
.section-intro > p { max-width: 360px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.collection-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin: 58px 0 22px; border-bottom: 1px solid var(--line); }
.filter-list { display: flex; gap: 31px; align-items: end; }
.filter-button { position: relative; padding: 0 0 16px; border: 0; background: transparent; color: #b9aa9d; white-space: nowrap; font-size: 12px; font-weight: 700; cursor: pointer; }
.filter-button span { margin-left: 6px; color: #baa18d; font-family: var(--display); font-size: 15px; font-weight: 600; }
.filter-button:hover, .filter-button.is-active { color: var(--text); }
.filter-button.is-active::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: var(--copper); }
.result-count { margin: 0 0 15px; color: #c0b0a2; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.pricing-note { max-width: 760px; margin: 0 0 30px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 43px 22px; }
.product-card { min-width: 0; background: #211d19; border: 1px solid var(--line); transition: border-color .25s, box-shadow .25s; }
.product-card:hover { border-color: #856348; box-shadow: 0 12px 28px #0003; }
.product-media { position: relative; aspect-ratio: .78; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-media img { transform: scale(1.055); }
.product-sequence { position: absolute; z-index: 1; top: 14px; left: 15px; padding: 5px 7px; background: #f8f5f0d9; color: #6b5b4d; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.concept-badge { position: absolute; top: 14px; right: 13px; padding: 7px 8px; background: #2f2722; color: #f4e5d5; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.sale-badge { position: absolute; left: 13px; bottom: 62px; padding: 8px 10px; background: #b67b52; color: #171513; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.quick-view { position: absolute; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 0 13px; border: 0; background: #1e1b19; color: white; font-size: 11px; font-weight: 700; cursor: pointer; transform: translateY(calc(100% + 13px)); transition: transform .25s, background .2s; }
.quick-view:hover { background: #865b40; }
.quick-view span { font-size: 18px; font-weight: 400; }
.product-card:hover .quick-view, .quick-view:focus-visible { transform: translateY(0); }
.product-info { display: flex; align-items: start; justify-content: space-between; gap: 10px; padding: 20px 17px 22px; }
.product-info > div { min-width: 0; flex: 1; }
.product-category { color: var(--accent-text); font-size: 9px; font-weight: 700; letter-spacing: .19em; }
.product-info h3 { min-height: 2.06em; margin: 7px 0 0; font-family: var(--display); font-size: 23px; font-weight: 600; line-height: 1.03; letter-spacing: -.015em; }
.product-arrow { flex: none; color: var(--accent-text); font-size: 18px; }
.product-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 10px; margin-top: 17px; padding-top: 13px; border-top: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.price-current { color: var(--text); font-size: 19px; font-weight: 700; line-height: 1.2; white-space: nowrap; }
.price-original { color: #b7a99b; font-size: 12px; line-height: 1.5; text-decoration-thickness: 1px; white-space: nowrap; }
.price-discount { padding: 4px 6px; background: #3b2b20; color: #e7b791; font-size: 8px; font-weight: 700; letter-spacing: .06em; white-space: nowrap; }
.collection-note { max-width: 700px; margin: 42px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.collection-note span { color: var(--accent-text); font-size: 15px; vertical-align: -1px; margin-right: 5px; }

.approach { padding-top: 0; background: var(--ink); color: var(--text); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; border-top: 1px solid var(--line); padding-top: 72px; }
.approach-visual { position: relative; min-height: 660px; overflow: hidden; background: #eee9e1; }
.approach-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; }
.approach-visual-label { position: absolute; left: 23px; bottom: 23px; padding: 10px 13px; background: #171513d9; color: #f8e8db; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.approach-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 93px 0 65px 90px; }
.approach .section-kicker { color: #c8a183; }
.approach h2 { margin-top: 44px; font-size: clamp(70px, 6.2vw, 98px); }
.approach h2 em { color: #d4a27f; }
.approach-copy > p:not(.section-kicker) { max-width: 450px; margin: 27px 0 0; color: #c8bcb1; font-size: 14px; line-height: 1.9; }
.approach-links { width: 100%; margin-top: auto; padding-top: 34px; }
.approach-links a { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 18px 0; border-bottom: 1px solid #51463d; color: #f0e4da; font-size: 11px; transition: color .2s; }
.approach-links a:first-child { border-top: 1px solid #51463d; }
.approach-links a:hover { color: #e3ad86; }
.approach-links a span:first-child { color: #af9a89; }
.approach-links a strong { margin-left: 19px; color: #f3e7dc; font-size: 13px; font-weight: 600; }
.approach-links a:hover strong { color: #e3ad86; }
.approach-links a span:last-child { font-size: 18px; }

.enquire { background: var(--ink); border-block: 1px solid var(--line); }
.enquire-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 70px; }
.enquire h2 { font-size: clamp(69px, 6.3vw, 100px); }
.enquire h2 em { color: var(--accent-text); }
.enquire-copy p { max-width: 500px; margin: 0 0 28px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.enquire-copy > span { display: block; margin-top: 16px; color: #b9a594; font-size: 11px; }
.site-footer { background: var(--ink); color: var(--text); }
.footer-main { display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 45px; padding: 78px 0 67px; }
.footer-wordmark .wordmark-symbol { border-color: #97745c; }
.footer-main > div:first-child > p { max-width: 290px; margin: 20px 0 0; color: #aa9c8e; font-size: 12px; line-height: 1.7; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 12px; }
.footer-nav > span, .footer-contact > span { margin-bottom: 9px; color: #be9678; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.footer-nav a:hover, .footer-contact a:hover { color: #d4a17b; }
.footer-contact a { font-family: var(--display); font-size: 24px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 27px; border-top: 1px solid #39312c; color: #9c9085; font-size: 10px; font-weight: 600; letter-spacing: .07em; }
.footer-bottom a:hover { color: #fff; }

.product-dialog { width: min(910px, calc(100% - 30px)); max-height: min(860px, calc(100dvh - 30px)); padding: 0; border: 1px solid #66503e; background: var(--ink); color: var(--text); box-shadow: 0 24px 90px #0008; }
.product-dialog::backdrop { background: #0e0c0bb8; backdrop-filter: blur(5px); }
.dialog-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.dialog-image { min-height: 500px; background: #fff; }
.dialog-image img { width: 100%; height: 100%; max-height: 650px; object-fit: contain; }
.dialog-copy { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 65px 40px 35px; }
.dialog-kicker { color: var(--accent-text); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.dialog-copy h2 { margin: 18px 0 12px; font-family: var(--display); font-size: 54px; font-weight: 600; line-height: .95; }
.dialog-copy > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.dialog-code { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dialog-code span { color: #c7b09d; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.dialog-code strong { font-family: var(--display); font-size: 24px; }
.dialog-price { width: 100%; margin: 0 0 22px; }
.dialog-price .product-price { margin-top: 0; padding-top: 0; border-top: 0; gap: 8px 13px; }
.dialog-price .price-current { font-size: 30px; }
.dialog-price .price-original { font-size: 15px; }
.dialog-price .price-discount { padding: 5px 8px; font-size: 9px; }
.dialog-copy .dialog-note { margin: 23px 0 24px; font-size: 11px; }
.dialog-enquire { width: 100%; }
.dialog-close { position: absolute; z-index: 3; top: 12px; right: 12px; width: 38px; height: 38px; border: 0; background: var(--ink); color: #fff; font-size: 24px; line-height: 1; cursor: pointer; }

@media (hover: none) { .quick-view { transform: translateY(0); } }
@media (max-width: 1160px) {
  .container { width: min(100% - 56px, 1380px); }
  .site-nav { gap: 24px; }
  .hero h1 { font-size: clamp(72px, 8.1vw, 115px); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .approach-copy { padding-left: 55px; }
}
@media (max-width: 850px) {
  .container { width: min(100% - 42px, 1380px); }
  .header-inner { height: 72px; }
  .site-nav { gap: 14px; font-size: 11px; }
  .nav-contact { gap: 10px; padding-inline: 12px; }
  .hero-layout { min-height: 650px; }
  .hero-copy { padding: 92px 25px 43px 0; }
  .hero h1 { margin-top: 45px; font-size: clamp(66px, 8.8vw, 89px); }
  .hero-art { min-height: 650px; }
  .hero-image-wrap { inset: 20px 0 20px 10px; }
  .hero-card { left: -25px; right: 13px; bottom: 36px; }
  .section { padding: 85px 0; }
  .section-intro h2 { font-size: 70px; }
  .approach-grid, .approach-visual { min-height: 570px; }
  .approach-copy { padding: 72px 0 50px 42px; }
  .approach h2 { font-size: 70px; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 36px, 1380px); }
  .announcement-inner { min-height: 30px; font-size: 8px; }
  .announcement-inner span:last-child { display: none; }
  .header-inner { height: 67px; }
  .wordmark { gap: 10px; }
  .wordmark-symbol { width: 38px; height: 38px; }
  .wordmark-text { font-size: 10px; }
  .wordmark-text strong { font-size: 7px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 40px; height: 40px; padding: 10px; border: 1px solid #8d715d; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; height: 1.5px; width: 100%; background: #f5e6d8; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 16px 18px 20px; background: #221d19; border-bottom: 1px solid #514337; box-shadow: 0 15px 30px #0006; }
  .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 2px; }
  .site-nav > a:not(.nav-contact) { padding: 14px 4px; font-size: 13px; }
  .nav-contact { justify-content: space-between; margin-top: 10px; padding: 12px 15px; }
  .hero-layout { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 72px 0 52px; }
  .hero h1 { margin: 36px 0 23px; font-size: clamp(68px, 14vw, 100px); }
  .hero-lede { font-size: 14px; }
  .hero-actions { gap: 24px; margin-top: 31px; }
  .hero-index { display: none; }
  .hero-art { min-height: 530px; padding: 0 0 25px; }
  .hero-image-wrap { inset: 0 0 25px; }
  .hero-art-label { top: 22px; right: 12px; }
  .hero-card { left: 12px; right: 12px; bottom: 0; padding: 15px 17px; }
  .hero-card > span:nth-child(2) { font-size: 23px; }
  .intro-band-inner { min-height: 55px; font-size: 8px; letter-spacing: .11em; }
  .intro-band-inner > span:first-child, .intro-divider { display: none; }
  .intro-band i { padding-inline: 8px; }
  .section { padding: 75px 0; }
  .section-intro { display: block; }
  .section-intro h2 { font-size: clamp(60px, 12vw, 80px); }
  .section-intro > p { margin: 21px 0 0; }
  .collection-toolbar { margin: 41px 0 23px; border-bottom: 0; }
  .filter-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; width: 100%; }
  .filter-button { min-width: 0; padding: 13px 0; border-bottom: 1px solid var(--line); text-align: left; font-size: 11px; }
  .result-count { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 12px; }
  .product-media { aspect-ratio: .78; }
  .product-info { gap: 6px; padding: 15px 11px 17px; }
  .product-info h3 { font-size: 19px; }
  .product-category { font-size: 8px; letter-spacing: .12em; }
  .product-arrow { font-size: 15px; }
  .product-price { gap: 5px 7px; margin-top: 13px; padding-top: 11px; }
  .price-current { font-size: 17px; }
  .price-original { font-size: 10px; }
  .price-discount { font-size: 7px; }
  .pricing-note { margin-bottom: 24px; font-size: 10px; }
  .quick-view { left: 6px; right: 6px; bottom: 6px; min-height: 35px; padding-inline: 8px; font-size: 10px; transform: translateY(0); }
  .product-sequence { top: 8px; left: 8px; font-size: 8px; }
  .concept-badge { top: 8px; right: 8px; font-size: 7px; }
  .sale-badge { left: 8px; bottom: 48px; padding: 6px 8px; font-size: 8px; }
  .collection-note { margin-top: 30px; }
  .approach { padding-top: 0; }
  .approach-grid { display: flex; flex-direction: column; min-height: 0; padding-top: 42px; }
  .approach-visual { min-height: 440px; }
  .approach-copy { padding: 65px 0 72px; }
  .approach h2 { margin-top: 29px; font-size: 75px; }
  .approach-copy > p:not(.section-kicker) { margin-top: 22px; }
  .approach-links { padding-top: 34px; }
  .enquire-layout { grid-template-columns: 1fr; gap: 25px; }
  .enquire h2 { font-size: 78px; }
  .enquire-copy p { font-size: 14px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 37px 20px; padding: 59px 0 48px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { padding-bottom: 24px; }
  .product-dialog { overflow: auto; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-image { min-height: 300px; height: 340px; }
  .dialog-image img { max-height: 340px; }
  .dialog-copy { padding: 30px 25px; }
  .dialog-copy h2 { font-size: 43px; }
}
@media (max-width: 390px) {
  .hero h1 { font-size: 64px; }
  .hero-actions { gap: 18px; }
  .button { gap: 15px; padding-inline: 17px; }
  .intro-band-inner { font-size: 7px; }
  .product-info h3 { font-size: 17px; }
  .product-category { letter-spacing: .08em; }
  .approach h2, .enquire h2 { font-size: 67px; }
  .footer-contact a { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
