
:root {
  --cream: #f7f2eb;
  --cream-2: #fffaf4;
  --soft-black: #171411;
  --espresso: #37271f;
  --espresso-2: #4e392e;
  --champagne: #c8a56b;
  --champagne-2: #e1c996;
  --blush: #edd1cf;
  --muted: #75695f;
  --line: rgba(200, 165, 107, 0.42);
  --shadow: 0 24px 80px rgba(43, 33, 28, 0.15);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--soft-black);
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.serif { font-family: "Cormorant Garamond", Georgia, serif; }
.smallcaps {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 500;
}
.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 242, 235, 0.88);
  border-bottom: 1px solid rgba(200, 165, 107, 0.28);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.logo-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  letter-spacing: 0.035em;
  line-height: 1;
  position: relative;
}
.logo-text::after {
  content: "";
  position: absolute;
  left: -7px;
  right: -8px;
  bottom: 7px;
  height: 12px;
  border-bottom: 2px solid var(--champagne);
  border-radius: 50%;
  transform: rotate(-2deg);
  pointer-events: none;
  opacity: 0.75;
}
.logo-sub {
  display: block;
  font-size: 0.56rem;
  letter-spacing: 0.26em;
  margin-top: 6px;
  color: var(--muted);
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 38px);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--espresso);
}
.nav-links a {
  position: relative;
  padding: 26px 0;
}
.nav-links a::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 22px;
  background: var(--champagne);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}
.nav-links a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.button, button.button {
  border: 1px solid var(--soft-black);
  background: var(--soft-black);
  color: var(--cream-2);
  padding: 13px 22px;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 160ms ease, background 160ms ease, border 160ms ease;
  cursor: pointer;
}
.button:hover { transform: translateY(-1px); background: #000; }
.button.alt {
  background: transparent;
  color: var(--soft-black);
  border-color: rgba(55, 39, 31, 0.35);
}
.button.alt:hover { border-color: var(--soft-black); background: rgba(255,255,255,0.35); }
.button.gold {
  background: var(--champagne);
  color: var(--soft-black);
  border-color: var(--champagne);
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(55, 39, 31, 0.2);
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span { width: 22px; height: 1px; background: var(--soft-black); display: block; }

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(247,242,235,0.98) 0%, rgba(247,242,235,0.92) 47%, rgba(247,242,235,0.2) 65%);
  border-bottom: 1px solid rgba(200, 165, 107, 0.22);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.88fr);
  min-height: min(780px, calc(100vh - 76px));
  align-items: center;
  gap: 34px;
  padding: 70px 0 56px;
}
.hero-copy { position: relative; z-index: 2; padding-left: clamp(0px, 2vw, 24px); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--espresso-2);
  margin-bottom: 28px;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  width: 74px;
  height: 1px;
  background: var(--champagne);
}
.hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 8vw, 8.4rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.045em;
  margin: 0 0 30px;
  max-width: 680px;
}
.hero h1 em {
  font-style: italic;
  position: relative;
  display: inline-block;
  letter-spacing: -0.07em;
}
.hero h1 em::after {
  content: "";
  position: absolute;
  left: 2px;
  right: -42px;
  bottom: 0.12em;
  height: 18px;
  border-bottom: 3px solid var(--champagne);
  border-radius: 50%;
  transform: rotate(-1.5deg);
  opacity: 0.85;
}
.hero p {
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  max-width: 550px;
  color: #4d433c;
  margin: 0 0 26px;
}
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 0;
  align-items: center;
  max-width: 680px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid var(--line);
  color: var(--muted);
}
.badge:last-child { border-right: 0; padding-right: 0; margin-right: 0; }
.badge svg { flex: 0 0 28px; width: 28px; height: 28px; stroke: var(--champagne); fill: none; stroke-width: 1.4; }
.badge strong { display: block; color: var(--espresso); font-size: 0.68rem; }
.badge span { display: block; font-size: 0.66rem; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 660px;
}
.hero-card {
  position: absolute;
  inset: 0 calc((100vw - min(var(--container), calc(100vw - 40px))) / -2) 0 0;
  overflow: hidden;
  border-left: 1px solid rgba(200,165,107,0.32);
}
.hero-card picture, .hero-card img { height: 100%; width: 100%; }
.hero-card img { object-fit: cover; object-position: center 38%; filter: saturate(0.96) contrast(1.02); }
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--cream) 0%, rgba(247,242,235,0.62) 15%, rgba(247,242,235,0) 42%);
  pointer-events: none;
}

.section {
  padding: clamp(62px, 8vw, 110px) 0;
}
.section-title {
  text-align: center;
  margin: 0 auto 42px;
  max-width: 760px;
}
.section-title .smallcaps { color: var(--espresso-2); }
.section-title h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin: 12px 0;
}
.section-title p { margin: 0; color: var(--muted); font-size: 1.02rem; }

.specialties {
  background: linear-gradient(180deg, rgba(237,209,207,0.34) 0%, rgba(247,242,235,0) 100%);
  border-block: 1px solid rgba(200,165,107,0.20);
}
.specialty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.specialty {
  padding: 34px clamp(20px, 3.5vw, 50px);
  border-right: 1px solid var(--line);
}
.specialty:last-child { border-right: 0; }
.specialty svg { width: 48px; height: 48px; stroke: var(--champagne); fill: none; stroke-width: 1.1; margin-bottom: 22px; }
.specialty h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 8px;
}
.specialty p { color: var(--muted); margin: 0; }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  background: #e7ded2;
  min-height: 360px;
  box-shadow: 0 18px 50px rgba(43,33,28,0.08);
  cursor: pointer;
}
.portfolio-item picture, .portfolio-item img { width: 100%; height: 100%; }
.portfolio-item img {
  object-fit: cover;
  transition: transform 600ms ease, filter 600ms ease;
}
.portfolio-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(23,20,17,0.64) 100%);
  opacity: 0;
  transition: opacity 250ms ease;
}
.portfolio-item:hover img { transform: scale(1.04); filter: saturate(1.06); }
.portfolio-item:hover::after { opacity: 1; }
.item-label {
  position: absolute;
  left: 18px;
  bottom: 16px;
  right: 18px;
  z-index: 2;
  color: var(--cream-2);
  opacity: 0;
  transform: translateY(8px);
  transition: 250ms ease;
}
.portfolio-item:hover .item-label { opacity: 1; transform: translateY(0); }
.item-label strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; line-height: 1; }
.item-label span { display: block; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; }

.about {
  background: var(--cream-2);
  border-block: 1px solid rgba(200,165,107,0.22);
}
.about-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) 1.1fr 0.78fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.about-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.about-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.95;
  font-weight: 400;
  margin: 8px 0 20px;
}
.about-copy p { color: #50443b; margin: 0 0 16px; }
.about-name {
  color: var(--champagne);
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 24px;
}
.quote-card {
  border-left: 1px solid var(--line);
  padding-left: 38px;
  color: var(--espresso-2);
}
.quote-mark { font-family: "Cormorant Garamond", Georgia, serif; color: var(--champagne); font-size: 4rem; line-height: 0.7; }
.quote-card blockquote { margin: 0 0 18px; font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-size: 1.6rem; line-height: 1.15; }
.stars { letter-spacing: 0.2em; color: var(--champagne); }

.booking-strip {
  background: radial-gradient(circle at 18% 20%, rgba(200,165,107,0.18), transparent 26%), linear-gradient(135deg, #2b211c 0%, #171411 100%);
  color: var(--cream-2);
  padding: 58px 0;
}
.booking-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
.booking-inner h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 0.95;
  margin: 0 0 12px;
}
.booking-inner p { color: rgba(255,250,244,0.76); margin: 0; max-width: 760px; }

.site-footer {
  background: #100d0b;
  color: var(--cream-2);
  padding: 36px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
.footer-logo .logo-text { font-size: 2.15rem; display: inline-block; }
.footer-col { color: rgba(255,250,244,0.72); font-size: 0.88rem; }
.footer-col strong { display: block; color: var(--champagne); margin-bottom: 7px; }
.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(200,165,107,0.24);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: rgba(255,250,244,0.55);
  font-size: 0.8rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(16,13,11,0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox-content { position: relative; max-width: min(980px, 94vw); max-height: 90vh; }
.lightbox img { max-height: 88vh; max-width: 100%; box-shadow: 0 30px 90px rgba(0,0,0,0.45); }
.lightbox-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,250,244,0.45);
  color: var(--cream-2);
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (max-width: 980px) {
  .nav-links, .header-actions .button { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-links.open {
    display: flex;
    position: fixed;
    inset: 76px 0 auto 0;
    background: rgba(247,242,235,0.98);
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 30px 70px rgba(43,33,28,0.15);
  }
  .nav-links.open a { padding: 18px 0; }
  .hero-inner { grid-template-columns: 1fr; padding: 58px 0 0; min-height: auto; }
  .hero-art { min-height: 540px; width: calc(100% + 40px); margin-left: -20px; }
  .hero-card { inset: 0; border-left: 0; }
  .hero-card::before { background: linear-gradient(180deg, rgba(247,242,235,0) 40%, var(--cream) 100%); }
  .hero-badges { grid-template-columns: 1fr; gap: 12px; }
  .badge { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 12px; margin: 0; }
  .badge:last-child { border-bottom: 0; }
  .specialty-grid { grid-template-columns: 1fr; }
  .specialty { border-right: 0; border-bottom: 1px solid var(--line); }
  .specialty:last-child { border-bottom: 0; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .quote-card { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 28px; }
  .booking-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-wrap { min-height: 68px; }
  .nav-links.open { inset-top: 68px; }
  .logo-text { font-size: 1.9rem; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .button { text-align: center; width: 100%; }
  .hero-art { min-height: 460px; width: calc(100% + 28px); margin-left: -14px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-item { min-height: 460px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
