@font-face {
font-family: 'Fraunces';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url('../assets/fonts/fraunces-var-latin.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Fraunces';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url('../assets/fonts/fraunces-var-latin-ext.woff2') format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('../assets/fonts/inter-var-latin.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('../assets/fonts/inter-var-latin-ext.woff2') format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
U+2113, U+2C60-2C7F, U+A720-A7FF;
}
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
}
html {
scroll-padding-top: calc(var(--mp-header-height, 66px) + var(--mp-space-3));
}
body {
font-family: var(--mp-font-body);
font-size: var(--mp-text-base);
color: var(--mp-text);
background: var(--mp-page-bloom), var(--mp-surface);
background-attachment: fixed, scroll;
line-height: var(--mp-lh-normal);
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
font-family: var(--mp-font-display);
color: var(--mp-heading);
font-weight: var(--mp-weight-semibold);
line-height: var(--mp-lh-snug);
margin: 0;
}
h1 { font-size: var(--mp-text-4xl); line-height: var(--mp-lh-tight); letter-spacing: var(--mp-tracking-tight); }
h2 { font-size: var(--mp-text-2xl); }
h3 { font-size: var(--mp-text-xl); }
h4 { font-size: var(--mp-text-lg); }
a { color: inherit; text-decoration: none; }
button { font-family: var(--mp-font-body); cursor: pointer; }
:focus-visible {
outline: var(--mp-focus-width) solid var(--mp-focus-color);
outline-offset: var(--mp-focus-offset);
border-radius: var(--mp-radius-sm);
}
.focus-inset:focus-visible {
outline: none;
box-shadow: var(--mp-focus-ring-inset);
}
.sr-only {
position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}
.skip-link {
position: absolute;
width: 1px; height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
z-index: var(--mp-z-toast);
}
.skip-link:focus {
position: fixed;
left: var(--mp-space-4);
top: var(--mp-space-4);
width: auto; height: auto;
overflow: visible;
clip: auto;
clip-path: none;
padding: var(--mp-space-2) var(--mp-space-4);
background: var(--mp-sage-deep);
color: var(--mp-text-on-dark);
border-radius: var(--mp-radius-sm);
font-weight: var(--mp-weight-semibold);
}
.wrap {
max-width: var(--mp-maxw);
margin: 0 auto;
padding: 0 var(--mp-space-4);
}
.page-vignette {
position: fixed;
inset: 0 0 auto 0;
height: 96px;
background: var(--mp-vignette);
opacity: 0.32;
-webkit-mask-image: linear-gradient(to bottom, black 0%, black 40%, transparent 100%);
mask-image: linear-gradient(to bottom, black 0%, black 40%, transparent 100%);
pointer-events: none;
z-index: var(--mp-z-base);
}
.site-header {
position: sticky;
top: 10px;
z-index: var(--mp-z-sticky);
max-width: var(--mp-maxw);
margin: 10px auto 0;
display: flex;
align-items: center;
gap: var(--mp-space-3);
padding: var(--mp-space-2) var(--mp-space-4);
background: var(--mp-glass-bg);
backdrop-filter: var(--mp-glass-blur);
-webkit-backdrop-filter: var(--mp-glass-blur);
border-radius: var(--mp-glass-radius);
border: none;
box-shadow: var(--mp-glass-shadow);
}
.site-header .brand {
font-family: var(--mp-font-display);
font-weight: var(--mp-weight-semibold);
font-size: var(--mp-text-lg);
color: var(--mp-heading);
letter-spacing: 0.2px;
display: inline-flex;
align-items: center;
gap: var(--mp-space-2);
flex: 0 0 auto;
border-radius: var(--mp-radius-sm);
}
.site-header .brand img { height: 26px; width: auto; display: block; }
.site-header .brand .dot { color: var(--mp-wood); }
.site-nav {
margin-left: auto;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: var(--mp-space-1);
min-width: 0;
}
.site-nav a {
padding: var(--mp-space-2) var(--mp-space-3);
border-radius: 10px;
font-size: var(--mp-text-sm);
font-weight: var(--mp-weight-medium);
color: var(--mp-heading);
background: rgba(255, 255, 255, 0.35);
white-space: nowrap;
transition: background var(--mp-dur-fast) var(--mp-ease), color var(--mp-dur-fast) var(--mp-ease);
}
.site-nav a:hover { background: rgba(255, 255, 255, 0.6); }
.nav-mobile {
display: none;
margin-left: auto;
flex: 0 0 auto;
}
.nav-mobile > summary {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: var(--mp-glass-radius);
background: rgba(255, 255, 255, 0.4);
color: var(--mp-heading);
box-shadow: var(--mp-glass-shadow);
cursor: pointer;
list-style: none;
transition: background var(--mp-dur-fast) var(--mp-ease);
}
.nav-mobile > summary::-webkit-details-marker { display: none; }
.nav-mobile > summary::marker { content: ""; }
.nav-mobile > summary:hover { background: rgba(255, 255, 255, 0.62); }
.nav-mobile > summary svg { width: 20px; height: 20px; display: block; }
.nav-mobile .icon-close,
.nav-mobile[open] .icon-open { display: none; }
.nav-mobile[open] .icon-close { display: block; }
.nav-mobile:not([open]) .nav-drawer { display: none; }
.nav-drawer {
position: fixed;
top: 0;
inset-inline-end: 0;
height: 100%;
width: min(82vw, 320px);
z-index: var(--mp-z-overlay);
display: flex;
flex-direction: column;
gap: var(--mp-space-2);
padding: var(--mp-space-5) var(--mp-space-5) var(--mp-space-8);
background: var(--mp-glass-bg), var(--mp-surface);
backdrop-filter: var(--mp-glass-blur);
-webkit-backdrop-filter: var(--mp-glass-blur);
border: none;
border-start-start-radius: var(--mp-radius-lg);
border-end-start-radius: var(--mp-radius-lg);
box-shadow: var(--mp-elev-3);
overflow-y: auto;
overscroll-behavior: contain;
}
.nav-drawer::before {
content: "";
position: fixed;
inset: 0;
background: rgba(20, 34, 27, 0.34);
z-index: -1;
}
.nav-drawer a {
display: block;
padding: var(--mp-space-3) var(--mp-space-4);
border-radius: var(--mp-radius-sm);
background: rgba(255, 255, 255, 0.55);
color: var(--mp-heading);
font-weight: var(--mp-weight-medium);
font-size: var(--mp-text-base);
}
.nav-drawer a:hover { background: rgba(255, 255, 255, 0.78); }
.nav-drawer .drawer-legal {
margin-top: auto;
padding-top: var(--mp-space-4);
border-top: 1px solid var(--mp-border);
}
.nav-drawer .drawer-legal a {
background: none;
padding: var(--mp-space-2) 0;
font-size: var(--mp-text-sm);
font-weight: var(--mp-weight-normal);
color: var(--mp-text-muted);
}
@media (max-width: 1023px) {
.site-nav { display: none; }
.nav-mobile { display: block; }
}
main { padding-bottom: var(--mp-space-12); }
section {
margin: 0;
padding-block: calc(var(--mp-section-pad) * var(--mp-section-rate));
}
@media (min-width: 768px) {
section { padding-block: calc(var(--mp-section-pad) * 0.85); }
}
@media (min-width: 1024px) {
section { padding-block: var(--mp-section-pad); }
}
section.section-tight { --mp-section-pad: 2.5rem; }
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: var(--mp-space-5);
}
@media (max-width: 560px) {
.grid { grid-template-columns: repeat(2, 1fr); gap: var(--mp-space-3); }
}
.site-footer {
margin-top: var(--mp-space-16);
padding: var(--mp-space-12) 0 var(--mp-space-10);
border-top: 1px solid var(--mp-border);
color: var(--mp-text-muted);
font-size: var(--mp-text-sm);
}
.footer-cols {
display: grid;
grid-template-columns: 1.4fr 1fr 1fr;
gap: var(--mp-space-10);
align-items: start;
}
.footer-brand img { height: 32px; width: auto; display: block; margin-bottom: var(--mp-space-3); }
.footer-brand p { margin: 0; max-width: 34ch; }
.footer-col h2 {
font-size: var(--mp-text-sm);
font-family: var(--mp-font-body);
font-weight: var(--mp-weight-semibold);
color: var(--mp-heading);
letter-spacing: var(--mp-tracking-wide);
text-transform: uppercase;
margin: 0 0 var(--mp-space-3);
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--mp-space-2); }
.footer-col a,
.site-footer .legal-links a {
color: var(--mp-heading);
font-weight: var(--mp-weight-medium);
text-decoration: underline;
text-decoration-color: transparent;
text-underline-offset: 0.3rem;
text-decoration-thickness: 1px;
transition: text-decoration-color var(--mp-dur-fast) var(--mp-ease);
}
.footer-col a:hover,
.site-footer .legal-links a:hover { text-decoration-color: currentColor; }
.site-footer .legal-links {
display: flex;
flex-wrap: wrap;
gap: var(--mp-space-2) var(--mp-space-5);
margin-bottom: var(--mp-space-2);
}
.footer-bottom {
margin-top: var(--mp-space-10);
padding-top: var(--mp-space-5);
border-top: 1px solid var(--mp-border);
display: flex;
flex-wrap: wrap;
gap: var(--mp-space-3) var(--mp-space-6);
align-items: baseline;
justify-content: space-between;
font-size: var(--mp-text-xs);
}
.footer-bottom p { margin: 0; }
@media (max-width: 768px) {
.footer-cols { grid-template-columns: 1fr; gap: var(--mp-space-8); }
}
.legal-page { padding-top: var(--mp-space-6); }
.legal-page h1 { font-size: var(--mp-text-3xl); margin-bottom: var(--mp-space-4); }
.legal-body { max-width: 68ch; color: var(--mp-text-subtle); }
.legal-body h2, .legal-body h3 {
font-size: var(--mp-text-lg);
margin: var(--mp-space-6) 0 var(--mp-space-2);
color: var(--mp-heading);
}
.legal-body p, .legal-body li { font-size: var(--mp-text-base); line-height: var(--mp-lh-loose); }
.legal-body a { color: var(--mp-sage); text-decoration: underline; }
.legal-body table { border-collapse: collapse; width: 100%; margin: var(--mp-space-4) 0; }
.legal-body td, .legal-body th {
border: 1px solid var(--mp-border-strong);
padding: var(--mp-space-2) var(--mp-space-3);
text-align: left;
font-size: var(--mp-text-sm);
}
.legal-note { color: var(--mp-text-muted); font-size: var(--mp-text-sm); }
.legal-source { color: var(--mp-text-muted); font-size: var(--mp-text-2xs); margin-top: var(--mp-space-8); }
@media (prefers-reduced-motion: no-preference) {
.js-reveal [data-reveal] {
opacity: 0.01;
transform: translateY(14px);
transition:
opacity var(--mp-dur-slow) var(--mp-ease),
transform var(--mp-dur-slow) var(--mp-ease);
transition-delay: calc(var(--reveal-order, 0) * 60ms);
}
.js-reveal [data-reveal].is-revealed { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
[data-reveal] { opacity: 1; transform: none; }
}
