*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --red: #ff0000;
  --off-white: #F0EDE6;
  --warm-gray: #B8B0A2;
  --dark: #0f0f0f;
}
html { scroll-behavior: smooth; }
body {
  background: var(--dark);
  color: var(--off-white);
  font-family: 'Barlow', sans-serif;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 1000; opacity: 0.5;
}

/* ── LANG TOGGLE ── */
.lang-switch { display: flex; align-items: center; gap: 4px; margin-left: 20px; }
.lang-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; background: none; border: none;
  color: var(--warm-gray); cursor: pointer; padding: 4px 6px;
  transition: color 0.2s; line-height: 1;
}
.lang-btn.active { color: var(--red); }
.lang-divider { width: 1px; height: 10px; background: rgba(255,255,255,0.15); flex-shrink: 0; }

/* ── HEADER ── */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: flex-start;
  padding: 10px 60px 10px 12px;
  border-bottom: 1px solid rgba(255,0,0,0.15);
  background: rgba(15,15,15,0.85);
  backdrop-filter: blur(12px);
  transition: padding 0.3s;
  overflow: visible;
}
header.scrolled { padding: 8px 60px 8px 12px; }
.logo-link { display: contents; }
.logo-overflow {
  display: block; height: 100px;
  margin-top: -10px; margin-bottom: -10px;
  object-fit: contain; transition: height 0.3s, margin 0.3s;
  position: relative; z-index: 2;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,0.6));
}
header.scrolled .logo-overflow { height: 80px; margin-top: -8px; margin-bottom: -8px; }
nav { margin-left: auto; }
nav ul { list-style: none; display: flex; gap: 30px; align-items: center; }
nav a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 12px; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--warm-gray);
  text-decoration: none; transition: color 0.3s; position: relative;
}
nav a::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 1px; background: var(--red); transition: width 0.25s;
}
nav a:hover { color: white; }
nav a:hover::after { width: 100%; }
.nav-cta {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 11px; letter-spacing: 0.25em;
  text-transform: uppercase; text-decoration: none;
  padding: 9px 22px; background: var(--red); color: white;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 100%, 8px 100%);
  transition: background 0.3s, color 0.3s;
}
.nav-cta:hover { background: white; color: var(--red); }
.nav-cta::after { display: none; }

/* ── HERO ── */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
  background:
    linear-gradient(rgba(15,15,15,0.55), rgba(15,15,15,0.9)),
    url("images/hero.jpg") center/cover no-repeat;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,0,0,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,0,0,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  animation: grid-scroll 20s linear infinite;
}
@keyframes grid-scroll { 0%{background-position:0 0}100%{background-position:80px 80px} }
.hero-slash {
  position: absolute; top: -10%; right: -5%;
  width: 55%; height: 130%; background: var(--red);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 0.065; animation: slab-breathe 6s ease-in-out infinite;
}
@keyframes slab-breathe { 0%,100%{opacity:.065}50%{opacity:.10} }
.speedo-wrap {
  position: absolute; right: 6%; top: 50%;
  transform: translateY(-50%);
  width: 500px; height: 500px; opacity: 0.10;
  animation: speedo-spin 25s linear infinite;
}
@keyframes speedo-spin {
  from{transform:translateY(-50%) rotate(0deg)}
  to{transform:translateY(-50%) rotate(360deg)}
}
.vert-text {
  position: absolute; left: 1.5rem; top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 10px; letter-spacing: 0.4em;
  text-transform: uppercase; color: rgba(184,176,162,0.25);
  white-space: nowrap; z-index: 5;
}
.hero-content {
  position: relative; z-index: 10;
  padding: 0 60px; padding-top: 100px; max-width: 900px;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 12px; margin-bottom: 1.5rem;
  opacity: 0; animation: slide-in 0.5s ease 0.05s forwards;
}
.eyebrow-line { width: 40px; height: 2px; background: var(--red); }
.eyebrow-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 11px; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--red);
}
.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-style: italic;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.88; text-transform: uppercase;
  letter-spacing: 4px; color: var(--off-white);
  opacity: 0; animation: big-reveal 0.6s ease 0.1s forwards;
}
.hero h1 .red-word { color: var(--red); text-shadow: 0 0 80px rgba(255,0,0,0.35); }
.hero-sub {
  margin-top: 2rem; display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  opacity: 0; animation: slide-in 0.5s ease 0.15s forwards;
}
.hero-sub-item {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 1.2rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: #ccc; padding: 0 0 0 18px; position: relative;
}
.hero-sub-item::before { content:'•'; position:absolute; left:0; color:var(--red); }
.hero-buttons {
  display: flex; gap: 20px; margin-top: 40px;
  opacity: 0; animation: slide-in 0.5s ease 0.2s forwards;
}
.btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 13px; letter-spacing: 0.2em;
  text-transform: uppercase; text-decoration: none;
  padding: 13px 30px; display: inline-flex; align-items: center;
  gap: 10px; transition: 0.3s;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}
.btn.primary { background: var(--red); color: white; }
.btn.primary:hover { background: white; color: var(--red); }
.btn.outline { background: transparent; border: 2px solid white; color: white; }
.btn.outline:hover { background: white; color: black; }
.btn-arrow { transition: transform 0.2s; }
.btn:hover .btn-arrow { transform: translateX(5px); }
.scroll-hint {
  position: absolute; bottom: 2.5rem; left: 60px;
  display: flex; align-items: center; gap: 12px;
  opacity: 0; animation: slide-in 1s ease 0.5s forwards;
}
.scroll-line {
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, transparent, var(--red));
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse { 0%,100%{opacity:.4}50%{opacity:1} }
.scroll-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 10px; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--warm-gray); writing-mode: vertical-lr;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: 160px 60px 80px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,0,0,0.05) 0%, transparent 50%);
}
.page-hero-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 11px; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--red);
  display: flex; align-items: center; gap: 10px; margin-bottom: 1.5rem;
}
.page-hero-label::before { content:''; width:30px; height:1px; background:var(--red); }
.page-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-style: italic;
  font-size: clamp(3.5rem, 9vw, 7rem);
  line-height: 0.88; text-transform: uppercase;
  letter-spacing: 3px; color: var(--off-white);
  position: relative; z-index: 1;
}
.page-hero h1 span { color: var(--red); }
.page-hero-sub {
  margin-top: 1.5rem; font-size: 1rem; color: var(--warm-gray);
  max-width: 480px; line-height: 1.75; position: relative; z-index: 1;
}
.page-bg-text {
  position: absolute; right: -1rem; bottom: -2rem;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-style: italic;
  font-size: 16rem; line-height: 1; color: rgba(255,255,255,0.02);
  text-transform: uppercase; pointer-events: none; user-select: none;
}

/* ── SECTION UTILITIES ── */
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 11px; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--red); margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 10px;
}
.section-label::before { content:''; width:30px; height:1px; background:var(--red); }

/* ── INTRO ── */
.intro {
  padding: 60px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.intro-left h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-style: italic;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.9; text-transform: uppercase;
  letter-spacing: 2px; color: var(--off-white);
}
.intro-left h2 em { color: var(--red); font-style: italic; }
.intro-right p { font-size: 1.05rem; line-height: 1.85; color: var(--warm-gray); margin-bottom: 1.4rem; }
.intro-right p strong { color: var(--off-white); font-weight: 500; }
.location-badge {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 1rem; padding: 10px 20px;
  border: 1px solid rgba(255,0,0,0.25);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 11px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--red);
}

/* ── SERVICES BANNER ── */
.services-preview { border-bottom: 1px solid rgba(255,255,255,0.06); }
.services-banner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 40px 60px; text-decoration: none;
  border-bottom: 1px solid rgba(255,0,0,0.1);
  transition: background 0.3s;
  position: relative; overflow: hidden;
}
.services-banner::before {
  content: ''; position: absolute; left: 0; top: 0;
  width: 0; height: 100%; background: rgba(255,0,0,0.04);
  transition: width 0.4s ease;
}
.services-banner:hover::before { width: 100%; }
.services-banner-left .section-label { margin-bottom: 1rem; }
.services-banner-left h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-style: italic;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--off-white); line-height: 1;
}
.services-banner-left h2 span { color: var(--red); }
.services-banner-cta {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 13px; letter-spacing: 0.25em;
  text-transform: uppercase; color: white; flex-shrink: 0;
  padding: 14px 36px; background: var(--red);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
  transition: background 0.3s, color 0.3s;
}
.services-banner:hover .services-banner-cta { background: white; color: var(--red); }

/* ── SERVICE CARDS (services page) ── */
.services-list { border-bottom: 1px solid rgba(255,255,255,0.06); }
.service-block {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  min-height: 340px;
}
.service-block:last-child { border-bottom: none; }
.service-block-info {
  padding: 70px 60px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}
.service-block-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-style: italic; font-size: 6rem;
  color: rgba(255,255,255,0.03); line-height: 1;
  position: absolute; top: 40px; right: 40px;
}
.service-block-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-style: italic;
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--off-white); line-height: 1; margin-bottom: 1.5rem;
}
.service-block-title span { color: var(--red); }
.service-block-desc {
  font-size: 1rem; line-height: 1.8; color: var(--warm-gray);
  max-width: 420px; margin-bottom: 2rem;
}
.service-block-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.service-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 10px; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--warm-gray);
  padding: 5px 12px; border: 1px solid rgba(255,255,255,0.1);
}
.service-block-visual {
  display: flex; align-items: center; justify-content: center;
  background: #080808; overflow: hidden; position: relative;
}
.service-block-visual svg {
  width: 70%; max-width: 300px; opacity: 0.55;
  transition: opacity 0.4s;
}
.service-block:hover .service-block-visual svg { opacity: 0.85; }
.service-block-visual-map { padding: 30px; width: 100%; }

/* ── BLOG ── */
.blog-section { border-bottom: 1px solid rgba(255,255,255,0.06); }
.blog-header {
  padding: 50px 60px 36px;
  display: flex; align-items: flex-end; justify-content: space-between;
}
.blog-header h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-style: italic;
  font-size: clamp(2.5rem, 5vw, 4rem);
  text-transform: uppercase; letter-spacing: 2px; color: var(--off-white); line-height: 0.9;
}
.blog-header h2 span { color: var(--red); }
.blog-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 12px; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--warm-gray);
  text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.3s;
}
.blog-link:hover { color: var(--red); }
.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.06); padding: 0 0 50px;
}
.blog-card {
  padding: 28px; border-right: 1px solid rgba(255,255,255,0.06);
  text-decoration: none; display: block; position: relative; transition: background 0.3s;
}
.blog-card:last-child { border-right: none; }
.blog-card:hover { background: rgba(255,255,255,0.02); }
.blog-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 10px; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--red); margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.blog-tag::before { content:''; width:20px; height:1px; background:var(--red); }
.blog-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-style: italic; font-size: 1.5rem;
  text-transform: uppercase; letter-spacing: 1px; color: var(--off-white);
  line-height: 1.05; margin-bottom: 1rem; transition: color 0.3s;
}
.blog-card:hover .blog-title { color: white; }
.blog-excerpt { font-size: 0.88rem; line-height: 1.7; color: var(--warm-gray); }
.blog-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 1.5rem; padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.blog-date {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(184,176,162,0.5);
}
.blog-read {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--red); opacity: 0; transition: opacity 0.3s;
}
.blog-card:hover .blog-read { opacity: 1; }

/* ── CTA ── */
.cta-band {
  padding: 60px;
  display: flex; align-items: center; justify-content: space-between; gap: 60px;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content:''; position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(255,0,0,0.06) 0%, transparent 60%);
}
.cta-band::after {
  content:'JL'; position:absolute; right:-2rem; bottom:-3rem;
  font-family:'Barlow Condensed',sans-serif; font-weight:900; font-style:italic;
  font-size:18rem; line-height:1; color:rgba(255,255,255,0.02);
  text-transform:uppercase; pointer-events:none;
}
.cta-left { position: relative; z-index: 1; }
.cta-left h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-style: italic;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  text-transform: uppercase; letter-spacing: 2px; color: var(--off-white); line-height: 0.9;
}
.cta-left h2 span { color: var(--red); }
.cta-left p { margin-top: 1rem; font-size: 1rem; color: var(--warm-gray); max-width: 420px; line-height: 1.75; }
.cta-right { position: relative; z-index: 1; flex-shrink: 0; }

/* ── FOOTER ── */
footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 40px 60px;
  display: flex; align-items: center; justify-content: space-between;
}
.footer-links { display: flex; gap: 30px; }
.footer-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--warm-gray); text-decoration: none; transition: color 0.3s;
}
.footer-links a:hover { color: var(--red); }
.footer-copy {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; letter-spacing: 0.15em;
  color: rgba(184,176,162,0.4); text-transform: uppercase;
}

/* ── ANIMATIONS ── */
@keyframes slide-in { from{opacity:0;transform:translateX(-30px)} to{opacity:1;transform:translateX(0)} }
@keyframes big-reveal { from{opacity:0;transform:translateY(40px) skewX(-3deg)} to{opacity:1;transform:translateY(0) skewX(0)} }
.reveal { opacity:0; transform:translateY(40px); transition:opacity 0.8s ease,transform 0.8s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.reveal-left { opacity:0; transform:translateX(-40px); transition:opacity 0.8s ease,transform 0.8s ease; }
.reveal-left.visible { opacity:1; transform:translateX(0); }

/* ── LANG TOGGLE PILL ── */
.lang-toggle {
  display: flex; align-items: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 100%, 7px 100%);
  padding: 0;
  cursor: pointer; user-select: none;
  transition: border-color 0.2s;
  position: relative; overflow: hidden; height: 30px;
}
.lang-toggle:hover { border-color: rgba(255,0,0,0.3); }
.lang-toggle-fr,
.lang-toggle-en {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; padding: 0 12px; height: 100%;
  display: flex; align-items: center;
  transition: color 0.25s; line-height: 1; position: relative; z-index: 1;
  color: var(--warm-gray);
}
.lang-toggle-fr.active,
.lang-toggle-en.active { color: white; }
.lang-toggle-knob {
  position: absolute; top: 0; bottom: 0;
  width: 50%;
  background: var(--red);
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 100%, 5px 100%);
  transition: left 0.25s cubic-bezier(0.4,0,0.2,1);
  left: 0;
}
.lang-toggle[data-lang="en"] .lang-toggle-knob { left: 50%; }

/* ── HAMBURGER BUTTON ── */
.nav-toggle {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 10px; z-index: 200; flex-shrink: 0;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--off-white);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE ── */
@media (max-width: 768px) {

  /* Header */
  header {
    padding: 8px 16px 8px 8px;
    flex-wrap: nowrap;
  }
  header.scrolled { padding: 6px 16px 6px 8px; }
  .logo-overflow { height: 72px; margin-top: -8px; margin-bottom: -8px; }
  header.scrolled .logo-overflow { height: 60px; margin-top: -6px; margin-bottom: -6px; }

  /* Show hamburger, push it right */
  .nav-toggle { display: flex; margin-left: auto; }

  /* Nav — dropdown below the header bar */
  nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #0d0d0d;
    border-top: 1px solid rgba(255,0,0,0.15);
    display: flex; flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }
  header.nav-open nav {
    opacity: 1; transform: translateY(0);
    pointer-events: all; visibility: visible;
  }

  nav ul {
    flex-direction: column; gap: 0;
    align-items: center; text-align: center;
    padding: 20px 0 28px;
    width: 100%;
  }
  nav ul li { width: 100%; }

  nav a {
    font-size: 1.4rem !important;
    letter-spacing: 0.12em;
    padding: 14px 32px;
    display: block;
    color: var(--warm-gray);
  }
  nav a:hover { color: white; }
  nav a::after { display: none; }

  .nav-cta {
    margin-top: 8px;
    display: inline-block;
    font-size: 0.95rem !important;
    padding: 12px 32px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
    color: white !important;
  }

  /* Hero — hide side image, use full-screen background instead */
  .hero-photo { display: none !important; }
  .hero {
    background:
      linear-gradient(to bottom, rgba(15,15,15,0.45) 0%, rgba(15,15,15,0.88) 75%),
      url('images/frontsubie.jpg') center/cover no-repeat;
  }
  .hero-content { padding: 0 24px; padding-top: 80px; max-width: 100%; }
  .hero-sub { gap: 6px; }
  .hero-sub-item { font-size: 1rem; padding: 0 0 0 16px; }
  .speedo-wrap { width: 200px; height: 200px; opacity: 0.06; right: 2%; }
  .vert-text { display: none; }
  .scroll-hint { left: 24px; }
  .hero-buttons { margin-top: 28px; }

  /* Intro section */
  .intro {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 28px;
  }

  /* Page hero (inner pages) */
  .page-hero { padding: 110px 24px 48px; }
  .page-bg-text { font-size: 7rem; right: -0.5rem; bottom: -1.5rem; }

  /* Services page grid */
  .services-grid {
    grid-template-columns: 1fr !important;
  }
  .service-card {
    padding: 40px 24px !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  }
  .service-card:last-child { border-bottom: none !important; }
  .service-card:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.06) !important; }

  /* Blog header */
  .blog-header { padding: 30px 24px 20px; flex-direction: column; align-items: flex-start; gap: 12px; }

  /* Blog 3-col grid (global) */
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .blog-card:last-child { border-bottom: none; }

  /* Home blog grid */
  .home-blog-grid {
    grid-template-columns: 1fr !important;
  }
  .home-post-col {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .home-post-col:last-child { border-bottom: none; }

  /* Articles list (blog page) */
  .articles-list {
    grid-template-columns: 1fr !important;
  }
  .article-row {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .article-row:last-child { border-bottom: none; }

  /* Shop hero */
  .shop-hero { padding: 110px 24px 40px !important; }
  .shop-note { padding: 24px !important; }

  /* Shop grid */
  .shop-grid {
    grid-template-columns: 1fr !important;
  }
  .shop-card {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  }
  .shop-card:last-child { border-bottom: none !important; }

  /* Services banner */
  .services-banner { padding: 30px 24px; flex-direction: column; gap: 20px; align-items: flex-start; }
  .services-banner-cta { align-self: flex-start; }

  /* CTA band */
  .cta-band { flex-direction: column; padding: 40px 24px; gap: 28px; }
  .cta-right { align-self: flex-start; }

  /* Contact */
  .contact-inner { padding: 40px 24px; }
  .contact-buttons { flex-direction: column; align-items: stretch; }
  .contact-email-link,
  .contact-fb-link {
    display: flex;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 1rem !important;
    padding: 16px 24px;
  }

  /* Footer */
  footer { padding: 20px 16px; flex-wrap: wrap; }
  .footer-copy { width: 100%; text-align: center; order: 10; margin-top: 8px; }
  .footer-links { justify-content: center; }
}

