:root {
  --paper: #f4f0e8;
  --ink: #121515;
  --muted: #666a64;
  --line: #d8d2c5;
  --orange: #e95c35;
  --cobalt: #2549d8;
  --acid: #d5ed56;
  --white: #fffdf8;
  --display: "Space Grotesk", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); }
a { color: inherit; text-decoration: none; }

.section-wrap { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; height: 82px; justify-content: space-between; margin: 0 auto; padding: 0 32px; }
.wordmark { font-size: 1.25rem; font-weight: 700; letter-spacing: .04em; }
.wordmark-mark { color: var(--orange); display: inline-block; font-size: 1.5rem; margin-left: 5px; transform: translateY(-2px); }
.site-nav { display: flex; gap: 30px; font-family: var(--mono); font-size: .72rem; text-transform: uppercase; }
.site-nav a, .text-link, .work-card a { transition: color .2s ease; }
.site-nav a:hover, .text-link:hover, .work-card a:hover { color: var(--orange); }
.menu-toggle { background: none; border: 0; color: var(--ink); display: none; font: inherit; }

.hero { display: grid; gap: clamp(40px, 8vw, 120px); grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); min-height: 660px; padding-bottom: 100px; padding-top: 105px; }
.eyebrow { color: var(--muted); font: 500 .69rem var(--mono); letter-spacing: .08em; margin: 0 0 30px; text-transform: uppercase; }
.hero h1 { font-size: clamp(4rem, 8.3vw, 7.6rem); font-weight: 500; letter-spacing: -.07em; line-height: .88; margin: 0; max-width: 780px; overflow-wrap: break-word; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-intro { color: #3e423e; font-size: 1.1rem; line-height: 1.5; margin: 38px 0 36px; max-width: 445px; }
.button { align-items: center; display: inline-flex; font: 500 .72rem var(--mono); gap: 25px; justify-content: space-between; letter-spacing: .03em; padding: 16px 18px; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: var(--white); min-width: 200px; }
.button-primary:hover { background: var(--orange); }
.hero-visual { background: linear-gradient(180deg, rgba(18,21,21,.04), rgba(18,21,21,.72)), url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1000&q=85") center/cover; min-height: 520px; position: relative; }
.visual-label, .visual-caption { color: var(--white); font: .68rem var(--mono); letter-spacing: .06em; position: absolute; text-transform: uppercase; }
.visual-label { left: 22px; top: 22px; }
.visual-caption { bottom: 24px; font-size: .78rem; left: 22px; line-height: 1.45; }

.signal-bar { background: var(--acid); overflow: hidden; }
.signal-inner { align-items: center; display: flex; font: .68rem var(--mono); gap: 20px; justify-content: space-between; letter-spacing: .06em; min-height: 55px; text-transform: uppercase; white-space: nowrap; }
.signal-dot { color: var(--orange); font-size: .8rem; }

.work { padding-bottom: 140px; padding-top: 145px; }
.section-heading { display: grid; gap: 30px; grid-template-columns: .7fr 1.2fr .8fr; margin-bottom: 67px; }
.section-heading .eyebrow { margin: 0; }
h2 { font-size: clamp(2.4rem, 4.8vw, 4.8rem); font-weight: 500; letter-spacing: -.065em; line-height: .95; margin: 0; }
.section-heading h2 { max-width: 540px; }
.section-heading > p:last-child, .approach-copy > p { color: var(--muted); font-size: .95rem; line-height: 1.55; margin: 8px 0 0; max-width: 260px; }
.work-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.work-card { min-height: 350px; padding: 25px 25px 23px; position: relative; }
.work-card-orange { background: var(--orange); }
.work-card-blue { background: var(--cobalt); color: var(--white); }
.work-card-ink { background: var(--ink); color: var(--white); }
.card-number { font: .7rem var(--mono); }
.work-card h3 { font-size: 2.1rem; font-weight: 500; letter-spacing: -.06em; line-height: .95; margin: 86px 0 18px; }
.work-card p { font-size: .83rem; line-height: 1.45; max-width: 220px; }
.work-card a { bottom: 25px; font: .68rem var(--mono); left: 25px; position: absolute; text-transform: uppercase; }
.work-card a span { font-size: 1rem; margin-left: 14px; }

.approach { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 20%; grid-template-columns: .6fr 1fr; padding-bottom: 160px; padding-top: 95px; }
.approach-mark { color: var(--orange); font-size: clamp(2.3rem, 5vw, 5rem); font-weight: 600; letter-spacing: -.1em; line-height: .73; }
.approach-copy { max-width: 670px; }
.approach-copy h2 { max-width: 650px; }
.approach-copy > p { font-size: 1.05rem; margin-top: 35px; max-width: 455px; }
.text-link { display: inline-block; font: 500 .7rem var(--mono); margin-top: 38px; text-transform: uppercase; }
.text-link span { color: var(--orange); font-size: 1.1rem; margin-left: 18px; }

.contact { background: var(--cobalt); color: var(--white); max-width: none; padding: 90px max(32px, calc((100% - 1180px) / 2)); }
.contact .eyebrow { color: #bec8ff; }
.contact-row { align-items: end; display: flex; gap: 50px; justify-content: space-between; }
.contact h2 { max-width: 670px; }
.button-light { background: var(--acid); color: var(--ink); min-width: 225px; }
.button-light:hover { background: var(--white); }
.site-footer { align-items: center; color: var(--muted); display: flex; font: .64rem var(--mono); justify-content: space-between; min-height: 95px; text-transform: uppercase; }
.site-footer a { color: var(--ink); }

@media (max-width: 720px) {
  .section-wrap { width: min(100% - 40px, 560px); }
  .site-header { height: 70px; padding: 0 20px; }
  .menu-toggle { display: block; font: .7rem var(--mono); text-transform: uppercase; }
  .site-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 22px; left: 0; padding: 24px 20px 28px; position: absolute; right: 0; top: 70px; z-index: 2; }
  .site-nav.is-open { display: flex; }
  .hero { display: block; min-height: auto; padding-bottom: 65px; padding-top: 75px; }
  .hero h1 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .hero-intro { font-size: 1rem; margin-top: 30px; }
  .hero-visual { margin-top: 65px; min-height: 380px; }
  .signal-inner { gap: 15px; justify-content: flex-start; overflow: hidden; width: calc(100% - 40px); }
  .signal-inner span:nth-of-type(2), .signal-inner span:nth-of-type(3) { display: none; }
  .work { padding-bottom: 90px; padding-top: 90px; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading h2 { margin-bottom: 28px; }
  .section-heading > p:last-child { max-width: 390px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card { min-height: 300px; }
  .work-card h3 { margin-top: 65px; }
  .approach { gap: 55px; grid-template-columns: 1fr; padding-bottom: 100px; padding-top: 65px; }
  .approach-mark { font-size: 3rem; }
  .contact { padding: 70px 20px; }
  .contact-row { align-items: start; display: block; }
  .contact h2 { margin-bottom: 38px; }
  .site-footer { align-items: start; flex-direction: column; gap: 14px; justify-content: center; min-height: 145px; }
}

.construction-page { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); height: calc(100vh - 70px); }
.construction-art { background: url("images/taisch-aodhan.jpg") center/cover no-repeat; height: 100%; }
.construction-content { align-items: center; background: var(--paper); display: flex; flex-direction: column; justify-content: center; padding: 40px; position: relative; text-align: center; }
.hero-copy { transform: translateY(-96px); }
.sponsor-strip { bottom: 40px; left: 0; position: absolute; right: 0; text-align: center; }
.sponsor-strip .eyebrow { margin: 0 0 16px; }
.sponsor-logos { align-items: center; display: flex; gap: 32px; justify-content: center; }
.sponsor-logos img { height: 36px; width: auto; }
.sponsor-logos img.sponsor-logo-tl { height: 58px; }
.construction-brand { color: var(--orange); font: 500 clamp(1rem, 2vw, 1.4rem) var(--mono); letter-spacing: .1em; margin-bottom: 34px; text-transform: uppercase; }
.construction-page h1 { font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 500; letter-spacing: -.07em; line-height: .9; margin: 0; max-width: 600px; }

@media (max-width: 720px) {
  .construction-page { display: flex; flex-direction: column; height: calc(100vh - 60px); }
  .construction-art { flex: 0 0 54%; height: auto; }
  .construction-content { flex: 1; min-height: 0; padding: 30px 20px 80px; }
  .construction-page h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .hero-copy { transform: translateY(-40px); }
  .sponsor-strip { bottom: 24px; }
  .sponsor-logos { gap: 22px; }
  .sponsor-logos img { height: 28px; }
  .sponsor-logos img.sponsor-logo-tl { height: 44px; }
}

.team-page { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: calc(100vh - 70px); padding: 40px 20px; }
.team-page h1 { font-size: clamp(2.5rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.07em; line-height: .95; margin: 0; text-align: center; }

.contact-page { align-items: center; display: flex; justify-content: center; min-height: calc(100vh - 70px); padding: 60px 20px 90px; text-align: center; }
.contact-page-inner { max-width: 720px; }
.contact-page .eyebrow { color: var(--muted); font: 500 .72rem var(--mono); letter-spacing: .08em; margin: 0 0 18px; text-transform: uppercase; }
.contact-page h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); font-weight: 500; letter-spacing: -.06em; line-height: .95; margin: 0 0 22px; }
.contact-lede { color: var(--muted); font-size: 1.05rem; line-height: 1.6; margin: 0 auto 60px; max-width: 480px; }
.contact-lede a { color: var(--orange); text-decoration: underline; text-underline-offset: 2px; }
.contact-lede a:hover { color: var(--ink); }
.contact-grid { border-top: 1px solid var(--line); display: grid; gap: 40px; grid-template-columns: repeat(2, 1fr); padding-top: 50px; text-align: left; }
.contact-block h2 { color: var(--orange); font: 500 .7rem var(--mono); letter-spacing: .1em; margin: 0 0 14px; text-transform: uppercase; }
.contact-block p, .contact-block a { font-size: 1.02rem; line-height: 1.5; margin: 0; }
.contact-block a { display: inline-block; }
.contact-socials { display: flex; gap: 20px; margin-top: 16px; }

@media (max-width: 720px) {
  .contact-grid { grid-template-columns: 1fr; text-align: center; }
  .contact-socials { justify-content: center; }
}

.team-section { border-top: 1px solid var(--line); margin-top: 50px; padding-top: 50px; }
.team-section .eyebrow { color: var(--muted); font: 500 .72rem var(--mono); letter-spacing: .08em; margin: 0 0 34px; text-transform: uppercase; }
.team-grid { display: grid; gap: 40px; grid-template-columns: repeat(3, minmax(0, 160px)); justify-content: center; }
.profile-card { align-items: center; display: flex; flex-direction: column; gap: 16px; }
.profile-avatar { align-items: center; background: var(--orange); border-radius: 50%; color: var(--white); display: flex; font: 600 1.3rem var(--display); height: 84px; justify-content: center; letter-spacing: -.02em; width: 84px; }
.profile-name { font-size: 1.02rem; font-weight: 500; margin: 0; }

@media (max-width: 720px) {
  .team-grid { grid-template-columns: repeat(3, minmax(0, 100px)); gap: 16px; }
  .profile-avatar { height: 72px; width: 72px; font-size: 1.1rem; }
}

body:has(.topbar) { padding-top: 70px; }
.topbar { align-items: center; background: var(--paper); border-bottom: 1px solid var(--line); box-sizing: border-box; display: flex; height: 70px; justify-content: space-between; left: 0; padding: 0 32px; position: fixed; right: 0; top: 0; z-index: 10; }
.topbar-links { align-items: center; display: flex; gap: 26px; }
.topbar-brand, .topbar-link { font: 500 .72rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.topbar-brand { color: var(--orange); }
.topbar-link { color: var(--ink); }
.topbar-brand:hover, .topbar-link:hover { color: var(--orange); }
.topbar-icon { display: inline-flex; }
.topbar-icon svg { display: block; }

@media (max-width: 720px) {
  body:has(.topbar) { padding-top: 60px; }
  .topbar { height: 60px; padding: 0 20px; }
  .topbar-links { gap: 14px; }
}
