:root {
    --ink: #17130f;
    --ink-soft: #51483e;
    --paper: #f8f4ed;
    --cream: #eee5d7;
    --white: #fff;
    --accent: #ef8f00;
    --accent-dark: #c76e00;
    --green: #1f8c55;
    --line: rgba(23, 19, 15, .14);
    --shadow: 0 24px 70px rgba(38, 29, 18, .14);
    --container: 1180px;
    --serif: Georgia, "Times New Roman", serif;
    --sans: "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 2000; padding: 10px 16px; color: var(--ink); background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.eyebrow { margin: 0 0 16px; color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-dark { color: var(--accent-dark); }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 25px; border: 1px solid transparent; text-decoration: none; font-size: .77rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--white); background: var(--accent); }
.button-accent:hover { background: var(--accent-dark); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--ink); }
.button-small { min-height: 44px; padding: 10px 19px; }
.arrow-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--ink); text-decoration: none; font-size: .8rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.arrow-link span { color: var(--accent); font-size: 1.2rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 94px; color: var(--white); transition: height .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 76px; background: rgba(23,19,15,.94); box-shadow: 0 8px 30px rgba(0,0,0,.15); backdrop-filter: blur(12px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand img { width: 190px; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); }
.site-nav > a:not(.button) { position: relative; padding: 12px 0; text-decoration: none; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="true"]::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; color: inherit; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; display: flex; min-height: 760px; height: 100svh; align-items: flex-end; overflow: hidden; color: var(--white); background: url("../img/hero.jpg") center 48% / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,10,7,.66), rgba(14,10,7,.08) 68%), linear-gradient(0deg, rgba(14,10,7,.45), transparent 52%); }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: rgba(192,111,0,.14); mix-blend-mode: color; }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(80px, 11vh, 130px); }
.hero h1 { max-width: 760px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(4rem, 9vw, 8.7rem); font-weight: 400; line-height: .86; letter-spacing: -.055em; }
.hero h1 em { color: #f6e6c9; font-weight: 400; }
.hero-copy { max-width: 480px; margin-bottom: 34px; color: rgba(255,255,255,.88); font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; }
.text-link { display: inline-flex; gap: 11px; align-items: center; color: var(--white); text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--accent); font-size: 1.3rem; }
.hero-location { position: absolute; right: 34px; bottom: 30px; z-index: 2; display: flex; gap: 9px; align-items: center; color: rgba(255,255,255,.72); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-location span + span::before { content: "· "; }

.quick-facts { position: relative; z-index: 3; color: var(--white); background: var(--ink); }
.quick-facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-facts-grid > div { display: flex; gap: 24px; align-items: center; min-height: 128px; padding: 28px clamp(20px, 4vw, 50px); border-right: 1px solid rgba(255,255,255,.13); }
.quick-facts-grid > div:last-child { border-right: 0; }
.quick-facts p { margin: 0; font-family: var(--serif); font-size: 1.15rem; line-height: 1.3; }
.fact-number { color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .15em; }

.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: var(--shadow); }
.image-note { position: absolute; right: -26px; bottom: 36px; display: flex; width: 230px; min-height: 105px; flex-direction: column; justify-content: center; padding: 22px 28px; color: var(--white); background: var(--accent); }
.image-note strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.image-note span { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.about-copy { padding-right: 3vw; }
.about-copy p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.02rem; }
.about-copy .arrow-link { margin-top: 16px; }

.amenities { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.5fr .65fr; gap: 70px; align-items: end; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { color: var(--ink-soft); }
.amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenity { min-height: 240px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amenity svg { width: 42px; height: 42px; margin-bottom: 34px; fill: none; stroke: var(--accent-dark); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.amenity h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.amenity p { margin-bottom: 0; color: var(--ink-soft); font-size: .92rem; }

.rooms { background: var(--paper); }
.rooms-heading { display: flex; gap: 40px; align-items: flex-end; justify-content: space-between; margin-bottom: 64px; }
.rooms-heading h2 { max-width: 760px; margin-bottom: 0; }
.room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 5vw, 70px); align-items: start; }
.room-card-offset { margin-top: 85px; }
.room-image { overflow: hidden; background: #ddd; }
.room-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.room-card:hover .room-image img { transform: scale(1.035); }
.room-body { display: flex; gap: 24px; align-items: flex-end; justify-content: space-between; padding: 28px 4px; border-bottom: 1px solid var(--line); }
.room-kicker { margin-bottom: 7px; color: var(--accent-dark); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.room-body h3 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 400; }
.room-body > a { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.room-body > a span { color: var(--accent); }

.breakfast { position: relative; display: grid; min-height: 670px; place-items: center; overflow: hidden; color: var(--white); background: url("../img/breakfast.webp") center / cover no-repeat fixed; }
.breakfast::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,19,15,.86), rgba(23,19,15,.4) 65%, rgba(23,19,15,.2)); }
.breakfast-shade { position: absolute; inset: 0; z-index: 1; background: rgba(221,125,0,.12); }
.breakfast-content { position: relative; z-index: 2; }
.breakfast-content h2 { max-width: 690px; margin-bottom: 22px; }
.breakfast-content > p:not(.eyebrow) { max-width: 590px; margin-bottom: 32px; color: rgba(255,255,255,.82); font-size: 1.05rem; }

.contact { background: var(--white); }
.contact-heading { max-width: 760px; margin-bottom: 56px; }
.contact-heading h2 { margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 560px; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: saturate(.75) contrast(.94); }
.contact-card { display: flex; flex-direction: column; gap: 28px; justify-content: center; padding: clamp(38px, 5vw, 72px); color: var(--white); background: var(--ink); }
.contact-card p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.contact-card a:not(.button) { color: var(--white); text-decoration-color: rgba(255,255,255,.3); text-underline-offset: 4px; }
.contact-label { display: block; margin-bottom: 8px; color: var(--accent); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-card .button { align-self: flex-start; margin-top: 8px; }

.site-footer { padding: 70px 0 28px; color: var(--white); background: #0f0d0b; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: end; padding-bottom: 54px; }
.footer-top > img { width: 190px; }
.footer-top p { max-width: 300px; margin-bottom: 0; color: rgba(255,255,255,.62); }
.social-links { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.social-links a { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover { border-color: var(--accent); background: var(--accent); transform: translateY(-2px); }
.social-links img { width: 19px; height: 19px; }
.social-links img[src$="linkedin.svg"] { filter: brightness(0) invert(1); }
.footer-bottom { display: flex; gap: 20px; justify-content: space-between; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .72rem; }
.footer-bottom a { color: rgba(255,255,255,.75); }

.whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 900; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: var(--white); background: #25d366; box-shadow: 0 10px 30px rgba(0,0,0,.25); transition: transform .2s ease; }
.whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp img { width: 30px; height: 30px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
    .section { padding: 90px 0; }
    .nav-toggle { position: relative; z-index: 2; display: block; }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
    .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 110px 40px 50px; color: var(--white); background: var(--ink); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }
    .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .site-nav > a:not(.button) { font-family: var(--serif); font-size: clamp(2rem, 7vw, 3.6rem); font-weight: 400; letter-spacing: -.03em; text-transform: none; }
    .site-nav .button { margin-top: 18px; }
    .hero-location { display: none; }
    .quick-facts-grid { grid-template-columns: 1fr; }
    .quick-facts-grid > div { min-height: 100px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .quick-facts-grid > div:last-child { border-bottom: 0; }
    .about-grid, .section-heading, .contact-grid { grid-template-columns: 1fr; }
    .about-image { max-width: 680px; }
    .section-heading { gap: 24px; }
    .amenities-grid { grid-template-columns: repeat(2, 1fr); }
    .rooms-heading { align-items: flex-start; flex-direction: column; }
    .contact-grid { min-height: 0; }
    .map-wrap iframe { min-height: 420px; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-top .social-links { grid-column: 1/-1; justify-content: flex-start; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 72px 0; }
    .site-header, .site-header.is-scrolled { height: 72px; }
    .brand img { width: 154px; }
    .hero { min-height: 700px; background-position: 60% center; }
    .hero-content { padding-bottom: 70px; }
    .hero h1 { font-size: clamp(3.6rem, 18vw, 5.5rem); }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .image-note { right: -8px; bottom: 20px; width: 205px; }
    .amenities-grid, .room-grid { grid-template-columns: 1fr; }
    .amenity { min-height: 210px; padding: 30px; }
    .room-card-offset { margin-top: 20px; }
    .room-body { align-items: flex-start; flex-direction: column; }
    .breakfast { min-height: 600px; background-attachment: scroll; }
    .map-wrap iframe { min-height: 350px; }
    .contact-card { padding: 38px 26px; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-top .social-links { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .reveal { opacity: 1; transform: none; }
}
