:root {
  --cream:#fbf7f0; --paper:#f1ece3; --ink:#282835; --green:var(--ink);
  --red:#eb1741; --red-text:#bd1435; --button:#d8133b;
  --muted:#66616a; --line:#ded8ce; --pink:#f4dedb;
  --sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --serif:Georgia,'Times New Roman',serif;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:24px; }
body { margin:0; background:var(--cream); color:var(--ink); font:15px/1.6 var(--sans); }
a { color:inherit; text-underline-offset:4px; }
a:hover { color:var(--red-text); }
button,input,select { font:inherit; color:inherit; }
button,a { touch-action:manipulation; }
button { cursor:pointer; }
:focus-visible { outline:3px solid var(--red); outline-offset:5px; }
[hidden] { display:none!important; }
h1,h2,h3,p,figure { margin:0; }
h1,h2,h3 { font-weight:600; letter-spacing:-.045em; line-height:1.13; }
h2 { font-size:clamp(30px,3.5vw,44px); }
h3 { font-size:23px; }
p+p { margin-top:16px; }
.wrap { max-width:1248px; margin-inline:auto; padding-inline:48px; }
.section-space { padding-block:76px; }
.eyebrow { font-size:10px; text-transform:uppercase; letter-spacing:.13em; font-weight:600; margin-bottom:19px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }
.skip-link { position:fixed; top:10px; left:10px; z-index:30; padding:12px 20px; background:var(--ink); color:white; transform:translateY(-160%); }
.skip-link:focus { transform:translateY(0); }
.button { display:inline-flex; align-items:center; justify-content:center; gap:28px; background:var(--button); color:#fff; border:1px solid var(--button); padding:15px 22px; border-radius:5px; text-decoration:none; font-size:13px; font-weight:600; line-height:1.5; }
.button span[aria-hidden] { font-size:20px; line-height:1; }
.button:hover { background:#b60f31; border-color:#b60f31; color:white; }
.button-outline { background:transparent; color:var(--ink); border-color:var(--ink); }
.button-outline:hover { background:var(--ink); border-color:var(--ink); }
.site-header { background:var(--ink); color:var(--cream); }
.header-inner { display:flex; align-items:center; justify-content:space-between; min-height:86px; gap:24px; }
.wordmark { display:inline-flex; text-decoration:none; flex-shrink:0; }
.wordmark img { width:178px; height:auto; display:block; }
.site-header nav { display:flex; gap:30px; font-size:12px; }
.site-header nav a { text-decoration:none; }
.site-header nav a:hover { color:#fff; text-decoration:underline; }
.hero { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; padding-block:64px; }
.hero h1 { font-size:clamp(65px,7.5vw,96px); line-height:1.03; letter-spacing:-.065em; }
.hero h1>span { color:var(--red); }
.hero-status { font-size:14px; font-weight:600; margin-top:26px; }
.hero-intro { max-width:365px; color:var(--muted); margin:12px 0 29px; font-size:16px; line-height:1.8; }
.hero-photo { position:relative; }
.hero-photo img { width:100%; height:auto; aspect-ratio:1.18; object-fit:cover; display:block; border-radius:6px; }
.hero-photo figcaption { position:absolute; bottom:14px; left:16px; color:white; font-size:11px; padding:5px 9px; background:#282835b8; border-radius:3px; }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:32px; }
.section-heading .eyebrow { color:var(--red-text); margin-bottom:14px; }
.section-heading>p { font-size:12px; color:var(--muted); max-width:330px; }
.directory { background:var(--paper); border-block:1px solid var(--line); }
.directory-tools { display:grid; grid-template-columns:1fr 265px; gap:14px; margin-bottom:18px; }
.search-field { display:flex; align-items:center; gap:13px; background:var(--cream); border:1px solid #ccc6bd; border-radius:5px; padding:0 17px; }
.search-field svg { width:19px; height:19px; stroke:var(--muted); stroke-width:1.5; flex-shrink:0; }
.search-field input { width:100%; height:53px; border:0; background:transparent; font-size:13px; min-width:0; }
.search-field input::placeholder { color:var(--muted); }
.channel-select select { width:100%; height:55px; background:var(--cream); border:1px solid #ccc6bd; border-radius:5px; padding:0 14px; font-size:12px; }
.category-filters { display:flex; flex-wrap:wrap; gap:8px; }
.filter { background:transparent; border:1px solid #cfc8bf; border-radius:30px; padding:11px 15px; font-size:11px; line-height:1.5; }
.filter:hover { border-color:var(--red); }
.filter.active { color:var(--red-text); border-color:var(--red); background:#f9e3e2; }
.filter>span { margin-left:5px; opacity:.75; }
.directory-meta { padding:22px 0 18px; font-size:11px; color:var(--muted); }
.producer-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); grid-auto-rows:1fr; gap:24px; align-items:stretch; }
.producer-card { position:relative; display:flex; flex-direction:column; height:100%; background:var(--cream); border:1px solid #dfd9cf; border-radius:6px; overflow:hidden; scroll-margin-top:30px; transition:border-color .15s; }
.producer-card:hover { border-color:var(--red); }
.producer-profile-link { display:flex; justify-content:space-between; align-items:baseline; gap:12px; text-decoration:none; }
.producer-profile-link::after { content:''; position:absolute; inset:0; z-index:1; }
.producer-profile-link:focus-visible { outline:none; }
.producer-card:focus-within { outline:3px solid var(--red); outline-offset:4px; }
.producer-image { aspect-ratio:2.15; min-height:140px; flex-shrink:0; position:relative; background:#e3dbd1; overflow:hidden; }
.producer-image img { width:100%; height:100%; object-fit:cover; display:block; }
.category-label { position:absolute; left:12px; top:12px; padding:3px 8px; background:var(--cream); border-radius:3px; font-size:9px; font-weight:600; box-shadow:0 1px 5px #00000014; }
.image-placeholder { display:grid; place-items:center; height:100%; padding:24px; color:var(--red-text); font-size:26px; font-weight:600; line-height:1.2; text-align:center; }
.producer-copy { padding:14px 16px 16px; display:flex; flex-direction:column; flex:1; }
.producer-card-meta { display:flex; justify-content:space-between; align-items:baseline; gap:12px; margin-bottom:5px; color:var(--muted); font-size:10px; line-height:1.5; }
.producer-card-meta>span { white-space:nowrap; }
.producer-location { min-width:0; }
.producer-copy h3 { font-size:22px; letter-spacing:-.035em; overflow-wrap:anywhere; }
.producer-card-arrow { flex-shrink:0; font-size:19px; font-weight:400; }
.producer-description { font-size:12px; color:var(--muted); margin-top:7px; line-height:1.6; }
.card-channels { position:absolute; inset:auto 12px 12px; display:flex; flex-wrap:wrap; gap:5px; list-style:none; padding:0; margin:0; }
.card-channels li { background:var(--cream); border:1px solid #ffffff80; border-radius:4px; padding:3px 7px; font-size:10px; line-height:1.5; box-shadow:0 1px 5px #00000014; }
.profile-products li { border:1px solid var(--line); border-radius:4px; padding:3px 7px; font-size:10px; }
.card-availability { color:var(--muted); font-size:11px; margin-top:8px; line-height:1.5; }
.producer-card:hover .producer-card-arrow { color:var(--red-text); }
.outlet-list { padding:0; margin:18px 0 0; list-style:none; }
.outlet { border-top:1px solid var(--line); padding-top:14px; }
.outlet+.outlet { margin-top:15px; }
.outlet-kind { display:block; color:var(--red-text); font-size:9px; text-transform:uppercase; letter-spacing:.09em; font-weight:600; margin-bottom:5px; }
.outlet-name { display:inline; font-size:13px; font-weight:600; text-decoration:none; line-height:1.6; }
.outlet-name:hover { text-decoration:underline; }
.outlet-name>span[aria-hidden] { margin-left:4px; }
.outlet-address { font-size:12px; margin-top:4px; }
.outlet-note { font-size:11px; color:var(--muted); line-height:1.65; margin-top:6px; }
.more-outlets { border-top:1px solid var(--line); margin-top:16px; }
.more-outlets summary { display:flex; justify-content:space-between; gap:15px; padding-top:14px; list-style:none; cursor:pointer; font-size:12px; font-weight:600; }
.more-outlets summary::-webkit-details-marker { display:none; }
.more-outlets summary>span { font-size:11px; font-weight:400; }
.more-outlets[open] summary>span>span { display:inline-block; transform:rotate(45deg); }
.more-outlets .outlet-list { margin-top:13px; }
.more-outlets .outlet:first-child { border:0; padding-top:0; }
.producer-status,.unconfirmed-label { font-size:12px; border-top:1px solid var(--line); padding-top:15px; margin-top:18px; color:var(--muted); }
.producer-status strong { color:var(--ink); font-size:11px; font-weight:600; }
.producer-status p { margin-top:6px; font-size:11px; }
.producer-status a { font-size:10px; }
.show-more { text-align:center; margin-top:32px; }
.empty-state { text-align:center; padding:55px 20px; }
.empty-state p { font-size:13px; color:var(--muted); margin:13px 0 22px; }
.community-thanks { background:var(--pink); border-bottom:1px solid var(--line); }
.community-heading { max-width:740px; }
.community-heading h2 { font-size:clamp(25px,2.6vw,32px); line-height:1.25; text-wrap:balance; }
.community-heading p { color:var(--muted); font-size:14px; max-width:650px; margin-top:20px; }
.team-content { display:grid; gap:36px; }
.team-names { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px 24px; padding:26px 0 0; margin:0; list-style:none; color:#000; }
.team-names li { min-width:0; }
.team-person-name { display:block; font-size:13px; font-weight:400; line-height:1.7; letter-spacing:0; }
.team-person-detail { display:block; font-size:10px; margin-top:5px; color:var(--muted); }
.team-gallery { position:relative; isolation:isolate; width:100%; max-width:1040px; aspect-ratio:1.85; margin-inline:auto; }
.team-gallery-photo { position:absolute; margin:0; overflow:hidden; border:6px solid var(--cream); border-radius:4px; background:var(--paper); box-shadow:0 3px 12px #28283518; }
.team-gallery-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.team-gallery-group { width:66%; aspect-ratio:8 / 5; top:2%; left:1%; transform:rotate(-1deg); z-index:1; }
.team-gallery-group img { width:108%; max-width:none; transform:translateX(-7.4074%); object-position:50% 35%; }
.team-gallery-community { width:38%; aspect-ratio:1.35; bottom:1%; left:45%; transform:rotate(-2deg); z-index:3; }
.team-gallery-community img { object-position:50% 85%; }
.team-gallery-filming { width:34%; aspect-ratio:4 / 5; top:6%; right:1%; transform:rotate(1.5deg); z-index:2; }
.team-gallery-filming img { object-position:50% 34%; }
.team-gallery-monochrome img { filter:grayscale(1); }
.team-section { border-bottom:1px solid var(--line); }
.team-section h2 { max-width:610px; }
.team-section h2,.partners h2,.producer-thanks h2,.kind-words h2,.press h2 { font-size:clamp(25px,2.6vw,32px); line-height:1.25; letter-spacing:-.035em; text-wrap:balance; }
.partner-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:32px 48px; margin:36px 0 0; padding:0; list-style:none; }
.partner { display:flex; align-items:center; justify-content:center; min-width:0; min-height:96px; }
.partner-logo { display:block; width:100%; max-width:160px; height:54px; object-fit:contain; filter:grayscale(1); mix-blend-mode:multiply; }
.partner[data-partner="research"] .partner-logo { max-width:210px; height:72px; }
.partner[data-partner="katapult"] .partner-logo { max-width:190px; }
.partner[data-partner="lysverket"] .partner-logo,.partner[data-partner="form-bergen"] .partner-logo { height:90px; }
.partner[data-partner="glode"] .partner-logo { height:80px; }
.partners { padding-bottom:40px; }
.kind-words { border-bottom:1px solid var(--line); }
.quotes { display:grid; grid-template-columns:1fr 1fr; gap:38px 64px; margin-top:36px; }
.quote blockquote { font:22px/1.55 var(--serif); letter-spacing:-.02em; margin:0 0 14px; }
.quote figcaption { display:flex; flex-direction:column; font-size:10px; line-height:1.8; color:var(--muted); }
.quote figcaption strong { color:var(--ink); font-size:12px; }
.press-logos { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.press-outlet { position:relative; min-width:0; }
.press-outlet summary { height:100px; display:flex; align-items:center; justify-content:center; gap:10px; padding:25px 20px; border:1px solid var(--line); border-radius:5px; cursor:pointer; list-style:none; background:#fffdf8; }
.press-outlet summary::-webkit-details-marker { display:none; }
.press-outlet summary img { width:100%; height:34px; object-fit:contain; max-width:175px; }
.press-wordmark { font:700 25px/1.1 var(--serif); letter-spacing:-1px; }
.press-count { position:absolute; bottom:8px; right:12px; font-size:9px; color:var(--muted); }
.press-outlet[open] { z-index:5; }
.press-outlet[open] summary { border-color:var(--red); }
.press-popover { position:absolute; top:calc(100% + 8px); left:0; width:340px; max-width:calc(100vw - 44px); padding:20px; background:var(--ink); color:var(--cream); border-radius:5px; box-shadow:0 8px 24px #28283524; z-index:6; }
.press-outlet:nth-child(4n) .press-popover { left:auto; right:0; }
.press-popover::before { content:''; position:absolute; top:-10px; left:0; right:0; height:10px; }
.press-popover-label { font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:.1em; opacity:.7; }
.press-popover ul { list-style:none; padding:0; margin:13px 0 0; }
.press-popover li+li { border-top:1px solid #ffffff29; padding-top:12px; margin-top:12px; }
.press-popover a { display:block; text-decoration:none; font-size:13px; line-height:1.5; }
.press-popover a:hover { color:white; text-decoration:underline; }
.press-date { display:block; font-size:10px; opacity:.65; margin-top:6px; }
.site-footer { background:var(--ink); color:var(--cream); border-top:1px solid #ffffff24; }
.footer-inner { display:flex; justify-content:space-between; align-items:center; gap:32px; padding-block:36px; }
.footer-inner .wordmark img { width:150px; }
.footer-inner p { max-width:46ch; font-size:13px; line-height:1.7; text-align:right; text-wrap:balance; }
@media(min-width:1450px) { .hero { padding-block:80px; } }
@media(max-width:1000px) {
  .wrap { padding-inline:30px; }
  .hero { gap:40px; }
  .hero h1 { font-size:70px; }
  .producer-grid { gap:16px; }
  .producer-copy { padding:13px 14px 15px; }
  .team-content { gap:28px; }
  .team-names { grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px 24px; }
  .quotes { gap:38px; }
  .press-logos { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .press-outlet:nth-child(4n) .press-popover { left:0; right:auto; }
  .press-outlet:nth-child(3n) .press-popover { left:auto; right:0; }
}
@media(max-width:720px) {
  .wrap { padding-inline:22px; }
  .section-space { padding-block:48px; }
  .header-inner { min-height:73px; }
  .wordmark img { width:148px; }
  .site-header nav { gap:16px; font-size:11px; }
  .site-header nav a:first-child { display:none; }
  .hero { grid-template-columns:1fr; padding-block:39px 42px; gap:30px; }
  .hero h1 { font-size:72px; }
  .hero-status { font-size:13px; margin-top:21px; }
  .hero-intro { font-size:14px; max-width:400px; margin:12px 0 24px; }
  .hero-photo img { aspect-ratio:1.6; max-height:390px; }
  .section-heading { display:block; margin-bottom:25px; }
  .section-heading>p { margin-top:14px; max-width:none; }
  .directory { padding-block:36px; }
  .directory .section-heading { margin-bottom:20px; }
  .directory h2 { font-size:28px; }
  .directory-tools { grid-template-columns:1fr; gap:8px; margin-bottom:12px; }
  .channel-select select { height:44px; }
  .search-field input { height:44px; font-size:12px; }
  .category-filters { flex-wrap:nowrap; gap:6px; overflow-x:auto; padding:2px 0 6px; scrollbar-width:thin; }
  .filter { flex-shrink:0; padding:10px 12px; font-size:10px; }
  .directory-meta { padding:12px 0; }
  .producer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
  .producer-copy { padding:12px 14px 14px; }
  .producer-copy h3 { font-size:21px; }
  .producer-description { font-size:11px; }
  .outlet-name { font-size:12px; }
  .category-label { left:10px; top:10px; }
  .card-channels { inset:auto 10px 10px; }
  .directory .show-more { margin-top:22px; }
  .community-heading p { font-size:13px; }
  .team-names { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px 20px; }
  .team-gallery { aspect-ratio:.97; }
  .team-gallery-photo { border-width:4px; }
  .team-gallery-group { width:94%; top:1%; left:2%; }
  .team-gallery-community { width:61%; top:52%; bottom:auto; left:1%; }
  .team-gallery-filming { width:46%; top:42%; right:1.5%; }
  .team-names { padding-top:24px; }
  .partner-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
  .partner-logo { max-width:145px; height:48px; }
  .partners { padding-bottom:30px; }
  .quotes { grid-template-columns:1fr; gap:28px; }
  .quote blockquote { font-size:21px; }
  .quote+.quote { border-top:1px solid var(--line); padding-top:28px; }
  .press-logos { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .press-outlet summary { height:90px; padding:25px 16px; }
  .press-outlet summary img { height:28px; }
  .press-outlet:nth-child(3n) .press-popover { left:0; right:auto; }
  .press-outlet:nth-child(2n) .press-popover { left:auto; right:0; }
  .press-wordmark { font-size:22px; }
  .footer-inner { flex-direction:column; gap:20px; padding-block:32px; }
  .footer-inner p { max-width:34ch; text-align:center; }
}
@media(max-width:560px) {
  .producer-grid { grid-template-columns:1fr; }
  .producer-image { aspect-ratio:2.3; }
  .producer-copy { padding:12px 15px 15px; }
  .producer-copy h3 { font-size:23px; }
  .producer-description { font-size:12px; }
  .outlet-name { font-size:14px; }
  .outlet-note { font-size:12px; }
  .hero h1 { font-size:clamp(59px,16.5vw,72px); }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none!important; animation:none!important; }
}
.press-outlet summary img { filter:brightness(0); }
.press-outlet[data-publisher="nrk"] summary img { height:58px; max-width:140px; }
.press-outlet[data-publisher="k7-bulletin"] summary img { filter:grayscale(1); mix-blend-mode:multiply; }
.press-outlet[data-publisher="nhh-bulletin"] summary img { width:24px; height:48px; }
.press-outlet[data-publisher="uib"] summary img { width:40px; height:40px; }
.press-institution-name { font-size:17px; font-weight:600; line-height:1.2; }

/* Producer profiles keep the overview compact and all practical details open. */
.profile-header-back { font-size:12px; text-decoration:none; }
.profile-header-back:hover { color:white; text-decoration:underline; }
.profile-header-back span { margin-left:10px; }
.profile-breadcrumb { display:flex; gap:12px; flex-wrap:wrap; padding-block:25px; font-size:11px; color:var(--muted); }
.profile-breadcrumb a { text-decoration:none; }
.profile-breadcrumb>span:last-child { color:var(--ink); }
.profile-hero { display:grid; grid-template-columns:1fr 1.05fr; gap:58px; align-items:center; padding-block:12px 56px; }
.profile-portrait { aspect-ratio:1.3; border-radius:6px; overflow:hidden; background:var(--paper); }
.profile-portrait img { width:100%; height:100%; object-fit:cover; display:block; }
.profile-intro .eyebrow { color:var(--red-text); margin-bottom:15px; }
.profile-intro h1 { font-size:clamp(38px,4.5vw,60px); line-height:1.06; letter-spacing:-.055em; overflow-wrap:anywhere; }
.profile-description { font-size:16px; color:var(--muted); margin-top:22px; line-height:1.75; }
.profile-products { display:flex; flex-wrap:wrap; gap:7px; list-style:none; padding:0; margin:20px 0 0; }
.profile-products li { padding:4px 9px; font-size:11px; }
.profile-body { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:64px; align-items:start; padding-top:42px; border-top:1px solid var(--line); }
.profile-main h2,.profile-contact h2 { font-size:27px; letter-spacing:-.035em; }
.profile-about>p:not(.profile-source) { font-size:14px; line-height:1.9; color:var(--muted); margin-top:20px; }
.profile-source { display:inline-block; font-size:11px; color:var(--muted); margin-top:14px; }
.profile-sales { margin-top:50px; }
.profile-no-outlets { font-size:13px; color:var(--muted); margin-top:14px; }
.profile-channel-nav { display:flex; flex-wrap:wrap; gap:8px; margin-top:23px; }
.profile-channel-nav a { border:1px solid var(--line); padding:7px 11px; border-radius:4px; font-size:11px; text-decoration:none; }
.profile-channel-nav a:hover { border-color:var(--red); }
.profile-channel-nav a span { margin-left:6px; opacity:.65; }
.profile-outlet-group { padding-top:38px; scroll-margin-top:20px; }
.profile-outlet-group h3 { display:flex; align-items:center; gap:12px; font-size:20px; letter-spacing:-.025em; }
.profile-outlet-group h3>span { font-size:11px; font-weight:400; color:var(--muted); }
.profile-outlets { padding:0; margin:19px 0 0; list-style:none; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.profile-outlet { padding:19px; border:1px solid var(--line); background:#fffdf8; border-radius:5px; min-width:0; }
.profile-outlet-name { font-size:14px; font-weight:600; line-height:1.5; text-decoration:none; }
.profile-outlet-name:hover { text-decoration:underline; }
.profile-outlet-name>span[aria-hidden] { white-space:nowrap; margin-left:3px; }
.profile-outlet-address { font-size:12px; margin-top:9px; }
.profile-outlet-note { font-size:12px; color:var(--muted); line-height:1.75; margin-top:9px; }
.profile-outlet-links { display:flex; flex-wrap:wrap; gap:8px 15px; margin-top:10px; }
.profile-outlet-links a { font-size:10px; color:var(--muted); }
.reko-explainer { font-size:12px; line-height:1.8; margin-top:12px; color:var(--muted); }
.profile-contact { background:var(--paper); padding:27px; border:1px solid var(--line); border-radius:6px; scroll-margin-top:20px; }
.profile-contact h2 { font-size:23px; }
.profile-contact-list { padding:0; margin:23px 0 0; list-style:none; }
.profile-contact-list li+li { padding-top:18px; margin-top:18px; border-top:1px solid #dcd5cb; }
.contact-label { display:block; font-size:10px; color:var(--muted); margin-bottom:4px; }
.contact-value { font-size:13px; font-weight:500; text-decoration:none; overflow-wrap:anywhere; }
.contact-value:hover { text-decoration:underline; }
.contact-note { font-size:11px; color:var(--muted); line-height:1.7; margin-top:7px; }
.contact-map { display:inline-block; font-size:10px; color:var(--muted); margin-top:7px; margin-right:10px; }
.profile-socials { display:flex; flex-wrap:wrap; gap:10px; list-style:none; padding:0; margin:23px 0 0; }
.profile-contact-list+.profile-socials { padding-top:18px; border-top:1px solid #dcd5cb; }
.profile-socials a { display:flex; align-items:center; justify-content:center; width:44px; height:44px; border:1px solid var(--line); border-radius:50%; text-decoration:none; }
.profile-socials a:hover { border-color:var(--red-text); }
.profile-socials svg { display:block; }
.contact-empty { font-size:13px; color:var(--muted); margin-top:20px; }
.profile-bottom { padding-block:52px 20px; }
.profile-notice { background:var(--paper); padding:22px; border-radius:5px; margin-top:20px; font-size:14px; }
.profile-notice p { margin-top:10px; color:var(--muted); }
@media(max-width:1000px) {
  .profile-hero { gap:35px; }
  .profile-body { grid-template-columns:minmax(0,1fr) 270px; gap:30px; }
  .profile-outlets { grid-template-columns:1fr; }
  .profile-contact { padding:22px; }
}
@media(max-width:720px) {
  .profile-header-back { font-size:11px; }
  .profile-header-back span { margin-left:4px; }
  .profile-breadcrumb { padding-block:21px; font-size:10px; gap:8px; }
  .profile-hero { grid-template-columns:1fr; gap:27px; padding-block:3px 34px; }
  .profile-portrait { aspect-ratio:1.65; }
  .profile-intro h1 { font-size:42px; max-width:580px; }
  .profile-intro .eyebrow { margin-bottom:12px; }
  .profile-description { margin-top:17px; font-size:14px; }
  .profile-body { grid-template-columns:1fr; gap:35px; padding-top:32px; }
  .profile-main h2 { font-size:26px; }
  .profile-about>p:not(.profile-source) { font-size:13px; }
  .profile-sales { margin-top:35px; }
  .profile-outlet-group { padding-top:29px; }
  .profile-outlets { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .profile-outlet { padding:17px; }
  .profile-contact-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
  .profile-contact-list li+li { padding-top:0; margin-top:0; border:0; }
  .profile-bottom { padding-top:35px; }
}
@media(max-width:480px) {
  .profile-outlets,.profile-contact-list { grid-template-columns:1fr; }
  .profile-contact-list li+li { border-top:1px solid var(--line); padding-top:17px; }
  .profile-intro h1 { font-size:39px; }
}
.profile-reko-history { border-left:2px solid #d4c6b8; padding-left:20px; margin-top:32px; }
.profile-reko-history h3 { font-size:17px; letter-spacing:-.025em; }
.profile-reko-history p { font-size:12px; color:var(--muted); margin-top:9px; line-height:1.8; }
.profile-outlet-search { display:block; margin-top:22px; }
.profile-outlet-search input { border:1px solid #ccc6bd; background:#fffdf8; border-radius:5px; padding:13px 15px; width:100%; font-size:12px; }
.profile-search-result { margin-top:12px; color:var(--muted); font-size:11px; }
.profile-sales-note { font-size:12px; line-height:1.8; padding:13px 16px; background:var(--paper); border-radius:4px; margin-top:15px; color:var(--muted); }

.community-intro { margin-bottom:32px; }
.community-intro .community-heading h2 { max-width:610px; }
.community-intro .community-heading p { max-width:600px; }
.acknowledgement-names { list-style:none; margin:28px 0 0; padding:24px 0 0; border-top:1px solid var(--line); display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px 25px; color:var(--muted); }
.acknowledgement-names li { font-size:13px; line-height:1.7; overflow-wrap:break-word; }
.acknowledgement-names a { text-decoration:none; }
.acknowledgement-names a:hover { text-decoration:underline; }
.acknowledgement-names small { display:block; font-size:10px; color:var(--muted); }
.producer-thanks { padding-top:32px; border-bottom:1px solid var(--line); }
.producer-thanks .acknowledgement-names { border-color:var(--line); }
.quote-featured { grid-column:1 / -1; max-width:850px; }
.quote-continuation { display:block; margin-top:12px; }
@media(max-width:1000px) {
  .acknowledgement-names { grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px 22px; }
}
@media(max-width:720px) {
  .community-intro { margin-bottom:25px; }
  .community-intro .community-heading h2,.community-intro .community-heading p { max-width:none; }
  .acknowledgement-names { grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px 18px; margin-top:27px; padding-top:24px; }
  .acknowledgement-names li { font-size:12px; }
}

.carry-forward { background:var(--ink); color:var(--cream); }
.carry-forward-intro { display:grid; grid-template-columns:.8fr 1fr; gap:0 80px; }
.carry-forward-intro h2 { grid-row:1 / span 3; max-width:380px; font-size:clamp(28px,3vw,38px); line-height:1.2; text-wrap:balance; }
.carry-forward-intro>p { grid-column:2; color:#dedbe3; font-size:14px; line-height:1.85; }
.carry-forward-intro a { text-decoration-color:#92909c; }
.carry-forward-intro a:hover { color:#fff; text-decoration-color:currentColor; }
@media(max-width:1000px) {
  .carry-forward-intro { gap:0 38px; }
}
@media(max-width:720px) {
  .carry-forward-intro { display:block; }
  .carry-forward-intro h2 { margin-bottom:25px; max-width:520px; }
  .carry-forward-intro>p { font-size:13px; }
}
