/* Always-visible navigation on the same pale background as the storefront. */
html { scroll-padding-top: 100px; }
body, body.is-product { padding-top: 88px; }
.header.header-air {
  height: 88px; padding: 0 32px; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; overflow: visible; background: var(--paper); border: 0;
  box-shadow: none; backdrop-filter: none;
}
.header.header-air::before { display: none; }
.header.header-air nav { margin: 0; height: auto; align-self: center; font-size: 15px; display:flex; align-items:center; gap:28px; }
.header-air .header-page-link{display:block;white-space:nowrap;padding:12px 0;font-size:15px;font-weight:500;color:var(--ink);transition:color .2s}
.header-air .header-page-link::after{display:none}
.header-air .header-page-link:is(:hover,:focus-visible),.header-air .header-page-link[aria-current="page"]{color:var(--cursor-red)}
.header-air .catalog-nav { gap: 12px; padding: 12px 0; font-size: 15px; font-weight: 500; }
.catalog-nav svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.4; transition: transform .2s; }
.catalog-nav[aria-expanded="true"] svg { transform: rotate(180deg); }
.header.header-air .brand-lockup {
  position: static; width: auto; display: flex; align-items: center; gap: 10px; transform: none;
  grid-column: 2; justify-self: center; padding: 10px 0;
}
.header-air .brand-mark { display: block; flex-shrink: 0; }
.header-air .brand-mark img { width: 36px; height: 36px; filter: none; }
.header-air .brand-lockup:is(:hover,:focus-visible) .brand-mark { transform: rotate(-7deg); }
.header-air .brand-lockup .brand-word { width: 220px; height: auto; }
.header-air .header-actions { align-self: center; height: auto; margin: 0; gap: 30px; font-size: 14px; }
.header-air .header-actions > a { display: flex; align-items: center; gap: 9px; padding: 12px 0; }
.header-air .header-actions > a::after { display: none; }
.header-air .header-actions svg { width: 20px; height: 20px; }
.header-air .bag-toggle { gap: 9px; font-size: 14px; }
.header-air .bag-toggle > span { border: 0; width: auto; height: auto; min-width: 0; font-size: inherit; }
.header-air .bag-icon { display: none; }
.header-air [data-bag-count] { font-variant-numeric: tabular-nums; }
.header-air [data-bag-count]::before, .header-air [data-favorites-count]::before { content: '('; }
.header-air [data-bag-count]::after, .header-air [data-favorites-count]::after { content: ')'; }
.header-air .catalog-menu {
  position: absolute; top: 73px; left: 22px; width: 330px; max-height: calc(100svh - 100px); overflow-y: auto;
  background: var(--paper); padding: 24px; border: 1px solid #15151514; box-shadow: 0 18px 36px #1515150d;
}
.catalog-menu a { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 13px 0; font-size: 16px; font-weight: 400; }
.catalog-menu a:is(:hover,:focus-visible), .catalog-menu a[aria-current="page"] { color: var(--cursor-red); }
.catalog-menu a:first-child { border-bottom: 1px solid #1515151a; margin-bottom: 8px; padding-top: 0; padding-bottom: 18px; }
.browse-catalog { min-height: calc(100svh - 210px); padding-top: 34px; }
.browse-back { display: inline-block; font-size: 13px; margin-bottom: 38px; }
.browse-catalog h1 { margin: 0; font-size: 36px; letter-spacing: -.03em; font-weight: 600; }
.browse-categories { display: flex; gap: 24px; flex-wrap: wrap; margin: -4px 0 36px; }
.browse-categories a { padding: 9px 0; font-size: 14px; border-bottom: 1px solid transparent; }
.browse-categories a[aria-current="page"] { border-color: currentColor; }
.browse-categories a:hover, .browse-back:hover { color: var(--cursor-red); }
.favorites-empty { padding: 55px 0 130px; font-size: 16px; line-height: 1.65; }
.favorites-empty p { margin: 0 0 8px; }
.favorites-empty p + p { color: #706a64; font-size: 14px; }
.favorites-empty a { display: inline-flex; gap: 45px; border-bottom: 1px solid; padding: 14px 0; margin-top: 24px; }
.favorites-empty a:hover { color: var(--cursor-red); }
.favorite-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 7px; flex-shrink: 0; color: var(--ink); }
.favorite-toggle svg { width: 18px; height: 18px; }
.favorite-toggle[aria-pressed="true"] svg { fill: currentColor; }
.favorite-toggle[aria-pressed="true"], .favorite-toggle:hover { color: var(--cursor-red); }
.detail-favorite { display: flex; width: 100%; min-height: 44px; margin: 12px 0 0; font-size: 13px; }
.product-subline .favorite-toggle { margin: -5px -7px -5px 6px; }
@media (max-width: 1100px) {
  .header.header-air { padding: 0 22px; }
  .header.header-air nav{gap:18px}.header-air .header-page-link,.header-air .catalog-nav{font-size:13px}
  .header-air .brand-lockup .brand-word { width: 190px; }
  .header-air .brand-mark img { width: 32px; height: 32px; }
  .header-air .header-actions { gap: 22px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 116px; }
  body, body.is-product { padding-top: 104px; }
  .header.header-air { height: 104px; padding: 0 16px; grid-template-columns: 1fr auto; grid-template-rows:60px 44px; }
  .header.header-air nav { height:44px; grid-column:1/-1; grid-row:2; gap:28px; border-top:1px solid #17171714; }
  .header-air .header-page-link{font-size:12px;padding:12px 0}
  .header-air .catalog-nav { font-size: 12px; gap: 3px; }
  .catalog-nav svg { width: 12px; }
  .header.header-air .brand-lockup { gap: 5px; grid-column:1; grid-row:1; justify-self:start; }
  .header-air .brand-lockup .brand-word { width: clamp(100px, 29vw, 138px); }
  .header-air .brand-mark img { width: 26px; height: 26px; }
  .header-air .header-actions { height: auto; gap: 10px; grid-column:2; grid-row:1; }
  .header-air .header-actions .action-label { display: none; }
  .header-air .header-actions svg { width: 18px; height: 18px; }
  .header-air .bag-icon { display: block; }
  .header-air .bag-toggle { gap: 3px; font-size: 10px; min-height: 44px; }
  .header-air [data-favorites-count] { display: none; }
  .header-air .catalog-menu { left: 12px; top: 100px; width: min(330px, calc(100vw - 24px)); }
  .browse-catalog { padding-top: 24px; }
  .browse-catalog h1 { font-size: 27px; }
  .browse-categories { gap: 5px 20px; margin-bottom: 28px; }
  .browse-categories a { font-size: 12px; }
  .browse-back { margin-bottom: 28px; }
}
@media (max-width: 370px) {
  .header.header-air { padding: 0 10px; }
  .header-air .brand-mark { display: block; }
  .header-air .header-actions { gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .header.header-air, .catalog-nav svg, .brand-mark { transition: none; }
}

/* Rounded black pointer; the approved red viewing circle remains on photography. */
@media (hover: hover) and (pointer: fine) {
  html.has-custom-pointer:not(:has(dialog[open])),
  html.has-custom-pointer:not(:has(dialog[open])) body,
  html.has-custom-pointer:not(:has(dialog[open])) body * { cursor: none !important; }
  .custom-cursor, .custom-cursor.is-visible {
    width: 100px; height: 100px; z-index: 1000;
    background: transparent; color: #fff;
    opacity: 0; transform: translate(-50%, -50%);
    transition: opacity .12s;
  }
  .custom-cursor::before { content:''; position:absolute; inset:0; border-radius:50%; background:var(--cursor-red); transform:scale(.08); opacity:0; transition:transform .3s cubic-bezier(.2,.75,.25,1),opacity .15s; }
  .custom-cursor .cursor-arrow { position:absolute; top:50%; left:50%; width:24px; height:30px; transform:translate(-2px,-1px); fill:#161616; stroke:var(--paper); stroke-width:.7; stroke-linejoin:round; stroke-linecap:round; transition:opacity .12s; }
  .custom-cursor.has-pointer { opacity: 1; }
  .custom-cursor.has-pointer.is-visible::before { transform:scale(1); opacity:1; }
  .custom-cursor.has-pointer.is-visible .cursor-arrow { opacity:0; }
  .custom-cursor .cursor-label { position:relative; opacity: 0; transition: opacity .12s; }
  .custom-cursor.has-pointer.is-visible .cursor-label { opacity: 1; transition-delay: .07s; }
  /* Native modal layers retain their pointer and image zoom / drag affordances. */
  body:has(dialog[open]) .custom-cursor { opacity: 0; }
}
@media (hover: none), (pointer: coarse) { .custom-cursor { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .custom-cursor, .custom-cursor::before, .custom-cursor .cursor-label, .custom-cursor .cursor-arrow { transition: none !important; }
}

.detail-split { margin: 2px 0 22px; max-width: 100%; background:#f0eeea; border:1px solid #15151520; padding:16px; }
.detail-split > a.split-info { display:flex; align-items:center; gap:14px; font-size:13px; }
.split-info strong { display:block; font-size:13px; font-weight:600; line-height:1.4; }
.split-info small { display:block; margin-top:4px; color:#686460; font-size:11px; }
.split-info > span:last-child { margin-left:auto; font-size:20px; }
.detail-split > a.split-info:hover strong { color:var(--cursor-red); }
.split-mark { display:flex; align-items:center; gap:2px; width:34px; flex:none; transform:skew(-12deg); }
.split-mark i { width:7px; height:24px; border-radius:2px; background:#181818; }
.split-mark i:first-child { background:#c9ee5a; }
[data-split-widget]:empty { display:none; }
[data-split-widget] { max-width:100%; line-height:0; padding-top:8px; }
[data-split-widget] yandex-pay-badge { display:block; max-width:100%; }
.product-breadcrumb { position:sticky; top:88px; z-index:20; min-height:68px; padding:10px 48px; background:var(--paper); display:flex; align-items:center; gap:24px; }
.is-product .detail-info { top:180px; }
.product-breadcrumb > a { white-space:nowrap; }
.product-breadcrumb [data-detail-crumb] { margin-left:auto; }
.product-close { display:grid; place-items:center; width:46px; height:46px; padding:0; flex:none; border:0; border-radius:0; background:transparent; color:var(--ink); }
.product-close svg { width:26px; height:26px; fill:none; stroke:currentColor; stroke-width:1.8; }
.product-close:hover { background:transparent; color:var(--cursor-red); }
.product-close:focus-visible { outline:2px solid var(--ink); outline-offset:4px; }
@media(max-width:680px) {
  .product-breadcrumb { top:104px; min-height:60px; padding:8px 18px; gap:12px; }
  .product-breadcrumb [data-detail-crumb] { display:none; }
  .product-close { margin-left:auto; width:44px; height:44px; }
}
.detail-services { margin-top: 20px; }
.detail-services details { border-top: 1px solid #17171726; margin: 0; }
.detail-services details:last-child { border-bottom: 1px solid #17171726; }
.detail-services summary { min-height: 54px; font-size: 14px; font-weight: 500; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; }
.detail-services summary::-webkit-details-marker { display:none; }
.detail-services summary::after { content:'+'; font-size:19px; font-weight:400; }
.detail-services details[open] > summary::after { content:'−'; }
.detail-services summary:hover { color: var(--cursor-red); }
.detail-services details p, .detail-services details a { font-size: 13px; line-height:1.7; }
.detail-services details > div { padding: 0 0 18px; }
.detail-services details a { text-decoration: underline; text-underline-offset:4px; }
.detail-services .measurement-size { margin-top:0; color:#5e5b57; }
.measurements { margin:0; font-size:13px; }
.measurements > div { display:grid; grid-template-columns: 1fr 1fr; gap:12px; padding:7px 0; border-bottom:1px solid #1717170b; }
.measurements dd { margin:0; text-align:right; }
.eyebrow { font-size:11px; letter-spacing:.08em; font-weight:500; margin:0 0 20px; }
.text-link { display:inline-flex; align-items:center; gap:24px; font-size:14px; padding:10px 0; }
.text-link:hover { color:var(--cursor-red); }
.editorial { overflow:hidden; padding:64px 24px 46px; border-top:1px solid #17171720; }
.editorial-heading { display:flex; align-items:flex-end; justify-content:space-between; margin:0 0 32px; gap:30px; }
.editorial .eyebrow { margin-bottom:16px; font-size:10px; letter-spacing:.1em; }
.editorial h2 { font-family:'Days One',Manrope,sans-serif; font-size:clamp(32px,3.5vw,64px); font-weight:400; letter-spacing:-.045em; line-height:1.12; margin:0; text-transform:uppercase; color:#bd1d17; }
.editorial-strip { display:flex; gap:8px; overflow-x:auto; align-items:stretch; scroll-snap-type:x proximity; scrollbar-width:none; }
.editorial-strip::-webkit-scrollbar { display:none; }
.editorial-shot { position:relative; display:block; flex:0 0 calc(490px * var(--shot-ratio)); background:none; border:0; padding:0; text-align:left; scroll-snap-align:start; color:var(--ink); }
.editorial-shot img { display:block; width:100%; height:490px; object-fit:cover; }
.editorial-shot:focus-visible { outline-offset:-4px; }
.editorial-bottom { display:flex; align-items:center; justify-content:space-between; margin-top:20px; }
.editorial-progress { display:flex; align-items:center; gap:16px; font-size:11px; font-variant-numeric:tabular-nums; }
.editorial-progress-line { width:70px; height:1px; background:#17171740; }
.editorial-controls { display:flex; gap:8px; }
.editorial-controls button { width:48px; height:42px; border:1px solid #17171733; border-radius:0; font-size:21px; }
.editorial-controls button:hover { background:var(--cursor-red); color:white; border-color:var(--cursor-red); }
footer.site-footer { display:block; padding:66px 32px 24px; background:var(--paper); color:var(--ink); border-top:1px solid #17171728; min-height:0; }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:50px; padding-bottom:66px; }
.footer-brand img { width:230px; max-width:100%; height:auto; }
.footer-brand p { font-size:13px; margin:20px 0 30px; }
.footer-grid nav { display:flex; flex-direction:column; align-items:flex-start; gap:12px; }
.footer-grid nav h2 { font:600 14px Manrope,sans-serif; margin:0 0 14px; text-transform:none; }
.footer-grid nav a { font-size:13px; }
.site-footer a:hover { color:var(--cursor-red); }
.footer-bottom { display:flex; justify-content:space-between; align-items:start; gap:20px; border-top:1px solid #1717171b; padding-top:24px; font-size:11px; }
.footer-bottom > div { display:flex; flex-wrap:wrap; gap:12px 25px; }
.service-layout { max-width:1180px; margin:0 auto; padding:50px 32px 120px; min-height:75vh; }
.service-layout h1 { font-family:Manrope,sans-serif; font-size:clamp(34px,4vw,64px); line-height:1.13; font-weight:600; letter-spacing:-.04em; text-transform:none; margin:0 0 42px; }
.service-layout h1:focus { outline:none; }
.service-body { max-width:820px; }
.service-body p { font-size:15px; line-height:1.85; margin:0 0 22px; }
.service-body p.service-lead { font-size:24px; line-height:1.45; margin-bottom:42px; }
.service-body h2 { font-family:Manrope,sans-serif; font-weight:600; font-size:22px; line-height:1.3; letter-spacing:-.02em; text-transform:none; margin:42px 0 18px; }
.service-body a { text-decoration:underline; text-underline-offset:4px; }
.service-body a:hover { color:var(--cursor-red); }
.service-facts { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid #17171730; border-bottom:1px solid #17171730; padding:30px 0; gap:35px; }
.service-facts strong { display:block; font-size:32px; font-weight:500; margin-bottom:10px; }
.service-facts span { font-size:13px; }
.delivery-overview { margin:0 0 44px; padding:30px 32px 34px; background:#efebe5; color:var(--ink,#171717); }
.delivery-overview h2 { margin:0 0 30px; font:500 clamp(20px,2.1vw,26px)/1.3 Manrope,sans-serif; letter-spacing:-.035em; text-transform:none; }
.delivery-options { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); list-style:none; padding:0; margin:0; }
.delivery-option { min-width:0; padding:0 28px; border-left:1px solid #17171726; }
.delivery-option:first-child { padding-left:0; border-left:0; }
.delivery-option:last-child { padding-right:0; }
.delivery-option-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:22px; }
.delivery-option-icon { display:block; flex:none; width:56px; height:56px; }
.delivery-option h3 { margin:0 0 10px; font:500 20px/1.3 Manrope,sans-serif; letter-spacing:-.025em; text-transform:none; }
.delivery-option p { margin:0; max-width:29ch; font-size:13px; line-height:1.65; color:#57534e; }
@media(max-width:760px) {
  .delivery-overview { margin-bottom:32px; padding:24px 22px 8px; }
  .delivery-overview h2 { margin-bottom:18px; font-size:22px; max-width:20ch; }
  .delivery-options { grid-template-columns:1fr; }
  .delivery-option,.delivery-option:first-child,.delivery-option:last-child { display:grid; grid-template-columns:48px minmax(0,1fr); gap:18px; padding:22px 0; border-left:0; border-top:1px solid #17171726; }
  .delivery-option-top { display:block; margin:0; }
  .delivery-option-icon { width:48px; height:48px; }
  .delivery-option h3 { font-size:18px; margin-bottom:7px; }
  .delivery-option p { max-width:none; font-size:13px; line-height:1.55; }
}
.service-directory { display:grid; gap:16px; font-size:15px; }
.service-link-button { display:inline-block; padding:18px 25px; border:1px solid; margin:20px 0; font-size:14px; text-decoration:none!important; }
.service-link-button:hover { background:var(--cursor-red); color:white!important; border-color:var(--cursor-red); }
.legal-copy { font-size:13px; line-height:1.85; overflow-wrap:anywhere; }
.about-editorial { width:100%; max-height:440px; object-fit:cover; }
.service-lookbook { max-width:1920px; }
.service-lookbook .service-body { max-width:none; }
.lookbook-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:44px 22px; }
.lookbook-grid .editorial-shot { width:100%; }
.lookbook-grid .editorial-shot img { height:auto; aspect-ratio:3/4; }
.lookbook-grid .editorial-shot:nth-child(3n+2) { padding-top:65px; }
.editorial-dialog { position:fixed; inset:0; border:0; margin:auto; width:min(1400px,96vw); height:94dvh; max-height:94dvh; padding:22px; background:var(--paper); color:var(--ink); }
.editorial-dialog[open] { display:flex; flex-direction:column; }
.editorial-dialog::backdrop { background:#111b; }
.editorial-dialog-top,.editorial-dialog-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; font-size:13px; flex:none; }
.editorial-dialog-top button { font-size:30px; width:44px; height:44px; }
.editorial-dialog > img { width:100%; flex:1; min-height:0; object-fit:contain; }
.editorial-dialog-bottom { padding-top:16px; }
.editorial-dialog-bottom button { min-width:44px; min-height:44px; font-size:22px; }
.editorial-dialog-bottom a:hover { color:var(--cursor-red); }
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:42px}.footer-bottom{flex-wrap:wrap}.footer-bottom>div{order:3;flex-basis:100%}.lookbook-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lookbook-grid .editorial-shot:nth-child(3n+2){padding-top:0}}
@media(max-width:680px){.editorial{padding:64px 16px 42px}.editorial-heading{margin-bottom:26px;align-items:start}.editorial-heading .text-link{font-size:11px;gap:10px;padding-top:3px}.editorial .eyebrow{font-size:9px;margin-bottom:14px}.editorial-strip{gap:12px}.editorial-strip .editorial-shot{flex-basis:72vw}.editorial-strip .editorial-shot:nth-child(3n+2){flex-basis:76vw;margin-top:40px}.editorial-strip .editorial-shot:nth-child(3n){flex-basis:65vw;margin-top:20px}.editorial-shot img{height:370px}.editorial-bottom p{font-size:11px;max-width:190px}.editorial-controls button{width:38px;height:38px}footer.site-footer{padding:42px 20px 22px}.footer-grid{gap:36px 24px;padding-bottom:36px}.footer-brand{grid-column:1/-1}.footer-brand img{width:190px}.footer-brand p{margin:16px 0 10px}.footer-grid nav a{font-size:12px}.footer-grid nav:last-child{grid-column:1/-1}.footer-bottom{font-size:10px}.service-layout{padding:30px 20px 70px}.service-layout h1{margin-bottom:28px}.service-body p.service-lead{font-size:20px;margin-bottom:30px}.service-body p{font-size:14px}.service-facts{gap:20px}.service-facts strong{font-size:25px}.service-facts span{font-size:11px}.lookbook-grid{gap:25px 12px}.lookbook-grid .editorial-shot{min-width:0}.editorial-dialog{padding:10px;width:96vw}.editorial-dialog-top{font-size:11px}}
@media(prefers-reduced-motion:reduce){.editorial-shot img{transition:none}.editorial-strip{scroll-behavior:auto}}

/* The film strip keeps the source order and each frame's photographic proportions. */
.editorial-strip .editorial-shot:nth-child(n) { flex-basis:calc(490px * var(--shot-ratio)); margin:0; }
.lookbook-grid { align-items:start; gap:12px; }
.lookbook-grid .editorial-shot:nth-child(n) { padding:0; }
.lookbook-grid .editorial-shot img { height:auto; aspect-ratio:auto; object-fit:contain; }
.service-lookbook h1 { font-family:'Days One',Manrope,sans-serif; font-weight:400; color:#bd1d17; text-transform:uppercase; }
.legal-condition { border-top:1px solid #17171725; padding:0; }
.legal-condition:last-child { border-bottom:1px solid #17171725; }
.legal-condition summary { padding:21px 0; font-size:14px; font-weight:600; list-style:none; display:flex; justify-content:space-between; gap:20px; }
.legal-condition summary::-webkit-details-marker { display:none; }
.legal-condition summary::after { content:'+'; font-size:20px; font-weight:400; }
.legal-condition[open] summary::after { content:'−'; }
.legal-condition summary:hover { color:var(--cursor-red); }
.legal-condition > div { padding:0 0 25px; font-size:14px; line-height:1.75; }
.legal-condition > div p { font-size:14px; }
.seller-details { font-size:14px; overflow-wrap:anywhere; }
.seller-details > div { display:grid; grid-template-columns:1fr 1fr; gap:20px; padding:12px 0; border-bottom:1px solid #17171718; }
.seller-details dd { margin:0; }
@media(max-width:680px){
 .editorial { padding:44px 16px 30px; }
 .editorial-heading { display:block; margin-bottom:22px; }
 .editorial h2 { font-size:30px; }
 .editorial-heading .text-link { margin-top:12px; }
 .editorial-strip { gap:6px; }
 .editorial-strip .editorial-shot:nth-child(n) { flex-basis:calc(360px * var(--shot-ratio)); }
 .editorial-shot img { height:360px; }
 .editorial-controls button { width:44px; height:40px; }
 .editorial-bottom { margin-top:16px; }
 .lookbook-grid { gap:8px; }
 .split-info strong { font-size:12px; }
 .seller-details > div { grid-template-columns:1fr; gap:5px; }
}
.recommendations [data-recommendations]{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:var(--card-gap)}
@media(max-width:700px){.recommendations [data-recommendations]{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--card-gap)}}

.lookbook-page{padding:30px clamp(20px,4vw,80px) 70px;max-width:2040px;margin:auto;color:var(--ink)}.lookbook-page *{min-width:0}.lookbook-page figure,.lookbook-page p{margin:0}.lookbook-page h1,.lookbook-page h2{margin:0;text-transform:none}.lookbook-page .eyebrow{font-size:10px;letter-spacing:.07em}.lookbook-page :is(h1,h2):focus{outline:none}.lookbook-page :is(button,summary):focus-visible{outline:2px solid #bd1d17;outline-offset:4px}
.lookbook-opening{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px clamp(35px,6vw,115px);padding:15px 0 60px}.lookbook-lead{grid-area:1/2/2/3}.lookbook-lead .eyebrow{margin-bottom:24px}.lookbook-lead h1{font-family:'Days One',Manrope,sans-serif;font-size:clamp(70px,9vw,170px);font-weight:400;letter-spacing:-.065em;line-height:1;text-transform:uppercase;color:#bd1d17;margin-bottom:24px}.lookbook-lead>p:not(.eyebrow){font-size:15px;line-height:1.6}.lookbook-jump{display:flex;gap:40px;align-items:center;border:0;background:transparent;padding:20px 0 0;font-size:12px}.lookbook-jump:hover{color:var(--cursor-red)}.lookbook-cover{grid-area:1/1/3/2;align-self:center;max-width:535px;width:100%;justify-self:center}.lookbook-cover-wide{grid-area:2/2/3/3;max-width:820px;justify-self:start;width:100%}
.lookbook-frame>button{position:relative;display:block;padding:0;border:0;background:none;width:100%;overflow:hidden}.lookbook-frame img{display:block;width:100%;height:auto;transition:transform 1s cubic-bezier(.2,.75,.25,1)}.lookbook-frame button:hover img{transform:scale(1.015)}.lookbook-view{position:absolute;bottom:18px;right:18px;background:var(--paper);padding:13px 18px;font-size:12px;color:var(--ink);transition:background .2s,color .2s}.lookbook-frame button:is(:hover,:focus-visible) .lookbook-view{background:var(--cursor-red);color:#fff}.lookbook-frame figcaption{display:flex;gap:20px;justify-content:space-between;margin-top:13px;font-size:10px;line-height:1.5}.lookbook-frame figcaption>span:last-child{font-variant-numeric:tabular-nums;color:#635d58}
.lookbook-index{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #17171733;border-bottom:1px solid #17171733;margin-bottom:75px}.lookbook-index button{display:flex;align-items:center;gap:18px;text-align:left;border:0;background:none;padding:22px 10px;font-size:12px;color:var(--ink)}.lookbook-index button>span{font-size:9px;color:#766e67}.lookbook-index button:hover{color:var(--cursor-red)}
.lookbook-story{padding:0 0 100px;scroll-margin-top:105px}.lookbook-story>header{display:grid;grid-template-columns:.5fr 1.5fr 1fr;align-items:baseline;gap:30px;margin-bottom:35px}.lookbook-story h2{font:500 clamp(28px,3.2vw,60px)/1.1 Manrope,sans-serif;letter-spacing:-.05em}.lookbook-story header>p{font-size:13px;line-height:1.7;max-width:340px}.lookbook-pair{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(35px,9vw,170px);padding:0 clamp(0px,5vw,90px)}.lookbook-pair .lookbook-frame{width:100%;max-width:650px}.lookbook-pair .lookbook-frame:nth-child(2){max-width:430px;justify-self:end;align-self:end;margin-bottom:55px}.lookbook-story-2 .lookbook-pair{grid-template-columns:.85fr 1.15fr}.lookbook-story-2 .lookbook-frame:first-child{max-width:430px}.lookbook-story-2 .lookbook-frame:nth-child(2){max-width:650px;margin-bottom:0}.lookbook-story-3 .lookbook-pair{grid-template-columns:.8fr 1.2fr;gap:60px;padding-right:0}.lookbook-story-3 .lookbook-frame:nth-child(2){max-width:none;align-self:center}.lookbook-story-4 .lookbook-pair{grid-template-columns:1.2fr .8fr;gap:60px;padding-left:0}.lookbook-story-4 .lookbook-frame:first-child{max-width:none}.lookbook-story-4 .lookbook-frame:nth-child(2){max-width:450px;margin-bottom:0}
.lookbook-archive{border-top:1px solid #17171744;border-bottom:1px solid #17171744;margin-bottom:65px}.lookbook-archive>summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 0;list-style:none;font:500 32px/1.3 Manrope,sans-serif;letter-spacing:-.03em}.lookbook-archive>summary::-webkit-details-marker{display:none}.lookbook-archive>summary>span:last-child{font-size:12px;display:flex;gap:35px;align-items:center}.lookbook-archive i{font-style:normal;font-size:28px;transition:transform .25s}.lookbook-archive[open] i{transform:rotate(45deg)}.lookbook-archive>p{font-size:13px;margin:0 0 25px}.lookbook-archive .lookbook-grid{padding-bottom:35px}.lookbook-end{display:flex;justify-content:space-between;gap:40px;align-items:center}.lookbook-end>p{font:500 clamp(27px,3vw,52px)/1.2 Manrope,sans-serif;letter-spacing:-.04em}.lookbook-end .about-cta{min-width:300px;margin:0}
@media(max-width:1100px){.lookbook-opening{gap:25px 35px}.lookbook-lead h1{font-size:8.5vw}.lookbook-pair{gap:50px;padding:0 20px}.lookbook-story>header{grid-template-columns:.35fr 1.5fr}.lookbook-story>header>p{grid-column:2;max-width:500px}.lookbook-index button{font-size:11px;gap:10px}.lookbook-cover{align-self:start}.lookbook-view{right:12px;bottom:12px;font-size:10px;padding:10px 13px}}
@media(max-width:760px){.lookbook-page{padding:28px 20px 50px}.lookbook-opening{grid-template-columns:1fr 1fr;gap:24px 16px;padding:0 0 35px}.lookbook-lead{grid-area:1/1/2/3}.lookbook-lead h1{font-size:clamp(59px,14vw,95px);margin-bottom:20px}.lookbook-lead>p:not(.eyebrow){font-size:13px}.lookbook-cover{grid-area:2/1/3/2;width:100%;align-self:start}.lookbook-cover-wide{grid-area:2/2/3/3;align-self:end;margin-bottom:0}.lookbook-jump{font-size:11px;padding-top:18px}.lookbook-frame figcaption{font-size:9px;gap:10px;margin-top:10px}.lookbook-opening .lookbook-view{font-size:0;padding:9px;border-radius:50%;width:28px;height:28px;right:8px;bottom:8px}.lookbook-opening .lookbook-view::after{content:'↗';font-size:13px;position:absolute;inset:0;display:grid;place-items:center}.lookbook-index{grid-template-columns:1fr 1fr;margin-bottom:40px}.lookbook-index button{font-size:10px;padding:16px 4px;min-height:48px}.lookbook-story{padding-bottom:55px;scroll-margin-top:88px}.lookbook-story>header{display:block;margin-bottom:22px}.lookbook-story>header .eyebrow{display:block;margin-bottom:14px}.lookbook-story h2{font-size:33px;margin-bottom:16px}.lookbook-story>header>p{font-size:12px;max-width:290px}.lookbook-story .lookbook-pair{grid-template-columns:1fr 1fr;gap:18px;padding:0;align-items:start}.lookbook-story .lookbook-pair .lookbook-frame{max-width:none;margin:0;align-self:start}.lookbook-story .lookbook-pair .lookbook-frame:nth-child(2){margin-top:60px}.lookbook-story-3 .lookbook-pair,.lookbook-story-4 .lookbook-pair{grid-template-columns:1fr}.lookbook-story-3 .lookbook-frame:first-child{width:76%}.lookbook-story-3 .lookbook-pair .lookbook-frame:nth-child(2),.lookbook-story-4 .lookbook-pair .lookbook-frame:nth-child(2){margin-top:15px}.lookbook-story-4 .lookbook-pair .lookbook-frame:nth-child(2){width:76%}.lookbook-archive{margin-bottom:40px}.lookbook-archive>summary{font-size:27px;padding:23px 0}.lookbook-archive>summary>span:last-child{font-size:10px;gap:15px}.lookbook-end{display:block}.lookbook-end .about-cta{min-width:0;margin-top:24px}.lookbook-archive .lookbook-grid{gap:12px}}
@media(prefers-reduced-motion:reduce){.lookbook-page *{transition:none!important;scroll-behavior:auto!important}.lookbook-frame button:hover img{transform:none}}
/* An album unfolds one photographic spread at a time. */
.lookbook-book{padding:0 0 28px}.lookbook-book-head{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:6px 0 36px}.lookbook-book-head>p{font:500 clamp(21px,2vw,34px)/1.2 Manrope,sans-serif;letter-spacing:-.035em}.lookbook-book-controls{display:flex;align-items:center;gap:12px}.lookbook-book-controls>span{font:400 11px/1.4 Manrope,sans-serif;font-variant-numeric:tabular-nums;letter-spacing:.1em;margin-right:18px}.lookbook-book-controls button{display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid #17171755;border-radius:50%;background:none;color:var(--ink);font-size:22px;transition:background .2s,color .2s,border-color .2s}.lookbook-book-controls button:hover:not(:disabled){background:var(--cursor-red);border-color:var(--cursor-red);color:#fff}.lookbook-book-controls button:disabled{opacity:.28;cursor:default}
.lookbook-sheet{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:1fr 1fr;gap:clamp(24px,3.3vw,64px);height:clamp(500px,66vh,780px);padding:18px clamp(0px,2vw,38px) 28px}.lookbook-sheet[hidden]{display:none}.lookbook-sheet>.lookbook-frame{display:flex;flex-direction:column;align-items:stretch;min-height:0;width:100%;height:100%}.lookbook-sheet .lookbook-frame>button{min-height:0;flex:1;display:flex;justify-content:center;align-items:center}.lookbook-sheet .lookbook-frame img{width:100%;height:100%;object-fit:contain}.lookbook-sheet .lookbook-view{font-size:0;width:34px;height:34px;padding:0;right:0;bottom:0;border-radius:50%;display:grid;place-items:center}.lookbook-sheet .lookbook-view::after{content:'↗';font-size:16px}.lookbook-sheet figcaption{font-size:9px;margin-top:12px;gap:12px}.lookbook-sheet>.lookbook-frame:nth-child(1){grid-area:1/1/3/7}.lookbook-sheet>.lookbook-frame:nth-child(2){grid-area:1/7/2/10}.lookbook-sheet>.lookbook-frame:nth-child(3){grid-area:1/10/2/13}.lookbook-sheet>.lookbook-frame:nth-child(4){grid-area:2/7/3/10}.lookbook-sheet>.lookbook-frame:nth-child(5){grid-area:2/10/3/13}
.lookbook-sheet-right>.lookbook-frame:nth-child(1){grid-area:1/7/3/13}.lookbook-sheet-right>.lookbook-frame:nth-child(2){grid-area:1/1/2/4}.lookbook-sheet-right>.lookbook-frame:nth-child(3){grid-area:1/4/2/7}.lookbook-sheet-right>.lookbook-frame:nth-child(4){grid-area:2/1/3/4}.lookbook-sheet-right>.lookbook-frame:nth-child(5){grid-area:2/4/3/7}.lookbook-book-note{font-size:11px;color:#635d58;text-align:center;padding-top:20px}
.lookbook-sheet-pair>.lookbook-frame:nth-child(1){grid-area:1/1/3/7}.lookbook-sheet-pair>.lookbook-frame:nth-child(2){grid-area:1/7/3/13}
.lookbook-sheet:not([hidden]){animation:album-appear .3s ease}@keyframes album-appear{from{opacity:.2}to{opacity:1}}@media(prefers-reduced-motion:reduce){.lookbook-sheet:not([hidden]){animation:none}}
@media(max-width:760px){.lookbook-book-head{align-items:start;gap:18px;margin:0 0 24px}.lookbook-book-head>p{font-size:20px;max-width:150px}.lookbook-book-controls{gap:7px;flex-wrap:wrap;justify-content:flex-end}.lookbook-book-controls>span{width:100%;text-align:right;margin:0 0 5px;font-size:10px}.lookbook-book-controls button{width:36px;height:36px;font-size:18px}.lookbook-sheet{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:none;gap:30px 18px;padding:0}.lookbook-sheet>.lookbook-frame:nth-child(n){grid-area:auto;display:block;height:auto}.lookbook-sheet>.lookbook-frame:nth-child(1){grid-column:1/-1;width:86%;justify-self:center}.lookbook-sheet .lookbook-frame>button{display:block}.lookbook-sheet .lookbook-frame img{height:auto;object-fit:contain}.lookbook-sheet figcaption{font-size:9px;gap:8px}.lookbook-book-note{font-size:10px;line-height:1.5;padding-top:28px}}

/* The reveal and the neutral set share one fixed clipping rectangle. */
.catalog .product-picture.outfit-hover {
  background: #b4b4b1;
  transform: none;
  transition: none;
  will-change: auto;
  backface-visibility: visible;
  clip-path: inset(0);
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}
.catalog .product-picture.outfit-hover::before {
  inset: -2px;
  opacity: 1;
  transition: none;
}
.catalog .product-picture.outfit-hover .picture-hover {
  inset: 0;
  transform: none;
  will-change: auto;
}
/* Overscan only the contents, never the outer card. Photo and shadow move together. */
.catalog .product-picture.outfit-hover .picture-hover-scene {
  inset: -2px;
  transform-origin: 50% 100%;
}
.catalog .product-picture.outfit-hover .pose.top-crop.plan-closer {
  object-fit: cover;
}
:is(#catalog, .photo-reviewed) .product-picture.outfit-hover {
  background: #b4b4b1;
  contain: paint;
}
:is(#catalog, .photo-reviewed) .product-picture.outfit-hover::before {
  opacity: 1;
  transition: none;
}
:is(#catalog, .photo-reviewed) .product-picture.outfit-hover .picture-hover {
  inset: 0;
  transform: none;
  will-change: auto;
}
:is(#catalog, .photo-reviewed) .product-picture.outfit-hover > .pose {
  transform: none;
  will-change: auto;
}
/* Keep the photo and shadow on the same composited layer through the final
   frame. Dropping to `none` re-rasterizes the cutout at rest and can snap it. */
:is(.catalog, .photo-reviewed) .product-picture.outfit-hover .picture-hover-scene {
  transform: translate3d(0, 0, 0) scale(1.025);
  will-change: transform;
}
:is(.catalog, .photo-reviewed) .product-picture.outfit-hover.is-active .picture-hover-scene {
  transform: translate3d(0, 0, 0) scale(1);
}
:is(#catalog, .photo-reviewed) .product-picture.outfit-hover .model-photo {
  filter: none;
  image-rendering: auto;
  backface-visibility: visible;
}
/* Preserve the established close portrait crop without a composited 3D layer. */
img[src$="-shadow-polish3.webp"], img[src$="-shadow-polish4.webp"], img[src$="-shadow-polish5.webp"] { filter: none !important; }
img.model-photo[src$="-polish5.webp"] { filter: none !important; }
img.model-photo[src*="-night"], img[src*="-shadow-night"] { filter: none !important; }
#catalog .bronze .product-picture.outfit-hover > .pose {
  width: 106%; height: 106%; max-width: none;
  left: -3%; top: -4.2%;
}
@media(prefers-reduced-motion: reduce) {
  :is(.catalog, .photo-reviewed) .product-picture.outfit-hover .picture-hover-scene { transform: none; will-change: auto; }
}

/* These two close crops touch both sides. Keep their crop fixed while the
   existing colour wipe runs, avoiding resampling a moving cut edge. */
.catalog .product-picture.outfit-hover:is([data-key="item-830393619732"], [data-key="item-914493723642"]) .picture-hover-scene {
  transform: none !important;
  transition: none;
  will-change: auto;
}


.loyalty-notice { position:fixed; left:24px; bottom:24px; z-index:40; font-family:Manrope,sans-serif; }
body:has(dialog[open]) .loyalty-notice { visibility:hidden; }
.loyalty-launcher { display:flex; align-items:center; gap:10px; padding:13px 18px; min-height:48px; border:1px solid #15151524; border-radius:28px; background:var(--paper); box-shadow:0 4px 22px #17171715; font-size:12px; font-weight:600; }
.loyalty-launcher:hover { border-color:var(--cursor-red); color:var(--cursor-red); }
.loyalty-launcher[aria-expanded="true"] { visibility:hidden; }
.loyalty-invite { position:absolute; left:0; bottom:0; width:360px; max-height:calc(100svh - 130px); overflow:auto; background:var(--paper); box-shadow:0 14px 50px #17171726; border:1px solid #15151524; animation:club-in .4s ease both; }
.loyalty-art { background:#151515; overflow:hidden; }
.loyalty-art img { width:100%; height:auto; display:block; }
.loyalty-dismiss { position:absolute; top:10px; right:10px; display:grid; place-items:center; width:36px; height:36px; background:#f7f4eff0; color:#151515; border-radius:50%; }
.loyalty-dismiss svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.6; }
.loyalty-dismiss:hover { color:var(--cursor-red); }
.loyalty-invite-copy { padding:24px; }
.loyalty-invite .eyebrow { font-size:10px; margin:0 0 12px; }
.loyalty-invite h2 { font:400 25px/1.2 'Days One',Manrope,sans-serif; letter-spacing:-.035em; margin:0 0 14px; text-transform:none; }
.loyalty-invite p:not(.eyebrow) { font-size:12px; line-height:1.65; margin:0 0 22px; }
.loyalty-join { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:17px 20px; background:#151515; color:#fff; font-size:13px; transition:background .2s; }
.loyalty-join:hover { background:var(--cursor-red); color:#fff; }
.loyalty-about { display:inline-block; margin-top:16px; font-size:11px; }
.loyalty-about:hover,.loyalty-help:hover { color:var(--cursor-red); }
.loyalty-page { padding:44px 48px 100px; }
.loyalty-page-grid { display:grid; grid-template-columns:1.1fr 1fr; align-items:start; gap:7vw; margin-top:34px; }
.loyalty-page .loyalty-art { position:sticky; top:130px; }
.loyalty-page-copy { max-width:510px; padding-top:5px; }
.loyalty-page h1 { font:400 clamp(30px,3vw,56px)/1.14 'Days One',Manrope,sans-serif; letter-spacing:-.04em; margin:0 0 32px; outline:none; }
.loyalty-page p { font-size:14px; line-height:1.75; margin:0 0 24px; }
.loyalty-page p.loyalty-lead { font-size:30px; line-height:1.25; font-weight:600; }
.loyalty-page .loyalty-join { margin:30px 0; }
.loyalty-steps { border-top:1px solid #15151526; padding-top:24px; }
.loyalty-steps p { display:flex; gap:20px; font-size:13px; margin-bottom:18px; }
.loyalty-steps span { color:#8a827a; font-size:11px; }
.loyalty-page p.loyalty-note,.loyalty-help { font-size:11px; color:#625e59; }
@keyframes club-in { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }
@media(max-width:680px) {
 .loyalty-notice { left:16px; bottom:16px; }
 .loyalty-invite { width:min(340px,calc(100vw - 32px)); max-height:calc(100svh - 160px); }
 .loyalty-launcher { padding:10px 14px; }
 .loyalty-page { padding:30px 18px 70px; }
 .loyalty-page-grid { grid-template-columns:1fr; gap:32px; }
 .loyalty-page .loyalty-art { position:static; }
 .loyalty-page h1 { margin-bottom:22px; }
}
@media(prefers-reduced-motion:reduce) { .loyalty-invite { animation:none; } }

.brand-experience{--brand-accent:#bd211b;--brand-line:#15151529;background:var(--paper);color:#151515;overflow:clip}.brand-experience *{box-sizing:border-box;min-width:0}.brand-experience :is(h1,h2,h3,p,figure){margin:0}.brand-experience :is(h1,h2){font-family:'Days One',Manrope,sans-serif;font-weight:400;letter-spacing:-.05em;text-transform:none;line-height:1.06}.brand-experience h1:focus{outline:none}.brand-experience em{font-style:normal;color:var(--brand-accent)}.brand-experience a{color:inherit}.brand-experience button{font:inherit}.brand-experience :is(a,button,summary):focus-visible{outline:2px solid var(--cursor-red);outline-offset:5px}.brand-space{padding:clamp(64px,7vw,140px) clamp(24px,5vw,96px)}.brand-kicker{font-size:11px!important;letter-spacing:.09em;line-height:1.5!important;font-weight:500}.brand-experience .brand-copy{font-size:17px;line-height:1.75;max-width:520px;margin-top:30px}.brand-versions{display:flex;align-items:center;gap:28px;min-height:58px;padding:12px 48px;border-bottom:1px solid var(--brand-line);font-size:11px;overflow-x:auto;white-space:nowrap}.brand-versions>span{margin-right:auto;color:#716c67}.brand-versions a{padding:8px 0}.brand-versions [aria-current=page]{border-bottom:2px solid currentColor}.brand-versions a:hover{color:var(--cursor-red)}.brand-experience .experience-button{display:flex;justify-content:space-between;align-items:center;gap:48px;padding:22px 26px;background:#151515;color:#fff;font-size:14px;transition:background .2s}.experience-button:hover{background:var(--cursor-red)!important;color:#fff!important}.brand-text-link{display:block;margin-top:24px;font-size:13px}.brand-text-link:hover{color:var(--cursor-red)}
/* 01 — Cinema: a full-height poster and a sequence that changes on scroll. */
.brand-cinema{background:#151716;color:#f7f4ef;--brand-line:#ffffff2c}.brand-cinema .brand-versions>span{color:#b4b4ae}.brand-film-hero{height:calc(100svh - 146px);min-height:620px;max-height:1040px;display:grid;grid-template-columns:54% 46%}.brand-film-copy{padding:44px 4.8vw 46px;display:flex;flex-direction:column;justify-content:space-between}.brand-film-hero h1{font-size:clamp(72px,7.8vw,150px);line-height:.98}.brand-film-hero em{color:#ef392d}.brand-film-bottom{display:flex;justify-content:space-between;align-items:end;gap:20px;padding-top:22px}.brand-film-bottom p{font-size:15px;line-height:1.6}.brand-disc{border:1px solid #ffffff66;border-radius:50%;width:84px;height:84px;display:grid;place-items:center;background:transparent;color:inherit;font-size:30px!important;transition:background .2s}.brand-disc:hover{background:var(--cursor-red)}.brand-film-portrait{overflow:hidden;position:relative;background:#17241c}.brand-film-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 30%;transform:scale(1.04) translate(var(--motion-x,0px),var(--motion-y,0px));transition:transform .6s ease-out}.brand-frame-corner{position:absolute;bottom:30px;left:30px;font-size:10px;letter-spacing:.12em;color:#fff;text-shadow:0 1px 10px #000}.brand-statement{display:grid;grid-template-columns:1fr 1fr;gap:40px}.brand-statement .brand-kicker{grid-column:1/-1}.brand-statement h2{font-size:clamp(38px,4.4vw,84px)}.brand-statement h2 span{color:#adaca5}.brand-statement>p:last-child{font-size:19px;line-height:1.8;max-width:540px;justify-self:end;padding-top:12px}.brand-film-track{display:grid;grid-template-columns:53% 47%;position:relative;margin:0 4.8vw 0}.brand-film-screen{position:sticky;top:112px;height:calc(100svh - 152px);max-height:930px;overflow:hidden;background:#343632}.brand-film-screen figure{height:100%;position:relative}.brand-film-screen img{height:100%;width:100%;object-fit:cover;object-position:center 25%;animation:brand-film-in .65s ease both}.brand-film-screen figcaption{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;padding:28px;background:linear-gradient(transparent,#000b);color:white;font-size:13px}.brand-film-chapters>section{min-height:75svh;padding:10vh 0 10vh 5vw;display:flex;justify-content:center;flex-direction:column;gap:30px}.brand-film-chapters h2{font-size:clamp(35px,3.5vw,68px)}.brand-film-chapters p:last-child{font-size:17px;line-height:1.8;max-width:470px;color:#c6c5bd}.brand-production{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:34px;background:#a91e18;color:#fff;margin-top:100px}.brand-production .brand-kicker{grid-column:1/-1}.brand-production h2{font-size:clamp(56px,6vw,116px)}.brand-production>p:not(.brand-kicker){max-width:490px;font-size:18px;line-height:1.8;padding-top:12px}.brand-production-stamp{font-size:11px;line-height:1.5;letter-spacing:.1em;grid-column:2;justify-self:end;border:1px solid #fff8;padding:18px;transform:rotate(-6deg)}.brand-cinema .brand-people{background:var(--paper);color:#151515;--brand-line:#15151529}.brand-cinema .brand-ending{background:#e9e5df;color:#151515}
/* 02 — Magazine: typographic cover and browsable editorial spreads. */
.brand-magazine-hero{padding-top:30px;padding-bottom:70px}.brand-magazine-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.06em}.brand-magazine-hero h1{position:relative;z-index:2;font-size:clamp(54px,7.2vw,138px);line-height:.98;margin:38px 0 0}.brand-magazine-hero h1 em{display:block;text-align:right}.brand-magazine-collage{position:relative;display:grid;grid-template-columns:1.2fr 1fr .65fr;align-items:center;gap:5vw;margin-top:42px}.brand-photo{display:block;position:relative;width:100%;background:transparent;border:0;padding:0;text-align:left;overflow:hidden}.brand-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.brand-photo:hover img{transform:scale(1.035)}.brand-photo>span{position:absolute;bottom:16px;right:16px;background:var(--paper);border-radius:50%;width:40px;height:40px;display:grid;place-items:center;color:#151515}.magazine-main{height:510px;transform:rotate(-3deg);margin-left:12px}.magazine-main img{object-position:center 20%}.magazine-detail{height:360px;transform:rotate(4deg);margin-top:36px}.brand-magazine-caption{font-size:clamp(18px,1.5vw,28px);line-height:1.4;align-self:end;padding-bottom:45px}.brand-magazine-issue{position:absolute;right:1vw;top:4%;font:400 clamp(48px,5vw,96px)/1 'Days One';color:#be211b}.brand-spreads{padding-top:50px;background:#eae5dd}.brand-spread-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #15151533;padding-bottom:24px;margin-bottom:40px}.brand-spread-heading>div{display:flex;gap:18px;align-items:center}.brand-spread-heading button{width:46px;height:46px;border:1px solid #15151566;border-radius:50%;background:transparent;font-size:22px}.brand-spread-heading button:hover:not(:disabled){background:var(--cursor-red);border-color:var(--cursor-red);color:white}.brand-spread-heading button:disabled{opacity:.25;cursor:default}.brand-spread-heading output{font-size:12px;min-width:50px;text-align:center}.brand-spread{display:grid;grid-template-columns:1fr 1fr;gap:6vw;min-height:650px;animation:brand-film-in .45s ease both}.brand-spread>figure{height:660px}.brand-spread img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.brand-spread>div{position:relative;padding-top:30px;display:flex;flex-direction:column;gap:36px}.brand-spread h2{font-size:clamp(40px,4vw,78px)}.brand-spread p:not(.brand-kicker){max-width:470px;font-size:18px;line-height:1.75}.brand-spread-folio{font:400 150px/1 'Days One';margin-top:auto;color:#ba221b}.brand-editorial .brand-ending{background:#b71e18;color:var(--paper)}
/* 03 — Character: direct, keyboard-accessible choice of the brand's visual language. */
.brand-studio-hero{padding-top:40px;padding-bottom:70px}.brand-studio-heading{display:grid;grid-template-columns:1.5fr 1fr;gap:24px;align-items:end}.brand-studio-heading .brand-kicker{grid-column:1/-1}.brand-studio-heading h1{font-size:clamp(44px,5.3vw,104px)}.brand-studio-heading>p:last-child{justify-self:end;font-size:15px;line-height:1.6;padding-bottom:8px}.brand-character{display:grid;grid-template-columns:1.2fr 1fr;margin-top:46px;min-height:680px;background:#dad6cd;transition:background .4s}.brand-character[data-character="1"]{background:#d5ccd0}.brand-character[data-character="2"]{background:#c7d1d2}.brand-character-stage{position:relative;padding:30px 13%;overflow:hidden;min-height:680px}.brand-character-stage figure{position:relative;z-index:1;height:620px;transform:translate(var(--motion-x,0px),var(--motion-y,0px));transition:transform .6s ease-out;animation:brand-film-in .6s ease both}.brand-character-stage img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.brand-character-number{font:400 230px/1 'Days One';position:absolute;left:0;bottom:80px;color:#15151512;letter-spacing:-.08em}.brand-character-label{position:absolute;bottom:10px;left:13%;font-size:9px;letter-spacing:.13em}.brand-character-control{padding:50px 3.6vw;display:flex;flex-direction:column}.brand-character-tabs{display:flex;flex-direction:column;align-items:stretch}.brand-character-tabs button{display:flex;gap:24px;align-items:center;border:0;border-bottom:1px solid #15151533;padding:18px 0;background:none;text-align:left;font:600 26px/1.2 Manrope}.brand-character-tabs button span{font-size:11px;font-weight:400}.brand-character-tabs button[aria-selected=true]{color:#b51e18}.brand-character-tabs button[aria-selected=true]::after{content:'↗';margin-left:auto}.brand-character-control [role=tabpanel]{padding-top:42px}.brand-character-control h2{font-size:clamp(28px,2.4vw,46px)}.brand-character-control p{font-size:16px;line-height:1.75;margin-top:24px;max-width:430px}.brand-studio-manifesto{background:#161916;color:#f7f4ef;display:grid;grid-template-columns:1.25fr 1fr;gap:36px;align-items:end}.brand-studio-manifesto .brand-kicker{grid-column:1/-1}.brand-studio-manifesto h2{font-size:clamp(42px,5vw,100px)}.brand-studio-manifesto h2 span{color:#ec3428}.brand-studio-manifesto>p:last-child{max-width:460px;font-size:18px;line-height:1.8;justify-self:end}.brand-process{display:grid;grid-template-columns:1fr 1.25fr;gap:7vw}.brand-process h2{font-size:clamp(38px,4vw,78px);margin-top:30px}.brand-process details{border-top:1px solid #15151544;padding:25px 0}.brand-process summary{display:flex;align-items:center;gap:30px;font-size:29px;cursor:pointer;list-style:none}.brand-process summary>span{font-size:12px}.brand-process summary>b{margin-left:auto;font-size:22px;font-weight:400}.brand-process details p{font-size:16px;line-height:1.8;margin:24px 0 4px 45px;max-width:490px}.brand-studio .brand-ending{background:#d8d3ca}
/* Shared closing chapters. */
.brand-people{display:grid;grid-template-columns:1fr 1.1fr;gap:8vw;border-top:1px solid var(--brand-line)}.brand-people h2{font-size:clamp(38px,4vw,78px);margin-top:30px}.brand-person-list details{border-top:1px solid var(--brand-line);padding:24px 0}.brand-person-list summary{display:flex;align-items:start;gap:24px;list-style:none;cursor:pointer}.brand-person-list summary>span{font-size:10px;padding-top:8px}.brand-person-list strong{font-size:clamp(20px,1.6vw,30px);font-weight:500}.brand-person-list small{display:block;font-size:12px;font-weight:400;line-height:1.6;margin-top:10px}.brand-person-list b{font-size:24px;font-weight:400;margin-left:auto}.brand-person-list details>p{font-size:14px;line-height:1.85;padding:24px 0 0 40px;max-width:510px}.brand-person-list details[open] b,.brand-process details[open] b{transform:rotate(45deg)}.brand-ending{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:end}.brand-ending .brand-kicker{grid-column:1/-1}.brand-ending h2{font-size:clamp(56px,6.4vw,124px)}.brand-ending>div{max-width:420px;width:100%;justify-self:end}.brand-experience [hidden]{display:none!important}@keyframes brand-film-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){.brand-versions{gap:20px;padding:10px 22px}.brand-versions>span{display:none}.brand-film-hero{grid-template-columns:52% 48%;min-height:560px}.brand-film-copy{padding:30px}.brand-film-hero h1{font-size:70px}.brand-statement,.brand-production{gap:28px}.brand-statement>p:last-child{font-size:16px}.brand-statement h2{font-size:42px}.brand-film-chapters>section{padding-left:5vw}.brand-film-chapters h2{font-size:32px}.brand-magazine-collage{grid-template-columns:1fr 1fr}.brand-magazine-caption{display:none}.brand-magazine-issue{right:4%;top:-34px;font-size:48px}.magazine-main{height:430px}.magazine-detail{height:300px}.brand-character-stage{padding:30px 7%;min-height:590px}.brand-character-stage figure{height:540px}.brand-character-control{padding:34px 24px}.brand-character-tabs button{font-size:23px}.brand-character-control p{font-size:14px}.brand-people{gap:5vw}.brand-person-list summary{gap:15px}.brand-studio-manifesto{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.brand-space{padding:60px 22px}.brand-kicker{font-size:9px!important}.brand-versions{font-size:10px;gap:20px;min-height:52px}.brand-film-hero{height:auto;min-height:0;display:flex;flex-direction:column}.brand-film-copy{padding:28px 22px}.brand-film-hero h1{font-size:clamp(54px,15vw,88px);margin:30px 0 8px;line-height:1}.brand-film-bottom p{font-size:12px}.brand-disc{width:60px;height:60px}.brand-film-portrait{height:480px}.brand-frame-corner{left:22px;bottom:22px}.brand-statement,.brand-production,.brand-studio-manifesto,.brand-people,.brand-process,.brand-ending{grid-template-columns:1fr}.brand-statement>p:last-child,.brand-studio-manifesto>p:last-child{justify-self:start;font-size:16px}.brand-film-track{display:block;margin:0 22px}.brand-film-screen{height:54svh;top:84px;z-index:2;box-shadow:0 15px 25px #151716}.brand-film-chapters>section{min-height:64svh;padding:38px 0 50px;justify-content:end}.brand-film-chapters h2{font-size:32px}.brand-film-chapters p:last-child{font-size:15px}.brand-production{margin-top:40px}.brand-production h2{font-size:60px}.brand-production>p:not(.brand-kicker){font-size:16px}.brand-production-stamp{grid-column:1}.brand-magazine-top>span{display:none}.brand-magazine-hero{padding-top:28px}.brand-magazine-hero h1{font-size:clamp(35px,9.2vw,58px);margin-top:25px}.brand-magazine-collage{gap:24px;margin-top:40px;grid-template-columns:1.2fr .8fr}.magazine-main{height:290px;margin-left:0}.magazine-detail{height:190px;margin-top:70px}.brand-magazine-issue{font-size:30px;top:-10px}.brand-spread-heading{gap:16px}.brand-spread-heading button{width:38px;height:38px}.brand-spread-heading>div{gap:10px}.brand-spread-heading .brand-kicker{max-width:110px}.brand-spread{grid-template-columns:1fr;gap:30px;min-height:0}.brand-spread>figure{height:430px}.brand-spread>div{padding:0;gap:24px}.brand-spread h2{font-size:38px}.brand-spread p:not(.brand-kicker){font-size:16px}.brand-spread-folio{font-size:80px}.brand-studio-hero{padding-top:28px}.brand-studio-heading{grid-template-columns:1fr}.brand-studio-heading h1{font-size:clamp(37px,10vw,60px)}.brand-studio-heading>p:last-child{justify-self:start;font-size:13px}.brand-character{grid-template-columns:1fr;margin-top:24px}.brand-character-stage{height:440px;min-height:0;padding:20px 15% 30px}.brand-character-stage figure{height:390px}.brand-character-number{font-size:150px;bottom:55px}.brand-character-control{padding:24px}.brand-character-tabs{flex-direction:row;gap:16px}.brand-character-tabs button{font-size:13px;gap:6px;padding:12px 0}.brand-character-tabs button span{font-size:9px}.brand-character-tabs button[aria-selected=true]::after{display:none}.brand-character-control [role=tabpanel]{padding-top:24px;min-height:245px}.brand-character-control h2{font-size:28px}.brand-character-control p{margin-top:18px}.brand-studio-manifesto h2{font-size:46px}.brand-people h2,.brand-process h2{font-size:40px;margin-top:20px}.brand-experience .brand-copy{font-size:15px;line-height:1.8;margin-top:25px}.brand-people{gap:35px}.brand-person-list strong{font-size:21px}.brand-person-list details>p{padding-left:0}.brand-process summary{font-size:25px;gap:20px}.brand-process details p{margin-left:0}.brand-ending h2{font-size:56px}.brand-ending>div{justify-self:start;margin-top:12px}.brand-ending .experience-button{padding:20px}}
@media(prefers-reduced-motion:reduce){.brand-experience *{animation:none!important;scroll-behavior:auto!important;transition:none!important}.brand-film-portrait img,.brand-character-stage figure{transform:none!important}}


.club-experience{--club-red:#bb211c;--chrome:linear-gradient(130deg,#a5a8ac 0%,#f0f0ee 24%,#717880 40%,#dfe2e5 52%,#51575e 69%,#c9cdd0 85%,#717880 100%);color:#161616;background:var(--paper);overflow:clip}.club-experience *{box-sizing:border-box;min-width:0}.club-experience :is(h1,h2,h3,p){margin:0}.club-experience :is(h1,h2){font-family:'Days One',Manrope,sans-serif;font-weight:400;letter-spacing:-.045em;line-height:1.08;text-transform:none}.club-experience h1:focus{outline:none}.club-experience button{font:inherit}.club-experience em{font-style:normal;color:var(--club-red)}.club-experience .experience-button{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:21px 25px;background:#151515;color:#fff;font-size:13px;transition:background .25s}.club-experience :is(button,a,summary,input):focus-visible{outline:2px solid var(--cursor-red);outline-offset:5px}.club-hero{display:grid;grid-template-columns:1.1fr 1fr;min-height:calc(100svh - 88px);max-height:1040px;background:#e8e4dd}.club-hero-copy{display:flex;flex-direction:column;align-items:start;justify-content:center;padding:55px 4.8vw;gap:38px}.club-hero h1{font-size:clamp(46px,5vw,96px);line-height:1.09}.club-hero h1 span{display:block}.club-hero-lead{font-size:21px;line-height:1.55}.club-hero-actions{display:flex;flex-direction:column;gap:22px;min-width:280px}.club-explore{display:flex;justify-content:space-between;align-items:center;border:0;padding:0;background:none;font-size:12px!important;text-align:left}.club-explore:hover{color:var(--cursor-red)}.club-card-scene{display:grid;place-items:center;position:relative;overflow:hidden;min-height:650px;background:radial-gradient(ellipse at 70% 35%,#394047 0%,#16191c 60%,#0c0d0f 100%);perspective:1300px}.club-orbit{position:absolute;border:1px solid #d1d6e229;border-radius:50%;width:1000px;height:420px;transform:rotate(-50deg);pointer-events:none}.orbit-two{width:700px;height:260px;transform:rotate(38deg)}.club-member-card{position:relative;width:min(85%,600px);aspect-ratio:1.52;padding:32px;border:1px solid #cad0d988;border-radius:18px;color:#e6e8e8;background:radial-gradient(ellipse at var(--card-light-x,65%) var(--card-light-y,15%),#7f889389,transparent 63%),linear-gradient(128deg,#23282d,#424950 28%,#121517 61%,#4a525a);box-shadow:0 30px 55px #0009,inset 0 1px 0 #ffffffe0;transform:rotateX(var(--card-rotate-x,7deg)) rotateY(var(--card-rotate-y,-12deg)) rotateZ(-6deg);transition:transform .7s cubic-bezier(.2,.75,.2,1),background .5s;display:flex;flex-direction:column;justify-content:space-between;z-index:1}.club-member-card::after{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(115deg,transparent 5%,#ffffff05 38%,#ffffff28 43%,transparent 55%);pointer-events:none}.club-card-top{display:flex;align-items:start;justify-content:space-between;font-family:'Days One';font-size:16px;line-height:1.1;letter-spacing:.02em}.club-chrome-symbol{display:block;width:72px;height:72px;background:var(--chrome);mask:url('assets/symbol-transparent-v5.svg') center/contain no-repeat;-webkit-mask:url('assets/symbol-transparent-v5.svg') center/contain no-repeat;filter:drop-shadow(0 2px 0 #050608)}.club-card-gift strong{display:block;font-family:'Days One';font-weight:400;font-size:clamp(75px,7.8vw,150px);line-height:.95;letter-spacing:-.07em;background:var(--chrome);background-clip:text;-webkit-background-clip:text;color:transparent;filter:drop-shadow(0 2px 1px #0009)}.club-card-gift>span{font-size:13px;display:block;margin-top:12px}.club-card-bottom{display:flex;justify-content:space-between;font-size:8px;line-height:1.7;letter-spacing:.1em;margin-top:27px}.club-card-caption{position:absolute;bottom:40px;font-size:10px;color:#c4c5c6;letter-spacing:.04em}.club-manifesto{position:relative;padding:110px 6vw;display:grid;grid-template-columns:1.25fr 1fr;gap:40px}.club-manifesto .brand-kicker{grid-column:1/-1}.club-manifesto h2{font-size:clamp(40px,4.6vw,90px)}.club-manifesto>p:last-of-type{font-size:19px;line-height:1.85;max-width:440px;justify-self:end;align-self:end}.club-mini-symbol{position:absolute;width:75px;height:75px;right:6vw;top:35px;transform:rotate(12deg);mask:url('assets/symbol-transparent-v5.svg') center/contain no-repeat;background:#be211b}.club-level-section{padding:90px 5vw;background:#eae6df;scroll-margin-top:88px}.club-level-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:50px}.club-level-heading h2{font-size:clamp(35px,3.5vw,70px);margin-top:24px}.club-level-heading>p{font-size:14px;line-height:1.7;max-width:300px;padding-bottom:8px}.club-level-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.club-level-tab{position:relative;display:flex;flex-direction:column;align-items:start;text-align:left;padding:30px;min-height:350px;border:1px solid #15151528;background:#f7f4ef;color:#151515;transition:background .3s,color .3s,transform .3s}.club-level-tab[aria-selected=true]{background:#202427;color:#f7f4ef}.club-level-tab:hover{transform:translateY(-6px)}.club-level-index{font-size:10px;opacity:.65}.club-level-name{font:400 29px/1.1 'Days One';margin-top:24px}.club-level-tab>strong{font:400 clamp(68px,7vw,140px)/1 'Days One';margin-top:24px;letter-spacing:-.06em}.club-level-tab[aria-selected=true]>strong{background:var(--chrome);background-clip:text;-webkit-background-clip:text;color:transparent}.club-level-tab>strong small{font-size:.6em}.club-level-threshold{font-size:12px;line-height:1.6;margin-top:24px}.club-level-tab>i{position:absolute;top:26px;right:26px;font-size:21px;font-style:normal}.club-level-panel{display:grid;grid-template-columns:1fr 1.4fr;gap:7vw;padding:45px 10px 5px}.club-level-panel h3{font:400 36px/1.1 'Days One';margin:20px 0}.club-level-panel>div>p:not(.brand-kicker){font-size:15px;line-height:1.7;max-width:350px}.club-level-meter label{display:block;font-size:12px;margin-bottom:12px}.club-level-meter output{font-size:36px;letter-spacing:-.04em;font-weight:600}.club-level-meter input{display:block;width:100%;margin:25px 0 12px;accent-color:#b51c16;cursor:pointer}.club-meter-labels{position:relative;display:flex;justify-content:space-between;font-size:9px;color:#625e58}.club-meter-labels span:nth-child(2){position:absolute;left:25%;transform:translateX(-50%)}.club-meter-labels span:nth-child(3){position:absolute;left:75%;transform:translateX(-50%)}.club-level-meter p{margin-top:24px;font-size:13px!important}.club-level-meter small{display:block;font-size:10px;line-height:1.7;color:#706a63;margin-top:12px}.club-join-section{padding:100px 6vw;display:grid;grid-template-columns:1fr 1.2fr;gap:10vw;align-items:center}.club-join-number{font:400 clamp(120px,14vw,270px)/.88 'Days One';letter-spacing:-.08em;color:#be211b}.club-join-section h2{font-size:clamp(38px,4.1vw,80px);margin-top:26px}.club-join-section ol{list-style:none;padding:0;margin:36px 0}.club-join-section li{display:flex;gap:26px;padding:20px 0;border-top:1px solid #15151522}.club-join-section li>span{font-size:10px;padding-top:4px}.club-join-section h3{font-size:19px;font-weight:600}.club-join-section li p{font-size:13px;line-height:1.7;margin-top:10px;max-width:380px}.club-join-section .experience-button{max-width:450px}.club-birthday{position:relative;display:grid;grid-template-columns:.5fr 1.6fr 1fr;align-items:center;gap:40px;padding:75px 7vw;background:#b4211c;color:#fff0e7;overflow:hidden}.club-birthday>span{font-size:130px;font-weight:200}.club-birthday h2{font-size:clamp(40px,4.1vw,80px);margin-top:24px}.club-birthday p:last-child{font-size:15px;margin-top:22px;line-height:1.7}.club-birthday .club-chrome-symbol{width:clamp(150px,20vw,380px);height:clamp(150px,20vw,380px);transform:rotate(12deg)}.club-faq{padding:100px 6vw;display:grid;grid-template-columns:1fr 1.3fr;gap:10vw}.club-faq h2{font-size:clamp(35px,3.6vw,70px);margin-top:26px}.club-faq details{border-top:1px solid #15151533;padding:23px 0}.club-faq summary{display:flex;justify-content:space-between;gap:30px;font-size:19px;cursor:pointer;list-style:none}.club-faq summary b{font-size:22px;font-weight:400}.club-faq details[open] b{transform:rotate(45deg)}.club-faq details p{font-size:14px;line-height:1.85;max-width:500px;padding-top:20px}.club-faq a{color:#b31e18}.club-final{padding:80px 6vw 100px;background:#202426;color:#f7f4ef;text-align:center}.club-final h2{font-size:clamp(45px,5vw,100px);margin:35px 0}.club-final .experience-button{background:var(--paper);color:#151515;max-width:330px;margin:0 auto}.club-final>a:last-child{display:inline-block;font-size:12px;margin-top:26px;color:#c6c7c4}.club-experience [hidden]{display:none!important}
@media(max-width:1000px){.club-hero h1{font-size:57px}.club-hero-copy{padding:40px 30px}.club-card-scene{min-height:620px}.club-member-card{padding:23px}.club-card-gift strong{font-size:85px}.club-card-top{font-size:12px}.club-chrome-symbol{width:50px;height:50px}.club-level-tab{padding:23px;min-height:300px}.club-level-name{font-size:23px}.club-level-tab>strong{font-size:85px}.club-manifesto h2{font-size:49px}.club-manifesto>p:last-of-type{font-size:16px}.club-birthday>span{font-size:90px}}
@media(max-width:680px){.club-hero{grid-template-columns:1fr;max-height:none;min-height:0}.club-hero-copy{padding:35px 22px;gap:26px}.club-hero h1{font-size:clamp(42px,11vw,67px)}.club-hero h1 span{display:inline}.club-hero-lead{font-size:17px}.club-hero-actions{min-width:0;width:100%;max-width:370px;gap:20px}.club-card-scene{min-height:410px}.club-member-card{width:85%;padding:24px;border-radius:12px}.club-card-gift strong{font-size:85px}.club-card-gift>span{font-size:11px}.club-card-bottom{font-size:7px;margin-top:20px}.club-card-caption{bottom:24px;font-size:9px}.club-manifesto{padding:65px 22px;grid-template-columns:1fr;gap:28px}.club-manifesto h2{font-size:36px}.club-manifesto>p:last-of-type{justify-self:start;font-size:16px}.club-mini-symbol{width:44px;height:44px;right:22px;top:24px}.club-level-section{padding:60px 22px;scroll-margin-top:78px}.club-level-heading{display:block;margin-bottom:32px}.club-level-heading h2{font-size:32px}.club-level-heading>p{margin-top:25px;font-size:13px}.club-level-tabs{gap:7px}.club-level-tab{padding:13px 10px;min-height:230px}.club-level-name{font-size:16px;min-height:38px;max-width:85px;line-height:1.2;margin-top:17px}.club-level-tab>strong{font-size:47px;margin-top:16px}.club-level-tab>i{display:none}.club-level-threshold{font-size:10px;margin-top:18px}.club-level-index{font-size:9px}.club-level-panel{grid-template-columns:1fr;padding:30px 0 0;gap:26px}.club-level-panel h3{font-size:28px;margin:14px 0}.club-level-panel>div>p:not(.brand-kicker){font-size:13px}.club-level-meter output{font-size:31px}.club-level-meter label{font-size:11px}.club-meter-labels{font-size:8px}.club-join-section{padding:65px 22px;grid-template-columns:1fr;gap:34px}.club-join-number{font-size:90px;line-height:1}.club-join-number br{display:none}.club-join-section h2{font-size:39px}.club-join-section li{gap:18px}.club-join-section h3{font-size:18px}.club-join-section li p{font-size:13px}.club-birthday{padding:60px 22px;grid-template-columns:1fr 100px;gap:15px}.club-birthday>span{display:none}.club-birthday h2{font-size:35px}.club-birthday p:last-child{font-size:13px}.club-birthday .club-chrome-symbol{width:150px;height:150px;margin-left:-10px}.club-faq{padding:65px 22px;grid-template-columns:1fr;gap:35px}.club-faq h2{font-size:37px}.club-faq summary{font-size:17px}.club-final{padding:60px 22px 75px}.club-final h2{font-size:39px}}
@media(prefers-reduced-motion:reduce){.club-experience *{animation:none!important;transition:none!important}.club-member-card{transform:rotateZ(-4deg)!important}.club-level-tab:hover{transform:none}}

.campaign-gallery{--campaign-accent:#ec3b2d;--campaign-paper:#efebe5;background:#25211f;color:var(--campaign-paper);padding:60px 4vw 35px;transition:background .6s;color-scheme:dark}.campaign-heading{display:flex;justify-content:space-between;align-items:end;gap:25px}.campaign-heading .eyebrow{color:#c8beb2}.campaign-heading h2{font-size:clamp(45px,6vw,112px);line-height:1;letter-spacing:-.055em;text-transform:none;color:var(--campaign-paper)}.campaign-heading>a{font-size:12px;border-bottom:1px solid #ffffff60;padding-bottom:8px}.campaign-heading>a:hover{color:#ff3425}.campaign-tabs{display:flex;gap:30px;margin:30px 0 0;border-bottom:1px solid #ffffff2b}.campaign-tabs button{display:flex;gap:20px;align-items:center;padding:14px 0;background:none;border:0;border-bottom:2px solid transparent;color:#c7c0b8;font:500 13px Manrope}.campaign-tabs button>span{font-size:9px;opacity:.6}.campaign-tabs button[aria-selected="true"]{border-color:var(--campaign-accent);color:#fff}.campaign-stories{position:relative}.campaign-panel{display:grid;grid-template-columns:1.2fr .7fr .8fr;grid-template-rows:210px 400px;column-gap:3vw;row-gap:0;padding-top:35px;animation:campaign-enter .55s ease both;min-width:0}.campaign-panel>*{min-width:0}.campaign-photo{position:relative;display:block;padding:0;border:0;background:#171719;width:100%;height:100%;overflow:hidden}.campaign-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 25%;transition:transform .8s cubic-bezier(.2,.75,.2,1)}.campaign-photo:hover img{transform:scale(1.04)}.campaign-photo>span{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:end;padding:35px 18px 18px;background:linear-gradient(transparent,#0008);color:#fff}.campaign-photo small{font-size:10px}.campaign-photo b{font-size:22px;font-weight:400}.campaign-photo-0{grid-column:1;grid-row:1/3}.campaign-photo-1{grid-column:2;grid-row:2;height:88%;align-self:end}.campaign-photo-2{grid-column:3;grid-row:2;height:66%;align-self:start;margin-top:32px}.campaign-title{grid-column:2/4;grid-row:1;align-self:start;padding:5px 0 0}.campaign-title h3{font:400 clamp(26px,2.8vw,52px)/1.13 'Days One';letter-spacing:-.04em;text-transform:none;margin:0;color:var(--campaign-paper)}.campaign-title p{font-size:12px;line-height:1.7;color:#c5bdb3;margin:20px 0 0}.campaign-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;margin-top:30px;border-top:1px solid #ffffff30;gap:25px}.campaign-bottom>span{font-size:11px;font-variant-numeric:tabular-nums}.campaign-bottom p{font-size:11px;color:#c5bdb3}.campaign-bottom button{display:flex;gap:40px;align-items:center;font:12px Manrope;padding:0;background:none;border:0;color:inherit}.campaign-bottom button span{font-size:28px}.campaign-bottom button:hover{color:#ff3425}.campaign-gallery[data-campaign="1"]{background:#393d38;--campaign-accent:#e88497}.campaign-gallery[data-campaign="2"]{background:#455658;--campaign-accent:#f6acaf}.campaign-gallery[data-campaign="2"] .campaign-photo-1 img{object-position:50% 50%}.campaign-gallery [hidden]{display:none!important}@keyframes campaign-enter{from{opacity:.2;transform:translateY(15px)}to{opacity:1;transform:none}}
@media(max-width:1000px){.campaign-panel{grid-template-rows:200px 320px;column-gap:22px}.campaign-title h3{font-size:32px}.campaign-photo-1{height:90%}.campaign-photo-2{height:75%;margin-top:28px}}
@media(max-width:680px){.campaign-gallery{padding:45px 22px 30px}.campaign-heading{align-items:start}.campaign-heading h2{font-size:37px}.campaign-heading>a{font-size:9px;white-space:nowrap;margin-top:40px}.campaign-heading .eyebrow{font-size:8px;margin-bottom:17px}.campaign-tabs{gap:18px;margin-top:25px;justify-content:space-between}.campaign-tabs button{font-size:10px;gap:0;padding:12px 0}.campaign-tabs button>span{display:none}.campaign-panel{grid-template-columns:1fr 1fr;grid-template-rows:auto 410px 220px;gap:18px;padding-top:24px}.campaign-title{grid-row:1;grid-column:1/-1;padding-bottom:8px}.campaign-title h3{font-size:29px}.campaign-title p{font-size:11px;margin-top:16px}.campaign-photo-0{grid-column:1/-1;grid-row:2}.campaign-photo-1{grid-column:1;grid-row:3;height:100%}.campaign-photo-2{grid-column:2;grid-row:3;height:82%;margin-top:0;align-self:end}.campaign-photo small{font-size:9px}.campaign-photo>span{padding:30px 11px 11px}.campaign-bottom{margin-top:24px;padding-top:20px}.campaign-bottom p{display:none}.campaign-bottom button{font-size:11px;gap:30px}}
@media(prefers-reduced-motion:reduce){.campaign-gallery *{animation:none!important;transition:none!important}}
.campaign-gallery[data-campaign="0"] .campaign-photo-0 img{object-position:50% 85%}

/* Lower chapters echo the approved membership card, with the original dog artwork. */
.club-level-section{background:#1e2325;color:#f2f0eb;padding-top:80px;padding-bottom:75px}.club-level-tabs{gap:22px}.club-level-tab{background:radial-gradient(ellipse at var(--shine-x,30%) 5%,#646d7470,transparent 65%),linear-gradient(125deg,#343b40,#181d20 60%,#353d42);color:#e4e5e3;border:1px solid #9aa1a647;border-radius:16px;min-height:340px;box-shadow:inset 0 1px 0 #ffffff40,0 14px 32px #0003;transition:transform .5s,box-shadow .5s}.club-level-tab[aria-selected=true]{color:#24282a;background:radial-gradient(ellipse at var(--shine-x,25%) 5%,#ffffffb0,transparent 50%),linear-gradient(125deg,#a4acb2,#e4e6e5 35%,#bcc2c4 64%,#e3e4e1);border-color:#f0f0ea}.club-level-tab[aria-selected=true]>strong{background:linear-gradient(130deg,#13191d,#667079 40%,#12191b 60%,#626b72);background-clip:text;-webkit-background-clip:text;color:transparent}.club-level-tab:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:inset 0 1px 0 #ffffff70,0 24px 40px #0005}.club-level-name{font-size:27px}.club-level-panel{padding-top:50px}.club-level-panel h3{color:#eeeee8!important}.club-level-meter input{accent-color:#dc2a20}.club-meter-labels,.club-level-meter small{color:#b4b7b5}.club-level-meter output{color:#fff}.club-level-heading>p{color:#cbceca}.club-join-section{grid-template-columns:1fr 1fr;gap:8vw;background:#ece8e0;padding-top:90px;padding-bottom:90px}.club-ticket-scene{text-align:center;perspective:1600px;position:relative}.club-ticket{position:relative;display:block;aspect-ratio:1.1;width:100%;max-width:650px;padding:0;background:none;border:0;transform-style:preserve-3d;transition:transform 1s cubic-bezier(.2,.7,.15,1);transform:rotate(-5deg);color:#181b1c}.club-ticket[aria-pressed=true]{transform:rotateY(180deg) rotate(4deg)}.club-ticket-face{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;align-items:start;text-align:left;border:1px solid #aaa9a3;border-radius:14px;padding:32px;backface-visibility:hidden;background:linear-gradient(135deg,#e5e5df,#b1b5b5 40%,#ebece7 66%,#aaafb1);box-shadow:0 25px 45px #29272426;overflow:hidden}.club-ticket-face>span{font-size:11px;letter-spacing:.09em;position:relative;z-index:1}.club-ticket-face>strong{font:400 clamp(38px,4.1vw,79px)/1.1 'Days One';letter-spacing:-.045em;position:relative;z-index:1;max-width:80%}.club-ticket-front .club-large-dog{position:absolute;right:-16%;width:65%;height:90%;bottom:-20%;background:linear-gradient(130deg,#595e61,#282f34);transform:rotate(-20deg)}.club-ticket-back{transform:rotateY(180deg);background:#242b2e;color:#f4f1e9}.club-ticket-back>strong{font-size:clamp(70px,8.5vw,160px);background:var(--chrome);background-clip:text;-webkit-background-clip:text;color:transparent;max-width:100%}.club-ticket-back>strong small{display:block;font:17px/1.4 Manrope;letter-spacing:0;color:#f3f0ea;margin-top:18px}.club-ticket-caption{display:block;font-size:11px;margin-top:28px;color:#6d6b65}.club-large-dog{display:block;mask:url('assets/dog-head-v5.svg') center/contain no-repeat;-webkit-mask:url('assets/dog-head-v5.svg') center/contain no-repeat;background:var(--chrome)}.club-birthday.club-big-dog-scene{display:grid;grid-template-columns:1.1fr 1fr;background:#d9d8d2;color:#202628;min-height:620px;padding:90px 6vw;isolation:isolate}.club-birthday.club-big-dog-scene h2{font-size:clamp(50px,6vw,112px)}.club-big-dog-scene>.club-large-dog{position:absolute;right:-5vw;bottom:-17vw;width:60vw;height:66vw;max-height:1050px;background:radial-gradient(ellipse at var(--shine-x,40%) 20%,#b0b6ba,transparent 65%),linear-gradient(135deg,#a0a8ad,#3e4850 40%,#879197 58%,#333e46);z-index:-1;transform:translate(var(--dog-x,0px),var(--dog-y,0px)) rotate(-12deg);transition:transform .7s ease-out}.club-big-dog-scene>div{max-width:850px}.club-big-dog-scene>div p:last-child{max-width:340px;font-size:17px}.club-faq{background:#f2efe9}.club-faq details[open]{padding-bottom:30px;border-top-color:#b92018}.club-faq details[open] summary{color:#b92018}.club-final{position:relative;overflow:hidden}.club-final h2{position:relative;z-index:1}
@media(max-width:1000px){.club-level-name{font-size:22px}.club-ticket-face{padding:24px}.club-ticket-face>strong{font-size:40px}.club-ticket-back>strong{font-size:80px}.club-birthday.club-big-dog-scene{min-height:500px}}
@media(max-width:680px){.club-level-section{padding:55px 22px}.club-level-tabs{gap:8px}.club-level-tab{min-height:224px;border-radius:9px;padding:13px 10px}.club-level-name{font-size:15px}.club-level-tab:hover{transform:translateY(-4px)}.club-level-panel{padding-top:30px}.club-join-section{grid-template-columns:1fr;padding:60px 22px;gap:55px}.club-ticket{width:93%;margin:auto;max-width:410px}.club-ticket-face{padding:24px}.club-ticket-face>strong{font-size:41px}.club-ticket-back>strong{font-size:83px}.club-ticket-face>span{font-size:9px}.club-ticket-back>strong small{font-size:14px}.club-ticket-caption{font-size:10px}.club-birthday.club-big-dog-scene{display:block;min-height:660px;padding:60px 22px}.club-birthday.club-big-dog-scene h2{font-size:46px}.club-big-dog-scene>.club-large-dog{width:100vw;height:110vw;bottom:-30vw;right:-25vw;max-height:none}.club-big-dog-scene>div p:last-child{font-size:14px;max-width:225px}.club-level-panel h3{font-size:27px}}
@media(prefers-reduced-motion:reduce){.club-ticket{transition:none}.club-big-dog-scene>.club-large-dog{transform:rotate(-12deg)}}

/* Pointer tilt belongs to an outer plane; clicking flips the inner card. */
.club-ticket-tilt{transform-style:preserve-3d;transform:rotateX(var(--ticket-rx,7deg)) rotateY(var(--ticket-ry,-10deg));transition:transform .22s ease-out}
.club-ticket-front{background:radial-gradient(ellipse at var(--ticket-light-x,25%) var(--ticket-light-y,15%),#ffffffa3,transparent 57%),linear-gradient(135deg,#d6d9d7,#adb3b6 38%,#e6e8e3 68%,#9ca5aa)}
.club-ticket-back{background:radial-gradient(ellipse at var(--ticket-light-x,25%) var(--ticket-light-y,15%),#929da34d,transparent 65%),#242b2e}
.club-ticket-tilt .club-ticket{margin-inline:auto}
@media(hover:none),(prefers-reduced-motion:reduce){.club-ticket-tilt{transform:none;transition:none}}

.campaign-tabs{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#ffffff30 transparent;gap:28px}.campaign-tabs button{flex:0 0 auto;white-space:nowrap;gap:10px}
.campaign-gallery[data-campaign="3"]{background:#535351}.campaign-gallery[data-campaign="4"]{background:#322323}.campaign-gallery[data-campaign="5"]{background:#283a40}.campaign-gallery[data-campaign="6"]{background:#36333a}.campaign-gallery[data-campaign="7"]{background:#492b35}
.campaign-gallery[data-campaign="4"] .campaign-photo-0 img{object-position:50% 40%}
.campaign-gallery[data-campaign="4"] :is(.campaign-photo-1,.campaign-photo-2),.campaign-gallery[data-campaign="5"] :is(.campaign-photo-0,.campaign-photo-1),.campaign-gallery[data-campaign="6"] :is(.campaign-photo-0,.campaign-photo-1),.campaign-gallery[data-campaign="7"] .campaign-photo-0{background:#e7e5e2}
.campaign-gallery[data-campaign="4"] :is(.campaign-photo-1,.campaign-photo-2) img,.campaign-gallery[data-campaign="5"] :is(.campaign-photo-0,.campaign-photo-1) img,.campaign-gallery[data-campaign="6"] :is(.campaign-photo-0,.campaign-photo-1) img,.campaign-gallery[data-campaign="7"] .campaign-photo-0 img{object-fit:contain;object-position:center}
/* The welcome card and the three levels share one opening composition. */
.club-entry{padding:35px 5vw 65px;background:radial-gradient(ellipse at 82% 0,#3c464b 0,transparent 55%),#202629;color:#eeeee9}.club-entry-top{display:grid;grid-template-columns:1.1fr 1fr;gap:6vw;align-items:center;margin-bottom:35px}.club-entry-copy h1{font-size:clamp(42px,4.4vw,84px);margin:25px 0;line-height:1.05}.club-entry-copy>p:not(.brand-kicker){font-size:16px;line-height:1.7;max-width:520px;color:#c3c7c5}.club-entry-copy .experience-button{display:inline-flex;min-width:235px;background:#ece9e2;color:#181b1d;margin-top:28px;padding:17px 22px}.club-entry .club-card-scene{min-height:370px;background:none;overflow:visible}.club-entry .club-orbit{width:100%;height:70%;opacity:.55}.club-entry .club-orbit.orbit-two{width:85%;height:85%}.club-entry .club-member-card{width:min(85%,530px);padding:27px;aspect-ratio:1.6}.club-entry .club-card-gift strong{font-size:112px}.club-entry .club-card-caption{bottom:0}.club-entry .club-card-top{font-size:13px}.club-entry .club-chrome-symbol{width:57px;height:57px}.club-entry .club-card-bottom{margin-top:16px}.club-entry-level-label{display:flex;justify-content:space-between;align-items:end;border-top:1px solid #ffffff26;padding:25px 0 20px;gap:30px}.club-entry-level-label p{font-size:12px;color:#c3c7c5}.club-entry-level-label>span{font-size:10px;letter-spacing:.09em;color:#9da5a6}.club-entry .club-level-tab{min-height:245px;padding:23px 27px}.club-entry .club-level-name{font-size:23px;margin-top:15px}.club-entry .club-level-tab>strong{font-size:82px;margin-top:18px}.club-entry .club-level-threshold{margin-top:15px;font-size:11px}.club-entry .club-level-panel{padding-top:40px}.club-entry .club-level-panel h3{font-size:29px}.club-entry .club-level-meter output{font-size:29px}.club-entry .club-level-meter input{margin-top:20px}
/* Keep the wordmark clear of the circle in the original dog artwork. */
.club-ticket-front{padding:32px}.club-ticket-front>strong{max-width:58%;font-size:clamp(36px,3.3vw,62px);align-self:start;margin-top:20px}.club-ticket-front .club-large-dog{width:42%;height:65%;right:-1%;bottom:-5%;transform:rotate(-10deg)}.club-ticket-front>span:last-child{font-size:10px;letter-spacing:.06em}.club-join-section{gap:7vw;padding-top:80px;padding-bottom:80px}.club-ticket-caption{margin-top:38px}.club-final{display:flex;justify-content:space-between;align-items:center;gap:35px;padding:42px 6vw;text-align:left}.club-final h2{font-size:32px;margin:0}.club-final .experience-button{margin:0;min-width:240px}.club-final>a:last-child{margin:0}
@media(max-width:1000px){.club-entry{padding:32px 30px 55px}.club-entry-top{gap:30px}.club-entry-copy h1{font-size:49px}.club-entry .club-card-scene{min-height:330px}.club-entry .club-member-card{width:95%;padding:22px}.club-entry .club-card-gift strong{font-size:89px}.club-entry .club-level-tab{padding:22px;min-height:235px}.club-entry .club-level-name{font-size:20px}.club-final{flex-wrap:wrap}.club-final h2{font-size:28px}}
@media(max-width:680px){.campaign-tabs{gap:24px;justify-content:start}.campaign-tabs button{font-size:11px}.club-entry{padding:30px 22px 48px}.club-entry-top{grid-template-columns:1fr;gap:25px;margin-bottom:20px}.club-entry-copy h1{font-size:41px;line-height:1.06;margin:20px 0}.club-entry-copy>p:not(.brand-kicker){font-size:13px}.club-entry-copy .experience-button{font-size:12px;margin-top:22px;min-width:205px}.club-entry .club-card-scene{min-height:270px}.club-entry .club-member-card{width:89%;padding:21px}.club-entry .club-card-gift strong{font-size:78px}.club-entry .club-card-top{font-size:10px}.club-entry .club-chrome-symbol{width:44px;height:44px}.club-entry .club-card-gift>span{font-size:10px}.club-entry .club-card-bottom{font-size:6px;margin-top:12px}.club-entry .club-card-caption{font-size:9px}.club-entry-level-label{display:block;padding:24px 0 18px}.club-entry-level-label p{font-size:12px;max-width:250px}.club-entry-level-label>span{display:block;margin-top:16px;font-size:9px}.club-entry .club-level-tabs{gap:8px}.club-entry .club-level-tab{min-height:223px;padding:13px 10px}.club-entry .club-level-name{font-size:15px;min-height:38px;max-width:85px}.club-entry .club-level-tab>strong{font-size:47px;margin-top:12px}.club-entry .club-level-threshold{font-size:9px;margin-top:17px}.club-entry .club-level-panel{padding-top:30px}.club-ticket-front{padding:24px}.club-ticket-front>strong{font-size:35px;max-width:59%;margin-top:12px}.club-ticket-front .club-large-dog{width:39%;height:63%;right:0;bottom:-3%}.club-ticket-front>span:last-child{font-size:8px}.club-join-section{padding:55px 22px;gap:48px}.club-final{display:flex;flex-direction:column;align-items:start;padding:35px 22px;gap:28px}.club-final h2{font-size:29px}.club-final .experience-button{width:100%;max-width:none}.club-final>a:last-child{font-size:12px}}

/* Four visual chapters unfold in one stage. The original photography stays intact. */
.brand-room{padding:0 24px;background:#f4f0e9;color:#181818}
.room-topline{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-room .room-topline h1{font:600 12px/1.5 Manrope,sans-serif;letter-spacing:.06em}
.room-topline>span,.room-topline>a{font-size:12px}
.room-topline>a:hover,.room-exit a:hover{color:#be251d}
.room-stage{display:flex;gap:8px;height:calc(100svh - 226px);min-height:680px;max-height:1000px}
.room-chapter{position:relative;flex:1;min-width:100px;overflow:hidden;background:#b9251e;color:#fff;transition:flex .85s cubic-bezier(.22,.7,.22,1)}
.room-chapter.is-open{flex:7}
.room-chapter[data-room-chapter="1"]{background:#232c2c}
.room-chapter[data-room-chapter="2"]{background:#4d6372}
.room-chapter[data-room-chapter="3"]{background:#d5d6d0;color:#222a2e}
.room-door{position:absolute;z-index:4;inset:0;width:100%;padding:25px 22px;border:0;background:none;color:inherit;display:flex;align-items:start;justify-content:space-between;font-size:12px!important}
.room-door>strong{position:absolute;left:50%;top:50%;writing-mode:vertical-rl;font:400 clamp(28px,2.5vw,48px)/1 'Days One';transform:translate(-50%,-50%) rotate(180deg);letter-spacing:-.035em;text-shadow:0 2px 18px #0007}
.room-door>b{align-self:end;font-size:27px;font-weight:400}
.room-chapter.is-open .room-door{inset:0 0 auto;height:62px;align-items:center;pointer-events:none}
.room-chapter.is-open .room-door>strong{position:static;transform:none;writing-mode:initial;font:600 12px Manrope;letter-spacing:.07em;text-transform:uppercase;text-shadow:none}
.room-chapter.is-open .room-door>b{display:none}
.room-door:focus-visible{outline-offset:-6px!important;outline-color:#fff!important}
.room-content{position:absolute;inset:62px 32px 45px;isolation:isolate}
.room-art{position:absolute;top:4%;bottom:4%;left:1.5%;width:51%;perspective:1200px;transition:width .85s cubic-bezier(.22,.7,.22,1),left .85s,top .85s,bottom .85s}
.room-photograph{display:block;position:absolute;inset:0;border:0;padding:0;width:100%;height:100%;background:transparent;box-shadow:0 22px 35px #0004;overflow:hidden;transform:rotate(-3deg) rotateY(var(--room-ry,0deg)) rotateX(var(--room-rx,0deg));transition:transform .35s ease-out}
.room-photograph img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 25%;max-width:none}
.room-photograph>span{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#f4f0e9;color:#1c2021;font-size:20px;box-shadow:0 3px 12px #0002}
.room-copy{position:absolute;inset:0 0 0 auto;width:42%;display:flex;flex-direction:column;justify-content:center;align-items:start;opacity:1;transition:opacity .35s .25s}
.room-eyebrow{font:500 10px/1.6 Manrope;letter-spacing:.1em;margin-bottom:25px!important}
.brand-room .room-copy h2{font-size:clamp(45px,5.1vw,98px);line-height:1.05;letter-spacing:-.065em;margin-bottom:28px}
.room-lead{font-size:clamp(14px,1.1vw,20px);line-height:1.65;max-width:360px}
.room-read{display:flex;align-items:center;justify-content:space-between;gap:24px;min-width:220px;border:0;border-bottom:1px solid currentColor;background:none;color:inherit;padding:17px 0;margin-top:35px;font-size:13px!important;text-align:left}
.room-read>span{font-size:24px;transition:transform .25s}
.room-read:hover>span{transform:rotate(45deg)}
.room-chapter:not(.is-open) .room-content{inset:0}
.room-chapter:not(.is-open) .room-art{inset:0;width:100%}
.room-chapter:not(.is-open) .room-photograph{transform:none;box-shadow:none}
.room-chapter:not(.is-open) .room-photograph>span{display:none}
.room-chapter:not(.is-open) .room-copy{opacity:0;transition:none;pointer-events:none}
.room-chapter:not(.is-open) .room-art::after{content:'';position:absolute;inset:0;background:linear-gradient(#0006,transparent 25%,#0004 70%,#0007);pointer-events:none}
.room-chapter:not(.is-open):hover .room-door>strong{transform:translate(-50%,-50%) rotate(180deg) translateY(-6px)}
.room-door>strong{transition:transform .4s}
/* White on the folded dog image; dark type returns when the chapter opens. */
@media(min-width:701px){
 .room-chapter[data-room-chapter="3"]:not(.is-open) .room-door>strong{color:#fff;text-shadow:none}
 .room-chapter[data-room-chapter="3"].is-open .room-door>strong{color:#181818}
}
.room-art-movement .room-photograph{transform:rotate(3deg) rotateY(var(--room-ry,0deg)) rotateX(var(--room-rx,0deg))}
.room-art-detail .room-photograph{transform:rotate(-3deg) rotateY(var(--room-ry,0deg)) rotateX(var(--room-rx,0deg))}
.room-frame-tabs{display:flex;gap:24px;margin-top:24px}
.room-frame-tabs button{padding:9px 0;border:0;border-bottom:1px solid #fff4;background:none;color:inherit;font-size:12px}
.room-frame-tabs button[aria-selected=true]{border-color:#fff}
.room-story{position:absolute;z-index:5;right:-8px;top:0;bottom:0;width:45%;padding:45px 32px;background:#f5f1ea;color:#202322;overflow:auto;box-shadow:-15px 15px 40px #0003;animation:room-story-in .45s ease both}
.room-story>button{position:absolute;right:15px;top:12px;font-size:28px;background:none;border:0;line-height:1;width:35px;height:35px}
.room-story h3{font:400 clamp(26px,2.4vw,44px)/1.1 'Days One';letter-spacing:-.055em;margin-bottom:30px}
.room-story>p:not(.room-eyebrow){font-size:clamp(14px,1vw,18px);line-height:1.8;margin-bottom:20px}
.room-story>a{font-size:13px;text-decoration:underline;text-underline-offset:5px}
.room-team-art{position:absolute;left:0;top:12%;bottom:12%;width:49%;perspective:1400px}
.room-dog-card{position:relative;height:100%;background:radial-gradient(ellipse at 25% 10%,#fbfdfad9,transparent 60%),linear-gradient(130deg,#9ba7ad,#dee1de 45%,#969fa5 72%,#bbc3c6);box-shadow:15px 28px 40px #27323a40,inset 0 0 0 1px #fffa;border-radius:18px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;transform:rotate(-8deg) rotateY(var(--room-ry,-12deg)) rotateX(var(--room-rx,6deg));transition:transform .35s ease-out;overflow:hidden}
.room-dog-card>span{font:400 25px/1 'Days One';letter-spacing:-.04em;z-index:1}
.room-dog-card>i{position:absolute;right:-5%;top:22%;width:103%;height:72%;mask:url('assets/dog-head-v5.svg') center/contain no-repeat;-webkit-mask:url('assets/dog-head-v5.svg') center/contain no-repeat;background:linear-gradient(125deg,#283741,#5c6c75 35%,#1c2930 64%,#8b969c)}
.room-dog-card>small{font-size:9px;letter-spacing:.05em;z-index:1}
.room-team-tabs{width:100%;display:flex;flex-direction:column;gap:3px}
.room-team-tabs button{background:none;border:0;border-bottom:1px solid #2224;display:flex;justify-content:space-between;gap:8px;padding:13px 0;text-align:left;color:inherit;font:500 clamp(14px,1.1vw,21px)/1.3 Manrope}
.room-team-tabs button[aria-selected=true]{color:#b21e17;border-color:#b21e17}
.room-team-tabs button span{opacity:0}.room-team-tabs button[aria-selected=true] span{opacity:1}
.room-team-copy h2{font-size:clamp(40px,4.4vw,84px)!important;margin-bottom:20px!important}
.room-team-copy .room-eyebrow{margin-bottom:14px!important}
.room-person{padding-top:20px;min-height:205px}
.room-person>span{font-size:10px;letter-spacing:.035em;text-transform:uppercase}
.room-person>p{font-size:clamp(13px,.88vw,16px);line-height:1.65;margin-top:13px}
.room-chapter:not(.is-open) .room-team-art{inset:15% -75%;width:250%}
.room-bottomline{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px}
.room-bottomline>button{border:0;background:none;display:flex;gap:35px;align-items:center;font-size:12px;padding:18px 0 18px 20px}
.room-bottomline>button>span{font-size:25px}.room-bottomline>button:hover{color:#bd211b}
.room-exit{border-top:0;display:grid;grid-template-columns:1fr auto;gap:26px;padding:60px 0 70px}
.room-exit>span{grid-column:1/-1;font-size:10px;letter-spacing:.08em}
.room-exit>a{font:400 clamp(28px,3.4vw,64px)/1.1 'Days One';letter-spacing:-.06em}
.room-exit>a>b{font:inherit;display:inline-block;margin-left:20px}
.room-exit>div{display:flex;align-items:end;gap:28px;font-size:12px}
@keyframes room-story-in{from{opacity:0;transform:translateX(28px)}to{opacity:1;transform:none}}
.room-feel{--feel-accent:#ba251d;display:grid;grid-template-columns:1.1fr 1fr;gap:0 7%;padding:55px 6vw 45px;margin:0 0 35px;background:#e8e3da;overflow:hidden;transition:background .65s}
.room-feel[data-feel="1"]{--feel-accent:#39556a;background:#dde3e4}
.room-feel[data-feel="2"]{--feel-accent:#594569;background:#e6e2ec}
.room-feel-intro{padding-top:14px;min-width:0;display:flex;flex-direction:column;align-items:start}
.room-feel-intro>span{font:500 10px/1.5 Manrope;letter-spacing:.09em}
.brand-room .room-feel h2{font:400 clamp(45px,4.6vw,88px)/1.06 'Days One';letter-spacing:-.065em;margin:38px 0 24px}
.room-feel h2 em{letter-spacing:-.015em;font-style:normal;color:var(--feel-accent);white-space:nowrap}
.room-feel-intro>p{font-size:15px;line-height:1.7;margin-bottom:40px}
.room-feel-tabs{width:100%;max-width:470px;margin-top:auto;display:flex;flex-direction:column}
.room-feel-tabs>button{display:flex;gap:18px;align-items:center;text-align:left;border:0;border-top:1px solid #25252525;background:transparent;padding:19px 0;font:500 18px/1.5 Manrope;color:#353737;transition:color .25s,padding .3s}
.room-feel-tabs>button>span{font-size:10px;align-self:center}
.room-feel-tabs>button>b{font:400 25px/1 Manrope;margin-left:auto;opacity:0;transform:translateX(-8px);transition:opacity .25s,transform .25s}
.room-feel-tabs>button[aria-selected=true]{color:var(--feel-accent);padding-left:12px}
.room-feel-tabs>button[aria-selected=true]>b{opacity:1;transform:none}
.room-feel-visual{position:relative;padding:12px 22px 0;perspective:1300px;min-width:0;width:min(100%,440px);justify-self:center}
.room-feel-visual figure{margin:0;animation:room-feel-in .55s both}
.room-feel-print{position:relative;aspect-ratio:3/4;transform:rotate(3deg) rotateY(var(--feel-x,0deg)) rotateX(var(--feel-y,0deg));transition:transform .35s ease-out;box-shadow:0 20px 30px #161d2628;background:#d6d4d0}
.room-feel-print>img{width:100%;height:100%;object-fit:contain}
.room-feel-print>span{position:absolute;bottom:23px;left:23px;color:white;font:400 19px/1 'Days One';letter-spacing:-.035em;text-shadow:0 1px 12px #0009;pointer-events:none}
.room-feel-visual figcaption{display:flex;gap:25px;font-size:10px;line-height:1.6;margin-top:30px}
.room-feel-visual figcaption>span{white-space:nowrap}
.room-feel-orbit{position:absolute;top:-15px;right:-16px;display:grid;place-items:center;width:86px;height:86px;border-radius:50%;background:var(--feel-accent);color:white;font:400 46px/1 Manrope;transform:rotate(-7deg);transition:transform .25s}.room-feel-orbit:hover{transform:rotate(0deg) scale(1.05)}
.room-feel-description{grid-column:1/-1;margin-top:65px;padding-top:28px;border-top:1px solid #25252530;display:grid;grid-template-columns:1fr 3fr;gap:6%}
.room-feel-description>span{font:400 16px/1.35 'Days One';letter-spacing:-.025em;color:var(--feel-accent)}
.room-feel-description>div{display:grid;grid-template-columns:1fr 1fr;gap:35px}
.room-feel-description p{font-size:clamp(13px,.9vw,17px);line-height:1.8}
@keyframes room-feel-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:1050px){.room-feel{padding:55px 4vw 40px;gap:0 4%}.brand-room .room-feel h2{font-size:5.3vw}.room-feel-tabs>button{font-size:15px;padding:14px 0}.room-feel-orbit{width:60px;height:60px;font-size:34px}.room-feel-description{grid-template-columns:1fr;gap:20px}.room-feel-description>span br{display:none}}
@media(max-width:700px){.room-feel{padding:32px 22px;display:flex;flex-direction:column;gap:30px}.room-feel-intro{padding:0}.room-feel-intro>span{font-size:8px}.brand-room .room-feel h2{font-size:clamp(32px,9vw,54px);margin:25px 0 17px}.room-feel-intro>p{font-size:12px;margin-bottom:20px}.room-feel-tabs>button{font-size:14px;padding:13px 0}.room-feel-visual{width:100%;max-width:390px;align-self:center;padding:12px 10px 0}.room-feel-visual figcaption{font-size:9px;margin-top:25px;gap:15px}.room-feel-orbit{width:56px;height:56px;right:-6px;top:0;font-size:30px}.room-feel-description{margin-top:5px;padding-top:25px;gap:19px;display:flex;flex-direction:column}.room-feel-description>span{font-size:13px}.room-feel-description>div{grid-template-columns:1fr;gap:18px}.room-feel-description p{font-size:13px;line-height:1.85}}
@media(min-width:1000px) and (max-height:850px){.room-stage{min-height:600px}.room-person{min-height:170px}.room-team-copy h2{font-size:60px!important}.room-team-tabs button{padding:9px 0}.room-copy h2{font-size:70px!important}.room-story{padding:40px 25px}}
@media(max-width:1050px){.room-chapter{min-width:72px}.room-chapter.is-open{flex:9}.room-door{padding:22px 14px}.room-content{inset:62px 24px 35px}.room-copy{width:44%}.room-art{left:0;width:48%}.room-read{min-width:0;width:100%}.room-story{width:50%;padding:45px 24px}.room-person{min-height:230px}.room-door>strong{font-size:28px}.room-topline>span{display:none}.room-team-art{width:46%}}
@media(max-width:700px){
 .brand-room{padding:0 12px}.room-topline{height:65px;gap:12px}.brand-room .room-topline h1{font-size:10px}.room-topline>a{font-size:10px}
 .room-stage{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;min-height:0;max-height:none;height:auto}
 .room-chapter,.room-chapter.is-open{display:contents}
 .room-door,.room-chapter.is-open .room-door{position:relative;inset:auto;grid-row:1;height:63px;padding:8px;display:flex;flex-direction:column;justify-content:space-between;align-items:start;pointer-events:auto;background:#e4e0d9;color:#2a2c2c;text-align:left;gap:7px}
 .room-door>strong,.room-chapter.is-open .room-door>strong{position:static;transform:none!important;writing-mode:initial;font:500 10px/1.2 Manrope;letter-spacing:0;text-transform:none;text-shadow:none}
 .room-door>span{font-size:9px}.room-door>b{display:none}.room-chapter.is-open .room-door{background:#b9251e;color:#fff}
 .room-chapter .room-content{display:none}.room-chapter.is-open .room-content{position:relative;display:flex;flex-direction:column;inset:auto;grid-column:1/-1;grid-row:2;min-height:690px;padding:24px 23px 30px;background:#b9251e;color:#fff;overflow:hidden}
 .room-chapter[data-room-chapter="1"] .room-content{background:#232c2c}.room-chapter[data-room-chapter="2"] .room-content{background:#4d6372}.room-chapter[data-room-chapter="3"] .room-content{background:#d5d6d0;color:#222a2e}
 .room-art{position:relative;top:auto;bottom:auto;left:auto;width:84%;height:340px;min-height:340px;margin:2px auto 25px}.room-photograph>span{width:33px;height:33px;right:9px;bottom:9px}
 .room-copy{position:relative;inset:auto;width:100%;display:block;transition:none}.room-eyebrow{font-size:8px;margin-bottom:12px!important}
 .brand-room .room-copy h2{font-size:43px;line-height:1.05;margin-bottom:17px}.room-lead{font-size:13px;line-height:1.7}.room-read{margin-top:17px;padding:11px 0;font-size:12px!important}.room-read>span{font-size:22px}
 .room-story{inset:0;width:100%;padding:60px 26px 32px;bottom:0}.room-story h3{font-size:35px}.room-story>p:not(.room-eyebrow){font-size:16px;line-height:1.8}
 .room-team-art{position:relative;inset:auto;width:78%;height:300px;min-height:300px;margin:12px auto 38px}.room-dog-card{padding:23px}.room-dog-card>span{font-size:22px}.room-dog-card>small{font-size:8px}.room-team-copy h2{font-size:43px!important}.room-team-tabs button{font-size:16px;padding:13px 0}.room-person{min-height:200px}.room-person>p{font-size:14px}.room-person>span{font-size:9px}
 .room-frame-tabs{margin-top:12px}.room-frame-tabs button{font-size:11px}.room-bottomline{height:67px;font-size:10px}.room-bottomline>p{display:none}.room-bottomline>button{font-size:11px;gap:20px}
 .room-exit{padding:35px 0 42px;grid-template-columns:1fr;gap:24px}.room-exit>a{font-size:33px;max-width:320px}.room-exit>a>b{margin-left:4px}.room-exit>div{font-size:11px;gap:25px}
}
@media(prefers-reduced-motion:reduce){.brand-room *{transition:none!important;animation:none!important}.room-photograph{transform:rotate(-3deg)!important}.room-dog-card{transform:rotate(-8deg)!important}}

/* Account and club checkout preview. Never loads the live loyalty/payment SDKs. */
.account-toggle{display:flex;align-items:center;gap:8px;font:inherit;color:inherit;padding:10px 0}.account-toggle svg{fill:none;stroke:currentColor;stroke-width:1.4}
.account-toggle:hover{color:var(--cursor-red)}
.member-dialog{width:1040px;max-width:calc(100% - 48px);max-height:calc(100svh - 48px);padding:0;border:0;background:var(--paper,#f7f4f0);color:#181818;overflow:auto;overscroll-behavior:contain;font-family:Manrope,sans-serif}
.member-dialog::backdrop{background:#15151575;backdrop-filter:blur(5px)}.member-dialog [hidden]{display:none!important}
.member-dialog{scrollbar-width:thin;scrollbar-color:#bdb5ab transparent}.member-dialog::-webkit-scrollbar{width:5px}.member-dialog::-webkit-scrollbar-thumb{background:#bdb5ab;border-radius:4px}#member-title:focus{outline:none}
.member-heading{display:flex;align-items:center;justify-content:space-between;padding:26px 36px 20px;border-bottom:1px solid #18181818}
.member-heading p,.member-kicker{font-size:10px;font-weight:600;letter-spacing:.12em;margin:0 0 9px;line-height:1.5}
.member-heading h2{font-size:32px;font-weight:650;letter-spacing:-.045em;margin:0;line-height:1.2}
.member-close{height:44px;width:44px;font-size:34px;line-height:1;color:#181818;border-radius:50%;background:transparent;flex:none}.member-close:hover{background:#1818180b}
.member-demo{padding:12px 36px;font-size:10px;display:flex;align-items:center;gap:8px;color:#6c6560;border-bottom:1px solid #18181812;line-height:1.5}
.member-demo>i{height:5px;width:5px;border-radius:50%;background:#ad2523;flex:none}
.member-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}
.member-content{padding:28px 36px 32px;min-width:0}.member-content:focus,.member-content h3:focus{outline:none}
.member-step-label{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:10px;letter-spacing:.02em;margin-bottom:22px;color:#716860}
.member-step-label>span:first-child{color:#181818}.member-step-label .member-text{margin:0;font-size:10px}
.member-card{padding:21px 24px 18px;position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse at 95% 0,#77777d 0,transparent 55%),linear-gradient(120deg,#121316 15%,#3e3f45 55%,#18191c);color:#eeeae7;border-radius:3px}
.member-card::after{content:'';position:absolute;inset:-60% -35%;transform:rotate(-26deg);background:linear-gradient(90deg,transparent 35%,#ffffff14 48%,transparent 60%);pointer-events:none}
.member-card-top,.member-card-bottom{display:flex;justify-content:space-between;align-items:start;font-size:8px;line-height:1.5;letter-spacing:.08em;position:relative;z-index:1;gap:10px}
.member-card>img{position:absolute;width:125px;height:125px;object-fit:contain;right:7px;top:39px;filter:brightness(0) invert(1);opacity:.18;transform:rotate(-10deg);pointer-events:none}
.member-card>strong{display:block;font-family:'Days One',Manrope,sans-serif;font-weight:400;font-size:36px;line-height:1.08;letter-spacing:-.045em;margin:30px 0 26px;position:relative;z-index:1}
.member-card>strong>small{display:block;font:400 12px/1.5 Manrope,sans-serif;letter-spacing:0;margin-top:8px}
.member-card-bottom{align-items:center;font-size:7px}.member-card-bottom>span:last-child{font-size:20px;line-height:1}
.member-content h3{font-size:27px;line-height:1.2;font-weight:650;letter-spacing:-.04em;margin:25px 0 13px}.member-content>.member-kicker+h3{margin-top:9px}
.member-lead{font-size:12px;line-height:1.8;color:#6c6560;margin:0 0 22px}
.member-dialog .member-primary,.bag-checkout-preview{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px;background:#1b1b1b;color:#fff;padding:17px 20px;border:0;font:600 12px/1.4 Manrope,sans-serif;text-align:left;transition:background .2s;cursor:pointer}
.member-dialog .member-primary:hover,.bag-checkout-preview:hover{background:var(--cursor-red,#ff190b)}.member-primary>span{font-size:17px;line-height:1}
.member-join{font-size:11px;line-height:1.8;color:#6c6560;margin:16px 0 18px}.member-join a{color:#181818;text-decoration:underline;text-underline-offset:3px}.member-join small{display:block;font-size:10px;color:#857b76}
.member-text{display:inline-block;padding:5px 0;font:400 11px/1.5 Manrope,sans-serif;text-decoration:underline;text-underline-offset:4px;color:inherit;cursor:pointer;margin-top:12px}.member-text:hover{color:#b22422}
.member-dialog :is(button,a,input):focus-visible{outline:2px solid #a5201f;outline-offset:4px}
.member-aside{padding:28px 32px 32px;min-width:0;border-left:1px solid #18181816;background:#eee9e2}
.member-side-heading,.member-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px;gap:10px}
.member-side-heading h3,.member-section-heading h4{font-size:15px;font-weight:600;margin:0}.member-side-heading>span{font-size:10px;color:#756e67}.member-section-heading{margin-top:30px;margin-bottom:14px}.member-section-heading .member-text{margin:0}
.member-order-items{max-height:240px;overflow:auto;overscroll-behavior:contain}.member-order-item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:16px;padding:0 0 16px;margin-bottom:16px;border-bottom:1px solid #18181817}
.member-order-item:last-child{margin-bottom:0}.member-order-item img{width:76px;height:100px;object-fit:cover;background:#d4d6d6}
.member-order-item h4{font-size:11px;font-weight:600;line-height:1.4;text-transform:uppercase;margin:6px 0 8px;overflow-wrap:anywhere}.member-order-item p{font-size:10px;line-height:1.6;color:#756e67;margin:0 0 12px}.member-order-item strong{font-size:12px;font-weight:600}.member-order-item a{font-size:10px;text-decoration:underline;text-underline-offset:3px}
.member-note{font-size:10px;line-height:1.7;color:#827971;margin:12px 0 18px;overflow-wrap:anywhere}
.member-totals{margin:30px 0 22px;font-size:12px}.member-totals>div{display:flex;gap:12px;justify-content:space-between;align-items:baseline;margin:14px 0}
.member-totals dd{margin:0;white-space:nowrap;font-variant-numeric:tabular-nums}.member-delivery{color:#827971;font-size:10px}.member-discount{color:#ac2423}.member-total{border-top:1px solid #18181824;padding-top:19px;font-size:16px;font-weight:600}
.member-aside-title{font-size:29px;font-weight:600;letter-spacing:-.045em;line-height:1.15;margin:23px 0 32px}.member-perks{list-style:none;padding:0;margin:0}.member-perks li{display:flex;gap:20px;padding:23px 0;border-top:1px solid #18181820}.member-perks li>span{font-size:9px;color:#83786f}.member-perks strong{font-size:13px;font-weight:600}.member-perks p{font-size:11px;color:#83786f;line-height:1.7;margin:7px 0 0}.member-aside-links{display:flex;flex-direction:column;align-items:start;gap:12px;margin-top:24px}
.member-content .member-auth-kicker{margin-top:35px}.member-auth{min-height:230px}.member-auth label,.member-profile-form label{display:block;font-size:11px;font-weight:500}
.member-auth input,.member-profile-form input{display:block;width:100%;background:transparent;border:1px solid #bfb7af;border-radius:0;padding:13px 14px;font:400 15px/1.5 Manrope,sans-serif;color:#181818;box-shadow:none;margin-top:9px;min-width:0;max-width:100%}
.member-auth input[readonly]{color:#776e66}.member-auth #member-login-code{font-size:25px;letter-spacing:.4em;padding:10px 16px}.member-error{color:#a5201f;font-size:11px;margin:0 0 15px}.member-error:empty{display:none}
.member-redeem{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:25px 0 0;position:relative;cursor:pointer}
.member-redeem strong{font-size:13px;font-weight:600;display:block}.member-redeem small{font-size:11px;color:#81786f;display:block;margin-top:6px}
.member-redeem input{position:absolute;right:0;width:46px;height:28px;opacity:0;cursor:pointer;margin:0}
.member-redeem>i{width:46px;height:28px;flex:none;display:block;border-radius:20px;background:#cbc5be;position:relative;transition:background .2s;pointer-events:none}
.member-redeem>i::after{content:'';position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 4px #0002}
.member-redeem input:checked+i{background:#b22320}.member-redeem input:checked+i::after{transform:translateX(18px)}.member-redeem input:focus-visible+i{outline:2px solid #a5201f;outline-offset:4px}
.member-benefit{padding:13px 15px;background:#e9e3db;font-size:11px;line-height:1.5;color:#65574a}.member-guest-check{display:grid;place-items:center;width:42px;height:42px;background:#e6e0d7;border-radius:50%;font-size:20px;margin-top:25px}
.bag-checkout-preview{margin-top:20px}.bag-dialog .demo-note{margin:12px 0;font-size:11px}.bag-dialog .continue-shopping{background:transparent;color:#5e5852;padding:13px;font-size:12px}
.member-tabs{display:flex;gap:28px;padding:0 36px;border-bottom:1px solid #18181818;overflow:auto}.member-tabs button{padding:17px 0 14px;border-bottom:2px solid transparent;white-space:nowrap;font-size:12px;color:#7c7268}.member-tabs button[aria-current=page]{border-color:#b32422;color:#191919}
.member-profile-summary{padding:20px;background:#eee8e0;display:flex;justify-content:space-between;gap:20px;align-items:start;margin:24px 0}.member-profile-summary span{font-size:8px;letter-spacing:.08em;display:block;margin-bottom:14px}.member-profile-summary strong{font-size:13px;font-weight:600;overflow-wrap:anywhere}.member-profile-summary p{font-size:11px;color:#786d64;line-height:1.8;margin:9px 0 0;overflow-wrap:anywhere}.member-profile-summary .member-text{margin:0;flex:none}
.member-history{border-top:1px solid #18181820}.member-history:last-of-type{border-bottom:1px solid #18181820}.member-history summary{padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:15px;cursor:pointer;list-style:none}.member-history summary::-webkit-details-marker{display:none}
.member-history summary div>span{display:block;font-size:8px;letter-spacing:.06em;color:#877a70;margin-bottom:8px}.member-history summary div>strong{font-size:13px;font-weight:500}.member-history summary>span{font-size:12px;white-space:nowrap}.member-history summary b{font-size:17px;margin-left:12px;font-weight:400}.member-history[open] summary b{display:inline-block;transform:rotate(45deg)}.member-history-body{padding:7px 0 3px}
.member-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}.member-field-wide{grid-column:1/-1}.member-form-status{font-size:11px;color:#42604f;line-height:1.6;margin:12px 0 0}
.member-delivery-preview{margin-top:25px;border-top:1px solid #18181820;padding-top:18px}.member-delivery-preview>span{font-size:9px;letter-spacing:.06em}.member-delivery-preview p{font-size:11px;line-height:1.7;color:#85766a}
.member-points-heading{display:flex;justify-content:space-between;align-items:center;margin:30px 0 10px}.member-points-heading strong{font-size:21px;font-weight:550}.member-points-heading>span{font-size:42px;letter-spacing:-.06em;color:#aa2725}.member-level-track{height:3px;background:#d5ccc1}.member-level-track i{display:block;height:100%;width:4%;background:#ae2824}.member-level-labels{display:flex;justify-content:space-between;font-size:8px;color:#948372;margin:10px 0 36px;gap:10px}.member-ledger{display:flex;justify-content:space-between;align-items:start;gap:20px;padding:20px 0;border-top:1px solid #18181820;border-bottom:1px solid #18181820}.member-ledger strong{font-size:12px;font-weight:600}.member-ledger>strong{color:#42604f;white-space:nowrap}.member-ledger p{font-size:10px;color:#84776b;line-height:1.6;margin:6px 0 0}
@media(max-width:1100px){.header-air .header-actions{gap:18px}.account-toggle .action-label{display:none}}
@media(max-width:680px){
  .header-air .header-actions{gap:10px}.account-toggle{padding:10px 0}
  .member-dialog{max-width:none;width:100%;height:100%;max-height:100%;margin:0}.member-heading{padding:20px 20px 14px}.member-heading h2{font-size:27px}.member-heading p,.member-kicker{font-size:9px}.member-close{width:40px;height:40px}
  .member-demo{padding:10px 20px;font-size:9px;line-height:1.5}.member-layout{grid-template-columns:minmax(0,1fr)}.member-content{padding:23px 20px}.member-aside{padding:24px 20px calc(28px + env(safe-area-inset-bottom));border-left:0;border-top:1px solid #18181816}
  .member-card{padding:20px}.member-card>strong{font-size:31px;margin:24px 0}.member-card>img{width:115px;height:115px}.member-card-top{font-size:7px}.member-card-bottom{font-size:6px}
  .member-step-label{font-size:9px;margin-bottom:18px}.member-content h3{font-size:25px}.member-tabs{padding:0 20px;gap:24px}.member-tabs button{font-size:11px}.member-fields{grid-template-columns:minmax(0,1fr);gap:17px}.member-field-wide{grid-column:auto}
  .member-auth{min-height:200px}.member-content .member-auth-kicker{margin-top:27px}.member-totals{margin-top:22px}.member-order-items{max-height:230px}.member-aside-title{font-size:25px}.member-profile-summary{padding:17px;gap:10px}
}
@media(prefers-reduced-motion:reduce){.member-dialog *{transition:none!important;scroll-behavior:auto!important}}

/* Bayan: the shadow is extracted from the photograph and shares its canvas.
   Additional offset drop shadows would detach the contact from the soles. */
img[src*="bayan-pants-shadow-"] { filter: none !important; }
/* Pearl contact shadows already follow the photographed soles. Do not offset
   additional CSS copies away from their actual points of contact. */
img[src*="pearl-shadow-"] { filter: none !important; }

/* The Bayan source includes the soles. Fit its complete canvas, including the
   matching contact shadow, instead of cropping the bottom to fill a wider card. */
.catalog .product-picture.outfit-hover[data-key="bayan-pants"] > .pose.top-crop.plan-closer {
  object-fit: contain;
  object-position: 50% 100%;
}
.catalog .product-picture.outfit-hover[data-key="bayan-pants"] .picture-hover-scene {
  inset: 0;
}

/* Volume story: keep the entire loose silhouette in every photograph. */
.campaign-gallery[data-campaign="6"] .campaign-panel{grid-template-columns:1fr .8fr .8fr;grid-template-rows:180px 1fr}
.campaign-gallery[data-campaign="6"] .campaign-photo{height:auto;aspect-ratio:1501/2000;align-self:end;background:transparent}
.campaign-gallery[data-campaign="6"] .campaign-photo-2{align-self:start;margin-top:30px}
.campaign-gallery[data-campaign="6"] .campaign-photo img{object-fit:cover;object-position:center}
.campaign-gallery[data-campaign="6"] .campaign-photo:hover img{transform:none}
@media(max-width:1000px) and (min-width:681px){.campaign-gallery[data-campaign="6"] .campaign-panel{grid-template-rows:145px 1fr}.campaign-gallery[data-campaign="6"] .campaign-title h3{font-size:27px}.campaign-gallery[data-campaign="6"] .campaign-title p{font-size:11px;margin-top:12px}.campaign-gallery[data-campaign="6"] .campaign-photo-2{margin-top:15px}}
@media(max-width:680px){.campaign-gallery[data-campaign="6"] .campaign-panel{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.campaign-gallery[data-campaign="6"] .campaign-photo-2{margin-top:0;align-self:end}}

/* A single reading order for account, delivery, points and order total. */
.member-dialog{width:700px;max-width:calc(100% - 40px);max-height:calc(100svh - 40px)}
.member-dialog.member-auth-view{width:520px}
.member-layout{display:block}.member-aside{display:none}
.member-heading{padding:24px 30px 19px;position:sticky;top:0;z-index:5;background:var(--paper,#f7f4f0)}
.member-heading p{font-size:9px;color:#756b63;letter-spacing:.12em}
.member-heading h2{font:500 28px/1.2 Manrope,sans-serif;letter-spacing:-.025em;text-transform:none}
.member-demo{padding:9px 30px;font-size:10px;background:#eee9e2}
.member-content{padding:25px 30px 30px}
.member-content h3{font:600 21px/1.3 Manrope,sans-serif;letter-spacing:-.018em;text-transform:none;margin:0 0 13px}
.member-content .member-lead{font-size:13px;line-height:1.65;margin-bottom:22px}
.member-content .member-text+h3{margin-top:21px}
.member-auth{min-height:0}.member-auth label,.member-profile-form label{font-size:12px}
.member-auth input,.member-profile-form input,.member-checkout-form .member-field input{font-size:15px;margin-top:7px;padding:11px 12px;background:#fff9;min-height:45px;border:1px solid #c7c0b8}
.member-dialog .member-primary{font-size:13px;padding:16px 18px;min-height:50px}
.member-dialog .member-primary:hover{background:#a42220}
.member-join{font-size:12px;margin:23px 0 0}.member-join small{font-size:11px;margin-top:5px}
.member-note{font-size:11px;line-height:1.6;color:#726a64;margin:10px 0 14px}
.member-text{font-size:12px;min-height:32px}
.member-account-strip{display:flex;align-items:center;gap:24px;margin:25px 30px 0;padding-bottom:25px;border-bottom:1px solid #1818181c}
.member-account-strip>div{flex:1;min-width:0}.member-account-strip>div>strong{display:block;font-size:17px;font-weight:550;overflow-wrap:anywhere}
.member-account-strip>div>span{display:block;font-size:11px;color:#776f68;margin-top:7px}
.member-balance-short{display:flex;flex-direction:column;align-items:end;gap:3px;color:#982623;padding:5px 0;background:transparent;white-space:nowrap}
.member-balance-short strong{font:500 30px/1.1 Manrope,sans-serif;letter-spacing:0}.member-balance-short span{font-size:11px}
.member-account-strip>.member-text{margin:0;font-size:11px;color:#766f68}
.member-tabs{padding:0 30px;gap:28px}.member-tabs button{font-size:13px;padding:20px 0 15px}
.member-order-demo{margin-top:25px}
.member-order-item{grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:14px;padding:0 0 12px;margin:0 0 12px}
.member-order-item img{width:56px;height:72px;object-fit:cover}.member-order-item h4{font-size:12px;text-transform:none;margin:0 0 7px}.member-order-item p{font-size:11px;line-height:1.5;margin:0}.member-order-item>strong{font-size:13px;white-space:nowrap;align-self:center}
.member-order-items{max-height:220px;padding-top:14px}.member-order-items .member-order-item:last-child{padding-bottom:0;border-bottom:0}
.member-order-preview{border-bottom:1px solid #18181820;padding-bottom:20px}
.member-order-preview>summary{display:flex;justify-content:space-between;align-items:center;gap:15px;cursor:pointer;font-size:14px;font-weight:550;list-style:none}
.member-order-preview>summary::-webkit-details-marker{display:none}.member-order-preview>summary small{color:#776e66;font-weight:400;font-size:11px;margin-left:7px}.member-order-preview>summary>span:last-child{white-space:nowrap}.member-order-preview>summary b{display:inline-block;margin-left:18px;font-weight:400}.member-order-preview[open]>summary b{transform:rotate(180deg)}
.member-order-preview>.member-note{margin:9px 0 0;font-size:10px}
.member-checkout-section{margin-top:23px}.member-checkout-section h3{font-size:16px;margin:0 0 14px}
.member-fields{gap:14px 16px}.member-field{display:block;font-size:12px;min-width:0}.member-field>span{display:block}
.member-checkout-form .member-field input{display:block;width:100%;max-width:100%;font-family:Manrope,sans-serif;color:#181818;border-radius:0;box-shadow:none}
.member-checkout-form .member-field input:focus{border-color:#242424}
.member-field input:focus-visible{outline:1px solid #181818;outline-offset:1px}
.member-checkout-form .member-address-fields{grid-template-columns:1fr 1.65fr;margin-top:16px}
.member-delivery-methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0;border:0;margin:0}
.member-delivery-methods label{display:flex;align-items:start;gap:9px;padding:13px 11px;cursor:pointer;border:1px solid #cbc5bd;background:transparent;min-width:0}
.member-delivery-methods label:has(input:checked){border-color:#242424;background:#ece7df}
.member-delivery-methods input{appearance:auto;width:14px;height:14px;flex:none;accent-color:#181818;padding:0;margin:2px 0 0}
.member-delivery-methods strong{display:block;font-size:12px;font-weight:600;line-height:1.5}.member-delivery-methods small{display:block;font-size:10px;color:#726a64;line-height:1.45;margin-top:4px}
.member-delivery-note{margin:9px 0 0;font-size:10px}
.member-checkout-summary{margin-top:24px;padding-top:20px;border-top:1px solid #18181830}
.member-redeem{margin:0;min-height:44px}.member-redeem strong{font-size:14px}.member-redeem small{font-size:11px;margin-top:5px}.member-redeem input{min-height:44px;height:44px;width:48px}.member-redeem input:checked+i{background:#a52220}
.member-points-rule{font-size:10px;margin:5px 0 0;color:#847a71}
.member-checkout-club{display:flex;justify-content:space-between;align-items:center;gap:20px}.member-checkout-club strong{font-size:14px;font-weight:600}.member-checkout-club p{font-size:11px;color:#726a64;margin:6px 0 0}.member-checkout-club .member-text{margin:0}
.member-totals{margin:16px 0;font-size:12px}.member-totals>div{margin:9px 0;gap:20px}.member-delivery{font-size:11px}.member-total{padding-top:14px!important;margin-top:14px!important;font-size:18px;letter-spacing:-.015em}
.member-checkout-summary .member-form-status:empty{display:none}.member-checkout-summary .member-form-status{font-size:12px;margin:14px 0 0}
.member-profile-form .member-primary{margin-top:23px}.member-history summary div>span{font-size:10px;letter-spacing:0}.member-history-body{padding:10px 0 14px}.member-history-body>.member-text{margin:0}.member-history summary{padding:20px 0}
.member-points-heading{margin-top:23px}.member-points-heading>span{letter-spacing:0;font-size:36px}.member-level-labels{font-size:10px}.member-ledger p{font-size:11px}
.member-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}
@media(max-width:680px){
 .member-dialog,.member-dialog.member-auth-view{max-width:none;width:100%;height:100%;max-height:100svh;margin:0}
 .member-heading{padding:19px 20px 15px}.member-heading h2{font-size:25px}.member-heading p{font-size:8px}
 .member-demo{padding:9px 20px;font-size:9px}.member-content{padding:22px 20px calc(26px + env(safe-area-inset-bottom))}
 .member-account-strip{margin:23px 20px 0;gap:16px;flex-wrap:wrap;padding-bottom:18px}.member-account-strip>div>strong{font-size:15px}.member-balance-short strong{font-size:26px}.member-account-strip>.member-text{min-height:24px}
 .member-tabs{padding:0 20px;gap:23px}.member-tabs button{font-size:12px}
 .member-fields,.member-checkout-form .member-address-fields{grid-template-columns:minmax(0,1fr);gap:13px}.member-field-wide{grid-column:auto}
 .member-content h3{font-size:20px}.member-checkout-section h3{font-size:16px}
 .member-delivery-methods{gap:6px}.member-delivery-methods label{display:block;padding:11px 8px}.member-delivery-methods input{margin-bottom:6px}.member-delivery-methods strong{font-size:11px}.member-delivery-methods small{font-size:9px}
 .member-order-item{gap:11px;grid-template-columns:48px minmax(0,1fr) auto}.member-order-item img{width:48px;height:64px}.member-order-item h4{font-size:11px}.member-order-item p{font-size:10px}.member-order-item>strong{font-size:12px}
 .member-redeem strong{font-size:13px}.member-redeem small{font-size:10px}.member-total{font-size:17px}.member-delivery dd{white-space:normal;text-align:right;max-width:160px}
 .member-checkout-form .member-field input,.member-profile-form input,.member-auth input{font-size:16px}
}

@media(min-width:681px){.member-contact-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.member-contact-fields .member-field-wide{grid-column:auto}}

/* Courier address and optional order comment use the checkout field style. */
.member-checkout-form .member-courier-fields{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}
.member-courier-fields .member-field:first-child{grid-column:span 2}
.member-checkout-form .member-field textarea{display:block;box-sizing:border-box;width:100%;margin-top:7px;padding:11px 12px;min-height:76px;resize:vertical;font:15px/1.5 Manrope,sans-serif;color:#181818;background:#fff9;border:1px solid #c7c0b8;border-radius:0}
.member-checkout-form .member-field textarea:focus-visible{outline:1px solid #181818;outline-offset:1px}
.member-order-comment small{margin-left:8px;color:#726a64;font-weight:400}
@media(max-width:680px){.member-checkout-form .member-courier-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.member-checkout-form .member-field textarea{font-size:16px}}
