:root {
  --ivory: #f7f3eb;
  --sand: #e9dfcf;
  --linen: #ded0bc;
  --brown: #3b3028;
  --brown-soft: #756558;
  --gold: #a77d49;
  --line: rgba(59, 48, 40, .19);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--brown);
  background: var(--ivory);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
}
a { color: inherit; }
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 4.5vw;
  color: #fffaf1;
  border-bottom: 1px solid rgba(255,255,255,.35);
}
.brand { text-decoration: none; font-size: .78rem; letter-spacing: .16em; font-weight: 500; }
nav { display: flex; gap: 28px; align-items: center; }
nav a { text-decoration: none; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-cta { border: 1px solid rgba(255,255,255,.7); padding: 8px 16px; }
.hero { min-height: 100svh; position: relative; display: flex; align-items: end; overflow: hidden; background: #625345; }
.hero-image { background-image: url("assets/tulum-retreat-hero.png"); background-size: cover; background-position: center; }
.hero-image { position: absolute; inset: 0; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,28,23,.68) 0%, rgba(35,28,23,.25) 48%, rgba(35,28,23,.08) 100%), linear-gradient(0deg, rgba(35,28,23,.42), transparent 55%); }
.hero-copy { position: relative; z-index: 1; color: #fffaf1; padding: 18vh 7vw 9vh; max-width: 860px; }
.eyebrow { margin: 0 0 24px; font-size: .73rem; font-weight: 500; letter-spacing: .17em; color: var(--gold); }
.hero .eyebrow { color: #e8d6b8; }
h1, h2, h3 { font-family: "Italiana", serif; font-weight: 400; margin: 0; line-height: 1.04; }
h1 { font-size: clamp(4.4rem, 10vw, 9.5rem); letter-spacing: -.03em; }
h2 { font-size: clamp(3rem, 5.5vw, 6rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.8rem, 2.7vw, 2.8rem); }
.hero-sub { font-family: "Italiana", serif; font-size: clamp(1.25rem, 2vw, 1.9rem); margin: 20px 0 28px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-bottom: 36px; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.button { display: inline-block; padding: 15px 26px; font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; text-decoration: none; transition: .25s ease; }
.button.light { border: 1px solid #fffaf1; }
.button.light:hover { background: #fffaf1; color: var(--brown); }
.button.dark { background: var(--brown); color: var(--ivory); }
.button.dark:hover { background: var(--gold); }
.section-pad { padding: 120px 7vw; }
.opening-question {
  background: var(--sand);
  text-align: center;
  padding-left: max(7vw, calc((100vw - 1180px) / 2));
  padding-right: max(7vw, calc((100vw - 1180px) / 2));
}
.opening-question h2 { max-width: 1120px; margin: 0 auto; }
.opening-question > p:last-child { max-width: 720px; margin: 38px auto 0; color: var(--brown-soft); font-size: 1.08rem; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: start; }
.intro-text { max-width: 590px; font-size: 1.08rem; }
.intro-text p:first-child { margin-top: 0; }
.framework { padding-top: 0; }
.framework-intro { display: grid; grid-template-columns: .55fr 1.1fr .65fr; gap: 5vw; align-items: end; padding: 86px 0 72px; border-top: 1px solid var(--line); }
.framework-intro > p:last-child { margin: 0; }
.framework-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.framework-grid article { background: var(--ivory); padding: clamp(38px, 4vw, 64px); min-height: 390px; }
.framework-grid h3 { margin-bottom: 24px; }
.framework-grid article > p:last-child { color: var(--brown-soft); }
.place { padding-top: 0; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 760px; }
.place-card { background: var(--sand); padding: clamp(48px, 7vw, 105px); display: flex; flex-direction: column; justify-content: center; }
.place-card p:not(.eyebrow) { max-width: 510px; margin-top: 32px; }
.small-note { font-size: .8rem; color: var(--brown-soft); }
.place-gallery {
  min-height: 760px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  grid-template-rows: 1.7fr 1fr;
  gap: 8px;
  background: var(--ivory);
}
.place-photo { margin: 0; overflow: hidden; min-width: 0; min-height: 0; }
.place-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.place-photo-main { grid-column: 1 / -1; }
.place-photo-main img { object-position: center 44%; }
.place-photo-courtyard img { object-position: center 58%; }
.place-photo-shala img { object-position: center; }
.journey { background: #f0e8dc; }
.section-heading { display: grid; grid-template-columns: .55fr 1.1fr .65fr; gap: 5vw; align-items: end; padding-bottom: 72px; border-bottom: 1px solid var(--line); }
.section-heading > p:last-child { margin: 0; }
.days { max-width: 1240px; margin: auto; }
.day { display: grid; grid-template-columns: 70px 1fr 280px; gap: 4vw; padding: 54px 0; border-bottom: 1px solid var(--line); }
.day-no { color: var(--gold); font-size: .75rem; letter-spacing: .12em; padding-top: 8px; }
.date, .role { font-size: .7rem; color: var(--gold); letter-spacing: .15em; font-weight: 500; margin: 0 0 10px; }
.day h3 { margin-bottom: 16px; }
.day p { max-width: 650px; margin-top: 0; }
.day ul { list-style: none; margin: 4px 0 0; padding: 0; color: var(--brown-soft); font-size: .86rem; }
.day li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.schedule-note { margin: 34px 0 0 auto; max-width: 560px; color: var(--brown-soft); font-size: .82rem; font-style: italic; text-align: right; }
.guides { background: var(--brown); color: var(--ivory); }
.guides > h2 { max-width: 850px; }
.guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.18); margin-top: 80px; }
.guide-grid article { background: var(--brown); padding: 45px 38px; }
.guide-grid article > span { color: #caa878; font-size: .7rem; }
.guide-grid h3 { margin: 55px 0 12px; }
.guide-grid p:last-child { color: #d9cfc4; }
.included { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; }
.not-included { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; padding-top: 0; }
.included-list p { margin: 0; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
.included-list span { color: var(--gold); font-size: .7rem; margin-right: 24px; }
.rooms { background: var(--sand); }
.section-heading.compact { grid-template-columns: .4fr 1fr; }
.room-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 54px; }
.room-grid article { background: var(--ivory); padding: clamp(38px, 5vw, 72px); min-height: 390px; display: flex; flex-direction: column; }
.room-grid article > p:not(.eyebrow,.price) { max-width: 440px; }
.price { margin-top: auto; border-top: 1px solid var(--line); padding-top: 22px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.faq { max-width: 1100px; margin: auto; }
.faq h2 { margin-bottom: 50px; }
details { border-top: 1px solid var(--line); padding: 24px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-family: "Italiana", serif; font-size: 1.65rem; list-style: none; }
summary::after { content: "+"; float: right; font-family: "DM Sans",sans-serif; color: var(--gold); }
details[open] summary::after { content: "–"; }
details p { max-width: 720px; color: var(--brown-soft); }
.reserve { text-align: center; background: #e4d7c5; }
.reserve h2 { margin-bottom: 28px; }
.reserve > p:not(.eyebrow) { max-width: 560px; margin: 0 auto 34px; }
footer { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 24px; padding: 34px 7vw; background: var(--brown); color: #d9cfc4; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 850px) {
  .site-header { padding: 22px 6vw; }
  nav a:not(.nav-cta) { display: none; }
  .hero-copy { padding: 18vh 7vw 8vh; }
  .hero-meta { flex-direction: column; gap: 6px; }
  .section-pad { padding: 82px 7vw; }
  .intro-grid, .place, .included, .not-included, .section-heading, .section-heading.compact, .framework-intro { grid-template-columns: 1fr; }
  .intro-grid { gap: 42px; }
  .framework-intro { gap: 26px; padding: 64px 0 46px; }
  .framework-grid { grid-template-columns: 1fr; }
  .framework-grid article { min-height: auto; }
  .place { padding-top: 0; }
  .place-gallery { min-height: 650px; grid-template-columns: 1fr 1fr; grid-template-rows: 420px 220px; order: -1; }
  .section-heading { gap: 26px; padding-bottom: 46px; }
  .day { grid-template-columns: 42px 1fr; gap: 18px; }
  .day ul { grid-column: 2; }
  .schedule-note { text-align: left; }
  .guide-grid, .room-grid { grid-template-columns: 1fr; }
  .guide-grid article { padding: 36px 28px; }
  .guide-grid h3 { margin-top: 30px; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p:nth-child(2), footer p:last-child { text-align: left; }
}

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