@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/roboto-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --page: #ffffff;
  --surface: #ffffff;
  --surface-soft: #edf1fa;
  --surface-red: #faedef;
  --ink: #05173d;
  --ink-2: #122650;
  --muted: #3d4a66;
  --line: #d9dfeb;
  --red: #f44454;
  --blue: #054ce0;
  --green: #21b754;
  --yellow: #ffd639;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow: 0 24px 65px rgb(5 23 61 / 0.12);
  --container: min(1280px, calc(100% - 48px));
  --header-offset: 108px;
  --heading: "Plus Jakarta Sans", Arial, sans-serif;
  --body: "Roboto", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-offset); }
body { margin: 0; overflow-x: clip; background: var(--page); color: var(--muted); font-family: var(--body); font-size: 17px; line-height: 1.62; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-underline-offset: 0.22em; text-decoration-thickness: 1px; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--focus-ring, var(--blue)); outline-offset: 4px; }
::selection { background: var(--yellow); color: var(--ink); }

.skip-link { position: fixed; top: 8px; left: 12px; z-index: 100; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: var(--radius-sm); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 90; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--red); transform: scaleX(0); transform-origin: left center; }

.container { width: var(--container); margin-inline: auto; }
.narrow { width: min(1040px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(94px, 9vw, 150px) 0; position: relative; }
.section--compact { padding: clamp(58px, 7vw, 96px) 0; }
.section--surface { background: var(--surface); }
.section--soft { background: var(--surface-soft); }
.section-heading { max-width: 820px; margin-bottom: 56px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .lede { margin-inline: auto; }
.section-heading--spread { max-width: none; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); align-items: end; gap: clamp(40px, 8vw, 120px); }
.section-heading--spread > p { margin: 0 0 8px; max-width: 52ch; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-family: var(--heading); font-size: 12px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.kicker { margin: 0 0 20px; display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-family: var(--heading); font-size: 12px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.kicker > span { width: 20px; height: 2px; background: currentColor; }
.kicker--light { color: #b9d9ff; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-family: var(--heading); font-weight: 700; letter-spacing: -0.045em; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(50px, 5.1vw, 70px); }
h2 { font-size: clamp(38px, 4vw, 56px); }
h3 { font-size: clamp(23px, 2vw, 31px); letter-spacing: -0.032em; }
p { margin: 16px 0 0; }
.lede { max-width: 58ch; color: var(--muted); font-size: clamp(18px, 1.55vw, 21px); line-height: 1.55; }
.muted { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-family: var(--heading); font-weight: 700; }
.arrow-icon { width: 14px; height: 14px; position: relative; display: inline-block; flex: 0 0 14px; }
.arrow-icon::before { content: ""; width: 13px; height: 2px; position: absolute; left: 0; top: 7px; border-radius: 2px; background: currentColor; transform: rotate(-45deg); }
.arrow-icon::after { content: ""; width: 7px; height: 7px; position: absolute; top: 1px; right: 1px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }

.button { min-height: 52px; padding: 13px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--red); border-radius: var(--radius-sm); background: var(--red); color: #fff; font-family: var(--heading); font-size: 14px; font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap; box-shadow: 0 10px 25px rgb(244 68 84 / 0.2); transition: transform 220ms cubic-bezier(.16,1,.3,1), box-shadow 220ms ease, background-color 220ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgb(244 68 84 / 0.26); }
.button:active { transform: translateY(1px) scale(0.985); }
.button--small { min-height: 46px; padding: 10px 18px; }
.button--chat { --focus-ring: #0a7130; background: var(--green); border-color: var(--green); box-shadow: 0 10px 26px rgb(33 183 84 / 0.22); }
.button--chat:hover { background: #169d46; box-shadow: 0 16px 32px rgb(33 183 84 / 0.3); }
.chat-dot { width: 12px; height: 12px; position: relative; border: 2px solid #fff; border-radius: 50%; }
.chat-dot::after { content: ""; position: absolute; left: -3px; bottom: -3px; width: 5px; height: 5px; border-left: 2px solid #fff; transform: rotate(-24deg); }
.button--outline { margin-top: 28px; background: transparent; border-color: var(--ink); color: var(--ink); box-shadow: none; }
.button--outline:hover { background: var(--ink); color: #fff; box-shadow: 0 16px 32px rgb(5 23 61 / 0.16); }
.button--light { --focus-ring: var(--yellow); background: #fff; border-color: #fff; color: var(--ink); box-shadow: none; }
.button--light:hover { background: var(--yellow); border-color: var(--yellow); box-shadow: 0 16px 34px rgb(5 23 61 / 0.22); }
.button--secondary { background: transparent; border-color: var(--ink); color: var(--ink); box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.site-header { height: 94px; position: sticky; top: 0; z-index: 70; pointer-events: none; }
.nav-shell { width: 95%; max-width: 1480px; min-height: 86px; margin: 0 auto; padding: 10px 14px 10px 24px; position: relative; display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); background: rgb(255 255 255 / 0.98); border: 1px solid rgb(217 223 235 / 0.85); border-top: 0; border-radius: 0 0 var(--radius-md) var(--radius-md); box-shadow: 0 10px 34px rgb(5 23 61 / 0.08); pointer-events: auto; }
.brand { min-height: 52px; display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: var(--ink); text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--blue); color: #fff; border-radius: 10px 4px 10px 4px; font-family: var(--heading); font-size: 23px; font-weight: 800; letter-spacing: -0.08em; transform: rotate(-2deg); }
.brand-copy { display: flex; flex-direction: column; font-family: var(--heading); line-height: 1.06; }
.brand-copy strong { font-size: 15px; letter-spacing: -0.025em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-family: var(--body); font-size: 9px; font-weight: 700; letter-spacing: 0.045em; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 1.55vw, 25px); color: var(--ink); font-family: var(--heading); font-size: 13px; font-weight: 700; white-space: nowrap; }
.site-nav > a { min-height: 44px; position: relative; display: inline-flex; align-items: center; text-decoration: none; }
.site-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--red); transition: right 220ms cubic-bezier(.16,1,.3,1); }
.site-nav > a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.info-button, .menu-button { width: 46px; height: 46px; padding: 0 11px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; cursor: pointer; }
.info-button { display: grid; align-content: center; justify-items: end; gap: 4px; }
.info-button span { width: 100%; height: 2px; background: var(--ink); transition: width 220ms ease; }
.info-button span:nth-child(2) { width: 78%; }
.info-button span:nth-child(3) { width: 56%; }
.info-button:hover span { width: 100%; }
.menu-button { display: none; }
.no-js .info-button { display: none; }
.header-panel { width: min(420px, calc(100vw - 32px)); padding: 34px; position: absolute; top: calc(100% + 12px); right: 0; z-index: 5; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.header-panel[hidden] { display: none; }
.header-panel h2 { font-size: 30px; }
.header-panel__close { min-height: 40px; margin: -12px -8px 16px auto; display: block; border: 0; background: transparent; color: var(--blue); font-weight: 700; cursor: pointer; }

.hero--rankify { min-height: 815px; margin-top: -94px; padding: 152px 0 62px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--surface-soft); }
.hero-pattern { position: absolute; inset: 0; opacity: 0.65; background-image: radial-gradient(circle at 15% 24%, rgb(5 76 224 / 0.09) 0 2px, transparent 3px), linear-gradient(135deg, transparent 0 47%, rgb(5 76 224 / 0.045) 48% 49%, transparent 50% 100%); background-size: 34px 34px, 160px 160px; mask-image: linear-gradient(90deg, #000, transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(440px, 0.87fr) minmax(520px, 1.13fr); align-items: center; gap: clamp(18px, 2.5vw, 42px); }
.hero-copy { padding-left: clamp(0px, 1.8vw, 26px); }
.hero-copy h1 { max-width: 720px; }
.hero-copy .lede { max-width: 565px; margin-top: 24px; }
.title-blue { color: var(--blue); }
.title-red { position: relative; color: var(--red); white-space: nowrap; }
.title-red::after { content: ""; position: absolute; left: 2%; right: -2%; bottom: -7px; height: 7px; border-radius: 50%; background: var(--red); clip-path: polygon(0 52%, 100% 0, 98% 100%, 2% 75%); }
.hero-contact { max-width: 590px; min-height: 72px; margin-top: 34px; padding: 8px 8px 8px 20px; display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid rgb(5 23 61 / 0.08); border-radius: 10px; box-shadow: 0 18px 45px rgb(5 23 61 / 0.09); }
.hero-contact > span { min-width: 0; flex: 1; color: var(--ink); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero-contact small { display: block; margin-bottom: 2px; color: var(--muted); font-size: 11px; font-weight: 500; }
.hero-note { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.hero-note span { width: 17px; height: 17px; position: relative; border: 1px solid var(--green); border-radius: 50%; }
.hero-note span::after { content: ""; width: 6px; height: 3px; position: absolute; left: 4px; top: 5px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }
.hero-visual { min-height: 610px; position: relative; }
.hero-image-wrap { position: absolute; inset: 5% -10% -6% -12%; overflow: hidden; border-radius: 42% 0 0 38% / 46% 0 0 42%; mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 100%); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; transform: scale(1.04); }
.hero-visual::before { content: ""; width: 530px; height: 530px; position: absolute; right: -5%; bottom: -7%; border: 2px solid rgb(5 76 224 / 0.12); border-radius: 50%; box-shadow: 0 0 0 40px rgb(5 76 224 / 0.035), 0 0 0 95px rgb(5 76 224 / 0.025); }
.analytics-card { position: absolute; z-index: 4; padding: 18px; background: rgb(255 255 255 / 0.96); border: 1px solid rgb(255 255 255 / 0.9); border-radius: var(--radius-md); box-shadow: 0 20px 50px rgb(5 23 61 / 0.16); backdrop-filter: blur(10px); animation: card-float 5.6s ease-in-out infinite; }
.analytics-card--research { width: 230px; top: 10%; right: -2%; }
.analytics-card--score { width: 210px; left: 1%; bottom: 11%; animation-delay: -2.3s; }
.analytics-card__head { display: flex; align-items: center; gap: 9px; color: var(--ink); font-family: var(--heading); font-size: 13px; }
.analytics-icon { width: 26px; height: 26px; position: relative; border-radius: 7px; }
.analytics-icon::before, .analytics-icon::after { content: ""; position: absolute; }
.analytics-icon--blue { background: #e4edff; }
.analytics-icon--blue::before { inset: 7px 6px 6px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: skewY(-24deg); }
.analytics-icon--red { background: var(--surface-red); }
.analytics-icon--red::before { width: 10px; height: 10px; left: 8px; top: 8px; border: 2px solid var(--red); border-radius: 50%; }
.analytics-card p { margin-top: 10px; font-size: 12px; line-height: 1.35; }
.research-bars { height: 48px; margin-top: 14px; position: relative; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 7px; }
.research-bars::before { content: ""; height: 2px; position: absolute; left: 10px; right: 10px; top: 23px; background: #cbd9f7; }
.research-bars i { width: 22px; height: 22px; z-index: 1; display: block; justify-self: center; background: var(--blue); border: 6px solid #e4edff; border-radius: 50%; }
.score-ring { width: 62px; height: 62px; margin: 15px auto 2px; position: relative; background: #eff8f2; border: 2px dashed var(--green); border-radius: 50%; }
.score-ring::before { content: ""; position: absolute; inset: 9px; background: transparent; border: 2px dashed var(--green); border-radius: 50%; }
.score-ring span { width: 9px; height: 9px; position: absolute; left: 25px; top: 25px; z-index: 1; background: var(--green); border-radius: 50%; }
.hero-pulse { width: 38px; height: 38px; position: absolute; right: 30%; top: 28%; z-index: 3; background: var(--red); border: 8px solid #fff; border-radius: 50%; box-shadow: 0 0 0 0 rgb(244 68 84 / 0.35); animation: pulse 2.6s ease-out infinite; }
.hero-scroll { position: absolute; left: 22px; bottom: 48px; z-index: 3; display: flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--heading); font-size: 10px; font-weight: 800; letter-spacing: 0.2em; text-decoration: none; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.hero-scroll span { width: 44px; height: 1px; background: currentColor; }

.capability-marquee, .service-marquee { overflow: hidden; background: #fff; border-block: 1px solid var(--line); }
.capability-marquee { padding: 34px 0; }
.service-marquee { padding: 54px 0; background: var(--surface-red); border: 0; }
.marquee-track { width: max-content; display: flex; animation: marquee 30s linear infinite; }
.marquee-track--reverse { animation-direction: reverse; animation-duration: 34s; }
.marquee-group { display: flex; align-items: center; flex-shrink: 0; }
.marquee-group span { padding-inline: 26px; color: var(--ink); font-family: var(--heading); font-size: clamp(18px, 2vw, 27px); font-weight: 700; white-space: nowrap; }
.service-marquee .marquee-group span { font-size: clamp(42px, 6vw, 82px); letter-spacing: -0.05em; }
.marquee-group i { width: 12px; height: 12px; flex: 0 0 auto; background: var(--red); border-radius: 2px; transform: rotate(45deg); }
.service-marquee .marquee-group i { width: 20px; height: 20px; background: var(--blue); }
.disclosure { padding: 26px 0; background: var(--ink); color: #fff; }
.disclosure .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.disclosure p { max-width: 880px; margin: 0; color: #d8e2f3; font-size: 15px; }
.disclosure strong { color: #fff; }
.disclosure .text-link { color: #fff; white-space: nowrap; }

.split { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(56px, 8vw, 120px); }
.split--reverse > :first-child { order: 2; }
.media-frame { overflow: hidden; background: var(--surface-soft); border-radius: var(--radius-lg); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { margin-top: 12px; color: var(--muted); font-size: 14px; }
.about-rankify { overflow: hidden; }
.about-visual { min-height: 610px; position: relative; }
.about-visual .media-frame { position: absolute; inset: 8% 0 0 5%; aspect-ratio: 1 / 1.08; border-radius: 45% 45% 24px 24px; box-shadow: var(--shadow); }
.about-visual .media-frame img { object-position: 68% center; }
.shape-backdrop { position: absolute; inset: 0 10% 7% 0; background: var(--surface-red); border-radius: 46% 46% 20px 20px; transform: rotate(-5deg); }
.about-float-card { max-width: 245px; padding: 16px 18px; position: absolute; right: -4%; bottom: 7%; display: flex; align-items: center; gap: 12px; background: #fff; color: var(--ink); border-radius: var(--radius-md); box-shadow: var(--shadow); font-family: var(--heading); font-size: 13px; line-height: 1.25; }
.about-float-card span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; background: var(--blue); color: #fff; border-radius: 50%; font-size: 12px; }
.about-copy > p:not(.kicker) { max-width: 58ch; }
.tick-list { margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; list-style: none; }
.tick-list li { position: relative; padding-left: 29px; color: var(--ink); font-weight: 500; }
.tick-list li::before { content: ""; width: 17px; height: 17px; position: absolute; left: 0; top: 5px; background: #e0f5e7; border-radius: 50%; }
.tick-list li::after { content: ""; width: 6px; height: 3px; position: absolute; left: 5px; top: 10px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }

.capability-stage { padding: 62px 0 140px; position: relative; overflow: hidden; background: var(--surface-soft); }
.text-marquee { width: max-content; display: flex; opacity: 0.05; transform: translateX(-8%); }
.text-marquee span { padding-right: 34px; color: var(--ink); font-family: var(--heading); font-size: clamp(80px, 13vw, 190px); font-weight: 800; letter-spacing: -0.07em; line-height: 1; white-space: nowrap; }
.capability-stage__inner { margin-top: -24px; position: relative; z-index: 1; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-card { min-height: 340px; padding: 36px; position: relative; overflow: hidden; border-radius: var(--radius-lg); color: #fff; transition: transform 260ms cubic-bezier(.16,1,.3,1); }
.principle-card:hover { transform: translateY(-7px); }
.principle-card::after { content: ""; width: 170px; height: 170px; position: absolute; right: -65px; bottom: -65px; border: 1px solid rgb(255 255 255 / 0.35); border-radius: 50%; box-shadow: 0 0 0 28px rgb(255 255 255 / 0.05), 0 0 0 56px rgb(255 255 255 / 0.035); }
.principle-card--blue { background: var(--blue); }
.principle-card--red { background: var(--red); }
.principle-card--navy { background: var(--ink); }
.principle-card > span { display: inline-block; margin-bottom: 76px; font-family: var(--heading); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.principle-card h3 { color: #fff; }
.principle-card p { max-width: 35ch; color: rgb(255 255 255 / 0.82); }

.services-section { background: #fff; }
.service-layout { display: grid; grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr); align-items: start; gap: clamp(52px, 8vw, 120px); }
.service-intro { position: sticky; top: 132px; }
.service-intro .text-link { margin-top: 28px; }
.service-stack { display: grid; gap: 22px; }
.service-card { min-height: 310px; padding: clamp(30px, 4vw, 48px); position: sticky; top: 118px; display: grid; grid-template-columns: 60px 1fr 50px; align-items: start; gap: 24px; color: #fff; border-radius: var(--radius-lg); box-shadow: 0 22px 44px rgb(5 23 61 / 0.12); }
.service-card:nth-child(2) { top: 140px; }
.service-card:nth-child(3) { top: 162px; }
.service-card--blue { background: var(--blue); }
.service-card--red { background: var(--red); }
.service-card--green { background: #149d46; }
.service-number { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 0.5); border-radius: 50%; font-family: var(--heading); font-size: 13px; font-weight: 700; }
.service-card .eyebrow { color: rgb(255 255 255 / 0.72); }
.service-card h3 { color: #fff; font-size: clamp(30px, 3vw, 43px); }
.service-card p:not(.eyebrow) { max-width: 48ch; color: rgb(255 255 255 / 0.84); }
.service-card > a { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 0.48); border-radius: 50%; color: #fff; font-size: 22px; text-decoration: none; transition: transform 220ms ease, background-color 220ms ease; }
.service-card > a:hover { background: #fff; color: var(--ink); transform: rotate(8deg); }

.portfolio-section { overflow: hidden; background: var(--ink); color: #cbd6e9; }
.portfolio-section h2, .portfolio-section h3 { color: #fff; }
.portfolio-section .kicker { color: #8fb3ff; }
.work-grid { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 20px; }
.work-feature { grid-row: span 2; overflow: hidden; background: #fff; border-radius: var(--radius-lg); }
.work-media { position: relative; aspect-ratio: 1.35 / 1; overflow: hidden; }
.work-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.16,1,.3,1); }
.work-feature:hover .work-media img { transform: scale(1.035); }
.work-label { position: absolute; left: 20px; top: 20px; padding: 8px 12px; background: #fff; color: var(--ink); border-radius: 6px; font-family: var(--heading); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.work-copy { padding: 30px; position: relative; color: var(--muted); }
.work-copy > span, .work-mini > span { color: var(--blue); font-family: var(--heading); font-size: 11px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.work-copy h3 { max-width: 16ch; margin-top: 8px; color: var(--ink); }
.work-copy > a { width: 50px; height: 50px; position: absolute; right: 28px; bottom: 28px; display: grid; place-items: center; background: var(--red); color: #fff; border-radius: 50%; font-size: 22px; text-decoration: none; }
.work-mini { min-height: 310px; padding: 36px; display: flex; flex-direction: column; justify-content: end; border-radius: var(--radius-lg); }
.work-mini--blue { background: #dbe7ff; }
.work-mini--red { background: var(--surface-red); }
.work-mini h3 { margin-top: 12px; color: var(--ink); }
.work-mini p { color: var(--muted); }
.work-mini--red > span { color: var(--red); }

.faq-section { background: var(--surface-soft); }
.faq-layout { display: grid; grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr); align-items: start; gap: clamp(58px, 8vw, 130px); }
.faq-intro { position: sticky; top: 132px; }
.faq-list { border-top: 1px solid #bfc9da; }
details { border-bottom: 1px solid #bfc9da; }
summary { min-height: 82px; padding: 25px 58px 25px 0; position: relative; display: flex; align-items: center; color: var(--ink); cursor: pointer; font-family: var(--heading); font-size: clamp(18px, 1.6vw, 23px); font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; width: 38px; height: 38px; position: absolute; right: 0; display: grid; place-items: center; border: 1px solid #aeb9ce; border-radius: 50%; color: var(--blue); font-size: 23px; font-weight: 400; }
details[open] summary::after { content: "−"; background: var(--blue); border-color: var(--blue); color: #fff; }
details p { max-width: 68ch; margin: 0; padding: 0 60px 28px 0; color: var(--muted); }

.process-section { background: #fff; }
.process-layout { display: grid; grid-template-columns: minmax(480px, 1fr) minmax(420px, 0.9fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.process-visual { position: relative; overflow: hidden; aspect-ratio: 1 / 1; border-radius: 48% 48% 24px 24px; background: var(--surface-soft); }
.process-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.process-caption { padding: 16px 20px; position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgb(255 255 255 / 0.94); border-radius: 12px; backdrop-filter: blur(8px); }
.process-caption span { color: var(--red); font-family: var(--heading); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.process-caption strong { color: var(--ink); font-family: var(--heading); font-size: 13px; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { padding: 24px 0; display: grid; grid-template-columns: 58px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.process-steps li:first-child { border-top: 1px solid var(--line); }
.process-steps li > span { width: 48px; height: 48px; display: grid; place-items: center; background: var(--surface-soft); color: var(--blue); border-radius: 50%; font-family: var(--heading); font-size: 12px; font-weight: 800; }
.process-steps h3 { font-size: 25px; }
.process-steps p { margin-top: 8px; font-size: 15px; }

.collaboration-section { padding-top: 50px; }
.collaboration-card { padding: clamp(40px, 6vw, 82px); display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: clamp(42px, 7vw, 100px); overflow: hidden; background: var(--blue); border-radius: var(--radius-lg); }
.collaboration-card h2 { color: #fff; }
.collaboration-card .lede, .collaboration-card p { color: #dce7ff; }
.collaboration-list { margin: 28px 0; padding: 0; display: grid; gap: 12px; list-style: none; color: #fff; }
.collaboration-list li { padding-left: 27px; position: relative; }
.collaboration-list li::before { content: ""; width: 13px; height: 13px; position: absolute; left: 0; top: 7px; background: var(--yellow); border-radius: 3px; transform: rotate(45deg); }
.evidence-note { padding-top: 18px; border-top: 1px solid rgb(255 255 255 / 0.25); font-size: 13px; }
.collaboration-visual { position: relative; }
.collaboration-visual img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; object-position: 55% center; border-radius: 50% 50% 18px 18px; }
.collaboration-visual figcaption { margin-top: 12px; color: #c8d7fb; font-size: 12px; text-align: center; }

.insights-section { background: #fff; }
.insight-grid { display: grid; grid-template-columns: 1.2fr 0.9fr 0.9fr; gap: 20px; }
.insight-card { min-height: 390px; padding: 34px; position: relative; display: flex; flex-direction: column; align-items: flex-start; background: var(--surface-soft); border-radius: var(--radius-lg); text-decoration: none; transition: transform 260ms cubic-bezier(.16,1,.3,1), box-shadow 260ms ease; }
.insight-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.insight-card--featured { background: var(--surface-red); }
.insight-tag { padding: 7px 10px; color: var(--blue); border: 1px solid currentColor; border-radius: 5px; font-family: var(--heading); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.insight-card--featured .insight-tag { color: var(--red); }
.insight-card h3 { margin-top: auto; padding-top: 80px; }
.insight-card p { font-size: 15px; }
.insight-card strong { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-family: var(--heading); font-size: 13px; }

.blog-index .section-heading { max-width: 760px; }
.blog-grid { margin-top: 6px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); transition: transform 260ms cubic-bezier(.16,1,.3,1), box-shadow 260ms ease; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-card__media { display: block; aspect-ratio: 1376 / 768; overflow: hidden; }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.16,1,.3,1); }
.blog-card:hover .blog-card__media img { transform: scale(1.045); }
.blog-card__body { padding: 24px 24px 28px; display: flex; flex: 1; flex-direction: column; }
.blog-card__tag { margin: 0 0 10px; color: var(--red); font-family: var(--heading); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.blog-card h3 { font-size: 21px; line-height: 1.22; letter-spacing: -0.02em; }
.blog-card h3 a { text-decoration: none; }
.blog-card__body > p { margin-top: 10px; font-size: 15px; color: var(--muted); }
.blog-card .text-link { margin-top: 16px; }
.pagination { margin-top: 52px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
.pagination a, .pagination span { min-width: 46px; min-height: 46px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius-sm); font-family: var(--heading); font-size: 14px; font-weight: 700; text-decoration: none; }
.pagination a:hover { border-color: var(--ink); }
.pagination [aria-current="page"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.pagination .pagination__step { color: var(--blue); }

.post > .container { position: relative; }
.post .kicker { margin-top: clamp(28px, 5vw, 52px); }
.post h1 { max-width: 22ch; }
.post-meta { margin-top: 16px; color: var(--muted); font-size: 14px; }
.post-figure { width: min(1100px, calc(100% - 48px)); margin: 32px auto 0; aspect-ratio: 1376 / 768; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface-soft); }
.post-figure img { width: 100%; height: 100%; object-fit: cover; }
.post-body { max-width: 940px; margin: 40px auto 0; padding-bottom: 8px; }
.post-body .lede { margin-top: 0; }
.post-body h2 { margin-top: 42px; font-size: clamp(24px, 3vw, 32px); }
.post-body p { margin-top: 14px; }
.post-body .faq-list { margin-top: 24px; border-top: 1px solid #d5dcea; }
.post-cta { margin: 40px 0 44px; padding: 34px 32px; background: var(--surface-soft); border-radius: var(--radius-lg); text-align: center; }
.post-cta p { margin: 0 0 6px; color: var(--ink); font-family: var(--heading); font-weight: 600; }
.post-cta .button-row { justify-content: center; }

.button-icon { width: 18px; height: 18px; flex: 0 0 18px; fill: currentColor; }
.button--whatsapp { background: #25d366; border-color: #25d366; color: #fff; --focus-ring: #0a7a34; box-shadow: 0 10px 25px rgb(37 211 102 / 0.26); }
.button--whatsapp:hover { background: #1fbf5b; border-color: #1fbf5b; box-shadow: 0 16px 32px rgb(37 211 102 / 0.32); }
.footer-cta__actions .button--call { background: transparent; border-color: rgb(255 255 255 / 0.55); color: #fff; box-shadow: none; }
.footer-cta__actions .button--call:hover { background: rgb(255 255 255 / 0.12); border-color: #fff; }
.footer-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.scroll-top { width: 50px; height: 50px; position: fixed; right: clamp(14px, 2vw, 26px); bottom: clamp(14px, 2vw, 26px); z-index: 80; display: grid; place-items: center; padding: 0; background: var(--ink); color: #fff; border: 0; border-radius: 50%; box-shadow: 0 12px 30px rgb(5 23 61 / 0.3); cursor: pointer; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity 220ms ease, transform 220ms ease, background-color 200ms ease; }
.scroll-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.scroll-top:hover { background: var(--blue); }
.scroll-top svg { width: 22px; height: 22px; }
.no-js .scroll-top { display: none; }

.page-hero { padding: clamp(44px, 5vw, 76px) 0 clamp(76px, 8vw, 120px); position: relative; overflow: hidden; background: var(--surface-soft); }
.page-hero::after { content: ""; width: 460px; height: 460px; position: absolute; right: -130px; top: 110px; border: 1px solid rgb(5 76 224 / 0.13); border-radius: 50%; box-shadow: 0 0 0 55px rgb(5 76 224 / 0.035), 0 0 0 110px rgb(5 76 224 / 0.025); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .lede { margin-top: 24px; }
.breadcrumbs { width: 100%; margin: 0; padding: 16px 0 0; background: var(--surface-soft); color: var(--muted); font-size: 14px; }
.breadcrumbs ol { width: var(--container); margin-inline: auto; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #91a0bc; }
.breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; }
.feature-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 20px; }
.feature { min-height: 270px; padding: clamp(28px, 4vw, 48px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.feature--accent { --focus-ring: #fff; background: var(--blue); color: #fff; border-color: var(--blue); }
.feature--accent h3 { color: #fff; }
.feature--wide { grid-row: span 2; min-height: 560px; display: flex; flex-direction: column; justify-content: space-between; }
.feature p { max-width: 46ch; }
.feature--accent p { color: #dce7ff; }
.feature--accent .text-link { color: #fff; }
.feature img { margin-top: 34px; border-radius: var(--radius-md); }
.benefit-list { margin: 28px 0 0; padding: 0; display: grid; gap: 20px; list-style: none; }
.benefit-list li { padding-left: 22px; border-left: 3px solid var(--red); }
.benefit-list strong { display: block; margin-bottom: 3px; color: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-item { padding: 28px 8px 24px 0; border-top: 2px solid var(--ink); }
.process-item p { font-size: 15px; }
.process-visual.media-frame { margin-top: 52px; aspect-ratio: 1376 / 768; border-radius: var(--radius-lg); }
.example-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 20px; }
.example-card { padding: 34px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.example-card:first-child { grid-row: span 2; }
.example-card .label { display: inline-block; margin-bottom: 24px; color: var(--red); font-family: var(--heading); font-weight: 800; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.example-card ul { padding-left: 20px; }
.cta-panel { --focus-ring: var(--yellow); padding: clamp(40px, 7vw, 84px); display: grid; grid-template-columns: 1fr minmax(320px, 0.72fr); align-items: center; gap: 42px; overflow: hidden; background: var(--ink); color: #fff; border-radius: var(--radius-lg); }
.cta-panel h2 { color: #fff; }
.cta-panel p { color: #cad5e9; }
.cta-panel .media-frame { aspect-ratio: 1376 / 768; }
.scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.scope-block { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.scope-block ul { margin-bottom: 0; padding-left: 20px; }
.checklist { margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; list-style: none; }
.checklist li { position: relative; padding: 18px 20px 18px 52px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); }
.checklist li::before { content: ""; position: absolute; top: 21px; left: 20px; width: 18px; height: 18px; border: 2px solid var(--blue); border-radius: 5px; }
.note { padding: 24px 28px; border-left: 4px solid var(--red); background: var(--surface-red); }
.split--contact { align-items: stretch; }
.map-embed { position: relative; min-height: 340px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-soft); }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.contact-details { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.contact-details li { display: grid; gap: 3px; color: var(--muted); max-width: 46ch; }
.contact-details span { color: var(--red); font-family: var(--heading); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-details a { color: var(--ink); font-family: var(--heading); font-weight: 700; }
.link-columns { margin: 24px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 26px; }
.link-columns li { border-top: 1px solid var(--line); padding-top: 10px; }
.link-columns a { color: var(--ink); font-family: var(--heading); font-weight: 600; font-size: 15px; text-decoration: none; }
.link-columns a:hover { color: var(--blue); }
@media (max-width: 991px) { .link-columns { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .link-columns { grid-template-columns: 1fr; } }
.legal h2 { margin-top: 54px; font-size: clamp(27px, 3vw, 38px); }
.legal ul { padding-left: 22px; }
.legal time { font-weight: 700; }
.not-found { min-height: 64vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { margin-inline: auto; }
.not-found .button-row { justify-content: center; }

.site-footer { padding: 82px 0 24px; background: var(--ink); color: #becae0; }
.footer-cta, .footer-grid, .footer-base { width: var(--container); margin-inline: auto; }
.footer-cta { padding-bottom: 68px; display: flex; align-items: end; justify-content: space-between; gap: 40px; border-bottom: 1px solid rgb(255 255 255 / 0.16); }
.footer-cta .eyebrow { color: #8fb3ff; }
.footer-cta h2 { max-width: 770px; color: #fff; }
.footer-grid { padding: 64px 0 54px; display: grid; grid-template-columns: 1.3fr repeat(4, 0.58fr); gap: clamp(26px, 4vw, 60px); }
.brand--footer .brand-mark { background: var(--red); }
.brand--footer strong { color: #fff; }
.brand--footer small { color: #aebdd7; }
.footer-intro p { max-width: 44ch; font-size: 14px; }
.footer-grid nav { display: grid; align-content: start; gap: 9px; font-size: 14px; }
.footer-grid nav strong { margin-bottom: 9px; color: #fff; font-family: var(--heading); }
.footer-grid nav a { min-height: 38px; display: inline-flex; align-items: center; text-decoration: none; }
.footer-grid nav a:hover { color: #fff; }
.footer-base { padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgb(255 255 255 / 0.16); font-size: 12px; }
.footer-base p { margin: 0; }
.footer-credit a { text-decoration: none; color: inherit; }
.footer-credit a:hover { text-decoration: none; color: #fff; }
.footer-credit sup { font-size: 0.68em; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(34px); }
.reveal-ready [data-reveal="left"] { transform: translateX(-52px) rotateY(5deg); transform-origin: left center; }
.reveal-ready [data-reveal="right"] { transform: translateX(52px) rotateY(-5deg); transform-origin: right center; }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; transition: opacity 720ms cubic-bezier(.16,1,.3,1), transform 720ms cubic-bezier(.16,1,.3,1); transition-delay: calc(var(--reveal-order, 0) * 70ms); }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes card-float { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -10px, 0); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 22px rgb(244 68 84 / 0); } 100% { box-shadow: 0 0 0 0 rgb(244 68 84 / 0); } }

@media (max-width: 1399px) {
  :root { --container: min(1180px, calc(100% - 42px)); }
  .nav-shell { width: 96%; padding-left: 18px; gap: 16px; }
  .site-nav { gap: 16px; font-size: 12px; }
  .hero-copy h1 { font-size: 48px; line-height: 1.04; }
  .hero-grid { grid-template-columns: minmax(390px, 0.88fr) minmax(480px, 1.12fr); }
  .hero--rankify { min-height: 760px; }
  .hero-visual { min-height: 560px; }
  .analytics-card--research { right: 0; }
}

@media (max-width: 1199px) {
  :root { --container: min(980px, calc(100% - 36px)); }
  .brand-copy { display: none; }
  .site-nav { gap: 13px; }
  .hero-copy h1 { font-size: 48px; }
  .hero--rankify { min-height: 680px; padding-top: 142px; }
  .hero-grid { grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr); }
  .hero-visual { min-height: 500px; }
  .analytics-card--research { width: 205px; }
  .analytics-card--score { width: 190px; }
  .about-visual { min-height: 540px; }
  .service-layout, .faq-layout { gap: 60px; }
  .service-card { grid-template-columns: 52px 1fr 46px; padding: 34px; }
  .work-mini { min-height: 280px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 991px) {
  :root { --container: min(760px, calc(100% - 32px)); --header-offset: 92px; }
  .site-header { height: 82px; }
  .nav-shell { width: calc(100% - 10px); min-height: 76px; padding: 9px 10px 9px 16px; border-radius: 0 0 14px 14px; }
  .brand-copy { display: flex; }
  .brand-mark { width: 38px; height: 38px; font-size: 20px; }
  .menu-button { margin-left: auto; display: inline-grid; place-items: center; }
  .menu-button__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-button__icon { width: 20px; display: grid; gap: 5px; }
  .menu-button__icon span { height: 2px; display: block; background: var(--ink); }
  .site-nav { width: min(380px, calc(100vw - 22px)); padding: 14px; position: absolute; top: calc(100% + 8px); right: 0; display: grid; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); white-space: normal; }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: grid; }
  .site-nav > a { min-height: 48px; padding: 0 12px; font-size: 14px; }
  .site-nav > a::after { display: none; }
  .header-actions .info-button { display: none; }
  .header-actions .button { min-height: 46px; }
  .no-js .menu-button { display: none; }
  .no-js .site-header { height: auto; position: relative; }
  .no-js .nav-shell { flex-wrap: wrap; }
  .no-js .site-nav { width: 100%; position: static; display: grid; box-shadow: none; }
  .hero-copy h1 { font-size: 56px; }
  .hero--rankify { min-height: auto; margin-top: -82px; padding: 132px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { padding: 0; }
  .hero-copy h1, .hero-copy .lede { max-width: 680px; }
  .hero-visual { min-height: 520px; }
  .hero-image-wrap { inset: 0 -4% -4% -2%; border-radius: 20px; mask-image: none; }
  .hero-image-wrap img { object-position: 72% center; }
  .analytics-card--research { top: 6%; right: 1%; }
  .analytics-card--score { left: 1%; bottom: 5%; }
  .hero-scroll { display: none; }
  .split, .service-layout, .faq-layout, .process-layout, .collaboration-card { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: initial; }
  .about-visual { width: min(650px, 100%); min-height: 600px; }
  .service-intro, .faq-intro { position: static; }
  .service-card, .service-card:nth-child(2), .service-card:nth-child(3) { position: relative; top: auto; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .principle-card:last-child { grid-column: 1 / -1; min-height: 280px; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-feature { grid-column: 1 / -1; grid-row: auto; }
  .process-visual { width: min(650px, 100%); }
  .collaboration-visual { width: min(620px, 100%); }
  .insight-grid { grid-template-columns: 1fr 1fr; }
  .insight-card--featured { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-intro { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-panel { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  :root { --container: min(100% - 28px, 680px); --header-offset: 88px; }
  body { font-size: 16px; }
  h1 { font-size: clamp(40px, 11.5vw, 56px); }
  .hero-copy h1 { font-size: clamp(40px, 11.5vw, 48px); }
  h2 { font-size: clamp(33px, 9vw, 44px); }
  .section { padding: 84px 0; }
  .narrow { width: var(--container); }
  .section-heading { margin-bottom: 38px; }
  .section-heading--spread { grid-template-columns: 1fr; gap: 24px; }
  .header-actions .button { width: 46px; padding: 0; font-size: 0; }
  .header-actions .button .chat-dot { margin: 0; }
  .hero--rankify { padding-top: 124px; }
  .hero-contact { align-items: stretch; flex-direction: column; padding: 14px; }
  .hero-contact > span { padding: 2px 4px; white-space: normal; }
  .hero-contact .button { width: 100%; }
  .hero-visual { min-height: 440px; margin-top: 10px; }
  .hero-image-wrap { inset: 0 -2% -3% -2%; border-radius: 18px; }
  .hero-image-wrap img { object-position: 76% center; }
  .analytics-card { padding: 13px; }
  .analytics-card--research { width: 180px; top: 4%; right: 1%; }
  .analytics-card--score { width: 165px; left: 1%; bottom: 3%; }
  .research-bars { height: 40px; }
  .score-ring { width: 48px; height: 48px; }
  .score-ring span { left: 20px; top: 20px; }
  .hero-pulse { right: 25%; top: 28%; }
  .marquee-group span { padding-inline: 18px; }
  .disclosure .container, .footer-cta, .footer-base { align-items: flex-start; flex-direction: column; }
  .split, .feature-grid, .scope-grid, .example-grid, .work-grid, .principle-grid, .insight-grid, .footer-grid, .blog-grid { grid-template-columns: 1fr; }
  .post-figure { width: var(--container); }
  .about-visual { min-height: 470px; }
  .about-float-card { right: 0; }
  .tick-list { grid-template-columns: 1fr; }
  .capability-stage { padding-bottom: 90px; }
  .capability-stage__inner { margin-top: 8px; }
  .principle-card, .principle-card:last-child { grid-column: auto; min-height: 300px; }
  .principle-card > span { margin-bottom: 58px; }
  .service-card { min-height: 330px; grid-template-columns: 48px 1fr; }
  .service-card > a { grid-column: 2; }
  .work-feature { grid-column: auto; }
  .work-mini { min-height: 260px; }
  .work-copy > a { position: static; margin-top: 20px; }
  .process-caption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .collaboration-card { padding: 34px 24px; }
  .insight-card--featured { grid-column: auto; }
  .insight-card { min-height: 330px; }
  .footer-cta { padding-bottom: 52px; }
  .footer-grid { gap: 34px; }
  .footer-base { margin-top: 0; }
  .feature--wide, .example-card:first-child { grid-row: auto; min-height: auto; }
  .feature { min-height: auto; }
  .process-grid, .checklist { grid-template-columns: 1fr; }
  .page-hero { padding: 66px 0 84px; }
  .cta-panel { padding: 34px 24px; }
}

@media (max-width: 575px) {
  :root { --container: min(100% - 24px, 520px); }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 8px; }
  .hero--rankify { padding-bottom: 48px; }
  .hero-visual { min-height: 384px; }
  .hero-image-wrap { inset: 0; border-radius: 16px; }
  .hero-image-wrap img { object-position: 80% center; }
  .analytics-card--research { width: 150px; right: 2%; }
  .analytics-card--score { width: 142px; left: 2%; }
  .analytics-card__head { font-size: 11px; }
  .analytics-card p { margin-top: 6px; font-size: 9px; line-height: 1.2; }
  .about-visual { min-height: 390px; }
  .about-float-card { max-width: 210px; padding: 12px; font-size: 11px; }
  .text-marquee span { font-size: 74px; }
  .service-card { padding: 28px 22px; gap: 16px; }
  .process-steps li { grid-template-columns: 48px 1fr; gap: 14px; }
  .process-caption { left: 12px; right: 12px; bottom: 12px; }
  .service-marquee { padding: 42px 0; }
  .footer-cta__actions { width: 100%; }
  .footer-cta__actions .button { flex: 1 1 auto; justify-content: center; }
  .scroll-top { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
  .marquee-track { transform: none; }
}

@media print {
  .site-header, .site-footer, .button-row, .scroll-progress, .capability-marquee, .service-marquee, .scroll-top { display: none; }
  .reveal-ready [data-reveal] { opacity: 1 !important; transform: none !important; }
  body { background: #fff; color: #111; }
  .section { padding: 28px 0; }
}
