:root {
  --black: #090909;
  --ink: #121212;
  --charcoal: #1a1a1a;
  --paper: #f2f1ee;
  --white: #ffffff;
  --muted: #a5a5a5;
  --red: #e12219;
  --line: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.topbar { position: fixed; inset: 0 0 auto 0; height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 72px); color: var(--white); z-index: 50; transition: background .3s, height .3s; }
.topbar.scrolled { background: rgba(9,9,9,.94); backdrop-filter: blur(12px); height: 72px; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: inline-flex; align-items: center; height: 36px; font-family: "Barlow Condensed", sans-serif; font-weight: 700; letter-spacing: .07em; font-size: 1.55rem; line-height: 1; }
.brand-number { color: var(--red); border-right: 2px solid var(--red); padding: 5px 8px 5px 0; transform: skew(-8deg); }
.brand-name { padding-left: 8px; }
.nav { display: flex; align-items: center; gap: clamp(22px, 2.6vw, 44px); font-size: .83rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.nav a { transition: color .2s; }
.nav a:hover { color: var(--red); }
.nav-call { border: 1px solid rgba(255,255,255,.55); padding: 10px 16px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 7px 0; transition: transform .2s; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; color: var(--white); background: #080808; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background-image: url("assets/black-911.png"); background-size: cover; background-position: 65% center; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.68) 43%, rgba(0,0,0,.08) 78%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 44%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 86vw); margin-left: clamp(24px, 8vw, 150px); padding: 130px 0 165px; }
.eyebrow, .section-kicker { margin: 0 0 28px; display: flex; align-items: center; gap: 13px; font-family: "Barlow Condensed", sans-serif; font-weight: 600; font-size: .85rem; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 2px; background: var(--red); }
h1, h2, h3, blockquote { font-family: "Barlow Condensed", sans-serif; }
h1 { margin: 0; font-size: clamp(4rem, 7.7vw, 8.4rem); line-height: .82; letter-spacing: -.035em; text-transform: uppercase; }
h1 em { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.78); font-style: normal; }
.hero-copy { max-width: 600px; margin: 34px 0 0; color: #d3d3d3; font-size: clamp(1rem, 1.2vw, 1.14rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 27px; text-transform: uppercase; letter-spacing: .08em; font-size: .79rem; font-weight: 600; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #ff3026; }
.button-ghost { border: 1px solid rgba(255,255,255,.38); }
.button-ghost span { padding-left: 16px; color: var(--red); }
.hero-meta { position: absolute; z-index: 3; right: clamp(24px, 5vw, 80px); bottom: 34px; display: flex; gap: clamp(22px, 4vw, 68px); }
.hero-meta div { display: grid; border-left: 1px solid rgba(255,255,255,.25); padding-left: 17px; }
.hero-meta strong { font: 600 1.55rem/1 "Barlow Condensed", sans-serif; }
.hero-meta span { margin-top: 4px; color: #b8b8b8; font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }

.section { padding: clamp(88px, 10vw, 150px) clamp(22px, 8vw, 150px); }
.section-kicker { color: var(--red); margin-bottom: 38px; }
.section-kicker.light { color: #ff3b31; }
.intro-copy { display: grid; grid-template-columns: 1.1fr .8fr; gap: 8vw; align-items: end; }
h2 { margin: 0; font-size: clamp(3.1rem, 5.7vw, 6.2rem); line-height: .92; letter-spacing: -.025em; text-transform: uppercase; }
.intro-copy p { max-width: 590px; margin: 0 0 4px; color: #5b5b5b; font-size: 1.05rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(64px, 8vw, 110px); border-top: 1px solid #c9c8c4; }
.service-card { min-height: 310px; padding: 30px 24px 28px 0; margin-right: 24px; position: relative; border-bottom: 1px solid #c9c8c4; }
.service-no { color: #999; font: 600 .8rem "Barlow Condensed", sans-serif; letter-spacing: .12em; }
.service-card h3 { margin: 49px 0 16px; font-size: clamp(1.7rem, 2vw, 2.35rem); line-height: 1; text-transform: uppercase; }
.service-card p { margin: 0; color: #686868; font-size: .92rem; line-height: 1.6; }
.service-line { position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--red); transition: width .3s; }
.service-card:hover .service-line { width: 100%; }

.workshop { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 760px; background: var(--black); color: white; }
.workshop-image { min-height: 680px; overflow: hidden; }
.workshop-image img { height: 100%; object-fit: cover; }
.workshop-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.workshop-content h2 { font-size: clamp(3rem, 4.9vw, 5.5rem); }
.workshop-content > p { color: #aaa; max-width: 620px; margin: 31px 0 35px; }
.check-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.check-list li { border-bottom: 1px solid var(--line); padding: 17px 0; color: #e0e0e0; }
.check-list span { display: inline-block; width: 48px; color: var(--red); font: 600 .78rem "Barlow Condensed", sans-serif; }
.text-link { align-self: flex-start; margin-top: 34px; font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.text-link span { color: var(--red); margin-left: 12px; }

.about { display: grid; grid-template-columns: .9fr .7fr; gap: 10vw; align-items: center; background: #e8e7e3; }
.about blockquote { margin: 0 0 30px; font-size: clamp(2.5rem, 4.25vw, 4.8rem); line-height: .99; font-weight: 600; text-transform: uppercase; }
.about-copy > p { max-width: 650px; color: #5d5d5d; }
.signature { display: grid; margin-top: 40px; border-left: 3px solid var(--red); padding-left: 18px; }
.signature strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.25rem; text-transform: uppercase; }
.signature span { color: #777; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.about-photo { margin: 0; position: relative; max-height: 720px; overflow: hidden; }
.about-photo img { height: 100%; min-height: 540px; object-fit: cover; object-position: 50% 35%; filter: saturate(.8) contrast(1.06); }
.about-photo figcaption { position: absolute; right: 0; bottom: 0; padding: 13px 19px; background: var(--red); color: white; font: 600 .78rem "Barlow Condensed", sans-serif; letter-spacing: .1em; text-transform: uppercase; }

.gallery { background: var(--paper); }
.gallery-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 55px; }
.social-link { border-bottom: 1px solid #aaa; padding-bottom: 7px; font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.social-link span { color: var(--red); margin-left: 9px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, minmax(230px, 350px)); gap: 12px; }
.gallery-grid figure { margin: 0; overflow: hidden; background: #222; }
.gallery-grid .gallery-main { grid-row: 1 / 3; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }

.contact { min-height: 760px; position: relative; display: flex; align-items: center; color: white; background: #090909; overflow: hidden; }
.contact-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.77) 49%, rgba(0,0,0,.22)), url("assets/aircooled.png") center/cover; filter: saturate(.55); }
.contact-inner { position: relative; z-index: 2; width: min(720px, 88vw); margin-left: clamp(22px, 9vw, 170px); padding: 90px 0; }
.contact-inner h2 { font-size: clamp(3.7rem, 6.6vw, 7.5rem); }
.contact-inner > p { max-width: 580px; color: #bbb; margin: 28px 0 18px; }
.contact-phone { display: inline-flex; align-items: center; gap: 25px; font: 600 clamp(2rem, 4vw, 4.2rem) "Barlow Condensed", sans-serif; border-bottom: 2px solid var(--red); margin: 6px 0 40px; }
.contact-phone span { color: var(--red); }
.contact-details { display: flex; gap: 65px; }
.contact-details div { display: grid; }
.contact-details small { color: #888; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; margin-bottom: 6px; }
.contact-details strong { font-size: .94rem; line-height: 1.6; }
.map-button { display: inline-flex; margin-top: 36px; border: 1px solid rgba(255,255,255,.4); padding: 12px 19px; text-transform: uppercase; font-size: .74rem; letter-spacing: .08em; }

footer { display: flex; align-items: center; gap: 35px; padding: 34px clamp(22px, 5vw, 80px); background: #050505; color: #777; border-top: 1px solid #222; font-size: .72rem; }
.brand-footer { color: white; margin-right: auto; transform: scale(.83); transform-origin: left center; }
.disclaimer { text-align: right; }

@media (max-width: 980px) {
  .nav { position: fixed; inset: 0 0 0 auto; width: min(82vw, 390px); background: #090909; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; padding: 55px; font-size: 1rem; transform: translateX(100%); transition: transform .3s; }
  .nav.open { transform: translateX(0); }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle.open span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .hero-meta { display: none; }
  .intro-copy, .workshop, .about { grid-template-columns: 1fr; }
  .intro-copy { gap: 32px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .workshop-image { max-height: 660px; }
  .workshop-content { padding: 80px clamp(22px, 8vw, 80px); }
  .about-photo { max-height: 680px; }
}

@media (max-width: 640px) {
  .topbar { height: 70px; }
  .hero { min-height: 800px; align-items: end; }
  .hero-media { background-position: 65% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.98) 5%, rgba(0,0,0,.74) 57%, rgba(0,0,0,.2) 100%); }
  .hero-content { width: auto; margin: 0 20px; padding: 110px 0 70px; }
  h1 { font-size: clamp(3.75rem, 17vw, 5rem); line-height: .87; }
  .hero-copy { font-size: .95rem; margin-top: 25px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .section { padding: 78px 20px; }
  .section-kicker { margin-bottom: 28px; }
  h2 { font-size: clamp(2.85rem, 14vw, 4rem); }
  .services-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .service-card { min-height: auto; margin-right: 0; padding: 25px 0 28px; }
  .service-card h3 { margin-top: 28px; }
  .workshop { min-height: 0; }
  .workshop-image { min-height: 390px; }
  .workshop-content { padding: 75px 20px; }
  .about { gap: 55px; }
  .about blockquote { font-size: 2.8rem; }
  .about-photo img { min-height: 480px; }
  .gallery-head { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 370px 240px 240px; }
  .gallery-grid .gallery-main { grid-row: auto; }
  .contact { min-height: 720px; }
  .contact-bg { background-position: 60% center; opacity: .7; }
  .contact-inner { margin: 0 20px; width: auto; }
  .contact-details { flex-direction: column; gap: 22px; }
  footer { align-items: flex-start; flex-direction: column; gap: 9px; }
  .brand-footer { margin-bottom: 8px; }
  .disclaimer { text-align: left; margin: 0; }
  footer p { margin: 0; }
}

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