/*
Theme Name: NEXBIZ 2026
Theme URI: https://info.nexbiz.co.jp/
Author: 合同会社NEXBIZ
Author URI: https://info.nexbiz.co.jp/
Description: 合同会社NEXBIZの公式コーポレートサイト専用テーマ
Version: 1.6.6
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: nexbiz-2026
*/
:root {
  --ink: #10233f;
  --blue: #184f91;
  --blue-bright: #2c6db4;
  --paper: #f4f1e9;
  --white: #fffef9;
  --line: rgba(16, 35, 63, 0.17);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

/* Agency and EC company partnership landing page */
.partner-lp { overflow: hidden; background: #f2f2ef; }
.partner-hero { min-height: 880px; padding-top: 78px; display: grid; grid-template-columns: 54% 46%; background: #090909; color: white; }
.partner-hero-copy { position: relative; padding: 130px 7vw 90px; display: flex; flex-direction: column; justify-content: center; background-image: linear-gradient(rgba(230,0,18,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(230,0,18,.12) 1px, transparent 1px); background-size: 64px 64px; }
.partner-hero-copy h1 { margin: 26px 0 0; font-family: var(--serif); font-size: clamp(58px, 6.8vw, 104px); font-weight: 500; line-height: 1.16; letter-spacing: -.055em; }
.partner-hero-copy h1 em { color: #ff2b3e; font-style: normal; }
.partner-hero-copy > p:not(.section-kicker) { max-width: 700px; margin: 34px 0 0; color: rgba(255,255,255,.74); font-size: 14px; line-height: 2; }
.partner-hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.partner-hero-actions a { min-width: 240px; padding: 18px 20px; display: flex; justify-content: space-between; border: 1px solid rgba(255,255,255,.45); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.partner-hero-actions a:first-child { border-color: var(--blue); background: var(--blue); }
.partner-hero-actions a:hover { border-color: white; background: white; color: #111; }
.partner-hero-copy > small { max-width: 680px; margin-top: 18px; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.8; }
.partner-hero-map { margin: 42px 3vw 42px 0; align-self: stretch; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.25); box-shadow: 24px 24px 0 var(--blue); background: linear-gradient(145deg, rgba(230,0,18,.24), transparent 42%), #141414; }
.partner-hero-map > div { min-height: 235px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.partner-hero-map > div:nth-child(even) { border-right: 0; }
.partner-hero-map span { color: #ff5060; font: 17px Georgia, serif; }
.partner-hero-map strong { margin-top: auto; font: 800 clamp(32px, 4vw, 58px)/1 Arial, sans-serif; letter-spacing: -.06em; }
.partner-hero-map small { margin-top: 12px; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: .2em; }

.partner-needs, .partner-models, .partner-flow { padding: 130px 8vw; background: #f2f2ef; }
.partner-section-head { display: grid; grid-template-columns: .62fr 1.05fr 1.05fr; gap: 5vw; align-items: end; }
.partner-section-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5.2vw, 76px); font-weight: 500; line-height: 1.35; letter-spacing: -.045em; }
.partner-section-head > p:last-child { margin: 0; color: rgba(17,17,17,.68); font-size: 13px; line-height: 2; }
.partner-needs-grid, .partner-model-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 4px solid var(--ink); border-left: 1px solid var(--line); }
.partner-needs-grid article, .partner-model-grid article { min-height: 310px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.partner-needs-grid span, .partner-model-grid span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.partner-needs-grid h3, .partner-model-grid h3 { margin: 58px 0 18px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.55; }
.partner-needs-grid p, .partner-model-grid p { margin: auto 0 0; color: rgba(17,17,17,.68); font-size: 12px; line-height: 1.95; }

.partner-capabilities { padding: 130px 8vw; background: #0b0b0b; color: white; }
.partner-section-head.light > p:last-child { color: rgba(255,255,255,.66); }
.partner-capability-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid var(--blue); border-left: 1px solid rgba(255,255,255,.2); }
.partner-capability-grid article { min-height: 315px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.partner-capability-grid span { color: #ff5261; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.partner-capability-grid h3 { margin: auto 0 20px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.partner-capability-grid p { margin: 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.95; }

.partner-types { padding: 130px 8vw; background: #e7ebef; }
.partner-type-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 4px solid var(--ink); border-left: 1px solid var(--line); }
.partner-type-grid article { min-height: 168px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); }
.partner-type-grid article.is-finance { background: var(--blue); color: white; }
.partner-type-grid span { color: var(--blue); font: 13px Georgia, serif; }
.partner-type-grid article.is-finance span { color: rgba(255,255,255,.65); }
.partner-type-grid h3 { margin: 35px 0 0; font-family: var(--serif); font-size: clamp(18px, 1.65vw, 24px); font-weight: 500; line-height: 1.55; }
.partner-finance-note { margin-top: 28px; padding: 30px 32px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 5vw; border-left: 5px solid var(--blue); background: white; }
.partner-finance-label { margin: 3px 0 0; color: var(--blue); font-size: 9px; font-weight: 800; line-height: 1.7; letter-spacing: .15em; }
.partner-finance-note h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.partner-finance-note div p { margin: 0; color: rgba(17,17,17,.68); font-size: 12px; line-height: 1.95; }
.partner-type-note { margin: 22px 0 0; color: rgba(17,17,17,.67); font-size: 11px; line-height: 1.9; }

.partner-models { background: white; }
.partner-strength { padding: 130px 8vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--blue); color: white; }
.partner-strength h2 { margin: 20px 0 0; font-family: var(--serif); font-size: clamp(46px, 5.6vw, 82px); font-weight: 500; line-height: 1.4; }
.partner-strength-list { border-top: 1px solid rgba(255,255,255,.45); }
.partner-strength-list article { padding: 30px 0; display: grid; grid-template-columns: 45px 1fr; gap: 0 24px; border-bottom: 1px solid rgba(255,255,255,.35); }
.partner-strength-list span { grid-row: 1 / 3; font: 18px Georgia, serif; }
.partner-strength-list h3 { margin: 0; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.partner-strength-list p { margin: 13px 0 0; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.95; }

.partner-flow ol { margin: 72px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 4px solid var(--ink); border-left: 1px solid var(--line); }
.partner-flow li { min-height: 280px; padding: 23px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.partner-flow li span { color: var(--blue); font: 16px Georgia, serif; }
.partner-flow li h3 { margin: auto 0 16px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.partner-flow li p { margin: 0; color: rgba(17,17,17,.65); font-size: 11px; line-height: 1.9; }

.partner-policy { padding: 100px 8vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: #111; color: white; }
.partner-policy h2 { margin: 20px 0 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: 1.4; }
.partner-policy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.partner-policy li { padding: 18px 0 18px 24px; position: relative; border-bottom: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.8; }
.partner-policy li::before { content: "↗"; position: absolute; left: 0; color: #ff5261; }

.partner-faq { padding: 130px 8vw; display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; background: white; }
.partner-faq h2 { margin: 20px 0 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 86px); font-weight: 500; }
.partner-faq > div:last-child { border-top: 4px solid var(--ink); }
.partner-faq details { border-bottom: 1px solid var(--line); }
.partner-faq summary { padding: 25px 0; display: grid; grid-template-columns: 48px 1fr 24px; gap: 15px; align-items: center; cursor: pointer; font-family: var(--serif); font-size: 17px; list-style: none; }
.partner-faq summary::-webkit-details-marker { display: none; }
.partner-faq summary span { color: var(--blue); font: 13px Georgia, serif; }
.partner-faq summary b { font-family: Arial, sans-serif; font-weight: 400; }
.partner-faq details[open] summary b { transform: rotate(45deg); }
.partner-faq details p { margin: 0; padding: 0 45px 25px 63px; color: rgba(17,17,17,.68); font-size: 13px; line-height: 2; }

.partner-cta { position: relative; padding: 130px 8vw; overflow: hidden; background: var(--blue); color: white; }
.partner-cta::after { content: "PARTNER"; position: absolute; right: -2vw; bottom: -3vw; color: rgba(0,0,0,.08); font: 800 clamp(100px, 18vw, 270px)/.75 Arial, sans-serif; letter-spacing: -.08em; }
.partner-cta > div { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.partner-cta h2 { margin: 30px 0 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 88px); font-weight: 500; line-height: 1.35; }
.partner-cta > div > div p { margin: 0 0 28px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 2; }
.partner-cta a { padding: 20px; display: flex; justify-content: space-between; background: white; color: #111; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.partner-cta a:hover { background: #111; color: white; }

@media (min-width: 901px) and (max-height: 850px) {
  .partner-hero { min-height: 720px; }
  .partner-hero-copy { padding-top: 58px; padding-bottom: 38px; }
  .partner-hero-copy h1 { margin-top: 18px; font-size: clamp(52px, 5vw, 64px); line-height: 1.08; }
  .partner-hero-copy > p:not(.section-kicker) { margin-top: 18px; font-size: 12px; line-height: 1.75; }
  .partner-hero-actions { margin-top: 18px; }
  .partner-hero-actions a { padding-top: 14px; padding-bottom: 14px; }
  .partner-hero-copy > small { margin-top: 10px; font-size: 9px; line-height: 1.6; }
  .partner-hero-map { margin-top: 26px; margin-bottom: 26px; }
  .partner-hero-map > div { min-height: 195px; }
}

@media (max-width: 900px) {
  .partner-hero { min-height: 0; padding-top: 70px; display: block; }
  .partner-hero-copy { padding: 90px 24px 70px; background-size: 44px 44px; }
  .partner-hero-copy h1 { font-size: clamp(48px, 14vw, 70px); }
  .partner-hero-copy > p:not(.section-kicker) { font-size: 13px; }
  .partner-hero-actions { display: grid; }
  .partner-hero-actions a { width: 100%; min-width: 0; }
  .partner-hero-map { margin: 0 20px 58px; box-shadow: 12px 14px 0 var(--blue); }
  .partner-hero-map > div { min-height: 165px; padding: 18px; }
  .partner-needs, .partner-capabilities, .partner-types, .partner-models, .partner-flow { padding: 88px 24px; }
  .partner-section-head { grid-template-columns: 1fr; gap: 20px; }
  .partner-section-head h2 { font-size: clamp(42px, 12vw, 60px); }
  .partner-needs-grid, .partner-model-grid, .partner-capability-grid { margin-top: 50px; grid-template-columns: 1fr; border-top-width: 3px; }
  .partner-needs-grid article, .partner-model-grid article, .partner-capability-grid article { min-height: 235px; }
  .partner-type-grid { margin-top: 50px; grid-template-columns: repeat(2, 1fr); border-top-width: 3px; }
  .partner-type-grid article { min-height: 145px; padding: 18px; }
  .partner-type-grid h3 { font-size: 17px; }
  .partner-finance-note { padding: 25px 22px; grid-template-columns: 1fr; gap: 22px; }
  .partner-strength, .partner-policy { padding: 88px 24px; grid-template-columns: 1fr; gap: 55px; }
  .partner-flow ol { margin-top: 50px; grid-template-columns: 1fr; border-top-width: 3px; }
  .partner-flow li { min-height: 190px; }
  .partner-faq { padding: 88px 24px; grid-template-columns: 1fr; gap: 50px; }
  .partner-faq > div:last-child { border-top-width: 3px; }
  .partner-faq summary { grid-template-columns: 42px 1fr 20px; font-size: 14px; }
  .partner-faq details p { padding-left: 57px; }
  .partner-cta { padding: 90px 24px; }
  .partner-cta > div { grid-template-columns: 1fr; gap: 45px; }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(244, 241, 233, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand { display: inline-flex; width: max-content; align-items: center; gap: 11px; font-size: 18px; font-weight: 700; letter-spacing: .15em; }
.brand-logo { width: 70px; height: 70px; display: block; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--white); font-family: Georgia, serif; font-style: italic; letter-spacing: 0; }
.site-header nav { display: flex; gap: 38px; font-size: 12px; font-weight: 600; letter-spacing: .11em; }
.site-header nav a { transition: opacity .2s ease; }
.site-header nav a:hover { opacity: .5; }
.header-contact { justify-self: end; display: inline-flex; align-items: center; gap: 26px; padding: 13px 17px; border: 1px solid var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .1em; transition: .2s ease; }
.header-contact:hover { background: var(--ink); color: white; }

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  max-height: 960px;
  padding: 156px 8vw 74px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  overflow: hidden;
}

.hero-grid { position: absolute; inset: 82px 0 0; opacity: .35; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 6.25vw 6.25vw; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 28px; font-size: 11px; font-weight: 700; letter-spacing: .28em; }
.eyebrow::before, .section-kicker::before { content: ""; display: inline-block; width: 34px; height: 1px; margin-right: 14px; vertical-align: middle; background: currentColor; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 7.1vw, 112px); font-weight: 500; line-height: 1.16; letter-spacing: .02em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { margin: 42px 0 0; font-family: var(--serif); font-size: clamp(14px, 1.25vw, 18px); line-height: 2.1; letter-spacing: .08em; }

.hero-art { position: relative; width: min(36vw, 520px); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; }
.orbit { position: absolute; inset: 5%; border: 1px solid rgba(24, 79, 145, .4); border-radius: 50%; }
.orbit-one { animation: orbit 18s linear infinite; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--blue); top: 10%; left: 17%; box-shadow: 0 0 0 8px rgba(24,79,145,.08); }
.orbit-two { inset: 18%; border-style: dashed; animation: orbit 12s linear infinite reverse; }
.orbit-two::before { width: 8px; height: 8px; top: auto; left: auto; bottom: 2%; right: 28%; background: var(--ink); }
.core { width: 44%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: Georgia, serif; font-size: clamp(80px, 10vw, 150px); font-style: italic; box-shadow: 0 28px 70px rgba(16,35,63,.24); }
.art-label { position: absolute; padding: 9px 13px; background: var(--paper); border: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .25em; }
.art-label-a { top: 19%; right: 4%; }
.art-label-b { bottom: 15%; left: 2%; }
@keyframes orbit { to { transform: rotate(360deg); } }
.scroll-cue { position: absolute; bottom: 34px; left: 8vw; display: flex; gap: 25px; align-items: center; font-size: 9px; font-weight: 700; letter-spacing: .28em; }
.scroll-cue span { font-size: 18px; }

.statement { padding: 150px 8vw; border-top: 1px solid var(--line); background: var(--white); }
.statement-copy { max-width: 1050px; margin: 0 auto; font-family: var(--serif); font-size: clamp(36px, 5.2vw, 78px); line-height: 1.55; letter-spacing: .04em; }
.statement-copy span { color: var(--blue); border-bottom: 1px solid currentColor; }

.services { padding: 150px 8vw; }
.section-heading { display: grid; grid-template-columns: .55fr 1fr 1fr; align-items: end; margin-bottom: 76px; }
.section-heading .section-kicker { align-self: start; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(62px, 8vw, 112px); font-weight: 400; letter-spacing: -.045em; line-height: .8; }
.section-heading > p:last-child { max-width: 360px; margin: 0 0 4px; font-family: var(--serif); font-size: 15px; line-height: 1.9; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-card { min-height: 510px; padding: 36px 4vw 48px 0; border-bottom: 1px solid var(--line); }
.service-card + .service-card { padding-left: 4vw; border-left: 1px solid var(--line); }
.service-topline { display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; letter-spacing: .18em; color: var(--blue); }
.service-card h3 { margin: 120px 0 28px; font-family: var(--serif); font-size: clamp(28px, 3vw, 44px); font-weight: 500; }
.service-card > p { max-width: 580px; min-height: 84px; margin: 0; font-size: 14px; line-height: 2; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 38px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 8px 12px; border: 1px solid var(--line); border-radius: 50px; font-size: 10px; letter-spacing: .08em; }
.service-more, .text-link { display: flex; width: max-content; align-items: center; gap: 60px; margin-top: 38px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.service-more span, .text-link span { font-size: 16px; transition: transform .2s ease; }
.service-more:hover span, .text-link:hover span { transform: translate(4px, -4px); }

.message { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 760px; background: var(--ink); color: var(--white); }
.message-number { display: grid; place-items: center; background: var(--blue); font-family: Georgia, serif; font-size: clamp(100px, 16vw, 240px); line-height: 1; letter-spacing: -.08em; }
.message-copy { position: relative; align-self: center; max-width: 720px; padding: 100px 8vw; }
.section-kicker.light { color: rgba(255,255,255,.66); }
.message-copy h2 { margin: 0 0 45px; font-family: var(--serif); font-size: clamp(36px, 4vw, 58px); font-weight: 500; }
.message-copy > p { margin: 0 0 22px; font-size: 14px; line-height: 2.25; color: rgba(255,255,255,.78); }
.experience-caption { display: block; margin-top: 48px; font-size: 9px; letter-spacing: .25em; }
.light-link { color: white; }

.profile { padding: 150px 8vw; background: var(--white); }
.section-heading.compact { grid-template-columns: .65fr 1.35fr; }
.profile-table { max-width: 920px; margin: 0 0 0 auto; border-top: 1px solid var(--line); }
.profile-table > div { display: grid; grid-template-columns: 180px 1fr; padding: 23px 0; border-bottom: 1px solid var(--line); }
.profile-table dt { font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--blue); }
.profile-table dd { margin: 0; font-family: var(--serif); font-size: 14px; line-height: 1.8; }
.profile-link-wrap { max-width: 920px; margin: 0 0 0 auto; }

.contact { padding: 140px 8vw; background: var(--blue); color: white; }
.contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 7vw, 96px); font-weight: 500; line-height: 1.35; }
.contact > p:nth-of-type(2) { margin: 36px 0 60px; font-size: 14px; line-height: 2; }
.contact-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 800px; }
.contact-actions a { display: flex; justify-content: space-between; padding: 21px 24px; border: 1px solid rgba(255,255,255,.55); font-size: 13px; letter-spacing: .08em; transition: .2s ease; }
.contact-actions a:hover { background: white; color: var(--blue); }

footer { min-height: 150px; padding: 50px 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: #09182c; color: white; }
footer p, .footer-links { font-size: 8px; letter-spacing: .2em; color: rgba(255,255,255,.6); }
.footer-links { justify-self: end; display: flex; gap: 28px; }
.footer-brand { padding: 4px; background: white; }
.footer-logo { width: 78px; height: 78px; }

/* Brand-led home */
.brand-hero { min-height: 790px; height: 100svh; max-height: 980px; padding: 82px 0 0; grid-template-columns: 52% 48%; align-items: stretch; background: var(--paper); }
.brand-hero .hero-copy { padding: 7vh 6vw 185px; display: flex; flex-direction: column; justify-content: center; }
.brand-hero .hero-copy::after { content: "合同会社 NEXBIZ"; position: absolute; left: 18px; bottom: 168px; writing-mode: vertical-rl; font-family: var(--serif); font-size: 9px; letter-spacing: .35em; opacity: .45; }
.brand-hero h1 { font-size: clamp(60px, 6.5vw, 100px); line-height: 1.2; }
.brand-hero h1 em { position: relative; display: inline-block; color: var(--blue); }
.brand-hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 5px; background: var(--blue); opacity: .13; }
.brand-hero .hero-lead { margin-top: 34px; font-family: var(--sans); font-size: 13px; line-height: 2.15; letter-spacing: .04em; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.hero-actions a { min-width: 185px; padding: 15px 16px; display: flex; justify-content: space-between; border: 1px solid var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; transition: .2s ease; }
.hero-actions a:first-child { background: var(--ink); color: white; }
.hero-actions a:hover { background: var(--blue); border-color: var(--blue); color: white; }
.hero-media { position: relative; height: 100%; margin: 0; overflow: hidden; background: var(--ink); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,20,39,.06) 45%, rgba(5,20,39,.75) 100%); }
.hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-media figcaption { position: absolute; z-index: 2; left: 38px; bottom: 42px; display: flex; align-items: center; gap: 17px; color: white; font-size: 9px; font-weight: 700; letter-spacing: .23em; }
.hero-media figcaption strong { font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.hero-image-label { position: absolute; z-index: 2; top: 30px; right: 28px; padding: 9px 12px; background: rgba(244,241,233,.9); color: var(--ink); font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.hero-service-nav { position: absolute; z-index: 4; left: 0; bottom: 0; width: 52%; min-height: 138px; display: grid; grid-template-columns: repeat(2, 1fr); background: var(--ink); color: white; }
.hero-service-nav a { position: relative; padding: 23px 34px; display: grid; grid-template-columns: 30px 1fr; grid-template-rows: auto auto; column-gap: 15px; border-top: 1px solid rgba(255,255,255,.14); transition: background .2s ease; }
.hero-service-nav a + a { border-left: 1px solid rgba(255,255,255,.18); }
.hero-service-nav a:hover { background: var(--blue); }
.hero-service-nav span { grid-row: 1 / 3; color: #78a9e3; font-family: Georgia, serif; font-size: 24px; }
.hero-service-nav strong { align-self: end; font-family: var(--serif); font-size: 15px; font-weight: 500; }
.hero-service-nav small { align-self: start; margin-top: 8px; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .08em; }
.hero-domain-line { position: absolute; z-index: 4; left: 0; bottom: 0; width: 100%; min-height: 86px; display: grid; grid-template-columns: repeat(9, 1fr); background: rgba(9,24,44,.96); color: white; }
.hero-domain-line a { display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 16px 15px; border-top: 1px solid rgba(255,255,255,.15); font-family: var(--serif); font-size: 10px; line-height: 1.45; transition: background .2s ease; }
.hero-domain-line a + a { border-left: 1px solid rgba(255,255,255,.15); }
.hero-domain-line a:hover { background: var(--blue); }
.hero-domain-line span { color: #78a9e3; font-family: Georgia, serif; font-size: 11px; letter-spacing: .12em; }
.brand-hero .hero-media figcaption { bottom: 116px; }
.home-service-grid { display: grid; grid-template-columns: repeat(12, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-service-card { grid-column: span 4; min-height: 440px; padding: 27px 25px 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,254,249,.28); transition: background .2s ease, transform .2s ease; }
.home-service-card:hover { background: var(--white); transform: translateY(-3px); }
.home-service-card h3 { min-height: 72px; margin: 82px 0 22px; font-family: var(--serif); font-size: clamp(21px, 2vw, 31px); font-weight: 500; line-height: 1.45; }
.home-service-card > p { min-height: 76px; margin: 0; font-size: 11px; line-height: 1.95; color: rgba(16,35,63,.72); }
.home-service-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 25px 0 0; padding: 0; list-style: none; }
.home-service-card li { padding: 7px 9px; border: 1px solid var(--line); border-radius: 50px; font-size: 8px; letter-spacing: .05em; }
.home-service-card .service-more { margin-top: auto; padding-top: 28px; gap: 30px; }
.brand-statement { padding: 160px 8vw; background: var(--white); }
.statement-title { display: grid; grid-template-columns: .46fr 1.54fr; align-items: start; margin-bottom: 100px; }
.statement-title h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 6vw, 88px); font-weight: 500; line-height: 1.45; letter-spacing: .04em; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-left: 23%; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expertise-grid article { min-height: 315px; padding: 27px 32px; }
.expertise-grid article + article { border-left: 1px solid var(--line); }
.expertise-grid article > span { color: var(--blue); font-family: Georgia, serif; font-size: 10px; letter-spacing: .15em; }
.expertise-grid h3 { margin: 105px 0 22px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.expertise-grid p { margin: 0; font-size: 11px; line-height: 2; color: rgba(16,35,63,.7); }
.message-monogram { position: relative; display: flex; flex-direction: column; gap: 21px; font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .35em; }
.message-monogram strong { font-family: Georgia, serif; font-size: clamp(145px, 18vw, 260px); font-style: italic; font-weight: 400; line-height: .7; letter-spacing: -.08em; }
.message-logo-panel { overflow: hidden; padding: 0; background: #0b0b0b; }
.message-logo-panel img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.business-overview { padding: 140px 8vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: #e9edf1; }
.overview-head h2 { margin: 0 0 35px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 64px); font-weight: 500; line-height: 1.55; }
.overview-head > p:last-child { max-width: 440px; font-size: 13px; line-height: 2; }
.overview-list { border-top: 1px solid var(--line); }
.overview-list article { display: grid; grid-template-columns: 52px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.overview-list article > span { color: var(--blue); font-family: Georgia, serif; font-size: 24px; }
.overview-list h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.overview-list p { margin: 0; font-size: 11px; line-height: 1.9; color: rgba(16,35,63,.68); }

.expert-network { padding: 145px 8vw; background: var(--ink); color: white; }
.network-heading { display: grid; grid-template-columns: .55fr 1fr 1fr; align-items: start; margin-bottom: 82px; }
.network-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: 1.5; }
.network-heading > p:last-child { max-width: 420px; margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 2.1; }
.network-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.network-grid article { min-height: 330px; padding: 29px; }
.network-grid article + article { border-left: 1px solid rgba(255,255,255,.2); }
.network-grid span { color: #78a9e3; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.network-grid h3 { margin: 112px 0 26px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.network-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 2; }
.network-note { margin: 22px 0 0; color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.8; }

.client-section { padding: 140px 8vw; background: var(--white); }
.client-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 72px; }
.client-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(70px, 10vw, 145px); font-weight: 400; line-height: .78; letter-spacing: -.06em; }
.client-heading h3 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(30px, 3.3vw, 47px); font-weight: 500; }
.client-heading > div:last-child p { max-width: 460px; margin: 0; font-size: 12px; line-height: 2; color: rgba(16,35,63,.68); }
.client-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-grid article { min-height: 235px; padding: 25px 20px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.client-grid span { color: var(--blue); font-family: Georgia, serif; font-size: 9px; letter-spacing: .14em; }
.client-grid strong { font-family: var(--serif); font-size: clamp(17px, 1.7vw, 25px); font-weight: 500; line-height: 1.55; }
.client-note { margin: 22px 0 0; color: rgba(16,35,63,.58); font-size: 9px; line-height: 1.8; }

.news-preview { padding: 135px 8vw; background: var(--white); }
.news-preview-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.news-preview-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(52px, 7vw, 102px); font-weight: 400; line-height: .95; letter-spacing: -.05em; }
.news-preview-heading > p { max-width: 430px; margin: 0; font-family: var(--serif); font-size: 14px; line-height: 2; }
.news-list { border-top: 1px solid var(--line); }
.news-list article { min-height: 105px; padding: 24px 0; display: grid; grid-template-columns: 125px 145px 1fr; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); }
.news-list time { color: var(--blue); font-family: Georgia, serif; font-size: 15px; letter-spacing: .06em; }
.news-list article > span { width: max-content; padding: 7px 10px; border: 1px solid var(--line); border-radius: 50px; color: var(--blue); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.news-list h3 { margin: 0; font-family: var(--serif); font-size: 17px; font-weight: 500; line-height: 1.8; }
.news-preview-footer { display: flex; justify-content: flex-end; }
.news-preview-footer .text-link { margin-top: 34px; }
.social-planned { margin-top: 18px; padding: 23px 0; display: grid; grid-template-columns: .45fr .9fr 1fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.social-planned span { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.social-planned strong { font-family: var(--serif); font-size: 15px; font-weight: 500; }
.social-planned p { margin: 0; color: rgba(16,35,63,.62); font-size: 10px; line-height: 1.8; }

/* Sub pages */
.page-hero { position: relative; min-height: 650px; padding: 190px 8vw 90px; display: flex; align-items: flex-end; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; inset: 82px 0 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 6.25vw 6.25vw; opacity: .3; mask-image: linear-gradient(to right, #000, transparent 80%); }
.page-hero > div:last-child { position: relative; z-index: 2; }
.page-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(90px, 15vw, 220px); font-weight: 400; line-height: .72; letter-spacing: -.07em; }
.page-hero-ja { margin: 48px 0 0 4px; font-family: var(--serif); font-size: 17px; letter-spacing: .15em; }
.page-hero-index { position: absolute; z-index: 1; right: 5vw; bottom: -7vw; color: rgba(24,79,145,.09); font-family: Georgia, serif; font-size: clamp(280px, 40vw, 600px); line-height: .75; }
.editorial-intro { padding: 150px 8vw; background: var(--white); }
.editorial-intro > h2 { max-width: 1000px; margin: 0 0 90px; font-family: var(--serif); font-size: clamp(44px, 6vw, 86px); font-weight: 500; line-height: 1.45; letter-spacing: .04em; }
.intro-body { width: min(680px, 68%); margin-left: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; }
.intro-body p { margin: 0; font-size: 14px; line-height: 2.2; }
.service-legal-note { padding: 28px 8vw; display: grid; grid-template-columns: .55fr 1.45fr; align-items: start; background: #e9edf1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-legal-note span { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.service-legal-note p { max-width: 820px; margin: 0; font-size: 11px; line-height: 1.9; }
.service-offerings { padding: 150px 8vw; background: var(--paper); }
.offering-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.offering-grid article { min-height: 390px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offering-grid article > span { color: var(--blue); font-family: Georgia, serif; font-size: 28px; }
.offering-grid h3 { margin: 76px 0 20px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.offering-grid p { min-height: 70px; margin: 0 0 24px; font-size: 11px; line-height: 1.95; color: rgba(16,35,63,.7); }
.offering-grid ul { margin: 0; padding: 0; list-style: none; }
.offering-grid li { padding: 8px 0; border-top: 1px solid var(--line); font-size: 10px; }
.offering-grid li::before { content: "—"; margin-right: 12px; color: var(--blue); }
.service-areas { padding: 120px 8vw; display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; align-items: end; background: var(--ink); color: white; }
.service-areas h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); font-weight: 500; }
.service-areas ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.service-areas li { min-height: 82px; padding: 14px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.8); font-family: var(--serif); font-size: 12px; text-align: center; }
.specialized-services { padding: 130px 8vw; background: var(--white); }
.specialized-services > h2 { margin: 0 0 60px; font-family: var(--serif); font-size: clamp(40px, 5vw, 70px); font-weight: 500; }
.specialized-services > div { border-top: 1px solid var(--line); }
.specialized-services a { padding: 30px 20px; display: grid; grid-template-columns: 65px 1fr auto; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.specialized-services a:hover { background: var(--paper); }
.specialized-services a > span { color: var(--blue); font-family: Georgia, serif; font-size: 24px; }
.specialized-services a small { display: block; margin-bottom: 8px; color: var(--blue); font-size: 8px; letter-spacing: .16em; }
.specialized-services a strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.specialized-services a p { margin: 10px 0 0; font-size: 11px; line-height: 1.8; color: rgba(16,35,63,.68); }
.specialized-services a > b { font-size: 18px; font-weight: 400; }
.phases-section { padding: 150px 8vw; }
.service-heading { margin-bottom: 70px; }
.phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.phase-grid article { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.phase-grid span { font-family: Georgia, serif; font-size: 32px; color: var(--blue); }
.phase-grid h3 { margin: 82px 0 18px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.phase-grid p { margin: 0; font-size: 12px; line-height: 1.9; color: rgba(16,35,63,.7); }
.navy-section { padding: 150px 8vw; background: var(--ink); color: white; }
.service-belief h2 { max-width: 1000px; margin: 0 0 50px; font-family: var(--serif); font-size: clamp(40px, 5.5vw, 76px); font-weight: 500; line-height: 1.5; }
.service-belief > p:last-child { max-width: 660px; margin: 0 0 0 auto; color: rgba(255,255,255,.72); font-size: 14px; line-height: 2.2; }
.detail-section { padding: 150px 8vw; background: var(--white); }
.detail-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: start; margin-bottom: 85px; }
.detail-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5.5vw, 78px); font-weight: 500; line-height: 1.5; }
.detail-heading > p:last-child { grid-column: 2; max-width: 520px; margin: 30px 0 0; font-size: 13px; line-height: 2; }
.consultation-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.consultation-grid article { min-height: 370px; padding: 30px; }
.consultation-grid article + article { border-left: 1px solid var(--line); }
.consultation-grid span { color: var(--blue); font-family: Georgia, serif; font-size: 9px; letter-spacing: .13em; }
.consultation-grid h3 { margin: 105px 0 28px; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.55; }
.consultation-grid p { margin: 0; font-size: 11px; line-height: 2; color: rgba(16,35,63,.7); }
.coverage-section { padding: 120px 8vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--paper); }
.coverage-section h2 { margin: 0 0 26px; font-family: Georgia, serif; font-size: clamp(50px, 6vw, 86px); font-weight: 400; letter-spacing: -.04em; }
.coverage-section > div > p:last-child { max-width: 420px; font-size: 12px; line-height: 2; }
.coverage-section ul { align-self: center; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.coverage-section li { min-height: 92px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 14px; }
.faq-section { padding: 140px 8vw; display: grid; grid-template-columns: .6fr 1.4fr; gap: 7vw; background: var(--white); }
.faq-title h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 500; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { display: grid; grid-template-columns: 45px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.faq-list article > span { color: var(--blue); font-family: Georgia, serif; font-size: 18px; }
.faq-list h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 17px; font-weight: 500; }
.faq-list p { margin: 0; font-size: 12px; line-height: 2; color: rgba(16,35,63,.7); }
.other-services { padding: 140px 8vw; background: var(--white); }
.other-services > h2 { margin: 0 0 65px; font-family: var(--serif); font-size: clamp(40px, 5vw, 70px); font-weight: 500; }
.other-services > div { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.other-services a { min-height: 96px; padding: 20px 18px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.other-services a:nth-child(odd) { border-right: 1px solid var(--line); }
.other-services a:hover { background: var(--paper); }
.other-services a.active { background: var(--ink); color: white; }
.other-services a > span { color: var(--blue-bright); font-family: Georgia, serif; font-size: 21px; }
.other-services a strong { font-family: var(--serif); font-size: 15px; font-weight: 500; }
.other-services a small { font-size: 14px; }
.digital-intro { background: var(--paper); }
.digital-menu { padding: 0 8vw 150px; background: var(--paper); }
.digital-menu article { display: grid; grid-template-columns: .35fr .8fr 1fr; gap: 4vw; padding: 58px 0; border-top: 1px solid var(--line); }
.digital-menu article:last-child { border-bottom: 1px solid var(--line); }
.menu-index { display: flex; flex-direction: column; gap: 12px; }
.menu-index span { font-family: Georgia, serif; font-size: 42px; color: var(--blue); }
.menu-index small { font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.menu-copy h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(27px, 3vw, 42px); font-weight: 500; }
.menu-copy p, .digital-menu li { font-size: 12px; line-height: 1.9; }
.digital-menu ul { margin: 0; padding: 0; list-style: none; }
.digital-menu li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.digital-menu li::before { content: "—"; margin-right: 14px; color: var(--blue); }
.digital-scope { padding: 140px 8vw; background: var(--ink); color: white; }
.digital-scope .detail-heading > p:last-child { color: rgba(255,255,255,.68); }
.scope-columns { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.scope-columns article { min-height: 350px; padding: 28px 25px; }
.scope-columns article + article { border-left: 1px solid rgba(255,255,255,.2); }
.scope-columns span { color: #78a9e3; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.scope-columns h3 { margin: 100px 0 30px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.scope-columns ul { margin: 0; padding: 0; list-style: none; }
.scope-columns li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 10px; line-height: 1.7; color: rgba(255,255,255,.68); }
.flow-section { padding: 150px 8vw; background: var(--paper); }
.flow-section ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow-section li { min-height: 320px; padding: 27px 22px; }
.flow-section li + li { border-left: 1px solid var(--line); }
.flow-section li span { color: var(--blue); font-family: Georgia, serif; font-size: 26px; }
.flow-section li h3 { margin: 95px 0 25px; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.flow-section li p { margin: 0; font-size: 10px; line-height: 1.9; color: rgba(16,35,63,.67); }
.contract-note { padding: 120px 8vw; background: var(--white); }
.contract-note h2 { margin: 0 0 35px; font-family: var(--serif); font-size: clamp(42px, 5.5vw, 78px); font-weight: 500; }
.contract-note > p:last-child { max-width: 580px; margin: 0 0 0 auto; font-size: 14px; line-height: 2; }
.bottom-contact { padding: 95px 8vw; background: var(--blue); color: white; }
.bottom-contact > div { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.bottom-contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 5vw, 72px); font-weight: 500; }
.bottom-contact a { display: flex; min-width: 260px; justify-content: space-between; padding: 20px; border: 1px solid rgba(255,255,255,.55); font-size: 12px; letter-spacing: .1em; }
.message-page { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 920px; background: var(--white); }
.message-visual { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; background: var(--blue); color: white; font-size: 11px; font-weight: 700; letter-spacing: .3em; }
.message-visual strong { font-family: Georgia, serif; font-size: clamp(120px, 17vw, 250px); font-weight: 400; line-height: .7; }
.message-page article { align-self: center; padding: 120px 9vw; }
.message-page h2 { margin: 0 0 55px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 64px); font-weight: 500; line-height: 1.55; }
.message-page article > p:not(.section-kicker) { margin: 0 0 28px; font-size: 14px; line-height: 2.25; }
.message-page-secondary { grid-template-columns: 1.3fr .7fr; border-top: 1px solid var(--line); background: #f1f1ee; }
.message-page-secondary .message-visual { background: radial-gradient(circle at 50% 42%, rgba(230,0,18,.35), transparent 34%), #0b0b0b; }
.message-page-secondary .message-visual strong { color: #ff3042; }
.message-representatives { margin: 34px 0 15px; display: block; color: rgba(255,255,255,.82); font-family: var(--serif); font-size: 13px; letter-spacing: .08em; }
.signature { margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; font-family: var(--serif); }
.signature span { font-size: 12px; }
.signature strong { font-size: 18px; font-weight: 500; }
.company-page { padding: 150px 8vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--white); }
.company-philosophy { padding: 150px 8vw; background: var(--ink); color: white; }
.company-philosophy > h2 { margin: 0 0 42px; font-family: var(--serif); font-size: clamp(46px, 6vw, 86px); font-weight: 500; line-height: 1.45; }
.company-strength-copy { max-width: 720px; margin: 0 0 85px auto; }
.company-strength-copy p { margin: 0 0 18px; font-size: 13px; line-height: 2.2; color: rgba(255,255,255,.7); }
.company-strength-copy p:last-child { margin-bottom: 0; }
.company-attitude-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.company-philosophy article { min-height: 300px; padding: 28px; }
.company-philosophy article + article { border-left: 1px solid rgba(255,255,255,.2); }
.company-philosophy article span { color: #78a9e3; font-family: Georgia, serif; font-size: 24px; }
.company-philosophy article h3 { margin: 90px 0 22px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.company-philosophy article p { margin: 0; color: rgba(255,255,255,.65); font-size: 10px; line-height: 2; }
.name-story { position: relative; overflow: hidden; padding: 145px 8vw; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: white; }
.name-story::after { content: "NEX"; position: absolute; right: -2vw; bottom: -3vw; color: rgba(17,17,17,.025); font: 800 clamp(150px, 25vw, 390px)/.75 Arial, sans-serif; letter-spacing: -.1em; pointer-events: none; }
.name-story-title, .name-story-copy { position: relative; z-index: 1; }
.name-story-title h2 { margin: 25px 0 55px; font-family: var(--serif); font-size: clamp(38px, 4.6vw, 68px); font-weight: 500; line-height: 1.45; letter-spacing: -.035em; }
.name-formula { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.name-formula span { padding: 12px 14px; border: 1px solid var(--ink); font: 800 11px/1 Arial, sans-serif; letter-spacing: .13em; }
.name-formula span:first-child { border-color: var(--blue); background: var(--blue); color: white; }
.name-formula b { color: var(--blue); font-size: 22px; }
.name-formula i { width: 100%; margin-top: 3px; color: rgba(17,17,17,.55); font: 700 9px/1 Arial, sans-serif; letter-spacing: .2em; }
.name-story-copy { padding-top: 55px; border-top: 4px solid var(--ink); }
.name-story-copy::before { content: ""; position: absolute; top: -4px; left: 0; width: 34%; height: 4px; background: var(--blue); }
.name-story-copy > p { max-width: 680px; margin: 0 0 24px; color: rgba(17,17,17,.7); font-size: 13px; line-height: 2.15; }
.name-story-copy blockquote { margin: 55px 0; padding: 0 0 0 28px; border-left: 5px solid var(--blue); font-family: var(--serif); font-size: clamp(24px, 2.5vw, 38px); font-weight: 500; line-height: 1.75; letter-spacing: -.02em; }
.company-lead h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.6vw, 66px); font-weight: 500; line-height: 1.55; }
.company-page dl { margin: 0; border-top: 1px solid var(--line); }
.company-page dl > div { display: grid; grid-template-columns: 120px 1fr; padding: 25px 0; border-bottom: 1px solid var(--line); }
.company-page dt { color: var(--blue); font-size: 11px; font-weight: 700; }
.company-page dd { margin: 0; font-family: var(--serif); font-size: 14px; line-height: 1.8; }
.business-list { padding: 120px 8vw 150px; }
.business-list h2 { margin: 0 0 60px; font-family: Georgia, serif; font-size: clamp(58px, 8vw, 112px); font-weight: 400; letter-spacing: -.04em; }
.business-list ol { margin: 0 0 0 auto; padding: 0; max-width: 920px; list-style: none; border-top: 1px solid var(--line); }
.business-list li { display: flex; gap: 42px; padding: 22px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 14px; }
.business-list li span { color: var(--blue); font-family: Georgia, serif; }
.office-section { padding: 120px 8vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: #e9edf1; }
.office-section h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(70px, 10vw, 145px); font-weight: 400; letter-spacing: -.06em; }
.office-section address { align-self: end; padding-top: 30px; border-top: 1px solid var(--line); font-style: normal; font-family: var(--serif); }
.office-section address strong { font-size: 18px; font-weight: 500; }
.office-section address p { margin: 22px 0 0; font-size: 13px; line-height: 2; }
.contact-audience { padding: 130px 8vw; background: white; }
.contact-audience-heading { margin-bottom: 65px; display: grid; grid-template-columns: .6fr 1.4fr; align-items: end; }
.contact-audience-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(43px, 5.2vw, 76px); font-weight: 500; line-height: 1.42; letter-spacing: -.035em; }
.contact-audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 4px solid var(--ink); border-left: 1px solid var(--line); }
.contact-audience-grid > a { position: relative; min-height: 370px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f3f3ef; transition: background .22s ease, color .22s ease, transform .22s ease; }
.contact-audience-grid > a::before { content: ""; position: absolute; top: -4px; left: 0; width: 38%; height: 4px; background: var(--blue); }
.contact-audience-grid > a:hover { z-index: 1; background: var(--ink); color: white; transform: translateY(-5px); }
.contact-audience-grid > .sales-contact-card { background: var(--blue); color: white; }
.contact-audience-grid > .partner-contact-card { background: var(--ink); color: white; }
.contact-audience-grid > .sales-contact-card::before { background: var(--ink); }
.contact-audience-grid > .partner-contact-card::before { background: var(--blue); }
.contact-audience-grid > .sales-contact-card:hover { background: var(--ink); }
.contact-audience-grid > a > span { color: var(--blue); font: 800 9px/1 Arial, sans-serif; letter-spacing: .15em; }
.contact-audience-grid > .sales-contact-card > span, .contact-audience-grid > .partner-contact-card > span, .contact-audience-grid > a:hover > span { color: #ff6875; }
.contact-audience-grid h3 { margin: 75px 0 19px; font-family: var(--serif); font-size: clamp(23px, 2.3vw, 34px); font-weight: 500; line-height: 1.55; }
.contact-audience-grid p { margin: 0; color: rgba(17,17,17,.65); font-size: 10px; line-height: 2; }
.contact-audience-grid > .sales-contact-card p, .contact-audience-grid > .partner-contact-card p, .contact-audience-grid > a:hover p { color: rgba(255,255,255,.72); }
.contact-audience-grid b { margin-top: auto; padding-top: 18px; border-top: 1px solid currentColor; font-size: 9px; letter-spacing: .08em; }
.contact-guide { padding: 140px 8vw; background: var(--ink); color: white; }
.contact-guide > h2 { margin: 0 0 80px; font-family: var(--serif); font-size: clamp(42px, 5.5vw, 78px); font-weight: 500; line-height: 1.5; }
.contact-guide > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-guide article { min-height: 285px; padding: 27px; }
.contact-guide article + article { border-left: 1px solid rgba(255,255,255,.2); }
.contact-guide article span { color: #78a9e3; font-family: Georgia, serif; font-size: 25px; }
.contact-guide article h3 { margin: 80px 0 20px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.contact-guide article p { margin: 0; color: rgba(255,255,255,.65); font-size: 10px; line-height: 2; }
.contact-page { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 150px 8vw; background: var(--white); }
.contact-page aside { align-self: start; position: sticky; top: 130px; }
.contact-page aside h2 { margin: 0 0 32px; font-family: var(--serif); font-size: clamp(36px, 4vw, 56px); font-weight: 500; line-height: 1.55; }
.contact-page aside > p:nth-of-type(2) { margin-bottom: 45px; font-size: 13px; line-height: 2; }
.contact-page aside > a { display: flex; flex-direction: column; gap: 7px; padding: 18px 0; border-top: 1px solid var(--line); font-family: Georgia, serif; font-size: 22px; }
.contact-page aside a small { font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .22em; color: var(--blue); }
.contact-page form { display: flex; flex-direction: column; gap: 36px; }
.form-intro { margin: 0 0 10px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 20px; }
.form-intro span { display: block; margin-bottom: 8px; color: var(--blue); font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.contact-page label, .contact-page legend { font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.contact-page label > span, .contact-page legend > span { margin-left: 10px; color: var(--blue); font-size: 9px; }
.contact-page input[type="text"], .contact-page input[type="email"], .contact-page input[type="tel"], .contact-page textarea { width: 100%; margin-top: 12px; padding: 17px 15px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); font: inherit; outline: none; }
.contact-page input:focus, .contact-page textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(24,79,145,.08); }
.contact-page fieldset { margin: 0; padding: 0; border: 0; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 16px; }
.topic-grid label { position: relative; }
.topic-grid input { position: absolute; opacity: 0; }
.topic-grid label span { display: block; margin: 0; padding: 15px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font-size: 11px; }
.topic-grid input:checked + span { border-color: var(--blue); background: var(--blue); color: white; }
.contact-page button { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 23px 25px; border: 0; background: var(--blue); color: white; font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .1em; cursor: pointer; }
.preview-note { margin: -24px 0 0; color: rgba(16,35,63,.55); font-size: 10px; }
.contact-live-handoff { padding: 42px; display: flex; flex-direction: column; gap: 24px; border: 1px solid var(--line); background: white; }
.contact-live-handoff > p { margin: 0; color: rgba(17,17,17,.72); font-size: 14px; line-height: 2; }
.contact-live-handoff > a { padding: 19px 20px; display: flex; justify-content: space-between; background: var(--ink); color: white; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.contact-live-handoff > a:hover { background: var(--blue); }
.contact-live-handoff small { color: rgba(17,17,17,.62); font-size: 11px; line-height: 1.8; }
.contact-live-handoff small a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.privacy-consent { display: flex; align-items: flex-start; gap: 12px; padding: 18px; border: 1px solid var(--line); background: var(--paper); font-weight: 400 !important; line-height: 1.8; }
.privacy-consent input { flex: 0 0 auto; margin: 4px 0 0; }
.privacy-consent span { margin: 0 !important; color: var(--ink) !important; font-size: 11px !important; }
.privacy-consent a { color: var(--blue); border-bottom: 1px solid currentColor; font-weight: 700; }
.privacy-page { padding: 140px 8vw; display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; background: var(--white); }
.privacy-lead { align-self: start; position: sticky; top: 130px; }
.privacy-lead h2 { margin: 0 0 35px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 64px); font-weight: 500; line-height: 1.5; }
.privacy-lead > p:last-child { font-size: 12px; line-height: 2; }
.privacy-sections { border-top: 1px solid var(--line); }
.privacy-sections article { padding: 28px 0; display: grid; grid-template-columns: 52px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.privacy-sections article > span { color: var(--blue); font-family: Georgia, serif; font-size: 20px; }
.privacy-sections h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.privacy-sections p { margin: 0; font-size: 11px; line-height: 2; color: rgba(16,35,63,.72); }
.privacy-sections a { color: var(--blue); border-bottom: 1px solid currentColor; }
.recruit-intro { padding: 145px 8vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; background: white; }
.recruit-intro h2 { margin: 25px 0 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 86px); font-weight: 500; line-height: 1.35; letter-spacing: -.04em; }
.recruit-intro > div { align-self: end; padding-top: 40px; border-top: 4px solid var(--ink); }
.recruit-intro > div p { margin: 0 0 22px; color: rgba(17,17,17,.7); font-size: 13px; line-height: 2.15; }
.recruit-styles { padding: 140px 8vw; background: #f1f1ee; }
.recruit-style-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid var(--ink); border-left: 1px solid var(--line); }
.recruit-style-grid article { position: relative; min-height: 520px; padding: 29px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.recruit-style-grid article::before { content: ""; position: absolute; top: -4px; left: 0; width: 40%; height: 4px; background: var(--blue); }
.recruit-style-grid article > span { color: var(--blue); font: 800 9px/1 Arial, sans-serif; letter-spacing: .16em; }
.recruit-style-grid h3 { margin: 85px 0 22px; font-family: var(--serif); font-size: clamp(29px, 3vw, 44px); font-weight: 500; }
.recruit-style-grid p { margin: 0 0 28px; color: rgba(17,17,17,.68); font-size: 11px; line-height: 2; }
.recruit-style-grid ul { margin: 0; padding: 0; list-style: none; }
.recruit-style-grid li { padding: 10px 0; border-top: 1px solid var(--line); font-size: 10px; }
.recruit-style-grid li::before { content: "—"; margin-right: 11px; color: var(--blue); }
.recruit-style-grid a { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .07em; }
.recruit-style-grid a b { color: var(--blue); font-size: 17px; }
.recruit-values { padding: 135px 8vw; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: radial-gradient(circle at 10% 5%, rgba(230,0,18,.25), transparent 33%), #0b0b0b; color: white; }
.recruit-values > div:first-child h2 { margin: 25px 0 30px; font-family: var(--serif); font-size: clamp(40px, 4.8vw, 68px); font-weight: 500; line-height: 1.45; }
.recruit-values > div:first-child > p:last-child { max-width: 420px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 2; }
.recruit-values > div:last-child { border-top: 4px solid white; }
.recruit-values article { padding: 25px 0; display: grid; grid-template-columns: 60px .75fr 1.25fr; gap: 25px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.2); }
.recruit-values article span { color: #ff6672; font-family: Georgia, serif; font-size: 16px; }
.recruit-values article h3 { margin: 0; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.recruit-values article p { margin: 0; color: rgba(255,255,255,.62); font-size: 10px; line-height: 2; }
.recruit-flow { padding: 140px 8vw; background: white; }
.recruit-flow ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 4px solid var(--ink); border-bottom: 1px solid var(--line); list-style: none; }
.recruit-flow li { position: relative; min-height: 300px; padding: 27px; }
.recruit-flow li + li { border-left: 1px solid var(--line); }
.recruit-flow li::before { content: ""; position: absolute; top: -4px; left: 0; width: 42%; height: 4px; background: var(--blue); }
.recruit-flow li span { color: var(--blue); font-family: Georgia, serif; font-size: 20px; }
.recruit-flow li h3 { margin: 85px 0 17px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.recruit-flow li p { margin: 0; color: rgba(17,17,17,.65); font-size: 10px; line-height: 2; }
.recruit-condition-note { padding: 35px 8vw; display: grid; grid-template-columns: .3fr 1.7fr; gap: 5vw; border-top: 1px solid rgba(230,0,18,.25); border-bottom: 1px solid rgba(230,0,18,.25); background: #fff0f1; }
.recruit-condition-note span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.recruit-condition-note p { margin: 0; color: rgba(17,17,17,.65); font-size: 9px; line-height: 1.9; }
.recruit-entry { position: relative; overflow: hidden; padding: 125px 8vw; background: var(--blue); color: white; }
.recruit-entry::after { content: "JOIN"; position: absolute; right: -2vw; bottom: -2vw; color: rgba(255,255,255,.09); font: 800 clamp(100px, 17vw, 260px)/.75 Arial, sans-serif; letter-spacing: -.08em; }
.recruit-entry > * { position: relative; z-index: 1; }
.recruit-entry h2 { margin: 25px 0 30px; font-family: var(--serif); font-size: clamp(48px, 6vw, 86px); font-weight: 500; line-height: 1.35; letter-spacing: -.04em; }
.recruit-entry > p:not(.section-kicker) { max-width: 670px; margin: 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 2; }
.recruit-entry > a { width: max-content; margin-top: 37px; padding: 17px 19px; display: flex; align-items: center; gap: 50px; background: var(--ink); color: white; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.recruit-entry > a:hover { background: white; color: var(--ink); }
.recruit-entry > a span { font-size: 17px; }
.news-page { padding: 145px 8vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--white); }
.news-page-intro h2 { margin: 0 0 35px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 64px); font-weight: 500; line-height: 1.55; }
.news-page-intro > p:last-child { max-width: 480px; margin: 0; font-size: 12px; line-height: 2; color: rgba(16,35,63,.68); }
.news-page-content { border-top: 1px solid var(--line); }
.news-categories { display: flex; flex-wrap: wrap; gap: 8px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.news-categories span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 50px; color: var(--blue); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.news-full-list { border-top: 0; }

@media (max-width: 900px) {
  .site-header { height: 70px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .brand-logo { width: 60px; height: 60px; }
  .site-header nav { display: none; }
  .header-contact { padding: 10px 12px; gap: 12px; }
  .hero { min-height: 760px; height: auto; padding: 145px 24px 75px; display: block; }
  .hero h1 { font-size: clamp(51px, 15vw, 75px); }
  .hero-lead br { display: none; }
  .hero-art { width: min(78vw, 390px); margin: 48px auto 10px; }
  .scroll-cue { display: none; }
  .hero-grid { background-size: 44px 44px; }
  .statement, .services, .profile, .contact { padding: 100px 24px; }
  .statement-copy { font-size: clamp(31px, 9vw, 50px); }
  .section-heading, .section-heading.compact { display: block; margin-bottom: 55px; }
  .section-heading h2 { margin-bottom: 28px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card, .service-card + .service-card { min-height: 0; padding: 30px 0 55px; border-left: 0; }
  .service-card h3 { margin-top: 65px; }
  .service-card > p { min-height: 0; }
  .message { grid-template-columns: 1fr; }
  .message-number { min-height: 360px; }
  .message-copy { padding: 90px 24px; }
  .profile-table { margin: 0; }
  .profile-table > div { grid-template-columns: 95px 1fr; }
  .contact-actions { grid-template-columns: 1fr; }
  footer { padding: 45px 24px; grid-template-columns: 1fr auto; row-gap: 35px; }
  footer p { grid-row: 2; grid-column: 1 / -1; }
  .footer-links { max-width: 245px; justify-content: flex-end; flex-wrap: wrap; gap: 12px 16px; }
  .brand-hero { min-height: 0; height: auto; max-height: none; padding: 70px 0 0; display: flex; flex-direction: column; }
  .brand-hero .hero-copy { order: 1; padding: 75px 24px 62px; }
  .brand-hero .hero-copy::after { display: none; }
  .brand-hero h1 { font-size: clamp(40px, 11vw, 52px); }
  .brand-hero .hero-lead { font-size: 12px; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-media { order: 2; height: 65svh; min-height: 480px; }
  .hero-domain-line { order: 3; position: relative; display: grid; overflow: visible; grid-template-columns: 1fr; }
  .hero-domain-line a { min-height: 72px; padding: 14px 24px; display: grid; grid-template-columns: 34px 1fr; align-items: center; }
  .hero-domain-line a + a { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .brand-hero .hero-media figcaption { bottom: 42px; }
  .hero-service-nav { order: 3; position: relative; width: 100%; grid-template-columns: 1fr; }
  .hero-service-nav a { min-height: 112px; padding: 22px 24px; }
  .hero-service-nav a + a { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .brand-statement { padding: 100px 24px; }
  .statement-title { display: block; margin-bottom: 60px; }
  .statement-title h2 { font-size: 42px; }
  .expertise-grid { margin-left: 0; grid-template-columns: 1fr; }
  .expertise-grid article { min-height: 250px; }
  .expertise-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .expertise-grid h3 { margin-top: 70px; }
  .business-overview { padding: 95px 24px; grid-template-columns: 1fr; gap: 65px; }
  .expert-network, .client-section, .news-preview { padding: 95px 24px; }
  .network-heading, .news-preview-heading { grid-template-columns: 1fr; gap: 35px; margin-bottom: 55px; }
  .network-grid { grid-template-columns: 1fr; }
  .network-grid article { min-height: 270px; }
  .network-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .network-grid h3 { margin-top: 75px; }
  .client-heading { grid-template-columns: 1fr; gap: 55px; margin-bottom: 55px; }
  .client-grid { grid-template-columns: 1fr; }
  .client-grid article { min-height: 150px; }
  .news-list article { min-height: 0; padding: 25px 0; grid-template-columns: 1fr auto; gap: 13px 18px; }
  .news-list h3 { grid-column: 1 / -1; }
  .social-planned { padding: 30px 0; grid-template-columns: 1fr; gap: 14px; }
  .services-all { padding: 100px 24px; }
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-card { grid-column: auto; min-height: 390px; }
  .home-service-card h3 { min-height: 0; margin-top: 62px; }
  .home-service-card > p { min-height: 0; }
  .page-hero { min-height: 520px; padding: 150px 24px 70px; }
  .page-hero::before { background-size: 44px 44px; }
  .page-hero h1 { font-size: clamp(66px, 21vw, 110px); }
  .page-hero-index { right: -10px; bottom: -10px; font-size: 230px; }
  .editorial-intro, .phases-section, .navy-section, .contract-note, .company-page, .business-list, .contact-page, .service-offerings, .other-services, .specialized-services { padding: 95px 24px; }
  .editorial-intro > h2 { margin-bottom: 55px; font-size: 40px; }
  .intro-body { width: 100%; grid-template-columns: 1fr; gap: 20px; }
  .service-legal-note { padding: 25px 24px; grid-template-columns: 1fr; gap: 14px; }
  .phase-grid { grid-template-columns: 1fr; }
  .offering-grid { grid-template-columns: 1fr; }
  .offering-grid article { min-height: 340px; }
  .offering-grid p { min-height: 0; }
  .phase-grid article { min-height: 240px; }
  .detail-section, .coverage-section, .faq-section, .digital-scope, .flow-section, .company-philosophy, .office-section, .contact-guide, .service-areas { padding: 95px 24px; }
  .detail-heading { display: block; margin-bottom: 55px; }
  .detail-heading h2 { font-size: 39px; }
  .detail-heading > p:last-child { margin-top: 25px; }
  .consultation-grid { grid-template-columns: 1fr; }
  .consultation-grid article { min-height: 300px; }
  .consultation-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .consultation-grid h3 { margin-top: 75px; }
  .coverage-section, .faq-section, .office-section { grid-template-columns: 1fr; gap: 60px; }
  .service-areas { grid-template-columns: 1fr; gap: 55px; }
  .service-areas ul { grid-template-columns: repeat(2, 1fr); }
  .coverage-section ul { grid-template-columns: repeat(2, 1fr); }
  .faq-list article { grid-template-columns: 38px 1fr; gap: 15px; }
  .digital-menu { padding: 0 24px 95px; }
  .digital-menu article { grid-template-columns: 1fr; gap: 30px; }
  .digital-menu ul { margin-top: 5px; }
  .scope-columns { grid-template-columns: 1fr; }
  .scope-columns article { min-height: 275px; }
  .scope-columns article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .scope-columns h3 { margin-top: 70px; }
  .flow-section ol { grid-template-columns: 1fr; }
  .flow-section li { min-height: 245px; }
  .flow-section li + li { border-left: 0; border-top: 1px solid var(--line); }
  .flow-section li h3 { margin-top: 65px; }
  .other-services > div { grid-template-columns: 1fr; }
  .other-services a:nth-child(odd) { border-right: 0; }
  .bottom-contact { padding: 75px 24px; }
  .bottom-contact > div { align-items: stretch; flex-direction: column; }
  .message-page, .company-page, .contact-page { grid-template-columns: 1fr; }
  .message-visual { min-height: 400px; }
  .message-page article { padding: 90px 24px; }
  .message-page-secondary .message-visual { grid-row: 1; }
  .message-page-secondary article { grid-row: 2; }
  .company-page { gap: 70px; }
  .contact-audience { padding: 95px 24px; }
  .contact-audience-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 50px; }
  .contact-audience-heading h2 { font-size: clamp(40px, 11.5vw, 56px); }
  .contact-audience-grid { grid-template-columns: 1fr; border-top-width: 3px; }
  .contact-audience-grid > a { min-height: 340px; padding: 24px 22px; }
  .contact-audience-grid > a::before { top: -3px; height: 3px; }
  .contact-audience-grid > a:hover { transform: none; }
  .company-attitude-grid, .contact-guide > div { grid-template-columns: 1fr; }
  .company-philosophy article, .contact-guide article { min-height: 250px; }
  .company-philosophy article + article, .contact-guide article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .company-philosophy article h3, .contact-guide article h3 { margin-top: 65px; }
  .company-strength-copy { margin-bottom: 65px; }
  .name-story { padding: 95px 24px; grid-template-columns: 1fr; gap: 70px; }
  .name-story-title h2 { font-size: clamp(39px, 11vw, 56px); }
  .name-story-copy { padding-top: 42px; border-top-width: 3px; }
  .name-story-copy::before { top: -3px; height: 3px; }
  .name-story-copy blockquote { margin: 42px 0; padding-left: 20px; }
  .recruit-intro, .recruit-values { padding: 95px 24px; grid-template-columns: 1fr; gap: 65px; }
  .recruit-intro h2, .recruit-entry h2 { font-size: clamp(42px, 12vw, 60px); }
  .recruit-intro > div { border-top-width: 3px; }
  .recruit-styles, .recruit-flow { padding: 95px 24px; }
  .recruit-style-grid { grid-template-columns: 1fr; border-top-width: 3px; }
  .recruit-style-grid article { min-height: 460px; }
  .recruit-style-grid article::before { top: -3px; height: 3px; }
  .recruit-values > div:last-child { border-top-width: 3px; }
  .recruit-values article { grid-template-columns: 42px 1fr; gap: 14px; }
  .recruit-values article p { grid-column: 2; }
  .recruit-flow ol { grid-template-columns: 1fr; border-top-width: 3px; }
  .recruit-flow li { min-height: 230px; }
  .recruit-flow li + li { border-top: 1px solid var(--line); border-left: 0; }
  .recruit-flow li::before { top: -1px; height: 3px; }
  .recruit-flow li h3 { margin-top: 60px; }
  .recruit-condition-note { padding: 30px 24px; grid-template-columns: 1fr; gap: 15px; }
  .recruit-entry { padding: 95px 24px; }
  .recruit-entry > a { width: 100%; justify-content: space-between; gap: 20px; }
  .contact-page { gap: 75px; }
  .contact-page aside { position: static; }
  .field-row, .topic-grid { grid-template-columns: 1fr; }
  .privacy-page { padding: 95px 24px; grid-template-columns: 1fr; gap: 60px; }
  .privacy-lead { position: static; }
  .news-page { padding: 95px 24px; grid-template-columns: 1fr; gap: 65px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit { animation: none; }
}

/* NEXBIZ 2026 — red / black editorial redesign */
:root {
  --ink: #111111;
  --blue: #e60012;
  --blue-bright: #ff2437;
  --paper: #f1f1ee;
  --white: #ffffff;
  --line: rgba(17, 17, 17, 0.18);
}

::selection { background: var(--blue); color: white; }
body { background: var(--paper); color: var(--ink); }
a, button, article { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 50%; padding: 12px 18px; background: var(--ink); color: white; font-size: 12px; font-weight: 700; transform: translate(-50%, -180%); transition: transform .2s ease; }
.skip-link:focus { transform: translate(-50%, 0); }

.site-header {
  height: 78px;
  padding: 0 3vw;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(17,17,17,.28);
  box-shadow: 0 8px 30px rgba(0,0,0,.05);
  backdrop-filter: blur(20px);
}
.site-header::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--blue); }
.brand-logo { width: 68px; height: 68px; }
.site-header nav { gap: 34px; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.site-header nav a { position: relative; padding: 29px 0; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: 22px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-header nav a:hover { opacity: 1; }
.site-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.mobile-menu { display: none; }
.header-contact { padding: 12px 18px; gap: 30px; border-color: var(--ink); border-radius: 999px; background: var(--ink); color: white; }
.header-contact:hover { border-color: var(--blue); background: var(--blue); }

.eyebrow, .section-kicker { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .3em; }
.section-kicker.light, .expert-network .section-kicker, .message .section-kicker, .contact .section-kicker, .bottom-contact .section-kicker { color: rgba(255,255,255,.72); }

.brand-hero { min-height: 840px; padding-top: 78px; background: #0b0b0b; color: white; }
.brand-hero .hero-copy { overflow: hidden; background: radial-gradient(circle at 16% 20%, rgba(230,0,18,.25), transparent 36%), #0b0b0b; }
.brand-hero .hero-copy::before { content: "NEXBIZ"; position: absolute; z-index: 0; right: -2vw; bottom: 115px; color: rgba(255,255,255,.035); font: 800 clamp(86px, 10vw, 170px)/.8 Arial, sans-serif; letter-spacing: -.08em; pointer-events: none; }
.brand-hero .hero-copy::after { color: rgba(255,255,255,.45); }
.brand-hero .hero-copy > * { position: relative; z-index: 1; }
.brand-hero .eyebrow { color: #ff5a67; }
.brand-hero h1 { color: white; letter-spacing: -.025em; }
.brand-hero h1 em { color: #ff2639; }
.brand-hero h1 em::after { height: 7px; background: #ff2639; opacity: .28; }
.brand-hero .hero-lead { max-width: 670px; color: rgba(255,255,255,.74); }
.hero-actions a { border-color: rgba(255,255,255,.58); color: white; }
.hero-actions a:first-child { border-color: var(--blue); background: var(--blue); }
.hero-actions a:hover { border-color: white; background: white; color: var(--ink); }
.hero-media { background: #111; }
.hero-media img { filter: grayscale(1) contrast(1.12) brightness(.76); transform: scale(1.015); }
.hero-media::after { background: linear-gradient(145deg, rgba(230,0,18,.08), transparent 45%), linear-gradient(180deg, transparent 45%, rgba(0,0,0,.84) 100%); }
.hero-image-label { border-left: 4px solid var(--blue); background: rgba(10,10,10,.84); color: white; }
.hero-domain-line { border-top: 4px solid var(--blue); background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 -12px 30px rgba(0,0,0,.08); }
.hero-domain-line a { border-top: 0; font-weight: 600; }
.hero-domain-line a + a { border-left-color: rgba(17,17,17,.15); }
.hero-domain-line span { color: var(--blue); font-weight: 800; }
.hero-domain-line a:hover { background: var(--blue); color: white; }
.hero-domain-line a:hover span { color: white; }

.brand-statement { position: relative; overflow: hidden; border-top: 0; background: white; }
.brand-statement::before { content: "WHY"; position: absolute; right: -2vw; top: 45px; color: rgba(17,17,17,.03); font: 800 clamp(130px, 24vw, 350px)/.8 Arial, sans-serif; letter-spacing: -.08em; }
.statement-title, .expertise-grid { position: relative; z-index: 1; }
.statement-title h2 { color: var(--ink); letter-spacing: -.025em; }
.expertise-grid { border-top: 4px solid var(--ink); border-bottom-color: var(--ink); }
.expertise-grid article { position: relative; }
.expertise-grid article::before { content: ""; position: absolute; top: -4px; left: 0; width: 34%; height: 4px; background: var(--blue); }
.expertise-grid h3 { letter-spacing: -.02em; }

.services-all { background: #f0f0ed; }
.home-service-grid { border-color: rgba(17,17,17,.34); }
.home-service-card { position: relative; overflow: hidden; border-color: rgba(17,17,17,.28); background: white; }
.home-service-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; background: var(--blue); transform: scaleX(.18); transform-origin: left; transition: transform .28s ease; }
.home-service-card:hover { background: var(--ink); color: white; transform: translateY(-7px); box-shadow: 0 24px 45px rgba(0,0,0,.16); }
.home-service-card:hover::before { transform: scaleX(1); }
.home-service-card:hover > p { color: rgba(255,255,255,.7); }
.home-service-card:hover li { border-color: rgba(255,255,255,.28); }
.service-topline { color: var(--blue); font-weight: 800; }

.brand-ticker { position: relative; z-index: 2; overflow: hidden; padding: 20px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--blue); color: white; }
.ticker-track { display: flex; width: max-content; will-change: transform; animation: nexbiz-ticker 30s linear infinite; }
.ticker-set { display: flex; flex: none; align-items: center; }
.ticker-set span { padding: 0 32px; font: 800 clamp(17px, 2vw, 30px)/1 Arial, sans-serif; letter-spacing: .08em; white-space: nowrap; }
.ticker-set b { color: var(--ink); font: 800 25px/1 Arial, sans-serif; }
@keyframes nexbiz-ticker { to { transform: translateX(-50%); } }

.web-showcase { position: relative; overflow: hidden; padding: 145px 8vw 115px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr); gap: 7vw; background: #090909; color: white; }
.web-showcase::before { content: "WEB"; position: absolute; right: -3vw; top: 6vw; color: rgba(255,255,255,.022); font: 800 clamp(160px, 25vw, 390px)/.75 Arial, sans-serif; letter-spacing: -.1em; pointer-events: none; }
.web-showcase-copy { position: relative; z-index: 2; align-self: center; }
.web-showcase-copy h2 { margin: 28px 0 30px; font-family: var(--serif); font-size: clamp(44px, 5.4vw, 82px); font-weight: 500; line-height: 1.26; letter-spacing: -.045em; }
.web-showcase-copy h2 em { color: #ff3042; font-style: normal; }
.web-showcase-copy > p:not(.section-kicker) { max-width: 590px; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 2.15; }
.showcase-actions { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 10px; }
.showcase-actions a { min-height: 56px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(255,255,255,.48); color: white; font-size: 11px; font-weight: 700; letter-spacing: .08em; transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease; }
.showcase-actions a:first-child { border-color: var(--blue); background: var(--blue); }
.showcase-actions a:hover { border-color: white; background: white; color: var(--ink); transform: translateY(-3px); }
.showcase-actions span { font-size: 17px; }

.experience-stage { position: relative; z-index: 1; min-height: 620px; align-self: center; perspective: 1400px; }
.stage-orbit { position: absolute; inset: 1% 8% 4% 8%; border: 1px solid rgba(230,0,18,.46); border-radius: 50%; transform: rotate(-15deg); }
.stage-orbit::before, .stage-orbit::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 8px rgba(230,0,18,.13); }
.stage-orbit::before { top: 10%; right: 18%; }
.stage-orbit::after { bottom: 8%; left: 22%; }
.browser-frame { position: absolute; inset: 9% 4% 8% 3%; overflow: hidden; border: 1px solid rgba(255,255,255,.42); background: white; color: var(--ink); box-shadow: 36px 38px 0 rgba(230,0,18,.9), 0 45px 80px rgba(0,0,0,.48); transform: rotate(-2.25deg) rotateY(-4deg); transform-origin: center; transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease; }
.browser-frame:hover { box-shadow: 24px 28px 0 rgba(230,0,18,.95), 0 50px 95px rgba(0,0,0,.56); transform: rotate(0) rotateY(0) translateY(-7px); }
.browser-bar { min-height: 50px; padding: 0 17px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; background: var(--ink); color: white; }
.browser-bar > div { display: flex; gap: 6px; }
.browser-bar i { width: 7px; height: 7px; display: block; border-radius: 50%; background: rgba(255,255,255,.38); }
.browser-bar i:first-child { background: var(--blue); }
.browser-bar span { font: 700 8px/1 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.browser-bar b { justify-self: end; color: #ff4857; font-size: 17px; }
.browser-canvas { position: relative; overflow: hidden; min-height: 510px; padding: 66px 52px 45px; background-color: #f6f6f2; background-image: linear-gradient(rgba(17,17,17,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,17,.055) 1px, transparent 1px); background-size: 38px 38px; }
.browser-canvas::before { content: "NEXBIZ"; position: absolute; right: -20px; bottom: -10px; color: rgba(17,17,17,.035); font: 800 clamp(75px, 8vw, 120px)/.8 Arial, sans-serif; letter-spacing: -.08em; }
.browser-canvas > p { position: relative; z-index: 1; margin: 0 0 28px; color: var(--blue); font: 800 9px/1 Arial, sans-serif; letter-spacing: .25em; }
.browser-canvas h3 { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: clamp(35px, 4vw, 60px); font-weight: 500; line-height: 1.25; letter-spacing: -.04em; }
.browser-canvas h3 em { color: var(--blue); font-style: normal; }
.canvas-grid { position: absolute; z-index: 1; right: 46px; bottom: 42px; left: 52px; display: grid; grid-template-columns: 1fr 1fr; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink); }
.canvas-grid span { min-height: 45px; padding: 0 10px; display: flex; align-items: center; border-bottom: 1px solid rgba(17,17,17,.25); font: 800 8px/1 Arial, sans-serif; letter-spacing: .14em; }
.canvas-grid span:nth-child(even) { border-left: 1px solid rgba(17,17,17,.25); }
.canvas-arrow { position: absolute; top: 51px; right: 42px; width: 66px; height: 66px; display: grid; place-items: center; background: var(--blue); color: white; font: 700 31px/1 Arial, sans-serif; transform: rotate(4deg); }
.stage-chip { position: absolute; z-index: 3; padding: 11px 15px; border: 1px solid rgba(255,255,255,.54); background: rgba(9,9,9,.92); box-shadow: 0 10px 30px rgba(0,0,0,.22); color: white; font: 800 8px/1 Arial, sans-serif; letter-spacing: .18em; }
.stage-chip-a { top: 2%; right: 1%; }
.stage-chip-b { bottom: 2%; left: -2%; background: white; color: var(--ink); }
.stage-chip-c { right: -1%; bottom: 13%; border-color: var(--blue); background: var(--blue); }

.web-standard-grid { position: relative; z-index: 2; grid-column: 1 / -1; margin-top: 35px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 4px solid white; border-bottom: 1px solid rgba(255,255,255,.2); }
.web-standard-grid article { position: relative; min-height: 180px; padding: 24px 18px; }
.web-standard-grid article + article { border-left: 1px solid rgba(255,255,255,.2); }
.web-standard-grid article::before { content: ""; position: absolute; top: -4px; left: 0; width: 38%; height: 4px; background: var(--blue); }
.web-standard-grid span { color: #ff6571; font-family: Georgia, serif; font-size: 14px; }
.web-standard-grid h3 { margin: 50px 0 9px; font-size: 13px; letter-spacing: .05em; }
.web-standard-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.8; }

.business-overview { border-top: 1px solid rgba(17,17,17,.2); background: white; }
.overview-list { border-top: 4px solid var(--ink); }
.overview-list article > span { color: var(--blue); font-weight: 700; }

.solution-pathways { padding: 140px 8vw; overflow: hidden; background: var(--blue); color: white; }
.pathway-heading { margin-bottom: 75px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.pathway-heading .section-kicker { color: rgba(255,255,255,.72); }
.pathway-heading h2 { margin: 24px 0 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 88px); font-weight: 500; line-height: 1.25; letter-spacing: -.045em; }
.pathway-heading > p { max-width: 460px; margin: 0 0 10px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 2.05; }
.pathway-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 4px solid white; border-left: 1px solid rgba(255,255,255,.28); }
.pathway-grid > a { position: relative; min-height: 390px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); color: white; transition: background .25s ease, color .25s ease, transform .25s ease; }
.pathway-grid > a::before { content: ""; position: absolute; top: -4px; left: 0; width: 32%; height: 4px; background: var(--ink); }
.pathway-grid > a:hover { z-index: 1; background: white; color: var(--ink); transform: translateY(-6px); }
.pathway-index { color: rgba(255,255,255,.72); font: 700 9px/1 Arial, sans-serif; letter-spacing: .17em; }
.pathway-grid > a:hover .pathway-index { color: var(--blue); }
.pathway-grid h3 { margin: 75px 0 18px; font-family: var(--serif); font-size: clamp(25px, 2.5vw, 38px); font-weight: 500; letter-spacing: -.02em; }
.pathway-grid p { max-width: 540px; margin: 0; color: rgba(255,255,255,.74); font-size: 11px; line-height: 2; }
.pathway-grid > a:hover p { color: rgba(17,17,17,.68); }
.pathway-grid ul { margin: auto 0 25px; padding: 33px 0 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.pathway-grid li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.38); font-size: 9px; }
.pathway-grid > a:hover li { border-color: rgba(17,17,17,.25); }
.pathway-grid b { display: flex; justify-content: space-between; align-items: center; padding-top: 17px; border-top: 1px solid currentColor; font-size: 10px; letter-spacing: .08em; }
.pathway-grid b span { color: var(--ink); font-size: 18px; }
.pathway-cta { padding: 34px 0 0; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.pathway-cta p { margin: 0; color: rgba(255,255,255,.78); font-size: 11px; line-height: 1.85; }
.pathway-cta p strong { color: white; font-size: 14px; }
.pathway-cta > a { min-width: 255px; padding: 17px 19px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--ink); background: var(--ink); color: white; font-size: 11px; font-weight: 700; letter-spacing: .08em; transition: background .2s ease, color .2s ease; }
.pathway-cta > a:hover { background: white; color: var(--ink); }

.breadcrumb { padding: 14px 8vw; display: flex; align-items: center; gap: 12px; overflow-x: auto; border-bottom: 1px solid rgba(17,17,17,.14); background: white; color: rgba(17,17,17,.55); font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
.breadcrumb a { color: var(--ink); }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb strong { color: rgba(17,17,17,.58); font-weight: 500; }

.expert-network { position: relative; overflow: hidden; background: radial-gradient(circle at 90% 5%, rgba(230,0,18,.24), transparent 33%), #0c0c0c; }
.expert-network::after { content: "EXPERTS"; position: absolute; right: -2vw; bottom: -3vw; color: rgba(255,255,255,.025); font: 800 clamp(90px, 16vw, 240px)/.8 Arial, sans-serif; letter-spacing: -.08em; }
.network-heading, .network-grid, .network-note, .network-partner-link { position: relative; z-index: 1; }
.network-partner-link { width: min(520px, 100%); margin-top: 30px; padding: 18px 20px; display: flex; justify-content: space-between; border: 1px solid rgba(255,255,255,.45); background: white; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.network-partner-link:hover { border-color: var(--blue); background: var(--blue); color: white; }
.network-grid { border-top: 4px solid white; }
.network-grid article { position: relative; }
.network-grid article::before { content: ""; position: absolute; top: -4px; left: 0; width: 28%; height: 4px; background: var(--blue); }

.client-section { background: white; }
.client-heading h2 { color: var(--ink); }
.client-grid { border-color: rgba(17,17,17,.3); }
.client-grid article { position: relative; overflow: hidden; border-color: rgba(17,17,17,.25); background: white; transition: background .25s ease, color .25s ease, transform .25s ease; }
.client-grid article::after { content: "↗"; position: absolute; right: 18px; top: 17px; color: var(--blue); font-size: 16px; opacity: .65; }
.client-grid article:hover { z-index: 1; background: var(--blue); color: white; transform: translateY(-5px); }
.client-grid article:hover span, .client-grid article:hover::after { color: white; }

.message { background: #0b0b0b; }
.message-number { background: var(--blue); }
.message-copy h2 { letter-spacing: -.02em; }
.message-copy > p { color: rgba(255,255,255,.72); }

.news-preview { background: #f2f2ef; }
.news-list { border-top: 4px solid var(--ink); }
.news-list article { transition: padding .2s ease, background .2s ease; }
.news-list article:hover { padding-right: 18px; padding-left: 18px; background: white; }
.news-list article > span { border-color: rgba(230,0,18,.3); }
.social-planned { border-top: 1px solid var(--line); }

/* Homepage readability and decision-first journey */
.brand-hero .hero-lead { max-width: 720px; font-size: 15px; line-height: 1.9; }
.brand-hero .hero-lead strong, .brand-hero .hero-lead span { display: block; }
.brand-hero .hero-lead strong { color: white; font-size: 1.05em; font-weight: 700; }
.brand-hero .hero-lead span { margin-top: 12px; }
.home-service-card { min-height: 410px; }
.home-service-card h3 { margin-top: 62px; }
.home-service-card > p { min-height: 88px; color: rgba(16,35,63,.82); font-size: 13px; line-height: 1.85; }
.home-service-card li { font-size: 10px; }
.expertise-grid p, .overview-list p { color: rgba(16,35,63,.78); font-size: 13px; line-height: 1.9; }
.network-grid p { color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.9; }
.pathway-grid p, .pathway-cta p { font-size: 13px; }
.client-heading > div:last-child p { color: rgba(16,35,63,.78); font-size: 14px; }
.client-note { color: rgba(16,35,63,.7); font-size: 11px; }

.partner-event { padding: 130px 8vw; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: 9vw; align-items: center; overflow: hidden; background: radial-gradient(circle at 88% 9%, rgba(230,0,18,.3), transparent 32%), #0b0b0b; color: white; }
.partner-event-copy { max-width: 760px; }
.partner-event-copy h2 { margin: 28px 0 30px; font-family: var(--serif); font-size: clamp(43px, 5.7vw, 80px); font-weight: 500; line-height: 1.25; letter-spacing: -.035em; }
.partner-event-copy h2 span { font-size: .76em; }
.partner-event-copy > p:not(.section-kicker) { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 2; }
.partner-event-copy dl { margin: 42px 0 0; border-top: 4px solid white; }
.partner-event-copy dl > div { padding: 17px 0; display: grid; grid-template-columns: 105px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.23); }
.partner-event-copy dt { color: #ff6571; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.partner-event-copy dd { margin: 0; font-size: 14px; line-height: 1.65; }
.partner-event-cta { width: min(100%, 430px); min-height: 62px; margin-top: 34px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--blue); color: white; font-size: 13px; font-weight: 700; letter-spacing: .05em; transition: background .2s ease, color .2s ease, transform .2s ease; }
.partner-event-cta:hover { background: white; color: var(--ink); transform: translateY(-3px); }
.partner-event-cta span { font-size: 20px; }
.partner-event-copy small { max-width: 650px; margin-top: 18px; display: block; color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.8; }
.partner-event-banner { position: relative; display: block; border: 1px solid rgba(255,255,255,.3); box-shadow: 24px 28px 0 var(--blue), 0 34px 70px rgba(0,0,0,.5); transition: transform .25s ease, box-shadow .25s ease; }
.partner-event-banner:hover { transform: translateY(-7px); box-shadow: 16px 20px 0 var(--blue), 0 40px 80px rgba(0,0,0,.58); }
.partner-event-banner img { width: 100%; height: auto; display: block; }

.profile { background: white; }
.profile-table { border-top: 4px solid var(--ink); }
.profile-table dt { color: var(--blue); }
.contact { position: relative; overflow: hidden; background: var(--blue); }
.contact::after { content: "CONTACT"; position: absolute; right: -2vw; bottom: -2vw; color: rgba(255,255,255,.08); font: 800 clamp(90px, 18vw, 280px)/.8 Arial, sans-serif; letter-spacing: -.08em; }
.contact > * { position: relative; z-index: 1; }
.contact-actions a:first-child { border-color: var(--ink); background: var(--ink); }
.contact-actions a:hover { border-color: white; background: white; color: var(--blue); }

footer { border-top: 5px solid var(--blue); background: #090909; }
.footer-brand { border: 1px solid rgba(255,255,255,.2); }

.page-hero { min-height: 630px; padding-top: 180px; border-bottom: 6px solid var(--blue); background: #0b0b0b; color: white; }
.page-hero::before { inset: 78px 0 0; background-image: linear-gradient(rgba(230,0,18,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(230,0,18,.12) 1px, transparent 1px); opacity: .75; }
.page-hero h1 { color: white; text-shadow: 0 16px 40px rgba(0,0,0,.32); }
.page-hero-ja { color: #ff6672; }
.page-hero-index { color: rgba(230,0,18,.2); }

.editorial-intro { background: white; }
.editorial-intro > h2 { letter-spacing: -.025em; }
.track-record-section { padding: 125px 8vw; background: radial-gradient(circle at 88% 5%, rgba(230,0,18,.24), transparent 32%), #0b0b0b; color: white; }
.track-record-heading { display: grid; grid-template-columns: .55fr 1fr 1fr; align-items: start; gap: 4vw; margin-bottom: 72px; }
.track-record-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.8vw, 68px); font-weight: 500; line-height: 1.5; letter-spacing: -.025em; }
.track-record-heading > p:last-child { max-width: 430px; margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 2; }
.track-record-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 4px solid white; border-bottom: 1px solid rgba(255,255,255,.2); }
.track-record-grid article { position: relative; min-height: 240px; padding: 26px 22px; display: flex; flex-direction: column; justify-content: space-between; }
.track-record-grid article + article { border-left: 1px solid rgba(255,255,255,.2); }
.track-record-grid article::before { content: ""; position: absolute; top: -4px; left: 0; width: 42%; height: 4px; background: var(--blue); }
.track-record-grid span { color: #ff6672; font-family: Georgia, serif; font-size: 17px; }
.track-record-grid h3 { margin: 0; font-family: var(--serif); font-size: clamp(18px, 1.8vw, 27px); font-weight: 500; line-height: 1.55; }
.partner-program { padding: 125px 8vw; display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); gap: 8vw; align-items: center; border-bottom: 1px solid rgba(17,17,17,.18); background: white; }
.partner-logo-panel { position: relative; min-height: 410px; overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(17,17,17,.18); background: #f7f7f4; box-shadow: 22px 22px 0 #20b6ae; }
.partner-logo-panel::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; background: #20b6ae; }
.partner-logo-panel > span { position: absolute; z-index: 2; top: 24px; left: 26px; color: rgba(17,17,17,.52); font: 800 8px/1 Arial, sans-serif; letter-spacing: .2em; }
.partner-logo-panel img { width: 100%; height: auto; display: block; transform: scale(1.12); }
.partner-program-copy h2 { max-width: 720px; margin: 25px 0 26px; font-family: var(--serif); font-size: clamp(40px, 4.6vw, 68px); font-weight: 500; line-height: 1.35; letter-spacing: -.035em; }
.partner-program-copy > p:not(.section-kicker) { max-width: 720px; margin: 0; color: rgba(17,17,17,.68); font-size: 12px; line-height: 2.1; }
.partner-program-copy ul { margin: 35px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.partner-program-copy li { padding: 9px 12px; border: 1px solid rgba(17,17,17,.22); background: #f7f7f4; font-size: 9px; letter-spacing: .04em; }
.partner-program-copy small { margin: 26px 0 0; display: block; color: rgba(17,17,17,.5); font-size: 9px; line-height: 1.8; }
.partner-program-copy > a { width: max-content; margin-top: 34px; padding: 16px 19px; display: flex; align-items: center; gap: 38px; background: var(--ink); color: white; font-size: 10px; font-weight: 700; letter-spacing: .08em; transition: background .2s ease; }
.partner-program-copy > a:hover { background: var(--blue); }
.partner-program-copy > a span { font-size: 17px; }
.service-legal-note { border-top-color: rgba(230,0,18,.25); border-bottom-color: rgba(230,0,18,.25); background: #fff0f1; }
.service-offerings { background: #f1f1ee; }
.offering-grid { border-color: rgba(17,17,17,.3); }
.offering-grid article { position: relative; overflow: hidden; border-color: rgba(17,17,17,.24); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.offering-grid article::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; background: var(--blue); }
.offering-grid article:hover { z-index: 1; transform: translateY(-5px); box-shadow: 0 22px 40px rgba(0,0,0,.12); }
.service-areas { background: #0b0b0b; }
.service-areas li { transition: background .2s ease, color .2s ease; }
.service-areas li:hover { background: var(--blue); color: white; }
.specialized-services { background: white; }
.flow-section { background: #f1f1ee; }
.flow-section ol { border-top: 4px solid var(--ink); }
.faq-section { background: white; }
.faq-list { border-top: 4px solid var(--ink); }
.other-services { background: #f1f1ee; }
.other-services a.active { background: var(--blue); color: white; }
.other-services a:hover { background: white; }
.bottom-contact { position: relative; overflow: hidden; background: var(--blue); }
.bottom-contact::after { content: "NEXT"; position: absolute; right: 2vw; bottom: -2vw; color: rgba(255,255,255,.09); font: 800 clamp(80px, 14vw, 210px)/.8 Arial, sans-serif; }
.bottom-contact > * { position: relative; z-index: 1; }

.company-philosophy { background: radial-gradient(circle at 86% 8%, rgba(230,0,18,.25), transparent 34%), #0b0b0b; }
.company-philosophy article span, .contact-guide article span { color: #ff5060; }
.office-section { background: #ecece8; }
.contact-guide { background: #0b0b0b; }
.contact-page input:focus, .contact-page textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(230,0,18,.09); }
.contact-page button { background: var(--ink); }
.contact-page button:hover { background: var(--blue); }
.privacy-consent { background: #f4f4f1; }
.news-page { background: white; }
.news-categories span { border-color: rgba(230,0,18,.3); }

@media (max-width: 900px) {
  .site-header { height: 70px; padding: 0 18px; grid-template-columns: 1fr auto auto; gap: 9px; }
  .site-header::before { width: 4px; }
  .brand-logo { width: 58px; height: 58px; }
  .header-contact { padding: 10px 13px; gap: 14px; }
  .desktop-nav { display: none !important; }
  .mobile-menu { display: block; }
  .mobile-menu summary { min-width: 70px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid var(--ink); border-radius: 999px; background: white; color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .14em; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary b { color: var(--blue); font-size: 16px; font-weight: 500; line-height: .7; transition: transform .2s ease; }
  .mobile-menu[open] summary { background: var(--blue); border-color: var(--blue); color: white; }
  .mobile-menu[open] summary b { color: white; transform: rotate(45deg); }
  .mobile-menu nav { position: fixed; top: 70px; right: 0; left: 0; display: grid !important; grid-template-columns: 1fr; gap: 0; padding: 14px 18px 22px; border-top: 4px solid var(--blue); background: rgba(10,10,10,.98); box-shadow: 0 20px 45px rgba(0,0,0,.28); }
  .mobile-menu nav a { padding: 18px 4px; display: grid; grid-template-columns: 42px 1fr; border-bottom: 1px solid rgba(255,255,255,.16); color: white; font-size: 15px; font-weight: 700; letter-spacing: .08em; }
  .mobile-menu nav a::after { display: none; }
  .mobile-menu nav a span { color: #ff5a67; font: 12px Georgia, serif; }
  .brand-hero { min-height: 0; height: auto; max-height: none; padding-top: 70px; }
  .brand-hero .hero-copy { padding: 72px 24px 64px; }
  .brand-hero .hero-copy::before { right: -14px; bottom: 30px; font-size: 86px; }
  .brand-hero h1 { letter-spacing: -.04em; }
  .hero-domain-line { border-top-width: 4px; }
  .hero-domain-line a + a { border-left: 0; border-top-color: rgba(17,17,17,.15); }
  .page-hero { min-height: 520px; padding: 150px 24px 70px; }
  .page-hero::before { inset: 70px 0 0; }
  .track-record-section { padding: 95px 24px; }
  .track-record-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 55px; }
  .track-record-grid { grid-template-columns: 1fr; border-top-width: 3px; }
  .track-record-grid article { min-height: 150px; }
  .track-record-grid article + article { border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .track-record-grid article::before { top: -1px; height: 3px; }
  .partner-program { padding: 95px 24px; grid-template-columns: 1fr; gap: 68px; }
  .partner-logo-panel { min-height: 300px; box-shadow: 12px 14px 0 #20b6ae; }
  .partner-logo-panel img { transform: scale(1.22); }
  .partner-program-copy h2 { font-size: clamp(39px, 12vw, 58px); }
  .partner-program-copy > a { width: 100%; justify-content: space-between; }
  .brand-statement::before { top: 80px; font-size: 140px; }
  .brand-ticker { padding: 15px 0; }
  .ticker-set span { padding: 0 20px; font-size: 15px; }
  .ticker-set b { font-size: 18px; }
  .web-showcase { padding: 95px 24px 85px; grid-template-columns: minmax(0, 1fr); gap: 65px; }
  .web-showcase::before { top: 110px; right: -18px; font-size: 160px; }
  .web-showcase-copy h2 { font-size: clamp(42px, 13vw, 62px); }
  .showcase-actions { display: grid; }
  .showcase-actions a { width: 100%; }
  .experience-stage { min-height: 490px; }
  .stage-orbit { inset: 2% 3% 6%; }
  .browser-frame { inset: 6% 4% 7% 0; box-shadow: 18px 22px 0 rgba(230,0,18,.9), 0 30px 55px rgba(0,0,0,.5); transform: rotate(-1.5deg); }
  .browser-frame:hover { transform: rotate(-1.5deg); }
  .browser-bar { min-height: 43px; padding: 0 12px; }
  .browser-bar span { font-size: 7px; letter-spacing: .1em; }
  .browser-canvas { min-height: 390px; padding: 50px 25px 30px; background-size: 30px 30px; }
  .browser-canvas h3 { font-size: clamp(32px, 10.5vw, 50px); }
  .canvas-grid { right: 24px; bottom: 28px; left: 25px; }
  .canvas-arrow { top: 35px; right: 22px; width: 52px; height: 52px; font-size: 24px; }
  .stage-chip { padding: 9px 11px; font-size: 7px; }
  .stage-chip-a { right: -1%; }
  .stage-chip-b { left: -2%; }
  .stage-chip-c { right: -2%; bottom: 11%; }
  .web-standard-grid { margin-top: 0; grid-template-columns: 1fr 1fr; border-top-width: 3px; }
  .web-standard-grid article { min-height: 155px; padding: 21px 17px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .web-standard-grid article + article { border-left: 0; }
  .web-standard-grid article:nth-child(even) { border-left: 1px solid rgba(255,255,255,.2); }
  .web-standard-grid article::before { top: -1px; height: 3px; }
  .web-standard-grid h3 { margin-top: 38px; }
  .solution-pathways { padding: 95px 24px; }
  .pathway-heading { margin-bottom: 55px; grid-template-columns: 1fr; gap: 28px; }
  .pathway-heading h2 { font-size: clamp(43px, 13vw, 62px); }
  .pathway-grid { grid-template-columns: 1fr; border-top-width: 3px; }
  .pathway-grid > a { min-height: 355px; padding: 25px 22px; }
  .pathway-grid > a::before { top: -3px; height: 3px; }
  .pathway-grid > a:hover { transform: none; }
  .pathway-grid h3 { margin-top: 58px; }
  .pathway-cta { align-items: stretch; flex-direction: column; }
  .pathway-cta > a { width: 100%; min-width: 0; }
  .brand-hero .hero-lead { font-size: 14px; line-height: 1.85; }
  .brand-hero .hero-lead span { margin-top: 10px; }
  .home-service-card { min-height: 300px; }
  .home-service-card h3 { margin-top: 42px; }
  .home-service-card > p { min-height: 0; font-size: 14px; }
  .home-service-card ul { display: none; }
  .home-service-card .service-more { padding-top: 24px; }
  .partner-event { padding: 90px 24px 105px; grid-template-columns: 1fr; gap: 58px; }
  .partner-event-copy h2 { font-size: clamp(40px, 12.2vw, 60px); }
  .partner-event-copy > p:not(.section-kicker) { font-size: 14px; }
  .partner-event-copy dl > div { grid-template-columns: 76px 1fr; gap: 18px; }
  .partner-event-cta { width: 100%; }
  .partner-event-banner { width: min(100%, 420px); justify-self: center; box-shadow: 14px 17px 0 var(--blue), 0 25px 55px rgba(0,0,0,.48); }
  .partner-event-banner:hover { transform: none; }
  .breadcrumb { padding: 13px 24px; }
  .expertise-grid, .network-grid, .overview-list, .news-list, .profile-table, .flow-section ol, .faq-list { border-top-width: 3px; }
  .home-service-card:hover, .client-grid article:hover, .offering-grid article:hover { transform: none; }
  .news-list article:hover { padding-right: 0; padding-left: 0; }
  .contact::after, .bottom-contact::after { font-size: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  .browser-frame, .showcase-actions a { transition: none; }
}

/* TEMU support landing page */
.temu-lp { overflow: hidden; background: #f3f3f0; }
.temu-lp-hero { position: relative; min-height: 900px; padding-top: 78px; display: grid; grid-template-columns: 56% 44%; background: #090909; color: white; }
.temu-lp-grid { position: absolute; inset: 78px 0 0; opacity: .55; background-image: linear-gradient(rgba(230,0,18,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(230,0,18,.14) 1px, transparent 1px); background-size: 6.25vw 6.25vw; mask-image: linear-gradient(90deg, #000 0 57%, transparent 82%); pointer-events: none; }
.temu-lp-copy { position: relative; z-index: 2; padding: 52px 6vw 80px; display: flex; flex-direction: column; justify-content: center; }
.temu-lp-breadcrumb { position: absolute; top: 28px; left: 6vw; display: flex; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .09em; }
.temu-lp-breadcrumb a:hover { color: white; }
.temu-lp-breadcrumb strong { color: rgba(255,255,255,.78); font-weight: 500; }
.temu-lp-kicker { margin: 0 0 28px; color: #ff5261; font-size: 9px; font-weight: 800; letter-spacing: .28em; }
.temu-lp-kicker::before { content: ""; width: 40px; height: 2px; margin-right: 15px; display: inline-block; vertical-align: middle; background: var(--blue); }
.temu-lp-kicker strong { color: white; font-size: 10px; letter-spacing: .13em; }
.temu-lp-kicker small { margin-left: 14px; color: #ff5261; font-size: 8px; letter-spacing: .22em; }
.temu-lp-price-lead { width: max-content; max-width: 100%; margin: 28px 0 18px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: white; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.temu-lp-price-lead small { color: #ff6674; font-size: 8px; }
.temu-lp-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(53px, 6.1vw, 94px); font-weight: 500; line-height: 1.18; letter-spacing: -.055em; }
.temu-lp-copy h1 > small { margin: 0 0 18px; display: block; font-family: var(--sans); font-size: 13px; font-weight: 800; line-height: 1.5; letter-spacing: .08em; }
.temu-hero-break-mobile { display: none; }
.temu-lp-copy h1 span { font-family: Arial, sans-serif; font-size: .92em; font-weight: 800; letter-spacing: -.065em; }
.temu-lp-copy h1 em { color: #ff2b3e; font-style: normal; }
.temu-lp-lead { max-width: 720px; margin: 36px 0 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 2.05; }
.temu-lp-actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 10px; }
.temu-lp-actions a { min-width: 235px; padding: 17px 18px; display: flex; justify-content: space-between; gap: 25px; border: 1px solid rgba(255,255,255,.48); font-size: 10px; font-weight: 700; letter-spacing: .06em; transition: .2s ease; }
.temu-lp-actions a:first-child { border-color: var(--blue); background: var(--blue); }
.temu-lp-actions a:hover { border-color: white; background: white; color: #111; }
.temu-lp-note { margin: 18px 0 0; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .05em; }
.temu-lp-price-note { max-width: 720px; margin: 12px 0 0; color: rgba(255,255,255,.5); font-size: 8px; line-height: 1.8; }
.temu-lp-visual { position: relative; z-index: 2; min-height: 720px; margin: 42px 3vw 42px 0; align-self: center; display: grid; grid-template-rows: auto 1fr auto auto; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: linear-gradient(145deg, rgba(230,0,18,.28), transparent 42%), #141414; box-shadow: 24px 24px 0 var(--blue); }
.temu-lp-visual::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(#000, transparent 78%); }
.temu-visual-head, .temu-visual-foot { position: relative; z-index: 1; min-height: 56px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.temu-visual-head b { color: #ff5060; font: 24px Georgia, serif; }
.temu-visual-core { position: relative; z-index: 1; padding: 55px 28px 30px; display: grid; grid-template-columns: 1fr auto; align-content: center; }
.temu-visual-core small { grid-column: 1 / 3; color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .25em; }
.temu-visual-core strong { margin-top: 8px; color: white; font: 800 clamp(130px, 17vw, 260px)/.75 Arial, sans-serif; letter-spacing: -.12em; text-shadow: 18px 18px 0 rgba(230,0,18,.8); }
.temu-visual-core p { margin: 18px 0 0; align-self: end; color: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; line-height: 2.2; letter-spacing: .2em; text-align: right; }
.temu-lp-visual ol { position: relative; z-index: 1; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.temu-lp-visual li { min-height: 112px; padding: 14px 12px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); }
.temu-lp-visual li:last-child { border-right: 0; }
.temu-lp-visual li span { color: #ff5261; font: 12px Georgia, serif; }
.temu-lp-visual li b { margin-top: auto; font-size: 8px; letter-spacing: .12em; }
.temu-lp-visual li small { margin-top: 6px; color: rgba(255,255,255,.48); font-size: 7px; line-height: 1.5; }
.temu-visual-foot { min-height: 54px; justify-content: flex-start; gap: 16px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
.temu-visual-foot i { color: #ff5261; font: 24px Georgia, serif; }

.temu-section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: start; }
.temu-section-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 74px); font-weight: 500; line-height: 1.35; letter-spacing: -.04em; }
.temu-section-head > p:last-child { max-width: 660px; margin: 12px 0 0; color: rgba(17,17,17,.65); font-size: 12px; line-height: 2.05; }
.temu-section-head.compact { grid-template-columns: .65fr 1fr 1fr; align-items: end; }
.temu-lp-concerns { padding: 135px 8vw; background: white; }
.temu-concern-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid #111; border-left: 1px solid rgba(17,17,17,.2); }
.temu-concern-grid article { min-height: 230px; padding: 24px 22px; display: flex; flex-direction: column; border-right: 1px solid rgba(17,17,17,.2); border-bottom: 1px solid rgba(17,17,17,.2); }
.temu-concern-grid span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.temu-concern-grid p { max-width: 320px; margin: auto 0 0; font-family: var(--serif); font-size: 18px; line-height: 1.75; }

.temu-lp-diagnostic { padding: 130px 8vw; background: #0b0b0b; color: white; }
.temu-lp-diagnostic .temu-section-head > p:last-child { color: rgba(255,255,255,.62); }
.temu-diagnostic-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid var(--blue); border-left: 1px solid rgba(255,255,255,.2); }
.temu-diagnostic-grid article { min-height: 275px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.temu-diagnostic-grid span { color: #ff5261; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.temu-diagnostic-grid h3 { margin: 55px 0 18px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.temu-diagnostic-grid p { margin: auto 0 0; color: rgba(255,255,255,.64); font-size: 10px; line-height: 2; }
.temu-diagnostic-result { padding: 24px; display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 18px; align-items: center; border: 1px solid rgba(255,255,255,.2); border-top: 0; }
.temu-diagnostic-result > strong { color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .12em; }
.temu-diagnostic-result p { margin: 0; display: flex; align-items: center; gap: 10px; font-size: 10px; }
.temu-diagnostic-result b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #ff5261; color: #ff5261; }
.temu-diagnostic-output { max-width: 900px; margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: 10px; line-height: 2; }
.temu-inline-cta { width: min(460px, 100%); margin-top: 32px; padding: 19px 20px; display: flex; justify-content: space-between; border: 1px solid white; background: white; color: #111; font-size: 10px; font-weight: 800; letter-spacing: .06em; transition: .2s ease; }
.temu-inline-cta:hover { background: var(--blue); color: white; }

.temu-lp-target { padding: 120px 8vw; display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; background: #f1f1ee; }
.temu-lp-target h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.7vw, 68px); font-weight: 500; line-height: 1.4; letter-spacing: -.04em; }
.temu-target-note { margin: 0 0 18px; padding: 17px 19px; display: flex; flex-wrap: wrap; gap: 8px 18px; border-left: 4px solid var(--blue); background: white; color: rgba(17,17,17,.75); font-size: 11px; line-height: 1.8; }
.temu-target-note strong { color: var(--blue); }
.temu-target-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid #111; border-left: 1px solid rgba(17,17,17,.2); }
.temu-target-grid article { min-height: 290px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid rgba(17,17,17,.2); border-bottom: 1px solid rgba(17,17,17,.2); background: white; }
.temu-target-grid span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.temu-target-grid h3 { margin: 55px 0 18px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.temu-target-grid p { margin: auto 0 0; color: rgba(17,17,17,.64); font-size: 10px; line-height: 2; }
.temu-target-grid .temu-target-scope { grid-column: 1 / 4; margin: 0; padding: 16px 18px; border-right: 1px solid rgba(17,17,17,.2); border-bottom: 1px solid rgba(17,17,17,.2); background: white; font-size: 9px; }
.temu-target-scope a { margin-left: 10px; color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.temu-lp-value { padding: 130px 8vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: radial-gradient(circle at 12% 18%, rgba(230,0,18,.27), transparent 33%), #0b0b0b; color: white; }
.temu-value-title h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5.4vw, 78px); font-weight: 500; line-height: 1.4; letter-spacing: -.045em; }
.temu-value-title h2 em { color: #ff3446; font-style: normal; }
.temu-value-copy { align-self: end; }
.temu-value-copy > p { margin: 0 0 22px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 2.2; }
.temu-value-copy > div { margin-top: 38px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.temu-value-copy span { min-height: 70px; padding: 12px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; letter-spacing: .2em; }

.temu-lp-support { padding: 140px 8vw; background: #f1f1ee; }
.temu-support-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid #111; border-left: 1px solid rgba(17,17,17,.2); }
.temu-support-grid article { position: relative; min-height: 430px; padding: 25px 24px 30px; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid rgba(17,17,17,.2); border-bottom: 1px solid rgba(17,17,17,.2); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.temu-support-grid article::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--blue); transform: scaleY(.2); transform-origin: top; transition: transform .25s ease; }
.temu-support-grid article:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 24px 44px rgba(0,0,0,.12); }
.temu-support-grid article:hover::before { transform: scaleY(1); }
.temu-support-grid article > div { display: flex; justify-content: space-between; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.temu-support-grid h3 { margin: 70px 0 22px; font-family: var(--serif); font-size: clamp(25px, 2.3vw, 35px); font-weight: 500; line-height: 1.45; letter-spacing: -.03em; }
.temu-support-grid p { margin: 0; color: rgba(17,17,17,.64); font-size: 11px; line-height: 2; }
.temu-support-grid ul { margin: auto 0 0; padding: 25px 0 0; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.temu-support-grid li { padding: 7px 9px; border: 1px solid rgba(17,17,17,.18); font-size: 8px; }

.temu-lp-record { padding: 95px 8vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: end; background: var(--blue); color: white; }
.temu-lp-record h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.5vw, 67px); font-weight: 500; letter-spacing: -.04em; }
.temu-lp-record > div:first-child > p:last-child { max-width: 470px; margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: 10px; line-height: 2; }
.temu-record-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 4px solid white; border-left: 1px solid rgba(255,255,255,.28); }
.temu-record-grid article { min-height: 225px; padding: 23px 22px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.temu-record-grid span { color: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.temu-record-grid strong { margin-top: auto; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.temu-record-grid b { margin-top: 12px; font-size: 10px; line-height: 1.9; letter-spacing: .06em; }

.temu-lp-readiness { padding: 135px 8vw; background: white; }
.temu-readiness-grid { margin-top: 78px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 4px solid #111; border-left: 1px solid rgba(17,17,17,.2); }
.temu-readiness-grid article { min-height: 270px; padding: 24px 21px 28px; display: flex; flex-direction: column; border-right: 1px solid rgba(17,17,17,.2); border-bottom: 1px solid rgba(17,17,17,.2); }
.temu-readiness-grid article > span { color: var(--blue); font: 15px Georgia, serif; }
.temu-readiness-grid h3 { margin: 55px 0 18px; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.45; }
.temu-readiness-grid p { margin: auto 0 0; color: rgba(17,17,17,.64); font-size: 10px; line-height: 2; }
.temu-deliverables { margin-top: 28px; padding: 34px; display: grid; grid-template-columns: .65fr 1.35fr .8fr; gap: 4vw; align-items: center; background: #111; color: white; }
.temu-deliverables span { color: #ff5261; font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.temu-deliverables h3 { margin: 12px 0 0; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.temu-deliverables ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; list-style: none; }
.temu-deliverables li { padding: 13px 14px; border: 1px solid rgba(255,255,255,.24); font-size: 9px; }
.temu-deliverables p { margin: 0; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.9; }

.temu-lp-responsibility { padding: 130px 8vw; background: #0b0b0b; color: white; }
.temu-lp-responsibility .temu-section-head > p:last-child { color: rgba(255,255,255,.62); }
.temu-responsibility-grid { margin-top: 75px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid var(--blue); border-left: 1px solid rgba(255,255,255,.2); }
.temu-responsibility-grid article { min-height: 310px; padding: 25px 24px 30px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.temu-responsibility-grid span { color: #ff5261; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.temu-responsibility-grid h3 { margin: 72px 0 20px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.temu-responsibility-grid p { margin: auto 0 0; color: rgba(255,255,255,.64); font-size: 10px; line-height: 2; }

.temu-lp-strength { padding: 130px 8vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: var(--blue); color: white; }
.temu-lp-strength h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 72px); font-weight: 500; line-height: 1.42; letter-spacing: -.04em; }
.temu-strength-list { border-top: 4px solid white; }
.temu-strength-list article { padding: 28px 0; display: grid; grid-template-columns: 50px 1fr; gap: 10px 20px; border-bottom: 1px solid rgba(255,255,255,.3); }
.temu-strength-list span { color: rgba(255,255,255,.6); font: 16px Georgia, serif; }
.temu-strength-list h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.temu-strength-list p { grid-column: 2; margin: 0; color: rgba(255,255,255,.7); font-size: 11px; line-height: 2; }

.temu-lp-channels { padding: 120px 8vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; background: white; }
.temu-lp-channels h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 72px); font-weight: 500; line-height: 1.4; letter-spacing: -.04em; }
.temu-lp-channels > div > p:last-child { max-width: 500px; margin: 28px 0 0; color: rgba(17,17,17,.64); font-size: 11px; line-height: 2; }
.temu-lp-channels ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 4px solid #111; border-left: 1px solid rgba(17,17,17,.2); list-style: none; }
.temu-lp-channels li { min-height: 120px; padding: 18px; display: flex; flex-direction: column; border-right: 1px solid rgba(17,17,17,.2); border-bottom: 1px solid rgba(17,17,17,.2); }
.temu-lp-channels li span { color: var(--blue); font: 13px Georgia, serif; }
.temu-lp-channels li strong { margin-top: auto; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.temu-lp-channels li p { margin: 12px 0 0; color: rgba(17,17,17,.67); font-size: 11px; line-height: 1.7; }
.temu-lp-channels li a { width: max-content; margin-top: 13px; color: var(--blue); font-size: 10px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.temu-lp-channels li:first-child { grid-column: 1 / 3; background: var(--blue); color: white; }
.temu-lp-channels li:first-child span { color: white; }
.temu-lp-channels li:first-child p, .temu-lp-channels li:first-child a { color: white; }

.temu-lp-pricing { padding: 135px 8vw; background: #0b0b0b; color: white; }
.temu-lp-pricing .temu-section-head > p:last-child { color: rgba(255,255,255,.62); }
.temu-pricing-lead { margin: 35px 0 0; padding: 16px 18px; border-left: 4px solid #ff5261; background: rgba(255,255,255,.08); color: white; font-size: 11px; font-weight: 700; }
.temu-price-grid { margin-top: 32px; display: grid; grid-template-columns: 1.4fr .6fr; border-top: 4px solid var(--blue); border-left: 1px solid rgba(255,255,255,.22); }
.temu-price-grid article { min-height: 320px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.temu-price-grid span { color: #ff5261; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.temu-price-grid h3 { margin: 34px 0; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.performance-plan > div { margin-top: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.2); }
.performance-plan > div > p { min-height: 150px; margin: 0; padding: 17px; display: flex; flex-direction: column; background: #0b0b0b; color: rgba(255,255,255,.62); font-size: 9px; }
.performance-plan strong { margin-top: auto; color: white; font-family: Arial, sans-serif; font-size: clamp(46px, 5.7vw, 86px); line-height: .85; letter-spacing: -.07em; }
.performance-plan strong small { margin-left: 5px; font-family: var(--serif); font-size: 15px; font-weight: 500; letter-spacing: 0; }
.performance-plan em { margin-top: 10px; color: rgba(255,255,255,.48); font-size: 7px; font-style: normal; letter-spacing: .1em; }
.custom-plan > p { margin: auto 0 0; color: rgba(255,255,255,.64); font-size: 10px; line-height: 2.1; }
.temu-price-caution { padding: 28px; border: 1px solid rgba(255,255,255,.22); border-top: 0; }
.temu-price-caution > strong { color: #ff5261; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.temu-price-caution > p { max-width: 980px; margin: 14px 0 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 2; }
.temu-price-caution ul { margin: 20px 0 0; padding: 18px 0 0 18px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.52); font-size: 8px; line-height: 2; }
.temu-lp-pricing .light-button { background: white; color: #111; }

.temu-lp-flow { padding: 130px 8vw; background: #0b0b0b; color: white; }
.temu-lp-flow .temu-section-head > p:last-child { color: rgba(255,255,255,.6); }
.temu-lp-flow ol { margin: 75px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 4px solid var(--blue); list-style: none; }
.temu-lp-flow li { min-height: 270px; padding: 22px 18px 26px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.temu-lp-flow li:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.temu-lp-flow li > span { color: #ff5261; font: 18px Georgia, serif; }
.temu-lp-flow li > div { margin-top: auto; }
.temu-lp-flow h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.temu-lp-flow li p { margin: 0; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.9; }

.temu-lp-faq { padding: 140px 8vw; display: grid; grid-template-columns: .6fr 1.4fr; gap: 8vw; background: white; }
.temu-lp-faq .temu-section-head { display: block; }
.temu-lp-faq > div:last-child { border-top: 4px solid #111; }
.temu-lp-faq details { border-bottom: 1px solid rgba(17,17,17,.2); }
.temu-lp-faq summary { min-height: 90px; padding: 23px 4px; display: grid; grid-template-columns: 52px 1fr 24px; align-items: center; gap: 12px; cursor: pointer; font-family: var(--serif); font-size: 16px; line-height: 1.6; list-style: none; }
.temu-lp-faq summary::-webkit-details-marker { display: none; }
.temu-lp-faq summary span { color: var(--blue); font: 13px Georgia, serif; }
.temu-lp-faq summary b { color: var(--blue); font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.temu-lp-faq details[open] summary b { transform: rotate(45deg); }
.temu-lp-faq details p { margin: 0; padding: 0 42px 28px 68px; color: rgba(17,17,17,.65); font-size: 11px; line-height: 2.1; }
.temu-lp-disclaimer { padding: 27px 8vw; display: grid; grid-template-columns: .45fr 1.55fr; gap: 5vw; border-top: 1px solid rgba(230,0,18,.25); border-bottom: 1px solid rgba(230,0,18,.25); background: #fff0f1; }
.temu-lp-disclaimer span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.temu-lp-disclaimer p { max-width: 920px; margin: 0; color: rgba(17,17,17,.67); font-size: 10px; line-height: 1.9; }

.temu-lp-cta { position: relative; padding: 110px 8vw; overflow: hidden; background: var(--blue); color: white; }
.temu-lp-cta::after { content: "TEMU"; position: absolute; right: -2vw; bottom: -3vw; color: rgba(255,255,255,.1); font: 800 clamp(100px, 21vw, 330px)/.75 Arial, sans-serif; letter-spacing: -.1em; }
.temu-lp-cta > * { position: relative; z-index: 1; }
.temu-lp-cta > div { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; }
.temu-lp-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 72px); font-weight: 500; line-height: 1.35; letter-spacing: -.04em; }
.temu-lp-cta h2 em { color: #210004; font-style: normal; }
.temu-lp-cta p { margin: 0 0 27px; color: rgba(255,255,255,.75); font-size: 11px; line-height: 2; }
.temu-lp-cta .temu-cta-check { margin: 0 0 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.35); color: white; }
.temu-lp-cta a { padding: 19px 20px; display: flex; justify-content: space-between; border: 1px solid white; background: white; color: #111; font-size: 10px; font-weight: 800; letter-spacing: .06em; transition: .2s ease; }
.temu-lp-cta a:hover { background: #111; color: white; }
.temu-mobile-cta { display: none; }

/* TEMU LP readability */
.temu-lp-kicker strong { font-size: 12px; }
.temu-lp-kicker small { font-size: 10px; }
.temu-lp-price-lead { font-size: 12px; line-height: 1.7; }
.temu-lp-lead { font-size: 15px; }
.temu-lp-actions a, .temu-inline-cta, .temu-lp-cta a { font-size: 12px; }
.temu-lp-note { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.8; }
.temu-lp-price-note { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.8; }
.temu-section-head > p:last-child { font-size: 14px; }
.temu-diagnostic-grid p, .temu-target-grid p, .temu-readiness-grid p, .temu-responsibility-grid p, .temu-strength-list p, .temu-lp-channels > div > p:last-child, .temu-lp-channels li p, .custom-plan > p { font-size: 13px; }
.temu-diagnostic-result p, .temu-diagnostic-output { font-size: 13px; }
.temu-target-note { font-size: 13px; }
.temu-target-grid .temu-target-scope { font-size: 12px; }
.temu-value-copy > p { color: rgba(255,255,255,.78); font-size: 14px; }
.temu-support-grid p { color: rgba(17,17,17,.76); font-size: 13px; }
.temu-support-grid li { font-size: 11px; }
.temu-lp-record > div:first-child > p:last-child, .temu-record-grid b { font-size: 12px; }
.temu-deliverables li { font-size: 11px; }
.temu-deliverables p { font-size: 12px; }
.temu-price-grid span { font-size: 10px; }
.performance-plan > div > p { font-size: 12px; }
.temu-price-caution > p { color: rgba(255,255,255,.78); font-size: 13px; }
.temu-price-caution ul { color: rgba(255,255,255,.7); font-size: 12px; }
.temu-lp-flow li p { color: rgba(255,255,255,.72); font-size: 12px; }
.temu-lp-faq details p { color: rgba(17,17,17,.76); font-size: 14px; }
.temu-lp-disclaimer p { color: rgba(17,17,17,.76); font-size: 12px; }
.temu-lp-cta p { font-size: 14px; }
.temu-lp-cta .temu-cta-check { font-size: 13px; }

@media (min-width: 901px) and (max-height: 850px) {
  .temu-lp-hero { min-height: 720px; }
  .temu-lp-copy { padding-top: 42px; padding-bottom: 36px; justify-content: flex-start; }
  .temu-lp-breadcrumb { top: 18px; }
  .temu-lp-kicker { margin-bottom: 10px; }
  .temu-lp-price-lead { margin: 10px 0 9px; padding: 8px 11px; font-size: 10px; }
  .temu-lp-copy h1 { font-size: clamp(50px, 4.8vw, 64px); line-height: 1.08; }
  .temu-lp-copy h1 > small { margin-bottom: 8px; font-size: 11px; }
  .temu-lp-lead { margin-top: 17px; font-size: 12px; line-height: 1.75; }
  .temu-lp-actions { margin-top: 17px; }
  .temu-lp-actions a { padding-top: 14px; padding-bottom: 14px; }
  .temu-lp-note { margin-top: 9px; font-size: 10px; line-height: 1.55; }
  .temu-lp-price-note { margin-top: 6px; font-size: 9px; line-height: 1.55; }
  .temu-lp-visual { min-height: 610px; margin-top: 26px; margin-bottom: 26px; }
}

.temu-lp-about { padding: 125px 8vw; background: #f1f1ee; }
.temu-about-intro { display: grid; grid-template-columns: .55fr .75fr 1.2fr; gap: 5vw; align-items: start; }
.temu-about-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 72px); font-weight: 500; line-height: 1.25; letter-spacing: -.04em; }
.temu-about-intro > div p { margin: 0; color: rgba(17,17,17,.76); font-size: 15px; line-height: 2; }
.temu-about-intro a, .temu-about-source a { width: max-content; margin-top: 22px; display: inline-block; color: var(--blue); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.temu-about-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid #111; border-left: 1px solid rgba(17,17,17,.18); }
.temu-about-grid article { min-height: 280px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid rgba(17,17,17,.18); border-bottom: 1px solid rgba(17,17,17,.18); }
.temu-about-grid span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.temu-about-grid h3 { margin: auto 0 18px; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.temu-about-grid p { margin: 0; color: rgba(17,17,17,.72); font-size: 13px; line-height: 1.9; }
.temu-about-source { padding: 24px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; border: 1px solid rgba(17,17,17,.18); border-top: 0; background: rgba(255,255,255,.62); }
.temu-about-source p { margin: 0; color: rgba(17,17,17,.68); font-size: 12px; line-height: 1.8; }
.temu-about-source a { margin-top: 0; }

.temu-lp-tradeoffs { padding: 130px 8vw; background: white; }
.temu-tradeoff-grid { margin-top: 72px; display: grid; grid-template-columns: 1fr 1fr; border-top: 4px solid #111; border-left: 1px solid rgba(17,17,17,.18); }
.temu-tradeoff-grid article { padding: 28px; border-right: 1px solid rgba(17,17,17,.18); border-bottom: 1px solid rgba(17,17,17,.18); }
.temu-tradeoff-grid article > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.temu-tradeoff-grid article.is-risk > span { color: #b00014; }
.temu-tradeoff-grid h3 { margin: 50px 0 34px; font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); font-weight: 500; }
.temu-tradeoff-grid ul { margin: 0; padding: 0; list-style: none; }
.temu-tradeoff-grid li { padding: 20px 0; border-top: 1px solid rgba(17,17,17,.14); }
.temu-tradeoff-grid li strong { font-size: 14px; }
.temu-tradeoff-grid li p { margin: 8px 0 0; color: rgba(17,17,17,.66); font-size: 12px; line-height: 1.9; }
.temu-tradeoff-note { padding: 24px 28px; display: grid; grid-template-columns: .45fr 1.25fr auto; gap: 28px; align-items: center; border: 1px solid rgba(17,17,17,.18); border-top: 0; background: #f1f1ee; }
.temu-tradeoff-note strong { color: var(--blue); font-size: 11px; letter-spacing: .08em; }
.temu-tradeoff-note p { margin: 0; color: rgba(17,17,17,.68); font-size: 11px; line-height: 1.8; }
.temu-tradeoff-note a { padding: 16px 18px; display: flex; gap: 22px; justify-content: space-between; background: #111; color: white; font-size: 10px; font-weight: 800; white-space: nowrap; }

@media (max-width: 900px) {
  .temu-lp-hero { min-height: 0; padding-top: 70px; display: block; }
  .temu-lp-grid { inset: 70px 0 0; background-size: 44px 44px; mask-image: linear-gradient(#000, transparent 60%); }
  .temu-lp-copy { padding: 92px 24px 68px; }
  .temu-lp-breadcrumb { top: 24px; left: 24px; }
  .temu-lp-kicker::before { width: 25px; margin-right: 10px; }
  .temu-lp-kicker strong { font-size: 11px; }
  .temu-lp-kicker small { margin: 9px 0 0 39px; display: block; font-size: 9px; }
  .temu-lp-price-lead { margin-top: 25px; font-size: 12px; line-height: 1.7; }
  .temu-lp-copy h1 { font-size: clamp(48px, 14.5vw, 72px); }
  .temu-lp-copy h1 > small { margin-bottom: 14px; font-size: 12px; }
  .temu-hero-break-mobile { display: block; }
  .temu-lp-lead { font-size: 14px; }
  .temu-lp-actions { display: grid; }
  .temu-lp-actions a { width: 100%; min-width: 0; }
  .temu-lp-visual { min-height: 610px; margin: 0 20px 58px; box-shadow: 12px 14px 0 var(--blue); }
  .temu-visual-core { padding: 42px 22px 25px; }
  .temu-visual-core strong { font-size: clamp(140px, 46vw, 220px); }
  .temu-lp-visual ol { grid-template-columns: repeat(2, 1fr); }
  .temu-lp-visual li:nth-child(2) { border-right: 0; }
  .temu-lp-visual li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .temu-section-head, .temu-section-head.compact { grid-template-columns: 1fr; gap: 20px; }
  .temu-section-head h2 { font-size: clamp(42px, 12vw, 60px); }
  .temu-lp-concerns, .temu-lp-support, .temu-lp-readiness { padding: 88px 24px; }
  .temu-lp-about { padding: 88px 24px; }
  .temu-lp-tradeoffs { padding: 88px 24px; }
  .temu-about-intro { grid-template-columns: 1fr; gap: 20px; }
  .temu-about-intro h2 { font-size: clamp(42px, 12vw, 60px); }
  .temu-about-grid { margin-top: 50px; grid-template-columns: 1fr; border-top-width: 3px; }
  .temu-about-grid article { min-height: 220px; }
  .temu-about-source { grid-template-columns: 1fr; gap: 0; }
  .temu-tradeoff-grid { margin-top: 50px; grid-template-columns: 1fr; border-top-width: 3px; }
  .temu-tradeoff-grid h3 { margin-top: 36px; }
  .temu-tradeoff-note { grid-template-columns: 1fr; gap: 16px; }
  .temu-tradeoff-note a { white-space: normal; }
  .temu-concern-grid, .temu-support-grid, .temu-readiness-grid { margin-top: 50px; grid-template-columns: 1fr; border-top-width: 3px; }
  .temu-concern-grid article { min-height: 145px; }
  .temu-lp-diagnostic, .temu-lp-pricing { padding: 88px 24px; }
  .temu-diagnostic-grid, .temu-price-grid { margin-top: 50px; grid-template-columns: 1fr; border-top-width: 3px; }
  .temu-diagnostic-grid article, .temu-price-grid article { min-height: 220px; }
  .temu-diagnostic-result { grid-template-columns: 1fr; }
  .temu-lp-target { padding: 88px 24px; grid-template-columns: 1fr; gap: 50px; }
  .temu-lp-target h2 { font-size: clamp(42px, 12vw, 60px); }
  .temu-target-grid { grid-template-columns: 1fr; border-top-width: 3px; }
  .temu-target-grid article { min-height: 215px; }
  .temu-target-grid .temu-target-scope { grid-column: auto; }
  .temu-target-scope a { margin: 8px 0 0; display: block; }
  .temu-lp-value, .temu-lp-strength { padding: 95px 24px; grid-template-columns: 1fr; gap: 60px; }
  .temu-value-title h2, .temu-lp-strength h2 { font-size: clamp(42px, 12vw, 60px); }
  .temu-support-grid article { min-height: 310px; }
  .temu-support-grid h3 { margin-top: 45px; }
  .temu-support-grid article:hover { transform: none; }
  .temu-lp-record { padding: 78px 24px; grid-template-columns: 1fr; gap: 45px; }
  .temu-record-grid { grid-template-columns: 1fr; border-top-width: 3px; }
  .temu-record-grid article { min-height: 170px; }
  .temu-readiness-grid article { min-height: 205px; border-left: 0; }
  .temu-readiness-grid h3 { margin-top: 38px; }
  .temu-deliverables { padding: 28px 22px; grid-template-columns: 1fr; gap: 26px; }
  .temu-deliverables ul { grid-template-columns: 1fr; }
  .temu-lp-responsibility { padding: 88px 24px; }
  .temu-responsibility-grid { margin-top: 50px; grid-template-columns: 1fr; border-top-width: 3px; }
  .temu-responsibility-grid article { min-height: 225px; }
  .temu-responsibility-grid h3 { margin-top: 42px; }
  .temu-lp-channels { padding: 88px 24px; grid-template-columns: 1fr; gap: 50px; }
  .temu-lp-channels h2 { font-size: clamp(42px, 12vw, 60px); }
  .temu-lp-channels ol { grid-template-columns: 1fr; border-top-width: 3px; }
  .temu-lp-channels li:first-child { grid-column: auto; }
  .temu-pricing-lead { line-height: 1.8; }
  .performance-plan > div { grid-template-columns: 1fr; }
  .performance-plan > div > p { min-height: 130px; }
  .temu-mobile-cta { position: fixed; z-index: 60; right: 12px; bottom: 12px; left: 12px; padding: 16px 18px; display: flex; justify-content: space-between; box-shadow: 0 10px 30px rgba(0,0,0,.28); background: var(--blue); color: white; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
  .temu-lp-flow { padding: 95px 24px; }
  .temu-lp-flow ol { margin-top: 55px; grid-template-columns: 1fr; border-top-width: 3px; }
  .temu-lp-flow li { min-height: 155px; border-left: 1px solid rgba(255,255,255,.2); }
  .temu-lp-faq { padding: 95px 24px; grid-template-columns: 1fr; gap: 55px; }
  .temu-lp-faq > div:last-child { border-top-width: 3px; }
  .temu-lp-faq summary { grid-template-columns: 42px 1fr 20px; font-size: 14px; }
  .temu-lp-faq details p { padding-left: 54px; }
  .temu-lp-disclaimer { padding: 25px 24px; grid-template-columns: 1fr; gap: 12px; }
  .temu-lp-cta { padding: 90px 24px; }
  .temu-lp-cta > div { grid-template-columns: 1fr; gap: 45px; }
  .temu-lp-cta::after { font-size: 110px; }
}


/* WordPress and Contact Form 7 integration */
body.admin-bar .site-header { top: 32px; }
.nexbiz-cf7, .nexbiz-cf7 .wpcf7 { width: 100%; }
.nexbiz-cf7 .wpcf7-form { display: flex; flex-direction: column; gap: 36px; }
.nexbiz-cf7 .wpcf7-form-control-wrap { display: block; margin: 0 !important; color: inherit !important; font-size: inherit !important; }
.nexbiz-cf7 .wpcf7-not-valid-tip { margin-top: 8px; color: #c00012; font-size: 11px; font-weight: 600; letter-spacing: 0; }
.nexbiz-cf7 .wpcf7-response-output { margin: 0 !important; padding: 18px 20px !important; border: 1px solid var(--blue) !important; font-size: 12px; line-height: 1.8; }
.nexbiz-cf7 .topic-grid .wpcf7-form-control { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.nexbiz-cf7 .topic-grid .wpcf7-list-item { margin: 0; }
.nexbiz-cf7 .topic-grid .wpcf7-list-item label { min-height: 52px; padding: 12px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: var(--paper); font-size: 10px; font-weight: 500; line-height: 1.6; letter-spacing: .02em; cursor: pointer; }
.nexbiz-cf7 .topic-grid .wpcf7-list-item input { flex: 0 0 auto; }
.nexbiz-cf7 .topic-grid .wpcf7-list-item-label { margin: 0 !important; color: var(--ink) !important; font-size: inherit !important; }
.nexbiz-cf7 .privacy-consent .wpcf7-form-control-wrap, .nexbiz-cf7 .privacy-consent .wpcf7-acceptance, .nexbiz-cf7 .privacy-consent .wpcf7-list-item { display: contents; }
.nexbiz-cf7 .privacy-consent .wpcf7-list-item-label { margin: 0 !important; color: var(--ink) !important; font-size: 11px !important; }
.nexbiz-cf7 .contact-submit { width: 100%; padding: 23px 25px; border: 0; border-radius: 0; background: var(--ink); color: white; font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .1em; cursor: pointer; transition: background .2s ease; }
.nexbiz-cf7 .contact-submit:hover { background: var(--blue); }
.nexbiz-cf7 .wpcf7-spinner { margin: -24px 0 0; }
.nexbiz-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.nexbiz-form-note { margin: -18px 0 0; color: rgba(16,35,63,.6); font-size: 10px; line-height: 1.8; }
.temu-diagnosis-fields { padding: 26px; display: flex; flex-direction: column; gap: 24px; border: 2px solid var(--blue); background: #f6f6f2; }
.temu-diagnosis-fields[hidden] { display: none !important; }
.temu-diagnosis-fields > h3 { margin: 0; color: var(--blue); font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); font-weight: 500; }
.temu-fields-intro { margin: -12px 0 0; color: rgba(16,35,63,.72); font-size: 11px; line-height: 1.8; }
.temu-channel-field { margin: 0; padding: 0; border: 0; }
.temu-channel-field legend { margin-bottom: 12px; }
.nexbiz-error-page { min-height: 74vh; padding: 210px 8vw 120px; display: grid; place-content: center; text-align: center; }
.nexbiz-error-page span { color: var(--blue); font-family: Georgia, serif; font-size: 18px; letter-spacing: .18em; }
.nexbiz-error-page h1 { margin: 25px 0; font-family: var(--serif); font-size: clamp(52px, 8vw, 100px); font-weight: 500; }
.nexbiz-error-page p { margin: 0 0 35px; font-size: 13px; line-height: 2; }
.nexbiz-error-page a { display: inline-flex; justify-content: space-between; gap: 50px; padding: 16px 20px; border: 1px solid var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 700px) { .nexbiz-cf7 .topic-grid .wpcf7-form-control { grid-template-columns: 1fr; } .temu-diagnosis-fields { padding: 20px; } }
