
:root {
  --sand: #e8deca;
  --paper: #f7f1e5;
  --paper-light: #fbf7ef;
  --terracotta: #ac5f3f;
  --terracotta-dark: #86442f;
  --olive: #606849;
  --olive-dark: #3e4432;
  --wine: #481f27;
  --ink: #32261f;
  --muted: #6f665d;
  --line: rgba(64, 50, 39, .18);
  --display: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --shadow: 0 28px 80px rgba(61, 43, 31, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, button, input, select { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select { font: inherit; }
::selection { background: var(--terracotta); color: var(--paper-light); }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 200; padding: 12px 18px; background: var(--wine); color: white; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 92px; color: var(--ink); transition: height .3s, background .3s, box-shadow .3s; }
.site-header.is-scrolled { height: 74px; background: rgba(247,241,229,.93); backdrop-filter: blur(16px); box-shadow: 0 10px 36px rgba(62,45,34,.08); }
.header-inner { max-width: 1480px; height: 100%; margin: 0 auto; padding: 0 46px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 190px; display: flex; flex-direction: column; align-items: flex-start; }
.brand > span { font-family: var(--display); font-size: 27px; letter-spacing: .32em; line-height: .9; }
.brand small { margin-top: 10px; padding-left: 22px; font-size: 8px; font-weight: 700; letter-spacing: .55em; color: var(--terracotta); }
.nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 52px); }
.nav a { position: relative; padding: 9px 0; font-size: 12px; font-weight: 600; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--terracotta); transition: right .25s; }
.nav a:hover::after { right: 0; }
.header-reserve { min-height: 46px; display: inline-flex; align-items: center; gap: 16px; padding: 0 22px; border: 1px solid var(--terracotta); color: var(--terracotta-dark); font-size: 12px; font-weight: 700; transition: background .2s, color .2s; }
.header-reserve:hover { background: var(--terracotta); color: white; }
.menu-button, .mobile-reserve { display: none; }

.hero { position: relative; min-height: 910px; padding-top: 92px; overflow: hidden; isolation: isolate; background: var(--paper); }
.paper-grain { position: absolute; z-index: -1; inset: 0; opacity: .34; background-image: radial-gradient(rgba(84,56,36,.12) .6px, transparent .6px), radial-gradient(rgba(84,56,36,.08) .5px, transparent .5px); background-position: 0 0, 4px 5px; background-size: 8px 8px, 11px 11px; }
.hero-grid { max-width: 1480px; min-height: 715px; margin: 0 auto; display: grid; grid-template-columns: 43% 57%; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; padding: 94px 30px 80px max(46px, calc((100vw - 1480px)/2 + 46px)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--terracotta); font-size: 10px; font-weight: 750; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.hero h1 { margin: 22px 0 14px; font-family: var(--display); font-size: clamp(62px, 6vw, 95px); font-weight: 400; line-height: .92; letter-spacing: -.055em; color: var(--wine); }
.hero h1 em, h2 em { color: var(--terracotta); font-style: normal; }
.botanical-line { width: 190px; display: flex; align-items: center; gap: 14px; color: var(--olive); font-size: 34px; }
.botanical-line::after { content: ""; height: 1px; flex: 1; background: var(--olive); }
.hero-copy > p { max-width: 420px; margin: 8px 0 24px; color: var(--muted); font-family: var(--display); font-size: 19px; line-height: 1.5; }
.text-cta { display: inline-flex; align-items: center; gap: 16px; padding: 9px 0 5px; border-bottom: 1px solid var(--terracotta); color: var(--terracotta-dark); font-size: 13px; font-weight: 700; }
.text-cta svg, .button-outline svg, .light-link svg { transition: transform .2s; }
.text-cta:hover svg, .button-outline:hover svg, .light-link:hover svg { transform: translateX(5px); }
.hero-image { position: relative; margin-top: 26px; min-height: 650px; overflow: hidden; clip-path: polygon(16% 0,100% 0,100% 94%,89% 100%,22% 91%,0 68%,3% 27%); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(72,31,39,.08), transparent 30%); }
.hero-image > img { height: 100%; object-fit: cover; object-position: center; }
.hero-caption { position: absolute; z-index: 2; right: 36px; bottom: 76px; display: flex; gap: 24px; color: rgba(255,255,255,.9); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.terracotta-shape { position: absolute; z-index: -1; width: 430px; height: 260px; left: -80px; bottom: -135px; border-radius: 58% 42% 0 0; background: var(--terracotta); transform: rotate(8deg); }
.olive-shape { position: absolute; z-index: -1; width: 520px; height: 280px; right: -100px; bottom: -150px; border-radius: 50% 50% 0 0; background: var(--olive); transform: rotate(-5deg); }
.booking-bar { position: absolute; z-index: 4; width: min(1120px, calc(100% - 64px)); left: 50%; bottom: 55px; transform: translateX(-50%); padding: 18px 18px 18px 28px; display: grid; grid-template-columns: 1fr 1fr .85fr 1.2fr; align-items: stretch; background: rgba(251,247,239,.96); box-shadow: var(--shadow); }
.booking-bar label { min-width: 0; display: flex; align-items: center; gap: 15px; padding: 0 22px; border-right: 1px solid var(--line); }
.booking-bar label > span:first-child { color: var(--olive); }
.field-copy { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.field-copy small { color: var(--terracotta-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.field-copy input, .field-copy select { max-width: 150px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.booking-bar button { border: 0; display: flex; align-items: center; justify-content: center; gap: 14px; background: var(--terracotta); color: white; font-size: 12px; font-weight: 750; cursor: pointer; transition: background .2s; }
.booking-bar button:hover { background: var(--terracotta-dark); }
.booking-message { position: absolute; right: 18px; top: calc(100% + 8px); max-width: 560px; margin: 0; padding: 10px 14px; background: var(--wine); color: white; font-size: 10px; box-shadow: var(--shadow); }

.section { max-width: 1300px; margin: 0 auto; padding: 130px 46px; }
.section-index { color: var(--terracotta); font-size: 9px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.section-index.light { color: rgba(255,255,255,.6); }
.manifesto { display: grid; grid-template-columns: 20% 40% 40%; gap: 30px; align-items: start; }
.manifesto h2, .suite-copy h2, .experiences h2, .gastronomy h2, .location-copy h2, .reservation h2 { margin: 18px 0 0; font-family: var(--display); font-size: clamp(44px, 4.2vw, 66px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.manifesto-details { padding-top: 25px; }
.manifesto-details > p { margin: 0 0 18px; max-width: 430px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.manifesto-stats { margin-top: 35px; padding-top: 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; border-top: 1px solid var(--line); }
.manifesto-stats div { display: flex; flex-direction: column; gap: 5px; }
.manifesto-stats strong { font-family: var(--display); font-size: 26px; font-weight: 400; color: var(--wine); }
.manifesto-stats span { color: var(--muted); font-size: 9px; line-height: 1.4; }

.suite-feature { max-width: 1440px; display: grid; grid-template-columns: 58% 42%; align-items: center; gap: 80px; }
.suite-image { position: relative; min-height: 690px; overflow: hidden; clip-path: polygon(0 0,94% 4%,100% 85%,88% 100%,0 94%); }
.suite-image img { height: 100%; object-fit: cover; }
.suite-number { position: absolute; left: 30px; bottom: 46px; padding: 9px 14px; background: rgba(247,241,229,.9); font-size: 9px; letter-spacing: .16em; }
.suite-copy { padding-right: 4vw; }
.suite-copy > p { margin: 24px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.suite-copy ul { margin: 0 0 30px; padding: 0; list-style: none; display: grid; gap: 13px; }
.suite-copy li { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: 12px; }
.suite-copy li svg { color: var(--olive); }
.button-outline { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 22px; border: 1px solid var(--terracotta); color: var(--terracotta-dark); font-size: 11px; font-weight: 750; transition: color .2s, background .2s; }
.button-outline:hover { background: var(--terracotta); color: white; }
.stays-strip { max-width: 1300px; margin: -45px auto 80px; padding: 0 46px; display: grid; grid-template-columns: repeat(3,1fr); }
.stays-strip article { min-height: 150px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper-light); }
.stays-strip article + article { border-left: 0; }
.stays-strip article > span, .stay-highlight > div span { font-family: var(--display); font-size: 24px; }
.stays-strip small { margin-top: 7px; color: var(--muted); font-size: 9px; }
.stays-strip a { margin-top: auto; display: flex; align-items: center; justify-content: space-between; color: var(--terracotta-dark); font-size: 10px; font-weight: 750; }
.stay-highlight { color: white; background: var(--wine) !important; }
.stay-highlight small, .stay-highlight a { color: rgba(255,255,255,.72); }

.experiences { max-width: 1400px; }
.experiences-header { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 90px; }
.experiences-header > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.experience-grid { margin-top: 65px; display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: auto auto; gap: 30px; }
.experience-card { display: grid; gap: 20px; }
.experience-1 { grid-row: 1 / 3; }
.experience-2, .experience-3 { grid-template-columns: 55% 45%; align-items: center; }
.experience-image { position: relative; overflow: hidden; }
.experience-1 .experience-image { height: 690px; clip-path: polygon(0 0,100% 5%,93% 100%,7% 96%); }
.experience-2 .experience-image, .experience-3 .experience-image { height: 255px; }
.experience-image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.experience-card:hover img { transform: scale(1.035); }
.experience-image > span { position: absolute; left: 18px; top: 18px; padding: 8px 11px; background: rgba(247,241,229,.9); color: var(--terracotta-dark); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.experience-card > div:last-child { position: relative; padding: 3px 34px 10px 0; }
.experience-card h3 { margin: 0 0 9px; font-family: var(--display); font-size: 27px; font-weight: 400; }
.experience-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.experience-card a { position: absolute; right: 0; top: 4px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--terracotta-dark); border-radius: 50%; }

.gastronomy { min-height: 760px; display: grid; grid-template-columns: 55% 45%; background: var(--wine); color: white; }
.gastronomy-image { min-height: 760px; }
.gastronomy-image img { height: 100%; object-fit: cover; }
.gastronomy-copy { max-width: 650px; padding: 110px 8vw 100px 70px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow.light { color: #d8a98d; }
.gastronomy h2 em { color: #d8a98d; }
.gastronomy-copy > p { margin: 24px 0 30px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.gastronomy-notes { padding: 24px 0; display: grid; gap: 14px; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.gastronomy-notes span { display: flex; align-items: center; gap: 12px; font-size: 11px; }
.gastronomy-notes svg { color: #d8a98d; }
.light-link { margin-top: 30px; align-self: flex-start; display: flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 10px; font-weight: 750; }

.testimonial { max-width: 1050px; padding-top: 150px; padding-bottom: 150px; text-align: center; }
.quote-mark { color: var(--terracotta); font-family: var(--display); font-size: 70px; line-height: .6; }
.testimonial blockquote { margin: 26px 0 35px; font-family: var(--display); font-size: clamp(34px, 3.8vw, 56px); line-height: 1.15; letter-spacing: -.03em; }
.testimonial > div { display: flex; flex-direction: column; gap: 6px; }
.testimonial strong { color: var(--terracotta-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.testimonial div span { color: var(--muted); font-size: 9px; }

.location-section { max-width: 1400px; display: grid; grid-template-columns: 52% 48%; gap: 60px; align-items: center; }
.location-copy { padding-left: 5vw; }
.location-copy > p { max-width: 600px; margin: 24px 0 30px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.distance-grid { max-width: 560px; margin-bottom: 30px; padding: 22px 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.distance-grid div { display: flex; flex-direction: column; gap: 5px; }
.distance-grid strong { font-family: var(--display); font-size: 24px; font-weight: 400; color: var(--wine); }
.distance-grid span { color: var(--muted); font-size: 9px; }
.location-art { position: relative; min-height: 540px; display: grid; place-items: center; overflow: hidden; background: var(--sand); color: var(--olive); }
.location-symbol { font-size: 7rem; }
.location-art > svg { position: relative; z-index: 2; }
.contour { position: absolute; border: 1px solid rgba(96,104,73,.22); border-radius: 50%; }
.contour.one { width: 620px; height: 280px; transform: rotate(12deg); }
.contour.two { width: 500px; height: 390px; transform: rotate(-13deg); }
.contour.three { width: 370px; height: 470px; transform: rotate(20deg); }
.location-art small { position: absolute; left: 30px; bottom: 27px; font-size: 8px; line-height: 1.7; letter-spacing: .18em; text-transform: uppercase; }

.reservation { position: relative; min-height: 720px; overflow: hidden; }
.reservation-image, .reservation-image img { height: 100%; min-height: 720px; }
.reservation-image img { object-fit: cover; }
.reservation::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,24,19,.8), rgba(29,24,19,.15)); }
.reservation-overlay { position: absolute; z-index: 2; left: max(46px, calc((100vw - 1300px)/2 + 46px)); top: 50%; max-width: 600px; transform: translateY(-50%); color: white; }
.reservation h2 { font-size: clamp(52px, 5vw, 78px); }
.reservation h2 em { color: #e7b398; }
.reservation-overlay > p { max-width: 460px; margin: 25px 0 32px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; }
.reservation-overlay > a { min-height: 54px; display: inline-flex; align-items: center; gap: 20px; padding: 0 24px; background: var(--terracotta); color: white; font-size: 11px; font-weight: 750; }

footer { padding: 80px max(46px, calc((100vw - 1300px)/2 + 46px)) 28px; background: #2a251f; color: white; }
.footer-top { padding-bottom: 65px; display: grid; grid-template-columns: 1.7fr 1fr 1.5fr 1fr; gap: 60px; }
.footer-brand { color: white; }
.footer-top > p { align-self: center; color: rgba(255,255,255,.58); font-family: var(--display); font-size: 15px; line-height: 1.5; }
.footer-top > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-top > div strong { margin-bottom: 8px; color: #d8a98d; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-top > div a, .footer-top > div span { color: rgba(255,255,255,.62); font-size: 10px; }
.footer-top > div a:hover { color: white; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 9px; }
.footer-bottom b { color: rgba(255,255,255,.75); }

@media (max-width: 1100px) {
  .nav { gap: 22px; }
  .nav a { font-size: 10px; }
  .hero-grid { grid-template-columns: 47% 53%; }
  .hero h1 { font-size: 70px; }
  .manifesto { grid-template-columns: 1fr 2fr; }
  .manifesto-details { grid-column: 2; }
  .suite-feature { grid-template-columns: 55% 45%; gap: 45px; }
  .experiences-header { gap: 45px; }
  .gastronomy-copy { padding-left: 50px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-top > p { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .site-header, .site-header.is-scrolled { height: 72px; background: rgba(247,241,229,.94); backdrop-filter: blur(16px); }
  .header-inner { padding: 0 22px; }
  .brand { width: auto; }
  .brand > span { font-size: 21px; }
  .brand small { font-size: 6px; }
  .header-reserve { display: none; }
  .menu-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; color: var(--wine); }
  .nav { position: fixed; inset: 72px 0 auto; padding: 26px 24px 34px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); box-shadow: 0 20px 50px rgba(50,38,31,.12); transform: translateY(-130%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .nav.is-open { transform: none; visibility: visible; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .nav a::after { display: none; }
  .nav .mobile-reserve { display: flex; justify-content: center; margin-top: 20px; padding: 14px; border: 0; background: var(--terracotta); color: white; }
  .hero { min-height: auto; padding-top: 72px; padding-bottom: 32px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { padding: 72px 24px 48px; }
  .hero h1 { font-size: clamp(58px, 15vw, 86px); }
  .hero-image { min-height: 590px; margin: 0; clip-path: none; }
  .booking-bar { position: relative; left: auto; bottom: auto; transform: none; margin: 20px auto 0; grid-template-columns: 1fr 1fr; }
  .booking-bar label { min-height: 68px; }
  .booking-bar label:nth-child(2) { border-right: 0; }
  .booking-bar button { min-height: 58px; grid-column: 1 / -1; }
  .section { padding: 95px 24px; }
  .manifesto { display: grid; grid-template-columns: 1fr; gap: 24px; }
  .manifesto-details { grid-column: 1; }
  .suite-feature { grid-template-columns: 1fr; gap: 60px; }
  .suite-image { min-height: 560px; clip-path: none; }
  .suite-copy { padding-right: 0; }
  .stays-strip { margin-top: -20px; padding: 0 24px; grid-template-columns: 1fr; }
  .stays-strip article + article { border-left: 1px solid var(--line); border-top: 0; }
  .experiences-header { grid-template-columns: 1fr; gap: 25px; }
  .experience-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .experience-1 { grid-row: auto; }
  .experience-2, .experience-3 { grid-template-columns: 1fr; }
  .experience-1 .experience-image, .experience-2 .experience-image, .experience-3 .experience-image { height: 500px; }
  .experience-1 .experience-image { clip-path: none; }
  .gastronomy { grid-template-columns: 1fr; }
  .gastronomy-image { min-height: 600px; }
  .gastronomy-copy { max-width: none; padding: 90px 24px; }
  .location-section { grid-template-columns: 1fr; }
  .location-copy { padding-left: 0; }
  .reservation-overlay { left: 24px; right: 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand, .footer-top > p { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero { padding-bottom: 24px; }
  .hero-copy { padding-top: 58px; }
  .hero h1 { font-size: 58px; }
  .hero-image { min-height: 470px; margin-left: 0; clip-path: none; }
  .hero-caption { right: 18px; bottom: 42px; flex-direction: column; gap: 5px; }
  .booking-bar { width: calc(100% - 28px); bottom: auto; padding: 10px; grid-template-columns: 1fr; }
  .booking-bar label { min-height: 60px; padding: 0 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-bar button { grid-column: 1; }
  .booking-message { left: 0; right: 0; }
  .manifesto h2, .suite-copy h2, .experiences h2, .gastronomy h2, .location-copy h2 { font-size: 43px; }
  .manifesto-stats { grid-template-columns: 1fr; }
  .suite-image { min-height: 430px; }
  .experience-1 .experience-image, .experience-2 .experience-image, .experience-3 .experience-image { height: 410px; }
  .distance-grid { grid-template-columns: 1fr; gap: 18px; }
  .gastronomy-image { min-height: 470px; }
  .testimonial blockquote { font-size: 34px; }
  .location-art { min-height: 430px; }
  .reservation, .reservation-image, .reservation-image img { min-height: 650px; }
  .reservation h2 { font-size: 49px; }
  footer { padding-left: 24px; padding-right: 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand, .footer-top > p { grid-column: 1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
