@font-face {
  font-family: "Inter";
  src: url("concepts/e23-desktop-final-polish/fonts/Inter-Regular-v1.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("concepts/e23-desktop-final-polish/fonts/Inter-SemiBold-v1.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}

:root {
  --cream: #faf8f2;
  --cream-deep: #efeadd;
  --ink: #1b211e;
  --muted: #626560;
  --green: #1d332a;
  --green-light: #294238;
  --gold: #c6a568;
  --gold-deep: #947846;
  --line: #ded9cd;
  --radius: 12px;
  --shell: 1180px;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: var(--font-body);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 32px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: -4rem;
  left: 1rem;
  z-index: 100;
  padding: .65rem .9rem;
  background: var(--green);
  color: var(--cream);
}

.skip-link:focus { top: 1rem; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(200, 169, 110, .22);
  background: rgba(29, 51, 42, .98);
  color: var(--cream);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
}

.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: .85rem;
  color: var(--cream);
  text-decoration: none;
}

.brand-mark { width: 53px; height: auto; flex: 0 0 auto; }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { font-size: 1.1rem; font-weight: 600; }

.brand-text small {
  margin-top: .2rem;
  color: rgba(250, 248, 243, .72);
  font-size: .78rem;
  font-weight: 400;
}

.nav-actions { display: flex; align-items: center; gap: 1.35rem; }

.nav-home {
  color: rgba(250, 248, 243, .78);
  font-size: .9rem;
  font-weight: 600;
  text-decoration-color: var(--gold);
  text-underline-offset: .25em;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: .82rem 1.25rem;
  border: 1px solid var(--green);
  border-radius: var(--radius);
  background: var(--green);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.button:hover,
.button:focus-visible {
  border-color: var(--gold);
  background: var(--green-light);
  transform: translateY(-1px);
}

.button-small { min-height: 42px; padding: .65rem .9rem; font-size: .85rem; }

.button-header {
  border-color: var(--gold);
  background: rgba(18, 38, 29, .28);
  color: #d4b778;
}

.button-header:hover,
.button-header:focus-visible { background: var(--gold); color: var(--green); }

.mobile-menu-toggle,
.mobile-menu { display: none; }

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2 {
  margin-bottom: 0;
  color: var(--green);
  font-family: var(--font-display);
  letter-spacing: -.035em;
}

h1 { font-weight: 700; }
h2 { font-size: clamp(2.15rem, 3.45vw, 3.25rem); font-weight: 600; line-height: 1.02; }

.hero { padding: clamp(2.5rem, 4.4vw, 4.4rem) 0 clamp(3.4rem, 5.5vw, 5rem); }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(390px, .92fr) minmax(0, 1.08fr);
  gap: clamp(2.5rem, 5vw, 5.4rem);
  align-items: center;
}

.hero-copy { max-width: 540px; }

.hero h1 {
  max-width: 570px;
  font-size: clamp(3.4rem, 5.2vw, 5rem);
  line-height: .98;
}

.hero-statement {
  max-width: 500px;
  margin: 1.55rem 0 .85rem;
  color: var(--green);
  font-size: clamp(1.22rem, 1.85vw, 1.52rem);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -.012em;
}

.hero-support {
  max-width: 500px;
  margin-bottom: 1.55rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: .2rem .42rem;
  align-items: center;
  margin: .85rem 0 0;
  color: #756849;
  font-size: .74rem;
  font-weight: 600;
  line-height: 1.45;
}

.trust-separator { color: var(--gold-deep); }
.trust-rating { display: inline-flex; gap: .42rem; }

.hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #d7d4cd;
  box-shadow: 0 18px 55px rgba(24, 39, 32, .11);
}

.hero-visual picture,
.hero-visual img { width: 100%; }

.hero-visual img {
  height: clamp(500px, 44vw, 610px);
  object-fit: cover;
  object-position: 52% 57%;
}

.section { padding: clamp(4.5rem, 7vw, 6.6rem) 0; }

.zero {
  border-top: 1px solid var(--line);
  background: var(--cream-deep);
}

.zero-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: clamp(3.2rem, 7vw, 7rem);
  align-items: start;
}

.section-title-block { position: sticky; top: 122px; }
.zero-content { max-width: 650px; }

.section-intro {
  margin-bottom: 2rem;
  color: #4f4e49;
  font-size: 1.05rem;
  line-height: 1.72;
}

.compact-list {
  display: grid;
  gap: .65rem;
}

.compact-list article {
  padding: 1rem 1.05rem;
  border: 1px solid #ded8cb;
  border-top: 2px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .58);
}

.compact-list h3 {
  margin: 0 0 .45rem;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.compact-list p,
.steps-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.6;
}

.positioning {
  border-top: 1px solid rgba(200, 169, 110, .28);
  background: var(--green);
  color: var(--cream);
}

.positioning.section { padding: clamp(3.85rem, 5.8vw, 5.5rem) 0; }

.positioning-grid {
  display: grid;
  grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr);
  column-gap: clamp(3.5rem, 7vw, 7.2rem);
  row-gap: clamp(3rem, 5.8vw, 6rem);
  align-items: start;
}

.positioning h2 { max-width: 600px; color: var(--cream); }

.positioning-copy {
  max-width: 620px;
  padding-top: .35rem;
  border-top: 1px solid rgba(200, 169, 110, .58);
}

.positioning-copy p {
  margin: 0;
  padding-top: 1.15rem;
  color: rgba(250, 248, 243, .84);
  font-size: 1.02rem;
  line-height: 1.72;
}

.guitar-choice {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr);
  gap: 2rem;
  align-items: start;
  margin-top: clamp(-.25rem, 1vw, .75rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(250, 248, 243, .16);
}

.guitar-choice h3 {
  margin: 0;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.guitar-choice p {
  max-width: 670px;
  margin: 0;
  color: rgba(250, 248, 243, .72);
  font-size: .94rem;
  line-height: 1.62;
}

.first-steps { background: var(--cream); }
.first-steps.section { padding-bottom: clamp(3.5rem, 5vw, 4.5rem); }
.first-steps h2 { margin-bottom: clamp(2rem, 3.4vw, 3rem); }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.steps-grid article {
  min-height: 126px;
  padding: 1.2rem 1.25rem;
  border: 1px solid #ded8cb;
  border-top: 2px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .58);
}

.steps-grid h3 {
  display: flex;
  gap: .55rem;
  align-items: baseline;
  margin: 0 0 .6rem;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.65vw, 1.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}

.steps-grid p { max-width: none; }

.step-number,
.step-divider {
  color: #826a40;
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
}

.practice-note {
  position: relative;
  max-width: none;
  margin: 2rem 0 0;
  padding: 1.05rem 1.25rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  background: var(--cream-deep);
  color: #4f4c46;
  font-size: .98rem;
  line-height: 1.62;
}

.social-proof {
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.social-proof.section { padding: clamp(3.2rem, 5vw, 4.25rem) 0; }
.social-proof h2 { margin-bottom: clamp(1.6rem, 2.5vw, 2.25rem); }

.social-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .72fr);
  gap: 1rem;
  align-items: stretch;
}

.review-block {
  padding: clamp(1.4rem, 2.8vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .52);
}

.review-block blockquote { margin: 0; }

.review-stars {
  display: block;
  margin-bottom: .65rem;
  color: var(--gold-deep);
  font-size: .75rem;
  letter-spacing: .12em;
}

.review-block blockquote > p {
  margin: 0 0 1.15rem;
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.7;
}

.review-attribution {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .65rem;
  align-items: center;
  color: var(--muted);
  font-size: .82rem;
}

.review-attribution cite {
  color: var(--green);
  font-style: normal;
  font-weight: 600;
}

.review-attribution span::before {
  content: "·";
  margin-right: .65rem;
  color: var(--gold-deep);
}

.review-score {
  margin: 0;
  color: var(--gold-deep);
  font-size: .82rem;
  font-weight: 600;
  text-decoration-color: rgba(148, 120, 70, .5);
  text-underline-offset: .22em;
  white-space: nowrap;
}

.review-score:hover,
.review-score:focus-visible { color: var(--green); }

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.review-link-button {
  border-color: var(--green);
  background: transparent;
  color: var(--green);
}

.review-link-button:hover,
.review-link-button:focus-visible {
  border-color: var(--green);
  background: var(--green);
  color: var(--cream);
}

.andreas-card {
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border: 1px solid var(--green);
  border-radius: var(--radius);
  background: var(--green);
  color: var(--cream);
}

.andreas-card h3 {
  margin: 0 0 1rem;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
}

.andreas-card p {
  margin: 0 0 .8rem;
  color: rgba(250, 248, 243, .78);
  font-size: .94rem;
}

.andreas-card a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: .15rem;
  color: var(--cream);
  font-size: .86rem;
  font-weight: 600;
  text-decoration-color: var(--gold);
  text-underline-offset: .24em;
}

.faq {
  border-top: 1px solid var(--line);
  background: var(--cream-deep);
}

.faq-layout {
  max-width: 920px;
}

.faq-heading { position: static; }
.faq-heading h2 { margin-bottom: clamp(1.4rem, 2.5vw, 2rem); }
.faq-list { border-top: 1px solid #d2cbbb; }
.faq-list details { border-bottom: 1px solid #d2cbbb; }

.faq-list summary {
  position: relative;
  min-height: 60px;
  padding: 1.15rem 3.2rem 1.15rem 0;
  color: var(--green);
  cursor: pointer;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: .25rem;
  color: var(--gold-deep);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  transform: translateY(-50%);
}

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

.faq-list details p {
  max-width: 690px;
  margin: -.1rem 3rem 1.25rem 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.65;
}

.final-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem 2rem;
  align-items: center;
  margin-top: 2.25rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(200, 169, 110, .64);
  border-radius: 8px;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(23, 43, 35, .1);
  color: var(--cream);
}

.final-action h3 {
  margin: 0 0 .4rem;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0;
}

.final-action p {
  max-width: 530px;
  margin: 0;
  color: rgba(250, 248, 243, .76);
  font-size: .9rem;
  line-height: 1.55;
}

.final-action-actions {
  display: flex;
  width: max-content;
  max-width: 100%;
  flex-direction: column;
  gap: .65rem;
  align-items: stretch;
}

.button-light {
  flex: 0 0 auto;
  border-color: var(--gold);
  border-radius: 8px;
  background: var(--gold);
  color: var(--green);
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.15;
  padding: .82rem 1.25rem;
}

.button-light:hover,
.button-light:focus-visible { border-color: var(--cream); background: var(--cream); color: var(--green); }

.map-link {
  display: block;
  width: 100%;
  color: var(--cream);
  font-size: .82rem;
  font-weight: 600;
  text-align: center;
  text-decoration-color: var(--gold);
  text-underline-offset: .24em;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid rgba(250, 248, 243, .16);
  background: var(--green);
  color: var(--cream);
  font-size: .92rem;
}

.footer-grid,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}

.footer-brand { display: flex; align-items: center; gap: .75rem; }
.footer-mark { width: 49px; height: auto; flex: 0 0 auto; }
.footer-brand p { margin: 0; color: rgba(250, 248, 243, .78); }

.site-footer a {
  color: var(--cream);
  text-decoration-color: rgba(200, 169, 110, .65);
  text-underline-offset: .22em;
}

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr); gap: 2.5rem; }
  .hero h1 { font-size: clamp(3rem, 6vw, 4.3rem); }
  .hero-trust-line { display: grid; gap: .1rem; }
  .trust-separator { display: none; }
  .trust-rating { display: block; }
  .zero-layout,
  .positioning-grid { gap: 3rem; }
  .social-proof-grid { grid-template-columns: 1fr; }
  .review-score { white-space: normal; }
  .final-action { grid-template-columns: 1fr; }
  .final-action .button { justify-self: start; }
}

@media (max-width: 767px) {
  .nav {
    position: relative;
    min-height: 64px;
    justify-content: flex-start;
    gap: .65rem;
  }

  .brand { min-width: 0; gap: .58rem; }
  .brand-mark { width: 45px; }
  .brand-text strong { font-size: .96rem; }
  .brand-text small,
  .nav-actions { display: none; }

  .mobile-menu-toggle {
    display: grid;
    place-content: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid rgba(250, 248, 243, .46);
    border-radius: 50%;
    background: rgba(18, 38, 29, .26);
    color: var(--cream);
    cursor: pointer;
  }

  .mobile-menu-toggle > span:not(.visually-hidden) {
    display: block;
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  .mobile-menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(5px) rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .mobile-menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-5px) rotate(-45deg); }

  .mobile-menu {
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    z-index: 40;
    display: grid;
    overflow: hidden;
    padding: .45rem;
    border: 1px solid rgba(200, 169, 110, .3);
    border-radius: 12px;
    background: rgba(29, 51, 42, .99);
    box-shadow: 0 22px 52px rgba(5, 15, 10, .24);
    color: var(--cream);
  }

  .mobile-menu[hidden] { display: none; }

  .mobile-menu a {
    padding: .78rem .85rem;
    border-bottom: 1px solid rgba(250, 248, 243, .09);
    color: rgba(250, 248, 243, .9);
    font-size: .9rem;
    text-decoration: none;
  }

  .mobile-menu .mobile-menu-cta {
    margin-top: .42rem;
    border: 0;
    border-radius: 999px;
    background: var(--gold);
    color: var(--green);
    font-weight: 600;
    text-align: center;
  }

  .hero { padding: 1.8rem 0 3.2rem; }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 1.65rem;
    align-items: stretch;
  }

  .hero-copy { max-width: none; }
  .hero h1 { max-width: 570px; font-size: clamp(2.5rem, 10vw, 2.75rem); line-height: .98; }
  .hero-statement { margin: 1.1rem 0 .65rem; font-size: 1.12rem; line-height: 1.35; }
  .hero-support { margin-bottom: 1.15rem; font-size: .94rem; line-height: 1.55; }
  .hero-button { width: 100%; min-height: 48px; }
  .hero-trust-line { display: grid; gap: .1rem; margin-top: .75rem; font-size: .73rem; line-height: 1.4; }
  .trust-separator { display: none; }
  .trust-rating { display: block; }
  .hero-visual { width: calc(100% + 32px); margin-left: -16px; border-radius: 0; box-shadow: none; }
  .hero-visual img { height: clamp(245px, 68vw, 300px); object-position: center 47%; }

  .section { padding: 3.5rem 0; }

  .zero-layout,
  .positioning-grid { grid-template-columns: 1fr; gap: 1.8rem; }

  .section-title-block,
  .faq-heading { position: static; }
  h2 { font-size: clamp(1.85rem, 8vw, 2.3rem); line-height: 1.02; }
  .section-intro { margin-bottom: 1.35rem; font-size: .98rem; line-height: 1.65; }

  .compact-list article { padding: 1rem 1.05rem; }
  .compact-list h3 { font-size: 1.2rem; }
  .compact-list p { font-size: .9rem; line-height: 1.55; }

  .positioning.section { padding: 3.1rem 0; }
  .positioning-grid { gap: 1.2rem; }
  .positioning h2 { font-size: clamp(1.82rem, 7.8vw, 2.25rem); line-height: 1.02; }
  .positioning-copy { padding-top: .15rem; }
  .positioning-copy p { padding-top: 1rem; font-size: .94rem; line-height: 1.62; }
  .guitar-choice { grid-template-columns: 1fr; gap: .5rem; margin-top: .35rem; padding-top: 1.15rem; }
  .guitar-choice h3 { font-size: 1.35rem; }
  .guitar-choice p { font-size: .9rem; line-height: 1.58; }

  .first-steps.section { padding-bottom: 3rem; }
  .first-steps h2 { margin-bottom: 1.7rem; }
  .steps-grid { grid-template-columns: 1fr; gap: .65rem; }
  .steps-grid article { min-height: 0; padding: 1rem 1.05rem; }
  .steps-grid h3 { margin-bottom: .5rem; font-size: 1.28rem; }
  .step-number,
  .step-divider { font-size: .74rem; }
  .steps-grid p { font-size: .91rem; line-height: 1.55; }
  .practice-note { margin-top: 1.4rem; padding: .95rem 1rem; font-size: .91rem; }
  .social-proof.section { padding: 2.75rem 0; }
  .social-proof h2 { margin-bottom: 1.3rem; }
  .social-proof-grid { gap: .75rem; }
  .review-block { padding: 1.25rem; }
  .review-block blockquote > p { margin-bottom: 1rem; font-size: .96rem; line-height: 1.65; }
  .review-attribution { font-size: .78rem; }
  .review-score { font-size: .78rem; white-space: normal; }
  .review-actions { align-items: stretch; margin-top: 1rem; padding-top: 1rem; }
  .review-actions .button { width: 100%; }
  .andreas-card { padding: 1.35rem; }

  .faq-heading h2 { margin-bottom: 1.15rem; }
  .faq-list summary { min-height: 58px; padding: 1rem 2.7rem 1rem 0; font-size: .92rem; }
  .faq-list details p { margin-right: 0; font-size: .91rem; line-height: 1.6; }
  .final-action { margin-top: 1.65rem; padding: 1.25rem; }
  .final-action h3 { font-size: 1.42rem; }
  .final-action-actions { width: 100%; }
  .final-action .button { width: 100%; }

  .footer-brand { flex-wrap: nowrap; gap: .45rem; }
  .footer-mark { width: 46px; }
  .footer-brand p { white-space: nowrap; font-size: clamp(.72rem, 3.05vw, .76rem); letter-spacing: -.02em; }
}

@media (max-width: 410px) {
  .hero-statement { font-size: 1.06rem; }
  .hero-support { font-size: .91rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button,
  .mobile-menu-toggle > span:not(.visually-hidden) { transition: none; }
}

/* Shared production footer pattern. */
.site-footer {
  padding: 20px 0;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "brand social"
    "lessons legal";
  gap: 0 1.5rem;
  align-items: center;
  text-align: left;
}

.site-footer .footer-grid::before {
  content: "";
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: start;
  width: 100%;
  margin-top: .55rem;
  border-top: 1px solid rgba(250, 248, 243, .12);
  pointer-events: none;
}

.site-footer .footer-brand { grid-area: brand; justify-content: flex-start; gap: .65rem; min-width: 0; }
.site-footer .footer-mark { width: 44px; }
.site-footer .footer-brand p { color: rgba(250, 248, 243, .84); font-size: .88rem; line-height: 1.35; white-space: nowrap; }

.site-footer .footer-social,
.site-footer .footer-lessons,
.site-footer .footer-legal {
  display: flex;
  align-items: center;
}

.site-footer .footer-social { grid-area: social; gap: .2rem; justify-content: flex-end; }

.site-footer .footer-social-link {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--cream);
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer .footer-social-link:hover,
.site-footer .footer-social-link:focus-visible { color: var(--gold); }

.site-footer .footer-social-link svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.site-footer .footer-social-link .social-icon-outline {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.site-footer .footer-social-link .social-icon-cutout { fill: var(--green); }
.site-footer .footer-lessons { grid-area: lessons; flex-wrap: nowrap; gap: .5rem .72rem; justify-content: flex-start; font-size: .86rem; }
.site-footer .footer-legal { grid-area: legal; flex-wrap: wrap; gap: .38rem .5rem; justify-content: flex-end; font-size: .78rem; }

.site-footer .footer-lessons,
.site-footer .footer-legal {
  min-width: 0;
  margin-top: .55rem;
  padding-top: calc(.7rem + 1px);
}

.site-footer .footer-link-separator {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
}

.site-footer .footer-lessons a,
.site-footer .footer-legal a {
  color: var(--cream);
  text-decoration-color: rgba(200, 169, 110, .65);
  text-underline-offset: .24em;
}

@media (max-width: 767px) {
  .site-footer { padding: 18px 0 16px; }
  .site-footer .footer-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand social"
      "lessons lessons"
      "legal legal";
    gap: 0 .35rem;
  }
  .site-footer .footer-brand { flex-direction: row; gap: .42rem; }
  .site-footer .footer-mark { width: 40px; }
  .site-footer .footer-brand p { font-size: clamp(.69rem, 3.05vw, .77rem); letter-spacing: 0; line-height: 1.35; white-space: normal; }
  .site-footer .footer-brand p > span:last-child { display: block; }
  .site-footer .footer-brand-separator { display: none; }
  .site-footer .footer-lessons { flex-direction: row; flex-wrap: nowrap; gap: .42rem .58rem; justify-content: center; font-size: clamp(.82rem, 3.55vw, .9rem); }
  .site-footer .footer-lessons .footer-link-separator { display: block; }
  .site-footer .footer-legal { gap: .35rem .2rem; justify-content: center; max-width: 100%; font-size: clamp(.69rem, 3.05vw, .77rem); }
  .site-footer .footer-lessons,
  .site-footer .footer-legal { margin-top: .55rem; padding-top: .62rem; border-top: 1px solid rgba(250, 248, 243, .12); }
  .site-footer .footer-grid::before { display: none; }
  .site-footer .footer-social { gap: .1rem; }
  .site-footer .footer-social-link { width: 34px; height: 34px; }
  .site-footer .footer-social-link svg { width: 21px; height: 21px; }
}

@media (max-width: 340px) {
  .site-footer .footer-grid { gap: 0 .25rem; }
  .site-footer .footer-mark { width: 38px; }
  .site-footer .footer-brand p { font-size: .69rem; }
  .site-footer .footer-social-link { width: 32px; height: 32px; }
  .site-footer .footer-social-link svg { width: 20px; height: 20px; }
}
