:root {
  --wine: #7d2f20;
  --wine-dark: #572017;
  --terracotta: #c76743;
  --gold: #d7a84d;
  --cream: #f8f1e6;
  --paper: #fffdf8;
  --ink: #2d241f;
  --muted: #70655d;
  --line: rgba(79, 49, 35, 0.14);
  --shadow: 0 24px 60px rgba(74, 38, 25, 0.13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(125, 47, 32, 0.06) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  content: "";
  pointer-events: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 12px clamp(24px, 6vw, 96px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand > span:last-child { display: grid; line-height: 1.15; }
.brand strong { font-family: "Playfair Display", serif; font-size: 1.08rem; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; }

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--wine);
  color: white;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 0.91rem; font-weight: 600; }
.main-nav a { transition: color 180ms ease; }
.main-nav a:hover { color: var(--terracotta); }
.nav-cta { padding: 11px 20px; border-radius: 999px; background: var(--wine); color: white !important; }
.nav-cta:hover { background: var(--wine-dark); }

.menu-button { display: none; padding: 8px; border: 0; background: transparent; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.hero {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  background: linear-gradient(125deg, var(--cream), #fffdf8 62%);
}

.hero-content { align-self: center; padding: 80px clamp(30px, 7vw, 110px); }
.eyebrow { margin: 0 0 18px; color: var(--terracotta); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Playfair Display", serif; line-height: 1.1; }
h1 { max-width: 690px; margin-bottom: 26px; font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -0.045em; }
h2 { margin-bottom: 22px; font-size: clamp(2.3rem, 4vw, 4.2rem); letter-spacing: -0.035em; }
.hero-copy { max-width: 560px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 999px; font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: white; box-shadow: 0 12px 28px rgba(125, 47, 32, 0.22); }
.text-link { font-weight: 700; }
.text-link span { margin-left: 6px; color: var(--terracotta); }

.hero-visual { position: relative; min-height: 640px; padding: clamp(36px, 5vw, 74px); }
.photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(125, 47, 32, 0.2);
  background:
    linear-gradient(145deg, rgba(125, 47, 32, 0.72), rgba(201, 105, 68, 0.5)),
    repeating-linear-gradient(45deg, #c58267 0, #c58267 1px, #8f4835 1px, #8f4835 12px);
  color: #fff;
  text-align: center;
}
.photo-placeholder strong { margin-top: 12px; font-family: "Playfair Display", serif; font-size: 1.35rem; }
.photo-placeholder small { max-width: 260px; margin-top: 5px; padding: 0 16px; opacity: 0.78; }
.placeholder-icon { font-size: 2rem; }
.photo-placeholder-main { height: 100%; min-height: 560px; border-radius: 220px 220px 30px 30px; box-shadow: var(--shadow); }
.hero-note { position: absolute; right: clamp(18px, 4vw, 60px); bottom: 15%; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 14px; background: white; box-shadow: var(--shadow); }
.hero-note > span { color: var(--terracotta); font-size: 1.5rem; }
.hero-note p { margin: 0; font-size: 0.8rem; line-height: 1.35; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 850px; }
.about { background: var(--wine); color: white; }
.about .eyebrow { color: #efb88d; }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 8vw, 130px); margin-top: 50px; padding-top: 50px; border-top: 1px solid rgba(255,255,255,0.22); }
.about-lead { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(1.6rem, 2.4vw, 2.45rem); line-height: 1.3; }
.about-copy { max-width: 680px; color: rgba(255,255,255,0.78); font-size: 1.06rem; }
.about-copy p:first-child { margin-top: 0; }

.gallery-section { background: var(--cream); }
.section-heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading-row > p { max-width: 400px; margin-bottom: 25px; color: var(--muted); }
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 280px;
  gap: 20px;
  margin-top: 55px;
}
.gallery-photo {
  position: relative;
  grid-column: span 4;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #d6b39e;
  box-shadow: 0 14px 38px rgba(74, 38, 25, 0.1);
}
.gallery-photo-featured { grid-column: span 7; grid-row: span 2; }
.gallery-photo:nth-child(2),
.gallery-photo:nth-child(3) { grid-column: span 5; }
.gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.gallery-photo:nth-child(2) img { object-position: center 47%; }
.gallery-photo:nth-child(3) img { object-position: center 42%; }
.gallery-photo:nth-child(5) img { object-position: center 55%; }
.gallery-photo:hover img { transform: scale(1.035); }
.gallery-photo::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(31, 18, 13, 0.78));
  content: "";
  pointer-events: none;
}
.gallery-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px 24px 20px;
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.center { margin: 0 auto; text-align: center; }
.value-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 55px; }
.value-card { min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.72); }
.value-card:nth-child(even) { transform: translateY(28px); }
.value-number { color: var(--gold); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.18em; }
.value-card h3 { margin: 60px 0 14px; font-size: 1.65rem; }
.value-card p { margin: 0; color: var(--muted); }

.contact { padding-top: 140px; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: clamp(40px, 7vw, 90px); border-radius: 28px; background: var(--wine); color: white; }
.contact-card > div:first-child { max-width: 760px; }
.contact-card h2 { margin-bottom: 18px; }
.contact-card p { max-width: 620px; margin-bottom: 0; color: rgba(255,255,255,0.76); }
.eyebrow-light { color: #efb88d !important; }
.contact-actions { flex: 0 0 auto; text-align: center; }
.contact-phone { display: block; margin-top: 13px; color: rgba(255,255,255,0.8); font-size: 0.9rem; font-weight: 600; }
.contact-phone:hover { color: white; }
.button-light { background: white; color: var(--wine); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; padding: 32px clamp(24px, 7vw, 110px); border-top: 1px solid var(--line); }
footer > p { color: var(--muted); font-size: 0.85rem; text-align: center; }
.copyright { text-align: right; }
.footer-contact { justify-self: end; text-align: right; }
.footer-contact > a { color: var(--wine); font-size: 0.86rem; font-weight: 700; }
.footer-contact .copyright { margin: 5px 0 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 960px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 82px; right: 20px; display: none; width: min(320px, calc(100vw - 40px)); padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 590px; padding-top: 0; }
  .photo-placeholder-main { min-height: 540px; }
  .value-cards { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(even) { transform: none; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; justify-items: center; }
  .copyright { text-align: center; }
  .footer-contact { justify-self: center; text-align: center; }
}

@media (max-width: 680px) {
  .site-header { min-height: 72px; }
  .main-nav { top: 72px; }
  .hero { min-height: auto; }
  .hero-content { padding: 70px 24px 50px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 460px; padding: 0 24px 50px; }
  .photo-placeholder-main { min-height: 430px; border-radius: 150px 150px 24px 24px; }
  .hero-note { right: 14px; bottom: 80px; }
  .section { padding: 80px 24px; }
  .about-grid { grid-template-columns: 1fr; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 5px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-photo,
  .gallery-photo-featured,
  .gallery-photo:nth-child(2),
  .gallery-photo:nth-child(3) { grid-column: auto; grid-row: auto; }
  .value-cards { grid-template-columns: 1fr; }
  .value-card { min-height: 235px; }
  .value-card h3 { margin-top: 40px; }
  .contact { padding-top: 80px; }
  .contact-card { padding: 42px 28px; }
  .contact-actions, .button-light { width: 100%; }
}
