:root {
  --sand: #efe1d2;
  --stone: #c8af97;
  --bronze: #b08155;
  --espresso: #2d211d;
  --light: #f7efe8;
  --shadow: 0 30px 70px rgba(30, 20, 18, 0.35);
  --radius: 26px;
  --dur: 0.85s;
  --ease: cubic-bezier(0.4, 0.12, 0.12, 1);
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Sora", system-ui, sans-serif;
  color: #f8f2ec;
  background: radial-gradient(circle at top right, #5a3f32 0%, #2a1f1b 50%, #1b1412 100%);
}

.page {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 24px;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: 600;
}

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

.templates-back {
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 10;
}

.templates-back a {
  background: rgba(43, 30, 24, 0.8);
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.hero {
  padding: 80px 8vw 70px;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(200, 175, 151, 0.22), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.nav {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.logo {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
}

.nav-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 14px;
}

.nav-actions .cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--bronze);
  color: #1b1412;
  font-weight: 600;
}

.hero-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
  animation: fadeUp var(--dur) var(--ease) both;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #dcc7b1;
}

.lead {
  font-size: 18px;
  line-height: 1.6;
  color: #e9dfd5;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.button {
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--bronze);
  color: #1b1412;
  font-weight: 600;
  font-size: 14px;
}

.button.ghost {
  background: transparent;
  border: 1px solid rgba(248, 242, 236, 0.4);
  color: #f8f2ec;
}

.hero-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 28px;
  backdrop-filter: blur(8px);
}

.card-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #dcc7b1;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.section {
  padding: 70px 8vw;
  background: #1b1412;
  animation: fadeUp var(--dur) var(--ease) both;
}

.section-head h2 {
  margin: 0 0 8px;
}

.section-head p {
  margin: 0;
  color: #d4c1b0;
}

.cards {
  margin-top: 32px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.cards article {
  background: #2a1f1b;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(200, 175, 151, 0.18);
}

.split {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
  padding: 70px 8vw;
  background: linear-gradient(120deg, #221814, #2f211c);
  animation: fadeUp var(--dur) var(--ease) both;
}

.split-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
}

.media-frame {
  height: 320px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(200, 175, 151, 0.15), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(200, 175, 151, 0.2);
  box-shadow: var(--shadow);
  overflow: hidden;
}

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

.pill-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pill-row span {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(248, 242, 236, 0.3);
  font-size: 12px;
  color: #e9dfd5;
}

.testimonials {
  background: #241a16;
}

.quote-grid {
  margin-top: 28px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

blockquote {
  margin: 0;
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(200, 175, 151, 0.15);
  line-height: 1.6;
}

blockquote span {
  display: block;
  margin-top: 14px;
  color: #dcc7b1;
  font-size: 13px;
}

.contact {
  background: #1b1412;
  padding-bottom: 90px;
}

.contact-card {
  border-radius: var(--radius);
  background: #2a1f1b;
  padding: 30px;
  border: 1px solid rgba(200, 175, 151, 0.2);
  text-align: center;
}

.gallery {
  background: #1f1511;
}

.gallery-grid {
  margin-top: 28px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gallery-grid div {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(200, 175, 151, 0.2);
}

.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  text-align: center;
  padding: 40px 24px 60px;
  font-size: 13px;
  color: #ccb8a8;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .nav-actions a:not(.cta) {
    display: none;
  }
}
