@font-face {
  font-family: "Urbanist";
  src: url("assets/fonts/urbanist-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("assets/fonts/urbanist-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("assets/fonts/urbanist-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("assets/fonts/urbanist-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #020202;
  --muted: #6a7282;
  --paper: #fafafa;
  --line: #eceef0;
  --white: #ffffff;
  --coral: #f35242;
  --green: #00ed76;
  --neon: #00ed76;
  --bloom-slate: #6a7282;
  --bloom-acid: #eaff98;
  --bloom-panel: #eceef0;
  --space-micro: 4px;
  font-family: "Urbanist", Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.page-header {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 242px;
  padding: 42px 0 34px;
  display: grid;
  grid-template-columns: 180px minmax(360px, 1fr) 260px;
  gap: 48px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  width: max-content;
  color: var(--ink);
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.wordmark span {
  font-weight: 400;
}

.header-copy h1 {
  max-width: 650px;
  margin: -7px 0 14px;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.header-copy p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.demo-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding-top: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.demo-note strong {
  color: var(--ink);
}

main {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.control-dock {
  position: sticky;
  top: 12px;
  z-index: 20;
  margin: 22px auto 34px;
  padding: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  background: rgba(243, 242, 237, 0.94);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(18, 21, 19, 0.08);
  backdrop-filter: blur(14px);
}

.view-switch,
.screen-switch {
  display: flex;
  align-items: center;
  gap: 4px;
}

.view-switch {
  padding: 3px;
  background: var(--bloom-panel);
  border-radius: 12px;
}

.view-button,
.screen-button {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.view-button {
  padding: 0 16px;
  font-size: 14px;
  font-weight: 650;
}

.view-button:hover,
.screen-button:hover {
  background: rgba(255, 255, 255, 0.65);
}

.view-button.is-active {
  background: var(--ink);
  color: var(--white);
}

.screen-button {
  padding: 0 12px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.screen-button .icon {
  width: 18px;
  height: 18px;
}

.screen-button.is-active {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 2px 7px rgba(18, 21, 19, 0.09);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.design-label {
  min-height: 74px;
  padding: 0 2px 17px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
}

.design-label h2,
.design-label p {
  margin: 0;
}

.design-label h2 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.design-label p {
  color: var(--muted);
  font-size: 14px;
}

.design-signature {
  display: grid;
  grid-template-columns: repeat(3, 18px);
  gap: 5px;
  align-items: center;
  justify-items: end;
}

.design-signature--bloom {
  grid-template-columns: repeat(5, 18px);
}

.design-signature > span {
  width: 18px;
  height: 18px;
  background: var(--swatch);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.design-signature small {
  grid-column: 1 / -1;
  color: var(--bloom-slate);
  font-size: 11px;
  white-space: nowrap;
}

.phone-shell {
  position: relative;
  min-height: 946px;
  padding: 48px 18px 54px;
  display: grid;
  place-items: start center;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}

.phone-shell--bloom {
  background: var(--bloom-panel);
}

.phone-shell--bloom::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  top: 36px;
  right: -68px;
  border: 2px dashed color-mix(in srgb, var(--bloom-slate) 48%, transparent);
  border-radius: 50%;
}

.phone-shell--bloom::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  bottom: 72px;
  left: 34px;
  background: var(--neon);
  border-radius: 50%;
}

.phone {
  --phone-radius: 38px;
  position: relative;
  z-index: 2;
  width: min(390px, 100%);
  height: 844px;
  overflow: hidden;
  border: 8px solid var(--ink);
  border-radius: calc(var(--phone-radius) + var(--space-micro));
  background: #fff;
  box-shadow: 0 30px 48px rgba(18, 21, 19, 0.26);
}

.phone::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 50%;
  width: 82px;
  height: 24px;
  transform: translateX(-50%);
  background: var(--ink);
  border-radius: 14px;
  pointer-events: none;
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.phone-scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #00a954 transparent;
}

.phone-scroll::-webkit-scrollbar {
  display: block;
  width: 4px;
}

.phone-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.phone-scroll::-webkit-scrollbar-thumb {
  background: #00a954;
  border-radius: 50%;
}

.phone--bloom {
  font-family: "Urbanist", Arial, sans-serif;
  color: #020202;
  background: #fafafa;
}

.phone--bloom .phone-screen,
.phone--bloom .phone-scroll {
  background: #fafafa;
}

.phone-screen {
  animation: matched-screen-enter 380ms cubic-bezier(0.16, 1, 0.3, 1) both;
  transform-origin: 50% 12%;
}

.phone--bloom button:focus-visible,
.phone--bloom input:focus-visible {
  outline-color: #00a954;
  outline-offset: 2px;
}

.phone--bloom ::selection {
  background: #00d66b;
  color: #020202;
}

.phone--bloom input {
  caret-color: #008844;
}

@keyframes matched-screen-enter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.992);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.status-bar {
  height: 44px;
  padding: 13px 22px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.status-icons {
  display: flex;
  gap: 4px;
  align-items: center;
}

.status-icons span {
  display: block;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
}

.status-icons span:last-child {
  width: 14px;
  height: 7px;
  border-radius: 50%;
}

.app-body {
  padding: 8px 20px 106px;
}

.app-toolbar,
.detail-toolbar {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.location-button {
  min-height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.location-button .icon {
  width: 18px;
  height: 18px;
}

.avatar-button,
.round-button,
.favorite-button,
.filter-button,
.compact-button {
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.avatar-button {
  border-radius: 50%;
  background: #020202;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.app-title {
  margin: 16px 0 18px;
  font-size: 31px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.app-title strong {
  font-weight: 700;
}

.search-control {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--bloom-panel);
  border-radius: 14px;
  background: #fff;
  color: var(--bloom-slate);
  cursor: text;
  box-shadow: 0 7px 17px rgba(31, 44, 37, 0.06);
}

.search-control span,
.search-control input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font-size: 14px;
}

.search-control input {
  color: inherit;
}

.search-control input::placeholder {
  color: inherit;
  opacity: 1;
}

.section-heading {
  margin: 24px 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.section-heading h3,
.section-heading p {
  margin: 0;
}

.section-heading h3 {
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.text-button {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bloom-slate);
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
}

.category-row,
.filter-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 1px 1px 5px;
  scrollbar-width: none;
}

.category-row::-webkit-scrollbar,
.filter-row::-webkit-scrollbar {
  display: none;
}

.category-chip,
.filter-chip {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  border: 1px solid var(--bloom-panel);
  border-radius: 20px;
  background: #fff;
  color: var(--bloom-slate);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.category-chip.is-active,
.filter-chip.is-active {
  border-color: #020202;
  background: #020202;
  color: #fff;
}

.featured-offer {
  position: relative;
  min-height: 200px;
  margin-top: 20px;
  padding: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(118px, 0.95fr);
  gap: 8px;
  border-radius: 16px;
  background: #f8d7d3;
}

.featured-offer__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.featured-offer__copy h3 {
  margin: 13px 0 7px;
  font-size: 21px;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.featured-offer__copy p {
  margin: 0;
  color: var(--bloom-slate);
  font-size: 12px;
}

.featured-offer__price {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.featured-offer__price strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.featured-offer__price s {
  color: var(--bloom-slate);
  font-size: 12px;
}

.featured-offer__image {
  width: 150px;
  height: 176px;
  align-self: center;
  justify-self: end;
  object-fit: cover;
  border-radius: 48% 48% 14px 14px;
  mix-blend-mode: multiply;
}

.badge {
  min-height: 26px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 13px;
  background: #fff;
  color: #020202;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
}

.featured-offer__copy .badge {
  padding-left: 6px;
  padding-right: 6px;
  letter-spacing: 0;
}

.badge--coral {
  background: var(--coral);
  color: #fff;
}

.badge--green {
  background: color-mix(in srgb, var(--neon) 14%, var(--white));
  color: #00743a;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.offer-tile {
  position: relative;
  padding: 10px;
  min-width: 0;
  border: 1px solid var(--bloom-panel);
  border-radius: 14px;
  background: #fff;
}

.offer-tile__image-wrap {
  height: 92px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--bloom-panel);
}

.offer-tile:nth-child(2) .offer-tile__image-wrap {
  background: var(--bloom-acid);
}

.offer-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.offer-tile .favorite-button {
  position: absolute;
  top: 14px;
  right: 14px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.93);
}

.favorite-button.is-saved .icon {
  fill: currentColor;
}

.offer-tile h4,
.offer-tile p {
  margin: 0;
}

.offer-tile h4 {
  min-height: 34px;
  font-size: 13px;
  line-height: 1.25;
}

.offer-tile p {
  margin-top: 4px;
  color: var(--bloom-slate);
  font-size: 11px;
}

.tile-price {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px;
}

.tile-price strong {
  font-size: 17px;
}

.tile-price span {
  color: #00743a;
  font-size: 11px;
  font-weight: 800;
}

.bottom-nav {
  position: absolute;
  z-index: 8;
  left: 16px;
  right: 16px;
  bottom: 14px;
  min-height: 70px;
  padding: 7px 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  border: 1px solid var(--bloom-panel);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 11px 28px rgba(23, 32, 27, 0.14);
}

.bottom-nav button {
  min-width: 44px;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: var(--bloom-slate);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.bottom-nav button.is-active {
  background: #020202;
  color: #fff;
}

.bottom-nav button.is-active .icon {
  stroke: var(--neon);
}

.bottom-nav .icon {
  width: 20px;
  height: 20px;
}

.screen-header {
  margin-top: 5px;
}

.screen-header__topline {
  min-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.screen-title {
  margin: 15px 0 7px;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.screen-subtitle {
  margin: 0 0 18px;
  color: var(--bloom-slate);
  font-size: 12px;
  line-height: 1.4;
}

.round-button,
.filter-button,
.compact-button {
  border: 1px solid var(--bloom-panel);
  border-radius: 50%;
  background: #fff;
}

.round-button .icon,
.filter-button .icon,
.compact-button .icon {
  width: 19px;
  height: 19px;
}

.filter-button {
  min-width: auto;
  padding: 0 12px;
  display: inline-flex;
  gap: 7px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
}

.search-page .search-control {
  margin: 12px 0;
}

.results-summary {
  margin: 16px 0 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--bloom-slate);
  font-size: 12px;
}

.results-summary strong {
  color: var(--ink);
}

.result-list {
  display: grid;
  gap: 10px;
}

.result-card {
  position: relative;
  min-height: 132px;
  padding: 11px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 13px;
  border: 1px solid var(--bloom-panel);
  border-radius: 14px;
  background: #fff;
}

.result-card img {
  width: 104px;
  height: 108px;
  object-fit: cover;
  border-radius: 10px;
}

.result-card__body {
  min-width: 0;
  padding: 2px 34px 0 0;
}

.result-card h3,
.result-card p {
  margin: 0;
}

.result-card h3 {
  margin: 7px 0 4px;
  font-size: 14px;
  line-height: 1.15;
}

.result-card p {
  color: var(--bloom-slate);
  font-size: 11px;
}

.result-price {
  margin-top: 12px;
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.result-price strong {
  font-size: 20px;
}

.result-price span {
  color: #00743a;
  font-size: 11px;
  font-weight: 800;
}

.result-card .favorite-button {
  position: absolute;
  top: 8px;
  right: 7px;
}

.filter-panel {
  margin: 12px 0;
  padding: 15px;
  border: 1px solid var(--bloom-panel);
  border-radius: 14px;
  background: var(--bloom-panel);
}

.filter-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-panel h3 {
  margin: 0;
  font-size: 15px;
}

.filter-panel p {
  margin: 13px 0 8px;
  color: var(--bloom-slate);
  font-size: 11px;
  font-weight: 700;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-options button {
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid var(--bloom-panel);
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 11px;
}

.filter-options button.is-selected {
  border-color: #020202;
  background: #020202;
  color: #fff;
}

.detail-page .app-body {
  padding: 5px 18px 122px;
}

.detail-toolbar {
  position: relative;
  z-index: 3;
}

.detail-image-stage {
  position: relative;
  height: 262px;
  margin: 1px 0 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: color-mix(in srgb, var(--neon) 14%, var(--white));
}

.detail-image-stage::before {
  content: "";
  position: absolute;
  width: 192px;
  height: 192px;
  border: 1.5px dashed color-mix(in srgb, var(--bloom-slate) 42%, transparent);
  border-radius: 50%;
}

.detail-image-stage img {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.product-title {
  margin: 10px 0 5px;
  font-size: 25px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.product-meta {
  margin: 0;
  color: var(--bloom-slate);
  font-size: 12px;
}

.price-truth {
  margin-top: 17px;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 14px;
  border: 1px solid var(--bloom-panel);
  border-radius: 14px;
  background: #fff;
}

.price-truth__item span {
  display: block;
  margin-bottom: 4px;
  color: var(--bloom-slate);
  font-size: 11px;
}

.price-truth__item strong {
  font-size: 20px;
  letter-spacing: -0.035em;
}

.price-truth__item--effective {
  grid-column: 1 / -1;
  padding-top: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--bloom-panel);
}

.price-truth__item--effective span {
  margin: 0;
  color: #00743a;
  font-weight: 700;
}

.price-truth__item--effective strong {
  color: #00743a;
  font-size: 24px;
}

.offer-facts {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.offer-facts li {
  min-height: 50px;
  padding: 8px 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--bloom-panel);
  font-size: 12px;
  line-height: 1.35;
}

.offer-facts .icon {
  width: 19px;
  height: 19px;
  color: var(--bloom-slate);
}

.offer-facts strong {
  display: block;
}

.offer-facts span {
  color: var(--bloom-slate);
  font-size: 11px;
}

.detail-actions {
  position: absolute;
  z-index: 8;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 8px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 8px;
  background: rgba(250, 250, 250, 0.96);
  border: 1px solid var(--bloom-panel);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(25, 34, 29, 0.15);
}

.primary-button {
  min-height: 50px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 13px;
  background: var(--coral);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}

.detail-actions .favorite-button {
  border: 1px solid var(--bloom-panel);
  border-radius: 13px;
  background: #fff;
}

.catalogue-feature {
  position: relative;
  height: 236px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--ink);
  color: #fff;
}

.catalogue-feature img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.55;
}

.catalogue-feature__copy {
  position: absolute;
  inset: auto 16px 16px;
}

.catalogue-feature__copy h3,
.catalogue-feature__copy p {
  margin: 0;
}

.catalogue-feature__copy h3 {
  margin: 9px 0 6px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.catalogue-feature__copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.retailer-list {
  display: grid;
  gap: 8px;
}

.retailer-row {
  min-height: 67px;
  padding: 9px 4px 9px 9px;
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr) 44px;
  gap: 11px;
  align-items: center;
  border-bottom: 1px solid var(--bloom-panel);
}

.retailer-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: color-mix(in srgb, var(--neon) 14%, var(--white));
  color: #00743a;
  font-size: 12px;
  font-weight: 800;
}

.retailer-row:nth-child(2) .retailer-logo {
  background: var(--bloom-acid);
  color: var(--ink);
}

.retailer-row:nth-child(3) .retailer-logo {
  background: #f8d7d3;
  color: var(--ink);
}

.retailer-copy h4,
.retailer-copy p {
  margin: 0;
}

.retailer-copy h4 {
  font-size: 13px;
}

.retailer-copy p {
  margin-top: 4px;
  color: var(--bloom-slate);
  font-size: 11px;
}

.retailer-row .compact-button {
  border: 0;
  background: transparent;
}

.saved-tabs {
  margin: 15px 0 17px;
  padding: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 13px;
  background: var(--bloom-panel);
}

.saved-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.saved-tabs button.is-active {
  background: #fff;
  box-shadow: 0 2px 7px rgba(31, 42, 36, 0.09);
}

.saved-offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.alert-section {
  margin-top: 21px;
}

.alert-section__head {
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alert-section__head h3 {
  margin: 0;
  font-size: 17px;
}

.alert-list {
  display: grid;
}

.alert-row {
  min-height: 68px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 48px;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--bloom-panel);
}

.alert-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--neon) 14%, var(--white));
  color: #00743a;
}

.alert-icon .icon {
  width: 18px;
  height: 18px;
}

.alert-copy h4,
.alert-copy p {
  margin: 0;
}

.alert-copy h4 {
  font-size: 13px;
}

.alert-copy p {
  margin-top: 3px;
  color: var(--bloom-slate);
  font-size: 11px;
}

.toggle {
  position: relative;
  width: 46px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--bloom-panel);
  border-radius: 14px;
  background: var(--bloom-panel);
  cursor: pointer;
}

.toggle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  transition: transform 160ms ease;
}

.toggle[aria-checked="true"] {
  border-color: #00a954;
  background: #00ed76;
}

.toggle[aria-checked="true"]::after {
  transform: translateX(18px);
}

.proof-note {
  margin: 14px 0 0;
  padding: 11px 12px;
  display: flex;
  gap: 9px;
  align-items: flex-start;
  border-radius: 12px;
  background: color-mix(in srgb, var(--neon) 14%, var(--white));
  color: #00743a;
  font-size: 11px;
  line-height: 1.35;
}

.proof-note .icon {
  width: 17px;
  height: 17px;
}

/* Bloom reference refinement: airy instruments, floating circles, and bright product slabs. */
.bloom-only {
  display: none;
}

.phone-shell--bloom {
  background: var(--bloom-panel);
}

.phone-shell--bloom::before {
  width: 244px;
  height: 244px;
  top: 24px;
  right: -76px;
  border-color: color-mix(in srgb, var(--bloom-slate) 48%, transparent);
  border-style: dashed;
}

.phone-shell--bloom::after {
  width: 84px;
  height: 84px;
  bottom: 62px;
  left: 28px;
  background: var(--coral);
}

.phone--bloom .app-title,
.phone--bloom .screen-title,
.phone--bloom .product-title,
.phone--bloom .catalogue-title {
  text-wrap: balance;
}

.phone--bloom .screen-subtitle,
.phone--bloom .product-meta,
.phone--bloom .offer-tile p,
.phone--bloom .result-card p,
.phone--bloom .retailer-copy p,
.phone--bloom .alert-copy p,
.phone--bloom .results-summary,
.phone--bloom .text-button {
  color: var(--bloom-slate);
}

.phone--bloom .phone-scroll {
  scrollbar-width: none;
}

.phone--bloom .phone-scroll::-webkit-scrollbar {
  display: none;
}

.phone--bloom .search-control {
  border: 0;
  border-radius: 26px;
  box-shadow: 0 7px 17px rgba(31, 44, 37, 0.06);
}

.phone--bloom .category-row {
  gap: 10px;
  align-items: center;
  padding: 9px 1px 7px;
}

.phone--bloom .category-chip {
  width: 66px;
  min-width: 66px;
  min-height: 84px;
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--bloom-slate);
  font-size: 11px;
}

.phone--bloom .category-chip.is-active {
  border: 0;
  background: transparent;
  color: #020202;
}

.phone--bloom .category-orb {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--bloom-slate) 15%, transparent);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 17px rgba(31, 44, 37, 0.06);
  overflow: hidden;
}

.phone--bloom .category-orb img {
  width: 88%;
  height: 88%;
  display: block;
  object-fit: contain;
}

.phone--bloom .category-chip.is-active .category-orb {
  width: 64px;
  height: 64px;
  border: 2px solid var(--coral);
}

.phone--bloom .featured-offer {
  min-height: 232px;
  margin: 18px 3px 0;
  padding: 18px;
  border-radius: 14px;
  background: #f8d7d3;
  box-shadow: 0 11px 28px rgba(23, 32, 27, 0.14);
  transform: rotate(-1.2deg);
}

.phone--bloom .featured-offer::after {
  content: "";
  position: absolute;
  width: 138px;
  height: 138px;
  right: -28px;
  bottom: -44px;
  border: 1.5px dashed color-mix(in srgb, var(--coral) 55%, transparent);
  border-radius: 50%;
}

.phone--bloom .featured-offer__copy,
.phone--bloom .featured-offer__image {
  transform: rotate(1.2deg);
}

.phone--bloom .featured-offer__copy {
  z-index: 2;
}

.phone--bloom .featured-offer__copy h3 {
  margin-top: 10px;
}

.phone--bloom .featured-offer__copy p {
  color: color-mix(in srgb, var(--coral) 24%, #020202);
}

.phone--bloom .featured-offer__price {
  margin-top: 12px;
}

.phone--bloom .featured-offer__image {
  position: relative;
  z-index: 1;
  width: 146px;
  height: 178px;
  border-radius: 50% 50% 14px 14px;
}

.phone--bloom .featured-offer .text-button {
  min-height: 44px;
  color: #020202;
  text-decoration: underline;
  text-decoration-color: var(--coral);
  text-underline-offset: 4px;
}

.phone--bloom .bloom-meter {
  width: 82px;
  display: grid;
  justify-items: center;
  color: var(--bloom-slate);
}

.phone--bloom .bloom-meter svg {
  width: 82px;
  height: 40px;
  overflow: visible;
}

.phone--bloom .bloom-meter path {
  fill: none;
  stroke-linecap: round;
}

.phone--bloom .bloom-meter__ticks {
  stroke: color-mix(in srgb, var(--bloom-slate) 56%, transparent);
  stroke-width: 3;
  stroke-dasharray: 1 5;
}

.phone--bloom .bloom-meter__value {
  stroke: var(--neon);
  stroke-width: 3.5;
  stroke-dasharray: 78 100;
}

.phone--bloom .bloom-meter circle {
  fill: var(--neon);
}

.phone--bloom .bloom-meter--coral .bloom-meter__value {
  stroke: var(--coral);
  stroke-dasharray: 68 100;
}

.phone--bloom .bloom-meter--coral circle {
  fill: var(--coral);
}

.phone--bloom .bloom-meter span {
  margin-top: -3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.phone--bloom .featured-offer .bloom-meter {
  margin-top: 5px;
}

.phone--bloom .offer-grid,
.phone--bloom .saved-offers {
  gap: 0;
  padding: 8px 3px 13px;
}

.phone--bloom .offer-tile {
  min-height: 244px;
  padding: 11px;
  border: 0;
  background: color-mix(in srgb, var(--coral) 18%, #fff);
  box-shadow: 0 7px 17px rgba(31, 44, 37, 0.06);
  transform: rotate(-1.8deg);
}

.phone--bloom .offer-tile:nth-child(2) {
  z-index: 2;
  margin-left: -7px;
  background: var(--bloom-acid);
  transform: rotate(2.4deg);
}

.phone--bloom .offer-tile__image-wrap,
.phone--bloom .offer-tile:nth-child(2) .offer-tile__image-wrap {
  height: 100px;
  margin: 1px 10px 10px;
  border-radius: 50%;
  background: color-mix(in srgb, #fff 64%, transparent);
}

.phone--bloom .offer-tile .favorite-button {
  top: 12px;
  right: 12px;
  min-width: 44px;
  min-height: 44px;
  background: #fff;
}

.phone--bloom .offer-tile h4 {
  min-height: 33px;
}

.phone--bloom .offer-tile .bloom-meter {
  width: 100%;
  margin-top: 5px;
}

.phone--bloom .offer-tile .bloom-meter svg {
  width: 76px;
}

.phone--bloom .tile-price strong,
.phone--bloom .result-price strong,
.phone--bloom .featured-offer__price strong,
.phone--bloom .price-truth strong,
.phone--bloom .bloom-detail-readout strong {
  font-variant-numeric: tabular-nums;
}

.phone--bloom .result-card {
  min-height: 154px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 7px 17px rgba(31, 44, 37, 0.06);
}

.phone--bloom .result-card:nth-child(2) {
  background: color-mix(in srgb, var(--coral) 9%, #fff);
}

.phone--bloom .result-card img {
  border-radius: 50%;
}

.phone--bloom .result-card .bloom-meter {
  width: 76px;
  margin-top: 4px;
}

.phone--bloom .result-card .bloom-meter svg {
  width: 74px;
  height: 35px;
}

.phone--bloom .filter-button {
  width: 44px;
  padding: 0;
  border-radius: 50%;
}

.phone--bloom .filter-button span {
  display: none;
}

.phone--bloom .filter-chip.is-active,
.phone--bloom .filter-options button.is-selected {
  border-color: var(--coral);
  background: var(--coral);
  color: #fff;
}

.phone--bloom .filter-chip,
.phone--bloom .filter-options button,
.phone--bloom .saved-tabs button {
  min-height: 44px;
}

.phone--bloom .bottom-nav {
  left: 26px;
  right: 26px;
  bottom: 18px;
  min-height: 54px;
  padding: 0;
  grid-template-columns: repeat(5, 48px);
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.phone--bloom .bottom-nav button {
  position: relative;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  gap: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--bloom-slate);
  box-shadow: 0 7px 17px rgba(31, 44, 37, 0.06);
}

.phone--bloom .bottom-nav button > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.phone--bloom .bottom-nav button.is-active {
  border: 0;
  background: #fff;
  color: #00a954;
}

.phone--bloom .bottom-nav button.is-active .icon {
  stroke: #00a954;
}

.phone--bloom .bottom-nav .bloom-nav-focus {
  width: 54px;
  min-width: 54px;
  min-height: 54px;
  display: flex;
  justify-self: center;
  transform: translateY(-4px);
  background: var(--neon);
  color: #020202;
  box-shadow: 0 7px 17px rgba(31, 44, 37, 0.06);
}

.phone--bloom .bottom-nav .bloom-nav-focus .icon {
  width: 21px;
  height: 21px;
}

.phone--bloom .detail-image-stage {
  height: 312px;
  margin: 0 0 20px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.phone--bloom .detail-image-stage::before {
  width: 226px;
  height: 226px;
  top: 8px;
  border-color: color-mix(in srgb, var(--bloom-slate) 42%, transparent);
}

.phone--bloom .detail-image-stage img {
  position: absolute;
  top: 9px;
  width: 218px;
  height: 218px;
  border-radius: 50%;
}

.phone--bloom .bloom-detail-readout {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 112px;
  padding: 28px 22px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50% 50% 16px 16px / 38px 38px 16px 16px;
  background: var(--bloom-panel);
}

.phone--bloom .bloom-detail-readout > div:first-child span,
.phone--bloom .bloom-detail-readout > div:first-child strong {
  display: block;
}

.phone--bloom .bloom-detail-readout > div:first-child span {
  margin-bottom: 5px;
  color: var(--bloom-slate);
  font-size: 11px;
}

.phone--bloom .bloom-detail-readout > div:first-child strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.phone--bloom .price-truth {
  border: 0;
  background: #fff;
  box-shadow: 0 7px 17px rgba(31, 44, 37, 0.06);
}

.phone--bloom .price-truth__item--effective span,
.phone--bloom .price-truth__item--effective strong {
  color: #00743a;
}

.phone--bloom .catalogue-feature {
  background: var(--bloom-acid);
  color: #020202;
  box-shadow: 0 11px 28px rgba(23, 32, 27, 0.14);
  transform: rotate(1deg);
}

.phone--bloom .catalogue-feature::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 172px;
  top: -54px;
  right: -42px;
  border: 1.5px dashed color-mix(in srgb, var(--bloom-slate) 58%, transparent);
  border-radius: 50%;
}

.phone--bloom .catalogue-feature img {
  opacity: 0.34;
  mix-blend-mode: multiply;
}

.phone--bloom .catalogue-feature__copy {
  z-index: 2;
  transform: rotate(-1deg);
}

.phone--bloom .catalogue-feature__copy p {
  color: color-mix(in srgb, #020202 74%, transparent);
}

.phone--bloom .retailer-logo {
  border-radius: 50%;
}

.phone--bloom .retailer-row:nth-child(2) .retailer-logo {
  background: var(--bloom-acid);
  color: #020202;
}

.phone--bloom .retailer-row:nth-child(3) .retailer-logo {
  background: #f8d7d3;
  color: var(--ink);
}

.phone--bloom .saved-tabs {
  border-radius: 24px;
  background: var(--bloom-panel);
}

.phone--bloom .saved-tabs button {
  border-radius: 20px;
}

.phone--bloom .alert-icon {
  background: var(--bloom-acid);
  color: #020202;
}

.phone--bloom .proof-note {
  background: color-mix(in srgb, var(--neon) 14%, #fff);
  color: #00743a;
}

@media (hover: hover) {
  .phone--bloom .category-chip:hover .category-orb,
  .phone--bloom .bottom-nav button:hover,
  .phone--bloom .round-button:hover,
  .phone--bloom .filter-button:hover,
  .phone--bloom .favorite-button:hover {
    transform: translateY(-2px);
  }

  .phone--bloom .featured-offer .text-button:hover {
    color: var(--coral);
  }

  .phone--bloom .bottom-nav .bloom-nav-focus:hover {
    transform: translateY(-6px);
  }
}

.decision-notes {
  margin: 70px 0 84px;
  padding: 34px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: 70px;
  border-top: 1px solid var(--line);
}

.decision-notes h2,
.decision-notes p {
  margin: 0;
}

.decision-notes h2 {
  font-size: 31px;
  letter-spacing: -0.04em;
}

.decision-notes p {
  margin-top: 11px;
  max-width: 470px;
  color: var(--muted);
  line-height: 1.55;
}

.decision-notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}

.decision-notes li {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
}

.decision-notes li span {
  color: var(--bloom-slate);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.toast {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: 24px;
  max-width: calc(100% - 32px);
  padding: 12px 17px;
  transform: translate(-50%, 20px);
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  font-size: 13px;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1080px) {
  .page-header {
    grid-template-columns: 150px 1fr;
    gap: 28px;
  }

  .demo-note {
    grid-column: 2;
    margin-top: -12px;
  }

  .control-dock {
    align-items: stretch;
    flex-direction: column;
  }

  .view-switch {
    align-self: flex-start;
  }

  .screen-switch {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .screen-switch::-webkit-scrollbar {
    display: none;
  }

  .screen-button {
    flex: none;
  }
}

@media (max-width: 900px) {
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .design-column {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .decision-notes {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 660px) {
  .page-header,
  main {
    width: min(100% - 24px, 1240px);
  }

  .page-header {
    min-height: auto;
    padding: 25px 0 28px;
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .header-copy h1 {
    margin-top: 0;
    font-size: clamp(44px, 15vw, 66px);
  }

  .header-copy p {
    font-size: 15px;
  }

  .demo-note {
    grid-column: 1;
    margin-top: 0;
  }

  .control-dock {
    top: 6px;
    margin: 12px 0 26px;
    border-radius: 13px;
  }

  .view-switch {
    width: 100%;
  }

  .view-button {
    flex: 1;
  }

  .screen-button {
    min-width: 0;
    flex: 1 1 0;
    padding: 0 3px;
    justify-content: center;
    font-size: 11px;
  }

  .screen-switch {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    overflow: visible;
  }

  .screen-button .icon {
    display: none;
  }

  .design-label {
    padding-left: 3px;
    padding-right: 3px;
  }

  .phone-shell {
    min-height: auto;
    padding: 34px 0 44px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 0;
  }

  .phone {
    width: min(370px, calc(100% - 22px));
    height: 812px;
  }

  .decision-notes {
    margin: 52px 0 58px;
  }

  .decision-notes ul {
    grid-template-columns: 1fr;
  }
}

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