:root {
  --ink: #142b29;
  --paper: #f6f0e7;
  --clay: #a65036;
  --moss: #3f6257;
  --mist: #dce5d7;
  --line: rgba(20, 43, 41, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 76rem; margin: 0 auto; padding: 1.35rem 1.5rem; }
.brand { text-decoration: none; font-family: var(--serif); font-size: 1.18rem; letter-spacing: .01em; }
.nav { display: flex; gap: 1.1rem; flex-wrap: wrap; justify-content: flex-end; }
.nav a { color: var(--ink); text-decoration: none; font-size: .86rem; font-weight: 650; padding-bottom: .2rem; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-color: var(--clay); color: var(--clay); }
.hero { min-height: 43rem; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(22rem, .95fr); background: var(--ink); color: white; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 8vw, 8rem) clamp(1.5rem, 7vw, 7rem); }
.eyebrow { margin: 0 0 1rem; color: #d1e2cf; font-size: .75rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.06; }
h1 { max-width: 11ch; margin: 0; font-size: clamp(3.2rem, 7vw, 6.6rem); }
.hero .lead { max-width: 35rem; margin: 1.75rem 0 0; color: #e6ede3; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-art { min-height: 30rem; background: linear-gradient(90deg, var(--ink) 0%, transparent 26%), url("assets/yourte-voyage-sonore.png") center/cover no-repeat; }
.button { display: inline-block; width: fit-content; margin-top: 2rem; padding: .75rem 1.1rem; background: #e2ecdc; color: var(--ink); text-decoration: none; font-size: .88rem; font-weight: 750; }
.button:hover { background: white; }
.wrap { max-width: 76rem; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.intro { max-width: 50rem; font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.2; margin: 0; }
.grid-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3.2rem; background: var(--line); border: 1px solid var(--line); }
.grid-three article { padding: 1.7rem; background: var(--paper); }
.grid-three h2 { margin: 0 0 .55rem; font-size: 1.5rem; }
.grid-three p { margin: 0; font-size: .95rem; }
.section-dark { background: var(--moss); color: white; }
.section-dark .wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.section-dark h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); }
.section-dark p { max-width: 44rem; margin: 0; color: #edf2e8; font-family: var(--serif); font-size: 1.35rem; }
.date-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.date { border-top: 2px solid var(--clay); padding-top: .8rem; }
.date strong { display: block; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.date span { font-size: .9rem; }
.site-footer { display: flex; justify-content: space-between; gap: 2rem; max-width: 76rem; margin: 0 auto; padding: 2.4rem 1.5rem; color: #49625c; font-size: .8rem; border-top: 1px solid var(--line); }
.site-footer a { text-decoration: none; }
.page-hero { padding: clamp(4rem, 8vw, 7rem) 1.5rem 3.5rem; background: var(--mist); }
.page-hero > div, .content { max-width: 76rem; margin: 0 auto; }
.page-hero h1 { max-width: 15ch; font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p { max-width: 42rem; margin: 1rem 0 0; font-family: var(--serif); font-size: 1.35rem; }
.content { padding: 4.5rem 1.5rem 6rem; }
.content.narrow { max-width: 53rem; }
.flow { display: grid; grid-template-columns: .23fr 1fr; gap: 1.5rem 2rem; margin: 0; padding: 0; list-style: none; }
.flow li { display: contents; }
.flow .number { color: var(--clay); font-family: var(--serif); font-size: 1.7rem; }
.flow h2 { margin: 0 0 .35rem; font-size: 1.65rem; }
.flow p { margin: 0 0 1.8rem; max-width: 42rem; }
.people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.person { padding: 2.3rem; background: var(--paper); }
.person-with-portrait { display: grid; grid-template-columns: 8.5rem 1fr; column-gap: 1.4rem; align-items: center; }
.portrait { grid-row: span 3; width: 8.5rem; height: 8.5rem; object-fit: cover; object-position: center; border: 3px solid var(--mist); border-radius: 50%; box-shadow: 0 .55rem 1.1rem rgba(20, 43, 41, .10); filter: saturate(.74) sepia(.12) contrast(.96); }
.portrait-claude { object-position: center 72%; }
.portrait-nirina { object-position: center 26%; }
.person h2 { margin: 0 0 .3rem; font-size: 2.1rem; }
.person .role { color: var(--clay); font-size: .78rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.person p { margin: 1.2rem 0 0; }
.schedule { width: 100%; border-collapse: collapse; margin-top: 2rem; }
.schedule th, .schedule td { padding: 1.1rem .2rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.schedule th { width: 40%; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.note { margin-top: 2.2rem; padding: 1.4rem 1.5rem; background: var(--mist); font-family: var(--serif); font-size: 1.18rem; }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; padding: 3rem; background: var(--ink); color: white; }
.contact-panel h2 { margin: 0; font-size: 2.7rem; }
.contact-panel p { margin: 0; color: #e4ece2; font-family: var(--serif); font-size: 1.25rem; }
.contact-panel .button { margin-top: 1.4rem; }
.booking-form { display: grid; gap: .65rem; }
.booking-form label { font-weight: 700; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; box-sizing: border-box; border: 1px solid #b9c7b7; border-radius: 2px; padding: .72rem .8rem; font: inherit; color: var(--ink); background: #fff; }
.booking-form textarea { resize: vertical; }
.booking-form .button { justify-self: start; border: 0; cursor: pointer; }
.form-note { font-size: .95rem !important; line-height: 1.45; }
.form-note a { color: #fff; }
@media (max-width: 720px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: .85rem; }
  .nav { justify-content: flex-start; gap: .75rem 1rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 35rem; }
  .hero-art { min-height: 20rem; background: url("assets/yourte-voyage-sonore.png") center/cover no-repeat; }
  .grid-three, .date-strip, .people, .contact-panel, .section-dark .wrap { grid-template-columns: 1fr; }
  .section-dark .wrap { gap: 1.5rem; }
  .site-footer { flex-direction: column; gap: .6rem; }
  .schedule th { width: 47%; }
}
