@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/variable/woff2/SUIT-Variable.css");
:root{
  --bg:#060708; --bg2:#090b0d; --paper:#f4f1ec; --ink:#302822; --text:#fff; --muted:rgba(255,255,255,.54); --muted2:rgba(255,255,255,.24);
  --spark:#ee402f; --blue:#4c89ff; --cyan:#3fd8ff; --green:#50df88; --yellow:#f3d555; --pink:#ff66c1; --purple:#9a73ff; --orange:#f5a24d; --red:#ff6a65;
  --radius:22px; --line:rgba(255,255,255,.08); --paper-line:rgba(48,40,34,.12); --ease:cubic-bezier(.22,.61,.36,1); --ease2:cubic-bezier(.16,1,.3,1);
  --flame-alpha:.24; --flame-rise:0px; --flame-scale:1;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%}
html{scroll-behavior:smooth;background:var(--bg)}
body{font-family:"mozaic-geo-variable","Mozaic GEO Variable","SUIT Variable","SUIT",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);overflow:hidden}
a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit;color:inherit;background:none;border:0;padding:0}button{cursor:pointer}img{display:block;max-width:100%}
.skip-link:not(:focus),.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip-link:focus{position:fixed;left:12px;top:12px;z-index:9999;background:#fff;color:#111;padding:10px 12px;border-radius:10px}
.site-noise,.intro__grid,.stage-grid,.page-grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(to right,transparent 0,transparent calc(100%/12 - 1px),rgba(255,255,255,.022) calc(100%/12 - 1px),rgba(255,255,255,.022) calc(100%/12)),linear-gradient(to bottom,rgba(255,255,255,.022) 1px,transparent 1px);background-size:calc(100%/12) 100%,100% 86px}
.site-noise{position:fixed;z-index:0;opacity:.7;background-image:linear-gradient(to right,transparent 0,transparent calc(100%/12 - 1px),rgba(255,255,255,.018) calc(100%/12 - 1px),rgba(255,255,255,.018) calc(100%/12)),linear-gradient(to bottom,rgba(255,255,255,.015) 1px,transparent 1px),radial-gradient(circle at 50% 0%,rgba(19,62,84,.18),transparent 40%)}
.page-grid--light{opacity:.06}
body.has-layer .site-header,body.has-layer .app-shell{filter:blur(3px);opacity:.18;pointer-events:none}
body.is-intro-open .site-header,body.is-intro-open .app-shell,body.is-intro-open .contact-fab{pointer-events:none}

/* Intro */
.intro{position:fixed;inset:0;z-index:500;background:radial-gradient(ellipse at 50% -10%,rgba(10,32,48,.16),transparent 55%),linear-gradient(to top,rgba(0,0,0,.16),transparent 42%),#07090b;overflow:hidden}
.intro__glow{position:absolute;left:50%;transform:translateX(-50%);pointer-events:none}.intro__glow--base{width:min(96vw,1280px);height:min(66vh,660px);bottom:-24vh;background:radial-gradient(ellipse at center,rgba(238,64,47,.18) 0,rgba(148,27,18,.12) 38%,transparent 74%);filter:blur(44px)}.intro__glow--flame{width:min(70vw,800px);height:min(50vh,500px);bottom:-18vh;background:radial-gradient(ellipse at center,rgba(255,151,82,.34) 0,rgba(238,64,47,.22) 24%,transparent 74%);filter:blur(56px);animation:flame 5s ease-in-out infinite}
@keyframes flame{50%{transform:translateX(-50%) translateY(-14px) scale(1.04)}}
.intro__shell{position:relative;z-index:2;height:100%;display:grid;place-items:center;padding:24px;text-align:center}
.intro__brand{width:min(420px,70vw);margin-bottom:30px}.intro__copy span{display:block;font-size:12px;letter-spacing:.34em;text-transform:uppercase;color:#fff;margin-bottom:10px}.intro__copy p{margin:0 0 24px;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.42)}
.intro__enter{display:grid;grid-template-columns:10px auto auto;gap:12px;align-items:center;min-height:62px;padding:0 22px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(16,18,24,.68),rgba(10,12,16,.88));box-shadow:0 24px 60px rgba(0,0,0,.28)}
.intro__enter span{width:8px;height:8px;border-radius:50%;background:var(--spark);box-shadow:0 0 0 8px rgba(238,64,47,.08),0 0 24px rgba(238,64,47,.4)}
.intro__enter strong{font-size:15px;letter-spacing:.18em;text-transform:uppercase}.intro__enter small{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.42)}
.intro.is-leaving{animation:introLeave .9s var(--ease2) forwards}@keyframes introLeave{to{opacity:0;transform:scale(1.02)}}

/* Header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:90;display:grid;grid-template-columns:auto 1fr auto;align-items:start;padding:18px 16px 0}
.brand-home{justify-self:start;width:min(260px,26vw)}.brand-home img{width:100%;height:auto;object-fit:contain;object-position:left top}
.view-switch{justify-self:center;margin-top:10px;display:inline-flex;align-items:center;gap:12px;padding:0 10px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.4)}.view-switch button{color:inherit}.view-switch button.is-active{color:#fff}
.menu-trigger{justify-self:end;width:50px;height:50px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(10,12,16,.65);backdrop-filter:blur(18px);display:grid;place-items:center;gap:4px;padding:12px}
.menu-trigger span{display:block;width:18px;height:2px;background:#fff;border-radius:999px}
.contact-fab{position:fixed;right:18px;bottom:18px;z-index:80;display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:0 14px 0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(10,12,16,.72);backdrop-filter:blur(18px);box-shadow:0 18px 40px rgba(0,0,0,.28)}.contact-fab span{font-size:12px;letter-spacing:.18em;text-transform:uppercase}.contact-fab i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--spark);font-style:normal;font-size:13px}

/* Stage */
.app-shell{position:relative;z-index:10}.portfolio-stage{position:relative;height:100vh;overflow:hidden;background:radial-gradient(ellipse 58% 42% at 50% 0%,rgba(14,53,73,.12),transparent 66%),#07090b}
.stage-grid{opacity:.28}.stage-flame{position:absolute;left:50%;bottom:calc(-20vh + var(--flame-rise));width:min(1200px,96vw);height:min(68vh,700px);transform:translateX(-50%) scale(var(--flame-scale));background:radial-gradient(ellipse at center,rgba(255,144,92,calc(var(--flame-alpha)*1.1)) 0,rgba(238,64,47,calc(var(--flame-alpha)*1.2)) 18%,rgba(120,18,14,calc(var(--flame-alpha)*.7)) 42%,transparent 74%),radial-gradient(ellipse at center,rgba(255,205,150,calc(var(--flame-alpha)*.25)) 0,transparent 56%);filter:blur(62px);pointer-events:none;transition:transform .18s linear,bottom .18s linear}
.spiral-view,.list-view{position:absolute;inset:0;transition:opacity .4s var(--ease),visibility .4s var(--ease)}.spiral-view{perspective:1800px;perspective-origin:50% 52%;overflow:hidden}.spiral-scene{position:absolute;left:50%;top:50%;width:0;height:0;transform-style:preserve-3d}
.project-card{position:absolute;left:0;top:0;width:clamp(230px,28vw,440px);aspect-ratio:1.42;transform-style:preserve-3d;will-change:transform,opacity,filter}.project-card[data-ratio="portrait"]{width:clamp(180px,19vw,300px);aspect-ratio:.72}
.project-card__button{position:relative;width:100%;height:100%;display:block;overflow:hidden;border-radius:18px;background:#0a0f14;box-shadow:0 35px 90px rgba(0,0,0,.48);transform-style:preserve-3d;transition:filter .3s var(--ease),box-shadow .3s var(--ease),transform .3s var(--ease)}
.project-card__button::before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.12);pointer-events:none;z-index:3}.project-card__button img{width:100%;height:100%;object-fit:cover;filter:saturate(1.18) contrast(1.05) brightness(.98);transition:transform .65s var(--ease2),filter .35s var(--ease)}
.project-card__meta{position:absolute;left:16px;right:16px;top:14px;z-index:3;display:flex;justify-content:space-between;gap:12px;font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.project-card__overlay{position:absolute;inset:0;z-index:4;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(0,0,0,.76),rgba(0,0,0,.24) 45%,rgba(0,0,0,0));opacity:0;transition:opacity .3s var(--ease)}
.project-card__overlay h3{margin:0 0 8px;font-size:22px;line-height:1.02;letter-spacing:-.04em}.project-card__overlay p{margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.6;max-width:28ch}
.project-card.is-hovered{z-index:9999!important}.project-card.is-hovered .project-card__button{box-shadow:0 46px 120px rgba(0,0,0,.62)}.project-card.is-hovered .project-card__button img{transform:scale(1.12);filter:brightness(.42) saturate(1.1)}.project-card.is-hovered .project-card__overlay{opacity:1}
.project-card.is-muted .project-card__button img{filter:brightness(.54) saturate(.72)}
.project-card:not(.is-hovered):not(.is-muted) .project-card__button:hover img{filter:brightness(.74) saturate(1.12);transform:scale(1.08)}
.active-project-meta{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);width:min(520px,72vw);text-align:center;pointer-events:none;z-index:12}.active-project-meta p{margin:0;font-size:8px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.38)}.active-project-meta h1{margin:10px 0 6px;font-size:clamp(28px,2.55vw,44px);line-height:1;font-weight:400;letter-spacing:-.055em}
.stage-instruction{position:absolute;right:18px;bottom:18px;z-index:10;display:flex;align-items:flex-end;gap:12px;color:rgba(255,255,255,.32)}.stage-instruction span{width:30px;height:1px;background:rgba(255,255,255,.32)}.stage-instruction p{margin:0;font-size:8px;line-height:1.55;letter-spacing:.18em;text-transform:uppercase;text-align:right}.stage-caption{position:absolute;left:10px;bottom:118px;z-index:10;margin:0;writing-mode:vertical-rl;transform:rotate(180deg);font-size:8px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.28)}
.list-view{visibility:hidden;opacity:0;overflow:auto;padding:16vh max(4vw,30px) 10vh}.project-list{width:min(1360px,100%);margin:0 auto;border-top:1px solid rgba(255,255,255,.1)}.project-list__item{width:100%;display:grid;grid-template-columns:60px 1fr auto;gap:18px;align-items:baseline;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.1);text-align:left;color:rgba(255,255,255,.76)}.project-list__item span{font-size:9px;color:var(--spark)}.project-list__item strong{font-size:clamp(42px,6vw,96px);line-height:.92;font-weight:400;letter-spacing:-.07em}.project-list__item em{font-size:9px;font-style:normal;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.32)}
body[data-view="list"] .list-view{visibility:visible;opacity:1}body[data-view="list"] .spiral-view{visibility:hidden;opacity:0}
.plan-portal{position:absolute;left:14px;bottom:12px;z-index:20;width:120px;height:120px;display:grid;place-items:center}.plan-portal__ring{position:absolute;inset:0;width:100%;height:100%;animation:ring 18s linear infinite}.plan-portal__ring text{fill:rgba(255,255,255,.42);font-size:9px;letter-spacing:2px}.plan-portal__core{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.96);box-shadow:0 18px 40px rgba(0,0,0,.32)}.plan-portal__core img{width:28px;height:28px}@keyframes ring{to{transform:rotate(360deg)}}

/* Layers */
.page-layer{position:fixed;inset:0;z-index:800;overflow:auto;visibility:hidden;opacity:0;transform:translateY(18px);background:#07090b;transition:opacity .42s var(--ease),transform .55s var(--ease2),visibility .42s}.page-layer.is-open{visibility:visible;opacity:1;transform:none}.page-layer--light{background:var(--paper);color:var(--ink)}
.layer-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:flex-start;padding:18px 18px 0;background:linear-gradient(to bottom,rgba(7,9,11,.96),rgba(7,9,11,0));backdrop-filter:blur(12px)}.layer-header img{width:min(250px,34vw);height:auto}.layer-close{min-height:44px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(10,12,16,.6);font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.menu-nav{width:min(1380px,calc(100% - 40px));margin:8vh auto 10vh;display:grid}.menu-nav button{display:grid;grid-template-columns:70px 1fr auto;gap:24px;align-items:baseline;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1);text-align:left;color:rgba(255,255,255,.72)}.menu-nav span{font-size:9px;color:var(--spark)}.menu-nav strong{font-size:clamp(42px,6vw,108px);line-height:.9;font-weight:400;letter-spacing:-.07em}.menu-nav em{font-size:9px;font-style:normal;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.32)}
.detail-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 20px;background:rgba(244,241,236,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--paper-line)}.detail-back{justify-self:start;display:inline-flex;align-items:center;gap:10px;color:var(--ink)}.detail-logo-back{justify-self:center;display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:12px;cursor:pointer;transition:opacity .22s var(--ease),transform .22s var(--ease),background-color .22s var(--ease)}.detail-logo-back:hover{opacity:.68;transform:scale(.975);background:rgba(48,40,34,.035)}.detail-logo-back:active{transform:scale(.95)}.detail-logo-back:focus-visible{outline:2px solid var(--spark);outline-offset:4px}.detail-logo-back img{width:140px;pointer-events:none}.detail-header p{justify-self:end;margin:0;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:rgba(48,40,34,.55)}
.detail-content{width:min(1380px,calc(100% - 40px));margin:0 auto;padding-bottom:9vh}.detail-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:6vw;align-items:end;padding:10vh 0 8vh}.detail-kicker{margin:0 0 16px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--spark)}.detail-hero h1{margin:0;font-size:clamp(62px,9vw,154px);line-height:.82;letter-spacing:-.08em;font-weight:500}.detail-summary>p{margin:0 0 32px;font-size:16px;line-height:1.8}.detail-summary dl{margin:0;border-top:1px solid var(--paper-line)}.detail-summary dl div{display:grid;grid-template-columns:84px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--paper-line);font-size:12px}.detail-summary dt{color:rgba(48,40,34,.5)}.detail-summary dd{margin:0}.detail-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.detail-gallery figure{margin:0;border-radius:8px;overflow:hidden;background:#ddd}.detail-gallery figure:nth-child(1){grid-column:1/-1}.detail-gallery figure:nth-child(2){grid-column:1/span 7}.detail-gallery figure:nth-child(3){grid-column:8/-1;margin-top:12vh}.detail-gallery img{width:100%;height:100%;object-fit:cover}.next-project{width:100%;margin-top:10vh;padding:22px 0;border-top:1px solid var(--paper-line);border-bottom:1px solid var(--paper-line);display:grid;grid-template-columns:160px 1fr auto;align-items:baseline;color:var(--ink)}.next-project span{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:rgba(48,40,34,.45)}.next-project strong{font-size:clamp(48px,7vw,112px);line-height:.9;font-weight:500;letter-spacing:-.065em;text-align:left}.next-project i{font-style:normal;font-size:42px}
.studio-body{width:min(1280px,calc(100% - 40px));margin:0 auto;padding:12vh 0}.studio-statement{margin:0;font-size:clamp(48px,7vw,104px);line-height:.92;letter-spacing:-.07em;max-width:10ch}.studio-statement-ko{margin:24px 0 60px;max-width:760px;font-size:18px;line-height:1.9;color:rgba(255,255,255,.68)}.studio-roles{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.studio-role{padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.02)}.studio-role h3{margin:0 0 10px;font-size:24px}.studio-role p{margin:0;font-size:14px;line-height:1.8;color:rgba(255,255,255,.6)}
.contact-content{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:14vh 0 10vh}.contact-content>p{margin:0;font-size:clamp(64px,8vw,138px);line-height:.88;letter-spacing:-.08em;max-width:11ch}.contact-content>a{display:inline-flex;align-items:center;gap:10px;margin-top:34px;font-size:clamp(28px,4vw,54px);letter-spacing:-.04em}.contact-content>div{display:flex;flex-wrap:wrap;gap:10px;margin-top:46px}.contact-content>div span{min-height:40px;padding:0 16px;border:1px solid rgba(255,255,255,.12);border-radius:999px;display:inline-flex;align-items:center;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.6)}

/* PLAN C */
.plan-wrap{width:min(1380px,calc(100% - 32px));margin:0 auto;padding-bottom:100px}.plan-section{padding:80px 0}.plan-page__header{background:linear-gradient(to bottom,rgba(7,9,11,.96),rgba(7,9,11,0))}.plan-brand{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.52);font-size:11px;letter-spacing:.18em;text-transform:uppercase}.plan-brand img{width:128px;height:auto}
.plan-hero{min-height:76vh;display:grid;align-items:end}.plan-hero__eyebrow{color:var(--blue);font-size:12px;letter-spacing:.22em;text-transform:uppercase;margin-bottom:16px}.plan-hero h1{margin:0 0 18px;font-size:clamp(52px,7vw,112px);line-height:.92;letter-spacing:-.075em;font-weight:700;max-width:10ch}.plan-hero p{margin:0;max-width:760px;font-size:18px;line-height:1.9;color:rgba(255,255,255,.72)}
.plan-problem{display:grid;gap:38px}.plan-problem__intro span,.plan-builder__copy span,.plan-pricing__header span{display:block;margin-bottom:12px;color:var(--blue);font-size:12px;letter-spacing:.22em;text-transform:uppercase}.plan-problem__intro h2,.plan-builder__copy h2,.plan-pricing__header h2{margin:0 0 18px;font-size:clamp(40px,5.4vw,76px);line-height:1;letter-spacing:-.06em;font-weight:700;max-width:11ch}.plan-problem__intro p,.plan-builder__copy p{margin:0;max-width:860px;font-size:16px;line-height:1.9;color:rgba(255,255,255,.66)}
.plan-problem__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan-problem__cards article{min-height:240px;padding:24px;border-radius:26px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012))}.plan-problem__cards article.is-highlight{border-color:rgba(238,64,47,.35);background:linear-gradient(180deg,rgba(238,64,47,.08),rgba(255,255,255,.012))}.plan-problem__cards strong{display:block;margin-bottom:18px;color:var(--spark);font-size:12px;letter-spacing:.22em;text-transform:uppercase}.plan-problem__cards h3{margin:0 0 14px;font-size:24px;line-height:1.25}.plan-problem__cards p{margin:0;line-height:1.8;color:rgba(255,255,255,.62)}
.plan-builder__layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);gap:36px;align-items:start}.plan-tier-toggle,.plan-pricing-toggle{display:inline-flex;align-items:center;padding:6px;gap:6px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.plan-tier-toggle button,.plan-pricing-toggle button{min-width:160px;min-height:50px;padding:0 22px;border-radius:999px;font-size:15px;font-weight:600;color:rgba(255,255,255,.66)}.plan-tier-toggle button.is-active,.plan-pricing-toggle button.is-active{background:#f6f4f1;color:#111;box-shadow:0 10px 26px rgba(0,0,0,.2)}
.plan-builder__copy{margin-top:28px}.plan-perks{display:grid;gap:12px;margin:28px 0}.plan-perks__item{min-height:52px;display:flex;align-items:center;gap:12px;padding:0 18px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);font-size:15px;color:#d5e5ff}.plan-perks__item:nth-child(2){color:#7ef3b2}.plan-perks__item::before{content:"✓"}
.plan-slots-panel{padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012))}.plan-slots-panel__head{display:flex;justify-content:space-between;align-items:start;gap:20px}.plan-slots-panel__head strong{display:block;font-size:18px;margin-bottom:8px}.plan-slots-panel__head p{margin:0;color:rgba(255,255,255,.5);font-size:13px}.plan-slots-panel__head button{color:rgba(255,255,255,.65);text-decoration:underline}.plan-slots{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:24px}.plan-slot{min-height:88px;border-radius:16px;border:1px dashed rgba(255,255,255,.14);display:grid;place-items:center;color:rgba(255,255,255,.22);font-size:26px;background:rgba(255,255,255,.01);text-align:center;padding:8px}.plan-slot.is-filled{border-style:solid;color:#fff}.plan-slot__label{font-size:12px;font-weight:700;line-height:1.35}
.plan-slot[data-accent="pink"].is-filled{background:rgba(255,102,193,.14);border-color:rgba(255,102,193,.28)}.plan-slot[data-accent="blue"].is-filled{background:rgba(76,137,255,.14);border-color:rgba(76,137,255,.28)}.plan-slot[data-accent="cyan"].is-filled{background:rgba(63,216,255,.14);border-color:rgba(63,216,255,.28)}.plan-slot[data-accent="yellow"].is-filled{background:rgba(243,213,85,.14);border-color:rgba(243,213,85,.28)}.plan-slot[data-accent="green"].is-filled{background:rgba(80,223,136,.14);border-color:rgba(80,223,136,.28)}.plan-slot[data-accent="red"].is-filled{background:rgba(255,106,101,.14);border-color:rgba(255,106,101,.28)}.plan-slot[data-accent="orange"].is-filled{background:rgba(245,162,77,.14);border-color:rgba(245,162,77,.28)}.plan-slot[data-accent="purple"].is-filled{background:rgba(154,115,255,.14);border-color:rgba(154,115,255,.28)}
.plan-selected-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.plan-selected-chip{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.06);font-size:13px}.plan-selected-chip button{font-size:12px;opacity:.75}
.plan-modules-panel{padding:28px;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012))}.plan-modules-panel__head h3{margin:0 0 22px;font-size:18px;font-weight:600}.plan-modules-panel__foot{margin-top:18px;text-align:center;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.36)}.plan-modules{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.plan-module{min-height:146px;padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);text-align:left;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));display:grid;align-content:start;gap:12px;transition:transform .22s var(--ease),border-color .22s var(--ease),box-shadow .22s var(--ease)}.plan-module:hover{transform:translateY(-2px)}.plan-module.is-disabled{opacity:.38}.plan-module.is-selected{border-color:rgba(255,255,255,.22);box-shadow:0 12px 40px rgba(0,0,0,.22)}.plan-module__badge{align-self:start;justify-self:start;min-height:26px;padding:0 10px;border-radius:10px;background:rgba(255,255,255,.1);display:inline-flex;align-items:center;font-size:12px;font-weight:700}.plan-module h4{margin:0;font-size:21px;line-height:1.14;letter-spacing:-.04em}.plan-module p{margin:0;color:rgba(255,255,255,.42);font-size:13px}.plan-module[data-accent="pink"] h4{color:var(--pink)}.plan-module[data-accent="blue"] h4{color:var(--blue)}.plan-module[data-accent="cyan"] h4{color:var(--cyan)}.plan-module[data-accent="yellow"] h4{color:var(--yellow)}.plan-module[data-accent="green"] h4{color:var(--green)}.plan-module[data-accent="red"] h4{color:var(--red)}.plan-module[data-accent="orange"] h4{color:var(--orange)}.plan-module[data-accent="purple"] h4{color:var(--purple)}
.plan-pricing__header{display:grid;justify-items:center;text-align:center}.plan-pricing__header h2{max-width:10ch}.plan-pricing-toggle{margin-top:8px}.plan-pricing-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;margin-top:46px}.pricing-card{position:relative;min-height:460px;padding:36px 34px;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));display:grid;align-content:start}.pricing-card.is-featured{border-color:rgba(76,137,255,.36);box-shadow:0 0 0 1px rgba(76,137,255,.08) inset;background:radial-gradient(circle at 50% 0%,rgba(16,36,92,.26),transparent 58%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01))}.pricing-card__badge{position:absolute;top:-14px;right:24px;min-height:30px;padding:0 18px;border-radius:999px;background:var(--blue);display:inline-flex;align-items:center;font-size:12px;font-weight:700}.pricing-card h3{margin:0 0 10px;font-size:clamp(34px,4.4vw,60px);line-height:.95;letter-spacing:-.055em}.pricing-card p{margin:0 0 36px;color:rgba(255,255,255,.48);font-size:16px}.pricing-card__price{display:flex;align-items:flex-end;gap:8px;margin-bottom:32px}.pricing-card__price strong{font-size:clamp(42px,5vw,70px);line-height:.92;letter-spacing:-.06em}.pricing-card.is-featured .pricing-card__price strong{color:var(--blue)}.pricing-card__price span{font-size:24px;color:rgba(255,255,255,.58);margin-bottom:6px}.pricing-card ul{list-style:none;margin:0 0 34px;padding:0;display:grid;gap:16px}.pricing-card li{position:relative;padding-left:24px;font-size:17px;color:rgba(255,255,255,.84)}.pricing-card li::before{content:"✓";position:absolute;left:0;top:0;color:var(--cyan)}.pricing-card__cta{margin-top:auto;min-height:66px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.12);font-size:20px;font-weight:700}.pricing-card.is-featured .pricing-card__cta{background:var(--blue)}

@media (max-width:1100px){.plan-builder__layout,.detail-hero,.plan-problem__cards,.studio-roles,.plan-pricing-cards{grid-template-columns:1fr}.plan-slots{grid-template-columns:repeat(3,1fr)}.plan-modules{grid-template-columns:repeat(2,1fr)}}
@media (max-width:820px){.site-header{grid-template-columns:auto auto auto;align-items:center}.brand-home{width:min(210px,50vw)}.view-switch{margin-top:0;justify-self:center}.menu-trigger{width:46px;height:46px}.stage-caption{display:none}.plan-portal{width:94px;height:94px;left:8px;bottom:8px}.plan-portal__core{width:34px;height:34px}.stage-instruction{right:12px;bottom:78px}.contact-fab{right:12px;bottom:12px;padding:0;width:52px;height:52px;justify-content:center}.contact-fab span{display:none}.contact-fab i{width:100%;height:100%;font-size:16px;background:rgba(10,12,16,.72);border:1px solid rgba(255,255,255,.12)}.contact-fab{border:none;background:none;backdrop-filter:none;box-shadow:none}}
@media (max-width:760px){body{overflow:hidden}.intro__brand{width:min(320px,78vw)}.intro__enter{grid-template-columns:8px auto;row-gap:4px;padding:14px 18px}.intro__enter small{grid-column:2;text-align:left}.site-header{padding:12px 12px 0}.brand-home{width:min(180px,46vw)}.view-switch{font-size:10px;gap:8px;padding:0 6px}.active-project-meta{width:min(86vw,500px);bottom:20px}.active-project-meta h1{font-size:30px}.project-card{width:clamp(210px,62vw,300px)}.project-card[data-ratio="portrait"]{width:clamp(164px,44vw,220px)}.list-view{padding:14vh 18px 12vh}.project-list__item{grid-template-columns:42px 1fr}.project-list__item em{grid-column:2}.layer-header img{width:min(190px,50vw)}
.detail-content,.studio-body,.contact-content,.plan-wrap{width:min(100% - 24px,1380px)}.detail-hero{padding:9vh 0 6vh}.detail-hero h1,.studio-statement,.contact-content>p{font-size:clamp(42px,11vw,86px)}.detail-gallery{grid-template-columns:1fr}.detail-gallery figure:nth-child(1),.detail-gallery figure:nth-child(2),.detail-gallery figure:nth-child(3){grid-column:auto;margin-top:0}.next-project{grid-template-columns:1fr auto}.next-project span{grid-column:1/-1;margin-bottom:8px}
.plan-section{padding:52px 0}.plan-hero{min-height:auto;padding-top:24px}.plan-hero h1{font-size:clamp(34px,9vw,56px);max-width:none}.plan-hero p,.plan-problem__intro p,.plan-builder__copy p{font-size:15px;line-height:1.8}.plan-problem__intro h2,.plan-builder__copy h2,.plan-pricing__header h2{font-size:clamp(28px,8vw,42px);line-height:1.08;max-width:none}.plan-problem__cards article{min-height:auto;padding:20px}.plan-tier-toggle,.plan-pricing-toggle{width:100%;display:grid;grid-template-columns:1fr 1fr}.plan-tier-toggle button,.plan-pricing-toggle button{min-width:0;width:100%;font-size:14px;padding:0 14px;min-height:46px}.plan-builder__layout{gap:20px}.plan-builder__right{order:1}.plan-builder__left{order:2}.plan-builder__copy{margin-top:20px}.plan-modules-panel{padding:20px;border-radius:24px}.plan-modules{grid-template-columns:1fr}.plan-module{min-height:120px;padding:16px}.plan-module h4{font-size:19px}.plan-slots-panel{padding:18px;border-radius:20px}.plan-slots-panel__head{align-items:center}.plan-slots-panel__head strong{font-size:16px}.plan-slots-panel__head p{font-size:12px}.plan-slots{grid-template-columns:repeat(3,1fr);gap:10px}.plan-slot{min-height:74px;font-size:22px}.plan-slot__label{font-size:11px}.plan-perks{margin:20px 0}.plan-perks__item{min-height:46px;padding:0 14px;font-size:14px}.plan-pricing-cards{grid-template-columns:1fr;gap:18px;margin-top:28px}.pricing-card{min-height:auto;padding:26px 22px;border-radius:24px}.pricing-card h3{font-size:34px}.pricing-card p{font-size:14px;margin-bottom:22px}.pricing-card__price strong{font-size:42px}.pricing-card__price span{font-size:18px}.pricing-card li{font-size:15px}.pricing-card__cta{min-height:58px;font-size:18px}.plan-brand span{display:none}.plan-brand img{width:110px}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}


/* =========================================================
   V10 — exact brand assets / glass system / Plan C modal
   ========================================================= */
:root{
  --font-en:"mozaic-geo-variable","Mozaic GEO Variable","SUIT Variable","SUIT",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-ko:"SUIT Variable","SUIT",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --glass-bg:rgba(13,16,20,.56);
  --glass-bg-strong:rgba(10,13,17,.82);
  --glass-line:rgba(255,255,255,.12);
  --glass-highlight:rgba(255,255,255,.07);
  --glass-shadow:0 34px 100px rgba(0,0,0,.48);
}
body{font-family:var(--font-en);font-variation-settings:"wght" 430}
.intro__copy,.intro__enter,.view-switch,.menu-trigger,.contact-fab,.project-card__meta,.project-card__overlay h3,.active-project-meta,.stage-instruction,.stage-caption,.menu-nav,.detail-kicker,.detail-hero h1,.studio-statement,.plan-hero__eyebrow,.plan-section__index,.plan-tier-toggle,.plan-pricing-toggle,.plan-modules-panel__head,.plan-module__badge,.pricing-card__badge{font-family:var(--font-en)}
.brand-home{width:clamp(220px,20vw,330px);filter:drop-shadow(0 10px 30px rgba(0,0,0,.34))}
.brand-home img,.intro__brand,.layer-header>img,.detail-header img,.plan-brand img{object-fit:contain}
.intro__brand{width:min(520px,72vw)}
.site-header{padding:18px 20px 0}
.view-switch{padding:8px 14px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(8,11,14,.28);backdrop-filter:blur(18px) saturate(140%);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.menu-trigger,.contact-fab,.intro__enter{background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));border-color:var(--glass-line);backdrop-filter:blur(22px) saturate(150%);box-shadow:0 20px 55px rgba(0,0,0,.26),inset 0 1px 0 var(--glass-highlight)}
.menu-trigger:hover,.contact-fab:hover,.intro__enter:hover{border-color:rgba(255,255,255,.24);background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.04))}
.project-card__button{background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));backdrop-filter:blur(16px) saturate(125%);border:1px solid rgba(255,255,255,.075);box-shadow:0 40px 100px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.055)}
.project-card__button::before{border-color:rgba(255,255,255,.1)}
.project-card__overlay{backdrop-filter:blur(2px)}

/* Plan C portal */
.plan-portal{left:16px;bottom:14px;width:250px;height:108px;display:flex;align-items:center;justify-content:flex-start;gap:0;overflow:visible}
.plan-portal__orbit{position:relative;z-index:2;width:108px;height:108px;flex:0 0 108px;display:grid;place-items:center}
.plan-portal__ring{inset:0;animation-duration:24s;transition:filter .35s var(--ease),transform .35s var(--ease)}
.plan-portal__ring text{font-family:var(--font-en);fill:rgba(255,255,255,.48);font-size:8px;letter-spacing:2.2px}
.plan-portal__core{width:64px;height:64px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.035));backdrop-filter:blur(22px) saturate(160%);box-shadow:0 20px 50px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.12);transition:transform .45s var(--ease2),box-shadow .45s var(--ease2)}
.plan-portal__core img{width:50px;height:auto}
.plan-portal__label{position:relative;z-index:1;margin-left:-18px;width:0;min-height:64px;padding:0;overflow:hidden;border-radius:0 22px 22px 0;border:1px solid transparent;background:rgba(10,13,17,.55);backdrop-filter:blur(22px) saturate(155%);display:grid;align-content:center;gap:5px;opacity:0;transform:translateX(-12px);transition:width .5s var(--ease2),padding .5s var(--ease2),opacity .35s var(--ease2),transform .5s var(--ease2),border-color .4s var(--ease2)}
.plan-portal__label img{width:102px;height:auto}.plan-portal__label small{font-family:var(--font-en);font-size:8px;letter-spacing:.16em;color:rgba(255,255,255,.48);white-space:nowrap}
.plan-portal:hover .plan-portal__ring{animation-duration:7s;filter:drop-shadow(0 0 12px rgba(238,64,47,.2))}
.plan-portal:hover .plan-portal__core{transform:scale(1.06) rotate(2deg);box-shadow:0 24px 70px rgba(0,0,0,.42),0 0 34px rgba(238,64,47,.12),inset 0 1px 0 rgba(255,255,255,.16)}
.plan-portal:hover .plan-portal__label,.plan-portal:focus-visible .plan-portal__label{width:150px;padding:0 20px 0 26px;opacity:1;transform:none;border-color:rgba(255,255,255,.1)}

/* Plan C modal — not full screen */
.plan-modal{padding:clamp(10px,2vw,28px);display:grid;place-items:center;overflow:hidden;background:transparent;transform:none}
.plan-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;background:rgba(0,0,0,.58);backdrop-filter:blur(16px) saturate(105%);cursor:default}
.plan-dialog{position:relative;z-index:2;width:min(1480px,calc(100vw - 48px));height:min(92vh,980px);overflow:auto;overscroll-behavior:contain;border-radius:36px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(14,18,23,.9),rgba(7,10,13,.82));backdrop-filter:blur(42px) saturate(145%);box-shadow:0 50px 160px rgba(0,0,0,.66),inset 0 1px 0 rgba(255,255,255,.08)}
.plan-dialog::before{content:"";position:fixed;inset:clamp(10px,2vw,28px);pointer-events:none;border-radius:36px;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.055),transparent 34%),radial-gradient(circle at 85% 18%,rgba(52,91,130,.07),transparent 28%);z-index:-1}
.plan-dialog__header{position:sticky;top:0;z-index:20;min-height:76px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to bottom,rgba(10,13,17,.93),rgba(10,13,17,.66));backdrop-filter:blur(26px) saturate(145%);border-bottom:1px solid rgba(255,255,255,.07)}
.plan-brand{gap:16px}.plan-brand img{width:124px}.plan-brand span{font-family:var(--font-en);font-size:9px;letter-spacing:.18em}
.layer-close--glass{min-height:42px;padding:0 17px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.035);backdrop-filter:blur(18px);font-family:var(--font-en);font-size:10px;letter-spacing:.18em;text-transform:uppercase}
.plan-wrap{width:min(1180px,calc(100% - 64px));padding:0 0 72px}
.plan-section{padding:70px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.plan-section:last-child{border-bottom:0}
.plan-section__index{margin-bottom:24px;color:rgba(255,255,255,.36);font-size:10px;letter-spacing:.2em}
.plan-hero{min-height:520px;display:flex;flex-direction:column;justify-content:center;padding-top:44px}
.plan-hero__eyebrow{margin-bottom:24px;font-size:10px}
.plan-hero__grid{display:grid;grid-template-columns:7fr 4fr;gap:8.333%;align-items:end}
.plan-hero h1{max-width:8ch;margin:0;font-size:clamp(54px,6vw,84px);line-height:.98;letter-spacing:-.065em;font-family:var(--font-ko);font-weight:760;word-break:keep-all}
.plan-hero p{align-self:end;margin:0 0 5px;max-width:34ch;font-size:16px;line-height:1.85;color:rgba(255,255,255,.68);word-break:keep-all}
.plan-problem{gap:30px}.plan-problem__intro{display:grid;grid-template-columns:7fr 4fr;gap:8.333%;align-items:end}
.plan-problem__intro h2,.plan-builder__intro h2,.plan-pricing__header h2{max-width:none;margin:0;font-size:clamp(38px,4.3vw,58px);line-height:1.08;letter-spacing:-.055em;font-family:var(--font-ko);font-weight:740;word-break:keep-all}
.plan-problem__intro p,.plan-builder__intro p{margin:0;font-size:15px;line-height:1.85;color:rgba(255,255,255,.62);word-break:keep-all}
.plan-problem__cards{margin-top:30px;gap:14px}.plan-problem__cards article{min-height:210px;padding:22px;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));backdrop-filter:blur(18px);border-color:rgba(255,255,255,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.plan-problem__cards h3{font-size:21px}.plan-problem__cards p{font-size:14px}
.plan-builder__intro{display:grid;grid-template-columns:7fr 4fr;gap:8.333%;align-items:end;margin-bottom:28px}
.plan-tier-toggle{margin-bottom:24px}.plan-builder__layout{gap:20px}.glass-panel,.plan-modules-panel,.plan-slots-panel{background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.016));border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(24px) saturate(135%);box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 18px 50px rgba(0,0,0,.18)}
.plan-perks{margin:0 0 14px}.plan-perks__item{background:rgba(255,255,255,.025);border-color:rgba(255,255,255,.075);font-size:14px}
.plan-slots-panel,.plan-modules-panel{padding:22px;border-radius:24px}
.plan-modules{gap:10px}.plan-module{min-height:122px;padding:15px;border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.018));backdrop-filter:blur(14px);border-color:rgba(255,255,255,.075)}
.plan-module h4{font-size:18px}.plan-module p{font-size:12px}.plan-slot{min-height:76px}
.plan-pricing__header{display:grid;grid-template-columns:7fr 4fr;gap:8.333%;align-items:end;text-align:left;justify-items:stretch}.plan-pricing__header h2{max-width:10ch}.plan-pricing-toggle{justify-self:end;margin:0}
.plan-pricing-cards{margin-top:28px;gap:16px}.pricing-card{min-height:390px;padding:28px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));backdrop-filter:blur(22px);border-color:rgba(255,255,255,.09)}
.pricing-card h3{font-size:36px}.pricing-card p{font-size:14px;margin-bottom:26px}.pricing-card__price strong{font-size:52px}.pricing-card__price span{font-size:17px}.pricing-card li{font-size:14px}.pricing-card__cta{min-height:56px;font-size:16px}

@media(max-width:820px){
  .brand-home{width:min(200px,48vw)}
  .plan-portal{width:108px}.plan-portal__label{display:none}.plan-portal__orbit{width:94px;height:94px;flex-basis:94px}.plan-portal__core{width:56px;height:56px}.plan-portal__core img{width:44px}
  .plan-dialog{width:calc(100vw - 18px);height:calc(100vh - 18px);border-radius:26px}.plan-dialog::before{inset:9px;border-radius:26px}.plan-wrap{width:calc(100% - 30px)}
  .plan-hero{min-height:450px}.plan-hero__grid,.plan-problem__intro,.plan-builder__intro,.plan-pricing__header{grid-template-columns:1fr;gap:18px}.plan-hero h1{max-width:none;font-size:clamp(44px,10vw,66px)}.plan-hero p{max-width:40ch}.plan-problem__intro h2,.plan-builder__intro h2,.plan-pricing__header h2{font-size:clamp(34px,8vw,48px)}.plan-pricing-toggle{justify-self:stretch}
}
@media(max-width:760px){
  .site-header{grid-template-columns:auto 1fr auto}.view-switch{position:absolute;left:50%;transform:translateX(-50%);top:67px;background:rgba(8,11,14,.48)}
  .plan-dialog__header{min-height:68px;padding:14px}.plan-brand img{width:98px}.plan-wrap{width:calc(100% - 24px);padding-bottom:48px}.plan-section{padding:48px 0}.plan-hero{min-height:410px}.plan-hero h1{font-size:clamp(39px,12vw,56px);line-height:1.03}.plan-hero p{font-size:14px}.plan-problem__cards{grid-template-columns:1fr}.plan-problem__cards article{min-height:auto}.plan-tier-toggle,.plan-pricing-toggle{width:100%}.plan-builder__layout{grid-template-columns:1fr}.plan-builder__right{order:1}.plan-builder__left{order:2}.plan-modules{grid-template-columns:1fr}.plan-slots{grid-template-columns:repeat(3,1fr)}.plan-pricing-cards{grid-template-columns:1fr}.pricing-card{min-height:auto}.pricing-card h3{font-size:31px}.pricing-card__price strong{font-size:42px}
}

/* =========================================================
   V11 — responsive grid / calibrated UI scale
   ========================================================= */
:root{
  --ui-edge:clamp(16px,1.45vw,28px);
  --ui-top:clamp(14px,1.25vw,22px);
  --ui-control:clamp(40px,3vw,46px);
  --brand-width:clamp(142px,11.5vw,188px);
  --content-wide:min(1280px,calc(100vw - (var(--ui-edge) * 2)));
  --content-text:min(1120px,calc(100vw - (var(--ui-edge) * 2)));
  --section-space:clamp(54px,6vw,88px);
  --glass-radius:clamp(18px,1.8vw,28px);
}

/* Shared 12-column visual frame */
.site-header,
.layer-header,
.detail-header,
.plan-dialog__header{
  padding-left:var(--ui-edge);
  padding-right:var(--ui-edge);
}
.site-header{
  min-height:calc(var(--ui-top) + var(--ui-control));
  padding-top:var(--ui-top);
  grid-template-columns:minmax(0,3fr) minmax(180px,6fr) minmax(0,3fr);
  align-items:start;
}

/* Global fixed UI hierarchy */
.brand-home{
  width:var(--brand-width);
  max-height:46px;
  display:flex;
  align-items:flex-start;
  filter:drop-shadow(0 8px 24px rgba(0,0,0,.3));
}
.brand-home img{width:100%;height:auto}
.view-switch{
  min-height:34px;
  margin-top:0;
  padding:0 12px;
  gap:10px;
  font-size:9px;
  letter-spacing:.14em;
  align-self:start;
  justify-self:center;
}
.menu-trigger{
  width:var(--ui-control);
  height:var(--ui-control);
  padding:10px;
  gap:3px;
  justify-self:end;
}
.menu-trigger span{width:16px;height:1.5px}
.contact-fab{
  right:var(--ui-edge);
  bottom:var(--ui-edge);
  min-height:44px;
  padding:0 11px 0 15px;
  gap:9px;
}
.contact-fab span{font-size:10px;letter-spacing:.16em}
.contact-fab i{width:22px;height:22px;font-size:12px}

/* Intro scale */
.intro__shell{padding:var(--ui-edge)}
.intro__brand{width:clamp(280px,34vw,410px);margin-bottom:24px}
.intro__copy span{font-size:10px;letter-spacing:.3em}
.intro__copy p{font-size:11px;margin-bottom:20px}
.intro__enter{min-height:56px;padding:0 18px;border-radius:15px}
.intro__enter strong{font-size:13px}.intro__enter small{font-size:9px}

/* Main portfolio composition */
.project-card{width:clamp(220px,min(25vw,42vh),400px)}
.project-card[data-ratio="portrait"]{width:clamp(168px,min(18vw,32vh),268px)}
.project-card__button{border-radius:clamp(13px,1.2vw,18px)}
.project-card__meta{left:14px;right:14px;top:12px;font-size:7px}
.project-card__overlay{padding:16px}
.project-card__overlay h3{font-size:clamp(17px,1.35vw,21px)}
.project-card__overlay p{font-size:12px;line-height:1.55}
.active-project-meta{
  width:min(480px,64vw);
  bottom:clamp(18px,2.2vh,28px);
}
.active-project-meta h1{
  margin:8px 0 5px;
  font-size:clamp(25px,2.15vw,37px);
  letter-spacing:-.045em;
}
.active-project-meta p{font-size:7px;letter-spacing:.2em}
.stage-instruction{right:var(--ui-edge);bottom:calc(var(--ui-edge) + 52px)}
.stage-caption{left:calc(var(--ui-edge) / 2);bottom:118px}

/* Plan C portal: secondary but discoverable */
.plan-portal{
  left:calc(var(--ui-edge) - 6px);
  bottom:calc(var(--ui-edge) - 6px);
  width:205px;
  height:92px;
}
.plan-portal__orbit{width:92px;height:92px;flex-basis:92px}
.plan-portal__core{width:54px;height:54px}
.plan-portal__core img{width:42px}
.plan-portal__label{min-height:54px;border-radius:0 18px 18px 0}
.plan-portal__label img{width:88px}
.plan-portal:hover .plan-portal__label,
.plan-portal:focus-visible .plan-portal__label{width:132px;padding:0 16px 0 23px}

/* Layer headers */
.layer-header{
  min-height:68px;
  padding-top:var(--ui-top);
}
.layer-header>img{width:clamp(145px,13vw,190px)}
.layer-close,
.layer-close--glass{
  min-height:40px;
  padding:0 15px;
  font-size:9px;
}

/* Menu composition */
.menu-nav{
  width:var(--content-wide);
  margin:clamp(90px,12vh,150px) auto 8vh;
}
.menu-nav button{
  grid-template-columns:52px 1fr minmax(140px,240px);
  gap:18px;
  padding:12px 0;
}
.menu-nav strong{font-size:clamp(36px,5vw,78px);line-height:.94}
.menu-nav em{font-size:8px}

/* Project detail */
.detail-header{min-height:64px;padding-top:14px;padding-bottom:14px}
.detail-logo-back img{width:clamp(92px,9vw,126px)}
.detail-back{font-size:11px}
.detail-content{width:var(--content-wide)}
.detail-hero{
  grid-template-columns:minmax(0,7fr) minmax(300px,4fr);
  gap:8.333%;
  padding:clamp(76px,9vh,118px) 0 clamp(58px,7vh,92px);
}
.detail-hero h1{font-size:clamp(52px,7.2vw,118px);line-height:.86}
.detail-summary>p{font-size:15px;line-height:1.75}
.detail-gallery{gap:clamp(14px,1.6vw,24px)}
.next-project strong{font-size:clamp(42px,5.8vw,88px)}

/* Studio */
.studio-body{width:var(--content-text);padding:clamp(92px,12vh,150px) 0 10vh}
.studio-statement{font-size:clamp(46px,6vw,86px);max-width:10ch}
.studio-statement-ko{font-size:16px;max-width:690px;margin:22px 0 48px}
.studio-role{padding:20px;border-radius:18px}
.studio-role h3{font-size:20px}
.studio-role p{font-size:13px}

/* Contact */
.contact-content{width:var(--content-text);padding:clamp(96px,14vh,170px) 0 8vh}
.contact-content>p{font-size:clamp(52px,7vw,104px);max-width:10ch}
.contact-content>a{font-size:clamp(25px,3vw,43px);margin-top:26px}
.contact-content>div{margin-top:34px}

/* PLAN C modal / grid */
.plan-dialog{
  width:min(1320px,calc(100vw - (var(--ui-edge) * 2)));
  height:min(90vh,900px);
  border-radius:var(--glass-radius);
}
.plan-dialog::before{inset:var(--ui-edge);border-radius:var(--glass-radius)}
.plan-dialog__header{min-height:64px;padding-top:12px;padding-bottom:12px}
.plan-brand img{width:108px}.plan-brand span{font-size:8px}
.plan-wrap{width:min(1060px,calc(100% - 56px));padding-bottom:60px}
.plan-section{padding:var(--section-space) 0}
.plan-section__index{margin-bottom:18px;font-size:8px}
.plan-hero{min-height:430px;padding-top:32px}
.plan-hero__eyebrow{margin-bottom:18px;font-size:9px}
.plan-hero h1{font-size:clamp(47px,5.2vw,72px);max-width:8.5ch}
.plan-hero p{font-size:15px;line-height:1.8}
.plan-problem__intro h2,
.plan-builder__intro h2,
.plan-pricing__header h2{font-size:clamp(33px,3.7vw,50px)}
.plan-problem__intro p,
.plan-builder__intro p{font-size:14px;line-height:1.8}
.plan-problem__cards{margin-top:24px}
.plan-problem__cards article{min-height:188px;padding:19px}
.plan-problem__cards h3{font-size:19px}
.plan-problem__cards p{font-size:13px}
.plan-builder__intro{margin-bottom:22px}
.plan-tier-toggle{margin-bottom:20px}
.plan-tier-toggle button,
.plan-pricing-toggle button{min-height:43px;min-width:140px;font-size:12px}
.plan-builder__layout{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:16px}
.plan-slots-panel,.plan-modules-panel{padding:19px;border-radius:21px}
.plan-perks__item{min-height:45px;font-size:13px}
.plan-module{min-height:110px;padding:14px}
.plan-module h4{font-size:16px}.plan-module p{font-size:11px}
.plan-slot{min-height:68px}.plan-slot__label{font-size:10px}
.plan-pricing-cards{gap:14px}
.pricing-card{min-height:350px;padding:24px;border-radius:21px}
.pricing-card h3{font-size:31px}
.pricing-card p{font-size:13px;margin-bottom:22px}
.pricing-card__price strong{font-size:45px}
.pricing-card__price span{font-size:15px}
.pricing-card li{font-size:13px}
.pricing-card__cta{min-height:52px;font-size:14px}

/* Compact laptop height */
@media (max-height:780px) and (min-width:821px){
  .brand-home{width:clamp(132px,10vw,168px)}
  .site-header{padding-top:14px}
  .menu-trigger{width:42px;height:42px}
  .view-switch{min-height:31px;font-size:8px}
  .project-card{width:clamp(205px,min(23vw,38vh),350px)}
  .project-card[data-ratio="portrait"]{width:clamp(155px,min(16.5vw,29vh),230px)}
  .active-project-meta h1{font-size:clamp(23px,2vw,32px)}
  .plan-dialog{height:94vh}
  .plan-hero{min-height:350px}
}

/* Tablet */
@media (max-width:1024px){
  :root{--ui-edge:16px;--brand-width:clamp(132px,18vw,170px)}
  .site-header{grid-template-columns:minmax(0,3fr) minmax(150px,6fr) minmax(0,3fr)}
  .project-card{width:clamp(210px,min(34vw,38vh),350px)}
  .project-card[data-ratio="portrait"]{width:clamp(160px,min(24vw,29vh),240px)}
  .menu-nav button{grid-template-columns:42px 1fr}.menu-nav em{grid-column:2}
  .detail-hero{grid-template-columns:1fr;gap:32px}
  .plan-wrap{width:calc(100% - 36px)}
}

/* Mobile */
@media (max-width:760px){
  :root{--ui-edge:12px;--ui-top:12px;--ui-control:42px;--brand-width:clamp(118px,38vw,148px)}
  .site-header{
    min-height:104px;
    grid-template-columns:auto 1fr auto;
    padding-top:var(--ui-top);
  }
  .brand-home{width:var(--brand-width);max-height:38px}
  .view-switch{
    top:62px;
    min-height:30px;
    padding:0 10px;
    font-size:8px;
  }
  .menu-trigger{width:42px;height:42px}
  .contact-fab{width:46px;height:46px;min-height:46px;right:12px;bottom:12px}
  .project-card{width:clamp(190px,58vw,278px)}
  .project-card[data-ratio="portrait"]{width:clamp(145px,42vw,205px)}
  .active-project-meta{width:76vw;bottom:18px}
  .active-project-meta h1{font-size:clamp(22px,7vw,28px)}
  .plan-portal{width:86px;height:86px;left:4px;bottom:4px}
  .plan-portal__orbit{width:82px;height:82px;flex-basis:82px}
  .plan-portal__core{width:48px;height:48px}
  .plan-portal__core img{width:37px}
  .layer-header{min-height:60px;padding-top:12px}
  .layer-header>img{width:128px}
  .menu-nav{width:calc(100% - 24px);margin:90px auto 50px}
  .menu-nav strong{font-size:clamp(34px,11vw,52px)}
  .detail-logo-back img{width:88px}
  .detail-content,.studio-body,.contact-content{width:calc(100% - 24px)}
  .detail-hero h1{font-size:clamp(42px,13vw,68px)}
  .studio-statement{font-size:clamp(39px,12vw,60px)}
  .contact-content>p{font-size:clamp(42px,12vw,66px)}
  .plan-dialog{width:calc(100vw - 12px);height:calc(100vh - 12px);border-radius:22px}
  .plan-dialog::before{inset:6px;border-radius:22px}
  .plan-dialog__header{min-height:58px;padding:10px 12px}
  .plan-brand img{width:88px}
  .plan-wrap{width:calc(100% - 22px);padding-bottom:40px}
  .plan-section{padding:42px 0}
  .plan-hero{min-height:350px;padding-top:18px}
  .plan-hero h1{font-size:clamp(37px,11.5vw,52px);line-height:1.03}
  .plan-hero p{font-size:13px}
  .plan-problem__intro h2,.plan-builder__intro h2,.plan-pricing__header h2{font-size:clamp(28px,8.5vw,39px)}
  .plan-problem__intro p,.plan-builder__intro p{font-size:13px}
  .plan-builder__layout{grid-template-columns:1fr}
  .plan-builder__right{order:1}.plan-builder__left{order:2}
  .plan-modules{grid-template-columns:1fr}
  .plan-slots{grid-template-columns:repeat(3,1fr)}
  .plan-pricing-cards{grid-template-columns:1fr}
  .pricing-card{min-height:auto}
}

/* Very wide screens: stop UI from growing */
@media (min-width:1800px){
  :root{--ui-edge:28px;--brand-width:188px}
  .project-card{width:390px}.project-card[data-ratio="portrait"]{width:260px}
  .active-project-meta h1{font-size:36px}
}

/* =========================================================
   V12 — PLAN C hover label clipping fix
   ========================================================= */
@media (min-width:761px){
  .plan-portal{
    width:300px;
    overflow:visible;
  }
  .plan-portal__label{
    width:0;
    max-width:none;
    overflow:hidden;
    white-space:nowrap;
  }
  .plan-portal__label img{
    width:104px;
    flex:0 0 auto;
  }
  .plan-portal__label small{
    display:block;
    width:max-content;
    white-space:nowrap;
    letter-spacing:.14em;
  }
  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{
    width:202px;
    padding:0 22px 0 26px;
  }
}

@media (min-width:761px) and (max-width:1100px){
  .plan-portal{width:270px}
  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{
    width:184px;
    padding:0 18px 0 24px;
  }
  .plan-portal__label img{width:96px}
  .plan-portal__label small{font-size:7.5px;letter-spacing:.12em}
}

/* =========================================================
   V13 — PLAN C emergency portal redesign
   ========================================================= */
:root{
  --plan-alert:#ee563d;
}

@media (min-width: 761px){
  .plan-portal{
    position:absolute;
    left:-44px;
    bottom:-50px;
    width:420px;
    height:192px;
    display:block;
    overflow:visible;
    background:none;
    border:none;
    box-shadow:none;
    backdrop-filter:none;
    z-index:32;
    isolation:isolate;
  }
  .plan-portal__orbit{
    position:absolute;
    left:0;
    bottom:8px;
    width:170px;
    height:170px;
    display:block;
    pointer-events:none;
    z-index:1;
  }
  .plan-portal__ring{
    width:100%;
    height:100%;
    overflow:visible;
    animation:ring 26s linear infinite;
    transform-origin:50% 50%;
    filter:drop-shadow(0 6px 18px rgba(0,0,0,.3));
  }
  .plan-portal__ring text{
    font-family:var(--font-en);
    fill:rgba(255,255,255,.82);
    font-size:10px;
    letter-spacing:.02em;
    font-weight:620;
  }
  .plan-portal__badge{
    position:absolute;
    left:-2px;
    bottom:-4px;
    width:148px;
    height:136px;
    display:grid;
    place-items:center;
    transform-origin:26% 78%;
    transition:transform .62s var(--ease2), filter .62s var(--ease2);
    z-index:2;
  }
  .plan-portal__badge-alert,
  .plan-portal__badge-flame{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    transition:opacity .38s var(--ease2), transform .58s var(--ease2), filter .58s var(--ease2);
  }
  .plan-portal__alert-svg{
    width:148px;
    height:136px;
    filter:drop-shadow(0 16px 34px rgba(238,86,61,.24));
  }
  .plan-portal__badge-flame{
    opacity:0;
    transform:translate(-6px,8px) scale(.66) rotate(-18deg);
  }
  .plan-portal__badge-flame img{
    width:118px;
    height:auto;
    filter:drop-shadow(0 18px 34px rgba(238,86,61,.14));
  }
  .plan-portal__label{
    position:absolute;
    left:132px;
    bottom:24px;
    height:94px;
    width:0;
    overflow:hidden;
    display:flex;
    align-items:center;
    gap:14px;
    opacity:0;
    transform:translateX(-18px);
    transition:width .68s var(--ease2), opacity .32s ease, transform .68s var(--ease2);
    pointer-events:none;
    z-index:3;
  }
  .plan-portal__label-line{
    width:0;
    height:1.5px;
    background:linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.95));
    transform-origin:left center;
    transition:width .58s var(--ease2);
    flex:0 0 auto;
    margin-top:8px;
  }
  .plan-portal__label-copy{
    min-width:262px;
    min-height:86px;
    border-radius:0 28px 28px 0;
    border:1px solid rgba(255,255,255,.72);
    border-left:none;
    background:linear-gradient(180deg, rgba(12,15,20,.16), rgba(12,15,20,.08));
    backdrop-filter:blur(8px);
    padding:18px 26px 18px 22px;
    display:grid;
    align-content:center;
    justify-items:start;
    box-shadow:0 18px 40px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);
  }
  .plan-portal__label-copy strong{
    font-family:var(--font-en);
    font-size:clamp(26px, 1.85vw, 31px);
    line-height:.98;
    letter-spacing:-.03em;
    color:#ffffff;
    white-space:nowrap;
  }
  .plan-portal__label-copy small{
    margin-top:4px;
    font-family:var(--font-en);
    font-size:clamp(11px, .8vw, 15px);
    line-height:1.05;
    letter-spacing:-.02em;
    color:rgba(255,255,255,.92);
    white-space:nowrap;
    text-transform:none;
  }
  .plan-portal:hover .plan-portal__ring,
  .plan-portal:focus-visible .plan-portal__ring{
    animation-duration:11s;
    filter:drop-shadow(0 0 14px rgba(255,255,255,.08));
  }
  .plan-portal:hover .plan-portal__badge,
  .plan-portal:focus-visible .plan-portal__badge{
    transform:translate(58px,-28px) rotate(-12deg) scale(.92);
    filter:drop-shadow(0 14px 34px rgba(0,0,0,.42));
  }
  .plan-portal:hover .plan-portal__badge-alert,
  .plan-portal:focus-visible .plan-portal__badge-alert{
    opacity:0;
    transform:translate(12px,-8px) scale(.82) rotate(12deg);
  }
  .plan-portal:hover .plan-portal__badge-flame,
  .plan-portal:focus-visible .plan-portal__badge-flame{
    opacity:1;
    transform:translate(0,0) scale(1) rotate(0deg);
  }
  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{
    width:356px;
    opacity:1;
    transform:none;
  }
  .plan-portal:hover .plan-portal__label-line,
  .plan-portal:focus-visible .plan-portal__label-line{
    width:72px;
  }
}

@media (min-width:761px) and (max-width:1180px){
  .plan-portal{
    left:-36px;
    bottom:-46px;
    width:360px;
    height:176px;
  }
  .plan-portal__orbit{width:150px;height:150px}
  .plan-portal__ring text{font-size:9px}
  .plan-portal__badge{width:132px;height:122px}
  .plan-portal__alert-svg{width:132px;height:122px}
  .plan-portal__badge-flame img{width:104px}
  .plan-portal__label{left:116px;bottom:18px;height:82px}
  .plan-portal__label-copy{min-width:228px;min-height:76px;padding:16px 22px 15px 18px;border-radius:0 24px 24px 0}
  .plan-portal__label-copy strong{font-size:24px}
  .plan-portal__label-copy small{font-size:12px}
  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{width:302px}
  .plan-portal:hover .plan-portal__label-line,
  .plan-portal:focus-visible .plan-portal__label-line{width:56px}
}

@media (max-width:760px){
  .plan-portal{
    left:-28px;
    bottom:-30px;
    width:160px;
    height:160px;
    overflow:visible;
    background:none;
    border:none;
    box-shadow:none;
    backdrop-filter:none;
  }
  .plan-portal__orbit{position:absolute;left:0;bottom:0;width:120px;height:120px;display:block}
  .plan-portal__ring{width:120px;height:120px;animation-duration:24s}
  .plan-portal__ring text{font-family:var(--font-en);fill:rgba(255,255,255,.8);font-size:8px}
  .plan-portal__badge{position:absolute;left:4px;bottom:4px;width:102px;height:94px;display:grid;place-items:center;transform-origin:28% 78%;transition:transform .48s var(--ease2)}
  .plan-portal__alert-svg{width:102px;height:94px}
  .plan-portal__badge-flame{position:absolute;inset:0;display:grid;place-items:center;opacity:0;transform:translate(-4px,6px) scale(.72)}
  .plan-portal__badge-flame img{width:76px;height:auto}
  .plan-portal__label{display:none}
  .plan-portal:hover .plan-portal__badge,.plan-portal:focus-visible .plan-portal__badge{transform:translate(18px,-10px) rotate(-8deg) scale(.94)}
  .plan-portal:hover .plan-portal__badge-alert,.plan-portal:focus-visible .plan-portal__badge-alert{opacity:0}
  .plan-portal:hover .plan-portal__badge-flame,.plan-portal:focus-visible .plan-portal__badge-flame{opacity:1;transform:none}
}

/* =========================================================
   V14 — PLAN C portal alignment / reverse orbit / flame swap
   ========================================================= */
@media (min-width:761px){
  .plan-portal{
    left:-58px;
    bottom:-62px;
    width:470px;
    height:214px;
  }
  .plan-portal__orbit{
    left:-6px;
    bottom:-6px;
    width:188px;
    height:188px;
  }
  .plan-portal__ring{
    animation:ring 30s linear infinite reverse;
    filter:drop-shadow(0 8px 20px rgba(0,0,0,.32));
  }
  .plan-portal__ring text{
    font-size:9.6px;
    letter-spacing:.01em;
    font-weight:640;
  }
  .plan-portal__badge{
    left:-10px;
    bottom:-16px;
    width:154px;
    height:142px;
    transform:rotate(-13deg);
    transform-origin:24% 78%;
  }
  .plan-portal__alert-svg{
    width:154px;
    height:142px;
    filter:drop-shadow(0 18px 36px rgba(238,86,61,.26));
  }
  .plan-portal__badge-flame{
    opacity:0;
    transform:translate(-8px,10px) scale(.74) rotate(-18deg);
  }
  .plan-portal__badge-flame img{
    width:126px;
    height:auto;
    filter:drop-shadow(0 18px 38px rgba(238,86,61,.16));
  }
  .plan-portal__label{
    left:148px;
    bottom:30px;
    height:96px;
  }
  .plan-portal__label-copy{
    min-width:282px;
    min-height:90px;
    border-radius:0 30px 30px 0;
    padding:17px 28px 17px 24px;
  }
  .plan-portal__label-copy strong{
    font-size:clamp(30px, 2.2vw, 34px);
  }
  .plan-portal__label-copy small{
    font-size:clamp(12px, .95vw, 16px);
  }
  .plan-portal:hover .plan-portal__ring,
  .plan-portal:focus-visible .plan-portal__ring{
    animation-duration:17s;
    filter:drop-shadow(0 0 14px rgba(255,255,255,.06));
  }
  .plan-portal:hover .plan-portal__badge,
  .plan-portal:focus-visible .plan-portal__badge{
    transform:translate(56px,-18px) rotate(5deg) scale(1.01);
    filter:drop-shadow(0 16px 34px rgba(0,0,0,.4));
  }
  .plan-portal:hover .plan-portal__badge-alert,
  .plan-portal:focus-visible .plan-portal__badge-alert{
    opacity:0;
    transform:translate(-14px,7px) scale(.76) rotate(-18deg);
  }
  .plan-portal:hover .plan-portal__badge-flame,
  .plan-portal:focus-visible .plan-portal__badge-flame{
    opacity:1;
    transform:translate(0,0) scale(1) rotate(0deg);
  }
  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{
    width:394px;
    opacity:1;
    transform:none;
  }
  .plan-portal:hover .plan-portal__label-line,
  .plan-portal:focus-visible .plan-portal__label-line{
    width:84px;
  }
}

@media (min-width:761px) and (max-width:1180px){
  .plan-portal{
    left:-46px;
    bottom:-54px;
    width:406px;
    height:190px;
  }
  .plan-portal__orbit{width:168px;height:168px;left:-4px;bottom:-4px}
  .plan-portal__ring{animation-duration:30s}
  .plan-portal__ring text{font-size:8.8px}
  .plan-portal__badge{left:-8px;bottom:-12px;width:138px;height:128px}
  .plan-portal__alert-svg{width:138px;height:128px}
  .plan-portal__badge-flame img{width:112px}
  .plan-portal__label{left:130px;bottom:24px;height:86px}
  .plan-portal__label-copy{min-width:244px;min-height:80px;padding:15px 24px 15px 20px}
  .plan-portal__label-copy strong{font-size:28px}
  .plan-portal__label-copy small{font-size:13px}
  .plan-portal:hover .plan-portal__badge,
  .plan-portal:focus-visible .plan-portal__badge{transform:translate(42px,-14px) rotate(4deg) scale(1)}
  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{width:334px}
  .plan-portal:hover .plan-portal__label-line,
  .plan-portal:focus-visible .plan-portal__label-line{width:66px}
}

@media (max-width:760px){
  .plan-portal{
    left:-22px;
    bottom:-24px;
    width:150px;
    height:150px;
  }
  .plan-portal__orbit{left:-2px;bottom:-2px;width:122px;height:122px}
  .plan-portal__ring{animation:ring 26s linear infinite reverse}
  .plan-portal__ring text{font-size:7.7px;font-weight:620}
  .plan-portal__badge{left:0;bottom:-2px;width:102px;height:94px;transform:rotate(-12deg)}
  .plan-portal__alert-svg{width:102px;height:94px}
  .plan-portal__badge-flame{opacity:0;transform:translate(-5px,8px) scale(.78) rotate(-16deg)}
  .plan-portal__badge-flame img{width:80px}
  .plan-portal:hover .plan-portal__badge,
  .plan-portal:focus-visible .plan-portal__badge{transform:translate(16px,-8px) rotate(3deg) scale(.98)}
  .plan-portal:hover .plan-portal__badge-alert,
  .plan-portal:focus-visible .plan-portal__badge-alert{opacity:0;transform:translate(-10px,4px) scale(.78) rotate(-16deg)}
  .plan-portal:hover .plan-portal__badge-flame,
  .plan-portal:focus-visible .plan-portal__badge-flame{opacity:1;transform:none}
}

/* =========================================================
   V15 — Correct triangular text path / viewport fit / flame-only hover
   ========================================================= */
@media (min-width:761px){
  .plan-portal{
    left:-24px;
    bottom:-26px;
    width:454px;
    height:202px;
  }
  .plan-portal__orbit{
    left:0;
    bottom:0;
    width:176px;
    height:176px;
    transform:rotate(-12deg);
    transform-origin:44% 66%;
  }
  .plan-portal__ring{
    width:100%;
    height:100%;
    overflow:visible;
    animation:none !important;
    filter:drop-shadow(0 8px 18px rgba(0,0,0,.28));
  }
  .plan-portal__orbit-text{
    font-family:var(--font-en);
    fill:rgba(255,255,255,.9);
    font-size:10.3px;
    letter-spacing:.015em;
    font-weight:640;
  }
  .plan-portal__badge{
    left:10px;
    bottom:4px;
    width:142px;
    height:130px;
    transform:rotate(-12deg);
    transform-origin:34% 74%;
  }
  .plan-portal__alert-svg{
    width:142px;
    height:130px;
  }
  .plan-portal__badge-flame{
    opacity:0;
    transform:translate(-4px,7px) scale(.76) rotate(-14deg);
  }
  .plan-portal__badge-flame img{
    width:108px;
    height:auto;
    filter:drop-shadow(0 16px 34px rgba(219,79,59,.24));
  }
  .plan-portal__label{
    left:132px;
    bottom:26px;
    height:90px;
    width:0;
    overflow:hidden;
    opacity:0;
    transform:translateX(-14px);
  }
  .plan-portal__label-line{
    width:0;
    height:1.5px;
    margin-top:8px;
    background:#ffffff;
  }
  .plan-portal__label-copy{
    min-width:278px;
    min-height:84px;
    padding:15px 28px 14px 22px;
    border:1.5px solid rgba(255,255,255,.92);
    border-left:none;
    border-radius:0 30px 30px 0;
    background:transparent !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-shadow:none !important;
  }
  .plan-portal__label-copy strong{
    font-size:clamp(28px,2vw,33px);
  }
  .plan-portal__label-copy small{
    font-size:clamp(12px,.9vw,15px);
    color:rgba(255,255,255,.94);
  }
  .plan-portal:hover .plan-portal__ring,
  .plan-portal:focus-visible .plan-portal__ring{
    animation:none !important;
    filter:drop-shadow(0 0 12px rgba(255,255,255,.05));
  }
  .plan-portal:hover .plan-portal__badge,
  .plan-portal:focus-visible .plan-portal__badge{
    transform:translate(38px,-15px) rotate(2deg) scale(1);
    filter:drop-shadow(0 14px 30px rgba(0,0,0,.36));
  }
  .plan-portal:hover .plan-portal__badge-alert,
  .plan-portal:focus-visible .plan-portal__badge-alert{
    opacity:0;
    transform:translate(-8px,4px) scale(.8) rotate(-12deg);
  }
  .plan-portal:hover .plan-portal__badge-flame,
  .plan-portal:focus-visible .plan-portal__badge-flame{
    opacity:1;
    transform:translate(0,0) scale(1) rotate(0deg);
  }
  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{
    width:350px;
    opacity:1;
    transform:none;
  }
  .plan-portal:hover .plan-portal__label-line,
  .plan-portal:focus-visible .plan-portal__label-line{
    width:70px;
  }
}

@media (min-width:761px) and (max-width:1180px){
  .plan-portal{
    left:-18px;
    bottom:-22px;
    width:390px;
    height:182px;
  }
  .plan-portal__orbit{
    width:156px;
    height:156px;
  }
  .plan-portal__orbit-text{
    font-size:9.2px;
  }
  .plan-portal__badge{
    left:8px;
    bottom:4px;
    width:126px;
    height:116px;
  }
  .plan-portal__alert-svg{
    width:126px;
    height:116px;
  }
  .plan-portal__badge-flame img{
    width:96px;
  }
  .plan-portal__label{
    left:116px;
    bottom:22px;
    height:80px;
  }
  .plan-portal__label-copy{
    min-width:238px;
    min-height:74px;
    padding:13px 22px 12px 18px;
    border-radius:0 26px 26px 0;
  }
  .plan-portal__label-copy strong{font-size:25px}
  .plan-portal__label-copy small{font-size:12px}
  .plan-portal:hover .plan-portal__badge,
  .plan-portal:focus-visible .plan-portal__badge{
    transform:translate(30px,-12px) rotate(2deg) scale(1);
  }
  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{
    width:298px;
  }
  .plan-portal:hover .plan-portal__label-line,
  .plan-portal:focus-visible .plan-portal__label-line{
    width:54px;
  }
}

@media (max-width:760px){
  .plan-portal{
    left:-8px;
    bottom:-10px;
    width:142px;
    height:142px;
  }
  .plan-portal__orbit{
    left:0;
    bottom:0;
    width:122px;
    height:122px;
    transform:rotate(-11deg);
    transform-origin:44% 66%;
  }
  .plan-portal__ring{
    width:100%;
    height:100%;
    animation:none !important;
  }
  .plan-portal__orbit-text{
    font-family:var(--font-en);
    fill:rgba(255,255,255,.88);
    font-size:8.1px;
    font-weight:620;
  }
  .plan-portal__badge{
    left:8px;
    bottom:7px;
    width:94px;
    height:86px;
    transform:rotate(-11deg);
  }
  .plan-portal__alert-svg{
    width:94px;
    height:86px;
  }
  .plan-portal__badge-flame{
    opacity:0;
    transform:translate(-3px,5px) scale(.78) rotate(-12deg);
  }
  .plan-portal__badge-flame img{
    width:70px;
  }
  .plan-portal__label{
    display:none !important;
  }
  .plan-portal:hover .plan-portal__badge,
  .plan-portal:focus-visible .plan-portal__badge{
    transform:translate(14px,-8px) rotate(1deg) scale(1);
  }
  .plan-portal:hover .plan-portal__badge-alert,
  .plan-portal:focus-visible .plan-portal__badge-alert{
    opacity:0;
    transform:translate(-5px,3px) scale(.82) rotate(-10deg);
  }
  .plan-portal:hover .plan-portal__badge-flame,
  .plan-portal:focus-visible .plan-portal__badge-flame{
    opacity:1;
    transform:none;
  }
}

/* V15 specificity correction for triangular orbit typography */
@media (min-width:761px){
  .plan-portal__ring .plan-portal__orbit-text{
    font-family:var(--font-en);
    fill:rgba(255,255,255,.9);
    font-size:10.3px;
    letter-spacing:.015em;
    font-weight:640;
  }
}
@media (min-width:761px) and (max-width:1180px){
  .plan-portal__ring .plan-portal__orbit-text{font-size:9.2px}
}
@media (max-width:760px){
  .plan-portal__ring .plan-portal__orbit-text{
    font-family:var(--font-en);
    fill:rgba(255,255,255,.88);
    font-size:8.1px;
    font-weight:620;
  }
}

/* =========================================================
   V16 — PLAN C portal: matched triangular orbit + unified hover group
   ========================================================= */
@keyframes planTriangleOrbitReverse{
  to{transform:rotate(-360deg)}
}

@media (min-width:761px){
  .plan-portal{
    left:-20px;
    bottom:-22px;
    width:470px;
    height:204px;
    overflow:visible;
    isolation:isolate;
  }

  .plan-portal__emergency{
    position:absolute;
    left:0;
    bottom:0;
    width:190px;
    height:176px;
    display:block;
    transform:rotate(-10deg);
    transform-origin:35% 74%;
    transition:transform .66s var(--ease2), filter .5s var(--ease2);
    z-index:4;
    pointer-events:none;
  }

  .plan-portal__orbit{
    position:absolute;
    inset:0;
    width:190px;
    height:176px;
    transform:none;
    transform-origin:50% 50%;
  }

  .plan-portal__ring{
    width:100%;
    height:100%;
    overflow:visible;
    animation:planTriangleOrbitReverse 38s linear infinite !important;
    transform-origin:50% 50%;
    filter:drop-shadow(0 8px 18px rgba(0,0,0,.28));
  }

  .plan-portal__ring .plan-portal__orbit-text{
    font-family:var(--font-en);
    fill:rgba(255,255,255,.92);
    font-size:8.65px;
    font-weight:590;
    letter-spacing:.035em;
    word-spacing:.06em;
    text-rendering:geometricPrecision;
  }

  .plan-portal__badge{
    position:absolute;
    left:20px;
    top:18px;
    width:150px;
    height:138px;
    display:grid;
    place-items:center;
    transform:none;
    transform-origin:50% 58%;
    z-index:2;
  }

  .plan-portal__badge-alert,
  .plan-portal__badge-flame{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    transition:opacity .34s var(--ease2), transform .56s var(--ease2);
  }

  .plan-portal__alert-svg{
    width:150px;
    height:138px;
    filter:drop-shadow(0 18px 34px rgba(238,86,61,.22));
  }

  .plan-portal__badge-flame{
    opacity:0;
    transform:scale(.76) rotate(-9deg);
  }

  .plan-portal__badge-flame img{
    width:118px;
    height:auto;
    filter:drop-shadow(0 16px 32px rgba(219,79,59,.2));
  }

  .plan-portal__label{
    position:absolute;
    left:132px;
    bottom:30px;
    width:0;
    height:88px;
    overflow:hidden;
    display:flex;
    align-items:center;
    gap:0;
    opacity:0;
    transform:translateX(-18px);
    transition:width .68s var(--ease2), opacity .28s ease, transform .68s var(--ease2);
    z-index:2;
    pointer-events:none;
  }

  .plan-portal__label-line{
    position:relative;
    z-index:1;
    flex:0 0 auto;
    width:0;
    height:1.5px;
    margin-top:5px;
    background:#fff;
    transition:width .58s var(--ease2);
  }

  .plan-portal__label-copy{
    position:relative;
    z-index:1;
    min-width:270px;
    min-height:82px;
    padding:15px 24px 14px 22px;
    display:grid;
    align-content:center;
    justify-items:start;
    background:transparent !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    box-shadow:none !important;
    border:none !important;
  }

  .plan-portal__label-copy::before{
    content:"";
    position:absolute;
    inset:0;
    border-top:1.5px solid rgba(255,255,255,.92);
    border-right:1.5px solid rgba(255,255,255,.92);
    border-bottom:1.5px solid rgba(255,255,255,.92);
    border-radius:0 28px 28px 0;
    pointer-events:none;
  }

  .plan-portal__label-copy strong{
    position:relative;
    z-index:1;
    font-family:var(--font-en);
    font-size:clamp(28px,2vw,34px);
    line-height:.98;
    letter-spacing:-.035em;
    color:#fff;
    white-space:nowrap;
  }

  .plan-portal__label-copy small{
    position:relative;
    z-index:1;
    margin-top:5px;
    font-family:var(--font-en);
    font-size:clamp(12px,.9vw,15px);
    line-height:1.05;
    letter-spacing:-.015em;
    color:#fff;
    white-space:nowrap;
    text-transform:none;
  }

  .plan-portal:hover .plan-portal__emergency,
  .plan-portal:focus-visible .plan-portal__emergency{
    transform:translate(48px,-20px) rotate(4deg) scale(1.01);
    filter:drop-shadow(0 16px 34px rgba(0,0,0,.34));
  }

  .plan-portal:hover .plan-portal__ring,
  .plan-portal:focus-visible .plan-portal__ring{
    animation-duration:24s !important;
  }

  .plan-portal:hover .plan-portal__badge-alert,
  .plan-portal:focus-visible .plan-portal__badge-alert{
    opacity:0;
    transform:scale(.8) rotate(-8deg);
  }

  .plan-portal:hover .plan-portal__badge-flame,
  .plan-portal:focus-visible .plan-portal__badge-flame{
    opacity:1;
    transform:scale(1) rotate(0deg);
  }

  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{
    width:360px;
    opacity:1;
    transform:none;
  }

  .plan-portal:hover .plan-portal__label-line,
  .plan-portal:focus-visible .plan-portal__label-line{
    width:74px;
  }
}

@media (min-width:761px) and (max-width:1180px){
  .plan-portal{
    left:-16px;
    bottom:-18px;
    width:402px;
    height:184px;
  }
  .plan-portal__emergency{
    width:166px;
    height:154px;
  }
  .plan-portal__orbit{
    width:166px;
    height:154px;
  }
  .plan-portal__ring .plan-portal__orbit-text{
    font-size:8px;
  }
  .plan-portal__badge{
    left:18px;
    top:16px;
    width:130px;
    height:120px;
  }
  .plan-portal__alert-svg{width:130px;height:120px}
  .plan-portal__badge-flame img{width:101px}
  .plan-portal__label{left:116px;bottom:26px;height:78px}
  .plan-portal__label-copy{min-width:235px;min-height:72px;padding:13px 20px 12px 18px}
  .plan-portal__label-copy strong{font-size:25px}
  .plan-portal__label-copy small{font-size:12px}
  .plan-portal:hover .plan-portal__emergency,
  .plan-portal:focus-visible .plan-portal__emergency{
    transform:translate(38px,-16px) rotate(4deg) scale(1);
  }
  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{width:306px}
  .plan-portal:hover .plan-portal__label-line,
  .plan-portal:focus-visible .plan-portal__label-line{width:58px}
}

@media (max-width:760px){
  .plan-portal{
    left:-8px;
    bottom:-10px;
    width:250px;
    height:134px;
    overflow:visible;
    isolation:isolate;
    background:none;
    border:none;
    box-shadow:none;
    backdrop-filter:none;
  }

  .plan-portal__emergency{
    position:absolute;
    left:0;
    bottom:0;
    width:126px;
    height:116px;
    transform:rotate(-9deg);
    transform-origin:35% 74%;
    transition:transform .45s var(--ease2);
    z-index:4;
  }

  .plan-portal__orbit{
    position:absolute;
    inset:0;
    width:126px;
    height:116px;
    transform:none;
  }

  .plan-portal__ring{
    width:100%;
    height:100%;
    animation:planTriangleOrbitReverse 34s linear infinite !important;
  }

  .plan-portal__ring .plan-portal__orbit-text{
    font-family:var(--font-en);
    fill:rgba(255,255,255,.9);
    font-size:7.55px;
    font-weight:590;
    letter-spacing:.025em;
    word-spacing:.04em;
  }

  .plan-portal__badge{
    position:absolute;
    left:14px;
    top:12px;
    width:98px;
    height:91px;
    display:grid;
    place-items:center;
    transform:none;
  }

  .plan-portal__alert-svg{width:98px;height:91px}

  .plan-portal__badge-flame{
    opacity:0;
    transform:scale(.76) rotate(-8deg);
  }

  .plan-portal__badge-flame img{width:76px;height:auto}

  .plan-portal__label{
    position:absolute;
    left:90px;
    bottom:19px;
    width:142px;
    height:62px;
    overflow:visible;
    display:flex !important;
    align-items:center;
    gap:0;
    opacity:1;
    transform:none;
    z-index:2;
    pointer-events:none;
  }

  .plan-portal__label-line{
    flex:0 0 26px;
    width:26px;
    height:1px;
    background:rgba(255,255,255,.88);
  }

  .plan-portal__label-copy{
    position:relative;
    min-width:116px;
    min-height:56px;
    padding:10px 10px 9px 12px;
    display:grid;
    align-content:center;
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
  }

  .plan-portal__label-copy::before{display:none}

  .plan-portal__label-copy strong{
    font-size:17px;
    line-height:1;
    color:#fff;
    white-space:nowrap;
  }

  .plan-portal__label-copy small{
    margin-top:3px;
    font-size:9px;
    line-height:1.05;
    color:rgba(255,255,255,.8);
    white-space:nowrap;
  }

  .plan-portal:active .plan-portal__emergency,
  .plan-portal:focus-visible .plan-portal__emergency{
    transform:translate(16px,-7px) rotate(3deg) scale(.98);
  }

  .plan-portal:active .plan-portal__badge-alert,
  .plan-portal:focus-visible .plan-portal__badge-alert{
    opacity:0;
    transform:scale(.82) rotate(-7deg);
  }

  .plan-portal:active .plan-portal__badge-flame,
  .plan-portal:focus-visible .plan-portal__badge-flame{
    opacity:1;
    transform:none;
  }
}

/* V16.1 — exact shared geometry between warning triangle and text orbit */
@media (min-width:761px){
  .plan-portal__badge{
    left:0;
    top:0;
    width:190px;
    height:176px;
  }
  .plan-portal__alert-svg{
    width:190px;
    height:171px;
  }
  .plan-portal__badge-flame img{
    width:112px;
  }
}
@media (min-width:761px) and (max-width:1180px){
  .plan-portal__badge{
    left:0;
    top:0;
    width:166px;
    height:154px;
  }
  .plan-portal__alert-svg{
    width:166px;
    height:149px;
  }
  .plan-portal__badge-flame img{width:98px}
}
@media (max-width:760px){
  .plan-portal__badge{
    left:0;
    top:0;
    width:126px;
    height:116px;
  }
  .plan-portal__alert-svg{
    width:126px;
    height:113px;
  }
  .plan-portal__badge-flame img{width:74px}
}

/* =========================================================
   V17 — PLAN C rail text + shared center alignment
   ========================================================= */
@media (min-width:761px){
  .plan-portal{
    left:-12px;
    bottom:-18px;
    width:458px;
    height:202px;
    overflow:visible;
    isolation:isolate;
  }

  .plan-portal__emergency{
    left:0;
    bottom:0;
    width:190px;
    height:176px;
    transform:rotate(-9deg);
    transform-origin:50% 54%;
    transition:transform .64s var(--ease2), filter .5s var(--ease2);
    z-index:5;
  }

  .plan-portal__orbit,
  .plan-portal__badge{
    position:absolute;
    inset:0;
    width:190px;
    height:176px;
  }

  .plan-portal__ring{
    width:100%;
    height:100%;
    overflow:visible;
    animation:none !important;
    transform:none !important;
    transform-origin:50% 50%;
  }

  .plan-portal__ring .plan-portal__orbit-text{
    font-family:var(--font-en);
    fill:rgba(255,255,255,.92);
    font-size:8.65px;
    font-weight:590;
    letter-spacing:.02em;
    word-spacing:.08em;
    text-rendering:geometricPrecision;
  }

  .plan-portal__badge{
    display:grid;
    place-items:center;
    transform:none !important;
    z-index:2;
  }

  .plan-portal__badge-alert,
  .plan-portal__badge-flame{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    transform-origin:50% 50%;
    transition:opacity .34s var(--ease2), transform .56s var(--ease2);
  }

  .plan-portal__alert-svg{
    width:190px;
    height:171px;
  }

  .plan-portal__badge-flame{
    opacity:0;
    transform:translateY(4px) scale(.78) rotate(-8deg);
  }

  .plan-portal__badge-flame img{
    width:112px;
    height:auto;
  }

  .plan-portal__label{
    left:150px;
    bottom:31px;
    height:86px;
    z-index:1;
  }

  .plan-portal:hover .plan-portal__emergency,
  .plan-portal:focus-visible .plan-portal__emergency{
    transform:translate(34px,-14px) rotate(0deg) scale(1.01);
    filter:drop-shadow(0 16px 34px rgba(0,0,0,.34));
  }

  .plan-portal:hover .plan-portal__ring,
  .plan-portal:focus-visible .plan-portal__ring{
    animation:none !important;
    transform:none !important;
  }

  .plan-portal:hover .plan-portal__badge-alert,
  .plan-portal:focus-visible .plan-portal__badge-alert{
    opacity:0;
    transform:scale(.82) rotate(-7deg);
  }

  .plan-portal:hover .plan-portal__badge-flame,
  .plan-portal:focus-visible .plan-portal__badge-flame{
    opacity:1;
    transform:translateY(4px) scale(1) rotate(0deg);
  }

  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{
    width:360px;
  }
}

@media (min-width:761px) and (max-width:1180px){
  .plan-portal{
    left:-10px;
    bottom:-14px;
    width:398px;
    height:182px;
  }

  .plan-portal__emergency,
  .plan-portal__orbit,
  .plan-portal__badge{
    width:166px;
    height:154px;
  }

  .plan-portal__alert-svg{
    width:166px;
    height:149px;
  }

  .plan-portal__badge-flame img{width:98px}

  .plan-portal__ring .plan-portal__orbit-text{
    font-size:8px;
    letter-spacing:.018em;
    word-spacing:.075em;
  }

  .plan-portal__label{
    left:131px;
    bottom:26px;
    height:76px;
  }

  .plan-portal:hover .plan-portal__emergency,
  .plan-portal:focus-visible .plan-portal__emergency{
    transform:translate(29px,-12px) rotate(0deg) scale(1);
  }

  .plan-portal:hover .plan-portal__label,
  .plan-portal:focus-visible .plan-portal__label{width:306px}
}

@media (max-width:760px){
  .plan-portal{
    left:-5px;
    bottom:-7px;
    width:248px;
    height:134px;
  }

  .plan-portal__emergency{
    left:0;
    bottom:0;
    width:126px;
    height:116px;
    transform:rotate(-8deg);
    transform-origin:50% 54%;
    transition:transform .44s var(--ease2);
    z-index:5;
  }

  .plan-portal__orbit,
  .plan-portal__badge{
    position:absolute;
    inset:0;
    width:126px;
    height:116px;
  }

  .plan-portal__ring{
    width:100%;
    height:100%;
    animation:none !important;
    transform:none !important;
  }

  .plan-portal__ring .plan-portal__orbit-text{
    font-size:7.55px;
    letter-spacing:.018em;
    word-spacing:.065em;
  }

  .plan-portal__badge{
    display:grid;
    place-items:center;
    transform:none !important;
  }

  .plan-portal__alert-svg{
    width:126px;
    height:113px;
  }

  .plan-portal__badge-flame{
    opacity:0;
    transform:translateY(3px) scale(.78) rotate(-7deg);
  }

  .plan-portal__badge-flame img{
    width:74px;
    height:auto;
  }

  .plan-portal__label{
    left:95px;
    bottom:20px;
    z-index:1;
  }

  .plan-portal:active .plan-portal__emergency,
  .plan-portal:focus-visible .plan-portal__emergency{
    transform:translate(15px,-7px) rotate(0deg) scale(.99);
  }

  .plan-portal:active .plan-portal__badge-alert,
  .plan-portal:focus-visible .plan-portal__badge-alert{
    opacity:0;
    transform:scale(.82) rotate(-6deg);
  }

  .plan-portal:active .plan-portal__badge-flame,
  .plan-portal:focus-visible .plan-portal__badge-flame{
    opacity:1;
    transform:translateY(3px) scale(1) rotate(0deg);
  }
}

/* =========================================================
   V18 — right-side spring menu panel inspired by Pacôme Pertant
   ========================================================= */
.menu-overlay.page-layer{
  position:fixed;
  inset:0;
  z-index:920;
  overflow:hidden;
  visibility:hidden;
  opacity:1;
  transform:none;
  background:transparent;
  pointer-events:none;
  transition:visibility 0s linear .56s;
}
.menu-overlay.is-open,
.menu-overlay.is-closing{
  visibility:visible;
  pointer-events:auto;
  transition:none;
}
.menu-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.28);
  border:0;
  opacity:0;
  backdrop-filter:blur(0) brightness(1);
  transition:opacity .34s ease, backdrop-filter .5s var(--ease2);
}
.menu-overlay.is-open .menu-backdrop{
  opacity:1;
  backdrop-filter:blur(9px) brightness(.68) saturate(.88);
}
.menu-overlay.is-closing .menu-backdrop{
  animation:menuBackdropOut .48s ease both;
}
.menu-panel{
  position:absolute;
  top:clamp(16px,1.8vw,28px);
  right:clamp(16px,1.8vw,28px);
  bottom:clamp(16px,1.8vw,28px);
  width:clamp(560px,62vw,930px);
  max-width:calc(100vw - 32px);
  border-radius:clamp(22px,2vw,32px);
  overflow:hidden;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  color:#090909;
  background:#f5f5f3;
  box-shadow:0 42px 120px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.65) inset;
  transform-origin:100% 50%;
  will-change:transform,opacity,clip-path;
  opacity:0;
  transform:translate3d(110%,0,0) scale(.86) rotate(.9deg);
  clip-path:inset(6% 0 6% 18% round 42px);
}
.menu-overlay.is-open .menu-panel{
  animation:menuPanelIn .76s cubic-bezier(.16,1,.3,1) both;
}
.menu-overlay.is-closing .menu-panel{
  animation:menuPanelOut .52s cubic-bezier(.55,.06,.68,.19) both;
}
.menu-panel__header{
  position:relative;
  z-index:3;
  min-height:88px;
  padding:22px 22px 0 30px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.menu-panel__eyebrow{
  margin:5px 0 0;
  font-family:var(--font-en);
  font-size:10px;
  line-height:1;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(0,0,0,.4);
}
.menu-panel__close{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:54px;
  padding:0;
  color:#090909;
}
.menu-panel__close span{
  font-family:var(--font-en);
  font-size:18px;
  line-height:1;
  letter-spacing:-.035em;
}
.menu-panel__close i{
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:#090909;
  font-family:var(--font-en);
  font-size:25px;
  line-height:1;
  font-style:normal;
  transition:transform .42s var(--ease2),background .25s ease;
}
.menu-panel__close:hover i,
.menu-panel__close:focus-visible i{
  transform:rotate(90deg) scale(1.07);
  background:var(--spark);
}
.menu-panel .menu-nav{
  width:auto;
  margin:0;
  padding:clamp(30px,5vh,66px) clamp(42px,6vw,92px) clamp(28px,4vh,52px);
  align-self:center;
  display:grid;
  align-content:center;
  gap:clamp(4px,1vh,12px);
}
.menu-panel .menu-nav button{
  position:relative;
  width:100%;
  min-height:auto;
  padding:0;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:baseline;
  gap:14px;
  border:0;
  text-align:left;
  color:#090909;
  opacity:0;
  transform:translateY(26px) scale(.95);
  transform-origin:left center;
  transition:color .25s ease;
}
.menu-panel .menu-nav button::after{
  content:"";
  position:absolute;
  left:48px;
  right:0;
  bottom:3px;
  height:1px;
  background:#090909;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .42s var(--ease2);
}
.menu-panel .menu-nav button:hover::after,
.menu-panel .menu-nav button:focus-visible::after{
  transform:scaleX(1);
}
.menu-panel .menu-nav button:hover,
.menu-panel .menu-nav button:focus-visible{
  color:var(--spark);
  outline:none;
}
.menu-panel .menu-nav span{
  font-family:var(--font-en);
  font-size:9px;
  letter-spacing:.16em;
  color:rgba(0,0,0,.35);
}
.menu-panel .menu-nav strong{
  font-family:var(--font-en);
  font-size:clamp(54px,6.25vw,96px);
  line-height:.88;
  font-weight:560;
  letter-spacing:-.07em;
  text-transform:lowercase;
}
.menu-panel .menu-nav em{
  font-family:var(--font-en);
  font-size:9px;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-style:normal;
  color:rgba(0,0,0,.34);
  white-space:nowrap;
}
.menu-overlay.is-open:not(.is-closing) .menu-nav button{
  animation:menuItemIn .62s cubic-bezier(.16,1,.3,1) both;
}
.menu-overlay.is-open:not(.is-closing) .menu-nav button:nth-child(1){animation-delay:.17s}
.menu-overlay.is-open:not(.is-closing) .menu-nav button:nth-child(2){animation-delay:.22s}
.menu-overlay.is-open:not(.is-closing) .menu-nav button:nth-child(3){animation-delay:.27s}
.menu-overlay.is-open:not(.is-closing) .menu-nav button:nth-child(4){animation-delay:.32s}
.menu-overlay.is-closing .menu-nav button{
  animation:menuItemOut .22s ease both;
}
.menu-panel__footer{
  padding:0 clamp(30px,4.5vw,68px) clamp(26px,3.2vw,48px);
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  font-family:var(--font-en);
  color:#090909;
  opacity:0;
  transform:translateY(18px);
}
.menu-overlay.is-open:not(.is-closing) .menu-panel__footer{
  animation:menuFooterIn .58s .34s cubic-bezier(.16,1,.3,1) both;
}
.menu-panel__footer>a{
  font-size:clamp(14px,1.35vw,20px);
  line-height:1;
  letter-spacing:-.035em;
  border-bottom:1px solid transparent;
  transition:border-color .2s ease,color .2s ease;
}
.menu-panel__footer>a:hover,
.menu-panel__footer>a:focus-visible{
  color:var(--spark);
  border-color:currentColor;
  outline:none;
}
.menu-panel__meta{
  display:flex;
  gap:18px;
  font-size:9px;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:rgba(0,0,0,.42);
}
body.has-menu .app-shell,
body.has-menu .site-header,
body.has-menu .contact-fab{
  filter:blur(4px) brightness(.72) saturate(.82);
  opacity:.68;
  transform:scale(.987);
  transform-origin:center center;
  transition:filter .48s var(--ease2),opacity .4s ease,transform .58s var(--ease2);
}

@keyframes menuPanelIn{
  0%{opacity:0;transform:translate3d(110%,0,0) scale(.86) rotate(.9deg);clip-path:inset(7% 0 7% 20% round 44px)}
  58%{opacity:1;transform:translate3d(-2.4%,0,0) scale(1.018) rotate(-.15deg);clip-path:inset(0 round 30px)}
  78%{transform:translate3d(.65%,0,0) scale(.993) rotate(.05deg)}
  91%{transform:translate3d(-.18%,0,0) scale(1.004)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1) rotate(0);clip-path:inset(0 round 30px)}
}
@keyframes menuPanelOut{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1);clip-path:inset(0 round 30px)}
  17%{transform:translate3d(-1.2%,0,0) scale(1.012)}
  100%{opacity:0;transform:translate3d(112%,0,0) scale(.88) rotate(.75deg);clip-path:inset(8% 0 8% 20% round 42px)}
}
@keyframes menuBackdropOut{from{opacity:1;backdrop-filter:blur(9px) brightness(.68)}to{opacity:0;backdrop-filter:blur(0) brightness(1)}}
@keyframes menuItemIn{0%{opacity:0;transform:translateY(26px) scale(.95)}66%{opacity:1;transform:translateY(-3px) scale(1.012)}100%{opacity:1;transform:none}}
@keyframes menuItemOut{from{opacity:1;transform:none}to{opacity:0;transform:translateY(-12px) scale(.97)}}
@keyframes menuFooterIn{0%{opacity:0;transform:translateY(18px)}70%{opacity:1;transform:translateY(-2px)}100%{opacity:1;transform:none}}

@media(max-width:980px){
  .menu-panel{width:clamp(500px,72vw,720px)}
  .menu-panel .menu-nav{padding-left:clamp(38px,5vw,62px);padding-right:clamp(38px,5vw,62px)}
  .menu-panel .menu-nav strong{font-size:clamp(48px,7vw,76px)}
  .menu-panel .menu-nav em{display:none}
  .menu-panel .menu-nav button{grid-template-columns:28px 1fr}
  .menu-panel .menu-nav button::after{left:42px}
}
@media(max-width:680px){
  .menu-panel{
    top:10px;
    right:10px;
    bottom:10px;
    width:calc(100vw - 20px);
    max-width:none;
    border-radius:24px;
  }
  .menu-panel__header{min-height:76px;padding:16px 16px 0 22px}
  .menu-panel__eyebrow{font-size:8px}
  .menu-panel__close{gap:8px}
  .menu-panel__close span{font-size:15px}
  .menu-panel__close i{width:46px;height:46px;font-size:22px}
  .menu-panel .menu-nav{padding:20px 26px 24px;gap:6px}
  .menu-panel .menu-nav button{grid-template-columns:24px 1fr;gap:10px}
  .menu-panel .menu-nav button::after{left:34px}
  .menu-panel .menu-nav strong{font-size:clamp(48px,15vw,68px);line-height:.9}
  .menu-panel .menu-nav span{font-size:8px}
  .menu-panel__footer{padding:0 24px 24px;display:grid;gap:16px}
  .menu-panel__footer>a{font-size:15px}
  .menu-panel__meta{font-size:8px;justify-content:space-between}
}
@media(prefers-reduced-motion:reduce){
  .menu-overlay.is-open .menu-panel,
  .menu-overlay.is-closing .menu-panel,
  .menu-overlay.is-open .menu-nav button,
  .menu-overlay.is-closing .menu-nav button,
  .menu-overlay.is-open .menu-panel__footer{animation-duration:.01ms!important;animation-delay:0s!important}
}

/* =========================================================
   V19 — menu button morphs into the menu panel
   ========================================================= */
.menu-overlay.page-layer{
  --menu-target-inset:clamp(16px,1.8vw,28px);
  --menu-target-width:clamp(560px,62vw,930px);
  --menu-target-height:calc(100dvh - (var(--menu-target-inset) * 2));
  --menu-origin-dx:0px;
  --menu-origin-dy:0px;
  --menu-origin-sx:.06;
  --menu-origin-sy:.06;
  transition:visibility 0s linear .74s;
}

#menu-trigger{
  transform-origin:center;
  transition:
    opacity .16s ease,
    transform .32s var(--ease2),
    border-color .25s ease,
    background .25s ease;
}
body.has-menu #menu-trigger{
  opacity:0;
  transform:scale(.72) rotate(45deg);
  pointer-events:none;
}

.menu-panel{
  top:var(--menu-target-inset);
  right:var(--menu-target-inset);
  bottom:auto;
  width:var(--menu-target-width);
  height:var(--menu-target-height);
  max-width:calc(100vw - (var(--menu-target-inset) * 2));
  max-height:calc(100dvh - (var(--menu-target-inset) * 2));
  opacity:0;
  transform-origin:100% 0%;
  transform:
    translate3d(var(--menu-origin-dx),var(--menu-origin-dy),0)
    scale(var(--menu-origin-sx),var(--menu-origin-sy));
  clip-path:none;
  border-radius:999px;
  background:rgba(15,17,20,.84);
  box-shadow:0 10px 30px rgba(0,0,0,.18),0 0 0 1px rgba(255,255,255,.12) inset;
}

.menu-overlay.is-open .menu-panel{
  animation:menuMorphIn .82s cubic-bezier(.18,.9,.24,1.08) both;
}
.menu-overlay.is-closing .menu-panel{
  animation:menuMorphOut .70s cubic-bezier(.68,-.08,.28,1.02) both;
}

.menu-panel__header,
.menu-panel .menu-nav,
.menu-panel__footer{
  transform-origin:100% 0%;
}
.menu-panel__header{
  opacity:0;
  transform:translateY(-10px) scale(.97);
}
.menu-overlay.is-open:not(.is-closing) .menu-panel__header{
  animation:menuHeaderReveal .42s .42s var(--ease2) both;
}
.menu-overlay.is-closing .menu-panel__header{
  animation:menuContentHide .18s ease both;
}

.menu-overlay.is-open:not(.is-closing) .menu-nav button{
  animation:menuItemMorphIn .52s cubic-bezier(.16,1,.3,1) both;
}
.menu-overlay.is-open:not(.is-closing) .menu-nav button:nth-child(1){animation-delay:.43s}
.menu-overlay.is-open:not(.is-closing) .menu-nav button:nth-child(2){animation-delay:.47s}
.menu-overlay.is-open:not(.is-closing) .menu-nav button:nth-child(3){animation-delay:.51s}
.menu-overlay.is-open:not(.is-closing) .menu-nav button:nth-child(4){animation-delay:.55s}
.menu-overlay.is-closing .menu-nav button{
  animation:menuItemMorphOut .16s ease both;
}

.menu-overlay.is-open:not(.is-closing) .menu-panel__footer{
  animation:menuFooterMorphIn .46s .56s var(--ease2) both;
}
.menu-overlay.is-closing .menu-panel__footer{
  animation:menuContentHide .16s ease both;
}

.menu-overlay.is-open .menu-backdrop{
  animation:menuBackdropMorphIn .62s ease both;
}
.menu-overlay.is-closing .menu-backdrop{
  animation:menuBackdropMorphOut .62s ease both;
}

body.has-menu .app-shell,
body.has-menu .site-header,
body.has-menu .contact-fab{
  filter:blur(4px) brightness(.72) saturate(.82);
  opacity:.68;
  transform:scale(.987);
}
body.has-menu .site-header{
  filter:blur(4px) brightness(.72) saturate(.82);
}
body.has-menu #menu-trigger{
  filter:none;
}

@keyframes menuMorphIn{
  0%{
    opacity:1;
    transform:translate3d(var(--menu-origin-dx),var(--menu-origin-dy),0) scale(var(--menu-origin-sx),var(--menu-origin-sy));
    border-radius:999px;
    background:rgba(15,17,20,.88);
    box-shadow:0 8px 24px rgba(0,0,0,.16),0 0 0 1px rgba(255,255,255,.13) inset;
  }
  48%{
    opacity:1;
    transform:translate3d(0,0,0) scale(1.025,.985);
    border-radius:36px;
    background:#f5f5f3;
    box-shadow:0 48px 130px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.72) inset;
  }
  67%{
    transform:translate3d(0,0,0) scale(.992,1.012);
    border-radius:29px;
  }
  82%{
    transform:translate3d(0,0,0) scale(1.006,.996);
  }
  100%{
    opacity:1;
    transform:translate3d(0,0,0) scale(1);
    border-radius:clamp(22px,2vw,32px);
    background:#f5f5f3;
    box-shadow:0 42px 120px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.65) inset;
  }
}

@keyframes menuMorphOut{
  0%{
    opacity:1;
    transform:translate3d(0,0,0) scale(1);
    border-radius:clamp(22px,2vw,32px);
    background:#f5f5f3;
  }
  18%{
    transform:translate3d(0,0,0) scale(1.012,.992);
  }
  46%{
    transform:translate3d(0,0,0) scale(.97,1.018);
    border-radius:40px;
    background:rgba(245,245,243,.96);
  }
  100%{
    opacity:1;
    transform:translate3d(var(--menu-origin-dx),var(--menu-origin-dy),0) scale(var(--menu-origin-sx),var(--menu-origin-sy));
    border-radius:999px;
    background:rgba(15,17,20,.88);
    box-shadow:0 8px 24px rgba(0,0,0,.16),0 0 0 1px rgba(255,255,255,.13) inset;
  }
}

@keyframes menuHeaderReveal{
  0%{opacity:0;transform:translateY(-10px) scale(.97)}
  70%{opacity:1;transform:translateY(2px) scale(1.008)}
  100%{opacity:1;transform:none}
}
@keyframes menuItemMorphIn{
  0%{opacity:0;transform:translateY(24px) scale(.94)}
  68%{opacity:1;transform:translateY(-3px) scale(1.014)}
  100%{opacity:1;transform:none}
}
@keyframes menuItemMorphOut{
  from{opacity:1;transform:none}
  to{opacity:0;transform:translateY(-8px) scale(.975)}
}
@keyframes menuFooterMorphIn{
  0%{opacity:0;transform:translateY(16px) scale(.97)}
  72%{opacity:1;transform:translateY(-2px) scale(1.006)}
  100%{opacity:1;transform:none}
}
@keyframes menuContentHide{
  from{opacity:1;transform:none}
  to{opacity:0;transform:scale(.97)}
}
@keyframes menuBackdropMorphIn{
  0%{opacity:0;backdrop-filter:blur(0) brightness(1)}
  100%{opacity:1;backdrop-filter:blur(9px) brightness(.68) saturate(.88)}
}
@keyframes menuBackdropMorphOut{
  0%{opacity:1;backdrop-filter:blur(9px) brightness(.68) saturate(.88)}
  100%{opacity:0;backdrop-filter:blur(0) brightness(1)}
}

@media(max-width:680px){
  .menu-overlay.page-layer{
    --menu-target-inset:10px;
    --menu-target-width:calc(100vw - 20px);
    --menu-target-height:calc(100dvh - 20px);
  }
  .menu-panel{
    top:var(--menu-target-inset);
    right:var(--menu-target-inset);
    bottom:auto;
    width:var(--menu-target-width);
    height:var(--menu-target-height);
    border-radius:24px;
  }
}

@media(prefers-reduced-motion:reduce){
  .menu-overlay.is-open .menu-panel,
  .menu-overlay.is-closing .menu-panel,
  .menu-overlay.is-open .menu-panel__header,
  .menu-overlay.is-open .menu-nav button,
  .menu-overlay.is-open .menu-panel__footer,
  .menu-overlay.is-closing .menu-panel__header,
  .menu-overlay.is-closing .menu-nav button,
  .menu-overlay.is-closing .menu-panel__footer,
  .menu-overlay.is-open .menu-backdrop,
  .menu-overlay.is-closing .menu-backdrop{
    animation-duration:.01ms!important;
    animation-delay:0s!important;
  }
}

/* =========================================================
   V20 — PLAN C label morphs into the modal
   ========================================================= */
.plan-modal.page-layer{
  --plan-origin-dx:0px;
  --plan-origin-dy:0px;
  --plan-origin-sx:.12;
  --plan-origin-sy:.08;
  --plan-origin-radius:30px;
  position:fixed;
  inset:0;
  z-index:940;
  overflow:hidden;
  visibility:hidden;
  opacity:1;
  transform:none;
  background:transparent;
  pointer-events:none;
  transition:visibility 0s linear .8s;
}
.plan-modal.is-open,
.plan-modal.is-closing{
  visibility:visible;
  pointer-events:auto;
  transition:none;
}
.plan-modal__backdrop{
  opacity:0;
  background:rgba(0,0,0,.46);
  backdrop-filter:blur(0) brightness(1) saturate(1);
  transition:none;
}
.plan-modal.is-open:not(.is-closing) .plan-modal__backdrop{
  animation:planMorphBackdropIn .58s .08s var(--ease2) both;
}
.plan-modal.is-closing .plan-modal__backdrop{
  animation:planMorphBackdropOut .56s ease both;
}
.plan-modal .plan-dialog{
  opacity:0;
  transform-origin:0 0;
  transform:
    translate3d(var(--plan-origin-dx),var(--plan-origin-dy),0)
    scale(var(--plan-origin-sx),var(--plan-origin-sy));
  border-radius:var(--plan-origin-radius);
  will-change:transform,opacity,border-radius,box-shadow;
  overflow:auto;
}
.plan-modal.is-open:not(.is-closing) .plan-dialog{
  animation:planLabelMorphIn .92s cubic-bezier(.18,.9,.24,1.06) both;
}
.plan-modal.is-closing .plan-dialog{
  animation:planLabelMorphOut .74s cubic-bezier(.66,-.06,.3,1.02) both;
}
.plan-modal .plan-dialog__header,
.plan-modal .plan-wrap{
  opacity:0;
  transform:translateY(18px) scale(.985);
  transform-origin:50% 0;
}
.plan-modal.is-open:not(.is-closing) .plan-dialog__header{
  animation:planMorphContentIn .46s .46s var(--ease2) both;
}
.plan-modal.is-open:not(.is-closing) .plan-wrap{
  animation:planMorphContentIn .58s .52s var(--ease2) both;
}
.plan-modal.is-closing .plan-dialog__header,
.plan-modal.is-closing .plan-wrap{
  animation:planMorphContentOut .18s ease both;
}
body.has-plan #plan-portal{
  opacity:0;
  transform:scale(.94);
  pointer-events:none;
  transition:opacity .12s ease,transform .22s var(--ease2);
}
body.has-plan .app-shell,
body.has-plan .site-header,
body.has-plan .contact-fab{
  filter:blur(5px) brightness(.63) saturate(.78);
  opacity:.58;
  transform:scale(.982);
  transform-origin:center center;
  transition:filter .5s var(--ease2),opacity .42s ease,transform .62s var(--ease2);
}

@keyframes planLabelMorphIn{
  0%{
    opacity:.98;
    transform:
      translate3d(var(--plan-origin-dx),var(--plan-origin-dy),0)
      scale(var(--plan-origin-sx),var(--plan-origin-sy));
    border-radius:var(--plan-origin-radius);
    box-shadow:0 8px 24px rgba(0,0,0,.16),0 0 0 1px rgba(255,255,255,.68) inset;
  }
  54%{
    opacity:1;
    transform:translate3d(-10px,7px,0) scale(1.018,1.012);
    border-radius:calc(var(--glass-radius) + 3px);
    box-shadow:0 58px 170px rgba(0,0,0,.68),0 0 0 1px rgba(255,255,255,.14) inset;
  }
  73%{
    transform:translate3d(4px,-3px,0) scale(.994,.997);
  }
  88%{
    transform:translate3d(-1px,1px,0) scale(1.004,1.002);
  }
  100%{
    opacity:1;
    transform:translate3d(0,0,0) scale(1);
    border-radius:var(--glass-radius);
    box-shadow:0 50px 160px rgba(0,0,0,.66),inset 0 1px 0 rgba(255,255,255,.08);
  }
}
@keyframes planLabelMorphOut{
  0%{
    opacity:1;
    transform:translate3d(0,0,0) scale(1);
    border-radius:var(--glass-radius);
  }
  18%{
    transform:translate3d(5px,-3px,0) scale(1.008,1.006);
  }
  100%{
    opacity:.96;
    transform:
      translate3d(var(--plan-origin-dx),var(--plan-origin-dy),0)
      scale(var(--plan-origin-sx),var(--plan-origin-sy));
    border-radius:var(--plan-origin-radius);
    box-shadow:0 8px 24px rgba(0,0,0,.14),0 0 0 1px rgba(255,255,255,.7) inset;
  }
}
@keyframes planMorphBackdropIn{
  from{opacity:0;backdrop-filter:blur(0) brightness(1) saturate(1)}
  to{opacity:1;backdrop-filter:blur(12px) brightness(.64) saturate(.82)}
}
@keyframes planMorphBackdropOut{
  from{opacity:1;backdrop-filter:blur(12px) brightness(.64) saturate(.82)}
  to{opacity:0;backdrop-filter:blur(0) brightness(1) saturate(1)}
}
@keyframes planMorphContentIn{
  0%{opacity:0;transform:translateY(18px) scale(.985)}
  68%{opacity:1;transform:translateY(-3px) scale(1.004)}
  100%{opacity:1;transform:none}
}
@keyframes planMorphContentOut{
  from{opacity:1;transform:none}
  to{opacity:0;transform:translateY(-10px) scale(.988)}
}

@media(max-width:760px){
  .plan-modal.page-layer{
    --plan-origin-radius:22px;
  }
  .plan-modal.is-open:not(.is-closing) .plan-dialog{
    animation-duration:.78s;
  }
  .plan-modal.is-closing .plan-dialog{
    animation-duration:.62s;
  }
}
@media(prefers-reduced-motion:reduce){
  .plan-modal.is-open:not(.is-closing) .plan-dialog,
  .plan-modal.is-closing .plan-dialog,
  .plan-modal.is-open:not(.is-closing) .plan-modal__backdrop,
  .plan-modal.is-closing .plan-modal__backdrop,
  .plan-modal.is-open:not(.is-closing) .plan-dialog__header,
  .plan-modal.is-open:not(.is-closing) .plan-wrap,
  .plan-modal.is-closing .plan-dialog__header,
  .plan-modal.is-closing .plan-wrap{
    animation-duration:.01ms!important;
    animation-delay:0s!important;
  }
}

/* =========================================================
   V21 — reliable two-way PLAN C label ↔ modal FLIP morph
   ========================================================= */
.plan-modal.is-measuring .plan-dialog{
  animation:none!important;
  opacity:0!important;
  transform:none!important;
  transition:none!important;
}
.plan-modal.is-js-morph.is-open:not(.is-closing) .plan-dialog,
.plan-modal.is-js-morph.is-closing .plan-dialog{
  animation:none!important;
}
.plan-modal.is-js-morph.is-open:not(.is-closing) .plan-dialog{
  opacity:1;
  transform:none;
}
.plan-modal.is-js-morph.is-closing .plan-dialog{
  opacity:1;
}

/* =========================================================
   V22 — stable PLAN C proxy morph
   The real modal is never scaled to the label size.
   ========================================================= */
#plan-page.plan-modal{
  position:fixed;
  inset:0;
  z-index:800;
  display:grid;
  place-items:center;
  padding:clamp(10px,2vw,28px);
  overflow:hidden;
  background:transparent;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:none !important;
  transition:opacity .22s ease,visibility .22s ease;
}
#plan-page.plan-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none !important;
}
#plan-page .plan-modal__backdrop{
  opacity:0;
  transition:opacity .38s cubic-bezier(.22,.61,.36,1),backdrop-filter .38s cubic-bezier(.22,.61,.36,1);
}
#plan-page.is-backdrop-visible .plan-modal__backdrop{
  opacity:1;
}
#plan-page .plan-dialog{
  position:relative;
  z-index:2;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:none !important;
  transform-origin:center center !important;
  transition:opacity .24s ease,filter .32s ease;
  filter:blur(2px);
}
#plan-page.is-content-entering .plan-dialog{
  visibility:visible;
  opacity:0;
  pointer-events:none;
  filter:blur(2px);
}
#plan-page.is-content-visible .plan-dialog{
  visibility:visible;
  opacity:1;
  pointer-events:auto;
  transform:none !important;
  filter:blur(0);
}
#plan-page.is-closing .plan-dialog{
  pointer-events:none;
}

.plan-morph-proxy{
  position:fixed;
  z-index:1200;
  overflow:hidden;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(145deg,rgba(14,18,23,.96),rgba(7,10,13,.92));
  backdrop-filter:blur(30px) saturate(135%);
  box-shadow:0 18px 54px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08);
  will-change:left,top,width,height,border-radius,opacity;
  contain:layout paint;
}
.plan-morph-proxy__shine{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 0%,rgba(255,255,255,.08),transparent 34%),
    radial-gradient(circle at 82% 16%,rgba(55,96,136,.08),transparent 30%);
  pointer-events:none;
}
.plan-morph-proxy__copy{
  position:absolute;
  left:clamp(16px,3vw,34px);
  top:50%;
  transform:translateY(-50%);
  display:grid;
  align-content:center;
  gap:3px;
  min-width:max-content;
  color:#fff;
  white-space:nowrap;
}
.plan-morph-proxy__copy.is-hidden{opacity:0}
.plan-morph-proxy__copy strong{
  font-family:var(--font-en);
  font-size:clamp(19px,2.2vw,32px);
  line-height:.95;
  letter-spacing:-.035em;
}
.plan-morph-proxy__copy small{
  font-family:var(--font-en);
  font-size:clamp(9px,.9vw,14px);
  line-height:1;
  color:rgba(255,255,255,.78);
}

/* Keep the destination label visible during the closing illusion. */
@media (min-width:761px){
  .plan-portal.is-plan-returning .plan-portal__label{
    width:360px !important;
    opacity:1 !important;
    transform:none !important;
    visibility:visible !important;
  }
  .plan-portal.is-plan-returning .plan-portal__label-line{
    width:72px !important;
  }
  .plan-portal.is-plan-returning .plan-portal__emergency{
    transform:translate(34px,-14px) rotate(0deg) scale(1) !important;
  }
  .plan-portal.is-plan-returning .plan-portal__badge-alert{
    opacity:0 !important;
  }
  .plan-portal.is-plan-returning .plan-portal__badge-flame{
    opacity:1 !important;
    transform:translateY(4px) scale(1) rotate(0deg) !important;
  }
}

@media (max-width:760px){
  #plan-page.plan-modal{padding:9px}
  #plan-page .plan-dialog{
    width:calc(100vw - 18px) !important;
    height:calc(100vh - 18px) !important;
    transform:none !important;
  }
  .plan-morph-proxy__copy{left:14px}
  .plan-morph-proxy__copy strong{font-size:18px}
  .plan-morph-proxy__copy small{font-size:9px}
}

/* Neutralize obsolete V20/V21 keyframe morphs. */
#plan-page .plan-dialog,
#plan-page .plan-dialog__header,
#plan-page .plan-wrap,
#plan-page .plan-modal__backdrop{
  animation:none !important;
}
#plan-page .plan-dialog__header,
#plan-page .plan-wrap{
  opacity:1 !important;
  transform:none !important;
}

/* =========================================================
   V23 — PLAN C left-side panel + quicker spring proxy
   ========================================================= */
#plan-page.plan-modal{
  --plan-panel-inset:clamp(14px,1.5vw,26px);
  --plan-panel-width:min(72vw,1180px);
  display:block;
  padding:0;
  overflow:hidden;
}
#plan-page .plan-dialog{
  position:absolute;
  left:var(--plan-panel-inset);
  top:var(--plan-panel-inset);
  right:auto;
  bottom:auto;
  width:var(--plan-panel-width) !important;
  max-width:calc(100vw - (var(--plan-panel-inset) * 2)) !important;
  height:calc(100dvh - (var(--plan-panel-inset) * 2)) !important;
  max-height:calc(100dvh - (var(--plan-panel-inset) * 2)) !important;
  margin:0;
  border-radius:clamp(24px,2vw,34px);
  transform-origin:0 50% !important;
  transition:
    opacity .18s ease,
    filter .24s ease,
    transform .34s cubic-bezier(.16,1,.3,1) !important;
}
#plan-page .plan-dialog::before{
  position:absolute;
  inset:0;
  border-radius:inherit;
}
#plan-page.is-content-entering .plan-dialog{
  visibility:visible;
  opacity:0;
  filter:blur(2px);
  transform:translate3d(-12px,0,0) scale(.986,.992) !important;
}
#plan-page.is-content-visible .plan-dialog{
  visibility:visible;
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,0,0) scale(1) !important;
  animation:planPanelSpringSettle .38s cubic-bezier(.16,1,.3,1) both !important;
}
#plan-page.is-closing .plan-dialog{
  opacity:0;
  filter:blur(1.5px);
  transform:translate3d(-8px,0,0) scale(.992,1.006) !important;
  transition-duration:.16s !important;
  animation:none !important;
}
#plan-page .plan-modal__backdrop{
  background:rgba(0,0,0,.48);
  backdrop-filter:blur(0) brightness(1) saturate(1);
  transition:
    opacity .28s cubic-bezier(.22,.61,.36,1),
    backdrop-filter .34s cubic-bezier(.22,.61,.36,1) !important;
}
#plan-page.is-backdrop-visible .plan-modal__backdrop{
  opacity:1;
  backdrop-filter:blur(10px) brightness(.69) saturate(.86);
}
body.has-plan .app-shell,
body.has-plan .site-header,
body.has-plan .contact-fab{
  filter:blur(4px) brightness(.68) saturate(.82);
  opacity:.62;
  transform:translate3d(clamp(18px,2.4vw,46px),0,0) scale(.986);
  transform-origin:100% 50%;
  transition:
    filter .34s cubic-bezier(.22,.61,.36,1),
    opacity .28s ease,
    transform .46s cubic-bezier(.16,1,.3,1);
}
body.has-plan .site-header{
  filter:blur(4px) brightness(.68) saturate(.82);
}
.plan-morph-proxy{
  transform-origin:0 50%;
  border-radius:clamp(22px,2vw,34px);
  will-change:left,top,width,height,border-radius,opacity,box-shadow;
}
.plan-morph-proxy__copy{
  transition:none;
}
@keyframes planPanelSpringSettle{
  0%{opacity:.35;transform:translate3d(-8px,0,0) scale(.988,.994)}
  58%{opacity:1;transform:translate3d(2px,0,0) scale(1.008,.996)}
  78%{transform:translate3d(-1px,0,0) scale(.997,1.004)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1)}
}

@media(max-width:1180px){
  #plan-page.plan-modal{
    --plan-panel-width:min(78vw,940px);
  }
}
@media(max-width:920px){
  #plan-page.plan-modal{
    --plan-panel-inset:12px;
    --plan-panel-width:calc(100vw - 24px);
  }
  #plan-page .plan-dialog{
    width:var(--plan-panel-width) !important;
    max-width:var(--plan-panel-width) !important;
    height:calc(100dvh - 24px) !important;
    max-height:calc(100dvh - 24px) !important;
  }
  body.has-plan .app-shell,
  body.has-plan .site-header,
  body.has-plan .contact-fab{
    transform:scale(.988);
    opacity:.48;
  }
}
@media(max-width:760px){
  #plan-page.plan-modal{
    --plan-panel-inset:8px;
    --plan-panel-width:calc(100vw - 16px);
  }
  #plan-page .plan-dialog{
    left:8px;
    top:8px;
    width:calc(100vw - 16px) !important;
    max-width:calc(100vw - 16px) !important;
    height:calc(100dvh - 16px) !important;
    max-height:calc(100dvh - 16px) !important;
    border-radius:24px;
  }
}
@media(prefers-reduced-motion:reduce){
  #plan-page.is-content-visible .plan-dialog{
    animation-duration:.01ms !important;
  }
}

/* =========================================================
   V24 — ABOUT / scroll narrative / moving project gallery
   ========================================================= */
.studio-page{
  background:
    radial-gradient(ellipse 55% 32% at 78% 8%, rgba(21,70,92,.15), transparent 70%),
    radial-gradient(ellipse 48% 32% at 20% 68%, rgba(238,64,47,.09), transparent 72%),
    #07090b;
  color:#fff;
  overscroll-behavior:contain;
  scroll-behavior:auto;
}
.studio-page::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:calc(100vw / 12) 100%,100% 92px;
  opacity:.42;
  z-index:0;
}
.about-page-grid{position:fixed;opacity:.3;z-index:0}
.about-header{
  position:sticky;
  top:0;
  z-index:30;
  min-height:74px;
  padding:16px var(--ui-edge,clamp(16px,1.45vw,28px)) 0;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:start;
  background:linear-gradient(to bottom,rgba(7,9,11,.94) 0%,rgba(7,9,11,.68) 52%,rgba(7,9,11,0) 100%);
  backdrop-filter:blur(10px);
}
.about-header>img{width:clamp(132px,10vw,166px);height:auto;justify-self:start}
.about-header__meta{
  justify-self:center;
  display:flex;
  gap:18px;
  padding-top:10px;
  font-family:var(--font-en);
  font-size:9px;
  letter-spacing:.19em;
  text-transform:uppercase;
  color:rgba(255,255,255,.42);
}
.about-header .layer-close{justify-self:end}
.about-page{position:relative;z-index:2}
.about-section-label{
  font-family:var(--font-en);
  font-size:10px;
  font-weight:590;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(255,255,255,.42);
}

.about-story{position:relative;height:290vh;min-height:1900px}
.about-story__sticky{
  position:sticky;
  top:0;
  height:100vh;
  min-height:680px;
  padding:clamp(108px,13vh,150px) var(--ui-edge,clamp(16px,1.45vw,28px)) clamp(54px,8vh,90px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
}
.about-story__topline{
  position:absolute;
  top:clamp(96px,11vh,124px);
  left:var(--ui-edge,clamp(16px,1.45vw,28px));
  right:var(--ui-edge,clamp(16px,1.45vw,28px));
  display:flex;
  justify-content:space-between;
  font-family:var(--font-en);
  font-size:9px;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(255,255,255,.35);
}
.about-story__copy{
  position:relative;
  z-index:3;
  width:min(1240px,92vw);
  margin:0 auto;
  font-family:var(--font-en);
  font-size:clamp(48px,5.8vw,91px);
  font-variation-settings:"wght" 580;
  font-weight:580;
  line-height:.98;
  letter-spacing:-.055em;
  text-wrap:balance;
}
.about-story__line{display:block;margin:.045em 0}
.about-story__word{
  display:inline-block;
  will-change:transform,opacity,filter;
  opacity:.12;
  color:#fff;
}
.about-story__word.is-spark{color:var(--spark)}
.about-story__media{position:absolute;inset:0;z-index:2;pointer-events:none}
.about-story__media-card{
  position:absolute;
  margin:0;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:#0c1014;
  box-shadow:0 24px 70px rgba(0,0,0,.42);
  opacity:0;
  will-change:transform,opacity;
}
.about-story__media-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.96) brightness(.78)}
.about-story__media-card figcaption{
  position:absolute;
  left:10px;
  bottom:8px;
  font-family:var(--font-en);
  font-size:7px;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
}
.about-story__media-card--1{width:clamp(150px,14vw,230px);aspect-ratio:1.42;right:6vw;top:19vh;transform:rotate(6deg)}
.about-story__media-card--2{width:clamp(112px,10vw,168px);aspect-ratio:.74;left:5vw;bottom:14vh;transform:rotate(-7deg)}
.about-story__media-card--3{width:clamp(145px,13vw,210px);aspect-ratio:1.42;right:15vw;bottom:10vh;transform:rotate(-4deg)}
.about-story__meter{
  position:absolute;
  left:var(--ui-edge,clamp(16px,1.45vw,28px));
  right:var(--ui-edge,clamp(16px,1.45vw,28px));
  bottom:26px;
  height:1px;
  overflow:hidden;
  background:rgba(255,255,255,.1);
}
.about-story__meter span{display:block;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left center;will-change:transform}

.about-practice{
  width:min(1320px,calc(100% - (var(--ui-edge,24px) * 2)));
  min-height:92vh;
  margin:0 auto;
  padding:clamp(110px,16vh,190px) 0;
  display:grid;
  align-content:center;
  border-top:1px solid rgba(255,255,255,.1);
}
.about-practice__grid{
  margin-top:clamp(36px,6vh,70px);
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.about-practice__grid h2{
  grid-column:1/span 6;
  margin:0;
  max-width:9ch;
  font-family:var(--font-en);
  font-size:clamp(46px,5.2vw,76px);
  font-weight:560;
  line-height:.94;
  letter-spacing:-.055em;
}
.about-practice__grid p{
  grid-column:8/-1;
  margin:4px 0 0;
  font-family:var(--font-ko);
  font-size:clamp(14px,1.1vw,17px);
  font-weight:330;
  font-variation-settings:"wght" 330;
  line-height:1.95;
  letter-spacing:-.018em;
  word-break:keep-all;
  color:rgba(255,255,255,.66);
}

.about-capabilities{
  width:min(1320px,calc(100% - (var(--ui-edge,24px) * 2)));
  margin:0 auto;
  padding:clamp(100px,13vh,160px) 0 clamp(140px,18vh,220px);
  border-top:1px solid rgba(255,255,255,.1);
}
.about-capabilities__head{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
  align-items:end;
  margin-bottom:clamp(48px,7vh,86px);
}
.about-capabilities__head .about-section-label{grid-column:1/span 4}
.about-capabilities__head h2{
  grid-column:5/-1;
  margin:0;
  font-family:var(--font-en);
  font-size:clamp(54px,6.6vw,98px);
  font-weight:570;
  line-height:.88;
  letter-spacing:-.065em;
}
.about-capabilities__list{border-top:1px solid rgba(255,255,255,.12)}
.about-capability{
  display:grid;
  grid-template-columns:70px 1fr auto;
  gap:20px;
  align-items:center;
  min-height:clamp(76px,9vh,104px);
  border-bottom:1px solid rgba(255,255,255,.12);
  opacity:0;
  will-change:transform,opacity;
  transition:color .25s ease,background .25s ease,padding .35s var(--ease2);
}
.about-capability:hover{padding:0 16px;background:rgba(255,255,255,.028)}
.about-capability span{
  font-family:var(--font-en);
  font-size:9px;
  letter-spacing:.16em;
  color:var(--spark);
}
.about-capability strong{
  font-family:var(--font-en);
  font-size:clamp(30px,3.7vw,57px);
  font-weight:520;
  line-height:1;
  letter-spacing:-.045em;
}
.about-capability i{font-style:normal;font-size:24px;color:rgba(255,255,255,.3);transition:transform .28s var(--ease2),color .28s ease}
.about-capability:hover i{transform:translate(4px,-4px);color:#fff}

.about-gallery{position:relative;height:300vh;min-height:2100px;border-top:1px solid rgba(255,255,255,.1)}
.about-gallery__sticky{
  position:sticky;
  top:0;
  height:100vh;
  min-height:680px;
  padding:clamp(90px,11vh,120px) 0 30px;
  overflow:hidden;
  display:grid;
  grid-template-rows:auto 1fr auto;
}
.about-gallery__head{
  position:relative;
  z-index:3;
  padding:0 var(--ui-edge,clamp(16px,1.45vw,28px));
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
}
.about-gallery__head h2{
  margin:10px 0 0;
  font-family:var(--font-en);
  font-size:clamp(48px,5.5vw,82px);
  line-height:.9;
  letter-spacing:-.06em;
  font-weight:560;
}
.about-gallery__head>p{
  max-width:210px;
  margin:0 0 6px;
  font-family:var(--font-en);
  font-size:10px;
  line-height:1.5;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.4);
}
.about-gallery__viewport{
  position:relative;
  width:100%;
  overflow:visible;
  display:flex;
  align-items:center;
}
.about-gallery__track{
  display:flex;
  align-items:center;
  gap:clamp(22px,3vw,48px);
  width:max-content;
  padding:0 10vw;
  will-change:transform;
}
.about-gallery-card{
  --gallery-focus:0;
  --gallery-scale:.86;
  --gallery-opacity:.3;
  --gallery-saturation:.62;
  --gallery-brightness:.56;
  flex:0 0 auto;
  width:clamp(270px,35vw,540px);
  aspect-ratio:1.42;
  transform:translateY(var(--gallery-lift)) rotate(var(--gallery-rotation)) scale(var(--gallery-scale));
  opacity:var(--gallery-opacity);
  filter:saturate(var(--gallery-saturation)) brightness(var(--gallery-brightness));
  transition:filter .16s linear,opacity .16s linear;
  will-change:transform,filter,opacity;
}
.about-gallery-card[data-ratio="portrait"]{width:clamp(205px,24vw,360px);aspect-ratio:.74}
.about-gallery-card button{
  position:relative;
  width:100%;
  height:100%;
  display:block;
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.14);
  background:#0b0f13;
  box-shadow:0 34px 100px rgba(0,0,0,.52);
}
.about-gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease2),filter .3s ease}
.about-gallery-card button:hover img{transform:scale(1.06);filter:brightness(.68)}
.about-gallery-card button>span{
  position:absolute;
  inset:auto 0 0;
  padding:42px 16px 15px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:5px 12px;
  align-items:end;
  text-align:left;
  background:linear-gradient(to top,rgba(0,0,0,.82),transparent);
}
.about-gallery-card button b{grid-row:1/span 2;font-family:var(--font-en);font-size:8px;letter-spacing:.14em;color:var(--spark)}
.about-gallery-card button strong{font-family:var(--font-en);font-size:clamp(18px,1.8vw,28px);font-weight:520;line-height:1;letter-spacing:-.04em}
.about-gallery-card button em{font-family:var(--font-en);font-size:7px;font-style:normal;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.about-gallery__footer{
  padding:0 var(--ui-edge,clamp(16px,1.45vw,28px));
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:16px;
  align-items:center;
  font-family:var(--font-en);
  font-size:9px;
  letter-spacing:.16em;
  color:rgba(255,255,255,.54);
}
.about-gallery__progress{height:1px;background:rgba(255,255,255,.12);overflow:hidden}
.about-gallery__progress i{display:block;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left center;will-change:transform}

.about-footer{
  min-height:72vh;
  padding:clamp(110px,18vh,210px) var(--ui-edge,clamp(16px,1.45vw,28px)) 44px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border-top:1px solid rgba(255,255,255,.1);
  background:radial-gradient(ellipse 65% 58% at 50% 110%,rgba(238,64,47,.18),transparent 72%);
}
.about-footer p{margin:0 0 18px;font-family:var(--font-en);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.42)}
.about-footer a{
  width:fit-content;
  font-family:var(--font-en);
  font-size:clamp(52px,8vw,128px);
  font-weight:560;
  line-height:.88;
  letter-spacing:-.07em;
  border-bottom:2px solid rgba(255,255,255,.35);
  transition:border-color .25s ease,color .25s ease;
}
.about-footer a:hover{border-color:var(--spark);color:#fff}

@media(max-width:900px){
  .about-header__meta{display:none}
  .about-header{grid-template-columns:1fr auto}
  .about-header .layer-close{grid-column:2}
  .about-story{height:265vh;min-height:1600px}
  .about-story__sticky{min-height:620px;padding-top:100px}
  .about-story__copy{font-size:clamp(40px,8.3vw,68px);width:calc(100% - 32px)}
  .about-story__media-card--1{right:3vw;top:15vh}
  .about-story__media-card--2{left:3vw;bottom:12vh}
  .about-story__media-card--3{right:4vw;bottom:8vh}
  .about-practice__grid{grid-template-columns:1fr;gap:36px}
  .about-practice__grid h2,.about-practice__grid p{grid-column:auto}
  .about-practice__grid h2{max-width:11ch}
  .about-practice__grid p{max-width:720px}
  .about-capabilities__head{grid-template-columns:1fr;gap:30px}
  .about-capabilities__head .about-section-label,.about-capabilities__head h2{grid-column:auto}
  .about-capability{grid-template-columns:48px 1fr auto}
  .about-gallery{height:270vh;min-height:1800px}
  .about-gallery__head>p{display:none}
  .about-gallery-card{width:62vw;max-width:500px}
  .about-gallery-card[data-ratio="portrait"]{width:43vw;max-width:330px}
}

@media(max-width:600px){
  .about-header{min-height:64px;padding:12px 12px 0}
  .about-header>img{width:126px}
  .about-story{height:245vh;min-height:1420px}
  .about-story__sticky{min-height:560px;padding:92px 12px 46px}
  .about-story__topline{top:76px;left:12px;right:12px;font-size:8px}
  .about-story__copy{font-size:clamp(35px,10.8vw,52px);line-height:1.01;width:100%;letter-spacing:-.05em}
  .about-story__media-card{border-radius:10px}
  .about-story__media-card--1{width:112px;right:4px;top:16vh}
  .about-story__media-card--2{width:84px;left:5px;bottom:13vh}
  .about-story__media-card--3{width:110px;right:8px;bottom:7vh}
  .about-story__meter{left:12px;right:12px;bottom:18px}
  .about-practice,.about-capabilities{width:calc(100% - 24px)}
  .about-practice{min-height:auto;padding:110px 0}
  .about-practice__grid{margin-top:32px;gap:28px}
  .about-practice__grid h2{font-size:clamp(38px,12vw,54px)}
  .about-practice__grid p{font-size:14px;line-height:1.85}
  .about-capabilities{padding:100px 0 140px}
  .about-capabilities__head h2{font-size:clamp(46px,14vw,68px)}
  .about-capability{grid-template-columns:34px 1fr auto;min-height:72px;gap:10px}
  .about-capability strong{font-size:clamp(27px,8vw,38px)}
  .about-capability i{font-size:18px}
  .about-gallery{height:240vh;min-height:1500px}
  .about-gallery__sticky{min-height:560px;padding-top:82px}
  .about-gallery__head{padding:0 12px}
  .about-gallery__head h2{font-size:clamp(40px,12vw,56px)}
  .about-gallery__track{gap:18px;padding:0 12vw}
  .about-gallery-card{width:72vw;max-width:none}
  .about-gallery-card[data-ratio="portrait"]{width:52vw;max-width:none}
  .about-gallery-card button{border-radius:14px}
  .about-gallery__footer{padding:0 12px;gap:10px}
  .about-footer{min-height:58vh;padding:100px 12px 26px}
  .about-footer a{font-size:clamp(46px,15vw,72px)}
}

/* =========================================================
   V25 — About editorial rebuild
   ========================================================= */
.about-story{
  position:relative;
  height:250vh;
  min-height:1760px;
  padding-bottom:54vh;
}
.about-story__sticky{
  position:sticky;
  top:0;
  height:100vh;
  min-height:660px;
  padding:clamp(100px,12vh,138px) var(--ui-edge,clamp(16px,1.45vw,28px)) clamp(54px,7vh,78px);
  justify-content:center;
  overflow:hidden;
}
.about-story__copy{
  width:min(1480px,calc(100vw - (var(--ui-edge,24px) * 4)));
  margin:0 auto;
  font-family:var(--font-en);
  font-size:clamp(42px,3.9vw,66px);
  font-variation-settings:"wght" 620;
  font-weight:620;
  line-height:1.075;
  letter-spacing:-.036em;
  text-wrap:initial;
  transition:opacity .16s linear,transform .16s linear;
}
.about-story__line{
  display:block;
  margin:.025em 0;
  white-space:nowrap;
}
.about-story__word{
  display:inline-block;
  opacity:.13;
  color:#fff;
  will-change:transform,opacity,filter;
}
.about-story__space{
  display:inline-block;
  width:.255em;
}
.about-story__word.is-spark{color:var(--spark)}
.about-story__media{display:none!important}
.about-story__continuation{
  position:absolute;
  left:50%;
  bottom:9vh;
  width:min(1320px,calc(100% - (var(--ui-edge,24px) * 2)));
  transform:translate3d(-50%,32px,0);
  opacity:0;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
  z-index:5;
  will-change:transform,opacity;
}
.about-story__continuation p{
  grid-column:7/-1;
  margin:0;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.14);
  font-family:var(--font-ko);
  font-size:clamp(14px,1.05vw,17px);
  font-weight:320;
  font-variation-settings:"wght" 320;
  line-height:2;
  letter-spacing:-.012em;
  word-break:keep-all;
  color:rgba(255,255,255,.68);
}

.about-capabilities{
  width:100%;
  margin:0;
  padding:clamp(120px,17vh,210px) var(--ui-edge,clamp(16px,1.45vw,28px));
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
  text-align:center;
}
.about-capabilities__head{
  display:grid;
  justify-items:center;
  gap:18px;
  margin:0 0 clamp(44px,7vh,82px);
}
.about-capabilities__head .about-section-label{
  grid-column:auto;
  color:rgba(255,255,255,.38);
}
.about-capabilities__head h2{
  grid-column:auto;
  margin:0;
  font-family:var(--font-en);
  font-size:clamp(15px,1.3vw,21px);
  font-weight:500;
  line-height:1;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(255,255,255,.62);
}
.about-capabilities__text{
  width:min(1540px,96vw);
  margin:0 auto;
  font-family:var(--font-en);
  font-size:clamp(36px,4.9vw,76px);
  font-weight:650;
  font-variation-settings:"wght" 650;
  line-height:1.07;
  letter-spacing:-.045em;
  text-transform:uppercase;
  text-align:center;
  text-wrap:balance;
  color:rgba(255,255,255,.92);
}
.about-capability{display:none!important}

.about-gallery{
  position:relative;
  height:auto;
  min-height:0;
  padding:clamp(120px,16vh,190px) 0 clamp(140px,18vh,220px);
  border-top:0;
  overflow:hidden;
}
.about-gallery__head{
  padding:0 var(--ui-edge,clamp(16px,1.45vw,28px));
  display:grid;
  justify-items:center;
  gap:12px;
  text-align:center;
}
.about-gallery__head h2{
  margin:8px 0 0;
  font-family:var(--font-en);
  font-size:clamp(48px,5.7vw,88px);
  line-height:.95;
  letter-spacing:-.06em;
  font-weight:590;
}
.about-gallery__head>p{
  display:block;
  max-width:none;
  margin:6px 0 0;
  font-family:var(--font-en);
  font-size:10px;
  line-height:1.5;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:rgba(255,255,255,.38);
}
.about-gallery__viewport{
  position:relative;
  width:100%;
  margin-top:clamp(48px,7vh,82px);
  padding:34px 0 58px;
  overflow:hidden;
  display:block;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.about-gallery__track{
  display:flex;
  align-items:center;
  gap:0;
  width:max-content;
  padding:0;
  animation:about-gallery-belt 58s linear infinite;
  will-change:transform;
}
.about-gallery__viewport:hover .about-gallery__track{animation-play-state:paused}
.about-gallery__group{
  display:flex;
  align-items:center;
  gap:clamp(18px,1.7vw,30px);
  padding-right:clamp(18px,1.7vw,30px);
  flex:0 0 auto;
}
@keyframes about-gallery-belt{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
.about-gallery-card,
.about-gallery-card[data-ratio="portrait"]{
  --gallery-scale:1;
  flex:0 0 auto;
  width:auto;
  height:clamp(230px,25vw,390px);
  aspect-ratio:1.62;
  transform:none;
  opacity:1;
  filter:none;
  transition:transform .55s var(--ease2),filter .3s ease;
  position:relative;
  z-index:1;
  will-change:transform;
}
.about-gallery-card:hover,
.about-gallery-card:focus-within{
  transform:scale(1.055);
  z-index:20;
}
.about-gallery-card button{
  position:relative;
  width:100%;
  height:100%;
  display:block;
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.14);
  background:#0b0f13;
  box-shadow:0 28px 82px rgba(0,0,0,.45);
}
.about-gallery-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s var(--ease2),filter .35s ease;
}
.about-gallery-card:hover img,
.about-gallery-card:focus-within img{
  transform:scale(1.07);
  filter:brightness(.54) saturate(.88);
}
.about-gallery-card button>span{display:block}
.about-gallery-card__shade{
  position:absolute!important;
  inset:0!important;
  padding:0!important;
  background:rgba(0,0,0,.08)!important;
  opacity:0;
  transition:opacity .32s ease;
}
.about-gallery-card:hover .about-gallery-card__shade,
.about-gallery-card:focus-within .about-gallery-card__shade{opacity:1}
.about-gallery-card__view{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  right:auto!important;
  bottom:auto!important;
  inset:auto!important;
  transform:translate(-50%,-42%) scale(.9);
  padding:0 18px!important;
  min-height:46px;
  border-radius:999px;
  background:#fff!important;
  display:inline-flex!important;
  align-items:center;
  gap:10px;
  font-family:var(--font-en);
  font-size:12px;
  font-weight:620;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#0a0b0c;
  opacity:0;
  transition:opacity .28s ease,transform .45s var(--ease2);
  white-space:nowrap;
  z-index:4;
}
.about-gallery-card__view i{font-style:normal;font-size:14px}
.about-gallery-card:hover .about-gallery-card__view,
.about-gallery-card:focus-within .about-gallery-card__view{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}
.about-gallery-card__meta{
  position:absolute!important;
  left:16px!important;
  right:16px!important;
  bottom:14px!important;
  top:auto!important;
  inset:auto 16px 14px!important;
  padding:0!important;
  background:none!important;
  display:flex!important;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  text-align:left;
  z-index:3;
}
.about-gallery-card__meta strong{
  font-family:var(--font-en);
  font-size:clamp(17px,1.45vw,24px);
  font-weight:560;
  line-height:1;
  letter-spacing:-.035em;
  color:#fff;
}
.about-gallery-card__meta em{
  font-family:var(--font-en);
  font-size:8px;
  font-style:normal;
  line-height:1.2;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-align:right;
  color:rgba(255,255,255,.58);
}
.about-gallery__footer{display:none!important}

@media (max-width:1100px){
  .about-story{height:235vh;min-height:1540px;padding-bottom:50vh}
  .about-story__copy{font-size:clamp(38px,5.4vw,58px);width:calc(100% - 48px)}
  .about-story__line{white-space:normal}
  .about-story__continuation{width:calc(100% - 48px)}
  .about-story__continuation p{grid-column:5/-1}
  .about-capabilities__text{font-size:clamp(34px,5.8vw,58px)}
  .about-gallery-card,.about-gallery-card[data-ratio="portrait"]{height:clamp(230px,31vw,340px)}
}

@media (max-width:760px){
  .about-story{
    height:220vh;
    min-height:1320px;
    padding-bottom:52vh;
  }
  .about-story__sticky{
    min-height:560px;
    padding:92px 12px 48px;
  }
  .about-story__copy{
    width:100%;
    font-size:clamp(34px,10vw,48px);
    line-height:1.08;
    letter-spacing:-.038em;
  }
  .about-story__line{margin:.08em 0;white-space:normal}
  .about-story__space{width:.24em}
  .about-story__continuation{
    width:calc(100% - 24px);
    bottom:7vh;
    display:block;
  }
  .about-story__continuation p{
    padding-top:18px;
    font-size:14px;
    line-height:1.9;
  }
  .about-capabilities{
    padding:100px 12px 120px;
  }
  .about-capabilities__head{margin-bottom:38px;gap:12px}
  .about-capabilities__head h2{font-size:13px}
  .about-capabilities__text{
    width:100%;
    font-size:clamp(29px,9.2vw,42px);
    line-height:1.1;
    letter-spacing:-.04em;
  }
  .about-gallery{padding:100px 0 130px}
  .about-gallery__head{padding:0 12px}
  .about-gallery__head h2{font-size:clamp(42px,12vw,58px)}
  .about-gallery__viewport{margin-top:40px;padding:26px 0 46px;-webkit-mask-image:none;mask-image:none}
  .about-gallery__track{animation-duration:42s}
  .about-gallery__group{gap:14px;padding-right:14px}
  .about-gallery-card,.about-gallery-card[data-ratio="portrait"]{
    height:220px;
    aspect-ratio:1.58;
  }
  .about-gallery-card:hover,.about-gallery-card:focus-within{transform:scale(1.035)}
  .about-gallery-card__meta{left:12px!important;right:12px!important;bottom:11px!important;inset:auto 12px 11px!important}
  .about-gallery-card__meta strong{font-size:17px}
  .about-gallery-card__meta em{display:none}
  .about-gallery-card__view{min-height:42px;padding:0 15px!important;font-size:10px}
}

@media (prefers-reduced-motion:reduce){
  .about-gallery__track{animation:none}
}

/* V25 gallery specificity safeguards against legacy card rules */
.about-gallery-card:hover button img,
.about-gallery-card:focus-within button img{
  transform:scale(1.07)!important;
  filter:brightness(.54) saturate(.88)!important;
}
.about-gallery-card button .about-gallery-card__meta strong{
  font-family:var(--font-en)!important;
  font-size:clamp(17px,1.45vw,24px)!important;
  font-weight:560!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
  color:#fff!important;
}
.about-gallery-card button .about-gallery-card__meta em{
  font-family:var(--font-en)!important;
  font-size:8px!important;
  font-style:normal!important;
  line-height:1.2!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  text-align:right!important;
  color:rgba(255,255,255,.58)!important;
}
@media(max-width:760px){
  .about-gallery-card button .about-gallery-card__meta strong{font-size:17px!important}
  .about-gallery-card button .about-gallery-card__meta em{display:none!important}
}

/* =========================================================
   V26 — About editorial grid normalization
   ========================================================= */
#studio-page,
.about-page{
  overflow-x:clip;
}
.about-page{
  --about-edge:clamp(20px,4vw,72px);
  --about-max:1320px;
  --about-rule:rgba(255,255,255,.11);
  width:100%;
}
.about-section-inner,
.about-story__inner{
  width:min(var(--about-max),calc(100% - (var(--about-edge) * 2)));
  margin-inline:auto;
}
.about-header{
  min-height:72px;
  padding:16px var(--about-edge) 0;
  grid-template-columns:1fr auto;
  align-items:start;
}
.about-header>img{
  width:clamp(126px,9vw,158px);
}
.about-header__meta,
.about-section-label,
.about-story__topline,
.about-story__meter{
  display:none!important;
}
.about-header .layer-close{
  grid-column:2;
  justify-self:end;
}

/* Narrative and Korean continuation share one editorial field. */
.about-story{
  position:relative;
  height:205vh;
  min-height:1420px;
  padding:0;
  border:0;
}
.about-story__sticky{
  position:sticky;
  top:0;
  width:100%;
  height:100svh;
  min-height:680px;
  padding:clamp(104px,12vh,138px) 0 clamp(58px,8vh,88px);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.about-story__inner{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:clamp(14px,1.3vw,22px);
  align-content:center;
}
.about-story__copy{
  grid-column:2 / -1;
  width:100%;
  margin:0;
  font-family:var(--font-en);
  font-size:clamp(38px,3vw,56px);
  font-weight:620;
  font-variation-settings:"wght" 620;
  line-height:1.085;
  letter-spacing:-.032em;
  text-wrap:initial;
}
.about-story__line{
  display:block;
  margin:.07em 0;
  white-space:nowrap;
}
.about-story__word{
  display:inline-block;
  opacity:.13;
  color:#fff;
  will-change:transform,opacity,filter;
}
.about-story__space{width:.27em}
.about-story__word.is-spark{color:var(--spark)}
.about-story__continuation{
  position:static;
  grid-column:6 / -1;
  width:auto;
  margin:clamp(36px,5vh,62px) 0 0;
  opacity:0;
  transform:translate3d(0,26px,0);
  display:block;
  z-index:auto;
  will-change:transform,opacity;
}
.about-story__continuation p{
  width:auto;
  margin:0;
  padding:0;
  border:0;
  font-family:var(--font-ko);
  font-size:clamp(14px,.98vw,16px);
  font-weight:320;
  font-variation-settings:"wght" 320;
  line-height:1.92;
  letter-spacing:-.018em;
  word-break:keep-all;
  color:rgba(255,255,255,.64);
}

/* Capabilities is a centered text composition, not a list of controls. */
.about-capabilities{
  width:100%;
  margin:0;
  padding:clamp(118px,15vh,180px) 0 clamp(128px,17vh,205px);
  border-top:1px solid var(--about-rule);
  border-bottom:1px solid var(--about-rule);
  text-align:center;
  overflow:hidden;
}
.about-capabilities__head{
  display:block;
  margin:0 0 clamp(42px,6vh,70px);
  text-align:center;
}
.about-capabilities__head h2{
  margin:0;
  font-family:var(--font-en);
  font-size:clamp(17px,1.25vw,21px);
  font-weight:500;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.58);
  text-align:center;
}
.about-capabilities__text{
  width:min(1180px,100%);
  margin:0 auto;
  font-family:var(--font-en);
  font-size:clamp(32px,4vw,62px);
  font-weight:640;
  font-variation-settings:"wght" 640;
  line-height:1.12;
  letter-spacing:-.038em;
  text-transform:uppercase;
  text-align:center;
  text-wrap:balance;
  color:rgba(255,255,255,.9);
}

/* Work section uses the same content rail, while the belt remains full bleed. */
.about-gallery{
  position:relative;
  width:100%;
  min-height:0;
  height:auto;
  padding:clamp(112px,15vh,172px) 0 clamp(132px,18vh,210px);
  border:0;
  overflow:hidden;
}
.about-gallery__head{
  width:100%;
  padding:0;
  display:grid;
  justify-items:center;
  gap:14px;
  text-align:center;
}
.about-gallery__head h2{
  margin:0;
  font-family:var(--font-en);
  font-size:clamp(46px,5vw,78px);
  font-weight:590;
  line-height:.96;
  letter-spacing:-.055em;
  text-align:center;
}
.about-gallery__head>p{
  margin:0;
  font-family:var(--font-en);
  font-size:10px;
  line-height:1.4;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:rgba(255,255,255,.38);
  text-align:center;
}
.about-gallery__viewport{
  position:relative;
  width:100%;
  max-width:100%;
  margin-top:clamp(48px,7vh,76px);
  padding:clamp(28px,4vh,42px) 0 clamp(40px,5vh,58px);
  overflow:hidden;
  display:block;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);
}
.about-gallery__track{
  display:flex;
  align-items:center;
  width:max-content;
  max-width:none;
  padding:0;
  gap:0;
  animation:about-gallery-belt 62s linear infinite;
  will-change:transform;
}
.about-gallery__group{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  gap:clamp(16px,1.45vw,26px);
  padding-right:clamp(16px,1.45vw,26px);
}
.about-gallery-card,
.about-gallery-card[data-ratio="portrait"]{
  flex:0 0 auto;
  width:auto;
  height:clamp(230px,22vw,350px);
  aspect-ratio:1.62;
  position:relative;
  z-index:1;
  transform:translateZ(0);
  overflow:visible;
  transition:transform .48s var(--ease2);
}
.about-gallery-card:hover,
.about-gallery-card:focus-within{
  transform:scale(1.045);
  z-index:30;
}
.about-gallery-card button{
  position:relative;
  isolation:isolate;
  width:100%;
  height:100%;
  display:block;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:#0b0f13;
  box-shadow:0 24px 68px rgba(0,0,0,.4);
}
.about-gallery-card button>img{
  position:relative;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-gallery-card__shade{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  padding:0!important;
  background:rgba(0,0,0,.38)!important;
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}
.about-gallery-card:hover .about-gallery-card__shade,
.about-gallery-card:focus-within .about-gallery-card__shade{opacity:1}
.about-gallery-card__meta{
  z-index:3!important;
  pointer-events:none;
}
.about-gallery-card__view{
  position:absolute!important;
  inset:50% auto auto 50%!important;
  left:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  z-index:8!important;
  min-height:48px;
  padding:0 20px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:999px;
  background:#fff!important;
  color:#090b0d!important;
  font-family:var(--font-en);
  font-size:11px;
  font-weight:650;
  letter-spacing:.09em;
  text-transform:uppercase;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,-42%) scale(.9)!important;
  transition:opacity .24s ease,visibility .24s ease,transform .42s var(--ease2)!important;
}
.about-gallery-card:hover .about-gallery-card__view,
.about-gallery-card:focus-within .about-gallery-card__view{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,-50%) scale(1)!important;
}

.about-footer{
  width:min(var(--about-max),calc(100% - (var(--about-edge) * 2)));
  margin-inline:auto;
}

@media(max-width:1100px){
  .about-story{height:190vh;min-height:1280px}
  .about-story__copy{grid-column:1/-1;font-size:clamp(36px,4.7vw,50px)}
  .about-story__continuation{grid-column:5/-1}
  .about-gallery-card,.about-gallery-card[data-ratio="portrait"]{height:clamp(220px,30vw,310px)}
}

@media(max-width:760px){
  .about-page{--about-edge:16px}
  .about-header{min-height:64px;padding:12px var(--about-edge) 0}
  .about-header>img{width:124px}
  .about-story{height:185vh;min-height:1180px}
  .about-story__sticky{min-height:620px;padding:84px 0 44px;align-items:center}
  .about-story__inner{display:block}
  .about-story__copy{
    width:100%;
    font-size:clamp(32px,9.3vw,46px);
    line-height:1.06;
    letter-spacing:-.045em;
  }
  .about-story__line{white-space:normal;margin:.11em 0}
  .about-story__space{width:.25em}
  .about-story__continuation{width:100%;margin-top:36px}
  .about-story__continuation p{font-size:13px;line-height:1.82}
  .about-capabilities{padding:96px 0 116px}
  .about-capabilities__head{margin-bottom:34px}
  .about-capabilities__head h2{font-size:14px;letter-spacing:.15em}
  .about-capabilities__text{font-size:clamp(28px,8.4vw,42px);line-height:1.14}
  .about-gallery{padding:94px 0 126px}
  .about-gallery__head h2{font-size:clamp(42px,12vw,58px)}
  .about-gallery__viewport{margin-top:38px;padding:24px 0 42px;-webkit-mask-image:none;mask-image:none}
  .about-gallery__track{animation-duration:48s}
  .about-gallery__group{gap:14px;padding-right:14px}
  .about-gallery-card,.about-gallery-card[data-ratio="portrait"]{height:210px}
  .about-gallery-card button{border-radius:14px}
  .about-gallery-card__view{min-height:42px;padding:0 16px!important;font-size:10px}
}

@media(prefers-reduced-motion:reduce){
  .about-gallery__track{animation:none!important}
}

/* V26 CTA coordinate correction: legacy inset rules must not reset center coordinates. */
.about-gallery-card .about-gallery-card__view{
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
}

/* =========================================================
   V27 — About editorial alignment and gallery CTA refinement
   ========================================================= */

/* Korean continuation begins on the exact same editorial rail as the English narrative. */
.about-story__continuation{
  grid-column:2 / span 7;
  width:100%;
  max-width:760px;
  justify-self:start;
  margin-top:clamp(42px,5.5vh,68px);
}
.about-story__continuation p{
  width:100%;
  text-align:left;
}

/* Work title and descriptor remain optically centered regardless of belt width. */
.about-gallery .about-section-inner{
  display:flex;
  justify-content:center;
}
.about-gallery__head{
  width:100%;
  max-width:860px;
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.about-gallery__head h2,
.about-gallery__head>p{
  width:100%;
  margin-inline:auto;
  text-align:center;
}

/* Glass-morphism CTA: centered, restrained and unmistakably Babayetu. */
.about-gallery-card__view{
  min-width:168px;
  min-height:52px;
  padding:0 22px!important;
  gap:10px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,.07))!important;
  color:var(--spark)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.25);
  backdrop-filter:blur(18px) saturate(1.25);
  box-shadow:
    0 16px 42px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -1px 0 rgba(255,255,255,.06);
  font-size:11px;
  font-weight:700;
  letter-spacing:.105em;
  text-align:center;
}
.about-gallery-card__view i{
  color:var(--spark);
}
.about-gallery-card:hover .about-gallery-card__view,
.about-gallery-card:focus-within .about-gallery-card__view{
  transform:translate(-50%,-50%) scale(1)!important;
}

@media(max-width:1100px){
  .about-story__continuation{
    grid-column:1 / span 8;
    max-width:720px;
  }
}

@media(max-width:760px){
  .about-story__continuation{
    width:100%;
    max-width:none;
    margin-top:34px;
  }
  .about-gallery__head{
    max-width:100%;
  }
  .about-gallery-card__view{
    min-width:148px;
    min-height:44px;
    padding:0 17px!important;
    font-size:10px;
  }
}

/* =========================================================
   V28 — About gallery CTA optical alignment
   ========================================================= */
.about-gallery-card__view{
  --cta-height:52px;
  --cta-pad-x:22px;
  --cta-gap:12px;

  min-width:176px;
  min-height:var(--cta-height);
  height:var(--cta-height);
  padding:0 var(--cta-pad-x)!important;

  display:grid!important;
  grid-template-columns:auto 18px;
  align-items:center;
  justify-content:center;
  column-gap:var(--cta-gap);

  line-height:1;
  text-align:center;
  font-variant-numeric:tabular-nums;
}
.about-gallery-card__view-label{
  display:block;
  margin:0;
  padding:0;
  line-height:1;
  white-space:nowrap;
  transform:translateY(.5px);
}
.about-gallery-card__view i{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  margin:0;
  padding:0;
  line-height:1;
  font-size:17px;
  font-style:normal;
  font-weight:560;
  letter-spacing:0;
  transform:translateY(-.5px);
}

/* The CTA itself owns the center; no inherited flex baseline may interfere. */
.about-gallery-card__view::before,
.about-gallery-card__view::after{
  content:none!important;
}

@media(max-width:760px){
  .about-gallery-card__view{
    --cta-height:44px;
    --cta-pad-x:17px;
    --cta-gap:9px;
    min-width:154px;
    grid-template-columns:auto 16px;
  }
  .about-gallery-card__view i{
    width:16px;
    height:16px;
    font-size:15px;
  }
}

/* =========================================================
   V29 — Gallery CTA true optical centering
   ========================================================= */
.about-gallery-card__view{
  --cta-height:52px;
  --cta-pad-x:22px;
  --cta-radius:999px;

  min-width:176px;
  width:auto;
  height:var(--cta-height);
  min-height:var(--cta-height);
  padding:0 var(--cta-pad-x)!important;
  border-radius:var(--cta-radius);

  display:block!important;
  line-height:0!important;
  overflow:hidden;
  box-sizing:border-box;
}
.about-gallery-card__view-inner{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-52%);
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:max-content;
  height:20px;
  margin:0;
  padding:0;
  line-height:1;
  pointer-events:none;
}
.about-gallery-card__view-label{
  display:flex!important;
  align-items:center;
  justify-content:center;
  height:20px;
  margin:0;
  padding:0;
  font-family:var(--font-en);
  font-size:11px;
  font-weight:720;
  line-height:20px!important;
  letter-spacing:.105em;
  text-transform:uppercase;
  white-space:nowrap;
  color:var(--spark);
  transform:none!important;
}
.about-gallery-card__view i{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:18px;
  height:20px;
  margin:0;
  padding:0;
  font-size:17px;
  font-weight:560;
  line-height:20px!important;
  letter-spacing:0;
  color:var(--spark);
  transform:none!important;
}

@media(max-width:760px){
  .about-gallery-card__view{
    --cta-height:44px;
    --cta-pad-x:17px;
    min-width:154px;
  }
  .about-gallery-card__view-inner{
    gap:9px;
    height:18px;
    transform:translate(-50%,-52%);
  }
  .about-gallery-card__view-label{
    height:18px;
    font-size:10px;
    line-height:18px!important;
  }
  .about-gallery-card__view i{
    width:16px;
    height:18px;
    font-size:15px;
    line-height:18px!important;
  }
}

/* V29.1 — cap-height based CTA alignment */
.about-gallery-card__view-inner{
  top:calc(50% - 1px);
  transform:translate(-50%,-50%);
}
.about-gallery-card__view-label{
  height:auto;
  line-height:1!important;
  text-box-trim:trim-both;
  text-box-edge:cap alphabetic;
  transform:translateY(-1px)!important;
}
.about-gallery-card__view-arrow{
  display:block;
  width:17px;
  height:17px;
  flex:0 0 17px;
  overflow:visible;
  transform:translateY(-1px);
}
.about-gallery-card__view-arrow path{
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}
.about-gallery-card__view i{display:none!important}

@media(max-width:760px){
  .about-gallery-card__view-arrow{
    width:15px;
    height:15px;
    flex-basis:15px;
  }
}

/* =========================================================
   V30 — About footer spacing and legal information
   ========================================================= */
.about-footer{
  min-height:clamp(320px,44vh,500px);
  padding:clamp(58px,8vh,96px) var(--about-edge) clamp(22px,3vh,34px);
  display:grid;
  grid-template-rows:1fr auto;
  align-content:stretch;
  gap:clamp(42px,6vh,72px);
}
.about-footer__main{
  align-self:start;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.about-footer__main>p{
  margin:0 0 16px;
}
.about-footer__main>a{
  margin:0;
}
.about-footer__legal{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 12px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  font-family:var(--font-en);
  font-size:10px;
  font-weight:440;
  line-height:1.5;
  letter-spacing:.08em;
  color:rgba(255,255,255,.3);
}
.about-footer__divider{
  color:rgba(255,255,255,.16);
}

@media(max-width:760px){
  .about-footer{
    min-height:300px;
    padding:64px var(--about-edge) 20px;
    gap:36px;
  }
  .about-footer__main>a{
    font-size:clamp(40px,12vw,64px);
  }
  .about-footer__legal{
    gap:5px 9px;
    padding-top:14px;
    font-size:9px;
    letter-spacing:.055em;
  }
  .about-footer__legal>span:first-child{
    flex-basis:100%;
  }
  .about-footer__divider{
    display:none;
  }
}

/* =========================================================
   V31 — PLAN C / WHY PLAN C hero stage
   ========================================================= */
.plan-problem{
  position:relative;
  overflow:hidden;
  padding-top:64px;
  padding-bottom:76px;
}
.plan-problem__stage{
  position:relative;
  min-height:clamp(520px,62vh,700px);
  display:grid;
  place-items:center;
  isolation:isolate;
}
.plan-problem__center{
  position:relative;
  z-index:2;
  width:min(760px,100%);
  display:grid;
  justify-items:center;
  text-align:center;
}
.plan-problem__eyebrow{
  display:block;
  margin-bottom:18px;
  color:var(--blue);
  font-family:var(--font-en);
  font-size:clamp(14px,1.1vw,18px);
  font-weight:640;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.plan-problem__center h2{
  max-width:none;
  margin:0;
  font-size:clamp(56px,6.4vw,102px);
  line-height:.94;
  letter-spacing:-.075em;
  font-family:var(--font-ko);
  font-weight:760;
  word-break:keep-all;
}
.plan-problem__center p{
  margin:26px 0 0;
  font-size:clamp(20px,1.75vw,30px);
  line-height:1.45;
  color:rgba(255,255,255,.5);
  font-family:var(--font-ko);
  font-weight:360;
  letter-spacing:-.03em;
}
.plan-problem__needs{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}
.plan-need{
  position:absolute;
  max-width:min(360px,32vw);
  padding:18px 24px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.05);
  background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.014));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.028),0 16px 50px rgba(0,0,0,.12);
  backdrop-filter:blur(16px) saturate(120%);
  color:rgba(255,255,255,.2);
  font-size:clamp(14px,1.02vw,17px);
  line-height:1.5;
  letter-spacing:-.012em;
  word-break:keep-all;
  text-wrap:balance;
  animation:planNeedFloat 10s ease-in-out infinite;
}
.plan-need--1{top:9%;left:2%;transform:rotate(-3deg);animation-delay:-1.2s}
.plan-need--2{left:2%;bottom:15%;transform:rotate(.8deg);animation-delay:-3.7s;max-width:min(420px,36vw)}
.plan-need--3{top:18%;right:1%;transform:rotate(3.5deg);animation-delay:-2.4s;max-width:min(390px,34vw)}
.plan-need--4{right:0;bottom:9%;transform:rotate(-5deg);animation-delay:-5.1s;max-width:min(430px,37vw)}
@keyframes planNeedFloat{
  0%,100%{translate:0 0}
  25%{translate:0 -10px}
  50%{translate:6px 4px}
  75%{translate:-4px -6px}
}

@media(max-width:1200px){
  .plan-problem__stage{min-height:600px}
  .plan-need{max-width:min(310px,36vw);padding:16px 20px}
  .plan-need--2,.plan-need--4{max-width:min(360px,42vw)}
}

@media(max-width:980px){
  .plan-problem{
    padding-top:52px;
    padding-bottom:60px;
  }
  .plan-problem__stage{
    min-height:auto;
    gap:34px;
  }
  .plan-problem__needs{
    position:relative;
    inset:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    width:100%;
    margin-top:8px;
  }
  .plan-need,
  .plan-need--1,
  .plan-need--2,
  .plan-need--3,
  .plan-need--4{
    position:relative;
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
    max-width:none;
    transform:none;
    animation:none;
  }
}

@media(max-width:760px){
  .plan-problem__center h2{
    font-size:clamp(42px,12vw,60px);
    line-height:.98;
  }
  .plan-problem__center p{
    margin-top:18px;
    font-size:clamp(18px,5vw,24px);
    line-height:1.5;
  }
  .plan-problem__eyebrow{
    margin-bottom:14px;
    font-size:12px;
    letter-spacing:.16em;
  }
  .plan-problem__needs{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:12px;
  }
  .plan-need{
    padding:15px 18px;
    border-radius:18px;
    font-size:14px;
    color:rgba(255,255,255,.26);
  }
}

/* =========================================================
   V32 — PLAN C unified spatial / typography / interaction system
   ========================================================= */
#plan-page{
  --pc-edge:clamp(22px,3.2vw,52px);
  --pc-content:1060px;
  --pc-gap:clamp(16px,1.8vw,24px);
  --pc-section:clamp(78px,8vw,118px);
  --pc-radius:24px;
  --pc-radius-sm:17px;
  --pc-line:rgba(255,255,255,.075);
  --pc-line-strong:rgba(255,255,255,.13);
  --pc-surface:rgba(255,255,255,.035);
  --pc-surface-strong:rgba(255,255,255,.06);
  --pc-text:#f7f7f5;
  --pc-secondary:rgba(247,247,245,.62);
  --pc-tertiary:rgba(247,247,245,.36);
  --pc-blue:#5a93ff;
  --pc-red:#ee402f;
}

#plan-page .plan-dialog{
  border-color:rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 88% 4%,rgba(41,84,136,.085),transparent 28%),
    radial-gradient(circle at 8% 58%,rgba(238,64,47,.05),transparent 34%),
    linear-gradient(180deg,rgba(12,16,21,.97),rgba(7,10,13,.97));
  box-shadow:
    0 48px 150px rgba(0,0,0,.62),
    inset 0 1px 0 rgba(255,255,255,.07);
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.17) transparent;
}
#plan-page .plan-dialog::-webkit-scrollbar{width:7px}
#plan-page .plan-dialog::-webkit-scrollbar-track{background:transparent}
#plan-page .plan-dialog::-webkit-scrollbar-thumb{background:rgba(255,255,255,.16);border-radius:999px}
#plan-page .plan-dialog::before{
  background:
    linear-gradient(90deg,transparent calc(100%/12 - 1px),rgba(255,255,255,.018) calc(100%/12 - 1px),rgba(255,255,255,.018) calc(100%/12));
  background-size:calc(100%/12) 100%;
  opacity:.8;
}

#plan-page .plan-dialog__header{
  min-height:68px;
  padding:0 var(--pc-edge);
  background:rgba(8,11,15,.78);
  border-bottom:1px solid var(--pc-line);
  backdrop-filter:blur(28px) saturate(145%);
}
#plan-page .plan-brand{
  gap:14px;
  min-width:0;
}
#plan-page .plan-brand img{
  width:112px;
  max-height:30px;
  object-fit:contain;
  object-position:left center;
}
#plan-page .plan-brand span{
  font-family:var(--font-en);
  font-size:9px;
  font-weight:560;
  letter-spacing:.16em;
  color:rgba(255,255,255,.42);
  white-space:nowrap;
}
#plan-page .layer-close--glass{
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
  color:rgba(255,255,255,.8);
  font-size:10px;
  font-weight:620;
  letter-spacing:.14em;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
#plan-page .layer-close--glass:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.22);
  transform:scale(1.025);
}

#plan-page .plan-wrap{
  width:min(var(--pc-content),calc(100% - (var(--pc-edge) * 2)));
  margin:0 auto;
  padding:0 0 clamp(68px,8vw,108px);
}
#plan-page .plan-section{
  position:relative;
  padding:var(--pc-section) 0;
  border-bottom:1px solid var(--pc-line);
}
#plan-page .plan-section:last-child{border-bottom:0}
#plan-page .plan-section__index{
  margin:0 0 clamp(26px,3vw,40px);
  color:var(--pc-tertiary);
  font-family:var(--font-en);
  font-size:9px;
  font-weight:620;
  letter-spacing:.18em;
  line-height:1;
  text-transform:uppercase;
}

/* Hero — one coherent 12-column editorial field */
#plan-page .plan-hero{
  min-height:clamp(520px,68vh,720px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-top:clamp(70px,8vh,110px);
  padding-bottom:clamp(72px,9vh,122px);
}
#plan-page .plan-hero__eyebrow{
  width:100%;
  margin:0 0 clamp(36px,5vw,64px);
  color:var(--pc-blue);
  font-family:var(--font-en);
  font-size:10px;
  font-weight:650;
  line-height:1;
  letter-spacing:.2em;
  text-transform:uppercase;
}
#plan-page .plan-hero__grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:var(--pc-gap);
  align-items:end;
}
#plan-page .plan-hero h1{
  grid-column:1 / span 8;
  max-width:none;
  margin:0;
  color:var(--pc-text);
  font-family:var(--font-ko);
  font-size:clamp(58px,6.15vw,86px);
  font-weight:690;
  line-height:.98;
  letter-spacing:-.065em;
  white-space:pre-line;
  word-break:keep-all;
}
#plan-page .plan-hero p{
  grid-column:9 / -1;
  align-self:end;
  max-width:29ch;
  margin:0 0 4px;
  color:var(--pc-secondary);
  font-family:var(--font-ko);
  font-size:15px;
  font-weight:390;
  line-height:1.82;
  letter-spacing:-.012em;
  word-break:keep-all;
}

/* Why Plan C — central statement with restrained floating needs */
#plan-page .plan-problem{
  display:block;
  overflow:hidden;
}
#plan-page .plan-problem__stage{
  min-height:clamp(560px,64vh,680px);
  position:relative;
  display:grid;
  place-items:center;
  isolation:isolate;
}
#plan-page .plan-problem__center{
  position:relative;
  z-index:3;
  width:min(720px,72%);
  display:grid;
  justify-items:center;
  text-align:center;
}
#plan-page .plan-problem__eyebrow{
  margin:0 0 18px;
  color:var(--pc-blue);
  font-family:var(--font-en);
  font-size:10px;
  font-weight:660;
  line-height:1;
  letter-spacing:.2em;
}
#plan-page .plan-problem__center h2{
  max-width:none;
  margin:0;
  color:var(--pc-text);
  font-family:var(--font-ko);
  font-size:clamp(54px,5.55vw,78px);
  font-weight:680;
  line-height:.98;
  letter-spacing:-.062em;
  white-space:pre-line;
  word-break:keep-all;
}
#plan-page .plan-problem__center p{
  max-width:none;
  margin:24px 0 0;
  color:rgba(247,247,245,.47);
  font-family:var(--font-ko);
  font-size:clamp(18px,1.65vw,23px);
  font-weight:360;
  line-height:1.55;
  letter-spacing:-.026em;
  text-align:center;
}
#plan-page .plan-problem__needs{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}
#plan-page .plan-need{
  position:absolute;
  max-width:340px;
  padding:15px 19px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.025);
  backdrop-filter:blur(18px) saturate(120%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 18px 48px rgba(0,0,0,.12);
  color:rgba(255,255,255,.22);
  font-family:var(--font-ko);
  font-size:14px;
  font-weight:390;
  line-height:1.5;
  letter-spacing:-.015em;
  word-break:keep-all;
  animation:planNeedFloatV32 11s ease-in-out infinite;
}
#plan-page .plan-need--1{top:7%;left:1%;transform:rotate(-2deg);animation-delay:-1.1s}
#plan-page .plan-need--2{left:2%;bottom:9%;max-width:385px;transform:rotate(.5deg);animation-delay:-4.2s}
#plan-page .plan-need--3{top:15%;right:1%;max-width:380px;transform:rotate(2.5deg);animation-delay:-2.5s}
#plan-page .plan-need--4{right:0;bottom:8%;max-width:410px;transform:rotate(-3deg);animation-delay:-6.2s}
@keyframes planNeedFloatV32{
  0%,100%{translate:0 0}
  35%{translate:0 -7px}
  68%{translate:5px 3px}
}

/* Shared section introduction grid */
#plan-page .plan-builder__intro,
#plan-page .plan-pricing__header{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:var(--pc-gap);
  align-items:end;
  margin:0 0 clamp(30px,4vw,46px);
  text-align:left;
  justify-items:stretch;
}
#plan-page .plan-builder__intro h2,
#plan-page .plan-pricing__header h2{
  grid-column:1 / span 8;
  max-width:none;
  margin:0;
  color:var(--pc-text);
  font-family:var(--font-ko);
  font-size:clamp(42px,4.5vw,62px);
  font-weight:670;
  line-height:1.06;
  letter-spacing:-.058em;
  white-space:pre-line;
  word-break:keep-all;
}
#plan-page .plan-builder__intro p{
  grid-column:9 / -1;
  max-width:30ch;
  margin:0 0 3px;
  color:var(--pc-secondary);
  font-family:var(--font-ko);
  font-size:14px;
  font-weight:390;
  line-height:1.78;
  letter-spacing:-.01em;
  word-break:keep-all;
}

/* Segmented controls */
#plan-page .plan-tier-toggle,
#plan-page .plan-pricing-toggle{
  display:inline-grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:4px;
  padding:4px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter:blur(18px);
}
#plan-page .plan-tier-toggle{
  margin:0 0 24px;
}
#plan-page .plan-tier-toggle button,
#plan-page .plan-pricing-toggle button{
  min-width:148px;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  color:rgba(255,255,255,.53);
  font-family:var(--font-en);
  font-size:12px;
  font-weight:620;
  line-height:1;
  letter-spacing:-.01em;
  transition:color .18s ease,background .22s ease,box-shadow .22s ease,transform .18s ease;
}
#plan-page .plan-tier-toggle button:hover,
#plan-page .plan-pricing-toggle button:hover{color:rgba(255,255,255,.85)}
#plan-page .plan-tier-toggle button.is-active,
#plan-page .plan-pricing-toggle button.is-active{
  background:#f5f5f2;
  color:#0b0d10;
  box-shadow:0 8px 24px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.9);
}
#plan-page .plan-pricing-toggle{
  grid-column:9 / -1;
  justify-self:end;
  margin:0;
}

/* Builder field */
#plan-page .plan-builder__layout{
  display:grid;
  grid-template-columns:5fr 7fr;
  gap:var(--pc-gap);
  align-items:start;
}
#plan-page .plan-builder__left,
#plan-page .plan-builder__right{min-width:0}
#plan-page .glass-panel,
#plan-page .plan-slots-panel,
#plan-page .plan-modules-panel{
  border:1px solid var(--pc-line);
  border-radius:var(--pc-radius);
  background:linear-gradient(145deg,rgba(255,255,255,.047),rgba(255,255,255,.022));
  backdrop-filter:blur(26px) saturate(130%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 24px 70px rgba(0,0,0,.13);
}
#plan-page .plan-perks{
  display:grid;
  gap:10px;
  margin:0 0 12px;
}
#plan-page .plan-perks__item{
  min-height:48px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:14px;
  background:rgba(255,255,255,.022);
  color:rgba(255,255,255,.7);
  font-size:13px;
  font-weight:450;
}
#plan-page .plan-perks__item:nth-child(2){color:rgba(113,235,172,.84)}
#plan-page .plan-slots-panel,
#plan-page .plan-modules-panel{
  padding:20px;
}
#plan-page .plan-slots-panel__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
#plan-page .plan-slots-panel__head strong,
#plan-page .plan-modules-panel__head h3{
  margin:0;
  color:rgba(255,255,255,.9);
  font-family:var(--font-en);
  font-size:15px;
  font-weight:640;
  letter-spacing:-.01em;
}
#plan-page .plan-slots-panel__head p{
  margin:6px 0 0;
  color:var(--pc-tertiary);
  font-size:12px;
  line-height:1.45;
}
#plan-page #plan-reset{
  min-height:32px;
  padding:0 10px;
  border-radius:999px;
  color:rgba(255,255,255,.42);
  font-size:11px;
  text-decoration:none;
  transition:background .2s ease,color .2s ease;
}
#plan-page #plan-reset:hover{background:rgba(255,255,255,.06);color:#fff}
#plan-page .plan-slots{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:18px;
}
#plan-page .plan-slot{
  min-height:82px;
  padding:8px;
  border-radius:14px;
  border:1px dashed rgba(255,255,255,.12);
  background:rgba(255,255,255,.012);
  color:rgba(255,255,255,.2);
  font-size:20px;
}
#plan-page .plan-slot.is-filled{
  border-style:solid;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
#plan-page .plan-slot__label{
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
#plan-page .plan-selected-list{gap:7px;margin-top:14px}
#plan-page .plan-selected-chip{
  min-height:31px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.62);
  font-size:11px;
}

#plan-page .plan-modules-panel__head{margin-bottom:16px}
#plan-page .plan-modules{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
#plan-page .plan-module{
  min-height:118px;
  padding:14px;
  border-radius:var(--pc-radius-sm);
  border:1px solid rgba(255,255,255,.065);
  background:rgba(255,255,255,.025);
  gap:9px;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
#plan-page .plan-module:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.13);
  box-shadow:0 16px 36px rgba(0,0,0,.15);
}
#plan-page .plan-module.is-selected{
  border-color:rgba(90,147,255,.5);
  background:rgba(90,147,255,.075);
  box-shadow:inset 0 0 0 1px rgba(90,147,255,.08);
}
#plan-page .plan-module__badge{
  min-height:22px;
  padding:0 8px;
  border-radius:8px;
  background:rgba(255,255,255,.085);
  font-size:10px;
  font-weight:670;
}
#plan-page .plan-module h4{
  margin:0;
  font-size:16px;
  font-weight:670;
  line-height:1.2;
  letter-spacing:-.025em;
}
#plan-page .plan-module p{
  margin:0;
  color:rgba(255,255,255,.36);
  font-size:11px;
  line-height:1.4;
}
#plan-page .plan-modules-panel__foot{
  margin-top:15px;
  color:rgba(255,255,255,.24);
  font-size:8px;
  letter-spacing:.16em;
}

/* Pricing */
#plan-page .plan-pricing-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--pc-gap);
  margin-top:0;
}
#plan-page .pricing-card{
  min-height:390px;
  padding:28px;
  border-radius:var(--pc-radius);
  border:1px solid var(--pc-line);
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  backdrop-filter:blur(24px) saturate(125%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 24px 70px rgba(0,0,0,.14);
}
#plan-page .pricing-card.is-featured{
  border-color:rgba(90,147,255,.36);
  background:
    radial-gradient(circle at 50% 0%,rgba(53,93,180,.16),transparent 48%),
    linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.018));
}
#plan-page .pricing-card__badge{
  top:20px;
  right:20px;
  min-height:25px;
  padding:0 11px;
  background:var(--pc-blue);
  font-size:9px;
  letter-spacing:.04em;
}
#plan-page .pricing-card h3{
  margin:0 0 9px;
  font-size:32px;
  font-weight:670;
  line-height:1;
  letter-spacing:-.045em;
}
#plan-page .pricing-card p{
  margin:0 0 28px;
  color:var(--pc-tertiary);
  font-size:13px;
}
#plan-page .pricing-card__price{
  align-items:baseline;
  gap:7px;
  margin-bottom:28px;
}
#plan-page .pricing-card__price strong{
  font-family:var(--font-en);
  font-size:48px;
  font-weight:680;
  line-height:1;
  letter-spacing:-.055em;
}
#plan-page .pricing-card__price span{
  margin:0;
  color:rgba(255,255,255,.42);
  font-size:14px;
}
#plan-page .pricing-card ul{gap:13px;margin-bottom:28px}
#plan-page .pricing-card li{
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.5;
}
#plan-page .pricing-card__cta{
  min-height:50px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  color:rgba(255,255,255,.9);
  font-size:14px;
  font-weight:660;
  transition:transform .18s ease,background .2s ease,box-shadow .2s ease;
}
#plan-page .pricing-card__cta:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.15);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
#plan-page .pricing-card.is-featured .pricing-card__cta{
  background:var(--pc-blue);
  color:#fff;
}

@media(max-width:1100px){
  #plan-page .plan-hero h1{grid-column:1 / span 7}
  #plan-page .plan-hero p{grid-column:8 / -1}
  #plan-page .plan-builder__intro h2,
  #plan-page .plan-pricing__header h2{grid-column:1 / span 7}
  #plan-page .plan-builder__intro p,
  #plan-page .plan-pricing-toggle{grid-column:8 / -1}
  #plan-page .plan-builder__layout{grid-template-columns:1fr}
  #plan-page .plan-modules{grid-template-columns:repeat(3,minmax(0,1fr))}
  #plan-page .plan-slots{grid-template-columns:repeat(6,1fr)}
}

@media(max-width:820px){
  #plan-page{--pc-edge:20px;--pc-section:72px}
  #plan-page .plan-dialog__header{padding:0 18px}
  #plan-page .plan-wrap{width:calc(100% - 36px)}
  #plan-page .plan-hero{min-height:520px}
  #plan-page .plan-hero__grid,
  #plan-page .plan-builder__intro,
  #plan-page .plan-pricing__header{
    grid-template-columns:1fr;
    gap:22px;
  }
  #plan-page .plan-hero h1,
  #plan-page .plan-hero p,
  #plan-page .plan-builder__intro h2,
  #plan-page .plan-builder__intro p,
  #plan-page .plan-pricing__header h2,
  #plan-page .plan-pricing-toggle{
    grid-column:1;
    justify-self:stretch;
  }
  #plan-page .plan-hero p,
  #plan-page .plan-builder__intro p{max-width:44ch}
  #plan-page .plan-problem__stage{min-height:auto;gap:34px}
  #plan-page .plan-problem__center{width:100%}
  #plan-page .plan-problem__needs{
    position:relative;
    inset:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    width:100%;
    margin-top:32px;
  }
  #plan-page .plan-need,
  #plan-page .plan-need--1,
  #plan-page .plan-need--2,
  #plan-page .plan-need--3,
  #plan-page .plan-need--4{
    position:relative;
    top:auto;right:auto;bottom:auto;left:auto;
    max-width:none;
    transform:none;
    animation:none;
  }
  #plan-page .plan-pricing-toggle{width:100%}
  #plan-page .plan-pricing-cards{grid-template-columns:1fr}
}

@media(max-width:620px){
  #plan-page{--pc-edge:16px;--pc-section:58px}
  #plan-page .plan-dialog__header{min-height:60px;padding:0 14px}
  #plan-page .plan-brand img{width:92px}
  #plan-page .plan-brand span{display:none}
  #plan-page .plan-wrap{width:calc(100% - 28px)}
  #plan-page .plan-hero{min-height:450px;padding-top:60px;padding-bottom:68px}
  #plan-page .plan-hero__eyebrow{margin-bottom:30px;font-size:9px}
  #plan-page .plan-hero h1{font-size:clamp(42px,13vw,58px);line-height:1.02}
  #plan-page .plan-hero p{font-size:14px;line-height:1.74}
  #plan-page .plan-section__index{margin-bottom:24px}
  #plan-page .plan-problem__center h2{font-size:clamp(40px,11.5vw,54px);line-height:1.01}
  #plan-page .plan-problem__center p{margin-top:18px;font-size:17px}
  #plan-page .plan-problem__needs{grid-template-columns:1fr}
  #plan-page .plan-need{padding:14px 16px;font-size:13px;color:rgba(255,255,255,.28)}
  #plan-page .plan-builder__intro h2,
  #plan-page .plan-pricing__header h2{font-size:clamp(34px,10vw,46px)}
  #plan-page .plan-tier-toggle,
  #plan-page .plan-pricing-toggle{width:100%}
  #plan-page .plan-tier-toggle button,
  #plan-page .plan-pricing-toggle button{min-width:0;width:100%;padding:0 10px;font-size:11px}
  #plan-page .plan-modules{grid-template-columns:1fr}
  #plan-page .plan-slots{grid-template-columns:repeat(3,1fr)}
  #plan-page .plan-slots-panel,
  #plan-page .plan-modules-panel{padding:17px;border-radius:20px}
  #plan-page .pricing-card{padding:23px;border-radius:20px}
  #plan-page .pricing-card h3{font-size:29px}
  #plan-page .pricing-card__price strong{font-size:42px}
}

/* =========================================================
   V33 — PLAN C centered editorial system / calm background
   ========================================================= */
#plan-page{
  --pc-content:1120px;
  --pc-copy:760px;
  --pc-narrow:620px;
  --pc-gap:clamp(18px,2vw,28px);
  --pc-section:clamp(82px,9vw,132px);
  --pc-edge:clamp(22px,3vw,46px);
  --pc-radius:26px;
  --pc-radius-sm:18px;
}

/* Remove the vertical stripe field and replace it with a quiet depth gradient. */
#plan-page .plan-dialog{
  background:
    radial-gradient(72% 48% at 50% 2%,rgba(35,67,95,.11),transparent 70%),
    radial-gradient(48% 34% at 12% 74%,rgba(238,64,47,.055),transparent 72%),
    linear-gradient(180deg,#0b0f13 0%,#080b0e 58%,#07090b 100%);
}
#plan-page .plan-dialog::before{
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(circle at 50% 18%,rgba(255,255,255,.025),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.012),transparent 26%);
  background-size:auto;
  opacity:1;
}

#plan-page .plan-dialog__header{
  min-height:70px;
  padding:0 var(--pc-edge);
  background:rgba(8,11,15,.76);
  border-bottom:1px solid rgba(255,255,255,.065);
}
#plan-page .plan-wrap{
  width:min(var(--pc-content),calc(100% - (var(--pc-edge) * 2)));
  margin:0 auto;
  padding-bottom:clamp(80px,8vw,116px);
}
#plan-page .plan-section{
  padding:var(--pc-section) 0;
  border-bottom:1px solid rgba(255,255,255,.065);
}
#plan-page .plan-section__index{
  width:100%;
  margin:0 0 clamp(34px,4vw,54px);
  text-align:center;
  color:rgba(247,247,245,.32);
  font-size:9px;
  font-weight:620;
  letter-spacing:.2em;
}

/* Hero: one centered visual axis instead of a split left/right composition. */
#plan-page .plan-hero{
  min-height:clamp(620px,76vh,820px);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding-top:clamp(90px,10vh,132px);
  padding-bottom:clamp(96px,11vh,144px);
}
#plan-page .plan-hero__eyebrow{
  width:auto;
  margin:0 0 clamp(34px,4vw,50px);
  text-align:center;
  color:var(--pc-blue);
  font-size:10px;
  font-weight:660;
  letter-spacing:.22em;
}
#plan-page .plan-hero__grid{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:clamp(26px,3vw,38px);
}
#plan-page .plan-hero h1{
  max-width:10ch;
  margin:0 auto;
  text-align:center;
  font-size:clamp(62px,6.6vw,92px);
  font-weight:680;
  line-height:.98;
  letter-spacing:-.064em;
  text-wrap:balance;
}
#plan-page .plan-hero p{
  max-width:43ch;
  margin:0 auto;
  text-align:center;
  font-size:clamp(15px,1.25vw,17px);
  font-weight:390;
  line-height:1.82;
  letter-spacing:-.014em;
  color:rgba(247,247,245,.58);
  text-wrap:balance;
}

/* WHY PLAN C: centered composition with balanced floating notes. */
#plan-page .plan-problem{
  overflow:visible;
}
#plan-page .plan-problem__stage{
  min-height:clamp(590px,66vh,720px);
  width:100%;
}
#plan-page .plan-problem__center{
  width:min(var(--pc-copy),76%);
}
#plan-page .plan-problem__eyebrow{
  margin-bottom:20px;
  font-size:10px;
  letter-spacing:.22em;
}
#plan-page .plan-problem__center h2{
  font-size:clamp(56px,5.65vw,80px);
  line-height:.99;
  letter-spacing:-.06em;
  text-wrap:balance;
}
#plan-page .plan-problem__center p{
  max-width:32ch;
  margin:24px auto 0;
  font-size:clamp(18px,1.55vw,22px);
  line-height:1.55;
  color:rgba(247,247,245,.45);
}
#plan-page .plan-need{
  max-width:330px;
  padding:14px 18px;
  border-radius:17px;
  color:rgba(255,255,255,.2);
  font-size:13px;
  line-height:1.48;
  background:rgba(255,255,255,.022);
  border-color:rgba(255,255,255,.055);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.026),0 16px 42px rgba(0,0,0,.12);
}
#plan-page .plan-need--1{top:9%;left:2.5%}
#plan-page .plan-need--2{left:3%;bottom:10%;max-width:370px}
#plan-page .plan-need--3{top:16%;right:2.5%;max-width:360px}
#plan-page .plan-need--4{right:2%;bottom:9%;max-width:390px}

/* Shared centered section introductions. */
#plan-page .plan-builder__intro,
#plan-page .plan-pricing__header{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:clamp(18px,2.2vw,28px);
  margin:0 0 clamp(38px,5vw,60px);
  text-align:center;
}
#plan-page .plan-builder__intro h2,
#plan-page .plan-pricing__header h2{
  max-width:15ch;
  margin:0 auto;
  text-align:center;
  font-size:clamp(42px,4.7vw,64px);
  font-weight:670;
  line-height:1.06;
  letter-spacing:-.055em;
  text-wrap:balance;
}
#plan-page .plan-builder__intro p{
  max-width:48ch;
  margin:0 auto;
  text-align:center;
  font-size:15px;
  line-height:1.8;
  color:rgba(247,247,245,.56);
  text-wrap:balance;
}
#plan-page .plan-tier-toggle,
#plan-page .plan-pricing-toggle{
  margin-left:auto;
  margin-right:auto;
  justify-self:center;
}
#plan-page .plan-pricing-toggle{
  width:auto;
}

/* Content grids remain functional, but are centered within a consistent frame. */
#plan-page .plan-builder__layout{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,5fr) minmax(0,7fr);
  gap:var(--pc-gap);
  align-items:start;
}
#plan-page .plan-builder__left,
#plan-page .plan-builder__right{
  min-width:0;
}
#plan-page .plan-perks,
#plan-page .plan-slots-panel,
#plan-page .plan-modules-panel{
  width:100%;
}
#plan-page .plan-slots-panel,
#plan-page .plan-modules-panel,
#plan-page .pricing-card{
  border-radius:var(--pc-radius);
  border-color:rgba(255,255,255,.075);
  background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 22px 60px rgba(0,0,0,.12);
}
#plan-page .plan-modules-panel__head,
#plan-page .plan-slots-panel__head{
  min-height:44px;
}
#plan-page .plan-modules-panel__head h3,
#plan-page .plan-slots-panel__head strong{
  font-size:16px;
  font-weight:650;
  letter-spacing:-.02em;
}
#plan-page .plan-pricing-cards{
  width:min(920px,100%);
  margin:0 auto;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--pc-gap);
}

@media(max-width:1100px){
  #plan-page .plan-builder__layout{
    grid-template-columns:1fr;
    width:min(820px,100%);
    margin:0 auto;
  }
  #plan-page .plan-modules{grid-template-columns:repeat(2,minmax(0,1fr))}
  #plan-page .plan-slots{grid-template-columns:repeat(6,1fr)}
}

@media(max-width:820px){
  #plan-page{--pc-edge:20px;--pc-section:76px}
  #plan-page .plan-wrap{width:calc(100% - 38px)}
  #plan-page .plan-hero{min-height:560px}
  #plan-page .plan-hero h1{font-size:clamp(48px,11vw,68px);max-width:9ch}
  #plan-page .plan-hero p{max-width:38ch}
  #plan-page .plan-problem__stage{min-height:auto;gap:36px}
  #plan-page .plan-problem__center{width:100%}
  #plan-page .plan-problem__needs{
    position:relative;
    inset:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    width:100%;
    margin-top:36px;
  }
  #plan-page .plan-need,
  #plan-page .plan-need--1,
  #plan-page .plan-need--2,
  #plan-page .plan-need--3,
  #plan-page .plan-need--4{
    position:relative;
    inset:auto;
    max-width:none;
    transform:none;
    animation:none;
  }
  #plan-page .plan-pricing-cards{grid-template-columns:1fr;width:min(600px,100%)}
}

@media(max-width:620px){
  #plan-page{--pc-edge:16px;--pc-section:60px}
  #plan-page .plan-wrap{width:calc(100% - 28px)}
  #plan-page .plan-hero{min-height:500px;padding-top:70px;padding-bottom:76px}
  #plan-page .plan-hero__eyebrow{margin-bottom:28px;font-size:9px}
  #plan-page .plan-hero h1{font-size:clamp(42px,13vw,58px);line-height:1.01}
  #plan-page .plan-hero p{font-size:14px;line-height:1.75}
  #plan-page .plan-section__index{margin-bottom:30px}
  #plan-page .plan-problem__center h2{font-size:clamp(40px,11.5vw,54px)}
  #plan-page .plan-problem__needs{grid-template-columns:1fr}
  #plan-page .plan-builder__intro h2,
  #plan-page .plan-pricing__header h2{font-size:clamp(34px,10.5vw,46px)}
  #plan-page .plan-builder__intro p{font-size:14px;line-height:1.72}
  #plan-page .plan-tier-toggle,
  #plan-page .plan-pricing-toggle{width:100%}
  #plan-page .plan-modules{grid-template-columns:1fr}
  #plan-page .plan-slots{grid-template-columns:repeat(3,1fr)}
}


/* =========================================================
   V34 — Adobe Fonts / Mozaic GEO Variable system
   ========================================================= */
:root{
  --font-en:"mozaic-geo-variable","Mozaic GEO Variable","SUIT Variable","SUIT",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-ko:"SUIT Variable","SUIT",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
html,body,button,input,textarea,select{
  font-family:var(--font-en);
}
:lang(ko),
[lang="ko"],
.plan-hero h1,
.plan-problem__center h2,
.plan-problem__center p,
.plan-builder__intro h2,
.plan-builder__intro p,
.plan-pricing__header h2,
.plan-module h4,
.plan-module p,
.pricing-card h3,
.pricing-card p,
.pricing-card li,
.about-narrative-ko,
.about-korean-copy{
  font-family:var(--font-ko);
}

/* =========================================================
   V35 — WORK LIST / scalable index UX
   ========================================================= */
.list-view{
  overflow-y:auto;
  overflow-x:hidden;
  padding:clamp(112px,13vh,154px) clamp(18px,3.2vw,58px) clamp(72px,10vh,120px);
  scroll-behavior:smooth;
  scroll-padding-top:clamp(112px,13vh,154px);
  overscroll-behavior-y:contain;
  scrollbar-gutter:stable;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.2) transparent;
  background:
    radial-gradient(circle at 50% 115%,rgba(238,64,47,.12),transparent 34%),
    linear-gradient(180deg,rgba(8,11,14,.08),rgba(8,11,14,.28));
}
.list-view::-webkit-scrollbar{width:7px}
.list-view::-webkit-scrollbar-track{background:transparent}
.list-view::-webkit-scrollbar-thumb{
  border:2px solid transparent;
  border-radius:999px;
  background-clip:padding-box;
  background-color:rgba(255,255,255,.2);
}
.project-list-shell{
  width:min(1460px,100%);
  margin:0 auto;
}
.project-list__head{
  position:sticky;
  top:0;
  z-index:6;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 2px;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(7,10,13,.98) 0%,rgba(7,10,13,.9) 66%,rgba(7,10,13,0) 100%);
  backdrop-filter:blur(12px);
  font-family:var(--font-en);
  font-size:9px;
  font-weight:560;
  letter-spacing:.2em;
  color:rgba(255,255,255,.4);
}
.project-list{
  width:100%;
  border-top:0;
  margin:0;
}
.project-list__item{
  --row-title-scale:1;
  position:relative;
  width:100%;
  min-height:128px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) minmax(150px,190px) clamp(160px,15vw,230px) 34px;
  gap:clamp(14px,1.6vw,28px);
  align-items:center;
  padding:18px 2px;
  border-bottom:1px solid rgba(255,255,255,.105);
  overflow:visible;
  text-align:left;
  color:rgba(255,255,255,.76);
  opacity:0;
  transform:translate3d(0,24px,0);
  transition:
    opacity .72s var(--ease2),
    transform .72s var(--ease2),
    color .42s var(--ease2),
    border-color .42s var(--ease2);
  content-visibility:auto;
  contain-intrinsic-size:128px;
  isolation:isolate;
}
.project-list__item::before{
  content:"";
  position:absolute;
  inset:8px -16px;
  z-index:-1;
  border-radius:22px;
  border:1px solid transparent;
  background:linear-gradient(90deg,rgba(255,255,255,.035),rgba(255,255,255,.012) 56%,rgba(255,255,255,.035));
  opacity:0;
  transform:scale(.985);
  transition:opacity .38s var(--ease2),transform .55s var(--ease2),border-color .38s var(--ease2);
}
.project-list__item.is-revealed{
  opacity:1;
  transform:none;
}
.project-list.has-active-row .project-list__item:not(.is-active){
  color:rgba(255,255,255,.32);
}
.project-list__item.is-active,
.project-list__item:hover,
.project-list__item:focus-visible{
  color:#fff;
  border-color:rgba(255,255,255,.2);
  outline:none;
}
.project-list__item.is-active::before,
.project-list__item:hover::before,
.project-list__item:focus-visible::before{
  opacity:1;
  transform:scale(1);
  border-color:rgba(255,255,255,.075);
}
.project-list__index{
  align-self:center;
  font-family:var(--font-en);
  font-size:10px;
  font-weight:620;
  letter-spacing:.08em;
  color:rgba(238,64,47,.8);
  transition:color .35s ease,transform .45s var(--ease2);
}
.project-list__title-block{
  position:relative;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.project-list__title-block strong{
  display:block;
  width:max-content;
  max-width:100%;
  font-family:var(--font-en);
  font-size:clamp(34px,3.8vw,62px);
  line-height:.98;
  font-weight:410;
  letter-spacing:-.055em;
  white-space:nowrap;
  transform-origin:left center;
  transition:transform .5s var(--ease2),letter-spacing .5s var(--ease2),color .35s ease;
}
.project-list__title-block small{
  position:absolute;
  left:0;
  top:calc(100% + 7px);
  max-width:min(52ch,70%);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-family:var(--font-ko);
  font-size:12px;
  font-weight:390;
  line-height:1.5;
  letter-spacing:-.015em;
  color:rgba(255,255,255,.46);
  opacity:0;
  transform:translate3d(0,8px,0);
  transition:opacity .35s ease,transform .5s var(--ease2);
}
.project-list__item.is-active .project-list__title-block strong,
.project-list__item:hover .project-list__title-block strong,
.project-list__item:focus-visible .project-list__title-block strong{
  transform:translate3d(8px,0,0) scale(1.075);
  letter-spacing:-.06em;
}
.project-list__item.is-active .project-list__title-block small,
.project-list__item:hover .project-list__title-block small,
.project-list__item:focus-visible .project-list__title-block small{
  opacity:1;
  transform:translate3d(8px,0,0);
}
.project-list__meta{
  min-width:0;
  display:grid;
  gap:7px;
  justify-items:start;
  align-content:center;
  font-family:var(--font-en);
  text-transform:uppercase;
}
.project-list__meta em,
.project-list__meta time{
  font-style:normal;
  font-size:9px;
  line-height:1.3;
  letter-spacing:.17em;
}
.project-list__meta em{color:rgba(255,255,255,.42)}
.project-list__meta time{color:rgba(255,255,255,.22)}
.project-list__preview{
  position:relative;
  width:100%;
  aspect-ratio:10/6.4;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.025);
  opacity:0;
  transform:translate3d(0,10px,0) scale(.93) rotate(1.5deg);
  transition:opacity .36s ease,transform .62s var(--ease2),border-color .36s ease;
}
.project-list__preview::after{
  content:"";
  position:absolute;
  inset:0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  pointer-events:none;
}
.project-list__preview img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.05);
  filter:saturate(.82) brightness(.78);
  transition:transform .8s var(--ease2),filter .5s ease;
}
.project-list__item.is-active .project-list__preview,
.project-list__item:hover .project-list__preview,
.project-list__item:focus-visible .project-list__preview{
  opacity:1;
  transform:none;
  border-color:rgba(255,255,255,.18);
}
.project-list__item.is-active .project-list__preview img,
.project-list__item:hover .project-list__preview img,
.project-list__item:focus-visible .project-list__preview img{
  transform:scale(1);
  filter:saturate(1) brightness(.92);
}
.project-list__arrow{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.28);
  transform:translateX(-6px) scale(.88);
  transition:transform .5s var(--ease2),color .35s ease,border-color .35s ease,background .35s ease;
}
.project-list__arrow svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.project-list__item.is-active .project-list__arrow,
.project-list__item:hover .project-list__arrow,
.project-list__item:focus-visible .project-list__arrow{
  color:var(--spark);
  border-color:rgba(238,64,47,.28);
  background:rgba(238,64,47,.08);
  transform:none;
}
.project-list__end{
  min-height:110px;
  display:grid;
  place-items:center;
  font-family:var(--font-en);
  font-size:9px;
  letter-spacing:.22em;
  color:rgba(255,255,255,.2);
}
.project-list-progress{
  position:absolute;
  top:clamp(118px,14vh,162px);
  right:clamp(8px,1.2vw,18px);
  bottom:clamp(36px,6vh,70px);
  width:2px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  pointer-events:none;
}
.project-list-progress span{
  position:absolute;
  inset:0;
  transform:scaleY(.06);
  transform-origin:top center;
  border-radius:inherit;
  background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(238,64,47,.85));
  transition:transform .08s linear;
}

@media(max-width:1120px){
  .project-list__item{
    grid-template-columns:44px minmax(0,1fr) 150px 32px;
  }
  .project-list__preview{display:none}
  .project-list__title-block strong{font-size:clamp(32px,5vw,54px)}
}

@media(max-width:760px){
  .list-view{
    padding:118px 16px 82px;
    scroll-padding-top:118px;
  }
  .project-list__head{
    min-height:46px;
    font-size:8px;
  }
  .project-list__item{
    min-height:104px;
    grid-template-columns:34px minmax(0,1fr) 30px;
    gap:12px;
    padding:17px 0;
    contain-intrinsic-size:104px;
  }
  .project-list__item::before{inset:6px -8px;border-radius:17px}
  .project-list__title-block strong{
    font-size:clamp(27px,8.5vw,40px);
    white-space:normal;
    line-height:1.02;
  }
  .project-list__title-block small{
    display:none;
  }
  .project-list__meta{
    grid-column:2;
    grid-row:2;
    display:flex;
    gap:9px;
    margin-top:-5px;
  }
  .project-list__meta em,
  .project-list__meta time{font-size:8px;letter-spacing:.13em}
  .project-list__arrow{
    grid-column:3;
    grid-row:1 / span 2;
    width:28px;
    height:28px;
  }
  .project-list__item.is-active .project-list__title-block strong,
  .project-list__item:hover .project-list__title-block strong,
  .project-list__item:focus-visible .project-list__title-block strong{
    transform:translate3d(4px,0,0) scale(1.035);
  }
  .project-list-progress{
    top:122px;
    right:5px;
    bottom:28px;
  }
}

@media(prefers-reduced-motion:reduce){
  .list-view{scroll-behavior:auto}
  .project-list__item,
  .project-list__item::before,
  .project-list__title-block strong,
  .project-list__title-block small,
  .project-list__preview,
  .project-list__preview img,
  .project-list__arrow{transition:none!important}
}

/* V35 alignment correction for fixed global header */
.project-list__head{top:72px}
@media(max-width:760px){.project-list__head{top:104px}}

/* =========================================================
   V36 — WORK LIST alignment / reliable wheel scrolling
   ========================================================= */
.list-view{
  touch-action:pan-y;
  -webkit-overflow-scrolling:touch;
  scroll-behavior:auto;
}
.project-list-shell{
  width:min(1500px,100%);
}
.project-list__item{
  grid-template-columns:72px minmax(0,1fr) minmax(164px,210px) clamp(150px,14vw,220px) 38px;
  column-gap:clamp(18px,1.7vw,30px);
  min-height:124px;
  padding:20px 8px;
  color:rgba(255,255,255,.94);
}
.project-list__index{
  width:100%;
  align-self:center;
  justify-self:start;
  padding-right:18px;
  border-right:1px solid rgba(255,255,255,.09);
  color:rgba(255,255,255,.38);
  font-size:10px;
  line-height:1;
  font-variant-numeric:tabular-nums;
  transition:color .32s ease,border-color .32s ease;
}
.project-list__title-block{
  width:100%;
  min-width:0;
  overflow:visible;
  padding-left:0;
}
.project-list__title-block strong{
  width:100%;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:clamp(31px,3.25vw,55px);
  line-height:1;
  font-weight:410;
  letter-spacing:-.05em;
  color:rgba(255,255,255,.94);
  transform-origin:left center;
  will-change:transform,color;
  transition:transform .48s var(--ease2),letter-spacing .48s var(--ease2),color .3s ease;
}
.project-list.has-active-row .project-list__item:not(.is-active) .project-list__title-block strong{
  color:rgba(255,255,255,.34);
}
.project-list__item.is-active,
.project-list__item:hover,
.project-list__item:focus-visible{
  color:var(--spark);
  border-color:rgba(238,64,47,.2);
}
.project-list__item.is-active .project-list__index,
.project-list__item:hover .project-list__index,
.project-list__item:focus-visible .project-list__index{
  color:var(--spark);
  border-color:rgba(238,64,47,.28);
}
.project-list__item.is-active .project-list__title-block strong,
.project-list__item:hover .project-list__title-block strong,
.project-list__item:focus-visible .project-list__title-block strong{
  color:var(--spark);
  transform:translate3d(0,0,0) scale(1.045);
  letter-spacing:-.055em;
}
.project-list__item.is-active .project-list__title-block small,
.project-list__item:hover .project-list__title-block small,
.project-list__item:focus-visible .project-list__title-block small{
  transform:translate3d(0,0,0);
}
.project-list__meta{
  padding-left:2px;
}
.project-list__item.is-active .project-list__meta em,
.project-list__item:hover .project-list__meta em,
.project-list__item:focus-visible .project-list__meta em{
  color:rgba(238,64,47,.76);
}
.project-list__item.is-active::before,
.project-list__item:hover::before,
.project-list__item:focus-visible::before{
  border-color:rgba(238,64,47,.08);
  background:linear-gradient(90deg,rgba(238,64,47,.045),rgba(255,255,255,.012) 52%,rgba(238,64,47,.025));
}

@media(max-width:1120px){
  .project-list__item{
    grid-template-columns:60px minmax(0,1fr) 150px 34px;
    column-gap:18px;
  }
  .project-list__title-block strong{
    font-size:clamp(30px,4.7vw,50px);
  }
}

@media(max-width:760px){
  .project-list__item{
    grid-template-columns:42px minmax(0,1fr) 30px;
    column-gap:12px;
    padding-inline:2px;
  }
  .project-list__index{
    padding-right:10px;
    font-size:9px;
  }
  .project-list__title-block strong{
    overflow:visible;
    text-overflow:clip;
    font-size:clamp(26px,8vw,38px);
  }
  .project-list__item.is-active .project-list__title-block strong,
  .project-list__item:hover .project-list__title-block strong,
  .project-list__item:focus-visible .project-list__title-block strong{
    transform:scale(1.025);
  }
}

/* =========================================================
   V37 — WORK LIST readable header / unclipped typography
   ========================================================= */
body[data-view="list"] .list-view{
  padding-top:clamp(112px,12vh,142px);
  scroll-padding-top:32px;
}

/* The index header belongs to the document flow, not above the work. */
.project-list__head{
  position:relative;
  top:auto;
  z-index:1;
  min-height:42px;
  margin:0 0 clamp(18px,2.2vw,30px);
  padding:0 4px 14px;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  font-size:9px;
  line-height:1;
  color:rgba(255,255,255,.42);
}

.project-list{
  border-top:0;
}

.project-list__item{
  min-height:clamp(132px,14vh,164px);
  padding:clamp(24px,2.3vw,34px) 8px;
  align-items:center;
  overflow:visible;
  content-visibility:visible;
  contain:none;
  contain-intrinsic-size:auto;
}

.project-list__index{
  align-self:center;
  line-height:1.25;
}

.project-list__title-block{
  min-height:1px;
  overflow:visible;
  justify-content:center;
}

.project-list__title-block strong{
  display:inline-block;
  width:auto;
  max-width:100%;
  overflow:visible;
  text-overflow:clip;
  padding:.09em 0 .13em;
  font-size:clamp(30px,3.1vw,52px);
  line-height:1.08;
  letter-spacing:-.045em;
  white-space:nowrap;
  text-rendering:geometricPrecision;
}

.project-list__title-block small{
  top:calc(100% + 2px);
}

.project-list__item.is-active .project-list__title-block strong,
.project-list__item:hover .project-list__title-block strong,
.project-list__item:focus-visible .project-list__title-block strong{
  transform:scale(1.035);
  letter-spacing:-.05em;
}

.project-list__meta{
  align-self:center;
}

.project-list__preview{
  align-self:center;
}

.project-list__end{
  min-height:96px;
  border-top:1px solid rgba(255,255,255,.06);
}

@media(max-width:1120px){
  .project-list__item{
    min-height:124px;
    padding-block:25px;
  }
  .project-list__title-block strong{
    font-size:clamp(29px,4.5vw,46px);
  }
}

@media(max-width:760px){
  body[data-view="list"] .list-view{
    padding-top:108px;
    scroll-padding-top:24px;
  }
  .project-list__head{
    min-height:38px;
    margin-bottom:14px;
    padding-bottom:12px;
  }
  .project-list__item{
    min-height:106px;
    padding:20px 2px;
    align-items:center;
  }
  .project-list__title-block strong{
    padding:.08em 0 .14em;
    font-size:clamp(27px,8.2vw,39px);
    line-height:1.1;
    white-space:normal;
  }
}

/* =========================================================
   V38 — Mobile Focus Spiral / compact PLAN C portal
   ========================================================= */
@media (max-width:760px){
  html,body{width:100%;height:100%;overflow:hidden}
  .portfolio-stage{height:100svh;min-height:100svh;overflow:hidden}
  @supports(height:100dvh){.portfolio-stage{height:100dvh;min-height:100dvh}}

  /* Mobile needs a calm field, not a visible layout grid. */
  .site-noise{
    opacity:.72;
    background-image:
      radial-gradient(ellipse 92% 54% at 50% -8%,rgba(15,49,66,.16),transparent 68%),
      radial-gradient(ellipse 78% 48% at 50% 112%,rgba(121,30,22,.12),transparent 72%);
  }
  .stage-grid{display:none}
  .stage-flame{
    width:112vw;
    height:52vh;
    bottom:calc(-27vh + var(--flame-rise));
    opacity:.66;
    filter:blur(74px);
  }

  /* Header hierarchy */
  .site-header{
    align-items:start;
    padding:max(14px,env(safe-area-inset-top)) 14px 0;
    grid-template-columns:auto 1fr auto;
    pointer-events:none;
  }
  .site-header>*{pointer-events:auto}
  .brand-home{width:min(154px,43vw);filter:drop-shadow(0 8px 26px rgba(0,0,0,.34))}
  .menu-trigger{
    width:44px;
    height:44px;
    padding:11px;
    background:rgba(11,14,18,.62);
    border-color:rgba(255,255,255,.13);
    box-shadow:0 14px 34px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.06);
  }
  .menu-trigger span{width:17px;height:1.5px}
  .view-switch{
    position:fixed;
    top:calc(max(14px,env(safe-area-inset-top)) + 68px);
    left:50%;
    z-index:88;
    transform:translateX(-50%);
    margin:0;
    padding:7px 11px;
    min-height:34px;
    gap:9px;
    font-size:9px;
    letter-spacing:.1em;
    background:rgba(8,11,14,.48);
    border-color:rgba(255,255,255,.09);
    box-shadow:0 12px 32px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.04);
  }

  /* Focus spiral: one hero card, two quiet context cards. */
  .spiral-view{
    perspective:1300px;
    perspective-origin:50% 43%;
    overflow:hidden;
  }
  .spiral-view::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:
      radial-gradient(ellipse 80% 42% at 50% 43%,rgba(17,25,32,.12),transparent 72%),
      linear-gradient(to bottom,rgba(6,8,10,.26),transparent 18%,transparent 68%,rgba(5,6,8,.62));
  }
  .spiral-view::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:31vh;
    z-index:10;
    pointer-events:none;
    background:linear-gradient(to bottom,transparent,rgba(5,6,8,.48) 38%,rgba(5,6,8,.94) 82%,#050608 100%);
  }
  .spiral-scene{top:43.5%;z-index:2}
  .project-card{
    width:min(76vw,320px);
    aspect-ratio:1.24;
    transition:filter .28s var(--ease),opacity .28s var(--ease);
  }
  .project-card[data-ratio="portrait"]{
    width:min(59vw,250px);
    aspect-ratio:.76;
  }
  .project-card__button{
    border-radius:22px;
    background:rgba(8,12,16,.92);
    border-color:rgba(255,255,255,.085);
    box-shadow:0 28px 76px rgba(0,0,0,.44),inset 0 1px 0 rgba(255,255,255,.05);
  }
  .project-card__button::before{border-color:rgba(255,255,255,.11)}
  .project-card__button img{
    filter:none!important;
    transform:none!important;
    object-position:center;
  }
  .project-card__meta,
  .project-card__overlay{display:none!important}
  .project-card.is-mobile-active .project-card__button{
    border-color:rgba(255,255,255,.16);
    box-shadow:0 40px 100px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.025),inset 0 1px 0 rgba(255,255,255,.09);
  }
  .project-card.is-mobile-near .project-card__button{
    box-shadow:0 20px 54px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.035);
  }

  /* A single information dock replaces duplicated card labels. */
  .active-project-meta{
    left:50%;
    bottom:calc(72px + env(safe-area-inset-bottom));
    z-index:14;
    width:min(82vw,420px);
    padding:0 8px;
    transform:translateX(-50%);
    text-align:center;
    text-shadow:0 3px 20px rgba(0,0,0,.78);
  }
  .active-project-meta p{
    font-size:8px;
    line-height:1.3;
    letter-spacing:.19em;
    color:rgba(255,255,255,.46);
  }
  .active-project-meta h1{
    max-width:100%;
    margin:8px auto 7px;
    font-size:clamp(24px,7.2vw,30px);
    line-height:.98;
    letter-spacing:-.045em;
    font-weight:430;
    text-wrap:balance;
  }
  .stage-instruction,.stage-caption{display:none!important}

  /* Compact bottom actions with equal visual weight. */
  .contact-fab{
    right:12px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    width:46px;
    height:46px;
    min-height:46px;
    padding:0;
    border:1px solid rgba(255,255,255,.11);
    background:rgba(11,14,18,.58);
    backdrop-filter:blur(20px) saturate(140%);
    box-shadow:0 14px 34px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05);
  }
  .contact-fab span{display:none}
  .contact-fab i{
    width:100%;
    height:100%;
    background:transparent;
    border:0;
    font-size:18px;
  }

  /* PLAN C becomes an icon-only emergency shortcut on mobile. */
  .plan-portal{
    left:-7px!important;
    bottom:calc(9px + env(safe-area-inset-bottom))!important;
    width:66px!important;
    height:62px!important;
    min-width:0!important;
    overflow:visible!important;
    display:block!important;
  }
  .plan-portal__emergency{
    position:absolute!important;
    inset:0!important;
    width:66px!important;
    height:62px!important;
    transform:none!important;
    filter:drop-shadow(0 13px 30px rgba(0,0,0,.34));
  }
  .plan-portal__orbit{
    position:absolute!important;
    left:0!important;
    bottom:0!important;
    width:66px!important;
    height:62px!important;
    display:block!important;
  }
  .plan-portal__ring{display:none!important}
  .plan-portal__badge{
    position:absolute!important;
    left:0!important;
    bottom:0!important;
    width:62px!important;
    height:58px!important;
    transform:rotate(-8deg)!important;
    transform-origin:30% 78%!important;
    transition:transform .3s var(--ease2)!important;
  }
  .plan-portal__badge-alert{opacity:1!important;transform:none!important}
  .plan-portal__alert-svg{width:62px!important;height:58px!important}
  .plan-portal__badge-flame,
  .plan-portal__label{display:none!important}
  .plan-portal:hover .plan-portal__badge,
  .plan-portal:focus-visible .plan-portal__badge,
  .plan-portal:active .plan-portal__badge{
    transform:translate(5px,-3px) rotate(-3deg) scale(.96)!important;
  }
}

@media (max-width:430px){
  .brand-home{width:min(146px,42vw)}
  .project-card{width:min(78vw,304px)}
  .project-card[data-ratio="portrait"]{width:min(61vw,238px)}
  .active-project-meta{width:84vw;bottom:calc(68px + env(safe-area-inset-bottom))}
  .active-project-meta h1{font-size:clamp(23px,7.5vw,28px)}
}

@media (max-width:370px){
  .view-switch{top:calc(max(12px,env(safe-area-inset-top)) + 61px)}
  .project-card{width:80vw}
  .project-card[data-ratio="portrait"]{width:62vw}
  .active-project-meta h1{font-size:23px}
}

/* =========================================================
   V39 — Mobile PLAN C module viewport
   Keeps the builder compact: ~2.5 cards visible, the rest
   available through an independent touch/drag scroll area.
   ========================================================= */
@media (max-width:620px){
  #plan-page .plan-modules-panel{
    position:relative;
    display:flex;
    flex-direction:column;
    min-height:0;
    padding:16px;
    overflow:hidden;
    border-radius:22px;
  }

  #plan-page .plan-modules-panel__head{
    flex:0 0 auto;
    min-height:auto;
    margin:0 0 12px;
    padding:0 2px;
  }
  #plan-page .plan-modules-panel__head h3{
    font-size:15px;
    line-height:1.25;
  }

  #plan-page .plan-modules{
    --pc-mobile-module-height:116px;
    display:grid;
    grid-template-columns:1fr;
    grid-auto-rows:var(--pc-mobile-module-height);
    align-content:start;
    gap:10px;
    width:100%;
    height:clamp(286px,40svh,310px);
    min-height:286px;
    max-height:310px;
    margin:0;
    padding:2px 5px 44px 2px;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior-y:contain;
    scroll-behavior:smooth;
    scroll-snap-type:y proximity;
    scroll-padding-block:2px 42px;
    scrollbar-gutter:stable;
    scrollbar-width:thin;
    scrollbar-color:rgba(255,255,255,.24) transparent;
    touch-action:pan-y;
    -webkit-overflow-scrolling:touch;
    -webkit-mask-image:linear-gradient(to bottom,#000 0,#000 calc(100% - 30px),transparent 100%);
    mask-image:linear-gradient(to bottom,#000 0,#000 calc(100% - 30px),transparent 100%);
  }
  #plan-page .plan-modules::-webkit-scrollbar{width:4px}
  #plan-page .plan-modules::-webkit-scrollbar-track{background:transparent}
  #plan-page .plan-modules::-webkit-scrollbar-thumb{
    border-radius:999px;
    background:rgba(255,255,255,.24);
  }

  #plan-page .plan-module{
    box-sizing:border-box;
    min-height:var(--pc-mobile-module-height);
    height:var(--pc-mobile-module-height);
    padding:14px 16px;
    border-radius:18px;
    scroll-snap-align:start;
    scroll-snap-stop:normal;
    align-content:center;
    gap:8px;
  }
  #plan-page .plan-module:hover{
    transform:none;
  }
  #plan-page .plan-module:active{
    transform:scale(.985);
  }
  #plan-page .plan-module__badge{
    min-height:23px;
    padding:0 8px;
    font-size:10px;
  }
  #plan-page .plan-module h4{
    font-size:17px;
    line-height:1.18;
  }
  #plan-page .plan-module p{
    font-size:11px;
    line-height:1.35;
  }

  #plan-page .plan-modules-panel__foot{
    position:relative;
    flex:0 0 auto;
    min-height:28px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:7px;
    margin:7px 0 0;
    padding-top:5px;
    color:rgba(255,255,255,.34);
    font-size:8px;
    font-weight:600;
    line-height:1;
    letter-spacing:.17em;
    text-transform:uppercase;
  }
  #plan-page .plan-modules-panel__foot::before{
    content:"";
    width:20px;
    height:1px;
    background:rgba(255,255,255,.24);
  }
  #plan-page .plan-modules-panel__foot::after{
    content:"↓";
    margin-left:1px;
    color:rgba(255,255,255,.46);
    font-size:10px;
    line-height:.8;
    animation:planModuleDragHint 1.8s ease-in-out infinite;
  }
}

@keyframes planModuleDragHint{
  0%,100%{transform:translateY(-1px);opacity:.42}
  50%{transform:translateY(3px);opacity:.85}
}

@media (max-width:620px) and (prefers-reduced-motion:reduce){
  #plan-page .plan-modules{scroll-behavior:auto}
  #plan-page .plan-modules-panel__foot::after{animation:none}
}

@media (max-width:380px){
  #plan-page .plan-modules{
    --pc-mobile-module-height:108px;
    height:286px;
    min-height:286px;
    max-height:286px;
  }
  #plan-page .plan-module{padding:12px 14px}
  #plan-page .plan-module h4{font-size:16px}
}

/* =========================================================
   V40 — PLAN C slot occupancy map
   Connected module blocks make PT usage immediately legible.
   ========================================================= */
#plan-page .plan-slots{
  display:grid;
  grid-template-columns:repeat(var(--slot-capacity,6),minmax(0,1fr));
  gap:8px;
  margin-top:20px;
  align-items:stretch;
}

#plan-page .plan-slot-block,
#plan-page .plan-slot-empty{
  position:relative;
  min-width:0;
  min-height:116px;
  border-radius:18px;
  overflow:hidden;
}

#plan-page .plan-slot-block{
  --slot-rgb:255,255,255;
  border:1px solid rgba(var(--slot-rgb),.46);
  background:
    radial-gradient(circle at 20% 0%,rgba(var(--slot-rgb),.2),transparent 52%),
    linear-gradient(145deg,rgba(var(--slot-rgb),.14),rgba(var(--slot-rgb),.052));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.11),
    inset 0 -28px 46px rgba(0,0,0,.09),
    0 12px 30px rgba(0,0,0,.12);
  animation:planSlotBlockIn .36s cubic-bezier(.2,.82,.25,1) both;
}
#plan-page .plan-slot-block[data-accent="pink"]{--slot-rgb:255,102,193}
#plan-page .plan-slot-block[data-accent="blue"]{--slot-rgb:76,137,255}
#plan-page .plan-slot-block[data-accent="cyan"]{--slot-rgb:63,216,255}
#plan-page .plan-slot-block[data-accent="yellow"]{--slot-rgb:243,213,85}
#plan-page .plan-slot-block[data-accent="green"]{--slot-rgb:80,223,136}
#plan-page .plan-slot-block[data-accent="red"]{--slot-rgb:255,106,101}
#plan-page .plan-slot-block[data-accent="orange"]{--slot-rgb:245,162,77}
#plan-page .plan-slot-block[data-accent="purple"]{--slot-rgb:154,115,255}

#plan-page .plan-slot-block__meta{
  position:relative;
  z-index:2;
  min-height:84px;
  padding:14px 14px 34px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
#plan-page .plan-slot-block__label{
  min-width:0;
  color:rgba(255,255,255,.9);
  font-family:var(--font-ko);
  font-size:12px;
  font-weight:620;
  line-height:1.32;
  letter-spacing:-.025em;
  overflow-wrap:anywhere;
}
#plan-page .plan-slot-block__meta strong{
  flex:none;
  min-height:25px;
  padding:0 8px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(var(--slot-rgb),.18);
  border:1px solid rgba(var(--slot-rgb),.3);
  color:rgb(var(--slot-rgb));
  font-size:10px;
  font-weight:760;
  letter-spacing:.04em;
  white-space:nowrap;
}
#plan-page .plan-slot-block__cells{
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  bottom:0;
  height:31px;
  display:grid;
  grid-template-columns:repeat(var(--slot-points),minmax(0,1fr));
  border-top:1px solid rgba(var(--slot-rgb),.28);
  background:rgba(0,0,0,.13);
}
#plan-page .plan-slot-block__cell{
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.56);
  font-family:var(--font-en);
  font-size:9px;
  font-weight:660;
  letter-spacing:.12em;
}
#plan-page .plan-slot-block__cell + .plan-slot-block__cell{
  border-left:1px solid rgba(var(--slot-rgb),.34);
}

#plan-page .plan-slot-empty{
  border:1px dashed rgba(255,255,255,.14);
  background:rgba(255,255,255,.012);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:rgba(255,255,255,.25);
}
#plan-page .plan-slot-empty::before{
  content:"+";
  width:27px;
  height:27px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.11);
  color:rgba(255,255,255,.3);
  font-size:18px;
  font-weight:300;
}
#plan-page .plan-slot-empty span{
  font-size:8px;
  font-weight:650;
  letter-spacing:.16em;
}
#plan-page .plan-slot-empty strong{
  position:absolute;
  right:9px;
  bottom:8px;
  font-size:9px;
  font-weight:650;
  letter-spacing:.12em;
  color:rgba(255,255,255,.22);
}

#plan-page .plan-selected-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
#plan-page .plan-selected-chip{
  --chip-rgb:255,255,255;
  min-height:34px;
  padding:0 7px 0 11px;
  gap:8px;
  border:1px solid rgba(var(--chip-rgb),.16);
  background:rgba(var(--chip-rgb),.075);
  color:rgba(255,255,255,.72);
}
#plan-page .plan-selected-chip[data-accent="pink"]{--chip-rgb:255,102,193}
#plan-page .plan-selected-chip[data-accent="blue"]{--chip-rgb:76,137,255}
#plan-page .plan-selected-chip[data-accent="cyan"]{--chip-rgb:63,216,255}
#plan-page .plan-selected-chip[data-accent="yellow"]{--chip-rgb:243,213,85}
#plan-page .plan-selected-chip[data-accent="green"]{--chip-rgb:80,223,136}
#plan-page .plan-selected-chip[data-accent="red"]{--chip-rgb:255,106,101}
#plan-page .plan-selected-chip[data-accent="orange"]{--chip-rgb:245,162,77}
#plan-page .plan-selected-chip[data-accent="purple"]{--chip-rgb:154,115,255}
#plan-page .plan-selected-chip i{
  width:7px;
  height:7px;
  flex:none;
  border-radius:50%;
  background:rgb(var(--chip-rgb));
  box-shadow:0 0 12px rgba(var(--chip-rgb),.45);
}
#plan-page .plan-selected-chip span{
  font-size:11px;
  font-weight:540;
}
#plan-page .plan-selected-chip strong{
  min-height:22px;
  padding:0 7px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  background:rgba(var(--chip-rgb),.12);
  color:rgb(var(--chip-rgb));
  font-size:9px;
  font-weight:760;
  white-space:nowrap;
}
#plan-page .plan-selected-chip button{
  min-height:24px;
  padding:0 7px;
  border-radius:999px;
  color:rgba(255,255,255,.38);
  font-size:9px;
  transition:background .2s ease,color .2s ease;
}
#plan-page .plan-selected-chip button:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
}
#plan-page .plan-selected-chip.is-empty{
  border-color:transparent;
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.42);
}

@keyframes planSlotBlockIn{
  from{opacity:0;transform:translateY(8px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

@media(max-width:620px){
  #plan-page .plan-slots{
    grid-template-columns:repeat(var(--slot-capacity,6),minmax(0,1fr));
    gap:5px;
    margin-top:18px;
  }
  #plan-page .plan-slot-block,
  #plan-page .plan-slot-empty{
    min-height:102px;
    border-radius:14px;
  }
  #plan-page .plan-slot-block__meta{
    min-height:74px;
    padding:10px 9px 31px;
    flex-direction:column;
    justify-content:flex-start;
    gap:6px;
  }
  #plan-page .plan-slot-block__label{
    font-size:10px;
    line-height:1.25;
  }
  #plan-page .plan-slot-block__meta strong{
    order:-1;
    min-height:22px;
    padding:0 6px;
    font-size:8px;
  }
  #plan-page .plan-slot-block[data-points="1"] .plan-slot-block__label{
    display:none;
  }
  #plan-page .plan-slot-block__cells{height:28px}
  #plan-page .plan-slot-block__cell{font-size:8px}
  #plan-page .plan-slot-empty{gap:5px}
  #plan-page .plan-slot-empty::before{
    width:24px;
    height:24px;
    font-size:16px;
  }
  #plan-page .plan-slot-empty span{display:none}
  #plan-page .plan-selected-list{gap:6px;margin-top:13px}
  #plan-page .plan-selected-chip{
    min-height:32px;
    padding-left:9px;
    gap:6px;
  }
  #plan-page .plan-selected-chip span{font-size:10px}
}

@media(prefers-reduced-motion:reduce){
  #plan-page .plan-slot-block{animation:none}
}

/* =========================================================
   V41 — FIRST SPARK / TORCH REVEAL INTRO
   ========================================================= */
@property --intro-radius{
  syntax:'<length>';
  inherits:true;
  initial-value:220px;
}

.intro{
  --intro-x:50%;
  --intro-y:72%;
  --intro-radius:clamp(170px,18vw,290px);
  position:fixed;
  inset:0;
  z-index:500;
  overflow:hidden;
  isolation:isolate;
  background:#030405;
  cursor:none;
  touch-action:manipulation;
  outline:none;
}

.intro::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 50% 112%,rgba(111,16,12,.13),transparent 45%),
    linear-gradient(180deg,#030405 0%,#050607 58%,#070506 100%);
}

.intro__ambient{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle 3px at 50% 72%,rgba(238,64,47,.7),transparent 100%),
    radial-gradient(ellipse 36vw 28vh at 50% 105%,rgba(238,64,47,.10),transparent 72%);
  filter:blur(.2px);
  opacity:.9;
}

.intro__reveal{
  position:absolute;
  inset:0;
  z-index:2;
  display:grid;
  place-items:center;
  overflow:hidden;
  pointer-events:none;
  -webkit-mask-image:radial-gradient(
    circle var(--intro-radius) at var(--intro-x) var(--intro-y),
    #000 0%,
    #000 34%,
    rgba(0,0,0,.92) 50%,
    rgba(0,0,0,.48) 70%,
    transparent 100%
  );
  mask-image:radial-gradient(
    circle var(--intro-radius) at var(--intro-x) var(--intro-y),
    #000 0%,
    #000 34%,
    rgba(0,0,0,.92) 50%,
    rgba(0,0,0,.48) 70%,
    transparent 100%
  );
  transition:--intro-radius .62s cubic-bezier(.2,.82,.18,1);
}

.intro__grid{
  position:absolute;
  inset:-1px;
  opacity:.56;
  background-image:
    linear-gradient(to right,
      transparent 0,
      transparent calc(100%/12 - 1px),
      rgba(255,255,255,.055) calc(100%/12 - 1px),
      rgba(255,255,255,.055) calc(100%/12)
    ),
    linear-gradient(to bottom,rgba(255,255,255,.032) 1px,transparent 1px);
  background-size:calc(100%/12) 100%,100% 92px;
}

.intro__grid::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.018),transparent 34%),
    radial-gradient(ellipse at 50% 94%,rgba(238,64,47,.12),transparent 52%);
}

.intro__brand-stage{
  position:relative;
  z-index:2;
  width:clamp(480px,44vw,820px);
  display:grid;
  place-items:center;
  transform:translateY(-2vh);
  filter:drop-shadow(0 24px 80px rgba(0,0,0,.52));
}

.intro__brand{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  margin:0;
  opacity:.98;
}

.intro__torch{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  opacity:.76;
  background:
    radial-gradient(circle 7px at var(--intro-x) var(--intro-y),rgba(255,218,174,.95),rgba(255,113,68,.82) 28%,transparent 72%),
    radial-gradient(circle clamp(72px,7vw,110px) at var(--intro-x) var(--intro-y),rgba(255,112,64,.28),rgba(238,64,47,.14) 43%,transparent 76%),
    radial-gradient(circle clamp(190px,19vw,340px) at var(--intro-x) var(--intro-y),rgba(238,64,47,.12),rgba(104,14,10,.07) 48%,transparent 78%);
  mix-blend-mode:screen;
  transition:opacity .32s ease;
}

.intro__torch::after{
  content:"";
  position:absolute;
  left:var(--intro-x);
  top:var(--intro-y);
  width:5px;
  height:5px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:#ffd3a9;
  box-shadow:
    0 0 8px rgba(255,190,134,.98),
    0 0 24px rgba(238,64,47,.9),
    0 0 58px rgba(238,64,47,.42);
}

.intro__mobile-ember{
  position:absolute;
  z-index:5;
  left:50%;
  top:calc(50% - min(16px,4vw));
  width:clamp(26px,7vw,42px);
  aspect-ratio:1;
  transform:translate(-50%,-50%) scale(.72);
  display:grid;
  place-items:center;
  pointer-events:none;
  opacity:0;
}

.intro__mobile-ember::before,
.intro__mobile-ember::after{
  content:"";
  position:absolute;
  inset:50%;
  border-radius:50%;
  transform:translate(-50%,-50%);
}

.intro__mobile-ember::before{
  width:110px;
  height:110px;
  background:radial-gradient(circle,rgba(238,64,47,.46),rgba(238,64,47,.13) 40%,transparent 72%);
  filter:blur(8px);
}

.intro__mobile-ember::after{
  width:26px;
  height:26px;
  background:rgba(255,91,55,.28);
  filter:blur(7px);
}

.intro__mobile-ember img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 0 18px rgba(238,64,47,.82));
}

.intro__flash{
  position:absolute;
  z-index:4;
  left:var(--intro-x);
  top:var(--intro-y);
  width:22px;
  height:22px;
  border-radius:50%;
  transform:translate(-50%,-50%) scale(.15);
  pointer-events:none;
  opacity:0;
  background:radial-gradient(circle,#ffd5ad 0%,#ff7b4c 13%,rgba(238,64,47,.82) 28%,rgba(124,19,13,.42) 52%,transparent 72%);
  filter:blur(5px);
}

.intro__instruction{
  position:absolute;
  z-index:8;
  left:50%;
  bottom:max(28px,env(safe-area-inset-bottom));
  transform:translateX(-50%);
  margin:0;
  color:rgba(255,255,255,.34);
  font-family:var(--font-en);
  font-size:10px;
  font-weight:520;
  letter-spacing:.24em;
  text-transform:uppercase;
  white-space:nowrap;
  pointer-events:none;
  transition:opacity .32s ease,transform .5s var(--ease2);
}

.intro__instruction-mobile{display:none}

.intro.is-tracking .intro__instruction{
  opacity:.2;
  transform:translateX(-50%) translateY(4px);
}

.intro.is-igniting{
  --intro-radius:145vmax;
}

.intro.is-igniting .intro__flash{
  animation:introFlashIgnite .48s cubic-bezier(.18,.82,.24,1) forwards;
}

.intro.is-igniting .intro__torch{
  opacity:1;
}

.intro.is-igniting .intro__instruction{
  opacity:0;
  transform:translateX(-50%) translateY(12px);
}

.intro.is-leaving{
  animation:introLeaveV41 .7s cubic-bezier(.25,.76,.25,1) forwards;
}

.intro.is-leaving .intro__brand-stage{
  animation:introBrandExit .7s cubic-bezier(.18,.82,.22,1) forwards;
}

@keyframes introFlashIgnite{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.15)}
  18%{opacity:.9}
  62%{opacity:.38}
  100%{opacity:0;transform:translate(-50%,-50%) scale(90)}
}

@keyframes introLeaveV41{
  0%{opacity:1;transform:scale(1)}
  100%{opacity:0;transform:scale(1.025);visibility:hidden}
}

@keyframes introBrandExit{
  0%{transform:translateY(-2vh) scale(1);filter:drop-shadow(0 24px 80px rgba(0,0,0,.52))}
  100%{transform:translateY(-2vh) scale(1.045);filter:drop-shadow(0 22px 110px rgba(238,64,47,.12))}
}

@media(hover:none),(pointer:coarse),(max-width:760px){
  .intro{
    --intro-x:50%;
    --intro-y:calc(50% - min(16px,4vw));
    --intro-radius:0px;
    cursor:default;
  }

  .intro__ambient{
    background:
      radial-gradient(circle 2px at var(--intro-x) var(--intro-y),rgba(255,107,65,.82),transparent 100%),
      radial-gradient(ellipse 70vw 28vh at 50% 74%,rgba(238,64,47,.09),transparent 74%);
  }

  .intro__brand-stage{
    width:min(84vw,520px);
    transform:translateY(-1.5vh);
  }

  .intro__torch{display:none}

  .intro__mobile-ember{
    opacity:1;
    animation:introMobileEmber 1.35s cubic-bezier(.3,.72,.22,1) both;
  }

  .intro__instruction{
    bottom:max(24px,env(safe-area-inset-bottom));
    font-size:9px;
    letter-spacing:.28em;
    opacity:0;
    animation:introMobileCaption 1.6s .3s ease both;
  }

  .intro__instruction-desktop{display:none}
  .intro__instruction-mobile{display:inline}

  .intro.is-mobile-revealing{
    --intro-radius:145vmax;
    transition:--intro-radius 1.3s cubic-bezier(.18,.78,.18,1);
  }

  .intro.is-mobile-revealing .intro__brand-stage{
    animation:introMobileBrand 1.35s cubic-bezier(.2,.82,.2,1) both;
  }

  .intro.is-mobile-revealing .intro__mobile-ember{
    animation:introMobileEmberReveal 1.25s cubic-bezier(.2,.82,.2,1) both;
  }

  .intro.is-igniting .intro__flash{
    display:none;
  }

  .intro.is-leaving{
    animation-duration:.52s;
  }
}

@keyframes introMobileEmber{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.35)}
  35%{opacity:1;transform:translate(-50%,-50%) scale(.88)}
  68%{opacity:.82;transform:translate(-50%,-50%) scale(1.04)}
  100%{opacity:.7;transform:translate(-50%,-50%) scale(.96)}
}

@keyframes introMobileEmberReveal{
  0%{opacity:1;transform:translate(-50%,-50%) scale(.8)}
  46%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(1.45)}
}

@keyframes introMobileBrand{
  0%{opacity:.3;transform:translateY(-1.5vh) scale(.96)}
  58%{opacity:1;transform:translateY(-1.5vh) scale(1.015)}
  100%{opacity:1;transform:translateY(-1.5vh) scale(1)}
}

@keyframes introMobileCaption{
  0%{opacity:0;transform:translateX(-50%) translateY(8px)}
  40%,78%{opacity:.34;transform:translateX(-50%) translateY(0)}
  100%{opacity:0;transform:translateX(-50%) translateY(-4px)}
}

@media(prefers-reduced-motion:reduce){
  .intro{
    --intro-radius:145vmax;
  }
  .intro__mobile-ember,
  .intro__instruction,
  .intro__brand-stage,
  .intro__flash{
    animation:none!important;
  }
}

@media(hover:none),(pointer:coarse),(max-width:760px){
  .intro{transition:--intro-radius 1.3s cubic-bezier(.18,.78,.18,1)}
  .intro.is-mobile-revealing{transition:--intro-radius 1.3s cubic-bezier(.18,.78,.18,1)}
}

/* =========================================================
   V42 — CINEMATIC FIRST SPARK
   Desktop: physically layered torch reveal
   Mobile: logo-embedded spark ignition
   ========================================================= */
@property --intro-radius-x{
  syntax:'<length>';
  inherits:true;
  initial-value:250px;
}

.intro{
  --intro-radius:clamp(155px,16.5vw,270px);
  --intro-radius-x:clamp(172px,18vw,298px);
  --torch-energy:0;
  --torch-scale:1;
  --torch-angle:0deg;
  background:#010203;
}

.intro::after{
  content:"";
  position:absolute;
  inset:-8%;
  z-index:7;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 50% 48%,transparent 34%,rgba(0,0,0,.16) 64%,rgba(0,0,0,.72) 100%),
    linear-gradient(180deg,rgba(0,0,0,.22),transparent 28%,transparent 70%,rgba(0,0,0,.38));
  mix-blend-mode:multiply;
}

.intro__ambient{
  overflow:hidden;
  opacity:1;
  filter:none;
  background:
    radial-gradient(ellipse 54vw 34vh at 50% 112%,rgba(126,22,14,.09),transparent 74%),
    radial-gradient(ellipse 34vw 22vh at 50% 105%,rgba(238,64,47,.055),transparent 76%);
}

.intro__ambient::before{
  content:"";
  position:absolute;
  left:var(--intro-x);
  top:var(--intro-y);
  width:clamp(360px,42vw,720px);
  aspect-ratio:1.25;
  transform:translate(-50%,-50%) scale(var(--torch-scale));
  border-radius:50%;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 50% 48%,rgba(255,190,128,.12) 0%,rgba(255,108,62,.075) 24%,rgba(238,64,47,.032) 52%,transparent 76%);
  filter:blur(34px);
  opacity:var(--torch-ambient-opacity,.58);
  mix-blend-mode:screen;
  will-change:left,top,transform,opacity;
}

.intro__ambient::after{
  content:"";
  position:absolute;
  left:var(--intro-x);
  top:var(--intro-y);
  width:clamp(180px,24vw,430px);
  height:1px;
  transform:translate(-50%,-50%) rotate(var(--torch-angle));
  background:linear-gradient(90deg,transparent,rgba(255,204,160,.08),rgba(255,238,216,.23),rgba(255,204,160,.08),transparent);
  filter:blur(.6px);
  opacity:var(--torch-streak-opacity,.18);
  mix-blend-mode:screen;
  will-change:left,top,transform,opacity;
}

.intro__reveal{
  -webkit-mask-image:radial-gradient(
    ellipse var(--intro-radius-x) var(--intro-radius) at var(--intro-x) var(--intro-y),
    #000 0%,
    #000 27%,
    rgba(0,0,0,.97) 39%,
    rgba(0,0,0,.78) 56%,
    rgba(0,0,0,.34) 76%,
    transparent 100%
  );
  mask-image:radial-gradient(
    ellipse var(--intro-radius-x) var(--intro-radius) at var(--intro-x) var(--intro-y),
    #000 0%,
    #000 27%,
    rgba(0,0,0,.97) 39%,
    rgba(0,0,0,.78) 56%,
    rgba(0,0,0,.34) 76%,
    transparent 100%
  );
  filter:brightness(1.04) contrast(1.025);
}

.intro__grid{
  opacity:.5;
  background-image:
    linear-gradient(to right,
      transparent 0,
      transparent calc(100%/12 - 1px),
      rgba(255,255,255,.052) calc(100%/12 - 1px),
      rgba(255,255,255,.052) calc(100%/12)
    ),
    linear-gradient(to bottom,rgba(255,255,255,.023) 1px,transparent 1px);
  background-size:calc(100%/12) 100%,100% 92px;
}

.intro__brand-stage{
  aspect-ratio:637.4/130.75;
  filter:drop-shadow(0 28px 90px rgba(0,0,0,.62));
}

.intro__brand{
  width:100%;
  height:100%;
  object-fit:contain;
}

.intro__brand--base{position:relative;z-index:1}
.intro__brand--spark,
.intro__brand-ignition{position:absolute;inset:0;z-index:2;pointer-events:none}
.intro__brand--spark{opacity:0}
.intro__brand-ignition{display:none}

.intro__torch{
  opacity:var(--torch-opacity,.73);
  background:
    radial-gradient(circle 3px at var(--intro-x) var(--intro-y),#fff8ed 0%,#ffe2bd 38%,rgba(255,172,105,.9) 66%,transparent 100%),
    radial-gradient(circle 13px at var(--intro-x) var(--intro-y),rgba(255,239,214,.74) 0%,rgba(255,151,88,.42) 37%,rgba(238,64,47,.12) 72%,transparent 100%),
    radial-gradient(ellipse clamp(88px,8vw,138px) clamp(70px,6vw,112px) at var(--intro-x) var(--intro-y),rgba(255,151,91,.2) 0%,rgba(238,64,47,.105) 43%,transparent 78%),
    radial-gradient(ellipse clamp(250px,24vw,460px) clamp(195px,18vw,350px) at var(--intro-x) var(--intro-y),rgba(238,64,47,.105) 0%,rgba(128,20,13,.055) 50%,transparent 80%);
  filter:saturate(1.12);
  mix-blend-mode:screen;
  will-change:background,opacity;
}

.intro__torch::before{
  content:"";
  position:absolute;
  left:var(--intro-x);
  top:var(--intro-y);
  width:clamp(105px,10vw,170px);
  height:clamp(132px,13vw,220px);
  transform:translate(-50%,-52%) rotate(calc(var(--torch-angle) + 4deg)) scale(var(--torch-scale));
  border-radius:46% 54% 52% 48% / 58% 48% 52% 42%;
  background:
    radial-gradient(ellipse at 48% 55%,rgba(255,229,196,.16),rgba(255,120,68,.09) 32%,rgba(238,64,47,.025) 62%,transparent 78%);
  filter:blur(17px);
  opacity:var(--torch-flame-opacity,.42);
  animation:introTorchBreath 2.2s ease-in-out infinite alternate;
  transform-origin:50% 62%;
  will-change:left,top,transform,opacity;
}

.intro__torch::after{
  width:4px;
  height:4px;
  background:#fff8e8;
  box-shadow:
    0 0 5px rgba(255,247,225,1),
    0 0 13px rgba(255,195,134,.98),
    0 0 30px rgba(255,105,58,.8),
    0 0 68px rgba(238,64,47,.38),
    0 0 120px rgba(116,15,10,.18);
  animation:introTorchCore 1.15s steps(2,end) infinite;
}

@keyframes introTorchBreath{
  0%{margin-left:-3px;margin-top:3px;filter:blur(18px);border-radius:50% 50% 44% 56% / 62% 44% 56% 38%}
  52%{margin-left:2px;margin-top:-4px;filter:blur(14px);border-radius:44% 56% 57% 43% / 52% 58% 42% 48%}
  100%{margin-left:4px;margin-top:1px;filter:blur(19px);border-radius:56% 44% 48% 52% / 58% 46% 54% 42%}
}

@keyframes introTorchCore{
  0%,100%{opacity:.9;transform:translate(-50%,-50%) scale(.92)}
  34%{opacity:1;transform:translate(-50%,-50%) scale(1.12)}
  66%{opacity:.82;transform:translate(-50%,-50%) scale(.86)}
}

.intro.is-igniting{--intro-radius-x:145vmax}
.intro.is-igniting .intro__reveal{filter:brightness(1.12) contrast(1.02)}
.intro.is-igniting .intro__ambient::before{animation:introDesktopBloom .55s cubic-bezier(.12,.78,.2,1) forwards}

@keyframes introDesktopBloom{
  0%{opacity:.65;transform:translate(-50%,-50%) scale(var(--torch-scale))}
  42%{opacity:1;transform:translate(-50%,-50%) scale(1.4)}
  100%{opacity:.2;transform:translate(-50%,-50%) scale(3.4)}
}

/* Mobile ignition begins inside the red flame of the actual Babayetu logo. */
@media(hover:none),(pointer:coarse),(max-width:760px){
  .intro{
    --intro-x:50%;
    --intro-y:calc(50% - clamp(16px,5vw,28px));
    --intro-radius:0px;
    --intro-radius-x:0px;
  }

  .intro::after{
    background:radial-gradient(ellipse at 50% 48%,transparent 24%,rgba(0,0,0,.32) 60%,rgba(0,0,0,.88) 100%);
  }

  .intro__ambient{
    background:
      radial-gradient(circle 1px at var(--intro-x) var(--intro-y),rgba(255,190,132,.5),transparent 100%),
      radial-gradient(ellipse 55vw 22vh at 50% 70%,rgba(116,14,9,.06),transparent 78%);
  }

  .intro__ambient::before,
  .intro__ambient::after{opacity:0}

  .intro__brand-stage{
    width:min(86vw,560px);
    transform:translateY(-1.5vh);
    opacity:1;
    filter:drop-shadow(0 24px 70px rgba(0,0,0,.72));
  }

  .intro__brand--base{
    opacity:.035;
    filter:brightness(.45) saturate(.72);
  }

  .intro__brand--spark{
    opacity:0;
    clip-path:circle(5.2% at 50% 23%);
    filter:brightness(1.4) saturate(1.45) drop-shadow(0 0 10px rgba(238,64,47,.86)) drop-shadow(0 0 32px rgba(238,64,47,.48));
  }

  .intro__brand-ignition{
    display:block;
    inset:auto;
    left:50%;
    top:23%;
    width:1px;
    height:1px;
    opacity:0;
  }

  .intro__ignition-core,
  .intro__ignition-ring{
    position:absolute;
    left:0;
    top:0;
    border-radius:50%;
    transform:translate(-50%,-50%);
  }

  .intro__ignition-core{
    width:8px;
    height:8px;
    background:#fff5e6;
    box-shadow:0 0 8px #fff0d8,0 0 20px #ff9b5f,0 0 52px rgba(238,64,47,.82),0 0 110px rgba(238,64,47,.34);
  }

  .intro__ignition-ring{
    width:20px;
    height:20px;
    border:1px solid rgba(255,172,112,.64);
    box-shadow:0 0 22px rgba(238,64,47,.44),inset 0 0 18px rgba(238,64,47,.25);
  }

  .intro__brand-ignition i{
    position:absolute;
    left:0;
    top:0;
    width:3px;
    height:3px;
    border-radius:50%;
    background:#ffd4a6;
    box-shadow:0 0 8px rgba(255,126,70,.95);
    opacity:0;
  }
  .intro__brand-ignition i:nth-of-type(1){--sx:-34px;--sy:-28px}
  .intro__brand-ignition i:nth-of-type(2){--sx:38px;--sy:-21px}
  .intro__brand-ignition i:nth-of-type(3){--sx:-48px;--sy:12px}
  .intro__brand-ignition i:nth-of-type(4){--sx:44px;--sy:18px}
  .intro__brand-ignition i:nth-of-type(5){--sx:-18px;--sy:38px}
  .intro__brand-ignition i:nth-of-type(6){--sx:20px;--sy:-42px}

  .intro__torch{display:none}

  .intro__flash{
    display:block;
    left:50%;
    top:calc(50% - clamp(16px,5vw,28px));
    width:16px;
    height:16px;
    background:radial-gradient(circle,#fffdf7 0%,#fff0d7 12%,#ffb476 24%,rgba(255,93,47,.88) 43%,rgba(238,64,47,.32) 64%,transparent 78%);
    filter:blur(2px);
  }

  .intro__instruction{
    opacity:0;
    animation:none;
  }

  .intro.is-mobile-charging .intro__brand--spark{
    animation:introLogoSparkCharge .58s cubic-bezier(.18,.78,.25,1) both;
  }

  .intro.is-mobile-charging .intro__brand-ignition{
    opacity:1;
  }

  .intro.is-mobile-charging .intro__ignition-core{
    animation:introIgnitionCore .62s cubic-bezier(.2,.84,.2,1) both;
  }

  .intro.is-mobile-charging .intro__ignition-ring{
    animation:introIgnitionRing .62s cubic-bezier(.2,.84,.2,1) both;
  }

  .intro.is-mobile-charging .intro__brand-ignition i{
    animation:introIgnitionParticle .56s cubic-bezier(.18,.72,.25,1) both;
  }
  .intro.is-mobile-charging .intro__brand-ignition i:nth-of-type(2){animation-delay:.035s}
  .intro.is-mobile-charging .intro__brand-ignition i:nth-of-type(3){animation-delay:.07s}
  .intro.is-mobile-charging .intro__brand-ignition i:nth-of-type(4){animation-delay:.1s}
  .intro.is-mobile-charging .intro__brand-ignition i:nth-of-type(5){animation-delay:.125s}
  .intro.is-mobile-charging .intro__brand-ignition i:nth-of-type(6){animation-delay:.15s}

  .intro.is-mobile-revealing{
    --intro-radius:145vmax;
    --intro-radius-x:145vmax;
    transition:--intro-radius .92s cubic-bezier(.08,.76,.16,1),--intro-radius-x .92s cubic-bezier(.08,.76,.16,1);
  }

  .intro.is-mobile-revealing::before{
    animation:introMobileRoomLight 1.18s cubic-bezier(.12,.78,.18,1) both;
  }

  .intro.is-mobile-revealing .intro__brand--base{
    animation:introLogoFullIgnition 1.15s cubic-bezier(.12,.78,.18,1) both;
  }

  .intro.is-mobile-revealing .intro__brand--spark{
    animation:introLogoSparkRelease .92s cubic-bezier(.1,.82,.2,1) both;
  }

  .intro.is-mobile-revealing .intro__flash{
    animation:introMobileFlashBurst .86s cubic-bezier(.1,.8,.16,1) both;
  }

  .intro.is-mobile-revealing .intro__grid{
    animation:introMobileGridReveal 1.05s cubic-bezier(.12,.76,.2,1) both;
  }

  .intro.is-mobile-revealing .intro__brand-stage{
    animation:introMobileStageImpact 1.18s cubic-bezier(.12,.78,.18,1) both;
  }

  .intro.is-leaving{animation-duration:.46s}
  .intro.is-leaving .intro__brand-stage{animation:introMobileExit .46s cubic-bezier(.3,.72,.22,1) forwards}
}

@keyframes introLogoSparkCharge{
  0%{opacity:0;clip-path:circle(1% at 50% 23%);filter:brightness(1) saturate(1.2) drop-shadow(0 0 0 rgba(238,64,47,0))}
  24%{opacity:.72;clip-path:circle(3.4% at 50% 23%)}
  58%{opacity:1;clip-path:circle(5.8% at 50% 23%);filter:brightness(2.1) saturate(1.65) drop-shadow(0 0 16px rgba(255,116,65,.95)) drop-shadow(0 0 45px rgba(238,64,47,.65))}
  78%{opacity:.72;clip-path:circle(4.7% at 50% 23%)}
  100%{opacity:1;clip-path:circle(5.2% at 50% 23%);filter:brightness(1.7) saturate(1.55) drop-shadow(0 0 12px rgba(255,126,72,.92)) drop-shadow(0 0 36px rgba(238,64,47,.54))}
}

@keyframes introIgnitionCore{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.1)}
  28%{opacity:1;transform:translate(-50%,-50%) scale(1.25)}
  52%{opacity:.78;transform:translate(-50%,-50%) scale(.72)}
  100%{opacity:1;transform:translate(-50%,-50%) scale(1)}
}

@keyframes introIgnitionRing{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.15)}
  34%{opacity:.9}
  100%{opacity:0;transform:translate(-50%,-50%) scale(4.8)}
}

@keyframes introIgnitionParticle{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}
  22%{opacity:1}
  100%{opacity:0;transform:translate(calc(-50% + var(--sx)),calc(-50% + var(--sy))) scale(.7)}
}

@keyframes introLogoSparkRelease{
  0%{opacity:1;clip-path:circle(5.2% at 50% 23%);filter:brightness(1.8) saturate(1.6) drop-shadow(0 0 18px rgba(255,124,70,.98)) drop-shadow(0 0 52px rgba(238,64,47,.66))}
  32%{opacity:1;clip-path:circle(8.5% at 50% 23%);filter:brightness(3.2) saturate(1.4) drop-shadow(0 0 32px rgba(255,191,132,1)) drop-shadow(0 0 92px rgba(238,64,47,.82))}
  70%{opacity:.28;clip-path:circle(24% at 50% 23%)}
  100%{opacity:0;clip-path:circle(46% at 50% 23%);filter:brightness(1.2)}
}

@keyframes introLogoFullIgnition{
  0%,14%{opacity:.035;filter:brightness(.42) saturate(.65)}
  34%{opacity:.34;filter:brightness(.82) saturate(.88)}
  52%{opacity:1;filter:brightness(1.75) saturate(1.08) drop-shadow(0 0 22px rgba(255,157,99,.32))}
  66%{opacity:1;filter:brightness(1.12) saturate(1.02)}
  82%{opacity:.93;filter:brightness(.96)}
  100%{opacity:1;filter:brightness(1) saturate(1)}
}

@keyframes introMobileFlashBurst{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.15)}
  18%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}
  44%{opacity:.84;transform:translate(-50%,-50%) scale(15)}
  72%{opacity:.24;transform:translate(-50%,-50%) scale(72)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(150)}
}

@keyframes introMobileRoomLight{
  0%{background:linear-gradient(180deg,#030405 0%,#050607 58%,#070506 100%)}
  44%{background:radial-gradient(circle at 50% 45%,rgba(255,126,72,.17),transparent 42%),linear-gradient(180deg,#06080a,#0b0909)}
  62%{background:radial-gradient(circle at 50% 45%,rgba(255,222,193,.12),rgba(238,64,47,.08) 36%,transparent 64%),linear-gradient(180deg,#0b0d10,#100a09)}
  100%{background:radial-gradient(ellipse at 50% 112%,rgba(111,16,12,.13),transparent 45%),linear-gradient(180deg,#030405 0%,#050607 58%,#070506 100%)}
}

@keyframes introMobileGridReveal{
  0%,18%{opacity:0}
  48%{opacity:.76}
  70%{opacity:.48}
  100%{opacity:.5}
}

@keyframes introMobileStageImpact{
  0%{transform:translateY(-1.5vh) scale(.965);filter:drop-shadow(0 24px 70px rgba(0,0,0,.72))}
  46%{transform:translateY(-1.5vh) scale(1.035);filter:drop-shadow(0 0 62px rgba(238,64,47,.24))}
  65%{transform:translateY(-1.5vh) scale(.994)}
  100%{transform:translateY(-1.5vh) scale(1);filter:drop-shadow(0 24px 70px rgba(0,0,0,.62))}
}

@keyframes introMobileExit{
  0%{opacity:1;transform:translateY(-1.5vh) scale(1)}
  100%{opacity:0;transform:translateY(-1.5vh) scale(1.04)}
}

@media(prefers-reduced-motion:reduce){
  .intro__torch::before,
  .intro__torch::after,
  .intro__brand--spark,
  .intro__brand-ignition,
  .intro__brand-ignition *,
  .intro__brand-stage,
  .intro__grid{animation:none!important}
}

/* =========================================================
   V46 — Project detail / justified tile gallery
   ========================================================= */
.detail-gallery{
  --detail-tile-gap:clamp(12px,1.55vw,24px);
  display:flex!important;
  flex-direction:column;
  width:100%;
  gap:var(--detail-tile-gap)!important;
  grid-template-columns:none!important;
  align-items:stretch;
}
.detail-gallery__row{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  width:100%;
  gap:var(--detail-tile-gap);
}
.detail-gallery__row:not(.is-ragged){justify-content:space-between}
.detail-gallery figure,
.detail-gallery figure:nth-child(1),
.detail-gallery figure:nth-child(2),
.detail-gallery figure:nth-child(3){
  position:relative;
  flex:0 0 auto;
  grid-column:auto!important;
  min-width:0;
  margin:0!important;
  overflow:hidden;
  border:1px solid rgba(48,40,34,.08);
  border-radius:clamp(10px,1vw,16px);
  background:#e9e5df;
  box-shadow:0 1px 0 rgba(255,255,255,.55) inset,0 18px 50px rgba(48,40,34,.055);
  isolation:isolate;
  transition:transform .42s cubic-bezier(.2,.75,.18,1),box-shadow .42s ease,border-color .42s ease;
}
.detail-gallery figure::after{
  content:attr(data-sequence);
  position:absolute;
  right:12px;
  bottom:10px;
  z-index:2;
  padding:5px 7px;
  border:1px solid rgba(255,255,255,.36);
  border-radius:999px;
  background:rgba(21,18,16,.34);
  color:rgba(255,255,255,.82);
  font-family:var(--font-en);
  font-size:8px;
  line-height:1;
  letter-spacing:.12em;
  backdrop-filter:blur(12px) saturate(130%);
  opacity:0;
  transform:translateY(4px);
  transition:opacity .28s ease,transform .28s ease;
}
.detail-gallery img{
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center;
  background:#eeeae4;
  transform:translateZ(0);
}
@media(hover:hover) and (pointer:fine){
  .detail-gallery figure:hover{
    z-index:3;
    transform:translateY(-3px);
    border-color:rgba(48,40,34,.16);
    box-shadow:0 1px 0 rgba(255,255,255,.7) inset,0 26px 68px rgba(48,40,34,.11);
  }
  .detail-gallery figure:hover::after{opacity:1;transform:translateY(0)}
}
@media(max-width:680px){
  .detail-gallery{--detail-tile-gap:12px}
  .detail-gallery__row{display:block}
  .detail-gallery figure{
    width:100%!important;
    max-width:100%;
    border-radius:10px;
  }
  .detail-gallery figure::after{opacity:.72;transform:none}
}
@media(prefers-reduced-motion:reduce){
  .detail-gallery figure{transition:none}
}

/* =========================================================
   V47 — Project detail horizontal gallery + fullscreen viewer
   ========================================================= */
.detail-gallery__toolbar{
  width:100%;
  margin:0 0 18px;
  padding-top:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:var(--ink);
}
.detail-gallery__status{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  font-family:var(--font-en);
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.detail-gallery__status i{font-style:normal;color:rgba(48,40,34,.32)}
.detail-gallery__status em{
  margin-left:12px;
  font-style:normal;
  color:rgba(48,40,34,.42);
  letter-spacing:.1em;
}
.detail-gallery__controls{display:flex;align-items:center;gap:8px}
.detail-gallery__controls button{
  width:46px;
  height:46px;
  border:1px solid rgba(48,40,34,.16);
  border-radius:999px;
  background:rgba(255,255,255,.4);
  color:var(--ink);
  font-size:18px;
  display:grid;
  place-items:center;
  transition:transform .25s ease,background .25s ease,color .25s ease,opacity .25s ease;
}
.detail-gallery__controls button:hover:not(:disabled){transform:scale(1.06);background:var(--ink);color:#fff}
.detail-gallery__controls button:disabled{opacity:.24;cursor:default}

.detail-gallery,
.detail-gallery.is-tiled{
  --detail-rail-side:max(26px,calc((100vw - 1380px)/2 + 20px));
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  padding:8px var(--detail-rail-side) 28px!important;
  display:flex!important;
  grid-template-columns:none!important;
  gap:clamp(18px,2.2vw,34px)!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  overscroll-behavior-x:contain;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:var(--detail-rail-side);
  scrollbar-width:thin;
  scrollbar-color:rgba(48,40,34,.35) transparent;
  -webkit-overflow-scrolling:touch;
  cursor:grab;
  touch-action:pan-x pan-y;
}
.detail-gallery.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
.detail-gallery::-webkit-scrollbar{height:4px}
.detail-gallery::-webkit-scrollbar-track{background:transparent}
.detail-gallery::-webkit-scrollbar-thumb{background:rgba(48,40,34,.28);border-radius:999px}

.detail-gallery .detail-gallery__slide,
.detail-gallery figure,
.detail-gallery figure:nth-child(1),
.detail-gallery figure:nth-child(2),
.detail-gallery figure:nth-child(3){
  position:relative;
  flex:0 0 min(86vw,1260px)!important;
  width:min(86vw,1260px)!important;
  height:auto!important;
  min-width:0;
  margin:0!important;
  border-radius:22px!important;
  overflow:visible!important;
  background:transparent!important;
  scroll-snap-align:center;
  scroll-snap-stop:always;
  opacity:.62;
  transform:scale(.975);
  transition:opacity .42s ease,transform .42s cubic-bezier(.2,.8,.2,1);
}
.detail-gallery .detail-gallery__slide.is-active{opacity:1;transform:scale(1)}
.detail-gallery__image-button{
  position:relative;
  width:100%;
  height:clamp(500px,72vh,820px);
  padding:clamp(18px,2.2vw,34px);
  display:grid;
  place-items:center;
  border:1px solid rgba(48,40,34,.12);
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(234,231,225,.88));
  box-shadow:0 26px 70px rgba(72,58,45,.1),inset 0 1px 0 rgba(255,255,255,.88);
  cursor:zoom-in;
}
.detail-gallery__image-button::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(24,20,17,.14);
  opacity:0;
  transition:opacity .32s ease;
  pointer-events:none;
}
.detail-gallery__image-button img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:10px;
  transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .35s ease;
}
.detail-gallery__zoom-label{
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  min-height:48px;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:999px;
  background:rgba(20,18,17,.62);
  color:#fff;
  backdrop-filter:blur(16px) saturate(130%);
  display:flex;
  align-items:center;
  gap:12px;
  font-family:var(--font-en);
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:0;
  transform:translate(-50%,-44%) scale(.92);
  transition:opacity .28s ease,transform .34s cubic-bezier(.2,.8,.2,1);
  pointer-events:none;
}
.detail-gallery__zoom-label i{font-style:normal;font-size:16px}
.detail-gallery__slide:hover .detail-gallery__image-button::after,
.detail-gallery__slide:focus-within .detail-gallery__image-button::after{opacity:1}
.detail-gallery__slide:hover .detail-gallery__image-button img,
.detail-gallery__slide:focus-within .detail-gallery__image-button img{transform:scale(1.012);filter:brightness(.88)}
.detail-gallery__slide:hover .detail-gallery__zoom-label,
.detail-gallery__slide:focus-within .detail-gallery__zoom-label{opacity:1;transform:translate(-50%,-50%) scale(1)}
.detail-gallery__slide figcaption{
  min-height:34px;
  padding:12px 4px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:rgba(48,40,34,.5);
  font-family:var(--font-en);
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.detail-gallery__slide figcaption em{font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.detail-gallery figure::after{display:none!important}

body.has-detail-lightbox{overflow:hidden}
.detail-lightbox{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  grid-template-columns:clamp(52px,6vw,92px) 1fr clamp(52px,6vw,92px);
  grid-template-rows:auto 1fr auto;
  align-items:center;
  padding:clamp(18px,2.4vw,34px);
  color:#fff;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transition:opacity .34s ease,visibility 0s linear .34s;
}
.detail-lightbox.is-open{
  visibility:visible;
  opacity:1;
  pointer-events:auto;
  transition-delay:0s;
}
.detail-lightbox__backdrop{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(4,5,7,.94);
  backdrop-filter:blur(22px) saturate(115%);
}
.detail-lightbox__header,
.detail-lightbox__footer,
.detail-lightbox__nav,
.detail-lightbox__stage{position:relative;z-index:1}
.detail-lightbox__header{
  grid-column:1/-1;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  padding-bottom:16px;
}
.detail-lightbox__header>div{display:grid;gap:5px}
.detail-lightbox__header strong{
  max-width:min(60vw,720px);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-family:var(--font-en);
  font-size:15px;
  font-weight:500;
  letter-spacing:.02em;
}
.detail-lightbox__header span,
.detail-lightbox__footer{
  font-family:var(--font-en);
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.48);
}
.detail-lightbox__header b{font-weight:500;color:#fff}
.detail-lightbox__close{
  min-height:46px;
  padding:0 17px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#fff;
  display:flex;
  align-items:center;
  gap:12px;
  font-family:var(--font-en);
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
}
.detail-lightbox__close i{font-style:normal;font-size:20px;line-height:1}
.detail-lightbox__stage{
  grid-column:2;
  grid-row:2;
  width:100%;
  height:100%;
  min-height:0;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.detail-lightbox__stage img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:calc(100dvh - 150px);
  object-fit:contain;
  opacity:0;
  transform:scale(.975);
  transition:opacity .3s ease,transform .5s cubic-bezier(.2,.8,.2,1);
}
.detail-lightbox__stage img.is-ready{opacity:1;transform:scale(1)}
.detail-lightbox__nav{
  width:clamp(46px,4.2vw,64px);
  height:clamp(46px,4.2vw,64px);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:22px;
  display:grid;
  place-items:center;
  backdrop-filter:blur(12px);
  transition:transform .25s ease,background .25s ease,opacity .25s ease;
}
.detail-lightbox__nav:hover:not(:disabled){transform:scale(1.08);background:rgba(255,255,255,.14)}
.detail-lightbox__nav:disabled{opacity:.18;cursor:default}
.detail-lightbox__nav--prev{grid-column:1;grid-row:2;justify-self:start}
.detail-lightbox__nav--next{grid-column:3;grid-row:2;justify-self:end}
.detail-lightbox__footer{grid-column:1/-1;justify-self:center;padding-top:14px}

@media(max-width:760px){
  .detail-gallery__toolbar{margin-bottom:12px;padding-inline:0}
  .detail-gallery__status em{display:none}
  .detail-gallery__controls button{width:42px;height:42px}
  .detail-gallery,
  .detail-gallery.is-tiled{
    --detail-rail-side:16px;
    gap:14px!important;
    padding-bottom:22px!important;
  }
  .detail-gallery .detail-gallery__slide,
  .detail-gallery figure,
  .detail-gallery figure:nth-child(1),
  .detail-gallery figure:nth-child(2),
  .detail-gallery figure:nth-child(3){
    flex-basis:calc(100vw - 32px)!important;
    width:calc(100vw - 32px)!important;
    opacity:1;
    transform:none;
  }
  .detail-gallery__image-button{
    height:min(68svh,620px);
    min-height:420px;
    padding:14px;
    border-radius:16px;
  }
  .detail-gallery__zoom-label{display:none}
  .detail-gallery__slide figcaption{padding:10px 2px 0}
  .detail-lightbox{
    grid-template-columns:44px 1fr 44px;
    padding:14px 10px max(14px,env(safe-area-inset-bottom));
  }
  .detail-lightbox__header{padding:0 4px 10px}
  .detail-lightbox__header strong{max-width:58vw;font-size:13px}
  .detail-lightbox__close{min-height:42px;padding:0 13px}
  .detail-lightbox__close{font-size:0}
  .detail-lightbox__close i{font-size:22px}
  .detail-lightbox__stage img{max-height:calc(100dvh - 128px)}
  .detail-lightbox__nav{width:40px;height:40px;font-size:18px}
  .detail-lightbox__footer{display:none}
}

@media(prefers-reduced-motion:reduce){
  .detail-gallery .detail-gallery__slide,
  .detail-gallery__image-button img,
  .detail-lightbox,
  .detail-lightbox__stage img{transition:none!important}
}

/* =========================================================
   V48 — Hard horizontal project rail + thumbnail included
   ========================================================= */
#detail-gallery.detail-gallery,
#detail-gallery.detail-gallery.is-tiled,
#detail-gallery.detail-gallery.is-horizontal-rail{
  --detail-rail-side:max(24px,calc((100vw - 1380px)/2 + 20px));
  width:100vw!important;
  max-width:none!important;
  margin-inline:calc(50% - 50vw)!important;
  padding:10px var(--detail-rail-side) 30px!important;
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:min(86vw,1260px)!important;
  grid-template-columns:none!important;
  grid-template-rows:1fr!important;
  align-items:stretch!important;
  gap:clamp(18px,2vw,32px)!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  overscroll-behavior-x:contain;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:var(--detail-rail-side);
  scrollbar-width:thin;
  scrollbar-color:rgba(48,40,34,.3) transparent;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-x;
  cursor:grab;
}
#detail-gallery.detail-gallery.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none!important;
  user-select:none;
}
#detail-gallery.detail-gallery::-webkit-scrollbar{height:5px}
#detail-gallery.detail-gallery::-webkit-scrollbar-track{background:transparent}
#detail-gallery.detail-gallery::-webkit-scrollbar-thumb{background:rgba(48,40,34,.28);border-radius:999px}

#detail-gallery.detail-gallery > .detail-gallery__slide,
#detail-gallery.detail-gallery > figure,
#detail-gallery.detail-gallery > figure:nth-child(1),
#detail-gallery.detail-gallery > figure:nth-child(2),
#detail-gallery.detail-gallery > figure:nth-child(3){
  grid-column:auto!important;
  grid-row:1!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  align-self:stretch!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
  scroll-snap-align:center;
  scroll-snap-stop:always;
  isolation:isolate;
}
#detail-gallery.detail-gallery > .detail-gallery__slide.is-active{
  opacity:1!important;
  transform:none!important;
}
#detail-gallery .detail-gallery__image-button{
  width:100%!important;
  height:clamp(540px,74vh,860px)!important;
  min-height:0!important;
  padding:clamp(18px,2.2vw,34px)!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(48,40,34,.12)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(234,231,225,.92))!important;
  box-shadow:0 28px 72px rgba(72,58,45,.1),inset 0 1px 0 rgba(255,255,255,.9)!important;
}
#detail-gallery .detail-gallery__image-button img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  opacity:1!important;
  filter:none!important;
}
#detail-gallery .detail-gallery__slide:not(:hover) .detail-gallery__image-button img{
  filter:none!important;
}
#detail-gallery .detail-gallery__slide figcaption{
  min-height:34px!important;
  padding:12px 4px 0!important;
}

@media(max-width:760px){
  #detail-gallery.detail-gallery,
  #detail-gallery.detail-gallery.is-tiled,
  #detail-gallery.detail-gallery.is-horizontal-rail{
    --detail-rail-side:16px;
    grid-auto-columns:calc(100vw - 32px)!important;
    gap:14px!important;
    padding:8px 16px 22px!important;
  }
  #detail-gallery .detail-gallery__image-button{
    height:min(68svh,620px)!important;
    min-height:420px!important;
    padding:14px!important;
    border-radius:16px!important;
  }
}

/* =========================================================
   V49 — Direct manipulation horizontal gallery
   ========================================================= */
#detail-gallery.detail-gallery,
#detail-gallery.detail-gallery.is-horizontal-rail,
#detail-gallery.detail-gallery.is-tiled{
  scroll-snap-type:x proximity!important;
  scroll-behavior:auto!important;
  touch-action:pan-y pinch-zoom!important;
  overscroll-behavior-inline:contain!important;
  overscroll-behavior-block:auto!important;
  -webkit-user-select:none;
  user-select:none;
  cursor:grab!important;
  outline:none;
}
#detail-gallery.detail-gallery:focus-visible{
  box-shadow:inset 0 0 0 2px rgba(239,64,48,.46);
}
#detail-gallery.detail-gallery.is-dragging,
#detail-gallery.detail-gallery.is-wheel-scrolling{
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  cursor:grabbing!important;
}
#detail-gallery .detail-gallery__slide,
#detail-gallery .detail-gallery__image-button,
#detail-gallery .detail-gallery__image-button img{
  -webkit-user-drag:none!important;
  user-drag:none!important;
  -webkit-user-select:none!important;
  user-select:none!important;
}
#detail-gallery .detail-gallery__image-button{
  cursor:inherit!important;
  touch-action:inherit!important;
}
#detail-gallery .detail-gallery__image-button img{
  pointer-events:none!important;
}
#detail-gallery.is-dragging .detail-gallery__image-button,
#detail-gallery.is-wheel-scrolling .detail-gallery__image-button{
  pointer-events:none;
}
#detail-gallery.is-dragging .detail-gallery__zoom-label,
#detail-gallery.is-wheel-scrolling .detail-gallery__zoom-label{
  opacity:0!important;
}
.detail-gallery__status em{
  white-space:nowrap;
}
@media(max-width:760px){
  #detail-gallery.detail-gallery,
  #detail-gallery.detail-gallery.is-horizontal-rail,
  #detail-gallery.detail-gallery.is-tiled{
    touch-action:pan-y pinch-zoom!important;
    scroll-snap-type:x proximity!important;
  }
}
