@charset "UTF-8";
@font-face{font-family:Manrope;src:url(fonts/manrope-400.ttf) format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Manrope;src:url(fonts/manrope-500.ttf) format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Manrope;src:url(fonts/manrope-600.ttf) format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Manrope;src:url(fonts/manrope-700.ttf) format('truetype');font-weight:700;font-display:swap}
:root{--paper:#faf9f6;--ink:#20211f;--muted:#70716b;--line:#dcdcd5;--accent:#242621;--accent-soft:#f0f0ea;--button-ink:#fff;--accent-light:#70746a}
body[data-color=white]{--accent:#242621;--accent-soft:#eeeee8;--button-ink:#fff;--accent-light:#b9bbae}
body[data-color=yellow]{--accent:#e9ca37;--accent-soft:#f8f3d6;--button-ink:#2a260e;--accent-light:#d4b62d}
body[data-color=blue]{--accent:#a3cde8;--accent-soft:#eaf2f7;--button-ink:#132e41;--accent-light:#80aac6}
body[data-color=burgundy]{--accent:#823f52;--accent-soft:#f4e9ed;--button-ink:#fff;--accent-light:#a57584}
body[data-color=black]{--accent:#30343a;--accent-soft:#e9eaec;--button-ink:#fff;--accent-light:#69717c}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.65 Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,select{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}button:disabled{cursor:not-allowed}img,video{display:block;max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:500}h1,h2{letter-spacing:-.045em;line-height:1.08}h2{font-size:clamp(36px,3.8vw,54px)}h3{font-size:25px;line-height:1.25;letter-spacing:-.025em}em{font-style:normal}a:focus-visible,button:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid #336391;outline-offset:5px}[hidden]{display:none!important}.wrap{width:min(1340px,calc(100% - 96px));margin-inline:auto}.section{padding-block:105px}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.085em;line-height:1.5;margin-bottom:27px;color:#65675f;display:flex;gap:10px;align-items:center}.new-dot{height:7px;width:7px;border-radius:50%;background:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;min-height:54px;background:var(--accent);color:var(--button-ink);padding:15px 27px;border:1px solid transparent;border-radius:5px;font-weight:600;font-size:14px;line-height:1.5;transition:background .4s,color .4s,transform .25s,box-shadow .25s}.button>span{font-size:21px;line-height:1;font-weight:400}.button:hover{transform:translateY(-2px);box-shadow:0 5px 16px #00000015}.button.compact{min-height:40px;padding:9px 18px;font-size:12px;gap:24px}.text-link{display:inline-flex;align-items:center;gap:15px;font-size:13px;border-bottom:1px solid #b6b7af;padding-bottom:4px}.text-link:hover{border-color:var(--ink)}.fine-print{color:var(--muted);font-size:12px;line-height:1.7}.header{position:sticky;top:0;background:#faf9f6f5;backdrop-filter:blur(14px);z-index:50;border-bottom:1px solid var(--line)}.nav{height:80px;display:flex;align-items:center;gap:35px}.brand{flex-shrink:0}.brand img{width:150px;height:20px;object-fit:contain;animation:brand-color 18s linear infinite}.nav nav{display:flex;gap:32px;margin-left:auto;align-items:center}.nav nav a{font-size:13px;color:#52554e}.nav nav a:hover{color:#151712}.menu-toggle{display:none}.hero{padding-top:60px}.hero-grid{display:grid;grid-template-columns:.86fr 1.3fr;gap:50px;align-items:center}.hero-copy{padding-bottom:20px}.hero .eyebrow{margin-bottom:24px}.hero h1{font-size:clamp(44px,4.3vw,64px);line-height:1.08;margin-bottom:24px;letter-spacing:-.045em}.hero-description{font-size:15px;line-height:1.85;max-width:450px;color:#74756c}.hero-selector{display:flex;gap:18px;align-items:center;margin:25px 0}.hero-selector>span{font-size:12px;color:#62655b}.swatches{display:flex;gap:9px;align-items:center}.swatch{border:1px solid transparent;border-radius:50%;width:36px;height:36px;min-width:36px;padding:5px;display:grid;place-items:center;background:transparent;transition:border-color .3s,transform .2s}.swatch.active{border-color:var(--ink)}.swatch:hover{transform:translateY(-2px)}.swatch>span{height:100%;width:100%;display:block;border-radius:50%;border:1px solid #0000000b;box-shadow:inset 0 2px 4px #fff7,inset 0 -2px 3px #0002}.yellow>span{background:#e8d665}.white>span{background:linear-gradient(140deg,#fff,#d9dad6)}.black>span{background:linear-gradient(140deg,#66696b,#282b2d)}.blue>span{background:#98c2df}.burgundy>span{background:#854557}.hero-purchase{display:flex;align-items:center;gap:36px;margin:20px 0 24px}.hero-purchase>div{display:flex;flex-direction:column;min-width:130px}.hero-purchase>div>span{font-size:12px;color:#72756a}.hero-purchase strong{font-size:28px;line-height:1.4;letter-spacing:-.04em;font-weight:500}.quick-kits{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:450px}.quick-kits>button{border:0;border-bottom:2px solid transparent;padding:15px 9px 12px;text-align:left;background:transparent;color:#70736a;display:flex;flex-direction:column;gap:4px;position:relative}.quick-kits>button:first-child{padding-left:0}.quick-kits>button.active{border-bottom-color:var(--accent);color:var(--ink)}.quick-kits>button>span{font-size:11px}.quick-kits>button>strong{font-size:14px;font-weight:500}.hero-kit-link{margin-top:17px;font-size:11px;border:0;color:#73776c}.hero-media{display:grid;grid-template-columns:1fr .43fr;gap:17px;align-items:center}.hero-object{position:relative;min-width:0}.hero-object>img{width:100%;aspect-ratio:1;object-fit:contain;mix-blend-mode:multiply}.object-caption{display:block;font-size:8px;letter-spacing:.05em;text-align:center;color:#96998e;margin-top:15px}.film{position:relative;aspect-ratio:9/16;overflow:hidden;border-radius:7px;background:#e6e4de;isolation:isolate}.film video{width:100%;height:100%;object-fit:contain;pointer-events:none;background:#e6e4de}.film-toggle{position:absolute;bottom:12px;right:12px;width:30px;height:30px;display:grid;place-items:center;border:1px solid #fff8;background:#ffffffc7;color:#252822;border-radius:50%;backdrop-filter:blur(10px);font-size:12px;line-height:1;z-index:2}.film-toggle:hover{background:#fff}.hero-film{align-self:center;transform:translateY(35px)}.hero-specs{display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid var(--line);margin-top:50px;padding:27px 0}.hero-specs p{display:flex;gap:12px;align-items:baseline;font-size:12px;color:#84867b}.hero-specs strong{font-size:16px;font-weight:600;letter-spacing:-.02em;color:#34382e}.hero-specs>a{font-size:11px;color:#707669;display:flex;align-items:center;gap:25px}.hero-specs>a>span{font-size:19px}.screen-story{display:grid;grid-template-columns:1.12fr .88fr;gap:100px;align-items:center;border-top:1px solid var(--line)}.screen-media{display:grid;grid-template-columns:1.13fr .8fr;gap:25px;align-items:center}.screen-media>.film{max-width:360px}.screen-detail{align-self:end;margin-bottom:15px}.screen-detail>img{mix-blend-mode:multiply;width:100%;height:auto}.screen-detail>p{font-size:11px;color:#818578;text-align:center;margin-top:10px}.story-copy>h2{margin-bottom:27px}.story-copy>p:not(.eyebrow){font-size:15px;color:#74776d;max-width:450px}.feature-lines{margin:30px 0}.feature-lines>div{display:flex;gap:20px;border-top:1px solid var(--line);padding:18px 0}.feature-lines>div>span{color:#a2a797;font-size:10px;padding-top:5px}.feature-lines p{display:flex;flex-direction:column;gap:5px;font-size:12px;color:#85887c}.feature-lines strong{font-size:15px;font-weight:500;color:#2a3024}.technology{background:#eeeee8}.tech-heading h2{margin-bottom:45px}.engineering-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:85px;align-items:center}.engineering-photo img{width:100%;height:auto;mix-blend-mode:multiply}.engineering-copy{max-width:380px}.power-number{font-size:110px;letter-spacing:-.075em;line-height:1.05;font-weight:500;margin-bottom:22px}.power-number>span{font-size:40px;letter-spacing:-.02em;margin-left:8px;font-weight:400}.engineering-copy>h3{margin-bottom:18px}.engineering-copy>p{font-size:14px;color:#797e71;line-height:1.9}.tech-details{border-top:1px solid #d5d8cc;margin:25px 0}.tech-details>p{font-size:12px;padding:12px 0;border-bottom:1px solid #d5d8cc;color:#7a7f70}.tech-details strong{font-weight:500;color:#333b2a;margin-right:8px}.technical-note{font-size:11px;color:#929886;text-align:center;margin:50px auto 0;max-width:700px}.daily-story{display:grid;grid-template-columns:.82fr 1.18fr;gap:100px;align-items:center}.daily-copy>h2{margin-bottom:26px}.daily-copy>p:not(.eyebrow){font-size:15px;color:#797e72;line-height:1.85}.device-list{display:grid;grid-template-columns:1fr 1fr;margin:24px 0}.device-list>span{padding:12px 0;border-bottom:1px solid var(--line);font-size:12px;color:#4c5443}.daily-copy>.fine-print{font-size:11px!important}.daily-copy>.button{margin-top:28px}.daily-media{display:grid;grid-template-columns:1fr .75fr;gap:25px;align-items:center}.daily-still{align-self:end;padding-bottom:28px}.daily-still>img{width:100%;height:auto;border-radius:4px}.daily-still>p{font-size:21px;line-height:1.35;letter-spacing:-.025em;margin-top:22px}.collection{background:var(--accent-soft);transition:background .6s}.collection-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.collection-heading>p{font-size:14px;line-height:1.8;color:#6c7464}.collection-stage{display:grid;grid-template-columns:.55fr 1.3fr .55fr;align-items:center;gap:45px;margin-top:30px}.collection-name>span{font-size:12px;color:#89917e}.color-name{font-size:30px;letter-spacing:-.04em;line-height:1.15;max-width:180px;margin-top:15px}.collection-product img{width:100%;aspect-ratio:1;object-fit:contain;mix-blend-mode:multiply}.collection-picker{justify-self:end}.color-controls{display:flex;flex-direction:column;gap:14px}.color-controls>p{font-size:12px}.collection-note{font-size:13px;color:#7e8772;line-height:1.7;margin:20px 0 25px}.collection-picker .button{width:100%;gap:25px}.collection-line{height:2px;background:var(--accent);opacity:.3;margin-top:30px;transition:background .5s}.offer-section{background:#faf9f6}.section-heading{margin-bottom:45px}.section-heading>p:last-child{font-size:15px;color:#7c8272;margin-top:20px}.buy-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:95px;align-items:start}.buy-gallery{position:sticky;top:105px}.gallery-heading{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.03em;color:#899080;margin-bottom:20px}.gallery-photo{background:#fff;overflow:hidden;border-radius:6px}.gallery-photo>img{width:100%;aspect-ratio:1;object-fit:contain}.gallery-thumbnails{display:flex;justify-content:center;gap:12px;margin-top:20px}.gallery-thumbnails button{background:#fff;padding:5px;border:1px solid #dddeda;border-radius:4px;width:64px;height:64px}.gallery-thumbnails button.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.gallery-thumbnails img{height:100%;width:100%;object-fit:contain}.included-cable{text-align:center;color:#737b68;font-size:11px;margin-top:20px}.gallery-note{display:flex;justify-content:center;gap:25px;margin-top:18px;font-size:10px;color:#969d8b}.launch-tag{font-size:10px;letter-spacing:.055em;color:#848d77}.config-heading>h3{font-size:29px;margin-top:9px;line-height:1.2}.config-heading>p{font-size:12px;color:#929886;margin:12px 0 30px}.configurator fieldset{border:0;padding:0;margin:0 0 26px;min-width:0}.configurator legend{width:100%;font-size:13px;font-weight:600;margin-bottom:12px}.configurator legend>strong{float:right;font-size:12px;font-weight:400;color:#878e7c}.configurator .swatches{gap:14px}.configurator .swatch{width:39px;height:39px}.version-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.version-options button{border:1px solid #d7dace;border-radius:4px;padding:12px 10px;background:transparent;color:#626b54;font-size:12px;line-height:1.5;min-height:44px}.version-options button.active{background:var(--accent);border-color:var(--accent);color:var(--button-ink)}.version-options button:disabled{opacity:.35;text-decoration:line-through}.version-picker .fine-print{font-size:11px;margin:10px 0 0;color:#9a9f90}.bundle-options{display:flex;flex-direction:column;gap:10px}.bundle-card{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:13px;position:relative;border:1px solid #d7dace;background:#fff;padding:22px 17px;border-radius:5px;cursor:pointer}.bundle-card.active{background:var(--accent-soft);border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.bundle-card>input{position:absolute;width:1px;height:1px;opacity:0}.bundle-card:has(input:focus-visible){outline:2px solid #336391;outline-offset:4px}.radio-visual{width:17px;height:17px;border:1px solid #b6bdab;border-radius:50%;padding:3px;background:white}.bundle-card.active .radio-visual{border-color:#4f5942}.bundle-card.active .radio-visual:after{content:'';display:block;width:100%;height:100%;border-radius:50%;background:#47533a}.bundle-content{display:flex;flex-direction:column;gap:6px;min-width:0}.bundle-title{font-size:14px;font-weight:500;line-height:1.35}.bundle-subtitle{font-size:11px;line-height:1.5;color:#929988;max-width:235px}.bundle-cost{display:flex;flex-direction:column;text-align:right;white-space:nowrap}.bundle-cost strong{font-size:15px;font-weight:600;letter-spacing:-.025em}.bundle-cost del{font-size:10px;color:#929988}.bundle-saving{position:absolute;top:-10px;right:12px;font-size:9px;background:var(--accent);color:var(--button-ink);padding:2px 8px;border-radius:2px}.kit-details{border:1px solid #d9ddd0;border-radius:5px;background:#fff;overflow:hidden;margin:0 0 20px}.kit-title{font-size:9px;letter-spacing:.055em;color:#939c85;margin:14px 16px 0}.kit-product{display:flex;gap:13px;align-items:center;padding:16px;border-bottom:1px solid #e8ebdf}.kit-product>img{width:52px;height:60px;object-fit:contain;flex-shrink:0}.kit-product>div{display:flex;flex-direction:column;flex:1;min-width:0}.kit-product strong{font-size:12px;font-weight:500}.kit-product>div>span{font-size:10px;color:#9aA28d;margin-top:4px}.kit-product>span{font-size:11px}.kit-product label{font-size:10px;color:#8d967f;margin-top:6px}.kit-product select{font-size:11px;border:1px solid #dce0d1;border-radius:3px;background:#fafbf6;padding:7px;color:#636d56;max-width:190px;margin-top:5px;width:100%}.case-color{display:flex;gap:6px;align-items:center}.case-color i{height:9px;width:9px;border-radius:50%;background:#aa8eaf}.gift-line{display:flex;align-items:center;gap:12px;background:var(--accent-soft);padding:13px 15px}.gift-line>img{width:32px;height:32px;object-fit:contain;border-radius:50%}.gift-line>div{flex:1;display:flex;flex-direction:column;gap:4px}.gift-line strong{font-size:12px;font-weight:500}.gift-line>div>span{font-size:10px;color:#848e74}.gift-line>span{font-size:8px;color:#6c7958}.purchase-total{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:24px 0}.purchase-total>div>span{display:block;font-size:10px;color:#879175}.quantity-control{display:flex;width:fit-content;overflow:hidden;border:1px solid #d5dcc8;border-radius:4px;margin-top:8px}.quantity-control button,.quantity-control output{width:34px;height:34px;border:0;display:grid;place-items:center;background:transparent;font-size:14px}.quantity-control output{border-inline:1px solid #d5dcc8;font-size:12px}.quantity-control button:disabled{opacity:.3}.total-price{text-align:right}.total-price>strong{font-size:29px;letter-spacing:-.045em;font-weight:500}.buy-button{width:100%}.purchase-note{font-size:10px;color:#939d81;margin-top:14px}.unbox-story{border-top:1px solid var(--line);display:grid;grid-template-columns:1.1fr .9fr;gap:95px;align-items:center}.unbox-media{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:30px}.unbox-media>img{mix-blend-mode:multiply;width:100%;height:auto}.unbox-copy>h2{margin-bottom:26px;font-size:44px}.unbox-copy>p:not(.eyebrow){font-size:15px;color:#7f866f;line-height:1.9;margin-bottom:25px}.faq-section{display:grid;grid-template-columns:.65fr 1.35fr;gap:100px;border-top:1px solid var(--line)}.faq-heading h2{font-size:43px}.faqs details{border-bottom:1px solid var(--line)}.faqs details:first-child{border-top:1px solid var(--line)}.faqs summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:22px 0;font-size:14px;font-weight:500}.faqs summary::-webkit-details-marker{display:none}.faqs summary>span{font-size:22px;font-weight:400;transition:rotate .2s}.faqs details[open] summary>span{rotate:45deg}.faqs details>p{font-size:13px;color:#7c846c;line-height:1.9;padding:0 40px 24px 0}.box-preview{width:230px;mix-blend-mode:multiply;margin:0 auto 25px}.final-statement{padding:65px 0;background:#e9ebe3}.final-statement>.wrap{display:flex;align-items:center;justify-content:space-between;gap:60px}.final-statement h2{font-size:43px}.final-buy{display:grid;grid-template-columns:auto auto;align-items:center;gap:15px 35px}.final-buy>p{display:flex;flex-direction:column;font-size:12px;color:#7a8669}.final-buy strong{font-size:27px;color:#2c3523;font-weight:500;letter-spacing:-.04em}.final-buy>.text-link{grid-column:2;justify-self:start;font-size:11px;border:0}footer{padding:45px 0 25px;background:var(--paper)}.footer-top{display:flex;align-items:center;gap:28px;padding-bottom:30px}.footer-top>p{font-size:12px;color:#949d85}.footer-top>button{margin-left:auto;background:none;border:0;padding:8px 0;font-size:11px;color:#7a8669;cursor:pointer}.footer-top>a:last-child{font-size:11px;color:#737f62}.footer-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--line);padding-top:20px;font-size:10px;color:#a0a893}.footer-bottom>span:last-child{display:none}.mobile-purchase{display:none}.toast{position:fixed;z-index:90;bottom:25px;left:50%;transform:translateX(-50%);background:#262d20;color:white;border:1px solid #ffffff30;border-radius:6px;padding:18px 22px;display:flex;gap:25px;align-items:center;font-size:13px;width:max-content;max-width:calc(100% - 32px);box-shadow:0 10px 30px #0002}.toast>button{background:none;border:0;color:white;font-size:24px;line-height:1}.skip{position:fixed;top:10px;left:10px;background:white;color:#111;padding:10px 15px;transform:translateY(-200%);z-index:100}.skip:focus{transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.motion-paused *{animation-play-state:paused!important;transition:none!important}.motion-paused .reveal{opacity:1;transform:none}
@keyframes brand-color{0%,100%{filter:hue-rotate(0deg)}50%{filter:hue-rotate(220deg)}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.hero-grid{gap:30px;grid-template-columns:1fr 1.1fr}.hero h1{font-size:47px}.hero-description{font-size:14px}.hero-media{grid-template-columns:1fr .46fr;gap:10px}.hero-selector{gap:10px}.swatches{gap:6px}.hero-selector>span{font-size:11px}.hero-purchase{gap:25px}.hero-specs{gap:20px}.hero-specs p{font-size:10px;gap:8px}.hero-specs strong{font-size:15px}.hero-specs>a{gap:14px;font-size:10px}.screen-story,.daily-story,.unbox-story,.faq-section{gap:55px}.screen-media{gap:17px;grid-template-columns:1fr .65fr}.section{padding-block:80px}.story-copy h2{font-size:42px}.engineering-grid{gap:55px}.daily-media{gap:18px}.daily-still>p{font-size:18px}.collection-stage{gap:25px;grid-template-columns:.5fr 1.2fr .7fr}.color-name{font-size:25px}.buy-layout{gap:50px}.config-heading>h3{font-size:27px}.bundle-card{padding:19px 12px;gap:10px}.bundle-title{font-size:13px}.bundle-subtitle{font-size:10px}.bundle-cost strong{font-size:14px}.unbox-copy>h2{font-size:38px}.final-statement h2{font-size:38px}.final-buy{gap:15px 22px}.footer-top{gap:22px}.nav nav{gap:25px}}
@media(max-width:900px) and (min-width:761px){.nav{gap:20px}.nav nav{gap:18px}.nav nav a{font-size:11px}.hero-grid{grid-template-columns:1fr 1fr;gap:25px}.hero h1{font-size:42px}.hero-media{grid-template-columns:1fr}.hero-film{width:115px;transform:none;margin:-25px 0 0 auto}.hero-object>img{max-height:320px}.object-caption{display:none}.hero .hero-selector{flex-wrap:wrap;gap:9px}.hero-purchase{gap:15px}.hero-purchase strong{font-size:25px}.hero-purchase>.button{padding:13px 19px;gap:18px}.hero-purchase>div{min-width:120px}.quick-kits>button>span{font-size:9px}.quick-kits>button>strong{font-size:12px}.hero-specs p{flex-direction:column;gap:2px}.screen-story{gap:30px}.screen-media{grid-template-columns:1fr}.screen-detail{display:none}.daily-story{gap:35px}.daily-media{grid-template-columns:1fr}.daily-still{display:none}.engineering-grid{gap:35px;grid-template-columns:1fr 1fr}.collection-stage{grid-template-columns:.65fr 1.2fr}.collection-picker{grid-column:1/-1;justify-self:stretch;display:flex;justify-content:space-between;align-items:center;gap:20px}.collection-note{display:none}.collection-picker .button{width:auto}.color-controls{flex-direction:row;align-items:center}.buy-layout{gap:30px;grid-template-columns:.9fr 1.1fr}.gallery-note{gap:10px;font-size:9px}.bundle-title{font-size:12px}.bundle-cost strong{font-size:12px}.bundle-card{gap:8px;padding-inline:10px}.unbox-story{gap:35px}.unbox-media{grid-template-columns:1fr}.unbox-media>img{display:none}.faq-section{gap:40px}.final-statement>.wrap{gap:30px}.final-buy{grid-template-columns:1fr;gap:12px}.final-buy>.text-link{grid-column:1}.footer-top>p{display:none}}
@media(max-width:760px){html{scroll-padding-top:82px}.wrap{width:calc(100% - 40px)}.section{padding-block:64px}.header .nav{height:66px;gap:17px}.brand img{width:132px;height:17.6px}.nav>.button{margin-left:auto;font-size:11px;padding:8px 15px;min-height:36px;gap:19px}.menu-toggle{display:flex;flex-direction:column;gap:6px;justify-content:center;width:25px;height:36px;padding:2px;border:0;background:none}.menu-toggle>span{height:1px;background:#363b30;width:21px}.nav nav{display:none;position:absolute;top:66px;left:0;right:0;padding:22px;background:#faf9f6;border-bottom:1px solid var(--line);margin:0}.nav nav.open{display:flex;flex-direction:column;align-items:start;gap:21px}.nav nav a{font-size:14px}.hero{padding-top:34px}.hero-grid{display:flex;flex-direction:column;gap:28px}.hero-copy{width:100%;padding:0}.eyebrow{font-size:10px;letter-spacing:.065em;margin-bottom:22px}.hero .eyebrow{margin-bottom:17px}.hero h1{font-size:43px;line-height:1.08;margin-bottom:18px}.hero-description{font-size:13px;line-height:1.85;max-width:400px}.hero-description br{display:none}.hero-selector{margin:19px 0;gap:16px}.hero-selector>span{font-size:11px}.swatch{width:34px;height:34px;min-width:34px;padding:5px}.swatches{gap:6px}.hero-purchase{justify-content:space-between;gap:22px;margin:18px 0 20px}.hero-purchase>div{min-width:130px}.hero-purchase strong{font-size:28px}.hero-purchase>div>span{font-size:11px}.hero-purchase>.button{min-width:153px;min-height:50px;padding:13px 23px;font-size:13px;gap:28px}.quick-kits{max-width:none}.quick-kits>button{padding:11px 8px 10px}.quick-kits>button>span{font-size:10px}.quick-kits>button>strong{font-size:12px}.hero-kit-link{font-size:10px;margin-top:11px}.hero-media{width:100%;grid-template-columns:1fr .47fr;gap:13px;align-items:center}.hero-object>img{width:100%;height:auto;aspect-ratio:1}.object-caption{font-size:6px;letter-spacing:0;margin-top:8px}.hero-film{transform:none}.film{border-radius:5px}.film-toggle{width:27px;height:27px;bottom:9px;right:9px;font-size:11px}.hero-specs{margin-top:28px;gap:12px;padding:20px 0;align-items:start}.hero-specs p{font-size:9px;flex-direction:column;gap:3px}.hero-specs strong{font-size:14px}.hero-specs>a{display:none}.screen-story{grid-template-columns:1fr;gap:35px}.screen-media{grid-template-columns:1fr .64fr;gap:18px;order:2}.screen-media>.film{max-width:none}.screen-detail{margin-bottom:0}.screen-detail>p{font-size:9px;margin-top:12px}.story-copy>h2,h2{font-size:37px;line-height:1.12}.story-copy>h2 br:nth-of-type(2){display:none}.story-copy>p:not(.eyebrow){font-size:14px}.feature-lines{margin:24px 0}.feature-lines>div{padding:14px 0;gap:18px}.feature-lines strong{font-size:14px}.feature-lines p{font-size:11px;line-height:1.65}.story-copy>.button{min-height:50px;font-size:13px}.tech-heading h2{font-size:36px;margin-bottom:32px}.engineering-grid{grid-template-columns:1fr;gap:28px}.engineering-photo{margin-inline:-8px}.engineering-copy{max-width:none}.power-number{font-size:88px;margin-bottom:18px}.power-number>span{font-size:32px}.engineering-copy>h3{font-size:25px}.engineering-copy>p{font-size:14px}.tech-details>p{font-size:12px}.engineering-copy>.button{min-height:50px;font-size:13px}.technical-note{text-align:left;font-size:10px;margin-top:30px}.daily-story{grid-template-columns:1fr;gap:35px}.daily-copy>h2{font-size:37px}.daily-copy>h2 br:nth-of-type(2){display:none}.daily-copy>p:not(.eyebrow){font-size:14px}.device-list{margin:23px 0}.device-list>span{font-size:11px}.daily-copy>.fine-print{font-size:10px!important}.daily-copy>.button{font-size:13px;min-height:50px;margin-top:25px}.daily-media{grid-template-columns:1fr .66fr;gap:19px}.daily-still{padding-bottom:15px}.daily-still>p{font-size:16px;line-height:1.4;margin-top:15px}.collection-heading{display:block}.collection-heading h2{font-size:37px}.collection-heading>p{font-size:13px;margin-top:20px}.collection-stage{grid-template-columns:.4fr 1fr;gap:8px;margin-top:30px}.collection-name>span{font-size:10px}.color-name{font-size:23px;max-width:100px;margin-top:10px}.collection-product{margin-right:-8px}.collection-picker{grid-column:1/-1;justify-self:stretch;display:flex;flex-direction:column;gap:20px;align-items:stretch;margin-top:20px}.color-controls{flex-direction:row;align-items:center;justify-content:space-between;gap:18px}.color-controls>p{font-size:11px}.collection-note{display:none}.collection-picker .button{min-height:50px;font-size:13px}.collection-line{margin-top:25px;height:1px}.section-heading{margin-bottom:30px}.section-heading>h2{font-size:37px}.section-heading>p:last-child{font-size:13px;line-height:1.8;margin-top:16px}.buy-layout{grid-template-columns:1fr;gap:35px}.buy-gallery{position:static}.gallery-heading{font-size:9px;margin-bottom:14px}.gallery-photo>img{aspect-ratio:1;height:auto}.gallery-thumbnails{gap:10px;margin-top:15px}.gallery-thumbnails button{width:55px;height:55px}.gallery-note{font-size:9px;gap:18px;margin-top:14px}.included-cable{font-size:10px;margin-top:16px}.config-heading>h3{font-size:28px}.config-heading>p{font-size:12px;margin-bottom:25px}.configurator legend{font-size:13px}.configurator legend>strong{font-size:11px}.configurator fieldset{margin-bottom:24px}.configurator .swatches{gap:14px}.version-options button{font-size:11px;min-height:44px;padding:11px 9px}.version-picker .fine-print{font-size:10px}.bundle-card{padding:20px 12px;gap:10px;grid-template-columns:17px 1fr auto}.bundle-title{font-size:13px}.bundle-subtitle{font-size:10px;max-width:170px}.bundle-cost strong{font-size:13px}.kit-product{padding:14px 12px;gap:11px}.kit-product>img{width:44px;height:52px}.kit-product strong{font-size:11px}.kit-product>div>span{font-size:10px}.kit-product select{font-size:11px;max-width:190px}.kit-title{font-size:9px;margin-inline:12px}.gift-line{padding:13px 12px;gap:10px}.gift-line strong{font-size:11px}.gift-line>span{font-size:8px}.purchase-total{gap:15px;margin-block:22px}.purchase-total>div>span{font-size:10px}.total-price>strong{font-size:27px}.buy-button{min-height:53px;font-size:14px}.purchase-note{font-size:10px}.unbox-story{grid-template-columns:1fr;gap:35px}.unbox-copy{order:-1}.unbox-copy>h2{font-size:36px}.unbox-copy>p:not(.eyebrow){font-size:14px}.unbox-copy>.text-link{font-size:12px}.unbox-media{grid-template-columns:1fr .65fr;gap:22px}.faq-section{grid-template-columns:1fr;gap:30px}.faq-heading h2{font-size:36px}.faq-heading h2 br{display:none}.faqs summary{font-size:13px;padding:19px 0;gap:20px}.faqs details>p{font-size:12px;padding-right:5px}.final-statement{padding:45px 0}.final-statement>.wrap{display:block}.final-statement .eyebrow{font-size:9px}.final-statement h2{font-size:35px}.final-buy{margin-top:30px;gap:12px 20px;grid-template-columns:1fr 1fr}.final-buy>p{font-size:11px}.final-buy strong{font-size:25px}.final-buy>.button{font-size:13px;padding:13px 20px;gap:25px;min-height:50px}.final-buy>.text-link{font-size:10px}.footer-top{flex-wrap:wrap;gap:20px;padding-bottom:25px}.footer-top>p{font-size:10px}.footer-top>button{margin-left:0;font-size:10px}.footer-top>a:last-child{margin-left:auto;font-size:10px}.footer-bottom{font-size:9px}.mobile-purchase:not([hidden]){display:flex;position:fixed;z-index:45;bottom:0;left:0;right:0;justify-content:space-between;align-items:center;gap:20px;background:#faf9f6f5;backdrop-filter:blur(14px);border-top:1px solid #d9ddce;padding:12px 20px calc(12px + env(safe-area-inset-bottom))}.mobile-purchase>div{display:flex;flex-direction:column;gap:2px;min-width:0}.mobile-purchase strong{font-size:17px;font-weight:600;letter-spacing:-.03em}.mobile-purchase>div>span{font-size:9px;color:#939d81;white-space:nowrap;max-width:190px;overflow:hidden;text-overflow:ellipsis}.mobile-purchase>.button{font-size:12px;padding:11px 18px;gap:23px;min-height:43px}footer{padding-bottom:110px}.toast{bottom:90px;font-size:12px;padding:15px 18px;gap:20px}}
@media(max-width:380px){.wrap{width:calc(100% - 28px)}.header .nav{gap:10px}.brand img{width:119px;height:15.9px}.nav>.button{padding-inline:12px;gap:16px}.hero h1{font-size:38px}.hero-selector{gap:10px}.hero-selector>span{font-size:10px}.swatches{gap:4px}.swatch{width:32px;height:32px;min-width:32px}.hero-purchase>.button{min-width:140px;gap:20px}.hero-purchase strong{font-size:26px}.quick-kits>button>span{font-size:9px}.quick-kits>button>strong{font-size:11px}.hero-specs strong{font-size:12px}.hero-specs p{font-size:8px}.hero-media{gap:9px}.object-caption{font-size:5px}.color-name{font-size:20px}.bundle-card{gap:8px;padding-inline:10px}.bundle-title{font-size:12px}.bundle-subtitle{font-size:9px}.bundle-cost strong{font-size:12px}.mobile-purchase>div>span{max-width:150px}.mobile-purchase{padding-inline:14px!important}.final-buy{gap:12px}.final-buy>.button{padding-inline:17px;gap:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* The official blue/wine artwork carries promotional labels in empty corners.
   Frame those corners only; preserve the complete charger bodies and cables. */
.framed-source{clip-path:polygon(34% 0,100% 0,100% 100%,37% 100%,37% 90.6%,0 90.6%,0 23%,34% 23%)}
@media(max-width:760px){.hero-grid{gap:0}.hero-copy{display:contents}.hero .eyebrow{order:1;width:100%}.hero h1{order:2;width:100%}.hero-media{order:3;margin:6px 0 25px}.hero-description{order:4;width:100%;max-width:none}.hero-selector{order:5;width:100%;margin:18px 0 6px}.hero-purchase{order:6;width:100%;margin:17px 0 21px}.quick-kits{order:7;width:100%}.hero-kit-link{order:8;align-self:start}.hero-specs{margin-top:27px}}
.hero-grid>*,.screen-story>*,.engineering-grid>*,.daily-story>*,.collection-stage>*,.buy-layout>*,.unbox-story>*,.faq-section>*{min-width:0}
/* Consistent text contrast and readable product information. */
.hero-description,.story-copy>p:not(.eyebrow),.feature-lines p,.engineering-copy>p,.tech-details>p,.daily-copy>p:not(.eyebrow),.collection-heading>p,.collection-note,.section-heading>p:last-child,.unbox-copy>p:not(.eyebrow),.faqs details>p{color:#62655d}
.hero-specs p,.hero-specs>a,.object-caption,.screen-detail>p,.hero-kit-link,.gallery-heading,.gallery-note,.included-cable,.config-heading>p,.configurator legend>strong,.version-picker .fine-print,.bundle-subtitle,.kit-title,.kit-product>div>span,.kit-product label,.kit-product select,.gift-line>div>span,.purchase-total>div>span,.purchase-note,.technical-note,.footer-top>p,.footer-top>button,.footer-top>a:last-child,.footer-bottom,.mobile-purchase>div>span{color:#686c62}
.hero-description,.story-copy>p:not(.eyebrow),.engineering-copy>p,.daily-copy>p:not(.eyebrow),.unbox-copy>p:not(.eyebrow){font-size:16px}
.feature-lines p,.tech-details>p{font-size:13px}.feature-lines strong{font-size:16px}.object-caption{font-size:9px}.eyebrow{color:#5e6359}.hero-specs p{font-size:12px}.bundle-title{font-size:15px}.bundle-subtitle{font-size:12px}.kit-product strong{font-size:13px}.kit-product>div>span,.kit-product label,.gift-line>div>span{font-size:11px}.technical-note{font-size:12px}.configurator legend{font-size:14px}.version-options button{font-size:13px}.purchase-note{font-size:11px}
@media(max-width:760px){.hero-description,.story-copy>p:not(.eyebrow),.engineering-copy>p,.daily-copy>p:not(.eyebrow),.unbox-copy>p:not(.eyebrow){font-size:15px}.eyebrow{font-size:11px}.hero-kit-link{font-size:11px}.hero-specs p{font-size:11px}.hero-specs strong{font-size:14px}.hero-specs{gap:10px}.object-caption{font-size:7px}.feature-lines p,.tech-details>p{font-size:12px}.feature-lines strong{font-size:15px}.screen-detail>p{font-size:11px}.daily-copy>.fine-print{font-size:12px!important}.technical-note{font-size:11px}.device-list>span{font-size:12px}.collection-heading>p,.section-heading>p:last-child{font-size:14px}.collection-note{font-size:12px}.collection-name>span{font-size:11px}.config-heading>p{font-size:13px}.configurator legend{font-size:14px}.configurator legend>strong{font-size:12px}.version-options button{font-size:12px}.version-picker .fine-print{font-size:11px}.bundle-title{font-size:14px}.bundle-subtitle{font-size:11px}.bundle-cost strong{font-size:14px}.kit-product strong{font-size:12px}.kit-product>div>span,.kit-product label{font-size:11px}.kit-title{font-size:10px}.purchase-total>div>span{font-size:11px}.gift-line>div>span{font-size:11px}.purchase-note{font-size:11px}.gallery-note{font-size:10px;gap:15px}.included-cable{font-size:11px}.faqs details>p{font-size:14px}.faqs summary{font-size:14px}.footer-top>p,.footer-top>button,.footer-top>a:last-child,.footer-bottom{font-size:11px}.mobile-purchase>div>span{font-size:10px}}
@media(max-width:380px){.hero .eyebrow{font-size:10px}.hero-specs p{font-size:10px}.hero-specs strong{font-size:13px}.bundle-title{font-size:13px}.bundle-subtitle{font-size:11px}.bundle-cost strong{font-size:13px}.object-caption{font-size:6px}}
.framed-source{mix-blend-mode:darken!important}.gallery-photo{background:var(--paper)}.gallery-photo>img{mix-blend-mode:darken}
.compatibility-badge{display:flex;align-items:center;gap:12px;width:fit-content;max-width:100%;padding:12px 15px;margin-top:20px;border:1px solid var(--line);border-radius:5px;background:var(--accent-soft);transition:background .4s}.compatibility-badge>span:nth-child(2){display:flex;flex-direction:column;gap:3px}.compatibility-badge strong{font-size:13px;font-weight:600}.compatibility-badge small{font-size:10px;color:#62655d}.compatibility-badge>span:last-child{margin-left:10px;font-size:18px}.phone-symbol{display:block;width:17px;height:28px;border:1.5px solid currentColor;border-radius:4px;position:relative;flex-shrink:0}.phone-symbol:after{content:'';position:absolute;width:6px;height:1px;background:currentColor;bottom:3px;left:4px}.iphone-compatibility{margin:26px 0}.iphone-compatibility>h3{font-size:23px;margin-bottom:10px}.iphone-compatibility>p{font-size:13px;color:#62655d;line-height:1.7}.recognition-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0 13px}.recognition-card{padding:17px 13px;border:1px solid var(--line);border-radius:5px;display:flex;flex-direction:column;gap:7px;background:#fff;transition:background .4s,border-color .4s}.recognition-card.selected{background:var(--accent-soft);border-color:var(--accent)}.recognition-card>span{font-size:11px;color:#62655d}.recognition-card>strong{font-size:15px;font-weight:600;letter-spacing:-.02em}.model-numbers{display:flex;gap:6px;margin-top:7px}.model-numbers>span{display:grid;place-items:center;min-width:24px;height:33px;border:1px solid #868b80;border-radius:4px;font-size:11px;color:#40463a}.iphone-compatibility>.recognition-note{font-size:11px}.version-options button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.version-options button small{font-size:10px;opacity:.85}
@media(max-width:760px){.compatibility-badge{order:4;align-self:start;margin-top:18px}.recognition-card{padding:16px 12px}.recognition-card>strong{font-size:14px}.iphone-compatibility>h3{font-size:23px}.model-numbers{gap:6px}.recognition-options{gap:10px}}
@media(max-width:380px){.recognition-card{padding:14px 10px}.recognition-card>strong{font-size:13px}.model-numbers{gap:5px}.model-numbers>span{min-width:21px;font-size:10px}}
#case-item{align-items:flex-start}#case-product-image{width:86px;height:112px;margin-top:5px}.case-color-picker{margin-top:13px}.case-color-label{display:block;font-size:11px;color:#62655d}.kit-product .case-color-label strong{font-size:11px;font-weight:500;color:#272c23}.case-swatches{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.case-swatch{display:grid;place-items:center;width:33px;height:33px;padding:5px;border:1px solid transparent;border-radius:50%;background:none;flex-shrink:0}.case-swatch>span{width:100%;height:100%;border-radius:50%;background:var(--case-swatch);box-shadow:inset 0 2px 3px #fff4,inset 0 -2px 3px #0002}.case-swatch.active{border-color:#30352b}.case-swatch:hover{border-color:#838a7a}.case-swatch:focus-visible{outline:2px solid #336391;outline-offset:3px}
@media(max-width:760px){#case-product-image{width:66px;height:94px}.case-swatches{gap:4px}.case-swatch{width:32px;height:32px}.kit-product .case-color-label strong{font-size:11px}}
@media(max-width:380px){#case-product-image{width:53px;height:82px}.case-swatch{width:30px;height:30px}.case-swatches{gap:3px}}
.version-options button b{font-size:13px;font-weight:600;margin-top:3px}.bundle-subtitle{line-height:1.65}

.purchase-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px 0;margin:8px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.purchase-benefits span{font-size:11px;line-height:1.6;color:#62655d}.purchase-benefits strong{display:block;font-size:12px;font-weight:600;color:#272c23}.pix-price{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px;background:var(--accent-soft);border-radius:5px;margin:12px 0}.pix-price span{font-size:12px;line-height:1.5}.pix-price strong{font-size:24px;font-weight:600;white-space:nowrap;letter-spacing:-.04em}@media(max-width:760px){.hero-copy>.purchase-benefits{order:7;width:100%}.purchase-benefits{gap:8px}.purchase-benefits strong{font-size:11px}.purchase-benefits span{font-size:10px}.pix-price strong{font-size:22px}}

/* Purchase benefits: delivery and Pix lead, warranty supports. */
.purchase-benefits{grid-template-columns:1.1fr 1fr;gap:0;padding:0;margin:20px 0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.benefit-delivery{padding:22px 18px;display:flex;align-items:flex-start;gap:12px}.benefit-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;background:var(--accent-soft);border-radius:9px}.benefit-icon svg{width:24px;height:24px}.purchase-benefits .benefit-kicker{display:block;font-size:9px;letter-spacing:.1em;font-weight:700;color:#62655d}.purchase-benefits .benefit-delivery strong{font-size:23px;line-height:1.15;letter-spacing:-.055em;margin:8px 0}.purchase-benefits .benefit-dot{display:inline;font-size:inherit;color:var(--accent)}.benefit-delivery small{display:block;font-size:10px;line-height:1.6;color:#62655d;max-width:150px}.benefit-pix{padding:22px 18px;background:var(--accent-soft);border-left:1px solid var(--line);transition:background .4s}.benefit-discount{display:flex;align-items:baseline;gap:2px;font-size:54px;font-weight:600;line-height:1;letter-spacing:-.07em;color:#272c23;margin:8px 0}.purchase-benefits .benefit-discount>span{font-size:27px;color:inherit}.benefit-discount>small{font-size:8px;letter-spacing:.04em;line-height:1.5;margin-left:8px;max-width:58px;font-weight:700}.purchase-benefits .benefit-caption{font-size:10px;color:#454b3e}.benefit-warranty{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;border-top:1px solid var(--line);background:#fafaf7}.benefit-warranty svg{width:18px;height:18px;flex-shrink:0;color:#62655d}.purchase-benefits .benefit-warranty span{font-size:10px}.purchase-benefits .benefit-warranty strong{display:inline;font-size:10px;font-weight:700}.pix-price{border:1px solid var(--line);padding:18px}.pix-price strong{font-size:28px}@media(max-width:760px){.benefit-delivery{padding:18px 12px;gap:8px;flex-direction:column}.benefit-pix{padding:18px 12px}.purchase-benefits .benefit-delivery strong{font-size:24px}.benefit-discount{font-size:56px;flex-wrap:wrap}.benefit-discount>small{max-width:none;width:100%;margin:6px 0 2px;font-size:9px}.benefit-warranty{padding:12px 9px}.purchase-benefits .benefit-warranty span{font-size:9px}.purchase-benefits .benefit-warranty strong{font-size:9px}.purchase-benefits .benefit-kicker{font-size:8px}.pix-price strong{font-size:25px}}

.brand{display:inline-flex;align-items:center;gap:10px}.brand img.brand-flag{width:24px;height:16px;animation:none;filter:none;flex-shrink:0}@media(max-width:380px){.brand{gap:7px}.brand img.brand-flag{width:21px;height:14px}}

.cart-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;color:#272c23;border-radius:50%;transition:background .2s}.cart-link:hover{background:var(--accent-soft)}.cart-link:focus-visible{outline:2px solid currentColor;outline-offset:3px}.cart-link svg{width:24px;height:24px}.cart-badge{position:absolute;top:1px;right:0;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:20px;background:#272c23;color:#fff;font-size:10px;font-weight:700;line-height:1}.cart-badge[hidden]{display:none}@media(max-width:380px){.header .nav{gap:7px}.header .nav>.button{padding-inline:9px;gap:8px}.cart-link{width:38px}}
@media(max-width:380px){.header .nav>.button.compact{display:none}.header .nav>.cart-link{margin-left:auto}}
@media(max-width:760px){.header .nav>.button.compact{display:none}.header .nav>.cart-link{margin-left:auto}}

.support-footer-link{display:block;font-size:12px;padding:18px 24px;text-decoration:underline;text-underline-offset:4px}

/* Discreet shared support; raised automatically above the mobile purchase bar. */
.floating-support{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:calc(var(--support-bottom,18px) + env(safe-area-inset-bottom));z-index:45;display:flex;align-items:center;justify-content:center;gap:9px;min-width:48px;height:48px;padding:0 15px;background:#fff;color:#21734e;border:1px solid #dce8e1;border-radius:999px;box-shadow:0 4px 18px #172c2214;font-size:12px;font-weight:600;text-decoration:none;transition:box-shadow .2s,background .2s}.floating-support svg{width:24px;height:24px;flex:none}.floating-support:hover{background:#f3f9f5;box-shadow:0 6px 22px #172c2224}.floating-support:focus-visible{outline:2px solid #21734e;outline-offset:4px}@media(max-width:760px){.floating-support{right:max(14px,env(safe-area-inset-right));width:48px;padding:0}.floating-support span{display:none}}@media(prefers-reduced-motion:reduce){.floating-support{transition:none}}

.header-actions{display:flex;align-items:center;gap:6px;flex:none}.header-icon{display:grid;place-items:center;width:40px;height:44px;border-radius:10px;color:inherit;transition:background .2s}.header-icon svg{width:21px;height:21px}.header-icon:hover{background:#edf1f5}.header-icon:focus-visible{outline:2px solid #527aa8;outline-offset:2px}.header-actions .cart-link{margin:0}.shop-nav{flex-wrap:wrap}.shop-nav nav{margin-left:auto}@media(max-width:760px){.shop-nav .header-actions{grid-column:2;grid-row:1}.shop-nav{grid-template-columns:minmax(0,1fr) auto}.header-actions{gap:2px}.header-icon{width:36px;height:44px}.nav{gap:10px}.header-actions .cart-link{flex:none}}

/* Compact purchase options while preserving readable labels and touch targets. */
.bundle-options{gap:7px}.bundle-card{padding:12px 13px;gap:10px;grid-template-columns:16px minmax(0,1fr) auto;min-height:62px}.bundle-content{gap:3px}.bundle-title{font-size:13px;line-height:1.3}.bundle-subtitle{font-size:11px;line-height:1.4;max-width:none}.bundle-cost strong{font-size:13px}.kit-details{margin-top:14px}.kit-title{margin:10px 12px 0;font-size:9px}.kit-product{padding:10px 12px;gap:10px}.kit-product>img{width:40px;height:44px}.kit-product strong{font-size:12px;line-height:1.4}.kit-product>div>span{font-size:10px;line-height:1.5;margin-top:2px}@media(max-width:760px){.bundle-card{padding:10px;gap:9px;min-height:60px}.bundle-title{font-size:13px}.bundle-subtitle{font-size:11px;line-height:1.35}.bundle-cost strong{font-size:13px}.kit-details{margin-top:12px}.kit-product{padding:10px}.kit-product>img{width:36px;height:40px}}

/* Compact delivery, Pix and warranty panel. */
.purchase-benefits{margin:12px 0;border-radius:10px}.purchase-benefits .benefit-delivery{padding:12px;gap:9px;flex-direction:row;align-items:center}.purchase-benefits .benefit-icon{width:28px;height:28px;flex:0 0 28px;border-radius:7px}.purchase-benefits .benefit-icon svg{width:20px;height:20px}.purchase-benefits .benefit-delivery strong{font-size:18px;margin:4px 0;line-height:1.2}.purchase-benefits .benefit-delivery small{font-size:10px;line-height:1.4;max-width:180px}.purchase-benefits .benefit-pix{padding:12px}.purchase-benefits .benefit-discount{font-size:34px;margin:4px 0;flex-wrap:nowrap}.purchase-benefits .benefit-discount>span{font-size:20px}.purchase-benefits .benefit-discount>small{font-size:8px;margin:0 0 0 5px;max-width:65px;width:auto;line-height:1.3}.purchase-benefits .benefit-caption{font-size:10px;line-height:1.4}.purchase-benefits .benefit-warranty{padding:7px 10px;gap:7px}.purchase-benefits .benefit-warranty svg{width:15px;height:15px}.purchase-benefits .benefit-kicker{font-size:8px;letter-spacing:.07em}@media(max-width:380px){.purchase-benefits .benefit-delivery{padding:10px 8px;gap:6px}.purchase-benefits .benefit-delivery strong{font-size:16px}.purchase-benefits .benefit-pix{padding:10px 8px}.purchase-benefits .benefit-discount{font-size:30px}.purchase-benefits .benefit-icon{width:24px;height:24px;flex-basis:24px}.purchase-benefits .benefit-icon svg{width:18px;height:18px}}

/* Expanded gallery: compact previews, full media only on selection. */
.gallery-photo{aspect-ratio:1;position:relative}.gallery-photo>video{width:100%;height:100%;object-fit:contain;background:#eeeee8}.gallery-caption{font-size:11px;line-height:1.5;color:var(--muted);text-align:center;min-height:17px;margin-top:10px}.gallery-thumbnails{justify-content:flex-start;overflow-x:auto;padding:3px 2px 7px;gap:8px;margin-top:10px;scroll-snap-type:x proximity}.gallery-thumbnails button{position:relative;flex:0 0 56px;height:56px;scroll-snap-align:start}.gallery-play{position:absolute;inset:0;display:grid;place-items:center;background:#0002;color:white;text-shadow:0 1px 4px #000;font-size:20px;border-radius:4px}.buy-gallery{min-width:0}
