:root {
  --bg: #060607;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.11);
  --line: rgba(255, 255, 255, 0.14);
  --line-soft: rgba(255, 255, 255, 0.09);
  --text: #f7f3ec;
  --muted: #b9b1a6;
  --soft: #7d746b;
  --gold: #d9b978;
  --violet: #8d7cff;
  --teal: #57d5c8;
  --rose: #df7d9c;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 6%, rgba(217, 185, 120, 0.14), transparent 27rem),
    radial-gradient(circle at 88% 18%, rgba(87, 213, 200, 0.11), transparent 26rem),
    linear-gradient(180deg, #080809 0%, #050506 52%, #090806 100%);
}

body.menu-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.site-shell {
  width: min(100%, 1260px);
  margin: 0 auto;
  padding: 14px;
}

.site-header {
  position: sticky;
  top: 10px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(9, 9, 10, 0.76);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  min-width: 0;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #15110b;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff9ec, #c7a25b);
  box-shadow: 0 10px 30px rgba(217, 185, 120, 0.24);
}

.brand-mark svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  stroke: none;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
  letter-spacing: 0;
}

.brand small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desktop-nav,
.header-cta {
  display: none;
}

.menu-toggle {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  margin: -5px 0;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 82px 14px auto;
  z-index: 19;
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(9, 9, 10, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a {
  padding: 14px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

.section-pad {
  padding: 68px 4px;
}

.hero {
  display: grid;
  gap: 34px;
  min-height: calc(100svh - 82px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(3.25rem, 17vw, 5.7rem);
  line-height: 0.93;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 31rem;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.hero-actions,
.section-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.34);
  outline: none;
}

.btn-primary,
.btn-light {
  color: #100f0d;
  border-color: transparent;
  background: linear-gradient(145deg, #fff7e7, #d7b46c);
  box-shadow: 0 16px 44px rgba(217, 185, 120, 0.18);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
}

.hero-visual {
  display: grid;
  justify-items: center;
}

.studio-card {
  position: relative;
  width: min(100%, 390px);
  min-height: 488px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 12% 18%, rgba(141, 124, 255, 0.28), transparent 14rem),
    radial-gradient(circle at 88% 78%, rgba(87, 213, 200, 0.18), transparent 15rem),
    #09090a;
  box-shadow: var(--shadow);
}

.studio-card::before {
  position: absolute;
  inset: 1px;
  pointer-events: none;
  content: "";
  border-radius: 29px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.24), transparent 31%, transparent 70%, rgba(217, 185, 120, 0.14));
  mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  mask-composite: exclude;
  padding: 1px;
}

.studio-card-top,
.chip-grid,
.metric {
  position: relative;
  z-index: 2;
}

.studio-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 30px rgba(87, 213, 200, 0.9);
}

.preview-frame {
  position: relative;
  height: 242px;
  margin: 22px 0 24px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent),
    radial-gradient(circle at 50% 50%, rgba(217, 185, 120, 0.15), transparent 8rem),
    #0c0c0d;
}

.frame-orbit {
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  transform: rotate(-18deg) scaleX(1.24);
}

.product-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.stage-glow {
  position: absolute;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 185, 120, 0.45), transparent 70%);
  filter: blur(4px);
}

.bottle {
  position: relative;
  width: 76px;
  height: 154px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 26px 26px 20px 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.32), transparent 24%, rgba(255, 255, 255, 0.18) 60%, transparent),
    linear-gradient(180deg, #d8c493, #33291a);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.45);
}

.bottle::before {
  position: absolute;
  top: -30px;
  left: 21px;
  width: 34px;
  height: 38px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
  border-radius: 11px 11px 6px 6px;
  background: linear-gradient(90deg, #f5e8c6, #806330);
}

.bottle::after {
  position: absolute;
  inset: 64px 12px auto;
  height: 38px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(9, 9, 10, 0.24);
}

.bottle-shadow {
  position: absolute;
  bottom: 38px;
  width: 122px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.34);
  filter: blur(8px);
}

.metric {
  position: absolute;
  width: 92px;
  padding: 10px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: rgba(8, 8, 9, 0.64);
  backdrop-filter: blur(16px);
}

.metric small,
.metric strong {
  display: block;
}

.metric small {
  color: var(--soft);
  font-size: 0.67rem;
}

.metric strong {
  margin-top: 3px;
  font-size: 0.92rem;
}

.metric-left {
  left: 12px;
  bottom: 18px;
}

.metric-right {
  top: 18px;
  right: 12px;
}

.system-flow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.86rem;
}

.system-flow span {
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.studio-card h2 {
  max-width: 10ch;
  margin-bottom: 22px;
  font-size: 2.35rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.chip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.chip-grid span {
  min-height: 40px;
  padding: 12px 10px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  color: #e9e2d6;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}

.section-block {
  border-top: 1px solid var(--line-soft);
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.section-heading h2,
.contact-panel h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 10vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-heading > p:not(.eyebrow),
.contact-panel > p:not(.eyebrow) {
  max-width: 39rem;
  color: var(--muted);
  line-height: 1.65;
}

.work-grid,
.package-grid,
.process-grid {
  display: grid;
  gap: 14px;
}

.work-card,
.package-card,
.process-grid article,
.service-row,
.contact-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.work-card {
  padding: 10px;
  border-radius: 26px;
}

.work-thumb {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: #101012;
}

.work-thumb video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-thumb video:not([src]),
.work-thumb video[src=""] {
  display: none;
}

.work-thumb::before,
.work-thumb::after {
  position: absolute;
  content: "";
}

.work-thumb::before {
  inset: 0;
  opacity: 0.92;
}

.thumb-a::before {
  background:
    linear-gradient(145deg, rgba(217, 185, 120, 0.28), transparent),
    radial-gradient(circle at 74% 20%, rgba(141, 124, 255, 0.42), transparent 8rem),
    linear-gradient(160deg, #1a1814, #060607);
}

.thumb-b::before {
  background:
    radial-gradient(circle at 48% 42%, rgba(87, 213, 200, 0.38), transparent 7rem),
    linear-gradient(155deg, #101312, #070707 76%);
}

.thumb-c::before {
  background:
    radial-gradient(circle at 28% 32%, rgba(223, 125, 156, 0.36), transparent 8rem),
    linear-gradient(155deg, #171116, #070607 78%);
}

.work-thumb::after {
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 34%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 30%, transparent 30% 40%, rgba(255, 255, 255, 0.1) 40% 100%),
    rgba(255, 255, 255, 0.05);
}

.play-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #100f0d;
  border-radius: 999px;
  background: rgba(255, 247, 231, 0.9);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.case-strip {
  display: grid;
  gap: 18px;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 46px;
}

.case-strip h2 {
  margin: 0;
  font-size: clamp(2rem, 9vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.play-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: none;
}

.work-card h3,
.package-card h3,
.process-grid h3,
.service-row h3 {
  margin: 16px 6px 8px;
  font-size: 1.15rem;
}

.work-card p,
.package-card p,
.process-grid p,
.service-row p {
  margin: 0 6px 8px;
  color: var(--muted);
  line-height: 1.58;
}

.split-section {
  display: grid;
  gap: 22px;
}

.compact {
  align-self: start;
  margin-bottom: 0;
}

.service-list {
  display: grid;
  gap: 10px;
}

.service-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px;
  align-items: start;
  padding: 18px 14px;
  border-radius: 24px;
}

.service-row > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #11100d;
  border-radius: 999px;
  background: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
}

.service-row h3,
.service-row p {
  margin-left: 0;
}

.package-card {
  display: grid;
  align-content: start;
  min-height: 385px;
  padding: 20px;
  border-radius: 26px;
}

.package-card.featured {
  background:
    linear-gradient(180deg, rgba(217, 185, 120, 0.13), rgba(255, 255, 255, 0.06)),
    var(--panel);
  border-color: rgba(217, 185, 120, 0.42);
}

.package-kicker {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-card h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
}

.package-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 1.8rem;
  line-height: 1.05;
}

.package-card p {
  margin: 0 0 18px;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 18px 0 0;
  color: #dfd7cb;
  border-top: 1px solid var(--line-soft);
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 25px;
  line-height: 1.45;
}

.package-card li::before {
  position: absolute;
  top: 0.44em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 22px rgba(87, 213, 200, 0.46);
}

.process-grid article {
  min-height: 214px;
  padding: 18px;
  border-radius: 24px;
}

.process-grid span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--gold);
  border: 1px solid rgba(217, 185, 120, 0.28);
  border-radius: 999px;
  background: rgba(217, 185, 120, 0.09);
  font-weight: 900;
}

.process-grid h3 {
  margin-left: 0;
}

.process-grid p {
  margin-left: 0;
}

.contact-section {
  padding-bottom: 38px;
}

.contact-panel {
  position: relative;
  display: grid;
  justify-items: start;
  overflow: hidden;
  padding: 28px 18px;
  border-radius: 30px;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 84% 20%, rgba(217, 185, 120, 0.18), transparent 16rem),
    rgba(255, 255, 255, 0.06);
}

.contact-panel::after {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.calendar-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 20px;
  color: #11100d;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff7e7, #d7b46c);
}

.contact-panel h2 {
  max-width: 12ch;
  margin-bottom: 14px;
}

.contact-actions {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 4px 34px;
  color: var(--soft);
  border-top: 1px solid var(--line-soft);
  font-size: 0.86rem;
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 520px) {
  .site-shell {
    padding: 18px;
  }

  .section-pad {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    padding: 12px;
    border-radius: 999px;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
  }

  .desktop-nav a {
    padding: 10px 14px;
    color: var(--muted);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    transition: color 180ms ease, background 180ms ease;
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible {
    color: var(--text);
    background: rgba(255, 255, 255, 0.07);
    outline: none;
  }

  .header-cta {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    color: #12100d;
    border-radius: 999px;
    background: #fff7e7;
    font-size: 0.88rem;
    font-weight: 900;
  }

  .menu-toggle,
  .mobile-nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.75fr);
    gap: 44px;
    min-height: calc(100svh - 94px);
    padding-top: 46px;
    padding-bottom: 74px;
  }

  h1 {
    max-width: 11.5ch;
    font-size: clamp(4.6rem, 8vw, 7rem);
  }

  .section-heading {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .section-heading .eyebrow,
  .section-heading h2,
  .section-heading > p:not(.eyebrow) {
    grid-column: 1;
  }

  .section-actions {
    grid-row: 1 / span 3;
    grid-column: 2;
    justify-content: end;
  }

  .split-section {
    grid-template-columns: minmax(230px, 0.5fr) 1fr;
    gap: 42px;
  }

  .case-strip {
    grid-template-columns: 1fr auto;
  }

  .work-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-panel {
    min-height: 380px;
    padding: 46px;
    align-content: center;
  }

  .site-footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1040px) {
  .site-shell {
    padding: 22px;
  }

  .section-pad {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .work-grid,
  .package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .studio-card {
    width: 420px;
    min-height: 524px;
  }
}

@media (max-width: 390px) {
  .site-shell {
    padding: 10px;
  }

  .brand small {
    max-width: 150px;
  }

  h1 {
    font-size: clamp(2.9rem, 15.4vw, 3.55rem);
  }

  .btn {
    width: 100%;
  }

  .chip-grid {
    grid-template-columns: 1fr;
  }
}

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

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}
