:root {
  color-scheme: dark;
  --bg: #07080b;
  --bg-2: #101116;
  --panel: #17191f;
  --text: #f7f7f2;
  --muted: #c8c8bc;
  --line: rgba(255, 255, 255, 0.13);
  --gold: #f0df1c;
  --gold-2: #bdb016;
  --teal: #2a7984;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(240, 223, 28, 0.13), transparent 34rem),
    linear-gradient(180deg, #090a0d 0%, #07080b 38%, #101116 100%);
  color: var(--text);
  font-family: "Trebuchet MS", "Aptos", "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(7, 8, 11, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 220px;
}

.brand-mark {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(240, 223, 28, 0.2), rgba(42, 121, 132, 0.1));
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 0 28px rgba(240, 223, 28, 0.16);
}

.brand-bus {
  position: absolute;
  left: 8px;
  right: 7px;
  bottom: 12px;
  height: 14px;
  border: 2px solid var(--gold);
  border-radius: 3px 7px 3px 3px;
  background: rgba(240, 223, 28, 0.1);
}

.brand-bus::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 15px;
  height: 4px;
  background:
    linear-gradient(90deg, var(--gold) 0 4px, transparent 4px 6px, var(--gold) 6px 10px, transparent 10px 12px, var(--gold) 12px 15px);
  opacity: 0.9;
}

.brand-bus::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: -6px;
  height: 5px;
  background:
    radial-gradient(circle at 4px 50%, var(--gold) 0 3px, transparent 3.5px),
    radial-gradient(circle at calc(100% - 4px) 50%, var(--gold) 0 3px, transparent 3.5px);
}

.brand strong,
.site-footer strong {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  margin-top: 2px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a {
  flex: 0 0 auto;
  color: var(--muted);
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--gold);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
  cursor: pointer;
}

.header-cta,
.button.primary {
  background: var(--gold);
  color: #111;
}

.button.secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.header-cta:hover,
.button.primary:hover {
  background: #fff15b;
}

.button.secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.mobile-action-bar {
  display: none;
}

.section,
.section-band {
  padding: clamp(62px, 8vw, 106px) clamp(20px, 4vw, 48px);
}

.section > *,
.section-band > * {
  width: 100%;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(22px, 5vw, 70px);
  min-height: calc(100vh - 70px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  min-width: 0;
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 5vw, 4.55rem);
  line-height: 1;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Impact, "Arial Black", "Trebuchet MS", sans-serif;
  font-weight: 900;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-text,
.feature-copy p,
.quote-copy p,
.section-heading p + h2 {
  color: var(--muted);
}

.hero-tagline {
  max-width: 620px;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: clamp(1.12rem, 2.2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-text {
  max-width: 560px;
  font-size: clamp(1rem, 1.8vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.quick-facts div,
.occasion-grid article,
.steps article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quick-facts dt {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-facts dd {
  margin: 5px 0 0;
  color: var(--text);
  font-weight: 700;
}

.hero-showcase {
  position: relative;
  align-self: center;
  min-height: 520px;
}

.hero-photo-card {
  position: absolute;
  inset: 38px 0 0 34px;
  overflow: hidden;
  border: 1px solid rgba(240, 223, 28, 0.35);
  border-radius: 8px;
  background: #111;
  box-shadow: var(--shadow);
}

.hero-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 8, 11, 0.08), rgba(7, 8, 11, 0.72)),
    linear-gradient(90deg, rgba(240, 223, 28, 0.18), transparent 34%);
  pointer-events: none;
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 8, 11, 0.72);
  backdrop-filter: blur(12px);
}

.hero-photo-caption strong,
.hero-photo-caption span {
  display: block;
}

.hero-photo-caption strong {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-photo-caption span {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-logo-card {
  position: absolute;
  top: 0;
  left: 0;
  width: min(360px, 54%);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 8, 11, 0.76);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(16px);
}

.hero-logo-card img {
  width: 100%;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.55));
}

.notice-strip {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 4vw, 46px);
  flex-wrap: wrap;
  padding: 14px 20px;
  background: var(--gold);
  color: #101116;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-bar div {
  padding: 22px clamp(20px, 4vw, 48px);
  background: #0d0e12;
}

.trust-bar strong,
.trust-bar span,
.review-strip strong,
.review-strip span {
  display: block;
}

.trust-bar strong {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trust-bar span {
  color: var(--muted);
  font-size: 0.94rem;
}

.review-strip {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.review-strip div {
  padding: 22px clamp(20px, 4vw, 48px);
  background:
    linear-gradient(180deg, rgba(240, 223, 28, 0.08), rgba(255, 255, 255, 0.025)),
    #090a0d;
}

.review-strip strong {
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 0.86rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.review-strip span {
  color: var(--muted);
  font-size: 0.94rem;
}

.featured-video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  background:
    radial-gradient(circle at 82% 8%, rgba(240, 223, 28, 0.16), transparent 28rem),
    linear-gradient(135deg, rgba(42, 121, 132, 0.2), transparent 44%),
    #08090d;
  border-bottom: 1px solid var(--line);
}

.featured-video-copy {
  max-width: 540px;
}

.featured-video-copy h2 {
  margin-top: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.featured-video-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.featured-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.featured-badges span {
  padding: 8px 11px;
  border: 1px solid rgba(240, 223, 28, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.featured-video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(240, 223, 28, 0.32);
  border-radius: 8px;
  background: #030407;
  box-shadow: var(--shadow);
}

.featured-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.featured-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: cover;
}

.featured-video-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 2;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(7, 8, 11, 0.78);
  backdrop-filter: blur(14px);
}

.featured-video-caption strong,
.featured-video-caption span {
  display: block;
}

.featured-video-caption strong {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-video-caption span {
  color: var(--muted);
  font-size: 0.9rem;
  text-align: right;
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 760px);
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: clamp(34px, 5vw, 58px) clamp(20px, 4vw, 48px);
  background:
    radial-gradient(circle at 80% 10%, rgba(240, 223, 28, 0.12), transparent 24rem),
    #0b0c10;
  border-bottom: 1px solid var(--line);
}

.proof-band > * {
  width: 100%;
  max-width: var(--max);
}

.proof-band-copy {
  justify-self: end;
}

.proof-band-copy h2 {
  max-width: 480px;
  margin: 0;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
}

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

.review-cards article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(240, 223, 28, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(240, 223, 28, 0.09), rgba(255, 255, 255, 0.035)),
    #0d0e12;
}

.review-cards strong {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-cards p {
  color: var(--muted);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.proof-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    #0d0e12;
}

.proof-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-grid span {
  color: var(--muted);
}

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

.occasion-grid article,
.steps article {
  min-height: 180px;
}

.occasion-grid p,
.steps p,
.faq-list p {
  color: var(--muted);
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(42, 121, 132, 0.2), transparent 34%),
    var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-copy {
  max-width: 560px;
}

.value-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(240, 223, 28, 0.1), transparent 30rem),
    #08090c;
}

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

.value-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    #0c0d11;
}

.value-grid span {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.value-grid p {
  color: var(--muted);
}

.proof-section {
  background: #090a0d;
  border-bottom: 1px solid var(--line);
}

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

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 28px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(240, 223, 28, 0.12);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 220px;
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.gallery-grid img:last-child {
  grid-column: span 2;
}

.expanded-gallery {
  grid-template-columns: 1.05fr 0.95fr 0.95fr 0.95fr;
  grid-auto-rows: 240px;
}

.expanded-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #101116;
}

.expanded-gallery figure:first-child {
  grid-row: span 2;
}

.expanded-gallery figure:nth-child(4) {
  grid-column: span 2;
}

.expanded-gallery figure:nth-child(8) {
  grid-column: span 2;
}

.expanded-gallery figure:last-child {
  grid-column: auto;
}

.expanded-gallery img {
  transition: transform 260ms ease, filter 260ms ease;
}

.expanded-gallery figure:hover img {
  transform: scale(1.035);
  filter: brightness(1.08);
}

.expanded-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(7, 8, 11, 0.74);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.photo-themes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 840px;
  margin: 22px auto 0;
}

.photo-themes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.reserve-section {
  background: #0b0c10;
  border-top: 1px solid var(--line);
}

.steps article span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--gold);
  color: #101116;
  font-weight: 900;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background:
    radial-gradient(circle at top right, rgba(240, 223, 28, 0.16), transparent 28rem),
    #111217;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-copy {
  max-width: 460px;
}

.quote-note {
  margin-top: 24px;
  padding: 18px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.quote-note strong {
  display: block;
  color: var(--text);
  margin-bottom: 4px;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-form .wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: #090a0d;
  color: var(--text);
  font: inherit;
  padding: 12px;
}

textarea {
  resize: vertical;
}

.quote-form button {
  justify-self: start;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.faq-list p {
  padding: 0 20px 20px;
  margin: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 30px clamp(20px, 4vw, 48px);
  background: #050609;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer a {
  display: block;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.site-footer p {
  margin: 4px 0 0;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .feature-section,
  .featured-video-section,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  .hero-showcase {
    min-height: 420px;
  }

  .hero-photo-card {
    inset: 34px 0 0;
  }

  .hero-logo-card {
    width: min(320px, 62%);
  }

  .occasion-grid,
  .steps,
  .trust-bar,
  .review-strip,
  .value-grid,
  .proof-grid,
  .review-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-band {
    grid-template-columns: 1fr;
  }

  .proof-band-copy {
    justify-self: start;
  }

  .featured-video-copy {
    max-width: 720px;
  }

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

@media (max-width: 640px) {
  body {
    padding-bottom: 0;
  }

  .section,
  .section-band {
    padding: 46px 18px;
  }

  .site-header {
    gap: 14px;
  }

  .brand {
    min-width: 0;
  }

  .header-cta {
    width: 100%;
  }

  .mobile-action-bar {
    display: none;
  }

  .mobile-action-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 6px;
    background: var(--gold);
    color: #111;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-action-bar a:last-child {
    background: #fff;
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 8px 14px;
    overflow-x: visible;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 2.45rem);
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }

  .hero {
    padding-top: 34px;
    gap: 28px;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 22px 0 0;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 54px;
    padding-inline: 12px;
  }

  .quick-facts {
    display: none;
  }

  .quick-facts,
  .occasion-grid,
  .steps,
  .trust-bar,
  .review-strip,
  .value-grid,
  .proof-grid,
  .review-cards,
  .gallery-grid,
  .quote-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: 0;
    display: grid;
    gap: 10px;
  }

  .hero-photo-card {
    position: relative;
    inset: auto;
    aspect-ratio: 16 / 9;
  }

  .hero-logo-card {
    display: none;
  }

  .featured-video-section {
    gap: 24px;
  }

  .featured-video-caption {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    border-width: 1px 0 0;
    border-radius: 0;
    background: #090a0d;
  }

  .featured-video-caption span {
    text-align: left;
  }

  .hero-photo-caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    align-items: start;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
  }

  .hero-photo-caption span {
    font-size: 0.78rem;
  }

  .notice-strip {
    justify-content: flex-start;
    padding: 12px 18px;
    font-size: 0.76rem;
    letter-spacing: 0.02em;
  }

  .trust-bar div,
  .review-strip div {
    padding: 16px 18px;
  }

  .trust-bar span {
    font-size: 0.86rem;
  }

  .featured-badges {
    gap: 8px;
    margin-top: 16px;
  }

  .featured-badges span {
    padding: 7px 9px;
    font-size: 0.7rem;
  }

  .gallery-grid {
    grid-auto-rows: 210px;
  }

  .gallery-grid img:first-child,
  .expanded-gallery figure:first-child {
    grid-row: auto;
  }

  .gallery-grid img:last-child,
  .expanded-gallery figure:nth-child(4),
  .expanded-gallery figure:last-child {
    grid-column: auto;
  }

  .site-footer {
    align-items: start;
  }
}
