@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/cormorant-garamond.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/cormorant-garamond-italic.woff2?v=2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('/assets/dm-sans.woff2') format('woff2');
}

:root {
  color-scheme: light;
  --paper: #fcfaf6;
  --ink: #51453f;
  --muted: #756a63;
  --line: #d9cfc6;
  --sage: #dbe0d5;
  --sage-hover: #ccd4c5;
  --blush: #f2e8e4;
  --serif: 'Cormorant Garamond', 'Baskerville', 'Times New Roman', serif;
  --sans: 'DM Sans', 'Helvetica Neue', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; text-underline-offset: 6px; }
a:hover { text-decoration: underline; }
button { font: inherit; color: inherit; }
button, summary { cursor: pointer; }
:focus-visible { outline: 2px solid #627259; outline-offset: 6px; border-radius: 1px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h2 { font-size: clamp(40px, 4.2vw, 60px); letter-spacing: -.035em; }
h3 { font-size: 32px; letter-spacing: -.025em; }
p + p { margin-top: 20px; }
em { font-weight: 400; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: 12px; z-index: 20; padding: 10px 18px; background: var(--paper); border: 1px solid var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 110px; max-width: 1440px; margin: 0 auto; padding: 22px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; }
.site-header::after { content: ''; position: absolute; height: 1px; bottom: 0; left: 48px; right: 48px; background: var(--line); }
.wordmark { font-family: var(--serif); font-size: 29px; line-height: 1.2; letter-spacing: -.04em; white-space: nowrap; }
.wordmark:hover { text-decoration: none; }
.navigation { display: flex; align-items: center; gap: 36px; font-size: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 34px; background: var(--sage); border: 1px solid transparent; border-radius: 3px; font-size: 15px; line-height: 1.5; letter-spacing: .025em; transition: background .2s ease; }
.button:hover { background: var(--sage-hover); text-decoration: none; }
.button--small { min-height: 43px; padding: 10px 22px; font-size: 13px; border-color: #aab2a3; }
.menu-toggle { display: none; }
.eyebrow { font-size: 11px; line-height: 1.5; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; }

.hero { max-width: 1680px; margin: 0 auto; overflow: hidden; }
.hero__content { text-align: center; padding: 59px 24px 0; position: relative; z-index: 1; }
.hero h1 { margin-top: 20px; font-size: clamp(76px, 8.7vw, 124px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.hero h1 span { display: block; padding-top: 12px; font-size: .58em; font-style: italic; letter-spacing: -.035em; line-height: 1.15; color: #716158; }
.hero__date { margin-top: 24px; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
.hero__intro { font-size: 18px; line-height: 1.65; font-weight: 400; letter-spacing: .007em; margin: 17px 0 23px; }
.hero .button { min-width: 236px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid #a1978b; padding-bottom: 2px; font-size: 13px; }
.text-link:hover { text-decoration: none; border-color: var(--ink); }
.link-arrow { width: 20px; height: 17px; stroke: currentColor; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.hero__link { width: max-content; display: flex; margin: 11px auto 0; }
.hero__art { margin-top: -66px; position: relative; pointer-events: none; }
.hero__art img { width: 100%; height: auto; display: block; aspect-ratio: 3 / 1; object-fit: cover; object-position: center bottom; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%); mask-image: linear-gradient(to bottom, transparent, #000 20%); }

.welcome { background: var(--blush); text-align: center; position: relative; padding: 55px 24px 59px; }
.welcome h2 { font-size: clamp(37px, 4.2vw, 57px); }
.sprig { position: absolute; left: max(8%, calc(50% - 515px)); top: 52px; width: 63px; height: 88px; stroke: #a68d7f; stroke-width: .85; stroke-linecap: round; stroke-linejoin: round; }
.welcome__links { display: flex; justify-content: center; align-items: center; margin-top: 28px; font-size: 14px; }
.welcome__links a { padding: 0 35px; }
.welcome__links a + a { border-left: 1px solid #baa69d; }

.section { width: min(100% - 96px, 1060px); margin-inline: auto; padding-block: 112px; }
.day { display: grid; grid-template-columns: 1fr 1.08fr; gap: 90px; }
.day h2 { margin-top: 23px; }
.day__copy { padding-top: 2px; font-size: 15px; line-height: 1.9; }
.venue-note { margin-top: 32px; border-top: 1px solid var(--line); padding-top: 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 15px; }
.venue-note__label { grid-column: 1 / -1; color: var(--muted); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.venue-note__name { font-family: var(--serif); font-size: 27px; line-height: 1.5; margin-top: 2px; }
.venue-note .text-link { font-size: 12px; white-space: nowrap; }

.accommodation { border-top: 1px solid var(--line); }
.rooms { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin-top: 49px; }
.room { border-top: 1px solid var(--line); padding-top: 20px; }
.room__capacity { color: var(--muted); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.room h3 { margin: 16px 0 13px; }
.room > p:last-child, .stay-details p { font-size: 14px; line-height: 1.85; }
.stay-details { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; margin-top: 42px; padding: 30px 34px; background: #f5f0eb; }
.stay-details h3 { font-size: 28px; margin-bottom: 13px; }
.accommodation__source { margin-top: 24px; text-align: center; }

.journey { background: #eef0e9; }
.journey__inner { padding-block: 87px 91px; }
.section-intro { text-align: center; max-width: 630px; margin-inline: auto; }
.section-intro h2 { margin: 20px 0; }
.section-intro > p:last-child { max-width: 480px; margin-inline: auto; font-size: 15px; }
.journey__notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 60px; margin-top: 57px; }
.journey__notes > div { border-top: 1px solid #c8cec0; padding-top: 17px; }
.note-number { color: #626f58; font-family: var(--serif); font-size: 20px; font-style: italic; }
.journey__notes h3 { margin: 21px 0 12px; }
.journey__notes p { font-size: 14px; line-height: 1.85; }
.journey__notes .text-link { margin-top: 17px; justify-self: start; }
.journey__onward { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; border-top: 1px solid #c8cec0; margin-top: 48px; padding-top: 30px; }
.journey__onward p { font-size: 14px; line-height: 1.85; }
.journey__links { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 20px; }
.journey__timing { font-size: 12px; line-height: 1.8; color: #626956; margin-top: 35px; max-width: 650px; }

.practical { display: grid; grid-template-columns: 1fr 1.25fr; gap: 75px; }
.practical h2 { margin: 22px 0 19px; }
.practical__heading > p:last-child { font-size: 14px; max-width: 270px; }
.questions { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; list-style: none; padding: 21px 0; font-size: 14px; line-height: 1.6; }
summary::-webkit-details-marker { display: none; }
.details-icon { display: block; width: 12px; height: 12px; flex: 0 0 12px; position: relative; }
.details-icon::before, .details-icon::after { content: ''; position: absolute; width: 12px; height: 1px; background: #8b7a6e; top: 5px; left: 0; }
.details-icon::after { transform: rotate(90deg); transition: transform .2s; }
details[open] .details-icon::after { transform: rotate(0deg); }
.details-content { padding: 0 25px 23px 0; font-size: 14px; color: var(--muted); line-height: 1.85; }

.invitation { text-align: center; background: var(--blush); padding: 69px 24px 73px; }
.little-heart { width: 31px; height: 29px; stroke: #a68d7f; stroke-width: 1; display: block; margin: 0 auto 24px; }
.invitation h2 { margin-top: 20px; }
.invitation > p:not(.eyebrow) { margin-top: 24px; font-size: 15px; line-height: 1.9; }
.invitation__signoff { display: block; margin-top: 27px; font-family: var(--serif); font-style: italic; font-size: 31px; }
.site-footer { width: min(100% - 96px, 1344px); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 38px; }
.site-footer .wordmark { font-size: 27px; }
.site-footer p { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.site-footer > span { font-size: 11px; color: var(--muted); }

@media (min-width: 1500px) {
  .hero__art { margin-top: -83px; }
}

@media (max-width: 1000px) {
  .site-header { padding-inline: 32px; }
  .site-header::after { left: 32px; right: 32px; }
  .navigation { gap: 23px; }
  .hero__content { padding-top: 55px; }
  .hero__art { margin-top: -30px; }
  .sprig { left: 5%; width: 45px; }
  .section { width: calc(100% - 80px); padding-block: 85px; }
  .day { gap: 48px; }
  .practical { gap: 45px; }
  .rooms { gap: 24px; }
  .room h3 { font-size: 29px; }
  .stay-details { gap: 30px; padding: 28px; }
  .journey__notes { gap: 28px; }
  .journey__notes h3 { font-size: 29px; }
  .venue-note { grid-template-columns: 1fr; }
  .venue-note .text-link { justify-self: start; margin-top: 10px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 20px; }
  .site-header { min-height: 86px; padding: 24px; flex-wrap: wrap; gap: 12px; }
  .site-header::after { left: 24px; right: 24px; }
  .wordmark { font-size: 25px; }
  .navigation { width: 100%; justify-content: space-between; gap: 16px; font-size: 13px; }
  .navigation .button--small { display: none; }
  .js .menu-toggle { display: flex; align-items: center; justify-content: center; width: 44px; height: 40px; border: 0; background: transparent; padding: 8px; margin: -8px -7px -8px 0; }
  .menu-toggle__lines, .menu-toggle__lines::before, .menu-toggle__lines::after { width: 25px; height: 1px; background: var(--ink); display: block; position: relative; transition: transform .2s, background .2s; }
  .menu-toggle__lines::before, .menu-toggle__lines::after { content: ''; position: absolute; left: 0; }
  .menu-toggle__lines::before { top: -7px; }
  .menu-toggle__lines::after { top: 7px; }
  .menu-toggle[aria-expanded='true'] .menu-toggle__lines { background: transparent; }
  .menu-toggle[aria-expanded='true'] .menu-toggle__lines::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded='true'] .menu-toggle__lines::after { top: 0; transform: rotate(-45deg); }
  .js .navigation { display: none; }
  .js .navigation.is-open { display: flex; padding-bottom: 3px; }
  .hero__content { padding: 43px 24px 0; }
  .eyebrow { font-size: 9px; letter-spacing: .28em; }
  .hero h1 { max-width: 410px; margin: 20px auto 0; font-size: clamp(64px, 12.9vw, 91px); line-height: .97; letter-spacing: -.055em; }
  .hero h1 span { padding-top: 14px; font-size: .54em; letter-spacing: -.04em; white-space: nowrap; }
  .hero__date { margin-top: 22px; font-size: 10px; letter-spacing: .17em; }
  .hero__intro { font-size: 15px; max-width: 340px; margin: 17px auto 21px; line-height: 1.7; }
  .desktop-break { display: none; }
  .hero .button { min-width: 248px; min-height: 49px; font-size: 14px; }
  .hero__link { margin-top: 11px; font-size: 12px; }
  .hero__art { margin-top: 19px; }
  .hero__art img { width: 144%; max-width: none; margin-left: -15%; aspect-ratio: 3 / 1; }
  .welcome { padding: 36px 24px 41px; }
  .sprig { position: static; width: 34px; height: 45px; display: block; margin: 0 auto 15px; }
  .welcome h2 { font-size: clamp(32px, 7.7vw, 43px); }
  .welcome__links { margin-top: 21px; font-size: 12px; }
  .welcome__links a { padding: 0 15px; }
  .section { width: calc(100% - 48px); padding-block: 63px; }
  .day, .practical { grid-template-columns: 1fr; gap: 29px; }
  h2 { font-size: 45px; }
  .day h2 { margin-top: 15px; }
  .day__copy { font-size: 14px; }
  .venue-note { grid-template-columns: 1fr auto; margin-top: 25px; padding-top: 17px; }
  .venue-note__name { font-size: 25px; }
  .venue-note .text-link { margin-top: 0; }
  .section-intro h2 { margin: 17px 0; }
  .section-intro > p:last-child { font-size: 14px; }
  .rooms { grid-template-columns: 1fr; gap: 28px; margin-top: 34px; }
  .room h3 { margin-top: 11px; }
  .stay-details { grid-template-columns: 1fr; gap: 28px; margin-top: 30px; padding: 26px 22px; }
  .room > p:last-child, .stay-details p { font-size: 13px; }
  .accommodation__source .text-link { font-size: 12px; }
  .journey__notes { grid-template-columns: 1fr; gap: 28px; margin-top: 36px; }
  .journey__notes > div { padding-top: 20px; display: grid; grid-template-columns: 26px 1fr; column-gap: 18px; }
  .note-number { grid-column: 1; grid-row: 1 / 3; margin-top: 1px; }
  .journey__notes h3 { grid-column: 2; font-size: 29px; margin: 0 0 9px; }
  .journey__notes p { grid-column: 2; font-size: 13px; }
  .journey__notes .text-link { grid-column: 2; font-size: 12px; }
  .journey__onward { grid-template-columns: 1fr; gap: 15px; margin-top: 34px; padding-top: 26px; }
  .journey__onward h3 { font-size: 29px; }
  .journey__onward p { font-size: 13px; }
  .journey__links .text-link { font-size: 12px; }
  .journey__timing { font-size: 11px; margin-top: 28px; }
  .practical h2 { margin: 15px 0 14px; }
  .practical__heading > p:last-child { max-width: none; }
  summary { font-size: 13px; padding-block: 20px; }
  .details-content { font-size: 13px; }
  .invitation { padding: 48px 24px 52px; }
  .invitation h2 { font-size: clamp(35px, 8.3vw, 47px); margin-top: 17px; }
  .invitation > p:not(.eyebrow) { font-size: 13px; margin-top: 21px; }
  .invitation__signoff { font-size: 29px; margin-top: 24px; }
  .site-footer { width: calc(100% - 48px); flex-direction: column; gap: 16px; padding-block: 33px; text-align: center; }
  .site-footer .wordmark { font-size: 29px; }
  .site-footer p { font-size: 9px; }
  .site-footer > span { font-size: 10px; }
}

@media (max-width: 370px) {
  .hero h1 { max-width: 255px; font-size: 67px; }
  .hero h1 span { font-size: 34px; margin-inline: -15px; }
  .hero__content { padding-inline: 22px; }
  .hero .button { min-width: 100%; }
  .welcome__links a { padding-inline: 11px; font-size: 11px; }
  .venue-note { grid-template-columns: 1fr; }
  .venue-note .text-link { margin-top: 10px; }
}

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