@font-face {
  font-family: "Alex Brush";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/alex-brush-400.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/cormorant-garamond-400.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/cormorant-garamond-500.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/cormorant-garamond-600.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/cormorant-garamond-700.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/manrope-400.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/manrope-500.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/manrope-600.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/manrope-700.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./assets/fonts/manrope-800.ttf") format("truetype");
}

:root {
  --night: #131722;
  --night-soft: #1b2030;
  --gold: #d8bc82;
  --gold-deep: #b99658;
  --pearl: #f6f0e6;
  --mist: #ebe2d4;
  --ink: #161b31;
  --line: rgba(216, 188, 130, 0.22);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: #f6f0e6;
  background:
    radial-gradient(circle at top, rgba(216, 188, 130, 0.08), transparent 24%),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.02), transparent 18%),
    linear-gradient(180deg, #1b2030 0%, #131722 42%, #0d1018 100%);
  background-attachment: fixed;
}

.floating-nav {
  width: min(1320px, calc(100% - 3rem));
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(7, 10, 16, 0.18);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  transition: transform 220ms ease, opacity 220ms ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.site-header {
  pointer-events: none;
}

.site-header .floating-nav {
  pointer-events: auto;
}

.site-header.is-hidden .floating-nav {
  opacity: 0;
  transform: translateY(-135%);
  background: rgba(7, 10, 16, 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

.mobile-nav-trigger {
  display: flex;
}

@media (min-width: 768px) {
  .mobile-nav-trigger {
    display: none;
  }
}

.mobile-menu-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.75rem);
  padding: 1rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(216, 188, 130, 0.18);
  background:
    linear-gradient(180deg, rgba(22, 28, 42, 0.98), rgba(12, 15, 24, 0.98));
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  backdrop-filter: blur(8px) saturate(120%);
  box-shadow: 0 22px 56px rgba(3, 6, 12, 0.42);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.75rem);
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease, visibility 0s linear 200ms;
}

.mobile-menu-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 200ms ease, transform 200ms ease, visibility 0s linear 0s;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(216, 188, 130, 0.14);
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem 1rem;
  color: rgba(246, 240, 230, 0.92);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.mobile-menu-link:hover {
  background: rgba(216, 188, 130, 0.12);
  border-color: rgba(216, 188, 130, 0.28);
  color: var(--gold);
}

.mobile-menu-contact-row {
  margin-top: 1.15rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-quick-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  gap: 0.45rem;
  border-radius: 1rem;
  border: 1px solid rgba(216, 188, 130, 0.14);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.75rem 0.4rem;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246, 240, 230, 0.88);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.mobile-quick-link:hover {
  background: rgba(216, 188, 130, 0.12);
  border-color: rgba(216, 188, 130, 0.26);
  color: var(--gold);
}

.mobile-quick-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(216, 188, 130, 0.1);
  color: var(--gold);
}

.navy-panel {
  background:
    radial-gradient(circle at top, rgba(216, 188, 130, 0.08), transparent 34%),
    linear-gradient(180deg, #1b2236 0%, #131722 100%);
}

.gold-line {
  position: relative;
}

.gold-line::after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  margin-top: 1rem;
  background: linear-gradient(90deg, rgba(216, 188, 130, 0), rgba(216, 188, 130, 0.95), rgba(216, 188, 130, 0));
}

.card-shell {
  border: 1px solid rgba(216, 188, 130, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, #1b2236, #131722);
  backdrop-filter: blur(12px);
}

.ornament {
  letter-spacing: 0.42em;
  color: rgba(216, 188, 130, 0.72);
}

.hero-monogram {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(9rem, 20vw, 16rem);
  font-weight: 700;
  line-height: 0.8;
  color: rgba(10, 14, 32, 0.22);
  pointer-events: none;
  user-select: none;
  letter-spacing: 0.06em;
}

.hero-grid::before,
.hero-grid::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(216, 188, 130, 0.16);
}

.hero-grid::before {
  width: 16rem;
  height: 16rem;
  right: -5rem;
  top: -4rem;
}

.hero-grid::after {
  width: 11rem;
  height: 11rem;
  left: -3rem;
  bottom: -4rem;
}

.cta-button {
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.section-card {
  border: 1px solid rgba(216, 188, 130, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, rgba(27, 34, 54, 0.96), rgba(19, 23, 34, 0.98));
  box-shadow: 0 16px 48px rgba(8, 11, 24, 0.22);
}

.dark-card {
  border: 1px solid rgba(216, 188, 130, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, #1b2236, #131722);
}

.photo-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(216, 188, 130, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, #1b2236, #131722);
  box-shadow: 0 18px 50px rgba(8, 11, 24, 0.22);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 19, 36, 0.04), rgba(15, 19, 36, 0.2));
  pointer-events: none;
}

.image-band {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  min-height: 30rem;
}

.image-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 11, 18, 0.94) 0%, rgba(8, 11, 18, 0.74) 36%, rgba(8, 11, 18, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.28));
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(216, 188, 130, 0.88);
}

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

.hero-bleed {
  border-radius: 0;
  box-shadow: none;
}

.hero-overlay::after {
  background:
    linear-gradient(90deg, rgba(7, 10, 16, 0.82) 0%, rgba(7, 10, 16, 0.58) 38%, rgba(7, 10, 16, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 10, 16, 0.22), rgba(7, 10, 16, 0.38));
}
