:root {
  --bg: #090706;
  --bg-soft: #140f0d;
  --surface: rgba(22, 17, 15, 0.84);
  --surface-strong: rgba(33, 24, 21, 0.94);
  --surface-alt: rgba(255, 247, 238, 0.05);
  --line: rgba(255, 241, 226, 0.1);
  --text: #f8efe7;
  --muted: #c9b8aa;
  --accent: #d89a46;
  --accent-strong: #efb865;
  --accent-soft: rgba(216, 154, 70, 0.16);
  --shadow: 0 30px 90px -50px rgba(0, 0, 0, 0.88);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(216, 154, 70, 0.22), transparent 20%),
    radial-gradient(circle at 85% 12%, rgba(216, 154, 70, 0.12), transparent 18%),
    linear-gradient(180deg, #110d0c 0%, #080606 100%);
}

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

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

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.11;
  background-image:
    linear-gradient(transparent 0%, rgba(255, 255, 255, 0.02) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='.06'%3E%3Ccircle cx='80' cy='80' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 28px));
  margin: 14px auto 24px;
}

.site-header,
.hero,
.signature-section,
.services-section,
.ambience-section,
.cta-section,
.site-footer {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.site-header,
.site-footer,
.cta-card {
  border-radius: var(--radius-xl);
}

.hero,
.signature-section,
.services-section,
.ambience-section,
.cta-section {
  border-radius: 44px;
}

.site-header,
.signature-section,
.services-section,
.ambience-section,
.cta-section,
.site-footer {
  margin-top: 18px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), #8f5518);
  color: #140f0d;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 18px 40px -24px rgba(216, 154, 70, 0.86);
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-title,
.section-chip,
.card-label,
.service-index {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-title {
  font-size: 1rem;
  font-weight: 700;
}

.brand-subtitle,
.section-chip,
.card-label,
.ghost-link,
.section-note {
  color: var(--muted);
}

.brand-subtitle {
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 0 22px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nav-cta,
.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #19120f;
  font-weight: 700;
  box-shadow: 0 18px 42px -24px rgba(216, 154, 70, 0.78);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 247, 238, 0.04);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 24px;
  padding: 34px;
  background:
    radial-gradient(circle at top left, rgba(216, 154, 70, 0.15), transparent 24%),
    linear-gradient(150deg, rgba(255, 247, 238, 0.05), rgba(255, 247, 238, 0.02));
}

.hero-copy h1,
.section-header h2,
.ambience-copy h2,
.cta-card h2 {
  margin: 14px 0 18px;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.94;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
}

.hero-copy p,
.signature-card p,
.service-card p,
.ambience-copy p,
.quote-card,
.contact-panel p,
.cta-card p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.82;
}

.section-chip,
.card-label,
.service-index {
  font-size: 0.72rem;
  font-weight: 700;
}

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

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.hero-metrics article,
.signature-card,
.service-card,
.highlight-card,
.quote-card,
.contact-panel,
.media-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-alt);
}

.hero-metrics article,
.signature-card,
.service-card,
.highlight-card,
.quote-card,
.contact-panel {
  padding: 22px;
}

.hero-metrics strong,
.highlight-card strong,
.quote-card strong {
  display: block;
  font-size: 1.18rem;
  line-height: 1.45;
}

.hero-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.65;
}

.hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.48fr;
  gap: 16px;
}

.hero-side-stack {
  display: grid;
  gap: 16px;
}

.media-card {
  overflow: hidden;
}

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

.media-card-large {
  min-height: 740px;
}

.media-card-small {
  min-height: 240px;
}

.highlight-card {
  background:
    radial-gradient(circle at top left, rgba(216, 154, 70, 0.16), transparent 34%),
    rgba(255, 247, 238, 0.06);
}

.highlight-card p {
  margin: 10px 0 0;
}

.signature-section,
.services-section,
.ambience-section,
.cta-section {
  padding: 30px;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-header h2,
.ambience-copy h2,
.cta-card h2 {
  max-width: 14ch;
  font-size: clamp(2.3rem, 3.5vw, 3.4rem);
}

.section-note {
  max-width: 28rem;
  line-height: 1.75;
}

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

.signature-card h3,
.service-card h3 {
  margin: 16px 0 12px;
  font-size: 1.42rem;
}

.signature-card-strong,
.accent-card {
  background:
    radial-gradient(circle at top left, rgba(216, 154, 70, 0.18), transparent 30%),
    rgba(255, 247, 238, 0.07);
}

.service-index {
  color: var(--accent);
}

.ghost-link {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 241, 226, 0.24);
}

.ambience-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 22px;
  align-items: start;
}

.experience-list {
  margin: 24px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.88;
}

.ambience-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 16px;
}

.media-card-tall {
  grid-row: span 2;
  min-height: 640px;
}

.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
  background:
    radial-gradient(circle at top left, rgba(216, 154, 70, 0.16), transparent 32%),
    rgba(255, 247, 238, 0.05);
}

.contact-panel {
  min-height: 240px;
  background: rgba(255, 247, 238, 0.04);
}

.contact-panel p {
  margin: 12px 0 0;
}

.cta-card {
  padding: 30px;
  background:
    radial-gradient(circle at top left, rgba(216, 154, 70, 0.18), transparent 26%),
    linear-gradient(145deg, rgba(255, 247, 238, 0.06), rgba(255, 247, 238, 0.02));
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px;
}

@media (max-width: 1080px) {
  .hero,
  .ambience-section {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .ambience-gallery {
    grid-template-columns: 1fr;
  }

  .media-card-tall {
    grid-row: span 1;
    min-height: 460px;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }
}

@media (max-width: 920px) {
  .signature-grid,
  .services-grid,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section-header,
  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 18px, 1240px);
  }

  .site-header,
  .hero,
  .signature-section,
  .services-section,
  .ambience-section,
  .cta-card,
  .site-footer {
    padding: 22px;
  }

  .site-nav {
    gap: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .media-card-large {
    min-height: 480px;
  }

  .media-card-small,
  .quote-card,
  .contact-panel {
    min-height: 220px;
  }
}
