/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1e293b;
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Typography ── */
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.2; }
.text-coral { color: #E8645A; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.938rem;
  border: 2px solid transparent; border-radius: 8px;
  cursor: pointer; transition: all 0.25s ease;
  white-space: nowrap;
}
.btn--coral { background: #E8645A; color: #fff; border-color: #E8645A; }
.btn--coral:hover { background: #d4524a; border-color: #d4524a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,100,90,0.35); }
.btn--outline { background: transparent; color: #1e293b; border-color: #1e293b; }
.btn--outline:hover { background: #1e293b; color: #fff; transform: translateY(-2px); }
.btn--white { background: #fff; color: #1e293b; border-color: #fff; }
.btn--white:hover { background: #f1f5f9; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.btn--sm { padding: 8px 18px; font-size: 0.813rem; }
.btn--lg { padding: 14px 28px; font-size: 1rem; }
.btn--full { width: 100%; justify-content: center; padding: 16px 28px; font-size: 1rem; }

/* ── Section Labels ── */
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.813rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em;
  color: #E8645A; margin-bottom: 12px;
}
.section-label::before { content: ''; width: 24px; height: 2px; background: #E8645A; }
.section-title { font-size: clamp(1.75rem, 4vw, 2.75rem); color: #0f172a; margin-bottom: 16px; }
.section-sub { font-size: 1.063rem; color: #64748b; max-width: 560px; line-height: 1.7; }

/* ── Header ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo-text { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.063rem; color: #0f172a; }
.nav-list { display: flex; align-items: center; gap: 32px; }
.nav-list a { font-size: 0.938rem; font-weight: 500; color: #475569; transition: color 0.2s; }
.nav-list a:hover { color: #E8645A; }

/* Hamburger */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.hamburger { display: block; width: 22px; height: 2px; background: #1e293b; border-radius: 2px; transition: all 0.3s; }
.nav-toggle[aria-expanded="true"] .hamburger:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .hamburger:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .hamburger:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero ── */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  overflow: hidden; padding: 120px 0 80px;
}
.hero-gradient {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(232,100,90,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 30%, rgba(30,64,175,0.20) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 60% 80%, rgba(139,92,246,0.12) 0%, transparent 50%),
    linear-gradient(160deg, #0f172a 0%, #1e293b 40%, #334155 100%);
}
.hero-content { position: relative; z-index: 1; text-align: center; max-width: 820px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px; padding: 8px 20px;
  font-size: 0.813rem; font-weight: 500; color: rgba(255,255,255,0.85);
  margin-bottom: 32px; backdrop-filter: blur(4px);
}
.hero-headline {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #fff; margin-bottom: 24px; line-height: 1.15;
}
.hero-headline br { display: none; }
.hero-sub { font-size: clamp(1rem, 2vw, 1.188rem); color: rgba(255,255,255,0.7); max-width: 620px; margin: 0 auto 40px; line-height: 1.75; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; }
.hero-stats { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-number { display: block; font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 700; color: #fff; }
.stat-label { font-size: 0.813rem; color: rgba(255,255,255,0.55); margin-top: 4px; }
.stat-divider { width: 1px; background: rgba(255,255,255,0.15); align-self: stretch; }
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-size: 0.688rem; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.4);
  animation: float 2s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* ── Services ── */
.services { padding: 100px 0; background: #f8fafc; }
.services .container { text-align: center; }
.services .section-sub { margin: 0 auto 56px; }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  text-align: left;
}
.service-card {
  background: #fff; border-radius: 16px; padding: 36px 28px;
  border: 1px solid #e2e8f0; transition: all 0.3s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(0,0,0,0.08); border-color: transparent; }
.service-icon { margin-bottom: 20px; }
.service-name { font-size: 1.25rem; margin-bottom: 12px; color: #0f172a; }
.service-desc { font-size: 0.938rem; color: #64748b; line-height: 1.7; }

/* ── About ── */
.about { padding: 100px 0; background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-image-wrap { position: relative; }
.about-image-wrap img { border-radius: 16px; width: 100%; height: 640px; object-fit: cover; }
.about-image-accent {
  position: absolute; bottom: -20px; right: -20px; width: 200px; height: 200px;
  background: #E8645A; border-radius: 16px; z-index: -1; opacity: 0.15;
}
.about-content .section-title { margin-bottom: 24px; }
.about-text { font-size: 1.063rem; color: #475569; line-height: 1.8; margin-bottom: 20px; }
.about-text em { color: #E8645A; font-style: italic; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.value-item { display: flex; align-items: center; gap: 12px; font-size: 0.938rem; font-weight: 500; color: #1e293b; }
.value-item svg { flex-shrink: 0; }

/* ── Gallery ── */
.gallery { padding: 100px 0; background: #f8fafc; text-align: center; }
.gallery .section-sub { margin: 0 auto 56px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, 260px); gap: 16px; }
.gallery-item { position: relative; border-radius: 16px; overflow: hidden; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay {
  position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,23,42,0.7) 0%, transparent 50%);
  display: flex; align-items: flex-end; padding: 24px;
  opacity: 0; transition: opacity 0.3s;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { color: #fff; font-weight: 600; font-size: 1rem; }
.gallery-item:nth-child(1) { grid-column: 1 / 6; grid-row: 1 / 3; }
.gallery-item:nth-child(2) { grid-column: 6 / 9; grid-row: 1 / 2; }
.gallery-item:nth-child(3) { grid-column: 9 / 13; grid-row: 1 / 2; }
.gallery-item:nth-child(4) { grid-column: 6 / 9; grid-row: 2 / 3; }

/* ── CTA Banner ── */
.cta-banner { padding: 80px 0; background: #0f172a; }
.cta-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.cta-title { font-size: clamp(1.5rem, 3.5vw, 2.25rem); color: #fff; margin-bottom: 16px; }
.cta-text { font-size: 1.063rem; color: rgba(255,255,255,0.6); margin-bottom: 36px; line-height: 1.7; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── Contact ── */
.contact { padding: 100px 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-intro { font-size: 1.063rem; color: #64748b; line-height: 1.7; margin-bottom: 40px; }
.contact-details { display: flex; flex-direction: column; gap: 28px; }
.contact-detail { display: flex; gap: 16px; }
.detail-icon { flex-shrink: 0; margin-top: 2px; }
.contact-detail strong { display: block; font-size: 0.813rem; text-transform: uppercase; letter-spacing: 0.08em; color: #94a3b8; margin-bottom: 4px; }
.contact-detail span, .contact-detail a { font-size: 1rem; color: #1e293b; line-height: 1.6; }
.contact-detail a:hover { color: #E8645A; }

/* ── Form ── */
.contact-form-wrap { background: #f8fafc; border-radius: 20px; padding: 40px; border: 1px solid #e2e8f0; }
.form-title { font-size: 1.5rem; margin-bottom: 8px; color: #0f172a; }
.form-sub { font-size: 0.938rem; color: #64748b; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 600; color: #334155; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1.5px solid #e2e8f0; border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 0.938rem; color: #1e293b;
  background: #fff; transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: #E8645A; box-shadow: 0 0 0 3px rgba(232,100,90,0.12);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  text-align: center; padding: 32px; margin-top: 8px;
}
.form-success svg { color: #1a7a5a; }
.form-success strong { font-size: 1.125rem; color: #1e293b; }
.form-success span { font-size: 0.938rem; color: #64748b; }
.form-success[hidden] { display: none; }

/* ── Map ── */
.map-section { height: 320px; background: #e2e8f0; }
.map-section iframe { width: 100%; height: 100%; }

/* ── Footer ── */
.footer { background: #0f172a; padding: 64px 0 0; color: rgba(255,255,255,0.6); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; }
.footer .logo-text { color: #fff; }
.footer-tagline { font-size: 0.938rem; margin-top: 16px; line-height: 1.7; max-width: 280px; }
.footer-links strong, .footer-contact strong { display: block; font-size: 0.813rem; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; margin-bottom: 16px; }
.footer-links ul, .footer-contact ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a { font-size: 0.938rem; transition: color 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.footer-links a:hover, .footer-contact a:hover { color: #E8645A; }
.footer-contact ul li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.875rem; line-height: 1.6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 0.813rem; color: rgba(255,255,255,0.4); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .nav-list {
    position: fixed; top: 72px; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.98); backdrop-filter: blur(12px);
    flex-direction: column; justify-content: center; gap: 24px;
    transform: translateX(100%); transition: transform 0.35s ease;
  }
  .nav-list.open { transform: translateX(0); }
  .nav-list a { font-size: 1.125rem; }
  .hero-headline br { display: block; }
  .hero-stats { gap: 24px; }
  .stat-divider { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image-wrap img { height: 400px; }
  .about-image-accent { display: none; }
  .about-values { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-item:nth-child(1) { grid-column: 1 / 3; grid-row: auto; }
  .gallery-item:nth-child(2) { grid-column: 1 / 2; }
  .gallery-item:nth-child(3) { grid-column: 2 / 3; }
  .gallery-item:nth-child(4) { grid-column: 1 / 3; }
  .gallery-item img { height: 240px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .hero { padding: 100px 0 60px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-actions { flex-direction: column; align-items: center; }
  .cta-actions .btn { width: 100%; justify-content: center; }
}
