:root {
  --sneoff-color-ink: #17201b;
  --sneoff-color-forest: #183b2e;
  --sneoff-color-forest-soft: #294f40;
  --sneoff-color-cream: #f5f1e8;
  --sneoff-color-paper: #fffdf8;
  --sneoff-color-sand: #ded6c9;
  --sneoff-color-muted: #716f68;
  --sneoff-color-white: #ffffff;
  --sneoff-color-line: rgba(23, 32, 27, .15);
  --sneoff-font-display: Georgia, 'Times New Roman', serif;
  --sneoff-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --sneoff-content: 760px;
  --sneoff-wide: 1180px;
  --sneoff-gutter: clamp(20px, 4vw, 56px);
  --sneoff-radius: 2px;
  --sneoff-transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sneoff-site { margin: 0; background: var(--sneoff-color-paper); color: var(--sneoff-color-ink); font-family: var(--sneoff-font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .07em; text-underline-offset: .16em; }
button, input, textarea, select { font: inherit; }

.sneoff-skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-180%); background: #fff; color: #111; padding: 10px 14px; }
.sneoff-skip-link:focus { transform: none; }

.sneoff-site-header { position: relative; z-index: 100; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--sneoff-color-line); }
.sneoff-header-inner { max-width: calc(var(--sneoff-wide) + (var(--sneoff-gutter) * 2)); margin: 0 auto; min-height: 88px; padding: 0 var(--sneoff-gutter); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.sneoff-brand { min-width: 180px; display: flex; align-items: center; gap: 14px; }
.sneoff-logo { flex: 0 0 auto; }
.sneoff-logo a { display: block; line-height: 0; }
.sneoff-logo img { display: block; width: auto; max-width: 160px; max-height: 54px; object-fit: contain; }
.sneoff-wordmark { display: inline-flex; flex-direction: column; text-decoration: none; }
.sneoff-wordmark-main, .sneoff-footer-wordmark { font-family: var(--sneoff-font-display); font-size: 1.45rem; letter-spacing: .08em; text-transform: uppercase; }
.sneoff-wordmark-tagline { margin-top: 2px; color: var(--sneoff-color-muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.sneoff-primary-menu, .sneoff-footer-menu { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); list-style: none; margin: 0; padding: 0; }
.sneoff-primary-menu a { display: block; padding: 31px 0 28px; text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-bottom: 2px solid transparent; }
.sneoff-primary-menu a:hover, .sneoff-primary-menu a:focus, .sneoff-primary-menu .current-menu-item > a { border-bottom-color: var(--sneoff-color-forest); }
.sneoff-primary-menu .menu-item-has-children { position: relative; }
.sneoff-primary-menu .sub-menu { position: absolute; top: 100%; left: -20px; width: 220px; margin: 0; padding: 10px 0; list-style: none; background: var(--sneoff-color-paper); border: 1px solid var(--sneoff-color-line); box-shadow: 0 20px 44px rgba(0,0,0,.10); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all var(--sneoff-transition); }
.sneoff-primary-menu li:hover > .sub-menu, .sneoff-primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.sneoff-primary-menu .sub-menu a { padding: 11px 20px; border: 0; text-transform: none; letter-spacing: 0; font-size: .92rem; font-weight: 500; }
.sneoff-menu-toggle { display: none; border: 0; background: transparent; color: var(--sneoff-color-ink); align-items: center; gap: 10px; padding: 12px 0; cursor: pointer; }
.sneoff-menu-toggle-label { font-size: .74rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.sneoff-menu-toggle-icon { width: 24px; height: 16px; display: inline-flex; flex-direction: column; justify-content: space-between; }
.sneoff-menu-toggle-icon span { display: block; width: 100%; height: 1.5px; background: currentColor; transition: transform var(--sneoff-transition); }

.sneoff-main { min-height: 55vh; }
.sneoff-page-shell { max-width: var(--sneoff-wide); margin: 0 auto; padding: clamp(70px, 9vw, 130px) var(--sneoff-gutter); }
.sneoff-narrow-content { width: min(var(--sneoff-content), calc(100% - (var(--sneoff-gutter) * 2))); margin-left: auto; margin-right: auto; }
.sneoff-eyebrow { margin: 0 0 16px; color: var(--sneoff-color-forest-soft); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.sneoff-home-hero { position: relative; min-height: min(84vh, 860px); display: flex; align-items: flex-end; overflow: hidden; background: linear-gradient(135deg, #294f40, #0e221a); color: #fff; }
.sneoff-home-hero-media { position: absolute; inset: 0; }
.sneoff-home-hero-image { width: 100%; height: 100%; object-fit: cover; }
.sneoff-home-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,17,12,.74) 0%, rgba(5,17,12,.38) 50%, rgba(5,17,12,.10) 100%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 45%); }
.sneoff-home-hero-content { position: relative; z-index: 2; width: min(850px, 100%); padding: clamp(70px, 10vw, 140px) var(--sneoff-gutter); margin-left: max(0px, calc((100vw - var(--sneoff-wide)) / 2)); }
.sneoff-home-hero .sneoff-eyebrow { color: rgba(255,255,255,.78); }
.sneoff-home-hero h1, .sneoff-home-closing h2, .sneoff-listing-header h1, .sneoff-single-header h1, .sneoff-page-header h1, .sneoff-error-page h1 { font-family: var(--sneoff-font-display); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.sneoff-home-hero h1 { max-width: 820px; margin: 0; font-size: clamp(3.6rem, 9vw, 8.4rem); }
.sneoff-home-hero-lede { max-width: 650px; margin: 28px 0 36px; font-family: var(--sneoff-font-display); font-size: clamp(1.2rem, 2vw, 1.7rem); line-height: 1.4; }
.sneoff-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid currentColor; text-decoration: none; font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: background var(--sneoff-transition), color var(--sneoff-transition); }
.sneoff-button--light { color: #fff; }
.sneoff-button--light:hover { background: #fff; color: var(--sneoff-color-forest); }
.sneoff-button--dark { color: var(--sneoff-color-forest); }
.sneoff-button--dark:hover { background: var(--sneoff-color-forest); color: #fff; }

.sneoff-editorial-section { padding: clamp(80px, 10vw, 150px) 0; }
.sneoff-home-story { background: var(--sneoff-color-paper); }
.sneoff-entry-content { font-family: var(--sneoff-font-display); font-size: clamp(1.12rem, 1.6vw, 1.32rem); line-height: 1.72; }
.sneoff-entry-content > * { margin-top: 0; margin-bottom: 1.5em; }
.sneoff-entry-content h2, .sneoff-entry-content h3, .sneoff-entry-content h4 { margin-top: 2.3em; margin-bottom: .7em; color: var(--sneoff-color-ink); font-family: var(--sneoff-font-display); font-weight: 400; line-height: 1.12; }
.sneoff-entry-content h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.sneoff-entry-content h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.sneoff-entry-content blockquote { margin: 2.2em 0; padding-left: 1.2em; border-left: 1px solid var(--sneoff-color-forest); color: var(--sneoff-color-forest); font-size: 1.4em; line-height: 1.35; }
.sneoff-entry-content .alignwide { width: min(var(--sneoff-wide), calc(100vw - (var(--sneoff-gutter) * 2))); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.sneoff-entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.sneoff-entry-content figure img { display: block; }

.sneoff-section-heading { max-width: var(--sneoff-wide); margin: 0 auto 58px; padding: 0 var(--sneoff-gutter); }
.sneoff-section-heading h2 { margin: 0; max-width: 740px; font-family: var(--sneoff-font-display); font-size: clamp(2.6rem, 6vw, 5.5rem); font-weight: 400; line-height: 1; }
.sneoff-home-journal { background: var(--sneoff-color-cream); }
.sneoff-story-stream { max-width: var(--sneoff-wide); margin: 0 auto; }
.sneoff-stream-item { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); min-height: 430px; border-top: 1px solid var(--sneoff-color-line); }
.sneoff-stream-item:last-child { border-bottom: 1px solid var(--sneoff-color-line); }
.sneoff-stream-item:nth-child(even) .sneoff-stream-media { order: 2; }
.sneoff-stream-media { display: block; min-height: 420px; overflow: hidden; }
.sneoff-stream-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.sneoff-stream-item:hover .sneoff-stream-media img { transform: scale(1.025); }
.sneoff-stream-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 72px); }
.sneoff-stream-copy h2 { margin: 0 0 18px; font-family: var(--sneoff-font-display); font-size: clamp(2rem, 4vw, 4rem); font-weight: 400; line-height: 1; }
.sneoff-stream-copy h2 a { text-decoration: none; }
.sneoff-stream-copy > p:not(.sneoff-eyebrow) { margin: 0 0 28px; color: var(--sneoff-color-muted); }
.sneoff-text-link { width: fit-content; color: var(--sneoff-color-forest); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.sneoff-home-closing { background: var(--sneoff-color-forest); color: #fff; }
.sneoff-home-closing-inner { max-width: var(--sneoff-wide); margin: 0 auto; padding: clamp(95px, 12vw, 180px) var(--sneoff-gutter); }
.sneoff-home-closing .sneoff-eyebrow { color: #c6d4cd; }
.sneoff-home-closing h2 { max-width: 900px; margin: 0; font-size: clamp(3.2rem, 8vw, 7rem); }
.sneoff-home-closing p:last-child { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 1.1rem; }

.sneoff-listing-header { max-width: 900px; margin-bottom: clamp(50px, 8vw, 90px); }
.sneoff-listing-header h1 { margin: 0; font-size: clamp(3.2rem, 8vw, 7rem); }
.sneoff-listing-description, .sneoff-listing-header > p:last-child { max-width: 680px; margin-top: 26px; color: var(--sneoff-color-muted); font-size: 1.1rem; }
.sneoff-listing-page .sneoff-story-stream { margin: 0; }

.sneoff-single-header, .sneoff-page-header { padding: clamp(80px, 11vw, 155px) var(--sneoff-gutter) clamp(50px, 7vw, 90px); }
.sneoff-single-header-inner, .sneoff-page-header .sneoff-narrow-content { max-width: 1020px; width: 100%; margin: 0 auto; }
.sneoff-single-header h1, .sneoff-page-header h1 { margin: 0; max-width: 980px; font-size: clamp(3rem, 8vw, 7.5rem); }
.sneoff-single-deck, .sneoff-page-deck { max-width: 730px; margin: 26px 0 0; color: var(--sneoff-color-muted); font-family: var(--sneoff-font-display); font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.45; }
.sneoff-single-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; color: var(--sneoff-color-muted); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sneoff-single-hero, .sneoff-page-hero { width: min(1500px, calc(100% - (var(--sneoff-gutter) * 2))); margin: 0 auto clamp(60px, 8vw, 110px); }
.sneoff-single-hero img, .sneoff-page-hero img { width: 100%; max-height: 820px; object-fit: cover; }
.sneoff-single .sneoff-entry-content, .sneoff-page .sneoff-entry-content { padding-bottom: clamp(80px, 11vw, 150px); }
.sneoff-entry-footer { padding-bottom: 90px; }
.sneoff-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.sneoff-tags a { padding: 8px 12px; border: 1px solid var(--sneoff-color-line); text-decoration: none; font-family: var(--sneoff-font-body); font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; }

.sneoff-pagination { margin-top: 60px; }
.sneoff-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.sneoff-pagination a, .sneoff-pagination span { display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; border: 1px solid var(--sneoff-color-line); text-decoration: none; }
.sneoff-pagination .current { background: var(--sneoff-color-forest); color: #fff; }

.sneoff-empty-state, .sneoff-error-page { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; }
.sneoff-empty-state h2 { margin: 0 0 12px; font-family: var(--sneoff-font-display); font-size: clamp(2.2rem, 5vw, 4.4rem); font-weight: 400; }
.sneoff-error-page { padding: 100px 0; background: var(--sneoff-color-cream); }
.sneoff-error-page h1 { margin: 0; font-size: clamp(3.2rem, 8vw, 7rem); }
.sneoff-error-page p { max-width: 600px; margin: 24px 0 32px; }

.sneoff-site-footer { background: #101a15; color: rgba(255,255,255,.82); }
.sneoff-footer-inner { max-width: var(--sneoff-wide); margin: 0 auto; padding: 70px var(--sneoff-gutter) 34px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; }
.sneoff-footer-wordmark { color: #fff; text-decoration: none; }
.sneoff-footer-brand p { max-width: 430px; margin: 18px 0 0; color: rgba(255,255,255,.58); }
.sneoff-footer-nav { align-self: start; }
.sneoff-footer-menu { justify-content: flex-end; flex-wrap: wrap; }
.sneoff-footer-menu a { color: rgba(255,255,255,.72); font-size: .78rem; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.sneoff-footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 900px) {
  .sneoff-header-inner { min-height: 74px; }
  .sneoff-menu-toggle { display: inline-flex; position: relative; z-index: 102; }
  .sneoff-primary-nav { position: fixed; inset: 0; z-index: 101; display: flex; align-items: flex-start; padding: 110px var(--sneoff-gutter) 50px; background: var(--sneoff-color-paper); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: all 220ms ease; overflow-y: auto; }
  .sneoff-menu-is-open { overflow: hidden; }
  .sneoff-menu-is-open .sneoff-primary-nav { opacity: 1; visibility: visible; transform: none; }
  .sneoff-menu-is-open .sneoff-menu-toggle-icon span:first-child { transform: translateY(7px) rotate(45deg); }
  .sneoff-menu-is-open .sneoff-menu-toggle-icon span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .sneoff-primary-menu { width: 100%; display: block; }
  .sneoff-primary-menu > li { border-bottom: 1px solid var(--sneoff-color-line); }
  .sneoff-primary-menu a { padding: 18px 0; font-family: var(--sneoff-font-display); font-size: clamp(1.65rem, 7vw, 2.7rem); font-weight: 400; letter-spacing: -.02em; text-transform: none; border: 0; }
  .sneoff-primary-menu .sub-menu { position: static; width: auto; padding: 0 0 12px 16px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; background: transparent; }
  .sneoff-primary-menu .sub-menu a { padding: 8px 0; font-family: var(--sneoff-font-body); font-size: 1rem; }
  .sneoff-stream-item { grid-template-columns: 1fr; }
  .sneoff-stream-item:nth-child(even) .sneoff-stream-media { order: initial; }
  .sneoff-stream-media { min-height: 54vw; }
  .sneoff-footer-inner { grid-template-columns: 1fr; }
  .sneoff-footer-menu { justify-content: flex-start; }
  .sneoff-footer-meta { grid-column: auto; flex-direction: column; }
}

@media (max-width: 600px) {
  :root { --sneoff-gutter: 20px; }
  .sneoff-home-hero { min-height: 76vh; }
  .sneoff-home-hero-content { padding-bottom: 64px; }
  .sneoff-home-hero h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .sneoff-stream-media { min-height: 68vw; }
  .sneoff-stream-copy { padding: 32px 4px 50px; }
  .sneoff-single-meta { flex-direction: column; gap: 5px; }
  .sneoff-footer-inner { padding-top: 54px; }
}

/* Site identity: keep logo, site title and tagline available together. WordPress core
   outputs the Site Icon/favicon through wp_head() when one is configured. */
@media (max-width: 640px) {
  .sneoff-brand { min-width: 0; gap: 9px; }
  .sneoff-logo img { max-width: 92px; max-height: 38px; }
  .sneoff-wordmark-main { font-size: 1.05rem; letter-spacing: .06em; }
  .sneoff-wordmark-tagline { font-size: .62rem; line-height: 1.25; letter-spacing: .055em; }
}
