/* Studio Skin — hi-fi design system
   Black-first, soft luxury, very modern.
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@300;400;500&family=Caveat:wght@500;600;700&display=swap');

:root {
  /* Colors */
  --bg: #000;
  --bg-1: #060606;
  --bg-2: #0c0c0c;
  --bg-3: #141414;
  --line: rgba(255,255,255,0.08);
  --line-2: rgba(255,255,255,0.14);
  --ink: #f6f5f0;
  --ink-2: #d4d2cc;
  --ink-3: #8a8881;
  --ink-4: #4a4844;
  --accent: oklch(0.85 0.045 70); /* champagne */
  --accent-soft: oklch(0.85 0.045 70 / 0.18);

  /* Type */
  --serif: 'Cormorant Garamond', 'Tan Pearl', 'Times New Roman', serif;
  --script: 'Caveat', cursive;
  --sans: 'Inter', -apple-system, system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  /* Spacing scale */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-pill: 999px;

  /* Shadows / glows */
  --halo: radial-gradient(75% 70% at 50% 5%, oklch(0.92 0.04 70 / 0.20), oklch(0.85 0.045 70 / 0.08) 50%, transparent 80%);
  --halo-fog: radial-gradient(80% 90% at 50% 50%, oklch(0.92 0.04 70 / 0.10) 0%, oklch(0.85 0.045 70 / 0.05) 35%, oklch(0.85 0.045 70 / 0.02) 60%, transparent 90%);

  /* Tweakable */
  --btn-radius: 999px;
  --sec-pad: 120px;
}

/* Tweak-driven overrides */
.btn { border-radius: var(--btn-radius); }
section[id="tech"], section[id="comparison"], section[id="services"], section[id="faq"] { padding-top: var(--sec-pad) !important; padding-bottom: var(--sec-pad) !important; }

body[data-hero-align="left"] .container-narrow { text-align: left !important; margin-left: 0; padding-left: max(32px, calc((100vw - 1280px) / 2 + 32px)); padding-right: 32px; max-width: 880px; }
body[data-hero-align="left"] .container-narrow .section-strap,
body[data-hero-align="left"] .container-narrow > * { text-align: left !important; }
body[data-hero-align="left"] .container-narrow [style*="text-align: center"] { text-align: left !important; }

body[data-show-nums="0"] .section-strap .num { display: none; }
body[data-show-dividers="0"] .divider { display: none; }

/* Texture grain */
body[data-halftones="grain"]::before {
  content: ''; position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 3px 3px; mix-blend-mode: overlay; opacity: 0.5;
}
body[data-halftones="none"] .imgph::before { display: none; }

/* Light mode coverage when --bg is light */
body[data-bg-light="1"] .imgph { background: linear-gradient(135deg, #e6e1d6 0%, #d2cdc1 100%); color: var(--ink-3); }
body[data-bg-light="1"] .btn--primary { background: var(--ink); color: var(--bg); }
body[data-bg-light="1"] .lang button.on { background: var(--ink); color: var(--bg); }
body[data-bg-light="1"] .admin__nav-item.on { background: var(--ink); color: var(--bg); }
body[data-bg-light="1"] .nav { background: rgba(244,241,234,0.65); }
body[data-bg-light="1"] .cal-d--sel { background: var(--ink) !important; color: var(--bg) !important; }
body[data-bg-light="1"] .slot--sel { background: var(--ink); color: var(--bg); border-color: var(--ink); }

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-feature-settings: 'ss01', 'cv11';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body { overflow-x: hidden; }

img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }

/* ============ TYPOGRAPHY ============ */
.t-display {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 0.95;
}
.t-display b, .t-display strong { font-weight: 500; font-style: italic; }

.t-h1 { font-family: var(--serif); font-weight: 400; font-style: italic; letter-spacing: -0.01em; line-height: 1; font-size: clamp(48px, 6.5vw, 96px); white-space: nowrap; }
.t-h2 { font-family: var(--serif); font-weight: 400; font-style: italic; letter-spacing: -0.01em; line-height: 1.05; font-size: clamp(40px, 5vw, 72px); }
.t-h3 { font-family: var(--serif); font-weight: 400; font-style: italic; line-height: 1.1; font-size: clamp(28px, 3vw, 40px); }

.t-body { font-family: var(--sans); font-weight: 400; line-height: 1.55; font-size: 16px; color: var(--ink-2); }
.t-body-lg { font-size: 19px; line-height: 1.5; color: var(--ink-2); }
.t-small { font-size: 13px; color: var(--ink-3); }

.t-mono { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); font-weight: 400; }
.t-mono-sm { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); }

.t-script {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
}

/* ============ LAYOUT PRIMITIVES ============ */
.page { min-height: 100vh; background: var(--bg); position: relative; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }

.divider {
  height: 1px;
  background: var(--line);
  width: 100%;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s, color .25s, border-color .25s;
  position: relative;
  white-space: nowrap;
}
.btn--primary {
  background: var(--ink);
  color: var(--bg);
}
.btn--primary:hover { background: #fff; transform: translateY(-1px); }

.btn--ghost {
  border: 1px solid var(--line-2);
  color: var(--ink);
}
.btn--ghost:hover { border-color: var(--ink-2); background: rgba(255,255,255,0.03); }

.btn--text {
  color: var(--ink-2);
  padding: 8px 0;
}
.btn--text:hover { color: var(--ink); }

.btn .arrow { transition: transform .3s cubic-bezier(.2,.8,.2,1); display: inline-block; }
.btn:hover .arrow { transform: translateX(4px); }

/* ============ PILLS / TAGS ============ */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.pill .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 32px;
}
.nav__inner > .nav__brand { justify-self: start; }
.nav__inner > .nav__links { justify-self: center; }
.nav__inner > .nav__right { justify-self: end; }
.nav__brand { display: flex; align-items: center; gap: 0; line-height: 1; }
.nav__brand .word { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 26px; letter-spacing: -0.01em; }
.nav__brand .tag { font-family: var(--mono); font-size: 8px; letter-spacing: 0.22em; color: var(--ink-3); margin-top: 4px; }

.nav__links { display: flex; gap: 32px; font-size: 13px; color: var(--ink-2); }
.nav__links a { position: relative; }
.nav__links a:hover { color: var(--ink); }
.nav__links a.active { color: var(--ink); }

.lang {
  display: inline-flex;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  padding: 3px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
}
.lang button {
  padding: 4px 10px;
  border-radius: var(--r-pill);
  color: var(--ink-3);
  transition: color .2s, background .2s;
}
.lang button.on {
  background: var(--ink);
  color: var(--bg);
}

/* ============ HERO HALO ============ */
.halo {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: var(--halo);
  z-index: 0;
}

/* ============ IMAGE PLACEHOLDERS ============ */
.imgph {
  position: relative;
  background: linear-gradient(135deg, #0a0a0a 0%, #141414 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-4);
}
.imgph::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent 0 14px, rgba(255,255,255,0.012) 14px 15px),
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.04), transparent 60%);
  pointer-events: none;
}
.imgph__inner {
  position: relative;
  z-index: 1;
  padding: 8px 14px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(4px);
}

/* ============ MOTION ============ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
.reveal { opacity: 0; }
.reveal.in { animation: fadeUp .9s cubic-bezier(.2,.8,.2,1) forwards; }

@keyframes haloPulse {
  0%, 100% { opacity: 0.85; transform: scale(1) translateX(0); }
  50% { opacity: 1; transform: scale(1.04) translateX(2%); }
}
.pulse { animation: haloPulse 5s ease-in-out infinite; }

@keyframes velvetDrift {
  0%   { opacity: 0.55; transform: scale(1.0) translate(0, 0); }
  33%  { opacity: 0.85; transform: scale(1.08) translate(-3%, 1%); }
  66%  { opacity: 0.7;  transform: scale(1.05) translate(2%, -1%); }
  100% { opacity: 0.55; transform: scale(1.0) translate(0, 0); }
}
.halo--velvet {
  background: var(--halo-fog);
  animation: velvetDrift 14s ease-in-out infinite;
  filter: blur(60px);
  opacity: var(--contact-glow, 0.18);
  -webkit-mask: linear-gradient(to bottom, transparent 0%, #000 22%, #000 62%, transparent 96%);
  mask: linear-gradient(to bottom, transparent 0%, #000 22%, #000 62%, transparent 96%);
}
.halo--velvet::after {
  content: '';
  position: absolute;
  inset: -10%;
  background: radial-gradient(50% 60% at 30% 60%, oklch(0.92 0.04 70 / 0.03), transparent 70%),
              radial-gradient(45% 55% at 70% 40%, oklch(0.92 0.04 70 / 0.025), transparent 70%);
  animation: velvetDrift 18s ease-in-out infinite reverse;
  filter: blur(60px);
  pointer-events: none;
}

/* ============ FORM CONTROLS ============ */
.field {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-2);
  padding: 14px 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  outline: none;
  transition: border-color .2s;
}
.field:focus { border-color: var(--ink); }
.field::placeholder { color: var(--ink-4); }

.field-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 4px;
  display: block;
}

/* ============ CARDS ============ */
.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px;
  transition: border-color .3s, transform .3s, background .3s;
}
.card:hover { border-color: var(--line-2); }

/* Hairlines for editorial sections */
.section-strap {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.section-strap .num {
  font-family: var(--mono);
  color: var(--ink-4);
}
.section-strap::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--ink-3);
}

/* ============ CALENDAR ============ */
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.cal-h {
  text-align: center;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--ink-4);
  padding: 10px 0;
}
.cal-d {
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-2);
  border-radius: var(--r-sm);
  cursor: pointer;
  position: relative;
  transition: background .15s, color .15s;
  user-select: none;
}
.cal-d:hover:not(.cal-d--off):not(.cal-d--full):not(.cal-d--past) {
  background: rgba(255,255,255,0.05);
  color: var(--ink);
}
.cal-d--off { color: transparent; pointer-events: none; }
.cal-d--past { color: var(--ink-4); pointer-events: none; }
.cal-d--full { color: var(--ink-4); pointer-events: none; }
.cal-d--full::after {
  content: ''; position: absolute; left: 30%; right: 30%; top: 50%;
  height: 1px; background: var(--ink-4);
}
.cal-d--sel {
  background: var(--ink) !important;
  color: var(--bg) !important;
}
.cal-d--today::before {
  content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 3px; height: 3px; border-radius: 50%; background: var(--accent);
}

/* ============ TIMESLOTS ============ */
.slot {
  padding: 10px 0;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--ink-2);
  cursor: pointer;
  transition: all .2s;
}
.slot:hover { border-color: var(--ink-3); color: var(--ink); }
.slot--sel { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.slot--taken { color: var(--ink-4); border-style: dashed; pointer-events: none; text-decoration: line-through; }

/* ============ SERVICE ROW ============ */
.svc-row {
  display: flex; align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: padding .25s;
}
.svc-row:hover { padding-left: 8px; }
.svc-name { font-family: var(--serif); font-style: italic; font-size: 24px; }
.svc-dots {
  flex: 1;
  border-bottom: 1px dotted var(--line-2);
  margin: 0 16px;
  position: relative;
  top: -6px;
}
.svc-price { font-family: var(--mono); font-size: 13px; letter-spacing: 0.1em; color: var(--ink-2); }

/* ============ ADMIN ============ */
.admin {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 100vh;
}
.admin__side {
  border-right: 1px solid var(--line);
  padding: 28px 20px;
  display: flex; flex-direction: column;
  background: var(--bg-1);
  position: sticky; top: 0; height: 100vh;
}
.admin__nav-item {
  padding: 10px 14px;
  border-radius: var(--r-md);
  font-size: 13px;
  color: var(--ink-3);
  cursor: pointer;
  transition: background .15s, color .15s;
  display: flex; align-items: center; gap: 10px;
}
.admin__nav-item:hover { color: var(--ink); background: rgba(255,255,255,0.03); }
.admin__nav-item.on { color: var(--bg); background: var(--ink); }

.admin__main { padding: 32px 40px; }

.kpi {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px;
}
.kpi__label { font-family: var(--mono); font-size: 9px; letter-spacing: 0.22em; color: var(--ink-3); text-transform: uppercase; }
.kpi__val { font-family: var(--serif); font-style: italic; font-size: 44px; line-height: 1; margin-top: 14px; }
.kpi__delta { font-size: 12px; color: var(--ink-3); margin-top: 8px; }
.kpi__delta.up { color: oklch(0.78 0.12 150); }
.kpi__delta.down { color: oklch(0.78 0.12 30); }

.row-thead {
  display: grid;
  gap: 16px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--ink-4);
  padding: 0 8px 12px;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
}
.row {
  display: grid;
  gap: 16px;
  align-items: center;
  padding: 14px 8px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  transition: background .2s;
  border-radius: 6px;
}
.row:hover { background: rgba(255,255,255,0.02); }

.status-chip {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: var(--r-pill);
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--line-2);
  color: var(--ink-2);
}
.status-chip .dot { width: 5px; height: 5px; border-radius: 50%; }

/* Subtle scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.08); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.15); }

/* ============ HERO MARK (logo style) ============ */
.brand-mark {
  display: inline-flex; flex-direction: column; align-items: center; line-height: 1;
}
.brand-mark .word {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.brand-mark .tag {
  font-family: var(--mono);
  letter-spacing: 0.24em;
  color: var(--ink-3);
}

/* Comparison cell labels — hidden on desktop, shown on mobile */
.cmp-cell__label { display: none; }

/* ============ MEDIA ============ */
@media (max-width: 768px) {
  /* ---- Layout primitives ---- */
  .container, .container-narrow { padding: 0 20px !important; }
  .hide-mobile { display: none !important; }

  /* ---- Nav: collapse to logo + booking button ---- */
  .nav { padding: 14px 0 !important; }
  .nav__inner { grid-template-columns: auto auto !important; gap: 12px !important; }
  .nav__links { display: none !important; }
  .nav__right { gap: 8px !important; }
  .nav__right .lang { display: none !important; }
  .nav__right .btn { padding: 10px 16px !important; font-size: 12px !important; }
  .nav img { height: 28px !important; }

  /* ---- Section padding: tighten everything ---- */
  section { padding: 64px 0 !important; }
  section[style*="120px"] { padding: 64px 0 !important; }

  /* ---- Stack ALL multi-column grids on home ---- */
  main section > .container,
  main section > .container-narrow,
  main section .container > div[style*="grid"],
  main .container > div[style*="grid"] {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  /* ---- Hero typography ---- */
  .t-h1 { font-size: clamp(40px, 11vw, 64px) !important; white-space: normal !important; }
  .t-h2 { font-size: clamp(32px, 9vw, 48px) !important; }
  .t-h3 { font-size: clamp(22px, 6vw, 28px) !important; }
  .t-display { font-size: clamp(60px, 18vw, 140px) !important; }
  .t-body-lg { font-size: 16px !important; }

  /* ---- Tech section: tech-points grid stays 2-col, deep dive stacks ---- */
  #tech > .container > div > div > div[style*="repeat(2"],
  #tech div[style*="1fr 1fr"][style*="borderTop"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
  }
  /* Deep-dive 3-bullet block stacks */
  #tech .container-narrow div[style*="repeat(3"] {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  /* Secondary device images: 3 in a row → 2x2 grid (or stack) */
  #tech > .container[style*="repeat(3"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }

  /* ---- Comparison table: convert rows into stacked cards ---- */
  #comparison .cmp-header { display: none !important; }
  #comparison .cmp-row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
    border: 1px solid var(--line) !important;
    border-radius: 12px !important;
    background: var(--bg-2) !important;
    overflow: hidden !important;
  }
  #comparison .cmp-row > * { border: none !important; padding: 0 !important; }
  #comparison .cmp-cat {
    padding: 16px 18px !important;
    font-size: 18px !important;
    border-bottom: 1px solid var(--line) !important;
    background: var(--bg-3) !important;
  }
  #comparison .cmp-cell {
    padding: 16px 18px !important;
    border-bottom: 1px solid var(--line) !important;
    color: var(--ink-2) !important;
  }
  #comparison .cmp-cell:last-child { border-bottom: none !important; }
  #comparison .cmp-cell__label {
    display: block !important;
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  #comparison .cmp-cell--prime .cmp-cell__label { color: var(--accent) !important; }
  #comparison .cmp-cell--ipl .cmp-cell__label { color: var(--ink-3) !important; }
  #comparison .cmp-cell--prime p { color: var(--ink) !important; font-size: 14px !important; }
  #comparison .cmp-cell--ipl p { color: var(--ink-3) !important; font-size: 13px !important; }

  /* ---- Services section: center the booking CTA below header ---- */
  #services .svc-header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 28px !important;
  }
  #services .svc-cta {
    align-self: center !important;
  }

  /* ---- Packages: bullet list, no "Pe ședință" label ---- */
  #services .pkg-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .pkg-card { padding: 22px !important; gap: 12px !important; }
  .pkg-card .pkg-name { font-size: 26px !important; }
  .pkg-card .pkg-desc { display: none !important; }
  .pkg-card .pkg-list { display: block !important; }
  .pkg-card .pkg-pretext { display: none !important; }
  .pkg-card .pkg-footer { justify-content: flex-end !important; }
  .pkg-card .pkg-price { font-size: 28px !important; }

  /* ---- Price toggle: full-width, equal halves ---- */
  #services .price-toggle {
    display: flex !important;
    width: 100% !important;
    margin-bottom: 40px !important;
  }
  #services .price-toggle button {
    flex: 1 !important;
    padding: 12px 8px !important;
    font-size: 12px !important;
  }

  /* ---- Contact tiles: stack with cleaner spacing ---- */
  #contact .contact-tiles {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 56px !important;
  }
  #contact .contact-tiles .card {
    padding: 20px 24px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    text-align: left !important;
  }
  #contact .contact-tiles .card .t-mono {
    margin-bottom: 0 !important;
    text-align: left !important;
    font-size: 10px !important;
    flex-shrink: 0 !important;
    width: 80px !important;
  }
  #contact .contact-tiles .card .t-body {
    text-align: right !important;
    flex: 1 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  #services > div.container > div.reveal.in > div[style*="1fr 1fr"][style*="80px"],
  #services .container > div > div[style*="1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .svc-row { padding: 14px 0 !important; }
  .svc-row:hover { padding-left: 0 !important; }
  .svc-name { font-size: 18px !important; }
  .svc-dots {
    margin: 0 12px !important;
    flex: 1 !important;
    min-width: 12px !important;
  }
  .svc-price { font-size: 12px !important; white-space: nowrap !important; }

  /* ---- Packages: 2-col → stack ---- */
  /* (handled by main grid rule above) */

  /* ---- Booking section 3-col contact cards → stack ---- */
  #book > .container > div[style*="repeat(3"],
  section[id="book"] div[style*="repeat(3"] {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .card { padding: 24px !important; }

  /* ---- FAQ ---- */
  .faq button { padding: 20px 0 !important; }
  .faq .t-h3 { font-size: 18px !important; }

  /* ---- Footer: stack the 4 columns ---- */
  footer > .container[style*="2fr 1fr 1fr 1fr"],
  footer > .container:first-child {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  footer > .container:last-child {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-top: 40px !important;
    padding-top: 32px !important;
  }
  footer > .container:last-child > div {
    flex-wrap: wrap !important;
    gap: 16px !important;
  }

  /* ---- Buttons: full-width feel ---- */
  .btn--primary { padding: 18px 28px !important; font-size: 14px !important; }

  /* ---- Halo: smaller blur radius on mobile (perf) ---- */
  .halo, .halo--velvet { filter: blur(40px) !important; }

  /* ---- Tweaks panel: full width drawer ---- */
  .tweaks-panel { right: 12px !important; left: 12px !important; width: auto !important; max-width: none !important; }

  /* ---- Legal modal ---- */
  .legal-modal-inner { padding: 28px 22px !important; }
}

/* Extra-small phones */
@media (max-width: 380px) {
  .t-h1 { font-size: 38px !important; }
  .t-display { font-size: clamp(54px, 16vw, 90px) !important; }
  section { padding: 48px 0 !important; }
}
