/* About page — Figma node 9346:36909 (desktop 1920). */
.page-about {
  width: 100%;
  overflow-x: clip;
}

/*
 * Mobile/tablet: keep main flush (overlay header).
 * Desktop (≥981px): offset masthead + Shop by only (192px).
 * Promo bar stays in document flow (~43px); Figma y=235 already
 * includes it — using 235 here double-counts and leaves a white gap.
 */
body.page-template-page-about main#primary.site-main,
body.page-template-page-about-php main#primary.site-main,
main#primary.site-main:has(.page-about) {
  margin-top: 0 !important;
  padding: 0;
}

@media (min-width: 981px) {
  body.page-template-page-about main#primary.site-main,
  body.page-template-page-about-php main#primary.site-main,
  main#primary.site-main:has(.page-about) {
    /* Masthead 120 + Shop by 72 = 192 (matches site-wide desktop main). */
    margin-top: 192px !important;
  }
}

/* Hero — Figma 9346:37014 (1920 × 600). */
.aboutHero {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 600px;
  height: 600px;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(24px, 10.4167vw, 200px);
  overflow: hidden;
  box-sizing: border-box;
}

.aboutHero__media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.aboutHero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aboutHero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.aboutHero__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 800px);
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  box-sizing: border-box;
}

.aboutHero__title {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.2px;
  text-transform: capitalize;
}

.aboutHero__subtitle {
  width: min(100%, 600px);
  margin: 0;
  color: #e6f4ef;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.52px;
}

.aboutHero__cta {
  display: inline-flex;
  min-height: 68px;
  padding: 24px 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 32px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-decoration: none;
  background: #30a67f;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.aboutHero__cta:hover {
  color: #fff;
  text-decoration: none;
  background: #1f8462;
}

/* Mid desktop / 1920×1080 @ 125% (~1536 CSS px) — keep 600 artboard readable. */
@media (min-width: 981px) and (max-width: 1600px) {
  .aboutHero {
    height: clamp(480px, 55vh, 600px);
    min-height: 480px;
  }

  .aboutHero__title {
    font-size: clamp(28px, 2.2vw, 36px);
    line-height: 1.17;
  }

  .aboutHero__subtitle {
    font-size: clamp(18px, 1.4vw, 22px);
    line-height: 1.5;
  }

  .aboutHero__cta {
    min-height: 60px;
    padding: 20px 36px;
    font-size: 18px;
  }
}

/* Our story — split layout */
.aboutStory {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  background: #fff;
}

.aboutStory__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 120px clamp(48px, 5.2083vw, 100px) 120px clamp(48px, 10.4167vw, 200px);
  box-sizing: border-box;
}

.aboutStory__eyebrow {
  margin: 0;
  color: #1f8462;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.9;
}

.aboutStory__title {
  margin: 0;
  color: #363635;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(28px, 1.67vw, 32px);
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.14px;
}

.aboutStory__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
}

.aboutStory__list li {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  color: #363635;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  opacity: 0.85;
}

.aboutStory__list li::before {
  flex: 0 0 24px;
  color: #363635;
  font-size: 22px;
  line-height: 36px;
  content: "•";
}

.aboutStory__media {
  position: relative;
  min-height: 640px;
}

.aboutStory__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Store locator */
.aboutStores {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 100px clamp(40px, 4.1667vw, 80px) 120px;
  background: #fff;
  box-sizing: border-box;
}

.aboutStores__header {
  display: flex;
  width: min(100%, 1232px);
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.aboutStores__eyebrow {
  margin: 0;
  color: #30a67f;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.aboutStores__title {
  margin: 0;
  color: #363635;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(28px, 1.67vw, 32px);
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.14px;
}

.aboutStores__intro {
  margin: 0;
  color: #7c7c7a;
  font-family: Lato, sans-serif;
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.52px;
}

.aboutStores__grid {
  display: grid;
  width: 100%;
  max-width: 1760px;
  min-height: 440px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.aboutStores__slider {
  width: 100%;
  max-width: 1760px;
}

.aboutStores__slider .swiper-slide {
  width: 320px;
  height: auto;
}

.aboutStores__pagination {
  display: none;
}

.aboutFitting__titleMobile,
.aboutFitting__copyMobile,
.aboutFitting__check--mobile,
.aboutCta__eyebrowMobile {
  display: none;
}

@media (min-width: 981px) {
  .aboutStores__slider .swiper-wrapper {
    display: grid;
    width: 100% !important;
    min-height: 440px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    transform: none !important;
  }

  .aboutStores__slider .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }

  .aboutStores__slider .aboutStoreCard {
    min-height: 440px;
    width: 100%;
  }
}

.aboutStoreCard {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 12px;
  border: 1px solid rgba(180, 180, 179, 0.4);
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
}

.aboutStoreCard__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.aboutStoreCard__panel {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 360px);
  flex-direction: column;
  gap: 22px;
  padding: 22px 16px;
  border: 0.5px solid #30a67f;
  border-radius: 8px;
  background: rgba(224, 249, 240, 0.8);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  pointer-events: auto;
}

.aboutStoreCard__location {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}

.aboutStoreCard__location > img {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  margin-top: 4px;
}

.aboutStoreCard__name {
  margin: 0 0 16px;
  color: #363635;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.12px;
  text-transform: capitalize;
}

.aboutStoreCard__address {
  margin: 0;
  color: #7c7c7a;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.aboutStoreCard__cta {
  display: flex;
  position: relative;
  z-index: 3;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  padding: 24px 40px;
  border-radius: 12px;
  color: #e6f4ef;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-decoration: none;
  background: #30a67f;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto;
}

.aboutStoreCard__cta:hover {
  color: #fff;
  text-decoration: none;
  background: #1f8462;
}

/* Professional fitting split — Figma 9346:37064 (1920 × 731.4).
 * Left content 9346:37065 (1055) · Right map 9346:37088 (865). */
.aboutFitting {
  display: grid;
  width: 100%;
  min-height: 731px;
  grid-template-columns: minmax(0, 1055fr) minmax(0, 865fr);
  align-items: stretch;
  background: #ebebea;
}

.aboutFitting__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 100px 80px;
  border-radius: 10px 0 0 10px;
  background: #444441;
  box-sizing: border-box;
}

.aboutFitting__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aboutFitting__eyebrow {
  margin: 0;
  color: #30a67f;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.aboutFitting__title {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.14px;
}

.aboutFitting__copy {
  margin: 0;
  color: #e6f4ef;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.52px;
}

.aboutFitting__checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aboutFitting__checks li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.aboutFitting__checkIcon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #30a67f;
}

.aboutFitting__checkIcon img {
  width: 14px;
  height: 14px;
}

.aboutFitting__cta {
  display: inline-flex;
  width: min(100%, 299px);
  min-height: 62px;
  align-items: center;
  justify-content: center;
  padding: 24px 40px;
  border-radius: 12px;
  color: #e6f4ef;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  text-decoration: none;
  background: #30a67f;
  box-sizing: border-box;
}

.aboutFitting__cta:hover {
  color: #fff;
  text-decoration: none;
  background: #1f8462;
}

/*
 * Map panel fills the 865 column with no outer padding.
 * container-type is required so label arrow widths (cqw) scale to the
 * map artboard — without it they resolve against the viewport and look
 * like long gaps at 1920×1080 @ 100% zoom.
 */
.aboutFitting__mapPanel {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: #ebebea;
  container-type: inline-size;
  container-name: about-fitting-map;
}

.aboutFitting__mapPanel .fittingService__mapStage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  overflow: visible;
  container-type: inline-size;
  container-name: about-fitting-map-stage;
}

.aboutFitting__mapPanel .fittingService__mapFlat--desktop {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  z-index: 1;
}

.aboutFitting__mapPanel .fittingService__legend {
  top: calc(60 / 731.4 * 100%);
  right: calc(80 / 865 * 100%);
  left: auto;
  z-index: 2;
  gap: 8px;
  color: #363635;
  font-size: clamp(12px, calc(22 / 865 * 100cqw), 22px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.52px;
  opacity: 0.9;
}

.aboutFitting__mapPanel .fittingService__legend > span {
  width: clamp(12px, calc(20 / 865 * 100cqw), 20px);
  height: clamp(12px, calc(20 / 865 * 100cqw), 20px);
  min-width: 0;
  min-height: 0;
}

.aboutFitting__mapPanel .fittingService__mapLabels {
  z-index: 2;
}

/* Mobile-only pin list (Figma 9346:39267). */
.aboutFitting__locations {
  display: none;
}

.aboutFitting__mapPanel .fittingService__mapPanel {
  max-width: none;
  margin: 0;
}

/* Mid desktop / 1920×1080 @ 125% zoom (~1536 CSS px). */
@media (min-width: 981px) and (max-width: 1600px) {
  .aboutFitting {
    min-height: 0;
  }

  .aboutFitting__content {
    gap: clamp(24px, 2.5vw, 40px);
    padding: clamp(48px, 5vw, 80px) clamp(32px, 4vw, 64px);
  }

  .aboutFitting__title {
    font-size: clamp(26px, 2.1vw, 32px);
    line-height: 1.35;
  }

  .aboutFitting__copy {
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.55;
  }

  .aboutFitting__cta {
    width: min(100%, 280px);
    min-height: 54px;
    padding: 18px 28px;
    font-size: 18px;
  }
}

/* Fitting process timeline — Figma 9346:38458 (1920 × 1711).
 * Each step is one row (node + card) so numbers always center on
 * their card, even when callout cards are taller than 200px. */
.aboutProcess {
  --about-process-gap: clamp(24px, 4.167vw, 80px);
  --about-process-rail: clamp(32px, 2.344vw, 45px);
  --about-process-node: var(--about-process-rail);
  --about-process-card-h: clamp(160px, 10.417vw, 200px);
  /* Figma node center-to-center = 158; with 200px cards → -42px pull. */
  --about-process-step: clamp(100px, 8.229vw, 158px);
  --about-process-row-pull: calc(var(--about-process-step) - var(--about-process-card-h));

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 100px clamp(40px, 8.3333vw, 160px);
  background: #fff;
  box-sizing: border-box;
}

.aboutProcess__header {
  display: flex;
  width: 100%;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  text-align: center;
}

.aboutProcess__eyebrow {
  margin: 0;
  color: #30a67f;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.aboutProcess__title {
  margin: 0;
  color: #363635;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(32px, 2.083vw, 40px);
  font-weight: 700;
  line-height: normal;
}

.aboutProcess__intro {
  margin: 0;
  color: #7c7c7a;
  font-family: Lato, sans-serif;
  font-size: clamp(16px, 0.938vw, 18px);
  font-weight: 400;
  line-height: normal;
}

.aboutProcess__track {
  position: relative;
  display: flex;
  width: min(100%, 1505px);
  max-width: 100%;
  margin-inline: auto;
  flex-direction: column;
  align-items: stretch;
}

.aboutProcess__trackMobile {
  display: none;
  width: 100%;
  max-width: 312px;
  flex-direction: column;
  gap: 20px;
}

.aboutProcess__step {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns:
    minmax(0, 1fr)
    var(--about-process-rail)
    minmax(0, 1fr);
  column-gap: var(--about-process-gap);
  align-items: center;
}

.aboutProcess__step + .aboutProcess__step {
  margin-top: var(--about-process-row-pull);
}

.aboutProcess__step .aboutProcess__node {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}

.aboutProcess__step--right .aboutProcess__card {
  grid-column: 3;
  grid-row: 1;
}

.aboutProcess__step--left .aboutProcess__card {
  grid-column: 1;
  grid-row: 1;
}

.aboutProcess__card {
  display: flex;
  width: 100%;
  min-height: var(--about-process-card-h);
  flex-direction: column;
  justify-content: center;
  gap: clamp(12px, 0.833vw, 16px);
  padding: clamp(16px, 1.25vw, 24px);
  border: 1px solid rgba(180, 180, 179, 0.5);
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
}

.aboutProcess__cardTitle {
  margin: 0;
  color: #363635;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  line-height: normal;
}

.aboutProcess__cardBody {
  color: #7c7c7a;
  font-family: Lato, sans-serif;
  font-size: clamp(14px, 0.833vw, 16px);
  font-weight: 400;
  line-height: 24px;
}

.aboutProcess__cardBody p {
  margin: 0;
}

.aboutProcess__link {
  color: rgba(48, 166, 127, 0.8);
  font-weight: 700;
  text-decoration: underline;
}

.aboutProcess__link:hover {
  color: #1f8462;
}

.aboutProcess__callout {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(10px, 0.729vw, 14px);
  border: 0.5px solid #30a67f;
  border-radius: 10px;
  background: #f5fbf9;
}

.aboutProcess__calloutTitle {
  margin: 0;
  color: #30a67f;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 0.833vw, 16px);
  font-weight: 700;
  line-height: normal;
}

.aboutProcess__calloutText {
  margin: 0;
  color: #7c7c7a;
  font-family: Lato, sans-serif;
  font-size: clamp(12px, 0.729vw, 14px);
  font-weight: 400;
  line-height: 22px;
}

/* Dashed rail — top/bottom set in JS from first→last node centers. */
.aboutProcess__railLine {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 3px;
  height: 0;
  transform: translateX(-50%);
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    #30a67f 0,
    #30a67f 8px,
    transparent 8px,
    transparent 16px
  );
}

.aboutProcess__node {
  display: flex;
  width: var(--about-process-node);
  height: var(--about-process-node);
  flex: 0 0 var(--about-process-node);
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 0.938vw, 18px);
  font-weight: 700;
  line-height: normal;
  background: #30a67f;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

/* CTA banner — Figma node 9346:38531 */
.aboutCta {
  display: grid;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  background: #30a67f;
  column-gap: clamp(32px, 3.5vw, 420px);
  row-gap: 40px;
  padding: clamp(60px, 5.2vw, 100px) clamp(48px, 10.4167vw, 200px);
  grid-template-columns: minmax(0, 1fr) minmax(240px, 740px);
}

.aboutCta__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.aboutCta__intro {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.aboutCta__eyebrow {
  margin: 0;
  color: #e6f4ef;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.aboutCta__title {
  width: 100%;
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(28px, 1.875vw, 36px);
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  text-wrap: balance;
}

.aboutCta__text {
  width: 100%;
  max-width: 560px;
  margin: 0;
  color: #e0f9f0;
  font-family: Lato, sans-serif;
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.52px;
}

.aboutCta__actions {
  display: flex;
  width: 100%;
  max-width: 740px;
  flex-direction: column;
  gap: 26px;
  justify-self: stretch;
}

.aboutCta__button {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px 40px;
  border: 0;
  border-radius: 12px;
  color: #1f8462;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(20px, 1.46vw, 28px);
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  background: #f5fbf9;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.aboutCta__button:hover {
  color: #116247;
  text-decoration: none;
  background: #e6f4ef;
}

.aboutCta__note {
  margin: 0;
  color: #e0f9f0;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 1.15vw, 22px);
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.22px;
}

@media (min-width: 981px) and (max-width: 1599px) {
  .aboutCta {
    column-gap: clamp(32px, 4vw, 80px);
    padding: 80px clamp(48px, 5.2vw, 100px);
    grid-template-columns: minmax(280px, 1fr) minmax(260px, 520px);
  }

  .aboutCta__title,
  .aboutCta__text {
    max-width: 100%;
  }
}

/* Keep the snake layout for all desktop widths; only mobile (≤980)
 * switches to the accordion. Fluid clamps above handle mid-width. */
@media (min-width: 981px) and (max-width: 1400px) {
  .aboutProcess {
    gap: 48px;
    padding: clamp(64px, 6vw, 100px) clamp(32px, 4vw, 80px);
  }
}

@media (max-width: 980px) {
  .aboutHero {
    height: auto;
    min-height: 480px;
    padding: 80px 24px;
  }

  .aboutHero__content {
    gap: 24px;
  }

  .aboutHero__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.22px;
  }

  .aboutHero__subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .aboutHero__cta {
    min-height: 56px;
    padding: 16px 32px;
    font-size: 18px;
    line-height: 24px;
  }

  /* Our Story — Figma 9346:38663 */
  .aboutStory {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    width: 100%;
    padding: 60px 0;
    background: #fff;
    box-sizing: border-box;
  }

  .aboutStory__copy {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .aboutStory__eyebrow {
    margin: 0 0 20px;
    color: #30a67f;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    opacity: 1;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .aboutStory__title {
    margin: 0 0 32px;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.22px;
    text-transform: capitalize;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .aboutStory__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .aboutStory__list li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: #363635;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
    opacity: 0.85;
  }

  .aboutStory__list li::before {
    flex: 0 0 auto;
    width: auto;
    color: #363635;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.52px;
    content: "•";
  }

  .aboutStory__media {
    position: relative;
    width: 100%;
    height: 293px;
    min-height: 293px;
    overflow: hidden;
  }

  .aboutStory__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .aboutStores {
    gap: 32px;
    padding: 60px 0;
    overflow: hidden;
  }

  .aboutStores__header {
    width: 100%;
    max-width: none;
    gap: 16px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .aboutStores__eyebrow {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .aboutStores__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.14px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .aboutStores__intro {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.52px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  /* Figma 9514:6058 — 320×400 cards, 10px gap, 24px left inset, peek on right. */
  .aboutStores__slider {
    width: 100%;
    max-width: none;
    padding: 0 0 0 24px;
    overflow: visible;
    box-sizing: border-box;
  }

  .aboutStores__slider .swiper-slide {
    width: 320px;
    height: 400px;
  }

  .aboutStores__slider .aboutStoreCard {
    width: 320px;
    min-height: 400px;
    height: 400px;
    padding: 16px;
    border: 1px solid rgba(180, 180, 179, 0.4);
    border-radius: 12px;
  }

  .aboutStores__slider .aboutStoreCard__photo {
    border-radius: 12px;
  }

  .aboutStores__slider .aboutStoreCard__panel {
    width: 100%;
    max-width: none;
    gap: 16px;
    padding: 16px;
    border: 0.5px solid #30a67f;
    border-radius: 8px;
    background: rgba(224, 249, 240, 0.8);
    backdrop-filter: blur(10px);
  }

  .aboutStores__slider .aboutStoreCard__location {
    gap: 6px;
    align-items: flex-start;
    width: 100%;
  }

  .aboutStores__slider .aboutStoreCard__location > img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 0;
  }

  .aboutStores__slider .aboutStoreCard__location > div {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    gap: 16px;
    padding-top: 2px;
  }

  .aboutStores__slider .aboutStoreCard__name {
    margin: 0;
    overflow: hidden;
    color: #363635;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .aboutStores__slider .aboutStoreCard__address {
    margin: 0;
    color: #7c7c7a;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .aboutStores__slider .aboutStoreCard__cta {
    display: flex;
    width: 100%;
    min-height: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    background: #30a67f;
    box-sizing: border-box;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  /* Figma 9514:6081 — two equal track segments (active / inactive), 32px below cards. */
  .aboutStores__pagination {
    display: flex !important;
    position: static;
    left: auto;
    bottom: auto;
    width: min(calc(100% - 48px), 312px);
    height: 8px;
    margin: 32px auto 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: transparent;
    overflow: visible;
  }

  .aboutStores__pagination .swiper-pagination-bullet {
    display: block;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 8px;
    margin: 0 !important;
    border-radius: 4px;
    background: #ebebea;
    opacity: 1;
  }

  .aboutStores__pagination .swiper-pagination-bullet-active {
    background: #1f8462;
  }

  .aboutStores__pagination .swiper-pagination-progressbar-fill {
    display: none;
  }

  /* Professional Fitting — Figma 9346:38712 / content 9346:38713 / map 9346:38737. */
  .aboutFitting {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .aboutFitting__content {
    gap: 32px;
    padding: 60px 16px;
    border-radius: 0;
  }

  .aboutFitting__header {
    gap: 16px;
  }

  .aboutFitting__eyebrow {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
  }

  .aboutFitting__titleDesktop,
  .aboutFitting__copyDesktop,
  .aboutFitting__check--desktop,
  .aboutCta__eyebrowDesktop {
    display: none;
  }

  .aboutFitting__titleMobile {
    display: block;
  }

  .aboutFitting__copyMobile,
  .aboutFitting__check--mobile,
  .aboutCta__eyebrowMobile {
    display: block;
  }

  .aboutFitting__check--mobile {
    display: flex;
  }

  .aboutFitting__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.14px;
  }

  .aboutFitting__copy {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.52px;
  }

  .aboutFitting__checks {
    gap: 16px;
  }

  .aboutFitting__checks li {
    gap: 12px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .aboutFitting__checkIcon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 10px;
  }

  .aboutFitting__checkIcon img {
    width: 10px;
    height: 10px;
  }

  .aboutFitting__cta {
    width: 100%;
    max-width: none;
    min-height: 49px;
    padding: 18px 24px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 640;
    line-height: 20px;
    letter-spacing: 0.2px;
  }

  .aboutFitting__mapPanel {
    display: flex;
    min-height: 0;
    aspect-ratio: auto;
    justify-content: center;
    padding: 33px 24px 64px;
    overflow: visible;
    /* Figma 9514:5469 — map panel surface */
    background: #ebebea;
    container-type: normal;
  }

  .aboutFitting__mapPanel .fittingService__mapStage {
    position: relative;
    inset: auto;
    width: min(100%, 312px);
    height: 282px;
    aspect-ratio: 312 / 282;
    container-type: normal;
  }

  .aboutFitting__mapPanel .fittingService__mapFlat--desktop {
    display: none !important;
  }

  .aboutFitting__mapPanel .fittingService__mapFlat--mobile {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left top;
    pointer-events: none;
    z-index: 1;
  }

  .aboutFitting__mapPanel .fittingService__map {
    display: none !important;
  }

  .aboutFitting__mapPanel .fittingService__mapLabels {
    display: none !important;
  }

  /* Legend + pins are baked into fitting-service-map-mobile.png (Figma 9293:25943). */
  .aboutFitting__mapPanel .fittingService__legend,
  .aboutFitting__locations {
    display: none !important;
  }

  /* How Our Fitting Service Works — Figma 9346:39290 / 9346:39401. */
  .aboutProcess {
    align-items: flex-start;
    gap: 0;
    padding: 60px 24px;
  }

  .aboutProcess__header {
    align-items: flex-start;
    gap: 22px;
    padding-bottom: 40px;
    text-align: left;
  }

  .aboutProcess__eyebrow {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
  }

  .aboutProcess__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.14px;
    text-align: left;
  }

  .aboutProcess__intro {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
    text-align: left;
  }

  .aboutProcess__track--desktop {
    display: none;
  }

  .aboutProcess__trackMobile {
    display: flex;
    width: 100%;
    max-width: none;
    flex-direction: column;
    gap: 20px;
  }

  .aboutProcessMobile__step {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 10px;
    align-items: stretch;
    width: 100%;
  }

  .aboutProcessMobile__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-height: 100%;
  }

  .aboutProcessMobile__node {
    display: flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    background: #30a67f;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  }

  .aboutProcessMobile__line {
    flex: 1 1 auto;
    width: 3px;
    min-height: 20px;
    background: repeating-linear-gradient(
      to bottom,
      #30a67f 0,
      #30a67f 8px,
      transparent 8px,
      transparent 16px
    );
  }

  .aboutProcessMobile__card {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    border: 1px solid rgba(180, 180, 179, 0.4);
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
  }

  .aboutProcessMobile__step:not(.is-open) .aboutProcessMobile__card {
    background: #f5fbf9;
  }

  .aboutProcessMobile__step.is-open .aboutProcessMobile__card {
    background: #fff;
  }

  .aboutProcessMobile__toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 16px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
  }

  /* Figma 9346:39401 — open header sits above body with 14px gap. */
  .aboutProcessMobile__step.is-open .aboutProcessMobile__toggle {
    padding-bottom: 0;
  }

  .aboutProcessMobile__toggleTitle {
    flex: 1 1 auto;
    min-width: 0;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }

  .aboutProcessMobile__toggleIcon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 6px;
    border-radius: 4px;
    box-sizing: border-box;
  }

  /* Open control: 30×30 mint chip with minus (Figma 9605:5939). */
  .aboutProcessMobile__step.is-open .aboutProcessMobile__toggleIcon {
    width: 30px;
    height: 30px;
    padding: 1px;
    background: #e0f9f0;
  }

  .aboutProcessMobile__toggleIcon img {
    width: 28px;
    height: 28px;
  }

  .aboutProcessMobile__toggleIcon .aboutProcessMobile__iconAdd {
    display: block;
  }

  .aboutProcessMobile__toggleIcon .aboutProcessMobile__iconMinus {
    display: none;
  }

  .aboutProcessMobile__step.is-open .aboutProcessMobile__toggleIcon .aboutProcessMobile__iconAdd {
    display: none;
  }

  .aboutProcessMobile__step.is-open .aboutProcessMobile__toggleIcon .aboutProcessMobile__iconMinus {
    display: block;
  }

  .aboutProcessMobile__panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 14px 16px 16px;
    box-sizing: border-box;
  }

  .aboutProcessMobile__panel[hidden] {
    display: none;
  }

  .aboutProcessMobile__title {
    margin: 0;
    padding: 16px;
    color: #363635;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }

  .aboutProcessMobile__body {
    color: #7c7c7a;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
  }

  .aboutProcessMobile__body p {
    margin: 0;
  }

  .aboutProcessMobile__body .aboutProcess__link {
    color: #116247;
    font-weight: 400;
    text-decoration: underline;
    text-underline-position: from-font;
  }

  .aboutProcessMobile__body .aboutProcess__link:hover {
    color: #0d4d37;
  }

  .aboutProcessMobile__panel .aboutProcess__callout {
    width: 100%;
    margin-top: 0;
    padding: 12px 8px;
    box-sizing: border-box;
  }

  .aboutProcessMobile__panel .aboutProcess__calloutTitle {
    font-size: 14px;
  }

  .aboutProcessMobile__panel .aboutProcess__calloutText {
    font-size: 12px;
    line-height: 16px;
  }

  .aboutCta {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 60px 16px;
  }

  .aboutCta__copy {
    gap: 28px;
    align-items: flex-start;
  }

  /* Figma 9346:39392 — eyebrow → title 16px. */
  .aboutCta__intro {
    gap: 16px;
  }

  .aboutCta__eyebrow {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
    white-space: normal;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .aboutCta__title {
    max-width: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.2px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .aboutCta__text {
    max-width: none;
    color: #e0f9f0;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .aboutCta__actions {
    max-width: none;
    gap: 16px;
    justify-self: stretch;
    align-items: flex-start;
  }

  .aboutCta__button {
    min-height: 0;
    height: auto;
    padding: 18px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    white-space: nowrap;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .aboutCta__note {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 24px;
    letter-spacing: 0.22px;
    text-align: left;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
}

/* Fitting quote modal — Desktop Figma 9346:39762 · Mobile Figma 9514:6105 / 9514:6106. */
.fittingQuoteModal {
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

body.fittingQuoteModal-open {
  overflow: hidden;
}

.fittingQuoteModal__box {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 990px;
  max-height: calc(100dvh - 48px);
  flex-direction: column;
  padding: 40px;
  border: 2px solid rgba(180, 180, 179, 0.4);
  border-radius: 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #f5fbf9;
  box-shadow: 0 2px 24px -4px rgba(180, 180, 179, 0.4);
  backdrop-filter: blur(20px);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fittingQuoteModal__lookupOverlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(2px);
  box-sizing: border-box;
}

.fittingQuoteModal__box.is-looking-up .fittingQuoteModal__lookupOverlay {
  display: flex;
}

.fittingQuoteModal__lookupSpinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e6f4ef;
  border-top-color: #30a67f;
  border-radius: 50%;
  animation: fittingQuoteSpin 0.8s linear infinite;
}

.fittingQuoteModal__lookupText {
  margin: 0;
  color: #363635;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

@keyframes fittingQuoteSpin {
  to {
    transform: rotate(360deg);
  }
}

.fittingQuoteModal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 50px;
}

.fittingQuoteModal__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #363635;
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.14px;
}

.fittingQuoteModal__close,
.fittingQuoteModal__close.popup-close {
  position: relative;
  top: auto;
  right: auto;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 1px solid #363635;
  border-radius: 32px;
  background: transparent;
  cursor: pointer;
}

.fittingQuoteModal__close img {
  display: block;
  width: 24px;
  height: 24px;
}

.fittingQuoteModal__close:hover {
  background: #e6f4ef;
}

.fittingQuoteModal__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.fittingQuoteModal__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.fittingQuoteModal__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.fittingQuoteModal__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.fittingQuoteModal__label {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 4px;
  color: #363635;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.fittingQuoteModal__labelDesktop {
  display: inline;
}

.fittingQuoteModal__labelMobile {
  display: none;
}

.fittingQuoteModal__required {
  color: #30a67f;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.fittingQuoteModal__inputWrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.fittingQuoteModal input.fittingQuoteModal__input,
.fittingQuoteModal input[type="text"],
.fittingQuoteModal input[type="email"],
.fittingQuoteModal input[type="tel"],
.fittingQuoteModal__input {
  width: 100%;
  height: 48px;
  padding: 12px;
  border: 1px solid rgba(54, 54, 53, 0.5);
  border-radius: 12px;
  background: #fff;
  color: #363635;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  box-sizing: border-box;
}

.fittingQuoteModal__input::placeholder {
  color: rgba(54, 54, 53, 0.5);
}

.fittingQuoteModal__input:focus {
  outline: 2px solid rgba(48, 166, 127, 0.35);
  border-color: #30a67f;
}

.fittingQuoteModal__input.is-valid {
  border-color: #30a67f;
}

.fittingQuoteModal__input.is-invalid {
  border-color: #c0392b;
}

.fittingQuoteModal__input--order,
.fittingQuoteModal__input--icon {
  padding-right: 36px;
}

.fittingQuoteModal__orderCheck,
.fittingQuoteModal__locationIcon {
  position: absolute;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.fittingQuoteModal__orderCheck {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.fittingQuoteModal__orderCheck.is-visible {
  opacity: 1;
}

.fittingQuoteModal__fieldError {
  margin: 0;
  color: #c0392b;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.fittingQuoteModal__addressSection {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fittingQuoteModal__divider {
  margin: 0;
  border: 0;
  height: 1px;
  background: url("../images/fitting-quote-divider.svg") center / cover no-repeat;
}

.fittingQuoteModal__addressHint {
  margin: 0;
  color: #b4b4b3;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.fittingQuoteModal__submit {
  width: 100%;
  height: 47px;
  margin-top: 0;
  border: 0;
  border-radius: 26px;
  background: #30a67f;
  color: #e6f4ef;
  font-family: "Noto Sans", sans-serif;
  font-size: 13.2px;
  font-weight: 640;
  line-height: 1;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.fittingQuoteModal__submit:hover {
  background: #1f8462;
}

.fittingQuoteModal__submit:disabled,
.fittingQuoteModal__submit.is-loading {
  opacity: 0.75;
  cursor: wait;
}

.fittingQuoteModal__formMessage {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.fittingQuoteModal__formMessage.is-success {
  color: #1f8462;
}

.fittingQuoteModal__formMessage.is-error {
  color: #c0392b;
}

@media (max-width: 980px) {
  /* Overlay — Figma 9514:6105 */
  .fittingQuoteModal {
    align-items: center;
    justify-content: center;
    padding: max(8px, env(safe-area-inset-top, 0px)) 20px
      max(8px, env(safe-area-inset-bottom, 0px));
    overflow: hidden;
    overscroll-behavior: contain;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(11.5px);
    -webkit-backdrop-filter: blur(11.5px);
  }

  /* Compact modal — sizes to content; no inner scrollbar. */
  .fittingQuoteModal__box {
    display: flex;
    width: 100%;
    max-width: 312px;
    height: auto;
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    margin: 0 auto;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 24px -4px rgba(180, 180, 179, 0.4);
    backdrop-filter: none;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .fittingQuoteModal__box::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .fittingQuoteModal__header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 0;
    width: 100%;
  }

  .fittingQuoteModal__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .fittingQuoteModal__close,
  .fittingQuoteModal__close.popup-close {
    width: 36px;
    height: 36px;
    border-width: 0.8px;
    border-radius: 38.4px;
  }

  .fittingQuoteModal__close img {
    width: 16px;
    height: 16px;
  }

  .fittingQuoteModal__form {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    width: 100%;
    overflow: visible;
  }

  .fittingQuoteModal__fields {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    width: 100%;
    overflow: visible;
  }

  .fittingQuoteModal__row {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 10px;
    width: 100%;
  }

  .fittingQuoteModal__field {
    gap: 4px;
  }

  .fittingQuoteModal__label {
    padding: 0 4px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .fittingQuoteModal__labelDesktop {
    display: none;
  }

  .fittingQuoteModal__labelMobile {
    display: inline;
  }

  .fittingQuoteModal__required {
    line-height: 20px;
    letter-spacing: 0.2px;
  }

  .fittingQuoteModal__addressSection {
    gap: 10px;
  }

  /* Figma 9514:6106 — address/phone fields have no required asterisks on mobile. */
  .fittingQuoteModal__addressSection .fittingQuoteModal__required {
    display: none;
  }

  .fittingQuoteModal__divider {
    height: 0;
    margin: 2px 0;
    border-top: 1px dashed rgba(180, 180, 179, 0.4);
    background: none;
  }

  .fittingQuoteModal__addressHint {
    color: #7c7c7a;
    font-family: Lato, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  /* Beat style.css `input[type=text|email|tel] { border-radius: 3px }` */
  .fittingQuoteModal input.fittingQuoteModal__input,
  .fittingQuoteModal input[type="text"],
  .fittingQuoteModal input[type="email"],
  .fittingQuoteModal input[type="tel"],
  .fittingQuoteModal__input {
    height: 40px;
    padding: 8px 12px;
    border-radius: 12px !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    box-sizing: border-box;
  }

  .fittingQuoteModal__input:focus {
    outline: none;
    border-color: #30a67f;
  }

  .fittingQuoteModal__input--order.is-valid,
  .fittingQuoteModal__input--order:not(:placeholder-shown) {
    border-color: #363635;
  }

  .fittingQuoteModal__input--order,
  .fittingQuoteModal__input--icon {
    padding-right: 36px;
  }

  .fittingQuoteModal__submit {
    flex: 0 0 auto;
    height: 48px;
    padding: 12px 24px;
    border-radius: 16px;
    color: #e6f4ef;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .fittingQuoteModal__formMessage {
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 16px;
  }

  .fittingQuoteModal__fieldError {
    font-size: 12px;
    line-height: 16px;
  }
}

/* About contact modal — Name, Email, Phone, Message. */
.aboutContactModal {
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

body.aboutContactModal-open {
  overflow: hidden;
}

.aboutContactModal__box {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 640px;
  max-height: calc(100dvh - 48px);
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  border: 2px solid rgba(180, 180, 179, 0.4);
  border-radius: 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #f5fbf9;
  box-shadow: 0 2px 24px -4px rgba(180, 180, 179, 0.4);
  backdrop-filter: blur(20px);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.aboutContactModal__header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.aboutContactModal__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #363635;
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.14px;
}

.aboutContactModal__close,
.aboutContactModal__close.popup-close {
  position: relative;
  top: auto;
  right: auto;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 1px solid #363635;
  border-radius: 32px;
  background: transparent;
  cursor: pointer;
}

.aboutContactModal__close img {
  display: block;
  width: 24px;
  height: 24px;
}

.aboutContactModal__close:hover {
  background: #e6f4ef;
}

.aboutContactModal__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-height: 0;
}

.aboutContactModal__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.aboutContactModal__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.aboutContactModal__label {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 4px;
  color: #363635;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.aboutContactModal__required {
  color: #30a67f;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.aboutContactModal__input {
  width: 100%;
  height: 48px;
  padding: 12px;
  border: 1px solid rgba(54, 54, 53, 0.5);
  border-radius: 12px;
  background: #fff;
  color: #363635;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  box-sizing: border-box;
  resize: vertical;
}

.aboutContactModal__textarea {
  min-height: 140px;
  height: auto;
  padding: 12px;
}

.aboutContactModal__input::placeholder {
  color: rgba(54, 54, 53, 0.5);
}

.aboutContactModal__input:focus {
  outline: 2px solid rgba(48, 166, 127, 0.35);
  border-color: #30a67f;
}

.aboutContactModal__submit {
  width: 100%;
  height: 47px;
  margin-top: 0;
  border: 0;
  border-radius: 26px;
  background: #30a67f;
  color: #e6f4ef;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.aboutContactModal__submit:hover {
  background: #1f8462;
}

.aboutContactModal__submit:disabled,
.aboutContactModal__submit.is-loading {
  opacity: 0.75;
  cursor: wait;
}

.aboutContactModal__formMessage {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.aboutContactModal__formMessage.is-success {
  color: #1f8462;
}

.aboutContactModal__formMessage.is-error {
  color: #c0392b;
}

@media (max-width: 980px) {
  .aboutContactModal {
    align-items: center;
    justify-content: center;
    padding: max(12px, env(safe-area-inset-top, 0px)) 16px max(12px, env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .aboutContactModal__box {
    width: 100%;
    max-width: 360px;
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    margin: auto;
    padding: 10px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 24px -4px rgba(180, 180, 179, 0.4);
    backdrop-filter: none;
    gap: 16px;
  }

  .aboutContactModal__header {
    gap: 8px;
  }

  .aboutContactModal__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.2px;
  }

  .aboutContactModal__close,
  .aboutContactModal__close.popup-close {
    width: 40px;
    height: 40px;
    border-width: 0.8px;
    border-radius: 38.4px;
  }

  .aboutContactModal__close img {
    width: 19.2px;
    height: 19.2px;
  }

  .aboutContactModal__form {
    gap: 16px;
  }

  .aboutContactModal__fields {
    gap: 16px;
  }

  .aboutContactModal__input {
    padding: 16px 12px;
  }

  .aboutContactModal__input:focus {
    outline: none;
    border-color: #30a67f;
  }

  .aboutContactModal__textarea {
    min-height: 120px;
  }

  .aboutContactModal__submit {
    height: 58px;
    padding: 17px 32px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}

