/* Author: Luka */
:root{--ink:#163e45;--dark:#102f35;--paper:#faf9f6;--line:#d8ddda;--muted:#647071;--gold:#b58a59;--serif:'Cormorant Garamond',Georgia,serif;--sans:Manrope,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}img{display:block;width:100%;object-fit:cover}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #b58a59;outline-offset:5px}::selection{background:#b6d5d7;color:#102f35}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}h2{font-size:clamp(46px,5.4vw,78px);line-height:1.02;letter-spacing:-.035em}h2 em,h1 em{font-weight:400}p{max-width:65ch}.eyebrow{font-size:12px;letter-spacing:.19em;font-weight:600;line-height:1.5;margin-bottom:24px}.ink{color:var(--ink)}.section{padding:112px max(6vw,24px)}.skip-link{position:fixed;left:20px;top:-100px;background:white;padding:12px;z-index:110}.skip-link:focus{top:10px}header{height:100px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--paper);position:sticky;top:0;z-index:30;transition:box-shadow .3s}header.scrolled{box-shadow:0 3px 22px #102f350e}.brand{display:flex;align-items:center;gap:14px;font-size:17px;line-height:1.2;letter-spacing:.13em;font-weight:600;flex-shrink:0}nav{display:flex;align-items:center;gap:30px;font-size:14px}nav a{position:relative}nav a:after{content:'';position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .3s}nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;gap:24px;align-items:center}.languages{display:flex;align-items:center;gap:6px;font-size:12px}.languages button{border:0;background:none;padding:12px 4px;color:#707b7c;font-size:12px;min-height:44px}.languages button[aria-pressed=true]{font-weight:700;color:var(--ink)}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:26px;min-height:52px;padding:15px 24px;font-size:14px;border:1px solid transparent;transition:background .3s,color .3s,transform .3s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#265a61}.button-light{background:var(--paper);color:var(--ink)}.button-outline{border-color:var(--ink);background:transparent}.button span[aria-hidden]{font-size:21px}.hero{height:calc(100svh - 100px);min-height:620px;max-height:950px;position:relative;overflow:hidden;color:white;margin:0 18px}.hero-image{width:100%;height:100%;position:absolute;object-position:center 58%;animation:arrive 1.8s cubic-bezier(.2,.7,.3,1) both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,28,.74),rgba(7,24,25,.24) 65%),linear-gradient(0deg,#071e26b3,transparent 40%)}.hero-content{position:relative;z-index:1;padding:clamp(62px,9vh,115px) 5.1vw 0;animation:rise 1s .1s both}.hero h1{font-size:clamp(70px,8.2vw,120px);line-height:.97;letter-spacing:-.035em;margin-left:-4px}.hero-description{font-size:16px;line-height:1.8;margin:30px 0;max-width:400px;color:#f6f3ed}.hero-explore{display:inline-flex;align-items:center;gap:36px;font-size:14px;padding:12px 0;border-bottom:1px solid #ffffff80}.hero-explore span:last-child{transition:transform .3s}.hero-explore:hover span:last-child{transform:translateY(5px)}.hero-bottom{position:absolute;bottom:28px;left:5.1vw;right:3vw;display:flex;justify-content:space-between;align-items:end;gap:20px}.hero-label{font-size:11px;letter-spacing:.15em}.rating{display:flex;align-items:center;gap:17px;text-align:left}.rating strong{font-family:var(--serif);font-size:42px;font-weight:400;line-height:1;border-right:1px solid #ffffff60;padding-right:17px}.rating strong span{font:12px var(--sans);margin-left:4px}.rating b{display:block;font-size:13px;font-weight:500}.rating small{display:block;font-size:10px;opacity:.85;margin-top:4px}.intro{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.intro-copy{padding-top:38px}.intro-copy>p{font-size:17px;line-height:1.85;color:#52666a}.small-facts{display:flex;gap:54px;margin-top:34px;padding-top:22px;border-top:1px solid var(--line)}.small-facts b{display:block;font:36px var(--serif)}.small-facts small{font-size:12px;color:var(--muted)}.reservation{text-align:center;background:var(--ink);color:var(--paper)}.reservation>p{margin-inline:auto}.reservation h2{margin-bottom:38px}.reservation .button{margin:auto}footer{display:flex;justify-content:space-between;gap:20px;padding:32px 6vw;font-size:12px;letter-spacing:.04em}@keyframes arrive{from{transform:scale(1.06);opacity:.4}to{transform:scale(1);opacity:1}}@keyframes rise{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.section{padding-inline:max(6vw,calc((100vw - 1450px)/2))}}@media(max-width:1000px){nav{gap:17px}.header-actions{gap:12px}.header-book{padding-inline:16px}.brand{font-size:15px}.hero{min-height:650px}.hero h1{font-size:95px}.intro{gap:5vw}.small-facts{gap:36px}}@media(max-width:760px){header{height:80px;padding:0 20px;gap:10px}nav{display:none}.brand{font-size:13px;gap:10px}.header-book{display:none}.header-actions{gap:10px}.hero{height:calc(100svh - 90px);min-height:660px;margin:0 10px;max-height:850px}.hero-image{object-position:58% center}.hero-content{padding:70px 25px 0}.hero h1{font-size:clamp(64px,15vw,88px)}.hero-description{font-size:15px;max-width:300px}.hero-shade{background:linear-gradient(90deg,#061f29ad,#061f2920),linear-gradient(0deg,#071e26c9,transparent 50%)}.hero-bottom{left:25px;right:25px;bottom:25px;align-items:start;flex-direction:column;gap:20px}.hero-label{font-size:10px}.rating strong{font-size:34px}.rating small{font-size:10px}.section{padding:75px 26px}.intro{grid-template-columns:1fr;gap:12px}.intro-copy{padding-top:15px}.intro-copy>p{font-size:16px}.eyebrow{font-size:11px;margin-bottom:20px}h2{font-size:52px}.small-facts{justify-content:space-between;gap:20px}.reservation h2{font-size:49px}footer{padding:27px 25px;flex-direction:column;gap:9px}html{scroll-padding-top:95px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
