@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;500;700&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300&family=Stardos+Stencil:wght@700&display=swap');

/* Source: lightning-child/html-page/column-assets.html */
:root {
  /* ---------- COLOR — Primary (Navy) ---------- */
  --navy-900: #0D1B2A;   /* Hero dark backgrounds, deepest emphasis */
  --navy-800: #1B2E45;
  --navy-700: #1E3A5F;   /* ★ Primary brand color — buttons, links */
  --navy-600: #1D4E89;
  --navy-500: #2563A8;
  --navy-400: #4A7FC1;
  --navy-100: #D6E4F0;   /* Tag backgrounds */
  --navy-50:  #EBF2F8;   /* Tint hover, soft surface */

  /* ---------- COLOR — Accent (Gold) ---------- */
  --gold-600: #B8860B;
  --gold-500: #C9971A;
  --gold-400: #D4A820;   /* ★ Accent — CTA, eyebrow text on dark */
  --gold-300: #E8C547;   /* Stat numbers, eyebrow on navy */
  --gold-100: #FDF5DC;   /* Soft accent surface */

  /* ---------- COLOR — Neutral ---------- */
  --neutral-900: #111111;
  --neutral-800: #1C1C1C;   /* Body text */
  --neutral-700: #2E2E2E;
  --neutral-500: #6B6B6B;   /* Muted text, captions */
  --neutral-400: #9A9A9A;   /* Placeholder text */
  --neutral-200: #D8D8D8;   /* Borders, dividers */
  --neutral-100: #F0F0EF;   /* App canvas background */
  --neutral-50:  #F8F8F7;   /* Soft section background */
  --white:       #FFFFFF;

  /* ---------- COLOR — Semantic ---------- */
  --color-primary:     var(--navy-700);
  --color-primary-dk:  var(--navy-900);
  --color-accent:      var(--gold-400);
  --color-accent-lt:   var(--gold-100);

  --color-fg:          var(--neutral-800);
  --color-fg-muted:    var(--neutral-500);
  --color-fg-inverse:  var(--white);

  --color-bg:          var(--white);
  --color-bg-subtle:   var(--neutral-50);
  --color-bg-dark:     var(--navy-900);

  --color-border:      var(--neutral-200);
  --color-border-strong: var(--neutral-500);

  --color-link:        var(--navy-700);
  --color-link-hover:  var(--navy-900);

  /* ---------- TYPOGRAPHY — Families ---------- */
  --font-display: 'Shippori Mincho', 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  --font-body:    'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', system-ui, sans-serif;
  --font-latin:   'DM Sans', system-ui, sans-serif;
  --font-mono:    ui-monospace, 'SF Mono', Menlo, monospace;

  /* ---------- TYPOGRAPHY — Size Scale ---------- */
  --text-xs:   0.75rem;    /* 12px — caption, eyebrow */
  --text-sm:   0.875rem;   /* 14px — small text, labels */
  --text-base: 1rem;       /* 16px — body */
  --text-lg:   1.125rem;   /* 18px — large body */
  --text-xl:   1.25rem;    /* 20px — H3 */
  --text-2xl:  1.5rem;     /* 24px */
  --text-3xl:  1.875rem;   /* 30px — H2 */
  --text-4xl:  2.25rem;    /* 36px — H1 */
  --text-5xl:  3rem;       /* 48px */
  --text-6xl:  3.75rem;    /* 60px — Display, stat numbers */

  /* ---------- TYPOGRAPHY — Leading & Tracking ---------- */
  --leading-tight:  1.2;
  --leading-snug:   1.4;
  --leading-normal: 1.6;
  --leading-loose:  1.9;   /* Default for JP body — generous breathing room */

  --tracking-tight:  -0.03em;
  --tracking-normal:  0;
  --tracking-wide:    0.06em;
  --tracking-wider:   0.12em;   /* Eyebrows, all-caps Latin */

  /* ---------- SPACING (4px base) ---------- */
  --space-1:   4px;
  --space-2:   8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;

  /* ---------- RADII ---------- */
  --radius-sm:    2px;   /* Buttons — intentionally crisp */
  --radius-md:    4px;   /* Inputs, small surfaces */
  --radius-lg:    8px;   /* Cards, panels */
  --radius-xl:   16px;   /* Hero surfaces */
  --radius-full: 9999px; /* Pills, tags */

  /* ---------- SHADOWS ---------- */
  --shadow-sm: 0 1px 3px rgba(13, 27, 42, .08);
  --shadow-md: 0 4px 16px rgba(13, 27, 42, .10);
  --shadow-lg: 0 12px 40px rgba(13, 27, 42, .14);
  --shadow-xl: 0 24px 64px rgba(13, 27, 42, .18);

  /* ---------- MOTION ---------- */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast:   150ms;
  --duration-normal: 250ms;
  --duration-slow:   400ms;
}

/* =============================================================
   Semantic Type Roles — apply to actual elements
   ============================================================= */

/* Lightningの青い線を非表示 */
[class*="title"]::after,
[class*="title"]::before {
    display: none !important;
}
.bfeatured__meta {
    border-top:none !important;
}
.bfeatured__title {
    border-top:none !important;
}

	
.t-display {
  font-family: var(--font-display);
  font-size: var(--text-6xl);
  font-weight: 400;
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}
h1, .t-h1 {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  font-weight: 400;
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}
h2, .t-h2 {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 400;
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-tight);
}
h3, .t-h3 {
  font-family: var(--font-body);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: var(--leading-snug);
}

p, .t-body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-loose);
  color: var(--color-fg);
}
.t-lead {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  line-height: var(--leading-loose);
  color: var(--color-fg-muted);
}
.t-caption, small {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-fg-muted);
  line-height: var(--leading-normal);
}
.t-eyebrow {
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-600);
}
.t-eyebrow--on-dark { color: var(--gold-300); }
.t-stat {
  font-family: var(--font-latin);
  font-size: var(--text-6xl);
  font-weight: 300;
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  color: var(--navy-700);
}
.t-stat span {
  font-size: var(--text-3xl);
}
code, .t-mono {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

/* === design-system/kit-base.css === */
/* =============================================================
   Saitama Kogei — Marketing Site UI Kit styles
   All component classes prefixed `sk-` to avoid conflict.
   ============================================================= */

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { font-family: var(--font-body); color: var(--color-fg); background: var(--color-bg); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.sk-container { max-width: 1180px; margin: 0 auto; padding: 0 var(--space-8); }

/* ---------- Section utilities ---------- */
.sk-eyebrow {
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: var(--space-3);
}
.sk-eyebrow--on-dark { color: var(--gold-300); }
.sk-section-h2 {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  font-weight: 400;
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
  color: var(--color-fg);
}
.sk-divider-accent {
  width: 40px;
  height: 2px;
  background: var(--gold-400);
  margin: var(--space-5) 0 var(--space-8);
}

/* ---------- Buttons ---------- */
.sk-btn {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--duration-normal) var(--ease-out),
              border-color var(--duration-normal) var(--ease-out),
              color var(--duration-normal) var(--ease-out);
}
.sk-btn--primary { background: var(--navy-700); color: var(--white); border-color: var(--navy-700); }
.sk-btn--primary:hover { background: var(--navy-900); border-color: var(--navy-900); }
.sk-btn--outline { background: transparent; color: var(--navy-700); border-color: var(--navy-700); }
.sk-btn--outline:hover { background: var(--navy-50); }
.sk-btn--accent { background: var(--gold-400); color: var(--navy-900); border-color: var(--gold-400); }
.sk-btn--accent:hover { background: var(--gold-300); border-color: var(--gold-300); }
.sk-btn--ghost { background: transparent; color: var(--color-fg-muted); border-color: transparent; }
.sk-btn--ghost:hover { color: var(--navy-700); background: var(--navy-50); }
.sk-btn--ghost-on-dark { background: transparent; color: rgba(255,255,255,0.75); border-color: transparent; }
.sk-btn--ghost-on-dark:hover { color: var(--white); }
.sk-btn--lg { padding: var(--space-4) var(--space-8); font-size: var(--text-base); }
.sk-btn--sm { padding: var(--space-2) var(--space-4); font-size: var(--text-xs); }

/* ---------- Tags ---------- */
.sk-tag {
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wide);
  display: inline-block;
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
}
.sk-tag--navy    { background: var(--navy-100);  color: var(--navy-700); }
.sk-tag--gold    { background: var(--gold-100);  color: var(--gold-600); }
.sk-tag--neutral { background: var(--neutral-100); color: var(--neutral-700); }


/* === design-system/kit-layout.css === */
/* =============================================================
   Layout-specific styles: nav, hero, stats, services, projects, contact, footer
   ============================================================= */

/* ---------- Nav ---------- */
.sk-nav {
  background: var(--navy-900);
  padding: var(--space-4) var(--space-8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 50;
}
.sk-nav-logo {
  font-family: var(--font-display);
  color: var(--white);
  font-size: var(--text-xl);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.sk-nav-logo span { color: var(--gold-300); }
.sk-nav-links { display: flex; gap: var(--space-8); align-items: center; }
.sk-nav-link {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--navy-100);
  opacity: 0.75;
  transition: opacity var(--duration-fast);
}
.sk-nav-link:hover { opacity: 1; }

/* ---------- Hero ---------- */
.sk-hero {
  background: var(--navy-900);
  color: var(--white);
  padding: var(--space-24) 0 var(--space-20);
  position: relative;
  overflow: hidden;
}
.sk-hero-blob {
  position: absolute;
  top: -120px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: var(--navy-700);
  opacity: 0.35;
  pointer-events: none;
}
.sk-hero-inner { position: relative; z-index: 1; }
.sk-hero-h1 {
  font-family: var(--font-display);
  font-size: var(--text-6xl);
  font-weight: 400;
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  margin-bottom: var(--space-6);
}
.sk-hero-sub {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--navy-100);
  opacity: 0.8;
  max-width: 520px;
  line-height: var(--leading-loose);
  margin-bottom: var(--space-10);
}
.sk-hero-cta { display: flex; gap: var(--space-3); flex-wrap: wrap; }

/* ---------- Stats ---------- */
.sk-stats { background: var(--neutral-100); padding: var(--space-12) 0; }
.sk-stats-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--navy-900);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.sk-stat {
  text-align: center;
  padding: var(--space-12) var(--space-6);
  border-right: 1px solid rgba(255,255,255,0.08);
}
.sk-stat:last-child { border-right: 0; }
.sk-stat-num {
  font-family: var(--font-latin);
  font-size: var(--text-6xl);
  font-weight: 300;
  color: var(--gold-300);
  line-height: 1;
  letter-spacing: var(--tracking-tight);
}
.sk-stat-num span { font-size: var(--text-3xl); }
.sk-stat-label {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--navy-100);
  opacity: 0.7;
  margin-top: var(--space-3);
}

/* ---------- Services ---------- */
.sk-services { background: var(--neutral-50); padding: var(--space-24) 0; }
.sk-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}
.sk-service {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  border-top: 3px solid var(--navy-700);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--duration-normal) var(--ease-out), transform var(--duration-normal) var(--ease-out);
}
.sk-service:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.sk-service-icon {
  width: 48px; height: 48px;
  background: var(--navy-50);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-5);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy-700);
}
.sk-service-icon svg { width: 24px; height: 24px; }
.sk-service-title {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 700;
  margin-bottom: var(--space-3);
  color: var(--color-fg);
}
.sk-service-desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-fg-muted);
  line-height: var(--leading-loose);
}

/* ---------- Projects ---------- */
.sk-projects { background: var(--white); padding: var(--space-24) 0; }
.sk-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}
.sk-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: box-shadow var(--duration-normal) var(--ease-out), transform var(--duration-normal) var(--ease-out);
}
.sk-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.sk-card-thumb {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-card-thumb-label {
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  color: rgba(255,255,255,0.6);
}
.sk-card-body { padding: var(--space-6); }
.sk-card-tagrow { margin-bottom: var(--space-3); }
.sk-card-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 500;
  line-height: var(--leading-snug);
  margin-bottom: var(--space-3);
  color: var(--color-fg);
}
.sk-card-desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-fg-muted);
  line-height: var(--leading-loose);
}

/* ---------- Contact form ---------- */
.sk-contact { background: var(--neutral-50); padding: var(--space-24) 0; }
.sk-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-16);
  align-items: start;
}
.sk-contact-lead {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-fg-muted);
  line-height: var(--leading-loose);
  margin-bottom: var(--space-6);
  max-width: 420px;
}
.sk-contact-meta {
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wide);
  color: var(--color-fg-muted);
  text-transform: uppercase;
}
.sk-form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-10);
  box-shadow: var(--shadow-sm);
}
.sk-field { margin-bottom: var(--space-5); }
.sk-label {
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  margin-bottom: var(--space-2);
  color: var(--color-fg);
}
.sk-required {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: var(--tracking-wide);
  color: var(--gold-600);
  margin-left: var(--space-2);
}
.sk-input {
  width: 100%;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  padding: var(--space-3) var(--space-4);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--color-fg);
  outline: none;
  transition: border-color var(--duration-fast);
}
.sk-input:focus { border-color: var(--navy-600); }
.sk-input::placeholder { color: var(--neutral-400); }
.sk-textarea { resize: vertical; line-height: var(--leading-normal); font-family: var(--font-body); }
.sk-form-thanks { text-align: center; padding: var(--space-8) 0; }
.sk-form-thanks-h {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 400;
  letter-spacing: var(--tracking-tight);
  margin: var(--space-3) 0 var(--space-3);
  color: var(--color-fg);
}
.sk-form-thanks p { color: var(--color-fg-muted); font-size: var(--text-sm); }

/* ---------- Footer ---------- */
.sk-footer {
  background: var(--navy-900);
  color: var(--navy-100);
  padding: var(--space-16) 0 var(--space-6);
}
.sk-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
}
.sk-footer-tagline {
  font-family: var(--font-display);
  font-size: var(--text-base);
  color: var(--navy-100);
  opacity: 0.75;
}
.sk-footer-col-title {
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-300);
  margin-bottom: var(--space-4);
  font-weight: 500;
}
.sk-footer-list { display: flex; flex-direction: column; gap: var(--space-3); }
.sk-footer-list a, .sk-footer-list li {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--navy-100);
  opacity: 0.7;
  cursor: pointer;
}
.sk-footer-list a:hover { opacity: 1; }
.sk-footer-bar {
  display: flex;
  justify-content: space-between;
  padding-top: var(--space-6);
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  color: var(--navy-100);
  opacity: 0.5;
  letter-spacing: var(--tracking-wide);
}


/* === site.css === */
/* =============================================================
   埼玉工芸 — TOP page overrides & section styles
   Extends the marketing-site kit with renewal-specific moves.
   ============================================================= */

html { scroll-behavior: smooth; }
body { background: var(--white); }

/* ---------- Section frame: numbered architectural label ---------- */
.sec-label {
  display: flex;
  align-items: baseline;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
}
.sec-label__num {
  font-family: var(--font-latin);
  font-size: var(--text-sm);
  font-weight: 400;
  letter-spacing: var(--tracking-wider);
  color: var(--gold-600);
}
.sec-label__line {
  flex: 0 0 32px;
  height: 1px;
  background: var(--gold-400);
}
.sec-label__eyebrow {
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--neutral-500);
}
.sec-label--on-dark .sec-label__num { color: var(--gold-300); }
.sec-label--on-dark .sec-label__line { background: var(--gold-300); }
.sec-label--on-dark .sec-label__eyebrow { color: rgba(255,255,255,0.55); }

.sec-h2 {
  font-family: var(--font-display);
  font-size: var(--text-5xl);
  font-weight: 400;
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
  color: var(--color-fg);
}
.sec-h2 .em { color: var(--gold-600); }
.sec-h2--on-dark { color: var(--white); }
.sec-h2--on-dark .em { color: var(--gold-300); }
.sec-h2-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
}
.sec-h2-row__lede {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-loose);
  color: var(--color-fg-muted);
  max-width: 420px;
}
.sec-h2-row__lede--on-dark { color: rgba(255,255,255,0.7); }

/* =============================================================
   NAV — slim, sticky, white version + sticky CTA right-side
   ============================================================= */
.nav2 {
  background: var(--white);
  border-bottom: 1px solid var(--neutral-200);
  padding: var(--space-4) var(--space-8);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--space-12);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav2__logo {
  font-family: var(--font-display);
  color: var(--navy-900);
  font-size: var(--text-xl);
  font-weight: 500;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.nav2__logo .dot { color: var(--gold-500); }
.nav2__logo .en {
  font-family: var(--font-latin);
  font-size: 10px;
  letter-spacing: var(--tracking-wider);
  color: var(--neutral-500);
  margin-left: var(--space-3);
  text-transform: uppercase;
  font-weight: 500;
  align-self: center;
  border-left: 1px solid var(--neutral-200);
  padding-left: var(--space-3);
}
.nav2__links {
  display: flex;
  gap: var(--space-8);
  justify-self: center;
}
.nav2__link {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--neutral-800);
  transition: color var(--duration-fast);
  position: relative;
  padding: var(--space-2) 0;
}
.nav2__link:hover { color: var(--navy-700); }
.nav2__link .ja { display: block; }
.nav2__link .en {
  font-family: var(--font-latin);
  font-size: 10px;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--neutral-400);
  font-weight: 400;
  margin-top: 2px;
}
.nav2__right { display: flex; align-items: center; gap: var(--space-4); }
.nav2__tel {
  font-family: var(--font-latin);
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--navy-900);
  letter-spacing: var(--tracking-wide);
}
.nav2__tel-label {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: var(--tracking-wider);
  color: var(--neutral-500);
  text-transform: uppercase;
  font-weight: 500;
}

/* =============================================================
   HERO — split layout with portrait of artisan placeholder
   ============================================================= */
.hero2 {
  background: var(--navy-900);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.hero2__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(212, 168, 32, 0.10), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(30, 78, 137, 0.35), transparent 50%);
  pointer-events: none;
}
.hero2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  padding: var(--space-24) 0 var(--space-20);
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero2__copy { padding-right: var(--space-4); }
.hero2__eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-300);
  margin-bottom: var(--space-8);
}
.hero2__eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold-300);
}
.hero2__h1 {
  font-family: var(--font-display);
  font-size: 5rem; /* between 5xl & 6xl, comfortable for 2 lines */
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: var(--tracking-tight);
  margin-bottom: var(--space-8);
}
.hero2__h1 .em {
  color: var(--gold-300);
}
.hero2__sub {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  color: var(--navy-100);
  opacity: 0.85;
  max-width: 460px;
  line-height: var(--leading-loose);
  margin-bottom: var(--space-10);
}
.hero2__cta {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-bottom: var(--space-12);
}
.hero2__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  padding-top: var(--space-8);
  border-top: 1px solid rgba(255,255,255,0.12);
  max-width: 520px;
}
.hero2__trust-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
}
.hero2__trust-item svg {
  width: 18px;
  height: 18px;
  color: var(--gold-300);
  flex: 0 0 auto;
  margin-top: 2px;
}
.hero2__trust-text {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--white);
  line-height: 1.5;
}
.hero2__trust-text small {
  display: block;
  font-family: var(--font-latin);
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  margin-top: 2px;
}

/* Hero visual — portrait card placeholder */
.hero2__visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-md);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(13, 27, 42, 0.0) 40%, rgba(13, 27, 42, 0.75) 100%),
    linear-gradient(135deg, #2a3f55 0%, #1B2E45 50%, #0D1B2A 100%);
  box-shadow: var(--shadow-xl);
}
.hero2__visual::before {
  /* subtle craftsman silhouette mark — abstract */
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 45%, rgba(255,255,255,0.06), transparent 70%),
    repeating-linear-gradient(
      135deg,
      transparent 0,
      transparent 6px,
      rgba(255,255,255,0.02) 6px,
      rgba(255,255,255,0.02) 7px
    );
}
.hero2__visual-label {
  position: absolute;
  bottom: var(--space-6);
  left: var(--space-6);
  right: var(--space-6);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-4);
}
.hero2__visual-caption {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  color: var(--white);
  line-height: 1.4;
}
.hero2__visual-caption small {
  display: block;
  font-family: var(--font-latin);
  font-size: 10px;
  color: rgba(255,255,255,0.55);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  margin-top: var(--space-2);
}
.hero2__visual-badge {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--navy-900);
  background: var(--gold-300);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  flex: 0 0 auto;
}
.hero2__visual-tag {
  position: absolute;
  top: var(--space-6);
  left: var(--space-6);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.hero2__visual-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-300);
}

/* Small floating "creds" overlay on hero visual */
.hero2__cred {
  position: absolute;
  right: -24px;
  bottom: var(--space-16);
  background: var(--white);
  border-radius: var(--radius-md);
  padding: var(--space-5) var(--space-6);
  box-shadow: var(--shadow-xl);
  width: 220px;
}
.hero2__cred-num {
  font-family: var(--font-latin);
  font-size: var(--text-4xl);
  font-weight: 300;
  color: var(--navy-900);
  line-height: 1;
  letter-spacing: var(--tracking-tight);
}
.hero2__cred-num span { font-size: var(--text-lg); margin-left: 2px; color: var(--gold-600); }
.hero2__cred-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--neutral-500);
  margin-top: var(--space-2);
  line-height: 1.5;
}
.hero2__cred-eyebrow {
  font-family: var(--font-latin);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: var(--space-3);
}

/* Hero scroll cue */
.hero2__cue {
  position: absolute;
  right: var(--space-10);
  bottom: var(--space-6);
  font-family: var(--font-latin);
  font-size: 10px;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  writing-mode: vertical-rl;
  z-index: 2;
}
.hero2__cue::after {
  content: '';
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, rgba(255,255,255,0.4), transparent);
}

/* =============================================================
   SERVICES — three feature cards w/ illustrative image + number
   ============================================================= */
.services2 {
  background: var(--white);
  padding: var(--space-24) 0;
}
.services2__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
}
.service2 {
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--duration-normal) var(--ease-out),
              box-shadow var(--duration-normal) var(--ease-out),
              transform var(--duration-normal) var(--ease-out);
  display: flex;
  flex-direction: column;
}
.service2:hover {
  border-color: var(--navy-700);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.service2__thumb {
  height: 180px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1B2E45, #0D1B2A);
}
.service2__thumb-num {
  position: absolute;
  top: var(--space-5);
  left: var(--space-6);
  font-family: var(--font-latin);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  color: var(--gold-300);
}
.service2__thumb-en {
  position: absolute;
  top: var(--space-5);
  right: var(--space-6);
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.service2__thumb-jp {
  position: absolute;
  bottom: var(--space-6);
  left: var(--space-6);
  right: var(--space-6);
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 400;
  color: var(--white);
  letter-spacing: var(--tracking-tight);
  line-height: 1.25;
}
.service2__body {
  padding: var(--space-6) var(--space-6) var(--space-6);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service2__desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-fg-muted);
  line-height: var(--leading-loose);
  margin-bottom: var(--space-5);
}
.service2__feats {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.service2__feats li {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--neutral-800);
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
}
.service2__feats li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--gold-400);
  border-radius: 50%;
  margin-top: 9px;
  flex: 0 0 auto;
}
.service2__more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--navy-700);
  border-top: 1px solid var(--neutral-200);
  padding-top: var(--space-4);
  transition: color var(--duration-fast);
}
.service2__more svg { width: 14px; height: 14px; transition: transform var(--duration-normal) var(--ease-out); }
.service2:hover .service2__more svg { transform: translateX(4px); }

/* Service thumb variants — duotone gradient placeholders */
.service2__thumb--event {
  background: linear-gradient(160deg, #b89238 0%, #5a4a30 50%, #0D1B2A 100%);
}
.service2__thumb--furniture {
  background: linear-gradient(160deg, #4a3a30 0%, #2a3f55 50%, #0D1B2A 100%);
}
.service2__thumb--green {
  background: linear-gradient(160deg, #4a7c59 0%, #2a4d3a 50%, #0D1B2A 100%);
}
.service2__thumb--illumi {
  background: linear-gradient(160deg, #0D1B2A 0%, #1B2E45 50%, #b89238 100%);
}

/* =============================================================
   STRENGTHS — 4-up numbered, neutral surface
   ============================================================= */
.strengths {
  background: var(--neutral-50);
  padding: var(--space-24) 0;
  position: relative;
}
.strengths__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: end;
  margin-bottom: var(--space-16);
}
.strengths__lede {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-loose);
  color: var(--color-fg-muted);
  max-width: 460px;
}
.strengths__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--neutral-200);
  border-bottom: 1px solid var(--neutral-200);
}
.strength {
  padding: var(--space-10) var(--space-6) var(--space-10) 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  position: relative;
}
.strength + .strength {
  padding-left: var(--space-6);
  border-left: 1px solid var(--neutral-200);
}
.strength__num {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  color: var(--gold-600);
}
.strength__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--white);
  border: 1px solid var(--neutral-200);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-700);
}
.strength__icon svg { width: 22px; height: 22px; }
.strength__title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 400;
  letter-spacing: var(--tracking-tight);
  line-height: 1.3;
  color: var(--navy-900);
}
.strength__desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-fg-muted);
  line-height: var(--leading-loose);
  flex: 1;
}
.strength__metric {
  font-family: var(--font-latin);
  font-size: var(--text-sm);
  color: var(--neutral-800);
  padding-top: var(--space-3);
  border-top: 1px dashed var(--neutral-200);
}
.strength__metric strong {
  font-family: var(--font-latin);
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--navy-900);
  letter-spacing: var(--tracking-tight);
}

/* =============================================================
   PROJECTS — filterable case studies with concrete numbers
   ============================================================= */
.projects2 {
  background: var(--white);
  padding: var(--space-24) 0;
}
.projects2__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-12);
  align-items: end;
  margin-bottom: var(--space-12);
}
.projects2__filters {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
}
.proj-filter {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  padding: var(--space-2) var(--space-4);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-full);
  background: var(--white);
  color: var(--neutral-800);
  cursor: pointer;
  transition: all var(--duration-fast);
}
.proj-filter:hover {
  border-color: var(--navy-700);
  color: var(--navy-700);
}
.proj-filter--active {
  background: var(--navy-900);
  color: var(--white);
  border-color: var(--navy-900);
}
.proj-filter--active:hover { color: var(--white); }
.proj-filter__count {
  font-family: var(--font-latin);
  font-size: 10px;
  margin-left: 4px;
  opacity: 0.6;
}
.projects2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8) var(--space-6);
}
.proj-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  transition: transform var(--duration-normal) var(--ease-out);
  cursor: pointer;
}
.proj-card:hover { transform: translateY(-3px); }
.proj-card__thumb {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  margin-bottom: var(--space-5);
}
.proj-card__thumb-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: var(--space-5);
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
}
.proj-card__tag-row {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}
.proj-card__tag {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--navy-700);
}
.proj-card__sector {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--neutral-500);
}
.proj-card__sector::before {
  content: '·';
  margin-right: var(--space-2);
  color: var(--neutral-400);
}
.proj-card__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 500;
  line-height: var(--leading-snug);
  color: var(--navy-900);
  margin-bottom: var(--space-4);
}
.proj-card__metric {
  display: flex;
  align-items: baseline;
  gap: var(--space-2);
  padding: var(--space-3) 0;
  border-top: 1px solid var(--neutral-200);
  margin-top: auto;
}
.proj-card__metric-num {
  font-family: var(--font-latin);
  font-size: var(--text-3xl);
  font-weight: 300;
  color: var(--navy-900);
  line-height: 1;
  letter-spacing: var(--tracking-tight);
}
.proj-card__metric-num span { font-size: var(--text-lg); color: var(--gold-600); margin-left: 2px; font-weight: 400; }
.proj-card__metric-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--neutral-500);
  line-height: 1.4;
}

/* Project thumb gradient placeholders */
.thumb--illumi-1    { background: linear-gradient(135deg, #0D1B2A 0%, #1B2E45 40%, #b89238 100%); }
.thumb--illumi-2    { background: linear-gradient(135deg, #1B2E45 0%, #4A7FC1 50%, #E8C547 100%); }
.thumb--illumi-3    { background: linear-gradient(135deg, #1d0a3d 0%, #4a2280 40%, #b89238 100%); }
.thumb--event-1     { background: linear-gradient(135deg, #b89238 0%, #5a4a30 50%, #0D1B2A 100%); }
.thumb--event-2     { background: linear-gradient(135deg, #2a3040 0%, #c8a050 60%, #6a5530 100%); }
.thumb--event-3     { background: linear-gradient(135deg, #5a3a55 0%, #b89238 50%, #0D1B2A 100%); }
.thumb--furniture-1 { background: linear-gradient(135deg, #4a3a30 0%, #2a3f55 50%, #0D1B2A 100%); }
.thumb--furniture-2 { background: linear-gradient(135deg, #6a5040 0%, #3a3025 50%, #1B2E45 100%); }
.thumb--furniture-3 { background: linear-gradient(135deg, #8a6a45 0%, #4a3528 50%, #0D1B2A 100%); }
.thumb--green-1     { background: linear-gradient(135deg, #4a7c59 0%, #2a4d3a 50%, #0D1B2A 100%); }
.thumb--green-2     { background: linear-gradient(135deg, #6a8c5a 0%, #3a5a40 50%, #1B2E45 100%); }
.thumb--green-3     { background: linear-gradient(135deg, #8aa078 0%, #4a6a55 50%, #0D1B2A 100%); }

/* Service detail hero visual placeholder variants */
.dhero__visual--furniture {
  background: linear-gradient(160deg, #8a6a45 0%, #4a3528 45%, #1B2E45 100%) !important;
}
.dhero__visual--green {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.55) 100%),
    url('/wp-content/uploads/2026/05/jinkojyumoku-test1.webp') center / cover no-repeat !important;
}
.dhero__visual--green::before { display: none !important; }

.dhero__visual--illumi {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.55) 100%),
    url('/wp-content/uploads/2026/05/irumi-test1.webp') center / cover no-repeat !important;
}
.dhero__visual--illumi::before { display: none !important; }

.projects2__more {
  display: flex;
  justify-content: center;
  margin-top: var(--space-12);
}

/* =============================================================
   CTA BAND — pre-footer dark band
   ============================================================= */
.cta2 {
  background: var(--neutral-50);
  color: var(--neutral-800);
  position: relative;
  overflow: hidden;
}
.cta2__bg {
  position: absolute;
  inset: 0;
  background:
    /* blueprint-grid texture — architectural, very subtle on light */
    linear-gradient(rgba(13, 27, 42, 0.04) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(90deg, rgba(13, 27, 42, 0.04) 1px, transparent 1px) 0 0 / 56px 56px,
    radial-gradient(ellipse at 85% 50%, rgba(212, 168, 32, 0.10), transparent 55%),
    radial-gradient(ellipse at 5% 20%, rgba(30, 78, 137, 0.08), transparent 55%);
  pointer-events: none;
}
/* navy rule above CTA — clear separator */
.cta2::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--neutral-200);
  z-index: 2;
}
.cta2__inner {
  position: relative;
  z-index: 1;
  padding: var(--space-20) 0;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: var(--space-16);
  align-items: center;
}
.cta2__h2 {
  font-family: var(--font-display);
  font-size: var(--text-5xl);
  font-weight: 400;
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-6);
  color: var(--navy-900);
}
.cta2__h2 .em { color: var(--gold-600); }
.cta2__sub {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-loose);
  color: var(--color-fg-muted);
  margin-bottom: var(--space-10);
  max-width: 500px;
}
.cta2__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-10);
}
.cta2__list li {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--neutral-800);
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.cta2__list svg { width: 16px; height: 16px; color: var(--gold-600); flex: 0 0 auto; }
.cta2__actions {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
}
.cta2__panel {
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  padding: var(--space-10);
  position: relative;
  box-shadow: var(--shadow-md);
}
.cta2__panel::after {
  /* small accent corner mark — quietly architectural */
  content: '';
  position: absolute;
  top: -1px; right: -1px;
  width: 28px;
  height: 28px;
  border-top: 2px solid var(--gold-500);
  border-right: 2px solid var(--gold-500);
  border-top-right-radius: var(--radius-lg);
  pointer-events: none;
}
.cta2__panel-eyebrow {
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: var(--space-5);
}
.cta2__panel-row {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-4) 0;
  border-top: 1px solid var(--neutral-200);
}
.cta2__panel-row:first-of-type { border-top: 0; padding-top: 0; }
.cta2__panel-row-label {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--neutral-500);
}
.cta2__panel-row-value {
  font-family: var(--font-latin);
  font-size: var(--text-2xl);
  font-weight: 400;
  color: var(--navy-900);
  letter-spacing: var(--tracking-tight);
}
.cta2__panel-row-value.is-body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 500;
}

/* =============================================================
   FOOTER — extended, structured
   ============================================================= */
.footer2 {
  background: var(--navy-900);
  color: var(--navy-100);
  padding: var(--space-20) 0 var(--space-8);
}
.footer2__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: var(--space-12);
  padding-bottom: var(--space-16);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer2__brand-logo {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: var(--space-4);
}
.footer2__brand-logo .dot { color: var(--gold-300); }
.footer2__brand-tag {
  font-family: var(--font-display);
  font-size: var(--text-base);
  color: rgba(255,255,255,0.7);
  line-height: var(--leading-loose);
  margin-bottom: var(--space-6);
}
.footer2__brand-addr {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.55);
  line-height: var(--leading-loose);
}
.footer2__col-title {
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-300);
  margin-bottom: var(--space-5);
}
.footer2__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  list-style: none;
  padding: 0;
}
.footer2__list a {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.7);
  transition: color var(--duration-fast);
}
.footer2__list a:hover { color: var(--white); }
.footer2__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--space-6);
  font-family: var(--font-latin);
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  letter-spacing: var(--tracking-wide);
}
.footer2__bottom-links { display: flex; gap: var(--space-6); }
.footer2__bottom-links a { color: rgba(255,255,255,0.4); }
.footer2__bottom-links a:hover { color: rgba(255,255,255,0.7); }

/* =============================================================
   CONTAINER override (wider for top page)
   ============================================================= */
.sk-container { max-width: 1240px; padding-left: var(--space-10); padding-right: var(--space-10); }

/* =============================================================
   Tweak: accent intensity variants
   ============================================================= */
[data-accent="restrained"] .hero2__visual-badge,
[data-accent="restrained"] .cta2__bg { display: none; }
[data-accent="restrained"] .hero2__h1 .em,
[data-accent="restrained"] .cta2__h2 .em { color: var(--white); }

/* =============================================================
   Smaller screens — graceful collapse (BtoB users are on desktop, so this is light)
   ============================================================= */
@media (max-width: 1024px) {
  .hero2__grid { grid-template-columns: 1fr; }
  .hero2__visual { max-width: 480px; margin: 0 auto; }
  .strengths__grid { grid-template-columns: repeat(2, 1fr); }
  .strength { padding: var(--space-8) var(--space-4); }
  .strength + .strength { padding-left: var(--space-4); }
  .services2__grid { grid-template-columns: repeat(2, 1fr); }
  .projects2__grid { grid-template-columns: repeat(2, 1fr); }
  .footer2__top { grid-template-columns: 1fr 1fr; }
  .cta2__inner { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .hero2__h1 { font-size: 3rem; }
  .sec-h2 { font-size: var(--text-3xl); }
  .services2__grid, .projects2__grid, .strengths__grid { grid-template-columns: 1fr; }
  .nav2__links { display: none; }
  .nav2 { grid-template-columns: auto auto; }
  .sec-h2-row, .projects2__head, .strengths__head { grid-template-columns: 1fr; gap: var(--space-6); }
}


/* === blog-list.css === */
/* =============================================================
   Blog list page — section styles
   ============================================================= */

/* ---------- Blog Hero (top page "choice reason" split layout aligned) ---------- */
.bhero {
  --bhero-ink: #031323;
  --bhero-paper: #fbfaf6;
  --bhero-gold: #b89b4d;

  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  min-height: clamp(680px, 72vw, 900px);
  padding: 0 !important;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
  background: var(--bhero-paper) !important;
  color: var(--bhero-ink);
}
.bhero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 12%, rgba(3, 19, 35, .08), transparent 28%),
    linear-gradient(90deg, rgba(255,255,255,.55), rgba(255,255,255,0) 46%),
    var(--bhero-paper) !important;
}
.bhero__container {
  max-width: none;
  margin: 0;
  padding: 0;
}
.bhero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .5fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: inherit;
  width: 100%;
}
.bhero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: clamp(86px, 9vw, 140px) clamp(34px, 4.5vw, 82px) clamp(82px, 9vw, 132px) clamp(58px, 7.4vw, 140px);
  background:
    radial-gradient(circle at 1px 1px, rgba(3, 19, 35, .055) 1px, transparent 1.5px) 0 0/22px 22px,
    linear-gradient(180deg, rgba(255,255,255,.52), rgba(255,255,255,.12)),
    var(--bhero-paper);
}
.bhero__copy-inner {
  width: min(100%, 520px);
}
.bhero__visual {
  position: relative;
  z-index: 1;
  min-height: inherit;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #101820;
}
.bhero__visual picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.bhero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 45%;
}
.bhero__num {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: var(--bhero-gold);
  font-family: var(--font-latin, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.bhero__num::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bhero-gold);
  flex: none;
}
.bhero__num::after {
  display: none;
  content: none;
}
.bhero__lead {
  margin: 22px 0 0;
  color: rgba(3, 19, 35, .72);
  font-family: var(--font-display, 'Shippori Mincho', 'Noto Serif JP', serif);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .12em;
}
.bhero__h1 {
  margin: clamp(26px, 3vw, 46px) 0 0;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: var(--bhero-ink);
  font-family: var(--font-display, 'Shippori Mincho', 'Noto Serif JP', serif) !important;
  font-size: clamp(44px, 4.2vw, 70px) !important;
  font-weight: 400 !important;
  letter-spacing: .05em !important;
  line-height: 1.34 !important;
}
.bhero__h1 span {
  display: block;
  white-space: nowrap;
}
/* 0907追加：H1内に統合したサブテキスト（旧.bhero__leadと同じ見た目になるよう
   font-sizeなど.bhero__h1側の値を上書きする） */
.bhero__h1-eyebrow {
  margin: 0 0 4px;
  color: rgba(3, 19, 35, .72);
  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 400 !important;
  letter-spacing: .12em !important;
  line-height: 1.8 !important;
}
.bhero__sub {
  max-width: 460px;
  margin: clamp(44px, 5vw, 76px) 0 0;
  color: rgba(3, 19, 35, .74);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: .04em;
  text-align: left;
}
.bhero__pickup {
  position: absolute;
  left: clamp(42px, 6vw, 104px);
  right: auto;
  bottom: clamp(34px, 4.4vw, 72px);
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: clamp(24px, 3.6vw, 58px);
  row-gap: 8px;
  width: min(68%, 780px);
  min-height: 0;
  padding: clamp(20px, 2.2vw, 30px) clamp(28px, 3.6vw, 54px);
  background: rgba(255,255,255,.94);
  color: var(--bhero-ink);
  box-shadow: 0 22px 64px rgba(3, 19, 35, .18);
  transition:
    transform .28s var(--ease-out, cubic-bezier(.16, 1, .3, 1)),
    background-color .28s var(--ease-out, cubic-bezier(.16, 1, .3, 1)),
    box-shadow .28s var(--ease-out, cubic-bezier(.16, 1, .3, 1));
}
.bhero__pickup:hover,
.bhero__pickup:focus-visible {
  transform: translateY(-4px);
  background: rgba(255,255,255,.98);
  box-shadow: 0 28px 78px rgba(3, 19, 35, .24);
}
.bhero__pickup:focus-visible {
  outline: 1px solid var(--bhero-gold);
  outline-offset: 4px;
}
.bhero__pickup-label {
  grid-column: 1 / -1;
  color: var(--bhero-gold);
  font-family: var(--font-latin, 'DM Sans', sans-serif);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .18em;
}
.bhero__pickup-title {
  grid-column: 1;
  display: -webkit-box;
  color: var(--bhero-ink);
  font-family: var(--font-display, 'Shippori Mincho', 'Noto Serif JP', serif);
  font-size: clamp(18px, 1.46vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bhero__pickup-text {
  grid-column: 1;
  display: -webkit-box;
  color: rgba(3, 19, 35, .72);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .04em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bhero__pickup-arrow {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 56px;
  color: var(--bhero-gold);
  font-family: var(--font-latin, 'DM Sans', sans-serif);
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  transition: transform .28s var(--ease-out, cubic-bezier(.16, 1, .3, 1));
}
.bhero__pickup:hover .bhero__pickup-arrow,
.bhero__pickup:focus-visible .bhero__pickup-arrow {
  transform: translateX(8px);
}
@media screen and (max-width: 1024px) {
  .bhero {
    min-height: 660px;
  }
  .bhero__layout {
    grid-template-columns: minmax(280px, .6fr) minmax(0, 1fr);
  }
  .bhero__copy {
    padding: 76px clamp(32px, 5vw, 72px);
  }
  .bhero__sub {
    margin-top: 44px;
  }
}
@media screen and (max-width: 768px) {
  .bhero {
    min-height: 0;
  }
  .bhero__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .bhero__copy {
    min-height: 0;
    padding: 72px clamp(24px, 7vw, 44px) 56px;
  }
  .bhero__visual {
    min-height: 0;
  }
  .bhero__visual picture {
    height: clamp(230px, 34vh, 340px);
    min-height: 0;
    overflow: hidden;
  }
  .bhero__visual img {
    height: 100%;
    min-height: 0;
    object-position: center 46%;
  }
  .bhero__h1 {
    margin-top: 28px;
    font-size: 42px !important;
    line-height: 1.3 !important;
  }
  .bhero__sub {
    max-width: 680px;
    margin-top: 34px;
    font-size: 15px;
    line-height: 1.95;
  }
  .bhero__pickup {
    display: none;
  }
  .bhero__visual {
    overflow: visible;
    background: var(--bhero-paper);
  }
  .bhero__pickup:hover,
  .bhero__pickup:focus-visible {
    transform: none;
  }
}
@media screen and (max-width: 640px) {
  .bhero__h1 {
    font-size: 34px !important;
    line-height: 1.34 !important;
  }
  .bhero__pickup {
    display: none;
  }
  .bhero__pickup-arrow {
    grid-column: 1;
    grid-row: auto;
    justify-content: flex-start;
    min-width: 0;
    font-size: 28px;
  }
  .bhero__pickup-title {
    font-size: 20px;
  }
  .bhero__pickup-text {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bhero__pickup,
  .bhero__pickup-arrow {
    transition: none;
  }
  .bhero__pickup:hover,
  .bhero__pickup:focus-visible,
  .bhero__pickup:hover .bhero__pickup-arrow,
  .bhero__pickup:focus-visible .bhero__pickup-arrow {
    transform: none;
  }
}
@media screen and (max-width: 390px) {
  .bhero__copy {
    padding: 68px 22px 50px;
  }
  .bhero__visual,
  .bhero__visual picture,
  .bhero__visual img {
    min-height: 0;
  }
  .bhero__visual picture {
    height: clamp(210px, 32vh, 300px);
  }
  .bhero__num {
    font-size: 10px;
    letter-spacing: .18em;
    gap: 10px;
  }
  .bhero__h1 {
    margin-top: 28px;
    font-size: 30px !important;
    line-height: 1.34 !important;
  }
  .bhero__sub {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0;
  }
}

/* ---------- Filter Bar ---------- */
.bfilters {
  background: var(--white);
  border-bottom: 1px solid var(--neutral-200);
  padding: var(--space-6) 0;
  position: sticky;
  top: 0;
  z-index: 30;
}
.bfilters__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
}
.bfilters__cats {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
}
.bfilter {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  padding: var(--space-2) var(--space-4);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-full);
  background: var(--white);
  color: var(--neutral-800);
  cursor: pointer;
  transition: all var(--duration-fast);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}
.bfilter:hover {
  border-color: var(--navy-700);
  color: var(--navy-700);
}
.bfilter--active {
  background: var(--navy-900);
  color: var(--white);
  border-color: var(--navy-900);
}
.bfilter--active:hover { color: var(--white); }
.bfilter__count {
  font-family: var(--font-latin);
  font-size: 10px;
  opacity: 0.6;
}
.bfilters__search {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--neutral-500);
}
.bfilters__search-input {
  border: 0;
  border-bottom: 1px solid var(--neutral-200);
  padding: var(--space-2) 0;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  background: transparent;
  width: 180px;
  outline: none;
  transition: border-color var(--duration-fast);
}
.bfilters__search-input:focus { border-color: var(--navy-700); }
.bfilters__search-input::placeholder { color: var(--neutral-400); }
.bfilters__search svg { width: 14px; height: 14px; color: var(--neutral-500); }

/* ---------- Featured Post ---------- */
.bfeatured {
  background: var(--white);
  padding: var(--space-16) 0 var(--space-12);
}
.bfeatured__card {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: var(--space-12);
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--duration-normal), box-shadow var(--duration-normal);
  cursor: pointer;
}
.bfeatured__card:hover {
  border-color: var(--navy-700);
  box-shadow: var(--shadow-md);
}
.bfeatured__thumb {
  aspect-ratio: 5 / 4;
  position: relative;
  overflow: hidden;
}
.bfeatured__thumb-label {
  position: absolute;
  bottom: var(--space-5);
  left: var(--space-5);
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.bfeatured__body {
  padding: var(--space-10) var(--space-10) var(--space-10) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bfeatured__badge {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: var(--space-3);
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.bfeatured__badge::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gold-400);
}
.bfeatured__meta {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--neutral-500);
  margin-bottom: var(--space-5);
}

.bfeatured__meta-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 24px;
  padding: 0 8px;
  background: rgba(212,168,32,0.8);
  color: #fff;
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.bfeatured__title {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: var(--tracking-tight);
  color: var(--navy-900);
  margin-bottom: var(--space-5);
}
.bfeatured__excerpt {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-fg-muted);
  line-height: var(--leading-loose);
  margin-bottom: var(--space-6);
}
.bfeatured__card:hover .bfeatured__more { gap: var(--space-3); }
.bfeatured__more svg { width: 14px; height: 14px; }


@media (max-width: 390px) {
  .bfeatured__more,
  .bcard__more {
    width: 100%;
    justify-content: center;
    gap: 12px;
    margin-top: var(--space-5);
    padding: 14px 20px;
    border: 1px solid #d9b574;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #cda052;
    background: #fff;
  }

  .bfeatured__more svg,
  .bcard__more svg {
    width: 14px;
    height: 14px;
  }

  .bfeatured__card:hover .bfeatured__more,
  .bcard:hover .bcard__more {
    gap: 12px;
  }
}


/* ---------- Article Grid ---------- */
.barticles {
  background: var(--white);
  padding: var(--space-8) 0 var(--space-24);
}
.barticles__sec-label {
  display: flex;
  align-items: baseline;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
  padding-bottom: var(--space-5);
  border-bottom: 1px solid var(--neutral-200);
}
/* 新着記事見出しのLightning装飾を削除 */
.barticles__sec-label h2,
.barticles__sec-label h2::before,
.barticles__sec-label h2::after {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  content: none !important;
}
.barticles__sec-title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 500;
  letter-spacing: var(--tracking-tight);
  color: var(--navy-900);
}
.barticles__sec-count {
  font-family: var(--font-latin);
  font-size: var(--text-sm);
  color: var(--neutral-500);
}
.barticles__grid {
  display: flex;
  flex-direction: column;
}

.bcard {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: var(--space-8);
  align-items: center;
  background: var(--white);
  cursor: pointer;
  padding: var(--space-8) 0;
  border-bottom: 1px solid var(--neutral-200);
  transition: background var(--duration-normal) var(--ease-out);
}
.bcard:first-child { padding-top: 0; }
.bcard:hover { background: var(--neutral-50); }
.bcard__thumb {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  margin-bottom: 0;
}
.bcard__thumb-label {
  position: absolute;
  bottom: var(--space-4);
  left: var(--space-4);
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.bcard__body {
  display: flex;
  flex-direction: column;
}
.bcard__meta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--neutral-500);
  margin-bottom: var(--space-3);
}
.bcard__meta-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 24px;
  padding: 0 8px;
  background: rgba(212,168,32,0.8);
  color: #fff;
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
}
.bcard__meta-date {
  font-family: var(--font-latin);
  font-size: 11px;
  color: var(--neutral-500);
}
.bcard__meta-date::before {
  content: '·';
  margin-right: var(--space-2);
  color: var(--neutral-400);
}
.bcard__title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 500;
  line-height: var(--leading-snug);
  color: var(--navy-900);
  margin-bottom: var(--space-3);
  letter-spacing: var(--tracking-tight);
}
.bcard__excerpt {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-fg-muted);
  line-height: var(--leading-loose);
  margin-bottom: var(--space-4);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bcard:hover .bcard__more { gap: var(--space-3); }
.bcard__more svg { width: 14px; height: 14px; }

/* ---------- Pagination ---------- */
.bpagi {
  margin-top: var(--space-16);
  padding-top: var(--space-10);
  border-top: 1px solid var(--neutral-200);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-1);
}
.bpagi__item {
  font-family: var(--font-latin);
  font-size: var(--text-sm);
  font-weight: 500;
  min-width: 38px;
  height: 38px;
  padding: 0 var(--space-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--neutral-200);
  background: var(--white);
  color: var(--neutral-800);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--duration-fast);
}
.bpagi__item:hover { border-color: var(--navy-700); color: var(--navy-700); }
.bpagi__item--active {
  background: var(--navy-900);
  color: var(--white);
  border-color: var(--navy-900);
}
.bpagi__item--active:hover { color: var(--white); }
.bpagi__item svg { width: 14px; height: 14px; }
.bpagi__sep {
  font-family: var(--font-latin);
  font-size: var(--text-sm);
  color: var(--neutral-400);
  padding: 0 var(--space-2);
}

/* Article thumbnails — gradient placeholders */
.bthumb--know-1   { background: linear-gradient(135deg, #1B2E45 0%, #2563A8 50%, #4A7FC1 100%); }
.bthumb--know-2   { background: linear-gradient(135deg, #4a3a30 0%, #1B2E45 50%, #0D1B2A 100%); }
.bthumb--know-3   { background: linear-gradient(135deg, #2a3f55 0%, #1B2E45 50%, #b89238 100%); }
.bthumb--case-1   { background: linear-gradient(135deg, #0D1B2A 0%, #1B2E45 40%, #b89238 100%); }
.bthumb--case-2   { background: linear-gradient(135deg, #4a7c59 0%, #2a4d3a 50%, #0D1B2A 100%); }
.bthumb--case-3   { background: linear-gradient(135deg, #6a5040 0%, #3a3025 50%, #1B2E45 100%); }
.bthumb--biz-1    { background: linear-gradient(135deg, #1d4e89 0%, #1B2E45 50%, #0D1B2A 100%); }
.bthumb--biz-2    { background: linear-gradient(135deg, #2a4d3a 0%, #1B2E45 50%, #4A7FC1 100%); }
.bthumb--trend-1  { background: linear-gradient(135deg, #1B2E45 0%, #4A7FC1 50%, #E8C547 100%); }
.bthumb--trend-2  { background: linear-gradient(135deg, #5a3a55 0%, #b89238 50%, #0D1B2A 100%); }

/* ============================================================
   Sidebar layout (main column + right sidebar)
   ============================================================ */
.barticles__container {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: var(--space-16);
  align-items: start;
}
.barticles__main { min-width: 0; }
.barticles__sidebar {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.bswidget {
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  padding: var(--space-6);
}
.bswidget__title {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-600);
  margin: 0 0 var(--space-4);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--neutral-200);
}

/* Categories widget */
.bswidget__cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.bswidget__cats li { padding: 0; }
.bswidget__cats a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2) 0;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--neutral-800);
  text-decoration: none;
  transition: color var(--duration-fast);
}
.bswidget__cats a:hover { color: var(--navy-700); }
.bswidget__cats a.is-active { color: var(--navy-700); font-weight: 500; }
.bswidget__cats a.is-active::before {
  content: '— ';
  color: var(--gold-500);
}
.bswidget__cats-count {
  font-family: var(--font-latin);
  font-size: 11px;
  color: var(--neutral-500);
}

/* Latest widget */
.bswidget__latest {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bswidget__latest li {
  padding: var(--space-3) 0;
  border-top: 1px solid var(--neutral-200);
}
.bswidget__latest li:first-child { border-top: 0; padding-top: 0; }
.bswidget__latest li:last-child { padding-bottom: 0; }
.bswidget__latest a {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  color: var(--navy-900);
  text-decoration: none;
  line-height: 1.55;
  display: block;
  margin-bottom: var(--space-2);
  letter-spacing: var(--tracking-tight);
  transition: color var(--duration-fast);
}
.bswidget__latest a:hover { color: var(--navy-700); }
.bswidget__latest-date {
  font-family: var(--font-latin);
  font-size: 10px;
  letter-spacing: var(--tracking-wider);
  color: var(--neutral-500);
}

/* CTA widget */
.bswidget--cta {
  background: var(--navy-900);
  color: var(--white);
  border: 0;
  position: relative;
  overflow: hidden;
}
.bswidget--cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(232, 197, 71, 0.10), transparent 60%),
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px) 0 0 / 24px 24px;
  pointer-events: none;
}
.bswidget--cta > * { position: relative; }
.bswidget--cta .bswidget__title {
  color: var(--gold-300);
  border-color: rgba(255,255,255,0.10);
}
.bswidget--cta-h {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 500;
  color: var(--white);
  line-height: 1.4;
  letter-spacing: var(--tracking-tight);
  margin: 0 0 var(--space-3);
}
.bswidget--cta-text {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin: 0 0 var(--space-5);
}
.bswidget--cta-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  width: 100%;
  justify-content: center;
  padding: var(--space-3) var(--space-4);
  background: var(--gold-400);
  color: var(--navy-900);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: background var(--duration-fast);
}
.bswidget--cta-btn:hover { background: var(--gold-300); }
.bswidget--cta-btn svg { width: 14px; height: 14px; }

/* Adjust card thumb width when constrained by sidebar */
@media (min-width: 1025px) {
  .barticles__main .bcard { grid-template-columns: 240px 1fr; gap: var(--space-6); }
  .barticles__main .bcard__title { font-size: var(--text-xl); }
}

/* Small screens */
@media (max-width: 1024px) {
  .bfeatured__card { grid-template-columns: 1fr; gap: 0; }
  .bfeatured__body { padding: var(--space-8); }
  .bfeatured__thumb { aspect-ratio: 16 / 9; }
  .bcard { grid-template-columns: 220px 1fr; gap: var(--space-6); }
  .bcard__title { font-size: var(--text-xl); }
  .bfilters__row { flex-direction: column; align-items: flex-start; }
  .barticles__container { grid-template-columns: 1fr; gap: var(--space-10); }
  .barticles__sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
  .bswidget { flex: 1 1 300px; }
}
@media (max-width: 390px) {
  .bcard {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    padding: var(--space-6) 0;
  }
  .bcard__thumb {
    aspect-ratio: 16 / 9;
  }
  .bfilters__search-input {
    width: 140px;
  }
}


/* === blog-single.css （リデザイン 案A 確定） === */
/* =============================================================
   コラム詳細 single.php — リデザイン 案A 確定
   ・ヒーロー＝紺（navy）・センター     ・目次カード（クリックで開閉）
   ・Share / 前の記事 撤去               ・著者欄を刷新
   ・関連記事は縦3列ロウ（eyecatchサムネ付き・控えめサイズ）
   斜めの線は不使用。既存トークン（navy/gold/neutral・明朝見出し）準拠で
   コラム一覧（blog-list）と統一。
   ============================================================= */

/* ---------- Article Hero — 紺・センター ---------- */
.ahero {
  background: var(--navy-900);
  color: var(--white);
  position: relative;
  overflow: hidden;
  padding: var(--space-12) 0 var(--space-16);
}

.ahero .sk-container { position: relative; z-index: 1; }
.ahero__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-3);
  max-width: 1000px;      /* 追加 */
  margin: 0 auto var(--space-8); /* 修正 */
  padding: 0 var(--space-8);     /* 追加 */
  font-family: var(--font-latin);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.ahero__breadcrumb a { color: rgba(255,255,255,0.5); transition: color var(--duration-fast); }
.ahero__breadcrumb a:hover { color: var(--gold-300); }
.ahero__breadcrumb svg { width: 10px; height: 10px; opacity: 0.5; }
.ahero__breadcrumb-current { color: var(--gold-300); }

.ahero__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 var(--space-8);
  text-align: left;
}
.ahero__cat {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 14px;
  border-radius: var(--radius-full);
  background: var(--gold-400);
  color: var(--navy-900);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  white-space: nowrap;
  margin-bottom: var(--space-6);
}
.ahero__title {
  font-family: var(--font-display);
  font-size: var(--text-5xl);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: var(--tracking-tight);
  color: var(--white);
  text-wrap: balance;
}
.ahero__rule {
  display: none;
}
.ahero__meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: var(--space-6);
}
.ahero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}
.ahero__meta-item svg { width: 14px; height: 14px; color: var(--gold-300); }
.ahero__meta-label {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.ahero__meta-value {
  font-family: var(--font-latin);
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.02em;
}

/* ---------- Featured Image — ヒーローに重ね・影は薄め ---------- */
.afeature {
  background: var(--white);
  padding: 0;
}
.afeature__wrap {
  max-width: 1000px;
  margin: -42px auto 0;        /* ヒーローへオーバーラップ（レイヤリング） */
  padding: 0 var(--space-8);
  position: relative;
  z-index: 2;
}
.afeature__image {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #1B2E45 0%, #2563A8 50%, #4A7FC1 100%);
  box-shadow: 0 10px 30px rgba(13,27,42,0.12);   /* 影は薄め */
}
.afeature__image-label {
  position: absolute;
  bottom: var(--space-5);
  left: var(--space-5);
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* ---------- Article Body（センター1カラム） ---------- */
.abody {
  background: var(--white);
  padding: var(--space-12) 0 0;
}
.abody__main {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--space-8);
}

/* ---------- 目次（クリックで開閉 / 「目次」表記） ---------- */
.atoc {
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  background: var(--neutral-50);
  margin-bottom: var(--space-12);
  overflow: hidden;
}
.atoc__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  width: 100%;
  padding: var(--space-5) var(--space-6);
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
}
.atoc__ttl {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 500;
  color: var(--navy-900);
}
.atoc__ttl::before {
  content: '';
  width: 4px;
  height: 18px;
  background: var(--gold-400);
  border-radius: 1px;
}
.atoc__ico {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--gold-500);
  border-bottom: 2px solid var(--gold-500);
  transform: rotate(45deg);
  transition: transform var(--duration-normal) var(--ease-out);
  margin-right: 4px;
}
.atoc[aria-collapsed="true"] .atoc__ico { transform: rotate(-135deg); }
.atoc__body {
  max-height: 600px;
  overflow: hidden;
  transition: max-height var(--duration-slow) var(--ease-out);
}
.atoc[aria-collapsed="true"] .atoc__body { max-height: 0; }
.atoc__list {
  list-style: none;
  counter-reset: toc;
  margin: 0;
  padding: 0 var(--space-6) var(--space-5);
}
.atoc__list a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: var(--space-3);
  align-items: baseline;
  padding: var(--space-2) 0;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  line-height: 1.5;
  color: var(--neutral-500);
  border-top: 1px solid var(--neutral-200);
  text-decoration: none;
  transition: color var(--duration-fast);
}
.atoc__list li:first-child a { border-top: 0; }
.atoc__list a::before {
  content: counter(toc, decimal-leading-zero);
  counter-increment: toc;
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 700;
  color: var(--gold-600);
}
.atoc__list a:hover,
.atoc__list a.is-active { color: var(--navy-700); }

/* ---------- Article Typography ---------- */
.aprose {
  font-family: var(--font-body);
  color: var(--color-fg);
}
.aprose p {
  font-size: var(--text-base);
  line-height: 2;
  color: var(--neutral-800);
  margin-bottom: var(--space-6);
}
.aprose .aprose__lead {
  font-size: var(--text-lg);
  line-height: 1.85;
  color: var(--neutral-800);
  margin-bottom: var(--space-10);
  padding-bottom: var(--space-8);
  border-bottom: 1px solid var(--neutral-200);
}
.aprose h2 {
  position: relative;
  padding-left: 16px !important;
  border: none !important;
  background: none !important;
  margin: var(--space-12) 0 var(--space-6);
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: 1.4;
  color: var(--navy-900);
}

.aprose h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0.9em;
  background: var(--gold-500);
}

.aprose h2::after {
  display: none !important;
}
.aprose h3 {
  font-family: var(--font-body);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--navy-900);
  margin: var(--space-10) 0 var(--space-5);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold-400) !important;
}

.aprose h3::before {
  display: none !important;
}

.aprose h4 {
  font-family: var(--font-body);
  font-size: 1.00rem;
  font-weight: 700;
  color: var(--navy-900);
  margin: var(--space-8) 0 var(--space-4);
  padding-left: 0 !important;
  border: none !important;
  background: none !important;
  line-height: 1.6;
}

.aprose h4::before {
  display: none !important;
  content: none !important;
}
.aprose ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.aprose ul li {
  position: relative;
  padding-left: 30px;
  margin: 14px 0;
  line-height: 1.9;
  font-size: var(--text-base);
  color: var(--neutral-800);
}

.aprose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 14px;
  height: 2px;
  background: var(--gold-400);
}

.aprose ol {
  margin: 24px 0 24px 24px;
}

.aprose ol li {
  margin: 12px 0;
  line-height: 1.9;
}

.aprose ol li::marker {
  color: var(--gold-600);
  font-weight: 700;
}
.aprose a {
  color: var(--navy-700);
  text-decoration: underline;
  text-decoration-color: var(--gold-400);
  text-underline-offset: 4px;
  transition: color var(--duration-fast);
}
.aprose a:hover { color: var(--navy-900); }
.aprose strong { font-weight: 700; color: var(--navy-900); }
.aprose em { font-style: italic; color: var(--neutral-800); }

/* Callout box: 重要ポイント */
.aprose .callout {
  background: var(--neutral-50);
  border-left: 3px solid var(--gold-500);
  padding: var(--space-6) var(--space-8);
  margin: var(--space-10) 0;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.aprose .callout__label {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: var(--space-3);
}
.aprose .callout p { margin-bottom: var(--space-3); }
.aprose .callout p:last-child { margin-bottom: 0; }
.aprose .callout strong { color: var(--navy-900); }

/* Blockquote */
.aprose blockquote {
  margin: var(--space-10) 0;
  padding: var(--space-3) 0 var(--space-3) var(--space-8);
  border-left: 3px solid var(--navy-700);
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 400;
  line-height: 1.7;
  color: var(--navy-900);
  font-style: italic;
}
.aprose blockquote cite {
  display: block;
  margin-top: var(--space-3);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--neutral-500);
  font-style: normal;
}
.aprose blockquote cite::before { content: '— '; }

/*  表のデザイン ===================================== */
.aprose table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 32px 0;
  font-size: 15px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
.aprose table thead th {
  background: #eeeeee;
  color: var(--navy-900);
  font-weight: 700;
  text-align: center;
  padding: 11px 14px;
  border: none;
  border-right: 1px solid #e0e0e0;
  border-bottom: 3px solid #555;
}
.aprose table td {
  padding: 14px;
  border: 1px solid #ececec;
  text-align: left;
  background: #fff;
}
.aprose table td:first-child {
  font-weight: 400;
  background: #fff;
  text-align: left;
}
.aprose table tr:nth-child(even) td {
  background: #fafafa;
}

/* 注意ボックス  ===================================== */
.aprose .note-box {
  margin: 32px 0;
  border: 1px solid #d7c89a;
  background: #faf5e5;
  border-radius: 6px;
  overflow: hidden;
}
.aprose .note-box__title {
  background: #efe5bf;
  padding: 10px 18px;
  font-weight: 700;
  color: #444;
  font-size: 16px;
}
.aprose .note-box__body {
  padding: 18px;
  color: #555;
  line-height: 1.9;
  font-size: 15px;
}

	
	
	
/* Inline figure */
.aprose figure {
  margin: var(--space-10) 0;
}
.aprose figure img,
.aprose .aprose__placeholder-img {
  width: 100%;
  border-radius: var(--radius-md);
  display: block;
  aspect-ratio: 16 / 9;
  position: relative;
}
.aprose .aprose__placeholder-img {
  background: linear-gradient(135deg, #1B2E45 0%, #2563A8 100%);
}
.aprose .aprose__placeholder-img::after {
  content: 'PHOTOGRAPH';
  position: absolute;
  bottom: var(--space-5);
  left: var(--space-5);
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.aprose figcaption {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--neutral-500);
  margin-top: var(--space-3);
  text-align: center;
  line-height: 1.6;
}

/* ---------- 著者 Bio（刷新：tintパネル＋gold縦罫＋丸アバター） ---------- */
.aauthor {
  margin-top: var(--space-12);
  padding: var(--space-8);
  background: var(--neutral-50);
  border-left: 3px solid var(--gold-400);
  border-radius: var(--radius-md);
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: var(--space-6);
  align-items: start;
}
.aauthor__avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--gold-300);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 500;
}
.aauthor__role {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: var(--space-2);
}
.aauthor__name {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 500;
  color: var(--navy-900);
  margin-bottom: var(--space-3);
}
.aauthor__bio {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-fg-muted);
  line-height: var(--leading-loose);
}
.aauthor__link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-4);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--gold-600);
  letter-spacing: 0.02em;
  text-decoration: none;
}
.aauthor__link .ar { font-family: var(--font-latin); transition: transform var(--duration-normal); }
.aauthor__link:hover .ar { transform: translateX(4px); }

/* ---------- 戻る / 次へ（前の記事は撤去） ---------- */
.afoot {
  max-width: 760px;
  margin: var(--space-12) auto var(--space-12);
  padding: var(--space-8) var(--space-8) 0;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-5);
  flex-wrap: wrap;
}
.afoot__back {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  padding: var(--space-4) var(--space-8);
  border-radius: var(--radius-sm);
  border: 1px solid var(--navy-700);
  color: var(--navy-700);
  background: transparent;
  text-decoration: none;
  transition: background var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out);
}
.afoot__back .ar { font-family: var(--font-latin); transition: transform var(--duration-normal); }
.afoot__back:hover { background: var(--navy-700); color: var(--white); }
.afoot__back:hover .ar { transform: translateX(-4px); }
.afoot__next {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
  text-decoration: none;
}
.afoot__next-k {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--neutral-500);
}
.afoot__next-t {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--navy-900);
  line-height: 1.4;
  max-width: 30ch;
  transition: color var(--duration-fast);
}
.afoot__next:hover .afoot__next-t { color: var(--gold-600); }

/* ---------- Related Articles（縦3列ロウ / eyecatch付き） ---------- */
.arelated {
  background: var(--neutral-50);
  padding: var(--space-20) 0;
}
.arelated__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: var(--space-8);
  margin-bottom: var(--space-8);
}
.arelated__h2 {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 400;
  letter-spacing: var(--tracking-tight);
  color: var(--navy-900);
  line-height: 1.3;
}
.arelated__h2-eyebrow {
  font-family: var(--font-latin);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: var(--space-3);
  display: block;
}
.arelated__all {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--navy-700);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  transition: gap var(--duration-normal);
}
.arelated__all:hover { gap: var(--space-3); }
.arelated__all svg { width: 14px; height: 14px; }

.arelated__rows {
  border-top: 1px solid var(--neutral-200);
}
.arelated__row {
  display: grid;
  grid-template-columns: 132px 1fr 22px;
  gap: var(--space-6);
  align-items: center;
  padding: var(--space-5) var(--space-2);
  border-bottom: 1px solid var(--neutral-200);
  text-decoration: none;
  transition: padding-left var(--duration-normal) var(--ease-out), background var(--duration-normal);
}
.arelated__row:hover {
  padding-left: var(--space-4);
  background: var(--white);
}
.arelated__thumb {
  width: 132px;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
}
.arelated__thumb-label {
  position: absolute;
  bottom: var(--space-2);
  left: var(--space-3);
  font-family: var(--font-latin);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.arelated__main { min-width: 0; }
.arelated__meta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
}
.arelated__cat {
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--navy-700);
}
.arelated__date {
  font-family: var(--font-latin);
  font-size: 11px;
  color: var(--neutral-500);
}
.arelated__title {
  /* 0907追加：h3→spanに変更したため、見た目が変わらないよう明示的に指定
     （実機で計算後のmargin(0px)を確認済み。h3のデフォルト余白があった場合に
     備えてmargin:0も明記） */
  display: block;
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: 1.5;
  color: var(--navy-900);
  letter-spacing: var(--tracking-tight);
  transition: color var(--duration-fast);
}
/* 関連記事タイトルの下線を消す */
.arelated__title,
.arelated__title:link,
.arelated__title:visited {
  text-decoration: none !important;
  border-bottom: none !important;
}
.arelated__ar {
  font-family: var(--font-latin);
  color: var(--neutral-200);
  justify-self: end;
  transition: color var(--duration-fast), transform var(--duration-normal);
}
.arelated__row:hover .arelated__ar { color: var(--gold-500); transform: translateX(4px); }

/* Lightningの見出し装飾を消す① */
.aprose h2,
.aprose h4 {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  background: none !important;
  box-shadow: none !important;
}
.aprose h3::after,
.aprose h4::after {
  display: none !important;
  content: none !important;
}
/* Lightningの見出し装飾を消す② */
.arelated__h2,
.arelated__h2-eyebrow {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  background: none !important;
  box-shadow: none !important;
}
.arelated__h2::before,
.arelated__h2::after,
.arelated__h2-eyebrow::before,
.arelated__h2-eyebrow::after {
  display: none !important;
  content: none !important;
}
	
	
/* Small screens */
@media (max-width: 720px) {
  .ahero { padding: var(--space-10) 0 var(--space-12); }
  .ahero__title { font-size: var(--text-3xl); }
  .ahero__meta { gap: var(--space-4); }
  .afeature__wrap { padding: 0 var(--space-5); }
  .abody__main { padding: 0 var(--space-5); }
  .afoot {
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
  padding: var(--space-8) var(--space-5) 0;
}
  .afoot__next { text-align: left; }
  .arelated__head { flex-direction: column; align-items: flex-start; gap: var(--space-4); }
  .arelated__row { grid-template-columns: 96px 1fr; }
  .arelated__thumb { width: 96px; }
  .arelated__ar { display: none; }
}

body.blog #main, body.blog .entry-content, body.blog .container,
body.archive #main, body.archive .entry-content, body.archive .container,
body.single-post #main, body.single-post .entry-content, body.single-post .container,
body.page-template-blog-index #main, body.page-template-blog-index .entry-content, body.page-template-blog-index .container,
body.blog .ld-content-wrap, body.archive .ld-content-wrap, body.single-post .ld-content-wrap, body.page-template-blog-index .ld-content-wrap,
body.blog .l-section, body.archive .l-section, body.single-post .l-section, body.page-template-blog-index .l-section {
  max-width: none !important; padding-left: 0 !important; padding-right: 0 !important;
  margin: 0 !important; width: 100% !important;
}
body.blog .ld-page_header, body.archive .ld-page_header, body.single-post .ld-page_header, body.page-template-blog-index .ld-page_header,
body.blog .entry-header, body.archive .entry-header, body.single-post .entry-header, body.page-template-blog-index .entry-header,
body.blog .breadcrumb, body.archive .breadcrumb, body.single-post .breadcrumb, body.page-template-blog-index .breadcrumb {
  display: none !important;
}
#saitamakogei-root { font-family: var(--font-body); color: var(--color-fg); }
#saitamakogei-root * { box-sizing: border-box; }
/* 0907追加：スクロール時のガタつき対策。親テーマ(Lightning)のmain.jsが持つ
   「header_scroll」機能が、スクロール量がヘッダーの高さを超えるたびに、
   ヘッダー直下要素(#saitamakogei-root)へインラインstyleでmargin-topを
   出し入れしてしまう（会社概要ページ・FAQページ等と同じ原因）。
   常に0pxに固定して無効化する。 */
.page-template-column-index #saitamakogei-root {
  margin-top: 0 !important;
}
.aprose > h1 { display: none; }
	
/* ---------- (1) 目次：開閉ヒント ---------- */
.atoc__bar:hover { background: rgba(13,27,42,.03); }
.atoc__bar { align-items: center; }
.atoc__hint {
  margin-left: auto; display: inline-flex; align-items: center; gap: var(--space-2);
  font-family: var(--font-body); font-size: var(--text-xs); color: var(--neutral-500);
}
.atoc[aria-collapsed="true"] .atoc__hint .open { display: none; }
.atoc:not([aria-collapsed="true"]) .atoc__hint .closed { display: none; }

/* ---------- (4) 関連記事：カード化＋クリック明示 ---------- */
.arelated__rows { border-top: none; display: flex; flex-direction: column; gap: var(--space-3); }
.arelated__row {
  grid-template-columns: 148px 1fr auto !important;
  padding: var(--space-4) !important;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-bottom: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
}
.arelated__row:hover {
  padding-left: var(--space-4) !important;
  background: var(--white);
  border-color: var(--navy-700);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.arelated__thumb { width: 148px; }
/* 「記事を読む」マイクロコピー = クリック可能の決定打 */
.arelated__readmore {
  display: inline-flex; align-items: center; gap: var(--space-2); margin-top: var(--space-3);
  font-family: var(--font-body); font-size: var(--text-xs); font-weight: 700;
  letter-spacing: var(--tracking-wide); color: var(--gold-600);
}
.arelated__readmore svg { width: 13px; height: 13px; transition: transform var(--duration-normal); }
.arelated__row:hover .arelated__readmore svg { transform: translateX(3px); }
/* 円形矢印ボタン = 触れる対象を視覚的に明示 */
.arelated__btn {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--neutral-200); background: var(--white);
  display: flex; align-items: center; justify-content: center; color: var(--navy-700);
  transition: background var(--duration-normal), border-color var(--duration-normal), color var(--duration-normal);
}
.arelated__btn svg { width: 16px; height: 16px; transition: transform var(--duration-normal); }
.arelated__row:hover .arelated__btn { background: var(--gold-400); border-color: var(--gold-400); color: var(--navy-900); }
.arelated__row:hover .arelated__btn svg { transform: translateX(2px); }
/* 旧 → 記号は撤去 */
.arelated__row .arelated__ar { display: none !important; }

@media (max-width: 720px) {
  .arelated__row { grid-template-columns: 96px 1fr !important; }
  .arelated__thumb { width: 96px; }
  .arelated__btn { display: none; }
}


/* Column detail 2026-08-14: align hero, eyecatch, meta strip, and content width with news detail. */
.column-single,
.column-single *::before,
.column-single *::after {
  box-sizing: border-box;
}
.column-single {
  --column-detail-width: 980px;
  --column-detail-gutter: 80px;
  margin-top: 0 !important;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  background: #fff;
}
.column-single a,
.column-single a:hover {
  text-decoration: none !important;
}
.column-single .nbd-inner {
  width: min(var(--column-detail-width), calc(100% - var(--column-detail-gutter)));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
.column-single .nbd-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
  background: #031323 !important;
  color: #fff;
  padding: 100px 0 96px;
  transition: none !important;
  transform: none !important;
  animation: none !important;
  will-change: auto !important;
}
.column-single .nbd-hero,
.column-single .nbd-hero *,
.column-single .nbd-hero *::before,
.column-single .nbd-hero *::after {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  filter: none !important;
  backface-visibility: hidden;
}
.column-single .nbd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.075) 1px, transparent 1.5px) 0 0/22px 22px,
    #031323 !important;
}
.column-single .nbd-hero__in {
  position: relative;
  z-index: 1;
  padding-top: 128px;
  padding-bottom: 0;
}
.column-single .nbd-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
  letter-spacing: .1em;
  color: rgba(255,255,255,.5);
  margin-bottom: 30px;
}
.column-single .nbd-crumbs a { color: rgba(255,255,255,.6); }
.column-single .nbd-crumbs a:hover { color: #d8b15f; }
.column-single .nbd-crumbs .sep { color: rgba(255,255,255,.3); }
.column-single .nbd-crumbs .cur { color: #d8b15f; }
.column-single .nbd-metarow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.column-single .nbd-date {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: .05em;
  color: rgba(255,255,255,.7);
}
.column-single .nbd-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #cda052;
  border: 1px solid #cda052;
  background: #fff;
  padding: 3px 10px;
  border-radius: 2px;
  white-space: nowrap;
}
.column-single .nbd-hero .nbd-tag {
  color: #1a2a40;
  border: 1px solid #cda052;
  background: #cda052;
  border-radius: 0;
}
/* コラム詳細の記事タイトル */
.column-single .nbd-title {
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .02em;
  margin: 0;
  width: 100%;
  max-width: none;
}

.column-single .nbd-card {
  position: relative;
  z-index: 1;
  width: min(var(--column-detail-width), calc(100% - var(--column-detail-gutter)));
  max-width: none;
  margin: 0 auto;
  padding-top: 56px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
/* アイキャッチ */
.column-single .nbd-fig {
  width: 100%;
  aspect-ratio: 21 / 9;
  background: #16202c;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.column-single .nbd-fig img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.column-single .nbd-strip {
  display: flex;
  gap: 40px;
  padding: 22px 56px;
  border-right: 1px solid #eadfc8;
  border-bottom: 1px solid #eadfc8;
  border-left: 1px solid #eadfc8;
  background: #fbf7ed;
}
.column-single .nbd-strip__it {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.column-single .nbd-strip__k {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #b89a63;
}
.column-single .nbd-strip__v {
  font-size: 14px;
  font-weight: 700;
  color: #1a2a40;
}
.column-single .nbd-body,
.column-single .abody__main {
  width: 100%;
  max-width: var(--column-detail-width);
  margin: 0 auto;
  padding: 52px 0 0;
  font-size: 16.5px;
  line-height: 2.05;
  color: #444;
}
.column-single .nbd-body > *:first-child { margin-top: 0; }
.column-single .abody.sk-lower-fade-in,
.column-single .abody .sk-lower-fade-in,
.column-single .abody.js-fade-in,
.column-single .abody .js-fade-in {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
.column-single .atoc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.column-single .aprose {
  width: 100%;
}
.column-single .aprose a {
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.column-single .aprose img {
  height: auto;
  max-width: 100%;
}
/* 本文内テーブル */
.column-single .aprose .wp-block-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.column-single .aprose table {
  width: 100%;
  min-width: 0;
  font-size: 14px;
}
@media (max-width: 640px) {
  .column-single .aprose table {
    width: 100%;
    min-width: 0;
    font-size: 13px;
  }
  .column-single .aprose table thead th {
    padding: 9px 8px;
  }
  .column-single .aprose table td {
    padding: 10px 8px;
  }
}
.column-single .aauthor,
.column-single .afoot {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.column-single .afoot {
  padding: 40px 0 56px;
  margin-top: 50px;
  margin-bottom: 0;
}
.column-single .afoot__back {
  display: inline-grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 280px;
  min-width: 0;
  min-height: 62px;
  padding: 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.35;
  text-align: center;
  color: #c9a870;
  background: transparent;
  border: 1px solid #c9a870;
  border-radius: 0;
  overflow: hidden;
  transition: background-color .25s, border-color .25s, color .25s, transform .25s;
}
/* 戻るボタンの三角矢印 */
.column-single .afoot__back .ar {
  width: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-right: 1px solid rgba(11, 26, 41, .26);
  font-size: 0;
  line-height: 1;
}
.column-single .afoot__back .ar::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid currentColor;
}
.column-single .afoot__back:hover {
  background: rgba(201, 168, 112, .08);
  border-color: #b8966a;
  color: #b8966a;
  transform: translateY(-1px);
}


/* Column related articles: match news-detail cards and place archive button below cards. */
.column-single .arelated .sk-container {
  max-width: 980px;
  padding-left: 0;
  padding-right: 0;
}
.column-single .arelated__head {
  align-items: flex-start;
  margin-bottom: 18px;
}
.column-single .arelated__h2-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #cda052;
}
/* Related Articlesの装飾 */
.column-single .arelated__h2-eyebrow::before {
  content: "" !important;
  display: inline-block !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
  background: #cda052 !important;
  flex: none;
}
.column-single .arelated__h2-eyebrow::after {
  content: "" !important;
  display: inline-block !important;
  width: 34px !important;
  height: 1px !important;
  background: #cda052 !important;
  flex: none;
}
.column-single .arelated__all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.column-single .arelated__all {
  display: inline-grid;
  grid-template-columns: minmax(0, 196px) 56px;
  align-items: stretch;
  min-height: 64px;
  padding: 0;
  gap: 0;
  color: #fff;
  background: #061727;
  border: 1px solid #061727;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.3;
  text-align: center;
  transition: background-color .22s ease, border-color .22s ease, transform .22s ease;
}
.column-single .arelated__all span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 24px;
}
/* すべての記事を見る三角矢印 */
.column-single .arelated__all-arrow {
  width: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-left: 1px solid rgba(255,255,255,.28);
  color: #fff;
}
.column-single .arelated__all-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid currentColor;
}
.column-single .arelated__all:hover {
  gap: 0;
  color: #fff;
  background: #0d2339;
  border-color: #0d2339;
  transform: translateY(-1px);
}
.column-single .arelated__row {
  grid-template-columns: 148px minmax(0, 1fr) 44px !important;
  gap: 24px;
  align-items: center;
  padding: 18px 20px 18px 16px !important;
  border: 1px solid #d8dee3;
  border-radius: 0;
  background: #fff;
  color: inherit;
  box-shadow: none;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.column-single .arelated__row:hover {
  padding: 18px 20px 18px 16px !important;
  border-color: #9ca9b7;
  box-shadow: 0 10px 24px rgba(3, 19, 35, .06);
  transform: translateY(-1px);
}
.column-single .arelated__thumb {
  width: 148px;
  aspect-ratio: 16 / 10;
  border-radius: 4px;
}
.column-single .arelated__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 3px 10px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.2;
  color: #cda052;
  background: #fff;
  border: 1px solid #cda052;
  border-radius: 2px;
  white-space: nowrap;
  text-transform: none;
}
/* 関連記事の記事を読む */
/* 関連記事のタイトルと「記事を読む」 */
.column-single .arelated__title {
  margin: 0 !important;
}
.column-single .arelated__readmore {
  display: inline-block;
  margin-top: 6px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #bd8b35;
  letter-spacing: .06em;
  line-height: 1.4;
  border-bottom: 1px solid #bd8b35;
}
.column-single .arelated__btn {
  width: 44px;
  height: 44px;
  border: 1px solid #d8dee3;
  border-radius: 50%;
  color: #1a2a40;
  background: #fff;
}
.column-single .arelated__btn svg {
  width: 16px;
  height: 16px;
}
.column-single .arelated__row:hover .arelated__btn {
  color: #0d1b2a;
  background: #d4a820;
  border-color: #d4a820;
  transform: translateX(2px);
}

@media screen and (max-width: 640px) {
  .column-single .nbd-inner {
    width: calc(100% - 40px);
    padding: 0;
  }
  .column-single .nbd-hero { padding: 72px 0 54px; }
  .column-single .nbd-hero__in { padding-top: 102px; }
  .column-single .nbd-crumbs {
    margin-bottom: 24px;
    font-size: 10.5px;
    letter-spacing: .08em;
  }
  .column-single .nbd-metarow {
    gap: 10px;
    margin-bottom: 18px;
  }
  .column-single .nbd-date { font-size: 13px; }
  .column-single .nbd-tag {
    font-size: 10px;
    padding: 3px 10px;
  }
  .column-single .nbd-title {
    font-size: 30px;
    line-height: 1.45;
  }
  .column-single .nbd-card {
    width: 100%;
    margin-top: 0;
    padding-top: 36px;
  }
  .column-single .nbd-fig {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16 / 10;
  }
  .column-single .nbd-strip {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    gap: 18px 32px;
    padding: 20px 24px;
  }
  .column-single .nbd-body,
  .column-single .abody__main {
    padding: 36px 20px 0;
    font-size: 16px;
  }
  .column-single .atoc {
    max-width: 760px;
  }
  .column-single .arelated__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .column-single .arelated .sk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .column-single .arelated__row {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 14px;
    padding: 14px !important;
  }
  .column-single .arelated__row:hover {
    padding: 14px !important;
    transform: none;
    box-shadow: 0 8px 18px rgba(3, 19, 35, .05);
  }
  .column-single .arelated__thumb {
    width: 96px;
    aspect-ratio: 4 / 3;
  }
  .column-single .arelated__readmore {
    margin-top: 10px;
    font-size: 11px;
  }
  .column-single .arelated__btn {
    display: none;
  }
/* CTAと同じスマホ時のボタン幅 */
.column-single .afoot__back,
.column-single .arelated__all {
  width: 100%;
  max-width: none;
}
.column-single .arelated__all {
  grid-template-columns: minmax(0, 1fr) 56px;
}
}



/* Column archive refinements 2026-08-14: match top page badges/read-more and add breathing room above CTA. */
.bfeatured__meta-cat,
.bcard__meta-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 3px 10px;
  color: #cda052;
  background: transparent;
  border: 1px solid #cda052;
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .06em;
  white-space: nowrap;
}

.bfeatured__more,
.bcard__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 14px;
  padding: 0 0 3px;
  color: #cda052;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cda052;
  border-radius: 0;
  font-family: var(--font-latin);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  transition: opacity .2s ease;
}

.bfeatured__more svg,
.bcard__more svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.bfeatured__card:hover .bfeatured__more,
.bcard:hover .bcard__more {
  gap: 6px;
  opacity: .7;
}

.bfeatured__thumb,
.bcard__thumb {
  background-position: center !important;
  background-size: cover, cover !important;
  transition: background-size .8s cubic-bezier(.16, 1, .3, 1);
}

.bfeatured__card:hover .bfeatured__thumb,
.bcard:hover .bcard__thumb {
  background-size: cover, 106% 106% !important;
}

.barticles {
  padding-bottom: clamp(132px, 10vw, 190px);
}

@media (max-width: 1024px) {
  .barticles {
    padding-bottom: 132px;
  }
}

@media (max-width: 768px) {
  .barticles {
    padding-bottom: 116px;
  }

  .barticles__grid {
    display: grid;
    gap: 18px;
  }

  .bcard {
    align-items: start;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 18px !important;
    background: #fff;
    border: 1px solid rgba(13, 27, 42, .12);
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(13, 27, 42, .07);
  }

  .bcard:first-child {
    padding-top: 18px !important;
  }

  .bcard:hover {
    background: #fff;
    box-shadow: 0 14px 34px rgba(13, 27, 42, .11);
  }

  .bcard__thumb {
    aspect-ratio: 16 / 9;
    border-radius: 3px;
  }

  .bcard__meta {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}

@media (max-width: 390px) {
  .bfeatured__more,
  .bcard__more {
    width: fit-content;
    justify-content: flex-start;
    margin-top: var(--space-5);
    padding: 0 0 3px;
    color: #cda052;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #cda052;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bfeatured__thumb,
  .bcard__thumb,
  .bfeatured__more,
  .bcard__more {
    transition: none;
  }

  .bfeatured__card:hover .bfeatured__thumb,
  .bcard:hover .bcard__thumb {
    background-size: cover, cover !important;
  }
}

/* Source: lightning-child/templates-page/column-index.php */
/* Column archive: align badges/read-more/photo hover with the top page design. */
.bfeatured__meta-cat,
.bcard__meta-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 3px 10px;
  color: #cda052;
  background: transparent;
  border: 1px solid #cda052;
  border-radius: 2px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .06em;
  white-space: nowrap;
}

.bfeatured__more,
.bcard__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 14px;
  padding: 0 0 3px;
  color: #cda052;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cda052;
  border-radius: 0;
  font-family: var(--font-latin);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  transition: opacity .2s ease;
}

.bfeatured__more i,
.bcard__more i {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.bfeatured__card:hover .bfeatured__more,
.bcard:hover .bcard__more {
  gap: 6px;
  opacity: .7;
}

.bfeatured__thumb,
.bcard__thumb {
  isolation: isolate;
}

.bfeatured__thumb--image,
.bcard__thumb--image {
  background: #16202c;
}

.bfeatured__thumb-img,
.bcard__thumb-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  transform-origin: center;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.bfeatured__thumb--image::after,
.bcard__thumb--image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.4) 100%);
}

.bfeatured__thumb-label,
.bcard__thumb-label {
  z-index: 2;
}

.bfeatured__card:hover .bfeatured__thumb-img,
.bcard:hover .bcard__thumb-img {
  transform: scale(1.06);
}

.barticles {
  padding-bottom: clamp(132px, 10vw, 190px);
}

@media (max-width: 1024px) {
  .barticles {
    padding-bottom: 132px;
  }
}

@media (max-width: 768px) {
  .barticles {
    padding-bottom: 116px;
  }

  .bcard {
    align-items: start;
  }

  .bcard__meta {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}

@media (max-width: 390px) {
  .bfeatured__more,
  .bcard__more {
    width: fit-content;
    justify-content: flex-start;
    margin-top: var(--space-5);
    padding: 0 0 3px;
    color: #cda052;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #cda052;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bfeatured__thumb-img,
  .bcard__thumb-img,
  .bfeatured__more,
  .bcard__more {
    transition: none;
  }

  .bfeatured__card:hover .bfeatured__thumb-img,
  .bcard:hover .bcard__thumb-img {
    transform: none;
  }
}
