:root {
  --ink: #15110f;
  --charcoal: #211a18;
  --brown: #3b2621;
  --cream: #fff7ee;
  --linen: #f5e8d9;
  --gold: #d9aa57;
  --coral: #e56e58;
  --green: #27624f;
  --white: #ffffff;
  --muted: #6e625e;
  --shadow: 0 18px 48px rgba(30, 20, 14, 0.18);
  --radius: 8px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffaf4 0%, #f3e3d1 47%, #fff8f1 100%);
  overflow-x: hidden;
}

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

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(229, 110, 88, 0.78);
  outline-offset: 3px;
}

.icon-sprite {
  display: none;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 24px), 1120px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(21, 17, 15, 0.45);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
  transition: background 260ms ease, transform 260ms ease, color 260ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 248, 241, 0.92);
  border-color: rgba(33, 26, 24, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  position: relative;
  z-index: 2;
  margin-bottom: -24px;
  transform: translate(-20px, -12px);
}

.brand-logo {
  display: block;
  box-sizing: content-box;
  width: clamp(222px, 25.8vw, 286px);
  height: auto;
  padding: 3px;
  border: 1px solid rgba(255, 222, 151, 0.78);
  border-radius: 8px;
  background: rgba(18, 13, 11, 0.92);
  object-fit: contain;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.nav-links {
  display: none;
  align-items: center;
  gap: 20px;
  font-weight: 800;
  font-size: 0.88rem;
}

.nav-links a {
  opacity: 0.78;
  transition: opacity 180ms ease, color 180ms ease;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--gold);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 13px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-media,
.hero-overlay,
.hero-ribbons {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  background-image: url("../images/hero-event.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  animation: heroZoom 14s ease-in-out infinite alternate;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(15, 10, 8, 0.9) 0%, rgba(28, 18, 15, 0.68) 42%, rgba(20, 14, 11, 0.35) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(21, 17, 15, 0.68));
}

.hero-ribbons {
  z-index: -1;
  opacity: 0.6;
  background:
    linear-gradient(118deg, transparent 0 35%, rgba(217, 170, 87, 0.24) 35% 36%, transparent 36% 100%),
    linear-gradient(63deg, transparent 0 58%, rgba(229, 110, 88, 0.18) 58% 59%, transparent 59% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 90px);
  animation: ribbonDrift 16s ease-in-out infinite alternate;
}

.hero-inner {
  min-height: 88svh;
  display: grid;
  align-items: center;
  gap: 28px;
  padding-top: 104px;
  padding-bottom: 64px;
}

.hero-copy {
  max-width: 700px;
}

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

.hero .eyebrow {
  color: #ffd18a;
}

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

h1 {
  margin-bottom: 16px;
  font-size: 3.1rem;
  line-height: 0.92;
  letter-spacing: 0;
  max-width: 9ch;
}

h2 {
  margin-bottom: 16px;
  font-size: 2.2rem;
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
  line-height: 1.2;
}

.hero-lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.03rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: transform 520ms ease;
}

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

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

.btn-primary {
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), #fff0c0 58%, var(--coral));
  box-shadow: 0 15px 38px rgba(217, 170, 87, 0.35);
}

.btn-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
}

.btn-ghost {
  color: var(--white);
  background: rgba(39, 98, 79, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.hero-panel {
  width: min(100%, 380px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-panel strong {
  display: block;
  margin-top: 8px;
  font-size: 1.35rem;
  line-height: 1.16;
}

.panel-kicker {
  color: #ffd18a;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.hero-panel dl div {
  padding: 12px;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.2);
}

.hero-panel dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
}

.hero-panel dd {
  margin: 4px 0 0;
  font-weight: 900;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 20px;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 6px;
  height: 10px;
  border-radius: 10px;
  background: var(--gold);
  animation: cue 1.6s ease-in-out infinite;
}

.section {
  padding: 72px 0;
}

.section p {
  color: var(--muted);
  line-height: 1.7;
}

.split {
  display: grid;
  gap: 28px;
}

.section-copy {
  max-width: 680px;
}

.feature-stack {
  display: grid;
  gap: 14px;
}

.feature-stack article,
.service-card,
.trust-card,
.contact-card,
.contact-form,
.offer-card {
  border: 1px solid rgba(59, 38, 33, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.feature-stack article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px;
}

.feature-stack svg,
.trust-card svg {
  color: var(--green);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 28px;
}

.services-section {
  background:
    linear-gradient(135deg, rgba(39, 98, 79, 0.12), transparent 45%),
    linear-gradient(180deg, #fffaf4, #f3e0cc);
}

.service-grid,
.trust-grid {
  display: grid;
  gap: 14px;
}

.service-card,
.trust-card {
  position: relative;
  padding: 20px;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card::before,
.trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(217, 170, 87, 0.18), transparent 45%, rgba(229, 110, 88, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-card:hover,
.trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 170, 87, 0.45);
  box-shadow: 0 24px 60px rgba(30, 20, 14, 0.22);
}

.service-card:hover::before,
.trust-card:hover::before {
  opacity: 1;
}

.service-card > *,
.trust-card > * {
  position: relative;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), #fff2ca);
}

.gallery-section {
  background: var(--charcoal);
  color: var(--white);
}

.gallery-section .eyebrow,
.gallery-section p {
  color: #ffd18a;
}

.gallery-grid {
  display: grid;
  gap: 14px;
}

.gallery-item {
  position: relative;
  min-height: 250px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--white);
  background: #000;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.68));
}

.gallery-item span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  font-weight: 900;
}

.gallery-item:hover img {
  transform: scale(1.08);
  filter: saturate(1.08);
}

.trust-grid {
  grid-template-columns: 1fr;
}

.trust-card {
  min-height: 190px;
}

.contact-section {
  background:
    linear-gradient(180deg, #fff8f1, #efdbc6);
}

.contact-layout {
  display: grid;
  gap: 18px;
}

.contact-card,
.contact-form {
  padding: 22px;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.contact-list a {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px;
  border-radius: var(--radius);
  background: rgba(39, 98, 79, 0.08);
  font-weight: 850;
  overflow-wrap: anywhere;
  transition: background 180ms ease, transform 180ms ease;
}

.contact-list a:hover {
  transform: translateX(3px);
  background: rgba(217, 170, 87, 0.2);
}

.contact-list svg {
  color: var(--green);
}

.hours {
  padding-top: 16px;
  border-top: 1px solid rgba(59, 38, 33, 0.12);
}

.hours p {
  margin-bottom: 4px;
}

.form-row {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.form-row label {
  font-weight: 900;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(59, 38, 33, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  padding: 13px 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 4px rgba(229, 110, 88, 0.14);
  outline: none;
}

.form-button {
  width: 100%;
}

.form-note {
  margin: 12px 0 0;
  font-size: 0.9rem;
}

.map-wrap {
  margin-top: 18px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.offer-section {
  background: var(--charcoal);
  color: var(--white);
}

.offer-card {
  display: grid;
  gap: 24px;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(217, 170, 87, 0.18), rgba(229, 110, 88, 0.1)),
    #211a18;
  border-color: rgba(255, 255, 255, 0.16);
}

.offer-card p {
  color: rgba(255, 255, 255, 0.74);
}

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

.offer-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
}

.offer-list svg {
  color: var(--gold);
}

.offer-button {
  align-self: start;
}

.site-footer {
  padding: 36px 0 92px;
  color: rgba(255, 255, 255, 0.78);
  background: #15110f;
}

.footer-inner {
  display: grid;
  gap: 20px;
}

.site-footer strong {
  display: block;
  color: var(--white);
  margin-bottom: 6px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: var(--gold);
  font-weight: 900;
}

.powered {
  font-size: 0.86rem;
}

.powered a {
  color: var(--gold);
  font-weight: 900;
}

.mobile-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 8px;
  border-radius: var(--radius);
  background: rgba(21, 17, 15, 0.92);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.mobile-cta a {
  display: grid;
  place-items: center;
  gap: 4px;
  min-height: 54px;
  border-radius: var(--radius);
  color: var(--white);
  font-size: 0.77rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.08);
}

.mobile-cta a:first-child {
  color: var(--ink);
  background: var(--gold);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.86);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-height: 86svh;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes heroZoom {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.1);
  }
}

@keyframes ribbonDrift {
  from {
    transform: translateX(-18px);
  }
  to {
    transform: translateX(18px);
  }
}

@keyframes cue {
  0%, 100% {
    transform: translateY(-7px);
    opacity: 0.55;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

@media (min-width: 720px) {
  .nav-links {
    display: flex;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 380px;
  }

  h1 {
    font-size: 4.9rem;
  }

  h2 {
    font-size: 3.1rem;
  }

  .split,
  .contact-layout {
    grid-template-columns: 1fr 0.86fr;
    align-items: start;
  }

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

  .service-card {
    min-height: 258px;
  }

  .gallery-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

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

  .gallery-item:first-child img {
    aspect-ratio: 1 / 1.24;
  }

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

  .offer-card {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    padding: 34px;
  }

  .offer-button {
    grid-column: 1 / -1;
    justify-self: start;
  }

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

  .powered {
    grid-column: 1 / -1;
  }

  .mobile-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 38px;
  }
}

@media (max-width: 719px) {
  body {
    padding-bottom: 82px;
  }

  .site-header {
    top: 8px;
    width: calc(100% - 16px);
  }

  .brand-logo {
    width: 222px;
  }

  .header-cta span {
    display: none;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.1rem;
  }

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

  .hero-panel {
    display: none;
  }
}

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

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.82rem;
  }

  .btn {
    padding-inline: 13px;
    font-size: 0.92rem;
  }

  .mobile-cta a {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .js .reveal,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
