:root {
  --ink: #101722;
  --muted: #5d6672;
  --paper: #f7f1e3;
  --panel: #fffaf0;
  --navy: #143d59;
  --red: #a8323a;
  --gold: #f4b942;
  --green: #27615a;
  --rule: rgba(16, 23, 34, 0.14);
  --shadow: 0 24px 60px rgba(16, 23, 34, 0.13);
  --max: 1160px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.mast { position: sticky; top: 0; z-index: 20; background: rgba(247, 241, 227, 0.92); border-bottom: 1px solid var(--rule); backdrop-filter: blur(12px); }
.topbar { display: flex; justify-content: space-between; gap: 1rem; padding: 0.45rem 0; color: var(--muted); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 1px solid var(--rule); }
.navrow { min-height: 4.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; font-weight: 700; line-height: 0.9; color: var(--navy); }
.brand span { display: block; color: var(--red); font-size: 1.15rem; letter-spacing: 0.08em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 1rem; font-size: 0.9rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.nav a { color: var(--muted); border-bottom: 2px solid transparent; padding: 0.2rem 0; }
.nav a:hover, .nav a.on { color: var(--ink); border-color: var(--gold); }
.nav .pill { background: var(--navy); color: white; border: 0; padding: 0.55rem 0.85rem; }
.menu { display: none; width: 2.4rem; height: 2.4rem; border: 1px solid var(--rule); background: var(--panel); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu span { width: 17px; height: 2px; background: var(--ink); }
.hero { position: relative; min-height: min(78vh, 740px); display: grid; align-items: end; overflow: hidden; background: var(--navy); }
.hero img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(1.02) contrast(1.03); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 23, 35, 0.88), rgba(12, 23, 35, 0.52) 48%, rgba(12, 23, 35, 0.18)), linear-gradient(0deg, rgba(12, 23, 35, 0.58), transparent 45%); }
.hero-copy { position: relative; z-index: 1; color: white; padding: 5.4rem 0; }
.kicker, .tag { color: var(--red); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.hero .kicker { color: var(--gold); }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.02; letter-spacing: 0; }
h1 { max-width: 12ch; font-size: clamp(2.5rem, 7vw, 5.6rem); margin: 0.45rem 0 1rem; }
.lead { max-width: 48rem; font-size: clamp(1rem, 2vw, 1.25rem); color: rgba(255, 255, 255, 0.88); }
.actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.35rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: 0.72rem 1rem; border: 1px solid transparent; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; cursor: pointer; }
.btn.main { background: var(--gold); color: #19202a; }
.btn.ghost { color: white; border-color: rgba(255, 255, 255, 0.68); }
.btn.small { min-height: 2.2rem; padding: 0.45rem 0.8rem; background: var(--navy); color: white; }
.section { padding: 4rem 0; }
.compact { padding-top: 2rem; }
.intro { display: grid; grid-template-columns: 0.9fr 1fr; gap: 2rem; align-items: end; margin-bottom: 1.4rem; }
.intro h2, .pagehead h1, .quote h2 { font-size: clamp(2rem, 4vw, 3.4rem); color: var(--navy); }
.intro p:last-child, .pagehead p { color: var(--muted); max-width: 42rem; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { background: var(--panel); border: 1px solid var(--rule); box-shadow: 0 10px 28px rgba(16, 23, 34, 0.06); }
.card img { height: 220px; object-fit: cover; background: #d8d0bf; }
.card div { padding: 1.1rem; }
.card h3 { font-size: 1.6rem; margin: 0.25rem 0 0.35rem; color: var(--navy); }
.card p:last-child { color: var(--muted); font-size: 0.96rem; }
.routeband { background: var(--navy); color: white; }
.routegrid { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.routegrid h2 { font-size: clamp(1.9rem, 3.4vw, 3rem); max-width: 9ch; }
.route { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.18); padding: 1rem; }
.route strong { display: block; color: var(--gold); margin-bottom: 0.35rem; }
.route span { color: rgba(255, 255, 255, 0.78); }
.quote { background: var(--panel); border: 1px solid var(--rule); padding: 2rem; box-shadow: var(--shadow); }
.quote p { max-width: 58rem; color: var(--muted); margin: 0.8rem 0 1.2rem; }
.pagehead { padding: 4rem 0 2rem; }
.pagehead h1 { max-width: 12ch; margin: 0.35rem 0 0.7rem; }
.list { display: grid; gap: 0; border-top: 1px solid var(--rule); }
.list article { display: grid; grid-template-columns: 4rem 1fr 9rem; gap: 1rem; align-items: start; padding: 1.35rem 0; border-bottom: 1px solid var(--rule); }
.list span { color: var(--red); font-weight: 800; }
.list h2 { color: var(--navy); font-size: 1.8rem; }
.list p { color: var(--muted); }
.list b { color: var(--green); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.78rem; }
.prose { max-width: 760px; font-size: 1.08rem; }
.prose p { margin-bottom: 1rem; color: var(--muted); }
.prose h2 { color: var(--navy); font-size: 2rem; margin: 2rem 0 0.6rem; }
.prose a { color: var(--red); font-weight: 800; }
.contact { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 1.2rem; align-items: start; }
.panel, .form { background: var(--panel); border: 1px solid var(--rule); padding: 1.2rem; }
.panel h2 { color: var(--navy); font-size: 2rem; margin-bottom: 0.5rem; }
.panel p { color: var(--muted); margin-bottom: 0.7rem; }
.panel a { color: var(--red); font-weight: 800; }
.form { display: grid; gap: 0.85rem; }
.form label { display: grid; gap: 0.3rem; font-size: 0.9rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.form input, .form select, .form textarea { width: 100%; min-height: 2.8rem; border: 1px solid var(--rule); background: #fff; padding: 0.7rem; font: inherit; }
.form textarea { min-height: 8rem; resize: vertical; }
.form .check { display: flex; align-items: center; gap: 0.5rem; text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--muted); }
.form .check input { width: auto; min-height: auto; }
.notice { padding: 0.7rem; font-weight: 700; }
.notice.good { background: rgba(39, 97, 90, 0.12); color: var(--green); }
.notice.bad { background: rgba(168, 50, 58, 0.12); color: var(--red); }
.foot { background: #111822; color: white; padding: 2.5rem 0 1rem; }
.footgrid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; gap: 1.2rem; }
.footbrand { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; color: var(--gold); }
.foot p, .foot a { color: rgba(255, 255, 255, 0.72); display: block; margin-bottom: 0.25rem; }
.foot h4 { margin-bottom: 0.5rem; }
.copy { text-align: center; margin-top: 2rem; font-size: 0.85rem; }
.toast { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; max-width: 520px; background: var(--panel); border: 1px solid var(--rule); box-shadow: var(--shadow); padding: 0.8rem; display: none; align-items: center; justify-content: space-between; gap: 1rem; z-index: 30; }
.toast.show { display: flex; }
.toast p { color: var(--muted); font-size: 0.9rem; }
.toast a { color: var(--red); font-weight: 800; }
@media (max-width: 880px) {
  .menu { display: flex; }
  .nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + 1px); display: none; flex-direction: column; align-items: stretch; background: var(--panel); padding: 1rem; border: 1px solid var(--rule); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .intro, .grid, .routegrid, .contact, .footgrid { grid-template-columns: 1fr; }
  .routegrid h2 { max-width: none; }
  .list article { grid-template-columns: 3rem 1fr; }
  .list b { grid-column: 2; }
  .hero { min-height: 680px; }
  .hero-copy { padding: 3rem 0; }
}
@media (max-width: 560px) {
  .topbar { display: none; }
  h1 { font-size: 2.55rem; }
  .section { padding: 2.8rem 0; }
  .card img { height: 190px; }
  .quote { padding: 1.2rem; }
  .toast { flex-direction: column; align-items: flex-start; }
}
