.hero{align-items:center;min-height:100svh;padding-top:72px;display:flex;position:relative}.hero-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.hero-bg:after{content:"";background:var(--photo-overlay);position:absolute;inset:0}.hero-content{z-index:1;max-width:var(--container);padding-inline:var(--gutter);text-align:center;flex-direction:column;align-items:center;margin-inline:auto;padding-block:80px;display:flex;position:relative}.hero-content .eyebrow{color:#ffffffb3}.hero-content h1{color:#fff;max-width:16ch;margin-bottom:24px}.hero-sub{color:#fffc;max-width:46ch;margin-bottom:40px;font-size:17px;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.hero-scroll{z-index:1;color:#ffffff80;font-size:20px;animation:2s infinite bounce;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.tags-strip{background:var(--surface-light);border-bottom:1px solid var(--surface-active);padding:18px var(--gutter);letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 20px;font-size:12px;font-weight:600;display:flex}.tags-strip .divider{color:var(--surface-active)}.about-section{padding-block:var(--section-gap)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,96px);display:grid}.about-text h2{margin-top:8px;margin-bottom:24px}.about-text p{margin-bottom:16px}.about-image img{object-fit:cover;border-radius:8px;width:100%;height:600px}.rooms-section{padding-block:var(--section-gap);background:var(--surface-light)}.rooms-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.room-card{background:var(--canvas);border-radius:12px;transition:box-shadow .3s,transform .3s;overflow:hidden;box-shadow:0 2px 20px #00000014}.room-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001f}.room-card-img img{aspect-ratio:3/2;object-fit:cover;width:100%}.room-card-body{padding:24px}.room-card-body h3{margin-bottom:6px}.room-card-body p{color:var(--text-muted);margin-bottom:20px;font-size:14px}.quote-section{text-align:center;background:var(--surface-light);border-block:1px solid var(--surface-active);padding-block:clamp(56px,8vw,104px)}.quote-section blockquote p{color:var(--text-primary);text-transform:uppercase;letter-spacing:-.3px;font-size:clamp(18px,3vw,30px);font-weight:800;line-height:1.4}.highlights-section{padding-block:var(--section-gap)}.highlights-grid{flex-direction:column;gap:clamp(48px,8vw,96px);display:flex}.highlight-card{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(32px,5vw,72px);display:grid}.highlight-card--reverse{direction:rtl}.highlight-card--reverse>*{direction:ltr}.highlight-img img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%}.highlight-body h2{margin-top:8px;margin-bottom:16px}.highlight-body p{margin-bottom:24px}.services-section{padding-block:var(--section-gap)}.services-grid{grid-template-columns:repeat(4,1fr);gap:20px 16px;display:grid}.services-grid li{color:var(--text-body);background:var(--surface-light);border-radius:8px;align-items:center;gap:12px;padding:16px;font-size:14px;font-weight:500;display:flex}.home-svc-wrap{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.home-svc-wrap .svc-icon{width:28px;height:28px;fill:var(--text-primary)}.testimonial-section{padding-block:var(--section-gap);text-align:center;background:var(--surface-light);border-top:1px solid var(--surface-active)}.testimonial-quote p{color:var(--text-primary);margin-top:12px;margin-bottom:16px;font-size:clamp(20px,3vw,28px);font-weight:600;line-height:1.5}.testimonial-quote footer{color:var(--text-muted);letter-spacing:1.5px;text-transform:uppercase;font-size:12px;font-weight:700}.booking-band{background:var(--primary);text-align:center;padding-block:clamp(64px,10vw,120px)}.booking-band h2{color:var(--text-primary);margin-bottom:16px}.booking-band p{color:#0009;margin-bottom:36px;font-size:17px}.booking-band .btn-primary{background:var(--text-primary);color:var(--canvas);border-color:var(--text-primary)}.booking-band .btn-primary:hover{background:#222;border-color:#222}@media (width<=900px){.about-grid{grid-template-columns:1fr}.about-image{order:-1}.about-image img{height:360px}.rooms-grid{grid-template-columns:repeat(2,1fr)}.highlight-card,.highlight-card--reverse{direction:ltr;grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.hero-actions{flex-direction:column}.hero-actions .btn{text-align:center}.rooms-grid,.services-grid{grid-template-columns:1fr}}
