:root {
  --paper: #f6f0e7;
  --paper-light: #fcf9f3;
  --paper-deep: #e8dccb;
  --ink: #191814;
  --muted: #605b53;
  --green: #0d3b30;
  --green-light: #315e50;
  --brass: #a5794d;
  --line: rgba(40, 34, 26, .17);
  --shadow: 0 24px 60px rgba(50, 38, 22, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; }
body { margin: 0; background: var(--paper-light); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #c29156; outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.05; text-wrap: balance; }
h1 { font-size: clamp(3.4rem, 8vw, 7.2rem); letter-spacing: -.055em; }
h2 { margin-bottom: .7em; font-size: clamp(2.3rem, 5vw, 4.15rem); letter-spacing: -.04em; }
h3 { font-size: clamp(1.4rem, 2vw, 2rem); }
p { text-wrap: pretty; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: clamp(70px, 9vw, 130px) 0; border-top: 1px solid var(--line); }
.lead { max-width: 690px; color: #48453f; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.5; }
.eyebrow, .section-label { color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.section-label span { width: 24px; height: 1px; background: currentColor; }
.skip-link { position: fixed; top: 10px; left: -9999px; z-index: 100; padding: 10px 16px; background: white; color: var(--green); }
.skip-link:focus { left: 10px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 12px 22px; border: 1px solid var(--green); border-radius: 3px; background: var(--green); color: #fff; font-family: var(--serif); line-height: 1.2; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: #082d24; transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--green); }
.button.secondary:hover { background: var(--green); color: white; }
.text-link { color: var(--green); font-family: var(--serif); text-decoration-thickness: 1px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.button-row.vertical { flex-direction: column; align-items: flex-start; justify-content: center; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(252,249,243,.94); }
.header-inner { min-height: 94px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 24px; }
.brand { width: 54px; height: 66px; display: block; overflow: hidden; }
.brand img { width: 54px; height: auto; }
.primary-nav { justify-self: center; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(15px, 2.4vw, 31px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; display: block; padding: 12px 0; font-family: var(--serif); font-size: .95rem; text-decoration: none; white-space: nowrap; }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--green); transition: right .2s; }
.primary-nav a:hover::after, .primary-nav a[aria-current]::after { right: 0; }
.header-cta { white-space: nowrap; }
.nav-toggle { display: none; }

.paper-texture { background-color: var(--paper); background-image: radial-gradient(rgba(110,87,55,.07) .7px, transparent .7px), linear-gradient(90deg, rgba(255,255,255,.25), transparent 45%, rgba(118,90,52,.035)); background-size: 6px 6px, 100% 100%; }
.hero { position: relative; min-height: min(790px, calc(100vh - 94px)); display: grid; align-items: center; overflow: hidden; background-color: #f3eade; background-image: linear-gradient(90deg, rgba(248,243,235,.98) 0%, rgba(248,243,235,.93) 31%, rgba(248,243,235,.40) 55%, rgba(248,243,235,.03) 78%), url('../img/fountain-pen.png'); background-repeat: no-repeat; background-position: center, center right; background-size: cover, cover; }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 24%; background: linear-gradient(transparent, rgba(246,240,231,.82)); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; padding-block: clamp(75px, 11vw, 145px); }
.hero-copy { max-width: 690px; }
.hero h1 { margin: .04em 0 0; }
.hero-heading { max-width: 650px; margin-bottom: 16px; font-family: var(--serif); font-size: clamp(2.1rem, 4.6vw, 4.4rem); line-height: 1.02; letter-spacing: -.04em; }
.hero .lead { max-width: 570px; margin-bottom: 30px; color: #383630; }
.hand-note { color: #725d49; font-family: 'Segoe Print', 'Bradley Hand', cursive; font-size: 1.15rem; font-style: italic; line-height: 1.55; transform: rotate(-6deg); }
.hero-note { position: absolute; right: 2%; bottom: 10%; text-align: center; }

.split-feature { display: grid; grid-template-columns: minmax(260px, .75fr) 1.3fr; gap: clamp(45px, 9vw, 120px); align-items: center; }
.polaroid { width: min(100%, 410px); margin: 0; padding: 13px 13px 38px; background: #fff; box-shadow: var(--shadow); transform: rotate(-3deg); }
.polaroid img { aspect-ratio: 4 / 3; object-fit: cover; }
.polaroid figcaption { margin: 17px 5px -18px; color: #665748; font-family: 'Segoe Print', cursive; font-size: .9rem; text-align: center; }
.feature-copy { max-width: 690px; }
.feature-copy p { max-width: 670px; font-family: var(--serif); font-size: 1.15rem; }

.retreat-preview { background: #f4eee5; }
.retreat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.retreat-grid h2 span { font-size: .72em; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.chips li { padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.52); font-size: .82rem; }
.retreat-photo { position: relative; margin: 0; padding: 13px; background: white; box-shadow: var(--shadow); transform: rotate(2deg); }
.retreat-photo img { width: 100%; max-height: 520px; object-fit: cover; }
.retreat-photo figcaption { position: absolute; left: -25px; bottom: 20px; padding: 18px 30px; background: var(--paper-light); box-shadow: 0 10px 25px rgba(0,0,0,.12); color: #675543; font-family: 'Segoe Print', cursive; font-size: .9rem; transform: rotate(-5deg); }

.organisers-preview { background: var(--paper-light); }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.person-card { display: grid; grid-template-columns: 150px 1fr; gap: 28px; align-items: center; padding: 30px clamp(0px, 4vw, 55px); border-right: 1px solid var(--line); }
.person-card:last-child { border-right: 0; }
.person-card img { width: 150px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; object-position: center 24%; filter: saturate(.82) contrast(.96); }
.person-card h3 { margin-bottom: 7px; }
.person-card p { margin-bottom: 7px; color: var(--muted); font-size: .93rem; line-height: 1.5; }
.profile-list { display: grid; gap: 30px; }
.profile-list .person-card { grid-template-columns: minmax(180px, 260px) 1fr; border: 1px solid var(--line); padding: clamp(24px, 5vw, 60px); }
.profile-list .person-card img { width: 100%; border-radius: 2px; aspect-ratio: 4/5; }
.profile-list .person-card h3 { font-size: 2.7rem; }

.quotes-preview { background: #f7f1e8; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.quote-grid, .quote-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.quote-card { position: relative; margin: 0; padding: 35px clamp(25px, 4vw, 50px); border-left: 1px solid var(--line); }
.quote-card::before { content: '“'; position: absolute; top: 10px; left: 20px; color: #cab69c; font-family: var(--serif); font-size: 5rem; line-height: 1; }
.quote-card blockquote { position: relative; margin: 0 0 24px; font-family: var(--serif); font-size: 1.05rem; line-height: 1.5; }
.quote-card figcaption { display: grid; color: var(--muted); font-size: .8rem; }
.quote-card figcaption strong { color: var(--ink); }
.quote-wall { gap: 18px; }
.quote-wall .quote-card { border: 1px solid var(--line); background: #fffdfa; }

.gallery-preview { padding-bottom: 0; }
.gallery-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.gallery-strip img { width: 100%; height: 270px; object-fit: cover; }
.masonry { columns: 3; column-gap: 18px; }
.masonry figure { margin: 0 0 18px; break-inside: avoid; background: #eee; }
.masonry img { width: 100%; }

.final-cta { padding: clamp(70px, 9vw, 120px) 0; border-top: 1px solid var(--line); }
.final-cta .shell { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; text-align: center; }
.final-cta .hand-note { justify-self: start; }
.final-cta h2 { font-size: clamp(2rem, 4vw, 3.5rem); }

.site-footer { padding: 55px 0 24px; background: var(--green); color: #f9f2e8; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .65fr 1.25fr .95fr; gap: 42px; align-items: start; }
.footer-brand img { width: 55px; filter: brightness(0) invert(1); }
.footer-brand .eyebrow { margin-top: 16px; color: #c7d6d0; font-size: .6rem; }
.site-footer nav { display: grid; gap: 4px; }
.site-footer a { color: inherit; }
.site-footer nav a { text-decoration: none; }
.site-footer blockquote { margin: 15px 0; font-family: var(--serif); font-size: 1.25rem; font-style: italic; text-align: center; }
.footer-contact { overflow-wrap: anywhere; }
.footer-base { display: flex; justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.25); color: #ccd9d4; font-size: .72rem; }

.page-intro { padding: clamp(75px, 10vw, 140px) 0; border-bottom: 1px solid var(--line); }
.page-intro h1 { margin-bottom: 20px; font-size: clamp(3.3rem, 7vw, 6.5rem); }
.prose-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: clamp(45px, 8vw, 110px); align-items: start; }
.prose { max-width: 720px; }
.prose h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.prose h3 { margin-top: 1.7em; }
.prose p, .legal p, .legal li { font-family: var(--serif); font-size: 1.08rem; }
.editorial-image { margin: 0; padding: 12px; background: white; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.profile-feature { display: grid; grid-template-columns: minmax(280px, 460px) 1fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.profile-feature figure { margin: 0; }
.profile-feature figure img { width: 100%; max-height: 670px; object-fit: cover; object-position: center 25%; }
.profile-feature figcaption { margin-top: 8px; color: var(--muted); font-size: .75rem; }
.fact-card { position: sticky; top: 30px; padding: clamp(28px, 5vw, 50px); background: var(--green); color: white; box-shadow: var(--shadow); }
.fact-card h2 { font-size: 2.25rem; }
.fact-card .eyebrow { color: #cddbd6; }
.fact-card dl { margin: 0 0 28px; }
.fact-card dl div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.2); }
.fact-card dt { color: #bfd0ca; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.fact-card dd { margin: 0; font-family: var(--serif); }
.fact-card .button { border-color: white; background: white; color: var(--green); }
.tone { background: var(--paper-deep); }
.tone .lead { max-width: 900px; }
.schedule { display: grid; gap: 20px; }
.day { display: grid; grid-template-columns: minmax(180px, .34fr) 1fr; gap: clamp(30px, 7vw, 100px); padding: clamp(28px, 5vw, 60px) 0; border-top: 1px solid var(--line); }
.day:first-child { border-top: 0; }
.day h2 { position: sticky; top: 25px; font-size: 3.6rem; }
.day h3 { margin: 0 0 10px; color: var(--green); font-size: 1.35rem; }
.day ul { margin: 0 0 30px; padding-left: 1.3em; }
.legal section { margin: 55px 0; }
.legal h2 { font-size: clamp(1.8rem, 4vw, 2.65rem); }
.legal li + li { margin-top: 12px; }
.notice { padding: 20px 24px; border-left: 4px solid var(--brass); background: #f2e8db; }
.form-layout { display: grid; grid-template-columns: minmax(230px,.65fr) minmax(0,1.35fr); gap: clamp(40px, 8vw, 100px); align-items: start; }
.form-card { padding: clamp(24px, 5vw, 55px); border: 1px solid var(--line); background: white; box-shadow: 0 18px 50px rgba(56,42,25,.08); }
.fields { display: grid; gap: 18px; }
.fields.two { grid-template-columns: 1fr 1fr; }
form > label, .fields label { display: grid; gap: 7px; margin-bottom: 18px; font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
input, textarea, select { width: 100%; border: 1px solid #a89d8d; border-radius: 2px; background: #fffcf8; color: var(--ink); padding: 12px 13px; }
textarea { resize: vertical; min-height: 130px; }
input:focus, textarea:focus, select:focus { border-color: var(--green); outline: 3px solid rgba(165,121,77,.28); }
.check { grid-template-columns: 22px 1fr; align-items: start; font-weight: 400; letter-spacing: 0; }
.check input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--green); }
.form-note { color: var(--muted); font-size: .8rem; }
.honeypot { position: absolute; left: -9999px; }
.form-status { margin-bottom: 25px; padding: 18px 22px; border-left: 4px solid var(--green); background: #edf4f0; }
.form-status.error { border-color: #923b33; background: #f8eeee; }
.form-status h2 { margin-bottom: 5px; font-family: var(--sans); font-size: 1rem; font-weight: 700; }
.form-status ul { margin: 0; padding-left: 1.2em; }
.contact-email { color: var(--green); font-family: var(--serif); font-size: clamp(1.1rem, 2.3vw, 1.55rem); overflow-wrap: anywhere; }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; }
.error-page h1 { font-size: clamp(3rem, 8vw, 6rem); }
.error-page .lead { margin-inline: auto; }

@media (max-width: 1060px) {
  :root { --shell: min(100% - 32px, 960px); }
  .header-inner { grid-template-columns: 70px 1fr auto; }
  .header-cta { display: none; }
  .primary-nav { justify-self: end; }
  .primary-nav ul { gap: 18px; }
  .hero { background-position: center, 61% center; }
  .hero-copy { max-width: 590px; }
  .hero-note { display: none; }
  .people-grid { grid-template-columns: 1fr; }
  .person-card { border-right: 0; border-top: 1px solid var(--line); }
  .quote-grid { grid-template-columns: 1fr 1fr; }
  .quote-grid .quote-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .site-header { background: var(--paper-light); }
  .header-inner { min-height: 78px; grid-template-columns: 60px 1fr; }
  .brand, .brand img { width: 44px; }
  .js .nav-toggle { justify-self: end; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
  .nav-toggle-label { font-family: var(--serif); }
  .nav-toggle-lines, .nav-toggle-lines::before, .nav-toggle-lines::after { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .2s, opacity .2s; }
  .nav-toggle-lines { position: relative; }
  .nav-toggle-lines::before, .nav-toggle-lines::after { content: ''; position: absolute; left: 0; }
  .nav-toggle-lines::before { top: -7px; }
  .nav-toggle-lines::after { top: 7px; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines { background: transparent; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::before { top: 0; transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::after { top: 0; transform: rotate(-45deg); }
  .primary-nav { grid-column: 1 / -1; width: 100%; justify-self: stretch; }
  .primary-nav ul { display: grid; gap: 0; padding: 10px 0 20px; }
  .primary-nav a { padding: 10px 0; font-size: 1.15rem; }
  .js .primary-nav { display: none; }
  .js .primary-nav.is-open { display: block; }
  .hero { min-height: 710px; align-items: end; background-image: linear-gradient(0deg, rgba(248,243,235,.99) 0%, rgba(248,243,235,.91) 46%, rgba(248,243,235,.08) 77%), url('../img/fountain-pen.png'); background-position: center, 72% top; background-size: cover, auto 62%; }
  .hero-inner { padding-top: 265px; padding-bottom: 68px; }
  .hero h1 { font-size: clamp(3.35rem, 15vw, 5.3rem); }
  .hero-heading { font-size: clamp(2rem, 9vw, 3rem); }
  .split-feature, .retreat-grid, .prose-grid, .profile-feature, .form-layout { grid-template-columns: 1fr; }
  .split-feature .polaroid { order: 2; }
  .retreat-photo { margin-top: 10px; }
  .section-heading-row { align-items: start; flex-direction: column; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-strip img { height: 240px; }
  .gallery-strip img:last-child { grid-column: 1 / -1; }
  .final-cta .shell { grid-template-columns: 1fr; }
  .final-cta .hand-note { display: none; }
  .day { grid-template-columns: 1fr; gap: 12px; }
  .day h2 { position: static; }
  .fact-card { position: static; }
  .masonry { columns: 2; }
}

@media (max-width: 580px) {
  :root { --shell: min(100% - 24px, 540px); }
  .section { padding: 65px 0; }
  .hero { min-height: 680px; background-position: center, 70% top; background-size: cover, auto 52%; }
  .hero-inner { padding-top: 245px; }
  .hero-copy .eyebrow { font-size: .62rem; }
  .button { width: 100%; }
  .button-row { align-items: stretch; flex-direction: column; }
  .polaroid { width: calc(100% - 20px); margin-inline: auto; }
  .retreat-photo figcaption { left: 10px; }
  .person-card, .profile-list .person-card { grid-template-columns: 1fr; padding: 25px 0; }
  .person-card img { width: 125px; }
  .profile-list .person-card { padding: 20px; }
  .profile-list .person-card img { width: 100%; }
  .quote-grid, .quote-wall { grid-template-columns: 1fr; }
  .quote-grid .quote-card:last-child { grid-column: auto; }
  .gallery-strip img { height: 185px; }
  .masonry { columns: 1; }
  .fields.two { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 22px 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer blockquote { text-align: left; }
  .footer-base { flex-direction: column; gap: 4px; }
  .page-intro { padding: 70px 0; }
}

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

@media print {
  .site-header, .site-footer, .final-cta, .button { display: none !important; }
  body { background: white; color: black; }
  .section, .page-intro { padding: 20px 0; }
}
