:root {
  --cream: #fffaf5;
  --paper: #fffefd;
  --rose: #b96f69;
  --rose-dark: #8e4f4b;
  --rose-soft: #efd8d2;
  --gold: #c89b59;
  --ink: #352a27;
  --muted: #766662;
  --line: rgba(142, 79, 75, .16);
  --shadow: 0 24px 70px rgba(94, 56, 46, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 250, 245, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(80, 50, 43, .07); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--rose), var(--rose-dark));
  color: white; font-family: "Cormorant Garamond", serif;
  font-size: 20px; font-weight: 700;
  box-shadow: 0 8px 24px rgba(142, 79, 75, .25);
}
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand strong { font-family: "Cormorant Garamond", serif; font-size: 21px; }
.brand small { color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-top: 3px; }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: 14px; font-weight: 600; transition: .2s ease; }
.main-nav a:hover { color: var(--rose); }
.nav-cta { padding: 11px 18px; border: 1px solid var(--rose); border-radius: 999px; color: var(--rose); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero {
  position: relative; overflow: hidden;
  min-height: 100vh;
  display: grid; align-items: center;
  padding: 130px 0 70px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(239, 216, 210, .75), transparent 34%),
    linear-gradient(135deg, #fffdf9 0%, #fff6ef 55%, #f9e9e3 100%);
  z-index: -3;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); z-index: -2; }
.hero-glow-1 { width: 280px; height: 280px; background: rgba(200, 155, 89, .12); left: -90px; top: 18%; }
.hero-glow-2 { width: 360px; height: 360px; background: rgba(185, 111, 105, .12); right: -150px; bottom: -80px; }

.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--rose); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 700; }
.eyebrow.light { color: #f2d9cf; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "Cormorant Garamond", serif; line-height: 1.04; }
h1 { font-size: clamp(54px, 7vw, 90px); margin-bottom: 24px; max-width: 760px; }
h2 { font-size: clamp(38px, 5vw, 60px); margin-bottom: 20px; }
h3 { font-size: 20px; line-height: 1.3; }
.hero-text { font-size: 18px; color: var(--muted); max-width: 650px; margin-bottom: 32px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.btn {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 52px; padding: 0 24px; border-radius: 999px;
  font-size: 14px; font-weight: 700; transition: .25s ease;
}
.btn-primary {
  color: white; background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  box-shadow: 0 14px 30px rgba(142, 79, 75, .22);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(142, 79, 75, .29); }
.btn-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.62); }
.btn-secondary:hover { border-color: var(--rose); color: var(--rose); }
.btn-wide { min-width: 290px; }

.trust-row { display: flex; flex-wrap: wrap; gap: 11px; }
.trust-row span {
  padding: 9px 13px; border-radius: 999px;
  background: rgba(255,255,255,.72); border: 1px solid var(--line);
  font-size: 12px; color: var(--muted);
}

.hero-visual { position: relative; }
.portrait-frame {
  position: relative; margin-left: auto; width: min(100%, 510px);
  padding: 16px; border-radius: 42% 42% 24px 24px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}
.portrait-frame::before {
  content: ""; position: absolute; inset: -18px 35px 35px -18px;
  border: 1px solid rgba(200, 155, 89, .5); border-radius: inherit; z-index: -1;
}
.portrait-frame img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center;
  border-radius: 41% 41% 18px 18px;
}
.portrait-card {
  position: absolute; left: -28px; bottom: 28px;
  display: flex; align-items: center; gap: 12px;
  min-width: 220px; padding: 15px 18px;
  background: rgba(255,255,255,.93); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.85); border-radius: 18px;
  box-shadow: 0 14px 35px rgba(68,42,35,.14);
}
.portrait-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--rose-dark); }
.portrait-card strong, .portrait-card small { display: block; line-height: 1.25; }
.portrait-card small { font-size: 11px; color: var(--muted); margin-top: 3px; }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); font-size: 30px; color: var(--rose); animation: float 1.8s infinite; }
@keyframes float { 50% { transform: translate(-50%, 8px); } }

.section { padding: 110px 0; }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.section-heading p:not(.eyebrow), .centered > p:last-child { color: var(--muted); }
.about-copy { font-size: 18px; color: var(--muted); }
.signature { margin-top: 24px; font-family: "Cormorant Garamond", serif; font-size: 38px; color: var(--rose); font-style: italic; }

.services { background: var(--paper); }
.centered { text-align: center; max-width: 760px; margin: 0 auto 50px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card {
  position: relative; padding: 36px 30px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; transition: .3s ease;
}
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(160deg, #fff7f2, #f7e6df); border-color: rgba(185,111,105,.27); }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--rose-soft); color: var(--rose-dark); font-size: 27px; margin-bottom: 24px; }
.service-card p { color: var(--muted); margin-bottom: 0; font-size: 15px; }

.benefits { background: #3d2d2a; color: white; }
.benefits-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.benefits-panel p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.benefit-list { display: grid; gap: 18px; }
.benefit-item {
  display: grid; grid-template-columns: 58px 1fr; gap: 20px;
  padding: 22px; border-radius: 20px; border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.05);
}
.benefit-item > span { font-family: "Cormorant Garamond", serif; font-size: 30px; color: #e9c6b8; }
.benefit-item h3 { margin-bottom: 7px; }
.benefit-item p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }

.testimonial { background: #f8ebe5; }
.quote-card { max-width: 900px; text-align: center; }
.quote-mark { font-family: Georgia, serif; font-size: 86px; color: var(--rose); line-height: .5; }
blockquote { margin: 28px 0 22px; font-family: "Cormorant Garamond", serif; font-size: clamp(30px, 4vw, 47px); line-height: 1.18; }
.quote-card > p { color: var(--rose); font-weight: 700; }

.contact-card {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center;
  padding: 55px; border-radius: 34px;
  background: linear-gradient(135deg, #fff, #f6e2da);
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.contact-card h2 { margin-bottom: 12px; }
.contact-card p { color: var(--muted); }
.contact-actions { text-align: center; }
.location { font-size: 12px; margin: 14px 0 0; }

footer { padding: 42px 0; background: #2d211f; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
footer strong { color: white; font-family: "Cormorant Garamond", serif; font-size: 25px; }
footer p { margin: 3px 0 0; font-size: 13px; }
.footer-links { display: flex; gap: 18px; font-size: 13px; }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute; top: 82px; left: 20px; right: 20px;
    display: none; flex-direction: column; align-items: stretch; gap: 4px;
    padding: 16px; background: #fff; border: 1px solid var(--line);
    border-radius: 18px; box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .nav-cta { text-align: center; }
  .hero-grid, .split-grid, .benefits-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 54px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .portrait-frame { margin: 0 auto; }
  .cards-grid { grid-template-columns: 1fr; }
  .contact-card { gap: 28px; text-align: center; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header .nav-wrap { min-height: 72px; }
  .main-nav { top: 72px; }
  .hero { padding-top: 110px; min-height: auto; }
  h1 { font-size: 52px; }
  h2 { font-size: 42px; }
  .section { padding: 78px 0; }
  .portrait-card { left: 12px; right: 12px; bottom: 12px; min-width: 0; }
  .contact-card { padding: 34px 22px; }
  .btn-wide { min-width: 0; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-links { justify-content: center; }
  .copyright { grid-column: auto; }
}


.video-section {
  background: linear-gradient(180deg, var(--paper), #fbf0ea);
}

.video-card {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 14px;
  border-radius: 30px;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.video-card video {
  display: block;
  width: 100%;
  max-height: 720px;
  border-radius: 20px;
  background: #1f1917;
}


.media-section {
  background: linear-gradient(180deg, var(--paper), #fbf0ea);
}

.gallery-grid {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 80px;
}

.gallery-item {
  position: relative;
  min-height: 240px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: #eee;
  cursor: pointer;
  box-shadow: 0 14px 38px rgba(94, 56, 46, .12);
}

.gallery-item.gallery-wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform .45s ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  background: rgba(45, 33, 31, .72);
  backdrop-filter: blur(10px);
}

.video-heading {
  text-align: center;
  margin-bottom: 32px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.video-card {
  padding: 12px 12px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
}

.video-card video {
  display: block;
  width: 100%;
  max-height: 620px;
  border-radius: 17px;
  background: #1f1917;
}

.video-card h3 {
  margin: 16px 8px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(27, 20, 18, .88);
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: min(1100px, 96vw);
  max-height: 90vh;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0,0,0,.45);
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 26px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.15);
  font-size: 32px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .gallery-grid,
  .video-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-item.gallery-wide {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .gallery-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }
  .gallery-item.gallery-wide {
    grid-column: auto;
  }
  .gallery-item,
  .gallery-item img {
    min-height: 210px;
  }
}
