
:root{
  --ink:#11213f;
  --text:#33445e;
  --muted:#708097;
  --line:#e7edf4;
  --bg:#f5f9fd;
  --blue:#1675d1;
  --teal:#0b9e96;
  --teal-dark:#087d77;
  --soft:#eef8fb;
  --card:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",Arial,sans-serif;
  background:linear-gradient(180deg,#f7fbff 0,#f2f7fb 100%);
  color:var(--ink);
  word-break:keep-all;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.wrap{width:min(1460px,calc(100% - 56px));margin:0 auto}

.site-header{
  height:78px;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(30,62,100,.06);
  position:sticky;top:0;z-index:50;backdrop-filter:blur(12px);
}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.logo{font-size:28px;font-weight:900;letter-spacing:-1.3px;color:var(--blue)}
.logo span{color:#14294c;font-weight:800}
.nav{display:flex;gap:58px;font-size:17px;font-weight:750}
.nav a:hover{color:var(--teal)}
.header-tools{display:flex;gap:10px}
.icon-btn{
  width:44px;height:44px;border:1px solid #dfe8f1;background:#fafdff;border-radius:12px;
  display:grid;place-items:center;font-size:22px;color:#14284a;cursor:pointer;
}

/* Hero */
.hero{
  background:
    radial-gradient(circle at 77% 18%,rgba(196,221,255,.65),transparent 30%),
    radial-gradient(circle at 85% 63%,rgba(198,239,236,.48),transparent 24%),
    #fff;
  padding:54px 0 34px;
  overflow:hidden;
}
.hero-grid{display:grid;grid-template-columns:43% 57%;align-items:center;min-height:540px}
.hero-copy{padding-left:24px;position:relative;z-index:2}
.hero-eyebrow{color:var(--teal);font-size:17px;font-weight:800;margin-bottom:22px}
.hero h1{margin:0;font-size:56px;line-height:1.3;letter-spacing:-3px;font-weight:900}
.hero h1 em{font-style:normal;color:var(--teal)}
.hero-desc{margin:28px 0 0;color:#51627a;font-size:18px;line-height:1.8}
.hero-actions{display:flex;gap:14px;margin-top:35px}
.btn{
  min-height:56px;padding:0 27px;border-radius:11px;display:inline-flex;align-items:center;
  justify-content:center;font-size:16px;font-weight:800;box-shadow:0 5px 16px rgba(38,72,108,.08)
}
.btn-primary{background:var(--teal);color:#fff}
.btn-secondary{background:#fff;border:1px solid #dae4ed;color:#203451}
.hero-art{height:520px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}
.hero-art img{
  width:100%;height:100%;object-fit:cover;object-position:center;
  border-radius:0;
}

/* shared cards */
.panel{
  background:rgba(255,255,255,.98);border:1px solid #eef2f6;border-radius:24px;
  box-shadow:0 18px 48px rgba(66,95,128,.06);
}
.categories{margin-top:0;padding:26px 28px}
.category-grid{display:grid;grid-template-columns:225px repeat(6,1fr);gap:16px}
.category-intro{padding:16px 15px}
.kicker{color:var(--teal);font-weight:850;font-size:14px}
.category-intro h2{font-size:30px;line-height:1.4;margin:13px 0 10px;letter-spacing:-1.6px}
.category-intro p{color:var(--muted);font-size:14px;line-height:1.7}
.category-card{
  min-height:213px;padding:16px 13px 20px;border:1px solid #e5ebf1;border-radius:17px;
  text-align:center;position:relative;background:#fff;transition:.17s ease
}
.category-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(65,94,124,.08);border-color:#c6e4e1}
.category-icon{height:72px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.category-icon img{max-width:92px;max-height:72px;object-fit:contain}
.category-card strong{display:block;font-size:18px;margin-bottom:9px}
.category-card span{font-size:14px;color:#697890;line-height:1.55}
.arrow{
  position:absolute;right:12px;bottom:12px;width:31px;height:31px;border-radius:50%;
  border:1px solid #e4edf1;display:grid;place-items:center;color:var(--teal);font-weight:900
}
.morebar{
  margin-top:18px;background:linear-gradient(90deg,#e9f8f7,#eef9fc);border-radius:14px;
  padding:14px 18px;display:grid;grid-template-columns:205px repeat(6,1fr);gap:10px;align-items:center
}
.more-title{font-weight:850;color:#0b8580}
.more-pill{background:#fff;border:1px solid #e0eaee;border-radius:9px;padding:10px 7px;text-align:center;font-size:13px;color:#40516a}
.more-all{text-align:right;color:#0b8580;font-weight:850}

/* section defaults */
.section{padding:36px 0}
.section-title{text-align:center;margin-bottom:26px}
.section-title h2{font-size:29px;margin:0 0 8px;letter-spacing:-1.3px}
.section-title p{margin:0;color:var(--muted);font-size:14px}

/* Why compare */
.why{padding:28px 30px 36px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #eef1f5;border-radius:15px;overflow:hidden}
.why-item{text-align:center;padding:34px 24px 28px;position:relative}
.why-item:not(:last-child)::after{content:"";position:absolute;right:0;top:28px;bottom:28px;border-right:1px dashed #d7e0e8}
.why-icon{
  width:70px;height:70px;margin:0 auto 15px;border-radius:20px;display:grid;place-items:center;
  background:linear-gradient(180deg,#effafa,#f8fcff);font-size:39px
}
.why-item h3{font-size:18px;margin:0 0 10px}
.why-item p{font-size:13px;color:#66768c;line-height:1.7;margin:0}

/* Guides */
.guide-panel{padding:30px 30px 32px}
.guide-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}
.guide-head h2{font-size:25px;margin:0 0 7px}
.guide-head p{margin:0;color:var(--muted);font-size:14px}
.link-btn{border:1px solid #dbe5ed;background:#fff;border-radius:10px;padding:11px 16px;font-size:13px;font-weight:800}
.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.guide-card{border:1px solid #e4eaf0;background:#fff;border-radius:15px;overflow:hidden}
.guide-thumb{height:172px;background:#eef4f8}
.guide-thumb img{width:100%;height:100%;object-fit:cover}
.guide-body{padding:17px 16px 19px}
.guide-body h3{font-size:17px;line-height:1.45;margin:0 0 8px}
.guide-body p{font-size:13px;line-height:1.65;color:#6d7b8f;margin:0 0 12px}
.tag{font-size:11px;color:var(--teal);border:1px solid #bfe7e4;border-radius:5px;padding:3px 6px}
.dots{text-align:center;margin-top:20px}
.dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#d7e1e9;margin:0 5px}
.dot.active{background:var(--teal)}

/* info/blog */
.info-panel{padding:30px}
.info-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}
.info-feature{
  padding:30px;border-radius:18px;background:linear-gradient(135deg,#e9f8f7,#f3f8ff);
  min-height:260px;display:flex;flex-direction:column;justify-content:space-between
}
.info-feature small{color:var(--teal);font-weight:850}
.info-feature h3{font-size:28px;line-height:1.4;letter-spacing:-1px;margin:18px 0 10px}
.info-feature p{color:#607089;font-size:14px;line-height:1.8;margin:0}
.info-list{border-top:2px solid #20334e}
.info-row{display:block;padding:19px 2px;border-bottom:1px solid #e7edf3}
.info-row small{color:var(--teal);font-weight:800}
.info-row strong{display:block;font-size:16px;margin-top:6px}
.info-row span{display:block;color:#728096;font-size:13px;margin-top:5px}

/* footer */
.footer{padding:30px 0 35px;background:#fff;margin-top:22px}
.footer-inner{display:grid;grid-template-columns:220px 1fr auto;gap:30px;align-items:center}
.footer .logo{font-size:24px}
.footer-links{display:flex;gap:34px;justify-content:center;font-size:13px;color:#5f6e83}
.footer-social{display:flex;gap:10px}
.social{width:36px;height:36px;border:1px solid #e0e7ee;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800}
.copyright{text-align:center;color:#8a95a5;font-size:12px;margin-top:18px}

@media(max-width:1180px){
  .wrap{width:min(100% - 36px,1100px)}
  .nav{gap:28px;font-size:15px}
  .hero-grid{grid-template-columns:1fr 1fr}
  .hero h1{font-size:43px}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .category-intro{grid-column:1/-1}
  .morebar{grid-template-columns:repeat(3,1fr)}
  .more-title{grid-column:1/-1;text-align:left}
}
@media(max-width:760px){
  .wrap{width:calc(100% - 26px)}
  .site-header{height:65px}
  .nav{display:none}
  .header-tools .icon-btn:first-child{display:none}
  .hero{padding-top:34px}
  .hero-grid{grid-template-columns:1fr;min-height:0}
  .hero-copy{padding-left:0}
  .hero h1{font-size:35px;letter-spacing:-1.8px}
  .hero-desc{font-size:15px}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .hero-art{height:330px;margin-top:10px}
  .categories{padding:18px 14px}
  .category-grid{grid-template-columns:1fr 1fr;gap:10px}
  .category-card{min-height:190px}
  .morebar{grid-template-columns:1fr 1fr}
  .why-grid,.guide-grid,.partner-list{grid-template-columns:1fr 1fr}
  .why-item::after{display:none}
  .info-layout{grid-template-columns:1fr}
  .partners{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr;text-align:center}
  .footer-links{flex-wrap:wrap}
  .footer-social{justify-content:center}
}

.footer-inner-simple{
  grid-template-columns:1fr auto;
}
.footer-inner-simple .footer-links{
  justify-content:flex-start;
}
@media(max-width:760px){
  .footer-inner-simple{
    grid-template-columns:1fr;
  }
  .footer-inner-simple .footer-links{
    justify-content:center;
  }
}

/* v7 image refresh */
.hero-art{
  height:500px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:hidden;
}
.hero-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:22px;
}
.category-icon{
  height:84px;
  margin-bottom:10px;
  overflow:hidden;
  border-radius:12px;
  background:#f7fbff;
}
.category-icon img{
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:cover;
}

/* v8: approved hero image + distinct cancer card image */
.hero-art img{
  object-fit:cover;
  object-position:center;
}

/* v9: keep the approved hero image fully visible at every viewport */
.hero-art{
  height:auto !important;
  aspect-ratio:1026 / 375;
  overflow:hidden;
}
.hero-art img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:18px;
}
@media(max-width:1180px){
  .hero-grid{align-items:center;}
  .hero-art{aspect-ratio:1026 / 375;}
}
@media(max-width:760px){
  .hero-art{
    width:100%;
    height:auto !important;
    aspect-ratio:1026 / 375;
    margin-top:18px;
  }
  .hero-art img{border-radius:14px;}
}

/* v11: responsive hero image and final insurance card order */
.hero{
  padding:54px 0 36px;
}
.hero-grid{
  grid-template-columns:minmax(360px, 44%) minmax(0, 56%);
  gap:32px;
  min-height:0;
}
.hero-art{
  width:100%;
  max-width:760px;
  height:auto !important;
  aspect-ratio:1026 / 375;
  justify-self:end;
  overflow:hidden;
  border-radius:18px;
}
.hero-art img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:18px;
}
@media(max-width:1180px){
  .hero{
    padding:44px 0 30px;
  }
  .hero-grid{
    grid-template-columns:minmax(330px, 46%) minmax(0, 54%);
    gap:22px;
  }
  .hero-art{
    max-width:590px;
  }
}
@media(max-width:900px){
  .hero-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .hero-copy{
    padding-left:0;
  }
  .hero-art{
    width:min(100%, 720px);
    max-width:720px;
    justify-self:center;
  }
}
@media(max-width:760px){
  .hero{
    padding:32px 0 22px;
  }
  .hero-art{
    width:100%;
    aspect-ratio:1026 / 375;
    margin-top:4px;
    border-radius:14px;
  }
  .hero-art img{
    border-radius:14px;
  }
}

/* v12 final cleanup */
.hero-art{
  aspect-ratio:1026 / 470 !important;
}
@media(max-width:760px){
  .hero-art{
    aspect-ratio:1026 / 470 !important;
  }
}

.footer-inner,
.footer-inner-simple{
  grid-template-columns:1fr !important;
  justify-items:center;
  text-align:center;
}
.footer-links{
  justify-content:center !important;
  flex-wrap:wrap;
}
.footer-social{
  display:none !important;
}

.category-card{
  padding:20px 16px 24px;
}
.category-card span{
  line-height:1.65;
}
.why-item{
  padding:38px 28px 32px;
}
.guide-card .guide-body{
  padding:19px 17px 21px;
}
.guide-thumb{
  aspect-ratio:16 / 10;
  height:auto;
}
.guide-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* v13-B: stacked text-over-image hero */
.hero{
  padding:50px 0 44px !important;
}
.hero-grid-stacked{
  display:flex !important;
  flex-direction:column !important;
  gap:32px !important;
  align-items:center !important;
  min-height:0 !important;
}
.hero-grid-stacked .hero-copy{
  width:min(100%, 860px) !important;
  padding-left:0 !important;
  text-align:center !important;
}
.hero-grid-stacked .hero h1{
  font-size:54px !important;
}
.hero-grid-stacked .hero-desc{
  margin-left:auto !important;
  margin-right:auto !important;
}
.hero-grid-stacked .hero-actions{
  justify-content:center !important;
}
.hero-grid-stacked .hero-art{
  width:min(100%, 1180px) !important;
  max-width:none !important;
  aspect-ratio:16 / 7.5 !important;
  justify-self:center !important;
  overflow:hidden !important;
  border-radius:24px !important;
  box-shadow:0 20px 52px rgba(50,83,117,.12) !important;
  background:#eef7fb !important;
}
.hero-grid-stacked .hero-art img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:24px !important;
}
@media(max-width:900px){
  .hero-grid-stacked .hero-copy{
    text-align:left !important;
  }
  .hero-grid-stacked .hero-actions{
    justify-content:flex-start !important;
  }
  .hero-grid-stacked .hero h1{
    font-size:42px !important;
  }
  .hero-grid-stacked .hero-art{
    aspect-ratio:16 / 8.5 !important;
  }
}
@media(max-width:600px){
  .hero{
    padding:30px 0 24px !important;
  }
  .hero-grid-stacked{
    gap:24px !important;
  }
  .hero-grid-stacked .hero h1{
    font-size:34px !important;
  }
  .hero-grid-stacked .hero-art{
    aspect-ratio:4 / 2.8 !important;
    border-radius:16px !important;
  }
  .hero-grid-stacked .hero-art img{
    border-radius:16px !important;
  }
}

/* v14-B: refined compact header and hero */
.site-header{
  height:64px !important;
}
.header-inner{
  height:64px !important;
}
.logo{
  font-size:25px !important;
}
.nav{
  gap:42px !important;
  font-size:16px !important;
}
.icon-btn{
  width:40px !important;
  height:40px !important;
  border-radius:10px !important;
}

.hero{
  padding:28px 0 34px !important;
}
.hero-grid-stacked{
  gap:22px !important;
}
.hero-grid-stacked .hero-copy{
  width:min(100%, 900px) !important;
}
.hero-eyebrow{
  margin-bottom:14px !important;
  font-size:16px !important;
}
.hero-grid-stacked .hero h1{
  margin:0 !important;
  font-size:50px !important;
  line-height:1.22 !important;
  letter-spacing:-2.4px !important;
}
.hero-grid-stacked .hero-desc{
  margin-top:18px !important;
  max-width:760px !important;
  font-size:17px !important;
  line-height:1.7 !important;
}
.hero-grid-stacked .hero-actions{
  margin-top:24px !important;
  gap:12px !important;
}
.hero-grid-stacked .btn{
  min-height:52px !important;
  padding:0 25px !important;
}
.hero-grid-stacked .hero-art{
  width:min(100%, 1080px) !important;
  aspect-ratio:16 / 7.8 !important;
  border-radius:22px !important;
}
.hero-grid-stacked .hero-art img{
  border-radius:22px !important;
}

@media(max-width:900px){
  .site-header,
  .header-inner{
    height:60px !important;
  }
  .hero{
    padding:24px 0 28px !important;
  }
  .hero-grid-stacked{
    gap:20px !important;
  }
  .hero-grid-stacked .hero-copy{
    text-align:center !important;
  }
  .hero-grid-stacked .hero-actions{
    justify-content:center !important;
  }
  .hero-grid-stacked .hero h1{
    font-size:40px !important;
  }
  .hero-grid-stacked .hero-art{
    aspect-ratio:16 / 8.5 !important;
  }
}

@media(max-width:600px){
  .site-header,
  .header-inner{
    height:58px !important;
  }
  .logo{
    font-size:22px !important;
  }
  .hero{
    padding:22px 0 24px !important;
  }
  .hero-grid-stacked{
    gap:18px !important;
  }
  .hero-grid-stacked .hero-copy{
    text-align:left !important;
  }
  .hero-eyebrow{
    font-size:14px !important;
    margin-bottom:10px !important;
  }
  .hero-grid-stacked .hero h1{
    font-size:32px !important;
    line-height:1.28 !important;
    letter-spacing:-1.6px !important;
  }
  .hero-grid-stacked .hero-desc{
    margin-top:14px !important;
    font-size:15px !important;
    line-height:1.65 !important;
  }
  .hero-grid-stacked .hero-actions{
    margin-top:18px !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:9px !important;
  }
  .hero-grid-stacked .btn{
    width:100% !important;
    min-height:48px !important;
    padding:0 12px !important;
    font-size:14px !important;
  }
  .hero-grid-stacked .hero-art{
    aspect-ratio:4 / 2.65 !important;
    border-radius:15px !important;
  }
  .hero-grid-stacked .hero-art img{
    border-radius:15px !important;
  }
}

/* v15 final brand + SEO polish */
.brand-logo{
  display:inline-flex;
  align-items:center;
  gap:9px;
}
.brand-logo img{
  width:30px;
  height:30px;
  flex:0 0 auto;
}
.brand-text{
  font-style:normal;
  color:#1675d1;
}
.brand-text em{
  font-style:normal;
  color:#14294c;
}
.footer-note{
  margin-top:14px;
  text-align:center;
  color:#7b8798;
  font-size:12px;
  line-height:1.7;
}
.footer-note p{
  margin:2px 0;
}
@media(max-width:600px){
  .brand-logo img{
    width:26px;
    height:26px;
  }
  .footer-note{
    font-size:11px;
    padding:0 8px;
  }
}

/* v17: keep guide/blog sections visible before content is added */
.empty-content-box{
  min-height:170px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:34px 24px;
  border:1px dashed #cfdbea;
  border-radius:18px;
  background:#f8fbff;
  color:#607087;
}
.empty-content-box strong{
  display:block;
  margin-bottom:8px;
  color:#263a55;
  font-size:18px;
}
.empty-content-box p{
  margin:0;
  font-size:14px;
  line-height:1.7;
}

/* basic legal pages */
.legal-main{
  padding:42px 0 72px;
  background:#f6f9fc;
}
.legal-wrap{max-width:920px;}
.breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  color:#7b8798;
  font-size:14px;
}
.breadcrumb a{color:#5d6c80;}
.legal-card{
  padding:44px 46px;
  border:1px solid #e3eaf2;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 34px rgba(39,67,96,.06);
}
.legal-card h1{
  margin:0 0 30px;
  color:#172d4d;
  font-size:34px;
  letter-spacing:-1.3px;
}
.legal-content h2{
  margin:30px 0 10px;
  color:#233a58;
  font-size:19px;
}
.legal-content p{
  margin:0 0 15px;
  color:#52647a;
  font-size:15px;
  line-height:1.85;
}
@media(max-width:600px){
  .legal-main{padding:26px 0 48px;}
  .legal-card{padding:28px 22px;border-radius:16px;}
  .legal-card h1{font-size:28px;}
}

/* header + CPA insurance cleanup */
.header-inner{
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  align-items:center !important;
  min-height:62px !important;
}
.header-inner .logo{grid-column:1 !important;}
.header-inner .nav{
  grid-column:2 !important;
  justify-self:center !important;
  display:flex !important;
  align-items:center !important;
  gap:46px !important;
  margin:0 !important;
}
.header-inner .nav a{white-space:nowrap;}
.header-tools{display:none !important;}
.categories .category-grid{
  grid-template-columns:225px repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
}
.morebar{display:none !important;}

@media(max-width:1180px){
  .header-inner .nav{gap:34px !important;}
  .categories .category-grid{
    grid-template-columns:200px repeat(4,minmax(0,1fr)) !important;
  }
}
@media(max-width:900px){
  .header-inner{
    grid-template-columns:auto 1fr !important;
  }
  .header-inner .nav{
    justify-self:end !important;
    gap:26px !important;
  }
  .categories .category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .categories .category-intro{
    grid-column:1 / -1 !important;
  }
}
@media(max-width:600px){
  .header-inner{
    display:flex !important;
    justify-content:space-between !important;
    gap:16px !important;
  }
  .header-inner .nav{
    gap:16px !important;
    font-size:14px !important;
  }
  .categories .category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
}

/* final header, hero and insurance-card alignment */
.site-header{
  border-bottom:1px solid #edf2f7;
  background:#fff;
}
.header-inner{
  display:grid !important;
  grid-template-columns:auto 1fr !important;
  align-items:center !important;
  height:62px !important;
  min-height:62px !important;
}
.header-inner .logo{
  grid-column:1 !important;
  justify-self:start !important;
}
.header-inner .nav{
  grid-column:2 !important;
  justify-self:end !important;
  display:flex !important;
  align-items:center !important;
  gap:40px !important;
  margin:0 !important;
  font-size:16px !important;
  font-weight:700 !important;
}
.header-inner .nav a{
  display:flex;
  align-items:center;
  height:62px;
  white-space:nowrap;
}

/* hero spacing */
.hero{
  padding:20px 0 28px !important;
}
.hero-grid-stacked{
  gap:16px !important;
}
.hero-grid-stacked .hero-actions{
  margin-top:20px !important;
}
.hero-grid-stacked .hero-art{
  width:min(100%,1080px) !important;
  aspect-ratio:1026 / 420 !important;
  background:transparent !important;
  border-radius:22px !important;
  overflow:hidden !important;
}
.hero-grid-stacked .hero-art img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:22px !important;
}

/* intro occupies the full height of two card rows */
.categories .category-grid{
  grid-template-columns:225px repeat(4,minmax(0,1fr)) !important;
  grid-auto-rows:1fr;
  gap:16px !important;
}
.categories .category-intro{
  grid-column:1 !important;
  grid-row:span 2 !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100% !important;
  padding:26px 22px !important;
}
.categories .category-intro h2{
  font-size:29px !important;
  line-height:1.35 !important;
}

@media(max-width:1180px){
  .header-inner .nav{
    gap:34px !important;
  }
  .categories .category-grid{
    grid-template-columns:200px repeat(4,minmax(0,1fr)) !important;
    gap:13px !important;
  }
}
@media(max-width:900px){
  .header-inner{
    grid-template-columns:auto 1fr !important;
  }
  .header-inner .nav{
    justify-self:end !important;
    gap:25px !important;
  }
  .hero{
    padding:18px 0 24px !important;
  }
  .hero-grid-stacked{
    gap:14px !important;
  }
  .hero-grid-stacked .hero-art{
    aspect-ratio:1026 / 420 !important;
  }
  .categories .category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .categories .category-intro{
    grid-column:1 / -1 !important;
    grid-row:auto !important;
    min-height:auto !important;
    text-align:center;
  }
}
@media(max-width:600px){
  .header-inner{
    height:58px !important;
    min-height:58px !important;
  }
  .header-inner .nav{
    gap:15px !important;
    font-size:13px !important;
  }
  .header-inner .nav a{
    height:58px !important;
  }
  .hero{
    padding:16px 0 20px !important;
  }
  .hero-grid-stacked{
    gap:12px !important;
  }
  .hero-grid-stacked .hero-actions{
    margin-top:16px !important;
  }
  .hero-grid-stacked .hero-art{
    aspect-ratio:1026 / 430 !important;
    border-radius:15px !important;
  }
  .hero-grid-stacked .hero-art img{
    border-radius:15px !important;
  }
  .categories .category-intro h2{
    font-size:25px !important;
  }
}

/* responsive verification fixes */
.brand-logo,
.brand-logo .brand-text{
  white-space:nowrap !important;
  flex-wrap:nowrap !important;
}
@media(max-width:900px){
  .categories .category-grid{
    grid-auto-rows:auto !important;
  }
  .categories .category-intro{
    padding:28px 22px !important;
  }
}
@media(max-width:600px){
  .brand-logo{
    gap:6px !important;
    flex:0 0 auto !important;
  }
  .brand-logo img{
    width:22px !important;
    height:22px !important;
  }
  .brand-logo .brand-text{
    font-size:19px !important;
    letter-spacing:-.7px !important;
  }
  .header-inner .nav{
    gap:13px !important;
    font-size:12.5px !important;
  }
  .categories .category-intro{
    padding:24px 18px !important;
  }
}
@media(max-width:340px){
  .brand-logo .brand-text{
    font-size:17px !important;
  }
  .brand-logo img{
    width:20px !important;
    height:20px !important;
  }
  .header-inner .nav{
    gap:10px !important;
    font-size:12px !important;
  }
}
