/* ============================================================
   Homepage V27 Static — External CSS
   All non-critical styles extracted from the pre-rendered HTML.
   ============================================================ */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Lato', sans-serif; overflow-x: hidden; background: #F5F3ED; }
a { text-decoration: none; color: inherit; }
img, video { display: block; }

/* ── CSS Custom Properties ── */
:root {
  --l-bg: #FFFEFC;
  --l-bg2: #F5F3ED;
  --l-tx: #111118;
  --l-ts: rgba(0,0,0,0.55);
  --l-tf: rgba(0,0,0,0.55);
  --l-bd: rgba(0,0,0,0.08);
}

/* ── Keyframes ── */
@keyframes scrollLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes b2b-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes ag-alt-grid {
  0% { background-position: 0 0; }
  100% { background-position: 0 -40px; }
}

/* ── Fade-in animation helper ── */
.hp-fade {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(8px);
  transition: opacity .7s cubic-bezier(.21,.47,.32,.98),
              transform .7s cubic-bezier(.21,.47,.32,.98),
              filter .7s cubic-bezier(.21,.47,.32,.98);
}
.hp-fade.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* ── Button hover states ── */
.v26h-banner-btn:hover {
  background: rgba(255,255,255,0.18) !important;
  border-color: rgba(255,255,255,0.3) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.hla1-btn-primary { transition: all 0.2s ease; }
.hla1-btn-primary:hover {
  background: #1a1a1a !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

/* ── Glass card ── */
.v26h-glass-card {
  background: #FFFEFC;
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02), 0 8px 24px rgba(0,0,0,0.04), 0 24px 64px rgba(0,0,0,0.06);
  transition: all 0.5s cubic-bezier(0.21,0.47,0.32,0.98);
}
.v26h-glass-card:hover {
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 4px 8px rgba(0,0,0,0.03), 0 16px 40px rgba(0,0,0,0.06), 0 32px 80px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

/* ── Grid helpers ── */
.v26h-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.v26h-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.v26h-editorial-spread { display: grid; grid-template-columns: 1fr 1fr; border-radius: 28px; overflow: hidden; background: #09090f; position: relative; }
.v26h-editorial-half { position: relative; padding: 56px 52px 52px; min-height: 560px; }
.v26h-editorial-seam { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: rgba(255,255,255,0.06); pointer-events: none; z-index: 2; }
.v26h-editorial-bottom { grid-column: 1 / -1; padding: 28px 56px; background: linear-gradient(90deg, rgba(78,219,160,0.04), rgba(255,255,255,0.02) 50%, rgba(201,160,255,0.04)); border-top: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; gap: 16px; }

/* ── Mode cards ── */
.hp-mode-card { display: block; padding: 24px; border-radius: 16px; background: #FFFEFC; border: 1.5px solid rgba(0,0,0,0.06); box-shadow: 0 2px 4px rgba(0,0,0,0.02), 0 8px 24px rgba(0,0,0,0.04); transition: all 0.4s cubic-bezier(0.16,1,0.3,1); cursor: pointer; }
.hp-mode-card:hover { transform: translateY(-4px); box-shadow: 0 4px 8px rgba(0,0,0,0.03), 0 16px 40px rgba(0,0,0,0.06); border-color: rgba(0,0,0,0.1); }
.hp-mode-card:hover .mode-card-arrow { transform: translateX(4px); }
.mode-card-arrow { transition: transform 0.3s cubic-bezier(0.16,1,0.3,1); }

/* ── Logo track ── */
.hp-logo-track { display: flex; animation: scrollLogos 30s linear infinite; width: max-content; }
.hp-logo-track:hover, .hp-logo-track.hp-paused { animation-play-state: paused; }
.btn-arrow { display: inline-block; transition: transform 0.3s cubic-bezier(0.16,1,0.3,1); }

/* ── For Teams carousel (seg-*) ── */
.seg-stage { position: relative; }
.seg-viewport { overflow: hidden; border-radius: 24px; }
.seg-track { display: flex; transition: transform 0.7s cubic-bezier(0.16,1,0.3,1); will-change: transform; }
.seg-slide { flex: 0 0 100%; min-width: 0; }
.seg-card { display: grid; grid-template-columns: 1fr 2fr; min-height: 460px; background: #FFFEFC; border: 1px solid rgba(0,0,0,0.04); border-radius: 24px; overflow: hidden; box-shadow: 0 2px 4px rgba(0,0,0,0.02), 0 8px 24px rgba(0,0,0,0.04), 0 24px 64px rgba(0,0,0,0.06); }
.seg-media { position: relative; overflow: hidden; }
.seg-media-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.16,1,0.3,1); }
.seg-slide.is-active .seg-media-img { transform: scale(1.04); }
.seg-media-tint { position: absolute; inset: 0; pointer-events: none; }
.seg-content { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 56px 48px; gap: 20px; background: #0E0E10; color: #fff; }
.seg-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px 8px 10px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; }
.seg-title { font-size: 38px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; color: #fff; margin: 0; }
.seg-desc { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.7); margin: 0; }
.seg-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 999px; background: #fff; color: #0E0E10; font-size: 14px; font-weight: 600; text-decoration: none; align-self: flex-start; transition: all 0.3s cubic-bezier(0.16,1,0.3,1); box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
.seg-cta:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,0.32); }
.seg-cta:hover .seg-cta-arrow { transform: translateX(4px); }
.seg-cta-arrow { transition: transform 0.3s cubic-bezier(0.16,1,0.3,1); }
.seg-tabs { display: flex; align-items: stretch; justify-content: center; gap: 0; margin-bottom: 28px; border-bottom: 1px solid rgba(0,0,0,0.06); flex-wrap: wrap; }
.seg-tab { position: relative; appearance: none; background: transparent; border: none; padding: 14px 20px 16px; font-size: 14px; font-weight: 600; letter-spacing: -0.005em; color: rgba(26,26,26,0.45); cursor: pointer; transition: color 0.3s ease; white-space: nowrap; font-family: inherit; }
.seg-tab:hover { color: rgba(26,26,26,0.75); }
.seg-tab.active { color: #1a1a1a; }
.seg-tab-underline { position: absolute; left: 12px; right: 12px; bottom: -1px; height: 2px; background: var(--seg-tab-color, #1a1a1a); border-radius: 2px; opacity: 0; transform: scaleX(0.4); transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1), transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.seg-tab.active .seg-tab-underline { opacity: 1; transform: scaleX(1); }
.seg-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; gap: 16px; flex-wrap: wrap; }
.seg-counter { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; color: rgba(26,26,26,0.55); font-variant-numeric: tabular-nums; }
.seg-counter strong { color: #1a1a1a; font-weight: 700; }
.seg-arrow-btn { width: 52px; height: 52px; border-radius: 999px; background: #fff; border: 1px solid rgba(0,0,0,0.06); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.06), 0 8px 24px rgba(0,0,0,0.04); transition: all 0.3s cubic-bezier(0.16,1,0.3,1); color: #1a1a1a; }
.seg-arrow-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08), 0 12px 32px rgba(0,0,0,0.06); }

/* ── B2B Video Carousel ── */
.b2b-tabs { display: flex; align-items: stretch; justify-content: flex-start; gap: 0; margin-bottom: 24px; border-bottom: 1px solid rgba(0,0,0,0.06); flex-wrap: wrap; }
.b2b-tab { position: relative; appearance: none; background: transparent; border: none; padding: 14px 20px 16px; font-size: 14px; font-weight: 600; letter-spacing: -0.005em; color: rgba(26,26,26,0.45); cursor: pointer; transition: color 0.3s ease; white-space: nowrap; font-family: inherit; }
.b2b-tab:hover { color: rgba(26,26,26,0.75); }
.b2b-tab.active { color: #1a1a1a; }
.b2b-tab-underline { position: absolute; left: 12px; right: 12px; bottom: -1px; height: 2px; background: var(--b2b-tab-color, #1a1a1a); border-radius: 2px; opacity: 0; transform: scaleX(0.4); transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1), transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.b2b-tab.active .b2b-tab-underline { opacity: 1; transform: scaleX(1); }
.b2b-banner { position: relative; border-radius: 24px; overflow: hidden; min-height: 480px; isolation: isolate; }
.b2b-banner-layer { position: absolute; inset: 0; opacity: 0; transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1); }
.b2b-banner-layer.is-active { opacity: 1; }
.b2b-banner-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 8s ease-out; }
.b2b-banner-layer.is-active .b2b-banner-img { transform: scale(1.08); }
.b2b-banner-shade { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.85) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 65%); }
.b2b-banner-content { position: relative; z-index: 1; padding: 64px 64px; min-height: 480px; display: flex; flex-direction: column; justify-content: center; max-width: 640px; }
.b2b-banner-headline { font-size: 44px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; color: #fff; margin: 0 0 18px; max-width: 540px; }
.b2b-banner-desc { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,0.72); margin: 0 0 14px; max-width: 480px; }
.b2b-banner-formats-line { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.5); margin: 0 0 36px; max-width: 540px; letter-spacing: 0.005em; }
.b2b-banner-footer { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.b2b-banner-stat { display: flex; flex-direction: column; gap: 4px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,0.12); }
.b2b-banner-stat-value { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; color: #fff; }
.b2b-banner-stat-label { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
.b2b-banner-cta { display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; border-radius: 999px; background: #fff; color: #0E0E10; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.3s cubic-bezier(0.16,1,0.3,1); }
.b2b-banner-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.32); }
.b2b-banner-cta:hover .b2b-banner-cta-arrow { transform: translateX(4px); }
.b2b-banner-cta-arrow { transition: transform 0.3s cubic-bezier(0.16,1,0.3,1); }
.b2b-banner-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255,255,255,0.08); z-index: 2; }
.b2b-banner-progress-bar { height: 100%; background: var(--b2b-progress-color, #fff); transform-origin: left center; }
.b2b-banner-progress-bar.run { animation: b2b-progress var(--b2b-progress-ms, 5500ms) linear forwards; }
.b2b-banner-progress-bar.paused { animation-play-state: paused; }
.b2b-nav-btn { width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.16); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background 0.3s ease; font-size: 16px; }
.b2b-nav-btn:hover { background: rgba(255,255,255,0.18); }

/* ── Agency section ── */
.ag-alt-v2 .ag-cta { transition: transform 0.25s ease, box-shadow 0.25s ease; }
.ag-alt-v2 .ag-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(255,98,0,0.4); }

/* Agency process carousel */
.ag-process-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1); transform: scale(1.04); }
.ag-process-img.active { opacity: 1; transform: scale(1); }
.ag-dot { width: 8px; height: 8px; border-radius: 99px; background: rgba(255,255,255,0.18); border: 0; padding: 0; cursor: pointer; transition: width 0.4s cubic-bezier(0.16,1,0.3,1), background 0.3s ease; }
.ag-dot.active { width: 28px; background: #FF6200; }
.ag-progress-bar { width: 100%; height: 100%; background: #FF6200; transform-origin: left; transform: scaleX(0); }
.ag-progress-bar.run { animation: ag-progress 4.2s linear forwards; }
@keyframes ag-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* ── CTA section ── */
.v26h-cta-image { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 16/9; }
.v26h-cta-cards-wrap { position: relative; margin-top: -64px; z-index: 2; padding: 0 32px; }
.v26h-cta-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

/* ── AI Tools ── */
.v26h-ai-desktop { display: flex; gap: 48px; align-items: stretch; }
.v26h-ai-mobile { display: none; }
.ai-tool-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px 16px; border-radius: 10px; border: 1px solid transparent; cursor: default; transition: background 0.2s, border-color 0.2s; }
.ai-tool-item.active { background: rgba(201,160,255,0.08); border-color: rgba(201,160,255,0.15); }
.ai-viz { display: none; }
.ai-viz.active { display: flex; }
@keyframes ai-spin { to { transform: rotate(360deg); } }
.ai-spinner { animation: ai-spin 1s linear infinite; }

/* ── Gradient text ── */
.v26h-gradient-text {
  background: linear-gradient(135deg, #fff 0%, #e0d0ff 25%, #c8dcff 50%, #e0d0ff 75%, #fff 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 6s ease infinite;
}

/* ── Section spacing (matches React app computed values) ── */
.v26h-section    { padding: 120px 0; }
.v26h-section-lg { padding: 140px 0; }
.v26h-section-sm { padding: 60px 0; }

/* ── City cards ── */
.city-card { border-radius: 20px; overflow: hidden; position: relative; min-height: 280px; cursor: pointer; display: block; text-decoration: none; color: inherit; outline: none; transition: transform 0.4s ease, box-shadow 0.4s ease; }
.city-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.15); }
.city-card:hover .city-card-img { transform: scale(1.05); }
.city-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }

/* ── HubSpot overlay ── */
#ent-hs-overlay { display: none; position: fixed; inset: 0; z-index: 10001; background: rgba(0,0,0,0.65); backdrop-filter: blur(6px); align-items: center; justify-content: center; }
#ent-hs-overlay.open { display: flex; }
#ent-hs-modal { position: relative; background: #111118; border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 40px; width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto; box-shadow: 0 24px 80px rgba(0,0,0,0.6); margin: 0 16px; }
#ent-hs-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); cursor: pointer; font-size: 18px; line-height: 1; transition: all 0.2s; }
#ent-hs-close:hover { background: rgba(255,255,255,0.14); color: #fff; }
#ent-hs-modal h2 { font-size: 22px; font-weight: 600; color: #fff; margin-bottom: 8px; }
#ent-hs-modal p { font-size: 14px; color: rgba(255,255,255,0.45); margin-bottom: 24px; }
#ent-hs-form .hs-form-field { margin-bottom: 16px; }
#ent-hs-form label { display: block; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
#ent-hs-form input[type="text"], #ent-hs-form input[type="email"], #ent-hs-form input[type="tel"], #ent-hs-form input[type="number"], #ent-hs-form textarea { width: 100% !important; box-sizing: border-box; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 12px 14px; color: #fff; font-size: 14px; outline: none; transition: border-color 0.2s; }
#ent-hs-form input:focus, #ent-hs-form textarea:focus { border-color: rgba(107,159,255,0.4); }
#ent-hs-form select { width: 100% !important; box-sizing: border-box; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 12px 14px; color: #fff; font-size: 14px; outline: none; appearance: none; }
#ent-hs-form textarea { min-height: 80px; resize: vertical; }
#ent-hs-form .hs-submit { margin-top: 20px; }
#ent-hs-form input[type="submit"], #ent-hs-form .hs-button { width: 100%; padding: 14px 24px; border: none; border-radius: 999px; background: linear-gradient(135deg,#6B9FFF,#5B8DEE); color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s; }
#ent-hs-form input[type="submit"]:hover, #ent-hs-form .hs-button:hover { opacity: 0.9; transform: translateY(-1px); }
#ent-hs-form .hs-error-msgs { list-style: none; padding: 0; margin: 4px 0 0; }
#ent-hs-form .hs-error-msgs li label { color: #f87171 !important; font-size: 12px !important; }
#ent-hs-form .submitted-message { color: #fff; font-size: 16px; text-align: center; padding: 32px 0; }

/* ── Responsive breakpoints ── */
@media (max-width: 1024px) {
  .v26h-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .seg-card { grid-template-columns: 1fr; min-height: auto; }
  .seg-media { aspect-ratio: 16/10; }
  .seg-content { padding: 36px 28px; gap: 16px; }
  .seg-title { font-size: 28px; }
  .seg-tabs { overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 0 4px; }
  .seg-tabs::-webkit-scrollbar { display: none; }
  .seg-tab { padding: 12px 14px 14px; font-size: 13px; }
  .ag-alt-v2 .ag-top { grid-template-columns: 1fr !important; gap: 40px !important; }
  .ag-alt-v2 h2 { font-size: 40px !important; }
}
@media (max-width: 768px) {
  .v26h-hero-modes { grid-template-columns: 1fr !important; }
  .v26h-grid-3 { grid-template-columns: 1fr; }
  .v26h-editorial-spread { grid-template-columns: 1fr !important; }
  .v26h-editorial-half { padding: 36px 24px 32px !important; }
  .v26h-editorial-bottom { padding: 24px 20px !important; }
  .v26h-editorial-bottom > div { display: none !important; }
  .v26h-editorial-bottom span { white-space: normal !important; text-align: center; }
  .v26h-ai-desktop { display: none !important; }
  .v26h-ai-mobile { display: block !important; }
  .v26h-hero-split { grid-template-columns: 1fr !important; gap: 40px !important; }
  /* Hero section: reduce top gap by ~50% and tighten side padding on mobile */
  .v26h-hero-section { padding: 10px 20px 0 !important; }
  /* Video mosaic: 2-col layout showing 3 videos (large left + 2 stacked right) — matches 90seconds.com mobile */
  .v26h-hero-mosaic { grid-template-columns: 1fr 1fr !important; grid-template-rows: 1fr 1fr !important; height: 300px !important; }
  .v26h-hero-mosaic > div:first-child { grid-row: 1 / 3 !important; grid-column: 1 / 2 !important; }
  .v26h-hero-mosaic > div:nth-child(n+4) { display: none !important; }
  .v26h-cta-image { aspect-ratio: 3/4 !important; border-radius: 16px !important; }
  .v26h-cta-cards-wrap { padding: 0 12px !important; margin-top: -40px !important; }
  .v26h-cta-cards { grid-template-columns: 1fr !important; gap: 12px !important; }
  .b2b-tabs { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 0 4px; }
  .b2b-tabs::-webkit-scrollbar { display: none; }
  .b2b-tab { padding: 12px 14px 14px; font-size: 13px; }
  /* Fade indicator so users can see tabs scroll */
  .b2b-tabs-wrap { position: relative; }
  .b2b-tabs-wrap::after { content: ''; position: absolute; top: 0; right: 0; width: 52px; height: 100%; background: linear-gradient(to right, transparent, #FFFEFC); pointer-events: none; z-index: 2; }
  /* Push banner text below the arrow buttons (arrows are 44px tall at top:24px = ~68px clearance needed) */
  .b2b-banner-content { padding: 84px 28px 40px !important; min-height: 420px; max-width: 100%; }
  .b2b-banner-headline { font-size: 30px; }
  .b2b-banner-stat { padding-right: 20px; }
  .b2b-banner-footer { gap: 16px; }
  /* Hide the vertical seam divider in single-column mobile layout */
  .v26h-editorial-seam { display: none !important; }
  /* Remove excess min-height on editorial halves in single-column mobile layout */
  .v26h-editorial-half { min-height: 0 !important; }
  .v26h-section { padding: 80px 20px !important; }
  .v26h-section-lg { padding: 80px 20px !important; }
  .v26h-section-sm { padding: 60px 20px !important; }
}
@media (max-width: 560px) {
  .ag-alt-v2 { padding: 72px 20px !important; }
  .ag-alt-v2 h2 { font-size: 32px !important; }
}
@media (max-width: 480px) {
  .v26h-grid-4 { grid-template-columns: 1fr; }
  .v26h-grid-3 { grid-template-columns: 1fr; }
}
