:root {
  --wc-product-copper: #b85c38;
  --wc-product-copper-strong: #9f4d2f;
  --wc-product-copper-soft: #f8e1d3;
  --wc-product-amber: #b85c38;
  --wc-product-ink: #2a2520;
  --wc-product-body: #5a534c;
  --wc-product-muted: #8b8279;
  --wc-product-bg: #faf8f6;
  --wc-product-soft: #f4efe9;
  --wc-product-card: #ffffff;
  --wc-product-border: #e8e3dd;
  --wc-product-sage: #6b9080;
  --wc-product-blue: #4a7c8a;
  --wc-product-rose: #c96b7a;
  --wc-product-shadow: 0 18px 48px rgba(42, 37, 32, 0.1);
}

.product-page {
  background: #faf9f7;
  color: var(--wc-product-body);
}

.product-page--canvas,
.product-page--tools,
.product-page--pricing,
.product-page--security,
.product-page--billing-terms {
  background: #faf9f7;
}

.product-page .header {
  background: rgba(250, 248, 246, 0.92);
}

.product-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 72px;
  text-align: center;
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: auto 50% 8% auto;
  width: min(720px, 86vw);
  height: 260px;
  transform: translateX(50%);
  border-radius: 999px;
  background: rgba(184, 92, 56, 0.08);
  filter: blur(40px);
  pointer-events: none;
}

.product-hero__inner {
  position: relative;
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
}

.product-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(184, 92, 56, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--wc-product-copper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-hero h1 {
  max-width: 820px;
  margin: 0 auto;
  color: var(--wc-product-ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.4rem, 8vw, 7.1rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.product-hero h1 span {
  color: var(--wc-product-copper);
}

.product-hero__copy {
  max-width: 690px;
  margin: 24px auto 0;
  color: var(--wc-product-body);
  font-size: clamp(1.02rem, 2.5vw, 1.24rem);
  line-height: 1.65;
}

.product-pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.product-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(232, 227, 221, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--wc-product-ink);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(42, 37, 32, 0.06);
}

.product-section {
  padding: 72px 0;
}

.product-section--bordered {
  border-top: 1px solid rgba(232, 227, 221, 0.78);
}

.product-section--soft {
  background: rgba(244, 239, 233, 0.58);
  border-block: 1px solid rgba(232, 227, 221, 0.7);
}

.product-page--canvas .product-section--soft {
  padding-top: 36px;
}

.product-section__head {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto 34px;
  text-align: center;
}

.product-section__head h2 {
  margin: 0;
  color: var(--wc-product-ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 400;
  line-height: 0.95;
}

.product-section__head p {
  margin: 16px auto 0;
  max-width: 640px;
  font-size: 1.03rem;
  line-height: 1.7;
}

.product-section__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.product-section__inner--narrow {
  width: min(820px, calc(100% - 48px));
}

.product-section__inner--narrow h2 {
  margin: 34px 0 12px;
  color: var(--wc-product-ink);
  font-size: 1.3rem;
}

.product-section__inner--narrow h2:first-child {
  margin-top: 0;
}

.product-section__inner--narrow p,
.product-section__inner--narrow li {
  font-size: 1rem;
  line-height: 1.75;
}

.product-grid {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.product-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(232, 227, 221, 0.9);
  border-radius: 28px;
  background: var(--wc-product-card);
  box-shadow: 0 12px 34px rgba(42, 37, 32, 0.07);
}

.product-card h2 {
  margin: 0 0 12px;
  color: var(--wc-product-ink);
  font-size: 1.2rem;
}

.product-card p {
  margin: 0;
  line-height: 1.7;
}

.product-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-check-list li {
  position: relative;
  padding-left: 28px;
}

.product-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--wc-product-copper);
}

.tools-grid {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.tool-card {
  overflow: hidden;
  border: 1px solid rgba(232, 227, 221, 0.9);
  border-radius: 28px;
  background: var(--wc-product-card);
  box-shadow: 0 12px 34px rgba(42, 37, 32, 0.07);
}

.tool-card__body {
  padding: 24px;
}

.tool-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.tool-card__icon,
.canvas-icon {
  display: inline-grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 18px;
  background: var(--wc-product-copper-soft);
  color: var(--wc-product-amber);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(184, 92, 56, 0.14);
}

.tool-card h3 {
  margin: 0;
  color: var(--wc-product-ink);
  font-size: 1.28rem;
}

.tool-card p {
  margin: 8px 0 0;
  color: var(--wc-product-body);
  line-height: 1.65;
}

.tool-demo {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-top: 1px solid var(--wc-product-border);
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.tool-demo__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(232, 227, 221, 0.78);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}

.tool-demo__main {
  min-width: 0;
}

.tool-demo__main strong {
  display: block;
  color: var(--wc-product-ink);
  font-size: 0.95rem;
}

.tool-demo__main span {
  display: block;
  color: var(--wc-product-muted);
  font-size: 0.8rem;
}

.tool-demo__metric {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--wc-product-soft);
  color: var(--wc-product-copper);
  font-size: 0.78rem;
  font-weight: 800;
}

.canvas-showcase {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.canvas-tabs {
  display: grid;
  gap: 10px;
}

.canvas-tab {
  width: 100%;
  min-height: 72px;
  padding: 14px;
  border: 1px solid rgba(232, 227, 221, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--wc-product-body);
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.canvas-tab:hover,
.canvas-tab.is-active {
  transform: translateY(-1px);
  border-color: rgba(184, 92, 56, 0.35);
  box-shadow: 0 12px 30px rgba(42, 37, 32, 0.08);
}

.canvas-tab strong {
  display: block;
  color: var(--wc-product-ink);
  font-size: 1rem;
}

.canvas-tab span {
  display: block;
  margin-top: 3px;
  font-size: 0.83rem;
}

.canvas-demo {
  display: none;
}

.canvas-demo.is-active {
  display: block;
}

.canvas-window {
  overflow: hidden;
  border: 1px solid rgba(232, 227, 221, 0.95);
  border-radius: 34px;
  background: var(--wc-product-card);
  box-shadow: var(--wc-product-shadow);
}

.canvas-window__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--wc-product-border);
  background: rgba(255, 255, 255, 0.86);
}

.canvas-window__identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.canvas-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.canvas-title strong {
  display: block;
  color: var(--wc-product-ink);
  font-size: 1.1rem;
}

.canvas-title span {
  color: var(--wc-product-muted);
  font-size: 0.9rem;
}

.canvas-members {
  display: flex;
}

.canvas-members span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--wc-product-amber);
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
}

.canvas-body {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 560px;
}

.canvas-sidebar {
  padding: 22px;
  border-right: 1px solid var(--wc-product-border);
  background: #fffaf5;
}

.canvas-sidebar h3,
.canvas-feed h3 {
  margin: 0 0 16px;
  color: var(--wc-product-ink);
  font-size: 1rem;
}

.canvas-tool-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.canvas-tool-pill {
  display: flex;
  min-width: 0;
  min-height: 88px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(232, 227, 221, 0.9);
  border-radius: 16px;
  background: #fff;
  color: var(--wc-product-ink);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.12;
  overflow-wrap: anywhere;
  box-shadow: 0 8px 20px rgba(42, 37, 32, 0.06);
}

.canvas-tool-pill span:first-child {
  display: grid;
  width: 34px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  background: #fff4df;
  color: var(--wc-product-copper);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.canvas-stats {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--wc-product-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
}

.canvas-stats--top {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.canvas-stat {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--wc-product-muted);
  font-size: 0.9rem;
}

.canvas-stats--top .canvas-stat {
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid rgba(232, 227, 221, 0.9);
  border-radius: 16px;
  background: #fff;
}

.canvas-stat strong {
  color: var(--wc-product-ink);
}

.canvas-feed {
  padding: 24px;
}

.canvas-post {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.canvas-avatar {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 999px;
  background: var(--wc-product-amber);
  color: white;
  font-weight: 800;
}

.canvas-post__bubble {
  padding: 16px;
  border: 1px solid rgba(232, 227, 221, 0.78);
  border-radius: 20px;
  background: #fff;
}

.canvas-post__meta {
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: var(--wc-product-muted);
  font-size: 0.85rem;
}

.canvas-post__meta strong {
  color: var(--wc-product-ink);
  font-size: 0.98rem;
}

.canvas-post p {
  margin: 7px 0 0;
  line-height: 1.55;
}

.canvas-photo-placeholder {
  height: 160px;
  margin-top: 12px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(184, 92, 56, 0.18), rgba(107, 144, 128, 0.14)),
    #efe7ff;
}

.product-cta-band {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, var(--wc-product-copper), #d56d33);
  color: white;
  padding: 58px 32px;
  text-align: center;
}

.product-cta-band h2 {
  max-width: 720px;
  margin: 0 auto;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: 0.95;
}

.product-cta-band p {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.04rem;
}

.product-cta-band .btn {
  margin-top: 28px;
  background: #fff;
  color: var(--wc-product-copper);
}

.tool-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.product-page .footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.6);
  padding: 48px 0 32px;
}

.product-page .footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.product-page .footer__brand {
  display: flex;
  max-width: 360px;
  flex-direction: column;
  gap: 4px;
}

.product-page .footer__wordmark {
  color: var(--white);
  font-family: "Cormorant", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.product-page .footer__tagline {
  margin-top: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.product-page .footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.product-page .footer__link {
  color: inherit;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.product-page .footer__link:hover {
  color: var(--white);
}

.product-page .footer__copy {
  width: 100%;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  text-align: center;
}

.product-page--tools {
  background: #faf9f7;
}

.product-page--pricing {
  background: #faf9f7;
}

.tool-hero {
  padding: 92px 0 58px;
  text-align: center;
}

.tool-hero__inner {
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
}

.tool-hero h1 {
  max-width: 880px;
  margin: 0 auto;
  color: var(--wc-product-ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.4rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.92;
}

.tool-hero h1 span {
  color: var(--wc-product-copper);
}

.tool-hero__copy {
  max-width: 720px;
  margin: 22px auto 0;
  color: var(--wc-product-body);
  font-size: clamp(1.03rem, 2.4vw, 1.22rem);
  line-height: 1.65;
}

.tool-hero__rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.tool-hero__rail span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(184, 92, 56, 0.22);
  border-radius: 999px;
  background: #fff7f2;
  color: var(--wc-product-copper-strong);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(184, 92, 56, 0.11);
}

.tool-story {
  width: min(1360px, calc(100% - 48px));
  min-height: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  padding: 58px 0;
}

.tool-carousel {
  display: contents;
}

.tool-carousel__hint {
  display: none;
}

.tool-story--reverse {
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 0.95fr);
}

.tool-story__copy h2 {
  margin: 0;
  color: var(--wc-product-ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.1rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 0.94;
}

.tool-story__copy p {
  max-width: 670px;
  margin: 26px 0 0;
  color: #665e56;
  font-size: clamp(1.2rem, 2.2vw, 1.62rem);
  line-height: 1.56;
}

.tool-check-list {
  display: grid;
  gap: 18px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.tool-check-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #665e56;
  font-size: clamp(1.02rem, 2vw, 1.35rem);
  line-height: 1.35;
}

.tool-check-list span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--wc-product-sage);
  color: #fff;
}

.tool-check-list svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tool-device-wrap {
  justify-self: center;
  width: min(100%, 460px);
  padding: 18px;
  border-radius: 38px;
}

.tool-device-wrap--mint { background: #eaf7ef; }
.tool-device-wrap--blue { background: #eaf7fb; }
.tool-device-wrap--rose { background: #ffe9ed; }
.tool-device-wrap--periwinkle { background: #eef2ff; }
.tool-device-wrap--lavender { background: #f5eafa; }
.tool-device-wrap--cream { background: #fff4dc; }
.tool-device-wrap--peach { background: #fff0e8; }

.tool-device {
  overflow: hidden;
  width: 100%;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  border: 1.5px solid #d9d3ca;
  border-radius: 28px;
  background: #fff;
  color: var(--wc-product-ink);
  box-shadow: 0 24px 48px rgba(42, 37, 32, 0.08);
}

.tool-device__header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px;
  border-bottom: 1px solid #ded8cf;
  background: rgba(255, 255, 255, 0.94);
}

.tool-device__header--stacked {
  min-height: 92px;
}

.tool-device__title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--wc-product-ink);
  font-size: 1.35rem;
  line-height: 1.1;
}

.tool-device__title svg,
.tool-device__footer svg,
.notification-footer svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--wc-product-copper);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tool-device__title strong {
  min-width: 0;
  font-size: inherit;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.tool-device__body {
  flex: 1;
  padding: 22px;
}

.tool-section-label {
  margin: 0 0 14px;
  color: #6f675f;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tool-device__footer {
  padding: 16px;
  border-top: 1px solid #ded8cf;
  background: rgba(255, 255, 255, 0.95);
}

.tool-device__footer button {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 14px;
  background: #b85c2d;
  color: white;
  font: 800 1.12rem/1 "DM Sans", sans-serif;
}

.tool-chip,
.tool-muted-pill,
.tool-inline-action,
.tool-more {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: #f7eee9;
  color: var(--wc-product-copper);
  font: 800 0.92rem/1 "DM Sans", sans-serif;
}

.tool-chip,
.tool-inline-action {
  min-height: 38px;
  padding: 0 16px;
}

.tool-muted-pill {
  padding: 9px 13px;
  color: #6f675f;
  background: #efedea;
}

.tool-more {
  background: transparent;
  color: #302923;
  font-size: 1.4rem;
}

.tool-segment {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px;
  border-radius: 999px;
  background: #efedea;
}

.tool-segment span {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  color: #3e3832;
}

.tool-segment .is-active {
  background: #b85c2d;
  color: #fff;
}

.places-map {
  height: 190px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #ded8cf;
  background: linear-gradient(135deg, #d4ffe0 0%, #d6ebff 100%);
}

.places-map span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: #b85c2d;
  color: #fff;
  box-shadow: 0 14px 26px rgba(184, 92, 45, 0.35);
}

.places-map svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.place-row,
.album-row,
.link-row,
.expense-row {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  margin-bottom: 12px;
  padding: 14px 18px;
  border: 1px solid #ebe6df;
  border-radius: 22px;
  background: #fff;
}

.place-row > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  background: #f4f0ec;
  color: var(--wc-product-copper);
}

.place-row svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
}

.place-row div,
.album-row div,
.link-row div,
.expense-row div {
  min-width: 0;
  flex: 1;
}

.place-row strong,
.album-row strong,
.link-row strong,
.expense-row strong,
.event-row strong,
.voice-row strong,
.todo-row p,
.notification-row strong {
  display: block;
  color: var(--wc-product-ink);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.22;
}

.place-row small,
.album-row small,
.link-row small,
.expense-row small,
.event-row small,
.voice-row small,
.notification-row small {
  display: block;
  margin-top: 4px;
  color: #746b63;
  font-size: 0.88rem;
  line-height: 1.25;
}

.place-row em {
  color: var(--wc-product-copper);
  font-style: normal;
  font-weight: 800;
}

.place-row b {
  width: 23px;
  height: 20px;
  display: block;
  background: #b85c2d;
  clip-path: polygon(50% 100%, 6% 52%, 7% 18%, 33% 0, 50% 15%, 67% 0, 93% 18%, 94% 52%);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.photo-grid span {
  aspect-ratio: 1;
  border-radius: 14px;
  background: linear-gradient(135deg, #75b8ff, #3284fb);
}

.photo-grid span:nth-child(2n),
.photo-grid span:nth-child(5) {
  background: linear-gradient(135deg, #70ee9d, #10c968);
}

.photo-grid span:nth-child(3n) {
  background: linear-gradient(135deg, #d197ff, #aa67f3);
}

.album-row span {
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
  border-radius: 15px;
  background: linear-gradient(135deg, #d7eee3, #6b9080);
}

.album-row:nth-of-type(2) span {
  background: linear-gradient(135deg, #f8e1d3, #b85c38);
}

.album-row i {
  color: #6f675f;
  font-style: normal;
  font-size: 2rem;
}

.storage-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 18px 22px;
  border-top: 1px solid #ded8cf;
  color: #665e56;
}

.storage-footer strong {
  color: var(--wc-product-ink);
}

.storage-footer div {
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #ede9e4;
}

.storage-footer b {
  display: block;
  width: 48%;
  height: 100%;
  border-radius: inherit;
  background: #b85c2d;
}

.voice-row {
  position: relative;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) auto;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid #ebe6df;
  border-radius: 22px;
  background: #fff;
}

.voice-row > span,
.event-row span,
.todo-row b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: #f2f0ed;
  color: #2f2924;
  font-weight: 800;
}

.voice-row i {
  align-self: start;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f2f0ed;
  color: #302923;
  font-style: normal;
  font-weight: 800;
}

.voice-row em {
  display: block;
  margin-top: 10px;
  color: #746b63;
  font-size: 0.86rem;
}

.voice-wave {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.voice-wave::before {
  content: "";
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #b85c2d;
  box-shadow: inset 0 0 0 13px #b85c2d;
}

.voice-wave b {
  display: block;
  width: 5px;
  height: 18px;
  border-radius: 99px;
  background: #eed4c6;
}

.voice-wave b:nth-child(2n) { height: 25px; }
.voice-wave b:nth-child(3n) { height: 12px; }
.voice-wave b:nth-child(4n) { height: 30px; }

.month-switch {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  color: var(--wc-product-ink);
}

.month-switch span {
  font-size: 2rem;
  line-height: 0.8;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px 6px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ded8cf;
  margin-bottom: 22px;
}

.calendar-grid b,
.calendar-grid span {
  min-height: 34px;
  display: grid;
  place-items: center;
  position: relative;
  color: #302923;
  font-size: 1.02rem;
}

.calendar-grid b {
  color: #665e56;
  font-size: 0.83rem;
}

.calendar-grid .is-selected {
  border-radius: 16px;
  background: #fae8df;
  color: var(--wc-product-copper);
}

.calendar-grid i {
  position: absolute;
  bottom: -3px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #b85c2d;
}

.calendar-grid i + i {
  margin-left: 16px;
  background: #1aa884;
}

.event-row {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) 42px;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  margin-bottom: 12px;
  padding: 14px;
  border-radius: 16px;
  background: #f5f3f1;
}

.event-row > i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #b85c2d;
}

.link-row span {
  width: 34px;
  flex: 0 0 auto;
  font-size: 1.2rem;
}

.quick-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-top: 1px solid #ded8cf;
  background: rgba(255, 255, 255, 0.95);
}

.quick-footer p {
  flex-basis: 100%;
  margin: 0;
  color: #6f675f;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quick-footer span {
  padding: 9px 12px;
  border-radius: 999px;
  background: #efedea;
  color: #2f2924;
  font-size: 0.88rem;
}

.balance-block {
  display: grid;
  gap: 8px;
  padding: 28px 22px;
  border-bottom: 1px solid #ded8cf;
}

.balance-block span,
.balance-block small {
  color: #665e56;
}

.balance-block strong {
  color: #b85c2d;
  font-size: 2rem;
}

.expense-row {
  border: 0;
  border-radius: 14px;
  background: #f5f3f1;
}

.expense-row b {
  display: grid;
  gap: 4px;
  text-align: right;
}

.expense-row b small {
  color: #6f675f;
  font-weight: 500;
}

.list-tabs,
.notification-tabs {
  display: flex;
  gap: 12px;
  padding: 14px 18px;
  overflow: hidden;
  border-bottom: 1px solid #ded8cf;
}

.list-tabs span,
.notification-tabs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f0eeeb;
  color: #302923;
  white-space: nowrap;
}

.list-tabs .is-active,
.notification-tabs .is-active {
  background: #b85c2d;
  color: white;
}

.list-tabs i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
}

.list-tabs b {
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.list-body {
  padding-top: 18px;
}

.todo-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 0 8px;
}

.todo-row > span {
  width: 28px;
  height: 28px;
  border: 3px solid #d9d3ca;
  border-radius: 6px;
}

.todo-row.is-done > span {
  display: grid;
  place-items: center;
  border-color: #d29a7d;
  background: #d29a7d;
}

.todo-row.is-done > span::before {
  content: "";
  width: 12px;
  height: 7px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}

.todo-row.is-done p {
  color: #7b736a;
  text-decoration: line-through;
}

.progress-footer {
  display: grid;
  gap: 14px;
  padding: 16px 22px;
  border-top: 1px solid #ded8cf;
}

.progress-footer div {
  display: flex;
  justify-content: space-between;
  color: #665e56;
}

.progress-footer strong {
  color: var(--wc-product-ink);
}

.progress-footer p {
  height: 10px;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: #ede9e4;
}

.progress-footer p b {
  display: block;
  width: 31%;
  height: 100%;
  border-radius: inherit;
  background: #b85c2d;
}

.progress-footer label {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid #ded8cf;
  border-radius: 14px;
  color: #665e56;
  font-size: 1.08rem;
}

.notification-tabs {
  padding: 18px;
}

.notification-tabs span {
  flex: 1 1 0;
  min-width: 0;
}

.notification-row {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 10px;
  gap: 18px;
  align-items: center;
  min-height: 116px;
  padding: 18px 22px;
  border-bottom: 1px solid #ebe6df;
  background: #fff;
}

.notification-row.is-new {
  background: #fff8f8;
}

.notification-row > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  background: #b85c2d;
  color: white;
}

.notification-row > span svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.notification-row:not(.is-new) > span {
  background: #efedea;
  color: #2f2924;
}

.notification-row i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #b85c2d;
}

.notification-footer {
  padding: 16px;
  background: rgba(255, 255, 255, 0.96);
}

.notification-footer button {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 14px;
  background: #eeece8;
  color: #2f2924;
  font: 800 1rem/1 "DM Sans", sans-serif;
}

.notification-footer svg {
  stroke: currentColor;
}

.pricing-hero {
  padding: 92px 0 42px;
  background: #faf9f7;
  text-align: center;
}

.pricing-hero__inner,
.pricing-section__inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.pricing-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: var(--wc-product-ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.1rem, 7vw, 6rem);
  font-weight: 400;
  line-height: 0.96;
}

.pricing-hero h1 span {
  color: var(--wc-product-copper);
}

.pricing-hero__copy {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--wc-product-body);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.65;
}

.pricing-note-pill {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 22px auto 0;
  padding: 10px 15px;
  border: 1px solid rgba(184, 92, 56, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--wc-product-copper-strong);
  font-size: 0.84rem;
  font-weight: 800;
}

.pricing-toggle {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 4px;
  margin: 24px auto 0;
  padding: 5px;
  border: 1px solid rgba(232, 227, 221, 0.95);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(42, 37, 32, 0.06);
}

.pricing-toggle span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 15px;
  border-radius: 999px;
  color: var(--wc-product-body);
  font-size: 0.82rem;
  font-weight: 800;
}

.pricing-toggle .is-active {
  background: var(--wc-product-copper);
  color: #fff;
}

.pricing-toggle small {
  color: var(--wc-product-copper);
  font-size: 0.72rem;
  font-weight: 900;
}

.pricing-section {
  padding: 64px 0;
}

.pricing-section--bordered {
  border-top: 1px solid rgba(232, 227, 221, 0.8);
}

.pricing-section--referral {
  background: #fff0e7;
}

.pricing-section--referral .product-eyebrow {
  background: #fff;
}

.pricing-section__head {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.pricing-section__head h2 {
  margin: 0;
  color: var(--wc-product-ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
}

.pricing-section__head h2 span {
  color: var(--wc-product-copper);
}

.pricing-section__head p {
  margin: 14px auto 0;
  color: var(--wc-product-body);
  line-height: 1.65;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  min-height: 600px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(232, 227, 221, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(42, 37, 32, 0.07);
}

.pricing-card--featured {
  border-color: rgba(184, 92, 56, 0.55);
  box-shadow: 0 22px 54px rgba(184, 92, 56, 0.12);
}

.pricing-card--founder {
  border-color: transparent;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(150deg, #cb7347, #aa512f);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 26px 58px rgba(184, 92, 56, 0.26);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--wc-product-copper);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
}

.pricing-card--founder .pricing-badge {
  background: #fff;
  color: var(--wc-product-copper);
}

.pricing-card__kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #f8eee8;
  color: var(--wc-product-copper);
  font-size: 0.8rem;
  font-weight: 900;
}

.pricing-card--founder .pricing-card__kicker {
  background: rgba(255, 255, 255, 0.17);
  color: #fff;
}

.pricing-card h2 {
  margin: 0;
  color: var(--wc-product-ink);
  font-size: 1.42rem;
  line-height: 1.15;
}

.pricing-card--founder h2,
.pricing-card--founder .pricing-price,
.pricing-card--founder .pricing-price span {
  color: #fff;
}

.pricing-card__desc {
  min-height: 48px;
  margin: 8px 0 22px;
  color: var(--wc-product-body);
  line-height: 1.55;
}

.pricing-card--founder .pricing-card__desc {
  color: rgba(255, 255, 255, 0.78);
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 20px;
  color: var(--wc-product-ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.pricing-price span {
  color: var(--wc-product-body);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

.pricing-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-list li {
  display: flex;
  gap: 10px;
  color: var(--wc-product-body);
  line-height: 1.45;
}

.pricing-card--founder .pricing-list li {
  color: rgba(255, 255, 255, 0.88);
}

.pricing-list li::before,
.pricing-table td:nth-child(2)::before,
.pricing-table td:nth-child(3)::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 42%, currentColor 43% 57%, transparent 58%) 5px 7px / 7px 7px no-repeat,
    #f8eee8;
  color: var(--wc-product-copper);
}

.pricing-card--founder .pricing-list li::before {
  background:
    linear-gradient(135deg, transparent 42%, #aa512f 43% 57%, transparent 58%) 5px 7px / 7px 7px no-repeat,
    #fff;
}

.pricing-card__note {
  margin: auto 0 18px;
  padding: 14px;
  border: 1px solid rgba(232, 227, 221, 0.9);
  border-radius: 16px;
  background: #fffaf5;
  color: var(--wc-product-body);
  font-size: 0.84rem;
  line-height: 1.45;
}

.pricing-card--founder .pricing-card__note {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
}

.pricing-card .btn {
  width: 100%;
}

.pricing-card--founder .btn {
  background: #fff;
  color: var(--wc-product-copper);
  border-color: transparent;
}

.pricing-footnote {
  margin: 26px 0 0;
  text-align: center;
  color: var(--wc-product-muted);
  font-size: 0.86rem;
}

.referral-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}

.referral-card {
  padding: 24px;
  border: 1px solid rgba(232, 227, 221, 0.95);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 34px rgba(42, 37, 32, 0.06);
}

.referral-card span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #f8eee8;
  color: var(--wc-product-copper);
  font-size: 0.78rem;
  font-weight: 900;
}

.referral-card h3 {
  margin: 0;
  color: var(--wc-product-ink);
  font-size: 1rem;
}

.referral-card p {
  margin: 8px 0 0;
  color: var(--wc-product-body);
  font-size: 0.92rem;
  line-height: 1.5;
}

.pricing-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(232, 227, 221, 0.95);
  border-radius: 18px;
  background: #fff;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--wc-product-body);
  font-size: 0.92rem;
}

.pricing-table th,
.pricing-table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(232, 227, 221, 0.75);
  text-align: left;
  vertical-align: top;
}

.pricing-table th {
  color: var(--wc-product-ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.pricing-table tr:last-child td {
  border-bottom: 0;
}

.pricing-table td:nth-child(2),
.pricing-table td:nth-child(3) {
  display: table-cell;
  color: var(--wc-product-copper-strong);
  font-weight: 800;
}

.pricing-reward-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(232, 227, 221, 0.9);
  border-radius: 18px;
  background: #fffaf5;
}

.pricing-reward-band strong {
  display: block;
  color: var(--wc-product-ink);
}

.pricing-faq {
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(232, 227, 221, 0.95);
  border-radius: 18px;
  background: #fff;
}

.pricing-faq details {
  border-bottom: 1px solid rgba(232, 227, 221, 0.8);
}

.pricing-faq details:last-child {
  border-bottom: 0;
}

.pricing-faq summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  color: var(--wc-product-ink);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.pricing-faq summary::-webkit-details-marker {
  display: none;
}

.pricing-faq summary::after {
  content: "+";
  color: var(--wc-product-copper);
  font-size: 1.2rem;
}

.pricing-faq details[open] summary::after {
  content: "-";
}

.pricing-faq p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--wc-product-body);
  line-height: 1.6;
}

.pricing-founder-cta {
  padding: 92px 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #b85c38, #cd7448);
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
}

.pricing-founder-cta .product-eyebrow {
  margin-bottom: 34px;
}

.pricing-founder-cta h2 {
  margin: 0 auto;
  max-width: 760px;
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 0.96;
}

.pricing-founder-cta p {
  max-width: 620px;
  margin: 16px auto 0;
  line-height: 1.65;
}

.pricing-founder-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.pricing-founder-actions .btn {
  background: #fff;
  color: var(--wc-product-copper);
  box-shadow: 0 14px 30px rgba(42, 37, 32, 0.12);
}

.pricing-founder-actions span {
  font-size: 0.88rem;
}

.pricing-founder-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pricing-founder-stats strong {
  display: block;
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2.1rem;
  font-weight: 400;
}

@media (max-width: 860px) {
  .tools-grid,
  .canvas-showcase,
  .canvas-body,
  .product-grid--three,
  .pricing-grid,
  .referral-steps {
    grid-template-columns: 1fr;
  }

  .canvas-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--wc-product-border);
  }

  .tool-story,
  .tool-story--reverse {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 34px;
  }

  .tool-story--reverse .tool-story__copy {
    order: -1;
  }

  .tool-story__copy {
    text-align: left;
  }

  .tool-device-wrap {
    justify-self: center;
  }

  .pricing-card {
    min-height: 0;
  }

  .pricing-card__desc {
    min-height: 0;
  }

  .pricing-card__note {
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .product-hero {
    padding: 66px 0 50px;
  }

  .product-section {
    padding: 52px 0;
  }

  .tools-grid,
  .product-grid,
  .canvas-showcase,
  .product-section__head,
  .product-section__inner,
  .product-hero__inner,
  .product-cta-band,
  .pricing-hero__inner,
  .pricing-section__inner {
    width: min(100% - 32px, 1180px);
  }

  .pricing-hero {
    padding: 64px 0 28px;
  }

  .pricing-section {
    padding: 46px 0;
  }

  .pricing-grid {
    gap: 18px;
  }

  .pricing-card {
    padding: 22px;
  }

  .referral-steps {
    gap: 14px;
  }

  .pricing-reward-band {
    align-items: stretch;
    flex-direction: column;
  }

  .pricing-table-wrap {
    overflow: hidden;
  }

  .pricing-table {
    min-width: 0;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table td {
    display: block;
    width: 100%;
  }

  .pricing-table tr {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(232, 227, 221, 0.8);
  }

  .pricing-table tr:last-child {
    border-bottom: 0;
  }

  .pricing-table td {
    padding: 4px 0;
    border: 0;
  }

  .pricing-table td:nth-child(2),
  .pricing-table td:nth-child(3) {
    display: block;
  }

  .pricing-table td:first-child {
    color: var(--wc-product-ink);
    font-weight: 900;
  }

  .pricing-table td:nth-child(2)::before {
    content: "You get: ";
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    color: var(--wc-product-body);
    font-weight: 900;
  }

  .pricing-table td:nth-child(3)::before {
    content: "They get: ";
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    color: var(--wc-product-body);
    font-weight: 900;
  }

  .pricing-founder-cta {
    padding: 68px 0;
  }

  .canvas-body {
    min-height: auto;
  }

  .product-page--canvas .product-hero {
    padding: 58px 0 34px;
  }

  .product-page--canvas .product-section--soft {
    padding-top: 24px;
  }

  .canvas-showcase {
    width: 100%;
    gap: 18px;
  }

  .canvas-tabs {
    width: min(100% - 32px, 720px);
    margin: 0 auto;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px;
    border: 1px solid rgba(232, 227, 221, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(42, 37, 32, 0.07);
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .canvas-tabs::-webkit-scrollbar {
    display: none;
  }

  .canvas-tab {
    flex: 0 0 auto;
    width: auto;
    min-height: 44px;
    padding: 0 15px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    color: var(--wc-product-body);
    text-align: center;
    white-space: nowrap;
    scroll-snap-align: center;
  }

  .canvas-tab:hover,
  .canvas-tab.is-active {
    transform: none;
    border-color: transparent;
    background: var(--wc-product-copper);
    color: #fff;
    box-shadow: none;
  }

  .canvas-tab strong {
    color: inherit;
    font-size: 0.9rem;
  }

  .canvas-tab span {
    display: none;
  }

  .canvas-demo {
    width: min(100% - 32px, 720px);
    margin: 0 auto;
  }

  .canvas-window__bar {
    gap: 14px;
    padding: 16px 18px;
  }

  .canvas-window__identity {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .canvas-members span {
    margin-left: 0;
    margin-right: -8px;
  }

  .canvas-sidebar {
    padding: 20px;
  }

  .canvas-tool-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .canvas-tool-pill {
    min-height: 74px;
    padding: 8px;
    border-radius: 14px;
    font-size: 0.68rem;
  }

  .canvas-tool-pill span:first-child {
    width: 28px;
    height: 24px;
    border-radius: 8px;
    font-size: 0.52rem;
  }

  .tool-hero {
    padding: 66px 0 42px;
  }

  .product-page--tools .tool-hero {
    padding: 54px 0 20px;
  }

  .tool-hero__inner {
    width: min(100% - 32px, 1180px);
  }

  .product-page--tools .tool-hero__rail {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
  }

  .product-page--tools .tool-hero__rail span {
    min-height: 38px;
    padding: 0 11px;
    font-size: 0.8rem;
  }

  .tool-carousel {
    width: 100%;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    margin: 0 auto;
    padding: 0 16px 14px;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .tool-carousel::-webkit-scrollbar {
    display: none;
  }

  .tool-story {
    flex: 0 0 min(88vw, 390px);
    width: auto;
    align-self: flex-start;
    margin: 0;
    scroll-snap-align: center;
    border: 1px solid rgba(232, 227, 221, 0.95);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 20px 42px rgba(42, 37, 32, 0.08);
    padding: 16px 14px;
    align-content: start;
    align-items: start;
    gap: 20px;
  }

  .tool-story__copy h2 {
    font-size: clamp(2.25rem, 13vw, 3.45rem);
  }

  .tool-story__copy p {
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .tool-check-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }

  .tool-check-list li {
    flex: 1 1 calc(50% - 8px);
    min-height: 38px;
    align-items: flex-start;
    gap: 7px;
    padding: 8px 9px;
    border: 1px solid rgba(184, 92, 56, 0.18);
    border-radius: 16px;
    background: #fff7f2;
    color: var(--wc-product-copper-strong);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.16;
    box-shadow: 0 8px 18px rgba(184, 92, 56, 0.08);
  }

  .tool-check-list span {
    width: 21px;
    height: 21px;
    background: var(--wc-product-sage);
    color: #fff;
  }

  .tool-check-list svg {
    width: 12px;
    height: 12px;
  }

  .tool-carousel__hint {
    display: flex;
    width: min(100% - 32px, 390px);
    min-height: 32px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: -4px auto 8px;
    padding: 0 4px;
    color: var(--wc-product-copper);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .tool-carousel__hint div {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .tool-carousel__hint i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(184, 92, 45, 0.32);
  }

  .tool-carousel__hint i:first-child {
    width: 22px;
    background: var(--wc-product-copper);
  }

  .tool-device-wrap {
    width: 100%;
    padding: 10px;
    border-radius: 30px;
  }

  .tool-device {
    min-height: 470px;
    border-radius: 24px;
  }

  .tool-device__header,
  .tool-device__body,
  .storage-footer,
  .quick-footer,
  .progress-footer,
  .notification-row {
    padding-inline: 16px;
  }

  .tool-device__title {
    font-size: 1.1rem;
  }

  .tool-device__header--stacked {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .tool-device__header--stacked .month-switch {
    width: 100%;
    justify-content: space-between;
  }

  .tool-segment span,
  .tool-chip,
  .tool-muted-pill,
  .tool-inline-action {
    font-size: 0.78rem;
    padding-inline: 10px;
  }

  .place-row,
  .album-row,
  .link-row,
  .expense-row {
    padding: 12px;
  }

  .photo-grid {
    gap: 8px;
  }

  .voice-row {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px;
  }

  .voice-row > span {
    width: 34px;
    height: 34px;
  }

  .voice-row i {
    grid-column: 3;
    justify-self: end;
  }

  .voice-wave {
    gap: 4px;
  }

  .voice-wave::before {
    width: 34px;
    height: 34px;
  }

  .voice-wave b:nth-last-child(-n + 4) {
    display: none;
  }

  .calendar-grid {
    gap: 8px 4px;
  }

  .list-tabs,
  .notification-tabs {
    overflow-x: auto;
    padding-inline: 14px;
  }

  .notification-tabs span {
    flex: 0 0 auto;
  }
}
