:root {
  --warm-white: #f7f5f0;
  --egret: #e8e3d8;
  --carbon: #343331;
  --orange: #f45a24;
  --deep: #171715;
  --line: #cec8bd;
  --display: "Newsreader", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-white); color: var(--carbon); font-family: var(--body); font-size: 15px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.section-shell { max-width: 1440px; margin: 0 auto; padding-left: 72px; padding-right: 72px; }
.eyebrow { margin: 0 0 20px; color: var(--orange); font-size: 10px; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: #ff7442; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
h2 { margin-bottom: 0; font-size: clamp(48px, 4.2vw, 68px); letter-spacing: -.035em; line-height: .98; }
.text-link { display: inline-flex; gap: 16px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.text-link span { color: var(--orange); font-size: 15px; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; width: 100%; height: 96px; padding: 0 40px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.24); }
.header-nav { display: flex; gap: 28px; align-items: center; }
.header-nav a, .language { font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.brand { display: flex; gap: 7px; align-items: baseline; justify-self: center; font-family: var(--display); font-size: 20px; letter-spacing: -.02em; white-space: nowrap; }
.brand i { color: var(--orange); font-family: var(--body); font-size: 7px; font-style: normal; font-weight: 600; letter-spacing: .15em; }
.header-actions { display: flex; gap: 19px; align-items: center; justify-self: end; }
.header-book { display: flex; align-items: center; height: 40px; padding: 0 18px; background: var(--orange); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.icon-button, .language, .menu-button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.icon-button { width: 20px; height: 20px; }
.icon-button svg { fill: none; stroke: currentColor; stroke-width: 1.4; }
.menu-button { display: grid; gap: 5px; width: 24px; }
.menu-button span { display: block; width: 24px; height: 1px; background: currentColor; }

.hero { position: relative; min-height: 900px; height: 100vh; max-height: 980px; overflow: hidden; color: #fff; background: var(--deep); }
.hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,9,.67) 0%, rgba(10,10,9,.2) 48%, rgba(10,10,9,.08) 72%), linear-gradient(0deg, rgba(10,10,9,.52), transparent 45%); }
.hero-copy { position: absolute; left: 72px; bottom: 85px; max-width: 680px; }
.hero h1 { margin: 0 0 28px; font-size: clamp(86px, 8.2vw, 126px); letter-spacing: -.055em; line-height: .72; text-transform: uppercase; }
.hero h1 span { color: var(--orange); font-family: var(--body); font-size: .14em; font-weight: 600; letter-spacing: .12em; vertical-align: .52em; }
.hero-intro { max-width: 465px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.7; }
.hero-link { position: absolute; right: 72px; bottom: 91px; display: flex; gap: 70px; align-items: center; min-width: 335px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.7); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero-link b { color: var(--orange); font-size: 18px; font-weight: 400; }
.hero-note { position: absolute; right: 36px; top: 50%; margin: 0; font-family: var(--display); font-size: 13px; font-style: italic; opacity: .65; transform: rotate(90deg) translateX(50%); transform-origin: right bottom; }

.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-top: 148px; padding-bottom: 148px; }
.intro-copy { max-width: 520px; padding-top: 8px; }
.intro-copy .lead { margin-bottom: 28px; font-family: var(--display); font-size: 28px; line-height: 1.35; }
.intro-copy > p:not(.lead) { max-width: 480px; margin-bottom: 42px; color: #706e69; }

.collection { background: var(--egret); }
.collection-inner { padding-top: 118px; padding-bottom: 132px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-head .text-link { margin-bottom: 5px; }
.filters { display: flex; gap: 8px; margin: 58px 0 34px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter { padding: 10px 16px; border: 1px solid transparent; background: transparent; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.filter.active { border-color: var(--carbon); }
.filter-end { margin-left: auto; }
.filter-end span { padding-left: 12px; color: var(--orange); font-size: 15px; }
.apartment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 5.15; background: #d5d0c6; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.apartment-card:hover .card-media img { transform: scale(1.025); }
.favorite { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 36px; height: 36px; color: #fff; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 20px; }
.availability { position: absolute; left: 16px; bottom: 16px; padding: 8px 11px; background: var(--warm-white); font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.card-meta { display: flex; justify-content: space-between; margin-top: 19px; color: var(--orange); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.card-meta p { margin-bottom: 0; }
.apartment-card h3 { margin: 7px 0 5px; font-size: 31px; line-height: 1.1; }
.card-specs { margin: 0; color: #77736d; font-size: 12px; }

.editorial-feature { display: grid; grid-template-columns: 55% 45%; min-height: 820px; background: var(--warm-white); }
.feature-image { min-height: 820px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 105px 9vw 105px 8vw; }
.feature-copy > p:not(.eyebrow) { margin: 40px 0 40px; color: #706e69; }
.feature-copy ul { margin: 0 0 50px; padding: 0; list-style: none; }
.feature-copy li { display: grid; grid-template-columns: 38px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: .05em; }
.feature-copy li span { color: var(--orange); font-size: 9px; }
.outline-button, .primary-button, .light-button { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; min-height: 52px; padding: 0 25px; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.outline-button { border: 1px solid var(--carbon); }

.process { padding: 124px 0 132px; color: #fff; background: var(--deep); }
.section-head-dark .eyebrow { color: #ff7442; }
.primary-button { color: #fff; background: var(--orange); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 76px; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.process-grid article { min-height: 285px; padding: 35px 34px 42px 0; border-right: 1px solid rgba(255,255,255,.24); }
.process-grid article + article { padding-left: 34px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--orange); font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.process-grid h3 { max-width: 300px; margin: 55px 0 18px; font-size: 30px; line-height: 1.05; }
.process-grid p { max-width: 335px; margin-bottom: 0; color: rgba(255,255,255,.57); font-size: 13px; }

.included { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-top: 135px; padding-bottom: 145px; }
.included-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.included-list article { min-height: 235px; padding: 30px 35px 30px 0; border-bottom: 1px solid var(--line); }
.included-list article:nth-child(odd) { border-right: 1px solid var(--line); }
.included-list article:nth-child(even) { padding-left: 35px; }
.included-list span { color: var(--orange); font-size: 9px; }
.included-list h3 { margin: 40px 0 14px; font-size: 26px; }
.included-list p { margin-bottom: 0; color: #77736d; font-size: 13px; }

.journal { padding: 126px 0 135px; background: #ddd6c8; }
.journal-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; margin-top: 58px; }
.story a { position: relative; display: block; height: 585px; overflow: hidden; color: #fff; }
.story img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.story:hover img { transform: scale(1.025); }
.story-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,8,7,.75), transparent 55%); }
.story-copy { position: absolute; right: 32px; bottom: 30px; left: 32px; }
.story-copy p { margin-bottom: 12px; color: #ff7442; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.story-copy h3 { max-width: 520px; margin: 0 0 18px; font-size: 38px; line-height: 1.02; }
.story-copy > span { font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.future { position: relative; min-height: 820px; overflow: hidden; color: #fff; }
.future > img { width: 100%; height: 820px; object-fit: cover; }
.future-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,13,12,.78), rgba(13,13,12,.1) 70%); }
.future-copy { position: absolute; top: 50%; left: 72px; max-width: 650px; transform: translateY(-50%); }
.future-copy h2 { font-size: clamp(54px, 5vw, 76px); }
.future-copy > p:not(.eyebrow) { max-width: 520px; margin: 36px 0 42px; color: rgba(255,255,255,.7); }
.light-button { color: #fff; border: 1px solid rgba(255,255,255,.7); }

.owners { text-align: center; }
.owners-inner { display: flex; flex-direction: column; align-items: center; padding-top: 145px; padding-bottom: 150px; }
.owners h1, .owners h2 { max-width: 900px; }
.owners h1 { margin-bottom: 0; font-size: clamp(48px, 4.2vw, 68px); letter-spacing: -.035em; line-height: .98; }
.owners p:not(.eyebrow) { max-width: 580px; margin: 34px auto 42px; color: #706e69; }
.owners .outline-button { align-self: center; }

.contact { display: grid; grid-template-columns: 1.5fr .5fr; gap: 60px; align-items: end; padding: 88px 72px; color: #fff; background: var(--orange); }
.contact .eyebrow { color: rgba(255,255,255,.7); }
.contact h2 { max-width: 920px; font-size: clamp(46px, 4vw, 64px); }
.contact-actions { display: grid; gap: 13px; justify-items: start; }
.contact-actions a { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.contact-actions span { margin-left: 14px; }

.footer { padding: 88px 72px 30px; color: #fff; background: var(--deep); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding-bottom: 62px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-brand { display: flex; gap: 9px; align-items: baseline; font-family: var(--display); font-size: 30px; }
.footer-brand i { color: var(--orange); font-family: var(--body); font-size: 8px; font-style: normal; letter-spacing: .12em; }
.footer-top p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-social { display: flex; gap: 26px; justify-content: flex-end; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: .75fr .85fr .75fr 1.35fr; gap: 55px; padding: 65px 0 80px; }
.footer h3 { margin-bottom: 25px; color: rgba(255,255,255,.42); font-family: var(--body); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.footer nav { display: flex; flex-direction: column; gap: 10px; }
.footer nav a { color: rgba(255,255,255,.74); font-size: 12px; }
.footer-news p { max-width: 330px; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-news form { display: flex; margin-top: 27px; border-bottom: 1px solid rgba(255,255,255,.45); }
.footer-news input { flex: 1; min-width: 0; padding: 12px 0; color: #fff; border: 0; outline: none; background: transparent; font-size: 12px; }
.footer-news input::placeholder { color: rgba(255,255,255,.42); }
.footer-news button { color: var(--orange); border: 0; background: transparent; font-size: 17px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.footer-bottom button { color: inherit; border: 0; background: transparent; text-transform: uppercase; }
.footer-bottom span:last-child { text-align: right; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-nav { display: none; }
  .brand { justify-self: start; }
  .header-actions { grid-column: 2; }
  .hero-link { min-width: 260px; }
  .intro, .included { gap: 55px; }
  .apartment-grid { gap: 20px; }
}

@media (max-width: 760px) {
  .section-shell { padding-left: 22px; padding-right: 22px; }
  .site-header { height: 72px; padding: 0 18px; }
  .brand { font-size: 17px; }
  .header-book, .language, .icon-button { display: none; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-copy { left: 22px; right: 22px; bottom: 110px; }
  .hero h1 { font-size: 68px; line-height: .77; }
  .hero-link { right: 22px; bottom: 35px; left: 22px; width: auto; }
  .hero-note { display: none; }
  .intro, .included { grid-template-columns: 1fr; gap: 48px; padding-top: 90px; padding-bottom: 90px; }
  .section-head { align-items: start; flex-direction: column; }
  .filters { overflow-x: auto; }
  .filters { scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { white-space: nowrap; }
  .filter-end { margin-left: 0; }
  .apartment-grid { grid-template-columns: 1fr; gap: 55px; }
  .editorial-feature { grid-template-columns: 1fr; }
  .feature-image { min-height: 520px; }
  .feature-copy { padding: 85px 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article + article { min-height: 0; padding: 34px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .process-grid h3 { margin-top: 30px; }
  .included-list { grid-template-columns: 1fr; }
  .included-list article:nth-child(odd) { border-right: 0; }
  .included-list article:nth-child(even) { padding-left: 0; }
  .journal-grid { grid-template-columns: 1fr; }
  .story a { height: 500px; }
  .future, .future > img { min-height: 720px; height: 720px; }
  .future-copy { right: 22px; left: 22px; }
  .contact { grid-template-columns: 1fr; padding: 75px 22px; }
  .footer { padding: 70px 22px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-social { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
