:root {
  color-scheme: light;
  --ink: #0b1021;
  --ink-soft: #1a2238;
  --paper: #f3f1ea;
  --paper-deep: #e7e3d8;
  --white: #fffefa;
  --blue: #2558f3;
  --blue-dark: #1739a8;
  --acid: #d9ff57;
  --coral: #ff7164;
  --muted: #596070;
  --line: rgba(11, 16, 33, 0.2);
  --line-light: rgba(255, 255, 255, 0.25);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Noto Serif SC", "Songti SC", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --max: 1180px;
  --radius: 16px;
  --shadow: 0 24px 64px rgba(11, 16, 33, 0.12);
}

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

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
}

html[lang="zh-CN"] body {
  line-height: 1.78;
  line-break: strict;
}

h1,
h2,
h3,
p,
a,
li,
span,
summary,
label,
option {
  overflow-wrap: anywhere;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

a {
  color: inherit;
}

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

button,
select {
  cursor: pointer;
}

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

a:focus-visible,
button:focus-visible,
select:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

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

.skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 100;
  transform: translateY(-180%);
  padding: 0.7rem 1rem;
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  transform: none;
}

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

.initiative-ribbon {
  min-height: 32px;
  padding: 0.3rem 1rem;
  display: grid;
  place-items: center;
  background: var(--acid);
  color: var(--ink);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.055em;
}

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 40;
  color: var(--white);
  background: rgba(11, 16, 33, 0.97);
  border-block-end: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.header-inner {
  position: relative;
  width: min(calc(100% - 48px), var(--max));
  min-height: 78px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.65rem, 1.5vw, 1.5rem);
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.brand img {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
}

.brand span {
  display: grid;
  line-height: 1.1;
}

.brand small {
  margin-block-start: 0.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--sans);
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.055em;
}

.site-nav {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.16rem;
}

.site-nav a {
  min-height: 44px;
  padding: 0.58rem 0.62rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.25);
}

.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--acid);
}

.language-control {
  min-width: 0;
}

.language-control select {
  width: 124px;
  max-width: 100%;
  min-height: 44px;
  padding: 0.55rem 1.8rem 0.55rem 0.68rem;
  color: var(--white);
  background: var(--ink-soft);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  text-overflow: ellipsis;
}

.menu-toggle {
  display: none;
  min-height: 44px;
  padding: 0.5rem 0.72rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 750;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 45%, rgba(37, 88, 243, 0.42), transparent 35%),
    linear-gradient(125deg, #0b1021 10%, #111c39 100%);
}

.hero-inner {
  min-height: clamp(590px, 72vh, 760px);
  padding-block: clamp(4.5rem, 9vw, 8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(260px, 0.78fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
}

.hero-copy,
.hero-art,
.split-head > *,
.intro-grid > *,
.footer-top > *,
.salon-feature > *,
.eligibility-panel > *,
.contact-method,
.card,
.entry-card,
.review-card,
.numbered-grid article,
.process-list article > div {
  min-width: 0;
}

.eyebrow {
  margin-block-end: 1rem;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--acid);
}

.hero h1 {
  max-width: 850px;
  margin-block-end: 1.5rem;
  font-family: var(--serif);
  font-size: clamp(3.7rem, 7.4vw, 7.25rem);
  font-weight: 450;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

html[lang="zh-CN"] .hero h1 {
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.lead {
  max-width: 64ch;
  margin-block-end: 1.8rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button-link,
.text-link {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-decoration: none;
  font-weight: 800;
  text-align: center;
}

.button-link {
  min-height: 48px;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--acid);
  border: 1px solid var(--acid);
  border-radius: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.045em;
}

button.button-link {
  appearance: none;
}

.button-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11, 16, 33, 0.16);
}

.button-link.secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-link.light {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.button-link.dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.text-link {
  min-height: 44px;
  color: var(--blue-dark);
  font-size: 0.86rem;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.hero-art {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.hero-letter {
  position: relative;
  z-index: 2;
  color: var(--acid);
  font-family: var(--serif);
  font-size: clamp(10rem, 22vw, 19rem);
  font-style: italic;
  line-height: 0.75;
}

.orbit {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.orbit-one {
  transform: rotate(35deg) scaleX(0.46);
}

.orbit-two {
  transform: rotate(-35deg) scaleX(0.46);
}

.fact-ribbon {
  color: var(--ink);
  background: var(--acid);
  border-block: 1px solid var(--ink);
}

.ribbon-inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
}

.ribbon-dot {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 0.55rem;
}

.content-section {
  padding-block: clamp(4.2rem, 8vw, 7rem);
}

.section-head {
  max-width: 760px;
  margin-block-end: 2rem;
}

.section-head h2,
.split-head h2,
.contact-callout h2,
.acid-callout h2,
.status-panel h2,
.guidance-note h2,
.status-note h2,
.faq > h2 {
  margin-block-end: 0.7rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

html[lang="zh-CN"] .section-head h2,
html[lang="zh-CN"] .split-head h2,
html[lang="zh-CN"] .contact-callout h2,
html[lang="zh-CN"] .acid-callout h2 {
  line-height: 1.2;
}

.section-head p,
.split-head p,
.card p,
.entry-card p,
.rhythm-grid p,
.numbered-grid p,
.process-list p,
.work-grid p,
.contact-method p,
.faq p {
  color: var(--muted);
}

.split-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 6rem);
  margin-block-end: 2.6rem;
}

.split-head p {
  margin-block-end: 0;
  font-size: 1.04rem;
}

.entry-grid,
.card-grid,
.format-grid,
.review-grid,
.numbered-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.entry-grid {
  border-block: 1px solid var(--line);
}

.entry-card {
  min-height: 300px;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  border-inline-end: 1px solid var(--line);
}

.entry-card:first-child {
  padding-inline-start: 0;
}

.entry-card:last-child {
  padding-inline-end: 0;
  border-inline-end: 0;
}

.card-number,
.review-card > span,
.numbered-grid article > span,
.process-list article > span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.entry-card h3,
.card h3,
.review-card h3,
.rhythm-grid h3,
.numbered-grid h3,
.process-list h3,
.work-grid h3,
.lens-list h3 {
  margin-block: 2.8rem 0.65rem;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 550;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.entry-card p {
  margin-block-end: 1rem;
}

.entry-card .text-link {
  margin-block-start: auto;
}

.status-panel,
.contact-callout,
.acid-callout,
.status-note {
  margin-block-start: 1.25rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.status-panel {
  margin-block-start: 2.5rem;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
}

.status-panel .eyebrow {
  color: var(--acid);
}

.status-panel p:not(.eyebrow) {
  max-width: 66ch;
  margin-block-end: 0;
  color: rgba(255, 255, 255, 0.7);
}

.page-intro {
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(37, 88, 243, 0.2), transparent 58%),
    var(--ink);
}

.intro-grid {
  min-height: 330px;
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.page-intro .eyebrow {
  color: var(--acid);
}

.page-intro h1 {
  margin-block-end: 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 7vw, 6.7rem);
  font-weight: 450;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

html[lang="zh-CN"] .page-intro h1 {
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.intro-copy {
  margin-block-end: 0;
  padding-block-start: 1.2rem;
  color: rgba(255, 255, 255, 0.75);
  border-block-start: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 1.08rem;
}

.issue-feature {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
}

.issue-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: clamp(2rem, 6vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.issue-copy h2,
.salon-question h2,
.manifesto h2,
.eligibility-panel h2 {
  margin-block: 2rem 1rem;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.3vw, 5.2rem);
  font-weight: 450;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

html[lang="zh-CN"] .issue-copy h2,
html[lang="zh-CN"] .salon-question h2,
html[lang="zh-CN"] .manifesto h2,
html[lang="zh-CN"] .eligibility-panel h2 {
  line-height: 1.16;
}

.issue-copy p {
  max-width: 62ch;
  margin-block-end: 0;
  color: rgba(255, 255, 255, 0.7);
}

.status-pill {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  padding: 0.35rem 0.62rem;
  color: var(--blue-dark);
  background: var(--acid);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.45;
}

.issue-mark {
  min-width: 0;
  display: grid;
  place-items: center;
  color: var(--acid);
  background: var(--blue);
  font-family: var(--serif);
  font-size: clamp(7rem, 17vw, 14rem);
  line-height: 1;
}

.issue-feature + .section-head {
  margin-block-start: clamp(4rem, 8vw, 7rem);
}

.format-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.card {
  padding: 1.65rem;
  background: var(--white);
  border: 1px solid var(--line);
}

.format-grid .card {
  min-height: 270px;
  border: 0;
}

.card h3 {
  margin-block-start: 2rem;
}

.ink-section {
  color: var(--white);
  background: var(--ink);
}

.light-head p {
  color: rgba(255, 255, 255, 0.66);
}

.review-grid {
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.review-card {
  min-height: 290px;
  padding: 2rem;
  background: var(--ink);
}

.review-card > span {
  color: var(--acid);
}

.review-card p {
  margin-block-end: 0;
  color: rgba(255, 255, 255, 0.67);
}

.rhythm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.rhythm-grid article {
  min-width: 0;
  padding: 1.5rem;
  border-inline-end: 1px solid var(--line);
}

.rhythm-grid article:first-child {
  padding-inline-start: 0;
}

.rhythm-grid article:last-child {
  padding-inline-end: 0;
  border-inline-end: 0;
}

.term-letter {
  color: var(--blue) !important;
  font-family: var(--serif);
  font-size: 3.8rem;
  line-height: 1;
}

.rhythm-grid h3 {
  margin-block-start: 1rem;
}

.blue-section {
  color: var(--white);
  background: var(--blue);
}

.salon-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 7rem);
}

.status-pill.inverted {
  color: var(--ink);
  background: var(--acid);
}

.salon-question p {
  margin-block-end: 0;
  color: rgba(255, 255, 255, 0.74);
}

.small-title {
  margin-block-end: 1rem;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lens-list {
  border-block-start: 1px solid rgba(255, 255, 255, 0.55);
}

.lens-list article {
  padding-block: 1rem;
  border-block-end: 1px solid rgba(255, 255, 255, 0.35);
}

.lens-list h3 {
  margin-block: 0 0.3rem;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
}

.lens-list p {
  margin-block-end: 0;
  color: rgba(255, 255, 255, 0.7);
}

.numbered-grid {
  gap: 1rem;
}

.numbered-grid article {
  min-height: 260px;
  padding: 1.8rem;
  background: var(--white);
  border: 1px solid var(--ink);
}

.acid-callout {
  margin-block-start: 3rem;
  background: var(--acid);
}

.acid-callout p,
.contact-callout p {
  max-width: 66ch;
  margin-block-end: 0;
}

.eligibility-panel {
  margin-block-end: clamp(4rem, 8vw, 7rem);
  padding: clamp(2rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(2rem, 6vw, 5rem);
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
}

.eligibility-panel .eyebrow {
  color: var(--acid);
}

.eligibility-panel h2 {
  margin-block-end: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.eligibility-panel .small-title {
  color: rgba(255, 255, 255, 0.65);
}

.format-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-block-start: 1px solid var(--line-light);
}

.format-list li {
  padding-block: 0.9rem;
  border-block-end: 1px solid var(--line-light);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.process-list {
  border-block-start: 1px solid var(--ink);
}

.process-list article {
  min-width: 0;
  padding-block: 1.35rem;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1rem;
  border-block-end: 1px solid var(--line);
}

.process-list h3 {
  margin-block: 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.process-list p {
  max-width: 72ch;
  margin-block-end: 0;
}

.guidance-note {
  margin-block-start: 2rem;
  padding: 1.4rem 1.6rem;
  background: var(--paper-deep);
  border-inline-start: 5px solid var(--blue);
}

.guidance-note h2 {
  font-family: var(--sans);
  font-size: 1.1rem;
  font-weight: 850;
  letter-spacing: 0;
}

.guidance-note p {
  margin-block-end: 0;
}

.contact-callout {
  margin-block-start: 2rem;
  background: var(--white);
  border: 1px solid var(--ink);
}

.faq {
  max-width: 860px;
  margin-block-start: clamp(4rem, 8vw, 7rem);
}

.faq > h2 {
  margin-block-end: 1.5rem;
}

.faq details {
  border-block-start: 1px solid var(--ink);
}

.faq details:last-child {
  border-block-end: 1px solid var(--ink);
}

.faq summary {
  position: relative;
  min-height: 58px;
  padding: 1rem 3rem 1rem 0;
  list-style: none;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 600;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  inset-inline-end: 0.5rem;
  color: var(--blue);
  font-family: var(--sans);
}

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

.faq details p {
  max-width: 68ch;
  padding-inline-end: 2.5rem;
  padding-block-end: 1.2rem;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  padding-block: clamp(2rem, 4vw, 3.5rem);
  margin-block-end: clamp(4rem, 8vw, 7rem);
  border-block: 1px solid var(--line);
}

.manifesto h2 {
  margin-block-start: 0;
  margin-block-end: clamp(1.25rem, 2vw, 1.8rem);
  max-width: 16ch;
  font-size: clamp(2.75rem, 4.6vw, 4.6rem);
  line-height: 1.02;
}

html[lang="zh-CN"] .manifesto h2 {
  max-width: 12ch;
  letter-spacing: -0.045em;
  line-height: 1.14;
}

.manifesto > .eyebrow {
  margin-block: 0;
  padding-block-start: 0.55rem;
}

.manifesto-copy {
  min-width: 0;
}

.manifesto-copy p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  line-height: 1.65;
}

.spaced-head {
  margin-block-start: clamp(4rem, 8vw, 7rem);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.work-grid article {
  min-width: 0;
  padding: 1.6rem;
  border-inline-end: 1px solid var(--line);
}

.work-grid article:first-child {
  padding-inline-start: 0;
}

.work-grid article:last-child {
  padding-inline-end: 0;
  border-inline-end: 0;
}

.work-grid h3 {
  margin-block-start: 0;
}

.status-note {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  margin-block-start: 2.5rem;
  background: var(--paper-deep);
}

.status-note h2 {
  font-size: 1.7rem;
}

.status-note p {
  margin-block-end: 0;
  color: var(--muted);
}

.contact-layout {
  max-width: 960px;
}

.contact-address {
  padding: clamp(1.5rem, 5vw, 3rem);
  background: var(--white);
  border-block-start: 5px solid var(--blue);
  box-shadow: var(--shadow);
}

.contact-methods {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 1rem;
  margin-block-end: 2rem;
}

.contact-method {
  padding: 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
}

.contact-method .eyebrow {
  margin-block-end: 0.4rem;
}

.contact-method p:last-child {
  margin-block: 0.35rem 0;
  font-size: 0.86rem;
}

.public-contact {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: clamp(1.05rem, 2.3vw, 1.4rem);
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.public-contact:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.contact-address > label {
  display: block;
  margin-block: 1.5rem 0.6rem;
  font-weight: 800;
}

#enquiry-topic {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0.65rem 2.1rem 0.65rem 0.7rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #7b8391;
  border-radius: 8px;
  text-overflow: ellipsis;
}

.compose-button {
  margin-block-start: 1.2rem;
}

.contact-faq {
  margin-block-start: 3rem;
}

.mail-dialog {
  width: min(calc(100% - 32px), 720px);
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(4, 8, 20, 0.4);
}

.mail-dialog::backdrop {
  background: rgba(4, 8, 20, 0.7);
  backdrop-filter: blur(3px);
}

.dialog-shell {
  position: relative;
  padding: clamp(1.4rem, 5vw, 2.7rem);
}

.dialog-close {
  position: absolute;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 1.5rem;
}

.dialog-head {
  padding-inline-end: 3.4rem;
}

.dialog-head .eyebrow {
  max-width: 100%;
  text-transform: none;
}

.dialog-head h2 {
  margin-block-end: 0.7rem;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.08;
}

.dialog-head p:last-child {
  color: var(--muted);
}

.mail-providers {
  display: grid;
  gap: 0.7rem;
  margin-block-start: 1.4rem;
}

.provider {
  min-width: 0;
  min-height: 82px;
  padding: 1rem;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  text-decoration: none;
}

.provider:hover {
  border-color: var(--blue);
  transform: translateY(-1px);
}

.provider-monogram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--acid);
  background: var(--ink);
  border-radius: 8px;
  font-weight: 850;
}

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

.provider small {
  margin-block-start: 0.15rem;
  color: var(--muted);
  line-height: 1.45;
}

.review-note {
  margin-block: 1.2rem;
  padding-inline-start: 1rem;
  border-inline-start: 4px solid var(--blue);
}

.draft-preview {
  border-block: 1px solid var(--line);
}

.draft-preview summary {
  min-height: 48px;
  padding-block: 0.8rem;
  font-weight: 800;
}

.draft-fields {
  padding-block: 0.4rem 1.2rem;
  display: grid;
  gap: 0.6rem;
}

.draft-fields label {
  font-size: 0.86rem;
  font-weight: 800;
}

.draft-fields input,
.draft-fields textarea {
  width: 100%;
  min-width: 0;
  padding: 0.75rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #7b8391;
  border-radius: 8px;
  line-height: 1.55;
}

.draft-fields textarea {
  resize: vertical;
  white-space: pre-wrap;
}

.draft-fields .button-link {
  margin-block-start: 0.5rem;
}

.mail-fallback {
  margin-block: 0.9rem 0;
  color: var(--muted);
  font-size: 0.86rem;
}

#copy-notice {
  display: block;
  min-height: 1.5em;
  color: var(--blue-dark);
  font-size: 0.86rem;
  font-weight: 800;
}

.error-page {
  min-height: 55vh;
  padding-block: 5rem;
}

.error-page p:not(.eyebrow) {
  margin-block-end: 1.5rem;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: #070b18;
}

.footer-inner {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
  padding-block: 3.5rem 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: start;
}

.footer-brand {
  margin-block-end: 0.7rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-top p:last-child {
  max-width: 82ch;
  margin-block-end: 0;
  font-size: 0.82rem;
}

.footer-contact {
  display: grid;
  gap: 0.3rem;
  text-align: end;
}

.footer-contact a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--acid);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-meta {
  margin-block-start: 2rem;
  padding-block-start: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 2rem;
  border-block-start: 1px solid rgba(255, 255, 255, 0.17);
  font-size: 0.78rem;
}

.footer-meta nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.2rem;
}

.footer-meta a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer-meta a:hover,
.footer-contact a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 1099.98px) {
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    inset-block-start: 100%;
    inset-inline: -24px;
    display: none;
    max-height: calc(100dvh - 142px);
    padding: 0.9rem 24px 1.1rem;
    overflow-y: auto;
    background: var(--ink);
    border-block-start: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  }

  .site-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav a {
    justify-content: flex-start;
    padding-inline: 1rem;
    white-space: normal;
  }

  .site-nav a[aria-current="page"] {
    border-radius: 8px;
  }

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

@media (max-width: 767.98px) {
  .page-shell,
  .header-inner,
  .footer-inner {
    width: min(calc(100% - 32px), var(--max));
  }

  .hero-inner,
  .intro-grid,
  .split-head,
  .issue-feature,
  .salon-feature,
  .eligibility-panel,
  .manifesto,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: 610px;
    padding-block: 3.5rem 4rem;
  }

  .hero-art {
    position: absolute;
    width: 280px;
    inset-inline-end: -95px;
    inset-block-end: -80px;
    opacity: 0.13;
    pointer-events: none;
  }

  .hero h1 {
    max-width: 9ch;
    font-size: clamp(3.3rem, 12vw, 5.3rem);
  }

  html[lang="zh-CN"] .hero h1 {
    max-width: 8ch;
  }

  .ribbon-inner {
    justify-content: center;
  }

  .ribbon-inner span:nth-child(n + 4) {
    display: none;
  }

  .intro-grid {
    min-height: 300px;
    align-items: start;
    gap: 1.6rem;
  }

  .page-intro h1 {
    font-size: clamp(3rem, 12vw, 5rem);
  }

  .intro-copy {
    max-width: 50ch;
  }

  .entry-grid,
  .card-grid,
  .review-grid,
  .numbered-grid,
  .rhythm-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .entry-card,
  .entry-card:first-child,
  .entry-card:last-child,
  .rhythm-grid article,
  .rhythm-grid article:first-child,
  .rhythm-grid article:last-child,
  .work-grid article,
  .work-grid article:first-child,
  .work-grid article:last-child {
    min-height: 0;
    padding: 1.5rem 0;
    border-inline-end: 0;
    border-block-end: 1px solid var(--line);
  }

  .entry-card:last-child,
  .rhythm-grid article:last-child,
  .work-grid article:last-child {
    border-block-end: 0;
  }

  .entry-card h3 {
    margin-block-start: 1.6rem;
  }

  .issue-feature {
    min-height: 0;
  }

  .issue-mark {
    min-height: 200px;
  }

  .review-card,
  .numbered-grid article {
    min-height: 0;
  }

  .status-panel,
  .contact-callout,
  .acid-callout,
  .status-note {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .manifesto {
    gap: 1rem;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .footer-contact {
    text-align: start;
  }

  .footer-contact a {
    justify-content: flex-start;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 519.98px) {
  .initiative-ribbon {
    font-size: 0.72rem;
  }

  .header-inner {
    min-height: 0;
    padding-block: 0.65rem;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand menu"
      "language language";
    gap: 0.6rem;
  }

  .brand {
    grid-area: brand;
    white-space: normal;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .menu-toggle {
    grid-area: menu;
  }

  .menu-toggle > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .language-control {
    grid-area: language;
  }

  .language-control select {
    width: 100%;
    font-size: 0.96rem;
  }

  .site-nav {
    inset-inline: -16px;
    max-height: calc(100dvh - 170px);
    padding-inline: 16px;
  }

  .hero-inner {
    min-height: 560px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.25rem);
  }

  html[lang="es"] .hero h1,
  html[lang="en"] .hero h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .actions .button-link,
  .contact-callout .button-link,
  .acid-callout .button-link {
    width: 100%;
  }

  .page-intro h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  html[lang="es"] .page-intro h1,
  html[lang="en"] .page-intro h1 {
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .format-grid {
    grid-template-columns: 1fr;
  }

  .format-grid .card {
    min-height: 0;
  }

  .issue-copy,
  .eligibility-panel,
  .contact-address,
  .card,
  .review-card,
  .numbered-grid article {
    padding: 1.3rem;
  }

  .issue-copy h2,
  .salon-question h2,
  .manifesto h2,
  .eligibility-panel h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .process-list article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 0.7rem;
  }

  .status-note {
    gap: 1rem;
  }

  .mail-dialog {
    width: 100%;
    max-width: none;
    max-height: calc(100dvh - 8px);
    margin: auto 0 0;
    border-radius: 18px 18px 0 0;
  }

  .dialog-shell {
    padding: 1.3rem 1rem 1.5rem;
  }

  .dialog-head {
    padding-inline-end: 3rem;
  }

  .provider {
    grid-template-columns: 38px minmax(0, 1fr) 16px;
    gap: 0.7rem;
    padding: 0.85rem;
  }

  .provider-monogram {
    width: 38px;
    height: 38px;
  }

  .footer-meta nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}

@media (max-width: 359.98px) {
  .page-shell,
  .header-inner,
  .footer-inner {
    width: min(calc(100% - 24px), var(--max));
  }

  .brand {
    font-size: 1.02rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .site-nav {
    inset-inline: -12px;
    padding-inline: 12px;
  }

  .hero h1,
  html[lang="en"] .hero h1,
  html[lang="es"] .hero h1 {
    font-size: clamp(2.25rem, 12.5vw, 3.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
