:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f3f0e8;
  color: #18211d;
  font-size: 16px;
  --ink: #17211d;
  --muted: #62706a;
  --paper: #fffaf0;
  --surface: #ffffff;
  --brand: #12352e;
  --accent: #d88a36;
  --mint: #bfe7d2;
  --line: #e4ded1;
  --shadow: 0 24px 70px rgba(23, 33, 29, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(216, 138, 54, 0.16), transparent 28rem),
    radial-gradient(circle at 95% 8%, rgba(37, 107, 93, 0.14), transparent 30rem),
    #f3f0e8;
}

button,
.button,
input,
select,
textarea,
a {
  font: inherit;
}

button,
.button {
  min-height: 46px;
  border: 1px solid rgba(23, 33, 29, 0.14);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 0.72rem 1rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-weight: 800;
  box-shadow: 0 1px 0 rgba(23, 33, 29, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

button:hover,
.button:hover {
  border-color: rgba(18, 53, 46, 0.45);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(23, 33, 29, 0.10);
}

button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 2px;
}

.primary {
  background: linear-gradient(135deg, #12352e, #1f5d51);
  color: #fff;
  border-color: #12352e;
  box-shadow: 0 14px 34px rgba(18, 53, 46, 0.24);
}

.secondary-button {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
}

.marketing-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #12231f 0 680px, #f8f2e6 680px 100%);
  color: #f8f2e6;
  overflow: hidden;
}

.marketing-nav {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 3;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff7e8;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.brand-mark span {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #d88a36, #fff1cf);
  color: #12231f;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 12px 30px rgba(216, 138, 54, 0.22);
}

.brand-mark strong {
  font-size: 1.02rem;
}

.marketing-nav nav {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.marketing-nav nav a {
  color: rgba(255, 247, 232, 0.82);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 800;
}

.marketing-hero {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  gap: clamp(1.25rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 6vw, 5rem) 0 6rem;
  position: relative;
}

.marketing-hero::before {
  content: "";
  position: absolute;
  inset: -10% -18% auto auto;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(216, 138, 54, 0.28), transparent 62%);
  pointer-events: none;
}

.hero-copy h1 {
  max-width: 700px;
  font-size: clamp(2.65rem, 4.1vw, 3.95rem);
  line-height: 1.03;
  margin: 0 0 1.2rem;
  letter-spacing: -0.04em;
  color: #fff7e8;
}

.hero-copy .lead {
  color: rgba(255, 247, 232, 0.78);
  font-size: clamp(1.1rem, 1.5vw, 1.28rem);
  line-height: 1.55;
  max-width: 610px;
}

.hero-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1.4rem 0;
}

.reassurance {
  color: rgba(255, 247, 232, 0.66);
  font-weight: 800;
  position: relative;
  z-index: 3;
}

.transformation-demo {
  min-height: 560px;
  position: relative;
  display: grid;
  place-items: center;
}

.source-sheet {
  position: absolute;
  left: 0;
  top: 7%;
  width: min(48%, 310px);
  border-radius: 18px;
  background: #fff5de;
  color: #26302b;
  padding: 1.25rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.26);
  transform: rotate(-8deg);
}

.sheet-pin {
  width: 44px;
  height: 10px;
  border-radius: 999px;
  background: #d88a36;
  margin: -1.55rem auto 1rem;
}

.source-sheet p {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #996522;
  font-weight: 900;
  margin: 0;
  font-size: 0.75rem;
}

.source-sheet h3 {
  margin: 0.2rem 0 1rem;
  font-size: 1.6rem;
}

.sheet-line {
  height: 10px;
  width: 76%;
  border-radius: 999px;
  background: #eadab8;
  margin: 0.7rem 0;
}

.sheet-line.wide {
  width: 96%;
}

.sheet-line.short {
  width: 48%;
}

.sheet-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #d7c599;
  padding: 0.65rem 0;
  font-weight: 800;
}

.transform-arrow {
  position: absolute;
  left: 34%;
  top: 44%;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f0a447, #d87420);
  color: #12231f;
  border: 1px solid rgba(255, 241, 207, 0.7);
  box-shadow:
    0 18px 44px rgba(216, 138, 54, 0.34),
    0 0 0 10px rgba(216, 138, 54, 0.12);
  z-index: 2;
}

.transform-arrow::before {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid rgba(255, 241, 207, 0.18);
  border-radius: 999px;
}

.transform-arrow svg,
.social-flow svg,
.choice-icon svg {
  width: 24px;
  height: 24px;
}

.transform-arrow svg {
  width: 30px;
  height: 30px;
  transform: translateX(1px);
}

.phone-mockup {
  justify-self: end;
  width: min(390px, 68%);
  min-height: 540px;
  border-radius: 42px;
  background: linear-gradient(145deg, #0d1513, #25352f);
  padding: 0.85rem;
  box-shadow: 0 46px 110px rgba(0, 0, 0, 0.36);
  z-index: 1;
  animation: floaty 8s ease-in-out infinite;
}

.phone-speaker {
  width: 76px;
  height: 6px;
  border-radius: 999px;
  background: #52635d;
  margin: 0.35rem auto 0.75rem;
}

.phone-screen {
  min-height: 500px;
  border-radius: 30px;
  background: #fbf7ef;
  color: #17211d;
  overflow: hidden;
  padding-bottom: 0.8rem;
  box-shadow: inset 0 0 0 1px rgba(234, 223, 205, 0.85);
}

.phone-hero {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.75rem;
  padding: 1rem;
  background: linear-gradient(135deg, color-mix(in srgb, #12352e 16%, #ffffff), #fff3d5);
  border-bottom: 1px solid #eadfcd;
}

.phone-logo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #12352e;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.phone-hero strong,
.phone-item strong {
  display: block;
}

.phone-hero span,
.phone-item span {
  color: #647067;
  font-size: 0.82rem;
}

.phone-actions,
.phone-tabs {
  display: flex;
  gap: 0.35rem;
  padding: 0.65rem 0.8rem 0;
  overflow: hidden;
}

.phone-actions span,
.phone-tabs span {
  border-radius: 999px;
  padding: 0.38rem 0.55rem;
  background: #12352e;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  white-space: nowrap;
}

.phone-actions span {
  box-shadow: 0 6px 14px rgba(18, 53, 46, 0.14);
}

.phone-tabs span {
  background: #f0e7d6;
  color: #26302b;
}

.phone-search {
  margin: 0.75rem 0.8rem 0;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2dacb;
  padding: 0.72rem 0.75rem;
  color: #879088;
}

.phone-category {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.6rem;
  margin: 0.85rem 0.8rem 0.3rem;
}

.phone-category strong {
  font-size: 1.05rem;
}

.phone-category span {
  color: #7b857f;
  font-size: 0.75rem;
  font-weight: 800;
}

.phone-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
  align-items: start;
  margin: 0.7rem 0.8rem 0;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #eadfcd;
  padding: 0.75rem;
  box-shadow: 0 10px 22px rgba(23, 33, 29, 0.07);
}

.phone-item b {
  color: #12352e;
  font-size: 1rem;
}

@keyframes floaty {
  50% {
    transform: translateY(-8px);
  }
}

.marketing-section {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) 0;
  color: #17211d;
}

.value-strip {
  width: min(1220px, calc(100% - 2rem));
  margin: -1.25rem auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  color: #17211d;
}

.value-strip div,
.comparison-panel,
.process-grid article,
.example-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(228, 222, 209, 0.85);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(23, 33, 29, 0.09);
}

.value-strip div {
  position: relative;
  overflow: hidden;
  padding: 1.15rem 1.1rem 1.1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 236, 0.9));
}

.value-strip div::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 0.75rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #12352e, #d88a36);
  box-shadow: 0 10px 24px rgba(18, 53, 46, 0.14);
}

.value-strip strong,
.value-strip span {
  display: block;
}

.value-strip span {
  color: var(--muted);
  line-height: 1.45;
  margin-top: 0.25rem;
}

.value-strip strong {
  font-size: 1.02rem;
  letter-spacing: -0.015em;
}

.section-copy {
  max-width: 720px;
}

.section-copy h2,
.final-cta h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 0 0 0.8rem;
}

.section-copy p:not(.eyebrow),
.final-cta p {
  color: #62706a;
  font-size: 1.08rem;
  line-height: 1.55;
}

.social-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  align-items: center;
  gap: 2rem;
}

.social-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0.75rem;
  align-items: center;
}

.social-flow > div {
  min-height: 130px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #fff4df);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 18px 55px rgba(23, 33, 29, 0.10);
}

.social-flow > span {
  color: #d88a36;
}

.social-flow strong,
.social-flow span span {
  display: block;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.comparison-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.comparison-panel ul {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.comparison-panel li {
  padding: 0.75rem;
  border-radius: 12px;
  background: #f8f2e6;
  font-weight: 750;
}

.comparison-panel.after {
  background: linear-gradient(145deg, #12352e, #1e5a4f);
  color: #fff7e8;
}

.comparison-panel.after .eyebrow,
.comparison-panel.after li {
  color: #fff7e8;
}

.comparison-panel.after li {
  background: rgba(255, 255, 255, 0.12);
}

.process-section {
  display: grid;
  gap: 1.2rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.process-grid article {
  padding: 1.25rem;
}

.process-grid article strong {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #12352e, #d88a36);
  color: #fff;
  font-size: 1.2rem;
}

.process-grid h3,
.process-grid p {
  margin: 0.7rem 0 0;
}

.process-grid p {
  color: var(--muted);
  line-height: 1.45;
}

.examples-section {
  display: grid;
  gap: 1.2rem;
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.example-card {
  padding: 0.75rem;
}

.example-card h3 {
  margin: 0.8rem 0 0.2rem;
}

.mini-phone {
  border-radius: 20px;
  background: #17211d;
  color: #fff7e8;
  min-height: 230px;
  padding: 0.8rem;
  box-shadow: inset 0 0 0 7px #26342f;
}

.mini-top {
  width: 52px;
  height: 5px;
  border-radius: 999px;
  background: #52635d;
  margin: 0 auto 0.8rem;
}

.mini-phone > strong,
.mini-phone > span {
  display: block;
}

.mini-phone > span {
  color: #b9c7c0;
  font-size: 0.82rem;
  margin: 0.2rem 0 0.7rem;
}

.mini-phone p {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0.55rem;
  margin: 0.45rem 0;
  font-size: 0.86rem;
}

.final-cta {
  width: min(920px, calc(100% - 2rem));
  margin: clamp(2rem, 6vw, 5rem) auto;
  padding: clamp(2rem, 6vw, 4rem);
  border-radius: 28px;
  background: linear-gradient(135deg, #12352e, #1e5a4f);
  color: #fff7e8;
  text-align: center;
  box-shadow: var(--shadow);
}

.final-cta p {
  color: rgba(255, 247, 232, 0.78);
}

.marketing-footer {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #62706a;
}

.social-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid #d6e0da;
}

.social-section h2 {
  margin: 0 0 0.5rem;
}

.social-section p {
  margin: 0;
  color: #475569;
  max-width: 760px;
}

.owner {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0.85rem 1rem 2rem;
  color: var(--ink);
}

.owner-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.25rem 0 0.65rem;
  padding: 0.58rem 0.75rem;
  border: 1px solid rgba(228, 222, 209, 0.82);
  border-radius: 16px;
  background: rgba(255, 252, 244, 0.88);
  box-shadow: 0 12px 36px rgba(23, 33, 29, 0.07);
  backdrop-filter: blur(14px);
}

.owner-header.app-only {
  grid-template-columns: auto auto;
}

.header-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.app-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #17211d;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.app-brand span {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #12352e, #d88a36);
  color: #fffaf0;
  box-shadow: 0 10px 22px rgba(18, 53, 46, 0.14);
}

.owner-title {
  min-width: 0;
}

.owner-title h1 {
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0;
}

.owner-title .lead {
  margin-top: 0.08rem;
  font-size: 0.84rem;
}

.danger {
  border-color: #fecdd3;
  color: #9f1239;
  background: #fff1f2;
}

.owner h1,
.owner h2,
.owner h3 {
  line-height: 1.08;
  margin: 0 0 0.8rem;
}

.owner h1 {
  font-size: clamp(1.75rem, 3.2vw, 3.2rem);
  max-width: 820px;
  letter-spacing: -0.03em;
}

.lead {
  max-width: 680px;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.5;
  margin: 0;
}

.eyebrow {
  color: #b86f24;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0 0 0.85rem;
  align-items: center;
}

.step-pill {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  border: 1px solid rgba(23, 33, 29, 0.09);
  border-radius: 999px;
  padding: 0.42rem 0.45rem;
  background: rgba(255, 255, 255, 0.58);
  color: #7a857f;
  font-weight: 850;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.step-pill em {
  flex: 0 0 auto;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #efe7d8;
  color: #58645f;
  font-style: normal;
  font-size: 0.78rem;
}

.step-pill b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.82rem;
}

.step-pill.complete {
  color: #31534b;
  background: rgba(232, 244, 236, 0.78);
}

.step-pill.complete em {
  background: #12352e;
  color: #fff7e8;
}

.step-pill.current {
  color: #fff7e8;
  background: #12352e;
  border-color: #12352e;
  box-shadow: 0 12px 30px rgba(18, 53, 46, 0.18);
}

.step-pill.current em {
  color: #12231f;
  background: #f0a447;
}

.step-current {
  display: none;
}

.panel {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(228, 222, 209, 0.86);
  border-radius: 24px;
  padding: clamp(1rem, 3vw, 2rem);
  box-shadow: 0 18px 56px rgba(23, 33, 29, 0.09);
}

.wizard-panel {
  display: grid;
  gap: 1.1rem;
}

.business-type-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(1.1rem, 3vw, 1.65rem);
}

.step-heading {
  display: grid;
  gap: 0.35rem;
  max-width: 620px;
}

.step-heading .eyebrow,
.step-heading h2,
.step-heading p {
  margin: 0;
}

.step-heading h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.start-panel {
  display: grid;
  gap: 1.2rem;
}

.start-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.start-steps {
  display: grid;
  gap: 0.65rem;
}

.start-steps div,
.social-note,
.friendly-error,
.share-guide,
.edit-link-box {
  border: 1px solid #dbe3dd;
  border-radius: 8px;
  background: #f8fafc;
  padding: 0.85rem;
}

.start-steps strong,
.start-steps span {
  display: block;
}

.start-steps span,
.social-note p,
.share-guide p,
.edit-link-box p {
  color: #475569;
  margin: 0.2rem 0 0;
  line-height: 1.45;
}

.social-note {
  background: #fff7ed;
  border-color: #fed7aa;
}

.social-note h3,
.friendly-error h3,
.share-guide h3,
.edit-link-box h3 {
  margin: 0 0 0.35rem;
}

.cta {
  width: fit-content;
  min-width: min(100%, 220px);
}

.muted {
  color: var(--muted);
}

.warning,
.check {
  color: #9f1239;
}

.field-error {
  display: block;
  margin-top: 0.35rem;
  color: #9f1239;
  font-size: 0.86rem;
  font-weight: 800;
}

[aria-invalid="true"] {
  border-color: #9f1239;
}

.option-grid,
.theme-grid,
.summary,
.grid-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 0.85rem;
}

.business-type-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.choice,
.theme-card {
  min-height: 132px;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  border: 1px solid rgba(23, 33, 29, 0.09);
  background: linear-gradient(145deg, #fff, #fff7e8);
  box-shadow: 0 12px 30px rgba(23, 33, 29, 0.06);
}

.business-type-card {
  position: relative;
  min-height: 154px;
  padding: 1.05rem;
  border-radius: 18px;
  background: #fffdf8;
  border-color: rgba(23, 33, 29, 0.1);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.business-type-card::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 1.35rem;
  height: 1.35rem;
  border: 2px solid #d9d1c2;
  border-radius: 999px;
  background: #fffaf0;
}

.business-type-card:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 53, 46, 0.24);
  box-shadow: 0 18px 42px rgba(23, 33, 29, 0.1);
}

.business-type-card:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}

.business-type-card.selected {
  color: #fff7e8;
  background: #12352e;
  border-color: #12352e;
  box-shadow: 0 18px 48px rgba(18, 53, 46, 0.22);
}

.business-type-card.selected::after {
  content: "✓";
  display: grid;
  place-items: center;
  border-color: #f0a447;
  background: #f0a447;
  color: #12231f;
  font-size: 0.9rem;
  font-weight: 900;
}

.choice-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #e8f4ec;
  color: #12352e;
}

.business-type-card .choice-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #e8f4ec;
  box-shadow: inset 0 0 0 1px rgba(18, 53, 46, 0.06);
}

.business-type-card.selected .choice-icon {
  color: #12231f;
  background: #fff1cf;
}

.choice strong,
.theme-card strong {
  font-size: 1.06rem;
}

.business-type-card strong {
  padding-right: 1.8rem;
  font-size: 1.12rem;
}

.choice span:not(.choice-icon),
.theme-card span:not(.theme-swatch) {
  color: #62706a;
  line-height: 1.35;
}

.business-type-card.selected span:not(.choice-icon) {
  color: rgba(255, 247, 232, 0.74);
}

.step-cta-row {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.2rem;
}

.step-primary {
  min-width: min(100%, 270px);
  min-height: 52px;
  justify-content: center;
  font-size: 1rem;
}

.step-primary svg {
  width: 20px;
  height: 20px;
}

.theme-swatch {
  display: block;
  width: 100%;
  height: 74px;
  border-radius: 16px;
  border: 1px solid #d1d5db;
}

.theme-swatch-clean {
  background: linear-gradient(90deg, #ffffff 0 48%, #d1fae5 48% 100%);
}

.theme-swatch-bold {
  background: linear-gradient(90deg, #16302b 0 55%, #fef3c7 55% 100%);
}

.theme-swatch-visual {
  background: linear-gradient(135deg, #111827 0 45%, #0f766e 45% 72%, #ffffff 72% 100%);
}

.selected {
  border-color: #d88a36;
  box-shadow: 0 0 0 4px rgba(216, 138, 54, 0.18), 0 18px 44px rgba(23, 33, 29, 0.10);
}

label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
  margin: 0.7rem 0;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(23, 33, 29, 0.16);
  border-radius: 12px;
  padding: 0.68rem 0.78rem;
  background: #fff;
  color: #111827;
}

textarea {
  min-height: 88px;
  resize: vertical;
}

.upload {
  border: 2px dashed rgba(18, 53, 46, 0.24);
  border-radius: 22px;
  padding: clamp(1.25rem, 5vw, 2.2rem);
  background: linear-gradient(145deg, #fffaf0, #ffffff);
  min-height: 230px;
  place-items: center;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.upload input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.upload-icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: #12352e;
  color: #fff7e8;
}

.upload-icon svg {
  width: 30px;
  height: 30px;
}

.upload strong {
  display: inline-flex;
  min-height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #12352e, #1f5d51);
  color: #fff;
  padding: 0.72rem 1.1rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
}

.upload small {
  color: #62706a;
  max-width: 360px;
}

.selected-source {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid rgba(228, 222, 209, 0.86);
  background: #fffaf0;
  border-radius: 16px;
  padding: 0.75rem;
  margin: 0.75rem 0;
}

.source-file-list,
.source-file-diagnostics {
  display: grid;
  gap: .5rem;
  margin: .75rem 0;
  padding: 0;
  list-style: none;
}

.source-file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .7rem .85rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf1;
}

.source-file-list small {
  display: block;
  color: var(--muted);
}

.source-file-actions {
  display: flex;
  gap: .35rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.source-file-actions button {
  min-height: 2rem;
  padding: .35rem .55rem;
}

.multi-source-preview,
.original-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .75rem;
}

.multi-source-preview figure,
.original-gallery figure {
  margin: 0;
}

.multi-source-preview figcaption,
.original-gallery figcaption {
  margin-top: .35rem;
  color: var(--muted);
  font-size: .85rem;
}

.extracting-state {
  text-align: center;
  display: grid;
  place-items: center;
  min-height: 320px;
}

.spinner {
  width: 58px;
  height: 58px;
  border: 4px solid #eadfcd;
  border-top-color: #d88a36;
  border-right-color: #12352e;
  border-radius: 50%;
  animation: spin 900ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.button-row,
.icon-row,
.checks {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.8rem 0;
}

.compact button {
  min-height: 36px;
  padding: 0.45rem 0.65rem;
}

.inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.inline input {
  width: auto;
}

.summary span {
  background: #fff4df;
  border-radius: 16px;
  padding: 0.75rem;
  font-weight: 800;
  color: #26302b;
}

.review-panel {
  display: grid;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}

.review-heading {
  max-width: 720px;
}

.review-heading h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.review-heading .eyebrow,
.review-heading h2,
.review-heading p {
  margin: 0;
}

.review-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
  gap: 0.8rem;
  align-items: stretch;
}

.review-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.review-metrics span,
.review-status {
  border-radius: 18px;
  background: #fffaf0;
  border: 1px solid rgba(228, 222, 209, 0.9);
  padding: 0.9rem;
}

.review-metrics span {
  display: grid;
  gap: 0.12rem;
  color: #62706a;
  font-weight: 800;
}

.review-metrics strong {
  color: #12352e;
  font-size: 1.7rem;
  line-height: 1;
}

.review-status {
  display: grid;
  gap: 0.25rem;
  align-content: center;
}

.review-status strong {
  color: #12352e;
  font-size: 1.08rem;
}

.review-status span {
  color: #62706a;
  line-height: 1.4;
}

.review-status.needs-attention {
  background: #fff6df;
  border-color: #ffd18a;
}

.currency-review-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 1rem;
  align-items: center;
  border: 1px solid #ffd18a;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff6df, #ffffff);
  color: #5f3b10;
  padding: 1rem;
}

.currency-review-callout h3,
.currency-review-callout p {
  margin: 0;
}

.currency-review-callout p {
  color: #62706a;
  margin-top: 0.2rem;
}

.currency-review-callout label {
  margin: 0;
}

.review-attention,
.category-list {
  display: grid;
  gap: 0.7rem;
}

.review-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

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

.source-link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.source-link svg {
  width: 18px;
  height: 18px;
}

.friendly-error {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #881337;
  margin: 0.85rem 0;
}

.friendly-error p {
  margin: 0.25rem 0 0.7rem;
}

.category-editor,
.item-editor,
.info-editor {
  border: 1px solid rgba(228, 222, 209, 0.95);
  border-radius: 18px;
  padding: 1rem;
  margin: 1rem 0;
  background: #fffaf0;
}

.category-review {
  border: 1px solid rgba(228, 222, 209, 0.92);
  border-radius: 18px;
  padding: 0;
  background: rgba(255, 253, 248, 0.9);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(23, 33, 29, 0.04);
}

.category-review-head,
.business-review,
.item-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: start;
}

.category-review-head h3,
.business-review h3,
.item-card h4 {
  margin: 0;
}

.category-review-head h3 span {
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 700;
}

.category-toggle {
  width: 100%;
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 0.8rem;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding: 0.95rem 1rem;
  background: transparent;
  color: #17211d;
  text-align: left;
  box-shadow: none;
}

.category-toggle:hover {
  transform: none;
  background: #fffaf0;
  box-shadow: none;
}

.category-toggle span:first-child {
  display: grid;
  gap: 0.15rem;
}

.category-toggle strong {
  font-size: 1.05rem;
}

.category-toggle small,
.category-counts {
  color: #62706a;
  font-weight: 800;
}

.category-counts {
  white-space: nowrap;
}

.chevron {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #efe7d8;
  color: #12352e;
  font-size: 1.4rem;
  line-height: 1;
  transition: transform 160ms ease;
}

.category-toggle[aria-expanded="true"] .chevron {
  transform: rotate(90deg);
  background: #12352e;
  color: #fff7e8;
}

.category-review-body {
  border-top: 1px solid rgba(228, 222, 209, 0.92);
  padding: 0.75rem 1rem 1rem;
  background: rgba(255, 255, 255, 0.66);
}

.category-management {
  justify-content: flex-end;
  margin-top: 0;
}

.compact-item-list {
  display: grid;
  gap: 0.45rem;
}

.business-review {
  border: 1px solid rgba(228, 222, 209, 0.86);
  border-radius: 18px;
  background: linear-gradient(145deg, #fffaf0, #ffffff);
  padding: 1rem;
  margin: 1rem 0;
}

.business-review p {
  margin: 0.25rem 0;
}

.business-review button {
  align-self: center;
}

.item-card {
  border: 1px solid rgba(228, 222, 209, 0.86);
  border-radius: 18px;
  padding: 1rem;
  margin: 0.75rem 0;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 33, 29, 0.05);
}

.item-card.compact-item {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  margin: 0;
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  box-shadow: none;
}

.item-card-title {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: baseline;
}

.item-card-title h4 span {
  color: #0f766e;
  display: inline-block;
  min-width: 2.5ch;
  margin-right: 0.35rem;
}

.item-card-title strong {
  white-space: nowrap;
}

.item-card p {
  margin: 0.3rem 0;
  color: #475569;
}

.item-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(15, 23, 42, 0.28);
}

.item-edit-drawer {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  width: min(520px, calc(100vw - 2rem));
  height: 100vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: #fffdf8;
  border-left: 1px solid rgba(228, 222, 209, 0.95);
  box-shadow: -24px 0 70px rgba(23, 33, 29, 0.22);
}

.item-edit-head,
.item-edit-actions {
  padding: 1rem 1.1rem;
  background: #fffaf0;
}

.item-edit-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  border-bottom: 1px solid rgba(228, 222, 209, 0.95);
}

.item-edit-head h2,
.item-edit-head p {
  margin: 0;
}

.icon-button {
  min-height: 38px;
  width: 38px;
  padding: 0;
  border-radius: 999px;
  font-size: 1.25rem;
}

.item-edit-body {
  min-height: 0;
  overflow: auto;
  padding: 1rem 1.1rem;
}

.item-edit-body .item-editor {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

.item-edit-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  border-top: 1px solid rgba(228, 222, 209, 0.95);
}

.save-status.pending {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}

.save-status.saving {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.variant-summary {
  font-weight: 700;
  color: #1f2937;
}

.review-badge {
  background: #fff1d6 !important;
  color: #8a4f12 !important;
}

.severity-high .review-badge {
  background: #fee2e2 !important;
  color: #991b1b !important;
}

.item-card.needs-check.severity-high {
  border-color: #fca5a5;
  background: linear-gradient(145deg, #fff7f4, #ffffff);
  box-shadow: 0 18px 42px rgba(153, 27, 27, 0.09);
}

.item-card.needs-check.severity-review {
  border-color: #ffd18a;
  background: linear-gradient(145deg, #fffaf0, #ffffff);
}

.review-warning-card {
  grid-column: 1 / -1;
  border: 1px solid #ffd18a;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff6df, #ffffff);
  color: #6a3a0c;
  padding: 1rem;
}

.review-warning-card.severity-high {
  border-color: #fca5a5;
  background: linear-gradient(145deg, #fff1ed, #ffffff);
  color: #7f1d1d;
}

.review-warning-card h4 {
  margin: 0.35rem 0;
  color: #111827;
}

.review-warning-card p {
  color: #4b5563;
}

.review-reasons,
.other-review-warnings ul {
  margin: 0.65rem 0 0;
  padding-left: 1.15rem;
  color: #374151;
  line-height: 1.45;
}

.other-review-warnings {
  border: 1px solid rgba(228, 222, 209, 0.9);
  border-radius: 18px;
  background: #fffaf0;
  padding: 1rem;
  margin: 1rem 0;
}

.other-review-warnings h3,
.other-review-warnings p {
  margin: 0;
}

.other-review-warnings ul {
  margin-top: 0.75rem;
}

.checked-message {
  border: 1px solid #bfe7d2;
  background: #effaf2;
  color: #12352e;
  border-radius: 16px;
  padding: 0.75rem;
  font-weight: 800;
}

.review-footer-actions {
  justify-content: flex-start;
}

.details-panel {
  display: grid;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}

.details-heading {
  max-width: 700px;
}

.details-heading .eyebrow,
.details-heading h2,
.details-heading p {
  margin: 0;
}

.details-heading h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.details-section {
  border: 1px solid rgba(228, 222, 209, 0.9);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.9);
  padding: clamp(1rem, 2.5vw, 1.25rem);
  box-shadow: 0 10px 28px rgba(23, 33, 29, 0.045);
}

.details-section-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

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

.details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
  gap: 0.85rem;
  align-items: start;
}

.basics-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  column-gap: 1rem;
  row-gap: 0.75rem;
}

.details-grid label,
.conditional-actions label {
  margin: 0;
}

.details-grid .wide {
  grid-column: 1 / -1;
}

.my-selection-settings-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(220px, 0.72fr);
}

.my-selection-settings-grid textarea {
  min-height: 86px;
}

.my-selection-phone-toggle {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  padding: 0.75rem 0.85rem;
  font-weight: 900;
}

.my-selection-phone-toggle input {
  width: 1.1rem;
  height: 1.1rem;
}

.opening-hours-field textarea {
  min-height: 112px;
  line-height: 1.5;
  white-space: pre-wrap;
}

.description-field textarea {
  min-height: 112px;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

.action-toggle {
  position: relative;
  min-height: 138px;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 10px 26px rgba(23, 33, 29, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.action-toggle::after {
  content: "";
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #d9d1c2;
  border-radius: 999px;
  background: #fffaf0;
}

.action-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 53, 46, 0.24);
  box-shadow: 0 18px 38px rgba(23, 33, 29, 0.09);
}

.action-toggle.selected {
  color: #fff7e8;
  background: #12352e;
  border-color: #12352e;
  box-shadow: 0 18px 44px rgba(18, 53, 46, 0.18);
}

.action-toggle.selected::after {
  content: "✓";
  display: grid;
  place-items: center;
  border-color: #f0a447;
  background: #f0a447;
  color: #12231f;
  font-size: 0.82rem;
  font-weight: 900;
}

.action-toggle .choice-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
}

.action-toggle.selected .choice-icon {
  color: #12231f;
  background: #fff1cf;
}

.action-toggle strong {
  padding-right: 1.5rem;
  font-size: 1rem;
}

.action-toggle small {
  color: #62706a;
  line-height: 1.35;
  font-weight: 800;
}

.action-toggle.selected small {
  color: rgba(255, 247, 232, 0.74);
}

.conditional-actions {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.9rem;
}

.conditional-actions:empty {
  display: none;
}

.logo-uploader {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.logo-preview {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #12352e, #d88a36);
  color: #fffaf0;
  font-size: 2rem;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(23, 33, 29, 0.12);
}

.logo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-controls {
  display: grid;
  gap: 0.7rem;
  justify-items: start;
}

.upload-button {
  width: fit-content;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(23, 33, 29, 0.14);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.upload-button input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.logo-link-details {
  width: 100%;
}

.logo-link-details summary {
  width: fit-content;
  cursor: pointer;
  color: #53625b;
  font-size: 0.92rem;
  font-weight: 850;
}

.logo-link-details[open] summary {
  margin-bottom: 0.6rem;
}

.optional-details {
  padding: 0;
}

.optional-details summary {
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 900;
}

.optional-details summary small {
  color: #62706a;
  font-weight: 800;
}

.optional-details .social-grid {
  padding: 0 1.25rem 1.25rem;
}

.empty-note {
  margin: 0;
}

.details-footer-actions {
  justify-content: flex-start;
}

.design-panel {
  background: radial-gradient(circle at 85% 0, rgba(18, 53, 46, 0.08), transparent 24rem), rgba(255, 255, 255, 0.9);
}

.design-heading h2 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 0.98;
  margin-bottom: 0.45rem;
}

.design-customiser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: start;
}

.design-controls {
  min-width: 0;
  display: grid;
  gap: 1rem;
}

.design-control-section,
.live-preview-panel {
  min-width: 0;
  border: 1px solid #eadfcd;
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.92);
  padding: clamp(1rem, 2.5vw, 1.25rem);
  box-shadow: 0 10px 28px rgba(23, 33, 29, 0.045);
}

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

.design-theme-card {
  position: relative;
  min-height: 0;
  gap: 0.7rem;
  padding: 0.85rem;
  border-radius: 18px;
  background: #fffdf8;
  cursor: pointer;
}

.design-theme-card > strong {
  font-size: 1.02rem;
  line-height: 1.12;
}

.design-theme-card > span:not(.theme-mini) {
  font-size: 0.92rem;
  line-height: 1.32;
}

.design-theme-card::after {
  content: "";
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #d9d1c2;
  border-radius: 999px;
  background: #fffaf0;
}

.design-theme-card.selected {
  color: #17211d;
  border-color: #12352e;
  background: #fffaf0;
  box-shadow: 0 0 0 4px rgba(18, 53, 46, 0.12), 0 18px 44px rgba(23, 33, 29, 0.10);
}

.design-theme-card.selected::after {
  content: "✓";
  display: grid;
  place-items: center;
  border-color: #f0a447;
  background: #f0a447;
  color: #12231f;
  font-size: 0.82rem;
  font-weight: 900;
}

.theme-mini {
  display: grid;
  gap: 0.35rem;
  width: 100%;
  min-height: 132px;
  border: 1px solid #eadfcd;
  border-radius: 14px;
  background: #fff;
  padding: 0.55rem;
  overflow: hidden;
}

.mini-hero {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0.45rem;
  align-items: center;
  min-width: 0;
  border-radius: 11px;
  padding: 0.45rem;
  background: color-mix(in srgb, var(--brand) 14%, #fff3d5);
}

.mini-logo {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #fffaf0;
  font-size: 0.82rem;
  font-weight: 900;
  overflow: hidden;
  padding: 0.12rem;
}

.mini-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mini-hero b,
.mini-hero i,
.mini-item b,
.mini-item i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-hero b {
  max-width: 9.5ch;
  font-size: 0.68rem;
}

.mini-hero i {
  max-width: 10.5ch;
  color: #62706a;
  font-size: 0.62rem;
  font-style: normal;
}

.mini-actions {
  display: flex;
  gap: 0.25rem;
}

.mini-actions i {
  width: 28%;
  height: 14px;
  border-radius: 999px;
  background: var(--brand);
}

.mini-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem;
  align-items: center;
  border: 1px solid #eadfcd;
  border-radius: 10px;
  padding: 0.45rem;
  color: #17211d;
}

.mini-item b,
.mini-item i {
  font-size: 0.68rem;
  font-style: normal;
}

.theme-mini-bold .mini-hero {
  color: #fff;
  background: var(--brand);
}

.theme-mini-bold .mini-logo {
  color: #12231f;
  background: #fff1cf;
}

.theme-mini-bold .mini-hero i {
  color: rgba(255, 247, 232, 0.76);
}

.theme-mini-bold .mini-item {
  border-color: var(--brand);
  box-shadow: inset 3px 0 0 var(--brand);
}

.theme-mini-visual .mini-hero {
  min-height: 58px;
  align-items: end;
  color: #fff;
  background: linear-gradient(180deg, color-mix(in srgb, var(--brand) 72%, #111827), #111827);
}

.theme-mini-visual .mini-logo {
  background: #fff1cf;
  color: #12231f;
}

.theme-mini-visual .mini-hero i {
  color: rgba(255, 247, 232, 0.76);
}

.theme-mini-visual .mini-item {
  grid-template-columns: 1fr;
  min-height: 38px;
  background: #fbf7ef;
}

.brand-colour-control {
  display: grid;
  gap: 0.85rem;
}

.brand-colour-control.compact {
  margin-top: 0.9rem;
}

.brand-assets-grid {
  display: grid;
  gap: 0.8rem;
}

.brand-image-control {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  border: 1px solid #eadfcd;
  border-radius: 14px;
  background: #fffdf8;
  padding: 0.85rem;
}

.brand-image-control.wide {
  grid-template-columns: 140px minmax(0, 1fr);
}

.brand-image-preview {
  width: 96px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e6ddcb;
  background: #fff;
  color: var(--brand);
  font-weight: 900;
}

.brand-image-control.wide .brand-image-preview {
  width: 140px;
  aspect-ratio: 16 / 10;
}

.brand-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-image-control.wide .brand-image-preview img {
  object-fit: cover;
}

.brand-image-control h4,
.brand-image-control p {
  margin: 0;
}

.brand-image-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}

.colour-picker-label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  margin: 0;
}

.colour-swatch-large {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(23, 33, 29, 0.12), 0 14px 28px rgba(23, 33, 29, 0.12);
  overflow: hidden;
}

.colour-swatch-large input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.hex-input {
  width: min(180px, 100%);
  margin-top: 0.3rem;
  font-family: "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  text-transform: uppercase;
}

.preset-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.preset-swatch {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 2px solid #fffaf0;
  background: var(--swatch);
  box-shadow: 0 0 0 1px rgba(23, 33, 29, 0.16), 0 8px 18px rgba(23, 33, 29, 0.08);
  cursor: pointer;
}

.preset-swatch.selected {
  box-shadow: 0 0 0 3px rgba(240, 164, 71, 0.42), 0 0 0 6px rgba(18, 53, 46, 0.12);
}

.live-preview-panel {
  position: sticky;
  top: 1rem;
}

.live-preview-heading {
  margin-bottom: 0.85rem;
}

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

.design-phone-frame {
  width: min(390px, 100%);
  min-width: 0;
  max-height: 720px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 36px;
  background: #101816;
  padding: 0.75rem;
  box-shadow: 0 30px 80px rgba(23, 33, 29, 0.24);
}

.design-phone-frame .smartpage {
  min-width: 0;
  min-height: 680px;
  max-height: 680px;
  overflow: hidden;
  border-radius: 28px;
}

.design-phone-frame .public-shell,
.design-phone-frame .public-category,
.design-phone-frame .info-sections,
.design-phone-frame .original,
.design-phone-frame [data-results],
.preview-device-frame .public-shell,
.preview-device-frame .public-category,
.preview-device-frame .info-sections,
.preview-device-frame .original,
.preview-device-frame [data-results] {
  width: 100%;
}

.design-phone-frame .public-hero {
  padding: 0;
}

.design-phone-frame .public-hero-inner {
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 1.05rem;
}

.design-phone-frame .logo {
  width: 56px;
  height: 56px;
  border-radius: 17px;
}

.design-phone-frame .public-hero h1 {
  font-size: clamp(1.75rem, 9vw, 2.55rem);
  line-height: 1.04;
}

.design-phone-frame .public-hero p {
  font-size: 0.92rem;
}

.design-phone-frame .status {
  font-size: 0.78rem;
  line-height: 1.3;
}

.design-phone-frame .theme-visual .public-hero,
.design-phone-frame .theme-visual .public-hero-inner {
  min-height: 0;
  align-items: center;
}

.design-footer-actions {
  margin-top: 0.2rem;
}

.category-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: end;
}

.needs-check {
  border-color: #ffd18a;
  background: #fffaf0;
}

.variant-row {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 140px 140px auto;
  gap: 0.5rem;
  align-items: center;
  margin: 0.5rem 0;
}

.preview-wrap {
  background: radial-gradient(circle at 70% 0, rgba(18, 53, 46, 0.08), transparent 24rem), rgba(255, 255, 255, 0.9);
}

.final-preview-panel {
  padding: clamp(0.9rem, 2.2vw, 1.45rem);
}

.preview-heading {
  margin-bottom: 0.8rem;
}

.preview-heading h2 {
  font-size: clamp(2.35rem, 5.4vw, 3.65rem);
  line-height: 0.98;
  margin-bottom: 0.3rem;
}

.final-preview-layout {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: clamp(0.9rem, 2.4vw, 1.35rem);
  align-items: start;
}

.publish-check-panel {
  min-width: 0;
  display: grid;
  gap: 1rem;
  border: 1px solid #eadfcd;
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.92);
  padding: clamp(1rem, 2.5vw, 1.25rem);
  box-shadow: 0 10px 28px rgba(23, 33, 29, 0.045);
}

.publish-check-panel h3,
.publish-check-panel p {
  margin: 0;
}

.readiness-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.readiness-list div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: center;
  border: 1px solid rgba(18, 53, 46, 0.1);
  border-radius: 14px;
  background: #fffaf0;
  padding: 0.65rem 0.75rem;
}

.readiness-list dt {
  width: 1.45rem;
  height: 1.45rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #12352e;
  color: #fff7e8;
  font-weight: 900;
}

.readiness-list dd {
  margin: 0;
  font-weight: 850;
}

.publish-check-actions {
  display: grid;
  gap: 0.65rem;
  justify-content: stretch;
}

.publish-check-actions > * {
  width: 100%;
  justify-content: center;
}

.preview-stage {
  min-width: 0;
  border: 1px solid #eadfcd;
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.9);
  padding: clamp(0.7rem, 1.6vw, 1rem);
  box-shadow: 0 22px 58px rgba(23, 33, 29, 0.10);
}

.preview-device-frame {
  width: min(430px, 100%);
  min-width: 0;
  height: min(650px, calc(100vh - 250px));
  min-height: 620px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 38px;
  background: #101816;
  padding: 0.8rem;
  box-shadow: 0 30px 80px rgba(23, 33, 29, 0.24);
}

.preview-device-frame .smartpage {
  min-width: 0;
  height: 100%;
  min-height: 0;
  border-radius: 28px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.preview-device-frame .smartpage::-webkit-scrollbar {
  display: none;
}

.preview-device-frame .public-hero {
  padding: 0;
}

.preview-device-frame .public-hero-inner {
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 1.05rem;
}

.preview-device-frame .logo {
  width: 56px;
  height: 56px;
  border-radius: 17px;
}

.preview-device-frame .public-hero h1 {
  font-size: clamp(1.3rem, 5.5vw, 2.15rem);
  line-height: 1.04;
}

.preview-device-frame .public-hero p {
  margin: 0.18rem 0;
  font-size: 0.84rem;
  line-height: 1.28;
}

.preview-device-frame .status {
  font-size: 0.72rem;
  line-height: 1.22;
}

.preview-device-frame .theme-visual .public-hero,
.preview-device-frame .theme-visual .public-hero-inner {
  min-height: 0;
  align-items: center;
}

.publish-panel {
  overflow: hidden;
}

.publish-heading::before,
.publish-success-head::before {
  content: "✓";
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #12352e;
  color: #fff7e8;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
}

.publish-launch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  gap: 1rem;
  align-items: stretch;
}

.publish-launch-main,
.publish-launch-options,
.public-share-card,
.private-edit-card,
.whats-next-card {
  border: 1px solid #e6ddcb;
  border-radius: 16px;
  background: #fffdf8;
  padding: 1.1rem;
}

.publish-launch-main {
  display: grid;
  align-content: start;
  gap: 1.1rem;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
}

.publish-launch-main .readiness-list {
  margin: 0;
}

.publish-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.publish-primary {
  min-width: min(100%, 240px);
}

.publish-primary svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.publish-primary[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
}

.publish-error {
  margin: 0;
  border: 1px solid #fecdd3;
  border-radius: 10px;
  background: #fff1f2;
  color: #9f1239;
  padding: 0.75rem;
  font-weight: 800;
}

.publish-launch-options {
  display: grid;
  gap: 0.85rem;
  background: #fbf7ee;
}

.launch-option-card {
  display: grid;
  gap: 0.85rem;
  border: 1px solid #eadfcb;
  border-radius: 12px;
  background: #fff;
  padding: 0.95rem;
}

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

.toggle-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  font-weight: 900;
  color: var(--ink);
}

.toggle-row input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #12352e;
  flex: 0 0 auto;
}

.publish-success-head {
  max-width: 760px;
  margin-bottom: 1rem;
}

.publish-success-head h2,
.publish-success-head p {
  margin: 0;
}

.publish-success-head h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.published {
  display: grid;
  gap: 1rem;
}

.publish-success-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.8fr);
  align-items: start;
}

.public-share-card {
  display: grid;
  gap: 1rem;
  background: #fffdf8;
}

.public-share-card h3,
.public-share-card p,
.private-edit-card h3,
.private-edit-card p,
.whats-next-card h3 {
  margin: 0;
}

.qr-share {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.qr-share p {
  color: #475569;
  line-height: 1.5;
  margin-bottom: 0.85rem;
}

.publish-next-column {
  display: grid;
  gap: 1rem;
}

.private-edit-card {
  display: grid;
  gap: 0.85rem;
  border-color: #fed7aa;
  background: #fff7ed;
}

.private-edit-card p {
  color: #7c2d12;
  font-weight: 750;
  line-height: 1.45;
}

.whats-next-card ol {
  margin: 0.55rem 0 0;
  padding-left: 1.25rem;
  color: #475569;
  line-height: 1.5;
}

.url-copy-row input {
  text-overflow: ellipsis;
}

.diagnostics,
.lab,
.source-preview {
  min-width: 0;
  border: 1px solid #dbe3dd;
  border-radius: 8px;
  background: #f8fafc;
  padding: 0.85rem;
  margin: 0.85rem 0;
}

.lab summary {
  cursor: pointer;
  font-weight: 800;
}

.diagnostics pre,
.json-view {
  max-width: 100%;
  max-height: 280px;
  overflow: auto;
  background: #111827;
  color: #f8fafc;
  border-radius: 8px;
  padding: 0.8rem;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-family: "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  user-select: text;
}

.json-view {
  max-height: 520px;
  tab-size: 2;
  line-height: 1.45;
}

.raw-json-section {
  min-width: 0;
  margin: 1rem 0;
}

.raw-json-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  min-width: 0;
}

.raw-json-header > * {
  min-width: 0;
}

.json-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: 0.65rem;
  margin: 0.75rem 0;
}

.json-summary div {
  background: #fff;
  border: 1px solid #dbe3dd;
  border-radius: 8px;
  padding: 0.7rem;
}

.json-summary dt {
  color: #475569;
  font-weight: 800;
}

.json-summary dd {
  margin: 0.15rem 0 0;
  font-size: 1.25rem;
  font-weight: 900;
}

.diag-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 0.65rem;
  margin: 0;
}

.comparison,
.comparison-table,
.comparison-row,
.extraction-test-report-body {
  min-width: 0;
}

.comparison-row {
  overflow-wrap: anywhere;
}

.diag-grid div {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  padding: 0.55rem;
}

.diag-grid dt {
  font-weight: 800;
  color: #475569;
}

.diag-grid dd {
  margin: 0.2rem 0 0;
  word-break: break-word;
}

.source-preview img {
  display: block;
  max-width: min(100%, 420px);
  max-height: 360px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  margin-top: 0.5rem;
}

.quality-summary,
.comparison {
  margin: 1rem 0;
}

.structural-warnings {
  border: 1px solid #fbbf24;
  border-radius: 8px;
  background: #fffbeb;
  color: #78350f;
  padding: 0.8rem;
  margin: 0.75rem 0;
}

.structural-warnings ul {
  margin: 0.45rem 0 0;
  padding-left: 1.2rem;
}

.comparison-table {
  display: grid;
  gap: 0.55rem;
}

.comparison-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: 0.45rem;
  border: 1px solid #dbe3dd;
  border-radius: 8px;
  background: #fff;
  padding: 0.7rem;
}

.comparison-row strong {
  color: #0f766e;
}

.copy-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
}

.copy-row input {
  min-width: 0;
  overflow-wrap: anywhere;
}

.qr {
  margin: 1rem 0;
  width: min(220px, 100%);
  height: auto;
  background: #fff;
  border: 1px solid #e4ded1;
  border-radius: 18px;
  padding: 0.5rem;
}

.share-chips {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.share-chips span {
  border-radius: 999px;
  background: #fff4df;
  color: #6a3a0c;
  padding: 0.45rem 0.7rem;
  font-weight: 850;
}

.smartpage {
  --brand: #0f766e;
  --public-max: 1180px;
  min-height: 100vh;
  background: #fbf7ef;
  color: #14181f;
  padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

.public-shell,
.public-category,
.info-sections,
.original,
[data-results] {
  width: min(var(--public-max), calc(100% - clamp(2rem, 6vw, 4rem)));
  margin-inline: auto;
}

.public-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.15rem, 3.2vw, 2.45rem) 0;
  background:
    linear-gradient(135deg, var(--brand-soft), #fffaf0 58%, var(--accent-soft));
  border-bottom: 1px solid color-mix(in srgb, var(--brand) 14%, #eadfcd);
}

.public-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(0.9rem, 2.2vw, 1.7rem);
  align-items: center;
}

.smartpage.no-logo .public-hero-inner {
  grid-template-columns: minmax(0, 1fr);
}

.hero-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.18;
}

.public-hero-copy {
  min-width: 0;
  display: grid;
  gap: clamp(0.42rem, 1vw, 0.7rem);
  max-width: 72rem;
}

.public-kicker {
  margin: 0;
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.public-hero h1 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(2rem, 5.2vw, 4rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
  letter-spacing: 0;
}

.public-hero p {
  margin: 0;
  max-width: 66ch;
  line-height: 1.35;
  overflow-wrap: anywhere;
  color: color-mix(in srgb, var(--brand-deep) 72%, #475569);
}

.status {
  max-width: 64ch;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.35;
  color: var(--brand-deep);
  white-space: pre-line;
}

.logo {
  width: clamp(72px, 8vw, 112px);
  height: clamp(72px, 8vw, 112px);
  border-radius: 24px;
  object-fit: contain;
  background: #fff;
  padding: 0.45rem;
  box-shadow: 0 16px 34px rgba(23, 33, 29, 0.13);
}

.public-actions-band {
  border-bottom: 1px solid #eadfcd;
  background: color-mix(in srgb, var(--brand-soft) 60%, #fffaf0);
}

.actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  padding: 0;
}

.public-hero-actions {
  padding-top: 0.25rem;
}

.actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  white-space: nowrap;
  border: 1px solid color-mix(in srgb, var(--brand) 34%, #ffffff);
  color: var(--brand-deep);
  background: rgba(255, 253, 248, 0.86);
  border-radius: 999px;
  padding: 0.56rem 0.82rem;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(23, 33, 29, 0.08);
}

.actions a:hover,
.actions a:focus-visible {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--brand-on);
}

.actions a svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.public-nav-bar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #eadfcd;
  background: rgba(251, 247, 239, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 28px rgba(23, 33, 29, 0.08);
}

.public-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.78rem 0;
}

.search-row {
  display: grid;
  grid-template-columns: minmax(0, 20rem);
  gap: 0.25rem;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  flex: 0 1 22rem;
  order: 2;
}

.search-row label {
  font-size: 0.78rem;
  color: #64756f;
}

.search-row input {
  min-height: 38px;
  border-radius: 999px;
  border-color: color-mix(in srgb, var(--brand) 20%, #d7c8b5);
  background: #fffdf8;
  font-size: 0.92rem;
}

.category-nav {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  overflow-x: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0;
  background: transparent;
  flex: 1 1 auto;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

@media (max-width: 900px) {
  .public-nav-inner {
    display: grid;
    gap: 0.65rem;
  }

  .search-row {
    order: 1;
    grid-template-columns: 1fr;
    flex: none;
  }

  .category-nav {
    order: 2;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.05rem;
  }

  .category-nav a {
    flex: 0 0 auto;
    max-width: 72vw;
    white-space: normal;
  }

  .public-kind-services .public-category {
    display: block;
  }

  .public-kind-services .public-category .item-list {
    margin-top: 0.85rem;
  }
}

.category-nav a {
  min-width: 0;
  color: var(--brand-deep);
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid color-mix(in srgb, var(--brand) 22%, #eadfcd);
  border-radius: 999px;
  padding: 0.44rem 0.1rem;
  white-space: normal;
  overflow-wrap: anywhere;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.15;
  background: transparent;
  border-color: transparent;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

.category-nav a:hover,
.category-nav a:focus-visible,
.category-nav a.active {
  background: transparent;
  color: var(--brand-deep);
  border-bottom-color: var(--accent);
}

.public-category,
.info-sections,
.original,
[data-results] {
  padding: clamp(0.9rem, 2.2vw, 1.45rem) 0;
}

.public-category {
  scroll-margin-top: 9rem;
  outline: none;
}

.public-category h2,
.info-sections h2,
.original h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin: 0 0 0.2rem;
  overflow-wrap: anywhere;
  color: var(--brand-deep);
}

.public-category > p {
  max-width: 70ch;
  margin: 0 0 0.9rem;
  color: #64756f;
}

.item-list {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 860px) {
  .item-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    align-items: start;
  }

  .public-item {
    height: 100%;
  }

  .public-item.has-matrix {
    grid-column: 1 / -1;
    max-width: min(940px, 100%);
  }
}

@media (min-width: 1380px) {
  .item-list {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
}

.public-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  border: 1px solid #eadfcd;
  border-radius: 20px;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 33, 29, 0.055);
  position: relative;
  overflow: hidden;
}

.public-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent);
  opacity: 0.72;
}

.public-item img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 16px;
}

.public-item:not(:has(img)) {
  grid-template-columns: 1fr;
}

.item-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: start;
}

.item-price-actions,
.variant-price-actions,
.matrix-price-cell {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.item-title h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.item-title h3 span {
  display: inline-block;
  min-width: 2.4ch;
  margin-right: 0.4rem;
  color: var(--brand);
}

.item-title strong {
  white-space: nowrap;
  color: var(--brand-deep);
  font-size: 1.06rem;
}

.selection-add {
  border: 1px solid color-mix(in srgb, var(--brand) 28%, #d7c8b5);
  background: #fffdf8;
  color: var(--brand-deep);
  border-radius: 999px;
  padding: 0.36rem 0.66rem;
  font-size: 0.82rem;
  font-weight: 900;
  min-height: 34px;
  white-space: nowrap;
  box-shadow: none;
}

.selection-add:hover,
.selection-add:focus-visible,
.selection-add.selected {
  background: var(--brand);
  color: var(--brand-on);
  border-color: var(--brand);
  transform: none;
}

.public-item p {
  margin: 0.35rem 0;
  color: #475569;
  line-height: 1.42;
}

.variant-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.variant-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  border-top: 1px solid #eadfcd;
  padding: 0.4rem 0;
}

.variant-list li span {
  overflow-wrap: anywhere;
}

.variant-list li strong {
  white-space: nowrap;
}

.selection-fab {
  position: fixed;
  right: clamp(1rem, 3vw, 1.6rem);
  bottom: calc(env(safe-area-inset-bottom, 0px) + clamp(1rem, 3vw, 1.6rem));
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 48px;
  border: 1px solid color-mix(in srgb, var(--brand) 30%, transparent);
  border-radius: 999px;
  background: var(--brand);
  color: var(--brand-on);
  box-shadow: 0 18px 42px rgba(23, 33, 29, 0.22);
}

.selection-fab span {
  display: inline-grid;
  place-items: center;
  min-width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-on);
  font-weight: 900;
}

.selection-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  width: min(420px, calc(100vw - 1rem));
  max-width: 100%;
  overflow-y: auto;
  background: #fffdf8;
  border-left: 1px solid #eadfcd;
  box-shadow: -24px 0 70px rgba(23, 33, 29, 0.18);
  padding: clamp(1rem, 3vw, 1.4rem);
  transform: translateX(105%);
  transition: transform 180ms ease;
}

.selection-panel.open {
  transform: translateX(0);
}

.selection-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.selection-panel-header h2 {
  margin: 0;
  font-size: 1.35rem;
}

.selection-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.48rem;
}

.selection-list li {
  display: grid;
  gap: 0.46rem;
  border: 1px solid #eadfcd;
  border-radius: 14px;
  background: #fff;
  padding: 0.62rem 0.68rem;
}

.selection-list li strong,
.selection-list li span,
.selection-list li small {
  display: block;
}

.selection-list li span,
.selection-list li small,
.selection-note,
.empty-selection {
  color: #64756f;
}

.selection-quantity {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.selection-quantity button {
  min-height: 36px;
  padding: 0.35rem 0.6rem;
}

.selection-quantity span {
  min-width: 2ch;
  text-align: center;
  font-weight: 900;
  color: var(--brand-deep);
}

.selection-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #eadfcd;
  margin: 1rem 0 0;
  padding-top: 1rem;
}

.selection-total span {
  color: #64756f;
}

.selection-footer {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.selection-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  background: var(--brand);
  color: #fffdf8;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(23, 33, 29, 0.14);
}

.selection-footer p {
  margin: 0;
  color: #64756f;
  font-size: 0.92rem;
  line-height: 1.45;
}

.variant-matrix-scroll {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 0.65rem;
  border: 1px solid #eadfcd;
  border-radius: 12px;
  background: #fffdf8;
}

.variant-matrix {
  width: 100%;
  min-width: min(620px, 100%);
  border-collapse: collapse;
  font-size: 0.9rem;
}

.variant-matrix th,
.variant-matrix td {
  padding: 0.5rem 0.55rem;
  border-bottom: 1px solid #eadfcd;
  text-align: left;
  vertical-align: top;
}

.variant-matrix thead th {
  background: color-mix(in srgb, var(--brand-soft) 55%, #fffdf8);
  color: var(--brand-deep);
}

.variant-matrix tbody th {
  color: #17211d;
  font-weight: 900;
}

.variant-matrix td {
  color: var(--brand-deep);
  font-weight: 850;
  white-space: nowrap;
}

.variant-matrix .variant-row-label {
  color: #475569;
  font-weight: 800;
}

.variant-matrix tr:last-child th,
.variant-matrix tr:last-child td {
  border-bottom: 0;
}

.badges {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.badges span {
  border-radius: 999px;
  background: var(--accent-soft);
  color: color-mix(in srgb, var(--accent) 62%, #3b2206);
  padding: 0.2rem 0.5rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.special {
  border-color: color-mix(in srgb, var(--accent) 55%, #eadfcd);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent), 0 10px 28px rgba(23, 33, 29, 0.08);
}

.unavailable {
  opacity: 0.68;
  background: #f8fafc;
}

.public-kind-food {
  --public-max: 1180px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.72), rgba(251, 247, 239, 0.96)),
    repeating-linear-gradient(0deg, rgba(216, 138, 54, 0.035) 0 1px, transparent 1px 42px);
}

.public-kind-food .public-hero {
  padding: clamp(1.45rem, 4.5vw, 4.25rem) 0 clamp(1.25rem, 3vw, 2.3rem);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--brand-deep) 90%, #111827), color-mix(in srgb, var(--brand) 72%, #111827));
  color: #fffaf0;
}

.public-kind-food .public-hero h1 {
  font-size: clamp(2.35rem, 6vw, 5.2rem);
  line-height: 0.94;
}

.public-kind-food .public-kicker,
.public-kind-food .status,
.public-kind-food .public-hero p {
  color: color-mix(in srgb, #fffaf0 88%, var(--accent-soft));
}

.public-kind-food .public-nav-bar {
  background: rgba(255, 250, 240, 0.96);
  box-shadow: none;
}

.public-kind-food .category-nav a {
  color: color-mix(in srgb, var(--brand-deep) 84%, #111827);
  text-transform: uppercase;
  font-size: 0.88rem;
}

.public-kind-food .public-category {
  padding-block: clamp(1.5rem, 3.2vw, 2.4rem);
}

.public-kind-food .public-category h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: clamp(1.75rem, 3.8vw, 2.7rem);
}

.public-kind-food .public-category h2::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 38%, #eadfcd);
}

.public-kind-food .item-list {
  display: block;
  border-top: 1px solid color-mix(in srgb, var(--accent) 32%, #eadfcd);
}

.public-kind-food .public-item {
  display: block;
  min-height: 0;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 22%, #eadfcd);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0.74rem 0;
  overflow: visible;
}

.public-kind-food .public-item::before {
  display: none;
}

.public-kind-food .public-item.detailed-item {
  margin: 0.68rem 0;
  padding: 0.92rem 1rem;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, #eadfcd);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.72);
}

.public-kind-food .item-title {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
}

.public-kind-food .item-title h3 {
  display: flex;
  align-items: baseline;
  flex: 1 1 auto;
  gap: 0.55rem;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.public-kind-food .item-title h3::after {
  content: "";
  flex: 1 1 auto;
  min-width: 1.4rem;
  border-bottom: 1px dotted color-mix(in srgb, var(--brand-deep) 32%, transparent);
  transform: translateY(-0.18rem);
}

.public-kind-food .item-price-actions {
  flex: 0 0 auto;
}

.public-kind-food .public-item p {
  max-width: 64ch;
  margin: 0.25rem 0 0;
  color: #64756f;
}

.public-kind-services {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--brand-soft) 42%, #fffaf0), #fbf7ef 18rem);
}

.public-kind-services .public-hero {
  background:
    linear-gradient(115deg, #fffdf8, color-mix(in srgb, var(--brand-soft) 72%, #fffaf0));
}

.public-kind-services .public-hero-inner {
  align-items: end;
}

.public-kind-services .public-hero-copy {
  max-width: 58rem;
}

.public-kind-services .public-kicker {
  justify-self: start;
  border: 1px solid color-mix(in srgb, var(--brand) 24%, #d7c8b5);
  border-radius: 999px;
  padding: 0.34rem 0.65rem;
  background: rgba(255, 253, 248, 0.8);
}

.public-kind-services .public-hero h1 {
  font-size: clamp(2.25rem, 5.6vw, 4.8rem);
  max-width: 15ch;
}

.public-kind-services .public-category {
  display: grid;
  grid-template-columns: minmax(12rem, 0.32fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: start;
}

.public-kind-services .public-category h2,
.public-kind-services .public-category > p {
  grid-column: 1;
}

.public-kind-services .public-category .item-list {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.public-kind-services .item-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
}

.public-kind-services .public-item {
  border-color: color-mix(in srgb, var(--brand) 24%, #eadfcd);
  border-radius: 10px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--brand-soft) 42%, #fffdf8), #fff);
  box-shadow: 0 16px 34px rgba(23, 33, 29, 0.075);
}

.public-kind-services .public-item::before {
  width: 6px;
  background: var(--brand);
  opacity: 0.88;
}

.public-kind-services .item-title {
  gap: 1rem;
}

.public-kind-services .item-title strong,
.public-kind-services .variant-list li strong {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-soft) 68%, #fff);
  padding: 0.3rem 0.62rem;
}

.public-kind-beauty {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--accent-soft) 48%, #fffaf0), #fffdf8 24rem);
}

.public-kind-beauty .public-hero {
  padding-block: clamp(1.7rem, 5vw, 4.6rem);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--accent-soft) 58%, #fffaf0), #fffdf8 62%, color-mix(in srgb, var(--brand-soft) 34%, #fffdf8));
}

.public-kind-beauty .public-hero-inner {
  justify-content: center;
}

.public-kind-beauty .public-hero-copy {
  justify-items: center;
  text-align: center;
  margin-inline: auto;
}

.public-kind-beauty .public-hero h1 {
  max-width: 17ch;
  font-size: clamp(2.2rem, 5.2vw, 4.6rem);
  line-height: 1.02;
}

.public-kind-beauty .public-kicker {
  color: color-mix(in srgb, var(--accent) 78%, #4b2b08);
}

.public-kind-beauty .public-hero-actions {
  justify-content: center;
}

.public-kind-beauty .category-nav {
  justify-content: center;
}

.public-kind-beauty .public-nav-inner {
  display: grid;
  justify-items: center;
}

.public-kind-beauty .search-row {
  width: min(100%, 28rem);
  order: 2;
}

.public-kind-beauty .public-category {
  padding-block: clamp(1.8rem, 4vw, 3.2rem);
}

.public-kind-beauty .public-category h2 {
  text-align: center;
  font-size: clamp(1.65rem, 3.4vw, 2.45rem);
}

.public-kind-beauty .public-category > p {
  margin-inline: auto;
  text-align: center;
}

.public-kind-beauty .item-list {
  display: block;
  max-width: 860px;
  margin-inline: auto;
  border-top: 1px solid color-mix(in srgb, var(--accent) 28%, #eadfcd);
}

.public-kind-beauty .public-item {
  display: grid;
  grid-template-columns: 1fr;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 25%, #eadfcd);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 1rem 0;
  overflow: visible;
}

.public-kind-beauty .public-item::before {
  display: none;
}

.public-kind-beauty .item-title h3 {
  font-size: 1.12rem;
}

.public-kind-beauty .item-title strong {
  color: color-mix(in srgb, var(--accent) 74%, var(--brand-deep));
}

.public-kind-products .item-list,
.public-kind-creative .item-list,
.public-kind-hire .item-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.public-kind-products .public-item,
.public-kind-creative .public-item,
.public-kind-hire .public-item {
  grid-template-columns: 1fr;
  border-radius: 12px;
}

.public-kind-products .public-item img,
.public-kind-creative .public-item img,
.public-kind-hire .public-item img {
  width: 100%;
  height: 180px;
}

.info-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 0.85rem;
}

.info-sections article {
  border: 1px solid color-mix(in srgb, var(--accent) 26%, #eadfcd);
  border-radius: 18px;
  background: color-mix(in srgb, var(--accent-soft) 38%, #fffdf8);
  padding: 1rem;
}

.info-sections h2 {
  font-size: 1.15rem;
}

.info-sections p {
  margin: 0.35rem 0 0;
  color: #475569;
}

.theme-bold .public-hero {
  background:
    radial-gradient(circle at 82% 14%, color-mix(in srgb, var(--accent) 48%, transparent), transparent 22rem),
    linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--brand-on);
}

.theme-bold .status {
  color: var(--accent-soft);
}

.theme-bold .public-hero p,
.theme-visual .public-hero p {
  color: color-mix(in srgb, #fffaf0 88%, var(--accent-soft));
}

.theme-bold .actions a {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-on);
}

.theme-bold .public-item {
  border-color: color-mix(in srgb, var(--brand) 32%, #eadfcd);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand) 10%, transparent), 0 10px 28px rgba(23, 33, 29, 0.08);
}

.theme-visual .public-hero {
  min-height: clamp(320px, 42vh, 520px);
  background:
    radial-gradient(circle at 12% 20%, color-mix(in srgb, var(--accent) 54%, transparent), transparent 18rem),
    linear-gradient(180deg, var(--brand-deep), #111827);
  color: #fffaf0;
}

.theme-visual.has-cover .public-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.78), rgba(17, 24, 39, 0.32));
}

.theme-visual.has-cover .hero-cover {
  opacity: 1;
}

.theme-visual .public-hero-inner {
  min-height: clamp(220px, 26vh, 340px);
  align-items: center;
}

@media (min-width: 768px) {
  .theme-visual .public-hero {
    min-height: clamp(220px, 24vh, 300px);
    display: grid;
    align-items: center;
  }

  .theme-visual .public-hero-inner {
    min-height: 0;
    align-items: center;
  }
}

.theme-visual .status {
  color: color-mix(in srgb, var(--accent) 30%, #ffffff);
}

.theme-visual .public-item {
  grid-template-columns: 1fr;
}

.theme-visual .public-item img {
  width: 100%;
  height: 190px;
}

.original details {
  border: 1px solid #eadfcd;
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 8px 24px rgba(23, 33, 29, 0.05);
  overflow: hidden;
}

.original summary {
  cursor: pointer;
  padding: 0.95rem 1rem;
  font-weight: 900;
  color: #17211d;
  list-style-position: inside;
}

.original a {
  display: inline-flex;
  margin: 0 1rem 1rem;
  color: var(--brand);
  font-weight: 850;
}

.original img {
  display: block;
  width: min(100%, 640px);
  margin: 0 1rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.preview-label {
  text-align: center;
  font-weight: 800;
  color: #475569;
}

@media (max-width: 900px) {
  .marketing-hero,
  .social-story,
  .before-after,
  .social-section {
    grid-template-columns: 1fr;
  }

  .transformation-demo {
    min-height: 620px;
  }

  .value-strip,
  .process-grid,
  .example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .review-overview {
    grid-template-columns: 1fr;
  }

  .currency-review-callout {
    grid-template-columns: 1fr;
  }

  .design-customiser {
    grid-template-columns: 1fr;
  }

  .final-preview-layout {
    grid-template-columns: 1fr;
  }

  .live-preview-panel {
    position: static;
  }

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

  .details-grid {
    grid-template-columns: 1fr;
  }

  .social-flow {
    grid-template-columns: 1fr;
  }

  .social-flow > span {
    justify-self: center;
    transform: rotate(90deg);
  }
}

@media (max-width: 560px) {
  .marketing-nav {
    width: min(100% - 1.5rem, 1180px);
    align-items: stretch;
  }

  .marketing-nav,
  .marketing-hero,
  .value-strip,
  .before-after,
  .example-grid,
  .social-section {
    grid-template-columns: 1fr;
  }

  .marketing-nav {
    display: grid;
  }

  .marketing-nav nav {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .marketing-nav .primary {
    width: 100%;
  }

  .marketing-hero {
    width: min(100% - 1.5rem, 1180px);
    min-height: auto;
    padding: 1.5rem 0 2.25rem;
  }

  .hero-copy h1 {
    font-size: 2.35rem;
    line-height: 1.04;
  }

  .hero-actions > * {
    width: 100%;
  }

  .transformation-demo {
    min-height: 620px;
    margin-top: 1rem;
  }

  .source-sheet {
    left: 0;
    top: 0;
    width: 62%;
  }

  .phone-mockup {
    width: 76%;
    min-height: 500px;
    align-self: end;
  }

  .transform-arrow {
    left: 14%;
    top: 38%;
    width: 54px;
    height: 54px;
    box-shadow:
      0 14px 34px rgba(216, 138, 54, 0.34),
      0 0 0 8px rgba(216, 138, 54, 0.13);
  }

  .marketing-section {
    width: min(100% - 1.5rem, 1180px);
    padding: 2rem 0;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .value-strip {
    margin-top: -1.4rem;
  }

  .value-strip div::before {
    width: 30px;
    height: 30px;
    margin-bottom: 0.6rem;
    border-radius: 10px;
  }

  .social-section .primary {
    width: 100%;
  }

  .owner {
    padding: 0.75rem;
  }

  .owner h1 {
    font-size: 2rem;
  }

  .owner-header,
  .start-intro,
  .publish-launch-grid,
  .publish-success-grid,
  .qr-share,
  .brand-image-control,
  .brand-image-control.wide,
  .category-head,
  .category-review-head,
  .business-review,
  .item-card,
  .item-card-title,
  .copy-row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .owner-header {
    gap: 0.75rem;
  }

  .brand-image-preview,
  .brand-image-control.wide .brand-image-preview {
    width: 100%;
    max-width: 180px;
  }

  .publish-launch-main,
  .publish-launch-options,
  .public-share-card,
  .private-edit-card,
  .whats-next-card {
    padding: 0.9rem;
    border-radius: 12px;
  }

  .publish-actions,
  .publish-actions > *,
  .qr-share .button-row,
  .qr-share .button-row > *,
  .private-edit-card .button,
  .url-copy-row button {
    width: 100%;
  }

  .url-copy-row input {
    font-size: 0.82rem;
  }

  .item-edit-drawer {
    width: 100vw;
    border-left: 0;
  }

  .item-edit-head,
  .item-edit-body,
  .item-edit-actions {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item-edit-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .owner-title {
    display: none;
  }

  .business-type-panel {
    padding: 1rem;
  }

  .step-heading h2 {
    font-size: 2rem;
  }

  .business-type-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .business-type-card {
    min-height: 128px;
    padding: 0.95rem;
  }

  .review-panel {
    padding: 1rem;
  }

  .review-heading h2 {
    font-size: 2rem;
  }

  .review-metrics {
    grid-template-columns: 1fr;
  }

  .design-panel {
    padding: 1rem;
  }

  .final-preview-panel {
    padding: 1rem;
  }

  .design-heading h2 {
    font-size: 2rem;
  }

  .preview-heading h2 {
    font-size: 2rem;
  }

  .design-theme-grid {
    grid-template-columns: 1fr;
  }

  .design-theme-card {
    min-height: 0;
  }

  .theme-mini {
    min-height: 116px;
  }

  .colour-picker-label {
    grid-template-columns: 1fr;
  }

  .design-phone-frame {
    border-radius: 28px;
    padding: 0.55rem;
  }

  .design-phone-frame .smartpage {
    min-height: 620px;
    max-height: 620px;
    border-radius: 22px;
  }

  .preview-stage {
    padding: 0.65rem;
  }

  .preview-device-frame {
    width: min(100%, 430px);
    min-height: 620px;
    height: 640px;
    border-radius: 28px;
    padding: 0.55rem;
  }

  .preview-device-frame .smartpage {
    border-radius: 22px;
  }

  .preview-device-frame .public-hero-inner {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.6rem;
    padding: 0.8rem;
  }

  .preview-device-frame .logo {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .preview-device-frame .public-hero h1 {
    font-size: clamp(1.05rem, 5vw, 1.35rem);
  }

  .preview-device-frame .public-hero p {
    font-size: 0.76rem;
  }

  .preview-device-frame .status {
    font-size: 0.66rem;
  }

  .review-section-head,
  .business-review {
    align-items: stretch;
  }

  .review-section-head {
    display: grid;
  }

  .category-toggle {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
  }

  .category-counts {
    grid-column: 1 / -1;
    white-space: normal;
  }

  .chevron {
    grid-column: 2;
    grid-row: 1;
  }

  .item-card.compact-item,
  .item-card-title {
    grid-template-columns: 1fr;
  }

  .item-card-title strong {
    justify-self: start;
  }

  .category-management {
    justify-content: stretch;
  }

  .category-management button {
    flex: 1 1 auto;
  }

  .details-panel {
    padding: 1rem;
  }

  .details-heading h2 {
    font-size: 2rem;
  }

  .details-section-head,
  .logo-uploader {
    display: grid;
  }

  .logo-uploader {
    grid-template-columns: 1fr;
  }

  .action-grid {
    grid-template-columns: 1fr;
  }

  .action-toggle {
    min-height: 116px;
  }

  .logo-preview {
    width: 82px;
    height: 82px;
    border-radius: 20px;
  }

  .upload-button,
  .logo-controls button,
  .details-section-head button {
    width: 100%;
  }

  .optional-details summary {
    display: grid;
    align-items: start;
  }

  .step-cta-row,
  .step-primary {
    width: 100%;
  }

  .variant-row {
    grid-template-columns: 1fr;
  }

  .steps {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.28rem;
    overflow: visible;
  }

  .steps > span {
    display: flex;
  }

  .step-current {
    display: grid;
    grid-column: 1 / -1;
    gap: 0.15rem;
    border: 1px solid rgba(18, 53, 46, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    padding: 0.65rem 0.75rem;
  }

  .step-current span {
    display: block;
    border: 0;
    padding: 0;
    background: transparent;
    color: #64748b;
  }

  .step-pill {
    padding: 0.28rem 0.1rem;
    border-radius: 12px;
  }

  .step-pill em {
    width: 1.55rem;
    height: 1.55rem;
  }

  .step-pill b {
    display: none;
  }

  .step-current strong {
    color: #111827;
  }

  .public-hero {
    padding: 1rem 0;
  }

  .public-hero-inner {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1rem;
  }

  .search-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .logo {
    width: 56px;
    height: 56px;
  }

  .public-item {
    grid-template-columns: 1fr;
  }

  .public-item img {
    width: 100%;
    height: 160px;
  }

  .category-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 0.15rem;
  }

  .category-nav a {
    flex: 0 0 auto;
    max-width: min(78vw, 18rem);
    white-space: normal;
  }

  .item-title {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .button-row,
  .header-actions {
    align-items: stretch;
  }

  .button-row > *,
  .header-actions > * {
    width: 100%;
  }
}
