:root {
  color-scheme: light;
  --ink: #102955;
  --ink-deep: #0b2045;
  --paper: #f6f7f5;
  --white: #ffffff;
  --orange: #f16a3e;
  --line: #cdd4de;
  font-family: Arial, Helvetica, system-ui, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
::selection { background: var(--orange); color: #fff; }
.skip-link { position: absolute; z-index: 100; left: 1rem; top: -6rem; padding: .8rem 1rem; background: #fff; border: 2px solid var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { height: 94px; max-width: 1820px; margin: auto; padding: 0 clamp(23px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: clamp(1.55rem, 2vw, 1.9rem); font-weight: 800; letter-spacing: -.065em; white-space: nowrap; }
.brand-domain { color: var(--orange); }
.brand-mark { width: 30px; height: 30px; display: inline-block; flex: none; border: 7px solid currentColor; border-radius: 50%; position: relative; }
.brand-mark::after { content: ""; position: absolute; width: 10px; height: 11px; top: -8px; right: -9px; background: var(--paper); transform: rotate(35deg); }
.brand-mark span { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); right: -9px; top: -5px; z-index: 1; }
.header-status { display: inline-flex; align-items: center; gap: 12px; border: 1px solid #ccd5e0; border-radius: 100px; padding: 12px 17px; font-size: .81rem; font-weight: 800; letter-spacing: .105em; white-space: nowrap; }
.status-spark { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px #f16a3e22; }

.hero { position: relative; overflow: hidden; isolation: isolate; max-width: 1820px; margin: 0 auto; min-height: 660px; height: clamp(660px, calc(100svh - 116px), 820px); background: var(--ink-deep); color: #fff; border-radius: 22px; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; animation: settle-in 18s ease-out both; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,25,55,.94) 0%, rgba(9,29,61,.87) 26%, rgba(9,29,61,.47) 51%, rgba(9,29,61,.03) 80%), linear-gradient(0deg, rgba(7,25,55,.4), transparent 34%); }
.hero-content { position: relative; z-index: 1; width: min(100%, 960px); height: 100%; padding: clamp(55px, 6.2vw, 100px) clamp(28px, 6vw, 106px) 80px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.eyebrow { display: inline-flex; align-items: center; gap: 13px; font-size: .84rem; line-height: 1.35; font-weight: 800; letter-spacing: .16em; }
.eyebrow-line { width: 32px; height: 2px; flex: none; background: var(--orange); }
.hero h1 { max-width: 850px; margin: 32px 0 25px; font-size: clamp(3.7rem, 6.7vw, 7.1rem); line-height: .99; letter-spacing: -.075em; font-weight: 800; text-wrap: balance; }
.hero h1 em { display: block; margin-top: .03em; color: #f47a51; font-family: Georgia, 'Times New Roman', serif; font-size: .92em; line-height: 1.08; font-weight: 400; letter-spacing: -.07em; }
.hero-content > p { max-width: 510px; margin: 0; color: #e5edf8; font-size: clamp(1.1rem, 1.5vw, 1.34rem); line-height: 1.55; }
.hero-link { margin-top: 39px; padding: 9px 9px 9px 25px; min-height: 64px; display: inline-flex; align-items: center; gap: 30px; justify-content: space-between; text-decoration: none; background: #fff; color: var(--ink); border-radius: 100px; font-size: 1rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.hero-link:hover { transform: translateY(-3px); background: #f2f6fc; }
.round-arrow { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 1.5rem; font-weight: 400; line-height: 1; }
.hero-chapter { position: absolute; bottom: 31px; right: 43px; font-size: .82rem; font-weight: 800; letter-spacing: .14em; color: #f3f5f9; }

.section-wrap { width: min(100% - 2 * clamp(23px, 5.2vw, 90px), 1460px); margin-inline: auto; }
.story-section { padding-top: clamp(95px, 10vw, 165px); padding-bottom: clamp(90px, 10vw, 150px); }
.story-index { display: flex; gap: 34px; align-items: center; font-size: .86rem; font-weight: 800; letter-spacing: .11em; }
.section-number { display: inline-flex; align-items: center; gap: 13px; color: var(--orange); }
.section-dash { width: 28px; height: 1px; background: currentColor; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); gap: clamp(60px, 8vw, 150px); align-items: end; margin-top: 54px; }
.story-grid h2 { margin: 0; font-size: clamp(3.4rem, 5.8vw, 6.6rem); font-weight: 800; line-height: 1.04; letter-spacing: -.074em; text-wrap: balance; }
.story-grid h2 span { color: var(--orange); }
.story-grid h2 .accent-period { color: var(--ink); }
.story-copy { padding-bottom: 7px; }
.story-copy p { max-width: 590px; margin: 0 0 20px; font-size: clamp(1.05rem, 1.25vw, 1.25rem); line-height: 1.65; color: #32435e; }
.story-copy p:last-child { margin-bottom: 0; }
.story-copy .story-opening { font-size: clamp(1.33rem, 1.9vw, 1.9rem); line-height: 1.42; color: var(--ink); font-weight: 700; letter-spacing: -.025em; }
.story-rule { display: flex; align-items: center; gap: 25px; margin-top: clamp(90px, 9vw, 145px); color: var(--orange); }
.story-rule > span:not(.rule-symbol) { height: 1px; flex: 1; background: var(--line); }
.rule-symbol { font-family: Georgia, serif; font-size: 2.2rem; line-height: .5; }

.desk-section { background: var(--ink); color: #fff; overflow: hidden; }
.desk-wrap { padding-top: clamp(95px, 9vw, 145px); padding-bottom: clamp(100px, 9vw, 145px); }
.desk-index { color: #d6e3f8; }
.desk-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 54px 0 57px; }
.desk-heading-row h2 { margin: 0 0 21px; font-size: clamp(3.4rem, 6vw, 6.7rem); font-weight: 800; line-height: 1.02; letter-spacing: -.075em; }
.desk-heading-row h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: #ff9369; letter-spacing: -.065em; }
.desk-heading-row p { max-width: 520px; margin: 0; color: #c8d9ee; line-height: 1.55; font-size: clamp(1.05rem, 1.3vw, 1.25rem); }
.sort-button { flex: none; display: inline-flex; align-items: center; gap: 20px; padding: 13px 25px; min-height: 65px; border: 0; border-radius: 100px; color: var(--ink); background: #fff; font-size: 1.05rem; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.sort-button:hover { background: #f5ad8e; transform: translateY(-2px); }
.sort-button:active { transform: translateY(1px); }
.sort-icon { display: flex; flex-direction: column; gap: 5px; width: 23px; }
.sort-icon span { width: 100%; height: 2px; background: currentColor; transition: transform .5s, width .5s; }
.sort-icon span:nth-child(2) { width: 75%; }
.sort-icon span:nth-child(3) { width: 48%; }
.desk-board.is-sorted ~ .desk-result { opacity: 1; }
.desk-board { position: relative; border: 1px solid #6680a1; border-radius: 16px; padding: clamp(20px, 4.8vw, 70px) clamp(20px, 4.8vw, 70px) 24px; background: radial-gradient(ellipse at 70% 15%, #254776 0%, #173563 40%, #102955 80%); }
.desk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 28px); }
.note { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; min-height: clamp(170px, 18vw, 240px); padding: clamp(19px, 2.2vw, 31px); border-radius: 6px; background: #faf9f5; color: var(--ink); box-shadow: 0 17px 30px #071b3f35; transition: transform .72s cubic-bezier(.2,.75,.22,1), box-shadow .72s ease, background .72s ease; will-change: transform; }
.note::before { content: ""; position: absolute; width: 35px; height: 4px; top: 13px; left: 50%; transform: translateX(-50%); border-radius: 100px; background: #dce3e9; }
.note:nth-child(2), .note:nth-child(5) { background: #f9d8c5; }
.note:nth-child(3) { background: #c8d9ee; }
.note:nth-child(6) { background: #f8e6a6; }
.note-meta { font-size: .75rem; font-weight: 800; letter-spacing: .11em; }
.note-text { display: block; margin-top: 22px; font-size: clamp(1.2rem, 2.1vw, 2rem); font-weight: 800; line-height: 1.12; letter-spacing: -.04em; }
.note-corner { position: absolute; right: 25px; bottom: 22px; font-size: 1.6rem; font-weight: 400; }
.note-one { transform: translate(-8px, 14px) rotate(-6deg); }
.note-two { transform: translate(7px, -13px) rotate(4deg); }
.note-three { transform: translate(9px, 14px) rotate(6deg); }
.note-four { transform: translate(15px, -10px) rotate(4deg); }
.note-five { transform: translate(-11px, 19px) rotate(-5deg); }
.note-six { transform: translate(5px, -12px) rotate(4deg); }
.desk-board.is-sorted .note { transform: translate(0,0) rotate(0); box-shadow: 0 8px 15px #071b3f27; }
.board-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 48px; font-size: .76rem; letter-spacing: .12em; font-weight: 800; color: #b9cbe4; }
.board-bottom span:last-child { color: #ff9369; letter-spacing: -.1em; }
.desk-result { min-height: 1.65em; margin: 31px 0 0; opacity: 0; transform: translateY(8px); transition: opacity .5s ease, transform .5s ease; text-align: center; font-family: Georgia, serif; font-style: italic; font-size: clamp(1.2rem, 2.1vw, 1.8rem); color: #f5af8a; }
.desk-board.is-sorted + .desk-result { opacity: 1; transform: none; }

.closing-section { background: #f16a3e; color: var(--ink-deep); }
.closing-wrap { padding-top: clamp(95px, 8vw, 135px); padding-bottom: clamp(115px, 10vw, 165px); }
.closing-index .section-number { color: #fff; }
.closing-main { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(220px, 310px); align-items: end; gap: clamp(20px, 3vw, 50px); margin-top: clamp(80px, 8vw, 135px); }
.closing-glyph { position: relative; width: clamp(65px, 7vw, 105px); aspect-ratio: 1; border: clamp(13px, 1.5vw, 23px) solid var(--ink-deep); border-radius: 50%; align-self: start; transform: rotate(-45deg); }
.closing-glyph::after { content: ""; position: absolute; top: -25%; right: -27%; width: 36%; height: 40%; background: var(--orange); }
.closing-glyph span { position: absolute; top: -17%; right: -16%; width: 22%; aspect-ratio: 1; z-index: 1; background: #fff; border-radius: 50%; }
.closing-main h2 { margin: 0; font-size: clamp(4rem, 7.2vw, 8.1rem); font-weight: 800; letter-spacing: -.08em; line-height: .96; text-wrap: balance; }
.closing-main h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: #fff; letter-spacing: -.065em; white-space: nowrap; }
.closing-aside { border-top: 1px solid #0b204577; padding-top: 20px; }
.closing-aside p { margin: 0 0 52px; font-size: clamp(1.05rem, 1.4vw, 1.28rem); line-height: 1.55; font-weight: 700; }
.closing-aside > span { font-size: .83rem; font-weight: 800; letter-spacing: .11em; white-space: nowrap; }
.closing-aside > span span { font-size: 1.3rem; vertical-align: middle; margin-left: 3px; }

.site-footer { max-width: 1820px; margin: auto; min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 35px clamp(23px, 4vw, 72px); color: var(--ink); }
.footer-brand { font-size: 1.6rem; }
.footer-brand .brand-mark { width: 25px; height: 25px; border-width: 6px; }
.site-footer p { margin: 0; font-size: .9rem; color: #5c6b83; }
.site-footer > span { white-space: nowrap; font-size: .85rem; color: #5c6b83; }

@keyframes settle-in { from { transform: scale(1.055); } to { transform: scale(1); } }
@media (min-width: 1821px) { .hero { border-radius: 22px; } }
@media (max-width: 1050px) {
  .story-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .story-grid h2 { font-size: clamp(3.4rem, 6.5vw, 5rem); }
  .closing-main { grid-template-columns: auto 1fr; }
  .closing-aside { grid-column: 2; max-width: 400px; margin-top: 32px; }
  .closing-aside p { margin-bottom: 27px; }
}
@media (max-width: 700px) {
  .site-header { height: 79px; }
  .brand { font-size: 1.58rem; }
  .brand-mark { width: 26px; height: 26px; border-width: 6px; }
  .header-status { padding: 10px 12px; font-size: .72rem; letter-spacing: .06em; gap: 8px; }
  .hero { min-height: 685px; height: min(820px, calc(100svh - 90px)); margin: 0 12px; border-radius: 17px; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,25,55,.94) 0%, rgba(8,26,55,.9) 26%, rgba(9,29,61,.42) 67%, rgba(9,29,61,.08) 100%); }
  .hero-content { justify-content: flex-end; padding: 40px 27px 82px; }
  .hero h1 { font-size: clamp(3.35rem, 12vw, 5rem); margin: 22px 0 18px; }
  .hero h1 em { display: block; }
  .hero-content > p { font-size: 1.1rem; max-width: 480px; }
  .hero-link { margin-top: 25px; }
  .hero-chapter { right: 24px; bottom: 25px; font-size: .68rem; }
  .eyebrow { font-size: .71rem; letter-spacing: .11em; }
  .eyebrow-line { width: 20px; }
  .story-section { padding-top: 90px; padding-bottom: 85px; }
  .story-grid { display: block; margin-top: 31px; }
  .story-grid h2 { font-size: clamp(3.1rem, 10vw, 4.8rem); margin-bottom: 36px; }
  .story-copy .story-opening { font-size: 1.42rem; }
  .story-copy p { font-size: 1.07rem; }
  .story-rule { margin-top: 85px; }
  .desk-wrap { padding-top: 85px; padding-bottom: 90px; }
  .desk-heading-row { display: block; margin: 34px 0 42px; }
  .desk-heading-row h2 { font-size: clamp(3.2rem, 10vw, 4.8rem); }
  .desk-heading-row p { font-size: 1.05rem; }
  .sort-button { margin-top: 30px; min-height: 61px; }
  .desk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .note { min-height: 175px; padding: 21px 16px; }
  .note-text { font-size: clamp(1.15rem, 4vw, 1.55rem); }
  .note-meta { font-size: .65rem; }
  .note-corner { right: 15px; bottom: 15px; }
  .note-one { transform: translate(-2px, 8px) rotate(-4deg); }
  .note-two { transform: translate(2px, -5px) rotate(3deg); }
  .note-three { transform: translate(2px, 6px) rotate(3deg); }
  .note-four { transform: translate(-2px, -5px) rotate(-3deg); }
  .note-five { transform: translate(-1px, 7px) rotate(-3deg); }
  .note-six { transform: translate(2px, -5px) rotate(3deg); }
  .board-bottom { padding-top: 35px; font-size: .67rem; line-height: 1.5; }
  .closing-wrap { padding-top: 90px; padding-bottom: 100px; }
  .closing-main { grid-template-columns: 1fr; margin-top: 65px; gap: 30px; }
  .closing-glyph { width: 64px; border-width: 14px; }
  .closing-main h2 { font-size: clamp(3.6rem, 11vw, 5.6rem); }
  .closing-main h2 em { white-space: normal; }
  .closing-aside { grid-column: 1; margin-top: 25px; max-width: 100%; }
  .site-footer { min-height: 0; flex-wrap: wrap; padding-top: 42px; padding-bottom: 42px; }
  .site-footer p { order: 3; flex-basis: 100%; }
}
@media (max-width: 400px) {
  .header-status { font-size: .65rem; padding: 9px 10px; }
  .hero { min-height: 645px; }
  .hero h1 { font-size: 3.22rem; }
  .hero-content { padding-inline: 22px; }
  .desk-board { padding-inline: 17px; }
  .note { min-height: 165px; padding: 18px 12px; }
  .note-text { font-size: 1.12rem; }
  .note-meta { font-size: .61rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
