:root {
  --ink: #26312b;
  --muted: #69736d;
  --moss: #526954;
  --moss-dark: #3d5341;
  --sand: #eeeae1;
  --paper: #fbfaf7;
  --line: #e2e0d9;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.6; }
.sidebar { background: #f1f0eb; border-right: 1px solid var(--line); display: flex; flex-direction: column; height: 100vh; padding: 2.6rem 2.25rem; position: fixed; width: 292px; z-index: 10; }
.brand { align-items: center; color: var(--ink); display: inline-flex; font-size: 1.15rem; font-weight: 700; gap: .75rem; letter-spacing: -.03em; text-decoration: none; }
.brand-mark { align-items: center; background: var(--moss); border-radius: 50%; color: white; display: inline-flex; font-family: Georgia, serif; font-size: 1.2rem; height: 38px; justify-content: center; width: 38px; }
.eyebrow { color: var(--moss); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.sidebar-nav { margin-top: 4.25rem; }
.sidebar-nav a { align-items: center; border-radius: 7px; color: var(--muted); display: flex; font-size: .94rem; font-weight: 500; margin: .35rem 0; padding: .7rem .85rem; text-decoration: none; transition: .2s ease; }
.sidebar-nav a:hover, .sidebar-nav a.active { background: #e2e7df; color: var(--moss-dark); }
.sidebar-nav .number { font-size: .7rem; margin-right: .8rem; opacity: .7; }
.sidebar-bottom { border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; margin-top: auto; padding-top: 1.5rem; }
.sidebar-bottom a { color: inherit; text-decoration: none; }
main { margin-left: 292px; }
.hero { min-height: min(675px, 78vh); overflow: hidden; padding: clamp(4rem, 9vw, 8rem) clamp(2rem, 8vw, 8rem) 4rem; position: relative; }
.hero::after { background: var(--sand); border-radius: 50%; content: ""; height: 420px; position: absolute; right: -145px; top: -150px; width: 420px; z-index: -1; }
.hero h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.1rem, 6.2vw, 5.85rem); font-weight: 500; letter-spacing: -.06em; line-height: .99; margin: 1.25rem 0 1.7rem; max-width: 720px; }
.hero h1 em { color: var(--moss); font-weight: 500; }
.lead { color: #556058; font-size: clamp(1rem, 1.4vw, 1.18rem); max-width: 570px; }
.hero-meta { align-items: center; display: flex; gap: 1.5rem; margin-top: 2.75rem; }
.circle-arrow { align-items: center; background: var(--moss); border-radius: 50%; color: white; display: inline-flex; font-size: 1.2rem; height: 47px; justify-content: center; text-decoration: none; transition: transform .2s; width: 47px; }
.circle-arrow:hover { background: var(--moss-dark); color: white; transform: translateY(3px); }
.hero-meta span { color: var(--muted); font-size: .84rem; max-width: 160px; }
.section { padding: 5.8rem clamp(2rem, 8vw, 8rem); }
.section-tint { background: #f0f2ec; }
.section h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.25rem, 4vw, 3.6rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; margin: .9rem 0 2rem; }
.notice { background: #fff; border-left: 3px solid #c9a35c; border-radius: 0 8px 8px 0; box-shadow: 0 8px 24px rgba(35, 49, 39, .04); padding: 1.5rem 1.75rem; }
.notice-date { color: #9a7941; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.notice h3 { font-size: 1.12rem; font-weight: 700; margin: .3rem 0 .35rem; }
.notice p { color: var(--muted); font-size: .93rem; margin: 0; }
.news-link { color: var(--moss-dark); font-size: .88rem; font-weight: 700; text-decoration: none; }
.news-link:hover { text-decoration: underline; }
.info-card { border-top: 1px solid #cfd5ce; padding: 1.55rem 0; }
.info-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .45rem; }
.info-card p { color: var(--muted); font-size: .92rem; margin: 0; }
.contact-block { background: var(--moss); color: white; padding: clamp(2rem, 5vw, 4.5rem); }
.contact-block .eyebrow { color: #d6e0d1; }
.contact-block h2 { max-width: 600px; }
.contact-block p { color: #e4ebe0; max-width: 520px; }
.contact-details { border-top: 1px solid rgba(255,255,255,.25); margin-top: 2.5rem; padding-top: 1.5rem; }
.contact-details a { color: white; font-weight: 600; text-decoration: none; }
footer { color: var(--muted); font-size: .78rem; margin-left: 292px; padding: 1.5rem clamp(2rem, 8vw, 8rem); }
.mobile-header { align-items: center; background: rgba(251,250,247,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); display: none; height: 68px; justify-content: space-between; padding: 0 1.25rem; position: sticky; top: 0; z-index: 20; }
.menu-toggle { background: transparent; border: 0; color: var(--ink); font-size: .75rem; font-weight: 700; letter-spacing: .08em; padding: .5rem 0; text-transform: uppercase; }
@media (max-width: 767.98px) {
  .sidebar { box-shadow: 0 15px 30px rgba(31,43,34,.12); height: auto; left: 0; padding: 1.5rem 1.25rem 2rem; top: 68px; transform: translateY(-130%); transition: transform .25s ease; width: 100%; }
  .sidebar.open { transform: translateY(0); }
  .sidebar-nav { margin-top: 1.25rem; }
  .sidebar-bottom { display: none; }
  .mobile-header { display: flex; }
  main, footer { margin-left: 0; }
  .hero { min-height: 610px; padding-top: 5.5rem; }
  .hero::after { height: 285px; right: -135px; top: -95px; width: 285px; }
  .section { padding-bottom: 4.5rem; padding-top: 4.5rem; }
}
