:root {
  --ink: #161716;
  --paper: #f1eee7;
  --white: #fffdf7;
  --blue: #1b43d9;
  --coral: #ff654e;
  --line: rgba(22, 23, 22, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  height: 88px; padding: 0 3.5vw; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 20; background: var(--paper);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em; font-size: 24px; width: fit-content; }
.brand-mark { width: 31px; height: 31px; border-radius: 50%; background: var(--blue); color: white; display: grid; place-items: center; font-family: Georgia, serif; font-style: italic; font-size: 21px; }
.nav { display: flex; gap: 32px; font-size: 13px; font-weight: 700; }
.nav a, footer a { transition: color .2s ease; }
.nav a:hover, footer a:hover { color: var(--blue); }
.header-cta { justify-self: end; font-size: 13px; font-weight: 800; border-bottom: 1px solid; padding-bottom: 4px; }
.header-cta span, .text-link span, .button span, .expertise-card a span { display: inline-block; transition: transform .2s; }
.header-cta:hover span, .text-link:hover span, .button:hover span, .expertise-card a:hover span { transform: translate(3px, -3px); }
.menu-button { display: none; background: none; border: 0; padding: 10px; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 51% 49%; overflow: hidden; }
.hero-copy { padding: 7.4vw 6vw 4vw 7vw; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { text-transform: uppercase; font-size: 11px; letter-spacing: .2em; font-weight: 800; margin: 0 0 26px; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; display: inline-block; vertical-align: middle; margin: 0 12px 3px 0; }
.eyebrow.light { color: rgba(255,255,255,.76); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(56px, 6vw, 104px); line-height: .9; letter-spacing: -.072em; font-weight: 800; max-width: 760px; margin-bottom: 32px; }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; max-width: 570px; color: #4c4c49; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin: 18px 0 54px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 17px 22px; border: 0; cursor: pointer; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.button.primary { background: var(--ink); color: white; }
.button.coral { background: var(--coral); color: var(--ink); }
.text-link { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid; padding-bottom: 5px; }
.hero-proof { border-top: 1px solid var(--line); width: 100%; display: flex; gap: 54px; padding-top: 24px; margin-top: auto; }
.hero-proof div { display: flex; align-items: center; gap: 12px; }
.hero-proof strong { font-size: 27px; letter-spacing: -.04em; }
.hero-proof span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; max-width: 90px; line-height: 1.4; color: #676762; }
.hero-visual { background: var(--blue); position: relative; min-height: 700px; }
.blue-field { position: absolute; inset: 7% 7% 7% 12%; background: white; overflow: hidden; }
.blue-field img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.03); }
.vertical-label { position: absolute; right: -118px; top: 50%; z-index: 2; transform: rotate(90deg); text-transform: uppercase; letter-spacing: .2em; font-size: 9px; color: white; }
.floating-card { position: absolute; left: 0; bottom: 15%; background: var(--coral); width: 255px; padding: 26px; display: flex; flex-direction: column; z-index: 3; }
.floating-card span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.floating-card strong { font-size: 33px; margin: 6px 0 14px; letter-spacing: -.05em; }
.floating-card small { font-size: 11px; line-height: 1.5; }

.manifesto { background: var(--ink); color: white; padding: 9vw 12vw; text-align: center; }
.manifesto p { max-width: 1100px; margin: 0 auto; font-size: clamp(34px, 4.7vw, 72px); line-height: 1.05; letter-spacing: -.05em; }
.manifesto em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.section { padding: 9vw 7vw; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; margin-bottom: 60px; }
.section-heading h2, .selection-head h2 { font-size: clamp(44px, 5.5vw, 82px); line-height: .96; letter-spacing: -.06em; margin: 0; }
.expertise-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.expertise-card { position: relative; padding: 42px; overflow: hidden; min-height: 600px; display: flex; flex-direction: column; justify-content: flex-end; }
.art-card { background: var(--blue); color: white; }
.art-card::before, .art-card::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.art-card::before { width: 330px; height: 330px; background: var(--coral); top: 25px; left: 50%; transform: translateX(-50%); }
.art-card::after { width: 170px; height: 250px; background: #f3c84a; top: 100px; left: 50%; transform: translateX(-50%) rotate(-15deg); border-radius: 50% 50% 43% 57%; box-shadow: -80px 120px 0 -25px #de2a55, 80px 120px 0 -25px #1bc8c4; }
.furniture-card { background: #d9d2c4; }
.card-number { position: absolute; top: 35px; right: 38px; font-size: 12px; letter-spacing: .16em; }
.card-content { position: relative; z-index: 3; max-width: 480px; }
.card-content h3 { font-size: clamp(32px, 3vw, 50px); letter-spacing: -.055em; line-height: 1; margin-bottom: 18px; }
.card-content p:not(.eyebrow) { max-width: 420px; line-height: 1.55; font-size: 15px; }
.card-content a { display: inline-block; border-bottom: 1px solid; padding-bottom: 5px; margin-top: 14px; font-size: 11px; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.furniture-shape { position: absolute; top: 60px; left: 50%; transform: translateX(-50%); width: 280px; height: 300px; }
.furniture-shape i { display: block; width: 230px; height: 125px; margin: auto; border-radius: 65px 65px 20px 20px; background: #272b2e; transform: rotate(-6deg); }
.furniture-shape b { display: block; width: 235px; height: 80px; margin: -5px auto 0; background: var(--coral); border-radius: 20px 20px 45px 45px; transform: rotate(-2deg); box-shadow: -80px 105px 0 -33px #26292b, 80px 105px 0 -33px #26292b; }

.leasing { background: var(--blue); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.leasing-title h2 { font-size: clamp(44px, 5vw, 78px); line-height: .98; letter-spacing: -.065em; margin-bottom: 30px; }
.leasing-title h2 em { color: var(--coral); }
.leasing-title > p:not(.eyebrow) { color: rgba(255,255,255,.72); line-height: 1.7; max-width: 610px; }
.leasing-title .button { margin-top: 22px; }
.benefits article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.25); }
.benefits article:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.benefits article > span { color: var(--coral); font-size: 11px; letter-spacing: .15em; }
.benefits h3 { font-size: 22px; margin-bottom: 8px; }
.benefits p { color: rgba(255,255,255,.66); line-height: 1.55; font-size: 14px; max-width: 460px; }

.selection { background: #f7f4ed; }
.selection-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.art-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: end; }
.art-image { position: relative; aspect-ratio: 3/4; overflow: hidden; background: #ddd; }
.art-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.artwork:hover img { transform: scale(1.04); }
.artwork-2 .art-image, .artwork-4 .art-image { aspect-ratio: 1/1.25; }
.art-meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 14px; }
.art-meta span { color: #73736d; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.art-meta strong { font-size: 12px; }

.process { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps article { padding: 28px 25px 10px 0; border-right: 1px solid var(--line); min-height: 220px; }
.steps article:not(:first-child) { padding-left: 25px; }
.steps article:last-child { border-right: 0; }
.steps span { color: var(--blue); font-size: 11px; letter-spacing: .15em; }
.steps h3 { font-size: 22px; margin: 56px 0 12px; letter-spacing: -.03em; }
.steps p { font-size: 13px; line-height: 1.55; color: #666660; }

.contact { background: var(--ink); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; }
.contact-copy h2 { font-size: clamp(45px, 5.3vw, 78px); line-height: .98; letter-spacing: -.065em; }
.contact-copy h2 em { color: var(--coral); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.phone { display: block; color: var(--coral); font-size: 26px; font-weight: 800; margin: 36px 0 5px; }
.contact-copy small { color: rgba(255,255,255,.5); }
form { padding-top: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.6); margin-bottom: 24px; }
input, select, textarea { width: 100%; background: transparent; color: white; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); padding: 13px 0; outline: none; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--coral); }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.28); }
select option { color: var(--ink); }
form .button { margin-top: 12px; }
.form-note { color: var(--coral); font-size: 12px; margin-top: 12px; }

footer { padding: 50px 7vw 30px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; }
footer p { margin: 0; font-size: 12px; color: #6a6a65; }
footer > div { display: flex; gap: 24px; font-size: 12px; font-weight: 700; }
footer small { grid-column: 1/-1; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 22px; color: #777770; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; }
  .menu-button { display: block; }
  .menu-button span { width: 24px; height: 2px; background: var(--ink); display: block; margin: 6px; }
  .header-cta { display: none; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 74px; background: var(--paper); padding: 28px 7vw; flex-direction: column; border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 7vw 50px; min-height: 650px; }
  .hero-visual { min-height: 600px; }
  .expertise-grid, .leasing, .contact { grid-template-columns: 1fr; }
  .section { padding: 100px 7vw; }
  .art-grid { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:nth-child(2) { border-right: 0; }
  footer { grid-template-columns: 1fr auto; }
  footer p { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  h1 { font-size: 56px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 24px; }
  .hero-proof { gap: 20px; }
  .hero-visual { min-height: 500px; }
  .blue-field { inset: 7% 5% 7% 12%; }
  .floating-card { width: 210px; padding: 20px; }
  .manifesto { padding: 90px 7vw; }
  .section-heading, .selection-head { flex-direction: column; align-items: flex-start; }
  .expertise-card { min-height: 540px; padding: 28px; }
  .leasing { gap: 60px; }
  .art-grid { grid-template-columns: 1fr; }
  .art-image, .artwork-2 .art-image, .artwork-4 .art-image { aspect-ratio: 1/1.05; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:not(:first-child) { border-right: 0; border-bottom: 1px solid var(--line); padding: 28px 0; min-height: 0; }
  .steps h3 { margin: 36px 0 10px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; }
  footer > div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
