:root {
  --ink: #071a33;
  --ink-soft: #0b2447;
  --paper: #f7f9fc;
  --paper-dark: #e8edf5;
  --accent: #d71920;
  --accent-dark: #b51219;
  --line: rgba(7, 26, 51, 0.16);
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }

.topbar { background: var(--accent); color: white; font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1.6px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 32px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(18, 18, 18, .96); color: white; backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 47px; height: 47px; display: grid; place-items: center; background: var(--accent); transform: skew(-8deg); }
.brand-mark svg { width: 37px; fill: var(--ink); transform: skew(8deg); }
.brand > span:last-child { display: flex; flex-direction: column; font-family: "Barlow Condensed", sans-serif; line-height: .9; }
.brand strong { font-size: 25px; letter-spacing: 1px; }
.brand small { font-size: 11px; letter-spacing: 4.5px; color: #d9d9d9; margin-top: 7px; }
.main-nav { display: flex; align-items: center; gap: 32px; font-family: "Barlow Condensed", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.main-nav > a:not(.button) { position: relative; padding: 28px 0; font-size: 15px; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 19px; width: 0; height: 2px; background: var(--accent); transition: .25s; }
.main-nav > a:not(.button):hover::after { width: 100%; }
.menu-toggle { display: none; width: 42px; height: 42px; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: white; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 54px; padding: 0 25px; border: 1px solid var(--accent); background: var(--accent); color: white; font-family: "Barlow Condensed", sans-serif; font-size: 16px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--accent-dark); }
.button span { font-size: 22px; line-height: 0; }
.button-small { min-height: 42px; padding: 0 19px; }
.button-outline { background: transparent; color: white; border-color: rgba(255,255,255,.5); }
.button-outline:hover { border-color: white; }

.hero { position: relative; overflow: hidden; min-height: 690px; display: flex; background: var(--ink); color: white; }
.hero-texture, .about::before, .booking::before { position: absolute; inset: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(90deg, transparent 49%, rgba(255,255,255,.08) 50%, transparent 51%), linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 9px 100%, 100% 9px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.04fr; align-items: center; gap: 30px; padding-top: 65px; padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; font-family: "Barlow Condensed", sans-serif; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: white; }
.eyebrow span { width: 34px; height: 3px; background: var(--accent); transform: skew(-25deg); }
.eyebrow.dark { color: var(--ink); }
.eyebrow.dark span { background: var(--ink); }
h1, h2, h3 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-weight: 900; text-transform: uppercase; }
h1 { font-size: clamp(82px, 8.1vw, 126px); line-height: .76; letter-spacing: -3px; }
h1 em { color: var(--accent); font-style: normal; }
h2 em { color: currentColor; font-style: normal; }
.hero-lead { max-width: 520px; margin: 29px 0 29px; color: #b8b8b8; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 29px; }
.text-link { font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; font-size: 15px; }
.text-link span { color: white; margin-left: 7px; }
.hero-badges { display: flex; gap: 32px; margin-top: 50px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-badges div { display: flex; align-items: center; gap: 10px; }
.hero-badges strong { font-family: "Barlow Condensed"; font-size: 32px; }
.hero-badges strong span { color: white; font-size: 17px; margin-left: 2px; }
.hero-badges small { color: #8e8e8e; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: 1px; }

.hero-photo-card { position: relative; align-self: end; min-height: 510px; padding: 42px 0 0 34px; }
.hero-photo-card::before { content: ""; position: absolute; inset: 78px 28px 20px 0; border: 1px solid rgba(255,255,255,.24); transform: skew(-5deg); }
.hero-photo-card::after { content: ""; position: absolute; inset: 112px 0 0 65px; background: var(--accent); opacity: .5; transform: skew(-5deg); }
.hero-photo-card img { position: relative; z-index: 2; width: 100%; height: 430px; object-fit: cover; object-position: center; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 35px 60px rgba(0,0,0,.55); }
.garage-sign { position: absolute; top: 10px; left: 72px; transform: skew(-8deg); z-index: 4; white-space: nowrap; background: var(--accent); color: white; padding: 8px 17px; font-family: "Barlow Condensed"; font-weight: 800; font-size: 13px; letter-spacing: 2px; }
.photo-badge { position: absolute; right: -2px; bottom: 42px; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: var(--ink); border-left: 5px solid var(--accent); box-shadow: 0 20px 35px rgba(0,0,0,.35); }
.photo-badge strong { font-family: "Barlow Condensed"; color: white; font-size: 34px; line-height: .8; }
.photo-badge span { color: #c8c8c8; font-size: 9px; line-height: 1.4; letter-spacing: 1.5px; font-weight: 800; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }
h2 { font-size: clamp(58px, 6vw, 88px); line-height: .86; letter-spacing: -2px; }
.section-heading > p { max-width: 430px; color: #696969; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; padding: 34px 27px 29px; min-height: 365px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s, background .25s; }
.service-card:hover, .service-card.featured { background: var(--ink); color: white; transform: translateY(-8px); border-bottom-color: var(--accent); }
.service-number { font-family: "Barlow Condensed"; font-weight: 800; color: #a1a1a1; font-size: 13px; letter-spacing: 2px; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 42px 0 31px; background: var(--accent); transform: skew(-8deg); }
.service-card.featured .service-icon, .service-card:hover .service-icon { background: var(--accent); }
.service-icon svg { width: 34px; height: 34px; fill: white; transform: skew(8deg); }
.service-card.featured .service-icon svg, .service-card:hover .service-icon svg { fill: white; }
.service-card h3 { font-size: 28px; letter-spacing: .2px; }
.service-card p { min-height: 76px; color: #777777; font-size: 13px; line-height: 1.7; }
.service-card:hover p, .service-card.featured p { color: #a9a9a9; }
.service-card a { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 17px; font-family: "Barlow Condensed"; font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.service-card a span { color: currentColor; font-size: 18px; }

.about { position: relative; overflow: hidden; background: var(--ink-soft); color: white; }
.about::before { opacity: .08; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .85fr; gap: 85px; align-items: center; }
.about-visual { position: relative; min-height: 500px; background: #102e59; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.about-panel { position: absolute; inset: 0 31% 0 0; display: flex; flex-direction: column; justify-content: center; align-items: center; background: white; color: var(--ink); transform: skew(-8deg) translateX(-35px); }
.about-panel > * { transform: skew(8deg); }
.giant-number { font-family: "Barlow Condensed"; font-weight: 900; font-size: 220px; line-height: .7; letter-spacing: -15px; text-shadow: 8px 8px 0 rgba(0,0,0,.16); }
.about-panel p { font-family: "Barlow Condensed"; font-weight: 800; letter-spacing: 5px; line-height: 1.5; }
.tool-lines { position: absolute; right: 7%; top: 18%; width: 35%; display: grid; gap: 35px; transform: rotate(-22deg); }
.tool-lines span { height: 12px; background: #444444; border-radius: 20px; box-shadow: 100px 0 #444444, -90px 0 #444444; }
.cert-badge { position: absolute; right: 8%; bottom: 10%; width: 125px; height: 125px; display: grid; place-content: center; text-align: center; border: 4px solid white; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 8px white; }
.cert-badge strong { font-family: "Barlow Condensed"; color: white; font-size: 38px; line-height: .9; }
.cert-badge small { font-size: 8px; letter-spacing: 1px; line-height: 1.4; }
.about-copy > p:not(.eyebrow) { color: #a6a6a6; line-height: 1.8; margin: 26px 0; }
.check-list { list-style: none; margin: 28px 0 35px; padding: 0; display: grid; gap: 20px; }
.check-list li { display: flex; gap: 15px; align-items: flex-start; }
.check-list li > span { flex: 0 0 27px; height: 27px; display: grid; place-items: center; background: var(--accent); color: white; font-weight: 800; }
.check-list div { display: grid; gap: 5px; }
.check-list strong { font-size: 13px; }
.check-list small { color: #808080; font-size: 11px; }

.shop-gallery { background: var(--paper-dark); }
.shop-gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.shop-gallery figure { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: var(--ink); }
.shop-gallery figure::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(7,26,51,.92)); pointer-events: none; }
.shop-gallery img { width: 100%; height: 100%; min-height: 430px; display: block; object-fit: cover; transition: transform .4s ease; }
.shop-gallery figure:hover img { transform: scale(1.025); }
.shop-gallery figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 25px; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: white; }
.shop-gallery figcaption strong { font-family: "Barlow Condensed"; font-size: 24px; letter-spacing: .5px; }
.shop-gallery figcaption span { color: #d9d9d9; font-size: 11px; text-align: right; }

.reviews-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }
.review-score { display: flex; align-items: center; gap: 15px; }
.review-score > strong { font-family: "Barlow Condensed"; font-size: 70px; line-height: 1; }
.review-score div { display: grid; gap: 6px; }
.review-score span { color: var(--ink); letter-spacing: 3px; }
.review-score small { color: #777777; font-size: 11px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
blockquote { position: relative; margin: 0; padding: 32px; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; background: var(--white); border: 1px solid var(--line); }
.quote-mark { position: absolute; top: 13px; right: 25px; font-family: Georgia, serif; font-size: 82px; color: var(--ink); line-height: 1; }
blockquote p { position: relative; z-index: 1; max-width: 290px; font-size: 15px; line-height: 1.8; }
blockquote footer { display: grid; gap: 4px; padding-top: 19px; border-top: 1px solid var(--line); }
blockquote footer strong { font-size: 13px; text-transform: uppercase; }
blockquote footer small { color: #878787; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }

.booking { position: relative; overflow: hidden; background: var(--ink); color: white; }
.booking::before { opacity: .08; }
.booking-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1fr; gap: 85px; align-items: center; }
.booking-copy > p:not(.eyebrow) { max-width: 460px; color: #999999; line-height: 1.8; }
.contact-row { display: grid; gap: 5px; margin-top: 45px; }
.contact-row span { color: #7c7c7c; font-family: "Barlow Condensed"; font-size: 12px; font-weight: 800; letter-spacing: 2px; }
.contact-row a { color: white; font-family: "Barlow Condensed"; font-size: 39px; font-weight: 800; }
.call-panel { position: relative; padding: 45px; background: #0b2447; border: 1px solid rgba(255,255,255,.14); display: grid; gap: 18px; }
.call-panel-label { margin: 0; color: var(--accent); font-family: "Barlow Condensed"; font-size: 12px; font-weight: 800; letter-spacing: 2px; }
.call-panel h3 { font-size: 48px; }
.call-panel > p:not(.call-panel-label) { margin: 0 0 8px; color: #b8b8b8; line-height: 1.7; }
.call-panel .button { width: 100%; }
.call-panel small { margin-top: 5px; color: #b8b8b8; text-align: center; font-family: "Barlow Condensed"; font-weight: 700; letter-spacing: 1px; }

.contact-strip { padding: 45px 0; background: var(--accent); color: white; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1.2fr 1fr auto; gap: 40px; align-items: center; }
.contact-grid > div { display: grid; gap: 8px; padding-left: 20px; border-left: 2px solid rgba(255,255,255,.4); }
.contact-grid small { font-family: "Barlow Condensed"; font-weight: 800; font-size: 10px; letter-spacing: 2px; opacity: .7; }
.contact-grid strong { font-size: 12px; line-height: 1.7; }
.contact-grid div a { font-family: "Barlow Condensed"; font-size: 25px; font-weight: 800; }
.button-light { background: white; color: var(--ink); border-color: white; }
.button-light:hover { color: white; }

footer { padding: 30px 0; background: #041225; color: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-brand { transform: scale(.75); transform-origin: left; }
.footer-inner p { color: #6f6f6f; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }

@media (max-width: 1000px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-photo-card { width: min(680px, 100%); margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .booking-grid { grid-template-columns: 1fr; }
  .shop-gallery-grid { grid-template-columns: 1fr 1fr; }
  .about-copy { max-width: 680px; }
  .contact-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid .button { grid-column: span 3; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 600px); }
  .section { padding: 78px 0; }
  .topbar-inner { justify-content: center; }
  .topbar-inner span { display: none; }
  .nav-wrap { min-height: 68px; }
  .brand { transform: scale(.82); transform-origin: left; }
  .menu-toggle { display: block; cursor: pointer; }
  .main-nav { position: absolute; left: 0; right: 0; top: 68px; padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 5px; }
  h1 { font-size: clamp(70px, 23vw, 100px); }
  h2 { font-size: clamp(54px, 18vw, 76px); }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 65px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-badges { gap: 15px; }
  .hero-badges div { display: grid; }
  .hero-photo-card { min-height: 340px; padding: 35px 0 0; }
  .hero-photo-card::before { inset: 58px 12px 12px 12px; }
  .hero-photo-card::after { inset: 88px 0 0 34px; }
  .hero-photo-card img { height: 280px; object-position: 68% center; }
  .garage-sign { left: 15px; top: 4px; font-size: 10px; max-width: calc(100% - 30px); white-space: normal; }
  .photo-badge { right: 10px; bottom: 18px; padding: 12px 14px; }
  .photo-badge strong { font-size: 25px; }
  .section-heading, .reviews-top { display: grid; }
  .service-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .about-grid, .booking-grid { gap: 48px; }
  .shop-gallery-grid { grid-template-columns: 1fr; }
  .shop-gallery figure, .shop-gallery img { min-height: 330px; }
  .shop-gallery figcaption { left: 20px; right: 20px; bottom: 20px; display: grid; }
  .shop-gallery figcaption span { text-align: left; }
  .about-visual { min-height: 390px; }
  .giant-number { font-size: 155px; }
  .about-panel { right: 25%; }
  .cert-badge { width: 105px; height: 105px; }
  .call-panel { padding: 28px 22px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid .button { grid-column: auto; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-brand { transform-origin: center; }
}
