@font-face { font-family: "Nord Condensed"; src: url("../assets/roboto-condensed-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Nord Condensed"; src: url("../assets/roboto-condensed-700.ttf") format("truetype"); font-weight: 700 900; font-style: normal; font-display: swap; }
:root { --ink: #181918; --panel: #20211f; --paper: #f0ede6; --muted: #adaea7; --acid: #c9ef54; --gold: #d6b678; --line: rgba(240, 237, 230, .2); --display: "Nord Condensed", Impact, Haettenschweiler, "Arial Narrow", Arial, sans-serif; }
* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.62; }
body::before { content: "NORD"; position: fixed; right: -3vw; bottom: -7vw; font: 900 clamp(180px, 32vw, 520px)/.7 var(--display); color: #242522; letter-spacing: -.1em; pointer-events: none; z-index: -1; }
main { width: min(1040px, calc(100% - 32px)); margin: 0 auto; padding: 42px 0 76px; }
.service-page { width: min(1320px, calc(100% - 48px)); }
.back { display: inline-block; color: var(--acid); text-transform: uppercase; font: 700 12px var(--display); letter-spacing: .08em; margin-bottom: 46px; }
.eyebrow { color: var(--acid); font: 700 12px var(--display); letter-spacing: .1em; text-transform: uppercase; }
h1 { font: 900 clamp(52px, 8vw, 112px)/.85 var(--display); letter-spacing: -.035em; text-transform: uppercase; margin: 14px 0 38px; max-width: 850px; overflow-wrap: anywhere; }
h2 { color: var(--paper); font: 800 28px/.92 var(--display); letter-spacing: -.02em; text-transform: uppercase; margin: 42px 0 14px; border-top: 1px solid var(--line); padding-top: 20px; }
p, li { color: var(--muted); max-width: 820px; }
a { color: var(--gold); }
.card { border: 1px solid var(--line); background: var(--panel); padding: 24px; }
.card p { margin: 0 0 12px; }
.card p:last-child { margin-bottom: 0; }
strong { color: var(--paper); }
ul { padding-left: 20px; }
.example-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 18px 0 34px; }
.example-link { border: 1px solid var(--line); background: var(--panel); padding: 18px; text-decoration: none; min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; }
.example-link b { color: var(--paper); font: 800 26px/.95 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.example-link span { color: var(--muted); font-size: 14px; line-height: 1.4; }
.example-link em { color: var(--acid); font: 700 11px var(--display); letter-spacing: .08em; text-transform: uppercase; font-style: normal; }
.example-previews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 18px 0 42px; }
.preview-card { border: 1px solid var(--line); background: var(--panel); padding: 16px; display: flex; flex-direction: column; min-height: 660px; }
.preview-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.preview-head b { color: var(--paper); font: 800 26px/.92 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.preview-head a { flex: 0 0 auto; color: var(--acid); font: 700 12px var(--display); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.preview-window { --preview-scale: .54; height: 520px; overflow: auto; border: 1px solid var(--line); background: #efede8; scrollbar-color: #858680 #e7e4dc; scrollbar-width: thin; }
.preview-window iframe { display: block; width: calc(100% / var(--preview-scale)); height: 1900px; border: 0; transform: scale(var(--preview-scale)); transform-origin: top left; }
.preview-note { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.4; }
@media (max-width: 560px) { main { padding-top: 26px; } .back { margin-bottom: 30px; } h1 { font-size: clamp(40px, 12vw, 58px); line-height: .9; letter-spacing: -.02em; } h2 { font-size: 25px; } }
@media (max-width: 1100px) { .example-previews { grid-template-columns: 1fr; } .service-page { width: min(100% - 32px, 1040px); } .preview-card { min-height: 0; } .preview-window { --preview-scale: .66; height: 520px; } }
@media (max-width: 760px) { .example-links { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .service-page { width: min(100% - 24px, 1040px); } .preview-card { padding: 12px; } .preview-head { display: block; } .preview-head b { font-size: 28px; } .preview-head a { display: inline-block; margin-top: 8px; } .preview-window { --preview-scale: .5; height: 430px; } .preview-note { font-size: 14px; } }
