@import "tailwindcss";

:root {
  --ink: #0a1c2e;
  --ink-soft: #17334a;
  --paper: #f2efe7;
  --paper-deep: #e8e2d5;
  --gold: #bd9455;
  --gold-light: #d8b77c;
  --white: #fbfaf7;
  --line: rgba(10, 28, 46, 0.17);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4.6vw;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.brand { display: flex; align-items: center; gap: 13px; width: fit-content; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 39px;
  aspect-ratio: 1;
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
  font: 600 12px/1 Arial, sans-serif;
  letter-spacing: -1px;
}
.brand-name { font-weight: 700; letter-spacing: .19em; font-size: 17px; }
.brand-name small { font-size: 7px; color: var(--gold-light); vertical-align: top; letter-spacing: .11em; }

nav { display: flex; align-items: center; gap: 38px; }
nav a { font-size: 12px; letter-spacing: .08em; color: rgba(255,255,255,.76); transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--gold-light); }

.header-cta { justify-self: end; font-size: 12px; letter-spacing: .08em; display: flex; gap: 12px; align-items: center; }
.header-cta span { color: var(--gold-light); font-size: 18px; }

.hero {
  position: relative;
  min-height: 860px;
  height: 100svh;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 74% 44%, rgba(39, 91, 97, .65), transparent 27%),
    linear-gradient(105deg, #071827 0%, #0a2236 55%, #0c3041 100%);
  display: flex;
  align-items: center;
  padding: 116px 4.6vw 122px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .23;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent 5%, #000 72%, transparent 100%);
}

.hero-copy { position: relative; z-index: 3; width: min(700px, 56vw); }
.eyebrow, .section-kicker p {
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 6.3vw, 104px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.055em;
}
.hero h1 span { display: block; color: var(--gold-light); font-style: italic; white-space: nowrap; }
.hero-intro {
  max-width: 600px;
  margin: 34px 0 0;
  padding-left: 20px;
  border-left: 1px solid var(--gold);
  color: rgba(255,255,255,.69);
  font-size: 16px;
  line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 38px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 26px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #081b2e; }
.button-primary:hover { background: var(--gold-light); }
.button-primary span { font-size: 17px; }
.text-link { display: flex; align-items: center; gap: 13px; font-size: 12px; color: rgba(255,255,255,.72); }
.text-link span { color: var(--gold-light); }

.hero-visual {
  position: absolute;
  z-index: 2;
  right: 2.5vw;
  top: 49%;
  width: min(51vw, 720px);
  aspect-ratio: 1;
  transform: translateY(-50%);
}
.orbit { position: absolute; inset: 50%; border: 1px solid rgba(216,183,124,.39); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 94%; height: 94%; }
.orbit-two { width: 67%; height: 67%; border-color: rgba(216,183,124,.22); }
.orbit-three { width: 29%; height: 29%; background: rgba(189,148,85,.07); }
.axis { position: absolute; background: rgba(216,183,124,.2); }
.axis-x { width: 112%; height: 1px; top: 50%; left: -6%; }
.axis-y { height: 112%; width: 1px; left: 50%; top: -6%; }
.visual-label { position: absolute; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .28em; }
.label-top { top: 17%; left: 50%; transform: translateX(-50%); }
.label-bottom { bottom: 16%; left: 50%; transform: translateX(-50%); }
.visual-number { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font: italic 110px/.8 Georgia, serif; color: rgba(216,183,124,.16); }

.hero-meta {
  position: absolute;
  z-index: 4;
  left: 4.6vw;
  right: 4.6vw;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.15);
}
.hero-meta div { min-height: 94px; display: flex; align-items: center; gap: 21px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-meta div:last-child { border: 0; padding-left: 32px; }
.hero-meta div:nth-child(2) { padding-left: 32px; }
.hero-meta span { color: var(--gold-light); font: italic 15px Georgia, serif; }
.hero-meta strong { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }

.section { padding: 132px 6.5vw; }
.section-kicker { display: flex; gap: 15px; align-items: baseline; border-top: 1px solid var(--line); padding-top: 17px; }
.section-kicker span { font: italic 14px Georgia, serif; color: var(--gold); }
.section-kicker p { color: var(--ink); margin: 0; }
.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 11vw; margin-top: 76px; }
.about h2 { margin: 0; font: 400 clamp(49px, 5.3vw, 76px)/1.01 Georgia, serif; letter-spacing: -.045em; }
.about-copy { padding-top: 5px; }
.about-copy p { margin: 0 0 28px; color: #53616b; font-size: 15px; line-height: 1.8; }
.about-copy .lead { color: var(--ink-soft); font: 400 22px/1.55 Georgia, serif; }
.inline-link { display: inline-flex; gap: 20px; margin-top: 13px; padding-bottom: 10px; border-bottom: 1px solid var(--gold); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.inline-link span { color: var(--gold); font-size: 16px; }

.approach { background: var(--ink); color: var(--white); }
.section-kicker-light { border-color: rgba(255,255,255,.17); }
.section-kicker-light p { color: var(--white); }
.approach-heading, .projects-heading {
  display: grid;
  grid-template-columns: 1.55fr .65fr;
  gap: 9vw;
  margin-top: 72px;
  align-items: end;
}
.approach-heading h2, .projects-heading h2, .contact h2 {
  margin: 0;
  font: 400 clamp(47px, 5vw, 74px)/1.03 Georgia, serif;
  letter-spacing: -.045em;
}
.approach-heading h2 em, .contact h2 em { color: var(--gold-light); font-weight: 400; }
.approach-heading > p, .projects-heading > p {
  margin: 0;
  color: rgba(255,255,255,.57);
  font-size: 14px;
  line-height: 1.8;
}
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 92px; border-top: 1px solid rgba(255,255,255,.16); }
.process-grid article { position: relative; min-height: 270px; padding: 30px 30px 20px 0; border-right: 1px solid rgba(255,255,255,.13); }
.process-grid article:not(:first-child) { padding-left: 30px; }
.process-grid article:last-child { border: 0; }
.process-grid article > span { color: var(--gold-light); font: italic 14px Georgia, serif; }
.process-grid h3 { margin: 72px 0 18px; font: 400 25px Georgia, serif; }
.process-grid p { margin: 0; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.75; }
.criteria { display: grid; grid-template-columns: .65fr 1.35fr; gap: 5vw; align-items: center; border-top: 1px solid rgba(255,255,255,.16); padding-top: 30px; }
.criteria > p { margin: 0; font: italic 17px Georgia, serif; color: var(--gold-light); }
.criteria > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.criteria > div span { border: 1px solid rgba(255,255,255,.19); border-radius: 99px; padding: 11px 17px; color: rgba(255,255,255,.68); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.projects-heading { align-items: start; }
.projects-heading > p { color: #5d6972; }
.project-list { margin-top: 92px; border-top: 1px solid var(--line); }
.project-card { display: grid; grid-template-columns: .18fr 1.22fr .38fr auto; gap: 30px; align-items: center; min-height: 215px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.project-card:hover { background: rgba(255,255,255,.35); padding-inline: 20px; }
.project-index { font: italic 15px Georgia, serif; color: var(--gold); }
.project-type { margin: 0 0 12px; color: #68747c; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.project-main h3 { margin: 0 0 16px; font: 400 clamp(31px, 3vw, 43px) Georgia, serif; }
.project-main > p:last-child { margin: 0; color: #657078; font-size: 13px; }
.project-tag { justify-self: start; border: 1px solid var(--line); border-radius: 99px; padding: 10px 15px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.project-arrow { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--gold); color: var(--gold); }
.projects-disclaimer { max-width: 710px; margin: 34px 0 0 auto; color: #7b848a; font-size: 10px; line-height: 1.6; text-align: right; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: #0b2638; color: var(--white); }
.contact h2 { margin-top: 70px; }
.contact-intro > p { max-width: 560px; margin: 34px 0 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.8; }
.contact-location { margin-top: 90px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; gap: 10px; }
.contact-location span { color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.contact-location strong { font: 400 20px Georgia, serif; }
.contact-form { align-self: start; background: var(--paper); color: var(--ink); padding: 46px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(10,28,46,.27);
  border-radius: 0;
  background: transparent;
  padding: 10px 0 13px;
  color: var(--ink);
  font: 14px Arial, sans-serif;
  outline: none;
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8a9194; }
.contact-form .consent { flex-direction: row; align-items: flex-start; gap: 12px; font-weight: 400; line-height: 1.5; text-transform: none; letter-spacing: 0; color: #5d6870; }
.consent input { width: 15px; height: 15px; margin: 0; accent-color: var(--gold); }
.form-button { border: 0; background: var(--gold); color: var(--ink); cursor: pointer; }
.form-button:hover { background: var(--gold-light); }
.form-status { min-height: 30px; margin: 16px 0 0; color: #53705f; font-size: 11px; line-height: 1.5; }
.form-note { margin: 12px 0 0; color: #7d8589; font-size: 9px; line-height: 1.5; }

footer { min-height: 130px; padding: 0 6.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: #071827; color: rgba(255,255,255,.58); border-top: 1px solid rgba(255,255,255,.11); }
footer .brand { color: var(--white); }
footer p { margin: 0; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
footer p:last-child { justify-self: end; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 82px; padding-inline: 24px; }
  nav { display: none; }
  .hero { min-height: 800px; padding: 100px 24px 112px; align-items: flex-start; }
  .hero-copy { width: 100%; padding-top: 80px; }
  .hero h1 { font-size: clamp(52px, 13vw, 78px); }
  .hero h1 span { white-space: normal; }
  .hero-visual { width: 76vw; right: -28vw; top: 64%; opacity: .6; }
  .hero-meta { left: 24px; right: 24px; }
  .hero-meta div { min-height: 80px; gap: 10px; }
  .hero-meta div:nth-child(2), .hero-meta div:last-child { padding-left: 12px; }
  .hero-meta strong { font-size: 8px; letter-spacing: .08em; }
  .section { padding: 90px 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 46px; margin-top: 54px; }
  .approach-heading, .projects-heading, .contact { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .criteria { grid-template-columns: 1fr; }
  .criteria > div { justify-content: flex-start; }
  .project-card { grid-template-columns: .18fr 1fr auto; }
  .project-tag { display: none; }
  .contact { gap: 70px; }
  .contact-location { margin-top: 50px; }
  footer { grid-template-columns: 1fr 1fr; padding-block: 30px; }
  footer > p:nth-child(2) { display: none; }
}

@media (max-width: 560px) {
  .header-cta { font-size: 0; }
  .header-cta span { font-size: 20px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero { min-height: 900px; }
  .hero-meta strong { max-width: 72px; line-height: 1.35; }
  .hero-meta span { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:not(:first-child) { min-height: 210px; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .process-grid h3 { margin-top: 42px; }
  .criteria > div span { font-size: 8px; }
  .project-card { grid-template-columns: 1fr auto; gap: 16px; padding: 30px 0; }
  .project-card:hover { padding-inline: 0; }
  .project-index { grid-column: 1 / -1; }
  .project-main > p:last-child { line-height: 1.6; }
  .projects-disclaimer { text-align: left; }
  .contact-form { padding: 30px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { justify-self: start; }
}

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