:root {
  --w2w-white: #FFFFFF;
  --w2w-paper: #FAFAF8;
  --w2w-ivory: #F5F3EE;
  --w2w-ink: #111111;
  --w2w-soft: #404756;
  --w2w-oxblood: #5C1A1A;
  --w2w-fire: #C94A1A;
  --w2w-blue: #002F4D;
  --w2w-teal: #0D7377;
  --w2w-shell: 1180px;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.work-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--w2w-white);
  color: var(--w2w-ink);
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.work-page *,
.work-page *::before,
.work-page *::after {
  box-sizing: border-box;
  border-radius: 0;
}

.work-page h1,
.work-page h2,
.work-page h3,
.work-page p,
.work-page figure {
  margin: 0;
}

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

.work-page a {
  color: inherit;
}

.work-page :focus-visible {
  outline: 3px solid var(--w2w-oxblood);
  outline-offset: 4px;
}

.work-page .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  transform: translateY(-180%);
  background: var(--w2w-ink);
  color: var(--w2w-white);
  font-size: 14px;
  text-decoration: none;
}

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

.w2w-shell {
  width: min(100% - 48px, var(--w2w-shell));
  margin-inline: auto;
}

/* The money page keeps the approved four rooms in one compact row. */
.work-page .st-chrome {
  border: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

.work-page .st-chrome__inner {
  min-height: 72px;
}

.work-page .st-chrome__nav a::after {
  display: none;
}

.work-page .st-chrome__nav a[aria-current="page"] {
  color: var(--w2w-oxblood);
}

.work-page .st-chrome__nav a {
  min-width: 44px;
}

.w2w-hero {
  padding: clamp(42px, 4vw, 64px) 0 clamp(48px, 5vw, 68px);
  background: var(--w2w-white);
}

.w2w-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(42px, 8vw, 100px);
  align-items: center;
}

.w2w-hero__grid > * {
  min-width: 0;
}

.w2w-hero h1 {
  max-width: 10ch;
  font-family: "Fraunces", Georgia, serif;
  color: var(--w2w-ink);
  font-size: clamp(40px, 4.2vw, 63px);
  font-variation-settings: "opsz" 144, "SOFT" 50, "wght" 520;
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.03;
  text-wrap: balance;
}

.w2w-hero h1 span {
  color: var(--w2w-fire);
}

.w2w-lead {
  max-width: 31ch;
  margin-top: 26px !important;
  color: var(--w2w-soft);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

.w2w-portrait {
  width: 100%;
  max-width: 420px;
  justify-self: end;
  background: transparent;
  box-shadow: none;
}

.w2w-portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.w2w-portrait figcaption {
  display: grid;
  gap: 5px;
  padding: 14px 0 0;
  background: transparent;
  color: var(--w2w-soft);
  font-size: 13px;
  line-height: 1.35;
}

.w2w-portrait strong {
  color: var(--w2w-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 18px;
  font-weight: 520;
}

.w2w-options {
  padding: clamp(64px, 9vw, 104px) 0;
  background: var(--w2w-paper);
}

.w2w-options__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.w2w-options h2,
.w2w-next h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(34px, 4.2vw, 48px);
  font-variation-settings: "opsz" 96, "SOFT" 50, "wght" 520;
  font-weight: 520;
  letter-spacing: -0.03em;
  line-height: 1;
}

.w2w-controls {
  display: none;
  align-items: center;
  gap: 12px;
}

.w2w-counter {
  min-width: 52px;
  color: var(--w2w-soft);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.w2w-arrow {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: var(--w2w-blue);
  color: var(--w2w-white);
  box-shadow: none;
  cursor: pointer;
}

.w2w-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
}

.w2w-arrow:disabled {
  opacity: 0.32;
  cursor: default;
}

.w2w-arrow:not(:disabled):hover {
  background: var(--w2w-oxblood);
}

.w2w-track {
  display: grid;
  gap: 48px;
  align-items: start;
}

.w2w-option {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  min-width: 0;
}

.w2w-options--enhanced .w2w-controls {
  display: flex;
}

.w2w-choices:not([hidden]) {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.w2w-choices button {
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  background: var(--w2w-ivory);
  color: var(--w2w-soft);
  font: 500 17px/1.35 "Barlow", sans-serif;
  cursor: pointer;
}

.w2w-choices button[aria-pressed="true"] {
  background: var(--w2w-blue);
  color: var(--w2w-white);
}

.w2w-choices button[data-option="1"][aria-pressed="true"] {
  background: var(--w2w-teal);
}

.w2w-choices button:hover {
  background: var(--w2w-oxblood);
  color: var(--w2w-white);
}

.w2w-options--enhanced .w2w-track {
  position: relative;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.w2w-track::-webkit-scrollbar { display: none; }

.w2w-explanation {
  display: grid;
  gap: 26px;
  padding-block: 4px 8px;
}

.w2w-explanation h4 {
  margin: 0 0 10px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(23px, 2.2vw, 28px);
  font-weight: 520;
  line-height: 1.2;
  color: var(--w2w-blue);
}

#single-option .w2w-explanation h4 {
  color: var(--w2w-teal);
}

.w2w-explanation p {
  max-width: 60ch;
  color: var(--w2w-soft);
  font-size: 18px;
  line-height: 1.55;
  text-wrap: pretty;
}

.w2w-terms {
  max-width: 65ch;
  margin-top: 16px !important;
  color: var(--w2w-soft);
  font-size: 15px;
  line-height: 1.55;
}

.w2w-terms a {
  display: inline-block;
  min-height: 44px;
  padding-block: 10px;
  color: var(--w2w-blue);
  text-decoration: none;
}

.w2w-terms a:hover {
  color: var(--w2w-oxblood);
}

.w2w-card {
  display: flex;
  min-width: 0;
  min-height: 440px;
  flex-direction: column;
  padding: clamp(26px, 3.2vw, 38px);
  overflow: visible;
}

.w2w-card--monthly {
  background: var(--w2w-ivory);
  color: var(--w2w-ink);
}

.w2w-card--single {
  background: var(--w2w-white);
}

.w2w-card__label {
  display: block;
  margin-bottom: 22px;
  color: var(--w2w-oxblood);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.w2w-card--single .w2w-card__label {
  color: var(--w2w-teal);
}

.w2w-card--monthly .w2w-card__label,
.w2w-card--monthly h3 {
  color: var(--w2w-blue);
}

.w2w-card--single h3 {
  color: var(--w2w-teal);
}

.w2w-card h3 {
  max-width: 9ch;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(31px, 3.2vw, 42px);
  font-variation-settings: "opsz" 70, "SOFT" 50, "wght" 520;
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.w2w-price {
  margin-top: 26px !important;
  color: var(--w2w-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(28px, 3vw, 38px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.w2w-price small {
  color: var(--w2w-soft);
  font-family: "Barlow", sans-serif;
  font-size: 15px;
}

.w2w-card ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.w2w-card li {
  color: var(--w2w-soft);
  font-size: 17px;
  line-height: 1.45;
}

.w2w-card__action,
.w2w-detail-action {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 14px 20px;
  background: var(--w2w-blue);
  color: var(--w2w-white) !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.w2w-card__action:hover,
.w2w-detail-action:hover {
  background: var(--w2w-oxblood);
}

.w2w-card--single .w2w-card__action,
#single-option .w2w-detail-action {
  background: var(--w2w-teal);
}

.w2w-card--single .w2w-card__action:hover,
#single-option .w2w-detail-action:hover {
  background: var(--w2w-blue);
}

.w2w-swipe-note {
  display: none;
  margin-top: 18px !important;
  color: var(--w2w-soft);
  font-size: 14px;
}

.w2w-detail-action {
  justify-self: start;
  max-width: 100%;
}

.w2w-larger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 42px;
  padding: 30px;
  background: var(--w2w-white);
}

.w2w-larger h3 {
  margin: 0 0 6px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 26px;
  font-weight: 520;
  line-height: 1.1;
}

.w2w-larger p,
.w2w-boundary {
  max-width: 58ch;
  color: var(--w2w-soft);
  font-size: 16px;
  line-height: 1.5;
}

.w2w-larger a {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  background: var(--w2w-blue);
  color: var(--w2w-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.w2w-larger a:hover {
  background: var(--w2w-oxblood);
}

.w2w-boundary {
  margin-top: 24px !important;
}

.w2w-boundary strong {
  color: var(--w2w-ink);
}

.work-page .st-chrome-footer {
  border: 0;
  background: var(--w2w-ivory);
}

.work-page .st-chrome-footer__money {
  min-height: 96px;
}

.work-page .st-chrome-footer__money-copy {
  color: var(--w2w-soft);
}

@media (max-width: 980px) {
  .w2w-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
    gap: 36px;
  }

  .w2w-card {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .w2w-shell {
    width: min(100% - 36px, var(--w2w-shell));
  }

  .work-page .st-chrome__inner {
    display: flex;
    min-height: 64px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
  }

  .work-page .st-chrome__brand {
    min-height: 0;
    min-width: 0;
  }

  .work-page .st-chrome__brand img {
    width: 28px;
    height: 28px;
  }

  .work-page .st-chrome__brand span {
    display: none;
  }

  .work-page .st-chrome__nav {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: clamp(4px, 1.5vw, 10px);
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .work-page .st-chrome__nav a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .w2w-hero {
    padding: 22px 0 26px;
  }

  .w2w-hero__grid {
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 18px;
    align-items: start;
  }

  .w2w-hero h1 {
    max-width: 8ch;
    font-size: clamp(37px, 11vw, 48px);
    line-height: 0.98;
  }

  .w2w-lead {
    margin-top: 18px !important;
    font-size: 16px;
    line-height: 1.45;
  }

  .w2w-portrait img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 52% 34%;
  }

  .w2w-portrait figcaption {
    display: none;
  }

  .w2w-options {
    padding: 32px 0 48px;
  }

  .w2w-options__head {
    align-items: center;
    margin-bottom: 26px;
  }

  .w2w-options h2,
  .w2w-next h2 {
    font-size: 32px;
  }

  .w2w-counter {
    min-width: 44px;
    font-size: 13px;
  }

  .w2w-arrow {
    width: 44px;
    height: 44px;
  }

  .w2w-option {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .w2w-choices button {
    flex: 1;
    padding-inline: 12px;
    font-size: 16px;
  }

  .w2w-explanation {
    gap: 24px;
  }

  .w2w-explanation p {
    font-size: 17px;
  }

  .w2w-card {
    min-height: 360px;
    padding: 28px;
  }

  .w2w-card h3 {
    font-size: 34px;
  }

  .w2w-options--enhanced .w2w-swipe-note {
    display: block;
  }

  .w2w-larger {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px;
    padding: 24px;
  }

  .work-page .st-chrome-footer__money {
    min-height: 0;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 360px) {
  .w2w-shell {
    width: min(100% - 28px, var(--w2w-shell));
  }

  .work-page .st-chrome__inner {
    padding-inline: 14px;
  }

  .work-page .st-chrome__nav {
    gap: 3px;
  }

  .work-page .st-chrome__nav a {
    font-size: 10px;
  }

  .w2w-hero__grid {
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 14px;
  }

  .w2w-hero h1 {
    font-size: 36px;
  }

  .w2w-lead {
    font-size: 15px;
  }

  .w2w-controls {
    gap: 5px;
  }

  .w2w-arrow {
    width: 44px;
    height: 44px;
  }

  .w2w-options__head {
    gap: 12px;
  }

  .w2w-counter {
    min-width: 34px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
