
:root {
  --yellow: #ffe100;
  --ink: #242321;
  --muted: #626260;
  --line: #d9d9d5;
  --gray: #f3f3f1;
  --paper: #e9e9e7;
  --content: 1280px;
  --gutter: max(5.5vw, calc((100vw - var(--content))/2));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif; font-size: 16px; line-height: 1.95; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.35em; }
img { max-width: 100%; }
section, article, .hero-bottom > div, .work-grid > *, .collaboration > * { min-width: 0; }
::selection { background: var(--yellow); color: var(--ink); }
a:focus-visible, summary:focus-visible { outline: 3px solid #2154bf; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: #fff; padding: 12px 20px; }
.skip-link:focus { top: 12px; }

/* A quiet header, with the supplied brand kept intact. */
header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 102px; padding: 24px var(--gutter); background: #f6f6f2ed; backdrop-filter: blur(14px); border-bottom: 1px solid #24232108; }
.brand { display: inline-flex; align-items: center; width: 234px; flex-shrink: 0; }
.brand-logo { display: block; width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
nav > a:not(.button) { position: relative; white-space: nowrap; }
nav > a:not(.button)::after { content: ""; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--ink); transition: width .2s ease; }
nav > a:hover::after { width: 100%; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 29px; min-height: 62px; border: 1px solid var(--yellow); border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 15px; font-weight: 700; line-height: 1.6; transition: background .2s, transform .2s; }
.button:hover { background: #f3d600; transform: translateY(-2px); }
.button span { font-size: 21px; }
.button.small { min-height: 46px; padding: 12px 22px; gap: 20px; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 24px; font-size: 15px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; width: fit-content; }
.text-link:hover { opacity: .65; }

/* Typography and a simple diagonal accent carry the first view. */
.hero { position: relative; isolation: isolate; overflow: hidden; padding: 64px var(--gutter) 56px; background: linear-gradient(115deg, #e8e8e5 0%, #f3f3f0 62%, #e3e3e0 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; top: -22%; left: 62%; width: 28%; height: 160%; background: var(--yellow); transform: rotate(29deg); }
.hero::after { content: ""; position: absolute; z-index: -1; top: -40%; left: 50%; width: 5%; height: 185%; background: #ffffff65; transform: rotate(29deg); }
.hero-copy { position: relative; }
.tag { font-size: 14px; font-weight: 700; margin-bottom: 15px; }
.hero-catch { font-size: clamp(25px, 2.65vw, 38px); letter-spacing: -.025em; line-height: 1.65; margin: 0; font-weight: 800; }
.hero-catch em { font-style: normal; }
.h1-service { display: block; font-size: 16px; line-height: 1.65; font-weight: 800; letter-spacing: .02em; margin: 0 0 8px; }
.hero-type { font: 800 clamp(76px, 12.6vw, 182px)/.93 Arial, Helvetica, sans-serif; letter-spacing: -.07em; margin: 35px 0 38px; }
.hero-type span { display: block; width: fit-content; }
.hero-type span:first-child { color: #969692; }
.hero-type span:last-child { color: var(--ink); }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.lead { font-size: 16px; margin: 0; font-weight: 500; }
.hero-note { font-size: 14px; margin: 12px 0 0; color: #4e4e4b; }
.cta-pair { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; padding-bottom: 4px; }
.hero .button { background: var(--ink); color: #fff; border-color: var(--ink); }
.hero .button:hover { background: #45443e; }
.hero-index { display: block; margin-top: 35px; font: 700 12px/1.5 Arial, sans-serif; letter-spacing: .12em; }
.ribbon { display: flex; justify-content: center; align-items: center; gap: 46px; padding: 27px var(--gutter); font-size: 16px; font-weight: 700; border-bottom: 1px solid var(--line); }
.ribbon b { font-weight: 400; font-size: 22px; color: #898983; }

/* Broad English titles and clear Japanese descriptions. */
.section { padding: 108px var(--gutter); margin: 0; }
.eyebrow { font: 800 clamp(54px, 7.3vw, 104px)/1 Arial, Helvetica, sans-serif; letter-spacing: -.055em; margin: 0 0 20px; }
h2 { font-size: clamp(26px, 2.55vw, 36px); line-height: 1.65; letter-spacing: -.025em; margin: 0 0 28px; font-weight: 800; }
h3 { font-size: 21px; line-height: 1.65; margin: 0 0 18px; font-weight: 800; }
h4 { font-size: 18px; line-height: 1.7; margin: 0 0 14px; }
.section-description { color: var(--muted); margin-bottom: 0; max-width: 900px; }
.intro { position: relative; overflow: hidden; background: var(--yellow); display: grid; grid-template-columns: .95fr 1.1fr; gap: 26px 8%; align-items: start; }
.intro .eyebrow { grid-column: 1; grid-row: 1 / 3; max-width: 420px; font-size: clamp(68px, 7.6vw, 108px); line-height: 1.04; }
.intro h2 { grid-column: 2; margin-bottom: 0; }
.intro > p:last-child { grid-column: 2; margin: 0; max-width: 650px; }
.journey { background: var(--gray); }
.sales-diagram { margin: 38px 0 30px; }
.sales-diagram figcaption { font-size: 16px; font-weight: 700; margin-bottom: 25px; }
.sales-flow { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 34px; padding: 0; margin: 0; list-style: none; }
.sales-flow > li { position: relative; min-width: 0; padding: 24px 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.sales-flow > li:not(:last-child)::after { content: "→"; position: absolute; right: -29px; top: 50%; transform: translateY(-50%); font: 400 25px/1 Arial,sans-serif; color: var(--ink); }
.sales-phase { display: flex; align-items: baseline; gap: 12px; font: 700 13px/1.5 Arial,sans-serif; color: var(--muted); margin-bottom: 24px; }
.sales-phase b { color: var(--ink); font: 700 18px/1.6 "Yu Gothic",Meiryo,sans-serif; }
.sales-flow h3 { font-size: 18px; margin-bottom: 14px; }
.sales-flow p { font-size: 16px; color: var(--muted); margin: 0; }
.sales-flow > .sales-video-step { border-top: 5px solid var(--yellow); padding-top: 20px; }
.sales-video-type { display: block; border-top: 1px solid var(--line); margin-top: 20px; padding-top: 14px; font-size: 14px; font-weight: 700; }
.sales-insight { position: relative; width: calc((100% - 102px)/2 + 34px); margin: 25px auto 0; padding: 19px 24px; background: var(--yellow); border-radius: 12px; text-align: center; }
.sales-insight::before { content: ""; position: absolute; width: 2px; height: 25px; background: #b2a21c; left: calc(50% - 1px); top: -25px; }
.sales-insight > span { display: block; font-size: 14px; margin-bottom: 3px; }
.sales-insight strong { display: block; font-size: 17px; }
.sales-usage { display: flex; align-items: baseline; gap: 25px; margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); }
.sales-usage > span { flex-shrink: 0; font-size: 14px; font-weight: 700; }
.sales-usage ul { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 0; list-style: none; font-size: 14px; color: var(--muted); }
.sales-usage li::before { content: "・"; }
.eyebrow-jp { font-family: "Noto Sans JP","Yu Gothic",Meiryo,sans-serif; font-size: clamp(46px,5.6vw,78px); letter-spacing: .02em; }
.journey-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; list-style: none; margin: 44px 0 28px; padding: 0; }
.journey-steps li { background: #fff; border-radius: 22px; padding: 30px; }
.journey-label { display: inline-block; background: var(--yellow); padding: 4px 12px; border-radius: 999px; font-size: 14px; font-weight: 700; margin-bottom: 25px; }
.journey-steps p { font-size: 16px; color: var(--muted); }
.use-example { display: block; font-size: 14px; border-top: 1px solid var(--line); padding-top: 19px; }
.journey-foot { margin: 0; font-size: 16px; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.section-head > p { color: var(--muted); white-space: nowrap; }
.problem-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; margin-top: 42px; }
.problem-grid article { border-top: 1px solid var(--ink); padding-top: 26px; }
.problem-grid article > span { display: block; font: 700 14px/1.5 Arial,sans-serif; letter-spacing: .05em; margin-bottom: 23px; }
.problem-grid p { font-size: 16px; color: var(--muted); margin-bottom: 0; }

/* An overview of the available support, followed by the service details. */
.support { border-top: 1px solid var(--line); }
.support h2 > span, .support-grid h3 > span { display: inline-block; }
.support-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; list-style: none; padding: 0; margin: 44px 0 0; }
.support-grid li { min-width: 0; min-height: 160px; padding: 24px; background: var(--gray); border-radius: 18px; border: 1px solid #e6e6e1; }
.support-grid li > span { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--yellow); font: 700 12px/1 Arial,sans-serif; margin-bottom: 19px; }
.support-grid h3 { font-size: 18px; line-height: 1.65; margin: 0; }

/* Service rows are generous, with the details visually grouped. */
.services { background: var(--gray); }
.service-list { margin-top: 52px; }
.service-list article { position: relative; display: grid; grid-template-columns: 75px minmax(0,1fr) 140px; gap: 28px; padding: 42px 38px; margin-top: 20px; background: #fff; border-radius: 24px; }
.num { font: 800 55px/1 Arial, sans-serif; letter-spacing: -.06em; color: #c3c3bd; }
.service-list h3 { font-size: 25px; margin-bottom: 20px; }
.service-list p { color: var(--muted); max-width: 720px; }
.service-word { text-align: right; font: 700 12px/1.5 Arial, sans-serif; padding-top: 8px; letter-spacing: .06em; }
.service-points { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 20px; }
.service-points li { border-left: 3px solid var(--yellow); padding-left: 18px; }
.service-points strong, .service-points span { display: block; font-size: 16px; }
.service-points span { color: var(--muted); margin-top: 4px; }
.service-list p.service-output { background: var(--gray); border-radius: 12px; font-size: 14px; padding: 17px 20px; margin: 0; }
.service-output b { display: block; color: var(--ink); margin-bottom: 4px; }
.service-note { font-size: 16px; background: var(--yellow); border-radius: 14px; margin: 24px 0 0; padding: 23px 30px; }
.collaboration { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding-top: 55px; margin-top: 55px; border-top: 1px solid var(--line); }
.collaboration .eyebrow { font-size: 30px; letter-spacing: -.04em; margin-bottom: 20px; }
.collaboration > div > p:last-child { color: var(--muted); margin-bottom: 0; }
.role-list > div { border-bottom: 1px solid var(--line); padding: 24px 0; }
.role-list > div:first-child { padding-top: 0; }
.role-list span { display: inline; font-weight: 700; background: linear-gradient(transparent 65%, var(--yellow) 65%); }
.role-list p { margin: 12px 0 0; color: var(--muted); }

.topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 45px; }
.topic-grid article { border-top: 1px solid var(--line); padding-top: 26px; }
.topic-tag { display: inline-block; font-size: 14px; font-weight: 700; background: var(--gray); border-radius: 999px; padding: 4px 14px; margin-bottom: 20px; }
.topic-grid h3 { font-size: 25px; }
.topic-grid ul { padding-left: 20px; font-size: 16px; color: var(--muted); }
.topic-grid li { margin: 8px 0; }
.storyboard { margin-top: 50px; padding: 42px; border-radius: 24px; background: var(--gray); }
.storyboard-head .topic-tag { background: var(--yellow); }
.storyboard-head h3 { font-size: 28px; }
.storyboard-head > p { color: var(--muted); }
.storyboard-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; padding: 0; margin: 36px 0 30px; list-style: none; }
.storyboard-steps li { border-top: 1px solid #aaa; padding-top: 22px; }
.storyboard-steps li > span { display: block; font: 700 13px/1.5 Arial, sans-serif; letter-spacing: .05em; margin-bottom: 18px; }
.storyboard-steps p { color: var(--muted); font-size: 16px; margin: 0; }
.storyboard-note { border-top: 1px solid var(--line); padding-top: 24px; margin: 0; font-size: 14px; color: var(--muted); }

.work { background: var(--gray); }
.work-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; margin-top: 48px; }
.work-copy > p { color: var(--muted); }
.work-copy .topic-tag { background: var(--yellow); }
.work-copy h3 { font-size: 24px; }
.video-card { display: block; background: #fff; border-radius: 22px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.video-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px #2423210c; }
.video-card img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.video-caption { padding: 28px 30px; }
.video-caption > span { font-size: 14px; color: var(--muted); }
.video-caption h3 { font-size: 19px; margin: 10px 0 20px; }
.video-caption p { font-size: 14px; font-weight: 700; margin: 0; }
.trust .problem-grid article > span { font-size: 18px; letter-spacing: -.02em; }
.trust .problem-grid article { border-top: 5px solid var(--yellow); }

.approach { display: grid; grid-template-columns: 1fr 1fr; gap: 0 8%; background: var(--ink); color: #fff; }
.approach > .eyebrow { grid-column: 1 / -1; color: var(--yellow); }
.approach-copy { font-size: 16px; color: #d5d5cf; }
.review-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 38px; margin-top: 32px; }
.review-grid article { border-top: 1px solid #77776f; padding-top: 24px; }
.review-grid article > span { color: var(--yellow); font-size: 14px; }
.review-grid h3 { font-size: 22px; margin: 18px 0 24px; }
.review-grid dl { margin: 0; }
.review-grid dt { color: #bdbdb5; font-size: 14px; margin-bottom: 7px; }
.review-grid dd { color: #f1f1eb; font-size: 16px; margin: 0 0 23px; }
.review-note { grid-column: 1 / -1; border-top: 1px solid #77776f; padding-top: 27px; margin: 20px 0 0; color: #d5d5cf; font-size: 14px; }

.price { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.quote-price { font-size: 19px; color: var(--ink); }
.included-label { display: inline-block; border-bottom: 4px solid var(--yellow); font-size: 16px; font-weight: 700; }
.price-box { background: var(--gray); border-radius: 24px; padding: 38px; }
.price-box h3 { font-size: 21px; }
.price-box dl { margin: 0 0 24px; }
.price-box dl > div { display: grid; grid-template-columns: 95px 1fr; gap: 10px; border-bottom: 1px solid var(--line); padding: 18px 0; font-size: 16px; }
.price-box dt { font-weight: 700; }
.price-box dd { margin: 0; color: var(--muted); }
.price-box p { font-size: 14px; color: var(--muted); margin: 0; }
.flow { padding-top: 35px; }
.flow ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px; margin: 45px 0 0; padding: 0; list-style: none; counter-reset: flow; }
.flow li { counter-increment: flow; border-top: 1px solid var(--line); padding-top: 24px; }
.flow li::before { content: "0" counter(flow); display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--yellow); font: 700 17px Arial, sans-serif; margin-bottom: 22px; }
.flow p { font-size: 16px; color: var(--muted); margin: 0; }
.faq { background: var(--gray); }
.faq details { border-bottom: 1px solid #ccc; padding: 27px 0; }
.faq details:first-of-type { margin-top: 40px; border-top: 1px solid #ccc; }
.faq summary { position: relative; display: flex; align-items: baseline; gap: 22px; padding-right: 40px; list-style: none; cursor: pointer; font-size: 17px; font-weight: 700; line-height: 1.8; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "Q"; flex-shrink: 0; font: 800 23px/1.5 Arial, sans-serif; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 0; font: 400 27px/1.1 Arial, sans-serif; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); max-width: 980px; padding: 20px 40px 0 42px; margin: 0; }
.documents { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.documents h2 { font-size: 28px; }
.documents p:last-child { color: var(--muted); margin: 0; }
.documents .button { flex-shrink: 0; }
.contact { text-align: left; background: var(--yellow); }
.contact .eyebrow { font-size: clamp(76px,11vw,156px); margin-bottom: 30px; }
.consult-badge { display: inline-block; font-size: 15px; font-weight: 700; background: #fff; padding: 5px 20px; border-radius: 999px; margin-bottom: 24px; }
.contact h2 { font-size: clamp(28px,3.1vw,44px); }
.contact .contact-cta { background: var(--ink); border-color: var(--ink); color: #fff; }
.contact .contact-cta:hover { background: #45443e; }
.consult-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; margin: 45px 0 35px; }
.consult-grid > div { border-top: 1px solid #24232170; padding-top: 25px; }
.consult-grid h3 { font-size: 20px; }
.consult-grid p { font-size: 16px; margin-bottom: 0; }
.pending { display: inline-block; padding: 19px 30px; border: 1px solid #24232180; border-radius: 999px; font-size: 15px; font-weight: 700; margin-top: 10px; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 52px var(--gutter); background: var(--gray); font-size: 13px; }
footer .brand { width: 215px; }
footer p { margin: 0; }
footer > a:last-child { font-size: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

@media (max-width: 1100px) {
  header { gap: 22px; }
  header .brand { width: 195px; }
  nav { gap: 18px; font-size: 13px; }
  .hero-bottom { gap: 25px; }
  .hero .button { font-size: 14px; gap: 18px; padding: 18px 22px; }
  .service-list article { grid-template-columns: 65px minmax(0,1fr); }
  .service-word { display: none; }
  .journey-steps li { padding: 25px; }
  .problem-grid, .review-grid, .work-grid { gap: 28px; }
  .price { gap: 35px; }
  .price-box { padding: 28px; }
}
@media (max-width: 800px) {
  :root { --gutter: 6%; }
  html { scroll-padding-top: 90px; }
  header { min-height: 82px; padding: 18px var(--gutter); gap: 16px; }
  header .brand { width: min(42vw,180px); flex: 0 1 180px; min-width: 0; }
  nav { flex-shrink: 0; }
  nav > a:not(.button) { display: none; }
  .button.small { min-height: 40px; padding: 10px 14px; font-size: 12px; gap: 9px; }
  .button.small span { font-size: 16px; }
  .hero { padding: 48px var(--gutter) 35px; }
  .hero::before { left: 73%; width: 40%; top: -10%; }
  .hero::after { left: 44%; width: 9%; }
  .tag { font-size: 13px; margin-bottom: 16px; }
  .h1-service { font-size: 14px; line-height: 1.75; margin-bottom: 12px; }
  .hero-catch { font-size: clamp(20px,4.55vw,32px); line-height: 1.75; }
  .hero-type { font-size: clamp(48px,14.3vw,112px); margin: 32px 0; line-height: 1.02; letter-spacing: -.07em; white-space: nowrap; }
  .hero-type span:first-child { color: #80807b; }
  .hero-bottom { display: block; }
  .lead { font-size: 15px; line-height: 1.95; }
  .hero-note { font-size: 13px; }
  .cta-pair { margin-top: 24px; gap: 15px; }
  .hero .button { font-size: 14px; padding: 16px 23px; min-height: 57px; }
  .hero-index { margin-top: 30px; font-size: 12px; }
  .ribbon { gap: 12px; flex-wrap: wrap; padding: 21px var(--gutter); font-size: 13px; }
  .ribbon b { font-size: 16px; }
  .section { padding: 70px var(--gutter); }
  .eyebrow { font-size: clamp(48px,11.8vw,78px); margin-bottom: 20px; }
  h2 { font-size: clamp(25px,5.9vw,32px); margin-bottom: 25px; line-height: 1.65; }
  h3 { font-size: 20px; }
  .intro { display: block; }
  .intro .eyebrow { font-size: clamp(63px,14vw,98px); max-width: none; margin-bottom: 30px; }
  .intro h2 { margin-bottom: 25px; }
  .journey-steps, .problem-grid, .topic-grid, .storyboard-steps, .work-grid, .review-grid, .consult-grid, .flow ol { grid-template-columns: 1fr; }
  .journey-steps { gap: 18px; margin-top: 32px; }
  .sales-flow { grid-template-columns: 1fr; gap: 34px; }
  .sales-flow > li { padding: 24px; }
  .sales-flow > .sales-video-step { padding-top: 20px; }
  .sales-flow > li:not(:last-child)::after { content: "↓"; top: auto; bottom: -29px; right: calc(50% - 9px); transform: none; }
  .sales-phase { margin-bottom: 17px; }
  .sales-insight { width: 100%; margin-top: 28px; padding: 22px; }
  .sales-insight::before { display: none; }
  .sales-insight strong { font-size: 17px; }
  .sales-usage { display: block; }
  .sales-usage ul { display: grid; gap: 8px; margin-top: 13px; }
  .journey-steps li { padding: 27px; }
  .journey-label { margin-bottom: 20px; }
  .section-head { display: block; }
  .section-head > p { display: none; }
  .problem-grid { gap: 30px; margin-top: 32px; }
  .problem-grid h3 br { display: none; }
  .problem-grid article > span { margin-bottom: 18px; }
  .service-list { margin-top: 32px; }
  .support-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 32px; }
  .support-grid li { min-height: 155px; padding: 20px 14px; border-radius: 15px; }
  .support-grid h3 { font-size: 15px; }
  .service-list article { grid-template-columns: minmax(0,1fr); gap: 16px; padding: 28px 23px; border-radius: 20px; }
  .num { font-size: 42px; }
  .service-list h3 { font-size: 22px; }
  .service-points li { padding-left: 13px; }
  .service-list p.service-output { padding: 16px; }
  .service-note { padding: 22px; }
  .collaboration { grid-template-columns: 1fr; gap: 30px; padding-top: 36px; margin-top: 36px; }
  .collaboration .eyebrow { font-size: 29px; }
  .topic-grid { gap: 30px; margin-top: 34px; }
  .topic-grid h3 { font-size: 23px; }
  .storyboard { padding: 27px 23px; margin-top: 32px; border-radius: 20px; }
  .storyboard-head h3 { font-size: 23px; }
  .storyboard-steps { gap: 27px; margin-top: 30px; }
  .storyboard-steps li > span { margin-bottom: 15px; }
  .work-grid { gap: 30px; margin-top: 32px; }
  .work-copy h3 { font-size: 22px; }
  .video-caption { padding: 23px; }
  .video-caption h3 { font-size: 18px; }
  .approach, .price { grid-template-columns: 1fr; }
  .review-grid { margin-top: 20px; gap: 28px; }
  .review-grid dd:last-child { margin-bottom: 0; }
  .review-note { margin-top: 30px; }
  .price { gap: 28px; }
  .price-box { padding: 26px; }
  .price-box dl > div { grid-template-columns: 82px 1fr; gap: 8px; }
  .flow { padding-top: 20px; }
  .flow ol { margin-top: 32px; gap: 30px; }
  .flow li::before { margin-bottom: 18px; }
  .faq details { padding: 24px 0; }
  .faq summary { font-size: 16px; gap: 14px; padding-right: 32px; }
  .faq summary::before { font-size: 20px; }
  .faq details p { padding: 18px 0 0 29px; }
  .documents { display: block; }
  .documents h2 { font-size: 26px; }
  .documents p br { display: none; }
  .documents .button { margin-top: 30px; font-size: 14px; padding: 18px 24px; }
  .contact .eyebrow { font-size: clamp(70px,16vw,100px); }
  .contact h2 { font-size: 27px; }
  .consult-grid { gap: 26px; margin: 32px 0; }
  .pending { font-size: 14px; width: 100%; padding: 17px 18px; text-align: center; }
  footer { flex-direction: column; align-items: flex-start; padding: 40px var(--gutter); gap: 25px; }
}
@media (max-width: 360px) {
  .support-grid { grid-template-columns: 1fr; }
  .button.small { padding: 10px 11px; }
  .service-list article, .storyboard { padding: 24px 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
