
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: oklch(0.22 0.02 250); background: oklch(1 0 0); font-size: 18px; }
a { color: oklch(0.50 0.16 250); text-decoration: none; }
a:hover { color: oklch(0.58 0.14 250); }
img { max-width: 100%; display: block; }
ul { margin: 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: oklch(1 0 0 / 0.96); border-bottom: 1px solid oklch(0.88 0.01 250 / 0.7); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px clamp(16px,4vw,40px); }
.logo-link { display: flex; align-items: center; gap: 10px; min-width: max-content; }
.logo-link img { height: clamp(72px,14vw,120px); width: auto; }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; border: none; align-items: center; justify-content: center; cursor: pointer; }
.site-nav { display: flex; align-items: center; gap: clamp(16px,2vw,32px); flex: 1; justify-content: center; }
.nav-links { list-style: none; display: flex; gap: clamp(10px,1.4vw,22px); padding: 0; margin: 0; }
.nav-links > li { position: relative; }
.nav-links a { color: oklch(0.38 0.02 250); font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 4px; padding: 4px 0; }
.nav-links a:hover { color: oklch(0.22 0.02 250); }
.dropdown-toggle { display: none; }
.dropdown { list-style: none; margin: 0; padding: 8px; display: none; flex-direction: column; min-width: 210px; background: oklch(1 0 0); border: 1px solid oklch(0.88 0.01 250 / 0.7); border-radius: 10px; box-shadow: 0 18px 36px rgba(0,0,0,0.14); }
.dropdown a { color: oklch(0.30 0.02 250); font-size: 14px; font-weight: 500; padding: 10px 14px; border-radius: 6px; white-space: nowrap; }
.dropdown a:hover { background: oklch(0.96 0.01 250); color: oklch(0.50 0.16 250); }
.nav-extra { display: flex; align-items: center; gap: clamp(6px,0.9vw,18px); flex-shrink: 0; margin-left: auto; }
.mobile-actions { display: none; align-items: center; gap: 6px; }
.mobile-phone-btn { display: flex; align-items: center; gap: 6px; color: oklch(0.22 0.02 250); font-size: 13px; font-weight: 600; white-space: nowrap; }
@media (max-width: 768px) { .mobile-actions { display: flex; } .logo-link img { height: 128px; } }
.phone-link { display: flex; align-items: center; gap: 6px; color: oklch(0.22 0.02 250); font-size: 14px; font-weight: 600; white-space: nowrap; }
.icon-btn { display: flex; align-items: center; justify-content: center; background: transparent; border: none; cursor: pointer; padding: 6px; border-radius: 8px; }
.icon-btn:hover { background: oklch(0.96 0.008 240); }
@media (max-width: 768px) { .icon-btn { display: none; } }
.cta-btn { display: inline-block; background: oklch(0.50 0.13 152); color: oklch(1 0 0); padding: 12px 22px; border-radius: 6px; font-weight: 700; font-size: 14px; white-space: nowrap; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.cta-btn:hover { color: oklch(1 0 0); transform: translateY(-2px); box-shadow: 0 10px 22px oklch(0.50 0.13 152 / 0.35); }

@media (min-width: 769px) {
  .nav-links > li.has-dropdown:hover .dropdown,
  .nav-links > li.has-dropdown:focus-within .dropdown { display: flex; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); margin-top: 14px; }
}
@media (max-width: 768px) {
  .menu-toggle { display: flex; }
  .site-nav { position: fixed; inset: 0; z-index: 950; background: oklch(1 0 0); flex-direction: column; justify-content: flex-start; align-items: stretch; padding: 90px 28px 40px; display: none; overflow-y: auto; }
  .site-nav.nav-open { display: flex; }
  .nav-links { flex-direction: column; align-items: center; gap: 22px; }
  .nav-links a { font-size: 22px; font-weight: 600; color: oklch(0.22 0.02 250); }
  .has-dropdown { display: flex; flex-direction: column; align-items: center; width: 100%; }
  .has-dropdown-row { display: flex; align-items: center; gap: 8px; }
  .dropdown-toggle { display: flex; background: transparent; border: none; cursor: pointer; color: oklch(0.22 0.02 250); padding: 4px; }
  .dropdown { position: static; box-shadow: none; border: none; width: 100%; align-items: center; margin-top: 12px; }
  .has-dropdown.open .dropdown { display: flex; }
  .nav-extra { flex-direction: column; width: 100%; margin-top: 28px; gap: 16px; }
  .phone-link { justify-content: center; font-size: 16px; }
  .cta-btn { text-align: center; width: 100%; padding: 16px; }
}
.close-menu { display: none; }
@media (max-width: 768px) { .close-menu { display: flex; position: absolute; top: 18px; right: 20px; width: 44px; height: 44px; background: transparent; border: none; cursor: pointer; color: oklch(0.22 0.02 250); align-items: center; justify-content: center; } }

.hero { position: relative; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-tint { position: absolute; inset: 0; background: oklch(0.15 0.05 250 / 0.55); }
.hero-fade { position: absolute; inset: 0; background: linear-gradient(180deg, oklch(0.15 0.05 250 / 0) 0%, oklch(0.15 0.05 250 / 0) 65%, oklch(1 0 0 / 1) 100%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-start; padding: clamp(50px,10vh,110px) clamp(20px,6vw,90px) clamp(50px,8vh,100px); }
.hero-eyebrow { color: oklch(0.68 0.16 245); letter-spacing: 3px; font-size: 13px; font-weight: 600; text-transform: uppercase; margin-bottom: 16px; display: block; }
.hero h1 { font-size: clamp(32px,6vw,68px); font-weight: 700; line-height: 1.08; margin: 0 0 18px; color: oklch(0.99 0.003 240); }
.hero p { font-size: clamp(16px,1.6vw,22px); line-height: 1.55; color: oklch(0.94 0.006 240); max-width: 640px; margin: 0 0 28px; }

.section { position: relative; z-index: 3; padding: clamp(60px,8vw,110px) clamp(20px,6vw,90px); }
.bg-white { background: oklch(1 0 0); }
.bg-tint { background: oklch(0.985 0.004 240); }
.eyebrow { display: block; color: oklch(0.50 0.16 250); letter-spacing: 2px; font-size: 12px; font-weight: 600; text-transform: uppercase; margin-bottom: 14px; }
h2 { font-size: clamp(26px,3vw,38px); font-weight: 700; color: oklch(0.20 0.02 250); margin: 0; }
.grid-auto { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
@media (max-width: 900px) { .grid-auto { grid-template-columns: 1fr; } }
.card { background: oklch(0.975 0.006 240); border: 1px solid oklch(0.88 0.01 250 / 0.7); border-radius: 12px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(0,0,0,0.14); border-color: oklch(0.58 0.13 152); }
.card img { height: 190px; width: 100%; object-fit: cover; }
.card-body { padding: 22px; }
.card-body h3 { font-size: 19px; font-weight: 700; margin: 0 0 10px; color: oklch(0.22 0.02 250); }
.card-body p { font-size: 15px; line-height: 1.6; color: oklch(0.48 0.02 250); margin: 0; }
.testimonial { background: oklch(1 0 0); border: 1px solid oklch(0.88 0.01 250 / 0.7); border-radius: 12px; padding: 32px; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.testimonial:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(0,0,0,0.1); }
.stars { display: flex; gap: 4px; margin-bottom: 16px; }
.testimonial p { font-size: 16px; line-height: 1.6; color: oklch(0.30 0.02 250); margin: 0 0 20px; flex: 1; }
.testimonial span { font-size: 14px; font-weight: 600; color: oklch(0.38 0.02 250); border-top: 1px solid oklch(0.88 0.01 250 / 0.6); padding-top: 14px; }
.cta-strip { position: relative; overflow: hidden; padding: clamp(60px,8vw,90px) clamp(20px,6vw,90px); text-align: center; }
.cta-strip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-strip .tint { position: absolute; inset: 0; background: oklch(0.14 0.045 250 / 0.82); }
.cta-strip .inner { position: relative; z-index: 2; }
.cta-strip h2 { color: oklch(0.99 0.003 240); margin: 0 0 16px; }
.cta-strip .note { margin-top: 10px; color: oklch(0.90 0.01 240); font-size: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: 1fr; } }
.gallery-item { border-radius: 12px; overflow: hidden; background: oklch(0.975 0.006 240); border: 1px solid oklch(0.88 0.01 250 / 0.7); height: 230px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.gallery-item:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(0,0,0,0.12); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.stat .num { font-size: 38px; font-weight: 700; color: oklch(0.50 0.13 152); }
.stat .label { font-size: 13px; color: oklch(0.52 0.02 250); letter-spacing: 0.5px; }

.home-about-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,420px); gap: 56px; align-items: center; }
.home-about-grid img { order: 2; }
@media (max-width: 768px) {
  .home-about-grid { grid-template-columns: 1fr; }
  .home-about-grid img { order: 1; }
  .home-about-img { height: 280px !important; }
  .home-about-grid > div { order: 2; }
}

.about-grid { display: grid; grid-template-columns: minmax(280px,420px) minmax(0,1fr); gap: 56px; align-items: start; }
.about-grid img { border-radius: 14px; width: 100%; height: 460px; object-fit: cover; position: sticky; top: 110px; }
@media (max-width: 768px) { .about-grid { grid-template-columns: 1fr; } .about-grid img { height: 320px; position: relative; top: 0; } }
.why-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 40px; max-width: 760px; margin: 0 auto; }
@media (max-width: 560px) { .why-grid { grid-template-columns: 1fr; } }
.why-item { padding: 20px; border-radius: 12px; transition: transform 0.3s ease, background 0.3s ease; }
.why-item:hover { transform: translateY(-4px); background: oklch(0.975 0.006 240); }
.why-item .num { font-size: 34px; font-weight: 700; color: oklch(0.50 0.13 152); margin-bottom: 10px; }
.why-item h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; color: oklch(0.20 0.02 250); }
.why-item p { font-size: 15px; line-height: 1.6; color: oklch(0.48 0.02 250); margin: 0; }

.service-block { padding: clamp(50px,7vw,70px) clamp(20px,6vw,90px); display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,440px); gap: 56px; align-items: center; scroll-margin-top: 110px; }
.service-block.reverse { grid-template-columns: minmax(300px,440px) minmax(0,1fr); }
.service-block.reverse .service-media { order: 1; }
.service-block.reverse .service-text { order: 2; }
@media (max-width: 768px) {
  .service-block, .service-block.reverse { grid-template-columns: 1fr; }
  .service-block .service-media, .service-block.reverse .service-media { order: 1; }
  .service-block .service-text, .service-block.reverse .service-text { order: 2; }
}
.service-text h2 { font-size: clamp(24px,2.8vw,34px); margin: 14px 0 18px; }
.service-text p { font-size: 17px; line-height: 1.7; color: oklch(0.42 0.02 250); margin: 0 0 24px; }
.service-text ul { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 12px; }
.service-text li { display: flex; gap: 10px; font-size: 15px; color: oklch(0.38 0.02 250); align-items: flex-start; }
.service-text li::before { content: '\2022'; color: oklch(0.50 0.13 152); flex-shrink: 0; }
.service-media { height: 360px; overflow: hidden; border-radius: 14px; transition: transform 0.4s ease; }
.service-media:hover { transform: scale(1.03); }
.service-media img { width: 100%; height: 100%; object-fit: cover; }
.btn-primary { display: inline-block; background: oklch(0.50 0.13 152); color: oklch(1 0 0); padding: 14px 26px; border-radius: 6px; font-weight: 700; font-size: 15px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.btn-primary:hover { color: oklch(1 0 0); transform: translateY(-3px); box-shadow: 0 14px 30px oklch(0.50 0.13 152 / 0.35); }

.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,420px); gap: 56px; align-items: start; }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-form { background: oklch(0.975 0.006 240); border: 1px solid oklch(0.88 0.01 250 / 0.7); border-radius: 14px; padding: clamp(24px,4vw,44px); display: flex; flex-direction: column; gap: 18px; }
.contact-form h2 { font-size: 24px; margin: 0 0 4px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: oklch(0.48 0.02 250); }
.field input, .field select, .field textarea { background: oklch(1 0 0); border: 1px solid oklch(0.88 0.01 250 / 0.8); border-radius: 8px; padding: 13px; color: oklch(0.22 0.02 250); font-size: 15px; font-family: inherit; }
.submit-btn { background: oklch(0.50 0.13 152); color: oklch(1 0 0); border: none; padding: 16px; border-radius: 8px; font-weight: 700; font-size: 16px; cursor: pointer; margin-top: 6px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px oklch(0.50 0.13 152 / 0.35); }
.contact-info { background: oklch(0.975 0.006 240); border: 1px solid oklch(0.88 0.01 250 / 0.7); border-radius: 14px; overflow: hidden; }
.contact-info-row { padding: 22px 28px; border-bottom: 1px solid oklch(0.88 0.01 250 / 0.6); transition: background 0.25s ease; }
.contact-info-row:last-child { border-bottom: none; }
.contact-info-row:hover { background: oklch(0.96 0.008 240); }
.contact-info-row .label { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: oklch(0.52 0.02 250); margin-bottom: 6px; }
.contact-info-row .value { font-size: 19px; font-weight: 600; color: oklch(0.20 0.02 250); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; word-break: break-word; }
.map-embed { border-radius: 14px; overflow: hidden; height: 280px; border: 1px solid oklch(0.88 0.01 250 / 0.7); }
.map-embed iframe { border: 0; width: 100%; height: 100%; }

.site-footer { background: oklch(0.985 0.004 240); padding: 60px clamp(20px,6vw,90px) 30px; border-top: 1px solid oklch(0.88 0.01 250 / 0.6); }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 40px; margin-bottom: 40px; }
.footer-grid img { height: clamp(72px,14vw,120px); width: auto; }
.footer-grid p { font-size: 14px; line-height: 1.6; color: oklch(0.55 0.02 250); margin-top: 12px; max-width: 280px; }
.footer-heading { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: oklch(0.52 0.02 250); margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; }
.footer-links a, .footer-contact a, .footer-contact span { font-size: 14px; color: oklch(0.42 0.02 250); }
.footer-links a:hover { color: oklch(0.50 0.16 250); }
.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact a { display: flex; align-items: center; gap: 8px; }
.footer-bottom { border-top: 1px solid oklch(0.88 0.01 250 / 0.6); padding-top: 24px; font-size: 13px; color: oklch(0.58 0.02 250); text-align: center; }
