:root {
  --ink: #0b0b0b;
  --ivory: #f4f0e9;
  --paper: #fbfaf7;
  --pink: #ff2d8d;
  --muted: #676767;
  --line: #cfc9c0;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin-top: 0; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  background: #fff;
  color: #000;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 800;
}

.skip-link:focus { transform: none; }

.container {
  width: min(1280px, calc(100% - 72px));
  margin-inline: auto;
}

.topbar {
  position: absolute;
  z-index: 20;
  width: 100%;
  color: #fff;
}

.legal-topbar {
  position: relative;
  background: var(--ink);
}

.nav {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.8px;
}

.brand span { color: var(--pink); }

.navlinks {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 34px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.navlinks a,
.footer-links a { transition: color .2s ease; }
.navlinks a:hover,
.footer-links a:hover { color: var(--pink); }

.footer-cookie-settings {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: color .2s ease;
}

.footer-cookie-settings:hover { color: var(--pink); }

.consent-shell {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.consent-shell[hidden] { display: none; }

.consent-panel {
  width: min(100%, 760px);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  border: 1px solid #3a3a3a;
  padding: clamp(24px, 4vw, 38px);
  background: #111;
  color: #fff;
  box-shadow: 0 18px 70px rgba(0, 0, 0, .38);
  pointer-events: auto;
}

.consent-title {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.05;
}

.consent-copy {
  max-width: 650px;
  margin: 0 0 24px;
  color: #c9c9c9;
  font-size: 15px;
  line-height: 1.65;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.consent-button,
.consent-settings-link {
  min-height: 45px;
  border: 1px solid #ddd;
  padding: 11px 17px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .7px;
  cursor: pointer;
}

.consent-button:hover,
.consent-settings-link:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.consent-settings-link {
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.consent-option {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border-top: 1px solid #383838;
  padding: 17px 0;
  cursor: pointer;
}

.consent-option:nth-of-type(2) { border-bottom: 1px solid #383838; }

.consent-option input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--pink);
}

.consent-option-text strong,
.consent-option-text small { display: block; }

.consent-option-text strong { font-size: 15px; }

.consent-option-text small {
  margin-top: 4px;
  color: #b8b8b8;
  font-size: 13px;
  line-height: 1.5;
}

.consent-panel .consent-actions { margin-top: 22px; }

.navcta {
  border-bottom: 2px solid var(--pink);
  padding-bottom: 7px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 10px 0 10px 10px;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-toggle i,
.menu-toggle i::before,
.menu-toggle i::after {
  width: 22px;
  height: 2px;
  display: block;
  background: currentColor;
  content: "";
  transition: transform .2s ease;
}

.menu-toggle i { margin-left: 10px; position: relative; }
.menu-toggle i::before { position: absolute; transform: translateY(-6px); }
.menu-toggle i::after { position: absolute; transform: translateY(6px); }

.hero {
  position: relative;
  min-height: 720px;
  height: 100svh;
  overflow: hidden;
  color: #fff;
  background: #202020;
  padding: 0;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: 50% 39%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .08) 72%),
    linear-gradient(0deg, rgba(0, 0, 0, .62), transparent 54%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(52px, 8vh, 92px);
}

.kicker {
  margin-bottom: 0;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

h1,
.display,
.investment h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero h1 {
  max-width: 1050px;
  margin: 22px 0 32px;
  font-size: clamp(60px, 8.7vw, 140px);
  line-height: .84;
  letter-spacing: clamp(-7px, -.05em, -3px);
}

.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 80px;
  align-items: end;
}

.hero-copy p {
  max-width: 600px;
  margin: 0;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, .72);
  padding: 14px 22px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.button-link:hover { background: #fff; color: var(--ink); }

section { padding: clamp(92px, 10vw, 150px) 0; }

.intro,
.about-intro { background: var(--ivory); }

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(58px, 8vw, 120px);
  align-items: start;
}

.intro-grid > *,
.editorial-grid > *,
.statement-grid > *,
.dest-head > *,
.experience-grid > *,
.investment-grid > *,
.inquiry-grid > * { min-width: 0; }

.display {
  margin: 16px 0;
  font-size: clamp(50px, 6.7vw, 100px);
  line-height: .94;
  letter-spacing: clamp(-5px, -.05em, -2px);
  overflow-wrap: anywhere;
  hyphens: auto;
}

.pink { color: var(--pink); }

.copy {
  color: #515151;
  font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.8;
}

.copy p { margin-bottom: 1.55em; }
.copy p:last-child { margin-bottom: 0; }
.copy strong { color: var(--ink); }

.editorial {
  padding: 0;
  background: var(--ink);
  color: #fff;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  min-height: 850px;
}

.editorial-image,
.statement-image,
.full-image { margin: 0; overflow: hidden; }

.editorial-image img {
  width: 100%;
  height: 100%;
  min-height: 850px;
  object-fit: cover;
  object-position: 50% 38%;
}

.editorial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px clamp(46px, 8vw, 130px);
}

.editorial-copy .copy { color: #bebebe; }

.statement { background: var(--paper); }

.statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(60px, 8vw, 110px);
  align-items: center;
}

.statement-image { aspect-ratio: 4 / 5; }

.statement-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.text-link {
  display: inline-block;
  margin-top: 26px;
  border-bottom: 2px solid var(--pink);
  padding-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.destinations {
  background: var(--ink);
  color: #fff;
}

.dest-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}

.destinations .copy { color: #b3b3b3; }

.dest-list {
  margin-top: 80px;
  border-top: 1px solid #383838;
}

.dest-row {
  display: grid;
  grid-template-columns: 80px minmax(180px, .65fr) minmax(0, 1.35fr);
  align-items: center;
  border-bottom: 1px solid #383838;
  padding: 32px 0;
}

.dest-row span {
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
}

.dest-row strong {
  font-family: Georgia, serif;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 400;
}

.dest-row em {
  color: #999;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
}

.experience,
.about-principles { background: var(--ivory); }

.experience-grid,
.investment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 8vw, 110px);
}

.points { border-top: 1px solid #bbb4aa; }

.point {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  border-bottom: 1px solid #bbb4aa;
  padding: 27px 0;
}

.point span {
  padding-top: 8px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
}

.point b {
  font-family: Georgia, serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.25;
}

.full-image {
  width: 100%;
  background: var(--ink);
}

.full-image img {
  width: 100%;
  height: auto;
}

.managed-gallery {
  background: var(--paper);
}

.managed-gallery[hidden] { display: none; }

.managed-gallery .display {
  max-width: 900px;
  margin-bottom: clamp(45px, 7vw, 80px);
}

.managed-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 38px);
  align-items: start;
}

.managed-gallery-grid[data-count="1"] {
  grid-template-columns: minmax(0, 900px);
}

.managed-gallery-grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #dfdbd5;
}

.managed-gallery-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.investment {
  background: var(--pink);
  color: #fff;
}

.investment .kicker,
.investment .copy { color: #fff; }

.investment h2 {
  margin: 18px 0 0;
  font-size: clamp(48px, 6.4vw, 92px);
  line-height: .98;
  letter-spacing: clamp(-5px, -.045em, -2px);
}

.investment h2 span { font-size: .68em; }

.wfaq { background: var(--ivory); }

.wfaq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 60px;
  background: var(--line);
}

.wfaq-item {
  background: var(--paper);
  padding: clamp(28px, 3.2vw, 42px);
}

.wfaq-item h3 {
  margin: 0 0 16px;
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.15;
}

.wfaq-item p {
  margin: 0;
  color: #5f5f5f;
  line-height: 1.7;
}

.inquiry { background: var(--paper); }

.inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(60px, 8vw, 110px);
}

.price-note {
  margin-top: 30px;
  border-left: 4px solid var(--pink);
  padding: 3px 0 3px 18px;
  font-family: Georgia, serif;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.35;
}

.form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px 26px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.field.full,
.form button,
.note,
.form-status { grid-column: 1 / -1; }

.form label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form input,
.form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #9d9d9d;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: 14px 0;
  font: inherit;
}

.form input:focus,
.form textarea:focus { border-bottom-color: var(--pink); }
.form textarea { min-height: 130px; resize: vertical; }

.form button {
  min-height: 58px;
  border: 0;
  background: var(--ink);
  color: #fff;
  padding: 18px 24px;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease;
}

.form button:hover { background: #2a2a2a; }

.note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.note a { text-decoration: underline; text-underline-offset: 3px; }

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.form-status {
  margin: 0;
  background: var(--ink);
  color: #fff;
  padding: 16px 18px;
  font-weight: 700;
  line-height: 1.5;
}

.form-status[data-state="error"] { background: #7d133f; }
.form-status[hidden] { display: none; }

.about-intro { min-height: 70vh; }
.about-copy { padding-top: 12px; }

.footer {
  background: var(--ink);
  color: #fff;
  padding: 65px 0;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 46px;
}

.footer small {
  display: block;
  margin-top: 10px;
  color: #999;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px 25px;
  font-size: 13px;
}

.legal {
  width: min(920px, calc(100% - 72px));
  padding: 90px 0 130px;
  overflow-wrap: anywhere;
}

.legal h1 {
  margin: 0 0 42px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7vw, 78px);
  font-weight: 400;
  letter-spacing: clamp(-4px, -.05em, -2px);
}

.legal h2 {
  margin: 54px 0 18px;
  font-family: Georgia, serif;
  font-size: clamp(27px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.2;
}

.legal h3 { margin: 36px 0 14px; font-size: 21px; }
.legal p,
.legal li { color: #505050; line-height: 1.8; }
.legal a { text-decoration: underline; text-underline-offset: 3px; }
.legal-lead { font-size: 18px; }

@media (max-width: 900px) {
  .container,
  .legal { width: min(100% - 34px, 1280px); }

  .nav { min-height: 82px; }
  .menu-toggle { display: inline-flex; align-items: center; }

  .navlinks {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid #333;
    background: var(--ink);
    padding: 12px 17px 20px;
  }

  .navlinks a {
    border-bottom: 1px solid #303030;
    padding: 17px 8px;
  }

  .navlinks .navcta { border-bottom-color: var(--pink); }
  .topbar[data-open="true"] { background: var(--ink); }
  .topbar[data-open="true"] .navlinks { display: flex; }
  .topbar[data-open="true"] .menu-toggle i { background: transparent; }
  .topbar[data-open="true"] .menu-toggle i::before { transform: rotate(45deg); }
  .topbar[data-open="true"] .menu-toggle i::after { transform: rotate(-45deg); }

  .hero { min-height: 680px; }
  .hero-media { object-position: 47% 42%; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,.08) 78%); }
  .hero h1 { font-size: clamp(56px, 17vw, 86px); }
  .hero-copy { grid-template-columns: 1fr; gap: 28px; }
  .button-link { justify-self: start; }

  .intro-grid,
  .editorial-grid,
  .statement-grid,
  .dest-head,
  .experience-grid,
  .investment-grid,
  .inquiry-grid { grid-template-columns: 1fr; }

  .editorial-image img { min-height: 620px; max-height: 760px; object-position: 50% 36%; }
  .editorial-copy { padding: 82px 28px; }
  .statement-grid { gap: 48px; }
  .statement-image { width: min(100%, 680px); }
  .dest-head { gap: 45px; }

  .dest-row { grid-template-columns: 45px minmax(0, 1fr); }
  .dest-row em { grid-column: 2; margin-top: 8px; }

  .wfaq-grid { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .consent-shell { right: 8px; bottom: 8px; left: 8px; }
  .consent-panel { max-height: calc(100vh - 16px); padding: 22px; }
  .consent-actions { display: grid; grid-template-columns: 1fr; }
  .consent-button,
  .consent-settings-link { width: 100%; }

  .managed-gallery-grid { grid-template-columns: 1fr; }

  .brand { font-size: 18px; }
  .menu-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero { min-height: 660px; }
  .hero h1 { margin-top: 17px; }
  .display { font-size: clamp(45px, 14.5vw, 66px); }
  section { padding: 84px 0; }
  .intro-grid,
  .experience-grid,
  .investment-grid,
  .inquiry-grid { gap: 46px; }
  .editorial-image img { min-height: 560px; height: 70vh; }
  .statement-image { aspect-ratio: 4 / 5; }
  .dest-list { margin-top: 52px; }
  .dest-row { padding: 25px 0; }
  .dest-row em { font-size: 13px; }
  .form { grid-template-columns: 1fr; }
  .field.full,
  .form button,
  .note,
  .form-status { grid-column: 1; }
  .legal { padding: 72px 0 100px; }
  .legal h1 { margin-bottom: 32px; }
}

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