:root {
  --soft: #f4f4f1;
  --line: #e8e8e3;
  --muted: #707070;
  --field: #fafafa;
  --lime: #dfff32;
}

.page {
  overflow: hidden;
  background: var(--white);
}

.pill {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  color: var(--white);
  background: var(--black);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease;
}

.pill:hover,
.pill:focus-visible {
  transform: translateY(-1px);
  background: #333;
  outline: none;
}

.section {
  position: relative;
  padding: 120px 80px;
}

.section-inner {
  width: min(100%, 968px);
  margin: 0 auto;
}

.hero {
  min-height: 560px;
  padding: 40px 80px 34px;
  text-align: center;
  background: var(--white);
}

.eyebrow {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: 350;
  line-height: 34px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  max-width: 980px;
  margin: 0 auto 40px;
  font-family: var(--font-display);
  font-size: clamp(76px, 8.8vw, 124px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.hero .lead {
  max-width: 968px;
  margin: 0 auto 68px;
  font-size: 24px;
  font-weight: 350;
  line-height: 28px;
}

.hero-media {
  padding: 0 80px 62px;
  background: var(--white);
}

.hero-media img {
  width: min(100%, 1180px);
  margin: 0 auto;
  object-fit: contain;
}

.testimonial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(270px, 24vw, 390px);
  gap: clamp(72px, 8vw, 128px);
  align-items: center;
  min-height: 720px;
  padding: 140px 120px;
  color: var(--white);
  background: var(--black);
}

.quote {
  max-width: 820px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(27px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.quote-person {
  margin-top: 38px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.avatar {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(1);
}

.benefits {
  padding: 120px 80px;
  background: var(--white);
}

.benefits-grid {
  display: grid;
  grid-template-columns: minmax(0, 557px) minmax(0, 637px);
  gap: 86px;
  align-items: start;
  width: min(100%, var(--squirrelli-shell-max));
  margin: 0 auto;
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: start;
  width: min(100%, 968px);
  margin: 0 auto;
}

.section-title {
  margin-bottom: 24px;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 350;
  line-height: 1.02;
}

.benefit-list {
  display: grid;
  gap: 38px;
}

.benefit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.benefit img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-top: 6px;
}

.benefit h3 {
  margin-bottom: 10px;
  font-family: var(--font-ui);
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  text-transform: none;
}

.benefit p {
  max-width: 360px;
  margin: 0;
  color: #111;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}

.image-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  padding-top: 0;
}

.image-stack img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--soft);
}

.image-stack img:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 1.9;
}

.wide-media {
  background: var(--white);
}

.wide-media img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  filter: grayscale(1);
}

.case-studies {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 112px 20px;
  background: var(--white);
}

.case-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.case-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.case-card {
  display: grid;
  grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
  column-gap: clamp(36px, 4vw, 56px);
  align-items: start;
  width: 100%;
  min-height: 420px;
}

.case-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--soft);
}

.case-copy h3 {
  max-width: 520px;
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.case-eyebrow {
  max-width: 500px;
  margin: 0 0 14px;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.case-copy p {
  max-width: 500px;
  margin: 34px 0 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
}

.small-pill {
  min-height: 32px;
  padding: 0 17px;
  font-size: 12px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(36px, 5vw, 64px);
  row-gap: 14px;
  margin-top: auto;
  align-items: start;
}

.case-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  height: 420px;
  padding: 12px 0 0;
}

.case-copy-main,
.case-copy-footer {
  min-width: 0;
}

.case-copy-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.stat {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat strong {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  margin-bottom: 6px;
  font-family: var(--font-ui);
  font-size: clamp(42px, 5.25vw, 59.5px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0;
  text-transform: none;
  font-variant-numeric: tabular-nums;
}

.stat > span {
  display: block;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  max-width: 260px;
  line-height: 1.1;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.case-copy .small-pill {
  align-self: flex-start;
  max-width: 100%;
  min-height: 32px;
  margin-top: 12px;
  padding: 0 14px;
  background: rgba(48, 48, 48, 0.5);
  color: var(--white);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.contact {
  padding: 120px 80px;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.form-heading .eyebrow {
  margin-bottom: 18px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.form-heading h2 {
  max-width: 420px;
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.lead-form label {
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: transparent;
  padding: 9px 8px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
  outline: none;
  transition: border-color 200ms ease, color 200ms ease;
}

.lead-form textarea {
  min-height: 42px;
  height: 42px;
  overflow: hidden;
  resize: none;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(243, 243, 243, 0.48);
}

.lead-form select {
  color: rgba(243, 243, 243, 0.72);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-bottom-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.lead-form input:-webkit-autofill,
.lead-form input:-webkit-autofill:hover,
.lead-form input:-webkit-autofill:focus,
.lead-form textarea:-webkit-autofill,
.lead-form textarea:-webkit-autofill:hover,
.lead-form textarea:-webkit-autofill:focus,
.lead-form select:-webkit-autofill,
.lead-form select:-webkit-autofill:hover,
.lead-form select:-webkit-autofill:focus {
  border-bottom-color: rgba(255, 255, 255, 0.22);
  -webkit-box-shadow: 0 0 0 1000px var(--black) inset;
  box-shadow: 0 0 0 1000px var(--black) inset;
  -webkit-text-fill-color: var(--white);
  caret-color: var(--white);
  transition: background-color 9999s ease-in-out 0s;
}

.lead-form option {
  color: var(--black);
}

.lead-form select[data-custom-select-native] {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.custom-select {
  position: relative;
  z-index: 4;
}

.custom-select-button {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: transparent;
  padding: 9px 8px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}

.custom-select.is-placeholder .custom-select-button {
  color: rgba(243, 243, 243, 0.72);
}

.custom-select-button:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.32);
  outline-offset: 4px;
}

.custom-select-arrow {
  width: 7px;
  height: 7px;
  margin-right: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.72;
  transform: rotate(45deg) translateY(-1px);
  flex: 0 0 auto;
}

.custom-select-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  margin: 0;
  padding: 10px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--sq-corner-radius);
  background: var(--black);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.custom-select-option {
  min-height: 34px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--sq-corner-radius);
  padding: 7px 10px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.custom-select-option:hover,
.custom-select-option:focus-visible {
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
  outline: none;
}

.phone-field {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: stretch;
  gap: 8px;
}

.phone-country-control {
  position: relative;
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: transparent;
  padding: 9px 8px;
  color: var(--white);
  font-family: var(--font-ui);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 200ms ease, color 200ms ease;
}

.phone-country-control:focus-within {
  border-bottom-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.phone-country-control select {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  font-family: var(--font-ui);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.phone-country-button {
  width: 100%;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--white);
  cursor: pointer;
}

.phone-country-button:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.32);
  outline-offset: 4px;
}

.phone-country-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 40;
  width: min(280px, calc(100vw - 32px));
  margin: 0;
  padding: 10px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--sq-corner-radius);
  background: var(--black);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.phone-country-list[hidden] {
  display: none;
}

.phone-country-option {
  min-height: 34px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--sq-corner-radius);
  padding: 7px 10px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.phone-country-option:hover,
.phone-country-option:focus-visible {
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
  outline: none;
}

.phone-country-option-code {
  display: inline-flex;
  min-width: 24px;
  min-height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: var(--sq-corner-radius);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.phone-country-option .PhoneInputCountryIconImg {
  width: 24px;
  height: 16px;
  object-fit: cover;
}

.PhoneInputCountryIcon {
  display: inline-flex;
  width: 24px;
  height: 16px;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.PhoneInputCountryIconImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-select-arrow {
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.55;
  transform: rotate(45deg) translateY(-1px);
}

.phone-number-input {
  font-family: var(--font-body);
  font-weight: 500;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
}

.submit-row {
  grid-column: 1 / -1;
  margin-top: 28px;
}

.lead-form .button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: var(--sq-corner-radius);
  padding: 9px 18px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: var(--tracking-button);
  text-transform: uppercase;
  transition: opacity 200ms ease, background 200ms ease, color 200ms ease, border-color 200ms ease, filter 200ms ease;
}

.lead-form .button.primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--black);
}

.lead-form .button:hover {
  opacity: 0.75;
}

.lead-form .button:disabled,
.lead-form .button.primary:disabled,
.lead-form .button.primary.is-submit:disabled {
  border-color: transparent;
  background: #0b0b0b;
  color: rgba(255, 255, 255, 0.38);
  opacity: 1;
  cursor: not-allowed;
  pointer-events: auto;
}

.lead-form .form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: rgba(243, 243, 243, 0.72);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
}

.success-toast {
  position: fixed;
  top: 126px;
  right: clamp(16px, 3vw, 48px);
  z-index: 80;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: min(365px, calc(100vw - 32px));
  padding: 18px 20px;
  border: 2px solid rgba(92, 67, 12, 0.9);
  border-color: color-mix(in srgb, var(--gold) 58%, var(--black));
  border-radius: var(--sq-corner-radius);
  background: rgba(212, 175, 55, 0.64);
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.success-toast[hidden] {
  display: none;
}

.success-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.success-toast-mark {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.cookie {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.cookie strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
}

.cookie p {
  margin: 0;
  color: #555;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: none;
}

.cookie .pill {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .hero,
  .benefits,
  .case-studies,
  .contact {

      padding-left: 24px;

      padding-right: 24px;

    }

  .hero {

      min-height: 470px;

      padding-top: 62px;

    }

  .hero h1 {

      font-size: clamp(60px, 17vw, 92px);

    }

  .hero .lead {

      margin-bottom: 42px;

      font-size: 20px;

      line-height: 24px;

    }

  .hero-media {

      padding: 0 24px 52px;

    }

  .testimonial {

      grid-template-columns: 1fr;

      padding: 82px 24px;

    }

  .avatar {

      width: 116px;

      height: 116px;

    }

  .benefits-grid,
  .form-grid,
  .case-track,
  .case-card {

      grid-template-columns: 1fr;

    }

  .image-stack {

      margin-top: 8px;

    }

  .case-card {

      gap: 22px;

      min-height: 0;

    }

  .case-copy {

      gap: 30px;

      height: auto;

      padding: 26px 0 0;

    }

  .case-copy p {

      margin-top: 24px;

    }

  .case-card .visual-panel,
  .case-card > img {

      height: auto;

      aspect-ratio: 0.78;

    }

  .stats {

      grid-template-columns: 1fr;

    }

  .lead-form {

      grid-template-columns: 1fr;

    }

  .cookie {

      left: 12px;

      right: 12px;

      bottom: 12px;

      grid-template-columns: 1fr;

    }
}

@media (max-width: 560px) {
  .hero {

      min-height: 410px;

      padding-top: 54px;

    }

  .eyebrow {

      font-size: 19px;

      line-height: 24px;

    }

  .hero h1 {

      margin-bottom: 28px;

    }

  .hero .lead {

      font-size: 18px;

      line-height: 22px;

    }

  .quote {

      font-size: clamp(32px, 12vw, 48px);

    }

  .section-title,
  .form-heading h2 {

      font-size: clamp(38px, 12vw, 58px);

    }

  .benefit p,
  .case-copy p {

      font-size: 13px;

      line-height: 17px;

    }

  .contact,
  .benefits {

      padding-top: 82px;

      padding-bottom: 82px;

    }

  .case-studies {

      padding-top: 82px;

      padding-bottom: 82px;

    }
}

.page,
.hero,
.hero-media,
.benefits,
.wide-media,
.case-studies,
.contact {
  background: var(--black);
}

.page {
  overflow: hidden;
}

main {
  padding-top: 0;
}

.eyebrow,
label,
.quote-person {
  color: var(--white);
  font-family: var(--font-ui);
  font-weight: 700;
}

.case-copy p,
.benefit p {
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: var(--leading-body);
  letter-spacing: 0;
  text-transform: none;
}

.hero h1,
.section-title,
.form-heading h2,
.quote,
.case-copy h3 {
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 900;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.benefit h3,
.stat strong {
  color: var(--white);
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.quote {
  font-size: clamp(27px, 3.2vw, 48px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.eyebrow {
  color: var(--gold);
}

.hero {
  min-height: 0;
  padding: 164px 35px 76px;
  text-align: left;
}

.hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(46px, 5.8vw, 82px);
  white-space: nowrap;
}

.hero-media .lead,
.benefit p,
.case-copy p,
.stat > span,
.quote-person {
  color: rgba(243, 243, 243, 0.78);
}

.hero-media .lead {
  width: min(100%, 1180px);
  max-width: none;
  margin: 22px 0 0;
  font-family: var(--font-body);
  font-size: clamp(18px, 2.1vw, 26.8px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
}

.pill,
.small-pill {
  border-radius: var(--sq-corner-radius);
  color: var(--white);
  background: rgba(48, 48, 48, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: var(--tracking-button);
  text-transform: uppercase;
}

.pill:hover,
.pill:focus-visible {
  background: rgba(48, 48, 48, 0.68);
  color: var(--white);
}

.visual-panel,
.image-stack .visual-panel,
.wide-media .visual-panel,
.case-card .visual-panel,
.case-card > img {
  display: block;
  width: 100%;
  background: var(--white);
  border-radius: var(--sq-corner-radius);
}

.hero-media-panel {
  width: min(100%, 1180px);
  aspect-ratio: 2.36 / 1;
  margin: 0;
  background: url("../Assets/images/site-clean/squirrelli_girls_text_overlay.png") center / cover no-repeat;
}

.hero-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 35px 28px;
  text-align: left;
}

.avatar.visual-panel {
  width: clamp(270px, 24vw, 390px);
  height: clamp(270px, 24vw, 390px);
  border-radius: var(--sq-corner-radius);
  flex-shrink: 0;
  object-fit: cover;
  object-position: center center;
  filter: none;
}

.talent-video-card {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.talent-video-card img,
.talent-video-card video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.talent-video-card img {
  transition: none;
}

.talent-video-card video {
  opacity: 0;
  transform: scale(1.14);
  transition: none;
}

.talent-video-card.is-previewing img {
  opacity: 0;
}

.talent-video-card.is-previewing video {
  opacity: 1;
}

.talent-play-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.talent-play-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--white);
  transform: translate(-50%, -50%);
}

.talent-video-card:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
}

.talent-video-dialog[hidden] {
  display: none;
}

.talent-video-dialog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 32px;
}

.talent-video-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  cursor: pointer;
}

.talent-video-modal {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  max-height: calc(100vh - 64px);
}

.talent-video-modal video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 64px);
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--sq-corner-radius);
  background: var(--black);
}

.talent-video-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.talent-video-close::before,
.talent-video-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: var(--white);
}

.talent-video-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.talent-video-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.is-talent-video-open {
  overflow: hidden;
}

.image-stack .visual-panel {
  min-width: 0;
  min-height: 0;
  aspect-ratio: 0.625;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
}

.image-stack .visual-panel:first-child {
  grid-column: auto;
  aspect-ratio: 0.625;
  background: url("../Assets/images/site-clean/ChatGPT Image Jun 26, 2026, 06_26_04 AM (2).png") center / cover no-repeat;
}

.image-stack .visual-panel:nth-child(2) {
  margin-top: 42px;
  background: url("../Assets/images/site-clean/ChatGPT Image Jun 26, 2026, 06_16_22 AM (1).png") right bottom / cover no-repeat;
}

.wide-media .wide-media-panel {
  aspect-ratio: 16 / 6;
  max-height: 700px;
  background: url("../Assets/images/site-clean/ChatGPT Image Jun 26, 2026, 07_07_25 AM (1).png") center / cover no-repeat;
}

.case-card .visual-panel,
.case-card > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--sq-corner-radius);
}

.case-copy {
  height: 420px;
  padding: 0;
}

.case-copy h3 {
  max-width: 650px;
  margin-bottom: 28px;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: none;
}

.case-copy p {
  max-width: 620px;
  margin: 0;
}

.stat strong [data-counter] {
  display: inline;
  max-width: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.stat-mark {
  flex: 0 0 auto;
  margin-left: 4px;
  color: var(--white);
  font-size: 50%;
  line-height: 1;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.case-tags .small-pill {
  margin: 0;
  pointer-events: none;
  cursor: default;
}

.case-tags .small-pill:hover,
.case-tags .small-pill:focus-visible {
  background: rgba(48, 48, 48, 0.5);
  transform: none;
  outline: none;
}

.case-copy-footer .stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: min(100%, 466px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 981px) {
  .case-copy-footer {
    align-self: flex-start;
    width: min(100%, 466px);
  }

  .case-copy-footer .stats {
    width: 100%;
  }
}

.benefits {
  display: flex;
  align-items: center;
  min-height: 860px;
}

.case-studies {
  align-items: center;
  min-height: 760px;
}

.contact {
  border-top: 0;
}

.contact .form-grid {
  grid-template-columns: minmax(0, 520px) minmax(0, 440px);
  column-gap: 160px;
  width: min(100%, 1120px);
}

.contact .form-heading h2 {
  max-width: 520px;
}

@media (max-width: 980px) {
  main {

      padding-top: 0;

    }

  .hero {

      padding: 62px 24px 52px;

    }

  .testimonial {

      min-height: 0;

    }

  .contact .form-grid {

      grid-template-columns: 1fr;

      column-gap: 0;

      width: min(100%, 968px);

    }

  .image-stack .visual-panel {

      height: auto;

      min-height: 0;

      aspect-ratio: 0.625;

    }

  .image-stack .visual-panel:nth-child(2) {

      margin-top: 32px;

    }

  .benefits,
  .case-studies {

      min-height: 0;

    }

  .hero h1,
  .hero-media .lead,
  .quote,
  .form-heading h2,
  .section-title {

      max-width: calc(100vw - 48px);

      overflow-wrap: break-word;

    }

  .hero h1 {

      white-space: normal;

    }

  .hero-media .lead {

      width: auto;

      white-space: normal;

    }

  .quote {

      font-size: clamp(28px, 7.8vw, 38px);

      line-height: 0.98;

      word-break: break-word;

    }

  .avatar.visual-panel {

      width: 116px;

      height: 116px;

    }
}

@media (max-width: 560px) {
  :root {

      --join-mobile-safe-width: calc(min(100vw, 390px) - 110px);

    }

  .hero h1 {

      max-width: var(--join-mobile-safe-width);

      font-size: clamp(52px, 14vw, 64px);

      line-height: 0.9;

    }

  .hero-media .lead {

      max-width: var(--join-mobile-safe-width);

      font-size: 14px;

      line-height: 19px;

      overflow-wrap: anywhere;

      white-space: normal;

    }

  .quote {

      max-width: var(--join-mobile-safe-width);

      font-size: clamp(24px, 6.4vw, 28px);

      overflow-wrap: anywhere;

    }

  .hero-media-panel,
  .wide-media-panel,
  .case-card .visual-panel,
  .case-card > img,
  .image-stack,
  .benefits-grid,
  .form-grid,
  .case-shell {

      max-width: var(--join-mobile-safe-width);

    }

  .image-stack {

      grid-template-columns: 1fr;

    }

  .image-stack .visual-panel {

      height: auto;

      min-height: 260px;

      aspect-ratio: 4 / 5;

    }

  .image-stack .visual-panel:nth-child(2) {

      margin-top: 0;

    }
}

@media (max-width: 560px) {
  :root {
    --join-mobile-safe-width: calc(100vw - 48px);
  }

  .hero {
    padding: 90px 24px 22px;
  }

  .hero h1 {
    max-width: var(--join-mobile-safe-width);
    font-size: clamp(38px, 11vw, 48px);
    line-height: 0.9;
  }

  .hero-media {
    padding: 0 24px 56px;
  }

  .hero-media-panel {
    width: 100%;
    max-width: none;
    min-height: 180px;
    aspect-ratio: 1.9 / 1;
  }

  .hero-media .lead {
    width: 100%;
    max-width: none;
    font-size: 7.75px;
    line-height: 11px;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .testimonial {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(96px, 24vw, 116px);
    gap: 14px;
    align-items: center;
    min-height: 0;
    padding: 56px 24px;
  }

  .quote {
    max-width: none;
    font-size: clamp(16px, 4.2vw, 22px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .avatar.visual-panel {
    align-self: center;
    width: clamp(96px, 24vw, 116px);
    height: clamp(96px, 24vw, 116px);
    margin-top: 0;
  }

  .talent-play-badge {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
  }

  .talent-play-badge::before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 9px;
  }

  .benefits {
    padding: 76px 24px 70px;
  }

  .benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
    max-width: none;
  }

  .benefits-grid > div:first-child {
    display: contents;
  }

  .benefits .section-title {
    order: 1;
    max-width: var(--join-mobile-safe-width);
    margin-bottom: 0;
    font-size: clamp(32px, 9vw, 42px);
  }

  .image-stack {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: none;
  }

  .image-stack .visual-panel {
    height: auto;
    min-height: 0;
    aspect-ratio: 0.625;
  }

  .image-stack .visual-panel:nth-child(2) {
    margin-top: 28px;
  }

  .benefit-list {
    order: 3;
    gap: 26px;
  }

  .benefit h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .benefit p {
    max-width: none;
    font-size: 13px;
    line-height: 17px;
  }

  .wide-media {
    padding: 0;
  }

  .wide-media .wide-media-panel {
    width: 100vw;
    max-width: none;
    max-height: none;
    min-height: 300px;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 1.35 / 1;
  }

  .case-studies {
    padding: 76px 24px;
  }

  .case-shell {
    width: 100%;
    max-width: none;
  }

  .case-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
  }

  .case-card .visual-panel,
  .case-card > img {
    order: 2;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 220px;
    aspect-ratio: 1.55 / 1;
  }

  .case-copy,
  .case-copy-main {
    display: contents;
  }

  .case-copy h3 {
    order: 1;
    max-width: none;
    margin: 0;
    font-size: clamp(30px, 8.5vw, 40px);
  }

  .case-copy p {
    order: 3;
    max-width: none;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
  }

  .case-copy-footer {
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .case-tags {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    margin-top: 12px;
  }

  .case-tags .small-pill {
    width: 100%;
    min-width: 0;
    min-height: 26px;
    padding: 0 4px;
    font-size: 8px;
    line-height: 1;
    white-space: nowrap;
  }

  .case-copy-footer .stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    margin: 12px 0 0;
  }

  .case-copy-footer .stat {
    min-width: 0;
    padding: 0;
    align-items: center;
    text-align: center;
  }

  .case-copy-footer .stat:first-child {
    grid-column: 1 / span 2;
  }

  .case-copy-footer .stat:nth-child(2) {
    grid-column: 3 / span 2;
  }

  .stat strong {
    justify-content: center;
    width: 100%;
    font-size: 34px;
  }

  .stat > span {
    max-width: none;
    font-size: 10px;
    line-height: 1.08;
  }
}

@media (max-width: 720px) {
  .success-toast {
    top: 82px;
    right: 16px;
    left: 16px;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .success-toast {
    transition: none;
    transform: none;
  }

  .success-toast.is-visible {
    transform: none;
  }
}
