:root {
  --bg: oklch(8% 0.018 32);
  --surface: oklch(13% 0.025 32);
  --surface-2: oklch(18% 0.035 34);
  --fg: oklch(94% 0.018 72);
  --muted: oklch(72% 0.018 72);
  --border: oklch(24% 0.035 36);
  --accent: oklch(52% 0.21 31);
  --accent-hot: oklch(62% 0.22 31);
  --gold: oklch(78% 0.16 78);
  --red-deep: oklch(38% 0.16 28);
  --success: oklch(68% 0.13 145);
  --focus: oklch(84% 0.15 78);
  --z-sticky: 20;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --font-display: "Avenir Next", "Söhne", "Montserrat", system-ui, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", "IBM Plex Mono", ui-monospace, Menlo, monospace;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font: 16px/1.55 var(--font-body);
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
iframe { border: 0; display: block; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(var(--max), calc(100% - clamp(32px, 6vw, 88px))); margin: 0 auto; }
.page { min-height: 100vh; }
:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.site-header {
  position: sticky; top: 0; z-index: var(--z-sticky);
  border-bottom: 1px solid color-mix(in oklch, var(--border) 82%, transparent);
  background: color-mix(in oklch, var(--bg) 86%, transparent);
  backdrop-filter: blur(14px);
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: max-content; }
.brand img { width: 76px; height: 54px; object-fit: contain; filter: drop-shadow(0 8px 20px rgb(0 0 0 / .4)); }
.brand strong { display: block; font: 800 1rem/1 var(--font-display); text-transform: uppercase; }
.brand span { display: block; color: var(--muted); font-size: .78rem; margin-top: 4px; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a {
  color: var(--muted); padding: 10px 12px; border-radius: 6px;
  font-weight: 650; font-size: .9rem;
}
.nav-links a[aria-current="page"], .nav-links a:hover { color: var(--fg); background: color-mix(in oklch, var(--surface-2) 70%, transparent); }
.menu-btn { display: none; width: 44px; height: 42px; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); color: var(--fg); }

.hero { padding: clamp(48px, 7vw, 96px) 0 clamp(36px, 6vw, 74px); }
.split { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.eyebrow {
  display: inline-flex; gap: 10px; align-items: center; color: var(--gold);
  font: 750 .86rem/1.2 var(--font-display); letter-spacing: 0;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--accent); }
h1, h2, h3 { font-family: var(--font-display); line-height: .98; letter-spacing: 0; text-wrap: balance; margin: 0; }
h1 { font-size: clamp(2.8rem, 8vw, 6rem); max-width: 11ch; }
h2 { font-size: clamp(2rem, 5vw, 4.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.8rem); }
p { color: var(--muted); margin: 0; text-wrap: pretty; }
.lead { font-size: clamp(1.08rem, 2vw, 1.42rem); max-width: 58ch; margin-top: 24px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 4px; padding: 8px 14px; border: 1px solid var(--border); font-weight: 800; font-size: .95rem;
  transition: transform .18s var(--ease-out), background-color .18s var(--ease-out), border-color .18s var(--ease-out);
}
.btn.primary { background: var(--accent); color: oklch(99% 0.006 45); border-color: color-mix(in oklch, var(--accent) 72%, black); }
.btn.gold { background: var(--gold); color: oklch(17% 0.03 32); border-color: color-mix(in oklch, var(--gold) 70%, black); }
.btn.ghost { background: transparent; color: var(--fg); }
.btn:hover { transform: translateY(-1px); }

.media-panel {
  min-height: 470px; border-radius: 22px; overflow: hidden;
  background: var(--surface);
  position: relative;
  border: 1px solid color-mix(in oklch, var(--gold) 24%, var(--border));
}
.media-panel.has-image {
  background: var(--surface);
}
.media-panel.has-image img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.media-panel.has-image::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, color-mix(in oklch, var(--bg) 78%, transparent), transparent 58%),
    linear-gradient(0deg, color-mix(in oklch, var(--bg) 78%, transparent), transparent 50%);
  pointer-events: none;
}
.media-panel::before {
  content: ""; position: absolute; inset: 26px; border: 1px solid color-mix(in oklch, var(--fg) 14%, transparent);
  border-radius: 22px; pointer-events: none;
  z-index: 1;
}
.play-mark {
  position: absolute; inset: auto 34px 34px auto; width: 118px; aspect-ratio: 1;
  border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--bg);
}
.play-mark::before {
  content: ""; width: 0; height: 0; border-top: 18px solid transparent; border-bottom: 18px solid transparent; border-left: 28px solid currentColor; margin-left: 7px;
}
.timeline { position: absolute; left: 34px; right: 170px; bottom: 62px; height: 6px; background: color-mix(in oklch, var(--fg) 14%, transparent); border-radius: 999px; }
.timeline span { display: block; width: 62%; height: 100%; background: linear-gradient(90deg, var(--accent), var(--gold)); border-radius: inherit; }
.shot-label { position: absolute; left: 34px; top: 34px; color: var(--fg); font-weight: 850; font-size: clamp(1.3rem, 3vw, 2.4rem); max-width: 11ch; z-index: 2; }
.timeline, .play-mark { z-index: 2; }

.section { padding: clamp(44px, 7vw, 86px) 0; border-top: 1px solid color-mix(in oklch, var(--border) 70%, transparent); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-head p { max-width: 54ch; }
.grid { display: grid; gap: 16px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card {
  border: 1px solid var(--border); border-radius: 14px; background: color-mix(in oklch, var(--surface) 84%, transparent);
  padding: clamp(18px, 2.5vw, 28px); min-height: 100%;
}
.card p { margin-top: 12px; }
.tag { display: inline-flex; color: var(--gold); font: 760 .78rem/1.2 var(--font-display); letter-spacing: 0; }
.stat { font: 850 clamp(2.3rem, 5vw, 4.6rem)/1 var(--font-display); color: var(--fg); }
.stat small { color: var(--gold); font-size: .36em; }
.service-list { display: grid; gap: 12px; margin-top: 18px; }
.service-list li { color: var(--muted); }

.page-hero { padding: clamp(38px, 6vw, 76px) 0; }
.page-hero h1 { max-width: 12ch; font-size: clamp(3rem, 8vw, 6.6rem); }
.rail { display: grid; grid-template-columns: 280px 1fr; gap: clamp(24px, 5vw, 56px); align-items: start; }
.sticky-note {
  position: sticky; top: 112px; border: 1px solid color-mix(in oklch, var(--gold) 38%, var(--border));
  border-radius: 14px; padding: 18px; color: var(--fg);
  background: color-mix(in oklch, var(--gold) 8%, var(--surface));
}

.gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.shot {
  min-height: 210px; grid-column: span 2; border-radius: 14px; border: 1px solid var(--border); overflow: hidden;
  background: var(--surface);
  position: relative; padding: 18px; display: flex; align-items: end;
}
.shot.wide { grid-column: span 3; min-height: 260px; }
.shot strong { position: relative; z-index: 1; font-size: 1.05rem; }
.shot.photo { background: var(--surface); padding: 0; }
.shot.photo img { width: 100%; height: 100%; object-fit: cover; }
.shot.photo strong {
  position: absolute; left: 18px; right: 18px; bottom: 18px;
  text-shadow: 0 2px 18px rgb(0 0 0 / .72);
}
.shot.photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / .74), transparent 58%);
}
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 18px; }
.video-card {
  overflow: hidden; border: 1px solid var(--border); border-radius: 14px;
  background: var(--surface); min-width: 0; color: var(--fg); text-decoration: none;
}
.video-frame { aspect-ratio: 16 / 9; background: oklch(6% 0.018 32); }
.video-frame iframe { width: 100%; height: 100%; }
.video-card strong { display: block; padding: 14px 16px 16px; }
.video-poster { position: relative; }
.video-poster img {
  aspect-ratio: 16 / 9; width: 100%; object-fit: cover;
  filter: saturate(1.06) contrast(1.08); transition: transform .24s var(--ease-out);
}
.video-poster .play-mark {
  width: 54px; height: 54px; inset: calc(50% - 32px) auto auto 50%;
  transform: translate(-50%, -50%);
}
.video-poster:hover img { transform: scale(1.035); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.chip {
  border: 1px solid var(--border); background: color-mix(in oklch, var(--surface) 78%, transparent); color: var(--muted);
  border-radius: 4px; min-height: 36px; padding: 8px 12px; cursor: pointer;
}
.chip.active { color: var(--bg); background: var(--gold); border-color: transparent; }

.accordion { display: grid; gap: 10px; }
.accordion button {
  width: 100%; min-height: 56px; display: flex; justify-content: space-between; align-items: center;
  border: 1px solid var(--border); background: var(--surface); color: var(--fg); border-radius: 14px; padding: 16px 18px; text-align: left; font-weight: 800;
}
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .24s ease; }
.accordion-panel > div { overflow: hidden; padding: 0 18px; color: var(--muted); }
.accordion-item.open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.open .accordion-panel > div { padding-bottom: 18px; }

.price { display: flex; flex-direction: column; gap: 18px; }
.price b { color: var(--gold); font-size: 1.4rem; }
.audio-player { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; }
.audio-toggle { width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--accent); color: var(--fg); font-weight: 900; cursor: pointer; }
.bar { height: 7px; border-radius: 999px; background: color-mix(in oklch, var(--fg) 12%, transparent); overflow: hidden; }
.bar span { display: block; height: 100%; width: 22%; background: linear-gradient(90deg, var(--accent), var(--gold)); transition: width .4s ease; }
.audio-player.playing .bar span { width: 74%; }

.form { display: grid; gap: 14px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--fg); font-weight: 800; }
.field input, .field textarea, .field select {
  width: 100%; min-height: 50px; border: 1px solid var(--border); border-radius: 12px; background: oklch(10% 0.018 32);
  color: var(--fg); padding: 12px 14px; outline: none;
}
.field input::placeholder, .field textarea::placeholder { color: oklch(76% 0.018 72); }
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px color-mix(in oklch, var(--gold) 18%, transparent); }
.notice { display: none; border: 1px solid color-mix(in oklch, var(--success) 60%, var(--border)); color: var(--fg); background: color-mix(in oklch, var(--success) 12%, transparent); border-radius: 14px; padding: 14px; }
.notice.show { display: block; }
.contact-list { display: grid; gap: 18px; margin: 18px 0 0; }
.contact-list div { display: grid; gap: 4px; }
.contact-list dt { color: var(--gold); font-weight: 850; }
.contact-list dd { margin: 0; color: var(--fg); overflow-wrap: anywhere; }
.contact-list a { color: var(--fg); text-decoration: underline; text-decoration-color: color-mix(in oklch, var(--gold) 56%, transparent); text-underline-offset: 4px; }
address { font-style: normal; color: var(--muted); }

.footer { padding: 34px 0; border-top: 1px solid var(--border); color: var(--muted); }
.footer-grid {
  display: grid; grid-template-columns: minmax(220px, 1fr) minmax(260px, auto);
  gap: 32px; align-items: start;
}
.footer strong { display: block; color: var(--fg); margin-bottom: 6px; }
.footer-contact {
  display: grid; gap: 6px; justify-items: start; line-height: 1.55;
}
.footer-contact a {
  color: var(--muted); text-decoration: none; overflow-wrap: anywhere;
}
.footer-contact a:hover { color: var(--fg); }
.footer-contact .footer-action {
  color: var(--gold); font-weight: 750; margin-top: 4px;
}

@media (max-width: 900px) {
  .nav { min-height: 74px; }
  .menu-btn { display: grid; place-items: center; }
  .nav-links {
    position: fixed; inset: 74px 16px auto 16px; display: none; flex-direction: column; align-items: stretch;
    background: oklch(10% 0.02 32); border: 1px solid var(--border); border-radius: 18px; padding: 10px;
  }
  body.menu-open .nav-links { display: flex; }
  .nav-links a { padding: 14px; }
  .split, .rail, .grid.two, .grid.three { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .media-panel { min-height: 370px; }
  .gallery { grid-template-columns: 1fr; }
  .shot, .shot.wide { grid-column: auto; }
  .sticky-note { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-contact { justify-items: start; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 24px, var(--max)); }
  .brand strong { font-size: .86rem; }
  .brand span { display: none; }
  .brand img { width: 62px; }
  .actions .btn { width: auto; }
  .audio-player { grid-template-columns: auto 1fr; }
  .audio-player time { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .btn:hover { transform: none; }
}
