:root {
  --ink: #151513;
  --ink-soft: #252521;
  --paper: #f5f2eb;
  --white: #fff;
  --orange: #ff6a00;
  --orange-2: #ff8a00;
  --line: rgba(21, 21, 19, .14);
  --muted: #6d6c65;
  --radius: 26px;
  --shadow: 0 24px 80px rgba(18, 18, 16, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: #fff; padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--orange); color: #111; font-size: 13px; font-weight: 750; letter-spacing: .03em; }
.topbar .container { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(21, 21, 19, .92); color: #fff; backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav { min-height: 96px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; margin-right: auto; }
.brand img { width: 218px; height: 68px; object-fit: contain; object-position: left center; }
.brand-copy { border-left: 1px solid rgba(255,255,255,.25); padding-left: 13px; font-size: 11px; line-height: 1.25; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.7); }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { font-size: 14px; font-weight: 720; color: rgba(255,255,255,.82); position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .25s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.menu-btn { display: none; border: 0; background: none; color: #fff; padding: 8px; cursor: pointer; }
.menu-btn span { display: block; width: 27px; height: 2px; margin: 6px 0; background: currentColor; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; background: var(--orange); color: #111; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); background: var(--orange-2); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-outline { background: transparent; color: inherit; border-color: currentColor; }
.btn-outline:hover { background: #fff; color: #111; border-color: #fff; }
.btn-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }
.arrow { font-size: 1.1em; }

.hero { background: var(--ink); color: #fff; overflow: hidden; }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; }
.hero-copy { position: relative; padding: 110px 70px 90px max(20px, calc((100vw - 1180px)/2)); display: flex; flex-direction: column; justify-content: center; }
.hero-copy::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: var(--orange); filter: blur(130px); opacity: .16; left: -120px; top: 80px; }
.eyebrow { margin: 0 0 20px; color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 850; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(55px, 6.4vw, 100px); margin-bottom: 25px; }
h1 em, h2 em { font-style: normal; color: var(--orange); }
.hero-lead { max-width: 590px; color: rgba(255,255,255,.68); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 26px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 58px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.68); font-size: 13px; font-weight: 700; }
.hero-points span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--orange); }
.hero-media { position: relative; min-height: 620px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,21,19,.62), transparent 35%), linear-gradient(0deg, rgba(21,21,19,.55), transparent 45%); }
.hero-badge { position: absolute; z-index: 2; left: 34px; bottom: 34px; width: 220px; padding: 18px; background: rgba(255,255,255,.93); color: var(--ink); border-radius: 18px; box-shadow: var(--shadow); }
.hero-badge small { display: block; color: var(--orange); text-transform: uppercase; font-weight: 850; letter-spacing: .12em; }
.hero-badge strong { font-size: 20px; }

.section { padding: 105px 0; }
.section-dark { background: var(--ink); color: #fff; }
.section-orange { background: var(--orange); color: #111; }
.section-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-head h2, .intro h2 { font-size: clamp(42px, 5vw, 72px); margin-bottom: 0; }
.section-head > p { max-width: 540px; color: var(--muted); font-size: 18px; }
.section-dark .section-head > p { color: rgba(255,255,255,.62); }

.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 30px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 28px; letter-spacing: -.04em; }
.trust-item span { color: var(--muted); font-size: 14px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 350px; padding: 34px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card .num { color: var(--orange); font-size: 13px; font-weight: 850; }
.service-card h3 { font-size: 30px; margin-top: auto; margin-bottom: 15px; }
.service-card p { margin-bottom: 0; color: var(--muted); }
.service-card.featured { background: var(--orange); color: #111; }
.service-card.featured .num, .service-card.featured p { color: #111; }

.portfolio-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-auto-rows: 330px; gap: 18px; }
.project { position: relative; overflow: hidden; border-radius: var(--radius); background: #333; }
.project.tall { grid-row: span 2; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project:hover img { transform: scale(1.045); }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), transparent 58%); }
.project-info { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; color: #fff; }
.project-info small { color: var(--orange); font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.project-info h3 { font-size: 29px; margin: 4px 0 0; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; }
.process article { padding: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.process article::before { counter-increment: step; content: "0" counter(step); display: block; color: var(--orange); font-weight: 900; margin-bottom: 70px; }
.process h3 { font-size: 26px; }
.process p { color: rgba(255,255,255,.62); margin-bottom: 0; }

.cta-panel { border-radius: 34px; padding: 75px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; background: var(--orange); color: #111; }
.cta-panel h2 { max-width: 760px; font-size: clamp(45px, 6vw, 80px); margin: 0; }

.page-hero { padding: 105px 0 85px; background: var(--ink); color: #fff; }
.page-hero h1 { max-width: 980px; font-size: clamp(54px, 7vw, 94px); margin-bottom: 22px; }
.page-hero p { max-width: 720px; font-size: 20px; color: rgba(255,255,255,.65); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.intro-grid > div:first-child > img { width: 100%; height: 620px; object-fit: cover; object-position: center; }
.intro-grid h2 { font-size: clamp(40px, 5vw, 68px); }
.intro-grid .prose { font-size: 18px; color: var(--muted); }
.quote { padding: 40px; border-left: 5px solid var(--orange); background: #fff; font-size: 25px; font-weight: 720; line-height: 1.35; border-radius: 0 var(--radius) var(--radius) 0; }
.list-check { list-style: none; padding: 0; margin: 25px 0 0; }
.list-check li { padding: 11px 0 11px 32px; position: relative; border-bottom: 1px solid var(--line); }
.list-check li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery .project { aspect-ratio: 4/3; }
.gallery .project:nth-child(2), .gallery .project:nth-child(5) { aspect-ratio: 3/4; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.contact-card { padding: 38px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.contact-card h2 { font-size: 40px; }
.contact-line { display: block; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-line small { display: block; color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.contact-line strong { font-size: 20px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 14px; padding: 15px 16px; color: var(--ink); outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,106,0,.13); }
.field textarea { min-height: 150px; resize: vertical; }
.privacy-check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
.privacy-check input { margin-top: 5px; }
.hp { position: absolute !important; left: -9999px !important; }
.form-note { font-size: 13px; color: var(--muted); }

.site-footer { padding: 75px 0 30px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .9fr; gap: 60px; }
.footer-brand img { width: 218px; height: auto; image-rendering: auto; }
.footer-brand p { max-width: 390px; margin-top: 22px; color: rgba(255,255,255,.55); }
.footer-col h3 { color: var(--orange); font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }
.footer-col a { display: block; margin: 8px 0; color: rgba(255,255,255,.72); }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 28px; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); font-size: 13px; }
.floating-call { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; color: #111; background: var(--orange); box-shadow: 0 14px 35px rgba(0,0,0,.25); font-weight: 900; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .topbar span:first-child { display: none; }
  .topbar .container { justify-content: center; }
  .nav { min-height: 82px; }
  .menu-btn { display: block; }
  .nav > .btn { display: none; }
  .nav-links { position: absolute; display: none; flex-direction: column; align-items: stretch; gap: 0; left: 0; right: 0; top: 82px; padding: 15px 20px 28px; background: #151513; border-top: 1px solid rgba(255,255,255,.1); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; font-size: 17px; }
  .hero-grid, .section-head, .intro-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 30px 65px; }
  .hero-grid { min-height: auto; }
  .hero-media { min-height: 520px; }
  .intro-grid > div:first-child > img { height: 500px; }
  .section-head { gap: 25px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .cta-panel { padding: 55px 38px; grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-copy { display: none; }
  .brand img { width: 180px; height: 56px; }
  .section { padding: 74px 0; }
  h1 { font-size: 54px; }
  .hero-media { min-height: 430px; }
  .intro-grid > div:first-child > img { height: 390px; }
  .hero-badge { left: 16px; bottom: 16px; }
  .hero-points { gap: 12px; flex-direction: column; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards, .portfolio-grid, .gallery, .process, .footer-grid, .form { grid-template-columns: 1fr; }
  .portfolio-grid { grid-auto-rows: 320px; }
  .project.tall { grid-row: auto; }
  .gallery .project, .gallery .project:nth-child(2), .gallery .project:nth-child(5) { aspect-ratio: 4/3; }
  .process article { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .process article::before { margin-bottom: 35px; }
  .field.full { grid-column: auto; }
  .cta-panel { padding: 40px 24px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
