:root{
  --bg:#0f1114; --bg2:#15181d; --paper:#f4f1ec; --paper2:#ebe6dd;
  --text:#f6f2ea; --muted:#b9b3aa; --dark:#17191d; --ink:#1b1d22;
  --accent:#c98b55; --accent2:#e5b174; --line:rgba(255,255,255,.12);
  --shadow:0 26px 90px rgba(0,0,0,.34); --radius:30px; --shell:1480px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased} a{color:inherit;text-decoration:none} img{max-width:100%;display:block} .shell{width:min(var(--shell),calc(100% - 56px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(15,17,20,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{height:78px;display:grid;grid-template-columns:auto 1fr auto auto;gap:24px;align-items:center}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:42px;height:42px;border:1px solid rgba(229,177,116,.6);border-radius:14px;display:grid;place-items:center;color:var(--accent2);font-weight:900;background:rgba(229,177,116,.06)}.brand small{display:block;color:#a7a097;font-size:10px;letter-spacing:.22em}.brand b{font-size:20px;letter-spacing:-.02em}.main-nav{display:flex;justify-content:center;gap:6px}.main-nav a{font-size:13px;color:#d8d2ca;padding:12px 13px;border-radius:999px;transition:.25s}.main-nav a:hover,.main-nav a.active{background:rgba(255,255,255,.07);color:#fff}.header-contact{text-align:right}.header-contact span{display:block;color:#8f887f;font-size:11px}.header-contact a{font-weight:800;font-size:17px}.header-btn{height:44px;padding:0 20px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#1b130d;display:flex;align-items:center;font-weight:850;box-shadow:0 12px 34px rgba(201,139,85,.25)}.nav-toggle{display:none;background:transparent;border:1px solid var(--line);color:#fff;border-radius:12px;height:42px;padding:0 13px}
.hero{padding:34px 0 74px;background:radial-gradient(circle at 20% 0,rgba(201,139,85,.16),transparent 32%),linear-gradient(180deg,#15181d,#0f1114)}.hero-panel{position:relative;min-height:790px;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.11);box-shadow:var(--shadow);isolation:isolate}.hero-bg{position:absolute;inset:0;z-index:-3}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.78) contrast(1.06) saturate(.9)}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(10,12,16,.96) 0%,rgba(10,12,16,.86) 33%,rgba(10,12,16,.30) 62%,rgba(10,12,16,.12) 100%),linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.45))}.hero-content{width:min(740px,58%);padding:74px 0 70px 76px;min-height:790px;display:flex;flex-direction:column;justify-content:center}.crumb{display:flex;gap:10px;color:rgba(255,255,255,.62);font-size:13px;margin-bottom:24px}.crumb a{color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--accent2);font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:800;margin-bottom:18px}.eyebrow:before{content:"";width:34px;height:1px;background:currentColor;opacity:.55}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(54px,5.6vw,78px);line-height:.98;letter-spacing:-.06em;margin-bottom:25px;text-wrap:balance}.hero p{max-width:610px;font-size:20px;line-height:1.7;color:rgba(246,242,234,.83);margin-bottom:34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{height:54px;padding:0 24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:850;transition:.25s;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#1c130d;box-shadow:0 18px 40px rgba(201,139,85,.25)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 24px 55px rgba(201,139,85,.32)}.btn-glass{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.18);color:#fff}.btn-glass:hover{background:rgba(255,255,255,.10);transform:translateY(-2px)}.hero-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:650px;margin-top:42px}.hero-chips span{min-height:68px;padding:15px 16px;border-radius:18px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13);display:flex;align-items:center;font-weight:780;color:#f8f4ec}.hero-note{position:absolute;right:44px;bottom:44px;width:310px;padding:24px;border-radius:24px;background:rgba(17,19,23,.72);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(18px);box-shadow:0 24px 70px rgba(0,0,0,.28)}.hero-note b{display:block;font-size:26px;letter-spacing:-.03em}.hero-note span{display:block;color:#cac4bc;line-height:1.55;margin-top:7px}
.section{padding:92px 0}.section.light{background:var(--paper);color:var(--ink)}.section.dark{background:radial-gradient(circle at 80% 0,rgba(201,139,85,.13),transparent 30%),#111419;color:var(--text)}.section.compact{padding:64px 0}.section-head{display:grid;grid-template-columns:minmax(420px,.8fr) 1fr;gap:80px;align-items:end;margin-bottom:36px}.section-head h2,.split h2,.page-intro h2,.request h2{font-size:clamp(36px,4vw,62px);line-height:1;letter-spacing:-.055em;margin-bottom:18px}.section-head p,.split p,.page-intro p,.request p{font-size:18px;line-height:1.75;color:#5e6269}.dark p,.section.dark p{color:#c5c1ba}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{position:relative;min-height:430px;border-radius:26px;overflow:hidden;background:#111;box-shadow:0 22px 55px rgba(25,22,18,.16);transition:.35s}.service-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.74) saturate(.86);transition:.7s}.service-card:hover{transform:translateY(-7px)}.service-card:hover img{transform:scale(1.05)}.service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.82))}.service-card div{position:absolute;left:22px;right:22px;bottom:22px;z-index:2}.service-card span{color:var(--accent2);font-weight:900}.service-card h3{font-size:26px;line-height:1.05;margin:10px 0}.service-card p{color:#ddd5cc;line-height:1.55;margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.split-img{width:100%;height:520px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}.check-list{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:12px}.check-list li{position:relative;padding-left:28px;color:#e8e2d8;line-height:1.55}.light .check-list li,.dark-list li{color:#33383f}.check-list li:before{content:"";position:absolute;left:0;top:.55em;width:10px;height:10px;border-radius:4px;border:1px solid var(--accent);box-shadow:0 0 18px rgba(201,139,85,.35)}.metrics,.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.metrics div,.feature-card{padding:28px;border-radius:24px;background:#fff;border:1px solid rgba(25,25,25,.08);box-shadow:0 18px 45px rgba(23,24,28,.08)}.feature-card{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.1);box-shadow:none}.metrics b,.feature-card b{font-size:44px;color:var(--accent);letter-spacing:-.05em}.metrics h3,.feature-card h3{font-size:24px;margin:14px 0 8px}.metrics p,.feature-card p{color:#5f6570;line-height:1.55;margin:0}.feature-card p{color:#c2beb7}.page-intro{display:grid;grid-template-columns:1fr 430px;gap:70px;align-items:start}.detail-list{margin:0;padding:32px;border-radius:28px;background:#fff;box-shadow:0 18px 45px rgba(23,24,28,.08);list-style:none}.detail-list li{padding:14px 0;border-bottom:1px solid rgba(0,0,0,.07);font-weight:760}.detail-list li:last-child{border-bottom:0}.request{padding:96px 0;background:radial-gradient(circle at 12% 0,rgba(201,139,85,.16),transparent 30%),#101318;color:#fff}.request-grid{display:grid;grid-template-columns:1fr 430px;gap:54px;align-items:center}.request p{color:#c9c4bc;max-width:720px}.request-phone{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-top:26px}.request-phone a{font-size:30px;font-weight:900}.request-phone span{color:#aaa49b}.lead-form{padding:30px;border-radius:28px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);display:grid;gap:16px;box-shadow:var(--shadow)}.lead-form label{display:grid;gap:8px}.lead-form label span{font-size:13px;color:#c8c1b7}.lead-form input{height:58px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:#f7f4ee;color:#181a1e;padding:0 16px;font:inherit}.lead-form small{color:#aaa49b;line-height:1.5}.footer{padding:48px 0;background:#0b0d10;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:44px}.footer p,.footer span{color:#aaa49b;line-height:1.6}.footer b{display:block;margin-bottom:13px}.footer a:not(.brand){display:block;color:#d9d3ca;margin:10px 0}.mobile-bar{display:none}
@media(max-width:1180px){.shell{width:min(var(--shell),calc(100% - 36px))}.header-inner{grid-template-columns:auto auto;justify-content:space-between}.nav-toggle{display:block}.main-nav{display:none;position:absolute;top:88px;left:18px;right:18px;flex-direction:column;background:#111419;border:1px solid var(--line);border-radius:22px;padding:14px}.main-nav.open{display:flex}.header-contact,.header-btn{display:none}.hero-panel{min-height:720px}.hero-content{width:72%;padding-left:46px}.service-grid{grid-template-columns:repeat(2,1fr)}.section-head,.split,.page-intro,.request-grid{grid-template-columns:1fr}.metrics,.feature-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.shell{width:calc(100% - 28px)}.brand b{font-size:17px}.brand-mark{width:38px;height:38px}.site-header .shell{width:calc(100% - 22px)}.hero{padding:18px 0 54px}.hero-panel{min-height:unset;border-radius:24px}.hero-bg img{object-position:center}.hero-shade{background:linear-gradient(180deg,rgba(10,12,16,.30),rgba(10,12,16,.92) 44%,rgba(10,12,16,.98))}.hero-content{width:100%;min-height:690px;padding:250px 22px 28px;justify-content:flex-end}.hero h1{font-size:42px}.hero p{font-size:16.5px}.btn{width:100%}.hero-chips{grid-template-columns:1fr;margin-top:22px}.hero-note{display:none}.section{padding:58px 0}.section-head{gap:18px;margin-bottom:28px}.section-head h2,.split h2,.page-intro h2,.request h2{font-size:34px}.service-grid,.metrics,.feature-row{grid-template-columns:1fr}.service-card{min-height:330px}.split-img{height:330px}.detail-list{padding:24px}.footer-grid{grid-template-columns:1fr}.footer{padding-bottom:92px}.mobile-bar{display:flex;position:fixed;left:12px;right:12px;bottom:12px;gap:10px;z-index:70}.mobile-bar a{flex:1;height:54px;border-radius:16px;background:#171b21;border:1px solid var(--line);display:grid;place-items:center;font-weight:900;box-shadow:0 18px 44px rgba(0,0,0,.28)}.mobile-bar a.primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#18100b}}

/* === Premium redesign for sections below hero === */
.premium-overview{
  background:linear-gradient(180deg,#f4f1ec 0%,#ebe6dd 100%);
  color:var(--ink);
  padding:88px 0 76px;
}
.overview-grid{
  display:grid;
  grid-template-columns:minmax(420px,.95fr) 1.25fr;
  gap:72px;
  align-items:start;
}
.overview-copy h2,
.premium-title-row h2,
.studio-copy h2,
.tech-copy h2,
.audience-card h2,
.premium-faq h2{
  font-size:clamp(40px,4.8vw,72px);
  line-height:.98;
  letter-spacing:-.065em;
  margin-bottom:22px;
}
.overview-copy p,
.premium-title-row p,
.studio-copy p,
.tech-copy p,
.audience-card p,
.premium-faq p{
  font-size:18px;
  line-height:1.8;
  color:#5e6269;
}
.overview-panel{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  padding:14px;
  border-radius:32px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(24,26,30,.08);
  box-shadow:0 30px 80px rgba(45,39,31,.10);
}
.overview-panel div{
  min-height:250px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#f2eee7);
  border:1px solid rgba(24,26,30,.07);
}
.overview-panel b{
  color:var(--accent);
  font-size:54px;
  letter-spacing:-.08em;
  margin-bottom:auto;
}
.overview-panel span{
  display:block;
  font-size:21px;
  font-weight:850;
  letter-spacing:-.03em;
  margin-bottom:10px;
}
.overview-panel p{font-size:15px;line-height:1.65;margin:0;color:#686b70}

.premium-services{
  padding:96px 0;
  color:var(--ink);
  background:#f9f6f0;
}
.premium-title-row{
  display:grid;
  grid-template-columns:minmax(520px,.9fr) 1fr;
  gap:70px;
  align-items:end;
  margin-bottom:42px;
}
.premium-title-row.centered{display:block;text-align:center;max-width:900px;margin:0 auto 54px}.premium-title-row.centered .eyebrow{justify-content:center}.premium-title-row.centered .eyebrow:before{display:none}
.editorial-services{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  grid-auto-rows:305px;
  gap:18px;
}
.editorial-card{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:#111;
  min-height:305px;
  box-shadow:0 26px 70px rgba(29,25,20,.15);
  transition:transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s;
  isolation:isolate;
}
.editorial-card.large{grid-row:span 2}.editorial-card.wide{grid-column:span 2}
.editorial-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.74) contrast(1.05) saturate(.86);transition:transform 1.2s ease, filter .5s ease;z-index:-2}
.card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,8,11,.06) 0%,rgba(6,8,11,.40) 38%,rgba(6,8,11,.88) 100%);z-index:-1}
.editorial-card:hover{transform:translateY(-8px);box-shadow:0 36px 90px rgba(29,25,20,.22)}
.editorial-card:hover img{transform:scale(1.06);filter:brightness(.84) contrast(1.08) saturate(.92)}
.editorial-content{position:absolute;left:28px;right:28px;bottom:28px;color:#fff}.editorial-content span{display:inline-flex;color:var(--accent2);text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.18em;margin-bottom:12px}.editorial-content h3{font-size:clamp(26px,2.2vw,38px);line-height:1.02;letter-spacing:-.045em;margin-bottom:12px}.editorial-content p{max-width:560px;color:#e7ded2;line-height:1.65;margin:0}

.studio-band{
  padding:108px 0;
  background:radial-gradient(circle at 16% 10%,rgba(201,139,85,.14),transparent 30%),linear-gradient(180deg,#12151a,#0e1115);
  color:#fff;
  overflow:hidden;
}
.studio-band-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:78px;align-items:center}.studio-image-stack{position:relative;min-height:650px}.studio-image-stack .main-photo{width:82%;height:590px;object-fit:cover;border-radius:34px;box-shadow:0 40px 120px rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.1)}.studio-image-stack .small-photo{position:absolute;right:0;bottom:0;width:47%;height:310px;object-fit:cover;border-radius:28px;border:10px solid #12151a;box-shadow:0 30px 90px rgba(0,0,0,.45)}.studio-copy p,.tech-copy p{color:#c4beb5}.lux-list{display:grid;gap:12px;margin-top:34px}.lux-list div{padding:22px 24px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10)}.lux-list b{display:block;font-size:19px;margin-bottom:6px}.lux-list span{display:block;color:#b8b2aa;line-height:1.55}

.technology-showcase{
  padding:98px 0;
  background:#f3efe8;
  color:var(--ink);
}
.tech-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:62px;align-items:start}.tech-cards{display:grid;gap:18px}.tech-card{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:center;min-height:245px;padding:16px;border-radius:32px;background:#fff;border:1px solid rgba(25,25,25,.08);box-shadow:0 24px 70px rgba(31,28,24,.10);transition:.35s}.tech-card:hover{transform:translateY(-5px);box-shadow:0 34px 90px rgba(31,28,24,.15)}.tech-card img{height:215px;width:100%;object-fit:cover;border-radius:24px}.tech-card span{color:var(--accent);font-size:15px;font-weight:900}.tech-card h3{font-size:34px;line-height:1.02;letter-spacing:-.045em;margin:10px 0}.tech-card p{color:#646970;line-height:1.65;margin:0}

.audience-section{
  padding:96px 0;
  background:#111419;
  color:#fff;
}
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.audience-card{position:relative;min-height:560px;padding:46px;border-radius:34px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow);isolation:isolate}.audience-card:before{content:"";position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.55) saturate(.88);z-index:-2;transition:transform 1s}.audience-card.private:before{background-image:url('../assets/images/studio/private-object.webp')}.audience-card.business:before{background-image:url('../assets/images/studio/commercial-object.webp')}.audience-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.84));z-index:-1}.audience-card:hover:before{transform:scale(1.05)}.audience-card p{color:#ddd6cc;max-width:620px}.audience-card ul{margin:24px 0 0;padding:0;list-style:none;display:flex;gap:10px;flex-wrap:wrap}.audience-card li{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#efe8df;font-size:14px}

.process-section{
  padding:98px 0;
  background:#f7f3ed;
  color:var(--ink);
}.process-line{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;border-radius:32px;overflow:hidden;background:#fff;border:1px solid rgba(25,25,25,.08);box-shadow:0 26px 78px rgba(31,28,24,.10)}.process-line div{padding:34px 26px;min-height:250px;border-right:1px solid rgba(25,25,25,.08);display:flex;flex-direction:column;justify-content:flex-end}.process-line div:last-child{border-right:0}.process-line b{font-size:50px;color:var(--accent);letter-spacing:-.08em;margin-bottom:auto}.process-line h3{font-size:25px;margin-bottom:10px;letter-spacing:-.03em}.process-line p{color:#676b72;line-height:1.6;margin:0}

.premium-faq{
  padding:92px 0;
  background:linear-gradient(180deg,#101318,#0c0f13);
  color:#fff;
}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px}.premium-faq p{color:#c3bdb5}.faq-list{display:grid;gap:14px}.faq-list details{border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);padding:22px 24px}.faq-list summary{cursor:pointer;font-weight:850;font-size:20px;letter-spacing:-.02em}.faq-list details p{margin:16px 0 0;line-height:1.7;color:#c9c3ba}

.request{position:relative}.request:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.03),transparent);pointer-events:none}.lead-form{backdrop-filter:blur(18px)}

@media(max-width:1180px){
  .overview-grid,.premium-title-row,.studio-band-grid,.tech-grid,.faq-grid{grid-template-columns:1fr;gap:36px}.overview-panel{grid-template-columns:1fr 1fr 1fr}.editorial-services{grid-template-columns:1fr 1fr;grid-auto-rows:300px}.editorial-card.large,.editorial-card.wide{grid-column:auto;grid-row:auto}.studio-image-stack{min-height:520px}.studio-image-stack .main-photo{height:500px}.process-line{grid-template-columns:repeat(3,1fr)}.process-line div{border-bottom:1px solid rgba(25,25,25,.08)}
}
@media(max-width:760px){
  .premium-overview,.premium-services,.studio-band,.technology-showcase,.audience-section,.process-section,.premium-faq{padding:58px 0}.overview-copy h2,.premium-title-row h2,.studio-copy h2,.tech-copy h2,.audience-card h2,.premium-faq h2{font-size:35px}.overview-panel,.editorial-services,.tech-card,.audience-grid,.process-line{grid-template-columns:1fr}.overview-panel div{min-height:190px}.editorial-card,.editorial-card.large,.editorial-card.wide{min-height:340px}.studio-image-stack{min-height:auto}.studio-image-stack .main-photo{width:100%;height:360px}.studio-image-stack .small-photo{position:relative;right:auto;bottom:auto;width:72%;height:220px;margin:-70px 0 0 auto;border-width:8px}.tech-card{gap:18px}.tech-card img{height:220px}.tech-card h3{font-size:27px}.audience-card{min-height:430px;padding:28px}.process-line div{min-height:210px;border-right:0;border-bottom:1px solid rgba(25,25,25,.08)}.faq-list summary{font-size:18px}
}

/* V_NEXT: visual separation for wide and ultrawide monitors */
@media (min-width: 1540px){
  :root{--shell:1440px; --page-max:1568px;}
  body{
    background:
      radial-gradient(circle at 8% 220px, rgba(201,139,85,.10), transparent 360px),
      radial-gradient(circle at 92% 520px, rgba(229,177,116,.08), transparent 420px),
      linear-gradient(90deg,#0b0d10 0%,#111419 18%,#111419 82%,#0b0d10 100%);
  }
  .site-header{
    background:rgba(13,15,18,.72);
  }
  .site-header .shell{
    max-width:var(--page-max);
  }
  main > section:not(.hero),
  .footer{
    width:min(var(--page-max), calc(100% - 88px));
    margin-left:auto;
    margin-right:auto;
    position:relative;
    border-left:1px solid rgba(255,255,255,.075);
    border-right:1px solid rgba(255,255,255,.075);
    box-shadow:0 42px 120px rgba(0,0,0,.22);
    overflow:hidden;
  }
  main > section:not(.hero)::before,
  .footer::before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:1px;
    background:linear-gradient(180deg,transparent,rgba(229,177,116,.32),transparent);
    pointer-events:none;
  }
  main > section:not(.hero)::after,
  .footer::after{
    content:"";
    position:absolute;
    inset:0 0 0 auto;
    width:1px;
    background:linear-gradient(180deg,transparent,rgba(229,177,116,.22),transparent);
    pointer-events:none;
  }
  .premium-overview,
  .premium-services,
  .studio-band,
  .technology-showcase,
  .audience-section,
  .process-section,
  .premium-faq,
  .section.light,
  .section.dark{
    border-radius:0;
  }
  main > section:not(.hero) + section:not(.hero){
    margin-top:0;
  }
  .hero .shell{
    width:min(var(--page-max), calc(100% - 88px));
  }
  .hero-panel{
    min-height:820px;
  }
  .hero-content{
    padding-left:82px;
  }
}

@media (min-width: 1900px){
  :root{--page-max:1640px; --shell:1480px;}
  main > section:not(.hero),
  .footer,
  .hero .shell{
    width:min(var(--page-max), calc(100% - 160px));
  }
  main > section:not(.hero){
    box-shadow:0 50px 160px rgba(0,0,0,.28);
  }
}

@media (min-width: 1540px){
  .premium-title-row,
  .overview-grid,
  .studio-band-grid,
  .tech-grid,
  .audience-grid,
  .faq-grid,
  .request-grid,
  .footer-grid{
    max-width:var(--shell);
    margin-left:auto;
    margin-right:auto;
  }
  .premium-services .shell,
  .process-section .shell,
  .request .shell,
  .premium-faq .shell,
  .studio-band .shell,
  .technology-showcase .shell,
  .audience-section .shell,
  .premium-overview .shell,
  .footer .shell{
    width:min(var(--shell), calc(100% - 96px));
  }
  .premium-overview,
  .premium-services,
  .studio-band,
  .technology-showcase,
  .audience-section,
  .process-section,
  .premium-faq,
  .request{
    padding-left:0;
    padding-right:0;
  }
}

/* subtle editorial separators, visible mainly on large screens */
@media (min-width: 1540px){
  .premium-overview{background:linear-gradient(180deg,#f2eee7,#eee8de);}
  .premium-services{background:linear-gradient(180deg,#eee8de,#f5f1eb);}
  .studio-band{background:radial-gradient(circle at 18% 20%,rgba(201,139,85,.12),transparent 340px),#101318;}
  .technology-showcase{background:linear-gradient(180deg,#15181d,#101318);}
  .audience-section{background:linear-gradient(180deg,#f5f1eb,#eee8df);}
  .process-section{background:#101318;}
  .premium-faq{background:linear-gradient(180deg,#eee8df,#f5f1eb);}
  .request{border-bottom-left-radius:34px;border-bottom-right-radius:34px;margin-bottom:34px;}
  .footer{border-radius:34px 34px 0 0;margin-top:34px;}
}

/* V_COLOR_FIX: controlled premium gradients and readability pass */
:root{
  --warm-black:#0d1014;
  --graphite:#12161b;
  --charcoal:#181c22;
  --warm-paper:#f3eee6;
  --warm-paper-2:#e9e1d7;
  --read-dark:#20242a;
  --read-muted:#626973;
  --read-light:#f8f3eb;
  --read-light-muted:#d4cabd;
}

/* Global text readability rules */
.section.light,
.premium-overview,
.premium-services,
.technology-showcase,
.process-section,
.premium-faq.light-mode{
  color:var(--read-dark);
}
.section.light p,
.premium-overview p,
.premium-services p,
.technology-showcase p,
.process-section p,
.section.light li,
.technology-showcase li{
  color:var(--read-muted);
}
.section.dark,
.studio-band,
.audience-section,
.premium-faq,
.request{
  color:var(--read-light);
}
.section.dark p,
.studio-band p,
.audience-section p,
.premium-faq p,
.request p{
  color:var(--read-light-muted);
}

/* Hero: smooth cinematic blend instead of hard dark blocks */
.hero{
  background:
    radial-gradient(circle at 12% 4%, rgba(229,177,116,.14), transparent 360px),
    radial-gradient(circle at 84% 24%, rgba(255,255,255,.045), transparent 460px),
    linear-gradient(180deg,#15181d 0%,#0d1014 100%);
}
.hero-bg img{
  filter:brightness(.72) contrast(1.08) saturate(.92);
}
.hero-shade{
  background:
    linear-gradient(90deg,rgba(8,10,13,.97) 0%,rgba(10,12,16,.92) 31%,rgba(10,12,16,.58) 52%,rgba(10,12,16,.20) 76%,rgba(10,12,16,.32) 100%),
    radial-gradient(circle at 25% 52%,rgba(0,0,0,.42),transparent 520px),
    linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.54));
}
.hero-content{
  text-shadow:0 2px 22px rgba(0,0,0,.36);
}
.hero p{color:rgba(248,243,235,.88)}
.hero-note,
.hero-chips span{
  background:linear-gradient(180deg,rgba(20,23,28,.74),rgba(13,16,20,.66));
  border-color:rgba(255,255,255,.18);
  box-shadow:0 22px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.07);
}
.hero-note span{color:#ddd3c7}

/* Light editorial sections: warmer and calmer, readable dark text */
.premium-overview{
  background:linear-gradient(180deg,#f4efe7 0%,#ece3d8 100%);
}
.premium-services{
  background:linear-gradient(180deg,#ece3d8 0%,#f7f2eb 100%);
}
.technology-showcase{
  background:
    radial-gradient(circle at 8% 6%,rgba(201,139,85,.10),transparent 330px),
    linear-gradient(180deg,#f5efe7 0%,#e9e0d4 100%);
  color:var(--read-dark);
}
.process-section{
  background:linear-gradient(180deg,#f6f1ea 0%,#eae2d7 100%);
  color:var(--read-dark);
}

/* Dark sections: lift contrast, avoid gray-on-gray */
.studio-band{
  background:
    radial-gradient(circle at 16% 12%,rgba(201,139,85,.16),transparent 380px),
    radial-gradient(circle at 84% 40%,rgba(255,255,255,.045),transparent 470px),
    linear-gradient(180deg,#15191f 0%,#0e1116 100%);
}
.audience-section{
  background:linear-gradient(180deg,#11151a 0%,#0d1014 100%);
}
.premium-faq{
  background:
    radial-gradient(circle at 14% 12%,rgba(201,139,85,.12),transparent 350px),
    linear-gradient(180deg,#12161b 0%,#0c0f13 100%);
}
.request{
  background:
    radial-gradient(circle at 12% 0,rgba(201,139,85,.20),transparent 360px),
    linear-gradient(135deg,#12161b 0%,#0c0f13 72%,#15100d 100%);
}

/* Image cards: stronger readable overlays, but not dirty black */
.editorial-card img{filter:brightness(.70) contrast(1.08) saturate(.88)}
.card-overlay{
  background:
    linear-gradient(180deg,rgba(5,7,10,.04) 0%,rgba(5,7,10,.34) 36%,rgba(5,7,10,.88) 100%),
    linear-gradient(90deg,rgba(5,7,10,.22),transparent 58%);
}
.editorial-content h3,
.audience-card h2{color:#fff;text-shadow:0 2px 22px rgba(0,0,0,.45)}
.editorial-content p,
.audience-card p{color:#f0e7dc;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.audience-card:before{filter:brightness(.48) saturate(.88) contrast(1.06)}
.audience-card:after{
  background:
    linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.78)),
    linear-gradient(90deg,rgba(0,0,0,.42),transparent 70%);
}

/* Technology cards and process cards: readable text on light surfaces */
.tech-card,
.process-line,
.metrics div,
.detail-list{
  background:rgba(255,255,255,.92);
  border-color:rgba(42,34,26,.10);
}
.tech-card h3,
.process-line h3,
.metrics h3,
.detail-list li{color:#20242a}
.tech-card p,
.process-line p,
.metrics p{color:#656b74}

/* Forms: contrast and focus state */
.lead-form{
  background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.055));
  border-color:rgba(255,255,255,.18);
}
.lead-form label span{color:#eee4d8}
.lead-form input{
  background:#fffaf2;
  color:#16191e;
  border-color:rgba(229,177,116,.18);
}
.lead-form input:focus{
  outline:2px solid rgba(229,177,116,.55);
  outline-offset:2px;
}
.lead-form small{color:#d1c6ba}

/* Wide monitor frame: preserve separation without changing light/dark intent */
@media (min-width:1540px){
  body{
    background:
      radial-gradient(circle at 8% 220px, rgba(201,139,85,.10), transparent 360px),
      radial-gradient(circle at 92% 520px, rgba(229,177,116,.08), transparent 420px),
      linear-gradient(90deg,#090b0e 0%,#11151a 18%,#11151a 82%,#090b0e 100%);
  }
  .premium-overview{background:linear-gradient(180deg,#f4efe7,#ece3d8);color:var(--read-dark)}
  .premium-services{background:linear-gradient(180deg,#ece3d8,#f7f2eb);color:var(--read-dark)}
  .studio-band{background:radial-gradient(circle at 18% 20%,rgba(201,139,85,.15),transparent 360px),linear-gradient(180deg,#15191f,#0e1116);color:var(--read-light)}
  .technology-showcase{background:linear-gradient(180deg,#f5efe7,#e9e0d4);color:var(--read-dark)}
  .audience-section{background:linear-gradient(180deg,#11151a,#0d1014);color:var(--read-light)}
  .process-section{background:linear-gradient(180deg,#f6f1ea,#eae2d7);color:var(--read-dark)}
  .premium-faq{background:linear-gradient(180deg,#12161b,#0c0f13);color:var(--read-light)}
  .request{background:radial-gradient(circle at 12% 0,rgba(201,139,85,.20),transparent 360px),linear-gradient(135deg,#12161b,#0c0f13 72%,#15100d);color:var(--read-light)}

  .premium-overview p,.premium-services p,.technology-showcase p,.process-section p{color:var(--read-muted)}
  .studio-band p,.audience-section p,.premium-faq p,.request p{color:var(--read-light-muted)}
  main > section:not(.hero),.footer{
    border-left-color:rgba(229,177,116,.12);
    border-right-color:rgba(229,177,116,.12);
  }
}

@media(max-width:760px){
  .hero-shade{
    background:
      linear-gradient(180deg,rgba(8,10,13,.16) 0%,rgba(8,10,13,.86) 42%,rgba(8,10,13,.98) 100%),
      radial-gradient(circle at 50% 72%,rgba(0,0,0,.46),transparent 420px);
  }
  .hero p{font-size:16.5px;line-height:1.65;color:rgba(248,243,235,.90)}
  .hero-chips span{min-height:58px;padding:13px 14px}
  .editorial-content p,.audience-card p{color:#f3eadf}
}


/* Phone-only request form */
.lead-form.phone-only{gap:18px;}
.lead-form.phone-only label{margin:0;}
.lead-form.phone-only input{font-size:18px;font-weight:700;letter-spacing:.02em;}
.lead-form.phone-only .btn{width:100%;}


/* Works / portfolio section */
.works-hero .hero-bg img,
.work-detail-hero .hero-bg img{filter:brightness(.70) contrast(1.05) saturate(.88)}
.works-intro-section{padding:92px 0 70px;background:linear-gradient(180deg,#f4f1ec,#ebe6dd);color:var(--ink)}
.works-intro-grid{display:grid;grid-template-columns:minmax(420px,.9fr) 1fr;gap:72px;align-items:end}
.works-intro-grid h2{font-size:clamp(38px,4.4vw,68px);line-height:.98;letter-spacing:-.065em;margin:0}
.works-intro-grid p{font-size:18px;line-height:1.8;color:#5f646b;margin:0}
.works-list-section{padding:76px 0 104px;background:#f8f5ef;color:var(--ink)}
.works-list{display:grid;gap:28px}
.work-card{display:grid;grid-template-columns:minmax(380px,.92fr) 1fr;gap:0;min-height:430px;border-radius:34px;overflow:hidden;background:#fff;border:1px solid rgba(24,26,30,.08);box-shadow:0 28px 82px rgba(31,28,24,.12);transition:transform .35s ease,box-shadow .35s ease}
.work-card:hover{transform:translateY(-5px);box-shadow:0 36px 100px rgba(31,28,24,.18)}
.work-card-media{position:relative;min-height:430px;overflow:hidden;background:#111}
.work-card-media img{width:100%;height:100%;object-fit:cover;filter:brightness(.86) contrast(1.04) saturate(.9);transition:transform 1s ease,filter .35s ease}
.work-card:hover .work-card-media img{transform:scale(1.045);filter:brightness(.92) contrast(1.06) saturate(.94)}
.work-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.52))}
.work-card-media span{position:absolute;left:24px;bottom:24px;z-index:2;display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(16,18,22,.72);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px);color:#fff;font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.work-card-body{padding:42px 44px 38px;display:flex;flex-direction:column;justify-content:center}
.work-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.work-meta span{padding:8px 12px;border-radius:999px;background:#f2ede5;color:#6b6258;font-size:13px;font-weight:780}
.work-card h2{font-size:clamp(32px,3vw,52px);line-height:1.02;letter-spacing:-.055em;margin-bottom:18px}
.work-card p{font-size:17px;line-height:1.72;color:#5d636b;margin-bottom:22px}
.work-card ul{margin:0 0 26px;padding:0;list-style:none;display:grid;gap:10px}
.work-card li{position:relative;padding-left:24px;color:#30343a;line-height:1.55}
.work-card li:before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:50%;background:var(--accent)}
.work-link{width:max-content;display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 20px;border-radius:999px;background:#17191d;color:#fff;font-weight:850;transition:.25s}
.work-link:hover{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#20150d;transform:translateY(-2px)}
.work-detail-section{padding:92px 0;background:#f5f1ea;color:var(--ink)}
.work-detail-grid{display:grid;grid-template-columns:360px 1fr;gap:70px;align-items:start}
.work-detail-aside{position:sticky;top:104px;display:grid;gap:14px}
.work-detail-aside div{padding:24px;border-radius:24px;background:#fff;border:1px solid rgba(24,26,30,.08);box-shadow:0 16px 50px rgba(31,28,24,.08)}
.work-detail-aside span{display:block;color:#7a746c;font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:850;margin-bottom:8px}
.work-detail-aside b{display:block;color:#1b1d22;font-size:20px;line-height:1.35}
.work-detail-copy{padding:54px;border-radius:34px;background:#fff;border:1px solid rgba(24,26,30,.08);box-shadow:0 28px 82px rgba(31,28,24,.10)}
.work-detail-copy h2{font-size:clamp(36px,4vw,62px);line-height:1;letter-spacing:-.06em;margin-bottom:22px}
.work-detail-copy h3{font-size:28px;letter-spacing:-.035em;margin:34px 0 14px}
.work-detail-copy p,.work-detail-copy li{font-size:18px;line-height:1.78;color:#5d636b}
.work-detail-copy ul{margin:0;padding-left:20px}
.work-gallery-section{padding:30px 0 104px;background:#f5f1ea}
.work-gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.work-gallery-grid img{height:420px;width:100%;object-fit:cover;border-radius:28px;box-shadow:0 24px 70px rgba(31,28,24,.12)}
.work-gallery-grid img:first-child{height:520px;grid-row:span 2}
@media(max-width:1280px){.main-nav a{font-size:12.5px;padding:11px 10px}.header-inner{gap:16px}}
@media(max-width:1180px){.works-intro-grid,.work-card,.work-detail-grid{grid-template-columns:1fr}.work-detail-aside{position:static;grid-template-columns:repeat(3,1fr)}.work-gallery-grid{grid-template-columns:1fr 1fr}.work-gallery-grid img:first-child{grid-row:auto;height:420px}}
@media(max-width:760px){.works-intro-section,.works-list-section,.work-detail-section{padding:58px 0}.works-intro-grid{gap:22px}.work-card{border-radius:26px}.work-card-media{min-height:310px}.work-card-body{padding:28px 24px}.work-card h2{font-size:31px}.work-detail-aside,.work-gallery-grid{grid-template-columns:1fr}.work-detail-copy{padding:28px 24px;border-radius:26px}.work-gallery-grid img,.work-gallery-grid img:first-child{height:310px}.work-card-media span{left:18px;bottom:18px}}



/* === Premium portfolio / case pages redesign === */
.portfolio-hero,
.case-hero{
  padding:44px 0 86px;
  background:
    radial-gradient(circle at 18% 0%, rgba(201,139,85,.17), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.07), transparent 30%),
    linear-gradient(180deg,#15181d 0%,#0f1114 100%);
}
.portfolio-hero-panel,
.case-hero-panel{
  position:relative;
  min-height:680px;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 36px 110px rgba(0,0,0,.42);
  isolation:isolate;
}
.portfolio-hero-bg,
.case-hero-bg{position:absolute;inset:0;z-index:-3}
.portfolio-hero-bg img,
.case-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.76) contrast(1.08) saturate(.92)}
.portfolio-hero-panel:before,
.case-hero-overlay{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(12,14,17,.96) 0%,rgba(12,14,17,.86) 38%,rgba(12,14,17,.35) 70%,rgba(12,14,17,.18) 100%),
    linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.42));
}
.portfolio-hero-copy,
.case-hero-copy{
  max-width:760px;
  padding:86px 0 78px 78px;
  min-height:680px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.portfolio-hero-copy h1,
.case-hero-copy h1{
  font-size:clamp(54px,6.6vw,96px);
  line-height:.94;
  letter-spacing:-.075em;
  margin:0 0 26px;
  max-width:880px;
}
.case-hero-copy h1{font-size:clamp(48px,5.8vw,84px)}
.portfolio-hero-copy p,
.case-hero-copy p{
  font-size:20px;
  line-height:1.72;
  color:#ded7cf;
  max-width:650px;
  margin:0 0 32px;
}
.portfolio-hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.portfolio-hero-facts,
.case-hero-specs{
  position:absolute;
  right:34px;
  bottom:34px;
  width:min(510px,42%);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.portfolio-hero-facts div,
.case-hero-specs div{
  min-height:112px;
  padding:20px;
  border-radius:22px;
  background:rgba(16,18,22,.64);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(18px);
}
.portfolio-hero-facts b,
.case-hero-specs b{
  display:block;
  font-size:22px;
  line-height:1.1;
  color:#fff;
  letter-spacing:-.035em;
  margin-bottom:8px;
}
.portfolio-hero-facts span,
.case-hero-specs span{
  display:block;
  color:#bfb7ad;
  font-size:13px;
  line-height:1.45;
}
.case-hero-specs{grid-template-columns:repeat(2,1fr);width:min(470px,38%)}
.case-hero-specs div{min-height:104px}
.case-hero-specs span{
  color:var(--accent2);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:850;
  margin-bottom:10px;
}

.portfolio-lead,
.portfolio-featured,
.portfolio-grid-section,
.portfolio-note-section,
.case-overview,
.case-task-section,
.case-stages-section,
.case-details-section{
  background:#f5f1ea;
  color:var(--ink);
}
.portfolio-lead{padding:98px 0 46px}
.portfolio-lead-grid,
.portfolio-note,
.case-overview-grid,
.case-details-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:76px;
  align-items:start;
}
.portfolio-lead h2,
.portfolio-section-head h2,
.portfolio-note h2,
.case-intro-card h2,
.case-section-head h2,
.case-details-grid h2{
  font-size:clamp(38px,4.4vw,70px);
  line-height:1;
  letter-spacing:-.065em;
  margin:10px 0 0;
}
.portfolio-lead p,
.portfolio-note li,
.case-intro-card p,
.case-quote-card p,
.case-section-head p,
.case-details-grid p,
.case-details-grid li{
  font-size:18px;
  line-height:1.78;
  color:#5b6067;
}
.portfolio-featured{padding:34px 0 96px}
.featured-case{
  display:grid;
  grid-template-columns:1.16fr .84fr;
  gap:0;
  border-radius:34px;
  overflow:hidden;
  background:#17191d;
  color:#fff;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 30px 90px rgba(33,30,24,.16);
}
.featured-case-media{min-height:560px;position:relative}
.featured-case-media img{width:100%;height:100%;object-fit:cover}
.featured-case-copy{
  padding:62px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 0 0,rgba(201,139,85,.18),transparent 35%),
    linear-gradient(180deg,#191c21,#111317);
}
.case-label{
  display:inline-flex;
  width:max-content;
  margin-bottom:20px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(201,139,85,.12);
  color:var(--accent2);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:900;
}
.featured-case h2{
  font-size:clamp(34px,3.6vw,58px);
  line-height:1;
  letter-spacing:-.055em;
  margin:0 0 22px;
}
.featured-case p{
  color:#c9c2b9;
  font-size:18px;
  line-height:1.74;
  margin:0 0 24px;
}
.case-mini-specs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:30px;
}
.case-mini-specs span{
  color:#efe6dc;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  padding:10px 12px;
  border-radius:999px;
  font-size:13px;
}

.portfolio-grid-section{padding:4px 0 104px}
.portfolio-section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:34px;
  margin-bottom:26px;
}
.portfolio-section-head h2{max-width:760px}
.portfolio-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
}
.portfolio-filters span{
  padding:12px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(24,26,30,.08);
  color:#3b3f45;
  font-size:14px;
  font-weight:750;
}
.portfolio-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.portfolio-card{
  background:#fff;
  border:1px solid rgba(24,26,30,.08);
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 20px 70px rgba(31,28,24,.09);
  transition:.28s ease;
}
.portfolio-card:hover{transform:translateY(-6px);box-shadow:0 34px 92px rgba(31,28,24,.15)}
.portfolio-card-img{height:330px;overflow:hidden}
.portfolio-card-img img{width:100%;height:100%;object-fit:cover;transition:.5s ease}
.portfolio-card:hover .portfolio-card-img img{transform:scale(1.045)}
.portfolio-card-body{padding:30px}
.portfolio-card h3{
  font-size:31px;
  line-height:1.05;
  letter-spacing:-.045em;
  margin:0 0 16px;
}
.portfolio-card p{
  font-size:16.5px;
  line-height:1.68;
  color:#5c6168;
  margin:0 0 24px;
}
.portfolio-card-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  border-top:1px solid rgba(24,26,30,.08);
  padding-top:18px;
}
.portfolio-card-footer span{font-size:13px;color:#777169}
.portfolio-card-footer a{font-weight:900;color:#1d2025}
.portfolio-note-section{padding:0 0 104px}
.portfolio-note{
  padding:50px;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(24,26,30,.08);
  box-shadow:0 20px 70px rgba(31,28,24,.08);
}
.portfolio-note ul,
.case-details-grid ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:14px;
}
.portfolio-note li,
.case-details-grid li{
  position:relative;
  padding-left:28px;
}
.portfolio-note li:before,
.case-details-grid li:before{
  content:"";
  position:absolute;
  left:0;
  top:.68em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--accent);
}

.case-overview{padding:96px 0 46px}
.case-overview-grid{align-items:stretch}
.case-intro-card,
.case-quote-card{
  background:#fff;
  border:1px solid rgba(24,26,30,.08);
  border-radius:34px;
  box-shadow:0 22px 74px rgba(31,28,24,.08);
}
.case-intro-card{padding:56px}
.case-quote-card{
  padding:44px;
  background:
    radial-gradient(circle at 20% 0,rgba(201,139,85,.14),transparent 36%),
    #17191d;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.case-quote-card b{
  color:var(--accent2);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:13px;
  margin-bottom:18px;
}
.case-quote-card p{color:#d7d0c7;font-size:21px;line-height:1.7}
.case-task-section{padding:48px 0 96px}
.case-section-head{
  max-width:820px;
  margin-bottom:34px;
}
.case-task-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.case-task-grid article{
  min-height:270px;
  padding:34px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(24,26,30,.08);
  box-shadow:0 18px 62px rgba(31,28,24,.08);
}
.case-task-grid span{
  display:block;
  color:var(--accent);
  font-size:30px;
  font-weight:900;
  letter-spacing:-.04em;
  margin-bottom:28px;
}
.case-task-grid h3{
  font-size:26px;
  line-height:1.08;
  letter-spacing:-.035em;
  margin:0 0 14px;
}
.case-task-grid p{
  color:#62676e;
  line-height:1.68;
  font-size:16.5px;
}
.case-stages-section{
  padding:98px 0;
  background:#111317;
  color:#fff;
}
.case-stages-section .case-section-head p{color:#c8c0b7}
.case-stages{
  display:grid;
  gap:22px;
}
.case-stage{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:0;
  min-height:470px;
  border-radius:34px;
  overflow:hidden;
  background:#1a1d22;
  border:1px solid rgba(255,255,255,.1);
}
.case-stage:nth-child(even){
  grid-template-columns:.85fr 1.15fr;
}
.case-stage:nth-child(even) .case-stage-media{order:2}
.case-stage-media img{
  width:100%;
  height:100%;
  min-height:470px;
  object-fit:cover;
}
.case-stage-copy{
  padding:56px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    radial-gradient(circle at 0 0,rgba(201,139,85,.16),transparent 42%),
    linear-gradient(180deg,#1b1e23,#121419);
}
.case-stage-copy span{
  color:var(--accent2);
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:13px;
  font-weight:900;
  margin-bottom:18px;
}
.case-stage-copy p{
  color:#e2d9cf;
  font-size:23px;
  line-height:1.55;
  margin:0;
  max-width:560px;
}
.case-details-section{padding:96px 0 104px}
.case-details-grid{
  padding:56px;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(24,26,30,.08);
  box-shadow:0 22px 74px rgba(31,28,24,.08);
  align-items:center;
}
.case-details-grid p{margin-top:20px}
.case-details-grid li{
  padding:20px 20px 20px 44px;
  border-radius:20px;
  background:#f7f3ed;
  border:1px solid rgba(24,26,30,.06);
  color:#32363c;
  font-weight:720;
}
.case-details-grid li:before{left:20px}
.case-request{background:#111317}

@media(max-width:1180px){
  .portfolio-hero-copy,.case-hero-copy{padding:70px 42px;max-width:760px;width:auto;min-height:640px}
  .portfolio-hero-facts,.case-hero-specs{position:relative;right:auto;bottom:auto;width:auto;margin:0 42px 42px}
  .portfolio-cards,.case-task-grid{grid-template-columns:1fr}
  .featured-case,.portfolio-lead-grid,.portfolio-note,.case-overview-grid,.case-details-grid{grid-template-columns:1fr}
  .featured-case-media{min-height:420px}
  .case-stage,.case-stage:nth-child(even){grid-template-columns:1fr}
  .case-stage:nth-child(even) .case-stage-media{order:0}
}
@media(max-width:760px){
  .portfolio-hero,.case-hero{padding:22px 0 58px}
  .portfolio-hero-panel,.case-hero-panel{border-radius:24px;min-height:auto}
  .portfolio-hero-copy,.case-hero-copy{padding:42px 24px;min-height:600px}
  .portfolio-hero-copy h1,.case-hero-copy h1{font-size:44px}
  .portfolio-hero-copy p,.case-hero-copy p{font-size:17px}
  .portfolio-hero-facts,.case-hero-specs{grid-template-columns:1fr;margin:0 18px 18px}
  .portfolio-lead,.portfolio-featured,.portfolio-grid-section,.portfolio-note-section,.case-overview,.case-task-section,.case-details-section{padding:58px 0}
  .featured-case-copy,.case-intro-card,.case-quote-card,.case-details-grid,.portfolio-note{padding:28px 24px;border-radius:26px}
  .portfolio-card-img{height:260px}
  .portfolio-card-body{padding:24px}
  .case-task-grid article{min-height:auto;padding:26px}
  .case-stage{border-radius:26px;min-height:auto}
  .case-stage-media img{min-height:320px}
  .case-stage-copy{padding:28px 24px}
  .case-stage-copy p{font-size:18px}
}


/* === SEO expanded portfolio content === */
.portfolio-cards-expanded{grid-template-columns:repeat(3,1fr)}
.portfolio-cards-expanded .portfolio-card-body{display:flex;flex-direction:column;min-height:450px}
.portfolio-cards-expanded .portfolio-card-body p{flex:1}
.related-cases-section{padding:92px 0;background:#f5f1ea;color:var(--ink)}
.related-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.related-case-card{background:#fff;border:1px solid rgba(24,26,30,.08);border-radius:28px;overflow:hidden;box-shadow:0 18px 62px rgba(31,28,24,.08);transition:.25s ease}
.related-case-card:hover{transform:translateY(-4px);box-shadow:0 30px 82px rgba(31,28,24,.14)}
.related-case-card img{width:100%;height:260px;object-fit:cover}
.related-case-card span{display:inline-flex;margin:22px 24px 10px;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.related-case-card h3{font-size:24px;line-height:1.12;letter-spacing:-.035em;margin:0 24px 26px;color:#1b1d22}
@media(max-width:1180px){.portfolio-cards-expanded,.related-cases-grid{grid-template-columns:1fr 1fr}.portfolio-cards-expanded .portfolio-card-body{min-height:auto}}
@media(max-width:760px){.portfolio-cards-expanded,.related-cases-grid{grid-template-columns:1fr}.related-case-card img{height:230px}}
