:root {
  --ink: #171717;
  --ink-soft: #272727;
  --paper: #f2efe9;
  --paper-deep: #e4dfd5;
  --white: #fffdf9;
  --copper: #c46b3f;
  --copper-bright: #dd8a5b;
  --line: rgba(23, 23, 23, .15);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 10px 14px; background: var(--copper); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(18, 18, 18, .96); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; overflow: hidden; background: #050505; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-family: var(--display); font-size: 25px; line-height: .9; letter-spacing: .03em; text-transform: uppercase; }
.brand-name small { display: block; font-family: var(--body); font-size: 9px; letter-spacing: .28em; color: var(--copper-bright); margin-top: 5px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.desktop-nav a { text-decoration: none; color: rgba(255,253,249,.75); transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.desktop-nav .nav-contact { color: var(--white); border: 1px solid rgba(255,255,255,.36); padding: 10px 14px; }
.desktop-nav .nav-contact span, .button span { color: var(--copper-bright); margin-left: 6px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); padding: 76px 0 96px; }
.hero::after { content: ""; position: absolute; width: 48vw; height: 48vw; right: -18vw; top: -17vw; border: 1px solid rgba(196,107,63,.26); transform: rotate(45deg); pointer-events: none; }
.hero-grain { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.18) .6px, transparent .6px); background-size: 6px 6px; mask-image: linear-gradient(to right, rgba(0,0,0,.75), transparent 80%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 72px; }
.hero-copy { padding: 24px 0 20px; }
.eyebrow { margin: 0 0 18px; color: var(--copper-bright); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.025em; line-height: .98; }
h1 { max-width: 640px; font-size: clamp(50px, 6vw, 86px); text-transform: uppercase; }
h1 em { color: var(--copper-bright); font-style: normal; }
.hero-lede { max-width: 530px; margin: 28px 0 0; color: rgba(255,253,249,.74); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border: 1px solid transparent; padding: 14px 18px; font-size: 13px; font-weight: 700; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--ink); }
.button-light span { color: var(--copper); }
.button-copper { background: var(--copper); color: #fff; }
.button-copper span { color: #fff; }
.text-link { color: var(--white); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 5px; font-size: 13px; font-weight: 600; }
.text-link span { color: var(--copper-bright); margin-left: 6px; }
.hero-proof { display: flex; gap: 30px; margin-top: 62px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { font-family: var(--display); font-size: 28px; line-height: 1; color: var(--white); }
.hero-proof span { font-size: 11px; color: rgba(255,255,255,.57); text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { aspect-ratio: 1.05 / 1; overflow: hidden; border: 1px solid rgba(255,255,255,.28); box-shadow: 18px 18px 0 rgba(196,107,63,.9); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; left: -35px; bottom: 34px; width: 112px; height: 112px; display: grid; place-content: center; border-radius: 50%; background: var(--copper); color: #fff; font-family: var(--display); text-transform: uppercase; text-align: center; font-size: 18px; line-height: .95; transform: rotate(-9deg); }
.hero-stamp span { color: #1b1b1b; font-size: 14px; margin-top: 4px; }
.hero-caption { display: flex; justify-content: space-between; margin-top: 16px; color: rgba(255,255,255,.56); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-caption span:first-child { color: var(--copper-bright); }

.section-pad { padding: 118px 0; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.section-kicker { max-width: 160px; font-family: var(--display); font-size: 20px; line-height: 1.05; text-transform: uppercase; color: var(--copper); }
h2 { font-size: clamp(42px, 5vw, 68px); text-transform: uppercase; }
.intro h2 { max-width: 750px; }
.intro-copy { max-width: 680px; color: #4a4740; font-size: 18px; margin: 28px 0 0; }
.intro-notes { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--line); color: #4a4740; font-size: 13px; font-weight: 600; }
.intro-notes span { display: flex; align-items: center; gap: 9px; }
.intro-notes i { display: block; width: 7px; height: 7px; background: var(--copper); }

.work { background: var(--paper-deep); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading h2 { max-width: 640px; }
.section-side-note { max-width: 300px; margin: 0; color: #5d584f; font-size: 14px; }
.gallery { display: grid; grid-template-columns: 1.18fr .82fr .82fr; gap: 16px; }
.gallery-card { position: relative; min-height: 320px; margin: 0; overflow: hidden; background: #171717; }
.gallery-card-large { grid-row: span 2; min-height: 656px; }
.gallery-card-tall { grid-row: span 2; min-height: 656px; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.gallery-card figcaption { position: absolute; z-index: 1; bottom: 18px; left: 18px; right: 18px; color: #fff; display: grid; gap: 4px; }
.gallery-card figcaption span { color: var(--copper-bright); font-size: 11px; letter-spacing: .15em; }
.gallery-card figcaption strong { font-family: var(--display); font-size: 27px; text-transform: uppercase; line-height: .95; }
.gallery-card figcaption small { color: rgba(255,255,255,.7); font-size: 11px; }

.capabilities { background: var(--ink); color: var(--white); }
.capabilities .section-side-note { color: rgba(255,255,255,.6); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.capability-card { min-height: 260px; padding: 28px 24px 26px 0; border-right: 1px solid rgba(255,255,255,.2); }
.capability-card:not(:first-child) { padding-left: 24px; }
.capability-card:last-child { border-right: 0; }
.capability-card > span { color: var(--copper-bright); font-family: var(--display); font-size: 22px; }
.capability-card h3 { margin-top: 64px; font-size: 28px; text-transform: uppercase; }
.capability-card p { margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: 14px; }

.fit { background: var(--white); }
.fit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.fit-intro h2 { max-width: 540px; }
.fit-intro > p:last-child { max-width: 460px; margin: 28px 0 0; color: #57534c; font-size: 17px; }
.fit-list { border-top: 1px solid var(--line); }
.fit-item { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.fit-item > span { color: var(--copper); font-family: var(--display); font-size: 23px; }
.fit-item h3 { font-size: 30px; text-transform: uppercase; }
.fit-item p { max-width: 500px; margin: 8px 0 0; color: #625d55; font-size: 14px; }

.testimonials { background: var(--paper-deep); }
.rating-lockup { display: flex; align-items: center; gap: 16px; color: var(--copper); }
.rating-lockup strong { font-family: var(--display); font-size: 55px; line-height: .8; }
.rating-lockup span { font-size: 18px; letter-spacing: .05em; }
.rating-lockup small { display: block; color: #5d584f; font-family: var(--body); font-size: 11px; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
blockquote { margin: 0; padding: 28px; background: var(--white); border-top: 4px solid var(--copper); }
blockquote p { margin: 0; font-family: var(--display); font-size: 26px; line-height: 1.05; }
blockquote cite { display: block; margin-top: 28px; color: var(--copper); font-size: 12px; font-style: normal; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

.contact-cta { position: relative; overflow: hidden; background: var(--copper); color: #fff; padding: 74px 0; }
.contact-cta::after { content: ""; position: absolute; width: 360px; height: 360px; right: 7%; top: -230px; border: 1px solid rgba(255,255,255,.3); transform: rotate(45deg); }
.cta-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.contact-cta .eyebrow { color: rgba(255,255,255,.7); }
.contact-cta h2 { max-width: 660px; font-size: clamp(42px, 5vw, 68px); }
.contact-cta .button-copper { background: var(--ink); flex-shrink: 0; }

.site-footer { background: var(--ink); color: #fff; padding: 65px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer-brand img { width: 105px; height: 105px; object-fit: cover; }
.footer-brand p { max-width: 260px; margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }
.footer-column { display: grid; align-content: start; gap: 10px; font-size: 13px; }
.footer-column a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-column a:hover, .footer-column a:focus-visible { color: #fff; }
.footer-column span:not(.footer-label) { color: rgba(255,255,255,.55); }
.footer-label { margin-bottom: 6px; color: var(--copper-bright); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.4); font-size: 11px; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; gap: 5px; width: 38px; padding: 9px; border: 1px solid rgba(255,255,255,.3); background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; background: #fff; }
  .mobile-menu { padding: 8px 24px 22px; background: var(--ink); }
  .mobile-menu[data-open="true"] { display: grid; gap: 16px; }
  .mobile-menu a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 15px; }
  .hero-grid, .intro-grid, .fit-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { padding-top: 0; }
  .hero-visual { max-width: 720px; margin: 0 auto; width: 100%; }
  .intro-grid { gap: 24px; }
  .section-kicker { max-width: none; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-card:nth-child(2) { border-right: 0; }
  .capability-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .capability-card:nth-child(3) { padding-left: 0; }
  .quote-grid { grid-template-columns: 1fr; }
  .cta-inner { align-items: start; flex-direction: column; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand-name { font-size: 21px; }
  .brand-mark { width: 39px; height: 39px; }
  .hero { padding: 54px 0 75px; }
  h1 { font-size: clamp(44px, 14vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 19px; }
  .hero-proof { gap: 18px; margin-top: 44px; }
  .hero-proof strong { font-size: 23px; }
  .hero-proof span { font-size: 9px; letter-spacing: .05em; }
  .hero-stamp { left: -8px; bottom: 22px; width: 91px; height: 91px; font-size: 15px; }
  .section-pad { padding: 78px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; margin-bottom: 30px; }
  h2 { font-size: clamp(40px, 12vw, 58px); }
  .gallery { grid-template-columns: 1fr 1fr; gap: 9px; }
  .gallery-card, .gallery-card-large, .gallery-card-tall { grid-row: auto; min-height: 210px; }
  .gallery-card-large { grid-column: span 2; min-height: 310px; }
  .gallery-card figcaption { bottom: 11px; left: 11px; right: 11px; }
  .gallery-card figcaption strong { font-size: 21px; }
  .gallery-card figcaption small { font-size: 9px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card, .capability-card:not(:first-child) { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .capability-card:last-child { border-bottom: 0; }
  .capability-card h3 { margin-top: 35px; }
  .fit-grid { gap: 45px; }
  .rating-lockup { align-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { align-items: start; flex-direction: column; }
}
