/* ------------------------------------------------------------------
   Visual style variants, switched with the bar at the top of the page.
   Each variant overrides tokens (colours, fonts, shape) and a few
   component rules. Every variant has a dark and a light palette.

   data-style: "terminal" (default) | "editorial" | "arcade" | "warm" | "clear" | "soft"
   ------------------------------------------------------------------ */

/* ---------- style bar (preview tool) ---------- */
.style-bar {
  position: relative; z-index: 60;
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  padding: 8px var(--gutter);
  background: #0b0b0c; color: #d4d4d8;
  font: 500 12.5px/1 var(--font-mono);
  border-bottom: 1px solid #27272a;
}
.style-bar__label { color: #71717a; margin-right: 6px; letter-spacing: .06em; text-transform: uppercase; }
.style-bar button {
  font: inherit; color: #d4d4d8; background: #18181b; border: 1px solid #3f3f46;
  border-radius: 999px; padding: 7px 12px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 7px;
}
.style-bar button:hover { border-color: #a1a1aa; color: #fff; }
.style-bar button[aria-pressed="true"] { background: #fafafa; color: #09090b; border-color: #fafafa; }
.style-bar__swatch { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.style-bar__hint { margin-left: auto; color: #71717a; font-size: 11.5px; }
@media (max-width: 700px) { .style-bar__hint { display: none; } }
@media print { .style-bar { display: none !important; } }

/* ==================================================================
   2. EDITORIAL — warm paper, serif display, magazine rhythm
   ================================================================== */
:root[data-style="editorial"] {
  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --display-weight: 500;
  --display-tracking: -0.02em;
  --radius: 6px;
  --border-w: 1px;

  --bg: #f4efe6;
  --bg-2: #ede6d9;
  --surface: #faf7f1;
  --surface-2: #f1ebe0;
  --border: rgba(38, 30, 18, 0.12);
  --border-strong: rgba(38, 30, 18, 0.28);
  --text: #1c1814;
  --text-2: #4e463c;
  --text-3: #6b6052;
  --accent: #c2410c;
  --accent-2: #b45309;
  --accent-ink: #fff7ed;
  --accent-soft: rgba(194, 65, 12, 0.1);
  --glow: rgba(194, 65, 12, 0.12);
  --shadow: 0 24px 60px rgba(60, 40, 10, 0.18);
  --card-shadow: none;
}
:root[data-style="editorial"][data-theme="dark"] {
  --bg: #17130f;
  --bg-2: #1d1813;
  --surface: #211b16;
  --surface-2: #29221c;
  --border: rgba(255, 240, 220, 0.1);
  --border-strong: rgba(255, 240, 220, 0.22);
  --text: #f3ebdf;
  --text-2: #bfb3a2;
  --text-3: #9a8d7c;
  --accent: #fb923c;
  --accent-2: #f59e0b;
  --accent-ink: #1c1208;
  --accent-soft: rgba(251, 146, 60, 0.12);
  --glow: rgba(251, 146, 60, 0.14);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
:root[data-style="editorial"] .hero__bg::after { display: none; }
:root[data-style="editorial"] .hero__name { font-size: clamp(48px, 8vw, 96px); line-height: .95; }
:root[data-style="editorial"] .hero__name::after { content: "."; color: var(--accent); }
:root[data-style="editorial"] .hero__headline { font-family: var(--font-display); font-weight: 400; font-style: italic; font-size: clamp(22px, 3vw, 32px); }
:root[data-style="editorial"] .section__head h2 { font-weight: 500; font-size: clamp(30px, 3.6vw, 44px); }
:root[data-style="editorial"] .eyebrow { font-family: var(--font-sans); font-weight: 600; letter-spacing: .14em; }
:root[data-style="editorial"] .card, :root[data-style="editorial"] .job, :root[data-style="editorial"] .stat {
  background: transparent; border: 0; border-top: 1px solid var(--border-strong); border-radius: 0; padding-left: 0; padding-right: 0;
}
:root[data-style="editorial"] .card:hover { transform: none; }
:root[data-style="editorial"] .card::after { display: none; }
:root[data-style="editorial"] .bento { gap: 0 32px; }
:root[data-style="editorial"] .card__icon { background: transparent; color: var(--accent); width: auto; height: auto; margin-bottom: 12px; justify-content: start; }
:root[data-style="editorial"] .card h3 { font-size: 24px; font-weight: 500; }
:root[data-style="editorial"] .hero__photo-frame { border-radius: 4px; }
:root[data-style="editorial"] .hero__photo-frame::before { display: none; }
:root[data-style="editorial"] .btn { border-radius: 4px; }
:root[data-style="editorial"] .chip { border-radius: 4px; background: transparent; }
:root[data-style="editorial"] .status { border-radius: 4px; font-family: var(--font-sans); font-weight: 600; }
:root[data-style="editorial"] .status__dot { animation: none; }
:root[data-style="editorial"] .contact-card { border-radius: 8px; background: var(--surface); }
:root[data-style="editorial"] .contact-card h2 { font-weight: 500; }
:root[data-style="editorial"] .job__role { font-size: 24px; font-weight: 500; }
:root[data-style="editorial"] .nav__brand { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 22px; }

/* ==================================================================
   3. ARCADE — deep space, gradients, glass, glow
   ================================================================== */
:root[data-style="arcade"] {
  --font-display: "Space Grotesk", var(--font-sans);
  --display-weight: 700;
  --display-tracking: -0.03em;
  --radius: 24px;
  --border-w: 1px;

  --bg: #07060f;
  --bg-2: #0b0918;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.07);
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.2);
  --text: #f1eefc;
  --text-2: #b3acc9;
  --text-3: #8f87a8;
  --accent: #c084fc;
  --accent-2: #22d3ee;
  --accent-ink: #1b0533;
  --accent-soft: rgba(192, 132, 252, 0.14);
  --glow: rgba(192, 132, 252, 0.28);
  --shadow: 0 30px 80px rgba(120, 60, 255, 0.25);
  --card-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
:root[data-style="arcade"][data-theme="light"] {
  --bg: #f3f0ff;
  --bg-2: #ebe6ff;
  --surface: rgba(255, 255, 255, 0.75);
  --surface-2: rgba(255, 255, 255, 0.95);
  --border: rgba(60, 30, 120, 0.1);
  --border-strong: rgba(60, 30, 120, 0.22);
  --text: #16102b;
  --text-2: #4b4468;
  --text-3: #6a6187;
  --accent: #7c3aed;
  --accent-2: #0e7490;
  --accent-ink: #ffffff;
  --accent-soft: rgba(124, 58, 237, 0.1);
  --glow: rgba(124, 58, 237, 0.18);
  --shadow: 0 30px 80px rgba(124, 58, 237, 0.18);
  --card-shadow: none;
}
:root[data-style="arcade"] .hero__bg {
  background:
    radial-gradient(50% 60% at 85% 0%, var(--glow), transparent 70%),
    radial-gradient(40% 50% at 0% 100%, color-mix(in srgb, var(--accent-2) 25%, transparent), transparent 70%),
    radial-gradient(30% 30% at 50% 50%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 70%);
}
:root[data-style="arcade"] .hero__bg::after { display: none; }
:root[data-style="arcade"] .hero__name {
  background: linear-gradient(100deg, var(--text) 0%, var(--accent) 55%, var(--accent-2) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-bottom: .06em;
}
:root[data-style="arcade"] .hero__headline .hl { background: linear-gradient(90deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
:root[data-style="arcade"] .card:hover { box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 50%, transparent), 0 20px 50px -20px var(--glow); }
:root[data-style="arcade"] .card__icon { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: var(--accent-ink); border-radius: 14px; }
:root[data-style="arcade"] .btn--primary { background: linear-gradient(90deg, var(--accent), var(--accent-2)); box-shadow: 0 10px 30px -10px var(--glow); }
:root[data-style="arcade"] .hero__photo-frame { border-radius: 32px; }
:root[data-style="arcade"] .hero__photo-frame::before { padding: 2px; background: linear-gradient(160deg, var(--accent), var(--accent-2)); }
:root[data-style="arcade"] .status { background: linear-gradient(90deg, var(--accent-soft), color-mix(in srgb, var(--accent-2) 12%, transparent)); }
:root[data-style="arcade"] .status__dot { background: var(--accent-2); }
:root[data-style="arcade"] .chip--hot { background: linear-gradient(90deg, var(--accent-soft), color-mix(in srgb, var(--accent-2) 14%, transparent)); }
:root[data-style="arcade"] .eyebrow { color: var(--accent-2); }
:root[data-style="arcade"] .job__bullets li::before { border-radius: 50%; background: var(--accent-2); }
:root[data-style="arcade"] .job__period { color: var(--accent-2); }
:root[data-style="arcade"] .stat__value { background: linear-gradient(90deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
:root[data-style="arcade"] .stat__value small { -webkit-text-fill-color: var(--text-2); }
:root[data-style="arcade"] .nav { background: color-mix(in srgb, var(--bg) 60%, transparent); }

/* ==================================================================
   5. WARM — soft-autumn palette: muted, warm, low-saturation earth
   tones, a friendly humanist sans, rounded shapes, the photo as anchor.
   ================================================================== */
:root[data-style="warm"] {
  --font-sans: "Manrope", "Inter", system-ui, sans-serif;
  --font-display: "Manrope", "Inter", system-ui, sans-serif;
  --display-weight: 800;
  --display-tracking: -0.03em;
  --radius: 20px;
  --border-w: 1px;

  --bg: #f5efe6;
  --bg-2: #ece4d8;
  --surface: #fdfbf7;
  --surface-2: #f0e8dc;
  --border: rgba(70, 50, 30, 0.14);
  --border-strong: rgba(70, 50, 30, 0.28);
  --text: #2a231d;
  --text-2: #55493f;
  --text-3: #6b5f54;
  --accent: #8c4a35;
  --accent-2: #3d6557;
  --accent-ink: #fbf6f0;
  --accent-soft: rgba(140, 74, 53, 0.12);
  --glow: rgba(140, 74, 53, 0.12);
  --shadow: 0 18px 50px rgba(80, 55, 30, 0.14);
  --card-shadow: 0 1px 2px rgba(80, 55, 30, 0.04), 0 8px 24px -12px rgba(80, 55, 30, 0.12);
  --focus: #8c4a35;
}
:root[data-style="warm"][data-theme="dark"] {
  --bg: #1b1714;
  --bg-2: #211c18;
  --surface: #27211d;
  --surface-2: #302923;
  --border: rgba(245, 230, 210, 0.11);
  --border-strong: rgba(245, 230, 210, 0.24);
  --text: #f4ece1;
  --text-2: #cbbdae;
  --text-3: #a89a8c;
  --accent: #dda083;
  --accent-2: #97bcab;
  --accent-ink: #2a1a12;
  --accent-soft: rgba(211, 152, 124, 0.12);
  --glow: rgba(211, 152, 124, 0.10);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
  --card-shadow: none;
  --focus: #d3987c;
}
:root[data-style="warm"] .hero__bg { background: radial-gradient(55% 60% at 85% 20%, var(--glow), transparent 70%); }
:root[data-style="warm"] .hero__bg::after { display: none; }
:root[data-style="warm"] .hero__grid { align-items: center; }
:root[data-style="warm"] .hero__photo { width: min(100%, 340px); }
:root[data-style="warm"] .hero__photo-frame { border-radius: 50% 50% 44% 44% / 46% 46% 54% 54%; aspect-ratio: 1; box-shadow: var(--shadow); }
:root[data-style="warm"] .hero__photo-frame::before { display: none; }
:root[data-style="warm"] .hero__name { font-size: clamp(40px, 6vw, 68px); }
:root[data-style="warm"] .hero__headline { font-weight: 700; }
:root[data-style="warm"] .hero__where { font-family: var(--font-sans); font-weight: 600; font-size: 14px; }
:root[data-style="warm"] .status { font-family: var(--font-sans); font-weight: 700; font-size: 13px; background: var(--accent-soft); color: var(--text); border-color: color-mix(in srgb, var(--accent) 35%, transparent); }
:root[data-style="warm"] .status__dot { background: var(--accent-2); animation: none; }
:root[data-style="warm"] .status__sep, :root[data-style="warm"] .status__mode { color: var(--text-2); }
:root[data-style="warm"] .eyebrow { font-family: var(--font-sans); font-weight: 700; letter-spacing: .1em; color: var(--accent-2); }
:root[data-style="warm"] .section__head h2 { font-weight: 800; letter-spacing: -0.03em; }
:root[data-style="warm"] .card::after { display: none; }
:root[data-style="warm"] .card__icon { background: var(--accent-soft); color: var(--accent); border-radius: 14px; }
:root[data-style="warm"] .btn { font-weight: 700; }
:root[data-style="warm"] .chip { background: var(--surface); font-weight: 600; }
:root[data-style="warm"] .job__period { color: var(--accent-2); font-family: var(--font-sans); font-weight: 700; }
:root[data-style="warm"] .job__bullets li::before { border-radius: 50%; background: var(--accent); }
:root[data-style="warm"] .product { background: var(--bg-2); }
:root[data-style="warm"] .product__note { font-family: var(--font-sans); }
:root[data-style="warm"] .archive__meta { font-family: var(--font-sans); }
:root[data-style="warm"] .contact-card { background: var(--accent-2); color: #f3f6f2; border-color: transparent; border-radius: 28px; }
:root[data-style="warm"] .contact-card .eyebrow, :root[data-style="warm"] .contact-card__text, :root[data-style="warm"] .contact-card__email { color: rgba(243, 246, 242, 0.85); }
:root[data-style="warm"] .contact-card .btn { background: #fdfbf7; color: #2a231d; border-color: transparent; }
:root[data-style="warm"] .contact-card .btn--primary { background: #2a231d; color: #f4ece1; }
:root[data-style="warm"] .nav__brand { font-weight: 800; font-family: var(--font-sans); }
:root[data-style="warm"] .nav__dot { color: var(--accent); }

/* ==================================================================
   6. CLEAR — white, cool blue, maximal scannability: bold titles,
   thin rules, bullets, nothing decorative.
   ================================================================== */
:root[data-style="clear"] {
  --font-sans: "DM Sans", "Inter", system-ui, sans-serif;
  --font-display: "DM Sans", "Inter", system-ui, sans-serif;
  --display-weight: 700;
  --display-tracking: -0.03em;
  --radius: 12px;
  --border-w: 1px;

  --bg: #f4f6f9;
  --bg-2: #ecf0f5;
  --surface: #ffffff;
  --surface-2: #f4f6f9;
  --border: #dfe4ec;
  --border-strong: #c5cdd9;
  --text: #16202e;
  --text-2: #465264;
  --text-3: #66717f;
  --accent: #1d4ed8;
  --accent-2: #0f766e;
  --accent-ink: #ffffff;
  --accent-soft: rgba(29, 78, 216, 0.08);
  --glow: transparent;
  --shadow: 0 12px 30px rgba(22, 32, 46, 0.12);
  --card-shadow: 0 1px 2px rgba(22, 32, 46, 0.04);
}
:root[data-style="clear"][data-theme="dark"] {
  --bg: #0f1520;
  --bg-2: #131a27;
  --surface: #171f2e;
  --surface-2: #1d2636;
  --border: #263145;
  --border-strong: #37445c;
  --text: #edf1f7;
  --text-2: #b2bccb;
  --text-3: #8b96a8;
  --accent: #60a5fa;
  --accent-2: #2dd4bf;
  --accent-ink: #061225;
  --accent-soft: rgba(96, 165, 250, 0.12);
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  --card-shadow: none;
}
:root[data-style="clear"] .hero { padding-top: clamp(36px, 6vw, 64px); }
:root[data-style="clear"] .hero__bg { background: none; }
:root[data-style="clear"] .hero__bg::after { display: none; }
:root[data-style="clear"] .hero__grid { grid-template-columns: auto 1fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
:root[data-style="clear"] .hero__photo { order: -1; width: clamp(140px, 18vw, 220px); justify-self: start; }
:root[data-style="clear"] .hero__photo-frame { border-radius: 50%; aspect-ratio: 1; box-shadow: none; border: 4px solid var(--surface); outline: 1px solid var(--border-strong); }
:root[data-style="clear"] .hero__photo-frame::before { display: none; }
:root[data-style="clear"] .hero__name { font-size: clamp(34px, 4.6vw, 52px); }
:root[data-style="clear"] .hero__headline { margin-top: 8px; font-size: clamp(18px, 2.2vw, 22px); color: var(--text-2); font-weight: 600; }
:root[data-style="clear"] .hero__headline .hl { color: var(--text); }
:root[data-style="clear"] .hero__tagline { font-size: 16px; }
:root[data-style="clear"] .hero__where { font-family: var(--font-sans); font-size: 14px; }
:root[data-style="clear"] .hero__cta { margin-top: 20px; }
:root[data-style="clear"] .status { font-family: var(--font-sans); font-weight: 700; font-size: 13px; background: #dcfce7; color: #14532d; border-color: #bbf7d0; margin-bottom: 14px; }
:root[data-style="clear"][data-theme="dark"] .status { background: rgba(34, 197, 94, 0.15); color: #bbf7d0; border-color: rgba(34, 197, 94, 0.35); }
:root[data-style="clear"] .status__dot { background: #16a34a; animation: none; }
:root[data-style="clear"] .status__sep, :root[data-style="clear"] .status__mode { color: inherit; opacity: .8; }
:root[data-style="clear"] .stats { margin-top: 32px; }
:root[data-style="clear"] .stat__value { color: var(--accent); }
:root[data-style="clear"] .eyebrow { font-family: var(--font-sans); font-weight: 700; letter-spacing: .08em; color: var(--text-3); }
:root[data-style="clear"] .section { padding: clamp(40px, 6vw, 72px) 0; }
:root[data-style="clear"] .section__head h2 { font-size: clamp(22px, 2.6vw, 30px); }
:root[data-style="clear"] .btn { border-radius: 8px; font-weight: 600; }
:root[data-style="clear"] .icon-btn { border-radius: 8px; }
:root[data-style="clear"] .card::after { display: none; }
:root[data-style="clear"] .card:hover { transform: none; box-shadow: var(--shadow); }
:root[data-style="clear"] .card__icon { background: var(--accent-soft); color: var(--accent); border-radius: 10px; width: 38px; height: 38px; }
:root[data-style="clear"] .chip { border-radius: 6px; background: var(--surface-2); border-color: transparent; font-weight: 500; }
:root[data-style="clear"] .job__period { font-family: var(--font-sans); font-weight: 600; color: var(--text-2); }
:root[data-style="clear"] .job__bullets li::before { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); top: .7em; }
:root[data-style="clear"] .job--current { border-left: 4px solid var(--accent); }
:root[data-style="clear"] .product { background: var(--surface-2); border-radius: 8px; }
:root[data-style="clear"] .product__note, :root[data-style="clear"] .archive__meta { font-family: var(--font-sans); }
:root[data-style="clear"] .contact-card { background: var(--surface); border-radius: 16px; }
:root[data-style="clear"] .nav__brand { font-weight: 700; font-family: var(--font-sans); }
:root[data-style="clear"] .nav__links a { font-weight: 600; }
@media (max-width: 860px) {
  :root[data-style="clear"] .hero__grid { grid-template-columns: 1fr; }
  :root[data-style="clear"] .hero__photo { width: 132px; }
}

/* ==================================================================
   7. SOFT — light, low-saturation, several soft hues with low visual
   complexity, rounded forms, a large photo, a rounded typeface.
   ================================================================== */
:root[data-style="soft"] {
  --font-sans: "Nunito", "Manrope", system-ui, sans-serif;
  --font-display: "Nunito", "Manrope", system-ui, sans-serif;
  --display-weight: 800;
  --display-tracking: -0.02em;
  --radius: 24px;
  --border-w: 1px;

  --bg: #faf8fc;
  --bg-2: #f3eff8;
  --surface: #ffffff;
  --surface-2: #f6f2fa;
  --border: rgba(90, 60, 110, 0.1);
  --border-strong: rgba(90, 60, 110, 0.2);
  --text: #2b2236;
  --text-2: #5a5064;
  --text-3: #756b80;
  --accent: #9b3d7a;
  --accent-2: #2f8f9d;
  --accent-ink: #ffffff;
  --accent-soft: rgba(155, 61, 122, 0.1);
  --glow: rgba(155, 61, 122, 0.12);
  --shadow: 0 20px 50px rgba(90, 60, 110, 0.18);
  --card-shadow: 0 1px 2px rgba(90, 60, 110, 0.05), 0 10px 30px -14px rgba(90, 60, 110, 0.2);
  --focus: #9b3d7a;
}
:root[data-style="soft"][data-theme="dark"] {
  --bg: #1a1520;
  --bg-2: #201a27;
  --surface: #251e2d;
  --surface-2: #2d2536;
  --border: rgba(240, 225, 250, 0.09);
  --border-strong: rgba(240, 225, 250, 0.2);
  --text: #f4eefa;
  --text-2: #c3b8cf;
  --text-3: #9a8fa8;
  --accent: #e08ac1;
  --accent-2: #5fc3d1;
  --accent-ink: #2a1030;
  --accent-soft: rgba(224, 138, 193, 0.14);
  --glow: rgba(224, 138, 193, 0.14);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  --card-shadow: none;
  --focus: #e08ac1;
}
:root[data-style="soft"] .hero__bg {
  background:
    radial-gradient(50% 55% at 85% 15%, var(--glow), transparent 70%),
    radial-gradient(40% 45% at 5% 95%, color-mix(in srgb, var(--accent-2) 14%, transparent), transparent 70%);
}
:root[data-style="soft"] .hero__bg::after { display: none; }
:root[data-style="soft"] .hero__grid { grid-template-columns: 1.1fr .9fr; }
:root[data-style="soft"] .hero__photo { width: min(100%, 400px); }
:root[data-style="soft"] .hero__photo-frame { border-radius: 42% 58% 55% 45% / 45% 45% 55% 55%; aspect-ratio: 1; box-shadow: var(--shadow); }
:root[data-style="soft"] .hero__photo-frame::before { display: none; }
:root[data-style="soft"] .hero__name { font-size: clamp(40px, 6vw, 68px); }
:root[data-style="soft"] .hero__headline { font-weight: 700; }
:root[data-style="soft"] .hero__headline .hl { color: var(--accent); }
:root[data-style="soft"] .hero__where { font-family: var(--font-sans); font-weight: 600; font-size: 14px; }
:root[data-style="soft"] .status { font-family: var(--font-sans); font-weight: 700; font-size: 13px; background: color-mix(in srgb, var(--accent-2) 14%, transparent); color: var(--text); border-color: color-mix(in srgb, var(--accent-2) 40%, transparent); }
:root[data-style="soft"] .status__dot { background: var(--accent-2); animation: none; }
:root[data-style="soft"] .btn { font-weight: 700; }
:root[data-style="soft"] .btn--primary { background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 70%, var(--accent-2))); }
:root[data-style="soft"] .stat { border-radius: 20px; }
:root[data-style="soft"] .stat:nth-child(1) .stat__value { color: var(--accent); }
:root[data-style="soft"] .stat:nth-child(2) .stat__value { color: var(--accent-2); }
:root[data-style="soft"] .stat:nth-child(3) .stat__value { color: #c2732a; }
:root[data-style="soft"] .eyebrow { font-family: var(--font-sans); font-weight: 800; letter-spacing: .1em; color: var(--accent-2); }
:root[data-style="soft"] .section__head h2 { font-weight: 800; }
:root[data-style="soft"] .card::after { display: none; }
:root[data-style="soft"] .card { border-radius: 22px; }
/* a rotating set of soft hues on the icons: colour variety without complexity */
:root[data-style="soft"] .card__icon { border-radius: 14px; }
:root[data-style="soft"] .bento .card:nth-child(1) .card__icon { background: rgba(155, 61, 122, .12); color: #9b3d7a; }
:root[data-style="soft"] .bento .card:nth-child(2) .card__icon { background: rgba(47, 143, 157, .14); color: #2f8f9d; }
:root[data-style="soft"] .bento .card:nth-child(3) .card__icon { background: rgba(194, 115, 42, .14); color: #c2732a; }
:root[data-style="soft"] .bento .card:nth-child(4) .card__icon { background: rgba(76, 120, 200, .14); color: #4c78c8; }
:root[data-style="soft"] .bento .card:nth-child(5) .card__icon { background: rgba(72, 150, 96, .14); color: #48965f; }
:root[data-style="soft"] .bento .card:nth-child(6) .card__icon { background: rgba(155, 61, 122, .12); color: #9b3d7a; }
:root[data-style="soft"][data-theme="dark"] .bento .card .card__icon { filter: brightness(1.5); }
:root[data-style="soft"] .chip { background: var(--surface); font-weight: 600; border-radius: 999px; }
:root[data-style="soft"] .job { border-radius: 22px; }
:root[data-style="soft"] .job__period { color: var(--accent-2); font-family: var(--font-sans); font-weight: 700; }
:root[data-style="soft"] .job__bullets li::before { border-radius: 50%; background: var(--accent); }
:root[data-style="soft"] .product { background: var(--surface-2); border-radius: 14px; }
:root[data-style="soft"] .product__note, :root[data-style="soft"] .archive__meta { font-family: var(--font-sans); }
:root[data-style="soft"] .contact-card { border-radius: 28px; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 12%, var(--surface)), color-mix(in srgb, var(--accent-2) 14%, var(--surface))); border-color: transparent; }
:root[data-style="soft"] .nav__brand { font-weight: 800; font-family: var(--font-sans); }
:root[data-style="soft"] .nav__dot { color: var(--accent); }
@media (max-width: 860px) { :root[data-style="soft"] .hero__grid { grid-template-columns: 1fr; } }
