@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/outfit-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/outfit-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --navy: #001032;
  --pink: #e62677;
  --pink-dark: #bd145c;
  --teal: #079baa;
  --yellow: #f4b72c;
  --ink: #17213a;
  --muted: #505a6e;
  --line: #dfe4ec;
  --soft: #f7f8fb;
  --benefits: #eef4fd;
  --radius: 0.8rem;
  --shadow: 0 1.2rem 3rem rgba(0, 16, 50, 0.11);
  --shell: min(72rem, calc(100% - 2rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: white;
  font-family: Outfit, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
textarea {
  font: inherit;
}

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

img {
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.75rem 1rem;
  color: white;
  background: var(--navy);
  border-radius: 0.4rem;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.icon {
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promise-bar {
  color: white;
  background: linear-gradient(90deg, #001032, #071d49 50%, #001032);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0.005em;
}

.promise-grid {
  min-height: 2.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0 clamp(1.25rem, 3vw, 3rem);
  line-height: 1.2;
  white-space: nowrap;
}

.promise-grid .promise-item + .promise-item {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.promise-grid .icon {
  box-sizing: content-box;
  width: 0.95rem;
  height: 0.95rem;
  padding: 0.22rem;
  color: #ff70ad;
  background: rgba(230, 38, 119, 0.14);
  border-radius: 50%;
  stroke-width: 2.1;
}

.promise-mobile {
  display: none !important;
}

.site-header {
  position: relative;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 16, 50, 0.07);
  box-shadow: 0 0.45rem 1.5rem rgba(0, 16, 50, 0.045);
  backdrop-filter: blur(12px);
}

.nav-row {
  min-height: 5.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  width: 10rem;
  height: 4.55rem;
  display: flex;
  align-items: center;
}

.brand img {
  width: 100%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 750;
  letter-spacing: -0.005em;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
  color: var(--pink);
  background: #fff0f6;
  transform: translateY(-1px);
}

.site-nav .nav-cta {
  margin-left: 0.25rem;
  padding-inline: 1.3rem;
  color: white;
  background: var(--pink);
  box-shadow: 0 0.45rem 1.1rem rgba(230, 38, 119, 0.22);
}

.site-nav .nav-cta:hover {
  color: white;
  background: var(--pink-dark);
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  color: var(--navy);
  background: white;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  font-weight: 800;
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 3.4rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 2.6rem);
}

h3 {
  font-size: 1.05rem;
}

.eyebrow {
  margin-bottom: 0.65rem;
  color: var(--pink-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.78rem 1.25rem;
  border: 0;
  border-radius: 0.55rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.005em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.65rem 1.4rem rgba(0, 16, 50, 0.14);
}

.button-primary {
  color: white;
  background: var(--pink);
  box-shadow: 0 0.4rem 1rem rgba(230, 38, 119, 0.2);
}

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

.button-secondary {
  color: var(--navy);
  background: white;
  box-shadow: inset 0 0 0 1px #c6ccd7, 0 0.15rem 0.35rem rgba(0, 16, 50, 0.04);
}

.button-secondary:hover {
  background: var(--soft);
}

.button-light {
  color: var(--navy);
  background: white;
}

.button .icon {
  width: 1rem;
}

.original-hero {
  min-height: 35rem;
  display: flex;
  align-items: center;
  padding-block: 3.1rem;
  background-color: #f7f7f7;
  background-image: var(--hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid rgba(0, 16, 50, 0.06);
}

.hero-inner {
  width: var(--shell);
}

.hero-copy {
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.25rem;
}

.hero-copy h1 {
  margin-bottom: 0;
  color: var(--navy);
}

.hero-copy h1 em {
  color: var(--pink);
  font-style: normal;
}

.hero-copy > p {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.section {
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.section-heading.centred {
  width: min(100%, 48rem);
  margin: 0 auto 2rem;
  text-align: center;
}

.section-heading.centred h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0.8rem;
  padding-bottom: 0.85rem;
  font-size: clamp(2rem, 3vw, 2.3rem);
}

.section-heading.centred h2::after {
  content: "";
  position: absolute;
  right: 35%;
  bottom: 0;
  left: 35%;
  height: 0.2rem;
  background: var(--pink);
  border-radius: 999px;
}

.section-heading.centred p {
  margin-bottom: 0;
  color: var(--muted);
}

.brands-section {
  padding-top: 4rem;
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.brand-card {
  position: relative;
  min-height: 16.5rem;
  display: flex;
  align-items: stretch;
  isolation: isolate;
  padding: 1.1rem;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #f3f5f8);
  border: 1px solid rgba(0, 16, 50, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 0.15rem 0.35rem rgba(0, 16, 50, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.brand-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--brand-art-width, 45%);
  background-image: var(--brand-image);
  background-position: var(--brand-art-position, right bottom);
  background-repeat: no-repeat;
  background-size: var(--brand-art-size, auto 92%);
  pointer-events: none;
  transition: transform 220ms ease;
}

.brand-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: calc(var(--brand-art-width, 45%) - 1.8rem);
  bottom: 0;
  width: 2.2rem;
  background: linear-gradient(90deg, #f5f5f6 5%, rgba(245, 245, 246, 0));
  pointer-events: none;
}

.brand-card:hover {
  border-color: color-mix(in srgb, var(--brand-colour) 28%, white);
  box-shadow: 0 1rem 2.2rem rgba(0, 16, 50, 0.11);
  transform: translateY(-4px);
}

.brand-card:hover::before {
  transform: scale(1.015);
}

.brand-card-copy {
  position: relative;
  z-index: 1;
  width: var(--brand-copy-width, 61%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.brand-card-title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: white;
  background: var(--brand-colour);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.brand-icon .icon {
  width: 1.35rem;
  height: 1.35rem;
}

.brand-card h3 {
  margin-bottom: 0;
  color: var(--brand-colour);
  font-size: 0.98rem;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-card p {
  flex: 1;
  max-width: 16rem;
  margin: 1.05rem 0;
  color: var(--navy);
  font-size: 0.94rem;
  line-height: 1.48;
}

.brand-card a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.62rem 0.9rem;
  color: white;
  background: var(--brand-colour);
  border-radius: 0.35rem;
  box-shadow: 0 0.2rem 0.5rem color-mix(in srgb, var(--brand-colour) 22%, transparent);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter 160ms ease, transform 160ms ease;
}

.brand-card a:hover {
  filter: brightness(0.9);
  transform: translateY(-1px);
}

.brand-card a .icon {
  width: 1rem;
}

.benefits-section {
  padding: 0 0 clamp(4rem, 7vw, 5.5rem);
  background: white;
}

.feature-grid {
  padding: 1.75rem 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: var(--benefits);
  border: 1px solid #dce7f6;
  border-radius: var(--radius);
  box-shadow: 0 0.7rem 2rem rgba(28, 67, 120, 0.07);
}

.feature-card {
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  gap: 1rem;
  padding-inline: 1.5rem;
}

.feature-card + .feature-card {
  border-left: 1px solid rgba(28, 67, 120, 0.13);
}

.feature-card img {
  width: 4.8rem;
  max-height: 5rem;
  object-fit: contain;
}

.feature-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 0.88rem;
  line-height: 1.45;
}

.cta-band {
  position: relative;
  isolation: isolate;
  padding: 3.5rem 0;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(circle at 12% 120%, rgba(0, 16, 50, 0.17), transparent 35%),
    linear-gradient(135deg, var(--pink), var(--pink-dark));
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-band .eyebrow,
.cta-band h2 {
  color: white;
}

.cta-band h2 {
  margin-bottom: 0.5rem;
}

.cta-band p:last-child {
  max-width: 43rem;
  margin-bottom: 0;
}

.page-hero {
  padding: clamp(4rem, 8vw, 6rem) 0;
  background:
    radial-gradient(circle at 90% 15%, rgba(230, 38, 119, 0.08), transparent 28%),
    linear-gradient(135deg, var(--benefits), #fbfcff);
  border-bottom: 1px solid #e2eaf5;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.contact-hero h1 {
  margin-bottom: 1rem;
}

.contact-hero p:last-child {
  max-width: 40rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.contact-hero img {
  width: 100%;
  max-height: 28rem;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 1.2rem 3rem rgba(0, 16, 50, 0.14);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 7vw, 6rem);
}

.contact-details h2 {
  margin-bottom: 2rem;
}

.contact-method {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 0.75rem;
  padding: 1rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  box-shadow: 0 0.15rem 0.45rem rgba(0, 16, 50, 0.035);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.contact-method:hover {
  color: var(--pink-dark);
  border-color: rgba(230, 38, 119, 0.3);
  box-shadow: 0 0.7rem 1.6rem rgba(0, 16, 50, 0.08);
  transform: translateY(-2px);
}

.contact-method > .icon {
  box-sizing: content-box;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.05rem;
  padding: 0.55rem;
  color: white;
  background: var(--pink);
  border-radius: 50%;
}

.contact-method span,
.contact-method strong,
.contact-method small {
  display: block;
}

.contact-method strong {
  margin-bottom: 0.2rem;
  color: var(--navy);
}

.contact-method small {
  margin-top: 0.25rem;
  color: var(--muted);
}

.contact-form {
  padding: clamp(1.5rem, 5vw, 2.5rem);
  background: linear-gradient(145deg, #ffffff, var(--soft));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1.2rem 3rem rgba(0, 16, 50, 0.08);
}

.contact-form h2 {
  margin-bottom: 0.65rem;
  font-size: 2rem;
}

.contact-form > p {
  color: var(--muted);
}

.contact-form label {
  display: block;
  margin-top: 1rem;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-form label span {
  color: var(--muted);
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.75rem 0.85rem;
  background: white;
  border: 1px solid #cbd2df;
  border-radius: 0.55rem;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(230, 38, 119, 0.12);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .button {
  margin-top: 1.25rem;
}

.contact-form .form-note {
  margin: 0.75rem 0 0;
  font-size: 0.77rem;
}

.site-footer {
  padding-top: 4rem;
  color: rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 5% 0%, rgba(230, 38, 119, 0.13), transparent 26%),
    linear-gradient(135deg, #001032, #071d49);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 4rem;
}

.footer-logo {
  width: 9.5rem;
  margin-bottom: 1rem;
}

.site-footer h2 {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.7rem;
  color: white;
  font-size: 1rem;
}

.site-footer h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 0.15rem;
  background: var(--pink);
  border-radius: 999px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 0.6rem;
}

.site-footer a {
  text-decoration: none;
  transition: color 160ms ease;
}

.site-footer a:hover {
  color: white;
}

.site-footer li .icon {
  display: inline-block;
  width: 0.85rem;
  vertical-align: -0.15rem;
}

.company {
  font-size: 0.8rem;
}

.footer-base {
  margin-top: 3rem;
  padding: 1.4rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
}

@media (max-width: 68rem) {
  .hero-copy {
    width: 52%;
  }

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

  .feature-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 60rem) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% - 0.25rem);
    right: 1rem;
    left: 1rem;
    padding: 0.75rem;
    display: none;
    align-items: stretch;
    flex-direction: column;
    background: white;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .contact-hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
  }
}

@media (max-width: 44rem) {
  :root {
    --shell: min(100% - 1.25rem, 72rem);
  }

  .promise-grid {
    min-height: 2.8rem;
    padding: 0;
  }

  .promise-grid .promise-item {
    display: none;
  }

  .promise-grid .promise-mobile {
    display: flex !important;
    padding: 0;
    font-size: 0.8rem;
  }

  .promise-mobile b {
    color: rgba(255, 255, 255, 0.45);
  }

  .nav-row {
    min-height: 5.2rem;
  }

  .brand {
    width: 8.8rem;
    height: 4rem;
  }

  .original-hero {
    min-height: 39rem;
    align-items: flex-start;
    padding-top: 2.7rem;
    background-position: 62% center;
  }

  .hero-copy {
    width: 100%;
    padding: 1.35rem;
    background: rgba(255, 255, 255, 0.88);
    border-radius: var(--radius);
    backdrop-filter: blur(2px);
  }

  .hero-copy h1 {
    font-size: clamp(2.3rem, 11vw, 3.1rem);
  }

  .hero-copy > p {
    font-size: 1.05rem;
  }

  .brand-grid,
  .feature-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .brand-card {
    min-height: 15.5rem;
  }

  .brand-card-copy {
    width: var(--brand-copy-width, 61%);
  }

  .feature-grid {
    gap: 1.4rem;
  }

  .feature-card {
    grid-template-columns: 5rem 1fr;
    justify-items: stretch;
    text-align: left;
  }

  .feature-card + .feature-card {
    padding-top: 1.4rem;
    border-top: 1px solid rgba(28, 67, 120, 0.13);
    border-left: 0;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    gap: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
