:root {
  --v16-blue: #09449e;
  --v16-blue-bright: #205bb5;
  --v16-orange: #fe6813;
  --v16-pink: #f28ddd;
  --v16-navy: #151d37;
  --v16-ink: #252525;
  --v16-paper: #f4f0e8;
  --v16-white: #fff;
  --v16-line: rgba(37, 37, 37, .22);
  --v16-pad: clamp(20px, 4.7vw, 72px);
}

.manifesto-v16-page,
.interiors-v16-page,
.interiors-v16-portfolio-page {
  background: var(--v16-white);
  color: var(--v16-ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.manifesto-v16-main,
.interiors-v16-main {
  min-width: 0;
  overflow: clip;
}

.manifesto-v16-page main a:focus-visible,
.interiors-v16-page main a:focus-visible,
.interiors-v16-portfolio-page main a:focus-visible,
.interiors-v16-page main button:focus-visible,
.interiors-v16-portfolio-page main button:focus-visible {
  outline: 3px solid var(--v16-pink);
  outline-offset: 5px;
}

/* Manifiesto */
.manifesto-v16-hero {
  min-height: 720px;
  padding: clamp(70px, 8vw, 122px) var(--v16-pad);
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(330px, .62fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: center;
  background: var(--v16-paper);
}

.manifesto-v16-hero-copy { max-width: 940px; }
.manifesto-v16-kicker {
  margin-bottom: 30px;
  color: var(--v16-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.manifesto-v16-hero h1 {
  max-width: 1020px;
  font-size: clamp(70px, 8.5vw, 132px);
  font-weight: 400;
  letter-spacing: -.078em;
  line-height: .83;
  text-transform: uppercase;
}

.manifesto-v16-deck {
  max-width: 700px;
  margin-top: 38px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.35;
}

.manifesto-v16-read {
  width: fit-content;
  min-height: 58px;
  margin-top: 38px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--v16-blue);
  color: var(--v16-white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.manifesto-v16-read:hover { background: var(--v16-orange); color: var(--v16-white); }

.manifesto-v16-symbol {
  position: relative;
  min-height: 510px;
  padding: clamp(36px, 4vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--v16-blue);
  color: var(--v16-white);
  isolation: isolate;
}

.manifesto-v16-symbol::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 38%;
  height: 27%;
  background: var(--v16-orange);
  content: "";
}

.manifesto-v16-symbol::after {
  position: absolute;
  right: -12%;
  bottom: -8%;
  z-index: -1;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--v16-pink);
  content: "";
}

.manifesto-v16-symbol span {
  display: block;
  font-size: clamp(66px, 7vw, 112px);
  font-weight: 900;
  letter-spacing: -.085em;
  line-height: .72;
}

.manifesto-v16-symbol span:nth-child(2) { margin-left: 12%; }
.manifesto-v16-symbol span:nth-child(3) { margin-left: 30%; }
.manifesto-v16-symbol i {
  width: 68%;
  height: 14px;
  margin-top: 40px;
  display: block;
  background: var(--v16-white);
  transform: rotate(-5deg);
  transform-origin: left center;
}

.manifesto-v16-ribbon {
  min-height: 86px;
  padding: 24px var(--v16-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  background: var(--v16-blue);
  color: var(--v16-white);
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.manifesto-v16-ribbon i {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--v16-pink);
}

.manifesto-v16-ribbon i:nth-of-type(even) { background: var(--v16-orange); }

.manifesto-v16-opening {
  padding: clamp(90px, 11vw, 170px) var(--v16-pad);
  display: grid;
  grid-template-columns: minmax(220px, .62fr) minmax(460px, 1.38fr) minmax(220px, .62fr);
  gap: clamp(38px, 6vw, 96px);
  align-items: center;
}

.manifesto-v16-opening > p:not(.manifesto-v16-opening-statement) {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.6;
}

.manifesto-v16-opening-statement {
  color: var(--v16-blue);
  font-size: clamp(55px, 6.3vw, 98px);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .9;
  text-transform: uppercase;
}

.manifesto-v16-longread { padding: 0 var(--v16-pad); }
.manifesto-v16-chapter {
  padding: clamp(72px, 8vw, 118px) 0;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(45px, 8vw, 130px);
  border-top: 1px solid var(--v16-line);
}

.manifesto-v16-chapter-heading h2 {
  max-width: 520px;
  color: var(--v16-blue);
  font-size: clamp(50px, 5.7vw, 88px);
  font-weight: 400;
  letter-spacing: -.068em;
  line-height: .9;
}

.manifesto-v16-chapter-heading i {
  width: 80px;
  height: 8px;
  margin-top: 30px;
  display: block;
  background: var(--v16-orange);
  transform: rotate(-4deg);
}

.manifesto-v16-chapter-body {
  max-width: 790px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.58;
}

.manifesto-v16-chapter-body p + p { margin-top: 1.35em; }
.manifesto-v16-emphasis {
  padding-left: 26px;
  border-left: 7px solid var(--v16-pink);
  color: var(--v16-blue);
  font-style: italic;
}

.manifesto-v16-quote {
  min-height: 600px;
  padding: clamp(90px, 10vw, 155px) var(--v16-pad);
  display: flex;
  align-items: center;
  background: var(--v16-orange);
}

.manifesto-v16-quote blockquote {
  max-width: 1280px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 108px);
  letter-spacing: -.055em;
  line-height: .98;
}

.manifesto-v16-star {
  min-height: 650px;
  padding: clamp(80px, 10vw, 150px) var(--v16-pad);
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr);
  gap: clamp(55px, 9vw, 140px);
  align-items: center;
  background: var(--v16-navy);
  color: var(--v16-white);
}

.manifesto-v16-star-mark {
  width: min(100%, 390px);
  aspect-ratio: 1;
  justify-self: center;
  background: var(--v16-pink);
  clip-path: polygon(50% 0, 61% 34%, 98% 21%, 71% 50%, 100% 72%, 63% 67%, 52% 100%, 40% 68%, 4% 81%, 30% 52%, 0 31%, 38% 35%);
  transform: rotate(-8deg);
}

.manifesto-v16-star-copy {
  max-width: 920px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.65vw, 40px);
  line-height: 1.46;
}

.manifesto-v16-statement {
  min-height: 600px;
  padding: clamp(90px, 10vw, 150px) var(--v16-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--v16-paper);
}

.manifesto-v16-statement > p:first-child {
  margin-bottom: 24px;
  color: var(--v16-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.manifesto-v16-statement > p:last-child {
  max-width: 1250px;
  font-size: clamp(62px, 8.2vw, 126px);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .86;
  text-transform: uppercase;
}

.manifesto-v16-statement strong { color: var(--v16-blue); font-weight: 900; }
.manifesto-v16-finale {
  min-height: 720px;
  padding: clamp(90px, 11vw, 170px) var(--v16-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--v16-blue);
  color: var(--v16-white);
}

.manifesto-v16-finale-question {
  max-width: 1240px;
  font-size: clamp(64px, 8.4vw, 130px);
  font-weight: 400;
  letter-spacing: -.078em;
  line-height: .84;
  text-transform: uppercase;
}

.manifesto-v16-finale > p:not(.manifesto-v16-finale-question) {
  max-width: 760px;
  margin-top: 38px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.45;
}

.manifesto-v16-actions { margin-top: 46px; display: flex; flex-wrap: wrap; gap: 14px; }
.manifesto-v16-actions a {
  min-height: 58px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--v16-white);
  color: var(--v16-white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.manifesto-v16-actions a:first-child { border-color: var(--v16-orange); background: var(--v16-orange); }
.manifesto-v16-actions a:hover { border-color: var(--v16-pink); background: var(--v16-pink); color: var(--v16-navy); }

/* Interiores */
.interiors-v16-page section[id] { scroll-margin-top: 108px; }
.interiors-v16-kicker {
  color: var(--v16-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.interiors-v16-text-link {
  width: fit-content;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.interiors-v16-text-link:hover { color: var(--v16-orange); }
.interiors-v16-section-head {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: start;
}

.interiors-v16-section-head h2 {
  max-width: 1040px;
  font-size: clamp(58px, 7.5vw, 116px);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .86;
}

.interiors-v16-hero {
  min-height: 760px;
  padding: clamp(58px, 7vw, 108px) var(--v16-pad);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(45px, 7vw, 112px);
  align-items: center;
  background: var(--v16-paper);
}

.interiors-v16-hero-copy { max-width: 900px; }
.interiors-v16-hero h1 {
  margin-top: 28px;
  font-size: clamp(68px, 8.4vw, 130px);
  font-weight: 400;
  letter-spacing: -.078em;
  line-height: .82;
  text-transform: uppercase;
}

.interiors-v16-hero h1 em { color: var(--v16-blue); font-style: normal; font-weight: 900; }
.interiors-v16-hero-copy > p:not(.interiors-v16-kicker) {
  max-width: 680px;
  margin-top: 38px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.85vw, 28px);
  line-height: 1.48;
}

.interiors-v16-actions { margin-top: 38px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.interiors-v16-hero-media {
  position: relative;
  padding: clamp(22px, 2.4vw, 38px);
  background: var(--v16-blue);
}

.interiors-v16-hero-media::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 34%;
  height: 25%;
  background: var(--v16-orange);
  content: "";
}

.interiors-v16-hero-media img { position: relative; width: 100%; height: auto; background: var(--v16-paper); }
.interiors-v16-index {
  min-height: 86px;
  padding: 0 var(--v16-pad);
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  align-items: stretch;
  background: var(--v16-blue);
  color: var(--v16-white);
}

.interiors-v16-index a {
  min-height: 86px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255,255,255,.25);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.interiors-v16-index a:last-child { border-right: 1px solid rgba(255,255,255,.25); }
.interiors-v16-index a:hover { background: var(--v16-orange); }
.interiors-v16-intro {
  padding: clamp(95px, 11vw, 170px) var(--v16-pad);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(60px, 9vw, 145px);
  align-items: start;
}

.interiors-v16-intro h2 {
  max-width: 940px;
  margin-top: 28px;
  font-size: clamp(58px, 7.2vw, 112px);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .87;
}

.interiors-v16-intro-copy {
  padding-top: 40px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.58;
}

.interiors-v16-intro-copy p + p { margin-top: 1.35em; }
.interiors-v16-routes { padding: clamp(95px, 10vw, 150px) var(--v16-pad); background: var(--v16-paper); }
.interiors-v16-route-grid {
  margin-top: clamp(55px, 7vw, 100px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3.6vw, 58px);
  align-items: stretch;
}

.interiors-v16-route {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--v16-blue);
  color: var(--v16-white);
}

.interiors-v16-route:nth-child(2) { background: var(--v16-orange); color: var(--v16-ink); }
.interiors-v16-route figure { padding: clamp(16px, 1.7vw, 26px); background: rgba(255,255,255,.13); }
.interiors-v16-route figure img { width: 100%; height: auto; }
.interiors-v16-route > div { min-height: 380px; padding: clamp(28px, 3.2vw, 48px); display: flex; flex-direction: column; }
.interiors-v16-route span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.interiors-v16-route h3 {
  max-width: 690px;
  margin-top: 22px;
  font-size: clamp(44px, 4.8vw, 75px);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .9;
}

.interiors-v16-route p {
  max-width: 620px;
  margin-top: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.5;
}

.interiors-v16-route b {
  width: fit-content;
  margin-top: auto;
  padding-top: 32px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.interiors-v16-route:hover figure img { opacity: .88; }
.interiors-v16-offer { padding: clamp(95px, 10vw, 150px) var(--v16-pad); }
.interiors-v16-offer-grid {
  margin-top: clamp(60px, 7vw, 100px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--v16-line);
  list-style: none;
}

.interiors-v16-offer-card {
  min-height: 430px;
  padding: 28px clamp(20px, 2.2vw, 34px) 36px;
  border-right: 1px solid var(--v16-line);
  display: flex;
  flex-direction: column;
}

.interiors-v16-offer-card:last-child { border-right: 0; }
.interiors-v16-offer-card > span { color: var(--v16-orange); font-family: Georgia, "Times New Roman", serif; font-size: 34px; }
.interiors-v16-offer-card h3 {
  margin-top: 54px;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .98;
}

.interiors-v16-offer-card p {
  margin-top: auto;
  padding-top: 40px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.55;
}

.interiors-v16-professional {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
  background: var(--v16-navy);
  color: var(--v16-white);
}

.interiors-v16-professional-media { padding: clamp(32px, 4.5vw, 72px); display: flex; align-items: center; background: var(--v16-blue); }
.interiors-v16-professional-media img { width: 100%; height: auto; background: var(--v16-paper); }
.interiors-v16-professional-copy {
  min-height: 780px;
  padding: clamp(64px, 8vw, 125px) var(--v16-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.interiors-v16-professional .interiors-v16-kicker { color: var(--v16-pink); }
.interiors-v16-professional h2 {
  max-width: 790px;
  margin-top: 26px;
  font-size: clamp(51px, 5.9vw, 91px);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .88;
}

.interiors-v16-professional-copy > p:not(.interiors-v16-kicker) {
  max-width: 700px;
  margin-top: 32px;
  color: #d9dceb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.6;
}

.interiors-v16-exchange { margin: 42px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.35); }
.interiors-v16-exchange section { padding: 24px 24px 0 0; }
.interiors-v16-exchange section + section { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.35); }
.interiors-v16-exchange h3 { color: var(--v16-orange); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.interiors-v16-exchange p { margin-top: 12px; color: #d9dceb; font-size: 14px; line-height: 1.6; }
.interiors-v16-process {
  padding: clamp(95px, 10vw, 150px) var(--v16-pad);
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 150px);
  background: var(--v16-paper);
}

.interiors-v16-process .interiors-v16-section-head { display: block; }
.interiors-v16-process .interiors-v16-section-head h2 { margin-top: 26px; }
.interiors-v16-process-list { border-top: 1px solid var(--v16-line); list-style: none; }
.interiors-v16-process-list li {
  min-height: 160px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 22px;
  border-bottom: 1px solid var(--v16-line);
}

.interiors-v16-process-list > li > span { color: var(--v16-orange); font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
.interiors-v16-process-list h3 { font-size: clamp(28px, 2.6vw, 40px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.interiors-v16-process-list p { max-width: 690px; margin-top: 14px; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.55; }
.interiors-v16-faq {
  padding: clamp(95px, 10vw, 150px) var(--v16-pad);
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 150px);
  background: var(--v16-blue);
  color: var(--v16-white);
}

.interiors-v16-faq .interiors-v16-section-head { display: block; }
.interiors-v16-faq .interiors-v16-kicker { color: var(--v16-pink); }
.interiors-v16-faq .interiors-v16-section-head h2 { margin-top: 26px; }
.interiors-v16-faq-list { border-top: 1px solid rgba(255,255,255,.48); }
.interiors-v16-faq details { border-bottom: 1px solid rgba(255,255,255,.48); }
.interiors-v16-faq summary {
  position: relative;
  min-height: 92px;
  padding: 28px 52px 24px 0;
  display: flex;
  align-items: center;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.16;
  cursor: pointer;
  list-style: none;
}

.interiors-v16-faq summary::-webkit-details-marker { display: none; }
.interiors-v16-faq summary::after { position: absolute; top: 50%; right: 0; content: "+"; font-size: 33px; font-weight: 400; transform: translateY(-50%); }
.interiors-v16-faq details[open] summary::after { content: "−"; }
.interiors-v16-faq details p { max-width: 800px; padding: 0 50px 30px 0; color: #e2e9f7; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.6; }
.interiors-v16-cta {
  min-height: 690px;
  padding: clamp(90px, 10vw, 150px) var(--v16-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--v16-orange);
}

.interiors-v16-cta .interiors-v16-kicker { color: var(--v16-navy); }
.interiors-v16-cta h2 {
  margin-top: 22px;
  font-size: clamp(72px, 9.5vw, 146px);
  font-weight: 400;
  letter-spacing: -.08em;
  line-height: .78;
  text-transform: uppercase;
}

.interiors-v16-cta > p:not(.interiors-v16-kicker) {
  max-width: 760px;
  margin-top: 40px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.5;
}

.interiors-v16-cta .urban-button { background: var(--v16-navy); }
.interiors-v16-cta .urban-button:hover { background: var(--v16-blue); }

/* Interiores portfolio */
.interiors-v16-portfolio-hero {
  min-height: 650px;
  padding: clamp(56px, 7vw, 105px) var(--v16-pad);
  display: grid;
  grid-template-columns: minmax(170px, .34fr) minmax(0, 1.16fr) minmax(300px, .5fr);
  gap: clamp(38px, 6vw, 96px);
  align-items: end;
  background: var(--v16-paper);
}

.interiors-v16-back {
  align-self: start;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--v16-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.interiors-v16-portfolio-title h1 {
  margin-top: 25px;
  font-size: clamp(68px, 8.8vw, 136px);
  font-weight: 400;
  letter-spacing: -.08em;
  line-height: .8;
  text-transform: uppercase;
}

.interiors-v16-portfolio-title { min-width: 0; }

.interiors-v16-portfolio-title h1 em { color: var(--v16-blue); font-style: normal; font-weight: 900; }
.interiors-v16-portfolio-title > p:last-child {
  max-width: 720px;
  margin-top: 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.5;
}

.interiors-v16-category-nav { align-self: end; border-top: 1px solid var(--v16-line); }
.interiors-v16-category-nav a {
  min-height: 70px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--v16-line);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.interiors-v16-category-nav a span {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--v16-navy);
  color: var(--v16-white);
}

.interiors-v16-category-nav a.active,
.interiors-v16-category-nav a:hover { color: var(--v16-orange); }
.interiors-v16-category-head {
  padding: clamp(90px, 10vw, 150px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .48fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
}

.interiors-v16-category-head h2 {
  margin-top: 26px;
  font-size: clamp(62px, 7.6vw, 118px);
  font-weight: 400;
  letter-spacing: -.075em;
  line-height: .84;
}

.interiors-v16-category-head > p {
  max-width: 460px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.55;
}

.interiors-v16-projects { padding: 0 var(--v16-pad); }
.interiors-v16-project {
  padding: clamp(74px, 8vw, 125px) 0 clamp(105px, 11vw, 170px);
  border-top: 1px solid var(--v16-line);
}

.interiors-v16-project-head {
  margin-bottom: clamp(48px, 6vw, 82px);
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(270px, .52fr);
  gap: clamp(26px, 5vw, 80px);
  align-items: end;
}

.interiors-v16-project-head > span { color: var(--v16-orange); font-family: Georgia, "Times New Roman", serif; font-size: 36px; }
.interiors-v16-project-head h3 {
  margin-top: 13px;
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -.068em;
  line-height: .88;
}

.interiors-v16-project-meta { border-top: 1px solid var(--v16-line); }
.interiors-v16-project-meta > div { padding: 12px 0; display: grid; grid-template-columns: 90px 1fr; gap: 15px; border-bottom: 1px solid var(--v16-line); font-size: 12px; }
.interiors-v16-project-meta dt { font-weight: 900; text-transform: uppercase; }
.interiors-v16-project-meta dd { margin: 0; }
.case-photo { display: block; overflow: hidden; background: var(--v16-navy); }
.case-photo img { width: 100%; height: auto; transition: opacity .2s ease; }
.case-photo:hover img { opacity: .88; }
.case-photo-main { width: 100%; }
.case-photo-main.case-photo-portrait { width: min(72%, 980px); margin-inline: auto; }
.interiors-v16-project-story {
  padding: clamp(55px, 7vw, 100px) 0;
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
  gap: clamp(50px, 8vw, 130px);
}

.interiors-v16-project-story h4 {
  color: var(--v16-blue);
  font-size: clamp(39px, 4.6vw, 70px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .95;
}

.interiors-v16-project-story > div {
  max-width: 710px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.55;
}

.interiors-v16-project-story p + p { margin-top: 1.2em; }
.interiors-v16-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 38px);
  align-items: start;
}

.interiors-v16-gallery .case-photo-wide { grid-column: 1 / -1; }
.interiors-v16-next {
  min-height: 640px;
  padding: clamp(90px, 10vw, 150px) var(--v16-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--v16-blue);
  color: var(--v16-white);
}

.interiors-v16-next .interiors-v16-kicker { color: var(--v16-pink); }
.interiors-v16-next h2 {
  margin-top: 24px;
  font-size: clamp(70px, 9vw, 138px);
  font-weight: 400;
  letter-spacing: -.08em;
  line-height: .8;
  text-transform: uppercase;
}

.interiors-v16-next > p {
  max-width: 650px;
  margin-top: 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.5;
}

.interiors-v16-next .urban-button { margin-top: 34px; align-self: flex-start; background: var(--v16-orange); }
.interiors-v16-next .urban-button:hover { background: var(--v16-pink); color: var(--v16-navy); }

/* Portfolio lightbox */
body.lightbox-open { overflow: hidden; }
.interiors-lightbox {
  width: min(96vw, 1640px);
  max-width: none;
  height: min(96vh, 1100px);
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--v16-navy);
  color: var(--v16-white);
}

.interiors-lightbox::backdrop { background: rgba(10, 14, 29, .86); }
.interiors-lightbox-shell { height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.interiors-lightbox-bar,
.interiors-lightbox-controls {
  min-height: 62px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.interiors-lightbox-status {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.interiors-lightbox button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--v16-white);
  border-radius: 0;
  background: var(--v16-blue);
  color: var(--v16-white);
  font-size: 24px;
  cursor: pointer;
}

.interiors-lightbox button:hover { border-color: var(--v16-orange); background: var(--v16-orange); }
.interiors-lightbox-figure {
  min-height: 0;
  padding: 18px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
}

.interiors-lightbox-figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.interiors-lightbox-figure figcaption {
  max-width: 960px;
  color: #d9dceb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.45;
}

.interiors-lightbox-controls { justify-content: flex-end; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 0; }

@media (max-width: 1100px) {
  .interiors-v16-hero { grid-template-columns: 1fr; }
  .interiors-v16-hero-media { width: min(100%, 900px); }
  .interiors-v16-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .interiors-v16-offer-card:nth-child(2) { border-right: 0; }
  .interiors-v16-offer-card:nth-child(n+3) { border-top: 1px solid var(--v16-line); }
  .interiors-v16-professional { grid-template-columns: 1fr; }
  .interiors-v16-professional-media { max-height: none; }
  .interiors-v16-professional-copy { min-height: 0; }
  .interiors-v16-portfolio-hero { grid-template-columns: minmax(150px, .3fr) minmax(0, 1fr); }
  .interiors-v16-category-nav { grid-column: 2; width: min(100%, 520px); }
}

@media (max-width: 900px) {
  .manifesto-v16-hero { grid-template-columns: 1fr; }
  .manifesto-v16-symbol { min-height: 420px; }
  .manifesto-v16-opening { grid-template-columns: 1fr; }
  .manifesto-v16-opening-statement { grid-row: 1; }
  .manifesto-v16-chapter { grid-template-columns: 1fr; gap: 38px; }
  .manifesto-v16-star { grid-template-columns: 1fr; }
  .manifesto-v16-star-mark { width: min(58vw, 330px); justify-self: start; }
  .interiors-v16-section-head,
  .interiors-v16-intro,
  .interiors-v16-process,
  .interiors-v16-faq,
  .interiors-v16-category-head,
  .interiors-v16-project-story { grid-template-columns: 1fr; }
  .interiors-v16-index { padding-inline: 20px; overflow-x: auto; grid-template-columns: repeat(5, minmax(175px, 1fr)); }
  .interiors-v16-route-grid { grid-template-columns: 1fr; }
  .interiors-v16-route > div { min-height: 330px; }
  .interiors-v16-process,
  .interiors-v16-faq { gap: 54px; }
  .interiors-v16-portfolio-hero { grid-template-columns: 1fr; align-items: start; }
  .interiors-v16-category-nav { grid-column: auto; width: min(100%, 560px); }
  .interiors-v16-project-head { grid-template-columns: 60px minmax(0, 1fr); }
  .interiors-v16-project-meta { grid-column: 2; }
  .interiors-v16-project-story { gap: 34px; }
}

@media (max-width: 640px) {
  .manifesto-v16-hero { min-height: 0; padding: 64px 20px 70px; gap: 52px; }
  .manifesto-v16-hero h1 { font-size: clamp(55px, 16vw, 76px); line-height: .86; }
  .manifesto-v16-deck { font-size: 21px; }
  .manifesto-v16-read { width: 100%; justify-content: center; }
  .manifesto-v16-symbol { min-height: 330px; padding: 34px; }
  .manifesto-v16-symbol span { font-size: clamp(60px, 22vw, 88px); }
  .manifesto-v16-ribbon { justify-content: flex-start; overflow-x: auto; }
  .manifesto-v16-opening { padding: 82px 20px; }
  .manifesto-v16-opening-statement { font-size: 51px; }
  .manifesto-v16-longread { padding-inline: 20px; }
  .manifesto-v16-chapter { padding: 70px 0; }
  .manifesto-v16-chapter-heading h2 { font-size: 49px; }
  .manifesto-v16-chapter-body { font-size: 20px; }
  .manifesto-v16-quote { min-height: 520px; padding: 78px 20px; }
  .manifesto-v16-quote blockquote { font-size: 50px; }
  .manifesto-v16-star { min-height: 0; padding: 84px 20px; }
  .manifesto-v16-star-copy { font-size: 23px; }
  .manifesto-v16-statement { min-height: 560px; padding: 80px 20px; }
  .manifesto-v16-statement > p:last-child { font-size: 52px; }
  .manifesto-v16-finale { min-height: 660px; padding: 84px 20px; }
  .manifesto-v16-finale-question { font-size: 53px; }
  .manifesto-v16-actions { flex-direction: column; }
  .manifesto-v16-actions a { width: 100%; }
  .interiors-v16-hero { min-height: 0; padding: 64px 20px 78px; gap: 50px; }
  .interiors-v16-hero h1 { font-size: clamp(56px, 16.5vw, 78px); }
  .interiors-v16-hero-copy > p:not(.interiors-v16-kicker) { font-size: 20px; }
  .interiors-v16-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .interiors-v16-actions .urban-button { width: 100%; }
  .interiors-v16-hero-media { padding: 14px; }
  .interiors-v16-hero-media::before { top: -10px; right: -10px; }
  .interiors-v16-index { min-height: 72px; }
  .interiors-v16-index a { min-height: 72px; }
  .interiors-v16-intro,
  .interiors-v16-routes,
  .interiors-v16-offer,
  .interiors-v16-process,
  .interiors-v16-faq { padding: 80px 20px; }
  .interiors-v16-section-head h2,
  .interiors-v16-intro h2 { font-size: 51px; }
  .interiors-v16-intro-copy { padding-top: 0; font-size: 20px; }
  .interiors-v16-route-grid { margin-top: 52px; }
  .interiors-v16-route > div { min-height: 360px; padding: 28px 22px; }
  .interiors-v16-route h3 { font-size: 46px; }
  .interiors-v16-route p { font-size: 18px; }
  .interiors-v16-offer-grid { grid-template-columns: 1fr; }
  .interiors-v16-offer-card { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--v16-line); }
  .interiors-v16-offer-card:last-child { border-bottom: 0; }
  .interiors-v16-offer-card h3 { font-size: 36px; }
  .interiors-v16-professional-media { padding: 20px; }
  .interiors-v16-professional-copy { padding: 76px 20px; }
  .interiors-v16-professional h2 { font-size: 50px; }
  .interiors-v16-professional-copy > p:not(.interiors-v16-kicker) { font-size: 18px; }
  .interiors-v16-exchange { grid-template-columns: 1fr; }
  .interiors-v16-exchange section + section { padding-left: 0; border-left: 0; }
  .interiors-v16-process-list li { grid-template-columns: 48px minmax(0, 1fr); }
  .interiors-v16-faq details p { padding-right: 0; font-size: 17px; }
  .interiors-v16-cta { min-height: 640px; padding: 82px 20px; }
  .interiors-v16-cta h2 { font-size: 66px; }
  .interiors-v16-portfolio-hero { min-height: 0; padding: 62px 20px 80px; gap: 44px; }
  .interiors-v16-portfolio-title h1 { font-size: clamp(38px, 12vw, 76px); }
  .interiors-v16-category-head { padding: 80px 0; }
  .interiors-v16-category-head h2 { font-size: 52px; }
  .interiors-v16-category-head > p { font-size: 19px; }
  .interiors-v16-projects { padding-inline: 20px; }
  .interiors-v16-project { padding: 66px 0 100px; }
  .interiors-v16-project-head { grid-template-columns: 1fr; gap: 18px; }
  .interiors-v16-project-head > span { font-size: 29px; }
  .interiors-v16-project-head h3 { font-size: 49px; }
  .interiors-v16-project-meta { grid-column: auto; margin-top: 16px; }
  .case-photo-main.case-photo-portrait { width: 100%; }
  .interiors-v16-project-story { padding: 54px 0; }
  .interiors-v16-project-story h4 { font-size: 41px; }
  .interiors-v16-project-story > div { font-size: 19px; }
  .interiors-v16-gallery { grid-template-columns: 1fr; }
  .interiors-v16-gallery .case-photo-wide { grid-column: auto; }
  .interiors-v16-next { min-height: 600px; padding: 80px 20px; }
  .interiors-v16-next h2 { font-size: clamp(38px, 12vw, 62px); }
  .interiors-lightbox { width: 100vw; height: 100dvh; }
  .interiors-lightbox-figure { padding: 10px; }
  .interiors-lightbox-figure figcaption { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .manifesto-v16-symbol i,
  .manifesto-v16-star-mark { transform: none; }
}
