:root { --pain: #da8b2d; --pain-soft: #f1d5ae; }
body { background: #f3eee3; }
.page-fde .sub-header { background: rgba(5,16,30,.56); }
.page-fde .sub-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(4,15,28,.95) 0%, rgba(5,19,36,.82) 48%, rgba(5,19,36,.32) 100%),
    url("service/strategy-whiteboard-v2.webp");
  background-position: center;
}
.page-fde .sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}
.page-fde .sub-hero-inner { position: relative; z-index: 1; padding-bottom: 82px; }
.page-fde .sub-hero h1 { max-width: 1040px; font-size: 74px; letter-spacing: 0; }
.hero-line { display: block; }
.hero-phrase { display: inline-block; }
.hero-entry { margin: 22px 0 0; color: #fff; font-size: 16px; }
.hero-entry span { display: inline-block; margin-right: 20px; }
.hero-entry strong { color: #f2b45f; }
.pain-word { position: relative; display: inline-block; color: #fff; }
.pain-word::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -.06em;
  right: -.06em;
  bottom: .06em;
  height: .18em;
  background: var(--pain);
  transform: rotate(-1.5deg);
}
.page-fde .sub-hero .lead { max-width: 780px; font-size: 19px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid rgba(255,255,255,.5);
  font-size: 14px;
  font-weight: 900;
}
.hero-action.primary { border-color: var(--pain); background: var(--pain); color: #071426; }
.hero-action::after { content: "→"; margin-left: 12px; }

.fde-main { padding-top: 0; }
.manifesto {
  position: relative;
  display: grid;
  grid-template-columns: max-content minmax(0,1fr);
  gap: 48px;
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}

.manifesto h2, .section-title { margin-bottom: 20px; font-family: var(--serif); font-size: 54px; line-height: 1.3; }
.manifesto-heading { min-width: 0; }
.manifesto-heading h2 span { display: block; white-space: nowrap; }
.manifesto-copy { position: relative; z-index: 1; }
.manifesto-copy p { margin-bottom: 1.3em; color: var(--muted); font-size: 17px; }
.manifesto-copy .conclusion { margin-bottom: 0; color: var(--navy); font-family: var(--serif); font-size: 32px; font-weight: 800; }

.fde-section { padding: 76px 0; border-bottom: 1px solid var(--line); }
.section-lead { max-width: 750px; margin-bottom: 0; color: var(--muted); font-size: 17px; }
.view-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 36px; border: 1px solid var(--line); background: #f8f5ed; }
.view-card { position: relative; min-height: 275px; padding: 30px; border-right: 1px solid var(--line); }
.view-card:last-child { border-right: 0; }
.view-card::before { content: ""; display: block; width: 34px; height: 4px; margin-bottom: 25px; background: var(--pain); }
.view-card small { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.view-card h3 { margin: 5px 0 16px; font-family: var(--serif); font-size: 26px; }
.view-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }


.audit-section { background: var(--navy-deep); color: #fff; box-shadow: 0 0 0 100vmax var(--navy-deep); clip-path: inset(0 -100vmax); }
.audit-section .eyebrow { color: #e6a955; }
.audit-section .section-lead { color: rgba(255,255,255,.68); }
.audit-flow { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 42px; border-block: 1px solid rgba(255,255,255,.16); }
.audit-step { position: relative; padding: 32px 30px 36px 0; }
.audit-step + .audit-step { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.16); }
.audit-step-number { display: block; margin-bottom: 18px; color: var(--pain); font-family: Georgia, serif; font-size: 38px; line-height: 1; }
.audit-step h3 { margin-bottom: 8px; font-size: 20px; }
.audit-step .price { display: block; margin-bottom: 15px; color: #fff; font-family: var(--serif); font-size: 25px; font-weight: 800; }
.audit-step p { margin: 0; color: rgba(255,255,255,.66); font-size: 15px; }
.audit-note { margin-top: 18px; color: rgba(255,255,255,.78); font-size: 14px; }

.compare-panel { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; margin-top: 38px; }
.pain-sheet { padding: 30px; border: 1px solid var(--line); background: #f8f5ed; }
.pain-sheet small { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.pain-sheet h3 { margin: 7px 0 13px; font-family: var(--serif); font-size: 24px; }
.pain-sheet p { margin: 0; color: var(--muted); font-size: 15px; }
.compare-mark { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--pain); color: #071426; font-size: 28px; font-weight: 900; }
.proposal-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 24px; }
.proposal-list div { padding: 18px; border-top: 3px solid var(--navy); background: rgba(255,255,255,.46); color: var(--navy); font-size: 14px; font-weight: 800; }

.loop-layout { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(300px,.88fr); gap: 60px; align-items: center; margin-top: 40px; }
.loop-track { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; align-items: center; padding: 24px; border: 1px solid var(--line); background: #f8f5ed; }
.loop-return { grid-column: 1 / -1; margin: 12px 0 0; padding-top: 16px; border-top: 2px solid var(--pain); color: var(--navy); font-size: 14px; text-align: center; }
.loop-node { position: relative; display: grid; place-items: center; aspect-ratio: 1; border: 1px solid rgba(13,35,66,.22); border-radius: 50%; color: var(--navy); font-size: 14px; font-weight: 900; text-align: center; }
.loop-node:not(:nth-child(5))::after { content: "→"; position: absolute; right: -15px; color: var(--pain); font-size: 18px; }
.loop-copy { padding-left: 28px; border-left: 4px solid var(--pain); }
.loop-copy h3 { margin-bottom: 13px; font-family: var(--serif); font-size: 28px; }
.loop-copy p { margin-bottom: 12px; color: var(--muted); font-size: 16px; }
.loop-copy p:last-child { margin-bottom: 0; }

.means-panel { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 42px; margin-top: 34px; padding: 34px; background: var(--navy); color: #fff; }
.means-panel strong { font-family: var(--serif); font-size: 25px; line-height: 1.5; }
.means-panel p { margin: 0; color: rgba(255,255,255,.7); font-size: 16px; }

.module-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 35px; }
.module-card { min-height: 180px; padding: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.48); }
.module-card small { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: 0; }
.module-card h3 { margin: 7px 0 10px; color: var(--navy); font-size: 18px; }
.module-card p { margin: 0; color: var(--muted); font-size: 14px; }

.closing { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(290px,.75fr); gap: 54px; padding: 76px 0 0; }
.closing-card { align-self: start; padding: 30px; background: var(--navy-deep); color: #fff; }
.closing-card small { color: var(--pain); font-size: 14px; font-weight: 900; letter-spacing: 0; }
.closing-card strong { display: block; margin: 8px 0 8px; font-family: var(--serif); font-size: 31px; line-height: 1.35; }
.closing-card span { color: rgba(255,255,255,.62); font-size: 14px; }
.closing-card .audit-description { margin: 12px 0 0; color: rgba(255,255,255,.76); font-size: 16px; }
.audit-tools { container-type: inline-size; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.audit-tools p { margin: 0 0 16px; color: rgba(255,255,255,.68); font-size: 14px; }
.audit-tool-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px 12px; margin: 0; padding: 0; list-style: none; }
.audit-tool-list li { display: grid; grid-template-rows: 32px auto; align-items: center; justify-items: center; gap: 10px; min-width: 0; text-align: center; }
.audit-tool-list img { display: block; width: 28px; height: 28px; filter: invert(1); opacity: .88; }
.audit-tool-list .tool-mascot { width: 32px; height: 32px; object-fit: contain; filter: none; opacity: 1; border-radius: 4px; }
.audit-tool-list span { min-height: 2.6em; font-size: 14px; line-height: 1.3; color: rgba(255,255,255,.76); }
@container (max-width: 259px) { .audit-tool-list { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@container (min-width: 560px) { .audit-tool-list { grid-template-columns: repeat(6,minmax(0,1fr)); } }
.closing-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.closing-button { display: inline-flex; min-height: 56px; max-width: 100%; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 22px; border: 1px solid var(--navy); border-radius: 8px; background: var(--navy); color: #fff; box-shadow: 0 6px 18px rgba(7,20,38,.12); font-size: 16px; font-weight: 700; line-height: 1.5; transition: background .18s ease, border-color .18s ease; }
.closing-button.secondary { border-color: rgba(13,35,66,.3); background: transparent; color: var(--navy); box-shadow: none; }
.closing-button::after { content: "↗"; display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-left: 1px solid rgba(255,255,255,.25); padding-left: 12px; font-size: 20px; line-height: 1; }
.closing-button.secondary::after { border-color: rgba(13,35,66,.2); }
.closing-button:hover { background: #18385e; border-color: #18385e; }
.closing-button.secondary:hover { background: #fff; border-color: rgba(13,35,66,.45); }
.audit-tools .audit-tool-note { margin: 20px 0 0; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.8; }
.fine { margin-top: 14px; color: var(--muted); font-size: 14px; }
.module-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 22px; color: var(--navy); font-size: 16px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--pain); outline-offset: 4px; }

@media (max-width: 1100px) {
  .page-fde .sub-hero h1 { font-size: 54px; }
  .manifesto h2, .section-title { font-size: 40px; }
}
@media (max-width: 900px) {
  .compare-panel { grid-template-columns: 1fr; gap: 12px; }
  .compare-mark { margin-inline: auto; }
  .manifesto, .loop-layout, .closing { grid-template-columns: 1fr; gap: 34px; }
  .view-grid, .audit-flow, .module-grid { grid-template-columns: 1fr; }
  .view-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .view-card:last-child { border-bottom: 0; }
  .audit-step, .audit-step + .audit-step { padding: 28px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .audit-step:last-child { border-bottom: 0; }
  .proposal-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .page-fde .sub-hero .lead { font-size: 16px; }
  .manifesto h2, .section-title { font-size: 32px; }
  .manifesto-copy .conclusion { font-size: 23px; }
  .page-fde .sub-hero { min-height: 680px; background-position: 64% center; }
  .page-fde .sub-hero h1 { font-size: 34px; }
  .hero-line:first-child { margin-bottom: .1em; }
  .manifesto, .fde-section { padding-block: 58px; }

  .compare-panel { grid-template-columns: 1fr; gap: 12px; }
  .compare-mark { width: 52px; height: 52px; margin-inline: auto; transform: rotate(90deg); }
  .proposal-list { grid-template-columns: 1fr; }
  .loop-track { grid-template-columns: 1fr; gap: 22px; padding: 24px 64px; }
  .loop-node { aspect-ratio: auto; min-height: 74px; }
  .loop-node:not(:nth-child(5))::after { right: auto; bottom: -25px; transform: rotate(90deg); }
  .means-panel { grid-template-columns: 1fr; gap: 16px; padding: 28px 24px; }
  .module-grid { grid-template-columns: 1fr; }
  .closing { padding-top: 58px; }
}
