:root {
      --brand-orange: #ff7a00;
      --brand-beige: #f3e5d6;
      --brand-dark: #3b2a21;
      --bg-light: #faf8f6;
      --border-soft: #e3d4c4;
      --radius-lg: 18px;
      --shadow-soft: 0 18px 40px rgba(0,0,0,0.06);
    }

    * { box-sizing:border-box; margin:0; padding:0; }
    body {
      font-family:"Poppins", sans-serif;
      background:var(--bg-light);
      color:var(--brand-dark);
      line-height:1.6;
    }
    a { text-decoration:none; color:inherit; }

    .btn {
      border-radius:999px;
      padding:8px 16px;
      font-size:12px;
      font-weight:500;
      border:none;
      cursor:pointer;
      display:inline-flex;
      align-items:center;
      gap:6px;
      transition:0.12s ease;
      white-space:nowrap;
    }
    .btn-primary {
      background:var(--brand-orange);
      color:#fff;
      box-shadow:0 10px 24px rgba(255,122,0,0.35);
    }
    .btn-primary:hover {
      transform:translateY(-1px);
      box-shadow:0 14px 30px rgba(255,122,0,0.45);
    }
    .btn-outline {
      background:transparent;
      border:1px solid var(--brand-orange);
      color:var(--brand-orange);
    }
    .btn-outline:hover {
      background:rgba(255,122,0,0.06);
    }

    .hero {
      background:linear-gradient(135deg,#fff,var(--brand-beige));
      border-bottom:1px solid rgba(0,0,0,0.04);
    }
    .hero-inner {
      max-width:1100px;
      margin:0 auto;
      padding:32px 20px 30px;
      display:grid;
      grid-template-columns:minmax(0,1.4fr) minmax(0,1.2fr);
      gap:26px;
      align-items:center;
    }
    .hero-badge {
      font-size:11px;
      text-transform:uppercase;
      letter-spacing:2px;
      color:#8a7460;
      margin-bottom:8px;
    }
    .hero-title {
      font-size:30px;
      font-weight:600;
      margin-bottom:10px;
      color:var(--brand-dark);
    }
    .hero-subtitle {
      font-size:13px;
      color:#7a6758;
      max-width:470px;
      margin-bottom:18px;
    }
    .hero-tags {
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      font-size:11px;
      margin-bottom:18px;
    }
    .hero-tag {
      padding:5px 10px;
      border-radius:999px;
      background:rgba(255,122,0,0.08);
      color:#8a5b29;
    }
    .hero-actions {
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      font-size:11px;
      color:#8a7460;
    }
    .hero-media {
      position:relative;
      border-radius:24px;
      overflow:hidden;
      box-shadow:0 20px 40px rgba(0,0,0,0.18);
      border:1px solid rgba(227,212,196,0.8);
      background:#000;
    }
    .hero-media img {
      width:100%;
      height:auto;
      display:block;
      object-fit:cover;
    }
    .hero-chip {
      position:absolute;
      left:16px;
      bottom:16px;
      background:rgba(0,0,0,0.55);
      color:#fff;
      padding:8px 12px;
      border-radius:999px;
      font-size:11px;
      display:flex;
      gap:8px;
      align-items:center;
    }
    .hero-chip span.label {
      text-transform:uppercase;
      letter-spacing:1px;
      font-weight:500;
    }

    .image-strip {
      max-width:1100px;
      margin:12px auto 28px;
      padding:0 20px;
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:10px;
    }
    .thumb {
      border-radius:16px;
      overflow:hidden;
      border:1px solid rgba(227,212,196,0.7);
      background:#000;
      height:90px;
    }
    .thumb img {
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    main {
      max-width:1100px;
      margin:0 auto;
      padding:0 20px 50px;
    }
    .section { margin-bottom:30px; }
    .section-header {
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      margin-bottom:14px;
      gap:10px;
    }
    .section-title { font-size:18px; font-weight:600; }
    .section-subtitle { font-size:12px; color:#8a7460; }
    .service-grid {
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:18px;
      margin-bottom:20px;
    }
    .service-card {
      background:#fff;
      border-radius:18px;
      border:1px solid var(--border-soft);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      display:flex;
      flex-direction:column;
    }
    .service-media {
      height:150px;
      overflow:hidden;
      background:#000;
    }
    .service-media img {
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .service-body {
      padding:14px 16px 14px;
      font-size:13px;
    }
    .service-label {
      font-size:11px;
      text-transform:uppercase;
      letter-spacing:1px;
      color:#af8c68;
      margin-bottom:4px;
    }
    .service-name { font-size:15px; font-weight:600; margin-bottom:6px; }
    .service-text { font-size:12px; color:#7a6758; margin-bottom:10px; }
    .service-meta { font-size:11px; color:#9a7f68; margin-bottom:8px; }
    .service-actions { display:flex; flex-wrap:wrap; gap:8px; align-items:center; }
    .booking-panel {
      background:#fff;
      border-radius:18px;
      border:1px solid var(--border-soft);
      box-shadow:var(--shadow-soft);
      padding:18px 18px 16px;
      display:grid;
      grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);
      gap:16px;
      font-size:13px;
    }
    .booking-steps { list-style:none; padding-left:0; font-size:12px; color:#7a6758; }
    .booking-steps li { margin-bottom:6px; }
    .booking-tagline { font-size:11px; color:#9a7f68; margin-top:8px; }
    .booking-right { display:flex; flex-direction:column; gap:8px; justify-content:center; font-size:12px; }
    .badge-row { display:flex; flex-wrap:wrap; gap:8px; font-size:11px; }
    .badge {
      padding:5px 10px;
      border-radius:999px;
      background:#f7f3ef;
      border:1px solid rgba(0,0,0,0.05);
    }
    .trust-strip {
      max-width:1100px;
      margin:0 auto 40px;
      padding:0 20px;
      display:flex;
      justify-content:space-between;
      flex-wrap:wrap;
      font-size:11px;
      color:#8a7460;
      gap:10px;
    }

    @media(max-width:900px){
      .hero-inner { grid-template-columns:1fr; }
      .image-strip { grid-template-columns:repeat(3,minmax(0,1fr)); }
      .service-grid { grid-template-columns:1fr; }
      .booking-panel { grid-template-columns:1fr; }
      .hero-title { font-size:24px; }
    }
    @media(max-width:600px){
      .image-strip { grid-template-columns:repeat(2,minmax(0,1fr)); }
    }

body.home .hero {
  position: static;
  min-height: auto;
  display: block;
  align-items: initial;
  padding: var(--header-h) 0 0;
  color: var(--brand-dark);
  isolation: auto;
}

body.home .section {
  padding: 0;
  margin-bottom: 30px;
}

body.home .trust-strip {
  background: transparent;
  color: #8a7460;
}

body.home .hero p {
  color: #7a6758;
  margin: 0 0 18px;
}
