:root {
  --navy: #0c2338;
  --navy-deep: #071929;
  --graphite: #26323b;
  --steel: #496b85;
  --copper: #c86f3d;
  --copper-bright: #dd7b43;
  --cream: #f6f4ef;
  --white: #ffffff;
  --line: #d9dee1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--graphite); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 99; background: #fff; color: #111; padding: 12px 16px; }
.skip-link:focus { top: 16px; }
.site-header { height: 88px; padding: 0 clamp(24px, 4vw, 72px); display: flex; align-items: center; gap: 40px; position: absolute; inset: 0 0 auto 0; z-index: 10; color: #fff; background: linear-gradient(180deg, rgba(7,25,41,.98), rgba(7,25,41,.84)); }
.brand { font-size: clamp(22px, 2.1vw, 34px); font-weight: 800; letter-spacing: -1.2px; white-space: nowrap; }
.brand span { color: var(--copper-bright); }
nav { display: flex; align-items: stretch; gap: clamp(18px, 2.8vw, 48px); margin-left: auto; height: 100%; }
nav a { display: grid; place-items: center; position: relative; font-size: 16px; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 16px; height: 2px; background: var(--copper-bright); transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after, nav a.active::after { right: 0; }
.header-cta { border: 1px solid rgba(255,255,255,.65); padding: 12px 18px; border-radius: 5px; font-weight: 700; }
.hero { min-height: 820px; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('../images/hero-realisointi.png') center right/cover no-repeat; transform: scale(1.01); animation: imageIn 1.2s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,24,40,.98) 0%, rgba(5,24,40,.91) 34%, rgba(5,24,40,.44) 62%, rgba(5,24,40,.1) 100%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 90%); margin: 88px 0 0 clamp(24px, 5vw, 88px); }
.eyebrow { margin: 0 0 20px; color: #e7a17a; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #a9542d; }
h1 { margin: 0; font-size: clamp(52px, 5.2vw, 78px); line-height: 1.04; letter-spacing: -.045em; max-width: 760px; }
.hero-lead { margin: 28px 0 0; max-width: 660px; font-size: clamp(19px, 1.65vw, 25px); line-height: 1.48; color: rgba(255,255,255,.91); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 36px; }
.button { min-height: 60px; padding: 0 30px; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; font: inherit; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #f2a57b; outline-offset: 3px; }
.button-primary { background: var(--copper); color: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.button-primary:hover { background: var(--copper-bright); }
.button-secondary { border-color: rgba(255,255,255,.82); color: #fff; background: rgba(255,255,255,.04); }
.button-secondary:hover { background: rgba(255,255,255,.13); }
.trust-strip { min-height: 142px; padding: 26px clamp(24px, 5vw, 88px); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; background: var(--cream); color: var(--navy); }
.trust-strip div { min-height: 70px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border-right: 1px solid #d6d1c8; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--copper); border: 1px solid #d8946f; border-radius: 50%; font-size: 23px; }
.trust-strip strong { font-size: 17px; }
.section { width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 54px; }
h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p, .process-copy > p, .contact-copy > p { margin: 0; font-size: 18px; line-height: 1.75; color: #5a6670; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 360px; padding: 34px 28px; background: #fff; border-right: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(12,35,56,.11); z-index: 2; }
.service-card > span { color: var(--copper); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 56px 0 18px; color: var(--navy); font-size: 23px; line-height: 1.22; }
.service-card p { margin: 0; color: #66717a; line-height: 1.65; }
.service-card a { margin-top: auto; color: var(--navy); font-weight: 800; font-size: 14px; }
.service-card a b { color: var(--copper); margin-left: 6px; }
.process { background: var(--navy); color: #fff; }
.process-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.process h2 { color: #fff; }
.process-copy > p { color: rgba(255,255,255,.7); margin-top: 28px; }
.text-link { display: inline-block; margin-top: 32px; color: #eea179; font-weight: 800; }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 16px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li > span { color: #ef9a6c; font-weight: 800; }
.steps h3 { margin: 0 0 8px; font-size: 21px; }
.steps p { margin: 0; color: rgba(255,255,255,.66); line-height: 1.6; }
.audience { display: grid; grid-template-columns: 1.18fr .82fr; gap: 24px; }
.audience-panel { background: #fff; padding: clamp(36px, 5vw, 72px); }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 42px; }
.audience-list span { padding: 18px; border-left: 3px solid var(--copper); background: var(--cream); font-weight: 700; color: var(--navy); }
.quote-panel { min-height: 480px; background: linear-gradient(160deg, var(--steel), var(--navy)); padding: 48px; display: flex; flex-direction: column; justify-content: end; color: #fff; }
.quote-panel p { margin: 0; font-size: clamp(30px, 3vw, 46px); line-height: 1.2; font-weight: 800; letter-spacing: -.03em; }
.quote-panel span { margin-top: 22px; color: rgba(255,255,255,.68); }
.contact { background: var(--navy-deep); color: #fff; padding: 110px max(24px, calc((100vw - 1260px)/2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact h2 { color: #fff; }
.contact-copy > p { color: rgba(255,255,255,.7); margin-top: 26px; }
.contact-details { margin-top: 36px; display: flex; flex-direction: column; gap: 10px; }
.contact-details a { color: #f1a27a; font-size: 19px; font-weight: 800; }
.contact-details span { color: rgba(255,255,255,.62); }
form { background: #fff; color: var(--graphite); padding: 38px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; color: var(--navy); font-size: 14px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid #cbd2d7; border-radius: 3px; padding: 13px 14px; background: #fbfbfa; color: #222; font: inherit; }
textarea { resize: vertical; }
form small { display: block; margin-top: 12px; color: #737c83; }
footer { background: #06131f; color: rgba(255,255,255,.75); padding: 52px clamp(24px, 5vw, 88px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; }
footer .brand { color: #fff; font-size: 24px; }
footer p { margin: 0; }
footer div { display: flex; gap: 24px; font-size: 14px; }
footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; }
.admin-bar .site-header { top: 32px; }
.rp-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy-check { flex-direction: row; align-items: flex-start; font-weight: 500; line-height: 1.45; }
.privacy-check input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 1px; }
.form-notice { padding: 14px 16px; margin-bottom: 20px; border-left: 4px solid; font-weight: 700; }
.form-notice.success { color: #185b3c; background: #e7f5ed; border-color: #2f8a61; }
.form-notice.error { color: #7a2f25; background: #fff0ed; border-color: #c86f3d; }

@keyframes contentIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes imageIn { from { opacity: .5; transform: scale(1.04); } to { opacity: 1; transform: scale(1.01); } }

@media (max-width: 1050px) {
  nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { min-height: 760px; }
  .hero-content { width: min(680px, calc(100% - 48px)); }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-inner, .contact { gap: 56px; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; padding: 0 20px; }
  .brand { font-size: 22px; }
  .header-cta { padding: 10px 12px; font-size: 13px; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 65% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,24,40,.97), rgba(5,24,40,.7)); }
  .hero-content { margin: 74px 24px 0; width: auto; }
  h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-strip { grid-template-columns: 1fr; padding: 20px 24px; }
  .trust-strip div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid #d6d1c8; }
  .trust-strip div:last-child { border-bottom: 0; }
  .section { width: min(100% - 36px, 1260px); padding: 78px 0; }
  .section-heading, .process-inner, .audience, .contact { grid-template-columns: 1fr; gap: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card h3 { margin-top: 38px; }
  .audience-list, .field-row { grid-template-columns: 1fr; }
  .contact { padding: 78px 20px; }
  form { padding: 26px 20px; }
  footer { grid-template-columns: 1fr; gap: 22px; }
  footer div { flex-wrap: wrap; }
  footer small { grid-column: 1; }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
