:root {
  --ink: #171817;
  --paper: #f2f2ee;
  --paper-warm: #fbfaf6;
  --white: #fff;
  --muted: #596058;
  --line: #cfd2c8;
  --teal: #2c7f91;
  --deep: #164e5b;
  --orange: #e16f45;
  --violet: #42189b;
  --rose: #f5d7ce;
  --page: 1180px;
  --sans: Futura, "Futura PT", "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  --display: Futura, "Futura PT", "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 18px; line-height: 1.64; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,p,figure { margin: 0; }
h1,h2,h3,h4 { font-family: var(--display); font-weight: 600; line-height: 1.08; }
a { color: inherit; text-decoration: none; }
button,input,select,textarea { font: inherit; }
button,a,input,select,textarea,summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; flex: 0 0 20px; }
button[disabled] { opacity: .56; cursor: not-allowed; }
[hidden] { display: none !important; }
.wrap { width: min(var(--page), calc(100% - 64px)); margin-inline: auto; }
.section { position: relative; padding: 76px 0; overflow: clip; }
.eyebrow { margin-bottom: 12px; color: var(--orange); font-size: 12px; font-weight: 720; letter-spacing: .12em; text-transform: uppercase; line-height: 1.5; }
.eyebrow.light { color: #ffc064; }
.section-heading { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 58px; margin-bottom: 40px; }
.section-heading h2,.bio-copy h2,.contact-intro h2 { max-width: 680px; font-size: clamp(36px, 3.4vw, 50px); letter-spacing: -.04em; }
.section-heading h2::first-letter,.bio-copy h2::first-letter,.contact-intro h2::first-letter { color: var(--orange); }
.section-heading > p { max-width: 450px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.lead { font-family: var(--display); font-size: 22px; font-weight: 500; line-height: 1.42; color: #28332f; }
.small-note { font-size: 15px; line-height: 1.58; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; padding: 8px 1px 5px; border-bottom: 2px solid currentColor; color: var(--orange); font-size: 16px; font-weight: 700; line-height: 1.5; transition: color .2s, border-color .2s; }
.text-link:hover { color: #ad4d2c; border-color: #ad4d2c; }
.quiet-link { display: block; width: fit-content; margin-top: 15px; color: var(--orange); font-size: 16px; font-weight: 650; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.quiet-link:hover { color: #ad4d2c; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px 760px 900px 680px; font-size: 16px; font-weight: 730; line-height: 1.4; transition: transform .2s, background .2s; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover:not(:disabled) { background: var(--deep); transform: rotate(-.6deg) translateY(-1px); }
.link-row { display: flex; flex-wrap: wrap; gap: 9px 22px; align-items: center; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 15px; }
.tags span { padding: 6px 11px; border: 1px solid #efbea9; border-radius: 999px; font-size: 13px; color: #a44d2b; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; background: var(--white); padding: 12px 18px; border-radius: 999px; }
.skip-link:focus { top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.overview :focus-visible,.site-header :focus-visible,.site-footer :focus-visible { outline-color: #ffc064; }

/* Navigation stays compact, while the language and social links remain visible. */
.site-header { position: sticky; top: 0; z-index: 30; color: var(--white); background: rgba(17,17,17,.98); border-bottom: 1px solid #363935; backdrop-filter: blur(10px); }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand img { width: 49px; height: auto; object-fit: contain; }
.brand > span { font-size: 15px; letter-spacing: .02em; line-height: 1.35; }
.brand small { display: block; color: #abb0a7; font-size: 10px; font-weight: 650; letter-spacing: .13em; margin-top: 4px; text-transform: uppercase; }
.header-controls { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.social-link,.footer-icon,.project-social { display: inline-grid; width: 37px; height: 37px; place-items: center; border: 1px solid currentColor; border-radius: 54% 46% 54% 46%; transition: background .2s, color .2s, transform .2s; }
.social-link { color: #e9eae4; border-color: #5c645b; }
.social-link:hover { color: #fff; background: #354a4f; transform: rotate(4deg); }
.language-switch { display: inline-flex; align-items: center; gap: 6px; color: #b7bdb4; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.language-switch a { padding: 5px 2px; }
.language-switch a[aria-current="page"] { color: #ffc064; text-decoration: underline; text-underline-offset: 5px; }
.main-nav { display: flex; gap: 23px; align-items: center; }
.main-nav a { padding: 12px 0; font-size: 13px; color: #e5e6e1; }
.main-nav a:hover { color: #ffc064; }
.main-nav a.nav-contact { color: #f7a881; font-weight: 720; }
.menu-toggle { color: var(--white); background: none; border: 1px solid #5a5a5a; border-radius: 999px; padding: 8px 12px; font-size: 12px; }
.menu-toggle span { margin-left: 8px; }
@media (min-width: 761px) { .menu-toggle { display: none; } }

/* The old site's postzegel overview gets loose edges and a little movement. */
.overview { position: relative; background: #111; color: var(--white); padding: 34px 0 0; overflow: hidden; }
.overview::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(120,210,220,.17); border-radius: 47% 53% 40% 60% / 56% 38% 62% 44%; right: -180px; top: 25px; transform: rotate(18deg); }
.overview > .wrap { position: relative; }
.overview-heading { display: grid; grid-template-columns: 1fr .76fr; align-items: center; gap: 60px; margin-bottom: 25px; }
.overview-heading h1 { font-size: clamp(42px, 4.3vw, 61px); letter-spacing: -.05em; }
.overview-heading h1 span { display: block; font-family: var(--sans); font-size: 20px; color: #d8dcd4; font-weight: 500; letter-spacing: -.01em; margin-top: 10px; }
.overview-heading > p { max-width: 450px; color: #d0d4cc; font-size: 17px; line-height: 1.62; }
.overview .eyebrow { margin-bottom: 8px; }
.overview-tools { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 14px; }
.overview-caption { font-size: 12px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; color: #c6ccc4; }
.filters { display: flex; flex-wrap: wrap; gap: 5px; }
.filters button { padding: 7px 11px; min-height: 35px; color: #c4c9c2; background: transparent; border: 1px solid transparent; border-radius: 999px; font-size: 11px; }
.filters button[aria-pressed="true"] { color: var(--white); border-color: #7d857c; background: #242824; }
.filters button:hover { color: var(--white); background: #2b3130; }
.stamp-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.stamp { position: relative; display: block; aspect-ratio: 1.82; background: #272a28; isolation: isolate; color: var(--white); overflow: hidden; border: 1px solid rgba(255,255,255,.10); box-shadow: 0 13px 0 rgba(0,0,0,.16); transition: transform .25s ease, box-shadow .25s ease; }
.stamp:nth-child(3n + 1) { border-radius: 32px 9px 28px 12px; transform: rotate(-.45deg); }
.stamp:nth-child(3n + 2) { border-radius: 10px 30px 13px 29px; transform: rotate(.35deg); }
.stamp:nth-child(3n) { border-radius: 25px 15px 34px 8px; transform: rotate(-.18deg); }
.stamp > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.02); transition: transform .5s ease, filter .5s ease; }
.stamp::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.08) 82%); }
.stamp-licht > img { object-position: 50% 17%; }
.stamp-live > img { object-position: 50% 13%; }
.stamp-ether > img { object-position: 50% 53%; }
.stamp-meemakers > img { object-position: 50% 34%; }
.stamp-workshops > img { object-position: 50% 47%; }
.stamp-bio > img { object-position: 50% 17%; }
.stamp-book > img { object-position: 50% 50%; filter: saturate(.95) contrast(1.02); }
.stamp-text { position: absolute; bottom: 18px; left: 20px; right: 18px; z-index: 1; }
.stamp-label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 620; line-height: 1.42; color: #f0f1ec; }
.stamp h2 { max-width: 310px; font-size: clamp(25px, 2.25vw, 32px); letter-spacing: -.04em; }
.stamp-hint { display: block; max-height: 0; opacity: 0; overflow: hidden; font-size: 14px; color: #f5f6f1; line-height: 1.45; transition: max-height .25s, opacity .25s,margin .25s; }
.stamp-tune { background: var(--violet); }
.stamp-tune > img { object-fit: contain; padding: 12px; filter: none; }
.stamp-tune::after { background: linear-gradient(90deg,rgba(0,0,0,.2),rgba(0,0,0,0) 54%); }
.stamp-tune .stamp-text { max-width: 182px; padding: 8px 10px; border-radius: 14px 7px 15px 6px; background: rgba(41,11,105,.82); }
.stamp-tune .stamp-label { margin-bottom: 2px; }
.stamp-tune h2 { font-size: 25px; }
.stamp-contact { background: var(--orange); color: var(--ink); }
.stamp-contact::after { background: radial-gradient(circle at 90% 18%,rgba(255,244,196,.6),transparent 28%),none; }
.stamp-contact::before { content: ""; position: absolute; width: 82px; height: 82px; right: 17px; top: 17px; z-index: 1; background: url("../images/jb-monogram-deep.svg") center / contain no-repeat; opacity: .88; }
.stamp-contact .stamp-text { z-index: 2; }
.stamp-contact .stamp-label,.stamp-contact .stamp-hint { color: #2d1a13; }
.stamp:hover,.stamp:focus-visible { transform: translateY(-5px) rotate(0); box-shadow: 0 18px 0 rgba(0,0,0,.23); }
.stamp:hover > img,.stamp:focus-visible > img { transform: scale(1.04); filter: saturate(1); }
@media (hover: hover) { .stamp:hover .stamp-hint,.stamp:focus-visible .stamp-hint { max-height: 42px; opacity: 1; margin-top: 7px; } }
.overview-bottom { display: flex; gap: 18px; justify-content: space-between; padding: 25px 0 24px; font-size: 13px; color: #b1b7ae; }
.overview-bottom a { color: #dfeadf; border-bottom: 1px solid #8dafb0; font-weight: 650; }
.overview-bottom a:hover { color: #fff; border-color: #ffc064; }

/* Each project is a clear destination, but avoids a rigid catalogue treatment. */
.music-section { background: var(--paper); padding-bottom: 66px; }
.music-section::after { content: ""; position: absolute; width: 240px; height: 240px; border: 1px solid rgba(44,127,145,.22); border-radius: 44% 56% 40% 60%; left: -150px; bottom: 75px; transform: rotate(20deg); }
.feature { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; margin-top: 40px; padding: 31px 20px 25px; gap: clamp(34px, 5.5vw, 76px); align-items: center; border-top: 1px dashed #bfc5bb; }
.feature::before { content: ""; position: absolute; width: 48px; height: 48px; right: 18px; top: -25px; z-index: 2; background: url("../images/jb-monogram-orange.svg") center / contain no-repeat; opacity: .82; }
.feature h3 { font-size: clamp(35px, 3.25vw, 46px); letter-spacing: -.04em; margin-bottom: 18px; }
.feature-copy > p:not(.eyebrow) { margin-bottom: 16px; }
.feature-copy > p:not(.eyebrow):not(.lead) { color: #465047; font-size: 17px; }
.feature-photo { position: relative; overflow: hidden; background: #b9bbb3; box-shadow: 10px 11px 0 rgba(44,127,145,.14); }
.feature-licht .feature-photo { border-radius: 42px 12px 34px 16px; transform: rotate(-.8deg); }
.feature-live .feature-photo { border-radius: 14px 44px 15px 37px; transform: rotate(.55deg); }
.feature-ether .feature-photo { border-radius: 34px 13px 43px 10px; transform: rotate(-.35deg); }
.feature-photo > img { width: 100%; height: 390px; object-fit: cover; }
.feature-licht .feature-photo > img { object-position: 50% 17%; }
.feature-photo figcaption { position: absolute; left: 16px; bottom: 15px; padding: 5px 10px; border-radius: 999px; font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; color: var(--white); background: rgba(0,0,0,.64); }
.feature-live { grid-template-columns: 1.12fr .88fr; }
.live-photo > img { height: 454px; object-position: 50% 26%; }
.live-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding: 20px 0; margin-bottom: 14px; border-top: 1px dashed #bac7c3; border-bottom: 1px dashed #bac7c3; }
.live-options h4 { font-family: var(--sans); font-size: 16px; font-weight: 760; margin-bottom: 7px; }
.live-options p { color: var(--muted); font-size: 15px; line-height: 1.5; }
.feature-ether .feature-photo > img { height: 350px; }
.feature-ether .feature-copy { padding-block: 12px; }
.project-social { color: var(--orange); background: transparent; }
.project-social:hover { color: var(--white); background: var(--orange); transform: rotate(-6deg); }

.collaborations { background: var(--paper-warm); border-top: 1px solid var(--line); }
.collaborations::before { content: ""; position: absolute; height: 220px; width: 220px; right: -82px; top: 42px; background: url("../images/jb-monogram-orange.svg") center / contain no-repeat; opacity: .12; transform: rotate(-9deg); }
.project-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.project-card { display: flex; flex-direction: column; min-width: 0; padding: 13px 13px 23px; border: 1px solid #d8dad1; background: rgba(255,255,255,.78); box-shadow: 7px 8px 0 rgba(21,78,91,.08); }
.project-card:nth-child(1) { border-radius: 33px 12px 25px 13px; transform: rotate(-.35deg); }
.project-card:nth-child(2) { border-radius: 13px 30px 12px 29px; transform: rotate(.28deg); }
.project-card:nth-child(3) { border-radius: 23px 14px 36px 10px; transform: rotate(-.16deg); }
.project-visual { aspect-ratio: 1.8; overflow: hidden; background: #e6e6e0; border-radius: 22px 8px 18px 8px; }
.project-visual > img { width: 100%; height: 100%; object-fit: cover; }
#meemakers .project-visual > img { object-position: 50% 33%; }
.tune-visual { background: var(--violet); }
.tune-visual > img { object-fit: contain; padding: 12px; }
.project-content { padding: 24px 9px 0; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.project-content .eyebrow { font-size: 12px; }
.project-content h3 { font-size: 32px; letter-spacing: -.04em; min-height: 70px; margin-bottom: 15px; }
.project-content > p:not(.eyebrow) { margin-bottom: 17px; font-size: 17px; color: #465047; }
.project-content .text-link { margin-top: auto; }

.workshops-section { background: #dfecea; }
.workshops-section::before { content: ""; position: absolute; width: 290px; height: 140px; right: -55px; bottom: 31px; border: 2px solid rgba(22,78,91,.18); border-radius: 50%; transform: rotate(-12deg); }
.learning-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.learning-card { padding: 32px; border: 1px solid #a9c5c2; background: rgba(255,255,255,.48); box-shadow: 8px 9px 0 rgba(22,78,91,.08); }
.learning-card:first-child { border-radius: 32px 11px 26px 13px; transform: rotate(-.22deg); }
.training-card { border-radius: 12px 31px 13px 27px; transform: rotate(.25deg); }
.learning-card .eyebrow { margin-bottom: 9px; }
.learning-card h3 { font-size: 37px; letter-spacing: -.04em; margin-bottom: 16px; }
.learning-card > p:not(.eyebrow) { max-width: 480px; color: #3c5651; font-size: 17px; }
.learning-card > .small-note { font-size: 15px !important; margin-bottom: 10px; }
.check-list { padding: 0; margin: 24px 0; list-style: none; }
.check-list li { position: relative; padding: 11px 0 11px 24px; border-top: 1px dashed #a8c4c0; font-size: 16px; }
.check-list li:last-child { border-bottom: 1px dashed #a8c4c0; }
.check-list li::before { content: ""; position: absolute; width: 8px; height: 8px; left: 1px; top: 19px; border-radius: 50%; background: var(--orange); }
.practical-row { display: flex; gap: 40px; align-items: center; justify-content: space-between; margin-top: 30px; padding: 14px 18px; border-radius: 16px 7px 16px 7px; background: rgba(255,255,255,.44); }
.practical-row p { max-width: 730px; font-size: 17px; color: #3e5a54; }
.practical-row a { display: inline-flex; align-items: center; font-size: 16px; font-weight: 720; white-space: nowrap; color: var(--orange); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.book-section { background: #f6e7df; }
.book-section::before { content: ""; position: absolute; width: 240px; height: 240px; right: -86px; bottom: -94px; background: url("../images/jb-monogram-orange.svg") center / contain no-repeat; opacity: .15; transform: rotate(-8deg); }
.book-grid { display: grid; grid-template-columns: minmax(240px,.56fr) minmax(0,1.44fr); gap: clamp(42px,7vw,95px); align-items: center; }
.book-cover { width: min(100%,360px); overflow: hidden; border-radius: 35px 12px 31px 14px; box-shadow: 11px 12px 0 rgba(225,111,69,.18); transform: rotate(-.55deg); }
.book-cover img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.book-copy { position: relative; max-width: 690px; }
.book-copy h2 { max-width: 650px; font-size: clamp(37px, 3.5vw, 51px); letter-spacing: -.04em; }
.book-subtitle { margin: 11px 0 20px; color: var(--orange); font-size: 18px; font-weight: 650; line-height: 1.4; }
.book-copy > p:not(.eyebrow) { margin-bottom: 18px; color: #465047; font-size: 17px; }
.book-copy > .lead { color: #28332f; font-size: 22px; }

.biography { background: var(--paper); }
.biography-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(40px,7vw,95px); align-items: center; }
.bio-images { position: relative; }
.bio-images::before { content: ""; position: absolute; width: 112px; height: 112px; right: -25px; bottom: -28px; z-index: 2; background: url("../images/jb-monogram-orange.svg") center / contain no-repeat; opacity: .78; }
.bio-images > img { position: relative; z-index: 1; height: 465px; width: 100%; object-fit: cover; object-position: 50% 12%; border-radius: 38px 12px 43px 10px; box-shadow: 10px 11px 0 rgba(225,111,69,.16); }
.bio-images > p { font-size: 15px; color: var(--muted); margin-top: 13px; }
.bio-copy h2 { margin-bottom: 24px; }
.bio-copy > p:not(.eyebrow) { margin-bottom: 17px; }
.bio-copy > p:not(.eyebrow):not(.lead) { color: #465047; font-size: 17px; }
.bio-history { border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line); margin: 25px 0 20px; padding: 15px 0; font-size: 16px; }
summary { cursor: pointer; }
.bio-history summary { color: var(--orange); font-size: 16px; font-weight: 750; }
.bio-history p { color: var(--muted); margin: 14px 0 0; }
.experience-band { background: #e7e8df; padding: 30px 0; }
.experience-band .wrap { display: flex; align-items: baseline; gap: 30px; }
.experience-band .eyebrow { white-space: nowrap; font-size: 12px; }
.experience-names { display: flex; flex-wrap: wrap; gap: 8px 24px; color: #4f5a4d; font-family: var(--display); font-size: 19px; }
.experience-names span:nth-child(2n) { color: var(--orange); }

.contact-section { background: var(--paper-warm); }
.contact-section::after { content: ""; position: absolute; width: 255px; height: 255px; right: -52px; bottom: -83px; background: url("../images/jb-monogram-orange.svg") center / contain no-repeat; opacity: .14; transform: rotate(-10deg); }
.contact-section > .wrap { position: relative; z-index: 1; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px,7vw,95px); align-items: start; }
.contact-intro h2 { margin-bottom: 23px; }
.contact-intro > p:not(.eyebrow) { margin-bottom: 22px; color: #525c52; font-size: 17px; }
.contact-intro > .small-note { margin-top: 13px; font-size: 15px !important; }
.contact-photo { position: relative; overflow: hidden; margin: 28px 0 0; border-radius: 28px 9px 25px 11px; box-shadow: 8px 9px 0 rgba(22,78,91,.10); }
.contact-photo img { width: 100%; height: 216px; object-fit: cover; object-position: 50% 51%; }
.contact-photo figcaption { position: absolute; left: 13px; bottom: 12px; padding: 5px 9px; border-radius: 999px; color: var(--white); background: rgba(0,0,0,.62); font-size: 12px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.contact-aside { margin-top: 40px; padding: 23px 0 0 23px; border-left: 3px solid var(--orange); }
.contact-aside span { display: block; font-family: var(--display); font-size: 28px; line-height: 1.12; font-style: italic; color: var(--orange); }
.contact-aside p { margin-top: 14px; font-size: 16px; color: var(--muted); }

.contact-form { position: relative; padding: 31px; border: 1px solid #cbd2c6; border-radius: 33px 12px 33px 11px; background: #fbfcf8; box-shadow: 11px 12px 0 rgba(22,78,91,.09); }
.form-note { font-size: 15px; color: var(--muted); margin: 0 0 18px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; font-size: 16px; font-weight: 680; line-height: 1.5; }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; }
.field-wide { grid-column: 1 / -1; }
input,select,textarea { display: block; width: 100%; min-width: 0; border: 1px solid #aebbb0; border-radius: 10px 7px 10px 6px; background: #fff; padding: 10px 12px; color: var(--ink); min-height: 45px; font-size: 16px; }
select { padding-right: 26px; text-overflow: ellipsis; }
input::placeholder,textarea::placeholder { color: #737a70; opacity: 1; font-size: 15px; }
textarea { resize: vertical; min-height: 136px; }
input[aria-invalid="true"],select[aria-invalid="true"],textarea[aria-invalid="true"] { border-color: #a02f24; }
input:focus,select:focus,textarea:focus { outline: 2px solid var(--teal); outline-offset: 1px; }
.field small { font-size: 13px; color: #677363; }
.field-error { color: #932c23; font-size: 14px; font-weight: 500; }
.field-error:empty { display: none; }
.planning-details { padding: 15px 0; border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line); margin: 0 0 21px; font-size: 16px; }
.planning-details summary { font-weight: 700; color: var(--orange); }
.planning-details summary span { margin-left: 8px; font-weight: 500; color: var(--muted); font-size: 13px; }
.planning-fields { padding-top: 19px; }
.privacy-field { display: flex; align-items: flex-start; gap: 10px; margin-top: 11px; }
.privacy-field input { min-height: 18px; width: 18px; height: 18px; flex: 0 0 18px; margin: 3px 0 0; accent-color: var(--deep); }
.privacy-field label { font-size: 14px; color: var(--muted); }
.privacy-field a,.form-notice a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 23px; }
.form-actions > span { font-size: 15px; color: var(--muted); }
.form-status { padding: 14px; margin: 0 0 20px; border: 1px solid #d09f8f; border-radius: 13px 7px 13px 7px; background: #fff1e9; font-size: 15px; }
.form-status.is-success { border-color: #91b7a0; background: #e5f3e9; }
.form-notice { font-size: 15px; padding: 13px; margin-bottom: 16px; border-left: 3px solid var(--orange); background: #f5eee7; color: #51493e; }
.honey { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { padding: 32px 0 0; background: #111; color: #d4d7cd; }
.footer-top { display: grid; grid-template-columns: 52px 1fr auto; gap: 23px; align-items: center; padding-bottom: 28px; }
.footer-brand img { width: 49px; height: auto; object-fit: contain; }
.footer-top > p { font-size: 16px; }
.footer-top small { display: block; color: #929a8c; font-size: 12px; margin-top: 4px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 11px 19px; max-width: 560px; justify-content: flex-end; font-size: 14px; }
.footer-links a:not(.footer-icon) { text-decoration: underline; text-decoration-color: #596257; text-underline-offset: 4px; }
.footer-icon { width: 34px; height: 34px; color: #dfe4dc; border-color: #566057; }
.footer-icon:hover { color: #111; background: #ffc064; transform: rotate(5deg); }
.footer-links a:hover,.footer-bottom a:hover { color: #ffc064; }
.footer-bottom { display: flex; gap: 26px; align-items: center; border-top: 1px solid #353a31; padding: 17px 0; font-size: 13px; color: #9ea498; }
.footer-bottom a { text-decoration: underline; text-decoration-color: #596257; text-underline-offset: 4px; }
.footer-bottom a:last-child { margin-left: auto; }

.privacy-page { max-width: 760px; }
.privacy-page h1 { font-size: clamp(38px,4vw,50px); letter-spacing: -.04em; margin: 21px 0 30px; }
.privacy-page h2 { font-size: 29px; font-family: var(--display); margin: 31px 0 12px; }
.privacy-page p,.privacy-page ul { margin: 0 0 16px; color: #505b50; font-size: 17px; }
.privacy-page a { color: var(--orange); text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1080px) {
  .wrap { width: calc(100% - 48px); }
  .brand > span { display: none; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 12px; }
  .feature { gap: 34px; }
  .project-grid { gap: 18px; }
  .project-content h3 { font-size: 28px; }
  .contact-grid { gap: 34px; grid-template-columns: .75fr 1.25fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 87px; }
  .wrap { width: calc(100% - 36px); }
  .section { padding: 57px 0; }
  .header-inner { min-height: 70px; flex-wrap: wrap; gap: 0; }
  .brand { padding: 9px 0; gap: 12px; }
  .brand > span { display: block; font-size: 12px; }
  .brand img { width: 42px; }
  .brand small { font-size: 8px; }
  .header-controls { gap: 10px; }
  .social-link { width: 34px; height: 34px; }
  .language-switch { font-size: 11px; gap: 4px; }
  .main-nav { width: 100%; padding: 7px 0 14px; flex-wrap: wrap; justify-content: space-between; gap: 8px 16px; }
  .main-nav a { font-size: 13px; }
  .enhanced .main-nav { display: none; }
  .enhanced .main-nav.is-open { display: grid; grid-template-columns: 1fr; gap: 0; }
  .enhanced .main-nav.is-open a { padding: 12px 2px; border-top: 1px solid #363c31; }
  .overview { padding-top: 27px; }
  .overview-heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 23px; }
  .overview-heading h1 { font-size: 44px; }
  .overview-heading h1 span { font-size: 18px; }
  .overview-heading > p { max-width: 530px; font-size: 17px; }
  .overview-tools { align-items: flex-start; flex-direction: column; gap: 8px; }
  .filters { gap: 4px; margin-left: -6px; }
  .filters button { font-size: 12px; padding: 7px 9px; min-height: 36px; }
  .stamp-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .stamp { aspect-ratio: 1.18; }
  .stamp-text { left: 14px; right: 13px; bottom: 14px; }
  .stamp h2 { font-size: clamp(23px,4.3vw,28px); }
  .stamp-label { font-size: 11px; }
  .stamp-hint { display: none; }
  .stamp-tune .stamp-text { max-width: 150px; padding: 5px 7px; }
  .stamp-tune h2 { font-size: 21px; }
  .stamp-contact { grid-column: 1 / -1; aspect-ratio: auto; min-height: 121px; }
  .overview-bottom { flex-wrap: wrap; padding: 23px 0 26px; gap: 10px; font-size: 13px; }
  .overview-bottom > span { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 31px; }
  .section-heading > p { max-width: 600px; font-size: 17px; }
  .section-heading h2,.bio-copy h2,.contact-intro h2 { font-size: 39px; }
  .feature,.feature-live { grid-template-columns: 1fr; gap: 28px; margin-top: 34px; padding: 30px 0 23px; }
  .feature h3 { font-size: 37px; }
  .feature-photo > img,.live-photo > img,.feature-ether .feature-photo > img { height: 333px; }
  .feature-live .feature-photo { grid-row: 1; }
  .feature-copy { max-width: 650px; }
  .project-grid { grid-template-columns: 1fr; gap: 35px; }
  .project-card { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; padding: 12px; }
  .project-visual { aspect-ratio: auto; min-height: 220px; max-height: 285px; }
  .project-content { padding: 8px 4px 5px; }
  .project-content h3 { min-height: 0; margin-bottom: 14px; }
  .project-content .text-link { margin-top: 4px; }
  .book-grid { grid-template-columns: minmax(210px,.65fr) minmax(0,1.35fr); gap: 32px; }
  .book-cover { max-width: 280px; }
  .learning-grid { grid-template-columns: 1fr; }
  .learning-card { padding: 28px; }
  .practical-row { display: block; margin-top: 26px; }
  .practical-row a { margin-top: 14px; }
  .biography-grid { grid-template-columns: .75fr 1.25fr; gap: 28px; align-items: start; }
  .bio-images > img { height: 385px; }
  .bio-copy .lead { font-size: 20px; }
  .experience-band .wrap { display: block; }
  .experience-names { font-size: 17px; gap: 7px 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-intro { max-width: 620px; }
  .contact-intro > p:not(.eyebrow) { margin-bottom: 18px; }
  .contact-photo { max-width: 470px; }
  .contact-aside { display: none; }
  .footer-top { grid-template-columns: 45px 1fr; gap: 15px; }
  .footer-brand img { width: 41px; }
  .footer-links { grid-column: 1/-1; max-width: none; justify-content: flex-start; margin-top: 8px; }
}

@media (max-width: 480px) {
  .wrap { width: calc(100% - 28px); }
  .header-controls { gap: 7px; }
  .language-switch { font-size: 10px; }
  .overview-heading h1 { font-size: 41px; }
  .stamp { aspect-ratio: .98; }
  .stamp h2 { font-size: 23px; }
  .stamp-text { left: 12px; right: 10px; bottom: 13px; }
  .stamp-label { font-size: 11px; margin-bottom: 6px; }
  .stamp-tune > img { padding: 7px; }
  .stamp-contact { aspect-ratio: auto; }
  .project-card { display: flex; gap: 0; }
  .project-visual { aspect-ratio: 1.8; min-height: 0; max-height: none; }
  .project-content { padding: 23px 4px 5px; }
  .project-content h3 { font-size: 31px; }
  .book-grid { grid-template-columns: 1fr; gap: 28px; }
  .book-cover { width: min(100%,310px); margin: 0 auto; }
  .book-copy h2 { font-size: 39px; }
  .book-subtitle { font-size: 17px; }
  .live-options { grid-template-columns: 1fr; gap: 14px; }
  .live-options > div { display: grid; grid-template-columns: 104px 1fr; gap: 14px; }
  .live-options h4 { margin: 2px 0 0; }
  .biography-grid { grid-template-columns: 1fr; gap: 27px; }
  .bio-images { max-width: 315px; }
  .bio-images > img { height: 338px; }
  .contact-photo { max-width: none; }
  .contact-photo img { height: 230px; }
  .contact-form { padding: 25px 17px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .field { margin-bottom: 16px; }
  input,select,textarea { font-size: 16px; }
  .planning-details summary span { display: block; margin: 2px 0 0 16px; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .footer-bottom { gap: 10px 18px; flex-wrap: wrap; }
  .footer-bottom a:last-child { margin-left: 0; flex-basis: 100%; }
}

@media (max-width: 350px) {
  .stamp h2 { font-size: 20px; }
  .stamp-label { font-size: 10px; }
  .social-link { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; animation: none !important; transform: none !important; }
}
