@charset "UTF-8";
:root {
  --ink: #171713;
  --ink-soft: #24251f;
  --paper: #f4f0e7;
  --paper-deep: #e8e1d3;
  --vermilion: #b73328;
  --vermilion-bright: #e24a3b;
  --jade: #3d655e;
  --blue: #274b61;
  --gold: #c7a76a;
  --line: rgba(23, 23, 19, .18);
  --line-light: rgba(244, 240, 231, .24);
  --serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
  --sans: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); overflow-x: clip; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
main > section { scroll-margin-top: 70px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 11px 16px; background: var(--vermilion); color: #fff; }
.skip-link:focus { top: 18px; }
.grain { position: fixed; inset: 0; z-index: 30; pointer-events: none; opacity: .035; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.scroll-meter { position: fixed; top: 0; right: 0; width: 4px; height: 100vh; z-index: 70; background: rgba(23, 23, 19, .1); }
.scroll-meter span { display: block; width: 100%; height: 100%; transform-origin: top; transform: scaleY(0); background: var(--vermilion); }
.page-loader { position: fixed; inset: 0; z-index: 90; display: grid; place-content: center; gap: 18px; background: var(--ink); color: var(--paper); text-align: center; }
.page-loader p { margin: 0; font-family: var(--serif); font-size: 13px; letter-spacing: .24em; }
.loader-seal { position: relative; width: 64px; height: 64px; margin: 0 auto; border: 1px solid rgba(226, 74, 59, .55); border-radius: 50%; }
.loader-seal span { position: absolute; left: 12px; right: 12px; height: 5px; border-radius: 8px; background: var(--vermilion-bright); }
.loader-seal span:nth-child(1) { top: 19px; transform: skewY(-8deg); }
.loader-seal span:nth-child(2) { top: 30px; }
.loader-seal span:nth-child(3) { top: 41px; transform: skewY(8deg); }
.loader-seal i { position: absolute; left: 29px; top: 11px; width: 5px; height: 42px; background: var(--vermilion-bright); border-radius: 4px; }
.site-header { position: fixed; left: 0; top: 0; z-index: 60; display: flex; align-items: center; width: 100%; height: 86px; padding: 0 52px; color: var(--paper); transition: background .4s, color .4s, height .4s; }
.site-header.scrolled { height: 70px; background: rgba(244, 240, 231, .95); color: var(--ink); box-shadow: 0 1px 0 rgba(23, 23, 19, .13); }
.brand { width: 210px; height: auto; }
.brand img { width: 210px; height: auto; }
.brand-light { display: none; }
.site-header:not(.scrolled) .brand-dark { display: none; }
.site-header:not(.scrolled) .brand-light { display: block; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 54px; font-size: 13px; letter-spacing: .08em; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { position: absolute; left: 0; bottom: 4px; width: 0; height: 1px; background: currentColor; content: ""; transition: width .3s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.header-contact { display: grid; gap: 3px; padding-left: 22px; border-left: 1px solid currentColor; text-align: right; }
.header-contact span { font-size: 10px; letter-spacing: .15em; opacity: .7; }
.header-contact strong { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .03em; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid currentColor; background: transparent; cursor: pointer; }
.menu-button svg { width: 18px; height: 18px; }
.mobile-nav { position: fixed; inset: 0; z-index: 55; display: flex; flex-direction: column; justify-content: center; gap: 17px; padding: 110px 28px 36px; background: var(--ink); color: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .35s, transform .35s; }
.mobile-nav.open { opacity: 1; pointer-events: auto; transform: none; }
.mobile-nav a { display: flex; align-items: baseline; gap: 16px; font-family: var(--serif); font-size: 32px; line-height: 1.2; }
.mobile-nav small { width: 24px; color: var(--vermilion-bright); font-family: var(--mono); font-size: 10px; }
.mobile-nav .mobile-phone { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line-light); color: var(--vermilion-bright); font-family: var(--mono); font-size: 15px; letter-spacing: .06em; }
.hero { position: relative; min-height: 780px; height: 100svh; max-height: 980px; overflow: hidden; background: var(--ink); color: var(--paper); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.04); animation: hero-breathe 14s ease-in-out infinite alternate; }
.hero-shade { background: rgba(12, 14, 12, .48); }
.hero-topline { position: absolute; top: 118px; left: 52px; right: 52px; display: flex; justify-content: space-between; color: rgba(244, 240, 231, .72); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-copy { position: absolute; left: 9.6vw; bottom: 15vh; width: min(760px, 75vw); }
.hero-kicker { margin: 0 0 24px; color: var(--vermilion-bright); font-family: var(--mono); font-size: 11px; letter-spacing: .16em; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(66px, 9vw, 142px); font-weight: 700; line-height: .98; letter-spacing: -.06em; }
.hero-line { display: block; overflow: hidden; }
.hero-line b { display: block; font-weight: inherit; transform: translateY(110%); }
.hero-bottom { display: flex; align-items: end; gap: 56px; width: min(640px, 100%); margin-top: 42px; }
.hero-bottom p { max-width: 335px; margin: 0; color: rgba(244, 240, 231, .78); font-size: 14px; line-height: 1.95; }
.primary-action { display: inline-flex; align-items: center; gap: 19px; min-width: 152px; padding: 15px 17px; border: 1px solid rgba(244, 240, 231, .5); color: var(--paper); font-size: 12px; letter-spacing: .14em; transition: background .3s, color .3s; }
.primary-action svg { width: 16px; height: 16px; }
.primary-action:hover, .primary-action:focus-visible { background: var(--paper); color: var(--ink); }
.hero-seal { position: absolute; right: 8vw; top: 36%; display: grid; place-items: center; width: 108px; height: 108px; border: 1px solid rgba(226, 74, 59, .75); border-radius: 50%; color: var(--vermilion-bright); font-family: var(--serif); font-size: 13px; }
.hero-seal span { position: absolute; }
.hero-seal span:nth-child(1) { top: 17px; }
.hero-seal span:nth-child(2) { top: 46px; }
.hero-seal span:nth-child(3) { bottom: 17px; }
.hero-seal i { width: 1px; height: 74px; background: var(--vermilion-bright); }
.hero-index { position: absolute; left: 52px; right: 52px; bottom: 34px; display: flex; justify-content: space-between; border-top: 1px solid var(--line-light); padding-top: 14px; }
.hero-index a { display: grid; grid-template-columns: auto auto; gap: 9px; align-items: baseline; color: rgba(244, 240, 231, .66); font-size: 11px; transition: color .25s; }
.hero-index a:hover, .hero-index a:focus-visible { color: var(--vermilion-bright); }
.hero-index small { color: var(--vermilion-bright); font-family: var(--mono); font-size: 9px; }
@keyframes hero-breathe { from { transform: scale(1.04); } to { transform: scale(1.11) translate3d(-.5%, 1%, 0); } }
.section-label { display: flex; align-items: center; gap: 12px; color: var(--vermilion); font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.section-label span { color: currentColor; opacity: .65; }
.section-label.light { color: var(--vermilion-bright); }
.origin { display: grid; grid-template-columns: 42% 58%; min-height: 1240px; background: var(--paper); }
.origin-sticky { position: sticky; top: 0; align-self: start; display: flex; flex-direction: column; justify-content: center; min-height: 100vh; padding: 90px 8vw; overflow: hidden; }
.origin-mark { position: relative; width: min(360px, 65vw); aspect-ratio: 1; margin-bottom: 52px; }
.origin-mark .orbit { position: absolute; inset: 0; border: 1px solid rgba(183, 51, 40, .3); border-radius: 50%; }
.origin-mark .orbit-one { transform: rotate(37deg) scaleX(.58); }
.origin-mark .orbit-two { transform: rotate(-37deg) scaleX(.58); }
.origin-lines { position: absolute; inset: 13%; display: grid; align-content: center; gap: 20px; }
.origin-lines span { display: block; height: 14px; border-radius: 20px; background: var(--vermilion); }
.origin-lines span:nth-child(1) { transform: skewY(-5deg) translateX(8px); opacity: .74; }
.origin-lines span:nth-child(3) { transform: skewY(5deg) translateX(-8px); opacity: .74; }
.origin-lines i { position: absolute; left: calc(50% - 7px); top: 0; width: 14px; height: 100%; border-radius: 20px; background: var(--ink); z-index: 1; mix-blend-mode: multiply; }
.origin-quote { position: relative; }
.origin-quote p { margin: 0 0 18px; color: var(--vermilion); font-family: var(--mono); font-size: 10px; letter-spacing: .18em; }
.origin-quote blockquote { margin: 0; font-family: var(--serif); font-size: 25px; line-height: 1.6; letter-spacing: .02em; }
.origin-quote span { display: block; margin-top: 16px; color: rgba(23, 23, 19, .56); font-size: 12px; }
.origin-content { padding: 170px 11vw 170px 5vw; }
.origin-content > h2 { margin: 54px 0 120px; font-family: var(--serif); font-size: 56px; font-weight: 400; line-height: 1.3; letter-spacing: -.04em; }
h2 strong { color: var(--vermilion); font-weight: inherit; }
.origin-chapter { display: grid; grid-template-columns: 76px 1fr; gap: 28px; max-width: 590px; padding: 38px 0; border-top: 1px solid var(--line); transition: transform .4s; }
.origin-chapter:hover { transform: translateX(12px); }
.chapter-number { color: var(--vermilion); font-family: var(--serif); font-size: 34px; }
.origin-chapter small { color: var(--vermilion); font-family: var(--mono); font-size: 10px; letter-spacing: .15em; }
.origin-chapter h3 { margin: 16px 0 9px; font-family: var(--serif); font-size: 30px; font-weight: 600; }
.origin-chapter p { max-width: 410px; margin: 0; color: rgba(23, 23, 19, .66); font-size: 14px; line-height: 1.9; }
.origin-unity { display: flex; align-items: center; gap: 16px; margin-top: 112px; color: var(--vermilion); font-family: var(--serif); font-size: 25px; }
.origin-unity i { width: 30px; height: 1px; background: currentColor; opacity: .5; }
.origin-unity p { margin: 3px 0 0 16px; color: rgba(23, 23, 19, .45); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.service-directory { display: grid; grid-template-columns: 40% 60%; min-height: 820px; padding: 145px 8vw 135px; background: var(--ink); color: var(--paper); }
.directory-head { display: flex; flex-direction: column; align-items: flex-start; }
.directory-head h2 { margin: 50px 0 24px; font-family: var(--serif); font-size: 58px; font-weight: 400; line-height: 1.22; letter-spacing: -.05em; }
.directory-head p { max-width: 270px; margin: auto 0 0; color: rgba(244, 240, 231, .57); font-size: 13px; line-height: 1.9; }
.directory-list { list-style: none; margin: 0; padding: 34px 0 0 8vw; }
.directory-list li { border-top: 1px solid var(--line-light); }
.directory-list a { display: grid; grid-template-columns: 42px 1fr auto 28px; gap: 16px; align-items: baseline; padding: 25px 0; transition: padding .3s, color .3s; }
.directory-list a:hover, .directory-list a:focus-visible { padding-left: 15px; color: var(--vermilion-bright); }
.directory-list small { color: var(--vermilion-bright); font-family: var(--mono); font-size: 10px; }
.directory-list span { font-family: var(--serif); font-size: 29px; }
.directory-list em { color: rgba(244, 240, 231, .45); font-size: 11px; font-style: normal; letter-spacing: .12em; }
.directory-list svg { width: 17px; height: 17px; }
.editorial-section { position: relative; display: grid; grid-template-columns: 47% 53%; min-height: 970px; overflow: hidden; background: var(--paper-deep); }
.editorial-section.reverse { background: var(--paper); }
.editorial-section .editorial-image { position: relative; min-height: 720px; overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.editorial-image::after { position: absolute; inset: 0; background: rgba(15, 18, 15, .08); content: ""; pointer-events: none; }
.editorial-image > span { position: absolute; left: 34px; bottom: 28px; z-index: 1; color: #fff; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.editorial-copy { align-self: center; padding: 130px 11vw 130px 8vw; }
.editorial-copy .lead { max-width: 380px; margin: 57px 0 27px; color: rgba(23, 23, 19, .66); font-family: var(--serif); font-size: 19px; line-height: 1.7; }
.editorial-copy h2 { margin: 0 0 58px; font-family: var(--serif); font-size: 53px; font-weight: 400; line-height: 1.25; letter-spacing: -.05em; }
.service-facts { max-width: 470px; }
.service-facts > div { display: grid; grid-template-columns: 88px 1fr; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); }
.service-facts small { color: var(--vermilion); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.service-facts p { margin: 0; color: rgba(23, 23, 19, .65); font-size: 13px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 42px; color: var(--vermilion); font-size: 12px; letter-spacing: .1em; }
.text-link svg { width: 16px; height: 16px; transition: transform .25s; }
.text-link:hover svg { transform: translateX(5px); }
.vertical-word { position: absolute; right: 20px; bottom: 30px; color: rgba(23, 23, 19, .18); font-family: var(--mono); font-size: 9px; letter-spacing: .28em; writing-mode: vertical-rl; }
.people-education { position: relative; min-height: 1050px; padding: 140px 8vw 135px; overflow: hidden; background: var(--jade); color: var(--paper); }
.people-masthead { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line-light); padding-bottom: 21px; }
.people-masthead > p { margin: 0; color: rgba(244, 240, 231, .58); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }
.people-title-wrap { position: relative; display: flex; align-items: baseline; gap: 32px; margin: 110px 0 80px; }
.title-mark { color: var(--vermilion-bright); font-family: var(--serif); font-size: 30px; }
.people-title-wrap h2 { margin: 0; font-family: var(--serif); font-size: 97px; font-weight: 400; letter-spacing: .06em; line-height: 1; }
.people-title-wrap p { margin: 0 0 6px auto; color: rgba(244, 240, 231, .6); font-size: 12px; }
.people-grid { display: grid; grid-template-columns: 1fr 280px 1fr; gap: 70px; align-items: center; }
.people-intro, .people-audience { align-self: end; max-width: 260px; padding-bottom: 38px; }
.people-intro > span, .people-audience > span { color: var(--vermilion-bright); font-family: var(--mono); font-size: 10px; letter-spacing: .13em; }
.people-intro p { margin: 22px 0; color: rgba(244, 240, 231, .75); font-size: 14px; line-height: 1.9; }
.people-intro strong { display: block; color: rgba(244, 240, 231, .5); font-size: 11px; font-weight: 400; line-height: 1.7; }
.cover-object { position: relative; display: flex; flex-direction: column; justify-content: space-between; width: 280px; height: 400px; padding: 26px 22px; border: 1px solid rgba(244, 240, 231, .55); background: var(--paper); color: var(--ink); box-shadow: 16px 18px 0 rgba(23, 23, 19, .2); transform: rotate(-3deg); }
.cover-object::before { position: absolute; inset: 12px; border: 1px solid rgba(183, 51, 40, .4); content: ""; }
.cover-object small, .cover-object b, .cover-object span, .cover-object i { position: relative; z-index: 1; }
.cover-object small { font-family: var(--mono); font-size: 8px; letter-spacing: .16em; }
.cover-object b { color: var(--vermilion); font-family: var(--serif); font-size: 51px; font-weight: 600; line-height: 1.02; letter-spacing: .08em; }
.cover-object span { align-self: flex-end; color: rgba(23, 23, 19, .65); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }
.cover-object i { color: var(--vermilion); font-family: var(--mono); font-size: 13px; font-style: normal; }
.people-audience ul { margin: 22px 0 0; padding: 0; list-style: none; }
.people-audience li { padding: 11px 0; border-bottom: 1px solid var(--line-light); color: rgba(244, 240, 231, .75); font-size: 13px; }
.people-action { display: inline-flex; align-items: center; justify-content: space-between; grid-column: 1 / -1; width: 100%; padding: 20px 0; border-top: 1px solid var(--line-light); color: var(--paper); font-size: 12px; letter-spacing: .12em; }
.people-action svg { width: 20px; height: 20px; color: var(--vermilion-bright); }
.iagc { position: relative; padding: 145px 8vw 150px; overflow: hidden; background: var(--ink); color: var(--paper); }
.iagc-heading { display: grid; grid-template-columns: 34% 1fr; column-gap: 70px; align-items: start; margin-bottom: 76px; }
.iagc-heading .section-label { grid-column: 1; }
.iagc-heading h2 { grid-column: 2; grid-row: 1 / span 2; margin: 0; font-family: var(--serif); font-size: 67px; font-weight: 400; line-height: 1.16; letter-spacing: -.05em; }
.iagc-heading p { grid-column: 2; max-width: 490px; margin: 30px 0 0; color: rgba(244, 240, 231, .6); font-size: 13px; line-height: 1.9; }
.iagc-cinema { position: relative; height: min(62vw, 650px); min-height: 390px; overflow: hidden; background: #090a08; }
.iagc-cinema video { width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.cinema-overlay { position: absolute; left: 30px; right: 30px; bottom: 28px; display: flex; justify-content: space-between; align-items: center; }
.cinema-overlay > span { font-family: var(--serif); font-size: 18px; letter-spacing: .06em; }
.video-tools { display: flex; gap: 8px; }
.video-tools button, .video-choice { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-light); background: transparent; color: var(--paper); cursor: pointer; transition: background .25s, border-color .25s, color .25s; }
.video-tools button { width: 38px; height: 38px; }
.video-tools button:hover, .video-tools button:focus-visible { border-color: var(--vermilion-bright); color: var(--vermilion-bright); }
.video-tools svg { width: 15px; height: 15px; }
.video-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.video-choice { justify-content: start; gap: 14px; min-height: 64px; padding: 13px 14px; }
.video-choice small { color: var(--vermilion-bright); font-family: var(--mono); font-size: 9px; }
.video-choice span { font-size: 12px; letter-spacing: .08em; }
.video-choice svg { width: 14px; height: 14px; margin-left: auto; opacity: .5; }
.video-choice.active, .video-choice:hover, .video-choice:focus-visible { border-color: var(--vermilion-bright); background: var(--vermilion); }
.iagc-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 92px; }
.iagc-flow > div { display: grid; grid-template-columns: 28px 1fr; gap: 4px 12px; padding-top: 17px; border-top: 1px solid var(--line-light); }
.iagc-flow small { grid-row: 1 / span 2; color: var(--vermilion-bright); font-family: var(--mono); font-size: 9px; }
.iagc-flow b { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.iagc-flow span { color: rgba(244, 240, 231, .48); font-size: 11px; line-height: 1.6; }
.tourism { display: grid; grid-template-columns: 58% 42%; min-height: 990px; background: var(--blue); color: var(--paper); }
.tourism-media { position: relative; min-height: 790px; overflow: hidden; }
.tourism-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tourism-media::after { position: absolute; inset: 0; background: rgba(15, 31, 38, .18); content: ""; }
.tourism-stamp { position: absolute; right: 50px; top: 50px; z-index: 1; display: grid; place-items: center; width: 110px; height: 110px; border: 1px solid var(--vermilion-bright); color: var(--vermilion-bright); font-family: var(--serif); font-size: 18px; line-height: 1.25; text-align: center; transform: rotate(8deg); }
.tourism-stamp::after { position: absolute; inset: 8px; border: 1px solid rgba(226, 74, 59, .5); content: ""; }
.tourism-copy { padding: 145px 8vw 120px 6vw; }
.tourism-en { margin: 60px 0 22px; color: rgba(244, 240, 231, .45); font-family: var(--mono); font-size: 9px; letter-spacing: .2em; }
.tourism-copy h2 { margin: 0 0 35px; font-family: var(--serif); font-size: 53px; font-weight: 400; line-height: 1.25; letter-spacing: -.05em; }
.tourism-copy .lead { max-width: 400px; margin: 0; color: rgba(244, 240, 231, .7); font-size: 14px; line-height: 1.9; }
.tourism-services { margin-top: 57px; border-top: 1px solid var(--line-light); }
.tourism-services > div { display: flex; gap: 17px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--line-light); }
.tourism-services small { width: 24px; color: var(--vermilion-bright); font-family: var(--mono); font-size: 9px; }
.tourism-services span { font-family: var(--serif); font-size: 17px; }
.boundary { max-width: 360px; margin: 44px 0 0; color: rgba(244, 240, 231, .4); font-size: 10px; line-height: 1.8; }
.decision-path { max-width: 490px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.decision-path li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.decision-path small { color: var(--vermilion); font-family: var(--mono); font-size: 9px; }
.decision-path b { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 16px; font-weight: 600; }
.decision-path span { display: block; color: rgba(23, 23, 19, .58); font-size: 12px; line-height: 1.65; }
.service-note { display: flex; align-items: start; gap: 9px; max-width: 450px; margin: 38px 0 0; color: rgba(23, 23, 19, .57); font-size: 11px; line-height: 1.7; }
.service-note svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--vermilion); }
.method { padding: 150px 8vw 160px; background: var(--paper-deep); }
.method-head { display: grid; grid-template-columns: 40% 1fr; align-items: start; }
.method-head h2 { margin: 0; font-family: var(--serif); font-size: 55px; font-weight: 400; line-height: 1.22; letter-spacing: -.05em; }
.method-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 115px; }
.method-line article { position: relative; min-height: 190px; padding: 20px 10px 0 0; border-top: 1px solid var(--line); }
.method-line article > small { position: absolute; top: -20px; right: 0; color: var(--vermilion); font-family: var(--serif); font-size: 28px; }
.method-line article > span { color: var(--vermilion); font-family: var(--mono); font-size: 10px; }
.method-line h3 { margin: 22px 0 12px; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.method-line p { max-width: 190px; margin: 0; color: rgba(23, 23, 19, .58); font-size: 12px; line-height: 1.8; }
.about { position: relative; display: grid; grid-template-columns: 42% 58%; min-height: 650px; padding: 135px 8vw; overflow: hidden; background: var(--ink); color: var(--paper); }
.about-city { position: absolute; right: -20px; bottom: -50px; color: rgba(244, 240, 231, .045); font-family: var(--serif); font-size: 200px; letter-spacing: -.1em; writing-mode: vertical-rl; }
.about-copy { position: relative; z-index: 1; }
.about-copy h2 { margin: 54px 0 23px; font-family: var(--serif); font-size: 64px; font-weight: 400; line-height: 1.22; letter-spacing: -.06em; }
.about-copy > p { max-width: 340px; margin: 0; color: rgba(244, 240, 231, .6); font-size: 13px; line-height: 1.9; }
.about-facts { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 55px; align-content: center; }
.about-facts > div { display: grid; gap: 12px; min-height: 115px; padding: 20px 0; border-top: 1px solid var(--line-light); }
.about-facts small { color: var(--vermilion-bright); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.about-facts b, .about-facts a { font-family: var(--serif); font-size: 16px; font-weight: 400; line-height: 1.65; }
.about-facts a { color: var(--vermilion-bright); font-family: var(--mono); font-size: 17px; }
.faq { display: grid; grid-template-columns: 35% 65%; padding: 145px 8vw 160px; background: var(--paper); }
.faq-head h2 { margin: 52px 0 0; font-family: var(--serif); font-size: 50px; font-weight: 400; line-height: 1.25; letter-spacing: -.05em; }
.faq-list { padding-left: 8vw; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 36px 1fr 22px; gap: 14px; align-items: center; min-height: 80px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--vermilion); font-family: var(--mono); font-size: 9px; }
.faq-list summary b { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.faq-list summary svg { width: 17px; height: 17px; color: var(--vermilion); transition: transform .25s; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 600px; margin: -2px 36px 25px 50px; color: rgba(23, 23, 19, .6); font-size: 13px; line-height: 1.9; }
.contact { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; min-height: 570px; padding: 120px 8vw 100px; overflow: hidden; background: var(--vermilion); color: var(--paper); }
.contact-orbit { position: absolute; right: 15vw; top: 40px; display: flex; align-items: center; justify-content: center; width: 290px; height: 290px; border: 1px solid rgba(244, 240, 231, .35); border-radius: 50%; color: rgba(244, 240, 231, .26); font-family: var(--serif); font-size: 75px; transform: rotate(-22deg); }
.contact-orbit::before, .contact-orbit::after { position: absolute; width: 140%; height: 1px; background: rgba(244, 240, 231, .25); content: ""; transform: rotate(54deg); }
.contact-orbit::after { transform: rotate(-54deg); }
.contact-orbit span { position: relative; z-index: 1; }
.contact-orbit span + span { margin-left: 20px; }
.contact-copy, .contact-call, .contact-address { position: relative; z-index: 1; }
.contact-copy p { margin: 0 0 30px; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; }
.contact-copy h2 { margin: 0; font-family: var(--serif); font-size: 62px; font-weight: 400; line-height: 1.2; letter-spacing: -.06em; }
.contact-call { display: grid; justify-items: end; gap: 13px; align-content: center; min-width: 275px; padding: 22px 0 22px 55px; border-left: 1px solid rgba(244, 240, 231, .4); }
.contact-call small { font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.contact-call b { font-family: var(--mono); font-size: 21px; font-weight: 400; letter-spacing: .05em; }
.contact-call svg { width: 20px; height: 20px; }
.contact-address { grid-column: 1 / -1; margin: 45px 0 0; color: rgba(244, 240, 231, .7); font-size: 12px; }
footer { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 52px 8vw 42px; background: #11120f; color: var(--paper); }
footer > img { width: 185px; }
footer > p { margin: 7px 0 0; color: rgba(244, 240, 231, .46); font-size: 11px; letter-spacing: .1em; }
footer > div { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line-light); color: rgba(244, 240, 231, .42); font-family: var(--mono); font-size: 9px; }
footer a { display: inline-flex; align-items: center; gap: 8px; color: rgba(244, 240, 231, .75); }
footer a svg { width: 13px; height: 13px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
@media (max-width: 980px) {
  .site-header { padding: 0 26px; }
  .desktop-nav, .header-contact { display: none; }
  .menu-button { display: grid; place-items: center; margin-left: auto; }
  .brand, .brand img { width: 178px; }
  .hero-topline { left: 26px; right: 26px; }
  .hero-copy { left: 8vw; width: 80vw; }
  .hero h1 { font-size: 86px; }
  .hero-index { left: 26px; right: 26px; gap: 12px; }
  .hero-index a { grid-template-columns: 1fr; gap: 3px; }
  .origin { grid-template-columns: 1fr; min-height: auto; }
  .origin-sticky { position: relative; display: grid; grid-template-columns: 45% 1fr; align-items: center; min-height: 580px; padding: 95px 8vw 45px; }
  .origin-mark { width: 270px; margin: 0; }
  .origin-quote { padding-left: 20px; }
  .origin-content { padding: 80px 8vw 110px; }
  .service-directory { grid-template-columns: 1fr; padding: 105px 8vw; }
  .directory-head p { margin-top: 55px; }
  .directory-list { padding: 80px 0 0; }
  .editorial-section { grid-template-columns: 1fr 1fr; min-height: 800px; }
  .editorial-section .editorial-image { min-height: 650px; }
  .editorial-copy { padding: 85px 6vw; }
  .editorial-copy h2 { font-size: 44px; }
  .people-education { padding: 105px 8vw; }
  .people-grid { grid-template-columns: 1fr 230px 1fr; gap: 35px; }
  .cover-object { width: 230px; height: 330px; }
  .cover-object b { font-size: 42px; }
  .people-title-wrap h2 { font-size: 76px; }
  .iagc { padding: 105px 8vw; }
  .tourism-copy { padding: 105px 6vw; }
  .tourism-copy h2 { font-size: 45px; }
  .about { padding: 105px 8vw; }
  .faq { padding: 110px 8vw; }
  .contact-copy h2 { font-size: 52px; }
}
@media (max-width: 680px) {
  .site-header { height: 70px; }
  .site-header.scrolled { height: 62px; }
  .brand, .brand img { width: 160px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-topline { top: 92px; left: 21px; right: 21px; font-size: 8px; }
  .hero-topline span:last-child { display: none; }
  .hero-copy { left: 21px; bottom: 126px; width: calc(100% - 42px); }
  .hero-kicker { margin-bottom: 18px; font-size: 9px; line-height: 1.5; }
  .hero h1 { font-size: 64px; letter-spacing: -.08em; }
  .hero-bottom { display: block; margin-top: 28px; }
  .hero-bottom p { max-width: 285px; font-size: 12px; line-height: 1.75; }
  .primary-action { margin-top: 22px; }
  .hero-seal { right: 21px; top: 28%; width: 73px; height: 73px; font-size: 9px; }
  .hero-seal i { height: 50px; }
  .hero-seal span:nth-child(1) { top: 11px; }
  .hero-seal span:nth-child(2) { top: 31px; }
  .hero-seal span:nth-child(3) { bottom: 11px; }
  .hero-index { left: 21px; right: 21px; bottom: 23px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; }
  .hero-index a { font-size: 9px; line-height: 1.35; }
  .hero-index a span { max-width: 42px; }
  .hero-index small { font-size: 8px; }
  .section-label { font-size: 9px; }
  .origin-sticky { display: block; min-height: auto; padding: 88px 21px 45px; }
  .origin-mark { width: 210px; margin: 0 auto 42px; }
  .origin-quote { padding: 0; text-align: center; }
  .origin-quote blockquote { font-size: 20px; }
  .origin-content { padding: 63px 21px 85px; }
  .origin-content > h2 { margin: 35px 0 63px; font-size: 35px; line-height: 1.35; }
  .origin-chapter { grid-template-columns: 44px 1fr; gap: 14px; padding: 28px 0; }
  .chapter-number { font-size: 27px; }
  .origin-chapter h3 { margin: 11px 0 7px; font-size: 24px; }
  .origin-chapter p { font-size: 12px; line-height: 1.8; }
  .origin-unity { flex-wrap: wrap; margin-top: 60px; font-size: 21px; }
  .origin-unity p { width: 100%; margin: 5px 0 0; }
  .service-directory { display: block; padding: 76px 21px 85px; }
  .directory-head h2 { margin: 35px 0 21px; font-size: 39px; }
  .directory-head p { margin-top: 39px; font-size: 12px; }
  .directory-list { padding-top: 58px; }
  .directory-list a { grid-template-columns: 27px 1fr 22px; gap: 9px; padding: 18px 0; }
  .directory-list span { font-size: 22px; }
  .directory-list em { display: none; }
  .directory-list svg { width: 15px; height: 15px; }
  .editorial-section, .editorial-section.reverse { display: flex; flex-direction: column; min-height: auto; }
  .editorial-section .editorial-image { min-height: 330px; height: 63vw; max-height: 470px; }
  .editorial-copy { padding: 65px 21px 78px; }
  .editorial-copy .lead { margin: 34px 0 19px; font-size: 16px; line-height: 1.65; }
  .editorial-copy h2 { margin-bottom: 35px; font-size: 36px; }
  .service-facts > div { grid-template-columns: 68px 1fr; gap: 11px; padding: 14px 0; }
  .service-facts p { font-size: 12px; line-height: 1.7; }
  .text-link { margin-top: 29px; }
  .vertical-word { display: none; }
  .people-education { min-height: auto; padding: 76px 21px 84px; }
  .people-masthead { display: block; }
  .people-masthead > p { margin-top: 18px; font-size: 8px; }
  .people-title-wrap { display: block; margin: 62px 0 45px; }
  .title-mark { display: block; margin-bottom: 12px; }
  .people-title-wrap h2 { font-size: 58px; letter-spacing: .04em; }
  .people-title-wrap p { margin: 16px 0 0; font-size: 11px; }
  .people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 17px; }
  .people-intro { grid-column: 1 / -1; max-width: none; padding: 0; }
  .people-intro p { margin: 16px 0 12px; font-size: 12px; line-height: 1.8; }
  .people-audience { grid-column: 2; max-width: none; padding: 0; }
  .cover-object { grid-column: 1; grid-row: 2; width: 100%; height: 275px; padding: 17px 15px; box-shadow: 9px 11px 0 rgba(23, 23, 19, .2); }
  .cover-object b { font-size: 32px; }
  .people-audience li { padding: 8px 0; font-size: 11px; }
  .people-action { grid-column: 1 / -1; margin-top: 10px; }
  .iagc { padding: 78px 21px 84px; }
  .iagc-heading { display: block; margin-bottom: 40px; }
  .iagc-heading h2 { margin-top: 36px; font-size: 42px; }
  .iagc-heading p { margin-top: 22px; font-size: 12px; line-height: 1.8; }
  .iagc-cinema { height: 61vw; min-height: 230px; }
  .cinema-overlay { left: 15px; right: 15px; bottom: 15px; }
  .cinema-overlay > span { font-size: 13px; }
  .video-tools button { width: 32px; height: 32px; }
  .video-selector { display: block; margin-top: 8px; }
  .video-choice { width: 100%; min-height: 49px; margin-top: 7px; padding: 10px 12px; }
  .video-choice span { font-size: 11px; }
  .iagc-flow { grid-template-columns: 1fr 1fr; gap: 30px 15px; margin-top: 61px; }
  .iagc-flow > div { grid-template-columns: 23px 1fr; gap: 3px 7px; }
  .iagc-flow b { font-size: 15px; }
  .iagc-flow span { font-size: 10px; }
  .tourism { display: flex; flex-direction: column; min-height: auto; }
  .tourism-media { min-height: 340px; height: 66vw; }
  .tourism-stamp { right: 22px; top: 22px; width: 75px; height: 75px; font-size: 12px; }
  .tourism-copy { padding: 70px 21px 82px; }
  .tourism-en { margin: 35px 0 18px; font-size: 8px; }
  .tourism-copy h2 { font-size: 37px; }
  .tourism-copy .lead { font-size: 12px; line-height: 1.8; }
  .tourism-services { margin-top: 39px; }
  .tourism-services span { font-size: 15px; }
  .boundary { margin-top: 31px; font-size: 9px; }
  .decision-path li { grid-template-columns: 26px 1fr; gap: 11px; padding: 14px 0; }
  .decision-path b { font-size: 15px; }
  .decision-path span { font-size: 11px; }
  .method { padding: 78px 21px 88px; }
  .method-head { display: block; }
  .method-head h2 { margin-top: 35px; font-size: 39px; }
  .method-line { grid-template-columns: 1fr 1fr; gap: 42px 17px; margin-top: 75px; }
  .method-line article { min-height: 150px; }
  .method-line h3 { margin: 17px 0 8px; font-size: 19px; }
  .method-line p { font-size: 11px; line-height: 1.7; }
  .about { display: block; min-height: auto; padding: 80px 21px 87px; }
  .about-city { right: -11px; bottom: -50px; font-size: 120px; }
  .about-copy h2 { margin: 35px 0 18px; font-size: 44px; }
  .about-copy > p { font-size: 12px; line-height: 1.8; }
  .about-facts { grid-template-columns: 1fr 1fr; gap: 0 17px; margin-top: 68px; }
  .about-facts > div { min-height: 105px; padding: 15px 0; }
  .about-facts b, .about-facts a { font-size: 12px; line-height: 1.55; }
  .about-facts a { font-size: 14px; }
  .faq { display: block; padding: 78px 21px 88px; }
  .faq-head h2 { margin-top: 35px; font-size: 38px; }
  .faq-list { padding: 60px 0 0; }
  .faq-list summary { grid-template-columns: 26px 1fr 17px; gap: 8px; min-height: 68px; }
  .faq-list summary b { font-size: 14px; line-height: 1.45; }
  .faq-list details p { margin: -1px 25px 21px 34px; font-size: 11px; line-height: 1.8; }
  .contact { display: block; min-height: 505px; padding: 82px 21px 54px; }
  .contact-orbit { right: -62px; top: 30px; width: 230px; height: 230px; font-size: 56px; }
  .contact-copy p { margin-bottom: 24px; font-size: 9px; }
  .contact-copy h2 { font-size: 43px; }
  .contact-call { justify-items: start; min-width: 0; margin-top: 65px; padding: 18px 0 0; border-top: 1px solid rgba(244, 240, 231, .4); border-left: 0; }
  .contact-call b { font-size: 18px; }
  .contact-address { margin-top: 30px; font-size: 10px; }
  footer { display: block; padding: 39px 21px 30px; }
  footer > img { width: 160px; }
  footer > p { margin-top: 20px; font-size: 9px; line-height: 1.6; }
  footer > div { display: flex; flex-direction: column; gap: 18px; margin-top: 32px; font-size: 8px; }
}
