:root {
  --bg: #f6f1e5;
  --bg-soft: #efe6d4;
  --surface: #fffdf8;
  --surface-2: #f8f0df;
  --text: #1e1b15;
  --muted: #625747;
  --line: #dfd0b2;
  --brand: #2e6b41;
  --brand-dark: #1f4d2f;
  --accent: #bf7727;
  --accent-soft: #f7e2be;
  --success: #1f8f44;
  --shadow-sm: 0 10px 24px rgba(37, 28, 15, 0.08);
  --shadow: 0 20px 44px rgba(33, 25, 14, 0.14);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Nirmala UI", "Segoe UI", Tahoma, sans-serif;
  line-height: 1.65;
  background:
    radial-gradient(circle at 0% 0%, #fff8e6 0%, transparent 46%),
    radial-gradient(circle at 100% 0%, #f7eedb 0%, transparent 42%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
}

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

img {
  max-width: 100%;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(120deg, rgba(18, 53, 32, 0.96), rgba(46, 107, 65, 0.94));
  backdrop-filter: blur(8px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.logo {
  color: #f7fbf8;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

nav a {
  color: #ecf7ef;
  display: inline-block;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.15px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

nav a.active {
  color: #163a26;
  background: #f7e5c4;
}

.nav-toggle {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 11px;
  display: none;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.17);
  cursor: pointer;
}

.nav-toggle i {
  line-height: 1;
  font-size: 1.5rem;
}

.hero {
  min-height: 74vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(118deg, rgba(12, 42, 24, 0.78), rgba(29, 82, 47, 0.52)),
    linear-gradient(0deg, rgba(8, 29, 16, 0.26), rgba(8, 29, 16, 0.26)),
    url("../../photo/img1.jpeg") center 56% / cover no-repeat;
}

.hero .container {
  width: min(820px, 92%);
}

.hero-kicker {
  margin: 0 0 10px;
  color: #f4ebd8;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  line-height: 1.14;
  text-wrap: balance;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.32);
}

.tagline {
  margin: 12px auto 0;
  width: min(620px, 94%);
  color: #fbf5e8;
  font-size: clamp(1rem, 2.2vw, 1.1rem);
}

.hero-btn {
  margin-top: 18px;
}

.page-hero {
  position: relative;
  min-height: 38vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff7e6;
  overflow: hidden;
  background:
    linear-gradient(130deg, rgba(18, 58, 34, 0.93), rgba(47, 106, 66, 0.84)),
    radial-gradient(circle at 18% 26%, rgba(255, 222, 171, 0.22), transparent 42%),
    radial-gradient(circle at 84% 78%, rgba(255, 201, 118, 0.17), transparent 46%);
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.page-kicker {
  margin: 0 0 8px;
  color: #ffeccc;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.46px;
  text-transform: uppercase;
}

.page-subtitle {
  margin: 10px auto 0;
  width: min(760px, 96%);
  color: #f8ebd4;
}

.section {
  padding: 68px 0;
}

.section h2 {
  margin: 0 0 20px;
  color: var(--brand-dark);
  font-size: clamp(1.42rem, 3vw, 2.05rem);
  text-align: center;
  text-wrap: balance;
}

.page-section {
  margin-top: -40px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.intro,
.about-box,
.contact-wrap {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.77), rgba(247, 238, 223, 0.92));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 24px;
}

.intro p,
.panel p,
.about-lead p,
.story-panel p,
.note,
.contact-hint {
  color: var(--muted);
}

.intro h3,
.fleet-cards h3,
.contact-item h4,
.map-card h4 {
  margin-top: 0;
  color: var(--brand-dark);
}

.intro-cards,
.about-cards,
.fleet-cards {
  margin-top: 18px;
}

.stats-strip {
  margin-top: -46px;
  padding-top: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stat-card {
  background: linear-gradient(160deg, #fff9ec, #f5ebd8);
  border: 1px solid #dcc9a6;
  border-radius: var(--radius-md);
  padding: 16px;
  box-shadow: var(--shadow-sm);
}

.stat-card h3 {
  margin: 0 0 4px;
  color: var(--brand-dark);
  font-size: clamp(1.35rem, 2.6vw, 1.7rem);
}

.stat-card p {
  margin: 0;
  color: #684f2f;
}

.intro-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
}

.stack-cards {
  display: grid;
  gap: 12px;
}

.mini-panel,
.timeline-item,
.map-card,
.contact-item,
.panel,
.owner-panel,
.story-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.story-panel,
.panel,
.owner-panel,
.mini-panel,
.contact-item,
.map-card,
.timeline-item {
  padding: 18px;
}

.story-panel h2,
.about-lead h2,
.panel h2,
.about-block h2,
.owner-panel h2 {
  text-align: left;
}

.story-panel h2,
.panel h2,
.owner-panel h2 {
  margin: 0 0 10px;
}

.about-page {
  display: grid;
  gap: 26px;
}

.about-intro {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  background: linear-gradient(155deg, #fffcf3, #f4e7cf);
  border: 1px solid #dfcfae;
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: var(--brand-dark);
  color: #fff4e0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.about-metrics {
  display: grid;
  gap: 12px;
}

.metric-card {
  background: #fffaf0;
  border: 1px solid #dfccaa;
  border-radius: 14px;
  padding: 14px;
  box-shadow: var(--shadow-sm);
}

.metric-card h3 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 1.36rem;
}

.metric-card p {
  margin: 3px 0 0;
  color: #6b512f;
  font-weight: 600;
}

.about-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.owner-panel {
  background: linear-gradient(145deg, #fbf3e3, #f1dfbf);
  border-color: #d8c09a;
}

.owner-panel p {
  margin: 0;
  color: #5f4a2a;
}

.fleet-section {
  background: radial-gradient(circle at top left, #fffbf2 0%, #f6ecda 58%, #f0e1c8 100%);
}

.pillars-grid .card h3 {
  margin-top: 0;
}

.card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(37, 28, 15, 0.16);
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.56;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.card-body h3 {
  margin: 0;
  color: var(--brand-dark);
}

.product-grid {
  margin-top: 16px;
}

.product-grid .card {
  background: linear-gradient(180deg, #fffef9, #fbf2dd);
}

.product-grid .card img {
  height: 220px;
  object-fit: cover;
  object-position: center;
  background: var(--surface-2);
}

.product-grid .card .card-body {
  position: relative;
  padding-top: 24px;
}

.product-grid .card .category {
  position: absolute;
  top: -12px;
  left: 16px;
  display: inline-block;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  background: var(--brand-dark);
  color: #fff6e1;
  font-size: 0.72rem;
  letter-spacing: 0.4px;
}

.updates-grid .card img {
  height: 260px;
  object-fit: contain;
  object-position: center;
  background: var(--surface-2);
  padding: 10px;
}

.services-grid .card h3 {
  margin-top: 0;
}

.testimonial-card .card-body {
  position: relative;
}

.quote-mark {
  margin: 0;
  color: #cea46b;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
}

.story-stats {
  display: grid;
  gap: 12px;
}

.story-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.timeline-item h3 {
  margin: 0 0 6px;
  color: var(--brand-dark);
  font-size: 1rem;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.faq-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  text-align: left;
  font-weight: 700;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}

.faq-toggle i {
  color: var(--brand);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 16px 14px;
  color: var(--muted);
}

.faq-answer.open {
  max-height: 220px;
}

.category {
  font-size: 0.82rem;
  font-weight: 700;
  color: #694f2c;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.price {
  margin: 6px 0;
  color: var(--brand-dark);
  font-weight: 700;
}

.note {
  font-size: 0.95rem;
}

.contact-highlight {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 14px;
}

.contact-item p {
  margin: 0;
}

.contact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-chips a {
  display: inline-block;
  padding: 7px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid #cfbc98;
  color: #295c38;
  background: #fff;
  font-weight: 700;
}

.map-card {
  margin-top: 16px;
}

.map-card iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 12px;
}

.success-message {
  margin: 14px 0 4px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid #aed7b9;
  background: #eefaf2;
  color: #1e6538;
  font-weight: 700;
}

.form-group {
  margin-bottom: 14px;
}

label {
  display: block;
  margin-bottom: 6px;
  color: #332919;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #cdb995;
  border-radius: 9px;
  font: inherit;
  color: var(--text);
  background: #fffdf8;
}

input:focus,
textarea:focus,
a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(46, 107, 65, 0.32);
  outline-offset: 1px;
  border-color: var(--brand);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 10px;
  padding: 11px 18px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(120deg, var(--accent), #a95f1f);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.map-btn {
  margin-top: 10px;
}

footer {
  margin-top: 42px;
  padding: 20px 0;
  color: #dce9df;
  background: linear-gradient(120deg, #173a25, #245b39);
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.16);
}

.sticky-actions {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.sticky-btn {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 12px 24px rgba(26, 19, 11, 0.28);
}

.call-btn {
  background: #1768c3;
}

.wa-btn {
  background: var(--success);
}

.sticky-icon {
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 980px) {
  .nav-wrap {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: grid;
    margin-left: auto;
  }

  nav {
    width: 100%;
  }

  nav ul {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    gap: 6px;
    border-radius: 12px;
    background: rgba(20, 58, 35, 0.9);
    flex-direction: column;
    align-items: flex-start;
  }

  body.nav-open nav ul {
    display: flex;
  }

  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-layout,
  .about-intro,
  .about-panels,
  .contact-highlight,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    width: min(1140px, 94%);
  }

  .section {
    padding: 48px 0;
  }

  .page-section {
    margin-top: -24px;
  }

  .hero {
    min-height: 62vh;
    padding: 20px;
  }

  .page-hero {
    min-height: 31vh;
    padding: 20px 0;
  }

  .stats-strip {
    margin-top: -30px;
  }

  .grid,
  .stats-grid,
  .story-timeline {
    grid-template-columns: 1fr;
  }

  .intro,
  .about-box,
  .contact-wrap,
  .about-intro,
  .story-panel,
  .panel,
  .owner-panel {
    padding: 18px;
  }

  .fleet-cards .card img {
    height: 280px;
  }

  .updates-grid .card img {
    height: 220px;
  }

  .sticky-actions {
    right: 10px;
    bottom: 10px;
  }

  .sticky-btn {
    width: 47px;
    height: 47px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
  }
}
