:root {
  --ink: #082f35;
  --deep: #073f46;
  --deep-2: #0b5157;
  --sea: #65b8b1;
  --sand: #f4c99e;
  --cream: #fbf8f1;
  --paper: #ffffff;
  --muted: #637477;
  --line: rgba(8, 47, 53, .14);
  --shadow: 0 24px 60px rgba(7, 63, 70, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.concept-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 7px 24px; background: #f1ba83; color: #17383b; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.concept-bar span:first-child { font-weight: 800; }
.concept-note { opacity: .76; }

.site-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 0 clamp(22px, 5vw, 78px); background: rgba(251, 248, 241, .95); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--deep); font-family: Georgia, serif; font-size: 1rem; font-weight: 700; letter-spacing: .08em; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 1.05rem; }
.brand small { margin-top: 2px; color: var(--muted); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 32px; font-size: .92rem; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--deep); transition: right .25s ease; }
nav a:hover::after { right: 0; }
.site-header > .button { justify-self: end; }

.button { border: 0; min-height: 51px; padding: 0 24px; border-radius: 999px; background: var(--deep); color: white; font-weight: 750; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--deep-2); }
.button-small { min-height: 44px; padding: 0 20px; font-size: .9rem; }
.button-full { width: 100%; margin-top: 8px; }
.button-light { background: var(--cream); color: var(--deep); }
.button-light:hover { background: white; }

.hero { position: relative; min-height: 760px; padding: 82px clamp(22px, 5vw, 78px) 150px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(45px, 6vw, 90px); align-items: center; overflow: hidden; background: radial-gradient(circle at 12% 16%, rgba(101,184,177,.13), transparent 25%), var(--cream); }
.hero::before { content: "TOBAGO"; position: absolute; left: -6px; bottom: 85px; font-family: Georgia, serif; font-size: clamp(7rem, 16vw, 15rem); letter-spacing: .04em; color: rgba(7,63,70,.035); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow { margin: 0 0 18px; color: var(--deep-2); font-size: .76rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: var(--sand); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 { margin-bottom: 25px; font-size: clamp(3.65rem, 6.2vw, 6.6rem); line-height: .94; letter-spacing: -.055em; font-weight: 500; }
h1 em { color: var(--deep-2); font-weight: 400; }
.hero-text { max-width: 570px; color: #53676a; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.text-link { font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { margin-left: 6px; }
.trust-row { display: flex; gap: 22px; margin-top: 44px; color: #66787a; font-size: .82rem; font-weight: 700; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 6px; height: 6px; background: var(--sea); border-radius: 50%; }
.hero-visual { position: relative; min-height: 565px; }
.hero-visual::before { content: ""; position: absolute; inset: -24px 34px 34px -24px; border: 1px solid rgba(7,63,70,.24); border-radius: 220px 24px 220px 24px; }
.hero-visual img { height: 565px; object-fit: cover; border-radius: 220px 24px 220px 24px; filter: saturate(.9) contrast(1.02); box-shadow: var(--shadow); }
.hero-card { position: absolute; left: -38px; bottom: 42px; min-width: 285px; padding: 20px 24px; border-radius: 16px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-card span, .hero-card strong { display: block; }
.hero-card strong { margin: 5px 0; font-family: Georgia, serif; font-size: 1.35rem; }
.hero-card > span:last-child { color: var(--muted); font-size: .8rem; }
.mini-label { color: var(--deep-2); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.search-card { position: absolute; z-index: 4; left: 50%; bottom: 42px; width: min(1120px, calc(100% - 44px)); transform: translateX(-50%); display: grid; grid-template-columns: 1fr 1fr .8fr auto; gap: 0; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.search-card label { padding: 6px 20px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; border-right: 1px solid var(--line); }
.search-card input, .search-card select { display: block; width: 100%; margin-top: 5px; border: 0; background: transparent; color: var(--ink); font-size: .98rem; font-weight: 650; outline: none; }

.section { padding: 110px clamp(22px, 5vw, 78px); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .dashboard-copy h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4vw, 4.4rem); line-height: 1.04; font-weight: 500; letter-spacing: -.04em; }
.section-heading > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }
.property-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.property-card { background: white; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.property-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.property-image { position: relative; height: 285px; overflow: hidden; }
.property-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.property-card:hover .property-image img { transform: scale(1.035); }
.property-image > span { position: absolute; left: 16px; top: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.9); font-size: .72rem; font-weight: 800; }
.property-body { padding: 26px; }
.property-body > div:first-child p { margin-bottom: 6px; color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.property-body h3 { margin-bottom: 15px; font-size: 1.7rem; font-weight: 500; }
.property-body > p { min-height: 72px; color: var(--muted); line-height: 1.55; font-size: .94rem; }
.property-meta { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 24px; }
.property-meta span { padding: 7px 10px; border-radius: 7px; background: #eef6f4; color: var(--deep); font-size: .73rem; font-weight: 750; }
.property-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.property-footer strong { font-size: .9rem; }
.property-footer strong small { color: var(--muted); font-weight: 600; }
.card-link { padding: 0; border: 0; background: transparent; color: var(--deep-2); font-weight: 800; cursor: pointer; }
.image-note { margin: 18px 0 0; color: #7d8c8e; font-size: .75rem; text-align: right; }

.experience { margin: 0 clamp(12px, 2.5vw, 38px); padding: 90px clamp(28px, 5vw, 72px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; color: white; background: var(--deep); border-radius: 28px; }
.experience-copy h2 { margin-bottom: 26px; font-size: clamp(2.7rem, 4.5vw, 4.8rem); line-height: 1.02; font-weight: 500; letter-spacing: -.04em; }
.experience-copy > p:last-child { max-width: 540px; color: rgba(255,255,255,.68); line-height: 1.7; font-size: 1.04rem; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li:first-child { padding-top: 0; }
.steps > li > span { color: var(--sand); font-family: Georgia, serif; font-size: 1.35rem; }
.steps h3 { margin-bottom: 7px; font-size: 1.5rem; font-weight: 500; }
.steps p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.55; }

.dashboard-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 7vw, 110px); align-items: center; }
.dashboard-copy > p:not(.eyebrow) { margin: 26px 0 32px; max-width: 520px; color: var(--muted); line-height: 1.72; }
.dashboard { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; padding: 4px 4px 20px; }
.dashboard-top > div { display: flex; align-items: center; gap: 9px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #3fb58e; }
.sample-pill { padding: 6px 9px; border-radius: 99px; background: #eef6f4; color: var(--deep-2); font-size: .7rem; font-weight: 750; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metrics > div { min-height: 128px; padding: 17px; border-radius: 13px; background: #f5f7f4; }
.metrics span, .metrics small, .metrics strong { display: block; }
.metrics span { color: var(--muted); font-size: .72rem; font-weight: 700; }
.metrics strong { margin: 10px 0 5px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.metrics small { color: #849193; font-size: .67rem; }
.booking-list { margin-top: 16px; }
.list-head, .list-row { display: grid; grid-template-columns: 1.1fr 1.3fr .8fr .9fr; gap: 12px; align-items: center; padding: 13px 12px; font-size: .75rem; }
.list-head { color: #8a9798; font-weight: 750; }
.list-row { border-top: 1px solid var(--line); }
.status { width: fit-content; padding: 5px 8px; border-radius: 99px; font-size: .66rem; font-weight: 800; }
.status.confirmed { background: #e5f6ee; color: #147151; }
.status.pending { background: #fff0df; color: #a95a10; }

.about { padding: 100px clamp(22px, 5vw, 78px); display: grid; grid-template-columns: .2fr .9fr .9fr; gap: 55px; align-items: center; border-top: 1px solid var(--line); }
.about-number { color: var(--sand); font-family: Georgia, serif; font-size: 5rem; }
.about h2 { margin: 0; font-size: clamp(2.4rem, 3.5vw, 3.8rem); line-height: 1.08; font-weight: 500; }
.about > p { margin: 0; color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.final-cta { padding: 96px 24px; text-align: center; color: white; background: var(--deep-2); }
.final-cta h2 { margin-bottom: 18px; font-size: clamp(3rem, 5vw, 5.3rem); font-weight: 500; letter-spacing: -.045em; }
.final-cta > p:not(.eyebrow) { margin-bottom: 32px; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.final-cta > div { display: flex; align-items: center; justify-content: center; gap: 25px; }
.final-cta a { font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 4px; }
footer { padding: 60px clamp(22px, 5vw, 78px) 35px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: start; background: #062f34; color: white; }
.footer-brand .brand-mark { color: var(--deep); background: var(--sand); }
footer > p { max-width: 380px; color: rgba(255,255,255,.58); line-height: 1.6; }
footer > div:nth-of-type(2) { display: flex; gap: 22px; justify-content: flex-end; }
footer > div:nth-of-type(2) a { color: rgba(255,255,255,.8); }
footer > small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 18; width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; color: white; background: #1eaf6f; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: .75rem; font-weight: 900; letter-spacing: .03em; }

dialog { width: min(620px, calc(100% - 26px)); max-height: calc(100vh - 30px); padding: 38px; border: 0; border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.28); overflow: auto; }
dialog::backdrop { background: rgba(3,31,35,.68); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 18px; top: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #eef3f1; color: var(--ink); font-size: 1.45rem; cursor: pointer; }
dialog h2 { margin-bottom: 9px; font-size: 2.4rem; font-weight: 500; }
.dialog-intro { margin-bottom: 24px; color: var(--muted); line-height: 1.55; }
#booking-form { display: grid; gap: 16px; }
#booking-form label { color: #516466; font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
#booking-form input, #booking-form select, #booking-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cfd9d7; border-radius: 10px; color: var(--ink); background: white; outline: none; resize: vertical; }
#booking-form input:focus, #booking-form select:focus, #booking-form textarea:focus { border-color: var(--sea); box-shadow: 0 0 0 3px rgba(101,184,177,.16); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.summary-check { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; color: white; background: #2ca67d; font-size: 1.7rem; }
.summary-card { margin: 24px 0; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #f5f8f6; }
.summary-line { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.summary-line:last-child { border: 0; }
.summary-line span { color: var(--muted); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr .9fr; gap: 38px; }
  .hero-visual, .hero-visual img { min-height: 490px; height: 490px; }
  .property-grid { grid-template-columns: 1fr 1fr; }
  .experience, .dashboard-section { gap: 50px; }
}

@media (max-width: 780px) {
  .concept-bar { justify-content: space-between; padding: 7px 14px; font-size: .64rem; }
  .concept-note { max-width: 185px; text-align: right; }
  .site-header { height: 72px; padding: 0 16px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong { font-size: .92rem; }
  .brand small { font-size: .64rem; }
  .site-header > .button { min-height: 40px; padding: 0 14px; font-size: .78rem; }
  .hero { min-height: auto; padding: 62px 20px 225px; grid-template-columns: 1fr; gap: 50px; }
  h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { flex-wrap: wrap; }
  .hero-visual, .hero-visual img { min-height: 440px; height: 440px; }
  .hero-visual::before { inset: -14px 20px 22px -10px; border-radius: 130px 20px 130px 20px; }
  .hero-visual img { border-radius: 130px 20px 130px 20px; }
  .hero-card { left: 15px; right: 15px; bottom: 18px; min-width: 0; }
  .search-card { bottom: 25px; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px; }
  .search-card label { border: 0; padding: 7px 10px; }
  .search-card label:nth-child(3) { grid-column: 1 / -1; }
  .search-card .button { grid-column: 1 / -1; }
  .section { padding: 78px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .property-grid { grid-template-columns: 1fr; }
  .property-image { height: 250px; }
  .experience { margin: 0 10px; padding: 64px 25px; grid-template-columns: 1fr; gap: 40px; border-radius: 22px; }
  .dashboard-section { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; }
  .metrics > div { min-height: auto; }
  .list-head { display: none; }
  .list-row { grid-template-columns: 1fr 1fr; }
  .about { grid-template-columns: 1fr; gap: 24px; }
  .about-number { font-size: 3rem; }
  .final-cta > div { flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer > div:nth-of-type(2) { justify-content: flex-start; }
  dialog { padding: 32px 20px 24px; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
