:root {
  --forest: #0e2b1f;
  --forest-2: #164833;
  --orange: #f07922;
  --orange-2: #ff9a3d;
  --sand: #efe2c7;
  --sand-2: #fbf5e8;
  --black: #080b08;
  --white: #ffffff;
  --muted: #6b6b60;
  --footer: #07110d;
  --shadow: 0 24px 70px rgba(8, 11, 8, .22);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Manrope", sans-serif; color: var(--black); background: var(--sand-2); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.section-pad { padding: 92px 0; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; transition: .35s ease; }
.site-header.scrolled { background: rgba(7, 17, 13, .92); box-shadow: 0 14px 35px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.navbar { width: min(1240px, calc(100% - 28px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: var(--white); }
.logo { display: flex; align-items: center; gap: 10px; font-family: "Cinzel", serif; font-weight: 800; font-size: clamp(1.05rem, 2vw, 1.42rem); letter-spacing: .2px; white-space: nowrap; }
.logo-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: var(--black); box-shadow: 0 0 28px rgba(240,121,34,.55); }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 800; font-size: .94rem; }
.nav-links a { position: relative; opacity: .92; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--orange); transition: .3s ease; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-phone { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-weight: 900; background: rgba(255,255,255,.1); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--black); background: var(--orange); font-size: 1.1rem; }

.hero, .inner-hero { position: relative; min-height: 100vh; display: flex; align-items: center; color: var(--white); background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(14,43,31,.48), rgba(0,0,0,.2)), var(--hero-img) center/cover; overflow: hidden; }
.hero::after, .inner-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--sand-2)); pointer-events: none; }
.hero-content { position: relative; z-index: 2; width: min(900px, calc(100% - 36px)); margin: 80px auto 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--orange-2); font-weight: 900; text-transform: uppercase; letter-spacing: 1.6px; font-size: .8rem; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--forest-2); }
h1, h2, h3 { font-family: "Cinzel", serif; line-height: 1.08; }
h1 { max-width: 920px; margin: 18px 0; font-size: clamp(2.45rem, 6vw, 5.55rem); }
h2 { font-size: clamp(2rem, 4.2vw, 4rem); color: var(--forest); margin: 12px 0 22px; }
h3 { font-size: 1.25rem; }
.hero-text { max-width: 760px; font-size: clamp(1rem, 1.6vw, 1.16rem); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 900; border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; cursor: pointer; }
.btn:hover { transform: translateY(-4px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: var(--black); box-shadow: 0 16px 32px rgba(240,121,34,.34); }
.btn-dark { background: var(--white); color: var(--forest); }
.btn-outline { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.pulse { animation: pulseGlow 2.4s infinite; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-stats div { min-width: 150px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.hero-stats strong { display: block; color: var(--orange-2); font-size: 2rem; line-height: 1; }
.hero-stats span { color: rgba(255,255,255,.82); font-size: .9rem; }
.float-shape { position: absolute; z-index: 1; color: rgba(255,154,61,.28); font-size: clamp(3rem, 8vw, 8rem); animation: floaty 8s ease-in-out infinite; }
.leaf-one { left: 6%; top: 24%; }
.paw-one { right: 10%; top: 22%; animation-delay: -2s; }
.leaf-two { right: 18%; bottom: 15%; animation-delay: -4s; }

.strip-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: -55px; position: relative; z-index: 5; }
.strip-card { position: relative; min-height: 240px; overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); background: var(--black); }
.strip-card img, .service-card img, .why-card img, .masonry-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.strip-card::after, .service-card::after, .why-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(0,0,0,.78)); }
.strip-card div { position: absolute; inset: auto 18px 18px; z-index: 2; color: var(--white); }
.strip-card span { color: var(--orange-2); font-weight: 900; font-size: .82rem; text-transform: uppercase; }
.strip-card:hover img, .service-card:hover img, .why-card:hover img, .masonry-gallery figure:hover img { transform: scale(1.1); }

.two-col { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.image-frame { position: relative; border-radius: 8px; overflow: hidden; min-height: 560px; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.experience-badge { position: absolute; left: 24px; bottom: 24px; width: 185px; padding: 18px; border-radius: 8px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.experience-badge strong { display: block; font-family: "Cinzel", serif; color: var(--forest); font-size: 1.35rem; }
.section-copy p { color: var(--muted); margin-bottom: 16px; }
.tick-list { display: grid; gap: 12px; margin: 22px 0 30px; }
.tick-list span { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--forest); }
.tick-list i { color: var(--orange); }

.dark-section { background: radial-gradient(circle at 20% 0, rgba(240,121,34,.18), transparent 30%), linear-gradient(135deg, #07110d, var(--forest)); color: var(--white); }
.dark-section h2, .dark-section h3 { color: var(--white); }
.section-heading { max-width: 790px; margin: 0 auto 44px; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 430px; overflow: hidden; border-radius: 8px; background: var(--black); box-shadow: 0 22px 55px rgba(0,0,0,.28); transition: transform .3s ease; }
.service-card:hover, .why-card:hover, .testimonial-card:hover, .contact-card:hover { transform: translateY(-8px); }
.service-card div { position: absolute; z-index: 2; inset: auto 24px 24px; }
.service-card i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--black); margin-bottom: 16px; }
.service-card p { color: rgba(255,255,255,.78); margin-top: 10px; }

.masonry-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px; }
.masonry-gallery figure { overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); background: var(--black); }
.masonry-gallery .tall { grid-row: span 2; }
.masonry-gallery .wide { grid-column: span 2; }
.sand-section { background: linear-gradient(180deg, var(--sand), #f8efd9); }
.why-grid, .testimonial-grid, .contact-grid, .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card, .testimonial-card, .value-card { border-radius: 8px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; transition: transform .3s ease; }
.why-card img { height: 250px; width: 100%; object-fit: cover; }
.why-card h3, .why-card p, .value-card h3, .value-card p { padding: 0 24px; }
.why-card h3 { color: var(--forest); margin: 24px 0 10px; }
.why-card p { color: var(--muted); padding-bottom: 26px; }
.testimonial-grid { grid-template-columns: repeat(2, 1fr); }
.testimonial-card { padding: 34px; }
.stars { color: var(--orange); margin-bottom: 14px; }
.testimonial-card p { color: var(--muted); font-size: 1.02rem; }
.testimonial-card h3 { color: var(--forest); margin-top: 20px; }
.testimonial-card span { color: var(--orange); font-weight: 900; }
.contact-grid { grid-template-columns: repeat(4, 1fr); }
.contact-card { min-height: 190px; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 24px; border-radius: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); transition: transform .3s ease; }
.contact-card i { color: var(--orange-2); font-size: 2rem; }
.contact-card span { color: rgba(255,255,255,.7); font-weight: 900; text-transform: uppercase; font-size: .78rem; }
.contact-card strong { color: var(--white); font-size: 1.05rem; line-height: 1.4; }
.booking-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: center; padding: 48px; border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.booking-copy p { color: var(--muted); }
.enquiry-form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
input, select, textarea { width: 100%; border: 1px solid rgba(14,43,31,.14); border-radius: 8px; padding: 16px; font: inherit; color: var(--black); background: #fffaf0; outline: none; transition: border .2s ease, box-shadow .2s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(240,121,34,.14); }
textarea { resize: vertical; }

.inner-hero { min-height: 62vh; padding-top: 92px; }
.inner-hero .container { position: relative; z-index: 2; }
.inner-hero h1 { max-width: 920px; font-size: clamp(2.4rem, 5.8vw, 5.4rem); }
.value-card { padding: 34px; }
.value-card i { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--black); font-size: 1.3rem; margin-bottom: 18px; }
.value-card h3, .value-card p { padding: 0; }
.value-card h3 { color: var(--forest); margin-bottom: 10px; }
.value-card p { color: var(--muted); }

.site-footer { background: var(--footer); color: var(--white); padding-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1fr; gap: 34px; }
.site-footer h3, .site-footer h4 { color: var(--orange-2); margin-bottom: 16px; }
.site-footer p, .site-footer a { display: block; color: rgba(255,255,255,.72); margin: 9px 0; }
.site-footer a:hover { color: var(--orange-2); }
.footer-bottom { margin-top: 54px; padding: 22px; text-align: center; color: rgba(255,255,255,.58); border-top: 1px solid rgba(255,255,255,.1); }
.floating-btn { position: fixed; z-index: 999; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--white); font-size: 1.35rem; box-shadow: 0 16px 35px rgba(0,0,0,.32); animation: buttonFloat 2.4s ease-in-out infinite; }
.call-float { left: 24px; background: var(--orange); color: var(--black); }
.whatsapp-float { right: 24px; background: #25d366; }

.animate-up { opacity: 0; transform: translateY(34px); animation: fadeUp .85s ease forwards; }
.delay-1 { animation-delay: .16s; }
.delay-2 { animation-delay: .32s; }
.delay-3 { animation-delay: .48s; }
.delay-4 { animation-delay: .64s; }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .7s ease var(--d, 0ms), transform .7s ease var(--d, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-22px) rotate(8deg); } }
@keyframes pulseGlow { 0%,100% { box-shadow: 0 0 0 0 rgba(240,121,34,.42), 0 16px 32px rgba(240,121,34,.34); } 50% { box-shadow: 0 0 0 13px rgba(240,121,34,0), 0 18px 40px rgba(240,121,34,.48); } }
@keyframes buttonFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

@media (max-width: 1020px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: fixed; left: 18px; right: 18px; top: 86px; display: grid; gap: 0; padding: 14px; border-radius: 8px; background: rgba(7,17,13,.97); transform: translateY(-18px); opacity: 0; pointer-events: none; transition: .3s ease; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { padding: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-phone { display: none; }
  .strip-grid, .service-grid, .why-grid, .contact-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col, .booking-wrap { grid-template-columns: 1fr; }
  .image-frame { min-height: 440px; }
  .masonry-gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .section-pad { padding: 70px 0; }
  .navbar { min-height: 72px; }
  .logo { font-size: .98rem; }
  .logo-mark { width: 38px; height: 38px; }
  .hero { min-height: 100svh; padding: 96px 0 42px; align-items: flex-start; }
  .hero-content { margin-top: 70px; }
  h1 { font-size: clamp(2.2rem, 14vw, 3.75rem); }
  .inner-hero h1 { font-size: clamp(2.1rem, 12vw, 3.6rem); }
  .hero-actions, .hero-stats { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .strip-grid, .service-grid, .why-grid, .testimonial-grid, .contact-grid, .value-grid, .form-row { grid-template-columns: 1fr; }
  .strip-grid { margin-top: -36px; }
  .strip-card { min-height: 215px; }
  .masonry-gallery { display: grid; grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .masonry-gallery .wide, .masonry-gallery .tall { grid-column: span 1; grid-row: span 1; }
  .booking-wrap { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .floating-btn { bottom: 16px; width: 52px; height: 52px; }
  .call-float { left: 16px; }
  .whatsapp-float { right: 16px; }
}
