:root {
  --red: #ed0012;
  --red-dark: #c60010;
  --blue: #005eaa;
  --blue-2: #0b72c4;
  --navy: #061d35;
  --navy-2: #0b2a4b;
  --ink: #0a2038;
  --muted: #60758b;
  --paper: #ffffff;
  --mist: #f3f7fa;
  --line: rgba(6, 29, 53, 0.11);
  --shadow: 0 28px 75px rgba(7, 35, 62, 0.13);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container {
  width: min(calc(100% - 44px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(255,255,255,.76);
  border-bottom: 1px solid rgba(6,29,53,.06);
  backdrop-filter: blur(18px) saturate(140%);
  transition: box-shadow .3s ease, background .3s ease, transform .3s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.93);
  box-shadow: 0 12px 35px rgba(6,29,53,.08);
}
.header-inner {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; width: 156px; }
.brand img { width: 100%; height: auto; }

.button {
  appearance: none;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.01em;
  box-shadow: 0 16px 32px rgba(237,0,18,.23);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 20px 38px rgba(237,0,18,.28); }
.button:focus-visible { outline: 3px solid rgba(0,94,170,.28); outline-offset: 4px; }
.button--compact { min-height: 46px; padding-inline: 20px; font-size: 13px; }

.hero {
  position: relative;
  min-height: 810px;
  padding: 162px 0 110px;
  background:
    radial-gradient(circle at 13% 18%, rgba(237,0,18,.08), transparent 30%),
    radial-gradient(circle at 75% 23%, rgba(11,114,196,.18), transparent 29%),
    linear-gradient(135deg, #fff 0%, #f4f9fc 46%, #e7f4fb 100%);
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(0,94,170,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,94,170,.045) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 86%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: 68px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; gap: 6px; margin-bottom: 26px; }
.eyebrow span { width: 34px; height: 4px; border-radius: 99px; background: var(--blue); transform: skewX(-30deg); }
.eyebrow span:nth-child(2) { background: var(--red); width: 48px; }
.eyebrow span:nth-child(3) { width: 20px; }
.hero h1 {
  margin: 0;
  max-width: 690px;
  font-size: clamp(45px, 5.3vw, 78px);
  line-height: .99;
  letter-spacing: -.055em;
  font-weight: 760;
}
.hero p {
  max-width: 610px;
  margin: 30px 0 34px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.65;
}
.hero-visual { position: relative; }
.scene {
  position: relative;
  height: 570px;
  border-radius: 42px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: var(--shadow);
  background: #d8edf9;
  transform: perspective(1000px) rotateY(-4deg) rotateX(1deg);
}
.scene::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35), inset 0 -120px 140px rgba(3,22,41,.16);
  pointer-events: none;
}
.scene-sky { position: absolute; inset: 0 0 42%; background: linear-gradient(180deg, #bfe3f4 0%, #f8e9da 83%, #f2c7aa 100%); }
.scene-sun { position: absolute; width: 112px; height: 112px; right: 12%; top: 14%; border-radius: 50%; background: #fff4da; box-shadow: 0 0 55px rgba(255,222,170,.9); }
.scene-mountain { position: absolute; bottom: 41%; right: -6%; background: #567a8c; clip-path: polygon(0 100%, 12% 58%, 25% 70%, 39% 38%, 56% 66%, 72% 28%, 100% 100%); }
.scene-mountain--back { width: 76%; height: 40%; opacity: .44; }
.scene-mountain--front { width: 63%; height: 31%; background: #315d72; opacity: .78; right: -8%; }
.scene-sea { position: absolute; inset: 55% 0 0; background: linear-gradient(160deg, #4c9cc6, #075e99 66%, #034d7d); }
.scene-sea::before, .scene-sea::after { content:""; position:absolute; left:-10%; width:120%; height:2px; background:rgba(255,255,255,.5); transform:rotate(-4deg); }
.scene-sea::before { top: 23%; }
.scene-sea::after { top: 37%; opacity:.45; }
.scene-boardwalk { position:absolute; left:-11%; bottom:-8%; width:76%; height:44%; background:linear-gradient(145deg,#d9c5a8,#9c7952); clip-path:polygon(0 5%,100% 32%,92% 100%,0 100%); box-shadow: inset 0 10px 0 rgba(255,255,255,.28); }
.scene-building { position:absolute; background:linear-gradient(180deg,#f3eadb,#b6926b); box-shadow:0 18px 28px rgba(15,38,55,.2); }
.scene-building::before { content:""; position:absolute; inset:13px 10px auto; height:9px; background:#18384d; box-shadow:0 33px 0 #18384d, 0 66px 0 #18384d; opacity:.85; }
.scene-building i { position:absolute; bottom:11px; width:17%; height:36%; background:linear-gradient(180deg,#77a7bf,#18384d); border:3px solid #f5ead7; }
.scene-building i:nth-child(1){left:9%}.scene-building i:nth-child(2){left:39%}.scene-building i:nth-child(3){left:69%}
.scene-building--one { left:-4%; bottom:26%; width:35%; height:45%; clip-path:polygon(0 4%,100% 0,100% 100%,0 100%); }
.scene-building--two { left:27%; bottom:32%; width:22%; height:34%; transform:skewY(-2deg); }
.scene-building--three { left:46%; bottom:38%; width:15%; height:26%; opacity:.95; }
.scene-palm { position:absolute; z-index:5; }
.scene-palm b { position:absolute; width:6px; height:110px; background:linear-gradient(#5c3b22,#a36b3b); border-radius:99px; transform:rotate(5deg); transform-origin:bottom; }
.scene-palm i { position:absolute; width:58px; height:17px; background:#1b7255; border-radius:100% 0 100% 0; transform-origin:left center; }
.scene-palm i:nth-child(2){transform:rotate(5deg)}.scene-palm i:nth-child(3){transform:rotate(55deg)}.scene-palm i:nth-child(4){transform:rotate(112deg)}.scene-palm i:nth-child(5){transform:rotate(170deg)}
.scene-palm--one{left:31%;top:28%}.scene-palm--two{left:51%;top:35%;transform:scale(.72)}
.scene-helipad { position:absolute; right:5%; bottom:4%; width:180px; height:180px; border:9px solid rgba(255,255,255,.78); border-radius:50%; display:grid; place-items:center; color:#fff; font-weight:800; font-size:62px; box-shadow:0 0 0 3px rgba(255,255,255,.22); }
.scene-yacht { position:absolute; right:7%; bottom:35%; width:142px; height:32px; background:#f7fbfd; clip-path:polygon(0 20%,82% 0,100% 50%,83% 100%,12% 90%); box-shadow:0 10px 16px rgba(0,0,0,.18); }
.scene-yacht::before { content:""; position:absolute; left:37%; bottom:64%; width:52px; height:27px; background:#dcecf3; clip-path:polygon(10% 100%,25% 0,75% 0,100% 100%); }
.scene-yacht i { position:absolute; left:43%; bottom:73%; width:38px; height:10px; background:#274c61; transform:skew(-15deg); }
.scene-yacht b { position:absolute; left:6%; bottom:4px; width:75%; height:5px; background:var(--red); }
.scene-line { position:absolute; border:1px solid rgba(255,255,255,.45); border-radius:50%; }
.scene-line--one { width:420px; height:210px; right:-70px; top:60px; transform:rotate(-15deg); }
.scene-line--two { width:520px; height:290px; right:-120px; top:30px; transform:rotate(-15deg); }
.scene-caption { position:absolute; right:24px; top:22px; color:rgba(255,255,255,.88); letter-spacing:.36em; font-size:11px; font-weight:800; }
.hero-ambient { position:absolute; border-radius:50%; filter:blur(1px); z-index:-1; }
.hero-ambient--one { width:390px; height:390px; right:-160px; top:90px; background:rgba(0,94,170,.1); }
.hero-ambient--two { width:280px; height:280px; left:-100px; bottom:30px; background:rgba(237,0,18,.06); }
.hero-wave { position:absolute; left:-3%; bottom:-94px; width:106%; height:160px; background:#fff; border-radius:50% 50% 0 0/60% 60% 0 0; transform:rotate(-1deg); }
.hero-wave::before { content:""; position:absolute; left:0; top:-10px; width:100%; height:7px; background:var(--blue); opacity:.88; border-radius:50%; }

.section { position: relative; padding: 128px 0; }
.section--intro { padding-top: 118px; }
.section-heading { max-width: 820px; margin: 0 auto 62px; text-align: center; }
.section-heading--left { max-width: 690px; margin: 0 0 58px; text-align: left; }
.section-index { display: inline-flex; margin-bottom: 20px; color: var(--red); font-size: 12px; letter-spacing: .18em; font-weight: 850; }
.section-index--light { color: #fff; opacity: .7; }
.section-heading h2, .gastronomy-copy h2, .closing h2 {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 740;
}
.section-heading p { color: var(--muted); margin: 18px 0 0; }
.wave-mark { display:flex; flex-direction:column; gap:4px; width:74px; margin:24px auto 0; transform:rotate(-2deg); }
.section-heading--left .wave-mark { margin-left:0; }
.wave-mark i { display:block; height:3px; border-radius:100%; background:var(--red); transform:skewX(-25deg); }
.wave-mark i:nth-child(2){width:58px; margin-left:12px; opacity:.72}
.wave-mark--blue i { background:var(--blue); }
.wave-mark--light i { background:#fff; }

.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.feature-card {
  position:relative;
  min-height:350px;
  padding:40px 34px;
  border:1px solid var(--line);
  border-radius:var(--radius-md);
  background:linear-gradient(180deg,#fff,#fbfdff);
  box-shadow:0 18px 50px rgba(8,39,67,.06);
  overflow:hidden;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.feature-card::after { content:""; position:absolute; right:-70px; bottom:-70px; width:180px; height:180px; border:1px solid rgba(0,94,170,.12); border-radius:50%; box-shadow:0 0 0 22px rgba(0,94,170,.04),0 0 0 44px rgba(0,94,170,.025); }
.feature-card:hover { transform:translateY(-8px); box-shadow:0 28px 65px rgba(8,39,67,.11); border-color:rgba(0,94,170,.19); }
.icon-shell { width:64px; height:64px; display:grid; place-items:center; border:1px solid rgba(237,0,18,.25); border-radius:50%; color:var(--red); background:rgba(237,0,18,.03); }
.icon-shell--blue { color:var(--blue); border-color:rgba(0,94,170,.25); background:rgba(0,94,170,.03); }
.icon-shell svg { width:31px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.feature-card h3 { margin:64px 0 12px; font-size:24px; letter-spacing:-.03em; }
.feature-card p { margin:0; max-width:280px; color:var(--muted); }
.section-action { display:flex; justify-content:center; margin-top:44px; }
.section-action--left { justify-content:flex-start; }

.section--day { background:var(--mist); overflow:hidden; }
.section--day::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 82% 22%,rgba(0,94,170,.09),transparent 30%); pointer-events:none; }
.day-layout { display:grid; grid-template-columns:1.12fr .88fr; gap:22px; }
.day-card { display:grid; grid-template-columns:1fr; min-height:390px; background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; box-shadow:0 18px 55px rgba(8,39,67,.07); }
.day-card--large { grid-row:span 2; min-height:802px; }
.day-art { position:relative; min-height:220px; overflow:hidden; background:var(--navy); }
.day-card--large .day-art { min-height:520px; }
.day-art img {
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  object-fit:cover;
  object-position:center;
  transition:transform .7s cubic-bezier(.2,.65,.25,1), filter .45s ease;
}
.day-art::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,29,53,.02) 48%,rgba(6,29,53,.22) 100%);
  pointer-events:none;
}
.day-card:hover .day-art img { transform:scale(1.035); filter:saturate(1.04) contrast(1.02); }
.day-art--cinema img { object-position:center 53%; }
.day-art--stores img { object-position:center 54%; }
.day-art--market img { object-position:center 52%; }
.day-copy { position:relative; padding:32px 34px 36px; }
.day-copy h3 { margin:0 0 10px; font-size:27px; letter-spacing:-.035em; }
.day-copy p { margin:0; color:var(--muted); max-width:470px; }
.day-number { position:absolute; right:32px; top:24px; color:rgba(6,29,53,.16); font-size:14px; font-weight:850; letter-spacing:.15em; }
.day-art--cinema { background:linear-gradient(180deg,#091321,#19101a 65%,#24080c); }
.screen { position:absolute; left:10%; top:8%; width:80%; height:47%; display:grid; place-items:center; color:#fff; background:linear-gradient(145deg,#162335,#263a50); border:14px solid #060a11; box-shadow:0 0 38px rgba(255,255,255,.08); }
.screen span { font-size:clamp(18px,2vw,30px); font-style:italic; font-weight:850; letter-spacing:-.03em; }
.seat-row { position:absolute; left:7%; right:7%; height:48px; background:repeating-linear-gradient(90deg,#7b0610 0 42px,#26080b 42px 50px); border-radius:8px 8px 0 0; box-shadow:0 12px 0 #3e070b; }
.seat-row--one{bottom:18%;transform:perspective(450px) rotateX(40deg);opacity:.78}.seat-row--two{bottom:9%;transform:perspective(450px) rotateX(40deg);}.seat-row--three{bottom:0;transform:perspective(450px) rotateX(40deg);}
.day-art--stores { background:linear-gradient(180deg,#bfe5f5,#eef8fc 54%,#d9d0bf 55%,#b4a48e); }
.store-perspective { position:absolute; top:0; bottom:16%; width:43%; background:linear-gradient(90deg,#142f43,#7095aa 60%,#e7e1d8); }
.store-perspective::after { content:""; position:absolute; inset:10% 12%; background:repeating-linear-gradient(180deg,rgba(255,255,255,.9) 0 8px,rgba(20,47,67,.45) 8px 36px); }
.store-perspective--left{left:0;clip-path:polygon(0 0,100% 12%,78% 100%,0 100%)}.store-perspective--right{right:0;clip-path:polygon(0 12%,100% 0,100% 100%,22% 100%)}
.store-path { position:absolute; left:30%; right:30%; bottom:0; height:60%; background:linear-gradient(180deg,#ece4d9,#b7a58d); clip-path:polygon(33% 0,67% 0,100% 100%,0 100%); }
.store-tree { position:absolute; left:48%; top:13%; width:6px; height:86px; background:#7d4e2d; border-radius:99px; }
.store-tree::before { content:""; position:absolute; left:-33px; top:-8px; width:72px; height:44px; border-radius:50%; background:#2d8060; box-shadow:-20px 9px 0 #3d936f,20px 8px 0 #267254; }
.day-art--market { background:linear-gradient(180deg,#142f36,#314d4c 32%,#d3b787 33%,#8c6f46); }
.market-sign { position:absolute; top:10%; left:10%; color:#fff; font-weight:850; letter-spacing:.05em; text-shadow:0 2px 7px rgba(0,0,0,.35); }
.market-grid { position:absolute; left:7%; right:7%; bottom:8%; display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.market-grid i { height:58px; border-radius:9px; background:radial-gradient(circle at 30% 35%,#e84d25 0 8px,transparent 9px),radial-gradient(circle at 62% 55%,#f1b23d 0 9px,transparent 10px),radial-gradient(circle at 78% 25%,#5ba654 0 8px,transparent 9px),#4f3825; box-shadow:inset 0 -10px 0 rgba(0,0,0,.13); }

.section--gastronomy { padding:128px 0 460px; color:#fff; background:linear-gradient(140deg,#061d35 0%,#0a335b 56%,#005eaa 100%); overflow:hidden; isolation:isolate; }
.gastronomy-grid { display:grid; grid-template-columns:.88fr 1.12fr; gap:85px; align-items:start; }
.gastronomy-copy h2 { max-width:620px; }
.gastronomy-copy .wave-mark { margin-left:0; margin-bottom:34px; }
.gastronomy-list { border-top:1px solid rgba(255,255,255,.18); }
.gastronomy-item { display:block; padding:30px 0; border-bottom:1px solid rgba(255,255,255,.18); }
.gastronomy-item>span { color:#fff; opacity:.38; font-weight:850; letter-spacing:.13em; }
.gastronomy-item h3 { margin:0 0 7px; font-size:24px; letter-spacing:-.025em; }
.gastronomy-item p { margin:0; color:rgba(255,255,255,.69); }
.gastronomy-orbit { position:absolute; border:1px solid rgba(255,255,255,.12); border-radius:50%; z-index:-1; }
.gastronomy-orbit--one { width:650px;height:650px;right:-240px;top:-180px;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.016); }
.gastronomy-orbit--two { width:420px;height:420px;left:-250px;top:210px; }
.gastronomy-horizon { position:absolute; left:0; right:0; bottom:0; height:380px; overflow:hidden; }
.horizon-sun { position:absolute; right:13%; top:50px; width:108px; height:108px; border-radius:50%; background:#ffd09a; box-shadow:0 0 64px rgba(255,182,97,.6); }
.horizon-island { position:absolute; bottom:40%; background:#153c55; clip-path:polygon(0 100%,14% 50%,26% 70%,42% 25%,55% 58%,68% 35%,100% 100%); }
.horizon-island--one{left:0;width:55%;height:42%;opacity:.68}.horizon-island--two{right:0;width:60%;height:34%;background:#0f334b}
.horizon-water { position:absolute; left:0;right:0;bottom:0;height:47%;background:linear-gradient(180deg,#0a5e91,#05395e); }
.horizon-water::before { content:""; position:absolute; inset:22% 0 auto; height:2px; background:rgba(255,255,255,.23); box-shadow:0 25px 0 rgba(255,255,255,.12),0 55px 0 rgba(255,255,255,.08); }
.horizon-deck { position:absolute; left:0; bottom:0; width:54%; height:35%; background:linear-gradient(145deg,#8f6844,#3e291d); clip-path:polygon(0 0,100% 35%,90% 100%,0 100%); }
.horizon-table { position:absolute; bottom:48px; width:74px;height:7px;background:#d4a36e;border-radius:50%;box-shadow:0 12px 0 -2px rgba(0,0,0,.35); }
.horizon-table::before { content:"";position:absolute;left:35px;top:5px;width:4px;height:58px;background:#513625; }
.horizon-table--one{left:8%}.horizon-table--two{left:23%;transform:scale(.8)}.horizon-table--three{left:39%;transform:scale(.65)}

.section--brands { padding-block:110px; }
.brand-wall {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  overflow:hidden;
  background:var(--line);
  box-shadow:0 22px 65px rgba(8,39,67,.06);
}
.brand-logo {
  min-width:0;
  min-height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:42px 30px;
  background:#fff;
}
.brand-logo img {
  display:block;
  width:100%;
  max-width:230px;
  height:72px;
  object-fit:contain;
  object-position:center;
}
.brand-logo--casa img { max-width:245px; height:58px; }
.brand-logo--kalunga img { max-width:220px; height:64px; }
.brand-logo--cuor img { max-width:210px; height:72px; }
.brand-logo--hering img { max-width:235px; height:66px; }
.section--commercial { background:linear-gradient(180deg,#f6f9fb,#fff); }
.commercial-grid { display:grid; grid-template-columns:1.03fr .97fr; gap:76px; align-items:start; }
.commercial-benefits { display:grid; grid-template-columns:1fr 1fr; gap:0; border-top:1px solid var(--line); }
.benefit { display:grid; grid-template-columns:48px 1fr; gap:18px; padding:30px 28px 30px 0; border-bottom:1px solid var(--line); }
.benefit:nth-child(odd) { border-right:1px solid var(--line); }
.benefit:nth-child(even) { padding-left:28px; }
.benefit-icon { width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:var(--red);background:rgba(237,0,18,.06);border:1px solid rgba(237,0,18,.17); }
.benefit-icon--blue { color:var(--blue);background:rgba(0,94,170,.06);border-color:rgba(0,94,170,.17); }
.benefit-icon svg { width:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }
.benefit h3 { margin:0 0 8px; font-size:18px; letter-spacing:-.02em; }
.benefit p { margin:0; color:var(--muted); font-size:14px; line-height:1.65; }
.form-shell { position:sticky; top:118px; padding:34px; background:#fff; border:1px solid rgba(6,29,53,.1); border-radius:var(--radius-lg); box-shadow:var(--shadow); }
#commercial-form { display:grid; gap:18px; }
.field { position:relative; }
.field label { display:block; margin-bottom:8px; color:#496076; font-size:12px; font-weight:750; letter-spacing:.01em; }
.field input,.field textarea { width:100%; border:1px solid rgba(6,29,53,.16); border-radius:12px; background:#fbfdff; color:var(--ink); padding:13px 14px; outline:none; transition:border .2s ease, box-shadow .2s ease, background .2s ease; }
.field input { height:48px; }
.field textarea { min-height:125px; resize:vertical; }
.field input:focus,.field textarea:focus { border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px rgba(0,94,170,.08); }
.field input:user-invalid,.field textarea:user-invalid { border-color:rgba(237,0,18,.48); }
.button--form { width:100%; border-radius:13px; margin-top:4px; }
.button--form svg { width:22px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:scale(.5);transition:.25s ease; }
.button--form.is-success svg { opacity:1; transform:scale(1); }
.button--form.is-loading { pointer-events:none; opacity:.82; }
.button--form.is-loading::after { content:""; width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite; }
@keyframes spin{to{transform:rotate(360deg)}}

.closing { position:relative; padding:110px 0; color:#fff; background:linear-gradient(135deg,#061d35 0%,#073d68 62%,#005eaa 100%); overflow:hidden; isolation:isolate; }
.closing::after { content:"";position:absolute;left:-10%;right:-10%;bottom:-180px;height:300px;border-radius:50% 50% 0 0;background:rgba(255,255,255,.04);z-index:-1; }
.closing-grid { display:grid;grid-template-columns:1fr;gap:0;align-items:center; }
.closing-copy h2 { max-width:720px; }
.closing-copy .wave-mark { margin-left:0; }
.closing-copy p { max-width:650px;margin:28px 0 34px;color:rgba(255,255,255,.72);font-size:18px; }
.closing-ambient { position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;z-index:-1; }
.closing-ambient--one{width:420px;height:420px;right:-140px;top:-120px;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.016)}
.closing-ambient--two{width:260px;height:260px;left:-130px;bottom:-50px}

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

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns:1fr; gap:48px; }
  .hero-copy { max-width:760px; }
  .hero { padding-top:142px; }
  .hero-visual { max-width:780px; }
  .scene { transform:none; height:520px; }
  .gastronomy-grid,.commercial-grid,.closing-grid { grid-template-columns:1fr; }
  .gastronomy-copy { max-width:760px; }
  .commercial-grid { gap:58px; }
  .form-shell { position:relative; top:auto; max-width:760px; }
  .brand-logo { min-height:160px; padding:36px 24px; }
}

@media (max-width: 760px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .header-inner { height:72px; }
  .brand { width:128px; }
  .header-inner .button { display:none; }
  .hero { min-height:auto; padding:124px 0 92px; }
  .hero h1 { font-size:clamp(42px,13vw,62px); }
  .hero p { font-size:17px; }
  .hero-grid { gap:38px; }
  .scene { height:410px; border-radius:26px; }
  .scene-building--one { width:42%; }
  .scene-building--two { left:34%; }
  .scene-helipad { width:130px;height:130px;font-size:42px;right:2%;bottom:3%; }
  .scene-yacht { transform:scale(.72); transform-origin:right bottom; }
  .hero-wave { bottom:-100px; }
  .section { padding:92px 0; }
  .section-heading { margin-bottom:42px; }
  .section-heading h2,.gastronomy-copy h2,.closing h2 { font-size:clamp(34px,10vw,48px); }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card { min-height:290px; }
  .feature-card h3 { margin-top:42px; }
  .day-layout { grid-template-columns:1fr; }
  .day-card--large { grid-row:auto; min-height:auto; }
  .day-card--large .day-art { min-height:350px; }
  .section--gastronomy { padding-bottom:410px; }
  .gastronomy-grid { gap:50px; }
  .gastronomy-item { display:block; }
  .brand-wall { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .brand-logo { min-height:130px; padding:28px 18px; }
  .brand-logo img { height:58px; }
  .brand-logo--casa img { height:46px; }
  .brand-logo--kalunga img { height:52px; }
  .brand-logo--cuor img { height:58px; }
  .brand-logo--hering img { height:50px; }
  .commercial-benefits { grid-template-columns:1fr; }
  .benefit,.benefit:nth-child(even) { padding:24px 0; border-right:0; }
  .form-shell { padding:24px; border-radius:24px; }
  .closing { padding-bottom:130px; }
}

@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; }
}

/* Atualização: fotografias reais + navegação por seções */
html { scroll-padding-top: 94px; }
section[id] { scroll-margin-top: 88px; }

.header-inner { position: relative; }
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 28px);
  margin-left: auto;
}
.site-nav a {
  position: relative;
  color: var(--navy);
  text-decoration: none;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: -.01em;
  white-space: nowrap;
  padding: 12px 0;
  transition: color .22s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 7px;
  height: 2px;
  border-radius: 99px;
  background: var(--red);
  transition: right .22s ease;
}
.site-nav a:hover,
.site-nav a.is-active { color: var(--red); }
.site-nav a:hover::after,
.site-nav a.is-active::after { right: 0; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(6,29,53,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.82);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 99px;
  background: var(--navy);
  transition: transform .25s ease, opacity .2s ease;
}
.site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  min-height: 800px;
  padding: 190px 0 135px;
  color: #fff;
  background: #06213a;
  display: flex;
  align-items: center;
}
.hero::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(2,20,36,.90) 0%, rgba(2,20,36,.74) 39%, rgba(2,20,36,.30) 67%, rgba(2,20,36,.11) 100%),
    linear-gradient(180deg, rgba(2,20,36,.18) 0%, rgba(2,20,36,.06) 54%, rgba(2,20,36,.64) 100%);
  mask-image: none;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  transform: scale(1.015);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: block;
}
.hero-copy { max-width: 760px; }
.hero h1 {
  max-width: 760px;
  font-size: clamp(48px, 5.2vw, 74px);
  line-height: 1.01;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(0,0,0,.22);
}
.hero p {
  max-width: 650px;
  color: rgba(255,255,255,.82);
  font-size: clamp(17px, 1.5vw, 20px);
  text-shadow: 0 4px 18px rgba(0,0,0,.20);
}
.hero .eyebrow span { background: #fff; }
.hero .eyebrow span:nth-child(2) { background: var(--red); }
.hero-wave { background: #fff; }
.hero-wave::before { background: #19a6d7; }

.section--gastronomy {
  padding: 126px 0;
  color: #fff;
  background: linear-gradient(135deg, #061d35 0%, #082b4d 58%, #005eaa 145%);
  overflow: hidden;
}
.section--gastronomy::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  left: -390px;
  bottom: -370px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255,255,255,.018), 0 0 0 150px rgba(255,255,255,.012);
}
.gastronomy-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
}
.gastronomy-copy h2 {
  max-width: 650px;
  font-size: clamp(38px, 4vw, 58px);
  text-wrap: balance;
}
.gastronomy-copy .wave-mark { margin-bottom: 34px; }
.gastronomy-list { margin: 10px 0 36px; }
.gastronomy-item {
  grid-template-columns: 54px 1fr;
  padding: 24px 0;
}
.gastronomy-item h3 { font-size: 22px; }
.gastronomy-photo {
  position: relative;
  min-height: 690px;
  margin: 0;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 40px 90px rgba(0,0,0,.30);
  background: #102f48;
}
.gastronomy-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4,24,40,.03) 48%, rgba(4,24,40,.45) 100%);
  pointer-events: none;
}
.gastronomy-photo img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: center center;
}
.gastronomy-photo-accent {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
  height: 5px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--red) 0 34%, #fff 34% 42%, #1aa3d8 42% 100%);
}

@media (max-width: 1120px) {
  .header-inner { gap: 18px; }
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 12px; }
  .header-inner > .button { display: none; }
  .gastronomy-showcase { grid-template-columns: 1fr 1fr; gap: 46px; }
}

@media (max-width: 920px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    justify-content: stretch;
    align-items: stretch;
    margin-left: 0;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(6,29,53,.10);
    border-radius: 22px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 24px 60px rgba(6,29,53,.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }
  .site-header.menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-nav a {
    width: 100%;
    justify-self: stretch;
    padding: 14px 16px;
    font-size: 14px;
    text-align: left;
    border-radius: 12px;
  }
  .site-nav a::after { display: none; }
  .site-nav a:hover,
  .site-nav a.is-active { background: rgba(0,94,170,.07); }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .gastronomy-showcase { grid-template-columns: 1fr; }
  .gastronomy-copy { max-width: 760px; }
  .gastronomy-photo { min-height: 620px; }
  .gastronomy-photo img { min-height: 620px; }
}

@media (max-width: 760px) {
  .header-inner .menu-toggle { display: inline-flex; }
  .hero {
    min-height: 720px;
    padding: 148px 0 118px;
  }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(2,20,36,.87), rgba(2,20,36,.52)),
      linear-gradient(180deg, rgba(2,20,36,.10), rgba(2,20,36,.72));
  }
  .hero-media img { object-position: 64% center; }
  .hero h1 { font-size: clamp(39px, 12vw, 56px); }
  .hero p { color: rgba(255,255,255,.86); }
  .section--gastronomy { padding: 92px 0; }
  .gastronomy-showcase { gap: 42px; }
  .gastronomy-photo,
  .gastronomy-photo img { min-height: 520px; }
}

@media (max-width: 480px) {
  .brand { width: 118px; }
  .hero { min-height: 690px; }
  .hero h1 { font-size: 40px; }
  .gastronomy-photo,
  .gastronomy-photo img { min-height: 450px; }
}
