
:root {
  --osp-bg: #1e3d32;
  --osp-ink: #e8f0ea;
  --osp-muted: #c5d5c8;
  --osp-accent: #8fbc8f;
  --osp-font: 'Literata', Georgia, serif;
  --osp-body: 'Nunito Sans', sans-serif;
  --osp-display: 'Literata', Georgia, serif;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
}
body.osp-body {
  margin: 0;
  font-family: var(--osp-body);
  background: var(--osp-bg);
  color: var(--osp-ink);
  line-height: 1.65;
}
.osp-body a { color: var(--osp-accent); }
.osp-wordmark { font-family: var(--osp-display); font-weight: 600; text-decoration: none; color: inherit; }
.osp-wordmark a { color: inherit; text-decoration: none; }
.osp-menu-btn {
  font: inherit; cursor: pointer; border: 1px solid var(--osp-ink);
  background: transparent; color: var(--osp-ink); padding: .4rem .75rem;
}
.osp-drawer {
  background: var(--osp-ink); color: var(--osp-bg); padding: 1.25rem;
  display: flex; flex-direction: column; gap: .75rem;
}
.osp-drawer[hidden] { display: none !important; }
.osp-drawer a { color: inherit; text-decoration: none; font-size: 1.1rem; }
.osp-main { padding: 1.5rem clamp(1rem,4vw,3rem) 3rem; max-width: 72rem; margin: 0 auto; }
.osp-btn {
  display: inline-block; font: inherit; cursor: pointer; border: none;
  background: var(--osp-ink); color: var(--osp-bg); padding: .65rem 1.1rem; text-decoration: none;
}
.osp-btn-ghost { background: transparent; color: var(--osp-ink); border: 1px solid currentColor; }
.osp-form { display: grid; gap: .75rem; max-width: 28rem; margin-top: 1rem; }
.osp-form label { display: grid; gap: .25rem; font-size: .95rem; }
.osp-form input, .osp-form textarea {
  font: inherit; padding: .5rem .65rem; border: 1px solid var(--osp-muted); background: #fff; color: #111;
}
.osp-footer { padding: 2rem clamp(1rem,4vw,3rem); border-top: 1px solid color-mix(in srgb, var(--osp-ink) 20%, transparent); margin-top: 2rem; }
.osp-footer-contact p { margin: .2rem 0; }
.osp-footer nav a { margin-right: .75rem; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
.osp-cookie {
  position: fixed; z-index: 1000; bottom:0;left:0;right:0;width:100%;
  background: var(--osp-bg); color: var(--osp-ink);
  border: 1px solid var(--osp-ink); padding: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.osp-cookie[hidden] { display: none !important; }
.osp-cookie-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .75rem; }
.osp-cookie-settings { margin-top: .75rem; display: grid; gap: .5rem; }
.osp-article { max-width: 42rem; }
.osp-article h1 { font-family: var(--osp-display); line-height: 1.2; }

/* site-specific layout hooks */

.osp-body { background: var(--osp-bg); color: var(--osp-ink); }
.osp-h12 { display:flex; justify-content:space-between; align-items:center; padding:1rem clamp(1rem,4vw,3rem); position:sticky; top:0; background: var(--osp-bg); z-index:40; transition: padding .2s ease; }
.osp-h12.is-condensed { padding-block: .45rem; }
.osp-wordmark { font-family: var(--osp-font); font-size:1.35rem; color: var(--osp-ink); }
.osp-mega { position:fixed; inset:0; z-index:45; background: color-mix(in srgb, var(--osp-bg) 94%, #000); color: var(--osp-ink); opacity:0; animation: osp-fade .35s forwards; }
.osp-mega:not([hidden]) { display:grid !important; place-items:center; }
@keyframes osp-fade { to { opacity:1; } }
.osp-mega-inner { display:flex; flex-direction:column; gap:1rem; font-size:1.6rem; text-align:center; }
.osp-mega-inner a { color:inherit; text-decoration:none; }
.osp-story-open { max-width:40rem; }
.osp-est { font-size:3rem; font-family: var(--osp-font); margin:0; }
.osp-rule { border:none; border-top:1px solid var(--osp-ink); margin:2.5rem 0; }
.osp-services { padding-left:1.2rem; }
.osp-collection { display:grid; gap:1rem; margin-top:1.5rem; }
@media (min-width:700px) { .osp-collection { grid-template-columns:1fr 1fr; } }
.osp-tile { margin:0; border-top:1px solid var(--osp-ink); padding-top:.75rem; }
.osp-tile figcaption { font-weight:600; }
.osp-f12 .osp-cols4 { display:grid; grid-template-columns: repeat(2,1fr); gap:1rem; }
@media (min-width:800px) { .osp-f12 .osp-cols4 { grid-template-columns: repeat(4,1fr); } }
.osp-cols4 a { display:block; color:inherit; text-decoration:none; margin:.25rem 0; }

