:root {
  --bg: #090a0b;
  --bg-soft: #111214;
  --bg-raised: #15171a;
  --text: #f2eee7;
  --text-soft: #c7c0b7;
  --muted: #8f8b84;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.26);
  --copper-dark: #71361f;
  --copper: #b5653b;
  --copper-light: #dfa06f;
  --copper-bright: #f0c192;
  --copper-metal: linear-gradient(102deg, #71361f 0%, #9b4d2b 18%, #c8794a 36%, #f0c192 51%, #d38a59 62%, #ad5b34 78%, #743820 100%);
  --max: 1400px;
  --content: 1180px;
  --gutter: clamp(16px, 3.2vw, 44px);
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--text);
  background: var(--bg);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 14px;
  top: 10px;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: #0b0c0d;
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand-mark {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  display: block;
  border: 1px solid rgba(255,255,255,.3);
}
.brand-word {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .17em;
  white-space: nowrap;
}
nav { display: flex; gap: clamp(16px, 3vw, 32px); align-items: center; }
nav a {
  padding: 12px 0;
  color: var(--text-soft);
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}
nav a:hover { color: var(--copper-light); }

main { overflow: clip; }
.hero {
  position: relative;
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin: clamp(20px, 3vw, 36px) auto 0;
  aspect-ratio: 16 / 8.9;
  min-height: 590px;
  overflow: hidden;
  background: #121315;
  border: 1px solid var(--line-strong);
}
.hero-media,
.hero-media img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-media img {
  object-fit: cover;
  object-position: center center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,5,6,.86) 0%, rgba(4,5,6,.64) 28%, rgba(4,5,6,.12) 61%, rgba(4,5,6,.04) 100%),
    linear-gradient(0deg, rgba(4,5,6,.64) 0%, rgba(4,5,6,0) 38%);
  pointer-events: none;
}
.hero-copy {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 5vw, 74px);
  bottom: clamp(30px, 6vw, 78px);
  width: min(600px, 47%);
}
.hero-kicker,
.eyebrow,
.hero-status {
  margin: 0;
  color: var(--copper-light);
  font-size: .72rem;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-kicker { color: #fff; }
h1, h2, p { margin-top: 0; }
h1 {
  margin: 15px 0 20px;
  font-size: clamp(3.1rem, 6.1vw, 6.7rem);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 780;
  text-wrap: balance;
  text-shadow: 0 4px 32px rgba(0,0,0,.45);
}
.hero-summary {
  max-width: 560px;
  margin: 0 0 24px;
  color: #e1dbd2;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.6;
  text-shadow: 0 2px 20px rgba(0,0,0,.55);
}
.hero-status { color: #d7cfc5; }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .eyebrow,
  .hero-status,
  .history-lines p:nth-child(2),
  .progression b {
    background: var(--copper-metal);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.copperlight,
.keepsmith,
.studio {
  width: min(var(--content), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
}
.copperlight { padding: clamp(94px, 10vw, 150px) 0 clamp(88px, 9vw, 138px); }
.section-heading {
  display: grid;
  grid-template-columns: .3fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}
h2 {
  margin: 0;
  font-size: clamp(2.55rem, 5.5vw, 5.4rem);
  line-height: .96;
  letter-spacing: -.05em;
  font-weight: 760;
  text-wrap: balance;
}
.copperlight-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 6vw, 90px);
  padding: clamp(48px, 6vw, 76px) 0;
}
.copperlight-body p {
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(1.02rem, 1.55vw, 1.2rem);
  line-height: 1.75;
}
.copperlight-body .lead { color: var(--text); font-size: clamp(1.14rem, 2vw, 1.45rem); line-height: 1.62; }
.progression {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #ddd6cd;
  font-size: clamp(.72rem, 1vw, .88rem);
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.progression b { color: var(--copper); font-weight: 800; }
.history-lines {
  padding-top: clamp(54px, 7vw, 88px);
}
.history-lines p {
  margin: 0;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(2rem, 4.7vw, 4.6rem);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 720;
}
.history-lines p:nth-child(2) { color: var(--copper-light); }

.keepsmith {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: end;
  padding: clamp(88px, 10vw, 138px) 0;
  border-top: 1px solid var(--line);
}
.keepsmith h2 { margin-top: 14px; font-size: clamp(2.8rem, 5.5vw, 5.3rem); }
.keepsmith > p {
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.75;
}

.studio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(210px, .62fr);
  gap: clamp(40px, 6vw, 82px);
  align-items: center;
  padding: clamp(88px, 10vw, 138px) 0;
  border-top: 1px solid var(--line);
}
.studio h2 { margin-top: 14px; font-size: clamp(2.6rem, 5vw, 4.9rem); }
.studio-copy { align-self: center; }
.studio-copy p {
  max-width: 590px;
  margin-bottom: 18px;
  color: var(--text-soft);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.72;
}
.studio-copy p:last-child { margin-bottom: 0; color: var(--muted); }
.studio-logo {
  width: min(100%, 300px);
  justify-self: end;
  padding: 1px;
  background: var(--copper-metal);
}
.studio-logo img {
  width: 100%;
  height: auto;
  display: block;
  background: #f6f2eb;
}


.site-footer {
  min-height: 108px;
  padding: 24px max(var(--gutter), calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  background: #060708;
}
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.2); }
.footer-brand span {
  font-family: var(--serif);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
}
.footer-meta {
  display: flex;
  gap: 24px;
  color: #827e78;
  font-size: .74rem;
}
.footer-meta a {
  color: #a29d96;
  text-decoration-color: var(--copper);
  text-underline-offset: 4px;
}
.footer-meta a:hover { color: var(--copper-light); }

:focus-visible {
  outline: 3px solid var(--copper-light);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .hero { aspect-ratio: auto; min-height: 0; overflow: visible; border: 0; background: transparent; }
  .hero-media { height: min(62vh, 620px); min-height: 430px; overflow: hidden; border: 1px solid var(--line-strong); }
  .hero-media img { object-position: 55% center; }
  .hero-shade { display: none; }
  .hero-copy {
    position: static;
    width: 100%;
    padding: 34px 4px 24px;
  }
  h1 { max-width: 720px; text-shadow: none; }
  .hero-summary { color: var(--text-soft); text-shadow: none; }
  .section-heading,
  .copperlight-body,
  .keepsmith,
  .studio { grid-template-columns: 1fr; }
  .studio-logo { justify-self: start; width: min(100%, 300px); }
  .section-heading { gap: 14px; }
  .copperlight-body { gap: 24px; }
  .keepsmith,
  .studio { gap: 34px; }
  .progression { flex-wrap: wrap; justify-content: flex-start; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 28px); min-height: 72px; gap: 10px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-word { font-size: .78rem; letter-spacing: .1em; }
  nav { gap: 12px; }
  nav a { font-size: .68rem; letter-spacing: .04em; }
  .hero { width: calc(100% - 28px); margin-top: 14px; }
  .hero-media { height: 54vh; min-height: 390px; }
  .hero-media img { object-position: 52% center; }
  .copperlight,
  .keepsmith,
  .studio { width: calc(100% - 28px); }
  h1 { font-size: clamp(2.85rem, 14vw, 4.8rem); }
  .progression { gap: 9px; }
  .progression b { display: none; }
  .progression span { padding-right: 14px; }
  .footer-meta { flex-direction: column; gap: 4px; }
}

@media (max-width: 440px) {
  .brand-word { display: none; }
}

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