:root {
  --ink: #1d2124;
  --muted: #6b6f72;
  --bg: #ffffff;
  --soft: #f3f2ef;
  --card: #f0efec;
  --line: #e4e2dd;
  --brand: #1f3d36;
  --brand-2: #c8643b;
  --gold: #a8844a;
  --radius: 16px;
  --gutter: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; }
.wrap { padding: 0 var(--gutter); max-width: 1880px; margin: 0 auto; }
[data-icon] svg { width: 1em; height: 1em; display: block; }
svg[aria-hidden="true"] { width: 1em; height: 1em; flex: none; display: inline-block; vertical-align: -.15em; }

/* ---------- Top bar ---------- */
.topbar { background: #003944; color: #fff; height: 46px; display: flex; align-items: center; justify-content: center; position: relative; font-size: 17px; overflow: hidden; }
.topbar-msg { transition: opacity .4s; text-align: center; padding: 0 16px; }
.topbar-links { position: absolute; right: 24px; display: flex; gap: 0; font-size: 13px; font-weight: 600; text-transform: uppercase; }
.topbar-links a { padding: 0 14px; border-left: 1px solid #ffffff66; }
.topbar-links a:first-child { border: 0; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: #fff; }
.header-main { display: grid; grid-template-columns: 1fr auto 1fr; grid-template-areas: "search logo icons" "nav nav nav"; align-items: center; padding: 22px 40px 0; column-gap: 24px; }
.search { grid-area: search; display: flex; align-items: center; border: 1.5px solid var(--ink); border-radius: 999px; padding: 0 20px 0 26px; height: 60px; max-width: 475px; }
.search input { flex: 1; border: 0; outline: 0; font: italic 600 16px "Manrope", sans-serif; background: transparent; min-width: 0; }
.search input::placeholder { color: var(--ink); }
.search button { border: 0; background: none; font-size: 18px; cursor: pointer; padding: 6px; }
.logo { grid-area: logo; display: inline-flex; flex-direction: column; align-items: flex-end; font-size: 50px; font-weight: 800; letter-spacing: -2.5px; line-height: .9; }
.logo small { font-size: 16px; font-weight: 500; letter-spacing: 0; margin-top: 4px; }
.logo-dot { color: var(--brand-2); }
.header-icons { grid-area: icons; display: flex; justify-content: flex-end; gap: 22px; }
.icon-btn { position: relative; border: 0; background: none; font-size: 28px; cursor: pointer; padding: 6px; display: inline-flex; }
.icon-btn .count { position: absolute; top: -2px; right: -6px; background: var(--brand-2); color: #fff; font-size: 11px; font-weight: 700; min-width: 18px; height: 18px; line-height: 18px; border-radius: 9px; text-align: center; padding: 0 4px; }
.icon-btn .count:empty { display: none; }
.burger { display: none; }
.main-nav { grid-area: nav; display: flex; justify-content: center; gap: 38px; padding: 26px 0 20px; }
.main-nav > a { font-size: 16px; font-weight: 700; text-transform: uppercase; padding-bottom: 6px; border-bottom: 3px solid transparent; white-space: nowrap; }
.main-nav > a:hover, .main-nav > a.open, .main-nav > a.active { border-color: currentColor; }
.main-nav .nav-offer { color: var(--brand); }
.main-nav .nav-new { color: var(--gold); }

/* Compact header after scrolling */
.site-header.compact .header-main { grid-template-columns: auto minmax(220px, 410px) 1fr auto; grid-template-areas: "logo search nav icons"; padding: 12px 20px; }
.site-header.compact .logo { font-size: 36px; }
.site-header.compact .logo small { font-size: 12px; }
.site-header.compact .search { height: 42px; }
.site-header.compact .main-nav { padding: 0; gap: 18px; justify-content: flex-end; }
.site-header.compact .main-nav > a { font-size: 15px; padding-bottom: 0; border: 0; }
.site-header.compact .header-icons { gap: 12px; }
.site-header.compact .icon-btn { font-size: 24px; }

/* Mega menu */
.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--soft); display: none; box-shadow: 0 20px 30px rgba(0,0,0,.06); }
.mega.open { display: grid; grid-template-columns: 1fr 340px; min-height: 520px; }
.mega-cols { display: flex; gap: 70px; padding: 60px 40px; flex-wrap: wrap; align-content: flex-start; }
.mega-col h5 { margin: 0 0 18px; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.mega-col a { display: block; padding: 6px 10px; font-size: 16px; }
.mega-col a:hover { color: var(--brand-2); }
.mega-col .see-all { text-decoration: underline; }
.mega-promo { position: relative; background-size: cover; background-position: center; }
.price-tag { position: absolute; top: 24px; left: 20px; background: #fff; border-radius: 14px; padding: 16px 20px; box-shadow: 0 6px 16px rgba(0,0,0,.12); max-width: 200px; }
.price-tag strong { display: block; font-size: 17px; line-height: 1.2; color: var(--brand); }
.price-tag em { font-style: normal; font-size: 14px; color: var(--brand); }
.price-tag .big { font-size: 46px; font-weight: 800; line-height: 1; margin-top: 8px; color: var(--brand); }
.price-tag .big sup { font-size: 22px; vertical-align: 18px; }
.cta-dark { display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: #fff; font-weight: 800; text-transform: uppercase; padding: 14px 24px; border-radius: 6px; font-size: 16px; border: 0; cursor: pointer; }
.cta-dark:hover { background: var(--brand); }
.mega-promo .cta-dark { position: absolute; bottom: 44px; right: 20px; }

/* ---------- Generic ---------- */
main { min-height: 50vh; }
.section { margin: 110px 0; }
.section-head { display: flex; align-items: center; gap: 24px; margin-bottom: 8px; }
.section-head h2 { margin: 0; font-size: 30px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; white-space: nowrap; }
.section-head::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.section-sub { color: var(--muted); font-size: 18px; margin: 0 0 36px; }
.big-title { text-align: center; font-size: clamp(28px, 3.6vw, 56px); font-weight: 800; text-transform: uppercase; letter-spacing: -1px; margin: 0 0 16px; }
.big-sub { text-align: center; color: var(--muted); font-size: 20px; margin: 0 0 50px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--ink); color: #fff; border: 0; padding: 14px 28px; border-radius: 6px; font-weight: 700; cursor: pointer; font-size: 15px; text-transform: uppercase; letter-spacing: .5px; }
.btn:hover { background: var(--brand); }
.btn.light { background: #fff; color: var(--ink); }
.btn.outline { background: #fff; color: var(--ink); border: 1.5px solid var(--ink); }
.btn.block { width: 100%; }
.eyebrow { font-size: 15px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--muted); }
.price-lg { font-weight: 800; font-size: 30px; white-space: nowrap; line-height: 1; }
.price-lg sup { font-size: 14px; vertical-align: 12px; margin-left: 1px; }
.price-lg s { display: block; font-size: 14px; color: var(--muted); font-weight: 500; margin-top: 4px; }

/* Scroller (horizontal carousel with progress bar) */
.scroller { position: relative; }
.scroll-track { display: grid; grid-auto-flow: column; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; }
.scroll-track::-webkit-scrollbar { display: none; }
.scroll-track > * { scroll-snap-align: start; }
.scroll-foot { display: flex; align-items: center; gap: 40px; margin-top: 34px; }
.scroll-bar { flex: 1; height: 3px; background: var(--line); position: relative; }
.scroll-bar span { position: absolute; left: 0; top: 0; bottom: 0; background: var(--ink); transition: left .2s, width .2s; }
.scroll-arrows { display: flex; gap: 30px; }
.scroll-arrows button { border: 0; background: none; font-size: 26px; cursor: pointer; padding: 4px; }
.scroll-arrows button:disabled { opacity: .3; cursor: default; }
.float-arrow { position: absolute; right: -8px; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; border: 0; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.15); font-size: 22px; cursor: pointer; z-index: 2; display: flex; align-items: center; justify-content: center; }

/* ---------- Home: rooms strip ---------- */
.rooms-strip { display: grid; grid-template-columns: 280px 1fr; gap: 20px; align-items: center; margin-top: 50px; }
.rooms-strip h2 { font-size: 44px; line-height: 1.05; font-weight: 800; text-transform: uppercase; margin: 0 0 22px; letter-spacing: -1px; }
.rooms-strip p { color: var(--muted); font-size: 18px; line-height: 1.6; margin: 0; }
.rooms-strip .scroll-track { grid-auto-columns: 178px; gap: 17px; }
.room-card { background: var(--card); border-radius: 18px; padding: 14px 14px 20px; text-align: center; transition: transform .2s; }
.room-card:hover { transform: translateY(-4px); }
.room-card img { width: 120px; height: 120px; margin: 0 auto 10px; object-fit: contain; mix-blend-mode: multiply; }
.room-card strong { display: block; font-size: 18px; line-height: 1.25; }
.room-card small { display: block; color: var(--muted); font-size: 15px; margin-top: 10px; line-height: 1.4; }

/* ---------- Home: hero ---------- */
.hero { display: grid; grid-template-columns: 1.37fr 1fr; gap: 10px; margin-top: 90px; }
.hero-main, .hero-side a { position: relative; border-radius: 18px; overflow: hidden; background-size: cover; background-position: center; display: block; }
.hero-main { min-height: 780px; }
.hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 10px; }
.hero-side a { min-height: 385px; }
.hero-badge { position: absolute; left: 50%; top: 40px; transform: translateX(-50%); width: 440px; height: 440px; border-radius: 50%; background: #fff; border: 10px solid #f3f1ec; box-shadow: 0 10px 40px rgba(0,0,0,.12); overflow: hidden; text-align: center; }
.hero-badge .t1 { margin-top: 70px; font-size: 32px; font-weight: 800; color: var(--brand); }
.hero-badge .t2 { font-size: 78px; font-weight: 800; color: var(--brand-2); line-height: .95; letter-spacing: -3px; }
.hero-badge .bottom { position: absolute; left: 0; right: 0; bottom: 0; height: 43%; background: var(--brand); color: #fff; padding-top: 18px; }
.hero-badge .val { font-size: 92px; font-weight: 800; line-height: 1; letter-spacing: -3px; }
.hero-badge .txt { font-size: 18px; font-weight: 700; }
.hero-code { position: absolute; left: 50%; bottom: 60px; transform: translateX(-50%); width: 280px; text-align: center; box-shadow: 0 10px 24px rgba(0,0,0,.18); border-radius: 8px; overflow: hidden; }
.hero-code div { background: #fff; color: var(--brand-2); font-size: 28px; font-weight: 800; padding: 16px 0; }
.hero-code div b { color: var(--brand-2); }
.hero-code span { display: flex; justify-content: center; align-items: center; gap: 10px; background: var(--brand); color: #fff; font-size: 28px; font-weight: 800; padding: 20px 0; text-transform: uppercase; }
.hero-side h3 { position: absolute; top: 18px; left: 0; right: 0; text-align: center; color: #fff; font-size: 42px; font-weight: 800; margin: 0; text-shadow: 0 2px 10px rgba(0,0,0,.35); letter-spacing: -1px; }
.hero-side h3 u { text-decoration-thickness: 3px; text-underline-offset: 6px; }
.hero-side .price-tag { left: auto; right: 26px; top: 110px; background: #2b2b2bdd; color: #fff; border: 2px solid #ffffff55; text-align: center; max-width: 230px; }
.hero-side .price-tag strong, .hero-side .price-tag em, .hero-side .price-tag .big { color: #fff; }
.hero-side .cta-dark { position: absolute; right: 34px; bottom: 34px; }

/* ---------- Service cards ---------- */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 90px; }
.service { background: #eef1f1; border-radius: 14px; padding: 30px 16px 26px; text-align: center; }
.service [data-icon] { font-size: 40px; color: var(--brand); display: inline-block; }
.service strong { display: block; font-size: 20px; color: var(--brand); margin-top: 14px; }
.service small { color: var(--muted); font-size: 15px; }

/* ---------- Product card ---------- */
.product-track { grid-auto-columns: calc((100% - 88px) / 5); }
.card { display: flex; flex-direction: column; min-width: 0; }
.card .thumb { position: relative; background: var(--card); aspect-ratio: 1; overflow: hidden; display: block; }
.card .thumb img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s; }
.card .thumb:hover img { transform: scale(1.04); }
.badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; z-index: 1; }
.badge { display: inline-flex; align-items: baseline; gap: 6px; font-size: 15px; font-weight: 700; padding: 3px 14px; border-radius: 999px; color: #fff; background: var(--brand); }
.badge b { font-size: 26px; font-weight: 800; line-height: 1.1; }
.badge.new { background: #4b5b60; font-size: 20px; font-weight: 800; padding: 2px 12px; }
.badge.sale { background: var(--brand-2); }
.wish-btn { position: absolute; top: 14px; right: 14px; border: 0; background: none; font-size: 26px; cursor: pointer; z-index: 1; padding: 4px; }
.wish-btn.on { color: var(--brand-2); }
.wish-btn.on path { fill: currentColor; }
.add-btn { position: absolute; right: 14px; bottom: 14px; width: 46px; height: 46px; border-radius: 6px; border: 0; background: #fff; font-size: 24px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 4px rgba(0,0,0,.08); }
.add-btn:hover { background: var(--ink); color: #fff; }
.card-info { display: flex; justify-content: space-between; gap: 12px; padding: 22px 12px 0; }
.card-info h3 { font-size: 20px; font-weight: 600; line-height: 1.3; margin: 0; }
.card-info .line { font-size: 20px; }
.card .stars { color: #e3a52b; font-size: 13px; padding: 6px 12px 0; }

/* ---------- Bundles ---------- */
.bundles .scroll-track { grid-auto-columns: calc((100% - 34px) / 2.07); gap: 34px; }
.bundle { background: #f5f5f7; border-radius: 22px; padding: 20px 20px 28px; }
.bundle-img { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 835 / 835; background-size: cover; background-position: center; }
.bundle-count { position: absolute; top: 14px; left: 14px; background: #fff; border-radius: 999px; padding: 4px 16px; font-weight: 700; font-size: 15px; }
.hotspot { position: absolute; width: 44px; height: 44px; margin: -22px 0 0 -22px; border-radius: 50%; background: #fff; border: 0; font-weight: 800; font-size: 17px; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.2); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 #ffffff99; } 50% { box-shadow: 0 0 0 10px #ffffff00; } }
.bundle h3 { font-size: 28px; margin: 24px 8px 6px; }
.bundle > p { color: var(--muted); font-size: 18px; margin: 0 8px 18px; }
.bundle-list { list-style: none; margin: 0; padding: 0 8px; }
.bundle-list li { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 19px; }
.bundle-list li.hl { background: #fff; }
.bundle-list .n { width: 26px; height: 26px; border-radius: 50%; background: #e8e8ea; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex: none; }
.bundle-list a { flex: 1; text-decoration: underline; text-decoration-color: #0003; }
.bundle-list b { white-space: nowrap; }
.bundle-total { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 8px; margin: 0 8px; color: var(--muted); font-size: 18px; }
.bundle-total b { font-size: 32px; color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 8px 24px; }
.chip { background: #ebebed; border-radius: 999px; padding: 6px 14px; font-size: 14px; font-weight: 600; color: #555; border: 0; cursor: pointer; }
.chip.active { background: var(--ink); color: #fff; }
.bundle .btn { margin: 0 8px; width: calc(100% - 16px); }

/* ---------- Brand ---------- */
.brand { display: grid; grid-template-columns: 1fr 1.28fr; gap: 58px; align-items: center; }
.brand-img { border-radius: 18px; aspect-ratio: 790 / 590; background-size: cover; background-position: center; }
.dashes { display: flex; gap: 4px; margin-bottom: 18px; }
.dashes i { width: 16px; height: 4px; border-radius: 2px; }
.brand h2 { font-size: clamp(30px, 3vw, 52px); line-height: 1.08; font-weight: 800; text-transform: uppercase; margin: 14px 0 26px; letter-spacing: -1px; max-width: 720px; }
.brand p { font-size: 22px; color: var(--muted); line-height: 1.65; margin: 0 0 30px; max-width: 720px; }
.brand h4 { font-size: 30px; font-weight: 800; letter-spacing: 1px; margin: 0 0 26px; }

/* ---------- Room tiles ---------- */
.room-tiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.room-tile { border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s; }
.room-tile:hover { transform: translateY(-4px); }
.room-tile .img { aspect-ratio: 293 / 220; background-size: cover; background-position: center; }
.room-tile span { color: #fff; font-size: 19px; font-weight: 700; text-transform: uppercase; text-align: center; padding: 20px 10px; min-height: 84px; display: flex; align-items: center; justify-content: center; letter-spacing: .5px; line-height: 1.3; }

/* ---------- Quality banner ---------- */
.quality { position: relative; border-radius: 18px; overflow: hidden; min-height: 620px; background-size: cover; background-position: center; color: #fff; display: flex; align-items: center; }
.quality::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #2b2f33 0%, #2b2f33cc 35%, #2b2f3300 65%); }
.quality-body { position: relative; padding: 0 56px; max-width: 640px; }
.quality .eyebrow { color: #9fb8a8; font-size: 14px; }
.quality h2 { font-size: 44px; line-height: 1.1; margin: 16px 0 20px; text-transform: uppercase; font-weight: 800; }
.quality h2 em { display: block; text-transform: none; font-weight: 700; font-style: italic; }
.quality p { font-size: 18px; line-height: 1.6; opacity: .92; }
.features { display: flex; gap: 24px; margin: 26px 0 36px; flex-wrap: wrap; }
.features span { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.features i { width: 38px; height: 38px; border-radius: 50%; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; font-style: normal; }

/* ---------- Blog cards ---------- */
.blog-track { grid-auto-columns: calc((100% - 60px) / 2.85); gap: 30px; }
.blog-card { background: #f5f5f7; border-radius: 22px; padding: 20px 20px 30px; display: block; }
.blog-card .img { position: relative; border-radius: 12px; aspect-ratio: 610 / 407; background-size: cover; background-position: center; }
.pill { position: absolute; top: 16px; left: 16px; background: #fff; border-radius: 999px; padding: 4px 14px; font-weight: 700; font-size: 15px; display: flex; gap: 6px; align-items: center; }
.blog-card h3 { font-size: 26px; margin: 36px 8px 14px; }
.blog-card:hover h3 { text-decoration: underline; }
.blog-card p { color: var(--muted); font-size: 18px; line-height: 1.7; margin: 0 8px 32px; }
.read-more { display: flex; align-items: center; gap: 14px; margin: 0 8px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: 16px; }
.read-more i { width: 54px; height: 54px; border: 1.5px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-style: normal; font-size: 20px; }
.center { text-align: center; margin-top: 50px; }

/* ---------- Events ---------- */
.events { display: grid; grid-template-columns: 1.37fr 1fr; gap: 26px; align-items: start; }
.event-main { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: block; }
.event-main .img { position: relative; aspect-ratio: 1053 / 593; background-size: cover; background-position: center; }
.event-main .img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0008, #0000 70%); }
.event-main .overlay-text { position: absolute; left: 54px; top: 64px; color: #fff; z-index: 1; max-width: 70%; }
.event-main .overlay-text span { display: inline-block; background: var(--brand-2); border-radius: 999px; padding: 8px 22px; font-size: 20px; font-weight: 700; }
.event-main .overlay-text h3 { font-size: 52px; line-height: 1.15; margin: 24px 0 0; }
.tag { position: absolute; top: 16px; right: 16px; background: #fff; color: var(--ink); border-radius: 999px; padding: 3px 12px; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; z-index: 1; }
.event-main .body { padding: 24px 26px 30px; }
.event-main h4 { font-size: 26px; margin: 0 0 8px; }
.event-main p { color: var(--muted); margin: 0 0 20px; }
.event-side { display: grid; gap: 26px; }
.event-card { display: grid; grid-template-columns: 190px 1fr; gap: 18px; border: 1px solid var(--line); border-radius: 12px; padding: 30px 14px; align-items: center; }
.event-card .img { aspect-ratio: 190 / 106; border-radius: 6px; background-size: cover; background-position: center; }
.event-card .tag { position: static; display: inline-block; background: #eef1f1; margin-bottom: 8px; }
.event-card h4 { font-size: 20px; margin: 0 0 8px; }
.event-card p { color: var(--muted); margin: 0 0 12px; font-size: 15px; }
.event-card .read-more, .event-main .read-more { margin: 0; font-size: 14px; }
.event-card .read-more i, .event-main .read-more i { width: 42px; height: 42px; font-size: 16px; }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: 450px 1fr; gap: 80px; padding: 0 90px; }
.reviews h2 { font-size: 26px; margin: 0 0 40px; }
.reviews h3 { font-size: 20px; margin: 0 0 16px; }
.big-stars { color: #f5b301; font-size: 34px; letter-spacing: 2px; }
.score-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; font-size: 19px; }
.dist { display: grid; grid-template-columns: 20px 1fr 50px; align-items: center; gap: 16px; margin-bottom: 18px; font-size: 18px; }
.dist .bar { height: 10px; border-radius: 5px; background: #eee; overflow: hidden; }
.dist .bar span { display: block; height: 100%; background: #777; }
.dist em { font-style: normal; text-align: right; }
.reviews-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.reviews-head .scroll-arrows { gap: 40px; }
.review-track { grid-auto-columns: calc((100% - 12px) / 2); gap: 12px; }
.review { background: #f3f3f3; padding: 30px 40px; min-height: 300px; }
.review header { display: flex; justify-content: space-between; text-transform: uppercase; font-size: 17px; }
.review .stars { color: #f5b301; font-size: 22px; margin: 6px 0 20px; letter-spacing: 3px; }
.review p { font-size: 19px; margin: 0 0 24px; }
.review small { font-size: 15px; color: #444; }
.demo-note { font-size: 13px; color: var(--muted); margin-top: 10px; }
.service-row { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; padding: 20px 90px 50px; }
.service-row [data-icon] { font-size: 50px; display: inline-block; }
.service-row strong { display: block; text-transform: uppercase; font-size: 22px; margin-top: 12px; }
.service-row span { font-size: 19px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--ink); position: relative; margin-top: 30px; padding-bottom: 30px; }
.footer-services:empty { display: none; }
.to-top-inline { position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--ink); background: #fff; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.newsletter { display: grid; grid-template-columns: 360px 1fr 366px; max-width: 1600px; margin: 60px auto 90px; border: 1.5px solid var(--ink); border-radius: 30px; height: 60px; overflow: hidden; }
.newsletter strong { display: flex; align-items: center; justify-content: center; font-size: 22px; border-right: 1.5px solid var(--ink); }
.newsletter input { border: 0; outline: 0; padding: 0 20px; font: 15px "Manrope", sans-serif; min-width: 0; }
.newsletter button { border: 0; border-left: 1.5px solid var(--ink); background: #fff; font-weight: 800; font-size: 19px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 12px; }
.newsletter button:hover { background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.1fr 1.2fr 1fr .9fr; gap: 30px; max-width: 1600px; margin: 0 auto; padding: 0 var(--gutter); }
.footer-grid h4 { font-size: 20px; margin: 0 0 22px; }
.footer-grid a { display: block; font-size: 19px; padding: 0 10px; line-height: 1.32; }
.footer-grid a:hover { text-decoration: underline; }
.footer-brand .logo { align-items: flex-end; margin-left: 20px; }
.footer-brand .logo, .footer-brand .logo:hover { text-decoration: none; }
.socials { display: flex; gap: 10px; margin: 180px 0 0 20px; }
.socials a { width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; padding: 0; }
.payments { display: grid; grid-template-columns: repeat(2, auto); gap: 8px; justify-content: start; }
.payments span { border: 1px solid var(--line); border-radius: 4px; padding: 6px 12px; font-weight: 800; font-size: 14px; text-align: center; color: #1a3d8f; }
.rating-seal { margin-top: 26px; width: 170px; height: 170px; border-radius: 50%; border: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.rating-seal b { font-size: 40px; color: var(--brand); line-height: 1; }
.rating-seal b small { font-size: 22px; }
.rating-seal span { font-size: 12px; font-weight: 700; }
.rating-seal i { color: #f5b301; font-style: normal; font-size: 20px; letter-spacing: 2px; }
.copyright { text-align: center; font-size: 13px; color: var(--muted); margin-top: 50px; }

/* ---------- Drawer, chat, top ---------- */
.overlay { position: fixed; inset: 0; background: #ffffff99; z-index: 60; opacity: 0; visibility: hidden; transition: opacity .25s; }
.overlay.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(570px, 100%); background: var(--soft); z-index: 61; transform: translateX(100%); transition: transform .3s; padding: 70px 36px 30px; overflow-y: auto; }
.drawer.open { transform: none; }
.drawer-close { position: absolute; top: 18px; right: 20px; border: 0; background: none; font-size: 34px; cursor: pointer; }
.drawer h2 { font-size: 46px; margin: 0 0 10px; }
.drawer-item { display: grid; grid-template-columns: 90px 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.drawer-item img { background: #fff; border-radius: 8px; }
.drawer-item a { font-weight: 600; }
.drawer-item .qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 6px; margin-top: 6px; background: #fff; }
.drawer-item .qty button { border: 0; background: none; width: 30px; height: 30px; cursor: pointer; font-size: 16px; }
.drawer-item .qty span { min-width: 24px; text-align: center; }
.drawer-item .rm { border: 0; background: none; color: var(--muted); cursor: pointer; text-decoration: underline; font-size: 13px; }
.drawer-total { display: flex; justify-content: space-between; font-size: 20px; font-weight: 800; margin: 20px 0; }
.drawer .btn { margin-top: 10px; }
.chat-btn { position: fixed; left: 26px; bottom: 26px; width: 74px; height: 74px; border-radius: 50%; border: 0; background: var(--brand); color: #fff; font-size: 32px; cursor: pointer; z-index: 50; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,.2); }
.chat-panel { position: fixed; left: 26px; bottom: 112px; width: 300px; background: #fff; border-radius: 16px; padding: 22px; box-shadow: 0 10px 30px rgba(0,0,0,.18); z-index: 50; display: none; }
.chat-panel.open { display: block; }
.chat-panel p { color: var(--muted); }
.to-top { position: fixed; right: 26px; bottom: 26px; width: 74px; height: 74px; border-radius: 50%; border: 0; background: var(--brand); color: #fff; font-size: 34px; cursor: pointer; z-index: 50; display: none; align-items: center; justify-content: center; }
.to-top.show { display: flex; }
.toast { position: fixed; bottom: 120px; left: 50%; transform: translateX(-50%) translateY(40px); opacity: 0; background: var(--ink); color: #fff; padding: 12px 22px; border-radius: 999px; transition: all .3s; z-index: 70; pointer-events: none; }
.toast.show { opacity: 1; transform: translateX(-50%); }

/* ---------- Inner pages ---------- */
.page { padding-top: 30px; padding-bottom: 80px; }
.breadcrumb { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.breadcrumb a { text-decoration: underline; }
.cat-header { border-radius: var(--radius); padding: 44px; margin-bottom: 30px; }
.cat-header h1 { margin: 0 0 6px; font-size: 42px; text-transform: uppercase; }
.cat-header p { margin: 0; font-size: 18px; }
.listing { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start; }
.filters { position: sticky; top: 120px; border: 1px solid var(--line); border-radius: 12px; padding: 20px; }
.filters h4 { margin: 0 0 12px; text-transform: uppercase; }
.f-group { border-top: 1px solid var(--line); padding: 14px 0; }
.f-group h5 { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.f-group label { display: block; font-size: 15px; margin-bottom: 8px; cursor: pointer; }
.price-range { display: flex; align-items: center; gap: 6px; }
.price-range input { width: 100%; padding: 8px; border: 1px solid var(--line); border-radius: 6px; }
.link-btn { background: none; border: 0; color: var(--muted); text-decoration: underline; cursor: pointer; }
.filters .link-btn { display: block; margin: 12px auto 0; }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; gap: 12px; }
.toolbar select { padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; font: inherit; }
.filter-toggle { display: none; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 22px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.empty { text-align: center; padding: 60px 0; }
.product-page { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; }
.product-page .gallery { background: var(--card); border-radius: 16px; position: relative; }
.product-page h1 { font-size: 36px; margin: 0 0 4px; }
.product-page .line { font-size: 20px; color: var(--muted); margin-bottom: 12px; }
.product-page .price-lg { font-size: 44px; margin: 22px 0; }
.stock { color: var(--brand); font-weight: 700; }
.buy-row { display: flex; gap: 12px; margin: 26px 0; }
.buy-row input { width: 80px; padding: 12px; border: 1px solid var(--line); border-radius: 6px; text-align: center; font: inherit; }
.specs { width: 100%; border-collapse: collapse; margin-top: 26px; }
.specs td { padding: 12px 0; border-bottom: 1px solid var(--line); }
.specs td:first-child { color: var(--muted); width: 40%; }
.promo-note { background: #eef1f1; border-radius: 10px; padding: 14px 18px; color: var(--brand); font-weight: 600; }
.cart-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 44px; align-items: start; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table td, .cart-table th { padding: 14px 8px; border-bottom: 1px solid var(--line); text-align: left; }
.cart-table img { width: 80px; background: var(--card); border-radius: 8px; }
.cart-table input { width: 64px; padding: 6px; }
.summary { background: var(--soft); border-radius: 14px; padding: 26px; }
.summary .row { display: flex; justify-content: space-between; margin-bottom: 10px; }
.summary .total { font-size: 22px; font-weight: 800; border-top: 1px solid var(--line); padding-top: 14px; }
.coupon-row { display: flex; gap: 8px; margin: 16px 0; }
.coupon-row input { flex: 1; padding: 10px; border: 1px solid var(--line); border-radius: 6px; font: inherit; min-width: 0; }
.form label { display: block; font-size: 14px; font-weight: 700; margin: 16px 0 6px; }
.form input, .form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 6px; font: inherit; }
.form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.article { max-width: 820px; margin: 0 auto; }
.article .img { border-radius: 16px; aspect-ratio: 16 / 8; background-size: cover; background-position: center; margin-bottom: 30px; }
.article h1 { font-size: 42px; line-height: 1.15; }
.article p { font-size: 19px; line-height: 1.8; }
.text-page { max-width: 820px; }
.text-page p { font-size: 18px; line-height: 1.8; }

/* ---------- Responsive ---------- */
@media (max-width: 1500px) {
  .main-nav { gap: 26px; }
  .site-header.compact .main-nav { gap: 12px; }
  .site-header.compact .main-nav > a { font-size: 13px; }
  .hero-main { min-height: 640px; }
  .hero-side a { min-height: 315px; }
  .hero-badge { width: 360px; height: 360px; }
  .hero-badge .t1 { margin-top: 56px; font-size: 26px; }
  .hero-badge .t2 { font-size: 62px; }
  .hero-badge .val { font-size: 70px; }
  .hero-side h3 { font-size: 32px; }
  .reviews { padding: 0 20px; gap: 40px; grid-template-columns: 380px 1fr; }
}
@media (max-width: 1200px) {
  .site-header.compact .main-nav { display: none; }
  .site-header.compact .header-main { grid-template-columns: auto 1fr auto; grid-template-areas: "logo search icons"; }
  .product-track { grid-auto-columns: calc((100% - 44px) / 3); }
  .room-tiles { grid-template-columns: repeat(3, 1fr); }
  .grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .newsletter { grid-template-columns: 200px 1fr 200px; margin-left: var(--gutter); margin-right: var(--gutter); }
  .socials { margin-top: 30px; }
}
@media (max-width: 900px) {
  :root { --gutter: 16px; }
  .topbar { font-size: 14px; height: 40px; }
  .topbar-links { display: none; }
  .header-main, .site-header.compact .header-main { grid-template-columns: auto 1fr auto; grid-template-areas: "burger logo icons" "search search search"; padding: 12px 16px; row-gap: 12px; }
  .burger { display: inline-flex; grid-area: burger; }
  .logo, .site-header.compact .logo { font-size: 32px; justify-self: center; }
  .logo small, .site-header.compact .logo small { font-size: 11px; }
  .search, .site-header.compact .search { height: 44px; max-width: none; }
  .header-icons, .site-header.compact .header-icons { gap: 2px; }
  .icon-btn, .site-header.compact .icon-btn { font-size: 22px; }
  .header-icons a:first-child { display: none; }
  .main-nav, .site-header.compact .main-nav { display: none; position: fixed; top: 0; left: 0; bottom: 0; width: 82%; max-width: 360px; background: #fff; z-index: 62; flex-direction: column; justify-content: flex-start; padding: 70px 24px; gap: 18px; overflow-y: auto; box-shadow: 10px 0 30px rgba(0,0,0,.15); }
  .main-nav.open { display: flex; }
  .main-nav > a, .site-header.compact .main-nav > a { font-size: 17px; }
  .mega { display: none !important; }
  .rooms-strip { grid-template-columns: 1fr; }
  .rooms-strip h2 { font-size: 30px; margin-bottom: 10px; }
  .float-arrow { display: none; }
  .hero { grid-template-columns: 1fr; margin-top: 40px; }
  .hero-main { min-height: 520px; }
  .hero-badge { width: 250px; height: 250px; top: 24px; border-width: 6px; }
  .hero-badge .t1 { margin-top: 36px; font-size: 18px; }
  .hero-badge .t2 { font-size: 42px; }
  .hero-badge .bottom { padding-top: 8px; }
  .hero-badge .val { font-size: 44px; }
  .hero-badge .txt { font-size: 12px; }
  .hero-code { width: 220px; bottom: 30px; }
  .hero-code div { font-size: 20px; padding: 10px 0; }
  .hero-code span { font-size: 20px; padding: 12px 0; }
  .hero-side a { min-height: 260px; }
  .hero-side h3 { font-size: 24px; }
  .hero-side .price-tag { top: 70px; right: 12px; padding: 10px 12px; max-width: 160px; }
  .hero-side .price-tag .big { font-size: 30px; }
  .hero-side .cta-dark { right: 14px; bottom: 14px; padding: 10px 16px; font-size: 13px; }
  .services { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 40px; }
  .section { margin: 70px 0; }
  .section-head h2 { font-size: 20px; white-space: normal; }
  .product-track { grid-auto-columns: 72%; }
  .card-info { flex-direction: column; padding: 14px 6px 0; }
  .card-info h3, .card-info .line { font-size: 16px; }
  .price-lg { font-size: 24px; }
  .bundles .scroll-track { grid-auto-columns: 88%; gap: 16px; }
  .bundle h3 { font-size: 22px; }
  .bundle-list li { font-size: 15px; }
  .brand { grid-template-columns: 1fr; gap: 26px; }
  .brand p { font-size: 17px; }
  .brand h4 { font-size: 20px; }
  .room-tiles { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .room-tile span { font-size: 14px; min-height: 64px; }
  .quality { min-height: 520px; align-items: flex-end; }
  .quality::before { background: linear-gradient(0deg, #2b2f33 20%, #2b2f3300 90%); }
  .quality-body { padding: 30px 22px; }
  .quality h2 { font-size: 30px; }
  .blog-track { grid-auto-columns: 85%; gap: 16px; }
  .blog-card h3 { font-size: 20px; margin-top: 20px; }
  .events { grid-template-columns: 1fr; }
  .event-main .overlay-text { left: 20px; top: 24px; }
  .event-main .overlay-text h3 { font-size: 26px; }
  .event-main .overlay-text span { font-size: 14px; }
  .event-card { grid-template-columns: 120px 1fr; padding: 16px 12px; }
  .reviews { grid-template-columns: 1fr; padding: 0; gap: 30px; }
  .review-track { grid-auto-columns: 88%; }
  .review { padding: 22px; min-height: 0; }
  .service-row { grid-template-columns: 1fr; gap: 26px; padding: 20px 0 40px; }
  .newsletter { grid-template-columns: 1fr auto; height: auto; border-radius: 20px; }
  .newsletter strong { display: none; }
  .newsletter input { padding: 14px 18px; }
  .newsletter button { padding: 0 18px; font-size: 15px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid a { font-size: 16px; }
  .footer-brand { grid-column: 1 / -1; }
  .chat-btn, .to-top { width: 56px; height: 56px; font-size: 24px; left: 16px; bottom: 16px; }
  .to-top { left: auto; right: 16px; }
  .chat-panel { left: 16px; bottom: 84px; }
  .listing, .product-page, .cart-layout { grid-template-columns: 1fr; gap: 26px; }
  .filters { display: none; position: static; }
  .filters.open { display: block; }
  .filter-toggle { display: inline-flex; }
  .grid, .grid.three { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
  .cat-header { padding: 26px; }
  .cat-header h1 { font-size: 28px; }
  .drawer { padding: 60px 20px 20px; }
  .drawer h2 { font-size: 32px; }
  .form .two { grid-template-columns: 1fr; }
  .cart-table th:nth-child(3), .cart-table td:nth-child(3) { display: none; }
}
.hero-side a::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 45%; background: linear-gradient(#0000008c, #0000); }
.hero-side h3 { z-index: 1; }
/* Grid children must be allowed to shrink so horizontal carousels never widen the page. */
.rooms-strip > *, .hero > *, .hero-side > *, .reviews > *, .brand > *, .events > *, .listing > *, .cart-layout > *, .product-page > *, .scroller { min-width: 0; }
body { overflow-x: hidden; }
/* Logo without tagline, smaller search */
.logo { display: inline-block; flex-direction: initial; line-height: 1; }
.search { height: 46px; max-width: 360px; padding: 0 14px 0 20px; }
.search input { font-size: 14px; }
.search button { font-size: 16px; }
.site-header.compact .search { height: 38px; max-width: 320px; }
@media (max-width: 900px) { .search, .site-header.compact .search { height: 40px; max-width: none; } }
