@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap");

:root {
  color-scheme: dark;
  --ink: #080a0c;
  --surface: #101316;
  --surface-2: #171b1f;
  --line: rgba(255, 255, 255, 0.11);
  --text: #f5f6f7;
  --muted: #a7acb2;
  --amber: #ffad19;
  --amber-2: #ffca64;
  --green: #25d366;
  --shell: min(1180px, calc(100% - 40px));
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .14; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
svg { width: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--amber); color: #111; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand-symbol { width: 64px; height: auto; display: block; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font: 800 1.24rem/1 var(--display); letter-spacing: .065em; }
.brand-copy small { margin-top: .3rem; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.desktop-nav a { color: #d1d4d7; font-size: .9rem; font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--amber); }
.header-call { display: inline-flex; align-items: center; gap: .6rem; padding: .75rem 1rem; border-left: 1px solid var(--line); color: var(--amber-2); font-weight: 700; white-space: nowrap; }

.hero { position: relative; min-height: min(850px, 100svh); display: grid; align-items: center; overflow: hidden; background: #0b0e11; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,9,.98) 0%, rgba(5,7,9,.88) 34%, rgba(5,7,9,.35) 62%, rgba(5,7,9,.25) 100%), linear-gradient(0deg, rgba(5,7,9,.75), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-block: 150px 70px; }
.eyebrow, .kicker { margin: 0 0 1rem; color: var(--amber); font-size: .79rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .65rem; }
.eyebrow span { width: 26px; height: 2px; background: var(--amber); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.025em; line-height: .93; }
h1 { max-width: 760px; margin-bottom: 1.35rem; font-size: clamp(3.8rem, 7.4vw, 7rem); font-weight: 800; }
h1 em { display: block; color: var(--amber); font-style: normal; }
.hero-lead { max-width: 590px; margin-bottom: 2rem; color: #d2d5d8; font-size: clamp(1.03rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .85rem 1.25rem; border: 1px solid transparent; font-size: .93rem; font-weight: 800; letter-spacing: .025em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(255,173,25,.45); outline-offset: 3px; }
.button-primary { background: var(--amber); color: #111; }
.button-primary:hover { background: var(--amber-2); }
.button-secondary { border-color: rgba(255,255,255,.28); background: rgba(6,8,10,.55); backdrop-filter: blur(8px); }
.button-secondary:hover { border-color: var(--green); color: #fff; }
.button-secondary svg, .mobile-actions a:last-child svg { fill: currentColor; stroke: none; }
.button-outline { border-color: var(--line); }
.button-outline:hover { border-color: var(--amber); }
.hero-meta { max-width: 850px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: clamp(2.5rem, 7vh, 5.5rem); border-top: 1px solid var(--line); }
.hero-meta div { padding: 1.15rem 1.5rem 0 0; }
.hero-meta div + div { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.hero-meta strong, .hero-meta span { display: block; }
.hero-meta strong { font: 700 1.15rem/1.2 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.hero-meta span { margin-top: .2rem; color: var(--muted); font-size: .78rem; }

.section { padding-block: clamp(5rem, 9vw, 8rem); }
.section-heading { max-width: 720px; margin-bottom: 3.5rem; }
.section-heading.compact { margin-bottom: 2.5rem; }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.8rem, 5.2vw, 5rem); font-weight: 800; }
.section-heading > p:last-child, .services-intro > p:last-of-type { color: var(--muted); font-size: 1.05rem; }
.symptoms { background: var(--surface); }
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.symptom-card { min-height: 205px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.symptom-card:hover { background: var(--surface-2); }
.symptom-card > span { display: block; margin-bottom: 1.9rem; color: var(--amber); font: 700 .85rem/1 var(--display); }
.symptom-card h3, .service-list h3, .process-grid h3 { margin-bottom: .5rem; font: 700 1.35rem/1.1 var(--display); text-transform: uppercase; }
.symptom-card p, .service-list p, .process-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.inline-cta { display: inline-flex; align-items: center; gap: .8rem; margin-top: 2rem; border-bottom: 1px solid var(--amber); color: var(--amber); font-weight: 700; }
.inline-cta span { font-size: 1.3rem; }

.services { position: relative; overflow: hidden; }
.services::before { content: ""; position: absolute; width: 560px; aspect-ratio: 1; right: -260px; top: -200px; border: 1px solid rgba(255,173,25,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,173,25,.025), 0 0 0 160px rgba(255,173,25,.018); }
.services-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.services-intro { position: sticky; top: 2rem; }
.scope-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.scope-list span { padding: .42rem .7rem; border: 1px solid var(--line); color: #c9cdd1; font-size: .76rem; font-weight: 600; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.55rem 0; border-bottom: 1px solid var(--line); }
.service-icon { width: 46px; aspect-ratio: 1; display: grid; place-items: center; background: rgba(255,173,25,.08); color: var(--amber); }
.service-icon svg { width: 1.45rem; }

.workshop { background: #0b0d0f; }
.workshop-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; margin-bottom: 2.5rem; }
.workshop-heading h2 { margin-bottom: 0; }
.workshop-heading > p { max-width: 440px; margin: 0 0 .35rem auto; color: var(--muted); }
.workshop-gallery { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, minmax(230px, 1fr)); gap: .8rem; min-height: 620px; }
.workshop-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--surface-2); }
.workshop-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 -80px 100px rgba(0,0,0,.2); }
.workshop-photo-main { grid-row: 1 / 3; }
.workshop-photo img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .45s ease, filter .45s ease; }
.workshop-photo:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.04); }
.gallery-source { margin: .9rem 0 0; color: #737a80; font-size: .75rem; }

.process { background: #ece9e2; color: #101214; }
.process .kicker { color: #9a5b00; }
.process-grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; background: rgba(16,18,20,.16); }
.process-grid li { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; background: #ece9e2; }
.process-grid li > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #ba7207; color: #8c5200; font: 700 1rem/1 var(--display); }
.process-grid p { color: #5c6267; }

.contact { background: var(--surface); }
.contact-layout { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(2.5rem, 8vw, 7rem); align-items: center; }
.contact-copy h2 { max-width: 680px; }
.contact-note { margin-bottom: 1.6rem; color: var(--muted); }
.contact-note strong { color: #fff; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.contact-card { border: 1px solid var(--line); background: #0b0d0f; padding: clamp(1.4rem, 4vw, 2rem); }
.contact-row { display: grid; grid-template-columns: 28px 1fr; gap: 1rem; padding-block: 1rem; }
.contact-row + .contact-row { border-top: 1px solid var(--line); }
.contact-row > svg { margin-top: .2rem; color: var(--amber); }
.contact-row small { display: block; margin-bottom: .3rem; color: var(--amber); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-row p { margin: 0; color: #d0d3d6; font-size: .91rem; }
.directions-link { display: flex; align-items: center; justify-content: space-between; margin-top: 1rem; padding: 1rem 1.1rem; background: var(--amber); color: #111; font-size: .9rem; font-weight: 800; }
.map-block { margin-top: clamp(3.5rem, 7vw, 6rem); }
.map-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.6rem; }
.map-heading h2 { max-width: 680px; margin-bottom: 0; }
.map-heading .button { flex: 0 0 auto; }
.map-frame { position: relative; height: clamp(380px, 46vw, 540px); overflow: hidden; border: 1px solid var(--line); background: #d8d8d8; }
.map-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 7px solid rgba(8,10,12,.18); }
.map-frame iframe { width: 100%; height: 100%; display: block; border: 0; filter: grayscale(.22) contrast(1.02); }

footer { border-top: 1px solid var(--line); background: #050607; padding-block: 2.2rem 6rem; }
.footer-inner { display: flex; align-items: center; gap: 2rem; }
.footer-links { display: flex; gap: 1.2rem; margin-left: auto; color: var(--muted); font-size: .86rem; }
.footer-links a:hover { color: var(--amber); }
.footer-logo { width: 164px; height: auto; display: block; }
.footer-inner > p { margin: 0; color: #747a80; font-size: .76rem; }
.mobile-actions { display: none; }

@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 720px); }
  .header-inner { min-height: 72px; }
  .desktop-nav, .header-call span { display: none; }
  .header-call { padding: .65rem; border: 1px solid var(--line); }
  .hero { min-height: 760px; align-items: end; }
  .hero-image { object-position: 64% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(5,7,9,.96) 0%, rgba(5,7,9,.82) 55%, rgba(5,7,9,.35) 100%), linear-gradient(0deg, rgba(5,7,9,.98) 0%, rgba(5,7,9,.32) 70%); }
  .hero-content { padding-block: 125px 42px; }
  h1 { max-width: 620px; }
  .hero-meta { margin-top: 3rem; }
  .symptom-grid { grid-template-columns: repeat(2, 1fr); }
  .services-layout, .contact-layout { grid-template-columns: 1fr; }
  .services-intro { position: static; }
  .workshop-heading { grid-template-columns: 1fr; gap: .75rem; }
  .workshop-heading > p { margin-left: 0; }
  .workshop-gallery { min-height: 540px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li { min-height: 220px; }
  .footer-inner { align-items: flex-start; flex-wrap: wrap; }
  .footer-links { margin-left: 0; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 66px; }
  .brand-symbol { width: 52px; }
  .brand-copy strong { font-size: 1.05rem; }
  .brand-copy small { font-size: .62rem; }
  .hero { min-height: 730px; }
  .hero-image { object-position: 68% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(5,7,9,.99) 0%, rgba(5,7,9,.83) 56%, rgba(5,7,9,.25) 100%); }
  .hero-content { padding-block: 126px 35px; }
  h1 { font-size: clamp(3.15rem, 15.2vw, 4.4rem); }
  .hero-lead { font-size: 1rem; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-meta { grid-template-columns: 1fr 1fr; row-gap: 1rem; }
  .hero-meta div { padding: 1rem .8rem 0 0; }
  .hero-meta div + div { padding-left: .8rem; }
  .hero-meta div:last-child { display: none; }
  .section { padding-block: 4.5rem; }
  h2 { font-size: clamp(2.7rem, 13vw, 3.6rem); }
  .section-heading { margin-bottom: 2.4rem; }
  .symptom-grid { grid-template-columns: 1fr; }
  .symptom-card { min-height: 170px; }
  .scope-list { gap: .4rem; }
  .service-list article { grid-template-columns: 45px 1fr; }
  .workshop-gallery { grid-template-columns: 1fr; grid-template-rows: 310px repeat(2, 220px); min-height: 0; }
  .workshop-photo-main { grid-row: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 195px; }
  .contact-actions { display: grid; }
  .map-heading { display: grid; align-items: start; }
  .map-heading .button { width: 100%; }
  .map-frame { height: 390px; }
  .footer-inner { display: grid; }
  .footer-links { order: 2; }
  .footer-inner > p { order: 3; }
  .mobile-actions { position: fixed; z-index: 50; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 66px; background: #080a0c; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(0,0,0,.28); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: .55rem; color: #111; background: var(--amber); font-size: .9rem; font-weight: 800; }
  .mobile-actions a:last-child { color: #fff; background: #168a42; }
  .mobile-actions svg { width: 1.15rem; }
}

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