/* ═══════════════════════════════════════════
   SCORPX DESIGN — Covering & Wrapping
   Thème : Éditorial Magazine · Dark Gold · v1
   ═══════════════════════════════════════════ */

:root {
  --gold-hi:   #F5D78E;
  --gold:      #C9A84C;
  --gold-lo:   #9A6E2A;
  --gold-deep: #7A5118;
  --gold-glow: rgba(201,168,76,0.14);
  --gold-rim:  rgba(201,168,76,0.28);
  --gold-rim2: rgba(201,168,76,0.12);
  --gold-rim3: rgba(201,168,76,0.06);

  --bg:  #0C0A08;
  --bg2: #100E0A;
  --bg3: #141108;
  --bg4: #1A160F;

  --text:   #EDE8DF;
  --muted:  rgba(237,232,223,0.50);
  --dim:    rgba(237,232,223,0.22);
  --dimmer: rgba(237,232,223,0.10);

  --font-d: 'Cinzel', serif;
  --font-s: 'Cormorant Garamond', serif;
  --font-u: 'Raleway', sans-serif;
  --ease:   cubic-bezier(0.16,1,0.3,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-u);
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

/* ── Grain ── */
.grain {
  position: fixed; inset: 0; z-index: 300; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 180px 180px; opacity: 0.45;
}

/* ── Cursor ── */
#cur-dot, #cur-ring {
  position: fixed; border-radius: 50%; pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%); opacity: 0; transition: opacity .3s;
}
#cur-dot  { width: 6px; height: 6px; background: var(--gold); }
#cur-ring { width: 32px; height: 32px; border: 1px solid rgba(201,168,76,.45); transition: width .25s, height .25s, opacity .3s, border-color .25s; }

/* ════════════════════════
   HEADER
════════════════════════ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 56px;
  background: linear-gradient(to bottom, rgba(12,10,8,.94), transparent);
  transition: background .4s, border-color .4s;
}
.header.scrolled { background: rgba(12,10,8,.96); border-bottom: 1px solid var(--gold-rim2); backdrop-filter: blur(14px); }

.logo-wrap { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-hex  { width: 40px; height: 40px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; gap: 2px; }
.logo-name { font-family: var(--font-d); font-size: 15px; font-weight: 600; letter-spacing: .3em; background: linear-gradient(130deg,var(--gold-hi),var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.logo-sub  { font-size: 7px; font-weight: 200; letter-spacing: .55em; color: var(--gold-lo); text-transform: uppercase; }

.nav { display: flex; align-items: center; gap: 36px; }
.nav a { font-size: 10px; font-weight: 300; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; color: var(--muted); transition: color .3s; position: relative; }
.nav a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.nav a:hover { color: var(--gold-hi); }
.nav a:hover::after { transform: scaleX(1); }
.nav-cta { color: var(--bg) !important; background: linear-gradient(130deg,var(--gold-hi),var(--gold)); padding: 10px 24px; font-weight: 400 !important; transition: transform .3s, box-shadow .3s !important; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(201,168,76,.3); }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: none; padding: 4px; }
.burger span { display: block; width: 24px; height: 1px; background: var(--gold); transition: .3s; }
.mobile-nav { display: none; position: fixed; top: 70px; left: 0; right: 0; z-index: 199; background: rgba(12,10,8,.97); border-bottom: 1px solid var(--gold-rim2); padding: 32px 40px; flex-direction: column; gap: 24px; }
.mobile-nav a { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; color: var(--muted); }
.mobile-nav.open { display: flex; }

/* ════════════════════════
   TYPO COMMUNES
════════════════════════ */
.section-tag { font-size: 9px; font-weight: 300; letter-spacing: .45em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.section-title { font-family: var(--font-d); font-size: clamp(28px,4vw,48px); font-weight: 400; letter-spacing: .05em; line-height: 1.15; color: var(--text); margin-bottom: 18px; }
.section-title em { font-family: var(--font-s); font-style: italic; font-weight: 300; background: linear-gradient(130deg,var(--gold-hi),var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.section-sub { font-family: var(--font-s); font-size: 18px; font-style: italic; color: var(--muted); line-height: 1.7; }

/* Boutons */
.btn-gold {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 10px; font-weight: 400; letter-spacing: .22em; text-transform: uppercase;
  text-decoration: none; color: var(--bg);
  background: linear-gradient(130deg,var(--gold-hi),var(--gold));
  padding: 16px 38px; position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.btn-gold::before { content: ''; position: absolute; inset: 0; background: linear-gradient(130deg,var(--gold),var(--gold-lo)); opacity: 0; transition: opacity .35s; }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(201,168,76,.35); }
.btn-gold:hover::before { opacity: 1; }
.btn-gold span, .btn-gold svg { position: relative; z-index: 1; }
.btn-gold svg { width: 18px; transition: transform .3s; }
.btn-gold:hover svg { transform: translateX(5px); }

.btn-ghost {
  display: inline-flex; align-items: center;
  font-size: 10px; font-weight: 300; letter-spacing: .22em; text-transform: uppercase;
  text-decoration: none; color: var(--gold);
  border: 1px solid var(--gold-rim); padding: 16px 38px;
  backdrop-filter: blur(8px); background: rgba(12,10,8,.25);
  transition: all .3s;
}
.btn-ghost:hover { color: var(--gold-hi); border-color: var(--gold); background: var(--gold-glow); transform: translateY(-3px); }

/* ════════════════════════
   HERO — Vidéo + éditorial
════════════════════════ */
.hero {
  position: relative; height: 100vh; min-height: 620px;
  overflow: hidden;
}

.hero-video-wrap { position: absolute; inset: 0; z-index: 0; }
.hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center; background: var(--bg3); }
.hero-vid-dark { position: absolute; inset: 0; background:  rgb(8 7 5 / 30%); }
.hero-vid-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse 75% 75% at 50% 50%, transparent 25%, rgba(4,3,2,.85) 100%); }
.hero-vid-scanlines { position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,0,0,.05) 3px,rgba(0,0,0,.05) 4px); }

/* Tag vertical gauche */
.hero-side-tag {
  position: absolute; left: 32px; top: 50%; transform: rotate(-90deg) translateX(-50%);
  transform-origin: left center;
  font-size: 8px; letter-spacing: .4em; text-transform: uppercase; color: var(--dim);
  z-index: 15; white-space: nowrap; pointer-events: none;
}

/* Numéro géant décoratif */
.hero-giant-num {
  position: absolute; right: -2vw; bottom: -4vw;
  font-family: var(--font-d); font-weight: 900;
  font-size: clamp(160px, 28vw, 380px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201,168,76,.08);
  z-index: 1; pointer-events: none;
  user-select: none;
  animation: numFloat 8s ease-in-out infinite;
}
@keyframes numFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-16px)} }

/* Contenu texte */
.hero-content {
  position: absolute; inset: 0; z-index: 20;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 8%;
  animation: heroFadeUp .9s var(--ease) both;
}
@keyframes heroFadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }

.hero-eyebrow {
  display: flex; align-items: center; gap: 20px;
  margin-bottom: 32px;
  animation: heroFadeUp .8s .15s var(--ease) both;
}
.eyebrow-line { width: 40px; height: 1px; background: var(--gold-rim); }
.eyebrow-text { font-size: 9px; letter-spacing: .45em; text-transform: uppercase; color: var(--gold); }

.hero-title {
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 20px;
  margin-bottom: 20px;
  animation: heroFadeUp .8s .3s var(--ease) both;
}
.title-covering {
  font-family: var(--font-d); font-size: clamp(44px,7vw,96px);
  font-weight: 900; letter-spacing: -.01em; line-height: 1; color: var(--text);
}
.title-sep {
  font-family: var(--font-s); font-size: clamp(36px,5.5vw,76px);
  color: var(--gold-deep); font-weight: 300; line-height: 1;
}
.title-wrapping {
  font-family: var(--font-s); font-style: italic; font-weight: 300;
  font-size: clamp(40px,6.5vw,88px); line-height: 1;
  background: linear-gradient(160deg,var(--gold-hi) 0%,var(--gold) 55%,var(--gold-deep) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.hero-tagline {
  font-family: var(--font-s); font-size: clamp(16px,2vw,22px); font-style: italic;
  color: var(--muted); margin-bottom: 48px; letter-spacing: .03em;
  animation: heroFadeUp .8s .45s var(--ease) both;
}

.hero-cta-row {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  animation: heroFadeUp .8s .6s var(--ease) both;
  pointer-events: all;
}

/* Coins hero */
.hc { position: absolute; z-index: 15; width: 44px; height: 44px; pointer-events: none; }
.hc::before,.hc::after { content:''; position:absolute; background:var(--gold); opacity:.4; }
.hc::before { width:100%; height:1px; }
.hc::after  { width:1px; height:100%; }
.hc-tl { top:78px; left:32px; }
.hc-tl::before,.hc-tl::after { top:0;left:0; }
.hc-tr { top:78px; right:32px; transform:rotate(90deg); }
.hc-tr::before,.hc-tr::after { top:0;left:0; }
.hc-bl { bottom:32px; left:32px; transform:rotate(-90deg); }
.hc-bl::before,.hc-bl::after { top:0;left:0; }
.hc-br { bottom:32px; right:32px; transform:rotate(180deg); }
.hc-br::before,.hc-br::after { top:0;left:0; }

/* Scroll indicator */
.hero-scroll {
  position: absolute; bottom:36px; left:50%; transform:translateX(-50%);
  display:flex; flex-direction:column; align-items:center; gap:10px;
  z-index:15; pointer-events:none;
  animation: fadeIn 1s 1.1s ease both;
}
.scroll-track { width:1px; height:48px; background:linear-gradient(to bottom,var(--gold-rim),transparent); animation:scrollPulse 2s ease-in-out infinite; }
.scroll-txt { font-size:8px; letter-spacing:.4em; text-transform:uppercase; color:var(--dim); }
@keyframes scrollPulse { 0%,100%{transform:scaleY(1)} 50%{transform:scaleY(.55)} }
@keyframes fadeIn { from{opacity:0}to{opacity:1} }

/* ════════════════════════
   INTRO — éditorial
════════════════════════ */
.intro-section {
  padding: 120px 7%;
  border-top: 1px solid var(--gold-rim2);
  background: var(--bg2);
}

.intro-inner {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 100px; align-items: start;
}

/* Citation gauche */
.intro-quote {
  display: flex; flex-direction: column; gap: 32px;
  position: sticky; top: 120px;
}
.quote-num { font-family: var(--font-d); font-size: 9px; letter-spacing: .4em; color: var(--gold-deep); }
blockquote {
  font-family: var(--font-s); font-size: clamp(22px,2.5vw,30px);
  font-weight: 300; line-height: 1.6; color: var(--text);
  border-left: 1px solid var(--gold-rim);
  padding-left: 28px;
}
blockquote em { font-style: italic; background: linear-gradient(130deg,var(--gold-hi),var(--gold)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }

/* Corps droit */
.intro-right { display: flex; flex-direction: column; gap: 20px; }
.intro-body { font-size: 14px; line-height: 1.9; color: var(--muted); }

.intro-kpis {
  display: flex; align-items: center; gap: 0;
  margin-top: 24px; padding-top: 32px;
  border-top: 1px solid var(--gold-rim2);
}
.kpi { display: flex; flex-direction: column; gap: 6px; padding: 0 40px 0 0; }
.kpi:first-child { padding-left: 0; }
.kpi-val { font-family: var(--font-d); font-size: 28px; font-weight: 600; background: linear-gradient(130deg,var(--gold-hi),var(--gold)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; line-height:1; }
.kpi-unit { font-family: var(--font-d); font-size: 12px; color: var(--gold); }
.kpi-label { font-size: 10px; letter-spacing: .15em; color: var(--dim); text-transform: uppercase; }
.kpi-divider { width: 1px; height: 44px; background: var(--gold-rim2); margin-right: 40px; flex-shrink: 0; }

/* ════════════════════════
   FINITIONS — grille éditoriale
════════════════════════ */
.finitions-section {
  padding: 120px 7%;
  border-top: 1px solid var(--gold-rim2);
}

.fin-header { margin-bottom: 56px; }

/* Grille asymétrique : 3 col, grandes cartes sur 2 rangées */
.fin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1px;
  background: var(--gold-rim2);
  border: 1px solid var(--gold-rim2);
}

/* Carte standard */
.fin-card {
  background: var(--bg2);
  display: flex; flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: background .35s;
}
.fin-card:hover { background: var(--bg4); }

/* Grande carte = 2 colonnes */
.fin-large {
  grid-column: span 2;
}
.fin-large .fin-img-wrap { height: 380px; }
.fin-card:not(.fin-large) .fin-img-wrap { height: 240px; }

.fin-img-wrap { position: relative; overflow: hidden; flex-shrink: 0; }
.fin-img {
  display: block; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  background: var(--bg3);
  transition: transform .7s var(--ease);
}
.fin-card:hover .fin-img { transform: scale(1.05); }

.fin-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 35%, var(--bg2) 100%);
  transition: opacity .35s;
}
.fin-card:hover .fin-img-overlay { opacity: .7; }

/* Bande dorée top au hover */
.fin-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; z-index: 5;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: 0; transition: opacity .4s;
}
.fin-card:hover::before { opacity: 1; }

.fin-content { padding: 24px 28px 32px; display: flex; flex-direction: column; gap: 10px; }
.fin-tag { font-size: 8px; letter-spacing: .35em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-rim); padding: 4px 12px; width: fit-content; }
.fin-name { font-family: var(--font-s); font-size: 24px; font-weight: 400; color: var(--text); }
.fin-large .fin-name { font-size: 28px; }
.fin-desc { font-size: 13px; line-height: 1.8; color: var(--muted); }
.fin-meta { display: flex; gap: 24px; margin-top: 4px; }
.fin-meta span { font-size: 10px; letter-spacing: .1em; color: var(--dim); }

/* ════════════════════════
   GALERIE MASONRY
════════════════════════ */
.gallery-section {
  padding: 120px 7%;
  background: var(--bg2);
  border-top: 1px solid var(--gold-rim2);
}
.gallery-header { margin-bottom: 56px; }

/* Masonry CSS columns */
.gallery-masonry {
  columns: 3;
  column-gap: 1px;
  background: var(--gold-rim3);
  border: 1px solid var(--gold-rim2);
}

.gal-item {
  break-inside: avoid;
  position: relative; overflow: hidden;
  display: block;
  margin-bottom: 1px;
  background: var(--bg3);
}

/* Hauteurs variées pour l'effet masonry */
.gal-item        .gal-img { height: 260px; }
.gal-item.gal-wide .gal-img { height: 220px; }
.gal-item.gal-tall .gal-img { height: 380px; }

.gal-img {
  display: block; width: 100%; object-fit: cover; object-position: center;
  background: var(--bg3);
  transition: transform .7s var(--ease), filter .5s;
  filter: brightness(.9) saturate(.85);
}
.gal-item:hover .gal-img { transform: scale(1.04); filter: brightness(1.05) saturate(1.1); }

/* Overlay hover */
.gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,10,8,.85) 0%, transparent 50%);
  opacity: 0; transition: opacity .4s;
  display: flex; align-items: flex-end; padding: 18px;
}
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-hi); }

/* ════════════════════════
   PROCESSUS — timeline
════════════════════════ */
.process-section {
  padding: 120px 7%;
  border-top: 1px solid var(--gold-rim2);
}

.process-track {
  display: flex; align-items: flex-start;
  margin-top: 60px; gap: 0;
}

.process-step {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 0 16px; gap: 16px;
}

.ps-num {
  font-family: var(--font-d); font-size: 9px; letter-spacing: .35em;
  color: var(--gold-deep);
}

.ps-icon {
  width: 52px; height: 52px;
  border: 1px solid var(--gold-rim2);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); background: var(--bg2);
  flex-shrink: 0;
  transition: border-color .3s, background .3s;
}
.process-step:hover .ps-icon { border-color: var(--gold-rim); background: var(--bg3); }
.ps-icon svg { width: 24px; height: 24px; }

.process-step h3 { font-family: var(--font-s); font-size: 18px; font-weight: 400; color: var(--text); }
.process-step p  { font-size: 12px; line-height: 1.8; color: var(--muted); }
.ps-duration { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }

/* Connecteur entre étapes */
.ps-connector {
  flex-shrink: 0; margin-top: 62px;
  width: 40px; height: 1px;
  background: linear-gradient(to right, var(--gold-rim2), var(--gold-rim), var(--gold-rim2));
  position: relative;
}
.ps-connector::after {
  content: ''; position: absolute; right: -3px; top: -3px;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold-deep);
}

/* ════════════════════════
   MARQUES — ticker défilant
════════════════════════ */
.brands-section {
  padding: 36px 0;
  border-top: 1px solid var(--gold-rim2);
  border-bottom: 1px solid var(--gold-rim2);
  background: var(--bg2);
  overflow: hidden;
}

.brands-label {
  font-size: 8px; letter-spacing: .4em; text-transform: uppercase;
  color: var(--dim); text-align: center; margin-bottom: 20px;
}

.brands-track { overflow: hidden; }
.brands-inner {
  display: flex; align-items: center; gap: 0;
  animation: brandScroll 18s linear infinite;
  width: max-content;
}
.brands-inner:hover { animation-play-state: paused; }

.brand-item {
  font-family: var(--font-d); font-size: 13px; letter-spacing: .2em;
  color: var(--dim); padding: 0 36px; white-space: nowrap;
  transition: color .3s;
}
.brand-item:hover { color: var(--gold-hi); }
.brand-sep { color: var(--gold-deep); font-size: 10px; flex-shrink: 0; }

@keyframes brandScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ════════════════════════
   ENTRETIEN
════════════════════════ */
.care-section {
  padding: 120px 7%;
  border-top: 1px solid var(--gold-rim2);
}

.care-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; margin-top: 60px;
  background: var(--gold-rim2); border: 1px solid var(--gold-rim2);
}

.care-card {
  background: var(--bg2); padding: 40px 28px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative; overflow: hidden;
  transition: background .35s;
}
.care-card::before { content:''; position:absolute; top:0; left:0; right:0; height:1px; background:linear-gradient(to right,transparent,var(--gold),transparent); opacity:0; transition:opacity .4s; }
.care-card:hover { background: var(--bg3); }
.care-card:hover::before { opacity:1; }

.care-num { font-family: var(--font-d); font-size: 9px; letter-spacing: .3em; color: var(--gold-deep); }
.care-icon { width: 40px; height: 40px; color: var(--gold); opacity: .75; transition: opacity .3s; }
.care-card:hover .care-icon { opacity: 1; }
.care-icon svg { width: 40px; height: 40px; }
.care-card h3 { font-family: var(--font-s); font-size: 20px; font-weight: 400; color: var(--text); }
.care-card p  { font-size: 12px; line-height: 1.85; color: var(--muted); }

/* ════════════════════════
   FAQ — 2 colonnes
════════════════════════ */
.faq-section {
  padding: 120px 7%;
  background: var(--bg2);
  border-top: 1px solid var(--gold-rim2);
}

.faq-cols {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 1px; margin-top: 60px;
  border: 1px solid var(--gold-rim2);
  background: var(--gold-rim2);
}
.faq-col { background: var(--bg2); }

.faq-item { background: var(--bg2); border-bottom: 1px solid var(--gold-rim2); }
.faq-item:last-child { border-bottom: none; }

.faq-q {
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:26px 32px; background:none; border:none; cursor:none; text-align:left;
  font-family:var(--font-s); font-size:18px; font-weight:400; color:var(--text);
  transition:color .3s, background .3s;
}
.faq-q:hover, .faq-q[aria-expanded="true"] { color:var(--gold-hi); background:var(--bg3); }
.faq-arrow { width:16px; height:16px; flex-shrink:0; color:var(--gold); transition:transform .35s var(--ease); }
.faq-q[aria-expanded="true"] .faq-arrow { transform:rotate(180deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height .45s var(--ease); }
.faq-a.open { max-height:300px; }
.faq-a p { padding:0 32px 24px; font-size:13px; line-height:1.85; color:var(--muted); }
.faq-a p strong { color:var(--gold-hi); font-weight:400; }

/* ════════════════════════
   CTA DEVIS
════════════════════════ */
.cta-section {
  position:relative; padding:140px 7%;
  border-top:1px solid var(--gold-rim2); overflow:hidden;
}
.cta-bg { position:absolute; inset:0; z-index:0; }
.cta-bg-img { width:100%; height:100%; object-fit:cover; object-position:center; background:var(--bg3); filter:brightness(.35) saturate(.65); }
.cta-bg-overlay { position:absolute; inset:0; background:linear-gradient(105deg,rgba(12,10,8,.94) 40%,rgba(12,10,8,.7) 100%); }

.cta-inner { position:relative; z-index:1; max-width:840px; margin:0 auto; text-align:center; }
.cta-decor { font-size:18px; color:var(--gold); letter-spacing:.5em; margin-bottom:28px; opacity:.6; }
.cta-title { font-family:var(--font-d); font-size:clamp(28px,4vw,46px); font-weight:400; letter-spacing:.06em; color:var(--text); margin-bottom:18px; line-height:1.2; }
.cta-title em { font-family:var(--font-s); font-style:italic; font-weight:300; background:linear-gradient(130deg,var(--gold-hi),var(--gold)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.cta-sub { font-family:var(--font-s); font-size:18px; font-style:italic; color:var(--muted); margin-bottom:56px; line-height:1.7; }

.cta-form { text-align:left; display:flex; flex-direction:column; gap:20px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-group { display:flex; flex-direction:column; gap:8px; }
.form-group.full { grid-column:span 2; }
.form-group label { font-size:9px; letter-spacing:.35em; text-transform:uppercase; color:var(--gold); }
.form-group input, .form-group select, .form-group textarea {
  background:rgba(12,10,8,.7); border:1px solid var(--gold-rim2);
  color:var(--text); font-family:var(--font-u); font-size:14px; font-weight:300;
  padding:14px 18px; outline:none; width:100%;
  backdrop-filter:blur(8px); -webkit-appearance:none;
  transition:border-color .3s, background .3s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color:var(--gold); background:rgba(20,17,8,.8); }
.form-group input::placeholder, .form-group textarea::placeholder { color:var(--dimmer); }
.form-group select { cursor:none; }
.form-group select option { background:var(--bg3); }
.form-group textarea { resize:vertical; min-height:80px; }

.form-submit {
  display:inline-flex; align-items:center; justify-content:center; gap:14px;
  align-self:center;
  font-family:var(--font-u); font-size:10px; font-weight:400; letter-spacing:.22em; text-transform:uppercase;
  color:var(--bg); background:linear-gradient(130deg,var(--gold-hi),var(--gold));
  padding:18px 60px; border:none; cursor:none;
  position:relative; overflow:hidden;
  transition:transform .3s, box-shadow .3s;
}
.form-submit::before { content:''; position:absolute; inset:0; background:linear-gradient(130deg,var(--gold),var(--gold-lo)); opacity:0; transition:opacity .35s; }
.form-submit:hover { transform:translateY(-2px); box-shadow:0 16px 42px rgba(201,168,76,.38); }
.form-submit:hover::before { opacity:1; }
.form-submit span,.form-submit svg { position:relative; z-index:1; }
.form-submit svg { width:18px; transition:transform .3s; }
.form-submit:hover svg { transform:translateX(5px); }
.form-submit.sent { background:linear-gradient(130deg,#4CAF7A,#3a8a5e); }

/* ════════════════════════
   FOOTER
════════════════════════ */
.footer { border-top:1px solid var(--gold-rim2); background:var(--bg2); }
.footer-top { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:60px; padding:60px 7%; border-bottom:1px solid var(--gold-rim2); }
.footer-brand { display:flex; flex-direction:column; gap:8px; }
.footer-logo  { font-family:var(--font-d); font-size:14px; letter-spacing:.3em; background:linear-gradient(130deg,var(--gold-hi),var(--gold)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.footer-tagline { font-family:var(--font-s); font-size:14px; font-style:italic; color:var(--dim); }
.footer-links,.footer-contact { display:flex; flex-direction:column; gap:12px; }
.footer-links a,.footer-contact a,.footer-contact span { font-size:12px; letter-spacing:.06em; color:var(--muted); text-decoration:none; transition:color .3s; }
.footer-links a:hover,.footer-contact a:hover { color:var(--gold-hi); }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; padding:24px 7%; font-size:11px; color:var(--dim); letter-spacing:.05em; }

/* ════════════════════════
   REVEAL
════════════════════════ */
.reveal { opacity:0; transform:translateY(32px); transition:opacity .8s var(--ease), transform .8s var(--ease); transition-delay:var(--delay,0s); }
.reveal.visible { opacity:1; transform:translateY(0); }

/* ════════════════════════
   RESPONSIVE
════════════════════════ */
@media (max-width:1200px) {
  .fin-grid  { grid-template-columns:1fr 1fr; }
  .fin-large { grid-column:span 2; }
  .process-track { flex-wrap:wrap; justify-content:center; gap:32px; }
  .ps-connector { display:none; }
  .process-step { flex:0 0 calc(33% - 32px); }
}

@media (max-width:1024px) {
  .intro-inner { grid-template-columns:1fr; gap:56px; }
  .intro-quote { position:static; }
  .care-grid  { grid-template-columns:1fr 1fr; }
  .faq-cols   { grid-template-columns:1fr; }
  .gallery-masonry { columns:2; }
}

@media (max-width:768px) {
  .header { padding:18px 24px; }
  .nav    { display:none; }
  .burger { display:flex; }
  .hero-content { padding:0 24px; }
  .hero-title { gap:10px; }
  .hero-giant-num { display:none; }
  .hero-side-tag  { display:none; }
  .intro-section,.finitions-section,.gallery-section,.process-section,.care-section,.faq-section,.cta-section { padding:80px 24px; }
  .fin-grid    { grid-template-columns:1fr; background:none; border:1px solid var(--gold-rim2); gap:1px; }
  .fin-large   { grid-column:span 1; }
  .fin-large .fin-img-wrap { height:260px; }
  .care-grid   { grid-template-columns:1fr; }
  .gallery-masonry { columns:1; }
  .process-step { flex:0 0 100%; }
  .form-row    { grid-template-columns:1fr; }
  .form-group.full { grid-column:span 1; }
  .intro-kpis  { flex-wrap:wrap; gap:28px; }
  .footer-top  { grid-template-columns:1fr; gap:36px; padding:48px 24px; }
  .footer-bottom { flex-direction:column; gap:8px; text-align:center; padding:20px 24px; }
  .faq-q       { padding:20px 24px; font-size:16px; }
  .faq-a p     { padding:0 24px 20px; }
  .hero-cta-row { flex-direction:column; align-items:flex-start; }
}
