/* ============================================================
   Tight Line Lighting — shared stylesheet
   Light, clean, premium
   ============================================================ */

:root {
  --ink: #101828;
  --ink-soft: #475467;
  --ink-faint: #98A2B3;
  --paper: #FFFFFF;
  --paper-warm: #F0FAFC;
  --line: #D9EEF4;
  --accent: #00B8C8;
  --accent-deep: #008CA4;
  --accent-tint: #E4F7FB;
  --accent-lite: #6FD8EE;
  --accent-grad-a: #10C4D6;
  --accent-glow: 0, 140, 168;
  --accent-soft: 0, 184, 212;
  --navy: #0A3450;
  --cta: #F86033;
  --cta-deep: #E14E20;
  --cta-glow: 233, 88, 44;
  --navy-2: #104A66;
  --radius: 14px;
  --shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);
  --shadow-md: 0 12px 32px -8px rgba(16, 24, 40, .12);
  --shadow-lg: 0 24px 60px -12px rgba(16, 24, 40, .22);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .display {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.container { width: min(1140px, 92%); margin-inline: auto; }

/* ---------- Eyebrow / labels ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1.5px;
  background: var(--accent);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 999px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
  cursor: pointer;
  border: none;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { background: var(--navy-2); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-gold {
  background: linear-gradient(135deg, var(--cta), var(--cta-deep));
  color: #fff;
  box-shadow: 0 12px 28px -8px rgba(var(--cta-glow), .45);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -10px rgba(var(--cta-glow), .55); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-ghost.on-dark { color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ghost.on-dark:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ---------- Header ---------- */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.85);
  font-size: 13.5px;
  padding: 8px 0;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--accent-lite); }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 8px; }
.topbar svg { width: 14px; height: 14px; opacity: .8; }

header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
header.site .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 132px;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.brand img { height: 110px; width: auto; filter: drop-shadow(0 3px 8px rgba(16,24,40,.14)); transition: transform .3s var(--ease); }
.brand:hover img { transform: scale(1.04); }
.brand .brand-name {
  font-family: "Fraunces", serif;
  font-size: 23px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: .01em;
  line-height: 1.1;
}
.brand .brand-name small {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-top: 3px;
}
nav.main { display: flex; align-items: center; gap: 34px; }
nav.main a {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  transition: color .2s;
}
nav.main a:hover { color: var(--ink); }
nav.main a.active { color: var(--ink); font-weight: 600; }
nav.main a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-cta .btn { padding: 12px 24px; font-size: 14.5px; }

/* Mobile nav */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle svg { width: 26px; height: 26px; color: var(--ink); }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  background:
    radial-gradient(1000px 400px at 85% -10%, rgba(var(--accent-soft), .10), transparent 60%),
    linear-gradient(180deg, var(--paper-warm), var(--paper));
  border-bottom: 1px solid var(--line);
  padding: 92px 0 76px;
  text-align: center;
}
.page-hero h1 { font-size: clamp(38px, 5vw, 56px); }
.page-hero p {
  max-width: 620px;
  margin: 20px auto 0;
  font-size: 18.5px;
}

/* ---------- Sections ---------- */
section.block { padding: 104px 0; }
section.block.tight { padding: 84px 0; }
.section-head { max-width: 660px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 42px); margin-bottom: 16px; }
.section-head p { font-size: 18px; }

.warm { background: var(--paper-warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ---------- Feature cards ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature .icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--accent-tint);
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}
.feature .icon svg { width: 24px; height: 24px; color: var(--accent-deep); }
.feature h3 { font-size: 19.5px; margin-bottom: 10px; }
.feature p { font-size: 15.5px; line-height: 1.65; }

/* ---------- Sharp headings & full-width photo ---------- */
h2.sharp {
  font-family: "Inter", -apple-system, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.wide-photo {
  width: 100%;
  height: clamp(380px, 64vh, 680px);
  object-fit: cover;
  display: block;
}
.checklist.cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 48px;
  max-width: 880px;
  margin: 8px auto 0;
}
@media (max-width: 760px) {
  .checklist.cols { grid-template-columns: 1fr; }
  .wide-photo { height: 300px; }
}

/* ---------- Split section ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.split .media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.split .media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3.4; }
.split .media::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(16,24,40,.08);
  pointer-events: none;
}
.split h2 { font-size: clamp(30px, 3.4vw, 40px); margin-bottom: 20px; }
.split p + p { margin-top: 16px; }

.checklist { list-style: none; margin-top: 26px; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: var(--ink-soft); }
.checklist svg { width: 21px; height: 21px; color: var(--accent-deep); flex-shrink: 0; margin-top: 3px; }
.checklist strong { color: var(--ink); font-weight: 600; }

/* ---------- Stats strip ---------- */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
.stat {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.stat .num {
  font-family: "Fraunces", serif;
  font-size: 34px;
  font-weight: 600;
  color: var(--ink);
}
.stat .lbl { font-size: 13.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); margin-top: 6px; }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gallery-grid a.shot {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 1 / 1;
  background: var(--navy);
}
.gallery-grid a.shot img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease), opacity .4s;
}
.gallery-grid a.shot:hover img { transform: scale(1.05); }
.gallery-grid a.shot::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(12,21,38,.45));
  opacity: 0;
  transition: opacity .4s;
}
.gallery-grid a.shot:hover::after { opacity: 1; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(8, 13, 24, .92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 4vh 4vw;
  cursor: zoom-out;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: 0 40px 120px rgba(0,0,0,.6);
}
.lightbox .close {
  position: absolute; top: 22px; right: 28px;
  background: none; border: none;
  color: rgba(255,255,255,.8);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.lightbox .close:hover { color: #fff; }

/* ---------- Quote / guarantee ---------- */
.guarantee {
  background: var(--navy);
  border-radius: 22px;
  padding: clamp(44px, 6vw, 76px);
  color: rgba(255,255,255,.82);
  position: relative;
  overflow: hidden;
}
.guarantee::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 300px at 90% 0%, rgba(var(--accent-soft), .18), transparent 65%);
}
.guarantee > * { position: relative; }
.guarantee h2 { color: #fff; font-size: clamp(28px, 3.2vw, 38px); margin-bottom: 18px; }
.guarantee p { font-size: 17.5px; line-height: 1.8; max-width: 760px; }
.guarantee .eyebrow { color: var(--accent-lite); }
.guarantee .eyebrow::before { background: var(--accent-lite); }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(900px 400px at 15% 120%, rgba(var(--accent-soft), .22), transparent 60%),
    linear-gradient(120deg, var(--navy), var(--navy-2));
  color: #fff;
  text-align: center;
  padding: 104px 0;
}
.cta-band h2 { color: #fff; font-size: clamp(32px, 4.2vw, 48px); margin-bottom: 18px; }
.cta-band p { color: rgba(255,255,255,.78); font-size: 18.5px; max-width: 560px; margin: 0 auto 38px; }
.cta-band .actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Forms ---------- */
.contact-layout {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 26px;
  align-items: start;
}
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(30px, 4vw, 48px);
  box-shadow: var(--shadow-md);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
.field label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 7px;
  letter-spacing: .02em;
}
.field label span { color: var(--accent-deep); }
.field input, .field textarea {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 15.5px;
  color: var(--ink);
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--paper-warm);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(var(--accent-soft), .18);
}
.field textarea { min-height: 130px; resize: vertical; }

.info-card {
  background: var(--navy);
  color: rgba(255,255,255,.82);
  border-radius: 18px;
  padding: clamp(30px, 4vw, 44px);
  position: relative;
  overflow: hidden;
}
.info-card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(500px 260px at 100% 0%, rgba(var(--accent-soft), .2), transparent 60%);
}
.info-card > * { position: relative; }
.info-card h3 { color: #fff; font-size: 24px; margin-bottom: 8px; }
.info-card .sub { font-size: 15px; margin-bottom: 28px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.1); }
.info-item:first-of-type { border-top: none; }
.info-item .ico {
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 10px;
  background: rgba(var(--accent-soft), .16);
  display: grid; place-items: center;
}
.info-item .ico svg { width: 19px; height: 19px; color: var(--accent-lite); }
.info-item .k { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.info-item .v { color: #fff; font-size: 16.5px; font-weight: 600; }
.info-item .v a { color: #fff; text-decoration: none; }
.info-item .v a:hover { color: var(--accent-lite); }
.info-item .note { font-size: 14px; color: rgba(255,255,255,.65); margin-top: 2px; }

/* ---------- Footer ---------- */
footer.site {
  background: #fff;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding: 72px 0 0;
}
footer.site .cols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
}
.f-brand { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.f-brand .logo-chip { display: inline-block; }
.f-brand .logo-chip img { height: 92px; width: auto; }
.f-brand p { font-size: 15px; max-width: 360px; line-height: 1.75; }
footer.site h4 {
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer.site ul { list-style: none; display: grid; gap: 12px; }
footer.site ul a { color: var(--ink-soft); text-decoration: none; font-size: 15px; transition: color .2s; }
footer.site ul a:hover { color: var(--accent-deep); }
.f-contact li { display: flex; gap: 10px; align-items: center; font-size: 15px; }
.f-contact svg { width: 16px; height: 16px; color: var(--accent-deep); flex-shrink: 0; }
.legal {
  border-top: 1px solid var(--line);
  padding: 24px 0;
  font-size: 13.5px;
  color: var(--ink-faint);
}
.legal .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Home hero ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero .bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.hero .scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(8,13,24,.68) 0%, rgba(8,13,24,.38) 45%, rgba(8,13,24,.12) 100%),
    linear-gradient(180deg, rgba(8,13,24,.3), transparent 30%, transparent 60%, rgba(8,13,24,.55));
}
.hero .container { position: relative; padding: 140px 0; }
.hero .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--accent-lite);
  margin-bottom: 26px;
}
.hero .kicker::before { content: ""; width: 30px; height: 1.5px; background: var(--accent-lite); }
.hero h1 {
  font-family: "Inter", -apple-system, sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: clamp(44px, 6.2vw, 80px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  max-width: 780px;
  margin-bottom: 24px;
  text-shadow: 0 2px 24px rgba(8,13,24,.35);
}
.hero h1 em { font-style: normal; color: var(--accent-lite); }
.hero .lede {
  font-size: 19px;
  color: rgba(255,255,255,.85);
  max-width: 540px;
  margin-bottom: 42px;
}
.hero .actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero .trust {
  margin-top: 64px;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.hero .trust .t {
  display: flex; align-items: center; gap: 10px;
  font-size: 14.5px; font-weight: 500;
  color: rgba(255,255,255,.85);
}
.hero .trust svg { width: 18px; height: 18px; color: var(--accent-lite); }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .features { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .contact-layout { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .brand img { height: 78px; }
  header.site .container { height: 100px; }
  nav.main {
    display: none;
    position: absolute;
    top: 100px; left: 0; right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 5vw 26px;
    gap: 18px;
    box-shadow: var(--shadow-md);
  }
  nav.main.open { display: flex; }
  .nav-toggle { display: block; }
  .header-cta .btn { display: none; }
  .features { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .stat-strip { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr; gap: 36px; }
  section.block { padding: 76px 0; }
  .hero .container { padding: 110px 0; }
  .topbar .tb-area { display: none; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Eye-catching layer: string lights, glow, marquee, occasions
   ============================================================ */

/* Twinkling string lights */
.light-string {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 26px;
  z-index: 3;
  pointer-events: none;
  background-image:
    radial-gradient(circle 5px at 30px 14px, #FFE9A8 35%, rgba(255,214,120,.45) 62%, transparent 72%),
    radial-gradient(circle 5px at 90px 18px, #FFD780 35%, rgba(255,214,120,.4) 62%, transparent 72%);
  background-size: 120px 26px, 120px 26px;
  background-repeat: repeat-x;
  filter: drop-shadow(0 0 7px rgba(255,215,130,.9));
  animation: twinkle 1.9s ease-in-out infinite alternate;
}
.light-string::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle 5px at 60px 20px, #FFF3C8 35%, rgba(255,230,160,.45) 62%, transparent 72%),
    radial-gradient(circle 5px at 118px 12px, #FFDE96 35%, rgba(255,222,140,.4) 62%, transparent 72%);
  background-size: 120px 26px, 120px 26px;
  background-repeat: repeat-x;
  filter: drop-shadow(0 0 7px rgba(255,220,140,.9));
  animation: twinkle 1.9s ease-in-out infinite alternate-reverse;
}
@keyframes twinkle {
  from { opacity: .55; }
  to   { opacity: 1; }
}

/* Hero entrance + glowing headline */
.hero .kicker, .hero h1, .hero .lede, .hero .actions, .hero .trust {
  animation: rise .9s var(--ease) both;
}
.hero h1 { animation-delay: .12s; }
.hero .lede { animation-delay: .24s; }
.hero .actions { animation-delay: .36s; }
.hero .trust { animation-delay: .5s; }
@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}
.hero h1 em, .glow-text {
  background: linear-gradient(90deg, #FFD37A, #FFF3C8, #FF9D5C, #FFD37A);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmer 4s linear infinite;
  text-shadow: none;
  filter: drop-shadow(0 0 18px rgba(255,190,90,.45));
}
@keyframes shimmer {
  from { background-position: 0% 0; }
  to   { background-position: 250% 0; }
}
.btn-gold { position: relative; animation: pulse-glow 2.6s ease-in-out infinite; }
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 12px 28px -8px rgba(var(--cta-glow), .45); }
  50%      { box-shadow: 0 12px 38px -6px rgba(var(--cta-glow), .8); }
}

/* Auto-scrolling work marquee */
.marquee {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee 36s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.m-shot {
  display: block;
  width: 340px; height: 250px;
  border-radius: var(--radius);
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}
.m-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.m-shot:hover img { transform: scale(1.06); }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Occasions — endless looks */
.occasions {
  background:
    radial-gradient(900px 420px at 50% -20%, rgba(var(--accent-soft), .12), transparent 60%),
    var(--navy);
}
.occasions .section-head h2 { color: #fff; }
.occasions .section-head p { color: rgba(255,255,255,.8); }
.occasions .eyebrow { color: var(--accent-lite); }
.occasions .eyebrow::before { background: var(--accent-lite); }
.occ-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.occ {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 15.5px;
  font-weight: 600;
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.occ:hover { transform: translateY(-3px); background: rgba(255,255,255,.11); }
.occ::before {
  content: "";
  width: 13px; height: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  box-shadow: 0 0 12px var(--c1), 0 0 22px var(--c2);
  animation: dot-pulse 2.2s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.25); }
}

/* CTA band extras */
.cta-band { position: relative; overflow: hidden; }
.rgb-line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF5A5A, #FFB25C, #FFE9A8, #3DDC68, #00B8C8, #8A3FFC, #FF6BD6, #FF5A5A);
  background-size: 300% 100%;
  animation: rgb-slide 9s linear infinite;
}
@keyframes rgb-slide {
  from { background-position: 0% 0; }
  to   { background-position: 300% 0; }
}
.light-string.low { top: 8px; }

@media (max-width: 760px) {
  .m-shot { width: 240px; height: 180px; }
}
@media (prefers-reduced-motion: reduce) {
  .light-string, .light-string::after, .btn-gold, .occ::before, .rgb-line, .marquee-track,
  .hero .kicker, .hero h1, .hero .lede, .hero .actions, .hero .trust, .hero h1 em, .glow-text {
    animation: none !important;
  }
}
