:root {
  --cream: #f3efe6;
  --paper: #faf8f3;
  --ink: #171714;
  --red: #e6533c;
  --sage: #aab5a5;
  --pink: #d7b8c3;
  --line: rgba(23, 23, 20, 0.16);
}

/* Shop collection */
.shop-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.shop-header .main-nav a.active { color: var(--red); }
.shop-intro { display: grid; grid-template-columns: .9fr 1.35fr; min-height: 620px; background: var(--cream); }
.shop-intro-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(56px, 7vw, 108px); }
.shop-intro h1, .shop-catalog-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.shop-intro h1 { font-size: clamp(58px, 7vw, 104px); line-height: .86; }
.shop-intro h1 em { color: var(--red); font-weight: 400; }
.shop-intro-copy > p:not(.eyebrow) { max-width: 420px; margin: 28px 0 32px; font-size: 14px; line-height: 1.7; }
.shop-intro-image { position: relative; min-width: 0; min-height: 560px; margin: 0; overflow: hidden; background: var(--sage); }
.shop-intro-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.shop-intro-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(23,23,20,.38)); content: ""; }
.shop-intro-image figcaption { position: absolute; z-index: 1; right: 28px; bottom: 24px; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.shop-category-rail { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--line); background: #fff; }
.shop-category-rail a { display: flex; gap: 12px; align-items: center; justify-content: center; min-height: 74px; border-right: 1px solid var(--line); color: inherit; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.shop-category-rail a:last-child { border-right: 0; }
.shop-category-rail a span { color: #99978f; font-family: Georgia, serif; font-weight: 400; }
.shop-category-rail a.active, .shop-category-rail a:hover { background: var(--ink); color: #fff; }
.shop-catalog { padding: clamp(72px, 7vw, 108px) clamp(22px, 5vw, 78px) 110px; }
.shop-catalog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; width: min(1360px, 100%); margin: 0 auto 42px; }
.shop-catalog-heading h2 { font-size: clamp(40px, 4.8vw, 70px); line-height: 1; }
.shop-catalog-heading > p { display: flex; gap: 20px; align-items: center; margin: 0; color: #77746c; font-size: 10px; text-transform: uppercase; }
.shop-catalog-heading button { border: 0; border-bottom: 1px solid var(--ink); padding: 7px 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 800; }
.shop-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; width: min(1360px, 100%); margin: 0 auto; }
.shop-product-card { min-width: 0; }
.shop-product-visual { position: relative; display: grid; place-items: center; aspect-ratio: 1; overflow: hidden; background: #eeeae3; color: inherit; text-decoration: none; }
.shop-product-visual::before { position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.95), rgba(255,255,255,.2) 45%, transparent 67%); content: ""; }
.shop-product-badge { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 6px 8px; background: var(--red); color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.shop-phone { position: relative; width: 45%; aspect-ratio: .49; border: 2px solid rgba(23,23,20,.28); border-radius: 18%/9%; box-shadow: 0 25px 34px rgba(64,55,45,.2); transform: rotate(-4deg); transition: transform .35s ease; }
.shop-product-visual:hover .shop-phone { transform: translateY(-8px) rotate(1deg); }
.shop-phone i { position: absolute; top: 5%; left: 8%; width: 35%; aspect-ratio: 1; border-radius: 29%; background: #aaa9a3; box-shadow: inset 0 0 0 1px rgba(0,0,0,.2); }
.shop-phone i::before, .shop-phone i::after, .shop-phone b { position: absolute; width: 35%; aspect-ratio: 1; border: 2px solid #5e5e59; border-radius: 50%; background: #10100f; content: ""; }
.shop-phone i::before { top: 10%; left: 10%; }.shop-phone i::after { right: 10%; bottom: 10%; }.shop-phone b { top: 10%; right: 10%; }
.shop-phone-sage { background: var(--sage); }.shop-phone-red { background: var(--red); }
.shop-phone-checker { background-color: #e8e2d5; background-image: linear-gradient(45deg,#9ea99a 25%,transparent 25%,transparent 75%,#9ea99a 75%),linear-gradient(45deg,#9ea99a 25%,transparent 25%,transparent 75%,#9ea99a 75%); background-position: 0 0,16px 16px; background-size: 32px 32px; }
.shop-phone-wavy { background: #171714 repeating-radial-gradient(ellipse at 0 0,transparent 0 23px,#bbaa8d 24px 26px,transparent 27px 44px); }
.shop-quick-add { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; padding: 15px 17px; background: var(--ink); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .06em; transform: translateY(100%); transition: transform .25s ease; }
.shop-product-visual:hover .shop-quick-add { transform: translateY(0); }
.shop-product-meta { display: flex; justify-content: space-between; gap: 15px; padding: 17px 2px 0; }
.shop-product-meta h3, .shop-product-meta p { margin: 0; font-size: 12px; }.shop-product-meta p { margin-top: 7px; color: #6f6d66; font-size: 11px; }
.shop-product-meta button { align-self: flex-start; border: 0; padding: 0; background: none; cursor: pointer; font-size: 20px; line-height: 1; }
@media (max-width: 900px) { .shop-intro { grid-template-columns: 1fr; }.shop-intro-image { min-height: 480px; }.shop-category-rail { grid-template-columns: repeat(5, minmax(130px,1fr)); overflow-x: auto; }.shop-product-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .shop-intro-copy { padding: 58px 24px 52px; }.shop-intro h1 { font-size: 58px; }.shop-intro-image { min-height: 390px; }.shop-catalog-heading { align-items: flex-start; }.shop-catalog-heading h2 { font-size: 42px; }.shop-product-grid { gap: 30px 12px; }.shop-quick-add { transform: none; }.shop-product-meta h3 { font-size: 11px; } }

/* Keep the carousel controls circular and evenly aligned across theme resets. */
.standard-section .standard-arrow {
  box-sizing: border-box !important;
  display: grid !important;
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  border-radius: 50% !important;
  font-family: Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  appearance: none;
}

.standard-section .standard-dots {
  right: auto !important;
  left: 50% !important;
  width: max-content !important;
  margin: 0 !important;
  padding: 6px 8px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  border-radius: 999px;
  background: rgba(23, 23, 20, .16);
  transform: translateX(-50%);
  backdrop-filter: blur(5px);
}

.standard-section .standard-dots button,
.standard-section .standard-dots button.active {
  box-sizing: border-box !important;
  flex: 0 0 9px !important;
  width: 9px !important;
  min-width: 9px !important;
  max-width: 9px !important;
  height: 9px !important;
  min-height: 9px !important;
  max-height: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  line-height: 0 !important;
  appearance: none;
  transform: none !important;
}

.standard-section .standard-dots button::before,
.standard-section .standard-dots button::after {
  display: none !important;
  content: none !important;
}

.standard-section .standard-dots button.active {
  border-color: #fff !important;
  background: #fff !important;
  box-shadow: 0 0 0 2px rgba(23, 23, 20, .22) !important;
  opacity: 1 !important;
}

/* Draw the arrows from symmetric paths so their visible shape sits on the circle centre. */
.standard-section .standard-arrow {
  font-size: 0 !important;
}

.standard-section .standard-arrow::before {
  position: static !important;
  display: block !important;
  width: 16px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: currentColor !important;
  content: "" !important;
  opacity: 1 !important;
  transform: none !important;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 16px 14px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px 14px;
}

.standard-section .standard-arrow-previous::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath d='M7 1 1 7l6 6M1 7h16' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' 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 18 14'%3E%3Cpath d='M7 1 1 7l6 6M1 7h16' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.standard-section .standard-arrow-next::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath d='m11 1 6 6-6 6M17 7H1' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' 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 18 14'%3E%3Cpath d='m11 1 6 6-6 6M17 7H1' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Translation wrappers must not create a second grid row inside the arrow button. */
.standard-section .standard-arrow > * {
  display: none !important;
}

.standard-section .standard-arrow::before {
  position: absolute !important;
  inset: 0 !important;
  margin: auto !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body, button, input, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }

.storefront { min-height: 100vh; overflow: hidden; background: var(--cream); }
.announcement { display: grid; place-items: center; min-height: 30px; padding: 6px 16px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-align: center; }

.site-header { position: relative; z-index: 10; display: grid; grid-template-columns: 210px 1fr 210px; align-items: center; min-height: 76px; padding: 0 44px; background: #fff; border-bottom: 1px solid rgba(0,0,0,.06); }
.brand { display: flex; width: 174px; overflow: hidden; text-decoration: none; }
.brand img, .footer-brand img { display: block; width: 100%; filter: contrast(280%) brightness(126%) saturate(125%); }
.main-nav { display: flex; justify-content: center; gap: clamp(26px, 4vw, 62px); }
.main-nav a { position: relative; padding: 27px 0 24px; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.main-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; justify-content: flex-end; gap: 18px; }
.icon-button, .menu-button { position: relative; width: 28px; height: 28px; border: 0; padding: 0; background: transparent; cursor: pointer; }
.search-icon::before { position: absolute; top: 5px; left: 4px; width: 13px; height: 13px; border: 1.7px solid var(--ink); border-radius: 50%; content: ""; }
.search-icon::after { position: absolute; top: 18px; left: 17px; width: 8px; height: 1.7px; background: var(--ink); content: ""; transform: rotate(46deg); }
.account-icon::before { position: absolute; top: 4px; left: 10px; width: 8px; height: 8px; border: 1.7px solid var(--ink); border-radius: 50%; content: ""; }
.account-icon::after { position: absolute; bottom: 4px; left: 6px; width: 16px; height: 9px; border: 1.7px solid var(--ink); border-radius: 10px 10px 3px 3px; content: ""; }
.bag-icon::before { position: absolute; top: 9px; left: 5px; width: 18px; height: 15px; border: 1.7px solid var(--ink); border-radius: 2px; content: ""; }
.bag-icon::after { position: absolute; top: 4px; left: 10px; width: 8px; height: 8px; border: 1.7px solid var(--ink); border-bottom: 0; border-radius: 8px 8px 0 0; content: ""; }
.menu-button { display: none; }

.hero { position: relative; min-height: 480px; height: min(59vw, 600px); max-height: 68vh; overflow: hidden; background: #e8e0d3; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(243,239,230,.04) 0%, rgba(243,239,230,.1) 42%, rgba(243,239,230,.45) 64%, rgba(243,239,230,.7) 100%); }
.hero-copy { position: absolute; top: 50%; left: clamp(48%, 55vw, 60%); width: min(520px, 38vw); transform: translateY(-50%); }
.eyebrow { margin: 0 0 14px; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.hero h1, .section-heading h2, .device-section h2, .standard-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(48px, 5.6vw, 82px); line-height: .94; }
.hero-copy > p:not(.eyebrow) { max-width: 420px; margin: 24px 0 28px; font-size: 14px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 28px; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.button-dark { background: var(--ink); color: #fff; transition: background .2s ease, transform .2s ease; }
.button-dark:hover { background: var(--red); transform: translateY(-2px); }
.text-link { display: inline-flex; gap: 9px; align-items: center; padding: 8px 0 5px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.text-link span { font-size: 15px; line-height: 0; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.offer-strip { padding: 10px 20px; background: var(--ink); color: #fff; text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.offer-strip a { margin-left: 16px; text-underline-offset: 3px; }
.quick-shop { position: relative; background: #fff; border-bottom: 1px solid var(--line); }
.quick-track { display: grid; grid-template-columns: repeat(8, minmax(108px, 1fr)); width: min(1320px, 100%); margin: 0 auto; padding: 17px 24px 16px; }
.quick-category { display: grid; justify-items: center; gap: 8px; min-width: 0; text-decoration: none; font-size: 10px; white-space: nowrap; }
.quick-visual { position: relative; display: grid; place-items: center; width: 66px; height: 56px; transition: transform .2s ease; }
.quick-visual img { display: block; width: 54px; height: 54px; object-fit: contain; }
.quick-category:hover .quick-visual { transform: translateY(-3px); }
.mini-product { position: relative; display: block; }
.quick-phone .mini-product, .quick-new .mini-product { width: 26px; height: 48px; border: 2px solid #6f7769; border-radius: 7px; background: linear-gradient(140deg, var(--sage), #d6dbd1); box-shadow: 4px 4px 0 rgba(0,0,0,.08); transform: rotate(-7deg); }
.quick-phone .mini-product::before, .quick-new .mini-product::before { position: absolute; top: 4px; left: 4px; width: 10px; height: 10px; border: 2px solid #576054; border-radius: 50%; background: #161715; content: ""; box-shadow: 8px 0 0 -2px #161715; }
.quick-new .mini-product { border-color: #be402c; background: var(--red); transform: rotate(8deg); }
.quick-strap .mini-product { width: 42px; height: 42px; border: 5px solid var(--red); border-radius: 50%; }
.quick-strap .mini-product::after { position: absolute; top: 27px; right: -8px; width: 20px; height: 8px; border-radius: 6px; background: var(--pink); content: ""; transform: rotate(40deg); }
.quick-magsafe .mini-product { width: 40px; height: 40px; border: 8px solid #e5ddd0; border-radius: 50%; box-shadow: 0 3px 8px rgba(0,0,0,.13); }
.quick-earbuds .mini-product { width: 40px; height: 32px; border: 2px solid #ded4c7; border-radius: 12px; background: #f8f4ed; box-shadow: 3px 4px 0 rgba(0,0,0,.08); }
.quick-earbuds .mini-product::after { position: absolute; top: -10px; left: 6px; width: 24px; height: 15px; border: 2px solid #ded4c7; border-bottom: 0; border-radius: 15px 15px 0 0; content: ""; }
.quick-tablet .mini-product { width: 38px; height: 49px; border: 2px solid #7d8779; border-radius: 3px; background: var(--sage); box-shadow: inset -9px 0 rgba(255,255,255,.18); }
.quick-laptop .mini-product { width: 46px; height: 30px; border: 3px solid #2b2b28; border-radius: 2px; background: #c7cebf; transform: perspective(50px) rotateX(-8deg); }
.quick-laptop .mini-product::after { position: absolute; right: -4px; bottom: -5px; left: -4px; height: 4px; border-radius: 0 0 5px 5px; background: #32322e; content: ""; }
.quick-watch .mini-product { width: 20px; height: 34px; border: 3px solid #383936; border-radius: 7px; background: #a4b09f; box-shadow: 0 -13px 0 -8px #d7b8c3, 0 13px 0 -8px #d7b8c3; }

.category-section, .bestseller-section { padding: clamp(74px, 8vw, 120px) clamp(24px, 5.5vw, 86px); }
.section-heading { width: min(1280px, 100%); margin: 0 auto 42px; }
.section-heading h2, .device-section h2, .standard-copy h2 { font-size: clamp(40px, 4.7vw, 68px); line-height: .98; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; }
.split-heading > p { max-width: 400px; margin: 0 0 4px; font-size: 13px; line-height: 1.55; }
.category-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: repeat(2, minmax(250px, 29vw)); gap: 18px; width: min(1280px, 100%); margin: 0 auto; }
.category-card { position: relative; min-width: 0; overflow: hidden; border: 0; border-radius: 24px; padding: 0; background: #ded9cf; cursor: pointer; text-align: left; }
.category-card::after { position: absolute; inset: 0; border: 1px solid rgba(0,0,0,.05); border-radius: inherit; content: ""; pointer-events: none; }
.category-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.035); }
.category-lead { grid-row: span 2; }
.category-lead img { object-position: 56% center; }
.category-strap { background: linear-gradient(145deg, #d9b9c5, #f1dce3); }
.category-magsafe { background: #20201d url('/hero-dark.png') center/cover no-repeat; }
.category-earbuds { background: linear-gradient(145deg, #e8e1d6, #f8f5ef); }
.category-tablet { background: linear-gradient(145deg, #bbc4b7, #e5e7e0); }
.category-copy { position: absolute; z-index: 2; top: 28px; left: 30px; display: grid; gap: 6px; }
.category-copy small { font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .12em; }
.category-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 2.8vw, 44px); font-weight: 400; letter-spacing: -.03em; }
.category-copy em { margin-top: 4px; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .04em; }
.light-copy { color: #fff; text-shadow: 0 1px 10px rgba(0,0,0,.22); }
.category-lead .category-copy { top: auto; bottom: 34px; }
.category-lead::before { position: absolute; z-index: 1; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.54)); content: ""; }
.strap-art { position: absolute; right: 6%; bottom: -8%; width: 70%; aspect-ratio: 1; border: 22px solid var(--red); border-radius: 50%; transform: rotate(-16deg); box-shadow: 0 16px 30px rgba(118,41,29,.18); }
.strap-art i { position: absolute; top: 43%; left: -44px; width: 58px; height: 26px; border-radius: 16px; background: #f3efe6; content: ""; }
.strap-art b { position: absolute; top: 45%; right: -43px; width: 54px; height: 22px; border-radius: 16px; background: #171714; content: ""; }
.magsafe-art { position: absolute; z-index: 1; right: 8%; bottom: -11%; width: 68%; aspect-ratio: 1; border: 36px solid #eee8dd; border-radius: 50%; box-shadow: 0 18px 30px rgba(0,0,0,.34), inset 0 0 0 2px #b9b1a4; transform: rotate(12deg); }
.magsafe-art i { position: absolute; right: 18%; bottom: -45px; width: 23px; height: 75px; border-radius: 12px; background: #eee8dd; content: ""; }
.earbuds-art { position: absolute; right: 8%; bottom: 8%; width: 58%; height: 43%; border-radius: 30% 30% 38% 38%; background: #f8f4ed; box-shadow: 0 20px 35px rgba(73,62,49,.18), inset 0 0 0 2px #dfd5c7; }
.earbuds-art::before { position: absolute; right: 0; bottom: 96%; left: 0; height: 49%; border-radius: 44% 44% 12% 12%; background: #f8f4ed; box-shadow: inset 0 0 0 2px #dfd5c7; content: ""; transform: rotate(-5deg); transform-origin: bottom; }
.earbuds-art i, .earbuds-art b { position: absolute; top: 20%; width: 17%; height: 47%; border-radius: 50% 50% 38% 38%; background: #fff; box-shadow: inset 0 0 0 2px #ddd5ca; }
.earbuds-art i { left: 23%; transform: rotate(-12deg); }
.earbuds-art b { right: 23%; transform: rotate(12deg); }
.tablet-art { position: absolute; right: 8%; bottom: -13%; width: 60%; height: 72%; border: 8px solid #6d756a; border-radius: 18px; background: #99a695; box-shadow: 0 24px 30px rgba(47,55,46,.22), inset 18px 0 rgba(255,255,255,.13); transform: rotate(-8deg); }
.tablet-art::after { position: absolute; top: 0; bottom: 0; left: 34%; width: 2px; background: rgba(59,67,57,.4); content: ""; }

.bestseller-section { background: var(--paper); }
.product-heading { display: flex; justify-content: space-between; align-items: flex-end; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; width: min(1280px, 100%); margin: 0 auto; }
.product-card { min-width: 0; }
.product-image { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: .78; overflow: hidden; border: 0; padding: 0; background: #eeeae3; cursor: pointer; }
.product-image::before { position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, #fff 0, rgba(255,255,255,.45) 28%, transparent 65%); content: ""; }
.product-badge { position: absolute; z-index: 3; top: 16px; left: 16px; padding: 5px 7px; background: var(--red); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.phone-mockup { position: relative; width: 44%; aspect-ratio: .5; border: 2px solid rgba(0,0,0,.36); border-radius: 18%/9%; box-shadow: 0 22px 30px rgba(49,44,37,.2); transition: transform .35s ease; }
.product-image:hover .phone-mockup { transform: translateY(-8px) rotate(2deg); }
.phone-mockup i { position: absolute; top: 4.8%; left: 8%; width: 34%; aspect-ratio: 1; border-radius: 28%; background: #b6b5ad; box-shadow: inset 0 0 0 1px rgba(0,0,0,.28); }
.phone-mockup i::before, .phone-mockup i::after, .phone-mockup b { position: absolute; width: 36%; aspect-ratio: 1; border: 2px solid #64645f; border-radius: 50%; background: #111; content: ""; box-shadow: inset 0 0 0 2px #2e2e2c; }
.phone-mockup i::before { top: 9%; left: 10%; }
.phone-mockup i::after { right: 10%; bottom: 9%; }
.phone-mockup b { top: 10%; right: 9%; }
.phone-mockup em { position: absolute; top: 18%; left: 40%; width: 6%; aspect-ratio: 1; border-radius: 50%; background: #e7e3da; }
.phone-checker { background-color: #e8e2d5; background-image: linear-gradient(45deg, #9ea99a 25%, transparent 25%, transparent 75%, #9ea99a 75%), linear-gradient(45deg, #9ea99a 25%, transparent 25%, transparent 75%, #9ea99a 75%); background-position: 0 0, 15px 15px; background-size: 30px 30px; }
.phone-sage { background: var(--sage); }
.phone-sage::after { position: absolute; inset: 29% -30% auto 13%; height: 26%; border: 1px solid rgba(65,73,62,.26); border-radius: 50%; content: ""; transform: rotate(-22deg); }
.phone-wavy { background-color: #171714; background-image: repeating-radial-gradient(ellipse at 0 0, transparent 0 22px, #bbaa8d 23px 25px, transparent 26px 42px); }
.phone-red { background: linear-gradient(155deg, #f16b53, var(--red)); }
.quick-add { position: absolute; right: 0; bottom: 0; left: 0; padding: 14px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .05em; transform: translateY(100%); transition: transform .25s ease; }
.product-image:hover .quick-add { transform: translateY(0); }
.product-info { padding: 17px 4px 0; }
.product-info h3 { margin: 0 0 7px; font-size: 12px; font-weight: 600; }
.product-info p { margin: 0 0 12px; font-size: 11px; }
.swatches { display: flex; gap: 7px; }
.swatches span { width: 13px; height: 13px; border: 1px solid rgba(0,0,0,.28); border-radius: 50%; }

.device-section { display: grid; grid-template-columns: 1.2fr 1fr .85fr; align-items: end; gap: 48px; padding: clamp(58px, 7vw, 95px) clamp(24px, 5.5vw, 86px); background: var(--sage); }
.device-tabs { display: flex; gap: 25px; align-self: end; }
.device-tabs button { border: 0; border-bottom: 1px solid transparent; padding: 0 0 5px; background: transparent; cursor: pointer; font-size: 10px; }
.device-tabs button.active { border-color: var(--ink); font-weight: 800; }
.device-select { display: grid; gap: 10px; }
.device-select span { font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.device-select select { width: 100%; min-height: 48px; border: 0; padding: 0 15px; background: #f6f4ef; color: var(--ink); font-size: 11px; }

.standard-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; width: min(1180px, calc(100% - 80px)); margin: clamp(64px, 7vw, 96px) auto; background: transparent; }
.standard-image, .standard-copy { min-height: 500px; overflow: hidden; border: 1px solid rgba(23, 23, 20, .12); border-radius: 24px; }
.standard-image { position: relative; background: #a29381; }
.standard-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; animation: standard-image-in .3s ease; }
.standard-arrow { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; padding: 0; background: rgba(23,23,20,.14); color: rgba(255,255,255,.72); cursor: pointer; font-size: 16px; line-height: 1; opacity: .62; transform: translateY(-50%); backdrop-filter: blur(4px); transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease; }
.standard-arrow:hover, .standard-arrow:focus-visible { background: rgba(23,23,20,.38); color: #fff; opacity: 1; transform: translateY(-50%) scale(1.04); }
.standard-arrow-previous { left: 18px; }
.standard-arrow-next { right: 18px; }
.standard-dots { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; display: flex; justify-content: center; gap: 8px; }
.standard-dots button { width: 8px; height: 8px; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; padding: 0; background: rgba(23,23,20,.42); cursor: pointer; box-shadow: 0 1px 6px rgba(0,0,0,.22); transition: width .2s ease, background .2s ease; }
.standard-dots button.active { width: 22px; border-radius: 10px; background: #fff; }
@keyframes standard-image-in { from { opacity: .4; transform: scale(1.015); } to { opacity: 1; transform: scale(1); } }
.standard-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 68px); background: var(--paper); }
.standard-copy h2 { font-size: clamp(42px, 4.3vw, 60px); }
.standard-copy > p:not(.eyebrow) { max-width: 520px; margin: 24px 0 35px; font-size: 13px; line-height: 1.65; }
.standard-copy dl { margin: 0; }
.standard-copy dl div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.standard-copy dl div:last-child { border-bottom: 1px solid var(--line); }
.standard-copy dt { font-family: Georgia, serif; font-size: 18px; }
.standard-copy dd { display: flex; justify-content: space-between; gap: 20px; margin: 0; font-size: 11px; }
.standard-copy dd span { color: #6f6d66; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; padding: 76px clamp(24px, 7vw, 110px); background: var(--paper); }
.reviews blockquote { margin: 0; text-align: center; }
.reviews blockquote > span { font-family: Georgia, serif; font-size: 42px; line-height: .6; }
.reviews p { min-height: 42px; margin: 12px auto 17px; max-width: 340px; font-family: Georgia, serif; font-size: 15px; line-height: 1.45; }
.reviews cite { font-size: 9px; font-style: normal; font-weight: 800; }
.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 clamp(24px, 5.5vw, 86px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-strip span { padding: 22px 12px; border-right: 1px solid var(--line); text-align: center; font-size: 9px; }
.service-strip span:last-child { border-right: 0; }
.site-footer { padding: clamp(44px, 5vw, 64px) clamp(24px, 5.5vw, 86px) 24px; background: #080808; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: clamp(32px, 5vw, 82px); width: min(1260px, 100%); margin: 0 auto; }
.footer-logo { display: flex; width: 174px; overflow: hidden; background: #fff; text-decoration: none; }
.footer-logo img { display: block; width: 100%; filter: contrast(280%) brightness(126%) saturate(125%); }
.footer-brand p { max-width: 250px; margin: 16px 0 28px; color: #bdbdb8; font-family: Georgia, serif; font-size: 16px; line-height: 1.35; }
.footer-brand > strong, .footer-column > strong { display: block; margin: 0 0 12px; color: #fff; font-size: 11px; letter-spacing: .045em; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #fff; color: #080808; text-decoration: none; font-size: 17px; font-weight: 800; line-height: 1; transition: background .2s ease, color .2s ease, transform .2s ease; }
.social-links a:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column b { margin: 5px 0 -2px; color: #fff; font-size: 12px; }
.footer-column a { color: #d0d0cb; text-decoration: none; font-size: 12px; line-height: 1.35; transition: color .2s ease; }
.footer-column a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-confidence { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(38px, 6vw, 90px); align-items: center; width: min(1420px, 100%); margin: 42px auto 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.62); border-bottom: 1px solid rgba(255,255,255,.62); }
.footer-confidence strong { display: block; margin-bottom: 10px; font-size: 13px; letter-spacing: .04em; }
.footer-contact { display: grid; gap: 2px; }
.footer-contact a { color: #d0d0cb; text-decoration: none; font-size: 12px; letter-spacing: .03em; }
.footer-contact a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-newsletter form { display: flex; width: min(520px, 100%); min-height: 46px; overflow: hidden; border-radius: 999px; background: #fff; }
.footer-newsletter input { min-width: 0; flex: 1; border: 0; padding: 0 20px; background: transparent; color: var(--ink); outline: 0; font-size: 12px; }
.footer-newsletter input::placeholder { color: #83837f; }
.footer-newsletter button { min-width: 104px; border: 0; border-radius: 999px; background: var(--red); color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .05em; transition: background .2s ease; }
.footer-newsletter button:hover { background: #c9432f; }
.footer-newsletter p { margin: 9px 3px 0; color: #aaa9a3; font-size: 9px; line-height: 1.4; }
.footer-newsletter p a { color: #d0d0cb; text-underline-offset: 3px; }
.footer-legal { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; width: min(1420px, 100%); margin: 0 auto; padding: 20px 0 0; }
.footer-legal span, .footer-legal a { color: #aaa9a3; text-decoration: none; font-size: 10px; }
.footer-legal nav { display: flex; gap: 28px; }
.footer-legal a:hover { color: #fff; }

.search-scrim { position: fixed; z-index: 30; inset: 0; display: grid; place-items: start center; padding: min(16vh, 150px) 20px 20px; background: rgba(10,10,9,.45); backdrop-filter: blur(5px); }
.search-dialog { position: relative; width: min(720px, 100%); padding: 34px; background: var(--cream); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.search-dialog label { display: block; margin-bottom: 18px; font-family: Georgia, serif; font-size: clamp(26px, 4vw, 43px); text-transform: uppercase; }
.search-dialog > div { display: flex; }
.search-dialog input { min-width: 0; flex: 1; height: 50px; border: 1px solid #bbb6ad; padding: 0 15px; background: #fff; }
.search-dialog button[type="submit"] { width: 135px; border: 0; background: var(--ink); color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; }
.close-search { position: absolute; top: 8px; right: 13px; border: 0; background: transparent; cursor: pointer; font-size: 30px; line-height: 1; }
.toast { position: fixed; z-index: 40; right: 20px; bottom: 20px; max-width: min(380px, calc(100vw - 40px)); padding: 15px 18px; border-left: 4px solid var(--red); background: var(--ink); color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.25); font-size: 13px; line-height: 1.4; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 44px 1fr 120px; min-height: 68px; padding: 0 20px; }
  .menu-button { display: block; }
  .menu-button span { position: absolute; left: 4px; width: 20px; height: 1.5px; background: var(--ink); }
  .menu-button span:first-child { top: 9px; }
  .menu-button span:last-child { top: 18px; }
  .brand { justify-self: center; width: 155px; }
  .main-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 25px rgba(0,0,0,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .header-actions { gap: 8px; }
  .account-icon { display: none; }
  .hero-copy { left: 50%; width: 44%; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 300px 300px; }
  .category-lead { grid-column: span 2; grid-row: auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 48px; }
  .device-section { grid-template-columns: 1fr 1fr; }
  .device-select { grid-column: 2; }
  .standard-section { width: min(760px, calc(100% - 48px)); }
  .standard-image, .standard-copy { min-height: 440px; }
  .standard-copy { padding: 58px clamp(36px, 7vw, 64px); }
  .footer-main { grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr)); gap: 36px 26px; }
  .footer-brand { grid-column: auto; }
  .footer-brand p { margin-bottom: 30px; }
}

@media (max-width: 680px) {
  .announcement { min-height: 26px; font-size: 9px; }
  .site-header { min-height: 60px; padding: 0 14px; }
  .brand { width: 132px; }
  .main-nav { top: 60px; }
  .bag-icon { display: none; }
  .hero { height: 68vh; min-height: 500px; max-height: 660px; }
  .hero-image { object-position: 17% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(243,239,230,.88) 0%, rgba(243,239,230,.32) 53%, transparent 78%); }
  .hero-copy { top: auto; right: 22px; bottom: 34px; left: 22px; width: auto; transform: none; }
  .hero h1 { font-size: clamp(43px, 13vw, 61px); }
  .hero-copy > p:not(.eyebrow) { margin: 18px 0 20px; font-size: 12px; }
  .hero-actions { gap: 18px; }
  .button { min-height: 44px; padding: 0 22px; }
  .offer-strip { display: none; }
  .quick-track { display: flex; gap: 6px; overflow-x: auto; width: auto; padding: 15px 14px 17px; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .quick-track::-webkit-scrollbar { display: none; }
  .quick-category { flex: 0 0 91px; scroll-snap-align: start; font-size: 9px; }
  .quick-visual { width: 58px; height: 52px; }
  .category-section, .bestseller-section { padding: 68px 14px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 20px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .device-section h2, .standard-copy h2 { font-size: 42px; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 250px 250px; gap: 10px; }
  .category-card { border-radius: 18px; }
  .category-copy { top: 19px; left: 18px; }
  .category-copy strong { font-size: 26px; }
  .category-lead .category-copy { bottom: 22px; }
  .strap-art { border-width: 15px; }
  .magsafe-art { border-width: 24px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 10px; }
  .product-image { aspect-ratio: .76; }
  .phone-mockup { width: 51%; }
  .product-info { padding-top: 13px; }
  .product-info h3 { font-size: 10px; }
  .device-section { grid-template-columns: 1fr; gap: 30px; padding: 62px 20px; }
  .device-tabs { flex-wrap: wrap; gap: 16px; }
  .device-select { grid-column: auto; }
  .standard-section { grid-template-columns: 1fr; gap: 12px; width: calc(100% - 28px); margin: 54px auto; }
  .standard-image, .standard-copy { min-height: 0; border-radius: 18px; }
  .standard-image { aspect-ratio: 1 / .88; }
  .standard-arrow { width: 32px; height: 32px; font-size: 15px; opacity: .58; }
  .standard-arrow-previous { left: 12px; }
  .standard-arrow-next { right: 12px; }
  .standard-dots { bottom: 14px; gap: 6px; }
  .standard-dots button { width: 7px; height: 7px; }
  .standard-dots button.active { width: 18px; }
  .standard-copy { padding: 46px 24px; }
  .standard-copy dd { display: grid; gap: 5px; }
  .reviews { grid-template-columns: 1fr; gap: 48px; padding: 65px 24px; }
  .reviews p { min-height: 0; }
  .service-strip { grid-template-columns: repeat(2, 1fr); margin: 0 14px; }
  .service-strip span { border-bottom: 1px solid var(--line); }
  .service-strip span:nth-child(2) { border-right: 0; }
  .service-strip span:nth-child(n+3) { border-bottom: 0; }
  .site-footer { padding: 42px 22px 22px; }
  .footer-main { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 14px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { margin: 17px 0 28px; }
  .footer-column { gap: 12px; }
  .footer-column > strong { min-height: 30px; margin-bottom: 8px; }
  .footer-column a { font-size: 11px; }
  .footer-confidence { grid-template-columns: 1fr; gap: 24px; margin-top: 36px; padding: 24px 0; }
  .footer-newsletter form { min-height: 44px; }
  .footer-newsletter button { min-width: 86px; }
  .footer-legal { grid-template-columns: 1fr; gap: 14px; padding-top: 24px; }
  .footer-legal nav { gap: 22px; }
  .search-scrim { padding-top: 72px; }
  .search-dialog { padding: 28px 20px 22px; }
  .search-dialog > div { display: grid; gap: 10px; }
  .search-dialog button[type="submit"] { width: 100%; height: 46px; }
  .toast { right: 12px; bottom: 12px; max-width: calc(100vw - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* --------------------------------------------------------------------------
   MOBIHOMIE product detail demo
   -------------------------------------------------------------------------- */

.product-page { min-height: 100vh; overflow: clip; background: var(--cream); }
.product-breadcrumb { display: flex; gap: 9px; align-items: center; width: min(1450px, calc(100% - 64px)); margin: 0 auto; padding: 18px 0; color: #77766f; font-size: 9px; letter-spacing: .04em; }
.product-breadcrumb a { text-decoration: none; }
.product-breadcrumb a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.product-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-hero { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(390px, .75fr); gap: clamp(38px, 5vw, 84px); width: min(1450px, calc(100% - 64px)); margin: 0 auto; padding-bottom: clamp(80px, 9vw, 140px); }
.product-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-content: start; }
.product-gallery figure { position: relative; min-width: 0; aspect-ratio: 1.04; overflow: hidden; margin: 0; background: #e7e0d5; }
.product-gallery-main { grid-column: 1 / -1; aspect-ratio: 1.48 !important; }
.product-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), opacity .25s ease; }
.product-gallery figure:hover img { transform: scale(1.018); }
.product-gallery-main figcaption { position: absolute; right: 16px; bottom: 14px; padding: 8px 10px; background: rgba(243,239,230,.86); font-size: 8px; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; backdrop-filter: blur(7px); }
.product-buy-panel { position: sticky; top: 28px; align-self: start; padding: clamp(28px, 3vw, 54px) 0 0; }
.product-buy-panel h1 { max-width: 540px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 5vw, 82px); font-weight: 400; letter-spacing: -.06em; line-height: .86; }
.product-price-row { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; margin: 28px 0 0; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.product-price-row strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.product-price-row span { color: #77766f; font-size: 9px; }
.product-lede { max-width: 530px; margin: 23px 0 31px; color: #55554f; font-family: Georgia, serif; font-size: 17px; line-height: 1.55; }
.product-option { margin: 0 0 28px; border: 0; border-bottom: 1px solid var(--line); padding: 0 0 26px; }
.product-option legend { display: flex; gap: 13px; width: 100%; margin-bottom: 14px; font-size: 10px; }
.product-option legend span { font-weight: 900; letter-spacing: .06em; }
.product-option legend strong { color: #77766f; font-weight: 400; }
.product-swatches { display: flex; gap: 13px; }
.product-swatches button { position: relative; width: 34px; height: 34px; border: 1px solid transparent; border-radius: 50%; padding: 4px; background: transparent; cursor: pointer; }
.product-swatches button::after { display: block; width: 100%; height: 100%; border: 1px solid rgba(23,23,20,.15); border-radius: 50%; background: var(--swatch); content: ""; }
.product-swatches button.active { border-color: var(--ink); }
.product-device { display: grid; gap: 10px; margin-bottom: 16px; }
.product-device > span { font-size: 9px; font-weight: 900; letter-spacing: .07em; }
.product-device select { width: 100%; min-height: 52px; border: 1px solid #9d9a91; border-radius: 0; padding: 0 15px; background: var(--paper); color: var(--ink); font-size: 12px; }
.product-add { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 56px; border: 0; padding: 0 21px; background: var(--ink); color: #fff; cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: .06em; transition: background .2s ease, transform .2s ease; }
.product-add:hover { background: var(--red); transform: translateY(-2px); }
.product-add.added { background: var(--sage); color: var(--ink); }
.product-shipping { margin: 14px 2px 0; color: #62625c; font-size: 9px; }
.product-shipping span { margin-right: 8px; color: #6f876c; }

@media (max-width: 980px) {
  .product-hero { grid-template-columns: 1fr; width: min(760px, calc(100% - 40px)); gap: 10px; }
  .product-breadcrumb { width: min(760px, calc(100% - 40px)); }
  .product-buy-panel { position: static; padding: 42px 0 0; }
}

@media (max-width: 620px) {
  .product-breadcrumb { width: calc(100% - 28px); padding: 13px 0; }
  .product-hero { width: 100%; padding-bottom: 74px; }
  .product-gallery { gap: 5px; }
  .product-gallery-main { aspect-ratio: 1.08 !important; }
  .product-gallery figure:not(.product-gallery-main) { aspect-ratio: .82; }
  .product-buy-panel { padding: 38px 20px 0; }
  .product-buy-panel h1 { font-size: clamp(51px, 16vw, 70px); }
  .product-price-row { align-items: flex-end; }
}

/* --------------------------------------------------------------------------
   MobiHomie information pages
   -------------------------------------------------------------------------- */

.info-page { min-height: 100vh; overflow: hidden; background: var(--cream); }
.info-page h1, .info-page h2, .info-page h3, .info-page p { margin-top: 0; }

.info-header { position: relative; z-index: 20; display: grid; grid-template-columns: 190px 1fr 150px; align-items: center; min-height: 76px; padding: 0 clamp(22px, 4vw, 64px); background: #fff; border-bottom: 1px solid rgba(0,0,0,.07); }
.info-brand { display: flex; width: 174px; overflow: hidden; text-decoration: none; }
.info-brand img { display: block; width: 100%; filter: contrast(280%) brightness(126%) saturate(125%); }
.info-nav { display: flex; align-self: stretch; justify-content: center; gap: clamp(22px, 3.5vw, 52px); }
.info-nav a { position: relative; display: grid; place-items: center; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .035em; }
.info-nav a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.info-nav a:hover::after, .info-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.info-shop-link { justify-self: end; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.info-shop-link span { margin-left: 7px; font-size: 14px; transition: margin-left .2s ease; }
.info-shop-link:hover span { margin-left: 11px; }
.info-mobile-menu { display: none; }

/* About */
.about-hero { display: grid; grid-template-columns: .82fr 1.18fr; min-height: min(720px, calc(100vh - 106px)); background: var(--paper); }
.about-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(68px, 8vw, 130px) clamp(28px, 6vw, 96px); }
.about-hero-copy h1 { max-width: 660px; margin-bottom: 28px; font-family: Georgia, serif; font-size: clamp(58px, 6.4vw, 104px); font-weight: 400; letter-spacing: -.065em; line-height: .88; text-transform: uppercase; }
.about-hero-copy > p:not(.eyebrow) { max-width: 490px; margin-bottom: 38px; color: #595952; font-family: Georgia, serif; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.55; }
.about-hero-visual { position: relative; min-height: 600px; overflow: hidden; }
.about-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,23,20,.08), transparent 34%); content: ""; pointer-events: none; }
.about-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }
.about-sticker { position: absolute; z-index: 1; right: clamp(24px, 5vw, 70px); bottom: clamp(24px, 5vw, 62px); display: grid; width: 144px; height: 144px; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .06em; line-height: 1.35; text-align: center; transform: rotate(8deg); box-shadow: 0 12px 30px rgba(23,23,20,.17); }

.about-intro { width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding: clamp(90px, 10vw, 150px) 0; border-bottom: 1px solid var(--line); }
.about-intro > div { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 140px); align-items: start; margin-top: 30px; }
.about-intro h2 { max-width: 600px; font-family: Georgia, serif; font-size: clamp(55px, 7.5vw, 112px); font-weight: 400; letter-spacing: -.065em; line-height: .87; text-transform: uppercase; }
.about-intro h2 em { color: var(--red); font-weight: 400; }
.about-intro-copy { max-width: 580px; padding-top: 10px; }
.about-intro-copy p { color: #464640; font-family: Georgia, serif; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.62; }
.about-intro-copy p + p { margin-top: 24px; }

.about-mosaic { display: grid; grid-template-columns: 1.5fr .75fr; grid-template-rows: 1fr 1fr; gap: 12px; width: min(1420px, calc(100% - 48px)); min-height: 760px; margin: clamp(68px, 8vw, 116px) auto; }
.about-mosaic-large { grid-row: 1 / 3; overflow: hidden; border-radius: 28px; background: var(--red); }
.about-mosaic-large img, .about-mosaic-small img { width: 100%; height: 100%; object-fit: cover; }
.about-mosaic-quote { display: flex; flex-direction: column; justify-content: center; min-height: 330px; padding: clamp(30px, 4vw, 62px); border-radius: 28px; background: var(--red); color: #fff; }
.about-mosaic-quote > span { font-family: Georgia, serif; font-size: 70px; line-height: .55; opacity: .55; }
.about-mosaic-quote blockquote { margin: 24px 0 30px; font-family: Georgia, serif; font-size: clamp(26px, 2.8vw, 44px); letter-spacing: -.035em; line-height: 1.05; }
.about-mosaic-quote small { font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.about-mosaic-small { min-height: 330px; overflow: hidden; border-radius: 28px; background: var(--sage); }

.about-values { padding: clamp(90px, 10vw, 150px) clamp(24px, 6vw, 92px); background: var(--paper); }
.about-values-heading { display: grid; grid-template-columns: .55fr 1fr .7fr; gap: clamp(28px, 6vw, 90px); align-items: end; width: min(1340px, 100%); margin: 0 auto 72px; }
.about-values-heading h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(52px, 6vw, 88px); font-weight: 400; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.about-values-heading > p:last-child { margin-bottom: 4px; color: #66665f; font-family: Georgia, serif; font-size: 17px; line-height: 1.55; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1340px, 100%); margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.about-value-grid article { min-height: 390px; padding: 28px clamp(20px, 3vw, 44px) 38px; border-right: 1px solid var(--ink); }
.about-value-grid article:first-child { padding-left: 0; }
.about-value-grid article:last-child { padding-right: 0; border-right: 0; }
.about-value-grid article > div { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.about-value-grid article > div span { color: var(--red); font-family: Georgia, serif; font-size: 42px; }
.about-value-grid article small { font-size: 9px; font-weight: 900; letter-spacing: .07em; }
.about-value-grid h3 { max-width: 310px; margin: 80px 0 24px; font-family: Georgia, serif; font-size: clamp(30px, 3vw, 44px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.about-value-grid p { max-width: 330px; margin-bottom: 0; color: #67675f; font-size: 13px; line-height: 1.65; }

.about-world { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 700px; background: #0a0a09; color: #fff; }
.about-world-copy { padding: clamp(82px, 9vw, 140px) clamp(28px, 7vw, 110px); }
.about-world-copy h2 { margin: 28px 0 34px; font-family: Georgia, serif; font-size: clamp(58px, 7.2vw, 108px); font-weight: 400; letter-spacing: -.06em; line-height: .88; text-transform: uppercase; }
.about-world-copy > p:not(.eyebrow) { max-width: 670px; color: #c7c7c0; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 680px; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.4); }
.about-stats div { display: grid; gap: 7px; }
.about-stats strong { color: var(--red); font-family: Georgia, serif; font-size: clamp(22px, 2.1vw, 32px); font-weight: 400; }
.about-stats span { color: #aaa9a3; font-size: 10px; letter-spacing: .035em; }
.about-world-mark { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--red); }
.about-world-mark::before, .about-world-mark::after { position: absolute; width: min(35vw, 480px); height: min(35vw, 480px); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; content: ""; }
.about-world-mark::after { width: min(26vw, 350px); height: min(26vw, 350px); }
.about-world-mark span { position: relative; z-index: 1; font-family: Georgia, serif; font-size: clamp(100px, 14vw, 220px); font-style: italic; letter-spacing: -.09em; }
.about-world-mark i { position: absolute; right: 20px; bottom: 26px; left: 20px; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .09em; text-align: center; }

.about-cta { display: flex; min-height: 590px; flex-direction: column; align-items: center; justify-content: center; padding: 80px 24px; background: var(--pink); text-align: center; }
.about-cta h2 { margin: 28px 0 42px; font-family: Georgia, serif; font-size: clamp(56px, 8vw, 120px); font-weight: 400; letter-spacing: -.06em; line-height: .88; text-transform: uppercase; }
.about-cta > div { display: flex; gap: 28px; align-items: center; }

/* Contact */
.contact-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: var(--red); }
.contact-hero > div:first-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(70px, 8vw, 126px) clamp(28px, 7vw, 108px); color: #fff; }
.contact-hero h1 { margin-bottom: 35px; font-family: Georgia, serif; font-size: clamp(72px, 8vw, 125px); font-weight: 400; letter-spacing: -.07em; line-height: .83; text-transform: uppercase; }
.contact-hero > div:first-child > p:last-child { max-width: 570px; margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(18px, 1.65vw, 24px); line-height: 1.55; }
.contact-direct-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 110px); background: #0a0a09; color: #fff; }
.contact-direct-card > span { margin-bottom: 28px; color: #aaa9a3; font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.contact-direct-card > a { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.6); color: #fff; text-decoration: none; font-family: Georgia, serif; font-size: clamp(25px, 3.2vw, 50px); letter-spacing: -.03em; }
.contact-direct-card > a i { display: grid; width: 50px; height: 50px; flex: 0 0 50px; place-items: center; border-radius: 50%; background: var(--red); font-family: Arial, sans-serif; font-size: 19px; font-style: normal; }
.contact-direct-card dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 50px 0 26px; }
.contact-direct-card dl div { display: grid; gap: 9px; }
.contact-direct-card dt { color: #8e8e88; font-size: 9px; font-weight: 800; letter-spacing: .055em; }
.contact-direct-card dd { margin: 0; font-family: Georgia, serif; font-size: 15px; line-height: 1.35; }
.contact-direct-card small { color: #777772; font-size: 9px; line-height: 1.45; }

.contact-main { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(60px, 9vw, 140px); width: min(1360px, calc(100% - 48px)); margin: 0 auto; padding: clamp(95px, 11vw, 165px) 0; }
.contact-form-wrap > h2, .contact-help-list > h2 { margin: 22px 0; font-family: Georgia, serif; font-size: clamp(52px, 6.5vw, 92px); font-weight: 400; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.contact-form-wrap > p:not(.eyebrow) { max-width: 690px; margin-bottom: 52px; color: #696961; font-size: 13px; line-height: 1.6; }
.contact-form { display: grid; gap: 30px; }
.contact-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: grid; gap: 11px; }
.contact-form label > span { font-size: 9px; font-weight: 900; letter-spacing: .065em; }
.contact-form label > span i { margin-left: 7px; color: #96968f; font-style: normal; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #9a9a92; border-radius: 0; padding: 13px 0 15px; background: transparent; color: var(--ink); outline: 0; font-family: Georgia, serif; font-size: 16px; }
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #909088; opacity: 1; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); }
.contact-submit-row { display: flex; gap: 24px; align-items: center; margin-top: 10px; }
.contact-submit-row p { max-width: 280px; margin: 0; color: #7a7a73; font-size: 10px; line-height: 1.5; }
.contact-help-list { padding-top: 7px; }
.contact-help-list > h2 { margin-bottom: 48px; font-size: clamp(44px, 4vw, 64px); }
.contact-help-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 26px 0; border-top: 1px solid var(--ink); }
.contact-help-list article:last-child { border-bottom: 1px solid var(--ink); }
.contact-help-list article > span { color: var(--red); font-family: Georgia, serif; font-size: 26px; }
.contact-help-list h3 { margin: 3px 0 12px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; letter-spacing: -.025em; }
.contact-help-list article p { margin-bottom: 0; color: #6c6c65; font-size: 12px; line-height: 1.65; }

.contact-policy-strip { padding: clamp(78px, 9vw, 130px) clamp(24px, 6vw, 94px); background: var(--sage); }
.contact-policy-strip > div:first-child { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: end; width: min(1340px, 100%); margin: 0 auto 58px; }
.contact-policy-strip h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 84px); font-weight: 400; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.contact-policy-cards { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1340px, 100%); margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.contact-policy-cards a { position: relative; display: grid; min-height: 210px; align-content: start; gap: 17px; padding: 31px clamp(20px, 3vw, 42px); border-right: 1px solid var(--ink); text-decoration: none; transition: background .2s ease, color .2s ease; }
.contact-policy-cards a:first-child { padding-left: 0; }
.contact-policy-cards a:last-child { padding-right: 0; border-right: 0; }
.contact-policy-cards a:hover { background: rgba(255,255,255,.2); }
.contact-policy-cards strong { font-size: 10px; letter-spacing: .06em; }
.contact-policy-cards span { max-width: 300px; font-family: Georgia, serif; font-size: 22px; line-height: 1.25; }
.contact-policy-cards i { position: absolute; right: 24px; bottom: 26px; font-size: 20px; font-style: normal; }
.contact-company { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; width: min(1340px, calc(100% - 48px)); margin: 0 auto; padding: clamp(90px, 10vw, 150px) 0; }
.contact-company h2 { margin: 20px 0 0; font-family: Georgia, serif; font-size: clamp(64px, 8vw, 120px); font-weight: 400; letter-spacing: -.07em; line-height: .8; text-transform: uppercase; }
.contact-company dl { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 45px; margin: 0; }
.contact-company dl div { display: grid; gap: 8px; padding-top: 15px; border-top: 1px solid var(--ink); }
.contact-company dt { font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.contact-company dd { margin: 0; font-family: Georgia, serif; font-size: 17px; }
.contact-company a { text-underline-offset: 4px; }

/* Legal */
.legal-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(60px, 9vw, 140px); align-items: end; min-height: 470px; padding: clamp(80px, 9vw, 138px) clamp(24px, 6vw, 94px) 70px; background: var(--red); color: #fff; }
.legal-hero h1 { margin: 24px 0 -8px; font-family: Georgia, serif; font-size: clamp(72px, 9vw, 142px); font-weight: 400; letter-spacing: -.07em; line-height: .8; text-transform: uppercase; }
.legal-hero-note { max-width: 520px; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.65); }
.legal-hero-note p { margin-bottom: 28px; font-family: Georgia, serif; font-size: clamp(18px, 1.8vw, 25px); line-height: 1.55; }
.legal-hero-note span { font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.legal-shell { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(55px, 8vw, 125px); align-items: start; width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: clamp(75px, 9vw, 130px) 0; }
.legal-toc { position: sticky; top: 24px; max-height: calc(100vh - 48px); overflow: auto; padding-right: 20px; scrollbar-width: thin; }
.legal-toc > p { margin-bottom: 22px; font-size: 9px; font-weight: 900; letter-spacing: .075em; }
.legal-toc nav { display: grid; gap: 0; border-top: 1px solid var(--ink); }
.legal-toc nav a { padding: 10px 0; border-bottom: 1px solid var(--line); color: #62625c; text-decoration: none; font-size: 10px; line-height: 1.35; transition: color .2s ease, padding-left .2s ease; }
.legal-toc nav a:hover { padding-left: 5px; color: var(--red); }
.legal-toc > div { display: grid; gap: 8px; margin-top: 28px; padding: 20px; background: var(--pink); }
.legal-toc > div strong { font-size: 9px; letter-spacing: .06em; }
.legal-toc > div a { text-decoration: none; font-family: Georgia, serif; font-size: 14px; }
.legal-article { min-width: 0; }
.legal-article > section { position: relative; display: grid; grid-template-columns: 55px minmax(0, 1fr); gap: 0 24px; padding: 0 0 clamp(65px, 7vw, 96px); scroll-margin-top: 28px; }
.legal-article > section + section { padding-top: clamp(55px, 6vw, 82px); border-top: 1px solid var(--ink); }
.legal-number { grid-row: 1 / 3; color: var(--red); font-family: Georgia, serif; font-size: 24px; line-height: 1; }
.legal-article h2 { margin: -5px 0 32px; font-family: Georgia, serif; font-size: clamp(36px, 4.3vw, 62px); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.legal-article > section > div { grid-column: 2; max-width: 830px; }
.legal-article h3 { margin: 42px 0 16px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; letter-spacing: -.025em; }
.legal-article p { margin-bottom: 20px; color: #41413c; font-family: Georgia, serif; font-size: 16px; line-height: 1.75; }
.legal-article ul { margin: 18px 0 28px; padding: 0; list-style: none; }
.legal-article li { position: relative; margin: 0 0 12px; padding-left: 24px; color: #41413c; font-family: Georgia, serif; font-size: 16px; line-height: 1.65; }
.legal-article li::before { position: absolute; top: .68em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--red); content: ""; }
.legal-article strong { color: var(--ink); }
.legal-article code { padding: 2px 5px; border-radius: 3px; background: rgba(170,181,165,.28); font-family: inherit; font-size: .94em; }
.legal-article a { color: inherit; text-decoration-color: var(--red); text-underline-offset: 3px; }
.legal-contact-banner { display: flex; min-height: 440px; flex-direction: column; align-items: center; justify-content: center; padding: 70px 24px; background: var(--pink); text-align: center; }
.legal-contact-banner h2 { margin: 23px 0 35px; font-family: Georgia, serif; font-size: clamp(56px, 7vw, 96px); font-weight: 400; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }

@media (max-width: 1080px) {
  .info-header { grid-template-columns: 175px 1fr 125px; padding: 0 24px; }
  .info-nav { gap: 22px; }
  .about-values-heading { grid-template-columns: .5fr 1fr; }
  .about-values-heading > p:last-child { grid-column: 2; }
  .contact-main { grid-template-columns: 1.15fr .85fr; gap: 60px; }
  .contact-direct-card dl { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 900px) {
  .info-header { grid-template-columns: 1fr auto; min-height: 68px; }
  .info-brand { width: 155px; }
  .info-nav, .info-shop-link { display: none; }
  .info-mobile-menu { position: static; display: block; }
  .info-mobile-menu summary { position: relative; width: 34px; height: 34px; cursor: pointer; list-style: none; }
  .info-mobile-menu summary::-webkit-details-marker { display: none; }
  .info-mobile-menu summary i { position: absolute; right: 3px; width: 23px; height: 1.5px; background: var(--ink); transition: transform .2s ease, top .2s ease; }
  .info-mobile-menu summary i:first-child { top: 11px; }
  .info-mobile-menu summary i:last-child { top: 21px; }
  .info-mobile-menu[open] summary i:first-child { top: 16px; transform: rotate(45deg); }
  .info-mobile-menu[open] summary i:last-child { top: 16px; transform: rotate(-45deg); }
  .info-mobile-menu nav { position: absolute; top: 68px; right: 0; left: 0; display: grid; padding: 16px 24px 26px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.09); }
  .info-mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; }
  .about-hero { grid-template-columns: 1fr; }
  .about-hero-copy { min-height: 520px; }
  .about-hero-visual { min-height: 650px; }
  .about-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 550px 330px; min-height: 0; }
  .about-mosaic-large { grid-column: 1 / -1; grid-row: auto; }
  .about-mosaic-quote, .about-mosaic-small { min-height: 330px; }
  .about-value-grid { grid-template-columns: 1fr; }
  .about-value-grid article, .about-value-grid article:first-child, .about-value-grid article:last-child { min-height: 0; padding: 30px 0 42px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .about-value-grid article:last-child { border-bottom: 0; }
  .about-value-grid h3 { margin-top: 45px; }
  .about-world { grid-template-columns: 1fr; }
  .about-world-mark { min-height: 600px; }
  .about-world-mark::before { width: 480px; height: 480px; }
  .about-world-mark::after { width: 350px; height: 350px; }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-direct-card dl { grid-template-columns: repeat(3, 1fr); }
  .contact-main { grid-template-columns: 1fr; }
  .contact-help-list { padding-top: 10px; }
  .legal-shell { grid-template-columns: 220px minmax(0, 1fr); gap: 48px; }
  .legal-hero { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .info-header { min-height: 60px; padding: 0 15px; }
  .info-brand { width: 133px; }
  .info-mobile-menu nav { top: 60px; padding-right: 18px; padding-left: 18px; }
  .about-hero-copy { min-height: 480px; padding: 70px 22px; }
  .about-hero-copy h1 { font-size: clamp(52px, 17vw, 78px); }
  .about-hero-visual { min-height: 510px; }
  .about-sticker { right: 20px; bottom: 20px; width: 112px; height: 112px; font-size: 9px; }
  .about-intro { width: calc(100% - 36px); padding: 78px 0; }
  .about-intro > div { grid-template-columns: 1fr; gap: 38px; }
  .about-intro h2 { font-size: clamp(52px, 16vw, 75px); }
  .about-intro-copy { padding-top: 0; }
  .about-mosaic { grid-template-columns: 1fr; grid-template-rows: 420px auto 380px; gap: 10px; width: calc(100% - 28px); }
  .about-mosaic-large, .about-mosaic-quote, .about-mosaic-small { grid-column: auto; min-height: 0; border-radius: 18px; }
  .about-mosaic-quote { padding: 38px 28px; }
  .about-values { padding: 78px 20px; }
  .about-values-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 48px; }
  .about-values-heading > p:last-child { grid-column: auto; }
  .about-values-heading h2 { font-size: clamp(48px, 15vw, 68px); }
  .about-value-grid h3 { max-width: 280px; font-size: 34px; }
  .about-world-copy { padding: 78px 22px; }
  .about-world-copy h2 { font-size: clamp(52px, 16vw, 75px); }
  .about-stats { grid-template-columns: 1fr; gap: 22px; margin-top: 42px; }
  .about-world-mark { min-height: 440px; }
  .about-world-mark::before { width: 340px; height: 340px; }
  .about-world-mark::after { width: 250px; height: 250px; }
  .about-cta { min-height: 520px; }
  .about-cta h2 { font-size: clamp(50px, 15vw, 72px); }
  .about-cta > div { flex-direction: column; }
  .contact-hero > div:first-child, .contact-direct-card { padding: 75px 22px; }
  .contact-hero h1 { font-size: clamp(64px, 20vw, 88px); }
  .contact-direct-card > a { font-size: 21px; }
  .contact-direct-card > a i { width: 42px; height: 42px; flex-basis: 42px; }
  .contact-direct-card dl { grid-template-columns: 1fr; }
  .contact-main { width: calc(100% - 40px); padding: 78px 0; }
  .contact-form-wrap > h2 { font-size: clamp(48px, 15vw, 68px); }
  .contact-field-row { grid-template-columns: 1fr; gap: 28px; }
  .contact-submit-row { align-items: flex-start; flex-direction: column; }
  .contact-policy-strip { padding: 76px 20px; }
  .contact-policy-strip > div:first-child { grid-template-columns: 1fr; gap: 24px; }
  .contact-policy-strip h2 { font-size: clamp(48px, 15vw, 68px); }
  .contact-policy-cards { grid-template-columns: 1fr; }
  .contact-policy-cards a, .contact-policy-cards a:first-child, .contact-policy-cards a:last-child { min-height: 165px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .contact-policy-cards a:last-child { border-bottom: 0; }
  .contact-company { grid-template-columns: 1fr; gap: 55px; width: calc(100% - 40px); padding: 78px 0; }
  .contact-company dl { grid-template-columns: 1fr; }
  .legal-hero { min-height: 430px; padding: 75px 22px 55px; }
  .legal-hero h1 { font-size: clamp(63px, 19vw, 86px); }
  .legal-hero-note { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.6); border-left: 0; }
  .legal-shell { grid-template-columns: 1fr; width: calc(100% - 40px); padding: 72px 0; }
  .legal-toc { position: static; max-height: none; padding-right: 0; }
  .legal-toc nav { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; }
  .legal-toc > div { display: none; }
  .legal-article > section { grid-template-columns: 40px minmax(0, 1fr); gap: 0 12px; }
  .legal-number { font-size: 20px; }
  .legal-article h2 { margin-bottom: 25px; font-size: 36px; }
  .legal-article > section > div { grid-column: 1 / -1; padding-top: 8px; }
  .legal-article p, .legal-article li { font-size: 15px; }
  .legal-contact-banner { min-height: 390px; }
  .legal-contact-banner h2 { font-size: clamp(50px, 15vw, 70px); }
}

/* --------------------------------------------------------------------------
   Information pages — independent-store editorial direction (v2)
   -------------------------------------------------------------------------- */

.info-subnav { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 47px; padding: 0 clamp(22px, 4vw, 64px); background: #0a0a09; color: #fff; }
.info-subnav > span { color: #8f8f89; font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.info-subnav nav { display: flex; align-self: stretch; }
.info-subnav nav a { position: relative; display: grid; min-width: 128px; place-items: center; border-left: 1px solid rgba(255,255,255,.16); color: #aaa9a3; text-decoration: none; font-size: 10px; font-weight: 700; transition: color .2s ease, background .2s ease; }
.info-subnav nav a:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.info-subnav nav a:hover { color: #fff; background: rgba(255,255,255,.05); }
.info-subnav nav a.active { background: var(--red); color: #fff; }

/* About v2 */
.story-masthead { display: grid; grid-template-columns: 1.05fr .95fr; min-height: min(790px, calc(100vh - 153px)); background: var(--paper); }
.story-masthead-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(72px, 8vw, 130px) clamp(28px, 7vw, 110px); }
.story-masthead-copy h1 { margin: 28px 0 35px; font-family: Georgia, serif; font-size: clamp(64px, 7.3vw, 116px); font-weight: 400; letter-spacing: -.075em; line-height: .79; text-transform: uppercase; }
.story-masthead-copy h1 em { color: var(--red); font-weight: 400; }
.story-masthead-copy > p:not(.eyebrow) { max-width: 520px; color: #5c5c55; font-family: Georgia, serif; font-size: clamp(18px, 1.55vw, 23px); line-height: 1.55; }
.story-masthead-copy > a { margin-top: 24px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.story-masthead-copy > a span { margin-left: 10px; }
.story-masthead-image { position: relative; min-height: 620px; overflow: hidden; }
.story-masthead-image > img { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }
.story-masthead-image > div { position: absolute; right: 26px; bottom: 26px; left: 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 16px 20px; background: rgba(250,248,243,.9); backdrop-filter: blur(8px); }
.story-masthead-image > div span { font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.story-masthead-image > div strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; text-align: center; }

.story-manifesto { display: grid; grid-template-columns: 170px 1fr; gap: clamp(45px, 9vw, 150px); width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: clamp(100px, 12vw, 180px) 0; }
.story-manifesto-label { display: flex; gap: 16px; align-items: flex-start; }
.story-manifesto-label span { color: var(--red); font-family: Georgia, serif; font-size: 25px; }
.story-manifesto-label p { margin: 7px 0 0; font-size: 9px; font-weight: 900; letter-spacing: .075em; }
.story-manifesto blockquote { max-width: 1050px; margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5.2vw, 76px); letter-spacing: -.055em; line-height: 1.04; }
.story-manifesto blockquote em { color: var(--red); font-weight: 400; }

.story-origin { display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; background: #0a0a09; color: #fff; }
.story-origin-images { position: relative; min-height: 780px; overflow: hidden; background: var(--red); }
.story-origin-large { position: absolute; inset: 0 18% 16% 0; overflow: hidden; }
.story-origin-small { position: absolute; z-index: 2; right: 5%; bottom: 5%; width: 39%; aspect-ratio: .8; overflow: hidden; border: 10px solid #0a0a09; }
.story-origin-images img { width: 100%; height: 100%; object-fit: cover; }
.story-origin-large img { object-position: center 42%; }
.story-origin-small img { object-position: center; }
.story-origin-images > span { position: absolute; z-index: 3; bottom: 5%; left: 4%; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .07em; line-height: 1.45; }
.story-origin-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(80px, 9vw, 145px) clamp(30px, 7vw, 105px); }
.story-origin-copy h2 { margin: 28px 0 52px; font-family: Georgia, serif; font-size: clamp(58px, 7vw, 106px); font-weight: 400; letter-spacing: -.065em; line-height: .84; text-transform: uppercase; }
.story-origin-copy > div { max-width: 610px; }
.story-origin-copy > div p { padding: 21px 0; border-top: 1px solid rgba(255,255,255,.32); color: #bfbfb8; font-family: Georgia, serif; font-size: 16px; line-height: 1.65; }
.story-origin-copy > div p:last-child { border-bottom: 1px solid rgba(255,255,255,.32); }
.story-origin-copy > div strong { margin-right: 6px; color: var(--red); font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .05em; }

.story-principles { padding: clamp(95px, 11vw, 165px) clamp(24px, 6vw, 94px); background: var(--paper); }
.story-principles-head { display: grid; grid-template-columns: .55fr 1.15fr .75fr; gap: clamp(35px, 6vw, 90px); align-items: end; width: min(1380px, 100%); margin: 0 auto 75px; }
.story-principles-head h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(54px, 6.3vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.story-principles-head > p:last-child { margin-bottom: 3px; color: #65655e; font-family: Georgia, serif; font-size: 16px; line-height: 1.6; }
.story-principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: min(1380px, 100%); margin: 0 auto; }
.story-principle-grid article { display: flex; min-height: 500px; flex-direction: column; padding: 28px clamp(24px, 3.4vw, 50px) 42px; border-radius: 3px; }
.story-principle-grid article:nth-child(1) { background: var(--red); color: #fff; }
.story-principle-grid article:nth-child(2) { background: var(--sage); }
.story-principle-grid article:nth-child(3) { background: var(--pink); }
.story-principle-grid article > div { display: flex; justify-content: space-between; align-items: center; }
.story-principle-grid article > div span { font-family: Georgia, serif; font-size: 32px; }
.story-principle-grid article small { font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.story-principle-grid h3 { max-width: 350px; margin: auto 0 25px; font-family: Georgia, serif; font-size: clamp(34px, 3.2vw, 49px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.story-principle-grid article > p { max-width: 340px; margin-bottom: 0; font-size: 12px; line-height: 1.65; opacity: .78; }

.story-global { display: grid; grid-template-columns: 1.25fr .75fr; background: var(--sage); }
.story-global-copy { padding: clamp(90px, 10vw, 155px) clamp(28px, 7vw, 110px); }
.story-global-copy h2 { margin: 27px 0 38px; font-family: Georgia, serif; font-size: clamp(58px, 7vw, 104px); font-weight: 400; letter-spacing: -.065em; line-height: .84; text-transform: uppercase; }
.story-global-copy > p:not(.eyebrow) { max-width: 690px; color: #42423d; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.story-global-copy > a { display: inline-block; margin-top: 30px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.story-global-copy > a span { margin-left: 10px; }
.story-global-stats { display: grid; align-content: center; padding: clamp(60px, 7vw, 100px); background: var(--cream); }
.story-global-stats > div { display: grid; grid-template-columns: .7fr 1fr; gap: 24px; align-items: baseline; padding: 24px 0; border-top: 1px solid var(--ink); }
.story-global-stats > div:last-of-type { border-bottom: 1px solid var(--ink); }
.story-global-stats strong { color: var(--red); font-family: Georgia, serif; font-size: clamp(24px, 2.4vw, 36px); font-weight: 400; }
.story-global-stats span { color: #5e5e57; font-size: 10px; }
.story-global-stats > p { margin: 55px 0 0; font-family: Georgia, serif; font-size: clamp(24px, 2.5vw, 38px); font-style: italic; line-height: 1.25; }

.story-closing { display: flex; min-height: 590px; flex-direction: column; align-items: center; justify-content: center; padding: 80px 24px; background: var(--red); color: #fff; text-align: center; }
.story-closing > span { font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.story-closing h2 { margin: 28px 0 46px; font-family: Georgia, serif; font-size: clamp(58px, 8vw, 120px); font-weight: 400; letter-spacing: -.065em; line-height: .84; text-transform: uppercase; }
.story-closing > div { display: flex; gap: 10px; }
.story-closing a { display: grid; min-width: 188px; min-height: 50px; place-items: center; border: 1px solid #fff; color: #fff; text-decoration: none; font-size: 9px; font-weight: 900; letter-spacing: .06em; transition: background .2s ease, color .2s ease; }
.story-closing a:first-child, .story-closing a:hover { background: #fff; color: var(--ink); }

/* Contact v2 */
.help-masthead { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 650px; background: var(--paper); }
.help-masthead-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(76px, 9vw, 140px) clamp(28px, 7vw, 110px); }
.help-masthead-copy h1 { margin: 28px 0 34px; font-family: Georgia, serif; font-size: clamp(72px, 9vw, 140px); font-weight: 400; letter-spacing: -.075em; line-height: .78; text-transform: uppercase; }
.help-masthead-copy > p:last-child { max-width: 570px; color: #5c5c55; font-family: Georgia, serif; font-size: clamp(19px, 1.7vw, 25px); line-height: 1.5; }
.help-direct { display: flex; flex-direction: column; justify-content: center; padding: clamp(68px, 8vw, 125px); background: #0a0a09; color: #fff; }
.help-direct > span { margin-bottom: 26px; color: #8f8f89; font-size: 9px; font-weight: 900; letter-spacing: .085em; }
.help-direct > a { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 0 0 26px; border-bottom: 1px solid rgba(255,255,255,.65); color: #fff; text-decoration: none; font-family: Georgia, serif; font-size: clamp(27px, 3.4vw, 52px); letter-spacing: -.04em; }
.help-direct > a i { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; border-radius: 50%; background: var(--red); font-family: Arial, sans-serif; font-size: 18px; font-style: normal; }
.help-direct dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 48px 0 32px; }
.help-direct dl div { display: grid; gap: 8px; }
.help-direct dt { color: #777771; font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.help-direct dd { margin: 0; font-family: Georgia, serif; font-size: 16px; }
.help-direct > p { max-width: 470px; margin: 0; color: #92928c; font-size: 10px; line-height: 1.55; }

.help-paths { width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: clamp(95px, 11vw, 165px) 0; }
.help-section-title { display: grid; grid-template-columns: .65fr 1.35fr; gap: 45px; align-items: end; margin-bottom: 70px; }
.help-section-title h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(55px, 6.6vw, 98px); font-weight: 400; letter-spacing: -.065em; line-height: .85; text-transform: uppercase; }
.help-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.help-path-grid article { display: flex; min-height: 440px; flex-direction: column; padding: 28px clamp(24px, 3.2vw, 48px) 34px; border-right: 1px solid var(--ink); }
.help-path-grid article:first-child { padding-left: 0; }
.help-path-grid article:last-child { padding-right: 0; border-right: 0; }
.help-path-grid article > div { display: flex; justify-content: space-between; align-items: center; }
.help-path-grid article > div span { color: var(--red); font-family: Georgia, serif; font-size: 34px; }
.help-path-grid article small { font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.help-path-grid h3 { margin: 72px 0 22px; font-family: Georgia, serif; font-size: clamp(34px, 3.4vw, 50px); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.help-path-grid article > p { max-width: 350px; color: #65655e; font-size: 12px; line-height: 1.65; }
.help-path-grid article > a { display: flex; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--ink); text-decoration: none; font-size: 9px; font-weight: 900; letter-spacing: .055em; }
.help-path-grid article > a:hover { color: var(--red); }

.help-message { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--red); color: #fff; }
.help-message-intro { padding: clamp(80px, 9vw, 145px) clamp(28px, 7vw, 110px); }
.help-message-intro h2 { margin: 28px 0 34px; font-family: Georgia, serif; font-size: clamp(58px, 7vw, 104px); font-weight: 400; letter-spacing: -.065em; line-height: .84; text-transform: uppercase; }
.help-message-intro > p:not(.eyebrow) { max-width: 510px; font-family: Georgia, serif; font-size: 18px; line-height: 1.6; }
.help-safe-note { max-width: 500px; margin-top: 70px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.65); }
.help-safe-note strong { font-size: 8px; letter-spacing: .08em; }
.help-safe-note p { margin: 13px 0 0; font-size: 10px; line-height: 1.55; opacity: .75; }
.help-form { display: grid; align-content: center; gap: 30px; padding: clamp(70px, 9vw, 135px) clamp(28px, 7vw, 110px); background: #0a0a09; }
.help-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.help-form label { display: grid; gap: 10px; }
.help-form label > span { color: #aaa9a3; font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.help-form label > span i { margin-left: 6px; color: #666661; font-style: normal; }
.help-form input, .help-form select, .help-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); border-radius: 0; padding: 14px 0 16px; background: transparent; color: #fff; outline: 0; font-family: Georgia, serif; font-size: 16px; }
.help-form select {
  height: 50px;
  min-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  color-scheme: dark;
}
.help-form textarea { min-height: 145px; resize: vertical; }
.help-form input::placeholder, .help-form textarea::placeholder { color: #71716c; opacity: 1; }
.help-form input:focus, .help-form select:focus, .help-form textarea:focus { border-color: var(--red); }
.help-form-submit { display: flex; gap: 22px; align-items: center; margin-top: 12px; }
.help-form-submit button { display: flex; min-width: 220px; min-height: 50px; justify-content: space-between; align-items: center; border: 0; padding: 0 20px; background: #fff; color: var(--ink); cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.help-form-submit small { max-width: 190px; color: #6e6e69; font-size: 8px; line-height: 1.45; }

.help-expectations { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 140px); width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: clamp(95px, 11vw, 165px) 0; }
.help-expectations-title h2 { margin: 25px 0 0; font-family: Georgia, serif; font-size: clamp(55px, 6.8vw, 98px); font-weight: 400; letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.help-expectations ol { margin: 0; padding: 0; list-style: none; }
.help-expectations li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--ink); }
.help-expectations li:last-child { border-bottom: 1px solid var(--ink); }
.help-expectations li > span { color: var(--red); font-family: Georgia, serif; font-size: 28px; }
.help-expectations li strong { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.help-expectations li p { max-width: 600px; margin: 12px 0 0; color: #65655e; font-size: 12px; line-height: 1.65; }

.help-policy-links { padding: clamp(80px, 9vw, 130px) clamp(24px, 6vw, 94px); background: var(--pink); }
.help-policy-links > div { display: grid; grid-template-columns: .6fr 1.4fr; gap: 35px; align-items: end; width: min(1380px, 100%); margin: 0 auto 55px; }
.help-policy-links h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(54px, 6.6vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.help-policy-links nav { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1380px, 100%); margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.help-policy-links nav a { position: relative; display: grid; min-height: 175px; align-content: start; gap: 18px; padding: 27px 34px; border-right: 1px solid var(--ink); text-decoration: none; }
.help-policy-links nav a:first-child { padding-left: 0; }
.help-policy-links nav a:last-child { padding-right: 0; border-right: 0; }
.help-policy-links nav span { font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.help-policy-links nav strong { max-width: 270px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.2; }
.help-policy-links nav i { position: absolute; right: 24px; bottom: 24px; font-style: normal; }
.help-company { display: grid; grid-template-columns: .6fr 1.4fr; gap: 55px; align-items: start; width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: 80px 0; }
.help-company > p { font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.help-company dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin: 0; }
.help-company dl div { display: grid; gap: 9px; padding-top: 13px; border-top: 1px solid var(--ink); }
.help-company dt { font-size: 8px; font-weight: 900; letter-spacing: .065em; }
.help-company dd { margin: 0; font-family: Georgia, serif; font-size: 15px; }
.help-company a { text-underline-offset: 4px; }

/* Policy v2 */
.policy-masthead { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(55px, 9vw, 145px); align-items: end; min-height: 560px; padding: clamp(85px, 10vw, 150px) clamp(24px, 6vw, 94px) 70px; background: var(--paper); }
.policy-masthead-title { position: relative; }
.policy-masthead-title h1 { margin: 27px 0 0; font-family: Georgia, serif; font-size: clamp(72px, 9.8vw, 154px); font-weight: 400; letter-spacing: -.08em; line-height: .75; text-transform: uppercase; }
.policy-masthead-title > span { position: absolute; right: 1%; bottom: -43px; font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.policy-masthead-note { max-width: 570px; padding-left: 30px; border-left: 1px solid var(--ink); }
.policy-masthead-note > p { margin-bottom: 42px; font-family: Georgia, serif; font-size: clamp(19px, 1.85vw, 27px); line-height: 1.52; }
.policy-masthead-note dl { display: grid; grid-template-columns: .7fr 1.15fr 1.15fr; gap: 15px; margin: 0; }
.policy-masthead-note dl div { display: grid; gap: 8px; }
.policy-masthead-note dt { font-size: 8px; font-weight: 900; letter-spacing: .065em; }
.policy-masthead-note dd { margin: 0; color: #65655e; font-size: 10px; line-height: 1.35; }

.policy-highlights { padding: 70px clamp(24px, 6vw, 94px); background: var(--red); color: #fff; }
.policy-highlights-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: end; width: min(1380px, 100%); margin: 0 auto 40px; }
.policy-highlights-heading > p:last-child { max-width: 470px; margin: 0; justify-self: end; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.5; }
.policy-highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1380px, 100%); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.75); }
.policy-highlight-grid article { min-height: 230px; padding: 24px clamp(22px, 3vw, 42px); border-right: 1px solid rgba(255,255,255,.75); }
.policy-highlight-grid article:first-child { padding-left: 0; }
.policy-highlight-grid article:last-child { padding-right: 0; border-right: 0; }
.policy-highlight-grid article > span { font-family: Georgia, serif; font-size: 27px; opacity: .62; }
.policy-highlight-grid h2 { margin: 42px 0 15px; font-family: Georgia, serif; font-size: clamp(28px, 2.7vw, 40px); font-weight: 400; letter-spacing: -.04em; }
.policy-highlight-grid p { max-width: 360px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.6; }

.policy-mobile-index { display: none; }
.policy-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(60px, 9vw, 140px); align-items: start; width: min(1360px, calc(100% - 48px)); margin: 0 auto; padding: clamp(90px, 10vw, 150px) 0; }
.policy-index { position: sticky; top: 22px; max-height: calc(100vh - 44px); overflow: auto; padding-right: 20px; scrollbar-width: thin; }
.policy-index > p { margin-bottom: 20px; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.policy-index nav { display: grid; border-top: 1px solid var(--ink); }
.policy-index nav a { padding: 10px 0; border-bottom: 1px solid var(--line); color: #65655e; text-decoration: none; font-size: 10px; line-height: 1.35; transition: color .2s ease, padding-left .2s ease; }
.policy-index nav a:hover { padding-left: 5px; color: var(--red); }
.policy-index > div { display: grid; gap: 8px; margin-top: 25px; padding: 20px; background: var(--sage); }
.policy-index > div strong { font-size: 8px; letter-spacing: .07em; }
.policy-index > div a { text-decoration: none; font-family: Georgia, serif; font-size: 14px; }
.policy-content { min-width: 0; }
.policy-content > section { padding: 0 0 clamp(72px, 7vw, 100px); scroll-margin-top: 25px; }
.policy-content > section + section { padding-top: clamp(62px, 6.5vw, 92px); border-top: 1px solid var(--ink); }
.policy-content > section > header { display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: start; margin-bottom: 34px; }
.policy-content > section > header > span { color: var(--red); font-family: Georgia, serif; font-size: 26px; }
.policy-content h2 { margin: -6px 0 0; font-family: Georgia, serif; font-size: clamp(39px, 4.7vw, 68px); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.policy-prose { max-width: 850px; padding-left: 82px; }
.policy-prose h3 { margin: 43px 0 17px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; letter-spacing: -.025em; }
.policy-prose p { margin-bottom: 20px; color: #42423d; font-family: Georgia, serif; font-size: 16px; line-height: 1.78; }
.policy-prose ul { margin: 20px 0 28px; padding: 0; list-style: none; }
.policy-prose li { position: relative; margin-bottom: 11px; padding-left: 23px; color: #42423d; font-family: Georgia, serif; font-size: 16px; line-height: 1.68; }
.policy-prose li::before { position: absolute; top: .7em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--red); content: ""; }
.policy-prose code { padding: 2px 5px; border-radius: 3px; background: rgba(170,181,165,.3); font-family: inherit; font-size: .94em; }
.policy-prose a { color: inherit; text-decoration-color: var(--red); text-underline-offset: 3px; }
.policy-help { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 10vw, 155px); align-items: end; padding: clamp(85px, 10vw, 150px) clamp(24px, 7vw, 110px); background: var(--pink); }
.policy-help h2 { margin: 25px 0 0; font-family: Georgia, serif; font-size: clamp(53px, 6.5vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .87; text-transform: uppercase; }
.policy-help > div:last-child > p { max-width: 510px; color: #4f4f49; font-family: Georgia, serif; font-size: 18px; line-height: 1.55; }
.policy-help > div:last-child > a { display: inline-block; margin-top: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.policy-help > div:last-child > a span { margin-left: 10px; }

@media (max-width: 1050px) {
  .info-subnav nav a { min-width: 112px; }
  .story-principles-head { grid-template-columns: .55fr 1.45fr; }
  .story-principles-head > p:last-child { grid-column: 2; }
  .story-origin { grid-template-columns: .9fr 1.1fr; }
  .help-direct dl { grid-template-columns: 1fr; }
  .help-message { grid-template-columns: .9fr 1.1fr; }
  .help-company { grid-template-columns: 1fr; }
  .help-company dl { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 860px) {
  .info-subnav { display: block; padding: 0; overflow-x: auto; scrollbar-width: none; }
  .info-subnav::-webkit-scrollbar { display: none; }
  .info-subnav > span { display: none; }
  .info-subnav nav { width: max-content; min-width: 100%; }
  .info-subnav nav a { min-width: 145px; min-height: 47px; }
  .story-masthead, .story-origin, .story-global, .help-masthead, .help-message, .policy-masthead, .policy-help { grid-template-columns: 1fr; }
  .story-masthead-image { min-height: 650px; }
  .story-manifesto { grid-template-columns: 1fr; gap: 40px; }
  .story-origin-images { min-height: 700px; }
  .story-principle-grid { grid-template-columns: 1fr; }
  .story-principle-grid article { min-height: 390px; }
  .story-global-stats { padding: 70px 40px; }
  .help-direct dl { grid-template-columns: repeat(3, 1fr); }
  .help-path-grid { grid-template-columns: 1fr; }
  .help-path-grid article, .help-path-grid article:first-child, .help-path-grid article:last-child { min-height: 360px; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .help-path-grid article:last-child { border-bottom: 0; }
  .help-expectations { grid-template-columns: 1fr; }
  .help-policy-links nav { grid-template-columns: 1fr; }
  .help-policy-links nav a, .help-policy-links nav a:first-child, .help-policy-links nav a:last-child { min-height: 140px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .help-policy-links nav a:last-child { border-bottom: 0; }
  .policy-masthead-title > span { right: 0; bottom: -35px; }
  .policy-masthead-note { padding: 28px 0 0; border-top: 1px solid var(--ink); border-left: 0; }
  .policy-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 45px; }
}

@media (max-width: 680px) {
  .info-subnav nav a { min-width: 126px; min-height: 43px; font-size: 9px; }
  .story-masthead-copy, .help-masthead-copy, .help-direct { padding: 72px 22px; }
  .story-masthead-copy h1 { font-size: clamp(57px, 18vw, 82px); }
  .story-masthead-image { min-height: 510px; }
  .story-masthead-image > div { right: 14px; bottom: 14px; left: 14px; grid-template-columns: 1fr; gap: 5px; text-align: center; }
  .story-manifesto { width: calc(100% - 40px); padding: 78px 0; }
  .story-manifesto blockquote { font-size: 38px; }
  .story-origin-images { min-height: 520px; }
  .story-origin-large { right: 9%; bottom: 18%; }
  .story-origin-small { right: 3%; bottom: 4%; width: 42%; border-width: 6px; }
  .story-origin-copy { padding: 75px 22px; }
  .story-origin-copy h2, .story-global-copy h2 { font-size: clamp(53px, 16vw, 73px); }
  .story-principles { padding: 78px 14px; }
  .story-principles-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; padding: 0 8px; }
  .story-principles-head > p:last-child { grid-column: auto; }
  .story-principles-head h2 { font-size: clamp(51px, 15vw, 70px); }
  .story-principle-grid { gap: 10px; }
  .story-principle-grid article { min-height: 370px; padding: 26px 24px 34px; }
  .story-global-copy { padding: 76px 22px; }
  .story-global-stats { padding: 65px 22px; }
  .story-global-stats > div { grid-template-columns: 1fr; gap: 6px; }
  .story-closing { min-height: 520px; }
  .story-closing h2 { font-size: clamp(51px, 15vw, 74px); }
  .story-closing > div { width: 100%; flex-direction: column; }
  .story-closing a { width: 100%; }
  .help-masthead-copy h1 { font-size: clamp(65px, 20vw, 92px); }
  .help-direct > a { font-size: 22px; }
  .help-direct > a i { width: 42px; height: 42px; flex-basis: 42px; }
  .help-direct dl { grid-template-columns: 1fr; }
  .help-paths { width: calc(100% - 40px); padding: 78px 0; }
  .help-section-title { grid-template-columns: 1fr; gap: 24px; margin-bottom: 47px; }
  .help-section-title h2, .help-message-intro h2, .help-expectations-title h2, .help-policy-links h2 { font-size: clamp(51px, 15vw, 70px); }
  .help-message-intro, .help-form { padding: 75px 22px; }
  .help-safe-note { margin-top: 45px; }
  .help-form-row { grid-template-columns: 1fr; }
  .help-form-submit { align-items: flex-start; flex-direction: column; }
  .help-form-submit button { width: 100%; }
  .help-expectations { width: calc(100% - 40px); padding: 78px 0; }
  .help-policy-links { padding: 76px 20px; }
  .help-policy-links > div { grid-template-columns: 1fr; gap: 24px; }
  .help-company { width: calc(100% - 40px); padding: 65px 0; }
  .help-company dl { grid-template-columns: 1fr 1fr; }
  .policy-masthead { min-height: 500px; padding: 75px 22px 55px; }
  .policy-masthead-title h1 { font-size: clamp(60px, 18vw, 84px); }
  .policy-masthead-title > span { position: static; display: inline-block; margin-top: 28px; }
  .policy-masthead-note dl { grid-template-columns: 1fr 1fr; }
  .policy-highlights { padding: 68px 20px; }
  .policy-highlights-heading { grid-template-columns: 1fr; gap: 16px; }
  .policy-highlights-heading > p:last-child { justify-self: start; }
  .policy-highlight-grid { grid-template-columns: 1fr; }
  .policy-highlight-grid article, .policy-highlight-grid article:first-child, .policy-highlight-grid article:last-child { min-height: 190px; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.75); }
  .policy-highlight-grid article:last-child { border-bottom: 0; }
  .policy-highlight-grid h2 { margin-top: 26px; }
  .policy-mobile-index { display: block; width: calc(100% - 40px); margin: 65px auto 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
  .policy-mobile-index summary { display: flex; min-height: 54px; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-size: 9px; font-weight: 900; letter-spacing: .07em; }
  .policy-mobile-index summary::-webkit-details-marker { display: none; }
  .policy-mobile-index summary span { font-size: 18px; font-weight: 400; }
  .policy-mobile-index nav { display: grid; grid-template-columns: 1fr 1fr; column-gap: 15px; padding: 4px 0 20px; }
  .policy-mobile-index nav a { padding: 9px 0; border-top: 1px solid var(--line); color: #5e5e58; text-decoration: none; font-size: 9px; line-height: 1.35; }
  .policy-layout { display: block; width: calc(100% - 40px); padding: 70px 0; }
  .policy-index { display: none; }
  .policy-content > section > header { grid-template-columns: 38px 1fr; gap: 11px; }
  .policy-content > section > header > span { font-size: 20px; }
  .policy-content h2 { font-size: 36px; }
  .policy-prose { padding-left: 0; }
  .policy-prose p, .policy-prose li { font-size: 15px; }
  .policy-help { padding: 75px 22px; }
  .policy-help h2 { font-size: clamp(50px, 15vw, 70px); }
}

/* --------------------------------------------------------------------------
   Information pages — original editorial imagery + guided content (v3)
   -------------------------------------------------------------------------- */

.story-chapters { padding: clamp(92px, 10vw, 155px) clamp(24px, 6vw, 94px); background: var(--sage); }
.story-chapters-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(36px, 7vw, 110px); align-items: end; width: min(1380px, 100%); margin: 0 auto 68px; }
.story-chapters-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(54px, 6.4vw, 96px); font-weight: 400; letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }
.story-chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1380px, 100%); margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.story-chapter-grid article { display: flex; min-height: 420px; flex-direction: column; padding: 27px clamp(24px, 3.2vw, 48px) 36px; border-right: 1px solid var(--ink); }
.story-chapter-grid article:first-child { padding-left: 0; }
.story-chapter-grid article:last-child { padding-right: 0; border-right: 0; }
.story-chapter-grid article > span { color: var(--red); font-family: Georgia, serif; font-size: 34px; }
.story-chapter-grid article > small { margin-top: 10px; font-size: 8px; font-weight: 900; letter-spacing: .085em; }
.story-chapter-grid h3 { margin: auto 0 22px; font-family: Georgia, serif; font-size: clamp(34px, 3.5vw, 52px); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.story-chapter-grid p { max-width: 355px; margin: 0; color: #53534d; font-size: 12px; line-height: 1.7; }

.help-masthead-copy > a { display: inline-flex; gap: 10px; align-items: center; align-self: flex-start; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 9px; font-weight: 900; letter-spacing: .07em; }
.help-masthead-visual { position: relative; min-height: 650px; overflow: hidden; background: var(--sage); }
.help-masthead-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 8% center; }
.help-direct-overlay { position: absolute; right: 26px; bottom: 26px; left: 26px; padding: 23px 25px; background: rgba(250,248,243,.92); color: var(--ink); backdrop-filter: blur(9px); }
.help-direct-overlay > span { display: block; margin-bottom: 13px; font-size: 8px; font-weight: 900; letter-spacing: .085em; }
.help-direct-overlay > a { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--ink); color: inherit; text-decoration: none; font-family: Georgia, serif; font-size: clamp(22px, 2.5vw, 36px); letter-spacing: -.04em; }
.help-direct-overlay > a i { color: var(--red); font-family: Arial, sans-serif; font-size: 18px; font-style: normal; }
.help-direct-overlay > p { margin: 13px 0 0; color: #5a5a54; font-size: 9px; line-height: 1.5; }
.help-status-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--cream); }
.help-status-strip > div { display: grid; gap: 8px; min-height: 96px; align-content: center; padding: 20px clamp(22px, 3.8vw, 60px); border-right: 1px solid var(--ink); }
.help-status-strip > div:last-child { border-right: 0; }
.help-status-strip span { color: #6a6a64; font-size: 8px; font-weight: 900; letter-spacing: .075em; }
.help-status-strip strong { font-family: Georgia, serif; font-size: clamp(15px, 1.5vw, 21px); font-weight: 400; }

.help-quick-answers { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 145px); width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 clamp(95px, 11vw, 165px); }
.help-quick-answers-intro h2 { margin: 27px 0 30px; font-family: Georgia, serif; font-size: clamp(53px, 6.5vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.help-quick-answers-intro > p:last-child { max-width: 430px; color: #5c5c55; font-family: Georgia, serif; font-size: 16px; line-height: 1.65; }
.help-accordion { border-top: 1px solid var(--ink); }
.help-accordion details { border-bottom: 1px solid var(--ink); }
.help-accordion summary { display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: center; min-height: 88px; padding: 18px 0; cursor: pointer; list-style: none; }
.help-accordion summary::-webkit-details-marker { display: none; }
.help-accordion summary span { color: var(--red); font-family: Georgia, serif; font-size: 24px; }
.help-accordion summary strong { font-family: Georgia, serif; font-size: clamp(20px, 2vw, 28px); font-weight: 400; }
.help-accordion summary i { font-size: 20px; font-style: normal; transition: transform .2s ease; }
.help-accordion details[open] summary i { transform: rotate(45deg); }
.help-accordion details > p { max-width: 680px; margin: -4px 0 28px; padding-left: 60px; color: #5d5d57; font-size: 12px; line-height: 1.7; }

.policy-visual { position: relative; height: min(54vw, 760px); min-height: 460px; margin: 0; overflow: hidden; background: var(--sage); }
.policy-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.policy-visual > figcaption { position: absolute; right: 26px; bottom: 26px; max-width: 460px; padding: 15px 19px; background: rgba(250,248,243,.92); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .075em; line-height: 1.5; backdrop-filter: blur(8px); }
.policy-visual-terms { background: var(--pink); }

@media (max-width: 860px) {
  .story-chapters-heading, .help-quick-answers { grid-template-columns: 1fr; }
  .story-chapters-heading { gap: 25px; }
  .story-chapter-grid { grid-template-columns: 1fr; }
  .story-chapter-grid article, .story-chapter-grid article:first-child, .story-chapter-grid article:last-child { min-height: 330px; padding: 27px 0 34px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .story-chapter-grid article:last-child { border-bottom: 0; }
  .help-masthead-visual { min-height: 680px; }
  .help-status-strip { grid-template-columns: 1fr 1fr; }
  .help-status-strip > div:nth-child(2) { border-right: 0; }
  .help-status-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .help-quick-answers { gap: 45px; }
  .policy-visual { height: 66vw; min-height: 460px; }
}

@media (max-width: 680px) {
  .story-chapters { padding: 76px 20px; }
  .story-chapters-heading { margin-bottom: 45px; }
  .story-chapters-heading h2 { font-size: clamp(50px, 15vw, 70px); }
  .story-chapter-grid article, .story-chapter-grid article:first-child, .story-chapter-grid article:last-child { min-height: 300px; }
  .help-masthead-visual { min-height: 540px; }
  .help-masthead-visual > img { object-position: left center; }
  .help-direct-overlay { right: 14px; bottom: 14px; left: 14px; padding: 19px; }
  .help-direct-overlay > a { gap: 12px; font-size: 20px; }
  .help-status-strip > div { min-height: 88px; padding: 18px 20px; }
  .help-status-strip strong { font-size: 15px; }
  .help-quick-answers { width: calc(100% - 40px); padding-bottom: 78px; }
  .help-quick-answers-intro h2 { font-size: clamp(50px, 15vw, 70px); }
  .help-accordion summary { grid-template-columns: 32px 1fr auto; gap: 10px; min-height: 78px; }
  .help-accordion summary span { font-size: 19px; }
  .help-accordion summary strong { font-size: 19px; }
  .help-accordion details > p { padding-left: 42px; }
  .policy-visual { height: 92vw; min-height: 360px; }
  .policy-visual > figcaption { right: 14px; bottom: 14px; left: 14px; max-width: none; }
}

/* Product detail — complete demo */
.product-bag-button > span { position: absolute; top: -4px; right: -7px; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 8px; font-weight: 900; }
.product-accordions { margin-top: 29px; border-top: 1px solid var(--ink); }
.product-accordions details { border-bottom: 1px solid var(--ink); }
.product-accordions summary { display: flex; min-height: 53px; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-size: 9px; font-weight: 900; letter-spacing: .065em; }
.product-accordions summary::-webkit-details-marker { display: none; }
.product-accordions summary span { font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.product-accordions details[open] summary span { transform: rotate(45deg); }
.product-accordions details p { margin: -3px 0 21px; color: #66665f; font-size: 11px; line-height: 1.65; }

.product-benefits { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--sage); }
.product-benefits > div { display: grid; grid-template-columns: 38px 1fr; gap: 3px 14px; min-height: 112px; align-content: center; padding: 24px clamp(20px, 3.5vw, 58px); border-right: 1px solid var(--ink); }
.product-benefits > div:last-child { border-right: 0; }
.product-benefits span { grid-row: span 2; align-self: center; color: rgba(23,23,20,.52); font-family: Georgia, serif; font-size: 21px; }
.product-benefits strong { font-size: 9px; letter-spacing: .06em; }
.product-benefits small { color: #5b6258; font-family: Georgia, serif; font-size: 13px; }

.product-story { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 730px; background: var(--red); color: #fff; }
.product-story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(75px, 9vw, 145px) clamp(30px, 7vw, 108px); }
.product-story h2 { margin: 0 0 34px; font-family: Georgia, serif; font-size: clamp(56px, 6.8vw, 104px); font-weight: 400; letter-spacing: -.065em; line-height: .86; }
.product-story h2 em { color: var(--ink); font-weight: 400; }
.product-story-copy > p:not(.eyebrow) { max-width: 560px; margin: 0 0 40px; color: rgba(255,255,255,.88); font-family: Georgia, serif; font-size: 17px; line-height: 1.65; }
.product-story figure { position: relative; min-height: 650px; overflow: hidden; margin: 0; background: #978678; }
.product-story figure::after { position: absolute; inset: 0; border-left: 1px solid rgba(23,23,20,.15); content: ""; pointer-events: none; }
.product-story figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-story figcaption { position: absolute; right: 22px; bottom: 21px; left: 22px; padding: 14px 17px; background: rgba(243,239,230,.9); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .08em; backdrop-filter: blur(7px); }

.product-standard { padding: clamp(92px, 10vw, 155px) clamp(24px, 6vw, 94px); background: var(--paper); }
.product-standard > header { display: grid; grid-template-columns: .58fr 1.15fr .58fr; gap: clamp(36px, 7vw, 105px); align-items: end; width: min(1370px, 100%); margin: 0 auto 72px; }
.product-standard h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(56px, 6.6vw, 96px); font-weight: 400; letter-spacing: -.065em; line-height: .87; }
.product-standard > header > p:last-child { max-width: 300px; margin: 0 0 4px; color: #676760; font-family: Georgia, serif; font-size: 15px; line-height: 1.55; }
.product-standard-grid { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1370px, 100%); margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.product-standard-grid article { display: flex; min-height: 390px; flex-direction: column; padding: 26px clamp(20px, 3vw, 43px) 36px; border-right: 1px solid var(--ink); }
.product-standard-grid article:first-child { padding-left: 0; }
.product-standard-grid article:last-child { padding-right: 0; border-right: 0; }
.product-standard-grid article > span { color: var(--red); font-family: Georgia, serif; font-size: 31px; }
.product-standard-grid article > div { margin-top: auto; }
.product-standard-grid small { display: block; margin-bottom: 13px; font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.product-standard-grid h3 { margin: 0 0 20px; font-family: Georgia, serif; font-size: clamp(27px, 2.7vw, 40px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.product-standard-grid p { max-width: 290px; margin: 0; color: #686861; font-size: 11px; line-height: 1.7; }
.product-demo-note { width: min(1370px, 100%); margin: 17px auto 0; color: #85857e; font-size: 8px; line-height: 1.5; }

.product-mood { padding: clamp(88px, 9vw, 142px) clamp(24px, 5.5vw, 86px); background: var(--cream); }
.product-mood > div:first-child { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; width: min(1370px, 100%); margin: 0 auto 51px; }
.product-mood h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(52px, 6vw, 88px); font-weight: 400; letter-spacing: -.06em; line-height: .88; text-align: right; }
.product-mood-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; width: min(1370px, 100%); margin: 0 auto; }
.product-mood-grid button { border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; text-align: left; }
.product-mood-image { display: block; aspect-ratio: .82; overflow: hidden; background: #e4ddd2; }
.product-mood-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-mood-grid button:hover img { transform: scale(1.035); }
.product-mood-name { display: flex; justify-content: space-between; align-items: center; padding: 17px 3px; border-bottom: 1px solid var(--line); }
.product-mood-name strong { font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.product-mood-name i { width: 13px; height: 13px; border: 1px solid rgba(23,23,20,.25); border-radius: 50%; }

.product-service { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper); }
.product-service span { padding: 22px 14px; border-right: 1px solid var(--ink); text-align: center; font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.product-service span:last-child { border-right: 0; }
.product-footer { padding: clamp(56px, 6vw, 88px) clamp(24px, 5.5vw, 86px) 24px; background: #080808; color: #fff; }
.product-footer-main { display: grid; grid-template-columns: 1.25fr .65fr .65fr 1.1fr; gap: clamp(30px, 5vw, 78px); width: min(1370px, 100%); margin: 0 auto; }
.product-footer-logo { display: flex; width: 180px; overflow: hidden; background: #fff; }
.product-footer-logo img { display: block; width: 100%; filter: contrast(280%) brightness(126%) saturate(125%); }
.product-footer-main > div:first-child p { margin: 18px 0 0; color: #bbb; font-family: Georgia, serif; font-size: 17px; }
.product-footer nav { display: flex; flex-direction: column; gap: 12px; }
.product-footer strong { margin-bottom: 4px; font-size: 9px; letter-spacing: .07em; }
.product-footer nav a { color: #bbb; text-decoration: none; font-size: 11px; }
.product-footer nav a:hover { color: #fff; }
.product-footer-note p { max-width: 360px; margin: 11px 0 21px; color: #aaa; font-family: Georgia, serif; font-size: 15px; line-height: 1.5; }
.product-footer-note button { display: flex; width: 100%; justify-content: space-between; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); padding: 0 0 11px; background: transparent; color: #fff; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.product-footer-note button span { color: var(--red); font-size: 16px; }
.product-footer-legal { display: flex; justify-content: space-between; width: min(1370px, 100%); margin: 55px auto 0; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.22); color: #73736e; font-size: 8px; letter-spacing: .06em; }

.product-cart-layer { position: fixed; z-index: 60; inset: 0; background: rgba(9,9,8,.42); backdrop-filter: blur(3px); }
.product-cart { position: absolute; top: 0; right: 0; display: flex; width: min(470px, 100%); height: 100%; flex-direction: column; padding: 29px; background: var(--paper); box-shadow: -15px 0 50px rgba(0,0,0,.17); animation: product-cart-in .3s ease both; }
@keyframes product-cart-in { from { transform: translateX(100%); } }
.product-cart > header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 23px; border-bottom: 1px solid var(--ink); }
.product-cart > header strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.product-cart > header button { border: 0; padding: 0; background: transparent; cursor: pointer; font-size: 31px; line-height: 1; }
.product-cart-item { display: grid; grid-template-columns: 100px 1fr auto; gap: 18px; align-items: start; padding: 27px 0; border-bottom: 1px solid var(--line); }
.product-cart-item img { width: 100px; height: 122px; object-fit: cover; background: #e3ddd3; }
.product-cart-item > div { display: grid; gap: 8px; padding-top: 4px; }
.product-cart-item > div strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.product-cart-item > div span, .product-cart-item > div small { color: #73736c; font-size: 9px; }
.product-cart-item > b { padding-top: 5px; font-size: 10px; }
.product-cart-progress { padding: 22px 0; border-bottom: 1px solid var(--line); }
.product-cart-progress > span { display: block; height: 4px; background: #dedbd3; }
.product-cart-progress i { display: block; width: 86%; height: 100%; background: var(--red); }
.product-cart-progress p { margin: 9px 0 0; color: #686862; font-size: 9px; }
.product-cart-total { display: flex; justify-content: space-between; margin-top: auto; padding: 24px 0; border-top: 1px solid var(--ink); }
.product-cart-total span { font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.product-cart-total strong { font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.product-checkout { display: flex; min-height: 56px; justify-content: space-between; align-items: center; border: 0; padding: 0 21px; background: var(--ink); color: #fff; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.product-checkout:hover { background: var(--red); }
.product-checkout span { font-size: 17px; }
.product-empty-bag { margin: auto; color: #6f6f68; font-family: Georgia, serif; font-size: 20px; }
.product-toast { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: flex; max-width: min(420px, calc(100vw - 40px)); gap: 18px; align-items: center; padding: 15px 17px; border-left: 4px solid var(--red); background: var(--ink); color: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.24); font-size: 11px; }
.product-toast button { border: 0; padding: 0; background: transparent; color: #fff; cursor: pointer; font-size: 18px; }
.product-mobile-buy { display: none; }

@media (max-width: 1080px) {
  .product-standard > header { grid-template-columns: .5fr 1.3fr; }
  .product-standard > header > p:last-child { grid-column: 2; }
  .product-standard-grid { grid-template-columns: 1fr 1fr; }
  .product-standard-grid article:nth-child(2) { border-right: 0; }
  .product-standard-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .product-footer-main { grid-template-columns: 1.1fr .7fr .7fr; }
  .product-footer-note { grid-column: 1 / -1; width: min(520px, 100%); margin-top: 15px; }
}

@media (max-width: 860px) {
  .product-benefits { grid-template-columns: 1fr 1fr; }
  .product-benefits > div:nth-child(2) { border-right: 0; }
  .product-benefits > div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .product-story { grid-template-columns: 1fr; }
  .product-story figure { min-height: 720px; }
  .product-standard > header { grid-template-columns: 1fr; gap: 25px; }
  .product-standard > header > p:last-child { grid-column: auto; }
  .product-mood > div:first-child { display: grid; }
  .product-mood h2 { text-align: left; }
  .product-mood-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .product-page { padding-bottom: 70px; }
  .product-benefits > div { grid-template-columns: 31px 1fr; min-height: 96px; padding: 18px 16px; }
  .product-benefits span { font-size: 18px; }
  .product-benefits strong { font-size: 8px; }
  .product-benefits small { font-size: 11px; }
  .product-story-copy { padding: 76px 21px; }
  .product-story h2 { font-size: clamp(53px, 16vw, 73px); }
  .product-story figure { min-height: 520px; }
  .product-standard { padding: 76px 20px; }
  .product-standard h2 { font-size: clamp(52px, 16vw, 72px); }
  .product-standard-grid { grid-template-columns: 1fr; }
  .product-standard-grid article, .product-standard-grid article:first-child, .product-standard-grid article:last-child { min-height: 285px; padding: 24px 0 30px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .product-standard-grid article:last-child { border-bottom: 0; }
  .product-mood { padding: 74px 14px; }
  .product-mood > div:first-child { padding: 0 7px; }
  .product-mood h2 { font-size: clamp(49px, 15vw, 68px); }
  .product-mood-grid { gap: 7px; }
  .product-mood-name { padding: 13px 2px; }
  .product-mood-name strong { font-size: 14px; }
  .product-service { grid-template-columns: 1fr 1fr; }
  .product-service span:nth-child(2) { border-right: 0; }
  .product-service span:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .product-footer { padding: 56px 21px 22px; }
  .product-footer-main { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .product-footer-main > div:first-child, .product-footer-note { grid-column: 1 / -1; }
  .product-footer-legal { display: grid; gap: 8px; }
  .product-mobile-buy { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; min-height: 70px; padding: 10px 12px 10px 17px; border-top: 1px solid rgba(23,23,20,.15); background: rgba(250,248,243,.96); box-shadow: 0 -8px 25px rgba(23,23,20,.08); backdrop-filter: blur(10px); }
  .product-mobile-buy > div { display: grid; gap: 3px; min-width: 0; }
  .product-mobile-buy strong { overflow: hidden; font-family: Georgia, serif; font-size: 14px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
  .product-mobile-buy span { color: #74746d; font-size: 8px; }
  .product-mobile-buy button { min-height: 47px; border: 0; padding: 0 15px; background: var(--ink); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .04em; }
  .product-cart { padding: 24px 18px; }
  .product-cart-item { grid-template-columns: 82px 1fr; }
  .product-cart-item img { width: 82px; height: 104px; }
  .product-cart-item > b { grid-column: 2; padding: 0; }
  .product-toast { right: 12px; bottom: 82px; max-width: calc(100vw - 24px); }
}

/* Product detail — reference-led commerce layout */
.product-hero--reference { grid-template-columns: minmax(0, 1.38fr) minmax(470px, .92fr); gap: clamp(28px, 3vw, 52px); width: min(1700px, calc(100% - 42px)); padding: 4px 0 clamp(74px, 7vw, 110px); }
.reference-gallery-shell { min-width: 0; }
.reference-main-image { position: relative; aspect-ratio: 1.48; overflow: hidden; margin: 0; background: #e9e3d9; }
.reference-main-image > img { display: block; width: 100%; height: 100%; object-fit: cover; animation: reference-image-in .28s ease; }
@keyframes reference-image-in { from { opacity: .5; } }
.reference-gallery-expand, .reference-gallery-arrow { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(23,23,20,.14); border-radius: 50%; background: rgba(250,248,243,.94); color: var(--ink); cursor: pointer; box-shadow: 0 5px 18px rgba(23,23,20,.08); backdrop-filter: blur(7px); }
.reference-gallery-expand { right: 18px; bottom: 18px; width: 43px; height: 43px; font-size: 19px; }
.reference-gallery-arrow { top: 50%; width: 38px; height: 38px; font-size: 16px; opacity: 0; transform: translateY(-50%); transition: opacity .2s ease, background .2s ease; }
.reference-gallery-arrow.previous { left: 16px; }
.reference-gallery-arrow.next { right: 16px; }
.reference-main-image:hover .reference-gallery-arrow, .reference-gallery-arrow:focus-visible { opacity: 1; }
.reference-gallery-arrow:hover, .reference-gallery-expand:hover { background: var(--red); color: #fff; }
.reference-gallery-dots { display: flex; justify-content: center; gap: 10px; min-height: 50px; align-items: center; }
.reference-gallery-dots button { width: 9px; height: 9px; border: 1px solid #aaa79f; border-radius: 50%; padding: 0; background: transparent; cursor: pointer; }
.reference-gallery-dots button.active { border-color: var(--red); background: var(--red); }
.reference-thumbnails { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.reference-thumbnails button { min-width: 0; aspect-ratio: 1.42; overflow: hidden; border: 2px solid transparent; padding: 0; background: #e5ded4; cursor: pointer; }
.reference-thumbnails button.active { border-color: var(--red); }
.reference-thumbnails img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.reference-thumbnails button:hover img { transform: scale(1.035); }

.reference-buy-panel { top: 18px; padding: 0 0 0; }
.reference-product-tags { display: flex; gap: 8px; margin-bottom: 18px; }
.reference-product-tags span { padding: 8px 11px; border: 1px solid #d1cec6; background: var(--paper); font-size: 9px; font-weight: 900; letter-spacing: .055em; }
.reference-buy-panel h1 { max-width: 650px; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(31px, 2.7vw, 45px); font-weight: 900; letter-spacing: -.035em; line-height: 1.02; }
.reference-byline { margin: 11px 0 0; font-size: 13px; }
.reference-byline a { font-weight: 900; text-underline-offset: 3px; }
.reference-price { margin: 32px 0 30px; color: var(--red); font-size: clamp(31px, 2.8vw, 43px); font-weight: 900; letter-spacing: -.035em; }
.reference-device-options { margin: 0 0 24px; border: 0; padding: 0; }
.reference-device-options legend { margin-bottom: 10px; font-size: 12px; font-weight: 900; }
.reference-device-options > div { display: flex; flex-wrap: wrap; gap: 9px; }
.reference-device-options button { min-height: 43px; border: 1px solid #c8c6c0; padding: 0 15px; background: var(--paper); cursor: pointer; font-size: 10px; transition: border-color .2s ease, background .2s ease; }
.reference-device-options button:hover { border-color: var(--ink); }
.reference-device-options button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.reference-color-options { margin-bottom: 24px; padding-bottom: 0; border-bottom: 0; }
.reference-color-options legend { margin-bottom: 10px; font-size: 12px; }
.reference-color-options legend span { font-size: 12px; letter-spacing: 0; }
.reference-payment-options { margin: 0 0 25px; border: 1px solid #d5d2cb; border-radius: 8px; padding: 0; background: rgba(250,248,243,.68); }
.reference-payment-options label { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: center; min-height: 67px; padding: 12px 17px; cursor: pointer; }
.reference-payment-options label + label { border-top: 1px solid #ddd9d2; }
.reference-payment-options input { width: 19px; height: 19px; margin: 0; accent-color: var(--sage); }
.reference-payment-options label > span { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.reference-payment-options strong { font-size: 12px; }
.reference-payment-options small { color: #77766f; font-size: 9px; }
.reference-purchase-row { display: grid; grid-template-columns: 105px 1.12fr 1fr; gap: 10px; }
.reference-quantity { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 53px; border: 1px solid #d2cfc8; background: var(--paper); }
.reference-quantity button { border: 0; background: transparent; cursor: pointer; font-size: 17px; }
.reference-quantity span { display: grid; place-items: center; border-right: 1px solid #d2cfc8; border-left: 1px solid #d2cfc8; font-size: 12px; }
.reference-add, .reference-buy-now { min-height: 53px; border: 0; padding: 0 16px; color: #fff; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .045em; transition: transform .2s ease, background .2s ease; }
.reference-add { background: #778b73; }
.reference-add:hover { background: var(--red); transform: translateY(-2px); }
.reference-add.added { background: var(--red); }
.reference-buy-now { background: var(--ink); }
.reference-buy-now:hover { background: #34342f; transform: translateY(-2px); }
.reference-product-facts { display: grid; gap: 13px; margin: 30px 0 22px; padding: 0; }
.reference-product-facts > div { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; }
.reference-product-facts dt { color: #6f876c; font-size: 14px; line-height: 1.1; text-align: center; }
.reference-product-facts dd { margin: 0; color: #55554f; font-size: 10px; line-height: 1.45; }
.reference-product-facts dd strong { color: var(--ink); font-size: 9px; letter-spacing: .025em; }
.reference-trust-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.reference-trust-cards button { display: grid; grid-template-columns: 27px 1fr auto; gap: 8px; min-height: 78px; align-items: center; border: 1px solid #d6d3cc; padding: 12px; background: var(--paper); color: inherit; cursor: pointer; text-align: left; }
.reference-trust-cards button > span { color: #6f876c; font-size: 21px; }
.reference-trust-cards button strong { font-size: 9px; line-height: 1.35; }
.reference-trust-cards button i { color: var(--red); font-size: 16px; font-style: normal; }
.reference-trust-cards button:hover { border-color: var(--ink); }
.reference-buy-panel .product-accordions { margin-top: 22px; }
.reference-buy-panel .product-accordions summary { min-height: 47px; }
.reference-buy-panel .product-accordions details p { margin-bottom: 16px; }

@media (max-width: 1120px) {
  .product-hero--reference { grid-template-columns: minmax(0, 1.15fr) minmax(430px, .85fr); width: min(1060px, calc(100% - 36px)); gap: 25px; }
  .reference-purchase-row { grid-template-columns: 92px 1fr; }
  .reference-buy-now { grid-column: 2; }
  .reference-trust-cards { grid-template-columns: 1fr; }
  .reference-trust-cards button { min-height: 60px; }
}

@media (max-width: 900px) {
  .product-hero--reference { grid-template-columns: 1fr; width: min(760px, calc(100% - 32px)); gap: 42px; }
  .reference-buy-panel { position: static; }
  .reference-purchase-row { grid-template-columns: 105px 1fr 1fr; }
  .reference-buy-now { grid-column: auto; }
  .reference-trust-cards { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .product-hero--reference { width: 100%; gap: 30px; padding-top: 0; }
  .reference-main-image { aspect-ratio: 1.05; }
  .reference-gallery-arrow { opacity: 1; }
  .reference-gallery-dots { min-height: 40px; }
  .reference-thumbnails { gap: 5px; padding: 0 7px; }
  .reference-thumbnails button { aspect-ratio: 1; }
  .reference-buy-panel { padding: 5px 18px 0; }
  .reference-buy-panel h1 { font-size: clamp(30px, 10vw, 39px); }
  .reference-price { margin: 25px 0 24px; }
  .reference-device-options > div { display: grid; grid-template-columns: 1fr 1fr; }
  .reference-device-options button { padding: 0 8px; }
  .reference-payment-options label > span { display: grid; gap: 4px; }
  .reference-purchase-row { grid-template-columns: 88px 1fr; }
  .reference-buy-now { grid-column: 1 / -1; }
  .reference-trust-cards { grid-template-columns: 1fr; }
  .reference-trust-cards button { min-height: 57px; }
}

/* Complete Shop page */
.shop-page { overflow: clip; }
.shop-page button, .shop-page input, .shop-page select { font: inherit; }
.shop-header { position: sticky; z-index: 20; top: 0; grid-template-columns: 210px minmax(0,1fr) auto; }
.shop-header .main-nav a.active { color: var(--red); }
.shop-header-actions { align-items: center; gap: 18px; }
.shop-account-action { border: 0; padding: 8px 0; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; white-space: nowrap; }
.shop-search-action { flex: 0 0 28px; }
.shop-header-action { position: relative; display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border: 0; padding: 0; background: transparent; cursor: pointer; }
.shop-header-action svg { display: block; width: 26px; height: 26px; overflow: visible; fill: none; stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.05; }
.shop-cart-action svg { width: 28px; }
.shop-cart-action svg circle { fill: var(--ink); stroke: none; }
.shop-header-count { position: absolute; top: -6px; right: -8px; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 8px; font-weight: 900; line-height: 1; }
.shop-intro-copy .button { border: 0; cursor: pointer; }
.shop-category-rail { position: relative; z-index: 2; }
.shop-category-rail button { display: flex; gap: 12px; align-items: center; justify-content: center; min-height: 74px; border: 0; border-right: 1px solid var(--line); padding: 0 16px; background: #fff; color: inherit; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .05em; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.shop-category-rail button:last-child { border-right: 0; }
.shop-category-rail button > span { color: #99978f; font-family: Georgia, serif; font-weight: 400; }
.shop-category-rail button.active, .shop-category-rail button:hover { background: var(--ink); color: #fff; }
.shop-device-finder { display: grid; grid-template-columns: 1.15fr .95fr .7fr; gap: clamp(36px, 6vw, 100px); align-items: end; padding: clamp(62px, 7vw, 96px) clamp(24px, 5vw, 78px); background: var(--sage); }
.shop-device-finder h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5vw, 72px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.shop-device-finder > p { max-width: 390px; margin: 0 0 6px; font-size: 13px; line-height: 1.65; }
.shop-device-finder label, .shop-filter-bar label { display: grid; gap: 9px; }
.shop-device-finder label span, .shop-filter-bar label > span { font-size: 9px; font-weight: 900; letter-spacing: .07em; }
.shop-device-finder select { width: 100%; min-height: 50px; border: 0; border-bottom: 2px solid var(--ink); border-radius: 0; padding: 0 8px; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; outline: 0; }
.shop-catalog-heading > p { margin-bottom: 7px; color: #77746c; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.shop-filter-bar { position: relative; display: grid; grid-template-columns: 1fr .8fr .9fr 1.25fr auto; gap: 12px; width: min(1360px, 100%); margin: 0 auto 34px; padding: 18px; border: 1px solid var(--line); background: #fff; }
.shop-filter-bar label { min-width: 0; padding-right: 14px; border-right: 1px solid var(--line); }
.shop-filter-bar select, .shop-filter-bar input { width: 100%; min-width: 0; height: 28px; border: 0; border-radius: 0; padding: 0; background: transparent; color: var(--ink); outline: 0; font-size: 11px; }
.shop-filter-bar select { cursor: pointer; }
.shop-filter-bar input::placeholder { color: #9a978f; }
.shop-clear-filters { align-self: end; height: 28px; border: 0; padding: 0 4px; background: transparent; color: var(--red); cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.shop-product-link { position: absolute; inset: 0; display: grid; place-items: center; color: inherit; text-decoration: none; }
.shop-product-art { position: relative; z-index: 1; display: block; transition: transform .38s cubic-bezier(.2,.7,.2,1); }
.shop-product-visual:hover .shop-product-art { transform: translateY(-8px) rotate(1deg); }
.shop-art-phone { width: 45%; aspect-ratio: .49; border: 2px solid rgba(23,23,20,.28); border-radius: 18%/9%; box-shadow: 0 25px 34px rgba(64,55,45,.2); transform: rotate(-4deg); }
.shop-art-phone > i { position: absolute; top: 5%; left: 8%; width: 35%; aspect-ratio: 1; border-radius: 29%; background: #aaa9a3; box-shadow: inset 0 0 0 1px rgba(0,0,0,.2); }
.shop-art-phone > i::before, .shop-art-phone > i::after, .shop-art-phone > b { position: absolute; width: 35%; aspect-ratio: 1; border: 2px solid #5e5e59; border-radius: 50%; background: #10100f; content: ""; box-shadow: inset 0 0 0 2px #30302d; }
.shop-art-phone > i::before { top: 10%; left: 10%; }.shop-art-phone > i::after { right: 10%; bottom: 10%; }.shop-art-phone > b { top: 8.5%; left: 28.5%; }
.shop-art-phone > em { position: absolute; top: 18%; left: 39%; width: 3%; aspect-ratio: 1; border-radius: 50%; background: #efede7; }
.shop-tone-sage { background: var(--sage); }.shop-tone-red { background: linear-gradient(155deg, #f16b53, var(--red)); }
.shop-tone-checker { background-color: #e8e2d5; background-image: linear-gradient(45deg,#9ea99a 25%,transparent 25%,transparent 75%,#9ea99a 75%),linear-gradient(45deg,#9ea99a 25%,transparent 25%,transparent 75%,#9ea99a 75%); background-position: 0 0,16px 16px; background-size: 32px 32px; }
.shop-tone-wavy { background-color: #171714; background-image: repeating-radial-gradient(ellipse at 0 0,transparent 0 23px,#bbaa8d 24px 26px,transparent 27px 44px); }
.shop-tone-cloud { background: radial-gradient(circle at 30% 20%,#fff 0 6%,transparent 7%), radial-gradient(circle at 68% 62%,#d3cdc1 0 10%,transparent 11%), linear-gradient(140deg,#f6f2ea,#c9c2b6 48%,#eee8de 49% 67%,#c1b8a8); }
.shop-tone-floral { background-color: var(--pink); background-image: radial-gradient(circle,#f4eee3 0 13%,transparent 14%),radial-gradient(circle,#e6533c 0 7%,transparent 8%); background-position: 0 0,17px 17px; background-size: 34px 34px; }
.shop-tone-ocean { background: repeating-radial-gradient(ellipse at 20% 10%,#29394a 0 15px,#748a94 16px 18px,#d7ddd7 19px 22px,#29394a 23px 38px); }
.shop-tone-mint { background: linear-gradient(150deg,#c9ded3 0 58%,#9fbeb1 59% 64%,#e7eee9 65%); }
.shop-art-strap { width: 52%; aspect-ratio: .75; border: 15px solid var(--red); border-radius: 48% 45% 52% 50%; box-shadow: 0 20px 34px rgba(64,55,45,.18); transform: rotate(-14deg); }
.shop-tone-strap-black { border-color: var(--ink); }.shop-art-strap > i, .shop-art-strap > b { position: absolute; display: block; height: 11%; border-radius: 999px; content: ""; }
.shop-art-strap > i { right: -25%; bottom: 4%; width: 40%; background: var(--pink); transform: rotate(22deg); }.shop-art-strap > b { top: 3%; left: -27%; width: 34%; background: var(--cream); transform: rotate(-24deg); }
.shop-art-puck { width: 50%; aspect-ratio: 1; border: 21px solid #efe9df; border-radius: 50%; background: #d9d2c7; box-shadow: 0 24px 35px rgba(64,55,45,.2), inset 0 0 0 2px #afa89d; transform: rotate(8deg); }
.shop-art-puck > i { position: absolute; right: 7%; bottom: -35%; width: 20%; height: 48%; border-radius: 999px; background: #efe9df; transform: rotate(-10deg); }
.shop-art-buds { width: 52%; height: 38%; border: 2px solid #7f897b; border-radius: 30% 30% 38% 38%; background: var(--sage); box-shadow: 0 24px 35px rgba(64,55,45,.2); transform: rotate(-3deg); }
.shop-art-buds::before { position: absolute; right: -2px; bottom: 93%; left: -2px; height: 53%; border: 2px solid #7f897b; border-bottom: 0; border-radius: 45% 45% 10% 10%; background: var(--sage); content: ""; transform: rotate(-5deg); transform-origin: bottom; }
.shop-art-buds > i, .shop-art-buds > b { position: absolute; top: 18%; width: 20%; height: 48%; border-radius: 50% 50% 40% 40%; background: #f7f4ee; box-shadow: inset 0 0 0 1px #d8d2c8; }.shop-art-buds > i { left: 23%; transform: rotate(-10deg); }.shop-art-buds > b { right: 23%; transform: rotate(10deg); }
.shop-art-tablet { width: 52%; aspect-ratio: .72; border: 3px solid #718277; border-radius: 5%; background: var(--sage); box-shadow: 0 24px 35px rgba(64,55,45,.2); transform: rotate(-5deg); }
.shop-art-tablet > i { position: absolute; inset: 7%; border-radius: 3%; background: #edf0e8; box-shadow: inset 0 0 0 1px rgba(23,23,20,.12); }.shop-art-tablet > i::after { position: absolute; right: 3%; bottom: 1.5%; left: 3%; height: 26%; border-radius: 4px; background: #d8b7c2; content: ""; }
.shop-art-sleeve { width: 63%; aspect-ratio: 1.16; border: 2px solid #b9a88e; border-radius: 9%; background: var(--cream); box-shadow: 0 24px 35px rgba(64,55,45,.2); transform: rotate(4deg); }
.shop-art-sleeve::before { position: absolute; top: 13%; right: 0; left: 0; height: 2px; background: rgba(23,23,20,.18); content: ""; }.shop-art-sleeve > i { position: absolute; top: 4%; left: 8%; width: 9%; aspect-ratio: 1; border-radius: 50%; background: var(--red); }
.shop-art-watch { width: 24%; height: 66%; border-radius: 999px; background: var(--pink); box-shadow: 0 24px 35px rgba(64,55,45,.2); transform: rotate(-7deg); }
.shop-art-watch > i { position: absolute; top: 32%; right: -36%; left: -36%; aspect-ratio: 1; border: 5px solid #e9e2d6; border-radius: 30%; background: var(--ink); box-shadow: 0 7px 12px rgba(23,23,20,.24); }.shop-art-watch > i::after { position: absolute; inset: 24%; border: 2px solid var(--red); border-radius: 50%; content: ""; }
.shop-product-meta button.saved { color: var(--red); }
.shop-empty { display: grid; justify-items: center; width: min(1360px,100%); min-height: 420px; place-content: center; margin: 0 auto; border: 1px solid var(--line); background: #fff; text-align: center; }
.shop-empty > span { color: var(--pink); font-family: Georgia,serif; font-size: 70px; }.shop-empty h3 { margin: -12px 0 8px; font-family: Georgia,serif; font-size: 32px; font-weight: 400; }.shop-empty p { margin: 0 0 24px; color: #77746c; font-size: 12px; }
.shop-empty .button { border: 0; cursor: pointer; }
.shop-trust-panel { position: relative; display: grid; grid-template-columns: minmax(0,50%) minmax(0,50%); min-height: 390px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.shop-trust-panel::after { position: absolute; z-index: 2; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--line); content: ""; pointer-events: none; }
.shop-payment-panel { display: flex; min-width: 0; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(50px,6vw,88px); }
.shop-payment-panel .eyebrow { margin-bottom: 9px; }.shop-payment-panel h2 { margin: 0; font-family: Arial,Helvetica,sans-serif; font-size: clamp(36px,4vw,58px); font-weight: 900; letter-spacing: -.055em; }.shop-payment-panel > p:not(.eyebrow) { margin: 14px 0 25px; color: #65625b; font-size: 12px; line-height: 1.55; }.shop-payment-panel > small { margin-top: 15px; color: #99958c; font-size: 8px; letter-spacing: .03em; }
.shop-payment-badges { display: flex; max-width: 580px; flex-wrap: wrap; gap: 9px; }.shop-payment-badges > span { position: relative; display: inline-flex; min-width: 158px; min-height: 58px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #dedbd4; border-radius: 9px; padding: 0 20px; background: #fff; box-shadow: 0 2px 8px rgba(23,23,20,.04); font-size: 23px; font-weight: 900; letter-spacing: -.06em; }
.payment-paypal > b { color: #003087; }.payment-paypal > em { color: #009cde; font-style: normal; }
.shop-service-grid { display: grid; min-width: 0; grid-template-columns: repeat(2,minmax(0,1fr)); }.shop-service-grid article { position: relative; display: flex; min-height: 195px; flex-direction: column; justify-content: space-between; padding: clamp(28px,3.5vw,52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }.shop-service-grid article:nth-child(2n) { border-right: 0; }.shop-service-grid article:nth-last-child(-n+2) { border-bottom: 0; }.shop-service-grid article > span { color: #aaa69c; font-family: Georgia,serif; font-size: 18px; }.shop-service-grid article > strong { max-width: 245px; font-size: clamp(11px,1.1vw,15px); font-weight: 900; letter-spacing: .035em; line-height: 1.35; }
.shop-footer { padding-bottom: 24px; }
.shop-search-scrim { z-index: 45; }
.shop-cart-layer { position: fixed; z-index: 50; inset: 0; display: flex; justify-content: flex-end; background: rgba(23,23,20,.48); backdrop-filter: blur(3px); }
.shop-cart { width: min(480px,100%); height: 100%; overflow-y: auto; padding: 28px; background: var(--paper); box-shadow: -18px 0 60px rgba(0,0,0,.2); animation: shop-cart-in .28s ease; }
@keyframes shop-cart-in { from { transform: translateX(100%); } }
.shop-cart > header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid var(--line); }.shop-cart > header p { margin-bottom: 5px; }.shop-cart > header strong { font-family: Georgia,serif; font-size: 30px; font-weight: 400; }.shop-cart > header > button { border: 0; padding: 0; background: transparent; cursor: pointer; font-size: 30px; font-weight: 300; line-height: .8; }
.shop-cart-items article { display: grid; grid-template-columns: 94px 1fr auto; gap: 16px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }.shop-cart-thumb { position: relative; display: grid; width: 94px; aspect-ratio: 1; place-items: center; overflow: hidden; background: #eeeae3; }.shop-cart-thumb .shop-art-phone { width: 38%; }.shop-cart-thumb .shop-art-strap, .shop-cart-thumb .shop-art-puck, .shop-cart-thumb .shop-art-buds, .shop-cart-thumb .shop-art-tablet, .shop-cart-thumb .shop-art-sleeve { width: 43%; }.shop-cart-thumb .shop-art-watch { width: 20%; }.shop-cart-items article > div { display: grid; gap: 6px; }.shop-cart-items article > div > strong { font-size: 11px; }.shop-cart-items article small { color: #747168; font-size: 10px; }.shop-cart-items article > em { align-self: start; font-size: 10px; font-style: normal; font-weight: 800; }
.shop-cart-items article > div > span { display: grid; grid-template-columns: 25px 28px 25px; width: max-content; min-height: 27px; border: 1px solid var(--line); }.shop-cart-items article > div > span button { border: 0; background: transparent; cursor: pointer; }.shop-cart-items article > div > span b { display: grid; place-items: center; border-right: 1px solid var(--line); border-left: 1px solid var(--line); font-size: 9px; }
.shop-cart-progress { margin-top: 28px; }.shop-cart-progress > span { display: block; height: 4px; overflow: hidden; background: #dedbd3; }.shop-cart-progress i { display: block; height: 100%; background: var(--red); transition: width .3s ease; }.shop-cart-progress p { margin: 9px 0 0; color: #706e67; font-size: 10px; }
.shop-cart-total { display: flex; justify-content: space-between; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; }.shop-cart-total strong { font-size: 16px; }.shop-checkout { display: flex; justify-content: space-between; width: 100%; min-height: 54px; align-items: center; margin-top: 18px; border: 0; padding: 0 20px; background: var(--ink); color: #fff; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .05em; }.shop-checkout:hover { background: var(--red); }
.shop-cart-empty { display: grid; justify-items: center; min-height: 70vh; place-content: center; text-align: center; }.shop-cart-empty > span { color: var(--pink); font-size: 62px; line-height: 1; }.shop-cart-empty h2 { margin: 4px 0 10px; font-family: Georgia,serif; font-size: 38px; font-weight: 400; }.shop-cart-empty p { margin: 0 0 26px; color: #77746c; font-size: 12px; }.shop-cart-empty .button { border: 0; cursor: pointer; }
.shop-toast { z-index: 60; }

@media (max-width: 980px) {
  .shop-header { grid-template-columns: 44px 1fr auto; }.shop-account-action { display: none; }.shop-header-actions { gap: 12px; }.shop-device-finder { grid-template-columns: 1fr 1fr; }.shop-device-finder label { grid-column: 2; }.shop-filter-bar { grid-template-columns: repeat(2,1fr); }.shop-filter-bar label:nth-child(2) { border-right: 0; }.shop-clear-filters { position: absolute; top: -27px; right: 2px; }
}
@media (max-width: 760px) {
  .shop-header { position: relative; }.shop-device-finder { grid-template-columns: 1fr; }.shop-device-finder label { grid-column: auto; }.shop-category-rail { grid-template-columns: repeat(5,minmax(145px,1fr)); overflow-x: auto; }.shop-category-rail button { min-height: 62px; }.shop-filter-bar { padding: 14px; }.shop-product-grid { gap: 34px 12px; }.shop-product-visual { aspect-ratio: 1; }.shop-quick-add { transform: none; }.shop-trust-panel { grid-template-columns: 1fr; }.shop-trust-panel::after { display: none; }.shop-payment-panel { border-bottom: 1px solid var(--line); padding: 52px 24px; }.shop-service-grid article { min-height: 142px; padding: 25px 20px; }
}
@media (max-width: 520px) {
  .shop-header-actions { gap: 8px; }.shop-header-count { top: -5px; right: -5px; width: 16px; height: 16px; }.shop-intro-image { min-height: 380px; }.shop-device-finder h2 { font-size: 45px; }.shop-filter-bar { gap: 18px 10px; }.shop-filter-bar label { padding-right: 8px; }.shop-filter-bar label:nth-child(even) { border-right: 0; }.shop-catalog { padding-bottom: 78px; }.shop-catalog-heading { display: grid; }.shop-catalog-heading h2 { max-width: 330px; }.shop-product-badge { top: 8px; left: 8px; }.shop-product-meta { padding-top: 12px; }.shop-product-meta p { line-height: 1.4; }.shop-art-phone { width: 49%; }.shop-art-strap,.shop-art-puck,.shop-art-buds { width: 55%; }.shop-payment-panel h2 { font-size: 38px; }.shop-payment-badges .payment-paypal { min-width: 142px; min-height: 52px; padding: 0 14px; font-size: 20px; }.shop-service-grid article { min-height: 126px; }.shop-service-grid article > strong { font-size: 10px; }.shop-cart { padding: 24px 18px; }.shop-cart-items article { grid-template-columns: 80px 1fr auto; gap: 12px; }.shop-cart-thumb { width: 80px; }
}

.shop-category-card.active { box-shadow: inset 0 0 0 2px var(--ink); }
.shop-filter-layer { position: fixed; z-index: 48; inset: 0; display: flex; justify-content: flex-start; background: rgba(23,23,20,.46); backdrop-filter: blur(3px); }
.shop-filter-drawer { display: flex; width: min(430px,100%); height: 100%; flex-direction: column; overflow-y: auto; background: var(--paper); box-shadow: 18px 0 60px rgba(0,0,0,.2); animation: shop-filter-drawer-in .25s ease; }
@keyframes shop-filter-drawer-in { from { transform: translateX(-100%); } }
.shop-filter-drawer > header { display: flex; justify-content: space-between; align-items: flex-start; padding: 27px 28px 23px; border-bottom: 1px solid var(--line); }.shop-filter-drawer > header p { margin-bottom: 5px; }.shop-filter-drawer > header h2 { margin: 0; font-family: Arial,Helvetica,sans-serif; font-size: 36px; font-weight: 900; letter-spacing: -.045em; }.shop-filter-drawer > header > button { border: 0; padding: 0; background: transparent; cursor: pointer; font-size: 30px; font-weight: 300; line-height: .8; }
.shop-drawer-search { display: grid; gap: 8px; margin: 24px 28px 6px; }.shop-drawer-search > span,.shop-filter-drawer legend { font-size: 9px; font-weight: 900; letter-spacing: .08em; }.shop-drawer-search input { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 0; padding: 0 14px; background: #fff; color: inherit; outline: 0; font-size: 11px; }.shop-drawer-search input:focus { border-color: var(--ink); }
.shop-filter-drawer fieldset { margin: 0 28px; border: 0; border-bottom: 1px solid var(--line); padding: 25px 0; }.shop-filter-drawer legend { margin-bottom: 13px; padding: 0; }.shop-filter-drawer fieldset > div { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }.shop-filter-drawer fieldset button { display: flex; justify-content: space-between; align-items: center; min-height: 43px; border: 1px solid var(--line); padding: 0 12px; background: #fff; color: inherit; cursor: pointer; text-align: left; font-size: 10px; }.shop-filter-drawer fieldset button:hover,.shop-filter-drawer fieldset button.active { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }.shop-filter-drawer fieldset button > span { color: #858178; font-size: 9px; }.shop-filter-drawer fieldset button > i:last-child { width: 8px; height: 8px; border: 1px solid #77746c; border-radius: 50%; }.shop-filter-drawer fieldset button.active > i:last-child { border-color: var(--red); background: var(--red); box-shadow: inset 0 0 0 2px #fff; }
.shop-filter-drawer .shop-drawer-materials { grid-template-columns: repeat(2,1fr); }.shop-drawer-materials button { display: grid; grid-template-columns: 18px 1fr auto; gap: 9px; justify-content: stretch; }.shop-drawer-materials button > i:first-child { display: block; width: 18px; height: 18px; border: 1px solid rgba(23,23,20,.18); border-radius: 4px; }.shop-drawer-materials button > b { overflow: hidden; font-size: 11px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }.shop-drawer-materials button > span { justify-self: end; }.shop-material-all { background: conic-gradient(var(--sage),var(--pink),var(--red),var(--cream),var(--sage)); }.shop-material-silicone { background: radial-gradient(circle at 35% 28%,rgba(255,255,255,.55) 0 5%,transparent 6%),var(--sage); }.shop-material-soft { background: linear-gradient(145deg,#efc6d1 0 48%,#dda8b7 49%); }.shop-material-hard { background: linear-gradient(145deg,#ece7dd 0 47%,#c7beb0 48% 52%,#f7f3eb 53%); }.shop-material-impact { background: repeating-linear-gradient(45deg,#2e302d 0 4px,#61685e 4px 8px); }.shop-material-leather { background: radial-gradient(circle at 2px 2px,rgba(255,255,255,.24) 0 1px,transparent 1.5px),#9c694a; background-size: 5px 5px; }.shop-material-fibre { background: repeating-linear-gradient(90deg,#48534b 0 2px,#a3aca2 2px 3px,#68746b 3px 5px); }.shop-material-eco { background: radial-gradient(circle at 4px 4px,#759071 0 1px,transparent 1.5px),#dbe6d7; background-size: 8px 8px; }
.shop-filter-drawer > footer { position: sticky; bottom: 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8px; margin-top: auto; padding: 18px 28px 24px; border-top: 1px solid var(--line); background: rgba(250,248,243,.96); backdrop-filter: blur(8px); }.shop-filter-drawer > footer button { min-height: 50px; border: 1px solid var(--ink); background: transparent; color: inherit; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .05em; }.shop-filter-drawer > footer button:last-child { background: var(--ink); color: #fff; }.shop-filter-drawer > footer button:last-child:hover { background: var(--red); border-color: var(--red); }.shop-filter-drawer > footer button:disabled { cursor: default; opacity: .4; }
@media (max-width: 520px) { .shop-filter-drawer > header { padding: 23px 20px 20px; }.shop-drawer-search { margin-right: 20px; margin-left: 20px; }.shop-filter-drawer fieldset { margin-right: 20px; margin-left: 20px; }.shop-filter-drawer > footer { padding: 16px 20px 20px; } }

/* Shop listing layout inspired by high-density accessory storefronts */
.shop-listing-top { padding: 28px clamp(18px,2.5vw,38px) 18px; background: #fff; }
.shop-breadcrumb { display: flex; gap: 7px; align-items: center; margin-bottom: 8px; font-size: 10px; }
.shop-breadcrumb a { color: #77746c; text-decoration: none; }.shop-breadcrumb strong { font-weight: 700; }
.shop-listing-top h1 { margin: 0 0 20px; font-family: Arial,Helvetica,sans-serif; font-size: clamp(29px,3vw,43px); font-weight: 900; letter-spacing: -.045em; }
.shop-category-rail { display: grid; grid-template-columns: repeat(7,minmax(185px,1fr)); gap: 10px; overflow-x: auto; padding-bottom: 10px; scrollbar-color: rgba(23,23,20,.25) transparent; scrollbar-width: thin; }
.shop-category-card { position: relative; min-height: 110px; overflow: hidden; border: 0; border-radius: 13px; padding: 13px; background: #eeeae3; color: var(--ink); cursor: pointer; text-align: left; }
.shop-category-card > span { position: relative; z-index: 2; font-size: 11px; font-weight: 900; letter-spacing: -.01em; }.shop-category-card > i { position: absolute; right: -1%; bottom: -26%; width: 42%; aspect-ratio: .52; border: 2px solid rgba(23,23,20,.25); border-radius: 18%/9%; box-shadow: 0 10px 18px rgba(23,23,20,.16); content: ""; transform: rotate(11deg); transition: transform .25s ease; }.shop-category-card:hover > i { transform: translateY(-4px) rotate(7deg); }
.shop-category-cases { background: var(--pink); }.shop-category-cases > i { background: var(--red); }
.shop-category-straps { background: #f2b6a8; }.shop-category-straps > i { right: 4%; bottom: -42%; width: 48%; aspect-ratio: 1; border: 12px solid var(--red); border-radius: 50%; background: transparent; }
.shop-category-magsafe { background: #d9c8eb; }.shop-category-magsafe > i { right: 7%; bottom: 8%; width: 38%; aspect-ratio: 1; border: 12px solid var(--cream); border-radius: 50%; background: transparent; }
.shop-category-earbuds { background: var(--sage); }.shop-category-earbuds > i { right: 5%; bottom: 8%; width: 43%; aspect-ratio: 1.2; border-radius: 28% 28% 38% 38%; background: #edf0e8; }
.shop-category-earbuds > i::before { position: absolute; right: 7%; bottom: 87%; left: 7%; height: 45%; border-radius: 45% 45% 12% 12%; background: #edf0e8; content: ""; transform: rotate(-7deg); transform-origin: bottom; }
.shop-category-tablet { background: #d9e6de; }.shop-category-tablet > i { right: 2%; bottom: -19%; width: 48%; aspect-ratio: .72; border-radius: 8px; background: #789183; }
.shop-category-tablet > i::before { position: absolute; inset: 7%; border-radius: 4px; background: #e9eee8; content: ""; }
.shop-category-laptop { background: #eadfce; }.shop-category-laptop > i { right: -5%; bottom: -25%; width: 55%; aspect-ratio: 1.25; border-radius: 10px; background: #bf9f7e; }
.shop-category-laptop > i::before { position: absolute; top: 12%; left: 13%; width: 18%; aspect-ratio: 1; border-radius: 50%; background: #eadfce; content: ""; }
.shop-category-watch { background: #252522; color: #fff; }.shop-category-watch > i { right: 10%; bottom: -32%; width: 27%; aspect-ratio: .42; border: 0; border-radius: 999px; background: var(--red); box-shadow: none; }
.shop-category-watch > i::before { position: absolute; top: 27%; right: -33%; left: -33%; aspect-ratio: 1; border: 4px solid #ddd6ca; border-radius: 28%; background: #171714; content: ""; }
.shop-listing-toolbar { position: sticky; z-index: 15; top: 73px; display: flex; justify-content: space-between; align-items: center; min-height: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0 clamp(18px,2.5vw,38px); background: rgba(255,255,255,.95); backdrop-filter: blur(10px); }
.shop-listing-toolbar button { display: inline-flex; gap: 8px; align-items: center; justify-content: center; min-height: 38px; border: 1px solid transparent; border-radius: 8px; padding: 0 11px; background: transparent; color: inherit; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .05em; }.shop-listing-toolbar button:hover,.shop-listing-toolbar button.active { border-color: var(--ink); }.shop-listing-toolbar button > b { display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 8px; }
.shop-filter-glyph { position: relative; width: 15px; height: 12px; border-top: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; }.shop-filter-glyph::before,.shop-filter-glyph::after { position: absolute; width: 4px; height: 4px; border: 1.5px solid currentColor; border-radius: 50%; background: #fff; content: ""; }.shop-filter-glyph::before { top: -3px; left: 3px; }.shop-filter-glyph::after { right: 2px; bottom: -3px; }
.shop-listing-toolbar > div { display: flex; gap: 4px; align-items: center; }.shop-listing-toolbar label { display: flex; gap: 9px; align-items: center; margin-right: 10px; }.shop-listing-toolbar label > span,.shop-grid-label { font-size: 8px; font-weight: 900; letter-spacing: .07em; }.shop-listing-toolbar select { min-height: 36px; border: 1px solid var(--line); border-radius: 8px; padding: 0 30px 0 11px; background: #fff; color: inherit; cursor: pointer; font-size: 10px; }
.shop-grid-icon { display: block; width: 15px; height: 15px; }.shop-grid-icon.three { background: repeating-linear-gradient(90deg,currentColor 0 3px,transparent 3px 5px); }.shop-grid-icon.four { background: repeating-linear-gradient(90deg,currentColor 0 2px,transparent 2px 4px); }
.shop-catalog { padding-top: clamp(48px,5vw,76px); }
.shop-catalog-heading { position: relative; display: grid; grid-template-columns: minmax(0,1fr); width: 100%; max-width: none; min-height: clamp(240px,20vw,320px); align-content: center; justify-items: center; gap: clamp(28px,3vw,46px); margin: 0 auto 38px; text-align: center; }.shop-catalog-heading > div { display: grid; width: 100%; justify-items: center; gap: 22px; }.shop-catalog-heading > div h2 { max-width: 1100px; margin-right: auto; margin-left: auto; font-family: Arial,Helvetica,sans-serif; font-size: clamp(35px,4vw,58px); font-weight: 900; letter-spacing: -.055em; text-align: center; }.shop-catalog-heading > p { width: min(760px,100%); margin: 0 auto; color: #55534d; font-size: 13px; font-weight: 400; line-height: 1.55; text-align: center; text-transform: none; }.shop-catalog-heading > span { margin: 0 auto; color: #8b887f; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.shop-filter-bar { grid-template-columns: repeat(4,1fr) auto; animation: shop-filter-in .2s ease; }
@keyframes shop-filter-in { from { opacity: 0; transform: translateY(-8px); } }
.shop-product-grid[data-columns="3"] { grid-template-columns: repeat(3,1fr); max-width: 1160px; }.shop-product-grid[data-columns="3"] .shop-product-visual { aspect-ratio: 1; }

@media (max-width: 760px) {
  .shop-listing-toolbar { top: 0; }.shop-listing-toolbar label > span,.shop-grid-label { display: none; }.shop-listing-toolbar select { max-width: 132px; }.shop-grid-icon.three,.shop-listing-toolbar button:has(.shop-grid-icon.three) { display: none; }.shop-catalog-heading { min-height: 240px; gap: 26px; }.shop-catalog-heading > div { gap: 15px; }.shop-catalog-heading > p { font-size: 12px; }.shop-product-grid[data-columns="3"],.shop-product-grid[data-columns="4"] { grid-template-columns: repeat(2,1fr); }.shop-filter-bar { grid-template-columns: repeat(2,1fr); }
}
.shop-product-photo { position: relative; z-index: 1; display: block; width: 100%; height: 100%; padding: 3%; object-fit: contain; transition: transform .38s cubic-bezier(.2,.7,.2,1); }
.shop-product-visual:hover .shop-product-photo { transform: translateY(-6px) scale(1.02); }
.shop-product-placeholder { position: relative; z-index: 1; display: grid; place-items: center; align-content: center; width: 72%; aspect-ratio: 1; border: 1px solid rgba(23,23,20,.16); border-radius: 50%; background: rgba(255,255,255,.55); color: #77746c; text-align: center; }
.shop-product-placeholder b { font-size: 10px; letter-spacing: .12em; }
.shop-product-placeholder small { margin-top: 5px; font-size: 8px; letter-spacing: .08em; }
.shop-product-meta > div { min-width: 0; max-width: 100%; flex: 1 1 auto; overflow: hidden; }
.shop-product-meta h3 { line-height: 1.35; }
.shop-product-meta h3 a { display: block; overflow-wrap: anywhere; word-break: normal; }
.shop-product-meta button { flex: 0 0 auto; }
.shop-category-rail .shop-category-card > span { color: #3d3b36; }
.shop-category-rail .shop-category-watch > span { color: #fff; }

@media (max-width: 520px) {
  .shop-listing-top { padding-right: 16px; padding-left: 16px; }.shop-category-rail { grid-template-columns: repeat(7,164px); }.shop-category-card { min-height: 96px; }.shop-listing-toolbar { padding: 0 10px; }.shop-listing-toolbar button { padding: 0 8px; }.shop-catalog-heading > div h2 { font-size: 38px; }
}

/* Keep the catalog footer in sync with the landing-page footer. */
.shop-footer.site-footer *,
.shop-footer.site-footer *::before,
.shop-footer.site-footer *::after {
  box-sizing: border-box;
}

.shop-footer.site-footer {
  --mh-ink: #171714;
  --mh-red: #e6533c;
  width: 100%;
  margin: 0;
  padding: clamp(44px, 5vw, 64px) clamp(24px, 5.5vw, 86px) 24px;
  background: #080808;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.shop-footer.site-footer a {
  color: inherit;
  text-decoration: none;
}

.shop-footer.site-footer .footer-main {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: clamp(32px, 5vw, 82px);
  width: min(1260px, 100%);
  margin: 0 auto;
}

.shop-footer.site-footer .footer-logo {
  display: flex;
  width: 174px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.shop-footer.site-footer .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.shop-footer.site-footer .footer-brand p {
  max-width: 250px;
  margin: 16px 0 28px;
  color: #bdbdb8;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.35;
}

.shop-footer.site-footer .footer-brand > strong,
.shop-footer.site-footer .footer-column > strong {
  display: block;
  margin: 0 0 12px;
  color: #fff;
  font-size: 11px;
  letter-spacing: .045em;
}

.shop-footer.site-footer .social-links {
  display: flex;
  gap: 10px;
}

.shop-footer.site-footer .social-links > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #080808;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.shop-footer.site-footer .social-links > span:hover {
  background: var(--mh-red);
  color: #fff;
  transform: translateY(-2px);
}

.shop-footer.site-footer .social-icon {
  display: block;
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.shop-footer.site-footer .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.shop-footer.site-footer .footer-column > a,
.shop-footer.site-footer .footer-column > span {
  color: #d0d0cb;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.35;
}

.shop-footer.site-footer .footer-column > a:hover,
.shop-footer.site-footer .footer-column > span:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.shop-footer.site-footer .footer-confidence {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
  width: min(1420px, 100%);
  margin: 42px auto 0;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .62);
  border-bottom: 1px solid rgba(255, 255, 255, .62);
}

.shop-footer.site-footer .footer-confidence strong {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: .04em;
}

.shop-footer.site-footer .footer-contact {
  display: grid;
  gap: 2px;
}

.shop-footer.site-footer .footer-contact a {
  color: #d0d0cb;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: .03em;
}

.shop-footer.site-footer .footer-newsletter form {
  display: flex;
  width: min(520px, 100%);
  min-height: 46px;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
}

.shop-footer.site-footer .footer-newsletter input {
  min-width: 0;
  min-height: 0;
  flex: 1;
  border: 0;
  border-radius: 0;
  padding: 0 20px;
  background: transparent;
  color: var(--mh-ink);
  outline: 0;
  box-shadow: none;
  font: inherit;
  font-size: 12px;
}

.shop-footer.site-footer .footer-newsletter button {
  min-width: 104px;
  min-height: 0;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: var(--mh-red);
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
}

.shop-footer.site-footer .footer-newsletter p {
  margin: 9px 3px 0;
  color: #aaa9a3;
  font-size: 9px;
  line-height: 1.4;
}

.shop-footer.site-footer .footer-newsletter p a {
  color: #d0d0cb;
  text-decoration: underline;
}

.shop-footer.site-footer .footer-legal {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  width: min(1420px, 100%);
  margin: 0 auto;
  padding: 20px 0 0;
}

.shop-footer.site-footer .footer-legal span,
.shop-footer.site-footer .footer-legal a {
  color: #aaa9a3;
  cursor: pointer;
  font-size: 10px;
}

.shop-footer.site-footer .footer-legal nav {
  display: flex;
  gap: 28px;
}

.shop-footer.site-footer .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 980px) {
  .shop-footer.site-footer .footer-main {
    grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
    gap: 36px 26px;
  }
}

@media (max-width: 680px) {
  .shop-footer.site-footer {
    padding: 42px 22px 22px;
  }

  .shop-footer.site-footer .footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 14px;
  }

  .shop-footer.site-footer .footer-brand {
    grid-column: 1 / -1;
  }

  .shop-footer.site-footer .footer-column {
    gap: 12px;
  }

  .shop-footer.site-footer .footer-column > strong {
    min-height: 30px;
    margin-bottom: 8px;
  }

  .shop-footer.site-footer .footer-column > a,
  .shop-footer.site-footer .footer-column > span {
    font-size: 11px;
  }

  .shop-footer.site-footer .footer-confidence {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
    padding: 24px 0;
  }

  .shop-footer.site-footer .footer-newsletter form {
    min-height: 44px;
  }

  .shop-footer.site-footer .footer-newsletter button {
    min-width: 86px;
  }

  .shop-footer.site-footer .footer-legal {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 24px;
  }

  .shop-footer.site-footer .footer-legal nav {
    gap: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop-footer.site-footer * {
    transition-duration: .001ms !important;
  }
}
