@font-face { font-family: 'Young Serif'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(youngserif-400.woff2) format('woff2'); }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(golostext-400.woff2) format('woff2'); }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 500; font-display: swap;
  src: url(golostext-500.woff2) format('woff2'); }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 700; font-display: swap;
  src: url(golostext-700.woff2) format('woff2'); }

:root {
  --gus-paper: #f5f8fc;
  --gus-ink: #131b26;
  --gus-cobalt: #1b4b96;
  --gus-cobaltdeep: #143a75;
  --gus-porcelain: #cfdff2;
  --gus-jade: #1f6551;
  --gus-aqua: #12707c;
  --gus-quiet: #4f5d72;
  --gus-wash: #eaf0f7;
  --gus-frost: #e3edfa;
  --gus-edge: #d5dfec;
  --gus-card: #ffffff;

  --gus-body: var(--gus-ink);
  --gus-head: var(--gus-ink);
  --gus-soft: var(--gus-quiet);
  --gus-kick: var(--gus-jade);
  --gus-rule: var(--gus-edge);
  --gus-panel: var(--gus-card);
  --gus-glow: var(--gus-aqua);
  --gus-link: var(--gus-cobaltdeep);

  --gus-air: clamp(20px, 3.2vw, 40px);
  --gus-rise: clamp(48px, 6vw, 86px);
  --gus-gap: 21px;
  --gus-gapwide: 27px;
  --gus-round: 10px;
  --gus-tileround: 18px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font: 400 17.5px/1.62 'Golos Text', 'Segoe UI', system-ui, sans-serif;
  background: var(--gus-paper);
  color: var(--gus-body);
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--gus-link); }

h1, h2, h3, h4 {
  font-family: 'Young Serif', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1.14;
  color: var(--gus-head);
  margin: 0 0 15px;
}
h1 { font-size: clamp(29px, 4.1vw, 46px); letter-spacing: -0.012em; }
h2 { font-size: clamp(23px, 2.7vw, 32px); letter-spacing: -0.008em; }
h3 { font-size: 19.5px; line-height: 1.26; }
h4 { font-size: 17px; line-height: 1.3; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 23px; }
li { margin: 0 0 7px; }

:focus-visible { outline: 3px solid var(--gus-cobalt); outline-offset: 2px; }

.gus-hall { width: min(1140px, 100% - 52px); margin: 0 auto; }
.gus-narrow { width: min(752px, 100% - 52px); margin: 0 auto; }

.gus-jumpline {
  position: absolute; left: -9999px; top: 0; z-index: 70;
  background: var(--gus-ink); color: var(--gus-paper);
  padding: 11px 20px; border-radius: 0 0 var(--gus-round) 0;
  font-weight: 500; text-decoration: none;
}
.gus-jumpline:focus { left: 0; }

.gus-lintel {
  background: var(--gus-paper);
  border-bottom: 1px solid var(--gus-edge);
  position: sticky; top: 0; z-index: 45;
}
.gus-lintel > div { display: flex; align-items: center; gap: 24px; padding: 14px 0; }
.gus-mark { display: inline-flex; flex: 0 0 auto; }
.gus-mark img { width: 150px; height: 26px; }
.gus-lintelnav {
  display: flex; flex-wrap: wrap; gap: 4px 20px; margin-left: auto;
  font-size: 15.5px; font-weight: 500;
}
.gus-lintelnav a { color: var(--gus-ink); text-decoration: none; padding: 5px 2px; }
.gus-lintelnav a:hover { color: var(--gus-cobalt); }

.gus-band, .gus-washband, .gus-nightband { padding: var(--gus-rise) 0; }
.gus-washband { background: var(--gus-wash); }
.gus-frostband { background: var(--gus-frost); padding: var(--gus-rise) 0; }
.gus-nightband {
  background: var(--gus-ink);
  --gus-body: #eef2f8;
  --gus-head: #f5f8fc;
  --gus-soft: #9fb0c6;
  --gus-kick: var(--gus-porcelain);
  --gus-rule: #2b3a4f;
  --gus-panel: #1f2c3d;
  --gus-glow: #7fd3dd;
  --gus-link: var(--gus-porcelain);
  color: var(--gus-body);
}

.gus-kicker {
  display: block;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gus-kick);
  margin: 0 0 12px;
}
.gus-lede { font-size: clamp(17.5px, 1.7vw, 19.5px); color: var(--gus-soft); max-width: 62ch; }
.gus-heading { max-width: 66ch; margin: 0 0 34px; }
.gus-heading p { color: var(--gus-soft); margin: 0; }

.gus-keyrow { display: flex; flex-wrap: wrap; gap: 13px; margin: 26px 0 0; }
.gus-key, .gus-keyline {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 27px; border-radius: 999px;
  font: 500 16px/1 'Golos Text', sans-serif;
  text-decoration: none; border: 2px solid transparent; cursor: pointer;
}
.gus-key { background: var(--gus-cobalt); color: var(--gus-paper); }
.gus-key:hover { background: var(--gus-cobaltdeep); color: var(--gus-paper); }
.gus-keyline { border-color: var(--gus-cobalt); color: var(--gus-cobaltdeep); background: transparent; }
.gus-keyline:hover { background: var(--gus-cobalt); color: var(--gus-paper); }
.gus-nightband .gus-keyline { border-color: var(--gus-porcelain); color: var(--gus-porcelain); }
.gus-nightband .gus-keyline:hover { background: var(--gus-porcelain); color: var(--gus-ink); }

.gus-opening { padding: clamp(40px, 5vw, 72px) 0 var(--gus-rise); }
.gus-opening > div { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(28px, 4.4vw, 62px); align-items: center; }
.gus-openingcopy h1 { margin-bottom: 18px; }
.gus-openingart {
  border-radius: var(--gus-tileround); overflow: hidden;
  background: var(--gus-card); border: 1px solid var(--gus-edge);
  aspect-ratio: 4 / 3; min-height: 0; position: relative;
}
.gus-openingart img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gus-openingfacts {
  display: flex; flex-wrap: wrap; gap: 10px 30px; margin: 30px 0 0;
  padding: 20px 0 0; border-top: 1px solid var(--gus-rule);
  font-size: 15px; color: var(--gus-soft);
}
.gus-openingfacts b { display: block; font: 400 22px/1.2 'Young Serif', Georgia, serif; color: var(--gus-head); }

.gus-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gus-gap); }
.gus-walltile {
  display: flex; flex-direction: column; text-decoration: none; color: var(--gus-body);
  background: var(--gus-panel); border: 1px solid var(--gus-rule);
  border-radius: var(--gus-tileround); overflow: hidden;
}
.gus-walltile:hover { border-color: var(--gus-cobalt); }
.gus-wallshot { display: block; aspect-ratio: 5 / 4; min-height: 0; position: relative; background: var(--gus-frost); }
.gus-wallshot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gus-wallbody { display: block; padding: 17px 20px 20px; }
.gus-wallname { display: block; font: 400 20px/1.22 'Young Serif', Georgia, serif; color: var(--gus-head); margin: 0 0 5px; }
.gus-wallcount { display: block; font-size: 14.5px; color: var(--gus-soft); }

.gus-fourstep { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gus-gap); }
.gus-stepcard {
  display: flex; flex-direction: column;
  background: var(--gus-panel); border: 1px solid var(--gus-rule);
  border-radius: var(--gus-tileround); padding: 24px 22px 22px;
  text-decoration: none; color: var(--gus-body);
}
.gus-stepcard:hover { border-color: var(--gus-cobalt); }
.gus-stepnum {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--gus-cobalt); color: var(--gus-paper);
  display: inline-flex; align-items: center; justify-content: center;
  font: 400 20px/1 'Young Serif', Georgia, serif; margin: 0 0 16px;
}
.gus-stepcard h3 { margin: 0 0 8px; }
.gus-stepcard p { font-size: 15px; color: var(--gus-soft); margin: 0 0 16px; }
.gus-steptail { display: block; margin-top: auto; font-size: 14.5px; font-weight: 500; color: var(--gus-link); }

.gus-merits { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 44px); }
.gus-merit svg { width: 34px; height: 34px; margin: 0 0 15px; display: block; color: var(--gus-cobalt); }
.gus-merit h3 { margin: 0 0 8px; }
.gus-merit p { color: var(--gus-soft); margin: 0; font-size: 16px; }

.gus-lessons { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gus-gap); }
.gus-lesson {
  display: flex; flex-direction: column;
  background: var(--gus-panel); border: 1px solid var(--gus-rule);
  border-radius: var(--gus-tileround); padding: 26px 24px;
  text-decoration: none; color: var(--gus-body);
}
.gus-lesson:hover { border-color: var(--gus-cobalt); }
.gus-lessontag {
  display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gus-kick); margin: 0 0 12px;
}
.gus-lesson h3 { margin: 0 0 9px; }
.gus-lesson p { font-size: 15px; color: var(--gus-soft); margin: 0; }

.gus-dressing { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(22px, 3vw, 38px); }
.gus-pairing {
  background: var(--gus-panel); border: 1px solid var(--gus-rule);
  border-radius: var(--gus-tileround); overflow: hidden;
}
.gus-pairshots { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--gus-rule); }
.gus-pairshots > span { aspect-ratio: 1 / 1; min-height: 0; position: relative; display: block; background: var(--gus-frost); }
.gus-pairshots img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gus-pairtext { padding: 24px; }
.gus-pairtext h3 { margin: 0 0 9px; }
.gus-pairtext p { font-size: 15.5px; color: var(--gus-soft); margin: 0 0 16px; }
.gus-pairlinks { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 15px; font-weight: 500; }

.gus-creed { max-width: 24ch; }
.gus-creed h2 { font-size: clamp(28px, 3.8vw, 42px); }
.gus-creedwrap { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(26px, 4vw, 56px); align-items: start; }
.gus-creedbody p { color: var(--gus-soft); font-size: 17px; }
.gus-creedbody p:last-child { margin-bottom: 0; }

.gus-lastcall { text-align: center; }
.gus-lastcall h2 { margin-bottom: 14px; }
.gus-lastcall p { color: var(--gus-soft); max-width: 58ch; margin: 0 auto 4px; }
.gus-lastcall .gus-keyrow { justify-content: center; }

.gus-shelf { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gus-gap); }
.gus-shelf3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gus-gapwide); }

.gus-piecebox { display: flex; flex-direction: column; min-height: 0; }
.gus-piecebox .gus-piece { flex: 1 1 auto; }
.gus-piecefoot { display: flex; padding: 11px 0 0; }
.gus-piecefoot .gus-buy { width: 100%; padding: 11px 18px; }

.gus-piece {
  display: flex; flex-direction: column;
  background: var(--gus-panel); border: 1px solid var(--gus-rule);
  border-radius: var(--gus-tileround); overflow: hidden;
  text-decoration: none; color: var(--gus-body);
}
.gus-piece:hover { border-color: var(--gus-cobalt); }
.gus-pieceshot { display: block; aspect-ratio: 1 / 1; min-height: 0; position: relative; background: #ffffff; }
.gus-pieceshot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 13px 15px; }
.gus-piecebody { padding: 15px 17px 18px; display: flex; flex-direction: column; flex: 1 1 auto; }
.gus-piecename { display: block; font-size: 15.5px; font-weight: 500; line-height: 1.34; margin: 0 0 9px; color: var(--gus-head); }
.gus-piecemeta { display: block; margin-top: auto; }
.gus-glint { color: var(--gus-glow); letter-spacing: 0.06em; font-size: 14px; }
.gus-votes { font-size: 13.5px; color: var(--gus-soft); }
.gus-ante { display: block; font: 400 19px/1.2 'Young Serif', Georgia, serif; color: var(--gus-head); margin: 7px 0 0; }

.gus-buy {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gus-cobalt); border: 2px solid var(--gus-cobalt);
  border-radius: 999px; padding: 12px 26px; cursor: pointer;
}
.gus-buy:hover { background: var(--gus-cobaltdeep); border-color: var(--gus-cobaltdeep); }
.gus-buy img { width: 138px; height: 18px; }

.gus-trail { font-size: 14px; color: var(--gus-soft); padding: 18px 0 0; }
.gus-trail ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 9px; margin: 0; padding: 0; }
.gus-trail li { margin: 0; }
.gus-trail li + li::before { content: '\002f'; margin-right: 9px; color: var(--gus-rule); }
.gus-trail a { color: var(--gus-soft); text-decoration: none; }
.gus-trail a:hover { color: var(--gus-link); }

.gus-housenote { margin: 0; max-width: min(382px, 100%); opacity: 0.92; }

.gus-underfloor { background: var(--gus-ink); color: #eef2f8; padding: 54px 0 30px;
  --gus-body: #eef2f8; --gus-head: #f5f8fc; --gus-soft: #9fb0c6;
  --gus-kick: var(--gus-porcelain); --gus-rule: #2b3a4f; --gus-link: var(--gus-porcelain); }
.gus-floorgrid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 30px 34px; }
.gus-floorbrand img { width: 167px; height: 29px; margin: 0 0 16px; }
.gus-floorbrand p { font-size: 15px; color: var(--gus-soft); max-width: 34ch; }
.gus-floorhead { font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gus-kick); margin: 0 0 14px; }
.gus-floorlist { list-style: none; margin: 0; padding: 0; font-size: 15px; }
.gus-floorlist li { margin: 0 0 9px; }
.gus-floorlist a { color: #eef2f8; text-decoration: none; }
.gus-floorlist a:hover { color: var(--gus-porcelain); }
.gus-floorbase { display: flex; flex-wrap: wrap; gap: 18px 30px; align-items: flex-start;
  justify-content: space-between; margin: 40px 0 0; padding: 26px 0 0;
  border-top: 1px solid var(--gus-rule); font-size: 14px; color: var(--gus-soft); }

.gus-single { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4vw, 54px); align-items: start;
  padding: 30px 0 var(--gus-rise); }
.gus-singleart { background: #ffffff; border: 1px solid var(--gus-edge); border-radius: var(--gus-tileround);
  aspect-ratio: 1 / 1; min-height: 0; position: relative; overflow: hidden; }
.gus-singleart img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 24px 26px; }
.gus-singlecopy h1 { font-size: clamp(25px, 3vw, 35px); margin-bottom: 12px; }
.gus-singlerate { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; }
.gus-antebox { border-top: 1px solid var(--gus-edge); border-bottom: 1px solid var(--gus-edge);
  padding: 20px 0; margin: 0 0 24px; }
.gus-antebig { display: block; font: 400 30px/1.1 'Young Serif', Georgia, serif; color: var(--gus-head); margin: 0 0 6px; }
.gus-antenote { font-size: 13.5px; color: var(--gus-soft); margin: 0; max-width: 46ch; }
.gus-singleintro { font-size: 17px; }
.gus-traits { list-style: none; margin: 0 0 26px; padding: 0; }
.gus-traits li { position: relative; padding-left: 26px; margin: 0 0 11px; font-size: 16px; }
.gus-traits li::before { content: ''; position: absolute; left: 0; top: 8px;
  width: 11px; height: 11px; border-radius: 3px; background: var(--gus-cobalt); }
.gus-closingante { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 18px 26px; background: var(--gus-frost); border-radius: var(--gus-tileround); padding: 26px 30px; }
.gus-closingante p { margin: 0; }
.gus-closingband { padding: 0 0 var(--gus-rise); }

.gus-pagehead { padding: 34px 0 30px; }
.gus-pagehead h1 { margin-bottom: 12px; }
.gus-pagehead p { color: var(--gus-soft); max-width: 64ch; margin: 0; }

.gus-guidewall { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gus-gapwide); }
.gus-guidecard { display: flex; flex-direction: column; background: var(--gus-panel);
  border: 1px solid var(--gus-rule); border-radius: var(--gus-tileround);
  padding: 28px 26px; text-decoration: none; color: var(--gus-body); }
.gus-guidecard:hover { border-color: var(--gus-cobalt); }
.gus-guidecard h2 { font-size: 21.5px; margin: 0 0 11px; }
.gus-guidecard p { color: var(--gus-soft); font-size: 15.5px; margin: 0; }

.gus-longread { padding: 8px 0 var(--gus-rise); }
.gus-longread h2 { margin: 38px 0 14px; }
.gus-longread h3 { margin: 26px 0 10px; }
.gus-longread p, .gus-longread li { font-size: 17.5px; }
.gus-longread ul { padding-left: 20px; }

.gus-prose { padding: 8px 0 var(--gus-rise); }
.gus-prose h2 { margin: 34px 0 12px; }
.gus-prose h3 { margin: 24px 0 9px; }
.gus-prose dl { margin: 0; }
.gus-prose dt { font-weight: 500; margin: 22px 0 6px; color: var(--gus-head); }
.gus-prose dd { margin: 0; color: var(--gus-soft); }

.gus-deskform { background: var(--gus-panel); border: 1px solid var(--gus-rule);
  border-radius: var(--gus-tileround); padding: clamp(22px, 3vw, 34px); margin: 0 0 40px; }
.gus-askblock { border: 0; padding: 0; margin: 0 0 26px; min-width: 0; }
.gus-askblock:last-child { margin-bottom: 0; }
.gus-asklegend { font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gus-kick); padding: 0; margin: 0 0 12px; }
.gus-choices { display: flex; flex-wrap: wrap; gap: 9px 11px; }
.gus-choices label { display: inline-flex; }
.gus-choices input { position: absolute; opacity: 0; width: 0; height: 0; }
.gus-choice { display: inline-flex; align-items: center; padding: 10px 20px; border-radius: 999px;
  border: 2px solid var(--gus-rule); font-size: 15px; cursor: pointer; background: var(--gus-paper); }
.gus-choices input:checked + .gus-choice { border-color: var(--gus-cobalt);
  background: var(--gus-cobalt); color: var(--gus-paper); }
.gus-choices input:focus-visible + .gus-choice { outline: 3px solid var(--gus-cobalt); outline-offset: 2px; }
.gus-tablenote { font-size: 16px; color: var(--gus-soft); background: var(--gus-frost);
  border-radius: var(--gus-round); padding: 16px 20px; margin: 0 0 26px; }
.gus-more { display: inline-flex; align-items: center; padding: 12px 26px; border-radius: 999px;
  border: 2px solid var(--gus-cobalt); background: transparent; color: var(--gus-cobaltdeep);
  font: 500 15.5px/1 'Golos Text', sans-serif; cursor: pointer; }
.gus-more:hover { background: var(--gus-cobalt); color: var(--gus-paper); }

.gus-lost { text-align: center; padding: clamp(56px, 8vw, 110px) 0; }
.gus-lost .gus-keyrow { justify-content: center; }

@media (max-width: 1000px) {
  .gus-wall, .gus-lessons, .gus-merits, .gus-shelf3 { grid-template-columns: repeat(2, 1fr); }
  .gus-shelf { grid-template-columns: repeat(2, 1fr); }
  .gus-fourstep { grid-template-columns: repeat(2, 1fr); }
  .gus-floorgrid { grid-template-columns: 1fr 1fr; gap: 28px 32px; }
}

@media (max-width: 820px) {
  .gus-opening > div, .gus-creedwrap, .gus-single, .gus-dressing, .gus-guidewall {
    grid-template-columns: 1fr;
  }
  .gus-openingart { aspect-ratio: 16 / 10; }
  .gus-creed { max-width: none; }
  .gus-lintel { position: static; }
  .gus-lintel > div { flex-wrap: wrap; gap: 12px 20px; }
  .gus-lintelnav { margin-left: 0; width: 100%; font-size: 15px; }
}

@media (max-width: 560px) {
  body { font-size: 17px; }
  .gus-hall, .gus-narrow { width: calc(100% - 34px); }
  .gus-wall, .gus-shelf, .gus-shelf3, .gus-lessons, .gus-merits, .gus-fourstep,
  .gus-floorgrid { grid-template-columns: 1fr; }
  .gus-floorgrid { gap: 26px; }
  .gus-keyrow { flex-direction: column; align-items: stretch; }
  .gus-key, .gus-keyline { width: 100%; }
  .gus-closingante { flex-direction: column; align-items: flex-start; }
  .gus-openingfacts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; }
}

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