/* ================================================================
   UD Photography — rebuilt 2026 · design system
   ================================================================ */
:root {
  --ink: #0b0a09;
  --ink-2: #131210;
  --ink-3: #1c1a17;
  --line: rgba(255, 255, 255, .12);
  --line-2: rgba(255, 255, 255, .22);
  --paper: #f7f4ef;
  --text: #efece6;
  --muted: rgba(239, 236, 230, .62);
  --gold: #c9a26a;
  --gold-2: #e0c191;
  --ease: cubic-bezier(.22, .8, .3, 1);
  --nav-h: 76px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Avenir Next", -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--gold); color: var(--ink); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.12; letter-spacing: .01em; }
em { font-style: italic; color: var(--gold-2); }
sup { font-size: .6em; }

.wrap { width: min(1220px, 92vw); margin: 0 auto; }
.wrap--narrow { width: min(820px, 92vw); }
.center { text-align: center; margin-top: 56px; }
strong { font-weight: 600; }

/* ---------- typography helpers ---------- */
.eyebrow {
  font-size: 12px; letter-spacing: .42em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px; font-weight: 500;
}
h1 { font-size: clamp(44px, 7.4vw, 96px); }
h2 { font-size: clamp(32px, 4.6vw, 56px); margin-bottom: 22px; }
.lead { font-size: clamp(18px, 2vw, 22px); line-height: 1.8; color: var(--text); opacity: .94; }
.sec-head { margin-bottom: 52px; }
.sec-head--light { margin-top: 90px; }
.sec-sub { color: var(--muted); max-width: 720px; font-size: 17px; }
.orn { color: var(--gold); opacity: .85; margin: 6px 0 18px; }
.orn--light { color: var(--gold); margin: 0 0 26px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; padding: 15px 34px; border: 1px solid var(--gold);
  color: var(--ink); background: var(--gold); border-radius: 999px;
  font-size: 13.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600;
  transition: all .35s var(--ease); cursor: pointer; white-space: nowrap;
}
.btn:hover { background: var(--gold-2); border-color: var(--gold-2); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn--ghost:hover { background: rgba(255, 255, 255, .08); color: #fff; border-color: #fff; }
.btn--small { padding: 10px 22px; font-size: 12px; }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60; height: var(--nav-h);
  transition: background .4s var(--ease), box-shadow .4s var(--ease), height .4s var(--ease);
}
.nav.is-solid, .mnav-open .nav {
  background: rgba(11, 10, 9, .92); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  height: 100%; width: min(1380px, 96vw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.nav__menu { display: flex; align-items: center; gap: 30px; }
.nav__menu--left { flex: 1; }
.nav__menu--right { justify-content: flex-end; }
.nav__menu a { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; opacity: .85; transition: opacity .25s, color .25s; position: relative; padding: 6px 0; }
.nav__menu a:hover { opacity: 1; color: var(--gold-2); }
.nav__menu a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--gold); transition: width .35s var(--ease);
}
.nav__menu > a:hover::after, .nav__drop > a:hover::after { width: 100%; }
.nav__logo { display: grid; place-items: center; }
.nav__logoimg, .nav__logo img {
  width: 54px; height: 54px; object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .5));
  transition: transform .45s var(--ease); border-radius: 50%; background: rgba(255,255,255,.04);
}
.nav__logo:hover img { transform: scale(1.08) rotate(4deg); }
.nav__drop { position: relative; }
.nav__droplink { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.nav__dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translate(-50%, 8px);
  background: rgba(19, 18, 16, .98); border: 1px solid var(--line); border-radius: 14px;
  min-width: 280px; padding: 10px; opacity: 0; visibility: hidden; transition: all .3s var(--ease);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
}
.nav__drop:hover .nav__dropdown, .nav__drop:focus-within .nav__dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav__dropdown a { display: block; padding: 10px 16px; border-radius: 8px; font-size: 12px; letter-spacing: .08em; }
.nav__dropdown a:hover { background: rgba(201, 162, 106, .14); }

/* burger */
.nav__burger { display: none; background: none; border: 0; width: 40px; height: 40px; cursor: pointer; position: relative; z-index: 75; }
.nav__burger span { display: block; height: 2px; width: 24px; background: var(--text); margin: 6px auto; transition: all .35s var(--ease); }
.mnav-open .nav__burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mnav-open .nav__burger span:nth-child(2) { opacity: 0; }
.mnav-open .nav__burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* mobile menu */
.mnav {
  position: fixed; inset: 0; z-index: 70; background: rgba(11, 10, 9, .98);
  display: flex; flex-direction: column; padding: 90px 8vw 40px;
  opacity: 0; visibility: hidden; transition: all .4s var(--ease); overflow-y: auto;
}
.mnav-open .mnav { opacity: 1; visibility: visible; }
.mnav__scroll { display: flex; flex-direction: column; gap: 4px; }
.mnav__scroll a { font-family: var(--serif); font-size: 26px; padding: 8px 0; border-bottom: 1px solid var(--line); transition: color .25s, padding-left .25s; }
.mnav__scroll a:hover { color: var(--gold-2); padding-left: 10px; }
.mnav__label { font-size: 11px; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); margin: 22px 0 6px; }
.mnav__close { display: none; }
.mnav__cta { margin-top: 28px; text-align: center; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero--inner { min-height: 68vh; background: var(--ink-3) center/cover no-repeat; background-image: linear-gradient(rgba(11,10,9,.32), rgba(11,10,9,.82)), var(--hero-img); }
.hero__slides { position: absolute; inset: 0; }
.hero__slides img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.08); transition: opacity 1.6s var(--ease), transform 7s linear;
}
.hero__slides img.is-active { opacity: 1; transform: scale(1); }
.hero__veil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(11, 10, 9, .94) 0%, rgba(11, 10, 9, .5) 42%, rgba(11, 10, 9, .18) 100%);
}
.hero__content { position: relative; z-index: 2; width: min(1220px, 92vw); margin: 0 auto; padding-bottom: 15vh; }
.hero__content .eyebrow { margin-bottom: 10px; }
.hero__sub { font-size: clamp(16px, 1.8vw, 21px); color: rgba(239, 236, 230, .85); max-width: 640px; margin-top: 18px; }
.hero__cta { display: flex; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.hero__foot {
  position: absolute; z-index: 2; inset: auto 0 0 0; display: flex; justify-content: space-between;
  padding: 28px 4vw; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: rgba(239,236,230,.7);
}
.hero__scroll i { display: inline-block; width: 1px; height: 26px; background: var(--gold); margin-left: 10px; vertical-align: middle; animation: drop 1.6s infinite; }
@keyframes drop { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
.hero__dots { position: absolute; z-index: 3; right: 4vw; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 12px; }
.hero__dots button { width: 8px; height: 8px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: transparent; cursor: pointer; transition: all .3s; }
.hero__dots button.is-active { background: var(--gold); border-color: var(--gold); transform: scale(1.25); }

/* inner hero tweaks */
.hero--inner .hero__content { padding-bottom: 11vh; }

/* ---------- marquee ---------- */
.marquee { background: var(--gold); color: var(--ink); overflow: hidden; padding: 13px 0; }
.marquee__track { display: flex; gap: 34px; width: max-content; animation: mq 26s linear infinite; white-space: nowrap; align-items: center; }
.marquee__track span { font-size: 12.5px; letter-spacing: .34em; text-transform: uppercase; font-weight: 600; }
.marquee__track i { font-style: normal; opacity: .55; }
@keyframes mq { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { padding: clamp(80px, 10vw, 130px) 0; position: relative; }
.section--dark { background: var(--ink-2); border-block: 1px solid var(--line); }

/* ---------- films ---------- */
.films { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 34px; }
.film h3 { font-size: 26px; margin: 18px 0 8px; }
.film p { color: var(--muted); font-size: 15.5px; }
.film__frame {
  position: relative; border-radius: 16px; overflow: hidden; cursor: pointer;
  aspect-ratio: 16/9; background: var(--ink-3); border: 1px solid var(--line);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.film__frame:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(0, 0, 0, .55); }
.film__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.film__frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.film__frame:hover img { transform: scale(1.05); }
.film__play {
  position: absolute; inset: 0; margin: auto; width: 74px; height: 74px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .75); background: rgba(11, 10, 9, .45); backdrop-filter: blur(6px);
  color: #fff; display: grid; place-items: center; cursor: pointer; transition: all .35s var(--ease);
}
.film__play:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: scale(1.08); }
.film__play svg { margin-left: 4px; }

/* ---------- masonry / gallery ---------- */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.chip {
  padding: 9px 22px; border-radius: 999px; border: 1px solid var(--line-2); background: transparent;
  color: var(--text); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: all .3s;
}
.chip:hover { border-color: var(--gold); }
.chip.is-active { background: var(--gold); border-color: var(--gold); color: var(--ink); font-weight: 600; }
.masonry { columns: 3; column-gap: 18px; }
.shot { break-inside: avoid; margin: 0 0 18px; position: relative; border-radius: 12px; overflow: hidden; display: block; }
.shot img { width: 100%; transition: transform .8s var(--ease); }
.shot figcaption {
  position: absolute; inset: auto 0 0 0; padding: 34px 16px 12px; font-size: 12.5px; letter-spacing: .12em;
  text-transform: uppercase; color: #fff; background: linear-gradient(transparent, rgba(11, 10, 9, .85));
  opacity: 0; transform: translateY(8px); transition: all .45s var(--ease);
}
.shot:hover img { transform: scale(1.06); }
.shot:hover figcaption { opacity: 1; transform: none; }
.shot.is-hidden { display: none; }

/* ---------- stories ---------- */
.stories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.story { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/5; display: block; border: 1px solid var(--line); }
.story img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.story:hover img { transform: scale(1.07); }
.story__veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,10,9,.88), transparent 55%); }
.story__label { position: absolute; left: 22px; right: 22px; bottom: 20px; font-family: var(--serif); font-size: 24px; line-height: 1.25; transform: translateY(6px); transition: transform .45s var(--ease); }
.story:hover .story__label { transform: none; }
.story__label small { display: block; font-family: var(--sans); font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 8px; }

/* ---------- stats ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; margin-top: 54px; }
.stat { border: 1px solid var(--line); border-radius: 16px; padding: 30px 26px; background: rgba(255, 255, 255, .03); }
.stat strong { font-family: var(--serif); font-size: 46px; color: var(--gold-2); display: block; line-height: 1; }
.stat span { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }

/* ---------- about ---------- */
.about { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.about__img img { border-radius: 18px; border: 1px solid var(--line); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.about__txt p { margin-bottom: 18px; color: rgba(239,236,230,.86); }

/* ---------- testimonials ---------- */
.testis { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.testi { border: 1px solid var(--line); border-radius: 18px; padding: 34px 30px; background: rgba(255, 255, 255, .03); display: flex; flex-direction: column; gap: 20px; transition: transform .4s var(--ease), border-color .4s; }
.testi:hover { transform: translateY(-6px); border-color: var(--gold); }
.testi p { color: rgba(239, 236, 230, .88); font-size: 15.5px; }
.testi footer { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.testi footer img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.testi footer strong { display: block; font-size: 15px; }
.testi footer span { color: var(--muted); font-size: 13px; }
.stars { color: var(--gold); letter-spacing: 3px; font-size: 13px; margin-left: auto; }

/* ---------- packages ---------- */
.pkg { border: 1px solid var(--gold); border-radius: 20px; padding: clamp(30px, 4vw, 56px); background: rgba(201, 162, 106, .07); text-align: center; }
.pkg strong { font-family: var(--serif); font-size: clamp(28px, 3.4vw, 42px); color: var(--gold-2); display: block; margin-bottom: 14px; }
.pkg p { color: var(--muted); max-width: 640px; margin: 0 auto 10px; }
.cta__row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }

/* ---------- band / cta ---------- */
.band {
  position: relative; padding: clamp(90px, 11vw, 150px) 0; text-align: center;
  background: linear-gradient(rgba(11,10,9,.78), rgba(11,10,9,.88)), var(--ink-3) center/cover no-repeat;
  background-image: linear-gradient(rgba(11,10,9,.78), rgba(11,10,9,.88)), url("../img/hero-3.jpg");
  background-attachment: fixed;
}
.band h2 { font-size: clamp(34px, 5vw, 62px); }
.band p { color: rgba(239, 236, 230, .82); max-width: 780px; margin: 0 auto 34px; }
.cta { background: linear-gradient(160deg, #171310, #0d0b09); border-top: 1px solid var(--line); padding: clamp(80px, 9vw, 120px) 0; text-align: center; }
.cta h2 { font-size: clamp(32px, 4.6vw, 58px); }
.cta p { color: var(--muted); max-width: 640px; margin: 0 auto; }
.cta .orn { margin-bottom: 22px; }
.cta__meta { margin-top: 26px; font-size: 13px; letter-spacing: .08em; color: rgba(239,236,230,.5); }

/* ---------- faq ---------- */
.faq { border: 1px solid var(--line); border-radius: 14px; margin-bottom: 14px; background: rgba(255,255,255,.03); overflow: hidden; }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 22px 26px; font-family: var(--serif); font-size: 21px; transition: background .3s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { background: rgba(201, 162, 106, .08); }
.faq summary i { font-style: normal; color: var(--gold); font-size: 26px; transition: transform .35s var(--ease); line-height: 1; }
.faq[open] summary i { transform: rotate(45deg); }
.faq__a { padding: 4px 26px 24px; color: var(--muted); font-size: 15.5px; }
.faq__a ul { margin: 10px 0 0 22px; }
.faq__a li { margin-bottom: 6px; }
.faq__a p { margin-bottom: 10px; }

/* ---------- contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 6vw, 90px); align-items: start; }
.contact__rows { margin-top: 34px; display: grid; gap: 16px; }
.contact__rows a, .contact__rows p { display: block; font-size: 16px; }
.contact__rows strong { color: var(--gold-2); display: inline-block; min-width: 96px; font-weight: 600; font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; }
.contact__form { border: 1px solid var(--line); border-radius: 20px; padding: clamp(26px, 3vw, 44px); background: rgba(255,255,255,.03); display: grid; gap: 20px; }
.frow { display: grid; gap: 8px; }
.frow label { font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); }
.frow input, .frow textarea {
  background: rgba(255, 255, 255, .05); border: 1px solid var(--line-2); border-radius: 10px;
  color: var(--text); padding: 13px 16px; font: inherit; font-size: 15px; transition: border-color .3s, background .3s; resize: vertical;
}
.frow input:focus, .frow textarea:focus { outline: none; border-color: var(--gold); background: rgba(201, 162, 106, .06); }
.form__ok { color: var(--gold-2); font-size: 14.5px; }

/* ---------- blog ---------- */
.bloggrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 26px; }
.postcard { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.03); display: flex; flex-direction: column; transition: transform .4s var(--ease), border-color .4s; }
.postcard:hover { transform: translateY(-6px); border-color: var(--gold); }
.postcard__img { aspect-ratio: 3/2; overflow: hidden; background: var(--ink-3); }
.postcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.postcard:hover .postcard__img img { transform: scale(1.06); }
.postcard__ph { display: grid; place-items: center; height: 100%; background: linear-gradient(140deg, #22190f, #0d0b09); }
.postcard__ph span { font-family: var(--serif); font-size: 22px; color: var(--gold-2); letter-spacing: .1em; }
.postcard h3 { font-size: 23px; padding: 20px 22px 0; }
.postcard p { padding: 10px 22px 6px; color: var(--muted); font-size: 14.5px; }
.postcard__more { padding: 0 22px 22px; margin-top: auto; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.article p { margin-bottom: 20px; color: rgba(239,236,230,.88); font-size: 16.5px; }
.article h3, .article h4 { margin: 34px 0 14px; font-size: 26px; }
.article__meta { font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 34px; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); background: #0d0c0a; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: clamp(30px, 5vw, 80px); padding: clamp(50px, 7vw, 90px) 0 40px; }
.footer__brand img { width: 62px; height: 62px; border-radius: 50%; margin-bottom: 20px; }
.footer__brand p { color: var(--muted); font-size: 14.5px; max-width: 400px; }
.footer__h { font-size: 12px; letter-spacing: .34em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer__links a { display: block; padding: 5px 0; color: rgba(239,236,230,.78); transition: color .25s; font-size: 15px; }
.footer__links a:hover { color: var(--gold-2); }
.footer__addr { color: var(--muted); font-size: 14px; margin-top: 8px; line-height: 1.7; }
.socials { display: flex; gap: 12px; margin-top: 24px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: all .3s; }
.socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: translateY(-3px); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 26px 0 34px; border-top: 1px solid var(--line); color: rgba(239,236,230,.5); font-size: 13.5px; }
.footer__bottom a:hover { color: var(--gold-2); }

/* ---------- whatsapp float ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 55; width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 14px 40px rgba(37, 211, 102, .4); transition: transform .35s var(--ease), box-shadow .35s;
}
.wa-float:hover { transform: scale(1.1) rotate(6deg); color: #fff; }
.wa-float::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(37, 211, 102, .5);
  animation: pulse 2.2s infinite;
}
@keyframes pulse { 0% { transform: scale(.8); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }

/* ---------- lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 90; background: rgba(5, 4, 3, .96);
  display: grid; place-items: center; opacity: 0; visibility: hidden; transition: all .35s var(--ease);
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { max-width: 92vw; max-height: 86vh; display: grid; gap: 14px; justify-items: center; }
.lightbox img { max-width: 92vw; max-height: 80vh; object-fit: contain; border-radius: 8px; box-shadow: 0 30px 90px rgba(0,0,0,.7); }
.lightbox figcaption { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); }
.lightbox__close { position: absolute; top: 18px; right: 26px; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); }
.lightbox__close, .lightbox__nav {
  background: rgba(255, 255, 255, .07); border: 1px solid var(--line-2); color: #fff; width: 52px; height: 52px;
  border-radius: 50%; font-size: 22px; cursor: pointer; transition: all .3s; display: grid; place-items: center;
}
.lightbox__nav--prev { left: 3vw; }
.lightbox__nav--next { right: 3vw; }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* ---------- reveal anim ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track { animation: none; }
}

/* ---------- preloader ---------- */
.preloader { position: fixed; inset: 0; z-index: 100; background: var(--ink); display: none; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .nav__menu { gap: 20px; }
  .nav__menu a { font-size: 12px; letter-spacing: .1em; }
}
@media (max-width: 980px) {
  .nav__menu { display: none; }
  .nav__burger { display: block; }
  .masonry { columns: 2; }
  .about, .contact { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__dots { display: none; }
}
@media (max-width: 640px) {
  :root { --nav-h: 66px; }
  .masonry { columns: 1; }
  .hero__foot { font-size: 10px; }
  .btn { padding: 13px 26px; }
  .testi footer { flex-wrap: wrap; }
  .testi .stars { margin-left: 0; width: 100%; }
  .lightbox__nav--prev { left: 8px; }
  .lightbox__nav--next { right: 8px; }
  .band { background-attachment: scroll; }
}
