@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

:root{
  --ink:#0b0b0b;--body:#2e2e2e;--muted:#737373;--line:#e6e6e6;--grid:#f5f5f5;
  --lux:#050506;--ivory:#f3efe8;--amber:#c8924d;--cyan:#46c8f2;--pink:#f14e7a;
  --ease:cubic-bezier(.22,.61,.36,1);--max:1220px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth;background:#fff} body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--body);background:#fff;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none} img{display:block;max-width:100%} button{font:inherit}
.page-shell{min-height:100vh;position:relative;overflow:hidden}
.grid-bg{background-image:linear-gradient(to right,rgba(0,0,0,.025) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.025) 1px,transparent 1px);background-size:160px 140px}
.wrap{width:min(var(--max),calc(100% - 48px));margin:0 auto}.tech{font-size:8px;letter-spacing:1.15px;text-transform:uppercase;color:var(--muted);line-height:1.5}.tech-bright{color:var(--ink)}
.site-header{height:132px;display:grid;grid-template-columns:1fr auto;align-items:center;border-bottom:1px solid #d6d6d6;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:18px}.brand img{width:42px;height:43px;object-fit:contain}.brand-name{font-size:10px;letter-spacing:1.8px;font-weight:500;color:var(--ink)}.header-right{display:flex;align-items:center;gap:28px}.system-id{opacity:.56}.lang{display:flex;gap:22px;font-size:8px;position:fixed;right:48px;top:18px;z-index:80}.lang a{opacity:.48;transition:opacity .25s ease,color .25s ease}.lang .active,.lang a:hover{opacity:1}.return-link{font-size:8px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);transition:opacity .2s ease}.return-link:hover{opacity:.55}
.footer{min-height:86px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;padding-top:20px;margin-top:44px}.footer .right{text-align:right}
.fade-target{opacity:0;transform:translateY(12px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.fade-target.is-visible{opacity:1;transform:none}
.tech-breathe{animation:techBreathe 7.5s ease-in-out infinite;animation-delay:var(--delay,0s)}@keyframes techBreathe{0%,13%,100%{opacity:.34}30%,62%{opacity:.68}76%{opacity:.24}}
body.page-leave::after{opacity:1;pointer-events:auto}body::after{content:"";position:fixed;inset:0;background:#fff;opacity:0;pointer-events:none;z-index:999;transition:opacity .36s var(--ease)}body.lux-depart::after,body.lux-page::after{background:#020203}.page-enter{animation:pageEnter .42s var(--ease) both}@keyframes pageEnter{from{opacity:0}to{opacity:1}}

/* Portal */
.portal{min-height:1180px}.portal-intro{padding:15px 0 112px}.portal-intro h1{font-size:20px;line-height:1.65;font-weight:400;max-width:650px;margin:0 0 46px;color:var(--body)}.portal-node-count{margin-bottom:62px}.node-map{border-top:1px solid #d6d6d6;padding-top:16px;display:grid;grid-template-columns:160px 1fr;gap:26px}.node-map-list{padding-top:20px}.node-map-list div{margin:10px 0}.portal-stack{border-left:1px solid #d6d6d6;padding-left:26px}.portal-item{position:relative;padding:58px 0 42px;border-bottom:1px solid var(--line);min-height:170px}.portal-item .node-name{font-size:12px;letter-spacing:1.2px;font-weight:500;color:var(--body);margin:18px 0 14px}.portal-item .desc{font-size:10px;line-height:1.6;color:var(--muted);max-width:540px}.portal-item .arrow{position:absolute;right:55px;top:88px;font-size:18px}.lux-card{height:276px;background:#0b0b0b;color:white;display:grid;grid-template-columns:46% 54%;margin:16px 0 0;position:relative;overflow:hidden}.lux-card-copy{padding:32px 34px;position:relative}.lux-card h2{font-size:25px;letter-spacing:1.3px;font-weight:500;margin:26px 0 12px}.lux-card .desc{font-size:11px;color:#c7c7c7;line-height:1.65;max-width:410px}.lux-card .enter{position:absolute;bottom:38px;color:var(--amber);font-size:7px;letter-spacing:1.4px}.lux-card .state{position:absolute;left:225px;bottom:75px;color:var(--amber);font-size:7px;letter-spacing:1.2px}.lux-card-media{overflow:hidden;border-left:1px solid #262626;position:relative}.lux-card-media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease),filter .7s var(--ease)}.lux-card:hover .lux-card-media img{transform:scale(1.025);filter:brightness(1.08)}.portal-start .brand{opacity:0;animation:introIn .55s .08s var(--ease) forwards}.portal-start .portal-intro h1{opacity:0;animation:introIn .7s .25s var(--ease) forwards}.portal-start .node-map{opacity:0;animation:introIn .7s .42s var(--ease) forwards}.portal-start .portal-item:nth-child(1){opacity:0;animation:introIn .65s .52s var(--ease) forwards}.portal-start .lux-card{opacity:0;animation:introIn .75s .64s var(--ease) forwards}.portal-start .portal-item:nth-last-child(1){opacity:0;animation:introIn .65s .76s var(--ease) forwards}@keyframes introIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* Cultural */
.culture-page{background:#fff;color:var(--body)}.culture-main{padding:38px 0 0}.service-row{display:flex;justify-content:space-between;align-items:center}.culture-title{font-size:64px;line-height:1.12;font-weight:400;color:var(--ink);margin:30px 0 50px}.culture-lead{font-size:19px;line-height:1.58;max-width:850px;margin:0 0 28px}.culture-section{border-top:1px solid var(--line);padding:31px 0 42px}.culture-section h2{font-size:8px;font-weight:500;color:var(--muted);letter-spacing:.15px;margin:0 0 26px}.culture-section p,.culture-section li{font-size:15.5px;line-height:1.55;margin:0}.culture-services{display:grid;grid-template-columns:1fr 1fr;gap:90px}.culture-services ul{list-style:none;padding:0;margin:0}.culture-services li{margin:7px 0}.culture-contact{display:grid;grid-template-columns:1fr 1fr;align-items:end}.culture-contact a{font-size:15.5px;font-weight:500}.culture-page .footer{margin-top:0}

/* Lux */
.lux-page{background:var(--lux);color:var(--ivory)}.lux-page .site-header{height:70px;border-color:#2b292e}.lux-page .brand{display:none}.lux-page .wrap{width:min(1272px,calc(100% - 72px))}.lux-return{position:absolute;right:84px;top:30px;z-index:30;color:#a1998f}.lux-hero{height:860px;position:relative;overflow:hidden;margin-bottom:46px;background:#020203}.lux-hero-bg{position:absolute;inset:0;background:#020203;overflow:hidden}.lux-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.018);transition:opacity .82s var(--ease),transform 1.2s var(--ease);will-change:opacity,transform}.lux-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,3,3,.78),rgba(3,3,3,.1) 45%,rgba(3,3,3,0)),linear-gradient(180deg,#020203 0%,rgba(2,2,3,0) 18%,rgba(2,2,3,0) 80%,#020203 100%);z-index:2;pointer-events:none}.lux-ready .lux-hero-img{opacity:1;transform:scale(1)}.lux-hero-content{position:relative;z-index:3;padding-top:34px}.lux-kicker{color:var(--cyan);margin-bottom:10px}.lux-state{font-size:8px;letter-spacing:1px;margin-bottom:52px}.lux-logo{width:122px;height:122px;object-fit:contain;margin-bottom:22px;opacity:0;transform:translateY(8px);transition:opacity .48s .08s var(--ease),transform .55s .08s var(--ease)}.lux-signature{width:220px;margin-bottom:80px;opacity:0;transform:translateY(8px);transition:opacity .5s .16s var(--ease),transform .58s .16s var(--ease)}.lux-hero-desc{font-size:14px;line-height:2;max-width:390px;opacity:0;transform:translateY(8px);transition:opacity .55s .24s var(--ease),transform .62s .24s var(--ease)}.lux-ready .lux-logo,.lux-ready .lux-signature,.lux-ready .lux-hero-desc{opacity:1;transform:none}.lux-enter{position:absolute;left:0;top:746px;color:var(--amber);font-size:8px;letter-spacing:1.4px}@keyframes luxTextIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.lux-section{position:relative;padding:74px 0 90px;overflow:hidden;margin:0 0 42px;background:#020203}.lux-section::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.96;background-size:cover;background-position:center;z-index:0}.lux-section::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;background:linear-gradient(180deg,#020203 0%,rgba(2,2,3,.04) 15%,rgba(2,2,3,.04) 84%,#020203 100%)}.lux-section>*{position:relative;z-index:2}.lux-position::before{background-image:linear-gradient(rgba(2,2,2,.18),rgba(2,2,2,.18)),url('../media/figma-6c9b99d4-070d-4113-89e7-25abffdc5704.png')}.lux-areas::before{background-image:linear-gradient(90deg,#020202 0%,rgba(2,2,2,.12) 18%,rgba(2,2,2,.12) 82%,#020202 100%),url('../media/figma-fbcb90dd-9795-471f-81cf-920073fcbd13.png')}.lux-method::before{background-image:linear-gradient(90deg,#020202 0%,rgba(2,2,2,.12) 18%,rgba(2,2,2,.12) 82%,#020202 100%),url('../media/figma-bb569399-4b51-4535-8a84-34d7af2b51dd.png')}.lux-contact::before{background-image:linear-gradient(180deg,rgba(2,2,2,.86),rgba(2,2,2,.15) 20%,rgba(2,2,2,.15) 80%,rgba(2,2,2,.95)),url('../media/figma-6c9b99d4-070d-4113-89e7-25abffdc5704.png')}.lux-section-label{color:var(--cyan);font-size:8px;letter-spacing:1.35px;text-transform:uppercase;margin-bottom:34px}.lux-position-grid{display:grid;grid-template-columns:1.25fr .7fr;gap:130px;align-items:start}.lux-position-title{font-size:22px;line-height:2.1;margin:0}.lux-position-copy{font-size:12px;line-height:2.2;color:#d8cfc4}.lux-code{color:var(--pink);font-size:8px;letter-spacing:1.1px;margin-top:35px}.lux-areas-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 66px}.lux-area{display:grid;grid-template-columns:36px 1fr;align-items:center;min-height:96px;border-bottom:1px solid rgba(43,41,46,.5)}.lux-area-num{font-size:8px;color:var(--cyan);letter-spacing:1px}.lux-area-name{font-size:13px}.lux-projects{padding:88px 0 116px;background:#020203;margin:0 0 44px}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.case{position:relative;height:300px;background:#0b0b0d;overflow:hidden}.case img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.case:hover img{transform:scale(1.018)}.case::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(3,3,3,.94));pointer-events:none}.case .case-copy{position:absolute;left:20px;bottom:22px;z-index:2}.case-title{font-size:20px;margin-bottom:9px}.case-meta{font-size:8px;letter-spacing:1.1px}.case.pink{border-left:4px solid var(--pink)}.case.amber{border-left:4px solid var(--amber)}.case.cyan{border-left:4px solid var(--cyan)}.case.pink .case-meta{color:var(--pink)}.case.amber .case-meta{color:var(--amber)}.case.cyan .case-meta{color:var(--cyan)}.lux-method-grid{display:grid;grid-template-columns:1.1fr .8fr;gap:120px}.lux-method-title{font-size:22px;line-height:2.05;margin:0}.steps{list-style:none;margin:0;padding:0}.steps li{display:grid;grid-template-columns:38px 1fr;padding:16px 0;border-bottom:1px solid rgba(43,41,46,.5);font-size:11px}.steps .n{color:var(--amber);font-size:8px}.lux-contact{min-height:530px;margin-bottom:46px}.lux-contact-grid{display:grid;grid-template-columns:1fr .8fr;gap:120px}.lux-contact h2{font-size:22px;line-height:2.05;font-weight:500;max-width:600px;margin:0 0 60px}.lux-contact a{display:block;margin:16px 0}.lux-email{font-size:14px}.lux-instagram{font-size:12px;color:#a1998f}.lux-cta{align-self:center;justify-self:end;color:var(--amber);font-size:10px;letter-spacing:1.1px}.lux-footer{border-top:0;color:#a1998f;margin-top:0;padding-bottom:24px}.lux-page .lang{color:#666}.lux-page .lang .active{color:var(--amber)}

/* Art Experience */
.art-main{padding:38px 0 0}.art-hero{padding:0 0 80px}.art-title{font-size:88px;line-height:1;font-weight:500;color:var(--ink);margin:34px 0 150px}.art-lead{font-size:30px;line-height:1.4;max-width:720px;margin:0 0 34px}.art-meta{display:grid;gap:10px;margin-bottom:36px}.art-meta .accent,.art-section-label{color:#c7914d}.art-signal{opacity:0;animation:artSignal .45s .08s var(--ease) forwards}.art-title{opacity:0;animation:artTitleIn .65s .24s var(--ease) forwards}@keyframes artSignal{to{opacity:1}}@keyframes artTitleIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.art-hero-images{display:grid;gap:54px}.art-hero-images img{width:100%;height:483px;object-fit:cover}.art-selected{padding:110px 0 50px}.art-selected-intro{border-bottom:1px solid var(--line);padding-bottom:30px;margin-bottom:44px}.art-selected-intro p{font-size:11px;color:var(--muted)}.work{margin:0 0 58px}.work h3{font-size:18px;font-weight:500;color:#0d0d0d;margin:0 0 10px}.work-meta{font-size:8px;color:var(--muted);margin-bottom:28px}.work-gallery{display:grid;grid-template-columns:2fr .9fr;gap:35px;align-items:center}.work-gallery.reverse{grid-template-columns:.9fr 2fr}.work-gallery.reverse .main{order:2}.work-gallery img{width:100%;object-fit:cover}.work-gallery .main{height:326px}.work-gallery .secondary{height:169px}.art-history{padding:72px 0 30px;border-top:1px solid var(--line)}.art-history-copy{max-width:820px;font-size:16px;line-height:1.58;color:var(--ink)}.art-history-copy p{margin:0 0 20px}.art-archive-image{width:100%;height:568px;object-fit:cover;margin:50px 0}.archive-list{border-top:1px solid var(--line)}.archive-row{display:grid;grid-template-columns:150px 1fr;gap:30px;padding:28px 0;border-bottom:1px solid var(--line)}.archive-year{font-size:20px;color:var(--ink)}.archive-items{font-size:11px;line-height:1.72;color:var(--muted);text-transform:uppercase}.archive-note{font-size:10px;color:var(--muted);line-height:1.7;max-width:820px;margin:38px 0 52px}.art-visit{font-size:16px;font-weight:500;color:var(--ink)}.art-location{font-size:8px;color:var(--muted);margin-top:12px}

@media (max-width: 1100px){
  :root{--max:896px}.wrap{width:min(var(--max),calc(100% - 56px))}.site-header{height:112px}.portal{min-height:auto}.portal-intro{padding-top:28px}.portal-intro h1{font-size:22px;max-width:710px}.lux-card{grid-template-columns:50% 50%;height:352px}.culture-title{font-size:52px}.culture-lead{font-size:18px}.lux-page .wrap{width:calc(100% - 48px)}.lux-hero{height:810px;margin-bottom:38px}.lux-hero-img{object-position:center}.lux-position-grid{grid-template-columns:1fr;gap:36px}.lux-areas-grid{grid-template-columns:1fr}.case-grid{grid-template-columns:1fr 1fr}.case-grid .case:last-child{grid-column:1/-1}.lux-method-grid,.lux-contact-grid{grid-template-columns:1fr;gap:42px}.lux-cta{justify-self:start}.art-title{font-size:72px;margin-bottom:120px}.art-lead{font-size:24px}.art-hero-images img{height:auto}.archive-row{grid-template-columns:120px 1fr}}

@media (max-width: 640px){
  .wrap{width:calc(100% - 44px)}.site-header{height:110px}.brand{gap:12px}.brand img{width:32px;height:33px}.brand-name{font-size:9px;letter-spacing:1.2px}.system-id{display:none}.lang{right:24px;top:18px}.footer{font-size:7px;min-height:84px}.portal-intro{padding:0 0 54px}.portal-intro h1{font-size:18px;line-height:1.7;padding-top:34px;margin-bottom:26px}.portal-node-count{margin:0 0 34px}.node-map{grid-template-columns:1fr;gap:8px}.node-map-list{padding:12px 0}.portal-stack{padding-left:18px}.portal-item{padding:38px 18px 28px;min-height:116px}.portal-item .arrow{right:14px;top:62px}.portal-item .desc{font-size:9px;padding-right:24px}.lux-card{height:auto;min-height:474px;display:block;margin-left:0}.lux-card-copy{padding:28px 20px 20px;min-height:190px}.lux-card h2{font-size:23px;margin-top:24px}.lux-card .desc{font-size:10px}.lux-card .enter{bottom:18px}.lux-card .state{left:auto;right:20px;bottom:18px}.lux-card-media{height:276px;border-left:0;margin:0 20px 20px}.culture-main{padding-top:28px}.service-row{align-items:flex-start}.culture-title{font-size:42px;line-height:1.02;margin:46px 0 50px}.culture-lead{font-size:16px;line-height:1.5}.culture-section{padding:26px 0 34px}.culture-section p,.culture-section li{font-size:14px;line-height:1.6}.culture-services{grid-template-columns:1fr;gap:0}.culture-contact{grid-template-columns:1fr;gap:18px}.culture-contact a{font-size:15px}.lux-page .wrap{width:calc(100% - 32px)}.lux-return{right:18px;top:22px}.lux-hero{height:690px;margin-bottom:28px}.lux-hero-img{object-position:55% center}.lux-hero-content{padding-top:32px}.lux-logo{width:92px;height:92px;margin-top:12px}.lux-signature{width:176px;margin-bottom:86px}.lux-hero-desc{font-size:11px;line-height:1.75;max-width:260px}.lux-enter{top:610px}.lux-section{padding:58px 0 64px;margin-bottom:28px}.lux-position-title,.lux-method-title,.lux-contact h2{font-size:18px;line-height:1.55}.lux-position-copy{font-size:10px;line-height:1.8}.lux-area{min-height:70px}.lux-area-name{font-size:10px}.lux-projects{padding:65px 0 90px;margin-bottom:30px}.case-grid{grid-template-columns:1fr;gap:32px}.case-grid .case:last-child{grid-column:auto}.case{height:250px}.case-title{font-size:17px}.steps li{padding:13px 0}.lux-contact{min-height:480px}.lux-contact h2{margin-bottom:36px}.lux-email{font-size:11px}.lux-instagram{font-size:10px}.lux-cta{font-size:8px}.art-main{padding-top:28px}.art-title{font-size:42px;line-height:1;margin:28px 0 58px}.art-lead{font-size:16px;line-height:1.55}.art-meta{font-size:7px}.art-hero{padding-bottom:40px}.art-hero-images{gap:24px}.art-selected{padding-top:70px}.work{margin-bottom:42px}.work h3{font-size:14px}.work-gallery,.work-gallery.reverse{grid-template-columns:1fr;gap:18px}.work-gallery.reverse .main{order:0}.work-gallery .main,.work-gallery .secondary{height:auto}.art-history{padding-top:52px}.art-history-copy{font-size:12px;line-height:1.55}.art-archive-image{height:auto;margin:32px 0}.archive-row{grid-template-columns:42px 1fr;gap:15px;padding:20px 0}.archive-year{font-size:12px}.archive-items{font-size:7px;line-height:1.65}.archive-note{font-size:8px}.art-visit{font-size:11px}}


/* Decorative system field */
.system-code-field{position:absolute;inset:0;pointer-events:none;z-index:18;overflow:hidden}.system-code{position:absolute;font-size:6.5px;line-height:1.45;letter-spacing:1.05px;text-transform:uppercase;color:#767676;opacity:.16;white-space:pre;animation:systemPulse var(--pulse,13s) ease-in-out infinite;animation-delay:var(--offset,-2s)}.system-code::after{content:"";display:block;width:var(--linew,42px);height:1px;background:currentColor;opacity:.24;margin-top:7px}.lux-page .system-code{color:#8b8278}.lux-page .system-code.accent{color:#c8924d}.lux-page .system-code.cool{color:#46c8f2}.portal-page .system-code{color:#7a7a7a}.culture-page .system-code,.art-page .system-code{color:#8b8b8b}@keyframes systemPulse{0%,100%{opacity:.08}14%{opacity:.32}31%{opacity:.14}46%{opacity:.46}64%{opacity:.05}79%{opacity:.28}}

@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.fade-target{opacity:1;transform:none}.lux-hero-img{opacity:1;transform:none}}

/* v5 — Lux rhythm + deeper fades + controlled hero reveal */
body.lux-page.page-enter{animation:none;opacity:1}

/* restore the black breathing strip above the hero, as in the Figma composition */
.lux-hero{
  margin-top:70px;
  margin-bottom:58px;
}

/* image is already present; a black curtain reveals it only after decode */
.lux-hero-img{
  opacity:1;
  transform:scale(1.024);
  transition:transform 1.55s cubic-bezier(.22,.61,.36,1);
}
.lux-hero-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:#020203;
  opacity:1;
  z-index:3;
  pointer-events:none;
  transition:opacity 1.08s cubic-bezier(.22,.61,.36,1);
}
.lux-ready .lux-hero-bg::before{opacity:0}
.lux-ready .lux-hero-img{opacity:1;transform:scale(1)}
.lux-hero-bg::after{
  z-index:2;
  background:
    linear-gradient(90deg,rgba(3,3,3,.80),rgba(3,3,3,.16) 42%,rgba(3,3,3,0) 70%),
    linear-gradient(180deg,#020203 0%,rgba(2,2,3,.72) 6%,rgba(2,2,3,.20) 16%,rgba(2,2,3,0) 29%,rgba(2,2,3,0) 70%,rgba(2,2,3,.24) 82%,rgba(2,2,3,.78) 94%,#020203 100%);
}

/* slightly larger black breathing zones between all Lux modules */
.lux-section{margin-bottom:56px}
.lux-projects{margin-bottom:58px}
.lux-contact{margin-bottom:60px}

/* longer, softer dissolves so module backgrounds disappear into black rather than ending */
.lux-section::after{
  background:linear-gradient(180deg,
    #020203 0%,
    rgba(2,2,3,.96) 5%,
    rgba(2,2,3,.70) 12%,
    rgba(2,2,3,.34) 22%,
    rgba(2,2,3,.08) 34%,
    rgba(2,2,3,.04) 50%,
    rgba(2,2,3,.08) 66%,
    rgba(2,2,3,.34) 78%,
    rgba(2,2,3,.70) 88%,
    rgba(2,2,3,.96) 95%,
    #020203 100%);
}
.lux-section::before{transform:scale(1.015);transform-origin:center}

/* projects have no image backdrop, but keep the same black pause before/after */
.lux-projects{position:relative;background:#020203;padding-top:96px;padding-bottom:124px}

@media (max-width:1100px){
  .lux-hero{margin-top:56px;margin-bottom:48px}
  .lux-section{margin-bottom:48px}
  .lux-projects{margin-bottom:50px}
  .lux-contact{margin-bottom:50px}
}
@media (max-width:640px){
  .lux-hero{margin-top:42px;margin-bottom:38px}
  .lux-section{margin-bottom:38px}
  .lux-projects{margin-bottom:40px;padding-top:72px;padding-bottom:96px}
  .lux-contact{margin-bottom:42px}
  .lux-section::after{
    background:linear-gradient(180deg,
      #020203 0%,rgba(2,2,3,.92) 7%,rgba(2,2,3,.52) 17%,rgba(2,2,3,.12) 30%,
      rgba(2,2,3,.06) 50%,rgba(2,2,3,.12) 70%,rgba(2,2,3,.52) 83%,rgba(2,2,3,.92) 93%,#020203 100%);
  }
}

/* v6 — Portal fidelity + Lux breathing/fade corrections */

/* Keep the Lux top breathing strip truly black. Margin collapse was exposing the white html canvas. */
.lux-page,
.lux-page main{background:#050506}
.lux-page main{padding-top:70px}
.lux-hero{margin-top:0}

/* A little more breathing room between modules */
.lux-hero{margin-bottom:64px}
.lux-section{margin-bottom:64px}
.lux-projects{margin-bottom:66px}
.lux-contact{margin-bottom:68px}

/* The portrait in AREAS must remain present. Fade only the section edges, not the face. */
.lux-areas::after{
  background:linear-gradient(180deg,
    #020203 0%,
    rgba(2,2,3,.78) 6%,
    rgba(2,2,3,.36) 14%,
    rgba(2,2,3,.10) 24%,
    rgba(2,2,3,.02) 34%,
    rgba(2,2,3,.02) 72%,
    rgba(2,2,3,.10) 82%,
    rgba(2,2,3,.38) 91%,
    #020203 100%);
}
.lux-areas::before{opacity:1}

/* Portal: restore the technical field from the Figma composition. */
.portal-page{position:relative}
.portal-page .site-header,.portal-page .portal{position:relative;z-index:4}
.portal-system-decor{
  position:absolute;top:0;left:50%;width:1440px;height:1180px;max-width:100%;
  transform:translateX(-50%);pointer-events:none;z-index:2;overflow:hidden;color:#757575;
}
.portal-system-decor .pd-line{position:absolute;height:1px;background:#e6e6e6;opacity:.92}
.portal-system-decor .pd-line.tension{background:#c7c7c7;opacity:.28}
.portal-system-decor .pd-line.amber{background:#dbad6b;opacity:.72}
.portal-system-decor .pd-dash{position:absolute;height:1px;width:6px;background:#dbdbdb;opacity:.88}
.portal-system-decor .pd-dash.amber{background:#dbad6b;opacity:.86}
.portal-system-decor .pd-dot{position:absolute;width:2px;height:2px;border-radius:50%;background:#9b9b9b;opacity:.44}
.portal-system-decor .pd-dot.large{width:4px;height:4px}
.portal-system-decor .pd-code{
  position:absolute;font-size:7px;line-height:1.35;letter-spacing:1.05px;text-transform:uppercase;
  color:#757575;opacity:.30;white-space:nowrap;animation:portalCodePulse var(--pulse,11.5s) ease-in-out infinite;
  animation-delay:var(--offset,-2s)
}
.portal-system-decor .pd-code.amber{color:#c7914d;opacity:.5}
@keyframes portalCodePulse{0%,100%{opacity:.16}18%{opacity:.42}38%{opacity:.24}56%{opacity:.5}74%{opacity:.12}88%{opacity:.34}}

/* Node dots and arrows are structural cues, not only text. */
.portal-item::after{
  content:"";position:absolute;right:78px;top:92px;width:6px;height:6px;border-radius:50%;
  background:#8a8a8a;opacity:.72;transition:opacity .25s ease,transform .25s ease
}
.portal-item:hover::after{opacity:1;transform:scale(1.15)}

/* NODE 03 needs to read as a new module, not as a caption to Lux. */
.lux-card + .portal-item{margin-top:44px;padding-top:72px}
.lux-card + .portal-item .arrow{top:102px}
.lux-card + .portal-item::after{top:106px}

@media (max-width:1100px){
  .lux-page main{padding-top:56px}
  .lux-hero{margin-bottom:54px}
  .lux-section{margin-bottom:54px}.lux-projects{margin-bottom:56px}.lux-contact{margin-bottom:58px}
  .portal-system-decor{width:1024px;height:1366px}
  .lux-card + .portal-item{margin-top:38px;padding-top:62px}
}
@media (max-width:640px){
  .lux-page main{padding-top:42px}
  .lux-hero{margin-bottom:44px}
  .lux-section{margin-bottom:44px}.lux-projects{margin-bottom:46px}.lux-contact{margin-bottom:48px}
  .portal-system-decor{display:none}
  .lux-card + .portal-item{margin-top:30px;padding-top:50px}
  .lux-card + .portal-item .arrow{top:74px}
  .lux-card + .portal-item::after{top:78px;right:43px;width:5px;height:5px}
  .portal-item::after{right:43px;top:66px;width:5px;height:5px}
}

/* v7 — Kaz Portal measured directly against Figma reference frames */
body.portal-page{margin:0;background:#fff;color:#2e2e2e;overflow-x:hidden}
.portal-exact{width:100%;background:#fff;position:relative}
.portal-stage{position:relative;margin:0 auto;overflow:visible}
.portal-canvas{position:absolute;left:0;top:0;transform-origin:top left;background-color:#fff;color:#2e2e2e;overflow:hidden}
.desktop-stage,.portal-desktop{width:1440px;height:1180px}.tablet-stage,.portal-tablet{width:1024px;height:1366px}.mobile-stage,.portal-mobile{width:390px;height:1540px}
.portal-desktop{background-image:linear-gradient(to right,#f9f9f9 1px,transparent 1px),linear-gradient(to bottom,#f9f9f9 1px,transparent 1px);background-size:160px 100%,100% 140px;background-position:80px 0,0 90px}
.portal-tablet{background-image:linear-gradient(to right,#f9f9f9 1px,transparent 1px),linear-gradient(to bottom,#f9f9f9 1px,transparent 1px);background-size:128px 100%,100% 136px;background-position:0 0,0 0}
.portal-mobile{background-image:linear-gradient(to right,#f9f9f9 1px,transparent 1px),linear-gradient(to bottom,#f9f9f9 1px,transparent 1px);background-size:78px 100%,100% 110px;background-position:0 0,0 0}
.tablet-stage,.mobile-stage{display:none}
.p-text{position:absolute;font-family:Inter,Arial,sans-serif;font-weight:400;color:#737373;line-height:1.4;box-sizing:border-box}
.p-brand{position:absolute;display:block;z-index:4}.p-brand img{width:100%;height:100%;object-fit:contain}.portal-desktop .p-brand{left:116px;top:66px;width:42px;height:42.82px}
.brand-text{font-size:10px;line-height:14px;letter-spacing:1.8px;font-weight:500;color:#0b0b0b}.sys-text{font-size:8px;line-height:11px;letter-spacing:1.3px;font-weight:500;color:#737373;opacity:.42}
.headline{font-size:20px;line-height:33px;color:#2e2e2e}.tech{font-size:8px;line-height:11px;letter-spacing:1.15px;text-transform:uppercase;color:#757575}.tech.strong{font-weight:500;letter-spacing:1.5px;color:#6b6b6b}.tech.faint{opacity:.42}.tech.very-faint{opacity:.28}.tech.tiny{font-size:7px;line-height:10px;letter-spacing:1px}.tech.map-title{font-size:9px;line-height:12px;letter-spacing:1.3px;font-weight:500;color:#4d4d4d}.tech.map-line{font-size:8px;line-height:11px;letter-spacing:1px}.tech.node-label{font-weight:500;letter-spacing:1.3px;opacity:.68}.tech.on-dark{color:#fff;opacity:.24}.tech.amber-text{color:#c7914d;opacity:.68}.footer-tech{color:#616161;opacity:.78;font-weight:500;letter-spacing:1.3px}
.p-line{position:absolute;height:1px;background:#e6e6e6;display:block}.p-line.major{background:#d6d6d6}.p-line.thin{background:#e6e6e6}.p-line.tension{background:#c7c7c7;opacity:.28}.p-line.amber-soft{background:#c7914d;opacity:.28}.p-line.on-dark{background:#fff;opacity:.18}.p-line.footer-line{background:#d1d1d1}.p-line.vertical-610{width:1px!important;height:610px;background:#d6d6d6}.p-line.vertical-120{width:1px!important;height:120px;background:#dbdbdb}.p-line.vertical-102{width:1px!important;height:102px;background:#dbdbdb}.p-line.lux-vertical{width:1px!important;height:204px;background:#333;opacity:.48}
.p-dot,.map-dot,.struct-dot,.lux-dot{position:absolute;border-radius:50%;display:block}.p-dot.gray,.map-dot.gray,.struct-dot.gray{background:#8d8d8d}.map-dot.amber,.lux-dot{background:#c7914d}.struct-dot{width:6px;height:6px;opacity:.72}.p-dash{position:absolute;width:6px;height:1px;background:#dbdbdb;display:block}.p-dash.amber{background:#dbad6b}
.decor-pulse{animation:exactPulse 9.8s ease-in-out infinite;animation-delay:var(--d,-1s)}@keyframes exactPulse{0%,100%{opacity:.18}20%{opacity:.5}43%{opacity:.26}61%{opacity:.62}79%{opacity:.12}}
.p-node-link{position:absolute;font-family:Inter,Arial,sans-serif;font-size:12px;line-height:18px;letter-spacing:1.2px;font-weight:500;color:#2e2e2e;z-index:5}.desc{font-size:10px;line-height:16px;color:#737373}.struct-arrow{position:absolute;font-family:Inter,Arial,sans-serif;font-size:15px;line-height:18px;color:#2e2e2e;z-index:5}.lux-ring{position:absolute;width:16px;height:16px;border:1px solid rgba(199,145,77,.6);border-radius:50%;box-shadow:0 0 0 4px rgba(199,145,77,.05)}.lux-dot{width:8px;height:8px}
.portal-lang{position:absolute;right:48px;top:18px;width:64px;height:18px;z-index:20;font-size:8px;font-weight:500}.portal-lang>*{position:absolute;top:2px;line-height:10px}.portal-lang>*:first-child{left:0}.portal-lang>*:last-child{left:34px}.portal-lang a{color:#8c8c8c}.portal-lang .active{color:#0b0b0b}
.p-lux-card{position:absolute;background:#0b0b0b;color:#fff;display:block;overflow:hidden;z-index:4}.p-lux-card .plux-copy{position:absolute;left:0;top:0;width:455px;height:276px}.p-lux-card .plux-node{position:absolute;left:34px;top:32px;width:360px;font-size:8px;line-height:11px;letter-spacing:1.3px;font-weight:500;color:#9e9e9e;opacity:.72}.p-lux-card .plux-title{position:absolute;left:34px;top:64px;width:450px;font-size:25px;line-height:34px;letter-spacing:1.3px;font-weight:500;color:#fff}.p-lux-card .plux-desc{position:absolute;left:34px;top:112px;width:410px;font-size:11px;line-height:18px;color:#c7c7c7}.p-lux-card .plux-enter{position:absolute;left:34px;top:214px;width:130px;font-size:7px;line-height:11px;letter-spacing:1.4px;font-weight:500;color:#c7914d;opacity:.72}.p-lux-card .plux-media{position:absolute;left:455px;top:0;width:565px;height:276px;border:1px solid #262626;overflow:hidden}.p-lux-card .plux-media img{width:100%;height:100%;object-fit:cover}.p-lux-card .plux-state,.p-lux-card .plux-archive{display:none}
.p-lux-card:hover .plux-media img{transform:none;filter:none}

/* measured tablet */
.portal-tablet .brand-text{font-size:10px;line-height:14px;letter-spacing:1.6px}.portal-tablet .sys-text{font-size:7px;line-height:10px;letter-spacing:1.1px;opacity:1}.tablet-head{font-size:22px;line-height:40px}.portal-tablet .tech{font-size:8px;line-height:12px}.portal-tablet .tech.strong{font-size:9px;letter-spacing:1.4px}.portal-tablet .tech.map-title{font-size:9px}.map-inline{font-size:8px!important;letter-spacing:.8px!important}.tablet-desc{font-size:11px;line-height:17px}.tablet-arrow{font-size:18px;line-height:20px}.tablet-lux .plux-copy{width:452px;height:350px}.tablet-lux .plux-node{left:32px;top:28px}.tablet-lux .plux-title{left:32px;top:62px;font-size:28px;line-height:36px;letter-spacing:1.4px}.tablet-lux .plux-desc{left:32px;top:114px;width:390px;font-size:12px;line-height:19px}.tablet-lux .plux-enter{left:32px;top:300px;font-size:8px;opacity:1}.tablet-lux .plux-state{display:block;position:absolute;left:410px;top:300px;font-size:8px;line-height:11px;letter-spacing:1.1px;color:#c7914d}.tablet-lux .plux-state::before{content:"";position:absolute;left:-20px;top:4px;width:8px;height:8px;border-radius:50%;background:#c7914d}.tablet-lux .plux-copy::after{content:"";position:absolute;left:452px;top:28px;width:1px;height:294px;background:#333}.tablet-lux .plux-media{left:468px;top:28px;width:410px;height:294px;border:0}.tablet-lux .plux-archive{display:block;position:absolute;left:730px;top:14px;width:130px;font-size:7px;line-height:10px;letter-spacing:1.1px;color:#fff;opacity:.28}

/* measured mobile */
.portal-mobile .portal-lang{right:18px}.mobile-brand{font-size:9px;line-height:12px;letter-spacing:1.3px}.mobile-sys{font-size:7px;line-height:10px;letter-spacing:1px;opacity:1}.mobile-head{font-size:18px;line-height:34px}.portal-mobile .tech{font-size:8px;line-height:11px}.portal-mobile .tech.strong{font-size:8px;letter-spacing:1.2px}.portal-mobile .tech.tiny{font-size:7px;line-height:10px}.mobile-map{font-size:8px!important;line-height:18px!important;letter-spacing:.8px!important}.mobile-desc{font-size:10px;line-height:16px}.mobile-art-desc{font-size:9px;line-height:14px;color:#616161}.mobile-arrow{font-size:17px;line-height:18px}.mobile-dot{width:5px;height:5px}.mobile-foot{font-size:7.5px!important;line-height:11px!important;letter-spacing:.7px!important;font-weight:400!important;color:#575757!important;opacity:1!important}.mobile-lux .plux-copy{width:342px;height:520px}.mobile-lux .plux-node{left:22px;top:22px;width:280px;font-size:8px;letter-spacing:1px;opacity:1}.mobile-lux .plux-title{left:22px;top:52px;width:280px;font-size:24px;line-height:32px;letter-spacing:1.2px}.mobile-lux .plux-desc{left:22px;top:100px;width:290px;font-size:11px;line-height:18px}.mobile-lux .plux-media{left:22px;top:176px;width:298px;height:250px;border:0}.mobile-lux .plux-archive{display:block;position:absolute;left:208px;top:160px;width:110px;font-size:7px;line-height:10px;letter-spacing:1px;color:#fff;opacity:.28}.mobile-lux .plux-enter{left:44px;top:464px;font-size:8px;line-height:11px;letter-spacing:1.1px;opacity:1}.mobile-lux .plux-enter::before{content:"";position:absolute;left:-22px;top:4px;width:8px;height:8px;border-radius:50%;background:#c7914d}.mobile-lux .plux-state{display:block;position:absolute;left:240px;top:464px;width:80px;font-size:8px;line-height:11px;letter-spacing:1.1px;color:#c7914d}

.portal-start .p-intro-1{opacity:0;animation:introIn .5s .08s var(--ease) forwards}.portal-start .p-intro-2{opacity:0;animation:introIn .62s .22s var(--ease) forwards}.portal-start .p-intro-3{opacity:0;animation:introIn .62s .36s var(--ease) forwards}.portal-start .p-intro-4{opacity:0;animation:introIn .58s .48s var(--ease) forwards}.portal-start .p-intro-5{opacity:0;animation:introIn .66s .60s var(--ease) forwards}.portal-start .p-intro-6{opacity:0;animation:introIn .58s .72s var(--ease) forwards}

@media (max-width:1100px){.desktop-stage{display:none}.tablet-stage{display:block}}
@media (max-width:640px){.tablet-stage{display:none}.mobile-stage{display:block}}
@media (prefers-reduced-motion:reduce){.decor-pulse{animation:none!important;opacity:.35}.portal-start .p-intro-1,.portal-start .p-intro-2,.portal-start .p-intro-3,.portal-start .p-intro-4,.portal-start .p-intro-5,.portal-start .p-intro-6{opacity:1;animation:none!important}}

/* v8 — final black breathing fields + quieter internal page titles */
/* The pauses around Lux modules are pure black. Image-bearing modules keep their own near-black tonal depth. */
.lux-page{--lux:#000;background:#000}
.lux-page main{background:#000}
.lux-page::after,
body.lux-depart::after,
body.lux-page::after{background:#000}
.lux-projects{background:#000}
.lux-footer{background:#000}

/* Internal institutional pages: titles should introduce the page, not overpower it. */
.culture-title{font-size:44px;line-height:1.08;margin:30px 0 42px}
.art-title{font-size:54px;line-height:.98;margin:34px 0 112px}

@media (max-width:1100px){
  .culture-title{font-size:38px;margin:30px 0 40px}
  .art-title{font-size:46px;margin-bottom:96px}
}
@media (max-width:640px){
  .culture-title{font-size:30px;line-height:1.06;margin:40px 0 38px}
  .art-title{font-size:32px;line-height:1;margin:28px 0 50px}
}


/* v9 — restore Lux technical accents from the Figma master */
/* Hero accents, measured from the 1440px desktop composition. */
.lux-hero-pink-mark,
.lux-hero-blue-line,
.lux-hero-blue-dot,
.lux-bottom-pink{position:absolute;display:block;z-index:6;pointer-events:none}
.lux-hero-pink-mark{right:99px;top:42px;width:3px;height:250px;background:#b83378}
.lux-hero-blue-line{right:110px;top:54px;width:110px;height:1px;background:rgba(70,200,242,.50)}
.lux-hero-blue-dot{right:79px;top:48px;width:5px;height:5px;border-radius:50%;background:#46c8f2;box-shadow:0 0 8px rgba(70,200,242,.18)}

/* The short magenta closing mark belongs to the contact field, not the footer. */
.lux-contact{position:relative}
.lux-bottom-pink{left:max(24px,calc((100% - 1272px)/2));bottom:117px;width:160px;height:3px;background:#b83378}

/* Remove the inherited generic footer rule from Lux. */
.lux-page .footer{border-top:0!important}

@media (max-width:1100px){
  .lux-hero-pink-mark{right:42px;top:42px;width:3px;height:210px}
  .lux-hero-blue-line{right:54px;top:54px;width:92px}
  .lux-hero-blue-dot{right:31px;top:48px;width:5px;height:5px}
  .lux-bottom-pink{left:54px;bottom:105px;width:138px}
}
@media (max-width:640px){
  .lux-hero-pink-mark{right:18px;top:40px;width:2px;height:132px}
  .lux-hero-blue-line{right:28px;top:48px;width:58px}
  .lux-hero-blue-dot{right:14px;top:44px;width:4px;height:4px}
  .lux-bottom-pink{left:20px;bottom:92px;width:96px;height:2px}
}


/* Lux exact technical microcopy restored from canonical Figma */
.lux-tech-code,.case-tech{font-family:Inter,Arial,sans-serif;text-transform:uppercase;white-space:nowrap;pointer-events:none;z-index:7}
.lux-position-tech{position:absolute;left:max(84px,calc((100% - 1272px)/2));bottom:22px;display:flex;gap:18px;z-index:7}
.lux-position-tech .lux-tech-code{font-size:7px;line-height:1.2;letter-spacing:1.1px;color:#d8cfc4;opacity:.52}
.lux-position-tech .lux-status{color:#c8924d;opacity:.72}
.lux-input-output{position:absolute;right:max(150px,calc((100% - 1272px)/2 + 66px));top:20px;font-size:7px;line-height:1.2;letter-spacing:1px;color:#f14e7a;opacity:.68}
.lux-sequence{position:absolute;left:max(84px,calc((100% - 1272px)/2));bottom:24px;font-size:7px;line-height:1.2;letter-spacing:1.1px;color:#46c8f2;opacity:.66}
.case{overflow:visible}
.case img{clip-path:inset(0)}
.case-tech{position:absolute;font-size:7px;line-height:1.15;letter-spacing:.95px;color:rgba(243,239,232,.44);z-index:8}
.case-archive{left:0;top:-22px;letter-spacing:1.1px}
.case-status{right:0;top:-22px}
.case-coordinate{right:0;bottom:-24px;font-size:6.5px;color:rgba(243,239,232,.24);letter-spacing:.8px}
.case-frame{right:-30px;top:-7px;transform:rotate(-90deg);transform-origin:right top;font-size:6.5px;color:rgba(243,239,232,.26);letter-spacing:1px}
.case-broad{right:0;bottom:-46px;font-size:8px;letter-spacing:1.1px}
.case-broad-pink{color:#f14e7a}.case-broad-amber{color:#c8924d}.case-broad-cyan{color:#46c8f2}
.case.pink .case-status{color:rgba(70,200,242,.62)}
.case.amber .case-status{color:rgba(200,146,77,.62)}
.case.cyan .case-status{color:rgba(70,200,242,.62)}
.coord-tablet,.coord-mobile{display:none}
@media(max-width:1100px){
  .lux-position-tech{left:56px;bottom:26px;gap:8px}
  .lux-position-tech .lux-tech-code{font-size:7px}
  .lux-position-tech .lux-status::after{content:"   ";white-space:pre}
  .lux-input-output{display:none}
  .lux-code{display:none}
  .lux-sequence{display:none}
  .case-grid{row-gap:78px}
  .case-tech{font-size:7px}
  .coord-desktop,.coord-mobile{display:none}.coord-tablet{display:inline}
  .case-frame{right:-28px}
  .case-broad{display:none}
}
@media(max-width:640px){
  .lux-position-tech{left:20px;bottom:26px}
  .lux-position-tech .lux-layer{display:none}
  .lux-position-tech .lux-status{font-size:7px}
  .case-grid{row-gap:58px}
  .case-tech{font-size:6px}
  .coord-desktop,.coord-tablet{display:none}.coord-mobile{display:inline}
  .case-frame{right:-24px;font-size:5.5px}
  .case-coordinate{font-size:5.5px;bottom:-20px}
  .case-status,.case-archive{top:-20px}
}

.lux-footer-exact{display:flex;justify-content:space-between;align-items:center;min-height:44px;padding:0;border:0!important}
.lux-footer-exact .tech{font-size:8px;line-height:11px;letter-spacing:1.05px;color:#a1998f;opacity:.9}
@media(max-width:1100px){.lux-footer-exact{justify-content:flex-end}.lux-footer-place{display:none}}
@media(max-width:640px){.lux-footer-exact{justify-content:flex-start}.case-meta{display:none}}

/* v11 — genuinely quieter internal page titles */
.culture-title{font-size:30px;line-height:1.12;margin:30px 0 40px;font-weight:400}
.art-title{font-size:36px;line-height:1.02;margin:34px 0 92px;font-weight:500}
@media (max-width:1100px){
  .culture-title{font-size:28px;line-height:1.12;margin:30px 0 38px}
  .art-title{font-size:32px;line-height:1.03;margin:34px 0 82px}
}
@media (max-width:640px){
  .culture-title{font-size:23px;line-height:1.08;margin:38px 0 34px}
  .art-title{font-size:25px;line-height:1.03;margin:28px 0 44px}
}

/* v12 — final typography + Lux technical alignment */
/* Hero system node must keep the Lux cyan, not inherit the generic portal .tech gray. */
.lux-kicker.tech{color:#46c8f2!important;opacity:.82}

/* Position INPUT / DIRECTION above the eyebrow line in the desktop portrait field. */
.lux-input-output{top:-22px}

/* Quieter Lux editorial statements. */
.lux-position-title,
.lux-method-title,
.lux-contact h2{font-size:20px;line-height:1.72}

/* Internal institutional page titles: reduced decisively. */
.culture-title{font-size:32px;line-height:1.08;margin:30px 0 40px;font-weight:400}
.art-title{font-size:32px;line-height:1.04;margin:34px 0 84px;font-weight:500}
.art-lead{font-size:20px;line-height:1.5}

@media (max-width:1100px){
  .culture-title{font-size:30px;line-height:1.08;margin:30px 0 38px}
  .art-title{font-size:30px;line-height:1.04;margin:34px 0 72px}
  .art-lead{font-size:18px;line-height:1.5}
  .lux-position-title,.lux-method-title,.lux-contact h2{font-size:20px;line-height:1.6}
}
@media (max-width:640px){
  .culture-title{font-size:24px;line-height:1.08;margin:38px 0 34px}
  .art-title{font-size:24px;line-height:1.04;margin:28px 0 42px}
  .art-lead{font-size:16px;line-height:1.55}
  .lux-position-title,.lux-method-title,.lux-contact h2{font-size:18px;line-height:1.55}
}

html.kaz-wheel-smooth{scroll-behavior:auto!important;}

/* v13 — internal-page scale harmonized with the KAZ portal + stronger wheel softness */
/*
   The portal establishes a deliberately quiet typographic hierarchy: 20px editorial
   statement, 12px node names and 10px descriptive copy. Cultural Projects and Art
   Experience now live in that same visual scale instead of behaving like oversized
   standalone landing pages.
*/
.culture-title,
.art-title{
  font-size:28px;
  line-height:1.08;
  margin-top:30px;
  font-weight:400;
}
.culture-title{margin-bottom:34px}
.art-title{margin-bottom:58px}

.culture-lead,
.art-lead{
  font-size:14px;
  line-height:1.62;
  max-width:760px;
}
.culture-lead{margin-bottom:26px}
.art-lead{margin-bottom:30px}

.culture-section p,
.culture-section li,
.culture-contact a{
  font-size:12px;
  line-height:1.7;
}
.culture-services li{margin:5px 0}

.work h3{font-size:14px;line-height:1.35;margin-bottom:8px}
.art-selected-intro p{font-size:10px;line-height:1.6}
.art-history-copy{font-size:12.5px;line-height:1.72;max-width:760px}
.archive-year{font-size:14px}
.archive-items{font-size:9px;line-height:1.72}
.archive-note{font-size:9px;line-height:1.72}
.art-visit{font-size:12px}
.art-location{font-size:8px}

@media (max-width:1100px){
  .culture-title,.art-title{font-size:26px;line-height:1.08;margin-top:30px}
  .culture-title{margin-bottom:32px}
  .art-title{margin-bottom:52px}
  .culture-lead,.art-lead{font-size:13.5px;line-height:1.62}
  .culture-section p,.culture-section li,.culture-contact a{font-size:11.5px}
  .art-history-copy{font-size:12px}
}

@media (max-width:640px){
  .culture-title,.art-title{font-size:22px;line-height:1.1;margin-top:32px}
  .culture-title{margin-bottom:28px}
  .art-title{margin-bottom:36px}
  .culture-lead,.art-lead{font-size:13px;line-height:1.62}
  .culture-section p,.culture-section li,.culture-contact a{font-size:11.5px;line-height:1.68}
  .work h3{font-size:13px}
  .art-history-copy{font-size:11.5px;line-height:1.68}
  .archive-year{font-size:11px}
  .archive-items{font-size:7.5px}
  .art-visit{font-size:10.5px}
}

html.kaz-wheel-smooth,
html.kaz-wheel-smooth body{scroll-behavior:auto!important}


/* v14 — final quieter scale for Cultural Projects + Art Experience */
/* Internal pages sit just one step above the 20px KAZ portal statement. */
.culture-title,
.art-title{
  font-size:22px;
  line-height:1.10;
  margin-top:28px;
  font-weight:400;
}
.culture-title{margin-bottom:28px}
.art-title{margin-bottom:42px}

.culture-lead,
.art-lead{
  font-size:12.5px;
  line-height:1.68;
  max-width:720px;
}
.culture-lead{margin-bottom:24px}
.art-lead{margin-bottom:28px}

.culture-section p,
.culture-section li,
.culture-contact a{font-size:11.5px;line-height:1.72}
.work h3{font-size:12.5px;line-height:1.4}
.art-selected-intro p{font-size:9.5px;line-height:1.65}
.art-history-copy{font-size:11.5px;line-height:1.74;max-width:740px}
.archive-year{font-size:12px}
.archive-items,.archive-note{font-size:8.5px;line-height:1.75}
.art-visit{font-size:11px}

@media (max-width:1100px){
  .culture-title,.art-title{font-size:20px;line-height:1.12;margin-top:28px}
  .culture-title{margin-bottom:26px}
  .art-title{margin-bottom:38px}
  .culture-lead,.art-lead{font-size:12px;line-height:1.68}
  .culture-section p,.culture-section li,.culture-contact a{font-size:11px}
  .work h3{font-size:12px}
  .art-history-copy{font-size:11px}
  .archive-year{font-size:11px}
}
@media (max-width:640px){
  .culture-title,.art-title{font-size:18px;line-height:1.14;margin-top:30px}
  .culture-title{margin-bottom:24px}
  .art-title{margin-bottom:30px}
  .culture-lead,.art-lead{font-size:11.5px;line-height:1.7}
  .culture-section p,.culture-section li,.culture-contact a{font-size:10.8px;line-height:1.72}
  .work h3{font-size:11.5px}
  .art-history-copy{font-size:10.8px;line-height:1.72}
  .archive-year{font-size:10.5px}
  .archive-items,.archive-note{font-size:7.4px}
  .art-visit{font-size:10px}
}


/* v13 — mobile portal white field lock
   The desktop/tablet measured grid stays intact. On phones, the scaled 1px
   grid can optically blend into a gray cast, especially with browser dark-page
   processing. Keep the mobile KAZ home explicitly pure white. */
html{color-scheme:light}
@media (max-width:640px){
  html,body.portal-page,.portal-exact,.mobile-stage,.portal-mobile{background-color:#fff!important}
  .portal-mobile{background-image:none!important}
}
@media (prefers-color-scheme:dark){
  html,body.portal-page,.portal-exact,.mobile-stage,.portal-mobile{background-color:#fff!important;color-scheme:light}
}
