/* 共通設定：配色、文字、余白 */
:root {
  --blue: #0b84c9; --blue-deep: #075a8c; --ink: #12232e; --ink-soft: #4a5c68;
  --paper: #f1f5f8; --paper-2: #e4edf3; --rule: #d5e1e9; --line: #06c755; --white: #fff;
  --maxw: 1080px; --readw: 760px; --r: 14px;
  --gutter: max(24px, calc((100% - var(--maxw)) / 2));
  --section-space: clamp(56px, 8vw, 104px);
  --f-disp: "Zen Maru Gothic", sans-serif; --f-body: "Zen Kaku Gothic New", sans-serif; --f-num: "Outfit", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 16px/1.9 var(--f-body); font-feature-settings: "palt" 1; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button, summary { cursor: pointer; }
button { touch-action: manipulation; }
a { color: var(--blue-deep); text-underline-offset: .25em; }
:where(a, button, input, summary, [tabindex]):focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--f-disp); line-height: 1.5; text-wrap: balance; }
h2 { margin-bottom: 26px; font-size: clamp(27px, 3.1vw, 38px); font-weight: 700; }
h3 { font-size: clamp(22px, 2.4vw, 30px); }
h4 { font-size: 20px; }
main > section { padding: var(--section-space) var(--gutter); }
section { scroll-margin-top: 96px; }
.section-label { color: var(--blue-deep); font-size: 14px; font-weight: 700; letter-spacing: .06em; }

/* ヘッダー */
.site-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; min-height: 84px; padding: 12px var(--gutter); border-bottom: 1px solid var(--rule); background: var(--white); }
.brand { position: relative; display: block; width: 140px; height: 54px; overflow: hidden; }
.brand img { position: absolute; top: -79px; left: -40px; width: 216px; height: 216px; max-width: none; }
.site-header nav ul, footer nav ul { display: flex; flex-wrap: wrap; gap: 20px; margin: 0; padding: 0; list-style: none; }
.site-header nav ul { justify-content: center; }
.site-header nav a { color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--blue-deep); text-decoration: underline; }
.menu-toggle, .narrow-label { display: none; }
.line-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 16px; font-weight: 700; line-height: 1.5; text-align: center; text-decoration: none; }
.line-button { color: var(--white); background: var(--line); }
.line-button::after, .secondary-button::after { content: ""; width: 22px; height: 22px; flex: 0 0 22px; background: currentColor; -webkit-mask: url("img/arrow-up-right.svg") center / contain no-repeat; mask: url("img/arrow-up-right.svg") center / contain no-repeat; }
.secondary-button { color: var(--white); border-color: #ffffff70; background: transparent; }
.secondary-button::after { transform: rotate(135deg); }
.header-line { min-height: 44px; padding: 10px 18px; font-size: 14px; }
.header-line::after { display: none; }

/* トップ：メッセージと代表料金をひとつの画面に */
#top { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 285px; align-items: center; gap: 56px; overflow: hidden; padding-block: 78px 86px; color: var(--white); background: linear-gradient(165deg, #072e45 0%, #0b5f8e 55%, #0b84c9 100%); }
#top::before, #top::after { position: absolute; content: ""; pointer-events: none; }
#top::before { z-index: 1; inset: 0; background: linear-gradient(90deg, #072e45f2 0%, #073f60c9 48%, #0b5f8e8f 100%); }
#top::after { width: 80px; height: 80px; top: 30px; right: 36%; border: 1px solid #ffffff45; background: #ffffff0a; animation: droplet-in .7s ease-out both; }
.hero-visual { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .68; }
.hero-copy, .hero-prices { position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; font-size: 14px; font-weight: 500; letter-spacing: .04em; }
.hero-badge::before { content: ""; width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%; background: #a8dfff; }
#top h1 { margin-bottom: 27px; font-size: clamp(32px, 4vw, 49px); font-weight: 900; line-height: 1.55; letter-spacing: -.025em; }
.hero-lead { margin-bottom: 30px; color: #eef7fc; font-size: 16px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; }
.hero-actions .line-button, .hero-actions .secondary-button { padding-inline: 20px; font-size: 14px; }
.hero-prices { margin: 0; padding: 8px 26px; border-radius: var(--r); background: var(--white); box-shadow: 0 20px 50px #082d4630; color: var(--ink); list-style: none; }
.hero-prices li { padding: 24px 0; border-bottom: 1px solid var(--rule); }
.hero-prices li:last-child { border: 0; }
.hero-prices li > span { display: block; margin-bottom: 5px; font-size: 14px; font-weight: 700; }
.hero-prices strong { display: block; color: var(--blue-deep); font: 600 39px/1.25 var(--f-num); letter-spacing: -.025em; }
.hero-prices strong span { margin-left: 5px; font: 700 15px var(--f-body); }

/* サイズ選択 */
#sizebar { display: none; padding-block: 38px; border-bottom: 1px solid var(--rule); background: var(--paper); }
.js #sizebar { display: block; }
#sizebar h2 { margin-bottom: 4px; font-size: 22px; }
#sizebar > p { margin-bottom: 22px; color: var(--ink-soft); font-size: 14px; }
.size-buttons { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.size-buttons button { min-height: 84px; padding: 13px 6px; border: 1px solid var(--rule); border-radius: 10px; color: var(--ink); background: var(--white); }
.size-buttons strong, .size-buttons span { display: block; }
.size-buttons strong { color: var(--blue-deep); font: 600 25px/1.2 var(--f-num); }
.size-buttons span { margin-top: 6px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.size-buttons button[aria-pressed="true"] { border-color: var(--blue-deep); background: var(--blue-deep); }
.size-buttons button[aria-pressed="true"] strong, .size-buttons button[aria-pressed="true"] span { color: var(--white); }
.size-selection-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 16px; }
.size-selection-footer p { margin: 0; color: var(--blue-deep); font-size: 14px; }
.size-reset { padding: 5px 0; border: 0; color: var(--blue-deep); background: none; font-size: 14px; text-decoration: underline; text-underline-offset: .25em; }
body.sized .ptable .off, body.sized .ptable thead th:first-child span { display: none; }
body.sized .ptable td[data-col]:not(.off)::after { content: "円"; font: 500 13px var(--f-body); margin-left: 2px; }

/* お店の想い：見出しと本文を分けた読み物のレイアウト */
#about { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 70px; }
.about-heading h2 { font-size: clamp(23px, 2.1vw, 26px); line-height: 1.75; }
.about-heading h2 span { display: block; }
.about-heading > p:last-child { padding-top: 18px; border-top: 1px solid var(--rule); color: var(--ink-soft); font-size: 14px; }
.about-body { max-width: var(--readw); }
.about-body > p { margin-bottom: 24px; line-height: 2.05; }
.about-body > p:last-child { margin-bottom: 0; }
blockquote { margin: 32px 0; padding: 25px 28px; border-left: 3px solid var(--blue); background: var(--paper); font: 700 21px/1.8 var(--f-disp); }
blockquote p { margin: 0; }
.for-section { background: var(--paper); }
.for-section > p { max-width: var(--readw); color: var(--ink-soft); }
.for-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 54px; margin-top: 42px; }
.for-grid article { padding-top: 22px; border-top: 2px solid var(--blue); }
.for-grid h3 { margin-bottom: 12px; font-size: 21px; }
.for-grid p { margin-bottom: 0; color: var(--ink-soft); }

/* メニュー：主役と補助情報の強弱 */
#menu { padding-inline: 0; padding-bottom: 0; }
#menu > h2, #menu > p { margin-inline: var(--gutter); }
#menu > p { max-width: var(--readw); color: var(--ink-soft); }
.service-nav { margin: 34px var(--gutter) 0; overflow-x: auto; border-block: 1px solid var(--rule); }
.service-nav ul { display: grid; grid-template-columns: repeat(5, minmax(150px, 1fr)); min-width: 820px; margin: 0; padding: 0; list-style: none; }
.service-nav li + li { border-left: 1px solid var(--rule); }
.service-nav a { display: flex; min-height: 86px; padding: 16px 12px; flex-direction: column; justify-content: center; color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.55; text-decoration: none; white-space: nowrap; }
.service-nav a:hover { color: var(--blue-deep); background: var(--paper); }
.service-nav span { color: var(--blue); font: 600 13px/1.2 var(--f-num); }
#menu > section { padding: 62px var(--gutter) 76px; }
#menu > section > h3 { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
#menu > section > h3::before { content: ""; width: 6px; flex-shrink: 0; align-self: stretch; border-radius: 3px; background: var(--blue); }
#menu > section > h3 + p { max-width: var(--readw); }
#coating, #glass { background: var(--paper); }
.service-photo { position: relative; height: clamp(240px, 32vw, 360px); margin: 30px 0 38px; overflow: hidden; border-radius: var(--r); background: var(--paper-2); }
.service-photo-pair { display: grid; grid-template-columns: 1.45fr .8fr; gap: 18px; margin: 30px 0 38px; }
.service-photo-pair .service-photo { height: clamp(240px, 32vw, 360px); margin: 0; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-photo-wash img { object-position: center 56%; }
.service-photo-interior img { object-position: 61% center; }
.service-photo-coating img { object-position: center 54%; }
.service-photo-polish img { object-position: center 48%; }
.service-photo-glass img { object-position: center 48%; }
.service-photo figcaption { position: absolute; right: 16px; bottom: 16px; padding: 5px 11px; border-radius: 999px; color: var(--white); background: #12232ec9; font-size: 12px; line-height: 1.5; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 34px 0; }
.feature-grid article { padding: 24px; background: var(--paper); border-radius: var(--r); }
.feature-grid h4 { margin-bottom: 10px; color: var(--blue-deep); font-size: 19px; }
.feature-grid p { margin: 0; font-size: 15px; }
.coating-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 30px 0 22px; }
.coating-grid article { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--rule); border-radius: var(--r); background: var(--white); }
.coating-grid h4 { margin-bottom: 12px; font-size: 21px; }
.coating-grid article > h4 + p { color: var(--blue-deep); font-size: 13px; font-weight: 700; }
.coating-grid article > p { font-size: 15px; }
.coating-grid article > p:last-child { margin-top: auto; margin-bottom: 0; padding-top: 22px; }
.coating-grid [data-price-row] { color: var(--blue-deep); font: 600 25px/1.3 var(--f-num); }
.coating-grid .recommended-card { display: grid; grid-column: 1 / -1; grid-template-columns: 1fr 1.4fr; gap: 0 46px; padding: 36px 40px; border: 2px solid var(--blue-deep); color: var(--white); background: #073d5b; }
.recommended-card > p:first-child { grid-column: 1; justify-self: start; margin-bottom: 14px; padding: 3px 10px; border-radius: 999px; color: #073d5b; background: #d9f1ff; font-size: 13px; font-weight: 700; }
.recommended-card h4 { grid-column: 1; font-size: 28px; }
.coating-grid .recommended-card h4 + p { grid-column: 1; color: #d9f1ff; }
.recommended-card > p:nth-of-type(3) { grid-column: 2; grid-row: 1 / 4; align-self: center; margin: 0; line-height: 2; }
.coating-grid .recommended-card > p:last-child { grid-column: 1 / -1; padding-top: 22px; margin-top: 20px; border-top: 1px solid #ffffff35; }
.coating-grid .recommended-card [data-price-row] { color: var(--white); font-size: 32px; }
#glass > p:first-child { display: inline-block; margin-bottom: 12px; padding: 3px 11px; border-radius: 999px; color: var(--white); background: var(--blue-deep); font-size: 13px; font-weight: 700; }
#menu > section > ul { padding-left: 20px; color: var(--ink-soft); font-size: 14px; }
#wash > .table-scroll + p { color: var(--ink-soft); font-size: 14px; }

/* 料金表：表本体とスクロール領域を分離 */
.table-scroll { margin: 30px 0 20px; overflow-x: auto; border: 1px solid var(--rule); border-radius: var(--r); background: var(--white); }
table { width: 100%; border-collapse: collapse; text-align: left; }
.ptable { min-width: 830px; }
body.sized .ptable { min-width: 100%; }
caption { padding: 16px 20px; color: var(--blue-deep); background: var(--white); font-family: var(--f-disp); font-size: 18px; font-weight: 700; text-align: left; }
th, td { padding: 15px 16px; border-bottom: 1px solid var(--rule); }
thead { background: var(--paper-2); }
thead th { color: var(--ink-soft); font-size: 13px; }
tbody th { min-width: 190px; font-size: 14px; font-weight: 500; }
.ptable tbody th { width: 30%; }
tbody tr:nth-child(even) { background: #f7fafc; }
td { text-align: right; white-space: nowrap; font: 600 17px/1.6 var(--f-num); font-variant-numeric: tabular-nums; }
.ptable thead th:not(:first-child) { text-align: right; }
tr:last-child > * { border-bottom: 0; }
body.sized .ptable tbody th { width: 70%; min-width: 0; }
body.sized .ptable td { min-width: 100px; }
#size table th:first-child { min-width: 54px; }
#size table td { text-align: left; white-space: normal; font: 400 14px/1.8 var(--f-body); }
#size table td:nth-child(2) { min-width: 150px; }
dl { margin: 24px 0; }
dt { font-weight: 700; }
dd { margin: 0 0 16px; }
#polish dl { display: grid; grid-template-columns: 150px 1fr; gap: 12px 20px; color: var(--ink-soft); font-size: 14px; }
#polish dd { margin: 0; }

/* 車種検索とご利用の流れ */
#size { background: var(--paper); }
.car-search { max-width: var(--readw); margin-bottom: 36px; }
.car-search label { display: block; margin-bottom: 10px; font-weight: 700; }
.car-search input { width: 100%; min-height: 58px; padding: 14px 18px; border: 1px solid #9eb8c9; border-radius: 10px; color: var(--ink); background: var(--white); font-size: 16px; }
#car-search-note, #car-search-status { margin: 10px 0 0; color: var(--ink-soft); font-size: 14px; }
#car-search-status { color: var(--blue-deep); }
#car-search-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
#car-search-results:empty { display: none; }
#car-search-results button { display: flex; width: 100%; min-height: 50px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; border: 1px solid var(--rule); border-radius: 9px; color: var(--ink); background: var(--white); text-align: left; }
#car-search-results strong { color: var(--blue-deep); white-space: nowrap; font-size: 14px; }
#size > p:last-child { font-size: 14px; color: var(--ink-soft); }
#flow ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin: 42px 0 0; padding: 0; list-style: none; counter-reset: flow; }
#flow li { padding-top: 22px; border-top: 1px solid var(--rule); counter-increment: flow; }
#flow li::before { display: block; margin-bottom: 16px; color: var(--blue); content: counter(flow, decimal-leading-zero); font: 500 36px/1 var(--f-num); }
#flow h3 { margin-bottom: 14px; font-size: 20px; }
#flow p { margin: 0; color: var(--ink-soft); font-size: 15px; }
#works { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 0 40px; border-block: 1px solid var(--rule); background: var(--paper); padding-block: 50px; }
#works h2 { margin-bottom: 10px; font-size: 28px; }
#works > p:first-of-type { grid-column: 1; margin-bottom: 0; color: var(--ink-soft); }
#works > p:last-child { grid-column: 2; grid-row: 1 / 3; margin: 0; }
#works a, #access > p a { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 10px 22px; border: 1px solid var(--blue-deep); border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; }

/* FAQ・店舗情報・ページ下部 */
#faq { padding-inline: max(24px, calc((100% - var(--readw)) / 2)); }
details { border-bottom: 1px solid var(--rule); }
details:first-of-type { border-top: 1px solid var(--rule); }
summary { position: relative; padding: 25px 42px 25px 34px; list-style: none; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::before { position: absolute; left: 0; content: "Q"; color: var(--blue-deep); font: 600 23px/1.4 var(--f-num); }
summary::after { position: absolute; right: 5px; top: 25px; content: "+"; color: var(--blue-deep); font: 400 24px/1.4 var(--f-num); }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 34px 26px; color: var(--ink-soft); }
#access { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0 48px; background: var(--paper); }
#access h2 { grid-column: 1 / -1; }
#access dl { display: grid; grid-template-columns: 94px minmax(0, 1fr); margin: 0 0 24px; font-size: 14px; }
#access dt, #access dd { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--rule); }
#access dt { color: var(--ink-soft); }
#access > p { grid-column: 1; margin-bottom: 0; }
.map-wrap { grid-column: 2; grid-row: 2 / 4; min-height: 400px; overflow: hidden; border: 1px solid var(--rule); border-radius: var(--r); background: var(--paper-2); }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 400px; border: 0; }
.closing { padding-block: 88px; color: var(--white); text-align: center; background: linear-gradient(165deg, #072e45, #0b5f8e); }
.closing h2 { max-width: 720px; margin-inline: auto; }
.closing > p { max-width: var(--readw); margin-inline: auto; color: #e1f0f8; }
.closing p:last-child { margin: 28px 0 0; }
footer { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; padding: 50px var(--gutter) 28px; color: #d1dde5; background: var(--ink); font-size: 14px; }
footer > p:first-child { grid-column: 1; margin-bottom: 18px; }
footer strong { color: var(--white); font-family: var(--f-disp); font-size: 22px; }
footer address { grid-column: 1; font-style: normal; }
footer nav { grid-column: 2; grid-row: 1 / 3; }
footer nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
footer a { color: var(--white); }
footer > p:last-child { grid-column: 1 / -1; margin: 32px 0 0; padding-top: 18px; border-top: 1px solid #ffffff25; }
footer small { font-size: 12px; }

/* タブレット・スマートフォン */
@media (max-width: 1040px) {
  .site-header { gap: 16px; }
  .site-header nav ul { gap: 12px; }
  .site-header nav a { font-size: 13px; }
  #top { grid-template-columns: minmax(0, 1fr) 255px; gap: 30px; }
  .hero-prices { padding-inline: 22px; }
  #about { grid-template-columns: 280px minmax(0, 1fr); gap: 42px; }
}
@media (max-width: 860px) {
  body:not(.sized) .ptable caption::after { display: block; margin-top: 4px; content: "左右にスクロールして全サイズを確認 ↔"; color: var(--ink-soft); font: 400 12px/1.6 var(--f-body); }
  .site-header { grid-template-columns: 1fr auto auto; min-height: 72px; padding: 9px 20px; gap: 10px; }
  .site-header nav { position: absolute; display: none; top: 100%; right: 16px; left: 16px; padding: 14px; border: 1px solid var(--rule); border-radius: 0 0 var(--r) var(--r); background: var(--white); box-shadow: 0 14px 30px #12232e15; }
  .site-header nav.is-open { display: block; }
  .site-header nav ul { display: block; }
  .site-header nav a { display: block; padding: 12px; font-size: 16px; }
  .menu-toggle { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid var(--rule); border-radius: 50%; color: var(--ink); background: var(--white); }
  .menu-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 17px; height: 2px; background: currentColor; }
  .menu-toggle-lines { position: relative; }
  .menu-toggle-lines::before, .menu-toggle-lines::after { position: absolute; left: 0; content: ""; }
  .menu-toggle-lines::before { top: -5px; }
  .menu-toggle-lines::after { top: 5px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }
}
@media (max-width: 820px) {
  #top { grid-template-columns: 1fr; gap: 34px; padding-block: 54px; }
  #top h1 { font-size: clamp(30px, 5.8vw, 45px); }
  .hero-prices { display: grid; grid-template-columns: repeat(3, 1fr); padding: 20px 0; }
  .hero-prices li { padding: 3px 20px; border-bottom: 0; border-right: 1px solid var(--rule); }
  .hero-prices strong { font-size: 29px; }
  .hero-prices li > span { font-size: 12px; }
  .hero-prices li:last-child { border: 0; }
  #about { grid-template-columns: 1fr; gap: 28px; }
  .about-heading h2 { max-width: 650px; font-size: 29px; }
  .about-heading > p:last-child { display: inline-block; margin-bottom: 0; padding-top: 10px; }
  .for-grid { gap: 26px; }
  .coating-grid { grid-template-columns: 1fr; }
  .coating-grid article { padding: 28px; }
  .coating-grid .recommended-card { display: block; }
  .recommended-card > p:first-child { display: inline-block; }
  .coating-grid .recommended-card > p:last-child { margin-top: 22px; }
  #access { grid-template-columns: 1fr; gap: 0; }
  .map-wrap { grid-column: 1; grid-row: auto; min-height: 320px; margin-top: 28px; }
  .map-wrap iframe { min-height: 320px; }
}
@media (max-width: 700px) {
  :root { --gutter: 20px; }
  .site-header { gap: 9px; padding-inline: 16px; }
  .brand { width: 112px; height: 48px; }
  .brand img { top: -65px; left: -32px; width: 174px; height: 174px; }
  .header-line { font-size: 13px; padding: 10px 15px; }
  .wide-label { display: none; }
  .narrow-label { display: inline; }
  .hero-badge { font-size: 12px; gap: 8px; margin-bottom: 22px; }
  #top { padding-top: 46px; padding-bottom: 38px; }
  #top::before { background: linear-gradient(180deg, #072e45ef 0%, #07486cd9 62%, #0b6fa4c4 100%); }
  .hero-visual { object-position: 68% center; opacity: .5; }
  #top h1 { font-size: clamp(26px, 7.8vw, 38px); line-height: 1.55; letter-spacing: -.04em; }
  .hero-lead { font-size: 15px; line-height: 2; }
  .hero-actions { gap: 10px; }
  .hero-actions .line-button, .hero-actions .secondary-button { flex: 1 1 100%; min-height: 50px; justify-content: space-between; padding-inline: 23px; }
  .hero-prices { display: block; padding: 0 22px; }
  .hero-prices li { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 15px 0; border: 0; border-bottom: 1px solid var(--rule); }
  .hero-prices li > span { margin: 0; font-size: 12px; }
  .hero-prices strong { font-size: 26px; white-space: nowrap; }
  .hero-prices strong span { margin-left: 3px; font-size: 12px; }
  #sizebar { padding-block: 30px; }
  .size-buttons { grid-template-columns: repeat(3, 1fr); }
  .size-buttons button { min-height: 88px; }
  .size-selection-footer { display: block; }
  .size-reset { margin-top: 6px; }
  .about-heading h2 { font-size: clamp(22px, 6.9vw, 26px); }
  blockquote { padding: 22px; font-size: 20px; }
  .for-grid, .feature-grid, #flow ol { grid-template-columns: 1fr; }
  .for-grid { gap: 28px; margin-top: 30px; }
  .feature-grid { gap: 12px; }
  .service-photo-pair { grid-template-columns: 1fr; gap: 12px; margin-block: 24px 30px; }
  .service-photo-pair .service-photo { height: 230px; }
  .service-photo { height: 230px; margin-block: 24px 30px; }
  .service-photo-wash img { object-position: 58% center; }
  .service-photo-glass img { object-position: 40% center; }
  .feature-grid article { padding: 22px; }
  #menu > section { padding-block: 44px 54px; }
  .service-nav { margin-top: 26px; }
  .service-nav ul { min-width: 820px; }
  .service-nav a { min-height: 76px; padding: 12px 15px; }
  .coating-grid .recommended-card { padding: 26px; }
  .recommended-card h4 { font-size: 24px; }
  .table-scroll { margin-top: 26px; }
  caption { padding: 14px 16px; font-size: 16px; }
  th, td { padding: 13px 14px; }
  tbody th { min-width: 145px; }
  #polish dl { grid-template-columns: 1fr; gap: 4px; }
  #polish dd { margin-bottom: 12px; }
  #car-search-results { grid-template-columns: 1fr; }
  #flow ol { gap: 24px; margin-top: 26px; }
  #flow li { position: relative; padding: 22px 0 0 54px; }
  #flow li::before { position: absolute; top: 26px; left: 0; font-size: 30px; }
  #works { display: block; padding-block: 38px; }
  #works > p:last-child { margin-top: 22px; }
  #faq { padding-inline: 20px; }
  summary { padding-block: 23px; font-size: 15px; }
  details p { padding-inline: 34px 0; font-size: 15px; }
  .closing { padding-block: 64px; }
  .closing h2 { font-size: 26px; }
  .closing .line-button { width: 100%; }
  footer { display: block; padding-top: 38px; }
  footer nav { margin-top: 30px; }
}
@keyframes droplet-in { from { opacity: 0; transform: scale(.5); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  #top::after { animation: none; }
}
