﻿@import url('detail-layout.css?v=20260908-2');
:root {
  --apple-ink: #1d1d1f;
  --apple-muted: #6e6e73;
  --apple-line: #d2d2d7;
  --apple-paper: #ffffff;
  --apple-cloud: #f5f5f7;
  --apple-charcoal: #000000;
  --page-width: 1200px;
}



* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--apple-ink); background: var(--apple-paper); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.apple-nav { position: sticky; top: 0; z-index: 30; height: 52px; background: rgba(255,255,255,.78); backdrop-filter: saturate(180%) blur(18px); border-bottom: 1px solid rgba(0,0,0,.08); }
.nav-inner { max-width: var(--page-width); height: 100%; margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { width: 105px; flex: 0 0 auto; }
.wordmark img { width: 100%; mix-blend-mode: multiply; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 12px; white-space: nowrap; }
.nav-links a { color: rgba(29,29,31,.88); transition: color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: #000; }
.nav-cta { flex: 0 0 auto; padding: 8px 13px; color: #fff; background: #0071e3; border-radius: 999px; font-size: 12px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 32px; height: 32px; padding: 7px; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: #1d1d1f; }

.hero-apple { min-height: min(760px, calc(100vh - 52px)); display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; overflow: hidden; background: var(--apple-cloud); }
.hero-copy { max-width: 560px; justify-self: end; padding: 80px 60px 84px 36px; }
.eyebrow { margin: 0 0 16px; color: var(--apple-muted); font-size: 17px; font-weight: 500; letter-spacing: -.01em; }
h1, h2, h3, p { margin-top: 0; }
.hero-copy h1 { margin-bottom: 22px; font-size: clamp(48px, 6.1vw, 78px); line-height: 1.04; letter-spacing: -.06em; font-weight: 700; }
.hero-copy .lead { max-width: 400px; margin-bottom: 28px; color: #424245; font-size: 20px; line-height: 1.45; letter-spacing: -.025em; }
.link-row { display: flex; flex-wrap: wrap; gap: 24px; font-size: 18px; color: #0066cc; }
.link-row a::after { content: "›"; display: inline-block; margin-left: 5px; font-size: 21px; line-height: 0; }
.hero-stage { position: relative; min-height: 560px; height: 100%; display: grid; place-items: center; background: radial-gradient(circle at 49% 46%, #fff 0, #ededf0 43%, #d9d9df 100%); }
.hero-stage::after { content: ""; position: absolute; width: min(62vw, 720px); aspect-ratio: 1; border: 1px solid rgba(29,29,31,.11); border-radius: 50%; transform: rotate(-21deg) scaleY(.57); }
.hero-stage img { position: relative; z-index: 1; width: min(620px, 88%); max-height: 610px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(18px 28px 24px rgba(0,0,0,.14)); }
.hero-unified { display: block; min-height: 0; background: #fff; text-align: center; }
.hero-unified .hero-copy { max-width: 780px; padding: 88px 28px 35px; justify-self: auto; margin: auto; }
.hero-unified .hero-copy h1 { margin-bottom: 16px; font-size: clamp(48px, 5.9vw, 76px); }
.hero-unified .hero-copy .lead { max-width: 520px; margin: 0 auto 24px; }
.hero-unified .hero-stage { min-height: 560px; height: min(54vw, 700px); background: #fff; }
.hero-unified .hero-stage::after { display: none; }
.hero-unified .hero-stage img { width: min(1080px, 100%); max-width: 100%; max-height: 100%; height: 100%; object-fit: cover; object-position: center 67%; mix-blend-mode: normal; filter: none; }
.homepage-hero { min-height: min(760px, calc(100vh - 52px)); background: #f5f5f7; }
.homepage-hero .hero-copy { max-width: 560px; }
.homepage-hero .hero-stage { min-height: 600px; background: radial-gradient(circle at 52% 45%, #fff 0, #ececef 54%, #d3d3d8 100%); }
.homepage-hero .hero-stage::after { display: block; width: 78%; height: 46%; border-color: rgba(29,29,31,.12); }
.homepage-hero .hero-stage img { width: min(590px, 84%); height: 88%; max-height: 620px; object-fit: contain; object-position: center; mix-blend-mode: multiply; filter: drop-shadow(18px 25px 22px rgba(0,0,0,.17)); }
.homepage-hero .quiet-badge { background: rgba(255,255,255,.86); }
.quiet-badge { position: absolute; z-index: 2; right: 9%; bottom: 9%; padding: 12px 14px; border: 1px solid rgba(29,29,31,.17); background: rgba(255,255,255,.66); backdrop-filter: blur(10px); color: var(--apple-ink); font-size: 11px; line-height: 1.45; letter-spacing: .02em; }
.quiet-badge strong { display: block; font-size: 20px; letter-spacing: -.04em; }

.section { padding: 120px 24px; }
.section-cloud { background: var(--apple-cloud); }
.section-inner { max-width: var(--page-width); margin: auto; }
.section-heading { max-width: 730px; margin: 0 auto 58px; text-align: center; }
.section-heading h2 { margin-bottom: 15px; font-size: clamp(38px, 5vw, 64px); line-height: 1.08; letter-spacing: -.055em; }
.section-heading p { margin: 0 auto; max-width: 560px; color: var(--apple-muted); font-size: 20px; line-height: 1.45; letter-spacing: -.025em; }
.section-heading .link-row { justify-content: center; }
.ipad-products-section .section-heading { max-width: none; }
.ipad-products-section .section-heading p { max-width: none; white-space: nowrap; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { min-height: 410px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; background: #f0f0f2; transition: transform .35s cubic-bezier(.2,.75,.25,1), box-shadow .35s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(0,0,0,.1); }
.category-card h3 { margin-bottom: 8px; font-size: 28px; letter-spacing: -.045em; }
.category-card p { color: var(--apple-muted); font-size: 14px; line-height: 1.5; }
.category-card .mini-link { margin-top: auto; color: #0066cc; font-size: 15px; }
.category-card .mini-link::after { content: "›"; margin-left: 4px; }
.card-image { min-height: 200px; margin: -6px -6px 18px; display: flex; align-items: center; justify-content: center; }
.card-image img { width: 116%; height: 245px; object-fit: contain; mix-blend-mode: multiply; }
.card-image img[src*="featured"] { width: 100%; height: 255px; object-fit: contain; mix-blend-mode: normal; }
.category-card .card-image { background: #dedee3; overflow: hidden; }
.category-card .card-image img { display: block; opacity: 1; position: relative; z-index: 2; }
.card-ipad .card-image { background: #26262a; }
.card-desktop .card-image { background: #d8d8dd; }
.card-function .card-image { background: #080809; }
.card-function .card-image img { filter: saturate(.92) contrast(1.05); }
.card-ipad { background: linear-gradient(145deg, #151517, #4b4b50); color: #fff; }
.card-ipad p { color: rgba(255,255,255,.68); }
.card-ipad .mini-link { color: #7ab9ff; }
.card-desktop { background: #e5e5e7; }
.card-function { background: #19191b; color: #fff; }
.card-function p { color: rgba(255,255,255,.68); }
.card-function .mini-link { color: #7ab9ff; }
.device-glyph { width: 72%; aspect-ratio: 1.25; border: 12px solid currentColor; border-radius: 18px; opacity: .88; position: relative; }
.device-glyph::after { content: ""; position: absolute; width: 44%; height: 8px; bottom: -26px; left: 28%; background: currentColor; border-radius: 4px; }
.device-glyph.desktop { width: 76%; height: 118px; border-radius: 8px; }
.device-glyph.desktop::before { content: ""; position: absolute; height: 38px; width: 6px; bottom: -46px; left: calc(50% - 3px); background: currentColor; }
.device-glyph.desktop::after { bottom: -52px; height: 7px; width: 28%; left: 36%; }
.device-glyph.dots { border-radius: 50%; border-width: 1px; background: radial-gradient(circle, currentColor 1.5px, transparent 2px); background-size: 18px 18px; }

.feature-band { max-width: var(--page-width); margin: auto; display: grid; grid-template-columns: 1.15fr 1fr; overflow: hidden; background: #000; color: #fff; }
.functional-accessories-page .section:has(.feature-band) { padding-top: 0; padding-bottom: 0; }
.feature-copy { padding: clamp(48px, 7vw, 100px); }
.feature-copy h2 { margin-bottom: 18px; font-size: clamp(40px, 4.7vw, 65px); line-height: 1.08; letter-spacing: -.055em; }
.feature-copy p { color: #a1a1a6; font-size: 18px; line-height: 1.55; }
.feature-copy .link-row { margin-top: 28px; color: #2997ff; }
.functional-accessories-page .feature-band .feature-copy { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.functional-accessories-page .feature-band .feature-copy p:not(.eyebrow) { max-width: 430px; }
.feature-image { min-height: 480px; background: linear-gradient(155deg, #3e3e43, #080809); display: grid; place-items: center; overflow: hidden; }
.feature-image img { width: 105%; height: 100%; object-fit: contain; mix-blend-mode: screen; filter: grayscale(1) contrast(1.05); transform: scale(1.05); }

.promise { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--apple-line); border-bottom: 1px solid var(--apple-line); }
.promise article { min-height: 285px; padding: 36px; border-right: 1px solid var(--apple-line); }
.promise article:last-child { border-right: 0; }
.promise-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 58px; border: 1.5px solid #1d1d1f; border-radius: 50%; font-size: 19px; }
.promise h3 { margin-bottom: 8px; font-size: 22px; letter-spacing: -.035em; }
.promise p { margin-bottom: 0; color: var(--apple-muted); font-size: 14px; line-height: 1.55; }

.page-hero { padding: 122px 24px 84px; text-align: center; background: var(--apple-cloud); }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(48px, 7vw, 82px); line-height: 1.02; letter-spacing: -.06em; }
.page-hero p { max-width: 620px; margin: auto; color: var(--apple-muted); font-size: 20px; line-height: 1.5; letter-spacing: -.025em; }
.ipad-hero .eyebrow { width: fit-content; margin: 0 auto 10px; text-align: center; }
.ipad-hero h1 { width: fit-content; margin: 0 auto 18px; text-align: center; white-space: nowrap; font-size: clamp(42px, 4vw, 70px); }
.functional-hero h1 { white-space: nowrap; }
.computer-hero .computer-hero-description { max-width: none; white-space: nowrap; }
.warranty-hero { padding-bottom: 78px; background: linear-gradient(180deg, #fff 0%, #f5f5f7 100%); }
.warranty-hero h1 { margin-bottom: 17px; font-size: clamp(30px, 5.1vw, 76px); white-space: nowrap; }
.warranty-hero > p:not(.eyebrow) { max-width: none; white-space: nowrap; }
.hero-proof { display: flex; justify-content: center; flex-wrap: wrap; gap: 0 14px; margin: 30px auto 24px; color: #424245; font-size: 14px; font-weight: 500; letter-spacing: -.01em; }
.hero-proof b { color: #86868b; font-weight: 400; }
.hero-warranty-link { color: #06c; font-size: 17px; }

.category-subnav { position: relative; z-index: 10; border-bottom: 1px solid var(--apple-line); background: rgba(255,255,255,.97); }
.category-subnav-inner { width: min(var(--page-width), 100%); min-height: 150px; margin: auto; padding: 24px; display: flex; align-items: center; gap: clamp(38px, 7vw, 110px); }
.category-subnav-inner > p { flex: 0 0 auto; margin: 0; font-size: 44px; font-weight: 700; letter-spacing: -.06em; }
.category-subnav nav { display: flex; align-items: flex-start; gap: clamp(24px, 3.6vw, 54px); }
.category-subnav a { min-width: 54px; display: grid; gap: 8px; justify-items: center; color: var(--apple-muted); font-size: 13px; text-align: center; transition: color .2s ease; }
.category-subnav + main [id="chargers"], .category-subnav + main [id="cables"], .category-subnav + main [id="power-banks"], .category-subnav + main [id="audio-speaker"], .category-subnav + main [id="audio-earbuds"] { scroll-margin-top: 56px; }
.category-subnav a:hover,
.category-subnav a.active { color: var(--apple-ink); }
.subnav-icon { width: 34px; height: 42px; position: relative; display: block; border: 2px solid currentColor; border-radius: 8px; opacity: .9; }
.icon-case::after { content: ""; position: absolute; top: 5px; left: 7px; width: 6px; height: 6px; border: 1.5px solid currentColor; border-radius: 50%; box-shadow: 11px 0 0 -1px #fff, 11px 0 0 0 currentColor; }
.icon-glass { border-radius: 4px; transform: skewY(-5deg); }
.icon-glass::after { content: ""; position: absolute; inset: 4px; border: 1px solid currentColor; border-radius: 2px; }
.icon-lens { width: 39px; height: 39px; border-radius: 50%; }
.icon-lens::after { content: ""; position: absolute; inset: 8px; border: 2px solid currentColor; border-radius: 50%; }
.icon-set { width: 38px; height: 38px; border-radius: 5px; box-shadow: 7px 7px 0 -2px #fff, 7px 7px 0 0 currentColor; }
.icon-pencil { width: 8px; height: 43px; border-radius: 999px; transform: rotate(38deg); }
.icon-keyboard { width: 48px; height: 31px; margin-top: 7px; border-radius: 5px; background: repeating-linear-gradient(90deg, transparent 0 6px, currentColor 6px 7px), repeating-linear-gradient(0deg, transparent 0 7px, currentColor 7px 8px); opacity: .6; }
.icon-bag { width: 41px; height: 32px; margin-top: 7px; border-radius: 5px; }
.icon-bag::before { content: ""; position: absolute; width: 17px; height: 9px; top: -9px; left: 10px; border: 2px solid currentColor; border-bottom: 0; border-radius: 7px 7px 0 0; }
.icon-charger { width: 31px; height: 38px; border-radius: 7px; }
.icon-charger::after { content: ""; position: absolute; bottom: -10px; left: 8px; width: 10px; height: 9px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
.icon-cable { width: 39px; height: 39px; border-radius: 50%; }
.icon-cable::after { content: ""; position: absolute; width: 14px; height: 7px; border: 2px solid currentColor; border-radius: 5px; right: -10px; top: 14px; }
.icon-power { width: 30px; height: 42px; border-radius: 6px; }
.icon-power::after { content: "+"; position: absolute; top: 7px; left: 8px; font-style: normal; font-size: 17px; font-weight: 600; }
.icon-audio { width: 38px; height: 38px; border-radius: 50%; }
.icon-audio::after { content: ""; position: absolute; left: 11px; bottom: -11px; width: 12px; height: 19px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 10px 10px; }
.icon-speaker { width: 29px; height: 42px; border-radius: 13px; }
.icon-speaker::after { content: ""; position: absolute; width: 13px; height: 13px; top: 12px; left: 6px; border: 2px solid currentColor; border-radius: 50%; }
.category-subnav svg.subnav-icon { width: 44px; height: 44px; margin: 0; display: block; border: 0; border-radius: 0; background: none; box-shadow: none; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; opacity: 1; transform: none; }
.category-subnav svg.subnav-icon::before,
.category-subnav svg.subnav-icon::after { content: none; }
.iphone-product-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 0 auto 34px; }
.iphone-product-filter button { min-width: 74px; padding: 9px 15px; border: 1px solid #d2d2d7; border-radius: 980px; color: var(--apple-ink); background: #fff; font: inherit; font-size: 14px; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.iphone-product-filter button:hover, .iphone-product-filter button.active { border-color: #1d1d1f; color: #fff; background: #1d1d1f; }
.product-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-tile { min-height: 440px; padding: 28px; display: flex; flex-direction: column; background: #fff; overflow: hidden; }
.product-tile.has-reddot-award { position: relative; }
.reddot-badge { position: absolute; top: 22px; right: 22px; z-index: 3; color: #d71920; font-size: 13px; line-height: 1.05; letter-spacing: -.02em; text-align: center; }
.reddot-badge::before { content: ""; display: block; width: 22px; height: 22px; margin: 0 auto 4px; border-radius: 50%; background: #d71920; }
.reddot-badge b { font-size: 10px; font-weight: 600; letter-spacing: .01em; }
.product-image-stage { width: 100%; height: 265px; flex: 0 0 265px; display: grid; place-items: center; overflow: hidden; background: #fff; }
.product-image-stage img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; background: #fff; transform: scale(1); transition: transform .4s ease; }
.product-tile h3, .product-tile p, .product-tile a { position: relative; z-index: 2; background: #fff; }
.product-tile .product-type { position: relative; z-index: 1; min-height: auto; margin: 18px 0 6px; color: #6e6e73; font-size: 12px; }
.product-tile:hover .product-image-stage img { transform: scale(1.025); }
/* Catalog-only optical sizing. Original files and product proportions stay intact.
   Heights compensate for source canvas whitespace, targeting a 180px subject. */
.iphone-product-tile[data-catalog-slug="ice-armor"] { --case-image-height: 277.638px; --case-image-offset: -1.66px; }
.iphone-product-tile[data-catalog-slug="guardian"] { --case-image-height: 277.638px; --case-image-offset: -1.66px; }
.iphone-product-tile[data-catalog-slug="soft-stand"] { --case-image-height: 251.163px; --case-image-offset: -1.25px; }
.iphone-product-tile[data-catalog-slug="crystal-stand"] { --case-image-height: 278.323px; --case-image-offset: -1.89px; }
.iphone-product-tile[data-catalog-slug="titanium-camera"] { --case-image-height: 277.638px; --case-image-offset: -1.66px; }
.iphone-product-tile[data-catalog-slug="wave"] { --case-image-height: 246.575px; --case-image-offset: -0.14px; }
.iphone-product-tile[data-catalog-slug="creative-color"] { --case-image-height: 245.827px; --case-image-offset: 0.14px; }
.iphone-product-tile[data-catalog-slug="metallic-color"] { --case-image-height: 248.848px; --case-image-offset: 1.24px; }
.iphone-product-tile[data-catalog-slug="liuli"] { --case-image-height: 245.083px; --case-image-offset: 0.41px; }
.iphone-product-tile[data-catalog-slug="woven"] { --case-image-height: 248.848px; --case-image-offset: 1.80px; }
.iphone-product-tile[data-catalog-slug="creative-touch"] { --case-image-height: 245.827px; --case-image-offset: 0.68px; }
.iphone-product-tile[data-catalog-slug="color-stand"] { --case-image-height: 247.328px; --case-image-offset: -0.41px; }
.iphone-product-tile[data-catalog-slug="shield-stand"] { --case-image-height: 245.083px; --case-image-offset: 0.41px; }
#iphone-product-list:has([data-catalog-slug="ice-armor"]) .product-image-stage {
  display: flex; align-items: center; justify-content: center;
}
#iphone-product-list:has([data-catalog-slug="ice-armor"]) .product-image-stage img {
  width: auto; height: var(--case-image-height); min-width: 0; min-height: 0;
  max-width: none; max-height: none; flex: 0 0 auto;
  transform: translateY(var(--case-image-offset, 0px)); transition: none;
}
.product-tile h3 { margin: 16px 0 8px; font-size: 23px; letter-spacing: -.04em; }
.product-tile p { margin-bottom: 16px; min-height: 42px; color: var(--apple-muted); font-size: 14px; line-height: 1.5; }
.product-tile a { margin-top: auto; color: #0066cc; font-size: 15px; }
.product-tile a::after { content: "›"; margin-left: 4px; }
.editorial { max-width: 950px; margin: auto; padding: 94px 24px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 68px; }
.editorial h2 { font-size: 42px; line-height: 1.12; letter-spacing: -.05em; }
.editorial p { color: var(--apple-muted); font-size: 18px; line-height: 1.62; }
.editorial .stat { padding-top: 30px; border-top: 1px solid var(--apple-line); font-size: 50px; letter-spacing: -.07em; }
.editorial .stat small { display: block; margin-top: 8px; color: var(--apple-muted); font-size: 14px; letter-spacing: 0; }
.product-spotlight { max-width: var(--page-width); min-height: 560px; margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; background: #f5f5f7; }
.spotlight-copy { padding: clamp(48px, 7vw, 100px) clamp(30px, 6vw, 84px); align-self: center; }
.spotlight-copy h2 { margin-bottom: 18px; font-size: clamp(40px, 4.7vw, 64px); line-height: 1.08; letter-spacing: -.055em; }
.spotlight-copy p:not(.eyebrow) { color: var(--apple-muted); font-size: 18px; line-height: 1.55; }
.spotlight-copy a { display: inline-block; margin-top: 18px; color: #0066cc; font-size: 17px; }
.spotlight-image { min-height: 440px; display: grid; place-items: center; background: #ececf0; overflow: hidden; }
.spotlight-image img { width: 100%; height: 100%; object-fit: contain; }
.ipad-keyboard-spotlight { max-width: none; width: 100%; grid-template-columns: 1fr 1.1fr; }
.ipad-keyboard-spotlight .spotlight-copy { padding-right: clamp(48px, 4vw, 72px); padding-left: clamp(120px, 13vw, 260px); }
.ipad-keyboard-spotlight .spotlight-copy h2 { margin-bottom: 18px; white-space: normal; font-size: clamp(44px, 3.7vw, 62px); line-height: 1.08; }
.ipad-keyboard-spotlight .spotlight-image img { object-fit: cover; object-position: center; transform: scale(1.03); }
.computer-spotlight { height: 560px; min-height: 560px; }
.computer-spotlight .spotlight-copy { padding-top: 52px; padding-bottom: 52px; }
.computer-spotlight .spotlight-copy h2 { font-size: clamp(49px, 4vw, 67px); }
.computer-spotlight .spotlight-image { min-height: 560px; }
.ipad-keyboard-spotlight.computer-spotlight .spotlight-image { background: #171718; }
.ipad-keyboard-spotlight.computer-spotlight .spotlight-image img { object-fit: contain; transform: none; }
.ipad-keyboard-spotlight.computer-spotlight .spotlight-image img.office-scene { object-fit: cover; object-position: center 80%; transform: translateY(-24px); }
.dark-spotlight { background: #000; color: #fff; }
.dark-spotlight .spotlight-copy p:not(.eyebrow) { color: #a1a1a6; }
.dark-spotlight .spotlight-copy a { color: #2997ff; }
.dark-spotlight .spotlight-image { background: #f5f5f7; }
.crystal-spotlight { background: #000; color: #fff; }
.crystal-spotlight .spotlight-copy p:not(.eyebrow) { color: #a1a1a6; }
.crystal-spotlight .spotlight-copy h2 { font-size: clamp(30px, 3.6vw, 48px); white-space: nowrap; }
.crystal-angle-stage { background: #e8e8eb !important; }
.crystal-angle-combo { width: 100%; height: 100%; display: grid; grid-template-columns: 1fr; background: #e8e8eb; }
.crystal-angle-combo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 69%; }
.crystal-angle-combo img:last-child { object-position: center 72%; }

.contact-grid { max-width: var(--page-width); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-card { min-height: 310px; padding: 38px; background: var(--apple-cloud); }
.contact-card.dark { background: #000; color: #fff; }
.contact-card h2 { margin-bottom: 12px; font-size: 35px; letter-spacing: -.05em; }
.contact-card p { color: var(--apple-muted); font-size: 16px; line-height: 1.55; }
.contact-card.dark p { color: #a1a1a6; }
.contact-card a { display: inline-block; margin-top: 18px; color: #0066cc; font-size: 16px; }
.contact-card.dark a { color: #2997ff; }
.wide-visual { max-width: var(--page-width); height: 460px; margin: 0 auto; overflow: hidden; background: #f5f5f7; display: grid; place-items: center; }
.wide-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.warranty-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; mix-blend-mode: multiply; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--apple-line); border-bottom: 1px solid var(--apple-line); }
.info-grid a { min-height: 255px; padding: 31px; border-right: 1px solid var(--apple-line); display: flex; flex-direction: column; transition: background .25s ease; }
.info-grid a:last-child { border-right: 0; }
.info-grid a:hover { background: #fff; }
.info-grid span { color: var(--apple-muted); font-size: 13px; }
.info-grid h3 { margin: 28px 0 8px; font-size: 25px; letter-spacing: -.045em; }
.info-grid p { margin: 0; color: var(--apple-muted); font-size: 15px; line-height: 1.55; }
.info-grid b { margin-top: auto; color: #0066cc; font-size: 15px; font-weight: 400; }
.warranty-rules { grid-template-columns: repeat(4, 1fr); }
.warranty-rules article { min-height: 250px; padding: 31px; border-right: 1px solid var(--apple-line); }
.warranty-rules article:last-child { border-right: 0; }
.warranty-rules span { color: var(--apple-muted); font-size: 13px; }
.warranty-rules h3 { margin: 28px 0 8px; font-size: 24px; letter-spacing: -.045em; }
.warranty-rules p { margin: 0; color: var(--apple-muted); font-size: 15px; line-height: 1.55; }

.detail-hero { min-height: 640px; display: grid; grid-template-columns: .86fr 1.14fr; background: #f5f5f7; overflow: hidden; }
.detail-copy { max-width: 540px; padding: clamp(76px, 10vw, 130px) 42px clamp(64px, 9vw, 112px); justify-self: end; align-self: center; }
.detail-copy { display: flex; flex-direction: column; }
.detail-copy #product-category { order: 0; }
.detail-copy #product-tagline { order: 1; }
.detail-copy #product-name { order: 2; }
.detail-copy #product-description { order: 3; }
.detail-copy .link-row { order: 4; }
.functional-product-detail .detail-copy #product-tagline { width: min(100%, 500px); margin-bottom: 16px; font-size: clamp(40px, 5.5vw, 74px); line-height: 1.04; letter-spacing: -.06em; font-weight: 700; text-wrap: balance; }
.functional-product-detail .detail-copy #product-tagline .tagline-sub { display: inline-block; font-size: .72em; white-space: nowrap; }
.functional-product-detail .detail-copy #product-name { margin: 0 0 16px; font-size: 24px; line-height: 1.35; letter-spacing: -.035em; font-weight: 600; }
.functional-product-detail .detail-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; filter: none; transform: scale(var(--mac-hero-scale, 1)); transform-origin: center center; }
.detail-copy h1 { margin-bottom: 16px; font-size: clamp(48px, 5.5vw, 74px); line-height: 1.04; letter-spacing: -.06em; }
.detail-tagline { margin-bottom: 16px; font-size: 24px; font-weight: 600; letter-spacing: -.035em; }
.detail-description { max-width: 410px; margin-bottom: 28px; color: var(--apple-muted); font-size: 18px; line-height: 1.55; }
.detail-image { position: relative; min-height: 570px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 48%, #fff 0, #ececf0 60%, #dedee3 100%); }
.detail-image img { width: 94%; height: 88%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(17px 26px 18px rgba(0,0,0,.14)); }
.detail-image img[src*="featured"] { mix-blend-mode: normal; filter: none; }
.detail-image img[src*="titanium-detail-hero"] { width: 100%; height: 100%; }
.detail-image img[src*="liuli-detail-hero-combo"] { width: 98%; height: 94%; object-fit: contain; }
.detail-certification { position: absolute; z-index: 2; right: 5%; bottom: 7%; width: 92px !important; height: 92px !important; padding: 6px; object-fit: contain !important; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 8px 24px rgba(0,0,0,.12); filter: none !important; mix-blend-mode: normal !important; }
.detail-certification[hidden] { display: none; }
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--apple-line); border-bottom: 1px solid var(--apple-line); }
.spec-grid article { min-height: 180px; padding: 32px; border-right: 1px solid var(--apple-line); }
.spec-grid article:last-child { border-right: 0; }
.spec-grid h3 { margin-bottom: 8px; font-size: 22px; letter-spacing: -.04em; }
.spec-grid p { margin: 0; color: var(--apple-muted); font-size: 14px; line-height: 1.55; }
.related-heading { margin-bottom: 26px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.related-heading h2 { margin: 0; font-size: 36px; letter-spacing: -.05em; }
.related-heading a { color: #0066cc; font-size: 16px; }
.related-card { min-height: 270px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; overflow: hidden; }
.related-card img { width: 100%; height: 270px; object-fit: contain; mix-blend-mode: multiply; background: #ececef; }
.related-card img[src*="featured"] { mix-blend-mode: normal; }
.related-card > div { padding: 55px 45px; align-self: center; }
.related-card h3 { margin: 10px 0; font-size: 30px; letter-spacing: -.05em; }
.related-card p:not(.eyebrow) { margin: 0; color: var(--apple-muted); font-size: 16px; }
.info-hero { padding: 132px 24px 92px; text-align: center; background: #f5f5f7; }
.info-hero h1 { max-width: 820px; margin: 0 auto 20px; font-size: clamp(46px, 6vw, 76px); line-height: 1.06; letter-spacing: -.06em; }
.info-hero > p:last-child { max-width: 620px; margin: auto; color: var(--apple-muted); font-size: 20px; line-height: 1.5; }
.info-body { max-width: 1000px; margin: auto; padding: 92px 24px 120px; display: grid; grid-template-columns: 1fr 220px; gap: 90px; }
.info-body article { padding: 0 0 42px 68px; position: relative; border-bottom: 1px solid var(--apple-line); margin-bottom: 42px; }
.info-body article:last-child { margin-bottom: 0; }
.info-body article span { position: absolute; top: 2px; left: 0; color: var(--apple-muted); font-size: 13px; }
.info-body h2 { margin-bottom: 12px; font-size: 32px; letter-spacing: -.05em; }
.info-body article p { margin: 0; color: var(--apple-muted); font-size: 18px; line-height: 1.62; }
.info-body aside { height: fit-content; padding: 25px 0; border-top: 1px solid var(--apple-line); }
.info-body aside a { display: block; padding: 12px 0; color: #0066cc; font-size: 15px; }

.site-footer { padding: 0 24px; background: #080808; color: #a1a1a6; }
.footer-shell { width: min(var(--page-width), 100%); margin: 0 auto; padding: 72px 0 22px; }
.footer-columns { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: clamp(34px, 6vw, 105px); }
.footer-brand { max-width: 335px; }
.footer-logo { display: inline-block; width: 165px; margin-bottom: 20px; }
.footer-logo img { width: 100%; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 300px; margin: 0 0 23px; color: #86868b; font-size: 14px; line-height: 1.65; }
.footer-social { display: flex; gap: 9px; }
.footer-social a { min-width: 48px; height: 37px; padding: 0 9px; display: grid; place-items: center; border: 1px solid #303034; border-radius: 10px; color: #d2d2d7; font-size: 12px; white-space: nowrap; transition: border-color .2s ease, background .2s ease; }
.footer-social a:hover { border-color: #79797e; background: #1d1d1f; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-column h2 { margin: 1px 0 10px; color: #f5f5f7; font-size: 15px; letter-spacing: -.02em; }
.footer-column a { color: #9a9aa0; font-size: 14px; line-height: 1.4; transition: color .2s ease; }
.footer-column a:hover { color: #fff; }
.footer-legal { margin-top: 58px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #29292d; color: #6e6e73; font-size: 12px; }

@media (max-width: 960px) {
  .nav-links { gap: 14px; font-size: 11px; }
  .hero-copy { padding-right: 28px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .functional-hero h1 { white-space: normal; }
  .apple-nav { height: 48px; }
  .nav-inner { padding: 0 18px; }
  .wordmark { width: 88px; }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
  .nav-links { display: none; position: absolute; top: 48px; left: 0; right: 0; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--apple-line); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 4px; font-size: 15px; border-bottom: 1px solid #e5e5e7; }
  .hero-apple { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { justify-self: auto; padding: 76px 26px 46px; text-align: center; }
  .hero-copy .lead { margin-left: auto; margin-right: auto; font-size: 18px; }
  .link-row { justify-content: center; font-size: 17px; }
  .hero-stage { min-height: 420px; }
  .hero-stage img { width: 95%; max-height: 450px; }
  .hero-unified .hero-copy { padding-top: 70px; }
  .hero-unified .hero-stage { min-height: 350px; height: 410px; }
  .hero-unified .hero-stage img { width: 100%; height: 100%; object-position: center 66%; }
  .homepage-hero .hero-stage { min-height: 410px; }
  .homepage-hero .hero-stage img { width: 84%; height: 94%; }
  .quiet-badge { right: 7%; bottom: 8%; }
  .section { padding: 78px 18px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading p { font-size: 17px; }
  .ipad-products-section .section-heading p { white-space: normal; }
  .category-grid, .product-list, .promise, .contact-grid, .feature-band { grid-template-columns: 1fr; }
  .wide-visual { height: 270px; }
  .info-grid { grid-template-columns: 1fr; }
  .info-grid a { min-height: 185px; border-right: 0; border-bottom: 1px solid var(--apple-line); }
  .info-grid a:last-child { border-bottom: 0; }
  .info-grid h3 { margin-top: 18px; }
  .warranty-rules { grid-template-columns: 1fr; }
  .warranty-rules article { min-height: 185px; border-right: 0; border-bottom: 1px solid var(--apple-line); }
  .warranty-rules article:last-child { border-bottom: 0; }
  .category-card { min-height: 350px; }
  .promise article { min-height: 205px; border-right: 0; border-bottom: 1px solid var(--apple-line); }
  .promise article:last-child { border-bottom: 0; }
  .promise-icon { margin-bottom: 28px; }
  .feature-image { min-height: 340px; }
  .page-hero { padding: 82px 24px 62px; }
  .page-hero p { font-size: 18px; }
  .ipad-hero h1 { white-space: normal; }
  .warranty-hero > p:not(.eyebrow) { white-space: normal; }
  .category-subnav-inner { min-height: 114px; padding: 18px; gap: 22px; overflow-x: auto; scrollbar-width: none; }
  .category-subnav-inner::-webkit-scrollbar { display: none; }
  .category-subnav-inner > p { align-self: flex-start; padding-top: 3px; font-size: 28px; }
  .category-subnav nav { gap: 23px; padding-right: 12px; }
  .category-subnav a { flex: 0 0 auto; font-size: 12px; }
  .category-subnav svg.subnav-icon { width: 38px; height: 38px; transform: none; }
  .product-spotlight { grid-template-columns: 1fr; }
  .spotlight-image { min-height: 370px; }
  .ipad-keyboard-spotlight { grid-template-columns: 1fr; }
  .ipad-keyboard-spotlight .spotlight-copy { padding-left: clamp(30px, 8vw, 54px); }
  .ipad-keyboard-spotlight .spotlight-copy h2 { white-space: normal; }
  .crystal-spotlight .spotlight-copy h2 { white-space: normal; }
  .detail-hero { grid-template-columns: 1fr; }
  .functional-product-detail .detail-hero { height: auto; min-height: auto; }
  .detail-copy { justify-self: auto; padding: 74px 24px 40px; text-align: center; }
  .detail-description { margin-left: auto; margin-right: auto; }
  .detail-image { min-height: 390px; }
  .detail-image img { height: 96%; }
  .functional-product-detail .detail-image img { width: min(100%, 520px); height: auto; }
  .detail-certification { right: 18px; bottom: 18px; width: 70px !important; height: 70px !important; }
  .spec-grid, .related-card { grid-template-columns: 1fr; }
  .spec-grid article { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--apple-line); }
  .spec-grid article:last-child { border-bottom: 0; }
  .related-card img { height: 230px; }
  .related-card > div { padding: 35px 28px; }
  .info-hero { padding: 84px 24px 64px; }
  .info-hero > p:last-child { font-size: 18px; }
  .info-body { grid-template-columns: 1fr; gap: 36px; padding: 66px 24px 84px; }
  .info-body article { padding-left: 48px; }
  .info-body h2 { font-size: 28px; }
  .info-body article p { font-size: 17px; }
  .editorial { padding: 66px 24px; grid-template-columns: 1fr; gap: 20px; }
  .contact-card { min-height: 250px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 12px; }
}

/* Homepage refinements: a quieter Apple-like palette and robust image containment. */
.category-card.card-ipad,
.category-card.card-function { background: #e7e7eb; color: var(--apple-ink); }
.category-card .card-image { background: #d7d7dc; }
.card-ipad p,
.card-function p { color: var(--apple-muted); }
.card-ipad .mini-link,
.card-function .mini-link { color: #06c; }
.category-card .card-image img[src*="featured"] { width: 100%; height: 255px; object-fit: contain; mix-blend-mode: multiply; filter: none; }

.homepage-hero .quiet-badge { min-width: 162px; padding: 14px 16px; }
.homepage-hero .quiet-badge strong { white-space: nowrap; font-size: 21px; }
.homepage-hero .quiet-badge.warranty-mark { min-width: 0; padding: 13px 16px 13px 17px; display: grid; gap: 4px; border: 0; border-left: 1.5px solid rgba(29,29,31,.7); background: rgba(255,255,255,.24); backdrop-filter: blur(13px); color: var(--apple-ink); box-shadow: none; }
.warranty-mark span { display: block; font-size: 16px; font-weight: 600; line-height: 1.12; letter-spacing: .08em; white-space: nowrap; }
.warranty-mark span + span { color: var(--apple-muted); font-size: 12px; font-weight: 500; letter-spacing: .14em; }

/* Transparent hero cutout: retain the clean product silhouette and give it more presence. */
.homepage-hero .titanium-home-stage::after { display: none; }
.homepage-hero .titanium-home-stage > img { width: min(840px, 108%); height: 100%; max-height: none; object-fit: contain; object-position: center; mix-blend-mode: normal; filter: drop-shadow(20px 30px 26px rgba(0,0,0,.16)); transform: translateY(42px); }

@media (min-width: 721px) {
  .homepage-hero .hero-copy { transform: translateX(-52px); }
}

@media (max-width: 720px) {
  .homepage-hero .titanium-home-stage > img { width: 106%; height: 100%; transform: translateY(18px); }
}

.feature-image.titanium-stage { background: #f1f1f3; }
.feature-image.titanium-stage img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; filter: none; transform: none; }

.feature-image.liuli-stage { background: #11161c; }
.feature-image.liuli-stage img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; mix-blend-mode: normal; filter: none; transform: none; }
.liuli-copy { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.liuli-copy > p { max-width: 440px; }
.feature-image.liuli-stage { position: relative; }
.liuli-warranty-badge { position: absolute; right: 28px; bottom: 28px; padding: 13px 16px 13px 17px; border-left: 1.5px solid rgba(255,255,255,.88); background: rgba(255,255,255,.2); color: #fff; display: grid; gap: 4px; backdrop-filter: blur(13px); box-shadow: none; }
.liuli-warranty-badge strong { font-size: 16px; line-height: 1.12; letter-spacing: .08em; white-space: nowrap; }
.liuli-warranty-badge span { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 500; line-height: 1.12; letter-spacing: .14em; white-space: nowrap; }

@media (max-width: 720px) {
  .detail-image img[src*="liuli-detail-hero-combo"] { width: 96%; height: 92%; }
  .liuli-warranty-badge { right: 18px; bottom: 18px; padding: 11px 13px 11px 14px; }
  .liuli-warranty-badge strong { font-size: 14px; }
  .liuli-warranty-badge span { font-size: 10px; }
}

.promise-heading { max-width: 1180px; }
.promise-heading h2 { white-space: nowrap; font-size: clamp(38px, 4.25vw, 62px); }

.brand-strength { background: #000; color: #fff; padding: 118px 24px; }
.brand-strength-inner { width: min(var(--page-width), 100%); margin: 0 auto; display: grid; grid-template-columns: .98fr 1.02fr; gap: clamp(50px, 9vw, 150px); align-items: end; }
.brand-strength-copy .eyebrow { color: #a1a1a6; }
.brand-strength-copy h2 { margin: 14px 0 20px; font-size: clamp(42px, 4.8vw, 70px); line-height: 1.04; letter-spacing: -.06em; }
.brand-strength-copy p { max-width: 500px; margin-bottom: 25px; color: #a1a1a6; font-size: 18px; line-height: 1.55; }
.brand-strength a,
.brand-retail a { color: #2997ff; font-size: 17px; }
.brand-stats { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #424245; border-left: 1px solid #424245; }
.brand-stats article { min-height: 165px; padding: 27px 24px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid #424245; border-bottom: 1px solid #424245; }
.brand-stats strong { font-size: clamp(34px, 4vw, 56px); line-height: 1; letter-spacing: -.055em; }
.brand-stats span { margin-top: 10px; color: #a1a1a6; font-size: 14px; }

.brand-retail { padding: 115px 24px; }
.brand-retail-inner { width: min(var(--page-width), 100%); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.brand-retail-visual { overflow: hidden; background: #fff; }
.brand-retail-visual img { display: block; width: 100%; min-height: 360px; object-fit: contain; }
.brand-retail-copy h2 { margin: 14px 0 18px; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.08; letter-spacing: -.055em; }
.brand-retail-copy > p { margin-bottom: 25px; color: var(--apple-muted); font-size: 18px; line-height: 1.55; }
.retail-points { margin: 0 0 27px; border-top: 1px solid var(--apple-line); }
.retail-points span { display: block; padding: 13px 0; border-bottom: 1px solid var(--apple-line); font-size: 15px; }

.product-gallery-section { padding-top: 0; }

/* Mac third-level pages follow the tighter iPhone 18/iPad detail proportion. */
.mac-product-detail .detail-hero { min-height: 520px; }
.mac-product-detail .detail-copy { padding-top: 58px; padding-bottom: 58px; }
.mac-product-detail .detail-image { min-height: 520px; }
.mac-product-detail .detail-image img { width: 86%; height: 80%; object-fit: contain; mix-blend-mode: normal; filter: none; }
.mac-product-detail .product-gallery { grid-template-rows: repeat(2, minmax(220px, 1fr)); }
.mac-product-detail .gallery-card:first-child { min-height: 500px; }
.mac-product-detail .gallery-card img,
.mac-product-detail .gallery-card:first-child img { min-height: 0; object-fit: contain; background: #fff; }
@media (max-width: 720px) {
  .mac-product-detail .detail-hero { min-height: auto; }
  .mac-product-detail .detail-image { min-height: 360px; }
  .mac-product-detail .detail-copy h1 { white-space: normal; font-size: clamp(42px, 11vw, 58px); }
  .mac-product-detail .detail-image img { width: 100%; height: 100%; object-fit: cover; }
  .mac-product-detail .gallery-card:first-child { min-height: 360px; }
}
.gallery-heading { margin-bottom: 36px; display: flex; justify-content: space-between; align-items: end; gap: 42px; }
.gallery-heading h2 { margin: 11px 0 0; font-size: clamp(42px, 4.6vw, 64px); line-height: 1.05; letter-spacing: -.06em; white-space: nowrap; }
.gallery-heading > p { max-width: none; margin: 0; color: var(--apple-muted); font-size: 17px; line-height: 1.55; white-space: nowrap; }
.product-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, minmax(260px, 1fr)); gap: 16px; }
.gallery-card { position: relative; min-height: 300px; overflow: hidden; background: #ebecef; }
.gallery-card:first-child { grid-row: span 2; min-height: 616px; }
.gallery-card img { width: 100%; height: 100%; min-height: 300px; display: block; object-fit: cover; object-position: center; transition: transform .6s cubic-bezier(.2,.75,.25,1); }
.gallery-card:first-child img { min-height: 616px; }
.gallery-card:hover img { transform: scale(1.025); }
.product-kunlun .gallery-card img { object-fit: contain; object-position: center; background: #f5f5f7; }
.gallery-card > div { position: absolute; right: 0; bottom: 0; left: 0; padding: 48px 28px 25px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.63)); }
.functional-product-audio-mini .gallery-card img,
.functional-product-audio-earbuds .gallery-card img { object-fit: contain; object-position: center top; background: transparent; }
.functional-product-audio-mini .gallery-card:nth-child(1) { background: #dce9f6; }
.functional-product-audio-mini .gallery-card:nth-child(2) { background: #e7e3df; }
.functional-product-audio-mini .gallery-card:nth-child(3),
.functional-product-audio-earbuds .gallery-card:nth-child(1),
.functional-product-audio-earbuds .gallery-card:nth-child(3) { background: #fff; }
.functional-product-audio-earbuds .gallery-card:nth-child(2) { background: #2a1a14; }
.functional-product-audio-mini .gallery-card:nth-child(1) img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; transform: none; }
.functional-product-audio-mini .gallery-card:nth-child(1):hover img { transform: scale(1.01); }
.functional-product-audio-mini .gallery-card:nth-child(2) img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; border-radius: 0; }
.functional-product-audio-mini .gallery-card:nth-child(2):hover img { transform: scale(1.015); }
.functional-product-audio-mini .product-gallery-section { padding-bottom: 80px; background: #fff; }
.functional-product-audio-mini .gallery-card > div { display: none; }
.functional-product-audio-mini .gallery-card:first-child > div.gallery-card-award-copy {
  position: absolute;
  z-index: 1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: min(78%, 510px);
  padding: 42px 42px 0;
  color: var(--apple-ink);
  background: none;
}
.functional-product-audio-mini .gallery-card-award-copy .eyebrow {
  margin: 0 0 13px;
  color: rgba(29,29,31,.58);
  font-size: 13px;
  letter-spacing: .04em;
}
.functional-product-audio-mini .gallery-card-award-copy h3 {
  margin: 0 0 12px;
  max-width: 460px;
  color: var(--apple-ink);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.04;
  letter-spacing: -.06em;
}
.functional-product-audio-mini .gallery-card-award-copy p:last-child {
  max-width: 360px;
  color: rgba(29,29,31,.68);
  font-size: 16px;
  line-height: 1.5;
}
.functional-product-audio-mini .gallery-card img { min-height: 0; }
.gallery-card h3 { margin: 0 0 5px; font-size: 22px; letter-spacing: -.035em; }
.gallery-card p { margin: 0; max-width: 310px; color: rgba(255,255,255,.85); font-size: 14px; line-height: 1.45; }

.category-detail-hero { min-height: 470px; padding: 118px 24px 92px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: radial-gradient(circle at 50% 0%, #fff 0, #f2f2f5 72%, #e7e7eb 100%); }
.category-detail-hero h1 { margin: 6px 0 16px; font-size: clamp(58px, 8vw, 102px); line-height: 1; letter-spacing: -.07em; }
.category-detail-hero > p:not(.eyebrow) { max-width: 610px; margin: 0; color: var(--apple-muted); font-size: 20px; line-height: 1.5; }
.category-detail-hero .link-row { margin-top: 28px; }
.category-detail-intro { margin-bottom: 44px; display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.category-detail-intro h2 { margin: 10px 0 0; font-size: clamp(40px, 4.5vw, 62px); letter-spacing: -.06em; }
.category-detail-intro > p { max-width: 405px; margin: 0; color: var(--apple-muted); font-size: 17px; line-height: 1.55; }
.category-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-detail-card { position: relative; min-height: 510px; display: flex; flex-direction: column; overflow: hidden; background: #fff; }
.category-detail-card > span { position: absolute; z-index: 1; top: 22px; left: 24px; color: var(--apple-muted); font-size: 12px; }
.category-detail-card img { width: 100%; height: 295px; padding: 30px; object-fit: var(--product-image-fit, contain); object-position: var(--product-image-position, center); background: #fff; clip-path: inset(0); transform: scale(var(--product-image-scale, 1)); transition: transform .4s ease; }
.category-detail-card:hover img { transform: scale(calc(var(--product-image-scale, 1) * 1.025)); }
.category-detail-card > div { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.category-detail-card h3 { margin: 0 0 10px; font-size: 26px; letter-spacing: -.045em; }
.category-detail-card p { margin: 0; color: var(--apple-muted); font-size: 15px; line-height: 1.55; }
.category-detail-card a { margin-top: auto; padding-top: 20px; color: #06c; font-size: 15px; }
.detail-assist { max-width: 740px; margin: 0 auto; text-align: center; }
.detail-assist h2 { margin: 12px 0 18px; font-size: clamp(42px, 5vw, 66px); line-height: 1.05; letter-spacing: -.06em; }
.detail-assist > p { max-width: 500px; margin: 0 auto 24px; color: var(--apple-muted); font-size: 18px; line-height: 1.55; }
.detail-assist a { color: #06c; font-size: 17px; }

@media (max-width: 960px) {
  .brand-strength-inner,
  .brand-retail-inner { grid-template-columns: 1fr; }
  .brand-strength-inner { gap: 50px; }
  .brand-retail-copy { max-width: 620px; }
  .gallery-card:first-child { min-height: 510px; }
  .gallery-card:first-child img { min-height: 510px; }
  .category-detail-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .computer-hero .computer-hero-description { white-space: normal; }
  .promise-heading h2 { white-space: normal; }
  .brand-strength,
  .brand-retail { padding: 78px 18px; }
  .brand-stats article { min-height: 130px; padding: 20px 16px; }
  .brand-retail-visual img { min-height: 220px; }
  .gallery-heading { display: block; margin-bottom: 27px; }
  .gallery-heading > p { max-width: 380px; margin-top: 16px; white-space: normal; }
  .gallery-heading h2 { white-space: normal; }
  .product-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery-card,
  .gallery-card:first-child { min-height: 360px; }
  .gallery-card img,
  .gallery-card:first-child img { min-height: 360px; }
  .category-detail-hero { min-height: 390px; padding: 80px 24px 64px; }
  .category-detail-hero > p:not(.eyebrow) { font-size: 18px; }
  .category-detail-intro { display: block; margin-bottom: 32px; }
  .category-detail-intro > p { margin-top: 16px; }
  .category-detail-grid { grid-template-columns: 1fr; }
  .category-detail-card { min-height: 450px; }
  .site-footer { padding: 0 18px; }
  .footer-shell { padding: 52px 0 20px; }
  .footer-columns { grid-template-columns: repeat(2, 1fr); gap: 38px 26px; }
  .footer-brand { grid-column: 1 / -1; max-width: 410px; }
  .footer-logo { width: 138px; }
  .footer-legal { margin-top: 42px; flex-direction: column; gap: 8px; }
}

/* Home product banners 鈥?quiet, editorial transitions rather than a busy carousel. */
.homepage-banner-carousel { position: relative; overflow: hidden; background: #f5f5f7; --homepage-banner-height: min(760px, calc(100vh - 52px)); }
.homepage-banner-carousel .homepage-slide { display: none; }
.homepage-banner-carousel .homepage-slide.is-active { display: grid; animation: home-banner-in .62s cubic-bezier(.22,.68,.22,1) both; }
.homepage-banner-carousel .homepage-slide > .hero-copy { position: relative; z-index: 2; }
.homepage-banner-carousel .homepage-slide .hero-stage { overflow: hidden; }
.homepage-banner-carousel .home-power-stage,
.homepage-banner-carousel .home-cable-stage { background: #f3f4f5; }
.homepage-banner-carousel .home-power-stage::after,
.homepage-banner-carousel .home-cable-stage::after { display: none; }
.homepage-banner-carousel .home-power-stage {
  background: #e7edf5;
}
.homepage-banner-carousel .home-cable-stage {
  position: relative;
  background: radial-gradient(circle at 50% 58%, #fff 0%, #f8f9fb 52%, #eef1f4 100%);
}
.homepage-banner-carousel .home-cable-art {
  position: absolute;
  z-index: 1;
  top: auto;
  right: auto;
  bottom: -8px;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  box-sizing: border-box;
  padding: 0;
  display: block;
  object-fit: initial;
  object-position: initial;
  mix-blend-mode: normal;
  filter: none;
  transform: translateX(-50%);
}
.homepage-banner-carousel .home-power-stage > img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; mix-blend-mode: normal; filter: none; }
/* Keep the complete product render visible within the fixed banner canvas. */
.homepage-banner-carousel .home-power-stage > img {
  object-fit: contain;
  object-position: center;
  transform: none;
}
.banner-spec { position: absolute; z-index: 2; right: 9%; bottom: 9%; min-width: 114px; padding: 12px 14px 10px; border-left: 1px solid rgba(29,29,31,.54); background: rgba(255,255,255,.56); backdrop-filter: blur(12px); color: var(--apple-ink); }
.banner-spec strong { display: block; font-size: 18px; line-height: 1; letter-spacing: -.045em; }
.banner-spec span { display: block; margin-top: 5px; color: var(--apple-muted); font-size: 11px; line-height: 1.1; letter-spacing: .06em; }
.homepage-banner-pagination { position: absolute; z-index: 4; bottom: 22px; left: 50%; display: flex; align-items: center; justify-content: center; gap: 7px; transform: translateX(-50%); }
.banner-page { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 7px 10px; border: 0; border-radius: 999px; background: transparent; color: rgba(29,29,31,.48); cursor: pointer; transition: color .25s ease, background .25s ease; }
.banner-page:hover { color: var(--apple-ink); }
.banner-page span { width: 18px; font-size: 10px; font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.banner-page em { overflow: hidden; max-width: 0; font-size: 11px; font-style: normal; white-space: nowrap; transition: max-width .3s ease; }
.banner-page.is-active { color: #fff; background: rgba(29,29,31,.88); }
.banner-page.is-active em { max-width: 82px; }
@keyframes home-banner-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* Keep every desktop hero on the exact same canvas as the first banner. */
@media (min-width: 721px) {
  .homepage-banner-carousel .homepage-slide {
    min-height: var(--homepage-banner-height);
    height: var(--homepage-banner-height);
    grid-template-columns: 1fr 1.08fr;
    grid-template-rows: 100%;
  }

  .homepage-banner-carousel .homepage-slide .hero-stage {
    min-height: 0;
    height: 100%;
  }

  .homepage-banner-carousel .home-cable-stage .banner-spec {
    top: 7%;
    right: 6%;
    bottom: auto;
  }
}

@media (max-width: 720px) {
  .homepage-banner-carousel .homepage-hero { min-height: auto; grid-template-columns: 1fr; }
  .homepage-banner-carousel .homepage-slide .hero-copy { padding: 62px 24px 30px; }
  .homepage-banner-carousel .homepage-slide .hero-copy h1 { font-size: clamp(45px, 12vw, 61px); }
  .homepage-banner-carousel .homepage-slide .hero-copy .lead { max-width: 370px; margin-bottom: 22px; font-size: 17px; }
  .homepage-banner-carousel .homepage-slide .hero-stage { min-height: 365px; height: 58vw; max-height: 465px; }
  .homepage-banner-carousel .home-power-stage > img { object-fit: contain; object-position: center; transform: none; }
  .homepage-banner-carousel .home-cable-art {
    top: auto;
    right: auto;
    bottom: -6px;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    padding: 0;
    object-fit: initial;
    object-position: initial;
    transform: translateX(-50%);
  }
  .homepage-banner-carousel .home-cable-stage .banner-spec { top: 7%; right: 6%; bottom: auto; }
  .homepage-banner-carousel .titanium-home-stage > img { transform: translateY(15px); }
  .homepage-banner-pagination { bottom: 13px; }
  .banner-page { padding: 6px 8px; }
  .banner-page span { width: 14px; font-size: 9px; }
  .banner-page em { display: none; }
  .banner-spec { right: 7%; bottom: 13%; padding: 10px 12px 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-banner-carousel .homepage-slide.is-active { animation: none; }
}

/* 棣栭〉绗?3 寮?Banner锛氬畬鏁村憟鐜板満鏅浘锛屼笉瑁佸垏鏁版嵁绾夸富浣撱€?*/
.homepage-banner-carousel .home-cable-stage .home-cable-art-v16 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  transform: none;
  mix-blend-mode: normal;
  filter: none;
}

/* 棣栭〉绗?3 寮?Banner锛氫繚鐣欏畬鏁村満鏅浘锛屽苟寤跺睍鐢婚潰涓婁笅鐨勮嚜鐒跺簳鑹层€?*/
.homepage-banner-carousel .home-cable-stage {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 48%,
    #f8f8f8 58%,
    #dcdddf 78%,
    #aeb0b4 100%
  );
}

/* Shared social page: QR codes only, with no account copy or decorative chrome. */
.social-qr-page { min-height: 100vh; background: #f5f5f7; }
.social-qr-grid { width: min(1160px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; align-items: start; }
.social-qr-page .social-qr-grid { min-height: calc(100vh - 52px); margin: 0 auto; padding: 86px 24px; align-content: center; }
.social-qr-card { margin: 0; display: grid; gap: 16px; text-align: center; }
.social-qr-card img { width: 100%; aspect-ratio: 1; display: block; object-fit: contain; background: #fff; }
.social-qr-card figcaption { color: var(--apple-ink); font-size: 18px; font-weight: 600; letter-spacing: -.02em; }

@media (max-width: 720px) {
  .social-qr-page .social-qr-grid { min-height: auto; padding: 56px 20px; }
  .social-qr-grid { grid-template-columns: 1fr; max-width: 360px; gap: 20px; }
}

/* Final earbuds gallery: six feature panels, with no poster-branding treatment. */
.functional-product-audio-earbuds .product-gallery { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; gap: 16px; }
.functional-product-audio-earbuds .gallery-card,
.functional-product-audio-earbuds .gallery-card:first-child { min-height: 440px; aspect-ratio: auto; display: flex; flex-direction: column; background: #f5f5f7; border: 1px solid rgba(29,29,31,.08); box-shadow: 0 12px 28px rgba(29,29,31,.06); }
.functional-product-audio-earbuds .gallery-card:first-child { grid-column: span 2; grid-row: auto; }
.functional-product-audio-earbuds .gallery-card img,
.functional-product-audio-earbuds .gallery-card:first-child img { width: 100%; height: 365px; min-height: 365px; flex: 0 0 365px; object-fit: contain; object-position: center; background: #f5f5f7; mix-blend-mode: multiply; }
.functional-product-audio-earbuds .gallery-card > div { position: static; padding: 17px 20px 19px; color: var(--apple-ink); background: #fff; border-top: 1px solid rgba(29,29,31,.08); }
.functional-product-audio-earbuds .gallery-card h3 { margin: 0 0 5px; font-size: 19px; }
.functional-product-audio-earbuds .gallery-card p { color: var(--apple-muted); font-size: 13px; }
@media (max-width: 960px) { .functional-product-audio-earbuds .product-gallery { grid-template-columns: repeat(2, 1fr); } .functional-product-audio-earbuds .gallery-card:first-child { grid-column: span 2; } }
@media (max-width: 720px) { .functional-product-audio-earbuds .product-gallery { grid-template-columns: 1fr; } .functional-product-audio-earbuds .gallery-card:first-child { grid-column: auto; } .functional-product-audio-earbuds .gallery-card img, .functional-product-audio-earbuds .gallery-card:first-child img { height: 300px; min-height: 300px; flex-basis: 300px; } }

/* Brand story editorial system 鈥?recovered final state. */
.brand-hero { padding-bottom: 104px; }
.brand-hero h1 { font-size: clamp(52px, 7vw, 88px); }
.brand-manifesto { max-width: var(--page-width); margin: 0 auto; padding: 120px 8%; display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; }
.brand-manifesto-label { color: var(--apple-muted); font-size: 14px; letter-spacing: .04em; }
.brand-manifesto > div:nth-child(2) { transform: translateX(clamp(40px, 5vw, 100px)); }
.brand-manifesto h2,
.brand-capability h2 { margin-bottom: 28px; line-height: 1.06; letter-spacing: -.06em; }
.brand-manifesto h2 { font-size: clamp(32px, 4vw, 56px); white-space: nowrap; }
.brand-manifesto p,
.brand-capability-copy > p:not(.eyebrow) { max-width: 610px; margin-bottom: 18px; color: var(--apple-muted); font-size: 18px; line-height: 1.7; }
.brand-manifesto-copy strong { color: var(--apple-ink); font-weight: 600; }
.brand-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; max-width: 620px; color: var(--apple-muted); font-size: 16px; line-height: 1.6; }
.brand-values > strong { grid-column: 1 / -1; }
.brand-pillars { padding-top: 108px; padding-bottom: 108px; }
.brand-pillar-grid,
.brand-timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.brand-pillar-grid article { min-height: 250px; padding: 30px; border-top: 1px solid var(--apple-ink); background: #fff; }
.brand-pillar-grid span { color: var(--apple-muted); font-size: 13px; }
.brand-pillar-grid h3 { margin: 42px 0 12px; font-size: 30px; letter-spacing: -.045em; }
.brand-pillar-grid p,
.brand-timeline-grid p { color: var(--apple-muted); font-size: 15px; line-height: 1.65; }
.brand-timeline-grid p { white-space: nowrap; font-size: 14px; }
.brand-capability { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; background: #1d1d1f; color: #fff; }
.brand-capability-copy { padding: clamp(56px, 8vw, 120px) clamp(48px, 6vw, 90px) clamp(56px, 8vw, 120px) clamp(180px, 18vw, 260px); align-self: center; }
.brand-capability-copy h2 { font-size: clamp(36px, 4vw, 58px); white-space: nowrap; }
.brand-capability-copy > p:not(.eyebrow) { color: #a1a1a6; }
.brand-capability-copy a { color: #2997ff; font-size: 17px; }
.brand-capability-visual { display: grid; place-items: center; background: radial-gradient(circle at 48% 45%, #525257, #1d1d1f 65%); overflow: hidden; }
.capability-orbit { position: relative; width: min(34vw, 360px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; isolation: isolate; animation: capability-orbit-breathe 6s ease-in-out infinite; }
.capability-orbit::before,
.capability-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: rotate(35deg) scaleX(1.5); animation: capability-ring-one 28s linear infinite; }
.capability-orbit::after { inset: 24%; transform: rotate(-35deg) scaleX(1.5); animation: capability-ring-two 19s linear infinite reverse; }
.capability-orbit b { position: relative; z-index: 2; font-size: 34px; letter-spacing: -.08em; animation: capability-wordmark-pulse 5s ease-in-out infinite; }
.capability-orbit span { position: absolute; z-index: 3; width: 8px; height: 8px; border-radius: 50%; transform: translate(-50%, -50%); background: #e32620; box-shadow: 0 0 0 0 rgba(227,38,32,.32); }
.capability-orbit span:nth-child(1) { animation: capability-node-red 13s linear infinite, capability-node-glow 2.8s ease-in-out infinite; }
.capability-orbit span:nth-child(2) { background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.28); animation: capability-node-white 17s linear infinite, capability-node-glow 3.4s ease-in-out infinite; }
.capability-orbit span:nth-child(3) { background: #2997ff; box-shadow: 0 0 0 0 rgba(41,151,255,.32); animation: capability-node-blue 11s linear infinite, capability-node-glow 2.4s ease-in-out infinite; }
@keyframes capability-ring-one { to { transform: rotate(395deg) scaleX(1.5); } }
@keyframes capability-ring-two { to { transform: rotate(325deg) scaleX(1.5); } }
@keyframes capability-node-red { 0%, 100% { top: 15%; left: 32%; } 12.5% { top: 10%; left: 58%; } 25% { top: 28%; left: 82%; } 37.5% { top: 58%; left: 88%; } 50% { top: 82%; left: 68%; } 62.5% { top: 90%; left: 42%; } 75% { top: 72%; left: 18%; } 87.5% { top: 42%; left: 12%; } }
@keyframes capability-node-white { 0%, 100% { top: 65%; left: 83%; } 12.5% { top: 84%; left: 65%; } 25% { top: 87%; left: 42%; } 37.5% { top: 68%; left: 20%; } 50% { top: 42%; left: 15%; } 62.5% { top: 19%; left: 35%; } 75% { top: 13%; left: 60%; } 87.5% { top: 38%; left: 82%; } }
@keyframes capability-node-blue { 0%, 100% { top: 78%; left: 20%; } 12.5% { top: 56%; left: 13%; } 25% { top: 32%; left: 28%; } 37.5% { top: 20%; left: 55%; } 50% { top: 31%; left: 79%; } 62.5% { top: 56%; left: 86%; } 75% { top: 79%; left: 70%; } 87.5% { top: 90%; left: 42%; } }
@keyframes capability-node-glow { 50% { filter: brightness(1.3); box-shadow: 0 0 0 7px transparent; } }
@keyframes capability-orbit-breathe { 50% { border-color: rgba(255,255,255,.5); box-shadow: 0 0 42px rgba(255,255,255,.045); } }
@keyframes capability-wordmark-pulse { 50% { opacity: .84; text-shadow: 0 0 18px rgba(255,255,255,.12); } }
.brand-capability-visual:hover .capability-orbit,
.brand-capability-visual:hover .capability-orbit::before,
.brand-capability-visual:hover .capability-orbit::after,
.brand-capability-visual:hover .capability-orbit span,
.brand-capability-visual:hover .capability-orbit b { animation-play-state: paused; }
.brand-timeline { padding-top: 120px; padding-bottom: 120px; }
.brand-timeline-grid article { min-height: 230px; padding: 30px; border-top: 1px solid var(--apple-line); }
.brand-timeline-grid strong { display: block; font-size: 31px; letter-spacing: -.05em; }
.brand-timeline-grid span { display: block; margin: 12px 0 22px; color: var(--apple-muted); font-size: 14px; }
.brand-presence { padding: 120px 24px; background: #f5f5f7; }
.brand-presence-inner { max-width: var(--page-width); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: end; }
.brand-presence h2 { margin-top: 16px; font-size: clamp(42px, 5vw, 70px); line-height: 1.06; letter-spacing: -.06em; }
.brand-presence-media { display: grid; gap: 22px; }
.brand-presence-media img { width: 100%; height: 250px; object-fit: cover; object-position: center; image-rendering: high-quality; filter: contrast(1.04) saturate(1.02); }
.brand-presence-media p { margin: 0; color: var(--apple-muted); font-size: 18px; line-height: 1.7; }
.page-hero > p:last-child { max-width: none; white-space: nowrap; }

/* Audio earbuds detail page: final ice-armor-style presentation. */
.functional-product-audio-earbuds .detail-hero { height: 640px; min-height: 640px; }
.functional-product-audio-earbuds .detail-image { min-height: 0; background: radial-gradient(circle at 50% 45%, #fff 0%, #f5f5f7 68%, #e8e8ed 100%); }
.functional-product-audio-earbuds .detail-image img#product-image { position: static; width: 92%; height: 90%; object-fit: contain; transform: translateY(-6%); mix-blend-mode: multiply; filter: none; }
.functional-product-audio-earbuds .product-gallery { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; gap: 16px; }
.functional-product-audio-earbuds .gallery-card,
.functional-product-audio-earbuds .gallery-card:first-child { min-height: 460px; aspect-ratio: auto; display: flex; flex-direction: column; background: #f5f5f7; border: 1px solid rgba(29,29,31,.08); box-shadow: 0 12px 28px rgba(29,29,31,.06); }
.functional-product-audio-earbuds .gallery-card:first-child { grid-column: auto; grid-row: auto; }
.functional-product-audio-earbuds .gallery-card img,
.functional-product-audio-earbuds .gallery-card:first-child img { width: 100%; height: 380px; min-height: 380px; flex: 0 0 380px; object-fit: contain; object-position: center; background: #f5f5f7; mix-blend-mode: multiply; }
.functional-product-audio-earbuds .gallery-card > div { position: static; padding: 17px 20px 19px; color: var(--apple-ink); background: #fff; border-top: 1px solid rgba(29,29,31,.08); }
.functional-product-audio-earbuds .gallery-card h3 { margin: 0 0 5px; font-size: 19px; }
.functional-product-audio-earbuds .gallery-card p { color: var(--apple-muted); font-size: 13px; }

@media (max-width: 960px) {
  .functional-product-audio-earbuds .product-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .brand-manifesto,
  .brand-capability,
  .brand-presence-inner { grid-template-columns: 1fr; }
  .brand-manifesto { padding: 78px 24px; gap: 36px; }
  .brand-manifesto > div:nth-child(2) { transform: none; }
  .brand-manifesto h2,
  .brand-capability-copy h2 { white-space: normal; }
  .brand-values { grid-template-columns: 1fr; }
  .brand-values > strong { grid-column: auto; }
  .brand-pillar-grid,
  .brand-timeline-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .brand-timeline-grid p { white-space: normal; }
  .brand-capability-copy { padding: 72px 24px; }
  .brand-capability-visual { min-height: 360px; }
  .capability-orbit { width: min(70vw, 300px); }
  .brand-presence { padding: 78px 24px; }
  .brand-presence-inner { gap: 42px; }
  .page-hero > p:last-child { white-space: normal; }
  .functional-product-audio-earbuds .detail-hero { height: auto; min-height: auto; }
  .functional-product-audio-earbuds .product-gallery { grid-template-columns: 1fr; }
  .functional-product-audio-earbuds .gallery-card img,
  .functional-product-audio-earbuds .gallery-card:first-child img { height: 300px; min-height: 300px; flex-basis: 300px; }
}
@media (prefers-reduced-motion: reduce) {
  .capability-orbit,
  .capability-orbit::before,
  .capability-orbit::after,
  .capability-orbit span,
  .capability-orbit b { animation: none; }
}

/* PRODUCT DETAIL STANDARD 鈥?one consistent presentation for every product. */
.product-detail-standard .detail-hero { min-height: 640px; grid-template-columns: 1fr 1fr; }
.product-detail-standard .detail-copy { width: min(100%, 560px); max-width: none; padding: 92px clamp(32px, 5vw, 78px); justify-self: end; }
.product-detail-standard .detail-copy #product-category,
.product-detail-standard .detail-copy #fd-category { margin-bottom: 16px; }
.product-detail-standard .detail-copy #product-tagline,
.product-detail-standard .detail-copy #fd-tagline { width: auto; margin: 0 0 14px; font-size: 22px; line-height: 1.35; letter-spacing: -.035em; font-weight: 600; text-wrap: balance; }
.product-speaker .detail-copy #product-tagline { white-space: normal; }
.product-detail-standard .detail-copy #product-name,
.product-detail-standard .detail-copy #fd-name { margin: 0 0 18px; font-size: clamp(48px, 5.5vw, 74px); line-height: 1.04; letter-spacing: -.06em; font-weight: 700; text-wrap: balance; }
.product-detail-standard .detail-copy #product-description,
.product-detail-standard .detail-copy #fd-description { max-width: 430px; margin: 0 0 28px; font-size: 17px; line-height: 1.6; }
.product-detail-standard .detail-image { min-height: 640px; background: #f5f5f7; }
.product-detail-standard .detail-image img#product-image,
.product-detail-standard .detail-image img#fd-hero { width: 92%; height: 88%; object-fit: contain; object-position: center; mix-blend-mode: normal; filter: none; transform: none; }
.product-detail-standard .product-gallery { grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, minmax(260px, 1fr)); gap: 16px; }
.product-detail-standard .gallery-card,
.product-detail-standard .gallery-card:first-child { min-height: 300px; display: block; grid-row: auto; background: #ebecef; border: 0; box-shadow: none; }
.product-detail-standard .gallery-card:first-child { grid-row: span 2; min-height: 616px; }
.product-detail-standard .gallery-card img,
.product-detail-standard .gallery-card:first-child img { width: 100%; height: 100%; min-height: 300px; display: block; object-fit: contain; object-position: center; background: #f5f5f7; mix-blend-mode: normal; transform: none; }
.product-detail-standard .gallery-card:first-child img { min-height: 616px; }
.product-detail-standard .gallery-card:hover img { transform: none; }
.product-detail-standard .gallery-card > div { position: absolute; right: 0; bottom: 0; left: 0; min-height: 0; padding: 48px 28px 25px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.68)); border-top: 0; }
.product-detail-standard .gallery-card h3 { margin: 0 0 5px; font-size: 22px; line-height: 1.25; }
.product-detail-standard .gallery-card p { max-width: 310px; color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.45; }

@media (max-width: 960px) {
  .product-detail-standard .product-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .product-detail-standard .detail-hero { grid-template-columns: 1fr; min-height: auto; }
  .product-detail-standard .detail-copy { width: 100%; padding: 74px 24px 42px; text-align: center; justify-self: auto; }
  .product-detail-standard .detail-copy #product-description,
  .product-detail-standard .detail-copy #fd-description { margin-left: auto; margin-right: auto; }
  .product-detail-standard .detail-copy .link-row { justify-content: center; }
  .product-detail-standard .detail-image { min-height: 430px; }
  .product-detail-standard .detail-image img#product-image,
  .product-detail-standard .detail-image img#fd-hero { width: 94%; height: 92%; }
  .product-detail-standard .product-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .product-detail-standard .gallery-card,
  .product-detail-standard .gallery-card:first-child { min-height: 360px; grid-row: auto; }
  .product-detail-standard .gallery-card img,
  .product-detail-standard .gallery-card:first-child img { height: 360px; min-height: 360px; }
}

/* All four product catalogues now share one normalized white image stage. */

/* Desktop category intros share the same 450px canvas as the iPhone 18 quality hero. */
@media (min-width: 769px) {
  .page-hero.ipad-hero,
  .page-hero.computer-hero,
  .page-hero.functional-hero {
    height: 450px;
    min-height: 450px;
    padding: 42px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* Match iPhone 18's compact text rhythm: eyebrow, headline, then body copy. */
  .page-hero.ipad-hero > .eyebrow,
  .page-hero.computer-hero > .eyebrow,
  .page-hero.functional-hero > .eyebrow {
    margin: 0 0 10px;
  }
  .page-hero.ipad-hero > h1,
  .page-hero.computer-hero > h1,
  .page-hero.functional-hero > h1 {
    margin: 0 0 17px;
    font-size: clamp(30px, 5.1vw, 76px);
  }
  .page-hero.ipad-hero > p:not(.eyebrow),
  .page-hero.computer-hero > p:not(.eyebrow),
  .page-hero.functional-hero > p:not(.eyebrow) {
    margin: 0;
  }

  /* iPad and functional intros use the iPhone 18 hero's fixed rhythm,
     rather than centering the text block inside a generic fixed canvas. */
  .page-hero.ipad-hero,
  .page-hero.functional-hero {
    height: auto;
    min-height: 0;
    padding: 122px 24px 78px;
    display: block;
    background: linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
  }

  .page-hero.ipad-hero > .eyebrow,
  .page-hero.functional-hero > .eyebrow {
    width: auto;
    /* Same as .warranty-hero: the heading's own line box creates the gap. */
    margin: 0;
  }

  .page-hero.ipad-hero > h1,
  .page-hero.functional-hero > h1 {
    width: auto;
    margin: 0 0 17px;
    font-size: clamp(30px, 5.1vw, 76px);
    line-height: 1.02;
  }

  .page-hero.ipad-hero > p:not(.eyebrow),
  .page-hero.functional-hero > p:not(.eyebrow) {
    max-width: none;
    white-space: nowrap;
  }

  /* Keep every English eyebrow on the same center axis as its headline. */
  .page-hero.ipad-hero > .eyebrow,
  .page-hero.computer-hero > .eyebrow,
  .page-hero.functional-hero > .eyebrow {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* Functional power collection: integrated first-screen advertising system. */
.functional-premium-hero .detail-hero {
  --hero-copy-color: #111216;
  --hero-copy-muted: #545c66;
  --hero-scene: none;
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(440px, 45%) minmax(0, 55%);
  overflow: hidden;
  background-color: #dfe4e9;
  background-image: var(--hero-scene);
  background-position: center;
  background-size: cover;
}
.functional-premium-hero .detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(247,249,251,.94) 0%, rgba(247,249,251,.80) 30%, rgba(247,249,251,.16) 53%, rgba(18,23,29,.05) 100%);
  pointer-events: none;
}
.functional-premium-hero .detail-copy {
  width: min(100%, 650px);
  max-width: none;
  padding: clamp(84px, 9vh, 120px) 32px 76px max(42px, calc((100vw - 1200px) / 2));
  align-self: center;
  justify-self: stretch;
  color: var(--hero-copy-color);
  text-align: left;
  z-index: 2;
}
body.product-detail-standard.functional-premium-hero .detail-hero {
  height: clamp(700px, calc(100svh - 52px), 1020px);
  min-height: 700px;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
}
body.product-detail-standard.functional-premium-hero .detail-copy {
  width: 100%;
  max-width: none;
  min-height: inherit;
  padding: 94px 32px 70px max(48px, calc((100vw - 1167px) / 2));
  align-self: stretch;
  justify-self: stretch;
  justify-content: flex-start;
}
body.product-detail-standard.functional-premium-hero .detail-copy #fd-category {
  margin-bottom: 18px;
}
body.product-detail-standard.functional-premium-hero .detail-copy #fd-name {
  max-width: 520px;
  margin: 0 0 22px;
  font-size: clamp(54px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -.065em;
}
body.product-detail-standard.functional-premium-hero .detail-copy #fd-description {
  max-width: 460px;
  margin-bottom: 26px;
}
body.product-detail-standard.functional-premium-hero .detail-copy #fd-hero-features {
  margin-bottom: 28px;
}
body.product-detail-standard.functional-premium-hero .detail-copy .link-row {
  width: fit-content;
}
.functional-premium-hero .detail-copy #fd-category { order: 0; }
.functional-premium-hero .detail-copy #fd-name { order: 1; }
.functional-premium-hero .detail-copy #fd-description { order: 2; }
.functional-premium-hero .detail-copy #fd-hero-features { order: 3; }
.functional-premium-hero .detail-copy .link-row { order: 4; }
.functional-premium-hero .detail-copy #fd-category {
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--hero-copy-muted);
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.45;
  letter-spacing: -.02em;
  font-weight: 500;
  text-transform: none;
}
.functional-premium-hero .detail-copy #fd-name {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--hero-copy-color);
  font-size: clamp(54px, 5.15vw, 82px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 750;
  text-wrap: balance;
}
.functional-premium-hero .detail-copy #fd-description {
  max-width: 520px;
  margin: 0 0 30px;
  color: var(--hero-copy-muted);
  font-size: clamp(16px, 1.28vw, 19px);
  line-height: 1.65;
}
.functional-premium-hero .detail-image {
  position: relative;
  min-height: inherit;
  overflow: visible;
  background: transparent;
  z-index: 1;
}
.product-detail-standard.functional-premium-hero .detail-image { background: transparent !important; }
.functional-premium-hero .detail-image::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 12%;
  bottom: 12%;
  height: 9%;
  border-radius: 50%;
  background: rgba(15,20,28,.28);
  filter: blur(28px);
  transform: perspective(600px) rotateX(68deg);
  opacity: .54;
}
.product-immersive-hero.functional-premium-hero .detail-image img#fd-hero {
  position: absolute !important;
  inset: auto !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 1;
  width: 78%;
  height: 76%;
  max-width: 720px;
  max-height: 690px;
  object-fit: contain !important;
  object-position: center;
  padding: 0 !important;
  filter: drop-shadow(0 34px 32px rgba(9,14,21,.28)) drop-shadow(0 8px 10px rgba(9,14,21,.18));
  animation: functional-product-float 7s ease-in-out infinite;
}
.functional-hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 620px);
  margin: 0 0 30px;
  color: var(--hero-copy-color);
}
.functional-hero-feature {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  padding: 0 10px;
  border-left: 1px solid color-mix(in srgb, var(--hero-copy-color) 22%, transparent);
}
.functional-hero-feature:first-child { padding-left: 0; border-left: 0; }
.functional-hero-icon { width: 28px; height: 28px; display: grid; place-items: center; }
.functional-hero-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.functional-hero-icon svg:first-child path { fill: currentColor; stroke: none; }
.functional-hero-feature strong,
.functional-hero-feature small { display: block; }
.functional-hero-feature strong { margin-bottom: 4px; font-size: 14px; line-height: 1.3; font-weight: 700; white-space: nowrap; word-break: keep-all; }
.functional-hero-feature small { color: var(--hero-copy-muted); font-size: 11px; line-height: 1.45; text-wrap: balance; }
.functional-premium-hero .detail-copy .link-row { justify-content: flex-start; gap: 14px; }
.functional-premium-hero .detail-copy .link-row a {
  min-width: 156px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid color-mix(in srgb, var(--hero-copy-color) 68%, transparent);
  border-radius: 999px;
  color: var(--hero-copy-color);
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
  transition: transform .24s ease, background-color .24s ease, color .24s ease, box-shadow .24s ease;
}
.functional-premium-hero .detail-copy .link-row a:first-child {
  color: #fff;
  border-color: #111216;
  background: #111216;
}
.functional-premium-hero .detail-copy .link-row a:hover,
.functional-premium-hero .detail-copy .link-row a:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(12,16,22,.16); }

.product-functional-charger-40w .detail-hero {
  --hero-scene: url("assets/hero-scenes/charger-40w-desktop-v2.webp");
  background-position: center;
}
.product-functional-charger-40w .detail-hero::before {
  background: linear-gradient(90deg, rgba(248,250,252,.97) 0%, rgba(248,250,252,.86) 34%, rgba(239,244,249,.18) 55%, rgba(220,228,237,.02) 100%);
}
.product-functional-charger-mini-red .detail-hero {
  --hero-copy-color: #fff;
  --hero-copy-muted: rgba(230,211,203,.80);
  --hero-scene: url("assets/hero-scenes/charger-mini-red-burgundy-arch-v3.webp");
  background-position: center;
}
.product-functional-charger-mini-red .detail-hero::before { background: linear-gradient(90deg, rgba(42,7,11,.88) 0%, rgba(52,10,15,.72) 34%, rgba(75,28,28,.12) 55%, rgba(32,12,13,.02) 100%); }
.product-functional-charger-mini-red .detail-copy .link-row a:first-child { color: #1a080b; border-color: #fff; background: #fff; }
.product-functional-charger-mini-white .detail-hero {
  --hero-scene: url("assets/hero-scenes/charger-mini-white-desktop-v2.webp");
  background-position: center;
}
.product-functional-charger-mini-white .detail-hero::before {
  background: linear-gradient(90deg, rgba(251,249,245,.97) 0%, rgba(251,249,245,.86) 34%, rgba(246,241,233,.16) 55%, rgba(231,222,210,.02) 100%);
}
.product-functional-power-bank-mini-225w .detail-hero { --hero-scene: url("assets/hero-scenes/power-bank-mini-225w-v1.webp"); }
.product-functional-power-bank-stand-225w .detail-hero { --hero-scene: url("assets/hero-scenes/power-bank-stand-225w-v1.webp"); }
.product-functional-cable-pd100w .detail-hero {
  --hero-scene: url("assets/hero-scenes/cable-pd100w-v1.webp");
  background-position: center;
}
.product-functional-cable-watch .detail-hero {
  --hero-scene: url("assets/hero-scenes/cable-watch-scene-v2.webp");
  background-position: center;
}
.product-functional-cable-watch .detail-hero::before {
  background: linear-gradient(90deg, rgba(248,250,252,.96) 0%, rgba(248,250,252,.86) 34%, rgba(239,244,249,.20) 55%, rgba(221,229,238,.02) 100%);
}
.product-functional-cable-gaming .detail-hero {
  --hero-copy-color: #151922;
  --hero-copy-muted: #596274;
  --hero-scene: linear-gradient(112deg, #f5f7fa 0%, #e8edf4 46%, #b7c1d1 100%);
  background-position: center;
}
.product-functional-cable-gaming .detail-hero::before {
  background: linear-gradient(90deg, rgba(249,250,252,.98) 0%, rgba(247,249,252,.90) 35%, rgba(235,239,246,.18) 59%, rgba(181,192,209,.02) 100%);
}
.product-functional-cable-gaming .detail-copy .link-row a:first-child {
  color: #fff;
  border-color: #111216;
  background: #111216;
}

.functional-premium-hero.product-functional-charger-40w .detail-image img#fd-hero { width: 56% !important; height: 57% !important; transform: translate(-56%, -39%) rotate(-4deg) !important; }
.functional-premium-hero.product-functional-charger-mini-red .detail-image img#fd-hero { width: 58% !important; height: 58% !important; transform: translate(-56%, -40%) rotate(-9deg) !important; }
.functional-premium-hero.product-functional-charger-mini-white .detail-image img#fd-hero { width: 50% !important; height: 53% !important; transform: translate(-57%, -40%) rotate(3deg) !important; }
.functional-premium-hero.product-functional-power-bank-mini-225w .detail-image img#fd-hero { width: 48% !important; height: 68% !important; transform: translate(-64%, -44%) rotate(-5deg) !important; }
.functional-premium-hero.product-functional-power-bank-stand-225w .detail-image img#fd-hero { width: 44% !important; height: 70% !important; transform: translate(-66%, -45%) rotate(4deg) !important; }
.functional-premium-hero.product-functional-cable-pd100w .detail-image img#fd-hero { width: 76% !important; height: 72% !important; transform: translate(-57%, -45%) rotate(-7deg) !important; }
.functional-premium-hero.product-functional-cable-watch .detail-image,
.functional-premium-hero.product-functional-cable-gaming .detail-image { overflow: hidden; }
.functional-premium-hero.product-functional-cable-watch .detail-image::after,
.functional-premium-hero.product-functional-cable-gaming .detail-image::after { display: none; }
.functional-premium-hero.product-functional-cable-watch .detail-image img#fd-hero,
.functional-premium-hero.product-functional-cable-gaming .detail-image img#fd-hero {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  object-fit: cover !important;
  transform: translate(-50%, -50%) !important;
  filter: none;
  animation: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.20) 8%, #000 22%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.20) 8%, #000 22%, #000 100%);
}
.functional-premium-hero.product-functional-cable-watch .detail-image img#fd-hero {
  left: 52% !important;
  width: 105% !important;
  height: 154% !important;
  object-fit: contain !important;
  object-position: center;
  transform: translate(-50%, -77%) !important;
  mix-blend-mode: multiply;
  filter: contrast(1.06) saturate(.86);
  animation: functional-product-float 7s ease-in-out infinite;
}
.functional-premium-hero.product-functional-cable-gaming .detail-image img#fd-hero { object-position: center 76%; }

@keyframes functional-product-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}

/* The five active power products retain the same card stage but use calibrated visual scale. */
.product-tile[data-catalog-slug="charger-40w"] { --product-image-scale: 1.06; --product-image-y: 0px; }
.product-tile[data-catalog-slug="charger-mini-red"] { --product-image-scale: 1.08; --product-image-y: 0px; }
.product-tile[data-catalog-slug="charger-mini-white"] { --product-image-scale: 1.08; --product-image-y: 0px; }
.product-tile[data-catalog-slug="power-bank-mini-225w"] { --product-image-scale: 1.02; --product-image-y: 0px; }
.product-tile[data-catalog-slug="power-bank-stand-225w"] { --product-image-scale: 1.08; --product-image-y: 0px; }

@media (max-width: 960px) {
  .functional-premium-hero .detail-hero { grid-template-columns: minmax(350px, 48%) minmax(0, 52%); }
  .functional-premium-hero .detail-copy { padding-left: 40px; padding-right: 20px; }
  .functional-premium-hero .detail-copy #fd-name { font-size: clamp(46px, 6.5vw, 64px); }
  .functional-hero-feature { grid-template-columns: 28px minmax(0, 1fr); gap: 7px; padding: 0 9px; }
  .functional-hero-icon, .functional-hero-icon svg { width: 25px; height: 25px; }
}

@media (max-width: 720px) {
  .functional-premium-hero .detail-hero {
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr;
    background-position: 62% center;
  }
  body.product-detail-standard.functional-premium-hero .detail-hero {
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .functional-premium-hero .detail-hero::before { background: linear-gradient(180deg, rgba(247,249,251,.97) 0%, rgba(247,249,251,.88) 52%, rgba(247,249,251,.14) 78%, rgba(10,14,20,.12) 100%); }
  .product-functional-charger-mini-red .detail-hero::before { background: linear-gradient(180deg, rgba(42,7,11,.96) 0%, rgba(52,10,15,.90) 52%, rgba(75,28,28,.20) 80%, rgba(18,6,8,.30) 100%); }
  .product-functional-cable-gaming .detail-hero::before { background: linear-gradient(180deg, rgba(249,250,252,.98) 0%, rgba(247,249,252,.92) 52%, rgba(232,237,244,.18) 78%, rgba(180,191,208,.08) 100%); }
  .functional-premium-hero .detail-copy {
    width: 100%;
    padding: 58px 22px 18px;
    text-align: left;
  }
  body.product-detail-standard.functional-premium-hero .detail-copy {
    min-height: 0;
    padding: 58px 22px 18px;
    align-self: auto;
  }
  body.product-detail-standard.functional-premium-hero .detail-copy #fd-name {
    max-width: 430px;
    margin-bottom: 15px;
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1;
  }
  body.product-detail-standard.functional-premium-hero .detail-copy #fd-description { margin-bottom: 22px; }
  body.product-detail-standard.functional-premium-hero .detail-copy #fd-hero-features { margin-bottom: 23px; }
  body.product-detail-standard.functional-premium-hero .detail-copy .link-row { width: 100%; }
  .functional-premium-hero .detail-copy #fd-category { margin-bottom: 13px; font-size: 13px; }
  .functional-premium-hero .detail-copy #fd-name { max-width: 430px; margin-bottom: 15px; font-size: clamp(42px, 13vw, 58px); line-height: 1; }
  .functional-premium-hero .detail-copy #fd-description { margin-bottom: 22px; font-size: 15px; line-height: 1.55; }
  .functional-premium-hero .detail-copy .link-row { justify-content: flex-start; flex-wrap: nowrap; }
  .functional-premium-hero .detail-copy .link-row a { min-width: 0; flex: 1 1 0; padding: 0 13px; }
  .functional-hero-features { gap: 0; margin-bottom: 23px; }
  .functional-hero-feature { grid-template-columns: 1fr; gap: 5px; padding: 0 8px; }
  .functional-hero-feature:first-child { padding-left: 0; }
  .functional-hero-feature:last-child { padding-right: 0; }
  .functional-hero-feature small { display: none; }
  .functional-hero-feature strong { font-size: 11px; }
  .functional-premium-hero .detail-image { min-height: 370px; }
  .product-immersive-hero.functional-premium-hero .detail-image img#fd-hero { width: 76% !important; height: 88% !important; max-height: 350px; transform: translate(-50%, -50%) rotate(-3deg) !important; }
  .functional-premium-hero.product-functional-charger-40w .detail-image img#fd-hero,
  .functional-premium-hero.product-functional-charger-mini-red .detail-image img#fd-hero,
  .functional-premium-hero.product-functional-charger-mini-white .detail-image img#fd-hero { width: 70% !important; height: 81% !important; }
  .functional-premium-hero.product-functional-power-bank-mini-225w .detail-image img#fd-hero,
  .functional-premium-hero.product-functional-power-bank-stand-225w .detail-image img#fd-hero { width: 58% !important; height: 91% !important; }
  .functional-premium-hero.product-functional-cable-pd100w .detail-image img#fd-hero { width: 82% !important; height: 80% !important; transform: translate(-50%, -49%) rotate(-7deg) !important; }
  .functional-premium-hero.product-functional-cable-watch .detail-image img#fd-hero,
  .functional-premium-hero.product-functional-cable-gaming .detail-image img#fd-hero {
    width: 100% !important;
    height: 100% !important;
    max-height: none;
    transform: translate(-50%, -50%) !important;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 100%);
  }
  .functional-premium-hero.product-functional-cable-watch .detail-image img#fd-hero {
    left: 50% !important;
    width: 115% !important;
    height: 158% !important;
    object-fit: contain !important;
    object-position: center;
    transform: translate(-50%, -67%) !important;
  }
  .functional-premium-hero.product-functional-cable-gaming .detail-image img#fd-hero { object-position: center 76%; }
}

@media (prefers-reduced-motion: reduce) {
  .functional-premium-hero .detail-image img#fd-hero { animation: none; }
  .functional-premium-hero.product-functional-cable-watch .detail-image img#fd-hero { animation: none; }
  .functional-premium-hero .detail-copy .link-row a { transition: none; }
}

/* These three hero labels duplicate their Chinese headings and are intentionally omitted. */
.functional-hero > .eyebrow,
.computer-hero > .eyebrow,
.warranty-promise-copy > .eyebrow { display: none; }
