:root {
  --ink: #12171c;
  --slate: #5f6b75;
  --mist: #eef0ef;
  --white: #fafafa;
  --line: rgba(18, 23, 28, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, figure, dl, dd { margin: 0; }

.site-header { align-items: center; background: rgba(250, 250, 250, 0.96); border-bottom: 1px solid var(--line); display: flex; height: 76px; justify-content: space-between; left: 0; padding: 0 clamp(22px, 4vw, 64px); position: absolute; top: 0; width: 100%; z-index: 10; }
.wordmark { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
nav { display: flex; gap: clamp(18px, 2.7vw, 40px); }
nav a { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

.hero { display: grid; grid-template-columns: 46% 54%; min-height: 100svh; padding-top: 76px; }
.hero-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: flex-end; padding: 54px clamp(26px, 5vw, 78px) 9vh; }
.eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.22em; line-height: 1.4; text-transform: uppercase; }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(76px, 9.2vw, 154px); font-weight: 400; letter-spacing: -0.07em; line-height: 0.82; margin: 30px 0 52px; max-width: 640px; }
.disciplines { display: flex; flex-wrap: wrap; font-size: 11px; font-weight: 700; gap: 14px; letter-spacing: 0.12em; line-height: 1.8; text-transform: uppercase; }
.disciplines span { color: var(--slate); }
.hero-image-wrap { background: var(--mist); min-height: calc(100svh - 76px); overflow: hidden; position: relative; }
.hero-image { height: 100%; object-fit: contain; object-position: center top; position: absolute; }

.section-number { color: var(--slate); font-size: 9px; font-weight: 700; letter-spacing: 0.16em; padding-top: 2px; }
.content-section, .work-section, .contact-section { border-top: 1px solid var(--line); display: grid; gap: 40px; grid-template-columns: minmax(40px, 0.35fr) 1.65fr; margin: 0 clamp(22px, 4vw, 64px); padding: clamp(88px, 11vw, 170px) 0; }
.about-copy { display: grid; gap: clamp(30px, 5vw, 80px); grid-template-columns: 1fr 1fr; margin-top: 54px; max-width: 1050px; }
.about-copy p, .section-intro { font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 1.65vw, 27px); line-height: 1.52; }

.reel-section { border-top: 1px solid var(--line); margin: 0 clamp(22px, 4vw, 64px); padding: clamp(80px, 9vw, 130px) 0; }
.reel-section .section-title-row { margin-bottom: 48px; }
.video-wrap { aspect-ratio: 16 / 9; background: var(--ink); margin-left: auto; margin-right: auto; max-width: 960px; overflow: hidden; width: 100%; }
.video-wrap iframe { border: 0; height: 100%; width: 100%; }

.headshots-section { background: var(--mist); padding: clamp(90px, 11vw, 170px) clamp(22px, 4vw, 64px); }
.section-title-row { display: grid; gap: 40px; grid-template-columns: minmax(40px, 0.35fr) 1.65fr; margin-bottom: clamp(60px, 8vw, 120px); }
.section-title-row .section-intro { margin-top: 32px; max-width: 720px; }
.headshot-grid { align-items: start; display: grid; gap: clamp(36px, 5vw, 72px) clamp(18px, 3vw, 42px); grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 0 auto; max-width: 1320px; }
.headshot { grid-column: span 2; margin: 0; min-width: 0; }
.headshot-4 { grid-column: 2 / span 2; }
.headshot-5 { grid-column: 4 / span 2; }
.headshot img { aspect-ratio: auto; height: auto; object-fit: contain; width: 100%; }
figcaption { border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: 0.16em; padding: 14px 0; text-transform: uppercase; }

.work-section { min-height: 44svh; }
.work-section .section-intro { margin-top: 38px; max-width: 830px; }
.work-link { align-items: center; border-bottom: 1px solid var(--ink); display: flex; font-size: 10px; font-weight: 700; gap: 28px; letter-spacing: 0.16em; margin-top: 52px; padding-bottom: 10px; text-transform: uppercase; width: fit-content; }
.work-link span { font-size: 15px; }

.skills-section { background: var(--ink); color: var(--white); padding: clamp(90px, 11vw, 170px) clamp(22px, 4vw, 64px); }
.skills-section .section-number { color: #aeb7be; }
.skills-grid { display: grid; gap: 1px; grid-template-columns: 1fr 1fr; margin-left: calc((100% - 80px) * 0.175 + 40px); max-width: 980px; }
.skill-column { border-top: 1px solid rgba(250, 250, 250, 0.22); padding: 34px 0; }
.skill-column + .skill-column { margin-left: clamp(40px, 8vw, 120px); }
.skill-column h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3vw, 46px); font-weight: 400; margin-bottom: 42px; }
.skill-column dl div { display: flex; justify-content: space-between; }
.skill-column dl div, .skill-column li { border-bottom: 1px solid rgba(250, 250, 250, 0.14); font-size: 12px; letter-spacing: 0.04em; padding: 15px 0; }
.skill-column dd { color: #aeb7be; }
.skill-column ul { list-style: none; margin: 0; padding: 0; }

.contact-section { min-height: 66svh; }
.contact-content { display: flex; flex-direction: column; justify-content: center; }
.contact-label { color: var(--slate); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; margin: 62px 0 22px; text-transform: uppercase; }
.email { border-bottom: 1px solid var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 5.8vw, 90px); letter-spacing: -0.045em; line-height: 1.1; padding-bottom: 10px; width: fit-content; }
.location { font-size: 11px; letter-spacing: 0.08em; line-height: 1.8; margin-top: 54px; text-transform: uppercase; }

footer { border-top: 1px solid var(--line); display: flex; font-size: 9px; font-weight: 700; justify-content: space-between; letter-spacing: 0.14em; margin: 0 clamp(22px, 4vw, 64px); padding: 28px 0; text-transform: uppercase; }

.work-page { padding-top: 76px; }
.work-page .site-header { position: fixed; }
.work-hero { border-bottom: 1px solid var(--line); display: grid; gap: 46px; grid-template-columns: 0.7fr 1.4fr 0.9fr; margin: 0 clamp(22px, 4vw, 64px); padding: clamp(90px, 11vw, 170px) 0; }
.work-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(70px, 9vw, 148px); font-weight: 400; letter-spacing: -0.07em; line-height: 0.82; }
.work-hero > p:last-child { align-self: end; color: var(--slate); font-family: Georgia, "Times New Roman", serif; font-size: clamp(16px, 1.4vw, 22px); line-height: 1.5; }
.work-reel { border-bottom: 1px solid var(--line); display: grid; gap: 50px; grid-template-columns: minmax(180px, 0.45fr) 1.55fr; margin: 0 clamp(22px, 4vw, 64px); padding: clamp(70px, 8vw, 110px) 0; }
.work-reel > div:first-child > p:last-child { color: var(--slate); font-family: Georgia, "Times New Roman", serif; font-size: 18px; margin-top: 26px; }
.work-reel .video-wrap { margin: 0; max-width: 820px; }
.project-grid { padding: clamp(80px, 10vw, 150px) clamp(22px, 4vw, 64px); }
.project { align-items: end; display: grid; gap: clamp(28px, 5vw, 76px); grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr); margin: 0 auto clamp(90px, 12vw, 170px); max-width: 1120px; }
.project:nth-child(even) { grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr); }
.project:nth-child(even) img { grid-column: 2; }
.project:nth-child(even) .project-meta { grid-column: 1; grid-row: 1; }
.project img { background: var(--mist); height: auto; justify-self: center; max-height: 760px; max-width: 620px; object-fit: contain; width: auto; }
.project-landscape img { max-width: 820px; width: 100%; }
.project-square img { max-width: 600px; width: 100%; }
.project-meta { align-self: end; border-top: 1px solid var(--line); display: grid; gap: 26px; grid-template-columns: 34px 1fr; padding-top: 18px; }
.project-number, .project-category { color: var(--slate); font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.project-meta h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4.4vw, 70px); font-weight: 400; letter-spacing: -0.05em; line-height: 0.95; margin: 18px 0 28px; }
.project-description { font-family: Georgia, "Times New Roman", serif; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.5; max-width: 430px; }
.work-contact { background: var(--ink); color: var(--white); padding: clamp(90px, 11vw, 170px) clamp(22px, 4vw, 64px); }
.work-contact a { border-bottom: 1px solid rgba(250, 250, 250, 0.5); display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 7vw, 110px); letter-spacing: -0.05em; margin-top: 52px; overflow-wrap: anywhere; padding-bottom: 12px; width: fit-content; }

@media (max-width: 1000px) and (min-width: 761px) {
  .headshot-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .headshot, .headshot-1, .headshot-2, .headshot-3, .headshot-4 { grid-column: span 2; margin: 0; }
  .headshot-5 { grid-column: 2 / span 2; margin: 0; }
}

@media (max-width: 760px) {
  .site-header { height: 66px; }
  nav { gap: 18px; }
  nav .mobile-hide { display: none; }
  .hero { display: flex; flex-direction: column; min-height: 100svh; padding-top: 66px; }
  .hero-copy { justify-content: center; min-height: 28svh; padding: 18px 24px; }
  .hero h1 { font-size: clamp(60px, 20vw, 88px); margin: 14px 0 18px; }
  .disciplines { font-size: 9px; gap: 8px; }
  .hero-image-wrap { min-height: calc(72svh - 66px); }
  .hero-image { object-position: center top; }
  .content-section, .work-section, .contact-section { display: block; padding: 78px 0; }
  .content-section .section-number, .work-section .section-number, .contact-section .section-number { margin-bottom: 32px; }
  .about-copy { display: block; margin-top: 42px; }
  .about-copy p + p { margin-top: 28px; }
  .section-title-row { display: block; }
  .section-title-row .section-number { margin-bottom: 32px; }
  .headshot-grid { display: block; }
  .headshot, .headshot-1, .headshot-2, .headshot-3, .headshot-4, .headshot-5 { margin: 0 0 48px; width: 100%; }
  .skills-grid { display: block; margin-left: 0; }
  .skill-column + .skill-column { margin: 40px 0 0; }
  .email { font-size: clamp(31px, 9.6vw, 48px); overflow-wrap: anywhere; }
  footer { flex-wrap: wrap; gap: 14px 28px; }
  .work-page { padding-top: 66px; }
  .work-page .site-header nav a { display: block; }
  .work-hero { display: block; padding: 72px 0; }
  .work-hero h1 { font-size: clamp(62px, 20vw, 90px); margin: 26px 0 34px; }
  .work-reel { display: block; padding: 64px 0; }
  .work-reel .video-wrap { margin-top: 34px; }
  .project { display: block; margin-bottom: 90px; }
  .project img, .project-square img, .project-landscape img { height: auto; max-height: none; max-width: 100%; object-fit: contain; width: 100%; }
  .project-meta, .project-landscape .project-meta { margin-top: 18px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
