:root { --teal:    #0F6E56;
--teal-50: #E8F2EE;
--teal-100:#D2E5DD;
--purple:    #4A41A8;
--purple-50: #ECEAF6;
--purple-100:#D8D4ED;
--amber:    #8A5212;
--amber-50: #F3EADB;
--amber-100:#E7D5B6; --paper:   #F8F5EF;
--paper-2: #F1ECE2;
--paper-3: #E6DFD0;
--ink:     #1A1814;
--ink-2:   #2B2823;
--muted:   #6C665C;
--border:  #D8D2C4;
--border-soft: #E6E0D2; --accent:    var(--ink);
--accent-50: var(--paper-2);
--accent-100:var(--paper-3);
--accent-ink:#FFFFFF; --ff-sans: "Geist", "Söhne", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
--ff-serif: "Instrument Serif", "Cormorant Garamond", "Times New Roman", Georgia, serif;
--ff-mono: "Geist Mono", "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace; --s-1: 4px;
--s-2: 8px;
--s-3: 12px;
--s-4: 16px;
--s-5: 24px;
--s-6: 32px;
--s-7: 48px;
--s-8: 72px;
--s-9: 112px;
--s-10:160px; --r-sm: 4px;
--r:    8px;
--r-lg: 14px;
--r-xl: 22px; --container: 1240px;
--container-narrow: 980px;
--header-h: 72px;
}
body.page-padewska   { --accent: var(--teal);   --accent-50: var(--teal-50);   --accent-100: var(--teal-100); }
body.page-bielawska  { --accent: var(--purple); --accent-50: var(--purple-50); --accent-100: var(--purple-100); }
body.page-inwestycje { --accent: var(--amber);  --accent-50: var(--amber-50);  --accent-100: var(--amber-100); }
body.page-home       { --accent: var(--ink);    --accent-50: var(--paper-2);   --accent-100: var(--paper-3); }
body.page-kontakt    { --accent: var(--ink);    --accent-50: var(--paper-2);   --accent-100: var(--paper-3); }
body.page-policy     { --accent: var(--ink);    --accent-50: var(--paper-2);   --accent-100: var(--paper-3); } @media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
} *, *::before, *::after { box-sizing: border-box; }
html {
scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 50px);
}
body {
margin: 0;
font-family: var(--ff-sans);
font-size: 16px;
line-height: 1.55;
color: var(--ink);
background: var(--paper);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; }
a { color: inherit; }
p { margin: 0 0 1em; text-wrap: pretty; } h1, h2, h3, h4 {
font-family: var(--ff-serif);
font-weight: 400;
letter-spacing: -0.01em;
line-height: 1.05;
margin: 0 0 .4em;
color: var(--ink);
text-wrap: balance;
}
h1 { font-size: clamp(44px, 7vw, 96px); letter-spacing: -0.025em; }
h2 { font-size: clamp(34px, 4.4vw, 56px); }
h3 { font-size: clamp(22px, 2.4vw, 30px); }
h4 { font-size: 20px; }
.eyebrow {
font-family: var(--ff-mono);
font-size: 12px;
font-weight: 400;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--accent);
display: inline-flex;
align-items: center;
gap: 10px;
}
.eyebrow::before {
content: "";
display: inline-block;
width: 18px;
height: 1px;
background: currentColor;
}
.eyebrow.no-dash::before { display: none; }
.lead {
font-size: clamp(17px, 1.4vw, 20px);
color: var(--ink-2);
line-height: 1.55;
max-width: 60ch;
}
.muted { color: var(--muted); }
.serif { font-family: var(--ff-serif); font-weight: 400; }
.mono  { font-family: var(--ff-mono); } .container       { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container.narrow{ max-width: var(--container-narrow); }
section { padding: var(--s-9) 0; }
section.tight { padding: var(--s-8) 0; }
section.flush-top { padding-top: 0; }
.rule { height: 1px; background: var(--border); border: 0; margin: 0; }
.rule.soft { background: var(--border-soft); }
.grid { display: grid; gap: var(--s-5); }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.g-2-3 { grid-template-columns: 2fr 3fr; gap: var(--s-7); }
.g-3-2 { grid-template-columns: 3fr 2fr; gap: var(--s-7); }
.g-1-1 { grid-template-columns: 1fr 1fr; gap: var(--s-7); } .hero-split-grid {
display: grid;
grid-template-columns: var(--col-text, 3fr) var(--col-img, 2fr);
gap: var(--s-8);
align-items: end;
}
.hero-split-grid > figure,
.hero-split-grid > .ph { width: 100%; }
@media (max-width: 991px) {
.hero-split-grid { grid-template-columns: 1fr 1fr; gap: var(--s-6); }
}
@media (max-width: 767px) {
.hero-split-grid { grid-template-columns: 1fr; gap: var(--s-5); }
} .site-header {
position: sticky;
top: 0;
z-index: 101;
background: color-mix(in oklab, var(--paper) 90%, transparent);
backdrop-filter: saturate(160%) blur(10px);
border-bottom: 1px solid var(--border-soft);
height: var(--header-h);
}
.site-header .bar {
display: flex;
align-items: center;
height: 100%;
gap: var(--s-6);
justify-content: space-between;
}
.brand {
font-family: var(--ff-mono);
font-weight: 500;
letter-spacing: 0.18em;
text-decoration: none;
font-size: 13px;
color: var(--ink);
flex: 0 0 auto;
display: inline-flex;
align-items: center;
gap: 10px;
}
.brand .mark {
display: inline-block;
width: 16px;
height: 16px;
background: var(--accent);
border-radius: 50%;
position: relative;
}
.brand .mark::after{
content:"";
position:absolute;
inset: 4px;
background: var(--paper);
border-radius:50%;
}
.primary-nav {
display: flex;
gap: var(--s-6);
flex: 1 1 auto;
margin-left: var(--s-6);
}
.primary-nav a {
text-decoration: none;
color: var(--ink-2);
font-size: 14px;
font-weight: 400;
position: relative;
padding: 4px 0;
}
.primary-nav a[aria-current="page"] {
color: var(--accent);
}
.primary-nav a[aria-current="page"]::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -2px;
height: 1px;
background: var(--accent);
}
.hamburger {
display: none;
position: relative;
z-index: 110;
background: transparent;
border: none;
border-radius: var(--r-sm);
width: 40px;
height: 40px;
align-items: center;
justify-content: center;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
display: block;
width: 18px;
height: 1px;
background: var(--ink);
position: relative;
transition: transform 0.2s ease;
}
.hamburger span::before { content: ""; position: absolute; top: -6px; left: 0; }
.hamburger span::after  { content: ""; position: absolute; top: 6px;  left: 0; }
body.menu-open .hamburger span { background: transparent; }
body.menu-open .hamburger span::before { background: var(--paper); transform: rotate(45deg) translate(4px, 4px); }
body.menu-open .hamburger span::after  { background: var(--paper); transform: rotate(-45deg) translate(4px, -4px); }
.menu-open .site-header {
background: var(--ink);
border-bottom: 1px solid var(--ink);
}
.menu-open .site-header .brand {
color: var(--paper);
} .mobile-drawer {
display: none;
position: fixed;
inset: 0; height: 100dvh;
max-height: 100dvh;
background: var(--ink);
color: var(--paper);
z-index: 100;
flex-direction: column;
padding: calc(var(--header-h) + var(--s-3)) var(--s-5) var(--s-5);
opacity: 0;
visibility: hidden;
transform: translateY(-12px);
transition: opacity 0.32s ease, transform 0.4s cubic-bezier(.2,.7,.2,1), visibility 0s linear 0.32s;
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
body.menu-open .mobile-drawer {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: opacity 0.32s ease, transform 0.4s cubic-bezier(.2,.7,.2,1), visibility 0s;
}
body.menu-open { overflow: hidden; }
.mobile-drawer .md-nav {
display: flex;
flex-direction: column;
border-top: 1px solid rgba(248, 245, 239, 0.12);
}
.mobile-drawer .md-nav a {
font-family: var(--ff-serif);
font-size: clamp(28px, 7.5vw, 36px);
line-height: 1.1;
color: var(--paper);
text-decoration: none;
padding: var(--s-3) 0;
border-bottom: 1px solid rgba(248, 245, 239, 0.12);
display: flex;
align-items: baseline;
justify-content: space-between;
gap: var(--s-3);
opacity: 0;
transform: translateY(8px);
transition: opacity 0.3s ease, transform 0.4s cubic-bezier(.2,.7,.2,1), color 0.2s ease;
}
.mobile-drawer .md-nav a .md-num {
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.08em;
color: rgba(248, 245, 239, 0.4);
font-weight: 400;
}
.mobile-drawer .md-nav a:active { color: color-mix(in oklab, var(--paper) 70%, transparent); }
body.menu-open .mobile-drawer .md-nav a { opacity: 1; transform: translateY(0); }
body.menu-open .mobile-drawer .md-nav a:nth-child(1) { transition-delay: 0.08s; }
body.menu-open .mobile-drawer .md-nav a:nth-child(2) { transition-delay: 0.14s; }
body.menu-open .mobile-drawer .md-nav a:nth-child(3) { transition-delay: 0.20s; }
body.menu-open .mobile-drawer .md-nav a:nth-child(4) { transition-delay: 0.26s; }
.mobile-drawer .md-cta {
margin-top: var(--s-5);
display: flex;
flex-direction: column;
gap: var(--s-3);
opacity: 0;
transform: translateY(8px);
transition: opacity 0.3s ease 0.32s, transform 0.4s cubic-bezier(.2,.7,.2,1) 0.32s;
}
body.menu-open .mobile-drawer .md-cta { opacity: 1; transform: translateY(0); }
.mobile-drawer .md-cta .btn {
width: 100%;
justify-content: center;
padding: var(--s-4) var(--s-5);
font-size: 16px;
border-radius: 999px;
}
.mobile-drawer .md-cta .btn-accent {
background: var(--paper);
color: var(--ink);
border-color: var(--paper);
}
.mobile-drawer .md-cta .btn-ghost {
background: transparent;
color: var(--paper);
border: 1px solid rgba(248, 245, 239, 0.3);
}
.mobile-drawer .md-foot {
margin-top: auto;
padding-top: var(--s-5);
display: flex;
flex-direction: column;
gap: var(--s-3);
opacity: 0;
transition: opacity 0.4s ease 0.44s;
}
body.menu-open .mobile-drawer .md-foot { opacity: 1; }
.mobile-drawer .md-foot .md-meta {
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: rgba(248, 245, 239, 0.45);
}
.mobile-drawer .md-foot a {
color: var(--paper);
text-decoration: none;
font-size: 15px;
}
.mobile-drawer .md-locations {
display: grid;
grid-template-columns: 1fr;
gap: var(--s-3);
padding-top: var(--s-4);
border-top: 1px solid rgba(248, 245, 239, 0.12);
}
@media (min-width: 480px) {
.mobile-drawer .md-locations {
grid-template-columns: 1fr 1fr;
gap: var(--s-4);
}
}
.mobile-drawer .md-locations div { display: flex; flex-direction: column; gap: 4px; }
.mobile-drawer .md-locations strong { font-weight: 500; font-size: 14px; }
.mobile-drawer .md-locations span { font-size: 12px; color: rgba(248, 245, 239, 0.55); } .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 13px 22px;
border-radius: 999px;
font-size: 14px;
font-weight: 500;
text-decoration: none;
border: 1px solid var(--ink);
background: var(--ink);
color: var(--paper);
transition: transform .12s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
white-space: nowrap;
letter-spacing: 0.005em;
}
.btn:hover { transform: translateY(-1px); }
.btn.btn-sm { padding: 9px 14px; font-size: 13px; }
.btn.btn-lg { padding: 16px 28px; font-size: 15px; }
.btn-accent { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn-accent:hover { box-shadow: 0 10px 28px color-mix(in oklab, var(--accent) 28%, transparent); }
.btn-outline { background: transparent; color: var(--accent); border-color: var(--accent); }
.btn-outline:hover { background: var(--accent); color:#fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--ink); }
.link-arrow {
text-decoration: none;
font-family: var(--ff-mono);
font-size: 13px;
font-weight: 500;
letter-spacing: 0.02em;
color: var(--accent);
display: inline-flex;
align-items: center;
gap: 8px;
border-bottom: 1px solid currentColor;
padding-bottom: 2px;
}
.link-arrow .arr {
display: inline-block;
transition: transform .18s ease;
}
.link-arrow:hover .arr { transform: translateX(4px); } .hero { padding: var(--s-9) 0 var(--s-8); position: relative; }
.hero h1 sup { font-family: var(--ff-mono); font-size: 0.22em; vertical-align: top; font-weight: 400; color: var(--accent); }
.hero h1 em { font-style: italic; color: var(--accent); }
.meta-row {
display: flex;
flex-wrap: wrap;
gap: var(--s-7);
margin-top: var(--s-7);
padding-top: var(--s-5);
border-top: 1px solid var(--border-soft);
}
.meta-row .item {
font-family: var(--ff-mono);
font-size: 12px;
letter-spacing: 0.04em;
color: var(--muted);
text-transform: uppercase;
display: flex;
flex-direction: column;
gap: 4px;
}
.meta-row .item strong {
font-family: var(--ff-serif);
font-weight: 400;
font-size: 24px;
letter-spacing: -0.01em;
text-transform: none;
color: var(--ink);
line-height: 1;
} .router-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--s-4);
}
.r-card {
display: block;
text-decoration: none;
color: inherit;
background: #fff;
border: 1px solid var(--border);
border-radius: var(--r-lg);
padding: var(--s-6);
min-height: 360px;
position: relative;
transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
display: flex;
flex-direction: column;
overflow: hidden;
}
.r-card:hover {
transform: translateY(-4px);
border-color: var(--accent-c);
box-shadow: 0 20px 50px color-mix(in oklab, var(--accent-c) 18%, transparent);
}
.r-card .num {
font-family: var(--ff-mono);
font-size: 12px;
letter-spacing: 0.16em;
color: var(--muted);
}
.r-card .glyph {
width: 100%;
aspect-ratio: 5/3;
border-radius: var(--r);
margin: var(--s-4) 0 var(--s-5);
background: var(--accent-50-c);
position: relative;
overflow: hidden;
}
.r-card h3 { margin-bottom: 6px; }
.r-card p { color: var(--muted); font-size: 14px; line-height: 1.55; margin-bottom: var(--s-5); flex: 1; }
.r-card .go {
font-family: var(--ff-mono);
font-size: 13px;
font-weight: 500;
letter-spacing: 0.02em;
color: var(--accent-c);
display: inline-flex;
align-items: center;
gap: 8px;
}
.r-card.teal   { --accent-c: var(--teal);   --accent-50-c: var(--teal-50); }
.r-card.purple { --accent-c: var(--purple); --accent-50-c: var(--purple-50); }
.r-card.amber  { --accent-c: var(--amber);  --accent-50-c: var(--amber-50); } .ph {
position: relative;
background: var(--paper-2);
background-image:
repeating-linear-gradient(135deg, color-mix(in oklab, var(--ink) 5%, transparent) 0 1px, transparent 1px 12px);
border-radius: var(--r);
overflow: hidden;
color: var(--muted);
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
.ph .tag {
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 6px 10px;
margin: 12px;
background: color-mix(in oklab, var(--paper) 85%, transparent);
border-radius: 999px;
backdrop-filter: blur(6px);
color: var(--ink-2);
}
.ph.teal   { background-color: var(--teal-50); }
.ph.purple { background-color: var(--purple-50); }
.ph.amber  { background-color: var(--amber-50); }
.ph.dark   { background-color: var(--ink); color: var(--paper); } .loc-card {
background: #fff;
border: 1px solid var(--border);
border-radius: var(--r-lg);
overflow: hidden;
display: flex;
flex-direction: column;
}
.loc-card .ph { border-radius: 0; aspect-ratio: 16/10; }
.loc-card .body { padding: var(--s-6); display: flex; flex-direction: column; gap: var(--s-3); }
.loc-card h3 { margin: 0 0 4px; }
.loc-card .tag-line {
font-family: var(--ff-mono);
font-size: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--accent-c);
display: flex;
align-items: center;
gap: 10px;
}
.loc-card .tag-line::before {
content: "";
width: 8px; height: 8px; border-radius: 50%;
background: var(--accent-c);
}
.loc-card .chips { display: flex; flex-wrap: wrap; gap: 6px; margin: var(--s-3) 0; }
.loc-card.teal   { --accent-c: var(--teal);   --accent-50-c: var(--teal-50); }
.loc-card.purple { --accent-c: var(--purple); --accent-50-c: var(--purple-50); }
.loc-card .go {
margin-top: auto;
padding-top: var(--s-3);
}
.chip {
display: inline-block;
padding: 5px 11px;
font-size: 12px;
border: 1px solid var(--border);
border-radius: 999px;
background: var(--paper);
color: var(--ink-2);
font-family: var(--ff-mono);
letter-spacing: 0.02em;
} .numbers {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
}
.numbers .n {
padding: var(--s-6) var(--s-5);
border-left: 1px solid var(--border);
}
.numbers .n:first-child { border-left: 0; }
.numbers .n .v {
font-family: var(--ff-serif);
font-size: clamp(40px, 5vw, 64px);
line-height: 1;
letter-spacing: -0.02em;
color: var(--ink);
}
.numbers .n .l {
font-family: var(--ff-mono);
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--muted);
margin-top: 14px;
max-width: 22ch;
} .sec-head {
display: grid;
grid-template-columns: 1fr 2fr;
gap: var(--s-7);
align-items: end;
margin-bottom: var(--s-7);
}
.sec-head .label { font-family: var(--ff-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.sec-head h2 { margin: 0; }
.sec-head .desc { color: var(--muted); max-width: 50ch; } .modules {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--s-3);
}
.module {
background: #fff;
border: 1px solid var(--border);
border-radius: var(--r-lg);
padding: var(--s-5) var(--s-5) var(--s-5);
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
transition: border-color .2s ease, transform .2s ease;
}
.module:hover { border-color: var(--accent); transform: translateY(-2px); }
.module.featured {
border-color: var(--accent);
background: var(--accent-50);
}
.module .letter {
font-family: var(--ff-serif);
font-size: 80px;
line-height: .85;
letter-spacing: -0.03em;
color: var(--accent);
}
.module .opacity-fade { opacity: 0.18; }
.module h3 { font-size: 22px; margin: var(--s-4) 0 4px; }
.module .seats {
font-family: var(--ff-mono);
font-size: 12px;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--muted);
margin-bottom: var(--s-4);
}
.module .price {
font-family: var(--ff-serif);
font-size: 36px;
line-height: 1;
letter-spacing: -0.02em;
color: var(--ink);
margin-bottom: 6px;
}
.module .price small { font-family: var(--ff-mono); font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
.module .unit-note { font-family: var(--ff-mono); font-size: 11px; color: var(--muted); letter-spacing: 0.04em; }
.module ul { list-style: none; padding: 0; margin: var(--s-5) 0; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.module ul li {
font-size: 13px;
color: var(--ink-2);
padding-left: 18px;
position: relative;
}
.module ul li::before {
content: "";
position: absolute;
left: 0; top: 9px;
width: 6px; height: 6px;
background: var(--accent);
border-radius: 50%;
}
.module .pkg-cta { margin-top: auto; }
.module .badge {
position: absolute;
top: var(--s-4);
right: var(--s-4);
font-family: var(--ff-mono);
font-size: 10px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--accent);
background: #fff;
padding: 4px 9px;
border-radius: 999px;
border: 1px solid var(--accent-100);
} .pricing-toggle {
display: inline-flex;
background: #fff;
border: 1px solid var(--border);
border-radius: 999px;
padding: 4px;
gap: 2px;
}
.pricing-toggle button {
border: none;
background: transparent;
padding: 9px 18px;
border-radius: 999px;
font-family: var(--ff-mono);
font-weight: 500;
font-size: 12px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--muted);
transition: background .2s ease, color .2s ease;
}
.pricing-toggle button[aria-pressed="true"] {
background: var(--accent);
color: #fff;
}
.discount-note {
font-family: var(--ff-mono);
font-size: 12px;
color: var(--accent);
letter-spacing: 0.04em;
min-height: 18px;
margin-left: var(--s-4);
align-self: center;
} .faq details {
border-bottom: 1px solid var(--border);
padding: var(--s-5) 0;
}
.faq details:first-of-type { border-top: 1px solid var(--border); }
.faq summary {
list-style: none;
cursor: pointer;
font-family: var(--ff-serif);
font-weight: 400;
font-size: 24px;
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: var(--s-4);
letter-spacing: -0.01em;
color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
content: "+";
font-family: var(--ff-mono);
font-size: 28px;
font-weight: 400;
color: var(--muted);
line-height: 1;
transition: transform .2s ease;
flex-shrink: 0;
}
.faq details[open] summary { color: var(--accent); }
.faq details[open] summary::after { content: "−"; color: var(--accent); }
.faq details > div {
margin-top: var(--s-3);
color: var(--muted);
font-size: 16px;
max-width: 65ch;
line-height: 1.6;
} .form {
background: #fff;
border: 1px solid var(--border);
border-radius: var(--r-lg);
padding: var(--s-6);
}
.form .field { margin-bottom: var(--s-4); }
.form label {
display: block;
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--muted);
margin-bottom: 8px;
font-weight: 500;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
width: 100%;
font: inherit;
font-size: 15px;
padding: 12px 14px;
border: 1px solid var(--border);
border-radius: var(--r-sm);
background: var(--paper);
color: var(--ink);
transition: border-color .15s ease, box-shadow .15s ease;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form input[type="url"]:focus,
.form input[type="number"]:focus,
.form input[type="search"]:focus,
.form select:focus,
.form textarea:focus {
outline: none;
border-color: var(--accent);
box-shadow: 0 0 0 3px var(--accent-50);
background: #fff;
}
.form textarea { min-height: 120px; resize: vertical; font-family: var(--ff-sans); }
.form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
.form .radio-group { display: flex; flex-direction: column; gap: var(--s-2); }
.form .radio-group label {
display: flex;
align-items: center;
gap: var(--s-3);
font-family: var(--ff-sans);
font-size: 14px;
color: var(--ink-2);
letter-spacing: 0;
text-transform: none;
padding: 11px 14px;
border: 1px solid var(--border);
border-radius: var(--r-sm);
background: var(--paper);
cursor: pointer;
font-weight: 400;
margin: 0;
transition: border-color .15s ease, background .15s ease;
}
.form .radio-group label:has(input:checked) {
border-color: var(--accent);
background: var(--accent-50);
color: var(--accent);
}
.form .radio-group input { accent-color: var(--accent); }
.form .consent {
display: flex;
align-items: flex-start;
gap: var(--s-3);
font-size: 13px;
color: var(--muted);
line-height: 1.5;
margin: var(--s-4) 0;
}
.form .consent input { accent-color: var(--accent); margin-top: 4px; flex-shrink: 0; }
.form .submit-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--s-4);
flex-wrap: wrap;
margin-top: var(--s-4);
}
.form-thanks {
display: none;
padding: var(--s-6);
background: var(--accent-50);
color: var(--accent);
border-radius: var(--r);
font-weight: 500;
border: 1px solid var(--accent);
}
.form.submitted .form-body { display: none; }
.form.submitted .form-thanks { display: block; } .map {
aspect-ratio: 4/3;
background:
linear-gradient(135deg, color-mix(in oklab, var(--accent) 12%, var(--paper)) 25%, transparent 25%) -8px 0,
linear-gradient(225deg, color-mix(in oklab, var(--accent) 12%, var(--paper)) 25%, transparent 25%) -8px 0,
linear-gradient(315deg, color-mix(in oklab, var(--accent) 12%, var(--paper)) 25%, transparent 25%),
linear-gradient(45deg,  color-mix(in oklab, var(--accent) 12%, var(--paper)) 25%, transparent 25%),
color-mix(in oklab, var(--accent) 4%, var(--paper));
background-size: 22px 22px;
border-radius: var(--r);
position: relative;
overflow: hidden;
border: 1px solid var(--border);
}
.map::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 22px;
height: 22px;
background: var(--accent);
border-radius: 50% 50% 50% 0;
transform: translate(-50%, -100%) rotate(-45deg);
box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}
.map.small { aspect-ratio: 16/10; } .site-footer {
margin-top: 1px;
padding: var(--s-8) 0 var(--s-5);
background: var(--ink);
color: var(--paper-3);
}
.site-footer h4 {
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--paper-3);
margin: 0 0 var(--s-4);
font-weight: 500;
}
.site-footer address {
font-style: normal;
font-size: 14px;
line-height: 1.65;
}
.site-footer address strong {
font-family: var(--ff-serif);
font-weight: 400;
font-size: 22px;
color: var(--paper);
display: block;
margin-bottom: 6px;
letter-spacing: -0.01em;
}
.site-footer .col strong {
font-family: var(--ff-serif);
font-weight: 400;
font-size: 22px;
color: var(--paper);
display: block;
margin-bottom: 6px;
letter-spacing: -0.01em;
}
.site-footer .col a { text-decoration: none; color: var(--paper-3); }
.site-footer .col a:hover { color: var(--paper); }
.site-footer .grid-cols {
display: grid;
grid-template-columns: 1.4fr 1fr 1fr 1fr;
gap: var(--s-7);
}
.site-footer .brand-block .big {
font-family: var(--ff-serif);
font-size: clamp(36px, 4vw, 56px);
letter-spacing: -0.02em;
line-height: 1;
color: var(--paper);
margin-bottom: var(--s-5);
}
.site-footer .legal {
margin-top: var(--s-8);
padding-top: var(--s-4);
border-top: 1px solid color-mix(in oklab, var(--paper) 18%, transparent);
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: var(--s-3);
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.04em;
color: var(--paper-3);
}
.site-footer .legal a { color: var(--paper-3); } .looking-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--s-4);
}
.looking-card {
background: #fff;
border: 1px solid var(--border);
border-radius: var(--r-lg);
padding: var(--s-6);
display: flex;
flex-direction: column;
gap: var(--s-3);
}
.looking-card .roman {
font-family: var(--ff-serif);
font-size: 40px;
line-height: 1;
color: var(--accent);
}
.looking-card h4 { font-family: var(--ff-serif); font-weight: 400; font-size: 24px; line-height: 1.15; margin: 0; }
.looking-card p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; } .project-card {
display: grid;
grid-template-columns: 240px 1fr;
gap: var(--s-6);
align-items: start;
padding: var(--s-6) 0;
border-top: 1px solid var(--border);
}
.project-card:last-child { border-bottom: 1px solid var(--border); }
.project-card .ph { aspect-ratio: 4/3; border-radius: var(--r); }
.project-card .body { padding-right: var(--s-4); }
.project-card .status {
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--muted);
margin-bottom: var(--s-3);
}
.project-card .status::before {
content: "";
width: 8px; height: 8px; border-radius: 50%;
background: currentColor;
}
.project-card .status.done   { color: var(--teal); }
.project-card .status.wip    { color: var(--amber); }
.project-card .status.plan   { color: var(--purple); }
.project-card h3 { font-size: 28px; margin: 0 0 var(--s-3); }
.project-card p { color: var(--muted); max-width: 60ch; margin: 0; }
.project-card dl {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--s-3);
margin-top: var(--s-5);
padding-top: var(--s-4);
border-top: 1px solid var(--border-soft);
}
.project-card dt {
font-family: var(--ff-mono);
font-size: 10px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--muted);
margin-bottom: 2px;
}
.project-card dd {
font-family: var(--ff-serif);
font-size: 20px;
margin: 0;
letter-spacing: -0.01em;
} .pull {
font-family: var(--ff-serif);
font-weight: 400;
font-size: clamp(28px, 3.4vw, 44px);
line-height: 1.15;
letter-spacing: -0.02em;
color: var(--ink);
max-width: 26ch;
}
.pull em { color: var(--accent); font-style: italic; } .floorplan-wrap {
background: #fff;
border: 1px solid var(--border);
border-radius: var(--r-lg);
padding: var(--s-5);
display: grid;
grid-template-columns: 3fr 2fr;
gap: var(--s-6);
align-items: stretch;
}
.floorplan-image { margin: 0; }
.floorplan-image .ph { width: 100%; }
.floorplan {
aspect-ratio: 16/11;
background: var(--paper-2);
border-radius: var(--r);
position: relative;
overflow: hidden;
}
.legend { display: flex; flex-direction: column; gap: var(--s-3); }
.legend .row {
display: flex;
align-items: center;
gap: var(--s-3);
font-size: 14px;
}
.legend .swatch {
width: 22px;
height: 22px;
border-radius: 4px;
flex-shrink: 0;
} .notice-strip {
background: var(--accent);
color: #fff;
text-align: center;
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.16em;
text-transform: uppercase;
padding: 8px 16px;
} .intro-block {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: var(--s-8);
align-items: end;
}
.intro-block .right .lead { max-width: 38ch; }
.intro-block .right small { display: block; font-family: var(--ff-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: var(--s-3); } @media (max-width: 1080px) {
.router-cards { grid-template-columns: 1fr 1fr; }
.r-card:nth-child(3) { grid-column: 1 / -1; }
.modules { grid-template-columns: 1fr 1fr; }
.modules .module:nth-child(7) { grid-column: 1 / -1; }
.looking-grid { grid-template-columns: 1fr 1fr; }
.looking-grid > :nth-child(3) { grid-column: 1 / -1; }
.numbers { grid-template-columns: 1fr 1fr; }
.numbers .n:nth-child(3) { border-left: 0; border-top: 1px solid var(--border); }
.numbers .n:nth-child(4) { border-top: 1px solid var(--border); }
.sec-head { grid-template-columns: 1fr; gap: var(--s-3); }
.intro-block { grid-template-columns: 1fr; }
.project-card { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
:root { --s-9: 80px; --s-10: 96px; }
.container, .container.narrow { padding: 0 20px; }
.g2, .g-2-3, .g-3-2, .g-1-1 { grid-template-columns: 1fr; gap: var(--s-5); }
.router-cards { grid-template-columns: 1fr; }
.r-card:nth-child(3) { grid-column: auto; }
.modules { grid-template-columns: 1fr; }
.modules .module:nth-child(7) { grid-column: auto; }
.looking-grid { grid-template-columns: 1fr; }
.numbers { grid-template-columns: 1fr 1fr; }
.form .row-2 { grid-template-columns: 1fr; }
.floorplan-wrap { grid-template-columns: 1fr; }
.primary-nav { display: none; }
.site-header .btn { display: none; }
.hamburger { display: inline-flex; }
.mobile-drawer { display: flex; }
.site-footer .grid-cols { grid-template-columns: 1fr 1fr; gap: var(--s-5); }
.site-footer .brand-block { grid-column: 1 / -1; }
} .projects-list {
display: flex;
flex-direction: column;
gap: var(--s-7);
}
.proj {
display: grid;
grid-template-columns: 5fr 7fr;
gap: var(--s-7);
align-items: center;
padding: var(--s-7) 0;
border-top: 1px solid var(--border);
}
.proj:last-child { border-bottom: 1px solid var(--border); }
.proj.reverse > :first-child { order: 2; }
.proj-body { padding: 0 var(--s-3); }
.proj-meta {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-bottom: var(--s-4);
}
.mono-tag {
font-family: var(--ff-mono);
font-size: 10px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--accent);
background: var(--accent-50);
border: 1px solid var(--accent-100);
padding: 4px 9px;
border-radius: 999px;
}
.mono-tag.muted-tag {
color: var(--muted);
background: var(--paper-2);
border-color: var(--border);
}
.proj h3 { font-size: clamp(30px, 3.4vw, 44px); margin-bottom: 6px; }
.serif-sub {
font-family: var(--ff-serif);
font-style: italic;
font-size: 18px;
color: var(--muted);
margin-bottom: var(--s-4);
}
.proj p { color: var(--ink-2); max-width: 60ch; }
.proj-facts {
padding: 0;
margin: var(--s-5) 0 var(--s-5);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
border-top: 1px solid var(--border-soft);
}
.proj-facts > div {
display: flex;
justify-content: space-between;
align-items: baseline;
gap: var(--s-3);
padding: 10px 0;
border-bottom: 1px solid var(--border-soft);
}
.proj-facts dt {
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--muted);
margin: 0;
}
.proj-facts dd {
font-family: var(--ff-serif);
font-size: 16px;
color: var(--ink);
text-align: right;
margin: 0;
} .timeline {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 0;
position: relative;
}
.timeline::before {
content: "";
position: absolute;
left: 90px;
top: 8px;
bottom: 8px;
width: 1px;
background: var(--border);
}
.timeline li {
display: grid;
grid-template-columns: 90px 1fr;
gap: var(--s-6);
padding: var(--s-5) 0;
position: relative;
border-bottom: 1px solid var(--border-soft);
}
.timeline li:last-child { border-bottom: 0; }
.timeline li::after {
content: "";
position: absolute;
left: 86px;
top: calc(var(--s-5) + 8px);
width: 9px;
height: 9px;
background: var(--accent);
border-radius: 50%;
border: 2px solid var(--paper-2);
}
.timeline li.future::after { background: var(--paper); border-color: var(--accent); }
.timeline .t-year {
font-family: var(--ff-mono);
font-size: 13px;
letter-spacing: 0.05em;
color: var(--accent);
padding-top: 2px;
}
.timeline .t-body strong {
font-family: var(--ff-serif);
font-weight: 400;
font-size: 22px;
letter-spacing: -0.01em;
display: block;
margin-bottom: 6px;
}
.timeline .t-body p {
color: var(--muted);
font-size: 14px;
margin: 0;
max-width: 56ch;
} .rules {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--s-6) var(--s-7);
}
.rules > div {
padding: var(--s-5) 0;
border-top: 1px solid var(--border);
}
.rules .num {
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.14em;
color: var(--accent);
margin-bottom: var(--s-3);
}
.rules h4 {
font-size: 26px;
margin-bottom: var(--s-3);
}
.rules p { color: var(--muted); font-size: 15px; margin: 0; max-width: 50ch; } .policy-doc {
display: flex;
flex-direction: column;
gap: var(--s-8);
}
.policy-doc > section {
display: grid;
grid-template-columns: 90px 1fr;
gap: var(--s-6);
padding-bottom: var(--s-7);
border-bottom: 1px solid var(--border-soft);
}
.policy-doc > section:last-of-type { border-bottom: 0; }
.policy-doc > section > :not(.num-label) { grid-column: 2; }
.policy-doc .num-label {
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--accent);
padding-top: 12px;
}
.policy-doc h2 {
font-size: clamp(26px, 2.6vw, 34px);
margin-bottom: var(--s-4);
}
.policy-doc p {
font-size: 16px;
color: var(--ink-2);
line-height: 1.65;
max-width: 64ch;
}
.policy-doc a { color: var(--accent); }
.policy-doc ul.bul {
list-style: none;
padding: 0;
margin: 0 0 var(--s-4);
display: flex;
flex-direction: column;
gap: var(--s-3);
}
.policy-doc ul.bul li {
padding-left: 22px;
position: relative;
font-size: 15px;
color: var(--ink-2);
line-height: 1.6;
max-width: 64ch;
}
.policy-doc ul.bul li::before {
content: "";
position: absolute;
left: 0;
top: 11px;
width: 10px;
height: 1px;
background: var(--accent);
}
.policy-doc ul.bul li strong {
font-weight: 500;
color: var(--ink);
}
.policy-doc .kv-grid {
display: flex;
flex-direction: column;
gap: 0;
border-top: 1px solid var(--border-soft);
margin-top: var(--s-4);
}
.policy-doc .kv {
display: grid;
grid-template-columns: 1fr 2fr;
gap: var(--s-5);
padding: var(--s-4) 0;
border-bottom: 1px solid var(--border-soft);
}
.policy-doc .kv strong {
font-family: var(--ff-serif);
font-weight: 400;
font-size: 17px;
color: var(--ink);
}
.policy-doc .kv span {
font-size: 14px;
color: var(--muted);
line-height: 1.6;
}
.policy-doc code {
font-family: var(--ff-mono);
font-size: 0.9em;
background: var(--paper-2);
padding: 2px 6px;
border-radius: 3px;
}
.doc-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: var(--s-6) 0 0;
border-top: 1px solid var(--border);
flex-wrap: wrap;
gap: var(--s-3);
}
.doc-footer .mono {
font-size: 11px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--muted);
} @media (max-width: 1080px) {
.proj { grid-template-columns: 1fr; gap: var(--s-5); }
.proj.reverse > :first-child { order: 0; }
.rules { grid-template-columns: 1fr; }
.rules > div { padding: var(--s-4) 0; }
.proj-facts { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
.timeline::before { left: 6px; }
.timeline li { grid-template-columns: 1fr; padding-left: var(--s-5); }
.timeline li::after { left: 2px; top: var(--s-5); }
.policy-doc > section { grid-template-columns: 1fr; gap: var(--s-3); }
.policy-doc .kv { grid-template-columns: 1fr; gap: 4px; }
.metrics-strip { grid-template-columns: 1fr 1fr !important; }
} .desks-wrap {
position: relative;
}
.desks-grid { width: 100%; } .desks-grid.swiper {
overflow: visible;
} .desks-wrap.has-carousel .desks-grid.swiper {
overflow: hidden;
}
@media (max-width: 990px) {
.desks-wrap .desks-grid.swiper {
overflow: hidden;
}
}
.desks-grid .swiper-slide {
height: auto;
display: flex;
box-sizing: border-box;
}
.desks-grid .swiper-slide > .module {
width: 100%;
flex: 1;
} .desks-wrap .desks-pagination.swiper-pagination {
position: static;
margin-top: var(--s-4);
display: none;
justify-content: center;
gap: 6px;
bottom: auto;
left: auto;
}
.desks-pagination .swiper-pagination-bullet {
width: 8px;
height: 8px;
background: var(--border);
opacity: 1;
transition: background .2s ease, transform .2s ease;
}
.desks-pagination .swiper-pagination-bullet-active {
background: var(--accent);
transform: scale(1.2);
}
.desks-wrap.has-carousel .desks-pagination.swiper-pagination { display: flex; }
.desks-nav {
display: none;
gap: var(--s-3);
justify-content: flex-end;
margin-top: var(--s-4);
}
.desks-wrap.has-carousel .desks-nav { display: flex; }
.desks-nav button {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid var(--border);
background: var(--paper);
color: var(--ink);
font-family: var(--ff-mono);
font-size: 16px;
line-height: 1;
cursor: pointer;
transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.desks-nav button:hover:not(:disabled) {
border-color: var(--accent);
color: var(--accent);
}
.desks-nav button:disabled {
opacity: 0.35;
cursor: not-allowed;
} @media (max-width: 990px) {
.desks-wrap.has-carousel-mobile .desks-pagination.swiper-pagination { display: flex; }
.desks-wrap.has-carousel-mobile .desks-nav { display: flex; justify-content: center; }
} .contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--s-8);
}
@media (max-width: 990px) {
.contact-grid { gap: var(--s-6); }
}
@media (max-width: 760px) {
.contact-grid { grid-template-columns: 1fr; gap: var(--s-5); }
} .blog-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--s-5);
}
.blog-card {
background: #fff;
border: 1px solid var(--border);
border-radius: var(--r-lg);
overflow: hidden;
transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
}
.blog-card:hover {
transform: translateY(-3px);
border-color: var(--accent);
box-shadow: 0 14px 36px color-mix(in oklab, var(--accent) 14%, transparent);
}
.blog-card-link {
display: block;
text-decoration: none;
color: inherit;
}
.blog-card-media { width: 100%; aspect-ratio: 16/10; overflow: hidden; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3); }
.blog-card-meta { display: flex; gap: 6px; flex-wrap: wrap; }
.blog-card h3 { margin: 0; font-size: 24px; }
.blog-card p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
.blog-card .link-arrow { margin-top: var(--s-3); }
.blog-featured img {
width: 100%;
height: auto;
display: block;
border-radius: var(--r-lg);
border: 1px solid var(--border);
}
.blog-featured { margin: 0; }
.blog-tags {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin: var(--s-6) 0 var(--s-4);
}
.blog-tags a {
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.06em;
color: var(--accent);
text-decoration: none;
background: var(--accent-50);
padding: 4px 9px;
border-radius: 999px;
border: 1px solid var(--accent-100);
} .pagination {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
margin-top: var(--s-7);
}
.pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 0 14px;
border-radius: 999px;
font-family: var(--ff-mono);
font-size: 13px;
border: 1px solid var(--border);
background: var(--paper);
color: var(--ink-2);
text-decoration: none;
}
.pagination .page-numbers.current {
background: var(--accent);
color: #fff;
border-color: var(--accent);
}
.pagination .page-numbers.dots { border: 0; background: transparent; } .prose {
font-size: 17px;
line-height: 1.65;
color: var(--ink-2);
max-width: 64ch;
}
.prose h2, .prose h3, .prose h4 { color: var(--ink); margin-top: var(--s-7); }
.prose h2 { font-size: clamp(28px, 3.2vw, 38px); }
.prose h3 { font-size: 24px; }
.prose p { margin: 0 0 1.2em; }
.prose a { color: var(--accent); }
.prose ul, .prose ol { padding-left: 1.4em; margin: 0 0 1.2em; }
.prose ul li, .prose ol li { margin-bottom: 0.5em; }
.prose blockquote {
margin: var(--s-6) 0;
padding: var(--s-4) var(--s-5);
border-left: 3px solid var(--accent);
background: var(--paper-2);
font-family: var(--ff-serif);
font-size: 20px;
line-height: 1.4;
}
.prose img { border-radius: var(--r); margin: var(--s-5) 0; max-width: 100%; height: auto; }
.prose figure { margin: var(--s-5) 0; }
.prose figcaption { font-size: 13px; color: var(--muted); margin-top: 6px; font-family: var(--ff-mono); }
.prose code {
background: var(--paper-2);
padding: 2px 6px;
border-radius: 3px;
font-family: var(--ff-mono);
font-size: 0.9em;
}
.prose pre {
background: var(--ink);
color: var(--paper);
padding: var(--s-4) var(--s-5);
border-radius: var(--r);
overflow-x: auto;
font-family: var(--ff-mono);
font-size: 13px;
}
.prose hr { border: 0; border-top: 1px solid var(--border); margin: var(--s-7) 0; }
.prose .wp-block-image { margin: var(--s-6) 0; } .prose .gallery,
.prose .wp-block-gallery {
display: grid;
gap: 8px;
margin: var(--s-6) 0;
}
.prose .gallery.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.prose .gallery.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.prose .gallery.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.prose .gallery.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.prose .gallery.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.prose .gallery .gallery-item {
margin: 0 !important;
max-width: none !important;
width: auto !important;
padding: 0;
}
.prose .gallery .gallery-icon {
border-radius: var(--r);
overflow: hidden;
}
.prose .gallery .gallery-icon img {
width: 100%;
height: 100%;
object-fit: cover;
aspect-ratio: 4/3;
display: block;
margin: 0;
border: 0;
border-radius: var(--r);
}
.prose .gallery .gallery-caption {
font-size: 12px;
color: var(--muted);
font-family: var(--ff-mono);
margin-top: 4px;
line-height: 1.4;
} .prose .wp-block-gallery.columns-2 { grid-template-columns: repeat(2, 1fr); }
.prose .wp-block-gallery.columns-3 { grid-template-columns: repeat(3, 1fr); }
.prose .wp-block-gallery.columns-4 { grid-template-columns: repeat(4, 1fr); }
.prose .wp-block-gallery .wp-block-image { margin: 0; }
.prose .wp-block-gallery .wp-block-image img {
width: 100%;
height: 100%;
object-fit: cover;
aspect-ratio: 4/3;
}
@media (max-width: 600px) {
.prose .gallery.gallery-columns-3,
.prose .gallery.gallery-columns-4,
.prose .gallery.gallery-columns-5,
.prose .gallery.gallery-columns-6,
.prose .wp-block-gallery.columns-3,
.prose .wp-block-gallery.columns-4 {
grid-template-columns: 1fr 1fr;
}
}
.prose .wp-block-quote {
border-left: 3px solid var(--accent);
padding-left: var(--s-4);
margin: var(--s-5) 0;
}
.prose .alignwide { max-width: calc(100% + 200px); margin-left: -100px; margin-right: -100px; }
.prose .alignfull { max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } .post-footer {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: var(--s-4);
margin-top: var(--s-8);
padding-top: var(--s-5);
border-top: 1px solid var(--border);
}
.post-footer-meta {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 12px;
letter-spacing: 0.04em;
color: var(--muted);
}
.post-footer-meta .dot { color: var(--border); } @media (max-width: 1080px) {
.blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
.blog-grid { grid-template-columns: 1fr; }
.prose .alignwide, .prose .alignfull { max-width: 100%; margin-left: 0; margin-right: 0; }
}  .wpcf7-form .field {
position: relative;
}
.wpcf7-not-valid-tip {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin-top: 4px;
padding: 4px 8px;
font-family: var(--ff-mono);
font-size: 11px;
letter-spacing: 0.02em;
font-weight: 500;
color: #B42424;
background: #FCEFEF;
border: 1px solid #F0C8C8;
border-radius: 3px;
line-height: 1.4;
z-index: 2;
max-width: 100%;
white-space: normal;
} .wpcf7-form input.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
border-color: #B42424;
}
.wpcf7-form input.wpcf7-not-valid:focus,
.wpcf7-form select.wpcf7-not-valid:focus,
.wpcf7-form textarea.wpcf7-not-valid:focus {
box-shadow: 0 0 0 3px #FCEFEF;
} .wpcf7-form .submit-row {
display: flex;
align-items: center;
gap: var(--s-4);
flex-wrap: wrap;
margin-top: var(--s-5);
} .wpcf7-submit-wrap {
position: relative;
display: inline-flex;
flex: 0 0 auto;
} .wpcf7-spinner {
position: absolute;
left: 50%;
bottom: calc(100% + 8px);
transform: translateX(-50%);
margin: 0;
} .wpcf7-form .submit-row .muted.mono {
flex: 1 1 auto;
min-width: 0;
margin: 0;
text-align: right;
} .wpcf7-form .submit-row .wpcf7-response-output {
flex: 1 1 100%;
margin: 0;
padding: 10px 14px;
border: 1px solid;
border-radius: var(--r-sm);
font-size: 13px;
line-height: 1.4;
font-family: var(--ff-sans);
}
.wpcf7-form .submit-row .wpcf7-response-output:empty {
display: none;
} .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output {
border-color: #F0C8C8 !important;
background: #FCEFEF;
color: #B42424;
}
.wpcf7-form.sent .wpcf7-response-output {
border-color: var(--accent) !important;
background: var(--accent-50);
color: var(--accent);
}
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output {
border-color: #D1A050 !important;
background: #FBF4E1;
color: #7B5A12;
}
.wpcf7-form.spam .wpcf7-response-output {
border-color: #D1A050 !important;
background: #FBF4E1;
color: #7B5A12;
} .wpcf7-form .submit-row:has(.wpcf7-response-output:not(:empty)) .muted.mono {
display: none;
} @media (max-width: 767px) {
.wpcf7-form .submit-row {
flex-direction: column;
align-items: stretch;
}
.wpcf7-submit-wrap {
width: 100%;
}
.wpcf7-submit-wrap input[type="submit"],
.wpcf7-submit-wrap .btn {
width: 100%;
justify-content: center;
}
.wpcf7-form .submit-row .muted.mono {
text-align: center;
}
}  a.ph {
text-decoration: none;
color: inherit;
cursor: zoom-in;
transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .25s ease;
}
a.ph:hover {
transform: translateY(-2px);
box-shadow: 0 12px 32px -16px rgba(0,0,0,0.25);
}
a.ph:focus-visible {
outline: 2px solid var(--accent);
outline-offset: 3px;
} .photo-strip--carousel .photo-strip-wrap {
position: relative;
}
.photo-strip-swiper.swiper {
overflow: hidden;
}
.photo-strip-swiper .swiper-slide {
height: auto;
display: flex;
}
.photo-strip-swiper .swiper-slide > .ph {
width: 100%;
aspect-ratio: 4/3;
min-height: 220px;
} .photo-strip-wrap .swiper-pagination.photo-strip-progress {
position: static;
width: 100%;
height: 2px;
margin-top: var(--s-5);
background: var(--border);
border-radius: 999px;
overflow: hidden;
}
.photo-strip-wrap .swiper-pagination-progressbar-fill {
background: var(--accent);
border-radius: 999px;
transition: transform .35s cubic-bezier(.2,.7,.2,1);
} .photo-strip-nav {
display: flex;
gap: var(--s-3);
justify-content: flex-end;
margin-top: var(--s-4);
}
.photo-strip-nav button {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid var(--border);
background: var(--paper);
color: var(--ink);
font-family: var(--ff-mono);
font-size: 16px;
line-height: 1;
cursor: pointer;
transition: border-color .15s ease, color .15s ease, transform .15s ease;
}
.photo-strip-nav button:hover:not(:disabled) {
border-color: var(--accent);
color: var(--accent);
}
.photo-strip-nav button:active:not(:disabled) {
transform: scale(0.94);
}
.photo-strip-nav button:disabled {
opacity: 0.35;
cursor: not-allowed;
}
@media (max-width: 767px) {
.photo-strip-nav { justify-content: center; }
} .lightbox {
position: fixed;
inset: 0;
background: color-mix(in oklab, var(--ink) 92%, transparent);
backdrop-filter: blur(4px);
z-index: 200;
display: flex;
align-items: center;
justify-content: center;
padding: clamp(16px, 4vw, 48px);
opacity: 0;
visibility: hidden;
transition: opacity .25s ease, visibility 0s linear .25s;
}
.lightbox.is-open {
opacity: 1;
visibility: visible;
transition: opacity .25s ease, visibility 0s;
}
body.lightbox-open { overflow: hidden; }
.lightbox-figure {
position: relative;
margin: 0;
max-width: min(1200px, 92vw);
max-height: 86vh;
display: flex;
flex-direction: column;
gap: var(--s-3);
}
.lightbox-img {
display: block;
max-width: 100%;
max-height: 78vh;
width: auto;
height: auto;
object-fit: contain;
border-radius: var(--r);
background: var(--ink-2);
box-shadow: 0 30px 80px -20px rgba(0,0,0,0.5);
}
.lightbox-caption {
font-family: var(--ff-mono);
font-size: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: color-mix(in oklab, var(--paper) 70%, transparent);
text-align: center;
}
.lightbox-counter {
position: absolute;
top: clamp(16px, 3vw, 28px);
left: 50%;
transform: translateX(-50%);
font-family: var(--ff-mono);
font-size: 12px;
letter-spacing: 0.12em;
color: color-mix(in oklab, var(--paper) 70%, transparent);
}
.lightbox button {
position: absolute;
background: color-mix(in oklab, var(--paper) 10%, transparent);
color: var(--paper);
border: 1px solid color-mix(in oklab, var(--paper) 25%, transparent);
font-family: var(--ff-mono);
cursor: pointer;
border-radius: 50%;
transition: background .15s ease, border-color .15s ease, transform .15s ease;
display: flex;
align-items: center;
justify-content: center;
}
.lightbox button:hover {
background: color-mix(in oklab, var(--paper) 22%, transparent);
border-color: var(--paper);
}
.lightbox button:active { transform: scale(0.94); }
.lightbox-close {
top: clamp(16px, 3vw, 28px);
right: clamp(16px, 3vw, 28px);
width: 44px;
height: 44px;
font-size: 24px;
line-height: 1;
}
.lightbox-prev,
.lightbox-next {
top: 50%;
transform: translateY(-50%);
width: 48px;
height: 48px;
font-size: 20px;
}
.lightbox-prev:active,
.lightbox-next:active { transform: translateY(-50%) scale(0.94); }
.lightbox-prev { left: clamp(8px, 2vw, 28px); }
.lightbox-next { right: clamp(8px, 2vw, 28px); }
@media (max-width: 600px) {
.lightbox-prev,
.lightbox-next {
top: auto;
bottom: clamp(16px, 4vw, 28px);
transform: none;
width: 44px;
height: 44px;
}
.lightbox-prev:active,
.lightbox-next:active { transform: scale(0.94); }
.lightbox-prev { left: 50%; margin-left: -52px; }
.lightbox-next { right: 50%; margin-right: -52px; }
} @media print {
.site-header, .site-footer { display: none; }
}