@font-face {
  font-family: "Mona Sans";
  src: url("assets/fonts/MonaSansVF.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-stretch: 75% 125%;
  font-display: swap;
}

@font-face {
  font-family: "Mona Sans Expanded";
  src: url("assets/fonts/MonaSansExpandedVF.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --blue: #1b2fe1;
  --black: #050505;
  --muted: #9d9d9d;
  --panel: #f5f5f5;
  --line: #bdbdbd;
  --background: #fcfcfc;
  --max-width: 1512px;
  --page-pad: clamp(18px, 3.95vw, 60px);
  --radius: 20px;
  --expanded: "Mona Sans Expanded", "Mona Sans", Arial, sans-serif;
  --body: "Mona Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--black);
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.18;
}

strong,
b {
  font-weight: 400;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

a {
  color: inherit;
}

a.primary-btn,
a.outline-btn,
button.primary-btn,
button.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.page-shell {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 58px var(--page-pad) 44px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  min-height: 260px;
}

.brand img {
  width: min(48vw, 724px);
  height: auto;
}

.header-copy {
  text-align: right;
  min-width: 240px;
}

.eyebrow,
.service-label,
.service-meta,
.primary-btn,
.outline-btn,
h1,
h2 {
  font-family: var(--expanded);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}

.header-copy .eyebrow {
  margin: 0 0 34px;
  font-size: 24px;
  font-weight: 400;
}

.header-copy p:not(.eyebrow) {
  margin: 0;
  font-size: 16px;
}

.header-location span {
  display: block;
}

.hero-grid,
.addons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 26px;
}

.hero-grid {
  align-items: start;
}

.service-section {
  margin-top: 104px;
}

.service-section h2,
.approach-section h2,
.sterilisation-section h2,
.interior-panel h2,
.newsletter-card h2,
.opening-card h1,
.dialog-card h2 {
  margin: 0;
  font-size: 34px;
  line-height: 0.98;
}

.service-section h2 {
  margin-bottom: 24px;
}

.service-card {
  min-width: 0;
  cursor: pointer;
}

.service-label {
  margin: 0 0 18px;
  font-size: 14px;
}

.service-media {
  position: relative;
  aspect-ratio: 447 / 550;
  overflow: hidden;
  background: #e8e5dc;
  cursor: grab;
  touch-action: pan-y;
}

.service-media:active,
.choice-visual:active {
  cursor: grabbing;
}

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

.slider-image,
.slider-image-next {
  position: absolute;
  inset: 0;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.slider-image-next {
  z-index: 1;
  pointer-events: none;
}

.service-dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}

.service-dots span,
.service-dots button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  padding: 0;
}

.service-dots span:first-child,
.service-dots button.is-active {
  background: var(--blue);
}

.choice-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 346 / 427;
  cursor: grab;
  touch-action: pan-y;
}

.choice-visual-dots:empty {
  display: none;
}

.service-body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  padding-top: 22px;
}

.service-body p {
  max-width: 310px;
  margin: 0 0 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.service-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.service-meta strong {
  color: var(--black);
  font-weight: 400;
}

.service-meta span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--muted);
}

.swatches {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 14px;
}

.swatches i {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--swatch);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.swatches i img {
  display: block;
  width: 100%;
  height: 100%;
}

.swatches--gradient i {
  background: transparent;
  border: 0;
}

.swatches--aura i {
  background: transparent;
  border: 0;
}

.swatches b {
  display: inline-flex;
  align-items: center;
  height: 15px;
  margin-left: 3px;
  padding: 0 6px;
  border-radius: 30px;
  background: #e7e7e7;
  font-family: var(--expanded);
  font-size: 8px;
  font-weight: 400;
  text-transform: uppercase;
}

.primary-btn,
.outline-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --btn-hover-x: 50%;
  --btn-hover-y: 50%;
  --btn-fill: #1726ac;
  min-height: 55px;
  border-radius: var(--radius);
  padding: 19px 25px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease;
}

.primary-btn::before,
.outline-btn::before {
  content: "";
  position: absolute;
  left: var(--btn-hover-x);
  top: var(--btn-hover-y);
  z-index: 0;
  width: 240%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--btn-fill);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 430ms cubic-bezier(0.19, 1, 0.22, 1);
}

.primary-btn:hover::before,
.outline-btn:hover::before,
.primary-btn:focus-visible::before,
.outline-btn:focus-visible::before {
  transform: translate(-50%, -50%) scale(1);
}

.btn-label {
  position: relative;
  z-index: 1;
}

.outline-btn {
  border-color: var(--black);
  background: transparent;
  color: var(--black);
  padding-inline: 28px;
  --btn-fill: var(--black);
}

.primary-btn:hover {
  border-color: #1726ac;
}

.outline-btn:hover {
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .primary-btn::before,
  .outline-btn::before {
    transition: none;
  }

  .showcase-track {
    animation: none;
  }
}

.opening-card,
.newsletter-card {
  background: var(--panel);
}

.opening-card {
  min-height: 551px;
  margin-top: 35px;
  padding: 36px 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.opening-card p {
  max-width: 290px;
  margin: 18px 0 0;
  font-size: 18px;
}

.opening-location {
  margin-top: auto;
  margin-bottom: 24px;
}

.opening-location strong {
  display: block;
}

.opening-location span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--expanded);
  font-size: 11px;
  text-transform: uppercase;
}

.approach-section {
  border-top: 1px solid var(--line);
  margin-top: 86px;
  padding-top: 42px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.approach-copy .outline-btn {
  margin-top: 120px;
}

.approach-list-btn {
  display: none;
}

.approach-main {
  font-size: 25px;
}

.approach-main p {
  margin: 0 0 22px;
}

.approach-list p {
  margin: 0 0 14px;
}

.approach-list ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.approach-shell {
  padding-top: 35px;
}

.approach-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  gap: 118px;
  align-items: start;
  margin-top: 112px;
}

.approach-hero h1 {
  margin: 0 0 90px;
  font-size: clamp(52px, 4.9vw, 74px);
  font-weight: 400;
  line-height: 0.95;
}

.approach-hero img {
  width: 100%;
  aspect-ratio: 700 / 623;
  object-fit: cover;
}

.approach-photo-hero {
  object-position: center 40%;
}

.approach-large-copy {
  font-size: 25px;
  letter-spacing: -0.5px;
}

.approach-large-copy p {
  margin: 0 0 22px;
}

.approach-page-list {
  margin-top: 74px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  max-width: 380px;
}

.approach-page-list p {
  margin: 0 0 14px;
}

.approach-page-list ul,
.technique-list ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.technique-section {
  margin-top: 86px;
}

.technique-section h2 {
  margin: 0 0 56px;
  font-size: clamp(38px, 3.6vw, 54px);
  font-weight: 400;
  line-height: 1;
}

.technique-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px 96px;
  align-items: start;
}

.technique-grid > .approach-large-copy {
  align-self: center;
}

.technique-grid img {
  width: 100%;
  aspect-ratio: 700 / 663;
  object-fit: cover;
}

.approach-photo-technique {
  object-position: center 50%;
}

.approach-photo-result {
  object-position: center center;
}

.approach-photo-sterilisation {
  object-position: center 50%;
}

.technique-list {
  align-self: center;
  max-width: 540px;
  font-size: 25px;
  letter-spacing: -0.5px;
}

.technique-list p {
  margin: 0 0 22px;
}

.technique-list .primary-btn {
  margin-top: 28px;
}

.approach-sterilisation {
  border-top: 1px solid var(--line);
  padding-top: 84px;
}

.image-strip {
  margin-top: 74px;
  overflow: hidden;
}

.showcase-track {
  display: flex;
  width: max-content;
  animation: showcase-marquee 76s linear infinite;
  will-change: transform;
}

.showcase-strip:hover .showcase-track {
  animation-play-state: paused;
}

.showcase-sequence {
  display: flex;
  flex: 0 0 auto;
}

.showcase-panel {
  position: relative;
  flex: 0 0 var(--panel-width);
  height: 583px;
  margin: 0;
  overflow: hidden;
  background: #e8e5dc;
}

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

.showcase-panel.is-crop img {
  position: absolute;
  left: var(--img-left);
  top: var(--img-top);
  width: var(--img-width);
  height: var(--img-height);
  max-width: none;
  object-fit: fill;
}

@keyframes showcase-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.sterilisation-section {
  margin-top: 96px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 96px;
  align-items: start;
}

.sterilisation-copy > p {
  max-width: 520px;
  margin: 32px 0 44px;
  font-size: 18px;
  font-weight: 400;
}

.sterilisation-copy ol {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  border-top: 1px solid var(--line);
}

.sterilisation-copy li {
  position: relative;
  min-height: 119px;
  padding: 26px 0 25px 74px;
  border-bottom: 1px solid var(--line);
}

.sterilisation-copy li::before {
  content: counter(list-item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 26px;
  font-family: var(--expanded);
  font-size: 34px;
  line-height: 1;
}

.sterilisation-copy a {
  font-weight: 400;
}

.sterilisation-copy a span {
  font-weight: 400;
  text-decoration: none;
}

.sterilisation-section > img {
  width: 100%;
  aspect-ratio: 693 / 688;
  object-fit: cover;
}

.interior-cta {
  position: relative;
  margin-top: 86px;
}

.interior-cta > img {
  width: 100%;
  aspect-ratio: 1409 / 1010;
  object-fit: cover;
}

.interior-panel {
  position: absolute;
  left: 55px;
  bottom: 52px;
  width: min(810px, calc(100% - 110px));
  min-height: 210px;
  background: #fff;
  padding: 28px 38px;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 40px;
}

.interior-panel p {
  margin: 20px 0 0;
  font-size: 18px;
}

.interior-panel .primary-btn {
  margin-top: 32px;
}

.site-footer {
  margin-top: 86px;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 80px;
  align-items: start;
}

.footer-brand img {
  width: 441px;
  height: auto;
}

.footer-brand p {
  margin: 154px 0 0;
  font-family: var(--expanded);
  text-transform: uppercase;
}

.footer-brand .copyright {
  margin-top: 32px;
  opacity: 0.5;
}

.newsletter-card {
  padding: 35px 48px;
}

.newsletter-card p {
  max-width: 520px;
  margin: 26px 0 28px;
  font-size: 18px;
}

.form-row {
  display: flex;
  gap: 12px;
}

.newsletter-card .primary-btn {
  min-width: 218px;
}

input {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: var(--radius);
  background: #fff;
  padding: 0 25px;
  font-family: var(--font);
  font-size: 16px;
  text-transform: none;
  outline: 1px solid transparent;
}

input:focus {
  outline-color: var(--blue);
}

input::placeholder {
  color: #b2b2b2;
}

button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  display: none;
  margin: 0;
  color: var(--blue);
  font-weight: 400;
}

.form-status:not(:empty) {
  display: block;
  margin-top: 12px;
}

dialog {
  width: min(92vw, 764px);
  border: 0;
  padding: 0;
  background: transparent;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.42);
}

.signup-dialog::backdrop {
  background: rgba(10, 20, 120, 0.38);
  backdrop-filter: blur(2px);
}

.dialog-card {
  position: relative;
  background: var(--background);
  padding: 34px;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.22);
}

.signup-dialog .dialog-card {
  min-height: 666px;
  background: #fff;
  padding: 70px 76px 58px;
  box-shadow: 0 22px 90px rgba(0, 0, 80, 0.22);
}

.signup-dialog .dialog-card h2 {
  margin-bottom: 22px;
}

.dialog-card p {
  font-size: 18px;
}

.signup-dialog .dialog-card p {
  max-width: 394px;
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: normal;
}

.signup-dialog .dialog-card > p:first-of-type {
  margin-bottom: 24px;
}

.dialog-card label {
  display: block;
  margin: 28px 0 8px;
  font-weight: 400;
}

.dialog-fields {
  display: grid;
  gap: 9px;
  margin: 47px 0 26px;
}

.dialog-fields input {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 20px;
  background: var(--panel);
  padding: 0 25px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-transform: none;
}

.dialog-benefits {
  display: grid;
  gap: 12px;
}

.dialog-card .dialog-benefit {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  align-items: center;
  max-width: none;
  margin: 0;
  color: var(--black);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  cursor: pointer;
}

.dialog-benefit input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  appearance: none;
}

.dialog-benefit span {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid var(--black);
}

.dialog-benefit.is-fixed span,
.dialog-benefit input:checked + span {
  border-color: var(--blue);
  background: var(--blue);
}

.dialog-benefit span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 17px;
  height: 9px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}

.dialog-benefit.is-fixed span::after,
.dialog-benefit input:checked + span::after {
  opacity: 1;
}

.close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--black);
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  line-height: 1;
}

.signup-dialog .close-btn {
  top: 25px;
  right: 24px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.signup-dialog .close-btn::before,
.signup-dialog .close-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 2px;
  background: var(--black);
  transform-origin: center;
}

.signup-dialog .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.signup-dialog .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.dialog-submit {
  position: absolute;
  right: 76px;
  bottom: 58px;
}

.service-dialog-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) 1fr;
  gap: 28px;
  align-items: start;
}

.service-dialog-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.photo-dialog {
  width: min(92vw, 520px);
}

.photo-dialog::backdrop {
  background: rgba(10, 20, 120, 0.42);
  backdrop-filter: blur(2px);
}

.photo-dialog-card {
  position: relative;
  background: var(--bg);
  padding: 18px 18px 22px;
}

.photo-dialog-frame {
  position: relative;
  aspect-ratio: 346 / 427;
  overflow: hidden;
  background: #e8e5dc;
  cursor: grab;
  touch-action: pan-y;
}

.photo-dialog-frame:active {
  cursor: grabbing;
}

.photo-dialog-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-dialog .close-btn {
  z-index: 3;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.photo-dialog .close-btn::before,
.photo-dialog .close-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 2px;
  background: var(--black);
  transform-origin: center;
}

.photo-dialog .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.photo-dialog .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.photo-dialog-card > p {
  margin: 14px 0 0;
  font-family: var(--expanded);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.dialog-meta {
  font-family: var(--expanded);
  text-transform: uppercase;
}

.choice-shell {
  padding-top: 35px;
}

.choice-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  min-height: 124px;
}

.choice-brand img {
  width: 220px;
  height: auto;
}

.choice-header-copy {
  min-width: 230px;
  text-align: right;
}

.choice-header-copy .eyebrow {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 400;
}

.choice-header-copy p:not(.eyebrow) {
  margin: 0;
  font-size: 16px;
}

.choice-location span {
  display: block;
}

.choice-title {
  margin: 34px 0 78px;
  font-size: clamp(42px, 4.9vw, 74px);
  font-weight: 400;
  line-height: 0.95;
}

.choice-layout {
  display: grid;
  grid-template-columns: minmax(240px, 346px) minmax(520px, 1fr) minmax(320px, 340px);
  gap: clamp(28px, 2.4vw, 44px);
  align-items: start;
}

.choice-visual,
.choice-summary {
  position: sticky;
  top: 24px;
}

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

.choice-form {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.choice-section h2 {
  margin: 0 0 16px;
  font-size: 18px;
}

.choice-section.is-naked h2 {
  display: none;
}

.choice-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.choice-note {
  display: none;
  margin: 0;
  color: var(--muted);
}

.choice-note p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

.choice-note p:first-child {
  margin-bottom: 8px;
  font-family: var(--expanded);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.choice-section.is-disabled .choice-stack {
  opacity: 0.45;
}

.choice-option,
.choice-checkbox {
  position: relative;
  width: 100%;
  border: 1px solid var(--black);
  background: transparent;
  color: var(--black);
}

.choice-option {
  display: grid;
  grid-template-columns: 76px 1fr 72px 76px;
  gap: 24px;
  align-items: center;
  min-height: 108px;
  padding: 15px 24px 15px 13px;
  text-align: left;
}

.choice-option[data-choice-base] {
  grid-template-columns: 76px 1fr 72px;
}

.choice-option.is-selected {
  border-color: transparent;
  box-shadow: inset 0 0 0 4px var(--blue);
}

.choice-option.is-disabled {
  color: #b7b7b7;
  border-color: #d7d7d7;
  cursor: not-allowed;
}

.choice-option.is-disabled .choice-thumb,
.choice-option.is-disabled .choice-toggle {
  opacity: 0.38;
}

.choice-thumb {
  width: 76px;
  height: 76px;
  overflow: hidden;
}

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

.choice-copy {
  min-width: 0;
}

.choice-copy strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--expanded);
  font-weight: 400;
  text-transform: uppercase;
}

.choice-copy span {
  display: block;
  font-weight: 400;
}

.choice-price {
  text-align: right;
  text-transform: uppercase;
}

.choice-price strong {
  display: block;
  font-family: var(--expanded);
  font-size: 18px;
  font-weight: 400;
}

.choice-price span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-family: var(--expanded);
  font-size: 14px;
}

.choice-toggle {
  position: relative;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 27px;
}

.choice-toggle::before,
.choice-toggle::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 1px;
  background: currentColor;
}

.choice-toggle::after {
  transform: rotate(90deg);
}

.choice-option.is-selected .choice-toggle {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.choice-option.is-selected .choice-toggle::before {
  width: 28px;
  height: 15px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  background: transparent;
  transform: rotate(-45deg) translate(2px, -2px);
}

.choice-option.is-selected .choice-toggle::after {
  display: none;
}

.choice-checkbox {
  display: grid;
  grid-template-columns: 1fr 59px;
  column-gap: 24px;
  align-items: center;
  min-height: 52px;
  padding: 16px 13px;
}

.choice-checkbox input {
  position: absolute;
  width: 1px;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
}

.choice-checkbox-main {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 24px;
  align-items: center;
  min-width: 0;
}

.choice-checkbox-main:has(small) {
  align-items: start;
}

.choice-checkmark {
  align-self: center;
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid var(--black);
}

.choice-text {
  min-width: 0;
}

.choice-checkbox input:checked + .choice-checkbox-main .choice-checkmark {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateX(-2px);
}

.choice-checkbox input:checked + .choice-checkbox-main .choice-checkmark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 14px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.choice-checkbox:has(input:checked) {
  border-color: transparent;
  background: rgba(27, 47, 225, 0.16);
  box-shadow: inset 0 0 0 4px var(--blue);
}

.choice-checkbox strong {
  display: block;
  margin-bottom: 2px;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: normal;
}

.choice-checkbox small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: normal;
}

.choice-checkbox em {
  align-self: center;
  color: var(--muted);
  font-family: var(--expanded);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.28px;
  line-height: normal;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.choice-checkbox em strong,
.choice-checkbox em small {
  display: block;
  font-family: var(--expanded);
  line-height: 1.1;
}

.choice-checkbox em strong {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

.choice-checkbox em small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.choice-summary {
  background: var(--panel);
  padding: 32px;
}

.summary-kicker {
  margin: 0;
  color: var(--black);
  font-family: var(--expanded);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.choice-summary h2 {
  margin: 18px 0 14px;
  font-size: 41px;
}

.summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #0c0c0c;
  font-family: var(--expanded);
  font-size: 11px;
  text-transform: uppercase;
}

.summary-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #0c0c0c;
}

.summary-addons {
  display: block;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.summary-addons:empty {
  display: none;
}

.summary-addons li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.summary-plus-icon {
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  background: url("assets/images/summary-plus.svg") center / contain no-repeat;
}

.summary-message {
  margin: 42px 0 18px;
  color: var(--muted);
}

.summary-message p {
  margin: 0 0 14px;
}

.summary-message strong {
  color: var(--black);
  font-weight: 400;
}

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

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

  .header-copy .eyebrow,
  .choice-header-copy .eyebrow {
    font-size: 16px;
  }

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

  .opening-card {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .opening-location {
    margin-top: 44px;
  }

  .service-body {
    grid-template-columns: 1fr;
  }

  .details-btn {
    justify-self: start;
  }

  .approach-section,
  .sterilisation-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .approach-section,
  .sterilisation-section {
    gap: 34px;
  }

  .site-footer {
    gap: 72px;
  }

  .site-footer .newsletter-card {
    order: 1;
    width: 100%;
    max-width: 712px;
    justify-self: center;
    padding: 35px 48px 37px;
  }

  .site-footer .footer-brand {
    order: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
    column-gap: 32px;
    align-items: start;
    width: 100%;
    max-width: 712px;
    justify-self: center;
  }

  .site-footer .footer-brand img {
    width: min(441px, 100%);
  }

  .site-footer .footer-brand p {
    margin: 2px 0 0;
    text-align: right;
    font-size: 14px;
    line-height: 1.05;
  }

  .site-footer .footer-brand .copyright {
    grid-column: 2;
    margin-top: 16px;
  }

  .approach-copy .outline-btn {
    display: none;
  }

  .approach-list-btn {
    display: inline-flex;
    margin-top: 28px;
  }

  .approach-hero,
  .technique-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .approach-hero {
    margin-top: 72px;
  }

  .approach-hero h1 {
    margin-bottom: 44px;
  }

  .approach-page-list {
    margin-top: 42px;
  }

  .technique-grid {
    gap: 54px;
  }

  .showcase-panel {
    flex-basis: min(var(--panel-width), 72vw);
    height: 430px;
  }

  .choice-layout {
    grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
    gap: 36px 28px;
  }

  .choice-visual,
  .choice-summary {
    position: static;
  }

  .choice-visual {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    position: sticky;
    top: 24px;
  }

  .choice-form {
    grid-column: 1;
    grid-row: 1;
  }

  .choice-summary {
    grid-column: 1;
    grid-row: 2;
  }

  .choice-visual img {
    max-height: none;
  }
}

@media (max-width: 650px) {
  .page-shell {
    padding: 24px 18px 34px;
  }

  .site-header,
  .choice-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
    min-height: 0;
    margin-bottom: 56px;
    align-items: flex-start;
  }

  .brand img,
  .choice-brand img {
    width: 220px;
  }

  .header-copy,
  .choice-header-copy {
    display: contents;
    min-width: 0;
    text-align: initial;
  }

  .header-copy .eyebrow,
  .choice-header-copy .eyebrow {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    max-width: 130px;
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-align: right;
  }

  .header-copy p:not(.eyebrow),
  .choice-header-copy p:not(.eyebrow) {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.05;
    text-align: left;
    white-space: nowrap;
  }

  .header-location span,
  .choice-location span {
    display: inline;
    font-weight: 400;
  }

  .hero-grid,
  .addons-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .service-section {
    margin-top: 72px;
  }

  .service-section h2,
  .approach-section h2,
  .sterilisation-section h2,
  .interior-panel h2,
  .newsletter-card h2,
  .opening-card h1,
  .dialog-card h2 {
    font-size: 28px;
  }

  .service-body p {
    max-width: none;
  }

  .opening-card {
    margin-top: 0;
    padding: 30px 28px;
  }

  .signup-dialog .dialog-card {
    min-height: 0;
    padding: 58px 28px 30px;
  }

  .dialog-fields {
    margin: 32px 0 24px;
  }

  .signup-dialog .dialog-card h2 {
    margin-bottom: 18px;
  }

  .signup-dialog .dialog-card > p:first-of-type {
    margin-bottom: 18px;
  }

  .dialog-submit {
    position: static;
    margin-top: 28px;
  }

  .signup-dialog .close-btn {
    top: 18px;
    right: 18px;
  }

  .signup-dialog .close-btn::before,
  .signup-dialog .close-btn::after {
    width: 36px;
  }

  .approach-section {
    margin-top: 68px;
    gap: 26px;
  }

  .approach-main {
    font-size: 22px;
  }

  .approach-hero h1 {
    font-size: 48px;
  }

  .approach-large-copy,
  .technique-list {
    font-size: 22px;
  }

  .technique-section {
    margin-top: 68px;
  }

  .technique-section h2 {
    margin-bottom: 34px;
    font-size: 34px;
  }

  .image-strip {
    margin-top: 44px;
  }

  .showcase-track {
    animation-duration: 58s;
  }

  .showcase-panel {
    flex-basis: min(var(--panel-width), 82vw);
    height: 340px;
  }

  .sterilisation-section {
    margin-top: 68px;
  }

  .sterilisation-copy li {
    min-height: 0;
    padding-left: 58px;
  }

  .sterilisation-copy li::before {
    font-size: 28px;
  }

  .interior-cta {
    margin-top: 62px;
  }

  .interior-cta > img {
    aspect-ratio: 0.78;
  }

  .interior-panel {
    position: static;
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    margin-top: -1px;
    padding: 28px;
    gap: 20px;
  }

  .site-footer {
    margin-top: 58px;
    gap: 44px;
  }

  .site-footer .footer-brand {
    display: block;
    max-width: none;
  }

  .footer-brand img {
    width: 230px;
  }

  .footer-brand p {
    margin-top: 56px;
    text-align: left;
  }

  .footer-brand .copyright {
    margin-top: 32px;
  }

  .newsletter-card {
    max-width: none;
    padding: 28px;
  }

  .form-row {
    flex-direction: column;
  }

  .choice-shell {
    padding-top: 24px;
  }

  .choice-title {
    margin: 0 0 36px;
  }

  .choice-form {
    gap: 42px;
  }

  .choice-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .choice-form,
  .choice-summary {
    grid-column: 1;
    grid-row: auto;
  }

  .choice-visual {
    display: none;
  }

  .choice-option {
    grid-template-columns: 76px minmax(0, 1fr) 76px;
    grid-template-rows: auto auto;
    column-gap: 24px;
    row-gap: 24px;
    align-items: start;
    min-height: 0;
    padding: 15px 13px;
  }

  .choice-thumb {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 76px;
    height: 76px;
    cursor: zoom-in;
  }

  .choice-copy {
    grid-column: 2 / -1;
    grid-row: 1;
  }

  .choice-copy strong {
    margin-bottom: 8px;
  }

  .choice-price {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    align-self: center;
    text-align: left;
  }

  .choice-option[data-choice-base] {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .choice-option[data-choice-base] .choice-price {
    grid-column: 2;
  }

  .choice-toggle {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    align-self: center;
    width: 76px;
    height: 56px;
    border-radius: 27px;
  }

  .choice-checkbox {
    grid-template-columns: 1fr;
    row-gap: 24px;
    align-items: start;
    padding: 16px 13px;
  }

  .choice-checkbox-main {
    align-items: start;
  }

  .choice-checkbox em {
    grid-column: 1;
    width: 59px;
    margin-left: 56px;
    text-align: left;
  }

  .primary-btn,
  .outline-btn {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .service-dialog-card {
    grid-template-columns: 1fr;
  }
}
