/*
Theme Name: JSON Events Starter
Theme URI: https://json-events.fr
Author: J&SON
Description: Thème WordPress de base pour JSON Events par J&SON : landing page événementielle moderne, rapide et facile à modifier. TOUT DROIT RESERVE
Version: 1.2.19
Text Domain: json-events
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
*/

:root {
  --bg: #030303;
  --bg-soft: #0b0b0c;
  --card: #101011;
  --text: #faf8f2;
  --muted: #c4beb4;
  --marble: #f7f4ec;
  --marble-vein: rgba(210, 205, 194, .38);
  --gold: #c99a3f;
  --gold-soft: #f2d58b;
  --cyan: #72d8cf;
  --cyan-soft: rgba(114, 216, 207, .11);
  --border: rgba(255, 255, 255, .12);
  --gold-border: rgba(242, 213, 139, .3);
  --surface: rgba(255, 255, 255, .06);
  --shadow: 0 20px 58px rgba(0, 0, 0, .42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .065), transparent 34rem),
    linear-gradient(215deg, rgba(201, 154, 63, .16), transparent 34rem),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, .025) 42rem, transparent 70rem),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

body::before {
  inset: -10vmax;
  background:
    radial-gradient(ellipse at 8% 16%, rgba(247, 244, 236, .115) 0%, rgba(247, 244, 236, .086) 14%, rgba(247, 244, 236, .052) 28%, rgba(247, 244, 236, .021) 48%, transparent 72%),
    radial-gradient(ellipse at 92% 13%, rgba(201, 154, 63, .145) 0%, rgba(201, 154, 63, .108) 16%, rgba(201, 154, 63, .06) 34%, rgba(201, 154, 63, .022) 54%, transparent 76%),
    radial-gradient(ellipse at 58% 88%, rgba(114, 216, 207, .032) 0%, rgba(114, 216, 207, .022) 24%, rgba(114, 216, 207, .009) 46%, transparent 70%);
  background-size: 128% 128%, 132% 132%, 118% 118%;
  filter: blur(16px);
  transform: translate3d(0, 0, 0);
  opacity: .82;
  animation: ambient-drift 26s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

body::after {
  z-index: -1;
  background:
    linear-gradient(112deg, transparent 0%, rgba(255, 255, 255, .006) 34%, rgba(201, 154, 63, .01) 49%, rgba(255, 255, 255, .005) 66%, transparent 100%);
  background-size: 160% 160%;
  opacity: .18;
  mix-blend-mode: soft-light;
  animation: premium-light-shift 36s linear infinite;
}

@keyframes ambient-drift {
  0% {
    opacity: .74;
    transform: translate3d(-.8%, -.7%, 0) scale(1.01);
  }

  50% {
    opacity: .9;
    transform: translate3d(.55%, .75%, 0) scale(1.024);
  }

  100% {
    opacity: .78;
    transform: translate3d(.9%, -.5%, 0) scale(1.012);
  }
}

@keyframes premium-light-shift {
  0% {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, .94), rgba(3, 3, 3, .82)),
    linear-gradient(90deg, transparent, rgba(242, 213, 139, .08), transparent);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--gold-border);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
  transition: background .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(3, 3, 3, .98), rgba(3, 3, 3, .9)),
    linear-gradient(90deg, transparent, rgba(242, 213, 139, .12), transparent);
  border-bottom-color: rgba(242, 213, 139, .42);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .42);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 24px;
  transition: min-height .28s ease;
}

.site-header.is-scrolled .header-inner {
  min-height: 74px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: max-content;
}

.brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.brand .custom-logo {
  width: auto;
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(242, 213, 139, .12));
  transition: transform .28s ease, filter .28s ease;
}

.logo-image {
  gap: 6px;
}

.logo-image img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(242, 213, 139, .14));
  transition: transform .28s ease, filter .28s ease;
}

.brand a:hover .custom-logo,
.logo-image:hover img {
  filter: drop-shadow(0 0 24px rgba(242, 213, 139, .22));
  transform: translateY(-1px);
}

.logo {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  min-width: max-content;
}

.logo strong {
  display: inline-block;
  color: var(--marble);
  font-size: 1.85rem;
  line-height: .9;
  background:
    linear-gradient(135deg, #ffffff 0%, #ebe6dc 33%, #ffffff 52%, #d6d0c5 74%, #ffffff 100%),
    linear-gradient(90deg, transparent 12%, rgba(201, 154, 63, .55) 28%, transparent 42%, rgba(160, 160, 160, .34) 66%, transparent 78%);
  background-blend-mode: multiply;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 28px rgba(242, 213, 139, .1);
}

.logo span {
  color: var(--gold-soft);
  font-size: .72rem;
  letter-spacing: 0;
  margin-top: 7px;
}

.nav {
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--muted);
  font-weight: 800;
  font-size: .92rem;
}

.nav ul {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.nav a:hover,
.nav a.is-current,
.nav .current-menu-item > a,
.nav .current_page_item > a {
  color: var(--marble);
  border-color: var(--gold-border);
  background:
    linear-gradient(135deg, rgba(247, 244, 236, .1), rgba(201, 154, 63, .08)),
    rgba(255, 255, 255, .02);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(247, 244, 236, .09), rgba(201, 154, 63, .08));
  color: var(--marble);
  padding: 10px;
}

.nav-toggle span[aria-hidden="true"] {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  border-radius: 2px;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 20px;
  font-weight: 900;
  min-height: 48px;
  transform: translateZ(0);
  transition: transform .24s cubic-bezier(.2, .8, .2, 1), border-color .24s ease, background .24s ease, color .24s ease, box-shadow .24s ease, filter .24s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:active {
  transform: translateY(-1px) scale(.985);
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, .32), transparent);
  transform: translateX(-130%);
  transition: transform .6s ease;
}

.btn:hover::after {
  transform: translateX(130%);
}

.btn-primary {
  border-color: rgba(255, 255, 255, .36);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(232, 226, 214, .95) 48%, rgba(255, 255, 255, .98)),
    linear-gradient(110deg, transparent 16%, rgba(201, 154, 63, .48) 34%, transparent 46%, rgba(160, 160, 160, .25) 72%, transparent 84%);
  background-blend-mode: multiply;
  color: #0b0906;
  box-shadow: inset 0 0 0 1px rgba(201, 154, 63, .18), 0 14px 34px rgba(0, 0, 0, .28);
}

.btn-primary:hover {
  box-shadow: inset 0 0 0 1px rgba(201, 154, 63, .2), 0 18px 42px rgba(0, 0, 0, .32), 0 0 24px rgba(242, 213, 139, .16);
}

.btn-secondary {
  border-color: var(--gold-border);
  color: var(--gold-soft);
  background: rgba(247, 244, 236, .045);
}

.hero {
  padding: 96px 0 72px;
  position: relative;
  overflow: hidden;
}

.page-hero {
  padding: 88px 0 56px;
  border-bottom: 1px solid var(--gold-border);
  background:
    linear-gradient(180deg, rgba(247, 244, 236, .055), rgba(255, 255, 255, 0)),
    linear-gradient(110deg, transparent, rgba(201, 154, 63, .09), transparent 62%);
}

.page-hero p {
  color: var(--muted);
  max-width: 720px;
  font-size: 1.12rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 42px;
  align-items: center;
}

.kicker {
  color: var(--gold-soft);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
  font-size: .82rem;
}

h1 {
  font-size: 4.25rem;
  line-height: 1.02;
  margin: 14px 0 22px;
  letter-spacing: 0;
  max-width: 780px;
}

.hero p {
  color: var(--muted);
  max-width: 650px;
  font-size: 1.12rem;
}

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

.hero-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025)),
    linear-gradient(115deg, transparent 14%, rgba(201, 154, 63, .12) 36%, transparent 48%, rgba(220, 216, 207, .08) 74%, transparent);
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -75%;
  width: 80%;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 0%, rgba(255, 255, 255, .012) 24%, rgba(255, 255, 255, .075) 50%, rgba(242, 213, 139, .04) 62%, transparent 100%);
  filter: blur(7px);
  opacity: .48;
  transform: translateX(0);
}

.hero-card:hover::before {
  transform: translateX(235%);
  transition: transform 1.15s ease;
}

.hero-mark {
  display: block;
  width: min(100%, 340px);
  max-height: 190px;
  object-fit: contain;
  margin: 0 auto 18px;
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, .34));
  transition: transform .24s ease, filter .24s ease;
}

.hero-card h2 {
  margin: 0 0 16px;
  color: var(--gold-soft);
}

.stat-list {
  display: grid;
  gap: 14px;
}

.stat {
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 244, 236, .045), rgba(201, 154, 63, .035)),
    rgba(0, 0, 0, .26);
  border: 1px solid var(--border);
}

.stat strong {
  display: block;
  color: var(--gold-soft);
  font-size: 1.7rem;
}

.section {
  padding: 76px 0;
}

.compact-section {
  padding-top: 18px;
}

.section-title {
  font-size: 3.1rem;
  margin: 0 0 18px;
  letter-spacing: 0;
  line-height: 1.12;
}

.section-lead {
  color: var(--muted);
  max-width: 760px;
  margin-bottom: 34px;
  line-height: 1.75;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .045), rgba(255, 255, 255, .012)),
    var(--card);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  padding: 24px;
  min-height: 220px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset;
  transform: translateZ(0);
  transition: transform .28s cubic-bezier(.2, .8, .2, 1), border-color .28s ease, box-shadow .28s ease, background .28s ease;
}

.card::before {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -85%;
  width: 82%;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 0%, rgba(255, 255, 255, .01) 22%, rgba(255, 255, 255, .085) 50%, rgba(242, 213, 139, .045) 62%, transparent 100%);
  filter: blur(8px);
  opacity: 0;
  transform: translateX(0);
  transition: opacity .28s ease, transform .9s ease;
}

.card:hover {
  transform: translateY(-7px);
  border-color: rgba(242, 213, 139, .38);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .08) inset,
    0 28px 56px rgba(0, 0, 0, .3),
    0 0 34px rgba(242, 213, 139, .08);
}

.card:hover::before {
  opacity: 1;
  transform: translateX(250%);
}

.card::after,
.review-card::after,
.hero-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 38%),
    radial-gradient(circle at 18% 0%, rgba(242, 213, 139, .16), transparent 34%);
  opacity: 0;
  transition: opacity .28s ease;
}

.card > *,
.hero-card > * {
  position: relative;
  z-index: 1;
}

.card:hover::after,
.review-card:hover::after,
.hero-card:hover::after {
  opacity: .72;
}

.card h3 {
  color: var(--marble);
  margin-top: 0;
}

.card p {
  color: var(--muted);
  line-height: 1.72;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--gold-soft);
  font-weight: 800;
}

.text-link:hover {
  color: var(--marble);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 38px;
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  padding: 16px 18px;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 244, 236, .065), rgba(201, 154, 63, .04)),
    rgba(0, 0, 0, .22);
  color: var(--text);
}

.page-links {
  padding-top: 52px;
  padding-bottom: 86px;
}

.band + .page-links {
  margin-top: 0;
}

.gallery-stack {
  display: grid;
  gap: 34px;
}

.gallery-note,
.gallery-section,
.gallery-feature,
.photo-card,
.video-card {
  overflow: hidden;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .05), rgba(255, 255, 255, .015)),
    rgba(0, 0, 0, .28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset;
}

.gallery-note {
  padding: 22px 24px;
}

.gallery-note p {
  max-width: 880px;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.gallery-section {
  display: grid;
  gap: 24px;
  padding: 24px;
}

.photo-strip {
  display: grid;
  grid-template-columns: 1.15fr .92fr .92fr;
  gap: 18px;
  align-items: stretch;
}

.photo-card {
  position: relative;
  min-height: 420px;
  margin: 0;
}

.photo-card:first-child {
  min-height: 520px;
}

.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #050505;
  transition: transform .32s ease, opacity .28s ease;
}

.media-fallback-image {
  object-position: center;
}

.photo-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 4px;
  padding: 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .74));
}

.photo-card strong {
  color: var(--marble);
}

.photo-card span {
  color: var(--muted);
  line-height: 1.55;
}

.gallery-section-media {
  gap: 28px;
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: stretch;
}

.loop-grid {
  display: grid;
  gap: 18px;
}

.video-card {
  display: grid;
}

.video-card h3,
.gallery-feature h3 {
  margin: 0;
  color: var(--marble);
}

.video-card h3 {
  padding: 16px 18px 0;
}

.video-card p {
  margin: 0;
  padding: 8px 18px 18px;
  color: var(--muted);
  line-height: 1.6;
}

.gallery-feature {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 24px;
  padding: 24px;
}

.gallery-feature p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.gallery-video,
.gallery-loop {
  display: block;
  width: 100%;
  object-fit: cover;
  background: #050505;
}

.gallery-video {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}

.gallery-loop {
  aspect-ratio: 16 / 9;
}

.band {
  background:
    linear-gradient(135deg, rgba(247, 244, 236, .09), rgba(201, 154, 63, .14)),
    linear-gradient(110deg, transparent 22%, rgba(180, 180, 180, .08) 45%, transparent 62%);
  border-block: 1px solid var(--gold-border);
}

.contact-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .06), rgba(201, 154, 63, .045)),
    rgba(0, 0, 0, .24);
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  padding: 28px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: start;
}

.contact-intro {
  position: sticky;
  top: 112px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .05), rgba(255, 255, 255, .016)),
    rgba(0, 0, 0, .26);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset;
}

.required-note {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.required-note span {
  color: var(--gold-soft);
  font-weight: 900;
}

.js-enabled .contact-form [hidden] {
  display: none !important;
}

.form-dependent-fields {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-field {
  display: grid;
  align-content: start;
  gap: 8px;
}

.form-field label,
.form-consent {
  color: var(--marble);
  font-weight: 700;
}

.form-field label > span[aria-hidden="true"],
.form-field label .required-mark {
  color: var(--gold-soft);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02)),
    rgba(0, 0, 0, .3);
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-select-shell {
  position: relative;
}

.custom-select-trigger,
.custom-select-options button {
  width: 100%;
  font: inherit;
  color: var(--text);
  text-align: left;
}

.custom-select-trigger {
  display: none;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  border: 1px solid rgba(242, 213, 139, .28);
  border-radius: 8px;
  padding: 13px 14px 13px 16px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .08), rgba(201, 154, 63, .045)),
    rgba(0, 0, 0, .36);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.js-enabled .custom-select-trigger {
  display: flex;
}

.js-enabled .form-select-shell select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.custom-select-trigger:hover,
.custom-select-trigger[aria-expanded="true"] {
  border-color: rgba(242, 213, 139, .62);
  box-shadow: 0 0 0 3px rgba(242, 213, 139, .08);
}

.custom-select-arrow {
  width: 10px;
  height: 10px;
  margin-left: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--gold-soft);
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.custom-select-trigger[aria-expanded="true"] .custom-select-arrow {
  transform: rotate(225deg) translate(-2px, -2px);
}

.custom-select-options {
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 8px);
  z-index: 8;
  overflow: hidden;
  border: 1px solid rgba(242, 213, 139, .38);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .08), rgba(201, 154, 63, .045)),
    rgba(7, 7, 8, .98);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .45);
}

.custom-select-options button {
  display: block;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  padding: 14px 16px;
  background: transparent;
  cursor: pointer;
  transition: color .18s ease, background .18s ease;
}

.custom-select-options button:last-child {
  border-bottom: 0;
}

.custom-select-options button:hover,
.custom-select-options button:focus-visible,
.custom-select-options button[aria-selected="true"] {
  color: var(--gold-soft);
  background: rgba(242, 213, 139, .1);
  outline: none;
}

.form-field textarea {
  resize: vertical;
  min-height: 140px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(242, 213, 139, .7);
  box-shadow: 0 0 0 3px rgba(242, 213, 139, .1);
}

.form-field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 46px;
  cursor: pointer;
  background:
    linear-gradient(45deg, transparent 50%, var(--gold-soft) 50%) calc(100% - 22px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, var(--gold-soft) 50%, transparent 50%) calc(100% - 16px) 50% / 7px 7px no-repeat,
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(201, 154, 63, .035)),
    rgba(0, 0, 0, .34);
  color-scheme: dark;
}

.form-field input[type="date"] {
  color-scheme: dark;
}

.form-field input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: .85;
  filter: invert(88%) sepia(20%) saturate(840%) hue-rotate(358deg) brightness(103%) contrast(90%);
}

.form-field input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.form-help,
.form-privacy {
  color: var(--muted);
  font-size: .92rem;
}

.form-privacy {
  margin: 0;
}

.form-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.55;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--gold);
  flex: 0 0 auto;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-notice {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  line-height: 1.6;
}

.form-notice-success {
  color: var(--marble);
  background: rgba(114, 216, 207, .09);
  border-color: rgba(114, 216, 207, .32);
}

.form-notice-error {
  color: var(--marble);
  background: rgba(201, 154, 63, .08);
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}

.review-intro {
  position: sticky;
  top: 112px;
}

.review-form {
  position: relative;
  overflow: hidden;
}

.review-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 0%, rgba(242, 213, 139, .11), transparent 34%),
    radial-gradient(circle at 100% 22%, rgba(114, 216, 207, .08), transparent 36%);
  opacity: .72;
}

.review-form > * {
  position: relative;
}

.review-rating-field {
  gap: 12px;
}

.review-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(242, 213, 139, .22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(242, 213, 139, .13), transparent 38%),
    linear-gradient(145deg, rgba(247, 244, 236, .065), rgba(201, 154, 63, .03)),
    rgba(0, 0, 0, .22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset;
}

.review-star {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: rgba(247, 244, 236, .18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)),
    rgba(0, 0, 0, .2);
  cursor: pointer;
  transform: translateY(0) scale(1);
  transition: color .2s ease, transform .2s ease, filter .2s ease, border-color .2s ease, background .2s ease;
}

.review-star::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(242, 213, 139, .52), transparent 42%, rgba(114, 216, 207, .18));
  opacity: 0;
  transition: opacity .22s ease;
}

.review-star svg {
  position: relative;
  width: 35px;
  height: 35px;
  fill: currentColor;
  stroke: rgba(255, 255, 255, .24);
  stroke-width: 1.7;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .4));
}

.review-star.is-active {
  color: var(--gold-soft);
  border-color: rgba(242, 213, 139, .34);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, .16), transparent 26%),
    linear-gradient(145deg, rgba(242, 213, 139, .14), rgba(201, 154, 63, .045)),
    rgba(0, 0, 0, .22);
  filter: drop-shadow(0 0 14px rgba(242, 213, 139, .22));
  animation: star-pop .34s ease both;
}

.review-star.is-active::before {
  opacity: .28;
}

.review-star.is-preview {
  color: #fff0bc;
  border-color: rgba(242, 213, 139, .58);
  transform: translateY(-2px) scale(1.08);
}

.review-star:nth-of-type(2).is-active {
  animation-delay: .03s;
}

.review-star:nth-of-type(3).is-active {
  animation-delay: .06s;
}

.review-star:nth-of-type(4).is-active {
  animation-delay: .09s;
}

.review-star:nth-of-type(5).is-active {
  animation-delay: .12s;
}

.review-star:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
  border-radius: 8px;
}

.review-rating-text {
  margin-left: 8px;
  color: var(--gold-soft);
  font-weight: 900;
}

.review-unavailable {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .06), rgba(201, 154, 63, .035)),
    rgba(0, 0, 0, .28);
}

.review-unavailable h2 {
  margin: 8px 0 12px;
  font-size: 2rem;
}

.review-unavailable p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.reviews-showcase-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-bottom: 1px solid var(--gold-border);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .78) 36%, rgba(0, 0, 0, .18) 68%, rgba(0, 0, 0, .06) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .5)),
    var(--reviews-hero-image),
    radial-gradient(ellipse at 78% 22%, rgba(242, 213, 139, .22), transparent 33rem),
    linear-gradient(90deg, rgba(3, 3, 3, .98) 0%, rgba(3, 3, 3, .88) 48%, rgba(12, 10, 5, .8) 100%);
  background-position: center, center, right center, center, center;
  background-size: cover, cover, cover, cover, cover;
}

.reviews-showcase-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 74% 34%, rgba(242, 213, 139, .16), transparent 34rem),
    linear-gradient(115deg, transparent 50%, rgba(242, 213, 139, .07) 52%, transparent 62%);
  filter: blur(8px);
  opacity: .34;
}

.reviews-showcase-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 520px;
  padding-top: 80px;
  padding-bottom: 76px;
}

.reviews-hero-copy {
  max-width: 720px;
}

.reviews-hero-copy h1 {
  margin: 18px 0;
  max-width: 760px;
  font-size: clamp(3.2rem, 6.8vw, 6.25rem);
  line-height: .96;
  text-transform: uppercase;
}

.reviews-hero-copy h1 span,
.reviews-cta h2 span {
  color: var(--gold-soft);
}

.title-line {
  width: min(280px, 65%);
  height: 1px;
  margin: 24px 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft), transparent);
  box-shadow: 0 0 18px rgba(242, 213, 139, .48);
}

.reviews-hero-copy p {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.review-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.review-filter {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(242, 213, 139, .38);
  border-radius: 8px;
  color: var(--text);
  background: rgba(0, 0, 0, .2);
  font: inherit;
  font-size: .86rem;
  font-weight: 850;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}

.review-filter:hover,
.review-filter:focus-visible,
.review-filter.is-active {
  border-color: var(--gold-soft);
  background:
    linear-gradient(135deg, rgba(201, 154, 63, .28), rgba(247, 244, 236, .08)),
    rgba(0, 0, 0, .28);
  box-shadow: 0 0 30px rgba(242, 213, 139, .18);
  transform: translateY(-1px);
}

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

.review-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 520px;
  border: 1px solid rgba(242, 213, 139, .25);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0%, rgba(242, 213, 139, .11), transparent 34%),
    radial-gradient(circle at 94% 8%, rgba(247, 244, 236, .052), transparent 34%),
    linear-gradient(145deg, rgba(247, 244, 236, .045), rgba(255, 255, 255, .012)),
    rgba(0, 0, 0, .3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset;
  transform: translateZ(0);
  transition: opacity .28s ease, transform .28s cubic-bezier(.2, .8, .2, 1), border-color .28s ease, box-shadow .28s ease;
}

.review-card.is-hidden {
  display: none;
}

.review-card:hover {
  border-color: rgba(242, 213, 139, .52);
  transform: translateY(-6px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .08) inset,
    0 30px 66px rgba(0, 0, 0, .32),
    0 0 42px rgba(242, 213, 139, .08);
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, .06), transparent 34%, rgba(242, 213, 139, .035));
  opacity: .42;
}

.review-card > * {
  position: relative;
}

.review-card-visual {
  position: absolute;
  inset: 0 0 auto;
  height: 188px;
  overflow: hidden;
  background: rgba(0, 0, 0, .42);
}

.review-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(5, 5, 5, .82)),
    linear-gradient(90deg, rgba(0, 0, 0, .24), transparent 58%);
}

.review-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
  transform: scale(var(--review-image-zoom, 1));
  transition: transform .32s ease, opacity .28s ease;
}

.review-card:hover .review-card-visual img {
  opacity: .98;
}

.review-card-image-meta {
  position: absolute;
  inset: 16px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}

.review-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  padding: 24px;
}

.review-card.has-visual .review-card-body {
  padding-top: 208px;
}

.review-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
}

.review-heading-side {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  align-self: flex-start;
  width: auto;
  max-width: calc(100% - 12px);
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(242, 213, 139, .34);
  border-radius: 6px;
  color: var(--gold-soft);
  background: rgba(201, 154, 63, .12);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.review-heading time {
  color: var(--muted);
  font-size: .9rem;
  white-space: nowrap;
}

.review-card h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.24;
}

.review-verified {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #0b0b0c;
  background: var(--gold-soft);
  font-size: .72rem;
  font-weight: 950;
  cursor: help;
}

.review-verified::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 4;
  width: 178px;
  padding: 7px 10px;
  border: 1px solid rgba(242, 213, 139, .28);
  border-radius: 6px;
  color: var(--marble);
  background: rgba(8, 8, 9, .96);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .36);
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
}

.review-verified:hover::after,
.review-verified:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-start;
  align-items: center;
  color: var(--muted);
  font-size: .9rem;
}

.review-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.review-meta-icon {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  color: var(--gold-soft);
}

.review-meta-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.review-card-stars {
  display: flex;
  gap: 4px;
  align-items: center;
  color: rgba(247, 244, 236, .2);
  font-size: 1.35rem;
  line-height: 1;
}

.review-card-image-meta .review-card-stars {
  align-self: flex-start;
  padding: 8px 10px;
  border: 1px solid rgba(242, 213, 139, .2);
  border-radius: 999px;
  background: rgba(0, 0, 0, .45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.review-card-stars .is-filled {
  color: var(--gold-soft);
  text-shadow: 0 0 18px rgba(242, 213, 139, .24);
}

.review-card.is-visible .review-card-stars .is-filled {
  animation: review-star-glow .58s cubic-bezier(.2, .8, .2, 1) both;
}

.review-card.is-visible .review-card-stars .is-filled:nth-child(2) {
  animation-delay: .05s;
}

.review-card.is-visible .review-card-stars .is-filled:nth-child(3) {
  animation-delay: .1s;
}

.review-card.is-visible .review-card-stars .is-filled:nth-child(4) {
  animation-delay: .15s;
}

.review-card.is-visible .review-card-stars .is-filled:nth-child(5) {
  animation-delay: .2s;
}

.review-card-stars small {
  margin-left: 6px;
  color: var(--gold-soft);
  font-size: .82rem;
  font-weight: 850;
}

.review-quote {
  margin: 0;
  color: var(--muted);
  line-height: 1.64;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.review-card:not(.has-response) .review-quote {
  -webkit-line-clamp: 7;
}

.review-read-more {
  display: none;
  align-self: flex-start;
  margin-top: -6px;
  padding: 0;
  border: 0;
  color: var(--gold-soft);
  background: transparent;
  font: inherit;
  font-size: .9rem;
  font-weight: 850;
  cursor: pointer;
}

.review-read-more.is-visible {
  display: inline-flex;
}

.review-read-more:hover,
.review-read-more:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.review-response {
  margin-top: 4px;
  padding: 16px;
  border-left: 2px solid rgba(242, 213, 139, .58);
  border-radius: 8px;
  background: rgba(247, 244, 236, .045);
}

.review-response strong {
  color: var(--gold-soft);
}

.review-response p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.58;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.review-response .review-read-more {
  margin-top: 8px;
}

.review-mark {
  align-self: flex-end;
  margin-top: auto;
  color: var(--gold-soft);
  font-size: 3rem;
  font-weight: 900;
  line-height: .5;
}

.review-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
}

.review-modal[hidden] {
  display: none;
}

.review-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .66);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.review-modal-panel {
  position: relative;
  width: min(100%, 720px);
  max-height: min(82vh, 720px);
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(242, 213, 139, .42);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 213, 139, .13), transparent 34%),
    linear-gradient(145deg, rgba(247, 244, 236, .07), rgba(255, 255, 255, .025)),
    rgba(8, 8, 9, .96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .56);
  animation: modal-in .22s ease both;
}

.review-modal-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-modal-title {
  margin: 0 42px 16px 0;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  line-height: 1.08;
}

.review-modal-content {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
  white-space: pre-wrap;
}

.review-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(242, 213, 139, .34);
  border-radius: 8px;
  color: var(--marble);
  background: rgba(0, 0, 0, .28);
  font-size: 1.25rem;
  cursor: pointer;
}

.review-modal-close:hover,
.review-modal-close:focus-visible {
  border-color: rgba(242, 213, 139, .68);
  color: var(--gold-soft);
}

body.has-review-modal {
  overflow: hidden;
}

.reviews-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(242, 213, 139, .28);
  border-radius: 8px;
  background: rgba(242, 213, 139, .22);
}

.reviews-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 16px;
  align-items: center;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .05), rgba(255, 255, 255, .015)),
    rgba(0, 0, 0, .48);
}

.reviews-stat-icon {
  grid-row: span 2;
  color: var(--gold-soft);
  font-size: 2rem;
}

.reviews-stat strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.reviews-stat small {
  color: var(--muted);
}

.reviews-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(240px, .7fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid rgba(242, 213, 139, .28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(201, 154, 63, .13), rgba(0, 0, 0, .34)),
    radial-gradient(ellipse at 82% 38%, rgba(242, 213, 139, .19), transparent 30%),
    rgba(0, 0, 0, .42);
}

.reviews-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .62) 52%, rgba(0, 0, 0, .22));
}

.reviews-cta > * {
  position: relative;
  z-index: 1;
}

.reviews-cta-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  opacity: .64;
  transition: transform .32s ease, opacity .28s ease;
}

.reviews-cta h2 {
  margin: 8px 0 0;
  max-width: 420px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.reviews-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.reviews-empty {
  max-width: 760px;
  padding: 30px;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .06), rgba(201, 154, 63, .035)),
    rgba(0, 0, 0, .28);
}

.reviews-empty h2 {
  margin: 8px 0 14px;
  font-size: 2.1rem;
}

.reviews-empty p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

@keyframes star-pop {
  0% {
    transform: translateY(0) scale(.82);
  }

  58% {
    transform: translateY(-4px) scale(1.14);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes review-star-glow {
  0% {
    opacity: .55;
    transform: translateY(2px) scale(.86);
    filter: drop-shadow(0 0 0 rgba(242, 213, 139, 0));
  }

  58% {
    opacity: 1;
    transform: translateY(-2px) scale(1.12);
    filter: drop-shadow(0 0 10px rgba(242, 213, 139, .3));
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 0 rgba(242, 213, 139, 0));
  }
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-modal-panel {
  position: relative;
  overflow: hidden;
  width: min(100%, 520px);
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .08), rgba(201, 154, 63, .045)),
    rgba(8, 8, 9, .96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .55);
  animation: modal-in .22s ease both;
}

.contact-modal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .07), transparent 62%);
  opacity: .34;
}

.contact-modal-panel > * {
  position: relative;
}

.contact-modal-panel h2 {
  margin: 8px 0 12px;
  font-size: 2rem;
  line-height: 1.1;
}

.contact-modal-panel p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-modal-success {
  border-color: rgba(242, 213, 139, .46);
}

.contact-modal-error {
  border-color: rgba(242, 213, 139, .46);
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.site-footer {
  border-top: 1px solid var(--gold-border);
  padding: 32px 0;
  color: var(--muted);
  font-size: .92rem;
  background: linear-gradient(180deg, rgba(247, 244, 236, .025), rgba(0, 0, 0, .1));
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.footer-socials {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
}

.footer-socials a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--marble);
  border: 1px solid var(--gold-border);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .06), rgba(201, 154, 63, .035)),
    rgba(0, 0, 0, .22);
  transition: color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--gold-soft);
  border-color: rgba(242, 213, 139, .62);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .26), 0 0 18px rgba(114, 216, 207, .08);
}

.footer-socials svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-links {
  text-align: right;
}

.legal-page {
  padding: 72px 0;
}

.legal-page article {
  position: relative;
  overflow: hidden;
  max-width: 850px;
  background:
    linear-gradient(145deg, rgba(247, 244, 236, .05), rgba(255, 255, 255, .018)),
    rgba(255, 255, 255, .025);
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  padding: 28px;
}

.privacy-opt-out {
  margin: 18px 0 28px;
  padding: 18px;
  border: 1px solid rgba(242, 213, 139, .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(.992);
  filter: saturate(.96);
  transition: opacity .78s ease, transform .78s cubic-bezier(.2, .8, .2, 1), filter .78s ease;
  transition-delay: var(--reveal-delay, 0s);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: saturate(1);
}

.cards > .reveal-on-scroll:nth-child(2),
.stat-list > .reveal-on-scroll:nth-child(2),
.feature-list > .reveal-on-scroll:nth-child(2) {
  --reveal-delay: .08s;
}

.cards > .reveal-on-scroll:nth-child(3),
.stat-list > .reveal-on-scroll:nth-child(3),
.feature-list > .reveal-on-scroll:nth-child(3) {
  --reveal-delay: .16s;
}

.feature-list > .reveal-on-scroll:nth-child(4) {
  --reveal-delay: .24s;
}

@media (max-width: 1040px) {
  h1 {
    font-size: 3.55rem;
    line-height: 1.06;
  }

  .section-title {
    font-size: 2.45rem;
  }

  .reviews-cta {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .hero-mark,
  .photo-card img,
  .review-card-visual img,
  .reviews-cta-image {
    transform: none;
    transition: opacity .22s ease;
  }

  .hero-grid,
  .cards,
  .reviews-grid,
  .photo-strip,
  .media-layout,
  .contact-box,
  .contact-layout,
  .review-layout,
  .form-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .photo-card,
  .photo-card:first-child {
    min-height: 360px;
  }

  .nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: rgba(15, 16, 17, .96);
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .page-links {
    padding-top: 42px;
    padding-bottom: 68px;
  }

  .compact-section {
    padding-top: 0;
  }

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

  .nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav a {
    display: block;
    padding: 12px;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .header-cta {
    display: none;
  }

  .brand .custom-logo,
  .logo-image img {
    max-width: 150px;
    max-height: 44px;
  }

  .hero {
    padding-top: 64px;
  }

  .reviews-showcase-hero {
    min-height: auto;
  }

  .reviews-showcase-hero-inner {
    gap: 28px;
    min-height: auto;
    padding-top: 62px;
    padding-bottom: 50px;
  }

  .reviews-hero-copy h1 {
    font-size: 3.1rem;
  }

  .review-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .review-filter {
    width: 100%;
    padding: 0 12px;
  }

  h1 {
    font-size: 2.75rem;
    line-height: 1.08;
  }

  .section-title {
    font-size: 2rem;
  }

  .hero p,
  .page-hero p,
  .section-lead,
  .card p {
    line-height: 1.72;
  }

  .contact-intro {
    position: static;
  }

  .review-intro {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-links {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  h1 {
    font-size: 2.18rem;
    line-height: 1.1;
  }

  .page-hero {
    padding: 62px 0 42px;
  }

  .section {
    padding: 58px 0;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .reviews-hero-copy h1 {
    font-size: 2.45rem;
  }

  .review-filters,
  .reviews-stats {
    grid-template-columns: 1fr;
  }

  .review-card-body,
  .review-card.has-visual .review-card-body,
  .reviews-cta {
    padding: 20px;
  }

  .review-card.has-visual .review-card-body {
    padding-top: 196px;
  }
}

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

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

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .btn::after,
  .card::before,
  .card::after,
  .hero-card::before,
  .hero-card::after,
  .review-card::after,
  body::before,
  body::after {
    display: none;
  }

  .hero-mark,
  .photo-card img,
  .review-card-visual img,
  .reviews-cta-image {
    transform: none;
  }
}
