@charset "UTF-8";
:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f9fafb;
  --text: #17191d;
  --text-secondary: #454a52;
  --muted: #6d727c;
  --line: #e2e5e9;
  --line-strong: #cdd1d7;
  --accent: #1f2937;
  --accent-contrast: #ffffff;
  --accent-soft: #eef1f4;
  --danger: #b42318;
  --danger-soft: #fff1f0;
  --danger-line: #ffd1cc;
  --success: #157347;
  --success-soft: #edf8f2;
  --success-line: #ccebd9;
  --warning: #946200;
  --warning-soft: #fff8e6;
  --warning-line: #f2dfaa;
  --sidebar-bg: #17191d;
  --sidebar-text: #f8f9fa;
  --sidebar-muted: #9299a3;
  --sidebar-heading: #858c97;
  --sidebar-label: #777e89;
  --sidebar-link: #c6cad0;
  --sidebar-line: #2e3238;
  --sidebar-hover: #24272d;
  --sidebar-active: #30343b;
  --sidebar-brand-bg: #ffffff;
  --sidebar-brand-text: #17191d;
  --focus-border: #858c97;
  --focus-ring: #eef0f3;
  --disabled-bg: #f2f3f5;
  --disabled-text: #8b9098;
  --pending-dot: #d1a126;
  --completed-dot: #2d8a5d;
  --completed-text: #7f848c;
  --theme-light-swatch: #f5f6f8;
  --theme-dark-swatch: #17191d;
  --shadow: 0 12px 35px rgba(23, 25, 29, 0.06);
  --shadow-panel: 0 4px 18px rgba(23, 25, 29, .025);
  --shadow-card: 0 6px 18px rgba(22, 27, 34, .04);
  --shadow-card-hover: 0 10px 24px rgba(22, 27, 34, .08);
  --overlay-border: rgba(255, 255, 255, .24);
  --overlay-muted: rgba(255, 255, 255, .62);
  --radius: 14px;
}

html[data-theme=dark] {
  --bg: #101318;
  --surface: #181c22;
  --surface-2: #20252d;
  --text: #f2f4f7;
  --text-secondary: #d0d6df;
  --muted: #a5adba;
  --line: #303742;
  --line-strong: #48515e;
  --accent: #f2f4f7;
  --accent-contrast: #101318;
  --accent-soft: #2a3039;
  --danger: #ff9a91;
  --danger-soft: #3a2023;
  --danger-line: #713b3d;
  --success: #72d59d;
  --success-soft: #193528;
  --success-line: #2c6848;
  --warning: #f3c969;
  --warning-soft: #3a301a;
  --warning-line: #71602d;
  --sidebar-bg: #0b0d10;
  --sidebar-text: #f2f4f7;
  --sidebar-muted: #9ba5b3;
  --sidebar-heading: #8c97a6;
  --sidebar-label: #7d8795;
  --sidebar-link: #c8ced8;
  --sidebar-line: #272d35;
  --sidebar-hover: #1c222a;
  --sidebar-active: #2a313b;
  --sidebar-brand-bg: #f2f4f7;
  --sidebar-brand-text: #101318;
  --focus-border: #91a0b2;
  --focus-ring: #2b3949;
  --disabled-bg: #252b33;
  --disabled-text: #737e8c;
  --pending-dot: #e8ba4e;
  --completed-dot: #52c885;
  --completed-text: #8993a0;
  --theme-light-swatch: #f5f6f8;
  --theme-dark-swatch: #0b0d10;
  --shadow: 0 12px 35px rgba(0, 0, 0, .25);
  --shadow-panel: 0 4px 18px rgba(0, 0, 0, .16);
  --shadow-card: 0 6px 18px rgba(0, 0, 0, .16);
  --shadow-card-hover: 0 10px 24px rgba(0, 0, 0, .24);
  --overlay-border: rgba(255, 255, 255, .18);
  --overlay-muted: rgba(255, 255, 255, .64);
}

:root {
  --landing-bg: #ffffff;
  --landing-surface: #fffdf9;
  --landing-soft: #f7efe4;
  --landing-panel: #f0e6d8;
  --landing-ink: #2d2925;
  --landing-body: #514b45;
  --landing-muted: #6f675f;
  --landing-gold: #b9852f;
  --landing-gold-light: #e3bd68;
  --landing-on-gold: #ffffff;
  --landing-border: #eadfce;
  --landing-window: #fffaf3;
  --landing-window-floor: #efe2d2;
  --landing-shadow: 0 12px 28px rgba(127, 111, 95, .12);
  --landing-blue: #9eb7e9;
  --landing-violet: #bea4da;
  --landing-rose: #dda1b4;
  --landing-green: #99d0b2;
  --landing-ivory: #f3eee6;
  --landing-gallery-blue-bg: #f2e7d9;
  --landing-gallery-violet-bg: #f0e7ee;
  --landing-gallery-gold-bg: #ebe2d4;
  --landing-gallery-rose-bg: #f2dfe4;
  --landing-gallery-green-bg: #e5eee7;
  --landing-gallery-ivory-bg: #ece7df;
  --landing-mannequin-skin: #b28b59;
  --landing-mannequin-light: #eadfcd;
  --landing-dress-border: #d2bd91;
  --landing-dress-top: #f6ead2;
  --landing-dress-bottom: #caa76c;
  --landing-dress-highlight: #fff8ea;
  --landing-window-shine: rgba(255, 255, 255, .18);
}

html[data-theme=dark] {
  --landing-bg: #17130f;
  --landing-surface: #211c17;
  --landing-soft: #2a2118;
  --landing-panel: #39291b;
  --landing-ink: #fff3e4;
  --landing-body: #e0d1c1;
  --landing-muted: #b9a99a;
  --landing-gold: #e2b665;
  --landing-gold-light: #f0cf88;
  --landing-on-gold: #20170e;
  --landing-border: #5d4933;
  --landing-window: #2e241b;
  --landing-window-floor: #453322;
  --landing-shadow: 0 12px 28px rgba(0, 0, 0, .25);
  --landing-blue: #7694c9;
  --landing-violet: #9e7dbf;
  --landing-rose: #c47791;
  --landing-green: #65a986;
  --landing-ivory: #d7c9b7;
  --landing-gallery-blue-bg: #3a3530;
  --landing-gallery-violet-bg: #392f3c;
  --landing-gallery-gold-bg: #41382b;
  --landing-gallery-rose-bg: #412f35;
  --landing-gallery-green-bg: #2d3e34;
  --landing-gallery-ivory-bg: #3a3732;
  --landing-mannequin-skin: #8d6e4b;
  --landing-mannequin-light: #cbbba4;
  --landing-dress-border: #9c7b4e;
  --landing-dress-top: #d7c19b;
  --landing-dress-bottom: #9d7b49;
  --landing-dress-highlight: #f4dfbd;
  --landing-window-shine: rgba(255, 255, 255, .1);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: color 0.2s ease, background-color 0.2s ease;
}

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

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

button {
  cursor: pointer;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.app-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
}

.sidebar {
  height: 100vh;
  position: sticky;
  top: 0;
  background: var(--sidebar-bg);
  color: var(--sidebar-text);
  padding: 22px 16px 16px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 8px 24px;
}

.brand__logo {
  display: block;
  width: min(210px, 100%);
  height: auto;
}

.brand--logo {
  padding-top: 0;
}

.brand__mark--logo-fallback {
  display: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--sidebar-brand-bg);
  color: var(--sidebar-brand-text);
  font-weight: 800;
}

.brand strong, .brand small {
  display: block;
}

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

.nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.nav-section {
  margin-top: 18px;
}

.nav-heading {
  color: var(--sidebar-heading);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
  padding: 0 10px 8px;
}

.nav-section-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: var(--sidebar-heading);
  transition: color 0.15s ease;
}

.nav-section-toggle:hover {
  color: var(--sidebar-text);
}

.nav-chevron {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 0.15s ease;
}

.nav-chevron.open {
  transform: rotate(180deg);
}

.nav-group {
  margin-bottom: 12px;
}

.nav-group > span {
  display: block;
  color: var(--sidebar-label);
  font-size: 11px;
  padding: 6px 10px 4px;
}

.nav-link {
  display: block;
  border-radius: 9px;
  padding: 10px 11px;
  color: var(--sidebar-link);
  transition: 0.15s ease;
}

.nav-link:hover {
  background: var(--sidebar-hover);
  color: var(--sidebar-text);
}

.nav-link.active {
  background: var(--sidebar-active);
  color: var(--sidebar-text);
  font-weight: 650;
}

.sidebar-user {
  margin-top: auto;
  padding: 16px 8px 10px;
  border-top: 1px solid var(--sidebar-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  transition: background 0.15s ease;
}

.sidebar-user:hover {
  background: var(--sidebar-hover);
}

.sidebar-user strong, .sidebar-user small {
  display: block;
  max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-user small {
  color: var(--sidebar-muted);
  margin-top: 3px;
}

.profile-arrow {
  color: var(--sidebar-muted);
  font-size: 20px;
  line-height: 1;
  transition: transform 0.15s ease, color 0.15s ease;
}

.sidebar-user:hover .profile-arrow {
  color: var(--sidebar-text);
  transform: translateX(2px);
}

.main-content {
  padding: clamp(24px, 4vw, 56px);
  min-width: 0;
}

.page-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1380px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.page-header h1 {
  margin: 4px 0 8px;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.035em;
}

.page-header p {
  max-width: 780px;
}

.hero-header {
  align-items: center;
  border-radius: 20px;
  background: var(--sidebar-bg);
  color: var(--sidebar-text);
  padding: 34px;
}

.hero-header .muted {
  color: var(--sidebar-muted);
}

.hero-badge {
  min-width: 150px;
  text-align: center;
  background: var(--sidebar-brand-bg);
  color: var(--sidebar-brand-text);
  padding: 22px;
  border-radius: 16px;
}

.hero-badge strong, .hero-badge span {
  display: block;
}

.hero-badge strong {
  font-size: 36px;
}

.hero-badge span {
  color: var(--muted);
  font-size: 13px;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 11px;
  font-weight: 800;
  color: var(--muted);
}

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

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-panel);
  min-width: 0;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.panel-header h2 {
  margin: 0 0 4px;
  font-size: 21px;
}

.panel-header p {
  margin: 0;
}

.sticky-panel {
  align-self: start;
  position: sticky;
  top: 24px;
}

.profile-card {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.profile-summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.profile-summary h2 {
  margin: 4px 0 0;
  font-size: 28px;
}

.profile-summary p {
  margin-bottom: 0;
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 20px;
  background: var(--accent);
  color: var(--accent-contrast);
  font-size: 24px;
  font-weight: 800;
}

.profile-details {
  display: grid;
  gap: 0;
}

.profile-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.profile-row:first-child {
  padding-top: 0;
}

.profile-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.profile-row span {
  color: var(--muted);
  font-size: 13px;
}

.profile-row strong {
  text-align: right;
  overflow-wrap: anywhere;
}

.theme-preferences {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.theme-preferences h3 {
  margin: 4px 0 0;
  font-size: 18px;
}

.theme-preferences p {
  margin-bottom: 0;
}

.theme-options {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.theme-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 9px 11px;
  background: var(--surface-2);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.theme-option:hover {
  border-color: var(--line-strong);
  background: var(--accent-soft);
}

.theme-option.selected {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--accent-soft);
}

.theme-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
}

.light-swatch {
  background: var(--theme-light-swatch);
}

.dark-swatch {
  background: var(--theme-dark-swatch);
}

.profile-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.split-grid.wide-left {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
}

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

.stat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-card > span {
  color: var(--muted);
  font-size: 13px;
}

.stat-card strong {
  font-size: 22px;
}

.stat-card small {
  color: var(--muted);
}

.form-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 650;
  font-size: 13px;
}

.field > span small {
  color: var(--muted);
  font-weight: 500;
}

input, textarea, select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: var(--surface);
  color: var(--text);
  padding: 10px 12px;
  outline: none;
  transition: border 0.15s, box-shadow 0.15s;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--focus-border);
  box-shadow: 0 0 0 3px var(--focus-ring);
}

input:disabled, textarea:disabled, select:disabled {
  background: var(--disabled-bg);
  color: var(--disabled-text);
  cursor: not-allowed;
}

textarea {
  resize: vertical;
}

.button {
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 10px 14px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  transition: 0.15s ease;
}

.button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.button.primary {
  color: var(--accent-contrast);
  background: var(--accent);
}

.button.primary:hover:not(:disabled) {
  filter: brightness(0.9);
}

.button.secondary {
  background: var(--surface-2);
  border-color: var(--line);
  color: var(--text);
}

.button.secondary:hover:not(:disabled) {
  background: var(--accent-soft);
}

.button.ghost {
  background: transparent;
  border-color: var(--line-strong);
  color: inherit;
}

.button.danger {
  color: var(--danger);
  background: var(--danger-soft);
  border-color: var(--danger-line);
}

.button.small {
  padding: 7px 10px;
  font-size: 12px;
}

.alert {
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line);
}

.alert.error {
  background: var(--danger-soft);
  color: var(--danger);
  border-color: var(--danger-line);
}

.alert.success {
  background: var(--success-soft);
  color: var(--success);
  border-color: var(--success-line);
}

.empty {
  padding: 34px 18px;
  text-align: center;
  border: 1px dashed var(--line-strong);
  border-radius: 10px;
  color: var(--muted);
}

.record-list {
  display: flex;
  flex-direction: column;
}

.record {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.record:first-child {
  border-top: 0;
  padding-top: 0;
}

.record:last-child {
  padding-bottom: 0;
}

.record-title {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.record p {
  color: var(--muted);
  margin: 6px 0 10px;
}

.record-actions {
  display: flex;
  gap: 7px;
  flex-shrink: 0;
}

.pill, .status, .tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  white-space: nowrap;
}

.pill {
  background: var(--accent-soft);
  border: 1px solid var(--line);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}

.pill.subtle {
  padding: 3px 7px;
  color: var(--muted);
  font-weight: 600;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tag {
  background: var(--surface-2);
  border: 1px solid var(--line);
  padding: 3px 7px;
  color: var(--muted);
  font-size: 11px;
}

.status {
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.status.large {
  padding: 7px 11px;
  font-size: 11px;
}

.status.active {
  background: var(--success-soft);
  color: var(--success);
}

.status.disabled {
  background: var(--danger-soft);
  color: var(--danger);
}

.status.pending {
  background: var(--warning-soft);
  color: var(--warning);
}

.permission-groups {
  display: grid;
  gap: 10px;
  margin-top: 3px;
}

.permission-groups fieldset {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px 12px;
}

.permission-groups legend {
  padding: 0 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 0;
  font-weight: 500;
}

.check-row input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.permission-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.permission-column h3 {
  margin: 0 0 12px;
}

.permission-line {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 0;
  border-top: 1px solid var(--line);
}

.permission-line.allowed span {
  color: var(--success);
  font-weight: 900;
}

.permission-line.denied {
  opacity: 0.42;
}

.todo-table {
  display: flex;
  flex-direction: column;
}

.todo-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.todo-list-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.todo-list-card:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-card-hover);
}

.todo-list-card-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--text);
  font-weight: 800;
}

.todo-list-card h2 {
  margin: 0 0 4px;
  font-size: 21px;
}

.todo-list-card p {
  min-height: 40px;
  margin: 0;
  color: var(--muted);
}

.todo-list-card-link {
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.todo-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.todo-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.todo-check input {
  width: 17px;
  height: 17px;
}

.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pending-dot);
}

.dot.done {
  background: var(--completed-dot);
}

.todo-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.todo-main strong, .todo-main span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.todo-main span {
  color: var(--muted);
  font-size: 13px;
}

.completed-text {
  text-decoration: line-through;
  color: var(--completed-text);
}

.todo-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumbs a {
  color: var(--text);
  font-weight: 700;
}

.read-only {
  min-height: 250px;
}

.read-only h3 {
  font-size: 28px;
  margin-top: 0;
}

.read-only p {
  white-space: pre-wrap;
  line-height: 1.65;
  color: var(--text-secondary);
}

.metadata {
  border-top: 1px solid var(--line);
  padding-top: 15px;
  display: grid;
  gap: 6px;
}

.metadata span {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.metadata code {
  overflow-wrap: anywhere;
  font-size: 11px;
}

.architecture-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.architecture-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.architecture-flow > div {
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 18px;
}

.architecture-flow strong, .architecture-flow small {
  display: block;
}

.architecture-flow small {
  color: var(--muted);
  margin-top: 5px;
}

.architecture-flow > b {
  color: var(--muted);
}

/* Alarach landing: la composición del SVG de referencia se implementa como UI web. */
.landing-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  gap: 58px;
  isolation: isolate;
  overflow: hidden;
  padding-top: 48px;
  background: var(--landing-bg);
  color: var(--landing-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.landing-container {
  width: min(1220px, 100% - 48px);
  margin-inline: auto;
}

.public-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px max(18px, (100vw - 1256px) / 2);
  border-bottom: 1px solid var(--landing-border);
  background: color-mix(in srgb, var(--landing-bg) 96%, transparent);
  box-shadow: 0 6px 18px rgba(80, 58, 31, 0.08);
}

.public-nav-toggle {
  display: none;
}

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

.public-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--landing-gold);
}

.public-brand-logo {
  display: block;
  width: clamp(150px, 16vw, 190px);
  height: auto;
}

.landing-brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid var(--landing-gold);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.public-brand strong, .public-brand small {
  display: block;
}

.public-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0.14em;
}

.public-brand small {
  margin-top: 1px;
  font-size: 8px;
  letter-spacing: 0.16em;
}

.public-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.6vw, 20px);
  margin-left: auto;
  font-size: 11px;
  color: var(--landing-body);
  text-transform: uppercase;
}

.public-nav > a {
  position: relative;
  padding: 7px 0;
  color: var(--landing-body);
  white-space: nowrap;
}

.public-nav > a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--landing-gold);
  content: "";
  transform: scaleX(0);
  transition: transform 0.15s ease;
}

.public-nav > a:hover::after, .public-nav > a.active::after, .public-nav > a.is-active::after {
  transform: scaleX(1);
}

.site-menu-group {
  position: relative;
}

.site-menu-group summary {
  position: relative;
  padding: 10px 0;
  color: inherit;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.site-menu-group summary::-webkit-details-marker {
  display: none;
}

.site-menu-trigger {
  position: relative;
  border: 0;
  padding: 10px 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  white-space: nowrap;
}

.site-menu-chevron {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  color: var(--landing-gold);
  vertical-align: -2px;
  transition: transform 0.15s ease;
}

.site-menu-group[open] > .site-menu-trigger .site-menu-chevron {
  transform: rotate(180deg);
}

.site-menu-group.is-active .site-menu-trigger, .site-menu-group.open .site-menu-trigger {
  border: 1px solid var(--landing-gold);
  border-radius: 6px;
  padding-right: 10px;
  padding-left: 10px;
  background: color-mix(in srgb, var(--landing-gold) 8%, transparent);
  color: var(--landing-ink);
}

.site-menu-trigger:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--landing-gold);
  outline-offset: 3px;
}

.site-menu-panel {
  position: absolute;
  z-index: 10;
  top: calc(100% + 8px);
  left: 50%;
  display: none;
  min-width: 190px;
  padding: 8px;
  border: 1px solid var(--landing-border);
  border-radius: 10px;
  background: var(--landing-surface);
  box-shadow: var(--landing-shadow);
  transform: translateX(-50%);
  text-transform: none;
}

.site-menu-group[open] > .site-menu-panel {
  display: grid;
}

.site-menu-panel a, .public-nav .site-menu-panel a {
  display: block;
  padding: 10px 12px;
  color: var(--landing-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.site-menu-panel a::after, .public-nav .site-menu-panel a::after {
  display: none;
}

.site-menu-panel a:hover {
  border-radius: 6px;
  background: var(--landing-soft);
  color: var(--landing-ink);
}

.site-menu-panel a.is-active {
  border-radius: 6px;
  background: color-mix(in srgb, var(--landing-gold) 12%, var(--landing-surface));
  color: var(--landing-ink);
  box-shadow: inset 3px 0 0 var(--landing-gold);
}

.site-menu-group--nested {
  display: block;
}

.site-menu-group--nested > .site-menu-group__label {
  display: block;
  padding: 9px 12px 5px;
  color: var(--landing-muted);
  cursor: default;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-menu-group--nested > .site-menu-group__label.is-active {
  color: var(--landing-muted);
}

.site-menu-group--nested > .site-menu-panel {
  position: static;
  top: auto;
  left: auto;
  display: grid;
  min-width: 0;
  margin-top: 0;
  padding: 0 0 7px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.public-campus-menu {
  position: relative;
}

.public-campus {
  border: 1px solid var(--landing-gold);
  border-radius: 6px;
  padding: 8px 13px !important;
  background: color-mix(in srgb, var(--landing-gold) 8%, transparent);
  color: var(--landing-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.public-campus:hover {
  background: var(--landing-gold);
  color: #fffdf9;
  transform: translateY(-1px);
}

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

.public-document [x-cloak] {
  display: none !important;
}

.landing-campus-popover {
  position: absolute;
  z-index: 1080;
  top: calc(100% + 12px);
  right: -14px;
  display: block;
  width: min(400px, 100vw - 28px);
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-transform: none;
}

.landing-campus-popover::before {
  position: absolute;
  top: -7px;
  right: 30px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.84);
  border-left: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 253, 249, 0.94);
  content: "";
  transform: rotate(45deg);
}

.landing-campus-popover__card {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 22px 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 14px 34px rgba(45, 35, 25, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.landing-campus-popover__form {
  display: grid;
  gap: 10px;
}

.landing-campus-popover__form label {
  margin-top: 7px;
  color: var(--landing-body);
  font-size: 13px;
  font-weight: 700;
}

.landing-campus-popover__form input {
  width: 100%;
  padding: 11px 12px;
  border-color: var(--landing-border);
  border-radius: 9px;
  background: rgba(255, 253, 249, 0.72);
  color: var(--landing-ink);
}

.landing-campus-popover__form input:focus {
  border-color: var(--landing-gold);
  outline: 3px solid color-mix(in srgb, var(--landing-gold) 18%, transparent);
  box-shadow: none;
}

.landing-campus-popover__form > a {
  justify-self: end;
  margin: 5px 0 14px;
  color: var(--landing-gold);
  font-size: 12px;
}

.landing-campus-popover__form .landing-button {
  width: 100%;
}

.landing-campus-popover__footer {
  margin: 20px 0 0;
  color: var(--landing-muted);
  font-size: 12px;
  text-align: center;
}

.landing-campus-popover__footer a {
  color: var(--landing-gold);
  font-weight: 700;
}

.landing-popover-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--landing-gold);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.landing-hero {
  position: relative;
  display: block;
  width: min(1428px, 100% - 48px);
  min-height: 520px;
  margin-inline: auto;
  background: var(--landing-soft);
  box-shadow: 0 0 0 100vmax var(--landing-soft);
  clip-path: inset(0 -100vmax);
}

.landing-hero-panels {
  position: absolute;
  z-index: 3;
  inset: 34px 68px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.9fr);
  gap: 24px;
  align-items: center;
  pointer-events: none;
}

.landing-hero-copy, .landing-hero-contact {
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22));
  box-shadow: 0 18px 45px rgba(80, 58, 31, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  pointer-events: auto;
}

.landing-hero-copy {
  display: flex;
  min-height: 292px;
  flex-direction: column;
  justify-content: center;
  padding: 38px 48px;
}

.landing-hero-contact {
  display: flex;
  min-height: 336px;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.landing-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
  color: var(--landing-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.landing-kicker span {
  display: inline-block;
  width: 120px;
  height: 1px;
  background: var(--landing-gold-light);
}

.landing-hero h1 {
  margin: 0;
  color: var(--landing-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.1vw, 76px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

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

.landing-lead {
  max-width: 550px;
  margin: 28px 0 0;
  color: var(--landing-body);
  font-size: 16px;
  line-height: 1.65;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--landing-gold);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.landing-button:hover {
  transform: translateY(-2px);
}

.landing-button.primary {
  background: var(--landing-gold);
  color: var(--landing-on-gold);
}

.landing-button.primary:hover {
  background: var(--landing-gold-light);
}

.landing-button.secondary {
  background: var(--landing-bg);
  color: var(--landing-body);
}

.landing-button.secondary:hover {
  background: var(--landing-panel);
}

.landing-course-button {
  min-height: 64px;
  border-radius: 10px;
  font-size: 16px;
}

.landing-contact-list {
  margin-top: 22px;
}

.landing-contact-action {
  justify-content: flex-start;
  gap: 8px;
  min-height: 54px;
  padding-inline: 16px;
  text-align: left;
}

.landing-contact-action__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.landing-hero-art {
  position: relative;
  z-index: 1;
  min-height: 520px;
  overflow: hidden;
  background: var(--landing-soft);
}

.landing-hero-art.site-editor-custom-image,
.marketing-hero-art.site-editor-custom-image,
.landing-hero-art.is-carousel-active,
.marketing-hero-art.is-carousel-active {
  background-image: none !important;
}

.landing-hero-art.site-editor-custom-image::before,
.marketing-hero-art.site-editor-custom-image::before,
.landing-hero-art.is-carousel-active::before,
.marketing-hero-art.is-carousel-active::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--public-carousel-image, var(--site-editor-image));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  animation: public-image-ken-burns 22s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

.landing-hero-art.is-carousel-active > *:not(.public-carousel-controls), .marketing-hero-art.is-carousel-active > *:not(.public-carousel-controls) {
  visibility: hidden;
}

.public-carousel-controls {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: block;
  visibility: visible;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.landing-hero-art:hover .public-carousel-controls, .landing-hero-art:focus-within .public-carousel-controls, .marketing-hero-art:hover .public-carousel-controls, .marketing-hero-art:focus-within .public-carousel-controls {
  opacity: 1;
}

.public-carousel-arrow, .public-carousel-dot {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: var(--landing-ink);
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
}

.public-carousel-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: auto;
}

.public-carousel-arrow:first-child {
  left: 18px;
}

.public-carousel-arrow:last-child {
  right: 18px;
}

.public-carousel-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 6px;
  transform: translateX(-50%);
}

.public-carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
}

.public-carousel-dot {
  pointer-events: auto;
}

.public-carousel-dot[aria-current=true] {
  background: var(--landing-gold);
}

.landing-window-grid {
  position: absolute;
  inset: 20px 0 0;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 65px);
  padding: 0 9%;
  opacity: 0.82;
}

.landing-window-grid span {
  position: relative;
  width: clamp(74px, 8vw, 112px);
  height: 380px;
  background: var(--landing-window);
  border-radius: 60px 60px 0 0;
  box-shadow: inset 18px 0 0 var(--landing-window-shine);
}

.landing-window-grid span::after {
  position: absolute;
  inset: 0;
  border-right: 18px solid var(--landing-window-shine);
  content: "";
  transform: skewX(-17deg);
  transform-origin: bottom;
}

.landing-hero-art:not(.site-editor-custom-image)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 54px;
  background: var(--landing-window-floor);
  content: "";
}

body.public-content-pending .landing-hero, body.public-content-pending .marketing-hero {
  visibility: hidden;
}

.landing-mannequin {
  position: absolute;
  z-index: 1;
  bottom: 27px;
  left: 50%;
  width: 230px;
  height: 365px;
  transform: translateX(-40%);
}

.mannequin-head {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--landing-mannequin-skin);
  transform: translateX(-50%);
}

.mannequin-neck {
  position: absolute;
  top: 23px;
  left: calc(50% - 7px);
  width: 14px;
  height: 32px;
  border-radius: 7px;
  background: var(--landing-mannequin-light);
}

.mannequin-bodice {
  position: absolute;
  top: 44px;
  left: calc(50% - 34px);
  width: 68px;
  height: 90px;
  border: 1px solid var(--landing-dress-border);
  border-radius: 45% 45% 35% 35%;
  background: linear-gradient(var(--landing-dress-top), var(--landing-dress-bottom));
}

.mannequin-skirt {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 215px;
  height: 240px;
  border: 1px solid var(--landing-dress-border);
  background: linear-gradient(var(--landing-dress-top), var(--landing-dress-bottom));
  clip-path: polygon(35% 0, 65% 0, 100% 100%, 0 100%);
  transform: translateX(-50%);
}

.mannequin-line {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 170px;
  height: 2px;
  background: var(--landing-dress-highlight);
  opacity: 0.8;
  transform: translateX(-50%);
}

.line-one {
  bottom: 172px;
}

.line-two {
  bottom: 114px;
  transform: translateX(-50%) rotate(-8deg);
}

.line-three {
  bottom: 63px;
  transform: translateX(-50%) rotate(8deg);
}

.landing-programs {
  margin-top: 0;
}

.landing-section-heading {
  max-width: 680px;
  margin-bottom: 24px;
}

.landing-section-heading h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}

.landing-section-heading > p:last-child, .landing-gallery-lead {
  max-width: 620px;
  margin: 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.6;
}

.landing-program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.landing-program-card, .landing-learning-card, .landing-method-card, .landing-bottom article {
  border: 1px solid var(--landing-border);
  background: var(--landing-surface);
  box-shadow: var(--landing-shadow);
}

.landing-program-card {
  min-height: 160px;
  padding: 22px 24px;
  border-radius: 16px;
}

.landing-card-number {
  color: var(--landing-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.landing-program-card h3 {
  margin: 10px 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.landing-program-card p {
  min-height: 38px;
  margin: 0;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.45;
}

.landing-program-card a {
  display: inline-block;
  margin-top: 13px;
  color: var(--landing-gold);
  font-size: 12px;
  font-weight: 700;
}

.landing-learning {
  display: block;
  margin-top: 0;
}

.landing-learning-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 32px;
}

.landing-learning-intro > div {
  max-width: 680px;
}

.landing-learning-intro__title {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.landing-learning-intro__lead {
  max-width: 330px;
  margin: 0 0 4px;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.65;
}

.landing-learning-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: stretch;
}

.landing-learning-card, .landing-method-card {
  overflow: hidden;
  border-radius: 20px;
}

.landing-learning-card {
  display: grid;
  grid-template-rows: 250px 1fr;
  min-height: 560px;
}

.landing-learning-art {
  position: relative;
  overflow: hidden;
  background: var(--landing-panel);
}

.landing-learning-art.site-editor-custom-image {
  background-image: none !important;
}

.landing-learning-art.site-editor-custom-image::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--site-editor-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  animation: public-image-ken-burns 22s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

.landing-learning-art.site-editor-custom-image .landing-pattern-shape {
  display: none;
}

.landing-learning-art.site-editor-custom-image > * {
  opacity: 1;
}

.landing-pattern-shape {
  position: absolute;
  right: 18px;
  bottom: 20px;
  left: 18px;
  height: 150px;
  border: 1px solid var(--landing-gold);
  background: var(--landing-soft);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.landing-pattern-shape::after {
  position: absolute;
  top: 32px;
  right: 33%;
  bottom: 0;
  left: 33%;
  border: 1px solid var(--landing-gold-light);
  content: "";
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.landing-learning-art__tag {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  background: rgba(45, 42, 39, 0.72);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
}

.landing-learning-art__tag svg {
  width: 15px;
  height: 15px;
}

.landing-learning-card > div:last-child {
  padding: 30px 32px 32px;
}

.landing-learning-card .landing-kicker, .landing-method-card .landing-kicker {
  margin-bottom: 14px;
}

.landing-learning-card h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.landing-learning-card ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-learning-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.landing-learning-card li::before {
  display: none;
}

.landing-learning-principle-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--landing-gold-light);
  border-radius: 50%;
  color: var(--landing-gold);
  background: var(--landing-soft);
}

.landing-learning-principle-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.8;
}

.landing-learning-card li > span:last-child {
  display: block;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.4;
}

.landing-learning-card li strong, .landing-learning-card li small {
  display: block;
}

.landing-learning-card li strong {
  margin: 1px 0 3px;
  color: var(--landing-body);
  font-size: 14px;
}

.landing-learning-card li small {
  color: var(--landing-muted);
  font-size: 13px;
}

.landing-copy {
  margin: 0 0 26px;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.65;
}

.landing-method-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: 34px;
}

.landing-method-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.landing-method-heading h2 {
  max-width: 450px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.landing-method-count {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid var(--landing-border);
  border-radius: 999px;
  color: var(--landing-muted);
  font-size: 12px;
  font-weight: 700;
}

.landing-method-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 42px 0 28px;
}

.landing-method-flow::before {
  position: absolute;
  top: 55px;
  right: 11%;
  left: 11%;
  height: 1px;
  content: "";
  background: var(--landing-border);
}

.landing-method-marker {
  position: absolute;
  z-index: 3;
  top: 55px;
  left: 12.5%;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--landing-gold);
  border-radius: 50%;
  color: var(--landing-on-gold);
  background: var(--landing-gold);
  box-shadow: 0 4px 12px rgba(185, 128, 37, 0.28);
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-18deg);
  transition: left 1.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.landing-method-marker svg {
  width: 15px;
  height: 15px;
  stroke-width: 2;
}

.landing-method-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 4px 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--landing-muted);
  background: transparent;
  text-align: center;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.landing-method-step:hover {
  color: var(--landing-body);
  transform: translateY(-2px);
}

.landing-method-step.is-active {
  border-bottom-color: var(--landing-gold);
  color: var(--landing-body);
}

.landing-method-step > small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.landing-method-step__icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid var(--landing-gold-light);
  border-radius: 50%;
  background: var(--landing-soft);
  color: var(--landing-gold);
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.landing-method-step.is-active .landing-method-step__icon {
  color: var(--landing-on-gold);
  background: var(--landing-gold);
  box-shadow: 0 7px 18px rgba(185, 128, 37, 0.24);
}

.landing-method-step__icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.7;
}

.landing-method-step strong {
  font-size: 14px;
  font-weight: 700;
}

.landing-method-panels {
  min-height: 225px;
  border-radius: 16px;
  background: #38332e;
}

.landing-method-panel {
  min-height: 225px;
  padding: 30px 32px;
  color: #fffaf1;
  animation: landing-method-panel-in 0.3s ease both;
}

.landing-method-panel[hidden] {
  display: none;
}

.landing-method-panel__kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--landing-gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.landing-method-panel h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.05;
}

.landing-method-panel p {
  max-width: 580px;
  margin: 0 0 26px;
  color: #d9d0c3;
  font-size: 15px;
  line-height: 1.65;
}

.landing-method-panel__output {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--landing-gold-light);
  font-size: 13px;
  font-weight: 700;
}

.landing-method-panel__output svg {
  width: 16px;
  height: 16px;
}

@keyframes landing-method-panel-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes public-image-ken-burns {
  0% {
    transform: scale(1.1) translate3d(-3%, -4%, 0);
  }
  18% {
    transform: scale(1.26) translate3d(3%, 3%, 0);
  }
  35% {
    transform: scale(1.1) translate3d(0, 0, 0);
  }
  52% {
    transform: scale(1.15) translate3d(-3%, 3%, 0);
  }
  72% {
    transform: scale(1.28) translate3d(3%, -2%, 0);
  }
  88% {
    transform: scale(1.16) translate3d(1%, 3%, 0);
  }
  100% {
    transform: scale(1.1) translate3d(-3%, -4%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-hero-art.site-editor-custom-image::before,
  .marketing-hero-art.site-editor-custom-image::before,
  .landing-hero-art.is-carousel-active::before,
  .marketing-hero-art.is-carousel-active::before,
  .landing-learning-art.site-editor-custom-image::before,
  .landing-gallery-card-media.site-editor-custom-image::before {
    animation: none;
  }
}
.landing-gallery {
  padding-top: 0;
}

.landing-gallery .landing-kicker {
  margin-bottom: 12px;
}

.landing-gallery h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
}

.landing-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.landing-gallery-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 250px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--landing-shadow);
}

.landing-gallery-card span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: var(--landing-body);
  font-size: 10px;
  letter-spacing: 0.05em;
}

.landing-gallery-card.blue {
  background: var(--landing-gallery-blue-bg);
}

.landing-gallery-card.violet {
  background: var(--landing-gallery-violet-bg);
}

.landing-gallery-card.gold {
  background: var(--landing-gallery-gold-bg);
}

.landing-gallery-card.rose {
  background: var(--landing-gallery-rose-bg);
}

.landing-gallery-card.green {
  background: var(--landing-gallery-green-bg);
}

.landing-gallery-card.ivory {
  background: var(--landing-gallery-ivory-bg);
}

.landing-mini-dress {
  position: relative;
  width: 110px;
  height: 190px;
  border-radius: 45% 45% 8% 8%;
  background: var(--landing-blue);
  clip-path: polygon(38% 0, 62% 0, 66% 26%, 100% 100%, 0 100%, 34% 26%);
}

.landing-gallery-card.violet .landing-mini-dress {
  background: var(--landing-violet);
}

.landing-gallery-card.gold .landing-mini-dress {
  background: var(--landing-gold-light);
}

.landing-gallery-card.rose .landing-mini-dress {
  background: var(--landing-rose);
}

.landing-gallery-card.green .landing-mini-dress {
  background: var(--landing-green);
}

.landing-gallery-card.ivory .landing-mini-dress {
  border: 1px solid var(--landing-gold);
  background: var(--landing-ivory);
}

.landing-gallery-card-media {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.landing-gallery-card-media.site-editor-custom-image {
  background-image: none !important;
}

.landing-gallery-card-media.site-editor-custom-image::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--site-editor-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  animation: public-image-ken-burns 22s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

.landing-gallery-card-media.site-editor-custom-image::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(35, 29, 24, 0.24));
  content: "";
  pointer-events: none;
}

.landing-gallery-card-media.site-editor-custom-image .landing-mini-dress {
  opacity: 0;
}

.landing-bottom {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 0.9fr;
  gap: 24px;
  margin-top: 58px;
}

.landing-bottom article {
  min-height: 225px;
  padding: 28px;
  border-radius: 16px;
}

.landing-bottom h2 {
  margin: 18px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
}

.landing-bottom p, .landing-bottom small {
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.55;
}

.landing-bottom blockquote {
  margin: 22px 0 14px;
  color: var(--landing-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.landing-bottom small {
  color: var(--landing-gold);
}

.landing-text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--landing-gold);
  font-size: 13px;
  font-weight: 800;
}

.landing-faq details {
  border-top: 1px solid var(--landing-border);
  color: var(--landing-body);
  font-size: 12px;
}

.landing-faq details:last-child {
  border-bottom: 1px solid var(--landing-border);
}

.landing-faq summary {
  cursor: pointer;
  padding: 11px 0;
  list-style: none;
}

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

.landing-faq summary::after {
  float: right;
  color: var(--landing-gold);
  content: "+";
  font-size: 16px;
}

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

.landing-faq details p {
  margin: 0 0 12px;
}

.landing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 25px 40px;
  border-radius: 20px;
  background: var(--landing-panel);
}

.landing-cta h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
}

.landing-cta p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 13px;
}

.landing-cta .landing-actions {
  flex-shrink: 0;
  margin-top: 0;
}

.landing-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 34px;
  color: var(--landing-muted);
  font-size: 12px;
}

/* Marketing pages: desktop SVG references translated into responsive web components. */
.marketing-page {
  min-height: 100vh;
  overflow: hidden;
  padding-top: 48px;
  background: var(--landing-bg);
  color: var(--landing-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.marketing-container {
  width: min(1220px, 100% - 48px);
  margin-inline: auto;
}

.marketing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: min(1428px, 100% - 48px);
  min-height: 430px;
  margin-inline: auto;
  padding: 0;
  background: var(--landing-soft);
  box-shadow: 0 0 0 100vmax var(--landing-soft);
  clip-path: inset(0 -100vmax);
}

.marketing-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 64px;
}

.marketing-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
  color: var(--landing-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.marketing-kicker span {
  display: inline-block;
  width: 110px;
  height: 1px;
  background: var(--landing-gold-light);
}

.marketing-hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--landing-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

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

.marketing-lead {
  max-width: 570px;
  margin: 24px 0 0;
  color: var(--landing-body);
  font-size: 15px;
  line-height: 1.65;
}

.marketing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.marketing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--landing-gold);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.15s ease, background 0.15s ease;
}

.marketing-button:hover {
  transform: translateY(-2px);
}

.marketing-button.primary {
  background: var(--landing-gold);
  color: var(--landing-on-gold);
}

.marketing-button.secondary {
  background: var(--landing-bg);
  color: var(--landing-body);
}

.marketing-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.marketing-hero-art {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--landing-soft);
}

.marketing-art-window {
  position: absolute;
  inset: 24px 12% 0;
  background: repeating-linear-gradient(90deg, var(--landing-window) 0 78px, transparent 78px 128px);
  border-radius: 66px 66px 0 0;
  opacity: 0.8;
}

.marketing-art-window::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42px;
  background: var(--landing-window-floor);
  content: "";
}

.marketing-art-garment {
  position: absolute;
  z-index: 1;
  bottom: 34px;
  left: 50%;
  width: 190px;
  height: 265px;
  border: 1px solid var(--landing-dress-border);
  background: linear-gradient(var(--landing-dress-top), var(--landing-dress-bottom));
  clip-path: polygon(40% 0, 60% 0, 67% 25%, 100% 100%, 0 100%, 33% 25%);
  transform: translateX(-50%);
}

.marketing-art-garment::before {
  position: absolute;
  top: -35px;
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--landing-mannequin-skin);
  content: "";
}

.marketing-art-thread {
  position: absolute;
  z-index: 2;
  bottom: 138px;
  left: 50%;
  width: 150px;
  height: 2px;
  background: var(--landing-dress-highlight);
  transform: translateX(-50%) rotate(-5deg);
}

.marketing-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
}

.marketing-meta article {
  display: flex;
  flex-direction: column;
  min-height: 125px;
  gap: 8px;
  padding: 22px 25px;
  border: 1px solid var(--landing-border);
  border-radius: 14px;
  background: var(--landing-surface);
  box-shadow: var(--landing-shadow);
}

.marketing-meta span, .marketing-card-label {
  color: var(--landing-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marketing-meta strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.marketing-meta small {
  color: var(--landing-muted);
  font-size: 12px;
}

.marketing-section {
  padding-top: 62px;
}

.marketing-section-intro {
  max-width: 680px;
  margin-bottom: 26px;
}

.marketing-section-intro .marketing-kicker {
  margin-bottom: 12px;
}

.marketing-section-intro h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}

.marketing-section-intro > p:last-child {
  margin: 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.6;
}

.marketing-cycle-grid, .marketing-course-grid, .marketing-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

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

.marketing-cycle-card, .marketing-course-card, .marketing-service-card {
  display: flex;
  flex-direction: column;
  min-height: 205px;
  padding: 22px;
  border: 1px solid var(--landing-border);
  border-radius: 14px;
  background: var(--landing-surface);
  box-shadow: var(--landing-shadow);
}

.marketing-cycle-card > span, .marketing-service-card > span {
  color: var(--landing-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marketing-cycle-card h3, .marketing-course-card h3, .marketing-service-card h3 {
  margin: 11px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.marketing-cycle-card p, .marketing-course-card p, .marketing-service-card p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.55;
}

.marketing-cycle-card small {
  margin-top: auto;
  padding-top: 15px;
  color: var(--landing-gold);
  font-size: 11px;
  line-height: 1.5;
}

.marketing-panel {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--landing-border);
  border-radius: 16px;
  background: var(--landing-surface);
  box-shadow: var(--landing-shadow);
}

.marketing-panel > p {
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.65;
}

.marketing-panel .marketing-section-intro {
  margin-bottom: 18px;
}

.marketing-panel .marketing-section-intro h2 {
  font-size: 30px;
}

.marketing-method-flow, .marketing-process {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.marketing-method-step, .marketing-process > div {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.marketing-method-step > span, .marketing-process > div > span {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid var(--landing-gold-light);
  border-radius: 50%;
  background: var(--landing-soft);
  color: var(--landing-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.marketing-method-step strong, .marketing-process strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.marketing-method-step i, .marketing-process i {
  position: absolute;
  top: 24px;
  right: -17px;
  color: var(--landing-gold);
  font-style: normal;
}

.marketing-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.marketing-check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--landing-body);
  font-size: 14px;
  line-height: 1.45;
}

.marketing-check-list li::before {
  margin-right: 9px;
  color: var(--landing-gold);
  content: "✓";
  font-weight: 800;
}

.marketing-text-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--landing-gold);
  font-size: 13px;
  font-weight: 800;
}

.marketing-path {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 120px;
  color: var(--landing-body);
}

.marketing-path span {
  padding: 17px 20px;
  border: 1px solid var(--landing-gold-light);
  border-radius: 50%;
  background: var(--landing-soft);
  font-family: Georgia, "Times New Roman", serif;
}

.marketing-path i {
  color: var(--landing-gold);
  font-style: normal;
}

.marketing-course-card {
  gap: 9px;
}

.marketing-course-card > p {
  min-height: 62px;
}

.marketing-course-card > small {
  color: var(--landing-muted);
  font-size: 12px;
}

.marketing-course-card > small strong {
  color: var(--landing-body);
}

.marketing-course-card .marketing-text-link {
  margin-top: auto;
}

.marketing-service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.marketing-service-card {
  min-height: 230px;
}

.marketing-service-card h4 {
  margin: 0 0 10px;
  color: var(--landing-body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.marketing-feature-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.marketing-feature-list li {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--landing-border);
}

.marketing-feature-list strong {
  color: var(--landing-gold);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketing-feature-list span {
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.5;
}

.marketing-vision {
  margin-top: 24px;
}

.marketing-faq {
  margin-top: 24px;
}

.marketing-faq > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}

.marketing-faq details {
  border-top: 1px solid var(--landing-border);
  color: var(--landing-body);
  font-size: 13px;
}

.marketing-faq details:last-child, .marketing-faq details:nth-last-child(2) {
  border-bottom: 1px solid var(--landing-border);
}

.marketing-faq summary {
  cursor: pointer;
  padding: 15px 0;
  list-style: none;
}

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

.marketing-faq summary::after {
  float: right;
  color: var(--landing-gold);
  content: "+";
  font-size: 17px;
}

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

.marketing-faq details p {
  margin: 0 0 14px;
  color: var(--landing-muted);
  line-height: 1.5;
}

.marketing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 25px 40px;
  border-radius: 20px;
  background: var(--landing-panel);
}

.marketing-cta h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
}

.marketing-cta p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 13px;
}

.marketing-cta .marketing-actions {
  flex-shrink: 0;
  margin-top: 0;
}

.marketing-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 34px;
  color: var(--landing-muted);
  font-size: 12px;
}

.public-footer {
  margin-top: 72px;
  border-top: 1px solid var(--landing-border);
  background: var(--landing-panel);
  color: var(--landing-body);
}

.public-footer-main {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) repeat(3, minmax(100px, 1fr));
  gap: 42px;
  padding-top: 52px;
  padding-bottom: 42px;
}

.public-footer-intro {
  max-width: 310px;
}

.public-footer-brand {
  display: inline-flex;
  align-items: center;
  color: var(--landing-gold);
}

.public-footer-brand-logo {
  display: block;
  width: 224px;
  height: auto;
}

.public-footer-brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--landing-gold);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.public-footer-brand strong, .public-footer-brand small {
  display: block;
}

.public-footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.14em;
}

.public-footer-brand small {
  margin-top: 1px;
  font-size: 7px;
  letter-spacing: 0.14em;
}

.public-footer-intro > p {
  margin: 18px 0 20px;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.6;
}

.public-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--landing-gold);
  font-size: 13px;
  font-weight: 800;
}

.public-footer-cta span {
  font-size: 17px;
  transition: transform 0.15s ease;
}

.public-footer-cta:hover span {
  transform: translateX(3px);
}

.public-footer-link-group {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 11px;
}

.public-footer-link-group h2 {
  margin: 3px 0 9px;
  color: var(--landing-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.public-footer-link-group a {
  color: var(--landing-body);
  font-size: 13px;
}

.public-footer-link-group a:hover, .public-footer-bottom a:hover {
  color: var(--landing-gold);
}

.public-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 17px;
  padding-bottom: 22px;
  border-top: 1px solid var(--landing-border);
  color: var(--landing-muted);
  font-size: 11px;
  line-height: 1.5;
}

.public-footer-bottom a {
  flex-shrink: 0;
  color: var(--landing-gold);
  font-weight: 800;
}

.marketing-contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  margin-top: 38px;
}

.landing-page > .landing-contact {
  margin-top: 0;
}

.landing-page > .public-footer {
  margin-top: 0;
}

.marketing-contact-side {
  display: grid;
  gap: 20px;
  align-content: start;
}

.marketing-contact-options {
  display: grid;
  gap: 12px;
}

.marketing-contact-options div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--landing-border);
}

.marketing-contact-options span {
  color: var(--landing-muted);
  font-size: 13px;
}

.landing-contact h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}

.landing-contact h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.landing-business {
  margin-top: 0;
}

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

.landing-business h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.landing-legal-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.landing-legal-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--landing-border);
}

.landing-legal-list dt {
  color: var(--landing-muted);
  font-size: 12px;
}

.landing-legal-list dd {
  margin: 0;
  color: var(--landing-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.landing-legal-note {
  margin: 18px 0 0;
  color: var(--landing-muted);
  font-size: 12px;
  line-height: 1.55;
}

.landing-business-facts {
  display: grid;
  gap: 0;
  margin-top: 20px;
  border-top: 1px solid var(--landing-border);
}

.landing-business-facts div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--landing-border);
}

.landing-business-facts span {
  color: var(--landing-muted);
  font-size: 12px;
}

.landing-business-facts strong, .landing-business-facts a {
  color: var(--landing-body);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.landing-business-facts a:hover, .landing-contact-links a:hover, .landing-social-links a:hover {
  color: var(--landing-gold);
}

.landing-address {
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--landing-body);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.landing-address strong {
  color: var(--landing-ink);
}

.landing-location-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--landing-gold);
  font-size: 13px;
  font-weight: 800;
}

.landing-location-link span {
  font-size: 17px;
  transition: transform 0.15s ease;
}

.landing-location-link:hover span {
  transform: translateX(3px);
}

.landing-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
}

.landing-contact-links a {
  color: var(--landing-body);
  font-size: 13px;
  font-weight: 800;
}

.landing-hours {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--landing-border);
}

.landing-hours .landing-kicker, .landing-socials .landing-kicker {
  margin-bottom: 10px;
}

.landing-hours dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.landing-hours dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 6px 0;
  color: var(--landing-body);
  font-size: 12px;
}

.landing-hours dt {
  color: var(--landing-muted);
}

.landing-hours dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.landing-hours small {
  display: block;
  margin-top: 9px;
  color: var(--landing-muted);
  font-size: 11px;
  line-height: 1.45;
}

.landing-socials {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--landing-border);
}

.landing-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.landing-social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid var(--landing-border);
  border-radius: 999px;
  color: var(--landing-body);
  font-size: 12px;
  font-weight: 800;
}

.landing-map {
  min-height: 255px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: 10px;
  background: var(--landing-soft);
}

.landing-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 255px;
  border: 0;
}

.marketing-form {
  display: grid;
  gap: 15px;
}

.marketing-form label {
  display: grid;
  gap: 7px;
  color: var(--landing-body);
  font-size: 13px;
  font-weight: 700;
}

.marketing-form input, .marketing-form select, .marketing-form textarea {
  border: 1px solid var(--landing-border);
  border-radius: 8px;
  background: var(--landing-bg);
  color: var(--landing-ink);
  padding: 11px 12px;
}

.marketing-form input:focus, .marketing-form select:focus, .marketing-form textarea:focus {
  border-color: var(--landing-gold);
  outline: 3px solid color-mix(in srgb, var(--landing-gold) 18%, transparent);
}

.marketing-form-success {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--landing-border);
  border-radius: 10px;
  background: var(--landing-soft);
  color: var(--landing-body);
}

.marketing-form-success strong {
  color: var(--landing-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

body.site-editor-mode [data-site-section] {
  outline: 1px dashed color-mix(in srgb, var(--landing-gold) 55%, transparent);
  outline-offset: 5px;
  cursor: pointer;
}

body.site-editor-mode [data-site-section]:hover,
body.site-editor-mode [data-site-section].site-editor-section-selected {
  outline: 2px solid var(--landing-gold);
  outline-offset: 5px;
}

body.site-editor-mode .site-editor-section-marker {
  position: absolute;
  z-index: 20;
  top: 10px;
  right: 10px;
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--landing-gold);
  border-radius: 50%;
  background: var(--landing-cream);
  color: var(--landing-gold);
  box-shadow: 0 3px 12px rgba(31, 27, 24, 0.22);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

body.site-editor-mode .site-editor-section-marker:hover,
body.site-editor-mode .site-editor-section-marker--selected {
  background: var(--landing-gold);
  color: var(--landing-cream);
  transform: scale(1.1);
}

body.site-editor-mode .site-editor-section-marker svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  pointer-events: none;
}

.site-editor-custom-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-editor-custom-image > * {
  opacity: 0;
}

@media (max-width: 1050px) {
  .split-grid, .split-grid.wide-left {
    grid-template-columns: 1fr;
  }
  .sticky-panel {
    position: static;
  }
  .stats-grid, .permission-overview {
    grid-template-columns: 1fr;
  }
  .public-header {
    flex-wrap: wrap;
  }
  .public-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow: visible;
  }
  .landing-page, .marketing-page {
    padding-top: 112px;
  }
  .site-menu-group--root > .site-menu-panel {
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    min-width: 170px;
    margin-top: 0;
    box-shadow: var(--landing-shadow);
    transform: translateX(-50%);
  }
  .landing-program-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-learning-grid {
    grid-template-columns: 1fr;
  }
  .landing-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .landing-bottom {
    grid-template-columns: 1fr;
  }
  .landing-business-grid {
    grid-template-columns: 1fr;
  }
  .public-nav > .site-menu-group--root > .site-menu-panel {
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    min-width: 170px;
    margin-top: 0;
    box-shadow: var(--landing-shadow);
    transform: translateX(-50%);
  }
  .public-nav-toggle {
    display: grid;
    width: 36px;
    height: 34px;
    margin-left: auto;
    flex-shrink: 0;
    place-content: center;
    gap: 4px;
    padding: 0;
    border: 1px solid var(--landing-border);
    border-radius: 6px;
    background: var(--landing-surface);
    color: var(--landing-ink);
    cursor: pointer;
  }
  .public-nav-toggle > span:not(.sr-only) {
    display: block;
    width: 17px;
    height: 2px;
    background: currentColor;
  }
  .public-nav-toggle[aria-expanded=true] {
    border-color: var(--landing-gold);
    color: var(--landing-gold);
  }
  .public-nav {
    display: none;
    order: initial;
    width: auto;
    margin-left: 0;
  }
  .public-nav.is-open {
    display: flex;
    flex-direction: column;
    order: 3;
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }
  .marketing-hero-copy {
    padding: 48px 34px;
  }
  .marketing-cycle-grid, .marketing-course-grid, .marketing-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .marketing-program-grid {
    grid-template-columns: 1fr;
  }
  .marketing-contact-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .app-shell {
    display: block;
  }
  .sidebar {
    height: auto;
    position: static;
  }
  .sidebar-user {
    margin-top: 18px;
  }
  .main-content {
    padding: 22px 14px 40px;
  }
  .page-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .theme-preferences {
    align-items: stretch;
    flex-direction: column;
  }
  .theme-options {
    width: 100%;
  }
  .theme-option {
    flex: 1;
    justify-content: center;
  }
  .record {
    flex-direction: column;
  }
  .record-actions {
    width: 100%;
  }
  .todo-row {
    grid-template-columns: 25px minmax(0, 1fr);
  }
  .todo-meta {
    grid-column: 2;
  }
  .architecture-flow {
    grid-template-columns: 1fr;
  }
  .architecture-flow > b {
    transform: rotate(90deg);
    justify-self: center;
  }
  .landing-container {
    width: min(100% - 28px, 620px);
  }
  .landing-page {
    gap: 0;
    padding-top: 0;
  }
  .landing-page > .public-header, .marketing-page > .public-header {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    gap: 16px;
    padding: 14px;
  }
  .landing-page > section:not(.landing-hero) {
    margin-top: 58px;
  }
  .public-brand strong {
    font-size: 21px;
  }
  .public-brand small {
    font-size: 7px;
  }
  .public-nav {
    gap: 20px;
    font-size: 11px;
  }
  .public-campus-menu {
    position: static;
  }
  .landing-campus-popover {
    position: fixed;
    top: 68px;
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100vh - 84px);
  }
  .landing-campus-popover::before {
    right: 34px;
  }
  .landing-hero {
    display: flex;
    width: min(100% - 28px, 620px);
    flex-direction: column;
    background: transparent;
  }
  .landing-hero-art {
    order: 1;
    min-height: 360px;
    border-radius: 14px;
  }
  .landing-hero-copy {
    position: static;
    order: 2;
    max-width: none;
    margin-top: 16px;
    padding: 42px 24px 38px;
    border: 1px solid var(--landing-border);
    border-radius: 14px;
    background: var(--landing-soft);
    box-shadow: var(--landing-shadow);
  }
  .landing-hero-panels {
    position: static;
    order: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
    pointer-events: auto;
  }
  .landing-hero-copy {
    position: static;
    order: initial;
    max-width: none;
    margin-top: 0;
    padding: 42px 24px 38px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22));
    box-shadow: 0 18px 45px rgba(80, 58, 31, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }
  .landing-hero-contact {
    min-height: 0;
    padding: 24px;
    border-radius: 14px;
  }
  .landing-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }
  .landing-mannequin {
    transform: translateX(-50%) scale(0.82);
    transform-origin: bottom center;
  }
  .landing-programs {
    margin-top: 18px;
  }
  .landing-program-grid {
    grid-template-columns: 1fr;
  }
  .landing-learning-intro {
    display: block;
  }
  .landing-learning-intro__lead {
    max-width: 560px;
    margin-top: 20px;
  }
  .landing-learning-card {
    grid-template-rows: 245px 1fr;
  }
  .landing-learning-art {
    min-height: 245px;
  }
  .landing-learning-card > div:last-child, .landing-method-card {
    padding: 24px;
  }
  .landing-method-flow {
    gap: 2px;
  }
  .landing-method-flow::before {
    top: 49px;
    right: 9%;
    left: 9%;
  }
  .landing-method-marker {
    top: 49px;
  }
  .landing-method-step__icon {
    width: 52px;
    height: 52px;
  }
  .landing-method-step strong {
    font-size: 13px;
  }
  .landing-method-panel {
    min-height: 245px;
    padding: 25px 22px;
  }
  .landing-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .landing-gallery-card {
    min-height: 190px;
  }
  .landing-legal-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .landing-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }
  .landing-footer {
    flex-direction: column;
    padding-inline: 14px;
  }
  .marketing-container {
    width: min(100% - 28px, 620px);
  }
  .marketing-hero {
    grid-template-columns: 1fr;
  }
  .marketing-hero-copy {
    padding: 52px 14px 38px;
  }
  .marketing-hero h1 {
    font-size: clamp(44px, 13vw, 65px);
  }
  .marketing-hero-art {
    min-height: 330px;
  }
  .marketing-meta {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }
  .marketing-section {
    padding-top: 46px;
  }
  .marketing-cycle-grid, .marketing-course-grid, .marketing-service-grid {
    grid-template-columns: 1fr;
  }
  .marketing-program-grid {
    grid-template-columns: 1fr;
  }
  .marketing-duo {
    grid-template-columns: 1fr;
  }
  .marketing-panel {
    padding: 23px;
  }
  .marketing-method-flow, .marketing-process {
    gap: 2px;
  }
  .marketing-method-step > span, .marketing-process > div > span {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
  .marketing-method-step strong, .marketing-process strong {
    font-size: 13px;
  }
  .marketing-method-step i, .marketing-process i {
    top: 18px;
    right: -9px;
  }
  .marketing-faq > div:last-child {
    grid-template-columns: 1fr;
  }
  .marketing-faq details:nth-last-child(2) {
    border-bottom: 0;
  }
  .marketing-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }
  .marketing-cta .marketing-actions {
    width: 100%;
  }
  .marketing-cta .marketing-button {
    flex: 1;
  }
  .public-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
    padding-top: 40px;
    padding-bottom: 34px;
  }
  .public-footer-intro {
    grid-column: 1/-1;
    max-width: 430px;
  }
  .public-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding-bottom: 24px;
  }
  .marketing-footer {
    flex-direction: column;
    padding-inline: 14px;
  }
}
.public-marketplace-page {
  padding-top: 0;
  background: var(--landing-bg);
}

.marketplace-promo-bar {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
  padding: 8px 20px;
  background: var(--landing-ink);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
}

.marketplace-promo-bar strong {
  color: var(--landing-gold-light);
}

.marketplace-shell {
  width: min(1440px, 100% - 64px);
  margin: 0 auto;
  padding: 78px 0 76px;
}

.marketplace-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--landing-muted);
  font-size: 12px;
}

.marketplace-breadcrumb a {
  color: var(--landing-muted);
  text-decoration: none;
}

.marketplace-breadcrumb a:hover {
  color: var(--landing-gold);
}

.marketplace-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 0 26px;
}

.marketplace-heading h1 {
  max-width: 740px;
  margin: 4px 0 10px;
  color: var(--landing-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.marketplace-heading p:not(.marketing-kicker) {
  max-width: 650px;
  margin: 0;
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.65;
}

.marketplace-heading__note {
  display: flex;
  max-width: 260px;
  align-items: center;
  gap: 10px;
  color: var(--landing-gold);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}

.marketplace-heading__note svg {
  flex: 0 0 auto;
  width: 19px;
}

.marketplace-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 11px 14px;
  border: 1px solid var(--landing-border);
  border-radius: 10px;
  background: var(--landing-surface);
  box-shadow: 0 8px 22px rgba(35, 27, 15, 0.04);
}

.marketplace-search {
  display: flex;
  min-width: min(470px, 100%);
  align-items: center;
  gap: 10px;
}

.marketplace-search > svg {
  width: 17px;
  color: var(--landing-gold);
}

.marketplace-search input {
  min-width: 0;
  flex: 1;
  min-height: 39px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--landing-ink);
  font: inherit;
  font-size: 13px;
}

.marketplace-search input::placeholder {
  color: #9e968d;
}

.marketplace-search__button, .marketplace-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  background: var(--landing-gold);
  color: var(--landing-on-gold);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  padding: 0 17px;
  text-decoration: none;
}

.marketplace-search__button:hover, .marketplace-button:hover {
  filter: brightness(0.94);
}

.marketplace-toolbar__controls {
  display: flex;
  align-items: center;
  gap: 13px;
}

.marketplace-results {
  color: var(--landing-muted);
  font-size: 12px;
  white-space: nowrap;
}

.marketplace-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--landing-muted);
  font-size: 12px;
  white-space: nowrap;
}

.marketplace-sort select {
  min-height: 37px;
  padding: 0 28px 0 10px;
  border: 1px solid var(--landing-border);
  border-radius: 4px;
  background: var(--landing-surface);
  color: var(--landing-ink);
  font: inherit;
  font-size: 12px;
}

.marketplace-view-toggle {
  display: flex;
  border: 1px solid var(--landing-border);
  border-radius: 4px;
  overflow: hidden;
}

.marketplace-view-toggle button {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 0;
  border-right: 1px solid var(--landing-border);
  background: var(--landing-surface);
  color: var(--landing-muted);
  cursor: pointer;
}

.marketplace-view-toggle button:last-child {
  border-right: 0;
}

.marketplace-view-toggle button.is-active {
  background: var(--landing-soft);
  color: var(--landing-gold);
}

.marketplace-view-toggle svg {
  width: 16px;
}

.marketplace-catalog {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.marketplace-filters {
  border-right: 1px solid var(--landing-border);
  padding-right: 22px;
}

.marketplace-filters__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px;
}

.marketplace-filters__header strong {
  display: block;
  color: var(--landing-ink);
  font-size: 14px;
}

.marketplace-filters__header span {
  display: block;
  margin-top: 3px;
  color: var(--landing-muted);
  font-size: 11px;
}

.marketplace-filter-reset {
  border: 0;
  background: transparent;
  color: var(--landing-gold);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
}

.marketplace-filter-group {
  border-top: 1px solid var(--landing-border);
}

.marketplace-filter-group:last-child {
  border-bottom: 1px solid var(--landing-border);
}

.marketplace-filter-group summary {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: space-between;
  color: var(--landing-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.marketplace-filter-group summary::-webkit-details-marker {
  display: none;
}

.marketplace-filter-group summary::after {
  content: "+";
  color: var(--landing-gold);
  font-size: 17px;
  font-weight: 400;
}

.marketplace-filter-group[open] summary::after {
  content: "−";
}

.marketplace-filter-options {
  display: grid;
  gap: 10px;
  padding: 0 0 14px;
}

.marketplace-filter-options label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--landing-muted);
  cursor: pointer;
  font-size: 12px;
}

.marketplace-filter-options input {
  width: 15px;
  height: 15px;
  accent-color: var(--landing-gold);
}

.marketplace-price-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-bottom: 14px;
}

.marketplace-price-range label {
  color: var(--landing-muted);
  font-size: 10px;
}

.marketplace-price-range input {
  width: 100%;
  min-height: 34px;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0 7px;
  border: 1px solid var(--landing-border);
  border-radius: 4px;
  background: var(--landing-surface);
  color: var(--landing-ink);
  font: inherit;
  font-size: 11px;
}

.marketplace-price-range button {
  grid-column: 1/-1;
  min-height: 32px;
  border: 1px solid var(--landing-gold);
  border-radius: 4px;
  background: transparent;
  color: var(--landing-gold);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.marketplace-products {
  min-width: 0;
}

.marketplace-status {
  min-height: 18px;
  margin: 0 0 12px;
  color: var(--landing-muted);
  font-size: 12px;
}

.marketplace-status[hidden], .marketplace-empty[hidden], .marketplace-pagination[hidden] {
  display: none;
}

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

.marketplace-grid.is-list {
  grid-template-columns: 1fr;
}

.marketplace-grid.is-list .marketplace-card {
  grid-template-columns: 210px minmax(0, 1fr);
}

.marketplace-grid.is-list .marketplace-card__image {
  height: 100%;
  min-height: 245px;
}

.marketplace-grid.is-list .marketplace-card__body {
  min-height: 245px;
}

.marketplace-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: 9px;
  background: var(--landing-surface);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.marketplace-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 28px rgba(35, 27, 15, 0.1);
}

.marketplace-card__image {
  position: relative;
  display: grid;
  min-height: 258px;
  place-items: center;
  overflow: hidden;
  background: var(--landing-soft);
  color: var(--landing-muted);
  font-size: 11px;
}

.marketplace-card__image img {
  width: 100%;
  height: 258px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.marketplace-card:hover .marketplace-card__image img {
  transform: scale(1.035);
}

.marketplace-card__label {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 8px;
  border-radius: 4px;
  background: var(--landing-gold);
  color: var(--landing-on-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marketplace-card__favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--landing-ink);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(35, 27, 15, 0.1);
}

.marketplace-card__favorite.is-favorite {
  color: #a24f45;
}

.marketplace-card__favorite svg {
  width: 17px;
}

.marketplace-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 15px 14px 14px;
}

.marketplace-card__brand {
  margin-bottom: 5px;
  color: var(--landing-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marketplace-card h2 {
  margin: 0;
  overflow: hidden;
  color: var(--landing-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.08;
  text-overflow: ellipsis;
}

.marketplace-card__description {
  display: -webkit-box;
  min-height: 36px;
  margin: 8px 0 9px;
  overflow: hidden;
  color: var(--landing-muted);
  font-size: 11px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.marketplace-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 23px;
}

.marketplace-card__meta span {
  padding: 4px 6px;
  border-radius: 3px;
  background: var(--landing-soft);
  color: var(--landing-body);
  font-size: 10px;
}

.marketplace-card__seller {
  margin: 10px 0 0;
  color: var(--landing-muted);
  font-size: 10px;
}

.marketplace-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 11px;
  border-top: 1px solid var(--landing-border);
}

.marketplace-card__price {
  color: var(--landing-ink);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.marketplace-card__action {
  color: var(--landing-gold);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.marketplace-card__action:hover {
  text-decoration: underline;
}

.marketplace-empty {
  padding: 54px 20px;
  border: 1px dashed var(--landing-border);
  border-radius: 10px;
  text-align: center;
}

.marketplace-empty__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--landing-soft);
  color: var(--landing-gold);
}

.marketplace-empty__icon svg {
  width: 22px;
}

.marketplace-empty h2 {
  margin: 0 0 7px;
  color: var(--landing-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.marketplace-empty p {
  margin: 0 auto 18px;
  color: var(--landing-muted);
  font-size: 13px;
}

.marketplace-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 25px;
}

.marketplace-pagination button {
  display: grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--landing-border);
  border-radius: 4px;
  background: var(--landing-surface);
  color: var(--landing-ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}

.marketplace-pagination button.is-active, .marketplace-pagination button:hover {
  border-color: var(--landing-gold);
  background: var(--landing-gold);
  color: var(--landing-on-gold);
}

.marketplace-pagination button:disabled {
  cursor: default;
  opacity: 0.42;
}

.marketplace-cta {
  margin-top: 34px;
}

@media (max-width: 1260px) {
  .marketplace-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1020px) {
  .marketplace-shell {
    width: min(100% - 36px, 900px);
    padding-top: 72px;
  }
  .marketplace-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .marketplace-search {
    min-width: 0;
  }
  .marketplace-toolbar__controls {
    justify-content: space-between;
  }
  .marketplace-catalog {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
  }
  .marketplace-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .marketplace-promo-bar {
    flex-direction: column;
    gap: 2px;
  }
  .marketplace-shell {
    width: min(100% - 28px, 560px);
    padding-top: 72px;
  }
  .marketplace-heading {
    display: block;
    padding: 27px 0 22px;
  }
  .marketplace-heading__note {
    max-width: none;
    margin-top: 18px;
    text-align: left;
  }
  .marketplace-catalog {
    display: block;
  }
  .marketplace-filters {
    margin-bottom: 22px;
    border-right: 0;
    padding-right: 0;
  }
  .marketplace-filters__header {
    padding-bottom: 5px;
  }
  .marketplace-toolbar__controls {
    flex-wrap: wrap;
  }
  .marketplace-sort {
    margin-left: auto;
  }
  .marketplace-grid.is-list .marketplace-card {
    grid-template-columns: 145px minmax(0, 1fr);
  }
  .marketplace-grid.is-list .marketplace-card__image, .marketplace-grid.is-list .marketplace-card__body {
    min-height: 215px;
  }
  .marketplace-grid.is-list .marketplace-card__image img {
    height: 215px;
  }
}
@media (max-width: 500px) {
  .marketplace-shell {
    width: calc(100% - 24px);
    padding-top: 72px;
  }
  .marketplace-search {
    flex-wrap: wrap;
  }
  .marketplace-search input {
    flex-basis: calc(100% - 30px);
  }
  .marketplace-search__button {
    width: 100%;
  }
  .marketplace-toolbar__controls {
    align-items: flex-start;
  }
  .marketplace-results {
    width: 100%;
  }
  .marketplace-sort {
    margin-left: 0;
  }
  .marketplace-grid, .marketplace-grid.is-list {
    grid-template-columns: 1fr;
  }
  .marketplace-grid.is-list .marketplace-card {
    grid-template-columns: 1fr;
  }
  .marketplace-grid.is-list .marketplace-card__image, .marketplace-grid.is-list .marketplace-card__image img {
    min-height: 258px;
    height: 258px;
  }
}
[x-cloak] {
  display: none !important;
}

.public-chatbot {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1080;
  color: var(--landing-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.public-chatbot__launcher {
  display: grid;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--landing-gold);
  color: var(--landing-on-gold);
  box-shadow: 0 12px 28px rgba(80, 58, 31, 0.28), 0 0 0 5px rgba(255, 255, 255, 0.72);
  place-items: center;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.public-chatbot__launcher:hover,
.public-chatbot__launcher:focus-visible {
  box-shadow: 0 15px 34px rgba(80, 58, 31, 0.34), 0 0 0 5px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

.public-chatbot__launcher:focus-visible,
.public-chatbot__close:focus-visible,
.public-chatbot__send:focus-visible,
.public-chatbot__contacts a:focus-visible {
  outline: 2px solid var(--landing-gold);
  outline-offset: 3px;
}

.public-chatbot__launcher-icon img {
  width: 52px;
  height: 52px;
}

.public-chatbot__avatar {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.public-chatbot__header-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid rgba(185, 133, 47, 0.35);
  border-radius: 50%;
  background: #fffaf0;
  place-items: center;
}

.public-chatbot__header-avatar img {
  width: 42px;
  height: 42px;
}

.public-chatbot__launcher-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.public-chatbot__panel {
  position: absolute;
  right: 0;
  bottom: 78px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  width: min(380px, 100vw - 32px);
  max-height: min(650px, 100vh - 118px);
  overflow: hidden;
  border: 1px solid rgba(185, 133, 47, 0.3);
  border-radius: 18px;
  background: var(--landing-surface);
  box-shadow: 0 22px 60px rgba(49, 39, 29, 0.25);
}

.public-chatbot__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px 15px;
  background: var(--landing-panel);
}

.public-chatbot__header > div {
  flex: 1 1 auto;
}

.public-chatbot__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--landing-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.public-chatbot__header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.public-chatbot__close {
  border: 0;
  background: transparent;
  color: var(--landing-muted);
  font-size: 27px;
  line-height: 0.8;
  cursor: pointer;
}

.public-chatbot__messages {
  display: flex;
  min-height: 185px;
  max-height: 390px;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 15px;
  background: var(--landing-bg);
  overscroll-behavior: contain;
}

.public-chatbot__message {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.5;
}

.public-chatbot__message p {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.public-chatbot__message.is-assistant {
  align-self: flex-start;
  border: 1px solid var(--landing-border);
  background: var(--landing-surface);
}

.public-chatbot__message.is-user {
  align-self: flex-end;
  background: var(--landing-gold);
  color: var(--landing-on-gold);
}

.public-chatbot__typing {
  align-self: flex-start;
  color: var(--landing-muted);
  font-size: 12px;
  font-style: italic;
}

.public-chatbot__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
  padding: 12px 15px 8px;
  background: var(--landing-surface);
}

.public-chatbot__form textarea {
  width: 100%;
  resize: none;
  border: 1px solid var(--landing-border);
  border-radius: 9px;
  padding: 10px 11px;
  color: var(--landing-ink);
  background: var(--landing-bg);
  font: inherit;
  font-size: 13px;
}

.public-chatbot__form textarea:focus {
  border-color: var(--landing-gold);
  outline: 2px solid rgba(185, 133, 47, 0.16);
}

.public-chatbot__send {
  display: grid;
  width: 42px;
  height: 42px;
  align-self: end;
  border: 0;
  border-radius: 9px;
  background: var(--landing-gold);
  color: var(--landing-on-gold);
  place-items: center;
  cursor: pointer;
}

.public-chatbot__send:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.public-chatbot__send svg {
  width: 17px;
  height: 17px;
}

.public-chatbot__error {
  margin: 0;
  padding: 0 15px 8px;
  color: #a53b31;
  font-size: 12px;
}

.public-chatbot__contacts {
  display: grid;
  gap: 3px;
  padding: 8px 15px 14px;
  color: var(--landing-muted);
  font-size: 11px;
}

.public-chatbot__contacts a {
  width: fit-content;
  color: var(--landing-gold);
  font-weight: 700;
  text-decoration: none;
}

.public-chatbot__contacts a:hover {
  text-decoration: underline;
}

@media (max-width: 560px) {
  .public-chatbot {
    right: 16px;
    bottom: 16px;
  }
  .public-chatbot__panel {
    right: -2px;
    bottom: 72px;
    max-height: calc(100vh - 96px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .public-chatbot__launcher {
    transition: none;
  }
}
.editorial-public {
  min-height: 100vh;
  background: #fffdf9;
  color: #27231e;
}

.editorial-public__hero, .editorial-public__listing, .editorial-public-article {
  width: min(920px, 100% - 48px);
  margin-inline: auto;
}

.editorial-public__hero {
  padding: 105px 0 58px;
}

.editorial-public__hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.editorial-public__hero > p:last-child {
  max-width: 560px;
  margin: 0;
  color: #71695e;
  font-size: 18px;
  line-height: 1.6;
}

.editorial-public__listing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: 90px;
}

.editorial-public-card {
  display: grid;
  min-height: 230px;
  align-content: start;
  gap: 10px;
  padding: 24px;
  border: 1px solid #e7e0d3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(69, 55, 34, 0.06);
}

.editorial-public-card h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.1;
}

.editorial-public-card h2 a {
  color: inherit;
  text-decoration: none;
}

.editorial-public-card h2 a:hover {
  color: #a9781d;
}

.editorial-public-card p:not(.landing-kicker) {
  margin: 0;
  color: #71695e;
  line-height: 1.55;
}

.editorial-public-card__link {
  margin-top: auto;
  color: #a9781d;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.editorial-public-empty {
  grid-column: 1/-1;
  padding: 40px;
  color: #71695e;
  text-align: center;
}

.editorial-public-article {
  padding: 84px 0 100px;
}

.editorial-public-back {
  display: inline-block;
  margin-bottom: 42px;
  color: #a9781d;
  font-size: 13px;
  text-decoration: none;
}

.editorial-public-article h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.editorial-public-article__excerpt {
  max-width: 680px;
  margin: 0 0 50px;
  color: #71695e;
  font-size: 20px;
  line-height: 1.55;
}

.editorial-public-article__body {
  display: grid;
  gap: 28px;
  max-width: 760px;
}

.editorial-public-block--text {
  font-size: 17px;
  line-height: 1.75;
}

.editorial-public-block--text h1, .editorial-public-block--text h2, .editorial-public-block--text h3 {
  margin: 1.5em 0 0.45em;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.editorial-public-block--text h1 {
  font-size: 34px;
}

.editorial-public-block--text h2 {
  font-size: 28px;
}

.editorial-public-block--text h3 {
  font-size: 22px;
}

.editorial-public-block--text p {
  margin: 0 0 1em;
}

.editorial-public-block--text ul {
  padding-left: 1.4em;
}

.editorial-public-block--text a {
  color: #9a6d1b;
}

.editorial-public-block--image {
  margin: 0;
}

.editorial-public-block--image img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  border-radius: 16px;
}

.editorial-public-block--image figcaption {
  margin-top: 8px;
  color: #71695e;
  font-size: 12px;
}

.editorial-public-block--video {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 16px;
  background: #201d18;
}

.editorial-public-block--video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 680px) {
  .editorial-public__hero, .editorial-public__listing, .editorial-public-article {
    width: min(100% - 28px, 620px);
  }
  .editorial-public__hero {
    padding-top: 70px;
  }
  .editorial-public__listing {
    grid-template-columns: 1fr;
  }
  .editorial-public-article {
    padding-top: 58px;
  }
}
.public-academic-catalog-page [x-cloak] {
  display: none !important;
}
.public-academic-catalog-page .academic-calendar-scroll {
  overflow-x: auto;
  border: 1px solid var(--landing-border);
  border-radius: 0.5rem;
}
.public-academic-catalog-page .academic-calendar {
  --calendar-hour-height: 64px;
  --calendar-height: calc(var(--calendar-hour-height) * 15);
  min-width: 980px;
  color: var(--landing-ink);
  font-size: 0.8rem;
}
.public-academic-catalog-page .academic-calendar__header {
  display: grid;
  grid-template-columns: 72px repeat(7, minmax(125px, 1fr));
  background: var(--landing-bg);
}
.public-academic-catalog-page .academic-calendar__time-head,
.public-academic-catalog-page .academic-calendar__day-head {
  min-height: 3.75rem;
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid var(--landing-border);
}
.public-academic-catalog-page .academic-calendar__time-head {
  color: var(--landing-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}
.public-academic-catalog-page .academic-calendar__day-head {
  border-left: 1px solid var(--landing-border);
  color: var(--landing-muted);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.public-academic-catalog-page .academic-calendar__day-head small {
  color: var(--landing-ink);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: none;
}
.public-academic-catalog-page .academic-calendar__day-head--today {
  background: color-mix(in srgb, var(--landing-gold) 14%, var(--landing-bg));
  box-shadow: inset 0 -3px 0 var(--landing-gold);
}
.public-academic-catalog-page .academic-calendar__body {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
}
.public-academic-catalog-page .academic-calendar__time-axis {
  position: relative;
  height: var(--calendar-height);
  background: var(--landing-surface);
}
.public-academic-catalog-page .academic-calendar__time-label {
  display: block;
  height: var(--calendar-hour-height);
  padding: 0.4rem 0.5rem 0 0;
  color: var(--landing-muted);
  font-size: 0.7rem;
  text-align: right;
  white-space: nowrap;
  transform: translateY(-0.45em);
}
.public-academic-catalog-page .academic-calendar__time-label--end {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0 0.5rem 0.35rem 0;
  transform: none;
}
.public-academic-catalog-page .academic-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(125px, 1fr));
}
.public-academic-catalog-page .academic-calendar__day-column {
  position: relative;
  height: var(--calendar-height);
  overflow: hidden;
  border-left: 1px solid var(--landing-border);
  background: var(--landing-surface);
}
.public-academic-catalog-page .academic-calendar__day-column--today {
  background: color-mix(in srgb, var(--landing-gold) 4%, var(--landing-surface));
}
.public-academic-catalog-page .academic-offering-card {
  border-top: 0.3rem solid var(--academic-offering-color, var(--landing-gold)) !important;
  background: color-mix(in srgb, var(--academic-offering-color, var(--landing-gold)) 5%, var(--landing-surface));
}
.public-academic-catalog-page .academic-calendar__hour-lines {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: repeat(15, var(--calendar-hour-height));
  pointer-events: none;
}
.public-academic-catalog-page .academic-calendar__hour-lines span {
  border-top: 1px solid var(--landing-border);
}
.public-academic-catalog-page .academic-calendar-event {
  position: absolute;
  z-index: 1;
  left: 0.35rem;
  right: 0.35rem;
  display: block;
  overflow: hidden;
  padding: 0.45rem 0.5rem;
  border-left: 4px solid var(--academic-offering-color, var(--landing-gold));
  border-radius: 0.35rem;
  color: var(--landing-ink);
  background: rgba(183, 121, 31, 0.12);
  background: color-mix(in srgb, var(--academic-offering-color, var(--landing-gold)) 14%, var(--landing-surface));
  font-size: 0.72rem;
  line-height: 1.25;
  text-decoration: none;
  transition: filter 0.15s ease, transform 0.15s ease;
}
.public-academic-catalog-page .academic-calendar-event strong {
  color: var(--landing-ink);
  font-weight: 700;
}
.public-academic-catalog-page .academic-calendar-event small {
  color: var(--landing-muted);
  font-size: 0.68rem;
}
.public-academic-catalog-page .academic-calendar-event:hover,
.public-academic-catalog-page .academic-calendar-event:focus-visible {
  color: var(--landing-ink);
  filter: saturate(1.25) brightness(0.98);
  transform: translateY(-1px);
}
@media (max-width: 767.98px) {
  .public-academic-catalog-page .academic-calendar {
    --calendar-hour-height: 58px;
  }
  .public-academic-catalog-page .academic-calendar__header,
  .public-academic-catalog-page .academic-calendar__body {
    grid-template-columns: 62px repeat(7, minmax(112px, 1fr));
  }
  .public-academic-catalog-page .academic-calendar__body {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
  }
  .public-academic-catalog-page .academic-calendar__days {
    grid-template-columns: repeat(7, minmax(112px, 1fr));
  }
  .public-academic-catalog-page .academic-calendar__time-label {
    padding-right: 0.35rem;
    font-size: 0.65rem;
  }
  .public-academic-catalog-page .academic-calendar-event {
    left: 0.2rem;
    right: 0.2rem;
    padding: 0.35rem;
    font-size: 0.66rem;
  }
  .public-academic-catalog-page .academic-calendar-event small {
    font-size: 0.62rem;
  }
}

.public-academic-checkout-page,
.public-academic-confirmation-page {
  min-height: calc(100vh - 72px);
  background: var(--landing-bg);
  color: var(--landing-ink);
}
.public-academic-checkout-page .marketing-kicker,
.public-academic-confirmation-page .marketing-kicker {
  color: var(--landing-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.public-academic-checkout-page .card,
.public-academic-confirmation-page .card {
  border: 1px solid var(--landing-border) !important;
  background: var(--landing-surface);
}
.public-academic-checkout-page .form-control,
.public-academic-confirmation-page .form-control {
  border-color: var(--landing-border);
  background: var(--landing-bg);
}
.public-academic-checkout-page .form-control:focus,
.public-academic-confirmation-page .form-control:focus {
  border-color: var(--landing-gold);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--landing-gold) 18%, transparent);
}
.public-academic-checkout-page .btn-primary,
.public-academic-confirmation-page .btn-primary {
  --bs-btn-bg: var(--landing-gold);
  --bs-btn-border-color: var(--landing-gold);
  --bs-btn-hover-bg: var(--landing-gold-light);
  --bs-btn-hover-border-color: var(--landing-gold-light);
  --bs-btn-color: var(--landing-on-gold);
  --bs-btn-hover-color: var(--landing-on-gold);
}

.checkout-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-left: 0.3rem solid var(--academic-offering-color, var(--landing-gold));
  border-radius: 0.35rem;
  background: color-mix(in srgb, var(--academic-offering-color, var(--landing-gold)) 8%, var(--landing-bg));
}

.checkout-summary-item strong {
  color: var(--landing-ink);
}

.checkout-success-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--landing-gold) 15%, var(--landing-bg));
  color: var(--landing-gold);
  font-size: 2rem;
  font-weight: 700;
}
