/* =====================================================================
   COLLECTIVE ART & TATTOO STUDIO
   Palette: #141313 (ink) / #B3272D (crimson) / #C9A15A (gold)
            / #FAF7F2 (paper) / #1C1A1A (ink-strong)
   Type: Oswald (display) + Mulish (body)
   ===================================================================== */

:root{
  --ink:#141313;
  --ink-2:#0d0c0c;
  --ink-strong:#1c1a1a;
  --crimson:#B3272D;
  --crimson-dark:#8f1f24;
  --gold:#C9A15A;
  --gold-dark:#a9813f;
  --muted:#7a7267;
  --paper:#FAF7F2;
  --paper-2:#F1ECE3;
  --surface:#FFFFFF;
  --line:#e7e0d3;
  --line-soft:#f0ebe1;
  --shadow-sm:0 2px 16px rgba(20,19,19,.08);
  --shadow-md:0 18px 40px rgba(20,19,19,.13);
  --shadow-lg:0 34px 80px rgba(20,19,19,.22);

  --display:'Oswald', -apple-system, sans-serif;
  --body:'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius:16px;
  --radius-sm:10px;
  --nav-h:76px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; overflow-x:clip; }
body{
  margin:0; font-family:var(--body); color:var(--ink-strong); background:var(--surface);
  -webkit-font-smoothing:antialiased; overflow-x:clip;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
h1,h2,h3,h4{ font-family:var(--display); font-weight:700; line-height:1.12; margin:0 0 .5em; color:var(--ink-strong); letter-spacing:-.01em; }
p{ margin:0 0 1em; }
.shell{ max-width:1240px; margin:0 auto; padding:0 24px; }
::selection{ background:var(--crimson); color:#fff; }

.icon-defs{ position:absolute; width:0; height:0; overflow:hidden; }
.icon{ width:22px; height:22px; fill:currentColor; flex-shrink:0; display:inline-block; }

/* ---------- scroll reveal ---------- */
.reveal{ opacity:0; transform:translateY(28px); transition:opacity .85s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible{ opacity:1; transform:translateY(0); }
.reveal-stagger > *{ transition-delay:calc(var(--i,0) * 70ms); }
.reveal-l{ opacity:0; transform:translateX(-38px); transition:opacity .85s ease, transform .85s ease; }
.reveal-l.is-visible{ opacity:1; transform:translateX(0); }
.reveal-r{ opacity:0; transform:translateX(38px); transition:opacity .85s ease, transform .85s ease; }
.reveal-r.is-visible{ opacity:1; transform:translateX(0); }

.lift-in{ opacity:0; transform:translateY(24px) scale(1.03); filter:grayscale(.4); transition:opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1), filter 1s ease; }
.lift-in.is-visible{ opacity:1; transform:translateY(0) scale(1); filter:grayscale(0); }

.split-text .word{ display:inline-block; overflow:hidden; }
.split-text .word span{ display:inline-block; transform:translateY(110%); transition:transform .8s cubic-bezier(.2,.8,.2,1); }
.split-text.is-visible .word span{ transform:translateY(0); }

/* ===================================================================
   BUTTONS
   =================================================================== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 28px; border-radius:8px; border:1.5px solid transparent;
  font-family:var(--display); font-weight:600; font-size:14.5px; letter-spacing:.02em; text-transform:uppercase;
  transition:transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
  white-space:nowrap; cursor:pointer;
}
.btn-primary{ background:var(--ink); color:#fff; box-shadow:0 8px 22px rgba(20,19,19,.28); }
.btn-primary:hover{ background:var(--ink-2); transform:translateY(-2px); box-shadow:0 14px 30px rgba(20,19,19,.36); }
.btn-rose{ background:var(--crimson); color:#fff; }
.btn-rose:hover{ background:var(--crimson-dark); transform:translateY(-2px); }
.btn-outline{ background:transparent; color:var(--ink-strong); border-color:var(--ink-strong); }
.btn-outline:hover{ background:var(--ink-strong); color:#fff; transform:translateY(-2px); }
.btn-light{ background:#fff; color:var(--ink-strong); box-shadow:var(--shadow-sm); }
.btn-light:hover{ transform:translateY(-2px); box-shadow:var(--shadow-md); }
.btn-block{ width:100%; }
.btn-sm{ padding:11px 20px; font-size:12.5px; }
.btn[disabled]{ opacity:.6; cursor:not-allowed; transform:none !important; }

/* ===================================================================
   HEADER
   =================================================================== */
header{ position:sticky; top:0; z-index:60; background:rgba(250,247,242,.94); backdrop-filter:blur(10px) saturate(160%); border-bottom:1px solid var(--line-soft); }
.topbar{ display:flex; align-items:center; gap:28px; height:var(--nav-h); }
.brand{ display:flex; align-items:center; gap:10px; flex-shrink:0; }
.brand .brand-mark{ width:34px; height:34px; color:var(--crimson); }
.brand b{ display:block; font-family:var(--display); font-weight:700; font-size:18px; color:var(--ink-strong); line-height:1.1; text-transform:uppercase; letter-spacing:.02em; }
.brand small{ display:block; font-family:var(--body); font-weight:600; font-size:9px; letter-spacing:.14em; color:var(--muted); text-transform:uppercase; margin-top:2px; }

.nav-primary{ display:flex; align-items:center; gap:24px; margin-left:6px; }
.nav-primary a{ font-size:13.5px; font-weight:700; letter-spacing:.03em; text-transform:uppercase; color:var(--ink-strong); position:relative; padding:8px 0; }
.nav-primary a::after{ content:''; position:absolute; left:0; right:0; bottom:2px; height:2px; background:var(--crimson); transform:scaleX(0); transform-origin:left; transition:transform .3s ease; }
.nav-primary a:hover::after, .nav-primary a.active::after{ transform:scaleX(1); }

.nav-actions{ margin-left:auto; display:flex; align-items:center; gap:12px; }
.nav-phone{ display:flex; align-items:center; gap:8px; }
.nav-phone .icon{ color:var(--crimson); width:18px; height:18px; }
.nav-phone b{ display:block; font-family:var(--display); font-size:15px; color:var(--ink-strong); }
.nav-phone span{ font-size:10.5px; color:var(--muted); text-transform:uppercase; letter-spacing:.05em; }
.nav-toggle{ display:none; width:44px; height:44px; border-radius:8px; border:1.5px solid var(--line); background:#fff; align-items:center; justify-content:center; }
.nav-toggle .icon{ width:19px; height:19px; }

.nav-drawer{ display:none; position:fixed; inset:var(--nav-h) 0 0 0; background:var(--paper); z-index:55; padding:20px 24px 28px; overflow:auto; }
.nav-drawer.open{ display:block; }
.nav-drawer-close{
  display:flex; align-items:center; justify-content:center; margin-left:auto; width:44px; height:44px;
  border-radius:8px; border:1.5px solid var(--line); background:#fff; color:var(--ink-strong);
}
.nav-drawer-close .icon{ width:18px; height:18px; }
.nav-drawer > a{ display:block; padding:16px 0; font-family:var(--display); font-weight:700; font-size:21px; text-transform:uppercase; color:var(--ink-strong); border-bottom:1px solid var(--line); }
.nav-drawer .drawer-cta{ margin-top:24px; display:grid; gap:10px; }
body.drawer-open{ overflow:hidden; }

/* ===================================================================
   MASTHEAD (hero)
   =================================================================== */
.masthead{ position:relative; background:var(--ink); overflow:hidden; }
.masthead-grid{ display:grid; grid-template-columns:1.05fr .95fr; align-items:stretch; min-height:620px; }
.masthead-grid > *{ min-width:0; }
.masthead-copy{ padding:96px 0 96px; display:flex; flex-direction:column; justify-content:center; position:relative; z-index:2; }
.masthead-media{ position:relative; overflow:hidden; }
.masthead-media img{ width:100%; height:100%; object-fit:cover; opacity:.88; }
.masthead-media::after{ content:''; position:absolute; inset:0; background:linear-gradient(90deg, var(--ink) 0%, rgba(20,19,19,.35) 35%, transparent 70%); }
.tagline-chip{ display:inline-flex; align-items:center; gap:9px; background:rgba(201,161,90,.14); border:1px solid rgba(201,161,90,.4); color:var(--gold); padding:8px 16px 8px 11px; border-radius:6px; font-size:11.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; margin-bottom:26px; width:fit-content; }
.tagline-chip .icon{ width:14px; height:14px; }
.masthead h1{ color:#fff; font-size:clamp(34px,4.6vw,58px); max-width:620px; margin-bottom:22px; text-transform:uppercase; }
.masthead h1 em{ font-style:normal; color:var(--crimson); }
.masthead .lead{ color:rgba(255,255,255,.72); font-size:17.5px; max-width:520px; margin-bottom:34px; }
.cta-row{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:38px; }

.rating-chip{ display:inline-flex; align-items:center; gap:16px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16); border-radius:12px; padding:16px 22px; width:fit-content; }
.rating-figure{ font-family:var(--display); font-weight:700; font-size:34px; color:#fff; line-height:1; }
.rating-meta .star-row{ display:flex; gap:2px; color:var(--gold); margin-bottom:4px; }
.rating-meta .star-row .icon{ width:15px; height:15px; }
.rating-meta span{ font-size:12px; color:rgba(255,255,255,.6); }

/* ===================================================================
   SECTION SHELL
   =================================================================== */
section{ padding:100px 0; position:relative; overflow-x:hidden; }
.section-tight{ padding:70px 0; }
.block-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:26px; margin-bottom:50px; flex-wrap:wrap; }
.block-head .kicker{ display:inline-flex; align-items:center; gap:9px; font-size:11.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--crimson); margin-bottom:14px; }
.block-head .kicker .icon{ width:15px; height:15px; }
.block-head h2{ font-size:clamp(27px,3.4vw,42px); max-width:660px; text-transform:uppercase; }
.block-head p{ color:var(--muted); max-width:440px; margin:0; font-size:15.5px; }
.view-all{ font-family:var(--display); font-weight:600; font-size:12.5px; letter-spacing:.05em; text-transform:uppercase; color:var(--ink-strong); border-bottom:2px solid var(--crimson); padding-bottom:4px; white-space:nowrap; display:inline-flex; align-items:center; gap:6px; }
.bg-paper{ background:var(--paper); }
.bg-ink{ background:var(--ink); color:rgba(255,255,255,.82); }
.bg-ink h2, .bg-ink h3{ color:#fff; }
.bg-ink .block-head p{ color:rgba(255,255,255,.55); }
.bg-tint{ background:var(--paper-2); }
.center{ text-align:center; }
.center .block-head{ justify-content:center; }
.center .block-head > div{ margin:0 auto; }

/* ===================================================================
   METRICS ROW
   =================================================================== */
.metrics-row{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line-soft); border:1px solid var(--line-soft); border-radius:var(--radius); overflow:hidden; }
.metrics-row > *{ min-width:0; }
.metric{ background:#fff; padding:32px 22px; text-align:center; }
.metric b{ display:block; font-family:var(--display); font-weight:700; font-size:clamp(24px,2.8vw,34px); color:var(--ink-strong); }
.metric span{ font-size:11px; color:var(--muted); text-transform:uppercase; letter-spacing:.07em; }

/* ===================================================================
   STYLE CARDS
   =================================================================== */
.filter-tabs{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:32px; }
.filter-tab{ padding:11px 20px; border-radius:7px; border:1.5px solid var(--line); background:#fff; font-family:var(--display); font-weight:600; font-size:13px; text-transform:uppercase; letter-spacing:.02em; color:var(--ink-strong); transition:all .25s ease; }
.filter-tab:hover{ border-color:var(--crimson); }
.filter-tab.active{ background:var(--ink); border-color:var(--ink); color:#fff; }

.style-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.style-grid > *{ min-width:0; }
.style-card{
  position:relative; background:#fff; border-radius:var(--radius); overflow:hidden; border:1px solid var(--line-soft);
  transition:transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease; display:flex; flex-direction:column;
}
.style-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.style-media{ position:relative; aspect-ratio:16/10; overflow:hidden; background:var(--paper); }
.style-media img{ width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.8,.2,1); }
.style-card:hover .style-media img{ transform:scale(1.06); }
.style-tag{ position:absolute; top:13px; left:13px; background:rgba(20,19,19,.86); backdrop-filter:blur(3px); color:#fff; font-size:10px; letter-spacing:.06em; text-transform:uppercase; font-weight:700; padding:6px 11px; border-radius:5px; z-index:2; }
.style-body{ padding:20px 22px 24px; display:flex; flex-direction:column; gap:8px; flex:1; }
.style-icon{ width:42px; height:42px; border-radius:9px; background:var(--paper); display:flex; align-items:center; justify-content:center; margin-bottom:4px; }
.style-icon .icon{ width:21px; height:21px; color:var(--crimson); }
.style-body h3{ font-size:17px; margin:0; text-transform:uppercase; }
.style-blurb{ font-size:13px; color:var(--muted); margin:0; line-height:1.6; }
.style-foot{ margin-top:auto; display:flex; align-items:center; justify-content:space-between; padding-top:14px; border-top:1px solid var(--line-soft); }
.style-price{ font-family:var(--display); font-weight:700; font-size:16px; color:var(--ink-strong); }
.style-price span{ display:block; font-family:var(--body); font-weight:400; font-size:10px; color:var(--muted); text-transform:uppercase; letter-spacing:.04em; }
.style-link{ font-family:var(--display); font-weight:600; font-size:12px; text-transform:uppercase; color:var(--crimson); display:flex; align-items:center; gap:5px; }
.style-card:hover .style-link .icon{ transform:translateX(4px); }
.style-link .icon{ width:14px; height:14px; transition:transform .3s ease; }

.scroller{ display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:14px; margin:0 -24px; padding-left:24px; padding-right:24px; }
.scroller::-webkit-scrollbar{ height:6px; }
.scroller::-webkit-scrollbar-thumb{ background:var(--line); border-radius:999px; }
.scroller > *{ scroll-snap-align:start; flex:0 0 auto; }
.scroller .style-card{ width:290px; }

/* ===================================================================
   PROCESS STEPS
   =================================================================== */
.process{ max-width:760px; margin:0 auto; position:relative; }
.process::before{ content:''; position:absolute; left:27px; top:12px; bottom:12px; width:2px; background:repeating-linear-gradient(180deg, var(--line) 0 8px, transparent 8px 16px); }
.process-step{ display:flex; gap:24px; padding-bottom:34px; position:relative; }
.process-step:last-child{ padding-bottom:0; }
.step-num{ width:56px; height:56px; border-radius:12px; background:var(--ink); color:#fff; font-family:var(--display); font-weight:700; font-size:20px; display:flex; align-items:center; justify-content:center; flex-shrink:0; position:relative; z-index:2; }
.process-step:nth-child(2) .step-num{ background:var(--crimson); }
.process-step:nth-child(3) .step-num{ background:var(--gold-dark); }
.process-step:nth-child(4) .step-num{ background:var(--muted); }
.step-body h4{ font-size:18px; margin:6px 0 6px; text-transform:uppercase; }
.step-body p{ font-size:14px; color:var(--muted); margin:0; }

/* ===================================================================
   FEATURE (spotlight)
   =================================================================== */
.feature{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.feature > *{ min-width:0; }
.feature.reverse .feature-media{ order:2; }
.feature.reverse .feature-copy{ order:1; }
.feature-media{ position:relative; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-lg); aspect-ratio:5/4; background:var(--paper); }
.feature-media img{ width:100%; height:100%; object-fit:cover; }
.feature-chip{ position:absolute; top:18px; left:18px; background:rgba(255,255,255,.95); padding:10px 15px; border-radius:8px; display:flex; align-items:center; gap:9px; font-family:var(--display); font-weight:600; font-size:12px; text-transform:uppercase; color:var(--ink-strong); box-shadow:var(--shadow-sm); }
.feature-chip .icon{ width:16px; height:16px; color:var(--crimson); }
.feature-copy .kicker{ display:inline-flex; align-items:center; gap:9px; font-size:11.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--crimson); margin-bottom:14px; }
.feature-copy h2{ text-transform:uppercase; }
.feature-points{ display:grid; gap:16px; margin:24px 0; }
.feature-point{ display:flex; gap:14px; align-items:flex-start; }
.feature-point .icon-tile{ width:38px; height:38px; border-radius:9px; background:var(--paper); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.feature-point .icon-tile .icon{ width:18px; height:18px; color:var(--crimson); }
.feature-point b{ display:block; font-size:14.5px; margin-bottom:2px; }
.feature-point span{ font-size:13px; color:var(--muted); }

/* ===================================================================
   SHOWCASE GRID (gallery)
   =================================================================== */
.showcase-grid{ display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:172px; gap:14px; }
.showcase-grid a, .showcase-grid > div{ position:relative; border-radius:12px; overflow:hidden; display:block; }
.showcase-grid img{ width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.showcase-grid a:hover img{ transform:scale(1.08); }
.showcase-grid > *:nth-child(1){ grid-column:span 2; grid-row:span 2; }
.showcase-grid > *:nth-child(4){ grid-column:span 2; }
.showcase-caption{ position:absolute; inset:0; background:linear-gradient(0deg, rgba(20,19,19,.82), transparent 55%); opacity:0; transition:opacity .35s ease; display:flex; align-items:flex-end; padding:16px; color:#fff; font-family:var(--display); font-weight:600; font-size:13px; text-transform:uppercase; }
.showcase-grid a:hover .showcase-caption{ opacity:1; }

/* ===================================================================
   ARTISTS
   =================================================================== */
.artist-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.artist-grid > *{ min-width:0; }
.artist-card{ background:#fff; border:1px solid var(--line-soft); border-radius:var(--radius); padding:22px; text-align:center; }
.artist-photo{ width:100%; aspect-ratio:1; border-radius:12px; overflow:hidden; margin-bottom:16px; background:var(--paper); }
.artist-photo img{ width:100%; height:100%; object-fit:cover; }
.artist-photo-fallback{ display:flex; align-items:center; justify-content:center; background:var(--ink); }
.artist-photo-fallback span{ font-family:var(--display); font-weight:700; font-size:44px; color:var(--gold); }
.artist-card h3{ font-size:18px; margin-bottom:2px; text-transform:uppercase; }
.artist-role{ display:block; font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:var(--crimson); font-weight:700; margin-bottom:10px; }
.artist-card p{ font-size:13px; color:var(--muted); margin:0; line-height:1.6; }

/* ===================================================================
   TESTIMONIALS (atsauksmes + forma)
   =================================================================== */
.rating-summary{ display:flex; align-items:center; gap:26px; flex-wrap:wrap; background:#fff; border:1px solid var(--line-soft); border-radius:var(--radius); padding:26px 30px; margin-bottom:30px; }
.rating-summary .big{ font-family:var(--display); font-weight:700; font-size:46px; color:var(--ink-strong); line-height:1; }
.rating-summary .star-row{ display:flex; gap:3px; color:var(--gold); margin-bottom:5px; }
.rating-summary .star-row .icon{ width:17px; height:17px; }
.rating-summary .meta span{ font-size:13px; color:var(--muted); display:block; }
.rating-summary .push{ margin-left:auto; }

.testimonial-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.testimonial-grid > *{ min-width:0; }
.testimonial-card{ background:#fff; border:1px solid var(--line-soft); border-radius:var(--radius); padding:24px; }
.testimonial-card .quote-icon{ width:24px; height:24px; color:var(--gold); margin-bottom:10px; }
.testimonial-head{ display:flex; align-items:center; gap:12px; margin-bottom:8px; }
.initial-badge{ width:42px; height:42px; border-radius:10px; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-family:var(--display); font-weight:700; font-size:16px; flex-shrink:0; }
.testimonial-name{ font-family:var(--display); font-weight:600; font-size:14.5px; text-transform:uppercase; }
.testimonial-tag{ font-size:11.5px; color:var(--muted); }
.testimonial-stars{ display:flex; gap:2px; color:var(--gold); margin-bottom:9px; }
.testimonial-stars .icon{ width:13px; height:13px; }
.testimonial-text{ font-size:13.5px; color:var(--muted); margin:0; line-height:1.65; }
.testimonial-new{ display:inline-block; margin-top:12px; font-size:10.5px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(--crimson); background:var(--paper-2); padding:4px 9px; border-radius:5px; }

.testimonial-form{ background:#fff; border:1px solid var(--line-soft); border-radius:var(--radius); padding:28px 30px; margin-top:30px; }
.testimonial-form h3{ font-size:19px; margin-bottom:6px; text-transform:uppercase; }
.testimonial-form .hint{ font-size:13px; color:var(--muted); margin-bottom:20px; }
.rating-picker{ display:flex; gap:6px; margin-bottom:6px; }
.rating-picker button{ background:none; border:none; padding:2px; color:var(--line); transition:color .2s ease; }
.rating-picker button .icon{ width:26px; height:26px; }
.rating-picker button.on{ color:var(--gold); }

/* ===================================================================
   ACCORDION (FAQ)
   =================================================================== */
.accordion-list{ max-width:820px; margin:0 auto; }
.accordion-item{ border-bottom:1px solid var(--line); }
.accordion-q{ width:100%; text-align:left; background:none; border:none; padding:23px 4px; display:flex; justify-content:space-between; align-items:center; gap:16px; font-family:var(--display); font-weight:600; font-size:16px; text-transform:uppercase; color:var(--ink-strong); }
.accordion-q .icon{ width:19px; height:19px; color:var(--crimson); transition:transform .35s ease; flex-shrink:0; }
.accordion-item.open .accordion-q .icon{ transform:rotate(135deg); }
.accordion-a{ max-height:0; overflow:hidden; transition:max-height .45s ease; }
.accordion-a p{ padding:0 4px 23px; color:var(--muted); font-size:14.5px; max-width:700px; }

/* ===================================================================
   PROMO BAND (CTA banner)
   =================================================================== */
.promo-band{ position:relative; border-radius:20px; overflow:hidden; background:var(--ink); padding:76px 46px; text-align:center; }
.promo-band h2{ color:#fff; font-size:clamp(25px,3.6vw,40px); max-width:660px; margin:0 auto 15px; text-transform:uppercase; }
.promo-band p{ color:rgba(255,255,255,.62); max-width:470px; margin:0 auto 30px; font-size:15.5px; }

/* ===================================================================
   FORM
   =================================================================== */
.booking-card{ background:#fff; border:1px solid var(--line-soft); border-radius:var(--radius); padding:28px; box-shadow:var(--shadow-md); }
.booking-card h3{ font-size:19px; margin-bottom:6px; text-transform:uppercase; }
.form-field{ margin-bottom:15px; }
.form-field label{ display:block; font-size:11.5px; font-weight:700; margin-bottom:6px; color:var(--ink-strong); text-transform:uppercase; letter-spacing:.05em; }
.form-field input, .form-field select, .form-field textarea{
  width:100%; border:1.5px solid var(--line); border-radius:var(--radius-sm); padding:12px 14px; font-family:var(--body); font-size:14.5px; background:#fff;
  transition:border-color .25s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus{ outline:none; border-color:var(--crimson); }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.form-row > *{ min-width:0; }
.consent-row{ display:flex; align-items:flex-start; gap:10px; font-size:12.5px; color:var(--muted); margin-bottom:16px; }
.consent-row input{ margin-top:3px; }
.notice-box{ display:flex; gap:11px; align-items:flex-start; background:var(--paper); border-radius:var(--radius-sm); padding:14px; font-size:12.5px; color:var(--muted); margin-top:16px; }
.notice-box .icon{ width:18px; height:18px; color:var(--crimson); flex-shrink:0; margin-top:1px; }

/* ===================================================================
   SECTION BANNER (page header)
   =================================================================== */
.section-banner{ position:relative; padding:68px 0 54px; overflow:hidden; }
.section-banner.has-bg{ padding:142px 0 72px; background:var(--ink); }
.section-banner.has-bg .banner-bg{ position:absolute; inset:0; z-index:0; }
.section-banner.has-bg .banner-bg img{ width:100%; height:100%; object-fit:cover; opacity:.24; }
.section-banner.has-bg h1, .section-banner.has-bg p{ color:#fff; }
.section-banner:not(.has-bg){ background:var(--paper); }
.crumbs{ font-size:12px; color:var(--muted); margin-bottom:16px; position:relative; z-index:2; display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
.section-banner.has-bg .crumbs{ color:rgba(255,255,255,.6); }
.crumbs a:hover{ text-decoration:underline; }
.section-banner h1{ font-size:clamp(30px,4.4vw,52px); margin:0; position:relative; z-index:2; max-width:800px; text-transform:uppercase; }
.section-banner p{ color:var(--muted); max-width:620px; margin:15px 0 0; position:relative; z-index:2; font-size:16px; }

/* ===================================================================
   DETAIL
   =================================================================== */
.detail-grid{ display:grid; grid-template-columns:1fr 390px; gap:52px; align-items:flex-start; }
.detail-grid > *{ min-width:0; }
.detail-media{ border-radius:var(--radius); overflow:hidden; aspect-ratio:16/10; margin-bottom:30px; box-shadow:var(--shadow-md); background:var(--paper); }
.detail-media img{ width:100%; height:100%; object-fit:cover; }
.detail-facts{ display:flex; flex-wrap:wrap; gap:20px; margin-bottom:26px; padding:18px 0; border-top:1px solid var(--line-soft); border-bottom:1px solid var(--line-soft); }
.detail-fact{ display:flex; align-items:center; gap:10px; }
.detail-fact .icon{ width:19px; height:19px; color:var(--crimson); }
.detail-fact b{ display:block; color:var(--ink-strong); font-size:14px; font-family:var(--display); }
.detail-fact span{ color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.04em; }
.perks-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:20px 0; }
.perks-grid > *{ min-width:0; }
.perk{ display:flex; align-items:center; gap:10px; padding:13px 15px; background:var(--paper); border-radius:var(--radius-sm); font-size:13.5px; font-weight:600; color:var(--ink-strong); }
.perk .icon{ width:17px; height:17px; color:var(--crimson); flex-shrink:0; }

/* ===================================================================
   FOOTER
   =================================================================== */
footer{ background:var(--ink-2); color:rgba(255,255,255,.66); padding:72px 0 0; }
.footer-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1.3fr; gap:32px; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-grid > *{ min-width:0; }
.footer-brand{ display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.footer-brand .brand-mark{ width:32px; height:32px; color:var(--gold); }
.footer-brand b{ display:block; font-family:var(--display); font-weight:700; font-size:17px; color:#fff; text-transform:uppercase; }
.footer-brand small{ display:block; font-size:9px; letter-spacing:.14em; color:rgba(255,255,255,.45); text-transform:uppercase; margin-top:2px; }
footer p{ color:rgba(255,255,255,.46); font-size:13.5px; }
footer h4{ font-family:var(--display); font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.13em; color:#fff; margin-bottom:18px; }
footer ul li{ margin-bottom:11px; }
footer ul a, footer ul li{ color:rgba(255,255,255,.55); font-size:14px; transition:color .2s ease; display:flex; align-items:flex-start; gap:9px; }
footer ul a .icon, footer ul li .icon{ width:14px; height:14px; color:var(--gold); flex-shrink:0; margin-top:3px; }
footer ul a:hover{ color:#fff; }
.footer-social{ display:flex; gap:10px; }
.footer-social a{ width:38px; height:38px; border-radius:9px; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; transition:background .2s ease; }
.footer-social a:hover{ background:var(--crimson); }
.footer-social .icon{ width:17px; height:17px; color:#fff; }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding:22px 0; font-size:12px; color:rgba(255,255,255,.4); flex-wrap:wrap; gap:10px; }
.footer-bottom a{ color:rgba(255,255,255,.4); }
.footer-bottom a:hover{ color:#fff; }

/* ===================================================================
   CONSENT BAR / SNACKBAR
   =================================================================== */
.consent-bar{
  position:fixed; left:16px; right:16px; bottom:16px; max-width:580px; margin:0 auto; background:var(--ink); color:rgba(255,255,255,.85);
  border-radius:14px; padding:22px 24px; z-index:90; box-shadow:var(--shadow-lg); display:none; gap:14px; flex-direction:column;
}
.consent-bar.show{ display:flex; animation:consentUp .45s ease; }
@keyframes consentUp{ from{ transform:translateY(30px); opacity:0;} to{ transform:translateY(0); opacity:1;} }
.consent-bar p{ font-size:13px; color:rgba(255,255,255,.6); margin:0; }
.consent-bar .consent-row{ display:flex; gap:10px; flex-wrap:wrap; color:inherit; margin:0; }
.consent-bar .btn-outline{ border-color:rgba(255,255,255,.35); color:#fff; }
.consent-bar a{ color:#fff; text-decoration:underline; }

.snackbar{
  position:fixed; bottom:24px; left:50%; transform:translateX(-50%) translateY(20px); background:var(--ink); color:#fff;
  padding:15px 24px; border-radius:9px; font-size:14px; font-weight:600; z-index:100; opacity:0; pointer-events:none;
  transition:all .45s cubic-bezier(.2,.8,.2,1); display:flex; align-items:center; gap:10px;
}
.snackbar.show{ opacity:1; transform:translateX(-50%) translateY(0); }
.snackbar .icon{ width:18px; height:18px; color:var(--gold); }

/* ===================================================================
   POLICY / LEGAL PAGES
   =================================================================== */
.policy-body{ max-width:820px; }
.policy-body h2{ font-size:20px; margin-top:42px; text-transform:uppercase; }
.policy-body h2:first-child{ margin-top:0; }
.policy-body p, .policy-body li{ color:var(--muted); font-size:15px; line-height:1.8; }
.policy-body ul{ margin:0 0 1em; padding-left:22px; list-style:disc; }
.policy-body .placeholder{ background:var(--gold); padding:2px 8px; border-radius:4px; font-weight:700; color:var(--ink); }
.policy-toc{ border:1px solid var(--line-soft); border-radius:var(--radius); padding:22px 26px; margin-bottom:40px; background:var(--paper); }
.policy-toc h4{ font-size:11.5px; text-transform:uppercase; letter-spacing:.1em; margin-bottom:13px; color:var(--ink-strong); }
.policy-toc li{ margin-bottom:9px; font-size:14px; }
.policy-toc a:hover{ text-decoration:underline; }
.data-table{ width:100%; border-collapse:collapse; font-size:14.5px; margin:10px 0 20px; }
.data-table tr{ border-bottom:1px solid var(--line-soft); }
.data-table td{ padding:13px 4px; vertical-align:top; }
.data-table td:first-child{ color:var(--muted); width:38%; }
.data-table td:last-child{ font-weight:600; color:var(--ink-strong); }

/* ===================================================================
   CONTACT
   =================================================================== */
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:52px; }
.contact-grid > *{ min-width:0; }
.contact-row{ display:flex; gap:16px; padding:19px 0; border-bottom:1px solid var(--line-soft); }
.contact-row .ic{ width:44px; height:44px; border-radius:10px; background:var(--paper); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.contact-row .ic .icon{ width:21px; height:21px; color:var(--crimson); }
.contact-row b{ display:block; margin-bottom:3px; color:var(--ink-strong); font-family:var(--display); text-transform:uppercase; font-size:13px; }
.contact-row span, .contact-row a{ font-size:14px; color:var(--muted); }
.map-box{ border-radius:var(--radius); overflow:hidden; border:1px solid var(--line-soft); height:360px; margin-top:26px; }
.map-box iframe{ width:100%; height:100%; border:0; }
.hours-list{ width:100%; border-collapse:collapse; margin-top:8px; }
.hours-list td{ padding:8px 0; font-size:14px; border-bottom:1px solid var(--line-soft); }
.hours-list td:last-child{ text-align:right; font-weight:700; color:var(--ink-strong); }

/* ===================================================================
   MOBILE STICKY BAR
   =================================================================== */
.mobile-bar{
  position:fixed; left:0; right:0; bottom:0; z-index:70; display:none; gap:10px; padding:12px 16px;
  background:rgba(250,247,242,.96); backdrop-filter:blur(8px); border-top:1px solid var(--line);
  box-shadow:0 -8px 26px rgba(0,0,0,.1);
}
.mobile-bar a{ flex:1; }
/* Kamēr sīkdatņu josla ir redzama, apakšējā CTA josla paslēpjas, lai divas
   fiksētas joslas nekad nepārklātos un kopā neaizņemtu pārāk daudz ekrāna. */
body.consent-open .mobile-bar{ display:none; }

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width:1080px){
  .style-grid{ grid-template-columns:repeat(2,1fr); }
  .testimonial-grid{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .showcase-grid{ grid-template-columns:repeat(3,1fr); }
  .artist-grid{ grid-template-columns:repeat(2,1fr); }
  .detail-grid{ grid-template-columns:1fr; }
  .masthead-grid{ grid-template-columns:1fr; min-height:0; }
  .masthead-media{ height:300px; order:-1; }
  .masthead-media::after{ background:linear-gradient(180deg, rgba(20,19,19,.2), var(--ink)); }
  .masthead-copy{ padding:56px 0 76px; }
}
@media (max-width:920px){
  .nav-primary{ display:none; }
  .nav-toggle{ display:flex; }
  .nav-phone{ display:none; }
  .nav-actions .btn-primary{ display:none; }
  .topbar{ gap:14px; }
  .feature, .feature.reverse{ grid-template-columns:1fr; gap:34px; }
  .feature.reverse .feature-media, .feature.reverse .feature-copy{ order:0; }
  .contact-grid{ grid-template-columns:1fr; gap:36px; }
  .mobile-bar{ display:flex; }
  section{ padding:64px 0; }
  .metrics-row{ grid-template-columns:1fr 1fr; }
  .rating-summary{ gap:18px; }
  .rating-summary .push{ margin-left:0; width:100%; }
}
@media (max-width:640px){
  .style-grid{ grid-template-columns:1fr; }
  .testimonial-grid{ grid-template-columns:1fr; }
  .artist-grid{ grid-template-columns:1fr 1fr; }
  .showcase-grid{ grid-template-columns:repeat(2,1fr); grid-auto-rows:132px; }
  .showcase-grid > *:nth-child(1){ grid-column:span 2; grid-row:span 1; }
  .footer-grid{ grid-template-columns:1fr; gap:28px; }
  .form-row{ grid-template-columns:1fr; }
  .perks-grid{ grid-template-columns:1fr; }
  .promo-band{ padding:50px 22px; }
  .cta-row{ flex-direction:column; width:100%; }
  .cta-row .btn{ width:100%; }
  .process::before{ left:20px; }
  .step-num{ width:42px; height:42px; font-size:17px; }
  .process-step{ gap:16px; }
  body{ padding-bottom:76px; }
}
