/*
 * SORA / Interior Pages — editorial system
 * Loaded on every route except the home page.
 */

body:not(.page-home){
  --ip-paper:#f2efe7;
  --ip-paper-2:#e9e5dc;
  --ip-card:#f8f6f0;
  --ip-ink:#0b0e10;
  --ip-muted:#626760;
  --ip-line:rgba(11,14,16,.14);
  --ip-accent:#c8d400;
  --ip-olive:#526800;
  --ip-deep:#0d1317;
  --ip-radius:2px;
  background:var(--ip-paper);
  color:var(--ip-ink);
}

body:not(.page-home) main{overflow:clip}
body:not(.page-home) main .shell{width:min(1340px,calc(100% - 80px))!important;margin-inline:auto!important}
body:not(.page-home) .section-kicker{
  display:flex;align-items:center;gap:13px;
  margin:0 0 24px;color:var(--ip-olive);
  font-size:10px;font-weight:800;line-height:1.3;
  letter-spacing:.18em;text-transform:uppercase;
}
body:not(.page-home) .section-kicker::before{
  content:"";width:34px;height:1px;background:currentColor;flex:0 0 auto;
}
body:not(.page-home) em{color:var(--ip-olive);font-family:var(--font-serif);font-weight:400}

/* Page heroes */
body:not(.page-home) .premium-hero{
  position:relative;isolation:isolate;
  min-height:min(780px,calc(100svh - 92px));
  padding:clamp(112px,13vh,160px) 0 100px;
  display:flex;align-items:center;
  background:
    linear-gradient(90deg,transparent calc(25% - 1px),rgba(11,14,16,.045) 25%,transparent calc(25% + 1px)),
    linear-gradient(90deg,transparent calc(50% - 1px),rgba(11,14,16,.045) 50%,transparent calc(50% + 1px)),
    linear-gradient(90deg,transparent calc(75% - 1px),rgba(11,14,16,.045) 75%,transparent calc(75% + 1px)),
    linear-gradient(rgba(11,14,16,.035) 1px,transparent 1px),
    var(--ip-paper);
  background-size:100% 100%,100% 100%,100% 100%,100% 112px,auto;
  border-bottom:1px solid var(--ip-line);
}
body:not(.page-home) .premium-hero::before{
  content:"";position:absolute;z-index:-1;
  width:min(52vw,740px);aspect-ratio:1;right:-13vw;top:5%;
  border:1px solid rgba(82,104,0,.16);border-radius:50%;
  box-shadow:0 0 0 7vw rgba(82,104,0,.035),0 0 0 14vw rgba(82,104,0,.02);
  animation:ip-orbit 18s linear infinite;
}
body:not(.page-home) .premium-hero::after{
  content:"";position:absolute;right:28px;bottom:28px;width:54px;height:1px;
  background:rgba(82,104,0,.42);
}
body:not(.page-home) .premium-hero__grid{
  position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);
  gap:clamp(72px,9vw,150px);align-items:center;width:100%;
}
body:not(.page-home) .premium-hero__grid>div:first-child{position:relative;z-index:2}
body:not(.page-home) .premium-hero h1{
  max-width:980px;margin:0;
  font-size:clamp(68px,7vw,116px)!important;line-height:.84!important;
  letter-spacing:-.072em!important;text-wrap:balance;
}
body:not(.page-home) .premium-hero h1 em{display:inline-block}
body:not(.page-home) .premium-hero .hero-lead{
  max-width:630px;margin:42px 0 0;padding-left:26px;border-left:2px solid var(--ip-accent);
  color:#414641;font-size:clamp(17px,1.35vw,22px);line-height:1.55;
}
body:not(.page-home) .premium-hero .button{margin-top:38px}

body:not(.page-home) .hero-geometry{
  position:relative;width:min(100%,440px);aspect-ratio:1;margin-left:auto;
  border:1px solid var(--ip-line);transform:rotate(7deg);
  background:
    linear-gradient(90deg,transparent 49.8%,rgba(82,104,0,.2) 50%,transparent 50.2%),
    linear-gradient(transparent 49.8%,rgba(82,104,0,.2) 50%,transparent 50.2%);
}
body:not(.page-home) .hero-geometry::before{
  content:"";position:absolute;inset:14%;border:1px solid rgba(82,104,0,.38);
  transform:rotate(-22deg);background:rgba(200,212,0,.045);
}
body:not(.page-home) .hero-geometry::after{
  content:"";position:absolute;inset:38%;background:var(--ip-accent);
  box-shadow:0 0 0 14px var(--ip-paper),0 0 0 15px rgba(11,14,16,.16);
  transform:rotate(38deg);
}

body:not(.page-home) .premium-hero--dark{
  color:#f5f4ef;
  background:
    radial-gradient(circle at 82% 40%,rgba(200,212,0,.09),transparent 28%),
    linear-gradient(90deg,transparent calc(25% - 1px),rgba(255,255,255,.045) 25%,transparent calc(25% + 1px)),
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    var(--ip-deep);
  background-size:auto,100% 100%,100% 112px,auto;
  border-color:rgba(255,255,255,.12);
}
body:not(.page-home) .premium-hero--dark::after{color:rgba(255,255,255,.3)}
body:not(.page-home) .premium-hero--dark::before{border-color:rgba(200,212,0,.18);box-shadow:0 0 0 7vw rgba(200,212,0,.025),0 0 0 14vw rgba(200,212,0,.015)}
body:not(.page-home) .premium-hero--dark .section-kicker{color:var(--ip-accent)}
body:not(.page-home) .premium-hero--dark .hero-lead{color:#b7bdb7}
body:not(.page-home) .premium-hero--dark em{color:var(--ip-accent)}

/* Rich signal objects */
body:not(.page-home) .signal-object{
  position:relative;width:min(100%,440px);aspect-ratio:1;margin-left:auto;
  display:grid;place-items:center;overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.018);
}
body:not(.page-home) .signal-object i{position:absolute;border:1px solid rgba(200,212,0,.28);border-radius:50%}
body:not(.page-home) .signal-object i:first-child{inset:9%}
body:not(.page-home) .signal-object i:nth-child(2){inset:25%;border-radius:0;transform:rotate(18deg)}
body:not(.page-home) .signal-object i:nth-child(3){inset:39%;background:rgba(200,212,0,.1);transform:rotate(45deg)}
body:not(.page-home) .signal-object span{
  position:absolute;left:24px;bottom:22px;color:var(--ip-accent);
  font-size:9px;font-weight:800;letter-spacing:.18em;
}
body:not(.page-home) .signal-object>span{display:none}

/* Sections and editorial headings */
body:not(.page-home) .content-section{
  position:relative;padding:clamp(96px,10vw,150px) 0;background:var(--ip-paper);
  border-bottom:1px solid var(--ip-line);
}
body:not(.page-home) .content-section:nth-of-type(even){background:#f7f4ed}
body:not(.page-home) .content-section--dark{
  color:#f4f3ee;background:
    radial-gradient(circle at 88% 12%,rgba(200,212,0,.07),transparent 25%),
    var(--ip-deep);
  border-color:rgba(255,255,255,.1);
}
body:not(.page-home) .content-section--dark .section-kicker{color:var(--ip-accent)}
body:not(.page-home) .content-section--dark em{color:var(--ip-accent)}
body:not(.page-home) .content-section__heading{
  display:grid;grid-template-columns:minmax(270px,.75fr) minmax(360px,1.25fr);
  column-gap:clamp(60px,9vw,150px);align-items:start;
  margin-bottom:64px;padding-top:22px;border-top:1px solid currentColor;
}
body:not(.page-home) .content-section__heading .section-kicker{grid-column:1}
body:not(.page-home) .content-section__heading h2{
  grid-column:1;margin:0;max-width:720px;
  font-size:clamp(52px,5.3vw,84px)!important;line-height:.93!important;letter-spacing:-.06em!important;
}
body:not(.page-home) .content-section__heading>p:last-child{
  grid-column:2;grid-row:2;max-width:620px;margin:4px 0 0;
  color:var(--ip-muted);font-size:18px;line-height:1.65;
}
body:not(.page-home) .content-section--dark .content-section__heading>p:last-child{color:#aab1ac}

/* Service index */
body:not(.page-home) .numbered-list{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--ip-line);border-left:1px solid var(--ip-line);
}
body:not(.page-home) .numbered-list>a{
  position:relative;min-height:310px;padding:44px 88px 40px 40px;
  display:flex;flex-direction:column;justify-content:flex-end;
  color:inherit;text-decoration:none;border-right:1px solid var(--ip-line);border-bottom:1px solid var(--ip-line);
  background:rgba(255,255,255,.22);overflow:hidden;transition:background .25s,color .25s,transform .25s;
}
body:not(.page-home) .numbered-list>a::before{
  content:"";position:absolute;left:40px;top:38px;width:48px;height:48px;
  border:1px solid rgba(82,104,0,.48);
  background:
    linear-gradient(90deg,transparent 46%,var(--ip-olive) 47% 53%,transparent 54%),
    linear-gradient(transparent 46%,var(--ip-olive) 47% 53%,transparent 54%);
  transform:rotate(45deg);transition:transform .35s,background .25s;
}
body:not(.page-home) .numbered-list>a:hover{background:var(--ip-accent);color:var(--ip-ink);transform:translateY(-4px)}
body:not(.page-home) .numbered-list>a:hover::before{transform:rotate(135deg);background-color:rgba(255,255,255,.2)}
body:not(.page-home) .numbered-list h3{margin:0 0 18px;font-size:clamp(30px,3vw,48px)!important;line-height:1;letter-spacing:-.045em}
body:not(.page-home) .numbered-list p{max-width:44ch;margin:0;color:var(--ip-muted);font-size:15px;line-height:1.55}
body:not(.page-home) .numbered-list>a:hover p{color:#222}
body:not(.page-home) .numbered-list b{position:absolute;right:38px;bottom:38px;font-size:28px;font-weight:400}

/* Feature panels */
body:not(.page-home) .feature-panels{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--ip-line);border-left:1px solid var(--ip-line);
}
body:not(.page-home) .feature-panels article{
  position:relative;min-height:300px;padding:38px;overflow:hidden;
  display:flex;flex-direction:column;justify-content:flex-end;
  border-right:1px solid var(--ip-line);border-bottom:1px solid var(--ip-line);
  background:rgba(255,255,255,.18);transition:transform .25s,background .25s;
}
body:not(.page-home) .feature-panels article::before{
  content:"";position:absolute;left:38px;top:38px;width:11px;height:11px;
  border:1px solid var(--ip-olive);border-radius:50%;box-shadow:0 0 0 7px rgba(82,104,0,.08);
}
body:not(.page-home) .feature-panels article:hover{transform:translateY(-5px);background:rgba(200,212,0,.11)}
body:not(.page-home) .feature-panels article>span{
  position:absolute;top:36px;right:36px;color:var(--ip-olive);
  font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;
}
body:not(.page-home) .feature-panels h3{margin:0 0 18px;font-size:clamp(26px,2.3vw,38px)!important;line-height:1.08;letter-spacing:-.04em}
body:not(.page-home) .feature-panels p{margin:0;color:var(--ip-muted);font-size:15px;line-height:1.6}
body:not(.page-home) .content-section--dark .feature-panels{border-color:rgba(255,255,255,.14)}
body:not(.page-home) .content-section--dark .feature-panels article{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.018)}
body:not(.page-home) .content-section--dark .feature-panels article::before{border-color:var(--ip-accent);box-shadow:0 0 0 7px rgba(200,212,0,.08)}
body:not(.page-home) .content-section--dark .feature-panels h3{color:#f4f3ee}
body:not(.page-home) .content-section--dark .feature-panels p{color:#aab1ac}
body:not(.page-home) .content-section--dark .feature-panels article:hover{background:rgba(200,212,0,.075)}

/* Process and FAQ */
body:not(.page-home) .process-timeline{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid var(--ip-line);list-style:none;margin:0;padding:0;
}
body:not(.page-home) .process-timeline li{
  position:relative;min-height:230px;padding:36px;
  display:flex;align-items:flex-end;border-right:1px solid var(--ip-line);
  background:rgba(255,255,255,.18);
}
body:not(.page-home) .process-timeline li:last-child{border-right:0}
body:not(.page-home) .process-timeline h3{margin:0;padding-right:34px;font-size:28px;line-height:1.05;letter-spacing:-.035em}
body:not(.page-home) .process-timeline .step-arrow{position:absolute;right:28px;top:28px;color:var(--ip-olive);font-size:20px}
body:not(.page-home) .faq-list{border-top:1px solid rgba(255,255,255,.18)}
body:not(.page-home) .faq-item{border-bottom:1px solid rgba(255,255,255,.18)}
body:not(.page-home) .faq-item summary{
  min-height:94px;padding:26px 0;display:flex;align-items:center;justify-content:space-between;
  color:#f4f3ee;font-size:clamp(20px,2vw,28px);font-weight:650;cursor:pointer;
}
body:not(.page-home) .faq-item summary i{width:42px;height:42px;border:1px solid rgba(200,212,0,.45);position:relative}
body:not(.page-home) .faq-item summary i::before,body:not(.page-home) .faq-item summary i::after{content:"";position:absolute;left:12px;right:12px;top:20px;height:1px;background:var(--ip-accent)}
body:not(.page-home) .faq-item summary i::after{transform:rotate(90deg);transition:transform .2s}
body:not(.page-home) .faq-item[open] summary i::after{transform:rotate(0)}
body:not(.page-home) .faq-item>p{max-width:760px;margin:0;padding:0 0 32px;color:#aab1ac;font-size:17px;line-height:1.65}

/* Work index */
.page-work .real-work-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:32px}
.page-work .real-work-card{
  grid-column:span 7;display:block;color:#f5f4ef;text-decoration:none;
  border:1px solid rgba(255,255,255,.14);background:#11181c;overflow:hidden;
}
.page-work .real-work-card:nth-child(even){grid-column:6/span 7}
.page-work .real-work-card__media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#080b0d}
.page-work .real-work-card__media::after{content:"";position:absolute;inset:0;border:1px solid rgba(200,212,0,0);transition:inset .35s,border-color .35s}
.page-work .real-work-card:hover .real-work-card__media::after{inset:16px;border-color:rgba(200,212,0,.65)}
.page-work .real-work-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease),filter .4s}
.page-work .real-work-card:hover img{transform:scale(1.035);filter:saturate(1.08)}
.page-work .real-work-card__body{position:relative;padding:34px 36px 38px}
.page-work .real-work-card__body>span{color:var(--ip-accent);font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.page-work .real-work-card__body h2{margin:18px 0 12px;font-size:clamp(36px,4vw,62px)!important;line-height:.9}
.page-work .real-work-card__body p{max-width:55ch;color:#aab1ac;line-height:1.55}
.page-work .real-work-card__body b{display:inline-flex;margin-top:22px;padding-bottom:8px;border-bottom:1px solid var(--ip-accent);font-size:10px;letter-spacing:.12em;text-transform:uppercase}

/* Case studies */
.page-case-study .case-logo-panel{
  min-height:410px;padding:48px;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.03);
  box-shadow:22px 22px 0 rgba(200,212,0,.08);
}
.page-case-study .case-logo-panel img{max-width:72%;max-height:170px;filter:grayscale(1) brightness(2)}
.page-case-study .case-scope{margin-top:28px;color:var(--ip-accent);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.page-case-study .case-screen-section{padding:70px 0 110px;background:linear-gradient(var(--ip-deep) 0 38%,var(--ip-paper) 38%)}
.page-case-study .case-screen{margin:0;padding:12px;border:1px solid var(--ip-line);background:#fff;box-shadow:0 28px 70px rgba(11,14,16,.16)}
.page-case-study .case-screen img{display:block;width:100%;height:auto}
.page-case-study .case-screen figcaption{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px 12px 6px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.page-case-study .case-screen figcaption a{color:var(--ip-olive)}
.page-case-study .case-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--ip-line);border-left:1px solid var(--ip-line)}
.page-case-study .case-story-grid article{min-height:330px;padding:42px;border-right:1px solid var(--ip-line);border-bottom:1px solid var(--ip-line)}
.page-case-study .case-story-grid span{color:var(--ip-olive);font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.page-case-study .case-story-grid h3{max-width:24ch;margin:90px 0 0;font-size:clamp(25px,2.7vw,42px)!important;line-height:1.12;letter-spacing:-.04em}

body:not(.page-home) .case-next{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:end;
  padding-top:30px;border-top:1px solid var(--ip-line);
}
body:not(.page-home) .case-next h2{margin:0 0 22px;font-size:clamp(48px,5vw,78px)!important;line-height:.92}
body:not(.page-home) .case-next p:not(.section-kicker){max-width:650px;color:var(--ip-muted);font-size:17px;line-height:1.6}

/* Notes and article pages */
.page-blog .article-grid--notes{display:grid;grid-template-columns:repeat(12,1fr);gap:28px}
.page-blog .article-grid--notes article{
  grid-column:span 6;min-height:430px;padding:38px;
  display:flex;flex-direction:column;border:1px solid var(--ip-line);background:var(--ip-card);
  transition:transform .25s,box-shadow .25s;
}
.page-blog .article-grid--notes article:first-child{grid-column:span 8;min-height:500px;background:var(--ip-deep);color:#f5f4ef}
.page-blog .article-grid--notes article:nth-child(2){grid-column:span 4;min-height:500px;background:var(--ip-accent)}
.page-blog .article-grid--notes article:hover{transform:translateY(-7px);box-shadow:0 22px 50px rgba(11,14,16,.1)}
.page-blog .article-grid--notes h2{margin:72px 0 20px;font-size:clamp(34px,3.6vw,58px)!important;line-height:.98}
.page-blog .article-grid--notes h2 a{color:inherit;text-decoration:none}
.page-blog .article-grid--notes p:not(.section-kicker){margin:0 0 34px;color:var(--ip-muted);font-size:15px;line-height:1.62}
.page-blog .article-grid--notes article:first-child p:not(.section-kicker){color:#aab1ac}
.page-blog .article-grid--notes .editorial-link{margin-top:auto;color:inherit}

.page-article .article-hero{
  position:relative;padding:clamp(150px,18vh,220px) 0 110px;
  background:
    linear-gradient(90deg,transparent calc(50% - 1px),rgba(11,14,16,.06) 50%,transparent calc(50% + 1px)),
    var(--ip-paper);
  border-bottom:1px solid var(--ip-line);
}
.page-article .reading-shell{width:min(920px,calc(100% - 48px));margin-inline:auto}
.page-article .article-hero h1{margin:0;font-size:clamp(58px,7vw,104px)!important;line-height:.9!important;letter-spacing:-.065em!important}
.page-article .article-hero .hero-lead{max-width:760px;margin:38px 0 0;color:var(--ip-muted);font-size:21px;line-height:1.58}
.page-article .prose{font-size:18px;line-height:1.78}
.page-article .prose>section{display:grid;grid-template-columns:220px minmax(0,1fr);gap:62px;padding:54px 0;border-top:1px solid var(--ip-line)}
.page-article .prose h2{margin:0;font-size:29px!important;line-height:1.12}
.page-article .prose p{margin:0;color:#3f4540}
.page-article .article-cta{margin-top:90px;padding:54px;background:var(--ip-deep);color:#f5f4ef;box-shadow:18px 18px 0 var(--ip-accent)}
.page-article .article-cta h2{max-width:700px;margin:0;font-size:clamp(38px,4vw,60px)!important}

/* About and Lab */
.page-about .content-section:nth-of-type(3){
  background:linear-gradient(135deg,#11181c,#182116);color:#f5f4ef;
}
.page-about .content-section:nth-of-type(3) .content-section__heading>p:last-child,
.page-about .content-section:nth-of-type(3) .feature-panels p{color:#aab1ac}
.page-lab .lab-demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
.page-lab .lab-demo{
  min-height:640px;padding:42px;display:flex;flex-direction:column;
  border:1px solid var(--ip-line);background:var(--ip-card);box-shadow:14px 14px 0 rgba(82,104,0,.09);
}
.page-lab .lab-demo__meta{display:flex;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--ip-line);font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.page-lab .lab-demo__meta strong{color:var(--ip-olive)}
.page-lab .lab-demo h2{margin:54px 0 20px;font-size:clamp(42px,4.5vw,70px)!important}
.page-lab .lab-demo>p{max-width:55ch;color:var(--ip-muted);line-height:1.6}
.page-lab .lab-demo>small{margin-top:auto;padding-top:24px;border-top:1px solid var(--ip-line);color:var(--ip-muted)}
.page-lab .focus-demo{position:relative;min-height:190px;margin:38px 0;display:grid;place-items:center;border:1px solid var(--ip-line);background:#eeece5}
.page-lab .focus-demo i{width:68px;height:68px;border:1px solid var(--ip-olive);border-radius:50%;box-shadow:0 0 0 16px rgba(82,104,0,.08)}
.page-lab .focus-demo span{position:absolute;bottom:18px;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.page-lab .decision-demo{display:grid;margin:36px 0;border-top:1px solid var(--ip-line)}
.page-lab .decision-demo a{min-height:68px;padding:18px 4px;display:flex;align-items:center;justify-content:space-between;color:inherit;border-bottom:1px solid var(--ip-line);text-decoration:none}
.page-lab .decision-demo a::after{content:"↗";color:var(--ip-olive)}

/* Contact */
.page-contact .contact-hero__status{display:flex;align-items:center;gap:12px;margin-top:34px;color:var(--ip-muted);font-size:13px}
.page-contact .contact-hero__status i{width:9px;height:9px;border-radius:50%;background:var(--ip-olive);box-shadow:0 0 0 7px rgba(82,104,0,.09)}
.page-contact .contact-hero__panel{border:1px solid var(--ip-line);background:rgba(255,255,255,.28);box-shadow:18px 18px 0 rgba(82,104,0,.08)}
.page-contact .contact-hero__panel>a{
  min-height:94px;padding:22px 24px;display:grid;grid-template-columns:110px minmax(0,1fr) 20px;
  align-items:center;gap:16px;color:inherit;text-decoration:none;border-bottom:1px solid var(--ip-line);
  transition:background .2s;
}
.page-contact .contact-hero__panel>a:last-child{border-bottom:0}
.page-contact .contact-hero__panel>a:hover{background:var(--ip-accent)}
.page-contact .contact-hero__panel small{font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--ip-muted)}
.page-contact .contact-hero__panel strong{font-size:13px;overflow-wrap:anywhere}
.page-contact .contact-hero__panel b{color:var(--ip-olive)}
.page-contact .form-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr);gap:clamp(70px,9vw,150px);align-items:start}
.page-contact .form-layout>div:first-child{position:sticky;top:130px}
.page-contact .form-layout h2{margin:0 0 28px;font-size:clamp(52px,5vw,78px)!important;line-height:.94}
.page-contact .form-layout>div>p:not(.section-kicker){color:var(--ip-muted);font-size:16px;line-height:1.65}
.page-contact .contact-directory{margin-top:42px;border:1px solid var(--ip-line);background:var(--ip-card)}
.page-contact .contact-directory__phone{min-height:110px;padding:22px;display:grid;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:14px;color:inherit;text-decoration:none;border-bottom:1px solid var(--ip-line)}
.page-contact .contact-directory__phone strong{font-size:26px;letter-spacing:-.03em}
.page-contact .contact-directory__phone span,.page-contact .contact-directory__phone small,.page-contact .contact-directory__mail>span{font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.page-contact .contact-directory__mail{padding:20px}
.page-contact .contact-directory__mail>a{min-height:55px;display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;color:inherit;text-decoration:none;border-bottom:1px solid var(--ip-line);font-size:12px;overflow-wrap:anywhere}
.page-contact .contact-note{margin-top:26px;padding-top:20px;border-top:1px solid var(--ip-line)}
.page-contact .contact-note span{color:var(--ip-olive);font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}

/* Forms */
body:not(.page-home) .premium-form{
  position:relative;padding:74px 48px 48px;border:1px solid var(--ip-line);
  background:var(--ip-card);box-shadow:18px 18px 0 #dedacf;
}
body:not(.page-home) .premium-form::before{
  content:"İletişim formu";position:absolute;left:0;right:0;top:0;height:46px;
  padding:0 48px;display:flex;align-items:center;border-bottom:1px solid var(--ip-line);
  color:var(--ip-olive);font-size:8px;font-weight:800;letter-spacing:.16em;
}
body:not(.page-home) .premium-form::after{content:"";position:absolute;right:48px;top:18px;width:9px;height:9px;border-radius:50%;background:var(--ip-accent);box-shadow:0 0 0 5px rgba(82,104,0,.1)}
body:not(.page-home) .premium-form label:not(.consent):not(.hp-field){display:grid;gap:10px;margin-bottom:22px;color:#202421;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
body:not(.page-home) .premium-form input:not([type=checkbox]):not([type=radio]),
body:not(.page-home) .premium-form select,
body:not(.page-home) .premium-form textarea{
  width:100%;border:1px solid var(--ip-line);border-radius:0;background:#f2f0e9;
  padding:18px;color:var(--ip-ink);font:500 16px/1.4 var(--font-sans);text-transform:none;letter-spacing:0;
  transition:border-color .2s,box-shadow .2s,background .2s;
}
body:not(.page-home) .premium-form input:focus,
body:not(.page-home) .premium-form select:focus,
body:not(.page-home) .premium-form textarea:focus{outline:0;border-color:var(--ip-olive);background:#fff;box-shadow:0 0 0 3px rgba(82,104,0,.11)}
body:not(.page-home) .field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
body:not(.page-home) .form-privacy-note{margin:8px 0 20px;padding:16px;border-left:2px solid var(--ip-olive);background:#ebe8df;color:var(--ip-muted);font-size:12px;line-height:1.55}
body:not(.page-home) .consent{display:flex!important;align-items:flex-start;gap:13px;margin:20px 0 28px;color:var(--ip-muted);font-size:13px;line-height:1.5}
body:not(.page-home) .consent input{width:20px;height:20px;accent-color:var(--ip-olive);flex:0 0 auto}

/* Project flow */
.page-start-project .project-start-hero::after{content:""}
.page-start-project .premium-form.premium-form--flow::before{content:"Proje bilgileri"!important}
.page-start-project .project-flow{max-width:1160px}
.page-start-project .flow-progress{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:20px;border:1px solid var(--ip-line);background:var(--ip-card)}
.page-start-project .flow-progress button{min-height:64px;border:0;border-right:1px solid var(--ip-line);background:transparent;color:var(--ip-muted);font:800 9px/1 var(--font-sans);letter-spacing:.14em;text-transform:uppercase}
.page-start-project .flow-progress button:last-child{border-right:0}
.page-start-project .flow-progress button.is-active{background:var(--ip-accent);color:var(--ip-ink)}
.page-start-project .premium-form--flow{min-height:620px;padding:82px 64px 54px}
.page-start-project .flow-step legend{max-width:760px;margin-bottom:15px;font-size:clamp(48px,5vw,76px)!important;font-weight:650;line-height:.96;letter-spacing:-.055em}
.page-start-project .flow-step>p{color:var(--ip-muted)}
.page-start-project .choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:40px 0}
.page-start-project .choice-grid label{margin:0!important;display:block!important}
.page-start-project .choice-grid input{position:absolute;opacity:0;pointer-events:none}
.page-start-project .choice-grid label span{min-height:132px;padding:22px;display:flex;align-items:flex-end;border:1px solid var(--ip-line);background:#efede6;font-size:18px;font-weight:700;letter-spacing:-.02em;text-transform:none;transition:background .2s,border-color .2s,transform .2s}
.page-start-project .choice-grid label span::before{content:"";position:absolute;width:12px;height:12px;border:1px solid var(--ip-olive);border-radius:50%;align-self:flex-start}
.page-start-project .choice-grid label:hover span{transform:translateY(-3px);border-color:var(--ip-olive)}
.page-start-project .choice-grid input:checked+span{background:var(--ip-accent);border-color:var(--ip-olive)}
.page-start-project .flow-actions{margin-top:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}

/* Legal and 404 */
.page-legal .legal-copy .reading-shell{width:min(980px,calc(100% - 48px));margin-inline:auto;padding:64px;background:var(--ip-card);border:1px solid var(--ip-line);box-shadow:18px 18px 0 #dedacf}
.page-legal .legal-copy h2{margin:64px 0 16px;padding-top:26px;border-top:1px solid var(--ip-line);font-size:clamp(29px,3vw,42px)!important}
.page-legal .legal-copy h2:first-of-type{margin-top:36px}
.page-legal .legal-copy p{color:#434943;font-size:17px;line-height:1.78}
.page-legal .legal-copy>div>p:first-child{padding:20px;border-left:3px solid var(--ip-accent);background:#ece9df}
.not-found-premium{min-height:calc(100svh - 92px);padding:140px 0;background:var(--ip-deep);color:#f5f4ef}
.not-found-premium__grid{display:grid;grid-template-columns:1fr minmax(320px,.65fr);gap:100px;align-items:center}
.not-found-premium .error-code{display:block;margin-bottom:-25px;color:rgba(200,212,0,.18);font-size:clamp(100px,18vw,260px);font-weight:800;line-height:.7;letter-spacing:-.08em}
.not-found-premium h1{margin:0;font-size:clamp(58px,7vw,104px)!important;line-height:.88}
.not-found-premium p:not(.section-kicker){color:#aab1ac;font-size:18px}
.not-found-actions{display:flex;gap:18px;align-items:center;margin-top:34px}

@keyframes ip-orbit{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){body:not(.page-home) .premium-hero::before{animation:none}}

@media(max-width:1100px){
  body:not(.page-home) .premium-hero{min-height:auto}
  body:not(.page-home) .premium-hero__grid{grid-template-columns:minmax(0,1fr) 280px;gap:50px}
  body:not(.page-home) .premium-hero h1{font-size:clamp(58px,7.7vw,82px)!important}
  body:not(.page-home) .feature-panels{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-contact .form-layout{grid-template-columns:minmax(280px,.8fr) minmax(430px,1.2fr);gap:55px}
  .page-work .real-work-card,.page-work .real-work-card:nth-child(even){grid-column:span 6}
}

@media(max-width:767px){
  body:not(.page-home) main .shell{width:calc(100% - 32px)!important}
  body:not(.page-home) .premium-hero{
    min-height:auto!important;padding:132px 0 72px!important;align-items:flex-start;
    background-size:100% 100%,100% 100%,100% 100%,100% 80px,auto;
  }
  body:not(.page-home) .premium-hero::before{width:88vw;right:-50vw;top:16%}
  body:not(.page-home) .premium-hero::after{right:10px;bottom:12px;font-size:6px}
  body:not(.page-home) .premium-hero__grid{display:block!important}
  body:not(.page-home) .premium-hero h1{font-size:clamp(48px,14vw,60px)!important;line-height:.89!important;letter-spacing:-.065em!important}
  body:not(.page-home) .premium-hero .hero-lead{margin-top:28px;padding-left:16px;font-size:15px}
  body:not(.page-home) .hero-geometry{display:none}
  body:not(.page-home) .signal-object{width:100%;min-height:260px;aspect-ratio:auto;margin-top:42px}

  body:not(.page-home) .content-section{padding:76px 0}
  body:not(.page-home) .content-section__heading{display:block;margin-bottom:38px;padding-top:18px}
  body:not(.page-home) .content-section__heading h2{font-size:clamp(43px,12.5vw,53px)!important}
  body:not(.page-home) .content-section__heading>p:last-child{margin-top:26px;font-size:15px}
  body:not(.page-home) .numbered-list{grid-template-columns:1fr}
  body:not(.page-home) .numbered-list>a{min-height:250px;padding:30px 68px 30px 26px}
  body:not(.page-home) .numbered-list>a::before{left:26px;top:26px;width:40px;height:40px}
  body:not(.page-home) .numbered-list h3{font-size:32px!important}
  body:not(.page-home) .numbered-list b{right:26px;bottom:28px}
  body:not(.page-home) .feature-panels{grid-template-columns:1fr}
  body:not(.page-home) .feature-panels article{min-height:230px;padding:28px}
  body:not(.page-home) .feature-panels article::before{left:28px;top:28px}
  body:not(.page-home) .feature-panels article>span{top:28px;right:28px}
  body:not(.page-home) .process-timeline{grid-template-columns:1fr}
  body:not(.page-home) .process-timeline li{min-height:150px;border-right:0;border-bottom:1px solid var(--ip-line)}
  body:not(.page-home) .process-timeline li:last-child{border-bottom:0}

  .page-work .real-work-grid{display:block}
  .page-work .real-work-card{margin-bottom:20px}
  .page-work .real-work-card__body{padding:26px}
  .page-case-study .case-logo-panel{min-height:250px;margin-top:42px;padding:34px;box-shadow:10px 10px 0 rgba(200,212,0,.08)}
  .page-case-study .case-screen-section{padding:40px 0 70px;background:linear-gradient(var(--ip-deep) 0 22%,var(--ip-paper) 22%)}
  .page-case-study .case-story-grid{grid-template-columns:1fr}
  .page-case-study .case-story-grid article{min-height:230px;padding:28px}
  .page-case-study .case-story-grid h3{margin-top:52px;font-size:27px!important}
  body:not(.page-home) .case-next{display:block}
  body:not(.page-home) .case-next h2{font-size:44px!important}

  .page-blog .article-grid--notes{display:block}
  .page-blog .article-grid--notes article,.page-blog .article-grid--notes article:first-child,.page-blog .article-grid--notes article:nth-child(2){min-height:380px;margin-bottom:18px;padding:28px}
  .page-blog .article-grid--notes h2{margin-top:54px;font-size:36px!important}
  .page-article .article-hero{padding:140px 0 72px}
  .page-article .reading-shell{width:calc(100% - 32px)}
  .page-article .article-hero h1{font-size:clamp(47px,13vw,57px)!important}
  .page-article .article-hero .hero-lead{font-size:16px}
  .page-article .prose>section{display:block;padding:38px 0}
  .page-article .prose h2{margin-bottom:20px}
  .page-article .article-cta{margin-top:54px;padding:28px;box-shadow:8px 8px 0 var(--ip-accent)}

  .page-lab .lab-demo-grid{grid-template-columns:1fr}
  .page-lab .lab-demo{min-height:540px;padding:28px;box-shadow:8px 8px 0 rgba(82,104,0,.09)}
  .page-contact .form-layout{display:block}
  .page-contact .form-layout>div:first-child{position:static;margin-bottom:56px}
  .page-contact .contact-hero__panel{margin-top:42px;box-shadow:9px 9px 0 rgba(82,104,0,.08)}
  .page-contact .contact-hero__panel>a{min-height:78px;padding:14px;grid-template-columns:78px minmax(0,1fr) 14px;gap:8px}
  .page-contact .contact-hero__panel strong{font-size:10px}
  .page-contact .contact-directory__phone{grid-template-columns:76px minmax(0,1fr);min-height:100px}
  .page-contact .contact-directory__phone small{grid-column:2}
  .page-contact .contact-directory__phone strong{font-size:22px}
  .page-contact .contact-directory__mail>a{grid-template-columns:78px minmax(0,1fr);font-size:10px}

  body:not(.page-home) .premium-form{padding:70px 20px 26px;box-shadow:8px 8px 0 #dedacf}
  body:not(.page-home) .premium-form::before{padding:0 20px}
  body:not(.page-home) .premium-form::after{right:20px}
  body:not(.page-home) .field-row{grid-template-columns:1fr;gap:0}
  .page-start-project .flow-progress{display:flex;overflow-x:auto}
  .page-start-project .flow-progress button{min-width:115px;flex:1 0 115px}
  .page-start-project .premium-form--flow{min-height:560px;padding:86px 20px 30px!important}
  .page-start-project .flow-step legend{margin-top:0!important}
  .page-start-project .flow-step legend{font-size:42px!important}
  .page-start-project .choice-grid{grid-template-columns:1fr}
  .page-start-project .choice-grid label span{min-height:94px}
  .page-start-project .flow-actions{align-items:stretch;flex-direction:column-reverse}
  .page-start-project .flow-actions>*{width:100%;min-height:52px;justify-content:center}

  .page-legal .legal-copy .reading-shell{width:calc(100% - 32px);padding:24px 20px;box-shadow:8px 8px 0 #dedacf}
  .page-legal .legal-copy h2{font-size:30px!important}
  .page-legal .legal-copy p{font-size:15px}
  .not-found-premium{padding:130px 0 80px}
  .not-found-premium__grid{display:block}
  .not-found-premium .signal-object{margin-top:50px}
  .not-found-actions{align-items:stretch;flex-direction:column}
  .not-found-actions a{width:100%;justify-content:center}
}
