@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {
  --ink: #173329;
  --gold: #b18a36;
  --paper: #f7f5ef;
  --line: #d9d4c8;
  --muted: #6d716c;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.75;
}
img { max-width: 100%; display: block; }

.sv { display: none; }
body.show-sv .fi { display: none !important; }
body.show-sv .sv { display: block; }

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(247,245,239,.96);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(8px);
}
.header-inner {
  max-width: var(--max);
  margin: auto;
  padding: 17px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand { color: var(--ink); text-decoration: none; display: flex; gap: 13px; align-items: baseline; }
.brand-name { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; letter-spacing: .09em; font-size: 22px; }
.brand-sub { font-size: 11px; letter-spacing: .28em; }
.language-switch { display: flex; gap: 8px; align-items: center; font-size: 12px; letter-spacing: .16em; }
.lang {
  border: 0; background: transparent; color: var(--muted); cursor: pointer; padding: 3px;
  font: inherit; letter-spacing: inherit;
}
.lang.active { color: var(--ink); font-weight: 700; border-bottom: 1px solid var(--gold); }

.hero { max-width: 1420px; margin: 0 auto; }
.hero-image-wrap { position: relative; overflow: hidden; }
.hero-image-wrap img { width: 100%; height: min(68vh, 720px); object-fit: cover; filter: grayscale(1) contrast(.92); }
.hero-caption {
  position: absolute; bottom: 18px; left: 28px; font-size: 11px; letter-spacing: .08em;
  background: rgba(247,245,239,.88); padding: 7px 11px;
}
.hero-copy { max-width: var(--max); margin: 0 auto; padding: 58px 28px 80px; }
.eyebrow { font-size: 11px; letter-spacing: .22em; font-weight: 600; margin: 0 0 18px; color: var(--gold); }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; line-height: 1.05; }
h1 { font-size: clamp(52px, 8vw, 108px); letter-spacing: -.025em; margin: 0 0 22px; }
h2 { font-size: clamp(42px, 5vw, 66px); margin: 0 0 28px; }
h3 { font-size: 34px; margin: 50px 0 16px; }
.lead { font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; line-height: 1.25; max-width: 700px; margin: 0; }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 95px 28px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 38px;
  border-top: 1px solid var(--line);
}
.section-label { font-size: 10px; letter-spacing: .2em; color: var(--gold); padding-top: 9px; font-weight: 600; }
.section-content { max-width: 760px; }
.section p { margin: 0 0 22px; }
.large { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; line-height: 1.35; }
.pullquote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 64px !important;
  line-height: 1 !important;
  margin: 45px 0 !important;
  color: var(--gold);
}
.note { border-left: 2px solid var(--gold); padding: 16px 22px; margin-top: 35px; background: #f0ede4; }

.manifesto { background: var(--ink); color: var(--paper); }
.manifesto-inner { max-width: var(--max); margin: 0 auto; padding: 100px 28px; }
.manifesto h2 { color: var(--paper); max-width: 700px; }
.manifesto-lead { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; max-width: 740px; }
.principles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 60px 0; }
.principles div { border-top: 1px solid rgba(247,245,239,.35); padding-top: 15px; }
.principles span { display: block; font-size: 10px; color: #c7a85f; margin-bottom: 8px; }
.principles strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; }
blockquote { font-family: "Cormorant Garamond", Georgia, serif; font-size: 50px; line-height: 1.1; margin: 45px 0 5px; max-width: 720px; }
.quote-note { color: #c9c8c0; font-size: 12px; }

.timeline { border-top: 1px solid var(--line); }
.timeline > div { display: grid; grid-template-columns: 100px 1fr; border-bottom: 1px solid var(--line); padding: 18px 0; }
.timeline span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; }
.timeline p { margin: 0 !important; }

.swedish-section { min-height: 650px; }
.swedish-section .section-content { max-width: 720px; }
.swedish-aside { margin-top: 55px; border-top: 1px solid var(--line); padding-top: 25px; }

.site-footer {
  background: #eeeae0; border-top: 1px solid var(--line); padding: 38px 28px;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 25px; align-items: center;
  max-width: none; font-size: 11px; letter-spacing: .06em;
}
.footer-logo-wrap { display: flex; align-items: center; }
.footer-logo { display: block; width: 180px; height: 180px; object-fit: contain; }
.footer-motto { font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; }
.footer-copy { color: var(--muted); text-align: right; }

@media (max-width: 760px) {
  .header-inner { padding: 14px 18px; }
  .brand-name { font-size: 18px; }
  .hero-image-wrap img { height: 52vh; }
  .hero-caption { left: 14px; right: 14px; bottom: 14px; }
  .hero-copy { padding: 45px 20px 65px; }
  h1 { font-size: 54px; }
  .lead { font-size: 24px; }
  .section { padding: 68px 20px; grid-template-columns: 1fr; gap: 10px; }
  .section-label { padding-top: 0; }
  .large { font-size: 26px; }
  .pullquote { font-size: 50px !important; }
  .manifesto-inner { padding: 70px 20px; }
  .principles { grid-template-columns: 1fr 1fr; margin: 40px 0; }
  blockquote { font-size: 40px; }
  .site-footer { grid-template-columns: 1fr; padding: 38px 20px; }
  .footer-copy { text-align: left; }
}
