/* ===================================================================
   NeMo.si — Neskončne Možnosti · V2
   Celestial / astrology redesign (v3). Figma hero, starrier sky.
   Fonts: Lora (display, incl. italic) + Plus Jakarta Sans (UI/body).
   =================================================================== */

/* Fonts (Playfair Display + Barlow) are loaded via <link rel="stylesheet">
   tags in each page's <head>, preceded by <link rel="preconnect"> — not via
   @import here, since @import delays font discovery behind an extra
   stylesheet round-trip. See any page's <head> for the exact tags. */

:root {
  --plum-900: #141414;   /* dark grey — page background, darkest */
  --plum-800: #1E1E1E;   /* dark grey — card backgrounds, mid-tone */
  --plum-700: #2A2A2A;   /* grey mid */
  --plum-600: #C9A85C;   /* gold — main linework, CTA */
  --plum-400: #E7CE8E;   /* gold bright — glows, highlights */
  --lav-200:  #E7CE8E;   /* gold bright */
  --lav-100:  #EFEFEF;   /* light grey */
  --lav-050:  #F7F7F7;   /* near white */
  --cream:    #F4EDDD;   /* primary text */
  --ink:      #1E1E1E;   /* dark grey — text on light */
  --blush:    #E7CE8E;   /* gold bright */
  --peach:    #F4EDDD;   /* cream */
  --pink:     #C9A85C;   /* gold */
  --star:     #F4EDDD;   /* cream */
  --cta-a:    #C9A85C;   /* gold */
  --cta-b:    #E7CE8E;   /* gold bright */
  --green:    #4FAE73;   /* availability dot */

  --cream-bg:  #EFEFEF;  /* light grey */
  --cream-2:   #B9B19C;  /* cream dim */
  --cream-ink: #1E1E1E;  /* dark grey */
  --cream-soft:#2A2A2A;  /* grey mid */
  --cream-acc: #C9A85C;  /* gold */

  --maxw: 1360px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 110%; scroll-behavior: smooth; scroll-padding-top: 80px; overflow-x: hidden; max-width: 100%; height: 100%; }

body {
  font-family: 'Barlow', system-ui, sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.8;
  color: var(--ink);
  background: var(--lav-050);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
}
h1 { font-size: clamp(38px, 5vw, 68px); font-weight: 500; letter-spacing: -0.01em; }
h2 { font-size: clamp(34px, 4.4vw, 56px); }
h3 { font-size: clamp(23px, 2.6vw, 32px); }

p { font-size: 1rem; line-height: 1.85; color: var(--ink); }
strong { font-weight: 700; color: inherit; }
a { color: var(--plum-600); }

.eyebrow {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--plum-600);
  display: block;
  margin-bottom: 18px;
}

.lead { font-size: 1.18rem; line-height: 1.75; color: var(--plum-800); }

/* small star-and-line divider */
.divider-star {
  display: flex; align-items: center; gap: 12px;
  margin: 22px 0;
}
.divider-star::before, .divider-star::after {
  content: ''; height: 1px; flex: 0 0 56px;
  background: linear-gradient(90deg, transparent, var(--plum-400));
}
.divider-star::after { background: linear-gradient(90deg, var(--plum-400), transparent); }
.divider-star span { color: var(--plum-400); font-size: 13px; letter-spacing: 0.3em; }
.divider-star.center { justify-content: center; }

/* ---------- LAYOUT ---------- */
section { padding: 104px 0; position: relative; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.narrow { max-width: 820px; margin: 0 auto; padding: 0 40px; }

/* light vs dark celestial sections */
.sky {
  background:
    radial-gradient(120% 90% at 78% 6%, rgba(201,168,92,0.12), transparent 55%),
    radial-gradient(120% 85% at 12% 106%, rgba(30,30,30,0.60), transparent 55%),
    radial-gradient(100% 80% at 50% 46%, rgba(20,20,20,0.80), transparent 72%),
    linear-gradient(168deg, #2A2A2A 0%, #141414 58%, #0d0d0d 100%);
  color: var(--cream);
}
.sky h1, .sky h2, .sky h3 { color: var(--cream); }
.sky p { color: rgba(244,237,221,0.82); }
.sky .eyebrow { color: var(--lav-200); }

/* drifting starfield overlay */
.stars { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.stars::before {
  content: ''; position: absolute; inset: -40%;
  background-image:
    radial-gradient(1.6px 1.6px at 15% 25%, rgba(244,237,221,0.85), transparent),
    radial-gradient(1.2px 1.2px at 55% 65%, rgba(231,206,142,0.80), transparent),
    radial-gradient(1.5px 1.5px at 78% 18%, rgba(244,237,221,0.75), transparent),
    radial-gradient(1.1px 1.1px at 33% 82%, rgba(244,237,221,0.60), transparent),
    radial-gradient(1.3px 1.3px at 88% 58%, rgba(201,168,92,0.80), transparent),
    radial-gradient(1.1px 1.1px at 8% 60%, rgba(244,237,221,0.65), transparent),
    radial-gradient(1.4px 1.4px at 68% 40%, rgba(231,206,142,0.65), transparent),
    radial-gradient(1px 1px at 45% 12%, rgba(244,237,221,0.55), transparent);
  background-size: 440px 440px;
  background-repeat: repeat;
  opacity: 0.9;
  animation: drift 120s linear infinite;
}
.stars::after {
  content: ''; position: absolute; inset: -40%;
  background-image:
    radial-gradient(1px 1px at 22% 16%, rgba(244,237,221,0.75), transparent),
    radial-gradient(1px 1px at 42% 38%, rgba(231,206,142,0.70), transparent),
    radial-gradient(0.8px 0.8px at 63% 12%, rgba(244,237,221,0.55), transparent),
    radial-gradient(1px 1px at 72% 72%, rgba(244,237,221,0.65), transparent),
    radial-gradient(0.8px 0.8px at 12% 42%, rgba(201,168,92,0.70), transparent),
    radial-gradient(1px 1px at 92% 28%, rgba(244,237,221,0.60), transparent),
    radial-gradient(0.8px 0.8px at 50% 88%, rgba(244,237,221,0.55), transparent),
    radial-gradient(1.2px 1.2px at 30% 62%, rgba(231,206,142,0.70), transparent),
    radial-gradient(0.8px 0.8px at 84% 84%, rgba(244,237,221,0.55), transparent),
    radial-gradient(1px 1px at 5% 80%, rgba(244,237,221,0.55), transparent),
    radial-gradient(0.8px 0.8px at 58% 50%, rgba(244,237,221,0.50), transparent),
    radial-gradient(1px 1px at 38% 8%, rgba(201,168,92,0.65), transparent);
  background-size: 300px 300px; background-repeat: repeat;
  opacity: 0.55; animation: drift 90s linear infinite reverse, twinkle 5s ease-in-out infinite;
}
@keyframes drift { from { transform: translate(0,0); } to { transform: translate(-260px,-160px); } }
@keyframes twinkle { 0%,100% { opacity: 0.4; } 50% { opacity: 0.75; } }
.container, .narrow { position: relative; z-index: 1; }

/* ---------- BUTTONS ---------- */
.btn-call, .btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem; font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 15px 32px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn-call {
  color: #141414;
  background: #C9A85C;
  border: none;
  border-radius: 50px;
  animation: ctaGlow 2.8s ease-in-out infinite;
}
.btn-call:hover { transform: translateY(-2px); background: #D4B870; }
#kako-deluje h2 { font-weight: 500; }
#storitve-teaser h2 { margin-bottom: 20px; }
.btn-call .ph, .nav-call .ph, .btn-ghost .ph { flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.btn-call .ph, .nav-call .ph { color: #141414; }
.btn-ghost .ph { color: #C9A85C; }
.btn-call .ph, .btn-ghost .ph { width: 20px; height: 20px; }
.btn-call .ph svg, .nav-call .ph svg, .btn-ghost .ph svg { width: 100%; height: 100%; display: block; }
.btn-call .ph { width: 30px; height: 30px; background: #ffffff; border-radius: 50%; }
.btn-call .ph svg { width: 16px; height: 16px; }
.btn-ghost {
  color: var(--cream);
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(231,206,142,0.5);
  border-radius: 50px;
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: var(--lav-200); }
.btn-ghost.on-light { color: var(--plum-800); border-color: var(--plum-400); background: transparent; }
.btn-ghost.on-light:hover { background: var(--lav-100); }
.btn-white {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow', sans-serif; font-size: 1.2rem; font-weight: 500;
  letter-spacing: 0.02em; text-decoration: none; cursor: pointer;
  padding: 15px 32px; border-radius: 50px; border: none;
  color: #141414; background: #ffffff;
  margin-top: 36px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn-white:hover { transform: translateY(-2px); background: #f0f0f0; }

/* gold pill (hero CTA) */
.btn-lav {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow', sans-serif; font-size: 27px; font-weight: 500;
  letter-spacing: 0.02em; text-decoration: none; cursor: pointer;
  padding: 15px 32px; border-radius: 50px;
  color: #141414; background: #ffffff; border: none;
  justify-content: center;
  animation: ctaGlow 2.8s ease-in-out infinite;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn-lav .ico { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex-shrink: 0; background: #141414; border-radius: 50%; }
.btn-lav .ico svg { width: 18px; height: 18px; display: block; }
.btn-lav:hover { transform: translateY(-2px); background: #f0f0f0; }
@keyframes ctaGlow {
  0%,100% { box-shadow: 0 0 0 0 rgba(201,168,92,0.45); }
  50%      { box-shadow: 0 0 0 14px rgba(201,168,92,0); }
}

/* ---------- NAV ---------- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 72px; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
  background: transparent;
  transition: background 0.3s ease;
}
nav.scrolled {
  background: rgba(20,20,20,0.94);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand .mark { width: 46px; height: 46px; color: var(--lav-200); flex-shrink: 0; }
.brand-name {
  font-family: 'Playfair Display', serif; font-weight: 600;
  font-size: 27px; color: var(--cream); line-height: 1; letter-spacing: 0.04em;
}
.brand-name b { color: var(--lav-200); font-weight: 600; }
.brand-name small {
  display: block; font-family: 'Barlow', sans-serif;
  font-size: 9px; font-weight: 600; letter-spacing: 0.28em;
  text-transform: uppercase; color: rgba(244,237,221,0.55); margin-top: 2px;
}
.brand-sub {
  display: block; font-family: 'Barlow', sans-serif;
  font-size: 16px; font-weight: 600; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--cream);
}
.nav-links { display: flex; align-items: center; gap: 46px; list-style: none; }
.nav-links a {
  font-family: 'Barlow', sans-serif; font-size: 18px; font-weight: 500;
  letter-spacing: 0.02em; text-transform: none;
  color: #ffffff; text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: var(--lav-200); }

/* dropdown */
.has-dropdown { position: relative; }
.has-dropdown > a { display: flex; align-items: center; gap: 7px; cursor: pointer; }
.nav-trigger { font-family: 'Barlow', sans-serif; font-size: 18px; font-weight: 500; letter-spacing: 0.02em; color: #ffffff; display: inline-flex; align-items: center; gap: 7px; cursor: default; user-select: none; }
.dropdown-arrow {
  width: 16px; height: 16px; opacity: 0.7; flex-shrink: 0;
  margin-top: 3px;
  transition: transform 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: contain;
  display: inline-block;
}
.has-dropdown:hover .dropdown-arrow { transform: rotate(180deg); opacity: 1; }
.dropdown {
  display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  padding-top: 12px; list-style: none; min-width: 210px; z-index: 100;
}
.dropdown::before {
  content: ''; position: absolute; top: 12px; left: 0; right: 0; bottom: 0;
  background: #000; border: none; border-radius: 6px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.55);
}
.has-dropdown:hover .dropdown { display: block; }
.dropdown li { position: relative; }
.dropdown li a {
  display: block; padding: 12px 22px; position: relative; z-index: 1;
  font-family: 'Barlow', sans-serif; font-size: 18px; font-weight: 500;
  color: #ffffff; text-decoration: none; white-space: nowrap;
  transition: color 0.15s, background 0.15s;
}
.dropdown li:first-child a { border-radius: 6px 6px 0 0; }
.dropdown li:last-child a { border-radius: 0 0 6px 6px; }
.dropdown li a:hover { color: var(--lav-200); background: rgba(255,255,255,0.06); }

.nav-call {
  padding: 10px 22px; border-radius: 50px;
  display: inline-flex; align-items: center; gap: 8px;
  background: #C9A85C !important;
  color: #141414 !important;
  justify-content: center;
  font-family: 'Barlow', sans-serif !important; font-size: 1.2rem !important; font-weight: 500 !important;
  letter-spacing: 0.02em !important; text-transform: none !important;
}
.nav-call .ph { width: 30px; height: 30px; background: #ffffff; border-radius: 50%; }
.nav-call .ph svg { width: 16px; height: 16px; }
.nav-call { white-space: nowrap; text-decoration: none; }

/* right-side group (menu + phone + hamburger) */
.nav-right { display: flex; align-items: center; gap: 46px; }
.brand-sub, .brand-short { white-space: nowrap; }
.brand-short {
  display: none; font-family: 'Barlow', sans-serif; font-size: 16px;
  font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--cream);
}
/* hamburger (CSS-only toggle, no JS) — 2 bars that fold into an X.
   Two bars (not three) so there's no middle bar leaving a rendering
   artifact; both bars converge to the exact center and rotate ±45°. */
.nav-toggle { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.nav-burger {
  display: none; position: relative;
  width: 32px; height: 32px; cursor: pointer; flex-shrink: 0;
}
.nav-burger span {
  position: absolute; left: 5px; width: 22px; height: 2px;
  background: var(--cream);
  transition: top 0.25s ease, transform 0.25s ease;
}
.nav-burger span:nth-child(1) { top: 12px; }
.nav-burger span:nth-child(2) { top: 20px; }
.nav-toggle:checked ~ .nav-burger span { top: 16px; }
.nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: rotate(45deg); }
.nav-toggle:checked ~ .nav-burger span:nth-child(2) { transform: rotate(-45deg); }
body:has(.nav-toggle:checked) { overflow: hidden; }

/* ---------- HERO ---------- */
#above-fold { height: 100vh; display: flex; flex-direction: column; }
/* Background doubles as the fallback when the hero video does not play — e.g.
   iOS Safari before 17.4, which cannot decode WebM, or any browser with
   autoplay blocked. A flat #141414 left a dead black block there, so use the
   same gradient as .sky instead. */
#hero {
  flex: 1; min-height: 0; padding: 60px 0; overflow: hidden; text-align: center;
  position: relative; display: flex; align-items: center;
  background:
    radial-gradient(120% 90% at 78% 6%, rgba(201,168,92,0.12), transparent 55%),
    radial-gradient(120% 85% at 12% 106%, rgba(30,30,30,0.60), transparent 55%),
    radial-gradient(100% 80% at 50% 46%, rgba(20,20,20,0.80), transparent 72%),
    linear-gradient(168deg, #2A2A2A 0%, #141414 58%, #0d0d0d 100%);
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
  /* Keep the #hero gradient visible when the source cannot be decoded —
     some browsers paint an opaque black box for an unplayable <video>. */
  background: transparent;
}
#hero .container { position: relative; z-index: 2; width: 100%; }
.hero-emblem {
  position: absolute; top: 47%; left: 50%; transform: translate(-50%,-50%);
  width: min(560px, 94vw); aspect-ratio: 1;
  z-index: 0; pointer-events: none;
}
.hero-emblem svg {
  width: 100%; height: 100%; display: block;
  color: var(--lav-200); opacity: 0.16;
  filter: drop-shadow(0 0 34px rgba(201,168,92,0.30));
  animation: spin 280s linear infinite;
}
.hero-inner { position: relative; z-index: 2; max-width: 840px; margin: 0 auto; }
.mandala-float { margin-bottom: 6px; }
.hero-mandala {
  display: block; margin: 0 auto;
  width: 160px; height: 160px;
  opacity: 0.9;
}
.hero-inner h1 { margin-bottom: 8px; }
.hero-inner h1 .soft { color: var(--lav-200); }
.hero-sub {
  font-family: 'Playfair Display', serif; font-style: italic; font-weight: 300;
  font-size: clamp(34px, 4.4vw, 60px); line-height: 1.3;
  color: #E7CE8E !important; margin: 0 auto 32px; max-width: none;
  white-space: nowrap;
}
.hero-status {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Barlow', sans-serif; font-size: 17px; font-weight: 600;
  color: rgba(244,237,221,0.92); margin-bottom: 18px;
}
.hero-status .dot {
  width: 10px; height: 10px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 4px rgba(79,174,115,0.22);
  animation: pulse 2.4s ease-in-out infinite; flex-shrink: 0;
  align-self: center;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(79,174,115,0.22); }
  50%     { box-shadow: 0 0 0 9px rgba(79,174,115,0.05); }
}
.hero-price { font-size: 14px; color: rgba(244,237,221,0.6); letter-spacing: 0.04em; margin-top: 16px; }
@keyframes spin { to { transform: rotate(360deg); } }
.frame-mandala { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(244,237,221,0.28); pointer-events: none; }
.frame-mandala svg { width: 74%; height: auto; display: block; }

/* ---------- TRUST BAND ---------- */
#trust { background: #000000; border-top: none; padding: 16px 0; margin-top: -20px; }
.trust-grid {
  display: flex; justify-content: center; align-items: flex-start;
  gap: clamp(52px, 11vw, 150px); flex-wrap: wrap; text-align: center;
}
.trust-item .ic { width: 28px; height: 28px; color: #C9A85C; margin: 8px auto 4px; display: block; }
.trust-item .ic svg { width: 100%; height: 100%; display: block; }
.trust-item .n {
  font-family: 'Playfair Display', serif; font-weight: 400; line-height: 1;
  font-size: clamp(30px, 3.6vw, 46px); color: #ffffff;
}
.trust-item .n .pct { font-size: 0.7em; }
.trust-item .l {
  font-family: 'Barlow', sans-serif; font-size: 17px; font-weight: 600;
  letter-spacing: 0.02em; text-transform: none; color: rgba(244,237,221,0.75); margin: 9px 0 8px;
}

/* ---------- O MENI ---------- */
#o-meni { background: #141414; padding: 140px 0; }
#o-meni .about-text { max-width: 720px; }
#o-meni .about-text h2 { margin-bottom: 28px; }
#o-meni .about-text p { color: rgba(244,237,221,0.82); font-size: 1.12rem; }
#o-meni .quote { color: #E7CE8E; font-style: italic; border-left: none; padding-left: 48px; }
#o-meni .quote cite { color: #ffffff; text-transform: none; font-weight: 400; }
#o-meni .about-text h2 { font-size: clamp(29px, 3.3vw, 43px); }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: start; }
.tarot-split { grid-template-columns: 1.15fr 0.85fr; align-items: center; }
.portrait-wrap {
  position: relative; width: 100%; max-width: 360px; margin-inline: auto;
}
.portrait-wrap::before {
  content: '';
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(ellipse 70% 55% at 38% 62%, rgba(201,168,92,0.38), transparent 65%),
    radial-gradient(ellipse 55% 45% at 72% 28%, rgba(180,120,60,0.22), transparent 60%),
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(231,206,142,0.13), transparent 70%);
  filter: blur(28px);
  animation: auroraShift 7s ease-in-out infinite alternate;
  z-index: 0;
}
@keyframes auroraShift {
  0%   { transform: scale(1)    rotate(0deg);   opacity: 0.85; }
  33%  { transform: scale(1.06) rotate(3deg);   opacity: 1;    }
  66%  { transform: scale(0.97) rotate(-2deg);  opacity: 0.9;  }
  100% { transform: scale(1.04) rotate(1deg);   opacity: 1;    }
}
.portrait {
  aspect-ratio: 1 / 1; border-radius: 50%; position: relative; overflow: hidden;
  width: 100%; z-index: 1;
  background:
    radial-gradient(ellipse at 50% 28%, rgba(201,168,92,0.20), transparent 60%),
    linear-gradient(165deg, var(--plum-700), var(--plum-900));
  border: 1px solid var(--lav-200);
}
.portrait img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 16%; display: block;
}
.about-text h2 { margin-bottom: 6px; }
.about-text .lead { margin: 20px 0; }
.about-text p { margin-bottom: 18px; color: var(--plum-800); font-size: 1.18rem; }
.about-split { display: grid; grid-template-columns: 1.45fr 0.55fr; gap: 54px; align-items: start; max-width: 1060px; margin-inline: auto; }
.about-split .about-text { max-width: none; }
.about-split.flip { grid-template-columns: 0.55fr 1.45fr; }
.about-split.flip .about-col-img { order: -1; }
.about-col-img { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 100px; }
.about-col-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 14px; display: block; border: 1px solid rgba(201,168,92,0.25); box-shadow: 0 18px 44px rgba(20,20,20,0.14); }
@media (max-width: 780px) {
  .about-split, .about-split.flip { grid-template-columns: 1fr; gap: 32px; }
  .about-split.flip .about-col-img { order: 0; }
  .about-col-img { position: static; flex-direction: column; }
}
.pyramid-circle {
  width: min(280px, 62vw); aspect-ratio: 1; border-radius: 50%;
  overflow: hidden; margin: 0 auto 34px; position: relative;
  border: 1px solid var(--lav-200); box-shadow: 0 22px 54px rgba(20,20,20,0.20);
}
.pyramid-circle img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; display: block; }
.quote {
  border-left: 2px solid var(--plum-400);
  padding: 6px 0 6px 26px; margin: 30px 0;
  font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 500;
  line-height: 1.35; color: var(--plum-700);
}
.quote cite {
  display: block; font-family: 'Barlow', sans-serif; font-style: normal;
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--plum-400); margin-top: 12px;
}
.about-stats { display: flex; gap: 44px; margin: 30px 0; flex-wrap: wrap; }
.stat .n { font-family: 'Playfair Display', serif; font-size: 46px; font-weight: 600; color: var(--plum-700); line-height: 1; }
.stat .l { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--plum-400); }
details.philosophy { margin: 8px 0 26px; border-top: 1px solid var(--lav-200); }
details.philosophy summary {
  list-style: none; cursor: pointer; padding: 16px 0;
  font-family: 'Barlow', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--plum-600);
}
details.philosophy summary::-webkit-details-marker { display: none; }
details.philosophy summary::after { content: ' +'; }
details.philosophy[open] summary::after { content: ' –'; }
details.philosophy p { font-size: 0.96rem; }

/* ---------- KAKO DELUJE (steps) ---------- */
#kako-deluje { overflow: hidden; padding: 140px 0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 84px; }
@keyframes stepReveal {
  from { opacity: 0; filter: blur(16px); }
  to   { opacity: 1; filter: blur(0); }
}
.step { text-align: center; }
.step .ring { opacity: 0; }
.steps.revealed .step .ring { animation: stepReveal 1.4s cubic-bezier(0.23, 1, 0.32, 1) forwards; }
.steps.revealed .step:nth-child(1) .ring { animation-delay: 0s; }
.steps.revealed .step:nth-child(2) .ring { animation-delay: 0.6s; }
.steps.revealed .step:nth-child(3) .ring { animation-delay: 1.2s; }
.steps.revealed .step:nth-child(4) .ring { animation-delay: 1.8s; }
.step .ring {
  margin: 0 auto 18px;
  font-family: 'Playfair Display', serif; font-size: clamp(40px, 5vw, 60px); color: var(--lav-200);
  line-height: 1;
}
.step h3 { color: var(--cream); margin-bottom: 24px; font-size: clamp(19px, 2.1vw, 25px); }
.step p { font-size: 1.05rem; }

/* ---------- STORITVE TEASER ---------- */
#storitve-teaser { background: var(--lav-050); padding: 80px 0; }
.teaser-grid { display: grid; grid-template-columns: 1.5fr 0.7fr; gap: 120px; align-items: center; }
.teaser-list { list-style: none; margin: 24px 0 32px; }
.teaser-list li {
  display: flex; align-items: baseline; gap: 14px; padding: 14px 0;
  border-bottom: 1px solid var(--lav-200); font-size: 1.05rem; color: var(--plum-800);
}
.teaser-list .price { margin-left: auto; font-family: 'Barlow', sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--plum-700); white-space: nowrap; }
.teaser-list .phone-num { color: #C9A85C; }
.teaser-card {
  background: var(--plum-900);
  border-radius: 18px; padding: 44px 36px; text-align: center; color: var(--cream);
  box-shadow: 0 24px 60px rgba(20,20,20,0.25);
}
.teaser-card { position: relative; overflow: hidden; }
.teaser-card > * { position: relative; z-index: 1; }
.teaser-card .mark { width: 36px; height: 36px; color: var(--star); margin: 0 auto 18px; }
.teaser-card h3 { color: var(--cream); margin-top: 8px; margin-bottom: 20px; }
.teaser-card p { color: rgba(244,237,221,0.78); font-size: 0.98rem; margin-bottom: 24px; }
.teaser-card-p { font-size: 1.08rem !important; line-height: 1.6; }
.teaser-price { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin: 2px 0 16px; }
.tp-now { font-family: 'Barlow', sans-serif; font-weight: 600; font-size: 2.3rem; color: var(--cream); line-height: 1; }
.tp-now small { font-family: 'Barlow', sans-serif; font-size: 0.95rem; color: rgba(244,237,221,0.6); margin-left: 2px; }
.tp-old { font-family: 'Barlow', sans-serif; font-size: 1rem; color: rgba(244,237,221,0.42); text-decoration: line-through; }
.teaser-perks { list-style: none; display: inline-block; text-align: left; margin: 0 0 28px; }
.teaser-perks li { color: rgba(244,237,221,0.85); font-size: 1rem; padding: 6px 0 6px 26px; position: relative; }
.teaser-perks li::before { content: '✓'; position: absolute; left: 0; top: 6px; color: var(--plum-400); font-weight: 700; }
.teaser-card .btn-call { background: #ffffff; color: #141414; }
.teaser-card .btn-call:hover { background: #f0f0f0; }

/* ---------- FAQ ---------- */
#faq { background: var(--lav-100); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 56px; margin-top: 80px; }
.faq-item { padding: 26px 0; border-bottom: 1px solid rgba(0,0,0,0.12); }
.faq-item h3 { font-size: 1.75rem; color: var(--plum-800); margin-bottom: 18px; }
.faq-item p { font-size: 1.1rem; color: var(--ink); }

/* ---------- FOOTER / KONTAKT ---------- */
footer { background: #0d0d0d; font-family: 'Barlow', sans-serif; margin-top: auto; }
.footer-top { padding: 52px 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.7fr 1fr; gap: 48px; }
.footer-heading { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: #C9A85C; margin-bottom: 16px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand .mark { width: 38px; height: 38px; color: #C9A85C; }
.footer-brand .name { font-family: 'Barlow', sans-serif; font-size: 22px; font-weight: 600; color: var(--cream); }
.footer-brand .name b { color: #C9A85C; font-weight: 700; }
.footer-brand small { display: block; font-size: 12px; color: rgba(244,237,221,0.4); font-weight: 400; }
.footer-tagline { font-size: 1.05rem; color: rgba(244,237,221,0.55); line-height: 1.6; max-width: 280px; }
.footer-nav { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-nav a { color: rgba(244,237,221,0.7); text-decoration: none; font-size: 1.1rem; transition: color 0.2s; }
.footer-nav a:hover { color: #C9A85C; }
.footer-contact { display: flex; flex-direction: column; gap: 16px; }
.footer-contact-item { display: flex; flex-direction: column; gap: 3px; }
.fc-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(244,237,221,0.4); }
.footer-contact-item a, .footer-contact-item > span:not(.fc-label):not(.fc-sub) { color: rgba(244,237,221,0.85); text-decoration: none; font-size: 1.1rem; }
.footer-contact-item a:hover { color: #C9A85C; }
.fc-sub { font-size: 14px; color: rgba(244,237,221,0.38); }
.footer-bottom { border-top: 1px solid rgba(201,168,92,0.12); padding: 20px 0; }
.footer-legal { font-size: 15px; color: rgba(244,237,221,0.45); line-height: 1.8; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-legal a { color: rgba(244,237,221,0.45); text-decoration: none; }
.footer-legal a:hover { color: #C9A85C; }
/* Legal links + credit. Wraps as one row on desktop. */
.footer-made { display: inline-flex; flex-wrap: wrap; gap: 24px; align-items: baseline; }

/* ---------- EMAIL ---------- */
.email-copy-wrap { display: inline-flex; align-items: center; gap: 8px; }

/* ---------- SCROLL TO TOP ---------- */
.scroll-top-btn {
  position: fixed; right: max(24px, env(safe-area-inset-right) + 12px);
  bottom: max(24px, env(safe-area-inset-bottom) + 12px); z-index: 90;
  width: 46px; height: 46px; border-radius: 50%;
  background: #2A2A2A; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, background 0.2s;
}
.scroll-top-btn.show { opacity: 1; visibility: visible; transform: translateY(0); }
/* On narrow phones the cookie banner (bottom-left, up to 100vw-32px wide,
   z-index 140) can span far enough right to cover the scroll-top button
   (bottom-right, z-index 90) — hide the button while it's showing. */
body:has(.nemo-cookie-notice.show) .scroll-top-btn { display: none; }
.scroll-top-btn:hover { background: #383838; }

/* ---------- COOKIE CONSENT ---------- */
.nemo-cookie-notice {
  position: fixed; bottom: 22px; left: 22px; right: auto;
  width: 370px; max-width: calc(100vw - 32px); margin: 0; z-index: 140; display: none;
  background: #fff; color: var(--ink);
  border: 1px solid rgba(0,0,0,0.08); border-radius: 16px;
  padding: 24px 26px 22px; box-shadow: 0 16px 44px rgba(20,20,20,0.18);
}
.nemo-cookie-notice.show { display: block; animation: nemoCookieIn 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
@keyframes nemoCookieIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.nemo-cookie-notice::before {
  content: "Piškotki"; display: block;
  font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 600;
  color: var(--plum-800); margin-bottom: 8px;
}
.nemo-cookie-notice p { font-size: 15px; line-height: 1.65; margin-bottom: 20px; color: #555; }
.nemo-cookie-notice a { color: var(--plum-600); }
.cookie-row { display: flex; flex-direction: row-reverse; gap: 10px; }
.cookie-row button {
  flex: 1; padding: 12px 20px; border-radius: 100px; cursor: pointer;
  font-family: 'Barlow', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.03em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.c-accept { border: 1.5px solid var(--cta-a); color: var(--plum-900); background: var(--cta-a); }
.c-accept:hover { background: var(--cta-b); border-color: var(--cta-b); }
.c-decline { border: 1.5px solid rgba(0,0,0,0.15); background: #fff; color: var(--plum-700); }
.c-decline:hover { border-color: var(--plum-400); color: var(--plum-900); background: var(--lav-050); }

/* ===================================================================
   STORITVE SUBPAGE
   =================================================================== */

.back-link { display: inline-flex; align-items: center; position: relative; font-family: 'Barlow', sans-serif; font-size: 1.15rem; color: #C9A85C; text-decoration: none; opacity: 0.85; transition: opacity 0.2s; }
.back-link .arrow { position: absolute; right: 100%; margin-right: 6px; }
.back-link span { text-decoration: none; transition: text-decoration 0.2s; }
.back-link:hover { opacity: 1; }
.back-link:hover span { text-decoration: underline; }

.page-head { padding: 120px 0 80px; text-align: center; overflow: hidden; }
.page-head h1 { margin-bottom: 42px; font-size: clamp(34px, 4.4vw, 56px); }
.page-head.sky { background: linear-gradient(168deg, #2A2A2A 0%, #141414 58%, #0d0d0d 100%); }
.page-head p { max-width: 600px; margin: 0 auto; color: rgba(244,237,221,0.82); font-size: 1.15rem; }

#cenik { background: #ffffff; padding: 80px 0; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 52px; }
.price-card {
  background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 20px;
  padding: 44px 36px 36px; text-align: center; display: flex; flex-direction: column;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.price-card:hover { border-color: #C9A85C; box-shadow: 0 12px 40px rgba(201,168,92,0.10); }
.price-card.featured { border-color: #C9A85C; }
.price-card .mark { display: none; }
.price-card h3 { color: #141414; margin-bottom: 28px; font-size: clamp(22px, 2.4vw, 30px); }
.price-card p { font-size: 1.08rem; flex: 1; margin-bottom: 28px; color: #555; line-height: 1.75; }
.price-tag { font-family: 'Playfair Display', serif; font-size: clamp(36px, 4.5vw, 52px); font-weight: 400; color: #141414; line-height: 1; margin-bottom: 8px; }
.price-note { font-family: 'Barlow', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #bbb; display: block; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid rgba(0,0,0,0.07); }
.price-rows { margin-bottom: 28px; padding: 20px 0; border-top: 1px solid rgba(0,0,0,0.07); display: flex; flex-direction: column; gap: 10px; }
.price-row { display: flex; justify-content: space-between; align-items: center; }
.price-row-num { font-family: 'Barlow', sans-serif; font-size: 0.95rem; color: #888; font-weight: 400; }
.price-row-val { font-family: 'Barlow', sans-serif; font-size: 1.05rem; color: #141414; font-weight: 600; letter-spacing: 0.01em; }

/* themed reading sections */
.reading { padding: 92px 0; overflow: hidden; background: var(--lav-050); }
.reading.alt { background: var(--lav-100); }
.reading .container { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: center; }
.reading.flip .container { grid-template-columns: 1.2fr 0.8fr; }
.reading.flip .reading-card { order: 2; }
.reading-card { display: flex; justify-content: center; }
.tarot {
  width: 260px; aspect-ratio: 200/320; border-radius: 16px;
  background: linear-gradient(165deg, var(--plum-700), var(--plum-900));
  border: 1px solid var(--lav-200);
  box-shadow: 0 30px 70px rgba(20,20,20,0.4);
  color: var(--star); position: relative;
  transition: transform 0.4s ease;
}
.tarot:hover { transform: rotate(-3deg) translateY(-6px); }
.reading .tarot:hover { transform: rotate(3deg) translateY(-6px); }
.tarot svg, .tarot img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.reading-body .eyebrow { color: var(--plum-600); }
.reading-body h2 { color: var(--plum-800); margin-bottom: 16px; }
.reading-points { list-style: none; margin: 22px 0 30px; }
.reading-points li {
  position: relative; padding: 12px 0 12px 30px; font-size: 1.05rem; color: var(--plum-800);
  border-bottom: 1px solid var(--lav-200);
}
.reading-points li::before { content: '✦'; position: absolute; left: 0; top: 12px; color: var(--plum-400); }
.reading-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

/* ---------- RESPONSIVE ---------- */
/* ---------- MOBILE NAV (hamburger) ---------- */
@media (max-width: 1100px) {
  .brand-sub { display: none; }
  .brand-short { display: block; }
  .nav-burger { display: flex; }
  .nav-right { gap: 16px; }
  .nav-links {
    position: fixed; inset: 72px 0 0 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(15,15,15,0.97); backdrop-filter: blur(12px);
    border-top: 1px solid rgba(201,168,92,0.18);
    padding: 6px 0 10px; display: none;
    overflow-y: auto;
  }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .nav-links > li { width: 100%; }
  .nav-links a, .nav-trigger { display: block; width: 100%; padding: 14px 28px; font-size: 18px; }
  .nav-trigger { cursor: default; }
  .dropdown { position: static; transform: none; display: block; min-width: 0; padding-top: 0; }
  .dropdown::before { display: none; }
  .dropdown li a { padding: 11px 28px 11px 44px; font-size: 16px; color: rgba(244,237,221,0.85); }
  .dropdown-arrow { display: none; }
}

@media (max-width: 940px) {
  .footer-grid { grid-template-columns: 1fr; gap: 40px; text-align: left; }
  .footer-brand { justify-content: flex-start; }
  .footer-tagline { max-width: none; margin: 0; }
  .footer-nav { align-items: flex-start; }
  .footer-contact { align-items: flex-start; }
  .footer-contact-item { align-items: flex-start; }
  .hero-grid, .about-grid, .teaser-grid,
  .reading .container, .reading.flip .container { grid-template-columns: 1fr; gap: 40px; }
  .reading.flip .reading-card { order: 0; }
  .reading-cta { justify-content: center; text-align: center; }
  .reading-card { margin-bottom: 16px; }
  .tarot-split { grid-template-columns: 1fr; }
  .tarot-split .reading-card { order: -1; }
  .steps { grid-template-columns: 1fr 1fr; gap: 36px; }
  .faq-grid, .price-grid { grid-template-columns: 1fr; }
  .faq-grid { margin-top: 36px; }
  .faq-item h3 { font-size: 1.3rem; }
  .price-card { margin-bottom: 8px; }
  .hero-stage { height: 300px; }
  section, #hero, .page-head { padding-left: 0; padding-right: 0; }
  section { padding: 72px 0; }
  #above-fold { height: auto; }
  #hero { flex: none; min-height: auto; padding: 100px 0 70px; }
  #o-meni { padding: 72px 0; }
  #o-meni .btn-white { display: table; margin: 0 auto; }
  .page-head { padding: 120px 0 56px; }
  .container, .narrow { padding: 0 24px; }
  nav { padding: 0 20px; }
  .footer-top { padding: 56px 0; }
  .footer-legal { flex-direction: column; align-items: flex-start; text-align: left; gap: 4px; }
  /* Legal links wrap together as a block; the "Izdelava" credit gets its own
     full-width row beneath them rather than a fourth stacked link. */
  .footer-made { flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 6px 18px; }
  .footer-made .made-by { flex-basis: 100%; margin-top: 2px; }
  .teaser-grid .btn-ghost.on-light { display: table; margin: 0 auto; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  h1 { font-size: 33px; }
  .hero-inner h1, .hero-sub { overflow-wrap: break-word; }
  .hero-sub { font-size: 33px; white-space: normal; }
  .trust-grid { gap: 14px 22px; }
  .trust-item .n { font-size: 31px; }
  .trust-item .ic { margin-bottom: 8px; }
  nav { padding: 0 16px; }
  .brand-name small { display: none; }
  .hero-lines { gap: 22px; }
  .hero-actions .btn-ghost { padding: 14px 22px; }
  .about-stats { gap: 28px; }
  .teaser-list li { flex-wrap: wrap; }
  .teaser-list .price { margin-left: 0; white-space: normal; flex-basis: 100%; }
  /* Keep the hero call button on one line — the phone number must never
     split across two rows (e.g. "090 68" / "69"). Scale text down on
     narrow phones so the full "Pokličite 090 68 69" label fits. */
  .btn-lav { font-size: clamp(20px, 5.6vw, 27px); padding: 14px 24px; white-space: nowrap; }
  /* Compact header call button on phones so it isn't oversized/crowded
     next to the logo and hamburger. */
  .nav-call { padding: 7px 13px; gap: 6px; font-size: 0.98rem !important; }
  .nav-call .ph { width: 24px; height: 24px; }
  .nav-call .ph svg { width: 13px; height: 13px; }
}
@media (max-width: 380px) {
  .nav-call { padding: 6px 11px; font-size: 0.9rem !important; }
  .nav-call .ph { width: 22px; height: 22px; }
}

/* ---------- SHORT VIEWPORT (13" laptops ~800px tall) ---------- */
/* min-width guard: without it this also matches phones in portrait
   (most are under 940px tall too), which was cancelling out the
   mobile hero padding fix below. */
@media (max-height: 940px) and (min-width: 941px) {
  #hero { padding: 36px 0; }
  .hero-mandala { width: 140px; height: 140px; }
  .hero-inner h1 { font-size: clamp(34px, 4.5vw, 58px); }
  .hero-sub    { font-size: clamp(30px, 3.9vw, 52px); margin-bottom: 20px; }
  .hero-status { margin-bottom: 12px; }
  #trust       { padding: 18px 0; }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .stars::before, .stars::after, .hero-emblem svg, .hero-status .dot { animation: none; }
  .tarot, .price-card, .btn-call, .btn-lav { transition: none; }
}

/* ===================================================================
   ČLANKI (BLOG)
   =================================================================== */
.articles-intro { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.articles-intro p { font-size: 1.18rem; color: var(--plum-800); line-height: 1.8; }

.article-list { display: flex; flex-direction: column; gap: 26px; max-width: 1100px; margin: 0 auto; }
.article-row {
  display: grid; grid-template-columns: 300px 1fr; gap: 32px; align-items: center;
  background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 20px;
  padding: 20px; text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.article-row:hover { border-color: #C9A85C; box-shadow: 0 12px 40px rgba(201,168,92,0.10); transform: translateY(-2px); }
.article-thumb { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 14px; display: block; background: linear-gradient(165deg, var(--plum-700), var(--plum-900)); }
.article-thumb-ph {
  background-color: #D6D6D6;
  background-image: url(../img/mandala-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64%;
}
.article-row .meta { font-family: 'Barlow', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--plum-600); display: block; margin-bottom: 10px; }
.article-row h3 { color: var(--plum-800); margin-bottom: 12px; font-size: clamp(20px, 2.2vw, 26px); }
.article-row .excerpt { font-size: 1.05rem; color: #555; line-height: 1.7; margin-bottom: 14px; }
.article-row .more { font-family: 'Barlow', sans-serif; font-weight: 600; color: #C9A85C; font-size: 1rem; }

/* single article body */
.article-body { max-width: 920px; margin: 0 auto; }
.article-body p { font-size: 1.18rem; line-height: 1.85; color: var(--plum-800); margin-bottom: 22px; }
.article-body h2 { font-size: clamp(26px, 3vw, 36px); margin: 42px 0 18px; color: var(--plum-800); }
.article-body h3 { font-size: clamp(22px, 2.4vw, 28px); margin: 34px 0 14px; color: var(--plum-800); }
.article-body img { display: block; max-width: 100%; height: auto; border-radius: 14px; margin: 32px auto; }
.article-body blockquote { border-left: 2px solid var(--plum-400); padding: 6px 0 6px 26px; margin: 28px 0; font-family: 'Playfair Display', serif; font-size: 1.4rem; font-style: italic; line-height: 1.5; color: var(--plum-700); }
.article-body a { color: var(--plum-600); text-decoration: underline; }
.article-body a.back-link { text-decoration: none; }
.article-body ul, .article-body ol { margin: 0 0 22px 26px; }
.article-body li { font-size: 1.18rem; line-height: 1.7; color: var(--plum-800); margin-bottom: 8px; }

@media (max-width: 720px) {
  .article-row { grid-template-columns: 1fr; gap: 24px; }
  .article-thumb { aspect-ratio: 16/9; }
  .article-row h3 { font-size: clamp(24px, 5vw, 30px); }
}
