/* Lodewijk / Domein geparkeerd — zelfstandig, zonder externe afhankelijkheden. */
:root {
  --bg: #0a1114;
  --panel: #101b20;
  --ink: #eef1ee;
  --muted: #b3bec1;
  --quiet: #94a4a9;
  --green: #b5d9b3;
  --green-dark: #405e4c;
  --steel: #9cbecb;
  --line: #2b3c43;
  --container: 1328px;
  --font: Arial, Helvetica, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; font-size: 15px; line-height: 1.5; min-width: 280px; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
::selection { background: #456751; color: #fff; }
h1,h2,h3,p,figure { margin: 0; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.container { width: calc(100% - clamp(40px, 11.36vw, 160px)); max-width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: inline-block; width: 20px; height: 20px; flex: 0 0 auto; vertical-align: middle; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-160%); background: var(--green); color: #0c1912; padding: 12px 20px; font-weight: 700; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }
/* Header */
.site-header { position: relative; z-index: 5; min-height: 74px; border-bottom: 1px solid var(--line); background: linear-gradient(110deg,#0b1114,#101b20 78%,#0d171b); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 0; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.brand-mark { display: block; width: 42px; height: 42px; color: var(--green); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-name { display: block; color: #f0f1ed; font-size: 30px; font-weight: 750; line-height: .94; letter-spacing: -1.2px; }
.brand-sub { display: block; color: #cbd5d0; font-size: 8px; font-weight: 500; letter-spacing: 6px; padding-left: 2px; margin-top: 9px; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 33px; margin-left: 78px; font-size: 12px; }
.main-nav a { position: relative; padding-block: 12px; color: #e4e9e5; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover { color: var(--green); }
.main-nav a:hover::after { transform: scaleX(1); }
.header-note { margin-left: auto; display: flex; align-items: center; font-size: 10px; color: #a7b6ba; gap: 22px; }
.header-managed { display: flex; gap: 9px; align-items: center; border-left: 1px solid #34484d; padding-left: 22px; white-space: nowrap; }
.header-managed i { height: 5px; width: 5px; background: var(--green); border-radius: 50%; }
/* Hero */
.hero { position: relative; overflow: hidden; isolation: isolate; border-bottom: 1px solid #34434a; background: #101b21; }
.hero-background { position: absolute; inset: 0; z-index: -4; }
.hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; opacity: .92; }
.hero-shading { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg,rgba(5,12,15,.86) 0%,rgba(5,12,15,.76) 30%,rgba(5,12,15,.3) 58%,rgba(5,12,15,.2) 80%,rgba(5,12,15,.56) 100%),linear-gradient(0deg,rgba(6,13,16,.8),transparent 37%,rgba(8,17,21,.11) 65%,rgba(8,15,19,.46)); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .065; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.65' d='M0 0h150v150H0z'/%3E%3C/svg%3E"); }
.scene-canvas { position: absolute; width: 100%; height: 100%; inset: 0; pointer-events: none; z-index: 0; }
#hero-canvas { z-index: -2; }
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 20px; align-items: center; min-height: 476px; padding-block: 33px 29px; }
.hero-copy { position: relative; z-index: 2; padding-block: 3px; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: #c4d1d1; text-transform: uppercase; font: 9px/1.6 var(--mono); font-weight: 500; letter-spacing: 2.2px; }
.eyebrow > span:first-child:empty { display: block; width: 28px; height: 2px; background: var(--green); flex-shrink: 0; }
.hero-copy > .eyebrow { margin-bottom: 15px; }
h1 { font-size: clamp(54px,5.65vw,82px); font-weight: 800; line-height: .97; letter-spacing: -3.7px; text-wrap: balance; color: #f0f2ee; text-shadow: 0 2px 14px rgba(0,0,0,.08); }
h1 > span { color: #e2e7e5; }
.hero-lead { font-size: clamp(19px,1.74vw,25px); line-height: 1.27; color: #cbd2d4; margin-top: 19px; letter-spacing: -.35px; }
.hero-lead strong { font-weight: 400; }
.hero-description { font-size: 12.7px; line-height: 1.7; color: #c4ccce; margin-top: 12px; max-width: 600px; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 23px; }
.button { min-height: 44px; border: 1px solid transparent; display: inline-flex; justify-content: center; align-items: center; gap: 11px; border-radius: 4px; padding: 11px 17px; font-size: 12px; font-weight: 600; line-height: 1.3; transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button .icon { width: 17px; height: 17px; }
.button .button-arrow { margin-left: 10px; width: 16px; height: 16px; }
.button-primary { color: #f0f6ef; background: linear-gradient(130deg,#47664f,#324c3d); border-color: #84a587; box-shadow: inset 0 0 0 1px rgba(181,217,179,.08),0 3px 15px rgba(0,0,0,.15); }
.button-primary:hover { background: linear-gradient(130deg,#56775f,#405f4c); border-color: #b2d6b0; transform: translateY(-2px); }
.button-secondary { color: #e6ebeb; background: rgba(5,12,16,.44); border-color: #7c9199; }
.button-secondary:hover { border-color: #c0d0d2; background: rgba(33,50,57,.75); transform: translateY(-2px); }
.domain-line { margin-top: 16px; display: flex; align-items: center; gap: 10px; color: #aabac1; font-size: 10.5px; line-height: 1.5; max-width: 100%; flex-wrap: wrap; }
.domain-line > .icon { width: 18px; height: 18px; color: #a2c4cd; }
.domain-name { font-size: 11.5px; color: #c0d9df; overflow-wrap: anywhere; max-width: min(100%,330px); }
.domain-managed { color: #afbdc0; }
.domain-divider { height: 12px; width: 1px; background: #6c8087; margin-inline: 1px; }
.icon-button { border: 1px solid transparent; background: none; display: inline-grid; place-items: center; width: 36px; height: 36px; padding: 5px; border-radius: 4px; transition: color .2s, background .2s; }
.icon-button:hover { background: rgba(180,211,195,.1); color: var(--green); }
.icon-button .icon { width: 18px; height: 18px; }
.copy-domain { width: 26px; height: 28px; margin-left: -5px; opacity: .72; }
.copy-domain .icon { width: 13px; height: 13px; }
.hero-visual { display: grid; grid-template-columns: minmax(0,1fr) 99px; gap: 14px; align-items: center; min-width: 0; }
.dial-figure { position: relative; margin: 0; width: 100%; min-width: 0; }
.dial { position: relative; aspect-ratio: 1; width: 100%; max-width: 438px; margin-inline: auto; transform: perspective(800px) rotateY(var(--dial-x, 0deg)) rotateX(var(--dial-y, 0deg)); transition: transform .8s ease-out; }
.dial-halo { position: absolute; inset: 4%; border-radius: 50%; background: radial-gradient(ellipse,#839da416,transparent 68%); box-shadow: 0 0 48px #5c89951c,inset 0 0 32px #b5d9b30b; }
.dial-face { width: 100%; height: 100%; display: block; filter: drop-shadow(0 12px 20px rgba(0,0,0,.3)); }
.dial-tick { stroke: #829ba3; stroke-opacity: .32; stroke-width: .9; }
.dial-tick--major { stroke: #9dbbbd; stroke-opacity: .69; stroke-width: 1.3; }
.dial-orbit,.dial-scanner { transform-origin: 240px 240px; }
.dial-orbit { animation: orbit 150s linear infinite; }
.dial-scanner { animation: orbit 28s linear infinite; }
.dial-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 2.4%; text-align: center; pointer-events: none; }
.dial-label { font: 8px/1.5 var(--mono); letter-spacing: 2.2px; color: #d1e0df; margin-bottom: 21px; }
.dial-status { font-size: clamp(21px,2.06vw,30px); line-height: 1.1; font-weight: 750; letter-spacing: .15px; color: var(--green); text-shadow: 0 0 23px rgba(172,213,168,.18); }
.dial-separator { height: 1px; width: 60px; margin-top: 22px; margin-bottom: 15px; background: linear-gradient(90deg,transparent,#90aca14d,transparent); }
.dial-meta { font: 8px/1.5 var(--mono); letter-spacing: 1.75px; color: #d1dcd9; text-transform: uppercase; }
.dial-owner { font-size: 7.8px; line-height: 1.5; color: #a0b4b6; margin-top: 5px; }
.dial-coordinate { position: absolute; bottom: 6.4%; color: #7b979f; font: 5px/1 var(--mono); letter-spacing: 1.2px; }
.dial-coordinate--left { left: 11%; }.dial-coordinate--right { right: 10%; }
.dial-caption { text-align: center; font-size: 9px; color: #acbcc0; margin-top: -1px; letter-spacing: .35px; }
.hero-side { height: 340px; display: flex; flex-direction: column; justify-content: space-between; padding-top: 2px; color: #aabcc3; }
.hero-fields { border-left: 1px solid #748e941f; padding-left: 14px; display: flex; flex-direction: column; gap: 5px; font: 7px/1.5 var(--mono); letter-spacing: 1.5px; text-transform: uppercase; white-space: nowrap; }
.hero-fields i { width: 24px; height: 1px; background: #90a9af; margin: 9px 0 6px; }
.hero-fields .fields-note { line-height: 1.9; letter-spacing: 1.9px; }
.hero-side > p { color: #c8d1d0; font-size: 12px; letter-spacing: 2px; line-height: 1.55; text-transform: uppercase; }
.hero-side > p i { display: block; width: 22px; height: 2px; background: var(--green); margin-top: 12px; }
/* Projecten */
.projects-section { position: relative; padding: 26px 0 27px; background: radial-gradient(ellipse at 50% 0,rgba(44,66,71,.13),transparent 65%),#0b1215; border-bottom: 1px solid #2a3b42; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 18px; }
.section-heading .eyebrow { font-size: 8px; letter-spacing: 1.8px; gap: 12px; }
.section-heading .eyebrow > span:first-child:empty { width: 26px; height: 1px; }
.section-heading .eyebrow [data-owner] { margin-left: -8px; }
h2 { font-size: 30px; line-height: 1.15; letter-spacing: -.7px; font-weight: 750; }
.section-heading h2 { margin-top: 9px; }
.section-intro { font-size: 11px; line-height: 1.6; color: #b1bdc1; padding-bottom: 1px; }
.project-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.project-card { position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: 151px; border: 1px solid #3a5059; border-radius: 7px; overflow: hidden; background: #142127; padding: 19px 22px 19px; transition: transform .24s ease,border-color .24s ease,box-shadow .24s ease; }
.project-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -4; filter: saturate(.52); opacity: .87; transform: scale(1.015); transition: transform .65s ease,filter .5s ease; }
.project-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,14,18,.69),rgba(6,14,18,.33) 57%,rgba(6,14,18,.05)),linear-gradient(0deg,rgba(5,12,16,.95),rgba(5,12,16,.7) 30%,rgba(5,12,16,.09) 83%); z-index: -2; }
.project-card::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: 6px; box-shadow: inset 0 1px 0 rgba(183,207,213,.045); }
.project-card:hover { transform: translateY(-3px); border-color: #83a697; box-shadow: 0 10px 20px rgba(0,0,0,.22); }
.project-card:hover .project-image { transform: scale(1.055); filter: saturate(.85); }
.project-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.project-icon { width: 25px; height: 25px; color: #d3e1dc; }
.project-category { font: 6.5px/1.6 var(--mono); color: #d1dcdc; text-shadow: 0 1px 8px #000; letter-spacing: 1.1px; padding-top: 3px; text-align: right; }
.project-copy { margin-top: auto; padding-top: 11px; padding-right: 13px; }
.project-copy h3 { font-size: 17.5px; letter-spacing: -.35px; line-height: 1.25; font-weight: 700; color: #f0f3ef; overflow-wrap: anywhere; }
.project-copy p { color: #c2cdd0; font-size: 11px; line-height: 1.42; margin-top: 5px; max-width: 230px; }
.project-arrow { position: absolute; right: 17px; bottom: 23px; color: #d9e6e4; opacity: .85; transition: transform .24s; }
.project-arrow .icon { width: 16px; height: 16px; }
.project-card:hover .project-arrow { transform: translate(2px,-2px); color: var(--green); }
.project-card--infraops { border-color: #608574; box-shadow: inset 0 0 0 1px rgba(181,217,179,.04); }
.project-card--infraops .project-icon,.project-card[data-project="hosting"] .project-icon { color: var(--green); }
.project-card--infraops .project-category { color: #c7e0c5; }
.project-card--infraops::after { box-shadow: inset 0 2px 0 rgba(176,214,175,.14); }
.card-canvas { position: absolute; width: 100%; height: 100%; inset: 0; z-index: -1; pointer-events: none; opacity: .55; }
/* Over de maker */
.about-section { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(100deg,#122127,#0d171b 37%,#0b1418 74%,#101e25); border-bottom: 1px solid #2b3a40; }
.about-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,transparent,#0c1519b8 30%,#0c1519c7 62%,transparent); pointer-events: none; }
.about-section .scene-canvas { z-index: -2; }
.about-inner { display: grid; grid-template-columns: 1.13fr 1.28fr 1fr; align-items: center; gap: 34px; min-height: 124px; padding-block: 22px; }
.about-identity .eyebrow { font-size: 7px; letter-spacing: 1.4px; gap: 9px; color: #b6c8cd; }
.about-identity .eyebrow > span:first-child:empty { width: 12px; height: 2px; }
.about-identity h2 { font-size: 24px; margin-top: 6px; letter-spacing: -.5px; }
.about-identity > p:last-child { color: #b8c4c8; font-size: 11px; margin-top: 5px; }
.about-description { padding: 4px 0 3px 28px; border-left: 1px solid #334b53; }
.about-description > p { font-size: 12px; color: #d0d9da; line-height: 1.7; max-width: 345px; }
.about-description > span { display: block; font-size: 8px; color: #9badb3; margin-top: 7px; letter-spacing: .7px; }
.about-link { display: flex; align-items: center; justify-self: end; gap: 16px; border-left: 1px solid #334b53; padding: 10px 0 10px 27px; color: #abbfc4; font-size: 10px; }
.about-link-icon { display: grid; place-items: center; width: 36px; height: 42px; color: #bbd1cd; }
.about-link-icon .icon { width: 30px; height: 30px; }
.about-link strong { display: flex; align-items: center; gap: 18px; font-size: 13px; color: #e1e9e3; margin-top: 4px; }
.about-link strong .icon { width: 14px; height: 14px; }
.about-link:hover strong { color: var(--green); }
/* Footer */
.site-footer { background: #0a1216; }
.footer-inner { display: flex; align-items: center; min-height: 76px; gap: 26px; padding-block: 16px; }
.brand--small { gap: 8px; }
.brand--small .brand-mark { width: 28px; height: 28px; }
.brand--small .brand-name { font-size: 19px; letter-spacing: -.75px; }
.brand--small .brand-sub { font-size: 4.7px; letter-spacing: 3.6px; margin-top: 5px; }
.footer-credit { font-size: 9px; color: #a7b7bb; margin-inline: auto; }
.footer-links { display: flex; align-items: center; gap: 18px; font-size: 9px; color: #b2c1c5; }
.footer-links a:hover { color: var(--green); }
.copyright { white-space: nowrap; color: #9caeb4; }
.motion-toggle { display: flex; align-items: center; gap: 5px; background: transparent; border: 0; padding: 8px 0; color: #a5bcb5; font-size: 9px; }
.motion-toggle .icon { width: 12px; height: 12px; }
.motion-toggle:hover { color: var(--green); }
/* Contact: mailto werkt ook zonder dialoog/JavaScript. */
.contact-dialog { background: #101e24; color: #edf3ee; border: 1px solid #537267; border-radius: 10px; padding: 0; width: min(460px,calc(100vw - 32px)); max-height: calc(100dvh - 40px); overflow-y: auto; box-shadow: 0 25px 100px #000a; }
.contact-dialog::backdrop { background: rgba(3,9,12,.82); backdrop-filter: blur(6px); }
.dialog-inner { position: relative; padding: 34px; }
.dialog-close { position: absolute; top: 12px; right: 12px; color: #a9bbbc; }
.dialog-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid #4b695a; border-radius: 6px; color: var(--green); background: #1b3028; margin-bottom: 21px; }
.dialog-icon .icon { width: 23px; height: 23px; }
.dialog-inner .eyebrow { font-size: 8px; color: #b7ccba; }
.dialog-inner h2 { margin-top: 8px; font-size: 33px; letter-spacing: -.8px; line-height: 1.12; }
#contact-description { color: #b4c5c8; font-size: 12px; margin-top: 17px; line-height: 1.7; }
.dialog-domain { display: flex; gap: 10px; align-items: flex-start; border-block: 1px solid #31464b; padding-block: 14px; margin-top: 21px; color: #c6e0dd; font-size: 13px; overflow-wrap: anywhere; }
.dialog-domain span { min-width: 0; }.dialog-domain .icon { width: 17px; height: 17px; margin-top: 2px; }
.dialog-mail { width: 100%; margin-top: 22px; justify-content: space-between; font-size: 12px; }
.email-copy { display: flex; align-items: center; justify-content: center; gap: 10px; color: #c0d1d0; font-size: 12px; margin-top: 8px; }
.email-copy > span { overflow-wrap: anywhere; min-width: 0; }
.dialog-fallback { margin-top: 18px; color: #91a8ae; text-align: center; font-size: 11px; line-height: 1.8; }
.dialog-fallback a { color: #c6e2c6; text-decoration: underline; text-underline-offset: 3px; }.dialog-fallback .icon { width: 12px; height: 12px; }
.toast { position: fixed; z-index: 1000; bottom: 22px; left: 50%; transform: translate(-50%,12px); border: 1px solid #698d76; background: #1c3227; color: #ebf5e7; box-shadow: 0 8px 30px #0006; border-radius: 5px; padding: 11px 20px; font-size: 12px; opacity: 0; pointer-events: none; transition: opacity .2s,transform .2s; max-width: calc(100% - 32px); text-align: center; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }
.copy-helper { position: fixed; left: -9999px; top: 0; opacity: 0; }
/* Beeldverantwoording */
.credits-main { min-height: calc(100vh - 150px); padding-block: 70px; max-width: 820px; }
.credits-main h1 { font-size: 48px; letter-spacing: -1.8px; margin-block: 15px 26px; }
.credits-main h2 { font-size: 22px; margin-block: 30px 12px; }
.credits-main p { color: #c4d0d2; font-size: 14px; line-height: 1.85; margin-top: 12px; }
.credits-main .back-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; color: var(--green); margin-top: 36px; }
/* Breakpoints */
@media (min-width: 1650px) {
 .hero-inner { min-height: 530px; padding-block: 40px; }
 .hero-visual { gap: 18px; }
 .project-card { min-height: 170px; }
 .projects-section { padding-block: 32px; }
}
@media (max-width: 1230px) {
 .main-nav { margin-left: 48px; gap: 24px; }
 .header-note > span:first-child { display: none; }
 .hero-visual { grid-template-columns: minmax(0,1fr); }
 .hero-side { display: none; }
 .dial { max-width: 405px; }
 .hero-inner { grid-template-columns: minmax(0,1.13fr) minmax(0,.87fr); }
 .hero-actions { gap: 10px; }.button { font-size: 11px; padding-inline: 13px; gap: 8px; }.button .button-arrow { margin-left: 4px; }
 .hero-description { font-size: 12px; }.wide-break { display: none; }
 .project-card { padding: 17px 17px; min-height: 148px; }.project-copy h3 { font-size: 16px; }.project-copy p { font-size: 10.5px; }.project-category { font-size: 5.8px; letter-spacing: .8px; }.project-arrow { right: 12px; bottom: 20px; }
 .about-inner { gap: 24px; grid-template-columns: 1.2fr 1.2fr 1fr; }.about-description { padding-left: 22px; }.about-link { padding-left: 20px; gap: 9px; }.about-link-icon { display: none; }
 .footer-links { gap: 12px; }.footer-credit { font-size: 8px; }.footer-inner { gap: 20px; }
}
@media (max-width: 990px) {
 .container { width: calc(100% - 64px); }
 .hero-inner { gap: 10px; min-height: 448px; }
 h1 { font-size: 60px; letter-spacing: -3px; }
 .hero-lead { font-size: 21px; }.desktop-break { display: none; }
 .hero-actions { flex-wrap: wrap; }.button { min-height: 42px; }
 .hero-description { font-size: 12px; }
 .dial-label { margin-bottom: 17px; font-size: 7px; }.dial-status { font-size: 23px; }.dial-separator { margin-top: 15px; margin-bottom: 12px; }
 .domain-line { font-size: 9px; gap: 8px; }.domain-name { font-size: 10px; max-width: 230px; }
 .project-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }.project-card { min-height: 168px; padding: 20px 24px; }.project-copy h3 { font-size: 19px; }.project-copy p { font-size: 12px; }.project-category { font-size: 7px; }.project-arrow { right: 20px; bottom: 25px; }
 .about-inner { grid-template-columns: 1.15fr 1.2fr; gap: 22px; padding-block: 27px; }.about-link { grid-column: 1 / -1; justify-self: start; padding: 0; border: 0; }.about-link > span:not(.sr-only):not(.about-link-icon) { display: flex; align-items: center; gap: 15px; }.about-link strong { margin-top: 0; }
 .footer-inner { flex-wrap: wrap; justify-content: space-between; padding-block: 20px; row-gap: 15px; }.footer-credit { margin: 0; font-size: 9px; }.footer-links { justify-content: flex-end; width: 100%; font-size: 10px; gap: 23px; }.motion-toggle { font-size: 10px; margin-right: auto; }
}
@media (max-width: 760px) {
 .container { width: calc(100% - 44px); }
 .header-inner,.site-header { min-height: 68px; }.header-inner { justify-content: space-between; gap: 14px; }.brand-mark { width: 35px; height: 35px; }.brand { gap: 9px; }.brand-name { font-size: 25px; }.brand-sub { font-size: 6px; letter-spacing: 5px; margin-top: 8px; }.main-nav { gap: 23px; margin-left: 0; font-size: 11px; }.header-note { display: none; }
 .hero-inner { grid-template-columns: 1fr; padding-block: 34px 26px; gap: 10px; }
 .hero-copy { max-width: 610px; }.hero-copy > .eyebrow { font-size: 8px; margin-bottom: 16px; }
 h1 { font-size: clamp(48px,9.4vw,67px); letter-spacing: -2.8px; }
 .hero-lead { max-width: 550px; font-size: 21px; margin-top: 19px; }.hero-description { font-size: 13px; line-height: 1.65; max-width: 520px; margin-top: 13px; }
 .hero-actions { gap: 11px; margin-top: 22px; }.button { font-size: 12px; padding: 12px 16px; min-height: 45px; }
 .domain-line { font-size: 10px; gap: 9px; margin-top: 14px; }.domain-name { font-size: 11px; max-width: calc(100% - 64px); }
 .hero-visual { display: block; }.dial-figure { width: min(360px,90%); margin: 4px auto 0; }.dial { max-width: none; }.dial-label { font-size: 7.5px; letter-spacing: 2px; margin-bottom: 18px; }.dial-status { font-size: 25px; }.dial-separator { margin-top: 20px; margin-bottom: 13px; }.dial-meta { font-size: 7.5px; }.dial-owner { font-size: 7.5px; }.dial-caption { font-size: 9px; margin-top: -2px; }
 .hero-background img { object-position: 61% 50%; }.hero-shading { background: linear-gradient(180deg,rgba(6,13,17,.73),rgba(6,13,17,.84) 38%,rgba(6,13,17,.15) 72%,rgba(6,13,17,.7)),linear-gradient(90deg,rgba(5,12,15,.46),transparent 80%); }
 .projects-section { padding-block: 27px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 11px; margin-bottom: 20px; }h2 { font-size: 29px; }.section-intro { font-size: 11px; }.section-intro br { display: none; }.section-intro br::after { content: " "; }
 .section-heading .eyebrow { font-size: 7px; letter-spacing: 1.5px; gap: 9px; }.section-heading .eyebrow [data-owner] { margin-left: -5px; }
 .project-card { padding-inline: 19px; }.project-copy h3 { font-size: 17px; }.project-copy p { font-size: 11px; }.project-category { font-size: 6px; }.project-copy { padding-right: 13px; }.project-arrow { right: 15px; }
 .about-inner { grid-template-columns: 1fr; padding-block: 28px; gap: 21px; }.about-description { padding: 0 0 0 18px; max-width: 480px; }.about-description p { max-width: none; }.about-identity h2 { font-size: 26px; }.about-identity > p:last-child { font-size: 12px; }.about-link { padding-left: 0; }.about-link > span:not(.sr-only):not(.about-link-icon) { display: block; }.about-link strong { margin-top: 4px; }.about-link-icon { display: grid; }.about-link { gap: 12px; }
 .footer-credit { width: 100%; order: 3; font-size: 8px; line-height: 1.6; }.footer-links { width: auto; flex-wrap: wrap; justify-content: flex-start; gap: 18px; }.motion-toggle { margin-right: 0; }.footer-inner { gap: 17px; }.brand--small .brand-name { font-size: 18px; }.brand--small .brand-mark { width: 27px; }
}
@media (max-width: 560px) {
 .project-grid { grid-template-columns: 1fr; gap: 13px; }.project-card { min-height: 170px; padding: 21px 23px; }.project-copy h3 { font-size: 20px; }.project-copy p { font-size: 12px; max-width: 285px; }.project-category { font-size: 7px; letter-spacing: 1.25px; }.project-icon { width: 28px; height: 28px; }.project-arrow { right: 22px; bottom: 26px; }.project-arrow .icon { width: 18px; height: 18px; }
 .footer-links { width: 100%; gap: 23px; font-size: 10px; }.motion-toggle { margin-right: auto; }.footer-credit { order: 3; }
 .hero-actions { align-items: stretch; }.hero-actions .button { min-width: 0; }
}
@media (max-width: 440px) {
 .container { width: calc(100% - 40px); }
 .main-nav { gap: 15px; font-size: 10px; }.brand-mark { width: 32px; height: 32px; }.brand { gap: 7px; }.brand-name { font-size: 23px; }.brand-sub { font-size: 5.5px; letter-spacing: 4.2px; }.header-inner { gap: 12px; }
 h1 { font-size: clamp(41px,13.1vw,56px); letter-spacing: -2.3px; }.hero-lead { font-size: 19px; }.hero-description { font-size: 12px; }
 .hero-actions { flex-direction: column; gap: 10px; }.hero-actions .button { width: 100%; min-height: 46px; font-size: 12px; padding-inline: 17px; }.hero-actions .button .button-arrow { margin-left: auto; }.hero-actions .button-secondary { justify-content: space-between; }.hero-actions .button-primary { justify-content: flex-start; }
 .domain-divider { display: none; }.domain-managed { flex-basis: 100%; padding-left: 27px; margin-top: -7px; }.domain-line { column-gap: 9px; }.dial-figure { width: 100%; max-width: 343px; margin-top: 2px; }.dial-status { font-size: 24px; }.dial-label { font-size: 7px; }.dial-meta { font-size: 7px; }.dial-owner { font-size: 7px; }.dial-content { padding-top: 3%; }
 .section-heading h2 { font-size: 28px; }.section-heading .eyebrow { font-size: 6.8px; letter-spacing: 1.4px; }
 .dialog-inner { padding: 27px 24px; }.dialog-inner h2 { font-size: 30px; }.dialog-mail { font-size: 11px; }.dialog-mail .icon { width: 15px; height: 15px; }.footer-links { gap: 18px; }
 .credits-main h1 { font-size: 36px; }
}
@media (max-width: 359px) {
 .container { width: calc(100% - 32px); }.main-nav { gap: 11px; font-size: 9px; }.brand-mark { width: 29px; height: 29px; }.brand-name { font-size: 20px; }.brand-sub { font-size: 5px; }.header-inner { gap: 10px; }.header-inner .brand { gap: 5px; }
 .dial-status { font-size: 22px; }.dial-label { margin-bottom: 13px; font-size: 6px; }.dial-separator { margin-top: 14px; margin-bottom: 9px; }.dial-meta { font-size: 6px; }.dial-owner { font-size: 6px; }.footer-links { gap: 14px; font-size: 9px; }.motion-toggle { font-size: 9px; }.section-heading h2 { font-size: 26px; }.section-heading .eyebrow { font-size: 6px; letter-spacing: 1.2px; }
}
@keyframes orbit { to { transform: rotate(360deg); } }
html[data-motion="off"] *, html[data-paused="true"] * { animation-play-state: paused !important; }
html[data-motion="off"] { scroll-behavior: auto; }
html[data-motion="off"] .dial, html[data-motion="off"] .project-card, html[data-motion="off"] .project-image, html[data-motion="off"] .project-arrow, html[data-motion="off"] .button { transition: none; transform: none; }
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation: none !important; transition: none !important; }
 .dial, .project-card:hover, .project-card:hover .project-image, .project-card:hover .project-arrow, .button:hover { transform: none; }
}
@media print {
 .site-header, .hero-visual, .scene-canvas, .footer-links, .hero-background, .hero-shading, .project-image, .project-card::before, .hero::after { display: none !important; }
 body, .hero, .projects-section, .about-section, .site-footer { background: white !important; color: black !important; }
 .container { width: 100%; }.hero-inner { grid-template-columns: 1fr; }.hero-copy *, .section-heading *, .project-card *, .about-inner *, .footer-credit { color: black !important; }
 .project-card { background: white; min-height: 120px; border-color: #aaa; }.project-card::after { display: none; }.project-grid { grid-template-columns: repeat(2,1fr); }.hero-actions,.copy-domain { display: none; }
}
.dialog-copy-status { font-size: 11px; min-height: 16px; text-align: center; color: var(--green); margin-top: 5px; }
.motion-toggle:disabled { opacity: .8; }
