/* Dubai Safaris — site-level styles built on the bound design system tokens.
   Tokens are imported from the _ds bundle; everything here composes with them. */
@import url("../_ds/dubai-safaris-design-system-c73f823c-e6c9-4fa8-b039-7ef5dd4b1ebc/tokens/fonts.css");
@import url("../_ds/dubai-safaris-design-system-c73f823c-e6c9-4fa8-b039-7ef5dd4b1ebc/tokens/colors.css");
@import url("../_ds/dubai-safaris-design-system-c73f823c-e6c9-4fa8-b039-7ef5dd4b1ebc/tokens/typography.css");
@import url("../_ds/dubai-safaris-design-system-c73f823c-e6c9-4fa8-b039-7ef5dd4b1ebc/tokens/spacing.css");

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--color-ink);
  background: var(--color-canvas);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-wrap: break-word;
}
/* prevent flex/grid children from forcing horizontal overflow */
img, video, iframe, table { max-width: 100%; }
main, section, header, footer, .wrap, .wrap-narrow { min-width: 0; }
img { max-width: 100%; display: block; }
a { color: var(--color-ink); text-decoration: none; }
a:hover { color: var(--color-primary-active); }
h1, h2, h3, h4 { color: var(--color-ink); margin: 0; text-wrap: pretty; letter-spacing: -0.02em; }
p { margin: 0; color: var(--color-body); }
ul, ol { margin: 0; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--container-max); margin: 0 auto; padding: 0 40px; }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 40px; }
.section { padding: var(--space-section) 0; }
.section-sm { padding: var(--space-xxl) 0; }
.stack-sm > * + * { margin-top: var(--space-md); }
.grid { display: grid; gap: var(--space-lg); }
.eyebrow {
  font-size: var(--type-micro-label-size); font-weight: 700; line-height: var(--type-micro-label-lh);
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--color-primary);
}
.section-head { max-width: 720px; margin-bottom: var(--space-xl); }
.section-head h2 { font-size: 30px; font-weight: 700; line-height: 1.15; }
.section-head p { margin-top: var(--space-sm); font-size: var(--type-body-md-size); color: var(--color-muted); }
.lead { font-size: 18px; line-height: 1.6; color: var(--color-body); }
.muted { color: var(--color-muted); }

/* ---------- Buttons (mirror DS Button) ---------- */
.btn {
  font-family: var(--font-sans); font-size: var(--type-button-md-size);
  font-weight: var(--type-button-md-weight); line-height: var(--type-button-md-lh);
  border: none; border-radius: var(--rounded-sm); padding: 14px 24px; min-height: 48px;
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: background 150ms ease, box-shadow 150ms ease, color 150ms ease;
}
.btn-primary { background: var(--color-primary); color: var(--color-on-primary); }
.btn-primary:hover { background: var(--color-primary-active); color: var(--color-on-primary); }
.btn-secondary { background: var(--color-canvas); color: var(--color-ink); border: 1px solid var(--color-ink); }
.btn-secondary:hover { background: var(--color-surface-soft); color: var(--color-ink); }
.btn-pill { border-radius: var(--rounded-full); padding: 10px 20px; min-height: 0; font-size: var(--type-button-sm-size); background: var(--color-primary); color: #fff; }
.btn-pill:hover { background: var(--color-primary-active); color: #fff; }
.btn-tertiary { background: transparent; color: var(--color-ink); padding: 4px 2px; min-height: 0; font-weight: 600; }
.btn-tertiary:hover { text-decoration: underline; color: var(--color-ink); }
.btn-lg { padding: 16px 32px; font-size: 17px; }

/* ---------- Header / mega nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60; background: var(--color-canvas);
  border-bottom: 1px solid var(--color-hairline);
}
.nav-topbar { background: var(--color-ink); color: #fff; font-size: 13px; }
.nav-topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.nav-topbar a { color: #fff; opacity: 0.85; }
.nav-topbar a:hover { color: #fff; opacity: 1; }
.nav-topbar .topbar-contact { display: flex; gap: 20px; align-items: center; }
.nav-topbar .topbar-social { display: flex; gap: 14px; align-items: center; }
.nav-topbar .topbar-social a { display: inline-flex; }
.nav-main { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { font-size: 22px; font-weight: 700; color: var(--color-primary); letter-spacing: -0.4px; display: inline-flex; align-items: center; }
.brand span { color: var(--color-ink); }
.brand-logo { height: 44px; width: auto; display: block; }
.site-footer .brand-logo { height: 40px; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; margin: 0; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: inline-flex; align-items: center; gap: 4px; padding: 10px 14px; border-radius: var(--rounded-full);
  font-size: var(--type-nav-link-size); font-weight: 600; color: var(--color-ink); transition: background 150ms ease;
}
.nav-links > li > a:hover { background: var(--color-surface-soft); color: var(--color-ink); }
.nav-links > li > a[aria-current="page"] { color: var(--color-primary); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.chev { width: 15px; height: 15px; }

/* mega dropdown */
.mega {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px);
  background: #fff; border: 1px solid var(--color-hairline); border-radius: var(--rounded-md);
  box-shadow: var(--shadow-card); padding: var(--space-lg); width: max-content; max-width: 720px;
  opacity: 0; visibility: hidden; transition: opacity 160ms ease, transform 160ms ease; z-index: 70;
}
.nav-links > li:hover .mega, .nav-links > li:focus-within .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega-grid { display: grid; grid-template-columns: repeat(2, minmax(210px, 1fr)); gap: 4px 28px; }
.mega-grid.cols-1 { grid-template-columns: 1fr; }
.mega-col-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-muted); margin: 4px 0 8px; }
.mega a.mega-link { display: block; padding: 8px 10px; border-radius: var(--rounded-sm); font-size: 15px; color: var(--color-ink); font-weight: 500; }
.mega a.mega-link:hover { background: var(--color-surface-soft); color: var(--color-primary-active); }
.mega a.mega-link small { display: block; font-weight: 400; color: var(--color-muted); font-size: 12px; margin-top: 2px; }

/* mobile nav */
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--color-hairline); border-radius: var(--rounded-full); background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.mobile-drawer { display: none; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { padding: 16px 0; font-size: 13px; color: var(--color-muted); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.breadcrumbs li { display: flex; gap: 8px; align-items: center; }
.breadcrumbs li::after { content: "›"; color: var(--color-border-strong); }
.breadcrumbs li:last-child::after { content: ""; }
.breadcrumbs a { color: var(--color-muted); }
.breadcrumbs a:hover { color: var(--color-primary-active); }
.breadcrumbs [aria-current="page"] { color: var(--color-ink); font-weight: 500; }

/* ---------- Hero ---------- */
.hero { position: relative; border-radius: var(--rounded-md); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 35%, rgba(0,0,0,0.68) 100%); }
.hero-inner { position: relative; padding: 64px 56px; color: #fff; max-width: 760px; }
.hero-inner h1 { color: #fff; font-size: 44px; line-height: 1.08; font-weight: 700; }
.hero-inner p { color: rgba(255,255,255,0.92); font-size: 18px; margin-top: 16px; line-height: 1.55; }
.hero-tall .hero-inner { min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; }
.hero-cta { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; margin-top: 32px; flex-wrap: wrap; }
.hero-stats .stat b { display: block; font-size: 26px; font-weight: 700; color: #fff; }
.hero-stats .stat span { font-size: 13px; color: rgba(255,255,255,0.8); }

/* rating chip */
.rating-chip { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14px; }
.rating-chip svg { width: 15px; height: 15px; }

/* ---------- Image placeholder (replaceable) ---------- */
.ph {
  background:
    radial-gradient(120% 120% at 20% 10%, #f6d9a8 0%, #e9b979 32%, #d68f52 62%, #b5652f 100%);
  position: relative; overflow: hidden;
}
.ph::after {
  content: attr(data-label);
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 16px; color: rgba(60,30,10,0.62); font-size: 12px; font-weight: 600;
  letter-spacing: 0.02em; text-transform: uppercase;
}
figure.media { margin: 0; border-radius: var(--rounded-md); overflow: hidden; background: var(--color-surface-soft); }
figure.media img, figure.media .ph { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Cards ---------- */
.card-grid { display: grid; gap: var(--space-lg); grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.tour-card { display: flex; flex-direction: column; border-radius: var(--rounded-md); background: #fff; transition: box-shadow 160ms ease, transform 160ms ease; }
.tour-card:hover { box-shadow: var(--shadow-card); }
.tour-card .thumb { aspect-ratio: 4 / 3; border-radius: var(--rounded-md); overflow: hidden; position: relative; background: var(--color-surface-soft); }
.tour-card .thumb img, .tour-card .thumb .ph { width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; top: 12px; left: 12px; background: #fff; color: var(--color-ink); font-size: 12px; font-weight: 600; padding: 6px 10px; border-radius: var(--rounded-full); box-shadow: var(--shadow-card); }
.tour-card .body { padding: 12px 4px 4px; display: flex; flex-direction: column; gap: 4px; }
.tour-card .body .row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.tour-card h3 { font-size: 16px; font-weight: 600; }
.tour-card .place { font-size: 14px; color: var(--color-muted); }
.tour-card .price { margin-top: 6px; font-size: 15px; font-weight: 600; color: var(--color-ink); }
.tour-card .price span { color: var(--color-muted); font-weight: 400; }

/* category strip */
.cat-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.cat-tile { position: relative; border-radius: var(--rounded-xl); overflow: hidden; aspect-ratio: 3 / 4; color: #fff; display: flex; align-items: flex-end; }
.cat-tile .ph, .cat-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cat-tile .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.72) 100%); }
.cat-tile .label { position: relative; padding: 20px; }
.cat-tile .label b { display: block; font-size: 19px; font-weight: 700; }
.cat-tile .label span { font-size: 13px; opacity: 0.9; }
.cat-tile:hover .label b { text-decoration: underline; }

/* ---------- Feature / why-us ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; }
.feature { display: flex; flex-direction: column; gap: 10px; }
.feature .ic { width: 44px; height: 44px; border-radius: var(--rounded-full); background: var(--color-surface-soft); display: flex; align-items: center; justify-content: center; color: var(--color-primary); }
.feature h3 { font-size: 17px; font-weight: 700; }
.feature p { font-size: 15px; color: var(--color-muted); }

/* ---------- Comparison / tables ---------- */
.table-scroll { overflow-x: auto; border: 1px solid var(--color-hairline); border-radius: var(--rounded-md); }
table.compare { width: 100%; border-collapse: collapse; min-width: 640px; }
table.compare th, table.compare td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--color-hairline-soft); font-size: 15px; }
table.compare thead th { background: var(--color-surface-soft); font-weight: 700; color: var(--color-ink); font-size: 14px; }
table.compare tbody tr:last-child td { border-bottom: none; }
table.compare td:first-child, table.compare th:first-child { font-weight: 600; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--color-hairline); }
.faq details { border-bottom: 1px solid var(--color-hairline); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 0; font-size: 17px; font-weight: 600; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .mk { flex: none; transition: transform 180ms ease; }
.faq details[open] summary .mk { transform: rotate(45deg); }
.faq .ans { padding: 0 0 22px; color: var(--color-body); font-size: 15px; line-height: 1.6; max-width: 760px; }

/* ---------- Reviews ---------- */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.review { border: 1px solid var(--color-hairline); border-radius: var(--rounded-md); padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.review .stars { display: flex; gap: 2px; color: var(--color-ink); }
.review p { font-size: 15px; color: var(--color-body); }
.review .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review .who .av { width: 40px; height: 40px; border-radius: var(--rounded-full); background: var(--color-surface-strong); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--color-ink); }
.review .who b { font-size: 14px; display: block; }
.review .who span { font-size: 13px; color: var(--color-muted); }

/* ---------- Callout / booking CTA band ---------- */
.cta-band { background: var(--color-ink); color: #fff; border-radius: var(--rounded-md); padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: 28px; font-weight: 700; max-width: 620px; }
.cta-band p { color: rgba(255,255,255,0.82); margin-top: 8px; max-width: 560px; }

/* ---------- Prose (blog / static) ---------- */
.prose { max-width: 760px; }
.prose > * + * { margin-top: 20px; }
.prose h2 { font-size: 26px; font-weight: 700; margin-top: 44px; }
.prose h3 { font-size: 20px; font-weight: 700; margin-top: 32px; }
.prose p, .prose li { font-size: 17px; line-height: 1.7; color: var(--color-body); }
.prose ul, .prose ol { padding-left: 22px; }
.prose li + li { margin-top: 8px; }
.prose a { color: var(--color-primary-active); text-decoration: underline; }
.prose blockquote { border-left: 3px solid var(--color-primary); padding-left: 20px; color: var(--color-ink); font-size: 19px; font-style: italic; margin: 8px 0; }
.tldr { background: var(--color-surface-soft); border-radius: var(--rounded-md); padding: 24px 28px; }
.tldr h2 { margin-top: 0; font-size: 18px; }
.tldr ul { margin-top: 10px; }

/* key facts box */
.keyfacts { border: 1px solid var(--color-hairline); border-radius: var(--rounded-md); padding: 8px 20px; }
.keyfacts .kf { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--color-hairline-soft); font-size: 15px; }
.keyfacts .kf:last-child { border-bottom: none; }
.keyfacts .kf span { color: var(--color-muted); }
.keyfacts .kf b { font-weight: 600; text-align: right; }

/* two-col listing layout */
.listing { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.sticky-side { position: sticky; top: 100px; }
.book-card { border: 1px solid var(--color-hairline); border-radius: var(--rounded-md); box-shadow: var(--shadow-card); padding: 24px; }
.book-card .price-lg { font-size: 26px; font-weight: 700; }
.book-card .price-lg span { font-size: 15px; font-weight: 400; color: var(--color-muted); }
.book-row { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--color-hairline); border-radius: var(--rounded-sm); overflow: hidden; margin: 16px 0; }
.book-row label { padding: 10px 12px; border-bottom: 1px solid var(--color-hairline); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--color-muted); }
.book-row .cell { padding: 10px 12px; }
.book-row .cell:nth-child(2) { border-left: 1px solid var(--color-hairline); }
.book-row select, .book-row input { border: none; font-family: inherit; font-size: 14px; width: 100%; outline: none; color: var(--color-ink); background: transparent; }

/* pill list of highlights */
.check-list { list-style: none; padding: 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: var(--color-body); }
.check-list li svg { flex: none; margin-top: 3px; }
.incl-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.x-list li svg { color: var(--color-error-text); }

/* itinerary timeline */
.timeline { border-left: 2px solid var(--color-hairline); padding-left: 28px; display: grid; gap: 28px; }
.timeline .step { position: relative; }
.timeline .step::before { content: ""; position: absolute; left: -35px; top: 4px; width: 12px; height: 12px; border-radius: var(--rounded-full); background: var(--color-primary); box-shadow: 0 0 0 4px #fff; }
.timeline .step .t { font-size: 13px; font-weight: 700; color: var(--color-primary); text-transform: uppercase; letter-spacing: 0.04em; }
.timeline .step h4 { font-size: 17px; font-weight: 700; margin: 4px 0 6px; }
.timeline .step p { font-size: 15px; color: var(--color-muted); }

/* gallery */
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 180px; gap: 10px; border-radius: var(--rounded-md); overflow: hidden; }
.gallery figure { margin: 0; overflow: hidden; }
.gallery figure:first-child { grid-row: span 2; grid-column: span 1; }
.gallery figure img, .gallery figure .ph { width: 100%; height: 100%; object-fit: cover; }

/* video */
.video-embed { position: relative; aspect-ratio: 16 / 9; border-radius: var(--rounded-md); overflow: hidden; background: var(--color-ink); }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-embed .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; }
.video-embed .play .btn-play { width: 72px; height: 72px; border-radius: var(--rounded-full); background: rgba(255,255,255,0.16); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.4); }

/* footer */
.site-footer { background: var(--color-canvas); border-top: 1px solid var(--color-hairline); padding: 56px 0 0; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; }
.footer-brand .brand { font-size: 22px; }
.footer-brand p { margin-top: 12px; font-size: 14px; color: var(--color-muted); max-width: 320px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 38px; height: 38px; border-radius: var(--rounded-full); border: 1px solid var(--color-hairline); display: flex; align-items: center; justify-content: center; color: var(--color-ink); }
.footer-social a:hover { background: var(--color-ink); color: #fff; border-color: var(--color-ink); }
.footer-col h4 { font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.footer-col a { font-size: 14px; color: var(--color-body); }
.footer-col a:hover { color: var(--color-primary-active); }
.legal-band { border-top: 1px solid var(--color-hairline); padding: 22px 0; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--color-muted); }
.legal-band a { color: var(--color-muted); }
.legal-band .legal-links { display: flex; gap: 16px; flex-wrap: wrap; }

/* related strip heading */
.related h2 { font-size: 24px; font-weight: 700; margin-bottom: 20px; }

/* utility */
.pill-tag { display: inline-flex; align-items: center; gap: 6px; background: var(--color-surface-soft); color: var(--color-ink); font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: var(--rounded-full); }
.divider { height: 1px; background: var(--color-hairline); border: none; margin: 0; }
.center { text-align: center; }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }

/* ---------- Floating WhatsApp + Call CTA dock ---------- */
.cta-dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; box-shadow: 0 -4px 22px rgba(0,0,0,0.16); }
.cta-dock a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 14px; color: #fff; font-weight: 700; font-size: 17px; letter-spacing: 0.01em; transition: filter 150ms ease; }
.cta-dock a:hover { color: #fff; filter: brightness(1.07); }
.cta-dock a:active { filter: brightness(0.95); }
.cta-dock .wa { background: #1fa855; }
.cta-dock .call { background: #d33a2c; }
.cta-dock a svg { flex: none; }
@media (min-width: 761px) {
  .cta-dock { left: auto; right: 24px; bottom: 24px; width: auto; border-radius: var(--rounded-full); overflow: hidden; box-shadow: var(--shadow-card), 0 8px 24px rgba(0,0,0,0.18); }
  .cta-dock a { padding: 14px 30px; min-height: 54px; font-size: 16px; }
}
@media (max-width: 760px) { body { padding-bottom: 60px; } }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .listing { grid-template-columns: 1fr; }
  .sticky-side { position: static; }
  .incl-cols { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .wrap, .wrap-narrow { padding: 0 20px; }
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-topbar { display: none; }
  .hero-inner { padding: 40px 24px; }
  .hero-inner h1 { font-size: 32px; }
  .section { padding: 44px 0; }
  .cta-band { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section-head h2 { font-size: 25px; }
  .mobile-drawer.open { display: block; }
}
@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
}
