:root {
  --paper: #fffdf8;
  --white: #ffffff;
  --mist: #f1f6f3;
  --sand: #eadfc8;
  --ink: #13242a;
  --muted: #65747b;
  --line: rgba(19, 36, 42, 0.12);
  --teal: #0a7975;
  --deep: #063946;
  --gold: #bd9850;
  --sage: #dfe9df;
  --shadow: 0 28px 80px rgba(6, 57, 70, 0.13);
  --soft-shadow: 0 16px 45px rgba(6, 57, 70, 0.08);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 11% 9%, rgba(10, 121, 117, .13), transparent 26%),
    radial-gradient(circle at 86% 6%, rgba(189, 152, 80, .14), transparent 22%),
    linear-gradient(180deg, #fffdf8 0%, #f8fbf8 54%, #ffffff 100%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .34;
  pointer-events: none;
  background-image: linear-gradient(rgba(19,36,42,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(19,36,42,.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 72%);
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 9999; padding: 12px 16px; background: var(--deep); color: white; border-radius: 999px; }
.skip-link:focus { left: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  position: sticky;
  top: 14px;
  z-index: 1000;
  width: min(calc(100% - 28px), 1220px);
  margin: 14px auto 0;
  border: 1px solid rgba(19,36,42,.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 38px rgba(6,57,70,.07);
}
.site-header.is-scrolled { background: rgba(255,255,255,.94); box-shadow: var(--soft-shadow); }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-inline: 16px 12px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 46px; height: 46px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { letter-spacing: -.03em; font-size: 1rem; }
.brand-text small { margin-top: 5px; color: var(--muted); font-size: .73rem; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a { padding: 10px 14px; border-radius: 999px; color: #30444a; font-weight: 760; font-size: .92rem; transition: background .18s ease, color .18s ease, transform .18s ease; }
.main-nav a:hover { background: var(--mist); color: var(--deep); transform: translateY(-1px); }
.main-nav .nav-cta { background: var(--deep); color: white; padding-inline: 18px; box-shadow: 0 12px 24px rgba(6,57,70,.18); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: white; padding: 10px; }
.nav-toggle span:not(.sr-only) { display:block; height:2px; margin:5px 0; background: var(--deep); border-radius:99px; }

.section-pad { padding: 104px 0; }
.section-pad-sm { padding: 58px 0; }
.hero { padding: 86px 0 70px; position: relative; }
.hero::before {
  content: "MÖLLER";
  position: absolute;
  top: 56px;
  left: max(20px, calc((100vw - var(--container)) / 2));
  font-size: clamp(5rem, 15vw, 15rem);
  line-height: .8;
  font-weight: 950;
  letter-spacing: -.08em;
  color: rgba(6,57,70,.045);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 66px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--teal); font-size: .75rem; letter-spacing: .17em; font-weight: 900; text-transform: uppercase; }
.eyebrow::before { content:""; width: 38px; height: 1px; background: var(--gold); }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: -.055em; }
h1 { font-size: clamp(3.2rem, 7.4vw, 7.05rem); max-width: 8.6ch; }
h2 { font-size: clamp(2.15rem, 4.2vw, 4.15rem); }
h3 { font-size: 1.22rem; letter-spacing: -.025em; }
p { margin: 0; color: var(--muted); }
.hero-lead { margin-top: 25px; max-width: 625px; font-size: 1.1rem; color: #53646b; }
.hero-actions { display:flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height: 50px; padding: 13px 22px; border-radius: 999px; border: 1px solid transparent; cursor:pointer; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--deep); color: white; box-shadow: 0 16px 32px rgba(6,57,70,.2); }
.btn-primary:hover { background: var(--teal); }
.btn-secondary { background: rgba(255,255,255,.78); border-color: var(--line); color: var(--deep); box-shadow: 0 12px 28px rgba(6,57,70,.07); }
.signal-row { display:flex; flex-wrap:wrap; gap: 8px; margin-top: 30px; }
.signal-row span { padding: 9px 12px; border: 1px solid rgba(10,121,117,.18); border-radius: 999px; background: rgba(255,255,255,.62); color: var(--deep); font-weight: 800; font-size: .84rem; }
.hero-visual { position: relative; min-height: 560px; }
.image-arch { position: absolute; inset: 14px 0 0 44px; border-radius: 42% 42% 30px 30px; overflow: hidden; box-shadow: var(--shadow); border: 10px solid rgba(255,255,255,.86); }
.image-arch img { width: 100%; height: 100%; object-fit: cover; }
.image-arch::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(255,253,248,.18), transparent 42%); }
.asset-ticket { position: absolute; left: 0; bottom: 84px; width: min(360px, 82%); padding: 20px 22px; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--soft-shadow); backdrop-filter: blur(16px); }
.asset-ticket span { display:block; color: var(--gold); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .14em; }
.asset-ticket strong { display:block; margin-top: 7px; color: var(--deep); font-size: 1.22rem; letter-spacing: -.03em; }
.mini-ledger { position: absolute; right: -12px; bottom: 10px; display: grid; width: 300px; background: var(--deep); color: white; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.mini-ledger div { display:flex; justify-content:space-between; gap:14px; padding: 15px 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.mini-ledger div:last-child { border-bottom:0; }
.mini-ledger b { color: var(--gold); }
.mini-ledger span { color: rgba(255,255,255,.88); font-weight: 760; }

.intro { padding-top: 20px; }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.intro-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.72); box-shadow: var(--soft-shadow); overflow:hidden; }
.intro-card::after { content:""; position:absolute; width:110px; height:110px; right:-46px; top:-46px; border-radius:50%; background: rgba(10,121,117,.09); }
.icon-dot { display:inline-flex; width:44px; height:44px; align-items:center; justify-content:center; border-radius: 16px; background: var(--deep); color:white; font-weight: 900; margin-bottom: 22px; }
.intro-card p, .service-list p, .values p, .job-card p, .job-card li, .legal-card p { margin-top: 12px; }

.services { background: linear-gradient(180deg, rgba(241,246,243,.72), rgba(255,255,255,.4)); }
.split-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 58px; align-items: start; }
.section-copy, .career-content { position: sticky; top: 116px; }
.section-copy p:not(.eyebrow), .career-content p:not(.eyebrow) { margin-top: 18px; font-size: 1.04rem; }
.section-image, .reference-showcase img { margin-top: 28px; border-radius: 34px; box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; }
.service-list { display: grid; gap: 16px; counter-reset: service; }
.service-list article { counter-increment: service; position: relative; padding: 24px 24px 24px 86px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: 0 10px 28px rgba(6,57,70,.055); }
.service-list article::before { content: counter(service, decimal-leading-zero); position:absolute; left: 24px; top: 24px; width: 42px; height: 42px; display:grid; place-items:center; border-radius:50%; background: var(--sand); color: var(--deep); font-weight: 950; }

.about { background: var(--deep); color: white; position: relative; overflow: hidden; }
.about::before { content:""; position:absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(189,152,80,.18), transparent 28%), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: auto, 58px 58px; }
.about-grid { position: relative; display:grid; grid-template-columns: 1.12fr .88fr; gap: 24px; }
.about .eyebrow, .about h2, .about h3 { color: white; }
.about p { color: rgba(255,255,255,.76); }
.about-panel { padding: clamp(30px, 5vw, 56px); border-radius: 36px; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); backdrop-filter: blur(14px); }
.about-panel p:not(.eyebrow) { margin-top: 18px; }
.facts-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.facts-grid div { padding: 18px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.facts-grid span { display:block; color: rgba(255,255,255,.55); font-size: .78rem; }
.facts-grid strong { display:block; margin-top: 6px; color: white; line-height:1.25; }
.values { display:grid; gap:16px; }
.values article { padding: 28px; border-radius: 28px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.08); }
.values article:nth-child(2) { background: rgba(189,152,80,.16); }
.values article:nth-child(3) { background: rgba(10,121,117,.2); }

.references { background: #fff; }
.section-heading { max-width: 780px; margin-bottom: 38px; }
.section-heading p:not(.eyebrow) { margin-top: 16px; font-size: 1.05rem; }
.reference-showcase { display:grid; grid-template-columns: 1.06fr .94fr; gap: 28px; align-items:center; }
.reference-showcase picture img { margin-top: 0; }
.reference-cards { display:grid; gap: 14px; }
.reference-cards article { padding: 24px; border-radius: 24px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--soft-shadow); }
.reference-cards span { color: var(--gold); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 950; }
.reference-cards h3 { margin-top: 8px; }
.reference-cards p { margin-top: 10px; }

.careers { background: linear-gradient(180deg, #f8fbf8, #fffdf8); }
.jobs { display:grid; gap: 16px; }
.job-card { padding: 26px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.74); box-shadow: var(--soft-shadow); }
.job-card.featured { background: linear-gradient(135deg, #ffffff, #edf8f6); border-color: rgba(10,121,117,.28); }
.job-topline { display:flex; gap:10px; justify-content:space-between; flex-wrap:wrap; margin-bottom: 12px; }
.job-topline span { padding: 6px 10px; border-radius: 999px; background: var(--mist); color: var(--deep); font-weight: 900; font-size: .74rem; }
ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }
.text-link { display:inline-flex; margin-top: 16px; color: var(--teal); font-weight: 900; }
.text-link::after { content:"→"; margin-left: 8px; }

.contact { background: #fff; }
.contact-card { display:grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items:center; padding: clamp(30px, 5vw, 58px); border-radius: 40px; background: linear-gradient(135deg, var(--deep), #0a5f66); box-shadow: var(--shadow); position: relative; overflow:hidden; }
.contact-card::after { content:""; position:absolute; right:-80px; bottom:-120px; width:330px; height:330px; border-radius:50%; background: rgba(189,152,80,.22); }
.contact-card h2, .contact-card p, .contact-card .eyebrow { color: white; }
.contact-card p:not(.eyebrow) { margin-top: 14px; color: rgba(255,255,255,.78); }
.contact-actions { position: relative; z-index: 1; display:grid; gap:16px; justify-items:start; }
.contact-actions .btn-primary { background:white; color: var(--deep); }
.muted { color: rgba(255,255,255,.76) !important; }

.legal { background: var(--mist); }
.legal-grid { display:grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items:start; }
.legal-card { padding: clamp(24px, 4vw, 36px); border:1px solid var(--line); border-radius: 30px; background:white; box-shadow: var(--soft-shadow); }
.legal-card h2 { margin-bottom:18px; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.legal-card h3 { margin-top:22px; font-size: 1.06rem; letter-spacing:-.02em; }
.legal-card a { color: var(--teal); font-weight: 850; }

.site-footer { background: var(--paper); border-top: 1px solid var(--line); padding: 54px 0 26px; }
.footer-grid { display:grid; grid-template-columns: 1.4fr .7fr .7fr .9fr; gap: 28px; }
.footer-grid h3 { font-size: 1rem; margin: 0 0 12px; }
.footer-grid a, .footer-button { display:block; color: var(--muted); margin: 8px 0; background:none; border:0; padding:0; cursor:pointer; text-align:left; }
.footer-grid a:hover, .footer-button:hover { color: var(--teal); }
.footer-brand { margin-bottom: 14px; }
.footer-bottom { display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-top:34px; padding-top:22px; border-top:1px solid var(--line); color: var(--muted); font-size:.9rem; }

.cookie-banner { position:fixed; left:50%; bottom:22px; transform:translateX(-50%) translateY(130%); width:min(calc(100% - 32px), 900px); z-index:2000; display:grid; grid-template-columns:1fr auto; gap:20px; align-items:center; padding:22px; border-radius:26px; background:rgba(255,255,255,.95); border:1px solid var(--line); box-shadow:var(--shadow); backdrop-filter: blur(18px); opacity:0; pointer-events:none; transition: transform .26s ease, opacity .26s ease; }
.cookie-banner.is-visible { transform:translateX(-50%) translateY(0); opacity:1; pointer-events:auto; }
.cookie-banner h2 { font-size:1.1rem; margin:0 0 6px; letter-spacing:-.02em; }
.cookie-banner p { font-size:.92rem; }
.cookie-actions { display:flex; gap:10px; flex-wrap:wrap; }
.reveal { opacity:0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity:1; transform:none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .18s; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; scroll-behavior:auto !important; } .reveal { opacity:1; transform:none; } }
@media (max-width: 980px) {
  .site-header { top: 10px; border-radius: 28px; }
  .nav-toggle { display:block; }
  .main-nav { position: fixed; top: 82px; left: 14px; right:14px; display:grid; gap:4px; padding:16px; border:1px solid var(--line); border-radius:24px; background:white; box-shadow:var(--shadow); transform:translateY(-10px); opacity:0; pointer-events:none; transition:transform .18s ease, opacity .18s ease; }
  .main-nav.is-open { opacity:1; pointer-events:auto; transform:none; }
  .main-nav a { padding:14px; }
  .hero-grid, .split-grid, .about-grid, .reference-showcase, .contact-card, .legal-grid { grid-template-columns:1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; min-height: 480px; }
  .image-arch { inset:0; }
  .section-copy, .career-content { position:static; }
  .intro-grid, .facts-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .cookie-banner { grid-template-columns:1fr; }
  h1 { max-width: 10ch; }
}
@media (max-width: 640px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .site-header { width: min(calc(100% - 18px), 1220px); }
  .header-inner { min-height: 66px; padding-inline: 12px 10px; }
  .brand-mark { width:42px; height:42px; }
  .brand-text strong { font-size:.94rem; }
  .brand-text small { font-size:.68rem; }
  .section-pad { padding: 70px 0; }
  .section-pad-sm { padding: 42px 0; }
  .hero { padding-top: 58px; }
  .hero::before { top: 64px; font-size: 5.2rem; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.25rem); max-width: 9ch; }
  .hero-actions, .cookie-actions { flex-direction:column; align-items:stretch; }
  .btn { width:100%; }
  .hero-visual { min-height: 420px; }
  .image-arch { border-width: 7px; border-radius: 42% 42% 24px 24px; }
  .asset-ticket { left: 10px; bottom: 80px; width: calc(100% - 20px); }
  .mini-ledger { right: 10px; left: 10px; width: auto; bottom: 0; }
  .service-list article { padding: 72px 22px 22px; }
  .service-list article::before { left:22px; top:22px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { display:grid; }
}
