:root {
  color: #16201d;
  background: #f5f3ec;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --ink: #16201d;
  --muted: #5f6965;
  --green: #143f35;
  --green-dark: #102f28;
  --mint: #d9ebdf;
  --orange: #f09a3e;
  --paper: #fffdf7;
  --line: #d9d8cf;
  --shadow: 0 24px 70px rgba(24, 43, 36, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.tools-site {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 5%, rgba(240, 154, 62, .16), transparent 25rem),
    #f5f3ec;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #287b67;
  outline-offset: 3px;
}

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(22, 32, 29, .13);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
}

.site-brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.site-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff8ea;
  background: var(--green);
  border-radius: 13px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
  font-size: 20px;
  font-weight: 900;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-header nav a {
  color: #3e4844;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover {
  color: var(--green);
}

.site-header nav .nav-cta {
  padding: 11px 16px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
}

.site-header nav .nav-cta:hover {
  color: #fff;
  background: var(--green-dark);
}

main {
  overflow: hidden;
}

.directory-hero,
.tool-hero,
.directory-section,
.process-section,
.explain-grid,
.faq-section,
.related-section,
.result-wrap,
.corridor-facts,
.final-cta,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.directory-hero {
  min-height: 620px;
  padding: 88px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: center;
  gap: 80px;
}

.kicker {
  margin: 0 0 14px;
  color: #9a5620;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.directory-hero h1,
.tool-intro h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.hero-lede,
.tool-intro > p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 30px rgba(20, 63, 53, .18);
}

.button.primary:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.button.secondary {
  border-color: #c9c9bf;
  background: rgba(255, 255, 255, .42);
}

.button.secondary:hover {
  border-color: #8f948d;
  background: #fff;
}

.audit-preview {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  color: #f5f4ed;
  background: var(--green);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.audit-preview::before {
  position: absolute;
  inset: -16px auto auto -18px;
  width: 82px;
  height: 82px;
  border: 18px solid var(--orange);
  border-radius: 50%;
  content: "";
  opacity: .9;
  z-index: -1;
}

.preview-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.preview-top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .33);
}

.preview-top span:first-child {
  background: var(--orange);
}

.preview-top small {
  margin-left: auto;
  color: #b8d0c8;
  font-weight: 750;
  letter-spacing: .04em;
}

.preview-url {
  margin: 22px 0;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  color: #c8d8d3;
  background: rgba(4, 25, 20, .25);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-check {
  display: flex;
  gap: 14px;
  padding: 15px 4px;
  align-items: center;
}

.preview-check + .preview-check {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.preview-check b {
  width: 30px;
  height: 30px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #183a31;
  background: #bde4d4;
  font-size: 14px;
}

.preview-check span {
  display: grid;
  gap: 3px;
}

.preview-check strong {
  font-size: 14px;
}

.preview-check small {
  color: #acc2bb;
}

.trust-strip {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #e8eee9;
  background: var(--green-dark);
}

.trust-strip span {
  padding: 0 34px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.trust-strip span + span {
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.directory-section,
.process-section,
.faq-section,
.related-section {
  padding: 108px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 42px;
}

.section-heading h2,
.explain-grid h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.section-heading > p:last-child {
  margin: 17px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tool-card {
  min-height: 172px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  padding: 28px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255, 253, 247, .72);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tool-card:hover {
  border-color: #9caaa4;
  box-shadow: 0 16px 35px rgba(20, 63, 53, .08);
  transform: translateY(-2px);
}

.tool-number {
  color: #a35f28;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.tool-card h3 {
  margin: 0 0 9px;
  font-size: 18px;
}

.tool-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.card-arrow {
  color: var(--green);
  font-size: 22px;
}

.process-section {
  border-top: 1px solid var(--line);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  min-height: 230px;
  padding: 28px;
  border-top: 3px solid var(--green);
  background: #ebe9df;
}

.process-grid li > span {
  color: #a35f28;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
}

.process-grid h3 {
  margin: 58px 0 10px;
  font-size: 20px;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.final-cta {
  margin-bottom: 90px;
  padding: 72px;
  border-radius: 30px;
  color: #f8f6ef;
  background:
    linear-gradient(115deg, rgba(240, 154, 62, .12), transparent 50%),
    var(--green);
  box-shadow: var(--shadow);
}

.final-cta .kicker {
  color: #f0b675;
}

.final-cta p:not(.kicker) {
  max-width: 630px;
  margin: 20px 0 28px;
  color: #c1d1cb;
  line-height: 1.65;
}

.button.light {
  color: var(--green);
  background: #fffaf0;
}

.button.light:hover {
  background: #fff;
}

.site-footer {
  min-height: 170px;
  padding: 34px 0 48px;
  display: grid;
  grid-template-columns: 1fr minmax(0, 420px);
  gap: 36px 80px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.site-footer strong {
  color: var(--ink);
  font-size: 16px;
}

.site-footer p {
  margin: 7px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
}

.footer-links a {
  font-weight: 750;
  text-decoration: none;
  color: var(--ink);
}

.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.copy-field {
  display: block;
  margin-top: 8px;
}

.copy-field input {
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

/* Individual tool pages */

.tool-hero {
  padding: 52px 0 64px;
}

.back-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.back-link:hover {
  color: var(--green);
}

.tool-intro {
  max-width: 860px;
  margin: 70px 0 42px;
}

.tool-intro h1 {
  font-size: clamp(46px, 6.4vw, 76px);
}

.tool-form {
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 18px;
  align-items: end;
  border: 1px solid #ced3c9;
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(28, 47, 40, .08);
}

.tool-form.has-extra {
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, .7fr) auto;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 13px;
  font-weight: 850;
}

.field label span {
  margin-left: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.field input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #bdc4ba;
  border-radius: 11px;
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .03);
}

.field input:hover,
.field input:focus {
  border-color: #5d8a7e;
}

.field small,
.checkbox small {
  color: #747d79;
  font-size: 11px;
  line-height: 1.45;
}

.submit-button {
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--green);
  font-weight: 850;
  cursor: pointer;
}

.submit-button:hover {
  background: var(--green-dark);
}

.submit-button span {
  margin-left: 8px;
}

.form-privacy {
  grid-column: 1 / -1;
  margin: 0;
  color: #78807d;
  font-size: 11px;
}

.checkbox {
  grid-column: 1 / -1;
  display: flex;
  gap: 11px;
  align-items: flex-start;
  cursor: pointer;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--green);
}

.checkbox span {
  display: grid;
  gap: 3px;
}

.checkbox strong {
  font-size: 13px;
}

.result-wrap {
  padding: 12px 0 54px;
}

.result-card {
  overflow: hidden;
  border: 1px solid #c7d6d0;
  border-radius: 22px;
  background: #fbfffc;
  box-shadow: 0 20px 55px rgba(20, 63, 53, .09);
}

.result-card.warning {
  border-color: #e2c89f;
  background: #fffcf6;
}

.result-card.danger {
  border-color: #deb6af;
  background: #fffafa;
}

.result-heading {
  padding: 30px;
  display: flex;
  gap: 17px;
  align-items: flex-start;
  border-bottom: 1px solid #dce4df;
}

.result-mark,
.check-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}

.result-mark {
  width: 38px;
  height: 38px;
  color: #0e4b3b;
  background: #ccebdd;
  font-size: 18px;
}

.warning .result-mark,
.check-item.warning .check-icon {
  color: #6c3b08;
  background: #f9dfb9;
}

.danger .result-mark,
.check-item.danger .check-icon {
  color: #762b25;
  background: #f4d0cc;
}

.result-heading .kicker {
  margin-bottom: 7px;
}

.result-heading h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -.02em;
}

.result-heading p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #dce4df;
}

.check-item {
  min-height: 100px;
  padding: 22px 25px;
  display: flex;
  gap: 13px;
  background: #fbfffc;
}

.check-icon {
  width: 26px;
  height: 26px;
  color: #0e4b3b;
  background: #ccebdd;
  font-size: 12px;
}

.check-item.neutral .check-icon {
  color: #40504b;
  background: #e6e9e6;
}

.check-item strong {
  font-size: 13px;
}

.check-item p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.result-rows {
  margin: 0;
  padding: 8px 30px;
}

.result-row {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid #e2e7e3;
}

.result-row:last-child {
  border-bottom: 0;
}

.result-row dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.result-row dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 13px;
  font-weight: 700;
}

.result-row dd a {
  color: #17604d;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.result-note {
  margin: 0;
  padding: 16px 30px;
  border-top: 1px solid #e2e7e3;
  color: #6e7773;
  background: rgba(22, 32, 29, .025);
  font-size: 11px;
  line-height: 1.5;
}

.explain-grid {
  padding: 94px 0;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 100px;
  border-top: 1px solid var(--line);
}

.capability-list {
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}

.capability-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 700;
}

.capability-list li span {
  width: 22px;
  height: 22px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: var(--mint);
  font-size: 11px;
}

.explain-grid aside {
  align-self: end;
  padding: 28px;
  border-left: 3px solid var(--orange);
  background: #ebe9df;
}

.explain-grid aside p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.faq-section {
  border-top: 1px solid var(--line);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 23px 4px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: #a35f28;
  font-size: 22px;
  font-weight: 400;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 820px;
  margin: -8px 0 24px;
  color: var(--muted);
  line-height: 1.65;
}

.related-section {
  border-top: 1px solid var(--line);
}

.tool-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tool-grid.compact .tool-card {
  min-height: 190px;
  grid-template-columns: auto 1fr;
}

.tool-grid.compact .card-arrow {
  display: none;
}

.compact-cta {
  padding: 58px;
}

.compact-cta h2 {
  max-width: 780px;
  font-size: clamp(32px, 4vw, 48px);
}

/* Amazon localization corridors */

.localization-directory-hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr);
}

.corridor-picker {
  padding: 34px;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 26px;
  color: #f5f4ed;
  background:
    linear-gradient(140deg, rgba(240, 154, 62, .13), transparent 45%),
    var(--green);
  box-shadow: var(--shadow);
}

.corridor-picker .kicker {
  color: #f0b675;
}

.corridor-picker h2 {
  max-width: 420px;
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.corridor-picker label {
  font-size: 12px;
  font-weight: 800;
}

.corridor-picker select {
  width: 100%;
  min-height: 54px;
  padding: 0 42px 0 15px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 11px;
  color: var(--ink);
  background: #fffdf7;
  cursor: pointer;
}

.corridor-picker .submit-button {
  color: var(--green-dark);
  background: #f4c184;
}

.corridor-picker .submit-button:hover {
  background: #ffd29c;
}

.corridor-picker > p:last-child {
  margin: 2px 0 0;
  color: #bcd0c9;
  font-size: 11px;
  line-height: 1.5;
}

.corridor-directory {
  display: grid;
  gap: 66px;
}

.corridor-directory > .section-heading {
  margin-bottom: -8px;
}

.corridor-group {
  display: grid;
  gap: 20px;
}

.corridor-group + .corridor-group {
  padding-top: 60px;
  border-top: 1px solid var(--line);
}

.corridor-group-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.corridor-group-heading .kicker {
  margin-bottom: 8px;
}

.corridor-group-heading h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -.025em;
}

.corridor-group-heading > span {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.corridor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.corridor-card {
  min-height: 104px;
  padding: 19px 20px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 247, .76);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.corridor-card:hover {
  border-color: #9caaa4;
  box-shadow: 0 13px 30px rgba(20, 63, 53, .08);
  transform: translateY(-2px);
}

.route-mark {
  min-width: 76px;
  min-height: 42px;
  padding: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
  color: #204c40;
  background: var(--mint);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .05em;
}

.route-mark b {
  color: #a35f28;
  font-family: inherit;
}

.corridor-card > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.corridor-card strong {
  font-size: 14px;
}

.corridor-card small {
  overflow: hidden;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.localization-hero .tool-intro {
  max-width: 960px;
}

.localization-form .field:first-child {
  min-width: 0;
}

.candidate-link {
  overflow-wrap: anywhere;
}

.result-note strong {
  color: var(--ink);
}

.corridor-facts {
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr 1fr;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ebe9df;
}

.corridor-facts > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.corridor-facts > div:last-child {
  padding-left: 24px;
  border-left: 1px solid #cbcbc1;
}

.corridor-facts span {
  color: #9a5620;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.corridor-facts strong {
  font-size: 15px;
}

.corridor-facts small {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 11px;
}

.corridor-facts > b {
  color: #a35f28;
  font-size: 22px;
}

.related-corridors {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-corridors .corridor-card {
  min-height: 126px;
  grid-template-columns: auto minmax(0, 1fr);
}

.related-corridors .card-arrow {
  display: none;
}

@media (max-width: 900px) {
  .directory-hero {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .audit-preview {
    max-width: 620px;
    transform: none;
  }

  .tool-grid.compact,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid li {
    min-height: 180px;
  }

  .process-grid h3 {
    margin-top: 38px;
  }

  .explain-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .explain-grid aside {
    align-self: auto;
  }

  .localization-directory-hero {
    grid-template-columns: 1fr;
  }

  .corridor-picker {
    max-width: 620px;
  }

  .related-corridors {
    grid-template-columns: 1fr;
  }

  .corridor-facts {
    grid-template-columns: 1fr auto 1fr;
  }

  .corridor-facts > div:last-child {
    grid-column: 1 / -1;
    padding: 20px 0 0;
    border-top: 1px solid #cbcbc1;
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 76px;
  }

  .site-header nav a:not(.nav-cta) {
    display: none;
  }

  .site-header nav .nav-cta {
    padding: 9px 13px;
    font-size: 12px;
  }

  .directory-hero {
    min-height: auto;
    padding: 64px 0;
  }

  .directory-hero h1,
  .tool-intro h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .hero-lede,
  .tool-intro > p:last-child {
    font-size: 16px;
  }

  .trust-strip {
    padding: 22px;
    display: grid;
    gap: 10px;
    justify-items: center;
  }

  .trust-strip span {
    padding: 0;
  }

  .trust-strip span + span {
    border-left: 0;
  }

  .directory-section,
  .process-section,
  .faq-section,
  .related-section {
    padding: 74px 0;
  }

  .tool-grid {
    grid-template-columns: 1fr;
  }

  .tool-card {
    min-height: 150px;
    padding: 23px;
  }

  .tool-hero {
    padding-top: 34px;
  }

  .tool-intro {
    margin-top: 52px;
  }

  .tool-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .tool-form.has-extra {
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 100%;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .result-heading {
    padding: 24px 20px;
  }

  .result-rows {
    padding: 4px 20px;
  }

  .result-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .result-note {
    padding: 15px 20px;
  }

  .explain-grid {
    padding: 72px 0;
  }

  .final-cta,
  .compact-cta {
    margin-bottom: 56px;
    padding: 40px 26px;
    border-radius: 22px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .corridor-directory {
    gap: 48px;
  }

  .corridor-group + .corridor-group {
    padding-top: 44px;
  }

  .corridor-grid {
    grid-template-columns: 1fr;
  }

  .corridor-group-heading {
    align-items: start;
    flex-direction: column;
    gap: 9px;
  }

  .corridor-card {
    min-height: 96px;
    padding: 16px;
  }

  .corridor-facts {
    padding: 22px;
    grid-template-columns: 1fr;
  }

  .corridor-facts > b {
    transform: rotate(90deg);
  }

  .corridor-facts > div:last-child {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
