/* ========================================
   DIRECTION A: BOLD CANVAS — MAINTENANCE & SUPPORT
   Ported from concept-a-maintenance-support.html
   Bracket-frame hero with shield network art, 6 feature cards
   with staggered slide-in, support-split + 3-column highlights,
   3-tier pricing (Essential / Professional / Premium), final CTA.
   ======================================== */

:root {
  --navy: #1B2A4A;
  --navy-light: #2D4066;
  --cream: #FAF8F5;
  --cream-warm: #F5F0E8;
  --white: #FFFFFF;
  --coral: #E85D4A;
  --coral-light: #FF7A6A;
  --amber: #E8A84C;
  --teal: #1A9B8C;
  --teal-light: #3DB8A9;
  --blue-accent: #4A7FE5;
  --text-primary: #1B2A4A;
  --text-secondary: #5A6B7F;
  --text-light: #6B7785;
  --border-subtle: rgba(27, 42, 74, 0.08);
  --pop-purple: #8232AA;

  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-brand: 'Space Grotesk', 'Inter', sans-serif;
  --section-pad: var(--space-section-m); /* 40 → 72 — Token Pack rem-based (was 40 → 64 px-based) */
  --hero-to-first-pad: var(--space-section-s); /* 32 → 56 — Token Pack rem-based */
  --section-pad-tight: clamp(1.5rem, calc(1.07rem + 2.14vw), 2.5rem); /* 24 → 40 — rem-based, was px-based */
  --container-max: 1320px;
  --container-pad: var(--space-container-pad); /* 24 → 60 — Token Pack rem-based */
}

/* Kadence Neutralization (:where wrapped) */
:where(body.pop-maintenance-template) h1,
:where(body.pop-maintenance-template) h2,
:where(body.pop-maintenance-template) h3,
:where(body.pop-maintenance-template) h4,
:where(body.pop-maintenance-template) h5,
:where(body.pop-maintenance-template) h6 {
  color: inherit; font-family: inherit; font-weight: inherit;
}
:where(body.pop-maintenance-template) p { margin: 0; }
:where(body.pop-maintenance-template) ul,
:where(body.pop-maintenance-template) ol { margin: 0; padding: 0; list-style: none; }
:where(body.pop-maintenance-template) a { color: inherit; text-decoration: none; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body.pop-maintenance-template {
  font-family: var(--font-display);
  color: var(--text-primary);
  background: var(--cream);
  overflow-x: hidden;
  line-height: 1.6;
}
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-pad); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal-right.visible { opacity: 1; transform: translateX(0); }

/* Scroll progress */
.scroll-progress-bar { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--coral), var(--pop-purple)); z-index: 2000; width: 0%; transition: width 0.1s ease-out; }

/* NAV */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 20px 0; transition: all 0.4s; background: #FFFFFF; }
.site-nav.scrolled { background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); padding: 14px 0; box-shadow: 0 1px 0 var(--border-subtle); }
.nav-inner { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-pad); display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; height: 52px; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links > li > a { font-family: var(--font-brand); font-size: var(--type-caption); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-secondary); transition: color 0.3s; }
.nav-links > li > a:hover { color: var(--navy); }
.nav-links .active { color: var(--navy); font-weight: 700; }
.mega-menu a { text-transform: none; letter-spacing: normal; font-family: var(--font-display); font-weight: 400; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: #D33E26; color: var(--white) !important; border-radius: 100px; font-family: var(--font-brand); font-size: var(--type-caption); font-weight: 500; transition: all 0.3s; }
.nav-cta:hover { background: var(--coral-light); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(232,93,74,0.3); }
.nav-home { display: inline-flex; align-items: center; padding: 6px; border-radius: 6px; transition: all 0.2s; opacity: 0.5; }
.nav-home:hover { opacity: 1; background: rgba(27, 42, 74, 0.06); }
.nav-dropdown { position: relative; }
.nav-dropdown:hover .mega-menu,
.nav-dropdown:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.mega-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 640px; background: #FFF; border-radius: 16px; box-shadow: 0 12px 48px rgba(27,42,74,0.14), 0 0 0 1px rgba(27,42,74,0.04); padding: 28px 32px 20px; opacity: 0; visibility: hidden; transition: opacity 0.25s, transform 0.25s; transform: translateX(-50%) translateY(8px); pointer-events: none; z-index: 1001; }
.mega-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 28px; }
.mega-menu-item { display: block; padding: 12px 14px; border-radius: 10px; transition: background 0.15s; }
.mega-menu-item:hover { background: rgba(27,42,74,0.035); }
.mega-menu-item .mega-title { font-family: var(--font-brand); font-size: var(--type-caption); font-weight: 700; color: #1B2A4A; display: flex; align-items: center; gap: 8px; margin-bottom: 3px; }
.mega-menu-item .mega-desc { font-size: 12.5px; color: #5A6B7F; line-height: 1.5; }
.mega-menu-item.mega-featured .mega-title { color: #D33E26; }
.mega-menu-item.mega-featured .mega-badge { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(232, 93, 74, 0.08); color: #C7402D; padding: 2px 7px; border-radius: 4px; line-height: 1.4; }
.mega-menu-footer { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(27,42,74,0.06); text-align: center; }
.mega-menu-footer a { font-size: var(--type-eyebrow); font-weight: 600; color: #D33E26; transition: color 0.2s; }
.mega-menu-footer a:hover { color: #FF7A6A; }
@media (max-width: 1024px) and (min-width: 769px) { .mega-menu { width: 520px; padding: 24px 24px 16px; } 

  /* Hero left bracket aligns with breadcrumb left edge at 820 (Wendy May 5).
     Container has 16px extra inset vs the 24px base bracket position. */
  .hero-frame { left: 40px !important; bottom: 72px !important; }


  /* Nudge headline + sub + buttons down 20px and left 30px at 820 (Wendy May 5).
     Transform-based shift — keeps breadcrumb and brackets/image untouched. */
  .service-hero-headline,
  .service-hero-sub,
  .hero-buttons {
    transform: translate(-30px, 20px) !important;
  }


  /* Screen panel behind hero sub at 820 — bleeds left/right so text doesn't shift (Wendy May 5).
     Pattern: padding extends the panel, equal negative margin offsets so text x stays put. */
  .service-hero-sub {
    background: rgba(255, 255, 255, 0.72) !important;
    padding: 14px 18px !important;
    margin-left: 62px !important;       /* was 80px → 80 - 18 = 62, panel left edge at 80 - 18 = 62, but margin-left 62 means text starts at 62 + 18 padding = 80 ✓ */
    margin-right: -18px !important;
    border-radius: 8px !important;
  }


  /* Nudge hero image 30px to the right at 820 (Wendy May 5).
     Preserves existing translateY(-360px), adds x offset via translate. */
  .service-hero picture img,
  .service-hero img.hero-bg {
    transform: translate(30px, -360px) !important;
  }


  /* Reduce hero min-height by 35px at 820 — trims whitespace before features section.
     540px → 505px (Wendy May 5). Bracket bottom (72px) and image transform unaffected. */
  section.service-hero {
    min-height: 505px !important;
  }
}
@media (max-width: 768px) { .mega-menu { display: none; } }

/* HERO */
.service-hero { padding: 96px 0 16px; background: var(--white); position: relative; overflow: hidden; min-height: 540px; }
.service-hero::before { content: ''; position: absolute; top: 10%; left: 5%; width: 120px; height: 120px; background: var(--coral); border-radius: 50%; filter: blur(40px); opacity: 0.06; z-index: 0; pointer-events: none; }
.service-hero::after { content: ''; position: absolute; bottom: 15%; right: 8%; width: 100px; height: 100px; background: var(--teal); clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); filter: blur(40px); opacity: 0.06; z-index: 0; pointer-events: none; }

.hero-frame {
  position: absolute; top: 130px; bottom: 50px;
  left: max(24px, calc(50% - 660px + 60px));
  right: max(24px, calc(50% - 660px + 60px));
  z-index: 1; pointer-events: none;
  display: flex; align-items: stretch; justify-content: space-between;
}
.hero-brace { width: 52px; flex-shrink: 0; }
.hero-brace path { fill: none; stroke: #1B2A4A; stroke-width: 3.5; stroke-linecap: square; stroke-linejoin: miter; }

.hero-bg { position: absolute; right: calc(10% - 30px); top: 50%; transform: translateY(-50%); width: 720px; height: auto; opacity: 1; z-index: 0; pointer-events: none; user-select: none; }

.service-hero .container { position: relative; z-index: 2; }
.service-hero h1, .service-hero-sub, .hero-buttons { margin-left: 80px; }
.service-hero-content { position: relative; z-index: 2; }

.hero-breadcrumb { font-size: var(--type-eyebrow); color: var(--text-light); margin-bottom: 24px; display: flex; align-items: center; gap: 8px; }
.hero-breadcrumb a { transition: color 0.2s; }
.hero-breadcrumb a:hover { color: var(--coral); }

.service-hero-headline { font-size: var(--type-hero-l); font-weight: 800; line-height: 0.96; letter-spacing: -0.03em; margin-bottom: 20px; max-width: 65%; }
.service-hero-headline .hero-small { display: block; font-size: clamp(1.75rem, calc(1.46rem + 1.43vw), 2.75rem); font-weight: 700; line-height: 1.1; color: var(--text-primary); }
.service-hero-headline .serif { font-family: var(--font-serif); font-weight: 400; font-style: italic; }
.service-hero-headline .accent { color: var(--coral); }
.service-hero-sub { font-size: clamp(0.9375rem, calc(0.9rem + 0.18vw), 1.0625rem); color: var(--text-secondary); line-height: 1.6; max-width: 600px; margin-bottom: 24px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

/* Buttons */
.btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 18px 36px; background: var(--navy); color: var(--white); border-radius: 100px; font-family: var(--font-brand); font-size: var(--type-body-s); font-weight: 500; transition: all 0.3s; border: none; cursor: pointer; position: relative; overflow: hidden; }
.btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: left 0.4s; }
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(27,42,74,0.2); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 18px 32px; color: var(--navy); border: 2px solid var(--border-subtle); border-radius: 100px; font-family: var(--font-brand); font-size: var(--type-body-s); font-weight: 500; transition: all 0.3s; cursor: pointer; background: transparent; }
.btn-secondary:hover { border-color: var(--navy); }

/* Shared section styles */
.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-brand); font-size: var(--type-eyebrow); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pop-purple); margin-bottom: 16px; }
.section-eyebrow::before { content: ''; width: 24px; height: 2px; background: currentColor; }
.section-title { font-size: var(--type-h2-xl); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.section-title .light { font-weight: 300; color: var(--text-secondary); }

/* WHAT'S INCLUDED */
.features-section { padding: 8px 0 var(--section-pad) 0; background: var(--white); }
.features-intro { font-size: 18px; color: var(--text-secondary); line-height: 1.7; max-width: 640px; margin-bottom: 60px; }
.features-header { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2.5rem, calc(1.79rem + 3.57vw), 5rem); align-items: start; margin-bottom: 60px; }
.features-header .section-title { margin-bottom: 0; }
.features-header .features-intro { margin-bottom: 0; max-width: 520px; margin-top: -4px; }
@media (max-width: 900px) { .features-header { grid-template-columns: 1fr; gap: 20px; } }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 36px; max-width: 1100px; }
.feature-card { padding: 40px 32px; border-radius: 16px; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s, border-color 0.3s; border: 2px solid transparent; border-left: 4px solid transparent; position: relative; opacity: 0; transform: translateY(40px); background: #FDF9EE; }
.feature-card.animate { animation: cardEntrance 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
@keyframes cardEntrance { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
.feature-card:nth-child(1) { animation-delay: 0s; border-left-color: var(--coral); }
.feature-card:nth-child(2) { animation-delay: 0.1s; border-left-color: var(--teal); }
.feature-card:nth-child(3) { animation-delay: 0.2s; border-left-color: var(--amber); }
.feature-card:nth-child(4) { animation-delay: 0.3s; border-left-color: var(--pop-purple); }
.feature-card:nth-child(5) { animation-delay: 0.4s; border-left-color: var(--blue-accent); }
.feature-card:nth-child(6) { animation-delay: 0.5s; border-left-color: var(--coral-light); }
.feature-card:hover { transform: scale(1.02) translateY(-8px); box-shadow: 0 12px 40px rgba(27, 42, 74, 0.12); border-left-width: 6px; }
.feature-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--coral); color: white; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; font-size: 26px; }
.feature-card h3 { font-family: var(--font-brand); font-size: 20px; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.01em; color: var(--navy); }
.feature-card p { font-size: var(--type-body-s); color: var(--text-secondary); line-height: 1.7; }

/* WHY POP */
.difference-section { padding: var(--section-pad) 0; background: #F3EDF7; position: relative; overflow: hidden; }
.difference-intro { font-size: 18px; color: var(--text-secondary); line-height: 1.7; max-width: 640px; margin-bottom: 48px; }
.difference-highlights { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
.highlight-item { padding: 32px; border-radius: 12px; border-top: 4px solid var(--coral); background: var(--white); opacity: 0; transform: translateX(-40px); animation: highlightReveal 0.8s cubic-bezier(0.16,1,0.3,1) forwards; }
.highlight-item:nth-child(1) { animation-delay: 0s; }
.highlight-item:nth-child(2) { animation-delay: 0.1s; }
.highlight-item:nth-child(3) { animation-delay: 0.2s; }
@keyframes highlightReveal { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }
.highlight-item h4 { font-family: var(--font-brand); font-size: 18px; font-weight: 700; margin-bottom: 8px; color: var(--navy); }
.highlight-item p { font-size: var(--type-body-s); color: var(--text-secondary); line-height: 1.6; }

.support-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 48px; }
.support-split-card { padding: 32px; background: var(--white); border-radius: 12px; border-top: 4px solid var(--pop-purple); }
.support-split-card h4 { font-family: var(--font-brand); font-size: 22px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 8px; color: var(--navy); }
.support-split-card p { font-size: var(--type-body-s); color: var(--text-secondary); line-height: 1.6; }

/* PRICING */
.pricing-section { padding: var(--section-pad) 0; background: var(--white); }
.pricing-header { max-width: 760px; margin-bottom: 60px; }
.pricing-header p { font-size: 17px; color: var(--text-secondary); line-height: 1.7; margin-top: 20px; margin-bottom: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 24px; max-width: 1100px; margin-bottom: 40px; }
.pricing-card { background: var(--white); border-radius: 16px; padding: 40px 32px; text-align: left; transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); border: 2px solid rgba(27, 42, 74, 0.12); position: relative; display: flex; flex-direction: column; box-shadow: 0 2px 8px rgba(27, 42, 74, 0.04); }
.pricing-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(27, 42, 74, 0.15); }
.pricing-card.featured { background: var(--white); border-color: var(--coral); }
.pricing-card.featured:hover { box-shadow: 0 20px 60px rgba(232, 93, 74, 0.2); }
.pricing-card.featured::before { content: 'Most Popular'; position: absolute; top: -14px; left: 32px; background: var(--coral); color: var(--white); font-size: var(--type-micro); font-weight: 600; padding: 4px 16px; border-radius: 100px; letter-spacing: 0.04em; animation: badgePulse 2s ease-in-out infinite; }
@keyframes badgePulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.pricing-tier { font-family: var(--font-brand); font-size: var(--type-caption); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-light); margin-bottom: 12px; }
.pricing-name { font-family: var(--font-brand); font-size: 22px; font-weight: 700; margin-bottom: 16px; color: var(--navy); }
.pricing-price { font-size: 32px; font-weight: 800; color: var(--navy); margin-bottom: 2px; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.pricing-price-note { font-family: var(--font-brand); font-size: var(--type-micro); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-light); margin-bottom: 12px; }
.pricing-period { font-size: var(--type-caption); color: var(--text-light); margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--border-subtle); }
.pricing-features { flex: 1; margin-bottom: 28px; }
.pricing-features li { font-size: var(--type-body-s); color: var(--text-secondary); line-height: 1.8; margin-bottom: 12px; padding-left: 24px; position: relative; list-style: none; }
.pricing-features li::before { content: '✓'; position: absolute; left: 0; color: var(--coral); font-weight: 700; }
.pricing-cta { text-align: center; max-width: 720px; margin: 56px auto 0; }
.pricing-cta-headline { font-size: clamp(1.75rem, calc(1.54rem + 1.07vw), 2.5rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; color: var(--navy); margin-bottom: 12px; }
.pricing-cta-headline .serif { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--coral); }
.pricing-cta-sub { font-size: 17px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 28px; }
.pricing-cta .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Footer */
.site-footer { padding: 64px 0 32px; background: #F5F0E8; border-top: 1px solid rgba(27, 42, 74, 0.08); }
.site-footer .container { max-width: 1320px; margin: 0 auto; padding: 0 var(--space-container-pad); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-heading { font-family: var(--font-brand); font-size: var(--type-eyebrow); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #1B2A4A; margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-family: var(--font-brand); font-size: var(--type-caption); color: #5A6B7F; transition: color 0.2s; text-decoration: none; }
.footer-links li.footer-address { font-size: var(--type-caption); color: #5A6B7F; line-height: 1.6; font-family: var(--font-brand); }
.footer-links a:hover { color: #1B2A4A; }
.footer-brand-desc { font-size: var(--type-caption); color: #5A6B7F; line-height: 1.7; margin-top: 16px; max-width: 280px; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(27, 42, 74, 0.08); display: flex; justify-content: space-between; align-items: center; font-size: var(--type-eyebrow); color: #6B7785; }
.footer-bottom a { font-family: var(--font-brand); color: #6B7785; text-decoration: none; transition: color 0.2s; }
.footer-bottom a:hover { color: #1B2A4A; }
.ai-powered-badge { display: inline-flex; align-items: center; gap: 4px; padding: 6px 16px 6px 8px; background: rgba(27, 42, 74, 0.04); border: 1px solid rgba(27, 42, 74, 0.1); border-radius: 100px; font-size: var(--type-micro); font-weight: 600; color: #5A6B7F; letter-spacing: 1.5px; text-transform: uppercase; transition: all 0.3s ease; }
.ai-powered-badge:hover { background: rgba(27, 42, 74, 0.08); color: #1B2A4A; }

@media (max-width: 768px) {
  .nav-links { gap: 20px; }
  .service-hero h1, .service-hero-sub, .hero-buttons { margin-left: 0; }
  .service-hero-headline { max-width: 100%; }
  .features-grid { grid-template-columns: 1fr; }
  .difference-highlights { grid-template-columns: 1fr; }
  .support-split { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .hero-buttons { flex-direction: column; }
}

/* Reduced-motion handled at theme level (theme-accessibility.css) — 2026-04-26 */

@media (max-width: 480px) {
  /* Hide bracket frame at 360 (Wendy May 5). */
  .hero-frame, .hero-frame *, .hero-brace {
    display: none !important;
    animation: none !important;
  }


  /* Sub paragraph — white screen panel for legibility, matches AI Services 360 recipe (Wendy May 5). */
  .service-hero-sub {
    background: rgba(255, 255, 255, 0.72) !important;
    padding: 16px 18px !important;
    border-radius: 8px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  /* Hero padding-top — match AI Services 360 (120px), moves breadcrumb down to align (Wendy May 5). */
  section.service-hero {
    padding-top: 120px !important;
  }


  /* Headline sizing bump at 360 (Wendy May 5). */
  .service-hero-headline .hero-small {
    font-size: 36px !important;
    line-height: 1.1 !important;
  }
  .service-hero-headline .accent,
  .service-hero-headline .serif {
    font-size: 52px !important;
    line-height: 1.0 !important;
  }


  /* Hero image — scale up 70% at 360 (Wendy May 5). Preserves existing translateY(-180px). */
  section.service-hero picture img.hero-bg,
  section.service-hero img.hero-bg {
    transform: translate(30px, -180px) scale(1.95) !important;
  }


  /* Headline white glow at 360 — improves legibility on bg art (Wendy May 5). */
  .service-hero-headline,
  .service-hero-headline .hero-small,
  .service-hero-headline .accent,
  .service-hero-headline .serif {
    text-shadow: 0 0 6px rgba(255,255,255,0.95),
                 0 0 12px rgba(255,255,255,0.85),
                 0 0 20px rgba(255,255,255,0.6) !important;
  }


  /* Add 25px breathing room below button before next section at 360 (Wendy May 5). */
  section.service-hero {
    padding-bottom: 41px !important;
  }


  /* Section title — tighten leading at 360 (Wendy May 5). */
  .section-title {
    line-height: 1.2 !important;
  }
}
