:root {
  color-scheme: dark;
  --ink: #fbf4e6;
  --muted: #c7ba9f;
  --gold: #d4aa55;
  --gold-soft: #f1d18b;
  --deep: #06090d;
  --panel: #10151b;
  --paper: #f7efe1;
  --line: rgba(212, 170, 85, 0.32);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--deep);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(6, 9, 13, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.utility {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 8px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(212, 170, 85, 0.18);
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(18px, 5vw, 72px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: clamp(72px, 8vw, 108px);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(212, 170, 85, 0.5);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.expert-link {
  border: 1px solid var(--line);
  padding: 12px 16px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  padding: 10px clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(212, 170, 85, 0.18);
  color: #e9dcc3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero {
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  padding: 120px clamp(20px, 7vw, 90px) 72px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.88) 88%),
    url("assets/generated/ai/italy-beach-club.png") center/cover no-repeat;
}

.hero-panel {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.9;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-panel p {
  max-width: 650px;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button, button {
  min-height: 50px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  padding: 15px 22px;
  font-weight: 900;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.primary, button {
  background: var(--gold);
  color: #12100c;
}

.ghost {
  background: rgba(0, 0, 0, 0.38);
  color: var(--ink);
}

section {
  padding: 84px clamp(20px, 7vw, 90px);
}

.intro, .about {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1fr);
  gap: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro > p {
  font-size: 21px;
}

.section-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(260px, 0.55fr);
  gap: 42px;
  max-width: none;
  align-items: end;
}

.editorial {
  background: #0a0d11;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 0.8fr;
  gap: 22px;
}

.feature-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
}

.feature-card.large {
  min-height: 560px;
}

.feature-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.feature-card div {
  position: absolute;
  inset: auto 0 0;
  min-height: 245px;
  padding: 72px clamp(18px, 3vw, 30px) 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.92));
}

.feature-card.large div {
  min-height: 245px;
}

.feature-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.feature-card h3 {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 18px;
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.35vw, 38px);
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.feature-card p {
  max-width: 680px;
  margin-bottom: 0;
}

.copy-columns {
  display: grid;
  gap: 18px;
}

.services {
  background: var(--paper);
  color: #14110e;
}

.services p, .services .eyebrow {
  color: #5d5140;
}

.service-grid, .why-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(20, 17, 14, 0.14);
  background: #fffaf0;
}

.why {
  background: #090f14;
}

.why-list article {
  padding: 26px;
  border-top: 1px solid var(--line);
}

.why-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 44px;
}

.taglines {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.taglines p {
  min-height: 160px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 24px;
  text-align: center;
}

.contact {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(300px, 0.55fr);
  gap: 48px;
  background: #0c1015;
}

form {
  display: grid;
  gap: 14px;
  align-self: start;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.contact a,
.utility a {
  color: var(--gold-soft);
}

input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 0 14px;
  background: #05080c;
  color: var(--ink);
}

@media (max-width: 1000px) {
  .masthead, .utility {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .intro, .about, .split, .contact {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .service-grid, .why-list, .taglines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .utility {
    display: none;
  }

  .brand-logo {
    width: 84px;
  }

  .service-grid, .why-list, .taglines {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 76vh;
  }

  h1 {
    font-size: clamp(42px, 13vw, 62px);
    line-height: 0.94;
  }

  h2 {
    font-size: clamp(30px, 10vw, 46px);
    line-height: 1;
  }

  .feature-card h3 {
    font-size: clamp(32px, 10vw, 46px);
  }
}
