:root {
  --forest: #123f37;
  --forest-deep: #092d29;
  --forest-soft: #1e5a4e;
  --copper: #d76d3f;
  --copper-dark: #ba542c;
  --ivory: #f5efe5;
  --sand: #e9dece;
  --paper: #fffdf9;
  --ink: #18302d;
  --muted: #667773;
  --line: rgba(18, 63, 55, .15);
  --white: #fff;
  --shadow: 0 24px 70px rgba(24, 48, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Tahoma, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }

.service-rail { background: var(--forest-deep); color: rgba(255,255,255,.75); font-size: 12px; }
.rail-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rail-inner p { margin: 0; display: flex; align-items: center; gap: 10px; }
.status-dot { width: 8px; height: 8px; flex: 0 0 8px; display: inline-block; border-radius: 50%; background: #79d09d; box-shadow: 0 0 0 5px rgba(121,208,157,.12); }
.rail-inner > div { display: flex; align-items: center; gap: 14px; }
.rail-inner i { width: 1px; height: 12px; background: rgba(255,255,255,.24); }
.rail-inner a:hover { color: white; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,253,249,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; direction: ltr; }
.brand > span:last-child { display: grid; gap: 2px; }
.brand strong { font: 800 19px/1.1 Arial, sans-serif; color: var(--forest-deep); letter-spacing: -.035em; }
.brand small { color: var(--muted); font-size: 10.5px; direction: rtl; }
.english-site .brand small { direction: ltr; }
.logo-mark { width: 48px; height: 48px; display: grid; place-items: center; }
.logo-mark svg { width: 48px; height: 48px; }
.logo-mark .logo-shell { fill: var(--forest); }
.logo-mark .logo-shine { fill: none; stroke: rgba(255,255,255,.28); stroke-width: 1.15; }
.logo-mark .logo-drum { fill: none; stroke: var(--ivory); stroke-width: 2.8; }
.logo-mark .logo-wave { fill: none; stroke: var(--ivory); stroke-width: 2.3; stroke-linecap: round; }
.logo-mark .logo-tool { fill: var(--copper); stroke: var(--forest-deep); stroke-width: .85; stroke-linejoin: round; }
.main-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 29px); font-size: 13px; font-weight: 700; }
.main-nav a { position: relative; padding: 33px 0; }
.main-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: 23px; height: 2px; background: var(--copper); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-switch, .header-call { height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 23px; font-size: 12px; font-weight: 800; }
.language-switch { gap: 7px; padding: 0 14px; border: 1px solid var(--line); background: white; }
.language-switch b { color: var(--copper-dark); font: 800 11px Arial, sans-serif; }
.header-call { gap: 8px; padding: 0 18px; color: white; background: var(--forest); box-shadow: 0 10px 24px rgba(18,63,55,.16); }
.header-call svg, .btn svg, .quiet-link svg, .float-whatsapp svg, .mobile-dock svg, .contact-method svg { width: 18px; height: 18px; fill: currentColor; }
.mobile-menu { display: none; }

.home-hero { position: relative; overflow: hidden; background: var(--paper); }
.home-hero::before { content: ""; position: absolute; inset: 0 50% 0 0; background: radial-gradient(circle at 15% 20%, rgba(215,109,63,.15), transparent 35%), linear-gradient(145deg, var(--ivory), #fffaf3); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: stretch; direction: ltr; }
.hero-copy { position: relative; z-index: 2; padding: 90px 54px 82px 0; align-self: center; direction: rtl; }
.english-site .hero-copy { padding: 90px 54px 82px 0; direction: ltr; }
.kicker { margin: 0 0 16px; color: var(--copper-dark); font-size: 12px; line-height: 1.4; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.kicker.light { color: #efb094; }
.hero-copy h1 { margin: 0; max-width: 620px; color: var(--forest-deep); font-size: clamp(48px, 5.7vw, 78px); line-height: 1.08; letter-spacing: -.057em; text-wrap: balance; }
.hero-copy h1 em { color: var(--copper); font-style: normal; }
.hero-lead { max-width: 575px; margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { margin-top: 33px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 27px; font-size: 13px; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-copper { color: white; background: var(--copper); box-shadow: 0 14px 30px rgba(215,109,63,.24); }
.btn-copper:hover { background: var(--copper-dark); }
.btn-dark { color: white; background: var(--forest); }
.btn-ivory { color: var(--forest-deep); background: var(--ivory); }
.btn-outline { color: white; border: 1px solid rgba(255,255,255,.38); background: transparent; }
.quiet-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 13px; font-weight: 800; }
.hero-notes { margin: 27px 0 0; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: var(--forest-soft); font-size: 12px; font-weight: 800; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes span::before { content: "✓"; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-size: 10px; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(transparent, rgba(9,45,41,.42)); }
.hero-visual > img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; object-position: center; }
.hero-photo-label { position: absolute; z-index: 2; inset-inline-end: 28px; bottom: 28px; padding: 15px 17px; display: flex; align-items: center; gap: 11px; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: rgba(9,45,41,.78); backdrop-filter: blur(12px); }
.hero-photo-label span:last-child { display: grid; gap: 2px; }
.hero-photo-label strong { font-size: 13px; }
.hero-photo-label small { color: rgba(255,255,255,.7); font-size: 10px; }

.proof-strip { background: var(--forest-deep); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid article { min-height: 132px; padding: 29px 32px; display: flex; align-items: center; gap: 18px; border-inline-start: 1px solid rgba(255,255,255,.12); }
.proof-grid article:first-child { border-inline-start: 0; }
.proof-grid article > span { color: var(--copper); font: 700 12px Arial,sans-serif; }
.proof-grid strong { display: block; margin-bottom: 6px; font-size: 17px; }
.proof-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.7; }

.section { padding: 112px 0; }
.paper-section { background: var(--paper); }
.ivory-section { background: var(--ivory); }
.forest-section { color: white; background: var(--forest); }
.section-heading { margin-bottom: 50px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; }
.section-heading h2, .story-copy h2, .visit-copy h2, .areas-photo-copy h2, .model-copy h2, .about-copy h2, .contact-copy h2 { margin: 0; color: var(--forest-deep); font-size: clamp(35px, 4vw, 57px); line-height: 1.15; letter-spacing: -.045em; text-wrap: balance; }
.section-heading > p, .story-copy > p, .visit-copy > p, .areas-photo-copy > p, .model-copy > p, .about-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }

.fault-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.fault-card { min-height: 240px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.62); transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.fault-card:hover { transform: translateY(-5px); background: white; box-shadow: var(--shadow); }
.fault-card > span { color: var(--copper); font: 700 11px Arial,sans-serif; }
.fault-card .fault-icon { margin: 29px 0 25px; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: var(--forest); background: #e6eee9; font-size: 22px; }
.fault-card strong { margin-top: auto; color: var(--forest-deep); font-size: 18px; }
.fault-card p { margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-photo { position: relative; margin: 0; height: 610px; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo figcaption { position: absolute; inset-inline-start: 22px; bottom: 22px; max-width: 250px; padding: 15px 18px; color: white; border-radius: 12px; background: rgba(9,45,41,.88); font-size: 12px; line-height: 1.65; }
.story-copy > p { margin-top: 22px; }
.process-list { margin-top: 36px; border-top: 1px solid var(--line); }
.process-list article { padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 17px; border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--copper); font: 700 11px Arial,sans-serif; }
.process-list h3 { margin: 0 0 6px; color: var(--forest-deep); font-size: 16px; }
.process-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.text-link { margin-top: 28px; display: inline-flex; align-items: center; gap: 9px; color: var(--forest); font-size: 13px; font-weight: 900; }
.text-link svg { width: 18px; }
.english-site .text-link svg { transform: rotate(180deg); }

.brand-marquee { padding: 33px 0; border-block: 1px solid var(--line); background: var(--paper); }
.brand-track { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; direction: ltr; }
.brand-track span { min-height: 58px; display: grid; place-items: center; color: var(--forest-deep); border: 1px solid var(--line); border-radius: 12px; background: white; font: 800 15px Arial,sans-serif; }

.visit-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 76px; align-items: center; }
.visit-copy > p { margin-top: 22px; }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; display: grid; gap: 13px; }
.check-list li { position: relative; padding-inline-start: 31px; color: var(--forest); font-size: 13px; font-weight: 800; }
.check-list li::before { content: "✓"; position: absolute; inset-inline-start: 0; top: -1px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--copper); font-size: 10px; }
.visit-photo { position: relative; height: 510px; overflow: hidden; border-radius: 26px; }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; }
.visit-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); border-radius: inherit; pointer-events: none; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-intro h2 { margin: 0; color: var(--forest-deep); font-size: 44px; line-height: 1.2; letter-spacing: -.04em; }
.faq-intro p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 44px 25px 0; position: relative; list-style: none; color: var(--forest-deep); font-size: 15px; font-weight: 900; cursor: pointer; }
.english-site .faq-list summary { padding: 25px 0 25px 44px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; inset-inline-end: 0; top: 22px; width: 25px; height: 25px; display: grid; place-items: center; color: var(--copper); border: 1px solid var(--line); border-radius: 50%; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -7px 0 24px; max-width: 680px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.inner-hero { position: relative; padding: 82px 0; overflow: hidden; background: var(--paper); }
.inner-hero::before { content: ""; position: absolute; width: 480px; height: 480px; inset-inline-start: -250px; top: -250px; border-radius: 50%; border: 90px solid rgba(215,109,63,.06); }
.inner-hero-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 70px; align-items: center; }
.inner-copy h1 { margin: 0; max-width: 620px; color: var(--forest-deep); font-size: clamp(45px,5vw,68px); line-height: 1.1; letter-spacing: -.052em; text-wrap: balance; }
.inner-copy > p:not(.kicker) { margin: 24px 0 0; max-width: 610px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.inner-actions { margin-top: 31px; display: flex; align-items: center; flex-wrap: wrap; gap: 17px; }
.inner-photo { position: relative; height: 485px; margin: 0; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.inner-photo img { width: 100%; height: 100%; object-fit: cover; }
.inner-photo figcaption { position: absolute; inset-inline-end: 18px; bottom: 18px; padding: 13px 16px; display: flex; align-items: center; gap: 10px; color: white; border-radius: 12px; background: rgba(9,45,41,.88); font-size: 11px; font-weight: 800; }

.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-card { min-height: 218px; padding: 29px; display: grid; grid-template-columns: 42px 1fr; align-content: start; gap: 0 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.service-card > span { grid-row: 1/4; color: var(--copper); font: 700 11px Arial,sans-serif; }
.service-card h2 { margin: 0; color: var(--forest-deep); font-size: 20px; line-height: 1.35; }
.service-card p { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.service-card small { margin-top: 22px; color: var(--forest-soft); font-size: 11px; font-weight: 900; }
.home-services .service-card { background: var(--ivory); }
.home-services-action { margin-top: 34px; display: flex; justify-content: center; }
.repair-band { color: white; background: var(--forest-deep); }
.repair-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.repair-band h2 { margin: 0; color: white; font-size: clamp(36px,4vw,54px); line-height: 1.15; letter-spacing: -.045em; }
.repair-band p:not(.kicker) { color: rgba(255,255,255,.66); line-height: 1.9; }
.repair-steps { display: grid; gap: 13px; }
.repair-steps article { padding: 22px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.04); }
.repair-steps span { color: #efb094; font: 700 11px Arial,sans-serif; }
.repair-steps strong { display: block; margin-bottom: 5px; font-size: 15px; }
.repair-steps p { margin: 0; font-size: 12px; }

.brand-showcase { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; direction: ltr; }
.brand-tile { min-height: 155px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.brand-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.brand-tile span { color: var(--copper); font: 700 10px Arial,sans-serif; }
.brand-tile strong { color: var(--forest-deep); font: 800 22px Arial,sans-serif; letter-spacing: -.03em; }
.brand-tile small { color: var(--muted); font-size: 10px; }
.model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.model-copy > p { margin-top: 21px; }
.model-label { padding: 32px; border-radius: 22px; background: var(--forest-deep); color: white; box-shadow: var(--shadow); }
.model-label > span { color: #efb094; font: 800 11px Arial,sans-serif; letter-spacing: .15em; }
.model-label strong { display: block; margin: 26px 0 9px; font-size: 25px; }
.model-label p { margin: 0 0 27px; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.8; }
.brand-notice { padding: 25px 0; color: var(--muted); border-top: 1px solid var(--line); background: var(--paper); font-size: 11px; line-height: 1.7; }
.brand-notice strong { color: var(--forest-deep); margin-inline-end: 10px; }

.areas-photo-grid, .about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.areas-photo, .about-photo { height: 520px; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.areas-photo img, .about-photo img { width: 100%; height: 100%; object-fit: cover; }
.areas-photo-copy > p, .about-copy > p { margin-top: 21px; }
.zone-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.zone-card { padding: 25px 21px; border-radius: 16px; background: var(--paper); border: 1px solid var(--line); }
.zone-card > span { color: var(--copper); font: 700 10px Arial,sans-serif; }
.zone-card h2 { margin: 24px 0 18px; color: var(--forest-deep); font-size: 18px; }
.zone-card div { display: flex; flex-wrap: wrap; gap: 7px; }
.zone-card small { padding: 7px 9px; border-radius: 16px; color: var(--muted); background: #ebe7de; font-size: 10px; }
.map-section { padding: 0 0 110px; background: var(--ivory); }
.map-grid { display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; border-radius: 24px; background: var(--forest-deep); box-shadow: var(--shadow); }
.map-copy { padding: 48px; color: white; }
.map-copy h2 { margin: 0; font-size: 36px; line-height: 1.2; }
.map-copy p:not(.kicker) { margin: 20px 0 28px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.8; }
.map-grid iframe { width: 100%; min-height: 420px; border: 0; filter: saturate(.7) contrast(.95); }

.principle-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.principle-grid article { padding: 30px; border-radius: 18px; border: 1px solid var(--line); background: var(--paper); }
.principle-grid span { color: var(--copper); font: 700 11px Arial,sans-serif; }
.principle-grid h3 { margin: 32px 0 11px; color: var(--forest-deep); font-size: 19px; }
.principle-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 74px; align-items: start; }
.booking-form { padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 21px; border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }
.form-heading { grid-column: 1/-1; margin-bottom: 10px; display: flex; gap: 16px; }
.form-heading > span { color: var(--copper); font: 700 11px Arial,sans-serif; }
.form-heading h2 { margin: 0; color: var(--forest-deep); font-size: 30px; }
.form-heading p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.booking-form label { display: grid; gap: 8px; color: var(--forest-deep); font-size: 11px; font-weight: 900; }
.booking-form input, .booking-form textarea { width: 100%; padding: 15px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: white; color: var(--ink); font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.booking-form input:focus, .booking-form textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(215,109,63,.1); }
.form-wide { grid-column: 1/-1; }
.contact-copy { padding-top: 10px; }
.contact-copy > p { margin-top: 20px; }
.contact-methods { margin-top: 33px; display: grid; gap: 12px; }
.contact-method { padding: 17px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.contact-method > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--forest); }
.contact-method small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; }
.contact-method strong { color: var(--forest-deep); font-size: 13px; }
.contact-photo { margin-top: 22px; height: 245px; overflow: hidden; border-radius: 18px; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; }
.contact-map { padding: 0 0 110px; background: var(--ivory); }
.contact-map iframe { width: 100%; min-height: 430px; border: 0; border-radius: 22px; box-shadow: var(--shadow); }

.cta-section { padding: 80px 0; color: white; background: var(--forest); }
.cta-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; }
.cta-grid h2 { margin: 0; max-width: 720px; font-size: clamp(34px,4vw,52px); line-height: 1.18; letter-spacing: -.045em; }
.cta-grid > div > p:not(.kicker) { margin: 17px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.8; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }
.site-footer { padding: 72px 0 0; color: rgba(255,255,255,.66); background: var(--forest-deep); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .8fr 1.1fr; gap: 65px; }
.footer-brand strong { color: white; }
.footer-brand small { color: rgba(255,255,255,.55); }
.footer-about > p { max-width: 340px; margin: 21px 0 0; font-size: 12px; line-height: 1.8; }
.site-footer h3 { margin: 3px 0 19px; color: white; font-size: 13px; }
.footer-links { display: grid; gap: 11px; font-size: 11px; }
.footer-links a:hover { color: white; }
.footer-promise { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
.footer-promise span { color: #efb094; font: 800 9px Arial,sans-serif; letter-spacing: .14em; }
.footer-promise strong { display: block; margin: 17px 0 8px; color: white; font-size: 15px; }
.footer-promise p { margin: 0; font-size: 11px; line-height: 1.7; }
.footer-bottom { margin-top: 55px; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.float-whatsapp { position: fixed; z-index: 45; inset-inline-end: 24px; bottom: 22px; min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 9px; color: white; border-radius: 24px; background: #198c59; box-shadow: 0 15px 35px rgba(9,45,41,.22); font-size: 12px; font-weight: 900; }
.mobile-dock { display: none; }

.english-site { direction: ltr; }
.english-site .brand small { text-align: left; }

@media (max-width: 1080px) {
  .main-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 45px; height: 45px; display: grid; align-content: center; gap: 5px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { height: 2px; border-radius: 2px; background: var(--forest); }
  .mobile-panel { position: absolute; top: 57px; inset-inline-end: 0; width: 260px; padding: 14px; display: grid; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
  .mobile-panel a { padding: 12px 10px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; }
  .mobile-panel a:last-child { border: 0; }
  .mobile-panel a.active { color: var(--copper-dark); }
  .mobile-language { color: var(--copper-dark); }
  .hero-copy { padding-inline-end: 35px; }
  .english-site .hero-copy { padding-inline-end: 35px; }
  .zone-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 700px); }
  .rail-inner { justify-content: center; }
  .rail-inner > div { display: none; }
  .header-inner { min-height: 72px; gap: 10px; }
  .brand strong { font-size: 17px; }
  .logo-mark, .logo-mark svg { width: 43px; height: 43px; }
  .header-actions .language-switch span, .header-call span { display: none; }
  .language-switch, .header-call { width: 44px; padding: 0; }
  .hero-grid, .inner-hero-grid { grid-template-columns: 1fr; }
  .home-hero::before { inset: 0; }
  .hero-copy, .english-site .hero-copy { padding: 70px 0 52px; }
  .hero-copy h1 { font-size: clamp(45px, 12vw, 68px); }
  .hero-visual, .hero-visual > img { min-height: 520px; }
  .hero-visual > img { height: 520px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 105px; border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .section { padding: 82px 0; }
  .section-heading, .story-grid, .visit-grid, .faq-grid, .repair-band-grid, .model-grid, .areas-photo-grid, .about-grid, .contact-grid, .cta-grid, .map-grid { grid-template-columns: 1fr; gap: 42px; }
  .fault-grid { grid-template-columns: repeat(2,1fr); }
  .story-photo, .areas-photo, .about-photo { height: 510px; }
  .visit-photo { grid-row: 1; }
  .brand-track { grid-template-columns: repeat(3,1fr); }
  .inner-hero { padding: 70px 0; }
  .inner-photo { height: 500px; }
  .service-list { grid-template-columns: 1fr; }
  .brand-showcase { grid-template-columns: repeat(3,1fr); }
  .zone-grid { grid-template-columns: repeat(2,1fr); }
  .map-copy { padding: 40px; }
  .principle-grid { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { padding-bottom: 63px; }
  .container { width: calc(100% - 28px); }
  .service-rail { font-size: 10px; }
  .brand small { display: none; }
  .header-actions { margin-inline-start: auto; }
  .header-call { display: none; }
  .hero-copy { padding-top: 58px; }
  .hero-copy h1, .inner-copy h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { flex: 1 1 100%; }
  .quiet-link { justify-content: center; min-height: 44px; }
  .hero-visual, .hero-visual > img { min-height: 430px; height: 430px; }
  .hero-photo-label { inset-inline: 16px; bottom: 16px; }
  .section-heading { gap: 20px; margin-bottom: 35px; }
  .section-heading h2, .story-copy h2, .visit-copy h2, .areas-photo-copy h2, .model-copy h2, .about-copy h2, .contact-copy h2 { font-size: 37px; }
  .fault-grid { grid-template-columns: 1fr; }
  .fault-card { min-height: 200px; }
  .story-photo, .areas-photo, .about-photo, .inner-photo { height: 410px; }
  .visit-photo { height: 390px; }
  .brand-track { grid-template-columns: repeat(2,1fr); }
  .brand-showcase { grid-template-columns: repeat(2,1fr); }
  .brand-tile { min-height: 135px; }
  .zone-grid { grid-template-columns: 1fr; }
  .booking-form { padding: 26px 20px; grid-template-columns: 1fr; }
  .booking-form label, .form-wide, .form-heading { grid-column: 1; }
  .form-heading h2 { font-size: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
  .float-whatsapp { display: none; }
  .mobile-dock { position: fixed; z-index: 50; inset: auto 0 0; height: 63px; display: grid; grid-template-columns: 1fr 1.2fr; background: white; box-shadow: 0 -10px 30px rgba(9,45,41,.11); }
  .mobile-dock a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--forest); font-size: 12px; font-weight: 900; }
  .mobile-dock a:last-child { color: white; background: #198c59; }
}

@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
