:root {
  --ivory: #f7f2ec;
  --paper: #fffdf9;
  --plum: #6c2947;
  --plum-dark: #45172b;
  --sage: #738070;
  --coral: #d78978;
  --rose: #ead9dd;
  --ink: #261f22;
  --muted: #74696e;
  --line: rgba(65, 35, 46, .16);
  --serif: "Shippori Mincho", "Yu Mincho", serif;
  --sans: "Zen Kaku Gothic New", "Yu Gothic", sans-serif;
  --latin: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(73, 36, 49, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); line-height: 1.8; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--plum); color: #fff; }
:where(h1,h2,h3,h4,summary,.button,.nav-cta) { font-feature-settings: "palt" 1; line-break: strict; word-break: auto-phrase; text-wrap: balance; }
:where(p,li,dd,label) { line-break: strict; word-break: auto-phrase; text-wrap: pretty; overflow-wrap: break-word; }

.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .7rem 1rem; background: var(--ink); color: #fff; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header { min-height: 86px; padding: 0 clamp(22px, 4vw, 68px); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); background: rgba(247, 242, 236, .9); backdrop-filter: blur(14px); position: relative; z-index: 50; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 14px/1 var(--latin); letter-spacing: .15em; }
.brand small { display: block; margin-top: 7px; color: var(--muted); font-size: 8px; letter-spacing: .22em; }
.brand-monogram { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: #fff; font-size: 11px; letter-spacing: -.04em; }
.global-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 42px); font-size: 13px; font-weight: 500; }
.global-nav > a:not(.nav-cta) { position: relative; }
.global-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; background: var(--plum); left: 0; right: 100%; bottom: -7px; transition: right .25s; }
.global-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 20px; border: 1px solid var(--plum); color: var(--plum); border-radius: 999px; font-weight: 700; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }

.hero { position: relative; min-height: min(820px, calc(100svh - 86px)); padding: clamp(72px, 8vw, 120px) clamp(22px, 5vw, 82px) 84px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(470px, 1.12fr); align-items: center; gap: clamp(48px, 7vw, 110px); isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0 0 0 56%; background: linear-gradient(145deg, #efe0df, #dcded5); border-radius: 0 0 0 42%; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(108, 41, 71, .18); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 420px; height: 420px; right: -110px; top: 48px; }
.orbit-two { width: 180px; height: 180px; right: 41%; bottom: 8%; border-color: rgba(115,128,112,.32); }
.eyebrow, .kicker { margin: 0 0 22px; color: var(--plum); font: 700 11px/1.4 var(--latin); letter-spacing: .19em; }
.hero h1 { max-width: 770px; margin: 0; font: 600 clamp(42px, 5.1vw, 78px)/1.32 var(--serif); letter-spacing: -.045em; }
.hero h1 > span { display: block; margin-bottom: 20px; color: var(--sage); font: 700 clamp(13px, 1.2vw, 17px)/1.7 var(--sans); letter-spacing: .06em; }
h1 em, h2 em { color: var(--plum); font-style: normal; }
.hero-lead { max-width: 610px; margin: 32px 0 0; font-size: clamp(15px, 1.25vw, 18px); line-height: 2; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 24px; padding: 15px 25px; border: 0; border-radius: 2px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(69,23,43,.2); }
.button-primary { background: var(--plum); color: #fff; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.text-link.strong { color: var(--plum); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--muted); font-size: 12px; }
.hero-checks li::before { content: "○"; color: var(--plum); margin-right: 8px; }

.hero-visual { position: relative; align-self: start; justify-self: end; width: 100%; max-width: 760px; min-height: 0; padding-top: 44px; display: grid; grid-template-columns: minmax(120px, .72fr) minmax(0, 1.28fr); gap: 14px; align-items: stretch; }
.visual-label { position: absolute; z-index: 4; right: 0; top: 3%; text-align: right; font-family: var(--latin); letter-spacing: .14em; }
.visual-label span, .visual-label b { display: block; }
.visual-label span { font-size: 9px; color: var(--plum); }
.visual-label b { font-size: 11px; margin-top: 5px; }
.mirror-frame { position: relative; grid-column: 1 / -1; width: 100%; margin: 0; overflow: hidden; border-radius: 32px 32px 5px 5px; background: var(--rose); box-shadow: var(--shadow); }
.mirror-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 10px rgba(255,255,255,.55); border-radius: inherit; pointer-events: none; }
.mirror-frame img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center top; }
.phone-card { position: relative; z-index: 3; left: auto; bottom: auto; width: auto; height: auto; min-width: 0; padding: 5px; border: 1px solid rgba(255,255,255,.8); border-radius: 12px; background: var(--ink); box-shadow: 0 14px 34px rgba(38,31,34,.2); overflow: hidden; }
.phone-card img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center top; border-radius: 7px; }
.phone-notch { display: none; }
.appointment-note { position: relative; z-index: 4; right: auto; bottom: auto; width: auto; min-width: 0; padding: 18px 20px; background: var(--paper); box-shadow: 0 14px 35px rgba(73,36,49,.12); border-left: 4px solid var(--coral); transform: none; }
.appointment-note small { font: 700 9px var(--latin); letter-spacing: .2em; color: var(--coral); }
.appointment-note b { display: block; margin-top: 8px; font: 600 17px var(--serif); }
.appointment-note strong { display: block; color: var(--plum); font: 700 30px/1.2 var(--latin); }
.appointment-note strong em { font: 500 10px var(--sans); margin-left: 5px; }
.appointment-note > span { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; }

.trust-strip { min-height: 72px; padding: 18px 5vw; display: flex; align-items: center; justify-content: space-around; gap: 28px; overflow: hidden; background: var(--plum); color: #fff; font: 600 10px/1 var(--latin); letter-spacing: .2em; }
.trust-strip span { white-space: nowrap; }
.trust-strip span::before { content: "✦"; margin-right: 24px; color: var(--coral); }

.section { padding: clamp(88px, 10vw, 150px) max(5vw, 22px); }
.section-head h2, .structure h2, .price h2, .faq h2, .request h2 { margin: 0; font: 600 clamp(36px, 4.4vw, 68px)/1.38 var(--serif); letter-spacing: -.045em; }
.section-head.centered { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-head.centered > p:last-child { max-width: 650px; margin: 25px auto 0; color: var(--muted); }

.intro { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: clamp(60px, 10vw, 160px); background: var(--paper); }
.intro-copy > .lead { max-width: 720px; margin: 0 0 46px; font-size: clamp(17px, 1.5vw, 21px); line-height: 2; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.pain-grid article { padding: 27px 24px 0 0; }
.pain-grid article + article { padding-left: 24px; border-left: 1px solid var(--line); }
.pain-grid span { color: var(--coral); font: 700 10px var(--latin); letter-spacing: .15em; }
.pain-grid h3 { margin: 13px 0 8px; font: 600 18px var(--serif); }
.pain-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.design { background: linear-gradient(180deg, #f0e6e5, var(--ivory)); }
.tone-tabs { max-width: 920px; margin: 0 auto 32px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.tone-tab { min-height: 58px; padding: 14px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 13px; }
.tone-tab:last-child { border-right: 0; }
.tone-tab.is-active { background: var(--plum); color: #fff; }
.design-stage { max-width: 1180px; margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: end; gap: 0; }
.browser { overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); transition: opacity .18s, transform .18s; }
.browser.is-switching { opacity: .55; transform: translateY(3px); }
.browser-bar { height: 34px; padding: 0 14px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #eee; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: var(--rose); }
.browser-bar span { margin-left: auto; margin-right: auto; color: #9a9094; font: 500 8px var(--latin); letter-spacing: .12em; }
.browser img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: top; }
.tone-caption { margin-left: -1px; padding: 27px 23px; display: flex; gap: 18px; background: var(--plum); color: #fff; }
.tone-caption > span { color: var(--coral); font: 700 34px/1 var(--latin); }
.tone-caption b { font: 600 15px var(--latin); letter-spacing: .04em; }
.tone-caption p { margin: 8px 0 0; color: rgba(255,255,255,.73); font-size: 11px; line-height: 1.7; }

.structure { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(480px, 1.25fr); gap: clamp(60px, 10vw, 150px); background: var(--paper); }
.structure-copy { align-self: start; position: sticky; top: 40px; }
.structure-copy > p:not(.kicker) { max-width: 500px; margin: 30px 0; color: var(--muted); }
.page-map { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.page-map li { min-height: 120px; display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.page-map > li > span { color: var(--coral); font: 700 26px/1 var(--latin); }
.page-map b { color: var(--sage); font: 700 9px var(--latin); letter-spacing: .18em; }
.page-map h3 { margin: 4px 0; font: 600 21px var(--serif); }
.page-map p { margin: 0; color: var(--muted); font-size: 13px; }

.seo { background: var(--plum-dark); color: #fff; }
.seo-board { max-width: 1240px; margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.kicker.light { color: #e5a797; }
.seo-copy h2 { margin: 0; font: 600 clamp(36px, 4.3vw, 66px)/1.38 var(--serif); letter-spacing: -.04em; }
.seo-copy h2 em { color: #efc3b7; }
.seo-copy > p:last-child { max-width: 500px; margin: 28px 0 0; color: rgba(255,255,255,.7); }
.search-window { padding: clamp(24px, 4vw, 48px); background: #fffdf9; color: var(--ink); border-radius: 49% 49% 5px 5px; }
.search-field { min-height: 50px; padding: 11px 17px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 999px; }
.search-field span { color: var(--plum); font-size: 25px; }
.search-field b { font-size: 13px; }
.search-result { margin: 27px 8px; }
.search-result small { color: var(--sage); }
.search-result h3 { margin: 6px 0; color: var(--plum); font-size: 18px; }
.search-result p { margin: 0; color: var(--muted); font-size: 12px; }
.keyword-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.keyword-cloud span { padding: 6px 10px; background: var(--rose); border-radius: 999px; font-size: 10px; }
.seo-note { max-width: 1240px; margin: 55px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.58); font-size: 11px; }

.price { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); background: #efe7e0; }
.price-title-block > p:last-child { max-width: 480px; color: var(--muted); }
.price-card { position: relative; padding: clamp(28px, 4vw, 52px); background: var(--paper); box-shadow: var(--shadow); }
.price-card::before { content: ""; position: absolute; width: 82px; height: 22px; left: 50%; top: -10px; transform: translateX(-50%) rotate(1deg); background: rgba(215,137,120,.33); }
.price-card-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--plum); font: 700 9px var(--latin); letter-spacing: .18em; }
.price-main { min-height: 150px; display: grid; grid-template-columns: 1fr 1px 1.35fr; gap: 25px; align-items: center; text-align: center; border-bottom: 1px solid var(--line); }
.price-main > i { width: 1px; height: 70px; background: var(--line); }
.price-main small { display: block; color: var(--muted); font-size: 11px; }
.price-main b { display: block; font: 600 54px/1.1 var(--latin); }
.price-main b em { font: 500 13px var(--sans); }
.price-main strong { color: var(--plum); font: 700 clamp(42px, 4.6vw, 72px)/1 var(--latin); }
.price-main strong em { font-size: .38em; margin-right: 5px; }
.price-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 25px 0; padding: 0; list-style: none; }
.price-card li { padding: 9px 0 9px 20px; border-bottom: 1px dotted var(--line); font-size: 12px; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--plum); font-weight: 700; }
.fine { color: var(--muted); font-size: 9px; line-height: 1.8; }
.price-card .button { width: 100%; margin-top: 18px; }

.flow { background: var(--paper); }
.flow-list { max-width: 1180px; margin: 70px auto 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; counter-reset: step; }
.flow-list li { position: relative; min-height: 250px; padding: 28px; border: 1px solid var(--line); border-right: 0; }
.flow-list li:last-child { border-right: 1px solid var(--line); }
.flow-list li:nth-child(even) { transform: translateY(24px); background: var(--ivory); }
.flow-list span { color: var(--coral); font: 700 34px var(--latin); }
.flow-list h3 { margin: 32px 0 10px; font: 600 19px var(--serif); }
.flow-list p { margin: 0; color: var(--muted); font-size: 12px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 130px); background: var(--ivory); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--plum); font-size: 22px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 24px; padding-right: 45px; color: var(--muted); font-size: 14px; }

.request { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 130px); background: var(--plum); color: #fff; overflow: hidden; }
.request::before { content: ""; position: absolute; width: 520px; height: 520px; left: -240px; bottom: -290px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.request h2 em { color: #efc3b7; }
.request-copy > p:not(.kicker) { max-width: 500px; color: rgba(255,255,255,.72); }
.request-copy ul { margin: 32px 0 0; padding: 0; list-style: none; }
.request-copy li { margin: 9px 0; font-size: 13px; }
.request-copy li::before { content: "○"; margin-right: 10px; color: #e5a797; }
.request-form { position: relative; z-index: 2; padding: clamp(28px, 4vw, 48px); background: var(--paper); color: var(--ink); box-shadow: 0 30px 70px rgba(30,10,18,.22); }
.form-head { display: flex; justify-content: space-between; padding-bottom: 20px; margin-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--plum); font: 700 9px var(--latin); letter-spacing: .16em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.request-form label { display: block; margin-bottom: 15px; font-size: 12px; font-weight: 700; }
.request-form label b { margin-left: 7px; color: var(--plum); font-size: 9px; }
.request-form label small { color: var(--muted); font-weight: 400; }
.request-form input, .request-form textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); font-size: 14px; }
.request-form textarea { resize: vertical; }
.request-form input:focus, .request-form textarea:focus { outline: 0; border-color: var(--plum); box-shadow: 0 0 0 3px rgba(108,41,71,.1); }
.form-button { width: 100%; background: var(--plum); color: #fff; }
.form-button:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 22px; margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.form-status.is-error { color: #a12e44; }
.form-status.is-ok { color: #397058; font-weight: 700; }
.honeypot { position: fixed !important; left: 0 !important; top: -100vh !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.site-footer { background: var(--ink); color: #fff; }
.footer-main { padding: 64px max(5vw,22px); display: grid; grid-template-columns: .8fr 1.2fr .8fr; gap: 50px; align-items: start; }
.footer-brand .brand-monogram { background: #fff; color: var(--plum); }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; font-size: 12px; }
.footer-nav a { color: rgba(255,255,255,.75); }
.footer-main > p { margin: 0; color: rgba(255,255,255,.55); font-size: 10px; }
.footer-bottom { padding: 17px max(5vw,22px); display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font: 500 9px var(--latin); letter-spacing: .08em; }
.mobile-cta { display: none; }

@media (max-width: 1080px) {
  .global-nav { gap: 18px; }
  .hero { grid-template-columns: .95fr 1.05fr; gap: 35px; }
  .mirror-frame { width: 92%; }
  .intro, .structure, .price, .faq, .request { gap: 60px; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article, .pain-grid article + article { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .site-header { min-height: 72px; }
  .menu-button { width: 52px; display: grid; grid-template-columns: 1fr; gap: 4px; justify-items: end; cursor: pointer; }
  .menu-button span { width: 24px; height: 1px; background: var(--ink); }
  .menu-button b { margin-top: 2px; font: 700 7px var(--latin); letter-spacing: .13em; }
  .global-nav { position: absolute; top: 72px; left: 0; right: 0; padding: 25px; display: none; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .global-nav.is-open { display: flex; }
  .global-nav a { padding: 8px 0; }
  .nav-cta { text-align: center; }
  .hero { min-height: 0; padding-top: 65px; grid-template-columns: 1fr; }
  .hero::before { inset: 48% 0 0 14%; }
  .hero-copy { max-width: 690px; }
  .hero-visual { min-height: 550px; }
  .mirror-frame { width: 85%; }
  .intro, .structure, .price, .faq, .request, .seo-board { grid-template-columns: 1fr; }
  .structure-copy { position: static; }
  .design-stage { grid-template-columns: 1fr; }
  .tone-caption { margin: 0; }
  .seo-board, .price, .faq, .request { gap: 48px; }
  .flow-list { grid-template-columns: 1fr 1fr; }
  .flow-list li, .flow-list li:nth-child(even) { transform: none; border-right: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > p { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 70px; }
  .site-header { padding: 0 18px; }
  .brand { font-size: 11px; }
  .brand small { font-size: 6px; }
  .brand-monogram { width: 36px; }
  .hero { padding: 48px 20px 64px; gap: 34px; }
  .hero h1 { font-size: clamp(35px, 10.5vw, 46px); line-height: 1.4; }
  .hero h1 > span { margin-bottom: 14px; font-size: 12px; }
  .hero-lead { margin-top: 23px; font-size: 14px; line-height: 1.9; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .button { width: 100%; }
  .text-link { width: fit-content; }
  .hero-checks { gap: 8px 15px; font-size: 10px; }
  .hero-visual { min-height: 0; padding-top: 44px; grid-template-columns: minmax(94px, .72fr) minmax(0, 1.28fr); gap: 10px; }
  .visual-label { top: 0; }
  .mirror-frame { width: 100%; margin-top: 0; border-radius: 22px 22px 4px 4px; }
  .mirror-frame img { height: auto; }
  .mirror-frame::after { box-shadow: inset 0 0 0 6px rgba(255,255,255,.55); }
  .phone-card { width: auto; height: auto; border-radius: 10px; }
  .phone-card img { border-radius: 6px; }
  .appointment-note { right: auto; bottom: auto; width: auto; padding: 13px 14px; }
  .appointment-note b { font-size: 13px; }
  .appointment-note strong { font-size: 23px; }
  .trust-strip { justify-content: flex-start; overflow-x: auto; }
  .section { padding: 82px 20px; }
  .section-head h2, .structure h2, .price h2, .faq h2, .request h2, .seo-copy h2 { font-size: clamp(34px, 10vw, 46px); }
  .intro { gap: 42px; }
  .tone-tabs { grid-template-columns: 1fr; }
  .tone-tab { border-right: 0; border-bottom: 1px solid var(--line); }
  .tone-tab:last-child { border-bottom: 0; }
  .browser img { height: auto; aspect-ratio: auto; }
  .tone-caption { padding: 19px; }
  .page-map li { grid-template-columns: 45px 1fr; }
  .search-window { border-radius: 90px 90px 5px 5px; }
  .search-field b { font-size: 11px; }
  .price-main { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .price-main > i { width: 60px; height: 1px; margin: auto; }
  .price-card ul { grid-template-columns: 1fr; }
  .flow-list { grid-template-columns: 1fr; gap: 10px; margin-top: 45px; }
  .flow-list li { min-height: 200px; }
  .faq-list summary { min-height: 74px; font-size: 13px; }
  .faq-list details p { padding-right: 0; font-size: 12px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .request-form { padding: 24px 18px; margin-inline: -4px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-main > p { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; min-height: 70px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 14px; background: rgba(38,31,34,.96); color: #fff; box-shadow: 0 -8px 30px rgba(0,0,0,.18); }
  .mobile-cta div { min-width: 82px; }
  .mobile-cta small, .mobile-cta b { display: block; line-height: 1.3; }
  .mobile-cta small { color: #efc3b7; font-size: 9px; }
  .mobile-cta b { font: 700 16px var(--latin); }
  .mobile-cta a { flex: 1; padding: 11px 14px; display: flex; justify-content: space-between; background: var(--coral); color: var(--ink); font-size: 12px; font-weight: 700; }
}

/* 2026-09-01: remove the unexplained PC top gap without flattening the brand layout. */
@media (min-width: 821px) {
  .hero {
    min-height: 0;
    padding-top: 52px;
    padding-bottom: 64px;
    align-items: start;
  }
  .hero h1 { font-size: clamp(54px, 4.45vw, 68px); }
}

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

@supports not (word-break: auto-phrase) {
  :where(h1,h2,h3,h4,summary) { word-break: normal; overflow-wrap: break-word; }
}
