/*
Theme Name:  転職ナビAI
Theme URI:   https://tensyoku-navi-ai.com
Description: 2026年対応・転職・副業・キャリアアフィリエイト専用プレミアムテーマ
Version:     1.0
Author:      転職ナビAI
Text Domain: career-labo
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;600;700;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* =========================================================
   DESIGN TOKENS — Deep Blue × Vivid Orange × Clean White
   ========================================================= */
:root {
  --blue:       #0f2952;
  --blue-2:     #1a3a70;
  --blue-3:     #1e4080;
  --blue-light: #e8f0fc;
  --blue-pale:  #f0f5ff;

  --orange:     #e85c26;
  --orange-dark:#c44818;
  --orange-light:#fef0ea;
  --orange-pale: #fff8f5;

  --teal:       #0891b2;
  --teal-light: #e0f7fc;

  --ink:        #0f1e2e;
  --ink-2:      #2a3f5a;
  --ink-3:      #6a7f9a;
  --ink-4:      #b0bfcf;

  --white:      #ffffff;
  --cream:      #f8f9fc;
  --border:     #e2e8f0;
  --border-2:   #eef2f7;

  --font-sans:  'Noto Sans JP','Plus Jakarta Sans',sans-serif;
  --font-serif: 'Noto Serif JP',serif;
  --font-head:  'Plus Jakarta Sans',sans-serif;

  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  18px;
  --radius-xl:  24px;

  --shadow-sm:  0 2px 8px rgba(15,41,82,.08);
  --shadow-md:  0 6px 24px rgba(15,41,82,.12);
  --shadow-lg:  0 16px 48px rgba(15,41,82,.16);
  --shadow-or:  0 4px 20px rgba(232,92,38,.25);

  --container:  1240px;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0 }
html                  { scroll-behavior: smooth }
body                  { font-family: var(--font-sans); background: var(--cream); color: var(--ink); line-height: 1.7; -webkit-font-smoothing: antialiased }
a                     { color: var(--orange); text-decoration: none; transition: color .2s }
a:hover               { color: var(--orange-dark) }
img                   { display: block; max-width: 100%; height: auto }
ul,ol                 { list-style: none }
button                { cursor: pointer; font-family: inherit }

.container  { max-width: var(--container); margin: 0 auto; padding: 0 24px }
.page-wrap  { display: grid; grid-template-columns: 1fr 340px; gap: 32px; padding: 40px 0 64px }
.main-col   { min-width: 0 }
.sidebar-col{ min-width: 0 }

/* =========================================================
   HEADER
   ========================================================= */
#site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: var(--shadow-sm);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 20px }
.site-branding  { display: flex; align-items: baseline; gap: 8px; text-decoration: none }
.site-name      { font-family: var(--font-head); font-size: 1.4rem; font-weight: 800; color: var(--blue); letter-spacing: -.01em }
.site-name span { color: var(--orange) }
.site-tagline   { font-size: .6rem; color: var(--ink-4); letter-spacing: .14em; text-transform: uppercase }
.header-nav     { display: flex }
.header-nav a   { font-size: .78rem; color: var(--ink-2); padding: 10px 14px; border-bottom: 2px solid transparent; font-weight: 500; transition: all .2s }
.header-nav a:hover,
.header-nav a.current { color: var(--orange); border-bottom-color: var(--orange) }
.header-actions { display: flex; align-items: center; gap: 10px }
.btn-consult    { background: var(--orange); color: var(--white); font-size: .75rem; font-weight: 700; padding: 9px 20px; border-radius: 50px; border: none; box-shadow: var(--shadow-or); transition: all .2s }
.btn-consult:hover { background: var(--orange-dark); transform: translateY(-1px) }
.hamburger      { display: none; flex-direction: column; gap: 5px; width: 26px; background: none; border: none }
.hamburger span { display: block; height: 2px; background: var(--ink); border-radius: 1px }

/* =========================================================
   HERO
   ========================================================= */
#hero { background: var(--white); border-bottom: 1px solid var(--border); overflow: hidden }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px }
.hero-text-panel { padding: 52px 48px 44px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--border) }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; font-size: .63rem; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); font-weight: 700; margin-bottom: 22px }
.hero-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--orange) }
.hero-headline { font-family: var(--font-serif); font-size: 2.6rem; font-weight: 900; line-height: 1.2; color: var(--ink); margin-bottom: 18px }
.hero-headline em { font-style: normal; color: var(--orange) }
.hero-sub { font-size: .9rem; color: var(--ink-2); line-height: 1.9; margin-bottom: 28px; max-width: 400px }
.hero-btns { display: flex; align-items: center; gap: 14px; margin-bottom: 44px; flex-wrap: wrap }
.btn-hero-primary { background: var(--orange); color: var(--white); font-size: .85rem; font-weight: 700; padding: 13px 28px; border-radius: 50px; border: none; box-shadow: var(--shadow-or); transition: all .2s }
.btn-hero-primary:hover { background: var(--orange-dark); transform: translateY(-1px) }
.btn-hero-ghost { font-size: .83rem; color: var(--ink-2); background: none; border: 1.5px solid var(--border); border-radius: 50px; padding: 12px 22px; transition: all .2s }
.btn-hero-ghost:hover { border-color: var(--orange); color: var(--orange) }
.hero-stats { display: flex; gap: 28px; padding-top: 22px; border-top: 1px solid var(--border) }
.stat       { display: flex; flex-direction: column; gap: 3px }
.stat-num   { font-family: var(--font-head); font-size: 1.5rem; font-weight: 800; color: var(--blue); line-height: 1 }
.stat-label { font-size: .62rem; color: var(--ink-4); letter-spacing: .1em; text-transform: uppercase }
.hero-image-panel { position: relative; overflow: hidden; background: var(--blue-light) }
.hero-image-panel img { width: 100%; height: 100%; object-fit: cover }
.hero-float-card { position: absolute; bottom: 20px; left: 20px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 14px 18px; box-shadow: var(--shadow-md) }
.hero-float-label { font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 4px }
.hero-float-name  { font-size: .9rem; font-weight: 700; color: var(--ink) }
.hero-float-score { font-size: .75rem; color: var(--orange); font-weight: 700; margin-top: 3px }

/* =========================================================
   CATEGORY STRIP
   ========================================================= */
#cat-strip { background: var(--blue); border-bottom: 1px solid rgba(255,255,255,.1); overflow-x: auto; position: sticky; top: 68px; z-index: 100 }
.cat-strip-inner { display: flex; align-items: center; gap: 6px; padding: 10px 24px; white-space: nowrap }
.cat-pill { display: inline-flex; align-items: center; gap: 5px; padding: 6px 16px; border-radius: 50px; font-size: .75rem; font-weight: 600; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.75); background: transparent; transition: all .2s; text-decoration: none }
.cat-pill:hover,
.cat-pill.active { background: var(--orange); color: var(--white); border-color: var(--orange) }

/* =========================================================
   BENTO
   ========================================================= */
.bento { display: grid; grid-template-columns: repeat(12,1fr); gap: 12px; margin-bottom: 40px }
.bento-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); transition: transform .25s,box-shadow .25s; cursor: pointer; position: relative }
.bento-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md) }
.bc-hero  { grid-column: span 7; grid-row: span 2 }
.bc-tall  { grid-column: span 5; grid-row: span 2 }
.bc-wide  { grid-column: span 7 }
.bc-med   { grid-column: span 5 }
.bc-third { grid-column: span 4 }
.bc-half  { grid-column: span 6 }
.card-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s }
.bento-card:hover .card-img { transform: scale(1.04) }
.card-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top,rgba(15,41,82,.9) 0%,rgba(15,41,82,.4) 60%,transparent 100%); padding: 28px 22px 22px }
.card-overlay .card-cat   { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; font-weight: 700 }
.card-overlay .card-title { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 700; color: var(--white); line-height: 1.45 }
.card-overlay .card-meta  { font-size: .72rem; color: rgba(255,255,255,.5); margin-top: 8px }
.card-body  { padding: 18px 20px }
.card-cat   { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); font-weight: 700; margin-bottom: 8px }
.card-title { font-family: var(--font-serif); font-size: .95rem; font-weight: 700; color: var(--ink); line-height: 1.5 }
.card-meta  { font-size: .72rem; color: var(--ink-4); margin-top: 8px }
.card-horizontal { display: grid; grid-template-columns: 160px 1fr }
.card-horizontal .card-img-wrap { overflow: hidden }
.card-horizontal .card-img { height: 100% }

/* Ranking */
.rank-strip { padding: 0 }
.rank-strip-head { padding: 16px 20px 12px; border-bottom: 1px solid var(--border) }
.rank-strip-title { font-family: var(--font-serif); font-size: .95rem; font-weight: 700; color: var(--ink) }
.rank-row { display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-bottom: 1px solid var(--border-2); transition: background .15s }
.rank-row:last-child { border-bottom: none }
.rank-row:hover { background: var(--orange-pale) }
.rank-num { font-family: var(--font-head); font-size: 1.1rem; font-weight: 800; width: 24px; text-align: center; color: var(--ink-4); flex-shrink: 0 }
.rank-num.n1 { color: #e8a020 }
.rank-num.n2 { color: #9e9e9e }
.rank-num.n3 { color: #b87340 }
.rank-thumb { width: 44px; height: 44px; border-radius: var(--radius-sm); flex-shrink: 0; overflow: hidden; background: var(--blue-light) }
.rank-thumb img { width: 100%; height: 100%; object-fit: cover }
.rank-info  { flex: 1; min-width: 0 }
.rank-title { font-size: .82rem; font-weight: 700; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.rank-brand { font-size: .7rem; color: var(--ink-4) }
.rank-score { font-size: .78rem; font-weight: 700; color: var(--orange); flex-shrink: 0 }

/* CTA card */
.card-cta { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-3) 100%); padding: 26px 22px; display: flex; flex-direction: column; justify-content: space-between; border: none; min-height: 200px }
.cta-eyebrow { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 8px }
.cta-title   { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 700; color: var(--white); line-height: 1.5; margin-bottom: 8px }
.cta-sub     { font-size: .75rem; color: rgba(255,255,255,.65); line-height: 1.65; margin-bottom: 16px }
.cta-btn     { display: inline-flex; align-items: center; gap: 6px; background: var(--orange); color: var(--white); font-size: .78rem; font-weight: 700; padding: 9px 20px; border-radius: 50px; width: fit-content }
.cta-btn:hover { background: var(--orange-dark); color: var(--white) }

/* Stat card */
.card-stat { background: var(--blue); padding: 24px; border: none }
.stat-big-num   { font-family: var(--font-head); font-size: 2.2rem; font-weight: 800; line-height: 1; margin-bottom: 6px; color: var(--white) }
.stat-big-label { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45) }
.stat-big-delta { font-size: .72rem; color: #4ade80; margin-top: 8px }

/* Section header */
.section-hd { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px }
.section-title { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 700; color: var(--ink) }
.section-en    { font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-4); margin-left: 10px }
.section-more  { font-size: .75rem; color: var(--orange); border: 1px solid currentColor; padding: 4px 14px; border-radius: 50px; transition: all .2s; background: none }
.section-more:hover { background: var(--orange); color: var(--white) }

/* Article grid */
.article-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px }
.art-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform .25s,box-shadow .25s }
.art-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md) }
.art-card a   { display: block; text-decoration: none; color: inherit }
.art-thumb    { position: relative; padding-top: 58%; overflow: hidden; background: var(--blue-light) }
.art-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s }
.art-card:hover .art-thumb img { transform: scale(1.05) }
.art-cat-badge { position: absolute; top: 10px; left: 10px; background: var(--orange); color: var(--white); font-size: .62rem; font-weight: 700; padding: 3px 10px; border-radius: 4px }
.art-body     { padding: 16px 18px }
.art-title    { font-family: var(--font-serif); font-size: .92rem; font-weight: 700; color: var(--ink); line-height: 1.55; margin-bottom: 8px }
.art-excerpt  { font-size: .78rem; color: var(--ink-3); line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 10px }
.art-foot     { display: flex; justify-content: space-between; font-size: .7rem; color: var(--ink-4) }

/* Single post */
.entry-header-inner { padding: 36px 0 28px }
.entry-cat-badge { display: inline-block; background: var(--orange); color: var(--white); font-size: .65rem; font-weight: 700; padding: 4px 12px; border-radius: 4px; margin-bottom: 14px }
.entry-title { font-family: var(--font-serif); font-size: 1.9rem; font-weight: 900; color: var(--ink); line-height: 1.4; margin-bottom: 18px }
.entry-meta-bar { display: flex; gap: 20px; font-size: .78rem; color: var(--ink-4); padding-bottom: 22px; border-bottom: 1px solid var(--border) }
.entry-hero-img { width: 100%; height: 400px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 32px }
.entry-body { font-size: .95rem; line-height: 1.9; color: var(--ink-2) }
.entry-body h2 { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 700; color: var(--ink); margin: 32px 0 14px; padding: 10px 16px; border-left: 4px solid var(--orange); background: var(--orange-pale); border-radius: 0 var(--radius-sm) var(--radius-sm) 0 }
.entry-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--ink); margin: 24px 0 12px; padding-left: 14px; border-left: 3px solid var(--teal) }
.entry-body p  { margin-bottom: 18px }
.entry-body a  { color: var(--orange) }
.entry-body strong { color: var(--blue); font-weight: 700 }
.entry-body ul { list-style: none; margin: 14px 0 18px }
.entry-body ul li { padding-left: 16px; margin-bottom: 6px; position: relative }
.entry-body ul li::before { content: ''; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--orange) }
.entry-body table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .88rem }
.entry-body table th { background: var(--blue); color: var(--white); padding: 10px 14px; text-align: left; font-weight: 700 }
.entry-body table td { padding: 10px 14px; border: 1px solid var(--border) }
.entry-body table tr:nth-child(even) td { background: var(--blue-pale) }

/* CTA shortcode */
.career-cta { background: linear-gradient(135deg, var(--blue-pale), var(--blue-light)); border: 2px solid var(--blue-2); border-radius: var(--radius-xl); padding: 32px 28px; margin: 36px 0; text-align: center }
.career-cta-eyebrow { font-size: .63rem; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; font-weight: 700 }
.career-cta-name    { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 700; color: var(--ink); margin-bottom: 8px }
.career-cta-count   { font-size: 1.5rem; font-weight: 900; color: var(--blue); margin-bottom: 12px; font-family: var(--font-head) }
.career-cta-points  { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 22px }
.career-cta-point   { font-size: .78rem; color: var(--ink-2); display: flex; align-items: center; gap: 5px }
.career-cta-point::before { content: '✓'; color: var(--orange); font-weight: 700 }
.career-cta-btn { display: inline-block; background: var(--orange); color: var(--white); font-size: 1rem; font-weight: 700; padding: 14px 44px; border-radius: 50px; box-shadow: var(--shadow-or); transition: all .2s }
.career-cta-btn:hover { background: var(--orange-dark); transform: translateY(-2px); color: var(--white) }

/* Product meta card */
.product-meta-card { display: flex; gap: 20px; align-items: flex-start; padding: 22px; background: var(--blue-pale); border: 1px solid var(--blue-light); border-radius: var(--radius-lg); margin-bottom: 28px; flex-wrap: wrap }
.product-meta-img { width: 90px; height: 90px; border-radius: var(--radius-md); object-fit: cover; background: var(--blue-light); flex-shrink: 0 }
.product-meta-info { flex: 1; min-width: 180px }
.product-brand  { font-size: .72rem; color: var(--ink-4); margin-bottom: 3px }
.product-name   { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: 8px }
.product-bonus  { font-size: 1.2rem; font-weight: 900; color: var(--blue); font-family: var(--font-head) }
.product-bonus small { font-size: .72rem; font-weight: 400; color: var(--ink-4); margin-left: 4px }
.product-stars  { color: #e8a020; font-size: .9rem; letter-spacing: 2px }
.product-meta-btn-wrap { display: flex; align-items: center }
.product-meta-btn { background: var(--orange); color: var(--white); font-size: .82rem; font-weight: 700; padding: 12px 24px; border-radius: 50px; white-space: nowrap; box-shadow: var(--shadow-or); transition: all .2s }
.product-meta-btn:hover { background: var(--orange-dark); transform: translateY(-1px); color: var(--white) }

/* Sidebar */
.sidebar-widget { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 20px }
.widget-head { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: var(--white); padding: 11px 18px; font-size: .82rem; font-weight: 700; display: flex; align-items: center; gap: 7px }
.widget-body { padding: 12px 16px }
.widget-row  { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border-2) }
.widget-row:last-child { border-bottom: none }
.widget-rank { width: 22px; height: 22px; border-radius: 50%; background: var(--orange); color: var(--white); font-size: .68rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0 }
.widget-rank.wn1 { background: #e8a020 }
.widget-rank.wn2 { background: #9e9e9e }
.widget-rank.wn3 { background: #b87340 }
.widget-img  { width: 42px; height: 42px; border-radius: var(--radius-sm); flex-shrink: 0; overflow: hidden; background: var(--blue-light) }
.widget-img img { width: 100%; height: 100%; object-fit: cover }
.widget-text { flex: 1; min-width: 0; font-size: .8rem; color: var(--ink); line-height: 1.4 }
.widget-text a { color: var(--ink) }
.widget-text a:hover { color: var(--orange) }
.widget-score { font-size: .73rem; font-weight: 700; color: var(--orange); flex-shrink: 0 }
.widget-cat-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border-2); font-size: .8rem }
.widget-cat-row:last-child { border-bottom: none }
.widget-cat-name a { color: var(--ink-2) }
.widget-cat-name a:hover { color: var(--orange) }
.widget-cat-count { color: var(--ink-4) }
.sidebar-cta { background: linear-gradient(135deg, var(--orange-pale), var(--orange-light)); border: 2px solid var(--orange); border-radius: var(--radius-lg); padding: 20px; margin-bottom: 20px; text-align: center }
.sidebar-cta h3 { font-family: var(--font-serif); font-size: .95rem; font-weight: 700; color: var(--ink); margin-bottom: 6px }
.sidebar-cta p  { font-size: .75rem; color: var(--ink-3); line-height: 1.65; margin-bottom: 14px }
.sidebar-cta-btn { display: block; background: var(--orange); color: var(--white); font-size: .82rem; font-weight: 700; padding: 11px; border-radius: 50px; box-shadow: var(--shadow-or); transition: opacity .2s }
.sidebar-cta-btn:hover { opacity: .92; color: var(--white) }

/* Breadcrumb / Pagination / Footer */
#breadcrumb { background: var(--blue-pale); border-bottom: 1px solid var(--blue-light); padding: 10px 0 }
.breadcrumb-inner { display: flex; align-items: center; gap: 6px; font-size: .75rem; color: var(--ink-4); flex-wrap: wrap }
.breadcrumb-inner a { color: var(--orange) }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 36px; flex-wrap: wrap }
.pagination a,.pagination span { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--border); font-size: .88rem; font-weight: 600; transition: all .2s; color: var(--ink-2) }
.pagination a:hover,.pagination .current { background: var(--orange); color: var(--white); border-color: var(--orange) }
#site-footer { background: var(--blue); color: rgba(255,255,255,.6); margin-top: 56px }
.footer-main { padding: 48px 0 32px }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px }
.footer-logo { font-family: var(--font-head); font-size: 1.35rem; font-weight: 800; color: var(--white); margin-bottom: 12px }
.footer-logo span { color: var(--orange) }
.footer-tagline { font-size: .78rem; color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 16px }
.footer-badge { display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-sm); padding: 6px 14px; font-size: .7rem; color: rgba(255,255,255,.45) }
.footer-col h4 { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.9); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.12) }
.footer-col a  { display: block; font-size: .78rem; color: rgba(255,255,255,.45); margin-bottom: 9px; transition: color .2s }
.footer-col a:hover { color: var(--white) }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; display: flex; justify-content: space-between; font-size: .72rem; color: rgba(255,255,255,.3); flex-wrap: wrap; gap: 8px }

@media (max-width: 1024px) { .page-wrap { grid-template-columns: 1fr } .footer-grid { grid-template-columns: 1fr 1fr } .bc-hero,.bc-tall,.bc-wide,.bc-med { grid-column: span 12 } }
@media (max-width: 768px) { .header-nav,.btn-consult { display: none } .hamburger { display: flex } .hero-grid { grid-template-columns: 1fr } .hero-image-panel { min-height: 250px } .hero-headline { font-size: 1.9rem } .hero-text-panel { padding: 28px 20px } .article-grid { grid-template-columns: 1fr } .bc-third,.bc-half { grid-column: span 12 } .footer-grid { grid-template-columns: 1fr } .entry-title { font-size: 1.5rem } }
