:root {
  --wine: #591426;
  --wine-dark: #3d0c18;
  --gold: #d5a93f;
  --green: #0d5542;
  --ink: #171613;
  --muted: #67645d;
  --paper: #f5f0e7;
  --white: #fffdf8;
  --line: #dcd4c7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 6px 20px; color: #f9eecf; background: var(--wine-dark); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.announcement a { margin-left: 12px; color: white; font-weight: 700; }
.pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px #d5a93f22; }
.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px)/2)); border-bottom: 1px solid var(--line); background: rgba(245,240,231,.96); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 36px; height: 42px; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--wine); border-radius: 18px 18px 7px 7px; }
.brand-mark:before, .brand-mark:after, .brand-mark span { content: ""; width: 5px; height: 18px; position: absolute; bottom: 0; background: var(--gold); transform-origin: bottom; }
.brand-mark:before { transform: rotate(-37deg); }
.brand-mark:after { transform: rotate(37deg); }
.brand-mark span { height: 23px; }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font: 600 18px/1 "Newsreader", serif; letter-spacing: .12em; }
.brand small { margin-top: 5px; font-size: 8px; letter-spacing: .38em; color: var(--wine); font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a:after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--wine); transition: .2s; }
.desktop-nav a:hover:after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-button, .menu-button { border: 0; background: transparent; cursor: pointer; }
.language-button { font-size: 12px; font-weight: 700; }
.menu-button { display: none; width: 36px; height: 36px; padding: 9px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }
.mobile-menu { position: fixed; z-index: 19; top: 112px; left: 0; right: 0; padding: 18px 24px; background: var(--white); border-bottom: 1px solid var(--line); }
.mobile-menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); }
.hero { min-height: 640px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px; padding-top: 46px; padding-bottom: 52px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 10px; letter-spacing: .2em; font-weight: 700; color: var(--wine); }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: "Newsreader", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 690px; font-size: clamp(64px, 7.4vw, 108px); line-height: .85; }
h1 em, h2 em { color: var(--wine); font-weight: 500; }
.hero-intro { max-width: 570px; margin: 30px 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.search-box { max-width: 650px; min-height: 68px; display: flex; align-items: center; gap: 13px; padding: 8px 8px 8px 21px; background: var(--white); border: 1px solid #cfc4b3; box-shadow: 0 14px 30px rgba(57,34,20,.09); }
.search-box svg { width: 21px; fill: none; stroke: var(--wine); stroke-width: 1.7; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 14px; }
.search-box button, .primary-button { border: 0; background: var(--wine); color: white; cursor: pointer; font-weight: 700; }
.search-box button { align-self: stretch; min-width: 126px; }
.search-box button span, .primary-button span, .text-link span { margin-left: 10px; transition: transform .2s; display: inline-block; }
.search-box button:hover span, .primary-button:hover span, .text-link:hover span { transform: translateX(4px); }
.quick-links { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 16px; color: #777269; font-size: 11px; }
.quick-links button { border: 0; border-bottom: 1px solid #b7aea2; padding: 1px 0; color: #4b4842; background: transparent; cursor: pointer; }
.hero-art { height: 525px; position: relative; overflow: hidden; border: 1px solid #cfc4b3; background-color: #e9dfcf; background-image: linear-gradient(#c9bda855 1px, transparent 1px), linear-gradient(90deg, #c9bda855 1px, transparent 1px); background-size: 31px 31px; }
.hero-art:after { content: ""; position: absolute; inset: 18px; border: 1px solid #c5b89f; pointer-events: none; }
.road-map-frame { background: var(--gold); background-image: none; border: 0; }
.road-map-frame:after { display: none; }
.road-map { position: absolute; top: 0; bottom: 0; left: 50%; width: 66%; height: 100%; border: 0; transform: translateX(-50%); filter: saturate(1.12) contrast(1.02); background: #cfe4ed; }
.road-map .leaflet-control-attribution { max-width: 100%; font-size: 7px; white-space: normal; }
.road-map .leaflet-control-zoom a { color: var(--wine); }
.map-badge, .map-source, .map-credit { position: absolute; z-index: 6; padding: 9px 11px; background: rgba(255,253,248,.94); box-shadow: 0 3px 12px rgba(44,35,24,.13); }
.map-badge { top: 30px; left: 30px; color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.map-badge i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #2f8d61; box-shadow: 0 0 0 3px #2f8d6120; }
.map-source { right: 30px; bottom: 30px; color: var(--wine); font-size: 10px; font-weight: 700; }
.map-credit { left: 30px; bottom: 30px; color: #665c50; font-size: 8px; }
.road-map-frame .sun-disc, .road-map-frame .road-network, .road-map-frame .island, .road-map-frame .coordinate, .road-map-frame .map-note, .road-map-frame .art-caption { display: none; }
.sun-disc { position: absolute; width: 345px; height: 345px; border-radius: 50%; background: #d2a63a; left: 53%; top: 48%; transform: translate(-50%, -50%); }
.island-3d, .road-network { position: absolute; width: 286px; height: 438px; left: 51%; top: 47%; transform: translate(-50%, -50%) rotate(1.5deg); }
.island-3d { z-index: 3; object-fit: contain; filter: drop-shadow(12px 17px 8px rgba(61,12,24,.28)) saturate(1.06) contrast(1.03); }
.road-network { z-index: 4; overflow: visible; pointer-events: none; }
.road-network path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.road-network .road-case { stroke: rgba(62,12,26,.88); stroke-width: 5; }
.road-network .road-line { stroke: #f9d36b; stroke-width: 2; stroke-dasharray: 6 3; }
.road-network .towns circle { fill: #fffdf8; stroke: var(--wine); stroke-width: 2.5; filter: drop-shadow(0 1px 1px rgba(0,0,0,.35)); }
.road-network .towns text { fill: #fffdf8; stroke: var(--wine-dark); stroke-width: 2.5px; paint-order: stroke fill; font: 700 8px "DM Sans", sans-serif; letter-spacing: .09em; }
.island { position: absolute; z-index: 2; width: 210px; height: 380px; left: 52%; top: 46%; transform: translate(-50%, -50%) rotate(4deg); filter: drop-shadow(10px 13px 0 rgba(61,12,24,.15)); opacity: 0; }
.island path { fill: var(--wine); }
.art-label { z-index: 3; position: absolute; font-size: 9px; letter-spacing: .15em; font-weight: 700; }
.art-label i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: white; border: 2px solid var(--wine); box-shadow: 0 0 0 3px #ffffff88; }
.label-colombo { left: 28%; bottom: 25%; }.label-jaffna { right: 22%; top: 15%; }.label-kandy { right: 16%; top: 47%; }
.coordinate { position: absolute; left: 32px; top: 30px; font: 9px/1.7 monospace; color: #756c60; }
.map-note { position: absolute; z-index: 5; left: 30px; bottom: 27px; color: #756c60; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.art-caption { position: absolute; z-index: 3; right: 34px; bottom: 24px; margin: 0; text-align: right; font: italic 17px/1.15 "Newsreader", serif; color: var(--wine-dark); }
.art-caption strong { font-size: 20px; }
.trust-strip { min-height: 126px; padding: 25px max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: repeat(3, 1fr) 1.5fr; background: var(--wine); color: white; }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid #ffffff33; }
.trust-strip strong { font: 500 42px/1 "Newsreader", serif; color: var(--gold); }.trust-strip span { font-size: 11px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }.trust-strip p { align-self: center; margin: 0; text-align: right; font: 20px/1.35 "Newsreader", serif; }.trust-strip em { color: var(--gold); }
.section { padding-top: 110px; padding-bottom: 110px; }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.section-heading h2, .spectrum h2, .diaspora h2, .charter h2 { font-size: clamp(46px, 5.5vw, 72px); line-height: .95; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { min-height: 225px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.48); transition: .25s; cursor: pointer; }
.category-card:hover { transform: translateY(-5px); background: var(--white); box-shadow: 0 16px 35px rgba(47,28,16,.08); }
.category-card .icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 50%; color: var(--wine); background: #efe2d7; font-size: 19px; }
.category-card h3 { margin: auto 0 8px; font: 600 23px/1.1 "Newsreader", serif; }.category-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }.category-card b { margin-top: 18px; color: var(--wine); font-size: 11px; letter-spacing: .06em; }
.today-section { padding: 100px 0; background: var(--green); color: white; }
.section-heading.light .eyebrow, .section-heading.light h2 em { color: var(--gold); }.section-heading.light > p { color: #d0ded8; }
.today-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.lead-story { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 355px; background: var(--white); color: var(--ink); }
.story-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--gold); color: var(--wine-dark); font: 700 11px/1.3 "DM Sans"; letter-spacing: .18em; }
.story-visual:before, .story-visual:after { content: ""; position: absolute; border: 1px solid #6b431b55; border-radius: 50%; }.story-visual:before { width: 240px; height: 240px; }.story-visual:after { width: 170px; height: 170px; }.story-visual span { z-index: 2; text-align: center; }
.lotus { position: absolute; width: 95px; height: 95px; border: 3px solid var(--wine); transform: rotate(45deg); opacity: .15; }
.story-content { padding: 38px 36px; }.meta { display: flex; justify-content: space-between; align-items: center; color: #858078; font-size: 9px; letter-spacing: .14em; }.tag { padding: 6px 8px; background: #f2e5d9; color: var(--wine); font-weight: 700; }.story-content h3 { margin: 30px 0 16px; font: 600 34px/1.03 "Newsreader", serif; }.story-content p { color: var(--muted); font-size: 13px; line-height: 1.65; }.text-link { margin-top: 18px; padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--wine); background: transparent; color: var(--wine); cursor: pointer; font-size: 11px; font-weight: 700; }
.signal-list { border-top: 1px solid #ffffff35; }.signal { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; padding: 21px 4px; border-bottom: 1px solid #ffffff35; cursor: pointer; }.signal-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #ffffff55; border-radius: 50%; }.signal h3 { margin: 0 0 5px; font: 500 19px/1 "Newsreader", serif; }.signal p { margin: 0; color: #bcd0c8; font-size: 10px; letter-spacing: .08em; }.signal b { color: var(--gold); font-size: 20px; }
.disclaimer { margin: 25px 0 0; padding-top: 20px; border-top: 1px solid #ffffff2b; color: #aec4bb; text-align: center; font-size: 10px; letter-spacing: .04em; }
.spectrum { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }.spectrum-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); line-height: 1.7; }.topic-select { width: 100%; max-width: 430px; display: flex; align-items: center; justify-content: space-between; margin: 30px 0 14px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.topic-select span { color: var(--muted); font-size: 9px; letter-spacing: .17em; }.topic-select select { min-width: 150px; border: 0; outline: 0; color: var(--wine); background: transparent; font-weight: 700; }.primary-button { padding: 17px 23px; }
.spectrum-wheel { min-height: 510px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); background: var(--white); }.wheel-core { z-index: 3; width: 144px; height: 144px; display: grid; place-items: center; border-radius: 50%; text-align: center; background: var(--wine); color: white; font: 600 20px/1.05 "Newsreader", serif; box-shadow: 0 0 0 14px var(--white), 0 0 0 15px var(--line); }.wheel-item { position: absolute; width: 135px; text-align: center; }.wheel-item i { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 8px; border-radius: 50%; background: #efe4d5; font-style: normal; }.wheel-item b { display: block; font: 500 16px/1.1 "Newsreader", serif; }.wheel-item small { color: var(--muted); font-size: 9px; }.wheel-line { position: absolute; left: 50%; top: 50%; width: 150px; height: 1px; transform-origin: left; background: var(--line); }
.diaspora { padding: 100px 0; background: var(--gold); }.diaspora-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: center; }.diaspora .eyebrow, .diaspora h2 em { color: var(--wine); }.diaspora p:not(.eyebrow) { max-width: 430px; line-height: 1.7; color: #503819; }.primary-button.inverse { background: var(--ink); }.country-cloud { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 12px; }.country-chip { padding: 15px 20px; border: 1px solid #7b531f55; background: #f1cb6a; cursor: pointer; transition: .2s; font-size: 13px; }.country-chip:hover { background: var(--white); transform: rotate(-1deg) translateY(-3px); }
.charter { display: grid; grid-template-columns: .2fr .85fr .75fr; gap: 55px; align-items: start; }.charter-number { color: var(--gold); font: 500 54px/1 "Newsreader", serif; }.charter-copy { padding-top: 31px; }.charter-copy p { margin: 0 0 20px; color: var(--muted); line-height: 1.75; font-size: 14px; }.charter-copy a { display: inline-block; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--wine); color: var(--wine); font-size: 11px; font-weight: 700; }
footer { background: var(--wine-dark); color: white; }.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; padding-top: 70px; padding-bottom: 60px; }.footer-brand .brand-mark { background: var(--gold); }.footer-brand .brand-mark:before, .footer-brand .brand-mark:after, .footer-brand .brand-mark span { background: var(--wine); }.footer-brand small { color: var(--gold); }.footer-main p { color: #c7acb1; font: 20px "Newsreader", serif; }.footer-main h3 { margin: 0 0 20px; color: var(--gold); font-size: 9px; letter-spacing: .2em; }.footer-main > div:not(:first-child) a { display: block; margin: 11px 0; color: #d7c6ca; font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 25px; border-top: 1px solid #ffffff22; color: #aa9197; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.search-panel { position: fixed; z-index: 50; inset: 0 0 0 auto; width: min(540px, 100%); padding: 70px 45px; overflow-y: auto; background: var(--white); box-shadow: -20px 0 60px #0003; }.search-panel > button { position: absolute; right: 28px; top: 20px; border: 0; background: transparent; cursor: pointer; color: var(--wine); font: 36px/1 "Newsreader", serif; }.search-panel h2 { font-size: 48px; }.result-item { padding: 20px 0; border-bottom: 1px solid var(--line); }.result-item small { color: var(--wine); font-weight: 700; letter-spacing: .08em; }.result-item h3 { margin: 8px 0 5px; font: 600 22px "Newsreader", serif; }.result-item p { margin: 0; color: var(--muted); font-size: 12px; }.toast { position: fixed; z-index: 60; left: 50%; bottom: 24px; transform: translate(-50%, 30px); padding: 12px 18px; background: var(--ink); color: white; opacity: 0; pointer-events: none; transition: .25s; font-size: 12px; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }.menu-button { display: block; }.hero { grid-template-columns: 1fr; }.hero-copy { padding-top: 35px; }.hero-art { height: 430px; }.trust-strip { grid-template-columns: repeat(3, 1fr); }.trust-strip p { grid-column: 1/-1; padding-top: 20px; text-align: center; }.category-grid { grid-template-columns: repeat(2, 1fr); }.today-layout, .spectrum, .diaspora-inner { grid-template-columns: 1fr; }.spectrum-wheel { min-height: 530px; }.charter { grid-template-columns: .15fr 1fr; }.charter-copy { grid-column: 2; }.footer-main { grid-template-columns: 2fr 1fr 1fr; }.footer-main > div:last-child { grid-column: 2; }
}
@media (max-width: 600px) {
  .shell { width: min(100% - 30px, 1180px); }.announcement { font-size: 8px; }.announcement a { display: none; }.site-header { height: 68px; padding-inline: 15px; }.hero { min-height: auto; padding-top: 42px; }.hero-intro { font-size: 15px; }.search-box { min-height: 60px; }.search-box button { min-width: 90px; }.hero-art { height: 380px; }.sun-disc { width: 270px; height: 270px; }.island { width: 170px; height: 310px; }.quick-links { display: none; }.trust-strip { grid-template-columns: 1fr; }.trust-strip > div { justify-content: flex-start; padding: 13px; border-right: 0; border-bottom: 1px solid #ffffff2b; }.trust-strip p { grid-column: auto; text-align: left; }.section, .today-section, .diaspora { padding-top: 72px; padding-bottom: 72px; }.section-heading { grid-template-columns: 1fr; gap: 25px; }.category-grid { grid-template-columns: 1fr; }.category-card { min-height: 190px; }.lead-story { grid-template-columns: 1fr; }.story-visual { min-height: 220px; }.spectrum { gap: 50px; }.spectrum-wheel { min-height: 600px; }.wheel-line { width: 100px; }.wheel-item { width: 105px; }.wheel-item:nth-of-type(1), .wheel-item:nth-of-type(2), .wheel-item:nth-of-type(3), .wheel-item:nth-of-type(4), .wheel-item:nth-of-type(5), .wheel-item:nth-of-type(6) { transform: none; }.diaspora-inner { gap: 50px; }.charter { grid-template-columns: 1fr; }.charter-copy { grid-column: auto; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-main > div:first-child { grid-column: 1/-1; }.footer-main > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 9px; }.search-panel { padding: 65px 25px; }
}

@media (max-width: 600px) {
  .island-3d, .road-network { width: 220px; height: 340px; }
  .road-network .towns text { font-size: 9px; }
  .map-note { left: 20px; bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
