:root {
  --bg: #f6f3ef;
  --surface: #ffffff;
  --surface-2: #eee9e2;
  --text: #171717;
  --muted: #65656d;
  --dark: #111111;
  --accent: #e31d27;
  --accent-dark: #b9141d;
  --silver: #c6c9ce;
  --border: rgba(17, 17, 17, .11);
  --radius: 28px;
  --shadow: 0 24px 70px rgba(17, 17, 17, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-weight: 400;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(100% - 40px, 1180px); margin: 0 auto; }
.skip-link { position: fixed; left: -999px; top: 12px; background: var(--surface); padding: 10px 14px; border-radius: 10px; z-index: 100; }
.skip-link:focus { left: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(17, 17, 17, .88);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 13px 0; }
.brand { display: inline-flex; align-items: center; min-width: 220px; }
.brand-logo { width: 245px; max-height: 58px; object-fit: contain; }
.brand-logo:not([src]) { display: none; }
.brand-fallback { display: none; font-weight: 900; }
.nav { display: flex; gap: 18px; align-items: center; font-size: 14px; color: rgba(255,255,255,.65); font-weight: 700; }
.nav a { position: relative; padding-bottom: 3px; transition: color .2s ease; }
.nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--accent); border-radius: 2px; transition: width .25s cubic-bezier(.4,0,.2,1); }
.nav a:hover { color: #fff; }
.nav a:hover::after { width: 100%; }
.header-cta { background: var(--accent); color: #fff; padding: 10px 16px; border-radius: 999px; font-weight: 800; font-size: 14px; display: inline-flex; align-items: center; gap: 7px; transition: background .2s ease, transform .2s ease; }
.header-cta:hover { background: var(--accent-dark); transform: translateY(-1px); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.08); padding: 9px 12px; border-radius: 999px; font-weight: 800; }
.section { padding: 92px 0; }
.about-grid, .contact-grid, .faq-grid { display: grid; gap: 46px; align-items: center; }
.about-grid { grid-template-columns: 1fr .9fr; }
.contact-grid { grid-template-columns: .9fr 1.1fr; align-items: start; }
.faq-grid { grid-template-columns: .72fr 1fr; align-items: start; }

/* hero full-screen */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 130px 0 80px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.5) 55%, rgba(0,0,0,.22) 100%); }
.hero-content { position: relative; z-index: 2; }
.hero-copy { max-width: 780px; color: #fff; }
.hero-copy .eyebrow { color: var(--accent); }
.hero-copy .lead { color: rgba(255,255,255,.78); }
.hero-ghost { background: rgba(255,255,255,.12) !important; border: 1px solid rgba(255,255,255,.25) !important; color: #fff !important; }
.hero-ghost:hover { background: rgba(255,255,255,.22) !important; }

.hero-stats { display: flex; align-items: flex-start; gap: 0; margin-top: 36px; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; gap: 5px; padding-right: 28px; }
.hero-stat + .hero-stat { padding-left: 28px; padding-right: 28px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-stat:last-child { padding-right: 0; }
.hs-top { display: flex; align-items: baseline; gap: 7px; }
.hs-stars { color: var(--accent); font-size: 11px; letter-spacing: .05em; }
.hs-value { font-size: 26px; font-weight: 800; letter-spacing: -.04em; color: #fff; line-height: 1; }
.hs-value small { font-size: 14px; font-weight: 300; color: rgba(255,255,255,.5); letter-spacing: 0; }
.hs-label { font-size: 10px; font-weight: 300; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.38); }
.hero .metric { background: rgba(255,255,255,.12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-color: rgba(255,255,255,.2); }
.hero .metric strong { color: #fff; }
.hero .metric span { color: rgba(255,255,255,.62); }
.hero-info-card {
  position: absolute; right: 48px; bottom: 60px; z-index: 3;
  background: rgba(12,12,12,.18); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: 24px 26px;
  min-width: 270px; color: #fff;
}
.hic-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.hic-label { font-size: 10px; font-weight: 300; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.5); }
.hic-live { display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 300; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.65); }
.hic-dot { width: 7px; height: 7px; background: #22c55e; border-radius: 999px; animation: hic-pulse 2.2s ease infinite; }
@keyframes hic-pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.5; transform:scale(.8); } }
.hic-rating-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; }
.hic-score { font-size: 62px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.hic-max { font-size: 17px; color: rgba(255,255,255,.32); font-weight: 300; }
.hic-stars-row { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.hic-stars { color: var(--accent); font-size: 15px; letter-spacing: .06em; }
.hic-reviews { font-size: 11px; font-weight: 300; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.45); }
.hic-divider { border: none; border-top: 1px solid rgba(255,255,255,.1); margin: 0 0 20px; }
.hic-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hic-meta-label { display: block; font-size: 10px; font-weight: 300; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.4); margin-bottom: 5px; }
.hic-meta-value { font-size: 22px; font-weight: 800; letter-spacing: -.03em; display: flex; align-items: baseline; gap: 5px; }
.hic-meta-value small { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.42); letter-spacing: 0; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(40px, 6.5vw, 72px); line-height: .95; letter-spacing: -.055em; font-weight: 900; max-width: 840px; margin-bottom: 22px; }
h2 { font-size: clamp(30px, 4vw, 50px); line-height: 1.02; letter-spacing: -.04em; font-weight: 800; margin-bottom: 18px; }
h3 { font-size: 20px; line-height: 1.25; letter-spacing: -.02em; font-weight: 700; }
.lead { color: var(--muted); font-size: 18px; font-weight: 300; line-height: 1.7; max-width: 680px; margin-bottom: 28px; }
.section-text { color: var(--muted); font-size: 17px; font-weight: 300; line-height: 1.7; }
.section-heading p { color: var(--muted); font-size: 17px; font-weight: 300; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: 999px; padding: 12px 22px; font-weight: 900; border: 1px solid transparent; cursor: pointer; position: relative; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px) scale(1.015); }
.btn-icon { width: 16px; height: 16px; flex-shrink: 0; }
.button.primary { background: var(--accent); color: #fff; box-shadow: 0 10px 28px rgba(227,29,39,.28); }
.button.primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent); transform: skewX(-18deg); transition: left .55s ease; pointer-events: none; }
.button.primary:hover::before { left: 160%; }
.button.primary:hover { box-shadow: 0 16px 40px rgba(227,29,39,.38); background: var(--accent-dark); }
.button.ghost { background: rgba(255,255,255,.72); border-color: rgba(17,17,17,.14); color: var(--text); }
.button.ghost:hover { background: rgba(255,255,255,.92); }
.button.full { width: 100%; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.quick-contact { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); }
.quick-contact a:hover { color: var(--accent); }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; max-width: 720px; }
.metric { background: rgba(255,255,255,.52); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.75); border-radius: 22px; padding: 18px; }
.metric strong { display: block; font-size: 24px; letter-spacing: -.04em; }
.metric span { color: var(--muted); font-size: 13px; }
.hero-card { min-height: 590px; position: relative; border-radius: 42px; background: #111; box-shadow: var(--shadow); overflow: hidden; isolation: isolate; }
.hero-card::after { content: "ΑΛΕΞΟΠΟΥΛΟΣ"; position: absolute; left: -22px; bottom: 24px; color: rgba(255,255,255,.13); font-weight: 900; font-size: clamp(54px, 6vw, 92px); letter-spacing: -.08em; }
.hero-image { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .36; transform: scale(1.01); }
.hero-image.has-image { opacity: .92; }
.hero-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.44)); z-index: 1; }
.floating-card, .rating-card { position: absolute; background: rgba(255,255,255,.68); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.55); border-radius: 24px; padding: 18px 20px; box-shadow: 0 16px 44px rgba(0,0,0,.22); z-index: 2; }
.floating-card { left: 28px; top: 32px; }
.rating-card { right: 28px; bottom: 32px; display: grid; gap: 2px; min-width: 170px; }
.rating-card span { color: var(--accent); font-size: 24px; }
.rating-card strong { font-size: 24px; line-height: 1; }
.tiny-label, .rating-card small { display: block; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.muted { background: var(--surface-2); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card, .review-cta-card, .faq-item, .about-panel, .contact-card { background: rgba(255,255,255,.78); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); box-shadow: 0 14px 50px rgba(17,17,17,.07); }
.card { padding: 26px; display: flex; flex-direction: column; min-height: 330px; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(17,17,17,.12); }
.card-index { color: var(--accent); font-weight: 900; margin-bottom: 24px; }
.card .subtitle { color: var(--muted); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.card p { color: var(--muted); }
.card ul, .check-list { padding: 0; margin: auto 0 0; list-style: none; display: grid; gap: 10px; }
.card li, .check-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--text); }
.card li::before, .check-list li::before { content: "✓"; color: var(--accent); font-weight: 900; }
.timeline-v { display: grid; gap: 0; max-width: 640px; }
.timeline-step { display: grid; grid-template-columns: 52px 1fr; gap: 22px; }
.timeline-step-marker { display: flex; flex-direction: column; align-items: center; padding-top: 2px; }
.timeline-step-dot { width: 40px; height: 40px; background: var(--accent); color: #fff; border-radius: 999px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 12px; letter-spacing: .04em; flex-shrink: 0; }
.timeline-step-line { flex: 1; width: 2px; background: var(--border); margin-top: 10px; min-height: 32px; }
.timeline-step:last-child .timeline-step-line { display: none; }
.timeline-step-body { padding-bottom: 38px; }
.timeline-step:last-child .timeline-step-body { padding-bottom: 0; }
.timeline-step-body h3 { margin-bottom: 6px; font-size: 20px; }
.timeline-step-body p { color: var(--muted); margin: 0; }

.services-accordion { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.78); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.service-item { border-bottom: 1px solid var(--border); }
.service-item:last-child { border-bottom: none; }
.service-header { width: 100%; padding: 20px 26px; background: transparent; border: none; text-align: left; cursor: pointer; display: flex; align-items: center; gap: 18px; font: inherit; transition: background .15s ease; }
.service-header:hover { background: rgba(227,29,39,.04); }
.service-num { color: var(--accent); font-weight: 900; font-size: 13px; letter-spacing: .06em; flex-shrink: 0; width: 26px; }
.service-icon { width: 44px; height: 44px; background: rgba(227,29,39,.07); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s ease; color: var(--accent); }
.service-icon svg { width: 22px; height: 22px; }
.service-header:hover .service-icon, .service-item.open .service-icon { background: rgba(227,29,39,.13); }
.service-titles { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.service-name { font-weight: 800; font-size: 17px; }
.service-cat { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.service-chevron { color: var(--accent); font-size: 22px; font-weight: 900; transition: transform .25s ease; flex-shrink: 0; line-height: 1; }
.service-item.open .service-chevron { transform: rotate(90deg); }
.service-body { overflow: hidden; max-height: 0; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
.service-item.open .service-body { max-height: 360px; }
.service-body-inner { padding: 4px 26px 24px; }
.service-body-inner p { color: var(--muted); margin-bottom: 14px; }
.service-items { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.service-items li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.service-items li::before { content: "✓"; color: var(--accent); font-weight: 900; flex-shrink: 0; }
blockquote { margin: 28px 0 0; padding-left: 22px; border-left: 4px solid var(--accent); font-size: 22px; line-height: 1.35; font-weight: 800; }
.about-panel { padding: 28px; }
.stat-row { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.stat-row span { color: var(--muted); }
.stat-row strong { text-align: right; }
.check-list { margin-top: 24px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 16px; }
.gallery-item { margin: 0; border-radius: 26px; overflow: hidden; min-height: 300px; background: var(--surface); box-shadow: 0 16px 44px rgba(17,17,17,.08); }
.gallery-item:first-child { grid-row: span 2; min-height: 616px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.review-cta-card { padding: 30px; }
.stars { color: var(--accent); letter-spacing: .08em; margin-bottom: 18px; font-size: 22px; }
.review-cta-card p { color: var(--muted); }
.sticky-heading { position: sticky; top: 110px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; }
.faq-item button { width: 100%; padding: 22px 24px; background: transparent; border: 0; text-align: left; font-weight: 900; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; color: var(--text); }
.faq-answer { padding: 0 24px 22px; color: var(--muted); display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-icon { color: var(--accent); font-weight: 900; }
.contact { background: var(--dark); color: #fff; }
.contact .eyebrow { color: #ff737b; }
.contact .section-text { color: rgba(255,255,255,.72); }
.contact-simple { max-width: 680px; }
.contact-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 36px; }
.contact-meta > div { display: flex; flex-direction: column; gap: 6px; }
.contact-meta span { color: rgba(255,255,255,.45); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.contact-meta strong { color: rgba(255,255,255,.88); display: block; }
.contact-meta ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 0; }
.hours-item { display: grid; grid-template-columns: 90px 1fr; align-items: baseline; gap: 8px; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.hours-item:last-child { border-bottom: none; }
.hours-day { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); }
.hours-time { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.5); }
.contact .button.ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.22); }
.contact .button.ghost:hover { background: rgba(255,255,255,.2); }
.contact-details { display: grid; gap: 16px; margin-top: 30px; }
.contact-details div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-details span { display: block; color: rgba(255,255,255,.56); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; margin-bottom: 6px; }
.contact-details strong { display: block; }
.contact-details ul { margin: 0; padding-left: 18px; color: rgba(255,255,255,.84); }
.contact-card { padding: 26px; background: rgba(255,255,255,.06); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.12); color: #fff; }
.contact-card-inner { display: flex; flex-direction: column; height: 100%; }
.contact-cta-block { display: flex; flex-direction: column; gap: 16px; }
.contact-cta-text { color: rgba(255,255,255,.72); margin: 0; }
.contact-cta-links { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.contact-cta-link { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; color: #fff; transition: background .15s ease, transform .15s ease; }
.contact-cta-link:hover { background: rgba(255,255,255,.14); transform: translateX(4px); }
.contact-cta-icon { font-size: 20px; width: 32px; text-align: center; flex-shrink: 0; }
.contact-cta-link span:last-child { display: flex; flex-direction: column; gap: 2px; }
.contact-cta-link strong { font-size: 16px; }
.contact-cta-link small { color: rgba(255,255,255,.56); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
form { display: grid; gap: 14px; }
label { display: grid; gap: 8px; font-weight: 900; }
input, textarea { width: 100%; border: 1px solid var(--border); border-radius: 16px; padding: 13px 14px; background: #fbfaf8; color: var(--text); font: inherit; }
input:focus, textarea:focus { outline: 3px solid rgba(227, 29, 39, .16); border-color: var(--accent); }
.form-note { color: var(--muted); font-size: 13px; margin: 0; }
.map-embed { margin-top: 18px; overflow: hidden; border-radius: 22px; border: 1px solid var(--border); min-height: 280px; }
.map-embed iframe { width: 100%; height: 320px; border: 0; display: block; }
.site-footer { background: #0b0b0b; color: rgba(255,255,255,.8); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0; }
.footer-inner p { margin: 0; }
.noscript { position: fixed; bottom: 12px; left: 12px; right: 12px; background: #fff; border: 1px solid var(--border); padding: 12px; border-radius: 12px; z-index: 50; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 32px; }
.testimonial-card { padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.t-stars { color: var(--accent); font-size: 16px; letter-spacing: .04em; }
.t-text { color: var(--muted); flex: 1; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.t-author { display: flex; flex-direction: column; gap: 3px; margin-top: auto; }
.t-author strong { font-size: 14px; }
.t-author span { color: var(--muted); font-size: 12px; }
.reviews-cta-row { text-align: center; }
@media (max-width: 900px) { .testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* scroll animations */
[data-anim] { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; }
[data-anim].anim-in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { [data-anim], [data-anim].anim-in { opacity: 1; transform: none; transition: none; } }

.fab { position: fixed; bottom: 24px; right: 24px; z-index: 30; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.fab[hidden] { display: none; }
.fab-btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 20px; border-radius: 999px; font-weight: 900; font-size: 15px; color: #fff; text-decoration: none; box-shadow: 0 8px 28px rgba(0,0,0,.22); transition: transform .15s ease, box-shadow .15s ease; white-space: nowrap; }
.fab-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,0,0,.28); }
.fab-btn.fab-phone { background: var(--accent); }
.fab-btn.fab-wa { background: #25d366; }
.fab-icon { font-size: 18px; line-height: 1; }
.fab-visible { animation: fabSlideIn .25s ease both; }
@keyframes fabSlideIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1040px) {
  .header-inner { flex-wrap: wrap; }
  .menu-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; padding: 10px 12px; }
  .ham-line { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: transform .22s ease, opacity .18s ease; }
  .menu-toggle[aria-expanded="true"] .ham-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .ham-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .menu-toggle[aria-expanded="true"] .ham-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(17,17,17,.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 16px;
    border: 1px solid transparent;
    gap: 0;
    pointer-events: none;
    transition: max-height .32s cubic-bezier(.4,0,.2,1), opacity .22s ease, padding .32s ease, border-color .2s ease;
  }
  .nav a { padding: 8px 0; color: rgba(255,255,255,.75); }
  .nav a:hover { color: #fff; }
  .nav.open {
    max-height: 400px;
    opacity: 1;
    padding: 16px;
    border-color: rgba(255,255,255,.1);
    pointer-events: auto;
  }
  .header-cta { margin-left: auto; }
}
@media (max-width: 900px) {
  .about-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 0; margin-top: 24px; }
  .hero-stat { padding-right: 16px; }
  .hero-stat + .hero-stat { padding-left: 16px; padding-right: 16px; }
  .hs-value { font-size: 18px; }
  .hs-label { font-size: 9px; letter-spacing: .12em; }
  .cards, .timeline { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; }
  .hero .metrics { grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 24px; }
  .hero .metric { padding: 12px 10px; }
  .hero .metric strong { font-size: 18px; }
  .hero .metric span { font-size: 11px; }
  .sticky-heading { position: static; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item:first-child { min-height: 300px; grid-row: auto; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1140px); }
  .section { padding: 68px 0; }
  .hero { padding-top: 50px; }
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  .brand { min-width: auto; }
  .brand-logo { width: 190px; }
  .header-cta { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .contact-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-actions .button { width: 100%; }
  .contact-meta { grid-template-columns: 1fr; gap: 20px; }
  .floating-card, .rating-card { left: 20px; right: 20px; }
  .rating-card { bottom: 20px; }
}
