/* ============================================================
   through_my_eye_  —  photography portfolio
   Design system: elegant purple + white, lavender + light gray
   Type: Cormorant Garamond (display) · Helvetica Neue (UI) · Space Mono (labels)
   ============================================================ */

:root {
  /* type */
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --mono: "Space Mono", "SFMono-Regular", ui-monospace, monospace;

  /* purple system (hue ~300) — tweakable */
  --accent-h: 285;
  --purple:       oklch(0.52 0.15 var(--accent-h));
  --purple-deep:  oklch(0.40 0.16 var(--accent-h));
  --purple-bright:oklch(0.62 0.17 var(--accent-h));
  --lavender:     oklch(0.78 0.10 var(--accent-h));
  --lavender-soft:oklch(0.93 0.04 var(--accent-h));

  /* light theme (default) */
  --bg:        oklch(0.985 0.006 var(--accent-h));
  --bg-2:      oklch(0.965 0.010 var(--accent-h));
  --surface:   oklch(0.945 0.014 var(--accent-h));
  --ink:       oklch(0.22 0.025 var(--accent-h));
  --ink-soft:  oklch(0.46 0.030 var(--accent-h));
  --ink-faint: oklch(0.62 0.028 var(--accent-h));
  --line:      oklch(0.22 0.025 var(--accent-h) / 0.12);
  --line-soft: oklch(0.22 0.025 var(--accent-h) / 0.06);
  --card:      oklch(1 0 0);
  --scrim:     oklch(0.18 0.04 var(--accent-h) / 0.55);
  --shadow:    0 1px 2px oklch(0.3 0.05 var(--accent-h)/.05), 0 18px 40px -20px oklch(0.3 0.08 var(--accent-h)/.30);

  --motion: 1; /* tweakable scalar */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --maxw: 1280px;
  --gut: clamp(22px, 5vw, 88px);
  --cbar-h: 40px;
}

[data-theme="dark"] {
  --purple:       oklch(0.62 0.15 var(--accent-h));
  --purple-deep:  oklch(0.50 0.16 var(--accent-h));
  --purple-bright:oklch(0.74 0.15 var(--accent-h));
  --lavender:     oklch(0.80 0.10 var(--accent-h));
  --lavender-soft:oklch(0.86 0.07 var(--accent-h));

  --bg:        oklch(0.16 0.022 var(--accent-h));
  --bg-2:      oklch(0.19 0.026 var(--accent-h));
  --surface:   oklch(0.23 0.030 var(--accent-h));
  --ink:       oklch(0.95 0.012 var(--accent-h));
  --ink-soft:  oklch(0.78 0.020 var(--accent-h));
  --ink-faint: oklch(0.60 0.024 var(--accent-h));
  --line:      oklch(1 0 0 / 0.12);
  --line-soft: oklch(1 0 0 / 0.06);
  --card:      oklch(0.21 0.028 var(--accent-h));
  --scrim:     oklch(0.10 0.04 var(--accent-h) / 0.62);
  --shadow:    0 1px 2px oklch(0 0 0/.4), 0 22px 50px -22px oklch(0 0 0/.7);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.62;
  font-size: 18.5px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  transition: background .6s var(--ease), color .6s var(--ease);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
::selection { background: var(--purple); color: #fff; }

/* ---------- shared primitives ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut); }
.section { padding-block: clamp(80px, 11vw, 168px); position: relative; }
.section--tight { padding-block: clamp(60px, 8vw, 120px); }

.eyebrow {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  color: var(--purple);
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-weight: 400;
}
.eyebrow::after { content: "_"; animation: blink 1.4s steps(1) infinite; }
@media (prefers-reduced-motion: reduce){ .eyebrow::after{ animation: none; } }
@keyframes blink { 0%,50%{opacity:1} 51%,100%{opacity:0} }

.snum { font-family: var(--mono); font-size: 12.5px; letter-spacing: .1em; color: var(--ink-faint); }

h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.04; letter-spacing: -0.01em; }
h3 { font-family: var(--mono); font-weight: 700; line-height: 1.22; letter-spacing: -0.02em; }
.display {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 7.2vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}
.h2 { font-size: clamp(32px, 5vw, 62px); font-weight: 400; line-height: 1.0; letter-spacing: -0.015em; }
.h3 { font-size: clamp(20px, 2vw, 26px); font-weight: 700; }
.italic { font-style: italic; }
.lead {
  font-family: var(--serif);
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.42;
  font-weight: 350;
  color: var(--ink-soft);
  font-style: italic;
}
.body-lg { font-size: clamp(17px, 1.25vw, 20px); color: var(--ink-soft); line-height: 1.66; }
.measure { max-width: 62ch; }
.measure-sm { max-width: 46ch; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--mono); font-size: 13px; letter-spacing: .06em;
  padding: 15px 28px; border-radius: 100px;
  transition: transform .4s var(--ease), background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
  white-space: nowrap; line-height: 1;
}
.btn .arr { transition: transform .4s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn--solid { background: var(--ink); color: var(--bg); }
.btn--solid:hover { background: var(--purple); color: #fff; box-shadow: 0 14px 30px -12px var(--purple); }
.btn--purple { background: linear-gradient(120deg, var(--purple-deep), var(--purple)); color: #fff; }
.btn--purple:hover { box-shadow: 0 16px 40px -14px var(--purple); transform: translateY(-1px); }
.btn--ghost { border: 1px solid var(--line); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--purple); color: var(--purple); }
.btn--light { background: rgba(255,255,255,.10); color: #fff; border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.btn--light:hover { background: #fff; color: var(--ink); }
.btn--lightsolid { background: #fff; color: #18131f; }
.btn--lightsolid:hover { background: var(--lavender-soft); }

.link-arrow { font-family: var(--mono); font-size: 13px; letter-spacing: .04em; color: var(--purple); display: inline-flex; gap: .5em; align-items: center; border-bottom: 1px solid transparent; padding-bottom: 2px; transition: border-color .3s; }
.link-arrow:hover { border-color: var(--purple); }

/* reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(calc(28px * var(--motion))); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s } .reveal.d2 { transition-delay: .16s } .reveal.d3 { transition-delay: .24s } .reveal.d4 { transition-delay: .32s }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1 !important; transform:none !important; } }

/* ============================================================ NAV */
/* Under-construction announcement bar */
.cbar {
  position: fixed; top: 0; left: 0; right: 0; height: var(--cbar-h); z-index: 80;
  background: var(--purple-deep); color: #fff;
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.cbar-inner { display: flex; align-items: center; gap: 11px; padding: 0 18px; }
.cbar-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #fff; flex: none;
  animation: cbarPulse 1.9s var(--ease) infinite;
}
@keyframes cbarPulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,.55); }
  70%  { box-shadow: 0 0 0 7px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.cbar-text {
  font-family: var(--mono); font-size: 12px; letter-spacing: .07em;
  text-transform: uppercase; text-align: center;
}
@media (max-width: 560px) { .cbar-text { font-size: 10.5px; letter-spacing: .04em; } }
@media (prefers-reduced-motion: reduce) { .cbar-dot { animation: none; } }

.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  top: var(--cbar-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gut);
  transition: background .5s var(--ease), padding .5s var(--ease), border-color .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: color-mix(in oklch, var(--bg) 78%, transparent);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-bottom-color: var(--line-soft);
  padding-block: 13px;
}
.nav.on-hero:not(.scrolled) { color: #fff; }
.nav.on-hero:not(.scrolled) .navlink { color: rgba(255,255,255,.82); }
.nav.on-hero:not(.scrolled) .navlink:hover { color: #fff; }
.nav.on-hero:not(.scrolled) .icon-btn { color:#fff; border-color: rgba(255,255,255,.3); }

.brand { font-family: var(--mono); font-size: 15px; letter-spacing: -.01em; font-weight: 700; display: inline-flex; align-items: center; }
.brand .u { color: var(--purple); }
.nav.on-hero:not(.scrolled) .brand .u { color: var(--lavender); }

.navlinks { display: flex; gap: clamp(18px, 2vw, 34px); align-items: center; }
.navlink { font-family: var(--mono); font-size: 12.5px; letter-spacing: .04em; color: var(--ink-soft); transition: color .3s; position: relative; }
.navlink::after { content:""; position:absolute; left:0; right:100%; bottom:-5px; height:1px; background: currentColor; transition: right .35s var(--ease); }
.navlink:hover { color: var(--purple); }
.navlink:hover::after { right: 0; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.icon-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: all .3s var(--ease); color: var(--ink); }
.icon-btn:hover { border-color: var(--purple); color: var(--purple); transform: rotate(8deg); }
.nav .btn { padding: 12px 22px; }

.burger { display: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); }
.burger span { display:block; width:16px; height:1.5px; background: currentColor; margin: 3px auto; transition: .3s; }

/* mobile menu */
.mobile-menu { position: fixed; inset: 0; z-index: 70; background: var(--bg); transform: translateX(100%); transition: transform .5s var(--ease); display: flex; flex-direction: column; justify-content: center; padding: var(--gut); gap: 6px; }
.mobile-menu.open { transform: none; }
.mobile-menu a { font-family: var(--serif); font-size: 9vw; line-height: 1.5; color: var(--ink); }
.mobile-menu a:hover { color: var(--purple); font-style: italic; }
.mm-close { position: absolute; top: 22px; right: var(--gut); font-family: var(--mono); font-size: 13px; }
.mm-meta { margin-top: 36px; font-family: var(--mono); font-size: 12px; color: var(--ink-faint); letter-spacing: .04em; line-height: 2; }

/* ============================================================ HERO */
.hero { position: relative; height: 100svh; min-height: 620px; width: 100%; overflow: hidden; color: #fff; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.8s var(--ease); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide.active { opacity: 1; }
.hero-slide.active img { animation: kenburns 8s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.08); } to { transform: scale(1.0); } }
@media (prefers-reduced-motion: reduce){ .hero-slide.active img{ animation: none; } }
.hero::after { content:""; position: absolute; inset: 0; background:
  linear-gradient(180deg, oklch(0.15 0.05 var(--accent-h)/.45) 0%, transparent 26%, transparent 50%, oklch(0.12 0.06 var(--accent-h)/.72) 100%); pointer-events:none; }

.hero-inner { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 var(--gut) clamp(48px, 8vh, 92px); }
.hero-eyebrow { font-family: var(--mono); font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--lavender); margin-bottom: 26px; }
.hero h1 { font-size: clamp(52px, 12vw, 168px); font-weight: 300; letter-spacing: -.03em; line-height: .9; }
.hero h1 .it { font-style: italic; font-weight: 400; }
.hero-tag { font-family: var(--mono); font-style: normal; font-size: clamp(13.5px, 1.45vw, 17px); line-height: 1.6; letter-spacing: -0.005em; color: rgba(255,255,255,.9); margin-top: 24px; max-width: 46ch; }
.hero-cta { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }

.hero-foot { position: absolute; bottom: 30px; right: var(--gut); z-index:3; display:flex; align-items:center; gap: 20px; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; color: rgba(255,255,255,.7); }
.hero-dots { display: flex; gap: 9px; }
.hero-dot { width: 28px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.32); transition: background .4s; cursor: pointer; }
.hero-dot.active { background: #fff; }
.scrollcue { position: absolute; bottom: 26px; left: var(--gut); z-index: 3; color: rgba(255,255,255,.85); font-size: 26px; line-height: 1; display: grid; place-items: center; animation: cuebounce 1.9s var(--ease) infinite; }
@media (prefers-reduced-motion: reduce){ .scrollcue { animation: none; } }
@keyframes cuebounce { 0%,100%{ transform: translateY(0); opacity:.55 } 50%{ transform: translateY(9px); opacity:1 } }

/* ============================================================ ABOUT */
.about-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(36px, 6vw, 92px); align-items: center; }
.about-portrait { position: relative; }
.about-portrait .frame { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 2px; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about-portrait .tag { position: absolute; bottom: -18px; left: -18px; background: var(--card); box-shadow: var(--shadow); padding: 16px 22px; border-radius: 2px; }
.about-portrait .tag b { font-family: var(--mono); font-size: 15px; display:block; font-weight: 700; letter-spacing: -0.01em; }
.about-portrait .tag span { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: var(--purple); }
.about-portrait .accent-bar { position:absolute; top: -16px; right: -16px; width: 64%; height: 64%; border: 1px solid var(--purple); border-radius: 2px; z-index: -1; }

.about-body h2 { margin: 18px 0 26px; }
.about-body p + p { margin-top: 18px; }
.sign { font-family: var(--serif); font-style: italic; font-size: 34px; color: var(--purple); margin-top: 28px; }
.stats { display: flex; gap: clamp(24px,4vw,56px); margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.stat b { font-family: var(--serif); font-size: clamp(34px,4vw,46px); font-weight: 500; display: block; line-height: 1; }
.stat span { font-family: var(--mono); font-size: 11.5px; letter-spacing: .06em; color: var(--ink-faint); }

/* ============================================================ PHILOSOPHY band */
.philo { position: relative; color: #fff; overflow: hidden; isolation: isolate; }
.philo img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.philo::after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(120deg, oklch(0.30 0.13 var(--accent-h)/.92), oklch(0.22 0.10 var(--accent-h)/.78)); }
.philo .wrap { padding-block: clamp(96px, 14vw, 190px); }
.philo .eyebrow { color: var(--lavender); }
.philo blockquote { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 4.6vw, 64px); line-height: 1.12; letter-spacing: -.015em; max-width: 17ch; margin: 24px 0 0; }
.philo blockquote .it { font-style: italic; color: var(--lavender); }
.philo .by { margin-top: 36px; font-family: var(--mono); font-size: 13px; letter-spacing: .08em; color: rgba(255,255,255,.78); }

/* ============================================================ PORTFOLIO */
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 52px; flex-wrap: wrap; }
.sec-head .left { max-width: 60ch; }
.sec-head h2 { margin-top: 16px; }
.sec-head p { margin-top: 16px; }

.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.filter { font-family: var(--mono); font-size: 12.5px; letter-spacing: .04em; padding: 10px 18px; border-radius: 100px; border: 1px solid var(--line); color: var(--ink-soft); transition: all .35s var(--ease); }
.filter:hover { border-color: var(--purple); color: var(--purple); }
.filter.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.filter .ct { opacity: .5; margin-left: .4em; font-size: 11px; }

/* masonry via CSS columns */
.masonry { column-count: 3; column-gap: 16px; }
.tile { position: relative; break-inside: avoid; margin-bottom: 16px; overflow: hidden; border-radius: 2px; cursor: pointer; background: var(--surface); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.tile img { width: 100%; height: auto; transition: transform 1.1s var(--ease), filter .6s; }
.tile:hover img { transform: scale(1.05); }
.tile-meta { position: absolute; inset: auto 0 0 0; padding: 20px 18px 16px; background: linear-gradient(transparent, oklch(0.12 0.05 var(--accent-h)/.82)); color: #fff; opacity: 0; transform: translateY(8px); transition: all .45s var(--ease); }
.tile:hover .tile-meta { opacity: 1; transform: none; }
.tile-meta b { font-family: var(--mono); font-size: 14.5px; font-weight: 700; display: block; line-height: 1.25; letter-spacing: -0.01em; }
.tile-meta span { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: var(--lavender); }
.tile .plus { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.4); color:#fff; display:grid; place-items:center; opacity:0; transform: scale(.7); transition: all .45s var(--ease); }
.tile:hover .plus { opacity: 1; transform: none; }
.tile.hide { display: none; }
.gallery-foot { text-align: center; margin-top: 48px; }

/* ============================================================ LIGHTBOX */
.lightbox { position: fixed; inset: 0; z-index: 200; background: oklch(0.10 0.03 var(--accent-h)/.93); backdrop-filter: blur(14px); display: none; place-items: center; opacity: 0; transition: opacity .4s; }
.lightbox.open { display: grid; opacity: 1; }
.lb-stage { max-width: min(92vw, 1180px); max-height: 86vh; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.lb-img-wrap { max-height: 78vh; display:flex; }
.lb-stage img { max-width: 100%; max-height: 78vh; object-fit: contain; border-radius: 2px; box-shadow: 0 30px 80px -20px #000; }
.lb-cap { color: #fff; text-align: center; }
.lb-cap b { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.lb-cap span { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; color: var(--lavender); display:block; margin-top: 4px; text-transform: uppercase; }
.lb-close { position: fixed; top: 22px; right: 26px; font-family: var(--mono); font-size: 13px; color: #fff; display: flex; align-items: center; gap: 8px; z-index: 201; }
.lb-nav { position: fixed; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); color: #fff; display: grid; place-items: center; transition: all .3s; z-index: 201; font-size: 20px; }
.lb-nav:hover { background: rgba(255,255,255,.14); border-color:#fff; }
.lb-prev { left: 22px; } .lb-next { right: 22px; }
.lb-count { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); font-family: var(--mono); font-size: 12px; letter-spacing:.1em; color: rgba(255,255,255,.7); z-index: 201; }

/* ============================================================ FEATURED editorial */
.feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(34px, 6vw, 96px); }
.feature + .feature { margin-top: clamp(70px, 10vw, 150px); }
.feature.rev .feat-img { order: 2; }
.feat-img { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 2px; }
.feature.wide .feat-img { aspect-ratio: 3/4; }
.feat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.feature:hover .feat-img img { transform: scale(1.04); }
.feat-num { font-family: var(--serif); font-size: clamp(60px, 9vw, 130px); font-weight: 300; line-height: .8; color: var(--lavender); opacity: .9; }
[data-theme="dark"] .feat-num { color: var(--purple-bright); opacity: .5; }
.feat-body h3 { margin: 16px 0 20px; font-family: var(--mono); font-weight: 700; font-size: clamp(21px, 2.7vw, 33px); line-height: 1.22; letter-spacing: -0.025em; }
.feat-body .meta { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; color: var(--purple); text-transform: uppercase; margin-bottom: 22px; }

/* ============================================================ SERVICES */
.services { background: var(--bg-2); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; }
.svc {
  background: var(--bg); padding: clamp(28px, 3vw, 44px); position: relative;
  display: flex; flex-direction: column; min-height: 320px;
  transition: background .5s var(--ease), color .5s var(--ease);
}
.svc:hover { background: linear-gradient(150deg, var(--purple-deep), var(--purple)); color: #fff; }
.svc:hover .svc-price, .svc:hover .svc-desc { color: rgba(255,255,255,.84); }
.svc:hover .svc-no { color: rgba(255,255,255,.5); }
.svc:hover .svc-inq { color: #fff; border-color: rgba(255,255,255,.5); }
.svc-no { font-family: var(--mono); font-size: 12px; color: var(--ink-faint); letter-spacing: .08em; }
.svc h3 { font-family: var(--mono); font-weight: 700; font-size: clamp(17px, 1.7vw, 22px); margin: 16px 0 12px; letter-spacing: -0.02em; }
.svc-desc { color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; flex: 1; }
.svc-price { font-family: var(--mono); font-size: 13px; color: var(--ink); letter-spacing: .03em; margin-top: 22px; }
.svc-price b { color: var(--purple); }
.svc:hover .svc-price b { color: #fff; }
.svc-inq { margin-top: 18px; align-self: flex-start; font-family: var(--mono); font-size: 12px; letter-spacing: .05em; color: var(--purple); display: inline-flex; gap: 8px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid var(--line); transition: gap .3s; }
.svc-inq:hover { gap: 13px; }

/* ============================================================ TESTIMONIALS */
.tst { background: var(--ink); color: var(--bg); overflow: hidden; }
[data-theme="dark"] .tst { background: var(--bg-2); color: var(--ink); border-block: 1px solid var(--line); }
.tst .eyebrow { color: var(--lavender); }
.tst-stage { position: relative; min-height: 260px; }
.tst-item { position: absolute; inset: 0; opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease), transform .7s var(--ease); pointer-events: none; }
.tst-item.active { opacity: 1; transform: none; pointer-events: auto; position: relative; }
.tst-quote { font-family: var(--serif); font-weight: 300; font-size: clamp(24px, 3.4vw, 44px); line-height: 1.24; letter-spacing: -.01em; max-width: 22ch; }
.tst-quote .it { font-style: italic; color: var(--lavender); }
.tst-by { display: flex; align-items: center; gap: 16px; margin-top: 36px; }
.tst-av { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.tst-by b { font-family: var(--mono); font-weight: 700; font-size: 14px; display: block; letter-spacing: -0.01em; }
.tst-by span { font-family: var(--mono); font-size: 11.5px; letter-spacing: .06em; opacity: .65; }
.tst-ctrl { display: flex; gap: 12px; margin-top: 44px; align-items: center; }
.tst-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid currentColor; opacity: .45; display: grid; place-items: center; transition: opacity .3s; }
.tst-arrow:hover { opacity: 1; }
.tst-prog { flex: 1; max-width: 180px; height: 1px; background: currentColor; opacity: .25; margin-left: 8px; position: relative; }
.tst-prog i { position: absolute; left: 0; top: -1px; height: 3px; background: var(--lavender); transition: width .5s var(--ease); }

/* ============================================================ BOOKING */
.book-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 90px); }
.book-aside h2 { margin: 16px 0 24px; }
.book-aside .contact-list { margin-top: 34px; display: grid; gap: 2px; }
.cline { display: flex; gap: 16px; align-items: center; padding: 16px 0; border-top: 1px solid var(--line); }
.cline:last-child { border-bottom: 1px solid var(--line); }
.cline .ic { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--purple); flex: none; }
.cline .t span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; color: var(--ink-faint); text-transform: uppercase; display:block; }
.cline .t b { font-weight: 450; font-size: 16px; }
.cline:hover .ic { background: var(--purple); color: #fff; border-color: var(--purple); }

form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; position: relative; }
.field label { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: var(--ink-faint); text-transform: uppercase; display: block; margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--card); border: 1px solid var(--line); border-radius: 2px;
  padding: 14px 16px; font-family: var(--sans); font-size: 15.5px; color: var(--ink);
  transition: border-color .3s, box-shadow .3s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 3px oklch(0.55 0.15 var(--accent-h)/.14); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' fill='none' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.form-submit { width: 100%; justify-content: center; margin-top: 6px; }
.form-note { font-family: var(--mono); font-size: 11.5px; color: var(--ink-faint); margin-top: 14px; text-align: center; letter-spacing: .02em; }
.form-success { display: none; padding: 30px; border: 1px solid var(--purple); border-radius: 3px; background: var(--lavender-soft); color: var(--purple-deep); font-family: var(--serif); font-size: 22px; font-style: italic; text-align: center; }
[data-theme="dark"] .form-success { background: oklch(0.30 0.08 var(--accent-h)/.4); color: var(--lavender); }
.form-success.show { display: block; }

/* ============================================================ INSTAGRAM */
.ig-head { text-align: center; margin-bottom: 44px; }
.ig-head h2 { margin: 14px 0 10px; }
.ig-handle { font-family: var(--mono); font-size: 14px; color: var(--purple); }
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.ig-cell { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 2px; cursor: pointer; }
.ig-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.ig-cell:hover img { transform: scale(1.08); }
.ig-cell::after { content:""; position:absolute; inset:0; background: oklch(0.30 0.13 var(--accent-h)/0); display:grid; place-items:center; transition: background .4s; }
.ig-cell:hover::after { background: oklch(0.30 0.13 var(--accent-h)/.55); }
.ig-ico { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; opacity: 0; transform: scale(.5); transition: all .4s var(--ease); z-index: 2; }
.ig-cell:hover .ig-ico { opacity: 1; transform: none; }
.ig-foot { text-align: center; margin-top: 40px; }

/* Instagram CTA band (replaces the old feed grid) */
.ig-cta {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px;
  max-width: 720px; margin: 0 auto;
  padding: clamp(48px, 6.5vw, 80px) clamp(26px, 5vw, 64px);
  background: var(--card); border: 1px solid var(--line); border-radius: 8px;
  box-shadow: var(--shadow); transition: transform .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease);
}
.ig-cta:hover {
  transform: translateY(-4px); border-color: var(--purple);
  box-shadow: 0 30px 64px -30px var(--purple);
}
.ig-cta-ico {
  width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center;
  background: var(--lavender-soft); color: var(--purple); margin-bottom: 4px;
  transition: transform .5s var(--ease);
}
.ig-cta:hover .ig-cta-ico { transform: rotate(-6deg) scale(1.05); }
.ig-cta-eyebrow { margin: 0; }
.ig-cta-title { margin: 0; }
.ig-cta-handle {
  font-family: var(--mono); font-size: 14px; letter-spacing: .04em; color: var(--purple);
}
.ig-cta-btn { margin-top: 10px; pointer-events: none; }

/* ============================================================ FOOTER */
.footer { background: var(--ink); color: var(--bg); padding-top: clamp(70px, 9vw, 120px); }
[data-theme="dark"] .footer { background: var(--bg-2); color: var(--ink); border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 60px; border-bottom: 1px solid color-mix(in oklch, currentColor 14%, transparent); }
.footer .brand { font-size: 22px; color: inherit; }
.footer-cta { font-family: var(--serif); font-size: clamp(28px, 4vw, 52px); font-weight: 300; line-height: 1.05; margin-top: 18px; max-width: 16ch; }
.footer-cta .it { font-style: italic; color: var(--lavender); }
.fcol h4 { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; opacity: .55; margin-bottom: 18px; font-weight: 400; }
.fcol a, .fcol p { display: block; color: inherit; opacity: .82; padding: 6px 0; font-size: 15px; transition: opacity .3s, padding-left .3s; }
.fcol a:hover { opacity: 1; color: var(--lavender); padding-left: 6px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-block: 30px; flex-wrap: wrap; gap: 14px; font-family: var(--mono); font-size: 11.5px; letter-spacing: .04em; opacity: .6; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid color-mix(in oklch, currentColor 24%, transparent); display: grid; place-items: center; transition: all .3s; opacity: 1; }
.footer-social a:hover { background: var(--purple); border-color: var(--purple); color:#fff; transform: translateY(-3px); }

/* ============================================================ RESPONSIVE */
@media (max-width: 1024px) {
  .masonry { column-count: 2; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .ig-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 880px) {
  .navlinks { display: none; }
  .nav .btn--purple { display: none; }
  .burger { display: block; }
  .about-grid { grid-template-columns: 1fr; gap: 54px; }
  .about-portrait { max-width: 440px; }
  .feature, .feature.rev { grid-template-columns: 1fr; gap: 30px; }
  .feature.rev .feat-img { order: 0; }
  .feat-img, .feature.wide .feat-img { aspect-ratio: 16/11; }
  .book-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .masonry { column-count: 1; }
  .svc-grid { grid-template-columns: 1fr; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  form .row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .hero-foot { display: none; }
  .stats { gap: 28px; }
  .lb-nav { width: 44px; height: 44px; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
}

/* ============================================================ REVIEWS */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 3px; padding: 26px 24px; display: flex; flex-direction: column;
  backdrop-filter: blur(4px);
}
[data-theme="dark"] .review-card { background: var(--card); border-color: var(--line); }
.review-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.rstar { color: rgba(255,255,255,.22); font-size: 15px; }
.rstar.on { color: var(--lavender); }
[data-theme="dark"] .rstar { color: var(--line); }
[data-theme="dark"] .rstar.on { color: var(--purple-bright); }
.review-text { font-family: var(--serif); font-size: 20px; line-height: 1.4; font-style: italic; flex: 1; }
.review-by { display: flex; align-items: center; gap: 13px; margin-top: 22px; }
.review-av {
  width: 44px; height: 44px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: linear-gradient(140deg, var(--purple-deep), var(--purple)); color: #fff;
  font-family: var(--mono); font-size: 13px; letter-spacing: .02em;
}
.review-by b { font-family: var(--mono); font-weight: 700; font-size: 13.5px; display: block; line-height: 1.3; letter-spacing: -0.01em; }
.review-by span { font-family: var(--mono); font-size: 11px; letter-spacing: .05em; opacity: .6; }

.review-empty {
  font-family: var(--serif); font-style: italic; font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.4; max-width: 28ch; opacity: .72; padding: 8px 0 4px;
}
.review-cta { margin-top: 36px; }

.review-composer { max-height: 0; overflow: hidden; transition: max-height .6s var(--ease), margin .6s var(--ease); }
.review-composer.open { max-height: 760px; margin-top: 36px; }
.review-composer form {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14);
  border-radius: 4px; padding: clamp(24px, 3vw, 38px); max-width: 720px;
}
[data-theme="dark"] .review-composer form { background: var(--card); border-color: var(--line); }
.review-composer .field label { color: rgba(255,255,255,.6); }
[data-theme="dark"] .review-composer .field label { color: var(--ink-faint); }
.review-composer .field input,
.review-composer .field select,
.review-composer .field textarea {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: #fff;
}
.review-composer .field textarea { min-height: 96px; }
[data-theme="dark"] .review-composer .field input,
[data-theme="dark"] .review-composer .field select,
[data-theme="dark"] .review-composer .field textarea { background: var(--bg); border-color: var(--line); color: var(--ink); }
.review-composer .field select option { color: #18131f; }

.star-picker { display: flex; gap: 6px; }
.pstar { font-size: 30px; line-height: 1; color: rgba(255,255,255,.25); transition: color .2s, transform .2s; }
.pstar:hover { transform: scale(1.12); }
.pstar.on { color: var(--lavender); }
[data-theme="dark"] .pstar { color: var(--line); }
[data-theme="dark"] .pstar.on { color: var(--purple-bright); }
.rv-note { display: none; font-family: var(--mono); font-size: 11.5px; color: #ffb4a8; margin-top: 8px; letter-spacing: .03em; }
.rv-note.show { display: block; }
.review-actions { display: flex; gap: 12px; margin-top: 8px; flex-wrap: wrap; }

.review-toast {
  position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 24px);
  background: var(--purple); color: #fff; font-family: var(--mono); font-size: 13px; letter-spacing: .03em;
  padding: 15px 26px; border-radius: 100px; box-shadow: 0 18px 44px -14px var(--purple);
  opacity: 0; pointer-events: none; transition: opacity .4s var(--ease), transform .4s var(--ease); z-index: 250;
}
.review-toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1024px) { .review-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .review-grid { grid-template-columns: 1fr; } }

/* tweak panel host alignment */
#tweaks-root { position: fixed; z-index: 300; }
