/*
THE FORTRESS OF MEMORIES
CHAPTER II — THE HOUSE THAT HELD US
Independent stylesheet
*/

#fortress-chapter.fortress-house-page {
  --ivory: #f7f2e8;
  --paper: #efe3cf;
  --ink: #201a15;
  --brown: #65564a;
  --green: #10281e;
  --green-2: #0b1d16;
  --gold: #c3a04e;
  --gold-soft: #e7d191;
  --line: rgba(154, 106, 32, .24);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Jost", Arial, sans-serif;
}

#fortress-chapter,
#fortress-chapter * {
  box-sizing: border-box;
}

#fortress-chapter img {
  display: block;
  max-width: 100%;
}

#fortress-chapter a {
  color: inherit;
}

#fortress-chapter .house-shell,
#fortress-chapter .house-wide {
  width: min(calc(100% - 64px), 1380px);
  margin-inline: auto;
}

#fortress-chapter .house-reading {
  width: min(calc(100% - 48px), 790px);
  margin-inline: auto;
}

/* HERO */
#fortress-chapter .house-hero {
  position: relative;
  min-height: clamp(720px, 90vh, 970px);
  isolation: isolate;
  color: #fff;
  background:
    linear-gradient(rgba(14, 29, 21, .18), rgba(14, 29, 21, .18)),
    var(--hero-image) center / cover no-repeat;
}

#fortress-chapter .house-hero__veil {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 12, .95) 0%, rgba(7, 17, 12, .72) 37%, rgba(7, 17, 12, .12) 75%),
    linear-gradient(180deg, rgba(0, 0, 0, .30), transparent 34%, rgba(0, 0, 0, .66));
}

#fortress-chapter .house-hero__inner {
  position: relative;
  min-height: inherit;
}

#fortress-chapter .house-topbar {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  border-bottom: 1px solid rgba(255,255,255,.22);
}

#fortress-chapter .house-brand {
  display: grid;
  flex: 0 0 auto;
  text-decoration: none;
  line-height: 1;
}

#fortress-chapter .house-brand strong {
  color: var(--gold-soft);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: .18em;
}

#fortress-chapter .house-brand span {
  margin-top: 7px;
  color: rgba(255,255,255,.70);
  font-size: 8px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

#fortress-chapter .house-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.5vw, 38px);
  margin-left: auto;
}

#fortress-chapter .house-nav a,
#fortress-chapter .house-language {
  position: relative;
  padding: 12px 0;
  color: rgba(255,255,255,.90);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

#fortress-chapter .house-nav a.is-current {
  color: var(--gold-soft);
}

#fortress-chapter .house-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--gold-soft);
  transition: right .3s ease;
}

#fortress-chapter .house-nav a:hover::after,
#fortress-chapter .house-nav a.is-current::after {
  right: 0;
}

#fortress-chapter .house-language {
  min-width: 78px;
  padding: 9px 14px;
  border: 1px solid rgba(231,209,145,.62);
  color: var(--gold-soft);
  text-align: center;
  text-transform: none;
}

#fortress-chapter .house-hero__content {
  position: absolute;
  left: 0;
  bottom: clamp(96px, 13vh, 150px);
  max-width: 880px;
}

#fortress-chapter .house-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 25px;
  color: rgba(255,255,255,.64);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .19em;
  text-transform: uppercase;
}

#fortress-chapter .house-breadcrumb a {
  color: var(--gold-soft);
  text-decoration: none;
}

#fortress-chapter .house-hero h1 {
  max-width: 830px;
  margin: 0 0 27px;
  color: #fffaf0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(72px, 10vw, 148px);
  font-weight: 500;
  line-height: .83;
  letter-spacing: -.068em;
  text-shadow: 0 8px 48px rgba(0,0,0,.30);
}

#fortress-chapter .house-deck {
  max-width: 650px;
  margin: 0;
  color: rgba(255,250,240,.90);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.48;
}

#fortress-chapter .house-arabic {
  margin-top: 28px;
  color: var(--gold-soft);
  font-family: "Amiri", serif;
  font-size: 25px;
}

#fortress-chapter .house-scroll {
  position: absolute;
  right: 0;
  bottom: 42px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: rgba(255,255,255,.72);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
}

#fortress-chapter .house-scroll i {
  width: 42px;
  height: 1px;
  background: var(--gold-soft);
}

/* ARTICLE */
#fortress-chapter .house-article {
  background:
    radial-gradient(circle at 50% 16%, rgba(195,160,78,.06), transparent 29%),
    var(--ivory);
}

#fortress-chapter .house-opening {
  position: relative;
  padding-top: clamp(100px, 12vw, 165px);
  padding-bottom: clamp(85px, 10vw, 135px);
  text-align: center;
}

#fortress-chapter .house-number {
  margin-bottom: 34px;
  color: var(--gold);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 17px;
  font-style: italic;
}

#fortress-chapter .house-opening-line {
  max-width: 770px;
  margin: 0 auto 34px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(37px, 4.8vw, 65px);
  line-height: 1.06;
  letter-spacing: -.045em;
  text-wrap: balance;
}

#fortress-chapter .house-meta {
  color: #9a7a4d;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .20em;
  text-transform: uppercase;
}

#fortress-chapter .house-prose {
  padding-bottom: 80px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(19px, 1.65vw, 23px);
  line-height: 1.82;
}

#fortress-chapter .house-prose p {
  margin: 0 0 27px;
}

#fortress-chapter .house-dropcap::first-letter {
  float: left;
  margin: .08em .12em 0 0;
  color: var(--gold);
  font-size: 4.7em;
  line-height: .72;
}

#fortress-chapter .house-quote {
  margin-top: 40px;
  margin-bottom: clamp(115px, 14vw, 190px);
  padding: clamp(68px, 9vw, 125px) clamp(30px, 7vw, 100px);
  background: var(--green);
  text-align: center;
}

#fortress-chapter .house-quote blockquote {
  max-width: 970px;
  margin: 0 auto;
  color: var(--gold-soft);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(43px, 6vw, 83px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.048em;
}

#fortress-chapter .house-kicker {
  display: block;
  margin-bottom: 18px;
  color: #aa7d2b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .23em;
  text-transform: uppercase;
}

#fortress-chapter .house-section-number {
  position: absolute;
  top: -56px;
  color: rgba(195,160,78,.16);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 118px;
  font-style: italic;
  line-height: 1;
}

/* DOORS */
#fortress-chapter .house-doors {
  display: grid;
  grid-template-columns: minmax(0,1.16fr) minmax(360px,.84fr);
  min-height: 740px;
  margin-bottom: clamp(120px, 14vw, 190px);
  overflow: hidden;
  background: var(--green);
  box-shadow: 0 38px 110px rgba(18,25,19,.22);
}

#fortress-chapter .house-doors__image {
  min-height: 740px;
  overflow: hidden;
}

#fortress-chapter .house-doors__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#fortress-chapter .house-doors__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 6.5vw, 96px);
}

#fortress-chapter .house-doors__copy h2,
#fortress-chapter .house-sariia__copy h2,
#fortress-chapter .house-khzim__copy h2,
#fortress-chapter .house-light__copy h2,
#fortress-chapter .house-animals__copy h2,
#fortress-chapter .house-well__copy h2 {
  margin: 0 0 30px;
  color: var(--green);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(49px, 5.4vw, 78px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.052em;
}

#fortress-chapter .house-doors__copy h2 {
  color: #fffaf0;
}

#fortress-chapter .house-doors__copy p,
#fortress-chapter .house-sariia__copy p,
#fortress-chapter .house-khzim__copy p,
#fortress-chapter .house-light__copy p,
#fortress-chapter .house-animals__copy p,
#fortress-chapter .house-well__copy p {
  margin: 0 0 21px;
  color: var(--brown);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 18px;
  line-height: 1.76;
}

#fortress-chapter .house-doors__copy p {
  color: rgba(247,242,232,.82);
}

#fortress-chapter .house-doors__line {
  margin-top: 18px !important;
  padding-top: 26px;
  border-top: 1px solid rgba(231,209,145,.30);
  color: var(--gold-soft) !important;
  font-size: 21px !important;
  font-style: italic;
}

/* PLAN */
#fortress-chapter .house-plan {
  display: grid;
  grid-template-columns: minmax(340px,.78fr) minmax(0,1.22fr);
  gap: clamp(55px,7vw,110px);
  align-items: center;
  margin-bottom: clamp(125px, 15vw, 205px);
}

#fortress-chapter .house-plan__copy h2 {
  margin: 0 0 30px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(50px, 5.4vw, 80px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.052em;
}

#fortress-chapter .house-plan__copy p {
  margin: 0 0 22px;
  color: var(--brown);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 19px;
  line-height: 1.78;
}

#fortress-chapter .house-plan__figure {
  position: relative;
  margin: 0;
  padding: clamp(18px, 3vw, 38px);
  background: #eadcc5;
  box-shadow: 0 30px 90px rgba(39,29,17,.15);
}

#fortress-chapter .house-plan__figure::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(154,106,32,.30);
  pointer-events: none;
}

#fortress-chapter .house-plan__figure img {
  width: 100%;
  height: auto;
}

#fortress-chapter .house-plan__figure figcaption,
#fortress-chapter .house-khzim__image figcaption,
#fortress-chapter .house-well__image figcaption {
  margin-top: 18px;
  color: #75685a;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.55;
}

/* WATER */
#fortress-chapter .house-water {
  position: relative;
  min-height: 730px;
  display: flex;
  align-items: flex-end;
  margin-bottom: clamp(125px, 15vw, 205px);
  overflow: hidden;
  isolation: isolate;
  background: var(--water-image) center / cover no-repeat;
}

#fortress-chapter .house-water__veil,
#fortress-chapter .house-stah__veil {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,17,12,.92), rgba(7,17,12,.67) 45%, rgba(7,17,12,.12) 79%),
    linear-gradient(180deg, transparent 35%, rgba(7,17,12,.65));
}

#fortress-chapter .house-water__copy {
  width: min(680px, calc(100% - 80px));
  margin: 0 0 clamp(55px,7vw,98px) clamp(40px,7vw,104px);
  color: #fff;
}

#fortress-chapter .house-water__copy h2,
#fortress-chapter .house-stah__copy h2,
#fortress-chapter .house-sleep__copy h2 {
  margin: 0 0 29px;
  color: #fffaf0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(52px,6vw,86px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.056em;
}

#fortress-chapter .house-water__copy p,
#fortress-chapter .house-stah__copy p,
#fortress-chapter .house-sleep__copy p {
  margin: 0 0 21px;
  color: rgba(255,250,240,.84);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 19px;
  line-height: 1.74;
}

#fortress-chapter .house-water__closing,
#fortress-chapter .house-stah__line,
#fortress-chapter .house-sleep__line {
  margin-top: 28px !important;
  padding-left: 25px;
  border-left: 2px solid var(--gold);
  color: var(--gold-soft) !important;
  font-size: 22px !important;
  font-style: italic;
}

/* SARIIA */
#fortress-chapter .house-sariia {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(350px,.9fr);
  gap: clamp(60px,7vw,115px);
  align-items: center;
  margin-bottom: clamp(125px, 15vw, 205px);
}

#fortress-chapter .house-sariia__image {
  position: relative;
}

#fortress-chapter .house-sariia__image::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 34px -28px -28px 34px;
  border: 1px solid rgba(195,160,78,.44);
}

#fortress-chapter .house-sariia__image img {
  width: 100%;
  height: clamp(600px,62vw,810px);
  object-fit: cover;
  box-shadow: 0 34px 100px rgba(28,23,16,.17);
}

#fortress-chapter .house-sariia__copy,
#fortress-chapter .house-khzim__copy,
#fortress-chapter .house-light__copy,
#fortress-chapter .house-animals__copy,
#fortress-chapter .house-well__copy {
  position: relative;
}

#fortress-chapter .house-sariia__copy .house-section-number,
#fortress-chapter .house-khzim__copy .house-section-number,
#fortress-chapter .house-light__copy .house-section-number,
#fortress-chapter .house-animals__copy .house-section-number {
  left: -12px;
}

#fortress-chapter .house-sariia__note {
  margin-top: 28px !important;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: var(--green) !important;
  font-size: 22px !important;
  font-style: italic;
}

/* KHZIM */
#fortress-chapter .house-khzim {
  display: grid;
  grid-template-columns: minmax(350px,.92fr) minmax(0,1.08fr);
  gap: clamp(60px,7vw,115px);
  align-items: center;
  margin-bottom: clamp(125px, 15vw, 205px);
  padding: clamp(60px,8vw,105px);
  background: #eee2ce;
}

#fortress-chapter .house-khzim__memory {
  margin-top: 29px !important;
  padding: 22px 0 22px 25px;
  border-left: 2px solid var(--gold);
  color: var(--green) !important;
  font-size: 24px !important;
  font-style: italic;
}

#fortress-chapter .house-khzim__image {
  margin: 0;
}

#fortress-chapter .house-khzim__image img {
  width: 100%;
  height: clamp(560px,58vw,760px);
  object-fit: cover;
  box-shadow: 0 30px 90px rgba(39,29,17,.16);
}

/* SLEEP */
#fortress-chapter .house-sleep {
  position: relative;
  min-height: 880px;
  display: flex;
  align-items: flex-end;
  margin-bottom: clamp(125px, 15vw, 205px);
  overflow: hidden;
  isolation: isolate;
  background: var(--sleep-image) center / cover no-repeat;
}

#fortress-chapter .house-sleep__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,14,10,.94), rgba(8,14,10,.71) 48%, rgba(8,14,10,.16) 80%),
    linear-gradient(180deg, transparent 36%, rgba(0,0,0,.66));
}

#fortress-chapter .house-sleep__copy {
  width: min(720px, calc(100% - 80px));
  margin: 0 0 clamp(55px,7vw,98px) clamp(40px,7vw,104px);
}

/* LIGHT */
#fortress-chapter .house-light {
  display: grid;
  grid-template-columns: minmax(350px,.92fr) minmax(0,1.08fr);
  gap: clamp(60px,7vw,115px);
  align-items: center;
  margin-bottom: clamp(125px, 15vw, 205px);
}

#fortress-chapter .house-light__visual img {
  width: 100%;
  height: clamp(590px,60vw,790px);
  object-fit: cover;
  box-shadow: 0 34px 100px rgba(28,23,16,.17);
}

#fortress-chapter .house-light__quote {
  margin-top: 30px !important;
  padding-top: 27px;
  border-top: 1px solid var(--line);
  color: var(--green) !important;
  font-size: 24px !important;
  font-style: italic;
}

/* STAH */
#fortress-chapter .house-stah {
  position: relative;
  min-height: 870px;
  display: flex;
  align-items: flex-end;
  margin-bottom: clamp(125px, 15vw, 205px);
  overflow: hidden;
  isolation: isolate;
  background: var(--stah-image) center / cover no-repeat;
}

#fortress-chapter .house-stah__copy {
  width: min(720px, calc(100% - 80px));
  margin: 0 0 clamp(55px,7vw,98px) clamp(40px,7vw,104px);
}

/* ANIMALS */
#fortress-chapter .house-animals {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(350px,.9fr);
  gap: clamp(60px,7vw,115px);
  align-items: center;
  margin-bottom: clamp(125px, 15vw, 205px);
}

#fortress-chapter .house-animals__image img {
  width: 100%;
  height: clamp(610px,61vw,800px);
  object-fit: cover;
  box-shadow: 0 34px 100px rgba(28,23,16,.17);
}

/* WELL */
#fortress-chapter .house-well {
  display: grid;
  grid-template-columns: minmax(350px,.9fr) minmax(0,1.1fr);
  gap: clamp(60px,7vw,115px);
  align-items: center;
  margin-bottom: clamp(130px, 16vw, 220px);
  padding: clamp(60px,8vw,105px);
  background: var(--green);
}

#fortress-chapter .house-well__copy h2 {
  color: #fffaf0;
}

#fortress-chapter .house-well__copy p {
  color: rgba(247,242,232,.82);
}

#fortress-chapter .house-well__image {
  margin: 0;
}

#fortress-chapter .house-well__image img {
  width: 100%;
  height: clamp(590px,60vw,790px);
  object-fit: cover;
}

#fortress-chapter .house-well__image figcaption {
  color: rgba(247,242,232,.64);
}

/* GRANDFATHER */
#fortress-chapter .house-grandfather {
  position: relative;
  min-height: 700px;
  display: grid;
  place-items: center;
  margin-bottom: clamp(125px, 15vw, 205px);
  padding: clamp(72px,10vw,150px) clamp(35px,8vw,120px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.52), transparent 42%),
    #ebdfcc;
}

#fortress-chapter .house-grandfather::before {
  content: "“";
  position: absolute;
  top: -80px;
  left: 7%;
  color: rgba(195,160,78,.16);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 330px;
  line-height: 1;
}

#fortress-chapter .house-grandfather__content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  text-align: center;
}

#fortress-chapter .house-grandfather h2 {
  margin: 0 0 35px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(55px,6vw,90px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.055em;
}

#fortress-chapter .house-grandfather p {
  margin: 0 0 24px;
  color: var(--brown);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 20px;
  line-height: 1.8;
}

#fortress-chapter .house-grandfather__final {
  margin-top: 38px !important;
  color: var(--green) !important;
  font-size: clamp(28px,3vw,40px) !important;
  font-style: italic;
  line-height: 1.3 !important;
}

/* CLOSING */
#fortress-chapter .house-closing {
  padding-top: 20px;
  padding-bottom: clamp(115px,14vw,185px);
  text-align: center;
}

#fortress-chapter .house-closing__label {
  margin-bottom: 24px;
  color: #aa7d2b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .23em;
  text-transform: uppercase;
}

#fortress-chapter .house-closing h2 {
  margin: 0 0 40px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(48px,6vw,84px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.052em;
}

#fortress-chapter .house-closing p {
  margin: 0 0 24px;
  color: var(--brown);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 20px;
  line-height: 1.8;
}

#fortress-chapter .house-closing__statement {
  margin-top: 44px !important;
  padding-top: 38px;
  border-top: 1px solid var(--line);
  color: var(--green) !important;
  font-size: clamp(29px,3.2vw,43px) !important;
  font-style: italic;
  line-height: 1.34 !important;
}

/* FOOTER */
#fortress-chapter .house-footer {
  padding-bottom: 70px;
}

#fortress-chapter .house-footer__closing {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  text-align: center;
}

#fortress-chapter .house-footer__closing span {
  color: #aa7d2b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

#fortress-chapter .house-footer__closing p {
  margin: 10px 0 0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 31px;
}

#fortress-chapter .house-next {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

#fortress-chapter .house-next a {
  position: relative;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  text-decoration: none;
}

#fortress-chapter .house-next a::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--next-image) center / cover no-repeat;
  transition: transform .8s ease;
}

#fortress-chapter .house-next a::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,15,10,.10), rgba(6,15,10,.88));
}

#fortress-chapter .house-next a:hover::before {
  transform: scale(1.035);
}

#fortress-chapter .house-next span {
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

#fortress-chapter .house-next strong {
  max-width: 420px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(31px,4vw,53px);
  font-weight: 500;
  line-height: 1;
}

#fortress-chapter .house-next i {
  margin-top: 24px;
  font-style: normal;
  font-size: 27px;
}

/* RESPONSIVE */
@media (max-width: 980px) {
  #fortress-chapter .house-nav {
    display: none;
  }

  #fortress-chapter .house-language {
    margin-left: auto;
  }

  #fortress-chapter .house-doors,
  #fortress-chapter .house-plan,
  #fortress-chapter .house-sariia,
  #fortress-chapter .house-khzim,
  #fortress-chapter .house-light,
  #fortress-chapter .house-animals,
  #fortress-chapter .house-well {
    grid-template-columns: 1fr;
  }

  #fortress-chapter .house-plan__figure,
  #fortress-chapter .house-khzim__image,
  #fortress-chapter .house-light__visual,
  #fortress-chapter .house-well__image {
    order: -1;
  }

  #fortress-chapter .house-doors__image,
  #fortress-chapter .house-sariia__image img,
  #fortress-chapter .house-khzim__image img,
  #fortress-chapter .house-light__visual img,
  #fortress-chapter .house-animals__image img,
  #fortress-chapter .house-well__image img {
    min-height: 540px;
    height: 540px;
  }
}

@media (max-width: 680px) {
  #fortress-chapter .house-shell,
  #fortress-chapter .house-wide {
    width: calc(100% - 34px);
  }

  #fortress-chapter .house-reading {
    width: calc(100% - 42px);
  }

  #fortress-chapter .house-hero {
    min-height: 700px;
    background-position: 60% center;
  }

  #fortress-chapter .house-topbar {
    min-height: 78px;
  }

  #fortress-chapter .house-brand strong {
    font-size: 23px;
  }

  #fortress-chapter .house-hero__content {
    bottom: 112px;
  }

  #fortress-chapter .house-hero h1 {
    font-size: 65px;
    line-height: .87;
  }

  #fortress-chapter .house-deck {
    font-size: 18px;
  }

  #fortress-chapter .house-scroll {
    right: auto;
    left: 0;
  }

  #fortress-chapter .house-opening-line {
    font-size: 37px;
  }

  #fortress-chapter .house-prose {
    font-size: 19px;
  }

  #fortress-chapter .house-quote {
    width: 100%;
    padding-inline: 24px;
  }

  #fortress-chapter .house-quote blockquote {
    font-size: 43px;
  }

  #fortress-chapter .house-doors,
  #fortress-chapter .house-water,
  #fortress-chapter .house-sleep,
  #fortress-chapter .house-stah,
  #fortress-chapter .house-hanout {
    width: 100%;
  }

  #fortress-chapter .house-doors__image {
    min-height: 480px;
  }

  #fortress-chapter .house-doors__copy,
  #fortress-chapter .house-khzim,
  #fortress-chapter .house-well {
    padding: 48px 26px 55px;
  }

  #fortress-chapter .house-water,
  #fortress-chapter .house-sleep,
  #fortress-chapter .house-stah {
    min-height: 790px;
  }

  #fortress-chapter .house-water__copy,
  #fortress-chapter .house-sleep__copy,
  #fortress-chapter .house-stah__copy {
    width: calc(100% - 44px);
    margin: 0 22px 42px;
  }

  #fortress-chapter .house-water__copy h2,
  #fortress-chapter .house-sleep__copy h2,
  #fortress-chapter .house-stah__copy h2,
  #fortress-chapter .house-doors__copy h2,
  #fortress-chapter .house-sariia__copy h2,
  #fortress-chapter .house-khzim__copy h2,
  #fortress-chapter .house-light__copy h2,
  #fortress-chapter .house-animals__copy h2,
  #fortress-chapter .house-well__copy h2 {
    font-size: 48px;
  }

  #fortress-chapter .house-sariia__image::before {
    inset: 18px -12px -12px 18px;
  }

  #fortress-chapter .house-sariia__image img,
  #fortress-chapter .house-khzim__image img,
  #fortress-chapter .house-light__visual img,
  #fortress-chapter .house-animals__image img,
  #fortress-chapter .house-well__image img {
    min-height: 460px;
    height: 460px;
  }

  #fortress-chapter .house-section-number {
    top: -36px;
    font-size: 88px;
  }

  #fortress-chapter .house-next {
    grid-template-columns: 1fr;
  }

  #fortress-chapter .house-next a {
    min-height: 245px;
    padding: 30px;
  }
}

/* ARABIC MIRROR */
#fortress-chapter[dir="rtl"]{direction:rtl;text-align:right;font-family:"IBM Plex Sans Arabic","Amiri",sans-serif}
#fortress-chapter[dir="rtl"] h1,#fortress-chapter[dir="rtl"] h2,#fortress-chapter[dir="rtl"] blockquote,
#fortress-chapter[dir="rtl"] .house-deck,#fortress-chapter[dir="rtl"] .house-opening-line,
#fortress-chapter[dir="rtl"] .house-prose,#fortress-chapter[dir="rtl"] .house-doors__copy p,
#fortress-chapter[dir="rtl"] .house-plan__copy p,#fortress-chapter[dir="rtl"] .house-water__copy p,
#fortress-chapter[dir="rtl"] .house-sariia__copy p,#fortress-chapter[dir="rtl"] .house-khzim__copy p,
#fortress-chapter[dir="rtl"] .house-sleep__copy p,#fortress-chapter[dir="rtl"] .house-light__copy p,
#fortress-chapter[dir="rtl"] .house-stah__copy p,#fortress-chapter[dir="rtl"] .house-animals__copy p,
#fortress-chapter[dir="rtl"] .house-well__copy p,#fortress-chapter[dir="rtl"] .house-grandfather p,
#fortress-chapter[dir="rtl"] .house-closing p,#fortress-chapter[dir="rtl"] figcaption{
font-family:"Amiri","Noto Naskh Arabic",serif;letter-spacing:0}
#fortress-chapter[dir="rtl"] .house-topbar,#fortress-chapter[dir="rtl"] .house-nav,
#fortress-chapter[dir="rtl"] .house-breadcrumb,#fortress-chapter[dir="rtl"] .house-next{direction:rtl}
#fortress-chapter[dir="rtl"] .house-nav{margin-left:0;margin-right:auto}
#fortress-chapter[dir="rtl"] .house-language{direction:ltr;letter-spacing:.08em}
#fortress-chapter[dir="rtl"] .house-hero__content{left:auto;right:0;text-align:right}
#fortress-chapter[dir="rtl"] .house-scroll{right:auto;left:0}
#fortress-chapter[dir="rtl"] .house-dropcap::first-letter{float:right;margin:.08em 0 0 .12em}
#fortress-chapter[dir="rtl"] .house-section-number{left:auto!important;right:-12px}
#fortress-chapter[dir="rtl"] .house-water__copy,#fortress-chapter[dir="rtl"] .house-sleep__copy,
#fortress-chapter[dir="rtl"] .house-stah__copy{margin-left:0;margin-right:clamp(40px,7vw,104px);text-align:right}
#fortress-chapter[dir="rtl"] .house-water__closing,#fortress-chapter[dir="rtl"] .house-stah__line,
#fortress-chapter[dir="rtl"] .house-sleep__line,#fortress-chapter[dir="rtl"] .house-khzim__memory{
padding-left:0;padding-right:25px;border-left:0;border-right:2px solid var(--gold)}
#fortress-chapter[dir="rtl"] .house-sariia__image::before{inset:34px 34px -28px -28px}
#fortress-chapter[dir="rtl"] .house-grandfather::before{left:auto;right:7%}
@media(max-width:980px){#fortress-chapter[dir="rtl"] .house-language{margin-left:0;margin-right:auto}}
@media(max-width:680px){
#fortress-chapter[dir="rtl"] .house-scroll{left:auto;right:0}
#fortress-chapter[dir="rtl"] .house-water__copy,#fortress-chapter[dir="rtl"] .house-sleep__copy,
#fortress-chapter[dir="rtl"] .house-stah__copy{margin:0 22px 42px}
#fortress-chapter[dir="rtl"] .house-sariia__image::before{inset:18px 18px -12px -12px}}


/* ==========================================================
   FORTRESS COLLECTION — FINAL ORDER 01–09 · GLOBAL FRIEZE
   ========================================================== */
#fortress-chapter .fortress-global-frieze{
  width:min(calc(100% - 56px),1180px);
  margin:0 auto clamp(72px,8vw,112px);
  padding:28px 30px 24px;
  border-top:1px solid rgba(154,106,32,.28);
  border-bottom:1px solid rgba(154,106,32,.28);
  background:rgba(247,242,232,.92);
  color:#211a15;
  font-family:"Jost",Arial,sans-serif;
}
#fortress-chapter .fortress-global-frieze__head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px;
}
#fortress-chapter .fortress-global-frieze__head>span{
  color:#9a6a20;font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
}
#fortress-chapter .fortress-global-frieze__head>strong{
  color:#16281e;font-family:"Bodoni Moda",Georgia,serif;font-size:clamp(18px,2vw,25px);font-weight:500;line-height:1.1;text-align:right;
}
#fortress-chapter .fortress-global-frieze ol{
  position:relative;display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;
}
#fortress-chapter .fortress-global-frieze ol::before{
  content:"";position:absolute;left:5.55%;right:5.55%;top:13px;height:1px;background:rgba(154,106,32,.32);
}
#fortress-chapter .fortress-global-frieze__item{position:relative;z-index:1;text-align:center;min-width:0}
#fortress-chapter .fortress-global-frieze__item a{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;min-width:0}
#fortress-chapter .fortress-global-frieze__item span{
  display:grid;place-items:center;width:27px;height:27px;border:1px solid rgba(154,106,32,.42);border-radius:50%;background:#f7f2e8;color:#806124;font-size:8px;font-weight:700;line-height:1;
}
#fortress-chapter .fortress-global-frieze__item small{
  max-width:92px;color:#75685b;font-size:8px;font-weight:600;line-height:1.25;white-space:normal;
}
#fortress-chapter .fortress-global-frieze__item.is-active span{
  border-color:#c3a04e;background:#16281e;color:#e7d191;box-shadow:0 0 0 4px rgba(195,160,78,.13);
}
#fortress-chapter .fortress-global-frieze__item.is-active small{color:#16281e;font-weight:800}
#fortress-chapter[dir="rtl"] .fortress-global-frieze__head>strong,
#fortress-chapter .grandmother-page--arabic .fortress-global-frieze__head>strong,
#fortress-chapter .grandfather-page--arabic .fortress-global-frieze__head>strong,
#fortress-chapter .last-dinner-page--arabic .fortress-global-frieze__head>strong{
  font-family:"Amiri","Noto Naskh Arabic",serif;text-align:left;
}
#fortress-chapter[dir="rtl"] .fortress-global-frieze__head>span,
#fortress-chapter[dir="rtl"] .fortress-global-frieze__item small{
  font-family:"IBM Plex Sans Arabic","Noto Sans Arabic",Tahoma,Arial,sans-serif;letter-spacing:0;text-transform:none;
}

/* Missing large chapter ordinal for the three late portrait/final chapters */
#fortress-chapter .fortress-chapter-ordinal{
  margin:0 0 28px;color:#c3a04e;font-family:"Bodoni Moda",Georgia,serif;font-size:18px;font-style:italic;font-weight:500;line-height:1;text-align:center;
}
#fortress-chapter[dir="rtl"] .fortress-chapter-ordinal{
  font-family:"Amiri","Noto Naskh Arabic",serif;font-style:normal;font-size:22px;
}

/* ==========================================================
   FORTRESS COLLECTION — PHOTO PAGE TURNER
   ========================================================== */
#fortress-chapter .fortress-page-turner{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;width:100%;margin-top:30px;
}
#fortress-chapter .fortress-page-turner__card{
  position:relative;min-height:250px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;isolation:isolate;padding:34px 36px;color:#fff!important;text-decoration:none!important;background:var(--turn-bg) center/cover no-repeat;border:1px solid rgba(195,160,78,.45);transition:transform .35s ease,filter .35s ease;
}
#fortress-chapter .fortress-page-turner__card::before{
  content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(5,14,9,.08) 8%,rgba(5,14,9,.90) 92%);
}
#fortress-chapter .fortress-page-turner__card:hover{transform:translateY(-3px);filter:saturate(1.05)}
#fortress-chapter .fortress-page-turner__card span{
  margin-bottom:9px;color:#e7d191;font-family:"Jost",Arial,sans-serif;font-size:9px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
}
#fortress-chapter .fortress-page-turner__card strong{
  max-width:520px;color:#fffaf0;font-family:"Bodoni Moda",Georgia,serif;font-size:clamp(28px,3.2vw,46px);font-weight:500;line-height:1.04;
}
#fortress-chapter .fortress-page-turner__card i{margin-top:17px;color:#e7d191;font-size:24px;font-style:normal}
#fortress-chapter[dir="rtl"] .fortress-page-turner__card span{
  font-family:"IBM Plex Sans Arabic","Noto Sans Arabic",Tahoma,Arial,sans-serif;letter-spacing:0;text-transform:none;
}
#fortress-chapter[dir="rtl"] .fortress-page-turner__card strong{
  font-family:"Amiri","Noto Naskh Arabic",serif;line-height:1.3;
}

@media(max-width:780px){
  #fortress-chapter .fortress-global-frieze{width:calc(100% - 28px);padding:24px 14px 20px;margin-bottom:64px}
  #fortress-chapter .fortress-global-frieze__head{display:block;margin-bottom:19px;text-align:center}
  #fortress-chapter .fortress-global-frieze__head>strong{display:block;margin-top:7px;text-align:center;font-size:21px}
  #fortress-chapter .fortress-global-frieze ol::before{left:5.5%;right:5.5%;top:11px}
  #fortress-chapter .fortress-global-frieze__item span{width:23px;height:23px;font-size:7px}
  #fortress-chapter .fortress-global-frieze__item small{display:none}
  #fortress-chapter .fortress-page-turner{grid-template-columns:1fr;gap:12px}
  #fortress-chapter .fortress-page-turner__card{min-height:215px;padding:28px 26px}
}


/* ==========================================================
   FORTRESS VISUAL HOTFIX v3 — 2026-08-08
   Cache-safe global frieze + photographic page turner
   ========================================================== */
#fortress-chapter .fortress-global-frieze{
  display:block!important;
  clear:both;
  position:relative;
  z-index:3;
}
#fortress-chapter .fortress-global-frieze ol{
  display:grid!important;
  grid-template-columns:repeat(9,minmax(0,1fr))!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
#fortress-chapter .fortress-global-frieze__item{
  display:block!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
#fortress-chapter .fortress-global-frieze__item::marker{content:""}
#fortress-chapter .fortress-global-frieze__item a{
  display:flex!important;
  flex-direction:column;
  align-items:center;
  gap:8px;
}
#fortress-chapter .fortress-page-turner{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  overflow:visible!important;
}
#fortress-chapter .fortress-page-turner__card{
  position:relative!important;
  display:flex!important;
  min-height:250px!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background-color:#16281e!important;
  background-image:var(--turn-bg)!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
#fortress-chapter .fortress-page-turner__card::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(5,14,9,.05) 5%,rgba(5,14,9,.92) 94%)!important;
  pointer-events:none;
}
#fortress-chapter .fortress-page-turner__card > *{
  position:relative;
  z-index:1;
}
@media(max-width:780px){
  #fortress-chapter .fortress-global-frieze ol{
    grid-template-columns:repeat(9,minmax(0,1fr))!important;
  }
  #fortress-chapter .fortress-page-turner{
    grid-template-columns:1fr!important;
  }
}
