@layer reset, base, layout, components, responsive;
@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  body, h1, h2, h3, p, figure, blockquote { margin: 0; }
  img { max-width: 100%; display: block; }
  a { color: inherit; }
}
@layer base {
  :root { --paper: #F7F7F2; --white: #FFFFFF; --ink: #342D36; --muted: #625C63; --accent: #DEE58F; --line: #D4D2D2; --wash: #EEEDE8; --dark: #342D36; }
  html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
  body { background: var(--paper); color: var(--ink); font-family: 'For Here Sans', 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif; font-size: 1.125rem; line-height: 1.9; -webkit-font-smoothing: antialiased; }
  h1, h2, h3 { font-weight: 500; line-height: 1.5; overflow-wrap: anywhere; }
  h1 { font-size: clamp(2.5rem, 3.25vw, 3.5rem); line-height: 1.42; letter-spacing: -.045em; }
  h2 { font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.035em; }
  h3 { font-size: 1.5rem; }
  p { overflow-wrap: break-word; }
  a { text-underline-offset: .28em; }
  a:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; border-radius: 2px; }
  ::selection { color: var(--ink); background: var(--accent); }
  [id] { scroll-margin-top: 2rem; }
  em { font-style: normal; }
}
@layer layout {
  .page-width { width: min(100% - 6rem, 85rem); margin-inline: auto; }
  .section-space { padding-block: 7rem; }
  .site-header { min-height: 6.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--ink); }
  .site-header nav { display: flex; flex-wrap: wrap; gap: 2rem; }
  .site-header nav a, .header-link { font-size: 1rem; font-weight: 500; text-decoration: none; padding-block: .625rem; }
  .header-link { display: inline-flex; align-items: center; gap: 1.25rem; border-bottom: 1px solid var(--ink); }
  .hero { padding-top: 1.5rem; }
  .hero-heading { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 2rem; padding-block: .5rem 2.75rem; }
  .hero-grid { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr); gap: 3.5rem; align-items: stretch; }
  .hero-story { display: flex; flex-direction: column; align-items: start; padding-block: .5rem; }
  .hero-story h1 { margin-block: 1.1rem 1.5rem; }
  .hero-story > p:not(.eyebrow) { color: var(--muted); line-height: 1.95; }
  .hero-story .text-link { margin-top: 1.5rem; }
  .hero-signoff { text-align: right; font-size: 1rem; padding-block: 1.5rem 0; color: var(--muted); }
  .section-label { display: flex; justify-content: space-between; gap: 1.5rem; padding-bottom: 2.75rem; font-size: .875rem; line-height: 1.7; font-weight: 500; }
  .section-label > :last-child { letter-spacing: .07em; text-align: right; }
  .editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5.5rem; }
  .prose { max-width: 36rem; }
  .prose p + p { margin-top: 1.25rem; }
  .understand-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: end; }
  .understand-heading > p { justify-self: end; padding-bottom: .5rem; }
  .six-things { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 3rem; margin-top: 4rem; }
  .understand-note { display: flex; justify-content: space-between; align-items: center; gap: 2.5rem; padding-top: 3rem; margin-top: 1.5rem; border-top: 1px solid var(--ink); }
  .approach-layout { display: grid; grid-template-columns: .95fr 1.2fr; gap: 5rem; }
  .approach-intro > p { color: var(--muted); margin-top: 2rem; }
  .principles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5.5rem; margin-top: 3.5rem; align-items: start; }
  .people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5.5rem; }
  .mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5.5rem; }
  .values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; margin-top: 4rem; }
  .closing { position: relative; min-height: 48rem; isolation: isolate; display: grid; place-items: center; }
  .closing-copy { text-align: center; padding-block: 5.5rem; position: relative; color: var(--white); }
  .footer-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-block: 3rem 2rem; }
  .footer-bottom { display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); padding-block: 1.5rem 2rem; }
}
@layer components {
  .skip-link { position: absolute; left: 1rem; top: -6rem; padding: .7rem 1rem; background: var(--accent); z-index: 10; }
  .skip-link:focus { top: 1rem; }
  .wordmark { font-family: Arial, Helvetica, sans-serif; font-weight: 800; font-size: 1.75rem; line-height: 1.2; letter-spacing: -.055em; white-space: nowrap; text-decoration: none; }
  .wordmark span { padding-left: .025em; }
  .hero-wordmark { font-family: Arial, Helvetica, sans-serif; font-size: clamp(4rem, 10.6vw, 9.6rem); line-height: 1.04; letter-spacing: -.065em; font-weight: 800; overflow-wrap: anywhere; }
  .hero-wordmark span { color: #797D36; }
  .hero-purpose { font-size: 1.125rem; line-height: 1.75; margin-bottom: .2rem; flex-shrink: 0; }
  .hero-photo { min-width: 0; }
  .hero-photo img { width: 100%; height: clamp(30rem, 42vw, 37rem); object-fit: cover; object-position: 48% 50%; }
  .hero-photo figcaption { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .875rem; line-height: 1.7; padding-top: .9rem; }
  .hero-photo figcaption [lang] { letter-spacing: .06em; }
  .eyebrow { font-size: .875rem; letter-spacing: .045em; font-weight: 500; line-height: 1.7; }
  .small-rule { display: inline-block; width: 2rem; height: 1px; background: currentColor; margin-right: .5rem; vertical-align: middle; }
  .highlight { background: linear-gradient(transparent 67%, var(--accent) 67%, var(--accent) 91%, transparent 91%); padding-right: .1em; }
  .text-link { display: inline-flex; gap: 2rem; align-items: center; padding-block: .7rem; font-size: 1rem; font-weight: 500; text-decoration: none; border-bottom: 1px solid currentColor; }
  .text-link span, .header-link span { transition: transform .2s ease; }
  .text-link:hover span, .header-link:hover span { transform: translateY(2px); }
  .site-header nav a:hover { text-decoration: underline; }
  .belief .section-label, .approach .section-label, .people .section-label { border-top: 1px solid var(--ink); padding-top: 1.25rem; }
  .belief-quote { margin-top: 4rem; padding: 2rem 0 2rem 2rem; border-left: .4rem solid var(--accent); font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.9; font-weight: 500; }
  .understand { background: var(--accent); }
  .understand-heading h2 em { border-bottom: 1px solid currentColor; padding-bottom: .07em; }
  .six-things article { padding-block: 1.75rem 2.5rem; border-top: 1px solid #A0A756; }
  .item-index { display: flex; justify-content: space-between; gap: .5rem; font-size: .875rem; line-height: 1.7; margin-bottom: 1.5rem; }
  .item-index span { letter-spacing: .065em; }
  .six-things h3 { font-size: clamp(1.4rem, 1.7vw, 1.65rem); }
  .item-name { margin-top: .3rem; margin-bottom: .75rem; font-size: 1rem; font-weight: 500; }
  .six-things article > p:last-child { font-size: 1.125rem; line-height: 1.9; }
  .understand-note > p:last-child { font-family: Arial, Helvetica, sans-serif; font-size: 1.4rem; line-height: 1.5; font-weight: 500; flex-shrink: 0; }
  .steps { list-style: none; margin: 0; padding: 0; }
  .steps li { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); gap: 1.5rem; border-top: 1px solid var(--line); padding-block: 1.75rem 2rem; }
  .steps li:first-child { border-color: var(--ink); }
  .step-number { font-size: .875rem; line-height: 2.8; color: var(--muted); }
  .steps h3 { margin-bottom: 1rem; }
  .steps p { color: var(--muted); }
  .steps .step-note { font-size: 1rem; margin-top: 1rem; color: var(--ink); }
  .principles { background: var(--dark); color: var(--paper); }
  .principles .section-label { color: #D8D2D9; }
  .principle-kicker { margin-bottom: 1rem; }
  .principle-heading h2 { font-size: clamp(2rem, 3.8vw, 3.5rem); }
  .principle-statement { font-family: Arial, Helvetica, sans-serif; font-size: clamp(2.5rem, 4.5vw, 4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.12; color: var(--accent); }
  .boundaries { padding-top: .1rem; }
  .boundaries ul { list-style: none; padding: 0; margin: 1.2rem 0 1.75rem; }
  .boundaries li { border-top: 1px solid #665D69; padding-block: .8rem; color: #F1EBF2; }
  .boundaries li:last-child { border-bottom: 1px solid #665D69; }
  .principle-bottom { font-size: 1rem; color: var(--accent); }
  .people h2 { font-family: Arial, Helvetica, sans-serif; font-weight: 500; font-size: clamp(3rem, 6.2vw, 5.5rem); letter-spacing: -.055em; line-height: 1.07; }
  .accent-dot { color: #797D36; }
  .people-lead { font-size: 1.5rem; line-height: 1.65; font-weight: 500; }
  .people-invitation { padding-top: 1.25rem; border-top: 1px solid var(--line); }
  .people .text-link { margin-top: 1rem; }
  .mission { background: var(--wash); }
  .mission-grid h2 { margin-top: 1.5rem; }
  .mission-note { padding-top: 1.5rem; border-top: 1px solid var(--line); font-weight: 500; }
  .values > div { border-top: 1px solid #918994; padding-top: 1.4rem; }
  .values p { font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.6; min-height: 3.2em; }
  .values h3 { font-size: 1.125rem; margin-top: .5rem; }
  .closing-photo { position: absolute; inset: 0; z-index: -2; }
  .closing-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .closing::before { content: ''; position: absolute; inset: 0; z-index: -1; background: rgba(24, 21, 29, .75); }
  .closing-copy > .eyebrow { margin-bottom: 2rem; font-family: Arial, Helvetica, sans-serif; font-weight: 700; font-size: 1.5rem; letter-spacing: -.02em; }
  .closing-copy > p:not(.eyebrow) { line-height: 2; }
  .closing h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); margin-top: 1.8rem; color: var(--accent); }
  .closing-purpose { margin-top: 2.5rem; }
  .closing-english { font-size: 1rem; margin-top: .5rem; color: #E7E2E8; }
  .footer-top > p { font-family: Arial, Helvetica, sans-serif; font-size: 1rem; }
  .back-top { font-size: 1rem; white-space: nowrap; text-decoration: none; padding-block: .6rem; }
  .back-top span { margin-left: .75rem; }
  .footer-bottom { font-size: .875rem; color: var(--muted); line-height: 1.8; }
  .footer-bottom > :first-child, .footer-bottom > :last-child { flex-shrink: 0; }
}
@layer responsive {
  @media (min-width: 100rem) { body { font-size: 1.25rem; } }
  @media (max-width: 70rem) {
    .page-width { width: calc(100% - 4rem); }
    .hero-grid { gap: 2rem; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
    .hero-heading { gap: 1rem; }
    .hero-purpose { font-size: 1rem; }
    .editorial-grid, .principles-grid, .people-grid, .mission-grid { gap: 3rem; }
    .approach-layout { gap: 3rem; }
    .six-things { column-gap: 2rem; }
    .values { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 3rem; }
    .values p { min-height: 0; }
  }
  @media (max-width: 52rem) {
    .page-width { width: calc(100% - 3rem); }
    .site-header { flex-wrap: wrap; gap: .5rem 1.5rem; padding-block: 1.5rem 1rem; min-height: auto; }
    .site-header nav { order: 3; flex-basis: 100%; gap: 1.75rem; }
    .site-header nav a { font-size: 1rem; }
    .header-link { font-size: 1rem; }
    .hero-heading { display: block; padding-block: 1rem 1.5rem; }
    .hero-wordmark { font-size: clamp(3.6rem, 13vw, 7rem); }
    .hero-purpose { font-size: 1.125rem; margin-top: 1.25rem; }
    .hero-purpose br { display: none; }
    .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
    .hero-photo img { min-height: 0; height: auto; aspect-ratio: 1.5; }
    .hero-story { display: block; padding-top: .25rem; }
    .hero-story h1 { font-size: clamp(2.5rem, 6.6vw, 3.5rem); margin-top: 1rem; }
    .hero-story h1 br:nth-of-type(2) { display: none; }
    .hero-signoff { text-align: left; padding-top: 2rem; }
    .section-space { padding-block: 4.5rem; }
    .section-label { padding-bottom: 2rem; }
    .section-label > :last-child { max-width: 45%; }
    .editorial-grid, .understand-heading, .approach-layout, .principles-grid, .people-grid, .mission-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
    .editorial-grid h2 br:nth-of-type(2) { display: none; }
    .prose { max-width: none; }
    .belief-quote { margin-top: 2.5rem; padding: 1rem 0 1rem 1.25rem; }
    .desktop-break { display: none; }
    .understand-heading > p { justify-self: start; }
    .six-things { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2.5rem; column-gap: 2rem; }
    .six-things article > p:last-child br { display: none; }
    .understand-note { flex-direction: column; align-items: start; padding-top: 2rem; }
    .understand-note > p:last-child { font-size: 1.5rem; }
    .approach-intro > p { margin-top: 1rem; }
    .approach-intro > p br { display: none; }
    .principles-grid { margin-top: 2.5rem; gap: 3rem; }
    .principle-statement { font-size: 3rem; }
    .closing { min-height: 45rem; }
    .closing-copy { padding-block: 4.5rem; }
    .footer-top { flex-wrap: wrap; gap: 1.5rem; padding-top: 2rem; }
    .footer-top > p { order: 3; flex-basis: 100%; }
    .footer-bottom { flex-wrap: wrap; gap: 1rem; }
    .footer-bottom > :nth-child(2) { order: 3; flex-basis: 100%; }
    .footer-bottom > :last-child { margin-left: auto; }
  }
  @media (max-width: 30rem) {
    .page-width { width: calc(100% - 2.5rem); }
    .wordmark { font-size: 1.45rem; }
    .site-header nav { gap: 1.4rem; }
    .header-link { gap: .6rem; }
    .hero-photo figcaption { flex-direction: column; gap: .15rem; }
    .hero-photo figcaption [lang] { display: none; }
    .section-label { gap: 1rem; }
    .section-label > :last-child { font-size: .875rem; }
    .six-things { column-gap: 1.25rem; }
    .item-index { flex-direction: column; gap: .25rem; margin-bottom: 1rem; }
    .six-things h3 { font-size: 1.3rem; }
    .six-things article > p:last-child { font-size: 1.125rem; }
    .steps li { grid-template-columns: 1.75rem minmax(0, 1fr); gap: .75rem; }
    .values { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; }
    .closing h2 { font-size: 1.85rem; }
    .closing-copy > p:not(.eyebrow) { font-size: 1.125rem; }
    .closing-copy > .closing-english { font-size: 1rem; }
  }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
  @media print { .site-header nav, .header-link, .back-top, .skip-link { display: none; } .page-width { width: 100%; } .section-space { padding-block: 2rem; } .closing { min-height: auto; } .closing-copy { color: var(--ink); } .closing-photo, .closing::before { display: none; } .closing h2, .closing-english { color: var(--ink); } }
}
