@charset "utf-8";
/* Accel株式会社 コーポレートサイト
   配色は元ロゴから採取：本体の金 #C6811E / 暗部 #2A1401 / ハイライト #F9D574
   書体：Zen Kaku Gothic New（和文）＋ Barlow Semi Condensed（数字・欧文） */

:root {
  --gold: #c6811e;
  --gold-deep: #8f5b11;
  --gold-light: #f1cf8f;
  --dark: #191105;
  --dark-2: #241907;
  --ink: #1f1608;
  --body: #574c3d;
  --muted: #8b7e6d;
  --line: #e6dccd;
  --line-2: #cec0a9;
  --paper: #fbf9f5;
  --white: #fff;
  --jp: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
  --num: "Barlow Semi Condensed", "Zen Kaku Gothic New", sans-serif;
  --side: 274px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--jp); font-size: 15.5px; line-height: 1.95;
  color: var(--body); background: var(--paper); font-feature-settings: "palt";
}
img, svg, iframe { max-width: 100%; }
img { height: auto; vertical-align: middle; }
figure { margin: 0; }
a { color: var(--gold-deep); text-underline-offset: 3px; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { font-weight: 700; color: var(--ink); line-height: 1.6; margin: 0; }
p { margin: 0 0 1.4em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--ink); color: #fff; padding: 10px 18px; }
.skip:focus { left: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* =========================================== 骨格：左サイドバー＋本文 */
.layout { display: flex; align-items: flex-start; }
.side {
  flex: 0 0 var(--side); width: var(--side); position: sticky; top: 0;
  height: 100vh; background: var(--dark); color: rgba(255,255,255,.72);
  display: flex; flex-direction: column; padding: 34px 28px 26px;
}
.side-brand { display: block; margin-bottom: 38px; }
.side-brand img { width: 100%; max-width: 190px; display: block; }
.side-nav { flex: 1 1 auto; }
.side-nav > ul { display: grid; gap: 2px; }
.side-nav a {
  display: flex; align-items: baseline; gap: 12px; padding: 9px 0;
  color: rgba(255,255,255,.82); text-decoration: none; font-size: 14.5px; letter-spacing: .02em;
}
.side-nav a i { font-family: var(--num); font-style: normal; font-size: 12px; font-weight: 600; color: var(--gold); min-width: 20px; }
.side-nav a:hover, .side-nav a.is-current { color: #fff; }
.side-nav a.is-current i { color: var(--gold-light); }
.side-nav .sub { margin: 4px 0 10px 32px; display: grid; gap: 1px; }
.side-nav .sub a { font-size: 13px; padding: 6px 0; color: rgba(255,255,255,.6); }
.side-nav .sub a:hover, .side-nav .sub a.is-current { color: var(--gold-light); }
.side-foot { border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; font-size: 12px; line-height: 1.85; }
.side-foot .tel { display: block; font-family: var(--num); font-size: 25px; font-weight: 600; color: #fff; text-decoration: none; letter-spacing: .01em; }
.side-foot .hours { color: rgba(255,255,255,.55); margin: 2px 0 14px; }
.side-foot .btn { width: 100%; }
.side-copy { margin-top: 18px; font-size: 10.5px; color: rgba(255,255,255,.38); }

main { flex: 1 1 auto; min-width: 0; }
.inner { max-width: 1000px; padding: 0 64px; margin: 0 auto; }
.band { padding: 88px 0; }
.band-white { background: var(--white); border-block: 1px solid var(--line); }
.band + .band-white, .band-white + .band { }

/* モバイル用のトップバー（デスクトップでは隠す） */
.mbar { display: none; }

/* =========================================== 見出し */
.eyebrow { font-family: var(--num); font-size: 13px; font-weight: 600; letter-spacing: .22em; color: var(--gold); margin: 0 0 16px; text-transform: uppercase; }
.h2 { font-size: clamp(23px, 2.9vw, 31px); letter-spacing: .01em; margin: 0 0 24px; display: flex; align-items: baseline; gap: 16px; line-break: strict; word-break: auto-phrase; }
.h2 .num { font-family: var(--num); font-size: .82em; font-weight: 600; color: var(--gold); letter-spacing: .04em; }
.h3 { font-size: 19px; margin: 0 0 10px; }
.lede { max-width: 660px; margin-bottom: 40px; }
.note { font-size: 12.5px; line-height: 1.9; color: var(--muted); margin: 0; }

/* =========================================== ボタン */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 54px; padding: 0 30px; font-weight: 700; font-size: 14.5px; letter-spacing: .04em;
  border: 1px solid transparent; text-decoration: none; transition: .18s ease; white-space: nowrap;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #ad6f16; color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #3a2a12; color: #fff; }
.btn-line { border-color: var(--line-2); color: var(--ink); }
.btn-line:hover { border-color: var(--gold); color: var(--gold-deep); }
.more { display: inline-flex; align-items: center; gap: .7em; font-size: 14px; font-weight: 700; color: var(--ink); text-decoration: none; }
.more::after { content: ""; width: 32px; height: 1px; background: var(--gold); transition: width .2s; }
.more:hover::after { width: 44px; }

/* =========================================== トップ：オープニング */
.opening { padding-top: 84px; }
.opening h1 { font-size: clamp(32px, 4.6vw, 54px); line-height: 1.42; letter-spacing: .005em; margin: 0 0 26px; line-break: strict; word-break: auto-phrase; }
.opening h1 span { color: var(--gold); }
.opening-lead { max-width: 640px; font-size: 16px; line-height: 2.1; margin: 0 0 34px; }
.opening-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 60px; }
.strip { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 6px; height: 320px; }
.strip figure { overflow: hidden; }
.strip img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* 数字の帯 */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--white); margin-top: 6px; }
.facts div { padding: 20px 22px 22px; border-right: 1px solid var(--line); }
.facts div:last-child { border-right: 0; }
.facts dt { font-size: 11px; letter-spacing: .1em; color: var(--muted); margin-bottom: 4px; }
.facts dd { margin: 0; font-size: 15.5px; font-weight: 700; color: var(--ink); }
.facts dd a { color: inherit; text-decoration: none; font-family: var(--num); font-size: 19px; }

/* =========================================== 事業タイル */
.tiles { display: grid; gap: 4px; }
.tile { display: grid; grid-template-columns: 300px 1fr; background: var(--white); border: 1px solid var(--line); text-decoration: none; transition: .2s; }
.tile:hover { border-color: var(--gold); }
.tile figure { overflow: hidden; }
.tile img { width: 100%; height: 100%; min-height: 200px; object-fit: cover; display: block; transition: transform .5s; }
.tile:hover img { transform: scale(1.04); }
.tile-body { padding: 28px 32px 26px; }
.tile-no { font-family: var(--num); font-size: 26px; font-weight: 600; color: var(--gold); line-height: 1; margin: 0 0 8px; }
.tile h3 { font-size: 21px; margin: 0 0 6px; color: var(--ink); }
.tile .tag { font-size: 12.5px; color: var(--muted); margin: 0 0 12px; }
.tile p { font-size: 14px; color: var(--body); margin: 0 0 14px; }

/* =========================================== 料金表 */
.rate { width: 100%; border-collapse: collapse; font-size: 14.5px; background: var(--white); }
.rate th, .rate td { border: 1px solid var(--line); padding: 15px 18px; text-align: left; vertical-align: top; }
.rate thead th { background: var(--ink); color: #fff; font-size: 13px; letter-spacing: .06em; border-color: var(--ink); }
.rate tbody th { width: 27%; font-weight: 700; color: var(--ink); background: #fdfcfa; }
.rate td.p { font-weight: 700; color: var(--ink); white-space: nowrap; }

/* =========================================== 考え方（テキスト主体） */
.creed { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.creed-photo img { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; display: block; }
.creed h2 { margin-bottom: 22px; }
.creed p { margin-bottom: 1.6em; }
.creed-list { margin-top: 28px; border-top: 1px solid var(--line); }
.creed-list li { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.creed-list b { display: block; font-size: 15.5px; color: var(--ink); margin-bottom: 3px; }

/* =========================================== お知らせ */
.news li { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.news li:first-child { border-top: 1px solid var(--line); }
.news time { font-family: var(--num); font-size: 14px; font-weight: 600; color: var(--muted); }
.news p { margin: 0; }

/* =========================================== 事業ページ */
.page-head { padding-top: 66px; }
.page-head .eyebrow { color: var(--gold); }
.page-head h1 { font-size: clamp(27px, 3.4vw, 38px); margin: 0 0 16px; }
.page-head .lede { margin-bottom: 34px; }
.crumbs { padding-top: 22px; font-size: 12px; color: var(--muted); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .55em; }
.crumbs li + li::before { content: "›"; margin-right: .55em; color: var(--line-2); }
.crumbs a { color: var(--muted); text-decoration: none; }
.hero-wide img { width: 100%; aspect-ratio: 16 / 6.5; object-fit: cover; display: block; }
.two-col { display: grid; grid-template-columns: 1.45fr 1fr; gap: 46px; align-items: start; }
.ticks li { position: relative; padding-left: 24px; margin-bottom: 10px; font-size: 14.5px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 12px; width: 12px; height: 1px; background: var(--gold); }
.card { background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--gold); padding: 24px 26px; }
.card h3 { font-size: 14.5px; margin: 0 0 12px; letter-spacing: .04em; }
.card .p { font-size: 16px; font-weight: 700; color: var(--ink); margin: 0 0 12px; line-height: 1.8; }
.steps { counter-reset: s; display: grid; gap: 2px; }
.steps li { display: grid; grid-template-columns: 62px 1fr; background: var(--white); border: 1px solid var(--line); }
.steps .n { font-family: var(--num); font-size: 20px; font-weight: 600; color: #fff; background: var(--ink); display: flex; align-items: center; justify-content: center; }
.steps .t { padding: 18px 22px; }
.steps h3 { font-size: 15.5px; margin: 0 0 4px; }
.steps p { margin: 0; font-size: 13.5px; }
.next { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; margin-top: 8px; }
.next a { background: var(--white); border: 1px solid var(--line); padding: 20px 24px; text-decoration: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.next a:hover { border-color: var(--gold); }
.next b { color: var(--ink); font-size: 15px; }
.next span { font-family: var(--num); color: var(--gold); font-weight: 600; }

/* =========================================== 会社概要 */
.spec { border-top: 1px solid var(--line); }
.spec > div { display: grid; grid-template-columns: 168px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.spec dt { font-size: 12.5px; font-weight: 700; letter-spacing: .05em; color: var(--gold-deep); padding-top: 3px; }
.spec dd { margin: 0; font-size: 14.5px; color: var(--ink); }
.greet { display: grid; grid-template-columns: 1.4fr 1fr; gap: 46px; align-items: start; }
.greet-photo img { width: 100%; aspect-ratio: 3 / 3.7; object-fit: cover; display: block; }
.sign { margin-top: 26px; line-height: 2; color: var(--ink); }
.sign span { font-size: 12.5px; color: var(--muted); }
.sign strong { font-size: 19px; letter-spacing: .08em; }
.hist li { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.hist li:first-child { border-top: 1px solid var(--line); }
.hist span { font-family: var(--num); font-weight: 600; color: var(--gold-deep); font-size: 15px; }
.hist p { margin: 0; font-size: 14.5px; }
.map { aspect-ratio: 16 / 8; border: 1px solid var(--line); margin-top: 26px; }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* =========================================== お問い合わせ */
.contact-top { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 56px; }
.contact-top > div { background: var(--white); border: 1px solid var(--line); padding: 28px 30px; }
.contact-top h2 { font-size: 15px; margin: 0 0 14px; letter-spacing: .04em; }
.big-tel { display: block; font-family: var(--num); font-size: 40px; font-weight: 600; color: var(--ink); text-decoration: none; line-height: 1.2; }
.big-mail { display: block; font-size: 17px; font-weight: 700; word-break: break-all; margin-top: 4px; }
#cform label { display: block; margin-bottom: 20px; font-size: 13.5px; font-weight: 700; color: var(--ink); }
#cform input, #cform select, #cform textarea {
  display: block; width: 100%; margin-top: 7px; padding: 12px 14px; font: inherit; font-size: 15px;
  font-weight: 400; color: var(--ink); background: var(--white); border: 1px solid var(--line-2); border-radius: 0;
}
#cform input:focus, #cform select:focus, #cform textarea:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 3px rgba(198,129,30,.14); }
#cform textarea { resize: vertical; }
.req { color: #b4443c; font-size: 11.5px; }
.check { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 400 !important; color: var(--body) !important; }
.check input { width: auto !important; margin: 6px 0 0 !important; }
.form-note { font-size: 13px; color: var(--gold-deep); margin: 13px 0 0; min-height: 1.4em; }
.form-note.err { color: #b4443c; }
.faq li { border-bottom: 1px solid var(--line); padding: 20px 0 22px; }
.faq li:first-child { border-top: 1px solid var(--line); }
.faq h3 { font-size: 15.5px; display: flex; gap: .6em; align-items: baseline; line-break: strict; word-break: auto-phrase; }
.faq h3::before { content: "Q"; font-family: var(--num); font-size: 15px; font-weight: 600; color: var(--gold); }
.faq p { margin: 6px 0 0; padding-left: 1.5em; font-size: 14.5px; }

/* =========================================== 文章ページ */
.prose p { margin-bottom: 1.6em; }
.prose h2 { font-size: 18px; margin: 2.2em 0 .6em; }
.prose ul { list-style: disc; padding-left: 1.3em; margin-bottom: 1.5em; }
.prose ul li { margin-bottom: .4em; }
.narrow { max-width: 780px; }
.rev-date { font-size: 13px; color: var(--muted); margin-top: 3em; }

/* =========================================== 奥付（フッター） */
/* サイドバーに電話番号と問い合わせボタンが常時出ているため、末尾にCTA帯は置かない */
.foot { border-top: 1px solid var(--line); padding: 40px 0 46px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 4px 26px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.foot-links a { display: inline-flex; align-items: baseline; gap: 7px; font-size: 13.5px; color: var(--ink); text-decoration: none; }
.foot-links a:hover { color: var(--gold-deep); }
.foot-links i { font-family: var(--num); font-style: normal; font-size: 11px; font-weight: 600; color: var(--gold); }
.foot-data { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 44px; padding: 20px 0 4px; }
.foot-data > div { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 7px 0; font-size: 13px; }
.foot-data dt { color: var(--muted); font-size: 11.5px; letter-spacing: .06em; padding-top: 3px; }
.foot-data dd { margin: 0; color: var(--body); }
.foot-data a { color: var(--body); text-decoration: none; }
.foot-data a:hover { color: var(--gold-deep); }
.foot-end { margin: 18px 0 0; font-size: 11.5px; color: var(--muted); }

/* スマホ用の固定アクションバー（デスクトップでは隠す） */
.dock { display: none; }

/* =========================================== レスポンシブ */
@media (max-width: 1180px) {
  .creed, .two-col, .greet, .contact-top { grid-template-columns: 1fr; gap: 32px; }
  .greet-photo, .creed-photo { order: -1; }
  .greet-photo img, .creed-photo img { aspect-ratio: 16 / 9; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 1000px) {
  .layout { display: block; }
  .side { display: none; }
  .mbar {
    display: block; position: sticky; top: 0; z-index: 60;
    background: var(--dark); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .mbar-inner { display: flex; align-items: center; gap: 12px; padding: 0 18px; min-height: 58px; }
  .mbar img { height: 26px; width: auto; display: block; }
  .mbar .tel { font-family: var(--num); font-size: 19px; font-weight: 600; color: #fff; text-decoration: none; margin-left: auto; }
  .nav-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 48px; height: 48px; padding: 0; background: none; border: 0; cursor: pointer; }
  .nav-toggle span { display: block; width: 21px; height: 1.5px; background: #fff; transition: .2s; }
  .nav-toggle em { font-style: normal; font-size: 8.5px; letter-spacing: .06em; color: rgba(255,255,255,.6); margin-top: 2px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .mdrawer { display: none; background: var(--dark); padding: 8px 18px 24px; }
  .mdrawer.is-open { display: block; }
  .mdrawer a { display: flex; align-items: baseline; gap: 10px; min-height: 48px; padding: 12px 0; color: rgba(255,255,255,.88); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 15px; }
  .mdrawer i { font-family: var(--num); font-style: normal; font-size: 11px; font-weight: 600; color: var(--gold); min-width: 18px; }
  .mdrawer .sub { margin-left: 28px; }
  .mdrawer .sub a { font-size: 14px; color: rgba(255,255,255,.66); min-height: 44px; }
  .mdrawer .btn { width: 100%; margin-top: 16px; }

  /* 本文まわり：行間と余白をスマホ向けに詰める */
  body { font-size: 15px; line-height: 1.85; }
  .inner { padding: 0 20px; }
  .band { padding: 48px 0; }
  .opening { padding-top: 38px; }
  .opening h1 { font-size: clamp(27px, 7.4vw, 36px); line-height: 1.48; }
  .opening-lead { font-size: 15px; line-height: 1.95; margin-bottom: 26px; }
  .opening-cta { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 10px; margin-bottom: 34px; }
  .opening-cta .btn { width: 100%; }
  .h2 { gap: 12px; margin-bottom: 18px; }
  .lede { margin-bottom: 28px; }

  .strip { grid-template-columns: 1fr 1fr; height: auto; grid-auto-rows: 150px; gap: 4px; }
  .strip figure:first-child { grid-column: 1 / -1; grid-auto-rows: 190px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div { padding: 14px 16px 16px; border-right: 1px solid var(--line); }
  .facts div:nth-child(2n) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }

  .tile { grid-template-columns: 1fr; }
  .tile figure { height: 190px; }
  .tile img { min-height: 0; height: 100%; }
  .tile-body { padding: 22px 20px 24px; }
  .tile h3 { font-size: 19px; }

  .creed, .two-col, .greet, .contact-top { grid-template-columns: 1fr; gap: 28px; }
  .greet-photo, .creed-photo { order: -1; }
  .greet-photo img, .creed-photo img { aspect-ratio: 16 / 10; }

  /* 料金表：見出し行を隠して1件ずつのカードに積む */
  .rate thead { display: none; }
  .rate, .rate tbody, .rate tr, .rate th, .rate td { display: block; width: auto; }
  .rate tr { margin-bottom: 10px; border: 1px solid var(--line); background: var(--white); }
  .rate th, .rate td { border: 0; padding: 12px 16px; }
  .rate tbody th { width: auto; display: block; background: var(--ink); color: #fff; font-size: 15px; padding: 13px 16px; }
  .rate td.p { font-size: 17px; padding-bottom: 4px; }
  .rate td:last-child { font-size: 13px; color: var(--muted); padding-top: 0; }

  .steps li { grid-template-columns: 46px 1fr; }
  .steps .n { font-size: 17px; }
  .steps .t { padding: 15px 16px; }
  .next { grid-template-columns: 1fr; }
  .spec > div, .hist li, .news li { grid-template-columns: 1fr; gap: 2px; padding: 12px 0; }
  .spec dt, .news time, .hist span { font-size: 12px; }
  .hero-wide img { aspect-ratio: 16 / 9; }
  .page-head { padding-top: 34px; }
  .big-tel { font-size: 34px; }
  .faq p { padding-left: 0; }
  .map { aspect-ratio: 4 / 3; }
  .card { padding: 20px 18px; }

  /* 下部の固定アクションバー（サイドバーの代わり） */
  .dock {
    display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0;
    z-index: 70; background: var(--dark); border-top: 1px solid rgba(241,207,143,.25);
  }
  .dock a { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 62px; text-decoration: none; }
  .dock-tel { color: #fff; border-right: 1px solid rgba(255,255,255,.14); }
  .dock-tel span { font-size: 10.5px; color: rgba(255,255,255,.6); letter-spacing: .06em; }
  .dock-tel strong { font-family: var(--num); font-size: 21px; font-weight: 600; }
  .dock-btn { background: var(--gold); color: #fff; font-weight: 700; font-size: 15px; }
  body { padding-bottom: 62px; }
  .foot { padding: 26px 0 30px; }
  .foot-data { grid-template-columns: 1fr; column-gap: 0; padding: 12px 0 0; }
  .foot-data > div { grid-template-columns: 1fr; gap: 1px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
  .foot-data > div:last-child { border-bottom: 0; }
  .foot-data dt { padding-top: 0; }
  .foot-data dd { line-height: 1.75; }
  .foot-end { margin-top: 14px; }
  .foot-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; padding-bottom: 6px; }
  .foot-links a { min-height: 44px; align-items: center; }

  /* 指で押せる大きさを確保する（44px 以上） */
  .mbar-inner > a:first-child { display: flex; align-items: center; min-height: 48px; }
  .mbar .tel { display: inline-flex; align-items: center; min-height: 48px; padding-left: 8px; }
  .more { min-height: 44px; }
  .crumbs a { display: inline-block; padding: 11px 0; }
  .facts dd a, .spec dd a, .foot-data dd a, .contact-top a, .prose a { display: inline-block; padding: 8px 0; }
  .big-mail { padding: 6px 0; }
  .check { align-items: flex-start; gap: 12px; padding: 8px 0; }
  .check input { width: 22px !important; height: 22px; margin: 2px 0 0 !important; flex: 0 0 auto; }
  #cform label { margin-bottom: 18px; }
  #cform input, #cform select, #cform textarea { padding: 13px 14px; font-size: 16px; }
}

@media (max-width: 400px) {
  .opening h1 { font-size: 25px; }
  .mbar .tel { font-size: 17px; }
  .dock-tel strong { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
@media print { .side, .mbar, .mdrawer, .dock, .map { display: none; } .layout { display: block; } body { color: #000; background: #fff; } }
