@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --ink: #0b0a08;
  --charcoal: #14120f;
  --charcoal-2: #1f1b16;
  --paper: #f4ead8;
  --paper-soft: #e2d4bd;
  --muted: #a79882;
  --line: rgba(244, 234, 216, 0.16);
  --amber: #c9853c;
  --amber-light: #e7bd78;
  --rust: #7c3f24;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 78% 8%, rgba(201, 133, 60, 0.22), transparent 32%);
  background-size: 88px 88px, 88px 88px, auto;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

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

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--amber-light);
  outline-offset: 4px;
}

.shell {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  width: 1px;
  height: 1px;
  padding: 10px 16px;
  overflow: hidden;
  clip-path: inset(50%);
  background: var(--paper);
  color: var(--ink);
}

.skip-link:focus-visible {
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(244, 234, 216, 0.1);
  background: rgba(11, 10, 8, 0.76);
  backdrop-filter: blur(18px);
}

.nav {
  display: grid;
  min-height: 82px;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.brand {
  display: inline-flex;
  gap: 14px;
  align-items: center;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(244, 234, 216, 0.28);
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  letter-spacing: -0.06em;
}

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

.brand strong {
  font-size: 17px;
  line-height: 1;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: var(--paper-soft);
  font-size: 13px;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--amber-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.22s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
}

.language-switch {
  display: flex;
  border: 1px solid rgba(244, 234, 216, 0.14);
}

.lang-btn {
  min-width: 34px;
  height: 34px;
  padding: 0;
  color: var(--muted);
  border: 0;
  border-right: 1px solid rgba(244, 234, 216, 0.12);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
}

.lang-btn:last-child {
  border-right: 0;
}

.lang-btn.active {
  color: var(--ink);
  background: var(--amber-light);
}

.nav-book {
  padding: 12px 18px;
  border: 1px solid var(--amber-light);
  color: var(--amber-light);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 850px;
  padding-top: 118px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 82px 0 auto;
  height: 1px;
  content: "";
  background: rgba(244, 234, 216, 0.1);
}

.hero-grid {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1fr);
  gap: 62px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--amber-light);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 790px;
  margin-bottom: 26px;
  font-size: clamp(58px, 8.8vw, 126px);
  line-height: 0.82;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

h3 {
  margin-bottom: 0;
}

.hero-copy > p:not(.eyebrow),
.split-heading p,
.studio-copy p,
.booking-panel p {
  max-width: 620px;
  color: var(--paper-soft);
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions,
.contact-actions {
  display: flex;
  margin-top: 34px;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--paper);
  color: var(--ink);
}

.button-ghost {
  border-color: rgba(244, 234, 216, 0.24);
  color: var(--paper);
}

.hero-visual {
  display: grid;
  grid-template-columns: 1fr 0.56fr;
  gap: 16px;
  align-items: stretch;
}

.photo-window {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(244, 234, 216, 0.14);
  background: linear-gradient(135deg, #332820, #11100e 68%);
  box-shadow: var(--shadow);
}

.photo-window img,
.studio-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-window img {
  filter: saturate(0.82) brightness(0.72);
}

.photo-window::before,
.photo-window::after {
  position: absolute;
  content: "";
  background: rgba(244, 234, 216, 0.1);
}

.photo-window::before {
  right: 15%;
  bottom: -16%;
  width: 190px;
  height: 420px;
  rotate: 19deg;
  border-radius: 999px;
}

.photo-window::after {
  top: 18%;
  left: 12%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(124, 63, 36, 0.28);
  filter: blur(16px);
}

.photo-window span,
.photo-window strong {
  position: absolute;
  z-index: 1;
}

.photo-window span {
  top: 28px;
  left: 28px;
  color: var(--muted);
  font-size: 12px;
}

.photo-window strong {
  right: 28px;
  bottom: 28px;
  left: 28px;
  font-size: clamp(30px, 5vw, 62px);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.photo-stack {
  display: grid;
  gap: 16px;
}

.photo-window-small,
.rating-card {
  min-height: auto;
  padding: 26px;
}

.photo-window-small {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(150deg, rgba(244, 234, 216, 0.92), rgba(226, 212, 189, 0.72)),
    var(--paper);
  color: var(--ink);
}

.photo-window-small span,
.photo-window-small strong,
.photo-window-small small {
  position: static;
  display: block;
}

.photo-window-small span,
.photo-window-small small {
  color: #705f49;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.photo-window-small strong {
  margin: 10px 0 8px;
  font-size: 58px;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.rating-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(244, 234, 216, 0.14);
  background: var(--charcoal-2);
}

.rating-card strong {
  color: var(--amber-light);
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.08em;
}

.rating-card span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-marquee {
  display: flex;
  width: 100%;
  padding: 16px 0;
  overflow: hidden;
  gap: 48px;
  border-top: 1px solid rgba(244, 234, 216, 0.1);
  border-bottom: 1px solid rgba(244, 234, 216, 0.1);
  color: rgba(244, 234, 216, 0.42);
  font-size: clamp(24px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-marquee span {
  flex: 0 0 auto;
}

.section {
  padding: 110px 0;
}

.split-heading {
  display: grid;
  margin-bottom: 44px;
  grid-template-columns: 0.82fr 1fr;
  gap: 60px;
  align-items: end;
}

.split-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -22px;
}

.service-menu {
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  min-height: 126px;
  padding: 28px 0;
  grid-template-columns: 70px minmax(190px, 0.62fr) 1fr auto;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.service-row span {
  color: var(--amber-light);
  font-size: 13px;
}

.service-row h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.service-row p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.service-row strong {
  color: var(--paper);
  font-size: 18px;
}

.studio-section {
  background: var(--paper);
  color: var(--ink);
}

.studio-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 70px;
  align-items: center;
}

.studio-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #201a14;
}

.studio-image img {
  filter: saturate(0.8) brightness(0.72);
}

.studio-image::before {
  position: absolute;
  inset: 28px;
  content: "";
  border: 1px solid rgba(244, 234, 216, 0.18);
  z-index: 1;
}

.studio-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(11, 10, 8, 0.08), rgba(11, 10, 8, 0.74)),
    radial-gradient(circle at 60% 30%, rgba(201, 133, 60, 0.28), transparent 28%);
  z-index: 1;
}

.studio-image span {
  position: absolute;
  right: 36px;
  bottom: 36px;
  z-index: 2;
  color: var(--paper);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studio-copy .eyebrow {
  color: var(--rust);
}

.feature-list {
  display: grid;
  margin-top: 18px;
  gap: 12px;
}

.feature-list div {
  display: grid;
  padding: 18px 0;
  grid-template-columns: 52px 1fr;
  border-top: 1px solid rgba(11, 10, 8, 0.14);
}

.feature-list div:last-child {
  border-bottom: 1px solid rgba(11, 10, 8, 0.14);
}

.feature-list span {
  color: var(--rust);
  font-size: 12px;
}

.feature-list strong {
  font-size: 18px;
}

.contact-section {
  padding-top: 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.12fr;
  gap: 22px;
}

.hours-card,
.booking-panel {
  border: 1px solid var(--line);
}

.hours-card {
  padding: 30px;
  background: var(--charcoal);
}

.hours-card div {
  display: flex;
  padding: 18px 0;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
}

.hours-card span {
  color: var(--muted);
}

.booking-panel {
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(201, 133, 60, 0.16), transparent 42%),
    var(--charcoal-2);
}

.footer {
  display: flex;
  padding: 34px 0 46px;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
}

.footer a {
  color: var(--paper);
}

@media (prefers-reduced-motion: no-preference) {
  .service-row,
  .feature-list div {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 0.55s ease,
      transform 0.55s ease;
  }

  .service-row.is-visible,
  .feature-list div.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: auto auto;
  }

  .nav-links,
  .nav-book {
    display: none;
  }

  .menu-button {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-content: center;
    gap: 6px;
    border: 1px solid var(--amber-light);
    background: transparent;
    cursor: pointer;
  }

  .menu-button span {
    width: 18px;
    height: 2px;
    background: var(--amber-light);
  }

  .nav-links {
    position: absolute;
    top: 82px;
    right: 20px;
    left: 20px;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    background: rgba(11, 10, 8, 0.98);
    text-align: center;
  }

  .nav-links.open {
    display: flex;
  }

  .hero-grid,
  .split-heading,
  .studio-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 42px;
  }

  .split-heading .eyebrow {
    margin-bottom: 0;
  }

  .service-row {
    grid-template-columns: 52px 1fr auto;
  }

  .service-row p {
    grid-column: 2 / -1;
  }

  .studio-image {
    min-height: 440px;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1200px);
  }

  .site-header {
    position: sticky;
  }

  .nav {
    min-height: 74px;
    gap: 12px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    font-size: 8px;
  }

  .language-switch {
    display: none;
  }

  .hero {
    padding-top: 0;
  }

  .hero-grid {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(48px, 17vw, 78px);
  }

  h2 {
    font-size: clamp(36px, 12vw, 56px);
  }

  .hero-actions,
  .contact-actions,
  .footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    grid-template-columns: 1fr;
  }

  .photo-window {
    min-height: 430px;
  }

  .photo-stack {
    grid-template-columns: 1fr 1fr;
  }

  .photo-window-small,
  .rating-card {
    min-height: 180px;
  }

  .photo-window-small strong,
  .rating-card strong {
    font-size: 42px;
  }

  .section {
    padding: 78px 0;
  }

  .service-row {
    grid-template-columns: 42px 1fr;
    gap: 16px;
  }

  .service-row strong {
    grid-column: 2;
  }

  .studio-image {
    min-height: 360px;
  }

  .booking-panel,
  .hours-card {
    padding: 26px;
  }
}
