:root {
  --bg: #0c0f14;
  --bg-alt: #12161e;
  --surface: #181e28;
  --border: rgba(255, 255, 255, 0.08);
  --text: #e8eaef;
  --muted: #9aa3b2;
  --accent: #c9a227;
  --accent-soft: rgba(201, 162, 39, 0.15);
  --font-serif: "Cormorant Garamond", "Noto Serif TC", Georgia, serif;
  --font-sans: "Noto Sans TC", "Outfit", system-ui, sans-serif;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --max: 1120px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text);
  background: #0e1b2c;
  -webkit-font-smoothing: antialiased;
}

main {
  background-image: url("Photo/English網頁（電腦版bg）.png");
  background-size: 100% 105%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(2.75rem, 5vw, 4rem);
  line-height: 1.05;
  margin: 0.15em 0 0;
}

h2 {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  margin: 0 0 0.35em;
}

h3 {
  font-size: 1.35rem;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1em;
  color: var(--muted);
}

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

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wrap {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12, 15, 20, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.logo {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--text);
  text-decoration: none;
}

.logo:hover {
  color: var(--accent);
  text-decoration: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
}

.nav a:hover {
  color: var(--text);
  text-decoration: none;
}

.nav-cta {
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent) !important;
  border: 1px solid rgba(201, 162, 39, 0.35);
}

.nav-cta:hover {
  background: rgba(201, 162, 39, 0.25);
  color: #f0d78a !important;
}

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

/* Hero */
.hero {
  position: relative;
  padding: 52px 0 40px;
  overflow: hidden;
  background: transparent;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: center;
  min-height: 560px;
  z-index: 1;
  position: relative;
}

.hero-copy {
  max-width: 650px;
  padding-left: 6px;
  position: relative;
}

.hero-kicker {
  font-family: var(--font-serif);
  color: #efe4b8;
  font-size: clamp(2.5rem, 3.3vw, 3.2rem);
  margin-bottom: 2px;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-weight: 700;
}

.hero h1 {
  color: #efe4b8;
  font-size: clamp(5rem, 7.9vw, 7rem);
  line-height: 0.92;
  margin: 0 0 16px;
  font-weight: 700;
}

.hero-description p {
  color: #eef3f7;
  font-size: clamp(1.275rem, 1.47vw, 1.605rem);
  line-height: 1.5;
  margin-bottom: 6px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.42);
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-description p span:last-child {
  white-space: nowrap;
}

.description-bar {
  display: inline-block;
  width: 112px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 246, 252, 0.68) 70%, rgba(255, 255, 255, 0.05) 100%);
  opacity: 0.95;
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.button.primary {
  text-decoration: none;
}

.instagram-button {
  text-decoration: none;
}

.ig-round {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid rgba(219, 214, 189, 0.5);
  color: #efe4b8;
  background: rgba(39, 67, 84, 0.7);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ig-round:hover {
  background: rgba(18, 50, 71, 0.95);
  text-decoration: none;
}

.ig-round svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #e7dfbf;
  stroke-width: 1.8;
}

.btn-hero {
  min-width: 330px;
  min-height: 70px;
  border-radius: 999px;
  padding: 10px 54px;
  font-size: clamp(1.9rem, 2.9vw, 2.85rem);
  font-family: "Noto Serif TC", var(--font-serif);
  letter-spacing: 0.14em;
  font-weight: 700;
  line-height: 1;
  color: #f5ebbf;
  background: rgba(84, 106, 122, 0.5);
  border: 1.5px solid rgba(225, 233, 241, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(1.5px);
}

.btn-hero:hover {
  color: #fff3c9;
  background: rgba(98, 121, 139, 0.58);
  border-color: rgba(235, 241, 248, 0.72);
}

.hero-close {
  display: none;
}

.hero-arrows {
  display: none;
}

.arrow-icon {
  opacity: 0.8;
}

.hero-image {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.portrait-img {
  width: min(118%, 610px);
  max-height: 590px;
  object-fit: contain;
  object-position: 66% bottom;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.35));
  transform: translateX(22px) translateY(8px);
}

@media (max-width: 860px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

  .hero-description p {
    font-size: 1rem;
    gap: 10px;
  }

  .hero-description p span:last-child {
    white-space: normal;
  }

  .description-bar {
    width: 95px;
    height: 14px;
  }

  .btn-hero {
    min-width: 280px;
    min-height: 56px;
    font-size: 1.85rem;
  }

  .hero-image {
    min-height: 370px;
  }

  .portrait-img {
    width: min(92%, 330px);
    max-height: 360px;
    transform: translateX(0) translateY(0);
  }
}

.eyebrow {
  font-family: "Outfit", var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}

.eyebrow.light {
  color: #f0d78a;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background: var(--accent);
  color: #1a1508;
  border-color: var(--accent);
}

.btn-primary:hover {
  background: #ddb83a;
  color: #1a1508;
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.06);
}

.btn-lg {
  padding: 14px 28px;
  font-size: 1rem;
}

.hero-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 28px 24px;
  box-shadow: var(--shadow);
}

.stat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stat-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.stat-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.stat-num {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  color: var(--text);
}

.stat-label {
  font-size: 0.88rem;
  color: var(--muted);
}

/* Sections */
.section {
  padding: clamp(64px, 10vw, 100px) 0;
}

.section-alt {
  background: transparent;
}

.news-section {
  position: relative;
  background: transparent;
  border: none;
  padding: 14px 0 24px;
}

.news-section::before {
  content: none;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.section-head-left {
  text-align: left;
  margin: 0 0 24px;
}

.section-sub {
  font-size: 1.05rem;
  margin: 0;
}

.section-sub.light {
  color: rgba(232, 234, 239, 0.82);
}

.section-sub strong {
  color: #fff;
}

.name-highlight {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--accent);
  margin: 0.15em 0 0;
}

.news-head {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.news-head h2 {
  color: #6f0016;
  font-family: "Noto Serif TC", var(--font-serif);
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  letter-spacing: 0.16em;
  margin: 0;
  font-weight: 700;
}

/* Embed placeholders */
.embed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

.embed-card {
  background: var(--surface);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  min-height: 280px;
  overflow: hidden;
}

.embed-placeholder {
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.embed-placeholder p {
  margin: 0 0 8px;
  color: var(--text);
  font-weight: 500;
}

.embed-hint {
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  color: var(--muted) !important;
  max-width: 240px;
}

.embed-icon {
  font-size: 2rem;
  opacity: 0.35;
  margin-bottom: 12px;
}

/* Courses sizing (reverted larger) */
#courses .section-head {
  margin-bottom: 24px;
}

#courses .section-head h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  color: #f2f4f5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

#courses .embed-grid {
  gap: 22px;
}

#courses .embed-card {
  min-height: 420px;
  border-radius: 0;
  border: none;
  background: #dddddd;
}

#courses .embed-placeholder {
  min-height: 420px;
  padding: 14px;
}

#courses .embed-icon {
  display: none;
}

#courses .embed-placeholder p {
  color: #404040;
  font-size: clamp(1.15rem, 1.4vw, 1.6rem);
}

#courses .embed-hint {
  display: none;
}

.news-embed-grid {
  position: relative;
  z-index: 1;
  gap: 20px;
}

.news-embed-card {
  background: #dddddd;
  border: none;
  border-radius: 0;
  min-height: 330px;
}

.news-embed-card .embed-placeholder {
  min-height: 330px;
  padding: 12px;
}

.news-embed-card .embed-placeholder p {
  margin: 0;
  color: #404040;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  font-family: "Noto Sans TC", var(--font-sans);
  font-weight: 500;
}

/* About */
.about-section {
  position: relative;
  background: transparent;
  color: #18202a;
  border-top: none;
  margin-top: 30px;
  padding: 24px 0 12px;
}

.about-wrap {
  position: relative;
}

.about-divider {
  width: 130px;
  height: 8px;
  border-radius: 999px;
  background: #d7aa39;
  margin: 0 auto 18px;
}

.about-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  gap: clamp(24px, 4vw, 46px);
  align-items: start;
}

.about-media {
  display: flex;
  justify-content: center;
}

.about-photo {
  width: min(100%, 420px);
  object-fit: contain;
}

.about-content {
  padding-top: 2px;
}

.about-title {
  font-family: "Noto Serif TC", var(--font-serif);
  color: #0d3560;
  font-weight: 700;
  font-size: clamp(3.2rem, 5.5vw, 5.2rem);
  letter-spacing: 0.18em;
  margin: 0 0 10px;
}

.about-name {
  font-family: "Noto Serif TC", var(--font-serif);
  color: #6f0016;
  font-size: clamp(1.8rem, 2.2vw, 2.45rem);
  font-weight: 700;
  margin-bottom: 6px;
}

.about-strong {
  font-family: "Noto Serif TC", var(--font-serif);
  color: #222;
  font-size: clamp(1.3rem, 1.65vw, 1.82rem);
  font-weight: 700;
  margin-bottom: 4px;
}

.about-text {
  font-family: "Noto Serif TC", var(--font-serif);
  color: #424242;
  font-size: clamp(1rem, 1.25vw, 1.34rem);
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 14px;
}

.about-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 14px;
}

.about-points li {
  position: relative;
  color: #d79e29;
  font-family: "Noto Serif TC", var(--font-serif);
  font-size: clamp(0.95rem, 1.02vw, 1.08rem);
  font-weight: 700;
  line-height: 1.35;
  padding-left: 48px;
}

.about-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.02em;
  width: 36px;
  height: 36px;
  border: 7px solid #efad2f;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

@media (max-width: 960px) {
  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-media {
    justify-content: flex-start;
  }

  .about-photo {
    width: min(100%, 320px);
  }

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

/* Key section */
.key-section {
  background: transparent;
  color: #f8f1e4;
  padding-top: 8px;
  padding-bottom: 20px;
}

.key-wrap {
  width: min(100% - 40px, 1140px);
}

.key-head {
  text-align: center;
  margin-bottom: 10px;
}

.key-head h2 {
  margin: 0;
  color: #f6f0e5;
  font-family: "Noto Serif TC", var(--font-serif);
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  letter-spacing: 0.03em;
  font-weight: 700;
}

.key-top {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: center;
}

.key-main {
  height: 470px;
  overflow: hidden;
}

.key-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transform: scale(1.06);
  transform-origin: left center;
}

.key-intro-lead {
  color: #f7efde;
  font-size: clamp(0.95rem, 1.08vw, 1.15rem);
  font-weight: 700;
  margin-bottom: 4px;
}

.key-title-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.key-intro h3 {
  margin: 0;
  color: #d9fbff;
  font-size: clamp(2.45rem, 3.9vw, 4rem);
  font-family: "Noto Serif TC", var(--font-serif);
  font-weight: 700;
  letter-spacing: 0.07em;
}

.key-intro-sub {
  margin: 0;
  color: #f7efde;
  font-size: clamp(1.2rem, 1.45vw, 1.62rem);
  font-weight: 700;
}

.key-intro-text {
  color: #f7efde;
  font-size: clamp(0.95rem, 1.02vw, 1.05rem);
  line-height: 1.42;
  font-weight: 600;
  max-width: 38em;
}

.key-demo-row {
  margin: -80px 0 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: min(100%, 390px);
  margin-left: auto;
}

.key-demo-card {
  height: 150px;
  overflow: hidden;
}

.key-demo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.key-demo-left {
  object-position: left center;
}

.key-demo-right {
  object-position: right center;
}

.key-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  margin-top: -10px;
}

.key-feature-grid .key-feature:nth-child(odd) {
  transform: translateY(-30px);
}

.key-feature h4 {
  display: inline-block;
  margin: 0 0 7px;
  padding: 4px 14px;
  border-radius: 999px;
  background: rgba(245, 245, 240, 0.92);
  color: #a23f1f;
  font-family: "Noto Serif TC", var(--font-serif);
  font-size: clamp(1.05rem, 1.22vw, 1.3rem);
  font-weight: 700;
}

.key-feature p {
  color: #f7efde;
  font-size: clamp(0.86rem, 0.94vw, 0.98rem);
  line-height: 1.35;
  font-weight: 600;
}

@media (max-width: 980px) {
  .key-top {
    grid-template-columns: 1fr;
  }

  .key-main {
    height: 300px;
  }

  .key-demo-row {
    width: 100%;
    margin-left: 0;
  }

  .key-feature-grid {
    grid-template-columns: 1fr;
  }

  .key-feature-grid .key-feature:nth-child(odd) {
    transform: none;
  }
}

/* Perks */
.perks-section {
  background: white;
  padding-top: 14px;
  padding-bottom: 20px;
}

.perks-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 30px, 1000px);
}

.perks-title {
  margin: 0 0 18px;
  text-align: center;
  color: #55b8b6;
  font-family: "Noto Serif TC", var(--font-serif);
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  letter-spacing: 0.16em;
  font-weight: 700;
}

.perks-circle-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 24px;
  justify-items: center;
}

.perks-circle {
  width: 168px;
  height: 168px;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
}

.perks-fill {
  background: #59b8b5;
  border: 3px solid #59b8b5;
}

.perks-outline {
  background: rgba(255, 255, 255, 0.72);
  border: 5px solid #59b8b5;
}

.perks-icon {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.perks-fill .perks-icon {
  filter: saturate(0.85);
}

.perks-circle p {
  margin: 0;
  font-family: "Noto Serif TC", var(--font-serif);
  font-size: clamp(0.88rem, 1vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
}

.perks-fill p {
  color: #f2f6f7;
}

.perks-outline p {
  color: #1f1f1f;
}

@media (max-width: 900px) {
  .perks-circle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* CTA */
.cta-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 52px;
  background: #0e1b2c;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 90px;
  background: white;
  border-radius: 0 0 50% 50% / 0 0 90px 90px;
  pointer-events: none;
  z-index: 0;
}

.cta-inner {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.cta-title {
  margin: 0 0 28px;
  text-align: center;
  color: #f4f1e8;
  font-family: "Noto Serif TC", var(--font-serif);
  font-size: clamp(2.9rem, 5vw, 5.4rem);
  letter-spacing: 0.14em;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.cta-center-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.qr-blank {
  width: 148px;
  height: 148px;
  background: #f0f0f0;
  border: 2px solid rgba(200, 210, 220, 0.45);
  border-radius: 14px;
  flex-shrink: 0;
}

.cta-pill {
  width: 168px;
  height: 148px;
  border-radius: 26px;
  padding: 14px 18px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(52, 72, 88, 0.82);
  border: 1px solid rgba(213, 222, 231, 0.38);
  color: #ffffff;
  font-family: "Noto Serif TC", var(--font-serif);
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  flex-shrink: 0;
}

.cta-pill .pill-sub {
  font-size: clamp(0.78rem, 1vw, 1rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.04em;
}

.cta-pill .pill-main {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
}

.cta-pill:hover {
  text-decoration: none;
  background: rgba(70, 92, 110, 0.9);
}

.cta-logo-circle {
  width: 200px;
  height: 200px;
  border-radius: 999px;
  border: 2px solid rgba(219, 224, 235, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.cta-logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 999px;
}

@media (max-width: 980px) {
  .cta-center-row {
    flex-wrap: wrap;
  }
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 28px 0 40px;
  background: #0e1b2c;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.footer-brand {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--text);
  margin: 0;
}

.footer-note {
  font-size: 0.82rem;
  margin: 0;
}
