:root {
  --bg: #160e10;
  --cream: #f4f1f2;
  --dim: #cfc6c8;
  --rose: #c46c78;
  --rose-soft: #f0c5cb;
  --line: rgba(244, 241, 242, 0.16);
  --floor: #e6e1e5;
  --ink: #1a1012;
  --serif: "Bodoni Moda", "Times New Roman", serif;
  --sans: Manrope, "Helvetica Neue", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
img { max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; }
::selection { background: var(--rose); color: var(--bg); }
section { scroll-margin-top: 72px; }

.skip { position: absolute; left: 12px; top: -40px; z-index: 80; background: var(--cream); color: var(--ink); padding: 8px 12px; }
.skip:focus { top: 10px; }
.progress {
  position: fixed; inset: 0 0 auto 0; height: 2px; z-index: 70;
  background: linear-gradient(90deg, var(--rose), #fff);
  transform: scaleX(0); transform-origin: 0 50%;
}

.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 28px;
  background: linear-gradient(180deg, rgba(22,14,16,.92), rgba(22,14,16,0));
}
.nav.scrolled { background: rgba(22,14,16,.88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.logo { font-family: var(--serif); letter-spacing: .18em; text-decoration: none; font-size: 20px; }
.nav-links { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.nav-links a, .nav-cta { text-decoration: none; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.nav-links a:hover { color: var(--cream); }
.nav-cta { color: var(--cream); border: 1px solid rgba(244,241,242,.4); border-radius: 999px; padding: 8px 14px; }
.nav-cta:hover { background: var(--cream); color: var(--ink); }
.menu-btn {
  display: none; background: transparent; color: var(--cream);
  border: 1px solid rgba(244,241,242,.35); border-radius: 999px; padding: 8px 12px;
  letter-spacing: .1em; text-transform: uppercase; font-size: 11px;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 108px 7vw 40px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; width: 46%; height: 42%; right: 18%; top: 28%;
  background: radial-gradient(ellipse, rgba(255,42,72,.55), transparent 68%);
  filter: blur(12px); pointer-events: none;
  animation: glow 6.5s ease-in-out infinite alternate;
}
@keyframes glow {
  from { transform: translate(-8%, -4%) scale(.9); opacity: .55; }
  to { transform: translate(12%, 10%) scale(1.25); opacity: 1; }
}
.hero-copy {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  width: min(540px, 48%);
  min-height: calc(100svh - 148px);
  padding: 2vh 0 8px;
}
.eyebrow { margin: 0 0 14px; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--rose-soft); }
h1, h2, h3, .manifest { font-family: var(--serif); font-weight: 500; letter-spacing: -.03em; }
h1 { margin: 0; font-size: clamp(64px, 7vw, 108px); line-height: .86; }
.manifest { margin: 22px 0 0; font-size: clamp(30px, 3vw, 44px); line-height: .95; }
h2 { margin: 0; font-size: clamp(36px, 4.4vw, 64px); line-height: .96; }
.rose, h2 em, .lead-serif em, blockquote em { font-style: italic; color: var(--rose); }
.line { display: block; overflow: hidden; }
.line i { display: block; font-style: inherit; transform: translateY(115%); }
body.ready .line i { animation: lift 1s var(--ease) forwards; }
body.ready .line:nth-child(2) i { animation-delay: .1s; }
body.ready .manifest .line:nth-child(1) i { animation-delay: .28s; }
body.ready .manifest .line:nth-child(2) i { animation-delay: .38s; }
body.ready .manifest .line:nth-child(3) i { animation-delay: .48s; }
@keyframes lift { to { transform: none; } }
.lede { max-width: 460px; color: var(--dim); margin: 18px 0 0; }
.lede, .hero-actions, .hero-foot { opacity: 0; }
body.ready .lede, body.ready .hero-actions, body.ready .hero-foot { animation: rise .9s var(--ease) both; }
.lede { animation-delay: .55s; }
.hero-actions { animation-delay: .72s; }
.hero-foot { animation-delay: .9s; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 18px; border: 0; border-radius: 999px;
  background: var(--cream); color: var(--ink); text-decoration: none; cursor: pointer; font-weight: 600;
}
.btn:hover { background: #fff; }
.btn.ghost { background: transparent; color: var(--cream); box-shadow: inset 0 0 0 1px rgba(244,241,242,.42); }
.btn.dark { background: var(--ink); color: var(--cream); width: 100%; }
.hero-foot { margin-top: auto; padding-top: 36px; }
.role { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(24px, 2.2vw, 34px); }
.draw { display: block; height: 1px; background: rgba(244,241,242,.8); transform: scaleX(0); transform-origin: left center; }
.draw.in { transform: scaleX(1); transition: transform 1.15s var(--ease); }
.draw.center { width: min(220px, 40%); margin: 22px auto 0; }
.services { display: flex; flex-wrap: wrap; gap: 8px 18px; list-style: none; margin: 12px 0 0; padding: 0; font-family: var(--serif); font-size: 18px; }
.services li::before { content: "· "; color: var(--rose); }

.hero-visual { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-shot { position: absolute; inset: -8%; }
.hero-visual img {
  position: absolute;
  max-width: none;
  width: 142%;
  height: 142%;
  left: -22%;
  top: -18%;
  object-fit: cover;
  object-position: 68% 46%;
  animation: breathe 12s ease-in-out infinite alternate;
}
@keyframes breathe {
  from { transform: scale(1); }
  to { transform: scale(1.08) translate3d(-2%, -2%, 0); }
}
.hero-visual::after {
  content: ""; position: absolute; inset: -8%;
  background: linear-gradient(100deg, rgba(22,14,16,.92) 0%, rgba(22,14,16,.55) 32%, rgba(22,14,16,.12) 58%, transparent 76%);
  background-size: 150% 100%;
  animation: wash 8s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes wash {
  from { background-position: 0% 0; }
  to { background-position: 18% 0; }
}
.hero-lines { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.v-line {
  position: absolute; left: 28px; top: 22%;
  width: 1px; height: 0;
  background: linear-gradient(var(--rose), transparent);
}
body.ready .v-line { animation: growY 1.25s var(--ease) .35s forwards; }
.v-line::after {
  content: "";
  position: absolute; left: -3px; top: 0;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--rose-soft);
  box-shadow: 0 0 12px var(--rose);
}
body.ready .v-line::after { animation: bead 3.2s ease-in-out 1.5s infinite; }
@keyframes growY { to { height: 48%; } }
@keyframes bead {
  0% { top: 0; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: calc(100% - 7px); opacity: 0; }
}
.h-streak {
  position: absolute; left: 0; right: 0; top: 46%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9) 42%, var(--rose) 50%, transparent 58%);
  background-size: 46% 100%;
  background-repeat: no-repeat;
}
body.ready .h-streak { animation: streak 5.2s ease-in-out 1s infinite; }
@keyframes streak {
  0% { background-position: -50% 0; opacity: 0; }
  12% { opacity: .85; }
  88% { opacity: .85; }
  100% { background-position: 150% 0; opacity: 0; }
}
.mark { position: absolute; width: 36px; height: 36px; }
.mark.tl { top: 78px; left: 18px; border-top: 1px solid rgba(244,241,242,.75); border-left: 1px solid rgba(244,241,242,.75); }
.mark.br { right: 18px; bottom: 18px; border-right: 1px solid rgba(244,241,242,.75); border-bottom: 1px solid rgba(244,241,242,.75); }
.mark { opacity: 0; }
body.ready .mark { animation: markIn .7s var(--ease) .5s both; }
body.ready .mark.br { animation-delay: .7s; }
@keyframes markIn { from { opacity: 0; transform: translate(8px, 8px); } to { opacity: 1; transform: none; } }
.hero .services li { opacity: 0; }
body.ready .hero .services li { animation: rise .6s var(--ease) forwards; }
body.ready .hero .services li:nth-child(1) { animation-delay: 1.05s; }
body.ready .hero .services li:nth-child(2) { animation-delay: 1.2s; }
body.ready .hero .services li:nth-child(3) { animation-delay: 1.35s; }

.veil {
  position: relative;
  padding: 84px 0;
  background:
    linear-gradient(90deg, rgba(22,14,16,.94) 0%, rgba(22,14,16,.78) 48%, rgba(22,14,16,.55) 100%),
    var(--img) center 30% / cover no-repeat;
}
.veil-grid, .split-grid, .trust-grid, .booking-grid {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start;
}
.wrap { width: min(1120px, calc(100% - 56px)); margin: 0 auto; }
.prose p, .panel p { color: var(--dim); }
.lead-serif { font-family: var(--serif); font-size: clamp(26px, 2.6vw, 36px); line-height: 1.15; color: var(--cream) !important; margin-top: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 18px 0 0; padding: 0; }
.chips li { border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; font-size: 13px; color: var(--dim); }

.quote { text-align: center; padding: 100px 8vw; background:
  linear-gradient(180deg, rgba(22,14,16,.55), rgba(22,14,16,.78)),
  var(--img) center 20% / cover no-repeat; }
.quote blockquote { margin: 0 auto; max-width: 920px; font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 4.4vw, 62px); line-height: 1.02; }
.quote-sub { margin: 18px 0 0; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; color: var(--dim); }

.mask { overflow: hidden; }
.mask > span { display: block; transform: translateY(108%); }
.mask.in > span, .slide.in .mask > span { transform: none; transition: transform .9s var(--ease); }

.formats { padding-bottom: 36px; }
.format-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 22px; border-top: 1px solid var(--line); }
.format-row article { padding: 20px 18px 8px 0; border-right: 1px solid var(--line); }
.format-row article:last-child { border-right: 0; }
.format-row span { font-family: var(--serif); font-style: italic; color: var(--rose); font-size: 22px; }
.format-row h3 { margin: 8px 0; font-size: 28px; }
.format-row p { margin: 0; color: var(--dim); font-size: 14px; }

.slide {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 108px 0 64px;
  overflow: hidden;
}
.slide .wrap { flex-shrink: 0; }
.slide-frame {
  position: absolute;
  inset: -6% 0;
  overflow: hidden;
  clip-path: inset(22% 12% 38% 12%);
  transform: translate3d(0, var(--shift, 0px), 0);
}
.slide.in .slide-frame {
  clip-path: inset(0);
  transition: clip-path 1.15s var(--ease);
}
.slide-photo {
  position: absolute;
  inset: -10%;
  background: var(--img) center var(--focus, 40%) / cover no-repeat;
  animation: breathe 12s ease-in-out infinite alternate;
}
.slide-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 70, 96, .34) 48%, transparent 66%);
  transform: translateX(-80%);
  animation: sweep 6.5s ease-in-out infinite;
}
@keyframes sweep {
  0%, 28% { transform: translateX(-85%); }
  70%, 100% { transform: translateX(85%); }
}
.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22,14,16,.2) 0%, rgba(22,14,16,.28) 36%, rgba(22,14,16,.92) 78%);
}
.slide .wrap { position: relative; z-index: 1; width: min(720px, calc(100% - 56px)); }
.slide-lead {
  margin: 16px 0 4px;
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.15;
  color: var(--cream);
  opacity: 0;
  transform: translateY(16px);
}
.slide.in .slide-lead {
  opacity: 1;
  transform: none;
  transition: opacity .7s var(--ease) .15s, transform .8s var(--ease) .15s;
}
.ticks, .gets { list-style: none; margin: 16px 0 0; padding: 0; max-width: 560px; }
.ticks li, .gets li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: var(--dim);
  opacity: 0;
  transform: translateY(14px);
}
.slide.in .ticks li, .slide.in .gets li, .trust.in .ticks li {
  opacity: 1;
  transform: none;
  transition: opacity .55s var(--ease), transform .65s var(--ease);
}
.slide.in .ticks li:nth-child(1), .slide.in .gets li:nth-child(1), .trust.in .ticks li:nth-child(1) { transition-delay: .18s; }
.slide.in .ticks li:nth-child(2), .slide.in .gets li:nth-child(2), .trust.in .ticks li:nth-child(2) { transition-delay: .26s; }
.slide.in .ticks li:nth-child(3), .slide.in .gets li:nth-child(3), .trust.in .ticks li:nth-child(3) { transition-delay: .34s; }
.slide.in .ticks li:nth-child(4), .slide.in .gets li:nth-child(4), .trust.in .ticks li:nth-child(4) { transition-delay: .42s; }
.slide.in .ticks li:nth-child(5), .slide.in .gets li:nth-child(5), .trust.in .ticks li:nth-child(5) { transition-delay: .5s; }
.slide.in .ticks li:nth-child(6), .slide.in .gets li:nth-child(6), .trust.in .ticks li:nth-child(6) { transition-delay: .58s; }
.slide.in .ticks li:nth-child(7), .slide.in .gets li:nth-child(7) { transition-delay: .66s; }
.ticks li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--rose); }
.gets { counter-reset: n; }
.gets li { counter-increment: n; }
.gets li::before { content: counter(n, decimal-leading-zero); font-family: var(--serif); font-style: italic; color: var(--rose); margin-right: 10px; }

.clients {
  padding: 72px 0;
  background:
    linear-gradient(180deg, rgba(22,14,16,.9), rgba(22,14,16,.94)),
    url("photos/03-strength.jpg") center 40% / cover no-repeat;
}
.section-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 24px; margin-bottom: 16px; }
.section-head h2 { margin-right: auto; }
.note { margin: 0; color: var(--dim); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.client-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.client-grid figure { margin: 0; }
.client-grid figcaption { margin-top: 8px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--dim); }

.ba { position: relative; height: 380px; overflow: hidden; background: #100c0d; touch-action: none; cursor: ew-resize; user-select: none; --pos: 88; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; pointer-events: none; }
.ba-before { clip-path: inset(0 calc((100 - var(--pos)) * 1%) 0 0); }
.ba-tag { position: absolute; top: 12px; z-index: 2; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; background: rgba(22,14,16,.5); padding: 5px 8px; border-radius: 999px; }
.ba-tag.before { left: 10px; }
.ba-tag.after { right: 10px; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: calc(var(--pos) * 1%); width: 1px; background: #fff; transform: translateX(-50%); z-index: 2; }
.ba-handle::before {
  content: ""; position: absolute; top: 50%; left: 50%; width: 34px; height: 34px; border-radius: 50%;
  transform: translate(-50%, -50%); border: 1px solid #fff; background: rgba(22,14,16,.35);
}

.trust { padding: 20px 0 72px; }
.papers { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; }
.papers figure { margin: 0; }
.live-line {
  display: block;
  height: 1px;
  width: min(280px, 70%);
  margin: 18px 0 4px;
  background: linear-gradient(90deg, transparent, #fff 42%, var(--rose) 50%, transparent 58%);
  background-size: 42% 100%;
  background-repeat: no-repeat;
  animation: streak 3.8s ease-in-out infinite;
}
.sheet { position: relative; overflow: hidden; }
.sheet::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 32%, rgba(255,255,255,.55) 48%, transparent 64%);
  transform: translateX(-120%);
  animation: sweep 4.8s ease-in-out infinite;
  pointer-events: none;
}
.papers figure:nth-child(2) .sheet::after { animation-delay: 1.6s; }
.papers img {
  width: 100%;
  display: block;
  background: #f4efe9;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .35);
  opacity: 0;
}
.papers.in img {
  opacity: 1;
  transition: opacity .8s var(--ease);
  animation: dipFloat 5.5s ease-in-out infinite alternate;
}
.papers.in figure:nth-child(2) img { animation-delay: -1.8s; }
@keyframes dipFloat {
  from { transform: translateY(0) rotate(-0.5deg); }
  to { transform: translateY(-10px) rotate(0.6deg); }
}
.papers figcaption { margin-top: 8px; color: var(--dim); font-size: 12px; letter-spacing: .04em; }
.fine-name { margin: 18px 0 0; letter-spacing: .14em; text-transform: uppercase; font-size: 12px; color: var(--rose-soft); }

.booking { position: relative; padding: 20px 0 80px; }
.booking::before {
  content: ""; position: absolute; width: 380px; height: 180px; left: 8%; top: 10px;
  background: radial-gradient(ellipse, rgba(255,45,75,.35), transparent 70%); filter: blur(10px); pointer-events: none;
}
.booking-grid { position: relative; }
.card { background: var(--floor); color: var(--ink); border-radius: 22px; padding: 22px; }
.field { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; }
.field span { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #6a5e62; }
.field input, .field select, .field textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(26,16,18,.28); border-radius: 0; padding: 8px 0; outline: none; }
.field textarea { min-height: 64px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--rose); }
.success h3 { margin: 0 0 8px; font-family: var(--serif); font-weight: 500; font-size: 32px; }
.success p { color: #5c5256; }
.ticket { white-space: pre-wrap; background: rgba(26,16,18,.05); padding: 12px; font-size: 14px; }

.tg-line { margin: 14px 0 0; }
.tg-line a, .footer a { color: var(--rose-soft); text-decoration: none; letter-spacing: .08em; }
.tg-line a:hover, .footer a:hover { color: var(--cream); }
.footer { display: flex; justify-content: space-between; gap: 12px; padding: 18px 0 28px; border-top: 1px solid var(--line); color: var(--dim); letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
.footer strong { color: var(--cream); font-family: var(--serif); font-weight: 500; letter-spacing: .16em; }

.story { padding: 110px 0 64px; }
.story-head { max-width: 820px; }
.story h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 5vw, 72px); line-height: .96; margin: 0; }
.story-list { display: grid; gap: 28px; margin-top: 36px; }
.pair { display: grid; grid-template-columns: 1.3fr .7fr; gap: 28px; align-items: center; }
.pair.reverse .ba { order: 2; }
.ba.tall { height: min(72vh, 640px); }
.back { margin-top: 28px; }
.back a { letter-spacing: .14em; text-transform: uppercase; font-size: 12px; color: var(--rose-soft); }

@media (max-width: 980px) {
  .hero { padding: 96px 22px 28px; }
  .hero-copy { width: min(480px, 54%); }
  h1 { font-size: 58px; }
  .veil-grid, .split-grid, .trust-grid, .booking-grid, .pair, .pair.reverse { grid-template-columns: 1fr; }
  .pair.reverse .ba { order: 0; }
  .format-row { grid-template-columns: 1fr 1fr; }
  .format-row article { border-bottom: 1px solid var(--line); }
  .wrap { width: min(1120px, calc(100% - 32px)); }
  .slide .wrap { width: min(720px, calc(100% - 32px)); }
  .quote { padding: 72px 22px; }
}

@media (max-width: 700px) {
  .nav-links, .nav .nav-cta { display: none; }
  .story-page .nav-cta { display: inline-flex; }
  .menu-btn { display: inline-flex; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute; top: 58px; left: 12px; right: 12px;
    padding: 16px; background: rgba(22,14,16,.96); border: 1px solid var(--line);
  }
  .hero { padding: 92px 18px 28px; min-height: 100svh; }
  .hero-copy { width: 100%; min-height: calc(100svh - 120px); }
  .hero-visual img { object-position: center 30%; }
  .hero-visual::after {
    background: linear-gradient(180deg, rgba(22,14,16,.35) 0%, rgba(22,14,16,.2) 28%, rgba(22,14,16,.82) 62%, rgba(22,14,16,.94) 100%);
    animation: none;
  }
  .client-grid, .format-row, .papers { grid-template-columns: 1fr; }
  .slide { min-height: auto; padding: 96px 0 40px; }
  .ba { height: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .line i, .mask > span, .draw, .slide-lead, .ticks li, .gets li, .papers img, .lede, .hero-actions, .hero-foot { animation: none; transform: none; transition: none; opacity: 1; }
  .hero-visual, .slide-frame, .hero-visual::after, .v-line, .h-streak, .mark, .hero .services li { animation: none; clip-path: none; transition: none; opacity: 1; }
  .v-line { height: 48%; }
  .v-line::after, .h-streak, .hero-visual img, .slide-photo, .slide-photo::after, .hero::before, .live-line, .sheet::after { animation: none; transform: none; }
}
