/* Shared visual language for the wedding collection and new wedding stories. */
.wedding-collection {
  --wc-paper: #f8f6f0;
  --wc-ink: #303d33;
  --wc-muted: #62695f;
  --wc-line: #d7d9cd;
  --wc-sage: #e8ebe1;
  background: var(--wc-paper);
  color: var(--wc-ink);
  font-family: var(--font-sansserif), sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
.wedding-collection * { box-sizing: border-box; }
.wc-shell { max-width: 1440px; margin: 0 auto; padding: 64px 5% 88px; }
.wedding-collection h1, .wedding-collection h2, .wedding-collection h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--wc-ink);
  font-weight: 400;
  text-transform: none;
  line-height: 1.15;
  margin: 0;
}
.wedding-collection a { color: inherit; }
.wedding-collection a:focus-visible, .wc-lightbox button:focus-visible, .wc-lightbox a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
.wedding-collection p { margin: 0; }
.wedding-collection .wc-eyebrow { font: 700 11px/1.5 var(--font-sansserif), sans-serif; letter-spacing: .19em; text-transform: uppercase; margin-bottom: 20px; }
.wc-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 48px; }
.wc-intro h1 { font-size: clamp(42px, 4.7vw, 68px); }
.wc-intro h1 em { color: #65745d; }
.wc-intro-copy { max-width: 350px; padding-bottom: 6px; color: var(--wc-muted); }
.wc-feature { display: grid; grid-template-columns: 1.5fr 1fr; background: var(--wc-sage); }
.wc-feature-photo { position: relative; display: block; min-height: 550px; overflow: hidden; }
.wc-feature-photo > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 48% center; transition: transform .65s ease; }
.wc-feature-photo:hover > img { transform: scale(1.025); }
.wc-photo-note { position: absolute; bottom: 24px; left: 24px; padding: 8px 13px; font-size: 11px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; background: var(--wc-paper); }
.wc-feature-copy { align-self: center; padding: 42px 38px; }
.wc-feature-copy h2 { font-size: clamp(36px, 3.4vw, 52px); }
.wc-feature-copy h2 em { color: #65745d; }
.wedding-collection .wc-date { margin-top: 15px; color: var(--wc-muted); font-size: 14px; }
.wedding-collection .wc-feature-description { margin: 22px 0; max-width: 340px; }
.wc-text-link { display: inline-flex; align-items: center; gap: 25px; padding: 5px 0 8px; border-bottom: 1px solid #84907a; font-size: 15px; line-height: 1.5; font-weight: 700; text-decoration: none; }
.wc-text-link:hover { border-bottom-color: var(--wc-ink); }
.wc-text-link span { font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.wc-text-link:hover span { transform: translateX(3px); }
.wc-feature-details { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 29px; }
.wc-feature-details img { display: block; width: 100%; height: 102px; object-fit: cover; }
.wedding-collection .wc-credit { margin-top: 17px; font-size: 12px; line-height: 1.65; color: var(--wc-muted); }
.wc-credit a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #a5ad9c; }
.wc-credit a:hover { text-decoration-color: currentColor; }
.wc-archive { margin-top: 82px; }
.wc-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 32px; }
.wc-section-heading .wc-eyebrow { margin-bottom: 12px; }
.wc-section-heading h2 { font-size: clamp(28px, 2.8vw, 40px); }
.wc-section-heading > p { font-size: 15px; color: var(--wc-muted); }
.wc-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 48px 28px; }
.wc-card-link { display: block; text-decoration: none; }
.wc-card-photo { aspect-ratio: 4 / 3; overflow: hidden; position: relative; background: var(--wc-sage); }
.wc-card-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wc-card-link:hover img { transform: scale(1.035); }
.wc-card-arrow { display: grid; place-items: center; position: absolute; right: 14px; bottom: 14px; width: 36px; height: 36px; background: var(--wc-paper); color: var(--wc-ink); border-radius: 50%; font-size: 22px; }
.wc-card-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 10px; margin: 19px 0 9px; font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .09em; color: var(--wc-muted); }
.wc-card-meta > span { font-weight: 700; }
.wc-card h3 { font-size: clamp(26px,2.3vw,34px); }
.wc-card-action { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--wc-line); padding: 13px 0 14px; font-size: 13px; font-weight: 700; }
.wc-card-link:hover .wc-card-action { border-color: var(--wc-ink); }
.wc-card .wc-credit { margin-top: 10px; }
.wc-invitation { background: var(--wc-sage); padding: 38px 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.wc-invitation h3 { font-size: 38px; margin-bottom: 20px; }
.wc-invitation > p:not(.wc-eyebrow) { font-size: 16px; }
.wc-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 13px 21px; background: var(--wc-ink); color: #fff !important; font-size: 14px; line-height: 1.5; font-weight: 700; text-decoration: none; }
.wc-button:hover { background: #4b614b; }
.wc-invitation .wc-button { margin: 25px 0 18px; }
.wc-invitation .wc-text-link { font-size: 12px; gap: 12px; }
/* Individual wedding story. Images retain their original proportions. */
.wc-back { font-size: 13px; display: inline-flex; gap: 12px; align-items: center; margin-bottom: 38px; padding: 5px 0; }
.wc-story-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 40px; }
.wc-story-header h1 { font-size: clamp(38px,5.2vw,74px); }
.wc-story-header h1 em { color: #65745d; }
.wc-story-meta { min-width: 230px; border-left: 1px solid var(--wc-line); padding-left: 28px; padding-bottom: 5px; }
.wc-story-meta .wc-credit { margin-top: 7px; }
.wc-story-hero { margin: 0; }
.wc-story-hero img { display: block; width: 100%; height: auto; }
.wc-story-hero--pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.wc-story-intro { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 38px 0; border-bottom: 1px solid var(--wc-line); }
.wc-story-intro > p { max-width: 500px; font-family: 'Playfair Display', Georgia, serif; font-size: 22px; line-height: 1.6; }
.wc-chapters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.wc-chapters a { padding: 10px 0; border-bottom: 1px solid #84907a; font-size: 13px; }
.wc-chapter { margin-top: 58px; scroll-margin-top: calc(var(--info-bar-height, 45px) + var(--nav-height, 75px) + 24px); }
.wc-chapter-heading { display: flex; align-items: baseline; gap: 18px; margin-bottom: 24px; }
.wc-chapter-heading > span { font-size: 12px; color: var(--wc-muted); }
.wc-chapter h2 { font-size: 34px; }
.wc-photo-grid { columns: 3; column-gap: 18px; }
.wc-gallery-photo { display: block; position: relative; margin-bottom: 18px; break-inside: avoid; overflow: hidden; background: var(--wc-sage); }
.wc-gallery-photo img { display: block; width: 100%; height: auto; transition: opacity .25s; }
.wc-gallery-photo:hover img { opacity: .86; }
.wc-gallery-photo:focus-visible { outline-offset: -5px !important; outline-color: white !important; }
.wc-story-end { margin-top: 65px; padding: 45px 0 0; border-top: 1px solid var(--wc-line); text-align: center; }
.wc-story-end h2 { font-size: 38px; margin: 0 0 20px; }
.wc-story-end > p { color: var(--wc-muted); margin-bottom: 28px; }
.wc-story-end-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 25px 38px; }
/* Native modal supplies focus containment, background inertness, and Escape. */
.wc-lightbox { border: 0; padding: 0; margin: 0; width: 100vw; max-width: none; height: 100vh; height: 100dvh; max-height: none; background: #1d231f; color: #f8f6f0; font-family: var(--font-sansserif), sans-serif; }
.wc-lightbox[open] { display: flex; flex-direction: column; }
.wc-lightbox::backdrop { background: #1d231f; }
.wc-lightbox-top { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; gap: 20px; flex-shrink: 0; }
.wc-lightbox-title { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: 18px; }
.wc-lightbox button { display: grid; place-items: center; flex-shrink: 0; border: 1px solid #768073; border-radius: 50%; width: 46px; height: 46px; padding: 0; background: transparent; color: inherit; cursor: pointer; font-size: 26px; line-height: 1; }
.wc-lightbox button:hover { background: #3c473d; }
.wc-lightbox-stage { display: grid; grid-template-columns: 48px minmax(0,1fr) 48px; align-items: center; gap: 20px; min-height: 0; flex: 1; padding: 0 24px; }
.wc-lightbox-image-wrap { height: 100%; min-height: 0; display: flex; align-items: center; justify-content: center; }
.wc-lightbox-image { width: 100%; height: 100%; object-fit: contain; }
.wc-lightbox-bottom { text-align: center; padding: 15px 24px 22px; font-size: 12px; line-height: 1.5; flex-shrink: 0; }
.wc-lightbox-bottom p { margin: 0 0 5px; }
.wc-lightbox-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
html.wc-viewer-open { overflow: hidden; }
@media (max-width: 1000px) {
  .wc-shell { padding-left: 4%; padding-right: 4%; }
  .wc-feature { grid-template-columns: 1.15fr 1fr; }
  .wc-feature-copy { padding: 32px 26px; }
  .wc-feature-photo { min-height: 530px; }
  .wc-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wc-section-heading > p { max-width: 230px; }
  .wc-story-intro { align-items: flex-start; flex-direction: column; gap: 16px; }
  .wc-chapters { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .wc-shell { padding: 36px 22px 56px; }
  .wc-intro { display: block; margin-bottom: 30px; }
  .wc-intro h1 { font-size: clamp(40px,8vw,58px); }
  .wc-intro-copy { margin-top: 22px !important; max-width: 430px; }
  .wc-feature { grid-template-columns: 1fr; }
  .wc-feature-photo { min-height: 0; aspect-ratio: 4 / 3; }
  .wc-feature-copy { padding: 30px; }
  .wc-feature-copy h2 { font-size: 43px; }
  .wc-feature-copy h2 br { display: none; }
  .wc-feature-details { max-width: 400px; }
  .wc-feature-details img { height: 120px; }
  .wc-photo-note { bottom: 16px; left: 16px; font-size: 9px; }
  .wc-archive { margin-top: 50px; }
  .wc-section-heading { display: block; margin-bottom: 27px; }
  .wc-section-heading > p { max-width: none; margin-top: 16px; }
  .wc-story-header { display: block; }
  .wc-story-meta { margin-top: 24px; }
  .wc-story-header h1 { font-size: clamp(36px,7vw,54px); }
  .wc-story-hero--pair { gap: 12px; }
  .wc-back { margin-bottom: 28px; }
  .wc-photo-grid { columns: 2; column-gap: 12px; }
  .wc-gallery-photo { margin-bottom: 12px; }
}
@media (max-width: 600px) {
  .wc-grid { grid-template-columns: 1fr; gap: 38px; }
  .wc-card h3 { font-size: 32px; }
  .wc-card-meta { font-size: 11px; }
  .wc-card-action { font-size: 14px; }
  .wc-feature-copy { padding: 27px 24px; }
  .wc-feature-copy h2 { font-size: 36px; }
  .wc-feature-copy h2 br { display: block; }
  .wc-feature-details img { height: 100px; }
  .wc-invitation { padding: 36px 30px; }
  .wc-story-intro > p { font-size: 19px; }
  .wc-chapters { gap: 18px; }
  .wc-chapter h2 { font-size: 28px; }
  .wc-chapter { margin-top: 40px; }
  .wc-story-end h2 { font-size: 32px; }
  .wc-lightbox-top { padding: 10px 14px; }
  .wc-lightbox-title { font-size: 16px; }
  .wc-lightbox-stage { position: relative; display: flex; padding: 0 12px 56px; }
  .wc-lightbox-image-wrap { width: 100%; }
  .wc-lightbox-stage button { position: absolute; bottom: 0; }
  .wc-lightbox-prev { left: calc(50% - 58px); }
  .wc-lightbox-next { right: calc(50% - 58px); }
  .wc-lightbox-bottom { padding: 12px 20px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .wedding-collection img, .wc-text-link span { transition: none; }
}
