@font-face{font-family:Vazirmatn;src:url("../fonts/vazirmatn-arabic-wght-normal.05d9ce2a23d3.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:Inter;src:url("../fonts/inter-latin-wght-normal.260c81a4759b.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap}

:root{
  --ink:#010d20;--ink-soft:#0c3449;--teal:#018778;--mint:#02d9e5;
  --cobalt:#0d5164;--coral:#0aa6b6;--amber:#bfeff2;--paper:#f1f2f2;
  --white:#fff;--text:#010d20;--muted:#526b78;--line:rgba(1,13,32,.2);
  --surface:#010d20;--surface-soft:#0c3449;--surface-raised:#010d20;--field:#fff;
  --panel-text:#f1f2f2;--panel-muted:#b7c9d0;--panel-line:rgba(241,242,242,.18);
  --shadow:0 22px 58px rgba(1,13,32,.18);--container:min(calc(100% - 2rem),90rem);
  --display:clamp(3.1rem,8.3vw,8.5rem);--section-title:clamp(2.2rem,5vw,5rem);
  --body:clamp(1rem,1.25vw,1.2rem);--radius:1.5rem;--ease:cubic-bezier(.2,.75,.2,1);
}

html[data-theme=dark]{
  --paper:#010d20;--text:#f1f2f2;--muted:#a9bec7;
  --line:rgba(241,242,242,.17);--surface:#f1f2f2;--surface-soft:#dcebed;
  --surface-raised:#f1f2f2;--field:#fff;--panel-text:#010d20;
  --panel-muted:#526b78;--panel-line:rgba(1,13,32,.16);--shadow:0 22px 58px rgba(0,0,0,.32);
  color-scheme:dark;
}
html[data-theme=light]{color-scheme:light}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ink);overflow-x:hidden}
body{margin:0;background:var(--paper);color:var(--text);font-family:Inter,Arial,sans-serif;font-size:var(--body);line-height:1.65;overflow-x:hidden;transition:background .3s,color .3s}
html[lang=fa] body{font-family:Vazirmatn,Tahoma,sans-serif;line-height:1.85}
body.menu-open{overflow:hidden}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
h1,h2,h3,p{margin-block-start:0}
h1,h2,h3{line-height:1.05;letter-spacing:-.045em;text-wrap:balance}
html[lang=fa] h1,html[lang=fa] h2,html[lang=fa] h3{letter-spacing:-.035em}
p{max-width:48rem}
ul,ol{margin:0;padding:0}
:focus-visible{outline:3px solid var(--mint);outline-offset:4px}
.shell{width:var(--container);margin-inline:auto}
.section{padding-block:clamp(5rem,10vw,10rem)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;z-index:1000;inset-block-start:.75rem;inset-inline-start:.75rem;padding:.75rem 1rem;background:var(--mint);color:var(--ink);transform:translateY(-180%);transition:transform .2s}
.skip-link:focus{transform:translateY(0)}

.site-header{position:absolute;z-index:100;inset-block-start:0;inset-inline:0;color:var(--white);transition:background .25s,box-shadow .25s}
.site-header.is-stuck{position:fixed;background:rgba(7,29,49,.94);box-shadow:0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(18px)}
.header-grid{min-height:6.25rem;display:grid;grid-template-columns:12rem 1fr auto;align-items:center;gap:2rem}
.brand{position:relative;display:flex;align-items:center;width:11rem;height:4rem;overflow:hidden}
.brand-logo{position:absolute;inset:50% auto auto 50%;width:100%;height:auto;max-width:none;transform:translate(-50%,-50%) scale(1.62);transform-origin:center;object-fit:contain;transition:opacity .25s}
.brand-logo-on-light{opacity:0}.brand-logo-on-dark{opacity:1}
.desktop-navigation{display:flex;justify-content:center;align-items:center;gap:clamp(1rem,2vw,2.25rem)}
.desktop-navigation a,.language-link{font-size:.8rem;font-weight:650;white-space:nowrap;opacity:.78;transition:opacity .2s,color .2s}
.desktop-navigation a:hover,.desktop-navigation a[aria-current=page],.language-link:hover{opacity:1;color:var(--mint)}
.header-actions{display:flex;align-items:center;gap:1rem}
.theme-toggle{display:grid;place-items:center;width:3rem;height:3rem;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(7,29,49,.08);color:currentColor;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}
.theme-toggle:hover{transform:translateY(-2px);background:rgba(108,228,206,.12);border-color:var(--mint)}
.theme-icon{grid-area:1/1;transition:opacity .2s,transform .25s}.theme-icon-sun{opacity:0;transform:rotate(-45deg) scale(.7)}.theme-icon-moon{opacity:1;transform:rotate(0) scale(1)}
html[data-theme=light] .theme-icon-sun{opacity:1;transform:rotate(0) scale(1)}html[data-theme=light] .theme-icon-moon{opacity:0;transform:rotate(45deg) scale(.7)}
.menu-button{display:none;width:3rem;height:3rem;padding:.8rem;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:transparent;cursor:pointer}
.menu-button span:not(.sr-only){display:block;width:100%;height:1px;margin:.32rem 0;background:currentColor;transition:transform .2s}
.menu-button[aria-expanded=true] span:nth-last-child(2){transform:translateY(.2rem) rotate(45deg)}
.menu-button[aria-expanded=true] span:last-child{transform:translateY(-.2rem) rotate(-45deg)}
.mobile-navigation{position:fixed;z-index:90;inset:5rem 0 0;background:var(--ink);overflow:auto}
.mobile-navigation .shell{padding-block:2rem 4rem;display:grid}
.mobile-navigation a{display:flex;justify-content:space-between;align-items:center;padding-block:1rem;border-block-end:1px solid rgba(255,255,255,.13);font-size:clamp(1.55rem,7vw,2.6rem);font-weight:650}
.mobile-navigation-kicker{margin-block-end:1rem;color:var(--mint);font-size:.72rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}

.button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:3.55rem;padding:.8rem 1.45rem;border:1px solid transparent;border-radius:999px;font-size:.88rem;font-weight:750;letter-spacing:-.015em;transition:transform .25s var(--ease),background .25s,color .25s,border-color .25s}
.button:hover{transform:translateY(-3px)}
.button-small{min-height:2.9rem;padding-inline:1.1rem;font-size:.76rem}
.button-primary{background:var(--mint);color:var(--ink)}
.button-primary:hover{background:var(--white)}
.button-secondary{border-color:rgba(255,255,255,.35);color:var(--white);background:transparent}
.button-text{border:0;padding-inline:0;color:inherit}
.text-action{display:inline-flex;align-items:center;gap:.7rem;font-size:.9rem;font-weight:750}
.text-action span{transition:transform .2s var(--ease)}
.text-action:hover span{transform:translate(.2rem,-.2rem)}
html[dir=rtl] .text-action:hover span{transform:translate(-.2rem,-.2rem)}
.text-action-light{color:var(--white)}
.eyebrow{margin-block-end:1.35rem;color:var(--teal);font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
html[lang=fa] .eyebrow{letter-spacing:.03em}
.eyebrow-light{color:var(--mint)}
.card-index{display:block;color:inherit;font:500 .8rem/1 Inter,monospace;letter-spacing:.08em;opacity:.58}

.theme-ink{background:var(--ink);color:var(--white)}
.theme-teal{background:var(--teal);color:var(--ink)}
.theme-cobalt{background:var(--cobalt);color:var(--white)}
.theme-coral{background:var(--coral);color:var(--ink)}
.theme-amber{background:var(--amber);color:var(--ink)}
.theme-paper{background:var(--paper);color:var(--text)}
.mobile-experience{display:none}

.hero{position:relative;min-height:100svh;overflow:hidden;background:var(--ink);color:var(--white)}
.hero-noise{position:absolute;inset:0;opacity:.18;background-image:radial-gradient(rgba(255,255,255,.16) .5px,transparent .5px);background-size:5px 5px;mask-image:linear-gradient(to bottom,#000,transparent)}
.hero::after{content:"";position:absolute;inset:auto -15vw -40vw auto;width:70vw;height:70vw;border-radius:50%;background:radial-gradient(circle,var(--cobalt),transparent 66%);opacity:.35;filter:blur(40px)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(24rem,.92fr);align-items:center;gap:2rem;min-height:100svh;padding-block:9.2rem 8rem}
.hero-copy{position:relative;z-index:3}
.hero-copy h1{max-width:12ch;margin-block-end:1.6rem;font-size:var(--display);font-weight:600;letter-spacing:-.07em}
html[lang=fa] .hero-copy h1{max-width:10ch;font-weight:750;letter-spacing:-.055em}
.hero-intro{max-width:38rem;margin-block-end:2.2rem;color:#c9d6df;font-size:clamp(1.05rem,1.65vw,1.45rem)}
.hero-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.hero-scroll{position:absolute;z-index:3;inset-block-end:1.7rem;inset-inline-start:50%;display:flex;align-items:center;justify-content:space-between;color:#92a7b6;font-size:.75rem;transform:translateX(-50%)}
.hero-scroll b{color:var(--mint);font-size:1.5rem;animation:scroll-cue 1.8s infinite}
.data-field{position:relative;min-height:min(42rem,67vw);transform-style:preserve-3d;transition:transform .5s var(--ease)}
.data-field::before,.data-field::after{content:"";position:absolute;border-radius:50%;inset:8%;background:radial-gradient(circle at 35% 28%,rgba(108,228,206,.9),rgba(77,85,255,.52) 32%,rgba(255,118,95,.22) 58%,transparent 71%);filter:blur(6px);animation:field-breathe 7s ease-in-out infinite}
.data-field::after{inset:22%;background:radial-gradient(circle at 62% 56%,rgba(255,200,87,.75),rgba(24,166,154,.28) 47%,transparent 70%);animation-delay:-3.5s}
.data-field svg{position:absolute;inset:7%;width:86%;height:86%;overflow:visible;opacity:.48}
.data-field path,.data-field circle{fill:none;stroke:rgba(255,255,255,.28);stroke-width:1;stroke-dasharray:7 10;animation:dash 18s linear infinite}
.data-field i{position:absolute;z-index:2;inset-inline-start:var(--x);inset-block-start:var(--y);width:.8rem;height:.8rem;border:2px solid var(--ink);border-radius:50%;background:var(--mint);box-shadow:0 0 0 .45rem rgba(108,228,206,.13);animation:node-pulse 3s var(--delay) infinite}
.data-field-core{position:absolute;z-index:3;inset:50% auto auto 50%;display:grid;place-items:center;width:11.5rem;aspect-ratio:1;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(7,29,49,.68);box-shadow:0 0 0 1.5rem rgba(255,255,255,.03),0 1rem 4rem rgba(7,29,49,.45);font:750 .72rem/1 Inter,sans-serif;letter-spacing:.14em;transform:translate(-50%,-50%);backdrop-filter:blur(14px)}
.data-field-core b{color:var(--mint);font-size:1.4rem}

.trust-strip{padding-block:1.35rem;border-block-end:1px solid var(--line);background:var(--surface)}
.trust-strip .shell{display:flex;align-items:center;gap:2rem}
.trust-strip p{margin:0;color:var(--muted);font-size:.72rem;font-weight:700;white-space:nowrap}
.trust-items{display:flex;align-items:center;justify-content:space-around;gap:2rem;flex:1;flex-wrap:wrap}
.trust-items a,.trust-items span{font-size:.9rem;font-weight:750;filter:grayscale(1)}
.trust-items img{max-width:9rem;max-height:3rem;object-fit:contain}

.section-heading{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-block-end:clamp(2.7rem,6vw,5rem)}
.section-heading>div{max-width:58rem}
.section-heading h2,.split-heading h2{max-width:13ch;margin-block-end:1.2rem;font-size:var(--section-title);font-weight:620}
html[lang=fa] .section-heading h2,html[lang=fa] .split-heading h2{font-weight:750}
.section-heading p,.split-heading>p{color:var(--muted)}
.split-heading{display:grid;grid-template-columns:1.25fr .75fr;align-items:end}
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);border-block-start:1px solid var(--line);border-inline-start:1px solid var(--line)}
.problem-grid article{position:relative;min-height:24rem;padding:2rem;border-block-end:1px solid var(--line);border-inline-end:1px solid var(--line);transition:background .25s,color .25s}
.problem-grid article:hover{background:var(--ink);color:var(--white)}
.problem-grid h3{margin-block:4.5rem 1rem;font-size:clamp(1.55rem,2.2vw,2.2rem)}
.problem-grid p{color:var(--muted);font-size:.93rem}
.problem-grid article:hover p{color:#c6d4dc}
.problem-grid article>a{position:absolute;inset-block-end:1.5rem;inset-inline-end:1.5rem;display:grid;place-items:center;width:2.8rem;height:2.8rem;border:1px solid currentColor;border-radius:50%}

.capability-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}
.capability-card{position:relative;display:flex;flex-direction:column;min-height:28rem;padding:2rem;border-radius:var(--radius);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s}
.capability-card:nth-child(1),.capability-card:nth-child(4){grid-column:span 5}.capability-card:nth-child(2),.capability-card:nth-child(3){grid-column:span 7}.capability-card:nth-child(n+5){grid-column:span 6}
.capability-card.tone-1{background:var(--cobalt);color:#fff}.capability-card.tone-2{background:var(--amber)}.capability-card.tone-3{background:var(--teal)}.capability-card.tone-4{background:var(--coral)}.capability-card.tone-5{background:var(--ink);color:#fff}
.capability-card:hover{transform:translateY(-.45rem);box-shadow:var(--shadow)}
.capability-card::after{content:"";position:absolute;inset:auto -4rem -5rem auto;width:16rem;height:16rem;border:1px solid currentColor;border-radius:50%;opacity:.13;box-shadow:0 0 0 2rem rgba(255,255,255,.05)}
.capability-card h3{max-width:13ch;margin-block:4rem 1.2rem;font-size:clamp(2rem,3.3vw,3.7rem)}
.capability-card p{max-width:32rem;margin-block-end:2rem;opacity:.8}
.capability-card strong{margin-block-start:auto;font-size:.84rem}

.evidence-section{background:var(--surface)}
.evidence-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,8vw,8rem);align-items:center}
.evidence-layout>div:first-child h2{font-size:var(--section-title)}
.evidence-layout>div:first-child>p:not(.eyebrow){color:var(--muted)}
.evidence-card{position:relative;display:flex;flex-direction:column;min-height:30rem;padding:clamp(2rem,4vw,4rem);border-radius:var(--radius);background:var(--ink);color:#fff;overflow:hidden}
.evidence-card::before{content:"";position:absolute;inset:-25% -25% auto auto;width:70%;aspect-ratio:1;border-radius:50%;background:linear-gradient(135deg,var(--mint),var(--cobalt));filter:blur(15px);opacity:.5}
.evidence-card>*{position:relative;z-index:1}.evidence-card>span{color:var(--mint);font-size:.75rem;text-transform:uppercase}.evidence-card h3{max-width:13ch;margin-block:auto 1rem;font-size:clamp(2.2rem,4vw,4.5rem)}.evidence-card p{color:#c9d6df}.evidence-card>b{align-self:end;font-size:2rem}
.architecture-proof{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:1rem;min-height:24rem;padding:2rem;border-radius:var(--radius);background:var(--ink);color:#fff}
.architecture-proof>div{display:grid;place-items:center;min-height:10rem;padding:1rem;border:1px solid rgba(255,255,255,.18);border-radius:50%;text-align:center;background:radial-gradient(circle,rgba(108,228,206,.15),transparent)}
.architecture-proof small{color:var(--mint)}.architecture-proof>span{color:var(--mint);font-size:1.5rem}

.product-section{background:var(--paper)}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.product-card{display:flex;flex-direction:column;min-height:26rem;padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:transform .25s,background .25s,color .25s}
.product-card:hover{transform:translateY(-.4rem);background:var(--ink);color:#fff}
.product-card>span{color:var(--teal);font-size:.74rem;font-weight:800;text-transform:uppercase}
.product-card h3{margin-block:auto 1rem;font-size:clamp(2.1rem,4vw,4rem)}
.product-card p{color:var(--muted)}.product-card:hover p{color:#c9d6df}

.industry-section{background:var(--ink);color:#fff}
.industry-section .section-heading p{color:#a9bac5}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);border-block-start:1px solid rgba(255,255,255,.18);border-inline-start:1px solid rgba(255,255,255,.18)}
.industry-grid>a{position:relative;display:flex;flex-direction:column;min-height:28rem;padding:2rem;border-block-end:1px solid rgba(255,255,255,.18);border-inline-end:1px solid rgba(255,255,255,.18);transition:background .25s,color .25s}
.industry-grid>a:nth-child(1):hover{background:var(--cobalt)}.industry-grid>a:nth-child(2):hover{background:var(--coral);color:var(--ink)}.industry-grid>a:nth-child(3):hover{background:var(--teal);color:var(--ink)}.industry-grid>a:nth-child(4):hover{background:var(--amber);color:var(--ink)}
.industry-grid h3{margin-block:auto 1rem;font-size:clamp(1.8rem,2.5vw,2.7rem)}.industry-grid p{color:#a9bac5;font-size:.93rem}.industry-grid>a:hover p{color:inherit}.industry-grid strong{align-self:end;font-size:1.4rem}

.process-section{background:var(--ink);color:#fff}
.process-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(3rem,9vw,9rem)}
.process-layout>header{position:sticky;inset-block-start:8rem;align-self:start}
.process-layout h2{font-size:var(--section-title)}.process-layout header>p:not(.eyebrow){color:#a9bac5}
.process-list article{display:grid;grid-template-columns:5rem 1fr;gap:1rem;padding-block:2rem;border-block-start:1px solid rgba(255,255,255,.18)}
.process-list article>span{color:var(--mint);font:500 .9rem/1 Inter,monospace}
.process-list h3{margin-block:.45rem .8rem;font-size:clamp(1.55rem,2.4vw,2.65rem)}.process-list p{color:#a9bac5}.process-list strong{font-size:.8rem;color:var(--mint)}

.insight-list{border-block-start:1px solid var(--line)}
.insight-list article{display:grid;grid-template-columns:4rem 1fr 3rem;gap:1.5rem;align-items:start;padding-block:2.4rem;border-block-end:1px solid var(--line)}
.insight-list small{color:var(--teal);font-size:.72rem;font-weight:750;text-transform:uppercase}.insight-list h3{max-width:30ch;margin-block:.6rem 1rem;font-size:clamp(1.55rem,2.8vw,3.1rem)}.insight-list p{color:var(--muted)}.insight-list article>a{display:grid;place-items:center;width:3rem;height:3rem;border:1px solid var(--line);border-radius:50%}

.expert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.expert-grid>a{display:block}.expert-grid img,.expert-placeholder{width:100%;aspect-ratio:4/4.6;border-radius:var(--radius);object-fit:cover;background:var(--ink)}
.expert-placeholder{display:grid;place-items:center;color:var(--mint);font-size:7rem;font-weight:700}
.expert-grid h2,.expert-grid h3{margin-block:1.2rem .3rem;font-size:1.6rem}.expert-grid p{color:var(--muted)}

.cta-section{padding-block:clamp(4rem,8vw,8rem);background:var(--cobalt);color:#fff}
.cta-layout{display:flex;align-items:end;justify-content:space-between;gap:2rem}.cta-layout h2{max-width:17ch;margin-block-end:.7rem;font-size:clamp(2.6rem,6vw,6rem)}.cta-layout p{color:#d9dcff}

.page-hero{padding-block:clamp(10rem,18vw,16rem) clamp(5rem,10vw,9rem);background:var(--ink);color:#fff}
.page-hero h1{max-width:12ch;margin-block-end:1.5rem;font-size:clamp(3.5rem,8vw,8rem);font-weight:620}.page-hero>div>p:not(.eyebrow){max-width:48rem;color:#b8c7d1;font-size:clamp(1.1rem,1.8vw,1.5rem)}
html[lang=fa] .page-hero h1{font-weight:750}
.collection-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}
.collection-card{display:flex;flex-direction:column;grid-column:span 6;min-height:25rem;padding:2rem;border-radius:var(--radius);background:var(--surface);transition:transform .25s,background .25s,color .25s}
.collection-card:nth-child(3n+1){background:var(--amber)}.collection-card:nth-child(3n+2){background:var(--teal)}.collection-card:nth-child(3n){background:var(--coral)}
.collection-card:hover{transform:translateY(-.4rem);background:var(--ink);color:#fff}.collection-card h2{max-width:15ch;margin-block:4rem 1rem;font-size:clamp(2rem,3.4vw,3.6rem)}.collection-card p{color:var(--muted)}.collection-card:hover p{color:#c6d4dc}.collection-card strong{margin-block-start:auto;font-size:.84rem}

.detail-story{background:var(--surface)}.story-pair{display:grid;grid-template-columns:repeat(2,1fr);margin-block-end:6rem;border-block-start:1px solid var(--line);border-inline-start:1px solid var(--line)}.story-pair article{min-height:23rem;padding:2.5rem;border-block-end:1px solid var(--line);border-inline-end:1px solid var(--line)}.story-pair small,.decision-question small{color:var(--teal);font-size:.76rem;font-weight:800}.story-pair h2{margin-block:5rem 0;font-size:clamp(1.7rem,3vw,3.4rem)}
.detail-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(2rem,6vw,6rem)}.detail-columns.three-columns{grid-template-columns:repeat(3,1fr);gap:1rem}.detail-columns>div{padding:2rem;border-block-start:1px solid var(--line)}.detail-columns h2{font-size:clamp(1.7rem,2.5vw,2.7rem)}.detail-columns li{position:relative;padding:.75rem 1.5rem .75rem 0;border-block-end:1px solid var(--line);list-style:none}.detail-columns li::before{content:"+";position:absolute;inset-inline-start:0;color:var(--teal)}
html[dir=rtl] .detail-columns li{padding:.75rem 0 .75rem 1.5rem}
.editorial-measure{max-width:48rem;margin-block:6rem;margin-inline:auto}
.decision-question{background:var(--amber)}.decision-question h2{max-width:24ch;margin:0;font-size:clamp(2.4rem,5vw,5.4rem)}
.context-disclosure{padding-block:2rem;background:var(--surface);border-block:1px solid var(--line)}.context-disclosure strong{font-size:.87rem}
.rich-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:clamp(2rem,7vw,7rem)}.rich-layout header h2{font-size:var(--section-title)}
.rich-text{font-size:clamp(1rem,1.2vw,1.14rem)}.rich-text h2{margin-block:3rem 1rem;font-size:clamp(1.8rem,3vw,3rem)}.rich-text h3{margin-block:2.4rem .8rem;font-size:1.5rem}.rich-text p,.rich-text li{color:#3d5263}.rich-text a{text-decoration:underline;text-decoration-color:var(--teal);text-underline-offset:.22em}.rich-text blockquote{margin:2.5rem 0;padding-inline-start:1.5rem;border-inline-start:4px solid var(--teal);font-size:1.35rem}
.media-section figure{margin:0}.media-section picture{display:block}.media-contained img{max-width:68rem;margin-inline:auto;border-radius:var(--radius)}.media-section figcaption{display:flex;justify-content:space-between;gap:1rem;padding-block:.75rem;color:var(--muted);font-size:.75rem}
.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);border-block-start:1px solid currentColor;border-inline-start:1px solid currentColor}.metric-grid article{min-height:15rem;padding:2rem;border-block-end:1px solid currentColor;border-inline-end:1px solid currentColor}.metric-grid strong{font-size:clamp(2.5rem,4vw,5rem)}.metric-grid h3{margin-block:1rem .5rem}
.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(2rem,7vw,7rem)}.faq-layout header h2{font-size:var(--section-title)}.faq-section details{border-block-start:1px solid var(--line)}.faq-section details:last-child{border-block-end:1px solid var(--line)}.faq-section summary{display:flex;justify-content:space-between;gap:1rem;padding-block:1.4rem;cursor:pointer;font-size:1.15rem;font-weight:700}.faq-section summary::marker{display:none}.faq-section details>div{padding-block-end:1.5rem}
.editor-empty{margin-block:1rem;padding:1rem;border:2px dashed var(--amber);background:#fff8de;color:var(--ink)}.editor-empty strong,.editor-empty span{display:block}

.evidence-standard{background:var(--surface)}.evidence-standard ol{display:grid;gap:.7rem}.evidence-standard li{display:flex;gap:1rem;padding:1rem;border-block-start:1px solid var(--line);list-style:none}.evidence-standard li span{color:var(--teal)}
.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.case-card{padding:2rem;border-radius:var(--radius);background:var(--surface)}.case-card>span{color:var(--teal);font-size:.75rem}.case-card h2{margin-block:4rem 1rem;font-size:2.7rem}.case-card>div{display:flex;gap:2rem;margin-block-start:2rem}.case-card>div strong{font-size:1.6rem}.case-card>div small{display:block;font-size:.7rem}
.case-layout{display:grid;grid-template-columns:16rem 1fr;gap:5rem}.case-layout aside{display:flex;flex-direction:column;gap:.5rem;position:sticky;inset-block-start:8rem;align-self:start;padding-block-start:1rem;border-block-start:1px solid var(--line)}.case-layout aside span{color:var(--teal)}.case-layout aside small{margin-block-start:1rem;color:var(--muted)}
.product-status,.learning-facts{background:var(--surface);border-block-end:1px solid var(--line)}.product-status .shell{display:flex;align-items:center;gap:2rem;padding-block:1.5rem}.product-status span,.learning-facts span{color:var(--muted);font-size:.75rem}.product-status p{margin:0;margin-inline-start:auto}
.security-panel h2{font-size:var(--section-title)}.security-panel .rich-text p{color:#bdcbd4}
.learning-facts .shell{display:grid;grid-template-columns:repeat(4,1fr)}.learning-facts .shell>div{display:grid;gap:.3rem;padding:1.5rem;border-inline-end:1px solid var(--line)}
.article-hero{padding-block:12rem 6rem}.article-hero h1{max-width:16ch;font-size:clamp(3rem,7vw,7rem)}.article-hero>div>p:not(.eyebrow){color:#b8c7d1;font-size:1.25rem}.article-hero time{color:var(--mint);font-size:.8rem}.article-layout{display:grid;grid-template-columns:13rem minmax(0,44rem);justify-content:center;gap:5rem;padding-block:6rem}.article-layout aside{display:flex;flex-direction:column;gap:.4rem;padding-block-start:1rem;border-block-start:1px solid var(--line)}.article-layout aside span{color:var(--muted);font-size:.75rem}
.disciplines{background:var(--surface)}.discipline-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-block-start:3rem;border-block-start:1px solid var(--line);border-inline-start:1px solid var(--line)}.discipline-grid article{min-height:15rem;padding:1.5rem;border-block-end:1px solid var(--line);border-inline-end:1px solid var(--line)}.discipline-grid span{color:var(--teal)}.discipline-grid h2{margin-block:5rem 0;font-size:2rem}
.team-member-hero{padding-block:11rem 6rem}.team-member-hero>.shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem;align-items:center}.team-member-hero img{border-radius:var(--radius)}.team-member-hero h1{font-size:var(--section-title)}.team-member-hero .rich-text p{color:#c3d0d8}

.contact-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(3rem,8vw,8rem)}.contact-layout aside h2{font-size:var(--section-title)}.contact-layout aside>p:not(.eyebrow){color:var(--muted)}.contact-layout aside ol{margin-block-start:3rem}.contact-layout aside li{display:flex;gap:1rem;padding-block:1rem;border-block-start:1px solid var(--line);list-style:none}.contact-layout aside li span{color:var(--teal);font:500 .8rem Inter}
.collaboration-form{padding:clamp(1.5rem,4vw,3rem);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.15rem}.form-field{display:grid;gap:.4rem}.form-field-wide{grid-column:1/-1}.form-field label{font-size:.78rem;font-weight:750}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:3.5rem;padding:.75rem 1rem;border:1px solid var(--line);border-radius:.6rem;background:var(--field);color:var(--text)}.form-field textarea{resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--teal);outline:3px solid rgba(24,166,154,.22)}.consent-field{display:flex;align-items:start;gap:.7rem}.consent-field input{width:1.2rem;min-height:1.2rem;margin-block-start:.25rem}.field-error,.form-errors{color:#d94832;font-size:.78rem}.form-errors{margin-block-end:1rem;padding:.8rem;border-inline-start:4px solid #d94832;background:rgba(217,72,50,.1)}.has-error input,.has-error textarea{border-color:#d94832}.collaboration-form>.button{margin-block-start:1.5rem}.form-success{padding:3rem;border-radius:var(--radius);background:var(--teal)}.form-success strong{display:block;font-size:2rem}

.site-footer{padding-block:6rem 2rem;background:#071d31;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(2,1fr);gap:5rem}.footer-logo-wrap{position:relative;display:block;width:12rem;height:3.8rem;overflow:hidden}.footer-logo-wrap .brand-logo{position:absolute;inset:50% auto auto 50%;width:12rem;height:12rem;max-width:none;object-fit:contain;transform:translate(-50%,-50%)}.footer-logo-wrap .brand-logo-on-light{display:none}.footer-brand p{max-width:25rem;margin-block-start:1.5rem;color:#a9bac5}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:.55rem}.footer-grid h2{margin-block-end:1rem;color:var(--mint);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.footer-grid a{font-size:.92rem;color:#d2dce2}.footer-grid a:hover{color:var(--mint)}.footer-grid>.footer-mobile-cta{display:none}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-block-start:5rem;padding-block-start:1.5rem;border-block-start:1px solid rgba(255,255,255,.15);color:#7f96a5;font-size:.72rem}.home-footer-links{display:flex;gap:1rem}.home-footer-links a{color:inherit}
.error-page{min-height:100svh;background:var(--ink);color:#fff}.error-page main{display:flex;flex-direction:column;align-items:start;justify-content:center;width:var(--container);min-height:100svh;margin-inline:auto;padding-block:4rem}.error-page img{width:12rem;margin-block-end:4rem;padding:.4rem;background:var(--surface);border-radius:.5rem}.error-page h1{max-width:11ch;margin-block-end:1rem;font-size:clamp(3rem,8vw,8rem)}.error-page main>p:not(.eyebrow){max-width:36rem;margin-block-end:2rem;color:#b8c7d1}

@keyframes field-breathe{50%{transform:scale(1.08) rotate(8deg);opacity:.72}}
@keyframes node-pulse{50%{transform:scale(1.45);box-shadow:0 0 0 .9rem rgba(108,228,206,0)}}
@keyframes dash{to{stroke-dashoffset:-170}}
@keyframes scroll-cue{50%{transform:translateY(.4rem)}}

@media(max-width:74rem){
  .header-grid{grid-template-columns:10.5rem 1fr auto}.desktop-navigation,.header-cta{display:none}.menu-button{display:block}
  .hero-grid{grid-template-columns:1fr .85fr}.problem-grid,.industry-grid{grid-template-columns:repeat(2,1fr)}
  .capability-card:nth-child(n){grid-column:span 6}.detail-columns.three-columns{grid-template-columns:1fr 1fr}.detail-columns.three-columns>div:last-child{grid-column:1/-1}
}

@media(max-width:50rem){
  :root{--container:min(calc(100% - 1.5rem),90rem);--radius:1rem}
  .section{padding-block:4rem}
  .site-header .header-grid{grid-template-columns:8.5rem 1fr auto;gap:.75rem;min-height:4.5rem}
  .brand{width:8.5rem;height:2.65rem;padding:.3rem .45rem}
  .header-actions{gap:.55rem}.language-link{font-size:.72rem}.menu-button{width:2.75rem;height:2.75rem;padding:.72rem}
  .mobile-navigation{inset-block-start:4.5rem}.mobile-navigation .shell{padding-block:1.5rem 3rem}
  .mobile-navigation a{padding-block:.85rem;font-size:clamp(1.35rem,6.5vw,2rem)}

  .page-home .desktop-experience{display:none}
  .page-home .mobile-experience{display:block}
  .mobile-experience .hero,.page-home main>.hero{min-height:42rem}
  .mobile-experience .hero-grid,.page-home main>.hero .hero-grid{grid-template-columns:1fr;align-content:center;gap:1.25rem;min-height:42rem;padding-block:7.25rem 4.5rem}
  .mobile-experience .hero-copy h1,.page-home main>.hero .hero-copy h1{max-width:12ch;margin-block-end:1rem;font-size:clamp(2.8rem,13vw,4.25rem);letter-spacing:-.055em}
  html[lang=fa] .mobile-experience .hero-copy h1,html[lang=fa] .page-home main>.hero .hero-copy h1{max-width:11ch}
  .mobile-experience .hero-intro,.page-home main>.hero .hero-intro{max-width:31ch;margin-block-end:1.65rem;font-size:1rem;line-height:1.65}
  .mobile-experience .hero-actions,.page-home main>.hero .hero-actions{align-items:stretch;flex-direction:column;gap:.75rem}
  .mobile-experience .hero-actions .button,.mobile-experience .hero-actions .text-action,.page-home main>.hero .button{width:100%;justify-content:center}
  .mobile-experience .data-field,.page-home main>.hero .data-field{position:absolute;inset:auto -7rem -7rem auto;width:21rem;min-height:21rem;opacity:.38}
  .hero-scroll{display:none}

  .mobile-experience .section{padding-block:3.75rem}
  .mobile-experience .section-heading,.mobile-experience .split-heading,.mobile-experience .cta-layout{display:grid;grid-template-columns:1fr;align-items:start;gap:1.25rem;margin-block-end:2rem}
  .mobile-experience .section-heading h2,.mobile-experience .split-heading h2{max-width:14ch;margin-block-end:.75rem;font-size:clamp(2rem,9.5vw,3rem)}
  .mobile-experience .section-heading p,.mobile-experience .split-heading>p{font-size:.92rem;line-height:1.65}
  .mobile-experience .problem-grid{grid-template-columns:1fr;border-inline-start:0}
  .mobile-experience .problem-grid article{min-height:0;padding:1.35rem 1rem 1.5rem;border-inline-start:1px solid var(--line)}
  .mobile-experience .problem-grid h3{margin-block:1.5rem .65rem;font-size:1.55rem}
  .mobile-experience .problem-grid p{max-width:30ch;margin-block-end:2.75rem;font-size:.88rem}
  .mobile-experience .capability-grid{grid-template-columns:1fr;gap:.75rem}
  .mobile-experience .capability-card:nth-child(n){grid-column:auto;min-height:14rem;padding:1.35rem}
  .mobile-experience .capability-card h3{max-width:15ch;margin-block:2rem .65rem;font-size:2rem}
  .mobile-experience .capability-card p{margin-block-end:1rem;font-size:.88rem}
  .mobile-experience .evidence-layout{grid-template-columns:1fr;gap:2rem}
  .mobile-experience .evidence-layout>div:first-child h2{font-size:clamp(2rem,9.5vw,3rem)}
  .mobile-experience .architecture-proof{grid-template-columns:1fr;gap:.55rem;min-height:auto;padding:1rem}
  .mobile-experience .architecture-proof>div{place-items:start;min-height:0;padding:1rem;border-radius:.75rem;text-align:start}
  .mobile-experience .architecture-proof>span{justify-self:center;line-height:1;transform:rotate(90deg)}
  .mobile-experience .cta-section{padding-block:3.75rem}
  .mobile-experience .cta-layout{margin:0}.mobile-experience .cta-layout h2{font-size:clamp(2.2rem,10vw,3.25rem)}
  .mobile-experience .cta-layout .button{width:100%}

  .section-heading,.split-heading,.cta-layout{display:grid;grid-template-columns:1fr;align-items:start;gap:1.5rem}
  .section-heading h2,.split-heading h2{font-size:clamp(2.25rem,11vw,4rem)}
  .problem-grid,.industry-grid,.product-grid,.work-grid,.metric-grid,.discipline-grid{grid-template-columns:1fr}
  .problem-grid article,.industry-grid>a{min-height:16rem}
  .capability-grid{grid-template-columns:1fr}.capability-card:nth-child(n){grid-column:auto;min-height:18rem}.capability-card h3{margin-block:2.5rem 1rem}
  .evidence-layout,.process-layout,.rich-layout,.faq-layout,.contact-layout,.team-member-hero>.shell{grid-template-columns:1fr;gap:2.5rem}
  .process-layout>header,.case-layout aside{position:static}.architecture-proof{grid-template-columns:1fr;min-height:auto}.architecture-proof>span{transform:rotate(90deg);justify-self:center}
  .insight-list article{grid-template-columns:2.25rem 1fr;gap:.75rem;padding-block:1.6rem}.insight-list article>a{display:none}.insight-list p{font-size:.9rem}
  .story-pair,.detail-columns,.detail-columns.three-columns{grid-template-columns:1fr}.detail-columns.three-columns>div:last-child{grid-column:auto}.story-pair article{min-height:15rem}.story-pair h2{margin-block:2.5rem 0}
  .collection-grid{grid-template-columns:1fr}.collection-card{grid-column:auto;min-height:16rem;padding:1.4rem}.collection-card h2{margin-block:2.5rem .75rem}
  .case-layout,.article-layout{grid-template-columns:1fr;gap:2rem}.article-layout{padding-block:3.5rem}.article-layout aside{display:none}
  .page-hero{padding-block:8rem 4rem}.page-hero h1{max-width:13ch;font-size:clamp(2.8rem,12vw,4rem)}.page-hero>div>p:not(.eyebrow){font-size:1rem}
  .article-hero{padding-block:8rem 4rem}.article-hero h1{font-size:clamp(2.8rem,12vw,4rem)}
  .team-member-hero{padding-block:7.5rem 3.5rem}.team-member-hero picture,.team-member-hero img{width:100%}.team-member-hero img{aspect-ratio:4/5;object-fit:cover}
  .expert-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.expert-grid picture{display:block}.expert-grid img,.expert-placeholder{aspect-ratio:9/11;border-radius:.8rem}.expert-grid h2,.expert-grid h3{margin-block:.8rem .2rem;font-size:1.1rem}.expert-grid p{font-size:.78rem}
  .media-section .shell{width:100%}.media-section img{width:100%;aspect-ratio:4/5;object-fit:cover}.media-section figcaption{align-items:start;flex-direction:column;padding-inline:.75rem}
  .learning-facts .shell{grid-template-columns:repeat(2,1fr)}.learning-facts .shell>div:nth-child(2){border-inline-end:0}
  .form-grid{grid-template-columns:1fr}.form-field-wide{grid-column:auto}.collaboration-form{padding:1.2rem}

  .site-footer{padding-block:3.5rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:1.75rem}
  .footer-brand img{width:9rem}.footer-brand p{max-width:27ch;margin-block-start:1rem;font-size:.9rem}
  .footer-grid>.footer-desktop-column{display:none}.footer-grid>.footer-mobile-cta{display:flex;align-items:stretch;gap:.9rem}
  .footer-mobile-cta .button{width:100%}.footer-mobile-email{text-align:center}
  .footer-bottom{align-items:start;flex-direction:column;margin-block-start:2.5rem}
}

@media(max-width:24rem){
  .hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button,.hero-actions .text-action{width:100%;justify-content:center}.header-actions{gap:.45rem}.language-link{font-size:.72rem}.menu-button{width:2.65rem;height:2.65rem}.page-hero h1{font-size:3rem}.learning-facts .shell{grid-template-columns:1fr}.learning-facts .shell>div{border-inline-end:0;border-block-end:1px solid var(--line)}.product-status .shell{align-items:start;flex-direction:column}.product-status p{margin-inline-start:0}
}

/* Global visual system v2: Data Wise logo palette, inverse panels and compact screen rhythm. */
:root{--site-header-height:3.15rem;--page-accent:#02d9e5;--page-accent-deep:#0d5164}
html{scroll-snap-type:y mandatory;scroll-padding-top:var(--site-header-height)}
body{background:var(--paper)}
main>.section,main>article>.section,main>article>.article-layout,.site-footer{scroll-snap-align:start;scroll-snap-stop:always}
main>.section,main>article>.section{min-height:calc(100svh - var(--site-header-height));display:grid;align-content:center}
.section{padding-block:clamp(2rem,4.5vw,4.75rem)}

.site-header .header-grid{grid-template-columns:3.1rem minmax(0,1fr) auto;min-height:var(--site-header-height);gap:clamp(.6rem,1.8vw,1.4rem)}
.brand,.page-home-adaptive .brand{width:3rem;height:3rem;padding:.08rem;overflow:hidden;border-radius:50%}
.brand-logo,.footer-logo-wrap .brand-logo{clip-path:circle(47% at 50% 50%);border-radius:50%}
.desktop-navigation{gap:clamp(.9rem,1.7vw,1.8rem)}
.desktop-navigation a,.language-link{font-size:.92rem}
.header-actions{gap:.55rem}.theme-toggle,.menu-button{width:2.45rem;height:2.45rem}.button-small{min-height:2.45rem;font-size:.82rem}

.page-hero{position:relative;padding-block:calc(var(--site-header-height) + .7rem) .7rem;overflow:hidden;background:linear-gradient(125deg,var(--ink),var(--page-accent-deep));border-block-end:.18rem solid var(--page-accent)}
.page-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(14rem,.55fr);align-items:center;gap:clamp(1rem,3vw,2.5rem)}
.page-hero-copy{display:grid;gap:.25rem;min-width:0}.page-hero h1{max-width:24ch;font-size:clamp(1.55rem,2.7vw,2.65rem);line-height:1.08}.page-hero>div .page-hero-copy>p:not(.eyebrow){max-width:62rem;margin:0;font-size:clamp(.82rem,1vw,.98rem);line-height:1.55;color:#d0dee3}
.page-hero-media,.article-hero-media{margin:0;overflow:hidden;border:1px solid rgba(2,217,229,.35);border-radius:.8rem;background:var(--ink);box-shadow:0 .8rem 2rem rgba(0,0,0,.22)}
.page-hero-media img,.article-hero-media img{width:100%;height:clamp(4.5rem,8vw,7rem);object-fit:cover;filter:saturate(.82) contrast(1.04)}

.page-index-services,.page-service{--page-accent:#02d9e5;--page-accent-deep:#0c3449}.page-index-solutions,.page-solution{--page-accent:#0aa6b6;--page-accent-deep:#0d5164}.page-index-industries,.page-industry{--page-accent:#018778;--page-accent-deep:#0c3449}.page-index-insights,.page-article{--page-accent:#02d9e5;--page-accent-deep:#018778}.page-index-products,.page-product{--page-accent:#0aa6b6;--page-accent-deep:#010d20}
.section:nth-of-type(3n+1){background:linear-gradient(145deg,var(--paper),color-mix(in srgb,var(--page-accent) 9%,var(--paper)))}
.section:nth-of-type(3n+2){background:linear-gradient(145deg,color-mix(in srgb,var(--page-accent-deep) 22%,var(--paper)),var(--paper))}

.collection-grid,.capability-grid,.product-grid,.industry-grid,.work-grid{gap:.65rem;justify-items:stretch}
.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{min-height:21rem;background:var(--surface);color:var(--panel-text);border-color:var(--panel-line);box-shadow:0 .65rem 1.8rem rgba(1,13,32,.13)}
.content-card:hover,.collection-card:hover,.capability-card:hover,.product-card:hover,.industry-grid>a:hover,.case-card:hover{background:color-mix(in srgb,var(--surface) 92%,var(--page-accent));color:var(--panel-text);border-color:var(--page-accent)}
.content-card-media{height:9rem}.content-card-body{padding:1rem}.content-card-meta{min-height:1.1rem;margin-block-end:.45rem;color:var(--mint);font-size:.72rem}.content-card-title{min-height:2.25em;margin-block-end:.5rem;font-size:clamp(1.2rem,1.55vw,1.55rem);line-height:1.12}.content-card-summary{min-height:3.15em;margin-block-end:.75rem;color:var(--panel-muted)!important;font-size:.82rem;line-height:1.55;-webkit-line-clamp:2}.card-action{min-height:2.15rem;padding:.4rem .75rem;border-color:var(--mint);color:var(--panel-text);font-size:.72rem}.content-card:hover .card-action,.card-action:hover{background:var(--mint);color:var(--ink)}

.detail-story,.collaboration-form,.story-pair article,.decision-question,.careers-action-card,.legal-document .rich-text{background:var(--surface);color:var(--panel-text)}
.detail-story p,.collaboration-form p,.story-pair p,.decision-question p,.careers-action-card p,.legal-document .rich-text p{color:var(--panel-muted)}
.collaboration-form input,.collaboration-form select,.collaboration-form textarea{background:var(--field);color:#010d20;border-color:var(--panel-line)}

.article-hero{padding-block:calc(var(--site-header-height) + .7rem) .8rem;background:linear-gradient(125deg,var(--ink),var(--page-accent-deep))}.article-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(15rem,.55fr);align-items:center;gap:2rem}.article-hero h1{max-width:24ch;margin-block-end:.45rem;font-size:clamp(1.7rem,3.2vw,3.15rem)}.article-hero>div>div>p:not(.eyebrow){margin-block-end:.35rem;color:#d0dee3;font-size:.92rem}.article-hero-media img{height:clamp(5.5rem,10vw,8rem)}
.article-layout{min-height:calc(100svh - var(--site-header-height));grid-template-columns:10rem minmax(0,48rem);gap:2rem;padding-block:clamp(2rem,4vw,4rem);align-content:center}.rich-text h2{margin-block:2rem .65rem;color:var(--page-accent-deep);font-size:clamp(1.45rem,2.4vw,2.2rem)}html[data-theme=dark] .rich-text h2{color:var(--mint)}.rich-text h3{margin-block:1.4rem .5rem;font-size:1.2rem}.rich-text li{margin-block:.35rem}.rich-text blockquote{margin:1.5rem 0;padding:1rem 1.25rem;border-inline-start:.25rem solid var(--page-accent);background:color-mix(in srgb,var(--surface) 8%,transparent)}

p,.content-card-title,.content-card-summary,.page-hero h1,.page-hero-copy p,.article-hero h1,.article-hero p,.rich-text h2,.rich-text h3{text-align:justify;text-justify:inter-word;hyphens:auto}
.eyebrow,.content-card-meta,.card-action,.desktop-navigation a,.footer-grid a,.footer-bottom{text-align:start}

.site-footer{padding-block:.9rem .45rem;background:#010d20;color:#f1f2f2}
.footer-grid{grid-template-columns:minmax(8rem,.55fr) minmax(8rem,.45fr) minmax(18rem,1fr);align-items:start;gap:clamp(1rem,2.5vw,2.4rem)}
.footer-logo-wrap{width:3.6rem;height:3.6rem}.footer-brand p{font-size:.84rem}.footer-grid h2{font-size:.78rem}.footer-grid a{font-size:.86rem}.footer-contact-box>a{min-height:2.55rem;font-size:.8rem}.footer-contact-box>a span:first-child{font-size:.68rem}.footer-social a{font-size:.78rem}
.footer-bottom{display:grid;grid-template-columns:auto auto auto;justify-content:center;align-items:center;gap:clamp(1rem,3vw,3rem);margin-block-start:.55rem;padding-block-start:.5rem;font-size:.74rem}.home-footer-contact{justify-content:center;gap:1rem}.footer-legal{justify-content:end}

@media(max-width:74rem){.desktop-navigation{gap:.75rem}.desktop-navigation a,.language-link{font-size:.84rem}.header-cta{display:none}.footer-grid{grid-template-columns:.55fr .45fr 1fr}}
@media(max-width:50rem){
  :root{--site-header-height:3.75rem}html{scroll-padding-top:var(--site-header-height)}body{padding-block-end:calc(4.4rem + env(safe-area-inset-bottom))}
  .site-header .header-grid{min-height:var(--site-header-height);padding-inline:.15rem}.brand,.page-home-adaptive .brand{width:3.5rem;height:3.5rem}.header-actions{gap:.25rem}.language-link,.theme-toggle,.menu-button{min-width:2.25rem;width:2.25rem;height:2.25rem;font-size:.78rem}
  .page-hero{padding-block:calc(var(--site-header-height) + .4rem) .6rem}.page-hero-grid{grid-template-columns:minmax(0,1fr) 6.5rem;gap:.65rem}.page-hero h1{font-size:clamp(1.35rem,6vw,1.85rem)}.page-hero>div .page-hero-copy>p:not(.eyebrow){display:-webkit-box;overflow:hidden;font-size:.74rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.page-hero-media img{height:4.75rem}.eyebrow{font-size:.63rem}
  .section{padding-block:1.75rem}.collection-grid,.capability-grid,.product-grid,.industry-grid,.work-grid{gap:.55rem}
  .content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{grid-template-columns:6.4rem minmax(0,1fr);min-height:8rem}.content-card-media{min-height:8rem;height:100%}.content-card-body{padding:.72rem}.content-card-meta{font-size:.61rem}.content-card-title{min-height:auto;font-size:1.02rem}.content-card-summary{min-height:2.7em;margin-block-end:.45rem;font-size:.7rem;line-height:1.35}.card-action{min-height:1.8rem;padding:.3rem .6rem;font-size:.62rem}
  .article-hero{padding-block:calc(var(--site-header-height) + .4rem) .7rem}.article-hero-grid{grid-template-columns:minmax(0,1fr) 6.5rem;gap:.7rem}.article-hero h1{font-size:clamp(1.35rem,6.2vw,1.9rem)}.article-hero>div>div>p:not(.eyebrow){display:-webkit-box;overflow:hidden;font-size:.72rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-hero-media img{height:5rem}.article-layout{grid-template-columns:1fr;gap:0;padding-block:1.75rem}.article-layout aside{display:none}
  main>.section,main>article>.section{min-height:calc(100svh - var(--site-header-height) - 4.4rem)}
  .site-footer{padding-block:.65rem .4rem}.footer-grid{grid-template-columns:3.2rem minmax(0,1fr);gap:.65rem}.footer-logo-wrap{width:3.1rem;height:3.1rem}.footer-contact-box>a{font-size:.7rem}.footer-grid h2{font-size:.7rem}.footer-social a{font-size:.7rem}.footer-bottom{grid-template-columns:1fr auto;justify-content:stretch;gap:.35rem .7rem;font-size:.66rem}.footer-bottom>span:first-child{grid-column:1/-1}.footer-legal{justify-content:start}.home-footer-contact{display:none}
  .mobile-dock{background:color-mix(in srgb,var(--surface) 95%,transparent);border-color:var(--panel-line)}.mobile-dock a{color:var(--panel-muted);font-size:.64rem}.mobile-dock a[aria-current=page]{background:var(--mint);color:var(--ink)}
}
@media(max-width:24rem){.page-hero-grid,.article-hero-grid{grid-template-columns:1fr}.page-hero-media,.article-hero-media{display:none}.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{grid-template-columns:5.5rem minmax(0,1fr)}.footer-grid{grid-template-columns:2.8rem minmax(0,1fr)}.footer-logo-wrap{width:2.7rem;height:2.7rem}}
@media(prefers-reduced-motion:reduce){html{scroll-snap-type:y proximity}}

/* Public page journeys v3: compact photo headers, inverse surfaces and stable scale. */
:root{
  --container:min(calc(100% - clamp(2rem,6vw,10rem)),120rem);
  --chrome-dark:#010d20;--chrome-light:#f1f2f2;
}
body{font-size:clamp(.98rem,.22vw + .86rem,1.16rem);line-height:1.72}
html[lang=fa] body{line-height:1.78}
h1,h2,h3{line-height:1.2;text-align:start;text-justify:auto;hyphens:none}
html[lang=fa] h1,html[lang=fa] h2,html[lang=fa] h3{line-height:1.28}
p,.content-card-summary,.rich-text p,.rich-text li{text-align:justify;text-justify:inter-word}
.page-hero h1,.page-hero p,.article-hero h1,.article-hero p,.journey-heading h2,.journey-card h3,.journey-feature h2,.process-section h2,.process-section h3,.metrics-section h2,.metric-grid h3,.form-embed h2,.content-card-title{text-align:start;text-justify:auto;hyphens:none}

/* Header and footer deliberately use the inverse of the selected page theme. */
.site-header,.site-header.is-stuck{background:var(--chrome-dark);color:var(--chrome-light);box-shadow:0 1px 0 rgba(241,242,242,.14);backdrop-filter:blur(18px)}
html[data-theme=dark] .site-header,html[data-theme=dark] .site-header.is-stuck{background:var(--chrome-light);color:var(--chrome-dark);box-shadow:0 1px 0 rgba(1,13,32,.16)}
.site-header .theme-toggle,.site-header .menu-button{border-color:color-mix(in srgb,currentColor 30%,transparent);background:color-mix(in srgb,currentColor 7%,transparent)}
.site-header .brand-logo-on-dark{opacity:1}.site-header .brand-logo-on-light{opacity:0}
html[data-theme=dark] .site-header .brand-logo-on-dark{opacity:0}html[data-theme=dark] .site-header .brand-logo-on-light{opacity:1}
.site-footer{background:var(--chrome-dark);color:var(--chrome-light);border-block-start:1px solid rgba(241,242,242,.13)}
html[data-theme=dark] .site-footer{background:var(--chrome-light);color:var(--chrome-dark);border-color:rgba(1,13,32,.15)}
.site-footer .brand-logo-on-dark{display:block!important;opacity:1!important}.site-footer .brand-logo-on-light{display:none!important;opacity:0!important}
html[data-theme=dark] .site-footer .brand-logo-on-dark{display:none!important;opacity:0!important}html[data-theme=dark] .site-footer .brand-logo-on-light{display:block!important;opacity:1!important}
.site-footer .footer-brand p,.site-footer .footer-grid a,.site-footer .footer-bottom,.site-footer .footer-contact-box>a{color:color-mix(in srgb,currentColor 78%,transparent)}
.site-footer .footer-grid h2{color:var(--teal)}html[data-theme=light] .site-footer .footer-grid h2{color:var(--mint)}
.site-footer .footer-contact-box>a{border-color:color-mix(in srgb,currentColor 18%,transparent);background:color-mix(in srgb,currentColor 5%,transparent)}
.site-footer .footer-contact-box .footer-contact-button{border-color:var(--teal);background:var(--teal);color:#fff}
html[data-theme=light] .site-footer .footer-contact-box .footer-contact-button{border-color:var(--mint);background:var(--mint);color:var(--ink)}

/* The navigation keeps its established height; the internal hero is half-height. */
.site-header .header-grid{min-height:var(--site-header-height)}
.brand,.page-home-adaptive .brand{width:3rem;height:3rem}
.page-hero{position:relative;isolation:isolate;display:grid;align-items:center;min-height:clamp(10.5rem,15vh,12.5rem);padding-block:calc(var(--site-header-height) + .3rem) .45rem;border-block-end:.12rem solid var(--page-accent);background:var(--ink);overflow:hidden}
.page-hero-background{position:absolute;z-index:-2;inset:0;margin:0}.page-hero-background img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.78) contrast(1.02)}
.page-hero::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(1,13,32,.9),rgba(1,13,32,.72) 52%,rgba(1,13,32,.84)),linear-gradient(180deg,rgba(1,13,32,.16),rgba(1,13,32,.58))}
.page-hero-grid{display:block!important}.page-hero-copy{place-items:center;gap:.2rem;width:min(100%,64rem);margin-inline:auto;text-align:center}
.page-hero-copy .eyebrow{margin-block-end:.1rem;color:var(--mint);text-align:center}
.page-hero h1{max-width:28ch;margin:0;font-size:clamp(1.45rem,1.65vw,2.05rem);line-height:1.18;text-align:center}
html[lang=fa] .page-hero h1{line-height:1.28}
.page-hero>div .page-hero-copy>p:not(.eyebrow){max-width:60rem;margin:.1rem auto .3rem;color:#e4edf0;font-size:clamp(.76rem,.72vw,.92rem);line-height:1.48;text-align:center}
.page-hero .button{min-height:2.25rem;padding:.35rem .85rem;font-size:.72rem}

/* Every full content unit owns one viewport stop but may grow when content needs it. */
main>.section,main>article>.section,main>article>.article-layout{min-height:calc(100svh - var(--site-header-height));scroll-snap-align:start;scroll-snap-stop:always}
.section{padding-block:clamp(1.5rem,3vw,3rem)}
.journey-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.48fr);align-items:end;gap:.45rem clamp(2rem,6vw,7rem);margin-block-end:clamp(1rem,2.1vw,1.75rem)}
.journey-heading .eyebrow{grid-column:1/-1;margin:0}.journey-heading h2{max-width:22ch;margin:0;font-size:clamp(1.8rem,2.75vw,3.2rem)}.journey-heading>p:not(.eyebrow){margin:0;color:var(--local-muted,var(--muted));font-size:.94rem;line-height:1.65}

.theme-paper{--local-panel:var(--surface);--local-panel-text:var(--panel-text);--local-panel-muted:var(--panel-muted);--local-line:var(--panel-line);--local-muted:var(--muted)}
.theme-ink,.theme-cobalt{--local-panel:#f1f2f2;--local-panel-text:#010d20;--local-panel-muted:#526b78;--local-line:rgba(1,13,32,.16);--local-muted:#c4d3d9}
.theme-teal,.theme-coral,.theme-amber{--local-panel:#010d20;--local-panel-text:#f1f2f2;--local-panel-muted:#b7c9d0;--local-line:rgba(241,242,242,.2);--local-muted:#143345}
.theme-cobalt{background:var(--cobalt);color:#fff}.theme-teal{background:var(--teal);color:#fff}.theme-coral{background:var(--coral);color:var(--ink)}.theme-amber{background:var(--amber);color:var(--ink)}
.theme-ink p,.theme-cobalt p{color:#c4d3d9}.theme-teal p,.theme-coral p,.theme-amber p{color:#143345}

.journey-card-grid{display:grid;gap:clamp(.65rem,1.2vw,1rem);align-items:stretch}.journey-columns-two{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-columns-three{grid-template-columns:repeat(3,minmax(0,1fr))}.journey-columns-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.journey-card{display:flex;min-width:0;min-height:16rem;flex-direction:column;border:1px solid var(--local-line);border-radius:1rem;background:var(--local-panel);color:var(--local-panel-text);overflow:hidden;box-shadow:0 .65rem 1.6rem rgba(1,13,32,.11)}
.journey-card-media{height:6.6rem;margin:0;overflow:hidden}.journey-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease)}.journey-card:hover .journey-card-media img{transform:scale(1.035)}
.journey-card-body{display:flex;min-width:0;flex:1;flex-direction:column;padding:.85rem 1rem}.journey-card-icon{display:grid;place-items:center;width:2.35rem;height:2.35rem;margin-block-end:.55rem;border-radius:.65rem;background:color-mix(in srgb,var(--page-accent) 18%,transparent);color:var(--page-accent)}.journey-card-icon svg{width:1.35rem;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.journey-card small{margin-block-end:.3rem;color:var(--page-accent);font-size:.65rem;font-weight:800}.journey-card h3{min-height:2.5em;margin:0 0 .4rem;font-size:clamp(1.05rem,1.12vw,1.3rem);line-height:1.25}.journey-card p{margin:0 0 .7rem;color:var(--local-panel-muted)!important;font-size:.78rem;line-height:1.6}.journey-card .button{align-self:flex-start;margin-block-start:auto}
.journey-card-section-questions .journey-card h3{font-size:clamp(1.15rem,1.35vw,1.45rem)}

.journey-feature{position:relative;isolation:isolate;overflow:hidden}.journey-feature-layout{display:grid;grid-template-columns:minmax(20rem,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(1.5rem,5vw,5rem)}.journey-feature-end .journey-feature-layout figure{order:2}.journey-feature-layout figure{margin:0;overflow:hidden;border-radius:1rem;box-shadow:var(--shadow)}.journey-feature-layout figure img{width:100%;height:clamp(18rem,42vh,31rem);object-fit:cover}.journey-feature-copy{max-width:42rem}.journey-feature-copy h2{max-width:18ch;margin:0 0 .65rem;font-size:clamp(2rem,3.25vw,3.9rem)}.journey-feature-intro{color:var(--local-muted,var(--muted))!important;font-size:clamp(.95rem,1.05vw,1.15rem);line-height:1.7}.journey-feature .rich-text p{color:var(--local-muted,var(--muted))!important}.journey-feature .button{margin-block-start:.8rem}
.journey-feature-background{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover}.journey-feature-background+.journey-feature-layout{min-height:calc(100svh - var(--site-header-height) - 3rem)}.journey-feature-background~.journey-feature-layout::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(1,13,32,.9),rgba(1,13,32,.35),rgba(1,13,32,.86))}.journey-feature-background~.journey-feature-layout .journey-feature-copy{color:#fff}.journey-feature-background~.journey-feature-layout .journey-feature-intro{color:#d4e1e6!important}

.process-section{background:var(--ink);color:#fff}.process-section .process-layout{gap:clamp(1.5rem,5vw,5rem)}.process-section .process-layout>header h2{font-size:clamp(2rem,3vw,3.6rem)}.process-section .process-layout>header>p:not(.eyebrow){color:#bdced5}.process-section .process-list article{min-height:0;padding-block:.7rem}.process-section .process-list h3{font-size:1.08rem}.process-section .process-list p{color:#bdced5;font-size:.78rem;line-height:1.55}.process-section .process-list strong{color:var(--mint);font-size:.66rem}
.metric-grid{border-color:currentColor}.metric-grid article{min-height:12rem;padding:1.35rem;background:var(--local-panel);color:var(--local-panel-text);border-color:var(--local-line)}.metric-grid article p{color:var(--local-panel-muted)!important;font-size:.8rem}.metric-grid strong{font-size:clamp(1.75rem,2.6vw,3.2rem)}
.form-embed-layout{display:grid;grid-template-columns:minmax(16rem,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(1.5rem,5vw,5rem)}.form-embed header h2{max-width:15ch;font-size:clamp(2rem,3.3vw,3.8rem)}.form-embed header>p:not(.eyebrow){color:var(--local-muted);font-size:.95rem}.form-embed .collaboration-form{background:var(--local-panel);color:var(--local-panel-text);border-color:var(--local-line)}.form-embed .collaboration-form label{color:var(--local-panel-text)}

.button-context,.theme-paper .button-primary{border-color:var(--local-panel-text);background:var(--local-panel-text);color:var(--local-panel)}.button-context:hover,.theme-paper .button-primary:hover{background:var(--page-accent);border-color:var(--page-accent);color:var(--ink)}
.theme-ink .button-primary,.theme-cobalt .button-primary{background:var(--mint);color:var(--ink)}.theme-ink .button-primary:hover,.theme-cobalt .button-primary:hover{background:#fff;color:var(--ink)}
.theme-teal .button-primary,.theme-coral .button-primary,.theme-amber .button-primary{background:var(--ink);color:#fff}.theme-teal .button-primary:hover,.theme-coral .button-primary:hover,.theme-amber .button-primary:hover{background:#fff;color:var(--ink)}
.card-action{background:var(--panel-text);border-color:var(--panel-text);color:var(--surface)}.content-card:hover .card-action,.card-action:hover{background:var(--page-accent);border-color:var(--page-accent);color:var(--ink)}

/* Existing collection cards use the same compact and contrast-safe geometry. */
.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{min-height:15.75rem;background:var(--surface);color:var(--panel-text);border-color:var(--panel-line)}
.content-card-media{height:6.75rem}.content-card-body{padding:.8rem .9rem}.content-card-title{min-height:2.5em;font-size:clamp(1.05rem,1.18vw,1.3rem);line-height:1.25}.content-card-summary{min-height:3em;margin-block-end:.55rem;color:var(--panel-muted)!important;font-size:.76rem;line-height:1.55}

/* Compact, aligned footer at standard and ultra-wide sizes. */
.site-footer{min-height:0;padding-block:.65rem .35rem}.footer-grid{grid-template-columns:minmax(9rem,.65fr) minmax(8rem,.45fr) minmax(20rem,1.15fr);align-items:start;gap:clamp(1.2rem,3vw,3.5rem)}.footer-logo-wrap{width:3.1rem;height:3.1rem}.footer-brand p{font-size:.78rem;line-height:1.4}.footer-grid h2{font-size:.78rem}.footer-grid a{font-size:.86rem}.footer-contact-box>a{min-height:2.4rem}.footer-bottom{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);justify-content:stretch;width:100%;font-size:.72rem}.footer-bottom>span:first-child{justify-self:start}.home-footer-contact{justify-self:center}.footer-legal{justify-self:end}

@media(min-width:120rem){
  :root{--container:min(calc(100% - 12vw),120rem)}
  .site-header .header-grid,.page-home-adaptive .header-grid{grid-template-columns:3.1rem minmax(0,1fr) auto}
  .desktop-navigation{gap:clamp(1.3rem,1.25vw,2rem)}
  .page-hero{min-height:12.5rem}.journey-heading{grid-template-columns:minmax(0,1.15fr) minmax(24rem,.55fr)}
}

@media(max-width:74rem){
  .journey-columns-four{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-heading{grid-template-columns:1fr}.journey-heading .eyebrow{grid-column:auto}.journey-heading>p:not(.eyebrow){max-width:48rem}
}

@media(max-width:50rem){
  :root{--site-header-height:3.75rem;--container:min(calc(100% - 1.25rem),120rem)}
  body{padding-block-end:calc(4.4rem + env(safe-area-inset-bottom));font-size:.95rem}
  .brand,.page-home-adaptive .brand{width:3.5rem;height:3.5rem}
  .page-hero{min-height:9.5rem;padding-block:calc(var(--site-header-height) + .2rem) .35rem}.page-hero h1{font-size:clamp(1.25rem,5.8vw,1.72rem)}.page-hero>div .page-hero-copy>p:not(.eyebrow){max-width:34rem;font-size:.72rem;line-height:1.42}.page-hero-copy .eyebrow{display:none}.page-hero .button{min-height:2rem;padding:.25rem .7rem;font-size:.65rem}
  main>.section,main>article>.section,main>article>.article-layout{min-height:calc(100svh - var(--site-header-height) - 4.4rem)}.section{padding-block:1.35rem}
  .journey-heading{gap:.35rem;margin-block-end:.8rem}.journey-heading h2{font-size:clamp(1.4rem,6.5vw,2rem)}.journey-heading>p:not(.eyebrow){display:-webkit-box;overflow:hidden;font-size:.72rem;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .journey-card-grid{display:flex;gap:.65rem;width:calc(100% + .625rem);margin-inline-end:-.625rem;padding-inline-end:.625rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.journey-card{flex:0 0 min(82vw,20rem);min-height:14.2rem;scroll-snap-align:center}.journey-card-media{height:5.2rem}.journey-card-body{padding:.65rem .75rem}.journey-card-icon{width:2rem;height:2rem;margin-block-end:.35rem}.journey-card h3{min-height:auto;font-size:1rem}.journey-card p{display:-webkit-box;overflow:hidden;font-size:.7rem;line-height:1.45;-webkit-line-clamp:3;-webkit-box-orient:vertical}
  .journey-feature-layout{grid-template-columns:1fr;gap:.8rem}.journey-feature-end .journey-feature-layout figure{order:0}.journey-feature-layout figure img{height:clamp(9rem,27vh,14rem)}.journey-feature-copy h2{font-size:clamp(1.45rem,7vw,2.15rem)}.journey-feature-intro{font-size:.76rem;line-height:1.5}.journey-feature .rich-text{display:none}.journey-feature-background+.journey-feature-layout{min-height:calc(100svh - var(--site-header-height) - 7rem)}.journey-feature-background~.journey-feature-layout::before{background:rgba(1,13,32,.7)}
  .process-section .process-layout{grid-template-columns:1fr;gap:.6rem}.process-section .process-layout>header h2{font-size:1.55rem}.process-section .process-layout>header>p:not(.eyebrow){display:none}.process-section .process-list{display:flex;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory}.process-section .process-list article{flex:0 0 82%;scroll-snap-align:center}.process-section .process-list article p{font-size:.7rem}.process-section .process-list article strong{display:block}
  .metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid article{min-height:10rem;padding:.75rem}.metric-grid strong{font-size:1.45rem}.metric-grid h3{font-size:.82rem}.metric-grid article p{font-size:.65rem}
  .form-embed-layout{grid-template-columns:1fr;gap:.6rem}.form-embed header h2{font-size:1.55rem}.form-embed header>p:not(.eyebrow){display:none}.form-embed .collaboration-form{padding:.7rem}.form-embed .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem}.form-embed .form-field-wide{grid-column:1/-1}.form-embed .form-field label{font-size:.58rem}.form-embed .form-field input,.form-embed .form-field select{min-height:2.1rem;padding:.35rem .5rem;font-size:.7rem}.form-embed .form-field textarea{min-height:2.7rem;max-height:2.7rem;font-size:.7rem}.form-embed .consent-field{font-size:.58rem}.form-embed .collaboration-form>.button{min-height:2.1rem;margin-block-start:.35rem;padding:.35rem .65rem;font-size:.65rem}
  .content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{min-height:8.25rem}.content-card-media{height:100%;min-height:8.25rem}.content-card-title{font-size:1rem}.content-card-summary{font-size:.68rem}
  .site-footer{padding-block:.55rem .3rem}.footer-grid{grid-template-columns:3.4rem minmax(0,1fr);gap:.6rem}.footer-logo-wrap{width:3.25rem;height:3.25rem}.footer-contact-box>a{font-size:.68rem}.footer-bottom{grid-template-columns:1fr auto;gap:.25rem .65rem;font-size:.65rem}.footer-bottom>span:first-child{grid-column:1/-1}.footer-legal{justify-self:start}
}

@media(max-width:24rem), (max-height:43rem){
  .page-hero{min-height:8.4rem}.page-hero>div .page-hero-copy>p:not(.eyebrow){display:none}.journey-card{min-height:12.5rem}.journey-card-media{height:4.5rem}.metric-grid{grid-template-columns:1fr}.metric-grid article{min-height:5.5rem}.metric-grid article p{display:none}.form-embed header{display:none}.journey-feature-layout figure img{height:8rem}
}

.article-hero{position:relative;isolation:isolate;display:grid;align-items:center;min-height:clamp(10.5rem,15vh,12.5rem);padding-block:calc(var(--site-header-height) + .3rem) .45rem;overflow:hidden;background:var(--ink);border-block-end:.12rem solid var(--page-accent)}
.article-hero-background{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.02)}.article-hero::after{content:"";position:absolute;z-index:-1;inset:0;background:rgba(1,13,32,.78)}
.article-hero-grid{display:block}.article-hero-grid>div{display:grid;place-items:center;width:min(100%,68rem);margin-inline:auto;text-align:center}.article-hero .eyebrow{margin-block-end:.1rem}.article-hero h1{max-width:30ch;margin:0;font-size:clamp(1.4rem,1.8vw,2.2rem);line-height:1.22;text-align:center}.article-hero>div>div>p:not(.eyebrow){max-width:58rem;margin:.1rem auto .2rem;color:#e0e9ed;font-size:.78rem;line-height:1.5;text-align:center}.article-hero time{color:var(--mint);font-size:.68rem}
@media(max-width:50rem){.article-hero{min-height:9.5rem;padding-block:calc(var(--site-header-height) + .2rem) .35rem}.article-hero h1{font-size:clamp(1.2rem,5.6vw,1.7rem)}.article-hero>div>div>p:not(.eyebrow){display:none}}

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

/* Stable color and sizing contracts shared by every public page. */
.problem-grid>*,.capability-card,.collection-card,.case-card,.product-card,.industry-grid>*,.adaptive-result-card{min-width:0;overflow-wrap:anywhere}
html[data-theme=dark] .rich-text p,html[data-theme=dark] .rich-text li{color:#bac9d2}
html[data-theme=dark] .collection-card:not(:nth-child(3n+1)):not(:nth-child(3n+2)):not(:nth-child(3n)),html[data-theme=dark] .case-card{color:var(--text)}
html[data-theme=dark] .editor-empty{background:rgba(255,200,87,.12);color:var(--text)}
html[data-theme=dark] .button-primary:hover{background:#fff;color:var(--ink)}
.footer-logo-wrap .brand-logo-on-dark{opacity:1!important}.footer-logo-wrap .brand-logo-on-light{display:none!important;opacity:0!important}
.form-field input::placeholder,.form-field textarea::placeholder{color:var(--muted)}
@media(max-width:50rem){
  .footer-logo-wrap{width:9rem;height:3rem}.footer-logo-wrap .brand-logo{width:9rem;height:9rem}
  .theme-toggle{width:2.75rem;height:2.75rem}
}
@media(max-width:24rem){
  :root{--container:min(calc(100% - 1rem),90rem)}
  .site-header .header-grid{grid-template-columns:minmax(6.75rem,8rem) 1fr auto;gap:.35rem}
  .brand{width:7.2rem}.theme-toggle,.menu-button{width:2.5rem;height:2.5rem}.header-actions{gap:.3rem}
  .button{padding-inline:1rem}.collaboration-form{padding:1rem}
}

/* Site-wide completion: contained brand, compact page chrome and unified cards. */
.site-header .header-grid{grid-template-columns:5.25rem 1fr auto;min-height:4.75rem}
.brand,.page-home-adaptive .brand{width:4.75rem;height:4.75rem;padding:.2rem;overflow:visible}
.brand-logo,.footer-logo-wrap .brand-logo{inset:0;width:100%;height:100%;max-width:100%;object-fit:contain;transform:none}
.page-hero{padding-block:6.5rem 2.25rem}
.page-hero .shell{display:grid;gap:.45rem}
.page-hero h1{max-width:20ch;margin:0;font-size:clamp(2.35rem,4.8vw,4.6rem);line-height:1.04}
.page-hero>div>p:not(.eyebrow){max-width:52rem;margin:.35rem 0 0;font-size:clamp(.95rem,1.35vw,1.15rem);line-height:1.65}
.article-hero{padding-block:6.5rem 2.5rem}.article-hero h1{max-width:20ch;margin-block-end:.75rem;font-size:clamp(2.4rem,5vw,4.8rem)}.article-hero>div>p:not(.eyebrow){max-width:48rem;font-size:1rem}.team-member-hero{padding-block:6.5rem 2.5rem}

.collection-grid,.capability-grid,.product-grid,.industry-grid,.work-grid{align-items:stretch;grid-auto-rows:1fr}
.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{
  position:relative;display:flex;flex-direction:column;min-height:28rem;padding:0;border:1px solid var(--line);
  border-radius:var(--radius);overflow:hidden;background:var(--surface);color:var(--text);box-shadow:0 .8rem 2.5rem rgba(7,29,49,.06);
  transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease)
}
.content-card:hover,.collection-card:hover,.capability-card:hover,.product-card:hover,.industry-grid>a:hover,.case-card:hover{transform:translateY(-.35rem);border-color:rgba(24,166,154,.55);box-shadow:var(--shadow);background:var(--surface);color:var(--text)}
.content-card-media{display:block;position:relative;height:12rem;overflow:hidden;background:var(--ink)}
.content-card-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(3,15,25,.38))}
.content-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.content-card:hover .content-card-media img{transform:scale(1.035)}
.content-card-body{display:flex;flex:1;flex-direction:column;align-items:stretch;padding:1.35rem}
.content-card-meta{display:flex;align-items:center;min-height:1.4rem;margin:0 0 .7rem;color:var(--teal);font-size:.7rem;font-weight:750;letter-spacing:.02em}
.content-card-title{min-height:3.1em;margin:0 0 .75rem;font-size:clamp(1.45rem,2vw,2rem);line-height:1.06}
.content-card-summary{display:-webkit-box;min-height:4.9em;margin:0 0 1.25rem;overflow:hidden;color:var(--muted);font-size:.9rem;line-height:1.62;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.card-action{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;align-self:flex-start;min-height:2.45rem;margin-block-start:auto;margin-inline-start:auto;padding:.45rem .85rem;border:1px solid var(--teal);border-radius:999px;background:transparent;color:var(--text);font-size:.72rem;font-weight:800;line-height:1;transition:background .2s,color .2s}
.content-card:hover .card-action,.card-action:hover{background:var(--teal);color:#fff}
html[dir=rtl] .card-action{margin-inline-start:0;margin-inline-end:auto}
.collection-card:nth-child(n),.capability-card:nth-child(n){background:var(--surface);color:var(--text)}
.collection-card::after,.capability-card::after{display:none}
.collection-card h2,.capability-card h3,.product-card h3,.industry-grid>a h3,.case-card h2{max-width:none;margin:0;font-size:inherit}
.collection-card p,.capability-card p,.product-card p,.industry-grid>a p,.case-card p{color:var(--muted);opacity:1}

.site-footer{padding-block:1.35rem .65rem;background:#061726;color:#fff}
.footer-grid{display:grid;grid-template-columns:minmax(10rem,.72fr) minmax(8rem,.55fr) minmax(18rem,1.2fr);align-items:start;gap:clamp(1.25rem,4vw,4rem)}
.footer-logo-wrap{position:relative;display:block;width:4.8rem;height:4.8rem;overflow:visible}
.footer-brand p{max-width:20rem;margin:.35rem 0 0;color:#a9bac5;font-size:.75rem;line-height:1.5}
.footer-column,.footer-contact{display:flex;flex-direction:column;gap:.3rem}
.footer-grid h2{margin:0 0 .45rem;color:var(--mint);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}
.footer-grid a{color:#dbe5eb;font-size:.73rem}
.footer-grid a:hover{color:var(--mint)}
.footer-contact-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}
.footer-contact-box>a{display:flex;min-width:0;flex-direction:column;justify-content:center;min-height:2.9rem;padding:.45rem .65rem;border:1px solid rgba(255,255,255,.14);border-radius:.65rem;background:rgba(255,255,255,.035)}
.footer-contact-box>a span:first-child{color:#7f98a8;font-size:.58rem}.footer-contact-box bdi{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.footer-contact-box .footer-contact-button{grid-column:1/-1;align-items:center;flex-direction:row;gap:.5rem;border-color:var(--teal);background:var(--teal);color:#fff;font-weight:800}
.footer-social{display:flex;gap:.75rem;margin-block-start:.4rem}.footer-social a{font-size:.65rem}
.footer-bottom{align-items:center;display:flex;justify-content:space-between;gap:1rem;margin-block-start:.75rem;padding-block-start:.6rem;border-block-start:1px solid rgba(255,255,255,.1);color:#78909f;font-size:.62rem}
.footer-legal{display:flex;gap:.9rem}.footer-legal a{color:inherit}.footer-legal a:hover{color:var(--mint)}
.home-footer-contact{display:flex;gap:.8rem}.home-footer-contact a{color:inherit}.home-footer-contact a:hover{color:var(--mint)}

.mobile-dock{display:none}
.mobile-dock svg{width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.team-group+.team-group{margin-block-start:4rem}.team-profile-card{display:flex;flex-direction:column}.team-profile-card picture,.team-profile-card img{width:100%}.team-profile-card img{aspect-ratio:4/5;object-fit:cover}
.legal-document,.careers-intro{min-height:calc(100svh - 4.75rem - 12rem)}
.careers-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.55fr);align-items:center;gap:clamp(2rem,8vw,7rem)}.careers-layout h2{max-width:13ch;font-size:var(--section-title)}.careers-layout>div>p:not(.eyebrow){color:var(--muted)}.careers-action-card{display:grid;place-items:center;gap:1rem;min-height:18rem;padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);text-align:center}.careers-icon{display:grid;place-items:center;width:4rem;height:4rem;border-radius:1rem;background:rgba(24,166,154,.13);color:var(--teal)}.careers-icon svg{width:2rem;fill:none;stroke:currentColor;stroke-width:1.5}.careers-email{color:var(--muted);font-size:.75rem}

@media(max-width:74rem){
  .site-header .header-grid{grid-template-columns:4.75rem 1fr auto}
  .footer-grid{grid-template-columns:.65fr .5fr 1.2fr}
}

@media(max-width:50rem){
  body{padding-block-end:calc(4.4rem + env(safe-area-inset-bottom))}
  .site-header .header-grid{display:flex;direction:ltr;justify-content:space-between;min-height:4.25rem;gap:.5rem}
  .brand,.page-home-adaptive .brand{order:1;width:4rem;height:4rem;padding:.12rem}.header-actions{order:2}.header-actions>*{direction:ltr}html[lang=en] .brand{order:2}html[lang=en] .header-actions{order:1}
  .header-actions{justify-self:end}.language-link,.theme-toggle,.menu-button{min-width:2.45rem;height:2.45rem}
  .mobile-navigation{inset-block-start:4.25rem;padding-block-end:calc(4.5rem + env(safe-area-inset-bottom))}
  .page-hero{padding-block:5.25rem 1.6rem}
  .page-hero h1{max-width:16ch;font-size:clamp(2rem,9.5vw,3.05rem)}
  .page-hero>div>p:not(.eyebrow){font-size:.88rem;line-height:1.55}
  .article-hero{padding-block:5.25rem 1.75rem}.article-hero h1{font-size:clamp(2rem,9.5vw,3.1rem)}.article-hero>div>p:not(.eyebrow){font-size:.88rem}.team-member-hero{padding-block:5.25rem 1.75rem}
  .section{padding-block:3.25rem}
  .collection-grid,.capability-grid,.product-grid,.industry-grid,.work-grid{grid-template-columns:1fr;gap:.85rem}
  .content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{display:grid;grid-template-columns:7.25rem minmax(0,1fr);min-height:10.5rem}
  .content-card-media{height:100%;min-height:10.5rem}.content-card-body{min-width:0;padding:1rem}
  .content-card-title{min-height:auto;font-size:1.25rem}.content-card-summary{min-height:3.2em;margin-block-end:.8rem;font-size:.78rem;-webkit-line-clamp:2}
  .card-action{min-height:2rem;padding:.35rem .7rem;font-size:.64rem}
  .site-footer{padding-block:1rem .6rem}
  .footer-grid{grid-template-columns:4.2rem minmax(0,1fr);gap:.8rem}
  .footer-logo-wrap{width:4rem;height:4rem}.footer-brand p{display:none}.footer-column{display:none}
  .footer-contact h2{margin-block-end:.3rem}.footer-contact-box{grid-template-columns:1fr 1fr}.footer-contact-box>a{min-height:2.3rem;padding:.35rem .5rem;font-size:.62rem}.footer-contact-box .footer-contact-button{display:none}.footer-social{margin-block-start:.3rem}
  .footer-bottom{align-items:start;flex-direction:row;flex-wrap:wrap;margin-block-start:.6rem;font-size:.58rem}.footer-legal{gap:.65rem}.home-footer-contact{display:none}
  .mobile-dock{position:fixed;z-index:140;inset:auto .55rem calc(.45rem + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,1fr);min-height:3.65rem;padding:.25rem;border:1px solid var(--line);border-radius:1.1rem;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:0 .7rem 2rem rgba(3,15,25,.22);backdrop-filter:blur(18px)}
  .mobile-dock a{display:grid;place-items:center;align-content:center;gap:.14rem;min-width:0;border-radius:.8rem;color:var(--muted);font-size:.58rem;font-weight:750;text-align:center}
  .mobile-dock a[aria-current=page]{background:var(--teal);color:#fff}.mobile-dock span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .legal-document,.careers-intro{min-height:auto}.team-group+.team-group{margin-block-start:2.5rem}
  .careers-layout{grid-template-columns:1fr;gap:1.5rem}.careers-action-card{min-height:12rem;padding:1.25rem}.careers-layout h2{font-size:2.15rem}
}

@media(max-width:24rem){
  .brand,.page-home-adaptive .brand{width:3.65rem;height:3.65rem}
  .header-actions{gap:.2rem}.language-link,.theme-toggle,.menu-button{min-width:2.25rem;width:2.25rem;height:2.25rem}
  .content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{grid-template-columns:6rem minmax(0,1fr)}
  .footer-grid{grid-template-columns:3.5rem minmax(0,1fr)}.footer-logo-wrap{width:3.4rem;height:3.4rem}.footer-contact-box>a{font-size:.56rem}
}

/* Final public-page contract. Keep this layer last: it resolves legacy component rules. */
:root{--site-header-height:4.75rem}
.site-header .header-grid,.page-home-adaptive .site-header .header-grid{grid-template-columns:4.75rem minmax(0,1fr) auto;min-height:var(--site-header-height)}
.brand,.page-home-adaptive .brand{width:4.5rem;height:4.5rem;padding:.18rem;overflow:hidden;border-radius:50%}
.brand-logo{inset:0;width:100%;height:100%;max-width:100%;object-fit:contain;transform:none}

.page-hero,.article-hero{
  position:relative;isolation:isolate;display:grid;align-items:center;
  min-height:clamp(10rem,14vh,12rem);padding-block:calc(var(--site-header-height) + .25rem) .45rem;
  overflow:hidden;background:var(--ink);color:#fff;border-block-end:.12rem solid var(--page-accent)
}
.page-hero .shell,.article-hero .shell{display:block}
.page-hero-grid,.article-hero-grid{display:block!important}
.page-hero-copy,.article-hero-grid>div{display:grid;place-items:center;width:min(100%,68rem);margin-inline:auto;gap:.18rem;text-align:center}
.page-hero h1,.article-hero h1{max-width:30ch;margin:0;font-size:clamp(1.42rem,1.7vw,2.12rem);line-height:1.22;text-align:center;text-justify:auto;hyphens:none}
.page-hero>div .page-hero-copy>p:not(.eyebrow),.article-hero>div>div>p:not(.eyebrow){max-width:58rem;margin:.08rem auto .25rem;color:#e0e9ed;font-size:clamp(.76rem,.72vw,.9rem);line-height:1.52;text-align:center;text-justify:auto}
.page-hero .eyebrow,.article-hero .eyebrow{margin-block-end:.08rem;text-align:center}
.page-hero .button{min-height:2.2rem;padding:.35rem .82rem;font-size:.7rem}
.page-hero-background,.article-hero-background{position:absolute;z-index:-2;inset:0;width:100%;height:100%;margin:0;object-fit:cover}
.page-hero-background img,.article-hero-background{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.82) contrast(1.03)}
.page-hero::after,.article-hero::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(1,13,32,.9),rgba(1,13,32,.7) 52%,rgba(1,13,32,.86)),linear-gradient(180deg,rgba(1,13,32,.18),rgba(1,13,32,.58))}

.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{
  display:flex;min-height:15.75rem;flex-direction:column;padding:0;
  border-color:var(--panel-line);background:var(--surface);color:var(--panel-text)
}
.content-card:hover,.collection-card:hover,.capability-card:hover,.product-card:hover,.industry-grid>a:hover,.case-card:hover{background:color-mix(in srgb,var(--surface) 93%,var(--page-accent));color:var(--panel-text)}
.content-card-media{height:6.75rem;min-height:6.75rem}.content-card-body{padding:.82rem .92rem}
.content-card-meta{min-height:1.1rem;margin-block-end:.4rem;color:var(--page-accent);font-size:.68rem}
.content-card-title{min-height:2.5em;margin-block-end:.45rem;font-size:clamp(1.05rem,1.18vw,1.3rem);line-height:1.25;text-align:start;text-justify:auto}
.content-card-summary{min-height:3em;margin-block-end:.55rem;color:var(--panel-muted)!important;font-size:.76rem;line-height:1.55;-webkit-line-clamp:2}
.card-action{min-height:2.05rem;padding:.35rem .7rem;border-color:var(--panel-text);background:var(--panel-text);color:var(--surface);font-size:.68rem}
.content-card:hover .card-action,.card-action:hover{border-color:var(--page-accent);background:var(--page-accent);color:var(--ink)}
.collection-card p,.capability-card p,.product-card p,.industry-grid>a p,.case-card p{color:var(--panel-muted)}

.site-footer{min-height:0;padding-block:.65rem .35rem;background:var(--chrome-dark);color:var(--chrome-light)}
html[data-theme=dark] .site-footer{background:var(--chrome-light);color:var(--chrome-dark)}
.footer-grid{display:grid;grid-template-columns:minmax(9rem,.65fr) minmax(8rem,.45fr) minmax(20rem,1.15fr);align-items:start;gap:clamp(1.2rem,3vw,3.5rem)}
.footer-logo-wrap{width:3.15rem;height:3.15rem;overflow:hidden;border-radius:50%}.footer-brand p{font-size:.78rem;line-height:1.45}.footer-grid h2{font-size:.78rem}.footer-grid a{font-size:.86rem}.footer-contact-box>a{min-height:2.4rem;font-size:.76rem}
.footer-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);justify-content:stretch;align-items:center;gap:clamp(.8rem,2.5vw,2.5rem);width:100%;margin-block-start:.55rem;padding-block-start:.5rem;font-size:.72rem}
.footer-bottom>span:first-child{justify-self:start}.home-footer-contact{justify-self:center}.footer-legal{justify-self:end}

@media(min-width:120rem){
  :root{--container:min(calc(100% - 12vw),120rem)}
  .site-header .header-grid,.page-home-adaptive .site-header .header-grid{grid-template-columns:4.75rem minmax(0,1fr) auto}
  .desktop-navigation{gap:clamp(1.35rem,1.3vw,2.15rem)}
}

@media(max-width:50rem){
  :root{--site-header-height:4.25rem;--container:min(calc(100% - 1.25rem),120rem)}
  .site-header .header-grid,.page-home-adaptive .site-header .header-grid{display:flex;min-height:var(--site-header-height)}
  .brand,.page-home-adaptive .brand{width:4rem;height:4rem;padding:.12rem}
  .mobile-navigation{inset-block-start:var(--site-header-height)}
  .page-hero,.article-hero{min-height:8.8rem;padding-block:calc(var(--site-header-height) + .18rem) .35rem}
  .page-hero h1,.article-hero h1{max-width:22ch;font-size:clamp(1.2rem,5.6vw,1.7rem);line-height:1.28}
  .page-hero>div .page-hero-copy>p:not(.eyebrow),.article-hero>div>div>p:not(.eyebrow){display:none}
  .page-hero-copy .eyebrow{display:none}
  .section{padding-block:1.35rem}
  .content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{display:grid;grid-template-columns:6.2rem minmax(0,1fr);min-height:8.25rem}
  .content-card-media{height:100%;min-height:8.25rem}.content-card-body{padding:.7rem}.content-card-title{min-height:auto;font-size:1rem}.content-card-summary{min-height:2.7em;font-size:.68rem;line-height:1.42}
  .site-footer{padding-block:.55rem .3rem}.footer-grid{grid-template-columns:3.4rem minmax(0,1fr);gap:.6rem}.footer-logo-wrap{width:3.25rem;height:3.25rem}.footer-contact-box>a{font-size:.68rem}.footer-bottom{grid-template-columns:1fr auto;gap:.25rem .65rem;font-size:.65rem}.footer-bottom>span:first-child{grid-column:1/-1}.footer-legal{justify-self:start}
}

@media(max-width:24rem){
  .brand,.page-home-adaptive .brand{width:3.65rem;height:3.65rem}
  .content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{grid-template-columns:5.5rem minmax(0,1fr)}
  .footer-grid{grid-template-columns:3rem minmax(0,1fr)}.footer-logo-wrap{width:2.9rem;height:2.9rem}
}

/* Section actions contrast with the section; card actions contrast with their card. */
.theme-paper>.shell .journey-feature-copy>.button-context{
  border-color:var(--surface);background:var(--surface);color:var(--panel-text)
}
.theme-paper>.shell .journey-feature-copy>.button-context:hover{
  border-color:var(--page-accent);background:var(--page-accent);color:var(--ink)
}

/* Public layout v4: one theme, bounded canvas, readable tall cards and safe section navigation. */
:root{
  --site-header-height:8.5rem;
  --container:min(calc(100% - clamp(2rem,5vw,4rem)),80rem);
  --card-panel:#010d20;--card-panel-text:#f1f2f2;--card-panel-muted:#b7c9d0
}
html[data-theme=dark]{--card-panel:#f1f2f2;--card-panel-text:#010d20;--card-panel-muted:#526b78}
html{scroll-snap-type:y proximity;scroll-padding-top:var(--site-header-height)}
body{line-height:1.72}
html[lang=fa] body{line-height:1.82}
main>.section,main>article>.section,main>article>.article-layout,.site-footer{
  min-height:calc(100svh - var(--site-header-height));
  scroll-snap-align:start;
  scroll-snap-stop:normal;
  overflow:visible
}
.section{padding-block:clamp(.75rem,1.5vw,1.5rem)}

.site-header,.site-header.is-stuck,
html[data-theme=dark] .site-header,html[data-theme=dark] .site-header.is-stuck{
  background:var(--paper);color:var(--text);border-block-end:1px solid var(--line);
  box-shadow:0 .25rem 1rem color-mix(in srgb,var(--ink) 8%,transparent);backdrop-filter:blur(18px)
}
.site-header .header-grid,.page-home-adaptive .site-header .header-grid{
  grid-template-columns:8rem minmax(0,1fr) auto;min-height:var(--site-header-height)
}
.brand,.page-home-adaptive .brand{width:8rem;height:8rem;padding:.2rem}
.site-header .brand-logo-on-light{opacity:1}.site-header .brand-logo-on-dark{opacity:0}
html[data-theme=dark] .site-header .brand-logo-on-light{opacity:0}html[data-theme=dark] .site-header .brand-logo-on-dark{opacity:1}
.desktop-navigation a{font-size:1rem}
.language-link,.theme-toggle,.menu-button{
  display:grid;place-items:center;min-width:3rem;width:3rem;height:3rem;padding:0;
  border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:50%;
  background:color-mix(in srgb,currentColor 6%,transparent);font-size:.84rem;font-weight:800;opacity:1
}
.language-link:hover,.theme-toggle:hover,.menu-button:hover{color:var(--text);background:color-mix(in srgb,var(--mint) 22%,transparent);border-color:var(--teal)}

.page-hero,.article-hero{min-height:clamp(13rem,18vh,15rem);padding-block:calc(var(--site-header-height) + .35rem) .55rem}
.page-hero h1,.article-hero h1{font-size:clamp(1.6rem,2vw,2.35rem)}

.collection-grid,.capability-grid,.product-grid,.industry-grid,.work-grid,
.journey-card-grid{gap:clamp(1.3rem,2.4vw,2rem)}
.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{
  min-height:31.5rem;background:var(--surface);color:var(--panel-text)
}
.content-card-media{height:13.5rem;min-height:13.5rem}
.content-card-body{padding:1.45rem 1.55rem}
.content-card-meta{font-size:.8rem}.content-card-title{font-size:clamp(1.3rem,1.5vw,1.65rem)}
.content-card-summary{min-height:7.2em;font-size:.96rem;line-height:1.72;-webkit-line-clamp:4}
.card-action{min-height:2.7rem;padding:.55rem 1rem;font-size:.82rem}
.journey-card{min-height:32rem}.journey-card-media{height:13rem}
.journey-card-body{padding:1.35rem 1.5rem}.journey-card h3{font-size:clamp(1.3rem,1.55vw,1.7rem)}
.journey-card p{font-size:.98rem;line-height:1.72}.journey-card small{font-size:.76rem}
.journey-heading{margin-block-end:clamp(.55rem,1vw,.9rem)}
.theme-ink,.theme-cobalt,.theme-teal{--local-panel:#f1f2f2;--local-panel-text:#010d20;--local-panel-muted:#526b78;--local-line:rgba(1,13,32,.16);--local-muted:#d5e4e8}
.theme-coral,.theme-amber{--local-panel:#010d20;--local-panel-text:#f1f2f2;--local-panel-muted:#b7c9d0;--local-line:rgba(241,242,242,.2);--local-muted:#143345}
.theme-teal{color:#fff}.theme-teal p{color:#e3f2f3}.theme-cobalt p,.theme-ink p{color:#d5e4e8}.theme-coral p,.theme-amber p{color:#143345}
.theme-ink :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card),
.theme-cobalt :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card),
.theme-teal :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card),
.theme-coral :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card),
.theme-amber :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card){background:var(--local-panel);color:var(--local-panel-text)}
.theme-ink :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card):hover,
.theme-cobalt :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card):hover,
.theme-teal :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card):hover,
.theme-coral :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card):hover,
.theme-amber :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card):hover{background:color-mix(in srgb,var(--local-panel) 92%,var(--page-accent));color:var(--local-panel-text)}
:is(.theme-ink,.theme-cobalt,.theme-teal,.theme-coral,.theme-amber) .content-card-title{color:var(--local-panel-text)}
:is(.theme-ink,.theme-cobalt,.theme-teal,.theme-coral,.theme-amber) .content-card-summary{color:var(--local-panel-muted)!important}
:is(.theme-ink,.theme-cobalt,.theme-teal,.theme-coral,.theme-amber) .card-action{border-color:var(--local-panel-text);background:var(--local-panel-text);color:var(--local-panel)}
.section :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card){background:var(--local-panel,var(--card-panel));color:var(--local-panel-text,var(--card-panel-text))}
.section :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card):hover{background:color-mix(in srgb,var(--local-panel,var(--card-panel)) 92%,var(--page-accent));color:var(--local-panel-text,var(--card-panel-text))}
.section :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card) .content-card-title{color:var(--local-panel-text,var(--card-panel-text))}
.section :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card) .content-card-summary{color:var(--local-panel-muted,var(--card-panel-muted))!important}
.section :is(.content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card) .card-action{border-color:var(--local-panel-text,var(--card-panel-text));background:var(--local-panel-text,var(--card-panel-text));color:var(--local-panel,var(--card-panel))}
.theme-ink .button-context,.theme-cobalt .button-context,.theme-teal .button-context{border-color:#f1f2f2;background:#f1f2f2;color:#010d20}
.theme-coral .button-context,.theme-amber .button-context{border-color:#010d20;background:#010d20;color:#f1f2f2}
.theme-ink .button-context:hover,.theme-cobalt .button-context:hover,.theme-teal .button-context:hover,.theme-coral .button-context:hover,.theme-amber .button-context:hover{border-color:var(--mint);background:var(--mint);color:#010d20}

.site-footer,.site-footer-home,
html[data-theme=dark] .site-footer,html[data-theme=dark] .site-footer-home{
  position:relative;inset:auto;min-height:0;padding:1.7rem 0 .8rem;
  background:var(--paper);color:var(--text);border-block-start:1px solid var(--line)
}
.footer-menu-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(1rem,2.4vw,2.25rem);align-items:start}
.footer-column{display:flex;min-width:0;flex-direction:column;gap:.42rem}
.footer-column h2{margin:0 0 .45rem;color:var(--teal);font-size:.88rem;letter-spacing:.04em;text-transform:none}
.footer-column a{overflow:hidden;color:var(--muted);font-size:.86rem;line-height:1.45;text-overflow:ellipsis}
.footer-column a:hover{color:var(--teal)}
.footer-contact a{display:flex;flex-direction:column;gap:.05rem}.footer-contact a span{color:var(--teal);font-size:.7rem}.footer-contact bdi{font-weight:700}
.footer-brand-row{margin-block-start:1.25rem;padding-block:1rem;border-block:1px solid var(--line)}
.footer-brand{display:flex;align-items:center;gap:1.1rem;max-width:45rem}
.footer-logo-wrap{position:relative;flex:0 0 auto;width:6.3rem;height:6.3rem;overflow:hidden;border-radius:50%}
.footer-logo-wrap .brand-logo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.site-footer .brand-logo-on-light{display:block!important;opacity:1!important}.site-footer .brand-logo-on-dark{display:none!important;opacity:0!important}
html[data-theme=dark] .site-footer .brand-logo-on-light{display:none!important;opacity:0!important}html[data-theme=dark] .site-footer .brand-logo-on-dark{display:block!important;opacity:1!important}
.footer-brand strong{display:block;font-size:1rem;line-height:1.55}.footer-brand p{max-width:42rem;margin:.25rem 0 0;color:var(--muted);font-size:.86rem;line-height:1.65}
.footer-meta-row{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding-block:.85rem}
.footer-social-icons,.footer-legal{display:flex;align-items:center;gap:.65rem}
.footer-social-icons a{display:grid;place-items:center;width:2.4rem;height:2.4rem;border:1px solid var(--line);border-radius:50%;color:var(--text)}
.footer-social-icons a:hover{border-color:var(--teal);background:var(--teal);color:#fff}
.footer-social-icons svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.footer-legal a{color:var(--muted);font-size:.84rem}.footer-copyright{padding-block:.75rem 0;border-block-start:1px solid var(--line);color:var(--muted);font-size:.8rem;text-align:center}

@media(max-width:74rem){
  :root{--site-header-height:7.5rem}.site-header .header-grid,.page-home-adaptive .site-header .header-grid{grid-template-columns:7rem minmax(0,1fr) auto}.brand,.page-home-adaptive .brand{width:7rem;height:7rem}
  .footer-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-insights{grid-column:span 2}
}
@media(max-width:50rem){
  :root{--site-header-height:4.75rem;--container:min(calc(100% - 1.25rem),80rem)}html{scroll-snap-type:none}
  body{padding-block-end:calc(4.6rem + env(safe-area-inset-bottom))}
  main>.section,main>article>.section,main>article>.article-layout,.site-footer{min-height:auto;scroll-snap-align:none}
  .site-header .header-grid,.page-home-adaptive .site-header .header-grid{min-height:var(--site-header-height)}
  .brand,.page-home-adaptive .brand{width:4.55rem;height:4.55rem}.language-link,.theme-toggle,.menu-button{min-width:2.55rem;width:2.55rem;height:2.55rem}
  .page-hero,.article-hero{min-height:8.75rem;padding-block:calc(var(--site-header-height) + .2rem) .4rem}
  .collection-grid,.capability-grid,.product-grid,.industry-grid,.work-grid,.journey-card-grid{gap:1.15rem}
  .content-card,.collection-card,.capability-card,.product-card,.industry-grid>a,.case-card{display:flex;min-height:25rem;flex-direction:column}
  .content-card-media{height:10.5rem;min-height:10.5rem}.content-card-body{padding:1.1rem 1.2rem}.content-card-summary{min-height:5.1em;font-size:.88rem;-webkit-line-clamp:3}
  .journey-card-grid{display:flex;width:calc(100% + .625rem);margin-inline-end:-.625rem;padding-inline-end:.625rem;overflow-x:auto;scroll-snap-type:x proximity}
  .journey-card{flex:0 0 min(86vw,22rem);min-height:27rem}.journey-card-media{height:10rem}.journey-card-body{padding:1rem 1.1rem}.journey-card p{font-size:.88rem}
  .site-footer,.site-footer-home{padding-block:1.25rem .7rem}.footer-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}.footer-insights{grid-column:auto}.footer-contact{display:flex}
  .footer-brand-row{margin-block-start:1rem}.footer-brand{align-items:flex-start}.footer-logo-wrap{width:5rem;height:5rem}.footer-brand strong{font-size:.9rem}.footer-brand p{display:block;font-size:.78rem}
  .footer-meta-row{align-items:flex-start;flex-direction:column}.footer-legal{align-self:flex-end}.footer-social-icons{align-self:flex-start}.footer-copyright{font-size:.74rem}
}
@media(max-width:30rem){.footer-menu-grid{grid-template-columns:1fr 1fr}.footer-column h2{font-size:.82rem}.footer-column a{font-size:.78rem}.footer-insights{grid-column:1/-1}.footer-brand p{display:none}}
.journey-card .button-context{
  border-color:var(--local-panel-text);background:var(--local-panel-text);color:var(--local-panel)
}
.journey-card .button-context:hover{
  border-color:var(--page-accent);background:var(--page-accent);color:var(--ink)
}
