:root {
  --paper: #f4efe3;
  --paper-soft: #fff8ea;
  --deep: #e7dac4;
  --ink: #201913;
  --muted: #756957;
  --line: #c9b89a;
  --sepia: #8b623e;
  --sepia-dark: #5f3d24;
  --olive: #566149;
  --white: #fffaf1;
  --footer: #15110d;
  --shadow: rgba(32, 25, 19, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 8%, rgba(139,98,62,.12), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(86,97,73,.10), transparent 26%),
    linear-gradient(180deg, var(--paper-soft), var(--paper));
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .07;
  background-image:
    linear-gradient(rgba(32,25,19,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32,25,19,.10) 1px, transparent 1px);
  background-size: 46px 46px;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(32,25,19,.16);
  background: rgba(244,239,227,.92);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: flex; flex-direction: column; gap: 3px; }
.brand-title { font-size: 29px; font-weight: 860; letter-spacing: -.035em; }
.brand-subtitle { color: var(--muted); font-size: 13px; }
.nav { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.nav a,
.pill {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(32,25,19,.18);
  border-radius: 999px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 760;
  background: rgba(255,250,241,.42);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.nav a:hover, .pill:hover { transform: translateY(-1px); border-color: rgba(32,25,19,.34); }
.nav a.primary { background: var(--ink); color: var(--white); border-color: var(--ink); }
.hero { padding: 100px 0 74px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(330px, .98fr); gap: 64px; align-items: center; }
.kicker {
  margin: 0 0 18px;
  color: var(--sepia-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(48px, 7vw, 92px); line-height: .94; letter-spacing: -.068em; }
.lead { max-width: 690px; margin-bottom: 18px; font-size: clamp(22px, 2.25vw, 30px); line-height: 1.28; }
.text { max-width: 620px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.62; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0 22px; font-weight: 820; background: var(--ink); color: var(--white); box-shadow: 0 14px 28px var(--shadow); }
.button.secondary { background: transparent; color: var(--ink); border: 1px solid rgba(32,25,19,.22); box-shadow: none; }
.hero-visual { position: relative; min-height: 520px; border: 1px solid rgba(32,25,19,.18); border-radius: 34px; overflow: hidden; background: var(--deep); box-shadow: 0 28px 90px rgba(32,25,19,.08); }
.hero-visual img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; display: block; filter: sepia(.13) saturate(.95) contrast(.97); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(244,239,227,.03), rgba(32,25,19,.34)); pointer-events: none; }
.map-card { position: absolute; left: 28px; bottom: 28px; right: 28px; z-index: 2; border: 1px solid rgba(255,250,241,.38); border-radius: 24px; background: rgba(244,239,227,.82); backdrop-filter: blur(12px); padding: 22px; }
.map-card strong { display: block; margin-bottom: 8px; font-size: 22px; letter-spacing: -.03em; }
.map-card span { color: var(--muted); line-height: 1.5; }
.section { padding: 86px 0; border-top: 1px solid rgba(32,25,19,.16); }
.section.alt { background: rgba(231,218,196,.56); }
.section h2 { margin-bottom: 28px; font-size: clamp(36px, 4.4vw, 62px); line-height: 1; letter-spacing: -.055em; }
.two-col { display: grid; grid-template-columns: .86fr 1.14fr; gap: 60px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { min-height: 250px; border: 1px solid rgba(32,25,19,.13); border-radius: 28px; background: linear-gradient(145deg, rgba(255,250,241,.58), rgba(231,218,196,.82)), var(--deep); padding: 28px; position: relative; overflow: hidden; }
.card span { color: var(--sepia); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.card h3 { margin: 22px 0 12px; font-size: 25px; line-height: 1.1; letter-spacing: -.035em; }
.card p { color: var(--muted); font-size: 16px; line-height: 1.58; }
.mosaic { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); grid-template-rows: auto auto; gap: 22px; align-items: start; }
.media-frame { border: 1px solid rgba(32,25,19,.16); border-radius: 32px; background: rgba(255,250,241,.50); box-shadow: 0 24px 80px rgba(32,25,19,.08); overflow: hidden; position: relative; }
.media-frame img, .media-frame video { width: 100%; display: block; object-fit: cover; }
.media-frame.small { transform: translateY(28px); }
.media-frame.small img { aspect-ratio: 4 / 5; }
.media-frame.video { margin-top: 90px; }
.media-frame.video video { aspect-ratio: 16 / 9; background: #1a1612; }
.media-frame.wide { grid-column: 1 / -1; width: min(880px, 100%); justify-self: end; margin-top: 10px; }
.media-frame.wide img { aspect-ratio: 16 / 10; }
.caption { padding: 18px 20px 20px; color: var(--muted); font-size: 14px; line-height: 1.55; border-top: 1px solid rgba(32,25,19,.11); }
.caption strong { color: var(--ink); display: block; margin-bottom: 4px; font-size: 15px; }
.note-list { border-top: 1px solid rgba(32,25,19,.18); }
.note { display: grid; grid-template-columns: 170px 1fr; gap: 34px; padding: 30px 0; border-bottom: 1px solid rgba(32,25,19,.18); }
.note time { color: var(--sepia); font-weight: 850; }
.note h3 { margin-bottom: 10px; font-size: 25px; letter-spacing: -.035em; }
.note p { max-width: 760px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.lang-block { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.lang-panel { border: 1px solid rgba(32,25,19,.14); border-radius: 28px; padding: 30px; background: rgba(255,250,241,.44); }
.lang-panel h3 { margin-bottom: 12px; font-size: 29px; letter-spacing: -.04em; }
.lang-panel p { color: var(--muted); line-height: 1.62; }
.site-footer { background: var(--footer); color: var(--white); padding: 48px 0; }
.footer-inner { border-top: 1px solid rgba(255,250,241,.2); padding-top: 28px; display: grid; gap: 28px; }
.footer-brand { font-size: 32px; font-weight: 850; letter-spacing: -.05em; }
.footer-inner p { color: rgba(255,250,241,.68); }
.footer-meta { display: flex; gap: 14px 22px; flex-wrap: wrap; color: rgba(255,250,241,.72); }
.legal { padding: 80px 0 100px; border-top: 1px solid rgba(32,25,19,.16); }
.legal-shell { max-width: 920px; }
.legal-card { border: 1px solid rgba(32,25,19,.13); border-radius: 28px; background: rgba(255,250,241,.48); padding: 34px; }
.legal-section { padding: 24px 0; border-bottom: 1px solid rgba(32,25,19,.13); }
.legal-section:first-child { padding-top: 0; }
.legal-section:last-child { padding-bottom: 0; border-bottom: 0; }
.legal-section h2 { margin-bottom: 12px; font-size: 28px; }
.legal-section p, .legal-section li { color: var(--muted); font-size: 17px; line-height: 1.65; }
@media (max-width: 900px) {
  .header-inner { min-height: 76px; }
  .brand-subtitle { display: none; }
  .hero { padding: 58px 0 70px; }
  .hero-grid, .grid-3, .two-col, .lang-block, .mosaic { grid-template-columns: 1fr; }
  .hero-visual, .hero-visual img { min-height: 380px; }
  .media-frame.small, .media-frame.video { transform: none; margin-top: 0; }
  .media-frame.wide { width: 100%; }
  .note { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav a:not(.primary) { display: none; }
  .hero { padding: 44px 0 58px; }
  .section { padding: 64px 0; }
  .card { min-height: auto; }
  .media-frame { border-radius: 24px; }
}
