:root {
  --ink: #171a19;
  --muted: #5f6562;
  --paper: #ffffff;
  --canvas: #f3f2ee;
  --orange: #ff5b35;
  --aqua: #22d6cf;
  --lime: #b9f43f;
  --line: rgba(23, 26, 25, .14);
  --shell: min(1240px, calc(100vw - 64px));
  --radius: 32px;
  --ease: cubic-bezier(.2, .75, .2, 1);
  --liquid: cubic-bezier(.16, 1.32, .32, 1);
  color-scheme: light;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

/* Reflectiv commerce offer */
.reflectiv-commerce-hero { position: relative; min-height: 860px; padding: 154px 0 84px; overflow: hidden; background: white; }
.reflectiv-commerce-hero::after { content: ""; position: absolute; right: -180px; top: 164px; width: 420px; height: 420px; border: 74px solid var(--orange); border-radius: 48% 52% 43% 57%; opacity: .08; animation: reflectivHalo 9s var(--liquid) infinite alternate; }
@keyframes reflectivHalo { to { transform: rotate(26deg) scale(1.08,.94); border-radius: 61% 39% 56% 44%; } }
.reflectiv-commerce-hero__grid { position: relative; z-index: 1; min-height: 620px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr); gap: 66px; align-items: center; }
.reflectiv-commerce-hero__copy .display { max-width: 680px; font-size: clamp(3.4rem,5.25vw,5.65rem); text-wrap: balance; }
.reflectiv-commerce-hero__copy .intro { max-width: 650px; margin-top: 28px; }
.reflectiv-hero-proof { margin-top: 48px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 12px 26px; border-top: 1px solid var(--line); }
.reflectiv-hero-proof span { display: inline-flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 760; }
.reflectiv-hero-proof i { width: 8px; height: 8px; border: 2px solid var(--orange); border-radius: 50%; animation: relayNode 2.4s var(--ease) infinite; }
.reflectiv-hero-proof span:nth-child(2) i { animation-delay: .5s; }
.reflectiv-hero-proof span:nth-child(3) i { animation-delay: 1s; }
.reflectiv-hero-brochure { min-height: 52px; padding: 0 4px 0 16px; display: inline-flex; flex-direction: column; justify-content: center; gap: 2px; border-left: 1px solid var(--line); color: var(--ink); transition: transform .6s var(--liquid), border-color .3s var(--ease); }
.reflectiv-hero-brochure:hover { transform: translateX(6px); border-color: var(--orange); }
.reflectiv-hero-brochure span { font-size: .76rem; font-weight: 850; }
.reflectiv-hero-brochure i { color: var(--muted); font-size: .62rem; font-style: normal; font-weight: 700; letter-spacing: .04em; }
@keyframes relayNode { 0%,100% { transform: scale(.72); background: transparent; } 45% { transform: scale(1.22); background: var(--orange); } }
.reflectiv-relay { position: relative; min-height: 574px; }
.reflectiv-relay__browser { position: absolute; z-index: 2; left: 0; top: 22px; width: 78%; height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; transform: rotate(-1.4deg); }
.reflectiv-relay__browser img { width: 100%; height: calc(100% - 36px); object-fit: cover; object-position: center top; transition: transform 1.1s var(--ease); }
.reflectiv-relay:hover .reflectiv-relay__browser img { transform: scale(1.035); }
.reflectiv-relay__line { position: absolute; z-index: 4; left: 38%; top: 385px; width: 47%; height: 76px; display: flex; align-items: center; }
.reflectiv-relay__line::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: var(--ink); }
.reflectiv-relay__line span { position: relative; width: 18px; height: 18px; border: 4px solid white; border-radius: 50%; background: var(--orange); animation: dataTravel 3.2s var(--ease) infinite; }
.reflectiv-relay__line i { position: absolute; right: -1px; width: 12px; height: 12px; border-top: 2px solid var(--ink); border-right: 2px solid var(--ink); transform: rotate(45deg); }
.reflectiv-relay__line b { position: absolute; left: 50%; top: 51px; padding: 7px 12px; border-radius: 999px; background: white; border: 1px solid var(--line); font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
@keyframes dataTravel { 0% { transform: translateX(0) scale(.65); } 18% { transform: translateX(0) scale(1.2,.74); } 78% { transform: translateX(185px) scale(.82,1.18); } 100% { transform: translateX(205px) scale(.4); opacity: .15; } }
.reflectiv-relay__endpoint { position: absolute; z-index: 3; right: 0; bottom: 20px; width: 50%; min-height: 230px; overflow: hidden; border-radius: 30px; background: var(--ink); color: white; transform: rotate(1.6deg); }
.reflectiv-relay__endpoint img { width: 100%; height: 116px; object-fit: cover; opacity: .72; }
.reflectiv-relay__endpoint div { padding: 20px 22px 24px; display: grid; }
.reflectiv-relay__endpoint small { color: var(--aqua); font-size: .64rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.reflectiv-relay__endpoint strong { margin-top: 5px; font-size: 1.08rem; }
.reflectiv-relay__endpoint span { margin-top: 4px; color: rgba(255,255,255,.58); font-size: .72rem; }

.reflectiv-choice { background: var(--canvas); }
.reflectiv-choice__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.reflectiv-plan { position: relative; min-height: 790px; padding: 44px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 42px; background: white; }
.reflectiv-plan--commerce { border-color: transparent; background: var(--orange); color: white; }
.reflectiv-plan::before { content: ""; position: absolute; right: -65px; top: -72px; width: 260px; height: 260px; border: 42px solid currentColor; border-radius: 48% 52% 60% 40%; opacity: .055; transition: transform .9s var(--liquid), border-radius .9s var(--liquid); }
.reflectiv-plan:hover::before { transform: rotate(18deg) scale(1.1,.94); border-radius: 61% 39% 46% 54%; }
.reflectiv-plan > * { position: relative; z-index: 1; }
.reflectiv-plan__head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.reflectiv-plan__head span { font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.reflectiv-plan__head b { padding: 8px 12px; border: 1px solid currentColor; border-radius: 999px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.reflectiv-plan h3 { max-width: 560px; margin: 88px 0 0; font-size: clamp(2.35rem,3.65vw,4rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.reflectiv-plan > p { max-width: 570px; margin: 24px 0 0; font-size: 1rem; line-height: 1.65; opacity: .76; }
.reflectiv-plan ul { margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; list-style: none; }
.reflectiv-plan li { min-height: 48px; padding: 13px 0 12px 18px; border-top: 1px solid currentColor; font-size: .78rem; font-weight: 720; opacity: .78; }
.reflectiv-plan li::before { content: ""; position: absolute; width: 7px; height: 7px; margin: 6px 0 0 -17px; border-radius: 50%; background: var(--orange); }
.reflectiv-plan--commerce li::before { background: white; }
.reflectiv-plan__price { margin: auto 0 30px; padding-top: 42px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.reflectiv-plan__price span { min-height: 92px; padding: 18px 0 0; display: grid; align-content: start; gap: 9px; border-top: 1px solid currentColor; }
.reflectiv-plan__price small { font-size: .62rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; opacity: .62; }
.reflectiv-plan__price strong { font-size: 1.72rem; line-height: 1.12; letter-spacing: -.035em; }
.reflectiv-plan__price em, .reflectiv-global-offer__price em, .reflectiv-app__price em { color: inherit; font-size: .67rem; font-style: normal; font-weight: 720; opacity: .66; }
.reflectiv-plan > p.reflectiv-plan__renewal { margin: -10px 0 22px; font-size: .72rem; line-height: 1.5; }
.reflectiv-plan .btn { align-self: flex-start; }

.reflectiv-flow { overflow: hidden; background: white; }
.reflectiv-flow .section-head { margin-bottom: 72px; }
.reflectiv-flow__track { position: relative; min-height: 264px; padding: 42px 36px; display: grid; grid-template-columns: repeat(7,auto); align-items: center; gap: 22px; overflow: hidden; border-radius: 36px; background: var(--ink); color: white; }
.reflectiv-flow__track article { position: relative; z-index: 2; width: 190px; min-height: 168px; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 23px; background: #202423; transition: transform .7s var(--liquid), border-radius .7s var(--liquid), border-color .25s; }
.reflectiv-flow__track article:hover { transform: translateY(-7px) scale(1.02); border-color: var(--orange); border-radius: 31px 19px 27px 21px; }
.reflectiv-flow__track article span { color: var(--aqua); font-size: .65rem; font-weight: 850; }
.reflectiv-flow__track article b { margin-top: 26px; display: block; font-size: 1.08rem; }
.reflectiv-flow__track article p { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: .76rem; line-height: 1.5; }
.reflectiv-flow__track > i { position: relative; z-index: 2; color: var(--orange); font-size: 1.5rem; font-style: normal; animation: flowArrow 2.8s var(--ease) infinite; }
.reflectiv-flow__track > i:nth-of-type(2) { animation-delay: .35s; }
.reflectiv-flow__track > i:nth-of-type(3) { animation-delay: .7s; }
@keyframes flowArrow { 0%,100% { transform: translateX(-4px); opacity: .32; } 48% { transform: translateX(5px); opacity: 1; } }
.reflectiv-flow__pulse { position: absolute; z-index: 1; left: 60px; right: 60px; top: 50%; height: 2px; background: rgba(255,255,255,.08); }
.reflectiv-flow__pulse::after { content: ""; position: absolute; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); animation: flowPulse 5s linear infinite; }
@keyframes flowPulse { from { left: 0; } to { left: calc(100% - 10px); } }
.reflectiv-flow__return { margin: 14px 20px 0; padding: 18px 24px; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.reflectiv-flow__return strong { font-size: .9rem; }
.reflectiv-flow__return span { color: var(--muted); font-size: .78rem; }

.reflectiv-network { position: relative; overflow: hidden; background: var(--canvas); }
.reflectiv-network::after { content: ""; position: absolute; left: -120px; bottom: -150px; width: 330px; height: 330px; border: 52px solid var(--orange); border-radius: 58% 42% 47% 53%; opacity: .06; animation: reflectivHalo 10s var(--liquid) infinite alternate-reverse; pointer-events: none; }
.reflectiv-network > .shell { position: relative; z-index: 1; }
.reflectiv-network .section-head { margin-bottom: 62px; }
.reflectiv-catalogue-visual { position: relative; height: 390px; margin: 0 0 20px; overflow: hidden; border-radius: 42px; background: white; }
.reflectiv-catalogue-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.15s var(--ease); }
.reflectiv-catalogue-visual:hover img { transform: scale(1.025); }
.reflectiv-catalogue-visual figcaption { position: absolute; left: 28px; bottom: 28px; max-width: 390px; padding: 22px 24px; display: grid; gap: 9px; border-radius: 24px; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.reflectiv-catalogue-visual small { color: var(--orange); font-size: .63rem; font-weight: 850; letter-spacing: .11em; }
.reflectiv-catalogue-visual strong { font-size: 1.15rem; line-height: 1.24; letter-spacing: -.025em; }
.reflectiv-network__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); gap: 18px; }
.reflectiv-network__engine { position: relative; min-height: 610px; padding: 40px; display: flex; flex-direction: column; overflow: hidden; border-radius: 42px; background: var(--ink); color: white; }
.reflectiv-network__engine::after { content: ""; position: absolute; right: -96px; top: -86px; width: 270px; height: 270px; border: 42px solid var(--orange); border-radius: 44% 56% 61% 39%; opacity: .78; transition: transform .95s var(--liquid), border-radius .95s var(--liquid); }
.reflectiv-network__engine:hover::after { transform: rotate(24deg) scale(1.08,.93); border-radius: 62% 38% 45% 55%; }
.reflectiv-network__engine > * { position: relative; z-index: 1; }
.reflectiv-network__engine > small, .reflectiv-network__benefits small, .reflectiv-carriers small { color: var(--orange); font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.reflectiv-network__engine h3 { max-width: 570px; margin: 84px 0 0; font-size: clamp(2.8rem,4.5vw,4.8rem); line-height: .92; letter-spacing: -.065em; text-wrap: balance; }
.reflectiv-network__engine > p { max-width: 570px; margin: 24px 0 0; color: rgba(255,255,255,.65); font-size: 1rem; line-height: 1.7; }
.reflectiv-network__engine ol { margin: auto 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.reflectiv-network__engine li { min-height: 116px; padding: 17px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); transition: background .35s var(--ease), transform .72s var(--liquid); }
.reflectiv-network__engine li:hover { background: rgba(255,255,255,.08); transform: translateY(-4px); }
.reflectiv-network__engine li span { color: var(--aqua); font-size: .64rem; font-weight: 850; }
.reflectiv-network__engine li strong { max-width: 140px; font-size: .82rem; line-height: 1.35; }
.reflectiv-network__status { margin-top: 18px; display: grid; grid-template-columns: 14px 1fr auto; gap: 10px; align-items: center; }
.reflectiv-network__status i { width: 10px; height: 10px; border-radius: 50%; background: var(--aqua); animation: relayPulse 1.9s var(--ease) infinite; }
.reflectiv-network__status span, .reflectiv-network__status b { font-size: .68rem; font-weight: 780; letter-spacing: .06em; text-transform: uppercase; }
.reflectiv-network__status b { color: rgba(255,255,255,.48); }
.reflectiv-network__benefits { display: grid; gap: 12px; }
.reflectiv-network__benefits article { position: relative; min-height: 195px; padding: 28px 30px; display: grid; align-content: start; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; transition: transform .72s var(--liquid), border-radius .72s var(--liquid), background .35s var(--ease); }
.reflectiv-network__benefits article:hover { transform: translateX(7px); border-radius: 20px 38px 24px 36px; }
.reflectiv-network__benefits article:last-child { border-color: transparent; background: var(--orange); color: white; }
.reflectiv-network__benefits article:last-child small { color: white; opacity: .7; }
.reflectiv-network__benefits h3 { max-width: 470px; margin: 34px 0 0; font-size: clamp(1.45rem,2.2vw,2rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.reflectiv-network__benefits p { max-width: 510px; margin: 13px 0 0; color: var(--muted); font-size: .83rem; line-height: 1.58; }
.reflectiv-network__benefits article:last-child p { color: rgba(255,255,255,.72); }
.reflectiv-carriers { margin-top: 20px; padding: 0; display: grid; grid-template-columns: minmax(420px,.95fr) minmax(0,1.05fr); gap: 0; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 36px; background: white; }
.reflectiv-carriers__visual { min-height: 430px; overflow: hidden; background: var(--canvas); }
.reflectiv-carriers__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.15s var(--ease); }
.reflectiv-carriers:hover .reflectiv-carriers__visual img { transform: scale(1.035); }
.reflectiv-carriers__copy { padding: 48px 46px; display: flex; flex-direction: column; justify-content: center; }
.reflectiv-carriers__copy strong { max-width: 560px; margin-top: 18px; font-size: clamp(2rem,3.4vw,3.45rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.reflectiv-carriers__copy > p { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: .94rem; line-height: 1.68; }
.reflectiv-carriers__logos { margin-top: 30px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.reflectiv-carriers__logos span { height: 72px; padding: 16px 18px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform .7s var(--liquid), border-radius .7s var(--liquid), border-color .3s var(--ease); }
.reflectiv-carriers__logos span:hover { transform: translateY(-5px) scale(1.025,.98); border-color: rgba(23,26,25,.3); border-radius: 24px 14px 23px 15px; }
.reflectiv-carriers__logos img { max-width: 100%; max-height: 38px; width: auto; height: auto; }
.reflectiv-carriers__logos span:first-child img { max-height: 44px; }
.reflectiv-carriers__copy em { max-width: 540px; margin-top: 18px; color: var(--muted); font-size: .68rem; font-style: normal; line-height: 1.5; }

.reflectiv-operations { background: white; }
.reflectiv-operations > .shell { display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); gap: 90px; align-items: start; }
.reflectiv-operations__copy { position: sticky; top: 130px; }
.reflectiv-operations__copy > p { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.reflectiv-operations__list { display: grid; }
.reflectiv-operations__list article { min-height: 150px; padding: 28px 0; display: grid; grid-template-columns: 64px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.reflectiv-operations__list article > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: .7rem; font-weight: 850; transition: transform .7s var(--liquid), border-radius .7s var(--liquid); }
.reflectiv-operations__list article:hover > span { transform: rotate(12deg) scale(1.13,.94); border-radius: 58% 42% 52% 48%; }
.reflectiv-operations__list h3 { margin: 0; font-size: 1.45rem; letter-spacing: -.035em; }
.reflectiv-operations__list p { max-width: 540px; margin: 8px 0 0; color: var(--muted); }
.reflectiv-ai { padding-top: 0; background: white; }
.reflectiv-ai__panel { position: relative; padding: 54px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr); gap: 74px; overflow: hidden; border-radius: 42px; background: var(--ink); color: white; }
.reflectiv-ai__panel::before { content: ""; position: absolute; left: -110px; bottom: -145px; width: 320px; height: 320px; border: 46px solid var(--orange); border-radius: 44% 56% 62% 38%; opacity: .82; animation: reflectivHalo 9s var(--liquid) infinite alternate; }
.reflectiv-ai__panel > * { position: relative; z-index: 1; }
.reflectiv-ai__copy .eyebrow { color: rgba(255,255,255,.62); }
.reflectiv-ai__copy .eyebrow::before { background: var(--aqua); }
.reflectiv-ai__copy h2 { max-width: 650px; margin: 0; font-size: clamp(2.8rem,4.6vw,5rem); line-height: .92; letter-spacing: -.06em; text-wrap: balance; }
.reflectiv-ai__copy > p:not(.eyebrow) { max-width: 620px; margin: 26px 0 30px; color: rgba(255,255,255,.66); line-height: 1.7; }
.reflectiv-ai__uses { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.reflectiv-ai__uses li { min-height: 190px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); transition: background .35s var(--ease), transform .7s var(--liquid); }
.reflectiv-ai__uses li:hover { background: rgba(255,255,255,.08); transform: translate3d(5px,-5px,0); }
.reflectiv-ai__uses span { color: var(--aqua); font-size: .66rem; font-weight: 850; }
.reflectiv-ai__uses strong { margin-top: auto; font-size: 1.22rem; line-height: 1.15; letter-spacing: -.035em; }
.reflectiv-ai__uses small { margin-top: 9px; color: rgba(255,255,255,.58); font-size: .73rem; line-height: 1.45; }
.expertise-links { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 16px 34px; }

.reflectiv-international { background: var(--orange); color: white; }
.reflectiv-international .eyebrow { color: rgba(255,255,255,.68); }
.reflectiv-international .eyebrow::before { background: white; }
.reflectiv-international__grid { display: grid; grid-template-columns: minmax(0,.76fr) minmax(560px,1.24fr); gap: 90px; }
.reflectiv-international__intro h2 { max-width: 520px; margin: 0; font-size: clamp(3rem,5vw,5.3rem); line-height: .94; letter-spacing: -.065em; text-wrap: balance; }
.reflectiv-international__intro > p:last-child { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.7; }
.reflectiv-market-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.38); border-left: 1px solid rgba(255,255,255,.38); }
.reflectiv-market-grid article { min-height: 190px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.38); border-bottom: 1px solid rgba(255,255,255,.38); transition: background .35s var(--ease), padding .7s var(--liquid); }
.reflectiv-market-grid article:hover { padding: 22px 28px 28px 22px; background: rgba(23,26,25,.12); }
.reflectiv-market-grid span { font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; opacity: .64; }
.reflectiv-market-grid strong { max-width: 260px; font-size: 1.25rem; line-height: 1.25; }
.reflectiv-global-offer { position: relative; margin-top: 52px; padding: 32px 34px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(350px,.8fr); gap: 48px; align-items: end; overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: 32px; background: var(--ink); color: white; }
.reflectiv-global-offer::after { content: "€  £  $  CHF"; position: absolute; right: -15px; top: -8px; color: rgba(255,255,255,.055); font-size: clamp(4rem,9vw,8rem); font-weight: 900; letter-spacing: -.08em; white-space: nowrap; pointer-events: none; }
.reflectiv-global-offer > * { position: relative; z-index: 1; }
.reflectiv-global-offer small { color: var(--aqua); font-size: .64rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.reflectiv-global-offer h3 { max-width: 620px; margin: 18px 0 0; font-size: clamp(2rem,3.6vw,3.4rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.reflectiv-global-offer p { max-width: 620px; margin: 18px 0 0; color: rgba(255,255,255,.68); line-height: 1.65; }
.reflectiv-global-offer__price { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.reflectiv-global-offer__price > span { display: grid; gap: 6px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.24); }
.reflectiv-global-offer__price strong { font-size: 1.45rem; line-height: 1.05; letter-spacing: -.035em; }
.reflectiv-global-offer__price .btn { grid-column: 1 / -1; width: fit-content; margin-top: 6px; }
.reflectiv-global-note { max-width: 820px; margin: 18px 0 0; color: rgba(255,255,255,.64); font-size: .76rem; line-height: 1.55; }
.reflectiv-brochure { background: var(--canvas); }
.reflectiv-brochure__card { min-height: 610px; padding: 54px; display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 76px; align-items: center; overflow: hidden; border-radius: 42px; background: white; }
.reflectiv-brochure__card > div:first-child > p:not(.eyebrow) { max-width: 680px; margin: 26px 0 32px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.reflectiv-brochure__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.reflectiv-brochure__preview { position: relative; min-height: 510px; padding: 14px; display: block; overflow: hidden; border-radius: 28px; background: var(--ink); color: white; transform: rotate(2.5deg); transition: transform .9s var(--liquid), border-radius .9s var(--liquid); }
.reflectiv-brochure__card:hover .reflectiv-brochure__preview { transform: rotate(-1deg) scale(1.025); border-radius: 38px 22px 42px 24px; }
.reflectiv-brochure__preview img { width: 100%; height: 100%; min-height: 482px; display: block; object-fit: cover; object-position: top; border-radius: 19px; transition: transform 1s var(--liquid); }
.reflectiv-brochure__preview:hover img { transform: scale(1.025); }
.reflectiv-brochure__preview span { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; border-radius: 16px; background: white; color: var(--ink); font-size: .72rem; font-weight: 850; }
.reflectiv-brochure__preview span i { font-style: normal; transition: transform .6s var(--liquid); }
.reflectiv-brochure__preview:hover span i { transform: rotate(45deg); }
.reflectiv-app { position: relative; overflow: hidden; background: white; }
.reflectiv-app::before { content: ""; position: absolute; left: -120px; bottom: -160px; width: 360px; height: 360px; border: 52px solid var(--orange); border-radius: 42% 58% 55% 45%; opacity: .055; animation: reflectivHalo 10s var(--liquid) infinite alternate; }
.reflectiv-app__grid { position: relative; display: grid; grid-template-columns: minmax(0,.9fr) minmax(540px,1.1fr); gap: 82px; align-items: center; }
.reflectiv-app__copy h2 { max-width: 590px; margin: 0; font-size: clamp(3rem,5vw,5.2rem); line-height: .93; letter-spacing: -.065em; text-wrap: balance; }
.reflectiv-app__copy > p:not(.eyebrow) { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.72; }
.reflectiv-app__price { margin: 34px 0 28px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.reflectiv-app__price span { display: grid; gap: 7px; padding-top: 16px; border-top: 1px solid var(--line); }
.reflectiv-app__price small { font-size: .62rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.reflectiv-app__price strong { font-size: 1.6rem; line-height: 1.05; letter-spacing: -.04em; }
.reflectiv-app__board { position: relative; min-height: 610px; padding: 34px; overflow: hidden; border-radius: 44px; background: var(--ink); color: white; }
.reflectiv-app__board::before { content: ""; position: absolute; right: -112px; bottom: -100px; width: 320px; height: 320px; border: 50px solid var(--orange); border-radius: 56% 44% 49% 51%; opacity: .82; transition: transform 1s var(--liquid), border-radius 1s var(--liquid); }
.reflectiv-app__board:hover::before { transform: rotate(-18deg) scale(1.08,.94); border-radius: 43% 57% 61% 39%; }
.reflectiv-app__board > * { position: relative; z-index: 1; }
.reflectiv-app__stores { display: flex; gap: 9px; }
.reflectiv-app__stores span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; font-size: .66rem; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; transition: color .5s var(--ease), background .5s var(--ease), border-radius .7s var(--liquid); }
.reflectiv-app__board:hover .reflectiv-app__stores span:first-child { color: var(--ink); background: white; border-radius: 15px 999px 999px 15px; }
.reflectiv-app__board:hover .reflectiv-app__stores span:last-child { color: var(--ink); background: var(--aqua); border-color: var(--aqua); border-radius: 999px 15px 15px 999px; }
.reflectiv-app__features { margin-top: 82px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.reflectiv-app__features article { min-height: 112px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transition: transform .72s var(--liquid), background .4s var(--ease); }
.reflectiv-app__features article:hover { transform: translate3d(5px,-5px,0); background: rgba(255,255,255,.08); }
.reflectiv-app__features b { color: var(--aqua); font-size: .65rem; }
.reflectiv-app__features span { max-width: 190px; font-size: .9rem; font-weight: 750; line-height: 1.3; }
.reflectiv-app__sync { margin-top: 34px; display: grid; grid-template-columns: 26px 1fr auto; gap: 12px; align-items: center; }
.reflectiv-app__sync i { width: 15px; height: 15px; border: 4px solid var(--aqua); border-radius: 50%; animation: relayPulse 1.9s var(--ease) infinite; }
.reflectiv-app__sync strong { font-size: .88rem; }
.reflectiv-app__sync span { color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.reflectiv-app__note { position: relative; max-width: 980px; margin: 30px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.commerce-app-band { background: var(--canvas); }
.commerce-app-band__inner { position: relative; padding: 48px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: 70px; overflow: hidden; border-radius: 42px; background: var(--ink); color: white; }
.commerce-app-band__inner::after { content: ""; position: absolute; right: -135px; bottom: -150px; width: 340px; height: 340px; border: 50px solid var(--orange); border-radius: 52% 48% 44% 56%; opacity: .78; transition: transform 1s var(--liquid), border-radius 1s var(--liquid); }
.commerce-app-band__inner:hover::after { transform: rotate(20deg) scale(1.08,.92); border-radius: 39% 61% 58% 42%; }
.commerce-app-band__inner > * { position: relative; z-index: 1; }
.commerce-app-band .eyebrow { color: rgba(255,255,255,.64); }
.commerce-app-band .eyebrow::before { background: var(--aqua); }
.commerce-app-band h2 { max-width: 700px; margin: 0; font-size: clamp(2.8rem,4.4vw,4.8rem); line-height: .94; letter-spacing: -.065em; text-wrap: balance; }
.commerce-app-band h2 + p { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.68); line-height: 1.7; }
.commerce-app-band__chips { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.commerce-app-band__chips span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .68rem; font-weight: 750; }
.commerce-app-band__deal { display: flex; flex-direction: column; justify-content: flex-end; gap: 20px; }
.commerce-app-band__deal > span { display: grid; gap: 6px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.24); }
.commerce-app-band__deal small { color: rgba(255,255,255,.56); font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.commerce-app-band__deal strong { font-size: 1.65rem; line-height: 1; }
.commerce-app-band__deal .btn { width: fit-content; }
.commerce-app-band__note { max-width: 920px; margin: 18px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.58; }
.reflectiv-country-line { margin-top: 64px; padding: 22px 0; display: grid; grid-template-columns: auto 1fr auto 1fr auto auto; gap: 18px; align-items: center; border-top: 1px solid rgba(255,255,255,.36); border-bottom: 1px solid rgba(255,255,255,.36); font-size: .76rem; font-weight: 800; }
.reflectiv-country-line i { height: 1px; background: rgba(255,255,255,.52); }
.reflectiv-country-line b { padding: 8px 12px; border-radius: 999px; background: white; color: var(--ink); font-size: .66rem; text-transform: uppercase; }

.reflectiv-boundary { background: white; }
.reflectiv-boundary__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--ink); }
.reflectiv-boundary__grid article { min-height: 255px; padding: 30px 34px; border-right: 1px solid var(--line); transition: background .3s var(--ease), padding .68s var(--liquid); }
.reflectiv-boundary__grid article:last-child { border-right: 0; }
.reflectiv-boundary__grid article:hover { padding-top: 38px; background: var(--canvas); }
.reflectiv-boundary__grid small { color: var(--orange); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.reflectiv-boundary__grid h3 { margin: 48px 0 0; font-size: 1.55rem; letter-spacing: -.04em; }
.reflectiv-boundary__grid p { margin: 12px 0 0; color: var(--muted); line-height: 1.6; }

@media (max-width: 1100px) {
  .reflectiv-commerce-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .reflectiv-commerce-hero__copy .display { max-width: 820px; }
  .reflectiv-relay { min-height: 600px; }
  .reflectiv-relay__browser { width: 72%; }
  .reflectiv-relay__endpoint { width: 42%; }
  .reflectiv-choice__grid { grid-template-columns: 1fr; }
  .reflectiv-plan { min-height: 730px; padding: 34px; }
  .reflectiv-flow__track { grid-template-columns: repeat(4, minmax(150px,1fr)); gap: 12px; }
  .reflectiv-flow__track article { width: auto; }
  .reflectiv-flow__track > i { display: none; }
  .reflectiv-network__grid { grid-template-columns: 1fr; }
  .reflectiv-network__benefits { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .reflectiv-network__benefits article { min-height: 260px; }
  .reflectiv-carriers { grid-template-columns: 1fr; }
  .reflectiv-carriers__visual { min-height: 360px; }
  .reflectiv-brochure__card { grid-template-columns: 1fr 320px; gap: 42px; padding: 42px; }
  .reflectiv-ai__panel { grid-template-columns: 1fr; gap: 48px; }
  .reflectiv-operations > .shell, .reflectiv-international__grid, .reflectiv-app__grid { grid-template-columns: 1fr; gap: 60px; }
  .reflectiv-global-offer { grid-template-columns: 1fr; }
  .reflectiv-app__copy { max-width: 760px; }
  .reflectiv-app__board { min-height: 560px; }
  .commerce-app-band__inner { grid-template-columns: 1fr; gap: 42px; }
  .reflectiv-operations__copy { position: static; }
}

@media (max-width: 760px) {
  .reflectiv-commerce-hero { min-height: 0; padding: 128px 0 64px; }
  .reflectiv-commerce-hero__grid { gap: 38px; }
  .reflectiv-commerce-hero__copy .display { font-size: clamp(2.7rem,13vw,4rem); line-height: .96; }
  .reflectiv-hero-brochure { width: 100%; min-height: 58px; padding: 14px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .reflectiv-hero-proof { gap: 10px 18px; }
  .reflectiv-relay { min-height: 435px; }
  .reflectiv-relay__browser { width: 92%; height: 282px; border-radius: 22px; }
  .reflectiv-relay__endpoint { width: 61%; min-height: 178px; bottom: 0; border-radius: 22px; }
  .reflectiv-relay__endpoint img { height: 76px; }
  .reflectiv-relay__endpoint div { padding: 13px 15px 16px; }
  .reflectiv-relay__line { left: 25%; top: 275px; width: 54%; }
  @keyframes dataTravel { 0% { transform: translateX(0) scale(.65); } 78% { transform: translateX(110px) scale(.82,1.18); } 100% { transform: translateX(125px) scale(.4); opacity: .15; } }
  .reflectiv-choice__grid { grid-template-columns: 1fr; }
  .reflectiv-plan { min-height: 0; padding: 24px; border-radius: 30px; }
  .reflectiv-plan h3 { margin-top: 62px; font-size: clamp(2.35rem,11vw,3.4rem); }
  .reflectiv-plan ul { grid-template-columns: 1fr; }
  .reflectiv-plan__price { margin-top: 48px; padding-top: 0; grid-template-columns: 1fr; gap: 18px; }
  .reflectiv-plan__price span { min-height: 0; padding-top: 17px; }
  .reflectiv-flow__track { padding: 18px; grid-template-columns: 1fr; }
  .reflectiv-flow__track article { min-height: 132px; }
  .reflectiv-flow__track article b { margin-top: 15px; }
  .reflectiv-flow__pulse { top: 40px; bottom: 40px; left: 39px; right: auto; width: 2px; height: auto; }
  .reflectiv-flow__pulse::after { left: -4px; animation: flowPulseMobile 5s linear infinite; }
  @keyframes flowPulseMobile { from { top: 0; } to { top: calc(100% - 10px); } }
  .reflectiv-flow__return { margin-inline: 0; flex-direction: column; }
  .reflectiv-network__engine { min-height: 590px; padding: 25px 22px; border-radius: 30px; }
  .reflectiv-network__engine h3 { margin-top: 62px; font-size: clamp(2.55rem,12vw,3.55rem); }
  .reflectiv-network__engine ol { grid-template-columns: 1fr; margin-top: 44px; }
  .reflectiv-network__engine li { min-height: 86px; }
  .reflectiv-network__engine li strong { max-width: none; }
  .reflectiv-network__status { grid-template-columns: 14px 1fr; }
  .reflectiv-network__status b { grid-column: 2; }
  .reflectiv-network__benefits { grid-template-columns: 1fr; }
  .reflectiv-network__benefits article { min-height: 220px; padding: 25px 22px; border-radius: 26px; }
  .reflectiv-catalogue-visual { height: 320px; border-radius: 28px; }
  .reflectiv-catalogue-visual figcaption { left: 16px; right: 16px; bottom: 16px; padding: 18px; }
  .reflectiv-carriers { grid-template-columns: 1fr; border-radius: 28px; }
  .reflectiv-carriers__visual { min-height: 280px; }
  .reflectiv-carriers__copy { padding: 30px 24px 34px; }
  .reflectiv-carriers__logos { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
  .reflectiv-carriers__logos span { height: 60px; padding: 13px 10px; }
  .reflectiv-operations__list article { grid-template-columns: 52px 1fr; }
  .reflectiv-ai__panel { padding: 30px 24px; gap: 36px; border-radius: 30px; }
  .reflectiv-ai__copy h2 { font-size: clamp(2.45rem,11vw,3.45rem); }
  .reflectiv-ai__uses { grid-template-columns: 1fr; }
  .reflectiv-ai__uses li { min-height: 148px; }
  .reflectiv-market-grid { grid-template-columns: 1fr; }
  .reflectiv-market-grid article { min-height: 156px; }
  .reflectiv-global-offer { margin-top: 34px; padding: 25px 22px; gap: 32px; border-radius: 26px; }
  .reflectiv-global-offer h3 { font-size: clamp(2rem,10vw,2.8rem); }
  .reflectiv-global-offer__price { grid-template-columns: 1fr; }
  .reflectiv-global-offer__price .btn { grid-column: auto; }
  .reflectiv-app__grid { gap: 42px; }
  .reflectiv-app__copy h2 { font-size: clamp(2.55rem,12vw,3.7rem); }
  .reflectiv-app__price { grid-template-columns: 1fr; }
  .reflectiv-app__board { min-height: 0; padding: 24px; border-radius: 30px; }
  .reflectiv-app__features { margin-top: 54px; grid-template-columns: 1fr; }
  .reflectiv-app__features article { min-height: 94px; }
  .reflectiv-app__sync { grid-template-columns: 26px 1fr; }
  .reflectiv-app__sync span { grid-column: 2; }
  .commerce-app-band__inner { padding: 26px 22px; border-radius: 30px; }
  .commerce-app-band h2 { font-size: clamp(2.45rem,11vw,3.25rem); }
  .reflectiv-brochure__card { min-height: 0; padding: 28px 24px; grid-template-columns: 1fr; gap: 42px; border-radius: 30px; }
  .reflectiv-brochure__preview { min-height: 0; padding: 10px; transform: rotate(1.5deg); }
  .reflectiv-brochure__preview img { height: auto; min-height: 0; object-fit: contain; }
  .reflectiv-brochure__preview span { left: 20px; right: 20px; bottom: 20px; }
  .reflectiv-country-line { grid-template-columns: auto 1fr auto; }
  .reflectiv-country-line i:nth-of-type(2), .reflectiv-country-line span:last-of-type { display: none; }
  .reflectiv-country-line b { grid-column: 1 / -1; width: fit-content; }
  .reflectiv-boundary__grid { grid-template-columns: 1fr; }
  .reflectiv-boundary__grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
}

@property --trace-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
html.dollen-transition-preflight { background: var(--transition-preflight-bg, var(--orange)); }
html.dollen-transition-preflight body { opacity: 0; }
html.dollen-transition-preflight::before { content: ""; position: fixed; z-index: 2147483646; inset: 0; background: var(--transition-preflight-bg, var(--orange)); }
html.dollen-transition-preflight--split::before { background: linear-gradient(90deg,var(--orange) 0 50%,var(--aqua) 50%); }
html.dollen-transition-preflight::after { content: attr(data-transition-label); position: fixed; z-index: 2147483647; left: 50%; top: 50%; color: var(--ink); font-size: clamp(2.6rem,7vw,7.5rem); font-weight: 780; line-height: .9; letter-spacing: -.075em; transform: translate(-50%,-50%); white-space: nowrap; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body::selection { color: var(--ink); background: var(--aqua); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
address { font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 18px; top: 18px; padding: 10px 14px; border-radius: 99px; background: var(--ink); color: white; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }

/* Navigation */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; padding: 18px 0; transition: padding .35s var(--ease), transform .35s var(--ease); }
.header-inner { position: relative; width: var(--shell); min-height: 74px; margin-inline: auto; padding: 10px 12px 10px 15px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; background: rgba(255,255,255,.94); border: 1px solid rgba(23,26,25,.12); border-radius: 22px; backdrop-filter: blur(18px); transition: min-height .35s var(--ease), border-radius .35s var(--ease); }
.site-header.is-compact { padding-top: 10px; }
.site-header.is-compact .header-inner { min-height: 64px; border-radius: 18px; }
.brand { width: auto; height: 48px; padding: 0 12px 0 3px; display: inline-flex; align-items: center; gap: 7px; justify-self: start; border-radius: 15px; }
.brand-mark { position: relative; width: 44px; height: 44px; display: grid; place-items: center; flex: none; overflow: visible; background: transparent; }
.brand-mark::before { content: ""; position: absolute; inset: -3px; border: 1px solid rgba(255,91,53,.34); border-right-color: var(--aqua); border-bottom-color: transparent; border-radius: 54% 46% 58% 42%; opacity: 0; pointer-events: none; animation: brandHalo 4.8s var(--liquid) infinite; }
.brand-mark img, .brand-glyph { width: 40px; height: 40px; overflow: visible; object-fit: contain; }
.brand-glyph__base, .brand-glyph__trace { fill: none; stroke: var(--orange); stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.brand-glyph__body { transform-box: view-box; transform-origin: 32px 32px; animation: brandBreathe 4.8s var(--liquid) infinite; }
.brand-glyph__dot { fill: var(--orange); transform-box: view-box; transform-origin: 55px 20px; animation: brandDotPulse 4.8s var(--liquid) infinite; }
.brand-glyph__trace { stroke: var(--ink); stroke-width: 2.4; stroke-dasharray: 8 92; stroke-dashoffset: 100; opacity: 0; animation: brandTrace 4.8s linear infinite; }
.brand-glyph__satellite { fill: var(--aqua); opacity: 0; transform-box: view-box; transform-origin: 55px 20px; animation: brandSatellite 4.8s var(--liquid) infinite; }
@keyframes brandBreathe { 0%,16%,100% { transform: rotate(0deg) scale(1); } 34% { transform: rotate(-1.8deg) scale(1.055,.94); } 48% { transform: rotate(.8deg) scale(.965,1.065); } 61% { transform: rotate(-.4deg) scale(1.025,.985); } 76% { transform: rotate(0deg) scale(1); } }
@keyframes brandTrace { 0%,14% { stroke-dashoffset: 100; opacity: 0; } 20% { opacity: .95; } 68% { stroke-dashoffset: 0; opacity: .95; } 76%,100% { stroke-dashoffset: -18; opacity: 0; } }
@keyframes brandDotPulse { 0%,18%,100% { transform: translate(0,0) scale(1); } 38% { transform: translate(0,-4px) scale(.72,1.28); } 50% { transform: translate(-2px,1px) scale(1.34,.72); } 62% { transform: translate(1px,0) scale(.9,1.12); } 76% { transform: translate(0,0) scale(1); } }
@keyframes brandSatellite { 0%,16%,88%,100% { opacity: 0; transform: rotate(0deg) translateX(0) scale(.4); } 24% { opacity: 1; transform: rotate(-14deg) translateX(10px) scale(1.2,.78); } 58% { opacity: 1; transform: rotate(250deg) translateX(9px) scale(.8,1.2); } 74% { opacity: 1; transform: rotate(366deg) translateX(10px) scale(1); } 84% { opacity: 0; transform: rotate(382deg) translateX(1px) scale(.5); } }
@keyframes brandHalo { 0%,14%,92%,100% { opacity: 0; border-radius: 58% 42% 61% 39% / 48% 58% 42% 52%; transform: rotate(-35deg) scale(.72,.86); } 29% { opacity: .68; border-radius: 45% 55% 42% 58% / 62% 41% 59% 38%; transform: rotate(8deg) scale(1.08,.94); } 48% { opacity: .52; border-radius: 64% 36% 55% 45% / 40% 63% 37% 60%; transform: rotate(166deg) scale(.96,1.1); } 72% { opacity: .36; border-radius: 46% 54% 66% 34% / 58% 46% 54% 42%; transform: rotate(302deg) scale(1.09,.98); } 86% { opacity: 0; transform: rotate(374deg) scale(1.18); } }
.brand-lockup { display: grid; align-content: center; line-height: 1; }
.brand-word { font-size: 1.08rem; font-weight: 790; letter-spacing: -.055em; }
.brand-signature { margin-top: 4px; display: flex; align-items: center; gap: 5px; color: #656a67; font-size: .43rem; font-weight: 780; line-height: 1; letter-spacing: .22em; text-transform: uppercase; }
.brand-signature::before { content: ""; width: 11px; height: 1px; flex: none; background: var(--orange); transform-origin: left; animation: signatureLine 4.8s var(--ease) infinite; }
@keyframes signatureLine { 0%,16%,100% { transform: scaleX(.35); opacity: .45; } 36%,76% { transform: scaleX(1); opacity: 1; } }
.brand-copy { display: grid; line-height: 1; }
.brand-copy b { font-size: 1rem; letter-spacing: -.03em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
.primary-nav a { position: relative; padding: 11px 13px; border-radius: 999px; color: #3f4442; font-size: .86rem; font-weight: 650; transition: color .28s var(--ease), background .35s var(--ease), transform .55s var(--liquid); }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); background: var(--canvas); }
.primary-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 50%; bottom: 4px; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); transform: translateX(-50%); }
.nav-offers { position: relative; }
.nav-offers::after { content: ""; position: absolute; z-index: 7; left: 50%; top: 100%; width: 430px; height: 18px; transform: translateX(-50%); }
.nav-offers__row { display: flex; align-items: center; }
.nav-offers__toggle, .mobile-nav-intro, .mobile-nav-footer, .nav-link__index, .nav-link > i { display: none; }
.nav-offers__menu { position: absolute; z-index: 8; left: 50%; top: calc(100% + 13px); width: 430px; padding: 12px; display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.98); opacity: 0; visibility: hidden; clip-path: inset(0 0 100% 0 round 28px); transform: translate(-50%,-10px) scale(.975,.94); transform-origin: 50% 0; pointer-events: none; transition: opacity .25s var(--ease), transform .68s var(--liquid), clip-path .68s var(--liquid), visibility 0s linear .68s; }
.nav-offers__menu::after { content: ""; position: absolute; z-index: 0; right: -62px; bottom: -82px; width: 170px; height: 170px; border: 27px solid var(--orange); border-radius: 52% 48% 44% 56%; opacity: .1; transition: transform .9s var(--liquid), border-radius .9s var(--liquid); }
.nav-offers__menu::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: 16px; }
.nav-offers__menu a { position: relative; z-index: 1; min-height: 60px; padding: 0 13px; display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; border-radius: 17px; background: transparent; opacity: 0; transform: translateY(-7px); transition: color .3s var(--ease), background .35s var(--ease), padding .62s var(--liquid), border-radius .62s var(--liquid), opacity .3s var(--ease), transform .62s var(--liquid); }
.nav-offers__menu a:hover, .nav-offers__menu a:focus-visible { padding-inline: 18px 10px; border-radius: 26px 12px 26px 12px; background: var(--canvas); }
.nav-offers__menu a:last-child:hover, .nav-offers__menu a:last-child:focus-visible { color: white; background: var(--ink); }
.nav-offers__menu a::after { display: none; }
.nav-offers__menu span { color: var(--orange); font-size: .64rem; font-weight: 850; }
.nav-offers__menu b { font-size: .84rem; }
.nav-offers__menu i { font-style: normal; transition: transform .55s var(--liquid); }
.nav-offers__menu a:hover i, .nav-offers__menu a:focus-visible i { transform: rotate(45deg); }
.nav-offers:hover .nav-offers__menu, .nav-offers:focus-within .nav-offers__menu, .nav-offers.is-open .nav-offers__menu { opacity: 1; visibility: visible; clip-path: inset(0 0 0 0 round 28px); transform: translate(-50%,0) scale(1); pointer-events: auto; transition-delay: 0s; }
.nav-offers:hover .nav-offers__menu a, .nav-offers:focus-within .nav-offers__menu a, .nav-offers.is-open .nav-offers__menu a { opacity: 1; transform: none; }
.nav-offers:hover .nav-offers__menu a:nth-child(2), .nav-offers:focus-within .nav-offers__menu a:nth-child(2), .nav-offers.is-open .nav-offers__menu a:nth-child(2) { transition-delay: 35ms; }
.nav-offers:hover .nav-offers__menu a:nth-child(3), .nav-offers:focus-within .nav-offers__menu a:nth-child(3), .nav-offers.is-open .nav-offers__menu a:nth-child(3) { transition-delay: 70ms; }
.nav-offers:hover .nav-offers__menu a:nth-child(4), .nav-offers:focus-within .nav-offers__menu a:nth-child(4), .nav-offers.is-open .nav-offers__menu a:nth-child(4) { transition-delay: 105ms; }
.nav-offers:hover .nav-offers__menu a:nth-child(5), .nav-offers:focus-within .nav-offers__menu a:nth-child(5), .nav-offers.is-open .nav-offers__menu a:nth-child(5) { transition-delay: 140ms; }
.nav-offers:hover .nav-offers__menu a:nth-child(6), .nav-offers:focus-within .nav-offers__menu a:nth-child(6), .nav-offers.is-open .nav-offers__menu a:nth-child(6) { transition-delay: 175ms; }
.nav-offers:hover .nav-offers__menu::after, .nav-offers:focus-within .nav-offers__menu::after, .nav-offers.is-open .nav-offers__menu::after { transform: rotate(24deg) scale(1.1,.92); border-radius: 39% 61% 58% 42%; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.header-actions .btn { min-width: 172px; white-space: nowrap; flex: none; }
.lang-select { appearance: none; min-width: 54px; min-height: 44px; padding: 10px 22px 10px 11px; border: 0; border-radius: 999px; color: var(--ink); background: var(--canvas) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23171a19' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat calc(100% - 9px) center; font-size: .72rem; font-weight: 750; }
.lang-select:disabled { padding-right: 12px; opacity: .72; background-image: none; cursor: help; }
.menu-toggle { position: relative; display: none; width: 44px; height: 44px; overflow: hidden; border: 0; border-radius: 50%; background: var(--ink); transition: transform .72s var(--liquid), border-radius .72s var(--liquid), background .35s var(--ease); }
.menu-toggle::before { content: ""; position: absolute; inset: 5px; border: 1px solid var(--orange); border-radius: 50%; opacity: 0; transform: scale(.45); transition: opacity .35s var(--ease), transform .72s var(--liquid); }
.menu-toggle span { position: relative; z-index: 1; display: block; width: 17px; height: 1px; margin: 5px auto; background: white; transition: transform .62s var(--liquid), width .45s var(--ease); }
.menu-backdrop { position: fixed; z-index: 0; inset: 0; display: none; border: 0; background: rgba(23,26,25,.62); opacity: 0; pointer-events: none; transition: opacity .45s var(--ease); }

/* Buttons and type */
.btn { position: relative; isolation: isolate; min-height: 50px; padding: 0 9px 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; overflow: visible; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); font-size: .88rem; font-weight: 750; transition: color .25s .08s, background .35s var(--ease), border-color .35s var(--ease), transform .68s var(--liquid); }
.btn::before { content: ""; position: absolute; z-index: 0; inset: 2px; border-radius: inherit; background: var(--orange); opacity: 0; clip-path: circle(17px at calc(100% - 24px) 50%); pointer-events: none; transition: clip-path .76s var(--liquid), opacity .12s linear; }
.btn::after { content: ""; position: absolute; z-index: 2; inset: -1px; padding: 2px; border-radius: inherit; background: conic-gradient(from var(--trace-angle), transparent 0 58%, var(--orange) 66%, transparent 74% 100%); opacity: .12; pointer-events: none; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: motionTrace 1.8s linear infinite paused; transition: opacity .3s var(--ease); }
.btn > * { position: relative; z-index: 1; }
.btn > span:first-child { transition: transform .68s var(--liquid); }
.btn:hover::before, .btn:focus-visible::before { opacity: 1; clip-path: circle(160% at calc(100% - 24px) 50%); }
.btn:hover::after, .btn:focus-visible::after { opacity: 1; animation-play-state: running; }
.btn i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-style: normal; transition: transform .68s var(--liquid), border-radius .68s var(--liquid), background .3s, color .3s; }
.btn i, .btn span + span { position: relative; overflow: visible; }
.btn i::after, .btn span + span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; margin: -2.5px; border-radius: 50%; background: var(--orange); opacity: 0; transform: rotate(0deg) translateX(19px); pointer-events: none; }
.btn:hover i::after, .btn:hover span + span::after, .btn:focus-visible i::after, .btn:focus-visible span + span::after { opacity: 1; animation: ctaSatellite .95s var(--liquid) both; }
.btn--primary i::after, .btn--primary span + span::after { background: var(--ink); }
@keyframes ctaSatellite { 0% { opacity: 0; transform: rotate(-35deg) translateX(13px) scale(.2); } 22% { opacity: 1; transform: rotate(28deg) translateX(22px) scale(1.45,.68); } 58% { opacity: 1; transform: rotate(176deg) translateX(20px) scale(.7,1.36); } 84% { opacity: .9; transform: rotate(306deg) translateX(23px) scale(1.18,.78); } 100% { opacity: 0; transform: rotate(345deg) translateX(28px) scale(.18); } }
.btn:hover, .btn:focus-visible { color: white; border-color: var(--orange); animation: buttonLiquidIn .76s var(--liquid) both; }
.btn:hover > span:first-child, .btn:focus-visible > span:first-child { transform: translateX(3px); }
.btn:hover i, .btn:hover span + span, .btn:focus-visible i, .btn:focus-visible span + span { color: var(--ink); background: white; animation: arrowLiquidIn .78s var(--liquid) both; }
.btn:active { animation: none; transform: translateY(0) scale(.96,.94); }
@keyframes buttonLiquidIn { 0% { transform: translateY(0) scale(1); } 32% { transform: translateY(-5px) scale(1.025,.94); } 56% { transform: translateY(-2px) scale(.992,1.035); } 76% { transform: translateY(-4px) scale(1.012,.988); } 100% { transform: translateY(-3px) scale(1); } }
@keyframes arrowLiquidIn { 0% { transform: rotate(0deg) scale(1); border-radius: 50%; } 32% { transform: translateX(3px) rotate(58deg) scale(1.22,.76); border-radius: 62% 38% 55% 45%; } 58% { transform: translateX(-1px) rotate(37deg) scale(.88,1.16); border-radius: 40% 60% 36% 64%; } 78% { transform: translateX(1px) rotate(48deg) scale(1.08,.94); } 100% { transform: rotate(45deg) scale(1); border-radius: 50%; } }
.btn:focus-visible, .expertise-item:focus-visible, .offer-product:focus-visible, .project-card:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.btn--primary { border-color: var(--orange); background: var(--orange); color: white; }
.btn--primary::before { background: var(--ink); }
.btn--primary::after { background: conic-gradient(from var(--trace-angle), transparent 0 58%, white 66%, transparent 74% 100%); }
.btn--primary i { background: white; color: var(--ink); }
.btn--primary:hover, .btn--primary:focus-visible { border-color: var(--ink); }
.btn--light { background: white; color: var(--ink); border-color: white; }
.btn--sm { min-height: 44px; padding-left: 16px; gap: 10px; }
.btn--sm i { width: 30px; height: 30px; }
.kicker, .eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.kicker::before, .eyebrow::before { content: ""; width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--orange); animation: labelNodePulse 4.8s var(--ease) infinite; }
@keyframes labelNodePulse { 0%,20%,100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,91,53,0); } 50% { transform: scale(.72); box-shadow: 0 0 0 6px rgba(255,91,53,.1); } 68% { transform: scale(1.2); box-shadow: 0 0 0 2px rgba(255,91,53,0); } }
.display { margin: 0; max-width: 780px; font-size: clamp(3.25rem, 5.35vw, 5.25rem); line-height: .97; letter-spacing: -.065em; font-weight: 720; }
.display em { color: var(--orange); font-style: normal; }
.display--page { max-width: 850px; font-size: clamp(3.25rem, 5.3vw, 5.7rem); }
.intro { margin: 0; color: #4f5552; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.55; letter-spacing: -.018em; }
.section { padding: 120px 0; }
.section-title { margin: 0; max-width: 760px; font-size: clamp(2.5rem, 4.1vw, 4.6rem); line-height: .98; letter-spacing: -.057em; font-weight: 710; }
.section-head { margin-bottom: 58px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr); gap: 80px; align-items: end; }
.section-head > p, .section-head > div:last-child > p { margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.65; }
.section-head--compact { align-items: center; }
.text-link { width: fit-content; margin-top: 22px; padding-bottom: 5px; display: flex; gap: 28px; border-bottom: 1px solid currentColor; font-weight: 750; }
.text-link span:last-child { transition: transform .25s; }
.text-link:hover span:last-child { transform: translate(4px, -4px); }

/* Home hero */
.home-hero { position: relative; padding: 150px 0 0; min-height: 820px; overflow: hidden; background: var(--paper); }
.home-hero::before { content: ""; position: absolute; z-index: 0; width: 34vw; height: 34vw; min-width: 480px; min-height: 480px; right: -12vw; top: 112px; border: 80px solid var(--aqua); border-radius: 50%; opacity: .95; }
.hero-studio { position: relative; z-index: 1; min-height: 610px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr); align-items: center; gap: 58px; }
.hero-copy { padding: 36px 0 66px; }
.hero-copy .intro { max-width: 620px; margin-top: 30px; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-promises { margin-top: 54px; padding-top: 20px; display: flex; gap: 32px; border-top: 1px solid var(--line); }
.hero-promises span { display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.hero-promises i { color: var(--orange); font-style: normal; font-size: .62rem; }
.hero-scene { position: relative; min-height: 585px; padding-right: 18px; }
.hero-orbit { position: absolute; inset: 17% 1% 0 13%; border-radius: 52% 48% 45% 55%; background: var(--orange); animation: heroMorph 9s ease-in-out infinite alternate; }
.hero-orbit::before { content: ""; position: absolute; left: -42px; top: 34%; width: 126px; height: 126px; border: 22px solid var(--lime); border-radius: 50%; }
.hero-orbit span { position: absolute; border-radius: 50%; background: var(--ink); }
.hero-orbit span:nth-child(1) { width: 20px; height: 20px; right: 15%; top: 10%; }
.hero-orbit span:nth-child(2) { width: 9px; height: 9px; left: 17%; bottom: 14%; background: white; }
.hero-orbit span:nth-child(3) { width: 34px; height: 34px; right: 8%; bottom: 18%; background: var(--aqua); }
@keyframes heroMorph { 0% { border-radius: 52% 48% 45% 55% / 53% 42% 58% 47%; transform: rotate(-2deg); } 100% { border-radius: 44% 56% 51% 49% / 46% 58% 42% 54%; transform: rotate(2deg); } }
.hero-window { position: absolute; margin: 0; overflow: hidden; background: white; border: 1px solid rgba(23,26,25,.16); border-radius: 20px; transition: translate .45s var(--ease); }
.hero-window img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center top; }
.hero-window--main { z-index: 3; left: 3%; top: 16px; width: 76%; height: auto; aspect-ratio: 1.44; transform: rotate(-1.6deg); }
.hero-window--main img { height: calc(100% - 36px); }
.hero-window--data { z-index: 5; right: 3%; bottom: 22px; width: 47%; height: auto; aspect-ratio: 1.36; transform: rotate(2deg); }
.hero-window--data img { height: calc(100% - 34px); }
.browser-bar { height: 36px; padding: 0 12px; display: flex; align-items: center; gap: 5px; background: white; color: var(--muted); font-size: .58rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #c8cbc9; }
.browser-bar i:first-child { background: var(--orange); }
.browser-bar span { margin-left: auto; }
.hero-stamp { position: absolute; z-index: 6; left: -6px; bottom: 34px; width: 160px; height: 160px; padding: 18px; display: flex; align-items: flex-end; justify-content: space-between; border-radius: 50%; background: var(--ink); color: white; animation: floatStamp 5s ease-in-out infinite; }
.hero-stamp img { width: 22px; height: 72px; object-fit: contain; filter: brightness(0) invert(1); }
.hero-stamp span { max-width: 82px; font-size: .62rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .09em; }
.hero-signal { position: absolute; z-index: 7; right: 9%; top: 0; width: 140px; padding: 11px 12px 11px 14px; display: flex; align-items: center; gap: 10px; border-radius: 999px; background: var(--lime); transform: rotate(5deg); }
.hero-signal b { font-size: 1.25rem; }
.hero-signal span { font-size: .63rem; font-weight: 800; line-height: 1.15; text-transform: uppercase; letter-spacing: .07em; }
@keyframes floatStamp { 0%,100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-12px) rotate(-1deg); } }
.capability-ribbon { position: relative; z-index: 2; width: calc(100% + 96px); margin-left: -48px; overflow: hidden; padding: 17px 0; background: var(--ink); color: white; transform: rotate(-.7deg); transform-origin: center; }
.capability-ribbon > div { width: max-content; display: flex; align-items: center; gap: 26px; animation: rail 30s linear infinite; }
.capability-ribbon span { font-size: .82rem; font-weight: 800; letter-spacing: .14em; }
.capability-ribbon i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
@keyframes rail { to { transform: translateX(-50%); } }

/* Commercial offer paths */
.offers-section { position: relative; padding-top: 150px; background: var(--canvas); overflow: hidden; }
.offers-section::after { content: "D"; position: absolute; right: -70px; top: -180px; color: rgba(23,26,25,.035); font-size: 580px; line-height: 1; font-weight: 900; pointer-events: none; }
.offers-section .section-head { position: relative; z-index: 2; padding: 52px 58px; border: 2px solid rgba(23,26,25,.8); border-radius: 68px 38px 78px 44px / 48px 70px 46px 72px; background: white; animation: offerBubble 8s ease-in-out infinite alternate; }
.offers-section .section-head::before, .offers-section .section-head::after,
.offers-section .section-head > div:first-child::before, .offers-section .section-head > div:first-child::after { content: ""; position: absolute; z-index: 3; border-radius: 50%; pointer-events: none; }
.offers-section .section-head::before { width: 10px; height: 10px; right: 12%; top: -6px; background: var(--orange); animation: particleOne 3.8s ease-in-out infinite; }
.offers-section .section-head::after { width: 7px; height: 7px; right: 4%; bottom: 17%; background: var(--ink); animation: particleTwo 4.6s ease-in-out .6s infinite; }
.offers-section .section-head > div:first-child::before { width: 13px; height: 13px; left: -8px; bottom: 20%; background: var(--aqua); animation: particleThree 4.2s ease-in-out .2s infinite; }
.offers-section .section-head > div:first-child::after { width: 6px; height: 6px; left: 18%; top: -4px; background: var(--lime); animation: particleFour 3.4s ease-in-out .9s infinite; }
@keyframes offerBubble { 0% { border-radius: 68px 38px 78px 44px / 48px 70px 46px 72px; } 50% { border-radius: 46px 74px 42px 72px / 70px 44px 76px 48px; } 100% { border-radius: 78px 44px 66px 38px / 44px 74px 50px 68px; } }
@keyframes particleOne { 0%,25% { opacity: 0; transform: translate(0,12px) scale(.4); } 55% { opacity: 1; } 100% { opacity: 0; transform: translate(24px,-34px) scale(1.1); } }
@keyframes particleTwo { 0%,20% { opacity: 0; transform: translate(-8px,0) scale(.5); } 50% { opacity: 1; } 100% { opacity: 0; transform: translate(38px,20px) scale(1.2); } }
@keyframes particleThree { 0%,20% { opacity: 0; transform: translate(10px,-4px) scale(.5); } 50% { opacity: 1; } 100% { opacity: 0; transform: translate(-34px,28px) scale(1.15); } }
@keyframes particleFour { 0%,20% { opacity: 0; transform: translate(0,12px); } 50% { opacity: 1; } 100% { opacity: 0; transform: translate(-18px,-28px) scale(1.3); } }
.offer-picker { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.offer-product { position: relative; min-height: 440px; padding: 30px; display: flex; flex-direction: column; overflow: hidden; border: 0; border-radius: var(--radius); background: white; transition: transform .68s var(--liquid), border-radius .68s var(--liquid); }
.offer-product::after { content: ""; position: absolute; width: 170px; height: 170px; right: -110px; bottom: -110px; border: 24px solid currentColor; border-radius: 50%; opacity: .08; transition: transform .78s var(--liquid), opacity .45s; }
.offer-product > * { position: relative; z-index: 1; }
.offer-product:nth-child(1), .offer-product:nth-child(4) { grid-column: span 7; }
.offer-product:nth-child(2), .offer-product:nth-child(3) { grid-column: span 5; }
.offer-product:nth-child(2) { background: var(--orange); color: white; }
.offer-product:nth-child(3) { background: var(--aqua); color: var(--ink); }
.offer-product:nth-child(4) { background: var(--ink); color: white; }
.offer-product:hover { transform: translateY(-10px) rotate(.45deg); border-radius: 52px 24px 52px 24px; }
.offer-product:hover::after { opacity: .18; transform: translate(-36px,-34px) rotate(24deg) scale(1.15); }
.offer-product__top { min-height: 86px; display: flex; align-items: flex-start; gap: 10px; }
.offer-index { font-size: .66rem; font-weight: 800; opacity: .58; }
.offer-tag, .offer-choice { padding: 7px 10px; border-radius: 99px; background: var(--canvas); color: var(--ink); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.offer-choice { margin-left: auto; background: white; color: var(--ink); }
.offer-product:nth-child(2) .offer-tag, .offer-product:nth-child(4) .offer-tag { background: white; }
.offer-product:nth-child(3) .offer-tag { background: var(--ink); color: white; }
.service-picto, .plan-picto { position: relative; width: 74px; height: 74px; margin-left: auto; flex: none; border-radius: 23px; background: var(--ink); transition: transform .68s var(--liquid), border-radius .68s var(--liquid); }
.offer-product:hover .service-picto, .pricing-card:hover .plan-picto { transform: rotate(7deg) scale(1.06); }
.service-picto span, .plan-picto span { position: absolute; inset: 18px; border: 2px solid white; border-radius: 8px; }
.service-picto i, .plan-picto i { position: absolute; display: block; background: var(--aqua); border-radius: 99px; }
.service-picto i:nth-of-type(1) { width: 24px; height: 3px; left: 25px; top: 29px; }
.service-picto i:nth-of-type(2) { width: 14px; height: 3px; left: 25px; top: 38px; }
.service-picto i:nth-of-type(3) { width: 7px; height: 7px; right: 17px; top: 16px; }
.service-picto--commerce span { inset: 21px 16px 16px; border-top: 0; transform: skew(-4deg); }
.service-picto--connect span { inset: 16px; border-radius: 50%; }
.service-picto--connect i:nth-of-type(1) { width: 38px; left: 18px; top: 35px; }
.service-picto--connect i:nth-of-type(2) { width: 10px; height: 10px; left: 13px; top: 31px; }
.service-picto--connect i:nth-of-type(3) { width: 10px; height: 10px; right: 13px; top: 31px; }
.service-picto--care span { border-radius: 50%; border-style: dashed; }
.offer-product__body { margin-top: auto; max-width: 600px; }
.offer-product__body h3 { margin: 0; max-width: 540px; font-size: clamp(2rem, 3vw, 3.55rem); line-height: .98; letter-spacing: -.055em; font-weight: 710; }
.offer-product__body p { max-width: 520px; margin: 18px 0 0; color: inherit; opacity: .7; font-size: .98rem; line-height: 1.55; }
.offer-product__facts { margin-top: 26px; padding-top: 18px; display: flex; gap: 42px; border-top: 1px solid currentColor; border-color: rgba(23,26,25,.14); }
.offer-product:nth-child(2) .offer-product__facts, .offer-product:nth-child(4) .offer-product__facts { border-color: rgba(255,255,255,.28); }
.offer-product__facts span { display: grid; }
.offer-product__facts small, .offer-product__footer small { opacity: .6; font-size: .6rem; text-transform: uppercase; letter-spacing: .09em; }
.offer-product__facts b { margin-top: 4px; font-size: .77rem; }
.offer-product__footer { margin-top: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.offer-product__footer > span { display: grid; }
.offer-product__footer strong { margin-top: 3px; font-size: 1.25rem; letter-spacing: -.03em; }
.offer-cta { display: flex; align-items: center; gap: 16px; font-size: .76rem; }
.offer-cta i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-style: normal; transition: transform .35s; }
.offer-product:nth-child(2) .offer-cta i, .offer-product:nth-child(4) .offer-cta i { background: white; color: var(--ink); }
.offer-product:hover .offer-cta i { transform: rotate(45deg); }
.offer-note { margin: 18px 0 0; color: var(--muted); font-size: .72rem; }
.automation-teaser { position: relative; z-index: 1; min-height: 245px; margin-top: 18px; padding: 34px 38px; display: grid; grid-template-columns: 110px minmax(0,1fr) auto; gap: 34px; align-items: center; overflow: hidden; border-radius: 38px; background: var(--ink); color: white; transition: transform .72s var(--liquid), border-radius .72s var(--liquid); }
.automation-teaser:hover { transform: translateY(-8px); border-radius: 54px 24px 48px 28px; }
.automation-teaser__signal { position: relative; width: 94px; height: 94px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; transition: transform .9s var(--liquid), border-radius .9s var(--liquid); }
.automation-teaser:hover .automation-teaser__signal { transform: rotate(22deg) scale(1.08,.94); border-radius: 44% 56% 61% 39%; }
.automation-teaser__signal span { position: absolute; inset: 23px; border: 2px solid var(--orange); border-radius: 50%; }
.automation-teaser__signal i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--aqua); animation: relayPulse 2.1s var(--ease) infinite; }
.automation-teaser__signal i:nth-of-type(1) { top: 9px; left: 42px; }
.automation-teaser__signal i:nth-of-type(2) { right: 10px; bottom: 25px; animation-delay: .35s; }
.automation-teaser__signal i:nth-of-type(3) { left: 8px; bottom: 22px; animation-delay: .7s; }
.automation-teaser > div:nth-child(2) { max-width: 760px; }
.automation-teaser small { color: var(--aqua); font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.automation-teaser strong { display: block; margin-top: 12px; font-size: clamp(2.2rem,3.5vw,3.8rem); line-height: .94; letter-spacing: -.055em; }
.automation-teaser p { max-width: 720px; margin: 16px 0 0; color: rgba(255,255,255,.66); line-height: 1.6; }
.automation-teaser__deal { min-width: 220px; display: grid; gap: 24px; }
.automation-teaser__deal > span { padding-top: 14px; display: grid; gap: 7px; border-top: 1px solid rgba(255,255,255,.22); }
.automation-teaser__deal b { font-size: 1.55rem; letter-spacing: -.04em; }
.automation-teaser__deal em { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: white; font-size: .78rem; font-style: normal; font-weight: 800; }
.automation-teaser__deal em i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--ink); font-style: normal; transition: transform .68s var(--liquid), border-radius .68s var(--liquid); }
.automation-teaser:hover .automation-teaser__deal em i { transform: rotate(45deg) scale(1.08,.94); border-radius: 58% 42% 61% 39%; }

@media (max-width: 1100px) {
  .automation-teaser { grid-template-columns: 110px minmax(0,1fr); }
  .automation-teaser__deal { grid-column: 2; min-width: 0; grid-template-columns: minmax(0,1fr) auto; align-items: end; }
}

/* Work */
.project-section { overflow: hidden; background: white; }
.project-showcase { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; align-items: start; }
.project-card { display: block; }
.project-card--narrow { margin-top: 105px; }
.project-visual { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 38px; background: var(--canvas); }
.project-card--narrow .project-visual { aspect-ratio: 16 / 9; }
.project-visual img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; transform: none; transition: filter .5s var(--ease); }
.project-card:hover .project-visual img { filter: saturate(1.06) contrast(1.02); }
.project-image-badge { position: absolute; left: 18px; top: 18px; padding: 8px 11px; border-radius: 99px; background: white; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.project-image-index { position: absolute; right: 18px; bottom: 15px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: .72rem; font-weight: 800; }
.project-meta { padding: 22px 4px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.project-meta p { margin: 0 0 5px; color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.project-meta h3 { margin: 0; font-size: 1.75rem; letter-spacing: -.045em; }
.project-meta > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); transition: transform .3s, background .3s, color .3s; }
.project-card:hover .project-meta > span { transform: rotate(45deg); background: var(--ink); color: white; }
.project-note { display: inline-block; margin-top: 8px; color: var(--muted); font-size: .68rem; }

/* Method and expertise */
.method-section { position: relative; margin: 0 16px; padding: 110px 0; overflow: hidden; border-radius: 60px; background: var(--orange); color: white; }
.method-section::after { content: ""; position: absolute; width: 410px; height: 410px; right: -110px; top: -170px; border: 65px solid var(--lime); border-radius: 50%; }
.method-section .eyebrow, .method-section .intro { color: white; }
.method-section .eyebrow::before { background: var(--ink); }
.method-intro { position: relative; z-index: 1; max-width: 720px; }
.method-intro .intro { max-width: 540px; margin-top: 25px; opacity: .8; }
.method-list { position: relative; z-index: 1; margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.method-step { min-height: 300px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.52); border-radius: 28px; background: rgba(255,255,255,.11); transition: background .45s var(--ease), color .35s, transform .68s var(--liquid), border-radius .68s var(--liquid); }
.method-step:last-child { border-right: 1px solid rgba(255,255,255,.52); }
.method-section .method-step:hover { background: white; color: var(--ink); transform: translateY(-10px) rotate(-.6deg); border-radius: 46px 20px 46px 20px; }
.method-step__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.method-step__top span, .method-step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--ink); font-size: .7rem; font-weight: 800; }
.method-step__top svg { width: 46px; height: 46px; fill: none; stroke: white; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: stroke .35s, transform .68s var(--liquid); }
.method-section .method-step:hover .method-step__top svg { stroke: var(--orange); transform: rotate(8deg) scale(1.08); }
.method-step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--ink); font-size: .7rem; font-weight: 800; }
.method-step h3 { margin: 0; font-size: 1.55rem; letter-spacing: -.04em; }
.method-step p { margin: 11px 0 0; color: rgba(255,255,255,.76); font-size: .86rem; line-height: 1.55; }
.method-section .method-step:hover p { color: var(--muted); }
.expertise-section { padding-top: 150px; }
.expertise-list { display: grid; gap: 10px; border-top: 0; }
.expertise-item { position: relative; min-height: 132px; padding: 26px 28px; display: grid; grid-template-columns: 70px minmax(240px, .85fr) minmax(300px, 1fr) 52px; align-items: center; gap: 32px; border: 0; border-radius: 26px; background: var(--canvas); overflow: hidden; transition: color .35s, background .4s, transform .68s var(--liquid), border-radius .68s var(--liquid); }
.expertise-item::before { content: none; }
.expertise-item:hover { padding-inline: 28px; color: white; background: var(--orange); transform: translateX(10px); border-radius: 48px 24px 48px 24px; }
.expertise-item > span:first-child { font-size: .66rem; font-weight: 800; }
.expertise-item h3 { margin: 0; font-size: clamp(1.5rem, 2.3vw, 2.45rem); line-height: 1.05; letter-spacing: -.045em; }
.expertise-item p { margin: 0; color: var(--muted); transition: color .35s; }
.expertise-item:hover p { color: rgba(255,255,255,.78); }
.expertise-item .arrow { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; transition: transform .35s; }
.expertise-item:hover .arrow { transform: rotate(45deg) scale(1.08); background: white; color: var(--ink); }

/* Reviews, location, FAQ */
.testimonial-section { padding-top: 20px; background: white; }
.testimonial-shell { padding: 58px; overflow: hidden; border-radius: 54px; background: var(--ink); color: white; }
.testimonial-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.testimonial-toolbar .eyebrow { color: rgba(255,255,255,.62); }
.testimonial-toolbar .section-title { max-width: 640px; font-size: clamp(2.2rem, 3.2vw, 3.5rem); }
.testimonial-toolbar > div:last-child { display: grid; justify-items: end; gap: 16px; }
.demo-label, .outcome-label { padding: 7px 9px; border-radius: 99px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.7); font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; color: white; transition: background .25s, color .25s, transform .25s; }
.carousel-button:hover { background: var(--orange); border-color: var(--orange); transform: scale(1.06); }
.testimonial-frame { margin-top: 42px; overflow: hidden; }
.testimonial-track { display: flex; transition: transform .75s var(--ease); }
.testimonial-slide { min-width: 100%; display: grid; grid-template-columns: 105px 1fr; gap: 34px; align-items: start; }
.quote-mark { color: var(--orange); font-size: 2.6rem; line-height: 1; font-weight: 750; letter-spacing: -.06em; }
.testimonial-slide blockquote { max-width: 760px; margin: 0; font-size: clamp(1.2rem, 1.8vw, 1.75rem); line-height: 1.28; letter-spacing: -.025em; }
.testimonial-author { margin-top: 28px; display: flex; align-items: center; gap: 13px; }
.testimonial-author i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--orange); font-style: normal; font-size: .7rem; font-weight: 800; }
.testimonial-author span { display: grid; }
.testimonial-author small { color: rgba(255,255,255,.58); }
.contact-strip { margin: 0 16px; border-radius: 60px; background: var(--lime); }
.contact-strip__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.contact-strip .eyebrow { color: rgba(23,26,25,.62); }
.contact-strip__details { display: grid; gap: 22px; }
.contact-strip address { font-size: 1.35rem; line-height: 1.3; letter-spacing: -.03em; }
.contact-strip__details p { margin: 0; color: rgba(23,26,25,.7); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; font-size: 1.12rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span:last-child { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--canvas); transition: transform .3s, background .3s; }
.faq-list details[open] summary span:last-child { transform: rotate(45deg); background: var(--orange); color: white; }
.faq-list details p { max-width: 730px; margin: -2px 0 26px; color: var(--muted); line-height: 1.65; }
.final-cta { padding: 105px 0; margin: 0 16px 16px; overflow: hidden; border-radius: 60px; background: var(--aqua); }
.final-cta-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.final-cta-grid::after { content: ""; position: absolute; width: 340px; height: 340px; left: 48%; bottom: -270px; border: 55px solid var(--orange); border-radius: 50%; pointer-events: none; }
.final-index { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.final-cta h2 { margin: 12px 0 0; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .95; letter-spacing: -.06em; }
.final-cta-grid > div:last-child { position: relative; z-index: 1; display: grid; justify-items: start; gap: 24px; }
.final-cta p { margin: 0; max-width: 500px; font-size: 1.05rem; }

/* Inner pages */
.page-hero { position: relative; padding: 180px 0 105px; overflow: hidden; background: var(--canvas); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -110px; bottom: -210px; border: 70px solid var(--orange); border-radius: 50%; pointer-events: none; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 80px; align-items: end; }
.breadcrumbs { margin-bottom: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs a:hover { color: var(--orange); }
.page-hero .intro { max-width: 700px; margin-top: 30px; }
.page-aside { position: relative; z-index: 1; padding: 28px; border-radius: 30px; background: white; }
.page-aside > small { display: block; color: var(--muted); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.page-aside > strong { display: block; margin-top: 8px; font-size: 1.85rem; line-height: 1.05; letter-spacing: -.04em; }
.page-aside h2 { margin: 16px 0 0; font-size: 1.85rem; line-height: 1.05; letter-spacing: -.04em; }
.page-aside p { margin: 16px 0 0; color: var(--muted); }
.page-aside .btn { margin-top: 24px; }
.page-signal { display: none; }
.content-grid { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 90px; align-items: start; }
.content-main { min-width: 0; }
.content-side { position: sticky; top: 124px; }
.section--mineral { background: var(--canvas); }
.section--ink { background: var(--ink); color: white; }
.section--ink .eyebrow, .section--ink p { color: rgba(255,255,255,.7); }
.feature-grid, .pricing-grid, .decision-grid { display: grid; gap: 18px; }
.feature-grid, .decision-grid { grid-template-columns: repeat(2, 1fr); }
.pricing-grid { grid-template-columns: repeat(3, 1fr); }
.feature, .pricing-card, .decision-card, .contact-detail, .offer-band > div { padding: 28px; border-radius: 28px; background: white; }
.feature:nth-child(3n+2) { background: var(--canvas); }
.feature, .contact-detail, .page-aside, .deliverable-list li, .offer-band > div { transition: transform .68s var(--liquid), background .35s, color .35s, border-radius .68s var(--liquid); }
.feature:hover { z-index: 1; background: var(--lime); transform: translateY(-8px) rotate(-.5deg); border-radius: 42px 20px 42px 20px; }
.contact-detail:hover { background: white; transform: translateX(7px); border-radius: 18px 32px 18px 32px; }
.page-aside:hover { transform: translateY(-6px) rotate(-.35deg); border-radius: 42px 22px 42px 22px; }
.deliverable-list li:hover { background: var(--lime); transform: translateY(-5px) rotate(.3deg); border-radius: 28px 16px 28px 16px; }
.offer-band > div:hover { background: var(--lime); transform: translateY(-7px); border-radius: 44px 22px 44px 22px; }
.feature span { color: var(--orange); font-size: .67rem; font-weight: 800; }
.feature h3, .decision-card h3, .contact-detail h2, .offer-band h2 { margin: 40px 0 0; font-size: 1.55rem; line-height: 1.08; letter-spacing: -.04em; }
.feature p, .decision-card p, .contact-detail p, .offer-band p { margin: 14px 0 0; color: var(--muted); line-height: 1.6; }
.pricing-ribbon, .decision-ribbon { margin-bottom: 14px; color: var(--orange); font-size: .62rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.pricing-card { min-height: 470px; display: flex; flex-direction: column; transition: transform .68s var(--liquid), border-radius .68s var(--liquid); }
.pricing-card:hover { transform: translateY(-10px) rotate(-.45deg); border-radius: 46px 22px 46px 22px; }
.pricing-card.is-featured, .pricing-card--featured, .decision-card--featured { background: var(--orange); color: white; }
.pricing-card.is-featured p, .pricing-card.is-featured li, .pricing-card--featured p, .pricing-card--featured li, .decision-card--featured p { color: rgba(255,255,255,.78); }
.pricing-card h3 { margin: 20px 0 0; font-size: 1.65rem; letter-spacing: -.04em; }
.pricing-card__number, .price { margin: 25px 0 0; font-size: 2.45rem; line-height: 1; letter-spacing: -.055em; font-weight: 750; }
.pricing-card ul { margin: 26px 0 30px; padding: 0; list-style: none; }
.pricing-card li { padding: 9px 0; display: flex; gap: 8px; color: var(--muted); border-bottom: 1px solid rgba(23,26,25,.1); font-size: .86rem; }
.pricing-card li::before { content: "↳"; color: var(--orange); }
.pricing-card.is-featured li::before, .pricing-card--featured li::before { color: white; }
.pricing-card .btn { margin-top: auto; width: 100%; }
.pricing-card.is-featured .btn--primary, .pricing-card--featured .btn--primary { border-color: white; background: white; color: var(--ink); }
.price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; }
.price span { font-size: .66rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.plan-picto { margin-left: 0; background: var(--ink); }
.plan-picto i:nth-of-type(1) { width: 20px; height: 3px; left: 27px; top: 27px; }
.plan-picto i:nth-of-type(2) { width: 28px; height: 3px; left: 23px; top: 36px; }
.plan-picto i:nth-of-type(3) { width: 14px; height: 3px; left: 30px; top: 45px; }
.offer-band { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.offer-band > div:nth-child(even) { background: var(--aqua); }
.offer-band h2 { margin-top: 0; }
.deliverable-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.deliverable-list li { min-height: 82px; padding: 18px; display: flex; align-items: center; gap: 14px; border-radius: 18px; background: white; }
.deliverable-list li::before { content: "✓"; width: 30px; height: 30px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--lime); font-weight: 800; }
.audit-section { position: relative; overflow: hidden; background: white; }
.audit-section::before { content: ""; position: absolute; left: -112px; bottom: -162px; width: 290px; height: 290px; border: 46px solid var(--orange); border-radius: 46% 54% 61% 39%; opacity: .1; transform: rotate(18deg); pointer-events: none; }
.audit-layout { position: relative; display: grid; grid-template-columns: minmax(330px,.72fr) minmax(0,1.28fr); gap: clamp(54px,7vw,104px); align-items: start; }
.audit-intro { position: sticky; top: 124px; }
.audit-intro h2 { margin: 0; max-width: 600px; font-size: clamp(2.6rem,4vw,4.65rem); line-height: .96; letter-spacing: -.06em; }
.audit-intro > p:last-child { margin: 30px 0 0; max-width: 560px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.audit-board { margin: 0; padding: 12px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px; overflow: hidden; list-style: none; border-radius: 40px; background: var(--ink); color: white; }
.audit-item { position: relative; min-height: 166px; padding: 24px; display: grid; grid-template-columns: 38px minmax(0,1fr) 36px; align-items: start; gap: 16px; overflow: visible; border: 1px solid rgba(255,255,255,.16); background: var(--ink); color: white; transition: color .28s, background .28s, border-color .28s, border-radius .7s var(--liquid); }
.audit-item:nth-child(1) { border-radius: 29px 8px 8px; }
.audit-item:nth-child(2) { border-radius: 8px 29px 8px 8px; }
.audit-item:nth-last-child(2) { border-radius: 8px 8px 8px 29px; }
.audit-item:last-child { border-radius: 8px 8px 29px; }
.audit-item__number { color: var(--orange); font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.audit-item strong { max-width: 24ch; font-size: 1.06rem; line-height: 1.35; letter-spacing: -.025em; }
.audit-item__arrow { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font-size: .8rem; transition: transform .7s var(--liquid), border-radius .7s var(--liquid), background .25s, color .25s, border-color .25s; }
.audit-item:hover { z-index: 2; background: white; color: var(--ink); border-color: white; border-radius: 28px 14px 28px 14px; }
.audit-item:hover .audit-item__arrow { border-color: var(--orange); background: var(--orange); color: white; transform: rotate(46deg) scale(1.1,.92); border-radius: 58% 42% 62% 38%; }
.decision-card { min-height: 260px; display: flex; flex-direction: column; }
.decision-card { transition: transform .68s var(--liquid), border-radius .68s var(--liquid); }
.decision-card:hover { transform: translateY(-9px) rotate(.35deg); border-radius: 46px 22px 46px 22px; }
.decision-grid .decision-card { min-height: 540px; }
.decision-grid .decision-card:nth-child(3) { background: var(--aqua); }
.decision-grid .decision-card:nth-child(4) { background: var(--ink); color: white; }
.decision-grid .decision-card:nth-child(4) p, .decision-grid .decision-card:nth-child(4) li { color: rgba(255,255,255,.72); }
.decision-card__head { display: flex; justify-content: space-between; gap: 15px; }
.decision-card__copy { margin-top: auto; }
.decision-card ul { margin: 24px 0 0; padding: 0; list-style: none; }
.decision-card li { padding: 8px 0; border-bottom: 1px solid rgba(23,26,25,.12); color: var(--muted); font-size: .84rem; }
.decision-card li::before { content: "↳"; margin-right: 8px; color: var(--orange); }
.decision-card--featured li { border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.78); }
.decision-card--featured li::before, .decision-grid .decision-card:nth-child(4) li::before { color: white; }
.decision-card__deal { margin-top: 28px; padding-top: 18px; border-top: 1px solid currentColor; }
.decision-card__deal { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.decision-card__deal span { display: grid; }
.decision-card__deal small { opacity: .6; font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; }
.decision-card__deal strong { font-size: 1.4rem; letter-spacing: -.04em; }
.decision-card .btn { margin-top: 24px; width: 100%; }
.decision-card--featured .btn--primary, .decision-grid .decision-card:nth-child(4) .btn--primary { border-color: white; background: white; color: var(--ink); }
.compare-table { width: 100%; border-collapse: collapse; background: white; border-radius: 24px; overflow: hidden; }
.compare-table th, .compare-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.compare-table th { color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 22px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.contact-detail { display: grid; gap: 8px; background: var(--canvas); }
.contact-detail small { color: var(--muted); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-detail strong { display: block; font-size: 1.02rem; line-height: 1.4; }
.contact-detail h2 { margin-top: 8px; }
.contact-form { padding: 36px; border-radius: 32px; background: var(--canvas); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .72rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; min-height: 54px; padding: 14px 15px; border: 1px solid transparent; border-radius: 14px; background: white; outline: none; transition: border-color .2s, transform .2s; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); transform: translateY(-2px); }
.form-footer { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-status { margin: 0; color: var(--muted); font-size: .8rem; opacity: 0; transition: opacity .25s; }
.form-status.is-visible { opacity: 1; }
.contact-location { padding-top: 18px; }
.contact-map { position: relative; min-height: 590px; overflow: hidden; border: 1px solid var(--line); border-radius: 48px; background: var(--canvas); }
.contact-map__viewport { position: absolute; inset: 0; }
.contact-map__viewport::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,26,25,.08), transparent 46%); pointer-events: none; }
.contact-map iframe { width: 100%; height: 100%; display: block; border: 0; filter: grayscale(.35) contrast(1.04); }
.contact-map__panel { position: absolute; z-index: 1; left: 28px; bottom: 28px; width: min(390px, calc(100% - 56px)); padding: 30px; border-radius: 30px; background: var(--ink); color: white; }
.contact-map__panel small { color: var(--orange); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.contact-map__panel h3 { margin: 18px 0 0; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; letter-spacing: -.05em; }
.contact-map__panel p { margin: 18px 0 0; color: rgba(255,255,255,.68); line-height: 1.6; }
.contact-map__panel .btn { margin-top: 24px; }
.content-side h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 3.65rem); line-height: 1; letter-spacing: -.052em; }
.content-main > p { margin: 0; max-width: 820px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.expertise-list + .section, .expertise-section + .section { margin-top: 0; }
.expertise-section .content-grid { margin-top: 40px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.project-grid .project-card:nth-child(even) { margin-top: 80px; }
.project-filters { margin-bottom: 40px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 11px 16px; border: 0; border-radius: 999px; background: var(--canvas); font-weight: 750; }
.filter-button { transition: transform .58s var(--liquid), color .3s, background .3s, border-radius .58s var(--liquid); }
.filter-button:hover { background: var(--orange); color: white; transform: translateY(-3px); border-radius: 12px 999px 999px 12px; }
.filter-button.is-active { background: var(--ink); color: white; }
.prototype-notice { margin: 0; padding: 108px 0 10px; background: var(--lime); color: var(--ink); font-size: .76rem; font-weight: 700; }
.prototype-notice .shell { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.prototype-notice p { margin: 0; }
.prototype-notice .demo-label { color: var(--ink); background: rgba(255,255,255,.55); }
.demo-label + .prototype-notice { margin-top: 12px; }
.btn span + span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; transition: transform .68s var(--liquid), border-radius .68s var(--liquid), background .3s, color .3s; }
.pricing-card.is-featured .btn span + span, .pricing-card--featured .btn span + span, .decision-card--featured .btn span + span, .decision-grid .decision-card:nth-child(4) .btn span + span { background: var(--ink); color: white; }
.pricing-card.is-featured .btn:hover span + span, .pricing-card--featured .btn:hover span + span, .decision-card--featured .btn:hover span + span, .decision-grid .decision-card:nth-child(4) .btn:hover span + span { background: white; color: var(--ink); }
.section--mineral .method-list { gap: 14px; }
.section--mineral .method-step { min-height: 240px; border: 0; border-radius: 24px; background: white; color: var(--ink); }
.section--mineral .method-step p { color: var(--muted); }
.section--mineral .method-step > span { background: var(--orange); color: white; }

/* Package collection */
.offer-packages-hero .page-hero-grid { grid-template-columns: minmax(0,1.2fr) minmax(330px,.55fr); }
.offer-packages-hero .page-aside { background: var(--ink); color: white; }
.offer-packages-hero .page-aside p { color: rgba(255,255,255,.68); }
.package-showcase { padding-top: 104px; background: var(--canvas); }
.package-intro { max-width: 890px; margin-bottom: 54px; }
.package-intro .section-title { max-width: 890px; }
.package-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.package-card { min-height: 650px; padding: 38px; display: flex; flex-direction: column; overflow: hidden; border-radius: 42px; background: white; color: var(--ink); }
.package-card--commerce { background: var(--orange); color: white; }
.package-card--connect { background: var(--aqua); color: var(--ink); }
.package-card--care { background: var(--ink); color: white; }
.package-card--automation { grid-column: 1 / -1; min-height: 540px; background: var(--ink); color: white; }
.package-card--reflectiv { grid-column: 1 / -1; min-height: 540px; background: white; color: var(--ink); border: 1px solid var(--line); }
.package-card--reflectiv .package-card__body { max-width: 920px; }
.package-card--reflectiv .package-card__promise { max-width: 760px; }
.package-card--reflectiv::before { width: 360px; height: 360px; right: 5%; top: 54px; border-color: var(--orange); opacity: .09; }
.package-card--reflectiv::after { right: 10%; top: 132px; background: var(--aqua); }
.package-card--reflectiv .package-card__deal { width: min(100%, 920px); }
.package-card::before { content: ""; position: absolute; z-index: 0; width: 210px; height: 210px; right: 46px; top: 96px; border: 34px solid var(--orange); border-radius: 50%; opacity: .075; transition: transform .9s var(--liquid), border-radius .9s var(--liquid); }
.package-card--commerce::before { border-color: white; opacity: .12; }
.package-card--connect::before { border-color: var(--ink); opacity: .08; }
.package-card--care::before { border-color: white; opacity: .1; }
.package-card--automation::before { width: 360px; height: 360px; right: 7%; top: 42px; border-color: var(--orange); opacity: .78; }
.package-card::after { content: ""; position: absolute; z-index: 0; width: 14px; height: 14px; right: 88px; top: 132px; border-radius: 50%; background: var(--aqua); transition: transform .85s var(--liquid); }
.package-card--commerce::after { background: var(--lime); }
.package-card--connect::after { background: white; }
.package-card--care::after { background: var(--aqua); }
.package-card--automation::after { right: 13%; top: 118px; background: var(--aqua); }
.package-card > * { position: relative; z-index: 1; }
.package-card:hover::before { transform: rotate(16deg) scale(1.1); border-radius: 42% 58% 48% 52%; }
.package-card:hover::after { transform: translate(22px,-15px) scale(1.25); }
.package-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.package-card__eyebrow { display: flex; align-items: center; gap: 10px; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.package-card__eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.package-card--commerce .package-card__eyebrow::before { background: var(--lime); }
.package-card--connect .package-card__eyebrow::before { background: var(--ink); }
.package-card--care .package-card__eyebrow::before { background: var(--aqua); }
.package-card--automation .package-card__eyebrow::before { background: var(--aqua); }
.package-card__number { font-size: .72rem; font-weight: 850; opacity: .55; }
.package-card__body { margin-top: auto; }
.package-card h2 { max-width: 560px; margin: 0; font-size: clamp(2.7rem,4vw,4.65rem); line-height: .9; letter-spacing: -.065em; }
.package-card__promise { max-width: 560px; margin: 24px 0 0; font-size: 1.04rem; line-height: 1.55; opacity: .76; }
.package-card__chips { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 7px; }
.package-card__chips span { padding: 8px 11px; border: 1px solid currentColor; border-radius: 999px; font-size: .68rem; font-weight: 750; opacity: .82; }
.package-card__deal { margin-top: 34px; padding-top: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; border-top: 1px solid currentColor; }
.package-card__price { display: grid; gap: 5px; }
.package-card__price small { font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; opacity: .58; }
.package-card__price strong { font-size: 2rem; line-height: 1; letter-spacing: -.05em; }
.package-card__open { display: inline-flex; align-items: center; gap: 14px; font-size: .78rem; font-weight: 800; }
.package-card__open i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-style: normal; transition: transform .68s var(--liquid), border-radius .68s var(--liquid); }
.package-card--commerce .package-card__open i { background: white; color: var(--ink); }
.package-card--care .package-card__open i { background: white; color: var(--ink); }
.package-card--automation .package-card__open i { background: white; color: var(--ink); }
.package-card:hover .package-card__open i { transform: rotate(45deg) scale(1.08); }
.package-common { background: white; }
.common-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }
.common-card { min-height: 260px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 28px; background: white; }
.common-card:nth-child(1), .common-card:nth-child(4) { grid-column: span 5; }
.common-card:nth-child(2), .common-card:nth-child(3) { grid-column: span 7; }
.common-card:nth-child(2) { background: var(--lime); border-color: transparent; }
.common-card:nth-child(3) { background: var(--ink); color: white; }
.common-card__index { font-size: .68rem; font-weight: 850; opacity: .55; }
.common-card h3 { margin: auto 0 0; max-width: 520px; font-size: 1.75rem; line-height: 1; letter-spacing: -.045em; }
.common-card p { margin: 14px 0 0; max-width: 580px; color: var(--muted); line-height: 1.55; }
.common-card:nth-child(3) p { color: rgba(255,255,255,.7); }
.offer-extensions { padding-top: 0; }
.extension-panel { padding: 48px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; border-radius: 42px; background: var(--aqua); }
.extension-panel h2 { margin: 0; font-size: clamp(2.3rem,3.6vw,4rem); line-height: .95; letter-spacing: -.055em; }
.extension-list { display: grid; gap: 10px; }
.extension-row { padding: 20px 0; display: grid; grid-template-columns: 150px 1fr auto; gap: 26px; align-items: center; border-bottom: 1px solid rgba(23,26,25,.2); }
.extension-row span { font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.extension-row p { margin: 0; }
.extension-row b { font-size: 1.2rem; }
.problem-section { padding-top: 30px; background: white; }
.problem-layout { padding: 64px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; border-radius: 48px; background: var(--ink); color: white; }
.problem-copy { display: flex; flex-direction: column; align-items: flex-start; }
.problem-copy .eyebrow { color: rgba(255,255,255,.62); }
.problem-copy h2 { margin: 0; font-size: clamp(2.8rem,4vw,4.6rem); line-height: .92; letter-spacing: -.06em; }
.problem-copy p { margin: auto 0 0; max-width: 440px; color: rgba(255,255,255,.65); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.problem-card { min-height: 230px; padding: 24px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.22); border-radius: 26px; }
.problem-card:nth-child(2), .problem-card:nth-child(3) { background: white; color: var(--ink); }
.problem-card span { font-size: .67rem; font-weight: 850; opacity: .56; }
.problem-card h3 { margin: auto 0 0; font-size: 1.5rem; letter-spacing: -.04em; }
.problem-card p { margin: 10px 0 0; color: inherit; opacity: .68; line-height: 1.5; }

/* Package detail pages */
.service-hero .page-aside { overflow: hidden; background: var(--orange); color: white; }
.service-hero .page-aside p { color: rgba(255,255,255,.76); }
.service-hero__proof { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.service-hero__proof span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: .7rem; font-weight: 760; }
.scope-stage { background: var(--ink); color: white; }
.scope-stage .section-head > p { color: rgba(255,255,255,.68); }
.scope-stage .eyebrow { color: rgba(255,255,255,.62); }
.scope-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.scope-card { min-height: 300px; padding: 26px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; }
.scope-card:nth-child(2) { background: var(--orange); border-color: transparent; }
.scope-card:nth-child(3) { background: var(--aqua); color: var(--ink); border-color: transparent; }
.scope-card:nth-child(4) { background: white; color: var(--ink); border-color: transparent; }
.scope-card span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .67rem; font-weight: 850; }
.scope-card h3 { margin: auto 0 0; font-size: 1.6rem; line-height: 1; letter-spacing: -.045em; }
.scope-card p { margin: 12px 0 0; color: inherit; opacity: .7; font-size: .88rem; line-height: 1.55; }
.expertise-editorial { background: white; }
.expertise-ledger { border-top: 1px solid var(--line); }
.expertise-line { min-height: 190px; padding: 34px 24px; display: grid; grid-template-columns: 70px minmax(240px,.75fr) minmax(320px,1fr); gap: 38px; align-items: center; border-bottom: 1px solid var(--line); border-radius: 0; background: white; }
.expertise-line > span { align-self: start; font-size: .7rem; font-weight: 850; color: var(--orange); }
.expertise-line h3 { margin: 0; font-size: clamp(1.8rem,2.8vw,3rem); line-height: .98; letter-spacing: -.05em; }
.expertise-line p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.expertise-line:hover { border-radius: 28px; background: var(--canvas); }
.service-gallery { background: var(--canvas); overflow: hidden; }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 205px; gap: 16px; }
.gallery-card { position: relative; margin: 0; overflow: hidden; border-radius: 34px; background: var(--ink); }
.gallery-card--large { grid-column: span 7; grid-row: span 3; }
.gallery-card--top { grid-column: span 5; grid-row: span 2; }
.gallery-card--bottom { grid-column: span 5; grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--liquid), filter .55s var(--ease); }
.gallery-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-card figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 18px; background: white; color: var(--ink); }
.gallery-card figcaption span { font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.gallery-card figcaption b { font-size: 1rem; }
.service-outcomes { background: var(--orange); color: white; }
.outcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.outcome-grid h2 { margin: 0; max-width: 620px; font-size: clamp(3rem,5vw,5.8rem); line-height: .9; letter-spacing: -.065em; }
.outcome-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.outcome-list div { min-height: 180px; padding: 22px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.4); border-radius: 24px; }
.outcome-list strong { margin-top: auto; font-size: 1.35rem; letter-spacing: -.04em; }
.outcome-list span { color: rgba(255,255,255,.72); font-size: .78rem; }
.service-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-process-step { min-height: 290px; padding: 24px; display: flex; flex-direction: column; border-radius: 28px; background: white; }
.service-process-step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: .7rem; font-weight: 850; }
.service-process-step h3 { margin: auto 0 0; font-size: 1.45rem; letter-spacing: -.04em; }
.service-process-step p { margin: 12px 0 0; color: var(--muted); line-height: 1.55; }

/* Work / case studies */
.work-hero { padding: 176px 0 100px; overflow: hidden; background: var(--canvas); }
.work-hero__grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 54px; align-items: center; }
.work-hero .display { font-size: clamp(3.4rem,4.7vw,4.9rem); }
.work-hero .intro { max-width: 620px; margin-top: 26px; }
.work-collage { position: relative; min-height: 620px; }
.work-collage figure { position: absolute; margin: 0; overflow: hidden; border-radius: 30px; background: white; border: 1px solid var(--line); }
.work-collage img { width: 100%; height: 100%; padding: 10px; box-sizing: border-box; object-fit: contain; }
.work-collage figure:nth-child(1) { z-index: 2; left: 0; top: 50px; width: 68%; height: 470px; transform: rotate(-3deg); }
.work-collage figure:nth-child(2) { z-index: 3; right: 0; top: 0; width: 46%; height: 330px; transform: rotate(3deg); }
.work-collage figure:nth-child(3) { z-index: 4; right: 6%; bottom: 10px; width: 48%; height: 270px; transform: rotate(-1deg); }
.work-collage figcaption { position: absolute; left: 12px; bottom: 12px; padding: 8px 11px; border-radius: 99px; background: white; font-size: .62rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.work-collage--screens figure { border-color: rgba(23,26,25,.18); }
.work-collage--screens img { object-position: top center; }
.work-collage--screens figure:nth-child(1) { background: #f4ede6; }
.work-collage--screens figure:nth-child(2) { background: #f3f1ec; }
.work-collage--screens figure:nth-child(3) { background: #f2f2ef; }
.work-ledger { background: white; }
.case-feature { padding: 18px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 42px; background: white; }
.case-feature__media { min-height: 610px; overflow: hidden; border-radius: 30px; }
.case-feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--liquid); }
.case-feature:hover .case-feature__media img { transform: scale(1.035); }
.case-feature__media--pair { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--ink); }
.case-feature__media--pair figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.case-feature__media--pair figure:first-child img { object-position: 48% center; }
.case-feature__media--pair figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; border-radius: 99px; background: white; color: var(--ink); font-size: .62rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.case-feature__media--screen { min-height: 0; aspect-ratio: 16 / 9; align-self: center; padding: 14px; background: #f4f1ed; }
.case-feature__media--screen img { border-radius: 22px; object-fit: contain; object-position: top center; transform: scale(.985); }
.case-feature:hover .case-feature__media--screen img { transform: scale(1); }
.case-feature__content { padding: 30px; display: flex; flex-direction: column; }
.case-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.case-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.case-feature h2 { margin: auto 0 0; font-size: clamp(3rem,4.7vw,5.5rem); line-height: .88; letter-spacing: -.07em; }
.case-feature__content > p { margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.6; }
.case-metrics { margin-top: 30px; padding-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--line); }
.case-metrics span { display: grid; gap: 3px; }
.case-metrics small { color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .07em; }
.case-actions { display: grid; align-items: start; }
.case-actions .text-link { margin-top: 18px; }
.case-grid-new { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.case-tile { min-height: 660px; overflow: hidden; border-radius: 38px; background: var(--ink); color: white; }
.case-tile:nth-child(2) { margin-top: 110px; background: var(--orange); }
.case-tile__media { height: 400px; overflow: hidden; }
.case-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .95s var(--liquid); }
.case-tile:hover .case-tile__media img { transform: scale(1.05); }
.case-tile__copy { padding: 30px; }
.case-tile h3 { margin: 26px 0 0; font-size: 2.5rem; line-height: .95; letter-spacing: -.055em; }
.case-tile p { margin: 16px 0 0; max-width: 520px; color: rgba(255,255,255,.72); }
.case-note { display: inline-flex; margin-top: 26px; padding: 8px 10px; border: 1px solid currentColor; border-radius: 99px; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.case-source { margin: 28px 0 0; color: var(--muted); font-size: .82rem; }
.case-source a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.portfolio-wall { margin-top: 22px; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 22px; align-items: start; }
.portfolio-piece { grid-column: span 6; overflow: hidden; border: 1px solid var(--line); border-radius: 38px; background: white; transition: transform .85s var(--liquid), border-radius .85s var(--liquid); }
.portfolio-piece--reflectiv { grid-column: span 7; }
.portfolio-piece--horizon { grid-column: span 5; margin-top: 92px; background: var(--orange); color: white; border-color: transparent; }
.portfolio-piece--operations { grid-column: 3 / span 8; margin-top: 18px; background: var(--ink); color: white; border-color: transparent; }
.portfolio-piece:hover { transform: translateY(-9px); border-radius: 52px 28px 52px 28px; }
.portfolio-piece__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--canvas); }
.portfolio-piece--horizon .portfolio-piece__media, .portfolio-piece--operations .portfolio-piece__media { aspect-ratio: 16 / 10; }
.portfolio-piece__media img { width: 100%; height: 100%; padding: 12px; box-sizing: border-box; object-fit: contain; object-position: top center; transform: scale(.985); transition: transform 1s var(--liquid), filter .55s var(--ease); }
.portfolio-piece:hover .portfolio-piece__media img { transform: scale(1); filter: saturate(1.04); }
.portfolio-piece__copy { padding: 30px; }
.portfolio-piece__copy h3 { max-width: 670px; margin: 25px 0 0; font-size: clamp(2rem,3.2vw,3.6rem); line-height: .96; letter-spacing: -.055em; }
.portfolio-piece--horizon .portfolio-piece__copy h3 { font-size: clamp(2rem,2.7vw,3.05rem); }
.portfolio-piece__copy p { max-width: 620px; margin: 17px 0 0; color: var(--muted); line-height: 1.6; }
.portfolio-piece--horizon .portfolio-piece__copy p, .portfolio-piece--operations .portfolio-piece__copy p { color: rgba(255,255,255,.74); }
.portfolio-piece--horizon .case-tags span, .portfolio-piece--operations .case-tags span { border-color: rgba(255,255,255,.34); }
.portfolio-piece__link { margin-top: 26px; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.portfolio-piece__link span:last-child { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; transition: transform .65s var(--liquid), border-radius .65s var(--liquid); }
.portfolio-piece__link:hover span:last-child { transform: rotate(45deg) scale(1.08,.94); border-radius: 58% 42% 48% 52%; }
.proof-manifesto { margin: 0 16px; border-radius: 58px; background: var(--lime); }
.proof-manifesto__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.proof-manifesto h2 { margin: 0; font-size: clamp(3rem,5vw,5.4rem); line-height: .9; letter-spacing: -.065em; }
.proof-points { display: grid; gap: 8px; }
.proof-point { padding: 20px 0; display: grid; grid-template-columns: 60px 1fr; gap: 20px; border-bottom: 1px solid rgba(23,26,25,.22); }
.proof-point span { font-size: .68rem; font-weight: 850; }
.proof-point p { margin: 0; font-size: 1.05rem; }

/* Expertise - editorial dossier */
.expertise-hero { padding-bottom: 96px; }
.expertise-hero::after { width: 360px; height: 360px; right: -118px; bottom: -188px; border-width: 62px; }
.expertise-hero .page-hero-grid { grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr); gap: 88px; align-items: center; }
.expertise-index { position: relative; padding: 8px 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.expertise-index__head { padding: 17px 0 21px; display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: end; border-bottom: 1px solid var(--line); }
.expertise-index__head > span { color: var(--orange); font-size: .72rem; font-weight: 850; }
.expertise-index__head small, .expertise-index__head strong { display: block; }
.expertise-index__head small { color: var(--muted); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.expertise-index__head strong { margin-top: 3px; font-size: 1.6rem; letter-spacing: -.045em; }
.expertise-index nav { display: grid; }
.expertise-index nav a { min-height: 58px; display: grid; grid-template-columns: 58px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .55s var(--liquid), color .28s var(--ease); }
.expertise-index nav a:last-child { border-bottom: 0; }
.expertise-index nav a > span { color: var(--orange); font-size: .68rem; font-weight: 850; }
.expertise-index nav a b { font-size: .92rem; }
.expertise-index nav a i { font-style: normal; transition: transform .55s var(--liquid); }
.expertise-index nav a:hover { padding-inline: 9px; color: var(--orange); }
.expertise-index nav a:hover i { transform: rotate(45deg) scale(1.18); }

.expertise-manifesto { padding-block: 88px; overflow: hidden; background: white; }
.expertise-manifesto__grid { display: grid; grid-template-columns: 250px 1fr; gap: 30px 90px; align-items: start; }
.expertise-manifesto__statement { margin: 0; max-width: 900px; font-size: clamp(2.15rem, 4vw, 4.5rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 700; }
.expertise-manifesto__rail { grid-column: 1 / -1; padding-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.expertise-manifesto__rail i { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--orange); }

.expertise-chapter { position: relative; overflow: hidden; border-top: 1px solid var(--line); }
.expertise-chapter__head { margin-bottom: 72px; display: grid; grid-template-columns: minmax(360px, .95fr) minmax(360px, .72fr); gap: 100px; align-items: end; }
.expertise-chapter__head h2 { margin: 0; max-width: 720px; font-size: clamp(2.9rem, 5vw, 5.8rem); line-height: .92; letter-spacing: -.064em; }
.expertise-chapter__head > p { margin: 0; max-width: 620px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.expertise-sequence { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.expertise-sequence li { min-height: 152px; display: grid; grid-template-columns: 70px minmax(300px, .9fr) minmax(330px, 1fr); gap: 34px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .6s var(--liquid), color .3s var(--ease), background .3s var(--ease); }
.expertise-sequence li > span { align-self: start; padding-top: 29px; color: var(--orange); font-size: .68rem; font-weight: 850; }
.expertise-sequence small { color: var(--orange); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.expertise-sequence h3 { margin: 8px 0 0; font-size: clamp(1.65rem, 2.45vw, 2.75rem); line-height: 1; letter-spacing: -.052em; }
.expertise-sequence p { margin: 0; max-width: 570px; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.expertise-sequence li:hover { padding-inline: 18px; background: var(--canvas); }

.expertise-chapter--dark { margin-inline: 16px; border: 0; border-radius: 56px; background: var(--ink); color: white; }
.expertise-chapter--dark::after { content: "02"; position: absolute; right: -24px; bottom: -104px; color: rgba(255,255,255,.045); font-size: 390px; line-height: 1; font-weight: 900; letter-spacing: -.1em; pointer-events: none; }
.expertise-chapter--dark .expertise-chapter__head { position: relative; z-index: 1; }
.expertise-chapter--dark .eyebrow, .expertise-chapter--dark .expertise-chapter__head > p { color: rgba(255,255,255,.68); }
.expertise-checklist { position: relative; z-index: 1; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.expertise-checklist li { min-height: 102px; padding: 26px 26px 26px 0; display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 1.08rem; font-weight: 650; transition: padding .6s var(--liquid), color .3s var(--ease); }
.expertise-checklist li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.25); }
.expertise-checklist li:nth-child(even) { padding-left: 26px; }
.expertise-checklist li span { color: var(--orange); font-size: .67rem; font-weight: 850; }
.expertise-checklist li:hover { padding-left: 15px; color: var(--orange); }
.expertise-checklist li:nth-child(even):hover { padding-left: 41px; }

.expertise-chapter--system { background: white; }
.expertise-system { display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; border: 1px solid var(--ink); border-radius: 38px; background: var(--ink); }
.expertise-system__core { position: relative; min-height: 500px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--orange); color: white; }
.expertise-system__core::after { content: ""; position: absolute; width: 240px; height: 240px; right: -100px; bottom: -98px; border: 44px solid var(--ink); border-radius: 50%; }
.expertise-system__core span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; font-size: .68rem; font-weight: 850; }
.expertise-system__core strong { position: relative; z-index: 1; max-width: 390px; font-size: clamp(2.4rem, 3.8vw, 4.5rem); line-height: .92; letter-spacing: -.06em; }
.expertise-system__grid { display: grid; grid-template-columns: 1fr 1fr; background: white; }
.expertise-system__grid article { min-height: 250px; padding: 30px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); transition: background .35s var(--ease); }
.expertise-system__grid article:nth-child(even) { border-right: 0; }
.expertise-system__grid article:nth-child(n+3) { border-bottom: 0; }
.expertise-system__grid article:hover { background: var(--canvas); }
.expertise-system__grid small { color: var(--orange); font-size: .67rem; font-weight: 850; }
.expertise-system__grid h3 { margin: 56px 0 0; font-size: 1.75rem; line-height: 1.02; letter-spacing: -.045em; }
.expertise-system__grid p { margin: 13px 0 0; color: var(--muted); line-height: 1.55; }
.expertise-chapter--system .text-link { margin-top: 34px; }

.expertise-chapter--visibility { background: var(--canvas); }
.visibility-editorial { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: stretch; }
.visibility-monogram { min-height: 520px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.visibility-monogram span { font-size: clamp(6.8rem, 13vw, 12rem); line-height: .73; letter-spacing: -.1em; font-weight: 850; }
.visibility-monogram span:last-child { color: var(--orange); transform: translateX(13%); }
.visibility-lines { border-top: 2px solid var(--ink); }
.visibility-lines article { min-height: 130px; padding: 26px 0; display: grid; grid-template-columns: 130px 1fr; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .6s var(--liquid); }
.visibility-lines article:hover { padding-inline: 16px; }
.visibility-lines article > span { color: var(--orange); font-size: .67rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.visibility-lines h3 { margin: 0; font-size: 1.7rem; line-height: 1; letter-spacing: -.045em; }
.visibility-lines p { margin: 9px 0 0; color: var(--muted); line-height: 1.55; }

/* Guides - editorial decision hub */
.guide-hub-hero, .guide-hero { padding: 164px 0 92px; overflow: hidden; background: white; }
.guide-hub-hero__grid, .guide-hero__grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(340px,.58fr); gap: 76px; align-items: end; }
.guide-hub-hero .display, .guide-hero .display { max-width: 940px; font-size: clamp(3.5rem,5.45vw,6.15rem); line-height: .9; }
.guide-hub-hero .intro, .guide-hero .intro { max-width: 760px; margin-top: 30px; }
.guide-hub-signal { position: relative; min-height: 390px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: 42px; background: var(--ink); color: white; }
.guide-hub-signal::before { content: ""; position: absolute; width: 290px; height: 290px; right: -92px; top: -84px; border: 48px solid var(--orange); border-radius: 50%; transition: transform 1.1s var(--liquid), border-radius 1.1s var(--liquid); }
.guide-hub-signal:hover::before { transform: rotate(24deg) scale(1.08); border-radius: 42% 58% 48% 52%; }
.guide-hub-signal > span { position: relative; z-index: 1; color: var(--orange); font-size: 5rem; line-height: 1; font-weight: 800; }
.guide-hub-signal > i { position: absolute; width: 10px; height: 10px; right: 52px; top: 51px; border-radius: 50%; background: white; animation: signalFloat 3.2s var(--liquid) infinite alternate; }
@keyframes signalFloat { from { transform: translate(0,0) scale(.8); } to { transform: translate(-34px,38px) scale(1.25,.8); } }
.guide-hub-signal > b { position: relative; z-index: 1; font-size: clamp(6rem,10vw,9rem); line-height: .72; letter-spacing: -.09em; }
.guide-hub-signal > small { position: relative; z-index: 1; color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }

.guide-featured { padding: 20px 0 0; background: var(--canvas); }
.guide-featured__card { position: relative; min-height: 440px; padding: 48px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: 44px; background: var(--orange); color: white; transition: border-radius .75s var(--liquid), transform .75s var(--liquid); }
.guide-featured__card::after { content: ""; position: absolute; width: 330px; height: 330px; right: -80px; bottom: -130px; border: 54px solid white; border-radius: 50%; opacity: .22; transition: transform .9s var(--liquid), border-radius .9s var(--liquid); }
.guide-featured__card:hover { transform: translateY(-5px); border-radius: 58px 30px 58px 30px; }
.guide-featured__card:hover::after { transform: rotate(24deg) scale(1.08); border-radius: 44% 56% 52% 48%; }
.guide-featured__card > div, .guide-featured__card > i { position: relative; z-index: 1; }
.guide-featured__card span { font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.guide-featured__card h2 { max-width: 920px; margin: 36px 0 0; font-size: clamp(3rem,5.4vw,6rem); line-height: .9; letter-spacing: -.067em; }
.guide-featured__card p { max-width: 620px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 1.06rem; line-height: 1.6; }
.guide-featured__card > i { align-self: flex-end; font-style: normal; font-size: .82rem; font-weight: 850; }

.guide-directory { background: var(--canvas); }
.guide-cluster { display: grid; grid-template-columns: 300px 1fr; gap: 76px; padding: 64px 0; border-top: 2px solid var(--ink); }
.guide-cluster > header { display: grid; align-content: start; grid-template-columns: 42px 1fr; gap: 18px; }
.guide-cluster > header > span { color: var(--orange); font-size: .68rem; font-weight: 850; }
.guide-cluster h2 { margin: 0; font-size: 2.35rem; line-height: .95; letter-spacing: -.055em; }
.guide-cluster header p { margin: 16px 0 0; color: var(--muted); line-height: 1.55; }
.guide-cluster__list { border-top: 1px solid var(--line); }
.guide-cluster__list > a { min-height: 190px; padding: 28px 6px; display: grid; grid-template-columns: 50px 1fr 44px; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .65s var(--liquid), background .32s var(--ease), border-radius .65s var(--liquid); }
.guide-cluster__list > a:hover { padding-inline: 24px 14px; border-radius: 28px; background: white; }
.guide-cluster__list > a > span { align-self: start; padding-top: 4px; color: var(--orange); font-size: .66rem; font-weight: 850; }
.guide-cluster__list small { color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.guide-cluster__list h3 { max-width: 800px; margin: 8px 0 0; font-size: clamp(1.75rem,2.7vw,3rem); line-height: .98; letter-spacing: -.052em; }
.guide-cluster__list p { max-width: 760px; margin: 14px 0 0; color: var(--muted); line-height: 1.55; }
.guide-cluster__list i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-style: normal; transition: transform .65s var(--liquid), border-radius .65s var(--liquid); }
.guide-cluster__list a:hover i { transform: rotate(45deg) scale(1.08); border-radius: 40% 60% 45% 55%; }
.guide-local { background: var(--ink); color: white; }
.guide-local__grid { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; }
.guide-local h2 { max-width: 760px; margin: 0; font-size: clamp(3rem,5vw,5.8rem); line-height: .9; letter-spacing: -.065em; }
.guide-local__grid > div:last-child p { margin: 0 0 26px; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.65; }

.guide-hero { padding-bottom: 82px; background: var(--canvas); }
.guide-hero__grid { align-items: start; }
.guide-meta { margin-top: 34px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 12px 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.guide-meta a { color: var(--ink); }
.guide-toc { padding: 16px 26px; display: grid; border-radius: 32px; background: var(--ink); color: white; }
.guide-toc > small { padding: 14px 0 20px; color: rgba(255,255,255,.55); font-size: .64rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.guide-toc > a { min-height: 72px; display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; align-items: center; border-top: 1px solid rgba(255,255,255,.2); transition: padding .58s var(--liquid), color .3s var(--ease); }
.guide-toc > a:hover { padding-inline: 8px 2px; color: var(--orange); }
.guide-toc span { color: var(--orange); font-size: .62rem; font-weight: 850; }
.guide-toc b { font-size: .84rem; line-height: 1.25; }
.guide-toc i { font-style: normal; transition: transform .55s var(--liquid); }
.guide-toc a:hover i { transform: rotate(45deg); }
.guide-direct { padding: 82px 0; background: var(--orange); color: white; }
.guide-direct__grid { display: grid; grid-template-columns: 220px 1fr; gap: 72px; align-items: start; }
.guide-direct .eyebrow { color: rgba(255,255,255,.72); }
.guide-direct__answer { margin: 0; max-width: 990px; font-size: clamp(2rem,3.8vw,4.4rem); line-height: 1.04; letter-spacing: -.052em; font-weight: 700; }
.guide-body { padding-top: 48px; background: white; }
.guide-article { max-width: 1160px; margin: 0 auto; }
.guide-chapter { padding: 76px 0; display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 42px; border-top: 1px solid var(--line); }
.guide-chapter__index { color: var(--orange); font-size: .7rem; font-weight: 850; }
.guide-chapter h2 { max-width: 900px; margin: -8px 0 36px; font-size: clamp(2.6rem,4.4vw,5rem); line-height: .93; letter-spacing: -.061em; }
.guide-chapter p, .guide-chapter li { font-size: 1.06rem; line-height: 1.75; }
.guide-chapter p { max-width: 830px; margin: 0 0 24px; color: #4f5452; }
.guide-chapter p a { text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.guide-checklist { max-width: 850px; margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--line); }
.guide-checklist li { padding: 18px 20px 18px 0; border-bottom: 1px solid var(--line); }
.guide-checklist li:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }
.guide-callout { max-width: 860px; margin: 40px 0 0; padding: 34px; border-radius: 30px; background: var(--ink); color: white; }
.guide-callout small { color: var(--orange); font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.guide-callout strong { display: block; margin-top: 26px; font-size: clamp(1.65rem,2.7vw,2.8rem); line-height: 1.05; letter-spacing: -.045em; }
.guide-breakdown, .guide-question-grid { max-width: 960px; margin: 42px 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.guide-breakdown > div, .guide-question-grid > div { min-height: 230px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--canvas); transition: transform .62s var(--liquid), border-radius .62s var(--liquid); }
.guide-breakdown > div:hover, .guide-question-grid > div:hover { transform: translateY(-5px); border-radius: 32px 18px 32px 18px; }
.guide-breakdown span, .guide-question-grid small { color: var(--orange); font-size: .64rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.guide-breakdown strong, .guide-question-grid strong { margin-top: auto; font-size: 1.3rem; line-height: 1.05; letter-spacing: -.04em; }
.guide-breakdown p { margin: 12px 0 0; font-size: .83rem; line-height: 1.5; }
.guide-decision-table { max-width: 900px; margin: 38px 0; border-top: 2px solid var(--ink); }
.guide-decision-table > div { min-height: 110px; padding: 24px 0; display: grid; grid-template-columns: 190px 1fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.guide-decision-table strong { font-size: 1.35rem; letter-spacing: -.035em; }
.guide-decision-table span { color: var(--muted); line-height: 1.55; }
.guide-steps { max-width: 900px; margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.guide-steps li { min-height: 120px; padding: 22px 0; display: grid; grid-template-columns: 52px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.guide-steps li > span { color: var(--orange); font-size: .66rem; font-weight: 850; }
.guide-steps strong { font-size: 1.4rem; letter-spacing: -.035em; }
.guide-steps p { margin: 7px 0 0; font-size: .94rem; line-height: 1.55; }

.guide-check { margin-inline: 16px; border-radius: 52px; background: var(--ink); color: white; }
.guide-check__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 82px; }
.guide-check h2 { max-width: 560px; margin: 0; font-size: clamp(2.8rem,4.5vw,5.2rem); line-height: .92; letter-spacing: -.063em; }
.guide-check .eyebrow { color: rgba(255,255,255,.58); }
.guide-check ol { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.guide-check li { min-height: 98px; padding: 22px 22px 22px 0; display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); }
.guide-check li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.22); }
.guide-check li:nth-child(even) { padding-left: 22px; }
.guide-check li span { color: var(--orange); font-size: .63rem; font-weight: 850; }
.guide-check li strong { font-size: .93rem; line-height: 1.35; }
.guide-faq { background: var(--canvas); }
.guide-related { background: white; }
.guide-related__list { border-top: 2px solid var(--ink); }
.guide-related__row { min-height: 150px; padding: 24px 6px; display: grid; grid-template-columns: 54px 1fr 48px; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .62s var(--liquid), background .3s var(--ease); }
.guide-related__row:hover { padding-inline: 18px; background: var(--canvas); }
.guide-related__row > span { color: var(--orange); font-size: .66rem; font-weight: 850; }
.guide-related__row small { color: var(--muted); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.guide-related__row h3 { margin: 8px 0 0; font-size: clamp(1.55rem,2.6vw,2.75rem); line-height: 1; letter-spacing: -.05em; }
.guide-related__row > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-style: normal; transition: transform .62s var(--liquid), border-radius .62s var(--liquid); }
.guide-related__row:hover > i { transform: rotate(45deg) scale(1.08); border-radius: 42% 58% 48% 52%; }
.offer-guides { background: white; }
.offer-guides .section-head { margin-bottom: 46px; }
.agency-office-card .text-link { margin-top: 20px; font-size: .84rem; }
.guide-gateway { background: white; }
.guide-gateway__head { margin-bottom: 56px; display: grid; grid-template-columns: 1.1fr .62fr; gap: 80px; align-items: end; }
.guide-gateway__head h2 { max-width: 820px; margin: 0; font-size: clamp(3rem,5vw,5.6rem); line-height: .9; letter-spacing: -.065em; }
.guide-gateway__head > div:last-child p { margin: 0 0 26px; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.guide-gateway__list { border-top: 2px solid var(--ink); }
.guide-gateway__list > a { min-height: 150px; padding: 24px 6px; display: grid; grid-template-columns: 54px 1fr 48px; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .62s var(--liquid), background .3s var(--ease); }
.guide-gateway__list > a:hover { padding-inline: 18px; background: var(--canvas); }
.guide-gateway__list > a > span, .guide-gateway__list small { color: var(--orange); font-size: .64rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.guide-gateway__list h3 { margin: 8px 0 0; font-size: clamp(1.65rem,2.6vw,2.8rem); line-height: 1; letter-spacing: -.05em; }
.guide-gateway__list i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-style: normal; transition: transform .62s var(--liquid); }
.guide-gateway__list a:hover i { transform: rotate(45deg) scale(1.08); }

/* Agency */
.agency-hero { padding: 168px 0 86px; background: white; }
.agency-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.agency-hero .display { max-width: 680px; font-size: clamp(3.4rem,4.55vw,4.75rem); line-height: .97; letter-spacing: -.058em; font-weight: 720; text-wrap: balance; }
.agency-hero .intro { max-width: 560px; margin-top: 28px; font-size: clamp(1.05rem,1.35vw,1.18rem); line-height: 1.6; letter-spacing: -.018em; }
.agency-hero__actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.agency-hero__photo { position: relative; min-height: 610px; margin: 0; overflow: hidden; border-radius: 48px; }
.agency-hero__photo img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.agency-hero__photo figcaption { position: absolute; left: 22px; bottom: 22px; padding: 13px 16px; border-radius: 16px; background: white; font-size: .7rem; font-weight: 800; }
.agency-values { background: var(--canvas); }
.agency-values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.agency-value { min-height: 290px; padding: 25px; display: flex; flex-direction: column; overflow: hidden; border-radius: 28px; background: white; }
.agency-value:nth-child(2) { background: var(--orange); color: white; }
.agency-value:nth-child(3) { background: var(--aqua); }
.agency-value:nth-child(4) { background: var(--ink); color: white; }
.agency-value span { font-size: .68rem; font-weight: 850; opacity: .58; }
.agency-value h3 { margin: auto 0 0; font-size: 1.55rem; line-height: 1.08; letter-spacing: -.04em; }
.agency-value p { margin: 12px 0 0; color: inherit; opacity: .7; line-height: 1.5; }
.agency-office { background: white; }
.agency-office-stage { position: relative; min-height: 720px; overflow: hidden; border-radius: 48px; }
.agency-office-stage > img { width: 100%; height: 720px; object-fit: cover; }
.agency-office-card { position: absolute; left: 28px; bottom: 28px; max-width: 430px; padding: 30px; border-radius: 28px; background: white; }
.agency-office-card small { color: var(--orange); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.agency-office-card h2 { margin: 18px 0 0; font-size: 2.3rem; line-height: .98; letter-spacing: -.05em; }
.agency-office-card p { margin: 16px 0 0; color: var(--muted); }
.agency-team { background: var(--ink); color: white; }
.agency-team-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: stretch; }
.agency-team-photo { min-height: 620px; margin: 0; overflow: hidden; border-radius: 42px; }
.agency-team-photo img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.agency-disciplines { display: flex; flex-direction: column; }
.agency-disciplines > p { margin: 22px 0 32px; color: rgba(255,255,255,.64); }
.agency-discipline { min-height: 116px; padding: 21px 0; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 18px; border-top: 1px solid rgba(255,255,255,.22); }
.agency-discipline span { font-size: .66rem; font-weight: 850; color: var(--orange); }
.agency-discipline h3 { margin: 0; font-size: 1.4rem; line-height: 1.15; letter-spacing: -.035em; }
.agency-contact { background: var(--lime); }
.agency-contact .contact-form { background: white; }
.agency-contact .contact-detail { background: rgba(255,255,255,.6); }
.agency-contact .field input, .agency-contact .field textarea, .agency-contact .field select { border-color: rgba(23,26,25,.08); background: var(--canvas); }

/* Expanding package transition */
body.is-package-leaving, body.is-package-arriving { overflow: hidden; }
.package-flight { position: fixed !important; z-index: 1000 !important; margin: 0 !important; max-width: none !important; min-height: 0 !important; pointer-events: none; transform: none !important; transform-origin: center; transition: left .72s cubic-bezier(.76,0,.24,1), top .72s cubic-bezier(.76,0,.24,1), width .72s cubic-bezier(.76,0,.24,1), height .72s cubic-bezier(.76,0,.24,1), border-radius .72s cubic-bezier(.76,0,.24,1); }
.package-flight > * { transition: opacity .28s var(--ease), transform .45s var(--ease); }
.package-flight .package-flight-label { position: absolute; z-index: 8; left: 50%; top: 50%; margin: 0; color: var(--ink); font-size: clamp(2.6rem,7vw,7.5rem); line-height: .9; letter-spacing: -.075em; opacity: 0; transform: translate(-50%,-44%) scale(.9); white-space: nowrap; }
.package-flight.is-full { left: 0 !important; top: 0 !important; width: 100vw !important; height: 100vh !important; border-radius: 0 !important; }
.package-flight.is-full > * { opacity: 0; transform: scale(.96); }
.package-flight.is-full .package-flight-label { opacity: 1; transform: translate(-50%,-50%) scale(1); transition: opacity .28s .28s var(--ease), transform .5s .18s var(--ease); }
.package-arrival-cover { position: fixed; z-index: 999; inset: 0; display: grid; place-items: center; clip-path: inset(0); color: var(--ink); }
.package-arrival-cover span { font-size: clamp(2.6rem,7vw,7.5rem); font-weight: 780; letter-spacing: -.075em; transition: opacity .3s var(--ease), transform .55s var(--ease); }
.package-arrival-cover.is-revealing { clip-path: inset(0 0 100% 0); transition: clip-path .72s cubic-bezier(.76,0,.24,1); }
.package-arrival-cover.is-revealing span { opacity: 0; transform: translateY(-30px); }

/* Footer */
.site-footer { padding: 76px 0 24px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .9fr .75fr .85fr; gap: 60px; }
.footer-brand a { width: fit-content; display: inline-flex; align-items: center; gap: 8px; }
.footer-brand img { width: 46px; height: 46px; object-fit: contain; }
.footer-brand b { font-size: 1.35rem; letter-spacing: -.055em; }
.footer-wordmark { display: grid; line-height: 1; }
.footer-wordmark .brand-signature { margin-top: 7px; color: rgba(255,255,255,.52); font-size: .5rem; }
.footer-brand p { max-width: 310px; margin: 24px 0 0; color: rgba(255,255,255,.62); }
.footer-col { display: grid; align-content: start; gap: 11px; }
.footer-col small { margin-bottom: 10px; color: var(--orange); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.footer-col a, .footer-col span { color: rgba(255,255,255,.7); font-size: .82rem; transition: color .2s, transform .2s; }
.footer-col a:hover { color: white; transform: translateX(3px); }
.footer-bottom { margin-top: 60px; padding-top: 20px; display: flex; align-items: center; justify-content: flex-start; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.46); font-size: .7rem; }
.footer-bottom a, .footer-bottom button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.62); font: inherit; cursor: pointer; transition: color .25s var(--ease); }
.footer-bottom a:hover, .footer-bottom button:hover { color: white; }
.footer-bottom__rights { margin-left: auto; }
.form-footer p a { color: var(--ink); font-weight: 760; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 3px; }

/* Motion */
.site-loader { position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 3px; background: var(--orange); transform-origin: left; animation: loadLine 1.1s var(--ease) both; pointer-events: none; }
.site-loader.is-done { opacity: 0; transition: opacity .4s; }
@keyframes loadLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.page-wipe { position: fixed; z-index: 500; inset: 0; display: grid; grid-template-columns: repeat(2,1fr); pointer-events: none; visibility: hidden; }
.page-wipe span { background: var(--orange); transform: translateY(-105%); }
.page-wipe span:nth-child(2) { background: var(--aqua); transform: translateY(105%); }
.page-wipe b { position: absolute; left: 50%; top: 50%; color: var(--ink); font-size: clamp(2.5rem, 7vw, 7rem); letter-spacing: -.08em; transform: translate(-50%,-50%) scale(.8); opacity: 0; }
body.is-leaving .page-wipe { visibility: visible; }
body.is-leaving .page-wipe span { transform: translateY(0); transition: transform .5s var(--ease); }
body.is-leaving .page-wipe b { opacity: 1; transform: translate(-50%,-50%) scale(1); transition: opacity .25s .2s, transform .4s .12s var(--ease); }
body.is-arriving { overflow: hidden; }
body.is-arriving .page-wipe { visibility: visible; }
body.is-arriving .page-wipe span { transform: translateY(0); }
body.is-arriving .page-wipe b { opacity: 1; transform: translate(-50%,-50%) scale(1); }
body.is-arriving .site-header, body.is-arriving main, body.is-arriving .site-footer { opacity: 0; transform: translateY(12px); }
body.is-arriving.is-arrived .page-wipe span:first-child { transform: translateY(105%); transition: transform .62s var(--ease); }
body.is-arriving.is-arrived .page-wipe span:nth-child(2) { transform: translateY(-105%); transition: transform .62s var(--ease); }
body.is-arriving.is-arrived .page-wipe b { opacity: 0; transform: translate(-50%,-50%) scale(1.12); transition: opacity .24s .12s, transform .48s var(--ease); }
body.is-arriving.is-arrived .site-header, body.is-arriving.is-arrived main, body.is-arriving.is-arrived .site-footer { opacity: 1; transform: none; transition: opacity .48s .16s var(--ease), transform .55s .12s var(--ease); }
.motion-ready .reveal { opacity: 0; transform: translateY(28px); }
.motion-ready .reveal-mask { opacity: 0; transform: translateY(30px) scale(.97); clip-path: inset(0 0 14% 0 round 28px); }
.motion-card { --motion-x: 0px; --motion-y: 0px; --motion-rx: 0deg; --motion-ry: 0deg; --motion-scale: 1; position: relative; isolation: isolate; backface-visibility: hidden; transform-style: preserve-3d; will-change: transform; }
.motion-ready .motion-card { opacity: 0; transform: perspective(1200px) translate3d(0, 38px, 0) rotateZ(.6deg); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; transition: opacity .75s var(--ease) var(--motion-delay, 0ms), transform .75s var(--ease) var(--motion-delay, 0ms); }
.motion-ready .motion-card.is-visible { opacity: 1; transform: perspective(1200px) translate3d(var(--motion-x), var(--motion-y), 0) rotateX(var(--motion-rx)) rotateY(var(--motion-ry)) scale(var(--motion-scale)); transition: opacity .75s var(--ease) var(--motion-delay, 0ms), transform .72s var(--ease) var(--motion-delay, 0ms), border-radius .62s var(--ease), background-color .55s var(--ease), color .45s var(--ease); }
.motion-ready .reveal-mask.is-visible { opacity: 1; transform: none; clip-path: inset(0 0 0 0 round 0); transition: opacity .8s var(--ease), transform .9s var(--ease), clip-path 1s var(--ease); }
.motion-ready .motion-card.is-visible.is-hovered { z-index: 3; transition: opacity .3s, border-radius .72s var(--liquid), background-color .55s var(--ease), color .45s var(--ease); }
.motion-ready .motion-card.is-visible:hover { transition-delay: 0s; }

.motion-outline { position: absolute; z-index: 6; inset: 0; padding: 1.5px; overflow: hidden; border-radius: inherit; background: conic-gradient(from var(--trace-angle), transparent 0 58%, currentColor 65%, transparent 72% 100%); opacity: 0; pointer-events: none; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: motionTrace 2.6s linear infinite paused; transition: opacity .42s var(--ease); }
.motion-card:hover .motion-outline, .motion-card:focus-within .motion-outline { opacity: .72; animation-play-state: running; }
.motion-node { position: absolute; z-index: 7; left: 0; top: 0; width: 7px; height: 7px; border-radius: 50%; background: currentColor; opacity: 0; pointer-events: none; offset-path: inset(5px round 28px); offset-distance: 4%; offset-rotate: 0deg; transition: opacity .25s var(--ease); }
.motion-card:hover .motion-node, .motion-card:focus-within .motion-node { opacity: 1; animation: cardNodeOrbit 1.65s var(--liquid) both; }
@keyframes motionTrace { to { --trace-angle: 360deg; } }
@keyframes cardNodeOrbit { 0% { offset-distance: 4%; transform: scale(.4); } 18% { transform: scale(1.4,.7); } 48% { transform: scale(.76,1.3); } 78% { transform: scale(1.18,.86); } 100% { offset-distance: 104%; transform: scale(1); } }

.offer-product__body, .offer-product__footer, .decision-card__copy, .decision-card__deal, .pricing-card .price, .feature h3, .feature p, .method-step > div:last-child, .expertise-item h3, .expertise-item p, .page-aside > strong, .page-aside > h2, .offer-band h2, .offer-band p { transition: transform .68s var(--liquid), color .45s var(--ease); }
.offer-product:hover .offer-product__body, .decision-card:hover .decision-card__copy, .pricing-card:hover .price, .feature:hover h3, .method-step:hover > div:last-child, .page-aside:hover > strong, .page-aside:hover > h2, .offer-band > div:hover h2 { transform: translate3d(0, -4px, 18px); }
.offer-product:hover .offer-product__footer, .decision-card:hover .decision-card__deal, .feature:hover p, .offer-band > div:hover p { transform: translate3d(0, -2px, 12px); }
.expertise-item:hover h3, .expertise-item:hover p { transform: translate3d(5px, 0, 16px); }
.motion-card:hover .service-picto, .motion-card:hover .plan-picto { transition-duration: .72s; transition-timing-function: var(--liquid); transform: translate3d(0, -4px, 24px) rotate(8deg) scale(1.075,.94); border-radius: 38% 62% 46% 54%; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 900px); }
  body.menu-open { overflow: hidden; }
  .header-inner { z-index: 3; grid-template-columns: 1fr auto; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .menu-backdrop { display: block; }
  .menu-open .menu-backdrop { opacity: 1; pointer-events: auto; }
  .primary-nav { position: fixed; z-index: 4; left: auto; right: 20px; top: 102px; bottom: 20px; width: min(610px, calc(100vw - 40px)); padding: 30px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; border: 1px solid rgba(23,26,25,.18); border-radius: 38px; background: white; opacity: 0; visibility: hidden; clip-path: inset(0 0 100% 0 round 38px); transform: translateY(-18px) scale(.98,.94); transform-origin: 90% 0; pointer-events: none; transition: opacity .32s var(--ease), transform .78s var(--liquid), clip-path .78s var(--liquid), visibility 0s linear .8s; }
  .primary-nav::before { content: ""; position: absolute; z-index: 0; left: 30px; right: 30px; top: 26px; height: 1px; background: linear-gradient(90deg,var(--orange),var(--orange) 42px,var(--line) 42px); transform: scaleX(.35); transform-origin: left; transition: transform .9s var(--liquid) .16s; }
  .primary-nav::after { content: ""; position: absolute; z-index: 0; right: -118px; bottom: -138px; width: 310px; height: 310px; border: 48px solid var(--orange); border-radius: 55% 45% 61% 39% / 46% 58% 42% 54%; opacity: .11; animation: mobileNavMorph 8s var(--liquid) infinite alternate; pointer-events: none; }
  @keyframes mobileNavMorph { to { transform: rotate(34deg) scale(1.1,.93); border-radius: 39% 61% 44% 56% / 62% 41% 59% 38%; } }
  .menu-open .primary-nav { opacity: 1; visibility: visible; clip-path: inset(0 0 0 0 round 38px); transform: none; pointer-events: auto; transition-delay: 0s; }
  .menu-open .primary-nav::before { transform: scaleX(1); }
  .mobile-nav-intro { position: relative; z-index: 1; padding: 28px 0 24px; display: grid; gap: 10px; border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(-14px); transition: opacity .42s var(--ease) .14s, transform .78s var(--liquid) .14s; }
  .mobile-nav-intro small { color: var(--orange); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
  .mobile-nav-intro strong { max-width: 470px; font-size: clamp(2rem,5vw,3.25rem); line-height: .94; letter-spacing: -.06em; }
  .nav-offers, .primary-nav > .nav-link, .mobile-nav-footer { position: relative; z-index: 1; opacity: 0; transform: translateX(28px); transition: opacity .38s var(--ease), transform .76s var(--liquid); }
  .nav-offers::after { display: none; }
  .menu-open .mobile-nav-intro, .menu-open .nav-offers, .menu-open .primary-nav > .nav-link, .menu-open .mobile-nav-footer { opacity: 1; transform: none; }
  .menu-open .nav-offers { transition-delay: .2s; }
  .menu-open .primary-nav > .nav-link:nth-of-type(1) { transition-delay: .25s; }
  .menu-open .primary-nav > .nav-link:nth-of-type(2) { transition-delay: .3s; }
  .menu-open .primary-nav > .nav-link:nth-of-type(3) { transition-delay: .35s; }
  .menu-open .primary-nav > .nav-link:nth-of-type(4) { transition-delay: .4s; }
  .menu-open .mobile-nav-footer { transition-delay: .45s; }
  .primary-nav > .nav-link, .nav-offers__trigger.nav-link { min-height: 76px; padding: 0 4px; display: grid; grid-template-columns: 42px minmax(0,1fr) 42px; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); font-size: clamp(1.7rem,4vw,2.5rem); font-weight: 720; letter-spacing: -.055em; text-align: left; }
  .primary-nav > .nav-link:hover, .primary-nav > .nav-link:focus-visible, .nav-offers__trigger.nav-link:hover, .nav-offers__trigger.nav-link:focus-visible { padding-left: 10px; color: var(--ink); background: transparent; }
  .primary-nav > .nav-link[aria-current="page"], .nav-offers__trigger.nav-link[aria-current="page"] { background: transparent; }
  .primary-nav > .nav-link[aria-current="page"]::after, .nav-offers__trigger.nav-link[aria-current="page"]::after { display: none; }
  .nav-link__index { display: block; color: var(--orange); font-size: .64rem; font-weight: 850; letter-spacing: .08em; }
  .nav-link > i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .9rem; font-style: normal; transition: color .35s var(--ease), background .35s var(--ease), transform .7s var(--liquid), border-radius .7s var(--liquid); }
  .nav-link:hover > i, .nav-link:focus-visible > i { color: white; background: var(--ink); transform: rotate(45deg) scale(1.08,.94); border-radius: 58% 42% 48% 52%; }
  .nav-offers__row { display: grid; grid-template-columns: minmax(0,1fr) 54px; align-items: center; border-bottom: 1px solid var(--line); }
  .nav-offers__trigger.nav-link { border-bottom: 0; }
  .nav-offers__toggle { position: relative; z-index: 2; width: 46px; height: 46px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--canvas); transition: background .4s var(--ease), transform .72s var(--liquid), border-radius .72s var(--liquid); }
  .nav-offers__toggle span { position: absolute; width: 15px; height: 1.5px; border-radius: 2px; background: var(--ink); transition: transform .64s var(--liquid), opacity .3s var(--ease); }
  .nav-offers__toggle span:last-child { transform: rotate(90deg); }
  .nav-offers.is-open .nav-offers__toggle { color: white; background: var(--orange); transform: rotate(180deg) scale(1.08,.94); border-radius: 58% 42% 52% 48%; }
  .nav-offers.is-open .nav-offers__toggle span { background: white; }
  .nav-offers.is-open .nav-offers__toggle span:last-child { transform: rotate(0deg); opacity: 0; }
  .nav-offers__menu, .nav-offers:hover .nav-offers__menu, .nav-offers:focus-within .nav-offers__menu { position: relative; left: auto; top: auto; width: auto; max-height: 0; margin: 0; padding: 0 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; overflow: hidden; border: 0; border-radius: 24px; background: var(--canvas); opacity: 0; visibility: hidden; clip-path: inset(0 0 100% 0 round 24px); transform: translateY(-12px) scale(.98,.92); transform-origin: top; pointer-events: none; transition: max-height .8s var(--liquid), margin .7s var(--liquid), padding .7s var(--liquid), opacity .32s var(--ease), transform .72s var(--liquid), clip-path .72s var(--liquid), visibility 0s linear .72s; }
  .nav-offers__menu::before, .nav-offers__menu::after { display: none; }
  .nav-offers__menu a, .nav-offers:hover .nav-offers__menu a, .nav-offers:focus-within .nav-offers__menu a { min-height: 62px; padding: 10px 12px; grid-template-columns: 27px minmax(0,1fr) 26px; border-radius: 17px; background: white; opacity: 0; transform: translateY(-10px) scale(.98); transition: color .3s var(--ease), background .35s var(--ease), padding .55s var(--liquid), border-radius .55s var(--liquid), opacity .35s var(--ease), transform .65s var(--liquid); }
  .nav-offers__menu a:last-child,
  .nav-offers:hover .nav-offers__menu a:last-child,
  .nav-offers:focus-within .nav-offers__menu a:last-child { color: white; background: var(--ink); }
  .nav-offers__menu a i { display: block; }
  .nav-offers.is-open .nav-offers__menu { max-height: 520px; margin: 9px 0 18px; padding: 10px; opacity: 1; visibility: visible; clip-path: inset(0 0 0 0 round 24px); transform: none; pointer-events: auto; transition-delay: 0s; }
  .nav-offers.is-open .nav-offers__menu a { opacity: 1; transform: none; }
  .nav-offers.is-open .nav-offers__menu a:nth-child(2) { transition-delay: 35ms; }
  .nav-offers.is-open .nav-offers__menu a:nth-child(3) { transition-delay: 70ms; }
  .nav-offers.is-open .nav-offers__menu a:nth-child(4) { transition-delay: 105ms; }
  .nav-offers.is-open .nav-offers__menu a:nth-child(5) { transition-delay: 140ms; }
  .nav-offers.is-open .nav-offers__menu a:nth-child(6) { transition-delay: 175ms; }
  .mobile-nav-footer { margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .mobile-nav-footer > span { color: var(--muted); font-size: .72rem; font-weight: 720; }
  .mobile-nav-footer .btn { min-width: 190px; }
  .menu-toggle { display: block; }
  .menu-open .menu-toggle { background: var(--orange); transform: rotate(180deg) scale(1.06,.94); border-radius: 58% 42% 48% 52%; }
  .menu-open .menu-toggle::before { opacity: 1; transform: scale(1.25); }
  .menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero-studio { grid-template-columns: 1fr; padding-top: 40px; }
  .hero-copy { max-width: 760px; padding-bottom: 0; }
  .hero-scene { min-height: 640px; }
  .hero-window--main { left: 5%; width: 72%; height: auto; }
  .hero-window--data { right: 3%; width: 48%; }
  .offer-product:nth-child(n) { grid-column: span 6; }
  .section-head, .page-hero-grid, .contact-strip__grid, .final-cta-grid { gap: 44px; }
  .method-list { grid-template-columns: 1fr 1fr; }
  .method-step:nth-child(3), .method-step:nth-child(4) { border-top: 1px solid rgba(255,255,255,.52); }
  .testimonial-shell { padding: 48px; }
  .testimonial-slide { grid-template-columns: 110px 1fr; }
  .content-grid { grid-template-columns: 1fr; gap: 46px; }
  .content-side { position: static; }
  .audit-layout { grid-template-columns: 1fr; gap: 46px; }
  .audit-intro { position: static; }
  .package-grid, .outcome-grid, .agency-hero__grid, .agency-team-layout, .work-hero__grid { grid-template-columns: 1fr; }
  .portfolio-piece--reflectiv, .portfolio-piece--horizon { grid-column: span 6; }
  .portfolio-piece--operations { grid-column: 2 / span 10; }
  .offer-packages-hero .page-hero-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 590px; }
  .common-card:nth-child(n) { grid-column: span 6; }
  .extension-panel, .problem-layout, .proof-manifesto__grid { grid-template-columns: 1fr; gap: 42px; }
  .problem-copy p { margin-top: 36px; }
  .scope-grid, .service-process-grid, .agency-values-grid { grid-template-columns: 1fr 1fr; }
  .expertise-line { grid-template-columns: 60px minmax(220px,.75fr) 1fr; gap: 24px; }
  .work-collage { min-height: 560px; }
  .agency-hero__photo { min-height: 520px; }
  .agency-hero__photo img { min-height: 520px; }
  .expertise-hero .page-hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .expertise-index { max-width: 700px; }
  .expertise-manifesto__grid { grid-template-columns: 190px 1fr; gap: 30px 50px; }
  .expertise-chapter__head { grid-template-columns: 1fr; gap: 30px; }
  .expertise-sequence li { grid-template-columns: 54px minmax(250px,.8fr) 1fr; gap: 22px; }
  .expertise-system { grid-template-columns: 1fr; }
  .expertise-system__core { min-height: 340px; }
  .visibility-editorial { grid-template-columns: .8fr 1.2fr; gap: 42px; }
  .guide-hub-hero__grid, .guide-hero__grid, .guide-local__grid { grid-template-columns: 1fr; gap: 46px; }
  .guide-hub-signal { max-width: 620px; min-height: 320px; }
  .guide-cluster { grid-template-columns: 240px 1fr; gap: 48px; }
  .guide-direct__grid { grid-template-columns: 170px 1fr; gap: 44px; }
  .guide-breakdown, .guide-question-grid { grid-template-columns: 1fr 1fr; }
  .guide-check__grid { grid-template-columns: 1fr; gap: 46px; }
  .guide-gateway__head { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 2 / -1; }
}

/* Tablet portrait - keep editorial layouts generous instead of compressing them. */
@media (max-width: 920px) {
  body.menu-open { overflow: hidden; }
  .primary-nav {
    max-height: calc(100dvh - 112px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
  .primary-nav > a { min-height: 48px; display: flex; align-items: center; }
  .lang-select { min-height: 44px; }

  .page-hero-grid,
  .section-head,
  .contact-strip__grid,
  .final-cta-grid,
  .faq-layout,
  .contact-grid,
  .case-feature,
  .visibility-editorial,
  .guide-cluster,
  .guide-direct__grid { grid-template-columns: minmax(0, 1fr); }

  .page-hero-grid,
  .section-head,
  .contact-strip__grid,
  .final-cta-grid,
  .faq-layout,
  .contact-grid { gap: 38px; }
  .page-hero-grid > *, .final-cta-grid > *, .guide-chapter > * { min-width: 0; }
  .page-aside { width: 100%; }
  .page-aside .btn { max-width: 100%; }
  .contact-map { min-height: 540px; }

  .pricing-grid { grid-template-columns: minmax(0, 1fr); }
  .pricing-card { min-height: 0; }
  .pricing-card ul { columns: 2; column-gap: 28px; }
  .pricing-card li { break-inside: avoid; }

  .case-feature__media { min-height: 500px; }
  .case-feature__media--screen { min-height: 0; }
  .case-feature__content { min-height: 390px; }
  .expertise-line { grid-template-columns: 48px minmax(0, 1fr); gap: 16px; }
  .expertise-line p { grid-column: 2; }
  .expertise-sequence li { grid-template-columns: 44px minmax(0, 1fr); gap: 16px; }
  .expertise-sequence li > p { grid-column: 2; }

  .guide-cluster { gap: 34px; }
  .guide-cluster > header { max-width: 620px; }
  .guide-direct__grid { gap: 24px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 46px 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 30px); --radius: 24px; }
  .site-header { padding-top: 10px; }
  .header-inner { min-height: 62px; padding: 7px 8px 7px 11px; border-radius: 18px; }
  .primary-nav { top: 82px; right: 10px; bottom: 10px; width: calc(100vw - 20px); padding: 22px 20px; border-radius: 30px; clip-path: inset(0 0 100% 0 round 30px); }
  .menu-open .primary-nav { clip-path: inset(0 0 0 0 round 30px); }
  .primary-nav::before { left: 20px; right: 20px; top: 20px; }
  .mobile-nav-intro { padding: 24px 0 20px; }
  .mobile-nav-intro strong { max-width: 330px; font-size: clamp(2.15rem,10.5vw,2.85rem); }
  .primary-nav > .nav-link, .nav-offers__trigger.nav-link { min-height: 70px; grid-template-columns: 34px minmax(0,1fr) 38px; gap: 8px; font-size: clamp(1.65rem,8vw,2.15rem); }
  .nav-offers__row { grid-template-columns: minmax(0,1fr) 48px; }
  .nav-offers__toggle { width: 42px; height: 42px; }
  .nav-offers__menu, .nav-offers:hover .nav-offers__menu, .nav-offers:focus-within .nav-offers__menu { grid-template-columns: 1fr; }
  .nav-offers.is-open .nav-offers__menu { max-height: 520px; }
  .mobile-nav-footer { align-items: stretch; flex-direction: column; gap: 14px; }
  .mobile-nav-footer .btn { width: 100%; min-width: 0; justify-content: space-between; }
  .brand { width: auto; height: 44px; padding: 0 8px 0 0; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-mark img { width: 38px; height: 38px; }
  .brand-word { font-size: .98rem; }
  .brand-copy small, .header-actions .btn { display: none; }
  .nav-offers__menu { grid-template-columns: 1fr; }
  .display { font-size: clamp(2.45rem, 11.8vw, 4rem); line-height: .96; text-wrap: balance; }
  .display--page { font-size: clamp(2.35rem, 10.7vw, 3.55rem); line-height: .97; }
  .intro { font-size: 1rem; }
  .kicker, .eyebrow { flex-wrap: wrap; line-height: 1.35; }
  .btn { max-width: 100%; min-height: 52px; }
  .btn > span:first-child { min-width: 0; }
  .section { padding: 82px 0; }
  .section-title { font-size: clamp(2.35rem, 11vw, 3.7rem); }
  .section-head, .page-hero-grid, .contact-strip__grid, .final-cta-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-head { margin-bottom: 38px; }
  .home-hero { padding-top: 92px; }
  .home-hero::before { min-width: 310px; min-height: 310px; border-width: 48px; top: 420px; }
  .hero-studio { min-height: auto; gap: 28px; }
  .hero-copy { padding-top: 16px; }
  .hero-copy .intro { margin-top: 23px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; justify-content: space-between; }
  .hero-promises { margin-top: 34px; flex-wrap: wrap; gap: 10px 22px; }
  .automation-teaser { min-height: 0; padding: 28px 23px; grid-template-columns: 1fr; gap: 24px; border-radius: 30px; }
  .automation-teaser__signal { width: 86px; height: 86px; }
  .automation-teaser__signal span { inset: 21px; }
  .automation-teaser__signal i:nth-of-type(1) { left: 38px; }
  .automation-teaser__deal { grid-column: auto; min-width: 0; grid-template-columns: 1fr; gap: 18px; }
  .automation-teaser__deal em { min-height: 44px; }
  .hero-scene { min-height: 455px; }
  .hero-orbit { inset: 18% -9% 0 8%; }
  .hero-orbit::before { width: 82px; height: 82px; left: -18px; border-width: 14px; }
  .hero-scene { padding-right: 8px; }
  .hero-window--main { left: 2%; width: 86%; height: auto; }
  .hero-window--data { right: 4%; bottom: 10px; width: 62%; height: auto; }
  .hero-stamp { width: 104px; height: 104px; left: 0; bottom: 10px; padding: 12px; }
  .hero-stamp img { width: 15px; height: 48px; }
  .hero-stamp span { max-width: 55px; font-size: .43rem; }
  .hero-signal { right: 0; width: 116px; }
  .offers-section .section-head { padding: 34px 24px; border-radius: 42px 24px 48px 28px / 30px 46px 28px 44px; }
  .offer-picker { grid-template-columns: 1fr; }
  .offer-product:nth-child(n) { grid-column: 1; min-height: 410px; padding: 24px; }
  .offer-product__body h3 { font-size: 2.3rem; }
  .offer-product__facts { gap: 24px; }
  .project-showcase, .project-grid { grid-template-columns: 1fr; }
  .project-card--narrow, .project-grid .project-card:nth-child(even) { margin-top: 20px; }
  .project-visual, .project-card--narrow .project-visual { aspect-ratio: 16 / 9; border-radius: 26px; }
  .method-section, .contact-strip, .final-cta { margin-inline: 8px; border-radius: 36px; }
  .method-section { padding: 78px 0; }
  .method-list { grid-template-columns: 1fr; margin-top: 48px; }
  .method-step { min-height: 240px; border: 1px solid rgba(255,255,255,.52); }
  .expertise-item { grid-template-columns: 36px 1fr 42px; gap: 14px; }
  .expertise-item p { grid-column: 2 / -1; }
  .expertise-item .arrow { grid-column: 3; grid-row: 1; }
  .testimonial-section { padding-top: 8px; }
  .testimonial-shell { width: calc(100% - 16px); padding: 34px 24px; border-radius: 36px; }
  .testimonial-toolbar { align-items: flex-start; flex-direction: column; }
  .testimonial-toolbar > div:last-child { justify-items: start; }
  .testimonial-slide { grid-template-columns: 1fr; gap: 16px; }
  .quote-mark { font-size: 2.2rem; }
  .testimonial-slide blockquote { font-size: 1.18rem; line-height: 1.35; }
  .faq-heading { position: static; }
  .final-cta h2 { font-size: clamp(2.5rem, 11.2vw, 3.4rem); text-wrap: balance; }
  .final-cta-grid > div:last-child, .final-cta-grid .btn { width: 100%; }
  .final-cta-grid .btn { justify-content: space-between; }
  .page-hero { padding: 130px 0 74px; }
  .page-hero::after { width: 260px; height: 260px; border-width: 42px; }
  .page-aside, .page-signal { padding: 23px; }
  .feature-grid, .pricing-grid, .decision-grid { grid-template-columns: 1fr; }
  .pricing-card ul { columns: 1; }
  .offer-band { grid-template-columns: 1fr; }
  .deliverable-list { grid-template-columns: 1fr; }
  .audit-board { grid-template-columns: 1fr; padding: 8px; border-radius: 30px; }
  .audit-item, .audit-item:nth-child(n) { min-height: 122px; padding: 20px; border-radius: 22px; }
  .audit-intro h2 { font-size: clamp(2.65rem,12vw,4rem); }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .contact-form { padding: 24px; }
  .contact-location { padding-top: 0; }
  .contact-map { min-height: 0; padding: 10px; display: grid; border-radius: 34px; }
  .contact-map__viewport { position: relative; inset: auto; height: 380px; overflow: hidden; border-radius: 26px; }
  .contact-map__viewport::after { display: none; }
  .contact-map__panel { position: relative; left: auto; bottom: auto; width: auto; margin: -34px 12px 2px; padding: 25px; }
  .contact-map__panel .btn { width: 100%; justify-content: space-between; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .btn { width: 100%; }
  .package-showcase { padding-top: 76px; }
  .package-grid, .problem-grid, .outcome-list, .case-feature, .case-grid-new { grid-template-columns: 1fr; }
  .portfolio-wall { grid-template-columns: 1fr; }
  .portfolio-piece--reflectiv, .portfolio-piece--horizon, .portfolio-piece--operations { grid-column: 1; margin-top: 0; }
  .portfolio-piece { border-radius: 30px; }
  .portfolio-piece--horizon .portfolio-piece__media, .portfolio-piece--operations .portfolio-piece__media { aspect-ratio: 16 / 10; }
  .portfolio-piece__copy { padding: 24px; }
  .portfolio-piece__copy h3, .portfolio-piece--horizon .portfolio-piece__copy h3 { font-size: clamp(2rem,9.8vw,2.85rem); }
  .package-card { min-height: 540px; padding: 26px; border-radius: 30px; }
  .package-card h2 { font-size: clamp(2.25rem, 10.8vw, 3rem); line-height: .94; text-wrap: balance; }
  .package-card__deal { align-items: flex-start; flex-direction: column; }
  .package-flight .package-flight-label { width: calc(100vw - 40px); max-width: 520px; font-size: 3rem; text-align: center; white-space: normal; }
  .common-grid { grid-template-columns: 1fr; }
  .common-card:nth-child(n) { grid-column: 1; min-height: 230px; }
  .extension-panel, .problem-layout { padding: 30px 24px; border-radius: 32px; }
  .extension-row { grid-template-columns: 1fr auto; gap: 10px 18px; }
  .extension-row p { grid-column: 1 / -1; }
  .scope-grid, .service-process-grid, .agency-values-grid { grid-template-columns: 1fr; }
  .scope-card { min-height: 250px; }
  .expertise-line { padding: 26px 0; grid-template-columns: 42px 1fr; gap: 15px; }
  .expertise-line p { grid-column: 2; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-card--large, .gallery-card--top, .gallery-card--bottom { grid-column: 1; grid-row: auto; }
  .service-outcomes { margin-inline: 8px; border-radius: 36px; }
  .outcome-grid { gap: 38px; }
  .work-hero { padding: 130px 0 74px; }
  .work-hero .display { font-size: clamp(2.45rem, 10.8vw, 3.55rem); line-height: .96; }
  .work-collage { min-height: 450px; }
  .work-collage figure:nth-child(1) { left: 0; top: 48px; width: 72%; height: 330px; }
  .work-collage figure:nth-child(2) { right: 0; width: 45%; height: 220px; }
  .work-collage figure:nth-child(3) { right: 4%; width: 52%; height: 190px; }
  .case-feature { padding: 10px; border-radius: 30px; }
  .case-feature__media { min-height: 390px; }
  .case-feature__media--screen { min-height: 0; }
  .case-feature__content { min-height: 440px; padding: 22px 16px; }
  .case-tile, .case-tile:nth-child(2) { min-height: 580px; margin-top: 0; }
  .case-tile__media { height: 330px; }
  .proof-manifesto { margin-inline: 8px; border-radius: 36px; }
  .agency-hero { padding: 124px 0 70px; }
  .agency-hero .display { font-size: clamp(2.4rem,10.6vw,3.5rem); line-height: .97; }
  .agency-hero .intro { font-size: 1.05rem; line-height: 1.6; }
  .agency-hero__photo, .agency-hero__photo img { min-height: 430px; }
  .agency-office-stage { min-height: 590px; border-radius: 32px; }
  .agency-office-stage > img { height: 590px; }
  .agency-office-card { left: 14px; right: 14px; bottom: 14px; padding: 24px; }
  .agency-team-photo, .agency-team-photo img { min-height: 430px; }
  .expertise-hero { padding-bottom: 74px; }
  .expertise-index__head, .expertise-index nav a { grid-template-columns: 44px 1fr auto; gap: 12px; }
  .expertise-manifesto { padding-block: 72px; }
  .expertise-manifesto__grid { grid-template-columns: 1fr; gap: 24px; }
  .expertise-manifesto__statement { font-size: clamp(2rem, 9.5vw, 3.4rem); }
  .expertise-manifesto__rail { grid-column: auto; flex-wrap: wrap; justify-content: flex-start; }
  .expertise-chapter__head { margin-bottom: 46px; }
  .expertise-chapter__head h2 { font-size: clamp(2.75rem, 12.5vw, 4.4rem); }
  .expertise-sequence li { min-height: 0; padding-block: 25px; grid-template-columns: 38px 1fr; gap: 15px; }
  .expertise-sequence li > span { padding-top: 4px; }
  .expertise-sequence li > p { grid-column: 2; }
  .expertise-chapter--dark { margin-inline: 8px; border-radius: 36px; }
  .expertise-checklist { grid-template-columns: 1fr; }
  .expertise-checklist li:nth-child(n) { min-height: 84px; padding: 20px 0; border-right: 0; }
  .expertise-checklist li:nth-child(n):hover { padding-left: 12px; }
  .expertise-system { border-radius: 28px; }
  .expertise-system__core { min-height: 310px; padding: 25px; }
  .expertise-system__grid { grid-template-columns: 1fr; }
  .expertise-system__grid article:nth-child(n) { min-height: 210px; padding: 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .expertise-system__grid article:last-child { border-bottom: 0; }
  .visibility-editorial { grid-template-columns: 1fr; gap: 36px; }
  .visibility-monogram { min-height: 300px; }
  .visibility-lines article { grid-template-columns: 90px 1fr; gap: 16px; }
  .guide-hub-hero, .guide-hero { padding: 124px 0 70px; }
  .guide-hub-hero .display, .guide-hero .display { font-size: clamp(2.35rem,10.6vw,3.55rem); line-height: .96; }
  .guide-hero .display { font-size: clamp(2.15rem,9.5vw,3.35rem); }
  .guide-hub-signal { min-height: 260px; padding: 22px; border-radius: 30px; }
  .guide-hub-signal > b { font-size: 6rem; }
  .guide-featured__card { min-height: 500px; padding: 28px 24px; border-radius: 32px; }
  .guide-featured__card h2 { font-size: clamp(2.7rem,11.8vw,4.2rem); }
  .guide-cluster { grid-template-columns: 1fr; gap: 34px; padding: 52px 0; }
  .guide-cluster__list > a { min-height: 0; padding: 25px 0; grid-template-columns: 34px 1fr 40px; gap: 12px; }
  .guide-cluster__list > a:hover { padding-inline: 10px 4px; }
  .guide-cluster__list p { grid-column: 2 / -1; }
  .guide-local__grid { gap: 32px; }
  .guide-local h2 { font-size: clamp(2.8rem,12vw,4.2rem); }
  .guide-meta { gap: 10px 18px; }
  .guide-toc { padding: 12px 20px; border-radius: 26px; }
  .guide-direct { padding: 64px 0; }
  .guide-direct__grid { grid-template-columns: 1fr; gap: 22px; }
  .guide-direct__answer { font-size: clamp(1.8rem,8.5vw,3rem); }
  .guide-chapter { padding: 58px 0; grid-template-columns: 38px minmax(0,1fr); gap: 14px; }
  .guide-chapter h2 { margin-top: -6px; font-size: clamp(2.15rem,9.5vw,3.35rem); overflow-wrap: break-word; }
  .guide-chapter p, .guide-chapter li { font-size: 1rem; }
  .guide-checklist, .guide-breakdown, .guide-question-grid { grid-template-columns: 1fr; }
  .guide-checklist li:nth-child(n) { padding: 16px 0; border-left: 0; }
  .guide-breakdown > div, .guide-question-grid > div { min-height: 190px; }
  .guide-decision-table > div { grid-template-columns: 1fr; gap: 10px; }
  .guide-check { margin-inline: 8px; border-radius: 36px; }
  .guide-check ol { grid-template-columns: 1fr; }
  .guide-check li:nth-child(n) { padding: 20px 0; border-right: 0; }
  .guide-related__row { grid-template-columns: 34px 1fr 42px; gap: 12px; }
  .guide-gateway__head { margin-bottom: 40px; }
  .guide-gateway__head h2 { font-size: clamp(2.8rem,12vw,4.2rem); }
  .guide-gateway__list > a { grid-template-columns: 34px 1fr 42px; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: 1 / -1; }
}

/* Narrow phones - protect long French labels and remove every residual squeeze. */
@media (max-width: 380px) {
  :root { --shell: calc(100% - 24px); }
  .header-inner { gap: 12px; }
  .header-actions { gap: 6px; }
  .brand { gap: 5px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-mark img, .brand-glyph { width: 36px; height: 36px; }
  .brand-word { font-size: .92rem; }
  .brand-signature { font-size: .39rem; letter-spacing: .18em; }
  .lang-select { min-width: 52px; padding-inline: 9px 20px; }

  .primary-nav { top: 78px; right: 6px; bottom: 6px; width: calc(100vw - 12px); padding: 18px 16px; border-radius: 26px; }
  .primary-nav::before { left: 16px; right: 16px; }
  .mobile-nav-intro strong { font-size: 2.05rem; }
  .primary-nav > .nav-link, .nav-offers__trigger.nav-link { min-height: 64px; padding-inline: 2px; font-size: 1.55rem; }
  .nav-offers__menu a, .nav-offers:hover .nav-offers__menu a, .nav-offers:focus-within .nav-offers__menu a { min-height: 58px; padding: 9px 10px; }

  .display { font-size: clamp(2.3rem, 11.4vw, 3rem); }
  .display--page,
  .work-hero .display,
  .agency-hero .display,
  .guide-hub-hero .display,
  .guide-hero .display { font-size: clamp(2.18rem, 10.2vw, 2.65rem); }
  .guide-hero .display { font-size: clamp(1.85rem, 9.35vw, 2.35rem); }
  .section-title { font-size: clamp(2.15rem, 10vw, 2.85rem); }
  .section { padding: 70px 0; }

  .btn { padding-left: 16px; gap: 10px; font-size: .82rem; }
  .page-aside, .page-signal, .contact-form { padding: 20px; }
  .contact-map__viewport { height: 320px; }
  .contact-map__panel { margin-inline: 2px; padding: 22px; }
  .service-hero__proof span { white-space: normal; }

  .pricing-card ul { columns: 1; }
  .pricing-card, .feature, .decision-card, .contact-detail, .offer-band > div { padding: 23px; }
  .price, .pricing-card__number { font-size: 2.12rem; }

  .package-card { min-height: 500px; padding: 23px; }
  .package-card--reflectiv { min-height: 560px; }
  .package-card__open { width: 100%; justify-content: space-between; }
  .package-card__price strong { font-size: 1.75rem; }

  .guide-chapter { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .guide-chapter__index { padding-bottom: 4px; }
  .guide-chapter h2 { margin-top: 0; }
  .guide-callout { padding: 26px 22px; }
  .guide-related__row, .guide-gateway__list > a { grid-template-columns: 28px minmax(0,1fr) 38px; gap: 10px; }
  .guide-related__row > i, .guide-gateway__list > a > i { width: 38px; height: 38px; }

  .final-cta, .guide-check, .method-section, .contact-strip, .service-outcomes, .proof-manifesto, .expertise-chapter--dark { margin-inline: 6px; }
  .final-cta h2 { font-size: clamp(2.25rem, 10.6vw, 2.75rem); overflow-wrap: break-word; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand, .footer-col:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-bottom__rights { margin-left: 0; }
}

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

/* Consentement de mesure - compact, lisible et dans la grammaire visuelle Dollen. */
.consent-banner { position: fixed; z-index: 1200; left: 50%; bottom: 22px; width: min(1080px, calc(100vw - 36px)); padding: 18px; display: grid; grid-template-columns: 54px minmax(0,1fr) auto; gap: 18px; align-items: center; border: 1px solid var(--ink); border-radius: 30px; background: rgba(255,255,255,.97); box-shadow: 0 18px 55px rgba(23,26,25,.16); transform: translateX(-50%); animation: consentRise .75s var(--liquid) both; backdrop-filter: blur(16px); }
@keyframes consentRise { from { opacity: 0; transform: translate(-50%,28px) scale(.97,.94); border-radius: 42px 24px 38px 26px; } to { opacity: 1; transform: translate(-50%,0) scale(1); } }
.consent-banner__mark { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); }
.consent-banner__mark span { width: 19px; height: 19px; border: 5px solid var(--orange); border-radius: 48% 52% 58% 42%; animation: consentDrop 3.2s var(--liquid) infinite alternate; }
@keyframes consentDrop { to { transform: rotate(38deg) scale(1.14,.86); border-radius: 62% 38% 44% 56%; } }
.consent-banner__copy strong { display: block; font-size: 1rem; letter-spacing: -.02em; }
.consent-banner__copy p { max-width: 610px; margin: 5px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.consent-banner__copy a { margin-top: 6px; display: inline-block; color: var(--ink); font-size: .68rem; font-weight: 760; text-decoration: underline; text-underline-offset: 3px; }
.consent-banner__actions { display: flex; align-items: center; gap: 8px; }
.consent-banner__reject { min-height: 46px; padding: 0 16px; border: 0; border-radius: 999px; background: transparent; color: var(--ink); font: inherit; font-size: .72rem; font-weight: 760; cursor: pointer; transition: background .3s var(--ease), transform .6s var(--liquid); }
.consent-banner__reject:hover { background: var(--canvas); transform: translateY(-2px) scale(1.02,.98); }
.consent-banner__accept { min-height: 48px; white-space: nowrap; }
.privacy-content { background: white; }
.privacy-content .guide-chapter { max-width: 980px; }
.privacy-content .guide-chapter:last-child { border-bottom: 0; }
.legal-content { background: white; }
.legal-content .guide-chapter { max-width: 1060px; }
.legal-content .guide-chapter:last-child { border-bottom: 0; }
.legal-facts { max-width: 880px; margin: 30px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.legal-facts > div { min-width: 0; padding: 18px 22px 18px 0; border-bottom: 1px solid var(--line); }
.legal-facts small { display: block; margin-bottom: 6px; color: var(--muted); font-size: .68rem; font-weight: 820; text-transform: uppercase; letter-spacing: .08em; }
.legal-facts strong, .legal-facts a { font-size: 1rem; line-height: 1.5; overflow-wrap: anywhere; }
.legal-content address { font-style: normal; }
.legal-content ul { max-width: 830px; margin: 20px 0 0; padding-left: 20px; color: #4f5452; }
.legal-content li + li { margin-top: 8px; }

@media (max-width: 820px) {
  .consent-banner { bottom: 10px; width: calc(100vw - 20px); padding: 17px; grid-template-columns: 42px 1fr; gap: 12px; border-radius: 24px; }
  .consent-banner__mark { width: 42px; height: 42px; }
  .consent-banner__copy p { font-size: .72rem; }
  .consent-banner__actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; }
  .consent-banner__reject, .consent-banner__accept { width: 100%; justify-content: space-between; }
  .legal-facts { grid-template-columns: minmax(0,1fr); }
}

@media (max-width: 760px) {
  .footer-bottom { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 24px; }
  .footer-bottom__rights { margin-left: 0; }
}

@media (max-width: 380px) {
  .footer-bottom { display: flex; }
}
