/* === MWL — Milano Wedding Light === */

:root {
  --ivory: #F7F2EA;
  --ivory-2: #FBF8F4;
  --paper: #EFE8DC;
  --ink: #0F0F10;
  --ink-2: #1C1A18;
  --ink-soft: #2A2620;
  --stone: #8A7E6D;
  --champagne: #C8A97E;
  --champagne-deep: #A8895E;
  --line: rgba(15,15,16,0.12);
  --line-light: rgba(255,255,255,0.22);
  --bg: var(--ivory);
  --fg: var(--ink);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--fg); }
body {
  font-family: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  cursor: none;
}
@media (max-width: 900px) { body { cursor: auto; } }

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

.serif { font-family: 'Cormorant Garamond', 'Garamond', serif; font-weight: 400; letter-spacing: -0.005em; }
.script { font-family: 'Italianno', cursive; font-weight: 400; }
.mono { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow { font-family: 'Jost', sans-serif; font-weight: 400; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--stone); }

.container { width: min(1360px, calc(100% - 64px)); margin-inline: auto; }
@media (max-width: 700px) { .container { width: calc(100% - 32px); } }

/* ─── Custom cursor ─────────────────────────────────── */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}
.cursor-dot { width: 6px; height: 6px; background: #fff; border-radius: 50%; transition: width .2s, height .2s, opacity .2s; }
.cursor-ring {
  width: 34px; height: 34px; border: 1px solid #fff; border-radius: 50%;
  transition: width .25s cubic-bezier(.2,.7,.2,1), height .25s cubic-bezier(.2,.7,.2,1), opacity .2s, border-color .2s;
}
.cursor-ring.hover { width: 64px; height: 64px; border-color: rgba(255,255,255,.6); }
.cursor-ring.view { width: 96px; height: 96px; }
.cursor-label {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999;
  font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: #fff; mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  opacity: 0; transition: opacity .2s;
}
.cursor-label.show { opacity: 1; }

/* ─── Nav ───────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 22px 0;
  transition: background-color .5s ease, padding .4s ease, color .4s ease, border-color .4s ease;
  color: #fff;
  border-bottom: 1px solid transparent;
}
.nav.solid {
  background: rgba(251,248,244,0.92);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: var(--ink);
  padding: 14px 0;
  border-bottom-color: var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 10px; height: 36px; }
.nav-logo svg { height: 100%; width: auto; color: currentColor; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 400;
  position: relative; padding: 6px 0;
  transition: opacity .3s;
}
.nav-links a:hover { opacity: 0.6; }
.nav-cta {
  border: 1px solid currentColor; padding: 11px 22px; font-size: 11px; letter-spacing: 0.24em;
  text-transform: uppercase; transition: background-color .3s, color .3s;
}
.nav-cta:hover { background: currentColor; }
.nav-cta:hover span { color: var(--ivory); }
.nav.solid .nav-cta:hover span { color: var(--ivory); }

.nav-burger { display: none; }
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; flex-direction: column; gap: 6px; padding: 8px; }
  .nav-burger span { display: block; width: 22px; height: 1px; background: currentColor; }
}

/* ─── Hero ──────────────────────────────────────────── */
.hero {
  position: relative; height: 100vh; min-height: 720px; overflow: hidden;
  display: flex; align-items: flex-end; color: #fff;
}
.hero-media {
  position: absolute; inset: 0; z-index: 0;
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,.15) 35%, rgba(0,0,0,.55) 100%);
}
.hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.85) contrast(1.04) brightness(0.92);
  animation: kenburns 24s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1.05) translate(0, 0); }
  to   { transform: scale(1.12) translate(-1.5%, -1%); }
}
/* film bars */
.film-bars::before, .film-bars::after {
  content: ""; position: absolute; left: 0; right: 0; height: 56px; z-index: 4;
  background: #000;
  pointer-events: none;
  transition: height .6s ease;
}
.film-bars::before { top: 0; }
.film-bars::after { bottom: 0; }
.no-film-bars::before, .no-film-bars::after { height: 0; }

.hero-content {
  position: relative; z-index: 3;
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
  padding-bottom: 88px;
}
@media (max-width: 700px) { .hero-content { padding-bottom: 64px; width: calc(100% - 32px); } }

.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; opacity: 0.85; }
.hero-eyebrow .dash { width: 36px; height: 1px; background: currentColor; opacity: 0.6; }
.hero-eyebrow .text { font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; }

.hero-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(48px, 8vw, 120px);
  line-height: 0.98;
  letter-spacing: -0.012em;
  max-width: 14ch;
  margin-bottom: 28px;
}
.hero-title em {
  font-family: 'Italianno', cursive; font-style: normal; font-weight: 400;
  color: var(--champagne);
  font-size: 1.05em;
  letter-spacing: 0;
}
.hero-sub {
  max-width: 540px;
  font-size: 16px; line-height: 1.7; opacity: 0.85;
  margin-bottom: 40px;
  font-weight: 300;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 28px;
  font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 400;
  border: 1px solid currentColor;
  transition: background-color .4s, color .4s, padding .4s;
  position: relative; overflow: hidden;
}
.btn .arrow {
  display: inline-block; width: 24px; height: 1px; background: currentColor; position: relative;
  transition: width .3s;
}
.btn .arrow::after {
  content: ""; position: absolute; right: 0; top: 50%;
  width: 6px; height: 6px; border-top: 1px solid currentColor; border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn:hover .arrow { width: 36px; }
.btn-fill { background: var(--champagne); border-color: var(--champagne); color: var(--ink); }
.btn-fill:hover { background: var(--champagne-deep); border-color: var(--champagne-deep); }
.btn-ghost:hover { background: rgba(255,255,255,0.08); }

.hero-meta {
  position: absolute; left: 32px; bottom: 32px; z-index: 3;
  display: flex; flex-direction: column; gap: 8px; align-items: flex-start;
}
.hero-meta .mono { color: rgba(255,255,255,0.7); }
.hero-side {
  position: absolute; right: 32px; top: 50%; transform: translateY(-50%) rotate(-90deg); transform-origin: right center;
  z-index: 3;
  font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: 0.5em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
}
@media (max-width: 900px) { .hero-side, .hero-meta { display: none; } }

.scroll-hint {
  position: absolute; left: 50%; bottom: 80px; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: rgba(255,255,255,0.75);
}
.scroll-hint .line {
  width: 1px; height: 56px; background: currentColor; position: relative; overflow: hidden;
}
.scroll-hint .line::after {
  content: ""; position: absolute; top: -100%; left: 0; width: 100%; height: 50%;
  background: var(--champagne);
  animation: scrollLine 2.4s ease-in-out infinite;
}
@keyframes scrollLine {
  0% { top: -100%; } 60%, 100% { top: 110%; }
}
.scroll-hint .mono { color: inherit; }
@media (max-width: 700px) { .scroll-hint { bottom: 88px; } }

/* ─── Marquee strip ─────────────────────────────────── */
.marquee {
  background: var(--ink); color: var(--ivory);
  padding: 22px 0; overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.marquee-track {
  display: flex; gap: 64px; white-space: nowrap;
  animation: marquee 40s linear infinite;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300;
  font-size: 28px; align-items: center;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 64px; }
.marquee-track .dot { width: 6px; height: 6px; background: var(--champagne); border-radius: 50%; display: inline-block; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── Section base ──────────────────────────────────── */
section { position: relative; }
.section-pad { padding: 140px 0; }
@media (max-width: 900px) { .section-pad { padding: 88px 0; } }

.section-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: end;
  margin-bottom: 80px;
}
@media (max-width: 900px) { .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; } }
.section-head .lead {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(36px, 5.4vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.01em;
}
.section-head .lead em {
  font-family: 'Italianno', cursive; font-style: normal; color: var(--champagne); font-size: 1.1em;
}
.section-head .meta { display: flex; flex-direction: column; gap: 16px; max-width: 380px; }
.section-head .meta p { color: var(--stone); font-size: 14px; line-height: 1.7; }

/* number eyebrow */
.numbered { display: flex; align-items: center; gap: 14px; }
.numbered .num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--champagne-deep); letter-spacing: 0.2em; }
.numbered .dash { width: 28px; height: 1px; background: var(--line); }
.numbered .label { font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink); }

/* ─── Story (chi siamo intro) ───────────────────────── */
.story {
  background: var(--ivory-2);
}
.story-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 96px; align-items: center;
}
@media (max-width: 1000px) { .story-grid { grid-template-columns: 1fr; gap: 56px; } }

.story-text p { font-size: 17px; line-height: 1.8; color: var(--ink-soft); margin-bottom: 18px; max-width: 52ch; }
.story-text .signature { margin-top: 36px; display: flex; align-items: center; gap: 24px; }
.story-text .signature .script { font-size: 42px; color: var(--champagne-deep); line-height: 1; }
.story-text .signature .who { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); }

.story-img {
  position: relative; aspect-ratio: 4 / 5;
  overflow: hidden;
}
.story-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  transition: transform 1.2s ease;
}
.story-img:hover img { transform: scale(1.04); }
.story-img .frame {
  position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,0.5); pointer-events: none;
}
.story-img .caption {
  position: absolute; left: 24px; bottom: 24px; color: #fff;
  font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
}

.stats-row {
  margin-top: 80px; padding-top: 48px;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
@media (max-width: 900px) { .stats-row { grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 56px; } }
.stat .n { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; line-height: 1; }
.stat .n em { font-family: 'Italianno', cursive; font-style: normal; color: var(--champagne); }
.stat .l { margin-top: 6px; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--stone); }

/* ─── Portfolio ─────────────────────────────────────── */
.portfolio { background: var(--ivory); }
.filter-bar {
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
  padding-bottom: 32px; margin-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
.filter-bar .filters { display: flex; gap: 28px; flex-wrap: wrap; }
.filter-bar .filters button {
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--stone);
  padding: 6px 0;
  position: relative;
  transition: color .3s;
}
.filter-bar .filters button::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0; background: var(--ink);
  transition: width .35s ease;
}
.filter-bar .filters button.active, .filter-bar .filters button:hover { color: var(--ink); }
.filter-bar .filters button.active::after { width: 100%; }
.filter-bar .filters button .count { color: var(--champagne-deep); margin-left: 6px; font-family: 'JetBrains Mono', monospace; font-size: 10px; }
.filter-bar .view-toggle { margin-left: auto; display: flex; gap: 0; border: 1px solid var(--line); }
.filter-bar .view-toggle button { padding: 8px 14px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--stone); }
.filter-bar .view-toggle button.active { background: var(--ink); color: var(--ivory); }

.grid {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px;
}
.card {
  position: relative; overflow: hidden; background: var(--paper);
  cursor: pointer;
}
.card .ph {
  position: relative; width: 100%; height: 100%;
  background-position: center; background-size: cover;
  transition: transform 1.4s cubic-bezier(.2,.6,.2,1);
}
.card:hover .ph { transform: scale(1.05); }
.card .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.6) 100%);
  opacity: 0; transition: opacity .5s ease;
}
.card:hover .veil { opacity: 1; }
.card .info {
  position: absolute; left: 24px; right: 24px; bottom: 24px; color: #fff;
  transform: translateY(12px); opacity: 0;
  transition: transform .5s ease, opacity .5s ease;
}
.card:hover .info { transform: translateY(0); opacity: 1; }
.card .info .couple { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; }
.card .info .meta { display: flex; gap: 12px; margin-top: 6px; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.85; }
.card .badge {
  position: absolute; top: 16px; left: 16px;
  font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  background: rgba(255,255,255,0.92); color: var(--ink); padding: 5px 10px;
}
.card .badge.video { background: var(--ink); color: var(--ivory); display: inline-flex; align-items: center; gap: 6px; }
.card .badge.video::before { content: ""; width: 0; height: 0; border-left: 5px solid var(--champagne); border-top: 3px solid transparent; border-bottom: 3px solid transparent; }
.card.video::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border: 1px solid rgba(255,255,255,0.7); border-radius: 50%;
  background: rgba(0,0,0,0.18);
  backdrop-filter: blur(2px);
  transition: width .4s, height .4s, background-color .3s;
}
.card.video::before {
  content: ""; position: absolute; top: 50%; left: 50%;
  transform: translate(calc(-50% + 3px), -50%);
  width: 0; height: 0;
  border-left: 12px solid #fff; border-top: 7px solid transparent; border-bottom: 7px solid transparent;
  z-index: 2;
}
.card.video:hover::after { width: 80px; height: 80px; }

/* tile spans */
.s-6 { grid-column: span 6; aspect-ratio: 4/3; }
.s-4 { grid-column: span 4; aspect-ratio: 3/4; }
.s-8 { grid-column: span 8; aspect-ratio: 16/9; }
.s-12 { grid-column: span 12; aspect-ratio: 21/9; }
.s-5 { grid-column: span 5; aspect-ratio: 4/5; }
.s-7 { grid-column: span 7; aspect-ratio: 4/3; }
.s-3 { grid-column: span 3; aspect-ratio: 3/4; }
.s-9 { grid-column: span 9; aspect-ratio: 16/9; }
@media (max-width: 900px) {
  .grid { gap: 16px; }
  .s-6, .s-4, .s-8, .s-12, .s-5, .s-7, .s-3, .s-9 { grid-column: span 12; aspect-ratio: 4/3; }
}

.portfolio-cta { margin-top: 72px; display: flex; justify-content: center; }

/* ─── Marquee couples ───────────────────────────────── */
.couple-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  overflow: hidden;
}
.couple-track {
  display: flex; gap: 80px; white-space: nowrap;
  animation: marquee 50s linear infinite;
  align-items: center;
}
.couple-track span { display: inline-flex; align-items: center; gap: 80px;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 22px; color: var(--stone); }
.couple-track .yr { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--champagne-deep); font-style: normal; letter-spacing: 0.2em; }

/* ─── Services ──────────────────────────────────────── */
.services { background: var(--ink); color: var(--ivory); }
.services .section-head .lead { color: var(--ivory); }
.services .section-head .meta p { color: rgba(255,255,255,0.65); }
.services .numbered .label { color: var(--ivory); }
.services .numbered .num { color: var(--champagne); }
.services .numbered .dash { background: rgba(255,255,255,0.2); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,0.1); border-left: 1px solid rgba(255,255,255,0.1); }
@media (max-width: 900px) { .service-grid { grid-template-columns: 1fr; } }
.service {
  padding: 56px 40px;
  border-right: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative; overflow: hidden;
  transition: background-color .5s;
}
.service:hover { background: rgba(200,169,126,0.06); }
.service .icon {
  width: 56px; height: 56px; margin-bottom: 32px;
  color: var(--champagne);
  transition: transform .6s ease;
}
.service:hover .icon { transform: translateY(-4px) rotate(-4deg); }
.service h3 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 32px; line-height: 1.1;
  margin-bottom: 16px;
}
.service h3 em { font-family: 'Italianno', cursive; font-style: normal; color: var(--champagne); font-size: 1.1em; }
.service p { color: rgba(255,255,255,0.65); font-size: 14px; line-height: 1.7; margin-bottom: 24px; max-width: 36ch; }
.service .feats { display: flex; flex-direction: column; gap: 8px; }
.service .feats li {
  list-style: none; font-size: 12px; color: rgba(255,255,255,0.8);
  display: flex; align-items: center; gap: 10px;
  padding: 6px 0;
  border-top: 1px dashed rgba(255,255,255,0.08);
}
.service .feats li::before { content: "—"; color: var(--champagne); }
.service .price { position: absolute; top: 32px; right: 32px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.2em; color: rgba(255,255,255,0.5); }
.service .index { position: absolute; bottom: 24px; right: 32px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 64px; color: rgba(255,255,255,0.07); line-height: 1; }

/* ─── Testimonials ──────────────────────────────────── */
.testimonials { background: var(--ivory-2); overflow: hidden; }
.testi-track {
  display: flex; gap: 24px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  padding-bottom: 24px;
  scrollbar-width: none;
}
.testi-track::-webkit-scrollbar { display: none; }
.testi {
  flex: 0 0 min(520px, 88vw);
  scroll-snap-align: start;
  padding: 40px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 24px;
}
.testi .stars { display: flex; gap: 4px; color: var(--champagne); }
.testi blockquote {
  font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic;
  font-size: 22px; line-height: 1.5; color: var(--ink-soft);
}
.testi blockquote::before { content: "“"; font-size: 56px; color: var(--champagne); line-height: 0.3; vertical-align: -0.2em; margin-right: 4px; }
.testi .who { display: flex; align-items: center; gap: 16px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.testi .who .av {
  width: 48px; height: 48px; border-radius: 50%;
  background-position: center; background-size: cover;
  flex-shrink: 0;
  border: 1px solid var(--champagne);
}
.testi .who .nm { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: var(--ink); }
.testi .who .vn { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin-top: 4px; }

.testi-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 32px; }
.testi-controls .dots { display: flex; gap: 8px; }
.testi-controls .dots span { width: 24px; height: 1px; background: var(--line); transition: background-color .3s; }
.testi-controls .dots span.active { background: var(--ink); }
.testi-controls .arrows { display: flex; gap: 4px; }
.testi-controls .arrows button {
  width: 48px; height: 48px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
  transition: background-color .3s, color .3s, border-color .3s;
}
.testi-controls .arrows button:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.testi-controls .arrows svg { width: 16px; height: 16px; }

/* ─── Instagram ─────────────────────────────────────── */
.ig { background: var(--ivory); }
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
@media (max-width: 900px) { .ig-grid { grid-template-columns: repeat(3, 1fr); } }
.ig-tile {
  position: relative; aspect-ratio: 1; overflow: hidden; background: var(--paper);
  cursor: pointer;
}
.ig-tile .ph { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 1s; filter: saturate(0.9); }
.ig-tile:hover .ph { transform: scale(1.08); filter: saturate(1); }
.ig-tile .ov {
  position: absolute; inset: 0; background: rgba(15,15,16,0.55);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .4s;
  color: #fff; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.18em;
  gap: 16px;
}
.ig-tile:hover .ov { opacity: 1; }
.ig-tile .ov svg { width: 18px; height: 18px; }

.ig-handle {
  margin-top: 56px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 24px;
}
.ig-handle a { color: var(--champagne-deep); text-decoration: underline; text-underline-offset: 6px; }

/* ─── Contact ───────────────────────────────────────── */
.contact { background: var(--ivory-2); }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; }
@media (max-width: 1000px) { .contact-grid { grid-template-columns: 1fr; gap: 48px; } }

.form { display: flex; flex-direction: column; gap: 28px; }
.field { position: relative; display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--stone); }
.field input, .field textarea, .field select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  font: inherit; color: var(--ink);
  font-size: 16px;
  transition: border-color .3s;
  outline: none;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400; font-size: 22px;
}
.field input::placeholder, .field textarea::placeholder { color: var(--stone); opacity: 0.55; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--champagne-deep); }
.field textarea { resize: vertical; min-height: 90px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 600px) { .field-row { grid-template-columns: 1fr; } }
.form-actions { display: flex; align-items: center; gap: 32px; margin-top: 8px; flex-wrap: wrap; }
.form-actions .btn { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.form-actions .btn:hover { background: var(--champagne-deep); border-color: var(--champagne-deep); }
.form-actions .or { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--stone); }
.form-actions .wa {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink);
}
.form-actions .wa .icon-wa { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; transition: background-color .3s, color .3s; }
.form-actions .wa:hover .icon-wa { background: #25D366; color: #fff; border-color: #25D366; }

.contact-info { display: flex; flex-direction: column; gap: 32px; }
.info-row { display: flex; flex-direction: column; gap: 6px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.info-row .label { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--stone); }
.info-row .val { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 28px; color: var(--ink); }
.info-row .val a:hover { color: var(--champagne-deep); }

.map {
  margin-top: 8px;
  position: relative; aspect-ratio: 4/3; overflow: hidden; border: 1px solid var(--line); background: var(--paper);
}
.map svg { width: 100%; height: 100%; }
.map .pin {
  position: absolute; top: 48%; left: 52%; transform: translate(-50%, -100%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.map .pin .dot { width: 14px; height: 14px; background: var(--champagne); border-radius: 50%; border: 2px solid var(--ink); position: relative; }
.map .pin .dot::after { content: ""; position: absolute; inset: -10px; border: 1px solid var(--champagne); border-radius: 50%; opacity: 0.4; animation: pulse 2.4s ease-out infinite; }
.map .pin .lbl { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.2em; background: var(--ink); color: var(--ivory); padding: 4px 8px; }
@keyframes pulse { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(2.4); opacity: 0; } }

/* ─── Footer ────────────────────────────────────────── */
footer {
  background: var(--ink); color: var(--ivory);
  padding: 80px 0 40px;
}
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 56px; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; } .foot-grid > div:first-child { grid-column: span 2; } }
.foot-logo svg { height: 120px; width: auto; color: var(--ivory); }
.foot-tag { margin-top: 16px; color: rgba(255,255,255,0.55); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; max-width: 32ch; }
.foot-col h4 { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--champagne); margin-bottom: 20px; font-weight: 400; }
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.foot-col a { font-size: 14px; color: rgba(255,255,255,0.8); transition: color .3s; }
.foot-col a:hover { color: var(--champagne); }
.foot-bot {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding-top: 32px; margin-top: 56px; border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45);
  flex-wrap: wrap;
}

/* ─── Reveal on scroll ──────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1.1s cubic-bezier(.2,.7,.2,1), transform 1.1s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(20px); transition: opacity .9s ease, transform .9s ease; }
.reveal-stagger.in > * { opacity: 1; transform: none; }
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: .08s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: .16s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: .24s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: .32s; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: .4s; }

/* ─── Lightbox ──────────────────────────────────────── */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(15,15,16,0.96); backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center;
  padding: 64px;
}
.lightbox.open { display: flex; }
.lightbox .lb-img { max-width: min(1200px, 100%); max-height: 90vh; object-fit: contain; background: var(--paper); aspect-ratio: 3/2; }
.lightbox .close { position: absolute; top: 24px; right: 24px; color: #fff; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.lightbox .close::after { content: ""; width: 24px; height: 24px; border: 1px solid currentColor; border-radius: 50%; display: inline-block; position: relative; }
.lightbox .nav-arrow { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.lightbox .nav-arrow.prev { left: 32px; }
.lightbox .nav-arrow.next { right: 32px; }
.lightbox .caption { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.8); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; }

/* ─── Selection ─────────────────────────────────────── */
::selection { background: var(--champagne); color: var(--ink); }

/* film grain overlay (subtle) */
.grain {
  pointer-events: none; position: fixed; inset: 0; z-index: 150;
  mix-blend-mode: overlay; opacity: 0.06;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
