/* ===== Brand variables - change once here, updates the whole site ===== */
:root {
  --brand-green: #164a1a;
  --brand-green-dark: #0f3613;
  --brand-gold: #b8935f;
  --text-dark: #16191a;
  --text-muted: #5c5c5c;
  --bg-light: #f7f5f0;
  --font-main: 'Montserrat', Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }
body { margin: 0; font-family: var(--font-main); color: var(--text-dark); background: #e6e9df; letter-spacing: 0.1px; overflow-x: hidden; }
a { color: var(--brand-green); }
.site-main { max-width: 1100px; margin: 0 auto; padding: 20px; min-height: 60vh; }
h1, h2 { font-family: var(--font-main); font-weight: 700; letter-spacing: 0.2px; }

/* ===== Header ===== */
.site-header { background: #ffffff; border-bottom: 1px solid #ece9e0; position: sticky; top: 0; z-index: 100; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; }
@media (min-width: 1400px) {
  .header-inner { max-width: 1700px; }
}
.logo-img { height: 52px; display: block; }
.logo-link { margin-left: 175px; display: block; }

.main-nav { display: flex; align-items: center; gap: 16px 22px; flex-wrap: wrap; justify-content: center; max-height: 76px; overflow-y: auto; scrollbar-width: thin; row-gap: 10px; flex: 1; }
.main-nav a { text-decoration: none; color: var(--text-dark); font-size: 10.5px; font-weight: 600; letter-spacing: 0.4px; text-transform: uppercase; }
.main-nav a:hover { color: var(--brand-green); }
.main-nav a.nav-cta {
  background: var(--brand-green); color: #fff !important; padding: 10px 20px; border-radius: 30px;
}
.main-nav a.nav-cta:hover { background: var(--brand-green-dark); }
.main-nav a.nav-external {
  background: #1d5fa8; color: #fff !important; padding: 10px 20px; border-radius: 30px;
}
.main-nav a.nav-external:hover { background: #164a86; }

.menu-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 32px; height: 32px; background: none; border: none; cursor: pointer; padding: 0;
}
.menu-toggle span { display: block; width: 100%; height: 3px; background: var(--text-dark); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 820px) {
  .logo-link { margin-left: 150px; }
  .logo-img { height: 53px; }
  .menu-toggle { display: flex; margin-left: auto; }

  .main-nav {
    display: none;
    position: fixed;
    top: 73px; left: 0; right: 0; bottom: 0;
    background: #ffffff;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;
    max-height: none;
    flex: none;
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 100px;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px 24px; border-top: 1px solid #f3f1ea; font-size: 11px; }
  .main-nav a.nav-cta { margin: 14px 24px; text-align: center; border-radius: 8px; }
  .main-nav a.nav-external { margin: 14px 24px; text-align: center; border-radius: 8px; }
}

.nav-banner-img { display: none; }

@media (max-width: 820px) {
  .main-nav a:not(.nav-cta):not(.nav-external) {
    background-image: url('/images/navigation_graphic.jpg');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: auto 22px;
    padding-left: 102px;
  }
}

/* ===== Footer ===== */
.site-footer { background: var(--brand-green); color: #ffffff; margin-top: 60px; }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 50px 24px; display: flex; flex-wrap: wrap; gap: 36px; }
.footer-col { flex: 1; min-width: 180px; }
.footer-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 14px 0; color: var(--brand-gold); }
.footer-col p, .footer-col a { display: block; color: #e8f0e8; text-decoration: none; font-size: 13.5px; margin-bottom: 9px; }
.footer-col a:hover { color: var(--brand-gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); text-align: center; padding: 18px 24px; font-size: 12px; color: #cfe0cf; letter-spacing: 0.3px; }

/* ===== Homepage components ===== */
.hero {
  background: linear-gradient(180deg, rgba(10,20,12,0.35) 0%, rgba(10,20,12,0.25) 40%, rgba(8,16,10,0.75) 100%), url('/images/pic31_car_infrontof_shipping_containers.jpg');
  background-size: cover;
  background-position: center;
  color: #ffffff; padding: 100px 20px 74px 20px; text-align: center;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.hero h1 { font-size: 28px; font-weight: 800; margin: 0 0 14px 0; line-height: 1.5; letter-spacing: 0.3px; text-shadow: 0 2px 16px rgba(0,0,0,0.8), 0 0 30px rgba(0,0,0,0.6); }

/* ===== Full-width photo banner for inner pages (matches homepage hero style) ===== */
.page-banner {
  background: linear-gradient(rgba(20,63,24,0.45), rgba(20,63,24,0.45)), url('/images/page_banner_containers_wide.jpg?v=2');
  background-size: cover;
  background-position: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.page-banner-inner { max-width: 800px; }
.page-banner h1 { color: #ffffff; font-size: 26px; font-weight: 800; margin: 0 0 10px 0; text-shadow: 0 2px 14px rgba(0,0,0,0.6); }
.page-banner p { color: #f0f5f0; font-size: 14px; margin: 0; text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
@media (max-width: 640px) {
  .page-banner { height: 180px; }
  .page-banner h1 { font-size: 21px; }
}
.hero .hero-sub { font-size: 14px; color: #f0f5f0; margin-bottom: 24px; letter-spacing: 0.3px; text-shadow: 0 2px 12px rgba(0,0,0,0.75); }

.img-long { max-width: 1000px; margin: 24px auto; padding: 0 20px; }
.img-long img { width: 100%; aspect-ratio: 21/8; object-fit: cover; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,0.1); display: block; }

.img-square { max-width: 500px; margin: 24px auto; padding: 0 20px; }

.square-pair, .wide-pair {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  max-width: 900px; margin: 24px auto; padding: 0 20px;
}
.square-pair img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,0.1); display: block; }
.wide-pair img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,0.1); display: block; }
@media (max-width: 640px) {
  .square-pair, .wide-pair { grid-template-columns: 1fr; }
}

.long-pair {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  max-width: 1100px; margin: 24px auto; padding: 0 20px;
}
.long-pair img { width: 100%; aspect-ratio: 21/8; object-fit: cover; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,0.1); display: block; }
@media (max-width: 700px) {
  .long-pair { grid-template-columns: 1fr; }
}
.img-square img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,0.1); display: block; }

.img-wide { max-width: 700px; margin: 24px auto; padding: 0 20px; }
.img-wide img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,0.1); display: block; }

.img-tall { max-width: 420px; margin: 24px auto; padding: 0 20px; }
.img-tall img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,0.1); display: block; }

.img-very-tall { max-width: 340px; margin: 24px auto; padding: 0 20px; }

/* On desktop, give every image shape the same column width so the page
   reads as one clean, uniform set as you scroll - proportions stay exactly
   accurate per photo (aspect-ratio is untouched here), only the widths are
   unified. Mobile is left alone since narrow screens already constrain
   everything to near-full-width naturally. */
@media (min-width: 1024px) {
  .img-square, .img-wide, .img-tall, .img-very-tall, .img-long {
    max-width: 700px;
  }
}
.contact-family-photo img { aspect-ratio: 1080/1920; }
.img-very-tall img { width: 100%; aspect-ratio: 1/2; object-fit: cover; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,0.1); display: block; }

.whatsapp-float { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); background: #fff; border-radius: 30px; box-shadow: 0 8px 20px rgba(0,0,0,0.25); padding: 9px 18px 9px 9px; display: flex; align-items: center; gap: 9px; text-decoration: none; white-space: nowrap; }
.whatsapp-float img { width: 34px; height: 34px; border-radius: 50%; box-shadow: none; object-fit: contain; }
.whatsapp-float span { font-size: 12px; font-weight: 600; color: var(--text-dark); letter-spacing: 0.2px; }

.hero-img-wrap { max-width: 980px; margin: 50px auto 0 auto; padding: 0 20px; }
.hero-img-wrap img { width: 100%; border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,0.18); display: block; }

.section { max-width: 980px; margin: 0 auto; padding: 80px 24px; text-align: center; }
.section-narrow { max-width: 720px; }
.section h2 {
  font-size: 25px; font-weight: 700; color: var(--text-dark); text-align: center;
  margin-bottom: 34px; letter-spacing: 0.2px; position: relative; padding-bottom: 20px;
  line-height: 1.4;
}
.section h2:after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 54px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-gold));
}
.section h2 em { color: var(--brand-green); font-style: normal; font-weight: 800; }
.section p { font-size: 15px; line-height: 1.85; color: var(--text-muted); text-align: center; margin-left: auto; margin-right: auto; max-width: 680px; }
.section p.lead { font-size: 16.5px; color: var(--text-dark); font-weight: 500; }

.img-pair {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 36px auto; max-width: 1000px;
  background: #f9f8f4; border-radius: 20px; padding: 26px; box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}
.img-pair img, .img-single img { width: 100%; height: 240px; object-fit: cover; border-radius: 12px; display: block; box-shadow: 0 10px 22px rgba(0,0,0,0.08); }
.img-caption { font-size: 12.5px; color: var(--text-muted); text-align: center; margin-top: 12px; font-style: italic; letter-spacing: 0.2px; }

.img-thumbnail { max-width: 320px; margin: 30px auto; padding: 0 20px; text-align: center; }
.img-thumbnail img { width: 100%; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); display: block; }

/* ===== Scroll reveal animation ===== */
.reveal-init { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-init.revealed { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal-init { opacity: 1; transform: none; transition: none; }
}

.feature-list { background: #f0ece0; border-radius: 20px; padding: 44px 40px; margin: 40px 0; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.feature-list ul { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 34px; text-align: left; }
.feature-list li { font-size: 14px; line-height: 1.7; margin-bottom: 12px; break-inside: avoid; }
.feature-list li:before { content: "\2713"; color: var(--brand-green); font-weight: 800; margin-right: 10px; }

@media (max-width: 640px) {
  .feature-list ul { columns: 1; }
  .img-pair { grid-template-columns: 1fr; padding: 16px; gap: 14px; border-radius: 16px; }
  .img-pair img { height: 190px; }
}

.cta-band {
  background: linear-gradient(150deg, #d4b06e 0%, var(--brand-gold) 45%, #a8783a 100%);
  text-align: center; padding: 48px 36px 40px 36px; max-width: 680px; margin: 56px auto;
  border-radius: 22px; box-shadow: 0 20px 44px rgba(150,110,50,0.28), inset 0 1px 0 rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.25);
  position: relative;
}
.cta-band::before {
  content: '';
  display: block;
  width: 56px; height: 56px;
  margin: 0 auto 16px auto;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23164a1a'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24 11.36 11.36 0 003.57.57 1 1 0 011 1V20a1 1 0 01-1 1C10.61 21 3 13.39 3 4a1 1 0 011-1h3.5a1 1 0 011 1 11.36 11.36 0 00.57 3.57 1 1 0 01-.25 1.01l-2.2 2.21z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}
.cta-band h2 { color: var(--text-dark); margin: 0 0 10px 0; font-size: 19px; letter-spacing: 0.3px; }
.cta-band a.phone-link { font-size: 28px; font-weight: 800; color: var(--brand-green-dark); text-decoration: none; letter-spacing: 0.4px; }

.video-embed { max-width: 680px; margin: 26px auto; }
.video-embed video { width: 100%; border-radius: 14px; display: block; box-shadow: 0 14px 32px rgba(0,0,0,0.14); }

/* ===== Section variety - alternating bands and distinct boxes ===== */
.band-cream { background: #f0ece0; }
.band-green-tint { background: #dfeadf; }
.band-white { background: #ffffff; }

.content-box {
  background: #ffffff; border-radius: 18px; padding: 36px 32px; margin: 30px auto;
  max-width: 900px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); border-top: 4px solid var(--brand-gold);
}
.content-box.green-accent { border-top-color: var(--brand-green); }

/* Subtle 15% background image, layered behind existing box background/color.
   background-size:cover + background-position:center keeps it looking
   correct at any screen size, mobile or desktop, without separate rules. */
.bg-image-subtle { position: relative; overflow: hidden; }
.bg-image-subtle::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('/images/pic8_montage_shippingcontainers.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}
.bg-image-subtle > * { position: relative; z-index: 1; }

.testimonial-box {
  background: linear-gradient(135deg, #f0ece0 0%, #e6dfd0 100%);
  border-radius: 18px; padding: 34px 36px; margin: 30px auto; max-width: 720px;
  text-align: center; box-shadow: 0 8px 24px rgba(0,0,0,0.05); position: relative;
}
.testimonial-box:before {
  content: '\201C'; font-size: 64px; color: var(--brand-gold); font-family: Georgia, serif;
  display: block; line-height: 1; margin-bottom: -10px;
}
.testimonial-box p { font-style: italic; font-size: 16px; color: var(--text-dark); }

.icon-check-list {
  background: #ffffff; border-radius: 18px; padding: 34px 40px; margin: 30px auto; max-width: 800px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}
.icon-check-list h3 { text-align: center; color: var(--brand-green); font-size: 17px; margin: 0 0 20px 0; }
.icon-check-list ul { list-style: none; padding: 0; margin: 0; }
.icon-check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; margin-bottom: 12px; }
.icon-check-list li:before { content: '\2713'; flex-shrink: 0; width: 22px; height: 22px; background: var(--brand-green); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }

.numbered-list { background: #ffffff; border-radius: 18px; padding: 34px 40px; margin: 30px auto; box-shadow: 0 10px 26px rgba(0,0,0,0.06); }
.numbered-list h3 { text-align: center; color: var(--brand-green); font-size: 17px; margin: 0 0 24px 0; }
.numbered-item { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.numbered-item:last-child { margin-bottom: 0; }
.numbered-item .num { flex-shrink: 0; width: 32px; height: 32px; background: var(--brand-green); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; }
.numbered-item p { margin: 0; font-size: 14px; line-height: 1.65; text-align: left; }
@media (max-width: 640px) {
  .numbered-list { padding: 26px 20px; }
  .numbered-item { gap: 12px; margin-bottom: 20px; }
  .numbered-item .num { width: 28px; height: 28px; font-size: 13px; }
  .numbered-item p { font-size: 13.5px; line-height: 1.6; }
}

.faq-item { background: #ffffff; border-radius: 12px; padding: 20px 24px; margin-bottom: 14px; box-shadow: 0 4px 14px rgba(0,0,0,0.05); }
.faq-item .faq-q { font-weight: 800; font-size: 15px; color: var(--brand-green); margin: 0 0 8px 0; }
.faq-item .faq-a { font-size: 14px; line-height: 1.65; color: var(--text-muted); margin: 0; }
@media (max-width: 640px) {
  .faq-item { padding: 16px 18px; }
  .faq-item .faq-q { font-size: 14px; }
  .faq-item .faq-a { font-size: 13.5px; }
}

.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 999998;
  background: #ffffff; border-top: 1px solid #e5e2d8;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.1); padding: 18px 20px;
}
.cookie-banner-inner {
  max-width: 1100px; margin: 0 auto; display: flex; align-items: center;
  justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.cookie-banner-inner p { margin: 0; font-size: 13px; color: var(--text-dark); flex: 1; min-width: 240px; }
.cookie-banner-inner a { color: var(--brand-green); font-weight: 700; }
.cookie-banner-buttons { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn { font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 8px; cursor: pointer; border: none; }
.cookie-btn-reject { background: #f0ece0; color: var(--text-dark); }
.cookie-btn-accept { background: var(--brand-green); color: #fff; }
@media (max-width: 640px) {
  .cookie-banner-inner { flex-direction: column; align-items: stretch; text-align: center; }
  .cookie-banner-buttons { justify-content: center; }
}

.yt-consent-placeholder {
  display: flex; align-items: center; justify-content: center; text-align: center;
  width: 100%; height: 100%; background: #f0ece0; color: var(--text-muted);
  font-size: 13px; padding: 20px; border-radius: 14px;
}
.yt-consent-placeholder a { color: var(--brand-green); font-weight: 700; }

/* ===== Reusable continuous scrolling marquee (homepage only) ===== */
.img-carousel {
  position: relative;
  max-width: 700px;
  margin: 24px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0,0,0,0.14);
  background: #f0ece0;
  height: 220px;
}
.img-carousel-track {
  display: flex;
  align-items: center;
  height: 100%;
  width: max-content;
  animation: marquee-scroll 18s linear infinite;
}
@media (hover: hover) and (pointer: fine) {
  .img-carousel:hover .img-carousel-track { animation-play-state: paused; }
}
.img-carousel-track > div {
  flex: 0 0 auto;
  height: 100%;
  width: 220px;
  padding: 6px;
  box-sizing: border-box;
}
.img-carousel-track img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 640px) {
  .img-carousel { height: 170px; }
  .img-carousel-track > div { width: 170px; }
}

@media (max-width: 820px) {
  .img-carousel { max-width: none; border-radius: 0; }
}

/* ===== Homepage coloured section blocks ===== */
.section-orange { background: linear-gradient(135deg, #c05a20 0%, #8f3d16 100%); border-radius: 20px; padding: 40px 30px; color: #fff; }
.section-orange h2, .section-orange h3 { color: #fff; }
.section-orange .content-box, .section-orange .icon-check-list { background: rgba(255,255,255,0.94); color: var(--text-dark); }
.section-orange .content-box h2, .section-orange .content-box h3,
.section-orange .icon-check-list h2, .section-orange .icon-check-list h3 { color: var(--text-dark); }
.section-yellow { background: linear-gradient(135deg, #f0c94e 0%, #dcb02e 100%); border-radius: 20px; padding: 40px 30px; color: #3a2f0a; }
.section-yellow h2, .section-yellow h3 { color: #3a2f0a; }
.section-yellow .content-box, .section-yellow .icon-check-list { background: rgba(255,255,255,0.94); color: var(--text-dark); }
.section-yellow .content-box h2, .section-yellow .content-box h3,
.section-yellow .icon-check-list h2, .section-yellow .icon-check-list h3 { color: var(--text-dark); }
.section-navy { background: linear-gradient(135deg, #131e30 0%, #0a1420 100%); border-radius: 20px; padding: 40px 30px; color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy .content-box, .section-navy .icon-check-list { background: rgba(255,255,255,0.94); color: var(--text-dark); }
.section-navy .content-box h2, .section-navy .content-box h3,
.section-navy .icon-check-list h2, .section-navy .icon-check-list h3 { color: var(--text-dark); }
.section-teal { background: linear-gradient(135deg, #073d38 0%, #032622 100%); border-radius: 20px; padding: 40px 30px; color: #fff; }
.section-teal h2, .section-teal h3 { color: #fff; }
.section-teal .content-box, .section-teal .icon-check-list { background: rgba(255,255,255,0.94); color: var(--text-dark); }
.section-teal .content-box h2, .section-teal .content-box h3,
.section-teal .icon-check-list h2, .section-teal .icon-check-list h3 { color: var(--text-dark); }
.section-maroon { background: linear-gradient(135deg, #7a2b34 0%, #521c22 100%); border-radius: 20px; padding: 40px 30px; color: #fff; }
.section-maroon h2, .section-maroon h3 { color: #fff; }
.section-maroon .content-box, .section-maroon .icon-check-list { background: rgba(255,255,255,0.94); color: var(--text-dark); }
.section-maroon .content-box h2, .section-maroon .content-box h3,
.section-maroon .icon-check-list h2, .section-maroon .icon-check-list h3 { color: var(--text-dark); }

/* ===== Mobile-only: standalone pictures go full screen width ===== */
/* Text content (content-box, icon-check-list, testimonial-box etc.) is
   deliberately NOT included here - it keeps its existing comfortable
   reading width. Desktop is completely untouched, since this whole block
   only applies below the mobile breakpoint. */
@media (max-width: 820px) {
  .img-wide, .img-tall, .img-square, .img-very-tall, .img-long,
  .wide-pair, .square-pair, .long-pair {
    max-width: none;
    /* These classes each have their own built-in "padding: 0 20px" as part
       of their base (non-mobile) rule - this was the actual, confirmed
       root cause of the remaining gap: the outer container was correctly
       reaching full screen width, but its own internal padding was still
       pushing the image inward from both edges. Resetting padding to 0
       here, alongside expanding width using the confirmed 20px offset
       from .site-main, closes the gap completely. */
    padding: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  .img-wide img, .img-tall img, .img-square img, .img-very-tall img, .img-long img,
  .wide-pair img, .square-pair img, .long-pair img {
    border-radius: 0;
  }

  /* Images sitting inside a .section wrapper need a bigger offset, since
     .section adds its own 24px horizontal padding on top of .site-main's
     20px - a combined 44px, not just 20px. More specific selector here
     correctly overrides the general rule above for this nested case only. */
  .section .img-wide, .section .img-tall, .section .img-square,
  .section .img-very-tall, .section .img-long,
  .section .wide-pair, .section .square-pair, .section .long-pair {
    width: calc(100% + 88px);
    margin-left: -44px;
    margin-right: -44px;
  }
}
