@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --header-bg: #fece40;
  --footer-bg: #000000;
  --footer-accent: #ffffff;
  --brand-blue: #1f2f6c;
  --brand-red: #7c1f1d;
  --page-bg: #efefef;
  --contact-bg: #dcdcdc;
  --text: #111111;
  --muted: #000000;
  --line: #cf2e2e;
  --max-width: 1220px;
  --shadow: 0 10px 28px rgba(0,0,0,.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--text);
  background: var(--page-bg);
  line-height: 1.45;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.container {
  width: min(var(--max-width), calc(100% - 88px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--header-bg);
  box-shadow: 0 1px 0 rgba(0,0,0,.15);
}
.header-inner {
  width: 100%;
  min-height: 112px;
  padding: 0 46px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
}
.brand img {
  width: 136px;
  height: auto;
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.45);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #111111;
  transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.nav a, .nav button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: border-color .2s ease, transform .2s ease, opacity .2s ease;
}
.nav a:hover,
.nav a.active,
.nav-item:hover > a,
.nav-item:focus-within > a { border-color: rgba(0,0,0,.78); }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 190px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.14);
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
  padding: 12px 18px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.dropdown-menu a {
  display: block;
  border: 0;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .03em;
}
.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu,
.nav-item.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.hero-home {
  min-height: 76vh;
  background: url('images/front-page-bgd.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
}
.hero-home .container { padding: 68px 0; }
.hero-card {
  max-width: 480px;
  color: #f2f2f2;
  padding: 18px 12px 18px 4px;
  text-shadow: 0 2px 12px rgba(0,0,0,.28);
}
.hero-block + .hero-block { margin-top: 42px; }
.hero-title,
.section-title,
.about-panel h1,
.page-heading h1,
.businesses-intro h1,
.business-card h2,
.contact-title {
  font-family: 'Oswald', sans-serif;
  letter-spacing: .01em;
  color: #2b211c;
}
.hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  line-height: 1.32;
  margin-bottom: 6px;
  font-weight: 700;
  color: #f2f2f2;
}
.hero-list {
  font-family: 'Oswald', sans-serif;
  padding-left: 48px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.28;
  color: #f2f2f2;
}
.hero-list li { margin: 0; }

.section { padding: 80px 0; }
.section-title {
  font-size: clamp(3rem, 4vw, 4.3rem);
  line-height: .98;
  margin-bottom: 18px;
}
.section-copy {
  font-size: 1rem;
  max-width: 500px;
  color: #000000;
  line-height: 1.5;
}
.section-copy + .section-copy { margin-top: 18px; }

.split {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(320px, 1.22fr);
  gap: 48px;
  align-items: center;
}
.distribution-image img,
.gallery-card img,
.business-stage,
.product-grid img {
  box-shadow: none;
}
.distribution-image img {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
}

.gallery-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 46px 48px;
}
.gallery-card img,
.product-grid img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
}

.about-layout {
  min-height: 72vh;
  display: grid;
  grid-template-columns: 455px 1fr;
}
.about-panel {
  background: var(--brand-blue);
  color: var(--header-bg);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 132px 44px 80px;
}
.about-panel h1 {
  font-size: clamp(2.4rem, 3.4vw, 4rem);
  line-height: .95;
  color: #ffd24b;
}
.about-content {
  background: linear-gradient(rgba(255,255,255,.74), rgba(255,255,255,.74)), url('images/cargoboat.jpg') center/cover no-repeat;
  padding: 126px 72px 72px;
}

.about-panel h1 {
  white-space: normal;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.about-content h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.05rem;
  line-height: .92;
  font-weight: 700;
  margin: 0 0 8px;
}
.about-content p {
  max-width: 760px;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.42;
  color: #000000;
  margin-bottom: 42px;
}
.about-link {
  display: inline-block;
  margin-top: 44px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: .98rem;
  font-weight: 700;
}

.page-heading {
  text-align: center;
  padding: 58px 0 26px;
}
.page-heading h1 {
  font-size: clamp(3.1rem, 5vw, 4.8rem);
  line-height: 1;
}
.red-rule {
  width: min(var(--max-width), calc(100% - 88px));
  margin: 0 auto 56px;
  border-top: 3px solid var(--line);
}

.businesses-top {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 70px;
}
.businesses-intro {
  padding-left: 0;
}
.businesses-intro h1 {
  font-size: clamp(2.5rem, 3.7vw, 3.9rem);
  line-height: .95;
  white-space: normal;
  margin-top: 0;
}
.businesses-copy {
  max-width: 560px;
  font-size: .98rem;
  line-height: 1.55;
  color: #000000;
}
.businesses-copy p + p { margin-top: 18px; }

.business-list {
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 82px;
}
.business-card h2 {
  text-align: center;
  font-size: clamp(2.3rem, 4vw, 3.35rem);
  line-height: 1.12;
  margin-bottom: 24px;
}
.business-stage {
  position: relative;
  width: fit-content;
  max-width: min(520px, 100%);
  margin: 0 auto 18px;
}
.business-stage .main-image {
  display: block;
  cursor: zoom-in;
  width: 100%;
  height: auto;
  max-width: min(520px, 100%);
  aspect-ratio: auto;
  object-fit: contain;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #3a3027;
  font-size: 1.45rem;
  cursor: pointer;
}
.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }
.thumb-row {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.thumb-row button {
  border: 0;
  padding: 4px;
  background: #ffffff;
  cursor: pointer;
  opacity: .7;
  width: 92px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.thumb-row button.active { opacity: 1; }

.thumb-row-scroll {
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 8px;
}

.thumb-row-scroll button {
  flex: 0 0 auto;
}
.thumb-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-section {
  background: var(--contact-bg);
  padding: 74px 0 56px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 64px;
  align-items: start;
}
.contact-title {
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1.02;
  margin-bottom: 30px;
}
.contact-info .label {
  font-size: 1.07rem;
  color: #000000;
  margin-bottom: 6px;
}
.contact-info p {
  font-size: 1.24rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact-form-title { font-size: 1.24rem; margin-bottom: 14px; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}
.field { display: flex; flex-direction: column; gap: 5px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 1.02rem; color: #000000; }
.field input,
.field textarea {
  width: 100%;
  border: 3px solid #3a2b20;
  background: rgba(255,255,255,.12);
  min-height: 54px;
  padding: 12px 14px;
  font: inherit;
  font-size: 1.08rem;
  color: var(--text);
}
.field textarea { min-height: 116px; resize: vertical; }
.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.btn-submit {
  min-width: 136px;
  padding: 12px 18px;
  border: 3px solid var(--line);
  color: var(--line);
  background: transparent;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  cursor: pointer;
}


.gallery-card,
.product-grid > div,
.business-stage,
.thumb-row button,
.btn-submit,
.nav a,
.dropdown-menu a,
.slider-btn {
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, opacity .25s ease;
}

.gallery-card,
.product-grid img,
.business-stage {
  overflow: hidden;
  border-radius: 12px;
}
.gallery-card img,
.product-grid img,
.business-stage .main-image {
  transition: transform .45s ease, filter .35s ease;
}
.gallery-card:hover img,
.product-grid img:hover,
.business-stage:hover .main-image {
  transform: scale(1.035);
  filter: saturate(1.03);
}
.gallery-card:hover,
.business-stage:hover {
  transform: translateY(-4px);
}
.thumb-row button:hover,
.thumb-row button:focus-visible {
  transform: translateY(-3px);
  opacity: 1;
}
.nav a:hover,
.nav a:focus-visible,
.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  transform: translateY(-1px);
}
.slider-btn:hover,
.slider-btn:focus-visible {
  background: rgba(255,255,255,.92);
  transform: translateY(-50%) scale(1.08);
}
.btn-submit:hover,
.btn-submit:focus-visible {
  background: var(--line);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,.14);
}
.field input:focus,
.field textarea:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(207,46,46,.10);
}

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-accent);
}
.footer-inner {
  width: 100%;
  min-height: 82px;
  padding: 0 46px 0 8px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
}
.footer-brand img { width: 124px; }
.footer-copy { font-size: .82rem; color: rgba(255,255,255,.88); }



.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.86);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 1000;
}
.lightbox.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lightbox-inner {
  position: relative;
  width: min(1080px, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-image {
  max-width: 100%;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 24px 50px rgba(0,0,0,.35);
}
.lightbox-btn,
.lightbox-close {
  position: absolute;
  border: 0;
  cursor: pointer;
  background: rgba(255,255,255,.92);
  color: #1f1f1f;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.lightbox-btn {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  font-size: 1.8rem;
}
.lightbox-btn.prev { left: 18px; }
.lightbox-btn.next { right: 18px; }
.lightbox-close {
  top: -16px;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 1.5rem;
}
.product-grid img {
  cursor: zoom-in;
}
.lightbox-btn:hover,
.lightbox-close:hover {
  transform: translateY(-50%) scale(1.06);
}
.lightbox-close:hover {
  transform: scale(1.06);
}

@media (max-width: 980px) {
  .split,
  .contact-grid,
  .businesses-top,
  .about-layout,
  .gallery-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }
  .about-panel { padding: 64px 28px; min-height: 200px; }
  .about-content { padding: 52px 30px; }
  .business-list { gap: 58px; }
}

@media (max-width: 760px) {
  .header-inner,
  .footer-inner {
    padding: 16px 18px;
  }
  .header-inner {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
  }
  .footer-inner { min-height: auto; flex-direction: column; align-items: flex-start; }
  .container, .red-rule { width: min(var(--max-width), calc(100% - 28px)); }
  .brand { margin-right: 0; }
  .brand img { width: 114px; }
  .footer-brand img { width: 104px; }
  .nav-toggle { display: inline-flex; }
  .nav {
    display: flex;
    width: 100%;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 12px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(255,255,255,.92);
    border-radius: 18px;
    box-shadow: 0 16px 32px rgba(0,0,0,.12);
    transform: translateY(-8px);
    transition: max-height .32s ease, opacity .24s ease, transform .24s ease, padding .24s ease;
  }
  .nav.nav-open {
    padding: 12px;
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav a,
  .nav button {
    width: 100%;
    font-size: 1.02rem;
    padding: 14px 8px;
    text-align: left;
    border-bottom-width: 2px;
  }
  .nav > a,
  .nav > .nav-item {
    border-bottom: 1px solid rgba(0,0,0,.08);
  }
  .nav > *:last-child {
    border-bottom: 0;
  }
  .nav-item {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .nav-item > a {
    display: block;
    width: 100%;
  }
  .dropdown-menu {
    position: static;
    transform: none;
    min-width: 100%;
    margin: 0 0 10px;
    padding: 0 14px 8px;
    border-radius: 12px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
    box-shadow: none;
    border: 0;
    background: rgba(0,0,0,.04);
  }
  .dropdown-menu a {
    padding: 10px 0 10px 16px;
    font-size: .98rem;
    position: relative;
  }
  .dropdown-menu a::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section { padding: 56px 0; }
  .hero-home {
    min-height: auto;
    background-position: 62% center;
  }
  .hero-home .container { padding: 46px 0; }
  .hero-card {
    max-width: 100%;
    padding: 8px 0;
  }
  .hero-block + .hero-block { margin-top: 28px; }
  .hero-title {
    font-size: 1.9rem;
    line-height: 1.18;
  }
  .hero-list {
    padding-left: 26px;
    font-size: 1.35rem;
    line-height: 1.22;
  }
  .section-title { font-size: 2.4rem; }
  .about-content h2 { font-size: 1.6rem; line-height: 1.1; }
  .about-content p,
  .businesses-copy,
  .contact-info p,
  .contact-form-title,
  .field input,
  .field textarea { font-size: 1rem; }
  .businesses-top {
    gap: 22px;
    margin-bottom: 42px;
  }
  .business-card h2 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .thumb-row {
    justify-content: center;
    gap: 10px;
  }
  .thumb-row button {
    width: 76px;
    height: 56px;
  }
  .thumb-row img {
    width: 100%;
    height: 100%;
  }
  .contact-section {
    padding: 56px 0 44px;
  }
  .contact-grid { gap: 34px; }
  .contact-title {
    font-size: 2.35rem;
    margin-bottom: 20px;
  }
  .form-grid { grid-template-columns: 1fr; }
  .form-actions { justify-content: stretch; }
  .btn-submit {
    width: 100%;
    min-width: 0;
  }
  .lightbox {
    padding: 18px;
  }
  .lightbox-btn {
    width: 42px;
    height: 42px;
    font-size: 1.45rem;
  }
  .lightbox-btn.prev { left: 6px; }
  .lightbox-btn.next { right: 6px; }
  .lightbox-close {
    top: -12px;
    width: 40px;
    height: 40px;
  }
}


@media (max-width: 520px) {
  .container, .red-rule { width: calc(100% - 20px); }
  .header-inner, .footer-inner { padding: 12px 10px; }
  .about-panel { padding: 44px 18px; }
  .about-content { padding: 36px 18px; }
  .business-stage { margin-bottom: 14px; }
  .slider-btn {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }
  .slider-btn.prev { left: 6px; }
  .slider-btn.next { right: 6px; }
  .gallery-grid,
  .product-grid {
    gap: 18px;
  }
}

.site-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ffffff;
}


.hidden-botcheck {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  min-height: 1.4em;
  margin-top: 12px;
  font-size: 0.98rem;
  font-weight: 600;
}

.form-status.success {
  color: #1c6b2f;
}

.form-status.error {
  color: #9c1d1d;
}

.btn-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}


.hidden {
  display: none !important;
}

.form-result {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.4;
}

.form-result.is-success {
  color: #1e6b2b;
}

.form-result.is-error {
  color: #b42318;
}

body.menu-open { overflow: hidden; }


/* Compact header refinement */
header,
.site-header,
.navbar {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  min-height: unset !important;
}
.nav-container,
.header-inner,
.nav-inner {
  min-height: unset !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.logo img,
.site-logo img,
.nav-logo img {
  max-height: 42px !important;
  height: auto !important;
  width: auto !important;
}
@media (max-width: 768px) {
  .hero h1,
  .hero-title,
  .hero-content h1,
  .home-hero h1 {
    font-size: 1.9rem !important;
    line-height: 1.15 !important;
  }
  .hero p,
  .hero-text,
  .hero-content p,
  .home-hero p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }
  .hero .btn,
  .hero-buttons .btn,
  .hero-content .btn {
    font-size: 0.92rem !important;
    padding: 10px 18px !important;
  }
}


/* Remove thin yellow accent line under header */
header::after,
.site-header::after,
.navbar::after,
.header::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  border: 0 !important;
  height: 0 !important;
}


/* Keep thin white line, remove only yellow accent */
header,
.site-header,
.navbar,
.header {
  border-bottom: 5px solid #ffffff !important;
  box-shadow: none !important;
}
header::after,
.site-header::after,
.navbar::after,
.header::after {
  display: none !important;
  content: none !important;
}


/* Mobile homepage gallery refinement */
@media (max-width: 768px) {
  .gallery,
  .gallery-grid,
  .image-gallery,
  .homepage-gallery,
  .home-gallery {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: start !important;
  }

  .gallery img,
  .gallery-grid img,
  .image-gallery img,
  .homepage-gallery img,
  .home-gallery img,
  .gallery-item img,
  .gallery-grid .item img,
  .image-gallery .item img {
    width: 100% !important;
    height: 140px !important;
    max-height: 140px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 10px !important;
  }

  .gallery-item,
  .gallery-grid .item,
  .image-gallery .item,
  .homepage-gallery .item,
  .home-gallery .item {
    width: 100% !important;
    margin: 0 !important;
  }

  /* If the homepage section uses split layout, prevent a single image from taking the full screen */
  .split,
  .home-split,
  .hero-gallery-wrap {
    gap: 16px !important;
  }

  .distribution-image,
  .gallery-wrap,
  .homepage-gallery-wrap,
  .home-gallery-wrap {
    width: 100% !important;
  }

  .distribution-image img {
    width: 100% !important;
    max-width: none !important;
    height: 140px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    margin: 0 !important;
  }
}





/* Mobile homepage text scaled to 50% */
@media (max-width: 768px) {
  .hero h1,
  .hero-content h1,
  .home-hero h1,
  .homepage-hero h1 {
    font-size: 50% !important;
    line-height: 1.2 !important;
  }

  .hero p,
  .hero-content p,
  .home-hero p,
  .homepage-hero p,
  .hero .btn,
  .hero-content .btn {
    font-size: 50% !important;
    line-height: 1.3 !important;
  }
}











/* Mobile-only: hero list matches current hero title size */
@media (max-width: 768px) {
  .hero h1,
  .hero-content h1,
  .home-hero h1,
  .homepage-hero h1,
  .hero-title,
  .hero ul,
  .hero ol,
  .hero li,
  .hero-content ul,
  .hero-content li,
  .hero-list,
  .hero-list li {
    font-size: 105% !important;
    line-height: 1.3 !important;
  }
}


/* Contact form send button text slightly larger */
.contact-form button,
.contact-form .btn,
form button[type="submit"],
form .submit-btn,
.send-btn {
  font-size: calc(1rem + 0.3rem) !important;
}


/* Previous Business mobile optimization */
.page-previous-business .business-card {
  width: 100%;
}

.page-previous-business .business-stage {
  width: 100%;
  max-width: 100%;
}

.page-previous-business .business-stage .main-image {
  width: 100%;
  max-width: 100%;
  max-height: 70vh;
  margin: 0 auto;
}

.page-previous-business .thumb-row {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-bottom: 8px;
}

.page-previous-business .thumb-row button {
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .page-previous-business .section {
    padding: 40px 0 48px;
  }

  .page-previous-business .businesses-top {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
  }

  .page-previous-business .businesses-intro,
  .page-previous-business .businesses-copy {
    max-width: 100%;
  }

  .page-previous-business .businesses-intro h1 {
    font-size: clamp(2rem, 9vw, 2.6rem);
    line-height: 1;
  }

  .page-previous-business .businesses-copy p {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .page-previous-business .business-list {
    width: 100%;
    gap: 42px;
  }

  .page-previous-business .business-card h2 {
    font-size: clamp(1.45rem, 6.5vw, 2rem);
    line-height: 1.2;
    margin-bottom: 14px;
    text-align: center;
    width: 100%;
  }

  .page-previous-business .business-stage {
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .page-previous-business .slider-btn {
    width: 34px;
    height: 34px;
    font-size: 1.05rem;
  }

  .page-previous-business .slider-btn.prev {
    left: 8px;
  }

  .page-previous-business .slider-btn.next {
    right: 8px;
  }

  .page-previous-business .thumb-row {
    gap: 8px;
  }

  .page-previous-business .thumb-row button {
    width: 84px;
    height: 60px;
  }

  .page-previous-business .contact-section {
    padding: 44px 0 38px;
  }

  .page-previous-business .contact-title {
    font-size: clamp(2rem, 8vw, 2.6rem);
    line-height: 1.05;
  }
}

@media (max-width: 480px) {
  .page-previous-business .business-card h2 {
    font-size: 1.35rem;
  }

  .page-previous-business .thumb-row button {
    width: 76px;
    height: 56px;
  }
}


/* Previous Business mobile viewport lock + overflow cleanup */
.page-previous-business {
  overflow-x: hidden;
}

.page-previous-business .section,
.page-previous-business .contact-section,
.page-previous-business .business-list,
.page-previous-business .business-card,
.page-previous-business .business-stage,
.page-previous-business .business-stage .main-image,
.page-previous-business .thumb-row {
  max-width: 100%;
}

@media (max-width: 768px) {
  .page-previous-business {
    width: 100%;
    overflow-x: hidden;
  }

  .page-previous-business .business-card {
    overflow: hidden;
  }

  .page-previous-business .thumb-row {
    padding-right: 2px;
  }
}
