
:root {
  /* Elevated One primary palette */
  --indigo: #122147;
  --bone: #ddd2bc;

  /* Elevated One secondary palette */
  --graphite: #6e7180;
  --space: #9da2b3;
  --steel: #bcbfcc;
  --smoke: #d3d6e0;
  --cloud: #edeff7;
  --white: #ffffff;

  /* Functional aliases retained for existing page components */
  --navy: var(--indigo);
  --navy-deep: var(--indigo);
  --gold: var(--bone);
  --cream: var(--cloud);
  --ink: var(--indigo);
  --muted: var(--graphite);
  --line: var(--smoke);
  --shadow: 0 18px 55px rgba(18, 33, 71, .10);

  --font-display: "Mercury Display", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 90vw); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(18,33,71,.08);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.brand {
  display: flex; align-items: center; gap: 18px; min-width: 280px;
}
.brand .mark { width: 54px; height: 64px; object-fit: contain; }
.brand .wordmark { height: 34px; width: auto; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.nav a:hover { color: var(--gold); }
.nav .cta { padding: 15px 22px; background: var(--navy); color: white; }

.hero {
  background:
    linear-gradient(
      90deg,
      var(--cloud) 0%,
      var(--cloud) 43%,
      rgba(237,239,247,.46) 64%,
      rgba(237,239,247,0) 100%
    );
}
.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  align-items: stretch;
}
.hero-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: 75px 40px 75px 0;
  position: relative; z-index: 2;
}
.kicker {
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 700;
  font-size: 13px;
}
.kicker::before { content:""; display:inline-block; width:38px; height:1px; background:var(--navy); vertical-align:middle; margin-right:10px; }
h1,h2,h3 { font-family: var(--font-display); font-weight: 400; color: var(--navy); }
h1 { font-size: clamp(54px, 6vw, 86px); line-height: .98; letter-spacing: -.035em; margin: 22px 0 30px; text-transform: uppercase; }
.hero-copy p { max-width: 490px; font-size: 19px; color: #6e7180; }
.button {
  display: inline-flex; justify-content: center; align-items: center;
  padding: 16px 25px; border: 0; cursor: pointer;
  font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: 13px;
}
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--gold); color: var(--navy-deep); }
.hero-copy .button { width: fit-content; margin-top: 18px; }

.hero-image {
  background-image: url("assets/hero-robalo-317.jpg");
  background-size: cover;
  background-position: center;
  min-height: 650px;
}

.section { padding: 95px 0; }
.section-soft { background: var(--cream); }
.section-title { font-size: clamp(40px,4vw,58px); line-height: 1.05; margin: 0 0 18px; }
.section-lead { color: var(--muted); font-size: 18px; max-width: 720px; }

.experience-grid {
  display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start;
}
.benefits { display: grid; gap: 30px; margin-top: 38px; }
.benefit { display: grid; grid-template-columns: 48px 1fr; gap: 18px; }
.benefit-icon {
  width: 42px; height: 42px; border: 1px solid var(--gold);
  display: grid; place-items: center; color: var(--navy); font-weight: 700; border-radius: 50%;
}
.benefit h3 { margin: 0 0 4px; font-family: var(--font-sans); font-size: 14px; text-transform: uppercase; letter-spacing: .04em; font-weight: 700; }
.benefit p { margin: 0; color: var(--muted); }

.form-card {
  background: white; padding: 44px; box-shadow: var(--shadow); border: 1px solid #d3d6e0;
}
.form-card h2 { font-size: 42px; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .02em; }
.form-card .gold-line { width: 46px; height: 2px; background: var(--gold); margin: 12px 0 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: 13px; font-weight: 700; color: var(--navy); }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); background: white;
  padding: 14px; font: inherit; color: var(--ink); border-radius: 0;
}
textarea { min-height: 120px; resize: vertical; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); margin: 16px 0; }
.checkbox input { width: auto; margin-top: 4px; }
.form-card .button { width: 100%; }
.form-note { text-align:center; color: var(--muted); font-size: 12px; margin: 14px 0 0; }
.hp { position: absolute; left: -5000px; }

.destinations {
  background: var(--navy-deep); color: white;
}
.destinations h2, .destinations h3 { color: white; }
.destination-grid { display:grid; grid-template-columns:1fr 1fr; gap: 40px; margin-top: 40px; }
.destination-card { border-top: 1px solid rgba(255,255,255,.25); padding-top: 24px; }
.destination-card span { color: var(--gold); font-weight:700; text-transform:uppercase; letter-spacing:.08em; font-size:13px; }

.banner {
  background: var(--gold); color: white; padding: 24px 0;
}
.banner-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.banner strong { text-transform:uppercase; letter-spacing:.06em; }
.banner .button { background: var(--navy-deep); color:white; }

.site-footer { background: var(--navy-deep); color: white; padding: 55px 0 25px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .8fr .8fr; gap:50px; }
.footer-logo { display:flex; align-items:center; gap:15px; }
.footer-logo .mark { width:50px; }
.footer-logo .wordmark { height:28px; filter: brightness(0) invert(1); }
.footer-title { color: var(--gold); text-transform:uppercase; font-size:12px; letter-spacing:.1em; margin-bottom:14px; }
.footer-links { display:grid; gap:8px; color:rgba(255,255,255,.78); font-size:14px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.15); margin-top:38px; padding-top:20px; display:flex; justify-content:space-between; gap:20px; font-size:12px; color:rgba(255,255,255,.6); }

.simple-page { min-height: calc(100vh - 180px); padding: 90px 0; background: var(--cream); }
.simple-card { max-width: 820px; margin: 0 auto; padding: 48px; background:white; box-shadow: var(--shadow); }
.simple-card h1 { font-size: 56px; text-transform:none; margin-top:0; }
.simple-card p, .simple-card li { color: var(--muted); }
.back-link { display:inline-block; margin-top:24px; color:var(--navy); font-weight:700; }

@media (max-width: 980px) {
  .nav { display:none; }
  .brand { min-width:0; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { padding:70px 0 40px; }
  .hero-image { min-height:480px; }
  .experience-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 650px) {
  .header-inner { min-height:78px; }
  .brand .mark { width:42px; height:50px; }
  .brand .wordmark { height:24px; }
  h1 { font-size:48px; }
  .hero-image { min-height:360px; background-position: 58% center; }
  .section { padding:70px 0; }
  .form-card { padding:28px 20px; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .destination-grid, .footer-grid { grid-template-columns:1fr; }
  .banner-inner, .footer-bottom { flex-direction:column; align-items:flex-start; }
}


/* Brand alignment refinements */
h1, h2, h3,
.section-title,
.simple-card h1 {
  font-family: var(--font-display);
}

body,
input,
select,
textarea,
button {
  font-family: var(--font-sans);
}

.nav .cta,
.button-primary {
  background: var(--indigo);
  color: var(--white);
}

.button-primary:hover,
.nav .cta:hover {
  background: var(--bone);
  color: var(--indigo);
}

.site-header {
  border-bottom-color: rgba(18, 33, 71, .09);
}

.brand .mark,
.brand .wordmark,
.footer-logo .mark,
.footer-logo .wordmark {
  filter: none;
}

.footer-logo .wordmark {
  height: 28px;
}

.site-footer {
  background: var(--indigo);
}

.footer-title,
.destination-card span {
  color: var(--bone);
}

.banner {
  background: var(--bone);
  color: var(--indigo);
}

.banner .button {
  background: var(--indigo);
  color: var(--white);
}

.simple-page {
  background:
    radial-gradient(circle at 100% 0%, rgba(221,210,188,.35), transparent 35%),
    var(--cloud);
}

.simple-card {
  border: 1px solid var(--smoke);
  box-shadow: 0 18px 55px rgba(18,33,71,.08);
}

.site-footer a:hover,
.footer-links a:hover {
  color: var(--bone);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
