:root {
  --red: #c62828;
  --dark: #222;
  --orange: #ff6b35;
  --light: #f5f5f6;
  --muted: #67696d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--dark); font-family: Montserrat, Arial, sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.wrap { max-width: 1200px; margin: auto; padding-inline: 28px; }
.skip { position: absolute; top: -100px; background: #fff; z-index: 20; }
.skip:focus { top: 5px; }
.review { background: #ffefdc; color: #3e2920; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .04em; padding: 7px 12px; }

.site-header { position: sticky; z-index: 40; top: 0; background: rgba(255,255,255,.96); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.92); box-shadow: 0 10px 32px rgba(16,24,40,.12); backdrop-filter: blur(14px); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 90px; }
.brand { display: flex; align-items: center; }
.brand img { width: 120px; height: 62px; object-fit: cover; object-position: center 53%; }
.nav nav { display: flex; gap: 30px; }
.nav nav a { position: relative; padding-block: 12px; text-decoration: none; font-size: 13px; font-weight: 700; }
.nav nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.nav nav a:hover::after, .nav nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav nav a:hover, .text-link:hover { color: var(--red); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--dark); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.btn { background: var(--red); color: #fff; display: inline-flex; gap: 20px; align-items: center; justify-content: center; min-height: 48px; padding: 15px 23px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 13px; box-shadow: 0 8px 18px rgba(198,40,40,.18); transition: background .2s, transform .2s, box-shadow .2s; }
.btn:hover { background: #991b1b; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(153,27,27,.26); }
.btn span[aria-hidden="true"], .text-cta span[aria-hidden="true"], .service-secondary-link span[aria-hidden="true"] { transition: transform .2s ease; }
.btn:hover span[aria-hidden="true"], .text-cta:hover span[aria-hidden="true"], .service-secondary-link:hover span[aria-hidden="true"] { transform: translate(2px,-2px); }
.btn-small { padding: 12px 17px; }

.hero { position: relative; background: #151719; color: #fff; min-height: 620px; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: -1.5%; background-image: linear-gradient(90deg, rgba(7,10,13,.95) 0%, rgba(7,10,13,.78) 38%, rgba(7,10,13,.12) 82%), url('../images/hero-concept.jpg'); background-size: cover; background-position: center; animation: hero-breathe 18s ease-in-out infinite alternate; }
.hero-inner { position: relative; width: 100%; padding-block: 95px; }
.hero-copy { max-width: 640px; }
.concept-label { position: absolute; z-index: 3; right: 22px; bottom: 18px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.42); background: rgba(0,0,0,.55); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { font-size: 12px; letter-spacing: .19em; font-weight: 800; color: #ff7772; margin: 0 0 18px; }
.eyebrow.red { color: var(--red); }
h1, h2, h3 { font-family: Rubik, Arial, sans-serif; line-height: 1.1; }
h1 { font-size: clamp(42px, 5.2vw, 75px); margin: 0 0 23px; letter-spacing: -.035em; }
h1 em { font-style: normal; color: #ff6965; }
.hero-copy > p:not(.eyebrow) { font-size: 17px; max-width: 545px; color: #e0e0e0; }
.actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.text-link { color: #fff; text-decoration: none; font-weight: 700; font-size: 13px; }
.trustline { display: block; margin-top: 64px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #ddd; }

.quick-facts { background: var(--dark); color: #fff; }
.quick-facts .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding-block: 18px; }
.quick-facts span { font-size: 12px; border-left: 1px solid #4a4a4a; padding-left: 22px; }
.quick-facts span:first-child { border-left: 0; padding-left: 0; }
.quick-facts b { display: block; color: #ff7772; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2px; }

.intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; padding-top: 100px; padding-bottom: 35px; }
.intro h2, .process h2, .contact h2, .reasons h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.035em; margin: 0; }
.intro > p { max-width: 450px; color: var(--muted); }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 110px; }
.services article { background: var(--light); min-height: 220px; padding: 30px; border: 1px solid transparent; border-top: 3px solid transparent; border-radius: 7px; transition: border-color .2s, background .2s, box-shadow .2s, transform .2s; }
.services article:hover { border-color: var(--red); }
.services span { font-weight: 800; color: var(--red); font-size: 12px; }
.services h3 { font-size: 21px; margin: 25px 0 10px; }
.services p, .steps p, .reason-grid p { font-size: 14px; color: var(--muted); margin: 0; }
.service-card-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.service-card-link article { height: 100%; }
.service-card-link:hover article { transform: translateY(-6px); border-color: rgba(198,40,40,.34); background: #fff; box-shadow: 0 18px 38px rgba(20,20,20,.1); }
.service-card-link article > b { display: inline-block; margin-top: 22px; color: var(--dark); font-size: 12px; }
.service-help { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 14px; padding: 26px 30px; color: #fff; background: var(--dark); }
.service-help strong { display: block; font-family: Rubik, Arial, sans-serif; font-size: 20px; }
.service-help p { color: #d4d4d4; margin-top: 4px; }
.text-cta { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.text-cta:hover { color: #ff7772; }

.workshop-showcase { overflow: hidden; padding-block: 105px; background: #fff; border-top: 1px solid #e1e1e1; }
.workshop-showcase-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; }
.workshop-copy h2 { max-width: 520px; margin: 0 0 22px; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.035em; }
.workshop-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.workshop-gallery { position: relative; min-height: 520px; }
.workshop-image { position: absolute; overflow: hidden; margin: 0; border-radius: 8px; background: #ddd; box-shadow: 0 24px 55px rgba(22,22,22,.16); }
.workshop-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.workshop-image-main { inset: 0 23% 11% 0; }
.workshop-image-secondary { right: 0; bottom: 0; width: 42%; height: 48%; border: 8px solid #fff; }
.workshop-gallery:hover .workshop-image-main img { transform: scale(1.025); }
.workshop-gallery:hover .workshop-image-secondary img { transform: scale(1.04); }
.media-review-label { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.55); background: rgba(0,0,0,.62); color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.process { background: #f2f2f2; padding: 92px 0; }
.process h2 { max-width: 600px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 55px; }
.steps article { border-top: 2px solid #d3d3d3; padding-top: 22px; }
.steps b { color: var(--red); font-size: 13px; }
.steps h3 { font-size: 20px; }
.draft-note { font-size: 11px; color: #777; margin: 32px 0 0; }

.reasons { display: grid; grid-template-columns: .85fr 1.4fr; gap: 80px; padding-block: 105px; }
.reasons-heading > p:not(.eyebrow) { color: var(--muted); max-width: 460px; }
.reason-grid { display: grid; gap: 0; }
.reason-grid article { display: grid; grid-template-columns: 42px 1fr; column-gap: 18px; border-top: 1px solid #d8d8d8; padding: 25px 0; }
.reason-grid span { grid-row: 1 / 3; color: var(--red); font-size: 12px; font-weight: 800; padding-top: 4px; }
.reason-grid h3 { font-size: 21px; margin: 0 0 8px; }

.contact { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: center; padding-block: 100px; border-top: 1px solid #dedede; }
.contact p { color: var(--muted); }
.contact .btn { margin-top: 18px; }
.contact aside { background: var(--dark); color: #fff; padding: 45px; }
.contact aside p { color: #ddd; }
.contact aside a { text-decoration: none; }
.contact aside a:hover { text-decoration: underline; }
.map-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; margin-top: 24px; padding: 13px 18px; border: 1px solid #fff; border-radius: 4px; background: #fff; color: var(--dark); font-size: 13px; font-weight: 800; text-decoration: none; }
.contact aside .map-button:hover, .contact-card .map-button:hover { border-color: #ff7772; background: #ff7772; color: #111; text-decoration: none; }

footer { background: #111; color: #aaa; }
.footer { padding-block: 42px; display: grid; grid-template-columns: 1.2fr .8fr 1fr; align-items: start; gap: 60px; font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 120px; height: 62px; object-fit: cover; object-position: center 53%; }
.footer-nav, .footer-contact { display: grid; justify-items: start; gap: 8px; }
.footer-nav strong, .footer-contact strong { margin-bottom: 6px; color: #fff; font-family: Rubik, Arial, sans-serif; font-size: 14px; }
.footer-nav a, .footer-contact a { display: inline-flex; align-items: center; min-height: 44px; color: #ddd; font-size: 14px; text-decoration: none; }
.footer-nav a:hover, .footer-contact a:hover { color: #ff7772; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid #343434; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
.footer-legal a { color: #ddd; text-decoration: none; }
.footer-legal a:hover { color: #ff7772; }

.inner-hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #111 0%, #242424 72%, #351514 100%); color: #fff; }
.inner-hero::after { content: ""; position: absolute; right: -8%; bottom: -46%; width: 48%; aspect-ratio: 1; border: 70px solid rgba(229,57,53,.12); border-radius: 50%; }
.inner-hero .wrap { position: relative; z-index: 1; padding-block: 92px; }
.inner-hero h1 { max-width: 870px; }
.inner-hero > .wrap > p:not(.eyebrow) { max-width: 650px; color: #ddd; font-size: 17px; }
.inner-hero .btn { margin-top: 22px; }
.inner-hero-photo::before { content: ""; position: absolute; z-index: 0; inset: -1%; background-size: cover; background-position: center; animation: hero-breathe 20s ease-in-out infinite alternate; }
.inner-hero-photo::after { z-index: 0; }
.inner-hero-service::before { background-image: linear-gradient(90deg, rgba(8,10,12,.98) 0%, rgba(8,10,12,.9) 42%, rgba(8,10,12,.32) 72%, rgba(8,10,12,.2) 100%), url('../images/workshop-service-concept.jpg'); background-position: center 67%; }
.inner-hero-location::before { background-image: linear-gradient(90deg, rgba(8,10,12,.98) 0%, rgba(8,10,12,.9) 42%, rgba(8,10,12,.3) 72%, rgba(8,10,12,.18) 100%), url('../images/workshop-location-concept.jpg'); background-position: center 54%; }
.service-jump { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 28px; border-bottom: 1px solid #ddd; }
.service-jump a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 14px; border: 1px solid #d7d7d7; border-radius: 4px; font-size: 12px; font-weight: 700; text-decoration: none; }
.service-jump a:hover { color: var(--red); border-color: var(--red); }
.service-details { padding-block: 45px 110px; }
.service-details article { display: grid; grid-template-columns: 110px minmax(0, 760px); justify-content: space-between; gap: 50px; padding-block: 72px; border-bottom: 1px solid #ddd; scroll-margin-top: 20px; }
.service-details article:last-child { border-bottom: 0; }
.service-number { color: #d0d0d0; font-family: Rubik, Arial, sans-serif; font-size: 58px; font-weight: 700; line-height: 1; }
.service-details h2 { margin: 0 0 20px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.03em; }
.service-details h3 { margin: 30px 0 12px; font-size: 16px; }
.service-details p, .service-details li { color: var(--muted); }
.service-details ul { padding-left: 20px; }
.service-details li + li { margin-top: 7px; }
.red-link { margin-top: 20px; color: var(--red); }
.red-link:hover { color: #a8201e; }
.final-cta { background: var(--dark); color: #fff; }
.final-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-block: 70px; }
.final-cta h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); }
.final-cta p:not(.eyebrow) { color: #d1d1d1; }

.contact-hero::after { right: 5%; bottom: -70%; width: 55%; }
.contact-page { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; padding-block: 100px; }
.contact-guide h2, .contact-card h2 { margin: 0 0 28px; font-size: clamp(30px, 4vw, 46px); }
.contact-guide ol { list-style: none; padding: 0; margin: 42px 0 0; }
.contact-guide li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding-block: 22px; border-top: 1px solid #ddd; }
.contact-guide li > span { color: var(--red); font-size: 12px; font-weight: 800; }
.contact-guide li p { margin: 4px 0 0; color: var(--muted); }
.contact-card { align-self: start; padding: 42px; background: var(--dark); color: #fff; }
.contact-card .map-button { width: 100%; }
.contact-card address { color: #ddd; font-style: normal; line-height: 1.7; }
.contact-lines { display: grid; margin-top: 32px; }
.contact-lines a, .contact-detail { display: grid; gap: 3px; min-height: 68px; padding-block: 13px; border-top: 1px solid #4a4a4a; text-decoration: none; }
.contact-lines span { color: #aaa; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.contact-lines strong { overflow-wrap: anywhere; }
.pending-info { margin: 26px 0 0; color: #aaa; font-size: 11px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; }
.social-links a { color: #ddd; font-size: 12px; font-weight: 700; text-decoration: none; }
.social-links a:hover { color: #ff7772; }

.assistant-section { padding-block: 105px; background: #f1f2f4; border-top: 1px solid #dedede; }
.assistant-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.assistant-heading { position: sticky; top: 130px; }
.assistant-heading h2 { margin: 0 0 20px; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.035em; }
.assistant-heading > p:not(.eyebrow) { color: var(--muted); }
.assistant-heading ul { list-style: none; margin: 30px 0 0; padding: 0; }
.assistant-heading li { position: relative; padding: 14px 0 14px 28px; border-top: 1px solid #d3d3d3; font-size: 13px; font-weight: 700; }
.assistant-heading li::before { content: "✓"; position: absolute; left: 0; color: var(--red); }
.assistant-card { padding: 38px; border: 1px solid #ddd; border-top: 4px solid var(--red); border-radius: 8px; background: #fff; box-shadow: 0 20px 45px rgba(24,24,27,.08); }
.assistant-form, .assistant-result { display: grid; gap: 22px; }
.assistant-fields { display: grid; gap: 16px; }
.assistant-fields-three { grid-template-columns: 1fr 1fr .65fr; }
.assistant-fields-two { grid-template-columns: 1fr 1fr; }
.assistant-form label, .assistant-result label { display: grid; gap: 8px; color: #333; font-size: 12px; font-weight: 800; }
.assistant-form input, .assistant-form select, .assistant-form textarea, .assistant-result textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #c8c9cc; border-radius: 4px; background: #fff; color: var(--dark); font: inherit; font-size: 15px; }
.assistant-form textarea, .assistant-result textarea { resize: vertical; line-height: 1.55; }
.assistant-form input:focus, .assistant-form select:focus, .assistant-form textarea:focus, .assistant-result textarea:focus { outline: 3px solid rgba(255,107,53,.3); border-color: var(--orange); }
.assistant-honeypot { position: absolute; left: -9999px; }
.assistant-privacy { margin: -4px 0 0; color: var(--muted); font-size: 11px; }
.assistant-submit { width: max-content; border: 0; cursor: pointer; }
.assistant-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.assistant-status { min-height: 20px; margin: -12px 0 0; color: var(--muted); font-size: 12px; }
.assistant-result[hidden], .assistant-form[hidden] { display: none; }
.assistant-result textarea { min-height: 210px; }
.assistant-result-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.assistant-back { min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: var(--dark); font: inherit; font-size: 12px; font-weight: 800; text-decoration: underline; cursor: pointer; }
.assistant-back:hover { color: var(--red); }

.service-secondary-link { display: inline-flex; align-items: center; min-height: 44px; margin: 12px 0 0 22px; color: var(--dark); font-size: 13px; font-weight: 700; text-decoration: none; }
.service-secondary-link:hover { color: var(--red); }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding-block: 100px; border-top: 1px solid #dedede; }
.faq h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.035em; }
.faq-grid { display: grid; }
.faq-grid details { border-top: 1px solid #d8d8d8; }
.faq-grid details { padding-inline: 16px; transition: background .2s, border-color .2s; }
.faq-grid details[open] { border-color: rgba(198,40,40,.35); background: #faf6f6; }
.faq-grid details:last-child { border-bottom: 1px solid #d8d8d8; }
.faq-grid summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 68px; padding: 18px 0; font-family: Rubik, Arial, sans-serif; font-size: 18px; font-weight: 700; cursor: pointer; }
.faq-grid summary::after { content: "+"; color: var(--red); font-family: Montserrat, Arial, sans-serif; font-size: 24px; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid details p { max-width: 680px; margin: -3px 0 22px; color: var(--muted); }
.contact-guide > ul { list-style: none; padding: 0; margin: 36px 0 0; }
.contact-guide > ul li { padding: 16px 0 16px 28px; border-top: 1px solid #ddd; position: relative; }
.contact-guide > ul li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 800; }
.trust-keys-request { align-items: start; }
.request-intro { max-width: 560px; margin: -8px 0 30px; color: var(--muted); }
.request-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.request-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; min-height: 128px; padding: 24px 22px; border: 1px solid #dedede; border-top: 3px solid var(--red); background: #fff; }
.request-item > span { color: var(--red); font-family: Rubik, Arial, sans-serif; font-size: 12px; font-weight: 800; line-height: 1.5; }
.request-item strong { display: block; margin-bottom: 7px; font-family: Rubik, Arial, sans-serif; font-size: 17px; line-height: 1.2; }
.request-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.request-item { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.request-item:hover { transform: translateY(-4px); border-color: rgba(198,40,40,.48); box-shadow: 0 14px 28px rgba(20,20,20,.08); }

@keyframes hero-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.035); }
}

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .58s ease var(--reveal-delay, 0ms), transform .58s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .nav { position: relative; min-height: 78px; gap: 14px; }
  .brand img { width: 120px; height: 62px; }
  .nav-toggle { display: block; order: 2; flex: 0 0 44px; }
  .nav .btn-small { position: fixed; z-index: 50; right: auto; bottom: max(12px, env(safe-area-inset-bottom)); left: 50%; width: min(calc(100% - 32px), 420px); min-height: 52px; order: 3; transform: translateX(-50%); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
  .nav nav { display: none; position: absolute; z-index: 2; top: 100%; left: 20px; right: 20px; max-height: calc(100vh - 120px); overflow-y: auto; padding: 10px 18px 18px; background: #fff; border-top: 1px solid #ddd; box-shadow: 0 14px 30px rgba(0,0,0,.2); }
  .nav nav.is-open { display: grid; }
  .nav nav a { display: flex; align-items: center; min-height: 48px; border-bottom: 1px solid #eee; }
  .nav nav a:last-child { border-bottom: 0; }
  .nav-backdrop { position: fixed; z-index: 2; inset: 0; background: rgba(17,17,17,.58); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
  .nav-backdrop.is-open { opacity: 1; visibility: visible; }
  .hero { min-height: 620px; }
  .hero-image { background-image: linear-gradient(90deg, rgba(7,10,13,.9), rgba(7,10,13,.55)), url('../images/hero-concept-mobile.jpg'); background-position: 55% center; }
  .hero-inner { padding-block: 70px; }
  .quick-facts .wrap { grid-template-columns: 1fr; gap: 12px; }
  .quick-facts span, .quick-facts span:first-child { border-left: 0; padding-left: 0; }
  .intro { grid-template-columns: 1fr; gap: 5px; padding-top: 70px; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .service-help { align-items: flex-start; flex-direction: column; }
  .workshop-showcase { padding-block: 75px; }
  .workshop-showcase-grid { grid-template-columns: 1fr; gap: 44px; }
  .workshop-gallery { min-height: 470px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .reasons { grid-template-columns: 1fr; gap: 42px; padding-block: 75px; }
  .contact { grid-template-columns: 1fr; gap: 35px; padding-block: 75px; }
  .inner-hero .wrap { padding-block: 70px; }
  .inner-hero-photo::before { background-position: 62% center; }
  .service-details article { grid-template-columns: 70px minmax(0, 1fr); gap: 28px; }
  .service-number { font-size: 42px; }
  .final-cta .wrap { align-items: flex-start; flex-direction: column; gap: 28px; }
  .contact-page { grid-template-columns: 1fr; gap: 45px; padding-block: 75px; }
  .trust-keys-request { gap: 38px; }
  .faq { grid-template-columns: 1fr; gap: 38px; padding-block: 75px; }
  .assistant-section { padding-block: 75px; }
  .assistant-layout { grid-template-columns: 1fr; gap: 42px; }
  .assistant-heading { position: static; }
  .footer { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .wrap { padding-inline: 20px; }
  .nav .btn-small { padding: 11px 18px; font-size: 13px; }
  .hero { min-height: 620px; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .actions { align-items: stretch; gap: 20px; }
  .actions .btn { width: 100%; }
  .trustline { margin-top: 40px; }
  .concept-label { right: 14px; bottom: 12px; }
  .services, .steps { grid-template-columns: 1fr; }
  .services article { min-height: unset; }
  .workshop-gallery { min-height: 390px; }
  .workshop-image-main { inset: 0 12% 15% 0; }
  .workshop-image-secondary { width: 48%; height: 45%; border-width: 6px; }
  .contact aside { padding: 30px; }
  .footer { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-legal { justify-content: flex-start; }
  h1 { font-size: clamp(38px, 11vw, 42px); }
  .inner-hero::after { width: 85%; right: -35%; bottom: -20%; }
  .inner-hero-service::before { background-image: linear-gradient(90deg, rgba(8,10,12,.94), rgba(8,10,12,.68)), url('../images/workshop-service-concept.jpg'); }
  .inner-hero-location::before { background-image: linear-gradient(90deg, rgba(8,10,12,.94), rgba(8,10,12,.68)), url('../images/workshop-location-concept.jpg'); }
  .service-jump { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; overflow: visible; padding-bottom: 18px; }
  .service-jump a { width: 100%; min-width: 0; padding-inline: 10px; text-align: center; justify-content: center; }
  .service-details article { grid-template-columns: 1fr; gap: 20px; padding-block: 55px; }
  .service-number { font-size: 36px; }
  .contact-card { padding: 30px; }
  .assistant-card { padding: 28px 22px; }
  .assistant-fields-three, .assistant-fields-two { grid-template-columns: 1fr; }
  .assistant-result-actions { align-items: stretch; flex-direction: column-reverse; }
  .assistant-result-actions .btn { width: 100%; }
  .service-secondary-link { margin-left: 0; }
  .request-grid { grid-template-columns: 1fr; }
  .request-item { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nav-backdrop { transition: none; }
  .hero-image, .inner-hero-photo::before { animation: none; }
  .js .reveal, .js .reveal.is-visible { opacity: 1; transform: none; transition: none; }
  .btn, .request-item, .services article, .workshop-image img { transition: none; }
}

@media (max-width: 400px) {
  .wrap { padding-inline: 16px; }
  .nav { gap: 10px; }
  .brand img { width: 120px; height: 62px; }
  .nav .btn-small { padding-inline: 10px; }
  .service-help { padding: 24px 22px; }
}
