:root {
  --ink: #090b0c;
  --ink-2: #121617;
  --ink-3: #1b2022;
  --bone: #f5f0e8;
  --paper: #fffdf8;
  --steel: #a8b0b3;
  --line: rgba(9, 11, 12, 0.16);
  --line-dark: rgba(245, 240, 232, 0.16);
  --bite: #e83d35;
  --bite-dark: #b91f1a;
  --electric: #7cf7df;
  --shell: min(1240px, calc(100vw - 40px));
  --radius: 18px;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  --font-display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text,
.skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 99999; top: 12px; left: 12px; padding: 12px 18px; background: var(--paper); color: var(--ink); border-radius: 8px; font-weight: 800; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1; }
h1, h2 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
h3, h4 { letter-spacing: -0.02em; }

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--electric);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow::before { width: 24px; height: 2px; background: currentColor; content: ""; }
.eyebrow--dark { color: var(--bite-dark); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { background: var(--bite); color: white; box-shadow: 0 12px 30px rgba(232, 61, 53, 0.3); }
.button--primary:hover, .button--primary:focus-visible { background: #ff5148; }
.button--ghost { border-color: rgba(245, 240, 232, 0.34); background: rgba(9, 11, 12, 0.24); color: var(--bone); }
.button--ghost:hover, .button--ghost:focus-visible { border-color: var(--electric); color: var(--electric); }
.button--dark { background: var(--ink); color: white; }
.button--dark:hover, .button--dark:focus-visible { background: #252c2e; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--bite-dark); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translate(3px, -3px); }
.text-link--light { color: var(--electric); }

.site-header { position: relative; z-index: 100; background: rgba(9, 11, 12, 0.92); border-bottom: 1px solid var(--line-dark); }
.site-header.is-sticky { position: fixed; inset: 0 0 auto; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); backdrop-filter: blur(18px); }
.site-header__bar { background: var(--bite); color: white; }
.site-header__bar-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.site-header__contact { display: flex; align-items: center; gap: 22px; }
.site-header__contact a:hover, .site-header__contact a:focus-visible { text-decoration: underline; }
.site-header__main { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand .custom-logo-link { display: flex; align-items: center; }
.brand .custom-logo { max-width: 230px; max-height: 64px; object-fit: contain; }
.brand__fin { position: relative; width: 44px; height: 44px; overflow: hidden; border: 2px solid var(--bone); border-radius: 50%; }
.brand__fin::before { position: absolute; width: 32px; height: 44px; left: 14px; bottom: -15px; border-radius: 90% 8% 55% 10%; background: var(--bite); transform: rotate(-34deg); content: ""; }
.brand__fin::after { position: absolute; width: 23px; height: 23px; left: -4px; bottom: -7px; border: 3px solid var(--electric); border-radius: 50%; content: ""; }
.brand__text { display: grid; line-height: 0.92; }
.brand__text strong { font-family: var(--font-display); font-size: 1.32rem; letter-spacing: 0.035em; }
.brand__text small { margin-top: 5px; color: var(--electric); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.38em; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(17px, 2.1vw, 34px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; display: block; padding-block: 8px; color: rgba(245, 240, 232, 0.82); font-size: 0.73rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.primary-nav a::after { position: absolute; inset: auto 100% 2px 0; height: 2px; background: var(--electric); content: ""; transition: inset 180ms ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: white; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav .current-menu-item > a::after { right: 0; }
.header-cart { position: relative; display: inline-grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--electric); }
.header-cart b { position: absolute; top: -4px; right: -4px; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--bite); color: white; font-size: 0.58rem; }
.nav-toggle { display: none; width: 46px; height: 42px; margin-left: auto; padding: 10px; border: 1px solid var(--line-dark); border-radius: 10px; background: transparent; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: radial-gradient(circle at 81% 12%, rgba(124, 247, 223, 0.08), transparent 30%), linear-gradient(135deg, var(--ink) 0%, #121617 58%, #0b0d0e 100%); }
.hero::after { position: absolute; z-index: 0; inset: auto -10vw -31vw 41vw; aspect-ratio: 1; border: 12vw solid rgba(232, 61, 53, 0.055); border-radius: 50%; content: ""; }
.hero__grid { position: absolute; inset: 0; opacity: 0.22; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero__layout { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr); gap: clamp(38px, 6vw, 90px); align-items: center; padding-block: 66px 82px; }
.hero__copy h1 { max-width: 780px; margin: 18px 0 23px; font-size: clamp(4rem, 7.2vw, 7.6rem); line-height: 0.84; }
.hero__copy > p { max-width: 640px; margin-bottom: 30px; color: rgba(245, 240, 232, 0.72); font-size: clamp(1rem, 1.45vw, 1.22rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__metrics { display: flex; gap: 0; margin: 44px 0 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.hero__metrics li { min-width: 122px; padding: 17px 25px 0 0; }
.hero__metrics li + li { padding-left: 25px; border-left: 1px solid var(--line-dark); }
.hero__metrics b, .hero__metrics span { display: block; }
.hero__metrics b { color: var(--bone); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.hero__metrics span { margin-top: 3px; color: var(--steel); font-size: 0.7rem; }
.hero__visual { position: relative; }
.hero__image-wrap { position: relative; min-height: 510px; overflow: hidden; border: 1px solid rgba(245, 240, 232, 0.18); border-radius: 26px 26px 90px 26px; background: #050606; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero__image-wrap::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88), transparent 44%), linear-gradient(135deg, transparent 60%, rgba(232,61,53,.22)); content: ""; }
.hero__image-wrap img { width: 100%; height: 510px; object-fit: cover; object-position: 48% center; filter: saturate(1.08) contrast(1.05); }
.hero__image-label { position: absolute; z-index: 2; inset: auto 28px 25px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.hero__image-label span { color: var(--electric); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.hero__image-label b { max-width: 235px; font-family: var(--font-display); font-size: 2rem; line-height: 0.92; text-align: right; }
.hero__ticker { position: relative; z-index: 3; overflow: hidden; border-block: 1px solid rgba(255,255,255,.15); background: var(--bite); transform: rotate(-0.7deg) scale(1.01); }
.hero__ticker div { width: max-content; display: flex; align-items: center; gap: 28px; min-height: 62px; color: white; font-family: var(--font-display); font-size: 1.1rem; letter-spacing: .08em; animation: ticker 24s linear infinite; }
.hero__ticker i { color: var(--ink); font-size: .7rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding-block: clamp(84px, 10vw, 144px); }
.section--light, .section--long-drive { background: var(--bone); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { max-width: 780px; margin: 16px 0 0; font-size: clamp(3.2rem, 6vw, 6.2rem); line-height: .88; }
.section-heading > p { max-width: 470px; margin: 0 0 7px auto; color: #4d5659; font-size: 1.04rem; }
.section-heading--inverse > p { color: rgba(245,240,232,.68); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.service-card { min-height: 335px; display: flex; flex-direction: column; padding: 38px clamp(24px, 3vw, 42px) 32px; border-right: 1px solid var(--line); }
.service-card:first-child { border-left: 1px solid var(--line); }
.service-card__number { color: var(--bite-dark); font-family: var(--font-display); font-size: 1.1rem; }
.service-card h3 { max-width: 330px; margin: 44px 0 17px; font-size: clamp(1.7rem, 2.4vw, 2.45rem); }
.service-card p { color: #555c5e; }
.service-card .text-link { margin-top: auto; }

.section--products { position: relative; overflow: hidden; background: var(--ink-2); }
.section--products::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(124,247,223,.11) 1px, transparent 1px); background-size: 24px 24px; opacity: .22; content: ""; }
.section--products .shell { position: relative; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; }
.product-card__media { position: relative; display: block; aspect-ratio: 1 / 1.05; overflow: hidden; border-radius: 16px; background: #e8e4de; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.75,.25,1); }
.product-card__media:hover img, .product-card__media:focus-visible img { transform: scale(1.055); }
.product-card__placeholder { position: relative; display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(145deg, #242a2c, #0e1112); }
.product-card__placeholder i, .content-card__placeholder i { width: 40%; aspect-ratio: 1; border: 2px solid rgba(124,247,223,.4); border-radius: 50%; box-shadow: 0 0 80px rgba(124,247,223,.11) inset; }
.product-card__arrow { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--bite); color: white; font-weight: 900; }
.product-card__body { padding: 17px 4px 0; }
.product-card__body h3 { min-height: 44px; margin: 0 0 7px; font-size: 1.06rem; line-height: 1.22; }
.product-card__body h3 a:hover, .product-card__body h3 a:focus-visible { color: var(--electric); }
.product-card__body .price { color: var(--steel); font-size: .82rem; font-weight: 750; }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 32px; border-top: 1px solid var(--line-dark); }
.section-cta p { margin: 0; color: rgba(245,240,232,.7); }

.section--design { position: relative; overflow: hidden; background: var(--bite); }
.section--design::after { position: absolute; inset: -24% -20% auto 60%; width: 70%; aspect-ratio: 1; border: 90px solid rgba(9,11,12,.09); border-radius: 50%; content: ""; }
.design-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 140px); }
.design-intro h2 { margin: 18px 0 24px; font-size: clamp(3.4rem, 6.2vw, 6.5rem); line-height: .85; }
.design-intro > p { max-width: 540px; color: rgba(255,255,255,.78); }
.design-intro .button { margin-top: 18px; }
.design-list { border-top: 1px solid rgba(255,255,255,.25); }
.design-row { display: grid; grid-template-columns: 1fr .8fr 40px; gap: 22px; align-items: center; min-height: 132px; border-bottom: 1px solid rgba(255,255,255,.25); transition: padding 180ms ease, background 180ms ease; }
.design-row:hover, .design-row:focus-visible { padding-inline: 18px; background: rgba(9,11,12,.12); }
.design-row > span { font-size: clamp(1.35rem, 2.1vw, 2.25rem); font-weight: 850; letter-spacing: -.035em; }
.design-row small { color: rgba(255,255,255,.66); font-size: .78rem; }
.design-row b { font-size: 1.4rem; text-align: right; }

.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.content-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.content-card__media { position: relative; display: block; aspect-ratio: 1.35 / 1; overflow: hidden; background: var(--ink-3); }
.content-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.content-card__media:hover img, .content-card__media:focus-visible img { transform: scale(1.04); }
.content-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(145deg, #252c2e, #090b0c); }
.content-card__body { padding: 26px; }
.content-card__body .kicker { color: var(--bite-dark); }
.content-card__body h2 { margin: 14px 0 13px; font-family: var(--font-sans); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.04; text-transform: none; }
.content-card__body h2 a:hover, .content-card__body h2 a:focus-visible { color: var(--bite-dark); }
.content-card__excerpt, .content-card__body > p { color: #5b6264; font-size: .9rem; }
.play-badge { position: absolute; display: grid; width: 68px; height: 68px; place-items: center; border-radius: 50%; background: var(--bite); color: white; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }

.about-band { padding-block: 0; background: #181d1f; }
.about-band__layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 570px; }
.about-band__image { position: relative; min-width: calc((100vw - var(--shell)) / 2 + 50%); margin-left: calc((100vw - var(--shell)) / -2); overflow: hidden; background: #050606; }
.about-band__image::after { position: absolute; inset: 0; background: linear-gradient(to right, transparent 65%, #181d1f); content: ""; }
.about-band__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .88; }
.about-band__copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 0 70px clamp(40px, 8vw, 130px); }
.about-band__copy h2 { margin: 18px 0 24px; font-size: clamp(3.2rem, 5vw, 5.3rem); line-height: .88; }
.about-band__copy p { max-width: 530px; color: rgba(245,240,232,.65); }

.contact-cta { padding-block: clamp(74px, 8vw, 110px); background: var(--electric); color: var(--ink); }
.contact-cta .eyebrow { color: var(--bite-dark); }
.contact-cta__layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.contact-cta h2 { max-width: 750px; margin: 16px 0 0; font-size: clamp(3.3rem, 6vw, 6.3rem); line-height: .86; }
.contact-cta p { max-width: 500px; color: #354042; }
.contact-cta .button { margin-top: 15px; }

.site-footer { padding: 78px 0 28px; background: #060708; border-top: 1px solid var(--line-dark); }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: clamp(42px, 7vw, 100px); }
.brand--footer { margin-bottom: 23px; }
.site-footer p { max-width: 440px; color: rgba(245,240,232,.56); font-size: .88rem; }
.site-footer h2 { margin-bottom: 20px; font-family: var(--font-sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-menu, .footer-menu ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li + li { margin-top: 8px; }
.footer-menu a { color: rgba(245,240,232,.62); font-size: .84rem; }
.footer-menu a:hover, .footer-menu a:focus-visible { color: var(--electric); }
.site-footer__base { display: flex; justify-content: space-between; gap: 20px; margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: rgba(245,240,232,.42); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 20%, rgba(124,247,223,.11), transparent 27%), var(--ink-2); }
.page-hero::after { position: absolute; inset: auto -10vw -18vw auto; width: 38vw; aspect-ratio: 1; border: 5vw solid rgba(232,61,53,.08); border-radius: 50%; content: ""; }
.page-hero--compact { padding-block: clamp(84px, 10vw, 145px); }
.page-hero h1 { position: relative; z-index: 1; max-width: 980px; margin: 16px 0 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .86; }
.entry-meta { display: flex; gap: 20px; margin-top: 22px; color: var(--steel); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.entry-featured { margin-top: -58px; position: relative; z-index: 2; }
.entry-featured img { width: 100%; max-height: 720px; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.entry-content { width: min(760px, calc(100vw - 40px)); margin: 0 auto; padding-block: 80px 120px; }
.prose { color: #243033; }
.entry .prose { color: var(--bone); }
.prose > * + * { margin-top: 1.25em; }
.prose h2, .prose h3 { margin-top: 1.65em; font-family: var(--font-sans); text-transform: none; }
.prose h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.prose h3 { font-size: 1.6rem; }
.prose p, .prose li { color: inherit; line-height: 1.8; }
.prose a { color: var(--electric); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { margin: 2em 0; padding: 4px 0 4px 25px; border-left: 4px solid var(--bite); font-size: 1.18rem; }
.prose img { border-radius: 12px; }
.content-grid--archive { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-block: 80px 120px; color: var(--ink); }
body.blog, body.archive, body.search { background: var(--bone); }
body.blog .site-main, body.archive .site-main, body.search .site-main { background: var(--bone); }
.pagination { grid-column: 1 / -1; margin-top: 35px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination a, .pagination .current { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.pagination .current { background: var(--bite); color: white; border-color: var(--bite); }
.woocommerce-shell { padding-block: 70px 110px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product img { border-radius: 14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1rem; }
.woocommerce span.onsale { background: var(--bite); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 999px; background: var(--bite); color: white; }
.error-page { min-height: 65vh; display: grid; align-items: center; }
.error-page p { color: var(--steel); font-size: 1.1rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1050px) {
  .site-header__main { min-height: 76px; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; z-index: 98; inset: 108px 0 0; display: none; margin: 0; padding: 38px 20px; background: rgba(9,11,12,.98); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { width: min(680px, 100%); margin: 0 auto; display: block; }
  .primary-nav li { border-bottom: 1px solid var(--line-dark); }
  .primary-nav a { padding: 16px 0; font-size: 1rem; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .header-cart { margin-left: 0; }
  .hero__layout { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero__copy h1 { font-size: clamp(4rem, 8vw, 6.5rem); }
  .hero__image-wrap, .hero__image-wrap img { min-height: 440px; height: 440px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
  .design-layout { grid-template-columns: 1fr; }
  .design-intro { max-width: 780px; }
  .about-band__layout { grid-template-columns: .8fr 1.2fr; }
  .content-grid--archive { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 620px); }
  .site-header__bar-inner { justify-content: center; }
  .site-header__bar-inner > span, .site-header__contact a[href^="mailto"] { display: none; }
  .site-header__main { gap: 12px; }
  .brand__text strong { font-size: 1.05rem; }
  .brand__fin { width: 38px; height: 38px; }
  .brand .custom-logo { max-width: 170px; max-height: 50px; }
  .header-cart { width: 38px; height: 38px; }
  .hero { min-height: auto; }
  .hero__layout { min-height: 0; grid-template-columns: 1fr; padding-block: 72px 70px; }
  .hero__copy h1 { font-size: clamp(3.7rem, 17vw, 6rem); }
  .hero__copy > p { font-size: 1rem; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__metrics { overflow-x: auto; }
  .hero__metrics li { min-width: 112px; }
  .hero__image-wrap, .hero__image-wrap img { min-height: 330px; height: 330px; }
  .hero__image-label { inset-inline: 20px; }
  .hero__image-label b { font-size: 1.4rem; }
  .section { padding-block: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 38px; }
  .section-heading h2, .design-intro h2, .about-band__copy h2, .contact-cta h2 { font-size: clamp(3.1rem, 14vw, 5.2rem); }
  .section-heading > p { margin-left: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child { min-height: 270px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-card h3 { margin-top: 28px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 14px; row-gap: 34px; }
  .product-card__body h3 { font-size: .9rem; }
  .section-cta { display: block; }
  .section-cta .button { width: 100%; margin-top: 20px; }
  .design-row { grid-template-columns: 1fr 32px; gap: 12px; min-height: 116px; }
  .design-row small { grid-column: 1 / -1; grid-row: 2; margin-top: -16px; }
  .design-row b { grid-column: 2; grid-row: 1; }
  .story-grid { grid-template-columns: 1fr; }
  .about-band__layout { width: 100%; grid-template-columns: 1fr; }
  .about-band__image { min-width: 0; height: 350px; margin: 0; }
  .about-band__image::after { background: linear-gradient(to bottom, transparent 60%, #181d1f); }
  .about-band__copy { width: var(--shell); margin-inline: auto; padding: 64px 0 78px; }
  .contact-cta__layout { grid-template-columns: 1fr; gap: 30px; }
  .contact-cta .button { width: 100%; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__base { display: grid; }
  .page-hero h1 { font-size: clamp(3.4rem, 16vw, 6rem); }
  .entry-featured { margin-top: -26px; }
  .entry-content { padding-block: 60px 85px; }
  .content-grid--archive { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 14px; }
}

@media (max-width: 430px) {
  .brand__text { display: none; }
  .product-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .product-card__body h3 { font-size: 1rem; }
  .hero__metrics li { min-width: 105px; padding-right: 15px; }
  .hero__metrics li + li { padding-left: 15px; }
}
