:root {
  --ink: #101713;
  --forest: #123d2d;
  --forest-dark: #0b2b20;
  --lime: #d7ed59;
  --cream: #f2efe5;
  --paper: #fbfaf6;
  --white: #fff;
  --line: rgba(16, 23, 19, .16);
  --muted: #657068;
  --max: 1280px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html[data-theme="dark"] { color-scheme: dark; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--lime); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(251, 250, 246, .94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(12px); }
.header-inner { width: min(var(--max), calc(100% - 48px)); height: 102px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img, .brand .custom-logo { width: 66px; height: 66px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 17px; letter-spacing: .01em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.main-nav, .main-nav .menu { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.main-nav .menu { margin: 0; padding: 0; list-style: none; }
.main-nav .menu > li > a { position: relative; }
.main-nav .menu > li > a::after { content: ""; position: absolute; inset: auto 0 -7px; height: 2px; background: var(--forest); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav .menu > li > a:hover::after { transform: scaleX(1); }
.main-nav .menu > li:last-child > a { padding: 13px 18px; background: var(--forest); color: var(--white); }
.main-nav .menu > li:last-child > a::after { display: none; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.theme-toggle { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--paper); display: grid; place-items: center; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.theme-toggle:hover { color: var(--paper); background: var(--ink); transform: rotate(8deg); }
.theme-toggle span { grid-area: 1 / 1; font-size: 18px; line-height: 1; }
.theme-icon-dark, html[data-theme="dark"] .theme-icon-light { opacity: 0; transform: scale(.6); }
html[data-theme="dark"] .theme-icon-dark { opacity: 1; transform: scale(1); }

.hero { position: relative; isolation: isolate; min-height: 860px; padding: 180px max(24px, calc((100vw - var(--max)) / 2)) 0; overflow: hidden; background: var(--cream); display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 6vw; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0 0 102px; background: url("../images/bataillonsfoto-2026.jpg") center 58% / cover no-repeat; opacity: .72; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0 0 102px; background: linear-gradient(90deg, var(--cream) 0%, rgba(242,239,229,.96) 28%, rgba(242,239,229,.46) 58%, rgba(242,239,229,.08) 100%), linear-gradient(0deg, rgba(242,239,229,.2), rgba(242,239,229,.12)); }
.hero-text { z-index: 2; align-self: center; padding-bottom: 145px; }
.hero-text, .hero-visual { min-width: 0; }
.eyebrow { margin: 0 0 24px; color: var(--forest); font-size: 11px; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(64px, 7.2vw, 112px); font-weight: 400; letter-spacing: -.065em; line-height: .79; }
.hero h1 em, .statement-content h2 em { color: var(--forest); font-weight: 400; }
.hero-intro { max-width: 540px; margin: 38px 0 34px; font-size: 18px; color: #3e4942; }
.hero-actions, .join-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 22px; padding: 17px 22px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: var(--white); }
.button-primary:hover { background: var(--forest-dark); }
.button-light { background: var(--lime); color: var(--ink); }
.text-link { display: inline-flex; gap: 18px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 13px; font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero-visual { position: relative; align-self: stretch; margin-bottom: 120px; }
.hero-seal { position: absolute; z-index: 3; right: 30px; bottom: 34px; width: 164px; height: 164px; border-radius: 50%; background: var(--lime); display: flex; justify-content: center; align-items: center; gap: 8px; transform: rotate(-8deg); box-shadow: 0 12px 30px rgba(18,61,45,.18); }
.hero-seal strong { font-family: var(--serif); font-size: 54px; font-weight: 400; line-height: 1; }
.hero-seal span { font-size: 10px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.hero-note { position: absolute; right: -38px; bottom: 15px; margin: 0; color: var(--forest); font-family: var(--serif); font-size: 20px; font-style: italic; line-height: 1.1; transform: rotate(-90deg); transform-origin: center; }
.hero-ticker { position: absolute; z-index: 8; inset: auto 0 0; min-height: 102px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--forest); color: var(--white); padding: 0 max(24px, calc((100vw - var(--max)) / 2)); }
.hero-ticker a { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.18); font-size: 12px; font-weight: 700; }
.hero-ticker a:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.hero-ticker a:hover { background: rgba(255,255,255,.06); }
.hero-ticker span { color: var(--lime); font-family: var(--serif); font-style: italic; }

.section { width: min(var(--max), calc(100% - 48px)); margin: auto; padding: 130px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 52px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2, .heritage-copy h2, .join-content h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.section-intro { max-width: 420px; margin: 0; color: var(--muted); font-size: 17px; }
.news-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 22px; }
.news-card { min-width: 0; background: var(--cream); overflow: hidden; }
.news-card > img { width: 100%; height: 280px; object-fit: cover; transition: transform .5s; }
.news-card:hover > img { transform: scale(1.025); }
.news-card-featured { display: grid; grid-template-columns: .78fr 1fr; }
.news-card-featured > img { height: 100%; min-height: 465px; }
.news-card-body { padding: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.news-card-body .meta { margin: 0 0 26px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.news-card-body .meta span { color: var(--forest); font-weight: 800; }
.news-card h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 31px; line-height: 1.05; font-weight: 400; }
.news-card-body > p:not(.meta) { color: var(--muted); font-size: 14px; }
.news-card-link { margin-top: auto; padding-top: 24px; font-size: 12px; font-weight: 800; }

.anniversary-section { position: relative; min-height: 720px; padding: 110px max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; background: var(--forest); color: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.anniversary-section::after { content: "125"; position: absolute; right: -40px; bottom: -130px; color: rgba(255,255,255,.045); font-family: var(--serif); font-size: 430px; line-height: 1; }
.anniversary-cover { position: relative; z-index: 2; justify-self: center; width: min(100%, 390px); transform: rotate(-2.5deg); box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.anniversary-cover img { width: 100%; height: auto; }
.anniversary-cover-placeholder { aspect-ratio: .72; padding: 40px; background: var(--forest-dark); border: 2px solid #c8a84d; display: grid; place-content: center; text-align: center; }
.anniversary-cover-placeholder strong { color: #c8a84d; font-family: var(--serif); font-size: 110px; font-weight: 400; line-height: .8; }
.anniversary-cover-placeholder small { margin-top: 20px; text-transform: uppercase; letter-spacing: .18em; }
.anniversary-copy { position: relative; z-index: 2; }
.anniversary-copy .eyebrow { color: var(--lime); }
.anniversary-copy h2, .shop-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 6vw, 92px); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.anniversary-copy h2 em { color: var(--lime); font-weight: 400; }
.anniversary-copy > p:not(.eyebrow) { max-width: 650px; margin: 32px 0; color: rgba(255,255,255,.72); font-size: 18px; }

.royalty-home-section { background: var(--paper); }
.royalty-home-section .svb-royalties { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.royalty-home-section .svb-royalty { padding: 0 0 22px; overflow: hidden; }
.royalty-home-section .svb-royalty > :not(img) { margin-inline: 22px; }

.statement-section { position: relative; min-height: 700px; overflow: hidden; padding: 130px max(24px, calc((100vw - var(--max)) / 2)); background: var(--forest); color: var(--white); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 7vw; }
.statement-mark { position: absolute; color: rgba(255,255,255,.045); font-family: var(--serif); font-size: 420px; line-height: 1; left: -40px; bottom: -95px; }
.statement-content { position: relative; z-index: 2; }
.statement-content .eyebrow { color: var(--lime); }
.statement-content h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5.2vw, 82px); line-height: .98; font-weight: 400; letter-spacing: -.05em; }
.statement-content h2 em { color: var(--lime); }
.statement-content > p:not(.eyebrow) { max-width: 620px; margin: 30px 0; color: rgba(255,255,255,.72); font-size: 17px; }
.statement-image { position: relative; z-index: 2; padding-right: 7%; }
.statement-image::after { content: ""; position: absolute; inset: 22px -2px -22px 22px; border: 1px solid var(--lime); z-index: -1; }
.statement-image img { width: 100%; height: 440px; object-fit: cover; }

.disciplines-section { padding-bottom: 150px; }
.discipline-list { border-top: 1px solid var(--line); }
.discipline { display: grid; grid-template-columns: 80px 1.25fr 1fr 40px; align-items: center; gap: 24px; min-height: 112px; padding: 18px 10px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.discipline:hover { background: var(--cream); padding-inline: 24px; }
.discipline-number { color: var(--forest); font-family: var(--serif); font-style: italic; font-size: 18px; }
.discipline strong { font-family: var(--serif); font-size: clamp(28px, 3vw, 43px); font-weight: 400; }
.discipline > span:not(.discipline-number) { color: var(--muted); font-size: 13px; }
.discipline b { justify-self: end; font-size: 22px; font-weight: 400; }

.schedule-section { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.schedule-copy .eyebrow { color: var(--lime); }
.schedule-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(55px, 6vw, 88px); line-height: .88; font-weight: 400; letter-spacing: -.055em; }
.schedule-copy > p:not(.eyebrow) { max-width: 430px; margin: 34px 0; color: rgba(255,255,255,.62); }
.text-link-light { color: var(--lime); }
.schedule-list { border-top: 1px solid rgba(255,255,255,.22); }
.schedule-item { display: grid; grid-template-columns: 165px 1fr; align-items: center; min-height: 105px; border-bottom: 1px solid rgba(255,255,255,.22); }
.schedule-item > div { display: flex; align-items: baseline; gap: 19px; }
.schedule-item span { color: var(--lime); font-family: var(--serif); font-style: italic; }
.schedule-item strong { font-family: var(--serif); font-size: 32px; font-weight: 400; }
.schedule-item p { margin: 0; font-weight: 700; }
.schedule-item small { display: block; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 400; }
.schedule-more { display: flex; justify-content: space-between; padding: 26px 0; color: var(--lime); font-size: 12px; font-weight: 800; }

.heritage-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.heritage-photo { position: relative; padding: 0 0 48px 48px; }
.heritage-photo::before { content: ""; position: absolute; inset: 48px 48px 0 0; background: var(--lime); z-index: -1; }
.heritage-photo img { width: 100%; min-height: 520px; object-fit: cover; }
.heritage-year { position: absolute; left: 0; bottom: 10px; display: grid; color: var(--forest); }
.heritage-year span { font-family: var(--serif); font-style: italic; }
.heritage-year strong { font-family: var(--serif); font-size: 64px; line-height: .9; font-weight: 400; }
.heritage-copy > p:not(.eyebrow) { margin: 28px 0 34px; color: var(--muted); font-size: 17px; }
.heritage-links { border-top: 1px solid var(--line); }
.heritage-links a { display: flex; justify-content: space-between; padding: 19px 2px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.heritage-links a:hover { color: var(--forest); }

.shop-section { min-height: 650px; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: var(--cream); display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: center; }
.shop-visual { min-height: 430px; background: var(--forest-dark); display: grid; place-items: center; overflow: hidden; }
.shop-visual:empty::before { content: "SVB01 SHOP"; color: var(--lime); font-family: var(--serif); font-size: clamp(54px, 7vw, 105px); }
.shop-visual img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.shop-copy h2 { color: var(--forest); }
.shop-copy > p:not(.eyebrow) { margin: 28px 0 32px; color: var(--muted); font-size: 17px; }

.social-section { padding-top: 120px; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.social-feed { min-width: 0; padding: 28px; background: var(--cream); }
.social-feed > header { min-height: 48px; margin-bottom: 24px; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; border-bottom: 1px solid var(--line); }
.social-feed h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.social-feed header a { font-size: 12px; font-weight: 800; }
.social-feed > header:only-child::after { content: "Feed nach Kontoverbindung automatisch aktiv"; padding-bottom: 18px; color: var(--muted); font-size: 12px; }
.social-feed .feed-awaiting { color: var(--muted); font-size: 13px; }
.social-feed #sbi_mod_error { display: none !important; }
.social-feed:has(.sbi_feed), .social-feed:has(.cff-wrapper) { background: var(--paper); }
.social-feed:has(.sbi_feed) .feed-awaiting, .social-feed:has(.cff-wrapper) .feed-awaiting { display: none; }

.join-section { width: min(var(--max), calc(100% - 48px)); min-height: 530px; margin: 0 auto 120px; padding: 80px; background: var(--lime); display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; overflow: hidden; }
.join-content { position: relative; z-index: 2; }
.join-content > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 32px; font-size: 18px; }
.join-orbit { position: relative; justify-self: center; width: 290px; height: 290px; border: 1px solid rgba(16,23,19,.35); border-radius: 50%; display: grid; place-items: center; }
.join-orbit::before, .join-orbit::after { content: ""; position: absolute; border: 1px solid rgba(16,23,19,.2); border-radius: 50%; }
.join-orbit::before { inset: -45px; }
.join-orbit::after { inset: -90px; }
.join-orbit span { font-family: var(--serif); font-size: 82px; font-style: italic; transform: rotate(-9deg); }

.site-footer { padding: 90px max(24px, calc((100vw - var(--max)) / 2)) 30px; background: var(--forest-dark); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.35fr .75fr .75fr; gap: 7vw; padding-bottom: 80px; }
.footer-brand { display: flex; align-items: center; gap: 26px; }
.footer-brand img { width: 82px; }
.footer-brand h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4vw, 58px); line-height: .97; font-weight: 400; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 14px; }
.footer-label { margin: 0 0 15px; color: var(--lime); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.footer-contact address { font-style: normal; color: rgba(255,255,255,.7); }
.footer-contact a { border-bottom: 1px solid rgba(255,255,255,.45); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.46); font-size: 10px; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom nav .menu { display: contents; margin: 0; padding: 0; list-style: none; }
.prototype-label { color: var(--lime); text-transform: uppercase; letter-spacing: .13em; }

.content-shell { width: min(980px, calc(100% - 48px)); min-height: 62vh; margin: 0 auto; padding: 190px 0 120px; }
.content-header { max-width: 880px; margin-bottom: 70px; }
.content-header .eyebrow { margin-bottom: 18px; }
.content-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 7vw, 92px); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.content-header > p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: 18px; }
.entry-hero { margin: 0 0 54px; }
.entry-hero img { width: 100%; max-height: 620px; object-fit: cover; }
.entry-content { max-width: 780px; font-size: 17px; }
.entry-content > * { margin-top: 0; margin-bottom: 1.5em; }
.entry-content h2, .entry-content h3 { margin-top: 1.7em; font-family: var(--serif); font-weight: 400; line-height: 1.1; }
.entry-content h2 { font-size: 42px; }
.entry-content h3 { font-size: 30px; }
.entry-content a { color: var(--forest); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content .wp-block-button__link { color: var(--white); background: var(--forest); border-radius: 0; padding: 15px 20px; text-decoration: none; font-size: 13px; font-weight: 800; }
.entry-content .alignwide { width: min(1100px, 100vw - 48px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.post-list { border-top: 1px solid var(--line); }
.post-list-item { display: grid; grid-template-columns: 280px 1fr; gap: 36px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.post-list-item img { width: 100%; height: 210px; object-fit: cover; }
.post-list-item .meta { margin: 0 0 8px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.post-list-item h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 34px; line-height: 1.05; font-weight: 400; }
.post-list-item p { color: var(--muted); }
.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; min-height: 42px; padding: 8px; place-items: center; border: 1px solid var(--line); }
.page-numbers.current { color: var(--white); background: var(--forest); }
.svb-contacts, .svb-royalties { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 34px 0; }
.svb-contact, .svb-royalty { padding: 22px; background: var(--cream); }
.svb-contact img, .svb-royalty img { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 20px; object-fit: cover; }
.svb-contact h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.svb-contact p, .svb-royalty p { margin: 5px 0; font-size: 14px; }
.svb-royalties-current { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.svb-royalties-current .svb-royalty { padding: 0 0 26px; overflow: hidden; }
.svb-royalties-current .svb-royalty img { aspect-ratio: 16 / 11; margin-bottom: 24px; object-position: center 24%; }
.svb-royalty-copy { margin-inline: 26px; }
.svb-royalty-title { margin: 0; color: var(--forest); font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: .95; letter-spacing: -.035em; }
.svb-royalty-year { margin: 10px 0 22px!important; color: var(--muted); font-size: 12px!important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.svb-royalty h4 { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(26px, 2.7vw, 38px); font-weight: 400; line-height: 1.05; }
.svb-royalty-epithet { color: var(--muted); font-family: var(--serif); font-size: 18px!important; font-style: italic; }
.svb-contact a { display: block; margin-top: 8px; font-size: 13px; }
.entry-content:has(.svb-contact-directory) { width: min(1180px, 100vw - 48px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.svb-contact-group { margin-top: 70px; }
.svb-contact-group > h2 { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.svb-contact-role { margin: 0 0 8px!important; color: var(--forest); font-size: 11px!important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.svb-contact-notes { color: var(--muted); }
.entry-content:has(.svb-royalty-overview) { width: min(1100px, 100vw - 48px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.svb-royalty-overview > section > h2 { margin-bottom: 8px; }
.svb-royalty-archive { margin-top: 80px; }
.svb-archive-intro { max-width: 720px; color: var(--muted); }
.svb-royalty-group { border-top: 1px solid var(--line); }
.svb-royalty-group:last-child { border-bottom: 1px solid var(--line); }
.svb-royalty-group summary { padding: 22px 4px; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; list-style: none; }
.svb-royalty-group summary::-webkit-details-marker { display: none; }
.svb-royalty-group summary strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.svb-royalty-group summary span { color: var(--muted); font-size: 12px; }
.svb-royalty-group[open] summary { color: var(--forest); }
.svb-table-scroll { max-width: 100%; overflow-x: auto; }
.svb-royalty-table { width: 100%; margin: 0 0 30px; border-collapse: collapse; font-size: 14px; }
.svb-royalty-table th, .svb-royalty-table td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.svb-royalty-table thead th { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.svb-royalty-table tbody th { font-weight: 700; }
.svb-training-list, .svb-documents { border-top: 1px solid var(--line); margin: 34px 0; }
.svb-training-list article, .svb-documents article { display: grid; grid-template-columns: 220px 1fr; gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.svb-training-list h3, .svb-documents h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.svb-training-list p, .svb-documents p { margin: 0; }
.svb-documents article { grid-template-columns: 1fr auto; align-items: center; }
.svb-documents small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.svb-documents a { font-size: 13px; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { transition-duration: 0s !important; } }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-seal { right: 0; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card-featured { grid-column: 1 / -1; }
  .news-card-featured > img { min-height: 420px; }
  .royalty-home-section .svb-royalties { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .header-inner { width: calc(100% - 32px); height: 82px; }
  .brand img { width: 52px; height: 52px; }
  .menu-toggle { z-index: 2; display: grid; gap: 5px; }
	.header-actions { gap: 6px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 110px 28px 36px; background: var(--cream); display: block; transform: translateX(100%); transition: transform .3s; font-family: var(--serif); font-size: 32px; }
  .main-nav.is-open { transform: none; }
  .main-nav .menu { display: flex; align-items: stretch; flex-direction: column; gap: 0; font-size: 32px; }
  .main-nav .menu > li > a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .main-nav .menu > li:last-child > a { margin-top: 20px; padding: 16px !important; text-align: center; font-family: var(--sans); font-size: 14px; }
  .hero { min-height: auto; padding: 130px 24px 0; grid-template-columns: 1fr; }
  .hero::before { background-size: 100% auto; background-position: center bottom 102px; }
  .hero::after { background: linear-gradient(180deg, var(--cream) 0%, rgba(242,239,229,.94) 40%, rgba(242,239,229,.28) 72%, rgba(242,239,229,.08) 100%); }
  .hero-text { padding-bottom: 60px; }
  .hero-visual { width: 88%; min-height: 46vw; margin: 0 auto 140px; }
  .hero-ticker { position: relative; margin-inline: -24px; grid-template-columns: 1fr 1fr; padding: 0 24px; }
  .hero-ticker a { min-height: 72px; padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .section { padding: 90px 0; }
  .anniversary-section, .statement-section, .schedule-section, .heritage-section, .shop-section { grid-template-columns: 1fr; }
  .anniversary-section { padding-block: 90px; }
  .anniversary-cover { width: min(68vw, 370px); }
  .statement-section { padding-block: 90px; }
  .statement-image img { height: 60vw; }
  .schedule-section { gap: 60px; }
  .heritage-section { gap: 65px; }
  .shop-section { gap: 55px; }
  .shop-copy { order: -1; }
  .social-grid { grid-template-columns: 1fr; }
  .heritage-photo img { min-height: 60vw; }
  .join-section { padding: 60px 40px; grid-template-columns: 1fr; }
  .join-orbit { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .post-list-item { grid-template-columns: 220px 1fr; }
}

@media (max-width: 600px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: clamp(54px, 16.5vw, 68px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { width: 96%; min-height: 52vw; }
  .hero-seal { width: 132px; height: 132px; right: 0; }
  .hero-seal strong { font-size: 43px; }
  .hero-note { display: none; }
  .hero-ticker { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .news-grid { grid-template-columns: 1fr; }
  .royalty-home-section .svb-royalties { grid-template-columns: 1fr 1fr; }
  .news-card-featured { display: block; }
  .news-card-featured > img, .news-card > img { height: 300px; min-height: 0; }
  .statement-image { padding-right: 0; }
  .discipline { grid-template-columns: 44px 1fr 28px; gap: 12px; min-height: 94px; }
  .discipline > span:not(.discipline-number) { display: none; }
  .schedule-item { grid-template-columns: 125px 1fr; }
  .heritage-photo { padding: 0 0 34px 32px; }
  .heritage-year strong { font-size: 48px; }
  .join-section { width: 100%; margin-bottom: 0; padding: 70px 24px; }
  .join-actions { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-top: 70px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  .content-shell { width: calc(100% - 48px); padding: 140px 0 80px; }
  .content-header { margin-bottom: 48px; }
  .post-list-item { grid-template-columns: 1fr; gap: 22px; }
  .post-list-item img { height: 260px; }
  .svb-training-list article { grid-template-columns: 1fr; gap: 8px; }
  .svb-documents article { align-items: start; grid-template-columns: 1fr; }
  .svb-royalties-current { grid-template-columns: 1fr; }
  .shop-visual, .shop-visual img { min-height: 260px; }
  .social-feed { padding: 20px; }
}

@media (max-width: 430px) {
  .royalty-home-section .svb-royalties { grid-template-columns: 1fr; }
}

html[data-theme="dark"] {
  --ink: #f4f1e9;
  --forest: #a0bd37;
  --forest-dark: #0c0b0a;
  --lime: #a0bd37;
  --cream: #1d1a18;
  --paper: #13110f;
  --white: #f7f4ec;
  --line: rgba(255,255,255,.16);
  --muted: #aaa69f;
}
html[data-theme="dark"] body { background: #13110f; }
html[data-theme="dark"] .site-header.is-scrolled { background: rgba(19,17,15,.94); }
html[data-theme="dark"] .theme-toggle { color: #f7f4ec; background: #1d1a18; border-color: rgba(255,255,255,.2); }
html[data-theme="dark"] .theme-toggle:hover { color: #13110f; background: #a0bd37; }
html[data-theme="dark"] .hero { background: #171411; }
html[data-theme="dark"] .hero::before { opacity: .54; }
html[data-theme="dark"] .hero::after { background: linear-gradient(90deg, #171411 0%, rgba(23,20,17,.96) 28%, rgba(23,20,17,.52) 60%, rgba(23,20,17,.12) 100%); }
html[data-theme="dark"] .hero-intro { color: #bbb6ae; }
html[data-theme="dark"] .hero-ticker { background: #0d0c0b; }
html[data-theme="dark"] .anniversary-section { background: #0d0c0b; }
html[data-theme="dark"] .button-primary { color: #11130c; background: #a0bd37; }
html[data-theme="dark"] .button-primary:hover { background: #b6d44b; }
html[data-theme="dark"] .button-light { color: #11130c; }
html[data-theme="dark"] .statement-section { background: #171b10; }
html[data-theme="dark"] .schedule-section { background: #0b0a09; }
html[data-theme="dark"] .shop-section { background: #181512; }
html[data-theme="dark"] .shop-visual { background: #0b0a09; }
html[data-theme="dark"] .join-section { color: #11130c; background: #a0bd37; }
html[data-theme="dark"] .site-footer { background: #090807; }
html[data-theme="dark"] .news-card,
html[data-theme="dark"] .svb-contact,
html[data-theme="dark"] .svb-royalty,
html[data-theme="dark"] .social-feed { background: #201c19; }
html[data-theme="dark"] .main-nav .menu > li:last-child > a { color: #11130c; background: #a0bd37; }
html[data-theme="dark"] .entry-content .wp-block-button__link { color: #11130c; background: #a0bd37; }
html[data-theme="dark"] img { filter: brightness(.92) contrast(1.04); }
html[data-theme="dark"] .brand img,
html[data-theme="dark"] .anniversary-cover img { filter: none; }

@media (max-width: 820px) {
  html[data-theme="dark"] .main-nav { background: #171411; }
  html[data-theme="dark"] .hero::after { background: linear-gradient(180deg, #171411 0%, rgba(23,20,17,.94) 42%, rgba(23,20,17,.32) 75%, rgba(23,20,17,.1) 100%); }
}
