:root {
  --ink: #090909;
  --muted: #656565;
  --line: #dedede;
  --panel: #f4f4f4;
  --white: #ffffff;
  --accent: #d7d7d7;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; top: 0; }
.skip:focus { left: 1rem; top: 1rem; z-index: 20; padding: .75rem 1rem; background: #fff; }

.topbar { background: var(--ink); color: #fff; font-size: .9rem; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 1rem; padding-block: .55rem; }
.topbar a { text-decoration: none; }
.topbar a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-logo { display: block; width: 185px; height: 66px; object-fit: contain; object-position: left center; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; background: var(--ink); color: #fff; transform: rotate(45deg); }
.brand-mark span { transform: rotate(-45deg); font-size: 1.55rem; font-weight: 900; }
.brand-name { line-height: 1.05; letter-spacing: .12em; font-weight: 800; font-size: .98rem; }
.brand-name small { display: block; margin-top: .35rem; color: var(--muted); font-size: .63rem; font-weight: 500; letter-spacing: .18em; }
.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links a { text-decoration: none; font-weight: 700; font-size: .94rem; }
.nav-links a[aria-current="page"] { border-bottom: 2px solid var(--ink); }
.nav-cta { padding: .8rem 1.15rem; background: var(--ink); color: #fff; }

.hero { background: var(--ink); color: #fff; overflow: hidden; }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: 1fr; align-items: center; padding-block: 5rem; }
.eyebrow { margin: 0 0 1.2rem; text-transform: uppercase; letter-spacing: .18em; font-size: .8rem; font-weight: 800; color: #bdbdbd; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { margin-bottom: 1.4rem; font-size: clamp(2.8rem, 7vw, 6.2rem); letter-spacing: -.055em; max-width: 850px; }
.hero-copy { max-width: 650px; color: #d1d1d1; font-size: 1.16rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.35rem; border: 1px solid var(--ink); background: var(--ink); color: #fff; text-decoration: none; font-weight: 800; }
.button.light { background: #fff; color: var(--ink); border-color: #fff; }
.button.outline-light { background: transparent; border-color: #777; color: #fff; }
.button:hover { transform: translateY(-1px); }

.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.5rem; border-left: 1px solid var(--line); }
.trust-item:last-child { border-right: 1px solid var(--line); }
.trust-item strong { display: block; font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }

.section { padding-block: 6rem; }
.section.alt { background: var(--panel); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.section-head h2, .page-intro h1 { margin-bottom: 0; font-size: clamp(2.2rem, 5vw, 4.5rem); letter-spacing: -.045em; }
.section-head p { max-width: 520px; margin: 0; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { min-height: 255px; padding: 2rem; background: #fff; border: 1px solid var(--line); }
.card-number { color: #999; font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.card h3 { margin: 3rem 0 .8rem; font-size: 1.45rem; }
.card p { margin: 0; color: var(--muted); }
.card.dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.card.dark p { color: #c6c6c6; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.split h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); letter-spacing: -.045em; }
.instagram-section { background: #fff; }
.instagram-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 4rem; align-items: center; }
.instagram-grid h2 { max-width: 720px; margin-bottom: 1rem; font-size: clamp(2.2rem, 5vw, 4.2rem); letter-spacing: -.045em; }
.instagram-grid p { max-width: 650px; color: var(--muted); }
.instagram-button { margin-top: 1.1rem; }
.instagram-card { min-height: 330px; padding: 2.2rem; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(145deg, #202020, #050505); border: 1px solid #2d2d2d; text-decoration: none; }
.instagram-card:hover { transform: translateY(-2px); }
.instagram-icon { margin-bottom: auto; font-size: 4.5rem; line-height: 1; }
.instagram-card strong { font-size: 1.45rem; }
.instagram-card span:not(.instagram-icon) { margin-top: .35rem; color: #bdbdbd; }
.instagram-card b { margin-top: 1.4rem; }
.check-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.check-list li { padding: 1.15rem 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li::before { content: "✓"; margin-right: .8rem; }

.work-section { background: #fff; }
.work-preview { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 1rem; }
.work-tile { position: relative; min-height: 360px; overflow: hidden; background: #111; color: #fff; text-decoration: none; }
.work-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.work-tile::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.work-tile span { position: absolute; z-index: 1; left: 1.2rem; right: 1.2rem; bottom: 1rem; font-weight: 800; }
.work-tile:hover img { transform: scale(1.03); }
.work-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.work-item { margin: 0; border: 1px solid var(--line); background: #fff; }
.work-item a { display: block; overflow: hidden; background: #111; }
.work-item img { width: 100%; height: 430px; object-fit: cover; display: block; transition: transform .35s ease; }
.work-item a:hover img { transform: scale(1.025); }
.work-item figcaption { padding: 1rem 1.1rem; font-weight: 800; }

.cta-band { background: #d9d9d9; }
.cta-inner { padding-block: 4.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-inner h2 { max-width: 700px; margin: 0; font-size: clamp(2rem, 5vw, 4rem); letter-spacing: -.04em; }

.page-intro { padding-block: 5rem; background: var(--ink); color: #fff; }
.page-intro p { max-width: 660px; color: #c9c9c9; font-size: 1.1rem; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-row { padding: 2.2rem 2rem 2.2rem 0; border-bottom: 1px solid var(--line); }
.service-row:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--line); }
.service-row h2 { font-size: 1.65rem; margin-bottom: .7rem; }
.service-row p { margin: 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; }
.contact-card { padding: 2rem; background: var(--ink); color: #fff; }
.contact-card a { display: block; margin-top: .4rem; color: #fff; font-size: 1.15rem; font-weight: 800; text-decoration: none; word-break: break-word; }
.contact-card hr { margin: 1.7rem 0; border: 0; border-top: 1px solid #333; }
.contact-card p { color: #bdbdbd; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .45rem; font-weight: 700; font-size: .92rem; }
label.full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 50px; border: 1px solid #bcbcbc; border-radius: 0; background: #fff; padding: .8rem; color: var(--ink); font: inherit; }
textarea { min-height: 145px; resize: vertical; }
form .button { grid-column: 1 / -1; cursor: pointer; }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .85rem; }

footer { background: var(--ink); color: #fff; }
.footer-grid { padding-block: 3.5rem; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; }
footer h3 { margin-bottom: .8rem; }
footer p, footer a { color: #bcbcbc; }
footer a { display: block; text-decoration: none; margin-bottom: .45rem; }
.legal { border-top: 1px solid #282828; padding-block: 1.2rem; color: #8f8f8f; font-size: .85rem; }
.mobile-bar { display: none; }

@media (max-width: 820px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .topbar { display: none; }
  .nav { min-height: 70px; }
  .brand-mark { width: 40px; height: 40px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-cta { padding: .65rem .85rem; }
  .hero-grid, .split, .contact-grid, .instagram-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 4rem; gap: 2.5rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .section { padding-block: 4rem; }
  .section-head, .cta-inner { align-items: start; flex-direction: column; }
  .cards { grid-template-columns: 1fr; }
  .work-preview { grid-template-columns: 1fr 1fr; }
  .work-tile { min-height: 320px; }
  .work-tile-wide { grid-column: 1 / -1; min-height: 430px; }
  .work-gallery { grid-template-columns: 1fr 1fr; }
  .work-item img { height: 390px; }
  .card { min-height: 220px; }
  .service-list { grid-template-columns: 1fr; }
  .service-row, .service-row:nth-child(even) { padding: 1.6rem 0; border-left: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; padding-bottom: 6.5rem; }
  .mobile-bar { position: fixed; z-index: 15; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -4px 20px rgba(0,0,0,.18); }
  .mobile-bar a { padding: 1rem; text-align: center; text-decoration: none; font-weight: 800; background: #fff; color: #000; border-top: 1px solid #ddd; }
  .mobile-bar a:last-child { background: #111; color: #fff; border-color: #111; }
}

@media (max-width: 560px) {
  .brand-logo { width: 145px; height: 54px; }
  h1 { font-size: 3.05rem; }
  .hero-copy { font-size: 1rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: 0; }
  form { grid-template-columns: 1fr; }
  label, label.full, form .button, .form-note { grid-column: 1; }
  .work-preview, .work-gallery { grid-template-columns: 1fr; }
  .work-tile, .work-tile-wide { grid-column: auto; min-height: 360px; }
  .work-item img { height: 430px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
