/*
Theme Name: CARAVANTES Sportswear
Theme URI: https://example.com/
Author: Revyv
Description: Lightweight editorial theme for the CARAVANTES contact-only sportswear catalog.
Version: 0.5.1
Text Domain: sportswear
*/

:root {
  --paper: #f4f2ec;
  --paper-bright: #fbfaf7;
  --ink: #111214;
  --muted: #686b70;
  --line: rgba(17, 18, 20, .15);
  --line-soft: rgba(17, 18, 20, .12);
  --blue: #1748dc;
  --blue-dark: #0b34b7;
  --orange: #1748dc;
  --acid: #c8ff24;
  --display: var(--body);
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: min(1320px, calc(100% - 96px));
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.inquiry-open { overflow: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.site-shell { min-height: 100vh; }
.container { width: var(--content); margin-inline: auto; }
.hero > *, .section-head > *, .page-hero-grid > *, .product-layout > *, .form-grid > *, .inquiry-layout > *, .manifesto-inner > *, .inquiry-band-inner > *, .footer-grid > *, .form-fields, .field { min-width: 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.display { max-width: 100%; font-family: var(--display); font-weight: 700; letter-spacing: -.045em; line-height: 1.08; text-wrap: balance; text-transform: none; }
.eyeline { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyeline::before { content: ""; width: 16px; height: 2px; background: var(--orange); }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-weight: 700; font-size: 14px; }
.text-link::after { content: ""; width: 18px; height: 12px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath d='M13.5 1 19 6l-5.5 5M18 6H1' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath d='M13.5 1 19 6l-5.5 5M18 6H1' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .25s var(--ease); }
.text-link:hover::after { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(244,242,236,.94); border-bottom: 1px solid var(--line); -webkit-backdrop-filter: blur(12px) saturate(150%); backdrop-filter: blur(12px) saturate(150%); transition: background .25s var(--ease), box-shadow .25s var(--ease); }
.site-header.is-scrolled { background: rgba(244,242,236,.98); box-shadow: 0 10px 28px rgba(17,18,20,.1); }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .site-header { top: 0; } }
.header-inner { min-height: 100px; padding-block: 8px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 190px; aspect-ratio: 1935 / 813; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 36px); }
.site-nav a { position: relative; font-size: 15px; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right .25s var(--ease); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-nav .email-nav { flex-direction: column; min-height: 54px; padding: 7px 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--blue); text-align: center; line-height: 1.1; transition: background .25s, transform .25s var(--ease), box-shadow .25s var(--ease); }
.site-nav .email-nav::after { display: none; }
.email-nav span { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.email-nav strong { font-size: 13px; white-space: nowrap; }
.site-nav .email-nav:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23,72,220,.2); }
.site-nav .cart-nav { min-height: 46px; padding: 7px 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--ink); text-align: center; transition: background .25s, transform .25s var(--ease), box-shadow .25s var(--ease); }
.site-nav .cart-nav::after { display: none; }
.site-nav .cart-nav:hover, .site-nav .cart-nav[aria-current="page"] { background: var(--blue); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23,72,220,.2); }
.cart-nav-icon { flex: 0 0 auto; width: 20px; height: 20px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h2l2.1 10h10.8L20 7H6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='19' r='1.5'/%3E%3Ccircle cx='17' cy='19' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h2l2.1 10h10.8L20 7H6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='19' r='1.5'/%3E%3Ccircle cx='17' cy='19' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat; }
.cart-count { min-width: 22px; height: 22px; padding-inline: 6px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; line-height: 1; }
.cart-nav[aria-current="page"] .cart-count, .cart-nav:hover .cart-count { color: var(--blue); background: #fff; }
.mobile-header-actions { display: none; align-items: center; gap: 6px; }
.mobile-cart-button { display: none; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 9px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 6px 0; background: var(--ink); transform-origin: center; transition: opacity .25s var(--ease), transform .32s var(--ease); }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--ink); background: transparent; font-weight: 760; cursor: pointer; transition: background .25s, color .25s, border-color .25s, transform .25s var(--ease), box-shadow .25s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button::after { content: ""; flex: 0 0 auto; width: 20px; height: 13px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath d='M13.5 1 19 6l-5.5 5M18 6H1' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath d='M13.5 1 19 6l-5.5 5M18 6H1' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .25s var(--ease); }
.button:hover::after { transform: translateX(5px); }
.button-primary { color: #fff; background: var(--blue); border-color: var(--blue); }
.button-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button-dark { color: #fff; background: var(--ink); }
.button-small { min-height: 42px; padding-inline: 16px; font-size: 13px; }

/* A single editorial hero: copy and artwork share the same stage. */
.hero-slider { position: relative; display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); align-items: center; min-height: 580px; padding: 36px max(48px, calc((100% - 1320px) / 2)); color: #fff; background: #090e16; overflow: hidden; }
.hero-stage { position: relative; grid-column: 2; grid-row: 1; width: 100%; aspect-ratio: 1194 / 896; }
.hero-slide { position: absolute; inset: 0; }
.hero-slide[hidden], .hero-controls[hidden] { display: none; }
.hero-artwork { width: 100%; height: 100%; object-fit: contain; }
.hero-framed-gallery { height: 100%; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; align-items: center; padding: 24px 0 24px 24px; }
.hero-framed-gallery img { width: 100%; height: 100%; max-height: 430px; object-fit: contain; }
.hero-caption { grid-column: 1; grid-row: 1; width: auto; margin: 0; padding: 36px 36px 36px 0; display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.hero-caption .hero-title { margin: 0 0 24px; max-width: 530px; font-size: clamp(48px,5.2vw,76px); line-height: 1.02; letter-spacing: -.055em; text-wrap: initial; }
.hero-caption p { margin: 0; max-width: 370px; min-height: 78px; color: #bac3d1; font-size: 17px; line-height: 1.6; }
.hero-controls { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.hero-controls button { display: grid; place-items: center; min-width: 44px; min-height: 44px; border: 1px solid #495365; background: transparent; color: #fff; cursor: pointer; font-size: 20px; }
.hero-controls button:hover { background: #243044; border-color: #fff; }
.hero-controls [data-hero-play] { margin-left: 12px; padding-inline: 14px; font-size: 12px; }
.hero-controls span { min-width: 52px; text-align: center; color: #bac3d1; font-size: 11px; letter-spacing: .1em; font-variant-numeric: tabular-nums; }
.hero-slider:focus-visible, .hero-slider :focus-visible { outline: 3px solid #7c9bff; outline-offset: -3px; }
@media (max-width: 1080px) {
  .hero-slider { min-height: 500px; padding-inline: 28px; }
  .hero-caption { padding-right: 18px; }
  .hero-caption .hero-title { font-size: 54px; }
}
@media (max-width: 760px) {
  .hero-slider { display: flex; flex-direction: column; padding: 0 24px 32px; }
  .hero-stage { width: min(100%,520px); order: 0; margin: 0 auto; }
  .hero-caption { width: 100%; order: 1; padding: 8px 0 0; gap: 22px; }
  .hero-caption .hero-title { margin-bottom: 16px; font-size: clamp(42px,10vw,62px); max-width: 520px; }
  .hero-caption p { min-height: 0; max-width: 500px; font-size: 15px; }
  .hero-caption > .button { width: 100%; }
  .hero-controls { margin-top: 0; gap: 10px; }
  .hero-framed-gallery { padding: 16px 0; gap: 10px; }
}

.section { padding: clamp(64px, 7vw, 100px) 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.section-title { margin: 0; font-size: clamp(32px, 3.5vw, 50px); }
.section-lede { max-width: 460px; margin: 0 0 8px; font-size: 16px; line-height: 1.65; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 44px 24px; }
.product-card { min-width: 0; }
.product-card { display: flex; flex-direction: column; }
.product-card .product-card-meta { flex: 1; }
.product-card[data-category="framed-jerseys"] .product-media { background: #111214; }
.product-card[data-category="framed-jerseys"] .product-media img { padding: 14px; }
.product-main-image.is-framed { background: #111214; }
.product-main-image.is-framed img { padding: 20px; }
.product-media { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #fff; border: 1px solid rgba(17,18,20,.06); }
.product-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .55s var(--ease); }
.product-card-meta { display: flex; justify-content: space-between; gap: 18px; min-height: 76px; padding: 18px 0 12px; }
.product-card h3 { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.45; text-wrap: initial; }
.product-card-actions { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding-top: 12px; border-top: 1px solid var(--line-soft); }
.product-view-link { min-height: 44px; padding: 0; display: flex; align-items: center; justify-content: flex-start; gap: 8px; border: 0; font-size: 12px; font-weight: 650; transition: color .25s, background .25s, transform .25s var(--ease); }
.product-view-link::after { content: ""; width: 19px; height: 12px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath d='M13.5 1 19 6l-5.5 5M18 6H1' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath d='M13.5 1 19 6l-5.5 5M18 6H1' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .25s var(--ease); }
.product-view-link:hover { color: var(--blue); }
.product-view-link:hover::after { transform: translateX(5px); }
.quick-add { min-height: 42px; border: 1px solid transparent; background: rgba(23,72,220,.08); padding: 0 15px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; font-weight: 780; text-align: left; color: var(--blue); cursor: pointer; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.quick-add::after { content: ""; flex: 0 0 auto; width: 14px; height: 14px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1v14M1 8h14' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1v14M1 8h14' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .25s var(--ease); }
.quick-add:hover { border-color: var(--blue); transform: translateY(-1px); }
.quick-add:hover::after { transform: rotate(90deg); }
.quick-add.is-added { color: #fff; background: var(--blue); border-color: var(--blue); }
.quick-add.is-added::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath d='m1 7 5 5L17 1' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath d='m1 7 5 5L17 1' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); transform: none; }

.process-section { background: var(--paper-bright); }
.process-head { align-items: end; }
.process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.process-step { min-height: 230px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line-soft); background: var(--paper-bright); transition: color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease); }
.process-step:hover { border-color: var(--blue); }
.process-number { font-family: var(--display); font-size: 24px; line-height: 1; font-weight: 600; letter-spacing: -.04em; color: var(--blue); transition: color .35s var(--ease), transform .35s var(--ease); }
.process-step:hover .process-number { color: var(--blue-dark); }
.process-step h3 { margin: 0 0 9px; font-family: var(--display); font-size: 23px; font-weight: 650; letter-spacing: -.03em; line-height: 1.2; }
.process-step p { margin: 0; max-width: 340px; }

.manifesto { background: var(--blue); color: #fff; }
.manifesto-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.manifesto h2 { margin: 0; font-size: clamp(46px, 6vw, 84px); }
.manifesto-copy { padding-bottom: 12px; }
.manifesto-copy p { margin: 0 0 28px; max-width: 500px; font-size: clamp(18px, 1.8vw, 25px); }
.manifesto .button { color: #fff; border-color: #fff; }

.inquiry-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
main section[id] { scroll-margin-top: 116px; }
.inquiry-band-inner { min-height: 220px; padding-block: clamp(42px, 4vw, 64px); display: grid; grid-template-columns: minmax(0,1.15fr) minmax(260px,1fr) auto; gap: clamp(32px, 4vw, 54px); align-items: center; }
.inquiry-band h2 { margin: 0; font-size: clamp(30px, 3.5vw, 48px); }
.inquiry-band p { max-width: 410px; margin: 0; font-size: 17px; }

.page-hero { padding: clamp(54px, 6vw, 88px) 0 32px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 64px; align-items: center; }
.page-hero h1 { margin: 0; font-size: clamp(46px, 5.6vw, 80px); }
.page-hero p { max-width: 460px; margin: 0; font-size: 17px; line-height: 1.65; color: var(--muted); }
.catalog-tools { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.filter-list { display: flex; flex-wrap: wrap; gap: 10px 34px; }
.filter-button { min-width: 44px; min-height: 44px; border: 0; background: transparent; padding: 8px 0; border-bottom: 2px solid transparent; cursor: pointer; }
.filter-button.is-active { color: var(--blue); border-color: var(--blue); }
.catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); padding-top: 36px; }
.product-card[hidden] { display: none; }

.product-page { padding: 30px 0 0; }
.breadcrumb { margin-bottom: 28px; overflow-wrap: anywhere; color: var(--muted); font-size: 10px; font-weight: 780; line-height: 1.6; text-transform: uppercase; letter-spacing: .07em; }
.breadcrumb a { color: var(--blue); }
.product-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: clamp(46px, 6vw, 96px); align-items: start; }
.product-main-image { width: 100%; height: min(680px, 72vh); min-height: 440px; overflow: hidden; background: #fff; border: 1px solid rgba(17,18,20,.06); }
.product-main-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .8s var(--ease), opacity .22s var(--ease); }
.product-media, .product-main-image { --product-zoom: 1.35; }
.product-main-image { --product-zoom: 1.8; }
.product-media img, .product-main-image img {
  transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
  transition: transform .28s var(--ease), transform-origin .12s ease-out, opacity .22s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .product-media.is-zoomed img, .product-main-image.is-zoomed img { transform: scale(var(--product-zoom)); will-change: transform; }
  .product-main-image.is-zoomed { cursor: zoom-in; }
}
.product-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: 88px; justify-content: start; gap: 10px; margin-top: 10px; }
.product-gallery-thumb { aspect-ratio: 1; padding: 0; overflow: hidden; border: 2px solid transparent; background: #fff; cursor: pointer; transition: border-color .2s, opacity .2s, transform .2s var(--ease); }
.product-gallery-thumb img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-gallery-thumb:hover { opacity: .82; transform: translateY(-2px); }
.product-gallery-thumb.is-active { border-color: var(--blue); }
.product-info { position: sticky; top: 112px; padding-top: 16px; }
.product-info h1 { margin: 0 0 24px; font-family: var(--body); font-size: clamp(30px, 2.7vw, 42px); font-weight: 650; line-height: 1.18; letter-spacing: -.035em; text-transform: none; text-wrap: initial; overflow-wrap: normal; }
.product-meta-line { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; margin: 12px 0 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-summary { max-width: 590px; margin: 0; padding: 0 0 30px; font-size: 16px; line-height: 1.55; }
.product-actions { display: grid; gap: 10px; }
.product-cta { position: relative; width: 100%; min-height: 56px; padding-inline: 22px; overflow: hidden; font-size: 18px; isolation: isolate; }
.product-cta::after { width: 18px; height: 18px; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M9 1v16M1 9h16' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M9 1v16M1 9h16' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E"); }
.product-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%); transform: translateX(-120%); transition: transform .7s var(--ease); }
.product-cta:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(23,72,220,.25); }
.product-cta:hover::after { transform: rotate(90deg); }
.product-cta:hover::before { transform: translateX(120%); }
.product-cta.is-added { background: var(--ink); border-color: var(--ink); }
.product-cta.is-added::after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath d='m1 7 5 5L17 1' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath d='m1 7 5 5L17 1' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); transform: none; }
.product-contact-link { min-height: 52px; }
.product-note { margin: 18px 0 0; padding: 15px 0 15px 16px; border-left: 3px solid var(--blue); color: var(--muted); font-size: 13px; }
.product-contact-section { margin-top: clamp(78px,8vw,118px); }

.form-section { margin-top: clamp(72px, 8vw, 120px); padding: clamp(64px, 7vw, 104px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-bright); }
.inquiry-band + .form-section { margin-top: 0; }
.form-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: clamp(60px, 7vw, 110px); align-items: start; }
.form-intro h2 { margin: 0 0 24px; max-width: 680px; font-size: clamp(34px, 3.5vw, 50px); }
.form-intro p { max-width: 420px; font-size: 17px; line-height: 1.6; }
.contact-details { max-width: 390px; margin-top: 30px; display: grid; gap: 0; border-top: 1px solid var(--line-soft); }
.contact-detail { min-width: 0; padding: 12px 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line-soft); }
.contact-detail:hover .contact-icon { transform: translateY(-2px); background-color: var(--blue-dark); }
.contact-detail > span:last-child { min-width: 0; }
.contact-detail small { display: block; margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail strong { display: block; overflow-wrap: anywhere; font-size: 14px; line-height: 1.25; }
.contact-icon { flex: 0 0 auto; width: 38px; height: 38px; background-color: var(--blue); transition: transform .25s var(--ease), background-color .25s; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: 20px; mask-position: center; mask-repeat: no-repeat; mask-size: 20px; }
.contact-icon-phone { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.2 3h3.2l1.5 4.2-2.1 1.6c1.3 3 3.6 5.3 6.6 6.6l1.6-2.1 4.2 1.5V18c0 1.1-.9 2-2 2C9.7 20 3 13.3 3 5c0-1.1.9-2 2.2-2Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.2 3h3.2l1.5 4.2-2.1 1.6c1.3 3 3.6 5.3 6.6 6.6l1.6-2.1 4.2 1.5V18c0 1.1-.9 2-2 2C9.7 20 3 13.3 3 5c0-1.1.9-2 2.2-2Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.contact-icon-email { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='1' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m4 7 8 6 8-6' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='1' fill='none' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m4 7 8 6 8-6' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E"); }
.contact-icon-location { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Z' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='9' r='2.5' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6.2 7-12a7 7 0 1 0-14 0c0 5.8 7 12 7 12Z' fill='none' stroke='black' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='9' r='2.5' fill='none' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E"); }
.form-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 780; letter-spacing: .01em; }
.field input, .field textarea, .field select { width: 100%; min-width: 0; max-width: 100%; min-height: 52px; border: 1px solid var(--line-soft); background: #fff; padding: 14px 15px; border-radius: 0; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,72,220,.1); }
.field textarea { min-height: 150px; resize: vertical; }
.form-honeypot { position: absolute; left: -10000px; }
.form-submit { grid-column: 1 / -1; width: 100%; }
.form-status { grid-column: 1 / -1; margin: 0; min-height: 24px; font-weight: 700; }
.form-status.is-success { color: #146b3a; }
.form-status.is-error { color: #b42318; }

.inquiry-page { padding: clamp(56px,7vw,96px) 0 110px; }
.inquiry-page h1 { margin: 0 0 46px; font-size: clamp(48px, 5.6vw, 76px); }
.inquiry-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(44px, 7vw, 110px); align-items: start; }
.inquiry-list { border-top: 1px solid var(--line); }
.inquiry-empty { padding: 52px 0; border-bottom: 1px solid var(--line); }
.inquiry-item { display: grid; grid-template-columns: 116px 1fr auto; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.inquiry-item img { width: 116px; height: 136px; object-fit: contain; background: #fff; }
.inquiry-item h3 { margin: 0 0 4px; font-size: 19px; line-height: 1.3; text-wrap: balance; }
.inquiry-item-label { margin: 0 0 4px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.inquiry-item-sku { margin-top: 10px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.remove-item { min-height: 44px; align-self: start; border: 0; background: transparent; color: #8d2019; cursor: pointer; }
.inquiry-form-panel { position: sticky; top: 108px; padding: clamp(26px,3vw,38px); background: #fff; border: 1px solid var(--line-soft); }
.inquiry-form-panel h2 { margin: 0 0 22px; font-size: 30px; }
.inquiry-form-panel .form-fields { grid-template-columns: 1fr; }
.inquiry-form-panel .field-full, .inquiry-form-panel .form-submit, .inquiry-form-panel .form-status { grid-column: auto; }
.cart-title { margin: 0 0 14px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.catalog-cta { border: 1px solid var(--line); padding: clamp(28px,4vw,48px); }
.content-page-inner { max-width: 900px; }
.content-page-inner > p:last-child { max-width: 760px; margin-top: 30px; font-size: 18px; line-height: 1.7; }

.has-js [data-reveal] { opacity: 1; transform: none; }
.has-js [data-reveal].is-visible { opacity: 1; transform: none; }

.site-footer { padding: clamp(58px,7vw,88px) 0 24px; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.8fr) minmax(0,1fr); align-items: start; gap: clamp(44px, 6vw, 88px); padding-bottom: 48px; }
.footer-brand-block { justify-self: start; }
.footer-navigation { width: min(100%, 340px); justify-self: center; }
.footer-contact { width: min(100%, 300px); justify-self: end; }
.footer-brand { width: 250px; display: block; }
.footer-brand img { width: 100%; height: auto; }
.footer-brand-block p { max-width: 430px; margin: 24px 0 0; font-size: 18px; }
.footer-grid h3 { margin: 0 0 17px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 26px; font-size: 15px; line-height: 1.45; }
.footer-contact-details { max-width: none; margin-top: 0; border-top: 0; }
.footer-contact-details .contact-detail { padding: 7px 0; border-bottom: 0; gap: 12px; }
.footer-contact-details .contact-icon { width: 34px; height: 34px; -webkit-mask-size: 18px; mask-size: 18px; }
.footer-contact-details .contact-detail strong { font-size: 14px; }
.footer-contact-details .contact-detail small { font-size: 10px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; }

@media (max-width: 1080px) {
  :root { --content: min(100% - 36px, 980px); }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 14px; }
  .site-nav .email-nav { padding-inline: 12px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .manifesto-inner, .page-hero-grid { grid-template-columns: minmax(0,1fr); }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-step { min-height: 240px; }
  .process-step:last-child { grid-column: 1 / -1; }
  .product-layout { grid-template-columns: 1fr 1fr; gap: 38px; }
  .inquiry-band-inner { min-height: 0; grid-template-columns: minmax(0,1fr) minmax(0,1fr); padding-block: 44px; }
  .inquiry-band .button { grid-column: 1 / -1; width: max-content; }
  .footer-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 38px 64px; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-navigation { width: 100%; justify-self: start; }
  .footer-contact { width: min(100%,300px); justify-self: end; }
}

@media (max-width: 1120px) {
  .header-inner { min-height: 80px; }
  .mobile-header-actions { display: flex; }
  .mobile-cart-button { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 2px; color: #fff; background: var(--ink); }
  .mobile-cart-button .cart-nav-icon { width: 18px; height: 18px; }
  .mobile-cart-button .cart-count { min-width: 18px; height: 18px; padding-inline: 4px; font-size: 9px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; display: flex; visibility: hidden; align-items: stretch; flex-direction: column; gap: 0; max-height: 0; overflow: hidden; opacity: 0; pointer-events: none; transform: translateY(-12px); transform-origin: top; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(17,18,20,.12); transition: max-height .34s var(--ease), opacity .24s var(--ease), transform .34s var(--ease), visibility 0s linear .34s; }
  .site-nav.is-open { visibility: visible; max-height: 430px; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .site-nav a { padding: 18px 20px; border-top: 1px solid var(--line-soft); opacity: 0; transform: translateY(-8px); transition: opacity .25s var(--ease), transform .3s var(--ease), background .2s; }
  .site-nav.is-open a { opacity: 1; transform: translateY(0); }
  .site-nav.is-open a:nth-child(1) { transition-delay: .06s; }
  .site-nav.is-open a:nth-child(2) { transition-delay: .11s; }
  .site-nav.is-open a:nth-child(3) { transition-delay: .16s; }
  .site-nav.is-open a:nth-child(4) { transition-delay: .21s; }
  .site-nav a.email-nav { min-height: 66px; margin: 12px 20px 18px; padding: 12px 16px; flex-direction: column; gap: 5px; border-top: 0; color: #fff; background: var(--blue); text-align: center; }
  .site-nav a.email-nav strong { font-size: 14px; }
  .site-nav .cart-nav { display: none; }
  .site-nav a::after { display: none; }
}

@media (max-width: 900px) {
  .form-grid, .product-layout, .inquiry-layout { grid-template-columns: minmax(0,1fr); }
  .form-grid { gap: clamp(38px, 6vw, 54px); }
  .product-layout { gap: 36px; }
  .product-visual { width: min(100%, 620px); margin-inline: auto; }
  .product-info, .inquiry-form-panel { position: static; }
  .product-info { padding-top: 0; }
  .product-info h1 { font-size: clamp(36px, 5.6vw, 46px); }
}

@media (max-width: 760px) {
  :root { --content: calc(100% - 40px); }
  .section { padding-block: 68px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .process-grid { grid-template-columns: minmax(0,1fr); }
  .process-step:last-child { grid-column: auto; }
  .manifesto-inner { gap: 30px; }
  .manifesto h2 { font-size: clamp(44px, 10vw, 68px); }
  .inquiry-band-inner { grid-template-columns: minmax(0,1fr); gap: 24px; padding-block: 44px; }
  .inquiry-band h2 { font-size: 36px; line-height: 1.1; }
  .inquiry-band .button { grid-column: auto; width: 100%; }
  .page-hero { padding-top: 52px; }
  .page-hero-grid { gap: 24px; }
  .page-hero h1 { font-size: clamp(40px, 10vw, 62px); line-height: 1.1; }
  .page-hero p { font-size: 18px; }
  .catalog-tools { align-items: flex-start; flex-direction: column; }
  .filter-list { gap: 10px 20px; }
  .product-gallery { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(3,80px); }
  .product-info h1 { font-size: 30px; line-height: 1.2; letter-spacing: -.035em; }
  .product-cta { min-height: 68px; font-size: 16px; }
  .form-grid { gap: 32px; }
  .form-intro h2 { font-size: 36px; line-height: 1.12; }
  .form-intro p { max-width: 100%; }
  .form-fields { grid-template-columns: minmax(0,1fr); }
  .field-full, .form-submit, .form-status { grid-column: auto; }
  .inquiry-page h1 { font-size: 48px; }
  .inquiry-form-panel { padding: 24px; }
  .inquiry-form-panel h2 { font-size: 30px; }
  .inquiry-item { grid-template-columns: 88px 1fr; }
  .inquiry-item img { width: 88px; height: 108px; }
  .remove-item { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .footer-brand-block, .footer-navigation, .footer-contact { width: 100%; grid-column: auto; justify-self: stretch; }
  .brand { width: 160px; }
  .footer-brand { width: min(290px, 85vw); }
  .footer-brand-block p { margin-top: 18px; font-size: 16px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 420px) {
	:root { --content: calc(100% - 40px); }
	.brand { width: 150px; }
	.footer-brand { width: min(280px, 85vw); }
  .filter-list { gap: 10px 16px; }
  .form-intro h2 { font-size: 34px; }
  .inquiry-item { grid-template-columns: 76px 1fr; gap: 14px; }
  .inquiry-item img { width: 76px; height: 94px; }
  .footer-links { grid-template-columns: minmax(0,1fr); }
}

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

.email-nav-label { display: inline-flex; align-items: center; gap: 7px; }
.site-nav .email-nav .contact-icon { width: 15px; height: 15px; flex: 0 0 15px; background-color: currentColor; }

/* Shared finishing details. */
.site-footer { background: #eae8e1; border-top: 1px solid var(--line-soft); }
.footer-brand-block p { font-size: 15px; color: var(--muted); max-width: 300px; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--blue); }
.inquiry-form-panel > p { color: var(--muted); font-size: 15px; line-height: 1.65; margin-bottom: 26px; }
.content-page h1, .error404 main h1 { font-size: clamp(40px,5vw,64px); }
.content-page, .error404 main > .section { min-height: 50vh; }
.catalog-cta h2 { font-size: clamp(30px,3vw,42px); margin: 0; }
.filter-button { font-size: 14px; font-weight: 600; }
.section-head .eyeline { margin-top: 0; margin-bottom: 14px; color: var(--muted); }
.product-cta:hover { transform: translateY(-2px); box-shadow: none; }
@media (max-width: 760px) {
  .product-main-image { height: auto; min-height: 0; aspect-ratio: 4 / 5; max-height: 600px; }
  .product-info h1 { font-size: 30px; }
  .product-cta { min-height: 56px; }
  .process-step { min-height: 200px; }
  .section-head { gap: 20px; margin-bottom: 28px; }
  .product-card h3 { font-size: 17px; }
  .product-card-meta { min-height: 0; }
  .product-card-actions { grid-template-columns: 1fr 1fr; }
  .quick-add { min-height: 44px; }
  .footer-brand { width: 240px; }
}

/* Merchandise is a distinct collection on the homepage. */
.merch-section { background: var(--paper-bright); border-block: 1px solid var(--line-soft); }
.merch-section .section-head { align-items: center; }
.merch-section .section-lede { font-size: 16px; color: var(--muted); line-height: 1.65; margin: 0; }
.merch-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
@media (max-width: 760px) {
  .merch-section .section-head { align-items: flex-start; }
  .merch-grid { grid-template-columns: minmax(0,1fr); }
}
