:root {
  --ink: #162d2d;
  --ink-soft: #556562;
  --paper: #f3eee4;
  --cream: #fbf8f1;
  --green: #1f5d50;
  --green-deep: #173d39;
  --mint: #b6d4c7;
  --red: #d95f42;
  --line: rgba(22,45,45,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-geist-sans), "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { width: min(1240px, calc(100% - 48px)); height: 94px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 12px; font-weight: 800; }
.brand > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.brand b { font-size: 14px; letter-spacing: .04em; }.brand small { color: var(--ink-soft); font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
nav { display: flex; align-items: center; gap: 25px; font-size: 12px; font-weight: 650; }
nav a { transition: color .2s ease; } nav a:hover { color: var(--red); }
.nav-contact { padding: 12px 16px; display: flex; align-items: center; gap: 18px; border: 1px solid var(--ink); border-radius: 100px; }
.nav-contact:hover { background: var(--ink); color: white; }

.hero { width: min(1240px, calc(100% - 48px)); min-height: 680px; margin: 0 auto; padding: 76px 0 88px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.eyebrow, .section-index { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.section-index span { color: var(--red); font-family: var(--font-geist-mono), monospace; }
.section-index.light { color: var(--mint); }
h1 { margin: 27px 0 0; font-size: clamp(48px, 4.6vw, 64px); line-height: 1.3; letter-spacing: -.06em; font-weight: 720; }
.nowrap { white-space: nowrap; }
h1 em { position: relative; z-index: 1; color: var(--green); font-style: normal; }
h1 em::after { content: ""; position: absolute; z-index: -1; left: -1%; right: -1%; bottom: .1em; height: .2em; background: var(--mint); transform: rotate(-1deg); }
.hero-lead { margin: 30px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 2.05; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 27px; }
.primary-link { min-width: 226px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: white; box-shadow: 7px 7px 0 var(--mint); font-size: 13px; font-weight: 700; transition: .2s ease; }
.primary-link:hover { transform: translate(3px,3px); box-shadow: 4px 4px 0 var(--mint); }
.quiet-link { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; }.quiet-link span { color: var(--red); }
.hero-art { height: 500px; position: relative; overflow: hidden; isolation: isolate; background: var(--green); border-radius: 3px 44px 3px 3px; box-shadow: 19px 19px 0 var(--paper); }
.hero-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px); background-size: 48px 48px; }
.dialogue-card { position: absolute; z-index: 3; left: 54px; right: 50px; top: 58px; min-height: 252px; padding: 40px 46px; background: var(--cream); box-shadow: 12px 13px 0 rgba(9,30,28,.26); transform: rotate(-1.4deg); }
.quote-mark { position: absolute; right: 27px; top: -22px; color: var(--red); font-family: Georgia, serif; font-size: 102px; line-height: 1; }
.dialogue-card p { margin: 0; font-size: clamp(39px, 4.2vw, 58px); line-height: 1.35; font-weight: 720; letter-spacing: -.06em; }
.dialogue-card small { display: block; margin-top: 23px; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.hero-note { position: absolute; z-index: 4; padding: 13px 16px; background: var(--paper); color: var(--ink); font-size: 11px; box-shadow: 6px 7px 0 rgba(9,30,28,.23); }.hero-note b { color: var(--green); }
.note-one { left: 79px; bottom: 80px; transform: rotate(1.5deg); }.note-two { right: 28px; bottom: 35px; transform: rotate(-2deg); }
.circle { position: absolute; border-radius: 50%; }.circle-one { width: 190px; height: 190px; right: -52px; top: -72px; background: var(--mint); opacity: .36; }.circle-two { width: 156px; height: 156px; left: -57px; bottom: -52px; border: 32px solid var(--red); opacity: .78; }

.section-space { padding: 120px max(24px, calc((100vw - 1240px) / 2)); }
.empathy { display: grid; grid-template-columns: .3fr .7fr; background: var(--paper); }
.empathy-content h2, .value h2, .dialogue h2, .service h2, .process h2, .faq h2, .contact h2 { margin: 0; font-size: clamp(40px, 4.6vw, 64px); line-height: 1.38; letter-spacing: -.055em; }
.empathy-content h2 em, .dialogue-heading h2 em { color: var(--green); font-style: normal; }
.pain-list { margin-top: 62px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.pain-list p { margin: 0; padding: 27px 25px 27px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.9; border-bottom: 1px solid var(--line); }
.pain-list p:nth-child(odd) { border-right: 1px solid var(--line); }.pain-list p:nth-child(even) { padding-left: 28px; }
.empathy-answer { margin: 58px 0 0; font-size: 24px; line-height: 1.75; letter-spacing: -.03em; }.empathy-answer strong { color: var(--red); font-size: 29px; }

.value { background: var(--green-deep); color: white; }
.value-top { margin-top: 48px; display: grid; grid-template-columns: 1.1fr .75fr; gap: 110px; align-items: end; }
.value h2 em { color: var(--mint); font-style: normal; }
.value-copy p { margin: 0 0 18px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 2; }.value-copy p:first-child { color: white; font-weight: 700; }
.value-quote { margin: 82px 0 0; padding: 54px 60px; position: relative; background: var(--cream); color: var(--ink); }.value-quote > span { position: absolute; right: 38px; top: -23px; color: var(--red); font: 100px/1 Georgia,serif; }.value-quote p { margin: 0; font-size: clamp(31px, 3.3vw, 46px); line-height: 1.55; letter-spacing: -.04em; }
.outcomes { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.2); border-top: 0; }.outcomes article { padding: 40px 48px; }.outcomes article + article { border-left: 1px solid rgba(255,255,255,.2); }.outcomes span { color: var(--mint); font-size: 8px; font-weight: 800; letter-spacing: .18em; }.outcomes h3 { margin: 10px 0 22px; font-size: 20px; }.outcomes ul { list-style: none; margin: 0; padding: 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 2.1; }.outcomes li::before { content: "—"; margin-right: 9px; color: var(--red); }

.dialogue { background: var(--cream); }
.dialogue-layout { margin-top: 50px; display: grid; grid-template-columns: 1fr .8fr; gap: 105px; }
.dialogue-heading > p { max-width: 570px; margin: 34px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 2; }
.question-stack { border-top: 1px solid var(--line); }.question-stack > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 28px 0; border-bottom: 1px solid var(--line); }.question-stack span { color: var(--red); font: 10px var(--font-geist-mono), monospace; }.question-stack p { margin: 0; font-size: 14px; line-height: 1.8; }
.story-block { margin-top: 100px; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 420px; background: var(--paper); }
.story-scene { padding: 56px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; background: var(--green); color: white; }.story-scene::before { content: ""; position: absolute; width: 250px; height: 250px; right: -90px; bottom: -100px; border: 44px solid var(--red); border-radius: 50%; opacity: .7; }.story-label { position: absolute; left: 30px; top: 28px; color: var(--mint); font-size: 8px; font-weight: 800; letter-spacing: .18em; }.story-scene p { position: relative; z-index: 1; margin: 0; font-size: 30px; line-height: 1.75; font-weight: 650; }
.story-text { padding: 54px 62px; }.story-text > p { margin: 0 0 16px; color: var(--ink-soft); font-size: 13px; line-height: 1.95; }.story-text blockquote { margin: 30px 0 0; color: var(--green); font-size: 27px; font-weight: 700; letter-spacing: -.03em; }
.difference { margin: 72px 0 0; text-align: center; font-size: 22px; line-height: 1.9; }.difference strong { color: var(--red); font-size: 27px; }

.service { background: var(--green); color: white; }
.service-intro { margin-top: 50px; display: grid; grid-template-columns: 1.15fr .75fr; gap: 110px; align-items: end; }.mini-label { margin: 0 0 15px; color: var(--mint); font-size: 8px; font-weight: 800; letter-spacing: .18em; }.service-intro > p { margin: 0 0 5px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 2; }
.service-core { margin-top: 76px; display: grid; grid-template-columns: .43fr .57fr; background: var(--cream); color: var(--ink); }.service-name { padding: 48px 54px; border-right: 1px solid var(--line); }.service-name > span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .13em; }.service-name h3 { margin: 18px 0 0; font-size: 28px; line-height: 1.55; }.service-details { padding: 48px 54px; }.service-details > p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 2; }.use-cases { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 7px; }.use-cases span { padding: 8px 12px; border: 1px solid var(--line); font-size: 10px; }
.feature-heading { margin-top: 100px; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.22); padding-bottom: 24px; }.feature-heading span { color: var(--mint); font-size: 8px; font-weight: 800; letter-spacing: .18em; }.feature-heading h3 { margin: 0; font-size: 30px; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; }.features-grid article { min-height: 260px; padding: 40px 38px 38px 0; border-bottom: 1px solid rgba(255,255,255,.2); }.features-grid article:nth-child(odd) { padding-right: 55px; border-right: 1px solid rgba(255,255,255,.2); }.features-grid article:nth-child(even) { padding-left: 55px; }.features-grid article > span { color: var(--red); font: 10px var(--font-geist-mono),monospace; }.features-grid h4 { max-width: 430px; margin: 18px 0 17px; font-size: 20px; line-height: 1.6; }.features-grid p { margin: 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.95; }
.recommended { margin-top: 80px; display: grid; grid-template-columns: .36fr .64fr; background: var(--cream); color: var(--ink); }.recommended > div { padding: 48px 50px; border-right: 1px solid var(--line); }.recommended small { color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .16em; }.recommended h3 { margin: 17px 0 0; font-size: 26px; line-height: 1.55; }.recommended ul { list-style: none; margin: 0; padding: 34px 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }.recommended li { padding: 14px 0 14px 20px; position: relative; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; line-height: 1.7; }.recommended li::before { content: "●"; position: absolute; left: 0; top: 16px; color: var(--red); font-size: 7px; }

.process { background: var(--paper); }
.process-head { display: grid; grid-template-columns: .3fr .7fr; }.process-head h2 { grid-column: 2; margin-top: 20px; }.process-head > p { grid-column: 2; margin: 19px 0 0; color: var(--ink-soft); font-size: 13px; }
.steps { list-style: none; margin: 60px 0 0 30%; padding: 0; border-top: 1px solid var(--line); }.steps li { min-height: 142px; display: grid; grid-template-columns: 62px 1fr; gap: 27px; align-items: center; border-bottom: 1px solid var(--line); }.steps li > span { color: var(--red); font: 10px var(--font-geist-mono),monospace; }.steps h3 { margin: 0 0 8px; font-size: 18px; }.steps p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }

.pricing { background: var(--cream); }
.pricing-head { display: grid; grid-template-columns: .3fr .7fr; }.pricing-head > div:last-child { grid-column: 2; }.pricing-head h2 { margin: 20px 0 0; font-size: clamp(40px,4.6vw,62px); line-height: 1.4; letter-spacing: -.055em; }.pricing-head p { margin: 23px 0 0; color: var(--ink-soft); font-size: 13px; }
.price-cards { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }.price-card { padding: 48px; position: relative; border: 1px solid var(--line); background: var(--paper); }.featured-plan { background: var(--green-deep); color: white; border-color: var(--green-deep); }.limited { position: absolute; right: 20px; top: 20px; padding: 8px 10px; background: var(--red); color: white; font-size: 8px; font-weight: 800; letter-spacing: .12em; }.plan-head > span { color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .18em; }.featured-plan .plan-head > span { color: var(--mint); }.plan-head h3 { margin: 14px 0 9px; font-size: 25px; }.plan-head p { margin: 0; min-height: 42px; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }.featured-plan .plan-head p { color: rgba(255,255,255,.6); }.price { margin: 36px 0 30px; padding-bottom: 28px; display: flex; align-items: flex-end; gap: 10px; border-bottom: 1px solid var(--line); }.featured-plan .price { border-color: rgba(255,255,255,.18); }.price b { font-size: 48px; line-height: 1; letter-spacing: -.05em; }.price > span { font-size: 13px; }.price small { display: block; margin-top: 7px; color: var(--ink-soft); font-size: 9px; }.featured-plan .price small { color: rgba(255,255,255,.5); }.price-card > ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }.price-card li { padding: 10px 0 10px 16px; position: relative; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; line-height: 1.6; }.featured-plan li { color: rgba(255,255,255,.68); border-color: rgba(255,255,255,.14); }.price-card li::before { content: "—"; position: absolute; left: 0; color: var(--red); }.normal-price { margin: 24px 0 0; color: var(--mint); font-size: 9px; }
.price-notes { margin-top: 18px; padding: 36px 42px; display: grid; grid-template-columns: .3fr .7fr; background: var(--paper); }.price-notes > div { border-right: 1px solid var(--line); }.price-notes span { color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .16em; }.price-notes h3 { margin: 9px 0 0; font-size: 18px; }.price-notes ul { list-style: none; margin: 0; padding: 0 0 0 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; }.price-notes li { position: relative; padding-left: 13px; color: var(--ink-soft); font-size: 10px; line-height: 1.7; }.price-notes li::before { content: "・"; position: absolute; left: 0; color: var(--red); }

.about { display: grid; grid-template-columns: .38fr .62fr; padding-top: 0; padding-bottom: 0; background: var(--green-deep); color: white; }
.about-mark { min-height: 650px; margin-left: calc(-1 * max(24px, calc((100vw - 1240px) / 2))); padding-left: max(24px, calc((100vw - 1240px) / 2)); position: relative; overflow: hidden; display: grid; place-items: center; background: var(--mint); color: var(--green); }.about-mark::before { content: ""; position: absolute; width: 330px; height: 330px; left: -155px; bottom: -140px; border: 55px solid var(--red); border-radius: 50%; opacity: .85; }.about-mark > span { width: 170px; height: 170px; display: grid; place-items: center; border: 2px solid var(--green); border-radius: 50%; font-size: 47px; font-weight: 750; letter-spacing: -.05em; }.about-mark i { position: absolute; right: 30px; bottom: 24px; color: var(--green); font-size: 9px; font-style: normal; font-weight: 800; line-height: 1.5; letter-spacing: .15em; }
.about-copy { padding: 90px 0 90px 82px; }.about-role { margin: 38px 0 10px; color: var(--mint); font-size: 11px; letter-spacing: .1em; }.about-copy h2 { margin: 0 0 30px; font-size: 31px; }.about-copy h2 small { margin-left: 15px; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .15em; }.about-copy > p:not(.about-role) { max-width: 690px; margin: 0 0 15px; color: rgba(255,255,255,.69); font-size: 13px; line-height: 2; }.about-proof { margin-top: 31px; display: flex; gap: 8px; }.about-proof span { min-width: 118px; padding: 12px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.55); font-size: 8px; }.about-proof b { margin-bottom: 5px; color: white; font-size: 18px; }.edit-links { margin-top: 26px; display: flex; align-items: center; gap: 8px; }.edit-links small { margin-right: 8px; color: var(--mint); font-size: 8px; letter-spacing: .16em; }.edit-links a { width: auto; min-width: 150px; padding: 8px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 9px; }

.faq { background: var(--cream); display: grid; grid-template-columns: .34fr .66fr; gap: 60px; }.faq-head h2 { margin-top: 24px; font-size: 43px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; min-height: 98px; padding: 26px 0; display: grid; grid-template-columns: 48px 1fr 30px; align-items: center; cursor: pointer; font-size: 14px; line-height: 1.7; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary > span { color: var(--red); font: 10px var(--font-geist-mono), monospace; }.faq-list summary i { color: var(--green); font-size: 20px; font-style: normal; font-weight: 300; transition: transform .2s ease; }.faq-list details[open] summary i { transform: rotate(45deg); }.faq-answer { padding: 0 38px 30px 48px; display: grid; grid-template-columns: 32px 1fr; gap: 16px; }.faq-answer span { color: var(--green); font: 11px var(--font-geist-mono),monospace; }.faq-answer p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 2; }

.contact { padding: 130px 24px; position: relative; overflow: hidden; background: var(--ink); color: white; text-align: center; }.contact::before { content: ""; position: absolute; width: 310px; height: 310px; left: -110px; top: -150px; border: 55px solid var(--red); border-radius: 50%; opacity: .22; }.contact::after { content: "＋"; position: absolute; right: 9%; top: 14%; color: var(--mint); font-size: 78px; font-weight: 200; transform: rotate(12deg); opacity: .25; }.contact-inner { position: relative; z-index: 1; }.contact-en { margin: 0 0 22px; color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .2em; }.contact h2 { font-size: clamp(42px,5vw,68px); }.contact h2 + p { margin: 27px 0 36px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.9; }.contact-button { width: 280px; margin: 0 auto; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; background: var(--red); box-shadow: 8px 8px 0 var(--mint); color: white; font-size: 13px; font-weight: 800; transition: .2s ease; }.contact-button:hover { transform: translate(3px,3px); box-shadow: 5px 5px 0 var(--mint); }.contact small { display: block; margin-top: 22px; color: rgba(255,255,255,.36); font-size: 8px; }
footer { min-height: 124px; padding: 0 max(24px,calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; background: var(--cream); }footer > p { text-align: center; color: var(--ink-soft); font-size: 9px; letter-spacing: .09em; }footer > a:last-child { text-align: right; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .13em; }

/* Short, consultation-first page */
.compact-hero { min-height: 610px; padding-top: 58px; padding-bottom: 66px; }
.direct-lead { max-width: 650px; }
.quick-facts { margin-top: 34px; padding: 17px 0; display: flex; gap: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.quick-facts span::before { content: "●"; margin-right: 8px; color: var(--red); font-size: 6px; vertical-align: 2px; }
.service-overview { background: var(--paper); }
.overview-head,.short-heading,.problem-layout { margin-top: 34px; display: grid; grid-template-columns: 1.05fr .75fr; gap: 90px; align-items: end; }
.overview-head h2,.short-heading h2,.problem-layout h2 { margin: 0; font-size: clamp(38px,4.2vw,58px); line-height: 1.42; letter-spacing: -.055em; }
.overview-head p,.short-heading p,.problem-layout > div > p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 2; }
.three-actions { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.three-actions article { padding: 36px; min-height: 210px; }
.three-actions article + article { border-left: 1px solid var(--line); }
.three-actions span { color: var(--red); font: 10px var(--font-geist-mono),monospace; }
.three-actions h3 { margin: 18px 0 12px; font-size: 20px; }
.three-actions p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.9; }
.inline-cta,.price-cta { margin-top: 28px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--green-deep); color: white; }
.inline-cta p,.price-cta p { margin: 0; font-size: 15px; line-height: 1.8; }
.inline-cta a,.price-cta a { flex: 0 0 auto; padding: 13px 18px; background: var(--red); font-size: 11px; font-weight: 800; }
.problem-short { background: var(--green-deep); color: white; }
.problem-layout { margin-top: 0; align-items: start; }
.problem-layout h2 { color: white; }
.problem-layout > div > p { color: rgba(255,255,255,.68); }
.problem-layout blockquote { margin: 28px 0 0; padding-left: 20px; border-left: 3px solid var(--red); color: var(--mint); font-size: 20px; line-height: 1.75; }
.features-short { background: var(--cream); }
.compact-features { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.compact-features article { padding: 31px 34px 31px 0; border-bottom: 1px solid var(--line); }
.compact-features article:nth-child(odd) { border-right: 1px solid var(--line); }
.compact-features article:nth-child(even) { padding-left: 34px; }
.compact-features span { color: var(--red); font: 10px var(--font-geist-mono),monospace; }
.compact-features h3 { margin: 13px 0 10px; font-size: 18px; }
.compact-features p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.9; }
.compact-process { background: var(--paper); }
.horizontal-steps { list-style: none; margin: 58px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.horizontal-steps li { min-height: 180px; padding: 29px 25px; border-right: 1px solid var(--line); }
.horizontal-steps li:last-child { border-right: 0; }
.horizontal-steps span { color: var(--red); font: 10px var(--font-geist-mono),monospace; }
.horizontal-steps h3 { margin: 25px 0 10px; font-size: 16px; }
.horizontal-steps p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.75; }
.compact-about .about-mark { min-height: 540px; }
.compact-about .about-copy { padding-top: 70px; padding-bottom: 70px; }
.compact-faq { padding-top: 90px; padding-bottom: 90px; }
.floating-contact { position: fixed; z-index: 20; right: 24px; bottom: 24px; padding: 14px 20px; border-radius: 100px; background: var(--red); color: white; box-shadow: 0 8px 25px rgba(22,45,45,.24); font-size: 11px; font-weight: 800; }

@media (max-width: 900px) {
  .site-header { width: min(100% - 32px,700px); height: 76px; }.site-header nav > a:not(.nav-contact) { display: none; }.nav-contact { padding: 10px 14px; }
  .hero { width: min(100% - 32px,700px); grid-template-columns: 1fr; padding: 58px 0 72px; gap: 55px; }.hero-art { height: 450px; }
  .section-space { padding: 94px max(24px,calc((100vw - 700px)/2)); }
  .empathy { grid-template-columns: 1fr; gap: 45px; }.value-top,.dialogue-layout,.service-intro { grid-template-columns: 1fr; gap: 42px; }
  .story-block { grid-template-columns: 1fr; }.story-scene { min-height: 320px; }.service-core { grid-template-columns: 1fr; }.service-name { border-right: 0; border-bottom: 1px solid var(--line); }.recommended { grid-template-columns: 1fr; }.recommended > div { border-right: 0; border-bottom: 1px solid var(--line); }.pricing-head { grid-template-columns: 1fr; }.pricing-head > div:last-child { grid-column: 1; }
  .process-head { grid-template-columns: 1fr; }.process-head h2,.process-head > p { grid-column: 1; }.steps { margin-left: 0; }
  .about { grid-template-columns: .42fr .58fr; }.about-mark { margin-left: calc(-1 * max(24px,calc((100vw - 700px)/2))); padding-left: max(24px,calc((100vw - 700px)/2)); }.about-copy { padding-left: 48px; }
  .faq { grid-template-columns: 1fr; }
  .overview-head,.short-heading,.problem-layout { grid-template-columns: 1fr; gap: 28px; }
  .horizontal-steps { grid-template-columns: repeat(3,1fr); }.horizontal-steps li:nth-child(3) { border-right: 0; }.horizontal-steps li:nth-child(n+4) { border-top: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 28px); }.brand b { font-size: 12px; }.brand small { font-size: 7px; }.nav-contact { font-size: 11px; gap: 10px; }
  .hero { width: calc(100% - 28px); padding-top: 44px; }.eyebrow { font-size: 8px; }h1 { font-size: 40px; }.nowrap { white-space: normal; }.hero-lead { font-size: 14px; }.desktop-only { display: none; }.hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-art { height: 376px; border-radius: 3px 28px 3px 3px; box-shadow: 10px 10px 0 var(--paper); }.dialogue-card { left: 24px; right: 25px; top: 43px; min-height: 205px; padding: 31px 25px; }.dialogue-card p { font-size: 38px; }.note-one { left: 38px; bottom: 66px; }.note-two { right: 13px; bottom: 23px; }
  .section-space { padding: 76px 20px; }.empathy-content h2,.value h2,.dialogue h2,.service h2,.process h2,.faq h2 { font-size: 36px; }.pain-list { grid-template-columns: 1fr; }.pain-list p:nth-child(odd) { border-right: 0; }.pain-list p:nth-child(even) { padding-left: 0; }.empathy-answer { font-size: 20px; }.empathy-answer strong { font-size: 23px; }
  .value-quote { padding: 38px 26px; }.value-quote p { font-size: 27px; }.outcomes { grid-template-columns: 1fr; }.outcomes article { padding: 32px 27px; }.outcomes article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .dialogue-layout { gap: 45px; }.story-block { margin-top: 70px; }.story-scene { min-height: 280px; padding: 38px 27px; }.story-scene p { font-size: 25px; }.story-text { padding: 38px 27px; }.difference { font-size: 18px; }.difference strong { font-size: 22px; }
  .service-core { margin-top: 55px; }.service-name,.service-details { padding: 36px 27px; }.service-name h3 { font-size: 25px; }.feature-heading { margin-top: 70px; display: block; }.feature-heading h3 { margin-top: 13px; font-size: 25px; }.features-grid { grid-template-columns: 1fr; }.features-grid article,.features-grid article:nth-child(odd),.features-grid article:nth-child(even) { min-height: 0; padding: 32px 0; border-right: 0; }.recommended { margin-top: 60px; }.recommended > div { padding: 35px 27px; }.recommended ul { padding: 24px 27px; grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 43px 1fr; min-height: 150px; gap: 15px; }
  .pricing-head h2 { font-size: 36px; }.price-cards { grid-template-columns: 1fr; }.price-card { padding: 38px 27px; }.price { align-items: flex-end; }.price b { font-size: 42px; }.price-card > ul { grid-template-columns: 1fr; }.price-notes { grid-template-columns: 1fr; padding: 32px 27px; }.price-notes > div { padding-bottom: 20px; border-right: 0; border-bottom: 1px solid var(--line); }.price-notes ul { padding: 22px 0 0; grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; padding: 0; }.about-mark { min-height: 300px; margin-left: 0; padding-left: 0; }.about-mark > span { width: 130px; height: 130px; font-size: 38px; }.about-copy { padding: 70px 25px; }.about-copy h2 small { display: block; margin: 8px 0 0; }.about-proof { flex-wrap: wrap; }.about-proof span { flex: 1; min-width: 96px; }
  .faq-list summary { grid-template-columns: 39px 1fr 24px; font-size: 13px; }.faq-answer { padding-left: 39px; }
  .contact { padding: 95px 20px; }.contact h2 { font-size: 39px; }.contact-button { width: min(100%,280px); }
  footer { grid-template-columns: 1fr auto; padding: 28px 20px; }footer > p { display: none; }
  .compact-hero { padding-bottom: 54px; }.quick-facts { gap: 11px; flex-wrap: wrap; }.quick-facts span { flex: 1; min-width: 88px; }
  .overview-head h2,.short-heading h2,.problem-layout h2 { font-size: 34px; }
  .three-actions { grid-template-columns: 1fr; }.three-actions article { min-height: 0; padding: 28px 25px; }.three-actions article + article { border-left: 0; border-top: 1px solid var(--line); }
  .inline-cta,.price-cta { padding: 25px; align-items: flex-start; flex-direction: column; }
  .compact-features { grid-template-columns: 1fr; }.compact-features article,.compact-features article:nth-child(even) { padding: 27px 0; border-right: 0; }
  .horizontal-steps { grid-template-columns: 1fr 1fr; }.horizontal-steps li,.horizontal-steps li:nth-child(3) { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }.horizontal-steps li:nth-child(odd) { border-left: 0; }.horizontal-steps li:nth-child(even) { border-right: 0; }.horizontal-steps li:first-child,.horizontal-steps li:nth-child(2) { border-top: 0; }
  .compact-about .about-mark { min-height: 280px; }.compact-faq { padding-top: 70px; padding-bottom: 70px; }
  .floating-contact { right: 14px; bottom: 14px; padding: 12px 16px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*,*::before,*::after { transition: none !important; } }
