:root {
  --black: #05070b;
  --black-soft: #090e16;
  --panel: #0d1420;
  --panel-blue: #101c2d;
  --blue: #1986ff;
  --blue-bright: #56aaff;
  --blue-deep: #0757b5;
  --white: #f8fbff;
  --ice: #edf4fc;
  --ink: #07101d;
  --muted-dark: #98a8bb;
  --muted-light: #516173;
  --line-dark: rgba(223, 237, 255, 0.15);
  --line-light: rgba(7, 16, 29, 0.15);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --shell: 1280px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--white); background: var(--black); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 11px 16px; color: var(--black); background: var(--blue-bright); font-weight: 800; transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 56px), var(--shell)); margin-inline: auto; }
.section { padding: 128px 0; }

.topbar { position: relative; z-index: 120; min-height: 34px; color: var(--black); background: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.topbar-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { display: inline-flex; min-height: 34px; align-items: center; gap: 7px; transition: background-color 180ms ease; }
.topbar a:hover { background: rgba(255, 255, 255, 0.18); }
.topbar svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.site-header { position: sticky; top: 0; z-index: 100; height: 82px; background: rgba(5, 7, 11, 0.88); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(18px); transition: background-color 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled { background: rgba(5, 7, 11, 0.97); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28); }
.header-inner { display: flex; height: 100%; align-items: center; }
.brand { display: inline-flex; min-height: 54px; align-items: center; gap: 10px; color: var(--white); font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: 0.06em; line-height: 1; text-transform: uppercase; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand strong { color: var(--blue-bright); font-weight: 900; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; margin-right: 34px; }
.desktop-nav a { display: inline-flex; min-height: 44px; align-items: center; color: #b2c0d1; font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; transition: color 180ms ease; }
.desktop-nav a:hover { color: var(--blue-bright); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 15px; padding: 0 22px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: 0.075em; line-height: 1; text-transform: uppercase; transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 200ms var(--ease); }
.button:hover { transform: translateY(-2px); }
.button svg, .arrow-link svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.8; transition: transform 200ms var(--ease); }
.button:hover svg, .arrow-link:hover svg { transform: translateX(4px); }
.button-primary { color: #020a14; background: var(--blue); }
.button-primary:hover { background: var(--blue-bright); }
.button-ghost { color: var(--white); background: transparent; border-color: var(--line-dark); }
.button-ghost:hover { color: var(--blue-bright); border-color: var(--blue); background: rgba(25, 134, 255, 0.08); }
.button-outline { color: var(--white); background: transparent; border-color: rgba(86, 170, 255, 0.55); }
.button-outline:hover { color: var(--black); background: var(--blue-bright); border-color: var(--blue-bright); }
.button-dark { color: var(--white); background: var(--black); }
.button-dark:hover { background: #101722; }
.menu-toggle, .mobile-menu { display: none; }

.hero { display: grid; min-height: clamp(690px, calc(100svh - 116px), 760px); grid-template-columns: minmax(0, 45%) minmax(0, 55%); background: var(--black); border-bottom: 1px solid var(--line-dark); }
.hero-copy { position: relative; display: flex; min-width: 0; align-items: flex-start; overflow: hidden; }
.hero-copy::before { position: absolute; width: 430px; height: 430px; top: 6%; left: -22%; background: rgba(25, 134, 255, 0.13); border-radius: 50%; filter: blur(95px); content: ""; }
.hero-grid { position: absolute; inset: 0; opacity: 0.4; background-image: linear-gradient(rgba(86, 170, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(86, 170, 255, 0.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 92%); }
.hero-copy-inner { position: relative; z-index: 2; width: 100%; padding: 82px clamp(32px, 5vw, 82px) 96px max(28px, calc((100vw - var(--shell)) / 2)); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: var(--blue-bright); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; line-height: 1.5; text-transform: uppercase; }
.eyebrow > span { width: 29px; height: 2px; flex: 0 0 auto; background: currentColor; }
.eyebrow-dark { color: var(--blue-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
h1 { margin: 0 0 28px; font-size: clamp(72px, 6.7vw, 112px); font-weight: 900; letter-spacing: -0.045em; line-height: 0.79; }
h1 em, h2 em { color: var(--blue-bright); font-style: italic; font-weight: 800; }
.hero-intro { max-width: 520px; margin-bottom: 34px; color: #b2c0d0; font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-signature { position: absolute; right: 30px; bottom: 22px; left: max(28px, calc((100vw - var(--shell)) / 2)); display: flex; justify-content: space-between; color: #617184; font-family: var(--mono); font-size: 8px; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-visual { position: relative; min-width: 0; overflow: hidden; background: #101722; }
.hero-visual > picture { display: block; width: 100%; height: 100%; }
.hero-visual > picture > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 7, 11, 0.34), transparent 35%), linear-gradient(0deg, rgba(5, 7, 11, 0.65), transparent 42%); pointer-events: none; }
.hero-badge { position: absolute; right: 30px; bottom: 30px; display: flex; width: min(290px, calc(100% - 60px)); align-items: center; gap: 15px; padding: 17px 20px; background: rgba(5, 7, 11, 0.82); border: 1px solid rgba(86, 170, 255, 0.38); border-left: 4px solid var(--blue); backdrop-filter: blur(12px); }
.hero-badge svg { width: 28px; height: 28px; flex: 0 0 auto; fill: none; stroke: var(--blue-bright); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.hero-badge span, .hero-badge strong { display: block; }
.hero-badge span { color: #8fa0b5; font-family: var(--mono); font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; }
.hero-badge strong { margin-top: 4px; color: var(--white); font-family: var(--display); font-size: 23px; letter-spacing: 0.04em; line-height: 1; }
.hero-location { position: absolute; top: 25px; right: 28px; padding: 8px 11px; color: var(--white); background: rgba(5, 7, 11, 0.68); border: 1px solid var(--line-dark); font-family: var(--mono); font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; backdrop-filter: blur(8px); }

.proof-strip { background: var(--blue); border-bottom: 1px solid #020b15; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { position: relative; display: grid; min-height: 94px; grid-template-columns: 42px 1fr; align-content: center; padding: 0 34px; color: var(--black); border-right: 1px solid rgba(5, 7, 11, 0.35); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid span { grid-row: 1 / 3; padding-top: 4px; font-family: var(--mono); font-size: 9px; }
.proof-grid strong { font-family: var(--display); font-size: 19px; letter-spacing: 0.04em; line-height: 1.1; text-transform: uppercase; }
.proof-grid small { margin-top: 3px; font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }

.services { color: var(--ink); background: var(--ice); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr); align-items: end; gap: 90px; margin-bottom: 70px; }
.section-heading h2, .craft-copy h2, .process-intro h2, .about-copy h2, .contact h2 { margin: 0; font-size: clamp(58px, 6.2vw, 92px); font-weight: 900; letter-spacing: -0.04em; line-height: 0.84; }
.services-heading h2 em, .process-intro h2 em { color: var(--blue-deep); }
.heading-aside > p { margin: 0 0 21px; color: var(--muted-light); font-size: 14px; line-height: 1.75; }
.arrow-link { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; color: var(--ink); border-bottom: 1px solid currentColor; font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: 0.055em; text-transform: uppercase; transition: color 180ms ease; }
.arrow-link:hover { color: var(--blue-deep); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); list-style: none; }
.service-card { position: relative; min-height: 275px; padding: 27px 25px 30px; overflow: hidden; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: color 220ms ease, background-color 220ms ease; }
.service-card::after { position: absolute; right: -24px; bottom: -50px; color: rgba(7, 16, 29, 0.035); font-family: var(--display); font-size: 146px; font-weight: 900; line-height: 1; content: attr(data-index); }
.service-card:hover { color: var(--white); background: var(--blue-deep); }
.service-card > span { display: block; margin-bottom: 73px; color: var(--blue-deep); font-family: var(--mono); font-size: 10px; transition: color 220ms ease; }
.service-card:hover > span { color: #cfe7ff; }
.service-card h3 { margin: 0 0 10px; font-size: 27px; font-weight: 800; letter-spacing: -0.015em; line-height: 1; }
.service-card p { margin: 0; color: var(--muted-light); font-size: 12px; line-height: 1.65; transition: color 220ms ease; }
.service-card:hover p { color: #d7e9fb; }

.craft { position: relative; overflow: hidden; background: var(--black-soft); }
.craft::after { position: absolute; width: 520px; height: 520px; right: -180px; bottom: -250px; background: rgba(25, 134, 255, 0.12); border-radius: 50%; filter: blur(100px); content: ""; pointer-events: none; }
.craft-layout { display: grid; grid-template-columns: 0.68fr 1.32fr; align-items: center; gap: 76px; }
.craft-copy { position: relative; z-index: 2; }
.craft-copy h2 { margin-bottom: 28px; }
.craft-copy > p:not(.eyebrow) { max-width: 440px; margin-bottom: 31px; color: var(--muted-dark); font-size: 14px; line-height: 1.78; }
.craft-images { position: relative; z-index: 2; display: grid; min-height: 730px; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 18px; }
.craft-image { position: relative; margin: 0; }
.craft-image-two { align-self: end; }
.craft-image img { width: 100%; height: 570px; object-fit: cover; }
.craft-image-one img { object-position: center 62%; }
.craft-image-two img { object-position: center 58%; }
.craft-image figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 13px; color: #c2cedc; font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: 0.035em; text-transform: uppercase; }
.craft-image figcaption span { color: var(--blue-bright); font-family: var(--mono); font-size: 8px; letter-spacing: 0.09em; }

.results { background: var(--black); border-top: 1px solid var(--line-dark); }
.results-heading h2 { color: var(--white); }
.results-heading .heading-aside > p { color: var(--muted-dark); }
.gallery-note { font-family: var(--mono); font-size: 9px !important; letter-spacing: 0.07em; text-transform: uppercase; }
.gallery-grid { display: grid; grid-auto-rows: 310px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.gallery-item { position: relative; min-width: 0; overflow: hidden; padding: 0; background: var(--panel); border: 0; cursor: zoom-in; }
.gallery-feature { grid-row: span 2; grid-column: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3, 7, 12, 0.85), transparent 54%); content: ""; transition: background-color 220ms ease; }
.gallery-item:hover::after { background-color: rgba(25, 134, 255, 0.12); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease), filter 300ms ease; }
.gallery-item:hover img { transform: scale(1.035); filter: saturate(1.08); }
.gallery-item > span { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 14px; color: var(--white); font-family: var(--display); font-size: 17px; font-weight: 800; letter-spacing: 0.035em; text-align: right; text-transform: uppercase; }
.gallery-item small { color: var(--blue-bright); font-family: var(--mono); font-size: 8px; letter-spacing: 0.09em; text-align: left; }
.gallery-grid .gallery-item:nth-child(2) img { object-position: center 66%; }
.gallery-grid .gallery-item:nth-child(3) img { object-position: center 59%; }
.gallery-grid .gallery-item:nth-child(4) img { object-position: center 69%; }
.gallery-grid .gallery-item:nth-child(5) img { object-position: center 66%; }
.gallery-grid .gallery-item:nth-child(6) img { object-position: center 61%; }
.gallery-grid .gallery-item:nth-child(7) img { object-position: center 66%; }

.process { color: var(--ink); background: var(--ice); }
.process-layout { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: 105px; }
.process-intro h2 { margin-bottom: 28px; }
.process-intro > p:not(.eyebrow) { max-width: 430px; color: var(--muted-light); font-size: 14px; line-height: 1.75; }
.process-steps { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.process-steps li { display: grid; min-height: 170px; grid-template-columns: 68px 1fr; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line-light); }
.process-steps > li > span { align-self: start; padding-top: 9px; color: var(--blue-deep); font-family: var(--mono); font-size: 10px; }
.process-steps h3 { margin: 0 0 8px; font-size: 31px; font-weight: 800; line-height: 1; }
.process-steps p { max-width: 480px; margin: 0; color: var(--muted-light); font-size: 13px; line-height: 1.7; }

.about { position: relative; overflow: hidden; background: var(--panel); }
.about::before { position: absolute; inset: 0; opacity: 0.4; background-image: radial-gradient(rgba(86, 170, 255, 0.18) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 54%); content: ""; }
.about-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: center; gap: 105px; }
.owner-card { position: relative; }
.owner-card-frame { position: relative; padding: clamp(20px, 3vw, 48px); background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(86, 170, 255, 0.24); box-shadow: 0 38px 70px rgba(0, 0, 0, 0.32); backdrop-filter: blur(14px); }
.owner-card-frame::before, .owner-card-frame::after { position: absolute; width: 76px; height: 76px; content: ""; pointer-events: none; }
.owner-card-frame::before { top: -1px; left: -1px; border-top: 3px solid var(--blue); border-left: 3px solid var(--blue); }
.owner-card-frame::after { right: -1px; bottom: -1px; border-right: 3px solid var(--blue); border-bottom: 3px solid var(--blue); }
.owner-card-frame img { width: 100%; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32); }
.owner-work-panel { overflow: hidden; padding: 0; }
.owner-work-panel::after { position: absolute; inset: 0; width: auto; height: auto; background: linear-gradient(to top, rgba(5, 7, 11, 0.88), transparent 52%); border: 0; content: ""; pointer-events: none; }
.owner-work-panel > img { width: 100%; height: 630px; object-fit: cover; object-position: center 58%; box-shadow: none; }
.owner-work-panel > div { position: absolute; right: 32px; bottom: 31px; left: 32px; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.owner-work-panel small { color: var(--blue-bright); font-family: var(--mono); font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; }
.owner-work-panel strong { font-family: var(--display); font-size: 24px; letter-spacing: 0.035em; line-height: 1; text-align: right; text-transform: uppercase; }
.owner-tag { position: absolute; right: -18px; bottom: -18px; padding: 13px 17px; color: var(--black); background: var(--blue); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy > p:not(.eyebrow) { color: var(--muted-dark); font-size: 14px; line-height: 1.78; }
.about-copy .about-lead { color: #dce7f4; font-size: 17px; font-weight: 600; }
.about-contact { margin-top: 34px; border-top: 1px solid var(--line-dark); }
.about-contact a { display: grid; min-height: 70px; grid-template-columns: 118px 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); transition: color 180ms ease, padding-left 180ms ease; }
.about-contact a:hover { padding-left: 7px; color: var(--blue-bright); }
.about-contact small { color: var(--blue-bright); font-family: var(--mono); font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; }
.about-contact strong { overflow-wrap: anywhere; font-family: var(--display); font-size: 18px; letter-spacing: 0.025em; }

.contact { padding: 105px 0; color: var(--black); background: var(--blue); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.67fr); align-items: end; gap: 90px; }
.contact h2 { color: var(--black); }
.eyebrow-contact { color: var(--black); }
.contact-action > p { margin-bottom: 25px; font-size: 14px; line-height: 1.75; }
.contact-action > div { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.contact-email { display: inline-flex; min-height: 44px; align-items: center; border-bottom: 1px solid currentColor; font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.contact-email:hover { color: #dfefff; }

.site-footer { padding: 73px 0 27px; background: #020407; border-top: 1px solid var(--line-dark); }
.footer-main { display: grid; grid-template-columns: 1fr 0.85fr; gap: 80px; padding-bottom: 60px; }
.footer-brand img { width: 170px; height: 170px; object-fit: contain; }
.footer-brand p { max-width: 330px; margin: 20px 0 0; color: #8594a6; font-size: 13px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 55px; padding-top: 15px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links p { margin: 0 0 13px; color: var(--blue-bright); font-family: var(--mono); font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-links a { display: inline-flex; min-height: 30px; align-items: center; color: #b3bfcc; font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: 0.045em; text-transform: uppercase; transition: color 180ms ease; }
.footer-links a:hover { color: var(--blue-bright); }
.footer-bottom { display: flex; min-height: 52px; align-items: center; justify-content: space-between; color: #5f6c7b; border-top: 1px solid var(--line-dark); font-family: var(--mono); font-size: 8px; letter-spacing: 0.09em; text-transform: uppercase; }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; color: var(--white); background: rgba(2, 4, 7, 0.94); border: 0; }
.lightbox::backdrop { background: rgba(2, 4, 7, 0.94); backdrop-filter: blur(16px); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox-inner { position: relative; display: grid; width: min(100% - 56px, 1040px); height: min(88vh, 820px); grid-template-columns: 56px minmax(0, 1fr) 56px; align-items: center; gap: 18px; }
.lightbox figure { display: grid; height: 100%; min-height: 0; grid-template-rows: minmax(0, 1fr) auto; margin: 0; }
.lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { min-height: 48px; padding-top: 15px; font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: 0.05em; text-align: center; text-transform: uppercase; }
.lightbox button { display: grid; width: 52px; height: 52px; place-items: center; padding: 0; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line-dark); cursor: pointer; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.lightbox button:hover { color: var(--black); background: var(--blue); border-color: var(--blue); }
.lightbox button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.lightbox-close { position: fixed; top: 22px; right: 22px; z-index: 2; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 600ms var(--ease), transform 600ms var(--ease); }
.reveal-delay { transition-delay: 100ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.service-grid .reveal:nth-child(2), .gallery-grid .reveal:nth-child(2), .process-steps .reveal:nth-child(2) { transition-delay: 70ms; }
.service-grid .reveal:nth-child(3), .gallery-grid .reveal:nth-child(3), .process-steps .reveal:nth-child(3) { transition-delay: 140ms; }
.service-grid .reveal:nth-child(4), .gallery-grid .reveal:nth-child(4) { transition-delay: 210ms; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 22px; margin-right: 24px; }
  .header-cta { padding-inline: 17px; }
  .hero { grid-template-columns: 47% 53%; }
  .hero-copy-inner { padding-right: 32px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 245px; }
  .service-card > span { margin-bottom: 53px; }
  .craft-layout, .process-layout, .about-layout { gap: 65px; }
  .gallery-grid { grid-auto-rows: 270px; }
}

@media (max-width: 940px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 640px; }
  .hero-copy-inner { width: min(calc(100% - 56px), var(--shell)); margin-inline: auto; padding: 92px 0 116px; }
  .hero-signature { right: 28px; left: 28px; }
  .hero-visual { min-height: 680px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .heading-aside { max-width: 570px; }
  .craft-layout, .process-layout, .about-layout { grid-template-columns: 1fr; gap: 68px; }
  .craft-copy { max-width: 650px; }
  .craft-images { min-height: 650px; }
  .craft-image img { height: 500px; }
  .gallery-grid { grid-auto-rows: 320px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-intro { max-width: 700px; }
  .about-layout { width: min(calc(100% - 140px), 730px); }
  .about-copy { padding-top: 20px; }
  .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .contact-action { max-width: 610px; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 88px 0; }
  .topbar-inner > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .topbar a { flex: 0 0 auto; }
  .site-header { height: 74px; }
  .brand { font-size: 17px; }
  .brand img { width: 50px; height: 50px; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; width: 48px; height: 48px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; padding: 0; color: var(--white); background: transparent; border: 1px solid var(--line-dark); border-radius: 3px; cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { display: grid; max-height: 0; overflow: hidden; padding: 0 16px; color: var(--white); background: rgba(5, 7, 11, 0.98); transition: max-height 260ms var(--ease), padding 260ms var(--ease); }
  .mobile-menu.is-open { max-height: 430px; padding-top: 11px; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); }
  .mobile-menu > a:not(.button) { display: grid; min-height: 57px; grid-template-columns: 38px 1fr; align-items: center; border-top: 1px solid var(--line-dark); font-family: var(--display); font-size: 20px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
  .mobile-menu > a > span { color: var(--blue-bright); font-family: var(--mono); font-size: 8px; }
  .mobile-menu .button { margin-top: 12px; }
  .hero-copy { min-height: 610px; }
  .hero-copy-inner { width: calc(100% - 32px); padding: 74px 0 110px; }
  h1 { font-size: clamp(70px, 21vw, 102px); }
  .hero-intro { font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-signature { right: 16px; left: 16px; }
  .hero-visual { min-height: 490px; }
  .hero-badge { right: 16px; bottom: 16px; width: calc(100% - 32px); }
  .hero-location { top: 16px; right: 16px; }
  .proof-grid { grid-template-columns: 1fr; padding: 0; }
  .proof-grid > div, .proof-grid > div:first-child { min-height: 78px; padding: 0 18px; border-right: 0; border-bottom: 1px solid rgba(5, 7, 11, 0.35); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2, .craft-copy h2, .process-intro h2, .about-copy h2, .contact h2 { font-size: clamp(54px, 16vw, 75px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-card > span { margin-bottom: 43px; }
  .craft-images { min-height: auto; grid-template-columns: 1fr; gap: 42px; }
  .craft-image img { height: auto; aspect-ratio: 0.8; }
  .gallery-grid { grid-auto-rows: 285px; }
  .gallery-feature { grid-column: span 2; }
  .gallery-item > span { display: grid; justify-content: start; text-align: left; }
  .process-steps li { min-height: 150px; grid-template-columns: 53px 1fr; }
  .about-layout { width: min(calc(100% - 32px), 730px); }
  .owner-tag { right: 10px; }
  .about-contact a { grid-template-columns: 1fr; align-content: center; gap: 2px; }
  .contact { padding: 86px 0; }
  .contact-action > div { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 50px; }
  .footer-links { padding-top: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .lightbox-inner { width: calc(100% - 24px); grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 5px; }
  .lightbox button { width: 46px; height: 46px; }
  .lightbox-close { top: 12px; right: 12px; }
}

@media (max-width: 460px) {
  .topbar { font-size: 8px; }
  .topbar-inner > span { max-width: 58%; }
  .brand span { display: none; }
  .hero-copy { min-height: 590px; }
  .hero-visual { min-height: 430px; }
  .hero-signature span:first-child { display: none; }
  .hero-signature { justify-content: flex-end; }
  .gallery-grid { grid-auto-rows: 310px; grid-template-columns: 1fr; }
  .gallery-feature, .gallery-wide { grid-row: auto; grid-column: auto; }
  .owner-card-frame { padding: 13px; }
  .owner-work-panel > img { height: 510px; }
  .owner-work-panel > div { right: 20px; bottom: 24px; left: 20px; }
  .owner-tag { right: 7px; bottom: -16px; }
  .footer-links { grid-template-columns: 1fr; gap: 38px; }
  .lightbox-inner { grid-template-columns: repeat(2, 52px); grid-template-rows: minmax(0, 1fr) 52px; justify-content: center; height: min(88vh, 760px); }
  .lightbox figure { grid-column: 1 / -1; grid-row: 1; width: calc(100vw - 24px); }
  .lightbox-prev, .lightbox-next { grid-row: 2; }
}

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