:root {
  --bg:         #f4eeee;
  --bg-card:    #ffffff;
  --bg-dark:    #111111;
  --ink:        #111111;
  --ink-mid:    #4a3f3a;
  --ink-light:  #9a8f8a;
  --border:     rgba(0,0,0,0.08);
  --border-mid: rgba(0,0,0,0.14);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--bg); color: var(--ink); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(244,238,238,0.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); padding: 0 2.5rem; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1; }
.nav-brand .name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 900; color: var(--ink); letter-spacing: -0.01em; }
.nav-brand .role { font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-light); margin-top: 2px; }
.nav-right { display: flex; align-items: center; gap: 2rem; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; }
.nav-links a { font-size: 13px; font-weight: 400; color: var(--ink-mid); text-decoration: none; letter-spacing: 0.03em; transition: color 0.2s; }
.nav-links a:hover { color: var(--ink); }
.nav-socials { display: flex; align-items: center; gap: 16px; }
.nav-socials a { color: var(--ink-mid); display: flex; align-items: center; transition: color 0.2s; text-decoration: none; }
.nav-socials a:hover { color: var(--ink); }
.nav-socials svg { width: 18px; height: 18px; }
.vr { width: 1px; height: 20px; background: var(--border-mid); }
.btn-nav { background: var(--ink); color: #fff; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.05em; padding: 9px 22px; border-radius: 99px; border: none; cursor: pointer; text-decoration: none; transition: opacity 0.2s; }
.btn-nav:hover { opacity: 0.75; }
footer { background: var(--bg-dark); border-top: 1px solid rgba(255,255,255,0.07); padding: 2.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 900; color: rgba(255,255,255,0.45); text-decoration: none; }
.footer-brand em { font-style: italic; color: rgba(255,255,255,0.6); }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,0.28); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.7); }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.2); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.rd1 { transition-delay: 0.06s; } .rd2 { transition-delay: 0.12s; } .rd3 { transition-delay: 0.18s; } .rd4 { transition-delay: 0.24s; }


/* ── COMPREHENSIVE MOBILE FIXES ─────────────────────────────────── */

/* Prevent ANY element from causing horizontal overflow */
*, *::before, *::after { max-width: 100%; }
html, body { max-width: 100%; overflow-x: hidden; }

/* Hero wrap — reduce top padding and side padding on mobile */
@media (max-width: 900px) {
  .hero-wrap { padding: 90px 1.25rem 60px; }
  .hero-left { padding-right: 0; padding-bottom: 2rem; }
  .hero-right { grid-template-columns: 1fr 1fr; gap: 10px; }
}

@media (max-width: 640px) {
  /* Hero */
  .hero-wrap { padding: 80px 1.25rem 50px; }
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .hero-right { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 0; }
  .hero-photo.tall { margin-top: 0; }
  .hero-photo.short { margin-top: 20px; }
  .hero-btns { gap: 10px; }
  .btn-primary, .btn-outline { width: 100%; text-align: center; padding: 15px 20px; }
  .hero-trust { gap: 12px; }

  /* Nav */
  nav { padding: 0 1rem; height: 60px; }
  .nav-brand .name { font-size: 17px; }

  /* Sections */
  section.main-section { padding: 60px 1.25rem; }
  .section-inner { width: 100%; }
  .section-body { max-width: 100%; }

  /* Brands — 1 col on phones */
  .brands-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .brand-card { padding: 1.5rem 1rem; min-height: 110px; }
  .brands-grid .brand-card:nth-child(1) { border-radius: 12px 0 0 0; }
  .brands-grid .brand-card:nth-child(2) { border-radius: 0 12px 0 0; }
  .brands-grid .brand-card:nth-child(7) { border-radius: 0 0 0 12px; }
  .brands-grid .brand-card:nth-child(8) { border-radius: 0 0 12px 0; }

  /* Videos — 1 col on small phones, 2 col on larger phones */
  .port-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .port-label { font-size: 11px; padding: 8px 10px; }

  /* Services */
  .services-grid { grid-template-columns: 1fr; gap: 10px; }
  .svc-card { padding: 1.75rem; }

  /* Blog preview */
  .blog-preview-grid { grid-template-columns: 1fr; }

  /* CTA section */
  .cta-section { padding: 72px 1.25rem; }
  .btn-cta { width: 100%; padding: 16px 20px; }
  .cta-reassure { gap: 12px; }
  .cta-reassure span { font-size: 11px; }

  /* Footer */
  footer {
    padding: 2rem 1.25rem;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .footer-links { flex-wrap: wrap; gap: 1rem; }
  .footer-links a { font-size: 13px; }

  /* Modal */
  #modal-overlay > div {
    padding: 2rem 1.25rem !important;
    margin: 0.75rem !important;
    max-width: calc(100vw - 1.5rem) !important;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .port-grid { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: 1fr; }
  .brands-grid .brand-card:nth-child(1) { border-radius: 12px 12px 0 0; }
  .brands-grid .brand-card:nth-child(2) { border-radius: 0; }
  .brands-grid .brand-card:last-child { border-radius: 0 0 12px 12px; }
}

/* ── HAMBURGER MENU ─────────────────────────────────────────────── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
  z-index: 200;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  top: 60px; left: 0; right: 0;
  background: rgba(244,238,238,0.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 1.25rem;
  flex-direction: column;
  gap: 0;
  z-index: 99;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-mid);
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  display: block;
  transition: color 0.2s;
}
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--ink); }
.mobile-menu .mobile-hire {
  margin-top: 1.25rem;
  background: var(--ink);
  color: #fff !important;
  text-align: center;
  padding: 14px !important;
  border-radius: 99px;
  border-bottom: none !important;
  font-weight: 500 !important;
}

@media (max-width: 640px) {
  .hamburger { display: flex; }
  .nav-right .vr,
  .nav-right .btn-nav,
  .nav-right .nav-socials { display: none; }
}


.post-nav { background: var(--bg); padding: 2rem 0; margin-top: 4rem; border-top: 1px solid var(--border); }
@media (max-width: 640px) {
  .post-nav { position: sticky; bottom: 0; background: var(--bg); margin-top: 3rem;
    padding: 1rem 1.25rem 1.5rem; border-top: 1px solid var(--border);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.06); z-index: 10;
    display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .post-nav div { display: flex; align-items: center; }
  .post-nav div:last-child { justify-content: flex-end; text-align: right; }
  .post-nav a { max-width: 100%; font-size: 12px; line-height: 1.4; color: var(--ink-mid);
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px;
    padding: 10px 12px; display: block; text-decoration: none; transition: border-color 0.2s; }
  .post-nav a:hover { border-color: var(--border-mid); color: var(--ink); }
}

.post-wrap { max-width: 740px; margin: 0 auto; padding: 130px 2.5rem 80px; }
.post-cat { font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 1rem; display: block; }
.post-title { font-family: 'Playfair Display', serif; font-size: clamp(28px, 5vw, 48px); font-weight: 900; line-height: 1.1; color: var(--ink); margin-bottom: 1.25rem; }
.post-meta { font-size: 12px; color: var(--ink-light); margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; }
.post-body { font-size: 17px; font-weight: 300; color: var(--ink-mid); line-height: 1.9; }
.post-body h2 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--ink); margin: 2.75rem 0 0.75rem; line-height: 1.2; }
.post-body p { margin-bottom: 1.4rem; }
.post-body strong { font-weight: 500; color: var(--ink); }
.post-body a { color: var(--ink); font-weight: 500; border-bottom: 1px solid var(--border-mid); text-decoration: none; transition: border-color 0.2s; }
.post-body a:hover { border-color: var(--ink); }
.back-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink-light); text-decoration: none; margin-bottom: 2rem; transition: color 0.2s; }
.back-link:hover { color: var(--ink); }
.post-cta { background: var(--ink); border-radius: 16px; padding: 3rem 2.5rem; text-align: center; margin-top: 4rem; }
.post-cta h3 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 900; color: #fff; margin-bottom: 0.75rem; }
.post-cta p { font-size: 15px; color: rgba(255,255,255,0.55); margin-bottom: 1.75rem; line-height: 1.6; }
.btn-cta-sm { background: #fff; color: var(--ink); font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 500; padding: 13px 36px; border-radius: 99px; border: none; cursor: pointer; text-decoration: none; display: inline-block; transition: opacity 0.2s; }
.btn-cta-sm:hover { opacity: 0.85; }
@media (max-width: 640px) { nav { padding: 0 1.25rem; } .nav-links { display: none; } .post-wrap { padding: 100px 1.25rem 100px; } .post-title { font-size: clamp(24px, 6vw, 38px); } .post-body { font-size: 16px; } .post-body h2 { font-size: 21px; } .post-cta { padding: 2rem 1.25rem; } .back-link { margin-bottom: 1.25rem; } footer { flex-direction: column; } }
.post-body h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--ink); margin: 2rem 0 0.5rem; line-height: 1.3; }
.post-faq { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.post-faq h2 { margin-top: 0; }
