:root {
  --ink: #17201A;
  --ink-soft: #24302A;
  --stone: #F1ECE0;
  --stone-deep: #E6DFCE;
  --moss: #3C4F3E;
  --moss-deep: #253327;
  --gold: #BE9B5E;
  --gold-soft: #D3B889;
  --clay: #A15A38;
  --line: rgba(23,32,26,0.14);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--stone); color: var(--ink); font-family: 'Work Sans', sans-serif; font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
h1, h2, h3 { font-family: 'Fraunces', serif; font-weight: 450; letter-spacing: -0.01em; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 9px; }
.eyebrow::before { content: ''; width: 11px; height: 14px; background-color: currentColor; display: inline-block; flex-shrink: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 130'%3E%3Cpolygon points='30,22 70,22 58,8 42,8'/%3E%3Crect x='45' y='22' width='10' height='78'/%3E%3Cpolygon points='45,100 50,100 34,124 28,124'/%3E%3Cpolygon points='50,100 55,100 72,124 66,124'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 130'%3E%3Cpolygon points='30,22 70,22 58,8 42,8'/%3E%3Crect x='45' y='22' width='10' height='78'/%3E%3Cpolygon points='45,100 50,100 34,124 28,124'/%3E%3Cpolygon points='50,100 55,100 72,124 66,124'/%3E%3C/svg%3E");
  -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }

/* NAV */
nav { position: sticky; top: 0; z-index: 50; background: rgba(241,236,224,0.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
#experiences-pillar, #stays-pillar, #benefits, #experiences, #stays, #cta, #pillars { scroll-margin-top: 78px; }
nav .navwrap { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 78px; }
.logo { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 500; letter-spacing: 0.01em; }
.logo em { font-style: italic; font-weight: 400; opacity: 0.65; }
.logo-lockup { display: flex; align-items: center; gap: 9px; text-decoration: none; }
nav .logo-lockup { color: var(--ink); }
footer .logo-lockup { color: var(--stone); }
.logo-mark { flex-shrink: 0; display: block; }
.navlinks { display: flex; gap: 32px; font-size: 14px; }
.navlinks a { color: var(--ink); text-decoration: none; opacity: 0.75; transition: opacity .2s; }
.navlinks a:hover, .navlinks a.active { opacity: 1; }
.nav-cta { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.06em; background: var(--moss); color: var(--stone); padding: 10px 20px; border-radius: 2px; text-decoration: none; }
@media (max-width: 860px) { .navlinks { display: none; } }

/* HERO — split panel, text NEVER on photo */
.hero { display: grid; grid-template-columns: 1.05fr 0.95fr; min-height: 94vh; }
@media (max-width: 940px) { .hero { grid-template-columns: 1fr; min-height: auto; } }
.hero-text { background: var(--ink); color: var(--stone); display: flex; flex-direction: column; justify-content: center; padding: 90px 64px; }
.hero-eyebrow { color: var(--gold-soft); margin-bottom: 28px; }
.hero h1 { font-size: clamp(27px, 2.7vw, 40px); line-height: 1.28; font-weight: 450; }
.hero h1 em { font-style: italic; color: var(--gold-soft); font-weight: 400; }
.hero-sub { color: rgba(241,236,224,0.82); font-size: 17px; max-width: 42ch; margin-top: 26px; font-weight: 300; }
.hero-meta { display: flex; gap: 36px; margin-top: 56px; flex-wrap: wrap; }
.hero-meta div { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: 0.08em; color: rgba(241,236,224,0.5); }
.hero-meta strong { display: block; color: var(--stone); font-family: 'Fraunces', serif; font-size: 25px; font-weight: 450; margin-bottom: 4px; letter-spacing: 0; }
.hero-photo { position: relative; min-height: 420px; }
@media (max-width: 940px) { .hero-photo { min-height: 60vh; } }

/* SMALL PAGE HEADER — for subpages (who-we-are, what-we-do) */
.page-header { background: var(--ink); color: var(--stone); padding: 150px 0 80px; }
.page-header .eyebrow { color: var(--gold-soft); margin-bottom: 24px; }
.page-header h1 { font-size: clamp(32px, 4vw, 52px); font-weight: 450; line-height: 1.15; max-width: 16ch; }
.page-header p { margin-top: 24px; font-family: 'Fraunces', serif; font-size: clamp(18px, 1.8vw, 22px); font-weight: 400; line-height: 1.55; color: rgba(241,236,224,0.82); max-width: 60ch; }

/* TEASER — short homepage preview, links out to a full page */
.teaser { padding: 100px 0; background: var(--stone); }
.teaser-grid { display: grid; grid-template-columns: 1fr 220px; gap: 56px; align-items: stretch; }
.teaser-grid.reverse { grid-template-columns: 220px 1fr; }
.teaser-grid.reverse .teaser-photo { order: 1; }
.teaser-grid.reverse .teaser-text { order: 2; }
@media (max-width: 820px) { .teaser-grid, .teaser-grid.reverse { grid-template-columns: 1fr; gap: 30px; } .teaser-grid.reverse .teaser-photo, .teaser-grid.reverse .teaser-text { order: initial; } }
.teaser-photo { position: relative; min-height: 240px; }
.teaser-text { display: flex; flex-direction: column; justify-content: center; }
.teaser-text .eyebrow { color: var(--moss); margin-bottom: 22px; }
.teaser-text p { font-family: 'Fraunces', serif; font-size: clamp(20px, 2.2vw, 26px); font-weight: 400; line-height: 1.5; color: var(--ink-soft); max-width: 46ch; }
.teaser-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.06em; color: var(--clay); text-decoration: none; border-bottom: 1px solid var(--clay); padding-bottom: 2px; width: fit-content; }
.teaser-link:hover { opacity: 0.7; }
.teaser-link-light { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.06em; color: var(--gold-soft); text-decoration: none; border-bottom: 1px solid var(--gold-soft); padding-bottom: 2px; width: fit-content; }
.teaser-link-light:hover { opacity: 0.7; }

/* PILLARS — split panels, photo and text never mixed */
.pillar-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
@media (max-width: 920px) { .pillar-row { grid-template-columns: 1fr; min-height: auto; } }
.pillar-row.reverse .p-photo { order: 2; }
.pillar-row.reverse .p-text { order: 1; }
@media (max-width: 920px) { .pillar-row.reverse .p-photo, .pillar-row.reverse .p-text { order: initial; } }
.p-photo { position: relative; min-height: 340px; }
.p-text { padding: 70px 60px; display: flex; flex-direction: column; justify-content: center; }
.p-text.on-ink { background: var(--ink); color: var(--stone); }
.p-text.on-moss { background: var(--moss-deep); color: var(--stone); }
.p-text .eyebrow { color: var(--gold-soft); margin-bottom: 22px; }
.p-text h2 { font-size: clamp(28px, 2.8vw, 36px); font-weight: 450; line-height: 1.18; max-width: 13ch; }
.p-text p { margin-top: 20px; color: rgba(241,236,224,0.8); max-width: 40ch; font-size: 15.5px; font-weight: 300; }
.p-list { margin-top: 30px; list-style: none; }
.p-list li { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.04em; padding: 10px 0; border-top: 1px solid rgba(241,236,224,0.16); color: rgba(241,236,224,0.82); }
.p-list li:last-child { border-bottom: 1px solid rgba(241,236,224,0.16); }

/* WAYAN — split panel */
.wayan-row { display: grid; grid-template-columns: 0.9fr 1.1fr; min-height: 620px; }
@media (max-width: 920px) { .wayan-row { grid-template-columns: 1fr; min-height: auto; } }
.wayan-photo { position: relative; min-height: 360px; }
.wayan-text { background: var(--ink); color: var(--stone); padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
.wayan-text .eyebrow { color: var(--gold-soft); margin-bottom: 26px; }
.wayan-quote { font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(21px, 2.3vw, 27px); line-height: 1.48; color: var(--stone); font-weight: 400; }
.wayan-quote span { color: var(--gold-soft); font-style: normal; }
.wayan-bio { margin-top: 26px; font-size: 15px; color: rgba(241,236,224,0.8); max-width: 46ch; font-weight: 300; }
.wayan-stats { display: flex; gap: 36px; margin-top: 36px; flex-wrap: wrap; }
.wayan-stats div strong { display: block; font-family: 'Fraunces', serif; font-size: 25px; color: var(--gold-soft); font-weight: 500; }
.wayan-stats div span { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.06em; color: rgba(241,236,224,0.55); }

/* BENEFITS — "what you get, working with us" */
.benefits { padding: 110px 0 100px; background: var(--stone); }
.benefits .eyebrow { color: var(--clay); margin-bottom: 18px; }
.benefits h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 450; max-width: 18ch; margin-bottom: 54px; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
@media (max-width: 820px) { .benefits-grid { grid-template-columns: 1fr; gap: 34px; } }
.benefits-col-label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--moss); margin-bottom: 18px; }
.benefits-list { list-style: none; }
.benefits-list li { font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); font-weight: 300; padding: 11px 0; border-top: 1px solid var(--line); }
.benefits-list li:last-child { border-bottom: 1px solid var(--line); }

/* WHO THIS IS FOR */
.who-for { padding: 10px 0 110px; background: var(--stone); }
.who-for .eyebrow { color: var(--moss); margin-bottom: 18px; }
.who-for h2 { font-size: clamp(26px, 3vw, 34px); font-weight: 450; max-width: 20ch; margin-bottom: 38px; }
.who-for-list { list-style: none; max-width: 62ch; }
.who-for-list li { font-family: 'Fraunces', serif; font-size: 17px; font-style: italic; font-weight: 400; line-height: 1.6; color: var(--ink-soft); padding: 16px 0; border-top: 1px solid var(--line); }
.who-for-list li:last-child { border-bottom: 1px solid var(--line); }

/* DETAIL PAGES — experiences.html, stays.html (clean, same family as who-we-are) */
.detail-body { padding: 90px 0 130px; background: var(--stone); }
.detail-lede { font-family: 'Fraunces', serif; font-style: italic; font-size: 19px; line-height: 1.55; color: var(--clay); max-width: 56ch; margin-bottom: 40px; }
.detail-grid { display: grid; grid-template-columns: 1fr 300px; gap: 60px; align-items: start; }
@media (max-width: 880px) { .detail-grid { grid-template-columns: 1fr; gap: 36px; } }
.detail-photo { position: sticky; top: 100px; aspect-ratio: 4/5; border-radius: 3px; overflow: hidden; }
@media (max-width: 880px) { .detail-photo { position: static; aspect-ratio: 16/9; } }
.detail-list { list-style: none; }
.detail-list li { font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); font-weight: 300; padding: 18px 0; border-top: 1px solid var(--line); max-width: 58ch; }
.detail-list li:last-child { border-bottom: 1px solid var(--line); }
.detail-close { font-family: 'Fraunces', serif; font-style: italic; font-size: 15px; line-height: 1.6; color: var(--ink-soft); opacity: 0.75; margin-top: 34px; max-width: 56ch; }
.who-we-are-body { padding: 100px 0 120px; background: var(--stone); }
.wwa-grid { display: grid; grid-template-columns: 1fr 1fr 220px; gap: 50px; align-items: start; }
@media (max-width: 920px) { .wwa-grid { grid-template-columns: 1fr; gap: 40px; } }
.wwa-photo { position: relative; min-height: 300px; }
.wwa-bio h3 { font-family: 'Fraunces', serif; font-size: 46px; font-weight: 450; color: var(--clay); line-height: 1; margin-bottom: 24px; }
.wwa-bio p { font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); font-weight: 300; max-width: 46ch; margin-bottom: 16px; }
.wwa-bio p:last-child { margin-bottom: 0; }

/* EXPERIENCES */
.experiences { padding: 120px 0 40px; background: var(--stone); }
.experiences-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 54px; gap: 24px; flex-wrap: wrap; }
.experiences .eyebrow { color: var(--moss); margin-bottom: 18px; }
.experiences h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 450; max-width: 14ch; }
.experiences-head p { max-width: 34ch; font-size: 14.5px; color: var(--ink-soft); font-weight: 300; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 920px) { .card-grid { grid-template-columns: 1fr; } }
.card-photo { aspect-ratio: 4/3; position: relative; border-radius: 3px; overflow: hidden; margin-bottom: 18px; }
.card-num { position: absolute; top: 14px; left: 14px; font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.08em; color: var(--stone); background: rgba(23,32,26,0.55); padding: 4px 9px; border-radius: 2px; }
.card h3 { font-size: 20px; font-weight: 450; line-height: 1.25; color: var(--ink); }
.card p { margin-top: 10px; font-size: 13.5px; color: var(--ink-soft); font-weight: 300; opacity: 0.85; }
.card-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.card-tags span { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.03em; color: var(--moss); border: 1px solid rgba(60,79,62,0.35); padding: 4px 9px; border-radius: 2px; }

/* STAYS — caption below, never on photo */
.stays { padding: 90px 0 130px; }
.stays-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 22px; }
@media (max-width: 820px) { .stays-grid { grid-template-columns: 1fr; } }
.stay-tall { display: flex; flex-direction: column; gap: 12px; }
.stay-tall .photo { aspect-ratio: 4/5; border-radius: 3px; overflow: hidden; }
.stay-stack { display: flex; flex-direction: column; gap: 22px; }
.stay-short .photo { aspect-ratio: 16/10; border-radius: 3px; overflow: hidden; }
.stay-short { display: flex; flex-direction: column; gap: 10px; }
.stay-cap { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.06em; color: var(--moss); }

/* CTA */
.cta { background: var(--ink); color: var(--stone); padding: 150px 0; text-align: center; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 700px 400px at 50% 0%, rgba(190,155,94,0.14), transparent 65%); }
.cta .wrap { position: relative; max-width: 680px; }
.cta .eyebrow { color: var(--gold-soft); justify-content: center; margin-bottom: 28px; }
.cta h2 { font-size: clamp(28px, 3.8vw, 48px); font-weight: 450; line-height: 1.2; }
.cta h2 em { color: var(--gold-soft); font-style: italic; }
.cta p { margin-top: 22px; color: rgba(241,236,224,0.7); font-size: 15.5px; font-weight: 300; }
.cta-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 42px; background: var(--gold-soft); color: var(--ink); font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: 0.06em; padding: 17px 32px; border-radius: 2px; text-decoration: none; font-weight: 500; }
.cta-note { margin-top: 20px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: rgba(241,236,224,0.42); letter-spacing: 0.04em; }

footer { background: var(--ink); border-top: 1px solid rgba(241,236,224,0.1); padding: 38px 0; }
footer .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
footer .logo { color: var(--stone); font-size: 16px; }
footer .foot-meta { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: rgba(241,236,224,0.4); letter-spacing: 0.04em; }
