/* ! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
.youtube-voices {
    background: #201a16;
    color: #f8f1e5;
}

.youtube-head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 10vw;
    align-items: end;
    margin-bottom: 60px;
}

.youtube-head h2 {
    font-size: clamp(52px,6vw,92px);
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}

.youtube-head>p {
    font-size: 20px;
    line-height: 1.9;
    color: #c8baaa;
    margin: 0;
}

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

.youtube-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 260px;
    background: #2e261f;
    border: 1px solid rgba(214,168,65,.22);
    color: #f8f1e5;
    overflow: hidden;
    transition: transform .25s,border-color .25s;
}

.youtube-card:hover {
    transform: translateY(-4px);
    border-color: #d6a841;
}

.youtube-thumb {
    position: relative;
    min-height: 260px;
    overflow: hidden;
}

.youtube-thumb:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(23,17,13,.18);
}

.youtube-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.72) sepia(.12);
    transition: transform .5s;
}

.youtube-card:hover .youtube-thumb img {
    transform: scale(1.04);
}

.youtube-play {
    position: absolute;
    z-index: 2;
    left: 22px;
    bottom: 22px;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #c99739;
    color: #211812;
    font-size: 17px;
}

.youtube-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
}

.youtube-info small {
    color: #d7ad5c;
    letter-spacing: .12em;
}

.youtube-info h3 {
    font-size: 25px;
    line-height: 1.45;
    font-weight: 500;
    margin: 14px 0 24px;
}

.youtube-info>span {
    font-size: 14px;
    color: #c8baaa;
}

@media (max-width:900px){
    .youtube-head {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .youtube-head h2 {
        font-size: 52px;
    }

    .youtube-head>p {
        font-size: 18px;
    }

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

    .youtube-card {
        grid-template-columns: 1fr;
    }

    .youtube-thumb {
        min-height: 230px;
    }

    .youtube-info {
        min-height: 210px;
    }

    .youtube-info h3 {
        font-size: 26px;
    }
}

@layer theme{
    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
    }
}

@layer base{
    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings,normal);
        font-variation-settings: var(--default-font-variation-settings,normal);
        -webkit-tap-highlight-color: transparent;
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }

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

    b,
    strong {
        font-weight: bolder;
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings,normal);
        font-variation-settings: var(--default-mono-font-variation-settings,normal);
        font-size: 1em;
    }

    small {
        font-size: 80%;
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }

    sub {
        bottom: -.25em;
    }

    sup {
        top: -.5em;
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }

    :-moz-focusring {
        outline: auto;
    }

    progress {
        vertical-align: baseline;
    }

    summary {
        display: list-item;
    }

    ol,
    ul,
    menu {
        list-style: none;
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block;
    }

    img,
    video {
        max-width: 100%;
        height: auto;
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    :where(select:is([multiple],[size])) optgroup {
        font-weight: bolder;
    }

    :where(select:is([multiple],[size])) optgroup option {
        padding-inline-start: 20px;
    }

    ::file-selector-button {
        margin-inline-end: 4px;
    }

    ::placeholder {
        opacity: 1;
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){
        ::placeholder {
            color: currentColor;
        }

        @supports (color:color-mix(in lab, red, red)){
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }

    textarea {
        resize: vertical;
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }

    ::-webkit-datetime-edit {
        display: inline-flex;
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }

    ::-webkit-datetime-edit {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }

    :-moz-ui-invalid {
        box-shadow: none;
    }

    button,
    input:where([type=button],[type=reset],[type=submit]) {
        appearance: button;
    }

    ::file-selector-button {
        appearance: button;
    }

    ::-webkit-inner-spin-button {
        height: auto;
    }

    ::-webkit-outer-spin-button {
        height: auto;
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none!important;
    }
}

@layer components;

@layer utilities{
    .relative {
        position: relative;
    }

    .start {
        inset-inline-start: var(--spacing);
    }

    .table {
        display: table;
    }
}

:root {
    --paper: #f3f0e9;
    --ink: #171713;
    --muted: #6e6a61;
    --line: #1717132e;
    --brand: #9b3f25;
    --night: #171713;
    --header: #f3f0e9eb;
}

:root[data-theme=dark] {
    --paper: #171713;
    --ink: #f3f0e9;
    --muted: #aaa49a;
    --line: #f3f0e933;
    --brand: #d36c4b;
    --night: #0c0c0a;
    --header: #171713e6;
}

* {
    box-sizing: content-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--paper);
    color: var(--ink);
    margin: 0;
    font-family: Noto Serif TC,Songti TC,YuMincho,Times New Roman,serif;
}

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

button {
    font: inherit;
    color: inherit;
}

::selection {
    background: var(--brand);
    color: #fff;
}

.site-header {
    z-index: 20;
    background: var(--header);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 88px;
    padding: 0 4vw;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
}

.brand {
    align-items: center;
    gap: 12px;
    display: flex;
}

.brand-mark {
    border: 1px solid var(--brand);
    width: 44px;
    height: 44px;
    color: var(--brand);
    letter-spacing: .12em;
    place-items: center;
    font-size: 12px;
    display: grid;
}

.brand b,
.footer-brand b {
    letter-spacing: .18em;
    font-size: 15px;
    display: block;
}

.brand small,
.footer-brand small {
    letter-spacing: .16em;
    color: var(--muted);
    margin-top: 4px;
    font-family: Arial,sans-serif;
    font-size: 8px;
    display: block;
}

.nav {
    gap: 2.2vw;
    font-family: Arial,Noto Sans TC,sans-serif;
    font-size: 12px;
    display: flex;
}

.nav a {
    position: relative;
}

.nav a:after {
    content: "";
    background: var(--brand);
    width: 0;
    height: 1px;
    transition: all .3s;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.nav a:hover:after {
    width: 100%;
}

.header-tools {
    align-items: center;
    gap: 14px;
    display: flex;
}

.text-button,
.menu-button {
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.menu-button {
    width: 32px;
    display: none;
}

.menu-button span {
    background: currentColor;
    height: 1px;
    margin: 7px 0;
    display: block;
}

.hero {
    color: #fff;
    height: 100svh;
    min-height: 720px;
    position: relative;
    overflow: hidden;
}

.hero-image {
    background: url(./hero-temple.png) 50%/cover no-repeat;
    animation: 14s ease-out both heroZoom;
    position: absolute;
    inset: 0;
    transform: scale(1.02);
}

.hero-shade {
    background: linear-gradient(90deg,#0d0e0ab3,#0d0e0a2e 65%,#0d0e0a0d),linear-gradient(#0000 58%,#0d0e0a80);
    position: absolute;
    inset: 0;
}

@keyframes heroZoom{
    to {
        transform: scale(1.08);
    }
}

.hero-content {
    max-width: 760px;
    position: absolute;
    top: 50%;
    left: 8vw;
    transform: translateY(-42%);
}

.eyebrow,
.section-kicker {
    letter-spacing: .22em;
    font-family: Arial,Noto Sans TC,sans-serif;
    font-size: 11px;
}

.hero h1 {
    letter-spacing: .03em;
    margin: 28px 0;
    font-size: clamp(58px,8vw,126px);
    font-weight: 500;
    line-height: 1.03;
}

.hero-intro {
    color: #ffffffd1;
    font-size: clamp(16px,1.4vw,21px);
    line-height: 2;
}

.light-link,
.ink-link {
    letter-spacing: .08em;
    border-bottom: 1px solid;
    align-items: center;
    gap: 34px;
    margin-top: 24px;
    padding-bottom: 8px;
    font-family: Arial,Noto Sans TC,sans-serif;
    font-size: 13px;
    display: inline-flex;
}

.light-link span,
.ink-link span {
    transition: all .25s;
}

.light-link:hover span,
.ink-link:hover span {
    transform: translate(4px,-4px);
}

.visit-ribbon {
    background: var(--brand);
    justify-content: space-between;
    align-items: center;
    width: min(560px,48vw);
    height: 112px;
    padding: 0 3vw;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.visit-ribbon small {
    opacity: .75;
    font-size: 12px;
    display: block;
}

.visit-ribbon strong {
    letter-spacing: .08em;
    font-family: Arial,sans-serif;
    font-size: 20px;
}

.section-pad {
    padding: 150px 8vw;
}

.section-kicker {
    color: var(--brand);
    margin: 0 0 46px;
}

.manifesto-grid {
    grid-template-columns: 1.15fr .85fr;
    gap: 10vw;
    display: grid;
}

.manifesto h2 {
    letter-spacing: .08em;
    margin: 0;
    font-size: clamp(48px,6vw,96px);
    font-weight: 400;
    line-height: 1.32;
}

.manifesto-copy {
    padding-top: 20px;
}

.manifesto-copy p:first-child {
    margin: 0 0 48px;
    font-size: clamp(22px,2.2vw,34px);
    line-height: 1.7;
}

.manifesto-copy p:nth-child(2) {
    color: var(--muted);
    font-size: 16px;
    line-height: 2;
}

.portrait-feature {
    background: var(--night);
    color: #f3f0e9;
    grid-template-columns: 1.25fr .75fr;
    min-height: 760px;
    display: grid;
}

.portrait-image {
    filter: grayscale();
    opacity: .82;
    background: url(./master.png) 50%/cover no-repeat;
    min-height: 760px;
}

.portrait-caption {
    flex-direction: column;
    justify-content: center;
    padding: 9vw 7vw;
    display: flex;
}

.portrait-caption>span {
    color: #cbbba7;
    letter-spacing: .15em;
    font-family: Arial,sans-serif;
}

.portrait-caption h2 {
    margin: 36px 0;
    font-size: clamp(48px,5.5vw,84px);
    font-weight: 400;
    line-height: 1.25;
}

.portrait-caption p {
    color: #c8c3b8;
    font-size: 17px;
    line-height: 2;
}

.section-head {
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 10vw;
    margin-bottom: 70px;
    display: grid;
}

.section-head h2 {
    margin: 0;
    font-size: clamp(54px,7vw,110px);
    font-weight: 400;
}

.section-head>p {
    color: var(--muted);
    font-size: 17px;
    line-height: 2;
}

.zone-no {
    color: var(--muted);
    font-family: Arial,sans-serif;
    font-size: 11px;
}

.zone-name b {
    font-size: 28px;
    font-weight: 500;
    display: block;
}

.zone-copy {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}

.voices {
    color: #191915;
    background: #d9d2c4;
    grid-template-columns: 1.1fr .9fr;
    min-height: 700px;
    display: grid;
}

.voices-photo {
    filter: sepia(.15)grayscale(.2);
    background: url(./history.png) 50%/cover no-repeat;
}

.voices-copy {
    padding: 10vw 8vw;
}

.voices-copy blockquote {
    margin: 0 0 48px;
    font-size: clamp(34px,4vw,62px);
    line-height: 1.55;
}

.voices-copy>p:not(.section-kicker) {
    color: #5f5a51;
    line-height: 2;
}

.visit-head h2 {
    font-size: clamp(46px,5.5vw,84px);
}

.visit-grid {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    grid-template-columns: repeat(3,1fr);
    display: grid;
}

.visit-grid article {
    border-right: 1px solid var(--line);
    min-height: 330px;
    padding: 36px;
}

.visit-grid article:last-child {
    border: 0;
}

.visit-grid span {
    color: var(--brand);
    font-family: Arial,sans-serif;
    font-size: 11px;
}

.visit-grid h3 {
    margin: 42px 0 26px;
    font-size: 22px;
    font-weight: 500;
}

.visit-grid p {
    color: var(--muted);
    margin-top: 22px;
    line-height: 1.9;
}

.visit-info-link {
    border-bottom: 1px solid currentColor;
    color: var(--brand);
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
}

.visit-info-link:hover,
.visit-info-link:focus-visible {
    color: var(--ink);
}

.visit-actions {
    justify-content: flex-end;
    gap: 22px;
    margin-top: 35px;
    display: flex;
}

.visit-actions a {
    border: 1px solid var(--ink);
    padding: 18px 24px;
    font-family: Arial,Noto Sans TC,sans-serif;
    font-size: 13px;
}

.visit-actions a:first-child {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

footer {
    background: var(--night);
    color: #eee9df;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 50px;
    padding: 70px 8vw 38px;
    font-family: Arial,Noto Sans TC,sans-serif;
    display: grid;
}

.footer-brand {
    align-items: center;
    gap: 14px;
    display: flex;
}

footer small {
    color: #9d998f;
}

footer p {
    font-size: 13px;
}

.site-copyright {
    color: #c9c0b2;
    grid-column: 1 / -1;
    line-height: 1.8;
    margin: 0;
    text-align: center;
    width: 100%;
}

.site-copyright span {
    display: block;
}

.copyright {
    color: #77736b;
    border-top: 1px solid #ffffff26;
    grid-column: 1/-1;
    margin-top: 30px;
    padding-top: 28px;
    font-size: 10px;
}

@media (width<=900px){
    .site-header {
        height: 72px;
        padding: 0 20px;
    }

    .brand small {
        display: none;
    }

    .nav {
        background: var(--paper);
        width: 100%;
        color: var(--ink);
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        padding: 28px;
        font-size: 15px;
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
    }

    .nav.open {
        display: flex;
    }

    .menu-button {
        display: block;
    }

    .hero {
        min-height: 680px;
    }

    .hero-content {
        top: 45%;
        left: 24px;
        right: 24px;
    }

    .hero h1 {
        font-size: 56px;
    }

    .visit-ribbon {
        width: 100%;
        height: 96px;
        padding: 0 24px;
    }

    .section-pad {
        padding: 96px 24px;
    }

    .manifesto-grid,
    .section-head {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .manifesto h2 {
        font-size: 50px;
    }

    .portrait-feature,
    .voices {
        grid-template-columns: 1fr;
    }

    .portrait-image {
        min-height: 65svh;
    }

    .portrait-caption {
        padding: 80px 24px;
    }

    .zone-row {
        grid-template-columns: 40px 1fr 24px;
        gap: 14px;
    }

    .zone-copy {
        display: none;
    }

    .zone-name b {
        font-size: 23px;
    }

    .voices-photo {
        min-height: 54svh;
    }

    .voices-copy {
        padding: 80px 24px;
    }

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

    .visit-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        min-height: auto;
        padding: 30px 0;
    }

    .visit-actions {
        flex-direction: column;
    }

    .visit-actions a {
        text-align: center;
    }

    footer {
        grid-template-columns: 1fr;
        padding: 60px 24px 30px;
    }

    .copyright {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion:reduce){
    html {
        scroll-behavior: auto;
    }

    .hero-image {
        animation: none;
    }

    .zone-row,
    .light-link span,
    .ink-link span {
        transition: none;
    }
}

body {
    font-family: FZHei-B01S,FZHei-B01,方正黑體,STHeiti,PingFang TC,Noto Sans TC,sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.brand b,
.footer-brand b {
    letter-spacing: .12em;
    font-size: 17px;
}

.brand small,
.footer-brand small {
    font-family: inherit;
    font-size: 7px;
}

.nav {
    font-family: inherit;
    font-size: 14px;
}

.text-button,
.eyebrow,
.section-kicker {
    font-family: inherit;
    font-size: 13px;
}

.hero-content {
    max-width: 900px;
}

.hero h1 {
    letter-spacing: .02em;
    font-size: clamp(68px,8.5vw,136px);
    font-weight: 500;
}

.hero-intro {
    font-size: clamp(20px,1.65vw,26px);
    line-height: 1.8;
}

.light-link,
.ink-link {
    font-family: inherit;
    font-size: 16px;
}

.visit-ribbon small {
    font-size: 14px;
}

.visit-ribbon strong {
    font-family: inherit;
    font-size: 24px;
}

.visit-ribbon a {
    font-family: inherit;
    font-size: 16px;
}

.manifesto h2 {
    letter-spacing: .05em;
    font-size: clamp(56px,6.5vw,104px);
    font-weight: 500;
}

.manifesto-copy p:first-child {
    font-size: clamp(26px,2.5vw,38px);
}

.manifesto-copy p:nth-child(2) {
    font-size: 20px;
}

.portrait-caption h2 {
    font-weight: 500;
}

.portrait-caption p {
    font-size: 20px;
}

.section-head h2 {
    font-size: clamp(62px,7.5vw,118px);
    font-weight: 500;
}

.section-head>p {
    font-size: 21px;
}

.zone-list {
    border-top: 1px solid var(--line);
}

.zone-row {
    border-bottom: 1px solid var(--line);
    grid-template-columns: .72fr 1.28fr;
    align-items: start;
    gap: 7vw;
    padding: 72px 0;
    transition: none;
    display: grid;
}

.zone-row:hover {
    color: inherit;
    padding-left: 0;
}

.zone-title {
    grid-template-columns: 56px 1fr;
    align-self: start;
    gap: 22px;
    display: grid;
    position: sticky;
    top: 120px;
}

.zone-no {
    color: var(--brand);
    padding-top: 12px;
    font-family: inherit;
    font-size: 15px;
}

.zone-name h3 {
    margin: 0 0 12px;
    font-size: clamp(38px,4vw,62px);
    font-weight: 500;
    line-height: 1.1;
}

.zone-name small {
    letter-spacing: .12em;
    color: var(--muted);
    font-family: inherit;
    font-size: 12px;
}

.zone-detail h4 {
    margin: 0 0 28px;
    font-size: clamp(26px,2.4vw,38px);
    font-weight: 500;
    line-height: 1.55;
}

.zone-detail p {
    color: var(--muted);
    margin: 0;
    font-size: 19px;
    line-height: 2;
}

.zone-detail ul {
    flex-wrap: wrap;
    gap: 10px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.zone-detail li {
    letter-spacing: .04em;
    border: 1px solid var(--line);
    padding: 10px 14px;
    font-size: 14px;
}

.zone-photo {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    filter: saturate(.78)sepia(.08);
    width: 100%;
    margin: 0 0 34px;
    display: block;
}

.voices-copy blockquote {
    font-weight: 500;
}

.voices-copy>p:not(.section-kicker) {
    font-size: 19px;
}

.visit-grid h3 {
    font-size: 25px;
}

.visit-grid strong {
    font-family: inherit;
    font-size: 28px;
}

.visit-grid p {
    font-size: 18px;
}

.visit-actions a {
    font-family: inherit;
    font-size: 16px;
}

@media (width<=900px){
    body,
    .nav {
        font-size: 17px;
    }

    .hero {
        min-height: 720px;
    }

    .hero h1 {
        font-size: 62px;
    }

    .hero-intro {
        font-size: 19px;
    }

    .visit-ribbon {
        height: 104px;
    }

    .section-pad {
        padding-top: 104px;
        padding-bottom: 104px;
    }

    .manifesto h2 {
        font-size: 54px;
    }

    .manifesto-copy p:nth-child(2) {
        font-size: 18px;
    }

    .zone-row {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 58px 0;
    }

    .zone-title {
        grid-template-columns: 44px 1fr;
        gap: 12px;
        position: static;
    }

    .zone-name h3 {
        font-size: 40px;
    }

    .zone-detail h4 {
        font-size: 26px;
    }

    .zone-detail p {
        font-size: 18px;
        line-height: 1.9;
        display: block;
    }

    .zone-detail ul {
        display: grid;
    }

    .zone-detail li {
        font-size: 14px;
    }

    .portrait-caption p,
    .voices-copy>p:not(.section-kicker) {
        font-size: 18px;
    }
}

:root {
    --paper: #faf7f2;
    --ink: #3a3028;
    --muted: #71675d;
    --line: #4a3a2c2e;
    --brand: #b17a2e;
    --brand-deep: #8f4f2a;
    --night: #1a1714;
    --header: #1a1714e0;
}

:root[data-theme=dark] {
    --paper: #211d19;
    --ink: #f8f1e5;
    --muted: #b9ad9e;
    --line: #f8f1e529;
    --brand: #d4a646;
    --brand-deep: #b86b3d;
    --night: #14110f;
    --header: #14110feb;
}

.site-header {
    background: var(--header);
    color: #f8f1e5;
    border-bottom: 1px solid #daae4b40;
    height: 94px;
}

.site-header:before {
    content: "";
    background: #c89a3a;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.brand-mark {
    color: #e2b95e;
    border-color: #c89a3a;
}

.brand small {
    color: #ffffff9e;
}

.nav a:after {
    background: #d6a841;
}

.text-button {
    color: #f6ead8;
}

.hero-shade {
    background: linear-gradient(90deg,#0f0c0ae0,#0f0c0a61 58%,#0f0c0a29),linear-gradient(#0000 52%,#0f0c0ab3);
}

.hero-content {
    max-width: 1050px;
    top: 53%;
}

.hero h1 {
    max-width: 1000px;
    font-size: clamp(66px,7.3vw,118px);
    line-height: .98;
}

.hero h1 span {
    color: #e0b65b;
}

.hero-intro {
    max-width: 760px;
}

.hero-actions {
    gap: 16px;
    margin-top: 34px;
    display: flex;
}

.hero-actions a {
    letter-spacing: .04em;
    border: 1px solid #ffffff80;
    align-items: center;
    gap: 22px;
    padding: 15px 24px;
    font-size: 16px;
    display: inline-flex;
}

.hero-primary {
    color: #201812;
    background: #c99a37;
    border-color: #c99a37!important;
}

.hero-secondary {
    color: #fff;
    background: #16110d47;
}

.visit-ribbon {
    background: #8f4f2a;
}

.visit-ribbon a {
    color: #fff;
}

.manifesto {
    background: #fff;
}

.manifesto .section-kicker,
.zones .section-kicker,
.visit .section-kicker {
    color: #9d642d;
}

.portrait-feature {
    background: #2e2a24;
}

.zones {
    background: #faf7f2;
}

.zone-row {
    padding-left: 34px;
    padding-right: 34px;
}

.zone-row:nth-child(2n) {
    background: #fff;
}

.zone-detail li {
    color: #6a4b31;
    background: #f0e7d9;
    border-color: #d8c6ac;
}

.voices {
    background: #d7c3a6;
}

.voices-copy blockquote {
    color: #3b2a1d;
}

.visit {
    background: #f2e8d9;
}

.visit-grid {
    background: #faf7f2;
}

.visit-actions a:first-child {
    background: #9a5a32;
    border-color: #9a5a32;
}

footer {
    background: #1a1714;
}

.footer-brand .brand-mark {
    color: #d5a94e;
    border-color: #d5a94e;
}

@media (width<=900px){
    .site-header {
        height: 76px;
    }

    .nav {
        color: #f8f1e5;
        background: #211c18;
        top: 76px;
    }

    .hero-content {
        top: 47%;
    }

    .hero h1 {
        font-size: 56px;
        line-height: 1.05;
    }

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

    .hero-actions a {
        justify-content: space-between;
        min-width: 180px;
    }

    .zone-row {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .visit-ribbon {
        height: 100px;
    }
}

.story-blog {
    background: #f7f0e5;
}

.story-header {
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 10vw;
    margin-bottom: 72px;
    display: grid;
}

.story-header h2 {
    margin: 0;
    font-size: clamp(58px,7vw,108px);
    font-weight: 500;
    line-height: 1.08;
}

.story-header>div:last-child>p {
    color: var(--muted);
    margin: 0;
    font-size: 21px;
    line-height: 1.9;
}

.story-grid {
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: 150px;
    gap: 18px;
    display: grid;
}

.story-card {
    color: #fff;
    background: #3d2a1f;
    min-height: 330px;
    position: relative;
    overflow: hidden;
}

.story-card:first-child {
    grid-area: span 4/span 7;
}

.story-card:nth-child(2),
.story-card:nth-child(3) {
    grid-area: span 2/span 5;
}

.story-card:nth-child(4) {
    grid-area: span 3/span 5;
}

.story-card:nth-child(5) {
    grid-area: span 3/span 4;
}

.story-card:nth-child(6) {
    grid-area: span 3/span 3;
}

.story-card-shade {
    z-index: 1;
    background: linear-gradient(#120d0a14 25%,#120d0ae6);
    position: absolute;
    inset: 0;
}

.story-card-content {
    z-index: 2;
    padding: 34px;
    position: absolute;
    inset: auto 0 0;
}

.story-meta {
    letter-spacing: .12em;
    color: #e5c17a;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 12px;
    display: flex;
}

.story-card h3 {
    margin: 0 0 16px;
    font-size: clamp(28px,2.7vw,46px);
    font-weight: 500;
    line-height: 1.25;
}

.story-card p {
    color: #ffffffc7;
    max-width: 680px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
}

.story-card a {
    border-bottom: 1px solid #ffffff8c;
    align-items: center;
    gap: 22px;
    padding-bottom: 6px;
    font-size: 14px;
    display: inline-flex;
}

.story-master {
    background: url(./master.png) 50%/cover no-repeat;
}

.story-history {
    background: url(./history.png) 50%/cover no-repeat;
}

.story-temple {
    background: url(./hero-temple.png) 50%/cover no-repeat;
}

.story-brown {
    background: #8f4f2a;
}

.story-gold {
    background: #b17a2e;
}

.story-plain {
    background: #2e2a24;
}

.story-songs,
.story-pickles,
.story-wisdom,
.story-wedding,
.story-energy,
.story-watch,
.story-one-stroke,
.story-succession,
.story-joy,
.story-farewell,
.story-red-gate,
.story-nebula-poem,
.story-pen-names,
.story-vinyl {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.story-songs {
    background-image: url("./pic/songs.jpg");
}

.story-pickles {
    background-image: url("./pic/pickles.jpg");
}

.story-wisdom {
    background-image: url("./pic/wisdom.jpg");
}

.story-wedding {
    background-image: url("./pic/wedding.jpg");
}

.story-energy {
    background-image: url("./pic/energy.jpg");
}

.story-watch {
    background-image: url("./pic/watch.jpg");
}

.story-one-stroke {
    background-image: url("./pic/one-stroke.png");
}

.story-succession {
    background-image: url("./pic/succession.jpg");
}

.story-joy {
    background-image: url("./pic/joy.jpg");
}

.story-farewell {
    background-image: url("./pic/farewell.jpg");
}

.story-red-gate {
    background-image: url("./pic/red-gate.jpg");
}

.story-nebula-poem {
    background-image: url("./pic/nebula-poem.jpg");
}

.story-pen-names {
    background-image: url("./pic/pen-names.jpg");
}

.story-vinyl {
    background-image: url("./pic/vinyl.jpg");
}

.story-brown .story-card-shade,
.story-gold .story-card-shade,
.story-plain .story-card-shade {
    background: linear-gradient(135deg,#ffffff14,#00000038);
}

@media (width<=900px){
    .story-header {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .story-header h2 {
        font-size: 56px;
    }

    .story-header>div:last-child>p {
        font-size: 18px;
    }

    .story-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .story-card,
    .story-card:nth-child(n) {
        grid-area: auto;
        min-height: 440px;
    }

    .story-card:nth-child(2),
    .story-card:nth-child(5),
    .story-card:nth-child(6) {
        min-height: 360px;
    }

    .story-card-content {
        padding: 26px;
    }

    .story-card h3 {
        font-size: 34px;
    }

    .story-card p {
        font-size: 17px;
    }
}

/* Refined museum typography: quieter scale, generous leading, solemn hierarchy */
body {
    font-size: 16px;
    line-height: 1.75;
}

.brand b,
.footer-brand b {
    font-size: 15px;
}

.nav {
    font-size: 13px;
    gap: 1.8vw;
}

.text-button,
.eyebrow,
.section-kicker {
    font-size: 20px;
}

.hero-content {
    max-width: 880px;
}

.hero h1 {
    font-size: clamp(32px, 3.9vw, 58px);
    line-height: 1.06;
}

.hero-intro {
    max-width: 720px;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.9;
}

.hero-actions a {
    padding: 13px 21px;
    font-size: 18px;
}

.manifesto h2 {
    font-size: clamp(32px, 3.9vw, 58px);
    line-height: 1.38;
}

.manifesto-copy p:first-child {
    font-size: clamp(18px, 1.7vw, 26px);
    line-height: 1.82;
}

.manifesto-copy p:nth-child(2) {
    font-size: 16;
    line-height: 2.05;
}

.section-head h2 {
    font-size: clamp(50px, 6vw, 92px);
}

.section-head > p {
    font-size: 17px;
    line-height: 1.95;
}

.zone-name h3 {
    font-size: clamp(32px, 3.3vw, 52px);
    line-height: 1.2;
}

.zone-name small {
    font-size: 18px;
    line-height: 1.55;
}

.zone-detail h4 {
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.65;
}

.zone-detail p {
    font-size: 16.5px;
    line-height: 1.95;
}

.story-header h2 {
    font-size: clamp(32px, 5.8vw, 60px);
}

.story-header > div:last-child > p {
    font-size: 17px;
}

.story-card h3 {
    font-size: clamp(24px, 2.25vw, 38px);
    line-height: 1.35;
}

.story-card p {
    font-size: 15px;
    line-height: 1.85;
}

.visit-head h2 {
    font-size: clamp(42px, 4.8vw, 70px);
}

.visit-grid h3 {
    font-size: 21px;
}

.visit-grid strong {
    font-size: 24px;
}

.visit-grid p {
    font-size: 16px;
}

.visit-actions a {
    font-size: 14px;
}

@media (width <= 900px) {
    body,
    .nav {
        font-size: 15px;
    }

    .hero h1 {
        font-size: clamp(14px, 6.5vw, 20px);
    }

    .hero-intro {
        font-size: 14px;
    }

    .manifesto h2 {
        font-size: 32;
    }

    .manifesto-copy p:first-child {
        font-size: 18;
    }

    .manifesto-copy p:nth-child(2),
    .section-head > p,
    .zone-detail p,
    .story-header > div:last-child > p {
        font-size: 16px;
    }

    .zone-name h3 {
        font-size: 34px;
    }

    .zone-detail h4 {
        font-size: 22px;
    }

    .story-header h2 {
        font-size: 46px;
    }

    .story-card h3 {
        font-size: 29px;
    }

    .story-card p {
        font-size: 15px;
    }
}

.zone-photo-contain {
    object-fit: contain;
    background: #211b17;
    padding: 18px;
}

@media (width <= 900px) {
    .zone-photo-contain {
        padding: 12px;
    }
}

/* Unified mobile navigation */
@media (width <= 900px) {
    .site-header {
        border-bottom-color: rgba(213, 169, 78, .3);
        box-shadow: 0 8px 24px rgba(20, 15, 10, .2);
        height: 76px;
        padding: 0 14px;
    }

    .brand {
        flex: 1 1 auto;
        gap: 9px;
        min-width: 0;
    }

    .brand > span {
        min-width: 0;
    }

    .brand b,
    .brand b p {
        font-size: 13px;
        letter-spacing: .04em;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .brand-icon {
        height: 44px;
        width: 44px;
    }

    .header-tools {
        flex: 0 0 auto;
        gap: 6px;
    }

    .text-button {
        display: none;
    }

    .menu-button {
        align-items: center;
        border: 1px solid rgba(213, 169, 78, .68);
        border-radius: 3px;
        color: #fff8e9;
        display: inline-flex;
        gap: 9px;
        height: 44px;
        justify-content: center;
        padding: 0 11px;
        width: auto;
    }

    .menu-button > span {
        background: none;
        height: auto;
        margin: 0;
    }

    .menu-label {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: .08em;
        line-height: 1;
    }

    .menu-lines {
        display: grid;
        gap: 6px;
        width: 21px;
    }

    .menu-lines i {
        background: currentColor;
        display: block;
        height: 2px;
        transition: transform .2s ease;
        width: 100%;
    }

    .menu-button[aria-expanded="true"] {
        background: #c89422;
        border-color: #c89422;
        color: #211c18;
    }

    .menu-button[aria-expanded="true"] .menu-lines i:first-child {
        transform: translateY(4px) rotate(45deg);
    }

    .menu-button[aria-expanded="true"] .menu-lines i:last-child {
        transform: translateY(-4px) rotate(-45deg);
    }

    .nav {
        background: #211c18;
        border-bottom: 3px solid #c89422;
        box-shadow: 0 18px 30px rgba(20, 15, 10, .32);
        color: #fff8e9;
        gap: 0;
        max-height: calc(100svh - 76px);
        overflow-y: auto;
        padding: 12px 18px 22px;
        top: 76px;
    }

    .nav::before {
        color: #d8ab45;
        content: "網站選單";
        font-size: 12px;
        letter-spacing: .18em;
        padding: 10px 14px 13px;
    }

    .nav a {
        align-items: center;
        border-top: 1px solid rgba(255, 248, 233, .18);
        color: #fff8e9;
        display: flex;
        font-size: 18px;
        font-weight: 500;
        justify-content: space-between;
        letter-spacing: .04em;
        line-height: 1.4;
        min-height: 58px;
        padding: 14px;
    }

    .nav a::after {
        background: none;
        bottom: auto;
        color: #d8ab45;
        content: "›";
        font-size: 28px;
        height: auto;
        left: auto;
        position: static;
        transition: transform .2s ease;
        width: auto;
    }

    .nav a:hover,
    .nav a:focus-visible,
    .nav a[aria-current="page"] {
        background: rgba(216, 171, 69, .14);
        color: #f7d77e;
    }

    .nav a:hover::after,
    .nav a:focus-visible::after {
        transform: translateX(4px);
        width: auto;
    }

    body.menu-open {
        overflow: hidden;
    }
}
