:root{
    --black:#070604;--black-2:#0e0b07;--black-3:#17120b;--ivory:#f2eadb;--muted:#b9ad97;--muted-2:#82745f;--gold:#c9a96a;--gold-2:#e6cd91;--line:rgba(230,205,145,.22);--line-2:rgba(255,255,255,.09);--shadow:0 40px 100px rgba(0,0,0,.55);--serif:"Times New Roman","Yu Mincho","Hiragino Mincho ProN",serif;--sans:"Inter","Helvetica Neue","Yu Gothic",YuGothic,Meiryo,sans-serif;--max:1440px;--side:clamp(22px,5vw,82px);--section:clamp(88px,12vw,180px)
}
body{font-family:var(--sans);background:var(--black);color:var(--ivory);letter-spacing:.02em;line-height:1.9;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 50% 0%,rgba(201,169,106,.11),transparent 34%),linear-gradient(180deg,#060504 0%,#0c0804 48%,#070604 100%)}
::selection{background:rgba(201,169,106,.35)}
.site-header{position:fixed;z-index:100;top:0;left:0;right:0;height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--side);background:linear-gradient(180deg,rgba(7,6,4,.86),rgba(7,6,4,.25));border-bottom:1px solid transparent;transition:.35s ease;backdrop-filter:blur(10px)}
.site-header.is-scrolled{height:70px;background:rgba(7,6,4,.92);border-color:var(--line-2)}
.brand{display:flex;align-items:center;width:174px;min-width:150px}.brand img{height:auto;width:100%;filter:drop-shadow(0 10px 24px rgba(0,0,0,.5))}.desktop-nav{display:flex;align-items:center;gap:clamp(14px,1.8vw,32px)}.desktop-nav a{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:rgba(242,234,219,.84);position:relative;padding:20px 0}.desktop-nav a span{display:block;font-size:9px;letter-spacing:.08em;color:var(--muted-2);text-transform:none;text-align:center;margin-top:-4px}.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:13px;height:1px;transform:scaleX(0);transform-origin:left;background:var(--gold);transition:.25s ease}.desktop-nav a:hover,.desktop-nav a[aria-current="page"]{color:var(--gold-2)}.desktop-nav a:hover::after,.desktop-nav a[aria-current="page"]::after{transform:scaleX(1)}
.menu-button{display:none}

.hero{position:relative;min-height:100svh;overflow:hidden;display:grid;place-items:center;background:#000}.hero__video,.hero__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero__poster{z-index:0}.hero__video{z-index:1}.hero::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.32) 46%,rgba(0,0,0,.58)),linear-gradient(90deg,rgba(0,0,0,.58),transparent 36%,rgba(0,0,0,.44))}.hero::after{content:"";position:absolute;inset:auto 0 0;height:31vh;z-index:3;background:linear-gradient(180deg,transparent,var(--black))}.hero__inner{position:relative;z-index:4;width:min(1220px,calc(100% - var(--side)*2));padding-top:82px;text-align:center}.hero .overline{justify-content:center;text-align:center;width:100%;gap:0}.hero .overline::before{display:none}.hero h1{font-family:var(--serif);font-size:clamp(48px,8.4vw,132px);font-weight:400;letter-spacing:.05em;line-height:1.05;text-shadow:0 20px 60px rgba(0,0,0,.65)}.hero h1 span{display:block;font-size:clamp(20px,2.4vw,36px);letter-spacing:.28em;margin-top:20px;color:var(--gold-2);font-family:var(--sans);text-transform:uppercase}.hero__lead{width:min(760px,100%);margin:34px auto 0;color:rgba(242,234,219,.82);font-size:clamp(14px,1.35vw,18px);line-height:2.2}.hero__scroll{position:absolute;z-index:5;left:50%;bottom:42px;transform:translateX(-50%);font-size:10px;letter-spacing:.22em;color:var(--muted);text-transform:uppercase;writing-mode:vertical-rl}.hero__scroll::after{content:"";display:block;width:1px;height:76px;background:linear-gradient(var(--gold),transparent);margin:16px auto 0}.hero__video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none!important;opacity:0!important}.hero__video::-webkit-media-controls{display:none!important}.quickbar{position:relative;z-index:6;margin:calc(-88px) auto 0;width:min(1180px,calc(100% - var(--side)*2));display:grid;grid-template-columns:repeat(4,1fr);background:rgba(9,7,4,.78);border:1px solid var(--line);backdrop-filter:blur(14px);box-shadow:0 30px 80px rgba(0,0,0,.35)}.quickbar a{padding:28px 32px;border-right:1px solid var(--line-2);transition:.25s ease}.quickbar a:last-child{border-right:0}.quickbar span{display:block;color:var(--gold);font-family:var(--serif);font-size:34px;line-height:1}.quickbar small{display:block;color:var(--muted);font-size:11px;letter-spacing:.18em;text-transform:uppercase;margin-top:12px}.quickbar a:hover{background:rgba(201,169,106,.08)}
.overline{display:flex;align-items:center;gap:14px;color:var(--gold);text-transform:uppercase;letter-spacing:.23em;font-size:11px;margin-bottom:22px}.overline::before{content:"";display:block;width:44px;height:1px;background:var(--gold)}.section{padding:var(--section) var(--side);position:relative}.section--thin{padding-top:calc(var(--section)*.7);padding-bottom:calc(var(--section)*.7)}.section-head{display:grid;grid-template-columns:minmax(180px,330px) minmax(0,860px);gap:clamp(30px,6vw,96px);align-items:start;max-width:var(--max);margin:0 auto 70px}.section-head h2{font-family:var(--serif);font-size:clamp(38px,5.8vw,84px);font-weight:400;line-height:1.1;letter-spacing:.04em}.section-head p:not(.overline){font-size:clamp(15px,1.3vw,18px);color:var(--muted);max-width:700px;margin-top:24px}.intro{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.72fr);gap:clamp(42px,7vw,110px);max-width:var(--max);margin:0 auto;align-items:center}.intro__copy h2{font-family:var(--serif);font-size:clamp(38px,6.2vw,92px);font-weight:400;line-height:1.12}.intro__copy p{color:var(--muted);font-size:clamp(15px,1.25vw,18px);margin-top:28px;max-width:780px}.intro__image{position:relative;min-height:620px}.intro__image img:first-child{position:absolute;right:0;top:0;width:82%;height:78%;object-fit:cover;box-shadow:var(--shadow)}.intro__image img:last-child{position:absolute;left:0;bottom:0;width:52%;height:42%;object-fit:cover;border:10px solid var(--black);box-shadow:var(--shadow)}
.feature-list{max-width:var(--max);margin:0 auto;border-top:1px solid var(--line)}.feature-row{display:grid;grid-template-columns:140px minmax(0,1fr) minmax(280px,520px);gap:clamp(24px,5vw,86px);padding:46px 0;border-bottom:1px solid var(--line);align-items:start}.feature-row__no{font-family:var(--serif);font-size:48px;color:var(--gold)}.feature-row h3{font-family:var(--serif);font-size:clamp(28px,3.2vw,48px);font-weight:400;line-height:1.2}.feature-row .lead{color:var(--ivory);font-size:18px}.feature-row p{color:var(--muted)}
.full-bleed{position:relative;min-height:78vh;display:flex;align-items:end;margin:0 var(--side);overflow:hidden}.full-bleed img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.full-bleed::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.72)),linear-gradient(90deg,rgba(0,0,0,.68),transparent)}.full-bleed__body{position:relative;z-index:1;padding:clamp(36px,7vw,96px);width:min(780px,100%)}.full-bleed__body h2{font-family:var(--serif);font-size:clamp(42px,6vw,96px);font-weight:400;line-height:1.08}.full-bleed__body p{color:rgba(242,234,219,.82);margin-top:24px;font-size:18px}.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;border:1px solid var(--line);font-size:12px;letter-spacing:.16em;text-transform:uppercase;transition:.25s ease}.btn-gold{background:var(--gold);border-color:var(--gold);color:#120e07}.btn-gold:hover{background:var(--gold-2);transform:translateY(-1px)}.btn-ghost{color:var(--ivory);background:rgba(0,0,0,.2)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold-2)}
.experience-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px;max-width:var(--max);margin:0 auto}.experience-card{position:relative;min-height:560px;grid-column:span 6;overflow:hidden;background:#111;border:1px solid var(--line-2)}.experience-card:nth-child(3n+1){grid-column:span 7}.experience-card:nth-child(3n+2){grid-column:span 5;margin-top:80px}.experience-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .9s ease,filter .9s ease;filter:saturate(.88) contrast(1.04)}.experience-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.88));transition:.4s ease}.experience-card__body{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:34px}.experience-card .type{font-size:11px;letter-spacing:.2em;color:var(--gold);text-transform:uppercase}.experience-card h3{font-family:var(--serif);font-size:clamp(28px,3.2vw,48px);font-weight:400;line-height:1.15;margin-top:8px}.experience-card p{color:rgba(242,234,219,.78);font-size:14px;margin-top:14px}.experience-card:hover img{transform:scale(1.045);filter:saturate(1) contrast(1.08)}
.story-panel{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:var(--max);margin:0 auto;border:1px solid var(--line)}.story-panel__image{min-height:640px;position:relative;overflow:hidden}.story-panel__image img{width:100%;height:100%;object-fit:cover}.story-panel__body{padding:clamp(38px,6vw,82px);background:rgba(15,11,6,.68)}.story-panel__body h2{font-family:var(--serif);font-size:clamp(36px,4.6vw,72px);font-weight:400;line-height:1.14}.story-panel__body p{color:var(--muted);margin-top:24px}.info-table{margin-top:36px;border-top:1px solid var(--line)}.info-row{display:grid;grid-template-columns:160px 1fr;gap:24px;border-bottom:1px solid var(--line-2);padding:18px 0}.info-row dt{color:var(--gold);font-family:var(--serif);font-size:18px}.info-row dd{color:var(--muted);margin:0}.timeline{max-width:1040px;margin:0 auto;border-left:1px solid var(--line);padding-left:clamp(24px,4vw,54px)}.timeline-item{position:relative;padding:0 0 48px}.timeline-item::before{content:"";position:absolute;left:calc(clamp(24px,4vw,54px)*-1 - 5px);top:12px;width:10px;height:10px;border-radius:50%;background:var(--gold)}.timeline-item time{display:block;color:var(--gold);font-size:12px;letter-spacing:.18em;text-transform:uppercase}.timeline-item h3{font-family:var(--serif);font-weight:400;font-size:clamp(26px,3vw,42px);margin-top:6px}.timeline-item p{color:var(--muted);margin-top:10px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:var(--max);margin:0 auto}.card{border:1px solid var(--line);background:rgba(14,10,5,.72);padding:34px;min-height:260px}.card .num{display:block;color:var(--gold);font-family:var(--serif);font-size:42px;margin-bottom:28px}.card h3{font-family:var(--serif);font-size:32px;font-weight:400;line-height:1.2}.card p{color:var(--muted);margin-top:18px}.member-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:var(--max);margin:0 auto}.member-card{padding:24px;border:1px solid var(--line-2);background:rgba(255,255,255,.025);min-height:260px}.member-card .role{color:var(--gold);font-size:11px;letter-spacing:.16em;text-transform:uppercase}.member-card h3{font-family:var(--serif);font-size:28px;font-weight:400;line-height:1.2;margin-top:12px}.member-card .mcid{color:var(--muted-2);font-size:12px;margin-top:4px}.member-card p{color:var(--muted);font-size:13px;margin-top:16px}.member-card .skill{color:var(--gold-2);font-size:12px;letter-spacing:.08em}.quote-block{max-width:1120px;margin:0 auto;padding:clamp(48px,8vw,100px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.quote-block blockquote{font-family:var(--serif);font-size:clamp(30px,4vw,64px);font-weight:400;line-height:1.25;color:var(--ivory)}.quote-block p{color:var(--muted);margin-top:24px}
.sub-hero{min-height:58vh;display:flex;align-items:end;position:relative;padding:130px var(--side) 72px;background-image:linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.82)),var(--hero-img);background-size:cover;background-position:center}.sub-hero__inner{width:min(1040px,100%)}.sub-hero h1{font-family:var(--serif);font-size:clamp(46px,8vw,116px);font-weight:400;line-height:1.04}.sub-hero p:not(.overline){width:min(760px,100%);color:rgba(242,234,219,.82);font-size:18px;margin-top:22px}.sub-hero__credit{display:block;margin-top:10px;font-size:11px;letter-spacing:.08em;color:rgba(215,184,112,.76)}.legal-wrap{display:grid;grid-template-columns:290px 1fr;gap:clamp(32px,5vw,80px);padding:var(--section) var(--side);max-width:var(--max);margin:0 auto}.legal-index{position:sticky;top:100px;align-self:start;border:1px solid var(--line);padding:24px;background:rgba(9,7,4,.72)}.legal-index a{display:block;padding:9px 0;border-bottom:1px solid var(--line-2);font-size:13px;color:var(--muted)}.legal-index a:hover{color:var(--gold)}.legal-body{max-width:900px}.legal-section{padding:0 0 50px;margin:0 0 50px;border-bottom:1px solid var(--line)}.legal-section h2{font-family:var(--serif);font-size:32px;font-weight:400;margin-bottom:20px}.legal-section p,.legal-section li{color:var(--muted);font-size:15px}.legal-section ul{padding-left:1.2em;margin:16px 0}.contact-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1fr);gap:clamp(28px,5vw,80px);max-width:var(--max);margin:0 auto}.contact-form{border:1px solid var(--line);padding:clamp(28px,5vw,58px);background:rgba(14,10,5,.72)}.field{margin-bottom:22px}.field label{display:block;color:var(--gold);font-size:12px;letter-spacing:.14em;margin-bottom:8px}.field input,.field select,.field textarea{width:100%;background:rgba(255,255,255,.04);border:1px solid var(--line-2);color:var(--ivory);padding:14px 16px;border-radius:0}.field textarea{min-height:180px;resize:vertical}.form-note,.alert{font-size:13px;color:var(--muted);margin-top:18px}.alert.success{color:#bedab5}.alert.error{color:#f0b4a4}.closing-cta{position:relative;min-height:70vh;display:grid;place-items:center;text-align:center;overflow:hidden}.closing-cta__image{position:absolute;inset:0}.closing-cta__image img{width:100%;height:100%;object-fit:cover}.closing-cta::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.56),rgba(0,0,0,.88))}.closing-cta__body{position:relative;z-index:1;width:min(860px,calc(100% - var(--side)*2))}.closing-cta__body .overline{justify-content:center}.closing-cta__body h2{font-family:var(--serif);font-size:clamp(42px,6vw,88px);font-weight:400;line-height:1.08}.closing-cta__body p{color:var(--muted);margin-top:24px}.closing-cta .button-row{justify-content:center}.sns-section{padding:90px var(--side);text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(9,7,4,.7)}.sns-section .overline{justify-content:center}.sns-section h2{font-family:var(--serif);font-size:clamp(34px,4vw,60px);font-weight:400}.sns-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:740px;margin:42px auto 0}.sns-grid a{border:1px solid var(--line-2);padding:24px 10px;color:var(--muted);transition:.25s ease}.sns-grid img{width:54px;height:54px;object-fit:contain;margin:0 auto 10px}.sns-grid a:hover{border-color:var(--gold);color:var(--gold)}.site-footer{background:#050403;color:var(--muted)}.footer-main{display:grid;grid-template-columns:1.2fr .45fr .45fr;gap:42px;padding:72px var(--side);max-width:var(--max);margin:0 auto}.footer-logo{width:210px;margin-bottom:26px}.footer-main p{max-width:620px;font-size:14px;margin-top:16px}.footer-main small{display:block;margin-top:20px;color:var(--gold)}.footer-links h3{font-family:var(--serif);font-size:22px;font-weight:400;color:var(--ivory);margin-bottom:16px}.footer-links a{display:block;color:var(--muted);padding:6px 0}.footer-links a:hover{color:var(--gold)}.disclaimer{max-width:var(--max);margin:0 auto;padding:0 var(--side) 36px;font-size:12px;color:var(--muted-2)}.copyright{border-top:1px solid var(--line-2);padding:18px var(--side);font-size:11px;color:var(--muted-2);letter-spacing:.12em;text-align:center}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.js .reveal.is-visible{opacity:1;transform:none}details.feature-row{display:grid;cursor:pointer}details.feature-row summary{display:contents;list-style:none}details.feature-row summary::-webkit-details-marker{display:none}@media (prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none;transition:none}.experience-card img{transition:none}}



/* Smartphone luxury menu: compact, polished, not full-screen */
body.is-menu-open{overflow:hidden;touch-action:none}
.menu-button{display:none;align-items:center;gap:10px;width:auto;min-width:86px;height:42px;padding:0 13px;border:1px solid rgba(230,205,145,.24);border-radius:999px;background:rgba(7,6,4,.28);color:var(--ivory);cursor:pointer;backdrop-filter:blur(10px);transition:border-color .24s ease,background .24s ease,color .24s ease,transform .24s ease}
.menu-button .menu-button__text{position:static;left:auto;right:auto;top:auto;display:block;width:auto;height:auto;background:none;font-size:10px;line-height:1;letter-spacing:.19em;text-transform:uppercase;color:rgba(242,234,219,.82);transition:color .24s ease}
.menu-button .menu-button__icon{position:relative;left:auto;right:auto;top:auto;display:block;width:20px;height:12px;background:none}
.menu-button .menu-button__icon i{position:absolute;left:0;right:0;height:1px;background:currentColor;transition:transform .25s ease,top .25s ease,opacity .2s ease}
.menu-button .menu-button__icon i:first-child{top:2px}.menu-button .menu-button__icon i:last-child{top:10px}
.menu-button.is-open{border-color:rgba(230,205,145,.48);background:rgba(15,12,8,.74);color:var(--gold-2)}
.menu-button.is-open .menu-button__icon i:first-child{top:6px;transform:rotate(35deg)}
.menu-button.is-open .menu-button__icon i:last-child{top:6px;transform:rotate(-35deg)}
@media (hover:hover){.menu-button:hover{border-color:rgba(230,205,145,.45);background:rgba(15,12,8,.56);color:var(--gold-2);transform:translateY(-1px)}}
.drawer{position:fixed;inset:0;z-index:120;opacity:0;pointer-events:none;transition:opacity .22s ease}
.drawer.is-open{opacity:1;pointer-events:auto}
.drawer__shade{position:absolute;inset:0;width:100%;height:100%;border:0;padding:0;background:rgba(3,3,2,.28);backdrop-filter:blur(3px);cursor:pointer}
.drawer__panel{position:absolute;top:78px;right:max(14px,env(safe-area-inset-right));width:min(390px,calc(100vw - 28px));max-height:min(690px,calc(100svh - 98px));display:flex;flex-direction:column;padding:18px;background:linear-gradient(180deg,rgba(15,12,8,.96),rgba(7,6,4,.94));border:1px solid rgba(230,205,145,.28);border-radius:18px;box-shadow:0 26px 80px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.05);transform:translate3d(10px,-10px,0) scale(.985);opacity:0;transition:transform .28s cubic-bezier(.2,.78,.2,1),opacity .22s ease;overflow:hidden}
.drawer.is-open .drawer__panel{transform:translate3d(0,0,0) scale(1);opacity:1}
.drawer__panel::before{content:"";position:absolute;left:18px;right:18px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(230,205,145,.72),transparent);pointer-events:none}
.drawer__panel::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 88% 8%,rgba(230,205,145,.10),transparent 30%)}
.drawer__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px 2px 14px;border-bottom:1px solid rgba(255,255,255,.08)}
.drawer__eyebrow{margin:0;font-size:10px;line-height:1;letter-spacing:.24em;text-transform:uppercase;color:rgba(230,205,145,.82)}
.drawer__brand{display:none}
.drawer__close{width:36px;height:36px;position:relative;flex:0 0 auto;border:1px solid rgba(230,205,145,.22);border-radius:50%;background:rgba(255,255,255,.02);cursor:pointer;color:rgba(242,234,219,.86);transition:border-color .2s ease,color .2s ease,background .2s ease}
.drawer__close span{position:absolute;left:10px;right:10px;top:17px;height:1px;background:currentColor}
.drawer__close span:first-child{transform:rotate(38deg)}.drawer__close span:last-child{transform:rotate(-38deg)}
.drawer__nav{position:relative;z-index:1;margin-top:10px;display:grid;gap:2px;overflow:auto;-webkit-overflow-scrolling:touch;padding-right:2px}
.drawer__link{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 10px;border-radius:12px;color:rgba(242,234,219,.90);text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}
.drawer__link::after{content:"";width:6px;height:6px;border-top:1px solid rgba(230,205,145,.62);border-right:1px solid rgba(230,205,145,.62);transform:rotate(45deg);margin-right:2px}
.drawer__link[aria-current="page"]{background:rgba(230,205,145,.08);color:var(--gold-2)}
.drawer__label{display:block;font-family:var(--serif);font-size:19px;font-weight:400;line-height:1.18;letter-spacing:.05em;color:inherit}
.drawer__sub{display:block;margin-top:4px;font-size:9px;line-height:1;letter-spacing:.18em;text-transform:uppercase;color:rgba(185,173,151,.66)}
.drawer__actions{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}
.drawer__action{min-height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(230,205,145,.24);border-radius:999px;color:rgba(242,234,219,.82);font-size:10px;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;background:rgba(255,255,255,.018)}
.drawer__action--gold{background:rgba(230,205,145,.88);border-color:rgba(230,205,145,.88);color:#120e07}
.drawer__bottom{position:relative;z-index:1;margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--muted);padding:0 2px}
.drawer__bottom p{margin:0;font-family:var(--serif);font-size:13px;line-height:1.4;letter-spacing:.08em;color:rgba(230,205,145,.72);white-space:nowrap}
.drawer__bottom div{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.drawer__bottom a{display:inline-block;padding:0;border:0;font-family:var(--sans);font-size:9px;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:rgba(242,234,219,.50);text-decoration:none;background:none}
@media (hover:hover){.drawer__link:hover{background:rgba(230,205,145,.075);color:var(--gold-2);transform:translateX(2px)}.drawer__close:hover{border-color:rgba(230,205,145,.5);color:var(--gold-2);background:rgba(230,205,145,.06)}.drawer__bottom a:hover{color:var(--gold-2)}}


/* Attraction page: refined lineup and modal detail */
.attraction-intro-section{padding-bottom:calc(var(--section)*.42)}
.attraction-lead-panel{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(320px,1fr);gap:clamp(24px,5vw,82px);align-items:end;max-width:var(--max);margin:0 auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:42px 0}
.attraction-lead-panel h2{font-family:var(--serif);font-size:clamp(34px,4.4vw,68px);font-weight:400;line-height:1.14;letter-spacing:.04em}
.attraction-lead-panel p{color:var(--muted);margin:0;font-size:15px;line-height:2.1}
.attraction-lineup-section{padding-top:0}
.attraction-lineup{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:74px;grid-auto-flow:dense;gap:18px;max-width:var(--max);margin:0 auto}
.attraction-tile{appearance:none;border:1px solid var(--line-2);background:rgba(13,10,6,.76);color:var(--ivory);text-align:left;padding:0;display:grid;grid-template-rows:minmax(0,1fr) auto;grid-column:span 4;grid-row:span 6;min-height:0;overflow:hidden;position:relative;cursor:pointer;transition:border-color .28s ease,transform .28s ease,background .28s ease;box-shadow:none}
.attraction-tile--feature{grid-column:span 7;grid-row:span 8}.attraction-tile--side{grid-column:span 5;grid-row:span 4}.attraction-tile--wide{grid-column:span 8;grid-row:span 5;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);grid-template-rows:1fr}.attraction-tile--portrait{grid-column:span 4;grid-row:span 7}
.attraction-tile::before{content:"";position:absolute;inset:0;border:1px solid transparent;pointer-events:none;transition:border-color .28s ease}.attraction-tile__image{display:block;position:relative;overflow:hidden;background:#080604;min-height:0}.attraction-tile__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.44));pointer-events:none}.attraction-tile__image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.86) contrast(1.02);transition:transform .9s ease,filter .9s ease}.attraction-tile__body{display:flex;flex-direction:column;min-height:0;padding:24px 24px 26px;overflow:hidden}.attraction-tile__meta{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.attraction-tile__title{font-family:var(--serif);font-size:clamp(24px,2.2vw,34px);font-weight:400;line-height:1.22;letter-spacing:.035em}.attraction-tile__text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:rgba(242,234,219,.72);font-size:13px;line-height:1.85;margin-top:14px}.attraction-tile__more{margin-top:auto;display:inline-flex;align-items:center;gap:10px;color:var(--gold-2);font-size:11px;letter-spacing:.16em;text-transform:uppercase;padding-top:18px}.attraction-tile__more::after{content:"";display:block;width:34px;height:1px;background:var(--gold);transition:width .28s ease}.attraction-tile--feature .attraction-tile__body{padding:30px 32px 34px}.attraction-tile--feature .attraction-tile__title{font-size:clamp(34px,3.8vw,58px);line-height:1.12}.attraction-tile--feature .attraction-tile__text{-webkit-line-clamp:3;font-size:14px}.attraction-tile--side{grid-template-rows:1fr}.attraction-tile--side .attraction-tile__image{position:absolute;inset:0}.attraction-tile--side .attraction-tile__image::after{background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.78))}.attraction-tile--side .attraction-tile__body{position:relative;z-index:1;justify-content:flex-end;padding:24px}.attraction-tile--side .attraction-tile__title{font-size:clamp(22px,2vw,31px)}.attraction-tile--side .attraction-tile__text{display:none}.attraction-tile--side .attraction-tile__more{padding-top:12px}.attraction-tile--wide .attraction-tile__body{justify-content:center;padding:28px 30px}.attraction-tile--wide .attraction-tile__title{font-size:clamp(27px,2.8vw,42px)}.attraction-tile--portrait .attraction-tile__title{font-size:clamp(25px,2.5vw,39px)}.attraction-tile--portrait .attraction-tile__text{-webkit-line-clamp:4}@media (hover:hover){.attraction-tile:hover{border-color:rgba(230,205,145,.38);background:rgba(20,15,9,.84);transform:translateY(-3px)}.attraction-tile:hover::before{border-color:rgba(230,205,145,.16)}.attraction-tile:hover img{transform:scale(1.045);filter:saturate(.98) contrast(1.06)}.attraction-tile:hover .attraction-tile__more::after{width:54px}}
.attraction-tile:focus-visible{outline:1px solid var(--gold);outline-offset:5px}
body.is-modal-open{overflow:hidden}.attraction-modal[hidden]{display:none}.attraction-modal{position:fixed;inset:0;z-index:240;display:grid;place-items:center;padding:clamp(18px,4vw,52px)}.attraction-modal__shade{position:absolute;inset:0;border:0;background:rgba(3,3,2,.58);cursor:pointer}.attraction-modal__panel{position:relative;z-index:1;width:min(1040px,calc(100vw - 40px));max-height:calc(100svh - 48px);display:grid;grid-template-columns:minmax(280px,.92fr) minmax(360px,1.08fr);background:#090705;border:1px solid rgba(230,205,145,.28);box-shadow:0 34px 95px rgba(0,0,0,.66);overflow:hidden;animation:modalIn .28s ease both}.attraction-modal__panel:focus{outline:none}.attraction-modal__image{min-height:520px;position:relative;background:#050403}.attraction-modal__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.35))}.attraction-modal__image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.9) contrast(1.03)}.attraction-modal__content{position:relative;padding:clamp(34px,5vw,68px);overflow:auto}.attraction-modal__close{position:absolute;top:22px;right:22px;width:42px;height:42px;border:1px solid rgba(230,205,145,.28);background:transparent;color:var(--ivory);cursor:pointer}.attraction-modal__close span{position:absolute;left:12px;right:12px;top:20px;height:1px;background:currentColor}.attraction-modal__close span:first-child{transform:rotate(45deg)}.attraction-modal__close span:last-child{transform:rotate(-45deg)}.attraction-modal__type{display:inline-block;color:var(--gold);font-size:10px;letter-spacing:.24em;text-transform:uppercase;margin-bottom:18px}.attraction-modal h2{font-family:var(--serif);font-size:clamp(34px,4.2vw,64px);font-weight:400;line-height:1.12;letter-spacing:.04em;margin:0}.attraction-modal__lead{color:var(--ivory);font-size:17px;line-height:1.9;margin-top:24px}.attraction-modal__content p:not(.overline):not(.attraction-modal__lead){color:var(--muted);font-size:14px;line-height:2.05;margin-top:24px}.attraction-modal__info{margin-top:34px;border-top:1px solid var(--line)}.attraction-modal__info div{display:grid;grid-template-columns:110px 1fr;gap:22px;padding:17px 0;border-bottom:1px solid var(--line-2)}.attraction-modal__info dt{color:var(--gold);font-size:12px;letter-spacing:.12em}.attraction-modal__info dd{margin:0;color:var(--muted);font-size:13px;line-height:1.8}@keyframes modalIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}

/* Lineup label-only heading */
.section-head--lineup{grid-template-columns:1fr;margin-bottom:42px}
.section-head--lineup .overline{margin-bottom:0}

/* About / history accordion refinement */
.timeline--accordion{max-width:1120px;border-left:1px solid rgba(230,205,145,.20)}
.timeline-item--accordion{padding:0 0 14px;margin:0 0 14px}
.timeline-item--accordion::before{top:26px;background:var(--gold);box-shadow:0 0 0 7px rgba(201,169,106,.08)}
.timeline-toggle{appearance:none;width:100%;border:0;border-bottom:1px solid var(--line-2);background:transparent;color:var(--ivory);display:grid;grid-template-columns:150px minmax(0,1fr) 34px;gap:clamp(18px,3vw,42px);align-items:center;text-align:left;padding:19px 0 22px;cursor:pointer}
.timeline-toggle__date{color:var(--gold);font-size:11px;letter-spacing:.20em;text-transform:uppercase;line-height:1.3}
.timeline-toggle__title{font-family:var(--serif);font-size:clamp(25px,3vw,42px);font-weight:400;line-height:1.22;letter-spacing:.035em;color:var(--ivory)}
.timeline-toggle__mark{position:relative;width:30px;height:30px;border:1px solid rgba(230,205,145,.28);border-radius:50%;justify-self:end;transition:border-color .25s ease,background .25s ease,transform .5s cubic-bezier(.2,.78,.2,1)}
.timeline-toggle__mark::before,.timeline-toggle__mark::after{content:"";position:absolute;left:9px;right:9px;top:14px;height:1px;background:rgba(230,205,145,.82);transition:transform .5s cubic-bezier(.2,.78,.2,1),opacity .25s ease}
.timeline-toggle__mark::after{transform:rotate(90deg)}
.timeline-detail{max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);transition:max-height .5s cubic-bezier(.22,1,.36,1),opacity .35s ease,transform .5s cubic-bezier(.22,1,.36,1)}
.timeline-detail p{margin:18px 0 22px;color:var(--muted);font-size:15px;line-height:2.05;max-width:760px}
.timeline-item--accordion.is-open .timeline-detail{opacity:1;transform:translateY(0)}
.timeline-item--accordion.is-open .timeline-toggle__mark{border-color:rgba(230,205,145,.55);background:rgba(230,205,145,.07);transform:rotate(180deg)}
.timeline-item--accordion.is-open .timeline-toggle__mark::after{opacity:0;transform:rotate(90deg) scaleX(.2)}
@media (hover:hover){.timeline-toggle:hover .timeline-toggle__title{color:var(--gold-2)}.timeline-toggle:hover .timeline-toggle__mark{border-color:rgba(230,205,145,.52)}}
.timeline-toggle:focus-visible{outline:1px solid var(--gold);outline-offset:6px}

/* Legal pages: refined long-text layout */
.legal-page{padding:clamp(72px,9vw,132px) var(--side);background:linear-gradient(180deg,rgba(5,4,3,.96),rgba(10,8,5,.98));}
.legal-shell{width:min(var(--max),100%);margin:0 auto;display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:clamp(34px,5vw,78px);align-items:start;}
.legal-page .legal-index{position:sticky;top:104px;align-self:start;max-height:calc(100svh - 132px);overflow:auto;border:1px solid rgba(191,164,109,.24);border-left:0;border-right:0;background:rgba(8,6,4,.74);padding:26px 0;box-shadow:none;scrollbar-width:thin;}
.legal-index__links{display:grid;gap:0;}
.legal-page .legal-index a{display:block;padding:11px 4px;border-bottom:1px solid rgba(191,164,109,.12);font-size:.78rem;line-height:1.55;color:rgba(232,222,200,.7);letter-spacing:.02em;}
.legal-page .legal-index a:first-child{border-top:1px solid rgba(191,164,109,.12);}
.legal-page .legal-index a:hover{color:var(--gold-2);padding-left:10px;}
.legal-page .legal-body{max-width:none;border-top:1px solid rgba(191,164,109,.28);}
.legal-block{scroll-margin-top:110px;padding:clamp(30px,4.2vw,48px) 0;border-bottom:1px solid rgba(191,164,109,.16);}
.legal-block h2{font-family:var(--serif);font-weight:400;color:var(--gold-2);font-size:clamp(1.45rem,2.6vw,2.35rem);line-height:1.34;margin:0 0 18px;}
.legal-block p,.legal-block li{font-size:.96rem;line-height:2.05;color:rgba(232,222,200,.82);letter-spacing:.02em;}
.legal-block p+p,.legal-block p+.legal-list,.legal-block .legal-list+p{margin-top:14px;}
.legal-list{display:grid;gap:7px;margin:14px 0 0;padding-left:1.18em;}
.legal-list li::marker{color:rgba(191,164,109,.86);font-size:.9em;}
.legal-block a{color:var(--gold-2);text-decoration:underline;text-underline-offset:4px;}

/* Targeted refinements: SMAIS page images */
.intro__image--logo img:last-child{width:42%;height:auto;aspect-ratio:1/1;object-fit:contain;background:rgba(7,6,4,.86);padding:18px;border:1px solid rgba(230,205,145,.24);box-sizing:border-box;}
.story-panel--company{grid-template-columns:minmax(230px,360px) minmax(0,1fr);align-items:stretch;}
.story-panel--company .story-panel__image{min-height:auto;display:flex;align-items:center;justify-content:center;padding:clamp(34px,5vw,64px);background:rgba(10,8,5,.64);}
.story-panel--company .story-panel__image img{width:min(180px,78%);height:auto;max-height:180px;object-fit:contain;filter:drop-shadow(0 18px 36px rgba(0,0,0,.36));}
.story-panel--making{grid-template-columns:minmax(0,.86fr) minmax(360px,1.14fr);}
.story-panel--making .story-panel__image{min-height:500px;}
.story-panel--making .story-panel__image img{object-fit:cover;}

/* Legal page stability: long text must never depend on reveal animation */
.legal-page .legal-body{display:block;visibility:visible;opacity:1!important;transform:none!important;color:rgba(232,222,200,.86);}
.legal-page .legal-block{display:block;}
.legal-page .legal-block p,.legal-page .legal-block li{word-break:normal;overflow-wrap:anywhere;}

/* Cast page refinements */
.member-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.member-card{min-height:auto;padding:30px;background:linear-gradient(180deg,rgba(18,14,8,.74),rgba(9,7,4,.82));border-color:rgba(230,205,145,.16);}
.member-card .role{color:var(--gold-2);}

/* Recruit page readability */
.recruit-intro{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:clamp(34px,6vw,88px);align-items:end;border-bottom:1px solid rgba(230,205,145,.18);padding-bottom:clamp(36px,5vw,70px);}
.recruit-intro__copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(38px,5.4vw,84px);line-height:1.12;letter-spacing:.04em;}
.recruit-intro__copy p{max-width:760px;margin-top:24px;color:var(--muted);font-size:clamp(15px,1.2vw,18px);}
.recruit-intro__note{border:1px solid rgba(230,205,145,.24);background:rgba(12,9,5,.72);padding:clamp(26px,4vw,42px);}
.recruit-intro__note span{display:block;color:var(--gold);font-size:11px;letter-spacing:.22em;text-transform:uppercase;margin-bottom:18px;}
.recruit-intro__note strong{display:block;font-family:var(--serif);font-size:clamp(25px,2.4vw,36px);font-weight:400;line-height:1.32;color:var(--ivory);}
.recruit-intro__note p{margin-top:18px;color:var(--muted);font-size:14px;}
.recruit-position-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;}
.recruit-position{border:1px solid rgba(230,205,145,.18);background:rgba(10,8,5,.72);display:grid;grid-template-rows:320px auto;overflow:hidden;}
.recruit-position__image{position:relative;overflow:hidden;background:#050403;}
.recruit-position__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.44));}
.recruit-position__image img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.04);}
.recruit-position__body{padding:clamp(26px,4vw,44px);}
.recruit-position__body h3{font-family:var(--serif);font-size:clamp(34px,3.8vw,58px);font-weight:400;line-height:1.12;}
.recruit-position__body p{margin-top:18px;color:var(--muted);}
.recruit-position__body dl{margin:30px 0 0;border-top:1px solid rgba(230,205,145,.16);}
.recruit-position__body dl div{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08);}
.recruit-position__body dt{color:var(--gold);font-family:var(--serif);font-size:18px;}
.recruit-position__body dd{margin:0;color:rgba(232,222,200,.78);font-size:14px;line-height:1.9;}
.recruit-check-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(230,205,145,.2);}
.recruit-check{display:grid;grid-template-columns:60px minmax(0,1fr);gap:22px;padding:24px 26px 24px 0;border-bottom:1px solid rgba(230,205,145,.12);}
.recruit-check:nth-child(odd){border-right:1px solid rgba(230,205,145,.12);}
.recruit-check:nth-child(even){padding-left:26px;}
.recruit-check span,.recruit-note span,.recruit-flow__item span{font-family:var(--serif);color:var(--gold);font-size:28px;line-height:1;}
.recruit-check p{margin:0;color:rgba(232,222,200,.82);font-size:14px;line-height:1.85;}
.recruit-note-list{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.recruit-note{border:1px solid rgba(230,205,145,.16);background:rgba(255,255,255,.025);padding:26px;min-height:180px;}
.recruit-note h3{font-family:var(--serif);font-weight:400;font-size:clamp(22px,2vw,30px);line-height:1.35;margin-top:22px;color:var(--ivory);}
.recruit-flow{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(230,205,145,.16);border:1px solid rgba(230,205,145,.16);}
.recruit-flow__item{background:rgba(8,6,4,.94);padding:clamp(28px,4vw,44px);min-height:240px;}
.recruit-flow__item h3{font-family:var(--serif);font-size:clamp(28px,3vw,42px);font-weight:400;margin-top:28px;}
.recruit-flow__item p{margin-top:16px;color:var(--muted);font-size:14px;line-height:1.95;}
.recruit-faq{max-width:980px;margin:0 auto;border-top:1px solid rgba(230,205,145,.18);}
.recruit-faq__item{border-bottom:1px solid rgba(230,205,145,.14);padding:0;}
.recruit-faq__item summary{cursor:pointer;list-style:none;padding:24px 0;font-family:var(--serif);font-size:clamp(21px,2.4vw,32px);font-weight:400;color:var(--ivory);}
.recruit-faq__item summary::-webkit-details-marker{display:none;}
.recruit-faq__item p{margin:0 0 26px;color:var(--muted);line-height:2;}


/* Legal index overflow fix */
.legal-page .legal-index{overflow-x:hidden;}
.legal-page .legal-index a{width:100%;max-width:100%;white-space:normal;word-break:keep-all;overflow-wrap:anywhere;line-break:strict;}
.legal-page .legal-index a:hover{padding-left:4px;}

/* Final legal/index and SMAIS intro image refinements */
.legal-page .legal-index__links a{
  display:flex;
  align-items:center;
  min-height:42px;
  box-sizing:border-box;
}
.intro__image--logo{
  min-height:520px;
}
.intro__image--logo img:first-child{
  width:100%;
  height:360px;
  right:0;
  top:0;
  object-fit:cover;
  object-position:center;
}
.intro__image--logo img:last-child{
  left:clamp(20px,4vw,42px);
  bottom:clamp(28px,5vw,62px);
  width:clamp(128px,18vw,210px);
  height:clamp(128px,18vw,210px);
  aspect-ratio:1/1;
  object-fit:contain;
  padding:12px;
  border:1px solid rgba(230,205,145,.26);
  background:rgba(7,6,4,.84);
}
@media (max-width:900px){
  .legal-page .legal-index__links a{
    min-height:48px;
    align-items:center;
  }
}
@media (max-width:720px){
  .intro__image--logo{
    min-height:355px;
  }
  .intro__image--logo img:first-child{
    width:100%;
    height:240px;
  }
  .intro__image--logo img:last-child{
    width:112px;
    height:112px;
    left:18px;
    bottom:18px;
    padding:9px;
  }
}

/* Join page */
.join-intro{max-width:var(--max);margin:0 auto 54px;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);gap:clamp(34px,6vw,90px);align-items:end;border-bottom:1px solid rgba(230,205,145,.18);padding-bottom:46px}
.join-intro h2{font-family:var(--serif);font-size:clamp(38px,5vw,76px);font-weight:400;line-height:1.14;letter-spacing:.04em}
.join-intro>p{color:rgba(232,222,200,.78);font-size:clamp(15px,1.25vw,18px);line-height:2.1;margin:0}
.join-steps{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid rgba(230,205,145,.18);background:rgba(230,205,145,.12);gap:1px}
.join-step{background:linear-gradient(180deg,rgba(13,9,5,.96),rgba(8,6,4,.96));padding:clamp(28px,4vw,48px);min-height:260px}
.join-step span{font-family:var(--serif);font-size:clamp(34px,4vw,56px);color:var(--gold);line-height:1}
.join-step h3{font-family:var(--serif);font-size:clamp(25px,2.4vw,38px);font-weight:400;line-height:1.32;margin-top:30px}
.join-step p{color:var(--muted);font-size:14px;line-height:2;margin-top:18px}
.join-discord-actions{max-width:var(--max);margin:36px auto 0}
.join-platform-grid{max-width:var(--max);margin:0 auto;display:grid;gap:clamp(28px,5vw,76px)}
.join-platform-card{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.18fr);gap:clamp(26px,5vw,74px);align-items:center;border-top:1px solid rgba(230,205,145,.18);padding-top:clamp(42px,6vw,76px)}
.join-platform-card+.join-platform-card{margin-top:clamp(22px,4vw,48px)}
.join-platform-card:nth-child(even){grid-template-columns:minmax(0,1.18fr) minmax(320px,.78fr)}
.join-platform-card:nth-child(even) .join-platform-card__copy{order:2}
.join-platform-card__copy h2{font-family:var(--serif);font-size:clamp(42px,6vw,86px);font-weight:400;line-height:1.08}
.join-platform-card__copy p{color:var(--muted);margin-top:24px;line-height:2}
.join-mini-list{margin:30px 0 0;padding:0;list-style:none;border-top:1px solid rgba(230,205,145,.16)}
.join-mini-list li{display:grid;grid-template-columns:36px minmax(0,1fr);gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(232,222,200,.84);font-size:14px;line-height:1.8}
.join-mini-list li::before{counter-increment:joinstep;content:counter(joinstep,decimal-leading-zero);font-family:var(--serif);color:var(--gold);font-size:20px;line-height:1.4}
.join-mini-list{counter-reset:joinstep}
.join-screenshot{position:relative;margin:0;background:#070604;border:1px solid rgba(230,205,145,.18);box-shadow:0 34px 90px rgba(0,0,0,.48);padding:10px;overflow:hidden}
.join-screenshot::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 30%,rgba(0,0,0,.2));z-index:1}
.join-screenshot img{display:block;width:100%;height:auto;filter:saturate(.86) contrast(1.02)}
.join-console{max-width:var(--max);margin:0 auto;border:1px solid rgba(230,205,145,.22);background:linear-gradient(180deg,rgba(15,11,6,.78),rgba(7,6,4,.92));box-shadow:0 38px 110px rgba(0,0,0,.38)}
.join-console summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:clamp(26px,4vw,46px) clamp(24px,5vw,64px);font-family:var(--serif);font-size:clamp(25px,3vw,46px);line-height:1.25;color:var(--ivory)}
.join-console summary::-webkit-details-marker{display:none}
.join-console summary i{position:relative;flex:0 0 42px;width:42px;height:42px;border:1px solid rgba(230,205,145,.28);border-radius:50%}
.join-console summary i::before,.join-console summary i::after{content:"";position:absolute;left:50%;top:50%;width:16px;height:1px;background:var(--gold);transform:translate(-50%,-50%);transition:.25s ease}
.join-console summary i::after{transform:translate(-50%,-50%) rotate(90deg)}
.join-console[open] summary i::after{transform:translate(-50%,-50%) rotate(0deg);opacity:0}
.join-console__body{border-top:1px solid rgba(230,205,145,.16);padding:clamp(28px,5vw,64px);display:grid;grid-template-columns:minmax(300px,.66fr) minmax(0,1fr);gap:clamp(28px,5vw,70px);align-items:start}
.join-console__copy h2{font-family:var(--serif);font-size:clamp(36px,4.6vw,70px);font-weight:400;line-height:1.12}
.join-console__copy p{color:var(--muted);line-height:2;margin-top:20px}
.join-console__copy strong,.join-console__copy b{color:var(--ivory);font-weight:500}
.join-number-list{list-style:none;margin:34px 0 0;padding:0;border-top:1px solid rgba(230,205,145,.16)}
.join-number-list li{display:grid;grid-template-columns:52px minmax(0,1fr);gap:18px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.join-number-list span{font-family:var(--serif);font-size:28px;color:var(--gold);line-height:1.2}
.join-number-list p{margin:0;color:rgba(232,222,200,.78);font-size:14px;line-height:1.9}
.join-number-list strong{display:block;margin-bottom:4px;color:var(--ivory);font-family:var(--serif);font-size:23px;font-weight:400}
.join-console__shots{display:grid;gap:18px}

/* Join page: smartphone-first, refined connection guide */
.join-lux-section{padding-top:calc(var(--section)*.72)}
.join-lux-head{max-width:1120px;margin:0 auto 46px;display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1fr);gap:clamp(28px,6vw,86px);align-items:end}
.join-lux-head h2{font-family:var(--serif);font-size:clamp(42px,5.8vw,88px);font-weight:400;line-height:1.08;letter-spacing:.05em;margin:0}
.join-lux-head p:not(.overline){margin:0;color:rgba(242,234,219,.74);font-size:15px;line-height:2.15;max-width:680px}
.join-flow-lux{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.join-flow-lux article{position:relative;min-height:238px;padding:28px 26px 30px;background:linear-gradient(180deg,rgba(18,14,9,.78),rgba(8,6,4,.78));border:1px solid rgba(230,205,145,.16);overflow:hidden}
.join-flow-lux article::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,rgba(230,205,145,.55),transparent)}
.join-flow-lux span{display:block;font-family:var(--serif);font-size:30px;line-height:1;color:rgba(230,205,145,.86);margin-bottom:34px}
.join-flow-lux h3{font-family:var(--serif);font-weight:400;font-size:clamp(24px,2vw,32px);line-height:1.28;letter-spacing:.04em;margin:0}
.join-flow-lux p{color:rgba(242,234,219,.68);font-size:13px;line-height:1.9;margin:16px 0 0}
.join-action-strip{max-width:1120px;margin:16px auto 0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px 18px 26px;border:1px solid rgba(230,205,145,.18);background:rgba(230,205,145,.055)}
.join-action-strip span{display:block;color:var(--gold);font-size:10px;letter-spacing:.24em;text-transform:uppercase;margin-bottom:4px}
.join-action-strip p{margin:0;color:rgba(242,234,219,.72);font-size:13px;line-height:1.7}
.join-method-section{padding-top:calc(var(--section)*.52)}
.join-method-shell{max-width:1120px;margin:0 auto}
.join-method-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:24px;border-bottom:1px solid rgba(230,205,145,.18);padding-bottom:26px}
.join-method-heading h2{font-family:var(--serif);font-size:clamp(38px,5vw,72px);font-weight:400;line-height:1.1;letter-spacing:.045em;margin:0}
.join-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;position:relative;z-index:2}
.join-tab{appearance:none;border:1px solid rgba(230,205,145,.16);background:rgba(255,255,255,.025);color:rgba(242,234,219,.62);text-align:left;padding:16px 18px;min-height:74px;cursor:pointer;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}
.join-tab span{display:block;font-family:var(--serif);font-size:23px;line-height:1.15;letter-spacing:.04em;color:inherit}
.join-tab small{display:block;margin-top:7px;font-size:10px;line-height:1.25;letter-spacing:.14em;text-transform:uppercase;color:rgba(185,173,151,.62)}
.join-tab.is-active,.join-tab[aria-selected="true"]{background:rgba(230,205,145,.10);border-color:rgba(230,205,145,.42);color:var(--gold-2)}
.join-tab:focus-visible{outline:1px solid var(--gold);outline-offset:4px}
@media (hover:hover){.join-tab:hover{border-color:rgba(230,205,145,.32);color:rgba(242,234,219,.9);transform:translateY(-1px)}}
.join-panels{position:relative;border:1px solid rgba(230,205,145,.22);background:linear-gradient(180deg,rgba(13,10,6,.86),rgba(6,5,3,.94));box-shadow:0 34px 90px rgba(0,0,0,.34);overflow:hidden}
.join-panels::before{content:"";position:absolute;left:24px;right:24px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(230,205,145,.72),transparent);z-index:2}
.join-panel[hidden]{display:none!important}
.join-panel{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.12fr);gap:clamp(24px,4.8vw,70px);align-items:center;padding:clamp(26px,5vw,58px);animation:joinPanelIn .26s ease both}
@keyframes joinPanelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.join-panel__copy h3{font-family:var(--serif);font-size:clamp(34px,4.6vw,66px);font-weight:400;line-height:1.12;letter-spacing:.035em;margin:0}
.join-panel__copy p{color:rgba(242,234,219,.72);line-height:2;margin:22px 0 0;font-size:14px;max-width:580px}
.join-panel__copy strong{color:var(--ivory);font-weight:500}
.join-badge{display:inline-flex!important;margin:0 0 18px!important;min-height:30px;align-items:center;padding:0 13px;border:1px solid rgba(230,205,145,.24);color:var(--gold)!important;font-size:10px!important;letter-spacing:.22em!important;text-transform:uppercase;line-height:1!important;background:rgba(230,205,145,.045)}
.join-input-card{margin-top:28px;padding:18px 20px;border:1px solid rgba(230,205,145,.18);background:rgba(0,0,0,.20);display:grid;gap:4px;max-width:420px}
.join-input-card span{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(185,173,151,.76)}
.join-input-card strong{font-family:var(--serif);font-size:27px;line-height:1.25;font-weight:400;color:var(--gold-2)}
.join-input-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:28px;max-width:620px}
.join-input-grid div{border:1px solid rgba(230,205,145,.16);background:rgba(0,0,0,.18);padding:16px 14px;min-height:112px}
.join-input-grid span{display:block;color:var(--gold);font-family:var(--serif);font-size:23px;line-height:1;margin-bottom:18px}
.join-input-grid strong{display:block;color:var(--ivory);font-family:var(--serif);font-weight:400;font-size:21px;line-height:1.25}
.join-input-grid small{display:block;color:rgba(185,173,151,.74);font-size:11px;line-height:1.6;margin-top:6px}
.join-clean-steps{list-style:none;margin:30px 0 0;padding:0;border-top:1px solid rgba(230,205,145,.14);max-width:620px}
.join-clean-steps li{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.join-clean-steps span{font-family:var(--serif);font-size:22px;line-height:1.4;color:var(--gold)}
.join-clean-steps p{margin:0;color:rgba(242,234,219,.78);font-size:13px;line-height:1.9}
.join-clean-steps strong{font-weight:500;color:var(--gold-2)}
.join-device-shot{position:relative;margin:0;background:#070604;border:1px solid rgba(230,205,145,.18);padding:8px;box-shadow:0 32px 80px rgba(0,0,0,.42);overflow:hidden}
.join-device-shot::after{content:"";position:absolute;inset:8px;pointer-events:none;border:1px solid rgba(255,255,255,.06)}
.join-device-shot img{display:block;width:100%;height:auto;filter:saturate(.9) contrast(1.02)}
.join-console-shots{display:grid;gap:14px}
.join-panel--console{grid-template-columns:minmax(320px,.68fr) minmax(0,1.18fr)}
.join-note-section{padding-top:calc(var(--section)*.35)}
.join-note-card{max-width:1120px;margin:0 auto;padding:clamp(30px,5vw,58px);border:1px solid rgba(230,205,145,.18);background:linear-gradient(90deg,rgba(230,205,145,.075),rgba(255,255,255,.018));display:grid;grid-template-columns:minmax(300px,.76fr) minmax(0,1fr);gap:clamp(22px,4vw,58px);align-items:end}
.join-note-card h2{font-family:var(--serif);font-size:clamp(31px,4vw,58px);font-weight:400;line-height:1.15;letter-spacing:.04em;margin:0}
.join-note-card p:not(.overline){color:rgba(242,234,219,.72);line-height:2;margin:0;font-size:14px}
.join-note-card .button-row{grid-column:2;margin-top:0}

/* Join page refinement: clearer tabs, terms note, step images */
.join-terms-note{position:relative;margin-top:18px!important;padding:14px 16px 14px 20px;border-left:1px solid rgba(230,205,145,.62);background:rgba(230,205,145,.055);color:rgba(242,234,219,.86)!important;font-size:13px!important;line-height:1.9!important;max-width:680px}
.join-tabs{gap:10px}
.join-tab{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 20px;min-height:82px;background:linear-gradient(180deg,rgba(16,12,8,.82),rgba(7,6,4,.86));border-color:rgba(230,205,145,.20);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.join-tab span{font-family:var(--sans);font-size:15px;font-weight:500;letter-spacing:.12em;line-height:1.35}
.join-tab small{display:inline-flex;align-items:center;justify-content:center;margin-top:0;min-height:30px;min-width:96px;padding:0 12px;border:1px solid rgba(230,205,145,.24);background:rgba(230,205,145,.06);font-size:10px;letter-spacing:.12em;color:rgba(230,205,145,.76);white-space:nowrap}
.join-tab.is-active,.join-tab[aria-selected="true"]{background:linear-gradient(180deg,rgba(47,36,18,.70),rgba(15,11,6,.92));border-color:rgba(230,205,145,.55);color:var(--ivory)}
.join-tab.is-active small,.join-tab[aria-selected="true"] small{background:rgba(230,205,145,.16);border-color:rgba(230,205,145,.55);color:var(--gold-2)}
.join-step-media{display:grid;gap:16px;align-content:start}
.join-clean-steps--after-shot{margin-top:0;border-top:0}
.join-clean-steps--after-shot li:first-child{padding-top:0}
.join-device-shot--inline{margin-top:16px;box-shadow:0 22px 56px rgba(0,0,0,.34)}


/* Join method selector refinement: no horizontal scroll, button-only labels */
.join-method-section .join-tabs{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin:0 0 18px;
    overflow:visible;
    padding:0;
}
.join-method-section .join-tab{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:70px;
    width:100%;
    padding:18px 16px;
    border:1px solid rgba(230,205,145,.24);
    background:linear-gradient(180deg,rgba(20,15,9,.88),rgba(8,7,5,.94));
    color:rgba(242,234,219,.78);
    text-align:center;
    box-shadow:none;
    overflow:hidden;
}
.join-method-section .join-tab::before{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    bottom:12px;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(230,205,145,.36),transparent);
    opacity:.55;
    transition:opacity .22s ease,transform .22s ease;
}
.join-method-section .join-tab::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,rgba(230,205,145,.10),transparent 42%);
    opacity:0;
    transition:opacity .22s ease;
}
.join-method-section .join-tab span{
    position:relative;
    z-index:1;
    display:block;
    font-family:var(--serif);
    font-size:clamp(20px,2.1vw,28px);
    font-weight:400;
    letter-spacing:.055em;
    line-height:1.25;
    color:inherit;
}
.join-method-section .join-tab small{display:none!important;}
.join-method-section .join-tab.is-active,
.join-method-section .join-tab[aria-selected="true"]{
    background:linear-gradient(180deg,rgba(48,35,16,.74),rgba(12,9,5,.96));
    border-color:rgba(230,205,145,.62);
    color:var(--gold-2);
}
.join-method-section .join-tab.is-active::after,
.join-method-section .join-tab[aria-selected="true"]::after{opacity:1;}
.join-method-section .join-tab.is-active::before,
.join-method-section .join-tab[aria-selected="true"]::before{opacity:.95;transform:scaleX(.88);}
@media (hover:hover){
  .join-method-section .join-tab:hover{transform:translateY(-1px);border-color:rgba(230,205,145,.48);color:var(--ivory);}
}

/* Recruit FAQ open animation */
.recruit-faq__answer{
  overflow:hidden;
  max-height:0;
  opacity:0;
  transition:max-height .5s ease, opacity .5s ease;
}
.recruit-faq__answer-inner{overflow:hidden;}
.recruit-faq__answer p{
  margin:0 0 26px;
  color:var(--muted);
  line-height:2;
}
.recruit-faq__item[open] .recruit-faq__answer{opacity:1;}
.recruit-faq__item summary{
  position:relative;
  padding-right:38px;
}
.recruit-faq__item summary::after{
  content:"";
  position:absolute;
  right:2px;
  top:50%;
  width:22px;
  height:22px;
  border-right:1px solid rgba(230,205,145,.72);
  border-bottom:1px solid rgba(230,205,145,.72);
  transform:translateY(-64%) rotate(45deg);
  transition:transform .5s ease;
}
.recruit-faq__item[open] summary::after{transform:translateY(-36%) rotate(225deg);}
@media (prefers-reduced-motion:reduce){.recruit-faq__answer,.recruit-faq__item summary::after{transition:none;}}

/* Home: designed attraction / parade layout */
.home-experience-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:82px;grid-auto-flow:dense;gap:18px;max-width:var(--max);margin:0 auto}
.home-experience-card{position:relative;display:block;overflow:hidden;color:var(--ivory);background:#090705;border:1px solid rgba(230,205,145,.18);min-height:0;isolation:isolate;transition:transform .32s ease,border-color .32s ease,background .32s ease}
.home-experience-card--hero{grid-column:span 7;grid-row:span 7}.home-experience-card--tall{grid-column:span 5;grid-row:span 7}.home-experience-card--wide{grid-column:span 7;grid-row:span 4}.home-experience-card--compact{grid-column:span 5;grid-row:span 4}
.home-experience-card__image{position:absolute;inset:0;display:block;overflow:hidden;background:#050403}.home-experience-card__image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.88) contrast(1.04);transition:transform 1s ease,filter 1s ease}.home-experience-card::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.18) 43%,rgba(0,0,0,.86) 100%);pointer-events:none}.home-experience-card::after{content:"";position:absolute;inset:14px;z-index:2;border:1px solid rgba(230,205,145,.13);opacity:.8;pointer-events:none;transition:opacity .32s ease,border-color .32s ease}
.home-experience-card__body{position:absolute;z-index:3;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(24px,3vw,38px);gap:10px}.home-experience-card__kicker{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);line-height:1.5}.home-experience-card__title{font-family:var(--serif);font-size:clamp(28px,3.6vw,58px);font-weight:400;line-height:1.1;letter-spacing:.035em;text-wrap:balance}.home-experience-card__text{max-width:620px;color:rgba(242,234,219,.76);font-size:13px;line-height:1.85;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-experience-card--tall .home-experience-card__title{font-size:clamp(30px,3vw,46px)}.home-experience-card--wide .home-experience-card__body,.home-experience-card--compact .home-experience-card__body{padding:26px}.home-experience-card--wide .home-experience-card__title,.home-experience-card--compact .home-experience-card__title{font-size:clamp(24px,2.6vw,38px)}.home-experience-card--compact .home-experience-card__text{display:none}
@media (hover:hover){.home-experience-card:hover{transform:translateY(-3px);border-color:rgba(230,205,145,.38);background:#110d08}.home-experience-card:hover .home-experience-card__image img{transform:scale(1.045);filter:saturate(1) contrast(1.08)}.home-experience-card:hover::after{opacity:1;border-color:rgba(230,205,145,.27)}}
.home-experience-card:focus-visible{outline:1px solid var(--gold);outline-offset:5px}

/* Remove vertical Scroll marker on desktop Home hero. */
.hero__scroll,.hero-scroll{display:none!important;}


/* Contact / form refinement */
.field select{
  color-scheme:dark;
  background-color:rgba(12,9,5,.92);
  color:var(--ivory);
}
.field select option{
  background:#0b0805;
  color:#f2eadb;
}
.field select option:checked,
.field select option:hover{
  background:#2a2111;
  color:#f6e7bd;
}
.contact-toast{
  display:flex;
  align-items:center;
  gap:10px;
  border-color:rgba(230,205,145,.38)!important;
  background:rgba(18,14,8,.92)!important;
  color:var(--gold-2)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.38);
  letter-spacing:.04em;
}
.contact-toast::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 5px rgba(230,205,145,.12);
  flex:0 0 auto;
}

/* Top notification toast for contact form */
.site-toast{
  position:fixed;
  z-index:1200;
  left:50%;
  top:calc(78px + env(safe-area-inset-top, 0px));
  transform:translateX(-50%);
  width:min(520px,calc(100vw - 32px));
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 18px;
  border:1px solid rgba(230,205,145,.34);
  background:rgba(9,7,5,.92);
  color:#f4e7c5;
  box-shadow:0 20px 55px rgba(0,0,0,.42);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  font-size:14px;
  line-height:1.55;
  letter-spacing:.04em;
  animation:siteToastIn .42s cubic-bezier(.2,.8,.2,1) both;
}
.site-toast::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(230,205,145,.72),transparent);
}
.site-toast__icon{
  width:9px;
  height:9px;
  border-radius:50%;
  flex:0 0 auto;
  background:var(--gold);
  box-shadow:0 0 0 6px rgba(230,205,145,.12);
}
.site-toast--error{
  border-color:rgba(197,82,62,.42);
  color:#f4d7ce;
}
.site-toast--error .site-toast__icon{background:#c5523e;box-shadow:0 0 0 6px rgba(197,82,62,.14)}
.site-toast.is-hiding{animation:siteToastOut .32s ease both;}
@keyframes siteToastIn{from{opacity:0;transform:translate(-50%,-18px)}to{opacity:1;transform:translate(-50%,0)}}
@keyframes siteToastOut{from{opacity:1;transform:translate(-50%,0)}to{opacity:0;transform:translate(-50%,-12px)}}
@media (max-width:720px){.site-toast{top:calc(72px + env(safe-area-inset-top, 0px));width:calc(100vw - 24px);padding:13px 15px;font-size:13px}}
@media (prefers-reduced-motion:reduce){.site-toast,.site-toast.is-hiding{animation:none}}

/* Cinematic section loader */
html.section-loader-active body,html.home-loader-active body{overflow:hidden}
.home-loader{display:none;position:fixed;inset:0;z-index:1000;place-items:center;overflow:hidden;background:#070604;color:var(--ivory);isolation:isolate}
html.section-loader-active .home-loader,html.home-loader-active .home-loader,.home-loader.is-leaving{display:grid}
.home-loader::before{content:"";position:absolute;inset:-12%;z-index:0;background:radial-gradient(circle at 50% 45%,rgba(230,205,145,.16),transparent 30%),radial-gradient(circle at 50% 100%,rgba(255,255,255,.045),transparent 38%),linear-gradient(180deg,#050403 0%,#100b06 52%,#060504 100%);animation:homeLoaderBreath 2.1s ease-in-out both}
.home-loader::after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(180deg,transparent,rgba(0,0,0,.58));background-size:clamp(42px,6vw,86px) 100%,100% 100%;opacity:.28;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%)}
.home-loader__wash{position:absolute;inset:0;z-index:1;background:linear-gradient(112deg,transparent 0%,rgba(230,205,145,.055) 42%,rgba(255,255,255,.10) 50%,rgba(230,205,145,.045) 58%,transparent 100%);transform:translateX(-72%) skewX(-12deg);animation:homeLoaderSweep 1.8s cubic-bezier(.18,.72,.18,1) .18s both;mix-blend-mode:screen;opacity:.92}
.home-loader__frame{position:absolute;inset:clamp(18px,4vw,58px);z-index:2;border:1px solid rgba(230,205,145,.24);box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);opacity:0;animation:homeLoaderFrame .9s ease .12s both}
.home-loader__frame::before,.home-loader__frame::after{content:"";position:absolute;left:50%;width:min(220px,34vw);height:1px;background:linear-gradient(90deg,transparent,rgba(230,205,145,.80),transparent);transform:translateX(-50%)}
.home-loader__frame::before{top:-1px}.home-loader__frame::after{bottom:-1px}
.home-loader__panel{position:relative;z-index:4;width:min(560px,82vw);padding:clamp(34px,5vw,58px) clamp(24px,5vw,54px);text-align:center;transition:opacity .52s ease,transform .52s ease,filter .52s ease}
.home-loader__label{display:block;margin-bottom:22px;font-size:10px;letter-spacing:.42em;text-transform:uppercase;color:rgba(230,205,145,.78);opacity:0;transform:translateY(8px);animation:homeLoaderUp .72s cubic-bezier(.2,.72,.2,1) .18s both}
.home-loader__logo{display:block;width:min(278px,64vw);height:auto;margin:0 auto;filter:drop-shadow(0 22px 48px rgba(0,0,0,.58));opacity:0;transform:translateY(12px) scale(.985);animation:homeLoaderLogo .82s cubic-bezier(.2,.72,.2,1) .26s both}
.home-loader__line{position:relative;width:min(360px,68vw);height:1px;margin:30px auto 20px;background:rgba(230,205,145,.16);overflow:hidden}
.home-loader__line span{display:block;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(230,205,145,.98),rgba(242,234,219,.86),rgba(230,205,145,.98),transparent);transform-origin:left;animation:homeLoaderLine 1.35s cubic-bezier(.18,.78,.18,1) .46s both}
.home-loader__copy{margin:0;font-family:var(--serif);font-size:clamp(18px,2.2vw,30px);letter-spacing:.18em;color:rgba(242,234,219,.86);opacity:0;transform:translateY(8px);animation:homeLoaderUp .76s cubic-bezier(.2,.72,.2,1) .62s both}
.home-loader__curtain{position:absolute;left:0;right:0;z-index:3;height:50.5%;background:linear-gradient(180deg,#050403,#090704 60%,#050403);transition:transform .82s cubic-bezier(.74,0,.16,1)}
.home-loader__curtain--top{top:0;transform-origin:top}.home-loader__curtain--bottom{bottom:0;transform-origin:bottom;background:linear-gradient(0deg,#050403,#090704 60%,#050403)}
.home-loader.is-leaving{pointer-events:none;background:transparent;transition:background .82s ease}
.home-loader.is-leaving .home-loader__panel{opacity:0;transform:translateY(-10px) scale(.985);filter:blur(2px)}
.home-loader.is-leaving .home-loader__wash,.home-loader.is-leaving::before,.home-loader.is-leaving::after,.home-loader.is-leaving .home-loader__frame{opacity:0;transition:opacity .42s ease}
.home-loader.is-leaving .home-loader__curtain--top{transform:translateY(-101%)}
.home-loader.is-leaving .home-loader__curtain--bottom{transform:translateY(101%)}
@keyframes homeLoaderBreath{0%{transform:scale(1.04);filter:brightness(.72)}100%{transform:scale(1);filter:brightness(1)}}
@keyframes homeLoaderSweep{0%{transform:translateX(-72%) skewX(-12deg);opacity:0}28%{opacity:.9}100%{transform:translateX(72%) skewX(-12deg);opacity:0}}
@keyframes homeLoaderFrame{0%{opacity:0;transform:scale(.985)}100%{opacity:1;transform:scale(1)}}
@keyframes homeLoaderLogo{0%{opacity:0;transform:translateY(12px) scale(.985)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes homeLoaderUp{0%{opacity:0;transform:translateY(8px)}100%{opacity:1;transform:translateY(0)}}
@keyframes homeLoaderLine{0%{transform:scaleX(0)}72%{transform:scaleX(1)}100%{transform:scaleX(1)}}
@media (max-width:700px){.home-loader__frame{inset:16px}.home-loader__label{letter-spacing:.30em}.home-loader__copy{letter-spacing:.12em}.home-loader__line{margin-top:24px}}


/* Section loader: first access per section, reset on page reload. v=20260614-site-loader-v2 */
body.is-site-loading,body.is-home-loading{overflow:hidden!important}
.home-loader{display:none!important;z-index:2147483000!important}
html.section-loader-active .home-loader,html.home-loader-active .home-loader,.home-loader.is-leaving{display:grid!important}
.home-loader.is-hidden{display:none!important}
.home-loader.is-leaving{display:grid!important}
@media (prefers-reduced-motion:reduce){
  html.section-loader-active .home-loader,html.home-loader-active .home-loader,.home-loader.is-leaving{display:grid!important}
  body.is-site-loading,body.is-home-loading{overflow:hidden!important}
  .home-loader *,.home-loader::before,.home-loader::after{animation:none!important;transition:none!important}
  .home-loader__label,.home-loader__logo,.home-loader__copy,.home-loader__frame{opacity:1!important;transform:none!important}
  .home-loader__line span{transform:none!important}
}


/* Site loader: first visit once per tab, always on browser reload. v=20260614-site-loader-v2 */
html.site-loader-active body{overflow:hidden!important}
html.site-loader-active .home-loader,html.section-loader-active .home-loader,html.home-loader-active .home-loader,.home-loader.is-leaving{display:grid!important}
html.site-loader-skip .home-loader:not(.is-leaving),html.section-loader-skip .home-loader:not(.is-leaving),html.home-loader-skip .home-loader:not(.is-leaving),.home-loader.is-hidden{display:none!important}
.home-loader{z-index:2147483000!important}

/* Site loader final behavior: first entry once per tab, always on reload. v=20260614-site-loader-v2 */
html.site-loader-active body{overflow:hidden!important}
.home-loader{z-index:2147483000!important;border:0!important;outline:0!important;box-shadow:none!important}
html.site-loader-active .home-loader,html.section-loader-active .home-loader,html.home-loader-active .home-loader,.home-loader.is-leaving{display:grid!important}
html.site-loader-skip .home-loader:not(.is-leaving),html.section-loader-skip .home-loader:not(.is-leaving),html.home-loader-skip .home-loader:not(.is-leaving),.home-loader.is-hidden{display:none!important}
.home-loader__frame{display:none!important}
.home-loader,.home-loader__panel,.home-loader__logo,.home-loader__line{border:0!important;outline:0!important;box-shadow:none!important}
.home-loader__panel,.home-loader__logo{background:transparent!important}
.home-loader::after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.58))!important;opacity:.22!important}

/* Scroll sparkle: brighter seven-piece ear-silhouette shimmer. v=20260614-scroll-sparkle-v3-clean */
.smais-scroll-sparkles{
  position:fixed;
  inset:0;
  z-index:900;
  pointer-events:none;
  overflow:hidden;
  contain:layout paint;
  mix-blend-mode:screen;
}
.smais-scroll-sparkle{
  --sparkle-size:36px;
  --sparkle-x:50vw;
  --sparkle-y:50vh;
  --sparkle-rotate:0deg;
  --sparkle-drift-x:0px;
  --sparkle-drift-y:-42px;
  --sparkle-duration:2100ms;
  --sparkle-delay:0ms;
  position:fixed;
  left:var(--sparkle-x);
  top:var(--sparkle-y);
  width:var(--sparkle-size);
  height:var(--sparkle-size);
  opacity:0;
  transform:translate3d(-50%,-50%,0) rotate(var(--sparkle-rotate)) scale(.62);
  animation:smaisScrollSparkle var(--sparkle-duration) cubic-bezier(.16,.76,.18,1) var(--sparkle-delay) both;
  will-change:opacity,transform,filter;
  filter:blur(.02px) drop-shadow(0 0 18px rgba(247,225,164,.34)) drop-shadow(0 0 32px rgba(247,225,164,.14));
}
.smais-scroll-sparkle__halo{
  position:absolute;
  inset:-34%;
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(255,244,210,.22),rgba(247,225,164,.08) 37%,rgba(247,225,164,0) 69%);
  opacity:.72;
  transform:scale(.76);
  animation:smaisScrollSparkleHalo var(--sparkle-duration) ease-out var(--sparkle-delay) both;
}
.smais-scroll-sparkle__mark,
.smais-scroll-sparkle__mark::before,
.smais-scroll-sparkle__mark::after{
  position:absolute;
  display:block;
  border-radius:50%;
  background:
    radial-gradient(circle at 36% 30%,rgba(255,255,255,.64),rgba(255,255,255,.08) 26%,rgba(255,255,255,0) 42%),
    radial-gradient(circle at 58% 62%,rgba(255,232,168,.38),rgba(244,212,136,.20) 52%,rgba(244,212,136,0) 76%);
  box-shadow:
    0 0 22px rgba(247,225,164,.30),
    0 0 42px rgba(247,225,164,.13),
    inset 0 0 14px rgba(255,255,255,.16);
}
.smais-scroll-sparkle__mark{
  left:25%;
  top:31%;
  width:50%;
  height:50%;
}
.smais-scroll-sparkle__mark::before,
.smais-scroll-sparkle__mark::after{
  content:"";
  top:-35%;
  width:58%;
  height:58%;
}
.smais-scroll-sparkle__mark::before{left:-27%;}
.smais-scroll-sparkle__mark::after{right:-27%;}
.smais-scroll-sparkle__glint{
  position:absolute;
  width:20%;
  height:20%;
  opacity:.76;
  transform:rotate(45deg) scale(.70);
  filter:drop-shadow(0 0 8px rgba(255,244,212,.54));
}
.smais-scroll-sparkle__glint::before,
.smais-scroll-sparkle__glint::after{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  background:linear-gradient(90deg,transparent,rgba(255,249,224,.98),transparent);
  border-radius:999px;
}
.smais-scroll-sparkle__glint::before{height:1px;top:50%;}
.smais-scroll-sparkle__glint::after{width:1px;left:50%;background:linear-gradient(180deg,transparent,rgba(255,249,224,.98),transparent);}
.smais-scroll-sparkle__glint--a{right:-1%;top:12%;}
.smais-scroll-sparkle__glint--b{left:5%;bottom:7%;width:15%;height:15%;opacity:.58;}
.smais-scroll-sparkle__glint--c{left:45%;top:-6%;width:16%;height:16%;opacity:.56;transform:rotate(45deg) scale(.54);}
.smais-scroll-sparkle__glint--d{right:14%;bottom:1%;width:13%;height:13%;opacity:.50;transform:rotate(45deg) scale(.50);}
.smais-scroll-sparkle__glint--e{left:1%;top:27%;width:12%;height:12%;opacity:.48;transform:rotate(45deg) scale(.44);}
.smais-scroll-sparkle__glint--f{right:4%;bottom:28%;width:11%;height:11%;opacity:.46;transform:rotate(45deg) scale(.42);}
.smais-scroll-sparkle__glint--g{left:38%;bottom:-8%;width:14%;height:14%;opacity:.50;transform:rotate(45deg) scale(.46);}
.smais-scroll-sparkle__dust{
  position:absolute;
  width:5%;
  height:5%;
  border-radius:50%;
  background:rgba(255,245,214,.86);
  box-shadow:0 0 10px rgba(255,245,214,.58),0 0 18px rgba(247,225,164,.24);
  opacity:.62;
  animation:smaisScrollSparkleDust var(--sparkle-duration) ease-out var(--sparkle-delay) both;
}
.smais-scroll-sparkle__dust--a{left:2%;top:48%;}
.smais-scroll-sparkle__dust--b{right:5%;top:49%;width:4%;height:4%;}
.smais-scroll-sparkle__dust--c{left:22%;top:-6%;width:3.5%;height:3.5%;}
.smais-scroll-sparkle__dust--d{right:22%;bottom:-3%;width:3.5%;height:3.5%;}
.smais-scroll-sparkle__dust--e{left:50%;top:14%;width:3%;height:3%;}
@keyframes smaisScrollSparkle{
  0%{opacity:0;transform:translate3d(-50%,-50%,0) rotate(var(--sparkle-rotate)) scale(.50);filter:blur(.45px) drop-shadow(0 0 0 rgba(247,225,164,0));}
  16%{opacity:.42;}
  38%{opacity:.28;}
  68%{opacity:.16;}
  100%{opacity:0;transform:translate3d(calc(-50% + var(--sparkle-drift-x)),calc(-50% + var(--sparkle-drift-y)),0) rotate(calc(var(--sparkle-rotate) + 16deg)) scale(1.16);filter:blur(1.1px) drop-shadow(0 0 28px rgba(247,225,164,.25));}
}
@keyframes smaisScrollSparkleHalo{
  0%{opacity:0;transform:scale(.58);}
  18%{opacity:.72;transform:scale(.9);}
  100%{opacity:0;transform:scale(1.35);}
}
@keyframes smaisScrollSparkleDust{
  0%{opacity:0;transform:translate3d(0,8px,0) scale(.5);}
  22%{opacity:.76;}
  100%{opacity:0;transform:translate3d(0,-18px,0) scale(1.12);}
}
@media (max-width:700px){.smais-scroll-sparkle{--sparkle-size:30px;}}
@media (prefers-reduced-motion:reduce){.smais-scroll-sparkles{display:none!important;}}

/* Home video: keep normal browsers unchanged; TikTok in-app browser falls back to poster. */
.hero__video,.hero__poster{pointer-events:none!important;}
.hero__video{opacity:0;transition:opacity .48s ease;}
.hero.is-video-playing .hero__video{opacity:1;}
.hero__poster{z-index:2;opacity:1;transition:opacity .48s ease;}
.hero.is-video-playing .hero__poster{opacity:0;}
.hero.is-inapp-video-fallback .hero__video{display:none!important;opacity:0!important;}
.hero.is-inapp-video-fallback .hero__poster{opacity:1!important;z-index:1;}
.hero::before{z-index:3;pointer-events:none;}
.hero::after{z-index:4;pointer-events:none;}
.hero__inner{z-index:5;}
.hero__scroll{z-index:6;}
.hero__video::-webkit-media-controls-start-playback-button,
.hero__video::-webkit-media-controls-overlay-play-button,
.hero__video::-webkit-media-controls-play-button,
.hero__video::-webkit-media-controls-panel,
.hero__video::-webkit-media-controls{display:none!important;-webkit-appearance:none!important;appearance:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;}

/* Home headline optical centering */
.hero h1{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    transform:translateX(.055em);
}

/* Application form */
.apply-section{padding-top:calc(var(--section)*.72)}
.apply-shell{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:clamp(34px,6vw,86px);align-items:start}
.apply-lead{position:sticky;top:112px;border-left:1px solid rgba(230,205,145,.24);padding-left:clamp(22px,3vw,38px)}
.apply-lead h2,.apply-success h2{font-family:var(--serif);font-size:clamp(38px,5.4vw,76px);font-weight:400;line-height:1.12;letter-spacing:.04em}
.apply-lead p{color:var(--muted);margin-top:22px}.apply-lead a,.apply-form a{color:var(--gold-2);text-decoration:underline;text-underline-offset:.25em}.apply-note{font-size:14px}
.apply-form,.apply-success{border:1px solid rgba(230,205,145,.18);background:linear-gradient(180deg,rgba(14,10,6,.82),rgba(8,6,4,.92));box-shadow:0 35px 90px rgba(0,0,0,.32);padding:clamp(24px,4vw,46px)}
.apply-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:34px}.apply-progress span{border:1px solid rgba(230,205,145,.18);color:var(--muted-2);font-size:10px;letter-spacing:.12em;text-align:center;padding:10px 6px}.apply-progress span.is-current,.apply-progress span.is-done{color:#120e07;background:var(--gold);border-color:var(--gold)}.apply-progress span.is-done{background:rgba(230,205,145,.22);color:var(--gold-2)}
.apply-step{border:0;margin:0;padding:0;min-inline-size:0}.apply-step legend{font-family:var(--serif);font-size:clamp(30px,3.6vw,50px);font-weight:400;line-height:1.18;margin-bottom:28px;color:var(--ivory)}
.apply-info-card{border:1px solid rgba(230,205,145,.16);background:rgba(255,255,255,.035);padding:22px;margin-bottom:28px}.apply-info-card p{color:var(--muted);margin:0}.apply-info-card p+p{margin-top:12px}
.apply-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.apply-grid__wide{grid-column:1/-1}.apply-grid label,.apply-choice,.apply-range{display:block;color:var(--ivory);font-size:14px;letter-spacing:.08em}.apply-grid label span,.apply-choice p span,.apply-range p span{display:block;margin-top:2px;color:var(--gold);font-size:10px;letter-spacing:.14em}.apply-grid input,.apply-grid select,.apply-grid textarea,.apply-choice input[type="text"],.apply-choice input:not([type]){width:100%;margin-top:8px;border:1px solid rgba(230,205,145,.22);background:rgba(0,0,0,.24);color:var(--ivory);padding:13px 14px;border-radius:0;outline:none;font:inherit;letter-spacing:.02em}.apply-grid textarea{resize:vertical;min-height:150px}.apply-grid input:focus,.apply-grid select:focus,.apply-grid textarea:focus,.apply-choice input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,169,106,.12)}.apply-choice{border:1px solid rgba(230,205,145,.14);padding:18px;background:rgba(255,255,255,.025)}.apply-choice p,.apply-range p{margin:0 0 12px}.apply-choice label{display:inline-flex;align-items:center;gap:7px;width:auto;margin:8px 18px 8px 0;color:rgba(242,234,219,.88);letter-spacing:.02em}.apply-choice input[type="checkbox"]{width:18px;height:18px;margin:0;accent-color:var(--gold)}.apply-choice input:disabled{opacity:.45}.apply-range{border:1px solid rgba(230,205,145,.14);padding:18px;background:rgba(255,255,255,.025)}.apply-range input{width:100%;accent-color:var(--gold)}.apply-range div{display:flex;justify-content:space-between;color:var(--muted-2);font-size:12px;line-height:1}.apply-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap;margin-top:32px}.apply-error{border:1px solid rgba(255,120,120,.35);background:rgba(120,20,20,.22);color:#ffd7d7;padding:14px 16px;margin:22px 0 0}.apply-hidden{position:absolute!important;left:-9999px!important;opacity:0!important}.apply-success{text-align:left;grid-column:2}.apply-success p:not(.overline){color:var(--muted);font-size:clamp(15px,1.35vw,18px);margin-top:24px}.apply-success[hidden]{display:none!important}
.apply-autosave-status{margin:0 0 16px;color:rgba(230,205,145,.86);font-size:12px;letter-spacing:.08em}
.apply-grid select{background-color:#120d07;color:var(--ivory);color-scheme:dark;appearance:auto;-webkit-appearance:auto}
.apply-grid select option{background-color:#120d07;color:#f2eadb}
.apply-grid select option:checked{background-color:#3a2a12;color:#fff7df}
.apply-grid select:invalid{color:rgba(242,234,219,.58)}



/* News individual pages */
.news-archive-section{padding-top:clamp(88px,10vw,150px)}
.news-archive-head{width:min(980px,calc(100% - var(--side)*2));margin:0 auto 54px}
.news-archive-head h2,.news-related-head h2{font-family:var(--serif);font-size:clamp(42px,7vw,92px);font-weight:400;line-height:1.08;color:var(--gold-2);margin:16px 0 18px}
.news-archive-head p:not(.overline){color:rgba(242,234,219,.72);max-width:780px}
.news-archive-grid{width:min(1240px,calc(100% - var(--side)*2));margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.news-archive-card{position:relative;min-height:330px;padding:36px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(23,18,11,.82),rgba(7,6,4,.88));box-shadow:0 28px 90px rgba(0,0,0,.30);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,border-color .3s ease,background .3s ease}
.news-archive-card::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 20% 0%,rgba(230,205,145,.14),transparent 34%),linear-gradient(120deg,rgba(255,255,255,.06),transparent 38%);opacity:.72;pointer-events:none}
.news-archive-card:hover{transform:translateY(-6px);border-color:rgba(230,205,145,.45);background:linear-gradient(145deg,rgba(30,23,13,.92),rgba(7,6,4,.9))}
.news-archive-card__date{position:relative;z-index:1;font-family:var(--serif);font-size:clamp(28px,4vw,54px);line-height:1;color:rgba(230,205,145,.42);letter-spacing:.02em}
.news-archive-card__category{position:relative;z-index:1;margin-top:26px;font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold)}
.news-archive-card__title{position:relative;z-index:1;margin-top:14px;font-family:var(--serif);font-size:clamp(25px,3vw,40px);line-height:1.22;color:var(--ivory)}
.news-archive-card__text{position:relative;z-index:1;margin-top:18px;color:rgba(242,234,219,.68);font-size:14px;line-height:2}
.news-archive-card__more{position:relative;z-index:1;margin-top:auto;padding-top:28px;font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-2)}
.news-detail-section{padding-top:clamp(86px,10vw,146px)}
.news-detail{width:min(1080px,calc(100% - var(--side)*2));margin:0 auto}
.news-detail__header{display:grid;gap:22px;margin-bottom:54px}
.news-detail__back{width:max-content;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-2);border-bottom:1px solid rgba(230,205,145,.36);padding-bottom:5px}
.news-detail__meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.news-detail__meta time,.news-detail__meta span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid var(--line);color:var(--gold);font-size:11px;letter-spacing:.16em;text-transform:uppercase;background:rgba(7,6,4,.46)}
.news-detail__header h2{font-family:var(--serif);font-size:clamp(38px,6vw,86px);line-height:1.12;font-weight:400;color:var(--gold-2);max-width:980px}
.news-detail__header p{max-width:860px;color:rgba(242,234,219,.78);font-size:clamp(15px,1.4vw,18px);line-height:2.15}
.news-detail__visual{position:relative;margin:0 0 68px;border:1px solid var(--line);min-height:clamp(320px,46vw,620px);overflow:hidden;background:var(--black-2);box-shadow:var(--shadow)}
.news-detail__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(7,6,4,.18)),linear-gradient(90deg,rgba(7,6,4,.22),transparent 40%,rgba(7,6,4,.14));pointer-events:none}
.news-detail__visual img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:saturate(.72) brightness(.78)}
.news-detail-gallery{width:min(860px,100%);margin:-28px auto 68px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.news-detail-gallery--single{grid-template-columns:1fr}
.news-detail-gallery__item{position:relative;margin:0;overflow:hidden;border:1px solid var(--line);background:linear-gradient(145deg,rgba(23,18,11,.82),rgba(7,6,4,.9));box-shadow:0 22px 64px rgba(0,0,0,.24)}
.news-detail-gallery__item img{display:block;width:100%;height:clamp(300px,42vw,560px);object-fit:cover;object-position:center}
.news-detail-gallery--portrait .news-detail-gallery__item img{height:clamp(420px,62vw,720px);object-position:top center}
.news-detail-gallery__item figcaption{padding:14px 16px;color:rgba(242,234,219,.72);font-size:12px;line-height:1.8;border-top:1px solid var(--line);background:rgba(7,6,4,.42)}
.news-detail-block .news-detail-gallery{width:100%;margin:24px 0 34px}
.news-detail__body{display:grid;gap:42px;width:min(860px,100%);margin:0 auto}
.news-detail-block{padding:0 0 42px;border-bottom:1px solid var(--line)}
.news-detail-block h3{font-family:var(--serif);font-size:clamp(28px,3.8vw,48px);font-weight:400;line-height:1.24;color:var(--ivory);margin-bottom:20px}
.news-detail-block p{color:rgba(242,234,219,.74);line-height:2.15}
.news-detail-block p+p{margin-top:18px}
.news-detail-list{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}
.news-detail-list li{position:relative;padding-left:22px;color:rgba(242,234,219,.74);line-height:2}
.news-detail-list li::before{content:"";position:absolute;left:0;top:.86em;width:7px;height:7px;border-radius:999px;background:var(--gold);box-shadow:0 0 14px rgba(230,205,145,.36)}
.news-detail-voice{margin:22px 0 0;padding:24px 26px;border:1px solid var(--line);background:linear-gradient(135deg,rgba(230,205,145,.10),rgba(7,6,4,.38));box-shadow:0 18px 46px rgba(0,0,0,.18)}
.news-detail-voice p{color:rgba(242,234,219,.84);line-height:2.05}
.news-detail-voice cite{display:block;margin-top:14px;color:var(--gold-2);font-style:normal;font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.news-detail-list+p,.news-detail-voice+p,p+.news-detail-list,p+.news-detail-voice,.news-detail-list+.news-detail-list,.news-detail-voice+.news-detail-voice{margin-top:18px}
.news-detail__actions{width:min(860px,100%);margin:52px auto 0;display:flex;gap:14px;flex-wrap:wrap}
.news-related-section{padding-top:clamp(74px,9vw,128px)}
.news-related-head{width:min(1080px,calc(100% - var(--side)*2));margin:0 auto 34px}
.news-related-list{width:min(1080px,calc(100% - var(--side)*2));margin:0 auto;display:grid;border-top:1px solid var(--line)}
.news-related-item{display:grid;grid-template-columns:180px 1fr 120px;gap:26px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line);color:var(--ivory)}
.news-related-item span{font-family:var(--serif);font-size:26px;color:rgba(230,205,145,.52);line-height:1}
.news-related-item strong{font-family:var(--serif);font-weight:400;font-size:clamp(22px,2.5vw,34px);line-height:1.35}
.news-related-item em{font-style:normal;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);text-align:right}

/* Home news archive button */
.home-news-more{display:flex;justify-content:center;margin-top:34px}.home-news-more__button{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:14px;width:min(360px,50%);min-width:240px;max-width:420px;min-height:52px;padding:0 24px;overflow:hidden;border:1px solid rgba(191,164,109,.58);border-radius:999px;background:linear-gradient(135deg,rgba(191,164,109,.13),rgba(255,255,255,.045));box-shadow:0 18px 46px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.12);color:var(--gold-2);font-family:var(--latin);font-size:.73rem;font-weight:600;letter-spacing:.17em;text-transform:uppercase;text-decoration:none;transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease,color .28s ease}.home-news-more__button::before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.16) 45%,transparent 62%);transform:translateX(-120%);transition:transform .55s ease;z-index:-1}.home-news-more__button::after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(191,164,109,.62),rgba(255,255,255,.08),rgba(191,164,109,.34));opacity:.28;z-index:-2}.home-news-more__button:hover{transform:translateY(-2px);border-color:rgba(224,205,158,.88);background:linear-gradient(135deg,rgba(191,164,109,.19),rgba(255,255,255,.07));box-shadow:0 24px 60px rgba(0,0,0,.3),0 0 28px rgba(191,164,109,.13);color:#fff3cf}.home-news-more__button:hover::before{transform:translateX(120%)}.home-news-more__arrow{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(191,164,109,.16);border:1px solid rgba(191,164,109,.38);font-size:.92rem;line-height:1;transition:transform .28s ease,background .28s ease}.home-news-more__button:hover .home-news-more__arrow{transform:translateX(4px);background:rgba(191,164,109,.28)}@media (max-width:720px){.home-news-more{margin-top:26px}.home-news-more__button{width:min(280px,74vw);min-width:0;min-height:48px;padding:0 18px;font-size:.66rem;letter-spacing:.13em}.home-news-more__arrow{width:24px;height:24px}}


/* News archive filter and attraction-style lineup */
.news-archive-section{padding-top:clamp(88px,10vw,150px)}
.news-archive-head{width:min(1080px,calc(100% - var(--side)*2));margin:0 auto 34px;text-align:left}
.news-archive-head h2{font-family:var(--serif);font-size:clamp(42px,7vw,92px);font-weight:400;line-height:1.04;color:var(--gold-2);margin:16px 0 18px;letter-spacing:.02em}
.news-archive-head p:not(.overline){color:rgba(242,234,219,.74);max-width:840px;line-height:2.05}
.news-filter{width:min(1080px,calc(100% - var(--side)*2));margin:0 auto 42px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.news-filter__item{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid rgba(191,164,109,.22);border-radius:999px;background:rgba(255,255,255,.035);color:rgba(242,234,219,.74);font-size:10px;letter-spacing:.18em;text-transform:uppercase;overflow:hidden;transition:color .25s ease,border-color .25s ease,background .25s ease,transform .25s ease}
.news-filter__item::before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(120deg,rgba(230,205,145,.2),rgba(255,255,255,.045));opacity:0;transition:opacity .25s ease}
.news-filter__item span{position:relative;z-index:1}
.news-filter__item:hover,.news-filter__item.is-active{color:var(--gold-2);border-color:rgba(230,205,145,.56);background:rgba(191,164,109,.08);transform:translateY(-1px)}
.news-filter__item.is-active::before{opacity:1}
.news-archive-lineup{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:74px;grid-auto-flow:dense;gap:18px;width:min(var(--max),calc(100% - var(--side)*2));margin:0 auto}
.news-tile{border:1px solid var(--line-2);background:rgba(13,10,6,.76);color:var(--ivory);display:grid;grid-template-rows:minmax(0,1fr) auto;grid-column:span 4;grid-row:span 6;min-height:0;overflow:hidden;position:relative;transition:border-color .28s ease,transform .28s ease,background .28s ease;box-shadow:none}
.news-tile--feature{grid-column:span 7;grid-row:span 8}.news-tile--side{grid-column:span 5;grid-row:span 4;grid-template-rows:1fr}.news-tile--wide{grid-column:span 8;grid-row:span 5;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);grid-template-rows:1fr}.news-tile--portrait{grid-column:span 4;grid-row:span 7}
.news-tile::before{content:"";position:absolute;inset:0;border:1px solid transparent;pointer-events:none;transition:border-color .28s ease;z-index:2}.news-tile__image{display:block;position:relative;overflow:hidden;background:#080604;min-height:0}.news-tile__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.48));pointer-events:none}.news-tile__image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.84) contrast(1.02) brightness(.88);transition:transform .9s ease,filter .9s ease}.news-tile__body{display:flex;flex-direction:column;min-height:0;padding:24px 24px 26px;overflow:hidden}.news-tile__meta{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.news-tile__title{font-family:var(--serif);font-size:clamp(24px,2.2vw,34px);font-weight:400;line-height:1.22;letter-spacing:.035em}.news-tile__text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:rgba(242,234,219,.72);font-size:13px;line-height:1.85;margin-top:14px}.news-tile__more{margin-top:auto;display:inline-flex;align-items:center;gap:10px;color:var(--gold-2);font-size:11px;letter-spacing:.16em;text-transform:uppercase;padding-top:18px}.news-tile__more::after{content:"";display:block;width:34px;height:1px;background:var(--gold);transition:width .28s ease}.news-tile--feature .news-tile__body{padding:30px 32px 34px}.news-tile--feature .news-tile__title{font-size:clamp(34px,3.8vw,58px);line-height:1.12}.news-tile--feature .news-tile__text{-webkit-line-clamp:3;font-size:14px}.news-tile--side .news-tile__image{position:absolute;inset:0}.news-tile--side .news-tile__image::after{background:linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.78))}.news-tile--side .news-tile__body{position:relative;z-index:1;justify-content:flex-end;padding:24px}.news-tile--side .news-tile__text{display:none}.news-tile--side .news-tile__more{padding-top:12px}.news-tile--wide .news-tile__body{justify-content:center;padding:28px 30px}.news-tile--wide .news-tile__title{font-size:clamp(27px,2.8vw,42px)}.news-tile--portrait .news-tile__title{font-size:clamp(25px,2.5vw,39px)}.news-tile--portrait .news-tile__text{-webkit-line-clamp:4}@media (hover:hover){.news-tile:hover{border-color:rgba(230,205,145,.38);background:rgba(20,15,9,.84);transform:translateY(-3px)}.news-tile:hover::before{border-color:rgba(230,205,145,.16)}.news-tile:hover img{transform:scale(1.045);filter:saturate(.98) contrast(1.06) brightness(.94)}.news-tile:hover .news-tile__more::after{width:54px}}
.news-tile:focus-visible{outline:1px solid var(--gold);outline-offset:5px}
.news-tile.is-news-hidden{display:none!important}
.news-empty{width:min(900px,calc(100% - var(--side)*2));margin:0 auto;padding:54px;border:1px solid var(--line);background:rgba(13,10,6,.74);text-align:center}.news-empty h3{font-family:var(--serif);font-size:clamp(28px,4vw,48px);font-weight:400;color:var(--gold-2);margin:12px 0}.news-empty p:not(.overline){color:rgba(242,234,219,.72)}
@media (max-width:1100px){.news-archive-lineup{grid-auto-rows:auto;grid-auto-flow:row}.news-tile,.news-tile--feature,.news-tile--side,.news-tile--wide,.news-tile--portrait{grid-column:span 6;grid-row:auto;grid-template-columns:1fr;grid-template-rows:220px auto;min-height:430px}.news-tile--side .news-tile__image{position:relative;inset:auto}.news-tile--side .news-tile__image::after{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.42))}.news-tile--side .news-tile__body{position:relative;justify-content:flex-start}.news-tile--side .news-tile__text{display:-webkit-box}}
@media (max-width:720px){.news-archive-section{padding-top:72px}.news-archive-head,.news-filter,.news-archive-lineup{width:calc(100% - 40px)}.news-archive-head{margin-bottom:26px}.news-filter{gap:8px;margin-bottom:28px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scroll-snap-type:x proximity}.news-filter__item{flex:0 0 auto;min-height:38px;padding:0 14px;font-size:9px;letter-spacing:.14em;scroll-snap-align:start}.news-archive-lineup{gap:14px}.news-tile,.news-tile--feature,.news-tile--side,.news-tile--wide,.news-tile--portrait{grid-column:span 12;grid-row:auto;grid-template-columns:1fr;grid-template-rows:188px auto;min-height:auto}.news-tile__body,.news-tile--feature .news-tile__body,.news-tile--wide .news-tile__body,.news-tile--side .news-tile__body{padding:22px;min-height:180px}.news-tile__title,.news-tile--feature .news-tile__title,.news-tile--wide .news-tile__title,.news-tile--portrait .news-tile__title,.news-tile--side .news-tile__title{font-size:27px}.news-tile__text,.news-tile--side .news-tile__text{display:-webkit-box;-webkit-line-clamp:3}.news-empty{width:calc(100% - 40px);padding:34px 22px}}
@media (max-width:420px){.news-tile,.news-tile--feature,.news-tile--side,.news-tile--wide,.news-tile--portrait{grid-template-rows:164px auto}.news-tile__body,.news-tile--feature .news-tile__body,.news-tile--wide .news-tile__body,.news-tile--side .news-tile__body{padding:19px}.news-tile__title,.news-tile--feature .news-tile__title,.news-tile--wide .news-tile__title,.news-tile--portrait .news-tile__title,.news-tile--side .news-tile__title{font-size:25px}.news-tile__text{font-size:12.5px}}

/* Technology page */
.tech-luxury-page{position:relative;overflow:hidden;background:linear-gradient(180deg,#050403 0%,#100b06 38%,#070504 100%);color:var(--ivory);isolation:isolate}.tech-luxury-page::before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 15% 9%,rgba(230,205,145,.18),transparent 28%),radial-gradient(circle at 86% 16%,rgba(255,255,255,.08),transparent 24%),radial-gradient(circle at 50% 80%,rgba(230,205,145,.09),transparent 35%)}.tech-luxury-page::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.045) 50%,transparent 100%);opacity:.08;mix-blend-mode:screen}.tech-hero{position:relative;min-height:100svh;padding:clamp(128px,12vw,188px) var(--side) clamp(46px,6vw,84px);display:grid;grid-template-columns:minmax(0,1.06fr) minmax(340px,.72fr);grid-template-rows:1fr auto;gap:clamp(28px,5vw,92px);align-items:center;overflow:hidden}.tech-hero__backdrop{position:absolute;inset:0;z-index:-2;background:#050403}.tech-hero__backdrop img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) brightness(.44) contrast(1.1);transform:scale(1.03)}.tech-hero__backdrop::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,4,3,.98) 0%,rgba(5,4,3,.76) 44%,rgba(5,4,3,.30) 68%,rgba(5,4,3,.74) 100%),linear-gradient(180deg,rgba(5,4,3,.42),rgba(5,4,3,.20) 42%,#050403 98%)}.tech-hero__content{position:relative;z-index:2;max-width:930px}.tech-hero__content .overline{margin-bottom:18px}.tech-hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(50px,7.6vw,126px);line-height:1.01;letter-spacing:.04em;color:#f7f0df;text-shadow:0 32px 80px rgba(0,0,0,.68)}.tech-hero__lead{width:min(770px,100%);margin-top:28px;color:rgba(242,234,219,.80);font-size:clamp(15px,1.28vw,19px);line-height:2.05;letter-spacing:.025em}.tech-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.tech-hero__device{position:relative;z-index:2;height:min(670px,58vw);min-height:500px;align-self:center}.tech-phone{position:absolute;width:min(285px,22vw);border:1px solid rgba(230,205,145,.22);border-radius:34px;background:linear-gradient(160deg,rgba(255,255,255,.13),rgba(230,205,145,.035));box-shadow:0 36px 94px rgba(0,0,0,.46),inset 0 0 0 7px rgba(5,4,3,.88);overflow:hidden}.tech-phone::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(130deg,rgba(255,255,255,.18),transparent 28%,transparent 72%,rgba(230,205,145,.08));pointer-events:none}.tech-phone img{width:100%;height:100%;object-fit:cover;display:block}.tech-phone--front{right:8%;top:0;height:min(620px,53vw);z-index:2;transform:rotate(3deg)}.tech-phone--back{left:0;bottom:0;height:min(560px,47vw);opacity:.68;transform:rotate(-7deg) scale(.88);filter:blur(.15px)}.tech-hero__device::before{content:"";position:absolute;right:-8%;top:10%;width:38vw;height:38vw;border-radius:50%;background:radial-gradient(circle,rgba(230,205,145,.16),transparent 64%);filter:blur(2px);mix-blend-mode:screen}.tech-hero__metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(980px,100%);align-self:end}.tech-hero__metrics article{position:relative;min-height:108px;padding:22px 24px;border:1px solid rgba(230,205,145,.19);background:linear-gradient(145deg,rgba(18,13,8,.64),rgba(8,6,4,.54));backdrop-filter:blur(16px);overflow:hidden}.tech-hero__metrics article::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.10),transparent 38%,rgba(230,205,145,.08));opacity:.48}.tech-hero__metrics span,.tech-hero__metrics strong,.tech-hero__metrics p{position:relative;z-index:1}.tech-hero__metrics span{display:block;color:var(--gold);font-size:10px;letter-spacing:.22em;text-transform:uppercase}.tech-hero__metrics strong{display:block;margin-top:14px;font-family:var(--serif);font-weight:400;font-size:clamp(30px,3vw,46px);line-height:1;color:#f7f0df}.tech-hero__metrics p{margin-top:8px;color:rgba(242,234,219,.62);font-size:12px;line-height:1.7}.tech-anchorbar{position:sticky;top:70px;z-index:30;width:min(var(--max),calc(100% - var(--side)*2));margin:0 auto;padding:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;border:1px solid rgba(230,205,145,.16);background:rgba(5,4,3,.76);backdrop-filter:blur(18px);box-shadow:0 22px 58px rgba(0,0,0,.30)}.tech-anchorbar a{display:flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 12px;color:rgba(242,234,219,.76);font-size:11px;letter-spacing:.08em;border:1px solid transparent;transition:background .22s ease,border-color .22s ease,color .22s ease;white-space:nowrap}.tech-anchorbar a span{font-family:var(--serif);font-size:18px;color:var(--gold)}.tech-anchorbar a:hover{border-color:rgba(230,205,145,.28);background:rgba(230,205,145,.08);color:var(--gold-2)}.tech-manifest-section{padding-top:calc(var(--section)*.72)}.tech-manifest{width:min(980px,calc(100% - var(--side)*2));margin:0 auto;text-align:center}.tech-manifest .overline{justify-content:center}.tech-manifest .overline::before{display:none}.tech-manifest h2,.tech-systems-head h2,.tech-finale h2{font-family:var(--serif);font-weight:400;font-size:clamp(38px,5.6vw,88px);line-height:1.1;letter-spacing:.04em;color:var(--gold-2)}.tech-manifest p:not(.overline),.tech-finale p{width:min(810px,100%);margin:24px auto 0;color:rgba(242,234,219,.72);font-size:15px;line-height:2.05}.tech-layer-grid{width:min(var(--max),calc(100% - var(--side)*2));margin:48px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tech-layer-grid article{position:relative;min-height:248px;padding:28px 24px;border:1px solid rgba(230,205,145,.17);background:linear-gradient(180deg,rgba(21,15,9,.66),rgba(8,6,4,.88));overflow:hidden}.tech-layer-grid article::before{content:"";position:absolute;right:-70px;top:-70px;width:170px;height:170px;border-radius:50%;border:1px solid rgba(230,205,145,.16)}.tech-layer-grid span{display:block;color:var(--gold);font-size:10px;letter-spacing:.22em;text-transform:uppercase}.tech-layer-grid h3{margin-top:48px;font-family:var(--serif);font-weight:400;font-size:clamp(26px,2.6vw,40px);line-height:1.15;color:#f7f0df}.tech-layer-grid p{margin-top:16px;color:rgba(242,234,219,.62);font-size:13px;line-height:1.88}.tech-systems-section{padding-top:calc(var(--section)*.60)}.tech-systems-head{width:min(var(--max),calc(100% - var(--side)*2));margin:0 auto 54px;display:grid;grid-template-columns:minmax(220px,330px) minmax(0,920px);gap:clamp(30px,7vw,108px);align-items:end}.tech-system-list{width:min(var(--max),calc(100% - var(--side)*2));margin:0 auto;display:grid;gap:clamp(42px,6vw,96px)}.tech-system{position:relative;display:grid;grid-template-columns:minmax(330px,.86fr) minmax(0,1.14fr);min-height:680px;border:1px solid rgba(230,205,145,.20);background:linear-gradient(180deg,rgba(15,11,7,.76),rgba(7,5,4,.96));box-shadow:0 48px 120px rgba(0,0,0,.34);overflow:hidden}.tech-system:nth-child(even){grid-template-columns:minmax(0,1.14fr) minmax(330px,.86fr)}.tech-system:nth-child(even) .tech-system__visual{order:2}.tech-system__visual{position:relative;min-height:610px;overflow:hidden;background:#050403}.tech-system__visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.78) brightness(.74) contrast(1.05);transition:transform .9s ease,filter .9s ease}.tech-system__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.68)),linear-gradient(90deg,rgba(5,4,3,.40),transparent 50%,rgba(5,4,3,.22));pointer-events:none}.tech-system:hover .tech-system__visual img{transform:scale(1.035);filter:saturate(.9) brightness(.82) contrast(1.06)}.tech-system__number{position:absolute;left:28px;bottom:24px;z-index:1;font-family:var(--serif);font-size:clamp(76px,7.3vw,120px);line-height:1;color:rgba(230,205,145,.36);letter-spacing:-.05em}.tech-system__body{padding:clamp(34px,5vw,76px);display:flex;flex-direction:column;justify-content:center}.tech-system__kicker{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.tech-system__kicker .overline{margin-bottom:0}.tech-system__tags{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.tech-system__tags span{border:1px solid rgba(230,205,145,.18);background:rgba(255,255,255,.035);color:rgba(242,234,219,.64);font-size:9px;letter-spacing:.10em;text-transform:uppercase;padding:5px 8px}.tech-system h3{font-family:var(--serif);font-weight:400;font-size:clamp(38px,4.8vw,78px);line-height:1.07;letter-spacing:.035em;color:var(--gold-2);margin:0}.tech-system__subtitle{margin-top:16px;color:rgba(242,234,219,.92);font-size:clamp(15px,1.22vw,19px);letter-spacing:.08em}.tech-system__lead{margin-top:18px;color:rgba(242,234,219,.72);font-size:14.5px;line-height:2.02;max-width:780px}.tech-system__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}.tech-system__stats div{padding:17px 13px;border-top:1px solid rgba(230,205,145,.16);background:rgba(0,0,0,.15)}.tech-system__stats strong{display:block;font-family:var(--serif);font-weight:400;font-size:clamp(22px,2.35vw,36px);line-height:1.05;color:#f7f0df}.tech-system__stats span{display:block;margin-top:8px;color:rgba(242,234,219,.54);font-size:10px;letter-spacing:.12em;text-transform:uppercase;line-height:1.45}.tech-system__points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0 0;padding:0;list-style:none}.tech-system__points li{position:relative;min-height:82px;padding:16px 16px 16px 34px;border:1px solid rgba(230,205,145,.13);background:rgba(255,255,255,.026);color:rgba(242,234,219,.76);font-size:12.5px;line-height:1.76}.tech-system__points li::before{content:"";position:absolute;left:16px;top:23px;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-2));box-shadow:0 0 16px rgba(230,205,145,.32)}.tech-system__details{margin-top:18px;border:1px solid rgba(230,205,145,.16);background:rgba(5,4,3,.36)}.tech-system__details summary{cursor:pointer;list-style:none;padding:17px 20px;color:var(--gold-2);font-size:12px;letter-spacing:.16em;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between}.tech-system__details summary::-webkit-details-marker{display:none}.tech-system__details summary::after{content:"＋";font-size:16px;color:var(--gold)}.tech-system__details[open] summary::after{content:"−"}.tech-system__details>div{padding:0 20px 22px}.tech-system__details p{margin-top:14px;color:rgba(242,234,219,.68);font-size:13px;line-height:2.02}.tech-system__details p:first-child{margin-top:0}.tech-finale-section{padding:calc(var(--section)*.58) 0 calc(var(--section)*.22)}.tech-finale{width:min(1000px,calc(100% - var(--side)*2));margin:0 auto;padding:clamp(42px,7vw,86px);text-align:center;border-top:1px solid rgba(230,205,145,.22);border-bottom:1px solid rgba(230,205,145,.22);background:linear-gradient(90deg,transparent,rgba(230,205,145,.035),transparent)}.tech-finale .overline{justify-content:center}.tech-finale .overline::before{display:none}
@media (min-width:1200px){.tech-system:nth-child(odd) .tech-system__body{padding-left:clamp(46px,5.6vw,90px)}.tech-system:nth-child(even) .tech-system__body{padding-right:clamp(46px,5.6vw,90px)}.tech-system__visual{position:sticky;top:126px}.tech-system:nth-child(even) .tech-system__visual{position:relative}}
@media (min-width:721px) and (max-width:1199px){.tech-hero{min-height:auto;grid-template-columns:minmax(0,1fr) minmax(260px,.46fr);padding:126px 22px 58px;gap:24px}.tech-hero h1{font-size:clamp(54px,8.8vw,92px)}.tech-hero__device{height:520px;min-height:520px}.tech-phone{width:230px;border-radius:28px}.tech-phone--front{height:500px;right:0}.tech-phone--back{height:430px;left:-8px}.tech-hero__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.tech-anchorbar{top:70px;grid-template-columns:repeat(4,minmax(0,1fr));width:calc(100% - 44px)}.tech-anchorbar a{font-size:10px;min-height:44px}.tech-manifest,.tech-layer-grid,.tech-systems-head,.tech-system-list,.tech-finale{width:calc(100% - 44px)}.tech-layer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tech-layer-grid article{min-height:210px}.tech-systems-head{display:block}.tech-system-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tech-system,.tech-system:nth-child(even){display:flex;flex-direction:column;min-height:0}.tech-system:nth-child(even) .tech-system__visual{order:0}.tech-system__visual{min-height:0;aspect-ratio:1.08/1}.tech-system__body{padding:28px 24px 24px}.tech-system__kicker{display:block}.tech-system__tags{justify-content:flex-start;margin-top:12px}.tech-system h3{font-size:clamp(32px,5.2vw,52px)}.tech-system__lead{font-size:13.5px}.tech-system__stats{grid-template-columns:1fr;gap:0;border-top:1px solid rgba(230,205,145,.15);border-bottom:1px solid rgba(230,205,145,.15)}.tech-system__stats div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;border-top:0;background:transparent;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)}.tech-system__stats div:last-child{border-bottom:0}.tech-system__stats strong{font-size:25px}.tech-system__points{grid-template-columns:1fr}.tech-system__points li{min-height:auto}.tech-finale{padding-left:34px;padding-right:34px}}
@media (max-width:720px){.tech-luxury-page::after{display:none}.tech-hero{min-height:auto;display:flex;flex-direction:column;padding:104px 20px 42px;gap:26px}.tech-hero__backdrop img{filter:saturate(.76) brightness(.42) contrast(1.06)}.tech-hero__backdrop::after{background:linear-gradient(180deg,rgba(5,4,3,.54),rgba(5,4,3,.76) 46%,#050403 96%)}.tech-hero__content{width:100%;order:1}.tech-hero h1{font-size:clamp(41px,12.3vw,62px);line-height:1.05;letter-spacing:.025em}.tech-hero__lead{margin-top:20px;font-size:13.5px;line-height:1.9}.tech-hero__actions{margin-top:22px}.tech-hero__actions .btn{width:100%;min-height:46px}.tech-hero__device{order:2;width:100%;height:360px;min-height:360px;margin-top:4px}.tech-phone{width:172px;border-radius:23px;box-shadow:0 24px 60px rgba(0,0,0,.48),inset 0 0 0 5px rgba(5,4,3,.9)}.tech-phone--front{height:350px;right:14px;top:0}.tech-phone--back{height:306px;left:12px;bottom:8px}.tech-hero__metrics{order:3;width:100%;display:flex;overflow-x:auto;gap:10px;padding:0 0 3px;scroll-snap-type:x mandatory}.tech-hero__metrics article{flex:0 0 78%;min-height:104px;padding:19px 18px;scroll-snap-align:start}.tech-hero__metrics strong{font-size:32px}.tech-anchorbar{top:66px;width:100%;margin:0;border-left:0;border-right:0;display:flex;overflow-x:auto;gap:8px;padding:9px 14px;scroll-snap-type:x proximity}.tech-anchorbar a{flex:0 0 auto;min-width:178px;min-height:42px;justify-content:flex-start;padding:0 13px;font-size:10px;scroll-snap-align:start;background:rgba(255,255,255,.025);border-color:rgba(230,205,145,.12)}.tech-manifest-section{padding-top:66px}.tech-manifest,.tech-layer-grid,.tech-systems-head,.tech-finale{width:calc(100% - 40px)}.tech-manifest{text-align:left}.tech-manifest .overline,.tech-finale .overline{justify-content:flex-start}.tech-manifest .overline::before,.tech-finale .overline::before{display:block}.tech-manifest h2,.tech-systems-head h2,.tech-finale h2{font-size:clamp(33px,10vw,48px);line-height:1.12}.tech-manifest p:not(.overline),.tech-finale p{font-size:13.5px;line-height:1.9}.tech-layer-grid{display:flex;overflow-x:auto;gap:12px;margin-top:28px;padding-bottom:4px;scroll-snap-type:x mandatory}.tech-layer-grid article{flex:0 0 82%;min-height:214px;padding:23px 21px;scroll-snap-align:start}.tech-layer-grid h3{font-size:30px;margin-top:38px}.tech-systems-section{padding-top:64px}.tech-systems-head{display:block;margin-bottom:26px}.tech-system-list{width:100%;gap:18px}.tech-system,.tech-system:nth-child(even){display:block;min-height:0;width:calc(100% - 28px);margin:0 auto;border-color:rgba(230,205,145,.18)}.tech-system:nth-child(even) .tech-system__visual{order:0}.tech-system__visual{min-height:0;aspect-ratio:1.12/1}.tech-system__visual img{filter:saturate(.76) brightness(.72) contrast(1.04)}.tech-system__number{left:17px;bottom:12px;font-size:64px}.tech-system__body{padding:24px 20px 21px}.tech-system__kicker{display:block;margin-bottom:13px}.tech-system__kicker .overline{font-size:10px;letter-spacing:.18em}.tech-system__tags{justify-content:flex-start;margin-top:11px}.tech-system__tags span{font-size:8.5px}.tech-system h3{font-size:clamp(31px,9.8vw,47px);line-height:1.1}.tech-system__subtitle{margin-top:12px;font-size:13.5px}.tech-system__lead{font-size:13px;line-height:1.86;margin-top:13px}.tech-system__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid rgba(230,205,145,.15);border-bottom:1px solid rgba(230,205,145,.15);margin-top:17px}.tech-system__stats div{padding:12px 7px;border-top:0;background:transparent;border-right:1px solid rgba(255,255,255,.08)}.tech-system__stats div:last-child{border-right:0}.tech-system__stats strong{font-size:20px;letter-spacing:-.02em}.tech-system__stats span{font-size:8.5px;line-height:1.45}.tech-system__points{grid-template-columns:1fr;gap:8px;margin-top:17px}.tech-system__points li{min-height:auto;font-size:12.5px;line-height:1.7;padding:14px 14px 14px 31px}.tech-system__points li::before{left:14px;top:20px}.tech-system__details{margin-top:15px}.tech-system__details summary{padding:15px 16px;font-size:10.5px;letter-spacing:.14em}.tech-system__details>div{padding:0 16px 18px}.tech-system__details p{font-size:12.5px;line-height:1.84}.tech-finale-section{padding:58px 0 34px}.tech-finale{padding:34px 0;text-align:left;background:transparent}.tech-luxury-page .closing-cta{margin-top:0}}
@media (max-width:390px){.tech-hero{padding-left:18px;padding-right:18px}.tech-phone{width:158px}.tech-phone--front{height:326px;right:4px}.tech-phone--back{height:282px;left:4px}.tech-hero__device{height:336px;min-height:336px}.tech-anchorbar a{min-width:166px}.tech-system__body{padding-left:18px;padding-right:18px}.tech-system h3{font-size:31px}.tech-system__stats strong{font-size:18px}.tech-layer-grid article{flex-basis:88%}}
@media (prefers-reduced-motion:reduce){.tech-phone,.tech-system__visual img,.tech-anchorbar a,.tech-system{transition:none!important}}

/* Technology individual page suite. v=20260622-individual-pages-v1 */
.tech-suite-home,
.tech-detail-page{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 22% 4%,rgba(201,169,106,.16),transparent 27%),
        radial-gradient(circle at 84% 18%,rgba(242,234,219,.07),transparent 25%),
        linear-gradient(180deg,#050403 0%,#100b06 42%,#050403 100%);
    color:var(--ivory);
    isolation:isolate;
}
.tech-suite-home::before,
.tech-detail-page::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background:
        linear-gradient(90deg,transparent,rgba(255,255,255,.04),transparent),
        repeating-linear-gradient(90deg,rgba(255,255,255,.026) 0 1px,transparent 1px 14vw);
    opacity:.12;
    mix-blend-mode:screen;
}
.tech-suite-hero{
    position:relative;
    min-height:100svh;
    padding:clamp(126px,12vw,188px) var(--side) clamp(54px,7vw,100px);
    display:grid;
    align-items:center;
    overflow:hidden;
}
.tech-suite-hero__backdrop,
.tech-detail-hero__backdrop{
    position:absolute;
    inset:0;
    z-index:-3;
    background:#050403;
}
.tech-suite-hero__backdrop img,
.tech-detail-hero__backdrop img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:saturate(.78) brightness(.38) contrast(1.12);
    transform:scale(1.04);
}
.tech-suite-hero__backdrop::after,
.tech-detail-hero__backdrop::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(5,4,3,.98) 0%,rgba(5,4,3,.78) 42%,rgba(5,4,3,.34) 68%,rgba(5,4,3,.82) 100%),
        linear-gradient(180deg,rgba(5,4,3,.34),rgba(5,4,3,.58) 58%,#050403 100%);
}
.tech-suite-hero__glow{
    position:absolute;
    right:6vw;
    top:12vh;
    width:min(620px,48vw);
    height:min(620px,48vw);
    border-radius:50%;
    background:radial-gradient(circle,rgba(201,169,106,.24),rgba(201,169,106,.06) 42%,transparent 68%);
    filter:blur(3px);
    opacity:.78;
    pointer-events:none;
    mix-blend-mode:screen;
}
.tech-suite-hero__inner{
    position:relative;
    z-index:1;
    width:min(var(--max),100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.06fr) minmax(330px,.72fr);
    gap:clamp(44px,8vw,126px);
    align-items:center;
}
.tech-suite-hero__copy h1,
.tech-detail-hero__copy h1{
    font-family:var(--serif);
    font-weight:400;
    font-size:clamp(56px,8.6vw,146px);
    line-height:.98;
    letter-spacing:.035em;
    color:#f8f2e4;
    text-shadow:0 28px 88px rgba(0,0,0,.72);
}
.tech-suite-hero__copy p:not(.overline),
.tech-detail-hero__copy p:not(.overline){
    width:min(820px,100%);
    margin-top:30px;
    color:rgba(242,234,219,.80);
    font-size:clamp(15px,1.32vw,19px);
    line-height:2.06;
}
.tech-suite-hero__actions,
.tech-detail-hero__actions{margin-top:34px}
.tech-suite-hero__object{
    position:relative;
    min-height:min(650px,58vw);
}
.tech-suite-orbit{
    position:absolute;
    inset:8% 0 4%;
    display:grid;
    place-items:center;
    pointer-events:none;
}
.tech-suite-orbit span{
    position:absolute;
    width:88%;
    aspect-ratio:1;
    border:1px solid rgba(230,205,145,.16);
    border-radius:50%;
    transform:rotateX(68deg) rotateZ(18deg);
    box-shadow:0 0 52px rgba(201,169,106,.05);
}
.tech-suite-orbit span:nth-child(2){width:68%;transform:rotateX(68deg) rotateZ(-22deg);border-color:rgba(242,234,219,.10)}
.tech-suite-orbit span:nth-child(3){width:48%;transform:rotateX(68deg) rotateZ(54deg);border-color:rgba(201,169,106,.22)}
.tech-suite-device{
    position:absolute;
    overflow:hidden;
    border:1px solid rgba(230,205,145,.24);
    background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(201,169,106,.04));
    box-shadow:0 42px 120px rgba(0,0,0,.58),inset 0 0 0 8px rgba(5,4,3,.88);
}
.tech-suite-device::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(255,255,255,.20),transparent 28%,transparent 66%,rgba(201,169,106,.10));
    pointer-events:none;
}
.tech-suite-device img{width:100%;height:100%;object-fit:cover;display:block}
.tech-suite-device--front{
    right:4%;
    top:0;
    width:min(306px,24vw);
    height:min(636px,52vw);
    border-radius:36px;
    z-index:2;
    transform:rotate(2.5deg);
}
.tech-suite-device--back{
    left:0;
    bottom:0;
    width:min(276px,21vw);
    height:min(560px,46vw);
    border-radius:32px;
    opacity:.72;
    transform:rotate(-8deg) scale(.9);
    filter:blur(.2px);
}
.tech-suite-hero__metrics{
    position:relative;
    z-index:1;
    width:min(var(--max),100%);
    margin:clamp(44px,6vw,80px) auto 0;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}
.tech-suite-hero__metrics article,
.tech-detail-hero__stats article{
    min-height:118px;
    padding:24px 24px 22px;
    border:1px solid rgba(230,205,145,.18);
    background:linear-gradient(145deg,rgba(20,14,8,.68),rgba(5,4,3,.58));
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 24px 70px rgba(0,0,0,.24);
}
.tech-suite-hero__metrics span,
.tech-detail-hero__stats span{
    display:block;
    color:var(--gold);
    font-size:10px;
    letter-spacing:.22em;
    text-transform:uppercase;
}
.tech-suite-hero__metrics strong,
.tech-detail-hero__stats strong{
    display:block;
    margin-top:12px;
    font-family:var(--serif);
    font-weight:400;
    font-size:clamp(30px,3vw,48px);
    line-height:1;
    color:#f8f2e4;
}
.tech-suite-hero__metrics p{
    margin-top:9px;
    color:rgba(242,234,219,.58);
    font-size:12px;
    line-height:1.7;
}
.tech-suite-intro{padding-top:calc(var(--section)*.74);padding-bottom:calc(var(--section)*.60)}
.tech-suite-intro__inner{
    width:min(1060px,100%);
    margin:0 auto;
    text-align:center;
}
.tech-suite-intro__inner .overline,
.tech-lineup__head .overline,
.tech-detail-section-head .overline{
    justify-content:center;
}
.tech-suite-intro__inner .overline::before,
.tech-lineup__head .overline::before,
.tech-detail-section-head .overline::before{display:none}
.tech-suite-intro__inner h2,
.tech-lineup__head h2,
.tech-suite-map__panel h2,
.tech-detail-story__head h2,
.tech-detail-deep__content h2,
.tech-detail-section-head h2{
    font-family:var(--serif);
    font-weight:400;
    font-size:clamp(42px,6.4vw,104px);
    line-height:1.06;
    letter-spacing:.035em;
    color:var(--gold-2);
}
.tech-suite-intro__inner p:not(.overline),
.tech-lineup__head p,
.tech-suite-map__panel p,
.tech-detail-story__body p,
.tech-detail-deep__content p,
.tech-detail-section-head p{
    width:min(860px,100%);
    margin:26px auto 0;
    color:rgba(242,234,219,.72);
    font-size:15px;
    line-height:2.08;
}
.tech-lineup{padding-top:calc(var(--section)*.55)}
.tech-lineup__head{
    width:min(1080px,100%);
    margin:0 auto 58px;
    text-align:center;
}
.tech-lineup__grid{
    width:min(var(--max),100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.tech-lineup-card{
    position:relative;
    min-height:680px;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
    border:1px solid rgba(230,205,145,.18);
    background:#050403;
    box-shadow:0 36px 96px rgba(0,0,0,.26);
    transform:translateY(calc(var(--tech-lineup-index,0) * 16px));
    transition:transform .46s cubic-bezier(.2,.72,.2,1),border-color .32s ease,box-shadow .32s ease;
}
.tech-lineup-card__media,
.tech-lineup-card__media img,
.tech-lineup-card__shade{
    position:absolute;
    inset:0;
    display:block;
}
.tech-lineup-card__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    filter:saturate(.76) brightness(.58) contrast(1.06);
    transform:scale(1.02);
    transition:transform 1.2s ease,filter 1.2s ease;
}
.tech-lineup-card__shade{
    background:
        linear-gradient(180deg,rgba(5,4,3,.05),rgba(5,4,3,.24) 35%,rgba(5,4,3,.92) 100%),
        linear-gradient(90deg,rgba(5,4,3,.38),transparent 56%);
}
.tech-lineup-card__body{
    position:relative;
    z-index:1;
    width:100%;
    padding:26px 24px 28px;
    color:var(--ivory);
}
.tech-lineup-card__no{
    display:block;
    font-family:var(--serif);
    font-size:70px;
    line-height:.9;
    color:rgba(230,205,145,.42);
}
.tech-lineup-card__eyebrow{
    display:block;
    margin-top:20px;
    color:var(--gold);
    font-size:10px;
    letter-spacing:.24em;
    text-transform:uppercase;
}
.tech-lineup-card__title{
    display:block;
    margin-top:10px;
    font-family:var(--serif);
    font-size:clamp(28px,2.7vw,44px);
    line-height:1.12;
    letter-spacing:.035em;
    color:#f8f2e4;
}
.tech-lineup-card__lead{
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
    margin-top:16px;
    color:rgba(242,234,219,.70);
    font-size:13px;
    line-height:1.86;
}
.tech-lineup-card__tags{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-top:18px;
}
.tech-lineup-card__tags span{
    border:1px solid rgba(230,205,145,.22);
    background:rgba(255,255,255,.045);
    color:rgba(242,234,219,.66);
    padding:5px 8px;
    font-size:9px;
    letter-spacing:.10em;
    text-transform:uppercase;
}
.tech-lineup-card__cta{
    display:inline-flex;
    align-items:center;
    gap:14px;
    margin-top:24px;
    color:var(--gold-2);
    font-size:11px;
    letter-spacing:.18em;
    text-transform:uppercase;
}
.tech-lineup-card__cta::after{
    content:"";
    width:42px;
    height:1px;
    background:var(--gold);
    transition:width .28s ease;
}
@media (hover:hover){
    .tech-lineup-card:hover{
        transform:translateY(calc(var(--tech-lineup-index,0) * 10px - 10px));
        border-color:rgba(230,205,145,.42);
        box-shadow:0 44px 116px rgba(0,0,0,.38),0 0 40px rgba(201,169,106,.12);
    }
    .tech-lineup-card:hover .tech-lineup-card__media img{
        transform:scale(1.075);
        filter:saturate(.94) brightness(.72) contrast(1.08);
    }
    .tech-lineup-card:hover .tech-lineup-card__cta::after{width:64px}
}
.tech-suite-map{padding-top:calc(var(--section)*.54)}
.tech-suite-map__panel{
    width:min(1120px,100%);
    margin:0 auto;
    padding:clamp(42px,7vw,94px);
    text-align:center;
    border-top:1px solid rgba(230,205,145,.22);
    border-bottom:1px solid rgba(230,205,145,.22);
    background:linear-gradient(90deg,transparent,rgba(201,169,106,.05),transparent);
}
.tech-suite-map__panel .overline{justify-content:center}.tech-suite-map__panel .overline::before{display:none}
.tech-suite-map__flow{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin:34px auto 0;
}
.tech-suite-map__flow span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 18px;
    border:1px solid rgba(230,205,145,.25);
    background:rgba(255,255,255,.035);
    color:rgba(242,234,219,.86);
    font-size:11px;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.tech-suite-map__flow i{
    width:42px;
    height:1px;
    background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.tech-detail-nav{
    position:sticky;
    top:70px;
    z-index:40;
    width:min(var(--max),calc(100% - var(--side)*2));
    margin:0 auto;
    padding:8px;
    display:grid;
    grid-template-columns:.72fr repeat(4,1fr);
    gap:8px;
    border:1px solid rgba(230,205,145,.16);
    background:rgba(5,4,3,.78);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:0 18px 54px rgba(0,0,0,.26);
}
.tech-detail-nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 12px;
    border:1px solid transparent;
    color:rgba(242,234,219,.70);
    font-size:10px;
    letter-spacing:.14em;
    text-transform:uppercase;
    white-space:nowrap;
    transition:background .22s ease,border-color .22s ease,color .22s ease;
}
.tech-detail-nav a:hover,
.tech-detail-nav a[aria-current="page"]{
    border-color:rgba(230,205,145,.28);
    background:rgba(201,169,106,.09);
    color:var(--gold-2);
}
.tech-detail-hero{
    position:relative;
    min-height:calc(100svh - 70px);
    padding:clamp(126px,12vw,184px) var(--side) clamp(54px,7vw,96px);
    overflow:hidden;
}
.tech-detail-hero__inner{
    position:relative;
    z-index:1;
    width:min(var(--max),100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.04fr) minmax(360px,.78fr);
    gap:clamp(46px,7vw,112px);
    align-items:center;
}
.tech-detail-hero__copy h1{max-width:1060px}
.tech-detail-hero__visual{
    position:relative;
    min-height:min(590px,48vw);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
.tech-detail-hero__frame{
    position:absolute;
    inset:0;
    overflow:hidden;
    border:1px solid rgba(230,205,145,.22);
    background:#050403;
    box-shadow:0 42px 120px rgba(0,0,0,.46);
}
.tech-detail-hero__frame::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(5,4,3,.02),rgba(5,4,3,.42)),linear-gradient(135deg,rgba(255,255,255,.13),transparent 32%,rgba(201,169,106,.09));
}
.tech-detail-hero__frame img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:saturate(.86) brightness(.78) contrast(1.08);
}
.tech-detail-hero__visual p{
    position:relative;
    z-index:1;
    align-self:flex-start;
    margin:0 0 26px 26px;
    padding:12px 16px;
    border:1px solid rgba(230,205,145,.25);
    background:rgba(5,4,3,.64);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    color:var(--gold-2);
    font-size:10px;
    letter-spacing:.22em;
    text-transform:uppercase;
}
.tech-detail-hero__stats{
    position:relative;
    z-index:2;
    width:min(980px,100%);
    margin:clamp(42px,6vw,72px) auto 0;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}
.tech-detail-hero__stats span{margin-top:8px;color:rgba(242,234,219,.60);line-height:1.6}
.tech-detail-story{
    display:grid;
    grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);
    gap:clamp(44px,7vw,108px);
    align-items:start;
    width:min(var(--max),100%);
    margin:0 auto;
}
.tech-detail-story__head,
.tech-detail-story__body{min-width:0}
.tech-detail-story__body{
    padding-top:10px;
    border-top:1px solid rgba(230,205,145,.22);
}
.tech-detail-story__body p{
    width:100%;
    margin:24px 0 0;
    font-size:clamp(15px,1.25vw,18px);
}
.tech-detail-story__body p:first-child{margin-top:0}
.tech-detail-deep{
    width:min(var(--max),100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(360px,.84fr) minmax(0,1.16fr);
    gap:clamp(38px,6vw,96px);
    align-items:center;
}
.tech-detail-deep__media{
    position:relative;
    min-height:clamp(520px,54vw,760px);
    overflow:hidden;
    border:1px solid rgba(230,205,145,.18);
    background:#050403;
    box-shadow:0 40px 110px rgba(0,0,0,.34);
}
.tech-detail-deep__media::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(5,4,3,.02),rgba(5,4,3,.58));
}
.tech-detail-deep__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:saturate(.84) brightness(.78) contrast(1.06);
}
.tech-detail-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:34px;
}
.tech-detail-feature-grid article{
    position:relative;
    min-height:218px;
    padding:24px 22px;
    border:1px solid rgba(230,205,145,.16);
    background:linear-gradient(180deg,rgba(20,14,8,.54),rgba(5,4,3,.70));
    overflow:hidden;
}
.tech-detail-feature-grid article::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 94% 0%,rgba(201,169,106,.13),transparent 36%);
    pointer-events:none;
}
.tech-detail-feature-grid article span{
    position:relative;
    display:block;
    width:34px;
    height:34px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--gold),var(--gold-2));
    box-shadow:0 0 24px rgba(201,169,106,.22);
}
.tech-detail-feature-grid article h3{
    position:relative;
    margin-top:38px;
    font-family:var(--serif);
    font-size:clamp(24px,2.3vw,36px);
    font-weight:400;
    line-height:1.16;
    color:#f8f2e4;
}
.tech-detail-feature-grid article p{
    position:relative;
    width:100%;
    margin:14px 0 0;
    color:rgba(242,234,219,.66);
    font-size:13px;
    line-height:1.9;
}
.tech-detail-experience-section,
.tech-detail-mechanism-section{padding-top:calc(var(--section)*.58)}
.tech-detail-section-head{
    width:min(1000px,100%);
    margin:0 auto 42px;
    text-align:center;
}
.tech-experience-slider{
    position:relative;
    isolation:isolate;
    width:min(var(--max),100%);
    margin:0 auto;
    padding:clamp(16px,2.4vw,26px);
    border:1px solid rgba(230,205,145,.18);
    background:linear-gradient(135deg,rgba(16,11,6,.78),rgba(5,4,3,.58));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 28px 76px rgba(0,0,0,.28);
    overflow:hidden;
}
.tech-experience-slider::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:radial-gradient(circle at 16% 0%,rgba(201,169,106,.15),transparent 34%),linear-gradient(115deg,rgba(255,255,255,.09),transparent 36%,rgba(201,169,106,.10));
    opacity:.72;
}
.tech-experience-slider__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:16px;
}
.tech-experience-slider__title{
    margin:0;
    font-family:var(--serif);
    color:var(--gold-2);
    font-size:clamp(20px,1.8vw,28px);
    line-height:1.2;
    letter-spacing:.08em;
}
.tech-experience-slider__controls{display:flex;gap:8px;flex:0 0 auto}
.tech-experience-slider__arrow{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border:1px solid rgba(201,169,106,.32);
    border-radius:999px;
    background:rgba(255,255,255,.045);
    color:var(--gold-2);
    font-size:24px;
    line-height:1;
    cursor:pointer;
    transition:transform .24s ease,border-color .24s ease,background .24s ease,color .24s ease,opacity .24s ease;
}
.tech-experience-slider__arrow:hover{transform:translateY(-2px);border-color:rgba(201,169,106,.58);background:rgba(201,169,106,.12);color:var(--ivory)}
.tech-experience-slider__arrow:disabled{opacity:.32;cursor:default;transform:none}
.tech-experience-slider__viewport{
    position:relative;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    touch-action:pan-x pan-y;
    cursor:grab;
}
.tech-experience-slider__viewport::-webkit-scrollbar{display:none}
.tech-experience-slider__viewport.is-dragging{cursor:grabbing;scroll-snap-type:none}
.tech-experience-slider__track{
    display:flex;
    gap:14px;
    margin:0;
    padding:2px 2px 8px;
    list-style:none;
}
.tech-experience-card{
    position:relative;
    flex:0 0 min(76%,470px);
    min-height:206px;
    padding:clamp(22px,2.5vw,32px);
    display:flex;
    flex-direction:column;
    gap:20px;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    border:1px solid rgba(242,234,219,.16);
    background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.025)),linear-gradient(180deg,rgba(16,11,6,.56),rgba(5,4,3,.76));
    color:rgba(242,234,219,.78);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 20px 44px rgba(0,0,0,.22);
    overflow:hidden;
    user-select:none;
    transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease,background .32s ease;
}
.tech-experience-card::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:radial-gradient(circle at 18% 20%,rgba(201,169,106,.16),transparent 34%),linear-gradient(120deg,rgba(255,255,255,.08),transparent 38%,rgba(201,169,106,.06));
    opacity:.78;
}
.tech-experience-card__icon,
.tech-experience-card p{position:relative;z-index:1}
.tech-experience-card__icon{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:50%;
    border:1px solid rgba(201,169,106,.46);
    background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.28),transparent 30%),linear-gradient(135deg,var(--gold),var(--gold-2));
    color:#100b06;
    font-family:var(--serif);
    font-size:14px;
    line-height:1;
    letter-spacing:.04em;
    box-shadow:0 0 24px rgba(201,169,106,.26),inset 0 1px 0 rgba(255,255,255,.34);
}
.tech-experience-card p{
    margin:0;
    color:rgba(242,234,219,.80);
    font-size:14px;
    line-height:1.95;
    letter-spacing:.025em;
}
.tech-experience-slider__dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:14px;
}
.tech-experience-slider__dot{
    width:8px;
    height:8px;
    padding:0;
    border:1px solid rgba(201,169,106,.34);
    border-radius:999px;
    background:rgba(242,234,219,.18);
    cursor:pointer;
    transition:width .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.tech-experience-slider__dot.is-active{
    width:30px;
    background:linear-gradient(90deg,var(--gold),var(--gold-2));
    border-color:rgba(201,169,106,.72);
    box-shadow:0 0 18px rgba(201,169,106,.36);
}
@media (hover:hover) and (pointer:fine){
    .tech-experience-card:hover{
        transform:translateY(-7px);
        border-color:rgba(201,169,106,.46);
        box-shadow:0 0 0 1px rgba(201,169,106,.10),0 24px 64px rgba(0,0,0,.34),0 0 34px rgba(201,169,106,.18),inset 0 1px 0 rgba(255,255,255,.12);
    }
}
.tech-detail-mechanism-list{
    width:min(1120px,100%);
    margin:0 auto;
    border-top:1px solid rgba(230,205,145,.22);
}
.tech-detail-mechanism-list article{
    display:grid;
    grid-template-columns:110px minmax(0,1fr);
    gap:clamp(24px,5vw,76px);
    padding:30px 0;
    border-bottom:1px solid rgba(230,205,145,.14);
}
.tech-detail-mechanism-list span{
    font-family:var(--serif);
    font-size:44px;
    line-height:1;
    color:rgba(230,205,145,.54);
}
.tech-detail-mechanism-list p{
    margin:0;
    color:rgba(242,234,219,.76);
    font-size:15px;
    line-height:2.05;
}
.tech-detail-next{padding-top:calc(var(--section)*.42);padding-bottom:calc(var(--section)*.42)}
.tech-detail-next__card{
    position:relative;
    display:block;
    width:min(980px,100%);
    margin:0 auto;
    padding:clamp(36px,6vw,72px);
    text-align:center;
    border:1px solid rgba(230,205,145,.22);
    background:linear-gradient(135deg,rgba(20,14,8,.76),rgba(5,4,3,.88));
    overflow:hidden;
}
.tech-detail-next__card::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 50% 0%,rgba(201,169,106,.16),transparent 42%);
    pointer-events:none;
}
.tech-detail-next__label,
.tech-detail-next__title,
.tech-detail-next__text{position:relative;display:block}
.tech-detail-next__label{
    color:var(--gold);
    font-size:10px;
    letter-spacing:.24em;
    text-transform:uppercase;
}
.tech-detail-next__title{
    margin-top:16px;
    font-family:var(--serif);
    font-size:clamp(38px,5vw,78px);
    line-height:1.08;
    color:#f8f2e4;
}
.tech-detail-next__text{
    margin-top:18px;
    color:rgba(242,234,219,.66);
    font-size:13px;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.tech-stat-number{font-variant-numeric:tabular-nums}
.tech-stat-number__part{display:inline-block;min-width:.58em;font-variant-numeric:tabular-nums}
@media (max-width:1200px){
    .tech-lineup__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .tech-lineup-card{min-height:610px;transform:none}
    .tech-suite-hero__inner,
    .tech-detail-hero__inner,
    .tech-detail-deep{grid-template-columns:1fr}
    .tech-suite-hero__object{min-height:560px;width:min(620px,100%);margin:0 auto}
    .tech-detail-hero__visual{min-height:520px}
}
@media (max-width:960px){
    .tech-suite-hero__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
    .tech-detail-nav{
        display:flex;
        overflow-x:auto;
        width:calc(100% - var(--side)*2);
        scrollbar-width:none;
    }
    .tech-detail-nav::-webkit-scrollbar{display:none}
    .tech-detail-nav a{flex:0 0 auto;min-width:150px}
    .tech-detail-story{grid-template-columns:1fr}
    .tech-detail-feature-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
    .tech-suite-hero,
    .tech-detail-hero{min-height:auto;padding:108px 20px 46px}
    .tech-suite-hero__inner,
    .tech-detail-hero__inner{gap:30px}
    .tech-suite-hero__copy h1,
    .tech-detail-hero__copy h1{font-size:clamp(42px,12.6vw,64px);line-height:1.04}
    .tech-suite-hero__copy p:not(.overline),
    .tech-detail-hero__copy p:not(.overline){font-size:13.5px;line-height:1.9;margin-top:20px}
    .tech-suite-hero__actions .btn,
    .tech-detail-hero__actions .btn{width:100%}
    .tech-suite-hero__object{min-height:380px}
    .tech-suite-device--front{width:176px;height:356px;right:20px;border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.52),inset 0 0 0 5px rgba(5,4,3,.9)}
    .tech-suite-device--back{width:158px;height:320px;left:12px;border-radius:22px;box-shadow:0 24px 70px rgba(0,0,0,.44),inset 0 0 0 5px rgba(5,4,3,.9)}
    .tech-suite-hero__metrics,
    .tech-detail-hero__stats{
        display:flex;
        overflow-x:auto;
        gap:10px;
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }
    .tech-suite-hero__metrics::-webkit-scrollbar,
    .tech-detail-hero__stats::-webkit-scrollbar{display:none}
    .tech-suite-hero__metrics article,
    .tech-detail-hero__stats article{flex:0 0 78%;scroll-snap-align:start;min-height:108px;padding:20px 18px}
    .tech-suite-intro__inner,
    .tech-lineup__head,
    .tech-detail-section-head{text-align:left}
    .tech-suite-intro__inner .overline,
    .tech-lineup__head .overline,
    .tech-detail-section-head .overline{justify-content:flex-start}
    .tech-suite-intro__inner .overline::before,
    .tech-lineup__head .overline::before,
    .tech-detail-section-head .overline::before{display:block}
    .tech-suite-intro__inner h2,
    .tech-lineup__head h2,
    .tech-suite-map__panel h2,
    .tech-detail-story__head h2,
    .tech-detail-deep__content h2,
    .tech-detail-section-head h2{font-size:clamp(34px,10.4vw,52px)}
    .tech-suite-intro__inner p:not(.overline),
    .tech-lineup__head p,
    .tech-suite-map__panel p,
    .tech-detail-story__body p,
    .tech-detail-deep__content p,
    .tech-detail-section-head p{font-size:13.5px;line-height:1.9}
    .tech-lineup__grid{
        display:flex;
        overflow-x:auto;
        gap:12px;
        scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }
    .tech-lineup__grid::-webkit-scrollbar{display:none}
    .tech-lineup-card{flex:0 0 86%;min-height:520px;scroll-snap-align:start}
    .tech-lineup-card__body{padding:24px 20px}
    .tech-lineup-card__no{font-size:58px}
    .tech-lineup-card__lead{-webkit-line-clamp:4}
    .tech-suite-map__panel{padding:34px 20px;text-align:left}
    .tech-suite-map__panel .overline{justify-content:flex-start}.tech-suite-map__panel .overline::before{display:block}
    .tech-suite-map__flow{justify-content:flex-start}
    .tech-suite-map__flow i{width:24px}
    .tech-detail-nav{top:66px;width:100%;border-left:0;border-right:0;padding:8px 14px}
    .tech-detail-hero__visual{min-height:360px}
    .tech-detail-hero__visual p{margin:0 0 18px 18px;font-size:9px;letter-spacing:.16em}
    .tech-detail-deep__media{min-height:360px}
    .tech-detail-feature-grid article{min-height:190px;padding:22px 20px}
    .tech-experience-slider{padding:14px}
    .tech-experience-card{flex-basis:88%;min-height:176px;padding:20px}
    .tech-experience-card p{font-size:12.8px;line-height:1.78}
    .tech-detail-mechanism-list article{grid-template-columns:1fr;gap:10px;padding:24px 0}
    .tech-detail-mechanism-list span{font-size:34px}
    .tech-detail-mechanism-list p{font-size:13.5px;line-height:1.9}
    .tech-detail-next__card{padding:34px 20px;text-align:left}
    .tech-detail-next__title{font-size:clamp(32px,9.8vw,48px)}
}
@media (max-width:390px){
    .tech-lineup-card{flex-basis:90%;min-height:500px}
    .tech-suite-device--front{right:4px}.tech-suite-device--back{left:0}
    .tech-experience-card{flex-basis:92%}
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
    .tech-suite-hero__metrics article,
    .tech-detail-hero__stats article,
    .tech-experience-card,
    .tech-detail-nav{background:rgba(16,11,6,.92)}
}
@media (prefers-reduced-motion:reduce){
    .tech-lineup-card,
    .tech-lineup-card__media img,
    .tech-suite-device,
    .tech-experience-card,
    .tech-experience-slider__viewport,
    .tech-experience-slider__arrow,
    .tech-experience-slider__dot{transition:none!important;scroll-behavior:auto!important}
}

/* =========================================================
   SMAIS Technology redesign: Apple Store rhythm x SMAIS dark luxury
   2026-06-22
   ========================================================= */
.tech-apd{
    --apd-bg:#050403;
    --apd-bg-2:#100b06;
    --apd-card:#15100b;
    --apd-card-2:#1d1710;
    --apd-line:rgba(224,224,224,.12);
    --apd-soft:rgba(242,234,219,.72);
    --apd-muted:rgba(242,234,219,.54);
    --apd-radius:34px;
    --apd-radius-sm:22px;
    background:
        radial-gradient(circle at 50% -10%,rgba(201,168,76,.16),transparent 34%),
        linear-gradient(180deg,#050403 0%,#080604 42%,#100b06 100%);
    color:var(--ivory);
    font-family:var(--serif);
    overflow:hidden;
}
.tech-apd *{box-sizing:border-box}
.tech-apd img{display:block;max-width:100%}
.tech-apd a{color:inherit;text-decoration:none}
.tech-apd-label{
    margin:0 0 14px;
    color:var(--gold-2);
    font-size:12px;
    line-height:1;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.tech-apd-button{
    min-height:48px;
    padding:0 22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(224,224,224,.18);
    border-radius:999px;
    background:rgba(255,255,255,.055);
    color:var(--ivory);
    font-size:14px;
    letter-spacing:.03em;
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease;
}
.tech-apd-button--gold{
    border-color:rgba(201,168,76,.54);
    background:linear-gradient(135deg,var(--gold),var(--gold-2));
    color:#120d07;
    box-shadow:0 18px 42px rgba(201,168,76,.18);
}
.tech-apd-button:hover{transform:translateY(-2px);border-color:rgba(201,168,76,.42);box-shadow:0 18px 48px rgba(0,0,0,.28)}
.tech-apd-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}

.tech-apd-hero,
.tech-apd-detail-hero{
    position:relative;
    min-height:calc(100svh - 20px);
    padding:clamp(104px,12vw,170px) var(--side) clamp(54px,7vw,96px);
    display:grid;
    align-items:center;
    isolation:isolate;
    background:#050403;
}
.tech-apd-hero__bg,
.tech-apd-detail-hero__bg{
    position:absolute;
    inset:0;
    z-index:-2;
    overflow:hidden;
}
.tech-apd-hero__bg img,
.tech-apd-detail-hero__bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.32;
    filter:saturate(.82) contrast(1.05) brightness(.58);
    transform:scale(1.04);
}
.tech-apd-hero::before,
.tech-apd-detail-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:
        radial-gradient(circle at 76% 26%,rgba(201,168,76,.20),transparent 28%),
        linear-gradient(90deg,rgba(5,4,3,.98),rgba(5,4,3,.74) 48%,rgba(5,4,3,.46)),
        linear-gradient(180deg,rgba(5,4,3,.40),#050403 96%);
}
.tech-apd-hero__inner,
.tech-apd-detail-hero__inner{
    width:min(100%,var(--max));
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(300px,.78fr);
    gap:clamp(42px,7vw,96px);
    align-items:center;
}
.tech-apd-hero h1,
.tech-apd-detail-hero h1{
    margin:0;
    max-width:920px;
    color:#fff;
    font-size:clamp(58px,8.9vw,124px);
    line-height:.94;
    letter-spacing:-.07em;
    font-weight:700;
}
.tech-apd-hero__lead,
.tech-apd-detail-hero__lead{
    max-width:650px;
    margin:26px 0 0;
    color:var(--apd-soft);
    font-size:clamp(16px,1.7vw,22px);
    line-height:1.78;
    letter-spacing:.015em;
}
.tech-apd-hero__visual{
    position:relative;
    min-height:620px;
}
.tech-apd-device{
    position:absolute;
    overflow:hidden;
    border-radius:32px;
    background:#070504;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 34px 100px rgba(0,0,0,.58),inset 0 0 0 6px rgba(5,4,3,.92);
}
.tech-apd-device img{width:100%;height:100%;object-fit:cover;padding:8px;border-radius:inherit}
.tech-apd-device--main{width:250px;height:510px;right:7%;top:6%;z-index:2;transform:rotate(2deg)}
.tech-apd-device--sub{width:218px;height:444px;left:5%;bottom:3%;opacity:.78;transform:rotate(-7deg)}
.tech-apd-hero__visual::before{
    content:"";
    position:absolute;
    width:min(92%,520px);
    aspect-ratio:1;
    border-radius:50%;
    left:50%;top:50%;
    transform:translate(-50%,-50%);
    background:radial-gradient(circle,rgba(201,168,76,.20),transparent 66%);
    filter:blur(3px);
}

.tech-apd-category{padding:0 var(--side) clamp(34px,4vw,58px);margin-top:-34px;position:relative;z-index:2}
.tech-apd-category__rail{
    width:min(100%,var(--max));
    margin:0 auto;
    display:flex;
    gap:16px;
    overflow-x:auto;
    padding:8px 2px 18px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
}
.tech-apd-category__rail::-webkit-scrollbar{display:none}
.tech-apd-category__item{
    flex:0 0 180px;
    min-height:138px;
    padding:18px 16px;
    border-radius:26px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-align:center;
    scroll-snap-align:start;
    background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.045));
    border:1px solid rgba(224,224,224,.13);
    box-shadow:0 18px 42px rgba(0,0,0,.22);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    color:rgba(255,255,255,.88);
    font-size:13px;
    letter-spacing:.025em;
    transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
.tech-apd-category__item:hover{transform:translateY(-4px);border-color:rgba(201,168,76,.42);background:rgba(201,168,76,.08)}
.tech-apd-category__image{
    width:66px;height:66px;border-radius:20px;overflow:hidden;background:#17110c;border:1px solid rgba(201,168,76,.16);
}
.tech-apd-category__image img{width:100%;height:100%;object-fit:cover}

.tech-apd-section{padding:clamp(54px,7vw,98px) var(--side)}
.tech-apd-section__head{
    width:min(100%,var(--max));
    margin:0 auto clamp(24px,4vw,46px);
}
.tech-apd-section__head h2{
    margin:0;
    color:#fff;
    font-size:clamp(42px,6vw,82px);
    line-height:1.02;
    letter-spacing:-.055em;
}
.tech-apd-section__head p:not(.tech-apd-label){
    max-width:680px;
    margin:18px 0 0;
    color:var(--apd-soft);
    font-size:clamp(15px,1.4vw,18px);
    line-height:1.8;
}
.tech-apd-card-grid{
    width:min(100%,var(--max));
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
}
.tech-apd-card{
    min-height:620px;
    position:relative;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
    border-radius:var(--apd-radius);
    background:linear-gradient(180deg,var(--apd-card-2),var(--apd-card));
    border:1px solid rgba(224,224,224,.11);
    box-shadow:0 28px 86px rgba(0,0,0,.30);
    transform:translateZ(0);
}
.tech-apd-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(5,4,3,.08) 0%,rgba(5,4,3,.20) 45%,rgba(5,4,3,.91) 100%);
    z-index:1;
}
.tech-apd-card__media{position:absolute;inset:0;overflow:hidden}
.tech-apd-card__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.04);transition:transform .55s ease,filter .55s ease}
.tech-apd-card__body{position:relative;z-index:2;display:flex;flex-direction:column;gap:14px;width:100%;padding:34px}
.tech-apd-card__no{color:var(--gold-2);font-size:13px;letter-spacing:.18em;text-transform:uppercase}
.tech-apd-card__title{display:block;color:#fff;font-size:clamp(30px,3.4vw,46px);line-height:1.08;letter-spacing:-.045em;font-weight:700}
.tech-apd-card__text{display:block;max-width:600px;color:rgba(242,234,219,.76);font-size:14px;line-height:1.85}
.tech-apd-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}
.tech-apd-card__meta span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.76);font-size:11px;letter-spacing:.04em}
.tech-apd-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:8px;color:var(--gold-2);font-size:14px;letter-spacing:.04em}
.tech-apd-card__link::after{content:"›";font-size:20px;line-height:1;transition:transform .22s ease}
.tech-apd-card:hover{border-color:rgba(201,168,76,.30)}
.tech-apd-card:hover .tech-apd-card__media img{transform:scale(1.045);filter:saturate(1) contrast(1.08)}
.tech-apd-card:hover .tech-apd-card__link::after{transform:translateX(4px)}

.tech-apd-summary-row{
    width:min(100%,var(--max));
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.tech-apd-summary-row article{
    min-height:230px;
    padding:24px 22px;
    border-radius:28px;
    background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
    border:1px solid var(--apd-line);
    box-shadow:0 22px 56px rgba(0,0,0,.22);
}
.tech-apd-summary-row span{display:block;color:var(--gold-2);font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:28px}
.tech-apd-summary-row strong{display:block;color:#fff;font-size:clamp(23px,2.25vw,32px);line-height:1.18;letter-spacing:-.035em}
.tech-apd-summary-row p{margin:14px 0 0;color:var(--apd-soft);font-size:13px;line-height:1.8}

.tech-apd-wide-card{padding-top:clamp(30px,4vw,56px)}
.tech-apd-feature-card{
    width:min(100%,var(--max));
    min-height:520px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    overflow:hidden;
    border-radius:42px;
    background:linear-gradient(135deg,#17100a,#080604 64%,#100b06);
    border:1px solid rgba(224,224,224,.12);
    box-shadow:0 34px 100px rgba(0,0,0,.30);
}
.tech-apd-feature-card__image{min-height:420px;overflow:hidden}
.tech-apd-feature-card__image img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) brightness(.9)}
.tech-apd-feature-card__content{padding:clamp(34px,5vw,70px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.tech-apd-feature-card__title{display:block;color:#fff;font-size:clamp(40px,5vw,76px);line-height:1.02;letter-spacing:-.055em;font-weight:700}
.tech-apd-feature-card__text{display:block;max-width:530px;margin-top:18px;color:var(--apd-soft);font-size:16px;line-height:1.8}

.tech-apd-detail-nav{
    position:sticky;
    top:74px;
    z-index:30;
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding:10px var(--side);
    background:rgba(5,4,3,.74);
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    scrollbar-width:none;
}
.tech-apd-detail-nav::-webkit-scrollbar{display:none}
.tech-apd-detail-nav a{
    flex:0 0 auto;
    padding:10px 15px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    color:rgba(255,255,255,.72);
    border:1px solid rgba(255,255,255,.08);
    font-size:12px;
    letter-spacing:.04em;
}
.tech-apd-detail-nav a[aria-current="page"]{background:rgba(201,168,76,.18);border-color:rgba(201,168,76,.48);color:var(--gold-2)}
.tech-apd-detail-hero__image{
    min-height:560px;
    border-radius:42px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    background:#130d08;
    box-shadow:0 32px 90px rgba(0,0,0,.42);
}
.tech-apd-detail-hero__image img{width:100%;height:100%;object-fit:cover}
.tech-apd-statbar{padding:0 var(--side) clamp(42px,5vw,72px);margin-top:-42px;position:relative;z-index:4}
.tech-apd-statbar__rail{
    width:min(100%,var(--max));
    margin:0 auto;
    display:flex;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding:6px 2px 18px;
    scrollbar-width:none;
}
.tech-apd-statbar__rail::-webkit-scrollbar{display:none}
.tech-apd-statbar article{
    flex:1 0 250px;
    scroll-snap-align:start;
    min-height:132px;
    padding:24px;
    border-radius:28px;
    background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.05));
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 22px 54px rgba(0,0,0,.28);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}
.tech-apd-statbar strong{display:block;color:#fff;font-size:clamp(32px,3.6vw,52px);line-height:1;letter-spacing:-.04em}
.tech-apd-statbar span{display:block;margin-top:12px;color:var(--apd-muted);font-size:13px;line-height:1.5}
.tech-apd-point-grid{
    width:min(100%,var(--max));
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.tech-apd-point-card{
    min-height:280px;
    padding:26px 22px;
    border-radius:30px;
    background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
    border:1px solid var(--apd-line);
    box-shadow:0 20px 54px rgba(0,0,0,.21);
}
.tech-apd-point-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#120d07;font-size:13px;letter-spacing:.04em;margin-bottom:28px}
.tech-apd-point-card p{margin:0;color:var(--apd-soft);font-size:14px;line-height:1.9}
.tech-apd-use__panel{
    width:min(100%,var(--max));
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
    overflow:hidden;
    border-radius:42px;
    background:linear-gradient(135deg,#17110b,#080604 72%);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 32px 92px rgba(0,0,0,.27);
}
.tech-apd-use__visual{min-height:560px;overflow:hidden}
.tech-apd-use__visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) brightness(.84)}
.tech-apd-use__content{padding:clamp(34px,5vw,68px)}
.tech-apd-use__content h2{margin:0;color:#fff;font-size:clamp(38px,5vw,70px);line-height:1.02;letter-spacing:-.055em}
.tech-apd-use__list{display:grid;gap:18px;margin-top:30px}
.tech-apd-use__list article{padding-top:18px;border-top:1px solid rgba(255,255,255,.10)}
.tech-apd-use__list h3{margin:0;color:#fff;font-size:20px;letter-spacing:-.02em}
.tech-apd-use__list p{margin:10px 0 0;color:var(--apd-soft);font-size:14px;line-height:1.85}
.tech-apd-mechanism__list{width:min(100%,var(--max));margin:0 auto;border-top:1px solid rgba(255,255,255,.12)}
.tech-apd-mechanism__item{border-bottom:1px solid rgba(255,255,255,.12)}
.tech-apd-mechanism__item summary{
    min-height:78px;
    display:flex;
    align-items:center;
    gap:16px;
    list-style:none;
    cursor:pointer;
    color:#fff;
    font-size:18px;
    letter-spacing:-.02em;
}
.tech-apd-mechanism__item summary::-webkit-details-marker{display:none}
.tech-apd-mechanism__item summary span{color:var(--gold-2);font-size:14px;letter-spacing:.14em}
.tech-apd-mechanism__item p{max-width:960px;margin:0 0 28px;padding-left:50px;color:var(--apd-soft);font-size:14px;line-height:1.9}
.tech-apd-next__card{
    width:min(100%,var(--max));
    min-height:360px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);
    overflow:hidden;
    border-radius:38px;
    background:#110c07;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 28px 82px rgba(0,0,0,.28);
}
.tech-apd-next__image{overflow:hidden;min-height:300px}
.tech-apd-next__image img{width:100%;height:100%;object-fit:cover;filter:saturate(.86) brightness(.82)}
.tech-apd-next__content{padding:clamp(30px,5vw,62px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.tech-apd-next__title{display:block;color:#fff;font-size:clamp(34px,4.8vw,66px);line-height:1.04;letter-spacing:-.055em;font-weight:700}

@media (max-width:1100px){
    .tech-apd-hero__inner,.tech-apd-detail-hero__inner,.tech-apd-use__panel,.tech-apd-feature-card,.tech-apd-next__card{grid-template-columns:1fr}
    .tech-apd-hero__visual{min-height:520px;width:min(620px,100%);margin:0 auto}
    .tech-apd-card-grid{grid-template-columns:1fr}
    .tech-apd-summary-row,.tech-apd-point-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .tech-apd-detail-hero__image{min-height:460px}
}
@media (max-width:720px){
    .tech-apd-hero,.tech-apd-detail-hero{min-height:auto;padding:104px var(--side) 46px}
    .tech-apd-hero::before,.tech-apd-detail-hero::before{background:linear-gradient(180deg,rgba(5,4,3,.44),rgba(5,4,3,.92) 50%,#050403 100%)}
    .tech-apd-hero__inner,.tech-apd-detail-hero__inner{gap:32px}
    .tech-apd-hero h1,.tech-apd-detail-hero h1{font-size:clamp(46px,15vw,70px);letter-spacing:-.062em}
    .tech-apd-hero__lead,.tech-apd-detail-hero__lead{font-size:14.5px;line-height:1.86;margin-top:20px}
    .tech-apd-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:26px}
    .tech-apd-button{width:100%;min-height:46px;font-size:13px}
    .tech-apd-hero__visual{min-height:350px}
    .tech-apd-device--main{width:164px;height:334px;right:6px;top:0;border-radius:24px}
    .tech-apd-device--sub{width:144px;height:292px;left:0;bottom:0;border-radius:22px}
    .tech-apd-device img{padding:6px}
    .tech-apd-category{margin-top:0;padding-top:10px}
    .tech-apd-category__item{flex-basis:132px;min-height:118px;border-radius:22px;font-size:12px}
    .tech-apd-category__image{width:56px;height:56px;border-radius:18px}
    .tech-apd-section{padding:46px var(--side)}
    .tech-apd-section__head{margin-bottom:22px}
    .tech-apd-section__head h2{font-size:clamp(35px,11.8vw,54px)}
    .tech-apd-section__head p:not(.tech-apd-label){font-size:13.5px;line-height:1.82}
    .tech-apd-card-grid{
        display:flex;
        gap:14px;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        padding:2px 2px 18px;
        scrollbar-width:none;
    }
    .tech-apd-card-grid::-webkit-scrollbar{display:none}
    .tech-apd-card{flex:0 0 86%;min-height:520px;border-radius:28px;scroll-snap-align:start}
    .tech-apd-card__body{padding:26px 22px}
    .tech-apd-card__title{font-size:32px}
    .tech-apd-card__text{font-size:12.8px;line-height:1.78}
    .tech-apd-summary-row{
        display:flex;
        gap:12px;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        padding-bottom:16px;
        scrollbar-width:none;
    }
    .tech-apd-summary-row::-webkit-scrollbar{display:none}
    .tech-apd-summary-row article{flex:0 0 78%;min-height:212px;scroll-snap-align:start}
    .tech-apd-feature-card,.tech-apd-use__panel,.tech-apd-next__card{border-radius:28px}
    .tech-apd-feature-card__image,.tech-apd-use__visual,.tech-apd-next__image{min-height:280px}
    .tech-apd-feature-card__content,.tech-apd-use__content,.tech-apd-next__content{padding:28px 22px}
    .tech-apd-feature-card__title,.tech-apd-use__content h2,.tech-apd-next__title{font-size:clamp(34px,10.5vw,50px)}
    .tech-apd-detail-nav{top:64px;padding:9px var(--side)}
    .tech-apd-detail-nav a{font-size:11px;padding:9px 12px}
    .tech-apd-detail-hero__image{min-height:300px;border-radius:28px}
    .tech-apd-statbar{margin-top:0;padding-top:6px}
    .tech-apd-statbar article{flex-basis:76%;min-height:118px;padding:20px;border-radius:24px}
    .tech-apd-statbar strong{font-size:34px}
    .tech-apd-point-grid{
        display:flex;
        gap:12px;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        padding-bottom:16px;
        scrollbar-width:none;
    }
    .tech-apd-point-grid::-webkit-scrollbar{display:none}
    .tech-apd-point-card{flex:0 0 82%;min-height:240px;scroll-snap-align:start;border-radius:26px;padding:22px 20px}
    .tech-apd-point-card p,.tech-apd-use__list p,.tech-apd-mechanism__item p{font-size:12.8px;line-height:1.82}
    .tech-apd-mechanism__item summary{min-height:68px;font-size:16px}
    .tech-apd-mechanism__item p{padding-left:0;margin-bottom:24px}
}
@media (max-width:390px){
    .tech-apd-card{flex-basis:90%}
    .tech-apd-summary-row article,.tech-apd-point-card,.tech-apd-statbar article{flex-basis:86%}
    .tech-apd-hero h1,.tech-apd-detail-hero h1{font-size:44px}
}
@media (prefers-reduced-motion:reduce){
    .tech-apd *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* SMAIS Technology list redesign - Apple Store inspired. v=20260622-apple-list-v1 */
.tech-store-page{
    position:relative;
    overflow:hidden;
    min-height:100svh;
    color:var(--ivory);
    background:
        radial-gradient(circle at 82% 0%,rgba(201,168,76,.10),transparent 28%),
        radial-gradient(circle at 16% 6%,rgba(255,255,255,.045),transparent 22%),
        linear-gradient(180deg,#050403 0%,#090706 38%,#100b06 100%);
    isolation:isolate;
}
.tech-store-page::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 22%,transparent 78%,rgba(201,168,76,.035));
    opacity:.72;
}
.tech-store-page a{
    color:inherit;
    text-decoration:none;
}
.tech-store-eyebrow{
    margin:0;
    color:rgba(242,234,219,.56);
    font-size:12px;
    line-height:1;
    letter-spacing:.18em;
    text-transform:uppercase;
}
.tech-store-hero{
    padding:clamp(108px,11vw,172px) var(--side) clamp(34px,5vw,72px);
}
.tech-store-hero__inner{
    width:min(var(--max),100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(250px,360px);
    align-items:end;
    gap:clamp(28px,7vw,112px);
}
.tech-store-hero__copy h1{
    width:min(1040px,100%);
    margin:18px 0 0;
    color:#f7f0df;
    font-family:var(--serif);
    font-weight:400;
    font-size:clamp(48px,7.4vw,118px);
    line-height:1.03;
    letter-spacing:-.035em;
    text-wrap:balance;
}
.tech-store-hero__copy h1 span{
    color:#fff;
}
.tech-store-hero__copy p:not(.tech-store-eyebrow){
    width:min(710px,100%);
    margin:26px 0 0;
    color:rgba(242,234,219,.68);
    font-size:clamp(15px,1.22vw,19px);
    line-height:1.95;
    letter-spacing:.02em;
}
.tech-store-hero__support{
    align-self:end;
    padding:0 0 8px;
    color:rgba(242,234,219,.64);
    font-size:13px;
    line-height:1.75;
}
.tech-store-hero__support span{
    display:block;
    margin-bottom:10px;
    color:rgba(242,234,219,.42);
    font-size:11px;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.tech-store-hero__support a,
.tech-store-product__link,
.tech-store-gallery__links a{
    display:inline-flex;
    align-items:center;
    gap:.38em;
    color:var(--gold-2);
    font-size:14px;
    line-height:1.3;
    letter-spacing:.02em;
    text-decoration:none;
    background:linear-gradient(currentColor,currentColor) left bottom / 0 1px no-repeat;
    transition:background-size .24s ease,color .24s ease,opacity .24s ease;
}
.tech-store-hero__support a::after,
.tech-store-product__link::after,
.tech-store-gallery__links a::after{
    content:"›";
    font-size:1.25em;
    line-height:1;
    transform:translateY(-.03em);
}
.tech-store-hero__support a:hover,
.tech-store-product:hover .tech-store-product__link,
.tech-store-gallery__links a:hover{
    color:#fff2c8;
    background-size:100% 1px;
}
.tech-store-category{
    width:min(var(--max),calc(100% - var(--side) * 2));
    margin:0 auto;
    padding:8px 0 clamp(40px,5.2vw,80px);
}
.tech-store-category__rail{
    display:flex;
    gap:clamp(18px,3.2vw,42px);
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
    padding:8px 4px 12px;
}
.tech-store-category__rail::-webkit-scrollbar{display:none}
.tech-store-category__item{
    flex:0 0 auto;
    min-width:112px;
    display:grid;
    justify-items:center;
    gap:12px;
    color:rgba(242,234,219,.72);
    font-size:12px;
    letter-spacing:.02em;
    text-align:center;
    scroll-snap-align:start;
    transition:color .22s ease,transform .22s ease;
}
.tech-store-category__icon{
    width:78px;
    height:78px;
    display:block;
    border-radius:26px;
    overflow:hidden;
    background:#15110d;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 16px 40px rgba(0,0,0,.28);
}
.tech-store-category__icon img{
    width:100%;
    height:100%;
    object-fit:cover;
    filter:saturate(.88) brightness(.86) contrast(1.04);
    transform:scale(1.02);
}
.tech-store-category__item:hover{
    color:#fff;
    transform:translateY(-2px);
}
.tech-store-section{
    width:min(var(--max),calc(100% - var(--side) * 2));
    margin:0 auto;
    padding:clamp(42px,7vw,92px) 0;
}
.tech-store-section__head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:24px;
}
.tech-store-section__head h2{
    margin:10px 0 0;
    color:#f7f0df;
    font-family:var(--serif);
    font-weight:400;
    font-size:clamp(34px,4.8vw,74px);
    line-height:1.08;
    letter-spacing:-.03em;
}
.tech-store-product-rail{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}
.tech-store-product{
    position:relative;
    min-height:clamp(560px,48vw,720px);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow:hidden;
    border-radius:34px;
    background:#14110f;
    box-shadow:0 38px 86px rgba(0,0,0,.32),inset 0 0 0 1px rgba(255,255,255,.065);
    isolation:isolate;
    transform:translateZ(0);
    transition:transform .34s cubic-bezier(.22,.61,.36,1),box-shadow .34s ease,background .34s ease;
}
.tech-store-product::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background:
        radial-gradient(circle at 18% 0%,rgba(255,255,255,.08),transparent 28%),
        linear-gradient(180deg,rgba(255,255,255,.05),transparent 42%,rgba(201,168,76,.045));
}
.tech-store-product__copy{
    position:relative;
    z-index:2;
    display:block;
    padding:clamp(28px,4vw,46px) clamp(24px,3.5vw,42px) 0;
}
.tech-store-product__no{
    display:block;
    color:rgba(242,234,219,.38);
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.tech-store-product__name{
    display:block;
    margin-top:18px;
    color:var(--gold-2);
    font-size:13px;
    line-height:1.3;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.tech-store-product__title{
    display:block;
    margin-top:10px;
    color:#fff;
    font-family:var(--serif);
    font-size:clamp(31px,3.6vw,55px);
    font-weight:400;
    line-height:1.08;
    letter-spacing:-.025em;
    text-wrap:balance;
}
.tech-store-product__text{
    display:block;
    width:min(560px,100%);
    margin-top:16px;
    color:rgba(242,234,219,.66);
    font-size:13.5px;
    line-height:1.86;
    letter-spacing:.015em;
}
.tech-store-product__link{
    margin-top:18px;
}
.tech-store-product__media{
    position:relative;
    z-index:1;
    display:block;
    width:100%;
    margin-top:28px;
    overflow:hidden;
}
.tech-store-product__media img{
    width:100%;
    height:clamp(280px,26vw,390px);
    object-fit:cover;
    object-position:center;
    display:block;
    filter:saturate(.9) brightness(.88) contrast(1.04);
    transition:transform .68s cubic-bezier(.22,.61,.36,1),filter .68s ease;
}
.tech-store-product--cast-app .tech-store-product__media img{
    object-position:center top;
}
.tech-store-product--sound-system .tech-store-product__media img,
.tech-store-product--safety-system .tech-store-product__media img{
    height:clamp(330px,29vw,430px);
}
.tech-store-product--ride-system .tech-store-product__media img{
    object-position:center 58%;
}
.tech-store-product:hover{
    transform:translateY(-5px);
    box-shadow:0 48px 110px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.09);
}
.tech-store-product:hover .tech-store-product__media img{
    transform:scale(1.035);
    filter:saturate(.98) brightness(.94) contrast(1.04);
}
.tech-store-role-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.tech-store-role-grid article{
    min-height:230px;
    padding:26px 24px;
    border-radius:28px;
    background:#14110f;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 24px 56px rgba(0,0,0,.24);
}
.tech-store-role-grid span{
    display:block;
    color:var(--gold-2);
    font-size:11px;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.tech-store-role-grid strong{
    display:block;
    margin-top:54px;
    color:#fff;
    font-family:var(--serif);
    font-weight:400;
    font-size:clamp(24px,2.2vw,34px);
    line-height:1.15;
}
.tech-store-role-grid p{
    margin:14px 0 0;
    color:rgba(242,234,219,.62);
    font-size:12.8px;
    line-height:1.82;
}
.tech-store-gallery{
    padding-bottom:clamp(54px,8vw,112px);
}
.tech-store-gallery__card{
    display:grid;
    grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
    gap:clamp(20px,3.6vw,46px);
    align-items:center;
    min-height:560px;
    padding:clamp(28px,5vw,64px);
    border-radius:38px;
    background:#14110f;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 38px 92px rgba(0,0,0,.32);
    overflow:hidden;
}
.tech-store-gallery__copy h2{
    margin:14px 0 0;
    color:#fff;
    font-family:var(--serif);
    font-weight:400;
    font-size:clamp(36px,5vw,82px);
    line-height:1.05;
    letter-spacing:-.035em;
    text-wrap:balance;
}
.tech-store-gallery__copy p:not(.tech-store-eyebrow){
    margin:22px 0 0;
    color:rgba(242,234,219,.64);
    font-size:14px;
    line-height:1.92;
}
.tech-store-gallery__links{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:24px;
}
.tech-store-gallery__images{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    align-items:stretch;
}
.tech-store-gallery__images img{
    width:100%;
    height:min(460px,38vw);
    min-height:360px;
    object-fit:cover;
    display:block;
    border-radius:28px;
    filter:saturate(.9) brightness(.88) contrast(1.04);
    box-shadow:0 24px 58px rgba(0,0,0,.30);
}
.tech-store-gallery__images img:first-child{
    transform:translateY(-18px);
}
.tech-store-gallery__images img:last-child{
    transform:translateY(18px);
}

/* Make the existing technology detail buttons quieter and less button-like. */
.tech-apd .tech-apd-button{
    width:auto;
    min-height:auto;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent!important;
    color:var(--gold-2)!important;
    box-shadow:none!important;
    font-size:14px;
    line-height:1.4;
    letter-spacing:.02em;
    text-transform:none;
    display:inline-flex;
    align-items:center;
    gap:.35em;
}
.tech-apd .tech-apd-button::after{
    content:"›";
    font-size:1.25em;
    line-height:1;
}
.tech-apd .tech-apd-button:hover{
    transform:none;
    color:#fff2c8!important;
    text-decoration:underline;
    text-underline-offset:4px;
}
.tech-apd .tech-apd-actions{
    gap:18px;
}

@media (max-width:1040px){
    .tech-store-hero__inner{
        grid-template-columns:1fr;
    }
    .tech-store-hero__support{
        width:min(360px,100%);
    }
    .tech-store-product-rail{
        display:flex;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        scroll-snap-type:x mandatory;
        gap:16px;
        padding:0 2px 10px;
    }
    .tech-store-product-rail::-webkit-scrollbar{display:none}
    .tech-store-product{
        flex:0 0 min(78vw,520px);
        min-height:600px;
        scroll-snap-align:start;
    }
    .tech-store-role-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .tech-store-gallery__card{
        grid-template-columns:1fr;
    }
    .tech-store-gallery__images img{
        height:340px;
        min-height:300px;
    }
}
@media (max-width:720px){
    .tech-store-hero{
        padding:96px 20px 28px;
    }
    .tech-store-hero__copy h1{
        font-size:clamp(42px,13.2vw,62px);
        line-height:1.05;
        letter-spacing:-.035em;
    }
    .tech-store-hero__copy p:not(.tech-store-eyebrow){
        margin-top:20px;
        font-size:14px;
        line-height:1.86;
    }
    .tech-store-hero__support{
        font-size:12.5px;
    }
    .tech-store-category{
        width:100%;
        padding:2px 0 38px;
    }
    .tech-store-category__rail{
        padding:8px 20px 12px;
        gap:20px;
    }
    .tech-store-category__item{
        min-width:88px;
        font-size:11px;
    }
    .tech-store-category__icon{
        width:68px;
        height:68px;
        border-radius:22px;
    }
    .tech-store-section{
        width:100%;
        padding:42px 0;
    }
    .tech-store-section__head{
        width:calc(100% - 40px);
        margin:0 auto 18px;
        display:block;
    }
    .tech-store-section__head h2{
        font-size:clamp(34px,10.5vw,48px);
    }
    .tech-store-product-rail{
        padding:0 20px 8px;
        gap:14px;
    }
    .tech-store-product{
        flex-basis:86vw;
        min-height:560px;
        border-radius:30px;
    }
    .tech-store-product__copy{
        padding:26px 22px 0;
    }
    .tech-store-product__name{
        margin-top:14px;
        font-size:11px;
    }
    .tech-store-product__title{
        font-size:clamp(30px,9.2vw,42px);
    }
    .tech-store-product__text{
        font-size:12.8px;
        line-height:1.78;
        display:-webkit-box;
        -webkit-line-clamp:4;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
    .tech-store-product__media img,
    .tech-store-product--sound-system .tech-store-product__media img,
    .tech-store-product--safety-system .tech-store-product__media img{
        height:270px;
    }
    .tech-store-role-grid{
        display:flex;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        scroll-snap-type:x mandatory;
        padding:0 20px 8px;
        gap:14px;
    }
    .tech-store-role-grid::-webkit-scrollbar{display:none}
    .tech-store-role-grid article{
        flex:0 0 78vw;
        min-height:210px;
        scroll-snap-align:start;
    }
    .tech-store-gallery{
        width:calc(100% - 40px);
        padding-bottom:56px;
    }
    .tech-store-gallery__card{
        min-height:0;
        padding:24px 20px 20px;
        border-radius:30px;
    }
    .tech-store-gallery__copy h2{
        font-size:clamp(32px,10vw,46px);
    }
    .tech-store-gallery__copy p:not(.tech-store-eyebrow){
        font-size:12.8px;
        line-height:1.82;
    }
    .tech-store-gallery__images{
        grid-template-columns:1fr;
    }
    .tech-store-gallery__images img{
        height:230px;
        min-height:230px;
        border-radius:24px;
        transform:none!important;
    }
    .tech-store-page .closing-cta{
        margin-top:0;
    }
}
@media (max-width:390px){
    .tech-store-product{
        flex-basis:88vw;
    }
    .tech-store-product__media img,
    .tech-store-product--sound-system .tech-store-product__media img,
    .tech-store-product--safety-system .tech-store-product__media img{
        height:242px;
    }
}
@media (prefers-reduced-motion:reduce){
    .tech-store-page *,
    .tech-apd .tech-apd-button{
        transition:none!important;
        animation:none!important;
        scroll-behavior:auto!important;
    }
}

/* ========================================================================== */
/* SMAIS Technology redesign v3: Apple-like dark store + premium detail pages  */
/* ========================================================================== */
.tech-store-v3,
.tech-product-v3{
    --tech-v3-bg:#050403;
    --tech-v3-panel:#11100f;
    --tech-v3-panel-2:#171411;
    --tech-v3-line:rgba(255,255,255,.105);
    --tech-v3-muted:rgba(245,240,230,.66);
    --tech-v3-soft:rgba(245,240,230,.86);
    background:
        radial-gradient(circle at 50% -12%,rgba(201,168,76,.12),transparent 34%),
        radial-gradient(circle at 90% 22%,rgba(255,255,255,.045),transparent 26%),
        linear-gradient(180deg,#050403 0%,#080604 42%,#100b06 100%);
    color:var(--ivory);
    min-height:100vh;
    overflow:hidden;
}

.tech-store-v3 a,
.tech-product-v3 a{
    text-decoration:none;
}

.tech-v3-eyebrow{
    margin:0 0 14px;
    color:var(--gold-2);
    font-family:var(--serif);
    font-size:12px;
    line-height:1.2;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.tech-v3-hero{
    width:min(100%,calc(var(--max) + 84px));
    margin:0 auto;
    padding:clamp(72px,10vw,142px) var(--side) clamp(36px,7vw,84px);
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(280px,.68fr);
    align-items:center;
    gap:clamp(34px,6vw,82px);
}

.tech-v3-hero__copy h1{
    max-width:900px;
    margin:0;
    font-family:var(--serif);
    font-size:clamp(52px,8.1vw,118px);
    line-height:.98;
    letter-spacing:-.07em;
    color:#fff;
}

.tech-v3-hero__lead{
    max-width:760px;
    margin:clamp(22px,3vw,34px) 0 0;
    color:var(--tech-v3-soft);
    font-size:clamp(17px,2.1vw,27px);
    line-height:1.72;
    letter-spacing:.015em;
}

.tech-v3-hero__visual{
    margin:0;
    position:relative;
    min-height:clamp(420px,58vw,720px);
    display:grid;
    place-items:center;
}

.tech-v3-hero__visual::before{
    content:"";
    position:absolute;
    width:min(72vw,560px);
    aspect-ratio:1;
    border-radius:50%;
    background:radial-gradient(circle,rgba(201,168,76,.19),rgba(201,168,76,.055) 38%,transparent 68%);
    filter:blur(2px);
}

.tech-v3-device{
    position:relative;
    width:min(100%,360px);
    max-height:min(74vh,720px);
    aspect-ratio:430/932;
    display:block;
    border-radius:42px;
    padding:7px;
    background:linear-gradient(160deg,rgba(255,255,255,.38),rgba(201,168,76,.26) 35%,rgba(255,255,255,.08));
    box-shadow:
        0 42px 120px rgba(0,0,0,.58),
        0 0 64px rgba(201,168,76,.16);
    transform:rotate(2deg);
}

.tech-v3-device img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:36px;
    display:block;
}

.tech-v3-section{
    width:min(100%,calc(var(--max) + 84px));
    margin:0 auto;
    padding:clamp(48px,8vw,108px) var(--side);
}

.tech-v3-section__head{
    max-width:760px;
    margin:0 0 clamp(24px,4vw,44px);
}

.tech-v3-section__head h2{
    margin:0;
    color:#fff;
    font-family:var(--serif);
    font-size:clamp(34px,5.2vw,74px);
    line-height:1.04;
    letter-spacing:-.055em;
}

.tech-v3-section__head p:not(.tech-v3-eyebrow){
    max-width:680px;
    margin:16px 0 0;
    color:var(--tech-v3-muted);
    font-size:clamp(14px,1.5vw,17px);
    line-height:1.85;
}

.tech-v3-card-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:clamp(16px,2.2vw,28px);
}

.tech-v3-system-card{
    position:relative;
    min-height:clamp(520px,50vw,690px);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow:hidden;
    border-radius:34px;
    background:
        radial-gradient(circle at 80% 20%,rgba(255,255,255,.075),transparent 38%),
        linear-gradient(180deg,var(--tech-v3-panel-2),#0b0907 100%);
    border:1px solid var(--tech-v3-line);
    box-shadow:0 28px 90px rgba(0,0,0,.34);
    isolation:isolate;
    transform:translateZ(0);
    transition:transform .44s cubic-bezier(.22,.61,.36,1), border-color .32s ease, box-shadow .32s ease, background .32s ease;
}

.tech-v3-system-card::after{
    content:"";
    position:absolute;
    inset:auto -18% -28% -18%;
    height:48%;
    background:radial-gradient(ellipse at center,rgba(201,168,76,.14),transparent 66%);
    pointer-events:none;
    z-index:-1;
}

.tech-v3-system-card__body{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding:clamp(28px,4vw,50px);
}

.tech-v3-system-card__meta{
    color:var(--gold-2);
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
    margin-bottom:18px;
}

.tech-v3-system-card__title{
    display:block;
    color:#fff;
    font-family:var(--serif);
    font-size:clamp(28px,4vw,56px);
    line-height:1.06;
    letter-spacing:-.045em;
}

.tech-v3-system-card__text{
    display:block;
    max-width:510px;
    margin-top:18px;
    color:var(--tech-v3-muted);
    font-size:clamp(13px,1.2vw,15.5px);
    line-height:1.85;
}

.tech-v3-system-card__link,
.tech-v3-text-link{
    display:inline-flex;
    align-items:center;
    gap:.35em;
    margin-top:22px;
    color:#8ec5ff;
    font-size:15px;
    line-height:1.2;
    letter-spacing:.01em;
    transition:color .2s ease, gap .2s ease;
}

.tech-v3-system-card__link span,
.tech-v3-text-link span{
    font-size:1.2em;
    line-height:1;
}

.tech-v3-system-card__media{
    position:relative;
    z-index:1;
    flex:1;
    min-height:250px;
    display:grid;
    place-items:end center;
    padding:0 clamp(20px,3vw,44px) clamp(18px,3vw,42px);
}

.tech-v3-system-card__media img{
    width:100%;
    max-width:580px;
    height:clamp(240px,28vw,390px);
    object-fit:cover;
    object-position:center;
    display:block;
    border-radius:26px;
    box-shadow:0 28px 80px rgba(0,0,0,.34);
}

.tech-v3-system-card--cast-app .tech-v3-system-card__media img{
    width:min(72%,290px);
    height:auto;
    aspect-ratio:430/932;
    object-fit:cover;
    border-radius:32px;
}

.tech-v3-system-card--sound-system .tech-v3-system-card__media img,
.tech-v3-system-card--safety-system .tech-v3-system-card__media img{
    height:clamp(270px,31vw,430px);
}

.tech-v3-system-card--ride-system .tech-v3-system-card__media img{
    object-position:center 38%;
}

@media (hover:hover) and (pointer:fine){
    .tech-v3-system-card:hover{
        transform:translateY(-8px) scale(1.006);
        border-color:rgba(255,255,255,.18);
        box-shadow:0 38px 108px rgba(0,0,0,.46);
    }
    .tech-v3-system-card:hover .tech-v3-system-card__link,
    .tech-v3-text-link:hover{
        color:#b9ddff;
        gap:.55em;
    }
}

.tech-v3-showcase{
    display:grid;
    grid-template-columns:minmax(0,.86fr) minmax(260px,.64fr);
    align-items:center;
    gap:clamp(30px,6vw,84px);
    border-top:1px solid rgba(255,255,255,.08);
}

.tech-v3-showcase__copy h2,
.tech-v3-photo-pair h2{
    margin:0;
    color:#fff;
    font-family:var(--serif);
    font-size:clamp(34px,5vw,74px);
    line-height:1.04;
    letter-spacing:-.055em;
}

.tech-v3-showcase__copy p:not(.tech-v3-eyebrow){
    max-width:620px;
    margin:18px 0 0;
    color:var(--tech-v3-muted);
    font-size:clamp(14px,1.45vw,17px);
    line-height:1.9;
}

.tech-v3-showcase__image{
    margin:0;
    display:grid;
    place-items:center;
}

.tech-v3-showcase__image img{
    width:min(100%,320px);
    aspect-ratio:430/932;
    object-fit:cover;
    border-radius:38px;
    box-shadow:0 34px 90px rgba(0,0,0,.46),0 0 48px rgba(201,168,76,.12);
}

.tech-v3-photo-pair{
    border-top:1px solid rgba(255,255,255,.08);
}

.tech-v3-photo-pair__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:clamp(16px,2.2vw,28px);
}

.tech-v3-photo-card{
    position:relative;
    min-height:clamp(420px,40vw,590px);
    overflow:hidden;
    border-radius:34px;
    background:#111;
    border:1px solid rgba(255,255,255,.095);
    box-shadow:0 28px 90px rgba(0,0,0,.34);
    transition:transform .36s ease, border-color .28s ease;
}

.tech-v3-photo-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transform:scale(1.01);
    transition:transform .6s cubic-bezier(.22,.61,.36,1), filter .4s ease;
}

.tech-v3-photo-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.08) 44%,rgba(0,0,0,.64));
}

.tech-v3-photo-card span{
    position:absolute;
    left:clamp(22px,3vw,36px);
    right:clamp(22px,3vw,36px);
    bottom:clamp(22px,3vw,34px);
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    color:#fff;
    font-family:var(--serif);
    font-size:clamp(22px,3vw,38px);
    line-height:1.1;
    letter-spacing:-.035em;
}

.tech-v3-photo-card b{
    color:#8ec5ff;
    font-family:inherit;
    font-weight:400;
}

@media (hover:hover) and (pointer:fine){
    .tech-v3-photo-card:hover{
        transform:translateY(-7px);
        border-color:rgba(255,255,255,.18);
    }
    .tech-v3-photo-card:hover img{
        transform:scale(1.045);
        filter:saturate(1.05) contrast(1.03);
    }
}

/* Detail pages */
.tech-product-v3-nav{
    width:min(100%,calc(var(--max) + 84px));
    margin:0 auto;
    padding:20px var(--side) 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    color:rgba(255,255,255,.72);
}

.tech-product-v3-nav a{
    color:rgba(255,255,255,.66);
    font-size:13px;
    line-height:1;
    white-space:nowrap;
    transition:color .2s ease;
}

.tech-product-v3-nav a:hover,
.tech-product-v3-nav a[aria-current="page"]{
    color:#fff;
}

.tech-product-v3-nav__rail{
    display:flex;
    align-items:center;
    gap:18px;
    overflow-x:auto;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
}

.tech-product-v3-nav__rail::-webkit-scrollbar{display:none;}

.tech-product-v3-hero{
    width:min(100%,calc(var(--max) + 84px));
    margin:0 auto;
    padding:clamp(54px,8vw,118px) var(--side) clamp(42px,7vw,96px);
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(300px,.74fr);
    align-items:center;
    gap:clamp(34px,6vw,88px);
}

.tech-product-v3-hero__copy h1{
    max-width:880px;
    margin:0;
    color:#fff;
    font-family:var(--serif);
    font-size:clamp(50px,7.6vw,108px);
    line-height:.98;
    letter-spacing:-.07em;
}

.tech-product-v3-hero__copy p:not(.tech-v3-eyebrow){
    max-width:760px;
    margin:clamp(20px,2.4vw,30px) 0 0;
    color:var(--tech-v3-soft);
    font-size:clamp(16px,1.9vw,23px);
    line-height:1.82;
}

.tech-product-v3-hero__visual{
    margin:0;
    position:relative;
}

.tech-product-v3-hero__visual::before{
    content:"";
    position:absolute;
    inset:10% -10% -8% -10%;
    z-index:0;
    background:radial-gradient(circle,rgba(201,168,76,.16),transparent 64%);
    filter:blur(12px);
}

.tech-product-v3-hero__visual img{
    position:relative;
    z-index:1;
    width:100%;
    max-height:min(72vh,720px);
    object-fit:cover;
    border-radius:38px;
    box-shadow:0 38px 108px rgba(0,0,0,.48);
}

.tech-product-v3--cast-app .tech-product-v3-hero__visual{
    display:grid;
    place-items:center;
}

.tech-product-v3--cast-app .tech-product-v3-hero__visual img{
    width:min(100%,340px);
    aspect-ratio:430/932;
    border-radius:42px;
}

.tech-product-v3--sound-system .tech-product-v3-hero__visual img,
.tech-product-v3--safety-system .tech-product-v3-hero__visual img{
    aspect-ratio:4/5;
}

.tech-product-v3-stats{
    width:min(100%,calc(var(--max) + 84px));
    margin:0 auto;
    padding:0 var(--side) clamp(48px,7vw,94px);
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    border-top:1px solid rgba(255,255,255,.09);
    border-bottom:1px solid rgba(255,255,255,.09);
}

.tech-product-v3-stats article{
    padding:clamp(22px,3vw,36px) clamp(16px,2.2vw,30px);
    border-left:1px solid rgba(255,255,255,.08);
}

.tech-product-v3-stats article:first-child{border-left:0;}

.tech-product-v3-stats strong{
    display:block;
    color:#fff;
    font-family:var(--serif);
    font-size:clamp(28px,4vw,54px);
    line-height:1;
    letter-spacing:-.045em;
    font-variant-numeric:tabular-nums;
}

.tech-product-v3-stats span{
    display:block;
    margin-top:10px;
    color:var(--tech-v3-muted);
    font-size:13px;
    line-height:1.5;
}

.tech-product-v3-section{
    width:min(100%,calc(var(--max) + 84px));
    margin:0 auto;
    padding:clamp(58px,8vw,116px) var(--side);
}

.tech-product-v3-section__head{
    max-width:760px;
    margin-bottom:clamp(24px,4vw,44px);
}

.tech-product-v3-section__head h2,
.tech-product-v3-use__copy h2{
    margin:0;
    color:#fff;
    font-family:var(--serif);
    font-size:clamp(34px,5vw,76px);
    line-height:1.04;
    letter-spacing:-.055em;
}

.tech-product-v3-experience__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.09);
    border-radius:30px;
    overflow:hidden;
}

.tech-product-v3-experience__item{
    min-height:178px;
    padding:clamp(24px,3.6vw,44px);
    background:rgba(15,13,11,.96);
}

.tech-product-v3-experience__item span{
    display:block;
    color:var(--gold-2);
    font-size:12px;
    letter-spacing:.16em;
    margin-bottom:18px;
}

.tech-product-v3-experience__item p{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:clamp(14px,1.25vw,16px);
    line-height:1.9;
}

.tech-product-v3-use{
    display:grid;
    grid-template-columns:minmax(280px,.72fr) minmax(0,1fr);
    align-items:center;
    gap:clamp(30px,6vw,84px);
    border-top:1px solid rgba(255,255,255,.08);
}

.tech-product-v3-use__media img{
    width:100%;
    max-height:720px;
    object-fit:cover;
    border-radius:36px;
    box-shadow:0 28px 92px rgba(0,0,0,.36);
}

.tech-product-v3--cast-app .tech-product-v3-use__media{
    display:grid;
    place-items:center;
}

.tech-product-v3--cast-app .tech-product-v3-use__media img{
    width:min(100%,300px);
    aspect-ratio:430/932;
    border-radius:38px;
}

.tech-product-v3-use__list{
    margin-top:clamp(24px,3.4vw,40px);
    display:grid;
    gap:0;
    border-top:1px solid rgba(255,255,255,.10);
}

.tech-product-v3-use__list article{
    padding:22px 0;
    border-bottom:1px solid rgba(255,255,255,.10);
}

.tech-product-v3-use__list h3{
    margin:0 0 8px;
    color:#fff;
    font-size:clamp(17px,1.6vw,22px);
    line-height:1.35;
    letter-spacing:-.015em;
}

.tech-product-v3-use__list p{
    margin:0;
    color:var(--tech-v3-muted);
    font-size:14px;
    line-height:1.86;
}

.tech-product-v3-mechanism{
    border-top:1px solid rgba(255,255,255,.08);
}

.tech-product-v3-mechanism__list{
    border-top:1px solid rgba(255,255,255,.11);
}

.tech-product-v3-mechanism__item{
    border-bottom:1px solid rgba(255,255,255,.11);
}

.tech-product-v3-mechanism__item summary{
    list-style:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:18px;
    padding:24px 0;
    color:#fff;
    font-size:clamp(17px,1.7vw,23px);
    line-height:1.3;
}

.tech-product-v3-mechanism__item summary::-webkit-details-marker{display:none;}

.tech-product-v3-mechanism__item summary span{
    color:var(--gold-2);
    font-size:12px;
    letter-spacing:.16em;
    min-width:34px;
}

.tech-product-v3-mechanism__item p{
    margin:0;
    max-width:960px;
    padding:0 0 28px 52px;
    color:var(--tech-v3-muted);
    font-size:14px;
    line-height:1.94;
}

.tech-product-v3-next{
    width:min(100%,calc(var(--max) + 84px));
    margin:0 auto;
    padding:clamp(36px,6vw,86px) var(--side) clamp(72px,10vw,132px);
}

.tech-product-v3-next__card{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(220px,.44fr);
    align-items:center;
    gap:clamp(24px,4vw,64px);
    min-height:300px;
    overflow:hidden;
    border-radius:36px;
    border:1px solid rgba(255,255,255,.10);
    background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
    transition:transform .32s ease, border-color .28s ease, background .28s ease;
}

.tech-product-v3-next__copy{
    padding:clamp(28px,4.4vw,54px);
}

.tech-product-v3-next__copy > span:not(.tech-v3-eyebrow){
    display:block;
    color:#fff;
    font-family:var(--serif);
    font-size:clamp(28px,4vw,56px);
    line-height:1.05;
    letter-spacing:-.05em;
}

.tech-product-v3-next__copy small{
    display:inline-flex;
    align-items:center;
    gap:.35em;
    margin-top:18px;
    color:#8ec5ff;
    font-size:15px;
}

.tech-product-v3-next__media{
    height:100%;
    min-height:300px;
}

.tech-product-v3-next__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

@media (hover:hover) and (pointer:fine){
    .tech-product-v3-next__card:hover{
        transform:translateY(-7px);
        border-color:rgba(255,255,255,.18);
        background:linear-gradient(135deg,rgba(255,255,255,.078),rgba(255,255,255,.03));
    }
}

@media (max-width:960px){
    .tech-v3-hero,
    .tech-v3-showcase,
    .tech-product-v3-hero,
    .tech-product-v3-use{
        grid-template-columns:1fr;
    }
    .tech-v3-hero{
        padding-top:64px;
    }
    .tech-v3-hero__visual{
        min-height:0;
    }
    .tech-v3-device{
        width:min(76vw,330px);
        transform:none;
    }
    .tech-v3-card-grid,
    .tech-v3-photo-pair__grid,
    .tech-product-v3-experience__grid{
        grid-template-columns:1fr;
    }
    .tech-product-v3-use__media{
        order:2;
    }
    .tech-product-v3-use__copy{
        order:1;
    }
}

@media (max-width:720px){
    .tech-store-v3,
    .tech-product-v3{
        background:
            radial-gradient(circle at 50% -4%,rgba(201,168,76,.13),transparent 34%),
            linear-gradient(180deg,#050403 0%,#080604 48%,#100b06 100%);
    }

    .tech-v3-hero,
    .tech-v3-section,
    .tech-product-v3-hero,
    .tech-product-v3-section,
    .tech-product-v3-next{
        padding-left:18px;
        padding-right:18px;
    }

    .tech-v3-hero{
        padding-top:50px;
        padding-bottom:38px;
        gap:30px;
    }

    .tech-v3-hero__copy h1,
    .tech-product-v3-hero__copy h1{
        font-size:clamp(45px,13vw,64px);
        line-height:1.01;
        letter-spacing:-.06em;
    }

    .tech-v3-hero__lead,
    .tech-product-v3-hero__copy p:not(.tech-v3-eyebrow){
        font-size:17px;
        line-height:1.78;
    }

    .tech-v3-section__head h2,
    .tech-v3-showcase__copy h2,
    .tech-v3-photo-pair h2,
    .tech-product-v3-section__head h2,
    .tech-product-v3-use__copy h2{
        font-size:clamp(33px,10vw,48px);
        letter-spacing:-.05em;
    }

    .tech-v3-card-grid{
        display:flex;
        gap:14px;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        margin-left:-18px;
        margin-right:-18px;
        padding:0 18px 14px;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    .tech-v3-card-grid::-webkit-scrollbar{display:none;}

    .tech-v3-system-card{
        flex:0 0 min(86vw,380px);
        min-height:560px;
        border-radius:30px;
        scroll-snap-align:start;
    }

    .tech-v3-system-card__body{
        padding:28px 24px;
    }

    .tech-v3-system-card__title{
        font-size:34px;
    }

    .tech-v3-system-card__media{
        padding:0 20px 22px;
    }

    .tech-v3-system-card__media img{
        height:260px;
        border-radius:24px;
    }

    .tech-v3-system-card--cast-app .tech-v3-system-card__media img{
        width:210px;
    }

    .tech-v3-showcase__image img{
        width:min(78vw,280px);
    }

    .tech-v3-photo-card{
        min-height:390px;
        border-radius:30px;
    }

    .tech-product-v3-nav{
        padding:16px 18px 0;
        align-items:flex-start;
        flex-direction:column;
        gap:14px;
    }

    .tech-product-v3-nav__rail{
        width:100%;
        gap:16px;
        padding-bottom:8px;
    }

    .tech-product-v3-hero{
        padding-top:46px;
        padding-bottom:44px;
    }

    .tech-product-v3-hero__visual img{
        border-radius:30px;
        max-height:560px;
    }

    .tech-product-v3--cast-app .tech-product-v3-hero__visual img{
        width:min(78vw,290px);
        border-radius:36px;
    }

    .tech-product-v3-stats{
        grid-template-columns:1fr;
        padding-left:18px;
        padding-right:18px;
    }

    .tech-product-v3-stats article{
        border-left:0;
        border-top:1px solid rgba(255,255,255,.08);
        padding:22px 0;
    }

    .tech-product-v3-stats article:first-child{
        border-top:0;
    }

    .tech-product-v3-experience__grid{
        border-radius:26px;
    }

    .tech-product-v3-experience__item{
        min-height:0;
        padding:24px;
    }

    .tech-product-v3-use__media img{
        border-radius:28px;
        max-height:520px;
    }

    .tech-product-v3--cast-app .tech-product-v3-use__media img{
        width:min(78vw,270px);
        border-radius:34px;
    }

    .tech-product-v3-mechanism__item summary{
        padding:22px 0;
        font-size:17px;
    }

    .tech-product-v3-mechanism__item p{
        padding-left:0;
    }

    .tech-product-v3-next__card{
        grid-template-columns:1fr;
        min-height:0;
        border-radius:30px;
    }

    .tech-product-v3-next__media{
        min-height:220px;
        order:-1;
    }
}

@media (max-width:390px){
    .tech-v3-hero__copy h1,
    .tech-product-v3-hero__copy h1{
        font-size:42px;
    }
    .tech-v3-system-card{
        flex-basis:88vw;
    }
}

@media (prefers-reduced-motion:reduce){
    .tech-v3-system-card,
    .tech-v3-photo-card,
    .tech-v3-photo-card img,
    .tech-product-v3-next__card,
    .tech-v3-system-card__link,
    .tech-v3-text-link{
        transition:none !important;
    }
}


/* SMAIS Technology list mobile/tablet scroll phone hero. v=20260622-phone-scroll */
.tech-v3-hero--phone-scroll{
    --tech-phone-progress:0;
    --tech-phone-scale:1;
    --tech-phone-y:0px;
}

@media (min-width:721px) and (max-width:1180px){
    .tech-v3-hero--phone-scroll{
        grid-template-columns:minmax(0,.92fr) minmax(260px,.62fr);
        gap:clamp(26px,4vw,58px);
    }

    .tech-v3-hero--phone-scroll .tech-v3-device{
        width:min(31vw,320px);
    }
}

@media (max-width:1024px){
    .tech-v3-hero--phone-scroll{
        position:relative;
        display:block;
        width:100%;
        min-height:152svh;
        margin:0;
        padding:0;
        overflow:clip;
        background:
            radial-gradient(circle at 50% 12%,rgba(201,168,76,.11),transparent 36%),
            linear-gradient(180deg,#050403 0%,#050403 52%,#0b0705 100%);
    }

    .tech-v3-hero--phone-scroll::before{
        content:"";
        position:absolute;
        inset:0;
        pointer-events:none;
        background:
            linear-gradient(180deg,rgba(5,4,3,.08),rgba(5,4,3,.64) 82%,#050403 100%),
            radial-gradient(circle at 50% 76%,rgba(201,168,76,.18),transparent 34%);
        opacity:calc(.78 - (var(--tech-phone-progress,0) * .22));
    }

    .tech-v3-hero--phone-scroll .tech-v3-hero__copy{
        position:relative;
        z-index:3;
        min-height:52svh;
        padding:clamp(54px,11svh,94px) max(18px,var(--side)) 24px;
        display:flex;
        flex-direction:column;
        justify-content:center;
        transform:translate3d(0,calc(var(--tech-phone-progress,0) * -28px),0);
        opacity:calc(1 - (var(--tech-phone-progress,0) * .12));
        will-change:transform,opacity;
    }

    .tech-v3-hero--phone-scroll .tech-v3-hero__copy h1{
        max-width:8.4em;
        font-size:clamp(48px,12.4vw,86px);
        line-height:.98;
        letter-spacing:-.068em;
    }

    .tech-v3-hero--phone-scroll .tech-v3-hero__lead{
        max-width:34em;
        margin-top:20px;
        font-size:clamp(16px,3.7vw,22px);
        line-height:1.78;
        color:rgba(255,250,240,.82);
    }

    .tech-v3-hero__visual--phone-scroll{
        position:sticky;
        bottom:0;
        z-index:2;
        min-height:68svh;
        margin:0;
        display:grid;
        place-items:end center;
        overflow:hidden;
        pointer-events:none;
        contain:layout paint;
    }

    .tech-v3-hero__visual--phone-scroll::before{
        width:min(110vw,760px);
        opacity:.95;
        transform:translateY(18%);
        background:radial-gradient(circle,rgba(201,168,76,.22),rgba(201,168,76,.07) 36%,transparent 68%);
    }

    .tech-v3-hero__visual--phone-scroll::after{
        content:"";
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        height:34%;
        z-index:4;
        pointer-events:none;
        background:linear-gradient(180deg,transparent,rgba(5,4,3,.34) 58%,#050403 100%);
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(72vw,390px);
        max-height:none;
        margin-bottom:-2svh;
        border-radius:clamp(34px,7vw,54px);
        padding:clamp(5px,1.5vw,8px);
        transform:
            translate3d(0,var(--tech-phone-y,18svh),0)
            scale(var(--tech-phone-scale,1.55));
        transform-origin:center bottom;
        box-shadow:
            0 40px 118px rgba(0,0,0,.72),
            0 0 80px rgba(201,168,76,.18),
            inset 0 1px 0 rgba(255,255,255,.20);
        will-change:transform;
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device img{
        border-radius:calc(clamp(34px,7vw,54px) - 7px);
    }

    .tech-v3-lineup{
        position:relative;
        z-index:5;
        padding-top:clamp(44px,9vw,76px);
        background:linear-gradient(180deg,#050403 0%,#080604 100%);
    }
}

@media (max-width:720px){
    .tech-v3-hero--phone-scroll{
        min-height:158svh;
    }

    .tech-v3-hero--phone-scroll .tech-v3-hero__copy{
        min-height:55svh;
        padding-left:20px;
        padding-right:20px;
    }

    .tech-v3-hero--phone-scroll .tech-v3-eyebrow{
        margin-bottom:12px;
        font-size:11px;
        letter-spacing:.16em;
    }

    .tech-v3-hero--phone-scroll .tech-v3-hero__copy h1{
        font-size:clamp(46px,13vw,67px);
    }

    .tech-v3-hero--phone-scroll .tech-v3-hero__lead{
        font-size:16px;
        line-height:1.74;
    }

    .tech-v3-hero__visual--phone-scroll{
        min-height:70svh;
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(76vw,340px);
        margin-bottom:-4svh;
    }
}

@media (max-width:390px){
    .tech-v3-hero--phone-scroll .tech-v3-hero__copy h1{
        font-size:43px;
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(80vw,315px);
    }
}

@media (prefers-reduced-motion:reduce){
    .tech-v3-hero--phone-scroll .tech-v3-hero__copy,
    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        transform:none !important;
        transition:none !important;
    }
}


/* SMAIS Technology mobile phone hero top-alignment fix. v=20260622-phone-top-align */
@media (max-width:1024px){
    .tech-v3-hero--phone-scroll{
        --tech-phone-y:0svh;
        overflow:hidden;
    }

    .tech-v3-hero__visual--phone-scroll{
        top:0;
        bottom:auto;
        min-height:100svh;
        height:100svh;
        display:grid;
        place-items:start center;
        padding-top:clamp(16px,4.8svh,44px);
        overflow:hidden;
    }

    .tech-v3-hero__visual--phone-scroll::before{
        top:0;
        bottom:auto;
        transform:translateY(-18%);
    }

    .tech-v3-hero__visual--phone-scroll::after{
        top:0;
        bottom:auto;
        height:42%;
        background:linear-gradient(180deg,rgba(5,4,3,.52),rgba(5,4,3,.12) 48%,transparent 100%);
        opacity:.82;
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        margin:0;
        transform:scale(var(--tech-phone-scale,1.56));
        transform-origin:center top;
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device img{
        object-position:center top;
    }
}

@media (max-width:720px){
    .tech-v3-hero__visual--phone-scroll{
        padding-top:calc(env(safe-area-inset-top,0px) + clamp(12px,3.8svh,34px));
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(78vw,342px);
    }
}

@media (max-width:390px){
    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(82vw,318px);
    }
}


/* SMAIS Technology mobile/tablet phone half-reveal. v=20260622-phone-half-reveal */
@media (max-width:1024px){
    .tech-v3-hero--phone-scroll{
        min-height:154svh;
        overflow:hidden;
    }

    .tech-v3-hero--phone-scroll .tech-v3-hero__copy{
        min-height:42svh;
        padding-top:calc(env(safe-area-inset-top,0px) + clamp(42px,8svh,82px));
        padding-bottom:10px;
        justify-content:center;
    }

    .tech-v3-hero__visual--phone-scroll{
        position:sticky;
        top:0;
        bottom:auto;
        height:100svh;
        min-height:100svh;
        padding-top:0;
        display:grid;
        place-items:start center;
        overflow:hidden;
        pointer-events:none;
    }

    .tech-v3-hero__visual--phone-scroll::before{
        top:0;
        bottom:auto;
        transform:translateY(-24%);
        opacity:calc(.74 - (var(--tech-phone-progress,0) * .18));
    }

    .tech-v3-hero__visual--phone-scroll::after{
        top:auto;
        bottom:0;
        height:26svh;
        background:linear-gradient(180deg,transparent,rgba(5,4,3,.58) 68%,#050403 100%);
        opacity:calc(.9 - (var(--tech-phone-progress,0) * .45));
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(60vw,410px);
        max-height:none;
        margin:0;
        transform:
            translate3d(0,var(--tech-phone-y,0px),0)
            scale(var(--tech-phone-scale,1.18));
        transform-origin:center top;
        will-change:transform;
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device img{
        object-position:center top;
    }
}

@media (max-width:720px){
    .tech-v3-hero--phone-scroll{
        min-height:156svh;
    }

    .tech-v3-hero--phone-scroll .tech-v3-hero__copy{
        min-height:42svh;
        padding-top:calc(env(safe-area-inset-top,0px) + clamp(38px,7svh,64px));
        padding-left:20px;
        padding-right:20px;
    }

    .tech-v3-hero__visual--phone-scroll{
        padding-top:0;
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(82vw,352px);
        transform:
            translate3d(0,var(--tech-phone-y,0px),0)
            scale(var(--tech-phone-scale,1.24));
    }
}

@media (max-width:390px){
    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(84vw,318px);
    }
}


/* SMAIS Technology mobile/tablet phone scale correction. v=20260622-phone-scale-soft */
@media (max-width:1024px){
    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        transform:translate3d(0,var(--tech-phone-y,0px),0) scale(var(--tech-phone-scale,1.18));
    }
}

@media (max-width:720px){
    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(82vw,352px);
        transform:translate3d(0,var(--tech-phone-y,0px),0) scale(var(--tech-phone-scale,1.24));
    }
}

@media (max-width:390px){
    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(84vw,318px);
    }
}

/* SMAIS Technology mobile/tablet phone hero space collapse. v=20260622-phone-space-collapse */
@media (max-width:1024px){
    .tech-store-v3{
        --tech-hero-min-height:154svh;
        --tech-phone-visual-height:100svh;
        --tech-lineup-lift:0svh;
        --tech-lineup-pad-top:clamp(38px,8vw,72px);
        --tech-phone-bottom-fade-height:26svh;
    }

    .tech-v3-hero--phone-scroll{
        min-height:var(--tech-hero-min-height,154svh);
    }

    .tech-v3-hero__visual--phone-scroll{
        height:var(--tech-phone-visual-height,100svh);
        min-height:var(--tech-phone-visual-height,100svh);
    }

    .tech-v3-hero__visual--phone-scroll::after{
        height:var(--tech-phone-bottom-fade-height,26svh);
    }

    .tech-v3-lineup{
        margin-top:var(--tech-lineup-lift,0svh);
        padding-top:var(--tech-lineup-pad-top,clamp(38px,8vw,72px));
    }
}

@media (max-width:720px){
    .tech-store-v3{
        --tech-hero-min-height:156svh;
        --tech-lineup-pad-top:clamp(34px,8vw,62px);
    }

    .tech-v3-hero--phone-scroll{
        min-height:var(--tech-hero-min-height,156svh);
    }
}

@media (prefers-reduced-motion:reduce){
    .tech-store-v3{
        --tech-hero-min-height:auto;
        --tech-phone-visual-height:auto;
        --tech-lineup-lift:0svh;
    }
}


/* SMAIS Technology mobile/tablet phone bottom room correction. v=20260622-phone-bottom-room */
@media (max-width:1024px){
    .tech-store-v3{
        --tech-hero-min-height:154svh;
        --tech-phone-visual-height:100svh;
        --tech-lineup-lift:0svh;
        --tech-lineup-pad-top:clamp(38px,8vw,72px);
        --tech-phone-bottom-fade-height:26svh;
    }

    .tech-v3-hero--phone-scroll{
        min-height:var(--tech-hero-min-height,154svh);
    }

    .tech-v3-hero__visual--phone-scroll{
        height:var(--tech-phone-visual-height,100svh);
        min-height:var(--tech-phone-visual-height,100svh);
        padding-bottom:max(env(safe-area-inset-bottom,0px),10px);
        box-sizing:border-box;
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        transform:translate3d(0,var(--tech-phone-y,0px),0) scale(var(--tech-phone-scale,1.18));
    }

    .tech-v3-hero__visual--phone-scroll::after{
        height:var(--tech-phone-bottom-fade-height,26svh);
    }

    .tech-v3-lineup{
        margin-top:var(--tech-lineup-lift,0svh);
        padding-top:var(--tech-lineup-pad-top,clamp(38px,8vw,72px));
    }
}

@media (max-width:720px){
    .tech-store-v3{
        --tech-hero-min-height:156svh;
        --tech-lineup-pad-top:clamp(34px,8vw,62px);
    }

    .tech-v3-hero--phone-scroll{
        min-height:var(--tech-hero-min-height,156svh);
    }

    .tech-v3-hero__visual--phone-scroll{
        padding-bottom:max(env(safe-area-inset-bottom,0px),16px);
    }

    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        transform:translate3d(0,var(--tech-phone-y,0px),0) scale(var(--tech-phone-scale,1.24));
    }
}

@media (max-height:720px) and (max-width:720px){
    .tech-v3-hero__visual--phone-scroll .tech-v3-device{
        width:min(78vw,328px);
    }
}

/* Technology list card media final fix. v=20260622-cast-card-image-final
   Equalize all lineup card media areas. CAST APP keeps the same compact width and is clipped from the lower side without distortion. */
.tech-v3-card-grid{
    align-items:stretch;
}

.tech-v3-system-card{
    --tech-card-media-h:clamp(300px,31vw,420px);
    --tech-card-media-pad-x:clamp(20px,3vw,44px);
    --tech-card-media-pad-b:clamp(22px,3vw,42px);
    --tech-cast-card-phone-w:min(72%,290px);
}

.tech-v3-system-card__media{
    position:relative;
    flex:0 0 auto;
    height:calc(var(--tech-card-media-h) + var(--tech-card-media-pad-b));
    min-height:calc(var(--tech-card-media-h) + var(--tech-card-media-pad-b));
    display:grid;
    place-items:end center;
    padding:0 var(--tech-card-media-pad-x) var(--tech-card-media-pad-b);
    overflow:hidden;
    box-sizing:border-box;
}

.tech-v3-system-card:not(.tech-v3-system-card--cast-app) .tech-v3-system-card__media::before,
.tech-v3-system-card:not(.tech-v3-system-card--cast-app) .tech-v3-system-card__media::after{
    content:none!important;
    display:none!important;
}

.tech-v3-system-card:not(.tech-v3-system-card--cast-app) .tech-v3-system-card__media img{
    width:100%;
    max-width:580px;
    height:var(--tech-card-media-h)!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover;
    object-position:center;
    display:block;
    border-radius:26px;
    box-shadow:0 28px 80px rgba(0,0,0,.34);
    transform:none!important;
}

.tech-v3-system-card--ride-system .tech-v3-system-card__media img{
    object-position:center 38%;
}

.tech-v3-system-card--sound-system .tech-v3-system-card__media img{
    object-position:center 48%;
}

.tech-v3-system-card--safety-system .tech-v3-system-card__media img{
    object-position:center 46%;
}

.tech-v3-system-card--cast-app .tech-v3-system-card__media{
    place-items:start center;
    padding:clamp(8px,1.2vw,14px) var(--tech-card-media-pad-x) 0;
    overflow:hidden;
}

.tech-v3-system-card--cast-app .tech-v3-system-card__media::before{
    content:none!important;
    display:none!important;
}

.tech-v3-system-card--cast-app .tech-v3-system-card__media::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:var(--tech-cast-card-phone-w);
    max-width:290px;
    height:clamp(70px,9vw,122px);
    transform:translateX(-50%);
    border-radius:0 0 30px 30px;
    background:linear-gradient(180deg,rgba(11,9,7,0),rgba(11,9,7,.55) 48%,rgba(11,9,7,.98));
    pointer-events:none;
    z-index:4;
}

.tech-v3-system-card--cast-app .tech-v3-system-card__media img{
    position:relative;
    z-index:2;
    width:var(--tech-cast-card-phone-w)!important;
    max-width:290px!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center top!important;
    display:block;
    border-radius:30px;
    border:1px solid rgba(255,255,255,.16);
    background:#050403;
    box-shadow:
        0 24px 74px rgba(0,0,0,.46),
        0 0 28px rgba(201,168,76,.075),
        inset 0 1px 0 rgba(255,255,255,.12);
    filter:saturate(.98) brightness(.94) contrast(1.03);
    transform:none!important;
}

.tech-v3-system-card--cast-app .tech-v3-system-card__media img:hover,
.tech-v3-system-card--cast-app:hover .tech-v3-system-card__media img{
    transform:none!important;
}

@media (max-width:1024px){
    .tech-v3-system-card{
        --tech-card-media-h:clamp(280px,36vw,380px);
        --tech-cast-card-phone-w:min(70%,270px);
    }
}

@media (max-width:720px){
    .tech-v3-system-card{
        --tech-card-media-h:270px;
        --tech-card-media-pad-x:20px;
        --tech-card-media-pad-b:24px;
        --tech-cast-card-phone-w:min(66%,238px);
    }

    .tech-v3-system-card__media{
        height:calc(var(--tech-card-media-h) + var(--tech-card-media-pad-b));
        min-height:calc(var(--tech-card-media-h) + var(--tech-card-media-pad-b));
        padding:0 var(--tech-card-media-pad-x) var(--tech-card-media-pad-b);
    }

    .tech-v3-system-card:not(.tech-v3-system-card--cast-app) .tech-v3-system-card__media img{
        height:var(--tech-card-media-h)!important;
        border-radius:24px;
    }

    .tech-v3-system-card--cast-app .tech-v3-system-card__media{
        padding-top:8px;
        padding-bottom:0;
    }

    .tech-v3-system-card--cast-app .tech-v3-system-card__media img{
        border-radius:28px;
    }

    .tech-v3-system-card--cast-app .tech-v3-system-card__media::after{
        height:96px;
        border-radius:0 0 28px 28px;
    }
}

@media (max-width:390px){
    .tech-v3-system-card{
        --tech-card-media-h:252px;
        --tech-cast-card-phone-w:min(68%,224px);
    }

    .tech-v3-system-card--cast-app .tech-v3-system-card__media::after{
        height:88px;
    }
}


/* Technology lineup mobile spacing and slide cue. v=20260622-mobile-card-cue */
@media (max-width:720px){
    .tech-v3-lineup{
        position:relative;
        overflow:hidden;
    }

    .tech-v3-lineup .tech-v3-card-grid{
        margin-left:-18px!important;
        margin-right:-18px!important;
        padding-left:clamp(24px,6.6vw,30px)!important;
        padding-right:clamp(24px,6.6vw,30px)!important;
        padding-bottom:18px!important;
        scroll-padding-left:clamp(24px,6.6vw,30px);
        gap:14px;
    }

    .tech-v3-lineup::before{
        content:"";
        position:absolute;
        z-index:6;
        right:0;
        top:calc(50% + 34px);
        width:58px;
        height:min(430px,58vh);
        transform:translateY(-50%);
        background:linear-gradient(90deg,rgba(5,4,3,0),rgba(5,4,3,.68) 74%,rgba(5,4,3,.94));
        pointer-events:none;
    }

    .tech-v3-lineup::after{
        content:"›";
        position:absolute;
        z-index:7;
        right:12px;
        top:calc(50% + 34px);
        width:34px;
        height:34px;
        display:grid;
        place-items:center;
        transform:translateY(-50%);
        border:1px solid rgba(255,255,255,.18);
        border-radius:999px;
        background:rgba(255,255,255,.10);
        color:rgba(255,255,255,.92);
        font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
        font-size:27px;
        line-height:1;
        box-shadow:0 12px 34px rgba(0,0,0,.28);
        pointer-events:none;
        animation:techMobileSlideCue 1.6s ease-in-out infinite;
    }
}

@media (max-width:390px){
    .tech-v3-lineup .tech-v3-card-grid{
        padding-left:22px!important;
        padding-right:22px!important;
        scroll-padding-left:22px;
    }

    .tech-v3-lineup::after{
        right:9px;
        width:31px;
        height:31px;
        font-size:24px;
    }
}

@keyframes techMobileSlideCue{
    0%,100%{transform:translate(-2px,-50%);opacity:.66;}
    48%{transform:translate(4px,-50%);opacity:1;}
}

@media (prefers-reduced-motion:reduce){
    .tech-v3-lineup::after{
        animation:none!important;
    }
}


/* Technology lineup mobile card next button. v=20260622-mobile-card-click-next */
.tech-v3-card-slide-next{
    display:none;
}

@media (max-width:720px){
    .tech-v3-lineup{
        position:relative;
    }

    .tech-v3-lineup::before,
    .tech-v3-lineup::after{
        content:none!important;
        display:none!important;
        animation:none!important;
        background:none!important;
        box-shadow:none!important;
    }

    .tech-v3-card-slide-next{
        position:absolute;
        z-index:12;
        right:12px;
        top:calc(50% + 34px);
        width:36px;
        height:36px;
        display:grid;
        place-items:center;
        transform:translateY(-50%);
        border:1px solid rgba(255,255,255,.22);
        border-radius:999px;
        background:rgba(255,255,255,.12);
        color:rgba(255,255,255,.94);
        font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
        font-size:27px;
        line-height:1;
        box-shadow:0 12px 30px rgba(0,0,0,.20);
        cursor:pointer;
        -webkit-tap-highlight-color:transparent;
    }

    .tech-v3-card-slide-next span{
        display:block;
        transform:translateY(-1px);
    }

    .tech-v3-card-slide-next:active{
        transform:translateY(-50%) scale(.96);
        background:rgba(255,255,255,.18);
    }

    .tech-v3-card-slide-next.is-hidden{
        opacity:0;
        pointer-events:none;
    }
}

@media (max-width:390px){
    .tech-v3-card-slide-next{
        right:9px;
        width:33px;
        height:33px;
        font-size:24px;
    }
}


/* Technology lineup mobile two-way arrows. v=20260622-mobile-card-two-way-arrows */
.tech-v3-card-slide-arrow,
.tech-v3-card-slide-prev,
.tech-v3-card-slide-next{
    display:none;
}

@media (max-width:720px){
    .tech-v3-lineup{
        position:relative;
        overflow:hidden;
    }

    .tech-v3-lineup::before,
    .tech-v3-lineup::after{
        content:none!important;
        display:none!important;
        animation:none!important;
        background:none!important;
        box-shadow:none!important;
    }

    .tech-v3-card-slide-arrow,
    .tech-v3-card-slide-prev,
    .tech-v3-card-slide-next{
        position:absolute;
        z-index:14;
        top:calc(50% + 34px);
        width:38px;
        height:38px;
        min-width:38px;
        min-height:38px;
        padding:0;
        display:flex;
        align-items:center;
        justify-content:center;
        transform:translateY(-50%);
        border:1px solid rgba(255,255,255,.22);
        border-radius:50%;
        background:rgba(255,255,255,.13);
        color:rgba(255,255,255,.95);
        box-shadow:0 12px 30px rgba(0,0,0,.20);
        cursor:pointer;
        -webkit-tap-highlight-color:transparent;
        appearance:none;
        line-height:1;
        text-align:center;
        transition:opacity .18s ease, background .18s ease, transform .12s ease;
    }

    .tech-v3-card-slide-prev{
        left:12px;
        right:auto;
    }

    .tech-v3-card-slide-next{
        right:12px;
        left:auto;
    }

    .tech-v3-card-slide-arrow span,
    .tech-v3-card-slide-prev span,
    .tech-v3-card-slide-next span{
        width:100%;
        height:100%;
        display:flex;
        align-items:center;
        justify-content:center;
        padding:0 0 2px;
        margin:0;
        color:currentColor;
        font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
        font-size:27px;
        font-weight:400;
        line-height:1;
        transform:none!important;
        pointer-events:none;
    }

    .tech-v3-card-slide-arrow:active,
    .tech-v3-card-slide-prev:active,
    .tech-v3-card-slide-next:active{
        transform:translateY(-50%) scale(.96);
        background:rgba(255,255,255,.18);
    }

    .tech-v3-card-slide-arrow.is-hidden,
    .tech-v3-card-slide-prev.is-hidden,
    .tech-v3-card-slide-next.is-hidden{
        opacity:0;
        pointer-events:none;
    }
}

@media (max-width:390px){
    .tech-v3-card-slide-arrow,
    .tech-v3-card-slide-prev,
    .tech-v3-card-slide-next{
        width:34px;
        height:34px;
        min-width:34px;
        min-height:34px;
    }

    .tech-v3-card-slide-prev{
        left:9px;
    }

    .tech-v3-card-slide-next{
        right:9px;
    }

    .tech-v3-card-slide-arrow span,
    .tech-v3-card-slide-prev span,
    .tech-v3-card-slide-next span{
        font-size:24px;
        padding-bottom:2px;
    }
}

@media (prefers-reduced-motion:reduce){
    .tech-v3-card-slide-arrow,
    .tech-v3-card-slide-prev,
    .tech-v3-card-slide-next{
        transition:none!important;
    }
}


/* Technology lineup arrow center correction. v=20260622-arrow-center-final */
@media (max-width:720px){
    .tech-v3-card-slide-arrow,
    .tech-v3-card-slide-prev,
    .tech-v3-card-slide-next{
        box-sizing:border-box!important;
        display:grid!important;
        place-items:center!important;
        width:38px!important;
        height:38px!important;
        min-width:38px!important;
        min-height:38px!important;
        padding:0!important;
        border-radius:50%!important;
        line-height:0!important;
        font-size:0!important;
        text-indent:0!important;
        overflow:hidden!important;
    }

    .tech-v3-card-slide-arrow span,
    .tech-v3-card-slide-prev span,
    .tech-v3-card-slide-next span{
        display:none!important;
    }

    .tech-v3-card-slide-arrow::before,
    .tech-v3-card-slide-prev::before,
    .tech-v3-card-slide-next::before{
        content:""!important;
        position:absolute!important;
        inset:0!important;
        width:9px!important;
        height:9px!important;
        margin:auto!important;
        box-sizing:border-box!important;
        border:0 solid currentColor!important;
        border-right-width:1.8px!important;
        border-bottom-width:1.8px!important;
        transform-origin:center center!important;
        pointer-events:none!important;
    }

    .tech-v3-card-slide-prev::before{
        transform:rotate(135deg)!important;
    }

    .tech-v3-card-slide-next::before{
        transform:rotate(-45deg)!important;
    }
}

@media (max-width:390px){
    .tech-v3-card-slide-arrow,
    .tech-v3-card-slide-prev,
    .tech-v3-card-slide-next{
        width:34px!important;
        height:34px!important;
        min-width:34px!important;
        min-height:34px!important;
    }

    .tech-v3-card-slide-arrow::before,
    .tech-v3-card-slide-prev::before,
    .tech-v3-card-slide-next::before{
        width:8px!important;
        height:8px!important;
        border-right-width:1.7px!important;
        border-bottom-width:1.7px!important;
    }
}

/* Technology CAST APP card image overlay fix. v=20260622-cast-card-no-overlay-fade
   Remove the dark overlay from the CAST APP card image. Keep only a real transparency fade at the bottom. */
.tech-v3-system-card--cast-app .tech-v3-system-card__media::before,
.tech-v3-system-card--cast-app .tech-v3-system-card__media::after{
    content:none!important;
    display:none!important;
    background:none!important;
    box-shadow:none!important;
}

.tech-v3-system-card--cast-app .tech-v3-system-card__media{
    -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 66%,rgba(0,0,0,.82) 78%,rgba(0,0,0,.38) 90%,rgba(0,0,0,0) 100%);
    mask-image:linear-gradient(180deg,#000 0%,#000 66%,rgba(0,0,0,.82) 78%,rgba(0,0,0,.38) 90%,rgba(0,0,0,0) 100%);
    -webkit-mask-size:100% 100%;
    mask-size:100% 100%;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
}

.tech-v3-system-card--cast-app .tech-v3-system-card__media img{
    filter:saturate(1) brightness(1) contrast(1.02)!important;
}

@media (max-width:720px){
    .tech-v3-system-card--cast-app .tech-v3-system-card__media{
        -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 68%,rgba(0,0,0,.84) 80%,rgba(0,0,0,.40) 91%,rgba(0,0,0,0) 100%);
        mask-image:linear-gradient(180deg,#000 0%,#000 68%,rgba(0,0,0,.84) 80%,rgba(0,0,0,.40) 91%,rgba(0,0,0,0) 100%);
    }
}


/* Technology detail interaction polish. v=20260622-feature-accordion */
.tech-product-v3-stats[data-tech-simple-stats] article{
    opacity:.58;
    transform:translateY(12px);
    transition:opacity .42s ease, transform .42s ease;
}
.tech-product-v3-stats[data-tech-simple-stats] article.is-simple-visible{
    opacity:1;
    transform:translateY(0);
}
.tech-product-v3-stats .tech-product-v3-stat-value{
    display:block;
    color:#fff;
    font-family:var(--serif);
    font-size:clamp(28px,4vw,54px);
    line-height:1;
    letter-spacing:-.045em;
    font-variant-numeric:tabular-nums;
}
.tech-product-v3-use__list .tech-product-v3-feature{
    padding:0;
    border-bottom:1px solid rgba(255,255,255,.10);
}
.tech-product-v3-feature__button{
    width:100%;
    min-height:72px;
    padding:22px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    border:0;
    border-radius:0;
    background:transparent;
    color:#fff;
    cursor:pointer;
    text-align:left;
    appearance:none;
    -webkit-appearance:none;
}
.tech-product-v3-feature__button span{
    display:block;
    color:#fff;
    font-size:clamp(17px,1.6vw,22px);
    line-height:1.35;
    letter-spacing:-.015em;
}
.tech-product-v3-feature__button i{
    position:relative;
    width:28px;
    height:28px;
    flex:0 0 28px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.045);
}
.tech-product-v3-feature__button i::before,
.tech-product-v3-feature__button i::after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:10px;
    height:1.5px;
    border-radius:999px;
    background:rgba(255,255,255,.82);
    transform:translate(-50%,-50%);
    transition:transform .50s cubic-bezier(.22,.61,.36,1), opacity .30s ease;
}
.tech-product-v3-feature__button i::after{
    transform:translate(-50%,-50%) rotate(90deg);
}
.tech-product-v3-feature.is-open .tech-product-v3-feature__button i::after{
    opacity:0;
    transform:translate(-50%,-50%) rotate(0deg);
}
.tech-product-v3-feature__button:focus-visible{
    outline:2px solid rgba(142,197,255,.82);
    outline-offset:5px;
}
.tech-product-v3-feature__panel{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:max-height .50s cubic-bezier(.22,.61,.36,1), opacity .36s ease;
}
.tech-product-v3-feature__panel p{
    margin:0;
    padding:0 44px 24px 0;
    color:var(--tech-v3-muted);
    font-size:14px;
    line-height:1.86;
}
.tech-product-v3-feature.is-open .tech-product-v3-feature__panel{
    opacity:1;
}
.tech-product-v3-experience__media{
    margin:clamp(22px,3.2vw,38px) 0 0;
    overflow:hidden;
    border-radius:34px;
    border:1px solid rgba(255,255,255,.09);
    background:#050403;
}
.tech-product-v3-experience__media img{
    display:block;
    width:100%;
    height:min(54vw,620px);
    object-fit:cover;
    object-position:center;
}
.tech-product-v3-mechanism__layout{
    display:block;
}
.tech-product-v3-mechanism__layout--has-media{
    display:grid;
    grid-template-columns:minmax(280px,.66fr) minmax(0,1fr);
    align-items:start;
    gap:clamp(28px,5vw,72px);
}
.tech-product-v3-mechanism__media{
    margin:0;
    position:sticky;
    top:96px;
    overflow:hidden;
    border-radius:34px;
    border:1px solid rgba(255,255,255,.10);
    background:#050403;
    box-shadow:0 26px 80px rgba(0,0,0,.34);
}
.tech-product-v3-mechanism__media img{
    display:block;
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    object-position:center;
}
.tech-product-v3-next__card--cast-app .tech-product-v3-next__media{
    display:grid;
    place-items:start center;
    overflow:hidden;
    padding-top:24px;
    background:linear-gradient(180deg,rgba(10,8,6,.94),rgba(5,4,3,1));
}
.tech-product-v3-next__card--cast-app .tech-product-v3-next__media img{
    width:min(210px,54%);
    height:auto;
    aspect-ratio:430/932;
    object-fit:cover;
    object-position:top center;
    border-radius:34px;
    box-shadow:0 22px 64px rgba(0,0,0,.42);
}
@media (max-width:960px){
    .tech-product-v3-mechanism__layout--has-media{
        grid-template-columns:1fr;
    }
    .tech-product-v3-mechanism__media{
        position:relative;
        top:auto;
        order:2;
    }
}
@media (max-width:720px){
    .tech-product-v3-stats[data-tech-simple-stats] article{
        transform:translateY(8px);
    }
    .tech-product-v3-feature__button{
        min-height:66px;
        padding:20px 0;
    }
    .tech-product-v3-feature__button span{
        font-size:17px;
    }
    .tech-product-v3-feature__panel p{
        padding:0 36px 22px 0;
        font-size:13.5px;
        line-height:1.82;
    }
    .tech-product-v3-experience__media{
        border-radius:26px;
    }
    .tech-product-v3-experience__media img{
        height:min(68vw,380px);
    }
    .tech-product-v3-mechanism__media{
        border-radius:26px;
    }
    .tech-product-v3-mechanism__media img{
        aspect-ratio:16/11;
    }
    .tech-product-v3-next__card--cast-app .tech-product-v3-next__media{
        min-height:210px;
        padding-top:20px;
    }
    .tech-product-v3-next__card--cast-app .tech-product-v3-next__media img{
        width:min(185px,52%);
        border-radius:30px;
    }
}
@media (prefers-reduced-motion:reduce){
    .tech-product-v3-stats[data-tech-simple-stats] article,
    .tech-product-v3-feature__panel,
    .tech-product-v3-feature__button i::before,
    .tech-product-v3-feature__button i::after{
        transition:none !important;
    }
    .tech-product-v3-stats[data-tech-simple-stats] article{
        opacity:1;
        transform:none;
    }
}

/* Next CAST app card: show only the upper half of the phone image. v=20260622-next-cast-half-crop */
.tech-product-v3-next__card--cast-app .tech-product-v3-next__media{
    height:260px !important;
    min-height:0 !important;
    align-self:center;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    overflow:hidden !important;
    padding:22px 0 0 !important;
    background:#050403 !important;
}

.tech-product-v3-next__card--cast-app .tech-product-v3-next__media img{
    width:min(210px,56%) !important;
    max-width:210px !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:top center !important;
    border-radius:34px !important;
    transform:none !important;
}

@media (max-width:960px){
    .tech-product-v3-next__card--cast-app .tech-product-v3-next__media{
        height:238px !important;
        padding-top:20px !important;
    }

    .tech-product-v3-next__card--cast-app .tech-product-v3-next__media img{
        width:min(196px,50vw) !important;
        max-width:196px !important;
    }
}

@media (max-width:720px){
    .tech-product-v3-next__card--cast-app .tech-product-v3-next__media{
        height:214px !important;
        padding-top:18px !important;
    }

    .tech-product-v3-next__card--cast-app .tech-product-v3-next__media img{
        width:min(174px,48vw) !important;
        max-width:174px !important;
        border-radius:30px !important;
    }
}


/* Technology detail: cast app phone pair and mechanism animation. v=20260622-castpair-mechanism */
.tech-product-v3-use__media--cast-trio{
    display:grid!important;
    place-items:center;
    min-height:min(58vw,640px);
}
.tech-product-v3-phone-pair{
    width:min(100%,560px);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:clamp(12px,2.4vw,24px);
}
.tech-product-v3-phone-frame{
    position:relative;
    width:min(46%,226px);
    aspect-ratio:430/932;
    margin:0;
    padding:7px;
    border-radius:clamp(28px,3.2vw,38px);
    background:linear-gradient(145deg,#1d1d1f 0%,#050505 48%,#242426 100%);
    box-shadow:
        0 28px 82px rgba(0,0,0,.46),
        inset 0 0 0 1px rgba(255,255,255,.16),
        inset 0 0 0 2px rgba(0,0,0,.88);
    overflow:hidden;
}
.tech-product-v3-phone-frame::before{
    content:"";
    position:absolute;
    z-index:2;
    left:50%;
    top:10px;
    width:28%;
    height:8px;
    transform:translateX(-50%);
    border-radius:999px;
    background:rgba(0,0,0,.74);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    pointer-events:none;
}
.tech-product-v3-phone-frame::after{
    content:"";
    position:absolute;
    inset:7px;
    z-index:1;
    border-radius:calc(clamp(28px,3.2vw,38px) - 7px);
    background:linear-gradient(125deg,rgba(255,255,255,.16),transparent 26%,transparent 72%,rgba(255,255,255,.05));
    pointer-events:none;
}
.tech-product-v3-phone-frame img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:top center!important;
    border-radius:calc(clamp(28px,3.2vw,38px) - 8px)!important;
    box-shadow:none!important;
}
.js .tech-product-v3-mechanism__item p{
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:max-height .50s cubic-bezier(.22,.61,.36,1), opacity .34s ease;
    will-change:max-height,opacity;
}
.js .tech-product-v3-mechanism__item[open] p{
    opacity:1;
}
.tech-product-v3-mechanism__item summary{
    position:relative;
}
.tech-product-v3-mechanism__item summary::after{
    content:"";
    margin-left:auto;
    width:9px;
    height:9px;
    border-right:1.5px solid rgba(255,255,255,.62);
    border-bottom:1.5px solid rgba(255,255,255,.62);
    transform:rotate(45deg) translateY(-2px);
    transition:transform .50s cubic-bezier(.22,.61,.36,1), border-color .25s ease;
}
.tech-product-v3-mechanism__item[open] summary::after{
    transform:rotate(225deg) translate(-2px,-1px);
    border-color:var(--gold-2);
}
@media (max-width:720px){
    .tech-product-v3-use__media--cast-trio{
        min-height:0;
        padding:10px 0 4px;
    }
    .tech-product-v3-phone-pair{
        width:100%;
        gap:10px;
    }
    .tech-product-v3-phone-frame{
        width:min(47%,168px);
        padding:5px;
        border-radius:28px;
    }
    .tech-product-v3-phone-frame::before{
        top:8px;
        height:6px;
    }
    .tech-product-v3-phone-frame::after{
        inset:5px;
        border-radius:23px;
    }
    .tech-product-v3-phone-frame img{
        border-radius:23px!important;
    }
    .tech-product-v3-mechanism__item summary::after{
        width:8px;
        height:8px;
    }
}
@media (prefers-reduced-motion:reduce){
    .js .tech-product-v3-mechanism__item p,
    .tech-product-v3-mechanism__item summary::after{
        transition:none!important;
    }
}


/* Stable mechanism accordion fix: animate wrapper, not padded paragraph. v=20260622-mechanism-panel-stable */
.tech-product-v3-mechanism__panel{
    overflow:hidden;
}
.js .tech-product-v3-mechanism__panel{
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:max-height .50s cubic-bezier(.22,.61,.36,1), opacity .32s ease;
    will-change:max-height,opacity;
}
.js .tech-product-v3-mechanism__item.is-open .tech-product-v3-mechanism__panel{
    opacity:1;
}
.js .tech-product-v3-mechanism__item p{
    max-height:none!important;
    opacity:1!important;
    overflow:visible!important;
    transition:none!important;
    will-change:auto!important;
}
.js .tech-product-v3-mechanism__item[open] summary::after{
    transform:rotate(45deg) translateY(-2px);
    border-color:rgba(255,255,255,.62);
}
.js .tech-product-v3-mechanism__item.is-open summary::after{
    transform:rotate(225deg) translate(-2px,-1px);
    border-color:var(--gold-2);
}
@media (prefers-reduced-motion:reduce){
    .js .tech-product-v3-mechanism__panel{
        transition:none!important;
    }
}


/* PC only: stabilize technology list hero headline line break */
@media (min-width:1024px){
    .tech-store-v3 .tech-v3-hero__copy h1#tech-v3-title{
        max-width:none;
        font-size:clamp(56px,6.2vw,96px);
        line-height:1.04;
        letter-spacing:-.055em;
        word-break:keep-all;
        overflow-wrap:normal;
    }

    .tech-store-v3 .tech-v3-title-pc-line{
        display:block;
        white-space:nowrap;
    }
}

@media (max-width:1023px){
    .tech-store-v3 .tech-v3-title-pc-line{
        display:inline;
    }
}


/* PC only: fix CAST APP showcase headline line break */
@media (min-width:1024px){
    .tech-v3-pc-break{
        display:block;
    }
}

@media (max-width:1023px){
    .tech-v3-pc-break{
        display:none;
    }
}
