:root {
  --bg: #f6efe5;
  --surface: #fffaf5;
  --surface-strong: #f2e2ce;
  --ink: #1f1a17;
  --muted: #66584d;
  --line: rgba(31, 26, 23, 0.12);
  --brand: #9b5f2f;
  --brand-deep: #4e2d16;
  --accent: #d8903d;
  --success: #2b7a4b;
  --shadow: 0 20px 50px rgba(48, 34, 20, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(216, 144, 61, 0.2), transparent 30%),
    radial-gradient(circle at left center, rgba(155, 95, 47, 0.08), transparent 28%),
    linear-gradient(180deg, #fcf7f0 0%, #f2e7d8 100%);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(135deg, #452412, var(--brand-deep));
  color: #fff;
  font-size: 0.95rem;
}

.topbar .container,
.navbar .container,
.footer-grid,
.page-hero-grid,
.hero-grid,
.contact-grid,
.gallery-grid,
.grid-2,
.stats,
.service-grid,
.trust-grid,
.process-grid,
.testimonial-grid,
.legal-grid,
.area-grid {
  display: grid;
  gap: 1.25rem;
}

.topbar .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0.75rem 0;
  align-items: center;
}

.topbar .actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.topbar .actions a {
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(252, 247, 240, 0.92);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(78, 45, 22, 0.05);
}

.navbar .container {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.25rem;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand-mark {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-sub {
  font-size: 0.8rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.nav-links a,
.footer-links a {
  position: relative;
  padding-bottom: 0.2rem;
}

.nav-links a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after,
.footer-links a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  font: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
}

.btn-primary {
  background: linear-gradient(135deg, #e0a24d, var(--brand));
  color: #fff;
}

.btn-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.btn-success {
  background: var(--success);
  color: #fff;
}

.hero,
.page-hero,
.section,
.cta-band {
  padding: 5rem 0;
}

.hero-grid,
.page-hero-grid,
.grid-2,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(139, 94, 52, 0.1);
  color: var(--brand-deep);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.9rem;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

h2 {
  font-size: clamp(2rem, 3.3vw, 3.2rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

p,
li {
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-copy p,
.page-hero-copy p {
  font-size: 1.1rem;
  max-width: 48rem;
}

.hero-visual,
.page-hero-visual,
.gallery-shot,
.photo-card,
.highlight-card,
.stats .card,
.service-card,
.testimonial,
.faq-item,
.legal-box,
.area-card,
.contact-card,
.feature-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(91, 57, 32, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-visual,
.page-hero-visual {
  min-height: 470px;
  padding: 1.4rem;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(240, 228, 212, 0.9), rgba(255, 250, 243, 0.95)),
    linear-gradient(135deg, rgba(139, 94, 52, 0.2), transparent 50%);
}

.hero-visual::before,
.page-hero-visual::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(91, 57, 32, 0.12), transparent 50%),
    repeating-linear-gradient(
      90deg,
      rgba(139, 94, 52, 0.07) 0,
      rgba(139, 94, 52, 0.07) 16px,
      transparent 16px,
      transparent 32px
    );
}

.visual-card,
.floating-note {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 22px;
  padding: 1.3rem;
  border: 1px solid rgba(31, 26, 23, 0.08);
}

.hero-photo {
  position: relative;
  z-index: 1;
  min-height: 220px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(31, 26, 23, 0.08);
}

.hero-photo img,
.gallery-shot img,
.gallery-wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo img {
  min-height: 220px;
}

.hero-photo-overlay {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  z-index: 2;
  background: rgba(31, 26, 23, 0.62);
  color: #fff;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

.hero-photo-overlay p,
.hero-photo-overlay strong {
  color: #fff;
}

.visual-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  height: 100%;
  align-content: space-between;
}

.visual-metric {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
}

.visual-metric strong {
  font-size: 2rem;
  color: var(--brand-deep);
}

.pill-list,
.quick-list,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.pill-list li,
.quick-list li {
  background: rgba(139, 94, 52, 0.08);
  border-radius: 999px;
  padding: 0.6rem 0.95rem;
  border: 1px solid rgba(139, 94, 52, 0.12);
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.trust-grid,
.service-grid,
.process-grid,
.testimonial-grid,
.gallery-grid,
.stats,
.area-grid,
.legal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.service-card,
.faq-item,
.testimonial,
.contact-card,
.legal-box,
.area-card {
  padding: 1.5rem;
}

.service-card {
  min-height: 100%;
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  margin-bottom: 1rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.section-head p {
  max-width: 42rem;
  margin: 0;
}

.stats .card {
  padding: 1.6rem;
  text-align: center;
}

.stats strong {
  display: block;
  font-size: 2.2rem;
  color: var(--brand-deep);
}

.photo-card {
  overflow: hidden;
}

.gallery-shot {
  min-height: 240px;
  padding: 0;
  display: flex;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(91, 57, 32, 0.08), rgba(91, 57, 32, 0.18)),
    linear-gradient(135deg, #f4e7d7, #fdf7f0);
}

.gallery-shot.alt {
  background:
    linear-gradient(180deg, rgba(43, 122, 75, 0.08), rgba(43, 122, 75, 0.18)),
    linear-gradient(135deg, #eef5ee, #fffaf3);
}

.gallery-shot.dark {
  background:
    linear-gradient(180deg, rgba(31, 26, 23, 0.22), rgba(31, 26, 23, 0.38)),
    linear-gradient(135deg, #d8c7b3, #f4ebe0);
  color: #fff;
}

.photo-content {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  z-index: 1;
  background: rgba(31, 26, 23, 0.6);
  color: #fff;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.photo-content p,
.photo-content h3 {
  color: #fff;
  margin-bottom: 0.3rem;
}

.gallery-shot > img {
  position: absolute;
  inset: 0;
}

.gallery-shot {
  position: relative;
}

.gallery-wide {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(91, 57, 32, 0.1);
  box-shadow: var(--shadow);
}

.gallery-wide .photo-content {
  position: absolute;
}

.brand-only {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.check-list,
.legal-list,
.simple-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.check-list li,
.legal-list li,
.simple-list li {
  padding: 0.55rem 0 0.55rem 1.6rem;
  position: relative;
}

.check-list li::before,
.legal-list li::before,
.simple-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0.55rem;
  color: var(--brand);
  font-weight: 700;
}

.cta-band {
  background:
    linear-gradient(135deg, rgba(91, 57, 32, 0.95), rgba(139, 94, 52, 0.92)),
    linear-gradient(180deg, rgba(255,255,255,0.1), transparent);
  color: #fff;
}

.cta-band p,
.cta-band li {
  color: rgba(255, 255, 255, 0.82);
}

.footer {
  padding: 4rem 0 2rem;
  border-top: 1px solid var(--line);
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  margin-bottom: 2rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.page-hero {
  padding-top: 4rem;
}

.breadcrumbs {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.contact-card a {
  color: var(--brand-deep);
  font-weight: 700;
}

.notice {
  padding: 1rem 1.2rem;
  border-radius: 16px;
  background: rgba(43, 122, 75, 0.1);
  border: 1px solid rgba(43, 122, 75, 0.18);
  color: #245d3b;
}

.floating-contact {
  position: fixed;
  bottom: 18px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.floating-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 58px;
  height: 58px;
  padding: 0 1.05rem;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 35px rgba(31, 26, 23, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.floating-contact a:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 40px rgba(31, 26, 23, 0.28);
  filter: saturate(1.08);
}

.floating-contact-left {
  left: 18px;
}

.floating-contact-right {
  right: 18px;
}

.floating-contact .wa {
  background: linear-gradient(135deg, #1fa855, #128c45);
}

.floating-contact .map {
  background: linear-gradient(135deg, #0b57d0, #1c7df2);
}

.floating-contact .fb {
  background: linear-gradient(135deg, #1877f2, #0f5dc2);
}

.floating-contact .ig {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.floating-contact .fab-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.floating-contact .fab-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.floating-contact .fab-text {
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}

.floating-contact .mini {
  min-width: 48px;
  height: 48px;
  padding: 0 0.95rem;
  border-radius: 18px;
}

.legal-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

@media (max-width: 960px) {
  .topbar .container,
  .navbar .container,
  .hero-grid,
  .page-hero-grid,
  .grid-2,
  .contact-grid,
  .trust-grid,
  .service-grid,
  .process-grid,
  .testimonial-grid,
  .gallery-grid,
  .stats,
  .area-grid,
  .footer-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .topbar .container {
    text-align: center;
  }

  .topbar .actions {
    justify-content: center;
  }

  .navbar .container {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    grid-column: 1 / -1;
    padding-top: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links.open {
    display: flex;
  }

  .navbar .btn {
    display: none;
  }

  .section,
  .hero,
  .page-hero,
  .cta-band {
    padding: 4rem 0;
  }

  .floating-contact {
    bottom: 12px;
  }

  .floating-contact-left {
    left: 12px;
  }

  .floating-contact-right {
    right: 12px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .hero-visual,
  .page-hero-visual {
    min-height: 360px;
  }

  .hero-actions,
  .inline-actions,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .floating-contact a {
    min-width: 50px;
    height: 50px;
    padding: 0 0.9rem;
  }

  .floating-contact .fab-text {
    display: none;
  }
}
