/* Heaven Güzellik Salonu — design system & homepage */

:root {
  --color-bg: #171717;
  --color-bg-soft: #1E1C1A;
  --color-bg-warm: #24211F;
  --color-bg-elevated: #2C2824;
  --color-ink: #10100F;
  --color-primary: #E8A54B;
  --color-gold: #F0AD50;
  --color-gold-soft: #D8B27A;
  --color-gold-deep: #C4893E;
  --color-copper: #B8754A;
  --color-champagne: #E6D3B3;
  --color-text: #F5F1EA;
  --color-muted: #BDB6AC;
  --color-muted-dark: #8A847C;
  --color-border: rgba(232, 165, 75, 0.25);
  --color-border-subtle: rgba(245, 241, 234, 0.08);
  --color-ivory: #F5F1EA;
  --color-taupe: #6F675E;
  --color-espresso: #3A342E;

  --font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --font-sans: "Outfit", system-ui, sans-serif;

  --wrap: 1440px;
  --header-h: calc(7.35rem + env(safe-area-inset-top, 0px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --text-xs: 0.72rem;
  --text-sm: 0.9rem;
  --text-md: 1.05rem;
  --text-lg: 1.25rem;
  --hero: clamp(3.4rem, 8.4vw, 8.4rem);
  --display: clamp(2.4rem, 5.6vw, 5.4rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--text-md);
  line-height: 1.7;
  color: var(--color-text);
  background: var(--color-bg);
  min-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-nav-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 80;
  opacity: 0.045;
  background-image: url("../images/textures/grain.svg");
  mix-blend-mode: overlay;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul,
ol,
figure,
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

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

:focus {
  outline: none;
}

:focus-visible {
  outline: 1px solid var(--color-primary);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  background: var(--color-primary);
  color: var(--color-ink);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: min(calc(100% - 3.5rem), var(--wrap));
  margin-inline: auto;
}

.eyebrow,
.section-index,
.hero__index,
.featured__kicker,
.journal__wordmark,
.site-footer__label,
.nav-mobile__index {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-gold-soft);
}

.section-index {
  margin-bottom: 1.4rem;
}

.section-title {
  font-family: var(--font-serif);
  font-size: var(--display);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.section-title em,
.manifest__title em,
.hero__title em,
.appoint__title em,
.why__head em {
  font-style: italic;
  font-weight: 400;
  color: var(--color-champagne);
}

.section-lead {
  margin-top: 1rem;
  max-width: 28rem;
  color: var(--color-muted);
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 52px;
  padding: 0.85rem 2rem;
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background-color 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease), transform 0.4s var(--ease);
}

.btn::after {
  content: "→";
  font-size: 0.85rem;
  transition: transform 0.35s var(--ease);
}

.btn:hover {
  transform: translateY(-1px) scale(1.015);
}

.btn:hover::after {
  transform: translateX(4px);
}

.btn-ghost {
  background: transparent;
  color: var(--color-text);
}

.btn-ghost:hover {
  background: var(--color-primary);
  color: var(--color-ink);
}

.btn-solid,
.btn-primary,
.btn-header {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-ink);
}

.btn-solid:hover,
.btn-primary:hover,
.btn-header:hover {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-ink);
}

.btn-header {
  min-height: 44px;
  padding-inline: 1.4rem;
}

button.btn,
input[type="submit"].btn {
  appearance: none;
  font-family: inherit;
}

.link-underline {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gold-soft);
  background-image: linear-gradient(var(--color-primary), var(--color-primary));
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.45s var(--ease), color 0.3s;
}

.link-underline:hover,
.nav-link:hover,
.nav-link.is-active {
  color: var(--color-text);
}

.link-underline:hover {
  background-size: 100% 1px;
}

/* Header */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  padding-top: env(safe-area-inset-top, 0px);
  transition: background-color 0.45s var(--ease), border-color 0.45s var(--ease);
}

.site-header.is-scrolled,
html:not(.page-home) .site-header {
  background: var(--color-bg);
  border-bottom-color: var(--color-border-subtle);
}

.site-header__bar {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1.5rem;
  min-height: var(--header-h);
  width: min(calc(100% - 3rem), 1600px);
  margin-inline: auto;
}

.brand__logo {
  display: block;
  width: auto;
  height: 5.75rem;
  object-fit: contain;
}

.brand__logo--footer {
  height: 8.5rem;
}

.nav-desktop__list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
}

.nav-link {
  position: relative;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-muted);
  transition: color 0.3s;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  background: var(--color-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
}

.nav-toggle__lines {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 1.4rem;
}

.nav-toggle__lines span {
  display: block;
  height: 1px;
  background: var(--color-ivory);
  transition: transform 0.35s var(--ease);
}

body.is-nav-open .nav-toggle__lines span:first-child {
  transform: translateY(0.25rem) rotate(40deg);
}

body.is-nav-open .nav-toggle__lines span:last-child {
  transform: translateY(-0.25rem) rotate(-40deg);
}

.nav-mobile {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 1.5rem 1.5rem 2.5rem;
  background: var(--color-ink);
  transform: translate3d(0, -8px, 0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), visibility 0.4s;
}

.nav-mobile.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.nav-mobile__top,
.nav-mobile__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-mobile__logo {
  height: 3.4rem;
  width: auto;
}

.nav-mobile__close {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--color-gold-soft);
  min-height: 44px;
  min-width: 44px;
}

.nav-mobile__nav ul {
  list-style: none;
}

.nav-mobile__nav a {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: baseline;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--color-border-subtle);
}

.nav-mobile__num {
  color: var(--color-gold-soft);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
}

.nav-mobile__label {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 9vw, 3.6rem);
  line-height: 1;
}

.nav-mobile__foot {
  margin-top: 2rem;
  color: var(--color-muted-dark);
  font-size: var(--text-sm);
}

/* Hero */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1.15fr) minmax(280px, 0.9fr);
  grid-template-rows: 1fr auto;
  min-height: 100svh;
  padding: calc(var(--header-h) + 1.5rem) 2rem 2rem 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 20%, rgba(232, 165, 75, 0.08), transparent 36%),
    linear-gradient(180deg, #141312 0%, var(--color-bg) 55%, #1B1816 100%);
}

.hero__rail {
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--color-border-subtle);
}

.hero__rail span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.62em;
  font-size: 0.68rem;
  color: var(--color-gold-soft);
}

.hero__copy {
  align-self: center;
  padding: 0 6vw 0 5vw;
}

.hero__index {
  margin-bottom: 1.75rem;
}

.hero__title {
  font-family: var(--font-serif);
  font-size: var(--hero);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.03em;
}

.hero__title span,
.hero__title em {
  display: block;
}

.hero__lead {
  max-width: 32rem;
  margin-top: 1.8rem;
  color: var(--color-muted);
  font-weight: 300;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.4rem;
}

.hero__figure {
  position: relative;
  align-self: stretch;
  min-height: 0;
  margin-right: 1.5rem;
}

.hero__frame {
  position: relative;
  height: calc(100svh - var(--header-h) - 6rem);
  max-height: 46rem;
  overflow: hidden;
}

.hero__frame::before {
  content: "";
  position: absolute;
  inset: 0.85rem -0.85rem -0.85rem 0.85rem;
  border: 1px solid var(--color-border);
  pointer-events: none;
  z-index: 1;
}

.hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.04);
}

.hero__figure figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 0.85rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted-dark);
}

.hero__scroll {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 0.4rem 5vw;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.hero__scroll-line {
  width: 3.2rem;
  height: 1px;
  background: var(--color-primary);
  transform-origin: left;
  animation: scrollPulse 2.4s var(--ease) infinite;
}

@keyframes scrollPulse {
  0%, 100% { transform: scaleX(0.35); opacity: 0.4; }
  50% { transform: scaleX(1); opacity: 1; }
}

/* Manifest */

.manifest {
  position: relative;
  padding: 9rem 0 8rem;
  overflow: hidden;
  background: var(--color-bg-soft);
}

.manifest__bg {
  position: absolute;
  left: -3vw;
  top: 18%;
  font-family: var(--font-serif);
  font-size: clamp(7rem, 18vw, 16rem);
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(232, 165, 75, 0.1);
  pointer-events: none;
  user-select: none;
}

.manifest__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 5rem;
  align-items: end;
}

.manifest__title {
  grid-column: 1 / -1;
  font-family: var(--font-serif);
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  font-weight: 500;
  line-height: 1.02;
  max-width: 16ch;
}

.manifest__body {
  grid-column: 2;
  color: var(--color-muted);
}

.manifest__body p + p {
  margin-top: 1.1rem;
}

.manifest__body .link-underline {
  margin-top: 1.8rem;
}

/* Services */

.services-index {
  padding: 8rem 0 7rem;
}

.services-index__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.services-index__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 4rem;
  align-items: start;
}

.service-list {
  list-style: none;
}

.service-row {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1.1fr) minmax(0, 0.9fr) 1.5rem;
  gap: 1.2rem;
  align-items: center;
  padding: 1.35rem 0;
  border-top: 1px solid var(--color-border-subtle);
  color: var(--color-muted);
  transition: color 0.35s;
}

.service-row:hover,
.service-row.is-active,
.service-row:focus-visible {
  color: var(--color-text);
}

.service-row__num {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--color-gold-soft);
}

.service-row__name {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  line-height: 1;
  color: inherit;
}

.service-row__excerpt {
  font-size: 0.92rem;
  color: var(--color-muted-dark);
  transition: color 0.35s;
}

.service-row:hover .service-row__excerpt,
.service-row.is-active .service-row__excerpt {
  color: var(--color-muted);
}

.service-row__arrow {
  justify-self: end;
  color: var(--color-primary);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.35s, transform 0.35s var(--ease);
}

.service-row:hover .service-row__arrow,
.service-row.is-active .service-row__arrow,
.service-row:focus-visible .service-row__arrow {
  opacity: 1;
  transform: none;
}

.service-visual {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
}

.service-visual__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--color-bg-warm);
}

.service-visual__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-border);
  pointer-events: none;
}

.service-visual__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.45s var(--ease), transform 0.8s var(--ease);
}

.service-visual__frame img.is-switching {
  opacity: 0;
  transform: scale(1.04);
}

.service-visual__caption {
  margin-top: 0.9rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-muted-dark);
}

/* Signature */

.signature {
  position: relative;
  min-height: 72vh;
  overflow: hidden;
  background: var(--color-ink);
}

.signature__media {
  position: absolute;
  inset: -6%;
}

.signature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signature__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 72vh;
  padding: 8rem 8vw 5rem;
  background:
    linear-gradient(90deg, rgba(16, 16, 15, 0.55) 0%, rgba(16, 16, 15, 0.12) 48%, rgba(16, 16, 15, 0.35) 100%),
    linear-gradient(180deg, rgba(16, 16, 15, 0.15), rgba(16, 16, 15, 0.45));
}

.signature__kicker {
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--color-gold-soft);
  margin-bottom: 1.2rem;
}

.signature__lines {
  display: flex;
  flex-direction: column;
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
}

/* Why */

.why {
  padding: 8.5rem 0;
  background: var(--color-bg-soft);
}

.why__head {
  margin-bottom: 3.5rem;
  max-width: 18ch;
}

.why__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.95fr;
  grid-template-areas:
    "lead two tall"
    "lead wide tall";
  gap: 1px;
  background: var(--color-border);
  border: 1px solid var(--color-border);
}

.why-block {
  background: var(--color-bg);
  padding: 2.4rem 2.1rem 2.6rem;
  min-height: 14rem;
}

.why-block--lead { grid-area: lead; }
.why-block--two { grid-area: two; }
.why-block--tall { grid-area: tall; }
.why-block--wide { grid-area: wide; }

.why-block__num {
  font-family: var(--font-serif);
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  line-height: 0.8;
  color: var(--color-primary);
  opacity: 0.9;
  margin-bottom: 2.2rem;
}

.why-block h3 {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.why-block p {
  color: var(--color-muted);
  max-width: 28ch;
}

/* Featured */

.featured {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 80vh;
}

.featured__media {
  overflow: hidden;
  background: var(--color-bg-warm);
}

.featured__media img {
  width: 100%;
  height: 100%;
  min-height: 36rem;
  object-fit: cover;
}

.featured__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 7vw;
  background: #1A1917;
}

.featured__title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 500;
  line-height: 0.92;
  margin: 0.4rem 0 1.5rem;
}

.featured__text {
  max-width: 34rem;
  color: var(--color-muted);
  margin-bottom: 2.2rem;
}

.reveal-image {
  clip-path: inset(8% 8% 8% 8%);
  transition: clip-path 1.15s var(--ease-out);
}

.reveal-image.is-inview {
  clip-path: inset(0 0 0 0);
}

/* Gallery */

.gallery-preview {
  padding: 8rem 0 6rem;
}

.gallery-preview__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 2.5rem;
  gap: 1.5rem;
}

.gallery-collage {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 1.15fr;
  grid-template-areas:
    "a b b"
    "a c d"
    "e e d"
    "f f d";
  gap: 0.85rem;
}

.gallery-collage__item {
  overflow: hidden;
  background: var(--color-bg-warm);
}

.gallery-collage__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.gallery-collage__item:hover img {
  transform: scale(1.04);
}

.gallery-collage__item--tall { grid-area: a; min-height: 34rem; }
.gallery-collage__item--wide:nth-child(2) { grid-area: b; min-height: 18rem; }
.gallery-collage__item--square { grid-area: c; min-height: 16rem; }
.gallery-collage__item--tall:nth-child(4) { grid-area: d; }
.gallery-collage__item--wide:nth-child(5) { grid-area: e; min-height: 16rem; }
.gallery-collage__item--portrait { grid-area: f; min-height: 16rem; }

/* Journal */

.journal {
  padding: 4rem 0 8rem;
  background:
    linear-gradient(180deg, transparent, var(--color-bg-soft) 18%);
}

.journal__head {
  margin-bottom: 3rem;
}

.journal__wordmark {
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 10vw, 9rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(232, 165, 75, 0.28);
  margin-bottom: 1.8rem;
}

.journal__intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
}

.journal__intro .section-index {
  margin-bottom: 0.8rem;
}

.journal__layout {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  grid-template-rows: auto auto;
  gap: 2.4rem 3.5rem;
}

.journal-piece--lead {
  grid-row: 1 / span 2;
}

.journal-piece a {
  display: grid;
  gap: 0.85rem;
}

.journal-piece figure {
  overflow: hidden;
  background: var(--color-bg-warm);
}

.journal-piece img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.journal-piece a:hover img {
  transform: scale(1.03);
}

.journal-piece--lead figure {
  aspect-ratio: 4 / 5;
}

.journal-piece--side figure {
  aspect-ratio: 16 / 9;
}

.journal-piece__meta {
  display: flex;
  gap: 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gold-soft);
}

.journal-piece h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  font-weight: 500;
  line-height: 1.1;
}

.journal-piece--lead h3 {
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
}

.journal-piece p {
  color: var(--color-muted);
  max-width: 36ch;
}

/* Appointment */

.appoint {
  padding: 8rem 0 7rem;
  border-top: 1px solid var(--color-border-subtle);
  background:
    radial-gradient(ellipse at 80% 20%, rgba(232, 165, 75, 0.07), transparent 42%),
    var(--color-bg);
}

.appoint__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: end;
}

.appoint__title {
  font-family: var(--font-serif);
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  font-weight: 500;
  line-height: 0.9;
}

.appoint__channels p {
  color: var(--color-muted);
  margin-bottom: 2rem;
}

.appoint__channels ul {
  list-style: none;
  margin-bottom: 2.2rem;
}

.appoint__channels li {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--color-border-subtle);
  align-items: baseline;
}

.appoint__channels li span:first-child {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold-soft);
}

.appoint__soon {
  color: var(--color-muted-dark);
}

.appoint__channels a {
  background-image: linear-gradient(var(--color-primary), var(--color-primary));
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s var(--ease);
}

.appoint__channels a:hover {
  background-size: 100% 1px;
}

/* Footer */

.site-footer {
  background: #121110;
  padding: 0 0 1.6rem;
}

.site-footer__rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
  opacity: 0.55;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 0.9fr;
  gap: 3rem;
  padding: 4.5rem 0 3.2rem;
}

.site-footer__brand p {
  max-width: 28ch;
  margin-top: 1.3rem;
  color: var(--color-muted);
}

.site-footer__label {
  margin-bottom: 1.1rem;
}

.site-footer__col ul {
  list-style: none;
}

.site-footer__col a,
.site-footer__col span {
  display: inline-block;
  padding: 0.22rem 0;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.site-footer__col a:hover {
  color: var(--color-text);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--color-border-subtle);
  color: var(--color-muted-dark);
  font-size: 0.82rem;
}

.site-footer__credit a {
  color: var(--color-gold-soft);
  text-decoration: none;
}

.site-footer__credit a:hover {
  color: var(--color-text);
}

/* Stub pages */

.page-stub {
  min-height: 100svh;
  padding: calc(var(--header-h) + 5rem) 0 6rem;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(232, 165, 75, 0.08), transparent 34%),
    var(--color-bg);
}

.page-stub__inner {
  max-width: 42rem;
}

.page-stub__title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 500;
  line-height: 0.95;
  margin: 1rem 0 1.4rem;
}

.page-stub__intro {
  color: var(--color-muted);
  margin-bottom: 2.2rem;
}

/* Motion */

.hero__copy {
  animation: rise 1.1s var(--ease-out) both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .hero__copy,
  .hero__figure,
  .reveal-image {
    opacity: 1;
    transform: none;
    clip-path: none;
  }
}
