
:root {
  --bg: #f5f0e9;
  --bg-2: #efe8de;
  --card: rgba(255,255,255,0.82);
  --text: #1f1f1d;
  --muted: #665f58;
  --line: rgba(74, 63, 52, 0.16);
  --accent: #8c6f52;
  --accent-deep: #4e5a4c;
  --accent-soft: #d7c2aa;
  --shadow: 0 18px 48px rgba(28, 24, 20, 0.10);
  --radius-xs: 10px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 22px;
  --radius-xl: 20px;
  --content: 1180px;
  --header: 88px;
}
* { 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(--text);
  background:
    radial-gradient(circle at top left, rgba(197, 171, 140, 0.18), transparent 26%),
    linear-gradient(180deg, #fbf8f3 0%, var(--bg) 100%);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
main { min-height: 50vh; }
.container { width: min(100% - 32px, var(--content)); margin: 0 auto; }
.eyebrow, .site-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(21, 19, 17, 0.34);
  color: #fff7ef;
  border-radius: var(--radius-sm);
  padding: 9px 16px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 700;
}
.site-pill.light {
  background: rgba(255,255,255,0.72);
  color: var(--accent-deep);
  border-color: rgba(78, 90, 76, 0.16);
}
.kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 800;
}
h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 0.35em;
}
h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.7rem); }
p { margin: 0 0 1rem; color: var(--muted); }
.lead { font-size: clamp(1rem, 1.4vw, 1.16rem); max-width: 60ch; }
.small { font-size: 0.95rem; }
strong { color: var(--text); }

.top-banner {
  background: linear-gradient(90deg, #231d18, #3c3027 55%, #594633);
  color: #f8f0e7;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.top-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  font-size: 0.92rem;
}
.top-banner strong { color: #fff; }
.top-banner .warn { font-weight: 700; letter-spacing: 0.02em; }

.header-wrap { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); }
.site-header {
  background: rgba(251, 248, 243, 0.76);
  border-bottom: 1px solid rgba(80,67,54,0.1);
}
.navbar {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(80,67,54,0.12);
  box-shadow: var(--shadow);
  padding: 8px;
}
.brand-mark {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brand-name {
  /* font-family: Georgia, "Times New Roman", serif; */
  /* font-size: 1.35rem; */
   font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}
.brand-sub {
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.68);
  border-radius: var(--radius-sm);
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  margin: 5px auto;
  transition: 0.25s ease;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.site-nav a {
  padding: 11px 14px;
  border-radius: var(--radius-xs);
  color: #433c36;
  font-weight: 600;
  font-size: 0.96rem;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(140,111,82,0.12);
  color: #2f2a25;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #22201e;
  color: #fff8ef;
  border-radius: var(--radius-sm);
  font-weight: 700;
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  color: #fff8ef;
  padding: clamp(72px, 10vw, 118px) 0;
  min-height: clamp(520px, 74vh, 780px);
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(19,16,14,0.16) 0%, rgba(19,16,14,0.48) 48%, rgba(19,16,14,0.78) 100%),
    linear-gradient(115deg, rgba(62,45,31,0.34), transparent 42%),
    radial-gradient(circle at 80% 14%, rgba(239, 218, 192, 0.14), transparent 22%);
}
.hero .container { position: relative; z-index: 1; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.8fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
}
.hero-copy p { color: rgba(255,248,239,0.88); }
.hero-panel {
  background: rgba(255, 251, 245, 0.10);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.hero-panel h3 { color: #fff; }
.hero-panel p { color: rgba(255,248,239,0.84); }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-weight: 700;
  transition: 0.22s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: #f9efe2;
  color: #2e2925;
  box-shadow: var(--shadow);
}
.btn-secondary {
  color: #fff9f1;
  border-color: rgba(255,255,255,0.26);
  background: rgba(255,255,255,0.06);
}
.btn-tertiary {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.72);
  color: var(--text);
}
.page-hero {
  min-height: 360px;
  padding-top: clamp(72px, 10vw, 110px);
}
.page-hero .hero-copy { max-width: 840px; }

.section { padding: clamp(60px, 8vw, 110px) 0; }
.section.alt { background: rgba(255,255,255,0.56); }
.section.tight { padding: clamp(40px, 6vw, 72px) 0; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px;
}
.section-head p { max-width: 52ch; margin-bottom: 0; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.card {
  background: var(--card);
  border: 1px solid rgba(76,65,53,0.12);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow);
}
.card h3, .card h4 { margin-bottom: 10px; }
.card p:last-child { margin-bottom: 0; }
.card .meta { color: var(--accent-deep); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.12em; }
.card.note {
  background: linear-gradient(180deg, rgba(79,90,76,0.08), rgba(255,255,255,0.9));
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.highlight-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 78px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 248, 240, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
  cursor: default;
  user-select: none;
  transition: none;
}

.highlight-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3b3129;
}

.highlight-text {
  display: block;
  margin-top: 4px;
  font-size: 0.77rem;
  line-height: 1.3;
  color: rgba(59, 49, 41, 0.78);
}

@media (max-width: 640px) {
  .highlight-grid {
    grid-template-columns: 1fr;
  }
}

.highlight-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.highlight-list li {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.68);
  border: 1px solid var(--line);
}
.split {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px, 0.9fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}
.media-frame {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  min-height: 420px;
  background: #d8d0c6;
  box-shadow: var(--shadow);
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-frame .caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(22,19,17,0.42);
  backdrop-filter: blur(8px);
  color: #fff8ef;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.14);
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.stat {
  padding: 22px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.74);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.stat .number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  margin-bottom: 8px;
}
.callout {
  border-left: 4px solid var(--accent);
  padding: 16px 18px;
  background: rgba(140,111,82,0.08);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.notice-box {
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  background: rgba(63,50,38,0.95);
  color: #fff8ef;
  box-shadow: var(--shadow);
}
.notice-box p { color: rgba(255,248,239,0.86); margin: 0; }
.notice-box strong { color: #fff; }
.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.78);
  box-shadow: var(--shadow);
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}
th, td {
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(76,65,53,0.12);
  vertical-align: top;
}
th {
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}
.gallery-grid {
  columns: 3 280px;
  column-gap: 18px;
}
.gallery-item {
  break-inside: avoid;
  margin: 0 0 18px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: rgba(255,255,255,0.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.gallery-item img { width: 100%; height: auto; display: block; }
.gallery-item .info { padding: 14px 16px 18px; }
.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.link-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}
.link-card a.btn-tertiary { margin-top: auto; }
.timeline {
  display: grid;
  gap: 18px;
  position: relative;
}
.timeline-item {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 20px;
  align-items: start;
}
.timeline-date {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
  padding-top: 8px;
}
.timeline-card {
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow);
}
.footer {
  position: relative;
  color: #f7f2ea;
  background: linear-gradient(180deg, #221d19 0%, #171310 100%);
  padding-top: 44px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 26px;
  padding-bottom: 28px;
}
.footer h3, .footer h4 { color: #fff8ef; }
.footer p, .footer li, .footer a { color: rgba(247,242,234,0.78); }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 18px 0 28px;
  color: rgba(247,242,234,0.62);
  font-size: 0.94rem;
}
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: var(--radius-xs);
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-deep);
}
.inline-link { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 2px; }
.muted-box {
  background: rgba(255,255,255,0.58);
  border: 1px dashed rgba(76,65,53,0.24);
  border-radius: var(--radius-md);
  padding: 20px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}
@media (max-width: 1024px) {
  .hero-grid, .split, .footer-grid, .grid-3, .link-grid { grid-template-columns: 1fr; }
  .grid-4, .stat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero { min-height: 560px; }
}
@media (max-width: 840px) {
  .nav-toggle { display: inline-block; }
  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(var(--header) + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 16px;
    background: rgba(250,246,240,0.97);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 14px; border-radius: var(--radius-sm); }
  .header-cta { display: none; }
  .top-banner .container, .section-head, .timeline-item { grid-template-columns: 1fr; display: grid; }
  .timeline-item { gap: 10px; }
  .timeline-date { padding-top: 0; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 20px, var(--content)); }
  .hero, .page-hero { min-height: 0; padding: 72px 0 56px; }
  .hero-panel, .card, .stat, .timeline-card, .muted-box { padding: 20px; }
  .grid-2, .grid-3, .grid-4, .stat-grid, .link-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand-name { font-size: 1.08rem; }
  .brand-sub { font-size: 0.72rem; }
  .top-banner .container { padding: 10px 0; }
}
