/*
Theme Name: Louxla
Theme URI: https://louxla.com/
Author: Louxla Web Team
Author URI: https://louxla.com/
Description: 株式会社Louxla（愛知県春日井市の自動車サービス事業者）のための公式WordPressテーマ。レッカー搬送・整備修理・車検・中古車販売などのサービスを、若年層からファミリー・高齢者層まで分かりやすく訴求するモダンなデザイン。レスポンシブ対応、CF7メタボックス、予約iframeメタボックス、施工実績カスタム投稿タイプを搭載。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: louxla
*/

/* =================================================================
   デザイントークン（3〜4色構成）
   - Navy   : ベース／ヘッダー・フッター・見出し
   - Accent : アクセント（オレンジレッド）／CTA・強調
   - Sand   : 背景（温かみのあるオフホワイト）
   - Ink/Mute : テキスト（ニュートラル）
   ================================================================= */
:root {
  --navy: #0f1f33;
  --navy-2: #16314f;
  --navy-soft: #1d3b5f;
  --accent: #d9542b;
  --accent-dark: #b8421e;
  --sand: #f6f4f0;
  --sand-2: #ece8e1;
  --white: #ffffff;
  --ink: #23282d;
  --mute: #5b6573;
  --line: #e2ddd4;

  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 18px 50px rgba(15, 31, 51, 0.10);
  --shadow-sm: 0 6px 20px rgba(15, 31, 51, 0.08);
  --maxw: 1160px;
  --gutter: clamp(20px, 5vw, 48px);
  --font-sans: "Zen Kaku Gothic New", "Noto Sans JP", -apple-system, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--sand);
  line-height: 1.85;
  letter-spacing: 0.02em;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-dark); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--accent); }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.4; color: var(--navy); letter-spacing: 0.01em; }
p { margin: 0 0 1.2em; }
ul { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(56px, 9vw, 110px); }
.section--sand { background: var(--sand); }
.section--alt { background: var(--white); }
.section--navy { background: var(--navy); color: #e8eef6; }
.section--navy h1, .section--navy h2, .section--navy h3 { color: var(--white); }

.section-head { max-width: 760px; margin: 0 auto clamp(36px, 5vw, 60px); text-align: center; }
.section-head .eyebrow { display: inline-block; color: var(--accent); font-weight: 700; letter-spacing: .18em; font-size: .8rem; text-transform: uppercase; margin-bottom: 14px; }
.section-head h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); margin: 0 0 16px; }
.section-head p { color: var(--mute); margin: 0; }
.section--navy .section-head p { color: #b8c6d8; }

.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--accent); vertical-align: middle; margin-right: 10px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px; border-radius: 999px; font-weight: 700;
  font-size: .98rem; line-height: 1; cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn--primary { background: var(--accent); color: var(--white); box-shadow: 0 10px 24px rgba(217, 84, 43, .28); }
.btn--primary:hover { background: var(--accent-dark); color: var(--white); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.55); }
.btn--ghost:hover { background: rgba(255,255,255,.12); color: var(--white); }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline:hover { background: var(--navy); color: var(--white); }
.btn--lg { padding: 17px 40px; font-size: 1.05rem; }

/* =================================================================
   Header / Navigation （メニュー項目には背景色を付けない）
   ================================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.site-brand { display: flex; align-items: center; gap: 12px; }
.site-brand__logo { font-size: 1.5rem; font-weight: 800; letter-spacing: .14em; color: var(--navy); }
.site-brand__logo span { color: var(--accent); }
.site-brand__sub { font-size: .68rem; letter-spacing: .14em; color: var(--mute); display: block; line-height: 1; }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav ul { list-style: none; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.main-nav a {
  color: var(--navy); font-weight: 600; font-size: .95rem; position: relative;
  padding: 6px 0; background: transparent; /* メニューに背景色は付与しない */
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  background: var(--accent); transition: width .25s ease;
}
.main-nav a:hover, .main-nav .current-menu-item > a { color: var(--accent-dark); }
.main-nav a:hover::after, .main-nav .current-menu-item > a::after { width: 100%; }
.main-nav .menu-item { background: transparent; }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-tel { text-align: right; line-height: 1.2; }
.header-tel small { display: block; font-size: .68rem; color: var(--mute); letter-spacing: .1em; }
.header-tel strong { font-size: 1.18rem; color: var(--navy); font-weight: 800; letter-spacing: .04em; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); transition: .25s; }

/* =================================================================
   Hero
   ================================================================= */
.hero { position: relative; color: var(--white); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(15,31,51,.92) 0%, rgba(15,31,51,.74) 45%, rgba(15,31,51,.35) 100%); }
.hero__inner { position: relative; z-index: 1; padding-block: clamp(80px, 14vw, 150px); max-width: 940px; }
.hero h1 .line { display: inline-block; }
.hero__tag { display: inline-block; padding: 7px 16px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; font-size: .8rem; letter-spacing: .12em; margin-bottom: 22px; }
.hero h1 { color: var(--white); font-size: clamp(2.1rem, 6vw, 3.6rem); line-height: 1.25; margin: 0 0 22px; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero p { font-size: clamp(1rem, 2.2vw, 1.15rem); color: #e3eaf4; max-width: 560px; margin-bottom: 34px; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 40px; margin-top: 48px; flex-wrap: wrap; }
.hero__stats div strong { display: block; font-size: 2rem; color: var(--accent); font-weight: 800; }
.hero__stats div span { font-size: .85rem; color: #cdd8e6; }

/* =================================================================
   Cards / Grids
   ================================================================= */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card__media { aspect-ratio: 16/10; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card__media img { transform: scale(1.05); }
.card__body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.card__body h3 { font-size: 1.2rem; margin: 0 0 10px; }
.card__body p { color: var(--mute); font-size: .94rem; margin: 0 0 16px; }
.card__more { margin-top: auto; color: var(--accent-dark); font-weight: 700; font-size: .9rem; }

/* Service feature cards (icon style) */
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card .ico { width: 56px; height: 56px; border-radius: 14px; background: rgba(217,84,43,.10); color: var(--accent-dark); display: grid; place-items: center; margin-bottom: 18px; }
.service-card .ico svg { width: 28px; height: 28px; }
.service-card h3 { font-size: 1.2rem; margin: 0 0 10px; }
.service-card p { color: var(--mute); font-size: .94rem; margin: 0; }

/* Feature (barrier-free / trust) list */
.feature { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.feature__item { background: var(--white); border-radius: var(--radius); padding: 28px 24px; border: 1px solid var(--line); }
.feature__item .num { font-size: .8rem; letter-spacing: .2em; color: var(--accent); font-weight: 700; }
.feature__item h3 { font-size: 1.15rem; margin: 8px 0 10px; }
.feature__item p { color: var(--mute); font-size: .92rem; margin: 0; }

/* Split (image + text) */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.split h2 { font-size: clamp(1.5rem, 3.4vw, 2.2rem); margin: 0 0 18px; }
.split p { color: var(--mute); }
.checklist { list-style: none; display: grid; gap: 12px; margin-top: 20px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--ink); }
.checklist li::before { content: "✓"; flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: .85rem; }

/* =================================================================
   Pricing
   ================================================================= */
.price-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.price-table caption { text-align: left; font-weight: 700; color: var(--navy); padding: 18px 22px; background: var(--sand-2); font-size: 1.05rem; }
.price-table th, .price-table td { padding: 16px 22px; text-align: left; border-bottom: 1px solid var(--line); }
.price-table thead th { background: var(--navy); color: var(--white); font-weight: 700; }
.price-table tbody th { font-weight: 700; color: var(--navy); width: 40%; }
.price-table td { color: var(--mute); }
.price-table tbody tr:last-child th, .price-table tbody tr:last-child td { border-bottom: none; }
.price-note { font-size: .85rem; color: var(--mute); margin-top: 14px; }

.price-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.price-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; text-align: center; box-shadow: var(--shadow-sm); }
.price-card.is-featured { border: 2px solid var(--accent); position: relative; }
.price-card.is-featured::before { content: "おすすめ"; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; padding: 4px 16px; border-radius: 999px; font-size: .78rem; font-weight: 700; }
.price-card h3 { font-size: 1.2rem; margin: 0 0 8px; }
.price-card .amount { font-size: 2.1rem; font-weight: 800; color: var(--navy); }
.price-card .amount small { font-size: .9rem; color: var(--mute); font-weight: 600; }
.price-card ul { list-style: none; text-align: left; margin: 20px 0 24px; display: grid; gap: 10px; }
.price-card ul li { color: var(--mute); font-size: .92rem; padding-left: 24px; position: relative; }
.price-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* =================================================================
   Works (CPT)
   ================================================================= */
.works-meta { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; letter-spacing: .06em; color: var(--accent-dark); background: rgba(217,84,43,.10); padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.works-single__hero img { width: 100%; max-height: 460px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.works-single .entry-content { max-width: 760px; margin-top: 30px; }
.works-single .entry-content h2 { font-size: 1.5rem; margin-top: 1.6em; }

/* =================================================================
   Access / Info
   ================================================================= */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,56px); align-items: start; }
.info-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.info-table th, .info-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.info-table th { width: 34%; background: var(--sand-2); color: var(--navy); font-weight: 700; }
.info-table td { color: var(--mute); }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: none; }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.map-embed iframe { width: 100%; height: 420px; border: 0; display: block; }

/* Staff */
.staff-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); text-align: center; }
.staff-card__media { aspect-ratio: 1/1; overflow: hidden; }
.staff-card__media img { width: 100%; height: 100%; object-fit: cover; }
.staff-card__body { padding: 22px; }
.staff-card__body .role { color: var(--accent-dark); font-weight: 700; font-size: .82rem; letter-spacing: .08em; }
.staff-card__body h3 { font-size: 1.2rem; margin: 6px 0 10px; }
.staff-card__body p { color: var(--mute); font-size: .9rem; margin: 0; }

/* =================================================================
   Reservation / Iframe / Contact
   ================================================================= */
.embed-frame { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(16px,3vw,28px); box-shadow: var(--shadow-sm); }
.embed-frame iframe { width: 100%; min-height: 760px; border: 0; border-radius: var(--radius-sm); display: block; }
.embed-empty { padding: 40px; text-align: center; color: var(--mute); border: 2px dashed var(--line); border-radius: var(--radius); background: var(--white); }

.reserve-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-bottom: 50px; }
.reserve-step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; position: relative; }
.reserve-step .step-no { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 800; margin-bottom: 14px; }
.reserve-step h3 { font-size: 1.05rem; margin: 0 0 8px; }
.reserve-step p { color: var(--mute); font-size: .9rem; margin: 0; }

.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(30px,5vw,56px); align-items: start; }
.contact-aside { background: var(--navy); color: #dce5f0; border-radius: var(--radius); padding: 34px; }
.contact-aside h3 { color: #fff; font-size: 1.3rem; margin: 0 0 16px; }
.contact-aside .tel-big { font-size: 1.9rem; font-weight: 800; color: #fff; letter-spacing: .04em; }
.contact-aside ul { list-style: none; display: grid; gap: 14px; margin-top: 18px; }
.contact-aside ul li { display: flex; gap: 12px; font-size: .92rem; }
.contact-aside ul li b { color: var(--accent); }

/* =================================================================
   Contact Form 7 — 標準クラス構造に基づくスタイル
   ================================================================= */
.wpcf7 { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 4vw, 40px); box-shadow: var(--shadow-sm); }
.wpcf7-form p { margin: 0 0 20px; }
.wpcf7-form label { display: block; font-weight: 700; color: var(--navy); margin-bottom: 8px; font-size: .95rem; }
.wpcf7-form-control-wrap { display: block; }
.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control,
.wpcf7-form select.wpcf7-form-control {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 1rem; color: var(--ink); background: var(--sand);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.wpcf7-form input.wpcf7-form-control:focus,
.wpcf7-form textarea.wpcf7-form-control:focus,
.wpcf7-form select.wpcf7-form-control:focus {
  outline: none; border-color: var(--accent); background: var(--white);
  box-shadow: 0 0 0 3px rgba(217,84,43,.15);
}
.wpcf7-form textarea.wpcf7-form-control { min-height: 150px; resize: vertical; }
.wpcf7-form .wpcf7-list-item { display: inline-block; margin: 0 18px 8px 0; }
.wpcf7-form .wpcf7-list-item label { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.wpcf7-form input[type="submit"] {
  background: var(--accent); color: var(--white); border: none; border-radius: 999px;
  padding: 15px 44px; font-size: 1.02rem; font-weight: 700; cursor: pointer; width: auto;
  box-shadow: 0 10px 24px rgba(217,84,43,.28); transition: background .2s ease, transform .15s ease;
}
.wpcf7-form input[type="submit"]:hover { background: var(--accent-dark); transform: translateY(-2px); }
.wpcf7-form .wpcf7-not-valid-tip { color: var(--accent-dark); font-size: .85rem; margin-top: 6px; }
.wpcf7-form .wpcf7-not-valid { border-color: var(--accent-dark) !important; }
.wpcf7 .wpcf7-response-output {
  margin: 18px 0 0; padding: 14px 18px; border-radius: var(--radius-sm); font-size: .92rem; border-width: 2px;
}
.wpcf7 form.sent .wpcf7-response-output { border-color: #2e7d32; background: #edf7ed; color: #1b5e20; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output { border-color: var(--accent-dark); background: #fdeee9; color: var(--accent-dark); }
.cf7-required { color: var(--accent); font-size: .8rem; margin-left: 4px; }

/* =================================================================
   Page header (generic)
   ================================================================= */
.page-hero { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(217,84,43,.35), transparent 70%); }
.page-hero__inner { position: relative; z-index: 1; padding-block: clamp(54px, 9vw, 96px); }
.page-hero .eyebrow { color: var(--accent); }
.page-hero h1 { color: #fff; font-size: clamp(1.8rem, 4.5vw, 2.8rem); margin: 10px 0 12px; }
.page-hero p { color: #c6d2e2; max-width: 620px; margin: 0; }
.breadcrumb { font-size: .82rem; color: #9fb0c6; margin-bottom: 16px; }
.breadcrumb a { color: #c6d2e2; }
.breadcrumb span { margin: 0 8px; }

/* Generic content (page.php / blocks) */
.entry-content { max-width: 820px; margin-inline: auto; }
.entry-content h2 { font-size: 1.6rem; margin: 1.8em 0 .6em; }
.entry-content h3 { font-size: 1.25rem; margin: 1.4em 0 .5em; }
.entry-content img { border-radius: var(--radius); }
.entry-content ul:not(.checklist) { padding-left: 1.3em; }

/* =================================================================
   CTA band
   ================================================================= */
.cta-band { background: linear-gradient(120deg, var(--navy) 0%, var(--navy-soft) 100%); color: #fff; border-radius: var(--radius); padding: clamp(34px,6vw,60px); text-align: center; box-shadow: var(--shadow); }
.cta-band h2 { color: #fff; font-size: clamp(1.5rem,3.6vw,2.2rem); margin: 0 0 12px; }
.cta-band p { color: #c6d2e2; margin: 0 0 26px; }
.cta-band .hero__actions { justify-content: center; }

/* =================================================================
   Footer （ナビゲーションに背景色を付与しない）
   ================================================================= */
.site-footer { background: var(--navy); color: #b8c6d8; padding-block: clamp(48px,7vw,72px) 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand__logo { font-size: 1.5rem; font-weight: 800; color: #fff; letter-spacing: .14em; }
.footer-brand__logo span { color: var(--accent); }
.site-footer p { color: #9fb0c6; font-size: .9rem; }
.footer-col h4 { color: #fff; font-size: .98rem; margin: 0 0 16px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a, .footer-nav a { color: #b8c6d8; font-size: .9rem; background: transparent; }
.footer-col a:hover, .footer-nav a:hover { color: #fff; }
.footer-nav ul { list-style: none; display: grid; gap: 10px; }
.footer-nav .menu-item { background: transparent; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-block: 22px; text-align: center; font-size: .82rem; color: #8497ad; }

/* =================================================================
   Responsive
   ================================================================= */
@media (max-width: 1000px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .feature, .price-cards { grid-template-columns: repeat(2, 1fr); }
  .reserve-steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 860px) {
  .main-nav { position: fixed; inset: 76px 0 auto 0; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; padding: 18px var(--gutter) 26px; gap: 0; transform: translateY(-130%); transition: transform .3s ease; box-shadow: var(--shadow); }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav li { border-bottom: 1px solid var(--line); }
  .main-nav a { display: block; padding: 14px 4px; }
  .main-nav a::after { display: none; }
  .nav-toggle { display: flex; }
  .header-tel { display: none; }
  .split { grid-template-columns: 1fr; }
  .split__media { order: -1; }
  .info-grid, .contact-grid { grid-template-columns: 1fr; }
  .contact-aside { order: -1; }
}
@media (max-width: 680px) {
  .grid--3, .grid--2, .grid--4, .feature, .price-cards { grid-template-columns: 1fr; }
  .reserve-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero__stats { gap: 26px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { justify-content: center; }
}
.nav-open { overflow: hidden; }
