:root {
  --paper: #f4efe6;
  --ink: #25251f;
  --muted: #77756c;
  --line: rgba(37, 37, 31, .16);
  --accent: #ca5c3d;
  --accent-dark: #9e3f29;
  --sage: #aeb9a0;
  --rust: #d26b47;
  --wash: #e6dccb;
  --grain-opacity: .18;
  --ease: cubic-bezier(.22, .8, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; font-size: 14px; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: var(--grain-opacity); z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.26'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.site-shell { max-width: 1440px; min-height: 100vh; margin: auto; padding: 0 5.5vw; overflow: hidden; }
.masthead { height: 100px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; }
.wordmark { display: flex; align-items: center; gap: 12px; font-weight: 600; letter-spacing: -.04em; font-size: 17px; }
.wordmark-mark { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--ink); border-radius: 50%; font-family: Fraunces, serif; font-size: 16px; }
.masthead-meta { display: flex; gap: 42px; color: var(--muted); font-family: 'DM Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.status { color: var(--ink); }.status i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #6d845d; }
.signal-point { position: absolute; right: -15px; top: 50%; width: 30px; height: 30px; padding: 0; transform: translateY(-50%); border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.signal-point::before { content: ''; position: absolute; inset: 9px; border: 1px solid var(--ink); border-radius: 50%; opacity: .5; transition: transform .4s var(--ease), opacity .4s; }.signal-point span { position: absolute; inset: 13px; display: block; background: var(--accent); border-radius: 50%; }.signal-point:hover::before { transform: scale(1.7); opacity: 1; }
.hero { position: relative; min-height: 600px; padding: 100px 0 74px; }.hero-kicker, .section-heading, .card-top, .footer-note, .eyebrow, .panel-footer { font-family: 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; }.hero-kicker { display: flex; gap: 26px; color: var(--muted); }.hero-kicker span:first-child { color: var(--accent); }
h1 { position: relative; z-index: 1; max-width: 890px; margin: 50px 0 0; font-family: Fraunces, serif; font-size: clamp(62px, 9.2vw, 137px); font-weight: 500; line-height: .88; letter-spacing: -.065em; } h1 em { color: var(--accent); font-style: normal; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; max-width: 720px; margin-top: 58px; }.hero-intro { width: 240px; margin: 0; color: var(--muted); line-height: 1.55; }.text-link { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; }.text-link span { display: inline-block; margin-left: 18px; font-size: 18px; transition: transform .3s; }.text-link:hover span { transform: translate(4px, 4px); }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; pointer-events: none; }.orbit-one { width: 510px; height: 510px; right: -110px; top: 60px; }.orbit-two { width: 275px; height: 275px; right: 9px; top: 178px; border-color: rgba(202, 92, 61, .4); }.orbit-label { position: absolute; right: 90px; top: 155px; color: var(--accent); font: 10px/1.5 'DM Mono', monospace; text-transform: uppercase; }
.dispatches { padding: 64px 0 100px; border-top: 1px solid var(--line); }.section-heading { display: flex; justify-content: space-between; margin-bottom: 26px; color: var(--muted); }.dispatch-grid { display: grid; grid-template-columns: 1fr 1fr .65fr; gap: 18px; }.dispatch-card { min-height: 520px; padding: 16px; overflow: hidden; }.card-sage { background: var(--sage); }.card-rust { background: var(--rust); }.card-top { display: flex; justify-content: space-between; color: rgba(37,37,31,.7); }.card-art { position: relative; height: 265px; margin: 32px 0 26px; overflow: hidden; }.art-valley { background: #d6cbb5; }.sun { position: absolute; width: 104px; height: 104px; top: 38px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: #d67c57; }.ridge { position: absolute; bottom: -44px; width: 115%; height: 150px; border-radius: 50% 50% 0 0; transform: rotate(-8deg); }.ridge-back { left: -20%; background: #9fae90; }.ridge-front { right: -20%; bottom: -88px; background: #66775f; transform: rotate(9deg); }.art-window { background: #b8a894; }.window-frame { position: absolute; inset: 25px 55px 0; border: 13px solid #f0dfbf; border-bottom: 0; }.window-glow { position: absolute; left: 68px; right: 68px; top: 38px; height: 160px; background: #e7b267; }.plant { position: absolute; left: 50%; bottom: 0; width: 24px; height: 98px; background: #47574c; }.plant::before, .plant::after { content: ''; position: absolute; width: 45px; height: 17px; background: #47574c; border-radius: 100% 0; }.plant::before { left: -32px; top: 20px; transform: rotate(-27deg); }.plant::after { right: -32px; top: 48px; transform: rotate(27deg); }.card-copy { position: relative; }.card-copy h2 { margin: 0 0 12px; font: 500 29px/.98 Fraunces, serif; letter-spacing: -.045em; }.card-copy p { margin: 0; color: rgba(37,37,31,.68); font-size: 12px; }.card-arrow { position: absolute; top: 1px; right: 0; font-size: 22px; }.quote-card { display: flex; flex-direction: column; justify-content: center; padding: 34px; background: var(--wash); }.quote-mark { color: var(--accent); font: 75px/.6 Fraunces, serif; }.quote-card blockquote { margin: 24px 0 30px; font: 500 29px/1.1 Fraunces, serif; letter-spacing: -.045em; }.quote-card cite { color: var(--muted); font: normal 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.footer-note { display: flex; justify-content: space-between; padding: 20px 0 28px; color: var(--muted); border-top: 1px solid var(--line); }
.cover-section { padding: 35px 0 100px; }.cover-media { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; background: #343d35; }.cover-placeholder { display: flex; flex-direction: column; align-items: center; gap: 18px; color: #e9e1d2; font-family: 'DM Mono', monospace; font-size: 10px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }.cover-play { display: grid; place-items: center; width: 58px; height: 58px; padding-left: 3px; border: 1px solid rgba(233,225,210,.6); border-radius: 50%; color: var(--accent); font-size: 14px; }.cover-caption { position: absolute; right: 22px; bottom: 18px; left: 22px; display: flex; justify-content: space-between; color: rgba(233,225,210,.7); font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }
.control-panel { position: fixed; z-index: 30; top: 0; right: 0; width: min(390px, 100vw); height: 100vh; padding: 30px; background: #292d27; color: #eee9df; transform: translateX(102%); transition: transform .55s var(--ease); box-shadow: -20px 0 70px rgba(37,37,31,.15); }.control-panel.is-open { transform: translateX(0); }.panel-head, .control-label, .panel-footer { display: flex; align-items: center; justify-content: space-between; }.eyebrow { color: #aeb9a0; }.close-panel { width: 32px; height: 32px; padding: 0; color: #eee9df; border: 1px solid rgba(238,233,223,.3); border-radius: 50%; background: transparent; font-size: 20px; line-height: 1; cursor: pointer; }.panel-intro { margin: 120px 0 74px; }.panel-signal { display: block; width: 10px; height: 10px; margin-bottom: 18px; background: var(--accent); border-radius: 50%; }.panel-intro p { margin: 0 0 12px; color: #aeb9a0; font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.panel-intro h2 { margin: 0; font: 500 48px/.95 Fraunces, serif; letter-spacing: -.055em; }.control-group { padding: 25px 0; border-top: 1px solid rgba(238,233,223,.18); }.control-label { margin-bottom: 15px; font-size: 12px; }.control-label output { color: #aeb9a0; font: 10px 'DM Mono', monospace; text-transform: uppercase; }.segmented { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }.segment { padding: 10px 4px; color: #eee9df; border: 1px solid rgba(238,233,223,.23); background: transparent; font-size: 11px; cursor: pointer; }.segment.active { color: #292d27; background: #aeb9a0; border-color: #aeb9a0; }input[type=range] { width: 100%; height: 2px; appearance: none; background: rgba(238,233,223,.28); outline: none; }input[type=range]::-webkit-slider-thumb { width: 15px; height: 15px; appearance: none; border-radius: 50%; background: var(--accent); cursor: pointer; }.toggle-row { display: flex; justify-content: space-between; align-items: center; }.toggle-row .control-label { margin: 0 0 5px; }.toggle-row p { margin: 0; color: #959b91; font-size: 11px; }.switch input { display: none; }.switch span { display: block; width: 42px; height: 22px; padding: 3px; border-radius: 20px; background: rgba(238,233,223,.2); cursor: pointer; }.switch span::after { content: ''; display: block; width: 16px; height: 16px; border-radius: 50%; background: #eee9df; transition: transform .2s; }.switch input:checked + span { background: var(--accent); }.switch input:checked + span::after { transform: translateX(20px); }.panel-footer { position: absolute; right: 30px; bottom: 28px; left: 30px; color: #959b91; font-size: 9px; }.panel-scrim { position: fixed; z-index: 20; inset: 0; background: rgba(37,37,31,.4); opacity: 0; pointer-events: none; transition: opacity .4s; }.panel-scrim.is-visible { opacity: 1; pointer-events: auto; }
body.cool { --paper: #e8ece8; --ink: #263332; --accent: #427f80; --wash: #d6e1db; --rust: #9db7ae; }.cool .orbit-two { border-color: rgba(66,127,128,.4); }.cool .hero h1 em { color: var(--accent); }body.night { --paper: #252a28; --ink: #eee9df; --muted: #a2a69e; --line: rgba(238,233,223,.18); --accent: #e2a361; --wash: #3b413c; }.night body::before { mix-blend-mode: screen; }.night .card-sage { background: #637167; }.night .card-rust { background: #9b654e; }.night .art-valley { background: #716f66; }

/* The portrait is the first personal signal, while the rest of the page stays editorial. */
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 7vw; align-items: end; }
.hero-copy { min-width: 0; }.hero-copy h1 { margin-top: 50px; }.portrait-frame { position: relative; min-height: 490px; margin-top: -28px; overflow: hidden; background: #b4a58f; }.portrait-frame::before, .portrait-frame::after { content: ''; position: absolute; border: 1px solid rgba(244,239,230,.48); border-radius: 50%; }.portrait-frame::before { width: 310px; height: 310px; top: 52px; left: 50%; transform: translateX(-50%); }.portrait-frame::after { width: 180px; height: 180px; top: 117px; left: 50%; transform: translateX(-50%); border-color: rgba(202,92,61,.75); }.portrait-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; color: rgba(244,239,230,.85); font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .1em; text-align: center; }.portrait-initials { display: grid; place-items: center; width: 150px; height: 180px; background: #d4c4ab; color: #857765; font: 500 62px Fraunces, serif; letter-spacing: -.08em; }.portrait-caption { position: absolute; right: 16px; bottom: 16px; left: 16px; display: flex; justify-content: space-between; color: rgba(244,239,230,.75); font: 9px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.cover-section { padding-top: 0; }

@media (max-width: 820px) { .hero-layout { display: block; }.portrait-frame { min-height: 420px; margin: 64px 0 0; }.hero-copy h1 { margin-top: 42px; }.hero { min-height: 0; padding-bottom: 85px; } }
@media (max-width: 520px) { .portrait-frame { min-height: 360px; }.portrait-frame::before { width: 250px; height: 250px; }.portrait-frame::after { width: 145px; height: 145px; }.portrait-initials { width: 125px; height: 155px; font-size: 50px; } }
@media (max-width: 820px) { .site-shell { padding: 0 20px; }.masthead { height: 78px; }.masthead-meta { display: none; }.signal-point { right: -6px; }.hero { min-height: 590px; padding-top: 75px; }.orbit-one { width: 310px; height: 310px; top: 200px; right: -150px; }.orbit-two { width: 190px; height: 190px; top: 260px; right: -90px; }.orbit-label { top: 235px; right: 60px; }.hero-bottom { display: block; margin-top: 50px; }.hero-intro { margin-bottom: 32px; }.cover-section { padding-bottom: 70px; }.cover-media { min-height: 380px; }.cover-caption { display: block; line-height: 1.8; }.cover-caption span { display: block; }.dispatch-grid { grid-template-columns: 1fr 1fr; }.quote-card { grid-column: 1 / -1; min-height: 290px; }.dispatch-card { min-height: 485px; }.card-art { height: 230px; } }
@media (max-width: 520px) { h1 { font-size: 61px; }.hero { min-height: 610px; }.dispatch-grid { grid-template-columns: 1fr; }.quote-card { grid-column: auto; min-height: 270px; }.footer-note span:nth-child(2) { display: none; }.card-art { height: 265px; }.dispatch-card { min-height: 520px; } }

/* Cover-first page flow and the side navigation. */
.site-shell { overflow: visible; }.masthead { position: fixed; z-index: 15; top: 0; right: 5.5vw; left: 5.5vw; border-bottom-color: rgba(244,239,230,.35); color: #f4efe6; }.masthead .wordmark-mark { border-color: #f4efe6; }.masthead .status, .masthead-meta { color: rgba(244,239,230,.76); }.masthead .status i { background: #aeb9a0; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; align-items: stretch; justify-content: center; width: 42px; height: 42px; padding: 11px; border: 1px solid rgba(244,239,230,.62); border-radius: 50%; background: rgba(37,37,31,.22); cursor: pointer; }.menu-toggle span { display: block; width: 100%; height: 1px; background: #f4efe6; transition: transform .35s var(--ease), opacity .35s; }.menu-toggle:hover span:first-child { transform: translateX(3px); }.menu-toggle:hover span:last-child { transform: translateX(-3px); }
.cover-hero { position: relative; height: 100vh; min-height: 620px; }.cover-visual { position: absolute; inset: 0 calc(-5.5vw) 0; display: grid; place-items: center; overflow: hidden; background: #4b5750; }.cover-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 65% 35%, rgba(202,92,61,.56), transparent 23%), linear-gradient(120deg, #273c3a 0%, #718276 52%, #b0785b 100%); opacity: .85; }.cover-visual::after { content: ''; position: absolute; width: 62vw; height: 62vw; max-width: 820px; max-height: 820px; border: 1px solid rgba(244,239,230,.36); border-radius: 50%; transform: rotate(-18deg); }.cover-visual-placeholder { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 16px; color: rgba(244,239,230,.88); font: 10px 'DM Mono', monospace; text-align: center; text-transform: uppercase; letter-spacing: .1em; }.cover-visual-caption { position: absolute; z-index: 1; right: 24px; bottom: 25px; left: 24px; display: flex; justify-content: space-between; color: rgba(244,239,230,.82); font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .1em; }.content-sheet { position: relative; z-index: 2; margin-top: -112px; padding: 64px 5.5vw 105px; background: var(--paper); }.content-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 6vw; padding-bottom: 90px; border-bottom: 1px solid var(--line); }.section-number { color: var(--accent); font: 10px 'DM Mono', monospace; }.content-intro h1 { margin: 0 0 24px; font-size: clamp(48px, 7vw, 96px); }.content-intro p { max-width: 360px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }.portrait-row { display: grid; grid-template-columns: minmax(280px, .9fr) 1.1fr; gap: 9vw; align-items: center; padding-top: 90px; }.portrait-row .portrait-frame { margin: 0; }.portrait-note { max-width: 330px; }.portrait-note p { margin: 22px 0 30px; color: var(--muted); line-height: 1.6; }.reveal-on-scroll { opacity: 0; transform: translateY(46px); transition: opacity .8s var(--ease), transform .8s var(--ease); }.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }.dispatches { position: relative; z-index: 2; background: var(--paper); }.navigation-panel { position: fixed; z-index: 40; top: 0; right: 0; display: flex; flex-direction: column; width: min(430px, 92vw); height: 100vh; padding: 30px 34px; background: #252c27; color: #eee9df; transform: translateX(105%); transition: transform .55s var(--ease); box-shadow: -25px 0 70px rgba(37,37,31,.22); }.navigation-panel.is-open { transform: translateX(0); }.navigation-head { display: flex; align-items: center; justify-content: space-between; }.close-navigation { width: 35px; height: 35px; padding: 0; color: #eee9df; border: 1px solid rgba(238,233,223,.4); border-radius: 50%; background: transparent; font-size: 22px; cursor: pointer; }.navigation-links { display: flex; flex: 1; flex-direction: column; gap: 7px; min-height: 0; margin: 18vh 0 30px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: #aeb9a0 transparent; scrollbar-width: thin; }.navigation-links a { display: flex; flex: 0 0 auto; align-items: baseline; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(238,233,223,.16); font: 500 clamp(30px, 4vw, 46px)/1 Fraunces, serif; letter-spacing: -.04em; transition: color .25s, padding-left .25s; }.navigation-links a span { color: #aeb9a0; font: 10px 'DM Mono', monospace; letter-spacing: .08em; }.navigation-links a:hover { padding-left: 10px; color: #e2a361; }.navigation-footer { color: #959b91; font: 9px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.navigation-scrim { position: fixed; z-index: 35; inset: 0; background: rgba(37,37,31,.48); opacity: 0; pointer-events: none; transition: opacity .4s; }.navigation-scrim.is-visible { opacity: 1; pointer-events: auto; }
@media (max-width: 820px) { .masthead { right: 20px; left: 20px; }.cover-visual { right: -20px; left: -20px; }.content-sheet { margin-top: -70px; padding-right: 20px; padding-left: 20px; }.content-intro { grid-template-columns: 1fr; gap: 24px; padding-bottom: 60px; }.portrait-row { grid-template-columns: 1fr; gap: 45px; padding-top: 60px; }.portrait-row .portrait-frame { min-height: 440px; }.cover-visual-caption { display: block; line-height: 1.8; }.cover-visual-caption span { display: block; } }
@media (max-width: 520px) { .masthead-meta { display: none; }.cover-hero { min-height: 570px; }.content-sheet { margin-top: -52px; }.cover-visual::after { width: 90vw; height: 90vw; }.portrait-row .portrait-frame { min-height: 370px; }.navigation-panel { padding: 24px; }.navigation-links { margin-top: 13vh; } }
.cover-title { position: absolute; z-index: 1; top: 50%; left: 7vw; margin: 0; color: #f4efe6; font: 500 clamp(72px, 12vw, 180px)/.82 Fraunces, serif; letter-spacing: -.07em; transform: translateY(-50%); transition: opacity .55s var(--ease), transform .75s var(--ease); }.page-scrolled .cover-title { opacity: 0; transform: translateY(calc(-50% - 42px)); }
.inner-page { min-height: 100vh; background: var(--paper); }.inner-page .masthead { position: relative; top: auto; right: auto; left: auto; color: var(--ink); border-bottom-color: var(--line); }.inner-page .masthead .wordmark-mark { border-color: var(--ink); }.inner-page .masthead .status, .inner-page .masthead-meta { color: var(--muted); }.inner-page .menu-toggle { border-color: var(--ink); background: transparent; }.inner-page .menu-toggle span { background: var(--ink); }.inner-main { padding: 130px 0 120px; }.page-kicker { color: var(--accent); font: 10px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }.inner-title { max-width: 900px; margin: 50px 0 110px; color: var(--ink); font-size: clamp(64px, 11vw, 160px); }.inner-title em { color: #0d7090; }.inner-grid { display: grid; grid-template-columns: minmax(280px, .9fr) 1.1fr; gap: 9vw; align-items: center; padding-top: 50px; border-top: 1px solid var(--line); }.inner-photo { min-height: 520px; display: grid; place-items: end start; padding: 20px; background: linear-gradient(145deg, #0d4f70, #63a9ad); color: #edf5f6; font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.inner-copy { max-width: 420px; color: var(--muted); line-height: 1.7; }.inner-copy .lead { margin-top: 0; color: var(--ink); font: 500 30px/1.15 Fraunces, serif; letter-spacing: -.04em; }.blog-main { max-width: 1040px; margin: 0 auto; }.blog-empty { display: grid; justify-items: center; padding: 100px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }.blog-empty .empty-compass { margin-bottom: 20px; }.blog-empty h2 { margin: 0; color: var(--ink); font: 500 clamp(36px, 6vw, 78px)/.95 Fraunces, serif; letter-spacing: -.055em; }.blog-empty p { max-width: 360px; margin: 20px 0 0; color: var(--muted); line-height: 1.55; }
@media (max-width: 700px) { .inner-main { padding-top: 90px; }.inner-title { margin: 38px 0 70px; }.inner-grid { grid-template-columns: 1fr; gap: 45px; }.inner-photo { min-height: 390px; }.inner-copy .lead { font-size: 26px; } }

/* Blue is reserved for navigation and interactive details. */
:root { --link-blue: #087ca1; --nav-blue: #075477; --nav-blue-dark: #043b58; --blue-soft: #d8edf2; }
a:hover, a:focus-visible, .text-link { color: var(--link-blue); }.text-link { border-bottom-color: var(--link-blue); }.text-link span { color: var(--link-blue); }
button:focus-visible, a:focus-visible { outline: 2px solid var(--link-blue); outline-offset: 4px; }
.navigation-panel { background: var(--nav-blue); }.navigation-links a:hover { color: #b9edf3; }.navigation-links a span { color: #8ed6e0; }.navigation-links a { border-bottom-color: rgba(237,245,246,.25); }.navigation-panel .eyebrow { color: #a8e1e7; }.navigation-panel .close-navigation { border-color: rgba(237,245,246,.65); }.navigation-footer { color: #b7dce2; }.social-links a { border-color: rgba(237,245,246,.6); }.social-links a:hover { background: #b9edf3; color: var(--nav-blue-dark); }
.menu-toggle { border-color: rgba(237,245,246,.82); }.menu-toggle:hover { background: var(--link-blue); }.cover-play { color: #b9edf3; }.empty-compass { border-color: var(--link-blue); color: var(--link-blue); }
.inner-title em { color: var(--link-blue); }

/* Control panel, editor, published posts, and seasonal theme presets. */
.open-controls-link { display: block; margin: 12px 0 16px; padding: 0; border: 0; background: transparent; color: #b9edf3; font: 10px 'DM Mono', monospace; text-align: left; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }.open-controls-link:hover { color: white; }.control-panel { z-index: 80; overflow-y: auto; }.theme-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; }.theme-choice { min-height: 36px; padding: 7px 5px; border: 1px solid rgba(238,233,223,.25); background: transparent; color: #eee9df; font-size: 10px; cursor: pointer; }.theme-choice:hover, .theme-choice.active { border-color: #b9edf3; background: #b9edf3; color: var(--nav-blue-dark); }.blog-editor-group label { display: block; margin: 11px 0 5px; color: #b7dce2; font: 9px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.blog-editor-group input[type=text], .blog-editor-group textarea { width: 100%; padding: 9px; border: 1px solid rgba(238,233,223,.28); outline: none; background: rgba(0,0,0,.12); color: #eee9df; font-size: 12px; }.blog-editor-group textarea { resize: vertical; }.blog-editor-group input:focus, .blog-editor-group textarea:focus, .post-editor:focus { border-color: #b9edf3; }.editor-toolbar { display: flex; gap: 4px; margin-top: 6px; }.editor-toolbar button, .editor-clear { padding: 6px 8px; border: 1px solid rgba(238,233,223,.28); background: transparent; color: #eee9df; font-size: 10px; cursor: pointer; }.editor-toolbar button:hover, .editor-clear:hover { background: rgba(185,237,243,.18); }.post-editor { min-height: 170px; margin-top: 5px; padding: 10px; border: 1px solid rgba(238,233,223,.28); outline: none; background: rgba(0,0,0,.12); color: #eee9df; font-size: 12px; line-height: 1.5; }.post-editor:empty::before { content: attr(data-placeholder); color: rgba(238,233,223,.45); }.post-editor img { max-width: 100%; height: auto; margin: 8px 0; cursor: grab; }.drop-hint { margin-top: 6px; color: #95cbd3; font-size: 10px; line-height: 1.35; }.publish-button { width: 100%; margin-top: 14px; padding: 11px; border: 0; background: #b9edf3; color: var(--nav-blue-dark); font-size: 11px; font-weight: 700; cursor: pointer; }.publish-button:hover { background: white; }.saved-post { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 0; border-bottom: 1px solid rgba(238,233,223,.18); color: #eee9df; font-size: 11px; }.saved-post div { display: flex; gap: 4px; }.saved-post button { padding: 4px 5px; border: 1px solid rgba(238,233,223,.25); background: transparent; color: #b9edf3; font-size: 9px; cursor: pointer; }.saved-post-empty { color: #95cbd3; font-size: 11px; }.recent-date, .post-meta { display: block; margin-bottom: 15px; color: var(--link-blue); font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.empty-updates.has-post { justify-items: start; align-items: start; text-align: left; }.empty-updates .text-link { margin-top: 25px; }.published-post { padding: 55px 0 65px; border-bottom: 1px solid var(--line); }.published-post h2 { margin: 0 0 15px; color: var(--ink); font: 500 clamp(42px, 7vw, 90px)/.9 Fraunces, serif; letter-spacing: -.06em; }.published-description { max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.5; }.published-content { max-width: 700px; margin-top: 40px; color: var(--ink); font-size: 16px; line-height: 1.7; }.published-content img { display: block; max-width: 100%; height: auto; margin: 25px 0; }.blog-posts { padding-bottom: 50px; }
body[data-theme="halloween"] { --paper: #18131f; --ink: #f7e9d4; --muted: #c1a997; --line: rgba(247,233,212,.2); --link-blue: #ff8a21; --nav-blue: #2b0b47; --nav-blue-dark: #180522; --blue-soft: #38145c; }.halloween .cover-visual::before, body[data-theme="halloween"] .cover-visual::before { background: linear-gradient(135deg, #170b2c, #54206d 54%, #e06b1d); }
body[data-theme="halloween"] { --paper: #0b0b0b; --ink: #fff1dc; --muted: #c4a98e; --line: rgba(255,146,43,.3); --link-blue: #ff922b; --nav-blue: #17100b; --nav-blue-dark: #090604; --blue-soft: #332015; background: #0b0b0b; } body[data-theme="halloween"] .inner-page, body[data-theme="halloween"] .inner-main, body[data-theme="halloween"] .about-page, body[data-theme="halloween"] .access-page { background: #0b0b0b; color: #fff1dc; } body[data-theme="halloween"] .cover-visual { background: #0b0b0b; } body[data-theme="halloween"] .cover-visual::before { background: radial-gradient(circle at 74% 24%, rgba(255,146,43,.42), transparent 20%), linear-gradient(135deg, #090909, #3a1709 58%, #101010); } body[data-theme="halloween"] .inner-title em, body[data-theme="halloween"] .inner-title, body[data-theme="halloween"] .published-post h2, body[data-theme="halloween"] .empty-updates h2 { color: #fff1dc; } body[data-theme="halloween"] .about-content h1 em, body[data-theme="halloween"] .about-content h2 em { color: #ff922b; } body[data-theme="halloween"] .blog-empty, body[data-theme="halloween"] .empty-updates, body[data-theme="halloween"] .recent-section { background: #0b0b0b; }
body[data-theme="thanksgiving"] { --paper: #f4e7d1; --ink: #3d2519; --muted: #806050; --line: rgba(61,37,25,.2); --link-blue: #a64b24; --nav-blue: #71351f; --nav-blue-dark: #472016; --blue-soft: #ead0ae; }
body[data-theme="christmas"] { --paper: #f2f5ed; --ink: #153e36; --muted: #5e776d; --line: rgba(21,62,54,.18); --link-blue: #b1282d; --nav-blue: #11614c; --nav-blue-dark: #0b3e31; --blue-soft: #d3e7d7; }
body[data-theme="newyear"] { --paper: #eef1f6; --ink: #19243c; --muted: #62708a; --line: rgba(25,36,60,.18); --link-blue: #bb8a27; --nav-blue: #17254c; --nav-blue-dark: #0a132e; --blue-soft: #d8e1f0; }
body[data-theme="valentines"] { --paper: #fff0f3; --ink: #542137; --muted: #986b7d; --line: rgba(84,33,55,.17); --link-blue: #d3426b; --nav-blue: #8d244b; --nav-blue-dark: #57132f; --blue-soft: #f6d2dc; }
body[data-theme="easter"] { --paper: #f2f5e8; --ink: #3a4c36; --muted: #71816b; --line: rgba(58,76,54,.18); --link-blue: #8a67a9; --nav-blue: #597b69; --nav-blue-dark: #344c40; --blue-soft: #dce9ca; }
body[data-theme="fourth"] { --paper: #f2f4f7; --ink: #1d304b; --muted: #65748c; --line: rgba(29,48,75,.18); --link-blue: #c8323d; --nav-blue: #164d86; --nav-blue-dark: #0c2c52; --blue-soft: #d4e3f4; }
body[data-theme="birthday"] { --paper: #fff4d9; --ink: #40305e; --muted: #7e6f89; --line: rgba(64,48,94,.18); --link-blue: #d1659e; --nav-blue: #60458f; --nav-blue-dark: #3a285f; --blue-soft: #f1d8e7; }
.theme-effects { position: fixed; z-index: 4; inset: 0; pointer-events: none; overflow: hidden; }.holiday-effect { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--ink); text-align: center; }.holiday-effect[hidden] { display: none; }.holiday-label { font: 10px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }.new-year-effect, .fourth-effect { color: #f5e9bd; background: radial-gradient(circle at 50% 45%, rgba(32,67,123,.55), transparent 40%); }.new-year-effect strong { font: 500 clamp(100px, 20vw, 260px)/.8 Fraunces, serif; color: #e9be5b; text-shadow: 0 0 35px rgba(233,190,91,.6); }.new-year-effect span:last-of-type { color: #d9e6f1; font-size: 12px; }.firework-field { position: absolute; inset: 0; overflow: hidden; }.firework-field span { position: absolute; top: 38%; left: var(--x); width: 5px; height: 5px; border-radius: 50%; background: #ffe5a0; box-shadow: 0 0 4px #fff, 0 0 12px #e9be5b; opacity: 0; animation: firework 3s var(--delay) infinite; }.new-year-effect.celebrating .firework-field span { animation-duration: 1.1s; }.christmas-effect { justify-content: start; padding-top: 25vh; background: linear-gradient(180deg, rgba(16,87,64,.22), transparent 55%); }.christmas-lights { position: absolute; top: 0; right: 0; left: 0; height: 26px; background: repeating-linear-gradient(90deg, transparent 0 35px, #196b4d 36px 38px); }.christmas-lights::after { content: '•   •   •   •   •   •   •   •   •   •   •'; display: block; color: #ef3340; font-size: 28px; letter-spacing: 15px; text-shadow: 37px 0 #f8d348, 74px 0 #58a8eb, 111px 0 white; animation: twinkle 1.2s steps(2) infinite; }.thanksgiving-effect { align-items: start; justify-content: end; padding: 0 8vw 18vh; background: linear-gradient(135deg, transparent 20%, rgba(193,107,48,.22)); text-align: left; }.thanksgiving-effect strong, .birthday-effect strong { font: 500 clamp(52px, 9vw, 130px)/.85 Fraunces, serif; }.halloween-effect { align-items: end; justify-content: end; padding: 0 8vw 15vh; background: linear-gradient(120deg, rgba(17,5,37,.1), rgba(17,5,37,.68)); color: #f6ddbd; text-align: right; }.horror-figure { width: min(240px, 42vw); height: min(350px, 54vh); display: grid; place-items: end center; padding: 14px; background: linear-gradient(180deg, #e7e2d7 0 31%, #17141c 31%); clip-path: polygon(38% 0, 62% 0, 77% 35%, 100% 100%, 0 100%, 23% 35%); color: rgba(255,255,255,.68); font: 9px 'DM Mono', monospace; text-align: center; text-transform: uppercase; }.halloween-effect audio { display: none; }.valentines-effect { color: #a92755; }.heart-field::before { content: '♥  ♥  ♥  ♥  ♥  ♥  ♥  ♥  ♥  ♥  ♥  ♥'; position: absolute; inset: 0; color: rgba(211,66,107,.2); font-size: clamp(35px, 8vw, 100px); line-height: 1.7; letter-spacing: 4vw; transform: rotate(-12deg); animation: hearts-drift 10s linear infinite; }.easter-effect { align-items: start; justify-content: end; padding: 0 8vw 16vh; background: linear-gradient(180deg, rgba(93,177,218,.15), rgba(91,165,85,.42)); text-align: left; }.easter-bunny { position: absolute; right: 18%; bottom: 20%; font-size: 90px; filter: drop-shadow(0 8px 5px rgba(42,87,42,.2)); }.easter-eggs { position: absolute; right: 30%; bottom: 16%; color: #e7a3bd; font-size: 42px; letter-spacing: 18px; }.fourth-effect { background: radial-gradient(circle at 25% 30%, rgba(203,43,61,.35), transparent 13%), radial-gradient(circle at 75% 22%, rgba(255,255,255,.3), transparent 15%); }.birthday-effect { align-items: start; justify-content: end; padding: 0 8vw 18vh; background: radial-gradient(circle at 80% 20%, rgba(241,192,221,.65), transparent 24%); text-align: left; }.birthday-effect strong { color: #d1659e; }.heart-burst { position: absolute; z-index: 2; color: #ef6695; font-size: 25px; pointer-events: none; animation: heart-burst .8s ease-out forwards; }
.horror-figure img { width: 100%; height: 100%; object-fit: cover; }.horror-figure img[hidden] { display: none; } body[data-theme="valentines"] .menu-toggle { border-color: #f6b5c8; background: #d3426b; } body[data-theme="valentines"] .menu-toggle span { display: none; } body[data-theme="valentines"] .menu-toggle::before { content: '♥'; color: white; font-size: 18px; }
.halloween-audio-toggle { position: relative; z-index: 5; display: block; padding: 9px 12px; border: 1px solid #ff922b; background: #0b0b0b; color: #ff922b; font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; pointer-events: auto; cursor: pointer; }.halloween-audio-toggle:hover { background: #ff922b; color: #0b0b0b; }
.halloween-audio-source { position: relative; z-index: 2; color: #f9c47d; font: 10px 'DM Mono', monospace; letter-spacing: .06em; }
body[data-theme="halloween"] .control-panel { background: #f28c28; color: #1b0d07; }.halloween .control-panel .eyebrow, body[data-theme="halloween"] .control-panel .eyebrow, body[data-theme="halloween"] .control-panel .panel-intro p, body[data-theme="halloween"] .control-panel .control-label output, body[data-theme="halloween"] .control-panel .drop-hint { color: #4c1d0a; }.halloween .control-panel .close-panel, body[data-theme="halloween"] .control-panel .close-panel { color: #1b0d07; border-color: rgba(27,13,7,.42); }.halloween .control-panel .control-group, body[data-theme="halloween"] .control-panel .control-group { border-top-color: rgba(27,13,7,.25); }.halloween .control-panel .theme-choice, body[data-theme="halloween"] .control-panel .theme-choice, body[data-theme="halloween"] .control-panel .editor-toolbar button, body[data-theme="halloween"] .control-panel .editor-clear { border-color: rgba(27,13,7,.38); color: #1b0d07; }.halloween .control-panel .theme-choice:hover, .halloween .control-panel .theme-choice.active, body[data-theme="halloween"] .control-panel .theme-choice:hover, body[data-theme="halloween"] .control-panel .theme-choice.active { background: #1b0d07; color: #f9c47d; border-color: #1b0d07; }.halloween .control-panel .blog-editor-group label, body[data-theme="halloween"] .control-panel .blog-editor-group label { color: #4c1d0a; }.halloween .control-panel .blog-editor-group input[type=text], .halloween .control-panel .blog-editor-group textarea, .halloween .control-panel .post-editor, body[data-theme="halloween"] .control-panel .blog-editor-group input[type=text], body[data-theme="halloween"] .control-panel .blog-editor-group textarea, body[data-theme="halloween"] .control-panel .post-editor { border-color: rgba(27,13,7,.38); background: rgba(255,244,220,.55); color: #1b0d07; }.halloween .control-panel .publish-button, body[data-theme="halloween"] .control-panel .publish-button { background: #1b0d07; color: #f9c47d; }.halloween .control-panel .saved-post, body[data-theme="halloween"] .control-panel .saved-post { color: #1b0d07; border-bottom-color: rgba(27,13,7,.25); }.halloween .control-panel .saved-post button, body[data-theme="halloween"] .control-panel .saved-post button { color: #4c1d0a; border-color: rgba(27,13,7,.38); }.halloween .control-panel .panel-footer, body[data-theme="halloween"] .control-panel .panel-footer { color: #4c1d0a; }
.easter-effect { display: block; overflow: hidden; background: linear-gradient(180deg, #78c7e8 0 55%, #8fc978 55% 100%); pointer-events: none; }.easter-effect::after { content: ''; position: absolute; right: -5%; bottom: 0; left: -5%; height: 46%; background: repeating-linear-gradient(165deg, transparent 0 20px, rgba(54,128,65,.18) 21px 23px); transform: skewY(-3deg); }.easter-effect .holiday-label { position: absolute; z-index: 2; top: 20%; left: 9%; color: #285b65; }.easter-bunny { position: absolute; z-index: 3; bottom: 32%; left: -12%; display: block; width: 118px; height: 105px; filter: drop-shadow(0 10px 4px rgba(35,93,43,.2)); animation: bunny-hop 12s linear 1 forwards; }.bunny-head, .bunny-body, .bunny-tail, .bunny-ear, .bunny-leg { position: absolute; display: block; background: #f4f1e8; }.bunny-body { right: 8px; bottom: 8px; width: 78px; height: 55px; border-radius: 55% 48% 45% 42%; transform: rotate(-7deg); }.bunny-head { top: 22px; left: 10px; width: 48px; height: 45px; border-radius: 48% 50% 45% 45%; }.bunny-ear { top: -14px; width: 15px; height: 48px; border-radius: 60% 60% 45% 45%; transform: rotate(-8deg); }.bunny-ear-left { left: 17px; }.bunny-ear-right { left: 39px; height: 43px; transform: rotate(12deg); }.bunny-leg { z-index: -1; bottom: -2px; width: 13px; height: 32px; border-radius: 45%; transform-origin: 50% 0; animation: bunny-legs 12s linear 1 forwards; }.bunny-leg-left { right: 55px; }.bunny-leg-right { right: 27px; animation-delay: .08s; }.bunny-tail { right: -2px; bottom: 38px; width: 25px; height: 25px; border-radius: 50%; }.bunny-head::after { content: ''; position: absolute; top: 19px; left: 7px; width: 5px; height: 5px; border-radius: 50%; background: #243a42; box-shadow: 18px 10px 0 -1px #e8899d; }.easter-eggs { position: absolute; z-index: 2; right: 0; bottom: 18%; left: 0; display: block; height: 110px; }.easter-egg { position: absolute; bottom: 0; display: block; width: 32px; height: 42px; border-radius: 50% 50% 46% 46%; opacity: 0; transform: rotate(12deg) scale(.4); animation: egg-appear 12s linear 1 forwards; }.easter-egg::after { content: ''; position: absolute; top: 15px; right: 3px; left: 3px; height: 5px; background: rgba(255,255,255,.72); border-radius: 50%; box-shadow: 0 10px rgba(255,255,255,.72); }.egg-one { left: 16%; background: #ed7196; animation-delay: 2.1s; }.egg-two { left: 33%; background: #f2c951; animation-delay: 4.2s; }.egg-three { left: 49%; background: #877bd1; animation-delay: 6.3s; }.egg-four { left: 66%; background: #f28c54; animation-delay: 8.4s; }.egg-five { left: 82%; background: #5fb7a5; animation-delay: 10.5s; }
body[data-theme="easter"] .recent-section { position: relative; z-index: 5; }
@keyframes bunny-hop { 0% { left: -12%; transform: translateY(0) rotate(-4deg); } 4% { transform: translateY(-28px) rotate(4deg); } 8% { transform: translateY(0) rotate(-4deg); } 25% { left: 18%; } 29% { transform: translateY(-28px) rotate(4deg); } 33% { transform: translateY(0) rotate(-4deg); } 50% { left: 48%; } 54% { transform: translateY(-28px) rotate(4deg); } 58% { transform: translateY(0) rotate(-4deg); } 75% { left: 78%; } 79% { transform: translateY(-28px) rotate(4deg); } 83% { transform: translateY(0) rotate(-4deg); } 100% { left: 108%; transform: translateY(0) rotate(4deg); } }@keyframes bunny-legs { 0%, 8%, 25%, 33%, 50%, 58%, 75%, 83%, 100% { transform: rotate(0); } 4%, 29%, 54%, 79% { transform: rotate(28deg); } 6%, 31%, 56%, 81% { transform: rotate(-20deg); } }@keyframes egg-appear { 0%, 13% { opacity: 0; transform: rotate(12deg) scale(.4) translateY(10px); } 16%, 28% { opacity: 1; transform: rotate(12deg) scale(1) translateY(0); } 38%, 100% { opacity: 1; transform: rotate(12deg) scale(1); } }
.bunny-eye { position: absolute; z-index: 2; top: 17px; width: 5px; height: 5px; border-radius: 50%; background: #243a42; }.bunny-eye-left { left: 10px; }.bunny-eye-right { left: 29px; }.bunny-nose { position: absolute; z-index: 2; top: 30px; left: 3px; width: 7px; height: 6px; border-radius: 50% 50% 55% 55%; background: #e8899d; }
.bunny-head::after { display: none; }
.year-dialog-backdrop { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4,59,88,.72); }.year-dialog { width: min(420px, 100%); padding: 30px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 80px rgba(0,0,0,.25); }.year-dialog h2 { margin: 18px 0; font: 500 34px/.95 Fraunces, serif; letter-spacing: -.05em; }.year-dialog input { width: 100%; padding: 11px; border: 1px solid var(--line); background: white; color: var(--ink); }.year-dialog > div { display: flex; justify-content: end; gap: 8px; margin-top: 20px; }.year-dialog button { padding: 9px 13px; border: 1px solid var(--link-blue); background: transparent; color: var(--link-blue); cursor: pointer; }.year-dialog button[type=submit] { background: var(--link-blue); color: white; }
body[data-theme="halloween"] .cover-visual::after { border-color: rgba(255,138,33,.45); }body[data-theme="thanksgiving"] .cover-visual::before { background: linear-gradient(135deg, #63321d, #c47a32 55%, #f1c26b); }body[data-theme="christmas"] .cover-visual::before { background: linear-gradient(135deg, #0a4536, #197655 55%, #c8333d); }body[data-theme="valentines"] .cover-visual::before { background: linear-gradient(135deg, #7f2048, #d3426b 55%, #f4b3c5); }body[data-theme="easter"] .cover-visual::before { background: linear-gradient(180deg, #70bde0, #a8d28b 62%, #639854); }body[data-theme="fourth"] .cover-visual::before { background: linear-gradient(135deg, #102c59, #164d86 55%, #a91f32); }body[data-theme="birthday"] .cover-visual::before { background: linear-gradient(135deg, #60458f, #d1659e 55%, #f1c263); }
@keyframes firework { 0%, 100% { opacity: 0; transform: scale(.3); } 12% { opacity: 1; transform: scale(1); box-shadow: 0 0 7px #fff, 0 0 25px #e9be5b, 30px 12px #ef3340, -35px 8px #58a8eb, 0 -40px #fff; } 30% { opacity: 0; transform: scale(1.4); } }.new-year-effect.celebrating .firework-field span { animation-iteration-count: 3; }.new-year-effect.celebrating::after { content: '✦  ✧  ✦  ✧  ✦'; position: absolute; color: #f5e9bd; font-size: 60px; animation: sparkle-in 1s ease-out both; }.new-year-effect.celebrating strong { position: relative; z-index: 2; }.new-year-effect.celebrating .holiday-label, .new-year-effect.celebrating span:last-of-type { position: relative; z-index: 2; }@keyframes sparkle-in { from { opacity: 0; transform: scale(.4); } to { opacity: 1; transform: scale(1); } }@keyframes twinkle { 50% { opacity: .35; filter: brightness(1.8); } }@keyframes hearts-drift { to { transform: translateY(-20%) rotate(-12deg); } }@keyframes heart-burst { from { opacity: 1; transform: translate(-10px, 0) scale(.7); } to { opacity: 0; transform: translate(12px, -42px) scale(1.5); } }
.control-entry { cursor: pointer; }.access-page { min-height: 100vh; background: var(--nav-blue); color: #edf5f6; }.access-shell { width: min(760px, 100%); min-height: 100vh; margin: auto; padding: 30px 24px 80px; }.access-back { display: inline-block; color: #b9edf3; font: 10px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }.access-card { max-width: 520px; margin: 16vh auto 0; padding: 42px; background: #edf5f6; color: var(--ink); }.access-card h1 { margin: 22px 0 18px; font-size: clamp(56px, 10vw, 100px); }.access-card h1 em { color: var(--link-blue); }.access-card > p { color: var(--muted); line-height: 1.55; }.access-form label { display: block; margin: 18px 0 6px; color: var(--muted); font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.access-form input { width: 100%; padding: 11px; border: 1px solid var(--line); background: white; color: var(--ink); outline: none; }.access-form input:focus { border-color: var(--link-blue); }.access-form .publish-button { margin-top: 22px; }.form-error { min-height: 18px; color: #ae3044 !important; font-size: 12px; }.access-note { margin-top: 22px; font-size: 11px; }.dashboard-card { max-width: none; margin-top: 8vh; }.dashboard-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }.dashboard-head h1 { margin: 16px 0 0; font-size: clamp(42px, 7vw, 72px); }.dashboard-section { padding: 25px 0; border-top: 1px solid var(--line); }.dashboard-section:first-of-type { margin-top: 40px; }.dashboard-card .theme-choice { border-color: var(--line); color: var(--ink); }.dashboard-card .theme-choice:hover, .dashboard-card .theme-choice.active { background: var(--link-blue); color: white; border-color: var(--link-blue); }.dashboard-card .blog-editor-group input[type=text], .dashboard-card .blog-editor-group textarea, .dashboard-card .post-editor { background: white; color: var(--ink); border-color: var(--line); }.dashboard-card .blog-editor-group label { color: var(--muted); }.dashboard-card .editor-toolbar button, .dashboard-card .editor-clear { color: var(--ink); border-color: var(--line); }.dashboard-card .drop-hint { color: var(--muted); }.dashboard-card .saved-post { color: var(--ink); border-bottom-color: var(--line); }.dashboard-card .saved-post button { color: var(--link-blue); border-color: var(--line); }.active-user { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); }.active-user b, .active-user small { display: block; }.active-user small { margin-top: 4px; color: var(--muted); font-size: 10px; }.active-user button { padding: 6px 8px; border: 1px solid var(--line); background: transparent; color: var(--link-blue); cursor: pointer; }.password-section { padding-bottom: 0; }
@media (max-width: 560px) { .access-card { padding: 26px 20px; }.dashboard-head { display: block; }.dashboard-head .editor-clear { margin-top: 18px; }.access-card h1 { font-size: 54px; } }
.homepage-cover-media { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }.cover-visual-placeholder, .cover-title, .cover-visual-caption { z-index: 1; }.about-cover > img, .about-cover > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.about-cover > .about-cover-placeholder { position: relative; z-index: 2; }.about-cover [hidden] { display: none; }
body[data-theme="halloween"] .control-panel { color: #8f3f08; }
body[data-theme="halloween"] .control-panel .eyebrow,
body[data-theme="halloween"] .control-panel .panel-intro p,
body[data-theme="halloween"] .control-panel .control-label,
body[data-theme="halloween"] .control-panel .control-label output,
body[data-theme="halloween"] .control-panel .drop-hint,
body[data-theme="halloween"] .control-panel .panel-footer,
body[data-theme="halloween"] .control-panel .saved-post,
body[data-theme="halloween"] .control-panel .blog-editor-group label { color: #8f3f08; }
body[data-theme="halloween"] .control-panel,
body[data-theme="halloween"] .control-panel * { color: #000; }
body[data-theme="halloween"] .control-panel input,
body[data-theme="halloween"] .control-panel textarea,
body[data-theme="halloween"] .control-panel .post-editor { color: #1b0d07; }
body[data-theme="halloween"] .control-panel input::placeholder,
body[data-theme="halloween"] .control-panel textarea::placeholder,
body[data-theme="halloween"] .control-panel .post-editor:empty::before { color: #6f2d08; }
body[data-theme="halloween"] .control-panel .theme-choice.active,
body[data-theme="halloween"] .control-panel .publish-button { color: #f9c47d; }
body[data-theme="halloween"] .control-panel input,
body[data-theme="halloween"] .control-panel textarea,
body[data-theme="halloween"] .control-panel .post-editor,
body[data-theme="halloween"] .control-panel .theme-choice.active,
body[data-theme="halloween"] .control-panel .publish-button { color: #000; }
body[data-theme="halloween"] .control-panel .eyebrow,
body[data-theme="halloween"] .control-panel .panel-intro p,
body[data-theme="halloween"] .control-panel .control-label,
body[data-theme="halloween"] .control-panel .control-label output,
body[data-theme="halloween"] .control-panel .drop-hint,
body[data-theme="halloween"] .control-panel .panel-footer,
body[data-theme="halloween"] .control-panel .saved-post,
body[data-theme="halloween"] .control-panel .blog-editor-group label,
body[data-theme="halloween"] .control-panel input,
body[data-theme="halloween"] .control-panel textarea,
body[data-theme="halloween"] .control-panel .post-editor,
body[data-theme="halloween"] .control-panel .theme-choice,
body[data-theme="halloween"] .control-panel .editor-toolbar button,
body[data-theme="halloween"] .control-panel .editor-clear,
body[data-theme="halloween"] .control-panel .saved-post button { color: #000 !important; }
.access-page .dashboard-card,
.access-page .dashboard-card * { color: #000 !important; }
.access-page .dashboard-card input::placeholder,
.access-page .dashboard-card textarea::placeholder,
.access-page .dashboard-card .post-editor:empty::before { color: #000 !important; }

/* New Year's stays behind the homepage content while the celebration fills the background. */
body[data-theme="newyear"] { --paper: #050505; --ink: #f7f7f2; --muted: #c0c0ba; --line: rgba(247,247,242,.2); --link-blue: #e9be5b; --nav-blue: #111b36; --nav-blue-dark: #070b19; --blue-soft: #1e294a; background: #050505; }
body[data-theme="newyear"] .site-shell { position: relative; z-index: 1; }
body[data-theme="newyear"] .cover-visual { background: #050505; }
body[data-theme="newyear"] .cover-visual::before { background: radial-gradient(circle at 76% 22%, rgba(233,190,91,.2), transparent 14%), linear-gradient(135deg, #050505, #10182d 65%, #050505); }
body[data-theme="newyear"] .cover-visual::after { border-color: rgba(233,190,91,.22); }
body[data-theme="newyear"] .recent-section, body[data-theme="newyear"] .empty-updates { background: #050505; color: #f7f7f2; }
body[data-theme="newyear"] .theme-effects { z-index: 0; }
body[data-theme="newyear"] .new-year-effect { display: block; background: #050505; color: #f5e9bd; }
body[data-theme="newyear"] .new-year-effect .holiday-label { position: absolute; top: 17%; right: 12%; }
body[data-theme="newyear"] .new-year-effect strong { position: absolute; top: 15%; left: 10%; font-size: clamp(76px, 13vw, 190px); }
body[data-theme="newyear"] .new-year-effect span:last-of-type { position: absolute; right: 10%; bottom: 17%; max-width: 190px; color: #d9e6f1; text-align: right; }
body[data-theme="newyear"] .new-year-effect .firework-field { z-index: 0; }
body[data-theme="newyear"] .new-year-effect .holiday-label, body[data-theme="newyear"] .new-year-effect strong, body[data-theme="newyear"] .new-year-effect span:last-of-type { z-index: 1; }
body[data-theme="newyear"] .new-year-effect .firework-field span:nth-child(1) { top: 18%; } body[data-theme="newyear"] .new-year-effect .firework-field span:nth-child(2) { top: 31%; } body[data-theme="newyear"] .new-year-effect .firework-field span:nth-child(3) { top: 48%; } body[data-theme="newyear"] .new-year-effect .firework-field span:nth-child(4) { top: 22%; } body[data-theme="newyear"] .new-year-effect .firework-field span:nth-child(5) { top: 65%; } body[data-theme="newyear"] .new-year-effect .firework-field span:nth-child(6) { top: 39%; } body[data-theme="newyear"] .new-year-effect .firework-field span:nth-child(7) { top: 76%; }
body[data-theme="newyear"] .new-year-effect.celebrating::after { top: 68%; right: 17%; z-index: 0; font-size: clamp(28px, 5vw, 70px); }
body[data-theme="newyear"] .new-year-effect.celebrating span:last-of-type { color: #e9be5b; font: 500 clamp(25px, 4vw, 52px)/.95 Fraunces, serif; }
body[data-theme="newyear"] .masthead { color: #f7f7f2; border-bottom-color: rgba(247,247,242,.24); }
body[data-theme="newyear"] .masthead .wordmark-mark { border-color: #f7f7f2; }
body[data-theme="newyear"] .masthead .status, body[data-theme="newyear"] .masthead-meta { color: rgba(247,247,242,.76); }
body[data-theme="newyear"] .new-year-effect.celebrating::after { content: ''; width: 0; height: 0; }
body[data-theme="newyear"] .new-year-effect .firework-field span { width: 3px; height: 3px; background: #fff; box-shadow: 0 -58px 0 #f7c84b, 15px -54px 0 #f7c84b, 30px -42px 0 #ef4d5c, 43px -28px 0 #ef4d5c, 55px -8px 0 #69b9ee, 53px 14px 0 #69b9ee, 39px 33px 0 #bca7f2, 20px 48px 0 #bca7f2, 0 58px 0 #fff, -20px 48px 0 #fff, -39px 33px 0 #68d3a2, -53px 14px 0 #68d3a2, -55px -8px 0 #f7c84b, -43px -28px 0 #f7c84b, -30px -42px 0 #ef4d5c, -15px -54px 0 #ef4d5c; filter: drop-shadow(0 0 4px currentColor); animation: firework-burst 2.8s var(--delay) infinite; }
body[data-theme="newyear"] .new-year-effect.celebrating .firework-field span { animation-name: firework-burst; animation-duration: 1.35s; animation-iteration-count: infinite; }
@keyframes firework-burst { 0% { opacity: 0; transform: scale(.12); } 12% { opacity: 1; transform: scale(.42); } 38% { opacity: 1; transform: scale(.9); } 68% { opacity: .8; transform: scale(1.12); } 100% { opacity: 0; transform: scale(1.32); } }

/* More About Allen is a controlled, vertical cover-and-content sequence. */
.about-page { overflow: hidden; background: var(--paper); }.about-page .site-shell { min-height: 100vh; padding: 0; overflow: hidden; }.about-page .masthead { position: fixed; z-index: 60; top: 0; right: 5.5vw; left: 5.5vw; color: var(--ink); border-bottom-color: var(--line); }.about-page .masthead .wordmark-mark { border-color: var(--ink); }.about-page .masthead .status, .about-page .masthead .masthead-meta { color: var(--muted); }.about-page .menu-toggle { border-color: var(--ink); background: rgba(237,245,246,.8); }.about-page .menu-toggle span { background: var(--ink); }.about-sequence { position: relative; height: 100dvh; min-height: 620px; overflow: hidden; }.about-progress { position: fixed; z-index: 55; right: 5.5vw; bottom: 28px; display: flex; gap: 7px; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .08em; }.about-progress span:first-child { color: var(--link-blue); }.about-section { position: absolute; inset: 0; display: block; padding: 94px 5.5vw 0; opacity: 0; pointer-events: none; transform: translateY(32px); transition: opacity .65s var(--ease), transform .65s var(--ease); }.about-section.is-active { opacity: 1; pointer-events: auto; transform: translateY(0); }.about-cover { position: relative; z-index: 1; width: 100%; height: min(53vh, 520px); min-height: 300px; display: flex; align-items: end; padding: 22px; overflow: hidden; color: rgba(237,245,246,.86); font: 10px 'DM Mono', monospace; letter-spacing: .09em; text-transform: uppercase; }.about-cover::before { content: ''; position: absolute; inset: 0; opacity: .9; }.about-cover span { position: relative; z-index: 1; }.about-cover-portrait::before { background: radial-gradient(circle at 50% 38%, #dfb27b 0 12%, transparent 12.4%), linear-gradient(145deg, #075477, #53a2aa 54%, #e4a24b); }.about-cover-travel::before { background: radial-gradient(ellipse at 70% 25%, #f6c66f 0 9%, transparent 9.4%), linear-gradient(160deg, #0b4b69 15%, #1681a0 58%, #80bdaf 58%); }.about-cover-work::before { background: linear-gradient(125deg, #063b58, #087ca1 55%, #a8d9d8 55%); }.about-cover-now::before { background: radial-gradient(circle at 30% 30%, #f6c66f 0 9%, transparent 9.4%), linear-gradient(135deg, #075477, #1b8a9d 52%, #b9e7e5); }.about-content { width: 100%; padding: 34px 4px 30px; }.about-content h1, .about-content h2 { max-width: 700px; margin: 14px 0 18px; color: var(--ink); font: 500 clamp(44px, 7vw, 94px)/.88 Fraunces, serif; letter-spacing: -.06em; }.about-content h1 em, .about-content h2 em { color: var(--link-blue); font-style: normal; }.about-lead { max-width: 440px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }.about-page .navigation-panel { z-index: 100; }.about-page .navigation-scrim { z-index: 90; }
@media (prefers-reduced-motion: reduce) { .about-section { transition: none; } }
@media (max-width: 700px) { .about-page .masthead { right: 20px; left: 20px; }.about-sequence { min-height: 560px; }.about-section { padding: 86px 20px 0; }.about-cover { height: 42vh; min-height: 240px; }.about-content { padding-top: 25px; }.about-content h1, .about-content h2 { font-size: clamp(42px, 13vw, 70px); }.about-lead { font-size: 14px; }.about-progress { right: 20px; bottom: 20px; } }

/* Blue travel palette and the homepage's empty recent-updates state. */
:root { --paper: #edf5f6; --ink: #102b3a; --muted: #58717c; --line: rgba(16, 43, 58, .16); --accent: #e4a24b; --wash: #d6e9ed; }
body { background: var(--paper); }.cover-visual { background: #0d4f70; }.cover-visual::before { background: radial-gradient(circle at 72% 25%, rgba(228,162,75,.64), transparent 20%), linear-gradient(135deg, #063b5a 0%, #0c6e91 52%, #4e9b9d 100%); }.masthead { border-bottom-color: rgba(237,245,246,.32); }.recent-section { position: relative; z-index: 2; padding: 64px 0 120px; background: var(--paper); }.empty-updates { display: grid; justify-items: center; padding: 120px 20px 130px; border: 1px solid var(--line); text-align: center; }.empty-compass { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 22px; border: 1px solid rgba(228,162,75,.75); border-radius: 50%; color: var(--accent); font-size: 21px; }.empty-updates h2 { margin: 0; color: var(--ink); font: 500 clamp(36px, 5vw, 70px)/.95 Fraunces, serif; letter-spacing: -.055em; }.empty-updates p { margin: 22px 0 0; color: var(--muted); }.navigation-footer { display: flex; align-items: end; justify-content: space-between; gap: 20px; }.social-links { display: flex; gap: 8px; }.social-links a { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(238,233,223,.35); border-radius: 50%; color: #eee9df; font: 9px 'DM Mono', monospace; text-transform: uppercase; transition: background .25s, color .25s; }.social-links a:hover { background: var(--accent); color: var(--ink); }

.cover-visual-placeholder[hidden],
.homepage-cover-media[hidden] {
  display: none;
}
