:root {
  --gold: #C9A84C;
  --paper: #F7F4EF;
  --ink: #151414;
  --greige: #5C574E;
  --paper-deep: #EFE8DC;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1080px, calc(100% - 48px)); margin: 0 auto; }
.gold-rule { height: 3px; background: var(--gold); }

header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(247, 244, 239, 0.94);
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
  backdrop-filter: blur(8px);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 72px; gap: 24px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem; letter-spacing: 0.02em;
}
.brand img { width: 28px; height: 28px; }
.brand span { border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.nav-links { display: flex; align-items: center; gap: 28px; color: var(--greige); font-size: 0.92rem; }
.nav-links a:hover { color: var(--ink); }
.lang { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.menu-btn {
  display: none; background: none; border: 1px solid var(--gold);
  color: var(--ink); padding: 6px 10px; font: inherit; cursor: pointer;
}

/* hero layout in additions */
.eyebrow {
  color: var(--gold); letter-spacing: 0.18em; font-size: 0.72rem;
  text-transform: uppercase; margin-bottom: 18px;
}
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.05; max-width: 14ch; }
.lede { margin-top: 22px; max-width: 38ch; color: var(--greige); font-size: 1.12rem; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.btn {
  display: inline-block; background: var(--gold); color: var(--ink);
  padding: 13px 22px; font-size: 0.95rem; letter-spacing: 0.04em;
}
.btn:hover { filter: brightness(0.96); }
.link { color: var(--greige); border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.chips { margin-top: 56px; color: var(--greige); font-size: 0.85rem; letter-spacing: 0.06em; }

.band { background: var(--paper-deep); padding: 72px 0; }
h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.section-kicker { color: var(--gold); letter-spacing: 0.16em; font-size: 0.72rem; text-transform: uppercase; margin-bottom: 10px; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 36px; }
.card {
  background: var(--paper); padding: 28px 24px 32px;
  border-top: 2px solid var(--gold);
}
.card h3 { font-size: 1.45rem; margin-bottom: 10px; }
.card p { color: var(--greige); }
.num { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.14em; margin-bottom: 8px; }

.plain { padding: 80px 0; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; text-align: center; }
.stat b {
  display: block; font-family: "Playfair Display", Georgia, serif;
  font-size: 3rem; font-weight: 500; color: var(--gold);
}
.stat span { color: var(--greige); letter-spacing: 0.08em; font-size: 0.8rem; text-transform: uppercase; }

.quote {
  padding: 88px 0; text-align: center;
  border-top: 1px solid rgba(201,168,76,0.4);
  border-bottom: 1px solid rgba(201,168,76,0.4);
}
blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  max-width: 18ch; margin: 0 auto;
}
.quote p { margin-top: 16px; color: var(--greige); letter-spacing: 0.1em; font-size: 0.78rem; text-transform: uppercase; }

.contact { padding: 80px 0 96px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
form { display: grid; gap: 12px; }
label { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--greige); }
input, select, textarea {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(92,87,78,0.45);
  padding: 10px 0; font: inherit; color: var(--ink);
}
textarea { min-height: 90px; resize: vertical; }
.note { margin-top: 10px; color: var(--greige); font-size: 0.85rem; }
.ok { display: none; color: var(--ink); margin-top: 12px; }

footer {
  background: var(--ink); color: var(--paper);
  padding: 28px 0; font-size: 0.85rem;
}
.foot { display: flex; justify-content: space-between; gap: 16px; color: #cfc8bc; }
.foot a { color: var(--gold); }

@media (max-width: 800px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; left: 0; right: 0; top: 72px; background: var(--paper); padding: 20px 24px 28px; border-bottom: 1px solid var(--gold); }
  .menu-btn { display: block; }
  .grid3, .stats, .contact { grid-template-columns: 1fr; }
  .foot { flex-direction: column; }
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  padding: 0 0 72px;
  overflow: hidden;
}
.hero-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
}
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(21,20,20,0.72) 0%, rgba(21,20,20,0.38) 48%, rgba(21,20,20,0.12) 100%);
}
.hero .wrap { position: relative; z-index: 1; padding-top: 96px; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { color: #F7F4EF; }
.hero .lede, .hero .chips, .hero .link { color: #E8E2D6; }
.hero .link { border-bottom-color: var(--gold); }

.photos { padding: 56px 0 24px; }
.photo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.photo-row figure { margin: 0; }
.photo-row img { width: 100%; height: 280px; object-fit: cover; }
.photo-row figcaption {
  margin-top: 8px; color: var(--greige); font-size: 0.78rem; letter-spacing: 0.02em;
}
.credits {
  padding: 28px 0 8px;
  color: var(--greige);
  font-size: 0.8rem;
  line-height: 1.6;
}
.credits a { color: var(--ink); border-bottom: 1px solid var(--gold); }
.credits h2 { font-size: 1.1rem; margin-bottom: 10px; color: var(--ink); }

@media (max-width: 800px) {
  .hero { min-height: 88vh; padding-bottom: 48px; }
  .photo-row { grid-template-columns: 1fr; }
  .photo-row img { height: 220px; }
}
