/* ==========================================================================
   Antonia Scheugenpflug – Editorial High-End Design System
   Minimalistisch, feinstofflich, nicht-alltäglich
   Cormorant Garamond + Outfit (Light/Regular weights only)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Outfit:wght@200;300;400;500&family=Playfair+Display:ital,wght@1,300&display=swap');

/* ==========================================================================
   Light Theme (Chantilly & Champagne Linen)
   ========================================================================== */

:root {
  --bg:           #F7F5F1;
  --bg-surface:   #FEFEFE;
  --bg-mid:       #F0EDE7;
  --bg-subtle:    #E9E5DF;

  --text:         #1A1816;
  --text-2:       #4A4540;
  --text-3:       #8C867E;
  --text-inv:     #FEFEFE;

  --gold:         #A8895A;
  --gold-hover:   #8D7049;
  --gold-subtle:  rgba(168, 137, 90, 0.12);
  --gold-border:  rgba(168, 137, 90, 0.28);

  --line:         rgba(26, 24, 22, 0.1);
  --line-heavy:   rgba(26, 24, 22, 0.22);

  --shadow-soft:  0 2px 24px rgba(26, 24, 22, 0.05);
  --shadow-mid:   0 6px 40px rgba(26, 24, 22, 0.08);

  --radius:       3px;
  --radius-lg:    6px;

  --header-h:     72px;
  --t-smooth:     0.35s cubic-bezier(0.22, 1, 0.36, 1);
  --t-fast:       0.18s ease;
}

/* ==========================================================================
   Dark Theme (Velvet Noir & Candlelight)
   ========================================================================== */

[data-theme="dark"] {
  --bg:           #0C0B0A;
  --bg-surface:   #131210;
  --bg-mid:       #1C1A18;
  --bg-subtle:    #252220;

  --text:         #EDE8E2;
  --text-2:       #A09890;
  --text-3:       #605A52;
  --text-inv:     #0C0B0A;

  --gold:         #C4A06A;
  --gold-hover:   #D4B07A;
  --gold-subtle:  rgba(196, 160, 106, 0.12);
  --gold-border:  rgba(196, 160, 106, 0.25);

  --line:         rgba(237, 232, 226, 0.08);
  --line-heavy:   rgba(237, 232, 226, 0.18);

  --shadow-soft:  0 2px 24px rgba(0, 0, 0, 0.35);
  --shadow-mid:   0 6px 40px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
   Reset
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  background-color: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition:
    background-color var(--t-smooth),
    color var(--t-smooth);
}

/* ==========================================================================
   Typografie-System (einheitlich, fein, editoriell)
   ========================================================================== */

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--text);
}

h1 {
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
}

h4 {
  font-size: 1.2rem;
  font-weight: 400;
}

p {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-2);
  margin-bottom: 1.2em;
}

p:last-child {
  margin-bottom: 0;
}

p.large {
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--text);
  font-weight: 300;
}

.label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-3);
}

.label-gold {
  color: var(--gold);
}

.italic-serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 300;
}

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

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

/* ==========================================================================
   Layout
   ========================================================================== */

.wrap {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 80px);
}

.wrap-narrow {
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 60px);
}

section {
  padding-block: clamp(80px, 12vw, 160px);
}

.section-bg-mid {
  background-color: var(--bg-mid);
  transition: background-color var(--t-smooth);
}

.section-bg-surface {
  background-color: var(--bg-surface);
  transition: background-color var(--t-smooth);
}

/* Horizontal Rule Line */
.hairline {
  width: 100%;
  height: 1px;
  background-color: var(--line);
}

/* ==========================================================================
   Buttons – Minimalistisch, keine klobigen Schatten
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  background: none;
  cursor: pointer;
  padding: 14px 0;
  position: relative;
  color: var(--text);
  transition: color var(--t-fast), opacity var(--t-fast);
}

.btn::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform var(--t-smooth);
}

.btn:hover {
  opacity: 0.7;
}

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

.btn-gold::after {
  background-color: var(--gold);
}

/* Filled Minimal Button */
.btn-fill {
  background-color: var(--text);
  color: var(--bg);
  padding: 14px 32px;
  letter-spacing: 0.14em;
  transition: background-color var(--t-smooth), color var(--t-smooth), transform var(--t-fast);
  border: 1px solid var(--text);
}

.btn-fill::after { display: none; }

.btn-fill:hover {
  opacity: 1;
  background-color: var(--gold);
  border-color: var(--gold);
  color: #FEFEFE;
}

/* Ghost/Outline Button */
.btn-ghost {
  background: transparent;
  color: var(--text);
  padding: 13px 31px;
  border: 1px solid var(--line-heavy);
  letter-spacing: 0.12em;
  transition: border-color var(--t-smooth), color var(--t-smooth);
}

.btn-ghost::after { display: none; }

.btn-ghost:hover {
  opacity: 1;
  border-color: var(--gold);
  color: var(--gold);
}

/* ==========================================================================
   Header & Navigation – Hauchzart, transparent
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  z-index: 100;
  display: flex;
  align-items: center;
  transition:
    background-color var(--t-smooth),
    border-color var(--t-smooth);
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background-color: var(--bg);
  border-bottom-color: var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Wordmark Logo */
.logo {
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-decoration: none;
}

.logo-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: var(--text);
  line-height: 1;
  transition: color var(--t-smooth);
}

.logo-sub {
  font-family: 'Outfit', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-3);
  transition: color var(--t-smooth);
}

/* Desktop Nav */
.main-nav {
  display: none;
  align-items: center;
  gap: 40px;
}

@media (min-width: 1060px) {
  .main-nav { display: flex; }
}

.nav-link {
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-3);
  position: relative;
  padding-block: 4px;
  transition: color var(--t-fast);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--gold);
  transition: width var(--t-smooth);
}

.nav-link:hover,
.nav-link.active {
  color: var(--text);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

/* Header Right Controls */
.header-controls {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Theme Switcher – elegant minimal */
.theme-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 1px solid var(--line);
  padding: 6px 14px;
  border-radius: 99px;
  background: var(--bg-mid);
  transition: border-color var(--t-fast), background-color var(--t-smooth);
}

.theme-toggle:hover {
  border-color: var(--gold);
}

.theme-toggle-label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-3);
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  transition: color var(--t-fast);
  user-select: none;
}

.theme-toggle-dot {
  width: 28px;
  height: 16px;
  border-radius: 99px;
  border: 1px solid var(--line-heavy);
  position: relative;
  background: var(--bg-subtle);
  transition: background-color var(--t-smooth);
}

.theme-toggle-dot::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--text-3);
  transition: transform var(--t-smooth), background-color var(--t-smooth);
}

[data-theme="dark"] .theme-toggle-dot::before {
  transform: translateX(12px);
  background-color: var(--gold);
}

/* Mobile Hamburger */
.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

@media (min-width: 1060px) {
  .nav-toggle { display: none; }
}

.nav-toggle span {
  display: block;
  height: 1px;
  background-color: var(--text);
  transition: all var(--t-smooth);
}

.nav-toggle span:nth-child(2) {
  width: 70%;
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
  width: 100%;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  background-color: var(--bg);
  z-index: 90;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(24px, 6vw, 80px) 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-smooth), background-color var(--t-smooth);
}

.mobile-drawer.open {
  opacity: 1;
  pointer-events: all;
}

.mobile-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav-list a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(2.2rem, 6vw, 3.5rem);
  color: var(--text);
  letter-spacing: -0.01em;
  display: block;
  padding-block: 6px;
  transition: color var(--t-fast), padding-left var(--t-smooth);
  border-bottom: 1px solid var(--line);
}

.mobile-nav-list a:hover {
  color: var(--gold);
  padding-left: 16px;
}

.mobile-drawer-footer {
  margin-top: auto;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

/* ==========================================================================
   Hero – Editoriell, asymmetrisch, nicht-generisch
   ========================================================================== */

.hero {
  min-height: 100vh;
  padding-top: var(--header-h);
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  overflow: hidden;
}

@media (min-width: 900px) {
  .hero {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-content-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(40px, 8vw, 100px) clamp(20px, 5vw, 80px);
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(24px, 5vw, 48px);
}

.hero-eyebrow-line {
  width: 40px;
  height: 1px;
  background-color: var(--gold);
}

.hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(3rem, 6.5vw, 6.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: clamp(24px, 4vw, 40px);
  color: var(--text);
  transition: color var(--t-smooth);
}

.hero-title em {
  font-style: normal;
  color: var(--gold);
}

.hero-subtitle {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: var(--text-3);
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: clamp(32px, 5vw, 56px);
  letter-spacing: 0.01em;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.hero-image-col {
  position: relative;
  min-height: 60vh;
  overflow: hidden;
}

@media (max-width: 899px) {
  .hero-image-col {
    order: -1;
    min-height: 55vw;
  }
}

.hero-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(20%);
  transition: filter var(--t-smooth);
}

[data-theme="dark"] .hero-image-col img {
  filter: grayscale(35%) brightness(0.85);
}

.hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--bg) 0%, transparent 30%);
  pointer-events: none;
}

@media (max-width: 899px) {
  .hero-image-overlay {
    background: linear-gradient(to bottom, transparent 50%, var(--bg) 100%);
  }
}

/* Hero Stats – kleines Zähler-Widget unten rechts im Bild */
.hero-stat-bar {
  position: absolute;
  bottom: 32px;
  right: 32px;
  display: flex;
  gap: 32px;
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 20px 28px;
  z-index: 3;
  transition: background-color var(--t-smooth), border-color var(--t-smooth);
}

@media (max-width: 600px) {
  .hero-stat-bar {
    bottom: 16px;
    right: 16px;
    gap: 20px;
    padding: 14px 20px;
  }
}

.hero-stat-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: var(--text);
  line-height: 1;
  display: block;
  transition: color var(--t-smooth);
}

.hero-stat-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-3);
  display: block;
  margin-top: 4px;
  transition: color var(--t-smooth);
}

/* ==========================================================================
   Leistungs-Bereich – Editorielle Listenstruktur
   ========================================================================== */

.services-list {
  list-style: none;
  counter-reset: service-counter;
}

.service-row {
  counter-increment: service-counter;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: start;
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  cursor: pointer;
  transition: background-color var(--t-fast);
}

.service-row:first-child {
  border-top: 1px solid var(--line);
}

.service-row::before {
  content: counter(service-counter, decimal-leading-zero);
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--text-3);
  padding-top: 6px;
  transition: color var(--t-fast);
}

.service-row:hover::before {
  color: var(--gold);
}

.service-row-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--text);
  margin-bottom: 8px;
  transition: color var(--t-fast);
}

.service-row:hover .service-row-title {
  color: var(--gold);
}

.service-row-desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-3);
  line-height: 1.65;
  max-width: 520px;
  transition: color var(--t-smooth);
}

.service-row-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.tag-chip {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid var(--line);
  color: var(--text-3);
  transition: border-color var(--t-fast), color var(--t-fast);
}

.service-row:hover .tag-chip {
  border-color: var(--gold-border);
  color: var(--gold);
}

.service-row-arrow {
  font-size: 1.2rem;
  color: var(--text-3);
  margin-top: 4px;
  transition: transform var(--t-smooth), color var(--t-fast);
}

.service-row:hover .service-row-arrow {
  transform: translateX(6px);
  color: var(--gold);
}

@media (max-width: 600px) {
  .service-row {
    grid-template-columns: 40px 1fr;
    gap: 16px;
  }

  .service-row-arrow {
    display: none;
  }
}

/* ==========================================================================
   Über Mich – Zweiteiliges Split-Layout
   ========================================================================== */

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.about-portrait {
  position: relative;
}

.about-portrait-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(15%);
  transition: filter var(--t-smooth);
}

[data-theme="dark"] .about-portrait-img {
  filter: grayscale(30%) brightness(0.85);
}

.about-portrait-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, var(--bg) 0%, transparent 100%);
}

.about-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.about-eyebrow-line {
  width: 32px;
  height: 1px;
  background-color: var(--gold);
}

.about-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: var(--text);
  line-height: 1.4;
  margin-bottom: 28px;
  border-left: 1px solid var(--gold);
  padding-left: 24px;
  transition: color var(--t-smooth), border-color var(--t-smooth);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
  background-color: var(--bg-surface);
  border-top: 1px solid var(--line);
  padding-block: clamp(48px, 6vw, 72px);
  transition: background-color var(--t-smooth), border-color var(--t-smooth);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 700px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
  }
}

.footer-heading {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 18px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-2);
  transition: color var(--t-fast);
}

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

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  font-size: 0.78rem;
  color: var(--text-3);
  margin: 0;
}

/* ==========================================================================
   Floating Contact Bar (minimalistisch, diskret)
   ========================================================================== */

.float-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--bg-mid);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--text-3);
  transition: background-color var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}

.float-btn:hover {
  background-color: var(--gold-subtle);
  border-left-color: var(--gold-border);
  color: var(--gold);
}

.float-btn svg {
  width: 18px;
  height: 18px;
}

/* ==========================================================================
   Page Sub-Hero (Unterseiten)
   ========================================================================== */

.page-banner {
  padding-top: calc(var(--header-h) + clamp(48px, 8vw, 96px));
  padding-bottom: clamp(48px, 8vw, 96px);
  border-bottom: 1px solid var(--line);
}

.page-banner-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.page-banner h1 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.page-banner-desc {
  max-width: 640px;
  font-size: 1rem;
  color: var(--text-2);
  font-weight: 300;
  line-height: 1.75;
}

/* ==========================================================================
   Utility
   ========================================================================== */

.text-gold { color: var(--gold); }
.text-muted { color: var(--text-3); }
.text-center { text-align: center; }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 700px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 700px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.mt-sm { margin-top: 16px; }
.mt-md { margin-top: 32px; }
.mt-lg { margin-top: 56px; }
.mt-xl { margin-top: 80px; }
.mb-sm { margin-bottom: 16px; }
.mb-md { margin-bottom: 32px; }

/* ==========================================================================
   Musikschulen Cards (Gesangsunterricht) – Editoriell & Zart
   ========================================================================== */

.school-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 800px) {
  .school-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.school-card {
  background-color: var(--bg-surface);
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color var(--t-smooth), box-shadow var(--t-smooth);
}

.school-card:hover {
  border-color: var(--gold);
}

.school-badge {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.school-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 14px;
  color: var(--text);
  line-height: 1.2;
}

.school-desc {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-2);
  margin-bottom: 24px;
}

.school-info-list {
  list-style: none;
  border-top: 1px solid var(--line);
  margin-bottom: 24px;
}

.school-info-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 300;
}

.school-info-item strong {
  color: var(--text);
  font-weight: 400;
}

.school-info-item span,
.school-info-item a {
  color: var(--text-2);
  text-align: right;
}

.school-info-item a:hover {
  color: var(--gold);
}

/* Theme Toggle with Icons */
.theme-toggle svg {
  width: 14px;
  height: 14px;
  stroke: var(--text-3);
  transition: stroke var(--t-fast);
}

.theme-toggle:hover svg {
  stroke: var(--gold);
}

[data-theme="light"] .theme-toggle .icon-sun { display: none; }
[data-theme="light"] .theme-toggle .icon-moon { display: block; }
[data-theme="dark"] .theme-toggle .icon-sun { display: block; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }

.theme-toggle-text {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-3);
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  transition: color var(--t-fast);
  user-select: none;
}

.theme-toggle:hover .theme-toggle-text {
  color: var(--gold);
}
