:root {
  --color-bg: #ffffff;
  --color-bg-soft: #ededed;
  --color-bg-section: #f5f5f5;
  --color-text: #1a1a1a;
  --color-text-muted: #6b6b6b;
  --color-primary: #2d4a5f;
  --color-primary-dark: #1e3a5f;
  --color-icon-bg: #5a7a8c;
  --color-footer-bg: #d9d3ca;
  --color-border: #e2e2e2;
  --color-star: #f5b800;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', system-ui, sans-serif;
  --shadow-btn: 0 6px 14px rgba(74, 102, 116, 0.35);
  --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.10);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-sans);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

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

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

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ NAVBAR (site-wide) ============ */
.site-nav {
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 32px;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-logo {
  font-family: 'Vidaloka', serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #484848;
  text-decoration: none;
}

.site-logo span {
  color: #6A87A1;
}

.site-nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin-left: 40px;
}

.site-nav-links a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  padding: 4px 2px;
  transition: color .2s;
}

.site-nav-links a.active,
.site-nav-links a:hover {
  color: #000;
  font-weight: 600;
}

.site-nav-links a.active {
  border-bottom: 2px solid #000;
}

.hamburger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #484848;
}

.hamburger-btn svg {
  width: 28px;
  height: 28px;
}

.site-nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-signin {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nav-signin:hover {
  color: #000;
}

.nav-signup {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #6A87A1;
  padding: 9px 26px;
  border-radius: 8px;
  box-shadow: var(--shadow-btn);
  transition: opacity .15s, transform .15s;
}

.nav-signup:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* logged-in nav icons */
.site-nav-right a.icon-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #484848;
  transition: color .15s;
}

.site-nav-right a.icon-link:hover {
  color: #6A87A1;
}

.site-nav-right a.icon-link svg {
  width: 22px;
  height: 22px;
}

.site-nav-right .badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #d8262c;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 1.5px solid #fff;
}

/* ============ HERO COLLAGE ============ */
.hero {
  padding: 50px 0 0;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 14px;
  position: relative;
}

.hero-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

/* wrapper foto dengan kotak abu di belakang */
.hero-img-wrap {
  position: relative;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hero-img-wrap::before {
  content: '';
  position: absolute;
  background: #E0E0E0;
  border-radius: 8px;
  z-index: 0;
}

/* kotak abu foto kiri - di kanan bawah foto */
.hero-left-wrap::before {
  width: calc(100% + 5px);
  /* lebih lebar */
  height: calc(100% + 30px);
  /* lebih tinggi */
  top: 12px;
  left: -20px;
  right: auto;
}

/* kotak abu foto kanan - di kiri bawah foto */
.hero-right-wrap::before {
  width: calc(100% + 5px);
  height: calc(100% + 30px);
  top: 12px;
  right: -20px;
  left: auto;
}

/* kotak abu foto atas tengah */
.hero-top-wrap::before {
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  top: 12px;
  left: -10px;
  right: -10px;
}

/* wrapper tengah atas - kurangi padding bawah */
.hero-top-wrap {
  padding: 12px 12px 8px 12px;
  /* ← padding kecil, biar kotak & foto lebih compact */
  align-items: flex-start;
  /* ← foto nempel atas */
}

.hero-top-wrap .hero-img {
  display: flex;
  align-items: center;
}

.hero-img {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}

.hero-left {
  width: 100%;
  aspect-ratio: 330 / 680;
  position: relative;
  top: 20px;
  /* ← geser foto naik/turun, kotak abu diam */
  left: -15px;
  /* ← geser foto kiri/kanan, kotak abu diam */
  ;
}

.hero-right {
  width: 100%;
  aspect-ratio: 330 / 680;
  position: relative;
  top: 20px;
  /* ← geser foto naik/turun, kotak abu diam */
  left: 15px;
  /* ← geser foto kiri/kanan, kotak abu diam */
  ;
}

.hero-mid-top {
  width: 100%;
  aspect-ratio: 402 / 155;
  position: relative;
  top: 15px;
  /* ← geser foto naik/turun, kotak abu diam */
  left: 0;
  /* ← geser foto kiri/kanan, kotak abu diam */
  ;
}

.hero-mid-bottom {
  width: calc(100% + 20px);
  aspect-ratio: 402 / 155;
  margin-top: auto;
  /* ← dorong ke bawah */
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  top: 0px;
  /* ← geser foto naik/turun, kotak abu diam */
  left: -10px;
  /* ← geser foto kiri/kanan, kotak abu diam */
  ;
}

.hero-mid-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-center-text {
  text-align: center;
  padding: 8px 0;
}

.hero-center-text .all {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 4vw, 70px);
  letter-spacing: 0.02em;
  line-height: 1;
  color: #484848;
}

.hero-center-text .can {
  font-family: 'Rochester', cursive;
  font-weight: 550;
  font-size: clamp(24px, 3.5vw, 50px);
  color: #6A87A1;
  margin: 2px 0;
  line-height: 1.1;
}

.hero-center-text .rent {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 9vw, 130px);
  letter-spacing: 0.04em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: clamp(0.5px, 0.2vw, 1.5px) #484848;
}

.btn-rent {
  display: inline-block;
  margin-top: 16px;
  padding: 11px 36px;
  background: #4D6674;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: var(--shadow-btn);
  transition: transform .15s, box-shadow .15s;
}

.btn-rent:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(74, 102, 116, 0.42);
}

/* ============ SEARCH BAR ============ */
.search-bar {
  margin-top: 22px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 999px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 24px;
  gap: 0;
  position: relative;
  z-index: 10;
}

.search-field {
  flex: 1;
  padding: 6px 18px;
  border-right: 1px solid #ececec;
  font-family: 'Poppins', sans-serif;
}

.search-field:last-of-type {
  border-right: none;
}

.search-field label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #909090;
  margin-bottom: 2px;
  font-weight: 500;
}

.search-field .value {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #484848;
  font-weight: 550;
}

.search-field .value svg {
  width: 16px;
  height: 16px;
  color: #55959E;
  stroke: #55959E;
  flex-shrink: 0;
}

.search-field .value .chev {
  margin-left: auto;
  width: 12px;
  height: 12px;
  color: #484848;
  stroke: #484848;
  stroke-width: 4;
}

.btn-search {
  padding: 13px 36px;
  background: #6A87A1;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  box-shadow: var(--shadow-btn);
  transition: opacity .15s;
}

.btn-search:hover {
  opacity: 0.92;
}

/* ============ FLOATING ICONS ============ */
.floating-actions {
  position: fixed;
  right: 24px;
  bottom: 28px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 50;
  align-items: center;
}

.floating-btn {
  width: 42px;
  height: 42px;
  background: #4D6674;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-btn);
  transition: transform .15s;
}

.floating-btn:hover {
  transform: translateY(-2px);
}

.floating-btn.light {
  background: #4D6674;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
}

/* ============ BRAND STRIP ============ */
.brand-strip {
  padding: 48px 0 24px;
}

.brand-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}

.brand-logo {
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  mix-blend-mode: multiply;
  transition: opacity .2s;
}

.brand-strip-inner .brand-logo:nth-child(1) {
  height: 32px;
}

/* Fujifilm */
.brand-strip-inner .brand-logo:nth-child(2) {
  height: 96px;
  max-width: 210px;
}

/* Bose */
.brand-strip-inner .brand-logo:nth-child(3) {
  height: 72px;
}

/* Naturehike */
.brand-strip-inner .brand-logo:nth-child(4) {
  height: 44px;
}

/* Honda */
.brand-strip-inner .brand-logo:nth-child(5) {
  height: 50px;
  max-width: 140px;
}

/* Apple */
.brand-logo:hover {
  opacity: 1;
}

/* === FUJIFILM === */
.brand-fujifilm {
  font-family: 'Arial Black', Impact, sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: #1a1a1a;
}

.brand-fujifilm .dots {
  color: #d8262c;
  font-family: monospace;
  font-size: 18px;
  letter-spacing: -0.4em;
  margin: 0 4px 0 1px;
  vertical-align: 2px;
}

/* === BOSE === */
.brand-bose {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Arial Black', Impact, sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.brand-bose .bose-bar {
  width: 14px;
  height: 2px;
  background: #1a1a1a;
  display: inline-block;
}

/* === NATUREHIKE === */
.brand-naturehike {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Georgia', serif;
  font-weight: 700;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1;
}

.brand-naturehike svg {
  margin-bottom: 2px;
}

/* === HONDA === */
.brand-honda {
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  transform: scaleX(1.2);
  display: inline-block;
}

/* === APPLE === */
.brand-apple {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
}

/* ============ ABOUT ============ */
.about-section {
  padding: 24px 0 64px;
  text-align: center;
}

.about-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 33px;
  color: #1E1E1E;
  margin-bottom: 18px;
}

.about-text {
  font-family: 'Poppins', sans-serif;
  max-width: 760px;
  margin: 0 auto 12px;
  font-size: 13.5px;
  color: #8A8A8A;
  line-height: 1.75;
  font-weight: 400;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 44px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-icon {
  width: 64px;
  height: 64px;
  background: #6C8EA1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 14px;
}

.feature-item h4 {
  font-family: 'Volkhov', Georgia, serif;
  font-weight: 700;
  font-size: 16px;
  color: #1E1E1E;
  margin-bottom: 8px;
}

.feature-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: #484848;
  max-width: 220px;
  line-height: 1.6;
}

/* ============ CATEGORIES ============ */
.categories-section {
  padding: 0 0 56px;
  text-align: center;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1E1E1E;
  margin-bottom: 6px;
}

.section-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #1E1E1E;
  margin-bottom: 32px;
  line-height: 1.7;
}

.categories-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.categories-wrap {
  background: #E0E0E0;
  padding: 40px 36px 48px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
  flex: 1;
  overflow: visible;
  position: relative;
  margin-top: 40px;
}

.category-card {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s;
  flex: 1;
}

/* sembunyikan semua card kecuali 3 yang aktif */
.category-card.cat-hidden {
  display: none;
}

.category-card .cat-img {
  width: 100%;
  aspect-ratio: 352 / 551;
  background: #c8c8c8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.category-card .cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card h4 {
  margin-top: 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1E1E1E;
}

.category-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #1E1E1E;
  margin-top: 6px;
  max-width: 220px;
  line-height: 1.6;
}

.btn-explore {
  margin-top: 14px;
  padding: 8px 22px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #484848;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-explore:hover {
  background: #f5f5f5;
}

/* Tombol panah */
.cat-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #484848;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  transition: background 0.15s, transform 0.15s;
  z-index: 2;
}

.cat-arrow:hover {
  background: #f5f5f5;
  transform: scale(1.05);
}

.category-card p,
.category-card .btn-explore {
  transition: opacity 0.3s;
}

@keyframes catFadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px) translateY(-60px);
  }

  to {
    opacity: 1;
    transform: translateX(0) translateY(-60px);
  }
}

@keyframes catFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px) translateY(-60px);
  }

  to {
    opacity: 1;
    transform: translateX(0) translateY(-60px);
  }
}

@keyframes catDropIn {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* ============ RENT ITEMS ============ */
.rent-section {
  padding: 80px 0 64px;
  text-align: center;
}

.rent-section .section-title {
  font-family: 'Volkhov', Georgia, serif;
  font-weight: 500;
  color: #484848;
  font-size: 43px;
}

.rent-section .section-subtitle {
  font-family: 'Poppins', sans-serif;
  color: #8A8A8A;
  font-size: 13px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 32px;
}

.product-card {
  text-align: left;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  padding: 14px 14px 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s, box-shadow 0.18s;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.product-img {
  aspect-ratio: 386 / 240;
  background: #ededed;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #484848;
  line-height: 1.35;
  margin-bottom: 6px;
}

.product-card .rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #f5b800;
  font-size: 20px;
  margin-left: 4px;
  letter-spacing: 1px;
}

.product-card .head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.product-card .loc {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #8A8A8A;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}

.product-card .loc svg {
  width: 12px;
  height: 12px;
  color: #55959E;
  stroke: #55959E;
  flex-shrink: 0;
}

.product-card .reviews {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #484848;
  margin-top: 4px;
}

.product-card .price {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #484848;
  margin-top: 8px;
}

.btn-view-more {
  margin-top: 40px;
  padding: 12px 36px;
  background: #4D6674;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: var(--shadow-btn);
  transition: transform .15s;
}

.btn-view-more:hover {
  transform: translateY(-2px);
}

/* ============ TESTIMONIALS ============ */
.testi-section {
  padding: 80px 0;
  background: #f8f8f8;
  text-align: center;
  overflow: hidden;
}

.testi-section .section-title {
  font-family: 'Georgia', serif;
  font-weight: 545;
  font-size: 40px;
  color: #484848;
}

.testi-section .section-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #8A8A8A;
  margin-bottom: 36px;
}

.testi-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 36px;
  perspective: 1000px;
  min-height: 320px;
  position: relative;
}

.testi-card {
  background: #fff;
  border-radius: 10px;
  padding: 32px 36px;
  display: flex;
  gap: 22px;
  text-align: left;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  width: 620px;
  transition: opacity 0.4s, transform 0.4s, width 0.4s;
  z-index: 2;
  position: relative;
}

.testi-card.side {
  opacity: 0.38;
  z-index: 1;
  width: 570px;
}

.testi-card.side.left {
  transform: translateX(80px) scale(0.92);
}

.testi-card.side.right {
  transform: translateX(-80px) scale(0.92);
}

.testi-photo-wrap {
  position: relative;
  flex-shrink: 0;
  width: 160px;
  height: 160px;
}

.testi-photo-wrap::before {
  content: '';
  position: absolute;
  inset: 8px 8px -8px -8px;
  background: #D9D9D9;
  border-radius: 8px;
  z-index: 0;
}

.testi-photo {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 6px;
  background: #d6d6d6;
  overflow: hidden;
  z-index: 1;
}

.testi-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testi-text {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: #484848;
  margin-bottom: 12px;
  line-height: 1.65;
  font-style: italic;
}

.testi-stars {
  color: #f5b800;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.testi-card hr {
  border: none;
  border-top: 1px solid #d8d8d8;
  margin: 8px 0 10px;
}

.testi-name {
  font-family: 'Volkhov', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #484848;
  margin-bottom: 2px;
}

.testi-role {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #484848;
}

.testi-nav {
  margin-top: 36px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.testi-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #484848;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.15s, transform 0.15s;
}

.testi-nav button:hover {
  background: #f5f5f5;
  transform: scale(1.05);
}

.testi-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color-text);
  transition: background 0.15s, transform 0.15s;
}

.testi-nav button:hover {
  background: #f5f5f5;
  transform: scale(1.05);
}

/* ============ FOOTER (site-wide) ============ */
.site-footer {
  background: #e2e2e2;
  padding: 40px 24px 28px;
  margin-top: auto;
  color: #3a3a3a;
}

.site-footer-inner {
  width: 100%;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}

.site-footer-brand {
  flex: 0 0 220px;
  padding-left: 24px;
}

.site-footer-logo {
  font-family: 'Vidaloka', serif;
  font-size: 35px;
  font-weight: 400;
  color: #484848;
  letter-spacing: 0.04em;
}

.site-footer-logo span {
  color: #6A87A1;
}

.site-footer-tagline {
  font-size: 13px;
  color: #555;
  margin-top: 8px;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
}

.site-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.site-footer-socials a {
  width: 32px;
  height: 32px;
  background: #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  transition: background .2s, color .2s;
}

.site-footer-socials a:hover {
  background: #6A87A1;
  color: #fff;
}

.site-footer-cols {
  flex: 0 0 auto;
  display: flex;
  gap: 48px;
  margin-left: auto;
  margin-right: 24px;
}

.site-footer-col h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

.site-footer-col ul {
  list-style: none;
}

.site-footer-col ul li {
  margin-bottom: 8px;
}

.site-footer-col ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  transition: color .2s;
}

.site-footer-col ul li a:hover {
  color: #6A87A1;
}

.site-footer-bottom {
  width: 100%;
  margin: 28px 0 0;
  padding: 16px 24px 0;
  border-top: 1px solid #ccc;
  font-size: 12px;
  color: #888;
  font-family: 'Poppins', sans-serif;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 8px;
  }

  .hero-img-wrap {
    padding: 12px;
  }

  .hero-top-wrap {
    padding: 4px;
  }

  .hero-left-wrap::before,
  .hero-right-wrap::before {
    width: calc(100% + 2px);
    height: calc(100% + 10px);
    top: 6px;
  }

  .hero-left-wrap::before {
    left: -8px;
  }

  .hero-right-wrap::before {
    right: -8px;
  }

  .hero-top-wrap::before {
    width: calc(100% + 8px);
    height: calc(100% + 4px);
    top: 6px;
    left: -4px;
    right: -4px;
  }

  .hero-left {
    top: 10px;
    left: -6px;
  }

  .hero-right {
    top: 10px;
    left: 6px;
  }

  .hero-mid-top {
    top: 8px;
  }

  .hero-mid-bottom {
    top: 0px;
    left: -4px;
    width: calc(100% + 8px);
  }

  .btn-rent {
    padding: 6px 16px;
    font-size: 11px;
    margin-top: 8px;
  }

  /* About Us: 3 boxes side by side */
  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .feature-icon svg {
    width: 20px;
    height: 20px;
  }

  .feature-item h4 {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .feature-item p {
    font-size: 9px;
    line-height: 1.4;
  }

  /* Categories */
  .categories-wrap {
    gap: 12px;
    padding: 20px 16px;
  }

  .category-card .cat-img {
    aspect-ratio: 1;
  }

  .category-card h4 {
    font-size: 14px;
    margin-top: 10px;
  }

  .category-card p {
    font-size: 11px;
    display: none;
  }

  .btn-explore {
    padding: 6px 14px;
    font-size: 11px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .product-card {
    padding: 10px;
  }

  .product-img {
    margin-bottom: 10px;
  }

  .product-card h4 {
    font-size: 12px;
  }

  .product-card .price {
    font-size: 13.5px;
    margin-top: 6px;
  }

  .product-card .rating {
    font-size: 14px;
  }

  .product-card .loc,
  .product-card .reviews {
    font-size: 10px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  /* Testimonials */
  .testi-card {
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    text-align: center;
  }

  .testi-photo-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .testi-photo {
    width: 100px;
    height: 100px;
  }

  .testi-text {
    font-size: 11px;
  }

  .testi-card.side {
    display: none;
  }
}

@media (max-width: 768px) {
  .site-footer-inner {
    flex-direction: column;
    gap: 24px;
  }

  .site-footer-brand {
    padding-left: 0;
  }

  .site-footer-cols {
    margin: 0;
    gap: 32px;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .hamburger-btn {
    display: block;
    margin-right: 12px;
  }

  .site-nav-links {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    gap: 0;
    margin-left: 0;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    /* Start hidden */
    display: none;
  }

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

  .site-nav-links li {
    width: 100%;
  }

  .site-nav-links a {
    display: block;
    padding: 16px 24px;
    border-bottom: 1px solid #f0f0f0;
  }

  .site-nav-links a.active {
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
  }

  .site-nav {
    padding: 0 16px;
    position: relative;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .search-bar {
    flex-direction: column;
    border-radius: 16px;
    padding: 12px;
    gap: 8px;
  }

  .search-field {
    border-right: none;
    border-bottom: 1px solid var(--color-border);
    width: 100%;
    padding: 8px 0;
  }

  /* Brand Strip - Flexible & Centered */
  .brand-strip-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding-bottom: 0;
  }

  .brand-logo {
    height: 26px;
    flex-shrink: 0;
  }

  .brand-fujifilm {
    font-size: 18px;
    flex-shrink: 0;
  }

  .brand-bose {
    font-size: 16px;
    flex-shrink: 0;
  }

  .brand-naturehike {
    font-size: 15px;
    flex-shrink: 0;
  }

  .brand-honda {
    font-size: 18px;
    flex-shrink: 0;
  }

  .brand-apple {
    font-size: 16px;
    flex-shrink: 0;
  }
}