:root {
  --pohja-syva: #05070D;
  --pohja: #0B101B;
  --metahold: #003888;
  --signaali: #FF5C1F;
  --teras: #006098;
  --kirkas: #0090D0;
  --valo: #58C8F0;
  --lumi: #F2F7FC;
  --muste: #050912;
  --sans: "Century Gothic", "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  --mono: "IBM Plex Mono", "Cascadia Mono", Consolas, monospace;
  --gutter: clamp(24px, 5vw, 88px);
  --line: rgba(180, 222, 243, .27);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; background: var(--pohja-syva); }
body { margin: 0; color: var(--lumi); font-family: var(--sans); font-size: 17px; line-height: 1.6; background: linear-gradient(180deg, #05070d 0%, #0b101b 20%, #102f44 49%, #58c8f0 76%, #caeffa 100%); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
a, button, summary { touch-action: manipulation; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid currentColor; outline-offset: 6px; }
::selection { color: var(--muste); background: var(--valo); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: 16px; padding: 12px 20px; background: var(--valo); color: var(--muste); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { letter-spacing: -.057em; line-height: 1.04; }
h2 { font-size: clamp(48px, 5.6vw, 84px); }
em { font-style: normal; color: var(--valo); }
.mono, .eyebrow, .hero-register, .scroll-cue, .hero-coordinate, .company-number, .price, .price-prefix, .price-register thead, .row-note { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.world { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.world canvas { width: 100%; height: 100%; display: block; }
.world-fallback { position: absolute; inset: 0; background: radial-gradient(ellipse at 83% 48%, #006098 0%, transparent 38%), linear-gradient(158deg, transparent 65%, #133747 65.2%, #05070d 80%); opacity: .7; }
.world.ready .world-fallback { display: none; }
.site-header { position: absolute; z-index: 5; top: 0; left: var(--gutter); right: var(--gutter); height: 98px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); gap: 20px; }
.wordmark { font-size: 21px; font-weight: 600; letter-spacing: -.06em; text-decoration: none; }
.wordmark span { color: var(--valo); }
.site-header nav { display: flex; align-items: center; gap: 38px; font-size: 14px; }
.site-header nav a { text-decoration: none; padding: 12px 0; }
.site-header nav a:hover { color: var(--valo); }
.nav-request { display: flex; align-items: center; gap: 25px; }
.nav-request span { font-size: 22px; color: var(--valo); }
main, .site-footer { position: relative; z-index: 1; }
.register-thread { position: absolute; z-index: 2; pointer-events: none; top: 98px; bottom: 0; left: calc(var(--gutter) - 21px); width: 1px; background: linear-gradient(180deg, #284157, #3d7b9c 55%, #236782 80%, #508394); }
.section { position: relative; padding: 105px var(--gutter); }
.eyebrow { display: flex; align-items: center; gap: 24px; font-size: 11px; letter-spacing: .08em; line-height: 1.6; margin-bottom: 58px; }
.section-number { color: var(--valo); font-size: 12px; position: relative; }
.section-number::before { content: ""; position: absolute; width: 7px; height: 1px; top: 50%; left: -24px; background: currentColor; }
.hero { min-height: 900px; min-height: max(860px, 100svh); padding-top: 157px; padding-bottom: 105px; overflow: clip; }
.hero-content { position: relative; z-index: 2; }
.hero .eyebrow { margin-bottom: 28px; }
h1 { font-size: clamp(52px, 5.65vw, 88px); max-width: 850px; }
h1 > span { display: block; }
.hero-lead { margin-top: 29px; font-size: 19px; line-height: 1.5; color: #d1e2ef; }
.hero-register { margin-top: 30px; width: 590px; max-width: 100%; font-size: 13px; line-height: 1.7; }
.hero-register-title { font-size: 10px; letter-spacing: .025em; padding-bottom: 9px; color: #d1e2ef; }
.hero-register dl { margin: 0; }
.hero-register dl > div { display: grid; grid-template-columns: 190px 1fr; border-top: 1px solid var(--line); padding: 6px 0; }
.hero-register dt { color: var(--lumi); }
.hero-register dd { margin: 0; color: #bfcede; }
.hero-email { display: inline-block; padding: 7px 0; color: #bfcede; text-decoration: none; }
.hero-email span { color: var(--valo); }
.hero-email:hover span { text-decoration: underline; }
.scroll-cue { position: absolute; left: var(--gutter); bottom: 32px; display: flex; gap: 14px; align-items: center; font-size: 10px; letter-spacing: .05em; text-decoration: none; z-index: 3; padding: 12px 0; }
.scroll-cue > span:first-child { font-size: 23px; color: var(--valo); }
.scroll-line { width: 84px; height: 1px; background: var(--line); }
.hero-coordinate { position: absolute; right: var(--gutter); bottom: 42px; z-index: 2; font-size: 9px; letter-spacing: .06em; color: #9ab5c9; }
.balcony { position: absolute; z-index: 1; width: 63%; height: 350px; bottom: 0; right: -1%; filter: drop-shadow(0 6px 8px #0005); pointer-events: none; }
.balcony > div { position: absolute; inset: 0; }
.balcony-glass { clip-path: polygon(0 79%,100% 17%,100% 70%,0 100%); background: linear-gradient(165deg, #94ccde1a, #0924358c 65%, #081421); }
.balcony-rail { clip-path: polygon(0 74%,100% 13%,100% 17%,0 79%); background: linear-gradient(172deg, #92b1bf 3%, #314e5d 28%, #7498aa 42%, #091824 44%, #08101a 56%); }
.balcony-post { clip-path: polygon(73% 33%,74% 32.5%,74% 83%,73% 84%); background: linear-gradient(90deg, #0b101b, #557789 74%, #081019 74.3%); }
.balcony-deck { clip-path: polygon(0 97%,100% 68%,100% 100%,0 100%); background: linear-gradient(164deg, #27475b, #0c1b2a 36%, #05070d 82%); }
.balcony-seam { clip-path: polygon(31% 100%,100% 76%,100% 76.3%,32% 100%); background: #3a586b; opacity: .5; }
.draft { min-height: 810px; padding-top: 112px; background: linear-gradient(90deg, #0509127a, transparent 88%); }
.draft-layout { display: grid; grid-template-columns: 1fr 250px; align-items: center; gap: 10%; }
.draft h2 { max-width: 840px; }
.draft-continuation { font-size: 25px; line-height: 1.4; max-width: 550px; margin-top: 24px; color: #daeaf5; }
.draft-price { display: flex; flex-direction: column; align-items: flex-end; padding-right: 2px; color: var(--valo); }
.zero { font-size: 140px; line-height: 1; font-weight: 400; letter-spacing: -.09em; }
.zero span { font-size: .47em; }
.draft-price .mono { font-size: 10px; letter-spacing: .08em; margin-top: 15px; }
.draft-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; margin-top: 70px; border-top: 1px solid var(--line); padding-top: 24px; }
.draft-bottom p:first-child { font-size: 22px; line-height: 1.5; }
.draft-bottom p:last-child { color: #cfdfeb; max-width: 470px; font-size: 16px; }
.text-link { margin-top: 32px; display: inline-flex; align-items: center; gap: 48px; text-decoration: none; border-bottom: 1px solid var(--valo); padding-bottom: 10px; font-size: 16px; color: var(--valo); }
.text-link span { font-size: 22px; }
.text-link:hover { color: var(--lumi); }
.prices { min-height: 990px; padding-top: 104px; background: linear-gradient(90deg, #050912cc, #0509128c 75%, #05091266); }
.prices .eyebrow { margin-bottom: 40px; }
.section-title-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; gap: 20px; }
.price-vat { font-size: 11px; line-height: 1.8; text-align: right; padding-bottom: 8px; }
.price-register { width: 100%; border-collapse: collapse; text-align: left; }
.price-register th { font-weight: 400; }
.price-register thead { font-size: 10px; letter-spacing: .09em; color: #bcd9e9; }
.price-register thead th { padding: 0 0 14px; }
.price-register thead th:last-child { text-align: right; }
.price-register tbody tr { border-top: 1px solid #779ca86b; }
.price-register tbody th { font-size: 24px; line-height: 1.25; width: 31%; padding: 24px 24px 24px 0; }
.price-register tbody td { padding: 26px 20px 26px 0; font-size: 15px; line-height: 1.65; color: #d4e3ed; }
.price-register tbody td:last-child { padding-right: 0; width: 240px; }
.price { display: grid; grid-template-columns: 1fr 82px; align-items: baseline; gap: 10px; white-space: nowrap; color: var(--lumi); }
.amount { text-align: right; font-size: 33px; line-height: 1.25; letter-spacing: -.055em; }
.unit { font-size: 13px; }
.total .price, .total th { color: var(--valo); }
.row-note { display: block; font-size: 10px; margin-top: 8px; color: #c4d8e6; }
.price-register .total td, .price-register .total th { padding-top: 26px; padding-bottom: 28px; }
.price-register .new-site { border-bottom: 1px solid #779ca86b; border-top-color: #8fbdca; }
.price-prefix { display: block; text-align: right; padding-right: 92px; font-size: 11px; margin-bottom: 2px; }
.terms { margin-top: 26px; color: #c8dfe9; max-width: 890px; font-size: 12px; line-height: 1.9; }
.team { color: var(--muste); padding-top: 142px; padding-bottom: 105px; background: linear-gradient(180deg, #58c8f05c, #58c8f0eb 30%, #88dbf4f5); }
.team .section-number, .contact .section-number { color: var(--muste); }
.team .eyebrow { margin-bottom: 46px; }
.team-intro { display: grid; grid-template-columns: 1.2fr 1fr; align-items: flex-end; gap: 80px; margin-bottom: 64px; }
.team-intro h2 { font-size: clamp(48px, 4.8vw, 72px); }
.team-intro p { max-width: 390px; padding-bottom: 5px; font-size: 18px; line-height: 1.65; }
.company-row { position: relative; display: grid; grid-template-columns: 40px 1fr 1fr 240px; align-items: center; column-gap: 22px; padding: 29px 0; border-top: 1px solid #05091266; }
.company-row::before { content: ""; position: absolute; left: 0; top: -1px; width: 70px; height: 3px; background: var(--metahold); }
.suomi-row::before { background: var(--kirkas); }
.company-row:last-child { border-bottom: 1px solid #05091266; }
.company-number { font-size: 11px; }
.company-row h3 { font-size: 29px; letter-spacing: -.04em; line-height: 1.2; }
.company-row p { font-size: 15px; line-height: 1.55; }
.company-row a { font-size: 14px; text-align: right; display: flex; justify-content: flex-end; align-items: center; gap: 22px; padding: 14px 0; }
.company-row a span[aria-hidden] { font-size: 24px; }
.team-note { margin-top: 24px; font-size: 14px; }
.contact { background: linear-gradient(180deg, #88dbf4f5, #c6edf8 90%); color: var(--muste); padding-top: 100px; padding-bottom: 100px; }
.contact .eyebrow { margin-bottom: 56px; }
.contact-layout { display: grid; grid-template-columns: 1.12fr 1fr; gap: 10%; }
.contact h2 { font-size: clamp(45px, 4.65vw, 68px); line-height: 1.12; }
.contact h2 span { font-size: .85em; }
.contact-copy > p { font-size: 16px; line-height: 1.7; margin-top: 32px; }
.contact-email { display: inline-flex; align-items: center; gap: 34px; font-size: 24px; letter-spacing: -.025em; margin-top: 45px; text-decoration-thickness: 1px; }
.contact-copy .email-help { margin-top: 12px; font-size: 12px; max-width: 310px; }
.form-intro { font-size: 12px; margin-bottom: 22px; }
.field { margin-bottom: 21px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 7px; }
.field label span { font-size: 11px; margin-left: 5px; font-weight: 400; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #0509127a; border-radius: 0; background: #f2f7fc24; padding: 10px 0 12px; color: var(--muste); font-size: 16px; line-height: 1.5; }
.field textarea { display: block; resize: vertical; min-height: 78px; max-height: 300px; }
.field input::placeholder, .field textarea::placeholder { color: #2b5263; opacity: 1; }
.primary-button { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 17px 22px; background: var(--muste); color: var(--lumi); font-size: 15px; line-height: 1.4; text-decoration: none; transition: background .2s; }
.primary-button:hover { background: var(--metahold); }
.primary-button span { font-size: 24px; }
.primary-button:focus-visible { outline-color: var(--muste); }
.form-explanation { margin-top: 13px; font-size: 11px; line-height: 1.75; max-width: 410px; }
.mail-fallback { margin-top: 24px; border-top: 1px solid #05091255; border-bottom: 1px solid #05091255; font-size: 12px; }
.mail-fallback summary { cursor: pointer; padding: 14px 0; }
.fallback-content { padding-bottom: 16px; }
.fallback-content p { margin-bottom: 12px; }
#email-draft { width: 100%; padding: 12px; color: var(--muste); background: #f2f7fc70; border: 1px solid #05091280; font-size: 14px; resize: vertical; }
#copy-message { border: 0; padding: 12px 0; background: none; color: var(--muste); text-decoration: underline; text-underline-offset: 5px; font-size: 13px; }
.copy-status { min-height: 0; }
.copy-status:empty { display: none; }
.noscript-note { margin-top: 15px; font-size: 13px; }
.site-footer { background: #c6edf8; color: var(--muste); padding: 0 var(--gutter) 28px; }
.footer-top { border-top: 1px solid #05091255; padding: 35px 0 47px; display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.site-footer .wordmark span { color: var(--metahold); }
.footer-top p { font-size: 13px; line-height: 1.65; }
.back-top { font-size: 12px; text-decoration: none; padding: 8px 0; }
.back-top span { padding-left: 26px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; font-size: 10px; }
.credits { text-align: right; }
/* Sisääntulo valaisee omaa maailmaa. Erillinen intro-verho on poistettu. */
@media (min-width: 1800px) { .section, .site-footer { padding-left: max(var(--gutter), calc((100vw - 1600px) / 2)); padding-right: max(var(--gutter), calc((100vw - 1600px) / 2)); } }
@media (max-width: 1000px) {
  .hero { min-height: 850px; }
  h1 { font-size: 65px; }
  .draft-layout { grid-template-columns: 1fr 160px; gap: 35px; }
  .zero { font-size: 110px; }
  .price-register tbody th { width: 29%; font-size: 21px; }
  .price-register tbody td:last-child { width: 190px; }
  .amount { font-size: 28px; }
  .price { grid-template-columns: 1fr 65px; gap: 8px; }
  .unit { font-size: 11px; }
  .price-prefix { padding-right: 73px; }
  .team-intro { gap: 40px; }
  .company-row { grid-template-columns: 25px 1.1fr 1fr 170px; gap: 15px; }
  .company-row h3 { font-size: 24px; }
  .company-row a { font-size: 12px; gap: 12px; }
  .contact-layout { gap: 6%; }
  .contact h2 { font-size: 44px; }
}
@media (max-width: 700px) {
  :root { --gutter: 24px; }
  body { font-size: 16px; }
  .site-header { height: 77px; gap: 12px; }
  .wordmark { font-size: 18px; }
  .site-header nav { font-size: 11px; gap: 0; }
  .nav-secondary { display: none; }
  .nav-request { gap: 11px; }
  .nav-request span { font-size: 19px; }
  .register-thread { top: 77px; left: 12px; }
  .section { padding: 70px var(--gutter); }
  .eyebrow { font-size: 9px; letter-spacing: .025em; gap: 15px; margin-bottom: 35px; }
  .section-number { font-size: 10px; }
  .section-number::before { left: -14px; width: 5px; }
  h2 { font-size: 43px; }
  .hero { min-height: 844px; min-height: max(820px, 100svh); padding-top: 111px; padding-bottom: 135px; }
  .hero .eyebrow { margin-bottom: 27px; font-size: 8px; gap: 12px; }
  h1 { font-size: clamp(33px, 9.85vw, 56px); line-height: 1.1; letter-spacing: -.06em; }
  .hero-lead { font-size: 16px; margin-top: 25px; line-height: 1.55; }
  .hero-register { margin-top: 36px; font-size: 9px; width: 100%; }
  .hero-register-title { font-size: 7px; line-height: 1.6; letter-spacing: 0; padding-bottom: 10px; }
  .hero-register dl > div { grid-template-columns: 128px 1fr; padding: 9px 0; gap: 5px; }
  .hero-email { font-size: 10px; padding-top: 12px; }
  .balcony { width: 98%; right: -5%; height: 240px; }
  .hero-coordinate { font-size: 8px; bottom: 37px; right: 24px; }
  .scroll-cue { bottom: 25px; font-size: 8px; gap: 10px; }
  .scroll-line { width: 25px; }
  .draft { min-height: 800px; }
  .draft-layout { display: block; }
  .draft h2 { max-width: 540px; }
  .draft-continuation { font-size: 21px; margin-top: 22px; max-width: 340px; }
  .draft-price { margin-top: 36px; display: flex; flex-direction: row; align-items: baseline; justify-content: space-between; }
  .zero { font-size: 88px; }
  .draft-price .mono { font-size: 9px; }
  .draft-bottom { grid-template-columns: 1fr; gap: 22px; margin-top: 30px; padding-top: 23px; }
  .draft-bottom p:first-child { font-size: 18px; }
  .draft-bottom p:last-child { font-size: 14px; max-width: 340px; }
  .text-link { font-size: 14px; margin-top: 25px; gap: 34px; }
  .prices { min-height: 960px; padding-top: 75px; }
  .prices .eyebrow { margin-bottom: 33px; }
  .section-title-row { margin-bottom: 38px; align-items: flex-end; gap: 10px; }
  .section-title-row h2 { font-size: 43px; }
  .price-vat { font-size: 8px; padding-bottom: 2px; }
  .price-register, .price-register tbody { display: block; width: 100%; }
  .price-register thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .price-register tbody tr { display: grid; grid-template-columns: minmax(0, 1fr) 156px; padding: 22px 0; gap: 12px 8px; }
  .price-register tbody th { width: auto; padding: 0; grid-column: 1; grid-row: 1; font-size: 19px; align-self: center; }
  .price-register tbody td { padding: 0; grid-column: 1 / -1; grid-row: 2; font-size: 13px; line-height: 1.65; }
  .price-register tbody td.price-cell { width: auto; grid-column: 2; grid-row: 1; align-self: center; padding: 0; }
  .price { grid-template-columns: 1fr 50px; gap: 7px; }
  .amount { font-size: 25px; }
  .unit { font-size: 10px; }
  .price-prefix { padding-right: 57px; font-size: 9px; margin-bottom: 4px; }
  .row-note { font-size: 8px; margin-top: 5px; }
  .price-register .total td, .price-register .total th { padding: 0; }
  .desktop-break { display: none; }
  .terms { font-size: 11px; line-height: 1.8; margin-top: 25px; }
  .team { padding-top: 95px; }
  .team-intro { grid-template-columns: 1fr; gap: 26px; margin-bottom: 42px; }
  .team-intro h2 { font-size: 44px; }
  .team-intro p { font-size: 16px; }
  .company-row { grid-template-columns: 22px 1fr; gap: 12px 12px; padding: 25px 0; }
  .company-row h3 { font-size: 25px; }
  .company-row p { grid-column: 2; font-size: 14px; }
  .company-row p br { display: none; }
  .company-row a { grid-column: 2; justify-content: space-between; text-align: left; padding: 0; font-size: 13px; min-height: 36px; }
  .team-note { font-size: 12px; }
  .contact { padding-top: 72px; padding-bottom: 65px; }
  .contact .eyebrow { margin-bottom: 40px; }
  .contact-layout { grid-template-columns: 1fr; gap: 46px; }
  .contact h2 { font-size: 47px; }
  .contact h2 span { font-size: .79em; }
  .contact-copy > p { margin-top: 25px; font-size: 15px; }
  .contact-copy > p br { display: none; }
  .contact-email { font-size: 25px; margin-top: 28px; gap: 35px; }
  .contact-copy .email-help { margin-top: 10px; font-size: 11px; }
  .request-form { border-top: 1px solid #05091255; padding-top: 26px; }
  .form-intro { font-size: 11px; }
  .primary-button { font-size: 14px; padding: 17px; }
  .footer-top { padding: 28px 0; flex-wrap: wrap; gap: 22px; }
  .footer-top .wordmark { width: 100%; font-size: 23px; }
  .footer-top p { font-size: 11px; }
  .back-top { font-size: 11px; }
  .back-top span { padding-left: 12px; }
  .footer-bottom { display: block; font-size: 9px; }
  .credits { text-align: left; margin-top: 14px; font-size: 9px; line-height: 1.9; }
  .intro-bottom { font-size: 7px; }
  .intro-count { font-size: 43px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .intro, .intro-skip, .intro-active .intro, .intro-active .intro-skip { display: none !important; }
  .world { position: absolute; height: 900px; }
  .balcony { transform: none !important; }
}

/* Ensimmäinen kuvakierros: luettavat vastuut ja pehmeämpi valo osioiden rajalla. */
.hero-register dd, .hero-email { color: #d1e2ef; }
.draft-price .mono { color: var(--lumi); font-size: 12px; }
.prices { padding-bottom: 165px; }
.prices::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 125px; background: linear-gradient(180deg, transparent, #58c8f052); pointer-events: none; }
@media (max-width: 700px) {
  .hero-register { margin-top: 30px; font-size: 11px; }
  .hero-register-title { font-size: 8px; letter-spacing: .015em; color: var(--lumi); max-width: 295px; }
  .hero-register dl > div { grid-template-columns: 127px 1fr; padding: 9px 0; gap: 8px; }
  .hero-register dd { font-size: 10px; align-self: center; }
  .hero-email { font-size: 11px; }
  .draft-price .mono { font-size: 11px; }
  .prices { padding-bottom: 145px; }
}

/* Toinen kuvakierros: molemmat pinnat liittyvät samaan maailmaan ilman saumaa. */
.prices { background: linear-gradient(180deg, transparent, #050912c7 110px, #050912c7 calc(100% - 150px), transparent); }
.prices::after { display: none; }
.team { background: linear-gradient(180deg, transparent, #58c8f0ed 155px, #88dbf4f5 100%); }
@media (max-width: 700px) {
  .hero-register { font-size: 12px; }
  .hero-register-title { font-size: 9px; line-height: 1.6; max-width: 100%; }
  .hero-register dl > div { grid-template-columns: 130px 1fr; }
  .hero-register dd { font-size: 11px; }
  .hero-email { font-size: 12px; }
}

/* --- Kierros 3, pääsilmukan korjaukset (18.9.2026) --------------------------
   Metahold on oranssi ja Suomi Solutions sininen. Sääntökirjan korjaus 18.9.
   perustui uuteen logoon, jossa O-kirjainta kiertää oranssi rata: Metahold
   suunnittelee ja rakentaa, eli se on rata. Suomi Solutions isännöi ja pitää
   pystyssä, eli se on planeetta. Kaksi lähekkäistä sinistä ei myöskään erotu
   rivillä, minkä laatuportin kohta 3 kieltää. */

.company-row.metahold-row::before { background: var(--signaali); }
.company-row.suomi-row::before { background: var(--valo); }
.site-footer .wordmark span { color: var(--signaali); }

/* --- Tulostus on oma näkymänsä --------------------------------------------
   Sivu on kokonaan tumma, joten ilman tätä Ctrl+P tuottaa lähes mustan arkin
   tai tyhjän canvaksen. Vastaanottaja on pienyrittäjä joka näyttää hinnaston
   kirjanpitäjälleen, eli tämä on myyntipolun kohta eikä reunatapaus. */

@media print {
  html, body { background: #fff !important; color: #050912 !important; }
  #maailma, #poster, .skip-link, .site-nav, .scroll-hint,
  .back-top, .primary-button { display: none !important; }
  .hero, .section, .site-footer { background: #fff !important; page-break-inside: avoid; }
  h1, h2, h3, dt, dd, p, li, td, th { color: #050912 !important; }
  a { color: #050912 !important; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 11px; }
  a[href^="mailto"]::after { content: ""; }
  .price-row, .company-row, dl, table { page-break-inside: avoid; }
  .price-total, .company-row.metahold-row::before,
  .company-row.suomi-row::before { background: #050912 !important; }
}
