*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #F7F3EE;
  --warm-white: #FDFAF7;
  --ink: #1A1612;
  --brown: #3D2B1F;
  --gold: #C4933F;
  --gold-light: #E8C47A;
  --muted: #8A7A6E;
  --border: rgba(61,43,31,0.12);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── HEADER ── */
header {
  background: var(--ink);
  padding: 28px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
a.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--cream);
  letter-spacing: 0.04em;
}
.logo-mark {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.logo-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  gap: 1px;
}
.logo-wordmark em {
  color: var(--gold);
  font-style: italic;
}
.logo-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
}
nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 2rem;
  transition: color 0.2s;
}
nav a:hover { color: var(--gold); }

/* ── HERO ── */
.hero {
  background: var(--ink);
  color: var(--cream);
  padding: 80px 5vw 90px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 340px;
  align-items: center;
  gap: 48px;
}
.hero::before {
  content: '';
  position: absolute;
  top: -60px; left: -60px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,147,63,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hero-tag {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
  animation: fadeUp 0.6s ease both;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 300;
  line-height: 1.1;
  max-width: 680px;
  animation: fadeUp 0.7s 0.1s ease both;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-light);
}
.hero p {
  margin-top: 20px;
  max-width: 500px;
  color: rgba(247,243,238,0.65);
  font-weight: 300;
  font-size: 1rem;
  animation: fadeUp 0.7s 0.2s ease both;
}
.hero-note {
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(196,147,63,0.12);
  border: 1px solid rgba(196,147,63,0.3);
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 0.85rem;
  color: var(--gold-light);
  animation: fadeUp 0.7s 0.3s ease both;
}
.hero-note::before { content: '✦'; font-size: 0.7rem; }
.hero-content { padding-bottom: 0; }
.hero-img-wrap {
  align-self: center;
  position: relative;
  z-index: 1;
}
.hero-photo {
  width: 100%;
  display: block;
  border-radius: 14px;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}
/* ── ABOUT ── */
.about-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 64px;
  align-items: center;
}
.about-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  display: block;
}
.about-content .section-title { margin-bottom: 28px; }
.about-content p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 14px;
}
.about-content p:last-child { margin-bottom: 0; }

/* ── PORTFOLIO ── */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 10px;
}
.portfolio-card {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px 36px;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
a.portfolio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(61,43,31,0.1);
  border-color: var(--gold);
}
.portfolio-card--soon {
  opacity: 0.4;
  pointer-events: none;
}
.portfolio-tag {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.portfolio-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--brown);
  margin-bottom: 10px;
  line-height: 1.2;
}
.portfolio-desc {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 28px;
}
.portfolio-link {
  font-size: 0.8rem;
  color: var(--gold);
  letter-spacing: 0.06em;
}

/* ── SECTION WRAPPER ── */
.section {
  padding: 70px 5vw;
}
.section-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--brown);
  margin-bottom: 40px;
}

/* ── PACKAGES GRID ── */
.packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 10px;
}
.card {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(61,43,31,0.1);
}
.card.featured {
  background: var(--brown);
  color: var(--cream);
  border-color: var(--brown);
}
.card.featured .card-desc,
.card.featured .item { color: rgba(247,243,238,0.7); }
.card.featured .item::before { color: var(--gold-light); }
.card.featured .card-name { color: var(--cream); }
.card.featured .card-price { color: var(--gold-light); }
.card.featured .card-sub { color: rgba(247,243,238,0.5); }
.card.featured .divider { border-color: rgba(247,243,238,0.15); }
.card.featured .btn-primary {
  background: var(--gold);
  color: var(--ink);
}
.badge {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
.card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--brown);
  margin-bottom: 6px;
}
.card-desc {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 22px;
  line-height: 1.5;
}
.card-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--brown);
  line-height: 1;
}
.card-sub {
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 22px;
  margin-top: 3px;
}
.divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 20px 0;
}
.item {
  font-size: 0.85rem;
  color: var(--ink);
  padding: 6px 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.item::before {
  content: '✓';
  color: var(--gold);
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 1px;
}
.btn-primary {
  display: block;
  width: 100%;
  margin-top: 26px;
  padding: 13px;
  background: var(--brown);
  color: var(--cream);
  border: none;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.btn-primary:hover { opacity: 0.85; }

/* ── ADD-ONS ── */
.addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 10px;
}
.addon {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: border-color 0.2s;
}
.addon:hover { border-color: var(--gold); }
.addon-name {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--brown);
}
.addon-desc {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 2px;
}
.addon-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--gold);
  white-space: nowrap;
}

/* ── PROCESS ── */
.process-bg { background: var(--warm-white); }
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  margin-top: 10px;
}
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: rgba(196,147,63,0.25);
  line-height: 1;
  margin-bottom: 10px;
}
.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--brown);
  margin-bottom: 6px;
}
.step-desc { font-size: 0.83rem; color: var(--muted); line-height: 1.6; }

/* ── FAQ ── */
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.faq-q {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--brown);
  margin-bottom: 8px;
}
.faq-a { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }

/* ── CTA ── */
.cta-section {
  background: var(--brown);
  color: var(--cream);
  text-align: center;
  padding: 80px 5vw;
}
.cta-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 300;
  margin-bottom: 16px;
}
.cta-section h2 em { font-style: italic; color: var(--gold-light); }
.cta-section p { color: rgba(247,243,238,0.6); max-width: 480px; margin: 0 auto 36px; font-size: 0.95rem; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-gold {
  display: inline-block;
  padding: 14px 32px;
  background: var(--gold);
  color: var(--ink);
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: opacity 0.2s;
}
.btn-gold:hover { opacity: 0.88; }
.btn-outline {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid rgba(247,243,238,0.3);
  color: var(--cream);
  border-radius: 10px;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: border-color 0.2s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── FOOTER ── */
footer {
  background: var(--ink);
  color: var(--muted);
  text-align: center;
  padding: 28px 5vw;
  font-size: 0.8rem;
}
footer a { color: var(--gold); text-decoration: none; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

nav a.active { color: var(--gold); }

/* ── PAGE HERO ── */
.page-hero {
  background: var(--ink);
  color: var(--cream);
  padding: 64px 5vw 72px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,147,63,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero .section-label { margin-bottom: 16px; }
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.1;
  animation: fadeUp 0.6s ease both;
}
.page-hero h1 em { font-style: italic; color: var(--gold-light); }
.page-hero p {
  margin-top: 16px;
  max-width: 520px;
  color: rgba(247,243,238,0.65);
  font-size: 0.95rem;
  animation: fadeUp 0.6s 0.1s ease both;
}

/* ── CREDENTIALS ── */
.creds {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cred {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: var(--brown);
}
.cred::before {
  content: '✦';
  color: var(--gold);
  font-size: 0.6rem;
  flex-shrink: 0;
}

/* ── HOME TEASER ── */
.teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 10px;
}
.teaser-card {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 32px;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.teaser-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(61,43,31,0.1);
  border-color: var(--gold);
}
.teaser-card .section-label { margin-bottom: 14px; }
.teaser-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--brown);
  margin-bottom: 10px;
  line-height: 1.25;
}
.teaser-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── CONTACT LAYOUT ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contact-reach { display: flex; flex-direction: column; gap: 14px; }
.contact-details { display: flex; flex-direction: column; gap: 24px; }
.contact-detail-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.contact-detail-value { font-size: 0.92rem; color: var(--brown); line-height: 1.5; }

/* ── HAMBURGER ── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: 16px;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--cream);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE NAV ── */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--ink);
  z-index: 98;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  color: var(--cream);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  transition: color 0.2s;
}
.mobile-nav a:hover { color: var(--gold); }

/* ── SCROLL FADE-IN ── */
.will-fade {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.will-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 600px) {
  nav { display: none; }
  .hamburger { display: flex; }
  .hero {
    grid-template-columns: 1fr;
    padding: 56px 6vw 64px;
  }
  .hero-img-wrap { display: none; }
  .hero-content { padding-bottom: 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img-wrap { max-width: 260px; }
  .section { padding: 52px 6vw; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .page-hero { padding: 48px 6vw 56px; }
}

/* ── LANGUAGE TOGGLE ── */
.lang-group {
  display: flex;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
}
.lang-btn {
  background: transparent;
  border: 1px solid transparent;
  color: var(--muted);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  padding: 5px 9px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lang-btn:hover { color: var(--gold); }
.lang-btn.active {
  border-color: var(--gold);
  color: var(--gold);
}

/* ── FILM GRAIN ── */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.038;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── HERO CTA BUTTON ── */
.hero-btns {
  margin-top: 28px;
  animation: fadeUp 0.7s 0.4s ease both;
}