:root {
  --red: #0e7a5f;
  --red-dark: #0a5c46;
  --dark: #1e293b;
  --text: #334155;
  --muted: #64748b;
  --bg: #f8fafc;
  --border: #e2e8f0;
  --white: #ffffff;
  --accent: #14a085;
  --accent-soft: #e0f2ec;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

.container { width: min(1180px, 92%); margin: 0 auto; }

/* ===== Top bar ===== */
.topbar {
  background: var(--dark);
  color: #cbd5e1;
  font-size: .8rem;
  padding: 6px 0;
}
.topbar .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 600; }

/* ===== Header ===== */
header.main {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}
header.main .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; flex-wrap: wrap; }
.burger{
  display:none; width:42px; height:42px; flex-shrink:0;
  border:1.5px solid var(--border); background:#fff; border-radius:10px;
  cursor:pointer; align-items:center; justify-content:center; flex-direction:column; gap:5px;
  transition: border-color .15s, background .15s;
}
.burger:hover{ border-color:#bfe3d6; background:#eef8f4; }
.burger span{ display:block; width:18px; height:2px; background:var(--dark); border-radius:2px; transition: transform .22s, opacity .15s; }
.burger[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2){ opacity:0; transform: scaleX(0); }
.burger[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
.nav-overlay{
  position:fixed; inset:0; z-index:70;
  background: rgba(15,23,42,.46); backdrop-filter: blur(2px);
  opacity:0; pointer-events:none; transition: opacity .25s;
}
.nav-overlay.open{ opacity:1; pointer-events:auto; }
.mobile-nav{
  position:fixed; top:0; right:0; z-index:71;
  width: min(360px, 88vw); height: 100dvh; height: 100vh;
  background:#fff; box-shadow: -16px 0 44px rgba(0,0,0,.18);
  transform: translateX(100%); transition: transform .30s cubic-bezier(.32,.72,0,1);
  display:flex; flex-direction:column; overflow-y:auto;
}
.mobile-nav.open{ transform: translateX(0); }
.mobile-nav[hidden]{ display:none; }
.mn-head{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 16px; border-bottom:1px solid var(--border); flex-shrink:0; }
.mn-head .brand .name{ font-size:1.05rem; }
.mn-close{ width:38px; height:38px; border-radius:10px; border:1px solid var(--border); background:#fff; cursor:pointer; display:grid; place-items:center; font-size:1.15rem; color:var(--dark); }
.mn-close:hover{ background:#f8fafc; }
.mn-body{ padding:14px 16px 22px; display:grid; gap:18px; }
.mn-section h4{ font-size:.72rem; letter-spacing:.9px; text-transform:uppercase; color:var(--muted); margin:0 0 10px; }
.mn-links{ list-style:none; display:grid; gap:8px; }
.mn-links a{
  display:flex; align-items:center; gap:10px;
  padding:12px 14px; border-radius:10px; font-weight:700; font-size:.94rem;
  color:var(--dark); background:#f8fafc; border:1px solid #f1f5f9;
}
.mn-links a:hover{ background: var(--accent-soft); border-color:#bfe3d6; color:var(--red); }
.mn-links a.active{ background: var(--red); color:#fff; border-color: var(--red); }
.mn-utility{ list-style:none; display:grid; gap:8px; }
.mn-utility a{
  display:flex; align-items:center; gap:10px;
  padding:11px 14px; border-radius:10px; font-weight:600; font-size:.88rem;
  color:var(--dark); border:1px solid var(--border); background:#fff;
}
.mn-utility a:hover{ border-color:#bfe3d6; color:var(--red); }
.mn-foot{ padding:14px 16px; border-top:1px solid var(--border); background:#f8fafc; display:grid; gap:10px; }
.mn-foot .contact-pill{ justify-content:center; }
body.nav-open{ overflow:hidden; }

.brand { display: flex; align-items: center; gap: 10px; }
.brand .logo { width: 42px; height: 42px; flex-shrink: 0; }
.brand .name { font-size: 1.3rem; font-weight: 800; color: var(--red); line-height: 1.05; letter-spacing: .3px; }
.brand .tagline { font-size: .65rem; color: var(--muted); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; }

/* ===== Utility menu (ala redBus) ===== */
.utility { display: flex; align-items: center; gap: 18px; }
.utility a { display: flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 600; color: var(--dark); }
.utility a:hover { color: var(--red); }
.utility .u-ic { font-size: 1.05rem; }
.utility .lang { border: 1px solid var(--border); padding: 5px 10px; border-radius: 8px; }

/* ===== Header bawah: tab layanan (ala redBus) ===== */
.sub-header { background: var(--white); border-bottom: 1px solid var(--border); }
.sub-header .container { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.tabs { display: flex; gap: 4px; list-style: none; }
.tabs a { display: flex; align-items: center; gap: 7px; padding: 13px 16px; font-weight: 700; font-size: .92rem; color: var(--dark); border-bottom: 3px solid transparent; }
.tabs a:hover { color: var(--red); }
.tabs a.active { color: var(--red); border-bottom-color: var(--red); }
.tabs .t-ic { font-size: 1.1rem; }
.sub-header .contact-pill { font-size: .82rem; color: var(--dark); background: var(--accent-soft); padding: 6px 12px; border-radius: 20px; font-weight: 700; }
.sub-header .contact-pill a { color: var(--red); }

nav ul { display: flex; gap: 4px; list-style: none; flex-wrap: wrap; }
nav a { padding: 8px 12px; border-radius: 8px; font-weight: 600; font-size: .9rem; color: var(--dark); }
nav a:hover, nav a.active { background: var(--accent-soft); color: var(--red); }

.btn {
  display: inline-block;
  background: var(--red);
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-size: .92rem;
  transition: background .2s;
}
.btn:hover { background: var(--red-dark); }
.btn-wa { background: #25d366; }
.btn-wa:hover { background: #1db954; }
.btn-outline { background: transparent; border: 2px solid var(--red); color: var(--red); }
.btn-outline:hover { background: var(--red); color: #fff; }

/* ===== Hero wisata: senja toska + ilustrasi destinasi kanan ===== */
.hero {
  position: relative;
  background: linear-gradient(120deg, #07352a, #0e7a5f);
  padding: 48px 0 96px;
  overflow: hidden;
}
.hero-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.05) 0 130px, transparent 131px),
    radial-gradient(circle at 88% 78%, rgba(255,255,255,.05) 0 190px, transparent 191px),
    radial-gradient(circle at 70% 10%, rgba(255,255,255,.04) 0 90px, transparent 91px);
  z-index: 0;
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.hero-copy { flex: 1 1 420px; min-width: 300px; }
.hero-copy h1 { font-size: clamp(1.7rem, 4vw, 2.6rem); margin-bottom: 10px; letter-spacing: .5px; color: #fff; line-height: 1.15; }
.hero-copy p.sub { font-size: 1rem; opacity: .94; max-width: 600px; margin-bottom: 0; color: #fff; }
.hero-art { flex: 0 0 auto; }
.hero-art-img { width: min(440px, 100%); height: auto; display: block; filter: drop-shadow(0 18px 40px rgba(0,0,0,.35)); }

/* Form pencarian menimpa batas bawah hero (ala redBus) */
.search-widget-wrap { margin-top: -56px; position: relative; z-index: 5; padding: 0 0 10px; }
.search-card {
  background: var(--white);
  color: var(--text);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
  border: 1px solid var(--border);
}
.search-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end; }
.field { flex: 1; min-width: 170px; }

/* Bar statistik terpisah (ala redBus) */
.hero-stats-bar {
  background: #8f2323;
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 0;
}
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; justify-content: space-between; }
.hero-stats .stat b { display: block; font-size: 1.35rem; color: #fff; }
.hero-stats .stat span { font-size: .84rem; color: #d7efe6; }

/* promo strip di bawah header (ala redBus) */
.promo-strip-wrap { background: var(--white); border-bottom: 1px solid var(--border); padding: 16px 0; }
.promo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.promo-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 5px solid var(--red);
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.07);
  display: flex;
  align-items: center;
  gap: 12px;
}
.promo-card .p-badge {
  background: var(--red); color: #fff; font-size: .6rem; font-weight: 800;
  padding: 3px 8px; border-radius: 5px; letter-spacing: .5px; flex-shrink: 0;
}
.promo-card .p-txt b { display: block; color: var(--dark); font-size: .95rem; line-height: 1.25; }
.promo-card .p-txt span { font-size: .75rem; color: var(--muted); }
.promo-card.alt { border-left-color: #eab308; }
.promo-card.alt .p-badge { background: #eab308; }

.f-label {
  display: block;
  font-size: .72rem; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px;
}
.f-label em { font-style: normal; font-weight: 400; text-transform: none; color: #94a3b8; }
.input-wrap { position: relative; }
.field .f-ic {
  position: absolute; left: 13px; top: 50%; transform: translateY(-50%);
  font-size: .95rem; z-index: 3; pointer-events: none;
}
.field select, .field input {
  width: 100%; padding: 13px 14px 13px 36px;
  border: 1.5px solid var(--border); border-radius: 8px;
  font-size: .95rem; background: #fff; color: var(--dark);
  appearance: none; -webkit-appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2364748b' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
}
.field select:focus, .field input:focus { outline: 2px solid var(--red); border-color: transparent; }

/* Dropdown pencarian kota (ala redBus) */
.dropdown {
  display: none;
  position: absolute; top: calc(100% + 6px); left: 0; right: 0;
  background: #fff; border: 1px solid var(--border); border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
  max-height: 280px; overflow-y: auto;
  z-index: 20;
}
.dd-item {
  padding: 10px 14px 10px 36px;
  font-size: .9rem; color: var(--dark); cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23d63941'%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") no-repeat left 14px center;
}
.dd-item:hover, .dd-item.sel { background-color: var(--accent-soft); color: var(--red); }
.dd-item.dim { color: var(--muted); cursor: default; }
.swap-btn {
  background: #fff; color: var(--red); border: 1.5px solid #bfe3d6;
  border-radius: 50%; width: 44px; height: 44px; font-size: 1.15rem;
  cursor: pointer; flex-shrink: 0; margin-bottom: 1px;
  display: grid; place-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  transition: background .2s, transform .2s;
}
.swap-btn:hover { background: var(--accent-soft); transform: rotate(180deg); }
.btn-search {
  height: 48px; padding: 0 34px; margin: 18px auto 0;
  font-size: 1rem; border-radius: 50px;
  display: block; white-space: nowrap; width: auto;
}
.btn-search:hover { background: var(--red-dark); }

/* ===== Sections ===== */
section { padding: 56px 0; }
section.alt { background: var(--white); border-block: 1px solid var(--border); }
.section-title { text-align: center; margin-bottom: 36px; }
.section-title h2 { font-size: clamp(1.4rem, 3vw, 2rem); color: var(--dark); margin-bottom: 6px; }
.section-title p { color: var(--muted); max-width: 640px; margin: 0 auto; }

.grid { display: grid; gap: 22px; }
.g3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.g4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.card .icon { font-size: 1.7rem; margin-bottom: 10px; }
.card h3 { font-size: 1.02rem; color: var(--dark); margin-bottom: 6px; }
.card p { font-size: .88rem; color: var(--muted); }
.card .more { display: inline-block; margin-top: 10px; color: var(--red); font-weight: 700; font-size: .85rem; }
.card .more:hover { text-decoration: underline; }

.rute-card { position: relative; }
.rute-card .badge { position: absolute; top: 14px; left: 14px; background: var(--red); color: #fff; font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; letter-spacing: .5px; }

.fleet-img { border-radius: 10px; margin-bottom: 14px; width: 100%; height: 150px; object-fit: cover; background: #f1f5f9; }
.center-img { display: flex; justify-content: center; margin-bottom: 14px; }
.center-img .fleet-img { max-width: 100%; }

/* ===== Steps ===== */
.steps { counter-reset: step; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step::before {
  counter-increment: step;
  content: counter(step);
  background: var(--red); color: #fff;
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 800; font-size: 1.05rem; flex-shrink: 0;
}
.step h3 { color: var(--dark); margin-bottom: 4px; font-size: 1rem; }
.step p { font-size: .88rem; color: var(--muted); }

/* ===== Testimoni ===== */
.testi { text-align: center; }
.testi .stars { color: #f59e0b; letter-spacing: 3px; font-size: 1.05rem; margin-bottom: 10px; }
.testi blockquote { font-style: italic; margin-bottom: 10px; color: var(--dark); font-size: .95rem; }
.testi cite { font-style: normal; color: var(--muted); font-size: .85rem; }

/* ===== Promo ===== */
.promo { background: linear-gradient(120deg, #07352a, var(--red)); color: #fff; text-align: center; }
.promo h2 { color: #fff; margin-bottom: 8px; }
.promo .cash { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; margin: 10px 0 4px; }
.promo p { opacity: .95; }
.promo .btn { background: #fff; color: var(--red); margin-top: 18px; }
.promo .btn:hover { background: var(--accent-soft); }

/* ===== FAQ ===== */
.faq { max-width: 760px; margin: 0 auto; }
details {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
summary {
  cursor: pointer;
  padding: 15px 18px;
  font-weight: 700;
  color: var(--dark);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 1.4rem; color: var(--red); transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details .body { padding: 0 18px 16px; font-size: .9rem; color: var(--muted); }

/* ===== Artikel ===== */
.article-card { overflow: hidden; padding: 0; }
.article-card img { height: 170px; width: 100%; object-fit: cover; background: #eef2f7; }
.article-card .a-body { padding: 18px; }
.article-card .a-meta { font-size: .76rem; color: var(--muted); margin-bottom: 6px; }
.article-card h3 { font-size: 1rem; margin-bottom: 8px; }
.article-card h3 a:hover { color: var(--red); }
.article-card p { font-size: .86rem; }

/* ===== Halaman artikel detail ===== */
.article-hero { background: linear-gradient(135deg, #07352a, var(--red)); color: #fff; padding: 42px 0; }
.article-hero .cat { background: rgba(255,255,255,.2); display: inline-block; padding: 3px 12px; border-radius: 20px; font-size: .75rem; font-weight: 700; margin-bottom: 12px; }
.article-hero h1 { font-size: clamp(1.4rem, 3.5vw, 2.1rem); line-height: 1.3; }
.article-hero .meta { margin-top: 12px; font-size: .85rem; opacity: .9; }
.article-body { max-width: 780px; margin: 0 auto; }
.article-body h2 { color: var(--dark); margin: 30px 0 12px; font-size: 1.35rem; }
.article-body h3 { color: var(--dark); margin: 24px 0 8px; font-size: 1.1rem; }
.article-body p { margin-bottom: 14px; }
.article-body ul { margin: 0 0 16px 22px; }
.article-body li { margin-bottom: 6px; }
.article-body .cta {
  background: var(--accent-soft); border: 1px solid #bfe3d6; border-radius: 12px;
  padding: 18px 20px; margin: 26px 0; text-align: center;
}
.article-body .cta p { margin-bottom: 10px; font-weight: 600; color: var(--dark); }
.key-takeaways {
  background: #fff7ed; border: 1px solid #fed7aa; border-left: 5px solid #f97316;
  border-radius: 10px; padding: 16px 20px; margin-bottom: 24px;
}
.key-takeaways h3 { color: #9a3412; font-size: .95rem; margin-bottom: 10px; }
.key-takeaways ul { margin: 0 0 0 18px; }
.key-takeaways li { font-size: .9rem; color: #431407; margin-bottom: 6px; }
.sidebar { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 20px; position: sticky; top: 90px; }
.sidebar h4 { color: var(--dark); margin-bottom: 12px; font-size: .95rem; }
.sidebar ul { list-style: none; }
.sidebar li { margin-bottom: 8px; font-size: .88rem; }
.sidebar li a:hover { color: var(--red); }
.sidebar .tag { background: #f1f5f9; display: inline-block; padding: 4px 10px; border-radius: 20px; font-size: .78rem; color: var(--muted); margin: 0 4px 6px 0; }

/* ===== Kontak ===== */
.kantor { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 22px; }
.kantor h3 { color: var(--dark); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.kantor p { font-size: .9rem; color: var(--muted); margin-bottom: 6px; }
.kantor .pin { font-size: 1.2rem; }
.contact-list { list-style: none; }
.contact-list li { display: flex; gap: 12px; margin-bottom: 14px; font-size: .92rem; }
.contact-list .ic { font-size: 1.2rem; }

/* ===== CTA ===== */
.cta-band { background: var(--dark); color: #fff; text-align: center; }
.cta-band h2 { margin-bottom: 10px; }
.cta-band p { opacity: .9; margin-bottom: 18px; }

/* ===== Modal Pilih Bahasa (ala redBus) ===== */
.modal-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(15,23,42,.55);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.modal-overlay[hidden] { display: none; }
.modal-box {
  background: #fff; border-radius: 14px;
  padding: 28px 26px; width: 100%; max-width: 400px;
  position: relative; text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,.3);
}
.modal-close {
  position: absolute; top: 12px; right: 14px;
  background: none; border: none; font-size: 1.2rem;
  cursor: pointer; color: var(--muted);
}
.modal-close:hover { color: var(--dark); }
.modal-box h3 { font-size: 1.25rem; color: var(--dark); margin-bottom: 2px; }
.modal-sub { font-size: .85rem; color: var(--muted); margin-bottom: 20px; }
.lang-options { display: grid; gap: 10px; margin-bottom: 20px; }
.lang-opt {
  display: flex; align-items: center; gap: 12px;
  border: 1.5px solid var(--border); border-radius: 10px;
  padding: 13px 16px; cursor: pointer; text-align: left;
  transition: border-color .15s, background .15s;
}
.lang-opt:hover { border-color: #bfe3d6; background: #eef8f4; }
.lang-opt input { display: none; }
.radio-dot {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid #cbd5e1; flex-shrink: 0;
  display: grid; place-items: center;
}
.lang-opt input:checked + .radio-dot {
  border-color: var(--red);
  background: radial-gradient(circle, var(--red) 0 45%, #fff 46%);
}
.opt-txt { font-weight: 600; color: var(--dark); font-size: .95rem; }
.lang-confirm { width: 100%; padding: 13px; font-size: .98rem; }

/* ===== Footer ===== */
footer { background: #0f172a; color: #94a3b8; padding: 44px 0 0; font-size: .86rem; }
footer .f-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; padding-bottom: 30px; }
footer h4 { color: #fff; margin-bottom: 12px; font-size: .95rem; }
footer ul { list-style: none; }
footer li { margin-bottom: 8px; }
footer a:hover { color: #fff; }
.f-bottom { border-top: 1px solid #1e293b; padding: 14px 0; text-align: center; font-size: .78rem; }

/* ===== Breadcrumb ===== */
.breadcrumb { padding: 14px 0; font-size: .82rem; color: var(--muted); }
.breadcrumb a:hover { color: var(--red); }

/* ===== Table (harga) ===== */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 10px; overflow: hidden; font-size: .9rem; }
th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--border); }
th { background: var(--accent-soft); color: var(--red-dark); font-size: .8rem; text-transform: uppercase; letter-spacing: .5px; }
tbody tr:hover { background: #f8fafc; }

/* ===== Page hero kecil ===== */
.page-hero { background: linear-gradient(135deg, #07352a, var(--red)); color: #fff; padding: 40px 0; }
.page-hero h1 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); }
.page-hero p { opacity: .92; max-width: 640px; margin-top: 6px; }

@media (max-width: 900px) {
  .burger{ display:flex; }
  .utility{ display:none; }
  .sub-header .container{ flex-wrap: nowrap; }
  .sub-header .tabs{ display:none; }
  .sub-header .contact-pill{ display:none; }
  .topbar span:last-child{ display:none; }
}
@media (max-width: 720px) {
  nav ul { gap: 0; }
  nav a { padding: 6px 8px; font-size: .82rem; }
  .hero { padding: 36px 0 84px; }
  .hero-art { display: none; }
  .search-widget-wrap { margin-top: -52px; }
  .search-row { display: grid; grid-template-columns: 1fr 1fr; }
  .search-row .field { min-width: 0; }
  .search-row .swap-btn { display: none; }
  .btn-search { width: 100%; height: 46px; margin-left: 0; margin-right: 0; }
  .promo-strip { grid-template-columns: 1fr; }
  section { padding: 40px 0; }
}
