/*
Theme Name: BusConnect Demo
Theme URI: https://example.com/
Author: BusConnect
Description: 株式会社バスコネクト向けのデモWordPressテーマ。中古バス販売・買取・部品販売に対応。
Version: 3.0.3
Text Domain: busconnect-demo
*/

:root {
  --bc-blue: #0a63c9;
  --bc-blue-dark: #083f7d;
  --bc-sky: #eaf5ff;
  --bc-text: #172033;
  --bc-muted: #667085;
  --bc-border: #d9e2ec;
  --bc-white: #ffffff;
  --bc-accent: #ffb100;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--bc-text);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 84px 0; }
.section--soft { background: #f7fbff; }
.section__head { text-align: center; margin-bottom: 42px; }
.eyebrow { color: var(--bc-blue); font-weight: 800; letter-spacing: .12em; font-size: .8rem; }
h1, h2, h3 { line-height: 1.3; margin-top: 0; }
h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 14px; }
.lead { color: var(--bc-muted); max-width: 760px; margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(10,99,201,.1);
  backdrop-filter: blur(10px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display:flex; align-items:center; flex:0 0 auto; font-weight:900; line-height:0; }
.brand img,.brand .custom-logo{display:block;width:258px;height:auto;max-height:62px;object-fit:contain;object-position:left center;}
.brand .custom-logo-link{display:block;line-height:0;}
.brand-mark {
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(135deg, var(--bc-blue), #43b9ff);
  color: #fff; display: grid; place-items: center; font-size: 1.1rem;
  box-shadow: 0 8px 22px rgba(10,99,201,.24);
}
.brand small { display: block; font-weight: 700; color: var(--bc-muted); font-size: .68rem; }
.site-nav ul { list-style: none; display: flex; gap: 24px; padding: 0; margin: 0; align-items: center; }
.site-nav a { font-size: .94rem; font-weight: 700; }
.site-nav a:hover { color: var(--bc-blue); }
.header-cta { padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--bc-blue); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.5rem; }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.95), transparent 28%),
    linear-gradient(120deg, #eef8ff 0%, #d9efff 45%, #8dcfff 100%);
  min-height: 700px;
}
.hero:before {
  content: ""; position: absolute; inset: auto -10% -35% 35%; height: 520px;
  background: rgba(255,255,255,.45); border-radius: 50% 50% 0 0;
  transform: rotate(-4deg);
}
.hero-inner { position: relative; min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 44px; }
.hero-copy h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); margin: 14px 0 24px; letter-spacing: -.03em; }
.hero-copy p { font-size: 1.1rem; color: #32435a; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { display: inline-flex; justify-content: center; align-items: center; padding: 15px 24px; border-radius: 12px; font-weight: 800; border: 1px solid transparent; transition: .2s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--bc-blue); color: #fff; box-shadow: 0 12px 28px rgba(10,99,201,.24); }
.btn--ghost { background: #fff; border-color: #bdd8f1; color: var(--bc-blue-dark); }
.hero-visual { position: relative; }
.bus-card {
  min-height: 360px; border-radius: 34px; padding: 34px;
  background: linear-gradient(145deg, #ffffff, #e8f3fb);
  box-shadow: 0 28px 70px rgba(27,72,110,.22);
  position: relative; overflow: hidden;
}
.bus-shape { position: absolute; left: 8%; right: 8%; bottom: 18%; height: 46%; background: #fff; border-radius: 32px 45px 18px 18px; border: 3px solid #cbd9e4; box-shadow: inset 0 -12px 0 #eef2f5; }
.bus-shape:before { content:""; position:absolute; left:7%; right:7%; top:14%; height:34%; background:linear-gradient(90deg,#173b5c 0 12%,#254f73 12% 88%,#173b5c 88%); border-radius:16px 22px 8px 8px; }
.bus-shape:after { content:""; position:absolute; left:14%; right:14%; bottom:-24px; height:48px; background:radial-gradient(circle at 15% 50%, #202832 0 18px, transparent 19px), radial-gradient(circle at 85% 50%, #202832 0 18px, transparent 19px); }
.floating-badge { position:absolute; top:24px; right:24px; background:#fff; padding:12px 16px; border-radius:999px; box-shadow:0 10px 25px rgba(30,80,120,.14); font-weight:800; color:var(--bc-blue); }

.stats { margin-top: -38px; position: relative; z-index: 4; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); background:#fff; border-radius:20px; box-shadow:0 20px 45px rgba(28,70,108,.12); overflow:hidden; }
.stat { padding: 28px; text-align:center; border-right:1px solid #edf1f4; }
.stat:last-child { border-right:0; }
.stat strong { display:block; font-size:1.9rem; color:var(--bc-blue-dark); }
.stat span { color:var(--bc-muted); font-size:.9rem; }

.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.card { background:#fff; border:1px solid #e4edf4; border-radius:22px; overflow:hidden; box-shadow:0 12px 30px rgba(31,71,105,.08); }
.card-media { height:220px; background:linear-gradient(135deg,#caeaff,#77c5ff); position:relative; }
.card-media:after { content:"BUS"; position:absolute; inset:0; display:grid; place-items:center; font-size:4rem; color:rgba(255,255,255,.76); font-weight:900; letter-spacing:.1em; }
.card-body { padding:24px; }
.card-meta { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:14px; }
.tag { padding:5px 10px; border-radius:999px; background:#edf7ff; color:var(--bc-blue); font-size:.78rem; font-weight:800; }
.price { color:var(--bc-blue-dark); font-size:1.35rem; font-weight:900; }
.card-list { list-style:none; padding:0; margin:16px 0 0; color:var(--bc-muted); font-size:.92rem; }
.card-list li { padding:5px 0; border-bottom:1px dashed #e2e8ee; }

.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.feature { padding:30px; border-radius:20px; background:#fff; border:1px solid #e2ebf3; }
.feature-icon { width:54px; height:54px; display:grid; place-items:center; border-radius:16px; background:var(--bc-sky); font-size:1.5rem; margin-bottom:18px; }

.cta {
  background: linear-gradient(135deg, #073d77, #0a63c9 58%, #44b8ff);
  color:#fff; border-radius:30px; padding:56px; display:flex; align-items:center; justify-content:space-between; gap:30px;
}
.cta p { color:rgba(255,255,255,.78); max-width:660px; }
.cta .btn { background:#fff; color:var(--bc-blue-dark); flex:0 0 auto; }

.news-list { max-width:900px; margin:0 auto; border-top:1px solid var(--bc-border); }
.news-item { display:grid; grid-template-columns:130px 1fr; gap:20px; padding:20px 0; border-bottom:1px solid var(--bc-border); }
.news-date { color:var(--bc-muted); font-size:.9rem; }

.site-footer { background:#0e1e32; color:#fff; padding:58px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:40px; }
.site-footer p, .site-footer li { color:#b9c6d5; }
.site-footer ul { list-style:none; padding:0; }
.site-footer a:hover { color:#fff; }
.copyright { margin-top:36px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); color:#8fa2b7; font-size:.85rem; }

.page-hero { padding:95px 0 70px; background:linear-gradient(135deg,#edf8ff,#bfe4ff); }
.content-area { padding:70px 0; }
.entry-content { max-width:900px; margin:auto; }
.entry-content h2 { margin-top:2em; }

@media (max-width: 900px) {
  .menu-toggle { display:block; }
  .site-nav { display:none; position:absolute; top:76px; left:0; right:0; background:#fff; border-bottom:1px solid #dbe4ea; padding:18px 20px; }
  .site-nav.is-open { display:block; }
  .site-nav ul { flex-direction:column; align-items:stretch; }
  .header-cta { text-align:center; }
  .hero-inner { grid-template-columns:1fr; padding:70px 0 110px; min-height:auto; }
  .hero { min-height:auto; }
  .stats-grid { grid-template-columns:repeat(2,1fr); }
  .cards, .feature-grid { grid-template-columns:1fr; }
  .cta { flex-direction:column; align-items:flex-start; padding:38px 28px; }
  .footer-grid { grid-template-columns:1fr; }
}

@media (max-width: 560px) {
  .container { width:min(100% - 24px,1180px); }
  .section { padding:64px 0; }
  .hero-copy h1 { font-size:2.55rem; }
  .hero-actions { flex-direction:column; }
  .btn { width:100%; }
  .stats-grid { grid-template-columns:1fr 1fr; }
  .stat { padding:20px 10px; }
  .news-item { grid-template-columns:1fr; gap:4px; }
}

/* Vehicle inventory v1.1 */
.vehicle-card{position:relative}.vehicle-card .card-media{position:relative;overflow:hidden}.vehicle-card .card-media img{width:100%;height:240px;object-fit:cover}.vehicle-no-image{display:flex;align-items:center;justify-content:center;min-height:240px;background:#edf3f7;color:#789;font-weight:700;letter-spacing:.12em}.vehicle-status,.vehicle-featured-label{position:absolute;top:14px;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800}.vehicle-status{left:14px;background:#0a5fa8;color:#fff}.vehicle-featured-label{right:14px;background:#fff;color:#0a5fa8}.vehicle-card-spec{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin:18px 0}.vehicle-card-spec div{border-bottom:1px solid #e8edf0;padding-bottom:7px}.vehicle-card-spec dt{font-size:11px;color:#71808b}.vehicle-card-spec dd{margin:2px 0 0;font-weight:700}.vehicle-detail-heading-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.vehicle-detail-status{background:#fff;color:#0a5fa8;border-radius:999px;padding:6px 12px;font-weight:800}.vehicle-detail-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:42px;align-items:start}.vehicle-main-image{overflow:hidden;border-radius:12px;background:#edf3f7}.vehicle-main-image img{display:block;width:100%;height:auto;max-height:620px;object-fit:contain;background:#f4f7f9}.vehicle-thumbnails{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.vehicle-thumb{padding:0;border:2px solid transparent;border-radius:7px;overflow:hidden;background:none;cursor:pointer}.vehicle-thumb:hover,.vehicle-thumb:focus{border-color:#0a5fa8}.vehicle-thumb img{display:block;width:100%;height:78px;object-fit:cover}.vehicle-summary{position:sticky;top:90px;padding:28px;border:1px solid #dfe7ec;border-radius:14px;background:#fff;box-shadow:0 15px 40px rgba(12,51,77,.08)}.vehicle-summary-label{display:inline-block;margin-bottom:12px;padding:5px 10px;background:#eaf4fb;color:#0a5fa8;border-radius:999px;font-weight:800}.vehicle-summary-maker{font-weight:700;font-size:18px}.vehicle-summary-price{margin:20px 0;padding:20px 0;border-top:1px solid #e5ebef;border-bottom:1px solid #e5ebef}.vehicle-summary-price small,.vehicle-summary-price span{display:block;color:#687985}.vehicle-summary-price strong{display:block;margin:4px 0;font-size:30px;color:#0a5fa8}.vehicle-summary-spec div{display:flex;justify-content:space-between;gap:18px;padding:9px 0;border-bottom:1px solid #edf1f3}.vehicle-summary-spec dt{color:#687985}.vehicle-summary-spec dd{margin:0;font-weight:700;text-align:right}.vehicle-contact-button,.vehicle-pdf-button{display:block;text-align:center;margin-top:14px}.vehicle-contact-note{font-size:13px;color:#687985}.vehicle-info-block{margin-top:48px}.vehicle-info-block h2{padding-bottom:12px;border-bottom:3px solid #0a5fa8}.vehicle-spec-table{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #dce5ea;border-left:1px solid #dce5ea}.vehicle-spec-table div{display:grid;grid-template-columns:140px 1fr;border-right:1px solid #dce5ea;border-bottom:1px solid #dce5ea}.vehicle-spec-table dt,.vehicle-spec-table dd{padding:14px;margin:0}.vehicle-spec-table dt{background:#f2f6f8;font-weight:700}.vehicle-equipment-list{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:0;list-style:none}.vehicle-equipment-list li{padding:12px 14px;border:1px solid #dfe7ec;border-radius:7px}.vehicle-equipment-list li:before{content:'✓';margin-right:8px;color:#0a5fa8;font-weight:800}.vehicle-video{position:relative;max-width:900px}.vehicle-video iframe{width:100%;aspect-ratio:16/9;height:auto}
@media(max-width:900px){.vehicle-detail-layout{grid-template-columns:1fr}.vehicle-summary{position:static}.vehicle-thumbnails{grid-template-columns:repeat(4,1fr)}.vehicle-spec-table{grid-template-columns:1fr}.vehicle-equipment-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.vehicle-thumbnails{grid-template-columns:repeat(3,1fr)}.vehicle-spec-table div{grid-template-columns:110px 1fr}.vehicle-equipment-list{grid-template-columns:1fr}.vehicle-summary-price strong{font-size:25px}}

/* BusConnect redesign v1.3 */
:root{--bc-blue:#0872d9;--bc-blue-dark:#0a2d57;--bc-text:#152238;--bc-red:#e52420;--bc-soft:#f5f9fd}
body{font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic UI","Yu Gothic",Meiryo,sans-serif;color:var(--bc-text)}
.container{width:min(1240px,calc(100% - 48px))}
.site-header{position:relative;background:#fff;border:0;box-shadow:0 1px 12px rgba(20,57,90,.08)}
.header-inner{min-height:88px}
.brand img,.brand .custom-logo{display:block;width:275px;height:58px;max-height:none;object-fit:contain;object-position:left center}
.site-nav ul{gap:38px}.site-nav a{font-weight:800;color:#172238}.site-nav .header-cta{border-radius:8px;padding:14px 22px;color:#fff;box-shadow:0 8px 20px rgba(8,114,217,.18)}
.home-hero{position:relative;min-height:650px;overflow:hidden;background:linear-gradient(90deg,#e9f7ff 0%,#d9f1ff 45%,#83cdf8 100%)}
.home-hero__image{position:absolute;inset:0 0 0 39%;background:url('assets/images/hero-bus.jpg') center center/cover no-repeat}
.home-hero__image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#e9f7ff 0%,rgba(233,247,255,.95) 7%,rgba(233,247,255,.42) 26%,rgba(233,247,255,0) 54%)}
.home-hero__inner{position:relative;min-height:650px;display:flex;align-items:center}
.home-hero__copy{width:52%;padding:55px 0}
.home-hero h1{font-size:clamp(2.8rem,4.8vw,4.8rem);letter-spacing:-.045em;line-height:1.18;margin:0 0 24px;font-weight:900}
.home-hero h1 span{display:block;white-space:nowrap}
.home-hero__copy>p{font-size:1.14rem;font-weight:700;line-height:1.75;margin:0 0 24px}
.hero-points{display:flex;gap:26px;align-items:center;margin:26px 0 30px}.hero-points>div{display:flex;align-items:center;gap:10px}.point-icon{width:44px;height:44px;border:2px solid var(--bc-blue);border-radius:50%;display:grid;place-items:center;color:var(--bc-blue);font-weight:900}.hero-points strong{font-size:.9rem;line-height:1.25}.hero-points small{display:block;font-size:.78rem;color:#4f6277;margin-top:3px}.hero-actions{margin-top:18px}
.stock-panel{padding-top:54px;margin-top:0;position:relative;z-index:3}.stock-panel>.container{background:#fff;border-radius:24px;padding:38px;box-shadow:0 20px 55px rgba(14,61,101,.13)}
.stock-panel__header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:26px}.stock-panel__header h2{font-size:2rem;margin:0 0 6px}.stock-panel__header p{margin:0;color:#64748b}.section-kicker{color:var(--bc-blue);font-size:.75rem;letter-spacing:.14em;font-weight:900;margin:0 0 4px}.outline-link{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--bc-blue);color:var(--bc-blue);border-radius:7px;padding:13px 20px;font-weight:800;white-space:nowrap}.outline-link span{font-size:1.4rem}
.home-vehicle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home-vehicle-card{border:1px solid #e4eaf0;border-radius:9px;overflow:hidden;background:#fff;box-shadow:0 6px 18px rgba(26,58,88,.06);transition:.2s}.home-vehicle-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(26,58,88,.12)}.home-vehicle-card__media{height:170px;position:relative;overflow:hidden;background:#eef4f8}.home-vehicle-card__media img{width:100%;height:100%;object-fit:cover}.vehicle-label,.vehicle-status-badge{position:absolute;top:10px;padding:4px 8px;border-radius:5px;color:#fff;font-size:.72rem;font-weight:900}.vehicle-label{left:10px;background:#268af0}.vehicle-status-badge{right:10px;background:#ef6c2c}.home-vehicle-card__body{padding:15px}.home-vehicle-card h3{font-size:1.06rem;margin:0 0 12px}.vehicle-mini-spec{display:flex;flex-wrap:wrap;gap:6px 13px;color:#5f7288;font-size:.77rem;font-weight:700}.home-price{text-align:right;color:var(--bc-red);font-size:1.25rem;font-weight:900;margin:12px 0 0}.home-price small{font-size:.66rem;margin-left:4px}.service-section{padding-top:60px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-grid article{border:1px solid #e0e9f1;border-radius:14px;padding:30px;background:#fff}.service-grid article>span{color:#b8d9f7;font-size:2rem;font-weight:900}.service-grid h3{font-size:1.35rem}.service-grid a{color:var(--bc-blue);font-weight:800}.section-kicker--light{color:#9fd8ff}.cta{border-radius:18px}
@media(max-width:1060px){.site-nav ul{gap:20px}.site-nav a{font-size:.84rem}.brand img,.brand .custom-logo{width:220px}.home-hero__copy{width:58%}.home-hero h1{font-size:clamp(2.5rem,5.2vw,4.2rem)}.home-vehicle-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.site-header{position:sticky}.home-hero{min-height:680px}.home-hero__image{inset:300px 0 0 0;background-position:center 42%}.home-hero__image:before{background:linear-gradient(180deg,#e9f7ff 0%,rgba(233,247,255,.42) 28%,rgba(233,247,255,0) 58%)}.home-hero__inner{min-height:680px;align-items:flex-start}.home-hero__copy{width:100%;padding:48px 0}.home-hero h1{font-size:clamp(2.35rem,8vw,4rem)}.hero-points{gap:14px;flex-wrap:wrap}.stock-panel{margin-top:0;padding-top:18px}.stock-panel>.container{padding:26px}.stock-panel__header{align-items:flex-start}.service-grid{grid-template-columns:1fr}.brand img,.brand .custom-logo{width:210px}}
@media(max-width:600px){.container{width:min(100% - 24px,1240px)}.header-inner{min-height:72px}.brand img,.brand .custom-logo{width:170px}.site-nav{top:72px}.home-hero{min-height:620px}.home-hero__image{inset:330px 0 0 0}.home-hero__copy{padding:38px 0}.home-hero h1{font-size:clamp(2rem,9.3vw,3rem);letter-spacing:-.04em}.home-hero h1 span{white-space:normal}.home-hero h1 span:first-child{white-space:nowrap;font-size:.88em}.home-hero__copy>p{font-size:.94rem}.desktop-only{display:none}.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hero-points>div{display:block;text-align:center}.point-icon{margin:0 auto 5px;width:38px;height:38px}.hero-points strong{font-size:.76rem}.hero-points small{font-size:.66rem}.hero-actions{display:none}.stock-panel>.container{padding:20px 14px;border-radius:16px}.stock-panel__header{display:block}.outline-link{margin-top:16px}.home-vehicle-grid{grid-template-columns:1fr}.home-vehicle-card__media{height:220px}.service-section{padding-top:40px}}


/* BusConnect final visual alignment v1.5 */
.header-inner{min-height:78px}
.brand{height:58px;overflow:visible}
.brand a{display:flex;align-items:center;height:58px}
.brand img,.brand .custom-logo{margin:0;transform:none}
.home-hero__image{inset:0;background-position:center center}
.home-hero__image:before{background:linear-gradient(90deg,rgba(231,247,255,.98) 0%,rgba(231,247,255,.93) 25%,rgba(231,247,255,.56) 39%,rgba(231,247,255,.08) 57%,rgba(231,247,255,0) 68%)}
.home-hero__copy{width:55%;padding:64px 0 72px}
.home-hero h1{font-size:clamp(3rem,4.7vw,4.65rem)}
.stock-panel{padding-top:58px}
.stock-panel>.container{border-radius:22px}
@media(max-width:1060px){.brand img,.brand .custom-logo{width:235px;height:52px}.home-hero{min-height:620px}.home-hero__inner{min-height:620px}.home-hero__copy{width:59%}}
@media(max-width:900px){.home-hero{min-height:720px}.home-hero__inner{min-height:720px}.home-hero__image{inset:320px 0 0 0}.stock-panel{padding-top:38px}}
@media(max-width:600px){.brand img,.brand .custom-logo{width:178px;height:44px}.header-inner{min-height:68px}.brand,.brand a{height:44px}.home-hero{min-height:660px}.home-hero__inner{min-height:660px}.home-hero__image{inset:350px 0 0 0}.stock-panel{padding-top:28px}}

/* v1.6: メインビジュアルを拡大しすぎず、バス全体と景色を見せる */
.home-hero{
  min-height:720px;
  background:linear-gradient(90deg,#eaf7ff 0%,#eaf7ff 38%,#d9effc 58%,#b9def4 100%);
}
.home-hero__inner{min-height:720px;}
.home-hero__image{
  inset:0 0 0 34%;
  background-color:transparent;
  background-position:right bottom;
  background-size:contain;
  background-repeat:no-repeat;
}
.home-hero__image:before{
  background:linear-gradient(90deg,#eaf7ff 0%,rgba(234,247,255,.98) 9%,rgba(234,247,255,.70) 24%,rgba(234,247,255,.18) 45%,rgba(234,247,255,0) 62%);
}
.stock-panel{padding-top:72px;}

@media (max-width: 900px){
  .home-hero,.home-hero__inner{min-height:auto;}
  .home-hero__inner{padding:72px 0 460px;}
  .home-hero__copy{width:100%;padding:0;}
  .home-hero__image{
    inset:auto 0 0 0;
    height:440px;
    background-position:center bottom;
    background-size:contain;
  }
  .home-hero__image:before{background:linear-gradient(180deg,#eaf7ff 0%,rgba(234,247,255,.4) 24%,rgba(234,247,255,0) 58%);}
  .stock-panel{padding-top:48px;}
}

@media (max-width: 560px){
  .home-hero__inner{padding-bottom:320px;}
  .home-hero__image{height:300px;}
}


/* v1.7: メインビジュアル上の白いスモーク状オーバーレイを削除 */
.home-hero__image:before{
  display:none !important;
  content:none !important;
  background:none !important;
}


/* v1.8: 白いスモーク／グラデーションを完全撤去。キャッシュ更新対応 */
.home-hero__image::before,
.home-hero__image::after,
.home-hero::before,
.home-hero::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.home-hero__image {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
.home-hero {
  isolation: isolate;
}


/* v1.9: 承認済みデザインをデスクトップで忠実に再現 */
@media (min-width: 901px) {
  .home-hero {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1536 / 490;
    background: url('assets/images/hero-reference.jpg') center center / cover no-repeat !important;
    overflow: hidden;
  }
  .home-hero__image {
    display: none !important;
  }
  .home-hero__inner {
    min-height: 0 !important;
    height: 100%;
  }
  .home-hero__copy {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .stock-panel {
    margin-top: -28px !important;
    padding-top: 0 !important;
  }
}

.home-vehicle-empty{grid-column:1/-1;padding:48px 24px;text-align:center;background:#f8fbff;border:1px solid #dbe8f5;border-radius:16px;color:#52657a;font-weight:700;}


/* v2.1: 承認済みメインビジュアル上のCTAを実際のHTMLリンクボタンに変更 */
.hero-reference-actions {
  display: none;
}

@media (min-width: 901px) {
  .hero-reference-actions {
    position: absolute;
    z-index: 10;
    left: 5.85%;
    bottom: 10.8%;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .hero-reference-btn {
    min-width: 166px;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid rgba(20, 80, 135, .18);
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 7px 18px rgba(13, 70, 120, .12);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  }

  .hero-reference-btn:hover,
  .hero-reference-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 11px 24px rgba(13, 70, 120, .2);
  }

  .hero-reference-btn:focus-visible {
    outline: 3px solid #ffcf40;
    outline-offset: 3px;
  }

  .hero-reference-btn--primary {
    color: #fff;
    border-color: #0874dc;
    background: #0874dc;
  }

  .hero-reference-btn--primary:hover,
  .hero-reference-btn--primary:focus-visible {
    color: #fff;
    background: #005fbd;
  }

  .hero-reference-btn--secondary {
    color: #172238;
    background: #fff;
  }

  .hero-reference-btn--secondary:hover,
  .hero-reference-btn--secondary:focus-visible {
    color: #0874dc;
    background: #f8fcff;
  }
}


/* v2.2: 画像内の旧ボタンを除去し、実リンクボタンのみを正しい位置へ配置 */
@media (min-width: 901px) {
  .home-hero > .hero-reference-actions {
    position: absolute;
    z-index: 20;
    left: 5.85%;
    bottom: 10.8%;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .home-hero > .hero-reference-actions .hero-reference-btn {
    min-width: 166px;
    min-height: 54px;
    padding: 0 24px;
  }
}


/* v2.3: ヒーロー内の文字を画像ではなく高精細HTMLで表示 */
@media (min-width: 901px) {
  .home-hero {
    position: relative;
    min-height: 600px !important;
    height: auto !important;
    aspect-ratio: auto !important;
    background: url('assets/images/hero-reference.jpg') center center / cover no-repeat !important;
  }

  /* 元画像に焼き込まれた文字を完全に隠す、均一な左パネル */
  .home-hero::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: 48.5% !important;
    background: #e9f7ff !important;
    opacity: 1 !important;
    filter: none !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }

  .home-hero__inner {
    position: relative !important;
    z-index: 2 !important;
    min-height: 600px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .home-hero__copy {
    position: relative !important;
    width: 47% !important;
    height: auto !important;
    padding: 42px 0 46px !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    border: 0 !important;
  }

  .home-hero h1 {
    margin: 0 0 24px !important;
    color: #10213b !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
    font-size: clamp(3rem, 4.5vw, 4.55rem) !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
    letter-spacing: -.045em !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .home-hero h1 span {
    display: block !important;
    white-space: nowrap !important;
  }

  .home-hero__copy > p {
    margin: 0 0 24px !important;
    color: #172238 !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;
  }

  .hero-points {
    display: flex !important;
    gap: 26px !important;
    margin: 24px 0 28px !important;
  }

  .hero-points > div {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .point-icon {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    border: 2px solid #0874dc !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #0874dc !important;
    font-size: 1.05rem !important;
  }

  .hero-points strong {
    color: #172238 !important;
    font-size: .9rem !important;
    line-height: 1.25 !important;
  }

  .hero-points small {
    color: #4f6277 !important;
    font-size: .76rem !important;
    margin-top: 4px !important;
  }

  .hero-actions {
    display: flex !important;
    gap: 14px !important;
    margin-top: 18px !important;
  }

  .hero-actions .btn {
    min-width: 166px !important;
    min-height: 54px !important;
    padding: 0 24px !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: 0 7px 18px rgba(13,70,120,.12) !important;
  }

  .hero-actions .btn--primary {
    color: #fff !important;
    border-color: #0874dc !important;
    background: #0874dc !important;
  }

  .hero-actions .btn--ghost {
    color: #172238 !important;
    border: 1px solid #cad7e4 !important;
    background: #fff !important;
  }

  .hero-reference-actions {
    display: none !important;
  }

  .stock-panel {
    margin-top: -28px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .home-hero::before { width: 52% !important; }
  .home-hero__copy { width: 51% !important; }
  .home-hero h1 { font-size: clamp(2.7rem, 4.3vw, 3.8rem) !important; }
  .hero-points { gap: 14px !important; }
}


/* v2.4 definitive hero rebuild: clean photo only + single HTML text layer */
@media (min-width: 901px) {
  .home-hero {
    position: relative !important;
    min-height: 620px !important;
    height: 620px !important;
    overflow: hidden !important;
    background: #cdebf9 !important;
  }
  .home-hero::before,
  .home-hero::after {
    content: none !important;
    display: none !important;
  }
  .home-hero__image {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    background-image: url('assets/images/hero-clean-no-text.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    filter: none !important;
  }
  .home-hero__image::before,
  .home-hero__image::after {
    content: none !important;
    display: none !important;
  }
  .home-hero__inner {
    position: relative !important;
    z-index: 2 !important;
    min-height: 620px !important;
    height: 620px !important;
    display: flex !important;
    align-items: center !important;
  }
  .home-hero__copy {
    position: relative !important;
    width: 48% !important;
    padding: 34px 0 40px !important;
    margin: 0 !important;
    background: transparent !important;
  }
  .home-hero h1 {
    margin: 0 0 24px !important;
    font-size: clamp(2.8rem, 4.15vw, 4.2rem) !important;
    line-height: 1.17 !important;
    letter-spacing: -.045em !important;
    font-weight: 900 !important;
    color: #10213b !important;
    text-shadow: none !important;
  }
  .home-hero h1 span {
    display: block !important;
    white-space: nowrap !important;
  }
  .home-hero__copy > p {
    margin: 0 0 22px !important;
    color: #172238 !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    line-height: 1.75 !important;
    text-shadow: none !important;
  }
  .hero-points {
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
    margin: 20px 0 26px !important;
  }
  .hero-points > div {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
  }
  .point-icon {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #0874dc !important;
    border-radius: 50% !important;
    color: #0874dc !important;
    background: rgba(255,255,255,.96) !important;
  }
  .hero-points strong {
    display: block !important;
    color: #172238 !important;
    font-size: .9rem !important;
    line-height: 1.25 !important;
  }
  .hero-points small {
    display: block !important;
    margin-top: 3px !important;
    color: #42536a !important;
    font-size: .73rem !important;
    line-height: 1.25 !important;
  }
  .hero-actions {
    display: flex !important;
    gap: 14px !important;
    margin: 0 !important;
  }
  .hero-actions .btn {
    min-width: 166px !important;
    min-height: 54px !important;
    padding: 0 24px !important;
    border-radius: 8px !important;
  }
  .hero-reference-actions { display: none !important; }
  .stock-panel { margin-top: -26px !important; position: relative !important; z-index: 5 !important; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .home-hero h1 { font-size: clamp(2.5rem, 4vw, 3.6rem) !important; }
  .home-hero__copy { width: 52% !important; }
  .hero-points { gap: 12px !important; }
}

/* v2.4 approved visual: exact hero artwork with functional link hotspots */
.home-hero--approved {
  position: relative !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 1536 / 716 !important;
  overflow: hidden !important;
  background: #dff3ff !important;
}
.home-hero--approved::before,
.home-hero--approved::after { content: none !important; display: none !important; }
.home-hero__approved-image {
  position: absolute;
  inset: 0;
  background: url('assets/images/hero-approved-v24.jpg') center center / cover no-repeat;
}
.home-hero__hotspot {
  position: absolute;
  z-index: 5;
  display: block;
  border-radius: 10px;
  outline-offset: 4px;
}
.home-hero__hotspot--stock {
  left: 4.9%;
  top: 74.2%;
  width: 15.8%;
  height: 11.2%;
}
.home-hero__hotspot--purchase {
  left: 22.0%;
  top: 74.2%;
  width: 15.8%;
  height: 11.2%;
}
.home-hero__hotspot:hover { box-shadow: 0 0 0 4px rgba(255,255,255,.28); }
.home-hero__hotspot:focus-visible { outline: 3px solid #fff; box-shadow: 0 0 0 6px #0874dc; }
.stock-panel { margin-top: -18px !important; padding-top: 0 !important; }

@media (max-width: 900px) {
  .home-hero--approved {
    aspect-ratio: 1536 / 716 !important;
    min-height: 0 !important;
  }
  .stock-panel { margin-top: 0 !important; }
}

@media (max-width: 600px) {
  .home-hero--approved {
    aspect-ratio: 4 / 3 !important;
  }
  .home-hero__approved-image {
    background-position: 42% center;
    background-size: cover;
  }
  .home-hero__hotspot--stock {
    left: 5%; top: 73%; width: 29%; height: 12%;
  }
  .home-hero__hotspot--purchase {
    left: 36%; top: 73%; width: 29%; height: 12%;
  }
}

/* BusConnect v3.0: hero photo only; all copy, icons and buttons remain HTML */
.home-hero--v30{
  position:relative;
  min-height:650px;
  overflow:hidden;
  background:#dff3ff;
}
.home-hero--v30 .home-hero__photo{
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  bottom:0;
  width:62%;
  background-image:url('assets/images/hero-photo-v30.jpg');
  background-repeat:no-repeat;
  background-position:right center;
  background-size:cover;
}
.home-hero--v30 .home-hero__photo::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#dff3ff 0%,rgba(223,243,255,.98) 8%,rgba(223,243,255,.55) 24%,rgba(223,243,255,0) 48%);
  pointer-events:none;
}
.home-hero--v30 .home-hero__content{
  position:relative;
  z-index:1;
  min-height:650px;
  display:flex;
  align-items:center;
}
.home-hero--v30 .home-hero__copy{
  width:54%;
  padding:58px 0 66px;
}
.home-hero--v30 h1{
  margin:0 0 28px;
  color:#132238;
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic UI","Yu Gothic",Meiryo,sans-serif;
  font-size:clamp(3rem,4.65vw,4.75rem);
  font-weight:900;
  line-height:1.18;
  letter-spacing:-.045em;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.home-hero--v30 h1 span{display:block;white-space:nowrap}
.home-hero--v30 .home-hero__copy>p{
  margin:0 0 26px;
  color:#18283d;
  font-size:1.15rem;
  font-weight:700;
  line-height:1.75;
}
.home-hero--v30 .hero-points{display:flex;gap:30px;align-items:center;margin:26px 0 30px}
.home-hero--v30 .hero-points>div{display:flex;align-items:center;gap:11px}
.home-hero--v30 .point-icon{width:48px;height:48px;background:#fff;border:2px solid var(--bc-blue);border-radius:50%;display:grid;place-items:center;color:var(--bc-blue);font-size:1.3rem;font-weight:900;box-shadow:0 4px 14px rgba(8,114,217,.08)}
.home-hero--v30 .hero-points strong{display:block;color:#172238;font-size:.94rem;line-height:1.25}
.home-hero--v30 .hero-points small{display:block;margin-top:3px;color:#40556d;font-size:.78rem}
.home-hero--v30 .hero-actions{display:flex;gap:16px;margin-top:18px}
.home-hero--v30 .hero-btn{min-width:184px;padding:17px 24px;border-radius:8px;font-weight:900;text-align:center;box-shadow:0 8px 20px rgba(12,73,126,.12)}
.home-hero--v30 .hero-btn--primary{background:var(--bc-blue);color:#fff;border:1px solid var(--bc-blue)}
.home-hero--v30 .hero-btn--secondary{background:#fff;color:#172238;border:1px solid #c8d5df}
.home-hero--v30 .hero-btn:hover{transform:translateY(-2px)}

@media(max-width:1060px){
  .home-hero--v30 .home-hero__photo{width:60%;background-position:64% center}
  .home-hero--v30 .home-hero__copy{width:58%}
  .home-hero--v30 h1{font-size:clamp(2.55rem,5vw,4.15rem)}
  .home-hero--v30 .hero-points{gap:16px}
}
@media(max-width:900px){
  .home-hero--v30{min-height:auto;padding-bottom:390px;background:#dff3ff}
  .home-hero--v30 .home-hero__content{min-height:auto;align-items:flex-start}
  .home-hero--v30 .home-hero__copy{width:100%;padding:48px 0 42px}
  .home-hero--v30 .home-hero__photo{top:auto;left:0;width:100%;height:390px;background-position:center center;background-size:cover}
  .home-hero--v30 .home-hero__photo::before{background:linear-gradient(180deg,#dff3ff 0%,rgba(223,243,255,.45) 22%,rgba(223,243,255,0) 55%)}
  .home-hero--v30 .hero-points{flex-wrap:wrap}
}
@media(max-width:600px){
  .home-hero--v30{padding-bottom:300px}
  .home-hero--v30 .home-hero__copy{padding:36px 0 32px}
  .home-hero--v30 h1{font-size:clamp(2rem,9vw,3rem);letter-spacing:-.04em}
  .home-hero--v30 h1 span{white-space:normal}
  .home-hero--v30 h1 span:first-child{white-space:nowrap;font-size:.88em}
  .home-hero--v30 .home-hero__copy>p{font-size:.96rem}
  .home-hero--v30 .hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
  .home-hero--v30 .hero-points>div{display:block;text-align:center}
  .home-hero--v30 .point-icon{margin:0 auto 6px;width:40px;height:40px;font-size:1rem}
  .home-hero--v30 .hero-points strong{font-size:.76rem}
  .home-hero--v30 .hero-points small{font-size:.66rem}
  .home-hero--v30 .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .home-hero--v30 .hero-btn{min-width:0;padding:14px 8px;font-size:.86rem}
  .home-hero--v30 .home-hero__photo{height:300px;background-position:58% center}
}

/* =========================================================
 * Homepage hero: single full-width photo with HTML overlay
 * Added for the supplied Mount Fuji / coastal road / Hino bus image.
 * No white fade, no split layout, no text baked into the image.
 * ========================================================= */
.home-hero.home-hero--v30 {
  position: relative !important;
  width: 100% !important;
  min-height: 690px !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background-color: #0b70c9 !important;
  background-image: url('assets/images/hero-home.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.home-hero.home-hero--v30::before,
.home-hero.home-hero--v30::after,
.home-hero.home-hero--v30 .home-hero__photo,
.home-hero.home-hero--v30 .home-hero__photo::before,
.home-hero.home-hero--v30 .home-hero__photo::after {
  display: none !important;
  content: none !important;
  background: none !important;
}
.home-hero.home-hero--v30 .home-hero__content {
  position: relative !important;
  z-index: 2 !important;
  min-height: 690px !important;
  display: flex !important;
  align-items: center !important;
}
.home-hero.home-hero--v30 .home-hero__copy {
  width: min(48%, 650px) !important;
  padding: 62px 0 72px !important;
}
.home-hero.home-hero--v30 h1,
.home-hero.home-hero--v30 .home-hero__copy > p,
.home-hero.home-hero--v30 .hero-points strong,
.home-hero.home-hero--v30 .hero-points small {
  color: #102036 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.45) !important;
}
.home-hero.home-hero--v30 h1 {
  font-size: clamp(3rem, 4.55vw, 4.7rem) !important;
  line-height: 1.16 !important;
  margin: 0 0 24px !important;
}
.home-hero.home-hero--v30 .home-hero__copy > p {
  font-size: 1.12rem !important;
  line-height: 1.75 !important;
  margin: 0 0 24px !important;
}
.home-hero.home-hero--v30 .hero-points {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  margin: 24px 0 28px !important;
}
.home-hero.home-hero--v30 .hero-points > div {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
}
.home-hero.home-hero--v30 .point-icon {
  background: rgba(255,255,255,.96) !important;
}
.home-hero.home-hero--v30 .hero-actions {
  display: flex !important;
  gap: 14px !important;
  margin-top: 18px !important;
}
.home-hero.home-hero--v30 .hero-btn {
  min-width: 184px !important;
}
.stock-panel {
  position: relative !important;
  z-index: 5 !important;
  margin-top: -30px !important;
}

@media (max-width: 1080px) {
  .home-hero.home-hero--v30 {
    min-height: 650px !important;
    background-position: 56% center !important;
  }
  .home-hero.home-hero--v30 .home-hero__content {
    min-height: 650px !important;
  }
  .home-hero.home-hero--v30 .home-hero__copy {
    width: 54% !important;
  }
  .home-hero.home-hero--v30 .hero-points {
    gap: 12px !important;
  }
}

@media (max-width: 900px) {
  .home-hero.home-hero--v30 {
    min-height: 720px !important;
    background-position: 66% center !important;
  }
  .home-hero.home-hero--v30 .home-hero__content {
    min-height: 720px !important;
    align-items: flex-start !important;
  }
  .home-hero.home-hero--v30 .home-hero__copy {
    width: 100% !important;
    max-width: 580px !important;
    padding: 42px 0 0 !important;
  }
  .home-hero.home-hero--v30 .hero-points {
    flex-wrap: wrap !important;
  }
  .stock-panel {
    margin-top: 0 !important;
  }
}

@media (max-width: 600px) {
  .home-hero.home-hero--v30 {
    min-height: 690px !important;
    background-position: 68% center !important;
  }
  .home-hero.home-hero--v30 .home-hero__content {
    min-height: 690px !important;
  }
  .home-hero.home-hero--v30 .home-hero__copy {
    padding-top: 30px !important;
  }
  .home-hero.home-hero--v30 h1 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
  }
  .home-hero.home-hero--v30 h1 span {
    white-space: normal !important;
  }
  .home-hero.home-hero--v30 .home-hero__copy > p {
    max-width: 92% !important;
    font-size: .95rem !important;
  }
  .home-hero.home-hero--v30 .hero-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    gap: 7px !important;
  }
  .home-hero.home-hero--v30 .hero-points > div {
    display: block !important;
    text-align: center !important;
  }
  .home-hero.home-hero--v30 .point-icon {
    margin: 0 auto 5px !important;
  }
  .home-hero.home-hero--v30 .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .home-hero.home-hero--v30 .hero-btn {
    min-width: 0 !important;
    padding: 14px 8px !important;
    font-size: .86rem !important;
  }
}

/* =========================================================
 * v3.0.2: Expanded homepage hero height
 * Keep the supplied image as one full-width background and
 * preserve HTML overlay content without adding any fade.
 * ========================================================= */
.home-hero.home-hero--v30 {
  min-height: 820px !important;
  background-position: center center !important;
}
.home-hero.home-hero--v30 .home-hero__content {
  min-height: 820px !important;
}
.home-hero.home-hero--v30 .home-hero__copy {
  padding-top: 84px !important;
  padding-bottom: 96px !important;
}
.stock-panel {
  margin-top: -46px !important;
}

@media (max-width: 1080px) {
  .home-hero.home-hero--v30 {
    min-height: 760px !important;
    background-position: 58% center !important;
  }
  .home-hero.home-hero--v30 .home-hero__content {
    min-height: 760px !important;
  }
}

@media (max-width: 900px) {
  .home-hero.home-hero--v30 {
    min-height: 760px !important;
    background-position: 64% center !important;
  }
  .home-hero.home-hero--v30 .home-hero__content {
    min-height: 760px !important;
  }
  .home-hero.home-hero--v30 .home-hero__copy {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .stock-panel {
    margin-top: 0 !important;
  }
}

@media (max-width: 600px) {
  .home-hero.home-hero--v30 {
    min-height: 740px !important;
    background-position: 67% center !important;
  }
  .home-hero.home-hero--v30 .home-hero__content {
    min-height: 740px !important;
  }
}


/* v3.0.3: supplied BusConnect logo */
.site-header .header-inner{min-height:92px;}
.site-header .brand{display:flex;align-items:center;height:auto;line-height:0;overflow:visible;flex:0 1 410px;}
.site-header .brand img{display:block;width:min(410px,32vw);height:auto;max-height:none;object-fit:contain;object-position:left center;margin:0;transform:none;}
@media(max-width:1100px){
  .site-header .header-inner{min-height:82px;}
  .site-header .brand{flex-basis:315px;}
  .site-header .brand img{width:min(315px,31vw);}
}
@media(max-width:900px){
  .site-header .header-inner{min-height:76px;}
  .site-header .brand{flex-basis:auto;}
  .site-header .brand img{width:270px;max-width:68vw;}
}
@media(max-width:600px){
  .site-header .header-inner{min-height:68px;}
  .site-header .brand img{width:225px;max-width:72vw;}
}
