/*
Theme Name: IntegroBooks
Theme URI: https://integrobooks.com
Author: IntegroBooks
Description: Custom one-page marketing theme for IntegroBooks, a bookkeeping practice for US e-commerce and D2C brands. Ledger/reconciliation visual system, built for speed, SEO, and AEO.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: integrobooks
*/

/* ---------- ACCESSIBILITY ---------- */
.skip-link{
  position:absolute; left:-9999px; top:0; z-index:999;
  background:#101A30; color:#fff; padding:14px 22px;
  border-radius:0 0 8px 0; font-family:'Inter',sans-serif; font-weight:600;
  text-decoration:none;
}
.skip-link:focus{ left:0; }


  :root{
    --ink:#101A30;
    --ink-soft:#1C2B4F;
    --ink-deep:#0A1220;
    --paper:#F2F0E8;
    --card:#FFFFFF;
    --charcoal:#23241F;
    --muted:#6B6A61;
    --green:#1C6B4F;
    --green-soft:#E3EEE6;
    --green-deep:#124834;
    --green-bright:#2E8C67;
    --amber:#BD8A3D;
    --amber-soft:#F4EAD6;
    --rule:#DCD8CC;
    --rule-dark:#33436E;
    --radius-s:6px;
    --radius-m:12px;
    --maxw:1160px;
    --shadow:0 1px 2px rgba(16,26,48,0.07), 0 8px 24px rgba(16,26,48,0.07);
    --grad-ink:linear-gradient(160deg, var(--ink-soft) 0%, var(--ink-deep) 100%);
    --grad-green:linear-gradient(135deg, var(--green-bright) 0%, var(--green-deep) 100%);
    --grad-hero:radial-gradient(120% 100% at 100% 0%, rgba(28,107,79,0.08) 0%, rgba(242,240,232,0) 55%);
  }

  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--paper);
    color:var(--charcoal);
    font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size:16px;
    line-height:1.65;
    -webkit-font-smoothing:antialiased;
  }

  h1,h2,h3{
    font-family:'Fraunces', Georgia, serif;
    color:var(--ink);
    margin:0 0 0.5em;
    line-height:1.1;
    letter-spacing:-0.01em;
    font-weight:600;
  }

  .mono{ font-family:'IBM Plex Mono', 'Courier New', monospace; }

  p{ margin:0 0 1em; color:var(--charcoal); }
  a{ color:inherit; }

  .wrap{
    max-width:var(--maxw);
    margin:0 auto;
    padding:0 28px;
  }

  .eyebrow{
    font-family:'IBM Plex Mono', monospace;
    font-size:0.72rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--green-deep);
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:14px;
  }
  .eyebrow::before{
    content:"";
    width:7px;height:7px;border-radius:50%;
    background:var(--green);
    display:inline-block;
  }

  .btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:14px 26px;
    border-radius:999px;
    font-weight:600;
    font-size:0.98rem;
    text-decoration:none;
    border:1px solid transparent;
    cursor:pointer;
    transition:transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  }
  .btn:focus-visible{ outline:3px solid var(--amber); outline-offset:2px; }
  .btn-primary{
    background:var(--grad-green);
    color:#fff;
    box-shadow:0 2px 10px rgba(18,72,52,0.22);
  }
  .btn-primary:hover{ filter:brightness(1.08); transform:translateY(-1px); box-shadow:0 8px 22px rgba(18,72,52,0.32); }
  .btn-ghost{
    background:transparent;
    color:var(--ink);
    border-color:var(--rule-dark);
  }
  .btn-ghost:hover{ background:rgba(16,26,48,0.05); }
  .btn-on-dark{
    background:transparent;
    color:#fff;
    border-color:rgba(255,255,255,0.35);
  }
  .btn-on-dark:hover{ background:rgba(255,255,255,0.08); }

  /* ---------- NAV ---------- */
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(241,240,235,0.88);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--rule);
  }
  nav.wrap{
    display:flex; align-items:center; justify-content:space-between;
    padding-top:18px; padding-bottom:18px;
  }
  .logo{
    display:flex; align-items:center; gap:10px;
    font-family:'Fraunces', serif;
    font-weight:600;
    font-size:1.25rem;
    color:var(--ink);
    text-decoration:none;
    letter-spacing:-0.01em;
  }
  .logo-mark{ width:32px; height:32px; flex-shrink:0; display:block; }
  .navlinks{ display:flex; align-items:center; gap:34px; }
  .navlinks a{
    text-decoration:none; color:var(--ink-soft);
    font-size:0.93rem; font-weight:500;
  }
  .navlinks a:hover{ color:var(--green-deep); }
  .nav-cta{ display:flex; align-items:center; gap:18px; }
  .nav-cta .btn{ padding:11px 20px; font-size:0.9rem; }

  .mobile-toggle{
    display:none; width:38px; height:38px; border-radius:8px;
    border:1px solid var(--rule-dark); background:transparent;
    align-items:center; justify-content:center; cursor:pointer; flex-shrink:0;
  }
  .mobile-toggle span, .mobile-toggle span::before, .mobile-toggle span::after{
    content:""; display:block; width:16px; height:2px; background:var(--ink);
    position:relative; transition:transform 0.2s ease, opacity 0.2s ease;
  }
  .mobile-toggle span::before{ position:absolute; top:-5px; }
  .mobile-toggle span::after{ position:absolute; top:5px; }
  .mobile-toggle.open span{ background:transparent; }
  .mobile-toggle.open span::before{ top:0; transform:rotate(45deg); }
  .mobile-toggle.open span::after{ top:0; transform:rotate(-45deg); }

  .mobile-panel{
    display:none; flex-direction:column; gap:2px;
    padding:8px 28px 20px;
    border-top:1px solid var(--rule);
  }
  .mobile-panel a{
    text-decoration:none; color:var(--ink-soft); font-size:0.98rem; font-weight:500;
    padding:13px 0; border-bottom:1px solid var(--rule);
  }
  .mobile-panel .btn{ margin-top:14px; justify-content:center; }
  .mobile-panel.open{ display:flex; }

  @media (max-width:860px){
    .navlinks{ display:none; }
    .nav-cta .btn-ghost{ display:none; }
    .nav-cta .btn-primary{ display:none; }
    .mobile-toggle{ display:flex; }
  }

  /* ---------- HERO ---------- */
  .hero{ padding:96px 0 64px; background:var(--grad-hero); }
  .hero-grid{
    max-width:700px;
    margin:0 auto;
    text-align:center;
  }
  .hero-grid .eyebrow{ justify-content:center; }
  .hero h1{
    font-size:clamp(2.5rem, 5.4vw, 4.1rem);
    max-width:17ch;
    margin-left:auto; margin-right:auto;
  }
  .hero-sub{
    font-size:1.15rem;
    color:var(--muted);
    max-width:54ch;
    margin:0 auto 34px;
  }
  .hero-ctas{ display:flex; align-items:center; justify-content:center; gap:22px; margin-bottom:38px; flex-wrap:wrap; }
  .hero-link{
    font-size:0.92rem; font-weight:600; color:var(--ink-soft);
    text-decoration:none; border-bottom:1px solid var(--rule-dark);
    padding-bottom:2px;
  }
  .trust-marquee{
    overflow:hidden;
    max-width:560px;
    margin:0 auto;
    mask-image:linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  }
  .trust-track{
    display:flex; gap:26px; width:max-content;
    animation:trustScroll 14s linear infinite;
  }
  @keyframes trustScroll{
    0%{ transform:translateX(0); }
    100%{ transform:translateX(-50%); }
  }
  @media (prefers-reduced-motion:reduce){ .trust-track{ animation:none; } }
  .trust-chip{
    display:inline-flex; align-items:center; gap:7px;
    font-family:'IBM Plex Mono', monospace;
    font-size:0.76rem; letter-spacing:0.02em;
    color:var(--muted); white-space:nowrap;
  }
  .trust-chip::before{ content:"✓"; color:var(--green); font-weight:700; }

  /* ---------- SECTION SCAFFOLD ---------- */
  section{ padding:88px 0; }
  .rule-top{ border-top:1px solid var(--rule); }
  .section-head{ max-width:640px; margin-bottom:52px; }
  .section-head h2{ font-size:clamp(1.7rem, 3vw, 2.4rem); }
  .section-head p{ color:var(--muted); font-size:1.05rem; margin:0; }

  /* value grid */
  .value-grid{
    display:grid; grid-template-columns:repeat(4, 1fr); gap:1px;
    background:var(--rule);
    border:1px solid var(--rule);
    border-radius:var(--radius-m);
    overflow:hidden;
  }
  .value-card{
    background:var(--card); padding:32px 26px;
    transition:background 0.2s ease;
  }
  .value-card:hover{ background:#FCFBF8; }
  .value-card .vicon{
    width:38px; height:38px; border-radius:10px;
    background:var(--green-soft); color:var(--green-deep);
    display:flex; align-items:center; justify-content:center;
    margin-bottom:18px;
  }
  .value-card h3{ font-size:1.08rem; margin-bottom:8px; font-family:'Inter'; font-weight:700; color:var(--ink); }
  .value-card p{ font-size:0.92rem; color:var(--muted); margin:0; }
  @media (max-width:940px){ .value-grid{ grid-template-columns:1fr 1fr; } }
  @media (max-width:600px){ .value-grid{ grid-template-columns:1fr; } }

  /* services checklist */
  .services-wrap{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:60px; align-items:start; }
  .checklist{ list-style:none; margin:0; padding:0; display:grid; gap:0; }
  .checklist li{
    display:flex; gap:14px; padding:16px 0;
    border-bottom:1px solid var(--rule);
    font-size:1rem;
  }
  .checklist li:first-child{ border-top:1px solid var(--rule); }
  .checklist .tick{
    width:20px; height:20px; border-radius:50%;
    background:var(--green-soft); color:var(--green-deep);
    display:flex; align-items:center; justify-content:center;
    font-size:0.68rem; font-weight:700; flex-shrink:0; margin-top:2px;
  }
  .scope-note{
    background:var(--amber-soft);
    border:1px solid rgba(184,134,59,0.35);
    border-radius:var(--radius-m);
    padding:22px 24px;
    font-size:0.93rem;
    color:#5a4420;
  }
  .scope-note strong{ display:block; color:var(--ink); font-family:'Fraunces',serif; font-size:1.05rem; margin-bottom:6px; font-weight:600; }

  @media (max-width:860px){ .services-wrap{ grid-template-columns:1fr; } }

  /* industries */
  .industry-marquee{
    position:relative; overflow:hidden; margin:0 -28px; padding:6px 0;
    mask-image:linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  }
  .industry-track{
    display:flex; width:max-content; gap:16px; padding:0 16px;
    animation:industryScroll 24s linear infinite;
  }
  .industry-marquee:hover .industry-track{ animation-play-state:paused; }
  @keyframes industryScroll{
    0%{ transform:translateX(0); }
    100%{ transform:translateX(-50%); }
  }
  @media (prefers-reduced-motion:reduce){ .industry-track{ animation:none; } }
  .tag{
    display:flex; align-items:center; gap:12px;
    padding:12px 22px 12px 14px; background:var(--card);
    border:1px solid var(--rule); border-radius:999px;
    font-size:0.9rem; font-weight:500; color:var(--ink-soft);
    white-space:nowrap; box-shadow:var(--shadow);
  }
  .tag-icon{
    width:30px; height:30px; border-radius:50%; flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
    background:var(--green-soft); color:var(--green-deep);
    font-family:'IBM Plex Mono',monospace; font-size:0.66rem; font-weight:700;
  }
  .tag.core{ background:var(--ink); color:#fff; border-color:var(--ink); font-weight:600; }
  .tag.core .tag-icon{ background:rgba(255,255,255,0.14); color:#fff; }

  /* stack badges */
  .stack-marquee{
    position:relative;
    overflow:hidden;
    margin:0 -28px;
    padding:6px 0;
    mask-image:linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  }
  .stack-track{
    display:flex;
    width:max-content;
    gap:16px;
    padding:0 16px;
    animation:stackScroll 28s linear infinite;
  }
  .stack-marquee:hover .stack-track{ animation-play-state:paused; }
  @keyframes stackScroll{
    0%{ transform:translateX(0); }
    100%{ transform:translateX(-50%); }
  }
  @media (prefers-reduced-motion:reduce){
    .stack-track{ animation:none; }
  }
  .stack-badge{
    display:flex; align-items:center; gap:12px;
    padding:14px 20px 14px 14px; background:var(--card);
    border:1px solid var(--rule); border-radius:999px;
    font-family:'IBM Plex Mono', monospace; font-size:0.85rem; font-weight:500;
    color:var(--ink);
    white-space:nowrap;
    box-shadow:var(--shadow);
  }
  .stack-icon{
    width:30px; height:30px; border-radius:8px; flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
    color:#fff; font-family:'IBM Plex Mono',monospace;
    font-size:0.7rem; font-weight:700; letter-spacing:-0.02em;
  }

  /* pricing */
  .pricing-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
  .price-card{
    background:var(--card); border:1px solid var(--rule); border-radius:var(--radius-m);
    padding:34px 28px; display:flex; flex-direction:column;
  }
  .price-card.featured{
    border-color:var(--ink); box-shadow:0 10px 30px rgba(20,33,61,0.12);
    position:relative;
  }
  .price-card.featured::before{
    content:"MOST COMMON";
    position:absolute; top:-12px; left:28px;
    background:var(--ink); color:#fff;
    font-family:'IBM Plex Mono', monospace; font-size:0.62rem; letter-spacing:0.1em;
    padding:5px 10px; border-radius:999px;
  }
  .price-card h3{ font-size:1.2rem; margin-bottom:4px; }
  .price-tier-desc{ color:var(--muted); font-size:0.88rem; margin-bottom:20px; min-height:44px; }
  .price-figure{ display:flex; align-items:baseline; gap:6px; margin-bottom:6px; }
  .price-figure .from{ font-size:0.78rem; color:var(--muted); font-family:'IBM Plex Mono',monospace; }
  .price-figure .amount{ font-family:'Fraunces',serif; font-size:2.1rem; font-weight:600; color:var(--ink); }
  .price-figure .per{ color:var(--muted); font-size:0.85rem; }
  .price-card hr{ border:none; border-top:1px solid var(--rule); margin:20px 0; }
  .price-list{ list-style:none; margin:0 0 26px; padding:0; display:grid; gap:11px; flex-grow:1; }
  .price-list li{ display:flex; gap:9px; font-size:0.88rem; color:var(--charcoal); }
  .price-list li::before{ content:"—"; color:var(--green); flex-shrink:0; }
  .price-card .btn{ width:100%; justify-content:center; }
  .price-footnote{ text-align:center; color:var(--muted); font-size:0.85rem; margin-top:28px; }

  @media (max-width:940px){ .pricing-grid{ grid-template-columns:1fr; } }

  /* process */
  .process-list{ display:grid; gap:0; }
  .process-row{
    display:grid; grid-template-columns:70px 1fr; gap:24px;
    padding:26px 0; border-top:1px solid var(--rule);
  }
  .process-row:last-child{ border-bottom:1px solid var(--rule); }
  .process-num{ font-family:'Fraunces',serif; font-size:1.6rem; color:var(--green); font-weight:600; }
  .process-row h3{ font-size:1.1rem; margin-bottom:4px; }
  .process-row p{ color:var(--muted); margin:0; max-width:56ch; }

  /* trust / credentials */
  .trust-panel{
    background:var(--grad-ink); color:#fff; border-radius:20px;
    padding:56px 48px; display:grid; grid-template-columns:1fr 1fr; gap:48px;
    box-shadow:0 24px 60px rgba(10,18,32,0.22);
  }
  .trust-panel .section-head h2{ color:#fff; }
  .trust-panel .section-head p{ color:rgba(255,255,255,0.65); }
  .cred-list{ list-style:none; margin:0; padding:0; display:grid; gap:22px; }
  .cred-list li{ display:flex; gap:16px; }
  .cred-icon{
    width:38px; height:38px; border-radius:9px; flex-shrink:0;
    background:rgba(255,255,255,0.09); display:flex; align-items:center; justify-content:center;
    font-family:'IBM Plex Mono',monospace; color:var(--amber); font-weight:600; font-size:0.78rem;
    border:1px solid rgba(255,255,255,0.1);
  }
  .cred-list h4{ margin:0 0 4px; font-family:'Inter'; font-size:1rem; color:#fff; }
  .cred-list p{ margin:0; color:rgba(255,255,255,0.6); font-size:0.88rem; }
  @media (max-width:860px){ .trust-panel{ grid-template-columns:1fr; padding:40px 26px; } }

  /* faq */
  .faq-list{ display:grid; gap:0; max-width:760px; }
  .faq-item{ border-top:1px solid var(--rule); }
  .faq-item:last-child{ border-bottom:1px solid var(--rule); }
  .faq-q{
    width:100%; text-align:left; background:none; border:none; cursor:pointer;
    padding:22px 0; display:flex; justify-content:space-between; align-items:center;
    font-family:'Fraunces',serif; font-size:1.05rem; color:var(--ink); font-weight:600;
    gap:20px;
  }
  .faq-q:hover{ color:var(--green-deep); }
  .faq-q .plus{ font-family:'IBM Plex Mono',monospace; color:var(--green); font-size:1.1rem; transition:transform 0.2s ease; flex-shrink:0; }
  .faq-item.open .faq-q .plus{ transform:rotate(45deg); }
  .faq-a{
    max-height:0; overflow:hidden; transition:max-height 0.25s ease;
  }
  .faq-item.open .faq-a{ max-height:220px; }
  .faq-a p{ padding-bottom:22px; color:var(--muted); max-width:64ch; margin:0; }

  /* final cta */
  .final-cta{
    text-align:center;
    background:linear-gradient(160deg, var(--green-soft) 0%, #EFEEE3 100%);
    border:1px solid rgba(28,107,79,0.14);
    border-radius:20px; padding:64px 32px;
  }
  .final-cta h2{ max-width:20ch; margin:0 auto 14px; }
  .final-cta p{ color:var(--muted); max-width:48ch; margin:0 auto 30px; }

  /* footer */
  footer{ background:var(--grad-ink); color:rgba(255,255,255,0.6); padding:56px 0 30px; margin-top:20px; }
  .foot-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; margin-bottom:40px; }
  .foot-grid .logo{ color:#fff; margin-bottom:12px; }
  .foot-desc{ font-size:0.9rem; max-width:32ch; color:rgba(255,255,255,0.55); }
  footer h5{
    font-family:'IBM Plex Mono',monospace; font-size:0.72rem; letter-spacing:0.1em;
    text-transform:uppercase; color:rgba(255,255,255,0.4); margin:0 0 16px;
  }
  footer ul{ list-style:none; margin:0; padding:0; display:grid; gap:11px; }
  footer a{ text-decoration:none; color:rgba(255,255,255,0.7); font-size:0.9rem; }
  footer a:hover{ color:#fff; }
  .foot-legal{
    border-top:1px solid rgba(255,255,255,0.12); padding-top:24px;
    font-size:0.78rem; color:rgba(255,255,255,0.4); font-family:'IBM Plex Mono',monospace;
    display:flex; flex-wrap:wrap; gap:8px 6px;
  }
  .foot-legal .placeholder{ color:var(--amber); font-style:italic; }
  @media (max-width:760px){ .foot-grid{ grid-template-columns:1fr 1fr; } .foot-grid > div:first-child{ grid-column:1/-1; } }

  /* reveal on scroll */
  .reveal{ opacity:0; transform:translateY(16px); transition:opacity 0.6s ease, transform 0.6s ease; }
  .reveal.in{ opacity:1; transform:translateY(0); }

/* =====================================================================
   OTTIT-STYLE COMPONENTS
   ===================================================================== */

/* ---------- hero category pills ---------- */
.hero-pills{
  display:flex; flex-wrap:wrap; justify-content:center; gap:10px;
  max-width:600px; margin:0 auto 32px;
}
.hero-pill{
  font-family:'IBM Plex Mono', monospace;
  font-size:0.68rem; letter-spacing:0.12em; text-transform:uppercase;
  padding:8px 16px; border-radius:999px;
  background:rgba(16,26,48,0.04); border:1px solid var(--rule);
  color:var(--ink-soft); font-weight:600; white-space:nowrap;
}

/* ---------- bento capability grid ---------- */
.bento-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.bento-card{
  background:var(--card); border:1px solid var(--rule);
  border-radius:16px; padding:30px 26px;
  position:relative; display:flex; flex-direction:column;
  min-height:200px;
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}
.bento-card:hover{ transform:translateY(-3px); box-shadow:0 14px 34px rgba(16,26,48,0.09); }
.bento-card.wide{ grid-column:span 2; }
.bento-card.dark{ background:var(--grad-ink); border-color:transparent; }
.bento-card.dark h3{ color:#fff; }
.bento-card.dark p{ color:rgba(255,255,255,0.62); }
.bento-card.dark .bento-tag{ color:var(--amber); background:rgba(255,255,255,0.09); }
.bento-tag{
  align-self:flex-start;
  font-family:'IBM Plex Mono', monospace;
  font-size:0.62rem; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--green-deep); background:var(--green-soft);
  padding:5px 11px; border-radius:999px; font-weight:700;
  margin-bottom:16px;
}
.bento-badge{
  position:absolute; top:22px; right:22px;
  font-family:'IBM Plex Mono', monospace;
  font-size:0.56rem; letter-spacing:0.1em; text-transform:uppercase;
  background:var(--amber); color:#fff;
  padding:4px 10px; border-radius:999px; font-weight:700;
}
.bento-card h3{ font-size:1.14rem; margin-bottom:8px; }
.bento-card p{ font-size:0.92rem; color:var(--muted); margin:0; }
@media (max-width:940px){
  .bento-grid{ grid-template-columns:1fr 1fr; }
  .bento-card.wide{ grid-column:span 2; }
}
@media (max-width:620px){
  .bento-grid{ grid-template-columns:1fr; }
  .bento-card.wide{ grid-column:span 1; }
}

/* ---------- wave divider ---------- */
.wave-wrap{ line-height:0; margin-bottom:-2px; }
.wave-wrap svg{ display:block; width:100%; height:56px; }
.wave-section{ background:var(--green-soft); padding-top:20px; }

/* ---------- deep-dive alternating rows ---------- */
.deep-dive{
  display:grid; grid-template-columns:1fr 1fr; gap:52px;
  align-items:center; padding:46px 0;
  border-top:1px solid var(--rule);
}
.deep-dive:first-of-type{ border-top:none; padding-top:8px; }
.deep-dive.flip .dd-visual{ order:-1; }
.deep-dive h3{ font-size:clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom:12px; }
.deep-dive p{ color:var(--muted); margin-bottom:18px; max-width:52ch; }
.dd-link{
  font-family:'IBM Plex Mono', monospace;
  font-size:0.74rem; letter-spacing:0.1em; text-transform:uppercase;
  font-weight:600; color:var(--green-deep); text-decoration:none;
  border-bottom:1px solid var(--green); padding-bottom:3px;
}
.dd-link:hover{ color:var(--ink); border-color:var(--ink); }
.dd-visual{
  border-radius:18px; background:var(--grad-ink);
  padding:34px; box-shadow:0 18px 44px rgba(10,18,32,0.18);
}
.dd-visual svg{ display:block; width:100%; height:auto; }
@media (max-width:860px){
  .deep-dive{ grid-template-columns:1fr; gap:28px; padding:36px 0; }
  .deep-dive.flip .dd-visual{ order:0; }
}
