:root {
  --ink: #2c2c2c;
  --paper: #fbf8f5;
  --white: #fffdfb;
  --olive: #4a5240;
  --olive-light: #5c6b4f;
  --lavender: #ded7df;
  --blush: #e8ddd5;
  --sage: #d9dfd3;
  --line: rgba(44, 44, 44, .16);
  --muted: #6f6a64;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 100;
  background: var(--olive); color: white; padding: 10px 14px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 245, .94);
  color: var(--ink);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  max-width: var(--max); margin: auto; padding: 0 28px;
  min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.brand { display: inline-flex; width: 132px; height: 90px; align-items: center; }
.brand img { width: 132px; height: auto; max-width: none; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; font-size: .84rem; font-weight: 650; }
.nav-links a:hover, .nav-links a[aria-current='page'] { color: var(--olive-light); }
.nav-contact { border: 1px solid var(--olive); padding: 10px 14px; }
.nav-book { padding: 10px 0; }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s ease; }
.menu-open .nav-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-open .nav-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.shell { max-width: var(--max); margin: auto; padding: 0 28px; }
.eyebrow { margin: 0 0 22px; font-size: .75rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.display { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
h1, h2, h3 { hyphens: none; word-break: normal; overflow-wrap: normal; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 52px; padding: 0 22px; border: 1px solid var(--olive);
  background: var(--olive); color: white; text-decoration: none; font-size: .88rem; font-weight: 700;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button::after { content: '↗'; font-size: 1.05rem; }
.button:hover { transform: translateY(-2px); background: var(--olive-light); border-color: var(--olive-light); }
.button.light { background: white; color: var(--ink); border-color: white; }
.button.light:hover { background: var(--paper); }
.button.outline { background: transparent; color: var(--olive); }
.button.outline:hover { color: white; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 750; text-underline-offset: 5px; }
.text-link::after { content: '→'; }

.hero { min-height: 520px; display: grid; grid-template-columns: 1.12fr .88fr; }
.hero-copy { padding: 52px max(5vw, 32px) 48px max(calc((100vw - var(--max))/2 + 28px), 28px); display: flex; flex-direction: column; justify-content: center; background: var(--paper); color: var(--ink); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.6rem, 4vw, 4.25rem); }
.hero-intro { max-width: 650px; margin: 22px 0 26px; font-size: 1.05rem; }
.hero-copy .button { background: var(--olive); color: white; border-color: var(--olive); }
.hero-copy .button:hover { background: var(--olive-light); color: white; border-color: var(--olive-light); }
.hero-visual { min-height: 520px; position: relative; overflow: hidden; background: var(--sage); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(0,0,0,.5)); }
.hero-stamp { position: absolute; z-index: 2; left: 26px; bottom: 24px; right: 26px; color: white; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 700; }

.logo-band { background: var(--blush); color: var(--ink); border-block: 1px solid var(--line); overflow: hidden; padding: 24px 0 27px; }
.logo-label { text-align: center; margin: 0 0 18px; font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); }
.logo-window { overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); }
.logo-track { display: flex; width: max-content; align-items: center; animation: ticker 58s linear infinite; }
.logo-set { display: flex; align-items: center; padding-right: 24px; }
.logo-item { display: inline-flex; width: 176px; height: 58px; align-items: center; justify-content: center; padding: 0 24px; }
.logo-item img { width: auto; max-width: 132px; height: auto; max-height: 34px; object-fit: contain; opacity: .74; filter: grayscale(1) brightness(0); }
.logo-item img.logo-kid { width: 52px; }
.logo-item img.logo-try { width: 70px; max-height: 22px; }
.logo-composite { gap: 5px; }
.logo-unfold img { max-height: 20px; }
.logo-band:hover .logo-track, .logo-band:focus-within .logo-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .logo-track { animation: none; } }

.book-section { padding: 76px 0; }
.book-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8vw; }
.book-stage { min-height: 520px; background: var(--lavender); display: grid; place-items: center; padding: 55px; position: relative; }
.book-stage::before { content: 'KOMMER I JANUAR 2027'; position: absolute; z-index: 2; left: 22px; top: 22px; padding: 12px 16px; background: var(--olive); color: white; font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.book-cover { width: min(280px, 80%); aspect-ratio: .68; background: #f5f1eb; box-shadow: 28px 30px 0 rgba(74,82,64,.18); padding: 30px; display: flex; flex-direction: column; justify-content: space-between; transform: rotate(-3deg); }
.book-cover small { font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
.book-cover strong { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 400; line-height: .88; letter-spacing: -.06em; }
.book-cover em { font-family: var(--serif); font-size: .9rem; font-style: italic; }
.book-copy h2 { margin: 0; font-size: clamp(2.7rem, 4.4vw, 4.8rem); }
.book-copy .lead { max-width: 620px; font-size: 1.28rem; margin: 28px 0 18px; }
.book-copy p:not(.lead) { max-width: 620px; color: var(--muted); }
.book-copy .button { margin-top: 22px; }
.release-badge { display: inline-flex; width: fit-content; margin: 0 0 26px; padding: 13px 18px; background: var(--olive); color: white !important; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.services { background: var(--olive); color: white; padding: 120px 0; }
.section-head { display: grid; grid-template-columns: .6fr 1.4fr; gap: 40px; align-items: end; margin-bottom: 64px; }
.section-head h2 { margin: 0; font-size: clamp(2.8rem, 4.8vw, 5.2rem); }
.section-head p { max-width: 560px; margin: 0 0 10px; color: rgba(255,255,255,.68); }
.service-list { border-top: 1px solid rgba(255,255,255,.28); }
.service-row { display: grid; grid-template-columns: 70px 1fr 1fr 50px; gap: 30px; padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.28); color: white; text-decoration: none; align-items: start; }
.service-row .num { font-family: var(--serif); font-style: italic; color: var(--lavender); }
.service-row h3 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; font-weight: 400; margin: 0; }
.service-row p { margin: 0; color: rgba(255,255,255,.65); max-width: 460px; }
.service-row .arrow { font-size: 1.5rem; transition: transform .2s; }
.service-row:hover .arrow { transform: translate(6px,-6px); }

.keynote { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 720px; }
.keynote-image { background: var(--sage); position: relative; min-height: 620px; }
.keynote-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.keynote-copy { background: var(--olive-light); color: white; padding: 90px max(calc((100vw - var(--max))/2 + 28px), 44px) 80px 7vw; display: flex; flex-direction: column; justify-content: center; }
.keynote-copy h2 { margin: 0; font-size: clamp(2.8rem, 4.7vw, 5.15rem); }
.keynote-copy .talk-title { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.08; margin: 36px 0 12px; }
.keynote-copy p { max-width: 560px; color: rgba(255,255,255,.78); }
.keynote-copy .button { margin-top: 24px; align-self: flex-start; }

.about-home { padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.about-grid h2 { margin: 0; font-size: clamp(2.8rem, 4.7vw, 5.1rem); }
.about-grid .lead { margin-top: 0; font-size: 1.35rem; }
.about-grid p { max-width: 640px; }
.about-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 34px; }
.about-facts span { border: 1px solid var(--line); padding: 9px 13px; font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.cases { background: var(--white); padding: 110px 0; border-block: 1px solid var(--line); }
.cases h2 { margin: 0 0 58px; font-size: clamp(3rem, 5vw, 5.4rem); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.case { min-height: 360px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.case:last-child { border-right: 0; }
.case:nth-child(2) { background: var(--sage); color: var(--ink); }
.case small { font-size: .69rem; text-transform: uppercase; letter-spacing: .14em; }
.case strong { display: block; font-family: var(--serif); font-size: clamp(3.3rem, 6vw, 5.8rem); font-weight: 400; line-height: .86; letter-spacing: -.06em; margin-bottom: 14px; }
.case p { margin: 0; font-size: 1.02rem; }

.contact-band { padding: 78px 0; background: var(--lavender); color: var(--ink); }
.contact-band .shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.contact-band h2 { font-size: clamp(2.5rem, 4.6vw, 4.8rem); margin: 0; }
.contact-band p { max-width: 510px; color: var(--muted); }
.contact-band .button.light { background: var(--olive); color: white; border-color: var(--olive); }
.contact-band .button.light:hover { background: var(--olive-light); border-color: var(--olive-light); }

.site-footer { background: var(--olive); color: white; padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.footer-name { font-family: var(--serif); font-size: 1.5rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.72); font-size: .8rem; }
.footer-meta { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; font-size: .72rem; color: rgba(255,255,255,.5); }

.page-hero { padding: 62px 0 44px; border-bottom: 1px solid var(--line); }
.page-hero .shell { display: grid; grid-template-columns: .62fr 1.38fr; gap: 40px; }
.page-hero h1 { margin: 0; font-size: clamp(3rem, 5.7vw, 6.25rem); }
.page-hero .intro { font-size: 1.18rem; max-width: 700px; margin: 26px 0 0; }
.content-section { padding: 100px 0; }
.page-hero + .content-section { padding-top: 56px; }
.content-section.white { background: var(--white); }
.content-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; }
.content-grid h2 { font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.2rem); font-weight: 400; line-height: 1; margin: 0; letter-spacing: -.045em; }
.content-grid .lead { font-size: 1.25rem; margin-top: 0; }
.sub-display { font-family: var(--serif); font-size: clamp(2.5rem, 4.4vw, 4.6rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; margin: 0; }
.book-page-title { font-size: clamp(3rem, 5.6vw, 5.8rem); margin: 0; }
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.offer { background: var(--paper); padding: 34px; min-height: 250px; }
.offer h3 { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.05; margin: 0 0 20px; }
.offer p { color: var(--muted); }
.bullets { padding: 0; margin: 24px 0; list-style: none; }
.bullets li { padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); position: relative; }
.bullets li::before { content: '•'; position: absolute; left: 3px; color: var(--olive-light); }
.talks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.talk { padding: 38px; background: var(--olive); color: white; min-height: 330px; }
.talk.alt { background: var(--blush); color: var(--ink); }
.talk.sage { background: var(--sage); color: var(--ink); }
.talk small { text-transform: uppercase; letter-spacing: .14em; opacity: .65; }
.talk h2 { margin: 20px 0 12px; font-family: var(--serif); font-weight: 400; font-size: clamp(2.1rem, 3.7vw, 3.8rem); line-height: .98; letter-spacing: -.05em; }
.talk p { max-width: 720px; color: rgba(255,255,255,.72); }
.talk.alt p, .talk.sage p { color: var(--muted); }
.process { counter-reset: steps; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); border-top: 1px solid var(--line); }
.step { counter-increment: steps; padding: 30px 30px 30px 0; border-bottom: 1px solid var(--line); }
.step::before { content: '0' counter(steps); display: block; color: var(--olive-light); font-size: .72rem; letter-spacing: .12em; margin-bottom: 35px; }
.step h3 { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; margin: 0 0 12px; }
.step p { color: var(--muted); }
.bio-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.bio-item { background: var(--paper); padding: 30px; }
.bio-item strong { display: block; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; margin-bottom: 8px; }
.bio-item span { color: var(--muted); }
.contact-card { background: var(--sage); color: var(--ink); padding: 38px; max-width: 720px; }
.contact-card a { display: block; font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 2rem); line-height: 1.35; text-underline-offset: 6px; }
.contact-card .contact-email { font-size: clamp(1.5rem, 3vw, 2.45rem); }
.contact-card .inline-link { display: inline; font: inherit; }
.contact-card p, .contact-card address { color: var(--muted); margin: 18px 0 0; font-size: .95rem; font-style: normal; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6vw; align-items: center; }
.contact-portrait { min-height: 500px; height: 100%; object-fit: cover; object-position: 50% 30%; }
.portrait-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; }
.portrait-grid img { width: 100%; max-height: 650px; object-fit: cover; object-position: 50% 28%; }
.portrait-grid .about-portrait { aspect-ratio: 4 / 5; object-position: 50% 38%; }
.detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.detail-card { background: var(--paper); padding: 30px; min-height: 190px; }
.detail-card small { display: block; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); margin-bottom: 12px; }
.detail-card h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.08; margin: 0 0 12px; }
.detail-card p { color: var(--muted); margin: 0; }
.testimonial { padding: 56px; background: var(--blush); }
.testimonial blockquote { margin: 0; max-width: 900px; font-family: var(--serif); font-size: clamp(2rem, 3.8vw, 3.8rem); line-height: 1.08; letter-spacing: -.04em; }
.testimonial cite { display: block; margin-top: 22px; font-style: normal; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.testimonial-grid .testimonial { height: 100%; }
.previous-talks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.previous-talk { padding: 28px 28px 28px 0; border-bottom: 1px solid var(--line); }
.previous-talk:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.previous-talk h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; line-height: 1.1; margin: 0 0 10px; }
.previous-talk p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-note { margin-top: 44px; max-width: 780px; }
.service-note h2 { font-family: var(--serif); font-size: clamp(2rem, 3.7vw, 3.7rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.book-manifesto { background: var(--olive); color: white; padding: 100px 0; }
.book-manifesto blockquote { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.05em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 97px 0 auto; min-height: calc(100vh - 97px); background: var(--paper); color: var(--ink); padding: 38px 28px; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(100%); transition: transform .25s ease; }
  .menu-open .nav-links { transform: none; }
  .nav-links a { font-family: var(--serif); font-size: 2rem; font-weight: 400; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .nav-contact { border-width: 0 0 1px; }
  .nav-book { border: 0; }
  .hero { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); }
  .hero-copy { padding: 42px 28px; }
  .hero h1 { font-size: 2.5rem; }
  .hero-visual { min-height: 500px; }
  .book-grid, .about-grid, .contact-band .shell, .page-hero .shell, .content-grid { grid-template-columns: 1fr; }
  .keynote { grid-template-columns: 1fr; }
  .keynote-copy { padding: 70px 28px; }
  .section-head { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 46px 1fr 30px; }
  .service-row p { grid-column: 2; }
  .case-grid { grid-template-columns: 1fr; }
  .case { border-right: 0; border-bottom: 1px solid var(--line); min-height: 280px; }
  .case:last-child { border-bottom: 0; }
  .process { grid-template-columns: 1fr; }
  .contact-portrait { min-height: 420px; width: 100%; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .shell, .nav-wrap { padding-left: 20px; padding-right: 20px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 20px; }
  .hero h1 { font-size: 2.72rem; }
  .hero-visual { min-height: 360px; }
  .book-section, .services, .about-home, .cases, .contact-band, .content-section { padding: 76px 0; }
  .book-stage { min-height: 430px; padding: 42px; }
  .service-row { gap: 16px; }
  .keynote-image { min-height: 420px; }
  .page-hero { padding: 48px 0 36px; }
  .page-hero h1 { font-size: clamp(2.6rem, 13vw, 3.25rem); }
  .page-hero + .content-section { padding-top: 48px; }
  .offer-grid, .bio-list, .detail-list, .talks, .previous-talks, .portrait-grid, .contact-layout, .testimonial-grid { grid-template-columns: 1fr; }
  .previous-talk:nth-child(even) { padding-left: 0; border-left: 0; }
  .talk, .contact-card { padding: 28px; }
  .testimonial { padding: 34px 24px; }
  .contact-portrait { min-height: 350px; }
  .footer-grid, .footer-meta { grid-template-columns: 1fr; display: grid; }
  .footer-links { justify-content: flex-start; gap: 15px; }
}
