:root {
  --ink: #17202a;
  --muted: #5e6875;
  --line: #dce3e8;
  --paper: #fbfcfc;
  --mist: #eef4f2;
  --teal: #0f766e;
  --teal-dark: #0b4f4a;
  --gold: #b97832;
  --berry: #8d3154;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 31, 44, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(220, 227, 232, 0.78);
  background: rgba(251, 252, 252, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 300px;
}

.brand-logo {
  width: clamp(178px, 17vw, 238px);
  height: auto;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
}

.main-nav,
.header-actions,
.hero-actions,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-nav {
  justify-content: center;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle::after {
  content: "Menu";
  font-size: 0.86rem;
  font-weight: 800;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span + span {
  margin-top: 4px;
}

.site-header.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.main-nav a,
.site-footer a {
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 650;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--ink);
}

.header-actions select,
.proposal-form input,
.proposal-form select,
.proposal-form textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.header-actions select {
  height: 42px;
  padding: 0 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 750;
  white-space: nowrap;
}

.button-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.22);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  border-color: var(--line);
  color: var(--teal-dark);
  background: var(--white);
}

.button-danger {
  border-color: rgba(141, 49, 84, 0.28);
  color: var(--white);
  background: var(--berry);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.52);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  min-height: clamp(500px, 58svh, 680px);
  height: clamp(500px, 58svh, 680px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 22, 29, 0.88) 0%, rgba(12, 22, 29, 0.68) 43%, rgba(12, 22, 29, 0.12) 100%),
    linear-gradient(0deg, rgba(12, 22, 29, 0.36) 0%, rgba(12, 22, 29, 0) 44%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  padding: clamp(42px, 6vw, 72px) clamp(18px, 5vw, 72px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 4.45vw, 4.45rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 30px;
}

.trust-strip {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 700px;
  margin: clamp(28px, 4vw, 46px) 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.28);
}

@media (min-height: 860px) and (min-width: 900px) {
  .trust-strip {
    display: grid;
  }
}

.trust-strip div {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
}

.trust-strip dt {
  font-size: 1.28rem;
  font-weight: 850;
}

.trust-strip dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

.section {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.section h2 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.intro-section,
.split-section,
.partner-section,
.proposal-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.intro-section {
  padding-bottom: clamp(34px, 4vw, 54px);
}

.intro-copy,
.partner-content > p {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
}

.experience-strip {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap: 12px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(64px, 8vw, 112px);
}

.experience-strip figure {
  position: relative;
  min-height: clamp(190px, 22vw, 320px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.experience-strip img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.86;
  transition: transform 220ms ease, opacity 220ms ease;
}

.experience-strip figure:hover img {
  transform: scale(1.035);
  opacity: 0.96;
}

.experience-strip figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(12, 22, 29, 0.55);
}

.brand-network-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

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

.brand-logo-card {
  display: grid;
  align-content: center;
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 244, 242, 0.76), rgba(255, 255, 255, 0.98));
  color: var(--ink);
}

.brand-logo-card strong {
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.brand-logo-card span {
  margin-top: 8px;
  color: var(--teal-dark);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.service-card,
.audience-grid article,
.solution-grid article,
.blog-card {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-card,
.solution-grid article {
  padding: 0;
  overflow: hidden;
}

.solution-grid article {
  overflow: visible;
}

.service-photo,
.solution-grid article > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: linear-gradient(135deg, var(--mist), var(--white));
}

.solution-grid article > img {
  aspect-ratio: 16 / 8;
  border-radius: 8px 8px 0 0;
}

.service-card-body,
.solution-grid article > div {
  padding: 22px;
}

.service-card span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 850;
}

.service-icon {
  width: 64px;
  height: 64px;
  margin: -54px 0 18px;
  border-radius: 20px;
  filter: drop-shadow(0 10px 18px rgba(23, 32, 42, 0.08));
}

.service-card h3,
.audience-grid h3,
.solution-grid h3,
.proof-list h3 {
  margin: 24px 0 10px;
  font-size: 1.08rem;
}

.service-card p,
.audience-grid p,
.solution-grid p,
.proof-list p,
.faq-list p {
  margin: 0;
  color: var(--muted);
}

.highlight-card {
  background: var(--ink);
  color: var(--white);
}

.highlight-card .service-card-body {
  background: var(--ink);
}

.highlight-card span {
  color: var(--gold);
}

.highlight-card p {
  color: rgba(255, 255, 255, 0.74);
}

.split-section,
.process-section,
.faq-section {
  background: var(--mist);
}

.proof-list {
  display: grid;
  gap: 18px;
}

.proof-list div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 32, 42, 0.13);
}

.proof-list h3 {
  margin-top: 0;
}

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

.audience-grid article {
  min-height: 180px;
}

.destinations-section {
  background: var(--ink);
  color: var(--white);
}

.destinations-section .section-heading h2 {
  color: var(--white);
}

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

.destination-list a {
  position: relative;
  min-height: clamp(170px, 19vw, 250px);
  display: flex;
  align-items: flex-end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 750;
  overflow: hidden;
}

.destination-list img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
  transition: transform 220ms ease, opacity 220ms ease;
}

.destination-list a::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 22, 29, 0.08), rgba(12, 22, 29, 0.74)),
    linear-gradient(90deg, rgba(12, 22, 29, 0.46), rgba(12, 22, 29, 0.08));
}

.destination-list span {
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 14px rgba(12, 22, 29, 0.45);
}

.destination-list a:hover img {
  transform: scale(1.035);
  opacity: 0.92;
}

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

.solution-grid article {
  box-shadow: 0 18px 46px rgba(23, 32, 42, 0.08);
}

.solution-grid h3 {
  margin-top: 18px;
  line-height: 1.22;
}

.solution-grid p:not(.solution-tag) {
  line-height: 1.55;
}

.section-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 26px;
}

.blog-card {
  padding: 0;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.blog-card a {
  display: grid;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 118, 110, 0.24);
  box-shadow: 0 22px 48px rgba(23, 32, 42, 0.1);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: linear-gradient(135deg, var(--mist), var(--white));
}

.blog-card div {
  padding: 20px;
}

.blog-card h2,
.blog-card h3 {
  margin: 14px 0 10px;
  font-size: 1.12rem;
  line-height: 1.22;
}

.blog-card p:not(.solution-tag) {
  margin: 0 0 18px;
  color: var(--muted);
}

.blog-card span {
  color: var(--teal-dark);
  font-weight: 800;
}

.blog-index h1,
.article-hero h1,
.cms-shell h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: 0;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px);
  background: var(--mist);
}

.article-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.15rem;
}

.article-hero img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, var(--mist), var(--white));
}

.article-body {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(46px, 7vw, 86px) 18px;
}

.article-body p {
  color: var(--ink);
  font-size: 1.16rem;
}

.article-body h2 {
  margin: 42px 0 12px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.article-body aside {
  display: grid;
  gap: 8px;
  margin-top: 34px;
  padding: 18px;
  border-radius: 8px;
  background: var(--mist);
}

.article-body aside span {
  color: var(--muted);
}

.article-summary {
  margin: 0 0 30px;
}

.article-summary ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 4px 0 0;
  list-style: none;
}

.article-summary li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 750;
}

.article-cta {
  border: 1px solid rgba(15, 118, 110, 0.18);
  background: linear-gradient(135deg, var(--mist), var(--white));
}

.article-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.article-cta .button {
  justify-self: start;
}

.article-faq {
  display: grid;
  gap: 10px;
  margin-top: 42px;
}

.article-faq h2 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: 0;
}

.article-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.article-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 800;
}

.article-faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 1rem;
}

.cms-shell {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 72px);
}

.cms-panel {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.cms-panel h2 {
  margin: 0;
  font-size: 1.4rem;
}

.cms-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 12px;
}

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

.cms-form label,
.cms-actions label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.cms-form input,
.cms-form textarea,
.cms-actions select,
.cms-panel textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.cms-form textarea,
.cms-panel textarea {
  resize: vertical;
}

.solution-tag {
  display: inline-flex;
  margin: 0;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--berry);
  background: rgba(141, 49, 84, 0.1);
  font-size: 0.78rem;
  font-weight: 850;
}

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

.process-list li {
  padding: 24px;
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(18, 31, 44, 0.08);
}

.process-list span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-weight: 850;
}

.process-list strong {
  display: block;
  font-size: 1.1rem;
}

.process-list p {
  color: var(--muted);
}

.partner-section {
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.partner-content {
  display: grid;
  gap: 24px;
}

.partner-visual {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.partner-visual span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 244, 242, 0.88), rgba(255, 255, 255, 0.96));
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.proposal-section {
  background: var(--white);
}

.proposal-copy {
  position: sticky;
  top: 112px;
}

.proposal-copy h2 {
  margin-bottom: 18px;
}

.proposal-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
}

.contact-panel {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

.contact-panel a {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--teal-dark);
  font-weight: 750;
}

.proposal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.proposal-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.proposal-form input,
.proposal-form select,
.proposal-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  outline: none;
}

.proposal-form textarea {
  resize: vertical;
}

.proposal-form input:focus,
.proposal-form select:focus,
.proposal-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.full-field {
  grid-column: 1 / -1;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(23, 32, 42, 0.12);
  border-radius: 8px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 780;
}

.faq-list p {
  padding: 0 20px 20px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.site-footer p {
  margin: 4px 0 0;
  color: var(--muted);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
    position: sticky;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: clamp(14px, 4vw, 32px);
    right: clamp(14px, 4vw, 32px);
    display: none;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 46px rgba(23, 32, 42, 0.14);
    backdrop-filter: blur(18px);
    z-index: 30;
  }

  .site-header.menu-open .main-nav {
    display: grid;
  }

  .main-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 7px;
    color: var(--ink);
  }

  .main-nav a:hover {
    background: var(--mist);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .card-grid,
  .brand-logo-grid,
  .experience-strip,
  .destination-list,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .site-header {
    gap: 14px;
    min-height: auto;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 164px;
  }

  .brand small {
    display: none;
  }

  .header-actions .button {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions select {
    width: 62px;
    padding: 0 8px;
  }

  .hero {
    min-height: max(620px, calc(100svh - 108px));
    height: max(620px, calc(100svh - 108px));
  }

  .hero-content {
    padding-top: 112px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.8rem);
  }

  .trust-strip,
  .intro-section,
  .split-section,
  .partner-section,
  .proposal-section,
  .article-hero,
  .cms-form,
  .process-list,
  .solution-grid,
  .blog-grid,
  .proposal-form {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .brand-logo-grid,
  .audience-grid,
  .destination-list,
  .experience-strip,
  .partner-visual {
    grid-template-columns: 1fr;
  }

  .section {
    padding-block: 58px;
  }

  .service-card,
  .audience-grid article,
  .solution-grid article {
    min-height: 0;
  }

  .experience-strip {
    padding-bottom: 58px;
  }

  .experience-strip figure,
  .destination-list a {
    min-height: 220px;
  }

  .service-card h3,
  .audience-grid h3,
  .solution-grid h3 {
    margin-top: 28px;
  }

  .proposal-copy {
    position: static;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 138px;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .section h2 {
    font-size: 2rem;
  }
}
