:root {
  --brown: #75521f;
  --brown-dark: #4c3516;
  --cream: #f8f5ef;
  --sand: #e8ddc9;
  --text: #2c2925;
  --muted: #6d675f;
  --white: #fff;
  --max: 1160px;
  --shadow: 0 12px 35px rgba(47, 35, 19, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
.container { width: min(92%, var(--max)); margin-inline: auto; }

.skip-link {
  position: absolute; left: -9999px; top: 10px;
  background: var(--brown); color: white; padding: 10px 15px; z-index: 1000;
}
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #eee7dc;
  backdrop-filter: blur(8px);
}
.nav-wrap {
  min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.brand img { display: block; width: 145px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-weight: 700; font-size: .95rem; }
.main-nav a:hover { color: var(--brown); }
.menu-toggle { display: none; border: 0; background: none; font-size: 1.8rem; cursor: pointer; }

.hero {
  min-height: 610px;
  display: grid; align-items: center;
  position: relative;
  background:
    linear-gradient(90deg, rgba(45,30,10,.78), rgba(45,30,10,.35)),
    url("../images/hero.jpg") center/cover no-repeat,
    linear-gradient(135deg, #8b6b35, #cdb98f);
  color: white;
}
.hero-overlay { position: absolute; inset: 0; }
.hero-content { position: relative; padding: 90px 0; max-width: 800px; }
.eyebrow {
  color: var(--brown); text-transform: uppercase; letter-spacing: .18em;
  font-size: .78rem; font-weight: 800; margin: 0 0 10px;
}
.hero .eyebrow { color: #f1dfb9; }
h1, h2, h3 { line-height: 1.15; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6rem); margin: 0 0 20px; }
h1 span { font-style: italic; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.5rem); margin: 0 0 22px; }
h3 { margin: 10px 0; }
.hero-text { font-size: 1.25rem; max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  display: inline-block; padding: 13px 22px; border-radius: 999px;
  text-decoration: none; font-weight: 800; border: 1px solid transparent;
}
.btn-primary { background: var(--brown); color: white; }
.btn-primary:hover { background: var(--brown-dark); }
.btn-light { background: white; color: var(--brown-dark); }
.btn-light:hover { background: var(--cream); }

.section { padding: 90px 0; }
.section-alt { background: var(--cream); }
.two-columns { display: grid; grid-template-columns: 1.5fr .8fr; gap: 70px; align-items: center; }
.info-card, .contact-item, .news-card {
  border: 1px solid #eee7dc; border-radius: 20px; background: white; box-shadow: var(--shadow);
}
.info-card { padding: 38px; }
.card-icon { font-size: 2.6rem; color: var(--brown); }
.info-card h3 { font-family: Georgia, serif; font-size: 1.8rem; }

.section-heading {
  display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 35px;
}
.section-heading > p { max-width: 420px; color: var(--muted); }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { overflow: hidden; }
.news-image { height: 210px; }
.placeholder-image {
  background:
    radial-gradient(circle at 25% 30%, rgba(255,255,255,.35) 0 7%, transparent 8%),
    linear-gradient(135deg, #8a6833, #d8c49b);
}
.news-body { padding: 25px; }
.news-body time { color: var(--brown); font-size: .82rem; font-weight: 800; }
.news-body p { color: var(--muted); }
.text-link { color: var(--brown); text-decoration: none; font-weight: 800; }

.notice-box {
  background: var(--cream); border-radius: 25px; padding: 45px 55px;
  display: flex; justify-content: space-between; align-items: center; gap: 35px;
}
.notice-box p { max-width: 720px; }

.section-dark { background: var(--brown-dark); color: white; }
.section-dark .eyebrow { color: #e9d6ae; }
.social-section { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.social-section h2 { margin-bottom: 10px; }
.social-section p { color: #e9e2d6; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.social-links a {
  text-decoration: none; border: 1px solid rgba(255,255,255,.35);
  padding: 12px 18px; border-radius: 999px; font-weight: 800;
}
.social-links a:hover { background: white; color: var(--brown-dark); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-item { padding: 28px; }
.contact-item > span { font-size: 1.8rem; color: var(--brown); }
.contact-item p { color: var(--muted); }
.contact-item a { color: var(--brown); font-weight: 700; }
.map-placeholder {
  margin-top: 25px; min-height: 220px; border-radius: 20px;
  background: var(--cream); display: grid; place-content: center; text-align: center;
  color: var(--muted); padding: 30px;
}

.site-footer { background: #241b0f; color: #e9e2d6; padding: 30px 0; }
.footer-wrap { display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.footer-wrap p { margin: 4px 0; color: #c7bda9; }

@media (max-width: 800px) {
  .menu-toggle { display: block; }
  .main-nav {
    display: none; position: absolute; top: 86px; left: 0; right: 0;
    padding: 20px 5%; background: white; flex-direction: column; align-items: stretch; gap: 0;
    box-shadow: 0 12px 25px rgba(0,0,0,.08);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid #eee7dc; }
  .two-columns, .news-grid, .contact-grid { grid-template-columns: 1fr; }
  .section-heading, .social-section, .notice-box, .footer-wrap { flex-direction: column; align-items: flex-start; }
  .section { padding: 65px 0; }
  .hero { min-height: 560px; }
  .notice-box { padding: 35px 28px; }
}
