/* ŞEN ISI PERFECT POLISH 17.0 — no overlap / dark custom controls / account-commerce refinement */
*{box-sizing:border-box}
html{scroll-padding-top:110px}
body{overflow-x:hidden}
img,svg,canvas,video,iframe{max-width:100%}
.container,.header-inner,.hero-stage-grid,.detail-grid,.panel-grid,.product-form-grid,.bilingual-grid,.media-studio-grid,.checkout-grid,.account-grid{min-width:0}
.container>*,
.hero-stage-grid>*,
.detail-grid>*,
.panel-grid>*,
.product-form-grid>*,
.bilingual-grid>*,
.media-studio-grid>*,
.checkout-grid>*,
.account-grid>*{min-width:0}
h1,h2,h3,h4,h5,p,.lead,.section-number,.kicker,.console-label,.product-meta,.panel-section-head,.account-item,.commerce-strip-card,.benmak-console-head{
  overflow-wrap:break-word;word-break:normal
}
.header{isolation:isolate}
.header .header-inner{gap:clamp(8px,1.1vw,20px)}
.header .brand{flex:0 0 auto;min-width:0}
.header .desktop-nav{min-width:0;overflow:hidden}
.header .desktop-nav a{white-space:nowrap;min-width:max-content}
.header .header-actions{flex:0 0 auto;min-width:max-content}
@media(max-width:1380px){.header .desktop-nav a:nth-child(n+6){display:none}}
@media(max-width:1120px){.header .desktop-nav{display:none}.header .brand{margin-right:auto}}
@media(max-width:720px){.header .header-actions{gap:5px}.header .staff-entry-mobile-label{display:none}}

:root{
  color-scheme:dark;
  --sen-control-bg:#0d1720;
  --sen-control-bg-2:#111e29;
  --sen-control-border:rgba(139,181,213,.18);
  --sen-control-border-active:rgba(71,190,255,.52);
  --sen-control-text:#eff8ff;
  --sen-control-muted:#91a6b8;
  --sen-control-hover:rgba(71,190,255,.10);
}
html[data-theme="light"]{
  color-scheme:light;
  --sen-control-bg:#fff;
  --sen-control-bg-2:#f4f8fb;
  --sen-control-border:rgba(29,58,76,.14);
  --sen-control-border-active:rgba(0,111,177,.40);
  --sen-control-text:#102332;
  --sen-control-muted:#5d7080;
  --sen-control-hover:rgba(0,111,177,.08);
}

/* Native select remains accessible but visually replaced. */
.sen-select{position:relative;width:100%;min-width:0;z-index:5}
.sen-select.open{z-index:90}
.sen-select-native{position:absolute!important;inset:0!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.sen-select-trigger{
  width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;
  border:1px solid var(--sen-control-border);border-radius:14px;padding:11px 14px;background:linear-gradient(180deg,var(--sen-control-bg-2),var(--sen-control-bg));
  color:var(--sen-control-text);font:inherit;text-align:left;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,.025);
}
.sen-select-trigger:hover,.sen-select.open .sen-select-trigger{border-color:var(--sen-control-border-active);box-shadow:0 0 0 3px rgba(59,182,255,.07)}
.sen-select-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sen-select-trigger i{width:9px;height:9px;flex:0 0 9px;border-right:2px solid var(--sen-control-muted);border-bottom:2px solid var(--sen-control-muted);transform:rotate(45deg) translateY(-2px);transition:.2s ease}
.sen-select.open .sen-select-trigger i{transform:rotate(225deg) translate(-1px,-1px)}
.sen-select-menu{
  position:absolute;left:0;right:0;top:calc(100% + 7px);display:none;max-height:310px;overflow:auto;padding:7px;
  border:1px solid var(--sen-control-border);border-radius:16px;background:rgba(10,19,27,.985);box-shadow:0 22px 55px rgba(0,0,0,.42);backdrop-filter:blur(20px)
}
html[data-theme="light"] .sen-select-menu{background:rgba(255,255,255,.99);box-shadow:0 18px 45px rgba(22,45,61,.16)}
.sen-select.open .sen-select-menu{display:block;animation:senSelectIn .16s ease-out}
.sen-select-menu button{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border:0;border-radius:11px;background:transparent;color:var(--sen-control-text);font:inherit;text-align:left;cursor:pointer
}
.sen-select-menu button:hover,.sen-select-menu button:focus-visible{background:var(--sen-control-hover);outline:none}
.sen-select-menu button.selected{background:linear-gradient(90deg,rgba(59,182,255,.15),rgba(59,182,255,.04));color:#dff5ff}
html[data-theme="light"] .sen-select-menu button.selected{color:#075b8d}
.sen-select-menu button b{font-size:12px;color:#6dd3ff}
.sen-select.disabled{opacity:.55;pointer-events:none}
@keyframes senSelectIn{from{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:none}}

/* Native options also get a correct fallback in browsers where the custom layer is skipped. */
select,select option,select optgroup{background:#0d1720!important;color:#eff8ff!important}
html[data-theme="light"] select,
html[data-theme="light"] select option,
html[data-theme="light"] select optgroup{background:#fff!important;color:#102332!important}

.field,input,textarea{
  color:var(--sen-control-text)!important;background:linear-gradient(180deg,var(--sen-control-bg-2),var(--sen-control-bg))!important;border-color:var(--sen-control-border)!important
}
.field::placeholder,input::placeholder,textarea::placeholder{color:#6f8496!important}
.field:focus,input:focus,textarea:focus{border-color:var(--sen-control-border-active)!important;box-shadow:0 0 0 3px rgba(59,182,255,.07)!important}

/* BENMAK photo studio */
.benmak-photo-stage{position:relative;display:grid;place-items:center;width:100%;height:100%;min-height:520px;padding:18px;border-radius:24px;overflow:hidden;background:
 radial-gradient(circle at 50% 38%,rgba(86,170,222,.12),transparent 35%),
 linear-gradient(155deg,#0d151d,#070b10)}
.benmak-photo-stage img{width:100%;height:100%;max-height:500px;object-fit:contain;filter:drop-shadow(0 30px 38px rgba(0,0,0,.38))}
.benmak-photo-stage:after{content:"REAL PRODUCT • MULTI-VIEW";position:absolute;left:17px;bottom:15px;padding:7px 10px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(5,10,15,.72);color:#a9bfd0;font-size:10px;letter-spacing:.13em}
.product-photo-studio{position:relative;border:1px solid rgba(255,255,255,.08);border-radius:26px;background:linear-gradient(145deg,rgba(10,18,25,.98),rgba(5,9,13,.98));overflow:hidden;padding:18px}
.product-photo-main{min-height:500px;display:grid;place-items:center;border-radius:20px;background:radial-gradient(circle at 50% 42%,rgba(91,183,239,.11),transparent 38%)}
.product-photo-main img{max-height:470px;object-fit:contain;cursor:zoom-in;filter:drop-shadow(0 28px 38px rgba(0,0,0,.35))}
.product-photo-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}
.product-photo-thumbs button{min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.035);padding:8px;color:#c7d7e4;cursor:pointer}
.product-photo-thumbs button.active{border-color:rgba(59,182,255,.45);background:rgba(59,182,255,.09)}
.product-photo-thumbs img{height:76px;width:100%;object-fit:contain}

/* Cinematic add-to-cart overlay */
.cart-cinema{position:fixed;inset:0;z-index:250;pointer-events:none;display:grid;place-items:center;overflow:hidden}
.cart-cinema[hidden]{display:none}
.cart-cinema:before,.cart-cinema:after{content:"";position:absolute;left:0;right:0;height:14vh;background:#020405;z-index:4}
.cart-cinema:before{top:0;transform:translateY(-105%)}
.cart-cinema:after{bottom:0;transform:translateY(105%)}
.cart-cinema.play:before{animation:cinemaTop .82s cubic-bezier(.2,.9,.2,1)}
.cart-cinema.play:after{animation:cinemaBottom .82s cubic-bezier(.2,.9,.2,1)}
.cart-cinema-flash{position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(64,190,255,.22),rgba(7,11,15,.84) 48%,rgba(2,4,6,.96));opacity:0}
.cart-cinema.play .cart-cinema-flash{animation:cinemaFlash .82s ease}
.cart-cinema-product{position:relative;z-index:6;width:min(38vw,420px);height:min(38vw,420px);display:grid;place-items:center;opacity:0}
.cart-cinema-product img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 40px 60px rgba(0,0,0,.55))}
.cart-cinema-copy{position:absolute;z-index:7;bottom:21vh;text-align:center;opacity:0}
.cart-cinema-copy small{display:block;color:#6dd3ff;font-size:10px;letter-spacing:.24em}
.cart-cinema-copy strong{display:block;margin-top:6px;color:#fff;font-size:clamp(20px,3vw,38px)}
.cart-cinema.play .cart-cinema-product{animation:cinemaProduct .82s cubic-bezier(.14,.78,.22,1)}
.cart-cinema.play .cart-cinema-copy{animation:cinemaCopy .82s ease}
@keyframes cinemaTop{0%,100%{transform:translateY(-105%)}18%,72%{transform:none}}
@keyframes cinemaBottom{0%,100%{transform:translateY(105%)}18%,72%{transform:none}}
@keyframes cinemaFlash{0%,100%{opacity:0}20%,72%{opacity:1}}
@keyframes cinemaProduct{0%{opacity:0;transform:scale(.55) rotate(-7deg)}23%{opacity:1;transform:scale(1.05) rotate(1deg)}62%{opacity:1;transform:scale(.95)}100%{opacity:0;transform:translate(34vw,-36vh) scale(.13) rotate(9deg)}}
@keyframes cinemaCopy{0%,18%{opacity:0;transform:translateY(12px)}30%,66%{opacity:1;transform:none}100%{opacity:0;transform:translateY(-8px)}}

/* Unified account and payment surfaces */
.account-gateway,.account-dashboard,.payment-window{position:relative;overflow:hidden;border:1px solid rgba(116,186,230,.12);border-radius:30px;background:
 radial-gradient(circle at 15% 5%,rgba(59,182,255,.10),transparent 32%),
 radial-gradient(circle at 93% 90%,rgba(255,63,75,.07),transparent 32%),
 linear-gradient(145deg,rgba(11,19,27,.99),rgba(5,9,14,.99));box-shadow:0 34px 90px rgba(0,0,0,.32)}
.account-gateway{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);min-height:620px}
.account-gateway-copy{padding:clamp(28px,4vw,58px);display:flex;flex-direction:column;justify-content:space-between}
.account-gateway-copy h1{font-size:clamp(2.4rem,5vw,5.4rem);line-height:.94;letter-spacing:-.055em;margin:18px 0;max-width:11ch}
.account-gateway-form{padding:clamp(24px,3vw,42px);border-left:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.02)}
.account-role-pills{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}
.account-role-pills span{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);font-size:12px;color:#aec2d3}
.account-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px;border-radius:16px;background:rgba(255,255,255,.035);margin-bottom:20px}
.account-tabs button{border:0;border-radius:12px;padding:12px;background:transparent;color:#92a8ba;cursor:pointer}
.account-tabs button.active{background:linear-gradient(135deg,rgba(59,182,255,.18),rgba(255,255,255,.04));color:#fff;box-shadow:inset 0 0 0 1px rgba(59,182,255,.18)}
.account-form-grid{display:grid;gap:13px}
.account-form-grid label span{display:block;margin:0 0 7px;color:#9eb3c3;font-size:12px}
.account-form-grid input{width:100%;min-height:48px;border-radius:14px;padding:0 14px;border:1px solid var(--sen-control-border)}
.account-secure-note{display:flex;gap:10px;align-items:flex-start;margin-top:18px;padding:14px;border-radius:15px;background:rgba(56,217,150,.055);border:1px solid rgba(56,217,150,.11);color:#a8c7b9;font-size:12px}
.account-dashboard{padding:clamp(24px,4vw,48px)}
.account-dashboard-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px}
.account-dashboard-head h1{margin:5px 0 0}
.account-dashboard-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
.account-panel{grid-column:span 6;padding:20px;border:1px solid rgba(255,255,255,.07);border-radius:22px;background:rgba(255,255,255,.028)}
.account-panel.full{grid-column:1/-1}.account-panel.third{grid-column:span 4}
.account-order-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.account-order-row:last-child{border-bottom:0}
.account-status{display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(56,217,150,.08);color:#84dfb6;font-size:11px}
.payment-window{max-width:1180px;margin:auto;padding:0}
.payment-window-head{padding:24px 26px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;gap:20px}
.payment-window-body{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}
.payment-form-side{padding:26px}
.payment-summary-side{padding:26px;border-left:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.018)}
.payment-method-card{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:15px;border:1px solid rgba(255,255,255,.07);border-radius:17px;background:rgba(255,255,255,.027);cursor:pointer;margin-top:10px}
.payment-method-card.active{border-color:rgba(59,182,255,.35);background:rgba(59,182,255,.07)}
.payment-method-card i{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.05);font-style:normal}
.payment-vault-note{margin-top:16px;padding:15px;border-radius:16px;background:rgba(255,193,59,.055);border:1px solid rgba(255,193,59,.12);color:#cbbd9e;font-size:12px}
.payment-summary-row{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px dashed rgba(255,255,255,.075)}
.payment-summary-row.total{font-size:20px;font-weight:800;border-bottom:0;padding-top:18px}
.payment-product-mini{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.055)}
.payment-product-mini img{width:58px;height:58px;object-fit:contain;border-radius:12px;background:rgba(255,255,255,.03)}
.three-ds-gate{display:none;margin-top:14px;padding:18px;border-radius:18px;border:1px solid rgba(59,182,255,.14);background:linear-gradient(135deg,rgba(59,182,255,.065),rgba(255,255,255,.018))}
.three-ds-gate.active{display:block}
.three-ds-shield{width:56px;height:64px;margin-bottom:12px;clip-path:polygon(50% 0,92% 16%,85% 72%,50% 100%,15% 72%,8% 16%);display:grid;place-items:center;background:linear-gradient(145deg,#2fb7ff,#146397);color:white;font-weight:900}
.role-route-card{padding:24px;border-radius:22px;background:linear-gradient(135deg,rgba(59,182,255,.08),rgba(255,75,75,.045));border:1px solid rgba(59,182,255,.14)}
.role-route-card .role-icon{font-size:32px}
.role-route-card .hero-actions{margin-top:16px}
@media(max-width:900px){
 .account-gateway{grid-template-columns:1fr}.account-gateway-form{border-left:0;border-top:1px solid rgba(255,255,255,.07)}
 .account-panel,.account-panel.third{grid-column:1/-1}
 .payment-window-body{grid-template-columns:1fr}.payment-summary-side{border-left:0;border-top:1px solid rgba(255,255,255,.07)}
}
@media(max-width:620px){
 .product-photo-thumbs{grid-template-columns:repeat(2,1fr)}
 .account-gateway-copy h1{font-size:2.7rem}
 .account-dashboard-head{flex-direction:column}
 .payment-window-head{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
 .cart-cinema{display:none!important}.sen-select-menu{animation:none!important}
}

/* V5.7C — deterministic account tabs/password feedback */
.account-pane{display:none!important}
.account-pane.is-active{display:grid!important}
.password-policy{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:2px}
.password-policy>div{padding:8px 9px;border-radius:10px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025);color:#8196a8;font-size:11px;text-align:center}
.password-policy>div.ok{border-color:rgba(56,217,150,.25);background:rgba(56,217,150,.08);color:#84e0b7}
.password-policy small{grid-column:1/-1;color:#8ea3b5;line-height:1.45}

/* Header collision-proof layout: a fixed amount of content is shown at each width. */
.header .header-inner{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  column-gap:clamp(8px,1vw,18px)!important;
  overflow:visible!important
}
.header .brand{margin:0!important;min-width:0!important}
.header .brand img,.header .header-brand-logo{width:clamp(190px,13.5vw,244px)!important}
.header .desktop-nav{min-width:0!important;overflow:hidden!important;gap:clamp(8px,.85vw,16px)!important}
.header .desktop-nav a{font-size:clamp(.7rem,.72vw,.84rem)!important}
.header .header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;min-width:0!important}
.header .header-actions>*{flex:0 0 auto}
.header .account-btn{width:42px;height:42px}
.header .staff-entry-btn{display:none!important}

@media(max-width:1480px){
 .header .dna-header-btn,.header .public-command-btn,.header .desktop-only{display:none!important}
 .header .desktop-nav a:nth-child(n+6){display:none!important}
}
@media(max-width:1320px){
 .header .desktop-nav a:nth-child(n+5){display:none!important}
 .header .brand img,.header .header-brand-logo{width:205px!important}
}
@media(max-width:1180px){
 .header .desktop-nav{display:none!important}
 .header .brand{margin-right:auto!important}
 .header .header-inner{grid-template-columns:auto 1fr auto!important}
}
@media(max-width:820px){
 .header .currency-control{display:none!important}
 .header .header-inner{padding-inline:10px!important}
}
@media(max-width:560px){
 .header .brand img,.header .header-brand-logo{width:min(160px,40vw)!important}
 .header .header-actions{gap:4px!important}
 .header .header-actions .lang-btn,.header .header-actions .theme-btn,.header .header-actions .account-btn,.header .header-actions>a.icon-btn{width:39px!important;height:39px!important}
}

/* Never let floating utilities occupy the same bottom-right area. */
.commerce-dock{display:none!important}
@media(max-width:1000px){
 body{padding-bottom:86px}
 .mobile-nav{z-index:72!important}
}
.chat-launcher,.chat-widget,.chat-panel{z-index:82!important}
@media(max-width:720px){
 .chat-launcher{bottom:92px!important;right:12px!important}
}

/* Grid/widget hard stops against text collision */
.widget-grid,.commerce-strip-grid,.mv-info-grid,.product-grid,.home-bento-grid,.future-grid,.section-grid{min-width:0!important}
.widget,.commerce-strip-card,.mv-info-grid>*,.product-card,.future-card,.home-bento-grid>*{min-width:0!important;max-width:100%!important;overflow:hidden}
.widget h1,.widget h2,.widget h3,.product-card h3,.future-card h3,.home-bento-grid h2,.home-bento-grid h3{max-width:100%!important;overflow-wrap:anywhere}
.hero-actions,.row-actions,.payment-badges,.product-meta,.meta,.account-role-pills{max-width:100%;flex-wrap:wrap!important}
@media(max-width:760px){
 .password-policy{grid-template-columns:repeat(2,minmax(0,1fr))}
 .account-gateway{min-height:0}
 .account-gateway-copy,.account-gateway-form{padding:24px!important}
}


/* V5.7C — fixed-widget traffic control. Optional assistants yield before overlapping. */
.ai-launcher,.ai-panel{display:none!important} /* superseded by the Şen support widget */
.compare-dock{left:18px!important;bottom:18px!important;max-width:min(600px,calc(100vw - 250px))!important}
.project-passport-dock{left:18px!important;bottom:104px!important}
.page-intelligence{left:18px!important;bottom:184px!important}
.dwell-assist{right:22px!important;bottom:116px!important;max-width:285px!important}
.back-to-top{right:218px!important;bottom:28px!important}
.product-studio-dock{bottom:98px!important;max-width:min(780px,calc(100vw - 420px))!important}

@media(max-width:1180px){
 .project-passport-dock,.page-intelligence,.dwell-assist,.back-to-top{display:none!important}
 .product-studio-dock{left:14px!important;right:14px!important;transform:none!important;width:auto!important;max-width:none!important;bottom:96px!important}
}
@media(max-width:720px){
 .compare-dock{left:10px!important;right:78px!important;bottom:92px!important;max-width:none!important}
 .product-studio-dock{display:none!important}
 .sen-support-launcher{bottom:92px!important;right:12px!important}
 .sen-support-panel{bottom:158px!important}
}
@media(max-width:480px){
 .compare-dock{right:76px!important}
}

@media(max-width:1000px) and (min-width:721px){
 .sen-support-launcher{bottom:96px!important}
 .sen-support-panel{bottom:170px!important;max-height:calc(100dvh - 190px)!important}
 .compare-dock{bottom:96px!important}
 .product-studio-dock{display:none!important}
}

/* V5.7D — deterministic header, media stage and featured selector */
.header{z-index:140!important;overflow:visible!important}
.header .header-inner{width:100%!important;max-width:none!important;padding-inline:clamp(12px,1.4vw,28px)!important;grid-template-columns:auto minmax(0,1fr) auto!important;overflow:visible!important}
.header .brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:hidden!important}
.header .brand img,.header .header-brand-logo{width:clamp(184px,12.8vw,238px)!important;max-height:72px!important;object-fit:contain!important;object-position:left center!important}
.header .desktop-nav{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:clamp(9px,.85vw,17px)!important;overflow:hidden!important;white-space:nowrap!important}
.header .desktop-nav a{flex:0 0 auto!important;white-space:nowrap!important}
.header .header-actions{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;overflow:visible!important;isolation:isolate!important}
.header .header-actions>.icon-btn,.header .currency-trigger{width:42px!important;height:42px!important;min-width:42px!important;border-radius:13px!important}
.header .account-btn,.header .lang-btn,.header .theme-btn,.header .cart-header-btn{position:relative!important;z-index:2!important}
.header .header-quote-btn{white-space:nowrap!important;min-width:max-content!important}
.currency-popover{position:relative!important;z-index:160!important;flex:0 0 auto!important}
.currency-trigger{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:0 9px!important;border:1px solid rgba(120,175,210,.17)!important;background:linear-gradient(180deg,rgba(18,31,42,.98),rgba(9,16,23,.98))!important;color:#eef8ff!important;cursor:pointer!important;box-shadow:inset 0 1px rgba(255,255,255,.035)!important}
.currency-trigger span{font-size:12px!important;color:#74caee!important}.currency-trigger b{font-size:11px!important}.currency-trigger i{font-size:10px!important;color:#8da1b2!important;font-style:normal!important}
.currency-popover.open .currency-trigger{border-color:rgba(69,192,255,.45)!important;box-shadow:0 0 0 3px rgba(59,182,255,.07)!important}
.currency-menu{position:absolute!important;top:calc(100% + 9px)!important;right:0!important;left:auto!important;width:208px!important;padding:7px!important;display:none!important;border:1px solid rgba(123,177,212,.18)!important;border-radius:16px!important;background:rgba(8,15,22,.99)!important;box-shadow:0 22px 55px rgba(0,0,0,.48)!important;backdrop-filter:blur(20px)!important;z-index:9999!important}
.currency-popover.open .currency-menu{display:grid!important;gap:4px!important}
.currency-menu button{width:100%!important;display:grid!important;grid-template-columns:52px 1fr!important;gap:10px!important;align-items:center!important;padding:11px 12px!important;border:0!important;border-radius:11px!important;background:transparent!important;color:#eef8ff!important;text-align:left!important;cursor:pointer!important}
.currency-menu button:hover,.currency-menu button.active{background:rgba(59,182,255,.10)!important}.currency-menu button span{font-weight:900!important}.currency-menu button small{color:#8ea4b6!important;text-align:right!important}
html[data-theme="light"] .currency-trigger{background:#fff!important;color:#102332!important;border-color:rgba(23,58,77,.14)!important}
html[data-theme="light"] .currency-menu{background:#fff!important;box-shadow:0 18px 50px rgba(26,48,63,.18)!important}.currency-menu button{color:inherit!important}
@media(max-width:1510px){.header .desktop-nav a:nth-child(n+7){display:none!important}.header .brand img,.header .header-brand-logo{width:205px!important}.header .header-quote-btn{padding-inline:14px!important}}
@media(max-width:1360px){.header .desktop-nav a:nth-child(n+5){display:none!important}.header .brand img,.header .header-brand-logo{width:192px!important}}
@media(max-width:1160px){.header .desktop-nav{display:none!important}.header .header-inner{grid-template-columns:auto 1fr auto!important}.header .brand{margin-right:auto!important}}
@media(max-width:780px){.header .header-quote-btn{display:none!important}.header .header-actions{gap:5px!important}.header .brand img,.header .header-brand-logo{width:min(168px,39vw)!important}.currency-menu{position:fixed!important;right:12px!important;top:74px!important;width:min(240px,calc(100vw - 24px))!important}}
@media(max-width:520px){.header .lang-btn{display:none!important}.header .header-actions>.icon-btn,.header .currency-trigger{width:39px!important;height:39px!important;min-width:39px!important}.header .brand img,.header .header-brand-logo{width:min(148px,38vw)!important}}

/* Hero BENMAK: one media component only — no callout/text layers over the photo. */
.hero-product-console{overflow:hidden!important;min-width:0!important;border-radius:28px!important}
.home-media-head,.home-media-foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:17px 18px!important;position:relative!important;z-index:2!important}
.home-media-head{border-bottom:1px solid rgba(255,255,255,.07)!important}.home-media-head>div{min-width:0!important}.home-media-head strong{display:block!important;margin-top:4px!important;font-size:clamp(.92rem,1.1vw,1.08rem)!important;line-height:1.3!important;overflow-wrap:break-word!important}.home-media-head .console-label{display:block!important;color:#7ba2bb!important;font-size:.64rem!important;letter-spacing:.09em!important}
.home-media-stage{position:relative!important;height:clamp(330px,39vw,500px)!important;min-height:0!important;display:grid!important;place-items:center!important;padding:20px!important;background:radial-gradient(circle at 50% 40%,rgba(59,182,255,.09),transparent 38%),linear-gradient(155deg,#0a1219,#060a0f)!important;overflow:hidden!important}
.home-media-stage img{width:100%!important;height:100%!important;max-width:96%!important;max-height:100%!important;object-fit:contain!important;filter:drop-shadow(0 24px 34px rgba(0,0,0,.38))!important;cursor:zoom-in!important}
.home-media-zoom{position:absolute!important;right:15px!important;top:15px!important;width:40px!important;height:40px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:13px!important;background:rgba(8,15,21,.78)!important;color:#fff!important;font-size:20px!important;cursor:pointer!important;z-index:3!important}
.home-media-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important;padding:12px 14px!important;border-top:1px solid rgba(255,255,255,.06)!important;border-bottom:1px solid rgba(255,255,255,.06)!important}
.home-media-thumbs button{min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:7px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:13px!important;background:rgba(255,255,255,.025)!important;color:#b8cbd9!important;cursor:pointer!important;overflow:hidden!important}.home-media-thumbs button.active{border-color:rgba(59,182,255,.38)!important;background:rgba(59,182,255,.08)!important;color:#fff!important}.home-media-thumbs img{width:44px!important;height:44px!important;object-fit:contain!important;flex:0 0 44px!important}.home-media-thumbs span{font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.home-media-specs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.home-media-specs>div{min-width:0!important;padding:12px 13px!important;border-right:1px solid rgba(255,255,255,.06)!important}.home-media-specs>div:last-child{border-right:0!important}.home-media-specs small{display:block!important;color:#71889a!important;font-size:.56rem!important;letter-spacing:.10em!important}.home-media-specs strong{display:block!important;margin-top:4px!important;font-size:.74rem!important;color:#edf7ff!important;white-space:normal!important;overflow-wrap:break-word!important}.home-media-foot{border-top:1px solid rgba(255,255,255,.06)!important;color:#8198aa!important;font-size:.67rem!important}.home-media-foot a{color:#65c8ff!important;font-weight:900!important;white-space:nowrap!important}
@media(max-width:690px){.home-media-head,.home-media-foot{align-items:flex-start!important;flex-direction:column!important}.home-media-stage{height:340px!important}.home-media-thumbs{grid-template-columns:repeat(2,1fr)!important}.home-media-specs{grid-template-columns:repeat(2,1fr)!important}.home-media-specs>div:nth-child(2){border-right:0!important}.home-media-specs>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.06)!important}}

/* Featured-product selector replaces the old application-pill rail. */
.featured-spotlight-stage{min-width:0!important;overflow:hidden!important;border:1px solid rgba(126,190,229,.14)!important;border-radius:25px!important;background:linear-gradient(145deg,rgba(10,18,26,.99),rgba(5,10,15,.99))!important;box-shadow:0 24px 70px rgba(0,0,0,.26)!important}
.featured-spotlight-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:15px 17px!important;border-bottom:1px solid rgba(255,255,255,.06)!important}.featured-spotlight-head>div{min-width:0!important}.featured-spotlight-head strong{display:block!important;margin-top:3px!important;font-size:1.05rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.featured-spotlight-body{display:grid!important;grid-template-columns:minmax(0,1.16fr) minmax(190px,.84fr)!important;gap:0!important;min-height:430px!important}.featured-spotlight-visual{display:grid!important;place-items:center!important;min-width:0!important;padding:22px!important;background:radial-gradient(circle at 50% 44%,rgba(64,174,235,.09),transparent 40%)!important}.featured-spotlight-visual img{width:100%!important;height:100%!important;max-height:390px!important;object-fit:contain!important;filter:drop-shadow(0 27px 35px rgba(0,0,0,.38))!important}.featured-spotlight-copy{min-width:0!important;padding:24px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;border-left:1px solid rgba(255,255,255,.06)!important}.featured-spotlight-copy h3{font-size:clamp(1.25rem,2vw,2rem)!important;line-height:1.02!important;margin:0 0 12px!important;overflow-wrap:break-word!important}.featured-spotlight-copy p{color:#99afc0!important;line-height:1.6!important;display:-webkit-box!important;-webkit-line-clamp:5!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.featured-spotlight-copy .hero-actions{margin-top:18px!important}
.featured-product-rail{grid-column:1/-1!important;width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:9px!important;margin-top:15px!important;padding:0!important}
.featured-product-switch{min-width:0!important;min-height:82px!important;display:grid!important;grid-template-columns:50px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;padding:9px!important;border:1px solid rgba(255,255,255,.075)!important;border-radius:15px!important;background:rgba(255,255,255,.025)!important;color:#dceaf4!important;text-align:left!important;cursor:pointer!important;overflow:hidden!important;transition:transform .18s ease,border-color .18s ease,background .18s ease!important}.featured-product-switch:hover,.featured-product-switch.active{transform:translateY(-2px)!important;border-color:rgba(59,182,255,.35)!important;background:rgba(59,182,255,.075)!important}.featured-switch-image{width:50px!important;height:58px!important;display:grid!important;place-items:center!important;border-radius:10px!important;background:rgba(255,255,255,.035)!important;overflow:hidden!important}.featured-switch-image img{width:100%!important;height:100%!important;object-fit:contain!important}.featured-switch-copy{min-width:0!important}.featured-switch-copy small,.featured-switch-copy strong{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.featured-switch-copy small{color:#6f8ca2!important;font-size:.56rem!important;letter-spacing:.06em!important}.featured-switch-copy strong{margin-top:4px!important;font-size:.72rem!important;line-height:1.2!important}.featured-product-switch>i{font-style:normal!important;color:#65c8ff!important}
@media(max-width:1180px){.featured-product-rail{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.featured-spotlight-body{grid-template-columns:1fr!important}.featured-spotlight-copy{border-left:0!important;border-top:1px solid rgba(255,255,255,.06)!important}.featured-spotlight-visual{min-height:330px!important}.featured-product-rail{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding-bottom:6px!important}.featured-product-switch{flex:0 0 min(78vw,280px)!important;scroll-snap-align:start!important}}

/* Old BENMAK/home overlay systems are no longer allowed to sit above the new media. */
.hero-engineering .benmak-callout,.hero-engineering .benmak-console-stage>.hero-view-toggle,.hero-engineering .hero-dual-pane,.heatpump-priority-section .benmak-priority-3d,.heatpump-priority-section .astrea-stage-top,.heatpump-priority-section .astrea-stage-info,.heatpump-priority-section .astrea-3d-note,.heatpump-priority-section .astrea-type-badge,.heatpump-priority-section .heatpump-use-rail{display:none!important}

/* Floating widgets must yield to the header and each other. */
#siteHeader{position:relative!important;z-index:140!important}.sen-support-root{z-index:92!important}.sen-support-launcher{z-index:93!important}.sen-support-panel{z-index:94!important}
.public-command-palette,.sen-select-menu{z-index:500!important}


/* V5.7D.1 — screenshot-targeted overlap elimination */
.header .header-inner{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
}
.header .brand{margin:0!important;min-width:0!important;max-width:100%!important}
.header .desktop-nav{min-width:0!important;max-width:100%!important}
.header .header-actions{min-width:max-content!important;z-index:180!important}
.currency-popover{isolation:isolate!important}
.currency-menu{pointer-events:auto!important}
.currency-popover:not(.open) .currency-menu{pointer-events:none!important}

/* The two-column hero is intentionally abandoned before it becomes cramped. */
@media(max-width:1050px){
  .hero-stage-grid{grid-template-columns:1fr!important;min-height:auto!important}
  .hero-copy-premium{grid-column:1!important}
  .hero-engineering{grid-column:1!important;min-height:0!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.07)!important}
  .hero-product-console{width:100%!important;max-width:none!important}
  .home-media-stage{height:clamp(330px,72vw,540px)!important}
}

/* Explicit named grid placement: no browser auto-placement ambiguity. */
.featured-spotlight-stage{grid-area:stage!important;align-self:stretch!important}
.featured-product-rail{
  grid-area:rail!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x proximity!important;
  scrollbar-width:thin!important;
  gap:9px!important;
  margin-top:0!important;
  padding:2px 2px 8px!important;
}
.featured-product-switch{
  flex:0 0 clamp(174px,16vw,224px)!important;
  width:auto!important;
  max-width:224px!important;
  scroll-snap-align:start!important;
}
@media(max-width:1000px){
  .featured-spotlight-body{min-height:0!important}
  .featured-spotlight-visual{min-height:360px!important}
  .featured-product-switch{flex-basis:min(260px,72vw)!important;max-width:min(260px,72vw)!important}
}
@media(max-width:620px){
  .featured-spotlight-stage{border-radius:20px!important}
  .featured-spotlight-head{align-items:flex-start!important;flex-direction:column!important}
  .featured-spotlight-body{min-height:0!important}
  .featured-spotlight-visual{min-height:300px!important;padding:14px!important}
  .featured-spotlight-copy{padding:18px!important}
  .home-media-stage{height:310px!important;padding:12px!important}
  .home-media-thumbs span{display:none!important}
  .home-media-thumbs img{width:52px!important;height:52px!important;flex-basis:52px!important}
}

/* Old dynamic/home media helpers must never reappear over the rebuilt stages. */
.hero-product-console .hero-studio-shell,
.hero-product-console .multiview-shell,
.hero-product-console .mv-toolbar,
.hero-product-console .mv-stage,
.hero-product-console .mv-thumbs,
.hero-product-console .mv-info-grid,
.heatpump-priority-section .benmak-stage,
.heatpump-priority-section .benmak-priority-stage,
.heatpump-priority-section .benmak-priority-3d{display:none!important}

/* Floating utilities never sit on top of the header/currency interaction zone. */
#siteHeader,.header{isolation:isolate!important}
.sen-support-root,.commerce-dock,.page-intelligence-dock,.project-passport-dock,.compare-dock,.dwell-assist{max-width:calc(100vw - 24px)!important}
@media(max-width:780px){
  .sen-support-root,.commerce-dock,.page-intelligence-dock,.project-passport-dock,.compare-dock,.dwell-assist{bottom:86px!important}
}


/* V5.7E — one floating layer per corner. Non-critical helper docks remain accessible from their pages instead of covering content. */
.commerce-dock,.project-passport-dock,.page-intelligence,.page-intelligence-dock,.dwell-assist,.back-to-top{display:none!important}
.sen-support-root{right:max(14px,env(safe-area-inset-right))!important;bottom:max(16px,env(safe-area-inset-bottom))!important}
.compare-dock{left:max(14px,env(safe-area-inset-left))!important;right:auto!important;bottom:max(16px,env(safe-area-inset-bottom))!important}
.header,.header .header-inner,.header .header-actions{overflow:visible!important}
.header .desktop-nav{overflow:hidden!important}
.currency-popover.open{z-index:10000!important}
.currency-popover.open .currency-menu{z-index:10001!important}
.currency-menu,.currency-menu *{pointer-events:auto!important}
@media(max-width:780px){
  .sen-support-root{bottom:92px!important}
  .compare-dock{bottom:92px!important;right:78px!important;max-width:none!important}
}


.featured-rail-head{grid-area:railhead;display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;margin-top:16px;padding:0 2px}
.featured-rail-head .kicker{margin:0;color:#67c9ff}
.featured-rail-head small{min-width:0;color:#71889a;text-align:right;overflow-wrap:break-word}
.featured-product-rail{grid-area:rail!important}
@media(max-width:760px){.featured-rail-head{align-items:flex-start;flex-direction:column}.featured-rail-head small{text-align:left}}

/* V5.7M ASTREA multi-angle product presentation */
.product-gallery-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:10px;margin-top:12px}
.product-gallery-thumb{border:1px solid var(--line,rgba(255,255,255,.12));background:rgba(255,255,255,.035);border-radius:14px;padding:7px;cursor:pointer;color:inherit;text-align:left;transition:.2s ease}
.product-gallery-thumb:hover,.product-gallery-thumb.active{border-color:rgba(102,190,255,.6);transform:translateY(-1px);background:rgba(88,166,255,.08)}
.product-gallery-thumb img{width:100%;height:88px;object-fit:contain;border-radius:10px;background:rgba(255,255,255,.03)}
.product-gallery-thumb span{display:block;font-size:11px;line-height:1.25;margin-top:6px;opacity:.82}
.visual-model-note{margin-top:10px;padding:11px 12px;border:1px solid var(--line,rgba(255,255,255,.12));border-radius:12px;font-size:12px;line-height:1.5;opacity:.86;background:rgba(255,255,255,.025)}
@media(max-width:700px){.product-gallery-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery-thumb img{height:76px}}
