:root {
  --frp-blue: #004f80;
  --frp-dark: #003955;
  --frp-cyan: #009fdf;
  --frp-red: #d40f14;
  --frp-yellow: #f5bd70;
  --frp-turquoise: #2db8c5;
  --ink: #231f20;
  --muted: #5d6870;
  --paper: #ffffff;
  --soft: #f1f5f7;
  --line: rgba(0, 57, 85, 0.16);
  --shadow: 0 22px 65px rgba(0, 57, 85, 0.15);
  --radius: 24px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 12px 18px; color: white; background: var(--frp-dark); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; top: 14px; left: 50%; z-index: 100; width: min(1240px, calc(100% - 28px)); min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; transform: translateX(-50%); padding: 10px 11px 10px 20px; background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.78); border-radius: 14px; box-shadow: 0 8px 34px rgba(0,57,85,.13); backdrop-filter: blur(18px); transition: box-shadow .2s, top .2s; }
.site-header.scrolled { top: 8px; box-shadow: 0 14px 44px rgba(0,57,85,.2); }
.brand { min-width: 0; display: flex; align-items: center; gap: 18px; }
.brand > img { width: 218px; height: auto; flex: 0 0 auto; }
.candidate-name { display: grid; gap: 3px; padding-left: 18px; border-left: 1px solid var(--line); line-height: 1.1; }
.candidate-name strong { color: var(--frp-dark); font-size: 13px; }
.candidate-name small { color: var(--muted); font-size: 11px; }
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav > a:not(.nav-cta) { padding: 12px 9px; color: #425762; border-radius: 8px; font-size: 13px; font-weight: 700; transition: color .2s, background .2s; }
.main-nav > a:not(.nav-cta):hover, .main-nav > a.active:not(.nav-cta) { color: var(--frp-blue); background: #edf6fa; }
.nav-cta { margin-left: 8px; display: inline-flex; align-items: center; gap: 12px; padding: 14px 16px; color: var(--frp-dark); background: var(--frp-yellow); border-radius: 9px; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(245,189,112,.35); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--frp-dark); transition: .25s; }

.section { padding: 130px max(24px, calc((100vw - 1180px) / 2)); }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--frp-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 3px; background: currentColor; }
.eyebrow.light { color: #8fe6ee; }
h1, h2, h3 { margin-top: 0; color: var(--frp-dark); font-family: Arial, Helvetica, sans-serif; font-weight: 900; text-wrap: balance; }
h1 { margin-bottom: 24px; font-size: clamp(3.45rem, 6.7vw, 6.8rem); line-height: .92; letter-spacing: -.065em; }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4.5vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
h3 { letter-spacing: -.035em; }
p { line-height: 1.65; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 14px 20px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--frp-dark); background: var(--frp-yellow); box-shadow: 0 13px 28px rgba(245,189,112,.24); }
.button-primary:hover { background: #ffc875; box-shadow: 0 17px 35px rgba(245,189,112,.34); }
.button-secondary { color: white; background: var(--frp-blue); }
.button-outline-light { color: white; background: transparent; border-color: rgba(255,255,255,.55); }
.button-outline-light:hover { background: rgba(255,255,255,.1); }
.full { width: 100%; }

.hero { min-height: 100vh; display: grid; grid-template-columns: .97fr 1.03fr; align-items: center; gap: 66px; color: white; background: var(--frp-dark); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -390px; top: 18%; border: 1px solid rgba(0,159,223,.35); border-radius: 50%; box-shadow: 0 0 0 100px rgba(0,159,223,.04), 0 0 0 200px rgba(0,159,223,.025); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { color: white; }
.hero h1 em { color: #8fe6ee; font-style: normal; }
.hero-lead { max-width: 650px; margin: 0 0 34px; color: #d5e3ea; font-size: clamp(1.05rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.trust-row div { display: grid; gap: 4px; }
.trust-row strong { color: white; font-size: 14px; }
.trust-row span { color: #9fb8c4; font-size: 11px; line-height: 1.4; }
.hero-photo { position: relative; height: min(690px, 72vh); min-height: 570px; margin: 0; border-radius: 22px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.hero-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,57,85,.7)); pointer-events: none; }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-photo figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: auto 1fr; gap: 2px 10px; align-items: center; padding: 16px 18px; color: white; background: rgba(0,57,85,.84); border: 1px solid rgba(255,255,255,.26); border-radius: 12px; backdrop-filter: blur(10px); }
.hero-photo figcaption strong { grid-column: 2; font-size: 14px; }
.hero-photo figcaption small { grid-column: 2; color: #c8dbe4; }
.status-dot { grid-row: 1 / span 2; width: 10px; height: 10px; background: #8fe6ee; border-radius: 50%; box-shadow: 0 0 0 6px rgba(143,230,238,.14); }

.politics { background: var(--soft); }
.section-heading { max-width: 820px; margin-bottom: 58px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.issue-explorer { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; }
.issue-tabs { display: grid; gap: 10px; }
.issue-tab { width: 100%; min-height: 106px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding: 18px 21px; color: var(--frp-dark); text-align: left; background: transparent; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; transition: background .22s, color .22s, transform .22s, box-shadow .22s; }
.issue-tab:hover { transform: translateX(4px); }
.issue-tab.active { color: white; background: var(--frp-blue); border-color: var(--frp-blue); box-shadow: 0 16px 38px rgba(0,79,128,.18); }
.issue-number { align-self: start; margin-top: 3px; color: var(--frp-turquoise); font-size: 12px; font-weight: 900; }
.issue-tab > span:nth-child(2) { display: grid; gap: 5px; }
.issue-tab strong { font-size: 16px; }
.issue-tab small { color: var(--muted); }
.issue-tab.active small { color: rgba(255,255,255,.72); }
.tab-arrow { font-size: 18px; }
.issue-stage { min-height: 350px; padding: 42px; background: white; border-radius: 16px; box-shadow: 0 18px 55px rgba(0,57,85,.08); }
.issue-panel { animation: panel-in .4s ease both; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.issue-icon { width: 54px; height: 54px; display: grid; place-items: center; color: white; background: var(--frp-cyan); border-radius: 10px; font-size: 24px; }
.issue-kicker { margin: 24px 0 9px; color: var(--frp-turquoise); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.issue-panel h3 { margin-bottom: 14px; font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.05; }
.issue-panel > p:not(.issue-kicker) { max-width: 620px; color: var(--muted); }
.issue-panel ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; }
.issue-panel li { padding: 9px 12px; color: var(--frp-dark); background: #e6f4f8; border-radius: 100px; font-size: 12px; font-weight: 700; }

.articles-block { scroll-margin-top: 100px; margin-top: 135px; padding-top: 55px; border-top: 1px solid var(--line); }
.articles-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 38px; }
.articles-heading h2 { margin-bottom: 0; }
.articles-heading > p { max-width: 480px; margin: 0 0 6px; color: var(--muted); }
.article-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); gap: 20px; }
.article-card { min-height: 410px; display: grid; grid-template-columns: 1fr .85fr; overflow: hidden; color: white; background: var(--frp-dark); border-radius: 16px; box-shadow: var(--shadow); }
.article-card-copy { display: flex; flex-direction: column; justify-content: space-between; gap: 22px; padding: 35px; }
.article-card-meta { display: flex; flex-wrap: wrap; gap: 9px; color: #b8ccd5; font-size: 12px; }
.article-card-meta span { color: var(--frp-dark); padding: 6px 9px; background: var(--frp-turquoise); border-radius: 100px; font-weight: 800; }
.article-card h3 { margin: 0 0 13px; color: white; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.02; }
.article-card p { margin: 0; color: #c8dbe4; }
.article-card-link { display: inline-flex; align-items: center; gap: 15px; color: #8fe6ee; font-weight: 800; }
.article-card > img { width: 100%; height: 100%; object-fit: cover; }
.article-more { min-height: 410px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.article-more span { width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--frp-cyan); border-radius: 50%; font-size: 22px; }
.article-more h3 { margin-bottom: 12px; font-size: 1.75rem; }
.article-more p { color: var(--muted); }
.article-more small { color: var(--frp-blue); font-weight: 800; }

.about { color: white; background: var(--frp-dark); }
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.about-photo { position: relative; min-height: 520px; border-radius: 18px; overflow: hidden; }
.about-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,57,85,.86)); }
.about-photo img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.about-photo > span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; max-width: 430px; color: white; font-size: 1.15rem; font-weight: 800; line-height: 1.4; }
.about-story h2 { color: white; }
.about-story p { color: #bdd0d9; }
.about-story .about-lead { color: white; font-size: 1.18rem; }
.signature { margin-top: 28px; color: #8fe6ee; font-size: 2.45rem; font-weight: 900; letter-spacing: -.06em; transform: rotate(-3deg); transform-origin: left; }
.connect-grid { scroll-margin-top: 100px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; margin-top: 125px; padding-top: 58px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-card, .facebook-card { color: var(--ink); background: white; border-radius: 16px; }
.contact-card { padding: 35px; }
.contact-card h3, .facebook-card h3 { margin-bottom: 14px; font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.06; }
.contact-card > p:not(.eyebrow) { color: var(--muted); }
.contact-links { display: grid; gap: 9px; margin: 27px 0 22px; }
.contact-links a { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 15px 17px; background: var(--soft); border: 1px solid transparent; border-radius: 10px; transition: border .2s, transform .2s; }
.contact-links a:hover { transform: translateX(3px); border-color: var(--frp-cyan); }
.contact-links span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.contact-links strong { color: var(--frp-dark); }
.contact-links b { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--frp-blue); }
.facebook-card { overflow: hidden; }
.facebook-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 30px 30px 12px; }
.facebook-head > a { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: white; background: var(--frp-blue); border-radius: 50%; font-size: 20px; }
.facebook-consent { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; padding: 35px; text-align: center; background: #eef6fa; border-top: 1px solid var(--line); }
.facebook-consent p { max-width: 390px; margin: 0; color: var(--muted); }
.facebook-consent > a { color: var(--frp-blue); font-size: 13px; font-weight: 700; }
.facebook-mark { width: 66px; height: 66px; display: grid; place-items: center; color: white; background: #1877f2; border-radius: 50%; font-size: 42px; font-family: Arial, sans-serif; font-weight: 900; }
.facebook-frame { width: 100%; height: 500px; border: 0; background: white; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 90px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); color: #9fb8c4; font-size: 12px; }
.footer-logo { padding: 14px; background: white; border-radius: 8px; }
.footer-logo img { width: 190px; height: auto; }
footer > div { display: flex; gap: 16px; }
footer button { color: white; background: transparent; border: 0; cursor: pointer; font-weight: 700; }

.toast { position: fixed; left: 50%; bottom: 24px; z-index: 200; opacity: 0; transform: translate(-50%, 18px); padding: 12px 18px; color: white; background: var(--frp-dark); border-radius: 100px; box-shadow: 0 12px 32px rgba(0,0,0,.25); pointer-events: none; transition: .28s; font-size: 13px; font-weight: 700; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

.article-page { background: var(--soft); }
.article-header { position: absolute; }
.article-back { padding: 12px 14px; color: var(--frp-blue); font-size: 13px; font-weight: 800; }
.article-detail { min-height: 75vh; padding: 120px max(24px, calc((100vw - 1180px) / 2)) 100px; }
.article-loading, .article-not-found { min-height: 60vh; display: grid; place-content: center; justify-items: center; text-align: center; }
.article-hero { display: grid; grid-template-columns: 1fr .9fr; min-height: 590px; color: white; background: var(--frp-dark); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.article-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 75px); }
.article-hero-copy > a { align-self: flex-start; margin-bottom: 28px; color: #8fe6ee; font-weight: 800; }
.article-meta { display: flex; gap: 10px; align-items: center; color: #b9ced8; font-size: 12px; }
.article-meta span { color: var(--frp-dark); padding: 6px 10px; background: var(--frp-turquoise); border-radius: 100px; font-weight: 800; }
.article-hero h1 { color: white; font-size: clamp(3rem, 6vw, 6.2rem); }
.article-lead { margin: 0; color: #d5e3ea; font-size: 1.2rem; }
.article-hero > img { width: 100%; height: 100%; object-fit: cover; }
.article-body { max-width: 760px; margin: 0 auto; padding: 70px 28px; }
.article-body > p { color: #354851; font-size: 1.1rem; line-height: 1.82; }
.article-body > p:first-child { color: var(--frp-dark); font-size: 1.22rem; font-weight: 700; }
.article-body h2 { margin-top: 50px; font-size: clamp(2rem, 4vw, 3.3rem); }
.article-author { display: flex; align-items: center; gap: 13px; margin-top: 55px; padding-top: 26px; border-top: 1px solid var(--line); }
.article-author > span { width: 52px; height: 52px; display: grid; place-items: center; color: white; background: var(--frp-blue); border-radius: 50%; font-weight: 900; }
.article-author > div { display: grid; gap: 3px; }
.article-author small { color: var(--muted); }
.share-article { margin-top: 24px; padding: 12px 0; color: var(--frp-blue); background: transparent; border: 0; cursor: pointer; font-weight: 800; }
.article-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; margin: 0; padding: 38px max(24px, calc((100vw - 1180px) / 2)); color: white; background: var(--frp-dark); }
.article-footer strong { font-size: 1.3rem; }
.article-footer p { margin: 6px 0 0; color: #aec4ce; }
.article-footer > div:nth-child(2) { display: grid; gap: 6px; color: #8fe6ee; font-weight: 700; }

@media (max-width: 1080px) {
  .candidate-name { display: none; }
  .brand > img { width: 200px; }
  .main-nav > a:not(.nav-cta) { padding-inline: 7px; }
}

@media (max-width: 920px) {
  .site-header { top: 8px; width: calc(100% - 16px); }
  .brand > img { width: 195px; }
  .menu-toggle { display: block; position: relative; z-index: 3; flex: 0 0 auto; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; top: 82px; left: 0; right: 0; display: grid; gap: 3px; opacity: 0; visibility: hidden; transform: translateY(-7px); padding: 13px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); transition: .24s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a:not(.nav-cta) { padding: 13px; }
  .nav-cta { margin: 5px 0 0; justify-content: center; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-photo { height: 600px; }
  .issue-explorer, .about-intro, .connect-grid { grid-template-columns: 1fr; }
  .articles-heading { grid-template-columns: 1fr; gap: 14px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-more { min-height: 250px; }
  .about-intro { gap: 55px; }
  .connect-grid { gap: 20px; }
  .article-hero { grid-template-columns: 1fr; }
  .article-hero > img { max-height: 470px; }
  .article-footer { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 620px) {
  .section { padding: 108px 18px; }
  .site-header { min-height: 68px; padding: 9px 8px 9px 14px; }
  .brand > img { width: 172px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .hero { gap: 43px; }
  .hero-actions { display: grid; }
  .trust-row { grid-template-columns: 1fr 1fr; margin-top: 42px; }
  .trust-row div:last-child { grid-column: span 2; }
  .hero-photo { height: 510px; min-height: 510px; }
  .hero-photo > img { object-position: 55% center; }
  .hero-photo figcaption { left: 14px; right: 14px; bottom: 14px; }
  .issue-stage { padding: 27px 21px; }
  .issue-tab { grid-template-columns: 34px 1fr auto; padding: 15px; }
  .articles-block { margin-top: 100px; }
  .article-card { grid-template-columns: 1fr; }
  .article-card-copy { min-height: 360px; padding: 28px 24px; }
  .article-card > img { height: 260px; }
  .about-photo, .about-photo img { min-height: 390px; }
  .contact-card { padding: 27px 21px; }
  .facebook-head { padding: 25px 21px 10px; }
  .facebook-consent { min-height: 360px; padding: 25px 20px; }
  footer { align-items: flex-start; flex-wrap: wrap; }
  footer > div { width: 100%; }
  .article-header .candidate-name { display: none; }
  .article-back { font-size: 0; }
  .article-back::after { content: "← Artikler"; font-size: 13px; }
  .article-detail { padding: 98px 12px 70px; }
  .article-hero-copy { padding: 38px 24px; }
  .article-hero h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .article-body { padding: 55px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
