@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap');

:root {
  --ink: #11110f;
  --paper: #f5f3ee;
  --lime: #d7c9a5;
  --orange: #b79d68;
  --muted: #77736b;
  --line: #d8d3c8;
  --dark: #11110f;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 1000; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric { min-height: 128px; padding: 28px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.metric:last-child { border-right: 0; }
.metric strong { color: var(--ink); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 48px; font-weight: 600; line-height: .8; }
.metric span { color: var(--muted); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.service-card { cursor: pointer; transition: background .3s ease, transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(17,17,15,.08); }
.service-detail { display: grid; grid-template-columns: .7fr 1.2fr 1fr; gap: 20px; padding: 22px 25px; background: var(--ink); color: var(--paper); align-items: center; }
.service-detail .detail-label { color: var(--lime); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.service-detail strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 27px; font-weight: 600; }
.service-detail > span:last-child { color: #bcb7ad; font-size: 13px; line-height: 1.5; }
.operating-system { background: #e8e3d8; }
.system-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.operating-system h2 { color: var(--ink); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(52px, 6vw, 80px); line-height: .88; letter-spacing: -.055em; }
.operating-system h2 em { color: var(--orange); }
.system-list { border-top: 1px solid #c9c2b5; }
.system-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid #c9c2b5; }
.system-list > div > span { color: var(--orange); font: 500 11px 'DM Mono', monospace; }
.system-list p { margin: 0; color: #68645c; font-size: 14px; line-height: 1.55; }
.system-list strong { color: var(--ink); display: block; font-size: 16px; margin-bottom: 4px; }
@media (max-width: 800px) { .metrics { grid-template-columns: repeat(2, 1fr); } .metric:nth-child(2) { border-right: 0; } .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); } .service-detail, .system-grid { grid-template-columns: 1fr; gap: 10px; } .system-grid { gap: 40px; } }
@media (max-width: 430px) { .metrics { margin-left: 20px; margin-right: 20px; } .metric { min-height: 105px; padding: 20px 14px; } .metric strong { font-size: 40px; } }

body {
  background: var(--paper);
  letter-spacing: -.01em;
}

.announcement {
  background: var(--ink);
  color: #e9e5dc;
  min-height: 34px;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.announcement a { color: var(--lime); }
.pulse { background: var(--lime); box-shadow: 0 0 0 4px #d7c9a522; }

.site-header {
  height: 104px;
  border-bottom: 1px solid var(--line);
}

.logo-image { width: 205px; }
.logo-image img { width: 205px; }
.nav-links { gap: 38px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.nav-cta { border-bottom-color: var(--ink); padding: 8px 0 7px; }

.hero {
  min-height: 650px;
  padding-top: 80px;
  padding-bottom: 105px;
}

.eyebrow { color: #8b857b; letter-spacing: .16em; }
.hero h1, .section h2, .contact h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: -.055em;
}

.hero h1 { font-size: clamp(62px, 7.2vw, 106px); line-height: .86; }
.hero h1 em, h2 em { color: var(--orange); }
.hero-text { max-width: 440px; color: #68645c; font-size: 15px; }
.button { border-radius: 0; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.button-dark { background: var(--ink); }
.hero-art:before { background: linear-gradient(135deg, #e5e0d5, var(--paper) 60%); }
.art-card { border: 1px solid #ffffff33; box-shadow: 14px 14px 0 #d7c9a566; }
.card-back { background: var(--lime); }
.card-front { background: var(--ink); }
.art-sticker { background: var(--ink); color: var(--paper); }
.art-sticker b { color: var(--lime); }

.signal-bar { background: var(--ink); }
.signal-inner > span { color: var(--lime); }
.signal-words { letter-spacing: .12em; font-size: 12px; }

.section { padding-top: 155px; padding-bottom: 155px; }
.section h2, .contact h2 { font-size: clamp(52px, 6vw, 80px); }
.service-grid { gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { border-top: 0; border-left: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 370px; padding: 25px; }
.service-card:hover { background: #fffdf8; }
.service-featured { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.service-featured:hover { background: var(--ink); }
.service-featured .service-number { color: var(--lime); }
.service-featured p { color: #bcb7ad; }
.service-icon { color: var(--orange); }

.work { padding-top: 30px; }
.work-intro { display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 60px; align-items: end; margin-bottom: 58px; }
.work-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 28px; }
.work-intro h2 { margin: 0; }
.work-intro > p:last-child { max-width: 380px; margin: 0 0 4px; color: #68645c; font-size: 15px; line-height: 1.7; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.work-card { background: #fffdf8; border: 1px solid var(--line); padding: 14px; transition: transform .35s ease, box-shadow .35s ease; }
.work-link { display: block; color: inherit; text-decoration: none; }
.work-card:hover { transform: translateY(-6px); box-shadow: 12px 12px 0 #d7c9a566; }
.work-image { aspect-ratio: 9 / 16; overflow: hidden; background: #11110f; }
.work-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.work-meta { display: flex; justify-content: space-between; align-items: end; gap: 18px; padding: 22px 8px 8px; }
.work-kicker { display: block; color: #8b857b; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.work-meta h3 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 31px; line-height: .95; font-weight: 600; }
.work-arrow { color: var(--orange); font-size: 23px; line-height: 1; }

.approach { background: var(--ink); }
.approach h2 { color: var(--paper); }
.approach h2 em { color: var(--lime); }
.button-light { background: var(--lime); }
.process-step h3, .service-card h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; font-weight: 600; }
.contact-box { background: var(--ink); color: var(--paper); }
.contact-note { color: #bcb7ad; }
.contact input, .contact textarea { border-bottom-color: #4c4a44; color: var(--paper); }
.contact input::placeholder, .contact textarea::placeholder { color: #817d73; }

.site-footer { background: var(--ink); border-top: 1px solid #393832; }
.footer-top > p { color: #d8d3c8; }
.footer-bottom { border-top-color: #393832; }

@media (max-width: 800px) {
  .site-header { height: 82px; }
  .hero { padding-top: 65px; }
  .hero h1 { font-size: 68px; }
  .service-grid { border-left: 0; }
  .work-intro { display: block; }
  .work-intro > p:last-child { margin-top: 22px; }
}

@media (max-width: 430px) {
  .logo-image, .logo-image img { width: 165px; }
  .hero h1 { font-size: 57px; }
  .work-grid { grid-template-columns: 1fr; gap: 18px; }
  .work-meta h3 { font-size: 28px; }
}
