:root {
  --primary: #203a63;
  --page: #f4f4f4;
  --panel: #dfe4eb;
  --accent: #d9c2b2;
  --text: #111111;
  --muted: #6b7280;
  --radius-xl: 22px;
  --radius-lg: 28px;
  --shadow: 0 24px 70px rgba(33, 45, 64, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  font: inherit;
}

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

.page-shell {
  width: min(1504px, calc(100vw - 32px));
  margin: 16px auto;
  overflow:visible;
}

.hero {
  position: relative;
  height: 864px;
  overflow: hidden;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
}

.hero-media,
.hero-media::after {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: url("../images/hero.png") center top / cover no-repeat;
  transform: scale(1);
  transition: transform 0.15s linear;
  will-change: transform;
}



.hero::before {
  content: none;
}

.hero::after {
  content: none;
}

.nav {
  position: absolute;
  left: 38px;
  right: 24px;
  top: 22px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  opacity: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -1px;
}

.brand span{
  margin-left: 20px;
}

.brand-mark {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.brand-mark::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 18px;
  height: 24px;
  border-radius: 50% 50% 42% 42%;
  background: var(--primary);
  transform: rotate(-25deg);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 3px;
  min-height: 43px;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 35px rgba(18, 56, 74, 0.22);
  backdrop-filter: blur(18px);
}

.nav-links a {
  display: grid;
  place-items: center;
  min-width: 75px;
  height: 35px;
  padding: 0 15px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.nav-links a.active {
  background: #fff;
  color: #182233;
}

.hero-copy {
  position: relative;
  top: 250px;
  z-index: 4;
  color: #fff;
  opacity: 1;
  text-align: center;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(82px, 7.35vw, 112px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -4px;
  font-family: "InstaSans";
}

.hero-copy .description{
    position: relative;
    width: 357px;
    height: 53px;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-copy .description svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 357px;
    height: 54px;
    z-index: 1;fill: rgba(255, 255, 255, 0.15);
stroke-width: 1px;
stroke: rgba(255, 255, 255, 0.15);

}

.hero-copy .description h3{
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.96px;
}
.hero-ornament {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}
.hero-copy .description img{
     position: relative;
    z-index: 2;
    transform: translateX(-12px);
}

.hero-ornament.pill {
  right: 23%;
  top: 250px;
  width: 332px;
  height: 82px;
  borders: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  opacity: 0.72;
  backgrounda:
    repeating-linear-gradient(0deg, transparent 0 14.5px, rgba(255, 255, 255, 0.75) 12px 15px, transparent 16px 24px);
    background: url("../images/pill.svg") no-repeat center;
}

.hero-ornament.hatch {
  left: 65.1%;
  top: 425px;
  width: 250px;
  height: 78px;
  opacity: 0.58;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0 2px, transparent 2px 18px);
}

.hero-card {
  position: absolute;
  left: 332px;
  top: 387px;
  z-index: 5;
  width: 358px;
  height: 43px;
  display: flex;
  align-items: center;
  padding-left: 70px;
  border-radius: 999px;
  color: #eef4fb;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.19);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(12px);
  opacity: 0;
}

.hero-card::before {
  content: "";
  position: absolute;
  left: 13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
}

.panel {
  margin: 0;
  background: var(--panel);
  border-radius: 18px;
}

.spaces {
    position: relative;
  z-index: 4;
  min-height: 456px;
  margin: 20px 0px 0;
  padding: 28px;
  border-radius: 30px;
  background: url(../images/mainbg.png);
}

.spaces-header {
  display: grid;
  grid-template-columns: 1.8fr 300px 300px;
  gap: 22px;
  margin-bottom: 22px;
}

.spaces-bottom {
  display: grid;
  grid-template-columns: 1fr 295px;
  gap: 22px;
}

.spaces-intro {
  padding-right: 30px;
}

.eyebrow {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1e4c84;
}

.spaces h2 {
  margin: 0;
  font-size: 108px;
  font-weight: 300;
  line-height: .92;
  letter-spacing: -5px;
  color: #141414;
}

.intro-text {
  max-width: 560px;
  margin-top: 36px;
  font-size: 15px;
  line-height: 1.45;
  color: #5f6368;
}

.feature-card {
  background: #fff;
  border-radius: 28px;
  padding: 28px;
  min-height: 335px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: .95;
  letter-spacing: -1.5px;
  color: #111;
}

.feature-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #6a6a6a;
}

.wide-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

.wide-card img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.wide-card::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.88) 28%,
      rgba(255,255,255,.45) 55%,
      rgba(255,255,255,0) 100%
    );
}

.wide-card h3,
.wide-card p {
  position: relative;
  z-index: 2;
}

.wide-card h3 {
  max-width: 280px;
}

.wide-card p {
  max-width: 250px;
}


.projects {
  margin-top: 58px;
  padding: 40px 70px;
  border-radius: 30px;
}

.projects h2 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 108px;
  font-weight: 300;
  line-height: .92;
  letter-spacing: -5px;
  color: #141414;
}

.projects-layout {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
}

/* ==========================
   LEFT PROJECT LIST
========================== */

.project-list {
  position: relative;

  padding-left: 32px;
  padding-top: 65px;

  display: flex;
  flex-direction: column;
  gap: 28px;
}

.project-list-line {
  position: absolute;
  left: 0;
  top: 58px;

  width: 1px;
  height: 520px;

  background: rgba(0, 0, 0, 0.18);
}

.project-button {
  position: relative;

  background: transparent;
  border: none;
  padding: 0;

  text-align: left;
  cursor: pointer;

  transition: all 0.25s ease;
}

.project-button:hover {
  transform: translateX(3px);
}

.project-button strong {
  display: block;

  color: #515866;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.project-button span {
  display: block;

  margin-top: 5px;

  color: #9aa1ab;
  font-size: 12px;
  font-weight: 500;
}

.project-button.active strong {
  color: #111;
  font-weight: 700;
}

.project-button.active::before {
  content: "";

  position: absolute;

  left: -32px;
  top: -6px;

  width: 1.5px;
  height: 58px;

  border-radius: 10px;

  background: #111;
}

/* ==========================
   PREVIEW IMAGE
========================== */

.project-preview {
  position: relative;

  height: 650px;

  overflow: hidden;

  border-radius: 34px;

  background: #cfd7de;

  box-shadow: 0 18px 45px rgba(20, 38, 61, 0.12);
}

.project-preview img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;

  transition: opacity 280ms ease, transform 420ms ease;
}

.project-preview.is-changing img {
  opacity: 0.35;
  transform: scale(1.035);
}

/* ==========================
   FLOATING CARD
========================== */

.project-card {
  position: absolute;

  top: 20px;
  left: 20px;

  width: 300px;
  min-height: 255px;

  padding: 28px;

  border-radius: 22px;

  background: rgba(255, 255, 255, 0.92);

  backdrop-filter: blur(15px);
}

.project-card h3 {
  margin: 0 0 22px;

  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.project-card p {
  margin: 0 0 64px;

  color: #4c5663;

  font-size: 14px;
  line-height: 1.6;
}

.project-card a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #15233a;
  text-transform: uppercase;
}

/* ==========================
   META INFO
========================== */

.project-meta {
  position: absolute;

  left: 45px;
  bottom: 35px;

  display: flex;
  gap: 90px;

  margin: 0;
  color: #fff;
}

.project-meta div {
  min-width: 110px;
}

.project-meta dt {
  margin-bottom: 6px;

  font-size: 12px;
  font-weight: 400;

  opacity: 0.85;
}

.project-meta dd {
  margin: 0;

  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
.project-preview::after {
  content: "";

  position: absolute;
  inset: auto 0 0 0;

  height: 170px;

  background: rgba(255,255,255,0.04);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  mask-image: linear-gradient(
    to top,
    black 0%,
    black 50%,
    transparent 100%
  );
}
.project-meta {
  z-index: 3;
}

.project-card {
  z-index: 3;
}

.voices {
  min-height: 1200px;
  margin-top: 39px;
  padding: 90px 0 80px;
  text-align: center;
  overflow: hidden;
  border-radius: 30px;
}

.voices h2 {
  margin: 0;
  font-size: 108px;
  line-height: .92;
  font-weight: 300;
  letter-spacing: -5px;
  color: #141414;
}


.portrait-stage {
  position: relative;
  height: 560px;
  margin-top: 70px;
}

.portrait {
  position: absolute;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

/* دورترین کارت چپ */
.p1 {
  left: -40px;
  top: 205px;
  width: 165px;
  height: 235px;
  transform: rotate(-10deg);
}

/* کارت نزدیک چپ */
.p2 {
  left: 180px;
  top: 135px;
  width: 235px;
  height: 300px;
  transform: rotate(-5deg);
}

/* کارت نزدیک راست */
.p3 {
  right: 180px;
  top: 135px;
  width: 235px;
  height: 300px;
  transform: rotate(5deg);
}

/* دورترین کارت راست */
.p4 {
  right: -40px;
  top: 205px;
  width: 165px;
  height: 235px;
  transform: rotate(10deg);
}

/* کارت اصلی */
.portrait.center {
  position: absolute;
  left: 50%;
  top: 0;
  width: 404px;
  height: 532px;
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
  z-index: 20;
}

.portrait.center img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.portrait.center div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 72px;
  text-align: center;
  color: #fff;
}
.portrait.center div::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 220px;
  top: 0;
  margin-top: -100px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  mask-image: linear-gradient(
    to top,
    black 0%,
    black 50%,
    transparent 100%
  );
  border-radius: 0px 0px 24px 24px;
}


.portrait.center strong,
.portrait.center span {
  display: block;
  z-index: 30;
  position: relative;
}

.portrait.center strong {
  font-size: 18px;
  font-weight: 500;
}

.portrait.center span {
  margin-top: 4px;
  font-size: 14px;
  opacity: 0.7;
}

/* بخش نقل قول */
.quote {
  width: 650px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  z-index: 30;
}

/* دکمه نقل قول */
.quote span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: -75px auto 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 52px;
  line-height: 1.9;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  z-index: 31;
}

.quote h3 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1px;
}

.quote p {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  color: #616975;
  font-size: 17px;
  line-height: 1.5;
}

.concept {
  position: relative;
  height: 805px;
  overflow: hidden;
  border-radius: 28px;
  background: url(../images/mainbg.png) center center/cover no-repeat;
  display: grid;
  grid-template-columns: 52.4% 47.6%;
  margin-top:40px;
}

.concept-copy {
  padding: 98px 0 0 104px;
  z-index: 2;
}

.concept h2 {
  margin: 0;
  font-size: 108px;
  line-height: .92;
  font-weight: 300;
  letter-spacing: -5px;
  color: #141414;
}

.concept ul {
  position: relative;
  margin: 70px 0 0;
  padding: 0 0 0 39px;
  list-style: none;
}

.concept ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 160px;
  background: rgba(11, 16, 23, 0.62);
}

.concept li {
  margin-bottom: 28px;
  color: rgba(37, 42, 48, 0.39);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.concept li.active {
  color: #171b21;
  font-weight: 600;
}

.mosaic {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 24px 0 0;
  margin-top: -24px;
  height: 100%;
}

.mosaic img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.mosaic-top {
  height: 200px;
}

.mosaic-main {
  height: 400px;
}

.mosaic-bottom {
  height: 200px;
}

.insights {
  position: relative;
  min-height: 760px;
  margin-top: 40px;
  padding: 120px 0 0 105px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: 44% 56%;
  overflow: hidden;
  border-radius:30px;
}

.insight-copy {
  position: relative;
  z-index: 5;
  align-self: center;
}

.insight-copy h2 {
  margin: 0;
  font-size: 108px;
  line-height: .92;
  font-weight: 300;
  letter-spacing: -5px;
  color: #141414;
}

.insight-copy p {
  width: 368px;
  margin: 58px 0 0;
  color: #515b66;
  font-size: 17px;
  line-height: 1.35;
}

.arrows {
  display: flex;
  gap: 26px;
  margin-top: 59px;
}

.arrows button {
  width: 73px;
  height: 73px;

  border: none;
  border-radius: 50%;

  background: #fff;
  color: #55606d;

  font-size: 38px;
  cursor: pointer;

  box-shadow: 0 24px 32px rgba(25, 39, 56, 0.12);
  transition: .25s;
}

.arrows button:hover {
  transform: translateY(-3px);
}

.article-slider {
  position: relative;
  width: 720px;
  height: 650px;
}

.article-card {
  position: absolute;
  width: 596px;
  height: 600px;
  border-radius: 25px;
  padding: 13px;
  background: rgba(255,255,255,.92);
  transition:
    transform .5s ease,
    opacity .5s ease;
  overflow: hidden;
}

.article-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  border-radius: 18px;
}

.article-card::after {
  content: "";

  position: absolute;
  inset: 13px;

  border-radius: 18px;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.60),
      rgba(0,0,0,.20) 45%,
      transparent 75%
    );
}

.article-card.active {
  z-index: 3;

  transform:
    translateX(0)
    translateY(0);

  opacity: 1;

  box-shadow:
    0 34px 60px rgba(35,52,70,.18);
}

.article-card.next {
  z-index: 2;

  transform:
    translateX(25px)
    translateY(25px);

  opacity: .55;
}

.article-card.after-next {
  z-index: 1;

  transform:
    translateX(50px)
    translateY(50px);

  opacity: .25;
}

.article-copy {
  position: absolute;

  left: 40px;
  right: 34px;
  bottom: 42px;

  z-index: 5;
  color: #fff;
}

.article-copy p:first-child {
  display: flex;
  gap: 8px;
  margin: 0 0 19px;
}

.article-copy span {
  padding: 7px 11px;

  border-radius: 999px;

  background: #fff;
  color: #222;

  font-size: 11px;
  font-weight: 800;
}

.article-copy h3 {
  margin: 0 0 22px;

  font-size: 42px;
  line-height: .96;

  font-weight: 500;
  letter-spacing: -1px;
}

.article-copy p:last-child {
  width: 438px;
  margin: 0;

  font-size: 14px;
  line-height: 1.42;
}
.cta {
  position: relative;
  height: 414px;
  overflow: hidden;
  border-radius: 27px;
  background: #f6f7f8;
  margin-top: 40px;
}

.cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.84) 49%, rgba(255, 255, 255, 0.1));
}

.cta-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  padding-top: 101px;
  text-align: center;
}

.cta h2 {
  margin: 0;
  font-size: 60px;
  line-height: .92;
  font-weight: 300;
  letter-spacing: -5px;
  color: #141414;
}

.cta p {
  margin: 22px 0 37px;
  color: #4d5662;
  font-size: 16px;
}

.cta a {
  display: inline-grid;
  place-items: center;
  min-width: 147px;
  height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: #07111f;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 14px 26px rgba(6, 15, 29, 0.24);
}

.footer {
  position: relative;
  min-height: 471px;
  padding: 83px 102px 98px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr 1.2fr;
  column-gap: 58px;
  color: #17202d;
}

.footer h2,
.footer h3,
.footer p {
  margin: 0;
}

.footer h2 {
  margin-bottom: 33px;
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -0.7px;
}

.footer h3 {
  margin-bottom: 33px;
  font-size: 13px;
  font-weight: 800;
}

.footer p,
.footer a {
  display: block;
  margin-bottom: 28px;
  color: #4e5965;
  font-size: 13px;
}

.footer-bottom {
  position: absolute;
  left: 102px;
  right: 102px;
  bottom: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
  color: #202936;
}

.socials {
  display: flex;
  gap: 20px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin: 0;
  color: #141a23;
  font-size: 11px;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .page-shell {
    width: min(100vw - 20px, 980px);
    margin: 10px auto;
  }

  .hero {
    height: 860px;
  }

  .nav {
    left: 28px;
    right: 28px;
  }

  .brand {
    letter-spacing: 3px;
  }

  .nav-links a {
    min-width: 52px;
    padding: 0 9px;
    font-size: 9px;
  }

  .hero-copy {
    left: 12%;
    top: 130px;
  }

  .hero-copy h1 {
    font-size: clamp(66px, 10vw, 96px);
  }

  .hero-card {
    left: 214px;
    top: 320px;
  }

  .spaces,
  .projects-layout,
  .insights,
  .concept,
  .footer {
    grid-template-columns: 1fr;
  }

  .spaces {
    margin-top: -155px;
  }

  .spaces::after {
    display: none;
  }

  .feature-grid {
    grid-template-rows: 270px 270px;
  }

  .projects,
  .voices {
    min-height: auto;
  }

  .project-list {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .project-preview {
    height: 650px;
  }

  .concept {
    min-height: 1000px;
  }

  .mosaic {
    min-height: 580px;
  }

  .insights {
    padding: 110px 58px;
  }

  .article-card {
    margin: 80px auto 0;
  }

  .footer {
    row-gap: 32px;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .hero {
    height: 560px;
    border-radius: 0;
  }

  .hero::before {
    left: -180px;
    width: 420px;
    height: 310px;
  }

  .hero::after {
    left: 68px;
    bottom: 88px;
    width: 145px;
    height: 145px;
  }

  .nav {
    top: 24px;
    left: 18px;
    right: 18px;
    align-items: flex-start;
  }

  .nav-links {
    max-width: 290px;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-radius: 22px;
  }

  .nav-links a {
    height: 28px;
    min-width: 48px;
  }

  .hero-copy {
    left: 34px;
    right: 24px;
    top: 120px;
  }

  .hero-copy h1 {
    font-size: 54px;
    letter-spacing: -2px;
  }

  .hero-card {
    left: 82px;
    top: 280px;
    width: 260px;
  }

  .spaces,
  .projects,
  .voices,
  .insights {
    margin-top: 18px;
    padding: 44px 22px;
  }

  .spaces {
    margin: -98px 18px 0;
    padding: 18px;
  }

  .spaces h2,
  .projects h2,
  .voices h2,
  .concept h2,
  .insight-copy h2 {
    font-size: 50px;
    letter-spacing: -1.5px;
  }

  .spaces-intro > p:last-child,
  .insight-copy p {
    width: auto;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 220px);
  }

  .project-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .project-preview {
    height: 560px;
    border-radius: 24px;
  }

  .project-card {
    width: 250px;
    min-height: 250px;
  }

  .project-meta {
    left: 28px;
    right: 20px;
    gap: 20px;
  }

  .project-meta dd {
    font-size: 22px;
  }

  .portrait-stage {
    transform: scale(0.72);
    transform-origin: center top;
    height: 430px;
    margin-left: -240px;
    margin-right: -240px;
  }

  .concept {
    margin: 18px 18px 0;
    min-height: 850px;
  }

  .concept-copy {
    padding: 52px 32px 0;
  }

  .mosaic img {
    right: 18px;
    width: calc(100% - 36px);
  }

  .mosaic-top {
    top: 20px;
  }

  .mosaic-main {
    top: 210px;
  }

  .mosaic-bottom {
    bottom: -20px;
  }

  .article-card {
    width: min(100%, 390px);
    height: 560px;
    margin-top: 54px;
    box-shadow: 24px 24px 0 rgba(136, 157, 179, 0.62), 0 24px 40px rgba(35, 52, 70, 0.16);
  }

  .article-copy h3 {
    font-size: 32px;
  }

  .article-copy p:last-child {
    width: auto;
  }

  .cta {
    height: 320px;
    margin: 0 18px;
  }

  .cta-copy {
    padding: 72px 22px 0;
  }

  .cta h2 {
    font-size: 30px;
  }

  .footer {
    padding: 58px 32px 130px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    left: 32px;
    right: 32px;
    bottom: 50px;
  }
}
/* =========================
   Tablet
========================= */

@media (max-width: 1200px) {

  .spaces-header {
    grid-template-columns: 1fr 260px 260px;
  }

  .spaces-bottom {
    grid-template-columns: 1fr 260px;
  }

  .spaces h2 {
    font-size: 82px;
  }
}

/* =========================
   Mobile Layout
========================= */

@media (max-width: 991px) {

  .spaces {
    padding: 24px;
  }

  .spaces-header {
    grid-template-columns: 1fr;
  }

  .spaces-bottom {
    grid-template-columns: 1fr;
  }

  .spaces-intro {
    padding-right: 0;
  }

  .spaces h2 {
    font-size: 72px;
  }

  .intro-text {
    max-width: 100%;
  }

  .feature-card,
  .wide-card {
    min-height: 280px;
  }
}

/* =========================
   Small Mobile
========================= */

@media (max-width: 768px) {

  .spaces {
    padding: 20px;
  }

  .spaces h2 {
    font-size: 56px;
    letter-spacing: -3px;
  }

  .feature-card,
  .wide-card {
    min-height: 240px;
    padding: 24px;
  }

  .feature-card h3 {
    font-size: 26px;
  }
}

/* =========================
   Extra Small
========================= */

@media (max-width: 480px) {

  .spaces {
    padding: 16px;
  }

  .spaces h2 {
    font-size: 42px;
    line-height: 0.95;
  }

  .feature-card,
  .wide-card {
    min-height: 220px;
    padding: 20px;
    border-radius: 22px;
  }

  .feature-card h3 {
    font-size: 22px;
  }

  .feature-card p {
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  body {
    overflow-x: hidden;
  }

  .page-shell {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .hero {
    min-height: 100svh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 112px 18px 72px;
  }

  .hero-media {
    background-position: center;
  }

  .hero-media::after {
    content: "";
    background: linear-gradient(180deg, rgba(4, 12, 24, 0.3), rgba(4, 12, 24, 0.42));
  }

  .nav {
    position: absolute;
    top: 16px;
    left: 14px;
    right: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
    align-items: center;
  }

  .brand {
    font-size: 22px;
    letter-spacing: 0;
  }

  .brand img {
    width: 42px;
    height: auto;
  }

  .brand span {
    margin-left: 10px;
  }

  .nav-links {
    width: min(100%, 360px);
    max-width: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 4px;
    border-radius: 999px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    min-width: auto;
    height: 34px;
    padding: 0 14px;
    white-space: nowrap;
    font-size: 10px;
  }

  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: min(100%, 390px);
    margin: 0 auto;
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 13vw, 60px);
    line-height: 1;
    letter-spacing: -1.5px;
  }

  .hero-copy .description {
    width: min(100%, 338px);
    height: 50px;
    margin-top: 34px;
  }

  .hero-copy .description svg {
    width: 100%;
    height: 100%;
  }

  .hero-copy .description h3 {
    font-size: 13px;
    letter-spacing: 0.35px;
    white-space: nowrap;
  }

  .hero-copy .description img {
    width: 34px;
    transform: translateX(-8px);
  }

  .hero-ornament {
    display: none;
  }

  .spaces,
  .projects,
  .voices,
  .concept,
  .insights,
  .cta {
    width: auto;
    margin: 16px 12px 0;
    border-radius: 20px;
  }

  .spaces,
  .projects,
  .voices,
  .insights {
    padding: 30px 16px;
  }

  .spaces {
    margin-top: 16px;
  }

  .spaces-header,
  .spaces-bottom,
  .projects-layout,
  .insights,
  .concept,
  .footer {
    grid-template-columns: 1fr;
  }

  .spaces-header,
  .spaces-bottom {
    gap: 14px;
    margin-bottom: 14px;
  }

  .spaces h2,
  .projects h2,
  .voices h2,
  .concept h2,
  .insight-copy h2 {
    font-size: clamp(42px, 13vw, 56px);
    line-height: 0.98;
    letter-spacing: -1.5px;
  }

  .eyebrow {
    margin-bottom: 18px;
  }

  .intro-text {
    margin-top: 22px;
  }

  .feature-card,
  .wide-card {
    min-height: 210px;
    padding: 22px;
    border-radius: 18px;
  }

  .wide-card {
    min-height: 300px;
  }

  .projects h2 {
    margin-bottom: 28px;
  }

  .project-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    padding: 0 0 12px;
    scrollbar-width: none;
  }

  .project-list::-webkit-scrollbar {
    display: none;
  }

  .project-list-line,
  .project-button.active::before {
    display: none;
  }

  .project-button {
    flex: 0 0 150px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.62);
    text-align: left;
  }

  .project-button strong {
    font-size: 15px;
  }

  .project-preview {
    height: 520px;
    border-radius: 20px;
  }

  .project-card {
    left: 12px;
    right: 12px;
    top: 12px;
    width: auto;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }

  .project-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .project-card p {
    margin-bottom: 18px;
  }

  .project-meta {
    left: 16px;
    right: 16px;
    bottom: 20px;
    gap: 0;
    justify-content: space-between;
  }

  .project-meta div {
    min-width: 0;
  }

  .project-meta dd {
    font-size: 18px;
  }

  .voices {
    min-height: auto;
    padding-bottom: 42px;
  }

  .portrait-stage {
    height: 370px;
    margin: 36px 0 0;
    transform: none;
  }

  .portrait:not(.center) {
    display: none;
  }

  .portrait.center {
    width: min(100%, 310px);
    height: 360px;
  }

  .portrait.center div {
    bottom: 38px;
  }

  .quote span {
    margin-top: -34px;
  }

  .quote h3 {
    font-size: 24px;
  }

  .quote p {
    font-size: 15px;
  }

  .concept {
    height: auto;
    min-height: 0;
    display: block;
    padding: 30px 16px 16px;
  }

  .concept-copy {
    padding: 0;
  }

  .concept ul {
    margin-top: 28px;
  }

  .mosaic {
    height: auto;
    min-height: 0;
    margin-top: 28px;
    padding: 0;
    gap: 12px;
  }

  .mosaic-top,
  .mosaic-main,
  .mosaic-bottom {
    height: 210px;
  }

  .insights {
    min-height: 0;
    display: block;
  }

  .insight-copy {
    text-align: center;
  }

  .insight-copy p {
    margin: 22px auto 0;
  }

  .arrows {
    justify-content: center;
    margin-top: 24px;
  }

  .arrows button {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }

  .article-slider {
    width: 100%;
    height: 460px;
    margin-top: 28px;
  }

  .article-card {
    width: 100%;
    height: 430px;
    margin: 0;
    box-shadow: 0 20px 35px rgba(35, 52, 70, 0.15);
  }

  .article-card.next {
    transform: translate(12px, 12px);
  }

  .article-card.after-next {
    transform: translate(24px, 24px);
  }

  .article-copy {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }

  .article-copy h3 {
    font-size: 30px;
  }

  .cta {
    height: auto;
    min-height: 330px;
  }

  .cta::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
  }

  .cta-copy {
    padding: 70px 18px;
  }

  .cta h2 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -1.5px;
  }

  .cta p {
    line-height: 1.45;
  }

  .footer {
    padding: 44px 24px 118px;
    gap: 20px;
  }

  .footer h3 {
    margin-bottom: 14px;
  }

  .footer p,
  .footer a {
    margin-bottom: 12px;
  }

  .footer-bottom {
    left: 24px;
    right: 24px;
    bottom: 36px;
    display: grid;
    gap: 16px;
  }
}

@media (max-width: 380px) {
  .hero-copy .description h3 {
    font-size: 12px;
  }

  .hero-copy .description img {
    width: 30px;
  }

  .project-meta dd {
    font-size: 16px;
  }
}
