:root {
  --ink: #171016;
  --muted: #76646f;
  --paper: #fffdf9;
  --cream: #fff6ef;
  --shell: #f6e7dc;
  --plum: #1b101d;
  --wine: #4d1832;
  --rose: #e52e82;
  --coral: #ff6b5f;
  --mint: #13b7a5;
  --gold: #efb84c;
  --line: rgba(27, 16, 29, .12);
  --shadow: 0 26px 80px rgba(52, 22, 42, .14);
  --deep-shadow: 0 44px 120px rgba(0, 0, 0, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0, rgba(229,46,130,.12), transparent 26rem),
    linear-gradient(180deg, var(--paper), var(--cream));
  line-height: 1.48;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(27,16,29,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(27,16,29,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 78%, transparent);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  padding-top: 14px;
  pointer-events: none;
}
.nav-shell {
  pointer-events: auto;
  width: min(1180px, calc(100% - 28px));
  min-height: 68px;
  margin: 0 auto;
  padding: 9px 10px 9px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(27, 16, 29, .54);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 54px rgba(0,0,0,.16);
  transition: background .25s ease, transform .25s ease;
}
.site-header.scrolled .nav-shell { background: rgba(27, 16, 29, .82); transform: translateY(-4px); }
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 950;
}
.brand-lockup span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--coral));
  box-shadow: 0 14px 34px rgba(229,46,130,.32);
}
.brand-lockup em { font-style: normal; letter-spacing: 0; }
.nav-menu { display: flex; justify-content: center; gap: 6px; }
.nav-menu a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.76);
  font-size: .9rem;
  font-weight: 850;
}
.nav-menu a:hover { color: #fff; background: rgba(255,255,255,.1); }
.nav-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 999px;
  background: #fff;
  color: var(--plum);
  font-weight: 950;
}
.nav-toggle { display: none; border: 0; background: transparent; color: #fff; font-size: 1.2rem; }

.cover-story {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background: var(--plum);
  isolation: isolate;
}
.cover-backdrop {
  position: absolute;
  inset: 0;
  transform: scale(1.04);
  will-change: transform;
}
.cover-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: blur(5px) saturate(1.22) contrast(1.08) brightness(1.08);
  opacity: .64;
}
.cover-light {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at var(--mx, 48%) var(--my, 32%), rgba(255,255,255,.28), transparent 16rem),
    radial-gradient(circle at 22% 24%, rgba(255,107,95,.38), transparent 28rem),
    radial-gradient(circle at 82% 72%, rgba(19,183,165,.28), transparent 30rem),
    linear-gradient(90deg, rgba(17,8,18,.76), rgba(17,8,18,.45) 48%, rgba(17,8,18,.70));
}
.cover-grid {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100svh - 118px);
  margin: 0 auto;
  padding: 132px 0 118px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
}
.cover-copy, .cover-actions, .cover-lead, .cover-copy h1 { min-width: 0; }
.issue-label, .section-kicker {
  margin: 0 0 14px;
  color: #ffd37a;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: .74rem;
  font-weight: 950;
}
.cover-copy h1, .section h2, .contact-copy h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  line-height: .9;
  letter-spacing: 0;
}
.cover-copy h1 {
  max-width: 860px;
  font-size: clamp(4rem, 10.4vw, 10.2rem);
  color: transparent;
  background: linear-gradient(100deg, #fff, #fff1bb 38%, #ff9fc9 70%, #fff);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shimmer 8s ease-in-out infinite;
  text-wrap: balance;
  filter: drop-shadow(0 18px 60px rgba(0,0,0,.34));
}
@keyframes shimmer { 50% { background-position: 100% 0; } }
.cover-claim {
  display: inline-flex;
  margin: 20px 0 0;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.92);
  font-weight: 950;
}
.cover-lead {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
}
.cover-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--rose), var(--coral));
  box-shadow: 0 18px 44px rgba(229,46,130,.34);
}
.btn-soft {
  color: #fff;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}
.cover-portrait {
  margin: 0;
  justify-self: center;
  width: min(100%, 430px);
}
.portrait-frame {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.20), rgba(255,255,255,.06)),
    radial-gradient(circle at 50% 12%, rgba(255,255,255,.24), transparent 42%);
  box-shadow: 0 44px 140px rgba(0,0,0,.46), 0 0 0 1px rgba(255,255,255,.08) inset;
  backdrop-filter: blur(20px);
}
.portrait-frame::before {
  content: "COVER";
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--plum);
  background: #fff;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .14em;
}
.portrait-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center top;
  border-radius: 30px;
  filter: brightness(1.12) saturate(1.08) contrast(1.03);
  background:
    radial-gradient(circle at 50% 16%, rgba(255,255,255,.26), transparent 35%),
    linear-gradient(145deg, rgba(229,46,130,.32), rgba(19,183,165,.18));
}
.cover-portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  color: rgba(255,255,255,.72);
  font-size: .84rem;
  font-weight: 850;
}
.cover-social-bar {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 24px;
  width: min(920px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
}
.cover-social-bar a {
  min-height: 64px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 20px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-weight: 850;
}
.cover-social-bar strong { color: var(--gold); }

.section { padding: 112px 0; }
.section h2, .contact-copy h2 {
  max-width: 850px;
  font-size: clamp(2.6rem, 6vw, 6rem);
}
.section p { color: var(--muted); }
.section-intro, .split-heading { max-width: 780px; margin-bottom: 34px; }

.reel-section { background: linear-gradient(180deg, var(--paper), #fff); }
.phone-stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: end;
}
.phone-card { perspective: 1200px; }
.phone-card:nth-child(2) { transform: translateY(34px); }
.phone-card:nth-child(3) { transform: translateY(-18px); }
.phone-card a { display: block; }
.phone-shell {
  position: relative;
  min-height: 560px;
  padding: 15px;
  border-radius: 44px;
  background: #121014;
  box-shadow: 0 34px 90px rgba(36,16,34,.22);
  overflow: hidden;
  transform: rotateX(0) rotateY(0);
  transition: transform .28s ease, box-shadow .28s ease;
}
.phone-card:hover .phone-shell { transform: rotateX(4deg) rotateY(-5deg) translateY(-8px); box-shadow: 0 44px 110px rgba(36,16,34,.30); }
.phone-top {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 50%;
  width: 92px;
  height: 24px;
  border-radius: 99px;
  background: #08070a;
  transform: translateX(-50%);
}
.phone-shell img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
  border-radius: 32px;
}
.instagram .phone-shell img { object-fit: contain; background: linear-gradient(145deg, #5f1d55, #e52e82); }
.phone-overlay {
  position: absolute;
  inset: auto 26px 26px;
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 24px;
  color: #fff;
  background: rgba(10,8,12,.58);
  backdrop-filter: blur(14px);
}
.phone-overlay i { font-size: 1.6rem; }
.phone-overlay span { font-weight: 850; }
.phone-caption {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding: 0 10px;
  font-weight: 950;
}
.phone-caption span { color: var(--rose); }

.editorial-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(280px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
}
.editorial-card {
  scroll-snap-align: start;
  min-height: 440px;
  border: 1px solid var(--line);
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.editorial-card a { display: grid; grid-template-rows: auto 210px 1fr; height: 100%; }
.editorial-index {
  padding: 18px 18px 0;
  color: var(--rose);
  font-weight: 950;
  letter-spacing: .14em;
}
.editorial-card img { width: 100%; height: 210px; object-fit: cover; margin-top: 10px; }
.editorial-card div { padding: 18px; }
.editorial-card small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 950;
}
.editorial-card h3 { margin: 10px 0 8px; font-size: 1.25rem; line-height: 1.1; }
.editorial-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.mood-section {
  background:
    radial-gradient(circle at 100% 0, rgba(19,183,165,.16), transparent 30rem),
    var(--plum);
  color: #fff;
}
.mood-section p { color: rgba(255,255,255,.68); }
.mood-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 110px;
  gap: 14px;
}
.mood-tile {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255,255,255,.08);
  box-shadow: var(--deep-shadow);
}
.mood-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mood-tile:hover img { transform: scale(1.06); }
.mood-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(12,8,14,.78));
}
.mood-tile div {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  display: grid;
  gap: 4px;
}
.mood-tile strong { font-size: 1.3rem; }
.mood-tile span { color: rgba(255,255,255,.74); font-weight: 750; }
.mood-large { grid-column: span 5; grid-row: span 5; }
.mood-tall { grid-column: span 3; grid-row: span 5; }
.mood-dark { grid-column: span 4; grid-row: span 3; }
.mood-mint { grid-column: span 4; grid-row: span 3; }
.mood-wide { grid-column: span 8; grid-row: span 3; }
.mood-cream { background: #fff; color: var(--ink); }
.mood-cream::after { background: linear-gradient(180deg, transparent 20%, rgba(255,246,239,.92)); }
.mood-cream span { color: var(--muted); }

.brand-section { background: #fff; }
.brand-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 32px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    radial-gradient(circle at 8% 0, rgba(229,46,130,.14), transparent 26rem),
    linear-gradient(145deg, #fff, #fff6ef);
  box-shadow: var(--shadow);
}
.brand-copy p { color: var(--muted); max-width: 520px; }
.brand-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.brand-services article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(145deg, var(--plum), var(--wine));
}
.brand-services article:nth-child(2) { background: linear-gradient(145deg, var(--rose), var(--coral)); }
.brand-services article:nth-child(3) { background: linear-gradient(145deg, #0d766d, var(--mint)); }
.brand-services article:nth-child(4) { background: linear-gradient(145deg, #8b5511, var(--gold)); }
.brand-services i { font-size: 1.55rem; margin-bottom: auto; opacity: .72; }
.brand-services h3 { margin: 18px 0 6px; }
.brand-services p { margin: 0; color: rgba(255,255,255,.74); }

.contact-section {
  padding: 116px 0;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(239,184,76,.22), transparent 28rem),
    radial-gradient(circle at 80% 70%, rgba(229,46,130,.28), transparent 30rem),
    linear-gradient(135deg, #120913, #321323 60%, #4d1832);
}
.contact-panel {
  display: grid;
  grid-template-columns: .86fr 1fr;
  gap: 44px;
  align-items: start;
}
.contact-copy p { color: rgba(255,255,255,.7); max-width: 540px; }
.contact-copy a { color: #ffe0a1; font-weight: 950; }
.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 32px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
  box-shadow: var(--deep-shadow);
}
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 900; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  color: #fff;
  background: rgba(0,0,0,.22);
  outline: none;
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.form-status { min-height: 24px; margin: 0; color: #ffe0a1; font-weight: 950; }

.footer { padding: 34px 0; color: #fff; background: #0c070d; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; }
.footer strong { font-family: "Playfair Display", serif; font-size: 1.35rem; }
.footer p { margin: 0; color: rgba(255,255,255,.58); }
.footer div:last-child { display: flex; flex-wrap: wrap; justify-content: end; gap: 8px; }
.footer a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  font-weight: 850;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s ease, transform .72s ease;
  transition-delay: var(--delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.cover-story .reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-shell { grid-template-columns: auto auto auto; justify-content: space-between; gap: 10px; }
  .nav-toggle { display: block; }
  .nav-menu {
    position: fixed;
    inset: 86px 14px auto;
    display: none;
    flex-direction: column;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(27,16,29,.94);
  }
  .nav-menu.active { display: flex; }
  .nav-cta span, .brand-lockup em { display: none; }
  .cover-grid, .brand-panel, .contact-panel { grid-template-columns: 1fr; }
  .cover-grid { padding-bottom: 220px; }
  .cover-portrait { width: min(390px, 100%); }
  .cover-social-bar { grid-template-columns: 1fr; position: relative; left: auto; bottom: auto; transform: none; margin: -190px auto 34px; }
  .phone-stage { grid-template-columns: 1fr; }
  .phone-card:nth-child(2), .phone-card:nth-child(3) { transform: none; }
  .phone-shell { min-height: 500px; }
  .brand-services { grid-template-columns: 1fr; }
  .mood-large, .mood-tall, .mood-dark, .mood-mint, .mood-wide { grid-column: span 6; grid-row: span 4; }
}

@media (max-width: 640px) {
  .container, .cover-grid { width: calc(100% - 36px); max-width: 1180px; }
  .nav-shell { width: calc(100% - 24px); min-height: 58px; padding: 7px; }
  .brand-lockup span { width: 44px; height: 44px; }
  .nav-cta { width: 46px; min-height: 46px; padding: 0; justify-content: center; }
  .cover-grid { padding-top: 116px; }
  .cover-copy { width: 100%; max-width: calc(100vw - 36px); }
  .cover-actions, .cover-lead { width: 100%; max-width: 330px; }
  .cover-copy h1 { max-width: 100%; font-size: clamp(2.9rem, 14.7vw, 4.55rem); line-height: .94; }
  .cover-lead { font-size: 1rem; overflow-wrap: break-word; }
  .cover-actions .btn { width: 100%; max-width: 330px; }
  .cover-portrait { width: min(330px, 90vw); }
  .cover-portrait figcaption { display: grid; gap: 4px; text-align: center; }
  .cover-social-bar a { grid-template-columns: 30px 1fr auto; }
  .section, .contact-section { padding: 78px 0; }
  .section h2, .contact-copy h2 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .editorial-strip { grid-template-columns: repeat(6, minmax(250px, 82vw)); }
  .mood-grid { display: flex; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; }
  .mood-tile { flex: 0 0 82%; min-height: 360px; scroll-snap-align: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer div:last-child { justify-content: start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
  [data-parallax] { transform: none !important; }
  .reveal { opacity: 1; transform: none; }
}
