
:root{--sea:#7a92a3;--foam:#e7eef2;--ink:#1f2a30;--sand:#d9cfc3;--font:"Literata",serif;--sans:"Figtree",sans-serif}
*{box-sizing:border-box}body.ghc-body{margin:0;font-family:var(--sans);background:var(--foam);color:var(--ink);line-height:1.65}
a{color:var(--ink)}
.ghc-side{position:fixed;left:0;top:0;bottom:0;width:11rem;background:#c5d5de;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.8rem;z-index:30}
.ghc-side a{text-decoration:none;font-size:.9rem;color:var(--ink)}
.ghc-side .brand{font-family:var(--font);font-size:1.2rem;font-weight:600;margin-bottom:1rem}
.ghc-main{margin-left:11rem}
.ghc-topmob{display:none;padding:1rem;background:#c5d5de;justify-content:space-between;align-items:center}
.ghc-burger{border:1px solid var(--ink);background:transparent;padding:.35rem .7rem}
.ghc-inline{display:none;flex-direction:column;background:#b7c9d4;padding:1rem;gap:.6rem}
.ghc-inline.is-open{display:flex}
@media(max-width:860px){
.ghc-side{display:none}.ghc-main{margin-left:0}.ghc-topmob{display:flex}
}
.ghc-hero{min-height:85vh;background:linear-gradient(180deg,#9bb0bd,#7a92a3);display:flex;align-items:flex-end;padding:2rem 1.5rem;color:#f5f8fa;position:relative}
.ghc-plaque{background:rgba(31,42,48,.85);padding:1rem 1.25rem;max-width:28rem}
.ghc-plaque h1{font-family:var(--font);margin:0 0 .35rem;font-size:2rem}
.ghc-plaque .cap{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;opacity:.85}
.ghc-index{padding:2rem 1.5rem;max-width:36rem}
.ghc-index a{display:block;padding:.7rem 0;border-bottom:1px solid #b7c4cc;text-decoration:none;font-weight:600}
.ghc-deep{max-width:40rem;padding:1rem 1.5rem 2rem}
.ghc-menu{max-width:28rem;margin:2rem 1.5rem;border:2px solid var(--ink);padding:1.25rem;background:#fff}
.ghc-menu h3{font-family:var(--font);margin-top:0}
.ghc-menu dl{display:grid;grid-template-columns:1fr auto;gap:.4rem 1rem;margin:0}
.ghc-menu dt{font-weight:600}.ghc-menu dd{margin:0;text-align:right}
.ghc-spacer{height:30vh}
.ghc-visit{padding:2rem 1.5rem;background:#d5e1e8}
.ghc-foot{position:relative;padding:3rem 1.5rem;background:#5f7583;color:#eef3f6;overflow:hidden}
.ghc-foot .wm{position:absolute;right:-1rem;bottom:-1rem;font-size:6rem;opacity:.15;font-family:var(--font);margin:0;pointer-events:none}
.ghc-foot a{color:#eef3f6}
.ghc-page{max-width:40rem;padding:2rem 1.5rem}
.legal-main{max-width:40rem;padding:2rem 1.5rem;margin:0}
.ghc-form label{display:block;margin:.5rem 0 .2rem}
.ghc-form input,.ghc-form textarea{width:100%;padding:.5rem;border:1px solid #9bb0bd;font:inherit}
.ghc-form button{margin-top:.7rem;background:var(--ink);color:#fff;border:0;padding:.6rem 1rem;cursor:pointer}
details.ghc-acc{border-top:1px solid #9bb0bd;padding:.6rem 0}
details.ghc-acc summary{cursor:pointer;font-weight:600}
.ghc-cookie{position:fixed;bottom:1rem;left:1rem;max-width:20rem;background:#fff;border:2px solid var(--ink);padding:1rem;z-index:60}
.ghc-cookie[hidden]{display:none!important}
.ghc-cookie-actions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.6rem}
.ghc-cookie button{border:1px solid var(--ink);background:#fff;padding:.35rem .6rem;cursor:pointer;font:inherit}
.ghc-cookie-settings[hidden]{display:none!important}
