:root {
  --ink: #24192b;
  --pine: #49314f;
  --pine-2: #70435f;
  --cream: #f4ebe2;
  --paper: #fffaf5;
  --gold: #d07a55;
  --line: rgba(36, 25, 43, .14);
  --muted: #746873;
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.topbar { background: var(--ink); color: #eaf2ee; font-size: .82rem; }
.topbar .wrap { min-height: 38px; display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.topbar a { text-decoration: none; }
.nav { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.95); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav .wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.75rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50% 50% 45% 55%; display: grid; place-items: center; color: var(--gold); }
.nav-links { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.nav-links a { padding: 10px 12px; border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 700; }
.nav-links a:hover, .nav-links a.active { background: var(--cream); color: var(--pine-2); }
.menu-toggle { display: none; border: 0; background: var(--cream); padding: 10px 13px; border-radius: 12px; font: inherit; }
.hero { min-height: 650px; display: grid; align-items: end; color: white; position: relative; background: linear-gradient(90deg, rgba(7,25,20,.88), rgba(7,25,20,.2)), var(--hero) center/cover; }
.hero.small { min-height: 430px; }
.hero-content { padding: 120px 0 88px; max-width: 720px; }
.eyebrow { letter-spacing: .16em; text-transform: uppercase; font-size: .78rem; font-weight: 800; color: var(--gold); }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.06; margin: 0 0 18px; }
h1 { font-size: clamp(3.7rem, 9vw, 7.5rem); }
.small h1 { font-size: clamp(3.2rem, 7vw, 6rem); }
h2 { font-size: clamp(2.3rem, 5vw, 4.2rem); }
h3 { font-size: 1.8rem; }
.lead { font-size: clamp(1.06rem, 2vw, 1.32rem); max-width: 650px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 1px solid transparent; background: var(--gold); color: #17221e; cursor: pointer; }
.button.ghost { background: transparent; color: white; border-color: rgba(255,255,255,.55); }
.ownership { background: var(--cream); border-bottom: 1px solid var(--line); }
.ownership .wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; padding: 26px 0; }
.s-badge { width: 58px; height: 58px; border-radius: 16px; background: var(--pine); color: white; display: grid; place-items: center; font-size: 1.8rem; font-weight: 900; }
.ownership p { margin: 0; }
.ownership a { color: var(--pine-2); font-weight: 800; }
.section { padding: 96px 0; }
.section.tint { background: var(--cream); }
.section.dark { background: var(--ink); color: white; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.grid-2 { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 7vw, 90px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 18px 50px rgba(16,35,31,.07); }
.card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.card-body { padding: 28px; }
.card p { color: var(--muted); }
.mosaic { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.mosaic img { height: 100%; min-height: 460px; object-fit: cover; border-radius: var(--radius); }
.mosaic img:last-child { transform: translateY(36px); }
.feature-list { display: grid; gap: 18px; margin: 30px 0; }
.feature { padding: 20px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; gap: 12px; }
.feature b { color: var(--pine-2); }
.numbers { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 35px; }
.number { border-left: 2px solid var(--gold); padding-left: 18px; }
.number strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.7rem; display: block; }
.notice { border: 1px solid rgba(201,154,72,.45); border-radius: var(--radius); padding: 30px; background: rgba(201,154,72,.08); }
.timeline { display: grid; gap: 0; }
.timeline article { display: grid; grid-template-columns: 90px 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid var(--line); }
.timeline span { color: var(--gold); font-weight: 900; }
.menu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 50px; }
.menu-item { border-bottom: 1px solid var(--line); padding: 18px 0; }
.menu-item b { display: flex; justify-content: space-between; gap: 20px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.5rem; }
.menu-item p { margin: 6px 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; }
.contact-panel { background: var(--cream); border-radius: var(--radius); padding: 34px; }
form { display: grid; gap: 16px; }
label { font-weight: 800; font-size: .9rem; }
input, textarea, select { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: white; font: inherit; }
textarea { min-height: 130px; resize: vertical; }
.prose { max-width: 820px; }
.prose h2 { font-size: 2.5rem; margin-top: 48px; }
.prose li { margin-bottom: 9px; }
.footer { background: #1c1322; color: #eee5eb; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr 1.2fr; gap: 45px; }
.footer h3 { color: white; font-size: 1.5rem; }
.footer p { margin: 8px 0; }
.footer a { color: #f2d39b; }
.footer-nav { display: grid; gap: 8px; }
.footer-nav a { text-decoration: none; }
.legal { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; color: #9eb0aa; }
.reviews { background: #fff3ea; }
.review-card { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 18px 50px rgba(36,25,43,.06); }
.review-card p { margin: 0 0 22px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; line-height: 1.4; }
.review-card footer { color: var(--pine-2); font-weight: 800; }
.cookie { position: fixed; z-index: 30; left: 18px; bottom: 18px; max-width: 410px; padding: 18px; border-radius: 18px; background: white; box-shadow: 0 20px 70px rgba(0,0,0,.25); border: 1px solid var(--line); }
.cookie p { margin: 0 0 12px; font-size: .88rem; }
.cookie.hidden { display: none; }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 82px; left: 20px; right: 20px; padding: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.12); }
  .nav-links.open { display: grid; }
  .grid-2, .grid-3, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .grid-3 { max-width: 620px; margin-inline: auto; }
  .ownership .wrap { grid-template-columns: auto 1fr; }
  .ownership .button { grid-column: 1 / -1; }
  .mosaic img { min-height: 320px; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .topbar .wrap { justify-content: center; text-align: center; }
  .topbar span:last-child { display: none; }
  .hero { min-height: 580px; }
  .hero-content { padding: 90px 0 60px; }
  h1 { font-size: 3.5rem; }
  .section { padding: 72px 0; }
  .mosaic { grid-template-columns: 1fr; }
  .mosaic img:last-child { display: none; }
  .menu-list, .numbers { grid-template-columns: 1fr; }
  .timeline article { grid-template-columns: 60px 1fr; }
  .legal { flex-direction: column; }
}
