:root {
  color-scheme: light;
  --ink: #17211d;
  --muted: #607068;
  --paper: #fbfaf6;
  --cream: #f1eadf;
  --line: #d7d0c4;
  --green: #245c46;
  --green-2: #2f7357;
  --ochre: #b9752c;
  --coral: #c95f4d;
  --blue: #315f72;
  --shadow: 0 18px 45px rgba(23, 33, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid rgba(215, 208, 196, 0.8);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
}

.top-nav {
  display: flex;
  gap: 8px;
}

.top-nav a,
.claim-link,
.profile-actions a,
.map-card a {
  padding: 10px 13px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ink);
}

.top-nav a:hover,
.claim-link:hover,
.profile-actions a:hover,
.map-card a:hover {
  background: var(--cream);
}

.claim-link {
  background: var(--ink);
  color: #fff;
}

.claim-link:hover {
  background: var(--green);
}

.hero {
  position: relative;
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111;
}

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

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 18, 15, 0.78), rgba(12, 18, 15, 0.34) 52%, rgba(12, 18, 15, 0.16)), linear-gradient(0deg, rgba(12, 18, 15, 0.48), rgba(12, 18, 15, 0.02) 35%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 36px));
  margin: 0 auto 8vh;
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--ochre);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f3c36d;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.93;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.4vw, 1.24rem);
  line-height: 1.55;
}

.search-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(190px, 0.8fr) auto;
  gap: 10px;
  max-width: 960px;
  margin-top: 30px;
  padding: 10px;
  background: rgba(251, 250, 246, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.search-panel label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.search-panel input,
.search-panel select,
.search-panel button,
.comment-form input,
.comment-form textarea,
.comment-form button {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.search-panel input,
.search-panel select {
  min-height: 46px;
  padding: 0 12px;
}

.search-panel button,
.comment-form button {
  min-height: 46px;
  align-self: end;
  padding: 0 18px;
  border-color: var(--green);
  background: var(--green);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.stats-strip article {
  min-height: 126px;
  padding: 24px clamp(18px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.stats-strip article:last-child {
  border-right: 0;
}

.stats-strip strong {
  display: block;
  margin-bottom: 9px;
  font-size: 1.25rem;
}

.stats-strip span,
.section-heading p,
.cafe-card p,
.category-list p,
.owner-grid p,
.map-card p,
.profile-body p,
.comment p {
  color: var(--muted);
  line-height: 1.55;
}

.section {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 4vw, 54px);
}

.section-heading {
  display: grid;
  gap: 6px;
  max-width: 780px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.section-heading p {
  margin: 0;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.filter-chip {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.filter-chip.active,
.filter-chip:hover {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

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

.cafe-card,
.score-card,
.category-list article,
.owner-grid article,
.profile-main,
.profile-side,
.map-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 33, 29, 0.06);
}

.cafe-card {
  display: grid;
  align-content: space-between;
  min-height: 330px;
  padding: 18px;
}

.cafe-card h3,
.score-card h3,
.category-list h3,
.owner-grid h3,
.map-card h3,
.profile-side h3 {
  margin: 0;
  font-size: 1.18rem;
}

.tag-row,
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag,
.rating-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--cream);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 750;
}

.rating-pill {
  background: #fff4d8;
  color: #6b4314;
}

.card-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.comparison-section,
.owner-section {
  background: var(--cream);
}

.comparison-layout,
.profile-layout,
.map-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.4fr);
  gap: 18px;
}

.score-card,
.map-card,
.profile-side {
  padding: 22px;
}

.rating-bars {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.rating-row {
  display: grid;
  grid-template-columns: 124px 1fr 38px;
  align-items: center;
  gap: 10px;
}

.bar-track {
  height: 10px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--cream);
}

.bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--ochre));
}

.category-list,
.owner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.category-list article,
.owner-grid article {
  padding: 22px;
}

.map-shell {
  grid-template-columns: minmax(0, 1fr) 300px;
}

#mapCanvas {
  min-height: 470px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #dbe8de, #f0e2cf);
  overflow: hidden;
}

.map-card {
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 12px;
}

.map-card a {
  border: 1px solid var(--line);
  background: var(--paper);
}

.profile-layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
}

.profile-main {
  overflow: hidden;
}

.profile-cover {
  min-height: 250px;
  background: linear-gradient(120deg, rgba(36, 92, 70, 0.72), rgba(185, 117, 44, 0.58)), url("assets/best-cafes-hero.png") center/cover;
}

.profile-body {
  display: grid;
  gap: 22px;
  padding: 24px;
}

.location-line {
  margin: 0 0 10px;
  font-weight: 800;
}

.profile-body h3 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  line-height: 1.16;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-actions a {
  border: 1px solid var(--line);
  background: var(--paper);
}

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

.detail-grid div {
  padding: 15px;
  border-radius: 8px;
  background: var(--paper);
}

.detail-grid dt {
  margin-bottom: 6px;
  color: var(--green);
  font-weight: 900;
}

.detail-grid dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.comment-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 20px;
}

.comment {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.comment strong {
  display: block;
}

.comment p {
  margin: 5px 0 0;
}

.comment a {
  display: inline-block;
  margin-top: 8px;
  color: var(--blue);
  font-weight: 800;
}

.comment-form {
  display: grid;
  gap: 10px;
}

.comment-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.comment-form input,
.comment-form textarea {
  padding: 11px 12px;
  resize: vertical;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: #fff;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .top-nav {
    display: none;
  }

  .stats-strip,
  .cafe-grid,
  .comparison-layout,
  .profile-layout,
  .map-shell {
    grid-template-columns: 1fr;
  }

  .stats-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

@media (max-width: 660px) {
  .site-header {
    min-height: 66px;
  }

  .claim-link {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 66px);
  }

  .hero-content {
    margin-bottom: 24px;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4.5rem);
  }

  .category-list,
  .owner-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .rating-row {
    grid-template-columns: 96px 1fr 34px;
  }
}


/* Independent cafe attitude pass */
:root {
  --ink: #15110f;
  --muted: #5e5a52;
  --paper: #fff8e8;
  --cream: #f4df98;
  --line: #15110f;
  --green: #0f6b4b;
  --green-2: #00a870;
  --ochre: #ffb000;
  --coral: #ff4f2e;
  --blue: #1f64ff;
  --pink: #ff4fa3;
  --shadow: 9px 9px 0 #15110f;
}

body {
  background:
    linear-gradient(rgba(21, 17, 15, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 17, 15, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 22px 22px;
}

.site-header {
  background: rgba(255, 248, 232, 0.94);
  border-bottom: 3px solid var(--ink);
}

.brand-mark {
  border: 3px solid var(--ink);
  background: var(--coral);
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-4deg);
}

.brand strong,
h1,
.section-heading h2 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  text-transform: uppercase;
}

h1 {
  max-width: 980px;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.42);
}

.hero::after {
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 79, 46, 0.62), transparent 22%),
    radial-gradient(circle at 20% 26%, rgba(31, 100, 255, 0.4), transparent 24%),
    linear-gradient(90deg, rgba(9, 7, 6, 0.84), rgba(9, 7, 6, 0.42) 56%, rgba(9, 7, 6, 0.16));
}

.hero-content::before {
  content: "BESTCAFES.COM";
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 3px solid #fff;
  background: var(--blue);
  color: #fff;
  font-weight: 950;
  transform: rotate(-2deg);
  box-shadow: 5px 5px 0 rgba(0,0,0,0.55);
}

.eyebrow {
  color: var(--coral);
}

.search-panel,
.cafe-card,
.score-card,
.category-list article,
.owner-grid article,
.profile-main,
.profile-side,
.map-card,
.roast-grid article {
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
}

.search-panel {
  background: #fff;
  transform: rotate(-0.4deg);
}

.search-panel button,
.comment-form button,
.claim-link,
.card-link,
.primary-map-link {
  border: 3px solid var(--ink);
  background: var(--coral);
  color: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}

.stats-strip {
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

.stats-strip article:nth-child(1) { background: #fff; }
.stats-strip article:nth-child(2) { background: #d9ff68; }
.stats-strip article:nth-child(3) { background: #ffd166; }
.stats-strip article:nth-child(4) { background: #c7e9ff; }

.stats-strip strong {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.filter-chip,
.tag,
.rating-pill {
  border: 2px solid var(--ink);
  border-radius: 999px;
}

.filter-chip.active,
.filter-chip:hover {
  background: var(--blue);
}

.cafe-card:nth-child(1) { background: #fff; transform: rotate(-0.6deg); }
.add-cafe-card { background: #f5fbff; }

.comparison-section,
.owner-section {
  background: #15110f;
  color: #fff8e8;
}

.comparison-section .section-heading p,
.owner-section .section-heading p {
  color: rgba(255, 248, 232, 0.72);
}

.comparison-section .score-card,
.comparison-section .category-list article,
.owner-section .owner-grid article {
  color: var(--ink);
}

.category-list article:nth-child(2),
.owner-grid article:nth-child(3) {
  background: #d9ff68;
}

.category-list article:nth-child(3),
.owner-grid article:nth-child(2) {
  background: #c7e9ff;
}

.google-map-frame {
  width: 100%;
  min-height: 470px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.roasting-section {
  background: #ff4f2e;
  color: #fff8e8;
}

.roasting-section .section-heading p {
  color: rgba(255, 248, 232, 0.82);
}

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

.roast-grid article {
  min-height: 280px;
  padding: 24px;
  background: #fff8e8;
  color: var(--ink);
}

.roast-grid article:nth-child(2) { background: #d9ff68; }
.roast-grid article:nth-child(3) { background: #c7e9ff; }

.roast-grid span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-weight: 950;
}

.roast-grid h3 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.profile-cover {
  background:
    linear-gradient(120deg, rgba(255, 79, 46, 0.66), rgba(31, 100, 255, 0.48)),
    url("assets/best-cafes-hero.png") center/cover;
}
@media (max-width: 980px) {
  .roast-grid { grid-template-columns: 1fr; }
}


/* Bright minimalist architecture pass */
:root {
  --ink: #111827;
  --muted: #667085;
  --paper: #f7f9fb;
  --cream: #eef2f6;
  --line: #d7dee8;
  --green: #00a884;
  --green-2: #5eead4;
  --ochre: #f5a524;
  --coral: #ff6b4a;
  --blue: #2563eb;
  --pink: #d946ef;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

body {
  background:
    radial-gradient(circle at 20% 0%, rgba(94, 234, 212, 0.22), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fb 48%, #eef2f6 100%);
}

.site-header {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(215, 222, 232, 0.9);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.05);
}

.brand-mark {
  border: 1px solid rgba(17, 24, 39, 0.16);
  background: linear-gradient(135deg, #111827, #2563eb 58%, #5eead4);
  box-shadow: none;
  transform: none;
}

.brand strong,
h1,
.section-heading h2,
.stats-strip strong,
.roast-grid h3 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

.brand small {
  color: #667085;
}

h1 {
  max-width: 1040px;
  text-shadow: none;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero {
  background: #f7f9fb;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(247, 249, 251, 0.95), rgba(247, 249, 251, 0.72) 38%, rgba(247, 249, 251, 0.24) 72%),
    linear-gradient(0deg, rgba(247, 249, 251, 0.72), rgba(247, 249, 251, 0.02) 45%);
}

.hero-content {
  color: #111827;
}

.hero-content::before {
  content: "BESTCAFES.COM";
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  transform: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
}

.hero-copy {
  color: #344054;
}

.hero .eyebrow,
.eyebrow {
  color: #2563eb;
}

.search-panel,
.cafe-card,
.score-card,
.category-list article,
.owner-grid article,
.profile-main,
.profile-side,
.map-card,
.roast-grid article,
.google-map-frame {
  border: 1px solid rgba(215, 222, 232, 0.95);
  box-shadow: var(--shadow);
}

.search-panel {
  background: rgba(255, 255, 255, 0.84);
  transform: none;
  backdrop-filter: blur(18px);
}

.search-panel input,
.search-panel select,
.comment-form input,
.comment-form textarea {
  background: rgba(255, 255, 255, 0.92);
}

.search-panel button,
.comment-form button,
.claim-link,
.card-link,
.primary-map-link {
  border: 0;
  background: linear-gradient(135deg, #111827, #2563eb);
  color: #fff;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.25);
}

.stats-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(14px);
}

.stats-strip article {
  background: rgba(255, 255, 255, 0.68) !important;
}

.filter-chip,
.tag,
.rating-pill {
  border: 1px solid rgba(17, 24, 39, 0.12);
}

.filter-chip.active,
.filter-chip:hover {
  background: #111827;
  color: #fff;
}

.cafe-card:nth-child(1),
.add-cafe-card {
  background: rgba(255, 255, 255, 0.9);
  transform: none;
}

.comparison-section,
.owner-section {
  background:
    linear-gradient(135deg, #0f172a, #111827 45%, #164e63);
  color: #f8fafc;
}

.category-list article:nth-child(2),
.owner-grid article:nth-child(3),
.category-list article:nth-child(3),
.owner-grid article:nth-child(2) {
  background: rgba(255, 255, 255, 0.96);
}

.roasting-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(94, 234, 212, 0.38), transparent 26%),
    linear-gradient(135deg, #ffffff, #edf6ff);
  color: #111827;
}

.roasting-section .section-heading p {
  color: #667085;
}

.roast-grid article {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
}

.roast-grid article:nth-child(2),
.roast-grid article:nth-child(3) {
  background: rgba(255, 255, 255, 0.88);
}

.roast-grid span {
  border: 0;
  background: linear-gradient(135deg, #2563eb, #5eead4);
}

.profile-cover {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(94, 234, 212, 0.18)),
    url("assets/best-cafes-hero.png") center/cover;
}


/* Netlify cafe submission form */
.owner-intake {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid rgba(215, 222, 232, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.owner-intake h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.owner-intake p {
  color: var(--muted);
  line-height: 1.55;
}

.add-cafe-form {
  display: grid;
  gap: 14px;
}

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

.add-cafe-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.add-cafe-form input,
.add-cafe-form select,
.add-cafe-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(215, 222, 232, 0.95);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.add-cafe-form textarea {
  resize: vertical;
}

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

.hidden-field {
  position: absolute;
  left: -9999px;
}

.verification-note {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: #eef7ff;
  color: #344054;
  font-size: 0.92rem;
}

.add-cafe-form button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #111827, #2563eb);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.25);
}

.thanks-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.thanks-panel {
  width: min(760px, 100%);
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid rgba(215, 222, 232, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.thanks-panel h1 {
  color: var(--ink);
  font-size: clamp(2.4rem, 7vw, 5rem);
}

.thanks-panel p {
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 820px) {
  .owner-intake,
  .form-grid {
    grid-template-columns: 1fr;
  }
}
