
:root {
  --ink: #101311;
  --paper: #f2efe8;
  --paper-2: #e8e3d9;
  --gold: #c79a52;
  --gold-soft: #e5c58e;
  --forest: #18302d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
::selection { background: var(--gold); color: #fff; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 100px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.5vw;
  color: white; border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; }
.brand-mark { position: relative; width: 28px; height: 28px; border: 1px solid currentColor; transform: rotate(45deg); }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; background: currentColor; }
.brand-mark::before { width: 1px; height: 20px; left: 13px; top: 3px; }
.brand-mark::after { width: 20px; height: 1px; left: 3px; top: 13px; }
.brand-mark i { width: 7px; height: 7px; border-radius: 50%; left: 10px; top: 10px; }
.brand-name { font-size: 14px; letter-spacing: .26em; font-weight: 600; }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; letter-spacing: .08em; }
.desktop-nav a, .header-cta { transition: opacity .25s; }
.desktop-nav a:hover, .header-cta:hover { opacity: .6; }
.header-cta { justify-self: end; font-size: 12px; letter-spacing: .08em; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 7px; }
.header-cta span { margin-left: 10px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 100vh; height: 920px; max-height: 1100px; overflow: hidden; color: white; background: #142526; }
.hero-photo { position: absolute; inset: 0; background: url('/hero.jpg') center 44% / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,16,16,.84) 0%, rgba(6,16,16,.46) 45%, rgba(6,16,16,.05) 80%), linear-gradient(0deg, rgba(6,16,16,.48) 0%, transparent 45%); }
.hero-copy { position: relative; z-index: 2; height: 100%; padding: 185px 10vw 80px; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .28em; font-weight: 600; }
.hero h1, .manifesto .lead, .feature h2, .destination-heading h2, .concierge h2, .contact h2 {
  font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; margin: 0;
}
.hero h1 { font-size: clamp(72px, 10vw, 154px); line-height: .82; max-width: 1000px; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; padding-right: 7vw; }
.hero-bottom p { font-family: Georgia, serif; font-size: 18px; line-height: 1.55; margin: 0; color: rgba(255,255,255,.82); }
.round-link { width: 74px; height: 74px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: grid; place-items: center; font-size: 24px; transition: background .25s, color .25s; }
.round-link:hover { background: white; color: var(--ink); }
.hero-index { position: absolute; z-index: 2; right: 4.5vw; top: 140px; font-size: 9px; line-height: 1.6; letter-spacing: .18em; color: rgba(255,255,255,.55); }
.side-note { position: absolute; z-index: 2; right: 4.5vw; bottom: 80px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .25em; color: rgba(255,255,255,.55); }

.manifesto, .destinations, .contact { padding: 130px 8vw; }
.section-kicker { display: grid; grid-template-columns: 42px auto; gap: 18px; align-items: center; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 600; }
.section-kicker span { color: var(--gold); }
.section-kicker p { margin: 0; }
.section-kicker.light { color: rgba(255,255,255,.8); }
.manifesto-copy { margin: 100px 0 120px; display: grid; grid-template-columns: 1.6fr .7fr; gap: 12vw; align-items: end; }
.manifesto .lead { font-size: clamp(50px, 6.2vw, 96px); line-height: .98; }
.manifesto-detail { max-width: 440px; }
.manifesto-detail p { font-family: Georgia, serif; font-size: 18px; line-height: 1.65; color: #444640; margin: 0 0 22px; }
.text-link { display: inline-flex; gap: 20px; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; padding-bottom: 8px; border-bottom: 1px solid var(--ink); margin-top: 20px; }
.gold-line { height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7vw; margin-top: 60px; }
.values article { position: relative; padding-left: 45px; }
.values span { position: absolute; left: 0; top: 7px; font-size: 9px; color: var(--gold); }
.values h3 { font-family: Georgia, serif; font-size: 34px; font-weight: 400; margin: 0 0 20px; }
.values p { margin: 0; color: #66665f; font-size: 13px; line-height: 1.75; }

.feature { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 820px; background: var(--forest); color: white; }
.feature-image { position: relative; min-height: 760px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; left: 34px; bottom: 30px; padding: 10px 13px; background: rgba(16,19,17,.72); backdrop-filter: blur(6px); text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }
.feature-copy { padding: 90px 7vw; display: flex; flex-direction: column; justify-content: center; }
.feature-copy .section-kicker { margin-bottom: 100px; }
.overline { margin: 0 0 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: var(--gold-soft); }
.feature h2 { font-size: clamp(62px, 6.5vw, 100px); line-height: .92; }
.feature-copy > p:not(.overline) { color: rgba(255,255,255,.68); max-width: 390px; font-family: Georgia, serif; font-size: 18px; line-height: 1.6; margin: 38px 0; }
.pill-link { align-self: flex-start; padding: 17px 24px; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; transition: .25s; }
.pill-link span { margin-left: 16px; }
.pill-link:hover { background: white; color: var(--forest); }

.destination-heading { margin: 90px 0 80px; display: grid; grid-template-columns: 1.6fr .5fr; align-items: end; gap: 10vw; }
.destination-heading h2 { font-size: clamp(54px, 6vw, 90px); line-height: .98; }
.destination-heading p { color: #686861; font-family: Georgia, serif; line-height: 1.6; font-size: 17px; }
.destination-list { border-top: 1px solid #bdb8ae; }
.destination-row { display: grid; grid-template-columns: 70px 1fr 240px 40px; align-items: center; padding: 33px 10px; border-bottom: 1px solid #bdb8ae; transition: padding .25s, background .25s; }
.destination-row:hover { padding-left: 26px; padding-right: 26px; background: #eae5db; }
.destination-row > span { color: var(--gold); font-size: 9px; }
.destination-row h3 { font-family: Georgia, serif; font-size: 43px; font-weight: 400; margin: 0; }
.destination-row p { color: #66665f; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.destination-row b { font-size: 20px; font-weight: 400; justify-self: end; }

.concierge { position: relative; min-height: 900px; color: white; overflow: hidden; }
.concierge > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.concierge-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,17,18,.82), rgba(9,17,18,.18)), linear-gradient(0deg, rgba(9,17,18,.7), transparent 60%); }
.concierge-content { position: relative; z-index: 2; padding: 100px 8vw 70px; min-height: 900px; display: grid; grid-template-rows: auto 1fr auto; }
.concierge-title { align-self: center; }
.concierge-title > p { text-transform: uppercase; letter-spacing: .24em; font-size: 10px; color: var(--gold-soft); margin: 0 0 20px; }
.concierge h2 { font-size: clamp(68px, 8vw, 125px); line-height: .9; }
.service-grid { border-top: 1px solid rgba(255,255,255,.35); padding-top: 28px; display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; color: rgba(255,255,255,.72); }

.contact { background: var(--gold); color: #171712; }
.contact-top { display: flex; flex-direction: column; align-items: center; text-align: center; }
.eyebrow.dark { color: rgba(0,0,0,.55); }
.contact h2 { font-size: clamp(58px, 7vw, 108px); line-height: .95; margin: 50px 0 80px; }
.contact-button { width: min(800px, 85%); margin: 0 auto 110px; display: flex; justify-content: space-between; align-items: center; padding: 26px 32px; border-top: 1px solid rgba(0,0,0,.55); border-bottom: 1px solid rgba(0,0,0,.55); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; transition: background .25s, padding .25s; }
.contact-button:hover { background: rgba(255,255,255,.18); padding-left: 44px; padding-right: 44px; }
.contact-button b { font-size: 24px; font-weight: 400; }
.contact-meta { border-top: 1px solid rgba(0,0,0,.25); padding-top: 28px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.contact-meta p { margin: 0; }
.contact-meta p:last-child { text-align: right; }

footer { padding: 60px 5vw; background: #0c1514; color: rgba(255,255,255,.62); display: grid; grid-template-columns: 1.4fr .5fr 1fr; align-items: center; gap: 30px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.footer-brand { color: white; }
footer > p { margin: 0; }
footer > div { display: flex; justify-content: flex-end; gap: 24px; }
.credits { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; font-size: 7px; opacity: .55; }

@media (max-width: 900px) {
  .site-header { height: 78px; grid-template-columns: 1fr auto; padding: 0 24px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; justify-self: end; }
  .mobile-menu summary { list-style: none; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-content: center; gap: 5px; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 14px; height: 1px; background: white; }
  .mobile-menu nav { position: absolute; right: 0; top: 48px; width: 210px; padding: 20px; background: rgba(12,21,20,.97); display: grid; gap: 18px; font-family: Georgia,serif; font-size: 18px; }
  .hero { height: 800px; }
  .hero-copy { padding: 150px 7vw 60px; }
  .hero h1 { font-size: clamp(67px, 20vw, 110px); }
  .hero-bottom p { font-size: 15px; max-width: 260px; }
  .round-link { width: 58px; height: 58px; }
  .hero-index, .side-note { display: none; }
  .manifesto, .destinations, .contact { padding: 90px 7vw; }
  .manifesto-copy, .destination-heading { grid-template-columns: 1fr; gap: 55px; margin: 70px 0 85px; }
  .values { grid-template-columns: 1fr; gap: 42px; }
  .feature { grid-template-columns: 1fr; }
  .feature-image { min-height: 540px; }
  .feature-copy { padding: 80px 7vw 90px; }
  .feature-copy .section-kicker { margin-bottom: 70px; }
  .destination-row { grid-template-columns: 45px 1fr 30px; }
  .destination-row p { display: none; }
  .destination-row h3 { font-size: 35px; }
  .service-grid { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .contact-meta { grid-template-columns: 1fr; text-align: center; }
  .contact-meta p:last-child { text-align: center; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin: auto; }
  footer > div { justify-content: center; }
}

@media (max-width: 520px) {
  .brand-name { font-size: 11px; }
  .brand-mark { width: 23px; height: 23px; }
  .brand-mark::before { height: 17px; left: 10px; top: 2px; }
  .brand-mark::after { width: 17px; left: 2px; top: 10px; }
  .brand-mark i { width: 5px; height: 5px; left: 8px; top: 8px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-photo { background-position: 58% center; }
  .hero-copy { padding-top: 125px; }
  .hero h1 { font-size: 18.5vw; }
  .hero-bottom { padding: 0; }
  .hero-bottom p { font-size: 14px; max-width: 230px; }
  .manifesto .lead { font-size: 13.5vw; }
  .feature-image { min-height: 430px; }
  .feature h2, .destination-heading h2 { font-size: 14vw; }
  .concierge, .concierge-content { min-height: 740px; }
  .concierge-content { padding: 75px 7vw 45px; }
  .concierge h2 { font-size: 17vw; }
  .contact h2 { font-size: 14vw; }
  .contact-button { width: 100%; padding-left: 12px; padding-right: 12px; }
}

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