:root {
  --ink: #171a19;
  --ink-deep: #0e1110;
  --panel: rgba(49, 48, 43, .58);
  --panel-solid: #292a27;
  --line: rgba(230, 208, 177, .20);
  --line-strong: rgba(230, 192, 140, .48);
  --cream: #f4ecd9;
  --muted: #baac9e;
  --gold: #d7a96d;
  --gold-light: #f3d3a8;
  --max: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif;
  color: var(--cream);
  background: var(--ink-deep);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(circle at 78% 2%, rgba(135, 109, 76, .16), transparent 31rem),
    radial-gradient(circle at 12% 42%, rgba(58, 70, 63, .20), transparent 38rem),
    linear-gradient(180deg, #202321 0%, var(--ink-deep) 40%, #161817 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: url("living-world-cover.jpg");
  background-position: 92% 15%;
  background-size: min(42vw, 34rem) auto;
  background-repeat: no-repeat;
  filter: blur(42px) saturate(.55);
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 30; padding: .75rem 1rem; background: var(--gold-light); color: var(--ink); border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(var(--max), calc(100% - 2.5rem));
  min-height: 5.35rem;
  margin: .8rem auto 0;
  padding: 0 1.1rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 1.3rem;
  background: rgba(29, 31, 29, .76);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .18), inset 0 1px rgba(255, 255, 255, .035);
  backdrop-filter: blur(22px) saturate(1.15);
}
.brand { display: inline-flex; gap: .72rem; align-items: center; width: fit-content; font-family: Georgia, "Times New Roman", "Noto Serif SC", serif; font-size: 1.18rem; text-decoration: none; letter-spacing: .01em; }
.brand-mark { position: relative; display: inline-block; width: 1.45rem; height: 1.45rem; transform: rotate(-12deg); }
.brand-mark i { position: absolute; display: block; width: .72rem; height: 1.2rem; bottom: .05rem; border: 1.5px solid var(--gold-light); border-radius: 100% 0 100% 0; transform-origin: bottom right; }
.brand-mark i:nth-child(1) { left: .12rem; transform: rotate(-38deg); }
.brand-mark i:nth-child(2) { left: .45rem; bottom: .12rem; transform: rotate(1deg) scale(.85); }
.brand-mark i:nth-child(3) { left: .68rem; transform: rotate(35deg); }
nav { display: flex; gap: 2rem; height: 5.35rem; align-items: center; }
nav a { position: relative; color: var(--muted); text-decoration: none; font-size: .9rem; }
nav a:hover, nav a:focus-visible, nav a.active { color: var(--cream); }
nav a.active::after { content: ""; position: absolute; left: 10%; right: 10%; bottom: -1.96rem; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); box-shadow: 0 0 14px rgba(241, 200, 145, .42); }
.language { justify-self: end; border: 1px solid var(--line-strong); background: rgba(255,255,255,.035); color: var(--gold-light); padding: .58rem 1rem; border-radius: 999px; font: inherit; font-size: .84rem; cursor: pointer; }
.language:hover, .language:focus-visible { background: rgba(215,169,109,.12); border-color: var(--gold-light); }
.language-zh, html[lang="zh-CN"] .language-en { display: none; }
html[lang="zh-CN"] .language-zh { display: inline; }
main, footer { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; }
.intro {
  min-height: 42rem;
  padding: 4.6rem 0 5.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, .82fr);
  gap: clamp(3rem, 8vw, 7.5rem);
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.intro-copy { position: relative; z-index: 2; }
.hero-visual {
  position: relative;
  height: 35rem;
  border: 1px solid var(--line-strong);
  border-radius: 10rem 10rem 1.8rem 1.8rem;
  overflow: hidden;
  background: var(--panel-solid);
  box-shadow: 0 38px 90px rgba(0,0,0,.46), inset 0 1px rgba(255,255,255,.10);
}
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(11,14,13,.18) 64%, #111411 100%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.82) contrast(1.04); }
.intro.compact { min-height: 30rem; display: flex; padding-bottom: 4.6rem; }
.eyebrow { color: var(--gold); font-size: .72rem; font-weight: 780; letter-spacing: .18em; }
h1 { max-width: 11ch; margin: 1.15rem 0 1.6rem; font-family: Georgia, "Times New Roman", "Noto Serif SC", serif; font-weight: 400; font-size: clamp(3.8rem, 7.4vw, 7rem); line-height: .93; letter-spacing: -.05em; text-wrap: balance; }
.compact h1 { max-width: 14ch; font-size: clamp(3.2rem, 6.4vw, 5.8rem); }
.lede { max-width: 44rem; margin: 0; color: var(--muted); font-size: clamp(1.04rem, 1.55vw, 1.25rem); line-height: 1.72; }
.meta { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.7rem; color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .07em; }
.meta span { padding: .62rem .82rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); }
.meta b { margin-right: .38rem; color: var(--gold-light); }
.summary, .policy-block, .changes { padding: 6.5rem 0; border-bottom: 1px solid var(--line); }
.summary > div:first-child, .section-heading, .changes > div { display: flex; align-items: baseline; gap: 1.2rem; margin-bottom: 3.2rem; }
.number { color: var(--gold); font: 800 .68rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .13em; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", "Noto Serif SC", serif; font-weight: 400; font-size: clamp(2.15rem, 4vw, 3.7rem); line-height: 1.06; letter-spacing: -.035em; }
h3 { margin: 1rem 0 .65rem; font-size: 1.02rem; line-height: 1.25; }
p, li, dd { font-size: 1rem; line-height: 1.72; }
.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.summary-grid article {
  min-height: 16.5rem;
  padding: 1.55rem;
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(63,61,55,.7), rgba(37,39,36,.64));
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 18px 45px rgba(0,0,0,.12);
  backdrop-filter: blur(14px);
}
.summary-grid article:nth-child(2), .summary-grid article:nth-child(4) { transform: translateY(1.5rem); }
.summary-grid p, .policy-block p, .two-column p, .changes > p { color: var(--muted); }
.icon { display: grid; place-items: center; width: 2.45rem; height: 2.45rem; color: var(--cream); border: 1px solid var(--line-strong); border-radius: 50%; font-size: 1.15rem; background: rgba(215,169,109,.08); }
.data-list { overflow: hidden; border: 1px solid var(--line); border-radius: 1.6rem; background: linear-gradient(145deg, rgba(62,60,55,.64), rgba(32,34,32,.72)); box-shadow: inset 0 1px rgba(255,255,255,.04), 0 28px 70px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.data-list > article { display: grid; grid-template-columns: minmax(14rem, .78fr) 2fr; gap: clamp(2rem, 7vw, 6.5rem); padding: 2.7rem; border-bottom: 1px solid var(--line); }
.data-list > article:last-child { border-bottom: 0; }
.tag { display: inline-block; padding: .34rem .58rem; border: 1px solid var(--line-strong); border-radius: 999px; font: 760 .62rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; color: var(--gold-light); background: rgba(215,169,109,.07); }
.tag.service { color: #efc99d; }
.tag.local { color: #d5c3b1; border-color: var(--line); }
dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 1.5rem 0 0; }
dl div { border-left: 1px solid var(--line); padding-left: 1rem; }
dt { color: var(--gold); font-size: .68rem; font-weight: 780; text-transform: uppercase; letter-spacing: .1em; }
dd { margin: .45rem 0 0; color: var(--muted); font-size: .86rem; line-height: 1.56; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; }
.two-column article { min-height: 27rem; padding: 4.5rem clamp(0rem, 5vw, 4rem) 3.5rem 0; border-bottom: 1px solid var(--line); }
.two-column article:nth-child(odd) { border-right: 1px solid var(--line); }
.two-column article:nth-child(even) { padding-left: clamp(2rem, 5vw, 4rem); padding-right: 0; }
.two-column h2 { margin: 1.3rem 0 1.6rem; max-width: 13ch; font-size: clamp(2rem, 3.2vw, 3.2rem); }
ul { padding-left: 1.2rem; color: var(--muted); }
li { margin: .85rem 0; }
li::marker { color: var(--gold); }
.text-link { color: var(--gold-light); text-underline-offset: .28em; text-decoration-thickness: 1px; }
.changes { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.changes > p { margin: 0; }
.contact {
  position: relative;
  overflow: hidden;
  margin-top: 6rem;
  padding: clamp(2.2rem, 6vw, 5rem);
  color: #2b2721;
  border: 1px solid #f6ddbb;
  border-radius: 1.7rem;
  background: linear-gradient(108deg, #efd0a4 0%, #d6a766 44%, #f1c995 100%);
  box-shadow: 0 30px 70px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.5);
}
.contact::after { content: ""; position: absolute; width: 22rem; height: 22rem; right: -6rem; top: -11rem; border: 1px solid rgba(80,59,35,.13); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,255,255,.055), 0 0 0 6rem rgba(80,59,35,.035); }
.contact > * { position: relative; z-index: 1; }
.contact .eyebrow { color: #6b4d2d; }
.contact h2 { max-width: 15ch; margin: .9rem 0 2rem; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.contact a { font-weight: 760; text-underline-offset: .22em; }
.weather-note { margin: 1.5rem 0 4rem; padding: 1.4rem 1.55rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(53,52,48,.58); color: var(--muted); backdrop-filter: blur(12px); }
.weather-note strong { color: var(--cream); }
.weather-note p { margin-bottom: 0; font-size: .88rem; }
footer { min-height: 8.5rem; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .78rem; }
.footer-links { display: flex; gap: 1.4rem; }
.footer-links a { text-underline-offset: .22em; }
.deletion-page { max-width: 980px; }
.steps { margin-top: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1.6rem; background: linear-gradient(145deg, rgba(62,60,55,.62), rgba(32,34,32,.75)); box-shadow: 0 28px 70px rgba(0,0,0,.16); }
.steps article { display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; padding: 2rem 1.2rem; border-bottom: 1px solid var(--line); }
.steps article:last-child { border-bottom: 0; }
.step-number { display: grid; place-items: center; width: 2.35rem; height: 2.35rem; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--gold-light); font: 700 .8rem/1 ui-monospace, monospace; background: rgba(215,169,109,.07); }
.steps h2 { font-family: inherit; font-weight: 680; font-size: 1.18rem; letter-spacing: -.01em; }
.steps p { max-width: 50rem; margin-bottom: 0; color: var(--muted); }
.deletion-contact { margin-bottom: 4rem; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { grid-column: 1 / -1; grid-row: 2; height: 3.5rem; gap: 1.25rem; order: 3; }
  nav a.active::after { bottom: -1.04rem; }
  .intro { grid-template-columns: 1fr minmax(15rem, .62fr); gap: 2.5rem; }
  .hero-visual { height: 30rem; }
  .summary-grid { grid-template-columns: 1fr 1fr; }
  .data-list > article { grid-template-columns: 1fr; gap: .5rem; }
  dl { grid-template-columns: 1fr; }
  .two-column { grid-template-columns: 1fr; }
  .two-column article, .two-column article:nth-child(even) { min-height: auto; padding: 3.5rem 0; border-right: 0; }
  .changes { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 640px) {
  .site-header, main, footer { width: min(100% - 2rem, var(--max)); }
  .site-header { padding-top: .75rem; border-radius: 1rem; }
  nav { gap: 1rem; overflow-x: auto; }
  .intro { min-height: 44rem; padding: 3.3rem 0 3.8rem; display: block; position: relative; overflow: hidden; }
  .intro-copy { min-height: 36rem; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem 1.1rem; }
  .hero-visual { position: absolute; inset: 1.5rem 0 1.5rem; height: auto; border-radius: 10rem 10rem 1.4rem 1.4rem; opacity: .55; }
  .hero-visual::after { background: linear-gradient(180deg, rgba(12,14,13,.12), rgba(15,17,16,.40) 40%, #151817 86%); }
  h1 { font-size: clamp(3.3rem, 16vw, 5.2rem); text-shadow: 0 3px 24px rgba(0,0,0,.45); }
  .lede { color: #cfc4b7; }
  .meta { gap: .5rem; }
  .summary, .policy-block, .changes { padding: 4.5rem 0; }
  .summary-grid { grid-template-columns: 1fr; }
  .summary-grid article { min-height: auto; }
  .summary-grid article:nth-child(2), .summary-grid article:nth-child(4) { transform: none; }
  .data-list > article { padding: 1.7rem; }
  .contact { margin-inline: -1rem; padding: 2.4rem 2rem; border-radius: 1.3rem; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 1rem; }
  .footer-links { flex-wrap: wrap; }
  .steps { margin-inline: -1rem; border-radius: 1.3rem; }
  .steps article { grid-template-columns: 2.5rem 1fr; gap: .75rem; padding-inline: .6rem; }
  .intro.compact { min-height: 27rem; padding: 3rem 0; }
  .intro.compact .intro-copy { min-height: auto; padding: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
