:root {
  --black: #050505;
  --ink: #16120e;
  --charcoal: #211f20;
  --panel: #111010;
  --gold: #d7bd72;
  --gold-dark: #aa873c;
  --ivory: #fff8e8;
  --cream: #f4ead4;
  --muted: #cfc4ae;
  --burgundy: #651f31;
  --line: rgba(215, 189, 114, .25);
  --shadow: 0 22px 60px rgba(0, 0, 0, .32);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ivory);
  background: var(--black);
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5, 5, 5, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 74px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold);
  white-space: nowrap;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--ivory);
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-toggle-label {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold);
  content: "";
  position: relative;
}

.nav-toggle-label span::before {
  position: absolute;
  top: -7px;
}

.nav-toggle-label span::after {
  position: absolute;
  top: 7px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-menu a,
.dropdown summary {
  color: var(--cream);
  cursor: pointer;
}

.nav-menu a:hover,
.dropdown summary:hover {
  color: var(--gold);
}

.dropdown {
  position: relative;
}

.dropdown summary {
  list-style: none;
}

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

.dropdown summary::after {
  content: "▾";
  margin-left: 5px;
  color: var(--gold);
}

.dropdown-content {
  position: absolute;
  top: 32px;
  left: 0;
  width: 210px;
  padding: 10px;
  background: #0a0909;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.dropdown-content a {
  display: block;
  padding: 9px 10px;
  border-radius: 6px;
}

.dropdown-content a:hover {
  background: rgba(215, 189, 114, .12);
}

.nav-actions {
  display: flex;
  gap: 10px;
}

.btn,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .88rem;
  border: 1px solid transparent;
}

.btn {
  color: #120f0a;
  background: linear-gradient(135deg, var(--gold), #f1d98f);
}

.btn:hover {
  filter: brightness(1.06);
}

.btn-outline {
  color: var(--ivory);
  border-color: var(--line);
  background: rgba(255, 248, 232, .05);
}

.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.gold-band .btn-outline {
  background: var(--black);
  color: var(--gold);
  border-color: var(--black);
}

.gold-band .btn-outline:hover {
  background: #222;
  border-color: #222;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  isolation: isolate;
  background: #0c0b0c;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .34)), var(--hero-image);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.hero-home {
  --hero-image: url("images/hero-bg.jpg");
}

.hero-sugar-daddy {
  --hero-image: url("images/sugar-daddy-dating.jpg");
}

.hero-sugar-baby {
  --hero-image: url("images/sugar-baby-dating.jpg");
}

.hero-safety {
  --hero-image: url("images/city2.jpg");
}

.hero-about {
  --hero-image: url("images/france.jpg");
}

.hero-faq {
  --hero-image: url("images/city3.jpg");
}

.hero-ch {
  --hero-image: url("images/switzerland.jpg");
}

.hero-at {
  --hero-image: url("images/city6.jpg");
}

.hero-de {
  --hero-image: url("images/germany.jpg");
}

.hero-fr {
  --hero-image: url("images/paris.jpg");
}

.hero-it {
  --hero-image: url("images/milan.jpg");
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 70% 20%, rgba(215, 189, 114, .2), transparent 28%);
  z-index: -1;
}

.hero-inner {
  width: min(var(--max), calc(100% - 44px));
  padding: 80px 0;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  color: var(--gold);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 980px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.35rem, 5.1vw, 4.65rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: var(--gold);
}

h3 {
  font-size: 1.35rem;
}

.lead {
  max-width: 760px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: var(--cream);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  justify-content: center;
}

.note {
  margin-top: 18px;
  color: var(--muted);
  font-size: .95rem;
}

.section {
  padding: 84px 22px;
}

.section.alt {
  background: var(--charcoal);
}

.section.gold-band {
  background: var(--gold);
  color: var(--black);
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head p {
  margin-top: 14px;
  color: var(--muted);
}

.gold-band .section-head p {
  color: #30240d;
}

.grid {
  display: grid;
  gap: 24px;
}

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

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

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

.card {
  padding: 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
}

.card.gold {
  background: var(--gold);
  color: var(--black);
}

.card p,
.feature-card p,
.profile-card p {
  color: var(--muted);
}

.card.gold p {
  color: #2f2512;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
}

.split img,
.wide-image,
.country-card img,
.profile-card img,
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.image-panel {
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 28px;
  background: #030303;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 230px;
}

.icon {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 18px;
  color: var(--black);
  background: var(--gold);
}

.icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.steps {
  counter-reset: steps;
}

.step {
  position: relative;
  padding-left: 64px;
}

.step::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  font-weight: 900;
}

.country-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.country-card img {
  aspect-ratio: 16 / 10;
  height: 200px; /* Add fixed height */
  object-fit: cover; /* Ensure image covers the area */
}

.country-card div {
  padding: 22px;
}

.country-card p {
  font-size: .95rem;
  color: var(--muted);
}

.compare {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--panel);
}

.compare th,
.compare td {
  padding: 17px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.compare th {
  background: var(--gold);
  color: var(--black);
}

.profile-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.profile-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: var(--radius) var(--radius) 0 0;
}

.profile-card div {
  padding: 22px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.faq-item h3 {
  color: var(--gold);
  font-size: 1.12rem;
  margin-bottom: 8px;
}

.page-hero {
  min-height: 470px;
}

.page-hero h1 {
  max-width: 900px;
}

.cta-band {
  text-align: center;
}

.cta-band h2 {
  color: var(--black);
}

.cta-band p {
  max-width: 760px;
  margin: 16px auto 0;
}

.footer {
  padding: 64px 22px 28px;
  background: #020202;
  border-top: 1px solid var(--line);
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr 1.4fr;
  gap: 34px;
}

.footer h3 {
  color: var(--gold);
  margin-bottom: 14px;
}

.footer a {
  display: block;
  color: var(--cream);
  margin: 8px 0;
}

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

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

.copyright {
  max-width: var(--max);
  margin: 36px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
}

@media (max-width: 920px) {
  .nav-toggle-label {
    display: flex;
  }

  .nav-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 22px 22px;
    background: #050505;
    border-bottom: 1px solid var(--line);
  }

  .nav-toggle:checked ~ .nav-menu {
    display: flex;
  }

  .nav-menu a,
  .dropdown summary {
    padding: 13px 0;
  }

  .dropdown-content {
    position: static;
    width: 100%;
    box-shadow: none;
    margin: 0 0 10px;
  }

  .nav-actions {
    margin-top: 10px;
  }

  .split,
  .grid.two,
  .grid.three,
  .grid.four,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 610px;
  }

  h1 {
    font-size: clamp(2.05rem, 8vw, 3.5rem);
  }

  .image-panel {
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .nav-wrap {
    padding: 0 16px;
  }

  .brand span {
    font-size: 1rem;
  }

  .section {
    padding: 62px 16px;
  }

  .hero-inner {
    width: calc(100% - 32px);
  }

  h1 {
    font-size: clamp(1.85rem, 10vw, 2.75rem);
  }

  .hero-actions,
  .section-actions,
  .nav-actions {
    flex-direction: column;
  }

  .btn,
  .btn-outline {
    width: 100%;
  }

  .card,
  .feature-card {
    padding: 22px;
  }

  .compare {
    display: block;
    overflow-x: auto;
  }
}

.sd-page .sd-table td:first-child {
  color: var(--gold);
  font-weight: 800;
}

.sd-page .sd-example {
  margin-top: 24px;
  padding: 22px;
  border-left: 4px solid var(--gold);
  background: rgba(215, 189, 114, .1);
  border-radius: var(--radius);
}

.sd-page .sd-message-grid .card {
  display: flex;
  align-items: center;
  min-height: 120px;
  font-size: 1.04rem;
  color: var(--cream);
}

.sd-page .sd-message-wide {
  grid-column: 1 / -1;
}

.sd-page .sd-city-grid .country-card img {
  aspect-ratio: 16 / 10;
  min-height: 220px;
}

.sd-page .sd-list {
  margin: 18px 0;
  padding-left: 20px;
}

.sd-page .sd-list li {
  margin: 8px 0;
}

.sd-page .card.gold a {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

.sd-page .sd-red-flags .card {
  min-height: 86px;
  display: flex;
  align-items: center;
  border-color: rgba(215, 189, 114, .35);
}

/* Sugar Baby Page Styles */
.sb-page .hero-sugar-baby {
  --hero-image: url("images/sugar-baby-dating.jpg");
}

.sb-page .checklist {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.sb-page .checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.sb-page .checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 900;
}

.sb-page .profile-example {
  margin-top: 24px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}

.sb-page .profile-example div {
  padding: 16px;
}

.sb-page .example-weak {
  background: rgba(101, 31, 49, .2);
  border-bottom: 1px solid var(--line);
}

.sb-page .example-better {
  background: rgba(215, 189, 114, .1);
}

.sb-page .safety-callout {
  margin-top: 28px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.sb-page .message-card {
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-style: italic;
  color: var(--muted);
  display: flex;
  align-items: center;
  min-height: 120px;
}

.sb-page .card.red-flag {
  border-color: var(--burgundy);
  background: rgba(101, 31, 49, .15);
}

.sb-page .card.red-flag h3 {
  color: #ffc2d1;
}

.sb-page .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

@media (max-width: 920px) {
  .sd-page .sd-message-wide {
    grid-column: auto;
  }
  .sb-page .faq-grid {
    grid-template-columns: 1fr;
  }
}

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

.about-page .about-value {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 232, .05);
}

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

.about-page .about-value strong {
  color: var(--gold);
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.about-page .about-member-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.about-page .about-member-grid .profile-card img {
  aspect-ratio: 4 / 4;
  height: 260px;
  object-fit: cover;
  border-radius: var(--radius) var(--radius) 0 0;
}

.about-page .about-member-grid .profile-card div {
  min-height: 210px;
  display: flex;
  flex-direction: column;
}

.about-page .about-member-grid .profile-card p {
  margin-bottom: 0;
}

.about-page .about-member-grid h3 {
  font-size: 1.06rem;
  line-height: 1.2;
  color: var(--gold);
  margin-bottom: 10px;
}

.about-page .about-country-list {
  display: grid;
  gap: 12px;
}

.about-page .about-country-list a {
  display: block;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.about-page .about-country-list strong,
.about-page .about-country-list span {
  display: block;
}

.about-page .about-country-list strong {
  color: var(--gold);
  margin-bottom: 4px;
}

.about-page .about-country-list span {
  color: var(--muted);
}

.about-page .about-checklist {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.about-page .about-checklist li {
  margin: 8px 0;
}

.about-page .card.gold h2,
.about-page .card.gold h3 {
  color: var(--black);
}

.about-page .card.gold {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 460px;
}

.about-page .card:not(.gold) h2 {
  color: var(--gold);
}

.about-page .faq-item p {
  max-width: 1050px;
  color: var(--cream);
}

.about-page .about-table td:last-child {
  color: var(--cream);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .about-page .about-member-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .about-member-grid .profile-card img {
    height: 300px;
  }
}

@media (max-width: 920px) {
  .about-page .about-value-grid,
  .about-page .about-member-grid {
    grid-template-columns: 1fr;
  }

  .about-page .card.gold {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .about-page .about-member-grid .profile-card img {
    height: 240px;
  }

  .about-page .about-member-grid .profile-card div {
    min-height: auto;
  }
}

.safety-page .safety-check-card h2,
.safety-page .card:not(.gold) h2 {
  color: var(--gold);
}

.safety-page .card.gold h2,
.safety-page .card.gold h3 {
  color: var(--black);
}

.safety-page .card.gold p,
.safety-page .card.gold strong {
  color: var(--black);
}

.safety-page .safety-checklist {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.safety-page .safety-checklist li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 232, .05);
  color: var(--cream);
}

.safety-page .safety-callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.safety-page .safety-photo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.safety-page .safety-photo-row img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.safety-page .safety-flag-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.safety-page .safety-flag-grid div {
  min-height: 96px;
  padding: 16px;
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  border: 1px solid rgba(215, 189, 114, .35);
  background: #090808;
  color: var(--cream);
  font-weight: 700;
}

.safety-page .safety-country-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.safety-page .safety-country-grid .card {
  min-height: 230px;
}

.safety-page .safety-country-grid .card h3 {
  color: var(--gold);
}

.safety-page .faq-item p {
  max-width: 1080px;
  color: var(--cream);
}

@media (max-width: 1100px) {
  .safety-page .safety-flag-grid,
  .safety-page .safety-country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .safety-page .safety-photo-row,
  .safety-page .safety-checklist,
  .safety-page .safety-flag-grid,
  .safety-page .safety-country-grid {
    grid-template-columns: 1fr;
  }

  .safety-page .safety-photo-row img {
    height: 230px;
  }
}

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

.faq-page .faq-topic-grid a {
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--cream);
  font-weight: 800;
}

.faq-page .faq-topic-grid a:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.faq-page .faq-wrap {
  max-width: 980px;
}

.faq-page .faq-wrap h2 {
  margin-bottom: 24px;
}

.faq-page details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #070707;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-page summary {
  cursor: pointer;
  padding: 18px 22px;
  color: var(--gold);
  font-weight: 900;
  list-style: none;
}

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

.faq-page summary::after {
  content: "+";
  float: right;
  color: var(--cream);
}

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

.faq-page details p {
  padding: 0 22px 20px;
  color: var(--cream);
}

.faq-page .faq-note {
  margin-top: 18px;
  color: var(--muted);
}

.faq-page .faq-note a,
.faq-page .cta-band a:not(.btn-outline) {
  color: var(--gold);
  font-weight: 800;
  text-decoration: underline;
}

.faq-page .faq-table td:first-child {
  color: var(--gold);
  font-weight: 800;
}

@media (max-width: 920px) {
  .faq-page .faq-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .faq-page .faq-topic-grid {
    grid-template-columns: 1fr;
  }

  .faq-page summary {
    padding: 16px;
  }

  .faq-page details p {
    padding: 0 16px 18px;
  }
}

.ch-page .ch-member-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ch-page .ch-member-grid .card {
  min-height: 280px;
}

.ch-page .ch-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ch-page .ch-city-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.ch-page .ch-city-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.ch-page .ch-city-grid div {
  padding: 22px;
}

.ch-page .ch-city-grid h3,
.ch-page .ch-message-box h3 {
  color: var(--gold);
}

.ch-page .ch-message-box {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.ch-page .ch-example {
  margin-top: 22px;
  padding: 20px;
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(215, 189, 114, .1);
}

.ch-page .ch-message-grid .card {
  min-height: 120px;
  display: flex;
  align-items: center;
  color: var(--cream);
  font-weight: 700;
}

.ch-page .ch-mistake-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.ch-page .ch-mistake-grid span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--cream);
  background: rgba(255, 248, 232, .05);
}

.ch-page .cta-band a:not(.btn-outline) {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .ch-page .ch-member-grid,
  .ch-page .ch-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .ch-page .ch-member-grid,
  .ch-page .ch-city-grid {
    grid-template-columns: 1fr;
  }
}

.at-page .at-member-grid .card {
  min-height: 250px;
}

.at-page .at-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.at-page .at-city-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.at-page .at-city-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.at-page .at-city-grid div {
  padding: 22px;
}

.at-page .at-city-grid h3,
.at-page .at-note-box h3 {
  color: var(--gold);
}

.at-page .at-note-box {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.at-page .at-example {
  margin-top: 22px;
  padding: 20px;
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(215, 189, 114, .1);
}

.at-page .at-message-grid .card {
  min-height: 120px;
  display: flex;
  align-items: center;
  color: var(--cream);
  font-weight: 700;
}

.at-page .at-mistake-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.at-page .at-mistake-grid span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--cream);
  background: rgba(255, 248, 232, .05);
}

.at-page .cta-band a:not(.btn-outline) {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .at-page .at-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .at-page .at-city-grid {
    grid-template-columns: 1fr;
  }
}

.de-page .de-member-grid .card {
  min-height: 260px;
}

.de-page .de-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.de-page .de-city-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.de-page .de-city-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.de-page .de-city-grid div {
  padding: 22px;
}

.de-page .de-city-grid h3,
.de-page .de-note-box h3 {
  color: var(--gold);
}

.de-page .de-note-box {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.de-page .de-example {
  margin-top: 22px;
  padding: 20px;
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(215, 189, 114, .1);
}

.de-page .de-message-grid .card {
  min-height: 120px;
  display: flex;
  align-items: center;
  color: var(--cream);
  font-weight: 700;
}

.de-page .de-message-wide {
  grid-column: span 2;
}

.de-page .de-mistake-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.de-page .de-mistake-grid span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--cream);
  background: rgba(255, 248, 232, .05);
}

.de-page .cta-band a:not(.btn-outline) {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .de-page .de-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .de-page .de-mistake-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .de-page .de-city-grid,
  .de-page .de-mistake-grid {
    grid-template-columns: 1fr;
  }

  .de-page .de-message-wide {
    grid-column: auto;
  }
}

.fr-page .fr-member-grid .card {
  min-height: 260px;
}

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

.fr-page .fr-city-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.fr-page .fr-city-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.fr-page .fr-city-grid div {
  padding: 22px;
}

.fr-page .fr-city-grid h3,
.fr-page .fr-note-box h3 {
  color: var(--gold);
}

.fr-page .fr-note-box {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.fr-page .fr-example {
  margin-top: 22px;
  padding: 20px;
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(215, 189, 114, .1);
}

.fr-page .fr-message-grid .card {
  min-height: 120px;
  display: flex;
  align-items: center;
  color: var(--cream);
  font-weight: 700;
}

.fr-page .fr-message-wide {
  grid-column: span 2;
}

.fr-page .fr-mistake-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.fr-page .fr-mistake-grid span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--cream);
  background: rgba(255, 248, 232, .05);
}

.fr-page .cta-band a:not(.btn-outline) {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .fr-page .fr-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 920px) {
  .fr-page .fr-city-grid,
  .fr-page .fr-mistake-grid {
    grid-template-columns: 1fr;
  }

  .fr-page .fr-message-wide {
    grid-column: auto;
  }
}
