:root {
  --ink: #181818;
  --ink-soft: #242424;
  --paper: #f4f1eb;
  --white: #fff;
  --red: #d3342f;
  --red-dark: #a9221f;
  --muted: #706e69;
  --line: rgba(24, 24, 24, .14);
  --wrap: min(1180px, calc(100% - 48px));
  --display: "Roboto Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; background: var(--red); color: white; padding: 12px 18px; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; transition: background .35s, box-shadow .35s, color .35s; }
.site-header.scrolled, .site-header.menu-active { background: rgba(244, 241, 235, .96); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.site-header.menu-active { backdrop-filter: none; }
.nav-shell { width: min(1280px, calc(100% - 48px)); height: 92px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { width: 206px; height: 58px; display: flex; align-items: center; overflow: hidden; border-radius: 4px; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav > a { position: relative; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.primary-nav > a:not(.nav-call)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-call { display: inline-flex; align-items: center; gap: 10px; border: 1px solid currentColor; padding: 12px 17px; transition: background .2s, color .2s, border-color .2s; }
.nav-call:hover { background: var(--red); border-color: var(--red); color: white; }
.nav-call svg { width: 15px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: currentColor; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 760px; height: 94vh; max-height: 980px; display: grid; align-items: center; color: white; overflow: hidden; background: #242424; }
.hero-media { position: absolute; inset: 0; background: url("hero-driving.jpg") center/cover no-repeat; transform: scale(1.02); animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.68) 34%, rgba(10,10,10,.12) 72%, rgba(10,10,10,.2) 100%), linear-gradient(0deg, rgba(10,10,10,.5), transparent 45%); }
.hero-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; padding-top: 94px; }
.hero-copy { max-width: 740px; }
.eyebrow, .kicker { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.74); }
.eyebrow span { width: 34px; height: 2px; background: var(--red); }
.hero h1, .section-heading h2, .code-copy h2, .documents-intro h2, .contact-copy h2 { margin: 0; font-family: var(--display); font-weight: 600; text-transform: uppercase; line-height: .89; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(74px, 8.9vw, 136px); }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 610px; margin: 28px 0 34px; color: rgba(255,255,255,.76); font-size: clamp(16px, 1.5vw, 19px); }
.hero-actions { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; font-size: 12px; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; transition: transform .2s; }
.button:hover svg { transform: translateX(4px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-dark); }
.text-link { color: white; text-underline-offset: 6px; text-decoration-thickness: 1px; font-size: 13px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 7px; }
.hero-note { min-width: 235px; display: flex; gap: 13px; align-items: flex-start; margin-bottom: 16px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.38); color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.6; }
.hero-note strong { color: white; font-size: 13px; }
.pulse { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; margin-top: 5px; background: var(--red); box-shadow: 0 0 0 0 rgba(211,52,47,.55); animation: pulse 2s infinite; }
.hero-scroll { position: absolute; z-index: 2; right: 34px; bottom: 55px; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .2em; color: rgba(255,255,255,.55); }
.hero-scroll span { width: 1px; height: 36px; background: rgba(255,255,255,.45); }

.quick-facts { background: var(--ink); color: white; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid > * { min-height: 112px; padding: 26px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.13); text-decoration: none; }
.facts-grid > *:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.facts-grid strong { font-family: var(--display); font-size: 27px; line-height: 1.1; }
.facts-grid span { color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.facts-grid a { transition: background .2s; }
.facts-grid a:hover { background: var(--red); }
.facts-grid a:hover span { color: white; }

.section { padding: 140px 0; }
.section-heading { display: grid; grid-template-columns: 1.5fr .8fr; align-items: end; gap: 80px; margin-bottom: 72px; }
.section-heading h2, .documents-intro h2 { font-size: clamp(56px, 6.5vw, 92px); }
.section-heading > p { max-width: 420px; margin: 0 0 5px; color: var(--muted); font-size: 15px; }
.kicker { color: var(--red); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service { position: relative; min-height: 280px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .25s, color .25s; }
.service::before { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.service:hover { background: var(--white); }
.service:hover::before { transform: scaleX(1); }
.service-number { align-self: flex-end; color: var(--muted); font-size: 10px; letter-spacing: .1em; }
.service h3 { margin: 30px 0 5px; font-family: var(--display); font-size: 28px; font-weight: 600; text-transform: uppercase; line-height: 1; }
.service p { margin: 0; color: var(--muted); font-size: 12px; }

.code-section { position: relative; background: var(--red); color: white; overflow: hidden; }
.code-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -220px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.03), 0 0 0 160px rgba(255,255,255,.025); }
.code-grid { min-height: 740px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.code-visual { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); padding: 50px; overflow: hidden; }
.code-visual span { font-family: var(--display); font-size: 19px; letter-spacing: .38em; }
.code-visual strong { position: relative; z-index: 1; margin-left: -10px; font-family: var(--display); font-size: clamp(180px, 25vw, 330px); line-height: .78; letter-spacing: -.08em; }
.road-line { position: absolute; width: 170%; height: 80px; left: -30%; bottom: 15%; border-top: 2px solid rgba(255,255,255,.65); border-bottom: 2px solid rgba(255,255,255,.65); transform: rotate(-10deg); }
.road-line::after { content: ""; position: absolute; left: 5%; right: 5%; top: 50%; border-top: 2px dashed rgba(255,255,255,.45); }
.code-copy { position: relative; z-index: 1; padding: 80px 0 80px clamp(50px, 7vw, 110px); max-width: 620px; }
.kicker-light { color: rgba(255,255,255,.62); }
.code-copy h2 { font-size: clamp(62px, 7vw, 100px); }
.code-copy > p { max-width: 510px; margin: 28px 0; color: rgba(255,255,255,.78); }
.check-list { list-style: none; margin: 28px 0 38px; padding: 0; }
.check-list li { display: flex; align-items: center; gap: 13px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.check-list li span { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 10px; }
.button-light { background: white; color: var(--ink); }

.process { background: #e9e5de; }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 66px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 120px 1fr; gap: 35px; align-items: start; padding: 35px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { font-family: var(--display); color: var(--red); font-size: 13px; }
.process-list div { display: grid; grid-template-columns: .7fr 1fr; gap: 40px; }
.process-list h3 { margin: 0; font-family: var(--display); font-size: 38px; text-transform: uppercase; font-weight: 600; line-height: 1; }
.process-list p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; }

.documents { background: var(--paper); }
.documents-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.documents-grid > * { min-width: 0; }
.documents-intro { position: sticky; top: 130px; }
.documents-intro > p:not(.kicker) { max-width: 360px; margin: 26px 0; color: var(--muted); }
.text-link.dark { color: var(--ink); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--display); font-size: 27px; font-weight: 600; text-transform: uppercase; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { position: relative; flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; }
.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; width: 10px; height: 1px; left: 11px; top: 16px; background: var(--ink); transition: transform .2s; }
.accordion summary i::after { transform: rotate(90deg); }
.accordion details[open] summary { color: var(--red); }
.accordion details[open] summary i::after { transform: rotate(0); }
.accordion ul { columns: 2; gap: 35px; margin: -2px 0 28px; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.accordion li { position: relative; break-inside: avoid; padding: 6px 0 6px 18px; }
.accordion li::before { content: ""; position: absolute; width: 5px; height: 5px; left: 0; top: 15px; background: var(--red); }

.contact { background: var(--ink); color: white; padding: 140px 0 120px; }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: stretch; }
.contact-shell > * { min-width: 0; }
.contact-copy h2 { font-size: clamp(70px, 8vw, 112px); }
.contact-copy > p:not(.kicker) { max-width: 520px; margin: 30px 0; color: rgba(255,255,255,.58); }
.big-phone { display: flex; align-items: center; justify-content: space-between; margin: 36px 0 50px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; font-family: var(--display); font-size: clamp(35px, 4.5vw, 60px); line-height: 1; transition: color .2s; }
.big-phone:hover { color: var(--red); }
.contact-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.contact-meta div:first-child { grid-column: 1 / -1; }
.contact-meta div { display: flex; flex-direction: column; gap: 3px; }
.contact-meta small { color: rgba(255,255,255,.34); font-size: 9px; letter-spacing: .14em; }
.contact-meta strong, .contact-meta a { color: rgba(255,255,255,.77); font-size: 12px; text-decoration: none; }
.contact-meta a:hover { color: white; }
.map-wrap { position: relative; min-height: 590px; background: #2c2c2c; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.92); opacity: .9; }
.map-wrap > a { position: absolute; right: 20px; bottom: 20px; display: flex; justify-content: space-between; gap: 26px; min-width: 220px; padding: 16px 18px; background: var(--red); color: white; text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .06em; }

.site-footer { background: #101010; color: white; padding-top: 76px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .5fr; gap: 50px; align-items: start; padding-bottom: 70px; }
.footer-brand { width: 220px; overflow: hidden; border-radius: 4px; }
.footer-grid > p { margin: 0; font-family: var(--display); font-size: 32px; line-height: 1.05; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; text-decoration: none; letter-spacing: .08em; }
.footer-links a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.32); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom a { color: inherit; text-decoration: none; }
.mobile-call { display: none; }

.error-page { min-height: 100svh; background: var(--ink); color: white; overflow: hidden; }
.error-header { width: min(1280px, calc(100% - 48px)); height: 92px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.error-header > a:last-child { color: white; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.error-main { position: relative; min-height: calc(100svh - 92px); display: grid; place-items: center; padding: 70px 24px 110px; overflow: hidden; }
.error-copy { position: relative; z-index: 1; width: min(820px, 100%); text-align: center; }
.error-copy > strong { display: block; color: var(--red); font-family: var(--display); font-size: clamp(190px, 32vw, 440px); line-height: .69; letter-spacing: -.08em; }
.error-copy h1 { margin: 38px 0 12px; font-family: var(--display); font-size: clamp(44px, 6vw, 76px); font-weight: 600; line-height: .95; text-transform: uppercase; }
.error-copy > p:not(.kicker) { max-width: 570px; margin: 0 auto 30px; color: rgba(255,255,255,.57); }
.error-copy .button { min-width: 250px; }
.error-road { position: absolute; left: -15%; right: -15%; top: 43%; height: 150px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transform: rotate(-8deg); }
.error-road span { position: absolute; width: 11%; height: 2px; top: 50%; background: rgba(255,255,255,.18); }
.error-road span:nth-child(1) { left: 18%; }
.error-road span:nth-child(2) { left: 45%; }
.error-road span:nth-child(3) { left: 72%; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(211,52,47,0); } 100% { box-shadow: 0 0 0 0 rgba(211,52,47,0); } }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 36px, 760px); }
  .nav-shell { width: calc(100% - 36px); height: 78px; }
  .brand { width: 174px; height: 48px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 78px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 38px 24px 110px; background: var(--paper); color: var(--ink); transform: translateX(100%); visibility: hidden; transition: transform .35s cubic-bezier(.2,.7,.2,1), visibility .35s; }
  .primary-nav.open { transform: none; visibility: visible; }
  .primary-nav > a { padding: 20px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 28px; font-weight: 600; }
  .primary-nav > a::after { display: none; }
  .nav-call { margin-top: 25px; justify-content: center; background: var(--red); border: 0; color: white; font-family: var(--body) !important; font-size: 13px !important; }
  .hero { min-height: 720px; height: 92svh; }
  .hero-media { background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,10,10,.88), rgba(10,10,10,.25)), linear-gradient(0deg, rgba(10,10,10,.58), transparent 50%); }
  .hero-inner { align-items: flex-end; }
  .hero-note, .hero-scroll { display: none; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid > *:nth-child(3) { border-left: 1px solid rgba(255,255,255,.13); border-top: 1px solid rgba(255,255,255,.13); }
  .facts-grid > *:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .section { padding: 105px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .code-grid { min-height: 0; grid-template-columns: 1fr; }
  .code-visual { min-height: 480px; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .code-visual strong { font-size: 270px; }
  .code-copy { padding: 90px 0; max-width: none; }
  .documents-grid, .contact-shell { grid-template-columns: 1fr; }
  .documents-intro { position: static; }
  .map-wrap { min-height: 480px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 32px); }
  html { scroll-padding-top: 74px; }
  body { font-size: 15px; }
  .nav-shell { width: calc(100% - 28px); height: 72px; }
  .brand { width: 158px; }
  .primary-nav { inset: 72px 0 0; }
  .hero { min-height: 670px; height: 90svh; }
  .hero-media { background-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,10,10,.9), rgba(10,10,10,.2)), linear-gradient(0deg, rgba(10,10,10,.75), transparent 55%); }
  .hero-inner { padding: 105px 0 48px; }
  .hero h1 { font-size: clamp(64px, 20vw, 88px); }
  .hero-lead { margin-top: 22px; font-size: 15px; }
  .hero-actions { align-items: stretch; gap: 20px; }
  .button-primary { width: 100%; }
  .text-link { text-align: center; }
  .facts-grid { width: 100%; }
  .facts-grid > * { min-height: 94px; padding: 20px 16px; }
  .facts-grid strong { font-size: 23px; }
  .facts-grid span { font-size: 8px; }
  .section { padding: 84px 0; }
  .section-heading { margin-bottom: 46px; }
  .section-heading h2, .documents-intro h2 { font-size: clamp(52px, 17vw, 72px); }
  .documents-intro h2 { font-size: clamp(48px, 14.5vw, 60px); overflow-wrap: anywhere; }
  .services-grid { grid-template-columns: 1fr; }
  .service { min-height: 225px; }
  .code-visual { min-height: 350px; padding: 34px 22px; }
  .code-visual strong { font-size: min(65vw, 250px); }
  .code-copy { padding: 80px 0; }
  .code-copy h2 { font-size: clamp(58px, 18vw, 78px); }
  .process-list li { grid-template-columns: 48px 1fr; gap: 15px; padding: 28px 0; }
  .process-list div { grid-template-columns: 1fr; gap: 10px; }
  .process-list h3 { font-size: 32px; }
  .accordion summary { min-height: 80px; font-size: 22px; }
  .accordion ul { columns: 1; }
  .contact { padding: 90px 0 110px; }
  .contact-copy h2 { font-size: clamp(58px, 17vw, 72px); overflow-wrap: anywhere; }
  .big-phone { font-size: 38px; }
  .contact-meta { grid-template-columns: 1fr; }
  .contact-meta div:first-child { grid-column: auto; }
  .map-wrap { min-height: 390px; }
  .footer-grid { grid-template-columns: 1fr; padding-bottom: 50px; }
  .footer-links { grid-column: auto; grid-row: auto; }
  .footer-bottom { padding-bottom: 86px; flex-direction: column; gap: 7px; }
  .mobile-call { position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 13px; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--red); color: white; box-shadow: 0 12px 35px rgba(0,0,0,.25); text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .08em; transform: translateY(90px); transition: transform .3s; }
  .mobile-call.show { transform: none; }
  .mobile-call svg { width: 17px; }
  .error-header { width: calc(100% - 28px); height: 72px; }
  .error-header > a:last-child { display: none; }
  .error-main { min-height: calc(100svh - 72px); padding-top: 35px; }
  .error-copy > strong { font-size: clamp(170px, 58vw, 240px); }
  .error-copy h1 { margin-top: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
/* Custom Adjustments & Social Media */
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.social-btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  transform: translateY(-2px);
}

.google-review-card {
  transition: border-color 0.25s ease;
}

.google-review-card:hover {
  border-color: rgba(255, 204, 0, 0.4);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.45);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-bottom a {
  color: rgba(255,255,255,.6);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}

.footer-bottom a:hover {
  color: var(--red);
}

/* Διόρθωση μεγέθους τίτλου στην επικοινωνία για να μην ακουμπάει στον χάρτη */
.contact-heading-adjusted {
  font-size: clamp(32px, 3.4vw, 48px) !important;
  line-height: 1.05 !important;
  margin-bottom: 20px !important;
}

/* Προσθήκη επιπλέον κενού χώρου ανάμεσα στις στήλες επικοινωνίας και χάρτη */
.contact-shell {
  gap: clamp(40px, 6vw, 90px) !important;
}
/* Στυλ για τις φωτογραφίες των Υπηρεσιών */
.service-media {
  width: 100%;
  height: 160px;
  margin: 18px 0 12px;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

/* Effect μεγέθυνσης στο hover */
.service:hover .service-media img {
  transform: scale(1.06);
}
