:root {
  --navy-950: #061629;
  --navy-900: #071b33;
  --navy-800: #0d2948;
  --navy-700: #163b61;
  --ink: #10243a;
  --muted: #52677c;
  --line: #dce4eb;
  --soft: #f3f6f8;
  --white: #ffffff;
  --orange: #f27422;
  --orange-bright: #ff8a2a;
  --orange-soft: #fff0e5;
  --shell: 1180px;
  --shadow: 0 28px 70px rgba(1, 18, 35, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  overflow-x: hidden;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 10px 14px; color: var(--white); background: var(--orange); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,27,51,.92); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font-size: 1.08rem; font-weight: 800; letter-spacing: .16em; text-decoration: none; }
.brand-logo { width: 48px; height: 48px; display: block; object-fit: cover; border: 1px solid rgba(255,255,255,.18); background: var(--white); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #e9f0f7; font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-cta):hover, .site-nav a:not(.nav-cta):focus-visible { color: var(--orange-bright); }
.site-nav a[aria-current="page"] { color: var(--orange-bright); }
.nav-cta { padding: 9px 18px; color: var(--navy-950) !important; background: var(--orange-bright); }
.menu-button { display: none; }

.hero { position: relative; isolation: isolate; min-height: 720px; display: grid; align-items: center; padding: 142px 0 86px; color: var(--white); background: linear-gradient(90deg, rgba(6,22,41,.92) 0%, rgba(6,22,41,.8) 42%, rgba(6,22,41,.48) 68%, rgba(6,22,41,.28) 100%), url("assets/fv.jpg") center center / cover no-repeat; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(6,22,41,.08), rgba(6,22,41,.18)); }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(50px, 7vw, 94px); align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--orange-bright); font-size: .73rem; font-weight: 800; letter-spacing: .18em; }
.role { margin: 0 0 22px; color: #c7d4e0; font-size: 1.05rem; font-weight: 700; }
.hero h1 { margin: 0; max-width: 710px; font-size: clamp(2rem, 4.05vw, 3.65rem); line-height: 1.38; letter-spacing: -.025em; }
.hero h1 em { color: var(--orange-bright); font-style: normal; }
.hero-lead { max-width: 690px; margin: 26px 0 0; color: #c2d0dd; font-size: 1.02rem; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid transparent; font-size: .93rem; font-weight: 800; text-decoration: none; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--orange-bright); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.34); }
.button:focus-visible, .site-nav a:focus-visible, .brand:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }

.hero-panel { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.16); background: rgba(8,37,65,.78); box-shadow: var(--shadow); }
.hero-panel::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--orange-bright); }
.panel-heading, .panel-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #c6d4df; font-size: .76rem; font-weight: 700; letter-spacing: .06em; }
.availability { display: inline-flex; align-items: center; gap: 7px; }
.availability i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange-bright); box-shadow: 0 0 0 4px rgba(255,138,42,.12); }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; margin: 22px 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.stat { min-height: 142px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.stat strong { display: block; color: var(--white); font-size: 1.5rem; line-height: 1.1; }
.stat strong span { color: var(--orange-bright); font-family: Georgia, "Times New Roman", serif; font-size: 3.25rem; font-weight: 400; }
.stat-amount strong { white-space: nowrap; font-size: 1rem; }
.stat-amount strong span { font-size: clamp(2.05rem,3.1vw,2.8rem); }
.stat small { color: #bac9d6; font-size: .77rem; line-height: 1.45; }
.stat-wide { min-height: 112px; grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 20px; }
.stat-wide small { text-align: right; }
.panel-footer { align-items: flex-start; }
.panel-footer span { position: relative; padding-left: 14px; }
.panel-footer span::before { content: ""; position: absolute; top: .65em; left: 0; width: 5px; height: 5px; background: var(--orange-bright); }

.intro-strip { color: var(--white); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.08); }
.strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.strip-grid p { margin: 0; padding: 24px 22px; border-right: 1px solid rgba(255,255,255,.1); font-size: .84rem; font-weight: 700; }
.strip-grid p:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.strip-grid span { margin-right: 10px; color: var(--orange-bright); font-family: Georgia, serif; }

.section { padding: 104px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 670px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(2rem, 3vw, 2.85rem); line-height: 1.3; }
.section-heading > p:last-child { margin: 15px 0 0; color: var(--muted); }
.section-heading-light h2 { color: var(--white); }
.section-heading-light > p:last-child { color: #b8c8d6; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.split-heading .section-heading { margin-bottom: 0; }
.heading-note { max-width: 470px; margin: 0 0 7px; color: var(--muted); }

.section-intro-feature { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); grid-template-areas: "heading visual" "copy visual"; gap: 18px clamp(40px,6vw,82px); align-items: center; margin-bottom: 48px; }
.section-intro-heading { grid-area: heading; align-self: end; }
.section-intro-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(2rem,3vw,2.85rem); line-height: 1.3; }
.section-intro-copy { grid-area: copy; align-self: start; }
.section-intro-copy p { margin: 0; color: var(--muted); }
.section-intro-copy .feature-note { margin-top: 12px; color: var(--navy-700); font-size: .86rem; font-weight: 700; }
.content-visual { aspect-ratio: 16 / 9; align-self: center; margin: 0; overflow: hidden; border: 1px solid rgba(13,41,72,.12); border-radius: 10px; background: var(--soft); box-shadow: 0 10px 26px rgba(7,27,51,.06); }
.content-visual img { width: 100%; height: 100%; display: block; object-fit: contain; }
.section-intro-visual { grid-area: visual; }

.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.media-card { padding: 30px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 30px rgba(13,41,72,.045); }
.media-card-featured { grid-column: 1 / -1; border-top: 4px solid var(--orange); }
.media-card header { display: flex; align-items: center; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.media-card header > div { min-width: 0; flex: 1; }
.media-logo { width: auto; max-width: 130px; height: 46px; margin-left: auto; object-fit: contain; object-position: center; }
.media-logo-tall { height: 52px; }
.card-index { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; color: var(--orange); border: 1px solid var(--line); font-family: Georgia, serif; }
.media-card header p { margin: 0; color: var(--orange); font-size: .65rem; font-weight: 900; letter-spacing: .16em; }
.media-card h3 { margin: 2px 0 0; color: var(--navy-900); font-size: 1.45rem; line-height: 1.3; }
.check-list, .tool-list { margin: 22px 0 0; padding: 0; list-style: none; }
.two-column-list { columns: 2; column-gap: 28px; }
.check-list li { position: relative; break-inside: avoid; margin: 10px 0; padding-left: 20px; color: #3f566d; font-size: .91rem; line-height: 1.55; }
.check-list li::before { content: ""; position: absolute; top: .63em; left: 0; width: 7px; height: 7px; border: 2px solid var(--orange); }
.tool-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tool-list li { padding: 6px 11px; color: var(--navy-700); border: 1px solid #ccd8e2; background: #f9fbfc; font-size: .82rem; font-weight: 700; }
.media-card-tools { background: linear-gradient(145deg, #fff, #f7fafc); }
.media-card-wide { grid-column: 1 / -1; }

.industries { padding-block: 92px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.tag-cloud span { padding: 10px 16px; color: var(--navy-800); border: 1px solid #cdd9e3; background: var(--white); font-size: .9rem; font-weight: 700; }
.tag-cloud span:nth-child(4n+1) { border-color: #f2b88e; background: var(--orange-soft); }

.services { position: relative; isolation: isolate; color: var(--white); background: var(--navy-900); overflow: hidden; }
.services::after { content: "S"; position: absolute; z-index: -1; right: -3vw; bottom: -260px; color: rgba(255,255,255,.023); font-family: Georgia, serif; font-size: 48rem; line-height: 1; }
.service-features { border-top: 1px solid rgba(255,255,255,.16); }
.service-feature { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: 14px clamp(40px,6vw,82px); align-items: center; padding: 46px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.service-feature.visual-left { grid-template-areas: "visual heading" "visual body"; }
.service-feature.visual-right { grid-template-areas: "heading visual" "body visual"; }
.service-feature-heading { grid-area: heading; align-self: end; }
.service-feature-heading span { display: block; color: var(--orange-bright); font-family: Georgia,serif; font-size: .78rem; letter-spacing: .1em; }
.service-feature-heading h3 { margin: 7px 0 0; color: var(--white); font-size: clamp(1.65rem,2.4vw,2.2rem); line-height: 1.35; }
.service-feature-visual { grid-area: visual; border-color: rgba(255,255,255,.13); background: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.13); }
.service-feature-body { grid-area: body; align-self: start; }
.service-feature-body > p { margin: 0 0 18px; color: #c9d5df; font-size: .92rem; }
.service-feature-body ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.service-feature-body li { position: relative; padding-left: 15px; color: #d5e0e8; font-size: .84rem; line-height: 1.65; }
.service-feature-body li::before { content: ""; position: absolute; top: .72em; left: 0; width: 5px; height: 5px; background: var(--orange-bright); }
.scope-note { display: grid; grid-template-columns: 240px 1fr; gap: 28px; align-items: center; margin-top: 26px; padding: 24px 28px; border-left: 4px solid var(--orange-bright); background: rgba(255,255,255,.07); }
.scope-note strong { color: var(--orange-bright); font-size: .9rem; }
.scope-note p { margin: 0; color: #d2dde6; font-size: .9rem; }

.dashboard-work { scroll-margin-top: 74px; background: var(--soft); }
.dashboard-work-heading { display: grid; grid-template-columns: minmax(0,.9fr) minmax(380px,1.1fr); gap: clamp(45px,8vw,105px); align-items: end; margin-bottom: 44px; }
.dashboard-work-heading .section-heading { margin: 0; }
.dashboard-work-intro { padding-bottom: 5px; }
.dashboard-category { display: inline-flex; margin: 0 0 14px; padding: 7px 11px; color: var(--navy-800); border: 1px solid #bdcedd; background: var(--white); font-size: .76rem; font-weight: 800; }
.dashboard-subtitle { margin: 0; color: var(--navy-700); font-size: clamp(1.08rem,1.8vw,1.35rem); font-weight: 800; line-height: 1.65; }
.dashboard-showcase { margin: 0; }
.dashboard-preview { position: relative; width: 100%; display: block; padding: 0; overflow: hidden; color: inherit; border: 1px solid #cad6e1; border-radius: 10px; background: var(--white); box-shadow: 0 24px 60px rgba(7,27,51,.15); cursor: zoom-in; text-align: left; }
.dashboard-preview::after { content: ""; position: absolute; inset: 36px 0 0; background: rgba(6,22,41,0); transition: background-color .18s ease; pointer-events: none; }
.dashboard-preview:hover::after { background: rgba(6,22,41,.08); }
.dashboard-preview:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.dashboard-browser-bar { height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 13px; border-bottom: 1px solid #d9e2e9; background: #f8fafb; }
.dashboard-browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c7d2dc; }
.dashboard-browser-bar i:first-child { background: var(--orange); }
.dashboard-browser-bar b { margin-left: 8px; color: #6b7d8d; font-size: .66rem; font-weight: 700; letter-spacing: .04em; }
.dashboard-preview img { width: 100%; height: auto; display: block; }
.dashboard-zoom-hint { position: absolute; z-index: 2; right: 16px; bottom: 16px; padding: 8px 12px; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 4px; background: rgba(7,27,51,.9); font-size: .76rem; font-weight: 800; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.dashboard-showcase figcaption { margin-top: 13px; color: #687b8c; font-size: .74rem; line-height: 1.65; }
.dashboard-work-details { display: grid; grid-template-columns: minmax(0,1.28fr) minmax(310px,.72fr); gap: clamp(35px,6vw,75px); align-items: start; margin-top: 40px; }
.dashboard-description p { margin: 0 0 14px; color: #435a70; }
.dashboard-description p:first-child { color: var(--navy-800); font-size: 1.05rem; font-weight: 700; }
.dashboard-capabilities { padding: 24px 26px; border-left: 4px solid var(--orange); background: var(--navy-800); }
.dashboard-capabilities > p { margin: 0 0 15px; color: var(--white); font-size: .9rem; font-weight: 800; }
.dashboard-capabilities ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.dashboard-capabilities li { position: relative; padding-left: 15px; color: #d5e0e8; font-size: .82rem; line-height: 1.55; }
.dashboard-capabilities li::before { content: ""; position: absolute; top: .62em; left: 0; width: 5px; height: 5px; background: var(--orange-bright); }
.dashboard-skill-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.dashboard-skill-tags li { padding: 7px 12px; color: var(--navy-700); border: 1px solid #c5d3df; background: var(--white); font-size: .78rem; font-weight: 700; }
.dashboard-lightbox { width: min(96vw,calc(141vh - 87px),1600px); max-width: none; max-height: 94vh; margin: auto; padding: 0; overflow: visible; border: 0; border-radius: 10px; background: transparent; box-shadow: 0 32px 100px rgba(0,0,0,.45); }
.dashboard-lightbox::backdrop { background: rgba(3,14,27,.88); backdrop-filter: blur(6px); }
.dashboard-lightbox-inner { position: relative; overflow: hidden; border-radius: 10px; background: var(--navy-950); }
.dashboard-lightbox img { width: 100%; height: auto; max-height: calc(94vh - 58px); display: block; object-fit: contain; background: #eaf0f4; }
.dashboard-lightbox p { margin: 0; padding: 12px 58px 13px 18px; color: #c5d2de; font-size: .72rem; line-height: 1.55; }
.dashboard-lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: var(--white); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(7,27,51,.9); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.dashboard-lightbox-close:hover { background: var(--orange); }
.dashboard-lightbox-close:focus-visible { outline: 3px solid var(--orange-bright); outline-offset: 3px; }

.cases { background: var(--white); }
.case-intro-visual { max-width: 980px; margin: 0 auto 30px; }
.budget-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 40px; padding: 23px 28px; color: var(--white); background: var(--navy-800); }
.budget-band > span { flex: 0 0 auto; color: var(--orange-bright); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.budget-band strong { font-size: 1.05rem; text-align: right; }
.budget-band em { color: var(--orange-bright); font-style: normal; }
.case-list { border-top: 1px solid var(--line); }
.case-card { display: grid; grid-template-columns: minmax(230px,.7fr) minmax(0,1.3fr); gap: 60px; padding: 40px 22px; border-bottom: 1px solid var(--line); }
.case-meta > span { color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.case-meta strong { display: block; margin-top: 9px; color: var(--navy-900); font-size: 1.28rem; line-height: 1.45; }
.case-meta p { margin: 6px 0 0; color: var(--muted); font-size: .9rem; }
.case-detail { min-width: 0; }
.case-metrics { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.case-metrics span { padding: 7px 12px; color: var(--navy-800); border: 1px solid #ccd8e2; background: var(--soft); font-size: .78rem; }
.case-metrics b { margin-right: 5px; color: var(--orange); font-size: 1rem; }
.case-detail ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 22px; margin: 0; padding: 0; list-style: none; }
.case-detail li { position: relative; padding-left: 17px; color: #435b71; font-size: .88rem; }
.case-detail li::before { content: ""; position: absolute; top: .75em; left: 0; width: 6px; height: 2px; background: var(--orange); }
.case-library-link { display: grid; grid-template-columns: 1fr auto; gap: 5px 28px; align-items: center; margin-top: 36px; padding: 26px 30px; color: var(--white); background: var(--navy-800); text-decoration: none; transition: transform .18s ease, background-color .18s ease; }
.case-library-link:hover { transform: translateY(-2px); background: var(--navy-700); }
.case-library-link span { color: var(--orange-bright); font-size: .66rem; font-weight: 900; letter-spacing: .15em; }
.case-library-link strong { font-size: 1.05rem; }
.case-library-link i { grid-column: 2; grid-row: 1 / 3; color: var(--orange-bright); font-size: 1.8rem; font-style: normal; }

.credentials { background: var(--soft); }
.credential-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; }
.credential-card { padding: 34px; border: 1px solid var(--line); background: var(--white); }
.credential-top { display: flex; align-items: center; gap: 18px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.credential-seal { display: grid; flex: 0 0 68px; width: 68px; height: 68px; place-items: center; color: var(--navy-900); border: 2px solid var(--orange); border-radius: 50%; background: var(--orange-soft); font-family: Georgia, serif; font-size: 2rem; font-weight: 700; }
.credential-logo { overflow: hidden; background: var(--white); }
.credential-logo img { display: block; width: auto; max-width: 52px; height: auto; max-height: 46px; object-fit: contain; }
.amazon-logo img { width: 51px; }
.google-ads-logo img { height: 45px; }
.credential-top p { margin: 0; color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.credential-top h3 { margin: 4px 0 0; color: var(--navy-900); font-size: 1.27rem; line-height: 1.4; }
.credential-summary { margin: 25px 0; color: #3f566d; }
.credential-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.credential-tags span { padding: 7px 10px; color: var(--navy-700); border: 1px solid #ccd8e2; font-size: .8rem; font-weight: 700; }
.credential-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 20px; margin: 24px 0; padding: 0; list-style: none; }
.credential-card li { position: relative; padding-left: 16px; color: #40576c; font-size: .84rem; line-height: 1.55; }
.credential-card li::before { content: ""; position: absolute; top: .62em; left: 0; width: 6px; height: 6px; border: 1px solid var(--orange); }
.credential-note { padding: 14px 16px; color: #58442f; border-left: 3px solid var(--orange); background: var(--orange-soft); font-size: .8rem; line-height: 1.65; }
.mark-note { margin: 20px 0 0; color: #718292; font-size: .72rem; line-height: 1.6; }
.credential-proof { margin: 24px 0 0; padding: 10px; border: 1px solid var(--line); background: var(--soft); }
.credential-proof img { width: 100%; height: auto; display: block; }
.credential-proof figcaption { padding: 9px 3px 1px; color: #6d7f90; font-size: .75rem; }

.workstyle { color: var(--white); background: var(--navy-800); }
.workstyle-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.workstyle-list { border-top: 1px solid rgba(255,255,255,.18); }
.workstyle-list p { display: flex; gap: 18px; align-items: baseline; margin: 0; padding: 18px 4px; color: #d9e3eb; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .94rem; }
.workstyle-list span { color: var(--orange-bright); font-family: Georgia, serif; font-size: .75rem; }

.contact { padding-block: 118px; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.contact-copy { position: sticky; top: 118px; }
.contact-copy h2 { margin: 0; color: var(--navy-900); font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.45; }
.contact-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); }
.contact-points { margin: 36px 0 0; border-top: 1px solid var(--line); }
.contact-points div { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-points dt { color: #708293; font-size: .78rem; font-weight: 700; }
.contact-points dd { margin: 0; color: var(--navy-800); font-size: .9rem; font-weight: 700; }
.form-panel { padding: 36px; border: 1px solid var(--line); background: var(--soft); }
.form-row.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-panel label { display: block; margin-bottom: 18px; color: var(--navy-800); font-size: .86rem; font-weight: 800; }
.form-panel label > span:first-of-type { margin-left: 5px; color: var(--orange); font-size: .68rem; }
.form-panel label > small { margin-left: 5px; color: #7a8997; font-weight: 500; }
.form-panel input:not([type="checkbox"]), .form-panel select, .form-panel textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); border: 1px solid #bdcbd7; border-radius: 0; background: var(--white); font-size: 1rem; outline: none; }
.form-panel textarea { min-height: 160px; resize: vertical; }
.form-panel input:focus, .form-panel select:focus, .form-panel textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,116,34,.16); }
.form-panel [aria-invalid="true"] { border-color: #b42318 !important; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; margin: 7px 0 22px !important; font-weight: 500 !important; }
.consent input { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 4px; accent-color: var(--orange); }
.consent span { margin: 0 !important; color: #40576c !important; font-size: .82rem !important; }
.consent a { color: var(--navy-800); text-underline-offset: 3px; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }
.submit-button { width: 100%; min-height: 56px; padding: 13px 20px; color: var(--white); border: 0; background: var(--orange); font-weight: 900; cursor: pointer; transition: background-color .18s ease; }
.submit-button:hover { background: #d95e10; }
.submit-button:focus-visible { outline: 3px solid var(--navy-800); outline-offset: 3px; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 1.7em; margin: 14px 0 0; font-size: .82rem; font-weight: 700; }
.form-status.is-success { color: #12623e; }
.form-status.is-error { color: #a02b23; }
.form-status.is-info { color: var(--navy-700); }
.email-fallback { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.email-fallback img { width: min(100%, 390px); height: auto; display: block; }

.privacy-policy { padding: 40px 0; background: #eef3f6; border-top: 1px solid var(--line); }
.privacy-inner { display: grid; grid-template-columns: 220px 1fr; gap: 50px; }
.privacy-policy h2 { margin: 0; color: var(--navy-800); font-size: 1rem; }
.privacy-policy p { margin: 0; color: #617385; font-size: .78rem; line-height: 1.8; }
.back-to-top { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.1); background: var(--navy-900); }
.back-to-top .shell { display: flex; justify-content: flex-end; }
.back-to-top-link { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 18px; color: var(--white); border: 1px solid rgba(255,255,255,.3); font-size: .88rem; font-weight: 800; text-decoration: none; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
.back-to-top-link span { color: var(--orange-bright); font-size: 1.1rem; line-height: 1; }
.back-to-top-link:hover { color: var(--navy-950); border-color: var(--orange-bright); background: var(--orange-bright); }
.back-to-top-link:hover span { color: currentColor; }
.back-to-top-link:focus-visible { outline: 3px solid var(--orange-bright); outline-offset: 3px; }
.site-footer { padding: 42px 0; color: #becbd6; background: var(--navy-950); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; }
.site-footer p, .site-footer small { margin: 0; font-size: .75rem; }

.about-main { padding-top: 76px; }
.about-hero { color: var(--white); background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.about-hero-grid { min-height: 680px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(280px,.58fr); gap: clamp(55px,8vw,110px); align-items: center; padding-block: 80px; }
.about-hero-copy h1 { margin: 0; font-size: clamp(2.5rem,5vw,4.8rem); line-height: 1.2; letter-spacing: -.035em; }
.about-hero-copy h1 span { display: block; white-space: nowrap; }
.about-hero-copy h1 em { color: var(--orange-bright); font-style: normal; }
.about-hero-copy > p:not(.eyebrow) { max-width: 700px; color: #c8d5e0; }
.about-lead { margin: 28px 0 14px; color: var(--white) !important; font-size: 1.1rem; font-weight: 700; }
.about-highlights { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.about-highlights span { padding: 7px 12px; color: #e5edf4; border: 1px solid rgba(255,255,255,.2); font-size: .76rem; font-weight: 700; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.about-career-link { min-width: 330px; justify-content: space-between; gap: 30px; padding: 14px 15px 14px 22px; box-shadow: 0 16px 34px rgba(0,0,0,.26); }
.about-career-link > span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.45; }
.about-career-link small { color: rgba(6,22,41,.67); font-size: .62rem; font-weight: 900; letter-spacing: .16em; }
.about-career-link b { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: var(--orange-bright); background: var(--navy-950); font-size: 1rem; line-height: 1; }
.about-career-link:hover { background: #ffa152; }
.profile-card { position: relative; width: 100%; max-width: 340px; justify-self: end; margin: 0; padding: 12px; background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.profile-card::before { content: ""; position: absolute; top: -13px; right: -13px; width: 90px; height: 90px; border-top: 3px solid var(--orange-bright); border-right: 3px solid var(--orange-bright); }
.profile-card img { width: 100%; height: auto; display: block; aspect-ratio: 1; object-fit: cover; }
.profile-card figcaption { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 16px 4px 2px; color: var(--navy-900); }
.profile-card figcaption strong { letter-spacing: .14em; }
.profile-card figcaption span { color: var(--muted); font-size: .72rem; text-align: right; }

.about-approach { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f4f7fa 100%); }
.about-approach::after { content: ""; position: absolute; z-index: -1; top: 22px; right: -120px; width: 390px; aspect-ratio: 1; border: 1px solid rgba(13,41,72,.07); border-radius: 50%; box-shadow: 0 0 0 55px rgba(13,41,72,.025), 0 0 0 110px rgba(13,41,72,.018); }
.growth-flow { position: relative; display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; margin: 55px 0 0; padding: 0; list-style: none; }
.growth-flow::before { content: ""; position: absolute; z-index: 0; top: 75px; left: 7%; right: 7%; height: 2px; background: linear-gradient(90deg, var(--orange), #ffb16f, var(--orange)); }
.growth-flow li { position: relative; z-index: 1; min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; color: var(--navy-800); border: 1px solid #dbe4ec; border-top: 3px solid var(--orange); background: rgba(255,255,255,.96); box-shadow: 0 14px 34px rgba(7,27,51,.08); }
.growth-flow li:nth-child(even) { transform: translateY(16px); }
.growth-flow li:not(:last-child)::after { content: ""; position: absolute; z-index: 3; top: 65px; right: -11px; width: 12px; height: 12px; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange); background: #fff; transform: rotate(45deg); }
.flow-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.flow-top span { color: var(--orange); font-family: Georgia, serif; font-size: .76rem; font-weight: 800; }
.flow-top svg { width: 54px; height: 54px; padding: 11px; color: var(--orange-bright); border-radius: 50%; background: var(--navy-900); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.growth-flow strong, .growth-flow small { display: block; }
.growth-flow strong { color: var(--navy-900); font-size: 1rem; }
.growth-flow small { margin-top: 3px; color: var(--muted); font-size: .72rem; font-weight: 600; }

.expertise-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.expertise-card { padding: 30px; border: 1px solid var(--line); background: var(--white); }
.expertise-card > span { color: var(--orange); font-family: Georgia, serif; }
.expertise-card h3 { margin: 18px 0; color: var(--navy-900); font-size: 1.5rem; }
.expertise-card ul { margin: 0; padding: 0; list-style: none; }
.expertise-card li { position: relative; margin: 8px 0; padding-left: 16px; color: var(--muted); font-size: .9rem; }
.expertise-card li::before { content: ""; position: absolute; top: .72em; left: 0; width: 5px; height: 5px; background: var(--orange); }

.about-strength { color: var(--white); background: var(--navy-900); }
.strength-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,9vw,130px); align-items: start; }
.strength-grid h2 { margin: 0; font-size: clamp(2.3rem,4vw,4.2rem); line-height: 1.25; }
.strength-grid h2 span { display: block; white-space: nowrap; }
.strength-copy { padding-top: 16px; }
.strength-copy p { margin: 0 0 24px; color: #c8d5e0; font-size: 1.02rem; line-height: 2; }
.about-tags { margin-top: 48px; }

.operating-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px,8vw,110px); align-items: start; }
.operating-grid .section-heading { margin: 0; }
.principle-list { border-top: 1px solid var(--line); }
.principle-list article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.principle-list article > span { color: var(--orange); font-family: Georgia, serif; }
.principle-list h3 { margin: 0 0 6px; color: var(--navy-900); font-size: 1.15rem; }
.principle-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.community-section { position: relative; overflow: hidden; background: var(--white); }
.community-section::after { content: ""; position: absolute; z-index: 0; right: -170px; bottom: -210px; width: 470px; aspect-ratio: 1; border: 1px solid rgba(13,41,72,.08); border-radius: 50%; box-shadow: 0 0 0 58px rgba(13,41,72,.025), 0 0 0 116px rgba(13,41,72,.018); }
.community-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(360px,.86fr) minmax(0,1.14fr); gap: clamp(54px,7vw,100px); align-items: center; }
.community-photos { position: relative; width: min(100%,560px); min-height: 610px; isolation: isolate; }
.community-photos::before { content: ""; position: absolute; z-index: -1; top: 8%; left: 49%; width: 3px; height: 84%; background: var(--orange-bright); box-shadow: 0 0 0 8px var(--white); transform: rotate(38deg); transform-origin: center; }
.community-photo { position: absolute; width: 58%; margin: 0; padding: 10px; background: var(--navy-950); box-shadow: 0 28px 65px rgba(7,27,51,.24); }
.community-photo::before { content: ""; position: absolute; width: 72px; height: 72px; border-color: var(--orange-bright); border-style: solid; pointer-events: none; }
.community-photo-reserve { top: 0; left: 0; z-index: 1; transform: rotate(-1deg); }
.community-photo-reserve::before { top: -12px; left: -12px; border-width: 3px 0 0 3px; }
.community-photo-fire { right: 0; bottom: 0; z-index: 2; transform: rotate(1deg); }
.community-photo-fire::before { right: -12px; bottom: -12px; border-width: 0 3px 3px 0; }
.community-photo img { width: 100%; height: auto; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.community-photo-reserve img { object-position: 50% 44%; }
.community-photo-fire img { object-position: 50% 48%; }
.community-photo figcaption { display: flex; align-items: center; gap: 10px; padding: 11px 3px 1px; color: #e0e8ef; font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.community-photo figcaption span { color: var(--orange-bright); font-family: Georgia, serif; font-size: .7rem; }
.community-copy h2 { margin: 0; color: var(--navy-900); font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1.35; }
.community-lead { margin: 25px 0 0; color: var(--muted); font-size: 1rem; line-height: 2; }
.community-roles { margin-top: 30px; border-top: 1px solid var(--line); }
.community-roles article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.community-roles article > span { color: var(--orange); font-family: Georgia, serif; font-size: .8rem; font-weight: 800; }
.community-roles h3 { margin: 0 0 5px; color: var(--navy-900); font-size: 1.05rem; }
.community-roles p { margin: 0; color: var(--muted); font-size: .9rem; }
.community-note { margin: 26px 0 0; padding-left: 18px; color: var(--navy-700); border-left: 3px solid var(--orange); font-weight: 700; }

.origin-section { color: var(--white); background: #101820; }
.origin-grid { display: grid; grid-template-columns: minmax(220px,.55fr) 1.45fr; gap: clamp(55px,9vw,130px); align-items: center; }
.origin-mark { display: grid; width: min(100%,330px); aspect-ratio: 1; place-items: center; color: var(--orange-bright); border: 1px solid rgba(255,255,255,.16); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(6rem,13vw,11rem); background: radial-gradient(circle, rgba(242,116,34,.12), transparent 67%); }
.origin-grid h2 { margin: 0 0 28px; font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1.35; }
.origin-grid p:not(.eyebrow) { color: #c5d0da; }

.about-cta { padding: 95px 0; text-align: center; background: var(--white); }
.about-cta h2 { margin: 0; color: var(--navy-900); font-size: clamp(2.1rem,4vw,3.6rem); line-height: 1.35; }
.about-cta > .shell > p:not(.eyebrow) { margin: 18px 0 30px; color: var(--muted); }

.career-main { padding-top: 76px; }
.career-hero { color: var(--white); background: linear-gradient(135deg, var(--navy-950), var(--navy-700)); }
.career-hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px,8vw,110px); align-items: center; padding-block: 82px; }
.career-hero h1 { margin: 0; font-size: clamp(3rem,6vw,5.8rem); line-height: 1.08; letter-spacing: -.045em; }
.career-hero-copy { max-width: 690px; margin: 22px 0 0; color: #c6d4df; line-height: 2; }
.career-back-link { display: inline-flex; margin-top: 28px; color: var(--orange-bright); font-size: .86rem; font-weight: 800; text-decoration: none; }
.career-back-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.career-hero-facts { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.career-hero-facts div { display: grid; grid-template-columns: 86px 1fr; gap: 20px; align-items: center; padding: 22px 10px; border-bottom: 1px solid rgba(255,255,255,.18); }
.career-hero-facts dt { color: var(--orange-bright); font-family: Georgia, serif; font-size: 1.5rem; }
.career-hero-facts dd { margin: 0; color: #d5e0e9; font-size: .9rem; font-weight: 700; }
.career-overview-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px,8vw,110px); align-items: start; }
.career-overview-grid .section-heading { margin: 0; }
.career-overview-copy > p { margin: 0 0 20px; color: var(--muted); font-size: 1rem; line-height: 2; }
.career-domain-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.career-domain-tags span { padding: 8px 12px; color: var(--navy-800); border: 1px solid #ced9e2; background: var(--soft); font-size: .76rem; font-weight: 800; }
.career-history { background: var(--soft); }
.career-history-heading { align-items: end; }
.career-history-heading .section-heading { margin-bottom: 0; }
.career-timeline { position: relative; margin: 54px 0 0; padding: 0; list-style: none; }
.career-timeline::before { content: ""; position: absolute; top: 14px; bottom: 14px; left: 170px; width: 2px; background: #ccd8e1; }
.career-entry { position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 58px; margin-bottom: 28px; }
.career-entry::before { content: ""; position: absolute; z-index: 2; top: 34px; left: 164px; width: 13px; height: 13px; border: 4px solid var(--soft); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 2px var(--orange); }
.career-period { padding-top: 27px; text-align: right; }
.career-period strong, .career-period span { display: block; }
.career-period strong { color: var(--navy-900); font-family: Georgia, serif; font-size: 1.16rem; }
.career-period span { color: var(--muted); font-size: .76rem; font-weight: 700; }
.career-entry article { padding: clamp(25px,3vw,36px); border: 1px solid var(--line); border-top: 4px solid var(--orange); background: var(--white); box-shadow: 0 14px 38px rgba(7,27,51,.07); }
.career-entry-type { margin: 0 0 10px; color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.career-entry h3 { margin: 0; color: var(--navy-900); font-size: clamp(1.35rem,2.3vw,1.8rem); }
.career-position { margin: 6px 0 20px; color: var(--navy-700); font-size: .93rem; font-weight: 800; }
.career-entry ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 28px; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.career-entry li { position: relative; padding-left: 16px; color: var(--muted); font-size: .88rem; }
.career-entry li::before { content: ""; position: absolute; top: .72em; left: 0; width: 5px; height: 5px; background: var(--orange); }
.career-results { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.career-results span { padding: 6px 10px; color: var(--navy-800); background: var(--orange-soft); font-size: .72rem; font-weight: 900; }
.career-skills { background: var(--white); }
.career-skill-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.career-skill-grid article { min-height: 220px; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.career-skill-grid span { color: var(--orange); font-family: Georgia, serif; font-size: .78rem; }
.career-skill-grid h3 { margin: 22px 0 10px; color: var(--navy-900); font-size: 1.18rem; }
.career-skill-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.career-qualification-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.career-qualification-grid article { padding: 28px; border-left: 4px solid var(--orange); background: var(--white); }
.career-qualification-grid span { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.career-qualification-grid h3 { margin: 10px 0 8px; color: var(--navy-900); font-size: 1.2rem; }
.career-qualification-grid p { margin: 0; color: var(--muted); font-size: .86rem; }

.case-library-main { padding-top: 76px; }
.library-hero { color: var(--white); background: linear-gradient(135deg, var(--navy-950), var(--navy-700)); }
.library-hero-grid { min-height: 610px; display: grid; grid-template-columns: 1fr .82fr; gap: clamp(55px,8vw,110px); align-items: center; padding-block: 82px; }
.library-hero h1 { margin: 0; font-size: clamp(2.7rem,5vw,5rem); line-height: 1.18; letter-spacing: -.04em; }
.library-hero h1 em { color: var(--orange-bright); font-style: normal; }
.library-hero-grid > div > p:last-child { max-width: 680px; margin: 28px 0 0; color: #c6d4df; }
.case-index { display: grid; border-top: 1px solid rgba(255,255,255,.18); }
.case-index a { display: grid; grid-template-columns: 42px 1fr; gap: 2px 14px; align-items: center; padding: 20px 10px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; transition: padding-left .18s ease, background-color .18s ease; }
.case-index a:hover { padding-left: 18px; background: rgba(255,255,255,.05); }
.case-index span { grid-row: 1 / 3; color: var(--orange-bright); font-family: Georgia, serif; font-size: .8rem; }
.case-index strong { font-size: 1.05rem; }
.case-index small { color: #aebfce; font-size: .72rem; }

.evidence-section { background: #eef3f6; }
.evidence-heading { align-items: end; }
.evidence-heading .section-heading { margin-bottom: 0; }
.evidence-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 44px; }
.evidence-card { scroll-margin-top: 92px; padding: clamp(24px,3vw,34px); border: 1px solid var(--line); border-top: 4px solid var(--orange); background: var(--white); }
.evidence-card header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.evidence-card header span { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.evidence-card header p { margin: 0; color: var(--muted); font-size: .82rem; font-weight: 700; }
.evidence-card h3 { margin: 24px 0 18px; color: var(--navy-900); font-size: 1.4rem; line-height: 1.45; }
.evidence-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #b7c5d1; border: 1px solid #b7c5d1; }
.evidence-metrics span { min-height: 94px; display: flex; flex-direction: column; justify-content: center; padding: 14px; color: #c6d3de; background: var(--navy-800); font-size: .72rem; font-weight: 700; text-align: center; }
.evidence-metrics b { display: block; color: var(--white); font-family: Georgia, serif; font-size: clamp(1.4rem,2.6vw,2rem); line-height: 1.2; }
.evidence-card dl { margin: 24px 0 0; }
.evidence-card dl div { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: 14px 0; border-top: 1px solid var(--line); }
.evidence-card dt { color: var(--orange); font-size: .75rem; font-weight: 900; }
.evidence-card dd { margin: 0; color: var(--muted); font-size: .88rem; }
.evidence-note { margin: 18px 0 0; color: #708192; font-size: .75rem; }

.channel-case { scroll-margin-top: 74px; background: var(--white); }
.channel-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px,8vw,105px); align-items: end; margin-bottom: 46px; }
.channel-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1.25; }
.channel-heading > p { margin: 0 0 6px; color: var(--muted); }
.channel-case-dark { color: var(--white); background: var(--navy-900); }
.channel-heading-light h2 { color: var(--white); }
.channel-heading-light > p { color: #bdccd8; }
.method-grid { display: grid; gap: 20px; }
.two-methods { grid-template-columns: repeat(2,1fr); }
.single-method { grid-template-columns: minmax(0,1.3fr) minmax(300px,.7fr); }
.method-card { position: relative; padding: 32px; border: 1px solid var(--line); background: var(--soft); }
.method-card-dark { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.06); }
.method-icon { display: grid; width: 56px; height: 56px; place-items: center; color: var(--orange-bright); border: 1px solid #f0b58c; background: var(--orange-soft); font-family: Georgia, serif; font-size: .86rem; font-weight: 900; }
.method-card-dark .method-icon { border-color: rgba(255,138,42,.45); background: rgba(255,138,42,.1); }
.method-card h3 { margin: 21px 0 11px; color: var(--navy-900); font-size: 1.55rem; }
.method-card-dark h3 { color: var(--white); }
.method-card > p { color: var(--muted); }
.method-card-dark > p { color: #c5d2dd; }
.method-card ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px 20px; margin: 24px 0 0; padding: 0; list-style: none; }
.method-card li { position: relative; padding-left: 17px; color: #41596f; font-size: .86rem; line-height: 1.6; }
.method-card-dark li { color: #ccd8e2; }
.method-card li::before { content: ""; position: absolute; top: .7em; left: 0; width: 6px; height: 6px; border: 1px solid var(--orange); }
.amazon-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-bottom: 20px; background: var(--line); border: 1px solid var(--line); }
.amazon-value-grid article { min-height: 150px; display: grid; grid-template-columns: 38px 1fr; gap: 16px; align-items: start; padding: 24px; background: var(--white); }
.amazon-value-grid article > span { color: var(--orange); font-family: Georgia, serif; font-size: .78rem; font-weight: 800; }
.amazon-value-grid strong { display: block; margin-bottom: 7px; color: var(--navy-900); font-size: 1.08rem; }
.amazon-value-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.75; }
.amazon-method-card > p { min-height: 5.4em; }
.method-detail-group { margin-top: 24px; padding-top: 20px; border-top: 1px solid #d6e0e8; }
.method-detail-group h4 { margin: 0; color: var(--navy-800); font-size: .84rem; letter-spacing: .04em; }
.method-detail-group ul { margin-top: 14px; }
.amazon-cycle { margin: 28px 0 20px; padding: clamp(26px,4vw,42px); color: var(--white); background: var(--navy-800); }
.amazon-cycle-heading { display: grid; grid-template-columns: minmax(240px,.8fr) 1.2fr; gap: 8px clamp(40px,7vw,90px); align-items: end; }
.amazon-cycle-heading .eyebrow { grid-column: 1 / -1; }
.amazon-cycle-heading h3 { margin: 0; font-size: clamp(1.55rem,2.5vw,2.35rem); line-height: 1.4; }
.amazon-cycle-heading > p:last-child { margin: 0; color: #c7d4df; font-size: .88rem; }
.amazon-cycle .data-loop { margin: 30px 0 0; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: transparent; }
.amazon-kpis { display: grid; grid-template-columns: 170px 1fr; gap: 22px; align-items: center; padding-top: 22px; }
.amazon-kpis > strong { color: var(--orange-bright); font-size: .8rem; }
.amazon-kpis > div { display: flex; flex-wrap: wrap; gap: 8px; }
.amazon-kpis span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.22); color: #e9f0f6; font-size: .74rem; font-weight: 700; }
.data-loop { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 12px; align-items: center; margin: 24px 0; padding: 20px; color: var(--white); background: var(--navy-800); }
.data-loop span { text-align: center; font-size: .78rem; font-weight: 800; }
.data-loop i { color: var(--orange-bright); font-style: normal; }
.case-principle { display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: center; margin-top: 14px; padding: 22px 26px; border-left: 4px solid var(--orange); background: var(--orange-soft); }
.case-principle strong { color: var(--navy-900); font-size: .94rem; }
.case-principle p { margin: 0; color: #4c6174; font-size: .88rem; }
.case-principle-dark { background: rgba(255,255,255,.07); }
.case-principle-dark strong { color: var(--orange-bright); }
.case-principle-dark p { color: #cfdae3; }
.measurement-panel, .store-panel { padding: 32px; color: var(--white); background: var(--navy-950); }
.measurement-panel h3, .store-panel h3 { margin: 0 0 24px; font-size: 1.75rem; line-height: 1.4; }
.measurement-panel > p:last-child { color: #bdccd8; font-size: .86rem; }
.measurement-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.measurement-tags span { padding: 7px 9px; color: #f4f7f9; border: 1px solid rgba(255,255,255,.2); font-size: .74rem; }
.store-panel { background: var(--navy-800); }
.store-panel dl { margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.store-panel dl div { display: grid; grid-template-columns: 65px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.store-panel dt { color: var(--orange-bright); font-size: .75rem; font-weight: 800; }
.store-panel dd { margin: 0; color: #d7e1e9; font-size: .84rem; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-panel { max-width: 720px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: .8rem; }
  .dashboard-work-heading { grid-template-columns: 1fr; gap: 20px; }
  .dashboard-work-details { grid-template-columns: 1fr; gap: 24px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { position: static; max-width: 720px; }
  .credential-grid { grid-template-columns: 1fr; }
  .workstyle-grid { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: 1fr; }
  .community-photos { width: min(100%,520px); min-height: 570px; justify-self: center; }
  .about-hero-grid { grid-template-columns: 1fr minmax(260px,.52fr); gap: 40px; }
  .growth-flow { grid-template-columns: repeat(3,1fr); }
  .growth-flow li:nth-child(even) { transform: none; }
  .growth-flow li:nth-child(3)::after { display: none; }
  .operating-grid { grid-template-columns: 1fr; }
  .career-hero-grid, .career-overview-grid { grid-template-columns: 1fr; }
  .career-skill-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .library-hero-grid { grid-template-columns: 1fr; }
  .case-index { grid-template-columns: repeat(4,1fr); border-left: 1px solid rgba(255,255,255,.18); }
  .case-index a { grid-template-columns: 1fr; border-right: 1px solid rgba(255,255,255,.18); }
  .case-index span { grid-row: auto; }
  .single-method { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .brand-logo { width: 42px; height: 42px; }
  .hero { background-position: 66% center; background-image: linear-gradient(90deg, rgba(6,22,41,.92), rgba(6,22,41,.72)), url("assets/fv.jpg"); }
  .menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; padding: 0; color: var(--white); border: 0; background: transparent; }
  .menu-button span[aria-hidden] { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span[aria-hidden]:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span[aria-hidden]:nth-of-type(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span[aria-hidden]:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 20px; background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 16px 30px rgba(0,0,0,.25); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; font-size: .93rem; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { min-height: auto; padding: 118px 0 60px; }
  .hero-grid { gap: 48px; }
  .hero h1 { font-size: clamp(1.85rem, 8.3vw, 2.75rem); line-height: 1.43; }
  .hero h1 br { display: none; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-panel { padding: 20px; }
  .panel-heading, .panel-footer { align-items: flex-start; flex-direction: column; }
  .stat { min-height: 126px; padding: 16px; }
  .stat strong { font-size: 1.2rem; }
  .stat strong span { font-size: 2.7rem; }
  .stat-wide { min-height: 105px; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-grid p { padding: 17px 14px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
  .section { padding: 76px 0; }
  .split-heading { display: block; }
  .heading-note { margin-top: 20px; }
  .section-intro-feature { grid-template-columns: 1fr; grid-template-areas: "heading" "visual" "copy"; gap: 20px; margin-bottom: 36px; }
  .section-intro-heading { align-self: auto; }
  .section-intro-copy { align-self: auto; }
  .content-visual { border-radius: 8px; }
  .media-grid { grid-template-columns: 1fr; }
  .media-card-featured { grid-column: auto; }
  .media-card-wide { grid-column: auto; }
  .media-card { padding: 23px 20px; }
  .media-card header { gap: 13px; }
  .media-logo { max-width: 112px; height: 40px; }
  .media-logo-tall { height: 46px; }
  .two-column-list { columns: 1; }
  .service-feature, .service-feature.visual-left, .service-feature.visual-right { grid-template-columns: 1fr; grid-template-areas: "heading" "visual" "body"; gap: 20px; padding: 38px 0; }
  .service-feature-heading { align-self: auto; }
  .service-feature-body { align-self: auto; }
  .service-feature-body ul { grid-template-columns: 1fr; }
  .scope-note { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  .dashboard-work-heading { margin-bottom: 30px; }
  .dashboard-work-heading br { display: none; }
  .dashboard-category { font-size: .72rem; }
  .dashboard-preview { border-radius: 8px; box-shadow: 0 16px 36px rgba(7,27,51,.13); }
  .dashboard-browser-bar { height: 30px; }
  .dashboard-browser-bar b { max-width: calc(100% - 55px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dashboard-zoom-hint { right: 10px; bottom: 10px; padding: 6px 9px; font-size: .68rem; }
  .dashboard-work-details { margin-top: 30px; }
  .dashboard-description p:first-child { font-size: 1rem; }
  .dashboard-capabilities { padding: 21px 20px; }
  .dashboard-lightbox { width: calc(100vw - 20px); }
  .dashboard-lightbox img { max-height: calc(92vh - 72px); }
  .dashboard-lightbox p { padding: 11px 50px 12px 14px; font-size: .68rem; }
  .dashboard-lightbox-close { top: 8px; right: 8px; width: 38px; height: 38px; }
  .case-intro-visual { margin-bottom: 24px; }
  .budget-band { align-items: flex-start; flex-direction: column; padding: 21px; }
  .budget-band strong { text-align: left; }
  .case-card { grid-template-columns: 1fr; gap: 25px; padding: 32px 4px; }
  .case-detail ul { grid-template-columns: 1fr; }
  .case-library-link { grid-template-columns: 1fr auto; padding: 22px 20px; }
  .credential-card { padding: 25px 20px; }
  .credential-card ul { grid-template-columns: 1fr; }
  .credential-top { align-items: flex-start; }
  .credential-seal { flex-basis: 54px; width: 54px; height: 54px; font-size: 1.5rem; }
  .contact { padding-block: 80px; }
  .contact-copy h2 br { display: none; }
  .form-panel { padding: 24px 18px; }
  .form-row.two-columns { grid-template-columns: 1fr; gap: 0; }
  .privacy-inner { grid-template-columns: 1fr; gap: 12px; }
  .back-to-top .shell { justify-content: stretch; }
  .back-to-top-link { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 16px; text-align: left; }
  .about-main { padding-top: 68px; }
  .about-hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 64px; }
  .about-hero-copy h1 { font-size: clamp(1.6rem,8vw,3.5rem); }
  .about-hero-copy > p:not(.eyebrow) { max-width: none; }
  .about-career-link { min-width: 0; }
  .profile-card { max-width: 280px; justify-self: center; }
  .growth-flow { grid-template-columns: 1fr; gap: 18px; margin-top: 38px; }
  .growth-flow::before { top: 35px; bottom: 35px; left: 44px; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, var(--orange), #ffb16f, var(--orange)); }
  .growth-flow li { min-height: 132px; display: grid; grid-template-columns: 76px 1fr; align-items: center; gap: 18px; padding: 18px; }
  .growth-flow li:nth-child(3)::after, .growth-flow li:not(:last-child)::after { display: block; top: auto; right: auto; bottom: -11px; left: 39px; background: #fff; transform: rotate(135deg); }
  .flow-top { height: 100%; flex-direction: column; align-items: center; justify-content: space-between; }
  .flow-top svg { width: 50px; height: 50px; }
  .growth-flow strong { font-size: 1.12rem; }
  .expertise-grid { grid-template-columns: 1fr; }
  .strength-grid, .origin-grid { grid-template-columns: 1fr; }
  .strength-grid h2 { font-size: clamp(1.9rem,8.5vw,3rem); }
  .origin-mark { width: 220px; }
  .about-cta { padding: 74px 0; }
  .career-main { padding-top: 68px; }
  .career-hero-grid { min-height: 0; padding-block: 64px; }
  .career-hero h1 { font-size: clamp(2.7rem,15vw,4.4rem); }
  .career-timeline::before { left: 11px; }
  .career-entry { grid-template-columns: 1fr; gap: 12px; padding-left: 34px; }
  .career-entry::before { top: 28px; left: 5px; }
  .career-period { padding-top: 0; text-align: left; }
  .career-period strong, .career-period span { display: inline; }
  .career-period span { margin-left: 7px; }
  .career-entry ul { grid-template-columns: 1fr; }
  .career-skill-grid, .career-qualification-grid { grid-template-columns: 1fr; }
  .career-skill-grid article { min-height: 0; }
  .case-library-main { padding-top: 68px; }
  .library-hero-grid { min-height: 0; padding-block: 64px; }
  .library-hero h1 { font-size: clamp(2.35rem,12vw,3.5rem); }
  .case-index { grid-template-columns: 1fr; border-left: 0; }
  .case-index a { grid-template-columns: 38px 1fr; border-right: 0; }
  .case-index span { grid-row: 1 / 3; }
  .evidence-grid { grid-template-columns: 1fr; }
  .channel-heading { grid-template-columns: 1fr; gap: 18px; }
  .two-methods { grid-template-columns: 1fr; }
  .amazon-value-grid { grid-template-columns: 1fr; }
  .amazon-value-grid article { min-height: 0; }
  .amazon-method-card > p { min-height: 0; }
  .amazon-cycle-heading { grid-template-columns: 1fr; }
  .amazon-cycle-heading .eyebrow { grid-column: auto; }
  .amazon-kpis { grid-template-columns: 1fr; gap: 12px; }
  .method-card { padding: 25px 20px; }
  .method-card ul { grid-template-columns: 1fr; }
  .data-loop { grid-template-columns: 1fr; gap: 8px; }
  .data-loop i { text-align: center; transform: rotate(90deg); }
  .case-principle { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
}

@media (max-width: 540px) {
  .community-photos { min-height: 430px; }
  .community-photo { width: 58%; padding: 8px; }
  .community-photo figcaption { font-size: .72rem; }
  .evidence-metrics { grid-template-columns: 1fr; }
  .evidence-metrics span { min-height: 76px; }
  .dashboard-lightbox { max-height: 92vh; overflow: auto; background: var(--navy-950); }
  .dashboard-lightbox-inner { width: 900px; overflow: visible; border-radius: 0; }
  .dashboard-lightbox img { width: 900px; max-height: none; }
  .dashboard-lightbox p { width: 900px; }
  .dashboard-lightbox-close { position: fixed; top: calc(4vh + 8px); right: 18px; }
}

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