.page-hero { margin-top: 112px; }

/* AquaFromAir — support page styles */

  :root {
    --abyss:      #1A2B2C;
    --teal:       #3D7A80;
    --teal-deep:  #2C5F64;
    --teal-mid:   #4E8F95;
    --aqua:       #86CCE0;
    --aqua-pale:  #C8E9F2;
    --linen:      #F2EBE1;
    --linen-mid:  #EAE0D4;
    --linen-dark: #DDD0C0;
    --gold:       #C8A96E;
    --white:      #FFFFFF;
    --slate:      #7A9496;
    --text:       #2C3B3C;
    --text-light: #6B7C7D;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Nunito Sans', sans-serif; background: var(--linen); color: var(--text);padding-top: 120px; /* nav 72px + afticker 48px */ }

  /* ─── NAV ─────────────────────────────────────────── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    height: 72px; display: flex; align-items: center; justify-content: space-between;
    padding: 0 max(56px, calc((100% - 1100px) / 2)); background: rgba(242,235,225,0.96); backdrop-filter: blur(16px);
    transition: box-shadow 0.3s;
  }
  nav.scrolled { box-shadow: 0 2px 24px rgba(26,43,44,0.08); }
  .nav-logo { display: flex; align-items: center; height: 36px; text-decoration: none; flex-shrink: 0; }
  .nav-logo svg { height: 28px; width: auto; }
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a { font-size: 13px; font-weight: 400; letter-spacing: 0.04em; color: var(--text); text-decoration: none; transition: color 0.2s; position: relative; }
  .nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1.5px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform 0.25s ease; }
  .nav-links a:hover { color: var(--teal); }
  .nav-links a:hover::after { transform: scaleX(1); }
  .nav-right { display: flex; align-items: center; gap: 20px; }
  .nav-social { display: flex; align-items: center; gap: 14px; }
  .nav-social a { display: flex; align-items: center; color: var(--slate); transition: color 0.2s; }
  .nav-social a:hover { color: var(--teal); }
  .nav-social-divider { width: 1px; height: 20px; background: rgba(61,122,128,0.2); }
  .nav-cta { background: var(--teal); color: var(--white); padding: 11px 28px; font-size: 13px; font-weight: 600; letter-spacing: 0.03em; text-decoration: none; border-radius: 2px; transition: background 0.2s, transform 0.15s; }
  .nav-cta:hover { background: var(--teal-deep); transform: translateY(-1px); }

  /* ─── HERO ─────────────────────────────────────────── */
  /* .page-hero base styles (background, position, overflow, ::before) live in global.css */
  .hero-ghost-word {
    position: absolute; right: -20px; bottom: -30px;
    font-family: 'Fraunces', serif; font-size: clamp(140px, 16vw, 220px);
    font-weight: 700; font-style: italic; color: rgba(255,255,255,0.028);
    letter-spacing: -0.02em; pointer-events: none; user-select: none;
    line-height: 1; white-space: nowrap; z-index: 0;
  }
  /* .page-hero-inner padding set in global.css (48px top/52px bottom) */
  .page-hero-inner {
    display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start;
  }
  .hero-eyebrow { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--aqua); margin-bottom: 16px; opacity: 0; animation: fadeUp 0.6s ease 0.1s forwards; }
  .hero-title { font-family: 'Fraunces', serif; font-size: clamp(36px, 3.8vw, 56px); font-weight: 300; font-style: normal; color: var(--white); line-height: 1.1; margin-bottom: 20px; white-space: nowrap; opacity: 0; animation: fadeUp 0.7s ease 0.2s forwards; }
  .hero-title strong { font-style: normal; font-weight: 700; color: var(--aqua); }
  .hero-title em { font-style: italic; color: var(--aqua); }
  .hero-desc { font-size: 15px; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.70); opacity: 0; animation: fadeUp 0.7s ease 0.3s forwards; }
  .hero-stat-grid { display: flex; flex-direction: column; gap: 12px; opacity: 0; animation: fadeUp 0.7s ease 0.4s forwards; flex-shrink: 0; }
  .hero-stat { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 20px 28px; }
  .hero-stat-num { font-family: 'Fraunces', serif; font-size: 34px; font-weight: 300; color: var(--aqua); line-height: 1; margin-bottom: 5px; }
  .hero-stat-label { font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.70); }

  /* ─── SECTION WRAPPER ─────────────────────────────── */
  .section-wrap { max-width: 1200px; margin: 0 auto; padding: 0 72px; }

  /* ─── SECTION LABEL ───────────────────────────────── */
  .section-label {
    font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 500;
    letter-spacing: 0.15em; text-transform: uppercase; color: var(--teal);
    display: flex; align-items: center; gap: 12px; margin-bottom: 32px;
  }
  .section-label::after { content: ''; flex: 1; height: 1px; background: var(--linen-dark); }

  /* ─── MANUALS SECTION ─────────────────────────────── */
  .manuals-section { padding: 72px 0 64px; }
  .manuals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

  .manual-card {
    background: var(--white); border: 1px solid var(--linen-dark); border-radius: 10px;
    overflow: hidden; transition: box-shadow 0.2s, transform 0.2s;
  }
  .manual-card:hover { box-shadow: 0 8px 32px rgba(44,95,100,0.1); transform: translateY(-2px); }
  .manual-card.coming-soon { opacity: 0.55; pointer-events: none; }
  .manual-card-head {
    background: var(--abyss); padding: 28px 28px 24px;
    display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
  }
  .manual-model {
    font-family: 'Fraunces', serif; font-size: 28px; font-weight: 300;
    color: var(--white); line-height: 1;
  }
  .manual-model span { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.4); display: block; margin-top: 4px; font-family: 'Nunito Sans', sans-serif; }
  .manual-badge {
    font-family: 'Jost', sans-serif; font-size: 9px; font-weight: 500;
    letter-spacing: 0.1em; text-transform: uppercase;
    padding: 4px 10px; border-radius: 20px; white-space: nowrap; flex-shrink: 0;
  }
  .badge-residential { background: rgba(134,204,224,0.15); color: var(--aqua); }
  .badge-soon { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.3); }
  .manual-card-body { padding: 24px 28px 28px; }
  .manual-links { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
  .manual-link {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; font-weight: 400; color: var(--text);
    text-decoration: none; padding: 10px 14px;
    background: var(--linen); border-radius: 6px;
    transition: background 0.15s, color 0.15s;
  }
  .manual-link:hover { background: var(--linen-mid); color: var(--teal-deep); }
  .manual-link svg { flex-shrink: 0; color: var(--teal); }
  .manual-link-label { flex: 1; }
  .manual-link-meta { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--slate); opacity: 0.6; }
  .manual-soon-note { font-size: 12px; font-weight: 300; color: var(--slate); font-style: italic; }

  /* ─── RESOURCES STRIP ─────────────────────────────── */
  .resources-section { padding: 0 0 72px; }
  .resources-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .resource-card {
    display: flex; align-items: flex-start; gap: 20px;
    background: var(--white); border: 1px solid var(--linen-dark); border-radius: 10px;
    padding: 28px; text-decoration: none; color: inherit;
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .resource-card:hover { box-shadow: 0 8px 32px rgba(44,95,100,0.1); transform: translateY(-2px); }
  .resource-icon {
    width: 44px; height: 44px; border-radius: 8px; background: var(--abyss);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .resource-icon svg { width: 20px; height: 20px; }
  .resource-title { font-size: 15px; font-weight: 600; color: var(--abyss); margin-bottom: 6px; }
  .resource-desc { font-size: 13px; font-weight: 300; color: var(--text-light); line-height: 1.6; }
  .resource-cta { display: inline-block; margin-top: 12px; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; color: var(--teal); border-bottom: 1px solid rgba(61,122,128,0.3); padding-bottom: 2px; }

  /* ─── WARRANTY ─────────────────────────────────────── */
  .warranty-section { padding: 0 0 72px; scroll-margin-top: 130px; }
  .warranty-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .warranty-block {
    background: var(--white); border: 1px solid var(--linen-dark); border-radius: 10px; padding: 32px;
  }
  .warranty-block.dark { background: var(--abyss); border-color: var(--abyss); }
  .warranty-block.dark a { color: var(--aqua); text-decoration: none; }
  .warranty-block.dark a:hover { opacity: 0.8; }
  .warranty-block.dark a { color: var(--aqua); text-decoration: none; }
  .warranty-block.dark a:hover { opacity: 0.8; }
  .warranty-block-title {
    font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 500;
    letter-spacing: 0.13em; text-transform: uppercase; color: var(--teal);
    margin-bottom: 20px;
  }
  .warranty-block.dark .warranty-block-title { color: rgba(134,204,224,0.7); }
  .warranty-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--linen-dark); }
  .warranty-block.dark .warranty-item { border-bottom-color: rgba(255,255,255,0.06); }
  .warranty-item:last-child { border-bottom: none; padding-bottom: 0; }
  .warranty-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; margin-top: 7px; }
  .warranty-block.dark .warranty-dot { background: var(--aqua); opacity: 0.6; }
  .warranty-item-text { font-size: 13px; font-weight: 300; line-height: 1.6; color: var(--text); }
  .warranty-block.dark .warranty-item-text { color: rgba(255,255,255,0.5); }
  .warranty-block.dark .warranty-item-text a { color: var(--aqua); text-decoration: none; }
  .warranty-block.dark .warranty-item-text a { color: var(--aqua); text-decoration: none; }
  .warranty-block.dark .warranty-item-text a:hover { color: var(--teal-mid); }
  .warranty-item-text strong { font-weight: 600; color: var(--abyss); }
  .warranty-block.dark .warranty-item-text strong { color: rgba(255,255,255,0.85); }
  .warranty-highlight {
    background: rgba(61,122,128,0.06); border-radius: 8px;
    padding: 16px 20px; margin-bottom: 20px;
    font-size: 13px; font-weight: 300; line-height: 1.6; color: var(--text-light);
  }

  /* ─── ERROR CODES ──────────────────────────────────── */
  .errors-section { padding: 0 0 72px; scroll-margin-top: 130px; }
  .errors-note { font-size: 13px; font-weight: 300; color: var(--text-light); margin-bottom: 24px; line-height: 1.6; }
  .error-table { width: 100%; border-collapse: collapse; }
  .error-table th {
    font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 500;
    letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate);
    text-align: left; padding: 10px 16px; background: var(--linen-mid);
    border-bottom: 1px solid var(--linen-dark);
  }
  .error-table th:first-child { border-radius: 6px 0 0 0; }
  .error-table th:last-child { border-radius: 0 6px 0 0; }
  .error-table td { padding: 14px 16px; font-size: 13px; font-weight: 300; border-bottom: 1px solid var(--linen-dark); vertical-align: top; }
  .error-table tr:last-child td { border-bottom: none; }
  .error-table tr:nth-child(even) td { background: rgba(242,235,225,0.4); }
  .error-code { font-family: 'IBM Plex Mono', monospace; font-size: 13px; font-weight: 500; color: var(--teal-deep); }
  .error-model { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--slate); opacity: 0.6; }

  /* ─── CTA STRIP ────────────────────────────────────── */
  .cta-strip {
    background: var(--teal-deep); padding: 72px 72px;
    text-align: center; position: relative; overflow: hidden;
  }
  .cta-strip::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 100%, rgba(26,43,44,0.4) 0%, transparent 60%); pointer-events: none; }
  .cta-inner { position: relative; z-index: 1; }
  .cta-eyebrow { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
  .cta-title { font-family: 'Fraunces', serif; font-size: clamp(32px, 3.5vw, 52px); font-weight: 300; font-style: normal; color: var(--white); line-height: 1.2; margin-bottom: 16px; }
  .cta-title em { color: var(--aqua); }
  .cta-sub { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.45); margin: 0 auto 36px; width: 580px; max-width: 100%; line-height: 1.7; }
  .cta-contacts { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
  .cta-contact-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 13px 28px; border-radius: 2px; font-family: 'Jost', sans-serif;
    font-size: 13px; font-weight: 500; letter-spacing: 0.1em;
    text-decoration: none; transition: background 0.2s, transform 0.15s;
  }
  .cta-contact-btn.primary { background: var(--white); color: var(--teal-deep); }
  .cta-contact-btn.primary:hover { background: var(--linen); transform: translateY(-1px); }
  .cta-contact-btn.ghost { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.15); }
  .cta-contact-btn.ghost:hover { background: rgba(255,255,255,0.14); color: white; }


  /* ─── ANIMATIONS ──────────────────────────────────── */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* ─── RESPONSIVE ──────────────────────────────────── */
  @media (max-width: 1024px) {
    .page-hero-inner { padding: 48px 40px 52px; grid-template-columns: 1fr auto; gap: 40px; }
    .section-wrap { padding: 0 40px; }
    .manuals-grid { grid-template-columns: 1fr 1fr; }
    .cta-strip { padding: 64px 40px; }
  }
  @media (max-width: 768px) {
  body { padding-top: 111px; }
    nav { padding: 0 24px; }
    .nav-links, .nav-right { display: none; }
    .page-hero-inner { padding: 48px 24px 52px; grid-template-columns: 1fr; }
    .hero-title { white-space: normal; }
    .hero-stat-grid { flex-direction: row; width: 100%; }
    .hero-stat { flex: 1; min-width: 0; padding: 16px 18px; }
    .hero-stat-num { font-size: 28px; }
    .section-wrap { padding: 0 24px; }
    .manuals-grid { grid-template-columns: 1fr; }
    .resources-grid { grid-template-columns: 1fr; }
    .warranty-grid { grid-template-columns: 1fr; }
    .cta-strip { padding: 56px 24px; }
  
  /* Title standard — mobile 30px */
  .hero-title,
  .cta-title {
    font-size: 30px !important;
  }
}
