:root {
  --ink: #24352c;
  --muted: #637169;
  --cream: #f6f3eb;
  --paper: #fffdf8;
  --moss: #536b4d;
  --moss-dark: #354936;
  --rust: #8f472b;
  --line: rgba(36, 53, 44, .14);
  --shadow: 0 18px 55px rgba(31, 46, 37, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 50; padding: .7rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 250px; height: auto; }
.nav { display: flex; align-items: center; gap: 1.65rem; font-size: .9rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav a { text-decoration: none; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--rust); border-color: currentColor; }
.nav .book-small { padding: .65rem 1rem; color: white; background: var(--moss-dark); border: 0; }
.menu-toggle { display: none; border: 0; background: none; font: inherit; font-weight: 800; }
.hero { position: relative; min-height: 570px; display: grid; place-items: center; color: white; background: #26372e center/cover no-repeat; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(18,31,23,.73), rgba(18,31,23,.15)); }
.hero.compact { min-height: 390px; }
.hero-content { width: min(930px, calc(100% - 2.5rem)); }
.eyebrow { margin: 0 0 .7rem; color: var(--rust); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: #e6d7bb; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.1; }
h1 { max-width: 850px; margin: 0 0 1rem; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 500; }
.hero.compact h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.hero-lead { max-width: 670px; margin: 0 0 2rem; font-size: clamp(1.1rem, 2vw, 1.45rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .75rem 1.3rem; border: 1px solid var(--moss-dark); text-decoration: none; font-weight: 800; letter-spacing: .04em; background: var(--moss-dark); color: white; }
.button:hover { background: #1e3024; }
.button.ghost { border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.08); }
.section { padding: clamp(4rem, 8vw, 7.5rem) 0; }
.section.tint { background: var(--cream); }
.section-heading { max-width: 720px; margin-bottom: 2.4rem; }
.section-heading h2, .split h2 { margin: 0 0 1rem; font-size: clamp(2.3rem, 5vw, 4.2rem); font-weight: 500; }
.section-heading p { color: var(--muted); font-size: 1.1rem; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.split img { width: 100%; min-height: 460px; object-fit: cover; box-shadow: var(--shadow); }
.copy p { margin: 0 0 1.15rem; }
.news { margin: 2rem 0 0; padding: 1.2rem 1.3rem; border-left: 4px solid var(--rust); background: #fff; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }
.card { overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 9px 30px rgba(31,46,37,.08); }
.card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.card-body { padding: 1.5rem; }
.card h2, .card h3 { margin: 0 0 .5rem; font-size: 2rem; }
.card p { color: var(--muted); }
.text-link { color: var(--rust); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: .25em; }
.features { display: flex; flex-wrap: wrap; gap: .6rem; margin: 2rem 0; padding: 0; list-style: none; }
.features li { padding: .55rem .8rem; border-radius: 99px; background: var(--cream); font-weight: 700; }
.price { color: var(--rust); font-weight: 900; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; min-width: 720px; border-collapse: collapse; background: white; }
th, td { padding: .9rem 1rem; text-align: left; border-bottom: 1px solid var(--line); }
th { background: var(--moss-dark); color: white; }
.prose { max-width: 860px; }
.prose h2 { margin: 2.5rem 0 .7rem; font-size: 2rem; }
.prose h3 { margin: 2rem 0 .4rem; font-size: 1.4rem; }
.prose li { margin-bottom: .65rem; }
.site-footer { padding: 4rem 0 2rem; color: white; background: var(--moss-dark); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; }
.site-footer h2 { font-size: 1.5rem; }
.site-footer a { color: white; }
.copyright { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.72); font-size: .9rem; }

@media (max-width: 850px) {
  .nav-wrap { min-height: 76px; }
  .brand img { width: 205px; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; inset: 76px 0 auto; padding: 1.4rem; flex-direction: column; align-items: stretch; gap: 1rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav[data-open] { display: flex; }
  .split, .footer-grid { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: 520px; }
}
@media (max-width: 570px) {
  .shell { width: min(100% - 1.5rem, 1160px); }
  .hero-content { width: min(100% - 1.5rem, 930px); }
  .hero, .hero.compact { min-height: 480px; }
  .card-grid { grid-template-columns: 1fr; }
  .split img { min-height: 310px; }
}
