/* =========================================================
   RD Cutz Luxury Multi-Page System
   ========================================================= */
*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  color-scheme: dark;
  --bg: #080808;
  --bg-alt: #0d0d0d;
  --charcoal: #131313;
  --text: #f0ede6;
  --gold: #c4a245;
  --gold-hi: #d4b560;
  --muted: rgba(240, 237, 230, 0.42);
  --muted-strong: rgba(240, 237, 230, 0.74);
  --rule: rgba(196, 162, 69, 0.22);
  --overlay: rgba(8, 8, 8, 0.76);
  --container: 1440px;
  --section-x: 72px;
  --section-y: 118px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.78;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

body.is-loading {
  overflow: hidden;
}

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

button {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

::selection {
  background: var(--gold);
  color: var(--bg);
}

:focus-visible {
  outline: 1px solid var(--gold-hi);
  outline-offset: 6px;
}

.container {
  width: min(var(--container), calc(100% - (var(--section-x) * 2)));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: var(--section-y) 0;
}

.section + .section {
  border-top: .5px solid var(--rule);
}

.page-hero {
  min-height: 62svh;
  display: grid;
  align-items: end;
  padding: 150px 0 82px;
  border-bottom: .5px solid var(--rule);
  background:
    linear-gradient(110deg, rgba(8, 8, 8, .95), rgba(8, 8, 8, .74)),
    radial-gradient(circle at 78% 24%, rgba(196, 162, 69, .12), transparent 26%),
    var(--bg);
}

.page-hero.compact {
  min-height: 42svh;
  padding-bottom: 64px;
}

.page-hero.work-hero {
  min-height: 34svh;
  padding: 120px 0 44px;
}

.work-hero h1 {
  font-size: clamp(48px, 6.6vw, 96px);
}

.work-hero .lede {
  margin-top: 20px;
}

.page-kicker,
.eyebrow {
  margin: 0 0 22px;
  color: var(--gold-hi);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  font-size: clamp(54px, 8vw, 118px);
  line-height: .88;
}

h2 {
  font-size: clamp(40px, 5vw, 82px);
  line-height: .95;
}

h3 {
  font-size: clamp(28px, 3.6vw, 54px);
  line-height: 1;
}

em {
  color: var(--gold-hi);
  font-style: italic;
}

p {
  margin: 0;
}

.lede {
  max-width: 720px;
  margin-top: 28px;
  color: var(--muted-strong);
  font-size: clamp(16px, 1.4vw, 19px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: .5px solid var(--gold);
  color: var(--gold-hi);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
  transition: color .35s ease, background .35s ease, border-color .35s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--gold);
  color: var(--bg);
}

.button-dark {
  border-color: var(--bg);
  color: var(--bg);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--bg);
  color: var(--gold-hi);
}

.rule {
  width: 72px;
  height: .5px;
  margin: 28px 0;
  background: var(--gold);
}

.center-rule {
  margin-inline: auto;
}

.split-head {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(280px, .28fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 68px;
}

.split-head p:last-child {
  color: var(--muted-strong);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.d1 { transition-delay: .12s; }
.d2 { transition-delay: .24s; }
.d3 { transition-delay: .36s; }
.d4 { transition-delay: .48s; }

/* =========================================================
   Brand Intro Loader
   ========================================================= */
.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(196, 162, 69, .08), transparent 28%),
    var(--bg);
  color: var(--text);
  transition: opacity .75s var(--ease), visibility .75s var(--ease);
}

.intro-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-inner {
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
  transform: translateY(10px);
  animation: introRise .9s var(--ease) forwards;
}

.intro-mark {
  width: clamp(82px, 10vw, 128px);
  height: auto;
  opacity: .96;
}

.intro-name {
  margin: 0;
  color: var(--gold-hi);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 5vw, 62px);
  font-weight: 400;
  letter-spacing: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.intro-line {
  width: 0;
  height: 1px;
  background: var(--gold);
  animation: introLine 1s .32s var(--ease) forwards;
}

.intro-sub {
  margin: 0;
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@keyframes introRise {
  to {
    transform: translateY(0);
  }
}

@keyframes introLine {
  to {
    width: 96px;
  }
}

/* =========================================================
   Fixed UI
   ========================================================= */
.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: var(--gold);
}

.back-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 80;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: .5px solid var(--gold);
  background: rgba(8, 8, 8, .9);
  color: var(--gold-hi);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .35s ease, transform .35s ease, background .35s ease;
}

.back-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-top:hover {
  background: var(--gold);
  color: var(--bg);
}

/* =========================================================
   Navigation
   ========================================================= */
.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: transparent;
  border-bottom: .5px solid transparent;
  transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease;
}

.site-nav.scrolled,
.site-nav.solid {
  background: rgba(8, 8, 8, .9);
  backdrop-filter: blur(18px);
  border-bottom-color: var(--rule);
}

.nav-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-link img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand-text {
  display: none;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.brand-link.logo-missing img {
  display: none;
}

.brand-link.logo-missing .brand-text {
  display: block;
}

.desktop-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.desktop-links a:not(.button),
.footer-links a {
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: color .28s ease;
}

.desktop-links a:hover,
.desktop-links a[aria-current="page"],
.footer-links a:hover,
.footer-links a[aria-current="page"] {
  color: var(--gold-hi);
}

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: .5px solid var(--rule);
}

.hamburger-lines {
  position: relative;
  width: 18px;
  height: 1px;
  background: var(--text);
  transition: background .25s ease;
}

.hamburger-lines::before,
.hamburger-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  background: var(--text);
  transition: transform .25s ease;
}

.hamburger-lines::before {
  transform: translateY(-6px);
}

.hamburger-lines::after {
  transform: translateY(6px);
}

.hamburger[aria-expanded="true"] .hamburger-lines {
  background: transparent;
}

.hamburger[aria-expanded="true"] .hamburger-lines::before {
  transform: rotate(45deg);
}

.hamburger[aria-expanded="true"] .hamburger-lines::after {
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  background: var(--bg);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu nav {
  display: grid;
  gap: 18px;
  text-align: center;
}

.mobile-menu a {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 13vw, 76px);
  line-height: .95;
}

/* =========================================================
   Home
   ========================================================= */
.home-hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(8, 8, 8, .82), rgba(8, 8, 8, .48) 48%, rgba(8, 8, 8, .84)),
    radial-gradient(circle at 76% 28%, rgba(196, 162, 69, .12), transparent 25%),
    var(--bg);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .58;
  filter: grayscale(.82) contrast(1.12) brightness(.86);
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .34;
  pointer-events: none;
}

.hero-art svg {
  width: 100%;
  height: 100%;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(8, 8, 8, .5);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  padding: 130px 24px 86px;
  text-align: center;
}

.hero-logo {
  width: clamp(112px, 15vw, 176px);
  margin: 0 auto;
}

.hero-kicker {
  margin: 0 0 26px;
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-sub {
  margin: 34px 0 0;
  color: var(--text);
  font-size: clamp(13px, 1.3vw, 16px);
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 44px;
  flex-wrap: wrap;
}

.actions-left {
  justify-content: flex-start;
  padding: 0;
}

.ticker {
  overflow: hidden;
  border-block: .5px solid var(--rule);
  background: #050505;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 34s linear infinite;
}

.ticker span {
  padding: 18px 28px;
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.stats {
  background: var(--bg-alt);
  border-bottom: .5px solid var(--rule);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.stat {
  min-height: 156px;
  display: grid;
  place-items: center;
  padding: 36px 28px;
  text-align: center;
}

.stat + .stat {
  border-left: .5px solid var(--rule);
}

.stat strong {
  display: block;
  color: var(--gold-hi);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 400;
  line-height: .88;
}

.stat span {
  display: block;
  margin-top: 12px;
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.identity-feature {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(380px, .56fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.identity-copy {
  max-width: 760px;
}

.identity-copy .lede {
  margin-bottom: 36px;
}

.identity-photo {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: .5px solid var(--rule);
  background: var(--bg-alt);
}

.identity-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(.82) contrast(1.06) brightness(.98);
  transform: scale(1.01);
}

.identity-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, .02), rgba(8, 8, 8, .28)),
    linear-gradient(90deg, rgba(8, 8, 8, .18), transparent 45%);
  pointer-events: none;
}

.photo-caption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  color: var(--text);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.home-work {
  background: linear-gradient(180deg, rgba(240, 237, 230, .018), transparent 34%), var(--bg);
}

.album-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 28px;
  border: .5px solid var(--rule);
  background: var(--rule);
}

.album-tab {
  min-height: 44px;
  padding: 0 20px;
  background: var(--bg-alt);
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: background .32s ease, color .32s ease;
}

.album-tab:hover,
.album-tab:focus-visible,
.album-tab.active {
  background: var(--gold);
  color: var(--bg);
}

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

.work-card {
  position: relative;
  min-height: clamp(360px, 40vw, 590px);
  overflow: hidden;
  border: .5px solid var(--rule);
  background: var(--bg-alt);
  transition: border-color .35s ease, transform .35s ease;
}

.work-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}

.work-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(.82) contrast(1.05) brightness(.88);
  transform: scale(1.01);
  transition: transform .5s var(--ease), filter .5s ease;
}

.work-card.focus-low img,
.gallery-panel.focus-low img {
  object-position: 50% 72%;
}

.gallery-panel.focus-neck img {
  object-position: 50% 66%;
}

.gallery-panel.focus-beard img,
.gallery-panel.focus-profile img,
.gallery-panel.focus-clean img {
  object-position: 50% 52%;
}

.work-card:hover img {
  transform: scale(1.045);
  filter: saturate(.98) contrast(1.04) brightness(.98);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 8, 8, .82));
  pointer-events: none;
}

.work-card span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  color: var(--text);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.work-footer {
  margin-top: 34px;
}

/* =========================================================
   Services
   ========================================================= */
.service-list {
  border-top: .5px solid var(--rule);
}

.service-item {
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 100px 100px;
  gap: 30px;
  align-items: center;
  padding: 34px 0;
  border-bottom: .5px solid var(--rule);
  transition: background .35s ease;
}

.service-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: 50% 0;
  background: var(--gold);
  transition: transform .45s var(--ease);
}

.service-item:hover {
  background: rgba(196, 162, 69, .035);
}

.service-item:hover::before {
  transform: scaleY(1);
}

.service-number {
  color: var(--muted);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  transition: color .35s ease, transform .35s ease;
}

.service-item:hover .service-number {
  color: var(--gold-hi);
  transform: translateX(12px);
}

.service-copy {
  margin-top: 8px;
  color: var(--muted-strong);
  max-width: 620px;
}

.service-meta,
.service-price {
  color: var(--gold-hi);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: right;
}

.service-price {
  color: var(--text);
}

/* =========================================================
   About
   ========================================================= */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(340px, .54fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
}

.pull-quote {
  max-width: 760px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(50px, 7vw, 98px);
  line-height: .9;
}

.about-copy {
  max-width: 670px;
  margin: 34px 0 38px;
  color: var(--muted-strong);
  font-size: 16px;
}

.line-art {
  min-height: 620px;
  display: grid;
  align-content: center;
  gap: 34px;
  padding: clamp(28px, 5vw, 62px);
  border: .5px solid var(--rule);
}

.caption {
  margin: 0;
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.about-media-grid {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(0, .38fr);
  gap: 18px;
  align-items: stretch;
}

.about-media-copy {
  display: grid;
  align-content: center;
  min-height: 500px;
  padding: clamp(30px, 5vw, 64px);
  border: .5px solid var(--rule);
  background: var(--bg-alt);
}

.about-media-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 24px;
  color: var(--muted-strong);
}

/* =========================================================
   Gallery
   ========================================================= */
.album-section {
  padding: 22px 0;
  border-bottom: .5px solid var(--rule);
  background: #050505;
}

.album-section .album-tabs {
  margin-bottom: 0;
}

.gallery-section {
  padding-top: 36px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-panel {
  height: clamp(320px, 34vw, 500px);
  min-height: clamp(320px, 34vw, 500px);
  position: relative;
  margin: 0;
  overflow: hidden;
  border: .5px solid var(--rule);
  background: linear-gradient(145deg, rgba(240,237,230,.025), transparent 52%), var(--bg-alt);
  transition: border-color .35s ease, transform .35s ease;
}

.gallery-panel:hover {
  border-color: var(--gold);
  transform: scale(1.01);
}

.gallery-panel.large {
  min-height: clamp(320px, 34vw, 500px);
  grid-row: auto;
}

.gallery-panel.wide {
  grid-column: auto;
}

.gallery-panel svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gallery-panel img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(.78) contrast(1.06) brightness(.9);
  transform: scale(1.01);
  transition: transform .45s var(--ease), filter .45s ease;
}

.gallery-panel:hover img {
  transform: scale(1.045);
  filter: saturate(.95) contrast(1.05) brightness(1);
}

.gallery-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 8, 8, .78));
  pointer-events: none;
}

.gallery-label {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  color: var(--text);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.work-card.is-hidden,
.gallery-panel.is-hidden {
  display: none;
}

.social-strip {
  border-block: .5px solid var(--rule);
  background: var(--bg-alt);
}

.social-strip-inner {
  display: flex;
  min-height: 118px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.social-strip p {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1;
}

.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.live-section {
  padding-top: 70px;
}

.live-panel {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(320px, .38fr);
  gap: clamp(34px, 7vw, 98px);
  align-items: start;
  padding-top: 48px;
  border-top: .5px solid var(--rule);
}

.live-panel > p {
  color: var(--muted-strong);
}

.feed-status {
  grid-column: 1 / -1;
  width: fit-content;
  padding-top: 24px;
  border-top: .5px solid var(--rule);
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.instagram-feed:not(:empty) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 12px;
}

.instagram-feed a {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: grid;
  align-content: end;
  padding: 20px;
  border: .5px solid var(--rule);
  background: var(--bg-alt);
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.instagram-feed img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.85) contrast(1.04) brightness(.8);
}

.instagram-feed a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(8, 8, 8, .86));
}

.instagram-feed span {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  max-height: 4.8em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* =========================================================
   Reviews
   ========================================================= */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  border: .5px solid var(--rule);
}

.review {
  min-height: 430px;
  position: relative;
  padding: 46px;
  background: var(--bg-alt);
}

.quote-mark {
  position: absolute;
  top: 20px;
  right: 32px;
  color: rgba(196, 162, 69, .12);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 150px;
  line-height: 1;
  pointer-events: none;
}

.stars {
  color: var(--gold-hi);
  font-size: 14px;
  letter-spacing: 5px;
}

.review blockquote {
  position: relative;
  z-index: 1;
  margin: 46px 0 42px;
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(27px, 2.7vw, 38px);
  line-height: 1.16;
}

.review cite {
  color: var(--muted-strong);
  font-style: normal;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* =========================================================
   Contact
   ========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .68fr);
  gap: 80px;
  align-items: start;
}

.booking-card {
  padding: 54px 0;
  border-block: .5px solid var(--rule);
}

.booking-card p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px 0 36px;
  color: var(--muted-strong);
  font-size: 16px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hours-table,
.contact-details {
  border-top: .5px solid var(--rule);
}

.contact-details {
  margin-top: 46px;
}

.hours-row,
.contact-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0;
  border-bottom: .5px solid var(--rule);
}

.row-label {
  color: var(--gold-hi);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.row-value {
  color: var(--text);
  text-align: right;
}

.row-value a:hover {
  color: var(--gold-hi);
}

/* =========================================================
   Gold CTA & Footer
   ========================================================= */
.gold-bar {
  background: var(--gold);
  color: var(--bg);
}

.gold-bar .container {
  display: flex;
  min-height: 122px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.gold-bar p {
  color: var(--bg);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.gold-bar a {
  color: var(--bg);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.site-footer {
  padding: 82px 0 58px;
  text-align: center;
  background: var(--bg);
  border-top: .5px solid var(--rule);
}

.footer-logo {
  width: 92px;
  margin: 0 auto;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
  margin: 36px 0 28px;
}

.copyright {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.designer-credit {
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1100px) {
  :root {
    --section-x: 40px;
  }

  .desktop-links {
    gap: 22px;
  }

  .split-head,
  .about-grid,
  .contact-grid,
  .identity-feature,
  .about-media-grid {
    grid-template-columns: 1fr;
  }

  .line-art {
    min-height: auto;
  }

  .reviews-grid,
  .live-panel {
    grid-template-columns: 1fr;
  }

  .work-strip,
  .instagram-feed:not(:empty) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --section-x: 24px;
    --section-y: 80px;
  }

  .desktop-links {
    display: none;
  }

  .hamburger {
    display: grid;
  }

  .nav-inner {
    min-height: 74px;
  }

  .home-hero {
    min-height: 100svh;
  }

  .hero-video {
    opacity: .72;
    filter: grayscale(.65) contrast(1.06) brightness(1);
  }

  .home-hero::after {
    background: rgba(8, 8, 8, .34);
  }

  .hero-content {
    padding-top: 112px;
  }

  .hero-sub {
    letter-spacing: 2.4px;
  }

  .stats-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .album-tabs {
    width: 100%;
  }

  .album-tab {
    flex: 1 1 140px;
  }

  .stat + .stat {
    border-left: 0;
    border-top: .5px solid var(--rule);
  }

  .service-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px 24px;
  }

  .service-meta,
  .service-price {
    grid-column: 2;
    text-align: left;
  }

  .gallery-panel,
  .gallery-panel.large {
    min-height: 320px;
    grid-column: auto;
    grid-row: auto;
  }

  .work-strip,
  .instagram-feed:not(:empty) {
    grid-template-columns: 1fr;
  }

  .work-card {
    min-height: 420px;
  }

  .identity-photo {
    min-height: 540px;
  }

  .gold-bar .container {
    display: grid;
    padding-block: 32px;
  }

  .social-strip-inner {
    display: grid;
    padding-block: 30px;
  }

  .hours-row,
  .contact-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .row-value {
    text-align: left;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 14px;
  }

  .brand-link img {
    width: 46px;
    height: 46px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .album-tab {
    padding: 0 14px;
    letter-spacing: 2px;
  }

  .button {
    width: 100%;
  }

  .pull-quote {
    font-size: clamp(48px, 18vw, 78px);
  }

  .review {
    padding: 36px 24px;
  }

  .back-top {
    right: 18px;
    bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
