/* Punch List AI — punchlistai.app
   Brand: navy #0A2540 · blue #1E88E5 · teal #5DCAA5 */

*,*::before,*::after{box-sizing:border-box}

:root{
  --ink:#0A2540;
  --ink-2:#1c3a5c;
  --body:#37506b;
  --muted:#6b8299;
  --blue:#1E88E5;
  --blue-dark:#1568b8;
  --teal:#5DCAA5;
  --amber:#F5A623;
  --red:#E5484D;
  --bg:#ffffff;
  --bg-alt:#f4f8fc;
  --bg-navy:#0A2540;
  --line:#e3ebf3;
  --line-2:#d3e0ec;
  --radius:14px;
  --radius-lg:22px;
  --shadow:0 1px 2px rgba(10,37,64,.06),0 8px 24px rgba(10,37,64,.07);
  --shadow-lg:0 2px 4px rgba(10,37,64,.06),0 24px 60px rgba(10,37,64,.14);
  --maxw:1140px;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,"Helvetica Neue",Arial,sans-serif;
}

html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;font-family:var(--font);color:var(--body);background:var(--bg);
  font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{color:var(--ink);line-height:1.18;margin:0 0 .5em;letter-spacing:-.02em;font-weight:700}
h1{font-size:clamp(2.1rem,5.2vw,3.6rem);letter-spacing:-.03em}
h2{font-size:clamp(1.65rem,3.6vw,2.4rem)}
h3{font-size:clamp(1.15rem,2.2vw,1.4rem)}
p{margin:0 0 1.1em}
ul,ol{padding-left:1.3em}
li{margin-bottom:.45em}
hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}
code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;background:var(--bg-alt);padding:.15em .4em;border-radius:5px;color:var(--ink)}

.wrap{max-width:var(--maxw);margin:0 auto;padding-inline:20px}
.wrap-narrow{max-width:740px;margin:0 auto;padding-inline:20px}
.section{padding-block:clamp(3.5rem,7vw,6rem)}
.section-alt{background:var(--bg-alt)}
.center{text-align:center}
.eyebrow{
  display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;color:var(--blue);margin-bottom:.9rem;
}
.lede{font-size:clamp(1.05rem,2vw,1.24rem);color:var(--body);max-width:62ch}
.center .lede{margin-inline:auto}
.section-head{max-width:62ch;margin:0 auto 3rem;text-align:center}
.section-head p{margin-bottom:0;color:var(--muted);font-size:1.08rem}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55em;
  padding:.85em 1.6em;border-radius:100px;font-weight:600;font-size:1rem;
  border:1px solid transparent;cursor:pointer;transition:.18s ease;text-decoration:none;
  line-height:1.2;
}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 6px 18px rgba(30,136,229,.28)}
.btn-primary:hover{background:var(--blue-dark);color:#fff}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-2)}
.btn-ghost:hover{border-color:var(--ink);color:var(--ink)}
.btn-on-navy{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.28)}
.btn-on-navy:hover{background:rgba(255,255,255,.18);color:#fff}
.btn-row{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}
.center .btn-row{justify-content:center}

/* App Store badge */
.appstore{
  display:inline-flex;align-items:center;gap:.7rem;background:#000;color:#fff;
  padding:.62rem 1.15rem .62rem 1rem;border-radius:12px;text-decoration:none;
  transition:.18s ease;border:1px solid rgba(255,255,255,.14);
}
.appstore:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 10px 26px rgba(0,0,0,.28)}
.appstore svg{flex:none}
.appstore span{display:block;line-height:1.15}
.appstore .as-small{font-size:.66rem;letter-spacing:.02em;opacity:.85}
.appstore .as-big{font-size:1.08rem;font-weight:600;letter-spacing:-.01em}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:60;background:rgba(255,255,255,.88);
  backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:66px}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:700;color:var(--ink);font-size:1.03rem;letter-spacing:-.02em}
.brand:hover{text-decoration:none}
.brand svg,.brand img{width:32px;height:32px;border-radius:8px;flex:none}
.nav-links{display:flex;align-items:center;gap:1.25rem;list-style:none;margin:0;padding:0}
.nav-links a{color:var(--ink);font-size:.92rem;font-weight:500;opacity:.82;white-space:nowrap}
.nav-links a:hover{opacity:1;text-decoration:none}
.nav-cta{display:flex;align-items:center;gap:.8rem}
.nav-toggle{
  display:none;background:none;border:0;padding:8px;cursor:pointer;color:var(--ink);
}
.nav-toggle svg{width:24px;height:24px}

@media (max-width:1000px){
  .nav-links{
    position:fixed;inset:66px 0 auto 0;background:#fff;flex-direction:column;
    align-items:stretch;gap:0;padding:.5rem 20px 1.4rem;border-bottom:1px solid var(--line);
    box-shadow:var(--shadow);
  }
  .nav-links[hidden]{display:none}
  .nav-links a{display:block;padding:.85rem 0;border-bottom:1px solid var(--line);font-size:1.05rem}
  .nav-toggle{display:block}
  .nav-cta .btn{display:none}
}

/* ---------- hero ---------- */
.hero{
  background:
    radial-gradient(1000px 520px at 78% -8%,rgba(30,136,229,.30),transparent 62%),
    radial-gradient(760px 460px at 6% 108%,rgba(93,202,165,.20),transparent 60%),
    var(--bg-navy);
  color:#e7f0f8;padding-block:clamp(3.2rem,7vw,5.6rem);overflow:hidden;
}
.hero h1{color:#fff}
.hero .lede{color:#b9cee0;font-size:clamp(1.06rem,2vw,1.28rem)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.hero-badge{
  display:inline-flex;align-items:center;gap:.5rem;background:rgba(93,202,165,.14);
  border:1px solid rgba(93,202,165,.34);color:#8fe0c3;border-radius:100px;
  padding:.36rem .9rem;font-size:.82rem;font-weight:600;margin-bottom:1.3rem;
}
.hero-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--teal);flex:none}
.hero-meta{
  display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:1.9rem;padding-top:1.5rem;
  border-top:1px solid rgba(255,255,255,.12);color:#93aec7;font-size:.9rem;
}
.hero-meta span{display:flex;align-items:center;gap:.45rem}
.hero-meta svg{width:16px;height:16px;color:var(--teal);flex:none}

@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;text-align:center}
  .hero-grid .lede{margin-inline:auto}
  .hero-grid .btn-row{justify-content:center}
  .hero-meta{justify-content:center}
}

/* ---------- phone frame ---------- */
.phone{
  position:relative;width:100%;max-width:290px;margin-inline:auto;
  border:11px solid #10141a;border-radius:44px;background:#10141a;
  box-shadow:0 30px 70px rgba(0,0,0,.42),0 0 0 1.5px rgba(255,255,255,.10);
}
.phone::after{
  content:"";position:absolute;top:9px;left:50%;transform:translateX(-50%);
  width:32%;height:22px;background:#10141a;border-radius:100px;z-index:2;
}
.phone img{border-radius:33px;display:block;width:100%}
.phone-tilt{transform:rotate(1.6deg)}

.phone-stack{display:flex;justify-content:center;align-items:flex-end;gap:0}
.phone-stack .phone{max-width:230px}
.phone-stack .phone:nth-child(1){transform:rotate(-6deg) translateX(28px) scale(.9);z-index:1;opacity:.96}
.phone-stack .phone:nth-child(2){z-index:3}
.phone-stack .phone:nth-child(3){transform:rotate(6deg) translateX(-28px) scale(.9);z-index:1;opacity:.96}
@media (max-width:640px){
  .phone-stack .phone:nth-child(1),.phone-stack .phone:nth-child(3){display:none}
}

/* ---------- logo strip ---------- */
.built-for{border-block:1px solid var(--line);background:#fff;padding-block:2.2rem}
.built-for p{
  text-align:center;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted);font-weight:700;margin-bottom:1.1rem;
}
.built-for ul{
  list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;
  gap:.7rem 1rem;
}
.built-for li{
  margin:0;font-size:.92rem;font-weight:600;color:var(--ink);opacity:.72;
  background:var(--bg-alt);border:1px solid var(--line);border-radius:100px;padding:.4rem 1rem;
}

/* ---------- steps ---------- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;counter-reset:step}
.step{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:2rem 1.7rem;position:relative;
}
.step-num{
  width:38px;height:38px;border-radius:11px;background:var(--ink);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;
  margin-bottom:1.1rem;
}
.step h3{margin-bottom:.4rem}
.step p{margin:0;color:var(--muted);font-size:.98rem}
@media (max-width:820px){.steps{grid-template-columns:1fr}}

/* ---------- features ---------- */
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.feature{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:1.9rem 1.6rem;transition:.2s ease;
}
.feature:hover{border-color:var(--line-2);box-shadow:var(--shadow);transform:translateY(-2px)}
.feature-icon{
  width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  background:rgba(30,136,229,.10);color:var(--blue);margin-bottom:1.1rem;
}
.feature-icon svg{width:22px;height:22px}
.feature-icon.teal{background:rgba(93,202,165,.16);color:#2fa07a}
.feature-icon.amber{background:rgba(245,166,35,.14);color:#c07d0a}
.feature h3{font-size:1.08rem;margin-bottom:.35rem}
.feature p{margin:0;font-size:.97rem;color:var(--muted)}
@media (max-width:900px){.features{grid-template-columns:1fr 1fr}}
@media (max-width:620px){.features{grid-template-columns:1fr}}

/* ---------- split showcase ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.split + .split{margin-top:clamp(3.5rem,7vw,6rem)}
.split.reverse .split-media{order:2}
.split ul{list-style:none;padding:0;margin:1.4rem 0 0}
.split ul li{position:relative;padding-left:1.9rem;margin-bottom:.75rem;color:var(--body)}
.split ul li::before{
  content:"";position:absolute;left:0;top:.55em;width:18px;height:18px;border-radius:50%;
  background:rgba(93,202,165,.2);
}
.split ul li::after{
  content:"";position:absolute;left:5px;top:.78em;width:8px;height:4px;
  border-left:2px solid #2fa07a;border-bottom:2px solid #2fa07a;transform:rotate(-45deg);
}
@media (max-width:860px){
  .split{grid-template-columns:1fr}
  .split.reverse .split-media{order:0}
}

/* ---------- pricing ---------- */
.pricing{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:840px;margin-inline:auto}
.plan{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:2.1rem 1.9rem;
  display:flex;flex-direction:column;
}
.plan.featured{border:2px solid var(--blue);box-shadow:var(--shadow-lg);position:relative}
.plan-tag{
  position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;
  font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  padding:.32rem .9rem;border-radius:100px;white-space:nowrap;
}
.plan h3{font-size:1.2rem;margin-bottom:.25rem}
.plan .price{font-size:2.6rem;font-weight:700;color:var(--ink);letter-spacing:-.03em;line-height:1.1;margin-top:.7rem}
.plan .price small{font-size:1rem;font-weight:500;color:var(--muted);letter-spacing:0}
.plan .price-sub{color:var(--muted);font-size:.9rem;margin-bottom:1.4rem}
.plan ul{list-style:none;padding:0;margin:0 0 1.8rem;flex:1}
.plan ul li{position:relative;padding-left:1.7rem;margin-bottom:.6rem;font-size:.96rem}
.plan ul li::before{
  content:"";position:absolute;left:2px;top:.5em;width:9px;height:5px;
  border-left:2px solid #2fa07a;border-bottom:2px solid #2fa07a;transform:rotate(-45deg);
}
.plan ul li.off{color:var(--muted);opacity:.7}
.plan ul li.off::before{
  border:0;content:"—";left:0;top:0;transform:none;color:var(--muted);font-weight:700;
}
.plan .btn{width:100%}
.price-note{text-align:center;color:var(--muted);font-size:.88rem;margin-top:1.6rem;max-width:60ch;margin-inline:auto}
@media (max-width:760px){.pricing{grid-template-columns:1fr}}

/* ---------- FAQ ---------- */
.faq{max-width:780px;margin-inline:auto}
.faq details{border-bottom:1px solid var(--line);padding:.4rem 0}
.faq summary{
  cursor:pointer;list-style:none;padding:1.1rem 2.2rem 1.1rem 0;position:relative;
  font-weight:600;color:var(--ink);font-size:1.04rem;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"";position:absolute;right:.4rem;top:1.55rem;width:9px;height:9px;
  border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);
  transform:rotate(45deg);transition:.2s ease;
}
.faq details[open] summary::after{transform:rotate(-135deg);top:1.75rem}
.faq details p{margin:0 0 1.1rem;color:var(--body)}
.faq details p:last-child{margin-bottom:1.1rem}

/* ---------- CTA band ---------- */
.cta-band{
  background:
    radial-gradient(760px 400px at 80% 0%,rgba(30,136,229,.32),transparent 60%),
    var(--bg-navy);
  color:#fff;text-align:center;padding-block:clamp(3.4rem,7vw,5rem);
}
.cta-band h2{color:#fff}
.cta-band p{color:#b9cee0;max-width:56ch;margin-inline:auto;font-size:1.08rem}

/* ---------- blog ---------- */
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.post-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.7rem;
  display:flex;flex-direction:column;transition:.2s ease;
}
.post-card:hover{box-shadow:var(--shadow);transform:translateY(-2px);border-color:var(--line-2)}
.post-card .tag{
  font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:var(--blue);margin-bottom:.7rem;
}
.post-card h3{font-size:1.1rem;margin-bottom:.5rem;line-height:1.3}
.post-card h3 a{color:var(--ink)}
.post-card h3 a:hover{color:var(--blue);text-decoration:none}
.post-card p{font-size:.95rem;color:var(--muted);flex:1;margin-bottom:1.1rem}
.post-card .meta{font-size:.83rem;color:var(--muted);display:flex;gap:.6rem;align-items:center}
@media (max-width:940px){.post-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.post-grid{grid-template-columns:1fr}}

/* ---------- article ---------- */
.article-head{background:var(--bg-alt);border-bottom:1px solid var(--line);padding-block:clamp(2.6rem,5vw,4rem)}
.breadcrumb{font-size:.88rem;color:var(--muted);margin-bottom:1.1rem}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--blue)}
.article-meta{display:flex;flex-wrap:wrap;gap:.5rem .9rem;color:var(--muted);font-size:.9rem;margin-top:1rem}
.article-body{padding-block:clamp(2.4rem,5vw,3.6rem);font-size:1.06rem}
.article-body h2{margin-top:2.6rem;font-size:clamp(1.4rem,3vw,1.85rem)}
.article-body h3{margin-top:2rem;font-size:1.18rem}
.article-body ul,.article-body ol{margin-bottom:1.3em}
.article-body table{width:100%;border-collapse:collapse;margin:1.6rem 0;font-size:.95rem}
.article-body th,.article-body td{border:1px solid var(--line);padding:.65rem .8rem;text-align:left;vertical-align:top}
.article-body th{background:var(--bg-alt);color:var(--ink);font-weight:600}
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.callout{
  background:var(--bg-alt);border:1px solid var(--line);border-left:4px solid var(--blue);
  border-radius:10px;padding:1.2rem 1.4rem;margin:1.8rem 0;
}
.callout p:last-child{margin-bottom:0}
.callout strong{color:var(--ink)}
.toc{
  background:var(--bg-alt);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.3rem 1.5rem;margin-bottom:2.2rem;
}
.toc p{font-weight:700;color:var(--ink);margin-bottom:.6rem;font-size:.92rem;
  letter-spacing:.06em;text-transform:uppercase}
.toc ol{margin:0;padding-left:1.2rem;font-size:.97rem}
.toc li{margin-bottom:.3em}
.inline-cta{
  background:var(--bg-navy);color:#fff;border-radius:var(--radius-lg);
  padding:1.9rem;margin:2.6rem 0;text-align:center;
}
.inline-cta h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem}
.inline-cta p{color:#b9cee0;font-size:.98rem;margin-bottom:1.3rem}
.related{border-top:1px solid var(--line);padding-top:2.4rem;margin-top:3rem}
.related h2{font-size:1.3rem}

/* ---------- legal ---------- */
.legal{padding-block:clamp(2.6rem,5vw,4rem);font-size:1.02rem}
.legal h2{margin-top:2.4rem;font-size:1.45rem}
.legal h3{margin-top:1.7rem;font-size:1.1rem}
.legal ul{margin-bottom:1.3em}

/* ---------- footer ---------- */
.site-footer{background:var(--bg-navy);color:#93aec7;padding-block:3.4rem 2rem;font-size:.95rem}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.2rem}
.footer-brand{display:flex;align-items:center;gap:.6rem;color:#fff;font-weight:700;margin-bottom:.9rem}
.footer-brand svg{width:32px;height:32px;border-radius:8px}
.footer-grid p{color:#7f9ab4;max-width:34ch;font-size:.93rem}
.site-footer h4{color:#fff;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:.55rem}
.site-footer a{color:#93aec7}
.site-footer a:hover{color:#fff;text-decoration:none}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);margin-top:2.6rem;padding-top:1.5rem;
  display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;justify-content:space-between;
  color:#6d88a3;font-size:.87rem;
}
@media (max-width:820px){.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.footer-grid{grid-template-columns:1fr}}

/* ---------- misc ---------- */
.skip-link{
  position:absolute;left:-9999px;top:0;background:var(--blue);color:#fff;
  padding:.7rem 1.1rem;border-radius:0 0 8px 0;z-index:100;
}
.skip-link:focus{left:0}
:focus-visible{outline:3px solid rgba(30,136,229,.5);outline-offset:2px;border-radius:4px}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation-duration:.01ms!important;transition-duration:.01ms!important}
}


/* ---------- September 2026 article refresh ---------- */
.article-hero{margin:0 0 2rem;}
.article-hero img{width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:var(--radius-lg);display:block;box-shadow:var(--shadow)}
.article-hero figcaption{font-size:.9rem;color:var(--muted);margin-top:.6rem}
.report-box{
  background:var(--bg-alt);border:1px solid var(--line);border-left:4px solid var(--teal);
  border-radius:10px;padding:1.3rem 1.5rem;margin:2.4rem 0 1rem;
}
.report-box-title{font-weight:700;color:var(--ink);margin:0 0 .8rem}
.report-box dl{display:grid;grid-template-columns:max-content 1fr;gap:.45rem 1rem;margin:0}
.report-box dt{font-weight:600;color:var(--muted);font-size:.9rem}
.report-box dd{margin:0}
@media (max-width:520px){.report-box dl{grid-template-columns:1fr}.report-box dt{margin-top:.4rem}}

.article-faq{margin:2.6rem 0 0}
.article-faq h2{margin-bottom:1rem}
.faq-item{border-top:1px solid var(--line);padding:.9rem 0}
.faq-item:last-of-type{border-bottom:1px solid var(--line)}
.faq-item summary{cursor:pointer;font-weight:600;color:var(--ink);list-style:none;display:flex;justify-content:space-between;gap:1rem}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";color:var(--muted);font-weight:400}
.faq-item[open] summary::after{content:"–"}
.faq-item p{margin:.7rem 0 0;color:var(--body)}
.author-card{display:flex;gap:1rem;align-items:flex-start;border-top:1px solid var(--line);padding-top:1.4rem;margin-top:2rem}
.author-card img{border-radius:50%;flex:none}
.author-name{font-weight:700;margin:0 0 .2rem}
.author-bio{margin:0;color:var(--muted);font-size:.95rem}

/* ---------- cookie consent bar ---------- */
.consent{
  position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:50;margin-inline:auto;max-width:720px;
  display:flex;flex-wrap:wrap;gap:.9rem 1.4rem;align-items:center;justify-content:space-between;
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:1rem 1.2rem;box-shadow:0 18px 50px rgba(10,37,64,.18);
}
.consent[hidden]{display:none}
.consent p{margin:0;font-size:.92rem;color:var(--body);flex:1 1 320px}
.consent p a{color:var(--blue);text-decoration:underline}
.consent-actions{display:flex;gap:.6rem;flex:0 0 auto}
.consent .btn{padding:.55rem 1rem;font-size:.9rem}

/* ---------- inline defect figures + defect entries (pillar guides) ---------- */
.article-body figure.defect-photo{margin:1.4rem 0 1.8rem}
.article-body figure.defect-photo img{width:100%;height:auto;border-radius:var(--radius);display:block;box-shadow:var(--shadow)}
.article-body figure.defect-photo figcaption{font-size:.88rem;color:var(--muted);margin-top:.5rem}
.defect{border-left:3px solid var(--line-2);padding:.2rem 0 .2rem 1.1rem;margin:1.4rem 0}
.defect h3{margin:0 0 .4rem;font-size:1.08rem}
.defect .sev{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.18rem .55rem;border-radius:100px;margin-left:.5rem;vertical-align:middle}
.sev-low{background:#e6f7ef;color:#1f7a4d}
.sev-medium{background:#fff4d6;color:#8a5a00}
.sev-high{background:#ffe8d6;color:#a34700}
.sev-critical{background:#ffe1e1;color:#a11d22}
.defect p{margin:.35rem 0}
.defect p strong{color:var(--ink)}
.pillar-line{font-size:.92rem;color:var(--muted);margin:-.4rem 0 1.6rem;padding:.7rem 1rem;background:var(--bg-alt);border-radius:10px}
.pillar-line a{font-weight:600}
.credit{display:block;font-size:.78rem;color:var(--muted);opacity:.85;margin-top:.25rem}
.credit a{color:inherit;text-decoration:underline}

/* ---------- user guide screens: phone-shaped, narrower than the column ---------- */
.article-body figure.guide-screen{max-width:340px;margin-inline:auto}
.article-body figure.guide-screen img{border:1px solid var(--line)}


/* ---- product pages: features, compare, questions, templates (2026-09-19) ---- */
.feature-link{display:block;color:inherit;text-decoration:none;transition:transform .15s,box-shadow .15s}
.feature-link:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.feature-link .more{display:inline-block;margin-top:.6rem;color:var(--blue);font-weight:600;font-size:.92rem}
.post-card .eyebrow{display:block;margin-bottom:.3rem}
.spec th{text-align:left}
.spec ul{margin:0;padding-left:1.1rem;font-size:.92rem}
.spec li{margin:.25rem 0}
.article-body .spec td{width:25%}
table.compare th[scope=row]{font-weight:500;background:#fff;color:var(--ink);width:38%}
table.compare thead th{position:sticky;top:0}
table.compare .mark{display:inline-block;width:1.4em;font-weight:700}
table.compare td.c-yes .mark{color:#1f9d6a}
table.compare td.c-part .mark{color:var(--amber)}
table.compare td.c-no .mark{color:var(--muted)}
table.compare td{font-size:.92rem}
table.compare.matrix th[scope=row]{width:26%}
table.compare.matrix td{white-space:normal;min-width:96px}
table.compare.hub td:last-child{min-width:240px}
.compare-figure{display:flex;gap:2rem;justify-content:center;margin:2.2rem 0}
.compare-figure .phone{max-width:230px}
@media (max-width:640px){.compare-figure{gap:1rem}.compare-figure .phone{max-width:44%}}
.steps-list{padding-left:1.3rem;margin:0 0 1.2rem}
.steps-list li{margin:.55rem 0;line-height:1.55}
.article-body .split{margin:1.5rem 0 2.5rem}
.article-body .split h2{margin-top:0}
.ipad-shot{margin:2rem 0 2.6rem}
.ipad-shot img{width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--line)}
.checks{list-style:none;padding:0;margin:0 0 1.6rem}
.checks li{display:grid;grid-template-columns:22px 1fr auto;gap:.7rem;align-items:start;padding:.5rem 0;border-bottom:1px solid var(--line);font-size:.97rem}
.checks .chk{width:18px;height:18px;border:1.5px solid var(--line-2);border-radius:5px;margin-top:.15rem}
.checks .trade{font-size:.78rem;color:var(--muted);white-space:nowrap;padding-top:.15rem}
.template-page h3{margin-top:1.8rem;display:flex;align-items:baseline;gap:.5rem}
.template-page h3 small{font-size:.8rem;color:var(--muted);font-weight:500}
.template-page .article-meta span+span::before{content:"·";margin:0 .5rem}
@media print{
  .site-header,.site-footer,.cta-band,.inline-cta,.btn-row,.related,.split,.faq,.consent,.breadcrumb{display:none!important}
  .article-head{padding:0}
  .checks li{break-inside:avoid;border-bottom-color:#ccc}
  .checks .chk{border-color:#888}
  body{font-size:11pt}
}

/* ---- YouTube embeds ---- */
.video-embed{margin:2rem 0}
.video-frame{position:relative;padding-top:56.25%;border-radius:var(--radius-lg);overflow:hidden;background:#0a2540;box-shadow:var(--shadow)}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-embed figcaption{font-size:.9rem;color:var(--muted);margin-top:.6rem;text-align:center}
