:root {
  --guide-ink: #16352c;
  --guide-ink-soft: #415c53;
  --guide-cream: #fbf7ed;
  --guide-paper: #fffdf8;
  --guide-green: #07583e;
  --guide-green-dark: #043c2c;
  --guide-mint: #dcece3;
  --guide-orange: #e7692e;
  --guide-border: #cbd9d2;
  --guide-shadow: 0 18px 45px rgba(14, 55, 42, .09);
  --guide-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--guide-ink);
  background: var(--guide-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--guide-green); text-underline-offset: .18em; }
a:hover { color: var(--guide-orange); }
a:focus-visible, button:focus-visible, textarea:focus-visible { outline: 3px solid var(--guide-orange); outline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
code { padding: .12rem .35rem; border-radius: .25rem; background: var(--guide-mint); }

.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; transform: translateY(-160%); padding: .7rem 1rem; background: white; border-radius: .35rem; }
.skip-link:focus { transform: translateY(0); }

.guide-header {
  min-height: 78px;
  padding: .7rem max(1.25rem, calc((100vw - var(--guide-max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--guide-border);
  background: rgba(255, 253, 248, .96);
}
.guide-brand img { width: 190px; height: auto; }
.guide-header nav { display: flex; align-items: center; gap: 1.4rem; }
.guide-header nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--guide-ink); font-size: .92rem; font-weight: 700; text-decoration: none; }
.guide-header .guide-languages { margin-left: auto; gap: .25rem; padding-left: .75rem; border-left: 1px solid var(--guide-border); }
.guide-languages a { min-width: 42px; padding: 0 .45rem; justify-content: center; border-radius: .35rem; }
.guide-languages a[aria-current="page"] { color: white; background: var(--guide-green); }

.guide-breadcrumbs { max-width: var(--guide-max); margin: 0 auto; padding: 1.25rem 1.25rem 0; display: flex; flex-wrap: wrap; gap: .45rem; color: var(--guide-ink-soft); font-size: .84rem; }
.guide-breadcrumbs a { color: inherit; }

.guide-country-hero, .guide-hero {
  max-width: var(--guide-max);
  margin: 2.5rem auto 0;
  padding: clamp(2.4rem, 7vw, 6rem);
  border-radius: 1.6rem;
  background: var(--guide-green-dark);
  color: white;
  box-shadow: var(--guide-shadow);
}
.guide-country-hero > div { max-width: 850px; }
.guide-country-hero h1, .guide-hero h1, .guide-article-header h1 {
  margin: .35rem 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 7.2vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.guide-country-hero p, .guide-hero > div > p { max-width: 760px; font-size: clamp(1.05rem, 2vw, 1.3rem); color: #e6f0eb; }
.guide-kicker { margin: 0 0 .45rem; color: var(--guide-orange); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.guide-country-hero .guide-kicker, .guide-hero .guide-kicker { color: #ffad78; }

.guide-hero { display: block; }
.guide-hero > div { max-width: 850px; }
.guide-actions { margin-top: 1.7rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.guide-button, .guide-secondary { min-height: 48px; padding: .7rem 1rem; display: inline-flex; align-items: center; justify-content: center; border-radius: .45rem; font-weight: 800; text-decoration: none; }
.guide-button { background: var(--guide-orange); color: white; }
.guide-button:hover { background: #ff8650; color: white; }
.guide-secondary { border: 1px solid rgba(255,255,255,.5); color: white; }

.guide-section { max-width: var(--guide-max); margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) 1.25rem; }
.guide-section > h2, .guide-method h2, .guide-related > h2 {
  max-width: 780px;
  margin: .2rem 0 1.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.guide-lifecycle { padding-top: 2rem; padding-bottom: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: .5rem; }
.guide-lifecycle a { padding: .8rem .65rem; border-top: 3px solid var(--guide-orange); color: var(--guide-ink-soft); font-size: .85rem; font-weight: 800; text-decoration: none; }
.guide-lifecycle a:hover, .guide-lifecycle a:focus-visible { color: var(--guide-green-dark); background: var(--guide-mint); }

.guide-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.guide-card { min-height: 310px; padding: 1.5rem; display: flex; flex-direction: column; border: 1px solid var(--guide-border); border-radius: 1rem; background: var(--guide-paper); box-shadow: 0 8px 24px rgba(14,55,42,.05); }
.guide-card h2 { margin: .3rem 0 .75rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; line-height: 1.12; }
.guide-card h2 a { color: var(--guide-ink); text-decoration: none; }
.guide-card p:not(.guide-kicker) { color: var(--guide-ink-soft); }
.guide-text-link { margin-top: auto; font-weight: 800; }

.guide-country-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 360px)); gap: 1rem; }
.guide-country-card { min-height: 180px; padding: 1.5rem; display: grid; align-content: center; gap: .4rem; border: 1px solid var(--guide-border); border-radius: 1rem; background: var(--guide-paper); color: var(--guide-ink); text-decoration: none; box-shadow: var(--guide-shadow); }
.guide-country-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; }
.guide-country-code { width: fit-content; padding: .2rem .5rem; border-radius: 999px; background: var(--guide-mint); font-size: .78rem; font-weight: 850; }
.guide-future-note { margin-top: 1.2rem; color: var(--guide-ink-soft); }

.guide-method { border-top: 1px solid var(--guide-border); }
.guide-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.guide-three > div { padding: 1.4rem; border-radius: .8rem; background: var(--guide-mint); }
.guide-three strong { font-size: 1.05rem; }
.guide-three p { margin-bottom: 0; }
.guide-independence { padding: 1rem 1.1rem; border-left: 4px solid var(--guide-orange); border-radius: .3rem; background: #fff4e9; color: #56351f; font-size: .88rem; }

.guide-article { max-width: var(--guide-max); margin: 0 auto; padding: clamp(2.5rem, 6vw, 5.5rem) 1.25rem 1rem; }
.guide-article-header { max-width: 920px; }
.guide-article-header h1 { font-size: clamp(2.7rem, 6.6vw, 5.5rem); }
.guide-deck { max-width: 800px; font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--guide-ink-soft); }
.guide-byline { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .55rem 1.4rem; color: var(--guide-ink-soft); font-size: .86rem; }
.guide-byline span + span::before { content: "•"; margin-right: 1.4rem; }
.guide-direct-answer { max-width: 920px; margin-top: 2rem; padding: 1.25rem 1.4rem; border-left: 5px solid var(--guide-orange); border-radius: .65rem; background: var(--guide-mint); }
.guide-direct-answer h2 { margin: .15rem 0 .55rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.8vw, 2.05rem); line-height: 1.15; }
.guide-direct-answer p:last-child { margin: 0; color: #29473e; font-size: 1.04rem; }
.guide-article-layout { margin-top: 3.5rem; display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 1fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.guide-prose { font-size: 1.05rem; }
.guide-prose section { margin-bottom: 3.4rem; }
.guide-prose h2 { margin: 0 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3.2vw, 2.55rem); line-height: 1.15; letter-spacing: -.025em; }
.guide-prose p, .guide-prose li { color: #29473e; }
.guide-prose li + li { margin-top: .55rem; }
.guide-product-note { margin-top: 1.5rem; padding: 1.1rem; border-radius: .7rem; background: var(--guide-mint); }
.guide-product-note p { margin-bottom: 0; }
.guide-sidebar { position: sticky; top: 1rem; display: grid; gap: 1rem; }
.guide-sidebar > div { padding: 1.15rem; display: grid; gap: .6rem; border: 1px solid var(--guide-border); border-radius: .7rem; background: var(--guide-paper); }
.guide-sidebar span { color: var(--guide-ink-soft); font-size: .86rem; }
.guide-sources { padding-top: 2rem; border-top: 1px solid var(--guide-border); }
.guide-sources li + li { margin-top: .65rem; }
.guide-related { padding-top: 3rem; }
.guide-related .guide-card { min-height: 280px; }

.landscape-article { max-width: 1240px; }
.landscape-intro {
  margin-top: 2.2rem;
  padding: 1.2rem 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid var(--guide-border);
  border-radius: 1rem;
  background: var(--guide-paper);
}
.landscape-intro p { margin: .25rem 0 0; color: var(--guide-ink-soft); }
.landscape-intro .guide-actions { margin-top: 0; flex: 0 0 auto; }
.landscape-intro .guide-button { flex: 0 0 auto; }
.landscape-section { margin-top: clamp(4rem, 8vw, 7rem); scroll-margin-top: 1rem; }
.landscape-section > h2 {
  max-width: 900px;
  margin: .25rem 0 .8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.7vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.landscape-section-deck { max-width: 850px; color: var(--guide-ink-soft); font-size: 1.02rem; }
.landscape-explorer { margin-top: 1.6rem; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: 1rem; align-items: stretch; }
.landscape-stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.landscape-stat {
  min-height: 190px;
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--guide-border);
  border-radius: 1rem;
  color: var(--guide-ink);
  background: var(--guide-paper);
  box-shadow: 0 8px 24px rgba(14,55,42,.05);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.landscape-stat:last-child { grid-column: 1 / -1; min-height: 165px; }
.landscape-stat:hover, .landscape-stat.is-active { transform: translateY(-2px); border-color: var(--guide-orange); box-shadow: 0 14px 30px rgba(14,55,42,.1); }
.landscape-stat.is-active { background: #fff7ee; }
.landscape-stat-year { color: var(--guide-orange); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.landscape-stat-label { margin-top: .38rem; color: var(--guide-ink-soft); font-size: .82rem; font-weight: 800; }
.landscape-stat strong { margin-top: .45rem; color: var(--guide-green-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1; }
.landscape-stat-supporting { margin-top: .55rem; color: var(--guide-ink); font-size: .8rem; font-weight: 750; }
.landscape-stat-prompt { margin-top: auto; padding-top: .8rem; color: var(--guide-ink-soft); font-size: .7rem; }
.landscape-insight { padding: 1.4rem; border-radius: 1rem; color: white; background: var(--guide-green-dark); box-shadow: var(--guide-shadow); }
.landscape-insight .guide-kicker { color: #ffad78; }
.landscape-insight h3 { margin: .35rem 0 .8rem; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1.05; }
.landscape-insight > p { color: #e0eee7; }
.landscape-insight > div { margin-top: 1.25rem; padding: 1rem; border-radius: .75rem; color: var(--guide-ink); background: var(--guide-mint); }
.landscape-insight > div p { margin-bottom: 0; color: #29473e; }

.exposure-search { max-width: 680px; margin-top: 1.5rem; }
.exposure-search label { display: block; margin-bottom: .45rem; color: var(--guide-ink); font-weight: 850; }
.exposure-search input { width: 100%; min-height: 50px; padding: .75rem 1rem; border: 1px solid #9eb5aa; border-radius: .6rem; color: var(--guide-ink); background: white; font: inherit; }
.exposure-search input:focus { outline: 3px solid rgba(239,106,42,.25); border-color: var(--guide-orange); }
.exposure-search p { margin: .55rem 0 0; color: var(--guide-ink-soft); font-size: .85rem; }
.exposure-empty { margin-top: 1rem; padding: 1rem; border-radius: .7rem; color: #56351f; background: #fff4e9; font-weight: 750; }
.exposure-table-wrap { margin-top: 1rem; overflow-x: auto; border: 1px solid var(--guide-border); border-radius: 1rem; background: var(--guide-paper); box-shadow: 0 8px 24px rgba(14,55,42,.05); }
.exposure-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.exposure-table th, .exposure-table td { padding: .8rem 1rem; border-bottom: 1px solid var(--guide-border); vertical-align: top; }
.exposure-table thead th { position: sticky; top: 0; z-index: 1; color: white; background: var(--guide-green-dark); font-size: .75rem; letter-spacing: .02em; text-align: right; }
.exposure-table thead th:first-child { min-width: 340px; text-align: left; }
.exposure-table tbody th { color: var(--guide-ink); font-weight: 750; text-align: left; }
.exposure-table tbody td { color: var(--guide-green-dark); font-weight: 800; text-align: right; white-space: nowrap; }
.exposure-table tbody tr:nth-child(even) { background: #faf8f1; }
.exposure-table tbody tr:hover { background: var(--guide-mint); }
.exposure-table tbody tr:last-child th, .exposure-table tbody tr:last-child td { border-bottom: 0; }
.rental-priority-note { margin-top: 1.3rem; padding: 1rem 1.15rem; border-left: 5px solid var(--guide-orange); border-radius: .7rem; color: var(--guide-ink); background: #fff6ec; }
.rental-priority-note p { margin: .35rem 0 0; color: var(--guide-ink-soft); }
.rental-legend { margin-top: 1.25rem; padding: 1rem 1.15rem; border: 1px solid var(--guide-border); border-radius: .8rem; background: var(--guide-paper); }
.rental-legend > strong { display: block; margin-bottom: .65rem; }
.rental-legend ul { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; margin: 0; padding: 0; list-style: none; }
.rental-legend li { display: flex; align-items: flex-start; gap: .45rem; max-width: 360px; color: var(--guide-ink-soft); font-size: .78rem; line-height: 1.35; }
.rental-legend b { color: var(--guide-ink); }
.rental-key { flex: 0 0 auto; width: .85rem; height: .85rem; margin-top: .08rem; border: 2px solid currentColor; border-radius: 50%; }
.rental-key--amr { color: #26734d; background: #dff4e8; }
.rental-key--successful { color: #a94d13; background: #ffead9; }
.rental-key--subsidised { color: #235f96; background: #e2f0ff; }
.rental-key--operator { color: #654793; background: #eee6fa; }
.rental-key--national, .rental-key--unavailable { color: #68716d; background: #edf0ee; }
.rental-table { min-width: 1520px; }
.rental-table thead th { min-width: 145px; }
.rental-table thead th:first-child { min-width: 330px; }
.rental-table tbody td { font-weight: 650; white-space: normal; }
.rental-table td small { display: block; margin-top: .35rem; color: var(--guide-ink-soft); font-size: .68rem; line-height: 1.3; }
.rental-primary, .rental-evidence { display: inline-block; padding: .35rem .5rem; border: 1px solid transparent; border-radius: .45rem; font-weight: 850; line-height: 1.25; }
.rental-primary--amr, .rental-evidence--amr { color: #145c3a; border-color: #8cc7a6; background: #e3f5ea; }
.rental-primary--successful, .rental-evidence--successful { color: #8b3c0e; border-color: #e8a878; background: #fff0e4; }
.rental-evidence--subsidised { color: #174f82; border-color: #91bce4; background: #eaf4ff; }
.rental-primary--operator, .rental-evidence--operator { color: #563881; border-color: #b39ad4; background: #f1eafb; }
.rental-primary--national, .rental-primary--unavailable { color: #505a55; border-color: #b8c0bc; background: #eef1ef; }
.landscape-planning .guide-three { margin-top: 1.5rem; }
.landscape-planning .guide-three > div { background: var(--guide-paper); border: 1px solid var(--guide-border); }
.landscape-section.guide-sources { padding-top: 3rem; }

.landscape-chat-launcher {
  position: fixed;
  z-index: 30;
  right: 1.2rem;
  bottom: 1.2rem;
  min-height: 50px;
  padding: .75rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  color: white;
  background: var(--guide-green-dark);
  box-shadow: 0 14px 34px rgba(4,60,44,.28);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}
.landscape-chat-launcher > span:first-child { color: #ffad78; font-size: 1.1rem; }
.landscape-chat-launcher:hover { background: var(--guide-green); }
.landscape-chat {
  position: fixed;
  z-index: 40;
  right: 1.2rem;
  bottom: 5.3rem;
  width: min(410px, calc(100vw - 2rem));
  max-height: min(700px, calc(100dvh - 7rem));
  display: grid;
  grid-template-rows: auto minmax(140px, 1fr) auto auto auto;
  overflow: hidden;
  border: 1px solid #9fb8ad;
  border-radius: 1rem;
  background: var(--guide-paper);
  box-shadow: 0 24px 64px rgba(4,60,44,.27);
}
.landscape-chat[hidden] { display: none; }
.landscape-chat-header { padding: 1rem; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; color: white; background: var(--guide-green-dark); }
.landscape-chat-header .guide-kicker { color: #ffad78; }
.landscape-chat-header h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.12; }
.landscape-chat-close { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: white; background: transparent; font: inherit; font-size: 1.65rem; line-height: 1; cursor: pointer; }
.landscape-chat-messages { min-height: 180px; padding: 1rem; display: grid; align-content: start; gap: .75rem; overflow-y: auto; background: #f5f1e7; }
.landscape-chat-message { max-width: 90%; padding: .7rem .8rem; border: 1px solid var(--guide-border); border-radius: .8rem .8rem .8rem .2rem; background: white; }
.landscape-chat-message--user { margin-left: auto; border-color: #91b9a9; border-radius: .8rem .8rem .2rem .8rem; background: #e3f1e9; }
.landscape-chat-message.is-refusal { border-color: #e7b79f; background: #fff2e9; }
.landscape-chat-message strong { display: block; color: var(--guide-green); font-size: .7rem; }
.landscape-chat-message p { margin: .2rem 0 0; color: var(--guide-ink); font-size: .9rem; line-height: 1.45; white-space: pre-line; }
.landscape-chat-suggestions { padding: .75rem 1rem 0; display: flex; gap: .45rem; overflow-x: auto; }
.landscape-chat-suggestions button { min-height: 40px; padding: .5rem .65rem; flex: 0 0 auto; border: 1px solid #aac0b6; border-radius: 999px; color: var(--guide-green-dark); background: white; font: inherit; font-size: .72rem; font-weight: 750; cursor: pointer; }
.landscape-chat-suggestions button:hover { border-color: var(--guide-orange); background: #fff5ec; }
.landscape-chat-form { padding: .8rem 1rem .35rem; }
.landscape-chat-form > label { display: block; margin-bottom: .3rem; color: var(--guide-ink); font-size: .78rem; font-weight: 800; }
.landscape-chat-form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .5rem; align-items: end; }
.landscape-chat-form textarea { width: 100%; min-height: 54px; max-height: 130px; resize: vertical; padding: .65rem; border: 1px solid #9fb8ad; border-radius: .5rem; color: var(--guide-ink); background: white; font: inherit; font-size: .85rem; line-height: 1.35; }
.landscape-chat-form button { min-width: 62px; min-height: 48px; padding: .6rem .75rem; border: 0; border-radius: .5rem; color: white; background: var(--guide-orange); font: inherit; font-weight: 850; cursor: pointer; }
.landscape-chat-form button:disabled, .landscape-chat-suggestions button:disabled { opacity: .55; cursor: wait; }
.landscape-chat-status { min-height: 1.3rem; margin: 0; padding: 0 1rem; color: var(--guide-green); font-size: .75rem; font-weight: 750; }
.landscape-chat-privacy { margin: 0; padding: .35rem 1rem .85rem; color: var(--guide-ink-soft); font-size: .68rem; line-height: 1.35; }

.simulator-article { max-width: 1280px; }
.simulator-shell { margin-top: 3rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 410px); gap: 1.5rem; align-items: start; }
.simulator-form-panel, .simulator-results { border: 1px solid var(--guide-border); border-radius: 1rem; box-shadow: var(--guide-shadow); }
.simulator-form-panel { padding: clamp(1.25rem, 3vw, 2rem); background: var(--guide-paper); }
.sim-section-heading h2, .simulator-results h2, .simulator-method h2, .simulator-sources h2 { margin: .2rem 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3.2vw, 2.6rem); line-height: 1.08; }
.sim-section-heading > p:last-child { color: var(--guide-ink-soft); }
.simulator-form-panel fieldset { margin: 2rem 0 0; padding: 1.3rem; border: 1px solid var(--guide-border); border-radius: .8rem; }
.simulator-form-panel legend { padding: 0 .45rem; color: var(--guide-green-dark); font-weight: 850; }
.sim-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.sim-field { display: grid; gap: .35rem; color: var(--guide-ink); font-size: .86rem; font-weight: 800; }
.sim-field-wide { grid-column: 1 / -1; }
.sim-input-wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .45rem; }
.sim-field input, .sim-field select, .sim-menu-row input { width: 100%; min-height: 46px; padding: .6rem .7rem; border: 1px solid #aebfb7; border-radius: .42rem; color: var(--guide-ink); background: white; font: inherit; }
.sim-field select { appearance: auto; }
.sim-input-wrap small, .sim-menu-row small { color: var(--guide-ink-soft); font-size: .72rem; font-weight: 650; white-space: nowrap; }
.sim-help { margin: 1rem 0 0; color: var(--guide-ink-soft); font-size: .8rem; }
.sim-menu-header, .sim-menu-row { display: grid; grid-template-columns: minmax(150px, 1fr) 130px 110px 78px; gap: .65rem; align-items: end; }
.sim-menu-header { padding: 0 .15rem .4rem; color: var(--guide-ink-soft); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.sim-menu-row + .sim-menu-row { margin-top: .75rem; }
.sim-menu-row label { display: grid; gap: .25rem; font-size: .72rem; font-weight: 750; }
.sim-menu-row label > span { display: none; }
.sim-menu-row label:has(small) { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
.sim-menu-row label:has(small) > input, .sim-menu-row label:has(small) > small { grid-row: 1; }
.sim-remove-item, .sim-add-item { min-height: 44px; padding: .55rem .7rem; border-radius: .42rem; font: inherit; font-weight: 800; cursor: pointer; }
.sim-remove-item { border: 1px solid #bdc9c3; color: var(--guide-ink-soft); background: transparent; }
.sim-add-item { margin-top: 1rem; border: 1px solid var(--guide-green); color: var(--guide-green); background: var(--guide-mint); }
.sim-validation { margin: 1rem 0 0; padding: .7rem .8rem; border-radius: .45rem; color: #7c281e; background: #fff0ec; font-size: .82rem; font-weight: 750; }
.simulator-results { position: sticky; top: 1rem; padding: 1.5rem; color: white; background: var(--guide-green-dark); }
.simulator-results .guide-kicker { color: #ffad78; }
.sim-result-primary { margin: 1.2rem 0; padding: 1.2rem; display: grid; border-radius: .75rem; color: var(--guide-ink); background: white; }
.sim-result-primary span, .sim-result-grid span { color: var(--guide-ink-soft); font-size: .76rem; font-weight: 750; }
.sim-result-primary strong { margin: .2rem 0; color: var(--guide-green-dark); font-family: Georgia, "Times New Roman", serif; font-size: 3.2rem; line-height: 1; }
.sim-result-primary small { color: var(--guide-ink-soft); }
.sim-result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.sim-result-grid > div { min-height: 88px; padding: .8rem; display: grid; align-content: space-between; border-radius: .55rem; color: var(--guide-ink); background: #edf5f0; }
.sim-result-grid strong { font-size: 1.05rem; line-height: 1.15; }
.sim-location-results, .sim-item-results { margin-top: 1.3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.2); }
.simulator-results h3 { margin: 0 0 .85rem; font-size: 1rem; }
.sim-signal { margin: .8rem 0 0; padding: .75rem; border-radius: .55rem; color: #173d31; background: #ffeadb; font-size: .8rem; font-weight: 720; }
.sim-location-results > .sim-help { color: #dce9e4; }
.sim-item-results [data-result="item-breakdown"] { display: grid; gap: .45rem; }
.sim-item-results [data-result="item-breakdown"] > div { padding: .55rem .7rem; display: flex; justify-content: space-between; gap: 1rem; border-radius: .45rem; color: var(--guide-ink); background: white; }
.sim-item-results [data-result="item-breakdown"] p { color: #e3eee9; }
.simulator-method, .simulator-sources { margin-top: 4rem; }
.simulator-method > h2 { max-width: 760px; }

.guide-footer { margin-top: 4rem; padding: 3rem max(1.25rem, calc((100vw - var(--guide-max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; background: var(--guide-green-dark); color: #e2eee8; }
.guide-footer > div p { max-width: 500px; color: #bed1c7; }
.guide-footer nav { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: .6rem 1.2rem; }
.guide-footer a { min-height: 44px; display: inline-flex; align-items: center; color: white; }
.guide-copyright { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.2); color: #bed1c7; font-size: .8rem; }

@media (max-width: 850px) {
  .guide-header { align-items: flex-start; }
  .guide-header nav { max-width: 420px; justify-content: flex-end; flex-wrap: wrap; gap: .1rem .8rem; }
  .guide-hero { grid-template-columns: 1fr; }
  .guide-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-article-layout { grid-template-columns: 1fr; }
  .guide-sidebar { position: static; grid-row: 1; }
  .guide-sidebar > div { display: none; }
  .landscape-explorer { grid-template-columns: 1fr; }
  .landscape-insight { position: sticky; bottom: .75rem; z-index: 5; }
  .simulator-shell { grid-template-columns: 1fr; }
  .simulator-results { position: static; }
}

@media (max-width: 600px) {
  .guide-header { min-height: auto; padding: .7rem 1rem; align-items: center; }
  .guide-brand img { width: 150px; }
  .guide-header > nav:not(.guide-languages) { display: none; }
  .guide-header .guide-languages { display: flex; margin-left: auto; padding-left: 0; border-left: 0; }
  .guide-country-hero, .guide-hero { margin: 1rem .75rem 0; padding: 2rem 1.25rem; border-radius: 1rem; }
  .guide-country-hero h1, .guide-hero h1 { font-size: 3rem; }
  .guide-lifecycle { grid-template-columns: 1fr; gap: 0; }
  .guide-lifecycle a { border-top-width: 1px; }
  .guide-card-grid, .guide-three { grid-template-columns: 1fr; }
  .guide-card { min-height: 260px; }
  .guide-byline { display: grid; }
  .guide-byline span + span::before { content: none; }
  .guide-footer { grid-template-columns: 1fr; }
  .guide-footer nav { justify-content: flex-start; }
  .landscape-intro { align-items: flex-start; flex-direction: column; }
  .landscape-intro .guide-actions { width: 100%; }
  .landscape-stat-grid { grid-template-columns: 1fr; }
  .landscape-stat:last-child { grid-column: auto; }
  .landscape-insight { position: static; }
  .exposure-table-wrap { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .exposure-table, .exposure-table tbody, .exposure-table tr, .exposure-table th, .exposure-table td { display: block; }
  .exposure-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .exposure-table tbody { display: grid; gap: .75rem; }
  .exposure-table tbody tr { padding: .9rem; border: 1px solid var(--guide-border); border-radius: .7rem; background: var(--guide-paper); box-shadow: 0 5px 15px rgba(14,55,42,.04); }
  .exposure-table tbody th { padding: 0 0 .7rem; border-bottom: 1px solid var(--guide-border); }
  .exposure-table tbody td { padding: .55rem 0 0; display: flex; justify-content: space-between; gap: 1rem; border: 0; text-align: right; }
  .exposure-table tbody td::before { content: attr(data-label); color: var(--guide-ink-soft); font-weight: 650; text-align: left; white-space: normal; }
  .rental-table { min-width: 0; }
  .rental-table tbody td { align-items: flex-start; }
  .rental-table tbody td::before { max-width: 46%; }
  .rental-legend ul { display: grid; grid-template-columns: 1fr; }
  .landscape-chat-launcher { right: .75rem; bottom: calc(.75rem + env(safe-area-inset-bottom)); }
  .landscape-chat { right: 0; bottom: 0; width: 100%; max-height: calc(92dvh - env(safe-area-inset-bottom)); border-radius: 1rem 1rem 0 0; }
  .landscape-chat-privacy { padding-bottom: calc(.85rem + env(safe-area-inset-bottom)); }
  .sim-field-grid { grid-template-columns: 1fr; }
  .sim-field-wide { grid-column: auto; }
  .sim-menu-header { display: none; }
  .sim-menu-row { padding: .85rem; grid-template-columns: 1fr 1fr; border: 1px solid var(--guide-border); border-radius: .6rem; background: #faf8f1; }
  .sim-menu-row label:first-child { grid-column: 1 / -1; }
  .sim-menu-row label > span { display: block; }
  .sim-menu-row label:has(small) { grid-template-rows: auto auto; }
  .sim-menu-row label:has(small) > span { grid-column: 1 / -1; }
  .sim-remove-item { grid-column: 1 / -1; }
  .sim-result-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
