:root {
  --ink: #17201d;
  --muted: #62706b;
  --paper: #fbfaf7;
  --soft: #f0ede7;
  --stone: #d8d0c4;
  --charcoal: #111816;
  --gold: #b08a47;
  --gold-soft: #e8d7b2;
  --white: #fff;
  --shadow: 0 24px 70px rgba(17, 24, 22, .18);
  --radius: 22px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.eyebrow { letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-size: .75rem; font-weight: 800; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.05; margin: 0; color: var(--ink); }
h1 { font-size: clamp(3rem, 8vw, 7.2rem); letter-spacing: -.05em; }
h2 { font-size: clamp(2.3rem, 5vw, 4.6rem); letter-spacing: -.04em; }
h3 { font-size: clamp(1.35rem, 2.3vw, 2rem); }
p { margin: 0; color: var(--muted); }
.lead { font-size: clamp(1.1rem, 2vw, 1.35rem); color: #dfe6e2; max-width: 760px; }
.section-lead { font-size: 1.12rem; max-width: 720px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,250,247,.88); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(216,208,196,.8);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand span { display: block; font-size: .78rem; color: var(--muted); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 18px; font-weight: 700; font-size: .92rem; }
.site-nav a { text-decoration: none; color: var(--ink); opacity: .82; }
.site-nav a:hover, .site-nav a.active { color: var(--gold); opacity: 1; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 13px 20px; text-decoration: none; font-weight: 800; border: 1px solid var(--gold); background: var(--gold); color: var(--white); }
.button.secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.8rem; }
.hero { position: relative; min-height: calc(100vh - 76px); display: grid; place-items: end start; overflow: hidden; background: var(--charcoal); }
.hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,24,22,.82), rgba(17,24,22,.42) 45%, rgba(17,24,22,.14)); z-index: 1; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.hero-content { position: relative; z-index: 2; padding: 96px 0; color: var(--white); }
.hero h1 { color: var(--white); max-width: 900px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.stat-strip { position: relative; z-index: 3; margin-top: -48px; }
.stats { background: var(--white); box-shadow: var(--shadow); border-radius: var(--radius); display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; }
.stat { padding: 25px 28px; border-right: 1px solid var(--soft); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 1.25rem; color: var(--ink); }
.stat span { color: var(--muted); font-size: .9rem; }
section { padding: 96px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 82px); align-items: center; }
.panel { background: var(--white); border: 1px solid var(--soft); border-radius: var(--radius); padding: clamp(28px, 5vw, 52px); box-shadow: 0 12px 40px rgba(17,24,22,.07); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 34px; }
.feature-card { padding: 26px; border-radius: 20px; background: var(--white); border: 1px solid var(--soft); min-height: 168px; }
.feature-card .icon { width: 42px; height: 42px; border-radius: 50%; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold); font-weight: 900; margin-bottom: 18px; }
.dark-section { background: var(--charcoal); color: var(--white); }
.dark-section h2, .dark-section h3 { color: var(--white); }
.dark-section p { color: #c8d0cc; }
.shop-showcase { display: grid; grid-template-columns: .95fr 1.05fr; gap: 42px; align-items: center; }
.shop-showcase img, .image-card img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; color: var(--muted); }
.dark-section .check-list li { color: #d8dfdc; }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.page-hero { padding: 88px 0 72px; background: linear-gradient(135deg, #17201d, #39433d); color: var(--white); }
.page-hero h1 { color: var(--white); font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p { color: #d8dfdc; max-width: 780px; font-size: 1.15rem; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 34px; }
.info-card { border: 1px solid var(--soft); background: var(--white); border-radius: 18px; padding: 28px; }
.info-card h3 { margin-bottom: 10px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0; }
.filter-button { border: 1px solid var(--stone); background: var(--white); padding: 11px 18px; border-radius: 999px; font-weight: 800; cursor: pointer; }
.filter-button.active { background: var(--charcoal); color: var(--white); border-color: var(--charcoal); }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gallery-card { display: block; text-align: left; border: 0; padding: 0; background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: 0 12px 30px rgba(17,24,22,.09); cursor: pointer; }
.gallery-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery-card span, .gallery-card strong { display: block; padding-inline: 18px; }
.gallery-card span { padding-top: 16px; color: var(--gold); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.gallery-card strong { padding-bottom: 18px; font-size: 1rem; }
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.88); z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.is-open { display: flex; }
.lightbox figure { margin: 0; max-width: 1100px; }
.lightbox img { max-height: 80vh; border-radius: 14px; }
.lightbox-caption { color: var(--white); margin-top: 12px; }
.lightbox-close { position: fixed; right: 24px; top: 20px; border: 0; background: var(--white); width: 44px; height: 44px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; }
.cta-band { background: var(--gold); color: var(--white); padding: 54px 0; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-band h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3.4rem); }
.site-footer { background: var(--charcoal); color: var(--white); padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 28px; }
.site-footer p, .site-footer a { color: #c8d0cc; text-decoration: none; }
.site-footer h3 { color: var(--white); margin-bottom: 12px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--soft); border-radius: 18px; padding: 18px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .stats, .feature-grid, .gallery-grid, .content-grid, .footer-grid, .split, .shop-showcase { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--soft); }
  .stat:last-child { border-bottom: 0; }
  section { padding: 70px 0; }
  .cta-band .container { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero-content { padding: 70px 0; }
  .button, .nav-cta { width: 100%; }
}
