/* Elite Comfort Apartment - shared design system */
:root { --orange:#f5911e; --orange-dark:#cf6f08; --cocoa:#3d1e12; --ink:#171313; --cream:#fffaf5; --muted:#776e68; --line:rgba(61,30,18,.14); --white:#fff; --radius:20px; --shadow:0 18px 45px rgba(37,17,9,.12); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--cream); font:400 15px/1.7 Inter,Arial,sans-serif; }
body.menu-open { overflow:hidden; }
img { max-width:100%; display:block; }
a { color:inherit; }
button,input,textarea { font:inherit; }
.skip-link { position:absolute; left:1rem; top:-5rem; background:var(--orange); color:#111; padding:.7rem 1rem; z-index:10000; font-weight:800; }
.skip-link:focus { top:1rem; }
.container { width:min(1140px,calc(100% - 40px)); margin-inline:auto; }
.eyebrow { margin:0 0 .8rem; color:var(--orange-dark); font-size:.69rem; letter-spacing:.2em; font-weight:800; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; } h1,h2,h3 { font-family:"Abril Fatface",Georgia,serif; font-weight:400; line-height:1.08; }
h1 { font-size:clamp(2.9rem,7vw,6.4rem); } h2 { font-size:clamp(2.15rem,4vw,3.8rem); } h3 { font-size:1.5rem; }
.lead { font-size:1.05rem; color:var(--muted); max-width:630px; }
.section { padding:7rem 0; } .section--soft { background:#f4eee7; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:2rem; margin-bottom:3rem; }.section-head h2 { margin-bottom:0; }
.btn { display:inline-flex; justify-content:center; align-items:center; gap:.55rem; min-height:48px; padding:.75rem 1.25rem; border-radius:999px; border:1px solid transparent; text-decoration:none; font-size:.78rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; transition:transform .25s ease,box-shadow .25s ease,background .25s ease; cursor:pointer; }
.btn:hover { transform:translateY(-3px); box-shadow:0 12px 25px rgba(0,0,0,.16); }.btn--primary { color:#1a0d05; background:var(--orange); }.btn--dark { color:#fff; background:var(--cocoa); }.btn--light { color:#fff; border-color:rgba(255,255,255,.65); }.btn--light:hover { background:#fff; color:var(--cocoa); }.btn--small { min-height:40px; padding:.55rem 1rem; }
:focus-visible { outline:3px solid var(--orange); outline-offset:4px; }
/* Header */
.site-header { position:sticky; top:0; z-index:1000; background:rgba(255,250,245,.94); border-bottom:1px solid transparent; backdrop-filter:blur(14px); transition:box-shadow .3s,border-color .3s; }.site-header.scrolled { box-shadow:0 4px 25px rgba(32,13,7,.08); border-color:var(--line); }.nav { height:76px; display:flex; align-items:center; justify-content:space-between; gap:1rem; }.brand { display:flex; align-items:center; width:160px; text-decoration:none; }.brand img { width:100%; height:52px; object-fit:contain; object-position:left center; }.nav-links { display:flex; gap:1.6rem; align-items:center; list-style:none; padding:0; margin:0; }.nav-links a { text-decoration:none; font-size:.77rem; font-weight:800; letter-spacing:.09em; text-transform:uppercase; color:#332925; }.nav-links a:not(.btn) { position:relative; padding:.45rem 0; }.nav-links a.active::after,.nav-links a:not(.btn):hover::after { content:""; position:absolute; height:2px; bottom:0; left:0; width:100%; background:var(--orange); }.nav-toggle { display:none; border:0; background:none; width:42px; height:42px; cursor:pointer; }.nav-toggle span { display:block; height:2px; width:26px; margin:5px auto; background:var(--cocoa); transition:.25s; }
/* Hero */
.hero { position:relative; min-height:calc(100svh - 76px); display:grid; align-items:end; overflow:hidden; color:#fff; background:#21130f; }.hero-slides,.hero-slide,.hero::after { position:absolute; inset:0; }.hero::after { content:""; z-index:1; background:linear-gradient(90deg,rgba(17,7,4,.84),rgba(17,7,4,.46) 56%,rgba(17,7,4,.25)); }.hero-slide { opacity:0; background:center/cover no-repeat; transform:scale(1.03); transition:opacity 1.1s ease; }.hero-slide.active { opacity:1; animation:kenburns 7s ease-out both; }.hero-content { position:relative; z-index:2; width:min(800px,100%); padding:8rem 0 9rem; }.hero h1 { max-width:780px; margin-bottom:1.25rem; }.hero .intro { font-size:1.08rem; max-width:580px; color:rgba(255,255,255,.84); }.hero-actions { display:flex; gap:.8rem; flex-wrap:wrap; margin-top:2rem; }.hero-meta { position:absolute; right:0; bottom:2.4rem; z-index:2; font-size:.69rem; letter-spacing:.16em; text-transform:uppercase; font-weight:700; }.hero-dots { position:absolute; z-index:3; right:2rem; bottom:2rem; display:flex; gap:.55rem; }.hero-dots button { width:10px; height:10px; padding:0; border:1px solid #fff; border-radius:50%; background:transparent; cursor:pointer; }.hero-dots button.active { background:var(--orange); border-color:var(--orange); }
/* Home */
.about-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(2.5rem,7vw,7rem); align-items:center; }.photo-stack { position:relative; padding:0 2.2rem 2.2rem 0; }.photo-stack img { height:540px; width:100%; object-fit:cover; border-radius:var(--radius); box-shadow:var(--shadow); }.photo-stack::after { content:""; position:absolute; width:51%; height:44%; right:0; bottom:0; background:var(--orange); z-index:-1; border-radius:0 var(--radius) 0 0; }.check-list { display:grid; grid-template-columns:1fr 1fr; gap:.85rem 1.5rem; margin:2rem 0; padding:0; list-style:none; font-weight:600; }.check-list li::before { content:"✓"; display:inline-grid; place-items:center; width:20px; height:20px; margin-right:.5rem; color:var(--cocoa); background:var(--orange); border-radius:50%; font-size:.72rem; }
.room-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.3rem; }.room-card { background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:0 6px 25px rgba(41,19,9,.08); transition:transform .3s ease,box-shadow .3s ease; }.room-card:hover { transform:translateY(-8px); box-shadow:var(--shadow); }.room-card__image { overflow:hidden; height:255px; }.room-card img { height:100%; width:100%; object-fit:cover; transition:transform .6s ease; }.room-card:hover img { transform:scale(1.07); }.room-card__body { padding:1.45rem; }.room-card__body h3 { margin-bottom:.55rem; }.room-features { display:flex; flex-wrap:wrap; gap:.45rem; padding:0; list-style:none; margin:1rem 0 1.3rem; }.room-features li { padding:.35rem .6rem; border-radius:99px; color:#644838; background:#f8eee4; font-size:.7rem; font-weight:700; }
.amenities { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }.amenity { padding:1.6rem 1.35rem; background:#fff; border:1px solid var(--line); border-radius:18px; }.amenity-icon { display:grid; place-items:center; width:45px; height:45px; border-radius:50%; color:var(--cocoa); background:#ffdcba; margin-bottom:1rem; font-size:1.2rem; }.amenity h3 { font-family:Inter,Arial,sans-serif; font-size:1rem; font-weight:800; margin-bottom:.4rem; }.amenity p { color:var(--muted); font-size:.86rem; margin:0; }
.gallery-preview { display:grid; grid-template-columns:1.35fr .85fr .85fr; grid-template-rows:245px 245px; gap:1rem; }.gallery-item { position:relative; overflow:hidden; border-radius:16px; }.gallery-item:first-child { grid-row:span 2; }.gallery-item img { height:100%; width:100%; object-fit:cover; transition:transform .5s; }.gallery-item:hover img { transform:scale(1.06); }.gallery-item span { position:absolute; inset:auto 0 0; color:#fff; padding:2.5rem 1rem .9rem; background:linear-gradient(transparent,rgba(0,0,0,.7)); font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.testimonials { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }.testimonial { padding:1.6rem; border-radius:18px; background:var(--cocoa); color:#fff; }.testimonial:nth-child(2) { background:var(--orange); color:#291207; }.stars { letter-spacing:.15em; color:var(--orange); }.testimonial:nth-child(2) .stars { color:var(--cocoa); }.testimonial blockquote { margin:1rem 0 1.4rem; font-family:"Abril Fatface",serif; font-size:1.25rem; line-height:1.4; }.testimonial cite { font-style:normal; font-size:.75rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; opacity:.72; }
.booking-band { background:var(--orange); padding:4.5rem 0; }.booking-inner { display:flex; align-items:center; justify-content:space-between; gap:2rem; }.booking-band h2 { margin:0; max-width:700px; color:#251006; }.booking-band .btn { background:var(--cocoa); color:#fff; white-space:nowrap; }.map-frame { width:100%; min-height:390px; border:0; border-radius:var(--radius); filter:grayscale(20%); }
/* Inner pages */
.page-hero { min-height:350px; display:grid; place-items:center; position:relative; overflow:hidden; color:#fff; background:linear-gradient(rgba(33,15,8,.7),rgba(33,15,8,.7)),var(--page-image) center/cover; text-align:center; }.page-hero h1 { margin:.5rem 0; }.crumb { font-size:.75rem; letter-spacing:.13em; text-transform:uppercase; font-weight:800; }.crumb a { color:#fff; }.story-grid { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }.story-grid img { min-height:470px; height:100%; width:100%; object-fit:cover; border-radius:var(--radius); }.values { display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-top:2rem; }.value { padding:1.1rem; border-left:3px solid var(--orange); background:#fff; }.value strong { display:block; font-family:"Abril Fatface",serif; font-size:1.15rem; margin-bottom:.2rem; }.value span { color:var(--muted); font-size:.84rem; }.rooms-intro { max-width:700px; margin-bottom:3rem; }.rooms-full { display:grid; grid-template-columns:repeat(2,1fr); gap:1.5rem; }.rooms-full .room-card__image { height:310px; }.gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }.gallery-grid .gallery-item { aspect-ratio:1/.82; cursor:pointer; }.gallery-grid .gallery-item:nth-child(1),.gallery-grid .gallery-item:nth-child(6) { grid-column:span 2; }.gallery-caption { position:absolute; inset:auto 0 0; padding:3rem 1rem 1rem; background:linear-gradient(transparent,rgba(0,0,0,.7)); color:#fff; font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.contact-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:2rem; }.contact-card { padding:2rem; color:#fff; background:var(--cocoa); border-radius:var(--radius); }.contact-card h2 { margin-bottom:1.8rem; }.contact-detail { display:flex; gap:1rem; padding:1rem 0; border-bottom:1px solid rgba(255,255,255,.16); }.contact-detail:last-child { border-bottom:none; }.contact-detail b { display:block; font-size:.72rem; letter-spacing:.13em; text-transform:uppercase; color:#ffc27d; }.contact-detail a { color:#fff; text-decoration:none; }.contact-form { padding:2rem; border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); }.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }.field { margin-bottom:1rem; }.field label { display:block; margin-bottom:.45rem; font-size:.75rem; letter-spacing:.08em; font-weight:800; text-transform:uppercase; }.field input,.field textarea { width:100%; padding:.85rem .95rem; border:1px solid #dacfc7; border-radius:8px; background:#fffdfa; }.field textarea { resize:vertical; min-height:130px; }.form-note { font-size:.78rem; color:var(--muted); }.faq { margin-top:4rem; }.faq details { border-bottom:1px solid var(--line); }.faq summary { padding:1rem 0; font-weight:800; cursor:pointer; }.faq p { color:var(--muted); max-width:750px; }
/* Footer & utilities */
.site-footer { padding:4.5rem 0 1.5rem; color:#fff; background:#1b0d08; }.footer-grid { display:grid; grid-template-columns:1.25fr .7fr 1fr; gap:3rem; padding-bottom:3rem; }.footer-logo { width:185px; margin-bottom:1rem; filter:brightness(0) invert(1); }.footer-copy { max-width:360px; color:#d6c8c0; }.footer-title { margin:0 0 1rem; font-family:Inter,Arial,sans-serif; font-size:.75rem; letter-spacing:.12em; text-transform:uppercase; }.footer-links { list-style:none; padding:0; margin:0; }.footer-links li { margin:.55rem 0; }.footer-links a { color:#e4dad4; text-decoration:none; }.footer-links a:hover { color:var(--orange); }.footer-bottom { padding-top:1.4rem; border-top:1px solid rgba(255,255,255,.13); color:#b9a9a0; font-size:.74rem; display:flex; justify-content:space-between; gap:1rem; }.whatsapp,.back-top { position:fixed; z-index:50; display:grid; place-items:center; text-decoration:none; box-shadow:0 10px 25px rgba(0,0,0,.2); }.whatsapp { right:22px; bottom:22px; width:54px; height:54px; border-radius:50%; color:#fff; background:#25d366; font-size:1.4rem; }.back-top { right:24px; bottom:87px; width:38px; height:38px; border:0; border-radius:50%; color:#fff; background:var(--cocoa); opacity:0; transform:translateY(12px); pointer-events:none; transition:.25s; cursor:pointer; }.back-top.show { opacity:1; transform:none; pointer-events:auto; }.reveal { opacity:0; transform:translateY(20px); transition:opacity .6s ease,transform .6s ease; }.reveal.visible { opacity:1; transform:none; }
@keyframes kenburns { from { transform:scale(1.03); } to { transform:scale(1.12); } }
@media (max-width:850px) { .nav-toggle { display:block; }.nav-links { position:fixed; inset:76px 0 auto; display:none; flex-direction:column; align-items:stretch; gap:0; padding:1rem 20px 1.5rem; background:var(--cream); border-bottom:1px solid var(--line); box-shadow:0 10px 20px rgba(0,0,0,.08); }.nav-links.open { display:flex; }.nav-links a:not(.btn) { padding:1rem 0; }.nav-links .btn { margin-top:.8rem; }.nav-toggle[aria-expanded="true"] span:first-child { transform:translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }.nav-toggle[aria-expanded="true"] span:last-child { transform:translateY(-7px) rotate(-45deg); }.hero-content { padding:7rem 0 7rem; }.hero-meta { display:none; }.room-grid,.amenities { grid-template-columns:repeat(2,1fr); }.about-grid,.story-grid,.contact-grid { grid-template-columns:1fr; }.photo-stack { max-width:570px; }.story-grid img { min-height:350px; }.gallery-preview { grid-template-rows:200px 200px; }.footer-grid { grid-template-columns:1fr 1fr; }.footer-grid > :first-child { grid-column:span 2; }.booking-inner { align-items:flex-start; flex-direction:column; } }
@media (max-width:560px) { .container { width:min(100% - 30px,1140px); }.section { padding:4.6rem 0; }.section-head { display:block; margin-bottom:2rem; }.section-head .btn { margin-top:1rem; }.brand { width:135px; }.hero { min-height:660px; }.hero::after { background:linear-gradient(90deg,rgba(17,7,4,.8),rgba(17,7,4,.45)); }.hero-content { padding:5rem 0 6rem; }.check-list,.room-grid,.amenities,.testimonials,.rooms-full,.gallery-grid,.form-row { grid-template-columns:1fr; }.gallery-preview { grid-template-columns:1fr 1fr; grid-template-rows:190px 170px 170px; }.gallery-preview .gallery-item:first-child { grid-column:span 2; grid-row:auto; }.gallery-grid .gallery-item:nth-child(1),.gallery-grid .gallery-item:nth-child(6) { grid-column:span 1; }.gallery-grid .gallery-item { aspect-ratio:1.2; }.room-card__image,.rooms-full .room-card__image { height:230px; }.footer-grid { grid-template-columns:1fr; gap:2rem; }.footer-grid > :first-child { grid-column:auto; }.footer-bottom { display:block; }.footer-bottom span { display:block; margin:.4rem 0; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } .reveal { opacity:1; transform:none; } }

/* Enhanced property storytelling, social and guest-review components */
.page-hero { isolation:isolate; background:#21130f; }
.page-hero::before { content:""; position:absolute; inset:-4%; z-index:0; background:linear-gradient(rgba(33,15,8,.7),rgba(33,15,8,.7)),var(--page-image) center/cover no-repeat; animation:page-pan 12s ease-in-out infinite alternate; }
.page-hero > div { position:relative; z-index:1; }
.amenity-showcase { margin-top:3rem; }
.amenity-photo-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }
.amenity-photo { min-height:220px; position:relative; overflow:hidden; border-radius:16px; background:var(--cocoa); }
.amenity-photo img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.amenity-photo:hover img { transform:scale(1.07); }
.amenity-photo figcaption { position:absolute; inset:auto 0 0; padding:2.4rem 1rem .8rem; color:#fff; background:linear-gradient(transparent,rgba(0,0,0,.78)); font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.guest-gallery { margin-top:4rem; }
.guest-gallery .gallery-item { min-height:260px; }
.review-rail { display:grid; grid-template-columns:repeat(5,minmax(250px,1fr)); gap:1rem; overflow-x:auto; padding-bottom:.75rem; scroll-snap-type:x mandatory; }
.review-rail .testimonial { min-height:290px; scroll-snap-align:start; display:flex; flex-direction:column; }
.guest-review-photo { width:54px; height:54px; border-radius:50%; border:2px solid rgba(255,255,255,.7); object-fit:cover; margin-bottom:1rem; }
.review-rail blockquote { flex:1; }
.review-proof { width:100%; margin-top:1rem; border-radius:10px; opacity:.94; }
.review-source { margin-top:1rem; font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; color:inherit; opacity:.75; }
.social-links { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1.25rem; }
.social-link { display:inline-flex; align-items:center; gap:.48rem; padding:.55rem .72rem; border:1px solid rgba(255,255,255,.3); border-radius:999px; text-decoration:none; color:#fff; font-size:.7rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; transition:background .25s,transform .25s; }
.social-link:hover { color:#fff; background:var(--orange); transform:translateY(-2px); }.social-link svg { width:15px; height:15px; fill:currentColor; }
.map-link { margin-top:1.4rem; }.map-link .btn { background:var(--orange); color:#251006; }
@keyframes page-pan { from { transform:scale(1.03) translate3d(-.8%,-.5%,0); } to { transform:scale(1.12) translate3d(.8%,.5%,0); } }
@media (max-width:850px) { .amenity-photo-grid { grid-template-columns:repeat(3,1fr); } }
@media (max-width:560px) { .amenity-photo-grid { grid-template-columns:repeat(2,1fr); }.amenity-photo { min-height:180px; }.review-rail { grid-template-columns:repeat(5,minmax(84vw,1fr)); } }

/* Scroll depth: a quiet, cinematic 3D layer rather than a distracting effect. */
.depth-scene { transform-style:preserve-3d; perspective:1200px; }
.depth-card { --depth-x:0deg; --depth-y:0deg; --depth-z:0px; transform:perspective(1200px) rotateX(var(--depth-x)) rotateY(var(--depth-y)) translateZ(var(--depth-z)); will-change:transform; transition:transform .45s ease-out; backface-visibility:hidden; }
.depth-card .room-card__image img,.depth-card > img,.depth-card > figure img { transform:translateZ(18px) scale(1.025); }
.room-card.depth-card:hover { transform:perspective(1200px) rotateX(var(--depth-x)) rotateY(var(--depth-y)) translateY(-8px) translateZ(8px); }
.gallery-item.depth-card:hover { transform:perspective(1200px) rotateX(var(--depth-x)) rotateY(var(--depth-y)) translateZ(8px); }
.testimonial.depth-card:hover,.amenity.depth-card:hover { transform:perspective(1200px) rotateX(var(--depth-x)) rotateY(var(--depth-y)) translateY(-5px) translateZ(8px); }
@media (prefers-reduced-motion:reduce) { .depth-card,.room-card.depth-card:hover,.gallery-item.depth-card:hover,.testimonial.depth-card:hover,.amenity.depth-card:hover { transform:none!important; } }
