@import url("/assets/fonts/google-fonts.css");

:root {
  --ink: #151515;
  --muted: #67645f;
  --sand: #cbbba0;
  --sand-deep: #927f5e;
  --paper: #ffffff;
  --cream: #f5f0e8;
  --line: #e4e0d9;
  --max: 1120px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Poppins", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.45; overflow-x: hidden; }
body.lightbox-open, body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 500; letter-spacing: .35em; text-transform: uppercase; color: #81745f; }
.section-title { margin: 0; font-family: var(--serif); font-size: 50px; font-weight: 700; line-height: .9; letter-spacing: .016em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 39px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 9px 25px; background: var(--sand); color: #fff; font-size: 13px; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #bba987; }

.site-header { position: relative; z-index: 50; background: #fff; }
.topbar { height: 60px; display: grid; place-items: center; background: var(--sand); color: #fff; font-size: 11px; letter-spacing: .025em; text-transform: uppercase; }
.topbar__links { display: flex; align-items: center; gap: 9px; }
.topbar__links a + a { border-left: 1px solid rgba(255,255,255,.9); padding-left: 9px; }
.navbar { height: 92px; display: flex; align-items: center; padding: 0 16px; }
.navbar__inner { width: 100%; display: grid; grid-template-columns: 250px 1fr 210px; align-items: center; gap: 32px; }
.brand img { width: 225px; height: auto; }
.desktop-nav ul, .mobile-nav ul, .socials { margin: 0; padding: 0; list-style: none; }
.desktop-nav ul { display: flex; align-items: center; justify-content: center; gap: clamp(36px, 5vw, 74px); }
.desktop-nav a { font-size: 13px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav a:hover { color: var(--sand-deep); }
.header-contact { justify-self: end; min-width: 200px; text-transform: uppercase; letter-spacing: .11em; }
.menu-toggle, .mobile-nav, .mobile-contact { display: none; }

.hero { position: relative; min-height: 850px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.home .hero { margin-top: -95px; }
.hero__slides, .hero__slide, .hero__overlay { position: absolute; inset: 0; }
.hero__slide { opacity: 0; background-position: center; background-size: cover; transform: scale(1.01); transition: opacity .5s ease; }
.hero__slide.is-active { opacity: 1; }
.hero__overlay { background: linear-gradient(180deg, rgba(0,0,0,.04) 25%, rgba(0,0,0,.55) 100%); }
.hero__content { position: relative; z-index: 2; width: min(calc(100% - 320px), var(--max)); margin: 0 auto 55px; }
.hero h1 { max-width: 1050px; margin: 0; font-family: var(--serif); font-size: clamp(62px, 5.55vw, 80px); font-weight: 800; line-height: 1; text-transform: uppercase; }
.hero p { margin: 18px 0 0; font-family: "Josefin Sans", var(--sans); font-size: 24px; font-weight: 300; letter-spacing: .02em; text-transform: uppercase; }
.hero--inner { min-height: 650px; background: center / cover no-repeat url("/assets/images/Image-1.webp"); }
.hero--inner .hero__content { margin-bottom: 250px; }
.hero--inner h1 { font-size: 62px; line-height: .95; }
.hero--archive { background: #b7b7b7; }
.hero--archive h1 { font-family: var(--sans); font-size: 60px; font-weight: 300; line-height: 1; }
.hero--archive h1 strong { font-weight: 500; }
.hero--archive .hero__content::before { content: ""; display: block; width: 29px; height: 3px; margin-bottom: 27px; background: #c36b42; }

.programme { padding: 98px 0 125px; }
.programme__grid { display: grid; grid-template-columns: 335px 1fr; gap: 48px; align-items: start; }
.programme__portrait { min-height: 725px; border-radius: 0 0 0 10px; object-fit: cover; box-shadow: 0 3px 12px rgba(0,0,0,.15); }
.programme__copy p { margin: 26px 0 0; font-size: 14px; line-height: 1.45; text-align: justify; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 36px; }
.gallery-grid button { position: relative; aspect-ratio: 3/2; overflow: hidden; border: 0; padding: 0; background: #eee; cursor: zoom-in; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.gallery-grid button:hover img, .gallery-grid button:focus-visible img { transform: scale(1.045); opacity: .85; }
.programme__download { display: flex; justify-content: center; margin-top: 56px; }

.prestations { padding: 70px 0 95px; }
.prestations__grid { display: grid; grid-template-columns: 350px 1fr; gap: 120px; align-items: center; }
.rule-list { margin: 50px 0 0; padding: 0; list-style: none; }
.rule-list li { border-top: 1px solid #d7d7d7; padding: 15px 0; font-size: 15px; }
.rule-list li:last-child { border-bottom: 1px solid #d7d7d7; }
.prestations__image { width: 100%; height: 510px; border-radius: 9px; object-fit: cover; box-shadow: 0 2px 12px rgba(0,0,0,.25); }

.location { padding: 35px 0 80px; }
.location > .container > .section-title { margin-bottom: 70px; }
.location__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.location__image, .location iframe { width: 100%; height: 365px; border: 0; border-radius: 10px; object-fit: cover; background: #e7e5e1; }
.location__list { margin: 7px 0 0; padding: 0; list-style: none; }
.location__list li { border-bottom: 1px solid #d7d7d7; padding: 14px 0; font-size: 14px; }

.ownership { position: relative; min-height: 620px; display: flex; align-items: center; background: center / cover no-repeat url("/assets/images/primo.jpg"); color: #fff; }
.ownership::before { content: ""; position: absolute; inset: 0; background: rgba(92,84,71,.5); }
.ownership__content { position: relative; z-index: 1; }
.ownership .section-title { font-size: 50px; line-height: 1.2; }
.ownership__lead { margin: 8px 0 25px; font-size: 24px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.ownership__benefits { display: flex; flex-wrap: wrap; gap: 20px 32px; margin: 0; padding: 0; list-style: none; }
.ownership__benefits li { font-size: 13px; }
.ownership__benefits li::before { content: "›"; margin-right: 18px; font-size: 27px; font-weight: 700; vertical-align: -2px; }
.ownership__note { max-width: 1080px; margin: 95px 0 0; font-size: 12px; font-weight: 500; }

.pricing { background: var(--cream); padding: 88px 24px 92px; }
.pricing__inner { max-width: 820px; margin: auto; }
.pricing__intro { max-width: 660px; margin: 0 auto 48px; text-align: center; }
.pricing__intro h2 { margin: 0; font-family: var(--serif); font-size: 44px; font-weight: 500; }
.pricing__intro h2::after { content: ""; display: block; width: 48px; height: 1px; margin: 20px auto 27px; background: #8e806a; }
.pricing__intro p:last-child { margin: 0; color: #6f6a63; font-size: 12px; line-height: 1.8; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.price-card { position: relative; min-height: 260px; border: 1px solid #d9d4ca; padding: 26px 28px 23px; background: #fff; }
.price-card--featured { grid-column: 1 / -1; min-height: 195px; border-color: #8d7b59; display: grid; grid-template-columns: 1fr 180px; }
.price-card__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 6px 14px; background: #907e5d; color: #fff; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.price-card__surface { margin: 0 0 7px; color: #796f60; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.price-card h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1; }
.price-card__floor { margin: 5px 0 17px; color: #aaa49a; font-family: var(--serif); font-size: 13px; }
.price-card__parking { display: flex; align-items: center; gap: 10px; min-height: 47px; border-block: 1px solid #eeeae5; font-size: 11px; }
.parking-icon { width: 14px; height: 14px; flex: none; opacity: .65; }
.price-card__footer { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 17px; }
.price-card__label { display: block; color: #807663; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.price-card__number, .price-card__price { display: block; font-family: var(--serif); font-size: 24px; line-height: 1; }
.price-card__lots, .price-card__tax { margin: 4px 0 0; color: #827d75; font-family: var(--serif); font-size: 11px; }
.price-card__amount { text-align: right; }
.price-card--featured .price-card__amount { align-self: center; }
.pricing__fineprint { border-top: 1px solid #dfd8ce; margin: 31px 0 0; padding-top: 24px; color: #746c61; font-family: var(--serif); font-size: 12px; font-style: italic; line-height: 1.7; text-align: center; }

.contact-section { padding: 95px 0 70px; }
.contact-section .section-title { font-size: 37px; font-weight: 500; }
.contact-grid { display: grid; grid-template-columns: 1.4fr .95fr; gap: 70px; margin-top: 55px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-field input, .form-field textarea { width: 100%; border: 0; border-bottom: 1px solid #858585; border-radius: 0; padding: 10px 15px; background: transparent; font-size: 12px; outline: none; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--sand-deep); box-shadow: 0 1px 0 var(--sand-deep); }
.form-field textarea { min-height: 96px; resize: vertical; }
.form-actions { display: flex; justify-content: flex-end; margin-top: 15px; }
.form-actions button { min-width: 267px; min-height: 46px; border: 0; background: #050505; color: #fff; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.form-actions button:disabled { opacity: .6; cursor: wait; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-card { min-height: 265px; display: grid; place-items: center; align-content: center; padding: 30px; background: var(--sand); color: #fff; text-align: center; }
.contact-card__icon { width: 31px; height: 47px; margin-bottom: 8px; border: 4px solid #fff; border-radius: 5px; position: relative; }
.contact-card__icon::after { content: ""; position: absolute; bottom: 3px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: #fff; transform: translateX(-50%); }
.contact-card strong { font-size: 32px; }
.contact-card p { margin: 23px 0 0; font-size: 12px; }


.archive-spacer { height: 200px; }
.archive { background: #fbfbfb; padding: 0 0 80px; }
.archive__title { margin: 0; padding: 35px 0 50px; font-family: var(--sans); font-size: 48px; font-weight: 300; line-height: .9; }
.archive__title strong { font-weight: 600; }
.archive-card { min-height: 330px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.archive-card:nth-of-type(odd) .archive-card__image { order: 2; }
.archive-card__copy { display: flex; flex-direction: column; justify-content: center; padding: 35px 55px; }
.archive-card__copy h2 { margin: 0; font-size: 19px; text-transform: uppercase; }
.archive-card__copy h3 { margin: 2px 0 22px; font-size: 14px; font-weight: 400; text-transform: uppercase; }
.archive-card__copy p { margin: 0; font-size: 12px; white-space: pre-line; }
.archive-card__image { min-height: 330px; background: #f1f1f1; }
.archive-card__image img { width: 100%; height: 330px; object-fit: cover; }
.brandizi-cta { min-height: 550px; padding: 130px 0; background: #fff; }
.brandizi-card { width: 480px; min-height: 330px; padding: 58px 60px; border-radius: 13px; box-shadow: 0 2px 16px rgba(0,0,0,.17); }
.brandizi-card h2 { margin: 0; border-left: 3px solid #c36b42; padding-left: 20px; font-size: 37px; font-weight: 300; line-height: .95; text-transform: uppercase; }
.brandizi-card h2 strong { font-weight: 600; }
.brandizi-card a { display: inline-block; border-bottom: 1px solid #111; margin-top: 65px; padding-bottom: 10px; font-size: 13px; text-transform: uppercase; }

.thank-you { min-height: 65vh; display: grid; place-items: center; padding: 80px 24px; text-align: center; }
.thank-you h1 { margin: 0; font-family: var(--serif); font-size: 58px; }
.thank-you p { max-width: 540px; }

.site-footer { min-height: 393px; display: flex; align-items: center; background: #fff; text-align: center; }
.footer-inner { display: flex; flex-direction: column; align-items: center; }
.footer-logo { width: 220px; height: auto; }
.socials { display: flex; gap: 7px; margin-top: 30px; }
.socials a { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); color: #fff; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; }
.site-footer h2 { margin: 38px 0 22px; color: #4b4b4b; font-family: var(--sans); font-size: 14px; font-weight: 400; }

.lightbox[hidden] { display: none; }
.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; grid-template-rows: 48px 1fr 54px; background: rgba(22,22,22,.93); color: #fff; }
.lightbox__toolbar { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.lightbox__actions { display: flex; gap: 8px; }
.lightbox button { border: 0; background: transparent; color: #fff; cursor: pointer; }
.lightbox__tool { min-width: 36px; min-height: 36px; font-size: 20px; }
.lightbox__stage { position: relative; min-height: 0; display: flex; align-items: center; justify-content: center; padding: 20px 74px; }
.lightbox__image { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform .25s ease; }
.lightbox__image.is-zoomed { transform: scale(1.45); cursor: zoom-out; }
.lightbox__nav { position: absolute; top: 50%; width: 52px; height: 70px; transform: translateY(-50%); font-size: 50px; }
.lightbox__nav--prev { left: 22px; }
.lightbox__nav--next { right: 22px; }
.lightbox__caption { display: grid; place-items: center; font-weight: 600; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal="left"] { transform: translateX(-35px); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.hero__content h1 { animation: title-up .7s both .15s; }
.hero__content p { animation: title-down .65s both .35s; }
@keyframes title-up { from { opacity: 0; transform: translateY(55px); } to { opacity: 1; transform: none; } }
@keyframes title-down { from { opacity: 0; transform: translateY(-35px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .navbar__inner { grid-template-columns: 1fr auto; }
  .header-contact { display: none; }
  .menu-toggle { display: block; justify-self: end; width: 42px; height: 42px; border: 0; background: transparent; font-size: 0; cursor: pointer; }
  .menu-toggle::before { content: "☰"; font-size: 30px; line-height: 1; }
  .menu-toggle[aria-expanded="true"] { border: 2px solid #caa558; border-radius: 3px; }
  .menu-toggle[aria-expanded="true"]::before { content: "×"; color: #bdb7a9; font-size: 42px; font-weight: 200; }
  .mobile-nav { position: absolute; z-index: 20; top: 60px; left: 0; right: 0; display: block; background: #f3f3f3; }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { display: block; padding: 13px 20px; text-align: center; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
  .prestations__grid { gap: 60px; }
}

@media (max-width: 767px) {
  body { font-size: 14px; }
  .container { width: min(calc(100% - 48px), var(--max)); }
  .topbar { display: none; }
  .navbar { height: 60px; padding: 0 20px; }
  .navbar__inner { gap: 15px; }
  .brand img { width: 156px; }
  .menu-toggle { width: 34px; height: 34px; }
  .menu-toggle::before { font-size: 26px; }
  .mobile-contact { height: 43px; display: flex; align-items: flex-start; justify-content: center; padding-top: 2px; background: #fff; }
  .mobile-contact a { width: calc(100% - 42px); height: 33px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; background: var(--sand); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
  .mobile-nav { top: 60px; }
  .site-header:has(.mobile-nav:not([hidden])) .mobile-contact { visibility: hidden; }
  .section-title { font-size: 29px; line-height: .88; }
  .hero { min-height: 462px; }
  .home .hero { margin-top: 0; }
  .hero__content { width: calc(100% - 20px); margin: 0 10px 58px; }
  .hero h1 { font-size: 29px; line-height: .9; }
  .hero p { margin-top: 20px; font-size: 16px; line-height: 1.1; }
  .hero--inner { min-height: 480px; }
  .hero--inner .hero__content { margin-bottom: 190px; }
  .hero--inner h1 { font-size: 42px; }
  .hero--archive { min-height: 650px; }
  .hero--archive h1 { font-size: 42px; }
  .programme { padding: 77px 0 75px; }
  .programme__grid { display: flex; flex-direction: column-reverse; gap: 48px; }
  .programme__portrait { width: 100%; min-height: 0; height: auto; }
  .programme__copy p { margin-top: 29px; font-size: 13px; line-height: 1.35; text-align: justify; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
  .programme__download { margin-top: 36px; }
  .prestations { padding: 55px 0 72px; }
  .prestations__grid { display: block; }
  .rule-list { margin-top: 55px; }
  .rule-list li { padding: 15px 0; }
  .prestations__image { height: auto; margin-top: 40px; }
  .location { padding: 30px 0 60px; }
  .location > .container > .section-title { margin-bottom: 44px; }
  .location__grid { grid-template-columns: 1fr; gap: 30px; }
  .location__image, .location iframe { height: 300px; }
  .location__list li { font-size: 12px; }
  .ownership { min-height: 680px; padding: 65px 0; }
  .ownership .section-title { font-size: 35px; }
  .ownership__lead { font-size: 18px; line-height: 1.25; }
  .ownership__benefits { display: block; }
  .ownership__benefits li { margin: 10px 0; }
  .ownership__note { margin-top: 50px; }
  .pricing { padding: 65px 18px 72px; }
  .pricing__intro h2 { font-size: 39px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card--featured { grid-column: auto; display: block; }
  .price-card--featured .price-card__amount { margin-top: 18px; }
  .contact-section { padding: 70px 0 40px; }
  .contact-section .section-title { font-size: 30px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 45px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .form-actions button { width: 100%; min-width: 0; }
  .contact-card strong { font-size: 28px; }
  .archive-spacer { height: 100px; }
  .archive__title { font-size: 38px; }
  .archive-card, .archive-card:nth-of-type(odd) { grid-template-columns: 1fr; }
  .archive-card:nth-of-type(odd) .archive-card__image { order: 0; }
  .archive-card__image img { height: 250px; }
  .archive-card__copy { padding: 35px 24px 55px; }
  .brandizi-cta { min-height: 460px; padding: 70px 0; }
  .brandizi-card { width: 100%; min-height: 300px; padding: 45px 35px; }
  .brandizi-card h2 { font-size: 31px; }
  .site-footer { min-height: 360px; }
  .footer-logo { width: 205px; }
  .lightbox { grid-template-rows: 48px 1fr 50px; }
  .lightbox__stage { padding: 10px 28px; }
  .lightbox__nav { width: 30px; font-size: 36px; }
  .lightbox__nav--prev { left: 0; }
  .lightbox__nav--next { right: 0; }
}

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