/* DACHEX – Compiled CSS (from less/style.less) */
/* Design System: Light Craft | Bebas Neue + Inter | Amber accent */

/* ================================================================
   RESET + BASE
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { font-family: 'Inter', sans-serif; font-size: 1rem; line-height: 1.65; color: #1A1714; background-color: #F7F4EF; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
address { font-style: normal; }
:focus-visible { outline: 2px solid #D4720A; outline-offset: 3px; border-radius: 4px; }
:focus:not(:focus-visible) { outline: none; }

/* ================================================================
   SKIP LINK
   ================================================================ */
.skip-link { position: fixed; top: 16px; left: 16px; z-index: 9999; padding: 8px 24px; background: #D4720A; color: #0F0F0F; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.875rem; border-radius: 8px; transform: translateY(-200%); transition: transform 160ms cubic-bezier(0.16,1,0.3,1); }
.skip-link:focus-visible { transform: translateY(0); outline: 2px solid #F2F0EB; outline-offset: 2px; }

/* ================================================================
   LAYOUT
   ================================================================ */
.container { width: 100%; max-width: 1320px; margin-inline: auto; padding-inline: 40px; }
@media (max-width: 768px) { .container { padding-inline: 24px; } }
.section { padding-top: 96px; padding-bottom: 96px; }
@media (max-width: 768px) { .section { padding-top: 64px; padding-bottom: 64px; overflow: hidden; } }

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
h1,h2,h3,h4,h5 { font-family: 'Bebas Neue', sans-serif; line-height: 1.05; letter-spacing: 0.04em; color: #1A1714; }
h1 { font-size: clamp(3rem,8vw,6.5rem); }
h2 { font-size: clamp(2rem,5vw,3.5rem); }
h3 { font-size: clamp(1.25rem,2.5vw,1.75rem); }
p { color: #6B6560; max-width: 65ch; }

/* ================================================================
   SECTION HEADERS
   ================================================================ */
.section__header { text-align: center; margin-bottom: 64px; }
.section__eyebrow { display: inline-block; font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: #D4720A; margin-bottom: 16px; }
.section__eyebrow--accent { background: linear-gradient(135deg,#D4720A,#F5A84A); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section__title { margin-bottom: 16px; }
.section__desc { margin-inline: auto; font-size: 1.1rem; }

/* ================================================================
   BUTTONS
   ================================================================ */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; font-family: 'Inter', sans-serif; font-size: 0.9375rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; cursor: pointer; border: none; border-radius: 4px; overflow: hidden; text-decoration: none; will-change: transform; -webkit-tap-highlight-color: transparent; user-select: none; }

/* Primary */
.btn--primary { background: linear-gradient(135deg,#D4720A,#B85E08); color: #0F0F0F; box-shadow: 0 4px 24px rgba(200,134,10,0.25), 0 1px 0 rgba(0,0,0,0.1) inset; transition: transform 280ms cubic-bezier(0.16,1,0.3,1), box-shadow 280ms cubic-bezier(0.16,1,0.3,1), filter 280ms cubic-bezier(0.4,0,0.2,1); }
.btn--primary:hover { box-shadow: 0 8px 40px rgba(200,134,10,0.5), 0 1px 0 rgba(255,255,255,0.2) inset; filter: brightness(1.1); }
.btn--primary:active { transform: scale(0.97) !important; filter: brightness(0.95); }
.btn__ripple { position: absolute; inset: 0; pointer-events: none; }
.btn__ripple::after { content: ''; position: absolute; inset: 50% auto auto 50%; width: 8px; height: 8px; background: rgba(255,255,255,0.5); border-radius: 50%; transform: translate(-50%,-50%) scale(0); opacity: 0; transition: transform 0s, opacity 0s; }
.btn--primary:active .btn__ripple::after { transform: translate(-50%,-50%) scale(28); opacity: 0; transition: transform 0.6s cubic-bezier(0.16,1,0.3,1), opacity 0.6s ease; }

/* Secondary – liquid fill */
.btn--secondary { background: transparent; color: #D4720A; border: 1.5px solid #D4720A; }
.btn--secondary::before { content: ''; position: absolute; z-index: -1; inset: 0; background: #D4720A; clip-path: inset(0 100% 0 0); transition: clip-path 480ms cubic-bezier(0.16,1,0.3,1); }
.btn--secondary .btn__text { text-align: center; position: relative; z-index: 1; transition: color 280ms cubic-bezier(0.4,0,0.2,1); }
.btn--secondary:hover::before { clip-path: inset(0 0% 0 0); }
.btn--secondary:hover .btn__text { color: #0F0F0F; }
.btn--secondary:active { transform: scale(0.97); }
.btn:focus-visible { outline: 2px solid #D4720A; outline-offset: 4px; }
@media (max-width: 576px) { .btn { width: 100%; justify-content: center; } }

/* ================================================================
   HEADER
   ================================================================ */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 72px; background: rgba(247,244,239,0.85); backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); border-bottom: 1px solid rgba(0,0,0,0.08); transition: background 480ms cubic-bezier(0.4,0,0.2,1), border-color 480ms cubic-bezier(0.4,0,0.2,1); }
.site-header.is-scrolled { background: rgba(247,244,239,0.98); border-bottom-color: rgba(0,0,0,0.12); }
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header__logo { display: flex; align-items: center; gap: 8px; text-decoration: none; flex-shrink: 0; }
.logo-text { font-family: 'Bebas Neue', sans-serif; font-size: 1.75rem; letter-spacing: 0.12em; line-height: 1; background: linear-gradient(135deg,#B85E08 0%,#D4720A 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* Nav */
.nav__list { display: flex; align-items: center; gap: 8px; }
.nav__link { position: relative; display: inline-flex; align-items: center; gap: 4px; padding: 6px 12px; font-size: 0.875rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #6B6560; transition: color 160ms cubic-bezier(0.4,0,0.2,1); border-radius: 4px; text-decoration: none; }
.nav__link::after { content: ''; position: absolute; bottom: 0; left: 12px; right: 12px; height: 1.5px; background: #D4720A; transform: scaleX(0); transition: transform 280ms cubic-bezier(0.16,1,0.3,1); transform-origin: left; }
.nav__link:hover, .nav__link.is-active { color: #1A1714; }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }
.nav__link--highlight { color: #D4720A; }
.nav__link--cta::after { display: none; }
.nav__link--cta { margin-left: 8px; padding: 8px 20px; font-size: 0.8125rem; }
.nav__badge { display: inline-block; padding: 2px 6px; font-size: 0.625rem; font-weight: 700; letter-spacing: 0.1em; background: linear-gradient(135deg,#D4720A,#F5A84A); color: #0F0F0F; border-radius: 3px; animation: badge-pulse 2s ease-in-out infinite; }
@keyframes badge-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(200,134,10,0.25); } 50% { box-shadow: 0 0 0 6px transparent; } }

/* Mobile nav toggle */
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; background: transparent; border: none; cursor: pointer; z-index: 110; }
.nav-toggle__bar { display: block; width: 24px; height: 2px; background: #1A1714; border-radius: 2px; transition: transform 280ms cubic-bezier(0.16,1,0.3,1), opacity 160ms; }
.nav-toggle.is-active .nav-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active .nav-toggle__bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.is-active .nav-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1024px) {
  .nav-toggle { display: flex; }
  .main-nav { position: fixed; inset: 72px 0 0 0; background: rgba(247,244,239,0.99); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); padding: 40px 24px; transform: translateX(100%); transition: transform 480ms cubic-bezier(0.16,1,0.3,1); overflow-y: auto; height: calc(100dvh - 72px); }
  .main-nav.is-open { transform: translateX(0); }
  .nav__list { flex-direction: column; align-items: flex-start; gap: 8px; }
  .nav__link { font-size: 1.5rem; padding: 8px 0; }
  .nav__link::after { left: 0; right: 0; }
  .nav__link--cta { margin-left: 0; padding: 8px 20px; }
}

/* ================================================================
   HERO
   ================================================================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding-top: 72px; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); background-size: 200px 200px; opacity: 0.4; mix-blend-mode: overlay; }
.hero__content { position: relative; z-index: 2; padding-top: 64px; padding-bottom: 64px; }
.hero__eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: #F5C87A; margin-bottom: 24px; }
.hero__heading { font-size: clamp(3.5rem,10vw,8rem); line-height: 0.95; letter-spacing: 0.01em; margin-bottom: 40px; color: rgba(247,244,239,0.85); }
.hero__heading--accent { display: block; background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 70%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero__sub { font-size: clamp(1.2rem,2vw,1.6rem); line-height: 1.7; color: rgba(255,255,255,0.9); text-shadow: 0 0 8px #000; margin-bottom: 40px; max-width: 50ch; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 64px; }
.hero__stats { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; padding-top: 40px; border-top: 1px solid rgba(0,0,0,0.1); }
@media (max-width: 576px) { .hero__stats { gap: 24px; } }
.stat { display: flex; flex-direction: column; text-shadow: 0 0 8px #000; }
.stat__number { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem,4vw,3rem); line-height: 1; color: #D4720A; letter-spacing: 0.02em; }
.stat__label { font-size: 1rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.stat__divider { width: 1px; height: 40px; background: rgba(255,255,255,0.2); flex-shrink: 0; }
.hero__scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; }
.hero__scroll-line { display: block; width: 1px; height: 60px; background: linear-gradient(to bottom,#D4720A,transparent); animation: scroll-pulse 2s ease-in-out infinite; transform-origin: top; }
@keyframes scroll-pulse { 0% { transform: scaleY(0); opacity: 0; } 40% { opacity: 1; } 100% { transform: scaleY(1); opacity: 0; } }

/* ================================================================
   SERVICES
   ================================================================ */
.services { background: #EDEAE3; clip-path: polygon(0 32px,100% 0,100% 100%,0 100%); padding-top: calc(96px + 32px); }
.services__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media (max-width: 1024px) { .services__grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 576px) { .services__grid { grid-template-columns: 1fr; } }
.service-card { text-align: center; background: rgba(212,114,10,0.04);; backdrop-filter: none; -webkit-backdrop-filter: none; border: 1px solid rgba(0,0,0,0.07); padding: 40px 24px; border-radius: 16px; box-shadow: 0 2px 16px rgba(0,0,0,0.06); transition: transform 280ms cubic-bezier(0.16,1,0.3,1), box-shadow 280ms cubic-bezier(0.16,1,0.3,1), border-color 280ms cubic-bezier(0.4,0,0.2,1), background 280ms cubic-bezier(0.4,0,0.2,1); }
.service-card__icon { display: inline-block; margin-bottom: 24px; }
.service-card__icon svg path, .service-card__icon svg line, .service-card__icon svg circle, .service-card__icon svg rect, .service-card__icon svg polygon { transition: stroke 280ms cubic-bezier(0.4,0,0.2,1); }
.service-card:hover .service-card__icon svg path, .service-card:hover .service-card__icon svg line, .service-card:hover .service-card__icon svg circle, .service-card:hover .service-card__icon svg rect, .service-card:hover .service-card__icon svg polygon { stroke: #F5A84A; }
.service-card__title { font-size: 1.5rem; margin-bottom: 8px; letter-spacing: 0.05em; }
.service-card__text { font-size: 1rem; line-height: 1.7; color: #6B6560; max-width: none; }

/* ================================================================
   GALLERY
   ================================================================ */
.gallery { background: #F7F4EF; }
.gallery__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
@media (max-width: 1024px) { .gallery__grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 576px) { .gallery__grid { grid-template-columns: 1fr; } }
.gallery__item { position: relative; overflow: hidden; border-radius: 8px; background: #DDD9D2; aspect-ratio: 4/3; }
@media (min-width: 1024px) { .gallery__item--large { grid-column: span 2; grid-row: span 2; aspect-ratio: 16/10; } }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 480ms cubic-bezier(0.16,1,0.3,1); }
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,0.75) 0%,transparent 50%); z-index: 1; opacity: 0; transition: opacity 280ms cubic-bezier(0.4,0,0.2,1); }
.gallery__item:hover::before { opacity: 1; }
.gallery__caption { position: absolute; bottom: 16px; left: 16px; right: 16px; z-index: 2; font-size: 0.875rem; font-weight: 600; color: #FFF; opacity: 0; transform: translateY(8px); transition: opacity 280ms cubic-bezier(0.16,1,0.3,1), transform 280ms cubic-bezier(0.16,1,0.3,1); }
.gallery__item:hover .gallery__caption { opacity: 1; transform: translateY(0); }

/* ================================================================
   ABOUT
   ================================================================ */
.about { background: #EDEAE3; }
.about__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 1024px) { .about__inner { grid-template-columns: 1fr; } .about__image { order: 2; } .about__content { order: 1; } }
.about__img-wrap { position: relative; border-radius: 24px; overflow: hidden; }
.about__img-wrap img { width: 100%; height: 600px; object-fit: cover; border-radius: 24px; background: #DDD9D2; }
.about__img-wrap::after { content: ''; position: absolute; bottom: -2px; right: -2px; width: 120px; height: 120px; background: linear-gradient(135deg,transparent 50%,#D4720A 50%); opacity: 0.3; border-radius: 0 0 24px 0; }
.about__badge { position: absolute; top: 24px; right: 24px; background: rgba(255,255,255,0.04); border: 1px solid rgba(200,134,10,0.25); border-radius: 8px; padding: 16px 24px; text-align: center; }
.about__badge-number { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: #D4720A; line-height: 1; letter-spacing: 0.02em; }
.about__badge-text { display: block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #6B6560; margin-top: 4px; }
.about__lead { font-size: 1.1rem; color: #1A1714; margin-bottom: 24px; max-width: none; }
.about__text { margin-bottom: 40px; max-width: none; color: #6B6560; }
.about__highlights { display: flex; flex-direction: column; gap: 8px; margin-bottom: 40px; }
.about__highlight { display: flex; align-items: flex-start; gap: 16px; font-size: 0.9375rem; color: #6B6560; line-height: 1.5; max-width: none; }
.about__highlight-icon { flex-shrink: 0; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; color: #D4720A; font-weight: 700; margin-top: 2px; }
.about__actions { margin-bottom: 40px; }
.about__company-data { padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.1); font-size: 0.8125rem; color: #9E9893; line-height: 1.8; }
.about__company-data p { max-width: none; color: #9E9893; }
.about__company-data strong { color: #6B6560; }

/* ================================================================
   RENTAL
   ================================================================ */
.rental { position: relative; background: #F7F4EF; overflow: hidden; }
.rental__bg-texture { position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg,transparent,transparent 20px,rgba(255,255,255,0.015) 20px,rgba(255,255,255,0.015) 21px); z-index: 0; pointer-events: none; }
.rental .container { position: relative; z-index: 1; }
.rental__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: stretch; }
@media (max-width: 1024px) { .rental__inner { grid-template-columns: 1fr; } }
.rental__vehicle { background: #FFFFFF; backdrop-filter: none; -webkit-backdrop-filter: none; border: 1px solid rgba(212,114,10,0.25); border-radius: 24px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.08); }
.rental__vehicle-img { aspect-ratio: 16/9; background: #DDD9D2; overflow: hidden; }
.rental__vehicle-img img { width: 100%; height: 100%; object-fit: cover; }
.rental__img-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; background: #E8E4DC; color: #9E9893; font-size: 0.875rem; letter-spacing: 0.05em; }
.rental__vehicle-info { padding: 40px; }
.rental__vehicle-title { font-size: 1.5rem; letter-spacing: 0.05em; margin-bottom: 16px; color: #1A1714; }
.rental__vehicle-desc { font-size: 0.9375rem; line-height: 1.7; margin-bottom: 40px; max-width: none; color: #6B6560; }
.rental__specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rental__spec { padding: 16px; background: #F7F4EF; border-radius: 8px; border: 1px solid rgba(0,0,0,0.07); }
.rental__spec dt { font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #9E9893; margin-bottom: 4px; }
.rental__spec dd { font-size: 0.9375rem; font-weight: 600; color: #1A1714; }
.rental__cta { display: flex; align-items: center; }
.rental__cta-inner { background: linear-gradient(135deg,rgba(212,114,10,0.08),rgba(212,114,10,0.02)); border: 1.5px solid rgba(212,114,10,0.25); border-radius: 24px; padding: 64px; width: 100%; }
@media (max-width: 768px) { .rental__specs { grid-template-columns: 1fr; } .rental__specs.rental__cta-inner { padding: 32px; } }
.rental__cta-title { font-size: clamp(1.5rem,3vw,2rem); margin-bottom: 16px; color: #1A1714; }
.rental__cta-text { color: #6B6560; line-height: 1.7; margin-bottom: 40px; max-width: none; }
.rental__cta-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.rental__cta-note { font-size: 0.8125rem; line-height: 1.6; max-width: none; }

/* ================================================================
   CONTACT
   ================================================================ */
.contact { background: #EDEAE3; }
.contact__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 1024px) { .contact__grid { grid-template-columns: 1fr; } }
.contact__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 576px) { .contact__cards { grid-template-columns: 1fr; } }
.contact-card { background: #FFFFFF; backdrop-filter: none; -webkit-backdrop-filter: none; border: 1px solid rgba(0,0,0,0.07); display: flex; gap: 16px; padding: 24px; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.05); transition: border-color 280ms cubic-bezier(0.4,0,0.2,1), background 280ms cubic-bezier(0.4,0,0.2,1), transform 280ms cubic-bezier(0.16,1,0.3,1); text-decoration: none; }
.contact-card:hover, .contact-card:focus-visible { border-color: rgba(212,114,10,0.35); background: rgba(212,114,10,0.04); transform: translateY(-2px); }
.contact-card__icon { flex-shrink: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(212,114,10,0.1); border-radius: 8px; }
.contact-card__content { display: flex; flex-direction: column; gap: 4px; }
.contact-card__label { font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #D4720A; }
.contact-card__value { font-size: 0.9375rem; font-weight: 600; color: #1A1714; line-height: 1.5; max-width: none; }
.contact__social { display: flex; flex-direction: column; gap: 40px; padding-top: 8px; }
.social-link { display: inline-flex; align-items: center; gap: 16px; padding: 24px; background: #FFFFFF; backdrop-filter: none; -webkit-backdrop-filter: none; border: 1px solid rgba(0,0,0,0.07); border-radius: 16px; color: #6B6560; transition: color 280ms, background 280ms, border-color 280ms, transform 280ms cubic-bezier(0.16,1,0.3,1); text-decoration: none; font-weight: 600; font-size: 0.9rem; }
.social-link svg { flex-shrink: 0; color: #1877F2; }
.social-link:hover { color: #1A1714; background: rgba(0,0,0,0.06); border-color: rgba(24,119,242,0.3); transform: translateY(-2px); }
.contact__company-legal { padding: 24px; border: 1px solid #D4720A; border-radius: 16px; font-size: 0.9rem; line-height: 1.8; }
.contact__company-legal p { color: #9E9893; max-width: none; }
.contact__company-legal strong { color: #6B6560; }

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer { background: #F7F4EF; border-top: 1px solid rgba(0,0,0,0.1); }
.footer__inner { display: grid; grid-template-columns: 1fr auto auto; gap: 64px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
@media (max-width: 768px) { .footer__inner { grid-template-columns: 1fr; gap: 40px; } }
.footer__logo { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 0.12em; background: linear-gradient(135deg,#F5A84A,#D4720A); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-decoration: none; display: block; margin-bottom: 8px; }
.footer__tagline { font-size: 0.875rem; color: rgba(255,255,255,0.45); max-width: none; }
.footer__nav ul { display: flex; flex-direction: column; gap: 8px; }
.footer__nav a { font-size: 0.875rem; color: #6B6560; transition: color 160ms; text-decoration: none; }
.footer__nav a:hover { color: #D4720A; }
.footer__contact { display: flex; flex-direction: column; gap: 8px; }
.footer__contact a { font-size: 0.9375rem; font-weight: 600; color: #6B6560; transition: color 160ms; text-decoration: none; }
.footer__contact a:hover { color: #D4720A; }
.footer__bottom { border-top: 1px solid rgba(0,0,0,0.1); padding-top: 24px; padding-bottom: 24px; }
.footer__bottom .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer__copy { font-size: 0.8125rem; color: rgba(255,255,255,0.4); max-width: none; }
.footer__legal { max-width: none; }
.footer__legal a { font-size: 0.8125rem; color: #9E9893; transition: color 160ms; text-decoration: underline; }
.footer__legal a:hover { color: #D4720A; }
a.asw-menu-btn {left: auto; right: 20px;}

/* ================================================================
   SCROLL REVEAL
   ================================================================ */
.reveal-up { opacity: 0; transform: translateY(32px); transition: opacity 480ms cubic-bezier(0.16,1,0.3,1), transform 480ms cubic-bezier(0.16,1,0.3,1); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 480ms cubic-bezier(0.16,1,0.3,1), transform 480ms cubic-bezier(0.16,1,0.3,1); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 480ms cubic-bezier(0.16,1,0.3,1), transform 480ms cubic-bezier(0.16,1,0.3,1); }
.reveal-up.is-visible { opacity: 1; transform: translateY(0); }
.reveal-left.is-visible { opacity: 1; transform: translateX(0); }
.reveal-right.is-visible { opacity: 1; transform: translateX(0); }

/* Staggered children */
.services__grid .service-card:nth-child(1), .gallery__grid .gallery__item:nth-child(1), .contact__cards .contact-card:nth-child(1) { transition-delay: 0ms; }
.services__grid .service-card:nth-child(2), .gallery__grid .gallery__item:nth-child(2), .contact__cards .contact-card:nth-child(2) { transition-delay: 80ms; }
.services__grid .service-card:nth-child(3), .gallery__grid .gallery__item:nth-child(3), .contact__cards .contact-card:nth-child(3) { transition-delay: 160ms; }
.services__grid .service-card:nth-child(4), .gallery__grid .gallery__item:nth-child(4), .contact__cards .contact-card:nth-child(4) { transition-delay: 240ms; }
.services__grid .service-card:nth-child(5), .gallery__grid .gallery__item:nth-child(5), .contact__cards .contact-card:nth-child(5) { transition-delay: 320ms; }
.services__grid .service-card:nth-child(6), .gallery__grid .gallery__item:nth-child(6), .contact__cards .contact-card:nth-child(6) { transition-delay: 400ms; }

/* ================================================================
   UTILITIES
   ================================================================ */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media screen and (min-width: 640px) {
   .hidden-md {display:none;}
}
@media screen and (min-width: 1024px) {
   .hidden-lg {display:none;}
}

/* ================================================================
   PRINT
   ================================================================ */
@media print {
  .site-header, .hero__scroll, .nav-toggle, script { display: none !important; }
  body { background: white; color: black; }
  a[href^="tel:"]::after { content: " (" attr(href) ")"; }
  a[href^="mailto:"]::after { content: " (" attr(href) ")"; }
}

/* ================================================================
   GALLERY TRIGGER + LIGHTBOX
   ================================================================ */

/* Trigger button */
.gallery__trigger { position: relative; display: block; width: 100%; height: 100%; padding: 0; border: none; background: transparent; cursor: zoom-in; overflow: hidden; }
.gallery__trigger img { width: 100%; height: 100%; object-fit: cover; transition: transform 480ms cubic-bezier(0.16,1,0.3,1); display: block; }
.gallery__trigger:hover img, .gallery__trigger:focus-visible img { transform: scale(1.05); }
.gallery__trigger:focus-visible { outline: 2px solid #D4720A; outline-offset: -2px; }

/* Zoom icon */
.gallery__zoom-icon { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 280ms cubic-bezier(0.16,1,0.3,1);  }
.gallery__trigger:hover .gallery__zoom-icon, .gallery__trigger:focus-visible .gallery__zoom-icon { opacity: 1; }

/* Lightbox wrapper */
.lightbox { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; visibility: hidden; pointer-events: none; }
.lightbox.is-open { visibility: visible; pointer-events: all; }

/* Backdrop */
.lightbox__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background 480ms cubic-bezier(0.4,0,0.2,1); cursor: pointer; }
.lightbox.is-open .lightbox__backdrop { background: rgba(0,0,0,0.92); }

/* Stage */
.lightbox__stage { position: relative; z-index: 2; max-width: min(92vw,1320px); max-height: 90svh; display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.94); transition: opacity 280ms cubic-bezier(0.16,1,0.3,1), transform 280ms cubic-bezier(0.16,1,0.3,1); }
.lightbox.is-open .lightbox__stage { opacity: 1; transform: scale(1); }

.lightbox__figure { position: relative; margin: 0; max-width: 100%; max-height: 90svh; display: flex; flex-direction: column; align-items: center; }

/* Image */
.lightbox__img { display: block; max-width: min(92vw,1320px); max-height: 80svh; width: auto; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 32px 80px rgba(0,0,0,0.8); transition: transform 280ms cubic-bezier(0.16,1,0.3,1), opacity 280ms cubic-bezier(0.4,0,0.2,1); }
.lightbox__img.is-exiting-left  { transform: translateX(-60px); opacity: 0; }
.lightbox__img.is-exiting-right { transform: translateX(60px); opacity: 0; }

/* Loader */
.lightbox__loader { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; opacity: 0; transition: opacity 160ms; }
.lightbox__loader.is-loading { opacity: 1; }
.lightbox__spinner { width: 36px; height: 36px; border: 3px solid rgba(0,0,0,0.1); border-top-color: #D4720A; border-radius: 50%; animation: spin 0.7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Caption */
.lightbox__caption { margin-top: 16px; font-size: 0.875rem; font-weight: 600; color: #4A4540; text-align: center; letter-spacing: 0.03em; max-width: 60ch; padding: 0 16px; }

/* Counter */
.lightbox__counter { position: absolute; top: 24px; left: 50%; transform: translateX(-50%); z-index: 3; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.08em; color: #9E9893; background: rgba(0,0,0,0.4); padding: 4px 12px; border-radius: 20px; backdrop-filter: blur(8px); opacity: 0; transition: opacity 280ms; }
.lightbox.is-open .lightbox__counter { opacity: 1; transition-delay: 0.3s; }

/* Close button */
.lightbox__close { position: absolute; top: 24px; right: 24px; z-index: 3; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.1); border-radius: 50%; color: #FFF; cursor: pointer; transition: background 160ms, border-color 160ms, transform 280ms cubic-bezier(0.16,1,0.3,1); opacity: 0; transform: scale(0.8); }
.lightbox.is-open .lightbox__close { opacity: 1; transform: scale(1); transition-delay: 0.15s; }
.lightbox__close:hover { background: rgba(200,134,10,0.2); border-color: rgba(200,134,10,0.4); transform: scale(1.1) !important; }
.lightbox__close:focus-visible { outline: 2px solid #D4720A; outline-offset: 3px; }

/* Nav buttons */
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%) scale(0.85); z-index: 3; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.07); border: 1px solid rgba(0,0,0,0.1); border-radius: 50%; color: #FFFFFF; cursor: pointer; opacity: 0; transition: background 160ms, border-color 160ms, transform 280ms cubic-bezier(0.16,1,0.3,1), opacity 280ms; }
.lightbox.is-open .lightbox__nav { opacity: 1; transform: translateY(-50%) scale(1); transition-delay: 0.2s; }
.lightbox__nav:hover { background: rgba(200,134,10,0.2); border-color: rgba(200,134,10,0.5); transform: translateY(-50%) scale(1.08) !important; }
.lightbox__nav:focus-visible { outline: 2px solid #D4720A; outline-offset: 3px; }
.lightbox__nav:disabled { opacity: 0.2 !important; cursor: not-allowed; pointer-events: none; }
.lightbox__nav--prev { left: 24px; }
.lightbox__nav--next { right: 24px; }
@media(max-width:576px) { .lightbox__nav { width: 40px; height: 40px; } .lightbox__nav--prev { left: 8px; } .lightbox__nav--next { right: 8px; } }

/* ================================================================
   VIEWPORT UNITS – dvh/svh for mobile browsers (2026 standard)
   Replaces 100vh which breaks on iOS Safari with nav bars visible
   ================================================================ */
.hero {
  /* Cascade: dvh → svh → vh fallback for old browsers */
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}

/* ================================================================
   ASPECT RATIO – CLS prevention on all media
   Ensures browser reserves space before image loads → zero layout shift
   ================================================================ */
.gallery__item { aspect-ratio: 4 / 3; }
.gallery__item.gallery__item--large { aspect-ratio: 4 / 3; }
@media (min-width: 1024px) {
  .gallery__item--large { aspect-ratio: 16 / 10; }
}
.rental__vehicle-img { aspect-ratio: 16 / 9; }
.about__img-wrap img { aspect-ratio: 4 / 5; height: auto; }

/* ================================================================
   LIGHT MODE – prefers-color-scheme: light
   Muted light palette, keeps amber accent, full readability
   ================================================================ */
body.dark-mode {
  :root {
    --c-bg:           #F5F3EE;
    --c-bg-2:         #EDEAE3;
    --c-bg-3:         #E2DDD4;
    --c-bg-card:      rgba(0,0,0,0.03);
    --c-text:         #1C1A17;
    --c-text-muted:   rgba(28,26,23,0.65);
    --c-text-dim:     rgba(28,26,23,0.4);
    --c-border:       rgba(0,0,0,0.08);
    --c-border-hover: rgba(200,134,10,0.4);
    --c-accent:       #B85E08;      /* darker amber – contrast ratio 4.7:1 on light bg */
    --c-accent-light: #D4720A;
    --c-accent-glow:  rgba(168,108,0,0.2);
  }

  body {
    background-color: var(--c-bg);
    color: var(--c-text);
  }

  /* Header */
  .site-header {
    background: rgba(245,243,238,0.82);
    border-bottom-color: rgba(0,0,0,0.08);
  }
  .site-header.is-scrolled {
    background: rgba(245,243,238,0.97);
    border-bottom-color: rgba(0,0,0,0.12);
  }

  /* Logo text – darker amber for visibility on light bg */
  .logo-text {
    background: linear-gradient(135deg, #7a4e00 0%, #B85E08 60%, #D4720A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /* Nav */
  .nav__link { color: rgba(28,26,23,0.6); }
  .nav__link:hover, .nav__link.is-active { color: var(--c-text); }
  .nav__link--highlight { color: #B85E08; }
  .nav-toggle__bar { background: var(--c-text); }

  /* Hero */
  .hero__overlay {
    background:
      radial-gradient(ellipse 80% 60% at 50% 50%, transparent 20%, rgba(245,243,238,0.25) 100%),
      linear-gradient(to bottom, rgba(245,243,238,0.3) 0%, rgba(245,243,238,0.55) 55%, rgba(245,243,238,0.88) 100%);
  }
  .hero__eyebrow { color: #B85E08; }
  .hero__heading { color: var(--c-text); }
  .hero__heading--accent {
    background: linear-gradient(135deg, #B85E08, #D4720A);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .hero__sub { color: var(--c-text-muted); }
  .hero__stats { border-top-color: rgba(0,0,0,0.1); }
  .stat__number { color: #B85E08; }
  .stat__label { color: var(--c-text-dim); }
  .stat__divider { background: rgba(0,0,0,0.1); }
  .hero__scroll-line { background: linear-gradient(to bottom, #B85E08, transparent); }

  /* Sections */
  .services-section { background: var(--c-bg-2); }
  .gallery-section  { background: var(--c-bg); }
  .about-section    { background: var(--c-bg-2); }
  .rental-section   { background: var(--c-bg); }
  .contact-section  { background: var(--c-bg-2); }
  .site-footer      { background: var(--c-bg); border-top-color: rgba(0,0,0,0.08); }
  .footer__bottom   { border-top-color: rgba(0,0,0,0.08); }

  /* Section headers */
  .section__eyebrow { color: #B85E08; }
  .section__title   { color: var(--c-text); }
  .section__desc    { color: var(--c-text-muted); }

  /* Cards */
  .service-card {
    background: rgba(255,255,255,0.7);
    border-color: rgba(0,0,0,0.07);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  }
  .service-card h3, .service-card__title { color: var(--c-text); }
  .service-card p, .service-card__text { color: var(--c-text-muted); }
  .service-card__icon svg path,
  .service-card__icon svg line,
  .service-card__icon svg circle,
  .service-card__icon svg rect { stroke: #B85E08; }

  /* Gallery */
  .gallery__item { background: var(--c-bg-3); }

  /* About */
  .about__img-wrap img { background: var(--c-bg-3); }
  .about__badge {
    background: rgba(245,243,238,0.85);
    border-color: rgba(168,108,0,0.25);
  }
  .about__badge-number { color: #B85E08; }
  .about__badge-text   { color: var(--c-text-muted); }
  .about__lead  { color: var(--c-text); }
  .about__text  { color: var(--c-text-muted); }
  .about__highlight { color: var(--c-text-muted); }
  .about__highlight-icon { color: #B85E08; }
  .about__company-data p, .about__company-data { color: var(--c-text-dim); }
  .about__company-data strong { color: var(--c-text-muted); }
  .about__company-data { border-top-color: rgba(0,0,0,0.08); }

  /* Rental */
  .rental-section::before { background: linear-gradient(135deg, transparent, rgba(168,108,0,0.05)); }
  .rental__vehicle {
    background: rgba(255,255,255,0.7);
    border-color: rgba(168,108,0,0.3);
  }
  .rental__vehicle-img { background: var(--c-bg-3); }
  .rental__img-placeholder { background: var(--c-bg-3); color: var(--c-text-dim); }
  .rental__vehicle-title { color: var(--c-text); }
  .rental__vehicle-desc  { color: var(--c-text-muted); }
  .rental__spec { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.07); }
  .rental__spec dt { color: var(--c-text-dim); }
  .rental__spec dd { color: var(--c-text); }
  .rental__cta-inner { background: linear-gradient(135deg,rgba(168,108,0,0.08),rgba(168,108,0,0.03)); border-color: rgba(168,108,0,0.25); }
  .rental__cta-title { color: var(--c-text); }
  .rental__cta-text  { color: var(--c-text-muted); }
  .rental__cta-note  { color: var(--c-text-dim); }

  /* Contact */
  .contact-card {
    background: rgba(255,255,255,0.6);
    border-color: rgba(0,0,0,0.07);
  }
  .contact-card:hover { background: rgba(168,108,0,0.05); border-color: rgba(168,108,0,0.3); }
  .contact-card__label { color: #B85E08; }
  .contact-card__value { color: var(--c-text); }
  .contact-card__icon  { background: rgba(168,108,0,0.1); }
  .social-link {
    background: rgba(255,255,255,0.6);
    border-color: rgba(0,0,0,0.07);
    color: var(--c-text-muted);
  }
  .social-link:hover { color: var(--c-text); background: rgba(255,255,255,0.9); }
  .contact__company-legal { border-color: #D4720A; }
  .contact__company-legal p { color: var(--c-text-dim); }
  .contact__company-legal strong { color: var(--c-text-muted); }

  /* Footer */
  .footer__logo { background: linear-gradient(135deg,#B85E08,#D4720A); -webkit-background-clip:text; background-clip:text; }
  .footer__tagline { color: var(--c-text-dim); }
  .footer__nav a { color: var(--c-text-muted); }
  .footer__nav a:hover { color: #B85E08; }
  .footer__contact a { color: var(--c-text-muted); }
  .footer__contact a:hover { color: #B85E08; }
  .footer__copy { color: var(--c-text-dim); }
  .footer__legal a { color: var(--c-text-dim); }
  .footer__legal a:hover { color: #B85E08; }

  /* Buttons – keep same, amber works on light */
  .btn--primary { background: linear-gradient(135deg,#B85E08,#9A4E06); box-shadow: 0 4px 24px rgba(168,108,0,0.25); }
  .btn--secondary { color: #B85E08; border-color: #B85E08; }
  .btn--secondary::before { background: #B85E08; }

  /* Lightbox */
  .lightbox__backdrop { }
  .lightbox__caption { color: rgba(245,243,238,0.85); }

  /* Nav badge */
  .nav__badge { background: linear-gradient(135deg,#B85E08,#D4720A); }
}

/* ================================================================
   FORCED COLORS (Windows High Contrast Mode) – WCAG 2.1 AA
   ================================================================ */
@media (forced-colors: active) {
  .btn--primary,
  .btn--secondary {
    forced-color-adjust: none;
    border: 2px solid ButtonText;
  }
  .nav__badge { forced-color-adjust: none; border: 1px solid ButtonText; }
  .gallery__zoom-icon { forced-color-adjust: none; }
  .lightbox__nav,
  .lightbox__close { forced-color-adjust: none; border: 1px solid ButtonText; }
  :focus-visible { outline: 3px solid Highlight; }
}

/* ================================================================
   MANITOU – lang attribute target (en content in pl page)
   ================================================================ */
[lang="en"] {
  font-style: normal; /* prevent browser italic on foreign lang */
}

/* ================================================================
   FOOTER GEO – small area served list in tagline
   ================================================================ */
.footer__tagline small {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(26,23,20,0.5);
  margin-top: 6px;
  line-height: 1.6;
}

/* ================================================================
   REVIEWS SECTION
   ================================================================ */
.reviews { background: #F7F4EF; }

/* Summary bar */
.reviews__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.reviews__stars { display: flex; gap: 2px; }
.star { font-size: 1.25rem; line-height: 1; }
.star--full { color: #D4720A; }
.star--empty { color: rgba(200,134,10,0.25); }
.reviews__score {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: #D4720A;
  letter-spacing: 0.05em;
}
.reviews__count {
  font-size: 0.875rem;
  color: #9E9893;
}
.reviews__google-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6B6560;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.reviews__google-link:hover { border-color: rgba(200,134,10,0.4); color: #1A1714; }

/* Carousel */
.reviews__track-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 -40px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .reviews__track-wrap { margin: 0 -20px; padding: 0 20px; }
}
.reviews__track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
  cursor: grab;
}
.reviews__track:active { cursor: grabbing; }

/* Review card */
.review-card {
  flex: 0 0 calc(33.333% - 16px);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.28s, transform 0.28s cubic-bezier(0.16,1,0.3,1);
}
.review-card:hover {
  border-color: rgba(200,134,10,0.35);
}
@media (max-width: 1024px) { .review-card { flex: 0 0 calc(50% - 12px); } }
@media (max-width: 640px)  { .review-card { flex: 0 0 calc(85vw); } }

.review-card__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.review-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D4720A, #B85E08);
  color: #0F0F0F;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
.review-card__meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.review-card__name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1A1714;
}
.review-card__date {
  font-size: 0.75rem;
  color: #9E9893;
}
.review-card__stars {
  font-size: 0.9rem;
  color: #D4720A;
  letter-spacing: 1px;
}
.review-card__text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4A4540;
  flex: 1;
  quotes: '\201E' '\201D';
}
.review-card__text::before { content: open-quote; }
.review-card__text::after  { content: close-quote; }
.review-card__source {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  color: rgba(242,240,235,0.3);
  letter-spacing: 0.04em;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

/* Dots nav */
.reviews__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.reviews__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(200,134,10,0.25);
  cursor: pointer;
  padding: 0;
  transition: background 0.28s, transform 0.28s;
}
.reviews__dot.is-active {
  background: #D4720A;
  transform: scale(1.3);
}
.reviews__dot:focus-visible { outline: 2px solid #D4720A; outline-offset: 3px; }

/* CTA */
.reviews__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* ================================================================
   LOGO SVG TEXT – color fix for light/dark mode
   ================================================================ */
.logo-svg-text { fill: #F5A84A; } /* dark mode: light gold */

/* ================================================================
   THEME TOGGLE BUTTON – in footer
   ================================================================ */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 24px;
  color: #6B6560;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.28s, border-color 0.28s, color 0.28s;
  -webkit-tap-highlight-color: transparent;
}
.theme-toggle:hover {
  background: rgba(200,134,10,0.12);
  border-color: rgba(200,134,10,0.35);
  color: #D4720A;
}
.theme-toggle:focus-visible {
  outline: 2px solid #D4720A;
  outline-offset: 3px;
}
.theme-toggle__icon { font-size: 1rem; line-height: 1; }
.theme-toggle__label-dark  { display: inline; }
.theme-toggle__label-light { display: none; }

/* ================================================================
   HERO IMAGE – narrow source (1920x500) treated as fullscreen
   Strategy:
   1. object-fit: cover fills the hero area
   2. object-position: center 35% keeps worker/tiles in focus
   3. Overlay gradient is heavier at top/bottom to hide stretching
   4. scale(1.08) adds slight zoom – removes empty edges on tall screens
   ================================================================ */
.hero__bg img {
  transform: scale(1.08);
  object-position: center 35%;
  filter: saturate(0.85) brightness(0.95);
}

.header__logo-img {
  height: 42px;
  width: auto;
}