.platform-band,
.style-section,
.commerce-band,
.metrics-section,
.project-section,
.final-cta {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
}

.platform-band {
  padding: 92px 0;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 32px;
}

.section-heading h2,
.commerce-copy h2,
.final-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.035em;
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: center;
}

.demo-card,
.style-grid article,
.host-card,
.final-cta {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.demo-card {
  min-height: 360px;
  border-radius: var(--radius);
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(210, 242, 139, 0.08), rgba(122, 92, 255, 0.12)),
    #141a18;
}

.mini-window {
  display: flex;
  gap: 7px;
  margin-bottom: 60px;
}

.mini-window span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(245, 242, 232, 0.28);
}

.mock-prompt {
  width: min(360px, 90%);
  margin: 0 auto;
  border-radius: 18px;
  background: #f6f2e8;
  color: #1b211d;
  padding: 18px;
  font-size: 13px;
  font-weight: 740;
  box-shadow: 0 26px 70px rgba(122, 92, 255, 0.26);
}

.mock-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(112px, 0.7fr);
  gap: 12px;
  margin-top: 30px;
}

.mock-preview > div {
  border-radius: 16px;
  background: rgba(245, 242, 232, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mock-preview > .mock-preview-hero {
  display: grid;
  grid-row: span 2;
  min-height: 164px;
  align-content: end;
  gap: 9px;
  overflow: hidden;
  padding: 18px;
  background:
    radial-gradient(circle at 80% 18%, rgba(210, 242, 139, 0.32), transparent 28%),
    linear-gradient(145deg, rgba(149, 213, 168, 0.22), rgba(245, 242, 232, 0.08));
}

.mock-preview-hero span,
.mock-preview-hero small {
  color: rgba(245, 242, 232, 0.64);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mock-preview-hero strong {
  max-width: 260px;
  color: var(--text);
  font-size: 25px;
  font-weight: var(--font-semibold);
  line-height: 0.96;
}

.mock-preview-hero small {
  max-width: 230px;
  color: rgba(245, 242, 232, 0.58);
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.mock-preview-grid {
  display: grid;
  min-height: 96px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
}

.mock-preview-grid span {
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(245, 242, 232, 0.18), rgba(149, 213, 168, 0.16)),
    rgba(255, 255, 255, 0.04);
}

.mock-preview-bar {
  display: grid;
  min-height: 56px;
  grid-template-columns: 1fr 0.48fr;
  gap: 8px;
  align-items: center;
  padding: 10px;
}

.mock-preview-bar span {
  height: 12px;
  border-radius: 999px;
  background: rgba(245, 242, 232, 0.18);
}

.mock-preview-bar span:last-child {
  background: var(--green);
}

.workflow-list {
  display: grid;
  gap: 28px;
}

.workflow-list article {
  max-width: 540px;
}

.workflow-list h3,
.style-grid h3,
.project-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.1;
}

.workflow-list p,
.style-grid p,
.commerce-copy p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.style-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.style-grid article {
  min-height: 280px;
  border-radius: 24px;
  padding: 14px;
}

.style-thumb {
  height: 132px;
  border-radius: 18px;
  margin-bottom: 18px;
}

.industrial {
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.2), transparent),
    repeating-linear-gradient(90deg, #25352f 0 18px, #151f1b 18px 28px);
}

.commerce {
  background:
    radial-gradient(circle at 78% 34%, rgba(210, 242, 139, 0.8), transparent 19%),
    linear-gradient(135deg, #082820, #146b4a);
}

.editorial {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, #efe4d0, #b7e7bf);
  background-size: 42px 100%, auto;
}

.premium {
  background:
    radial-gradient(circle at 24% 24%, rgba(250, 76, 160, 0.9), transparent 25%),
    radial-gradient(circle at 75% 65%, rgba(122, 92, 255, 0.85), transparent 30%),
    #111715;
}

.commerce-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 36px;
  align-items: center;
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(149, 213, 168, 0.16), rgba(3, 8, 7, 0.1)),
    #062119;
  padding: 46px;
}

.hosting-stack {
  position: relative;
  min-height: 330px;
}

.host-card {
  position: absolute;
  width: 280px;
  border-radius: 26px;
  padding: 22px;
  background: rgba(6, 19, 16, 0.82);
}

.host-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.host-card strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 28px;
}

.host-card small {
  color: var(--muted);
}

.domain-card {
  top: 8px;
  left: 18px;
}

.deploy-card {
  top: 102px;
  right: 18px;
}

.live-card {
  bottom: 8px;
  left: 92px;
}

.metrics-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 74px 0;
}

.metrics-section div {
  display: grid;
  gap: 10px;
}

.metrics-section h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.metrics-section span {
  color: var(--muted);
  line-height: 1.5;
}

.project-section {
  display: grid;
  gap: 28px;
  padding: 28px 0 82px;
}

.project-section-heading {
  display: grid;
  max-width: 760px;
  gap: 10px;
}

.project-section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.project-section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.project-workspace {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(380px, 1.15fr);
  gap: 18px;
  align-items: start;
}

.brief-panel,
.core-panel {
  display: grid;
  gap: 18px;
  border-radius: 30px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(149, 213, 168, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.brief-panel h2,
.core-panel h2 {
  margin: 0;
  font-size: 24px;
}

.brief-panel p:not(.panel-label) {
  color: var(--muted);
  line-height: 1.5;
}

.brief-state-card {
  display: grid;
  gap: 7px;
  border-radius: 22px;
  background: rgba(149, 213, 168, 0.08);
  padding: 16px;
}

.brief-state-card span,
.project-toolbar span {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brief-state-card strong,
.project-toolbar strong {
  font-size: 18px;
}

.brief-state-card small {
  color: var(--muted);
  line-height: 1.45;
}

.brief-list,
.project-list,
.audit-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.brief-list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  padding-top: 4px;
}

.brief-list dt,
.account-card span,
.audit-list-header span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.brief-list dd {
  margin: 0;
}

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

.gate-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.gate-list span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(149, 213, 168, 0.09);
}

.core-panel-header,
.core-panel-actions,
.account-card,
.project-card,
.project-toolbar,
.audit-list-header,
.audit-event {
  display: grid;
  gap: 7px;
}

.core-panel-header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
}

.core-panel-header small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.core-panel-actions {
  grid-auto-flow: column;
  align-items: center;
}

.core-panel-actions a,
.core-panel-actions button {
  display: inline-grid;
  min-height: 38px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(245, 242, 232, 0.08);
  color: var(--text);
  cursor: pointer;
  padding: 0 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.core-panel-actions button {
  background: var(--text);
  color: #07100d;
}

.core-panel-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.account-card,
.project-card,
.audit-list {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  padding: 16px;
}

.account-card {
  grid-template-columns: 1fr auto;
  align-items: center;
  background:
    radial-gradient(circle at 92% 20%, rgba(210, 242, 139, 0.14), transparent 26%),
    rgba(255, 255, 255, 0.035);
}

.account-card div {
  display: grid;
  gap: 5px;
}

.account-card em {
  border-radius: 999px;
  background: rgba(245, 242, 232, 0.08);
  color: var(--text);
  padding: 7px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.account-card small,
.project-card p,
.audit-list-header small,
.audit-event span,
.empty-card {
  color: var(--muted);
}

.project-toolbar {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.project-toolbar div {
  display: grid;
  gap: 5px;
}

.project-toolbar a {
  display: inline-grid;
  min-height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(245, 242, 232, 0.08);
  padding: 0 14px;
  color: var(--text);
  font-size: 13px;
  font-weight: 820;
}

.project-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  transition: background 160ms ease, transform 160ms ease;
}

.project-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.project-card-main {
  display: grid;
  gap: 6px;
}

.project-card-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}

.project-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 760;
}

.project-card-url {
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-card-compact h3 {
  margin: 0;
}

.project-card-compact .project-card-meta {
  color: var(--muted);
}

.project-card-compact .project-actions {
  display: flex;
  justify-content: flex-end;
}

.generation-state {
  display: grid;
  gap: 8px;
  margin-top: 6px;
  border-radius: 18px;
  background: rgba(149, 213, 168, 0.08);
  padding: 12px;
}

.generation-state > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.generation-state small,
.generation-state span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
}

.generation-state b,
.generation-state strong {
  color: var(--text);
  font-size: 12px;
  font-weight: 860;
}

.generation-state ul {
  display: grid;
  gap: 5px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.35;
}

.deployment-state {
  display: grid;
  gap: 9px;
  margin-top: 10px;
  border-radius: 22px;
  background: rgba(67, 97, 238, 0.10);
  padding: 14px;
}

.deployment-state > div,
.deployment-state li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.deployment-state small,
.deployment-state span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
}

.deployment-state b,
.deployment-state strong {
  overflow: hidden;
  color: var(--text);
  font-size: 12px;
  font-weight: 860;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deployment-state ul {
  display: grid;
  gap: 5px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  color: var(--soft);
  font-size: 12px;
}

.domain-state {
  display: grid;
  gap: 12px;
  margin-top: 10px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 96% 10%, rgba(149, 213, 168, 0.16), transparent 30%),
    rgba(245, 242, 232, 0.055);
  padding: 14px;
}

.domain-state-top,
.domain-card-title,
.domain-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.domain-state small,
.domain-card-item small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
}

.domain-state b,
.domain-card-item strong {
  overflow: hidden;
  color: var(--text);
  font-size: 12px;
  font-weight: 860;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.domain-state-top > span,
.domain-card-title > span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(149, 213, 168, 0.12);
  color: var(--green);
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 840;
}

.domain-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
}

.domain-form [hidden] {
  display: none;
}

.domain-form input,
.domain-form select,
.domain-check {
  min-width: 0;
  border: 1px solid rgba(245, 242, 232, 0.12);
  border-radius: 14px;
  background: rgba(8, 24, 20, 0.68);
  color: var(--text);
  font: inherit;
  font-size: 12px;
  font-weight: 720;
  padding: 10px 11px;
}

.domain-form input:focus,
.domain-form select:focus {
  border-color: rgba(149, 213, 168, 0.5);
  outline: none;
}

.domain-check {
  align-items: center;
  display: flex;
  gap: 8px;
}

.domain-check input {
  flex: 0 0 auto;
  min-width: auto;
  padding: 0;
}

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

.domain-card-item {
  display: grid;
  gap: 9px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.14);
  padding: 12px;
}

.domain-card-item p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.domain-disclosure,
.domain-cloudflare-status {
  display: grid;
  gap: 6px;
  border-radius: 16px;
  background: rgba(149, 213, 168, 0.09);
  padding: 10px;
}

.domain-disclosure strong,
.domain-cloudflare-status strong {
  color: var(--text);
  font-size: 12px;
  font-weight: 860;
}

.domain-cloudflare-status small {
  color: var(--green);
  font-size: 10px;
  font-weight: 880;
  text-transform: uppercase;
}

.domain-cloudflare-status a {
  color: var(--green);
  font-size: 12px;
  font-weight: 820;
  text-decoration: none;
}

.domain-records {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.domain-records li {
  display: grid;
  grid-template-columns: 62px minmax(76px, 0.7fr) minmax(120px, 1fr) auto;
  align-items: center;
  gap: 8px;
  color: var(--soft);
  font-size: 11px;
}

.domain-records code {
  border-radius: 999px;
  background: rgba(245, 242, 232, 0.08);
  color: var(--green);
  padding: 4px 7px;
  font-family: inherit;
  font-weight: 860;
}

.domain-records span,
.domain-records strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.domain-records em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.domain-card-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.domain-card-actions-inline {
  margin-top: 4px;
}

.preview-state {
  display: grid;
  gap: 12px;
  margin-top: 10px;
  border-radius: 22px;
  background: rgba(245, 242, 232, 0.06);
  padding: 14px;
}

.preview-state-top,
.preview-links,
.preview-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.preview-state small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
}

.preview-state b {
  color: var(--text);
  font-size: 13px;
  font-weight: 880;
  text-transform: capitalize;
}

.preview-state a {
  color: var(--green);
  font-size: 12px;
  font-weight: 820;
  text-decoration: none;
}

.preview-links {
  align-items: flex-start;
}

.preview-links span {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-change-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.35;
}

.preview-change-form {
  display: grid;
  gap: 8px;
}

.preview-change-form textarea {
  min-height: 58px;
  resize: vertical;
  border: 1px solid rgba(245, 242, 232, 0.12);
  border-radius: 14px;
  background: rgba(8, 24, 20, 0.72);
  color: var(--text);
  font: inherit;
  font-size: 13px;
  padding: 10px 12px;
}

.preview-change-form textarea:focus {
  border-color: rgba(149, 213, 168, 0.5);
  outline: none;
}

.preview-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.status-pill,
.module-pills span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.status-pill {
  background: rgba(149, 213, 168, 0.11);
  color: var(--green);
  padding: 4px 8px;
}

.module-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.module-pills span {
  background: rgba(245, 242, 232, 0.07);
  padding: 4px 7px;
}

.project-card button {
  width: 100%;
  border: 0;
  background: #f6f2e8;
  color: #07110e;
  font-size: 13px;
  font-weight: 820;
}

.domain-card-actions button {
  width: auto;
  padding-inline: 13px;
}

.audit-event {
  grid-template-columns: 12px 1fr;
  padding-top: 12px;
}

.audit-event > span {
  width: 7px;
  height: 7px;
  margin-top: 6px;
  border-radius: 999px;
  background: rgba(149, 213, 168, 0.55);
}

.audit-event p,
.empty-card {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.empty-card {
  border-radius: 20px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.final-cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-bottom: 36px;
  border-radius: 34px;
  padding: 76px 22px;
  text-align: center;
}

.final-cta a {
  display: inline-grid;
  min-width: 170px;
  place-items: center;
  background: var(--green);
  color: #06100d;
  font-weight: 850;
}

.brand.compact .brand-mark {
  width: 30px;
  height: 30px;
}

.info-page {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 152px 0 84px;
}

.info-page-header {
  display: grid;
  max-width: 820px;
  gap: 18px;
  margin-bottom: 34px;
}

.info-page-header h1 {
  font-size: clamp(44px, 7vw, 76px);
}

.info-page-header p,
.info-card p,
.footer-brand p,
.footer-bottom {
  color: var(--muted);
  line-height: 1.55;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
  padding: 24px;
}

.info-card h2 {
  margin-bottom: 12px;
  font-size: 22px;
}

.info-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.site-footer {
  width: 100%;
  margin-top: 44px;
  background:
    radial-gradient(circle at 10% 0%, rgba(149, 213, 168, 0.14), transparent 28%),
    #070c0a;
}

.footer-inner {
  display: grid;
  width: min(1120px, calc(100vw - 32px));
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.7fr);
  gap: 54px;
  margin: 0 auto;
  padding: 58px 0 32px;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 18px;
}

.footer-brand p {
  max-width: 330px;
  margin: 0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.footer-column a:hover {
  color: var(--text);
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  font-size: 13px;
}

/* Homepage typography polish: softer weights, calmer headings, cleaner labels. */
.section-heading h2,
.commerce-copy h2,
.final-cta h2,
.project-section-heading h2,
.brief-panel h2,
.core-panel h2,
.workflow-list h3,
.style-grid h3,
.project-card h3,
.metrics-section h3,
.host-card strong,
.brief-state-card strong,
.project-toolbar strong,
.generation-state b,
.generation-state strong,
.deployment-state b,
.deployment-state strong,
.domain-state b,
.domain-card-item strong,
.domain-disclosure strong,
.domain-cloudflare-status strong,
.footer-column h2 {
  font-weight: var(--font-semibold);
  letter-spacing: 0;
}

.mock-prompt,
.host-card span,
.brief-state-card span,
.project-toolbar span,
.brief-list dt,
.account-card span,
.audit-list-header span,
.gate-list li,
.account-card em,
.project-toolbar a,
.project-card-meta,
.generation-state small,
.generation-state span,
.deployment-state small,
.deployment-state span,
.domain-state small,
.domain-card-item small,
.domain-state-top > span,
.domain-card-title > span,
.domain-form input,
.domain-form select,
.domain-check,
.domain-cloudflare-status small,
.domain-cloudflare-status a,
.domain-records code,
.domain-records em,
.footer-column a {
  font-weight: var(--font-medium);
}

@media (max-width: 900px) {
  .workflow-grid,
  .commerce-band,
  .project-workspace {
    grid-template-columns: 1fr;
  }

  .style-grid,
  .metrics-section,
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

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

  .hosting-stack {
    display: grid;
    min-height: auto;
    gap: 14px;
  }

  .host-card {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .domain-form {
    grid-template-columns: 1fr 1fr;
  }

  .core-panel-header {
    grid-template-columns: 1fr;
  }

  .core-panel-actions {
    justify-content: start;
  }
}

@media (max-width: 620px) {
  .style-grid,
  .metrics-section,
  .info-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .commerce-band {
    padding: 28px;
  }

  .info-page {
    padding-top: 124px;
  }

  .footer-bottom {
    flex-direction: column;
  }

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

  .mock-preview-hero {
    grid-row: auto;
  }

  .core-panel-actions,
  .project-card {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  .core-panel-actions a,
  .core-panel-actions button,
  .project-card-compact .project-actions button {
    width: 100%;
  }

  .domain-state-top,
  .domain-card-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .domain-form,
  .domain-records li {
    grid-template-columns: 1fr;
  }
}
