:root {
  --ivory: #f5f2eb;
  --ivory-deep: #ece6d7;
  --ink: #1b1a17;
  --ink-soft: #5b564b;
  --brass: #8c6a3f;
  --brass-light: #b79964;
  --line: #d8d0bc;
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-weight: 400; -webkit-font-smoothing: antialiased; display: flex; flex-direction: column; overflow-x: hidden; }
main { flex: 1 0 auto; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%); background: var(--ink); color: var(--ivory); padding: 12px 16px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.skip-link:focus-visible { transform: translateY(0); }
.container, .wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
h1, h2, h3, .serif, .heading, .display, .subheading { font-family: var(--serif); font-weight: 500; letter-spacing: .01em; margin: 0; color: var(--ink); }
p { line-height: 1.8; color: var(--ink-soft); margin: 0; font-size: 15.5px; }
.announcement, .topbar { display: none; }
.header { position: sticky; top: 0; z-index: 60; background: var(--ivory); border-bottom: 1px solid var(--line); }
.header-main, .nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.logo img { width: 172px; height: auto; }
.wordmark { font-family: var(--serif); font-size: 25px; letter-spacing: .05em; font-weight: 500; white-space: nowrap; }
.wordmark span { color: var(--brass); }
.nav, .links, .tools { display: flex; align-items: center; gap: 34px; }
.tools { justify-content: flex-end; }
.nav a, .links a, .tools a, .lang a { position: relative; padding-bottom: 4px; color: var(--ink-soft); cursor: pointer; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; }
.nav a.active, .links a.active, .nav a:hover, .links a:hover, .tools a:hover, .lang a.active { color: var(--ink); }
.nav a.active:after, .links a.active:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--brass); }
.lang { display: flex; gap: 8px; }
.cart-link { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; min-height: 44px; padding-bottom: 0; }
.cart-icon { display: inline-block; width: 24px; height: 24px; background: currentColor; -webkit-mask: url("/assets/icons/cart.svg") center / contain no-repeat; mask: url("/assets/icons/cart.svg") center / contain no-repeat; }
.mobile-cart-link { display: inline-flex !important; align-items: center; width: max-content; }
.mobile-cart-link .cart-icon { width: 22px; height: 22px; }
.cart-count { position: absolute; top: -8px; right: -8px; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: var(--brass); color: var(--ivory); font-size: 10px; letter-spacing: 0; }
.mobile-toggle { display: none; background: none; border: none; font-size: 22px; cursor: pointer; }
.mobile-menu { display: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 30px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.btn:hover { background: var(--ink); color: var(--ivory); }
.btn-dark, .btn:not(.outline) { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.btn-dark:hover, .btn:not(.outline):hover { background: var(--brass); border-color: var(--brass); color: var(--ivory); }
.btn-line { border-color: rgba(255,255,255,.5); color: var(--ivory); background: transparent; }
.btn.outline { background: transparent; color: var(--ink); }
.eyebrow, .kicker { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--brass); font-weight: 500; }
.hero { position: relative; min-height: 78vh; display: flex; align-items: center; background: linear-gradient(180deg, rgba(27,26,23,.6), rgba(27,26,23,.4)), url("site/hero-carrera.jpg"); background-size: cover; background-position: center; color: var(--ivory); }
.hero .wrap, .hero .container, .hero-copy { position: relative; z-index: 1; }
.hero .wrap { max-width: none; width: 100%; padding-left: clamp(142px, calc(6vw + 100px), 216px); padding-right: 40px; }
.hero-copy { display: block; min-height: auto; padding: 0 40px; }
.hero-tag { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--brass-light); }
.display, .hero h1 { font-size: clamp(42px, 6vw, 72px); color: var(--ivory); margin-top: 18px; line-height: 1.05; }
.hero h1 em { font-style: italic; color: var(--brass-light); }
.hero p, .hero .lead { color: #e4decf; max-width: 500px; margin-top: 20px; font-size: 16.5px; }
.cta-row { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
section { padding: 100px 0; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 60px; }
.section-head h2, .heading { font-size: clamp(30px, 4vw, 42px); margin-top: 14px; line-height: 1.08; }
.rule { width: 46px; height: 1px; background: var(--brass); margin: 18px auto 0; }
.brandbar, .brand-strip { background: var(--ink); padding: 16px 0; }
.brand-marquee { overflow: hidden; white-space: nowrap; }
.brand-track { display: flex; width: max-content; animation: brand-marquee var(--brand-marquee-duration, 35s) linear infinite; will-change: transform; }
.brand-marquee:hover .brand-track, .brand-marquee:focus-within .brand-track { animation-play-state: paused; }
.brand-row { display: flex; justify-content: space-between; align-items: center; flex: 0 0 auto; gap: clamp(34px, 5.5vw, 86px); min-height: auto; padding-right: clamp(34px, 5.5vw, 86px); }
.brand-row span, .brand-name { font-family: var(--serif); font-size: 18px; letter-spacing: .06em; color: #c9bfa6; opacity: .85; font-style: italic; }
@keyframes brand-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-20%, 0, 0); }
}
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 70px 0; border-bottom: 1px solid var(--line); }
.feature-row:last-child { border-bottom: none; }
.feature-row.reverse .img { order: 2; }
.feature-row .img, .story-image, .about-photo { aspect-ratio: 4 / 3; background: var(--ivory-deep); border: 1px solid var(--line); background-size: cover; background-position: center; }
.feature-row .num { font-family: var(--serif); font-size: 14px; color: var(--brass); letter-spacing: .1em; }
.feature-row h3 { font-size: 30px; margin-top: 10px; }
.feature-row p { margin-top: 16px; max-width: 440px; }
.feature-row .btn { margin-top: 26px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 60px; }
.stat { background: var(--ivory); padding: 44px 30px; text-align: center; }
.stat .num { font-family: var(--serif); font-size: 44px; color: var(--brass); }
.stat .label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-top: 8px; }
.home-about { background: var(--ivory-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0; }
.home-about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; align-items: stretch; max-width: none; padding: 0; }
.home-about-image { min-height: 640px; background-image: url("site/story-store.jpg"); background-size: cover; background-position: center; border-right: 1px solid var(--line); }
.home-about-copy { align-self: center; max-width: 590px; padding: 100px 40px 100px clamp(40px, 4vw, 70px); }
.home-about-copy h2 { margin-top: 14px; font-size: 32px; line-height: 1.1; }
.home-about-copy p { margin-top: 18px; }
.home-about-btn { margin-top: 36px; }
.quote-block { background: var(--ink); color: var(--ivory); padding: 90px 0; text-align: center; }
.quote-block blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 3vw, 32px); max-width: 760px; margin: 0 auto; line-height: 1.5; }
.quote-block cite { display: block; margin-top: 24px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--brass-light); }
.page-hero, .page-head { padding: 150px 0 70px; text-align: center; border-bottom: 1px solid var(--line); background: var(--ivory); }
.page-hero .lead, .page-head p { margin-top: 16px; max-width: 540px; margin-left: auto; margin-right: auto; }
.breadcrumbs { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.about-lead { max-width: 760px; margin: 0 auto; text-align: center; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-top: 70px; }
.img-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.img-col .ph { aspect-ratio: 3 / 4; background: var(--ivory-deep); border: 1px solid var(--line); background-size: cover; background-position: center; }
.img-col .ph:first-child { margin-top: 40px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 70px; }
.value h3 { font-size: 22px; margin-top: 16px; }
.value .idx { font-family: var(--serif); font-size: 13px; color: var(--brass); letter-spacing: .12em; }
.value p { margin-top: 12px; }
.contact-wrap, .form-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; border: 1px solid var(--line); }
.contact-info, .contact-panel { background: var(--ink); color: var(--ivory); padding: 60px; }
.contact-info h2, .contact-panel h2 { color: var(--ivory); font-size: 30px; margin-top: 12px; }
.contact-info p, .contact-panel p, .contact-panel a { color: #c9c2ae; }
.cinfo-block { margin-top: 32px; border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; }
.cinfo-block .lbl { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--brass-light); }
.cinfo-block .val { margin-top: 8px; font-size: 16px; }
.contact-form, .form-panel { background: var(--ivory); padding: 60px; }
.form-row, .field { margin-bottom: 22px; }
.form-row label, .field label { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.form-row input, .form-row textarea, .field input, .field textarea, .field select { width: 100%; border: none; border-bottom: 1px solid var(--line); background: transparent; padding: 10px 2px; font-family: var(--sans); font-size: 15px; color: var(--ink); }
.form-row input:focus, .form-row textarea:focus, .field input:focus, .field textarea:focus { outline: none; border-color: var(--brass); }
.map-block { position: relative; aspect-ratio: 16 / 7; min-height: 360px; background: var(--ivory-deep); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.map-block iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.92) brightness(1.04); }
.map-block:after { content: ""; position: absolute; inset: 0; background: rgba(245,242,235,.16); pointer-events: none; }
.map-block .btn { position: relative; z-index: 1; box-shadow: 0 18px 34px rgba(27,26,23,.18); }
.content-page { padding: 80px 0 120px; }
.legal { max-width: 880px; margin: auto; }
.legal h2 { margin: 42px 0 14px; font-size: 32px; }
.legal p, .legal li { color: var(--ink-soft); }
.shop-layout { display: grid; grid-template-columns: 250px 1fr; gap: 55px; padding: 70px 40px 120px; max-width: 1320px; margin: 0 auto; }
.filters { align-self: start; position: sticky; top: 126px; max-height: calc(100dvh - 150px); overflow-y: auto; overscroll-behavior: contain; padding-right: 10px; scrollbar-gutter: stable; }
.filters::-webkit-scrollbar { width: 6px; }
.filters::-webkit-scrollbar-track { background: rgba(217,207,189,.45); }
.filters::-webkit-scrollbar-thumb { background: var(--brass); }
.filters { scrollbar-width: thin; scrollbar-color: var(--brass) rgba(217,207,189,.45); }
.filter-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.filter-head h2 { margin: 0; font-size: 28px; }
.clear-btn { min-height: 36px; padding: 0 8px; border: 0; background: none; cursor: pointer; color: var(--ink-soft); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.filter-block { padding: 24px 0; border-top: 1px solid var(--line); }
.filter-block h3 { margin-bottom: 16px; font-family: var(--sans); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.filter-option { display: flex; align-items: center; gap: 10px; min-height: 32px; margin: 8px 0; color: var(--ink-soft); font-size: 13px; cursor: pointer; }
.filter-option input { width: 18px; height: 18px; accent-color: var(--ink); }
.shop-toolbar { display: grid; grid-template-columns: 1fr minmax(220px, 360px) 190px; gap: 20px; align-items: center; margin-bottom: 30px; border-bottom: 1px solid var(--line); padding-bottom: 28px; }
.search { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; outline: 0; }
.sort { padding: 11px; border: 1px solid var(--line); background: var(--ivory); font-size: 12px; color: var(--ink-soft); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px 22px; }
.product-image { position: relative; display: grid; place-items: center; aspect-ratio: 1.18; background: var(--white); border: 1px solid var(--line); overflow: hidden; }
.product-image img { width: 88%; height: 88%; object-fit: contain; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-info { padding-top: 16px; }
.product-brand { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--brass); }
.product-name { min-height: 42px; margin: 5px 0 9px; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; font-size: 12px; color: var(--ink-soft); }
.product-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 14px; }
.small-btn { min-height: 40px; padding: 0 14px; font-size: 11px; }
.empty { grid-column: 1 / -1; padding: 70px; text-align: center; background: var(--ivory-deep); color: var(--ink-soft); }
.load-more-holder { margin-top: 56px; text-align: center; }
.no-more { display: inline-block; color: var(--ink-soft); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.product-detail { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: start; padding: 80px 40px 120px; max-width: 1180px; margin: 0 auto; }
.product-detail-fallback { grid-template-columns: minmax(0, 680px); justify-content: center; text-align: center; }
.product-detail-fallback .product-detail-info { padding-top: 0; }
.product-detail-fallback .btn { margin-top: 18px; }
.product-detail-main { display: grid; place-items: center; aspect-ratio: 1 / 1; background: var(--white); border: 1px solid var(--line); }
.product-detail-main img { width: 90%; height: 90%; object-fit: contain; }
.product-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.product-thumbs button { display: grid; place-items: center; aspect-ratio: 1 / 1; border: 1px solid var(--line); background: var(--white); cursor: pointer; padding: 8px; }
.product-thumbs button.active { border-color: var(--ink); }
.product-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-detail-info { padding-top: 32px; }
.product-detail-info .heading { margin: 10px 0 18px; }
.detail-price { display: block; margin-top: 22px; font-family: var(--serif); font-size: 28px; color: var(--ink); }
.detail-note { margin-top: 28px; max-width: 460px; }
.cart-list { display: grid; gap: 14px; margin-bottom: 32px; }
.cart-item { display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 14px; border: 1px solid var(--line); background: var(--ivory); color: var(--ink); }
.cart-item img { width: 92px; aspect-ratio: 1; object-fit: contain; background: var(--white); }
.cart-item-info { min-width: 0; }
.cart-item-name { display: block; margin-top: 4px; color: var(--ink); font-size: 14px; line-height: 1.35; }
.cart-item-type { margin-top: 8px; color: var(--ink-soft); font-size: 12px; }
.cart-item-price { margin-top: 10px; color: var(--ink); font-weight: 500; }
.cart-total { display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; align-items: baseline; margin-top: 8px; padding: 18px 0 0; border-top: 1px solid rgba(245,242,235,.22); color: var(--ivory); }
.cart-total span { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #c9c2ae; }
.cart-total strong { font-family: var(--serif); font-size: 26px; font-weight: 500; color: var(--ivory); text-align: right; }
.cart-total small { grid-column: 1 / -1; color: #9d9683; text-align: right; }
.cart-form-row { display: grid; grid-template-columns: 1fr 160px; gap: 18px; }
.footer { background: var(--ink); color: #c9c2ae; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-logo { width: 170px; margin-bottom: 18px; }
.footer h4 { color: var(--ivory); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; margin: 0 0 18px; }
.footer p, .footer a { color: #9d9683; font-size: 14px; }
.footer a { display: block; padding: 6px 0; }
.footer a:hover { color: var(--brass-light); }
.footer-social { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; transition: background .25s ease, transform .25s ease; }
.footer-social a:hover { background: rgba(157,150,131,.12); transform: translateY(-1px); }
.footer-social img { width: 30px; height: 30px; display: block; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 26px 40px; max-width: 1180px; margin: 0 auto; font-size: 12px; color: #86806f; }
.footer-bottom a { display: inline; padding: 0; color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom a:hover { color: var(--brass-light); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .brand-track { transform: none; }
}
@media (max-width: 980px) {
  .container, .wrap, .header-main, .nav-shell { padding: 0 24px; }
  .nav { display: none; }
  .tools { gap: 18px; }
  .lang { display: flex; gap: 7px; }
  .lang a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 2px; }
  .mobile-toggle { display: block; }
  .mobile-menu.open { display: grid; gap: 18px; position: absolute; top: 82px; left: 0; right: 0; padding: 24px; background: var(--ivory); border-bottom: 1px solid var(--line); }
  .mobile-menu a { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
  .feature-row, .about-grid, .contact-wrap, .form-grid, .home-about-grid { grid-template-columns: 1fr; }
  .feature-row.reverse .img { order: 0; }
  .values, .stats { grid-template-columns: 1fr; }
  .home-about-grid { gap: 34px; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
  .home-about-image { order: -1; aspect-ratio: 16 / 10; min-height: 0; border: 1px solid var(--line); }
  .home-about-copy { max-width: none; padding: 0; }
  .home-about-copy .stats { grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
  .home-about-copy .stat { padding: 28px 14px; }
  .home-about-copy .stat .num { font-size: 34px; }
  .home-about-copy .stat .label { font-size: 10px; line-height: 1.35; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .shop-layout { grid-template-columns: 1fr; padding-left: 24px; padding-right: 24px; }
  .filters { position: static; max-height: min(70vh, 560px); }
  .shop-toolbar { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail { grid-template-columns: 1fr; padding-left: 24px; padding-right: 24px; gap: 36px; }
}
@media (max-width: 560px) {
  .container, .wrap, .header-main, .nav-shell { padding: 0 16px; }
  .header-main, .nav-shell { min-height: 72px; }
  .logo img { width: 142px; }
  .mobile-menu.open { top: 72px; }
  .hero { min-height: 610px; align-items: flex-start; background-image: linear-gradient(180deg, rgba(27,26,23,.62), rgba(27,26,23,.34)), url("site/hero-carrera-mobile-sharp.jpg"); background-position: center center; }
  .hero .wrap { padding-left: 16px; padding-right: 16px; padding-top: 56px; }
  .hero-copy { padding: 0; max-width: 82%; }
  .display, .hero h1 { font-size: 44px; }
  .hero p, .hero .lead { margin-top: 16px; font-size: 15.5px; line-height: 1.6; }
  .cta-row { flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 24px; }
  section { padding: 76px 0; }
  .home-about { padding: 64px 0; }
  .home-about-grid { gap: 28px; padding: 0 16px; }
  .home-about-image { aspect-ratio: 4 / 3; }
  .home-about-copy h2 { font-size: 29px; }
  .home-about-copy p { font-size: 15px; line-height: 1.72; }
  .home-about-copy .stats { grid-template-columns: 1fr; gap: 1px; margin-top: 28px; }
  .home-about-copy .stat { padding: 22px 16px; }
  .home-about-btn { width: 100%; justify-content: center; margin-top: 28px; }
  .quote-block { padding: 64px 0; }
  .brand-row { justify-content: flex-start; gap: 38px; padding-right: 38px; }
  .img-col { grid-template-columns: 1fr; gap: 12px; }
  .img-col .ph:first-child { margin-top: 0; }
  .map-block { width: 100%; min-height: 300px; aspect-ratio: auto; }
  .map-block .btn { width: calc(100% - 32px); max-width: 360px; padding-left: 14px; padding-right: 14px; text-align: center; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 34px 10px; }
  .product-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer { padding-top: 54px; }
  .footer-bottom { padding: 22px 16px; }
  .cart-item { grid-template-columns: 72px minmax(0, 1fr); align-items: start; }
  .cart-item img { width: 72px; }
  .cart-item .clear-btn { grid-column: 2; justify-self: start; margin-top: 8px; padding-left: 0; }
  .cart-total { grid-template-columns: 1fr; }
  .cart-total strong, .cart-total small { text-align: left; }
  .cart-form-row { grid-template-columns: 1fr; gap: 0; }
}

.product-detail-gallery { min-width: 0; }
.product-detail-main { position: relative; overflow: hidden; }
.product-detail-main img { transition: opacity .2s ease, transform .25s ease; }
.gallery-nav { position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); background: rgba(255,255,255,.9); color: var(--ink); cursor: pointer; font-family: var(--serif); font-size: 34px; line-height: 1; }
.gallery-nav:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.gallery-prev { left: 14px; }
.gallery-next { right: 14px; }
.gallery-count { position: absolute; right: 14px; bottom: 14px; padding: 6px 10px; background: rgba(27,26,23,.82); color: var(--ivory); font-size: 11px; letter-spacing: .12em; }
.product-thumbs { grid-template-columns: repeat(auto-fit, minmax(76px, 1fr)); }
.product-purchase { position: sticky; top: 112px; z-index: 2; margin-top: 30px; padding: 1px 0 18px; background: linear-gradient(180deg, var(--ivory) 75%, rgba(245,242,235,0)); }
.product-commerce { margin-top: 28px; max-width: 520px; }
.commerce-list { display: grid; gap: 10px; }
.commerce-item { border: 1px solid var(--line); background: rgba(255,255,255,.38); padding: 14px 16px; }
.commerce-item span { display: block; color: var(--brass); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.commerce-item p { margin-top: 5px; font-size: 13.5px; line-height: 1.55; }
.cart-commerce { margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(245,242,235,.16); }
.cart-commerce .commerce-item { background: rgba(245,242,235,.06); border-color: rgba(245,242,235,.15); }
.cart-commerce .commerce-item span { color: var(--brass-light); }
.cart-commerce .commerce-item p { color: #c9c2ae; }
@media (max-width: 980px) {
  .product-detail-info { padding-top: 0; }
  .product-purchase { position: static; padding-bottom: 0; background: transparent; }
}
@media (max-width: 560px) {
  .product-detail { padding-top: 50px; padding-bottom: 84px; }
  .product-detail-main { aspect-ratio: 1 / 1.08; }
  .gallery-nav { width: 38px; height: 38px; font-size: 30px; }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .product-thumbs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; scroll-snap-type: x proximity; }
  .product-thumbs button { flex: 0 0 78px; scroll-snap-align: start; }
  .product-detail-info .cta-row { display: grid; grid-template-columns: 1fr; }
  .product-detail-info .btn { width: 100%; }
  .commerce-item { padding: 13px 14px; }
}
.product-detail:not(.product-detail-fallback) {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: start;
}
.product-detail:not(.product-detail-fallback) .product-detail-info {
  align-self: start;
  text-align: left;
  padding-top: 0;
}
.product-detail:not(.product-detail-fallback) .detail-note {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 820px) {
  .product-detail:not(.product-detail-fallback) {
    grid-template-columns: 1fr;
  }
}
.turnstile-wrap {
    margin: 20px 0 22px;
    min-height: 65px;
}

.turnstile-wrap iframe {
    max-width: 100%;
}
