:root{
  --brand:#ff5134;
  --brand-dark:#d43b28;
  --ink:#080808;
  --ink-2:#101010;
  --paper:#f6f6f2;
  --muted:rgba(255,255,255,.5);
  --line:rgba(255,255,255,.15);
  --ease:cubic-bezier(.22,.75,.22,1);
  --font:'Montserrat',Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box} html,body{margin:0;width:100%;height:100%;background:var(--ink);color:#fff;font-family:var(--font);overflow:hidden} button,input,textarea,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none} [hidden]{display:none!important}
body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;border:1px solid rgba(255,255,255,.05)}

/* Global splash */
.daily-splash{position:fixed;inset:0;z-index:5000;background:radial-gradient(circle at 50% 42%,rgba(255,81,52,.045),transparent 34%),#080808;display:grid;place-items:center;transition:opacity .42s var(--ease),visibility .42s}
.daily-splash.is-done{opacity:0;visibility:hidden;pointer-events:none}
.splash-lockup{width:min(68vw,880px);aspect-ratio:1675/326;position:relative;display:grid;place-items:center}
.loader-logo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;user-select:none;-webkit-user-drag:none}
.loader-logo--outline{opacity:.92;filter:drop-shadow(0 0 18px rgba(255,255,255,.03))}
.loader-logo-fill{position:absolute;inset:0;clip-path:inset(100% 0 0 0);overflow:hidden;will-change:clip-path;filter:drop-shadow(0 0 26px rgba(203,81,61,.13))}
.loader-logo--full{filter:saturate(1.06) brightness(1.02)}
.load-meter{position:absolute;left:50%;bottom:8vh;transform:translateX(-50%);width:min(70vw,900px)}
.load-meter__track{height:4px;background:rgba(255,255,255,.12);overflow:hidden}
.load-meter__track span{height:100%;width:0;display:block;background:var(--brand);box-shadow:0 0 22px rgba(255,81,52,.5);will-change:width}
.load-meter__meta{margin-top:11px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.16em;color:rgba(255,255,255,.55)}
.load-meter__meta strong{font-size:18px;color:#fff;font-variant-numeric:tabular-nums}
.load-meter__meta strong:after{content:"%";font-size:10px;margin-left:2px;color:var(--brand)}

/* Construction */
.construction-gate{position:fixed;inset:0;z-index:1000;background:radial-gradient(circle at 70% 20%,#22120f 0,transparent 34%),#090909;display:grid;place-items:center}.construction-noise,.video-stage__grain{position:absolute;inset:0;opacity:.06;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.construction-center{text-align:center;position:relative;z-index:1}.brand-lockup{display:inline-flex;align-items:center;gap:12px}.brand-home-button{border:0;background:transparent;padding:0;cursor:pointer}.brand-lockup>img:first-child{width:28px;height:40px;object-fit:contain}.brand-lockup>img:last-child{width:170px;height:auto}.brand-lockup--center{margin-bottom:34px}.brand-lockup--center>img:first-child{width:36px;height:54px}.brand-lockup--center>img:last-child{width:240px}.eyebrow,.scene-kicker{font-size:10px;font-weight:700;letter-spacing:.18em;color:var(--brand);margin:0 0 12px}.construction-center h1{font-size:clamp(44px,7vw,100px);line-height:.88;letter-spacing:-.055em;margin:0;font-weight:800}.construction-line{width:min(520px,70vw);height:1px;background:rgba(255,255,255,.15);margin:28px auto 18px;overflow:hidden}.construction-line span{display:block;width:31%;height:100%;background:var(--brand);animation:pulseLine 3s ease-in-out infinite}.construction-copy{margin:0;color:rgba(255,255,255,.55);font-size:13px}.secret-entry{position:fixed;bottom:13px;width:72px;height:26px;border:0;background:transparent;opacity:.06;cursor:pointer;font-size:8px;letter-spacing:.14em;transition:.2s}.secret-entry:hover,.secret-entry:focus-visible{opacity:.8}.secret-entry:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--brand);margin-right:6px}.secret-entry--visitor{right:82px}.secret-entry--admin{right:10px}
@keyframes pulseLine{0%,100%{transform:translateX(-105%)}50%{transform:translateX(340%)}}

/* Main experience */
.experience{position:relative;width:100%;height:100%;isolation:isolate;background:#080808}.video-stage{position:absolute;inset:0;z-index:-3;overflow:hidden}.bg-video{position:absolute;inset:-3%;width:106%;height:106%;object-fit:cover;opacity:0;transform:scale(1.05);transition:opacity .5s var(--ease),transform 1.1s var(--ease);filter:saturate(.92) contrast(1.06) brightness(.88)}.bg-video.is-active{opacity:1;transform:scale(1)}.video-stage__scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,3,3,.98) 0%,rgba(3,3,3,.93) 20%,rgba(3,3,3,.63) 39%,rgba(3,3,3,.2) 64%,rgba(3,3,3,.3) 100%),linear-gradient(0deg,rgba(0,0,0,.62) 0,transparent 40%)}.video-stage__grain{z-index:2}.video-stage__scan{position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 4px);mix-blend-mode:overlay;opacity:.3}
.topbar{position:absolute;left:42px;right:42px;top:28px;height:54px;display:flex;align-items:center;justify-content:space-between;z-index:20}.topbar-right{display:flex;align-items:center;gap:19px}.location-strip{display:flex;gap:4px;background:rgba(10,10,10,.42);border:1px solid rgba(255,255,255,.1);padding:4px;border-radius:4px;backdrop-filter:blur(8px)}.location-chip{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:2px;position:relative;overflow:hidden}.location-chip:after{content:"";position:absolute;bottom:0;left:8px;right:8px;height:1px;background:var(--brand);transform:scaleX(0);transition:.3s}.location-chip:hover:after{transform:scaleX(1)}.location-chip b{font-size:13px}.location-chip em{font-style:normal;font-size:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:rgba(255,255,255,.7)}.anniversary{border:1px solid rgba(255,255,255,.13);background:rgba(10,10,10,.45);backdrop-filter:blur(8px);border-radius:4px;min-width:140px;height:38px;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:center;padding:5px 8px;cursor:default}.anniversary__label{font-size:6px;letter-spacing:.15em;color:var(--brand);align-self:end}.anniversary strong{font-size:18px;line-height:1;text-align:right;grid-row:1/3;grid-column:2}.anniversary__hint{font-size:6px;letter-spacing:.1em;color:rgba(255,255,255,.55);align-self:start}.language-switch{display:flex;align-items:center;gap:6px}.language-switch button{border:0;background:transparent;font-size:9px;font-weight:800;opacity:.35;padding:6px 2px;cursor:pointer}.language-switch button.is-active{opacity:1;color:var(--brand)}.language-switch i{height:12px;width:1px;background:rgba(255,255,255,.2)}
.menu-shell{position:absolute;left:42px;top:50%;transform:translateY(-47%);width:290px;z-index:15}.menu-kicker{font-size:8px;letter-spacing:.2em;color:rgba(255,255,255,.42);margin:0 0 20px 30px}.main-menu{display:flex;flex-direction:column;align-items:flex-start;gap:0}.menu-item{width:100%;height:49px;display:flex;align-items:center;gap:12px;border:0;background:transparent;text-align:left;cursor:pointer;padding:0 12px 0 0;position:relative;color:rgba(255,255,255,.36);transition:transform .22s var(--ease),color .22s,opacity .22s}.menu-item:before{content:"";width:3px;height:0;background:var(--brand);transition:height .25s var(--ease);box-shadow:0 0 14px rgba(255,81,52,.45)}.menu-item span{font-size:7px;letter-spacing:.1em;opacity:.45;width:14px}.menu-item strong{font-size:17px;font-weight:700;letter-spacing:.005em;transition:font-size .25s var(--ease),letter-spacing .25s}.menu-item.is-selected{color:#fff;transform:translateX(10px)}.menu-item.is-selected:before{height:31px}.menu-item.is-selected strong{font-size:23px;letter-spacing:-.02em}.menu-item.is-selected span{color:var(--brand);opacity:1}.menu-item:hover{color:#fff}
.scene-stack{position:absolute;inset:0;z-index:8;pointer-events:none}.scene{position:absolute;inset:0;opacity:0;transform:translateX(22px);visibility:hidden;transition:opacity .28s var(--ease),transform .48s var(--ease),visibility .28s}.scene.is-active{opacity:1;transform:translateX(0);visibility:visible;pointer-events:auto}.home-message{position:absolute;left:39vw;top:40%;transform:translateY(-50%);text-shadow:0 3px 20px rgba(0,0,0,.25)}.home-message h2,.scene-panel h2{font-size:clamp(48px,5.3vw,88px);line-height:.88;letter-spacing:-.06em;margin:0;font-weight:800}.home-sub{font-size:13px;color:rgba(255,255,255,.65);margin:18px 0 0;max-width:390px}.meeting-cta{position:absolute;left:57%;top:62%;display:flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.2);background:rgba(8,8,8,.42);backdrop-filter:blur(12px);padding:10px 18px 10px 10px;border-radius:5px;cursor:pointer;text-align:left;transition:transform .25s var(--ease),background .25s,border .25s}.meeting-cta:hover{transform:translateY(-3px) scale(1.015);background:rgba(8,8,8,.72);border-color:rgba(255,81,52,.7)}.meeting-cta__icon{width:42px;height:42px;border-radius:3px;background:var(--brand);display:grid;place-items:center;font-size:20px}.meeting-cta small{display:block;font-size:7px;letter-spacing:.15em;color:rgba(255,255,255,.5);margin-bottom:3px}.meeting-cta strong{font-size:12px;letter-spacing:.04em}.scene-panel{position:absolute;left:39vw;top:50%;transform:translateY(-50%);width:min(55vw,850px)}.scene-panel--portfolio{width:min(59vw,980px)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:27px}.service-card{border:1px solid rgba(255,255,255,.13);background:rgba(5,5,5,.45);backdrop-filter:blur(9px);min-height:84px;padding:15px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.service-card:hover{border-color:rgba(255,81,52,.7);background:rgba(5,5,5,.67);transform:translateY(-2px)}.service-card span{font-size:7px;color:var(--brand);letter-spacing:.12em}.service-card strong{font-size:12px;line-height:1.2}.client-marquee{display:grid;grid-template-columns:repeat(3,1fr);margin-top:26px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.client-item{min-height:58px;display:flex;align-items:center;padding:0 14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(5,5,5,.28);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;transition:.2s}.client-item:hover{background:rgba(255,81,52,.85);color:#080808}.scene-note{font-size:8px;color:rgba(255,255,255,.42);margin-top:9px}.scene-panel__head{display:flex;justify-content:space-between;align-items:flex-end}.portfolio-count{font-size:8px;letter-spacing:.13em;color:rgba(255,255,255,.55);padding-bottom:8px}.portfolio-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:24px}.portfolio-card{height:154px;border:1px solid rgba(255,255,255,.13);background:#111;position:relative;overflow:hidden;cursor:pointer;text-align:left;padding:0}.portfolio-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease);filter:saturate(.85)}.portfolio-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent 65%)}.portfolio-card:hover img{transform:scale(1.055)}.portfolio-card:hover{border-color:var(--brand)}.portfolio-card div{position:absolute;z-index:2;left:10px;right:10px;bottom:9px;display:flex;align-items:flex-end;justify-content:space-between}.portfolio-card small{font-size:7px;color:var(--brand);letter-spacing:.12em}.portfolio-card strong{display:block;font-size:9px;margin-top:3px;max-width:120px}.portfolio-card b{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);font-size:12px}.news-list{display:grid;gap:0;margin-top:24px;border-top:1px solid var(--line)}.news-row{display:grid;grid-template-columns:80px 1fr auto;align-items:center;gap:18px;min-height:58px;border-bottom:1px solid var(--line);background:rgba(5,5,5,.24);padding:0 12px;transition:.2s}.news-row:hover{background:rgba(5,5,5,.55);padding-left:18px}.news-row time{font-size:7px;color:var(--brand);letter-spacing:.09em}.news-row strong{font-size:11px}.news-row span{font-size:14px;color:rgba(255,255,255,.45)}.empty-state{border:1px solid var(--line);padding:22px;font-size:10px;color:rgba(255,255,255,.5);margin-top:24px}.contact-copy{max-width:500px;color:rgba(255,255,255,.63);line-height:1.6;font-size:12px;margin:22px 0}.primary-button{border:0;background:var(--brand);color:#080808;font-weight:800;font-size:9px;letter-spacing:.05em;height:44px;padding:0 7px 0 16px;display:inline-flex;align-items:center;gap:15px;cursor:pointer}.primary-button b{width:31px;height:31px;background:#080808;color:#fff;display:grid;place-items:center;font-size:14px}.primary-button:hover{background:#fff}.controls-help{position:absolute;left:42px;bottom:25px;display:flex;align-items:center;gap:5px;z-index:20;color:rgba(255,255,255,.42)}.key{border:1px solid rgba(255,255,255,.2);min-width:18px;height:18px;display:grid;place-items:center;font-size:8px;background:rgba(0,0,0,.25)}.key--wide{padding:0 5px}.controls-help em{font-style:normal;font-size:6px;letter-spacing:.1em;margin:0 8px 0 2px}.mouse-icon{font-size:11px}.video-meta{position:absolute;right:42px;bottom:25px;z-index:20;display:flex;align-items:center;gap:8px;font-size:7px;letter-spacing:.1em;color:rgba(255,255,255,.55)}.video-meta span{width:6px;height:6px;background:var(--brand);border-radius:50%}.video-meta strong{font-weight:600}.admin-fab{position:absolute;right:42px;bottom:58px;z-index:80;border:1px solid rgba(255,81,52,.6);background:rgba(0,0,0,.65);color:var(--brand);font-size:7px;font-weight:800;letter-spacing:.12em;padding:8px 10px;cursor:pointer}.secret-admin-live{position:fixed;right:0;bottom:0;width:18px;height:18px;opacity:0;border:0;background:transparent;z-index:100;cursor:pointer}
.mobile-nav,.mobile-more{display:none}

/* Dialogs */
.modal{border:0;padding:0;background:transparent;color:#fff;max-width:none;max-height:none}.modal::backdrop{background:rgba(0,0,0,.76);backdrop-filter:blur(8px)}.access-card,.meeting-card,.media-card{position:relative;background:#0c0c0c;border:1px solid rgba(255,255,255,.15);box-shadow:0 30px 100px rgba(0,0,0,.55)}.access-card{width:min(420px,92vw);padding:34px}.access-card>img{width:28px;height:auto;margin-bottom:30px}.access-card h2{margin:0 0 22px;font-size:30px;letter-spacing:-.05em}.modal-close{position:absolute;right:12px;top:12px;border:0;background:transparent;color:rgba(255,255,255,.55);font-size:26px;cursor:pointer;z-index:5}.field{display:flex;flex-direction:column;gap:7px}.field span{font-size:7px;letter-spacing:.15em;color:rgba(255,255,255,.48);font-weight:700}.field input,.field textarea{border:0;border-bottom:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.03);color:#fff;padding:10px 9px;outline:0;font-size:12px;resize:none}.field input:focus,.field textarea:focus{border-color:var(--brand)}.primary-button--full{width:100%;justify-content:space-between;margin-top:18px}.form-error{font-size:9px;color:#ff7d68;min-height:14px}.meeting-card{width:min(780px,92vw);padding:42px}.meeting-card h2{font-size:46px;line-height:.91;letter-spacing:-.055em;margin:0 0 28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field--wide{grid-column:1/-1}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.form-actions p{font-size:9px;color:rgba(255,255,255,.5);margin:0}.media-card{width:min(900px,92vw);padding:12px}.media-card video{width:100%;max-height:68vh;background:#000;display:block}.media-card>div:last-child{display:flex;justify-content:space-between;align-items:center;padding:10px 4px 2px}.media-card strong{font-size:11px}.media-card span{font-size:8px;color:var(--brand)}

/* Admin */
.admin-dialog{border:0;padding:0;background:transparent;color:#fff;width:96vw;height:92vh;max-width:none;max-height:none}.admin-dialog::backdrop{background:rgba(0,0,0,.82);backdrop-filter:blur(10px)}.admin-shell{height:100%;display:grid;grid-template-columns:205px 1fr;background:#0a0a0a;border:1px solid rgba(255,255,255,.12);box-shadow:0 35px 120px rgba(0,0,0,.7);overflow:hidden}.admin-sidebar{background:#070707;border-right:1px solid rgba(255,255,255,.1);padding:20px;display:flex;flex-direction:column}.admin-brand{display:flex;align-items:center;gap:10px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.09)}.admin-brand img{width:24px;height:35px}.admin-brand span{display:flex;flex-direction:column}.admin-brand b{font-size:13px}.admin-brand small{font-size:6px;letter-spacing:.15em;color:var(--brand)}.admin-sidebar nav{display:flex;flex-direction:column;margin-top:24px;gap:4px}.admin-sidebar nav button,.admin-logout{border:0;background:transparent;text-align:left;color:rgba(255,255,255,.42);height:34px;padding:0 10px;font-size:8px;font-weight:700;letter-spacing:.09em;cursor:pointer;border-left:2px solid transparent}.admin-sidebar nav button.is-active{color:#fff;border-left-color:var(--brand);background:rgba(255,255,255,.04)}.admin-logout{margin-top:auto;color:#ff7965}.admin-content{overflow:hidden;padding:0 26px 26px}.admin-head{height:80px;border-bottom:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between}.admin-head span{font-size:6px;letter-spacing:.15em;color:var(--brand)}.admin-head h2{font-size:20px;margin:3px 0 0}.admin-close{border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer}.admin-pane{display:none;height:calc(100% - 80px);overflow:auto;padding-top:22px;padding-bottom:30px}.admin-pane.is-active{display:block}.admin-grid{display:grid;gap:12px}.admin-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-card{border:1px solid rgba(255,255,255,.1);background:#0e0e0e;padding:18px;min-height:170px}.admin-card__label{font-size:6px;letter-spacing:.17em;color:var(--brand)}.admin-card h3{font-size:16px;margin:8px 0}.admin-card p{font-size:9px;line-height:1.6;color:rgba(255,255,255,.48);max-width:460px}.admin-big-number{font-size:48px;color:var(--brand);letter-spacing:-.06em}.toggle{display:inline-flex;align-items:center;gap:10px;margin-top:13px;cursor:pointer}.toggle input{display:none}.toggle span{width:40px;height:20px;background:#2d2d2d;border-radius:20px;position:relative}.toggle span:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;left:3px;top:3px;background:#888;transition:.2s}.toggle input:checked+span{background:rgba(255,81,52,.3)}.toggle input:checked+span:after{left:23px;background:var(--brand)}.toggle b{font-size:7px;letter-spacing:.12em}.admin-field{display:flex;flex-direction:column;gap:5px;margin:9px 0;font-size:7px;color:rgba(255,255,255,.45);letter-spacing:.1em}.admin-field input,.admin-field select,.admin-field textarea{border:1px solid rgba(255,255,255,.13);background:#080808;color:#fff;padding:9px;outline:0;font-size:10px}.admin-button{border:1px solid rgba(255,255,255,.15);background:#171717;color:#fff;font-size:7px;font-weight:800;letter-spacing:.1em;padding:10px 12px;cursor:pointer;display:inline-block}.admin-button:hover{border-color:var(--brand);color:var(--brand)}.admin-button--danger{color:#ff7965}.admin-button--file input{display:none}.admin-pane-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}.admin-pane-head h3{font-size:18px;margin:0 0 4px}.admin-pane-head p{font-size:8px;color:rgba(255,255,255,.42);margin:0}.admin-pane-head>span{font-size:8px;color:var(--brand)}.video-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.video-admin-card{border:1px solid rgba(255,255,255,.1);background:#0d0d0d;padding:9px}.video-admin-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;margin-bottom:8px}.video-admin-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.video-admin-card__top strong{font-size:10px}.video-admin-card__top label{font-size:7px;color:rgba(255,255,255,.4)}.video-admin-card input[type="text"],.video-admin-card select{width:100%;border:1px solid rgba(255,255,255,.12);background:#080808;color:#fff;font-size:8px;padding:7px;margin-top:5px}.video-admin-card select{height:58px}.zone-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.zone-card{border:1px solid rgba(255,255,255,.1);background:#0d0d0d;padding:14px}.zone-card h4{font-size:12px;margin:0 0 4px}.zone-card p{font-size:7px;color:rgba(255,255,255,.42);margin:0 0 10px}.zone-options{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.zone-option{position:relative}.zone-option input{position:absolute;opacity:0}.zone-option span{display:block;border:1px solid rgba(255,255,255,.11);background:#070707;padding:6px;font-size:7px;text-align:center;cursor:pointer}.zone-option input:checked+span{background:var(--brand);color:#080808;border-color:var(--brand);font-weight:800}.tag-manager{border:1px solid rgba(255,255,255,.1);background:#0d0d0d;padding:18px}.tag-list{display:flex;flex-wrap:wrap;gap:7px;min-height:80px}.tag-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.12);padding:7px 8px;font-size:8px}.tag-chip button{border:0;background:transparent;color:#ff7c68;cursor:pointer}.tag-manager form{display:flex;gap:8px;margin-top:15px}.tag-manager form input{flex:1;border:1px solid rgba(255,255,255,.12);background:#080808;color:#fff;padding:9px}.news-admin-list{display:grid;gap:8px}.news-editor{border:1px solid rgba(255,255,255,.1);background:#0d0d0d;padding:13px;display:grid;grid-template-columns:120px 1fr 1fr auto;gap:8px;align-items:start}.news-editor input,.news-editor textarea{border:1px solid rgba(255,255,255,.12);background:#080808;color:#fff;padding:8px;font-size:8px}.news-editor textarea{resize:vertical;min-height:54px}.news-editor button{border:0;background:transparent;color:#ff7965;cursor:pointer;font-size:16px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);opacity:0;z-index:7000;background:#fff;color:#080808;padding:10px 14px;font-size:8px;font-weight:800;letter-spacing:.08em;transition:.25s;pointer-events:none}.toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media(max-width:980px){
  .topbar{left:20px;right:20px;top:16px}.topbar-right{gap:8px}.location-strip{display:none}.anniversary{min-width:115px}.brand-lockup>img:last-child{width:130px}.menu-shell{left:22px;width:220px}.scene-panel,.home-message{left:34vw}.controls-help{left:22px}.video-meta{right:22px}.service-grid{grid-template-columns:repeat(2,1fr)}.client-marquee{grid-template-columns:repeat(2,1fr)}.portfolio-strip{grid-template-columns:repeat(3,1fr)}.portfolio-card:nth-child(n+7){display:none}.video-admin-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  html,body{overflow:hidden}.topbar{left:16px;right:16px}.brand-lockup>img:first-child{width:20px;height:30px}.brand-lockup>img:last-child{width:110px}.anniversary{display:none}.language-switch button{font-size:10px}.video-stage__scrim{background:linear-gradient(0deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.15) 55%,rgba(0,0,0,.36) 100%)}.menu-shell,.controls-help,.video-meta{display:none}.scene-stack{bottom:66px}.scene-panel,.home-message{left:18px;right:18px;width:auto;top:auto;bottom:92px;transform:none}.home-message h2,.scene-panel h2{font-size:46px}.home-sub{font-size:11px}.meeting-cta{left:18px;top:auto;bottom:26px}.service-grid{grid-template-columns:repeat(2,1fr);gap:5px}.service-card{min-height:64px;padding:10px}.service-card:nth-child(n+5){display:none}.client-marquee{grid-template-columns:repeat(2,1fr)}.client-item:nth-child(n+7){display:none}.portfolio-strip{grid-template-columns:repeat(2,1fr)}.portfolio-card{height:126px}.portfolio-card:nth-child(n+5){display:none}.news-row{grid-template-columns:65px 1fr auto}.mobile-nav{position:absolute;z-index:50;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));height:58px;border:1px solid rgba(255,255,255,.13);background:rgba(8,8,8,.82);backdrop-filter:blur(15px);display:grid;grid-template-columns:repeat(4,1fr)}.mobile-nav button{border:0;background:transparent;color:rgba(255,255,255,.55);font-size:8px;display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:center}.mobile-nav button b{font-size:15px}.mobile-nav button.is-active{color:var(--brand)}.mobile-more{display:grid;position:absolute;z-index:60;left:10px;right:10px;bottom:77px;background:#0a0a0a;border:1px solid rgba(255,255,255,.14);padding:8px;grid-template-columns:repeat(3,1fr);gap:5px}.mobile-more button{height:44px;background:#111;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:8px}.brand-lockup--center>img:last-child{width:190px}.construction-center h1{font-size:52px}.construction-copy{padding:0 28px}.load-meter{width:86vw}.splash-lockup{width:86vw}.meeting-card{padding:28px 20px}.meeting-card h2{font-size:37px}.form-grid{grid-template-columns:1fr}.field--wide{grid-column:auto}.admin-dialog{width:100vw;height:100vh}.admin-shell{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-content{padding:0 14px 14px}.admin-grid--2,.video-admin-grid,.zone-grid{grid-template-columns:1fr}.news-editor{grid-template-columns:1fr}.admin-pane{height:calc(100% - 70px)}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.bg-video{transform:none!important}}

/* ===== v1.3 refinements ===== */
/* Loader: no outline, full brand reveal from left to right */
.splash-brand{position:relative;width:min(760px,72vw);height:118px;display:flex;align-items:center;justify-content:center;overflow:visible}
.brand-lockup--splash{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:18px}
.brand-lockup--splash>img:first-child{width:52px;height:78px;object-fit:contain}
.brand-lockup--splash>img:last-child{width:min(520px,58vw);height:auto}
.splash-brand__ghost{opacity:.11;filter:grayscale(.35) brightness(.85)}
.splash-brand__fill{position:absolute;inset:0;clip-path:inset(0 100% 0 0);overflow:hidden;will-change:clip-path;filter:drop-shadow(0 0 24px rgba(255,81,52,.18))}
.loader-logo,.loader-logo-fill,.loader-logo--outline{display:none!important}

/* Better legibility over moving footage */
.home-message,.scene-panel,.meeting-cta,.menu-shell,.topbar,.controls-help,.video-meta,.social-links{text-shadow:0 3px 16px rgba(0,0,0,.92),0 1px 2px rgba(0,0,0,.96)}
.home-message h2,.scene-panel h2,.construction-center h1{text-shadow:0 5px 26px rgba(0,0,0,.88),0 2px 4px #000}
.menu-item strong,.scene-kicker,.home-sub,.contact-copy,.scene-note{filter:drop-shadow(0 2px 4px rgba(0,0,0,.78))}

/* Softer game-style transitions */
.bg-video{transition:opacity .82s cubic-bezier(.22,.75,.22,1),transform 1.35s cubic-bezier(.22,.75,.22,1),filter .82s ease}
.scene{transform:translateX(32px) scale(.992);transition:opacity .5s cubic-bezier(.22,.75,.22,1),transform .72s cubic-bezier(.22,.75,.22,1),visibility 0s linear .55s}
.scene.is-active{transform:translateX(0) scale(1);transition-delay:0s;visibility:visible}
.menu-item{transition:transform .34s cubic-bezier(.22,.75,.22,1),color .3s ease,opacity .3s ease}
.menu-item:before{transition:height .34s cubic-bezier(.22,.75,.22,1)}
.menu-item strong{transition:font-size .34s cubic-bezier(.22,.75,.22,1),letter-spacing .34s cubic-bezier(.22,.75,.22,1)}

/* Real flag assets instead of emoji font fallbacks */
.location-chip img{width:20px;height:13px;object-fit:cover;border-radius:1px;box-shadow:0 0 0 1px rgba(255,255,255,.15),0 2px 5px rgba(0,0,0,.45)}

/* Sound and session controls */
.sound-toggle,.session-exit{height:34px;border:1px solid rgba(255,255,255,.12);background:rgba(7,7,7,.46);backdrop-filter:blur(8px);border-radius:3px;color:rgba(255,255,255,.62);display:flex;align-items:center;gap:7px;padding:0 9px;cursor:pointer;font-size:7px;font-weight:800;letter-spacing:.08em;transition:.25s}
.sound-toggle:hover,.session-exit:hover{border-color:rgba(255,81,52,.65);color:#fff}
.sound-toggle__bars{height:12px;display:flex;gap:2px;align-items:flex-end}
.sound-toggle__bars i{display:block;width:2px;background:var(--brand);border-radius:1px;animation:ssmEq .8s ease-in-out infinite alternate}
.sound-toggle__bars i:nth-child(1){height:5px}.sound-toggle__bars i:nth-child(2){height:11px;animation-delay:.15s}.sound-toggle__bars i:nth-child(3){height:8px;animation-delay:.3s}
.sound-toggle:not(.is-on) .sound-toggle__bars i{height:2px!important;animation:none;background:rgba(255,255,255,.3)}
.session-exit{color:#ff8a78}
@keyframes ssmEq{to{height:3px}}

/* Social links */
.social-links{position:absolute;right:42px;bottom:52px;z-index:30;display:flex;align-items:center;gap:5px}
.social-links a{height:31px;min-width:31px;border:1px solid rgba(255,255,255,.12);background:rgba(7,7,7,.42);backdrop-filter:blur(9px);display:flex;align-items:center;gap:7px;padding:0 8px;border-radius:3px;color:rgba(255,255,255,.58);transition:.24s}
.social-links a:hover{color:#fff;border-color:rgba(255,81,52,.65);background:rgba(7,7,7,.72);transform:translateY(-2px)}
.social-links svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.65;flex:0 0 auto}
.social-links svg .fill-dot{fill:currentColor;stroke:none}
.social-links a:nth-of-type(3) svg rect,.social-links a:nth-of-type(3) svg path{fill:currentColor;stroke:none}
.social-links span{font-size:6px;font-weight:800;letter-spacing:.1em}
.video-meta{bottom:22px}

/* Inline visual editor */
.edit-toolbar{position:fixed;right:24px;top:22px;z-index:900;display:flex;align-items:center;gap:7px;padding:7px;background:rgba(5,5,5,.88);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.14);box-shadow:0 14px 42px rgba(0,0,0,.45)}
.edit-toolbar>span{font-size:7px;font-weight:800;letter-spacing:.12em;color:rgba(255,255,255,.68);padding:0 8px}
.edit-toolbar>span i{display:inline-block;width:6px;height:6px;background:var(--brand);border-radius:50%;margin-right:6px;box-shadow:0 0 10px rgba(255,81,52,.55)}
.edit-toolbar button{height:30px;border:1px solid rgba(255,255,255,.13);background:#121212;color:#fff;font-size:7px;font-weight:800;letter-spacing:.08em;padding:0 11px;cursor:pointer}
.edit-toolbar button:first-of-type{background:var(--brand);color:#070707;border-color:var(--brand)}
body.is-editing [contenteditable="true"]{outline:1px dashed rgba(255,81,52,.55);outline-offset:5px;cursor:text;min-width:10px}
body.is-editing [contenteditable="true"]:hover,body.is-editing [contenteditable="true"]:focus{outline:2px solid var(--brand);background:rgba(0,0,0,.22)}
body.is-editing [data-brand-role]{outline:1px dashed rgba(255,81,52,.72);outline-offset:4px;cursor:pointer}
body.is-editing [data-brand-role]:hover{outline:2px solid var(--brand);filter:drop-shadow(0 0 12px rgba(255,81,52,.28))}
body.is-editing .main-menu,body.is-editing .brand-home-button{pointer-events:auto}
body.is-editing .admin-fab,body.is-editing .sound-toggle,body.is-editing .session-exit{display:none!important}

/* Admin additions */
.admin-head__actions{display:flex;align-items:center;gap:8px}.admin-button--accent{background:var(--brand);border-color:var(--brand);color:#080808}.admin-button--accent:hover{background:#fff;color:#080808;border-color:#fff}
.zone-fixed{display:grid;grid-template-columns:105px 1fr;align-items:center;gap:8px;margin:10px 0 12px;padding:8px;background:#090909;border:1px solid rgba(255,255,255,.08)}
.zone-fixed label{font-size:7px;color:var(--brand);font-weight:800;letter-spacing:.09em}.zone-fixed select{width:100%;background:#070707;color:#fff;border:1px solid rgba(255,255,255,.13);padding:8px;font-size:8px}
.zone-card.has-fixed .zone-options{opacity:.35}.zone-card.has-fixed:after{content:'VIDEO FIJO ACTIVO';display:block;margin-top:8px;font-size:6px;color:var(--brand);letter-spacing:.12em}

@media(max-width:1180px){
  .location-chip em{display:none}.location-chip{padding:6px}.topbar-right{gap:9px}.social-links{right:22px}.sound-toggle b{display:none}.sound-toggle{padding:0 8px}
}
@media(max-width:700px){
  .splash-brand{width:88vw;height:88px}.brand-lockup--splash>img:first-child{width:35px;height:54px}.brand-lockup--splash>img:last-child{width:67vw}
  .sound-toggle{position:absolute;right:0;top:48px}.session-exit{position:absolute;right:42px;top:48px}.social-links{right:14px;bottom:80px}.social-links span{display:none}.social-links a{min-width:30px;padding:0;justify-content:center}.edit-toolbar{left:10px;right:10px;top:10px;justify-content:flex-end}.edit-toolbar>span{margin-right:auto}.admin-head__actions .admin-button{font-size:6px;padding:8px}
}
@media(prefers-reduced-motion:reduce){.sound-toggle__bars i{animation:none!important}.bg-video,.scene,.menu-item,.menu-item:before,.menu-item strong{transition-duration:.001ms!important}}
.admin-fab{bottom:92px}


/* ===== v1.4 loader + audio polish ===== */
/* Liquid reveal: the JS animates an irregular polygon front from left to right. */
.splash-brand__fill{overflow:visible;filter:drop-shadow(0 0 28px rgba(255,81,52,.22));transform:translateZ(0)}
.splash-brand__fill.is-loading:after{content:"";position:absolute;top:-5%;bottom:-5%;right:-11px;width:30px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);filter:blur(7px);opacity:.5;animation:ssmLiquidGlint .74s ease-in-out infinite alternate}
@keyframes ssmLiquidGlint{from{transform:translateX(-5px) scaleY(.96);opacity:.26}to{transform:translateX(5px) scaleY(1.04);opacity:.58}}
.load-meter__track span{transition:none}

/* ===== v1.5 consolidated experience ===== */
/* Full logo loader: nothing visible at 0%. */
.splash-logo-wrap{position:relative;width:min(76vw,860px);aspect-ratio:1675/326;display:grid;place-items:center}
.splash-logo-liquid{position:absolute;inset:0;overflow:hidden;clip-path:polygon(0 0,0 0,0 100%,0 100%);will-change:clip-path;filter:drop-shadow(0 0 32px rgba(255,81,52,.22));transform:translateZ(0)}
.splash-logo-image{width:100%;height:100%;object-fit:contain;display:block;user-select:none;-webkit-user-drag:none}
.splash-logo-liquid.is-loading:after{content:"";position:absolute;top:-8%;bottom:-8%;right:-18px;width:40px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);filter:blur(8px);opacity:.44;animation:ssmLiquidGlint .66s ease-in-out infinite alternate;pointer-events:none}
.construction-logo{display:block;width:min(54vw,540px);height:auto;margin:0 auto 36px;filter:drop-shadow(0 8px 28px rgba(0,0,0,.45))}
.brand-home-button{width:210px;height:48px;display:flex;align-items:center;border:0;background:transparent;padding:0;cursor:pointer}
.brand-home-button img{width:100%;height:auto;display:block;filter:drop-shadow(0 4px 14px rgba(0,0,0,.7))}

/* Prominent language selector */
.language-switch--prominent{display:flex;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.14);background:rgba(8,8,8,.56);backdrop-filter:blur(12px);border-radius:5px}
.language-switch--prominent button{display:flex;align-items:center;gap:7px;height:34px;padding:0 9px;border:0;border-radius:3px;background:transparent;color:rgba(255,255,255,.52);font-size:7px;font-weight:800;letter-spacing:.07em;cursor:pointer;transition:.24s}
.language-switch--prominent button img{width:22px;height:14px;object-fit:cover;border-radius:1px;box-shadow:0 0 0 1px rgba(255,255,255,.14)}
.language-switch--prominent button.is-active{background:rgba(255,81,52,.13);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,81,52,.5)}
.language-switch--prominent button:hover{color:#fff;background:rgba(255,255,255,.07)}

/* Clickable office chips */
.location-chip{border:0;color:#fff;cursor:pointer;font-family:inherit}
.location-chip:focus-visible{outline:1px solid var(--brand);outline-offset:2px}

/* More readable anniversary */
.anniversary{min-width:194px;height:43px;grid-template-columns:1fr auto;padding:6px 10px;cursor:default}
.anniversary__label{font-size:8px;font-weight:800;letter-spacing:.13em;color:#fff}
.anniversary strong{font-size:22px;color:var(--brand);padding-left:10px}
.anniversary__hint{font-size:6.5px;font-weight:700;letter-spacing:.08em;color:rgba(255,255,255,.64);white-space:nowrap}

/* Main video readability and smoother transitions */
.video-stage__scrim{background:linear-gradient(90deg,rgba(3,3,3,.99) 0%,rgba(3,3,3,.96) 19%,rgba(3,3,3,.70) 38%,rgba(3,3,3,.25) 66%,rgba(3,3,3,.34) 100%),linear-gradient(0deg,rgba(0,0,0,.68) 0,transparent 44%)}
.bg-video{transition:opacity 1.05s cubic-bezier(.2,.7,.2,1),transform 1.55s cubic-bezier(.2,.7,.2,1),filter .95s ease;filter:saturate(.98) contrast(1.04) brightness(.91)}
.scene{transform:translateX(24px) scale(.994);transition:opacity .58s cubic-bezier(.2,.7,.2,1),transform .82s cubic-bezier(.2,.7,.2,1),visibility 0s linear .62s}
.scene.is-active{transform:translateX(0) scale(1);transition-delay:0s}
.scene-panel__headline{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}
.scene-panel__headline>p{width:min(310px,34%);font-size:10px;line-height:1.55;color:rgba(255,255,255,.66);margin:0 0 4px;text-shadow:0 3px 13px rgba(0,0,0,.95)}

/* Services */
.scene-panel--services{width:min(59vw,980px)}
.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:15px}
.service-card{position:relative;min-height:122px;padding:12px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,rgba(5,5,5,.73),rgba(5,5,5,.4));backdrop-filter:blur(12px);overflow:hidden;cursor:pointer;display:grid;grid-template-columns:42px 1fr;grid-template-rows:1fr auto;gap:7px 10px;align-items:center;transition:transform .28s var(--ease),border-color .28s,background .28s;box-shadow:0 10px 28px rgba(0,0,0,.22)}
.service-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(255,81,52,.13),transparent 45%);opacity:0;transition:.28s}
.service-card:hover{transform:translateY(-4px);border-color:rgba(255,81,52,.72);background:rgba(7,7,7,.8)}
.service-card:hover:before{opacity:1}
.service-card img{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.55))}
.service-card .service-card__icon{width:38px;height:38px;border:1px solid rgba(255,81,52,.48);display:grid;place-items:center;color:var(--brand);font-size:18px;font-weight:800;background:rgba(255,81,52,.07)}
.service-card span{position:absolute;right:9px;top:8px;font-size:7px;color:rgba(255,255,255,.25);letter-spacing:.08em}
.service-card strong{font-size:10px;line-height:1.2;letter-spacing:.01em;position:relative;z-index:1}
.service-card small{grid-column:1/3;font-size:6.5px;letter-spacing:.1em;color:rgba(255,255,255,.44);position:relative;z-index:1}

/* Clients */
.scene-panel--clients{width:min(60vw,1010px)}
.client-featured{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:14px 0 8px}
.client-featured .client-card{min-height:126px}
.client-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}
.client-card{position:relative;min-height:92px;border:1px solid rgba(255,255,255,.13);background:rgba(5,5,5,.52);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:13px;cursor:pointer;transition:.28s;overflow:hidden}
.client-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,81,52,.11),transparent 44%);opacity:0;transition:.28s}
.client-card:hover{transform:translateY(-3px) scale(1.01);border-color:rgba(255,81,52,.65);background:rgba(8,8,8,.78)}
.client-card:hover:before{opacity:1}
.client-card img{max-width:84%;max-height:66px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 5px 14px rgba(0,0,0,.52))}
.client-card--featured img{max-height:84px;max-width:55%}
.client-card .client-card__name{position:absolute;left:10px;bottom:8px;font-size:6px;font-weight:800;letter-spacing:.08em;color:rgba(255,255,255,.42);text-transform:uppercase}
.client-card--fallback strong{font-size:16px;letter-spacing:-.04em;color:#fff}

/* Portfolio */
.scene-panel--portfolio{width:min(61vw,1040px)}
.portfolio-filters{display:flex;gap:5px;flex-wrap:wrap;margin:13px 0 9px}
.portfolio-filter{height:27px;border:1px solid rgba(255,255,255,.13);background:rgba(7,7,7,.5);color:rgba(255,255,255,.54);padding:0 10px;border-radius:2px;font-size:6.5px;font-weight:800;letter-spacing:.08em;cursor:pointer;transition:.22s}
.portfolio-filter:hover,.portfolio-filter.is-active{border-color:var(--brand);color:#fff;background:rgba(255,81,52,.12)}
.portfolio-strip{grid-template-columns:repeat(4,1fr);gap:7px}
.portfolio-card{height:132px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#060606;padding:0;cursor:pointer;transition:.28s}
.portfolio-card:hover{transform:translateY(-4px);border-color:rgba(255,81,52,.68)}
.portfolio-card video,.portfolio-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.74) saturate(.95);transition:.35s}
.portfolio-card:hover video,.portfolio-card:hover img{transform:scale(1.035);filter:brightness(.9) saturate(1.02)}
.portfolio-card>div{position:absolute;left:0;right:0;bottom:0;padding:10px;background:linear-gradient(transparent,rgba(0,0,0,.88));display:flex;align-items:flex-end;justify-content:space-between}
.portfolio-card small{display:block;font-size:5.5px;color:var(--brand);letter-spacing:.08em}.portfolio-card strong{font-size:8px}.portfolio-card b{font-size:11px}

/* Detail modals */
.modal--detail::backdrop,.modal--offices::backdrop{background:rgba(0,0,0,.76);backdrop-filter:blur(7px)}
.detail-card{width:min(820px,88vw);min-height:430px;background:#0b0b0b;border:1px solid rgba(255,255,255,.14);display:grid;grid-template-columns:260px 1fr;position:relative;overflow:hidden;box-shadow:0 36px 100px rgba(0,0,0,.72);animation:gamePanelIn .48s cubic-bezier(.18,.9,.22,1)}
.detail-card__visual{background:radial-gradient(circle at 40% 35%,rgba(255,81,52,.18),transparent 48%),#070707;display:grid;place-items:center;position:relative;border-right:1px solid rgba(255,255,255,.1)}
.detail-card__visual img{width:96px;height:96px;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(0,0,0,.5))}
.detail-card__visual>span{position:absolute;left:18px;bottom:18px;font-size:52px;font-weight:800;color:rgba(255,255,255,.06)}
.detail-card__body{padding:46px 40px;display:flex;flex-direction:column;justify-content:center}
.detail-card__body h2{font-size:38px;line-height:.95;letter-spacing:-.055em;margin:0 0 18px}
.detail-card__body>p{font-size:11px;line-height:1.65;color:rgba(255,255,255,.65);margin:0 0 24px}
.detail-subhead{font-size:7px;letter-spacing:.12em;color:var(--brand);font-weight:800;margin-bottom:8px}
.detail-client-chips{display:flex;flex-wrap:wrap;gap:5px}.detail-client-chips span{padding:6px 8px;border:1px solid rgba(255,255,255,.12);font-size:6px;color:rgba(255,255,255,.68)}
.client-detail-logo{display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,rgba(255,81,52,.13),transparent 50%),#070707;border-right:1px solid rgba(255,255,255,.1);padding:34px}
.client-detail-logo img{max-width:180px;max-height:180px;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(0,0,0,.45))}
.client-links{display:flex;gap:6px;flex-wrap:wrap}.client-links a{height:34px;border:1px solid rgba(255,255,255,.13);display:inline-flex;align-items:center;padding:0 11px;font-size:6.5px;font-weight:800;letter-spacing:.08em;color:rgba(255,255,255,.7);transition:.22s}.client-links a:hover{border-color:var(--brand);color:#fff;background:rgba(255,81,52,.08)}
@keyframes gamePanelIn{0%{opacity:0;transform:translateY(24px) scale(.96)}60%{opacity:1;transform:translateY(-2px) scale(1.008)}100%{opacity:1;transform:none}}

/* Offices modal */
.offices-card{width:min(1040px,92vw);height:min(600px,82vh);background:#090909;border:1px solid rgba(255,255,255,.13);position:relative;display:grid;grid-template-columns:310px 1fr;overflow:hidden;box-shadow:0 40px 110px rgba(0,0,0,.75);animation:gamePanelIn .5s cubic-bezier(.18,.9,.22,1)}
.offices-copy{padding:52px 34px;border-right:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,rgba(255,81,52,.08),transparent 44%)}
.offices-copy h2{font-size:42px;line-height:.92;letter-spacing:-.055em;margin:0 0 18px}.offices-copy>p:last-child{font-size:10px;line-height:1.6;color:rgba(255,255,255,.58)}
.world-map{position:relative;overflow:hidden;background:radial-gradient(circle at 54% 44%,rgba(255,81,52,.07),transparent 34%),#080808}
.world-map>svg{position:absolute;inset:8%;width:84%;height:84%}.world-map .land{fill:url(#mapGlow);stroke:rgba(255,255,255,.15);stroke-width:1}.world-map .map-grid{fill:none;stroke:rgba(255,255,255,.045);stroke-width:1}
.map-point{position:absolute;transform:translate(-50%,-50%);background:transparent;border:0;color:#fff;cursor:pointer;display:grid;grid-template-columns:18px auto;grid-template-rows:auto auto;text-align:left;gap:1px 7px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.8))}.map-point i{grid-row:1/3;width:14px;height:14px;border:2px solid var(--brand);border-radius:50%;position:relative;box-shadow:0 0 0 6px rgba(255,81,52,.08),0 0 18px rgba(255,81,52,.48)}.map-point i:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--brand)}.map-point strong{font-size:8px;letter-spacing:.06em}.map-point small{font-size:5.5px;color:rgba(255,255,255,.52);letter-spacing:.09em}.map-point.is-hq i{width:17px;height:17px}.map-point.is-hq strong{color:var(--brand)}

/* News / form */
.news-list{margin-top:20px}.news-row{background:rgba(5,5,5,.54);backdrop-filter:blur(9px)}
.form-grid--single{grid-template-columns:1fr}

/* Action click affordance */
.game-action{position:relative;overflow:hidden}.game-action:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.16);transform:translateX(-110%);transition:transform .28s}.game-action:active:after{transform:translateX(110%);transition:0s}

/* Stronger text shadow */
.home-message,.scene-panel,.menu-shell,.topbar,.controls-help,.video-meta,.social-links{text-shadow:0 4px 18px rgba(0,0,0,.96),0 2px 4px #000}
.home-message h2,.scene-panel h2,.construction-center h1{text-shadow:0 7px 30px rgba(0,0,0,.94),0 2px 5px #000}

@media(max-width:1380px){
  .topbar{left:28px;right:28px}.menu-shell{left:28px}.brand-home-button{width:180px}.topbar-right{gap:8px}.location-chip em{font-size:7px}.anniversary{min-width:174px}.language-switch--prominent button span{display:none}.language-switch--prominent button{padding:0 7px}.service-grid{grid-template-columns:repeat(4,1fr)}.client-grid{grid-template-columns:repeat(4,1fr)}.client-card:nth-child(n+9){display:none}.portfolio-card:nth-child(n+9){display:none}
}
@media(max-width:1080px){
  .location-strip{display:none}.anniversary{display:none}.scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio{left:35vw;width:62vw}.service-grid{grid-template-columns:repeat(3,1fr)}.service-card:nth-child(n+7){display:none}.client-grid{grid-template-columns:repeat(3,1fr)}.client-card:nth-child(n+7){display:none}.portfolio-strip{grid-template-columns:repeat(3,1fr)}.portfolio-card:nth-child(n+7){display:none}
}
@media(max-width:700px){
  .splash-logo-wrap{width:88vw}.topbar{left:14px;right:14px;top:14px}.brand-home-button{width:145px}.language-switch--prominent{position:absolute;right:0;top:48px}.language-switch--prominent button{height:30px}.scene-panel__headline{display:block}.scene-panel__headline>p{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:96px}.client-featured{grid-template-columns:1fr 1fr}.client-grid{grid-template-columns:repeat(2,1fr)}.portfolio-strip{grid-template-columns:repeat(2,1fr)}.portfolio-card{height:118px}.detail-card,.offices-card{width:94vw;max-height:86vh;overflow:auto;grid-template-columns:1fr}.detail-card__visual,.client-detail-logo{min-height:160px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.detail-card__body{padding:28px 22px}.offices-copy{padding:28px 22px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.world-map{min-height:360px}.construction-logo{width:78vw}
}

/* ===== v1.6 interaction + content system ===== */
:root{--brand:#cb513d;--brand-dark:#a83d2e}

/* Loader: alpha-masked real logo. Nothing is visible before 0%. */
.splash-logo-wrap{width:min(76vw,880px);aspect-ratio:1675/326;position:relative;display:grid;place-items:center}
.splash-logo-mask{position:absolute;inset:0;background:linear-gradient(90deg,#cb513d 0%,#e06b55 48%,#cb513d 100%);-webkit-mask:url('../brand/wordmark-official.webp') center/contain no-repeat;mask:url('../brand/wordmark-official.webp') center/contain no-repeat;clip-path:polygon(0 0,0 0,0 100%,0 100%);will-change:clip-path;filter:drop-shadow(0 0 26px rgba(203,81,61,.25));transform:translateZ(0)}
.splash-logo-mask:after{display:none!important}

/* Topbar / locations */
.topbar-right{gap:10px}
.location-strip{background:rgba(4,4,4,.82);border-color:rgba(255,255,255,.18);box-shadow:0 9px 26px rgba(0,0,0,.35)}
.location-chip{background:rgba(255,255,255,.035);border:1px solid transparent!important;min-height:34px;color:#fff!important}
.location-chip:hover,.location-chip:focus-visible{background:rgba(203,81,61,.13);border-color:rgba(203,81,61,.38)!important}
.location-chip img{width:20px;height:13px;object-fit:cover;border-radius:1px;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
.location-chip em{color:#fff!important;font-size:7.5px!important;text-shadow:0 2px 7px #000}

/* Anniversary split cards */
.anniversary-cluster{display:flex;gap:5px;align-items:stretch}
.anniversary-card{height:42px;border:1px solid rgba(255,255,255,.15);background:rgba(5,5,5,.72);backdrop-filter:blur(12px);color:#fff;border-radius:4px;cursor:pointer;transition:.24s var(--ease);box-shadow:0 8px 24px rgba(0,0,0,.25)}
.anniversary-card:hover{transform:translateY(-2px);border-color:rgba(203,81,61,.7);background:rgba(12,12,12,.9)}
.anniversary-card--since{min-width:86px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 10px;background:linear-gradient(135deg,rgba(203,81,61,.88),rgba(139,45,33,.88))}
.anniversary-card--since small{font-size:5.5px;font-weight:800;letter-spacing:.16em;opacity:.72}.anniversary-card--since strong{font-size:15px;line-height:1.05;letter-spacing:.02em}
.anniversary-card--count{min-width:190px;padding:0 10px;display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:center;text-align:left}
.anniversary-card--count strong{font-size:23px;line-height:1;color:var(--brand);font-variant-numeric:tabular-nums}.anniversary-card--count span{font-size:5.8px;line-height:1.25;letter-spacing:.095em;font-weight:800;color:rgba(255,255,255,.72);max-width:112px}

/* Sliding language switch */
.language-slider{position:relative;width:118px;height:38px;padding:3px;border:1px solid rgba(255,255,255,.16);border-radius:5px;background:rgba(5,5,5,.72);backdrop-filter:blur(12px);display:grid;grid-template-columns:1fr 1fr;align-items:center;cursor:pointer;overflow:hidden;isolation:isolate;touch-action:none}
.language-slider__thumb{position:absolute;top:3px;bottom:3px;left:3px;width:54px;border-radius:3px;background:rgba(203,81,61,.88);box-shadow:0 5px 18px rgba(0,0,0,.28);transition:transform .14s cubic-bezier(.2,.8,.2,1);z-index:-1}
.language-slider.is-en .language-slider__thumb{transform:translateX(58px)}
.language-slider__side{display:flex;align-items:center;justify-content:center;gap:5px;font-size:7px;font-weight:800;letter-spacing:.08em;color:rgba(255,255,255,.5);transition:.14s}
.language-slider__side img{width:21px;height:14px;object-fit:cover;border-radius:1px;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
.language-slider:not(.is-en) .language-slider__side--es,.language-slider.is-en .language-slider__side--en{color:#fff}

/* Menu: committed/current state is different from hover/focus state. */
.menu-item{transition:transform .18s var(--ease),color .18s,background .18s,opacity .18s}
.menu-item.is-current{color:#fff;transform:translateX(8px)}
.menu-item.is-current:before{height:31px;background:var(--brand);box-shadow:0 0 18px rgba(203,81,61,.48)}
.menu-item.is-current strong{font-size:22px;letter-spacing:-.02em}.menu-item.is-current span{color:var(--brand);opacity:1}
.menu-item.is-focused:not(.is-current){color:#fff;transform:translateX(3px);background:linear-gradient(90deg,rgba(255,255,255,.075),transparent 72%)}
.menu-item.is-focused:not(.is-current):before{height:15px;background:rgba(255,255,255,.65);box-shadow:none}
.menu-item.is-focused:not(.is-current) strong{font-size:19px}
.menu-item.is-selected{transform:none}.menu-item.is-selected:before{height:0}.menu-item.is-selected strong{font-size:17px}

/* Short transition when a menu is committed */
.section-transition{position:absolute;inset:0;z-index:40;pointer-events:none;opacity:0;overflow:hidden}
.section-transition:before{content:"";position:absolute;inset:-10% -5%;background:linear-gradient(105deg,transparent 0 37%,rgba(203,81,61,.18) 46%,rgba(255,255,255,.11) 50%,transparent 57%);transform:translateX(-100%)}
.section-transition i{position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,transparent,var(--brand),#fff,var(--brand),transparent);transform:scaleX(0);box-shadow:0 0 18px rgba(203,81,61,.55)}
.section-transition.is-playing{opacity:1}.section-transition.is-playing:before{animation:ssmSceneSweep .42s cubic-bezier(.2,.8,.2,1)}.section-transition.is-playing i{animation:ssmSceneLine .38s ease}
@keyframes ssmSceneSweep{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
@keyframes ssmSceneLine{0%{transform:scaleX(0);opacity:0}45%{transform:scaleX(.88);opacity:1}100%{transform:scaleX(0);opacity:0}}

/* Services: stronger typography + animated custom icons */
.service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.service-card{min-height:132px;padding:13px;grid-template-columns:52px 1fr;gap:8px 11px}
.service-card strong{font-size:13px!important;font-weight:800;line-height:1.08;letter-spacing:-.025em;text-shadow:0 4px 15px #000}
.service-card small{font-size:7px!important;line-height:1.35;letter-spacing:.05em}
.service-card__animated-icon{width:48px;height:48px;color:var(--brand);display:grid;place-items:center;position:relative}
.service-card__animated-icon svg{width:44px;height:44px;overflow:visible;filter:drop-shadow(0 7px 13px rgba(0,0,0,.48))}
.service-card__animated-icon path,.service-card__animated-icon circle,.service-card__animated-icon rect,.service-card__animated-icon polyline,.service-card__animated-icon line{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:140;stroke-dashoffset:0;transition:stroke-dashoffset .55s var(--ease),transform .45s var(--ease)}
.service-card:hover .service-card__animated-icon path,.service-card:hover .service-card__animated-icon circle,.service-card:hover .service-card__animated-icon rect,.service-card:hover .service-card__animated-icon polyline,.service-card:hover .service-card__animated-icon line{animation:ssmIconTrace .72s ease both}
@keyframes ssmIconTrace{0%{stroke-dashoffset:0;opacity:1}45%{stroke-dashoffset:140;opacity:.35}46%{stroke-dashoffset:-140;opacity:.35}100%{stroke-dashoffset:0;opacity:1}}

/* Portfolio filter controls are now intentionally large and controller-friendly. */
.portfolio-filters{gap:8px;margin:15px 0 12px}
.portfolio-filter{height:42px;padding:0 17px;font-size:8.5px;border-radius:4px;letter-spacing:.06em;box-shadow:0 7px 20px rgba(0,0,0,.18)}
.portfolio-filter:hover,.portfolio-filter.is-active{transform:translateY(-2px)}

/* Pop-up motion system */
dialog.modal[open]>*{animation:ssmDialogGrow .42s cubic-bezier(.16,.92,.2,1) both}
dialog.modal::backdrop{animation:ssmBackdrop .25s ease both}
@keyframes ssmDialogGrow{0%{opacity:0;transform:scale(.78) translateY(28px);filter:blur(8px)}72%{opacity:1;transform:scale(1.018) translateY(-2px);filter:blur(0)}100%{opacity:1;transform:scale(1) translateY(0)}}
@keyframes ssmBackdrop{from{background:rgba(0,0,0,0);backdrop-filter:blur(0)}to{background:rgba(0,0,0,.78);backdrop-filter:blur(7px)}}

/* Real office map */
.offices-card--real{grid-template-columns:350px 1fr;height:min(650px,84vh)}
.office-detail{padding:26px 26px 32px;border-right:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(203,81,61,.09),transparent 44%);display:flex;flex-direction:column;min-width:0}
.office-photo{height:180px;overflow:hidden;margin:-1px -1px 24px;border:1px solid rgba(255,255,255,.1);background:#111}.office-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.86) contrast(1.05);transition:.35s}
.office-country{font-size:6.5px;font-weight:800;letter-spacing:.12em;color:var(--brand);margin-bottom:7px}.office-detail h2{font-size:38px;line-height:.95;letter-spacing:-.055em;margin:0 0 12px}.office-detail>p:not(.scene-kicker){font-size:10px;line-height:1.65;color:rgba(255,255,255,.66);margin:0}
.office-tabs{display:grid;grid-template-columns:1fr;margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding-top:15px}.office-tabs button{border:0;border-left:2px solid transparent;background:transparent;color:rgba(255,255,255,.44);height:32px;text-align:left;padding:0 9px;font-size:7px;font-weight:800;letter-spacing:.08em;cursor:pointer}.office-tabs button:hover,.office-tabs button.is-active{color:#fff;border-left-color:var(--brand);background:rgba(255,255,255,.035)}
.world-map--leaflet{position:relative;background:#070707}.leaflet-map{position:absolute;inset:0;background:#090909}.leaflet-container{font-family:var(--font);background:#090909}.leaflet-tile{filter:grayscale(1) invert(.9) contrast(.86) brightness(.52)}.leaflet-control-attribution{font-size:7px!important;background:rgba(0,0,0,.55)!important;color:rgba(255,255,255,.5)!important}.leaflet-control-attribution a{color:rgba(255,255,255,.7)!important}.leaflet-control-zoom a{background:#0d0d0d!important;color:#fff!important;border-color:rgba(255,255,255,.12)!important}.ssm-map-marker{width:18px;height:18px;border-radius:50%;background:var(--brand);border:3px solid #fff;box-shadow:0 0 0 7px rgba(203,81,61,.18),0 0 24px rgba(203,81,61,.7)}.ssm-map-marker.is-hq{width:23px;height:23px;box-shadow:0 0 0 9px rgba(203,81,61,.18),0 0 28px rgba(203,81,61,.8)}

/* Anniversary modal */
.anniversary-modal-card{width:min(860px,90vw);padding:50px;background:radial-gradient(circle at 90% 10%,rgba(203,81,61,.17),transparent 35%),#090909;border:1px solid rgba(255,255,255,.14);position:relative;box-shadow:0 40px 110px rgba(0,0,0,.75)}
.anniversary-modal-card h2{font-size:54px;line-height:.92;letter-spacing:-.055em;margin:0 0 28px}.road-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:26px}.road-countdown>div{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);padding:16px}.road-countdown strong{font-size:32px;line-height:1;color:var(--brand);font-variant-numeric:tabular-nums}.road-countdown span{display:block;margin-top:6px;font-size:6px;font-weight:800;letter-spacing:.12em;color:rgba(255,255,255,.48)}.road-copy{max-width:680px;font-size:11px;line-height:1.65;color:rgba(255,255,255,.68)}.road-highlight{margin:16px 0 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);font-size:9px;font-weight:800;letter-spacing:.08em;color:#fff;text-transform:uppercase}

/* Portfolio media formats */
.media-card{position:relative}.media-format-tabs{position:absolute;left:16px;top:16px;z-index:5;display:flex;gap:4px;padding:4px;background:rgba(0,0,0,.75);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(9px)}.media-format-tabs button{height:30px;border:0;background:transparent;color:rgba(255,255,255,.48);font-size:7px;font-weight:800;padding:0 10px;cursor:pointer}.media-format-tabs button.is-active{background:var(--brand);color:#080808}.media-card #mediaImage{width:100%;max-height:72vh;object-fit:contain;background:#050505}

/* News bilingual editor and upload system */
.content-upload-form{display:grid;gap:16px}.upload-section-box{border:1px solid rgba(255,255,255,.1);padding:14px}.upload-section-box>span{display:block;font-size:7px;font-weight:800;letter-spacing:.1em;color:rgba(255,255,255,.5);margin-bottom:10px}.upload-section-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.upload-section-grid label{font-size:8px;color:rgba(255,255,255,.72);display:flex;gap:7px;align-items:center}.format-upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.format-upload{min-height:116px;border:1px dashed rgba(255,255,255,.2);background:rgba(255,255,255,.025);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;transition:.2s}.format-upload:hover{border-color:var(--brand);background:rgba(203,81,61,.07)}.format-upload strong{font-size:20px;color:var(--brand)}.format-upload span{font-size:7px;letter-spacing:.08em;color:rgba(255,255,255,.55)}.format-upload input{width:88%;font-size:7px;color:rgba(255,255,255,.5)}.upload-actions{display:flex;align-items:center;justify-content:space-between}.upload-actions p{font-size:8px;color:rgba(255,255,255,.5)}
.news-editor-tabs{display:flex;gap:5px;margin:8px 0}.news-editor-tabs button{border:1px solid rgba(255,255,255,.14);background:transparent;color:rgba(255,255,255,.45);font-size:7px;font-weight:800;padding:7px 11px;cursor:pointer}.news-editor-tabs button.is-active{border-color:var(--brand);color:#fff;background:rgba(203,81,61,.1)}.news-lang-pane{display:none}.news-lang-pane.is-active{display:grid;gap:7px}

@media(max-width:1380px){
  .anniversary-card--count{min-width:160px}.anniversary-card--count span{font-size:5.2px}.language-slider{width:102px}.language-slider__thumb{width:46px}.language-slider.is-en .language-slider__thumb{transform:translateX(50px)}
  .service-card strong{font-size:11.5px!important}.portfolio-filter{height:38px;padding:0 13px;font-size:7.5px}
}
@media(max-width:1080px){.anniversary-cluster{display:none}.language-slider{position:absolute;right:0;top:48px}}
@media(max-width:700px){.language-slider{width:110px;top:47px}.language-slider__thumb{width:50px}.language-slider.is-en .language-slider__thumb{transform:translateX(54px)}.offices-card--real{grid-template-columns:1fr;height:88vh}.office-detail{min-height:390px}.world-map--leaflet{min-height:390px}.anniversary-modal-card{padding:32px 22px}.anniversary-modal-card h2{font-size:38px}.road-countdown{grid-template-columns:repeat(2,1fr)}.portfolio-filter{height:38px;font-size:7px;padding:0 11px}.format-upload-grid{grid-template-columns:1fr}.upload-section-grid{grid-template-columns:repeat(2,1fr)}}


/* ===== v1.6.1 refinement pass ===== */
.splash-logo-wrap{width:min(76vw,820px);aspect-ratio:1546/273}
.splash-logo-mask{background:linear-gradient(90deg,#cb513d 0%,#f06b53 52%,#cb513d 100%);filter:drop-shadow(0 0 30px rgba(203,81,61,.24))}
.load-meter{width:min(76vw,820px)}

/* Service cards: real visual texture + stronger typography */
.service-card{isolation:isolate}
.service-card:after{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(4,4,4,.97) 0%,rgba(4,4,4,.82) 48%,rgba(4,4,4,.35) 100%),var(--service-art);background-size:cover;background-position:center;opacity:.34;z-index:-2;transition:opacity .35s ease,transform .55s var(--ease);transform:scale(1.02)}
.service-card:hover:after{opacity:.55;transform:scale(1.075)}
.service-card__animated-icon{z-index:2;background:rgba(4,4,4,.48);border:1px solid rgba(203,81,61,.25);border-radius:5px;box-shadow:0 8px 22px rgba(0,0,0,.28)}
.service-card strong{font-size:14px!important;font-weight:800!important;text-transform:uppercase}
.service-card small{font-size:7.6px!important;color:rgba(255,255,255,.66)!important}
.service-detail-icon{width:118px;height:118px;color:var(--brand);display:grid;place-items:center;filter:drop-shadow(0 15px 28px rgba(0,0,0,.5))}
.service-detail-icon svg{width:110px;height:110px}.service-detail-icon path,.service-detail-icon circle,.service-detail-icon rect,.service-detail-icon line,.service-detail-icon polyline{fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}

/* Current menu vs focus candidate: two intentionally different states. */
.menu-item{transition:transform .24s var(--ease),color .2s,background .2s}
.menu-item.is-current{background:linear-gradient(90deg,rgba(203,81,61,.14),rgba(203,81,61,.035) 64%,transparent)}
.menu-item.is-current strong:after{content:"";display:inline-block;width:18px;height:2px;background:var(--brand);margin:0 0 4px 9px;box-shadow:0 0 12px rgba(203,81,61,.55)}
.menu-item.is-focused:not(.is-current){background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.015) 68%,transparent)}
.menu-item.is-focused:not(.is-current) strong:after{content:"ENTER";font-size:5px;letter-spacing:.1em;margin-left:9px;color:rgba(255,255,255,.42);vertical-align:middle}

/* More tactile FC-like entry transition */
.section-transition{backdrop-filter:blur(0)}
.section-transition.is-playing{animation:ssmTransitionPulse .45s ease both}
@keyframes ssmTransitionPulse{0%{backdrop-filter:blur(0);background:transparent}42%{backdrop-filter:blur(3px);background:rgba(0,0,0,.1)}100%{backdrop-filter:blur(0);background:transparent}}

/* Portfolio controller-sized categories */
.portfolio-filters{gap:10px;margin:16px 0 13px}
.portfolio-filter{height:54px;padding:0 22px;font-size:10px;font-weight:800;letter-spacing:.055em;border-radius:5px;min-width:92px}
.portfolio-filter.is-active{box-shadow:0 0 0 1px rgba(203,81,61,.2),0 9px 28px rgba(0,0,0,.32)}

/* Client logos stay clean on dark surfaces. */
.client-card img,.client-detail-logo img{background:transparent!important}
.client-card[data-client="guarani"] img,.client-card[data-client="montsant"] img{max-height:72px}
.client-card--featured{background:linear-gradient(135deg,rgba(203,81,61,.12),rgba(5,5,5,.58))}

/* News rows can be buttons without browser chrome. */
.news-row{width:100%;font-family:inherit;text-align:left;color:inherit;cursor:pointer}

/* Media format switcher */
.media-format-tabs:not([hidden]){display:flex}
.media-card video{width:100%;max-height:72vh;object-fit:contain;background:#050505}
.format-badges{display:flex;flex-wrap:wrap;gap:4px;margin:6px 0}.format-badges span{padding:4px 6px;border:1px solid rgba(203,81,61,.4);background:rgba(203,81,61,.08);font-size:6px;font-weight:800;color:#fff}
.video-admin-card select[data-v-category]{width:100%;height:30px;background:#0b0b0b;border:1px solid rgba(255,255,255,.12);color:#fff;font:700 7px var(--font);padding:0 7px;margin:5px 0}

/* Location chips must always remain readable, regardless of underlying video. */
.location-chip{background:rgba(7,7,7,.88)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;box-shadow:0 7px 20px rgba(0,0,0,.28);backdrop-filter:blur(12px)}
.location-chip em{color:#fff!important;text-shadow:0 2px 8px #000}
.location-chip:hover{border-color:rgba(203,81,61,.72)!important;background:rgba(15,15,15,.96)!important}

/* Anniversary is deliberately two independent rectangles. */
.anniversary-card{box-shadow:0 7px 20px rgba(0,0,0,.25)}
.anniversary-card--since{min-width:92px}.anniversary-card--since small{font-size:6.5px}.anniversary-card--since strong{font-size:16px}
.anniversary-card--count{min-width:194px}.anniversary-card--count strong{font-size:21px}.anniversary-card--count span{max-width:135px;line-height:1.15}

/* Office detail photo transition */
.office-photo img{animation:ssmOfficePhoto .38s ease both}@keyframes ssmOfficePhoto{from{opacity:.35;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}

/* Admin news controls */
.news-editor{position:relative;border:1px solid rgba(255,255,255,.1);padding:14px;background:rgba(255,255,255,.02);margin-bottom:10px}.news-editor>input,.news-lang-pane input,.news-lang-pane textarea{width:100%;background:#0a0a0a;color:#fff;border:1px solid rgba(255,255,255,.12);padding:9px;font:500 9px var(--font)}.news-lang-pane textarea{min-height:76px;resize:vertical}.news-editor>[data-news-delete]{margin-top:10px;border:1px solid rgba(255,81,52,.4);background:transparent;color:#ff7b66;padding:8px 10px;font:800 7px var(--font);cursor:pointer}

@media(max-width:1380px){.portfolio-filter{height:48px;padding:0 16px;font-size:8.5px}.service-card strong{font-size:12.2px!important}}
@media(max-width:700px){.portfolio-filter{height:44px;min-width:auto;font-size:7.5px}.service-card strong{font-size:11px!important}}
.upload-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.upload-preview-card{min-height:94px;border:1px solid rgba(255,255,255,.1);background:#080808;overflow:hidden;position:relative}.upload-preview-card video,.upload-preview-card img{width:100%;height:110px;object-fit:cover;display:block}.upload-preview-card span{display:block;padding:7px 8px;font-size:6.5px;font-weight:800;letter-spacing:.08em;color:rgba(255,255,255,.58)}
.language-slider.is-dragging .language-slider__thumb{transition:none}

/* ===== v1.7 cross-browser / responsive refinement ===== */

/* Loader: vertical liquid fill inside the real wordmark only. */
.splash-logo-mask{
  background:linear-gradient(0deg,#cb513d 0%,#e66c56 52%,#cb513d 100%);
  clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);
}

/* Top HUD */
.anniversary-card--since{
  min-width:128px;
  padding:0 13px;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.anniversary-card--since small{font-size:9px;letter-spacing:.12em;opacity:.86;line-height:1}
.anniversary-card--since strong{font-size:20px;line-height:1;font-weight:800}
.anniversary-card--count{
  min-width:132px;
  padding:0 12px;
  grid-template-columns:30px auto auto;
  gap:7px;
  justify-content:center;
}
.anniversary-card--count strong{font-size:22px}
.anniversary-card--count span:not(.hourglass-icon){font-size:8px;max-width:none;line-height:1;font-weight:800}
.hourglass-icon{width:26px;height:30px;display:grid;place-items:center;position:relative}
.hourglass-icon:before,.hourglass-icon:after{content:"";position:absolute;left:6px;right:6px;height:2px;background:rgba(255,255,255,.9);border-radius:2px}
.hourglass-icon:before{top:5px}.hourglass-icon:after{bottom:5px}
.hourglass-icon i{width:13px;height:18px;position:relative;border-left:2px solid rgba(255,255,255,.86);border-right:2px solid rgba(255,255,255,.86);clip-path:polygon(0 0,100% 0,66% 50%,100% 100%,0 100%,34% 50%);animation:ssmHourglass 2.6s ease-in-out infinite}
.hourglass-icon i:after{content:"";position:absolute;inset:2px 3px;background:linear-gradient(#fff 0 45%,transparent 45% 55%,var(--brand) 55%);opacity:.8;animation:ssmSand 2.6s ease-in-out infinite}
@keyframes ssmHourglass{0%,42%{transform:rotate(0)}58%,100%{transform:rotate(180deg)}}
@keyframes ssmSand{0%{transform:scaleY(.2);transform-origin:bottom}42%{transform:scaleY(1);transform-origin:bottom}58%{transform:scaleY(.2);transform-origin:top}100%{transform:scaleY(1);transform-origin:top}}

/* Language slider - deterministic geometry on every browser. */
.language-slider{width:128px;height:42px;padding:4px;grid-template-columns:1fr 1fr;overflow:hidden}
.language-slider__thumb{z-index:0;left:4px;top:4px;bottom:4px;width:calc(50% - 6px);transform:translateX(0)!important;transition:left .16s cubic-bezier(.2,.8,.2,1),width .16s}
.language-slider.is-en .language-slider__thumb{left:calc(50% + 2px);transform:none!important}
.language-slider__side{position:relative;z-index:1;font-size:8px}
.language-slider__side img{width:23px;height:15px}
.language-slider.is-dragging .language-slider__thumb{transition:none}

/* Scene composition keeps safe margins on smaller desktop displays. */
.scene-panel,
.scene-panel--services,
.scene-panel--clients,
.scene-panel--portfolio,
.scene-panel--contact{
  left:clamp(350px,35vw,560px);
  right:clamp(24px,3vw,50px);
  width:auto;
  max-width:none;
}
.home-message{left:clamp(350px,38vw,610px);right:clamp(28px,4vw,64px)}
.scene-panel__head{gap:24px}
.scene-panel__head>div{min-width:0}
.portfolio-count{flex:0 0 auto;margin-right:2px}

/* Cross-browser cinematic section transition. Pure transform/opacity. */
.scene{transition:none}
.scene.is-active{opacity:1;visibility:visible;transform:none}
.scene.is-leaving{visibility:visible!important;opacity:1!important;pointer-events:none!important;animation:ssmSceneLeave .43s cubic-bezier(.44,.02,.58,1) both}
.scene.is-entering{visibility:visible!important;pointer-events:none!important;animation:ssmSceneEnter .54s cubic-bezier(.16,.84,.24,1) both}
@keyframes ssmSceneLeave{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1)}
  100%{opacity:0;transform:translate3d(-34px,0,0) scale(.985)}
}
@keyframes ssmSceneEnter{
  0%{opacity:0;transform:translate3d(48px,0,0) scale(1.015)}
  62%{opacity:1;transform:translate3d(-4px,0,0) scale(.998)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1)}
}
.section-transition{background:transparent;opacity:0}
.section-transition.is-playing{opacity:1;animation:ssmOverlayFade .68s ease both}
.section-transition.is-playing:before{animation:ssmSceneSweepV17 .68s cubic-bezier(.2,.8,.2,1)!important}
.section-transition.is-playing i{animation:ssmSceneLineV17 .54s ease!important}
@keyframes ssmOverlayFade{0%,100%{background:rgba(0,0,0,0)}45%{background:rgba(0,0,0,.22)}}
@keyframes ssmSceneSweepV17{0%{transform:translateX(-120%);opacity:0}25%{opacity:1}100%{transform:translateX(120%);opacity:0}}
@keyframes ssmSceneLineV17{0%{transform:scaleX(0);opacity:0}42%{transform:scaleX(.92);opacity:1}100%{transform:scaleX(0);opacity:0}}

/* Modal motion: visible in Chromium/Brave/Edge/Safari without relying on backdrop-filter animation. */
dialog.modal[open]>*{animation:none!important}
dialog.modal.is-animating>*{animation:ssmModalV17 .66s cubic-bezier(.16,.86,.18,1) both!important;transform-origin:50% 54%}
dialog.modal.is-animating::backdrop{animation:ssmBackdropV17 .46s ease both}
@keyframes ssmModalV17{
  0%{opacity:0;transform:translate3d(0,38px,0) scale(.84)}
  58%{opacity:1;transform:translate3d(0,-5px,0) scale(1.018)}
  78%{transform:translate3d(0,2px,0) scale(.996)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1)}
}
@keyframes ssmBackdropV17{from{background:rgba(0,0,0,0)}to{background:rgba(0,0,0,.82)}}
dialog.modal.is-animating>*:after{content:"";position:absolute;inset:-1px;pointer-events:none;border:1px solid rgba(203,81,61,.0);box-shadow:0 0 0 rgba(203,81,61,0);animation:ssmPanelGlow .66s ease both}
@keyframes ssmPanelGlow{0%{border-color:rgba(203,81,61,0);box-shadow:0 0 0 rgba(203,81,61,0)}48%{border-color:rgba(203,81,61,.62);box-shadow:0 0 42px rgba(203,81,61,.28)}100%{border-color:rgba(255,255,255,0);box-shadow:0 0 0 rgba(203,81,61,0)}}

/* Offices */
.offices-card--real{width:min(1180px,94vw);height:min(700px,88vh);grid-template-columns:minmax(390px,42%) minmax(0,1fr);overflow:hidden}
.office-detail{padding:30px 34px 32px}
.office-photo{height:215px;margin:-1px -1px 26px}
.office-country{font-size:9px;margin-bottom:9px}
.office-detail h2{font-size:clamp(48px,4.3vw,68px);margin:0 0 16px}
.office-detail>p:not(.scene-kicker){font-size:14px;line-height:1.65;color:rgba(255,255,255,.78)}
.office-tabs{gap:4px;padding-top:18px}
.office-tabs button{height:42px;font-size:9px;padding:0 12px}
.world-map--leaflet{position:relative!important;min-width:0;min-height:0;overflow:hidden}
.leaflet-map{position:relative!important;inset:auto!important;width:100%!important;height:100%!important;min-height:480px}
.leaflet-container{width:100%!important;height:100%!important}

/* Clients */
.scene-panel__headline--clients{display:block}
.client-filters{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 16px}
.client-filter{height:38px;border:1px solid rgba(255,255,255,.14);background:rgba(6,6,6,.58);color:rgba(255,255,255,.62);padding:0 14px;border-radius:4px;font-size:8px;font-weight:800;letter-spacing:.055em;cursor:pointer;transition:.2s}
.client-filter:hover,.client-filter.is-active{color:#fff;border-color:rgba(203,81,61,.72);background:rgba(203,81,61,.13);transform:translateY(-1px)}
.client-featured{display:none!important}
.client-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.client-card{min-height:145px;height:145px;padding:13px 12px 12px;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch}
.client-card__logo{height:91px;display:flex;align-items:center;justify-content:center;min-width:0}
.client-card img{position:static!important;max-width:82%;max-height:82px;width:auto;height:auto;object-fit:contain}
.client-card--featured img{max-width:74%;max-height:86px}
.client-card .client-card__name{position:static!important;display:block;min-height:26px;font-size:11px;line-height:1.15;font-weight:800;letter-spacing:.015em;color:#fff;text-align:center;text-transform:none;padding-top:7px;border-top:1px solid rgba(255,255,255,.08)}
.client-card[data-client="guarani"] img,.client-card[data-client="montsant"] img{max-height:82px}
.client-empty{grid-column:1/-1}

/* Portfolio scaling and progressive loading */
.portfolio-filters{display:flex;flex-wrap:wrap;gap:10px;margin:17px 0 14px}
.portfolio-filter{height:52px;padding:0 20px;font-size:9.5px;min-width:108px;white-space:nowrap}
.portfolio-strip{margin-top:8px}
.portfolio-load-more{margin:14px auto 0;display:block;min-width:150px;height:42px;border:1px solid rgba(203,81,61,.6);background:rgba(5,5,5,.68);color:#fff;font-size:8px;font-weight:800;letter-spacing:.1em;cursor:pointer}
.portfolio-load-more:hover{background:var(--brand);color:#080808}

/* News cards + detail */
.news-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px;border:0}
.news-card{min-height:154px;border:1px solid rgba(255,255,255,.12);background:rgba(5,5,5,.58);color:#fff;padding:0;display:grid;grid-template-columns:180px minmax(0,1fr);text-align:left;overflow:hidden;cursor:pointer;transition:.25s}
.news-card:hover{transform:translateY(-3px);border-color:rgba(203,81,61,.7);background:rgba(8,8,8,.78)}
.news-card__media{position:relative;background:#050505;overflow:hidden}
.news-card__media video,.news-card__media img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.82)}
.news-card__media>span{position:absolute;right:10px;bottom:10px;width:30px;height:30px;border-radius:50%;background:var(--brand);color:#080808;display:grid;place-items:center;font-size:11px}
.news-card__media--brand{display:grid;place-items:center;background:radial-gradient(circle at 45% 35%,rgba(203,81,61,.3),transparent 42%),#090909}
.news-card__media--brand b{font-size:28px;letter-spacing:-.06em}
.news-card__copy{padding:18px 17px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.news-card__copy time{font-size:7px;letter-spacing:.1em;color:var(--brand);margin-bottom:8px}
.news-card__copy strong{font-size:13px;line-height:1.15}
.news-card__copy p{font-size:8.5px;line-height:1.45;color:rgba(255,255,255,.57);margin:8px 0 0}
.news-detail-card{width:min(980px,92vw);max-height:88vh;overflow:auto;background:#090909;border:1px solid rgba(255,255,255,.14);position:relative;box-shadow:0 40px 110px rgba(0,0,0,.78)}
.news-detail-media{height:min(48vh,460px);background:#030303;border-bottom:1px solid rgba(255,255,255,.1)}
.news-detail-media video,.news-detail-media img{width:100%;height:100%;object-fit:contain;background:#030303;display:block}
.news-detail-body{padding:38px 44px 44px}
.news-detail-body h2{font-size:clamp(38px,5vw,68px);line-height:.94;letter-spacing:-.055em;margin:0 0 16px}
.news-detail-summary{font-size:14px;line-height:1.55;color:#fff;margin:0 0 20px;max-width:780px}
.news-detail-copy{font-size:12px;line-height:1.75;color:rgba(255,255,255,.68);white-space:pre-line;max-width:800px}
.news-media-admin{display:grid;grid-template-columns:1fr;gap:6px;margin-top:9px}.news-media-admin input{width:100%;background:#0a0a0a;color:#fff;border:1px solid rgba(255,255,255,.12);padding:9px;font:500 8px var(--font)}

/* Anniversary number entrance */
.road-countdown strong.is-counting{animation:ssmDigits .76s cubic-bezier(.18,.8,.2,1)}
@keyframes ssmDigits{0%{opacity:.15;transform:translateY(15px) scale(.88)}100%{opacity:1;transform:none}}

/* Admin / visual editor dock: always bottom-centre and unmistakably admin-only. */
.admin-dock{position:fixed;z-index:850;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:7px;padding:7px;background:rgba(3,3,3,.94);border:1px solid rgba(203,81,61,.55);box-shadow:0 16px 44px rgba(0,0,0,.55),0 0 26px rgba(203,81,61,.12)}
.admin-dock .admin-fab{position:static!important;right:auto!important;bottom:auto!important;height:34px;padding:0 15px;background:var(--brand);color:#080808;border:1px solid var(--brand);font-size:8px;font-weight:900;letter-spacing:.09em;cursor:pointer}
.admin-dock .admin-fab--edit{background:#fff;color:#080808;border-color:#fff}
.edit-toolbar{left:50%!important;right:auto!important;top:auto!important;bottom:22px!important;transform:translateX(-50%);justify-content:center;min-width:min(610px,92vw);background:rgba(3,3,3,.95);border-color:rgba(203,81,61,.55);box-shadow:0 18px 54px rgba(0,0,0,.62)}
body.is-editing .admin-dock{display:none!important}

/* Keep general side margins safe. */
.video-meta{right:clamp(18px,3vw,42px)}
.social-links{right:clamp(18px,3vw,42px)}

/* Mid desktop / MacBook-sized screens */
@media (max-width:1450px){
  .topbar{left:28px;right:28px}
  .topbar-right{gap:6px}
  .location-chip{padding:6px 7px}.location-chip em{font-size:6.8px!important}
  .anniversary-card--since{min-width:108px}.anniversary-card--since small{font-size:7.5px}.anniversary-card--since strong{font-size:17px}
  .anniversary-card--count{min-width:116px;padding:0 9px;grid-template-columns:27px auto auto;gap:5px}.anniversary-card--count strong{font-size:19px}.anniversary-card--count span:not(.hourglass-icon){font-size:7px}
  .language-slider{width:112px}.language-slider__side b{font-size:7px}.language-slider__side img{width:20px;height:13px}
  .scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact{left:clamp(330px,32vw,470px);right:28px}
  .home-message{left:clamp(330px,35vw,520px);right:28px}
  .home-message h2,.scene-panel h2{font-size:clamp(43px,4.6vw,68px)}
  .service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card{min-height:118px}
  .client-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.client-card{height:136px;min-height:136px}.client-card__logo{height:82px}
  .portfolio-filter{height:46px;padding:0 14px;font-size:8.3px;min-width:92px}
  .portfolio-card{height:126px}
  .news-card{grid-template-columns:145px 1fr;min-height:140px}
}

@media (max-width:1180px){
  .location-strip{display:none}
  .anniversary-card--since{min-width:104px}
  .scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact{left:320px;right:24px}
  .home-message{left:330px;right:24px}
  .client-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .portfolio-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .news-list{grid-template-columns:1fr}
  .news-card{grid-template-columns:180px 1fr}
}

/* Mobile is a purpose-built app-like layout, not compressed desktop. */
@media (max-width:700px){
  html,body{overflow:hidden}
  .daily-splash{padding:0 18px}.splash-logo-wrap{width:88vw}.load-meter{width:88vw;bottom:12vh}
  .construction-center{width:100%;padding:0 20px}.construction-logo{width:min(78vw,360px)}.construction-center h1{font-size:clamp(42px,14vw,64px)}
  .secret-entry{bottom:max(16px,env(safe-area-inset-bottom));width:64px;height:34px;opacity:.12;font-size:7px}.secret-entry--visitor{left:12px;right:auto}.secret-entry--admin{right:12px}.secret-entry:hover,.secret-entry:focus-visible{opacity:.82}
  .topbar{left:14px;right:14px;top:12px;height:46px}.brand-home-button{width:140px}.brand-home-button img{max-width:100%}
  .topbar-right{position:static}.location-strip,.anniversary-cluster{display:none}
  .language-slider{position:absolute!important;right:0!important;top:51px!important;width:114px;height:38px}.language-slider__side span{display:block}
  .sound-toggle{right:122px!important;top:51px!important;height:38px}.session-exit{right:0!important;top:96px!important;height:28px;font-size:6px}
  .menu-shell,.controls-help,.video-meta{display:none!important}
  .video-stage__scrim{background:linear-gradient(0deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.72) 36%,rgba(0,0,0,.22) 68%,rgba(0,0,0,.42) 100%)}
  .scene-stack{bottom:76px}
  .home-message,.scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact{left:16px;right:16px;top:auto;bottom:88px;width:auto;max-width:none;transform:none;max-height:calc(100vh - 205px);overflow:auto;padding-right:2px}
  .home-message{overflow:visible}.home-message h2,.scene-panel h2{font-size:clamp(40px,11vw,56px);line-height:.9}.home-sub{font-size:11px;line-height:1.5}
  .meeting-cta{left:16px;right:16px;bottom:22px;top:auto;width:auto;justify-content:flex-start}
  .scene-panel__headline{display:block}.scene-panel__headline>p{font-size:10px;line-height:1.5;margin-top:10px}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:14px}.service-card{min-height:118px;padding:10px}.service-card:nth-child(n){display:flex!important}.service-card strong{font-size:10.5px!important}.service-card small{font-size:6.8px!important}
  .client-filters{gap:6px;margin:12px 0}.client-filter{height:34px;padding:0 10px;font-size:6.7px}.client-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.client-card{height:130px;min-height:130px}.client-card__logo{height:78px}.client-card .client-card__name{font-size:9.5px}
  .scene-panel--portfolio{bottom:86px}.scene-panel__head{align-items:flex-start}.portfolio-count{font-size:7px;padding-top:4px}.portfolio-filters{gap:6px;margin:12px 0}.portfolio-filter{height:38px;min-width:auto;padding:0 10px;font-size:6.7px}.portfolio-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.portfolio-card{height:132px}.portfolio-card:nth-child(n){display:block!important}.portfolio-load-more{margin-top:10px;height:38px}
  .news-list{grid-template-columns:1fr;gap:8px}.news-card{grid-template-columns:112px 1fr;min-height:116px}.news-card__copy{padding:12px}.news-card__copy strong{font-size:10.5px}.news-card__copy p{font-size:7.5px}
  .mobile-nav{display:grid!important;position:fixed;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));height:58px;z-index:90;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.14);background:rgba(5,5,5,.9);box-shadow:0 14px 40px rgba(0,0,0,.5)}
  .mobile-more{z-index:95;bottom:78px}
  .social-links{right:14px;bottom:82px;gap:4px}.social-links span{display:none}.social-links a{width:30px;min-width:30px;padding:0;justify-content:center}
  .detail-card,.news-detail-card{width:94vw;max-height:86vh;overflow:auto}.detail-card{grid-template-columns:1fr}.detail-card__visual,.client-detail-logo{min-height:145px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.detail-card__body{padding:26px 20px}.detail-card__body h2{font-size:34px}.detail-card__body>p{font-size:11px}
  .offices-card--real{width:94vw;height:88vh;grid-template-columns:1fr;overflow:auto}.office-detail{padding:18px 18px 22px}.office-photo{height:180px;margin:0 0 18px}.office-detail h2{font-size:44px}.office-detail>p:not(.scene-kicker){font-size:12px}.world-map--leaflet{min-height:360px;height:360px}.leaflet-map{min-height:360px!important;height:360px!important}
  .anniversary-modal-card{width:94vw;padding:30px 20px}.anniversary-modal-card h2{font-size:39px}.road-countdown{grid-template-columns:repeat(2,1fr)}
  .news-detail-media{height:38vh}.news-detail-body{padding:28px 20px 32px}.news-detail-body h2{font-size:36px}.news-detail-summary{font-size:12px}.news-detail-copy{font-size:10.5px}
  .admin-dock{bottom:78px;gap:5px;padding:5px}.admin-dock .admin-fab{height:32px;padding:0 11px;font-size:6.5px}.edit-toolbar{bottom:78px!important;min-width:calc(100vw - 20px);padding:5px;gap:4px}.edit-toolbar>span{font-size:5.8px;padding:0 5px}.edit-toolbar button{height:29px;padding:0 8px;font-size:6px}
  .admin-dialog{width:100vw;height:100vh}.admin-shell{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-content{padding:0 12px 12px}.admin-head{height:70px}.admin-head__actions{display:flex;gap:4px}.admin-head__actions .admin-button{font-size:5.7px;padding:8px}.admin-pane{height:calc(100% - 70px)}.admin-grid--2,.video-admin-grid,.zone-grid{grid-template-columns:1fr}.format-upload-grid{grid-template-columns:1fr}.upload-section-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:420px){
  .brand-home-button{width:126px}.language-slider{width:106px}.sound-toggle{right:114px!important}
  .home-message h2,.scene-panel h2{font-size:39px}
  .service-grid,.client-grid,.portfolio-strip{grid-template-columns:1fr 1fr}
  .portfolio-filter{font-size:6.2px;padding:0 8px}
  .news-card{grid-template-columns:96px 1fr}
}

/* ===== v1.7 final polish ===== */
/* Slightly slower, more cinematic section choreography. */
.scene.is-leaving{animation-duration:.58s!important}
.scene.is-entering{animation-duration:.72s!important}
.section-transition.is-playing{animation-duration:.86s!important}
.section-transition.is-playing:before{animation-duration:.86s!important}
.section-transition.is-playing i{animation-duration:.68s!important}

/* Popup presence: scale, layer glow and side sweeps using widely-supported transforms. */
dialog.modal.is-animating>*{animation-duration:.78s!important}
dialog.modal.is-animating>*::before{content:"";position:absolute;z-index:12;pointer-events:none;top:0;bottom:0;width:2px;left:0;background:linear-gradient(180deg,transparent,var(--brand),#fff,var(--brand),transparent);opacity:0;animation:ssmModalEdge .78s ease both}
dialog.modal.is-animating>*::after{animation-duration:.78s!important}
@keyframes ssmModalEdge{0%{opacity:0;transform:translateY(80%)}35%{opacity:.9}100%{opacity:0;transform:translateY(-80%)}}

/* Office popup: stable Leaflet geometry and stronger typographic hierarchy. */
.offices-card--real{width:min(1260px,95vw);height:min(760px,90vh);grid-template-columns:minmax(430px,42%) minmax(0,1fr)}
.office-detail{padding:34px 38px 36px;overflow:auto}
.office-photo{height:240px;margin:-1px -1px 28px}
.office-country{font-size:11px;letter-spacing:.12em}
.office-detail h2{font-size:clamp(58px,5vw,82px);line-height:.9;margin:0 0 20px}
.office-detail>p:not(.scene-kicker){font-size:16px;line-height:1.68;max-width:42ch}
.office-tabs button{height:46px;font-size:10px}
.world-map--leaflet{height:100%!important;min-height:0!important;overflow:hidden!important;background:#151515}
.leaflet-map,.leaflet-container{width:100%!important;height:100%!important;min-height:0!important;display:block!important}

/* Client library is designed to scale. */
.client-card{min-height:158px;height:158px;padding:14px 13px 13px}
.client-card__logo{height:98px}
.client-card img{max-height:90px}
.client-card .client-card__name{font-size:12px;min-height:30px;display:flex;align-items:center;justify-content:center}
.client-load-more{margin:14px auto 0;display:block;min-width:150px;height:42px;border:1px solid rgba(203,81,61,.6);background:rgba(5,5,5,.7);color:#fff;font-size:8px;font-weight:800;letter-spacing:.1em;cursor:pointer}
.client-load-more:hover{background:var(--brand);color:#080808}

/* Campaign/news links. */
.news-detail-links{margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}
.news-detail-links>p{margin:0 0 10px;color:var(--brand);font-size:8px;font-weight:800;letter-spacing:.14em}
.news-detail-links>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.news-reel-link{height:44px;padding:0 12px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.035);display:flex;align-items:center;justify-content:space-between;font-size:8px;font-weight:800;letter-spacing:.06em;transition:transform .2s,border-color .2s,background .2s}
.news-reel-link:hover{transform:translateY(-2px);border-color:rgba(203,81,61,.75);background:rgba(203,81,61,.12)}
.news-reel-link b{color:var(--brand);font-size:14px}
.news-media-admin textarea{width:100%;min-height:78px;background:#0a0a0a;color:#fff;border:1px solid rgba(255,255,255,.12);padding:9px;font:500 8px var(--font);resize:vertical}

/* The language switch remains fully readable and does not depend on transform stacking quirks. */
.language-slider{isolation:isolate;touch-action:none}
.language-slider__thumb{will-change:left}

/* Always preserve an optical safe area on smaller desktop screens. */
@media (max-width:1366px){
  .scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact{right:32px!important}
  .home-message{right:32px!important}
  .portfolio-strip,.client-grid,.service-grid,.news-list{max-width:100%}
  .portfolio-card,.client-card,.service-card,.news-card{min-width:0}
}

/* Mobile refinement: app-like spacing, readable controls and full-featured construction preview. */
@media (max-width:700px){
  .construction-copy{font-size:11px;line-height:1.45;padding:0 18px}
  .secret-entry{opacity:.18;border:1px solid rgba(255,255,255,.08);background:rgba(5,5,5,.25);border-radius:3px;backdrop-filter:blur(6px)}
  .secret-entry:before{width:4px;height:4px}.secret-entry span{font-size:6.5px}
  .scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact,.home-message{left:14px!important;right:14px!important}
  .scene-panel h2,.home-message h2{font-size:clamp(38px,10.5vw,52px)}
  .scene-panel__headline>p{font-size:11px;line-height:1.55}
  .service-card{min-height:128px;padding:12px}.service-card strong{font-size:11.5px!important;line-height:1.12}.service-card small{font-size:7.2px!important}
  .client-filter{height:38px;padding:0 11px;font-size:7.6px}
  .client-card{height:148px;min-height:148px}.client-card__logo{height:92px}.client-card img{max-height:84px}.client-card .client-card__name{font-size:10.5px;min-height:29px}
  .client-load-more{height:40px;margin-top:10px}
  .portfolio-filter{height:42px;padding:0 11px;font-size:7.7px;min-width:auto}
  .portfolio-count{font-size:8px}
  .news-card{grid-template-columns:108px minmax(0,1fr);min-height:122px}.news-card__copy strong{font-size:11px;line-height:1.18}.news-card__copy p{font-size:8px;line-height:1.4}
  .news-detail-links>div{grid-template-columns:repeat(2,minmax(0,1fr))}.news-reel-link{height:42px;font-size:7.4px}
  .offices-card--real{width:96vw;height:91vh;grid-template-columns:1fr;overflow:auto}.office-detail{padding:20px 20px 24px}.office-photo{height:190px}.office-detail h2{font-size:48px}.office-detail>p:not(.scene-kicker){font-size:13px;line-height:1.62}.office-tabs{display:grid;grid-template-columns:1fr;gap:5px}.office-tabs button{height:40px;font-size:8.5px}.world-map--leaflet{height:360px!important;min-height:360px!important}.leaflet-map,.leaflet-container{height:360px!important;min-height:360px!important}
  dialog.modal.is-animating>*::before{display:none}
}
.ssm-map-marker{transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.ssm-map-marker.is-active{transform:scale(1.28);background:#fff;box-shadow:0 0 0 9px rgba(203,81,61,.3),0 0 34px rgba(203,81,61,.95)}



/* ===== v1.8 urgent stability + admin/client pass ===== */

/* Section change: 1s clean blackout + 1s game-style animation, then destination appears. */
.section-transition{
  position:absolute!important;inset:0!important;z-index:320!important;pointer-events:none!important;
  opacity:0!important;background:#050505!important;overflow:hidden!important;
}
.section-transition.is-playing{opacity:1!important;animation:none!important}
.section-transition.is-playing::before{
  content:"";position:absolute;inset:-20% -30%;opacity:0;
  background:
    linear-gradient(108deg,transparent 0 34%,rgba(203,81,61,.18) 40%,rgba(203,81,61,.78) 48%,rgba(255,255,255,.72) 50%,rgba(203,81,61,.48) 53%,transparent 61%),
    radial-gradient(circle at 50% 50%,rgba(203,81,61,.14),transparent 34%);
  transform:translate3d(-65%,0,0) skewX(-8deg);
  animation:ssmTransitionV18 1s cubic-bezier(.18,.78,.18,1) 1s both!important;
}
.section-transition.is-playing i{
  position:absolute;left:8%;right:8%;top:50%;height:2px;opacity:0;transform:scaleX(0);
  background:linear-gradient(90deg,transparent,var(--brand),#fff,var(--brand),transparent);
  box-shadow:0 0 26px rgba(203,81,61,.7);
  animation:ssmTransitionLineV18 1s cubic-bezier(.16,.82,.2,1) 1s both!important;
}
@keyframes ssmTransitionV18{
  0%{opacity:0;transform:translate3d(-65%,0,0) skewX(-8deg)}
  18%{opacity:.7}
  58%{opacity:1}
  100%{opacity:0;transform:translate3d(65%,0,0) skewX(-8deg)}
}
@keyframes ssmTransitionLineV18{
  0%{opacity:0;transform:scaleX(0)}
  30%{opacity:1;transform:scaleX(.75)}
  65%{opacity:.95;transform:scaleX(1)}
  100%{opacity:0;transform:scaleX(.25)}
}
body.is-switching-section .admin-dock{opacity:0;pointer-events:none}

/* Popups: no overshoot beyond viewport, so no animated scrollbars. */
html,body{scrollbar-gutter:stable}
body.has-modal-open{overflow:hidden!important}
dialog.modal[open],dialog.admin-dialog[open]{overflow:hidden!important}
dialog.modal.is-animating>*{
  animation:ssmModalV18 .92s cubic-bezier(.18,.78,.2,1) both!important;
  transform-origin:50% 50%!important;
}
dialog.modal.is-animating::backdrop{animation:ssmBackdropV18 .48s ease both!important}
dialog.modal.is-animating>*::before{
  content:"";position:absolute!important;z-index:12!important;pointer-events:none!important;inset:0!important;
  border:1px solid rgba(203,81,61,.42);opacity:0;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),inset 0 0 44px rgba(203,81,61,.09);
  animation:ssmModalFrameV18 .92s ease both!important;
}
dialog.modal.is-animating>*::after{
  content:"";position:absolute!important;inset:0!important;pointer-events:none!important;
  background:linear-gradient(90deg,transparent 0 43%,rgba(203,81,61,.13) 49%,rgba(255,255,255,.08) 50%,transparent 57%);
  opacity:0;transform:translateX(-35%);
  animation:ssmModalSweepV18 .92s cubic-bezier(.18,.76,.2,1) both!important;
}
@keyframes ssmModalV18{
  0%{opacity:0;transform:translate3d(0,28px,0) scale(.96)}
  72%{opacity:1;transform:translate3d(0,0,0) scale(.995)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1)}
}
@keyframes ssmBackdropV18{from{background:rgba(0,0,0,0)}to{background:rgba(0,0,0,.82)}}
@keyframes ssmModalFrameV18{0%{opacity:0}28%{opacity:1}100%{opacity:0}}
@keyframes ssmModalSweepV18{0%{opacity:0;transform:translateX(-40%)}28%{opacity:.9}100%{opacity:0;transform:translateX(42%)}}

/* The map is never transformed while Leaflet measures it. */
#officesDialog.is-animating>.offices-card{
  animation:ssmOfficeFadeV18 .92s ease both!important;
  transform:none!important;
}
#officesDialog.is-animating>.offices-card::after{animation:ssmModalSweepV18 .92s ease both!important}
@keyframes ssmOfficeFadeV18{0%{opacity:0}100%{opacity:1}}

/* Offices: stable two-column geometry, true map area, large selector and auto-fit title. */
.offices-card--real{
  position:relative!important;display:grid!important;grid-template-columns:minmax(420px,42%) minmax(420px,1fr)!important;
  grid-template-rows:minmax(0,1fr)!important;width:min(1280px,95vw)!important;height:min(760px,90vh)!important;
  max-height:90vh!important;overflow:hidden!important;background:#090909!important;
}
.office-detail{min-width:0!important;overflow:auto!important;padding:30px 34px 34px!important}
.office-photo{height:230px!important;min-height:180px!important}
.office-country{font-size:12px!important;letter-spacing:.11em!important}
.office-detail h2{
  width:100%!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;
  font-size:82px;line-height:.88!important;letter-spacing:-.055em!important;margin:0 0 18px!important;
}
.office-detail>p:not(.scene-kicker){font-size:16px!important;line-height:1.65!important;color:rgba(255,255,255,.8)!important;max-width:42ch!important}
.office-tabs{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;padding-top:20px!important}
.office-tabs button{
  height:52px!important;padding:0 16px!important;text-align:left!important;font-size:14px!important;font-weight:800!important;
  letter-spacing:.035em!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.025)!important;color:#fff!important;
}
.office-tabs button:hover{border-color:rgba(255,255,255,.3)!important;background:rgba(255,255,255,.05)!important}
.office-tabs button.is-active{border-color:rgba(203,81,61,.75)!important;background:rgba(203,81,61,.15)!important;color:#fff!important}
.world-map--leaflet{position:relative!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;overflow:hidden!important;background:#131313!important}
.leaflet-map,.leaflet-container{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important}
.leaflet-control-attribution{font-size:9px!important}
.ssm-map-divicon{background:transparent!important;border:0!important}
.ssm-map-marker{width:18px;height:18px;border-radius:50%;background:var(--brand);border:3px solid #fff;box-shadow:0 0 0 7px rgba(203,81,61,.22),0 0 24px rgba(203,81,61,.7)}
.ssm-map-marker.is-active{transform:scale(1.32);background:#fff;border-color:var(--brand);box-shadow:0 0 0 10px rgba(203,81,61,.25),0 0 34px rgba(203,81,61,.95)}

/* Clients: readable, scalable cards. No country on cards. */
.client-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}
.client-card{height:174px!important;min-height:174px!important;padding:14px 14px 12px!important;overflow:hidden!important}
.client-card__logo{height:116px!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important}
.client-card img{max-width:88%!important;max-height:104px!important;width:auto!important;height:auto!important;object-fit:contain!important}
.client-card .client-card__name{
  flex:0 0 auto!important;min-height:34px!important;font-size:13px!important;line-height:1.1!important;font-weight:800!important;
  padding:8px 4px 0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;
  border-top:1px solid rgba(255,255,255,.08)!important;overflow-wrap:anywhere!important;
}
.client-card[data-client="guarani"] .client-card__logo{height:122px!important}
.client-card[data-client="guarani"] img{max-height:118px!important;max-width:96%!important}
.client-card[data-client="montsant"] img{max-height:110px!important}
.client-card[data-client="kelme"] img{max-width:96%!important}
.client-filter{min-height:42px!important;font-size:9px!important;padding:0 15px!important}

/* Construction: never crop the long word on phones. */
.construction-center{width:min(100%,900px);padding:0 18px;box-sizing:border-box}
.construction-center h1{max-width:100%;overflow:visible;word-break:keep-all;overflow-wrap:normal}
@media(max-width:700px){
  .construction-center h1{font-size:clamp(28px,8.2vw,46px)!important;line-height:.94!important;letter-spacing:-.045em!important}
  .construction-line{width:min(88vw,520px)!important}
}

/* Admin: significantly larger and denser, without wasted areas. */
.admin-dialog{width:98vw!important;height:94vh!important}
.admin-shell{grid-template-columns:250px minmax(0,1fr)!important}
.admin-sidebar{padding:24px 20px!important}
.admin-brand b{font-size:16px!important}.admin-brand small{font-size:8px!important}
.admin-sidebar nav{gap:5px!important}.admin-sidebar nav button,.admin-logout{height:44px!important;font-size:10px!important;letter-spacing:.075em!important;padding:0 12px!important}
.admin-content{padding:0 28px 28px!important}
.admin-head{height:88px!important}.admin-head span{font-size:8px!important}.admin-head h2{font-size:26px!important}
.admin-head__actions .admin-button{height:40px!important;font-size:9px!important}.admin-close{font-size:32px!important}
.admin-pane{height:calc(100% - 88px)!important;padding-top:24px!important}
.admin-pane-head h3{font-size:22px!important}.admin-pane-head p{font-size:12px!important;line-height:1.55!important}.admin-pane-head>span{font-size:11px!important}
.admin-card{padding:22px!important;min-height:185px!important}.admin-card__label{font-size:8px!important}.admin-card h3{font-size:19px!important}.admin-card p{font-size:11.5px!important;line-height:1.55!important}
.admin-field{font-size:9px!important;gap:8px!important}.admin-field input,.admin-field select,.admin-field textarea{min-height:42px!important;font-size:12px!important;padding:10px 11px!important}
.admin-field textarea{min-height:92px!important}
.admin-button{min-height:40px!important;font-size:9px!important;padding:0 14px!important}
.toggle b{font-size:10px!important}
.video-admin-card{padding:12px!important}.video-admin-card input,.video-admin-card select{font-size:11px!important;min-height:38px!important}
.zone-card h4{font-size:17px!important}.zone-card p{font-size:11px!important}.zone-fixed label{font-size:8px!important}.zone-fixed select{height:42px!important;font-size:11px!important}
.tag-chip{font-size:10px!important;min-height:36px!important}
.tag-manager form input{height:42px!important;font-size:12px!important}

/* Admin clients */
.client-admin-add{border:1px solid rgba(255,255,255,.1);background:#0d0d0d;padding:18px;margin-bottom:18px}
.admin-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.client-admin-options{display:flex;flex-wrap:wrap;gap:14px;margin:14px 0;font-size:10px;color:rgba(255,255,255,.75)}
.client-admin-options label{display:flex;align-items:center;gap:7px}
.client-admin-list{display:grid;gap:10px}
.client-admin-row{display:grid;grid-template-columns:128px minmax(0,1fr);gap:16px;align-items:center;border:1px solid rgba(255,255,255,.1);background:#0d0d0d;padding:14px}
.client-admin-logo{height:104px;display:grid;place-items:center;background:#080808;border:1px solid rgba(255,255,255,.08)}
.client-admin-logo img{max-width:86%;max-height:90px;object-fit:contain}
.client-admin-grid{display:grid;grid-template-columns:1.1fr 1.4fr 1.1fr .8fr;gap:9px}
.client-admin-options--row{margin:9px 0 0}
.client-logo-replace{height:40px;padding:0 12px;border:1px solid rgba(255,255,255,.14);display:flex!important;align-items:center;font-size:9px;font-weight:800;cursor:pointer}
.client-logo-replace input{display:none}.client-logo-replace.is-loading{opacity:.45;pointer-events:none}

/* News admin: meaningful two-column use of the available space. */
.news-admin-list{display:grid;gap:14px}
.news-editor{
  display:grid!important;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr)!important;
  grid-template-areas:"date tabs" "lang media" "delete media"!important;gap:12px 16px!important;
  padding:18px!important;margin:0!important;align-items:start!important;
}
.news-editor>input[data-news-date]{grid-area:date!important;max-width:220px;height:42px;font-size:12px!important}
.news-editor-tabs{grid-area:tabs!important;align-self:start!important;justify-self:stretch!important;display:flex!important;gap:6px!important}
.news-editor-tabs button{flex:1;height:42px!important;font-size:10px!important}
.news-lang-pane{grid-area:lang!important;display:none!important;gap:8px!important}.news-lang-pane.is-active{display:grid!important}
.news-lang-pane input,.news-lang-pane textarea{font-size:12px!important;padding:11px!important}
.news-lang-pane textarea{min-height:96px!important}.news-lang-pane textarea[data-news-body]{min-height:190px!important}
.news-media-admin{grid-area:media!important;display:grid!important;gap:8px!important;margin:0!important}
.news-media-admin input,.news-media-admin textarea{font-size:11px!important;padding:10px!important;min-height:42px!important}
.news-media-admin textarea{min-height:144px!important}
.news-editor>[data-news-delete]{grid-area:delete!important;justify-self:start!important;height:40px!important;font-size:9px!important;padding:0 14px!important}

/* General content safety: long dynamic strings never escape their cells. */
.scene-panel,.scene-panel__headline,.news-card__copy,.detail-card__body,.admin-content,.admin-pane{min-width:0!important}
.scene-panel h2,.news-card__copy strong,.detail-card__body h2,.admin-card h3{overflow-wrap:anywhere}

/* Laptop/smaller desktop */
@media(max-width:1366px){
  .client-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .client-card{height:166px!important;min-height:166px!important}
  .offices-card--real{grid-template-columns:minmax(390px,44%) minmax(360px,1fr)!important}
  .office-detail h2{font-size:70px}
  .admin-shell{grid-template-columns:220px minmax(0,1fr)!important}
  .admin-sidebar nav button,.admin-logout{font-size:9px!important}
  .admin-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .client-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Mobile */
@media(max-width:700px){
  .offices-card--real{width:96vw!important;height:92vh!important;grid-template-columns:1fr!important;grid-template-rows:auto 340px!important;overflow:auto!important}
  .office-detail{padding:18px 18px 24px!important;overflow:visible!important}.office-photo{height:185px!important}
  .office-detail h2{font-size:52px;white-space:nowrap!important}.office-detail>p:not(.scene-kicker){font-size:13px!important;line-height:1.58!important;max-width:none!important}
  .office-tabs button{height:48px!important;font-size:12px!important}
  .world-map--leaflet{height:340px!important;min-height:340px!important;position:relative!important}
  .leaflet-map,.leaflet-container{position:absolute!important;inset:0!important;height:340px!important;min-height:340px!important}
  .client-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.client-card{height:158px!important;min-height:158px!important}.client-card__logo{height:101px!important}.client-card img{max-height:92px!important}.client-card .client-card__name{font-size:11px!important}
  .client-filter{font-size:8px!important;min-height:40px!important;padding:0 11px!important}
  .admin-shell{grid-template-columns:1fr!important}.admin-content{padding:0 14px 14px!important}.admin-head h2{font-size:22px!important}
  .admin-pane-head h3{font-size:20px!important}.admin-pane-head p{font-size:11px!important}
  .admin-grid--2,.admin-grid--3,.client-admin-grid{grid-template-columns:1fr!important}
  .client-admin-row{grid-template-columns:88px minmax(0,1fr)!important}.client-admin-logo{height:88px!important}
  .news-editor{grid-template-columns:1fr!important;grid-template-areas:"date" "tabs" "lang" "media" "delete"!important}
  .news-editor>input[data-news-date]{max-width:none!important;width:100%!important}
}

.office-tabs button{font-size:16px!important}
@media(max-width:700px){.office-tabs button{font-size:14px!important}}

/* ===== v1.9 — fast in-game section transition (total ~1s) ===== */
/* Keep the interface responsive but make the actual section change feel deliberate. */
.experience > .video-stage,
.experience > .topbar,
.experience > .menu-shell,
.experience > .scene-stack,
.experience > .controls-help,
.experience > .video-meta,
.experience > .social-links,
.experience > .mobile-nav,
.experience > .mobile-more{
  transition:opacity .18s ease,transform .22s cubic-bezier(.22,.72,.2,1),filter .2s ease!important;
}
body.is-switching-section .experience > .video-stage,
body.is-switching-section .experience > .topbar,
body.is-switching-section .experience > .menu-shell,
body.is-switching-section .experience > .scene-stack,
body.is-switching-section .experience > .controls-help,
body.is-switching-section .experience > .video-meta,
body.is-switching-section .experience > .social-links,
body.is-switching-section .experience > .mobile-nav,
body.is-switching-section .experience > .mobile-more{
  opacity:0!important;
  transform:translate3d(0,5px,0) scale(.995)!important;
  filter:blur(1.5px)!important;
  pointer-events:none!important;
}
body.is-switching-section .experience > .video-stage{transform:scale(1.018)!important;filter:blur(5px)!important}

/* No blackout. The bridge is a branded ambient field with a quick game-UI sweep. */
.section-transition{
  position:absolute!important;inset:0!important;z-index:320!important;pointer-events:none!important;
  opacity:0!important;overflow:hidden!important;background:
    radial-gradient(circle at 72% 46%,rgba(203,81,61,.22) 0,rgba(64,25,21,.17) 20%,rgba(13,13,13,.96) 61%),
    linear-gradient(135deg,#111 0%,#17100f 52%,#0b0b0b 100%)!important;
  transition:none!important;
}
.section-transition.is-playing{
  opacity:1!important;
  animation:ssmBridgeV19 .98s cubic-bezier(.2,.72,.2,1) both!important;
}
.section-transition.is-playing::before{
  content:""!important;position:absolute!important;inset:-22% -35%!important;
  background:
    linear-gradient(105deg,transparent 0 37%,rgba(255,255,255,.08) 42%,rgba(203,81,61,.78) 47%,rgba(255,255,255,.82) 50%,rgba(203,81,61,.38) 54%,transparent 61%),
    repeating-linear-gradient(90deg,transparent 0 76px,rgba(255,255,255,.018) 77px 78px)!important;
  opacity:0;transform:translate3d(-58%,0,0) skewX(-9deg)!important;
  animation:ssmSweepV19 .72s cubic-bezier(.16,.82,.2,1) .12s both!important;
}
.section-transition.is-playing::after{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 50% 50%,rgba(203,81,61,.20),transparent 26%);
  opacity:0;animation:ssmPulseV19 .7s ease .14s both;
}
.section-transition.is-playing i{
  position:absolute!important;left:7%!important;right:7%!important;top:50%!important;height:2px!important;
  background:linear-gradient(90deg,transparent,var(--brand),#fff,var(--brand),transparent)!important;
  box-shadow:0 0 28px rgba(203,81,61,.85)!important;
  opacity:0!important;transform:scaleX(0)!important;
  animation:ssmLineV19 .58s cubic-bezier(.16,.82,.2,1) .17s both!important;
}
@keyframes ssmBridgeV19{
  0%{opacity:0}
  13%{opacity:1}
  76%{opacity:1}
  100%{opacity:0}
}
@keyframes ssmSweepV19{
  0%{opacity:0;transform:translate3d(-58%,0,0) skewX(-9deg)}
  18%{opacity:.72}
  55%{opacity:1}
  100%{opacity:0;transform:translate3d(60%,0,0) skewX(-9deg)}
}
@keyframes ssmLineV19{
  0%{opacity:0;transform:scaleX(0)}
  28%{opacity:1;transform:scaleX(.52)}
  68%{opacity:.95;transform:scaleX(1)}
  100%{opacity:0;transform:scaleX(.2)}
}
@keyframes ssmPulseV19{0%{opacity:0}40%{opacity:1}100%{opacity:0}}

@media(max-width:760px){
  body.is-switching-section .experience > .mobile-nav{transform:translate3d(0,8px,0)!important}
  .section-transition.is-playing::before{inset:-15% -65%!important}
}
@media(prefers-reduced-motion:reduce){
  .section-transition.is-playing{animation:ssmBridgeV19 .38s ease both!important}
  .section-transition.is-playing::before,.section-transition.is-playing::after,.section-transition.is-playing i{animation:none!important}
}


/* ===== v1.10 — clientes paginados + formulario protegido ===== */
.client-pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin:14px auto 0;min-height:42px}
.client-pagination[hidden]{display:none!important}
.client-page{min-width:40px;height:40px;padding:0 10px;border:1px solid rgba(255,255,255,.16);background:rgba(5,5,5,.72);color:rgba(255,255,255,.72);font-size:9px;font-weight:900;letter-spacing:.08em;cursor:pointer;transition:.2s;border-radius:4px}
.client-page:hover:not(:disabled),.client-page.is-active{border-color:rgba(203,81,61,.8);background:rgba(203,81,61,.16);color:#fff;transform:translateY(-1px)}
.client-page.is-active{background:var(--brand);color:#080808}
.client-page:disabled{opacity:.25;cursor:default}
.client-page--arrow{font-size:20px;line-height:1}
.form-trap{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
#meetingForm button[type="submit"]:disabled{opacity:.5;cursor:wait;pointer-events:none}
@media(max-width:700px){.client-pagination{gap:5px;margin-top:10px}.client-page{min-width:36px;height:36px;padding:0 8px;font-size:8px}}

/* ===== v1.11 — transition, clients, portfolio, news, history, map and anniversary ===== */

/* Brand placement: isologo in the permanent header; wordmark only on Home. */
.brand-home-button{width:54px!important;height:54px!important;display:grid!important;place-items:center!important}
.brand-home-button img{width:42px!important;height:42px!important;object-fit:contain!important}
.home-wordmark{width:min(235px,26vw);margin:0 0 18px;filter:drop-shadow(0 6px 18px rgba(0,0,0,.65))}
.home-wordmark img{display:block;width:100%;height:auto}

/* Priority transition: left menu exits left; active page exits right; both return from outside. */
.menu-shell{will-change:transform,opacity;transition:transform .44s cubic-bezier(.4,0,.18,1),opacity .30s ease!important}
.scene-stack{will-change:transform,opacity;transition:transform .44s cubic-bezier(.4,0,.18,1),opacity .30s ease!important}
.scene{transform:none!important;transition:opacity .16s ease,visibility 0s linear .16s!important}
.scene.is-active{transform:none!important;transition:opacity .16s ease,visibility 0s!important}
body.is-section-exit .menu-shell,
body.is-section-enter-prep .menu-shell{transform:translate(-118%,-47%)!important;opacity:0!important;pointer-events:none!important}
body.is-section-exit .scene-stack,
body.is-section-enter-prep .scene-stack{transform:translate3d(108vw,0,0)!important;opacity:0!important;pointer-events:none!important}
body.is-section-enter-prep .menu-shell,
body.is-section-enter-prep .scene-stack{transition:none!important}
.section-transition{display:none!important}

/* Animated hourglass with falling sand. */
.hourglass-icon{width:31px!important;height:37px!important;display:grid!important;place-items:center!important;overflow:visible!important}
.hourglass-icon svg{width:27px;height:33px;overflow:visible;animation:ssmHourglassFlip 4.4s cubic-bezier(.55,.02,.34,1) infinite;transform-origin:50% 50%}
.hourglass-frame{fill:none;stroke:#fff;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;opacity:.92}
.hourglass-sand-top,.hourglass-sand-bottom{fill:var(--brand);transform-box:fill-box;transform-origin:center bottom}
.hourglass-sand-top{animation:ssmSandTop 2.05s linear infinite}
.hourglass-sand-bottom{animation:ssmSandBottom 2.05s linear infinite;transform-origin:center bottom}
.hourglass-stream{fill:none;stroke:var(--brand);stroke-width:1.5;stroke-linecap:round;animation:ssmSandStream .55s ease-in-out infinite alternate}
@keyframes ssmSandTop{0%{transform:scaleY(1);opacity:1}92%{transform:scaleY(.08);opacity:.75}100%{transform:scaleY(.04);opacity:.2}}
@keyframes ssmSandBottom{0%{transform:scaleY(.05);opacity:.25}92%,100%{transform:scaleY(1);opacity:1}}
@keyframes ssmSandStream{from{opacity:.25;stroke-dasharray:1 2}to{opacity:1;stroke-dasharray:4 1}}
@keyframes ssmHourglassFlip{0%,46%{transform:rotate(0)}54%,100%{transform:rotate(180deg)}}

/* Anniversary dialog: information is intentionally much larger. */
.anniversary-modal-card{width:min(920px,92vw)!important;padding:46px 52px!important}
.anniversary-modal-card h2{font-size:clamp(52px,6vw,82px)!important;line-height:.9!important;margin:10px 0 28px!important}
.road-countdown{gap:12px!important;margin:0 0 26px!important}
.road-countdown>div{min-height:118px!important;padding:18px 12px!important;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.11)}
.road-countdown strong{font-size:clamp(38px,4vw,58px)!important;line-height:1!important}
.road-countdown span{font-size:9px!important;margin-top:9px!important}
.road-copy{max-width:780px!important;font-size:16px!important;line-height:1.7!important;color:rgba(255,255,255,.78)!important}
.road-highlight{font-size:11px!important;line-height:1.45!important;margin-top:21px!important;padding-top:19px!important}

/* Stable OSM embed: no client-side tile sizing, so Chromium/Windows cannot render sliced tiles. */
.world-map--embed{position:relative!important;min-width:0!important;min-height:0!important;overflow:hidden!important;background:#121212!important}
.office-map-frame{display:block;width:100%;height:100%;min-height:520px;border:0;background:#151515;filter:saturate(.78) contrast(1.04) brightness(.86)}
.office-map-link{position:absolute;right:14px;bottom:14px;z-index:4;padding:11px 13px;border:1px solid rgba(255,255,255,.18);background:rgba(4,4,4,.88);color:#fff;font-size:8px;font-weight:900;letter-spacing:.08em;backdrop-filter:blur(10px)}
.office-map-link:hover{border-color:var(--brand);background:var(--brand);color:#080808}

/* Clients: no synthetic CLIENTES filter. An unselected state means admin-selected featured clients. */
.client-filters{margin-top:14px!important;gap:7px!important}
.client-filter{min-height:39px!important;height:auto!important;padding:8px 13px!important}
.client-filter.is-active{box-shadow:inset 0 -2px 0 var(--brand),0 8px 20px rgba(0,0,0,.24)}
.client-admin-copy-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px;margin-top:10px}
.client-admin-copy-grid textarea{width:100%;background:#0a0a0a;color:#fff;border:1px solid rgba(255,255,255,.12);padding:9px;font:500 10px var(--font);resize:vertical}
.client-admin-copy-grid small,.history-admin-form small{display:block;margin-top:4px;color:rgba(255,255,255,.45);font-size:8px;font-weight:500}

/* Unified pagination: exactly two grid rows per page on clients/portfolio, and paged news. */
.content-pagination,.client-pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin:13px auto 0;min-height:40px}
.content-pagination[hidden],.client-pagination[hidden]{display:none!important}
.content-page{min-width:38px;height:38px;padding:0 10px;border:1px solid rgba(255,255,255,.16);background:rgba(5,5,5,.74);color:rgba(255,255,255,.72);border-radius:4px;font-size:9px;font-weight:900;cursor:pointer;transition:.2s}
.content-page:hover:not(:disabled),.content-page.is-active{border-color:rgba(203,81,61,.82);background:rgba(203,81,61,.16);color:#fff;transform:translateY(-1px)}
.content-page.is-active{background:var(--brand);color:#080808}
.content-page:disabled{opacity:.25;cursor:default}
.content-page--arrow{font-size:20px;line-height:1}

/* Portfolio labels are always visible and use the human category name. */
.portfolio-card{position:relative}
.portfolio-card>video{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.86);transition:transform .45s var(--ease)}
.portfolio-card:hover>video{transform:scale(1.055)}
.portfolio-category-badge{position:absolute;z-index:4;top:9px;left:9px;max-width:calc(100% - 18px);padding:6px 8px;border:1px solid rgba(255,255,255,.18);background:rgba(4,4,4,.82);backdrop-filter:blur(9px);font-size:6.6px;font-weight:900;letter-spacing:.07em;color:#fff;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.portfolio-card div{z-index:5!important}

/* Editorial news: one hero story + two secondary cards = two rows maximum. */
.news-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin-top:18px!important;border:0!important}
.news-card{min-height:132px!important;grid-template-columns:150px minmax(0,1fr)!important}
.news-card--featured{grid-column:1/-1;min-height:205px!important;grid-template-columns:minmax(280px,43%) minmax(0,1fr)!important;background:rgba(6,6,6,.76)!important;border-color:rgba(255,255,255,.18)!important}
.news-card--featured .news-card__copy{padding:24px 26px!important}
.news-card--featured .news-card__copy strong{font-size:clamp(20px,2.1vw,31px)!important;line-height:1.03!important;max-width:650px}
.news-card--featured .news-card__copy p{font-size:10px!important;line-height:1.55!important;max-width:650px}
.news-card__copy em{display:inline-flex;align-self:flex-start;margin:0 0 9px;padding:5px 7px;background:var(--brand);color:#080808;font-style:normal;font-size:6.5px;font-weight:900;letter-spacing:.09em}
.news-card__media img,.news-card__media video{object-fit:cover!important}
.news-editor-topline{grid-area:date;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.news-editor-topline>input{max-width:220px;height:42px;background:#0a0a0a;color:#fff;border:1px solid rgba(255,255,255,.12);padding:9px;font:600 11px var(--font)}
.news-featured-toggle{min-height:42px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid rgba(203,81,61,.38);background:rgba(203,81,61,.07);font-size:9px;font-weight:900;letter-spacing:.06em;cursor:pointer}
.news-image-upload{height:42px;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(203,81,61,.55);background:rgba(203,81,61,.06);font-size:9px;font-weight:900;cursor:pointer}
.news-image-upload input{display:none}.news-image-upload.is-loading{opacity:.45;pointer-events:none}

/* Company history popup. */
.modal--history{padding:3vh 0}
.history-card{position:relative;width:min(1080px,94vw);max-height:92vh;overflow:auto;background:linear-gradient(145deg,#0b0b0b,#060606 70%);border:1px solid rgba(255,255,255,.14);box-shadow:0 44px 120px rgba(0,0,0,.82)}
.history-hero{padding:42px 50px 35px;border-bottom:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 88% 20%,rgba(203,81,61,.18),transparent 33%)}
.history-logo{width:min(245px,45%);height:auto;margin:0 0 28px}
.history-hero h2{font-size:clamp(46px,5.7vw,78px);line-height:.91;letter-spacing:-.055em;margin:9px 0 20px;max-width:820px}
.history-hero>p:last-child{max-width:790px;margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.75}
.history-timeline{padding:10px 50px 12px}
.history-milestone{display:grid;grid-template-columns:150px minmax(0,1fr);gap:24px;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.09)}
.history-milestone>span{color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;padding-top:4px}
.history-milestone small{font-size:7px;color:rgba(255,255,255,.34);letter-spacing:.12em}
.history-milestone h3{font-size:20px;line-height:1.12;margin:6px 0 8px}
.history-milestone p{font-size:11px;line-height:1.7;color:rgba(255,255,255,.63);margin:0;max-width:720px}
.history-closing{padding:30px 50px 42px;display:flex;justify-content:space-between;align-items:flex-end;gap:34px}
.history-closing p{max-width:700px;margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.7}
.history-closing strong{color:var(--brand);font-size:11px;letter-spacing:.08em;white-space:nowrap}
.history-admin-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.history-admin-form .admin-field:nth-child(n+5){grid-column:auto}
.history-admin-form textarea{width:100%;background:#0a0a0a;color:#fff;border:1px solid rgba(255,255,255,.12);padding:10px;font:500 11px var(--font);resize:vertical}
.history-admin-form #saveHistory{grid-column:1/-1;justify-self:start}

@media(max-width:1180px){
  .portfolio-category-badge{font-size:6px}
  .client-admin-copy-grid{grid-template-columns:1fr}
  .news-card--featured{grid-template-columns:minmax(240px,40%) minmax(0,1fr)!important}
}
@media(max-width:900px){
  .news-list{grid-template-columns:1fr!important}.news-card--featured{grid-column:auto;grid-template-columns:180px minmax(0,1fr)!important;min-height:165px!important}
  .history-milestone{grid-template-columns:110px minmax(0,1fr)}
}
@media(max-width:700px){
  .brand-home-button{width:44px!important;height:44px!important}.brand-home-button img{width:34px!important;height:34px!important}.home-wordmark{width:180px;margin-bottom:14px}
  body.is-section-exit .menu-shell,body.is-section-enter-prep .menu-shell{transform:translate(-125%,-47%)!important}
  body.is-section-exit .scene-stack,body.is-section-enter-prep .scene-stack{transform:translate3d(115vw,0,0)!important}
  .anniversary-modal-card{padding:32px 20px!important}.anniversary-modal-card h2{font-size:46px!important}.road-countdown{grid-template-columns:repeat(2,1fr)!important}.road-countdown>div{min-height:98px!important}.road-copy{font-size:14px!important}
  .offices-card--real{grid-template-rows:auto 340px!important}.world-map--embed{height:340px!important;min-height:340px!important}.office-map-frame{height:340px!important;min-height:340px!important}.office-map-link{right:9px;bottom:9px}
  .client-filters{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:5px;scrollbar-width:none}.client-filters::-webkit-scrollbar{display:none}.client-filter{flex:0 0 auto}
  .content-pagination,.client-pagination{gap:5px;margin-top:9px}.content-page{min-width:34px;height:34px;padding:0 7px;font-size:8px}
  .portfolio-category-badge{top:7px;left:7px;max-width:calc(100% - 14px);padding:5px 6px;font-size:5.6px}
  .news-card,.news-card--featured{grid-template-columns:112px minmax(0,1fr)!important;min-height:128px!important}.news-card--featured .news-card__copy{padding:16px!important}.news-card--featured .news-card__copy strong{font-size:17px!important}.news-card__copy p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .history-card{width:96vw;max-height:94vh}.history-hero{padding:30px 22px 25px}.history-logo{width:190px;max-width:68%}.history-hero h2{font-size:43px}.history-hero>p:last-child{font-size:12px}.history-timeline{padding:4px 22px}.history-milestone{grid-template-columns:1fr;gap:8px;padding:21px 0}.history-milestone h3{font-size:18px}.history-closing{padding:25px 22px 34px;display:block}.history-closing strong{display:block;margin-top:20px}.history-admin-form{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .hourglass-icon svg,.hourglass-sand-top,.hourglass-sand-bottom,.hourglass-stream{animation:none!important}
  .menu-shell,.scene-stack{transition-duration:.12s!important}
}

/* ===== v1.12 — readability, richer client profiles and inline news ===== */

/* Menu-to-menu transition: complete exit + entrance in roughly half a second. */
.menu-shell{transition:transform .22s cubic-bezier(.4,0,.18,1),opacity .16s ease!important}
.scene-stack{transition:transform .22s cubic-bezier(.4,0,.18,1),opacity .16s ease!important}
.scene{transition:opacity .09s ease,visibility 0s linear .09s!important}
.scene.is-active{transition:opacity .09s ease,visibility 0s!important}

/* General readability: body copy should never feel miniature on desktop. */
.scene-panel__headline p,.contact-copy{font-size:clamp(15px,1.18vw,19px)!important;line-height:1.55!important}
.service-card small{font-size:clamp(9px,.72vw,12px)!important;line-height:1.35!important}
.service-card strong{font-size:clamp(13px,1vw,17px)!important;line-height:1.15!important}
.detail-card__body>p,.detail-card__body .client-detail-copy p{font-size:clamp(16px,1.12vw,19px)!important;line-height:1.68!important}
.client-card__name{font-size:clamp(10px,.76vw,13px)!important}
.client-links a{font-size:11px!important;padding:10px 12px!important}
.news-card__copy time{font-size:8.5px!important}
.news-card__copy strong{font-size:clamp(15px,1.28vw,21px)!important;line-height:1.12!important}
.news-card__copy p{font-size:clamp(11px,.9vw,14px)!important;line-height:1.48!important}

/* History popup: keep the main hero headline as-is, enlarge everything around it. */
.history-hero>p:last-child{font-size:clamp(17px,1.22vw,20px)!important;line-height:1.72!important;max-width:860px!important}
.history-milestone{grid-template-columns:185px minmax(0,1fr)!important;gap:30px!important;padding:34px 0!important}
.history-milestone>span{font-size:clamp(15px,1.05vw,18px)!important;line-height:1.2!important}
.history-milestone small{font-size:9px!important}
.history-milestone h3{font-size:clamp(25px,1.8vw,32px)!important;line-height:1.08!important;margin:8px 0 12px!important}
.history-milestone p{font-size:clamp(16px,1.14vw,19px)!important;line-height:1.7!important;max-width:790px!important}
.history-closing p{font-size:clamp(16px,1.12vw,19px)!important;line-height:1.72!important}
.history-closing strong{font-size:13px!important}

/* Road-to-10 popup: significantly larger numbers and supporting copy. */
.anniversary-modal-card{width:min(1040px,94vw)!important;padding:52px 58px!important}
.road-countdown>div{min-height:145px!important;padding:22px 15px!important}
.road-countdown strong{font-size:clamp(58px,5.5vw,82px)!important}
.road-countdown span{font-size:12px!important;letter-spacing:.1em!important;margin-top:12px!important}
.road-copy{font-size:clamp(19px,1.4vw,23px)!important;line-height:1.65!important;max-width:880px!important}
.road-highlight{font-size:clamp(14px,1vw,17px)!important;line-height:1.5!important;margin-top:26px!important;padding-top:23px!important}

/* Client cards: visual discipline cue for football/basketball and graceful logo fallback. */
.client-card{position:relative!important}
.client-card__sport{position:absolute;right:9px;top:9px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(5,5,5,.82);border:1px solid rgba(255,255,255,.18);z-index:5;backdrop-filter:blur(8px)}
.client-card__sport svg,.client-detail-sport svg{width:17px;height:17px;fill:none;stroke:#fff;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.client-logo-fallback{display:grid;place-items:center;width:100%;height:100%;min-height:60px;font-size:clamp(22px,2vw,34px);font-weight:950;letter-spacing:-.04em;color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.08)}
.client-detail-logo .client-logo-fallback,#clientDetailInitials{display:grid;place-items:center;width:100%;height:100%;font-size:clamp(52px,6vw,88px);font-weight:950;color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(203,81,61,.12))}
.client-detail-sport{display:inline-flex;align-items:center;gap:9px;margin:0 0 12px;padding:7px 10px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.035);font-size:10px;font-weight:900;letter-spacing:.08em}
.client-detail-copy p{margin:0 0 14px}
.client-showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0}
.client-showcase img,.client-showcase video{width:100%;aspect-ratio:16/10;object-fit:cover;background:#050505;border:1px solid rgba(255,255,255,.11)}
.client-showcase a{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);font-size:11px;font-weight:900;color:#fff}
.client-admin-copy-grid{grid-template-columns:1fr 1fr!important}
.client-admin-logo .client-logo-fallback{min-height:90px}

/* News client tags. */
.news-card__meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 8px}
.news-client-tag{display:inline-flex;align-items:center;gap:9px;width:max-content;max-width:100%;padding:7px 10px;border:1px solid rgba(255,255,255,.16);background:rgba(7,7,7,.82);font-size:10px;font-weight:900;letter-spacing:.04em;color:#fff;cursor:pointer}
.news-client-tag--compact{padding:4px 7px;font-size:7.5px;background:rgba(255,255,255,.055);cursor:default}
.news-client-tag__logo{width:25px;height:25px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#fff}
.news-client-tag--compact .news-client-tag__logo{width:19px;height:19px}
.news-client-tag__logo img{width:100%;height:100%;object-fit:contain}
.news-client-tag__logo .client-logo-fallback{min-height:0;font-size:8px;color:#111;background:#fff;border:0}

/* Inline article view: news stays inside the page instead of opening a popup. */
.scene-panel--news{max-height:min(82vh,900px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) transparent;padding-right:8px!important}
.news-page{width:min(1120px,100%);margin:0 auto;padding:4px 0 34px;opacity:0;transform:translate3d(38px,0,0);transition:opacity .28s ease,transform .36s cubic-bezier(.2,.8,.2,1)}
.news-page.is-visible{opacity:1;transform:none}
.news-overview-enter{animation:newsOverviewEnter .34s cubic-bezier(.2,.8,.2,1) both}
@keyframes newsOverviewEnter{from{opacity:0;transform:translate3d(-30px,0,0)}to{opacity:1;transform:none}}
.news-page__back{border:0;background:transparent;color:#fff;padding:8px 0 18px;font:900 11px var(--font);letter-spacing:.08em;cursor:pointer}
.news-page__client{margin:4px 0 15px}
.news-page>h2{font-size:clamp(42px,5vw,78px);line-height:.92;letter-spacing:-.045em;margin:12px 0 18px;max-width:980px}
.news-page__summary{font-size:clamp(20px,1.65vw,27px);line-height:1.45;color:rgba(255,255,255,.82);max-width:900px;margin:0 0 28px}
.news-page__hero{width:100%;margin:0 0 30px;border:1px solid rgba(255,255,255,.13);background:#050505;overflow:hidden}
.news-page__hero img,.news-page__hero video{display:block;width:100%;max-height:560px;object-fit:cover}
.news-page__copy{max-width:900px}
.news-page__copy p{font-size:clamp(18px,1.32vw,22px);line-height:1.76;color:rgba(255,255,255,.82);margin:0 0 22px}
.news-page__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:32px 0}
.news-page__stats>div{min-height:125px;padding:20px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);display:flex;flex-direction:column;justify-content:flex-end}
.news-page__stats strong{font-size:clamp(32px,3vw,48px);line-height:1;color:var(--brand)}
.news-page__stats span{margin-top:10px;font-size:9px;font-weight:900;letter-spacing:.08em;color:rgba(255,255,255,.72)}
.news-page__reels{margin-top:38px}
.news-reels-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px;border-top:1px solid rgba(255,255,255,.13);padding-top:22px}
.news-reels-head p{font-size:14px;font-weight:950;letter-spacing:.07em;margin:0}.news-reels-head span{font-size:9px;color:rgba(255,255,255,.55)}
.news-reels-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.news-reel-embed{border:1px solid rgba(255,255,255,.11);background:#060606;overflow:hidden}
.news-reel-embed iframe{display:block;width:100%;height:430px;background:#fff}
.news-reel-embed a{display:flex;padding:10px 12px;color:#fff;font-size:9px;font-weight:900;letter-spacing:.06em}
.news-client-select{min-width:260px}.news-client-select select{height:42px}

@media(max-width:900px){
  .history-milestone{grid-template-columns:135px minmax(0,1fr)!important;gap:18px!important}.history-milestone p{font-size:16px!important}
  .news-page__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.news-reels-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-reel-embed iframe{height:520px}
}
@media(max-width:700px){
  .scene-panel__headline p,.contact-copy{font-size:15px!important}.service-card small{font-size:9px!important}.service-card strong{font-size:13px!important}
  .history-hero>p:last-child{font-size:16px!important}.history-milestone{grid-template-columns:1fr!important;gap:9px!important;padding:27px 0!important}.history-milestone>span{font-size:14px!important}.history-milestone h3{font-size:23px!important}.history-milestone p{font-size:16px!important}.history-closing p{font-size:16px!important}
  .anniversary-modal-card{padding:35px 20px!important}.road-countdown>div{min-height:112px!important}.road-countdown strong{font-size:48px!important}.road-countdown span{font-size:10px!important}.road-copy{font-size:17px!important}.road-highlight{font-size:13px!important}
  .client-card__sport{width:25px;height:25px;right:6px;top:6px}.client-card__sport svg{width:15px;height:15px}.client-showcase{grid-template-columns:1fr}.client-admin-copy-grid{grid-template-columns:1fr!important}
  .scene-panel--news{max-height:79vh;padding-right:3px!important}.news-page>h2{font-size:39px}.news-page__summary{font-size:18px}.news-page__copy p{font-size:17px;line-height:1.7}.news-page__stats{grid-template-columns:1fr 1fr}.news-page__stats>div{min-height:98px;padding:14px}.news-reels-grid{grid-template-columns:1fr}.news-reel-embed iframe{height:610px}.news-client-tag{font-size:9px}
}


/* ===== v1.13 — content ecosystem, readability, admin image crop ===== */
/* Bigger top-left isologo */
.brand-home-button{width:126px!important;height:126px!important;display:grid!important;place-items:center!important}
.brand-home-button img{width:108px!important;height:108px!important;object-fit:contain!important}

/* Service details */
.detail-subhead{font-size:9px!important;letter-spacing:.12em!important;margin-top:24px!important}
.detail-client-chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}
.service-client-chip{display:grid;grid-template-columns:1fr 34px;min-width:0;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.28)}
.service-client-chip>button{border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:10px;padding:9px 10px;text-align:left;cursor:pointer;min-width:0}
.service-client-chip>button:hover{background:rgba(255,255,255,.07)}
.service-client-chip>button span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto}
.service-client-chip>button span img{max-width:100%;max-height:100%;object-fit:contain}
.service-client-chip>button b{font-size:9px;white-space:normal}
.service-client-chip>a{display:grid;place-items:center;border-left:1px solid rgba(255,255,255,.12);color:var(--brand);text-decoration:none;font-size:14px}

/* Brand logos requested as monochrome */
.client-logo--white{filter:grayscale(1) brightness(0) invert(1)!important}
.client-person-photo{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:3px}

/* Portfolio richer cards/details */
.portfolio-client-mini{display:flex!important;align-items:center!important;gap:5px!important;margin-top:5px!important;font-size:6px!important;font-style:normal!important;color:rgba(255,255,255,.8)!important}
.portfolio-client-mini i{display:grid;width:16px;height:16px;place-items:center}.portfolio-client-mini i img{max-width:100%;max-height:100%;object-fit:contain}
.portfolio-filter--client{border-color:var(--brand)!important;color:#fff!important}
.media-card{max-height:92vh;overflow:auto}.media-info{display:block!important;padding:14px 8px 7px!important}.media-info strong{font-size:17px!important;display:block;margin-top:7px}.media-info p{font-size:12px;line-height:1.65;color:rgba(255,255,255,.82);max-width:760px;margin:8px 0}.media-client{margin-bottom:5px}.media-client .news-client-tag{cursor:pointer}
.client-links button{border:1px solid rgba(255,255,255,.14);background:transparent;color:#fff;padding:10px 12px;font-size:8px;font-weight:800;cursor:pointer}

/* News: high contrast reading panel over moving background */
.scene-panel--news{width:min(61vw,1040px)!important}
.news-page{background:rgba(5,5,5,.88)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 24px 90px rgba(0,0,0,.55);backdrop-filter:blur(18px);padding:32px clamp(24px,4vw,58px) 86px!important;border-radius:6px;max-height:82vh;overflow:auto;scrollbar-width:thin}
.news-page h2,.news-page__summary,.news-page__copy,.news-page__copy p,.news-page .scene-kicker{color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.28)}
.news-page h2{font-size:clamp(38px,4.3vw,70px)!important;line-height:.95!important}.news-page__summary{font-size:18px!important;line-height:1.55!important;color:rgba(255,255,255,.94)!important}
.news-page__hero{width:100%;margin:24px 0 0!important}.news-page__hero img,.news-page__hero video{width:100%;display:block;border-radius:4px}.news-page__hero figcaption{font-size:10px;color:rgba(255,255,255,.62);padding:8px 4px 0;line-height:1.45}
.news-page__copy{width:100%;box-sizing:border-box;padding:0 18px;margin-top:24px}.news-page__copy p{font-size:16px!important;line-height:1.8!important;text-align:justify;margin:0 0 20px}
.news-page__back{position:fixed!important;left:50%;bottom:24px;transform:translateX(-50%);z-index:90!important;background:var(--brand)!important;color:#090909!important;border:0!important;padding:13px 20px!important;font-size:9px!important;font-weight:900!important;box-shadow:0 14px 40px rgba(0,0,0,.45)}
.news-card__copy strong,.news-card__copy p{color:#fff!important}.news-card__copy p{font-size:11px!important;line-height:1.45!important}

/* Admin logo/photo manager */
.client-asset-manager{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025);padding:12px;display:grid;gap:8px}.client-asset-manager>strong{font-size:8px;letter-spacing:.13em;color:var(--brand)}.client-asset-manager>div{display:flex;gap:7px;flex-wrap:wrap}.client-asset-manager small{font-size:7px;color:rgba(255,255,255,.46);line-height:1.5}.client-asset-manager input[type=file]{display:none}
.crop-card{width:min(640px,94vw);background:#090909;border:1px solid rgba(255,255,255,.15);padding:24px;color:#fff;box-shadow:0 30px 100px rgba(0,0,0,.7)}.crop-card h2{margin:0 0 7px;font-size:25px}.crop-card>p{font-size:10px;color:rgba(255,255,255,.6);line-height:1.6}.crop-card canvas{width:min(520px,100%);height:auto;display:block;margin:18px auto;border:1px solid rgba(255,255,255,.18);cursor:grab;touch-action:none}.crop-card canvas:active{cursor:grabbing}.crop-zoom{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;font-size:8px;letter-spacing:.12em}.crop-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px;flex-wrap:wrap}
.video-admin-card--rich{display:grid!important;gap:8px!important}.video-admin-card--rich textarea{width:100%;resize:vertical;background:#111;border:1px solid rgba(255,255,255,.12);color:#fff;padding:8px;font:inherit}

/* Section transition stays ~0.5s total */
.menu-shell{transition:transform .20s cubic-bezier(.4,0,.18,1),opacity .16s ease!important}.scene-stack{transition:transform .20s cubic-bezier(.4,0,.18,1),opacity .16s ease!important}
body.is-section-exit .menu-shell{transform:translateX(-118%)!important;opacity:0!important}body.is-section-exit .scene-stack{transform:translateX(112%)!important;opacity:0!important}
body.is-section-enter-prep .menu-shell{transform:translateX(-118%)!important;opacity:0!important}body.is-section-enter-prep .scene-stack{transform:translateX(112%)!important;opacity:0!important}

@media(max-width:900px){.brand-home-button{width:76px!important;height:76px!important}.brand-home-button img{width:66px!important;height:66px!important}.scene-panel--news{width:auto!important}.news-page{max-height:calc(100vh - 150px);padding:24px 18px 82px!important}.news-page__copy{padding:0 4px}.news-page__copy p{text-align:left;font-size:14px!important}.detail-client-chips{grid-template-columns:1fr!important}}
@media(max-width:560px){.brand-home-button{width:62px!important;height:62px!important}.brand-home-button img{width:54px!important;height:54px!important}}


/* ===== v1.13.2 — fixes ===== */
/* News article: solid reading surface over moving video. */
.news-page{
  position:relative!important;
  background:rgba(3,3,3,.96)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 28px 100px rgba(0,0,0,.72)!important;
  backdrop-filter:blur(22px)!important;
  -webkit-backdrop-filter:blur(22px)!important;
}
.news-page>h2,.news-page__summary,.news-page__copy,.news-page__copy p,.news-page .scene-kicker{color:#fff!important}
.news-page__summary{color:rgba(255,255,255,.95)!important}
.news-page__copy p{color:rgba(255,255,255,.94)!important}
.news-page__back{
  position:fixed!important;
  left:50%!important;
  bottom:max(18px,env(safe-area-inset-bottom))!important;
  transform:translateX(-50%)!important;
  z-index:999!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 20px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:4px!important;
  background:#cb513d!important;
  color:#080808!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.07em!important;
  box-shadow:0 16px 48px rgba(0,0,0,.6)!important;
}
.news-page__back:hover{filter:brightness(1.08);transform:translateX(-50%) translateY(-2px)!important}

/* Service popup: stable, readable layout. */
.detail-card--service{
  width:min(960px,92vw)!important;
  max-height:84vh!important;
  grid-template-columns:250px minmax(0,1fr)!important;
  overflow:auto!important;
}
.detail-card--service .detail-card__body{
  justify-content:flex-start!important;
  padding:40px 38px!important;
  min-width:0!important;
}
.detail-card--service .detail-card__body>p{margin-bottom:10px!important}
.detail-card--service #serviceDetailText{font-size:clamp(16px,1.12vw,19px)!important;line-height:1.66!important;color:rgba(255,255,255,.84)!important}
.detail-card--service .detail-subhead{font-size:10px!important;margin-top:22px!important}
.detail-card--service .detail-client-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.service-client-chip{min-height:54px!important}
.service-client-chip>button{width:100%!important}
.service-client-chip>button b{font-size:10px!important;line-height:1.25!important}

/* Client discipline remains editable in Admin but is not shown publicly. */
.client-card__sport,.client-detail-sport{display:none!important}

@media(max-width:700px){
  .detail-card--service{grid-template-columns:1fr!important;width:94vw!important;max-height:86vh!important}
  .detail-card--service .detail-card__body{padding:26px 20px!important}
  .detail-card--service .detail-client-chips{grid-template-columns:1fr!important}
  .news-page__back{bottom:max(76px,calc(env(safe-area-inset-bottom) + 66px))!important;max-width:calc(100vw - 34px)!important}
}

/* ===== v1.14 — reading, client cases, stable service detail ===== */
.clients-subtitle{margin:10px 0 16px;font-size:12px;font-weight:850;letter-spacing:.11em;color:rgba(255,255,255,.78)}
.content-back-floating{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:5200;min-height:44px;border:0;background:var(--brand);color:#090909;padding:0 20px;font:900 10px var(--font);letter-spacing:.08em;box-shadow:0 16px 44px rgba(0,0,0,.58);cursor:pointer;transition:transform .2s ease,filter .2s ease}.content-back-floating:hover{filter:brightness(1.08);transform:translateX(-50%) translateY(-2px)}.content-back-floating[hidden]{display:none!important}
.news-page .news-page__back{display:none!important}.news-page{background:#050505!important}.news-page__stats{display:none!important}
.news-reels-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.news-reel-preview{display:grid;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.12);background:#080808;overflow:hidden}.news-reel-preview__media{position:relative;display:block;aspect-ratio:9/16;overflow:hidden;background:#111}.news-reel-preview__media img{width:100%;height:100%;object-fit:cover;filter:brightness(.62);transform:scale(1.01);transition:.25s}.news-reel-preview__media i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#111;font-style:normal;font-size:18px;box-shadow:0 10px 30px rgba(0,0,0,.35)}.news-reel-preview__media b{position:absolute;left:10px;top:10px;font-size:10px;letter-spacing:.1em}.news-reel-preview>strong{font-size:11px;padding:11px 11px 3px}.news-reel-preview>small{font-size:8px;color:rgba(255,255,255,.55);padding:0 11px 11px}.news-reel-preview:hover img{transform:scale(1.05);filter:brightness(.76)}
.client-page{width:min(1120px,100%);max-height:82vh;overflow:auto;margin:0 auto;background:#070707;border:1px solid rgba(255,255,255,.13);box-shadow:0 24px 90px rgba(0,0,0,.56);padding:32px clamp(24px,4vw,58px) 90px;opacity:0;transform:translateX(38px);transition:opacity .28s ease,transform .36s cubic-bezier(.2,.8,.2,1);scrollbar-width:thin}.client-page.is-visible{opacity:1;transform:none}.client-page__hero{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;align-items:center;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.12)}.client-page__visual{height:190px;display:grid;place-items:center;background:#0d0d0d;border:1px solid rgba(255,255,255,.1);overflow:hidden}.client-page__visual img{max-width:88%;max-height:165px;object-fit:contain}.client-page__visual img.client-person-photo{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}.client-page__visual .client-logo-fallback{min-height:100%;font-size:56px}.client-page__hero h2{font-size:clamp(42px,5vw,76px);line-height:.92;letter-spacing:-.05em;margin:9px 0 15px}.client-page__links{display:flex;gap:8px;flex-wrap:wrap}.client-page__links a{height:42px;min-width:42px;padding:0 12px;border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-size:9px;font-weight:850}.client-page__links svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.client-page__links .fill-dot{fill:currentColor;stroke:none}.client-page__section{display:grid;grid-template-columns:70px minmax(0,1fr);gap:22px;padding:30px 0;border-bottom:1px solid rgba(255,255,255,.1)}.client-page__section>span,.client-page__section-head>span{font-size:11px;color:var(--brand);font-weight:900;letter-spacing:.12em}.client-page__section h3,.client-page__section-head h3{font-size:22px;margin:0 0 12px}.client-page__section p{font-size:clamp(16px,1.22vw,20px);line-height:1.72;color:rgba(255,255,255,.88);margin:0 0 18px;max-width:900px}.client-page__portfolio,.client-page__showcase{padding:30px 0;border-bottom:1px solid rgba(255,255,255,.1)}.client-page__section-head{display:grid;grid-template-columns:70px minmax(0,1fr);gap:22px}.client-page__media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:18px 0 0 92px}.client-page__media-grid button{border:1px solid rgba(255,255,255,.12);background:#0b0b0b;color:#fff;padding:0;text-align:left;overflow:hidden}.client-page__media-grid img,.client-page__media-grid video{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.client-page__media-grid span{display:block;padding:9px;font-size:10px;font-weight:800}.client-showcase--page{margin:18px 0 0 92px}
/* Service modal deliberately constrained and scroll-safe. */
#serviceDialog{padding:20px!important;overflow:hidden!important}#serviceDialog .detail-card--service{width:min(900px,92vw)!important;max-height:min(760px,88vh)!important;min-height:0!important;grid-template-columns:250px minmax(0,1fr)!important;overflow:hidden!important;transform:none!important;margin:auto!important}#serviceDialog .detail-card__visual{min-width:0!important}#serviceDialog .detail-card__body{min-width:0!important;overflow:auto!important;padding:36px 34px!important;justify-content:flex-start!important}#serviceDialog .detail-card__body h2{font-size:clamp(34px,4vw,52px)!important}#serviceDialog .detail-client-chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.service-client-chip{min-width:0!important}.service-client-chip button{min-width:0!important}
@media(max-width:900px){.content-back-floating{bottom:max(76px,calc(env(safe-area-inset-bottom) + 66px));max-width:calc(100vw - 30px);white-space:nowrap}.news-reels-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-page{max-height:calc(100vh - 150px);padding:24px 18px 92px}.client-page__hero{grid-template-columns:1fr;gap:18px}.client-page__visual{height:155px}.client-page__section{grid-template-columns:1fr;gap:8px}.client-page__section-head{grid-template-columns:1fr;gap:7px}.client-page__media-grid,.client-showcase--page{margin-left:0;grid-template-columns:repeat(2,minmax(0,1fr))}#serviceDialog .detail-card--service{grid-template-columns:1fr!important;max-height:86vh!important}#serviceDialog .detail-card__visual{min-height:140px!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important}#serviceDialog .detail-card__body{padding:24px 18px!important}#serviceDialog .detail-client-chips{grid-template-columns:1fr!important}}


/* ===== v1.14.7 — client profiles use the same full editorial canvas as News ===== */
.scene-panel--clients.is-client-open{
  width:min(61vw,1120px)!important;
  max-height:min(82vh,900px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.28) transparent;
  padding-right:8px!important;
}
.scene-panel--clients.is-client-open .client-page{
  width:100%!important;
  max-width:none!important;
  max-height:none!important;
  overflow:visible!important;
  margin:0!important;
  box-sizing:border-box;
  background:#050505!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 24px 90px rgba(0,0,0,.55);
  backdrop-filter:blur(18px);
  border-radius:6px;
  padding:36px clamp(28px,4.2vw,62px) 110px!important;
}
.scene-panel--clients.is-client-open .client-page__hero{
  grid-template-columns:minmax(240px,310px) minmax(0,1fr);
  gap:clamp(30px,4vw,58px);
  min-height:290px;
  align-items:center;
  padding:0 0 38px;
}
.scene-panel--clients.is-client-open .client-page__visual{
  height:250px;
  border:1px solid rgba(255,255,255,.12);
  background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.065),transparent 62%),#090909;
}
.scene-panel--clients.is-client-open .client-page__visual img{max-width:88%;max-height:215px}
.scene-panel--clients.is-client-open .client-page__visual img.client-person-photo{max-width:none;max-height:none}
.scene-panel--clients.is-client-open .client-page__hero h2{
  font-size:clamp(52px,5.4vw,86px);
  line-height:.9;
  max-width:760px;
}
.scene-panel--clients.is-client-open .client-page__section{
  grid-template-columns:82px minmax(0,1fr);
  gap:28px;
  padding:42px 0;
}
.scene-panel--clients.is-client-open .client-page__section-head{grid-template-columns:82px minmax(0,1fr);gap:28px}
.scene-panel--clients.is-client-open .client-page__section h3,
.scene-panel--clients.is-client-open .client-page__section-head h3{font-size:clamp(24px,2vw,32px);margin-bottom:16px}
.scene-panel--clients.is-client-open .client-page__section p{
  max-width:920px;
  font-size:clamp(18px,1.34vw,22px);
  line-height:1.78;
  color:rgba(255,255,255,.94);
}
.scene-panel--clients.is-client-open .client-page__portfolio,
.scene-panel--clients.is-client-open .client-page__showcase{padding:42px 0}
.scene-panel--clients.is-client-open .client-page__media-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:22px 0 0 110px;
}
.scene-panel--clients.is-client-open .client-showcase--page{margin:22px 0 0 110px}

@media(max-width:900px){
  .scene-panel--clients.is-client-open{
    left:16px!important;right:16px!important;width:auto!important;max-width:none!important;
    max-height:calc(100vh - 150px)!important;overflow-y:auto!important;padding-right:2px!important;
  }
  .scene-panel--clients.is-client-open .client-page{padding:24px 18px 100px!important}
  .scene-panel--clients.is-client-open .client-page__hero{grid-template-columns:1fr;gap:20px;min-height:0;padding-bottom:28px}
  .scene-panel--clients.is-client-open .client-page__visual{height:190px}
  .scene-panel--clients.is-client-open .client-page__hero h2{font-size:clamp(42px,11vw,58px)}
  .scene-panel--clients.is-client-open .client-page__section{grid-template-columns:1fr;gap:9px;padding:30px 0}
  .scene-panel--clients.is-client-open .client-page__section-head{grid-template-columns:1fr;gap:8px}
  .scene-panel--clients.is-client-open .client-page__section p{font-size:17px;line-height:1.72}
  .scene-panel--clients.is-client-open .client-page__media-grid,
  .scene-panel--clients.is-client-open .client-showcase--page{margin-left:0;grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* ===== v1.14.8 — client profile is a true full editorial page ===== */
.scene-panel--clients.is-client-open{
  position:absolute!important;
  left:clamp(300px,21vw,390px)!important;
  right:32px!important;
  top:100px!important;
  bottom:48px!important;
  width:auto!important;
  max-width:none!important;
  height:auto!important;
  max-height:none!important;
  transform:none!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain;
  padding:0 8px 0 0!important;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.30) transparent;
}
.scene-panel--clients.is-client-open .client-page{
  width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  overflow:visible!important;
  margin:0!important;
  padding:clamp(38px,4vw,66px) clamp(36px,5vw,78px) 120px!important;
  box-sizing:border-box!important;
  background:rgba(4,4,4,.94)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:7px!important;
  box-shadow:0 30px 110px rgba(0,0,0,.62)!important;
  backdrop-filter:blur(20px)!important;
}
.scene-panel--clients.is-client-open .client-page__hero{
  grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important;
  gap:clamp(42px,5vw,82px)!important;
  min-height:340px!important;
  align-items:center!important;
  padding:0 0 50px!important;
}
.scene-panel--clients.is-client-open .client-page__visual{
  height:300px!important;
  min-height:300px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.08),transparent 62%),#080808!important;
}
.scene-panel--clients.is-client-open .client-page__visual img{
  max-width:88%!important;
  max-height:265px!important;
}
.scene-panel--clients.is-client-open .client-page__visual img.client-person-photo{
  width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;
}
.scene-panel--clients.is-client-open .client-page__hero h2{
  font-size:clamp(58px,6vw,104px)!important;
  line-height:.88!important;
  max-width:900px!important;
  margin:12px 0 22px!important;
}
.scene-panel--clients.is-client-open .client-page__links a{
  min-height:46px!important;
  padding:0 15px!important;
  font-size:10px!important;
}
.scene-panel--clients.is-client-open .client-page__section,
.scene-panel--clients.is-client-open .client-page__portfolio,
.scene-panel--clients.is-client-open .client-page__showcase{
  padding-top:52px!important;
  padding-bottom:52px!important;
}
.scene-panel--clients.is-client-open .client-page__section{
  grid-template-columns:92px minmax(0,1fr)!important;
  gap:34px!important;
}
.scene-panel--clients.is-client-open .client-page__section-head{
  grid-template-columns:92px minmax(0,1fr)!important;
  gap:34px!important;
}
.scene-panel--clients.is-client-open .client-page__section>span,
.scene-panel--clients.is-client-open .client-page__section-head>span{
  font-size:13px!important;
}
.scene-panel--clients.is-client-open .client-page__section h3,
.scene-panel--clients.is-client-open .client-page__section-head h3{
  font-size:clamp(28px,2.4vw,40px)!important;
  margin:0 0 18px!important;
}
.scene-panel--clients.is-client-open .client-page__section p{
  max-width:1100px!important;
  font-size:clamp(19px,1.45vw,24px)!important;
  line-height:1.78!important;
  color:rgba(255,255,255,.95)!important;
}
.scene-panel--clients.is-client-open .client-page__media-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  margin:26px 0 0 126px!important;
}
.scene-panel--clients.is-client-open .client-showcase--page{
  margin:26px 0 0 126px!important;
  gap:14px!important;
}

@media(max-width:1100px){
  .scene-panel--clients.is-client-open{
    left:290px!important;right:20px!important;top:92px!important;bottom:44px!important;
  }
  .scene-panel--clients.is-client-open .client-page{padding:34px 30px 105px!important}
  .scene-panel--clients.is-client-open .client-page__hero{grid-template-columns:240px minmax(0,1fr)!important;gap:30px!important;min-height:285px!important}
  .scene-panel--clients.is-client-open .client-page__visual{height:230px!important;min-height:230px!important}
  .scene-panel--clients.is-client-open .client-page__visual img{max-height:205px!important}
  .scene-panel--clients.is-client-open .client-page__hero h2{font-size:clamp(48px,6vw,72px)!important}
}
@media(max-width:900px){
  .scene-panel--clients.is-client-open{
    left:14px!important;right:14px!important;top:82px!important;bottom:82px!important;
    width:auto!important;max-width:none!important;height:auto!important;max-height:none!important;
    overflow-y:auto!important;padding-right:2px!important;
  }
  .scene-panel--clients.is-client-open .client-page{min-height:100%!important;padding:24px 18px 105px!important}
  .scene-panel--clients.is-client-open .client-page__hero{grid-template-columns:1fr!important;gap:22px!important;min-height:0!important;padding-bottom:30px!important}
  .scene-panel--clients.is-client-open .client-page__visual{height:210px!important;min-height:210px!important}
  .scene-panel--clients.is-client-open .client-page__hero h2{font-size:clamp(44px,11vw,64px)!important}
  .scene-panel--clients.is-client-open .client-page__section{grid-template-columns:1fr!important;gap:10px!important;padding:34px 0!important}
  .scene-panel--clients.is-client-open .client-page__section-head{grid-template-columns:1fr!important;gap:9px!important}
  .scene-panel--clients.is-client-open .client-page__section p{font-size:17px!important;line-height:1.72!important}
  .scene-panel--clients.is-client-open .client-page__media-grid,
  .scene-panel--clients.is-client-open .client-showcase--page{margin-left:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
}


/* ===== v1.14.9 — persistent client canvas + compact news overview ===== */
/* The dark client canvas belongs to the scrolling viewport itself, so it never ends mid-profile. */
.scene-panel--clients.is-client-open{
  background:#050505!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:7px!important;
  box-shadow:0 30px 110px rgba(0,0,0,.64)!important;
  backdrop-filter:blur(20px)!important;
  padding:0!important;
}
.scene-panel--clients.is-client-open .client-page{
  min-height:100%!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  padding:clamp(38px,4vw,66px) clamp(36px,5vw,78px) 130px!important;
}

/* News overview must fit as a section cover: scrolling is reserved for an opened article. */
.scene-panel--news:not(.is-news-open){
  max-height:none!important;
  overflow:visible!important;
  overscroll-behavior:auto!important;
  padding-right:0!important;
}
.scene-panel--news:not(.is-news-open) .scene-panel__headline h2{
  font-size:clamp(42px,4.5vw,72px)!important;
  line-height:.88!important;
}
.scene-panel--news:not(.is-news-open) .scene-panel__headline p{
  margin-top:10px!important;
  font-size:10px!important;
  line-height:1.45!important;
}
.scene-panel--news:not(.is-news-open) .news-list{
  margin-top:12px!important;
  gap:7px!important;
}
.scene-panel--news:not(.is-news-open) .news-card--featured{
  min-height:148px!important;
  grid-template-columns:minmax(220px,39%) minmax(0,1fr)!important;
}
.scene-panel--news:not(.is-news-open) .news-card{
  min-height:100px!important;
  grid-template-columns:118px minmax(0,1fr)!important;
}
.scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy{
  padding:16px 19px!important;
}
.scene-panel--news:not(.is-news-open) .news-card__copy{
  padding:11px 13px!important;
}
.scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy strong{
  font-size:clamp(18px,1.7vw,26px)!important;
}
.scene-panel--news:not(.is-news-open) .news-card__copy strong{
  font-size:clamp(13px,1.05vw,17px)!important;
}
.scene-panel--news:not(.is-news-open) .news-card__copy p{
  font-size:10px!important;
  line-height:1.35!important;
  margin-top:5px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.scene-panel--news:not(.is-news-open) .news-card__meta{margin-bottom:5px!important}
.scene-panel--news:not(.is-news-open) .news-card__copy em{margin-bottom:6px!important;padding:4px 6px!important}
.scene-panel--news:not(.is-news-open) .content-pagination{margin-top:8px!important}

/* Opened article keeps its own scrollable reading canvas. */
.scene-panel--news.is-news-open{
  max-height:min(82vh,900px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  padding-right:8px!important;
}

@media(max-width:900px){
  .scene-panel--clients.is-client-open .client-page{padding:24px 18px 112px!important}
  .scene-panel--news:not(.is-news-open){max-height:none!important;overflow:visible!important}
  .scene-panel--news:not(.is-news-open) .scene-panel__headline h2{font-size:clamp(34px,9vw,48px)!important}
  .scene-panel--news:not(.is-news-open) .scene-panel__headline p{display:none!important}
  .scene-panel--news:not(.is-news-open) .news-list{grid-template-columns:1fr!important;gap:5px!important;margin-top:8px!important}
  .scene-panel--news:not(.is-news-open) .news-card,
  .scene-panel--news:not(.is-news-open) .news-card--featured{grid-template-columns:92px minmax(0,1fr)!important;min-height:84px!important}
  .scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy{padding:10px 12px!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy{padding:9px 11px!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy p{display:none!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy em{display:none!important}
}

/* ===== v1.14.10 — larger UI, richer client/portfolio/news experience ===== */
/* Subtle brand response on the top-left isologo. */
.brand-home-button img{
  transition:transform .24s var(--ease),filter .24s ease,opacity .24s ease!important;
  transform-origin:50% 50%;
}
.brand-home-button:hover img,.brand-home-button:focus-visible img{
  transform:scale(1.075)!important;
  filter:drop-shadow(0 0 12px rgba(255,81,52,.72)) drop-shadow(0 0 28px rgba(255,81,52,.28))!important;
}

/* Person cards: the crop is the card. No small floating portrait inside a logo box. */
.client-card--person{
  position:relative!important;
  padding:0!important;
  overflow:hidden!important;
  isolation:isolate;
  background:#080808!important;
}
.client-card--person .client-card__logo{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  display:block!important;
  z-index:0!important;
}
.client-card--person .client-card__logo .client-person-photo,
.client-card--person .client-person-photo{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center;
  border-radius:0!important;
  transform:scale(1.002);
  transition:transform .45s var(--ease),filter .35s ease!important;
}
.client-card--person:after{
  content:"";position:absolute;z-index:1;inset:34% 0 0;
  background:linear-gradient(to bottom,transparent,rgba(0,0,0,.22) 32%,rgba(0,0,0,.9) 100%);
  pointer-events:none;
}
.client-card--person:hover .client-person-photo{transform:scale(1.045)!important;filter:saturate(1.04) contrast(1.03)}
.client-card--person .client-card__name{
  position:absolute!important;z-index:2!important;left:14px!important;right:14px!important;bottom:12px!important;
  width:auto!important;min-height:0!important;margin:0!important;padding:0!important;
  text-align:left!important;color:#fff!important;background:transparent!important;
  font-size:clamp(13px,1.1vw,17px)!important;line-height:1.08!important;font-weight:900!important;
  text-shadow:0 2px 15px rgba(0,0,0,.95)!important;
}

/* Client case-study page: orange hierarchy + second, obvious close affordance. */
.scene-panel--clients.is-client-open .client-page__section h3,
.scene-panel--clients.is-client-open .client-page__section-head h3{
  color:var(--brand)!important;
  text-shadow:0 0 22px rgba(255,81,52,.12)!important;
}
.client-page__close{
  position:sticky!important;top:18px!important;margin-left:auto!important;margin-right:-18px!important;
  margin-bottom:-56px!important;z-index:55!important;width:52px!important;height:52px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.23)!important;
  background:rgba(5,5,5,.88)!important;color:#fff!important;font-size:34px!important;font-weight:300!important;line-height:1!important;
  cursor:pointer!important;backdrop-filter:blur(12px)!important;box-shadow:0 12px 34px rgba(0,0,0,.42)!important;
  transition:transform .2s var(--ease),background .2s,border-color .2s,color .2s!important;
}
.client-page__close:hover,.client-page__close:focus-visible{background:var(--brand)!important;color:#080808!important;border-color:var(--brand)!important;transform:rotate(5deg) scale(1.06)!important}

/* Portfolio: content title first, client tag second; category is already selected above. */
.portfolio-category-badge{display:none!important}
.portfolio-card>div{padding:13px 14px!important;background:linear-gradient(to top,rgba(0,0,0,.94),rgba(0,0,0,.56) 72%,transparent)!important}
.portfolio-card>div span{min-width:0}
.portfolio-card>div strong{display:block!important;font-size:clamp(15px,1.15vw,19px)!important;line-height:1.06!important;font-weight:900!important;letter-spacing:-.015em!important;white-space:normal!important;text-shadow:0 2px 12px #000!important}
.portfolio-client-mini{
  width:max-content!important;max-width:100%!important;margin-top:8px!important;padding:5px 8px 5px 6px!important;
  gap:7px!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:999px!important;
  background:rgba(6,6,6,.74)!important;backdrop-filter:blur(8px)!important;
  font-size:8.5px!important;line-height:1!important;font-weight:850!important;color:#fff!important;
}
.portfolio-client-mini i{width:21px!important;height:21px!important;padding:2px!important}
.portfolio-filters{gap:7px!important}
.portfolio-filter{font-size:8.5px!important;min-height:40px!important;padding:0 12px!important}
.media-info{padding:18px 14px 12px!important}
.media-info strong{font-size:clamp(22px,2vw,31px)!important;line-height:1.08!important}
.media-info p{font-size:15px!important;line-height:1.62!important;max-width:900px!important}
.media-services{margin-top:10px!important;padding-top:10px!important;border-top:1px solid rgba(255,255,255,.11)!important;color:rgba(255,255,255,.72)!important}
.media-services:not([hidden])::before{content:"SERVICIOS · ";color:var(--brand);font-weight:900;letter-spacing:.06em;font-size:.78em}

/* News cover: bigger typography, but still two-row and non-scrolling. */
.scene-panel--news:not(.is-news-open){width:min(62vw,1080px)!important}
.scene-panel--news:not(.is-news-open) .scene-panel__headline{align-items:flex-end!important;gap:22px!important}
.scene-panel--news:not(.is-news-open) .scene-panel__headline h2{font-size:clamp(46px,4.65vw,76px)!important}
.scene-panel--news:not(.is-news-open) .scene-panel__headline p{
  display:block!important;font-size:clamp(12px,.82vw,15px)!important;line-height:1.48!important;max-width:355px!important;margin-top:11px!important;color:rgba(255,255,255,.82)!important;
}
.scene-panel--news:not(.is-news-open) .news-list{gap:9px!important;margin-top:14px!important}
.scene-panel--news:not(.is-news-open) .news-card--featured{
  min-height:164px!important;grid-template-columns:minmax(245px,40%) minmax(0,1fr)!important;
  background:linear-gradient(105deg,rgba(33,12,9,.94),rgba(8,8,8,.92) 62%)!important;
  border-color:rgba(255,81,52,.38)!important;box-shadow:inset 0 0 0 1px rgba(255,81,52,.05),0 14px 38px rgba(0,0,0,.22)!important;
}
.scene-panel--news:not(.is-news-open) .news-card{min-height:102px!important;grid-template-columns:125px minmax(0,1fr)!important;background:rgba(5,5,5,.72)!important}
.scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy{padding:18px 22px!important}
.scene-panel--news:not(.is-news-open) .news-card__copy{padding:12px 14px!important}
.scene-panel--news:not(.is-news-open) .news-card__meta{margin-bottom:7px!important;gap:8px!important}
.scene-panel--news:not(.is-news-open) .news-card__meta time{font-size:9.5px!important;letter-spacing:.07em!important;color:rgba(255,255,255,.68)!important}
.scene-panel--news:not(.is-news-open) .news-client-tag--compact{font-size:8px!important;min-height:25px!important;padding:3px 7px!important}
.scene-panel--news:not(.is-news-open) .news-client-tag--compact .news-client-tag__logo{width:18px!important;height:18px!important}
.scene-panel--news:not(.is-news-open) .news-card__copy em{
  margin:0 0 7px!important;padding:5px 8px!important;font-size:8px!important;letter-spacing:.1em!important;
  box-shadow:0 0 18px rgba(255,81,52,.16)!important;
}
.scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy strong{font-size:clamp(24px,2.15vw,34px)!important;line-height:1!important}
.scene-panel--news:not(.is-news-open) .news-card__copy strong{font-size:clamp(15px,1.15vw,19px)!important;line-height:1.05!important}
.scene-panel--news:not(.is-news-open) .news-card__copy p{
  display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;
  margin-top:6px!important;font-size:clamp(11px,.78vw,13px)!important;line-height:1.4!important;color:rgba(255,255,255,.76)!important;
}
.scene-panel--news:not(.is-news-open) .content-pagination{margin-top:8px!important;min-height:34px!important}
.scene-panel--news:not(.is-news-open) .content-page{height:32px!important;min-width:32px!important}
.news-page__hero #newsPageEmbed{display:block;width:100%;aspect-ratio:16/9;border:0;background:#000;border-radius:4px}
.news-page__external{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:18px;padding:0 17px;border:1px solid var(--brand);background:rgba(255,81,52,.09);color:#fff;font-size:11px;font-weight:900;letter-spacing:.07em}
.news-page__external:hover{background:var(--brand);color:#080808}

/* Meeting form: labels and entered copy readable at a glance. */
.meeting-card .field>span{font-size:13px!important;letter-spacing:.11em!important;font-weight:900!important;color:rgba(255,255,255,.82)!important;margin-bottom:7px!important}
.meeting-card .field input,.meeting-card .field textarea{font-size:17px!important;line-height:1.45!important;min-height:48px!important;padding:12px 13px!important}
.meeting-card .field textarea{min-height:116px!important}
.meeting-card #meetingStatus{font-size:13px!important;line-height:1.45!important}
.meeting-card .primary-button{font-size:11px!important;min-height:48px!important}

/* Broad readability bumps without changing article-body typography. */
.menu-item strong{font-size:19px!important}.menu-item.is-selected strong{font-size:26px!important}
.scene-kicker{font-size:11px!important}
.clients-subtitle,.contact-copy,.home-sub{font-size:15px!important;line-height:1.55!important}
.service-card strong{font-size:14px!important}.service-card small{font-size:9px!important}
.client-filter{font-size:8.5px!important}

@media(max-height:820px) and (min-width:901px){
  .scene-panel--news:not(.is-news-open) .scene-panel__headline h2{font-size:clamp(40px,4.1vw,62px)!important}
  .scene-panel--news:not(.is-news-open) .scene-panel__headline p{font-size:11px!important;line-height:1.35!important}
  .scene-panel--news:not(.is-news-open) .news-card--featured{min-height:142px!important}
  .scene-panel--news:not(.is-news-open) .news-card{min-height:88px!important}
  .scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy strong{font-size:clamp(21px,1.8vw,28px)!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy p{font-size:10.5px!important;line-height:1.3!important}
  .scene-panel--news:not(.is-news-open) .news-list{margin-top:10px!important;gap:6px!important}
}

@media(max-width:900px){
  .client-card--person .client-card__name{left:10px!important;right:10px!important;bottom:9px!important;font-size:13px!important}
  .client-page__close{top:10px!important;margin-right:-5px!important;width:46px!important;height:46px!important;font-size:30px!important}
  .portfolio-card>div strong{font-size:15px!important}.portfolio-client-mini{font-size:8px!important}
  .scene-panel--news:not(.is-news-open) .scene-panel__headline p{display:none!important}
  .scene-panel--news:not(.is-news-open) .news-list{grid-template-columns:1fr!important}
  .scene-panel--news:not(.is-news-open) .news-card,.scene-panel--news:not(.is-news-open) .news-card--featured{grid-template-columns:105px minmax(0,1fr)!important;min-height:90px!important}
  .scene-panel--news:not(.is-news-open) .news-card--featured{background:linear-gradient(105deg,rgba(34,13,9,.96),rgba(7,7,7,.94))!important}
  .scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy{padding:11px 13px!important}
  .scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy strong{font-size:18px!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy em{display:inline-flex!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy strong{font-size:15px!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy p{display:none!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy em{font-size:7px!important;padding:4px 6px!important;margin-bottom:5px!important}
  .meeting-card .field>span{font-size:12px!important}.meeting-card .field input,.meeting-card .field textarea{font-size:16px!important}
}

/* v1.14.11 — Meeting CTAs: substantially larger and easier to read/click. */
.meeting-cta{
  gap:20px!important;
  padding:16px 28px 16px 16px!important;
  min-height:78px!important;
  border-radius:7px!important;
}
.meeting-cta__icon{
  width:58px!important;
  height:58px!important;
  font-size:26px!important;
}
.meeting-cta small{
  font-size:10px!important;
  line-height:1.1!important;
  letter-spacing:.16em!important;
  margin-bottom:6px!important;
}
.meeting-cta strong{
  font-size:18px!important;
  line-height:1!important;
  letter-spacing:.035em!important;
}
.scene-panel--contact > .primary-button[data-open-meeting]{
  min-height:66px!important;
  height:66px!important;
  padding:0 10px 0 26px!important;
  gap:22px!important;
  font-size:15px!important;
  border-radius:4px!important;
}
.scene-panel--contact > .primary-button[data-open-meeting] b{
  width:48px!important;
  height:48px!important;
  font-size:20px!important;
}

@media (max-width:700px){
  .meeting-cta{
    min-height:72px!important;
    padding:12px 18px 12px 12px!important;
    gap:15px!important;
  }
  .meeting-cta__icon{
    width:52px!important;
    height:52px!important;
    font-size:23px!important;
  }
  .meeting-cta small{font-size:9px!important;margin-bottom:5px!important}
  .meeting-cta strong{font-size:16px!important}
  .scene-panel--contact > .primary-button[data-open-meeting]{
    min-height:60px!important;
    height:60px!important;
    padding-left:22px!important;
    gap:18px!important;
    font-size:14px!important;
  }
  .scene-panel--contact > .primary-button[data-open-meeting] b{
    width:44px!important;
    height:44px!important;
    font-size:18px!important;
  }
}

/* ===== v1.14.12 — branded scrollbars + lighter modal compositing ===== */

/* Scrollbars: one visual language for Historia, Noticias, Clientes, Admin-like panes and any future scrollable area. */
*{
  scrollbar-width:thin;
  scrollbar-color:rgba(203,81,61,.88) rgba(5,5,5,.58);
}
*::-webkit-scrollbar{width:11px;height:11px}
*::-webkit-scrollbar-track{
  background:rgba(5,5,5,.58);
  border-left:1px solid rgba(255,255,255,.045);
}
*::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(224,107,85,.98),rgba(203,81,61,.92));
  border:3px solid rgba(5,5,5,.58);
  border-radius:999px;
  min-height:42px;
}
*::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,#ee806b,#cb513d);
}
*::-webkit-scrollbar-corner{background:#070707}

/* Dialog backdrop: same dark Social Sports feel, without realtime backdrop blur over a playing video. */
dialog.modal::backdrop,
.modal--detail::backdrop,
.modal--offices::backdrop{
  background:radial-gradient(circle at 65% 20%,rgba(203,81,61,.10),transparent 38%),rgba(0,0,0,.86)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* While a popup is open, suspend decorative layers behind it. They add no visual value through the overlay
   and are expensive on some GPUs, especially when combined with video. */
body.has-modal-open .video-stage__grain,
body.has-modal-open .video-stage__scan{display:none!important}
body.has-modal-open .bg-video{
  transition:none!important;
  will-change:auto!important;
}
body.has-modal-open .location-strip,
body.has-modal-open .location-chip,
body.has-modal-open .anniversary-card,
body.has-modal-open .language-slider,
body.has-modal-open .sound-toggle,
body.has-modal-open .session-exit,
body.has-modal-open .social-links a{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* Keep animation work local to the popup and release GPU layers as soon as its entrance is finished. */
dialog.modal[open]>*{contain:paint}
dialog.modal.is-animating>*{will-change:transform,opacity}
dialog.modal:not(.is-animating)>*{will-change:auto!important}

/* The scrollable long-form views get a little breathing room next to the custom thumb. */
.history-card,
.news-page,
.client-page,
.detail-card,
.offices-card,
.media-card{
  scrollbar-gutter:stable;
}

@media (max-width:700px){
  *::-webkit-scrollbar{width:8px;height:8px}
  *::-webkit-scrollbar-thumb{border-width:2px}
}

@media (prefers-reduced-motion:reduce){
  dialog.modal.is-animating>*{animation-duration:.01ms!important;animation-iteration-count:1!important}
  dialog.modal.is-animating::backdrop{animation:none!important}
}

/* ===== v1.14.14 — client gallery fed automatically from Portfolio ===== */
.scene-panel--clients.is-client-open .client-page__portfolio .client-page__media-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:start;
}
.scene-panel--clients.is-client-open .client-page__portfolio .client-page__media-grid button{
  border:1px solid rgba(255,255,255,.14)!important;
  background:#090909!important;
  transition:transform .22s ease,border-color .22s ease,background .22s ease!important;
}
.scene-panel--clients.is-client-open .client-page__portfolio .client-page__media-grid button:hover{
  transform:translateY(-3px);
  border-color:var(--brand)!important;
  background:#0d0d0d!important;
}
.scene-panel--clients.is-client-open .client-page__portfolio .client-page__media-grid img,
.scene-panel--clients.is-client-open .client-page__portfolio .client-page__media-grid video{
  aspect-ratio:4/5!important;
  object-fit:cover!important;
  background:#030303;
}
.scene-panel--clients.is-client-open .client-page__portfolio .client-page__media-grid span{
  padding:12px 11px 13px!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:850!important;
}
@media(max-width:1200px){
  .scene-panel--clients.is-client-open .client-page__portfolio .client-page__media-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:700px){
  .scene-panel--clients.is-client-open .client-page__portfolio .client-page__media-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .scene-panel--clients.is-client-open .client-page__portfolio .client-page__media-grid span{font-size:10px!important;padding:9px!important}
}


/* v1.14.15 — Portfolio client badge + news gallery */
.portfolio-client-mini{display:inline-flex!important;align-items:center!important;flex-direction:row!important;gap:6px!important;width:max-content!important;max-width:100%!important;padding:4px 8px 4px 5px!important;line-height:1.1!important}
.portfolio-client-mini i{display:grid!important;place-items:center!important;width:15px!important;height:15px!important;min-width:15px!important;flex:0 0 15px!important;padding:1px!important;overflow:hidden!important;border-radius:3px!important}
.portfolio-client-mini i img{position:static!important;inset:auto!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;transform:none!important;filter:none!important}
.news-page__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(1120px,100%);margin:32px auto 20px;padding:0 4px}
.news-page__gallery[hidden]{display:none!important}
.news-page__gallery button,.news-page__gallery a{position:relative;display:block;min-height:220px;border:1px solid rgba(255,255,255,.14);background:#090909;overflow:hidden;cursor:pointer;text-decoration:none;color:#fff}
.news-page__gallery img{display:block;width:100%;height:100%;min-height:220px;max-height:620px;object-fit:cover;transition:transform .28s ease,opacity .28s ease}
.news-page__gallery button:hover img{transform:scale(1.018);opacity:.94}
@media(max-width:700px){.news-page__gallery{grid-template-columns:1fr;gap:10px;margin-top:22px}.news-page__gallery button,.news-page__gallery a,.news-page__gallery img{min-height:180px}}

/* v1.14.16 — Portfolio visual cleanup */
.portfolio-card__footer{display:flex!important;align-items:center;justify-content:space-between;gap:12px;width:100%}
.portfolio-card__footer>span{min-height:1px}
.portfolio-card .portfolio-client-mini{margin:0!important}
#mediaTitle[hidden],#mediaTags[hidden]{display:none!important}


/* v1.14.19 — person card crop is true WYSIWYG across breakpoints */
.client-card--person{aspect-ratio:7/5!important;height:auto!important;min-height:0!important}


/* ===== v1.14.22 · final responsive/editor pass ===== */
.session-exit{display:none!important}
.client-card--person{position:relative;overflow:hidden}.client-card--person .client-card__logo{position:absolute;inset:0;height:100%!important}.client-card--person .client-person-photo{width:100%;height:100%;object-fit:cover}.client-card--person:after{content:"";position:absolute;inset:36% 0 0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.82) 75%,rgba(0,0,0,.96));pointer-events:none}.client-card--person .client-card__name{position:absolute!important;z-index:2;left:12px;right:12px;bottom:12px;padding:7px 10px;background:rgba(3,3,3,.64);border-left:3px solid var(--brand);backdrop-filter:blur(4px);font-size:clamp(12px,1vw,16px)!important;line-height:1.15!important;color:#fff!important;text-shadow:0 2px 8px #000}
.client-category-context{position:absolute;right:0;top:135px;width:min(300px,26%);border-left:2px solid var(--brand);padding:8px 0 8px 16px;text-align:right}.client-category-context span{font-size:8px;font-weight:900;letter-spacing:.18em;color:var(--brand)}.client-category-context p{margin:8px 0 0;font-size:13px;line-height:1.45;font-weight:800;letter-spacing:.02em}.scene-panel--clients #clientsOverview{position:relative}.scene-panel--clients .client-filters{padding-right:min(320px,28%)}
.news-reels-grid--embed{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.instagram-reel-embed{min-height:540px;background:#080808;border:1px solid rgba(255,255,255,.12);overflow:hidden}.instagram-reel-embed .instagram-media{margin:0 auto!important;min-width:0!important;width:100%!important;background:#fff!important}
.site-section-editor{position:fixed;z-index:980;left:50%;bottom:82px;transform:translateX(-50%);width:min(680px,94vw);max-height:58vh;overflow:auto;background:#080808;border:1px solid rgba(203,81,61,.7);box-shadow:0 22px 70px rgba(0,0,0,.72);padding:16px}.site-section-editor__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.site-section-editor__head strong{font-size:13px;letter-spacing:.12em}.site-section-editor__head button{width:34px;height:34px;border:1px solid #444;background:#111;color:#fff;font-size:22px}.site-section-editor>p{font-size:10px;color:#aaa;line-height:1.5}.site-section-row{display:grid;grid-template-columns:34px 1fr 48px auto 38px 38px 38px;gap:8px;align-items:center;padding:10px 0;border-top:1px solid #222}.site-section-row span{color:var(--brand);font-weight:900}.site-section-row strong{font-size:12px}.site-section-row label{font-size:9px}.site-section-row button{height:34px;background:#151515;color:#fff;border:1px solid #333}.is-site-hidden{display:none!important}
.mobile-section-wheel,.mobile-swipe-hint{display:none}

@media(max-width:900px){
  .client-category-context{position:static;width:auto;text-align:left;margin:8px 0 14px;padding:8px 0 8px 12px}.scene-panel--clients .client-filters{padding-right:0}
}
@media(max-width:700px){
  html,body{overscroll-behavior:none}.topbar{z-index:130}.topbar .brand-home-button{width:64px!important;height:64px!important}.topbar .brand-home-button img{width:58px!important;height:58px!important;object-fit:contain}.sound-toggle{display:none!important}.language-slider{position:fixed!important;left:50%!important;right:auto!important;top:13px!important;transform:translateX(-50%);width:132px!important;height:40px!important;z-index:132;border-radius:22px}.language-slider__thumb{width:62px!important;height:32px!important;top:3px!important;left:3px!important;border-radius:18px}.language-slider.is-en .language-slider__thumb{transform:translateX(64px)!important}.language-slider__side{font-size:9px!important}.language-slider__side img{display:none!important}
  .scene-stack{bottom:126px!important}.scene{padding-top:70px}.home-message,.scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact{left:14px!important;right:14px!important;bottom:132px!important;max-height:calc(100vh - 220px)!important}.home-message h2,.scene-panel h2{font-size:clamp(34px,10.5vw,49px)!important}.scene-kicker{font-size:9px!important}.scene-panel__headline>p,.clients-subtitle,.contact-copy{font-size:11px!important;line-height:1.5!important}
  .meeting-cta{position:absolute!important;left:14px!important;right:14px!important;bottom:132px!important;top:auto!important;width:auto!important;min-height:68px!important;z-index:10}.meeting-cta strong{font-size:16px!important}.meeting-cta small{font-size:8px!important}.scene-panel--contact .primary-button{width:100%!important;min-height:66px!important;font-size:14px!important;margin-top:18px!important}
  .mobile-nav{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-template-rows:repeat(2,48px)!important;left:8px!important;right:8px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;height:100px!important;padding:2px;background:rgba(5,5,5,.96)!important}.mobile-nav button{min-width:0!important;height:48px!important;border:0!important;border-right:1px solid rgba(255,255,255,.07)!important;border-bottom:1px solid rgba(255,255,255,.07)!important}.mobile-nav button b{font-size:14px!important}.mobile-nav button span{font-size:7px!important}.mobile-nav button.is-active{background:rgba(203,81,61,.2)!important;color:#fff!important;box-shadow:inset 0 -2px 0 var(--brand)}
  .mobile-section-wheel{display:grid;position:fixed;z-index:89;left:50%;bottom:112px;transform:translateX(-50%);width:min(290px,78vw);grid-template-columns:1fr;place-items:center;pointer-events:none;text-transform:uppercase}.mobile-section-wheel strong{font-size:12px;line-height:18px;color:#fff;letter-spacing:.12em}.mobile-section-wheel span{font-size:8px;line-height:14px;color:rgba(255,255,255,.24);filter:blur(.35px);letter-spacing:.12em}.mobile-section-wheel span:first-child{transform:perspective(60px) rotateX(-28deg)}.mobile-section-wheel span:last-child{transform:perspective(60px) rotateX(28deg)}
  .mobile-swipe-hint{display:flex;position:fixed;z-index:170;left:50%;bottom:225px;transform:translate(-50%,12px);opacity:0;align-items:center;gap:9px;background:rgba(5,5,5,.92);border:1px solid rgba(203,81,61,.65);padding:11px 14px;transition:.3s ease;pointer-events:none;white-space:nowrap}.mobile-swipe-hint.is-visible{opacity:1;transform:translate(-50%,0)}.mobile-swipe-hint b{font-size:18px;color:var(--brand)}.mobile-swipe-hint span{font-size:7px;font-weight:900;letter-spacing:.1em}
  .service-grid{grid-template-columns:repeat(2,1fr)!important;gap:6px!important}.service-card{min-height:94px!important}.client-grid,.portfolio-strip{grid-template-columns:repeat(2,1fr)!important;gap:6px!important}.client-card{height:116px!important;min-height:116px!important}.portfolio-card{height:116px!important}.news-list{gap:6px!important}.news-card{min-height:104px!important;grid-template-columns:94px 1fr!important}.news-card__copy{padding:9px!important}.news-card__copy strong{font-size:11px!important}.news-card__copy p{font-size:8px!important;line-height:1.35!important}.news-card--featured{background:linear-gradient(135deg,rgba(203,81,61,.18),rgba(12,12,12,.96))!important;border-color:rgba(203,81,61,.55)!important}.news-card--featured .news-card__copy strong{font-size:14px!important}.news-pagination{margin-top:6px!important}
  .news-reels-grid--embed{grid-template-columns:1fr!important}.instagram-reel-embed{min-height:500px}.social-links{bottom:118px!important}.content-back-floating{bottom:118px!important}.site-section-editor{bottom:122px!important;max-height:55vh}
}
@media(max-width:390px){.home-message,.scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact{max-height:calc(100vh - 212px)!important}.service-card{min-height:86px!important}.client-card,.portfolio-card{height:106px!important;min-height:106px!important}.meeting-cta{min-height:60px!important}.mobile-nav{grid-template-rows:repeat(2,44px)!important;height:92px!important}.mobile-nav button{height:44px!important}.mobile-section-wheel{bottom:103px}.scene-stack{bottom:118px!important}}

.scene-panel--custom .custom-section-body{max-width:820px;margin-top:24px}.scene-panel--custom .custom-section-body p{font-size:clamp(16px,1.35vw,22px);line-height:1.6;color:rgba(255,255,255,.86)}.site-section-add{width:100%;height:42px;margin-top:12px;background:#cb513d;color:#080808;border:0;font-weight:950;letter-spacing:.08em}
@media(max-width:700px){.scene-panel--custom .custom-section-body p{font-size:13px}.site-section-row{grid-template-columns:28px 1fr 42px auto 32px 32px 32px;gap:4px}.site-section-row label{font-size:7px}}

/* ===== v1.14.24 · mobile rebuild / iPhone hotfix ===== */
.mobile-menu-toggle,.mobile-menu-sheet{display:none}
.cta-art{display:grid;place-items:center;flex:0 0 auto}
.cta-art svg{width:100%;height:100%;overflow:visible}
.cta-art__plate{fill:#111;stroke:#ff654c;stroke-width:1.7}
.cta-art__accent{fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.cta-art__spark{fill:#ff654c;stroke:none}
.meeting-cta__icon.cta-art{width:54px;height:54px;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:0 9px 28px rgba(203,81,61,.18)}
.cta-art--small{width:42px;height:42px;margin-left:4px}
.primary-button--meeting{padding-right:9px!important}
.primary-button--meeting .cta-art__plate{fill:#080808;stroke:#ff6b52}

@media(max-width:700px){
  :root{--mobile-top-safe:max(10px,env(safe-area-inset-top));--mobile-content-top:126px;--mobile-bottom-safe:max(18px,env(safe-area-inset-bottom))}
  html,body{width:100%;height:100%;height:100dvh;overflow:hidden!important;overscroll-behavior:none;background:#080808}
  #experience{height:100dvh;min-height:100dvh;overflow:hidden}
  .topbar{position:fixed!important;left:12px!important;right:12px!important;top:var(--mobile-top-safe)!important;height:58px!important;z-index:220!important;pointer-events:none}
  .topbar>*{pointer-events:auto}
  .topbar .brand-home-button{position:absolute;left:0;top:0;width:56px!important;height:56px!important;display:grid;place-items:center}
  .topbar .brand-home-button img{width:50px!important;height:50px!important}
  .topbar-right{width:100%;justify-content:center!important;pointer-events:none}
  .language-slider{position:absolute!important;left:50%!important;right:auto!important;top:7px!important;transform:translateX(-50%)!important;width:126px!important;height:42px!important;z-index:223!important;border-radius:24px!important;background:rgba(6,6,6,.82)!important;box-shadow:0 10px 28px rgba(0,0,0,.28);pointer-events:auto}
  .language-slider__thumb{width:58px!important;height:34px!important;top:3px!important;left:3px!important;border-radius:18px!important}
  .language-slider.is-en .language-slider__thumb{left:calc(50% + 1px)!important;transform:none!important}
  .language-slider__side{gap:6px!important;font-size:8px!important}
  .language-slider__side img{display:block!important;width:22px!important;height:15px!important;border-radius:2px!important}
  .anniversary-cluster,.location-strip,.sound-toggle,.session-exit{display:none!important}

  .mobile-menu-toggle{display:flex;position:fixed;z-index:225;right:12px;top:calc(var(--mobile-top-safe) + 7px);height:42px;min-width:78px;padding:0 12px;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.17);border-radius:22px;background:rgba(6,6,6,.86);color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.28);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
  .mobile-menu-toggle b{font-size:9px;letter-spacing:.12em;font-weight:950}
  .mobile-menu-toggle__mark{width:16px;height:12px;display:flex;flex-direction:column;justify-content:space-between}
  .mobile-menu-toggle__mark i{display:block;height:2px;background:var(--brand);border-radius:2px;transition:transform .22s ease,width .22s ease}
  .mobile-menu-toggle__mark i:last-child{width:11px;align-self:flex-end}
  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__mark i:first-child{transform:translateY(5px) rotate(45deg)}
  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__mark i:last-child{width:16px;transform:translateY(-5px) rotate(-45deg)}
  .mobile-menu-sheet{display:block;position:fixed;z-index:224;right:10px;top:calc(var(--mobile-top-safe) + 59px);width:min(330px,calc(100vw - 20px));padding:14px;border:1px solid rgba(255,255,255,.15);background:linear-gradient(155deg,rgba(20,10,8,.98),rgba(5,5,5,.98) 55%);box-shadow:0 24px 80px rgba(0,0,0,.7);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transform-origin:top right;animation:mobileMenuIn .2s cubic-bezier(.2,.8,.2,1)}
  .mobile-menu-sheet[hidden]{display:none!important}
  .mobile-menu-sheet__head{display:flex;align-items:flex-end;justify-content:space-between;padding:2px 3px 11px;border-bottom:1px solid rgba(255,255,255,.1)}
  .mobile-menu-sheet__head small{font-size:7px;letter-spacing:.16em;color:var(--brand);font-weight:900}.mobile-menu-sheet__head strong{font-size:14px;letter-spacing:-.02em}
  .mobile-menu-sheet nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding-top:10px}
  .mobile-menu-sheet nav button{min-height:68px;padding:9px 10px;display:flex;align-items:center;gap:10px;text-align:left;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.025);color:#fff}
  .mobile-menu-sheet nav button.is-active{border-color:rgba(255,99,73,.7);background:linear-gradient(120deg,rgba(203,81,61,.22),rgba(255,255,255,.025))}
  .mobile-menu-sheet nav button b{font-size:9px;letter-spacing:.04em;line-height:1.1}
  .mobile-menu-icon{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border:1px solid rgba(255,101,76,.35);background:radial-gradient(circle at 30% 25%,rgba(255,112,87,.2),transparent 56%),#0b0b0b;clip-path:polygon(12% 0,88% 0,100% 12%,100% 88%,88% 100%,12% 100%,0 88%,0 12%)}
  .mobile-menu-icon svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-menu-sheet nav button.is-active .mobile-menu-icon{border-color:var(--brand);box-shadow:0 0 0 1px rgba(255,101,76,.15),0 7px 20px rgba(203,81,61,.14)}
  @keyframes mobileMenuIn{from{opacity:0;transform:scale(.94) translateY(-7px)}to{opacity:1;transform:none}}

  .mobile-nav,.mobile-more{display:none!important}
  .scene-stack{inset:0!important;bottom:0!important;transform:none;transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .25s ease}
  .scene{inset:0!important;padding:0!important;overflow:hidden}
  body.is-section-exit .scene-stack{transform:translate3d(0,-9vh,0)!important;opacity:0!important}
  body.is-section-enter-prep .scene-stack{transform:translate3d(0,9vh,0)!important;opacity:0!important;transition:none!important}

  .mobile-section-wheel{display:grid!important;position:fixed!important;z-index:205!important;left:50%!important;top:calc(var(--mobile-top-safe) + 65px)!important;bottom:auto!important;transform:translateX(-50%)!important;width:min(270px,68vw)!important;height:52px!important;grid-template-columns:1fr!important;grid-template-rows:14px 24px 14px!important;place-items:center!important;pointer-events:none!important;text-transform:uppercase;overflow:hidden;perspective:120px}
  .mobile-section-wheel strong{font-size:13px!important;line-height:22px!important;color:#fff!important;letter-spacing:.13em!important;text-shadow:0 4px 18px #000;white-space:nowrap}
  .mobile-section-wheel span{font-size:7.5px!important;line-height:13px!important;color:rgba(255,255,255,.28)!important;filter:blur(.45px)!important;letter-spacing:.13em!important;white-space:nowrap}
  .mobile-section-wheel span:first-child{transform:perspective(90px) rotateX(-35deg) scale(.92)!important}.mobile-section-wheel span:last-child{transform:perspective(90px) rotateX(35deg) scale(.92)!important}
  .mobile-section-wheel.is-spin-up>*{animation:slotUp .34s cubic-bezier(.2,.75,.2,1)}
  .mobile-section-wheel.is-spin-down>*{animation:slotDown .34s cubic-bezier(.2,.75,.2,1)}
  @keyframes slotUp{0%{opacity:.15;transform:translateY(13px) scale(.96)}55%{opacity:1;transform:translateY(-2px)}100%{transform:translateY(0)}}
  @keyframes slotDown{0%{opacity:.15;transform:translateY(-13px) scale(.96)}55%{opacity:1;transform:translateY(2px)}100%{transform:translateY(0)}}
  .mobile-swipe-hint{bottom:34px!important;z-index:210!important;border-radius:22px!important;padding:10px 14px!important;background:rgba(6,6,6,.9)!important}

  .home-message,.scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact{left:14px!important;right:14px!important;width:auto!important;max-width:none!important;transform:none!important}
  .scene-panel,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact,.scene-panel--news{top:calc(var(--mobile-top-safe) + 124px)!important;bottom:var(--mobile-bottom-safe)!important;max-height:none!important;height:auto!important;overflow:auto!important;padding:0 2px 18px 0!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  .scene-panel h2{font-size:clamp(31px,9vw,42px)!important;line-height:.92!important;margin-bottom:9px!important}.scene-kicker{font-size:8px!important;margin-bottom:7px!important}.scene-panel__headline{display:block!important}.scene-panel__headline>p,.clients-subtitle,.contact-copy{font-size:11px!important;line-height:1.42!important;margin-top:8px!important}

  /* Home: copy and CTA occupy separate, stable zones. */
  .scene[data-scene="inicio"] .home-message{top:calc(var(--mobile-top-safe) + 148px)!important;bottom:auto!important;max-height:none!important;overflow:visible!important;padding:0!important}
  .scene[data-scene="inicio"] .home-wordmark img{max-width:min(235px,72vw)!important;height:auto!important}
  .scene[data-scene="inicio"] .home-message h2{font-size:clamp(40px,12.7vw,58px)!important;line-height:.86!important;margin-top:13px!important}
  .scene[data-scene="inicio"] .home-sub{font-size:12px!important;line-height:1.45!important;max-width:330px!important;margin-top:13px!important}
  .meeting-cta{position:absolute!important;left:14px!important;right:14px!important;top:auto!important;bottom:calc(var(--mobile-bottom-safe) + 24px)!important;width:auto!important;min-height:74px!important;padding:9px 15px 9px 10px!important;gap:13px!important;border-color:rgba(255,255,255,.18)!important;background:linear-gradient(105deg,rgba(9,9,9,.94),rgba(28,12,9,.88))!important;box-shadow:0 18px 45px rgba(0,0,0,.42)!important;backdrop-filter:blur(12px)!important;border-radius:8px!important}
  .meeting-cta__icon.cta-art{width:56px!important;height:56px!important}.meeting-cta small{font-size:8px!important}.meeting-cta strong{font-size:15px!important;line-height:1.1!important}

  /* Services: every service fits on one mobile screen, as compact horizontal rows. */
  .scene-panel--services{top:calc(var(--mobile-top-safe) + 121px)!important;bottom:12px!important;overflow:hidden!important;padding-right:0!important}
  .scene-panel--services h2{font-size:30px!important;line-height:.9!important;margin:0 0 4px!important}.scene-panel--services .scene-panel__headline>p{font-size:9px!important;line-height:1.25!important;margin:5px 0 8px!important;max-width:96%!important}
  .service-grid{display:flex!important;flex-direction:column!important;gap:4px!important;margin-top:7px!important}
  .service-card,.service-card:nth-child(n){display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:10px!important;row-gap:0!important;align-items:center!important;min-height:0!important;height:44px!important;padding:4px 9px!important;background:linear-gradient(90deg,rgba(7,7,7,.86),rgba(20,10,8,.58))!important;border-color:rgba(255,255,255,.1)!important;text-align:left!important;overflow:hidden!important}
  .service-card__animated-icon{grid-column:1!important;grid-row:1/3!important;width:30px!important;height:30px!important;margin:0!important;align-self:center!important}.service-card__animated-icon svg{width:100%!important;height:100%!important}
  .service-card>span{display:none!important}.service-card>strong{grid-column:2!important;grid-row:1!important;font-size:10.5px!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;align-self:end!important}.service-card>small{grid-column:2!important;grid-row:2!important;font-size:7px!important;line-height:1.05!important;color:rgba(255,255,255,.48)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;align-self:start!important}

  /* Clients */
  .scene-panel--clients{padding-bottom:24px!important}.scene-panel--clients .scene-panel__headline h2{font-size:34px!important}.clients-subtitle{font-size:9px!important;margin:5px 0 8px!important}.client-filters{display:flex!important;flex-wrap:nowrap!important;gap:5px!important;margin:8px 0!important;overflow-x:auto!important;padding:0 0 5px!important;scrollbar-width:none}.client-filters::-webkit-scrollbar{display:none}.client-filter{flex:0 0 auto!important;height:34px!important;padding:0 10px!important;font-size:7px!important}.client-category-context{margin:5px 0 10px!important;padding:7px 0 7px 10px!important}.client-category-context p{font-size:10px!important;line-height:1.35!important;margin-top:4px!important}.client-grid,.client-featured{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.client-card,.client-card:nth-child(n){display:flex!important;height:auto!important;min-height:0!important;aspect-ratio:7/5!important}.client-card--person{display:block!important}.client-card .client-card__name{font-size:10px!important}.client-pagination{margin-top:9px!important;padding-bottom:8px}

  /* Portfolio */
  .scene-panel--portfolio{padding-bottom:24px!important}.scene-panel--portfolio .scene-panel__head{align-items:flex-start!important;gap:8px}.scene-panel--portfolio h2{font-size:34px!important}.portfolio-count{font-size:7px!important;padding-top:5px!important}.portfolio-filters{display:flex!important;flex-wrap:nowrap!important;gap:5px!important;margin:9px 0!important;overflow-x:auto!important;padding-bottom:5px!important;scrollbar-width:none}.portfolio-filters::-webkit-scrollbar{display:none}.portfolio-filter{flex:0 0 auto!important;height:34px!important;min-height:34px!important;padding:0 10px!important;font-size:7px!important}.portfolio-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:8px!important}.portfolio-card,.portfolio-card:nth-child(n){display:block!important;height:auto!important;aspect-ratio:16/10!important;min-height:0!important}.portfolio-client-mini{max-width:calc(100% - 8px)!important}.portfolio-load-more{height:38px!important;margin-top:9px!important}

  /* News */
  .scene-panel--news:not(.is-news-open){padding-bottom:22px!important}.scene-panel--news:not(.is-news-open) h2{font-size:34px!important}.scene-panel--news:not(.is-news-open) .news-list{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;margin-top:9px!important}.scene-panel--news:not(.is-news-open) .news-card,.scene-panel--news:not(.is-news-open) .news-card--featured{grid-template-columns:104px minmax(0,1fr)!important;min-height:92px!important;height:auto!important}.scene-panel--news:not(.is-news-open) .news-card--featured{min-height:112px!important;background:linear-gradient(105deg,rgba(41,16,11,.97),rgba(7,7,7,.95))!important}.scene-panel--news:not(.is-news-open) .news-card__copy{padding:10px 11px!important}.scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy strong{font-size:17px!important}.scene-panel--news:not(.is-news-open) .news-card__copy strong{font-size:14px!important}.scene-panel--news:not(.is-news-open) .news-card__copy p{display:none!important}.scene-panel--news:not(.is-news-open) .news-card__meta time{font-size:8px!important}.scene-panel--news:not(.is-news-open) .news-card__copy em{font-size:6px!important;margin-bottom:4px!important}.news-pagination{margin-top:7px!important}

  /* Contact */
  .scene-panel--contact{display:flex!important;flex-direction:column!important;justify-content:center!important;padding-bottom:30px!important}.scene-panel--contact h2{font-size:clamp(36px,10.5vw,48px)!important}.scene-panel--contact .contact-copy{font-size:12px!important;margin:14px 0 18px!important}.scene-panel--contact .primary-button--meeting{width:100%!important;min-height:70px!important;height:auto!important;padding:8px 10px 8px 17px!important;justify-content:space-between!important;font-size:14px!important;background:linear-gradient(105deg,#cb513d,#ed7058)!important;border-radius:7px!important}.scene-panel--contact .cta-art--small{width:48px!important;height:48px!important}.scene-panel--contact .cta-art__plate{fill:#080808!important;stroke:#080808!important}.scene-panel--contact .cta-art__spark{fill:#fff!important}

  /* Meeting form as a compact bottom sheet. */
  #meetingDialog[open]{display:flex!important;align-items:flex-end!important;justify-content:center!important;padding:0!important}
  #meetingDialog::backdrop{background:rgba(0,0,0,.78)!important;backdrop-filter:none!important}
  #meetingDialog .meeting-card{width:100%!important;max-width:none!important;max-height:min(88dvh,760px)!important;margin:0!important;padding:24px 18px calc(18px + env(safe-area-inset-bottom))!important;border-radius:18px 18px 0 0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;overflow:auto!important;overscroll-behavior:contain;transform:translateY(var(--sheet-drag,0px));transition:transform .2s cubic-bezier(.2,.8,.2,1);will-change:transform}
  #meetingDialog .meeting-card.is-dragging{transition:none!important}
  #meetingDialog .meeting-card h2{font-size:34px!important;line-height:.9!important;margin:0 52px 18px 0!important}.meeting-card .scene-kicker{margin-bottom:7px!important}.meeting-card .form-grid{gap:11px!important}.meeting-card .field{gap:3px!important}.meeting-card .field>span{font-size:11px!important;margin-bottom:2px!important}.meeting-card .field input,.meeting-card .field textarea{font-size:16px!important;min-height:43px!important;padding:8px 10px!important}.meeting-card .field textarea{min-height:82px!important}.meeting-card .form-actions{margin-top:13px!important;gap:9px!important;align-items:flex-end!important}.meeting-card #meetingStatus{font-size:11px!important}.meeting-card .primary-button{min-height:46px!important;font-size:10px!important}
  #meetingDialog .modal-close{position:sticky!important;float:right!important;right:0!important;top:0!important;width:42px!important;height:42px!important;margin:-4px -2px -40px 0!important;border-radius:50%!important;background:#d63f2d!important;color:#fff!important;font-size:29px!important;line-height:1!important;display:grid!important;place-items:center!important;box-shadow:0 7px 22px rgba(214,63,45,.32)!important;z-index:8!important}
  #meetingDialog .meeting-card:before{content:"";display:block;width:42px;height:4px;border-radius:3px;background:rgba(255,255,255,.26);margin:-12px auto 12px}

  .social-links{bottom:var(--mobile-bottom-safe)!important}.content-back-floating{bottom:var(--mobile-bottom-safe)!important}.site-section-editor{bottom:var(--mobile-bottom-safe)!important}
}

@media(max-width:390px){
  :root{--mobile-content-top:120px}
  .language-slider{width:116px!important}.language-slider__thumb{width:53px!important}.mobile-menu-toggle{min-width:70px;padding:0 10px}.mobile-menu-toggle b{font-size:8px}
  .scene-panel,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact,.scene-panel--news{top:calc(var(--mobile-top-safe) + 119px)!important}
  .scene[data-scene="inicio"] .home-message{top:calc(var(--mobile-top-safe) + 137px)!important}.scene[data-scene="inicio"] .home-message h2{font-size:43px!important}.meeting-cta{min-height:68px!important;bottom:calc(var(--mobile-bottom-safe) + 13px)!important}.meeting-cta__icon.cta-art{width:50px!important;height:50px!important}
  .scene-panel--services{top:calc(var(--mobile-top-safe) + 116px)!important}.scene-panel--services h2{font-size:27px!important}.scene-panel--services .scene-panel__headline>p{font-size:8px!important;margin:4px 0 5px!important}.service-grid{gap:3px!important;margin-top:4px!important}.service-card,.service-card:nth-child(n){height:39px!important;grid-template-columns:30px minmax(0,1fr)!important;padding:3px 7px!important}.service-card__animated-icon{width:27px!important;height:27px!important}.service-card>strong{font-size:9.5px!important}.service-card>small{font-size:6.5px!important}
  .mobile-section-wheel{top:calc(var(--mobile-top-safe) + 61px)!important;width:58vw!important}.mobile-menu-sheet{width:calc(100vw - 16px);right:8px}.mobile-menu-sheet nav button{min-height:61px;padding:7px}.mobile-menu-icon{width:32px;height:32px;flex-basis:32px}.mobile-menu-icon svg{width:22px;height:22px}
  #meetingDialog .meeting-card{max-height:92dvh!important;padding-left:15px!important;padding-right:15px!important}#meetingDialog .meeting-card h2{font-size:31px!important}.meeting-card .field input,.meeting-card .field textarea{font-size:15px!important}
}
@media(max-width:700px){
  body.has-modal-open .mobile-section-wheel,body.has-modal-open .mobile-menu-toggle,body.has-modal-open .mobile-menu-sheet{opacity:0!important;pointer-events:none!important}
}
@media(max-width:700px) and (max-height:650px){
  .mobile-section-wheel{top:calc(var(--mobile-top-safe) + 56px)!important;height:45px!important;grid-template-rows:11px 21px 11px!important}.mobile-section-wheel strong{font-size:11px!important}.mobile-section-wheel span{font-size:6.5px!important}
  .scene-panel,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact,.scene-panel--news{top:calc(var(--mobile-top-safe) + 104px)!important}
  .scene-panel--services{top:calc(var(--mobile-top-safe) + 101px)!important}.scene-panel--services h2{font-size:24px!important}.scene-panel--services .scene-panel__headline>p{display:none!important}.service-grid{margin-top:3px!important;gap:2px!important}.service-card,.service-card:nth-child(n){height:35px!important}.service-card__animated-icon{width:24px!important;height:24px!important}.service-card>strong{font-size:9px!important}.service-card>small{font-size:6px!important}
  .scene[data-scene="inicio"] .home-message{top:calc(var(--mobile-top-safe) + 112px)!important}.scene[data-scene="inicio"] .home-wordmark img{max-width:190px!important}.scene[data-scene="inicio"] .home-message h2{font-size:38px!important}.scene[data-scene="inicio"] .home-sub{font-size:10px!important}.meeting-cta{min-height:60px!important;bottom:calc(var(--mobile-bottom-safe) + 8px)!important}.meeting-cta__icon.cta-art{width:44px!important;height:44px!important}.meeting-cta strong{font-size:13px!important}
}

/* ===== v1.14.25 — cierre de sedes más visible ===== */
#officesDialog .modal-close{
  width:48px!important;
  height:48px!important;
  right:14px!important;
  top:14px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(255,101,76,.62)!important;
  border-radius:50%!important;
  background:#050505!important;
  color:#ff654c!important;
  font-size:35px!important;
  font-weight:500!important;
  line-height:1!important;
  box-shadow:0 10px 28px rgba(0,0,0,.58),0 0 0 1px rgba(0,0,0,.5)!important;
  cursor:pointer!important;
  z-index:40!important;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
#officesDialog .modal-close:hover,
#officesDialog .modal-close:focus-visible{
  color:#ff806b!important;
  border-color:#ff654c!important;
  transform:scale(1.05);
  outline:none;
}
@media(max-width:700px){
  #officesDialog .modal-close{
    width:52px!important;
    height:52px!important;
    right:10px!important;
    top:10px!important;
    font-size:38px!important;
  }
}


/* ===== v1.14.26 — service mapping, mobile polish and news stability ===== */
/* Service references: logo/photo floats without the old boxed avatar. */
.service-client-chip{background:linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.08))!important;border-color:rgba(255,255,255,.1)!important;min-height:64px!important}
.service-client-chip>button{gap:14px!important;padding:8px 12px!important;align-items:center!important}
.service-client-chip>button span{width:58px!important;height:48px!important;background:transparent!important;border:0!important;overflow:visible!important}
.service-client-chip>button span img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;filter:drop-shadow(0 7px 14px rgba(0,0,0,.34))}
.service-client-chip>button span img.service-client-photo{object-fit:cover!important;border-radius:50%!important;width:46px!important;height:46px!important;justify-self:center!important}
.service-client-chip>button b{font-size:clamp(12px,1.05vw,17px)!important;line-height:1.08!important;font-weight:900!important;white-space:normal!important;overflow-wrap:anywhere!important}
.service-client-chip--text-only>button{min-height:62px!important;padding-left:15px!important}
.service-client-chip>a{width:36px!important;color:var(--brand)!important}.service-client-chip>a svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.news-card__media span svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.news-card__media span svg path[d^="m9"]{fill:currentColor;stroke:none}
.portfolio-swipe-hint{display:none}
.mobile-home-meta{display:none}

@media(max-width:700px){

  /* Existing sound control becomes the requested compact mute button. */
  .topbar .sound-toggle{display:grid!important;position:fixed!important;left:12px!important;right:auto!important;top:auto!important;bottom:max(12px,env(safe-area-inset-bottom))!important;width:42px!important;height:42px!important;min-width:42px!important;padding:0!important;place-items:center!important;border-radius:50%!important;z-index:226!important;background:rgba(5,5,5,.82)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 10px 28px rgba(0,0,0,.42)!important;backdrop-filter:blur(10px)!important;pointer-events:auto!important}
  .topbar .sound-toggle>b{display:none!important}.topbar .sound-toggle__bars{margin:0!important}

  /* Home: CTA moves upward and the desktop office/anniversary info lives underneath. */
  .scene[data-scene="inicio"] .meeting-cta{bottom:176px!important}
  .mobile-home-meta{display:grid;position:absolute;left:14px;right:14px;bottom:max(58px,calc(env(safe-area-inset-bottom) + 50px));gap:7px;z-index:22}
  .mobile-home-meta__anniversary{display:grid;grid-template-columns:.76fr 1.24fr;gap:7px}
  .mobile-home-chip,.mobile-home-meta__offices button{border:1px solid rgba(255,255,255,.14);background:linear-gradient(120deg,rgba(7,7,7,.86),rgba(24,11,8,.68));color:#fff;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
  .mobile-home-chip{height:46px;padding:6px 10px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:left}
  .mobile-home-chip small{font-size:6.5px;letter-spacing:.11em;color:rgba(255,255,255,.56);font-weight:850}.mobile-home-chip strong{font-size:18px;line-height:1;font-weight:950}
  .mobile-home-chip--days{justify-content:flex-start}.mobile-home-chip--days small{max-width:92px;line-height:1.12;color:var(--brand)}
  .mobile-home-meta__offices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .mobile-home-meta__offices button{height:42px;padding:4px 6px;display:flex;align-items:center;justify-content:center;gap:6px;min-width:0}
  .mobile-home-meta__offices img{width:18px;height:12px;object-fit:cover;border-radius:1px}.mobile-home-meta__offices span{font-size:7.2px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

  /* Services: same card height, larger, more legible typography. */
  .service-card>strong{font-size:12px!important;line-height:1.02!important;letter-spacing:-.01em!important}.service-card>small{font-size:7.5px!important;line-height:1.05!important}

  /* Portfolio discovery hint. */
  .portfolio-swipe-hint{display:flex;align-items:center;gap:7px;width:max-content;max-width:100%;margin:3px 0 7px;padding:6px 9px;border:1px solid rgba(255,255,255,.11);background:rgba(5,5,5,.72);color:rgba(255,255,255,.72);font-size:7px;font-weight:850;letter-spacing:.07em;pointer-events:none;animation:portfolioHintFloat 2.2s ease-in-out infinite}
  .portfolio-swipe-hint svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:var(--brand);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  @keyframes portfolioHintFloat{0%,100%{transform:translateX(0);opacity:.68}50%{transform:translateX(5px);opacity:1}}

  /* News: compact square-like text cards, four per page, no emoji overlays. */
  .scene-panel--news:not(.is-news-open) .news-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;align-content:start!important}
  .scene-panel--news:not(.is-news-open) .news-card,.scene-panel--news:not(.is-news-open) .news-card--featured{display:block!important;position:relative!important;min-height:0!important;height:auto!important;aspect-ratio:1.16/1!important;grid-template-columns:none!important;background:linear-gradient(145deg,rgba(7,7,7,.91),rgba(24,11,8,.72))!important;border:1px solid rgba(255,255,255,.11)!important;overflow:hidden!important}
  .scene-panel--news:not(.is-news-open) .news-card--featured{border-color:rgba(203,81,61,.48)!important}
  .scene-panel--news:not(.is-news-open) .news-card__media{display:none!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy,.scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy{height:100%!important;padding:11px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;text-align:left!important}
  .scene-panel--news:not(.is-news-open) .news-card__meta{position:absolute!important;left:10px!important;top:9px!important;right:10px!important;margin:0!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:5px!important}
  .scene-panel--news:not(.is-news-open) .news-card__meta time{font-size:7px!important;color:rgba(255,255,255,.48)!important}
  .scene-panel--news:not(.is-news-open) .news-client-tag{max-width:76px!important;background:transparent!important;border:0!important;padding:0!important;justify-content:flex-end!important}.scene-panel--news:not(.is-news-open) .news-client-tag__logo{display:none!important}.scene-panel--news:not(.is-news-open) .news-client-tag b{font-size:6.5px!important;color:var(--brand)!important;text-align:right!important;white-space:normal!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy em{display:none!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy strong,.scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy strong{font-size:clamp(13px,3.9vw,17px)!important;line-height:1.02!important;display:block!important;margin:0!important;max-width:none!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy p{display:none!important}
  .scene-panel--news:not(.is-news-open) .news-pagination{margin-top:8px!important}

  /* Slot-machine section selector: more obvious rolling motion while navigating. */
  .mobile-section-wheel{perspective:180px!important;transform:translateX(-50%) translateZ(0)!important}
  .mobile-section-wheel.is-spin-up>*{animation:slotUp126 .42s cubic-bezier(.16,.78,.18,1)!important;transform-origin:center center -16px}
  .mobile-section-wheel.is-spin-down>*{animation:slotDown126 .42s cubic-bezier(.16,.78,.18,1)!important;transform-origin:center center -16px}
  @keyframes slotUp126{0%{opacity:.12;transform:translateY(18px) rotateX(-64deg) scale(.9)}52%{opacity:1;transform:translateY(-4px) rotateX(12deg) scale(1.02)}100%{opacity:1;transform:translateY(0) rotateX(0) scale(1)}}
  @keyframes slotDown126{0%{opacity:.12;transform:translateY(-18px) rotateX(64deg) scale(.9)}52%{opacity:1;transform:translateY(4px) rotateX(-12deg) scale(1.02)}100%{opacity:1;transform:translateY(0) rotateX(0) scale(1)}}

  #serviceDialog .detail-client-chips{grid-template-columns:1fr!important}
  #serviceDialog .service-client-chip>button span{width:64px!important;height:52px!important}
  #serviceDialog .service-client-chip>button b{font-size:15px!important}
}
@media(max-width:700px) and (max-height:700px){
  .scene[data-scene="inicio"] .meeting-cta{bottom:151px!important;min-height:60px!important}
  .mobile-home-meta{bottom:max(53px,calc(env(safe-area-inset-bottom) + 46px));gap:5px}.mobile-home-chip{height:40px}.mobile-home-meta__offices button{height:36px}.mobile-home-chip strong{font-size:16px}.mobile-home-chip small{font-size:5.8px}.mobile-home-meta__offices span{font-size:6.6px}
  .service-card>strong{font-size:11.5px!important}.service-card>small{font-size:7.2px!important}
}
@media(max-width:390px){
  .scene-panel--news:not(.is-news-open) .news-card__copy strong,.scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy strong{font-size:12.5px!important}
  .mobile-home-meta__offices span{font-size:6.2px}.mobile-home-meta__offices button{gap:4px;padding:3px}.mobile-home-meta__offices img{width:16px}
}


/* v1.14.28 — Office popup title only: keep city name inside its own panel. */
#officesDialog #officeTitle{display:block;width:100%;max-width:100%;min-width:0;white-space:nowrap;overflow:hidden;box-sizing:border-box}


/* ===== v1.14.29 — mobile navigation polish + desktop modal/social fixes ===== */
/* Windows-safe hourglass: animate the wrapper as a fallback in addition to the SVG sand animation. */
.hourglass-icon{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform;animation:ssmHourglassWindows 4.4s cubic-bezier(.55,.02,.34,1) infinite}
@keyframes ssmHourglassWindows{0%,46%{transform:translateZ(0) rotate(0deg)}54%,100%{transform:translateZ(0) rotate(180deg)}}
.hourglass-icon svg{animation:none!important}
@media(prefers-reduced-motion:reduce){.hourglass-icon{animation:ssmHourglassWindows 4.4s cubic-bezier(.55,.02,.34,1) infinite!important}}

/* Desktop meeting modal: always fits the viewport and keeps its close control visible. */
@media(min-width:701px){
  #meetingDialog[open]{display:flex;align-items:center;justify-content:center;padding:18px;box-sizing:border-box}
  #meetingDialog .meeting-card{width:min(780px,calc(100vw - 36px));max-height:calc(100dvh - 36px);overflow:auto;overscroll-behavior:contain;box-sizing:border-box;padding:clamp(26px,4vh,42px);}
  #meetingDialog .modal-close{position:sticky!important;float:right;top:0!important;right:0!important;width:50px!important;height:50px!important;margin:-10px -10px -40px 0!important;border:1px solid rgba(255,101,76,.75)!important;border-radius:50%!important;background:#050505!important;color:#ff654c!important;font-size:36px!important;line-height:1!important;display:grid!important;place-items:center!important;z-index:30!important;box-shadow:0 12px 32px rgba(0,0,0,.62)!important}
  #meetingDialog .meeting-card h2{font-size:clamp(34px,5vh,46px)!important;margin-right:58px!important}
  #meetingDialog .field input,#meetingDialog .field textarea{font-size:clamp(14px,1.8vh,17px)!important;min-height:clamp(42px,5.4vh,48px)!important}
  #meetingDialog .field textarea{min-height:clamp(76px,12vh,116px)!important}
  .social-links{align-items:center!important;gap:8px!important}
  .social-links__label{display:inline-block!important;margin-right:3px!important;font-size:8px!important;font-weight:900!important;letter-spacing:.13em!important;color:rgba(255,255,255,.72)!important;white-space:nowrap!important}
  .social-links a{height:42px!important;min-width:42px!important;padding:0 10px!important;border-radius:5px!important}
  .social-links svg{width:20px!important;height:20px!important}
  .social-links a>span{font-size:7px!important}
}

.mobile-category-hint{display:none}

@media(max-width:700px){

  /* Home: move the CTA and history/office block upward, with connected red-outline controls. */
  .scene[data-scene="inicio"] .meeting-cta{bottom:208px!important}
  .mobile-home-meta{bottom:max(72px,calc(env(safe-area-inset-bottom) + 64px))!important;gap:6px!important}
  .mobile-home-meta__anniversary{gap:0!important;border:1px solid rgba(255,101,76,.58)!important;border-radius:8px!important;overflow:hidden!important;box-shadow:0 12px 30px rgba(0,0,0,.28),0 0 20px rgba(203,81,61,.08)!important}
  .mobile-home-meta__anniversary .mobile-home-chip{border:0!important;border-radius:0!important;background:linear-gradient(115deg,rgba(4,4,4,.9),rgba(30,11,8,.78))!important}
  .mobile-home-meta__anniversary .mobile-home-chip+ .mobile-home-chip{border-left:1px solid rgba(255,101,76,.36)!important}
  .mobile-home-meta__offices{gap:0!important;border:1px solid rgba(255,101,76,.58)!important;border-radius:8px!important;overflow:hidden!important;box-shadow:0 12px 30px rgba(0,0,0,.28),0 0 20px rgba(203,81,61,.08)!important}
  .mobile-home-meta__offices button{border:0!important;border-radius:0!important;background:linear-gradient(115deg,rgba(4,4,4,.9),rgba(30,11,8,.72))!important}
  .mobile-home-meta__offices button+button{border-left:1px solid rgba(255,101,76,.36)!important}
  .mobile-home-chip strong,.mobile-home-meta__offices span{color:#fff!important}.mobile-home-chip--days small{color:#ff765d!important}

  /* Home/contact meeting artwork uses a dark icon treatment consistently on mobile. */
  .meeting-cta__icon.cta-art,.scene-panel--contact .cta-art--small{background:#d65b46!important;border-radius:8px!important;padding:5px!important;box-shadow:none!important}
  .meeting-cta .cta-art__plate,.scene-panel--contact .cta-art__plate{fill:#050505!important;stroke:#050505!important}
  .meeting-cta .cta-art__accent,.meeting-cta .cta-art__spark,.scene-panel--contact .cta-art__accent,.scene-panel--contact .cta-art__spark{stroke:#050505!important;fill:none!important}
  .meeting-cta .cta-art__spark,.scene-panel--contact .cta-art__spark{fill:#050505!important;stroke:none!important}

  /* Same large, obvious close affordance for mobile history and anniversary popups. */
  #historyDialog .modal-close,#anniversaryDialog .modal-close{position:fixed!important;top:max(10px,env(safe-area-inset-top))!important;right:10px!important;width:52px!important;height:52px!important;margin:0!important;border:1px solid rgba(255,101,76,.72)!important;border-radius:50%!important;background:#050505!important;color:#ff654c!important;font-size:38px!important;line-height:1!important;display:grid!important;place-items:center!important;z-index:1200!important;box-shadow:0 10px 28px rgba(0,0,0,.62)!important}

  /* Services remains compact but text gains legibility; hidden overflow no longer blocks vertical section gestures in JS. */
  .service-card>strong{font-size:clamp(12px,3.25vw,13.4px)!important;line-height:1.03!important;letter-spacing:-.015em!important}.service-card>small{font-size:8.1px!important;line-height:1.08!important}

  /* Mobile category instructions. Filters are fixed, not horizontally draggable. */
  .mobile-category-hint,.portfolio-swipe-hint{display:flex!important;align-items:center!important;gap:7px!important;width:100%!important;box-sizing:border-box!important;margin:5px 0 8px!important;padding:7px 9px!important;border:1px solid rgba(255,101,76,.3)!important;border-radius:6px!important;background:linear-gradient(90deg,rgba(5,5,5,.86),rgba(28,10,7,.74))!important;color:rgba(255,255,255,.78)!important;font-size:7px!important;font-weight:850!important;letter-spacing:.055em!important;pointer-events:none!important}
  .mobile-category-hint svg,.portfolio-swipe-hint svg{width:16px!important;height:16px!important;flex:0 0 auto!important;fill:none!important;stroke:#ff654c!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;animation:categoryHintNudge 1.8s ease-in-out infinite!important}
  @keyframes categoryHintNudge{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}
  .client-filters{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;overflow:hidden!important;padding:0!important;margin:7px 0 9px!important;touch-action:pan-y!important}
  .client-filter{min-width:0!important;width:100%!important;height:31px!important;padding:0 5px!important;font-size:6.1px!important;line-height:1.05!important;white-space:normal!important}
  .portfolio-filters{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;overflow:hidden!important;padding:0!important;margin:7px 0 8px!important;touch-action:pan-y!important}
  .portfolio-filter{min-width:0!important;width:100%!important;height:31px!important;min-height:31px!important;padding:0 5px!important;font-size:6.2px!important;line-height:1.05!important;white-space:normal!important}

  /* Portfolio videos should be immediately ready when the section is visible. */
  .portfolio-card video{background:#080808!important;will-change:opacity!important}

  /* News: full-width editorial rows, media left + copy/client right. */
  .scene-panel--news:not(.is-news-open){left:0!important;right:0!important;padding-left:14px!important;padding-right:14px!important}
  .scene-panel--news:not(.is-news-open) .scene-panel__headline h2{font-size:clamp(30px,8.2vw,38px)!important;line-height:.92!important;white-space:normal!important}
  .scene-panel--news:not(.is-news-open) .scene-panel__headline p{font-size:9px!important;line-height:1.35!important;max-width:92%!important}
  .scene-panel--news:not(.is-news-open) .news-list{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:100%!important;margin-top:10px!important}
  .scene-panel--news:not(.is-news-open) .news-card,.scene-panel--news:not(.is-news-open) .news-card--featured{display:grid!important;grid-template-columns:34% minmax(0,1fr)!important;aspect-ratio:auto!important;min-height:92px!important;height:92px!important;width:100%!important;background:linear-gradient(100deg,rgba(6,6,6,.94),rgba(25,10,7,.78))!important;border:1px solid rgba(255,255,255,.11)!important;overflow:hidden!important}
  .scene-panel--news:not(.is-news-open) .news-card--featured{height:104px!important;min-height:104px!important;border-color:rgba(255,101,76,.42)!important}
  .scene-panel--news:not(.is-news-open) .news-card__media{display:block!important;position:relative!important;width:100%!important;height:100%!important;min-height:0!important}
  .scene-panel--news:not(.is-news-open) .news-card__media img,.scene-panel--news:not(.is-news-open) .news-card__media video{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
  .scene-panel--news:not(.is-news-open) .news-card__media span{width:26px!important;height:26px!important;right:7px!important;bottom:7px!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy,.scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy{position:relative!important;height:100%!important;padding:9px 10px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:left!important;min-width:0!important}
  .scene-panel--news:not(.is-news-open) .news-card__meta{position:static!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:5px!important;margin:0 0 5px!important}
  .scene-panel--news:not(.is-news-open) .news-card__meta time{font-size:6.5px!important;color:rgba(255,255,255,.5)!important}
  .scene-panel--news:not(.is-news-open) .news-client-tag{max-width:58%!important;background:transparent!important;border:0!important;padding:0!important;justify-content:flex-end!important}.scene-panel--news:not(.is-news-open) .news-client-tag__logo{display:none!important}.scene-panel--news:not(.is-news-open) .news-client-tag b{font-size:6.2px!important;color:#ff765d!important;text-align:right!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy em{display:inline-flex!important;align-self:flex-start!important;margin:0 0 4px!important;padding:3px 5px!important;font-size:5.5px!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy strong,.scene-panel--news:not(.is-news-open) .news-card--featured .news-card__copy strong{font-size:clamp(12px,3.5vw,15px)!important;line-height:1.03!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .scene-panel--news:not(.is-news-open) .news-card__copy p{display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:5px 0 0!important;font-size:7.2px!important;line-height:1.2!important;color:rgba(255,255,255,.55)!important}
  .scene-panel--news:not(.is-news-open) .news-pagination{margin-top:8px!important}

  /* Contact: slightly narrower CTA and black icon. */
  .scene-panel--contact .primary-button--meeting{width:min(88%,330px)!important;align-self:flex-start!important;min-height:64px!important;padding-left:16px!important;padding-right:8px!important}
  .scene-panel--contact .cta-art--small{width:44px!important;height:44px!important}

  .social-links__label{display:none!important}
}

@media(max-width:700px) and (max-height:700px){
  .scene[data-scene="inicio"] .meeting-cta{bottom:174px!important;min-height:58px!important}
  .mobile-home-meta{bottom:max(52px,calc(env(safe-area-inset-bottom) + 46px))!important}
  .service-card>strong{font-size:11.5px!important}.service-card>small{font-size:7.2px!important}
}

/* ===== v1.14.30 preserved — full-screen mobile scrim, never a content-attached black plate ===== */
@media(max-width:700px){
  .scene-panel:not(.is-news-open):not(.is-client-open)::before{content:none!important;display:none!important;background:none!important}
  .video-stage__scrim{background:radial-gradient(ellipse 115% 92% at 12% 54%,rgba(0,0,0,.66) 0%,rgba(0,0,0,.46) 38%,rgba(0,0,0,.20) 67%,rgba(0,0,0,.05) 88%,transparent 100%),linear-gradient(180deg,rgba(0,0,0,.28) 0%,rgba(0,0,0,.06) 28%,rgba(0,0,0,.10) 68%,rgba(0,0,0,.42) 100%)!important}
}

/* ===== v1.14.31 — visual editor positioning + draggable editor controls ===== */
.edit-toolbar__drag{cursor:grab!important;user-select:none;-webkit-user-select:none;touch-action:none;white-space:nowrap}
.edit-toolbar.is-toolbar-dragging .edit-toolbar__drag{cursor:grabbing!important}
.edit-toolbar__drag b{display:inline-flex;align-items:center;margin-left:6px;padding:3px 5px;border:1px solid rgba(255,101,76,.42);color:#ff765d;font-size:6px;letter-spacing:.09em}
.edit-position-controls{display:flex;align-items:center;gap:4px;padding:0 4px;border-left:1px solid rgba(255,255,255,.12);border-right:1px solid rgba(255,255,255,.12)}
.edit-position-controls[hidden]{display:none!important}
.edit-position-controls em{max-width:116px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(255,255,255,.72);font-size:6px;font-style:normal;font-weight:900;letter-spacing:.06em}
.edit-position-controls button{width:28px!important;min-width:28px!important;padding:0!important;font-size:14px!important;line-height:1!important;background:#121212!important;color:#fff!important;border-color:rgba(255,255,255,.13)!important}
.edit-position-controls #editResetPosition{color:#ff765d!important;font-size:16px!important}
.edit-toolbar.is-dragged{left:var(--edit-toolbar-left)!important;top:var(--edit-toolbar-top)!important;right:auto!important;bottom:auto!important;transform:none!important;min-width:0!important;max-width:calc(100vw - 8px)!important}
body.is-editing [data-edit-movable]{cursor:crosshair}
body.is-editing [data-edit-movable].is-edit-position-selected{outline:2px solid #ff654c!important;outline-offset:4px!important;box-shadow:0 0 0 4px rgba(255,101,76,.12)!important}
body.is-editing [data-edit-movable].is-edit-position-selected [contenteditable=true]{cursor:text}

/* Clients hint: explicit stroke prevents the raw black double-arrow regression. */
@media(max-width:700px){
  .client-swipe-hint.mobile-category-hint{display:flex!important;align-items:center!important;gap:7px!important;width:100%!important;box-sizing:border-box!important;margin:5px 0 8px!important;padding:7px 9px!important;border:1px solid rgba(255,101,76,.30)!important;border-radius:6px!important;background:linear-gradient(90deg,rgba(5,5,5,.78),rgba(28,10,7,.58))!important;color:rgba(255,255,255,.78)!important;font-size:7px!important;font-weight:850!important;letter-spacing:.055em!important;pointer-events:none!important}
  .client-swipe-hint.mobile-category-hint svg{width:16px!important;height:16px!important;flex:0 0 auto!important;fill:none!important;stroke:#ff654c!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .edit-toolbar{flex-wrap:wrap!important;max-height:45vh!important;overflow:auto!important}
  .edit-position-controls{order:5;width:100%;justify-content:center;border:0;padding:4px 0 0}
  .edit-position-controls em{max-width:110px}
}



/* ===== v1.14.32 — mobile polish + real X logo + stable office map ===== */
.social-links .x-social-logo path,
.client-page__links .x-social-logo path{fill:currentColor!important;stroke:none!important}

@media(max-width:700px){
  /* No content-attached black plate: only a smooth full-screen cinematic scrim. */
  .scene-panel--services::before,
  .scene-panel--clients:not(.is-client-open)::before,
  .scene-panel--portfolio::before,
  .scene-panel--contact::before,
  .scene-panel--news:not(.is-news-open)::before,
  .scene-panel:not(.is-news-open):not(.is-client-open)::before{content:none!important;display:none!important;background:none!important;box-shadow:none!important}
  .scene-panel--services,.scene-panel--clients:not(.is-client-open),.scene-panel--portfolio,.scene-panel--contact,.scene-panel--news:not(.is-news-open){background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  .video-stage__scrim{background:linear-gradient(90deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.38) 42%,rgba(0,0,0,.14) 74%,rgba(0,0,0,.08) 100%),linear-gradient(180deg,rgba(0,0,0,.20) 0%,rgba(0,0,0,.04) 34%,rgba(0,0,0,.10) 68%,rgba(0,0,0,.38) 100%)!important}

  /* Home: CTA + history/offices move up together, keeping clear of sound/social controls. */
  .scene[data-scene="inicio"] .meeting-cta{bottom:236px!important}
  .mobile-home-meta{bottom:max(94px,calc(env(safe-area-inset-bottom) + 86px))!important}

  /* Mobile meeting artwork exactly matches the desktop visual language. */
  .meeting-cta__icon.cta-art,.scene-panel--contact .cta-art--small{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:0 9px 28px rgba(203,81,61,.18)!important}
  .meeting-cta .cta-art__plate,.scene-panel--contact .cta-art__plate{fill:#111!important;stroke:#ff654c!important;stroke-width:1.7!important}
  .meeting-cta .cta-art__accent,.scene-panel--contact .cta-art__accent{fill:none!important;stroke:#fff!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .meeting-cta .cta-art__spark,.scene-panel--contact .cta-art__spark{fill:#ff654c!important;stroke:none!important}

  /* Service popup: compact clients and a large unmistakable close button. */
  #serviceDialog .modal-close{position:fixed!important;top:max(10px,env(safe-area-inset-top))!important;right:10px!important;width:52px!important;height:52px!important;margin:0!important;border:1px solid rgba(255,101,76,.78)!important;border-radius:50%!important;background:#050505!important;color:#ff654c!important;font-size:38px!important;line-height:1!important;display:grid!important;place-items:center!important;z-index:1300!important;box-shadow:0 12px 30px rgba(0,0,0,.68)!important}
  #serviceDialog .detail-card--service{max-height:88dvh!important;overflow:hidden!important}
  #serviceDialog .detail-card__body{overflow:auto!important;padding:22px 16px 24px!important}
  #serviceDialog .detail-client-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  #serviceDialog .service-client-chip{min-height:44px!important;grid-template-columns:minmax(0,1fr) 28px!important}
  #serviceDialog .service-client-chip>button{gap:7px!important;padding:6px 7px!important;min-height:44px!important}
  #serviceDialog .service-client-chip>button span{width:38px!important;height:34px!important;flex:0 0 38px!important}
  #serviceDialog .service-client-chip>button span img.service-client-photo{width:34px!important;height:34px!important}
  #serviceDialog .service-client-chip>button b{font-size:10px!important;line-height:1.08!important}
  #serviceDialog .service-client-chip>a{width:28px!important}

  /* Clients overview: no vertical scrolling. Horizontal gesture changes category. */
  .scene-panel--clients:not(.is-client-open){overflow:hidden!important;padding-bottom:0!important}
  .scene-panel--clients:not(.is-client-open) .client-category-context{display:none!important}
  .scene-panel--clients:not(.is-client-open) .clients-subtitle{margin-bottom:4px!important}
  .client-swipe-hint.mobile-category-hint,.portfolio-swipe-hint{margin:4px 0 6px!important;padding:6px 8px!important;background:rgba(6,6,6,.34)!important;backdrop-filter:blur(5px)!important}
  .client-filters,.portfolio-filters{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;gap:5px!important;overflow:hidden!important;padding:0 0 4px!important;margin:5px 0 7px!important;scroll-behavior:smooth!important;scrollbar-width:none!important;touch-action:pan-y!important}
  .client-filters::-webkit-scrollbar,.portfolio-filters::-webkit-scrollbar{display:none!important}
  .client-filter,.portfolio-filter{flex:0 0 34%!important;min-width:34%!important;width:auto!important;height:32px!important;min-height:32px!important;padding:0 6px!important;font-size:6.8px!important;line-height:1.06!important;white-space:normal!important}
  .scene-panel--clients:not(.is-client-open) .client-grid,.scene-panel--clients:not(.is-client-open) .client-featured{gap:5px!important}
  .scene-panel--clients:not(.is-client-open) .client-card,.scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){aspect-ratio:1.62/1!important;min-height:0!important;max-height:104px!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo{height:auto!important;min-height:0!important;padding:7px 8px 2px!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo img{max-height:62px!important}
  .scene-panel--clients:not(.is-client-open) .client-card .client-card__name{font-size:9.5px!important;padding-bottom:6px!important}
  .scene-panel--clients:not(.is-client-open) .client-pagination{margin-top:5px!important;padding-bottom:0!important;min-height:34px!important}
  .scene-panel--clients:not(.is-client-open) .content-page,.scene-panel--clients:not(.is-client-open) .client-page{height:32px!important;min-width:32px!important}

  /* Portfolio: same swipe-category rail, with gestures valid even over media cards. */
  .scene-panel--portfolio .portfolio-swipe-hint{order:0!important}
  .scene-panel--portfolio .portfolio-filters{margin-top:5px!important}

  /* News list uses the available viewport width while keeping a clean side margin. */
  .scene-panel--news:not(.is-news-open){left:0!important;right:auto!important;width:100vw!important;max-width:none!important;padding-left:14px!important;padding-right:14px!important;box-sizing:border-box!important}
  .scene-panel--news:not(.is-news-open) .news-list{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
  .scene-panel--news:not(.is-news-open) .news-card,.scene-panel--news:not(.is-news-open) .news-card--featured{width:100%!important}

  /* Contact CTA keeps the PC artwork and a controlled width. */
  .scene-panel--contact .primary-button--meeting{width:min(88%,330px)!important}
}

@media(max-width:700px) and (max-height:700px){
  .scene[data-scene="inicio"] .meeting-cta{bottom:194px!important}
  .mobile-home-meta{bottom:max(72px,calc(env(safe-area-inset-bottom) + 64px))!important}
  .scene-panel--clients:not(.is-client-open) .client-card,.scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){max-height:88px!important;aspect-ratio:1.8/1!important}
}

/* v1.14.32: the swipe helper really disappears after the first completed gesture. */
@media(max-width:700px){
  .client-swipe-hint.mobile-category-hint[hidden],
  .portfolio-swipe-hint[hidden]{display:none!important}
}
@media(max-width:700px) and (max-height:700px){
  .scene-panel--clients:not(.is-client-open){top:calc(var(--mobile-top-safe) + 98px)!important;bottom:var(--mobile-bottom-safe)!important}
  .scene-panel--clients:not(.is-client-open) .scene-panel__headline h2{font-size:29px!important;line-height:.88!important;margin-bottom:4px!important}
  .scene-panel--clients:not(.is-client-open) .clients-subtitle{font-size:8px!important;margin:2px 0 4px!important}
  .scene-panel--clients:not(.is-client-open) .client-swipe-hint.mobile-category-hint{min-height:25px!important;margin:2px 0 4px!important;padding:4px 6px!important;font-size:6px!important}
  .scene-panel--clients:not(.is-client-open) .client-filters{margin:3px 0 5px!important;padding-bottom:2px!important}
  .scene-panel--clients:not(.is-client-open) .client-filter{height:27px!important;min-height:27px!important;font-size:6.1px!important}
  .scene-panel--clients:not(.is-client-open) .client-card,.scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){max-height:72px!important;aspect-ratio:2.05/1!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo img{max-height:43px!important}
  .scene-panel--clients:not(.is-client-open) .client-card .client-card__name{font-size:8.4px!important;padding-bottom:4px!important}
  .scene-panel--clients:not(.is-client-open) .client-pagination{min-height:28px!important;margin-top:3px!important}
  .scene-panel--clients:not(.is-client-open) .content-page,.scene-panel--clients:not(.is-client-open) .client-page{height:28px!important;min-width:28px!important}
}


/* ===== v1.14.33 — final mobile polish + service/client data consistency ===== */
/* Service/client logos must never escape their allocated visual slot. */
.service-client-chip>button span{overflow:hidden!important;display:grid!important;place-items:center!important}
.service-client-chip>button span img.service-client-logo{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}
.service-client-chip>button span img.service-client-photo{max-width:100%!important;max-height:100%!important}

/* Send action uses the same icon system as the rest of the site — no text emoji. */
.meeting-submit{gap:10px!important}
.meeting-submit__icon{width:31px;height:31px;display:grid;place-items:center;background:#080808;color:#fff;flex:0 0 auto}
.meeting-submit__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:700px){
  /* Remove every content-attached dark plate. Readability comes only from the full-screen video scrim. */
  .scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact,.scene-panel--news{background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .scene-panel::before,.scene-panel::after,.scene-panel--services::before,.scene-panel--services::after,.scene-panel--clients::before,.scene-panel--clients::after,.scene-panel--portfolio::before,.scene-panel--portfolio::after,.scene-panel--contact::before,.scene-panel--contact::after,.scene-panel--news::before,.scene-panel--news::after{content:none!important;display:none!important;background:none!important;box-shadow:none!important}
  .video-stage__scrim{background:linear-gradient(90deg,rgba(0,0,0,.52) 0%,rgba(0,0,0,.33) 42%,rgba(0,0,0,.12) 76%,rgba(0,0,0,.05) 100%),linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.04) 36%,rgba(0,0,0,.08) 70%,rgba(0,0,0,.34) 100%)!important}

  /* Home/contact CTA artwork mirrors desktop exactly. */
  .meeting-cta__icon.cta-art,.scene-panel--contact .cta-art--small{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:0 9px 28px rgba(203,81,61,.18)!important}
  .meeting-cta .cta-art__plate,.scene-panel--contact .cta-art__plate{fill:#111!important;stroke:#ff654c!important;stroke-width:1.7!important}
  .meeting-cta .cta-art__accent,.scene-panel--contact .cta-art__accent{fill:none!important;stroke:#fff!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .meeting-cta .cta-art__spark,.scene-panel--contact .cta-art__spark{fill:#ff654c!important;stroke:none!important}

  /* Anniversary chip centered like every other control; hourglass uses the same animation as PC. */
  .mobile-home-chip--days{justify-content:center!important;text-align:center!important;gap:7px!important}
  .mobile-home-chip--days small{max-width:96px!important;text-align:center!important}
  .mobile-hourglass{display:grid!important;width:22px!important;height:27px!important;flex:0 0 22px!important;color:#ff654c!important}
  .mobile-hourglass svg{width:100%!important;height:100%!important;overflow:visible!important}

  /* Clients overview follows Portfolio proportions and never collides with the section wheel. */
  .scene-panel--clients:not(.is-client-open){top:calc(var(--mobile-top-safe) + 124px)!important;overflow:hidden!important;padding-bottom:0!important}
  .scene-panel--clients:not(.is-client-open) .scene-panel__headline h2{font-size:clamp(30px,8.4vw,36px)!important;line-height:.9!important;margin:0 0 5px!important}
  .scene-panel--clients:not(.is-client-open) .clients-subtitle{font-size:8px!important;margin:2px 0 5px!important}
  .scene-panel--clients:not(.is-client-open) .client-swipe-hint{margin:3px 0 5px!important;padding:5px 7px!important;min-height:27px!important}
  .scene-panel--clients:not(.is-client-open) .client-filters{margin:4px 0 7px!important;padding-bottom:3px!important}
  .scene-panel--clients:not(.is-client-open) .client-grid,.scene-panel--clients:not(.is-client-open) .client-featured{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .scene-panel--clients:not(.is-client-open) .client-card,.scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){aspect-ratio:16/10!important;max-height:none!important;min-height:0!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo{display:grid!important;place-items:center!important;min-height:0!important;height:calc(100% - 26px)!important;padding:7px 10px 2px!important;overflow:hidden!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo img:not(.client-person-photo){width:auto!important;height:auto!important;max-width:78%!important;max-height:58px!important;object-fit:contain!important;object-position:center!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-card__logo{padding:0!important;height:100%!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-person-photo{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important}
  .scene-panel--clients:not(.is-client-open) .client-card__name{font-size:9.5px!important;line-height:1.05!important;padding:2px 7px 6px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}

  /* Service detail may scroll internally when copy/clients exceed the viewport. */
  #serviceDialog{overflow:hidden!important;padding:10px!important}
  #serviceDialog .detail-card--service{width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;height:auto!important;overflow:hidden!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto minmax(0,1fr)!important}
  #serviceDialog .detail-card__visual{min-height:112px!important;max-height:140px!important}
  #serviceDialog .detail-card__body{min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding:20px 15px 26px!important;justify-content:flex-start!important}
  #serviceDialog .detail-client-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important}

  /* Meeting form: inputs look unmistakably editable. */
  #meetingDialog .field input,#meetingDialog .field textarea{background:rgba(255,255,255,.095)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:6px!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important}
  #meetingDialog .field input:focus,#meetingDialog .field textarea:focus{background:rgba(255,255,255,.13)!important;border-color:#ff654c!important;box-shadow:0 0 0 2px rgba(255,101,76,.12)!important}
  #meetingDialog .meeting-submit__icon{width:34px!important;height:34px!important;border-radius:4px!important}

  /* Sound control duplicated inside the mobile menu and kept in sync with the floating button. */
  .mobile-menu-sound{width:100%!important;min-height:44px!important;margin-top:10px!important;padding:8px 11px!important;display:flex!important;align-items:center!important;gap:10px!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.035)!important;color:#fff!important;text-align:left!important}
  .mobile-menu-sound__icon{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(255,101,76,.35);background:#0b0b0b;flex:0 0 30px}
  .mobile-menu-sound__icon svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .mobile-menu-sound b{font-size:8px;letter-spacing:.08em;font-weight:900}
  .mobile-menu-sound:not(.is-on) .sound-wave{display:none}
  .mobile-menu-sound:not(.is-on) .mobile-menu-sound__icon{border-color:rgba(255,255,255,.18);opacity:.72}
}
@media(max-width:700px) and (max-height:700px){
  .scene-panel--clients:not(.is-client-open){top:calc(var(--mobile-top-safe) + 108px)!important}
  .scene-panel--clients:not(.is-client-open) .scene-panel__headline h2{font-size:27px!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo img:not(.client-person-photo){max-height:45px!important}
}


/* ===== v1.14.35 — precise mobile cleanup, restored Clients layout ===== */
@media(max-width:700px){
  /* There is no content-attached dark plate. Keep only a soft, uniform full-screen readability veil. */
  .scene-panel,.scene-panel--services,.scene-panel--clients,.scene-panel--portfolio,.scene-panel--contact,.scene-panel--news,
  .scene-kicker,.scene-panel__headline,.scene-panel__headline h2,.scene-panel__headline p,.scene-panel__head,.scene-panel__head>div,.clients-subtitle,.contact-copy{
    background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important
  }
  .scene-panel::before,.scene-panel::after,.scene-panel--services::before,.scene-panel--services::after,
  .scene-panel--clients::before,.scene-panel--clients::after,.scene-panel--portfolio::before,.scene-panel--portfolio::after,
  .scene-panel--contact::before,.scene-panel--contact::after,.scene-panel--news::before,.scene-panel--news::after,
  .scene-kicker::before,.scene-kicker::after,.scene-panel__headline::before,.scene-panel__headline::after,
  .scene-panel__head::before,.scene-panel__head::after{content:none!important;display:none!important;background:none!important;box-shadow:none!important}
  .video-stage__scrim{background:linear-gradient(180deg,rgba(0,0,0,.14) 0%,rgba(0,0,0,.08) 34%,rgba(0,0,0,.12) 68%,rgba(0,0,0,.34) 100%)!important}

  /* Meeting CTAs: dark tile + Social Sports red icon, consistently in Home and Contact. */
  .meeting-cta__icon.cta-art,.scene-panel--contact .cta-art--small{
    background:#080808!important;border:1px solid rgba(255,101,76,.48)!important;border-radius:7px!important;padding:5px!important;box-shadow:0 9px 28px rgba(0,0,0,.32)!important
  }
  .meeting-cta .cta-art__plate,.scene-panel--contact .cta-art__plate{fill:#080808!important;stroke:#ff654c!important;stroke-width:1.7!important}
  .meeting-cta .cta-art__accent,.scene-panel--contact .cta-art__accent{fill:none!important;stroke:#ff654c!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .meeting-cta .cta-art__spark,.scene-panel--contact .cta-art__spark{fill:#ff654c!important;stroke:none!important}

  /* Clients: restore the v1.14.33 geometry. Only enlarge visual identity and center names. */
  .scene-panel--clients:not(.is-client-open) #clientsOverview{display:block!important;min-height:0!important}
  .scene-panel--clients:not(.is-client-open) .client-category-context{display:none!important}
  .scene-panel--clients:not(.is-client-open) .client-featured{display:none!important}
  .scene-panel--clients:not(.is-client-open) .client-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:0!important}
  .scene-panel--clients:not(.is-client-open) .client-card,.scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){
    position:relative!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:stretch!important;
    height:auto!important;min-height:0!important;max-height:104px!important;aspect-ratio:1.62/1!important;padding:7px 8px 6px!important;
    border:1px solid rgba(255,255,255,.13)!important;background:rgba(5,5,5,.30)!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;overflow:hidden!important
  }
  .scene-panel--clients:not(.is-client-open) .client-card__logo{
    position:static!important;inset:auto!important;height:calc(100% - 25px)!important;min-height:0!important;padding:2px 4px 0!important;display:grid!important;place-items:center!important;overflow:hidden!important
  }
  .scene-panel--clients:not(.is-client-open) .client-card__logo img:not(.client-person-photo){
    position:static!important;width:auto!important;height:auto!important;max-width:92%!important;max-height:72px!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important
  }
  .scene-panel--clients:not(.is-client-open) .client-logo-fallback{width:72%!important;height:72%!important;min-height:0!important;background:transparent!important;border:0!important}
  .scene-panel--clients:not(.is-client-open) .client-card .client-card__name{
    position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:24px!important;margin:0!important;padding:3px 3px 0!important;
    border:0!important;border-top:1px solid rgba(255,255,255,.08)!important;background:transparent!important;color:#fff!important;text-align:center!important;
    font-size:10.8px!important;line-height:1.05!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important
  }
  .scene-panel--clients:not(.is-client-open) .client-card--person{display:block!important;padding:0!important;aspect-ratio:7/5!important;max-height:104px!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-card__logo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-person-photo{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person:after{content:""!important;display:block!important;position:absolute!important;z-index:1!important;inset:44% 0 0!important;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78))!important;pointer-events:none!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-card__name{
    position:absolute!important;z-index:2!important;left:7px!important;right:7px!important;bottom:7px!important;width:auto!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;
    display:block!important;text-align:center!important;font-size:12.5px!important;line-height:1.05!important;text-shadow:0 2px 12px #000!important
  }

  /* Client profile close affordance: same obvious language as Offices. */
  .scene-panel--clients.is-client-open .client-page__close{
    position:sticky!important;top:8px!important;margin-left:auto!important;margin-right:0!important;margin-bottom:-54px!important;width:54px!important;height:54px!important;
    display:grid!important;place-items:center!important;border:2px solid #ff654c!important;border-radius:50%!important;background:#d63f2d!important;color:#fff!important;font-size:38px!important;font-weight:500!important;line-height:1!important;
    box-shadow:0 10px 28px rgba(0,0,0,.58)!important;z-index:90!important;touch-action:manipulation!important
  }

  /* Persistent-on-entry hint; JS dismisses it on the first successful section swipe. */
  .mobile-swipe-hint{bottom:96px!important;z-index:260!important;border-radius:999px!important;padding:10px 13px!important;background:rgba(6,6,6,.90)!important;border:1px solid rgba(255,101,76,.66)!important;box-shadow:0 12px 34px rgba(0,0,0,.38)!important}
  .mobile-swipe-hint b{color:#ff654c!important;font-size:17px!important}
  .mobile-swipe-hint span{font-size:6.8px!important;font-weight:900!important;letter-spacing:.065em!important}

  /* Mobile social footer includes the translated lead-in. */
  .social-links{right:12px!important;bottom:var(--mobile-bottom-safe)!important;gap:5px!important;max-width:calc(100vw - 86px)!important}
  .social-links__label{display:inline-block!important;margin-right:2px!important;font-size:6.7px!important;font-weight:900!important;letter-spacing:.08em!important;color:rgba(255,255,255,.75)!important;white-space:nowrap!important}
  .social-links a>span{display:none!important}
  .social-links a{width:31px!important;min-width:31px!important;height:31px!important;padding:0!important;justify-content:center!important}

  /* Direction-aware vertical roulette transition between main sections. */
  body.is-section-forward.is-section-exit .scene-stack{transform:translate3d(0,-12vh,0)!important;opacity:0!important}
  body.is-section-forward.is-section-enter-prep .scene-stack{transform:translate3d(0,12vh,0)!important;opacity:0!important;transition:none!important}
  body.is-section-backward.is-section-exit .scene-stack{transform:translate3d(0,12vh,0)!important;opacity:0!important}
  body.is-section-backward.is-section-enter-prep .scene-stack{transform:translate3d(0,-12vh,0)!important;opacity:0!important;transition:none!important}
  .scene-stack{transition:transform .34s cubic-bezier(.2,.75,.2,1),opacity .27s ease!important}
}
@media(max-width:700px) and (max-height:700px){
  .scene-panel--clients:not(.is-client-open) .client-card,.scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){max-height:76px!important;aspect-ratio:2/1!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo img:not(.client-person-photo){max-height:50px!important}
  .scene-panel--clients:not(.is-client-open) .client-card .client-card__name{font-size:9.2px!important;min-height:20px!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-card__name{font-size:10.5px!important}
}


/* ===== v1.14.36 — mobile launch cleanup ===== */
@media(max-width:700px){
  /* The screenshot-marked dark slab is intentionally gone: no per-section panel/pseudo background. */
  .scene-panel--services,.scene-panel--clients:not(.is-client-open),.scene-panel--portfolio,.scene-panel--contact,.scene-panel--news:not(.is-news-open){
    background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;isolation:auto!important
  }
  .scene-panel--services::before,.scene-panel--services::after,
  .scene-panel--clients:not(.is-client-open)::before,.scene-panel--clients:not(.is-client-open)::after,
  .scene-panel--portfolio::before,.scene-panel--portfolio::after,
  .scene-panel--contact::before,.scene-panel--contact::after,
  .scene-panel--news:not(.is-news-open)::before,.scene-panel--news:not(.is-news-open)::after{
    content:none!important;display:none!important;visibility:hidden!important;opacity:0!important;background:none!important;box-shadow:none!important
  }

  /* General readability belongs to the full-screen video layer, never to a rectangular content slab. */
  .video-stage__scrim{background:linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.09) 36%,rgba(0,0,0,.14) 72%,rgba(0,0,0,.34) 100%)!important}

  /* Floating first-visit swipe instruction: visible, out of the footer controls, dismissed by first real section swipe. */
  .mobile-swipe-hint{top:max(76px,calc(env(safe-area-inset-top) + 62px))!important;bottom:auto!important;left:50%!important;transform:translate(-50%,-8px)!important;max-width:calc(100vw - 28px)!important;white-space:normal!important;text-align:center!important;justify-content:center!important;padding:10px 14px!important;border-radius:999px!important;background:rgba(5,5,5,.94)!important;border:1px solid rgba(255,101,76,.72)!important;box-shadow:0 14px 38px rgba(0,0,0,.46)!important;z-index:320!important}
  .mobile-swipe-hint.is-visible{transform:translate(-50%,0)!important}
  .mobile-swipe-hint__icon{width:18px;height:18px;display:grid;place-items:center;flex:0 0 auto;color:#ff654c}
  .mobile-swipe-hint__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .mobile-swipe-hint span:last-child{font-size:7px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.055em!important}

  /* Clients: same composition, simply tighter. Logos always fit entirely; names stay centered. */
  .scene-panel--clients:not(.is-client-open) .client-grid{gap:4px!important}
  .scene-panel--clients:not(.is-client-open) .client-card,.scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){padding:5px 6px 4px!important;overflow:hidden!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo{height:calc(100% - 24px)!important;padding:1px 2px 0!important;overflow:hidden!important;display:grid!important;place-items:center!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo img:not(.client-person-photo){display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important;filter:none!important}
  .scene-panel--clients:not(.is-client-open) .client-card .client-card__name{justify-content:center!important;text-align:center!important;font-size:10.8px!important;line-height:1.02!important;padding:3px 2px 0!important}

  /* People keep edge-to-edge photography, with a stable first render and the name lower so it never covers the face. */
  .scene-panel--clients:not(.is-client-open) .client-card--person{padding:0!important;overflow:hidden!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-card__logo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important;overflow:hidden!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-person-photo{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;transform:none!important;filter:none!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-card__name{left:5px!important;right:5px!important;bottom:3px!important;font-size:12px!important;line-height:1!important;padding:0!important;text-align:center!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person:after{inset:58% 0 0!important;background:linear-gradient(180deg,transparent,rgba(0,0,0,.82))!important}

  /* Service cards no longer reserve visual space for a text-arrow glyph. */
  .service-card>small{padding-right:0!important}
}
.primary-button b svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

.portfolio-card b svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}


/* ===== v1.14.37 — Clients mobile spacing + definitive slab removal ===== */
@media(max-width:700px){
  /* One uniform veil over the video: no left-side gradient and no plate attached to headings. */
  .video-stage__scrim{background:rgba(0,0,0,.22)!important}
  .scene-panel,.scene-panel__headline,.scene-panel__headline>*,.scene-kicker,.clients-subtitle{
    background-color:transparent!important;background-image:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important
  }
  .scene-panel::before,.scene-panel::after,.scene-panel__headline::before,.scene-panel__headline::after,.scene-kicker::before,.scene-kicker::after{
    content:none!important;display:none!important;background:none!important;box-shadow:none!important
  }
  .scene-panel h2,.scene-kicker{text-shadow:0 2px 15px rgba(0,0,0,.82),0 0 28px rgba(0,0,0,.28)!important}

  /* Clients: use the free lower space, tighter columns, slightly more vertical breathing room. */
  .scene-panel--clients:not(.is-client-open){top:calc(var(--mobile-top-safe) + 132px)!important}
  .scene-panel--clients:not(.is-client-open) .client-grid{column-gap:4px!important;row-gap:10px!important}
  .scene-panel--clients:not(.is-client-open) .client-card,.scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){max-height:104px!important;min-height:0!important;overflow:hidden!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo{height:calc(100% - 24px)!important;padding:3px 4px 1px!important;overflow:hidden!important;display:grid!important;place-items:center!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo img:not(.client-person-photo){width:auto!important;height:auto!important;max-width:88%!important;max-height:84%!important;object-fit:contain!important;object-position:center!important;transform:none!important}
  .scene-panel--clients:not(.is-client-open) .client-card .client-card__name{font-size:10.6px!important;text-align:center!important;justify-content:center!important}
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-person-photo{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important}

  /* Category swipe hint: compact floating pill; JS dismisses it after the first real horizontal swipe. */
  .scene-panel--clients:not(.is-client-open) .client-swipe-hint.mobile-category-hint{
    width:max-content!important;max-width:calc(100% - 18px)!important;margin:4px auto 7px!important;padding:7px 11px!important;border-radius:999px!important;
    background:rgba(8,8,8,.90)!important;border:1px solid rgba(255,101,76,.58)!important;box-shadow:0 9px 24px rgba(0,0,0,.30)!important
  }
}
@media(max-width:700px) and (max-height:700px){
  .scene-panel--clients:not(.is-client-open){top:calc(var(--mobile-top-safe) + 106px)!important}
  .scene-panel--clients:not(.is-client-open) .client-grid{row-gap:7px!important}
  .scene-panel--clients:not(.is-client-open) .client-card,.scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){max-height:78px!important}
  .scene-panel--clients:not(.is-client-open) .client-card__logo img:not(.client-person-photo){max-width:84%!important;max-height:78%!important}
}


/* ===== v1.14.39 — mobile Clients consistency + Highlander root fix ===== */
@media(max-width:700px){
  /* Highlander root cause: large clipped text shadows looked like a rectangular black plate.
     Keep the headings completely background-free and use only a tiny natural shadow. */
  .scene:not([data-scene="inicio"]) .scene-panel,
  .scene:not([data-scene="inicio"]) .scene-panel__headline,
  .scene:not([data-scene="inicio"]) .scene-panel__headline>*,
  .scene:not([data-scene="inicio"]) .scene-kicker{
    background:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    overflow:visible!important;
  }
  .scene:not([data-scene="inicio"]) .scene-panel::before,
  .scene:not([data-scene="inicio"]) .scene-panel::after,
  .scene:not([data-scene="inicio"]) .scene-panel__headline::before,
  .scene:not([data-scene="inicio"]) .scene-panel__headline::after,
  .scene:not([data-scene="inicio"]) .scene-kicker::before,
  .scene:not([data-scene="inicio"]) .scene-kicker::after{
    content:none!important;display:none!important;background:none!important;box-shadow:none!important;filter:none!important
  }
  .scene:not([data-scene="inicio"]) .scene-panel h2,
  .scene:not([data-scene="inicio"]) .scene-kicker{
    text-shadow:0 1px 3px rgba(0,0,0,.42)!important;
    filter:none!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  /* Clients uses the same vertical anchoring and card rhythm as Portfolio. */
  .scene-panel--clients:not(.is-client-open){
    top:auto!important;
    bottom:132px!important;
    max-height:calc(100vh - 220px)!important;
    padding-bottom:24px!important;
    overflow:hidden!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:7px!important;
    row-gap:7px!important;
    margin-top:8px!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-card,
  .scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){
    display:flex!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:16/10!important;
    overflow:hidden!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-card:not(.client-card--person){
    padding:6px 7px 5px!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-card__logo{
    height:calc(100% - 25px)!important;
    min-height:0!important;
    padding:2px 3px 0!important;
    overflow:hidden!important;
    display:grid!important;
    place-items:center!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-card__logo img:not(.client-person-photo){
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
    filter:none!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-logo-fallback{
    width:84%!important;height:84%!important;min-height:0!important
  }
  .scene-panel--clients:not(.is-client-open) .client-card .client-card__name{
    min-height:25px!important;
    padding:3px 2px 0!important;
    font-size:10.8px!important;
    line-height:1.02!important;
    text-align:center!important;
    justify-content:center!important;
  }

  /* Person cards: photo always fills immediately; name hugs the lower edge and stays off faces. */
  .scene-panel--clients:not(.is-client-open) .client-card--person{
    display:block!important;padding:0!important;aspect-ratio:16/10!important;max-height:none!important
  }
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-card__logo{
    position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important
  }
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-person-photo{
    display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;
    object-fit:cover!important;object-position:center center!important;transform:none!important
  }
  .scene-panel--clients:not(.is-client-open) .client-card--person:after{
    inset:67% 0 0!important;background:linear-gradient(180deg,transparent,rgba(0,0,0,.84))!important
  }
  .scene-panel--clients:not(.is-client-open) .client-card--person .client-card__name{
    left:5px!important;right:5px!important;bottom:2px!important;min-height:0!important;padding:0 2px 2px!important;
    font-size:11.6px!important;line-height:1!important;text-align:center!important
  }

  /* Mobile meeting artwork = desktop treatment: black plate, red border, white icon. */
  .meeting-cta__icon.cta-art,
  .scene-panel--contact .cta-art--small{
    background:transparent!important;border:0!important;border-radius:0!important;padding:0!important
  }
  .meeting-cta .cta-art__plate,
  .scene-panel--contact .cta-art__plate{fill:#080808!important;stroke:#ff654c!important;stroke-width:1.7!important}
  .meeting-cta .cta-art__accent,
  .scene-panel--contact .cta-art__accent{fill:none!important;stroke:#fff!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .meeting-cta .cta-art__spark,
  .scene-panel--contact .cta-art__spark{fill:#ff654c!important;stroke:none!important}
}
@media(max-width:700px) and (max-height:700px){
  .scene-panel--clients:not(.is-client-open){top:auto!important;bottom:118px!important;max-height:calc(100vh - 196px)!important}
  .scene-panel--clients:not(.is-client-open) .client-grid{column-gap:6px!important;row-gap:6px!important}
  .scene-panel--clients:not(.is-client-open) .client-card,
  .scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){aspect-ratio:16/10!important;max-height:none!important}
}

/* ===== v1.14.40 — mobile Clients final spacing + no logo clipping ===== */
@media(max-width:700px){
  /* Move the whole Clients overview lower, without changing desktop or the opened client profile. */
  .scene-panel--clients:not(.is-client-open){
    top:auto!important;
    bottom:102px!important;
    max-height:calc(100vh - 196px)!important;
    overflow:visible!important;
  }
  .scene-panel--clients:not(.is-client-open) #clientsOverview{
    overflow:visible!important;
  }

  /* Keep the same two-column rhythm, but make every card internally self-fitting. */
  .scene-panel--clients:not(.is-client-open) .client-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:7px!important;
    row-gap:7px!important;
    margin-top:8px!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-card,
  .scene-panel--clients:not(.is-client-open) .client-card:nth-child(n){
    display:flex!important;
    flex-direction:column!important;
    justify-content:stretch!important;
    align-items:stretch!important;
    aspect-ratio:16/10!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
  }

  /* Logos: never crop, never zoom. The visual area flexes around the fixed name row. */
  .scene-panel--clients:not(.is-client-open) .client-card:not(.client-card--person){
    padding:6px 7px 5px!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-card:not(.client-card--person) .client-card__logo{
    flex:1 1 auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:3px 3px 2px!important;
    overflow:hidden!important;
    display:grid!important;
    place-items:center!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-card:not(.client-card--person) .client-card__logo img{
    position:static!important;
    display:block!important;
    width:92%!important;
    height:92%!important;
    max-width:92%!important;
    max-height:92%!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
    filter:none!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-card:not(.client-card--person) .client-card__name{
    position:static!important;
    flex:0 0 24px!important;
    min-height:24px!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    padding:2px 2px 0!important;
    margin:0!important;
    font-size:10.8px!important;
    line-height:1!important;
    text-align:center!important;
    overflow:hidden!important;
  }

  /* Person cards keep their existing crop; only the logo-card rules above are changed. */
  .scene-panel--clients:not(.is-client-open) .client-card--person{
    display:block!important;
    padding:0!important;
  }
}

@media(max-width:700px) and (max-height:700px){
  .scene-panel--clients:not(.is-client-open){
    bottom:92px!important;
    max-height:calc(100vh - 174px)!important;
  }
  .scene-panel--clients:not(.is-client-open) .client-grid{row-gap:6px!important}
  .scene-panel--clients:not(.is-client-open) .client-card:not(.client-card--person) .client-card__logo img{
    width:88%!important;
    height:88%!important;
    max-width:88%!important;
    max-height:88%!important;
  }
}
