:root {
  --paper: #f7f7f4;
  --white: #fff;
  --ink: #20211f;
  --muted: #60645f;
  --wine: #642d3e;
  --mineral: #dfe5e3;
  --line: #d6dad4;
  --serif: "Bodoni Moda", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.65 var(--sans); }
body.menu-open { overflow: hidden; }
::selection { background: var(--wine); color: white; }
[hidden] { display: none !important; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
a, button, input, select, textarea { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--wine); outline-offset: 5px; }
main:focus { outline: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; overflow-wrap: break-word; }
h1 { font-size: 4.5rem; line-height: 1.12; }
h2 { font-size: 3rem; line-height: 1.15; }
h3 { font-size: 1.75rem; line-height: 1.25; }
em { font-weight: 400; }
p + p { margin-top: 1.2rem; }
p { text-wrap: pretty; }
.icon { display: inline-block; width: 20px; height: 20px; flex: 0 0 20px; vertical-align: middle; }
.container { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 104px; }
.section-tight { padding-bottom: 88px; }
.eyebrow, .index { font-size: .8125rem; font-weight: 500; line-height: 1.5; }
.eyebrow { margin-bottom: 20px; }
.index { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 13px 22px; background: var(--wine); color: white; border: 1px solid var(--wine); border-radius: 0; font-size: .875rem; font-weight: 500; transition: background .18s, border-color .18s; }
.button .icon { filter: invert(1); }
.button:hover { background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; padding-block: 9px; border-bottom: 1px solid currentColor; font-size: .875rem; font-weight: 500; }
.text-link:hover { color: var(--wine); }
.icon-button { display: inline-flex; align-items: center; justify-content: center; padding: 0; width: 44px; height: 44px; flex: 0 0 44px; background: transparent; border: 1px solid var(--line); color: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; padding: 12px 24px; background: var(--white); z-index: 200; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 40; background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-wrap { width: min(1440px, calc(100% - 96px)); min-height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; }
.brand-logo { display: flex; align-items: center; width: 112px; aspect-ratio: 3 / 1; filter: brightness(0); opacity: .87; }
.brand-symbol { width: 27%; height: auto; flex: 0 0 27%; }
.brand-wordmark { width: 73%; height: auto; flex: 0 0 73%; }
.site-header .brand { min-width: 44px; min-height: 44px; justify-content: center; align-items: center; }
.site-header .brand-logo { width: 40px; aspect-ratio: 1; }
.site-header .brand-symbol { width: 100%; flex-basis: 100%; }
.site-header .brand-wordmark { display: none; }
.footer .brand-logo { width: 240px; }
.brand-mark { font-family: var(--serif); font-size: 1.375rem; line-height: 1.1; }
.brand-sub { font-size: .75rem; line-height: 1.6; }
.nav-links { display: flex; align-items: center; gap: 36px; font-size: .875rem; }
.nav-links > a:not(.button) { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid transparent; }
.nav-links > a:hover, .nav-links > a[aria-current="page"] { border-bottom-color: var(--wine); }
.nav-links .nav-cta { margin-left: 10px; min-height: 44px; }
.menu-toggle { display: none; }
.mobile-inquiry { display: none; }
.home-hero { position: relative; display: grid; min-height: min(850px, calc(91svh - 84px)); background: var(--ink); color: white; isolation: isolate; }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; z-index: -2; }
.hero-media { position: absolute; inset: 0; overflow: hidden; z-index: -2; pointer-events: none; }
.hero-poster { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-vimeo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 0; max-width: none; opacity: 0; pointer-events: none; }
.hero-media.is-playing .hero-vimeo { opacity: 1; }
.hero-shade { z-index: -1; background: linear-gradient(90deg,rgba(0,0,0,.26),transparent 75%), linear-gradient(180deg,rgba(0,0,0,.32),transparent 25%,rgba(0,0,0,.58)); }
.hero-layout { display: flex; flex-direction: column; min-height: inherit; padding-block: 24px; }
.hero-location { text-align: right; font-size: .8125rem; }
.hero-heading { margin-top: auto; padding-block: 32px 24px; }
.hero-heading .eyebrow { margin-bottom: 14px; }
.hero-heading h1 { position: relative; width: 440px; max-width: 100%; line-height: 0; }
.hero-wordmark { display: block; width: 100%; height: auto; filter: brightness(0) invert(1); }
.hero-brand-name { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hero-heading > p:not(.eyebrow) { margin-top: 22px; font-size: 1.125rem; }
.hero-actions { display: flex; gap: 30px; align-items: center; margin-top: 26px; }
.home-hero .button { background: var(--paper); border-color: var(--paper); color: var(--ink); min-width: 146px; }
.home-hero .button:hover { background: var(--mineral); }
.home-hero .button .icon { filter: none; }
.home-hero .text-link:hover { color: var(--mineral); }
.home-hero .text-link .icon, .ambient-toggle .icon { filter: invert(1); }
.home-hero :focus-visible, .cinema :focus-visible { outline-color: white; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; font-size: .8125rem; }
.ambient-toggle { border-color: #ffffff80; }
.selected-work { padding-top: 40px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 44px; }
.section-heading > p { max-width: 360px; color: var(--muted); }
.story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.story-card { display: block; min-width: 0; }
.story-image { overflow: hidden; background: var(--mineral); }
.story-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .4s; }
.story-card:hover .story-image img { transform: scale(1.025); }
.story-caption { display: flex; justify-content: space-between; gap: 16px; margin-top: 20px; align-items: start; }
.story-caption h3 { font-size: 1.5rem; }
.story-caption p { font-size: .8125rem; color: var(--muted); margin-top: 8px; }
.story-caption > .icon { margin-top: 4px; }
.cinema { background: var(--ink); color: var(--paper); }
.cinema .section-heading > p { color: #c9cec8; }
.cinema .text-link .icon { filter: invert(1); }
.cinema .text-link:hover { color: #dfe5e3; }
.film-player { width: 100%; aspect-ratio: 16/9; height: auto; object-fit: contain; background: #111; }
.cinema .film-player { background: var(--ink); }
.film-caption { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 20px; font-size: .875rem; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.experience-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.experience-photo figcaption { font-size: .8125rem; margin-top: 12px; color: var(--muted); }
.experience-copy p:not(.eyebrow) { max-width: 490px; margin-top: 26px; color: var(--muted); }
.experience-copy .text-link { margin-top: 30px; }
.services-section { background: var(--mineral); }
.service-row { display: grid; grid-template-columns: 40px minmax(190px,.85fr) 1fr auto; align-items: center; gap: 24px; padding-block: 32px; border-top: 1px solid #b4beb8; }
.service-row p { max-width: 330px; font-size: .9375rem; color: #444d47; }
.service-footnote { display: flex; justify-content: space-between; gap: 32px; align-items: center; padding-top: 30px; border-top: 1px solid #b4beb8; }
.service-footnote p { max-width: 590px; color: #444d47; font-size: .875rem; }
.service-row .service-kind { margin-bottom: 8px; font-size: .8125rem; }
.expanded-options.collection-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.collection-pair article { display: flex; flex-direction: column; align-items: start; }
.collection-pair .text-link { margin-top: auto; }
.collection-pair .service-price { padding-bottom: 20px; font-size: .875rem; }
.collection-note { margin-top: 32px; max-width: 780px; color: #444d47; font-size: .875rem; }
.documentary-choice { margin-top: 12px; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 48px; padding: 0; margin: 0; }
.steps li { border-top: 1px solid var(--line); padding-top: 24px; }
.steps h3 { margin-block: 24px 16px; }
.steps p { color: var(--muted); }
.invitation { background: var(--wine); color: white; padding-block: 80px; text-align: center; }
.invitation h2 { font-size: 3.5rem; }
.invitation p:not(.eyebrow) { margin-top: 20px; }
.invitation .button { margin-top: 30px; color: var(--wine); background: var(--paper); border-color: var(--paper); }
.invitation .button .icon { filter: none; }
.invitation .button:hover { background: var(--mineral); border-color: var(--mineral); }
.invitation :focus-visible { outline-color: white; }
.footer { padding-top: 56px; background: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-top p { font-size: .875rem; color: var(--muted); }
.footer-top nav { display: flex; flex-wrap: wrap; align-content: start; gap: 4px 24px; justify-content: end; font-size: .875rem; }
.footer-top nav a { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; padding-block: 8px; }
.footer a:hover { color: var(--wine); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--line); padding-block: 22px; font-size: .8125rem; }
.footer-bottom a { display: flex; align-items: center; gap: 12px; min-height: 44px; }
.page-intro { padding-block: 76px 64px; }
.page-intro h1 { max-width: 950px; }
.privacy-intro { padding-bottom: 48px; }
.privacy-updated { margin-top: 24px; color: var(--muted); font-size: .8125rem; }
.privacy-notice { max-width: 850px; padding-bottom: 112px; }
.privacy-notice section { border-top: 1px solid var(--line); padding-block: 28px; }
.privacy-notice h2 { font-size: 1.75rem; }
.privacy-notice p { max-width: 690px; margin-top: 14px; color: var(--muted); }
.privacy-notice a, .form-privacy a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.intro-copy { max-width: 660px; margin-top: 28px; font-size: 1.125rem; color: var(--muted); }
.film-entry { margin-bottom: 80px; }
.vimeo-film { position: relative; background: var(--ink); }
.vimeo-player, .vimeo-preview { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; }
.vimeo-preview { z-index: 1; }
.vimeo-preview > img { width: 100%; height: 100%; object-fit: contain; }
.vimeo-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid white; border-radius: 50%; background: #20211fcc; }
.vimeo-play .icon { filter: invert(1); }
.vimeo-preview:hover .vimeo-play { background: var(--wine); }
.vimeo-preview:focus-visible { outline-offset: 5px; }
.vimeo-status { margin-top: 16px; color: var(--muted); font-size: .875rem; }
.cinema .vimeo-status { color: #c9cec8; }
.film-entry-caption { display: flex; justify-content: space-between; gap: 40px; align-items: center; margin-top: 28px; }
.film-entry-caption p:not(.eyebrow) { max-width: 370px; color: var(--muted); }
.film-entry-caption .eyebrow { margin-bottom: 8px; }
.mineral { background: var(--mineral); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.split > div { max-width: 560px; }
.split .text-link { margin-top: 24px; }
.service-detail { display: grid; grid-template-columns: .9fr 1fr; gap: 88px; align-items: center; padding-block: 64px; border-top: 1px solid var(--line); scroll-margin-top: 100px; }
.service-detail.reverse figure { order: 2; }
.service-detail > figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.service-detail h2 { margin-bottom: 24px; }
.service-detail p:not(.eyebrow) { color: var(--muted); }
.plain-list { list-style: none; margin: 28px 0; padding: 0; font-size: .9375rem; }
.plain-list li { padding-block: 10px; border-bottom: 1px solid var(--line); }
.service-detail .service-price { color: var(--ink); font-size: .875rem; font-weight: 500; }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.expanded-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 48px; margin-top: 40px; }
.expanded-options article { padding-top: 26px; border-top: 1px solid #b4beb8; }
.expanded-options p:not(.eyebrow) { margin-top: 20px; color: #444d47; }
.expanded-options .text-link { margin-top: 20px; }
.content-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-bottom: 88px; }
.content-feature > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.content-feature p:not(.eyebrow) { margin-top: 24px; color: var(--muted); }
.content-feature .button { margin-top: 30px; }
.about-feature { padding-bottom: 100px; }
.faq-intro { margin-top: 24px; color: var(--muted); }
.service-faq details { border-top: 1px solid var(--line); padding-block: 20px; }
.service-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; cursor: pointer; list-style: none; font-size: .9375rem; font-weight: 500; }
.service-faq summary::-webkit-details-marker { display: none; }
.service-faq details[open] summary .icon { transform: rotate(180deg); }
.service-faq details p { margin-top: 16px; color: var(--muted); font-size: .9375rem; }
.inquiry-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 120px; padding-block: 76px 96px; }
.inquiry-intro > p:not(.eyebrow) { max-width: 400px; margin-top: 28px; color: var(--muted); }
.inquiry-intro h1 { font-size: 3.75rem; }
.inquiry-form-wrap { min-width: 0; }
.inquiry-contact { margin-top: 28px; font-size: .875rem; color: var(--muted); }
.inquiry-contact a { display: inline-block; min-height: 44px; padding-block: 8px; }
.optional { color: var(--muted); font-weight: 400; }
.js-required { display: none; }
.js .js-required { display: inline; }
.field .field-error { color: var(--wine); font-weight: 500; }
.services-field [aria-invalid="true"] { outline: 2px solid var(--wine); outline-offset: 3px; }
.field .interest-note { padding-left: 12px; border-left: 2px solid var(--wine); }
.inquiry-intro figure { margin-top: 36px; max-width: 340px; }
.inquiry-intro figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.contact-note a { color: var(--ink); border-bottom: 1px solid var(--line); }
.form-introduction { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); font-size: 1.125rem; }
.form-introduction > span { flex: 0 0 auto; font-size: .8125rem; color: var(--muted); }
.form-introduction > div { min-width: 0; }
.form-introduction h2 { font-size: 1.75rem; line-height: 1.2; overflow-wrap: break-word; }
.form-introduction p { margin-top: 8px; font-size: .875rem; color: var(--muted); }
.collection-summary { margin-top: 24px; padding-block: 20px; border-block: 1px solid var(--line); }
.collection-summary h3 { font-size: 1.5rem; line-height: 1.3; }
.collection-summary .collection-caption { margin: 0 0 8px; color: var(--muted); font-size: .8125rem; }
.collection-choices { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
.collection-choices .choice { align-items: flex-start; padding-block: 16px; border-bottom: 1px solid var(--line); }
.collection-choices .choice input { margin-top: 4px; }
.collection-choices strong { display: block; font-weight: 500; }
.collection-choices small { display: block; margin-top: 4px; }
@media (max-width: 760px) {
  .collection-choices { grid-template-columns: 1fr; }
}
.collection-summary p { margin-top: 10px; font-size: .875rem; }
.collection-summary .collection-terms { font-size: .8125rem; color: var(--muted); }
.field { display: grid; gap: 10px; margin: 24px 0 0; min-width: 0; padding: 0; border: 0; }
.field label, .field legend { font-size: .875rem; font-weight: 500; }
.field legend { margin-bottom: 12px; }
input, select, textarea { width: 100%; max-width: 100%; min-width: 0; min-height: 48px; border: 1px solid #b4beb8; border-radius: 0; background: transparent; color: var(--ink); padding: 12px 14px; font-size: 1rem; }
input::placeholder, textarea::placeholder { color: #697067; opacity: 1; }
textarea { resize: vertical; }
.field small { font-size: .8125rem; color: var(--muted); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 20px; }
.choice { display: flex; gap: 10px; align-items: center; min-height: 44px; cursor: pointer; }
.choice input { width: 18px; height: 18px; min-height: 18px; flex: 0 0 18px; padding: 0; accent-color: var(--wine); }
.form-privacy { font-size: .8125rem; color: var(--muted); margin-top: 24px; }
.inquiry-form .button { margin-top: 24px; }
.form-status { margin-top: 16px; font-size: .875rem; }
.form-fallback { font-size: .875rem; color: var(--wine); }
.form-fallback a { text-decoration: underline; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.success-message { border-top: 1px solid var(--line); padding-block: 36px; }
.success-message p, .success-message a { margin-top: 24px; }
.inquiry-layout.booking-active { grid-template-columns: 1fr; gap: 0; }
.booking-active .inquiry-intro { display: none; }
.booking-active .success-message { border-top: 0; padding-block: 0; scroll-margin-top: 96px; }
.booking-active .success-message h2 { font-size: 2.5rem; line-height: 1.2; }
.booking-calendar { width: 100%; min-height: 560px; margin-top: 28px; }
.success-message .booking-status { font-size: .875rem; color: var(--muted); }
.success-message .booking-alternative { font-size: .875rem; }
.booking-alternative a { display: inline-block; margin-top: 0; padding-block: 10px; text-decoration: underline; }
@media (max-width: 760px) {
  .booking-active .success-message h2 { font-size: 2rem; }
  .booking-calendar { min-height: 640px; }
}
.gallery-index { padding-bottom: 72px; }
.gallery-index .story-grid { row-gap: 52px; }
.wedding-story { padding-block: 72px; border-top: 1px solid var(--line); scroll-margin-top: 84px; }
.wedding-story-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 36px; }
.wedding-story-heading p { color: var(--muted); margin-top: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 20px; }
.gallery-grid img { width: 100%; height: auto; }
.gallery-grid figure:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-back { margin-top: 24px; }
.journal-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 48px 32px; padding-bottom: 88px; }
.journal-intro { padding-bottom: 32px; }
.journal-regions { font-size: .875rem; color: var(--muted); margin-top: 24px; max-width: 700px; }
.journal-navigation { display: flex; flex-wrap: wrap; gap: 12px 32px; padding-block: 16px; border-block: 1px solid var(--line); margin-bottom: 48px; }
.journal-navigation a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; text-decoration: underline; text-underline-offset: 6px; }
.journal-navigation a:hover { color: var(--wine); }
.journal-section .section-heading { margin-bottom: 32px; }
.journal-section > .section-heading h2 { font-size: 2rem; }
.journal-teaser { border-top: 1px solid var(--line); }
.journal-teaser .journal-grid { padding-bottom: 0; }
.journal-card { display: flex; flex-direction: column; align-items: start; gap: 20px; }
.journal-image-link { display: block; width: 100%; }
.journal-photo { width: 100%; min-width: 0; }
@media (min-width: 761px) {
  #southern-california .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.destination-caption { display: grid; gap: 6px; margin-top: 12px; color: var(--muted); }
.photo-location { font-size: .75rem; line-height: 1.5; }
.photo-credit { display: block; font-size: .75rem; line-height: 1.65; overflow-wrap: anywhere; }
.photo-credit a { text-decoration: underline; text-underline-offset: 3px; }
.journal-card > img, .journal-image-link img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.journal-card .eyebrow { margin: 0; color: var(--muted); }
.journal-card h2 { font-size: 1.75rem; line-height: 1.25; }
.journal-card p:not(.eyebrow) { color: var(--muted); font-size: .9375rem; }
.journal-card .text-link { margin-top: auto; }
.article-intro { max-width: 1000px; margin-inline: auto; }
.article-intro h1 { font-size: 3.5rem; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0,720px); justify-content: space-between; gap: 60px; padding-bottom: 88px; }
.article-aside { font-size: .875rem; }
.article-aside a { display: block; margin-bottom: 16px; }
.article-aside img { width: 100%; margin-bottom: 24px; }
.article-aside nav { width: 100%; margin-bottom: 24px; border-top: 1px solid var(--line); padding-top: 20px; }
.article-aside nav h2 { font: 500 .875rem/1.5 var(--sans); margin-bottom: 16px; }
.article-aside nav a { padding-block: 10px; min-height: 44px; margin-bottom: 4px; }
.article-byline { font-size: .8125rem; color: var(--muted); margin-top: 24px; }
.article-photo { margin-bottom: 40px; }
.article-photo img { width: 100%; max-height: 480px; object-fit: cover; }
.article-photo figcaption { font-size: .75rem; line-height: 1.6; color: var(--muted); margin-top: 12px; }
.destination-photo img { aspect-ratio: 3/2; height: auto; }
.journal-body > .destination-photo:not(:first-child) { margin-top: 48px; }
.journal-related { margin-top: 40px; border-top: 1px solid var(--line); }
.journal-related a { display: inline-block; padding-block: 8px; min-height: 44px; }
.journal-body { min-width: 0; font-size: 1.0625rem; }
.journal-body h2 { font-size: 2rem; line-height: 1.2; margin: 42px 0 20px; }
.journal-body > h2:first-child { margin-top: 0; }
.journal-body h3 { margin: 30px 0 18px; }
.journal-body p { margin-bottom: 20px; }
.journal-body a:not(.button) { text-decoration: underline; text-underline-offset: 4px; }
.journal-cta { border-top: 1px solid var(--line); padding-top: 12px; margin-top: 48px; }
@media (min-width: 1600px) {
  .hero-heading h1 { width: 520px; }
}
@media (max-width: 1100px) {
  .container, .nav-wrap { width: calc(100% - 64px); }
  .experience-grid, .service-detail, .content-feature, .inquiry-layout { gap: 48px; }
  .service-row { grid-template-columns: 32px 1fr 1fr; }
  .service-row .text-link { grid-column: 3; justify-self: start; }
  .nav-links { gap: 24px; }
  .story-grid { gap: 24px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 90px; }
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }
  .container, .nav-wrap { width: calc(100% - 40px); }
  .section { padding-block: 64px; }
  .nav-wrap { min-height: 72px; gap: 16px; }
  .brand-mark { font-size: 1.25rem; }
  .brand-logo { width: 104px; }
  .footer .brand-logo { width: 180px; max-width: 100%; }
  .menu-toggle { display: inline-flex; border: 0; }
  .mobile-inquiry { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-left: auto; color: var(--wine); font-size: .8125rem; font-weight: 500; }
  .mobile-inquiry:hover { color: var(--ink); }
  html:not(.js) .mobile-inquiry { display: none; }
  .js .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); max-height: calc(100svh - 72px); overflow-y: auto; }
  .js .nav-links.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links > a:not(.button) { padding-block: 16px; font-size: 1.125rem; border-bottom: 1px solid var(--line); }
  .nav-links .nav-cta { margin: 20px 0 0; align-self: start; }
  html:not(.js) .nav-wrap { flex-wrap: wrap; padding-block: 14px; }
  html:not(.js) .nav-links { display: flex; flex-wrap: wrap; gap: 12px; }
  html:not(.js) .menu-toggle { display: none; }
  .home-hero { min-height: min(760px, calc(88svh - 72px)); }
  .hero-layout { padding-block: 18px; }
  .hero-location { font-size: .75rem; text-align: left; }
  .hero-heading { padding-block: 28px; }
  .hero-heading h1 { width: 300px; }
  .hero-heading > p:not(.eyebrow) { font-size: 1rem; margin-top: 18px; }
  .hero-heading .eyebrow { font-size: .75rem; }
  .hero-actions { gap: 20px; margin-top: 24px; flex-wrap: wrap; }
  .hero-actions .button { min-width: 120px; padding-inline: 16px; gap: 16px; }
  .hero-actions .text-link { gap: 8px; }
  .hero-bottom { font-size: .75rem; gap: 14px; }
  .section-heading { align-items: start; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
  .section-heading .eyebrow { margin-bottom: 12px; }
  .selected-work { padding-top: 40px; }
  .story-grid { grid-template-columns: 1fr; gap: 36px; }
  .story-image img { aspect-ratio: 4/5; }
  .story-caption { margin-top: 16px; }
  .film-caption { align-items: start; flex-direction: column; gap: 8px; }
  .experience-grid, .split, .content-feature, .inquiry-layout, .service-detail { grid-template-columns: 1fr; gap: 36px; }
  .experience-copy p:not(.eyebrow) { margin-top: 20px; }
  .experience-copy .text-link { margin-top: 20px; }
  .experience-photo img { aspect-ratio: 4/5; }
  .service-row { grid-template-columns: 24px 1fr; gap: 12px 16px; padding-block: 24px; }
  .service-row p, .service-row .text-link { grid-column: 2; }
  .service-row .text-link { justify-self: start; }
  .service-footnote { flex-direction: column; align-items: start; gap: 16px; }
  .steps, .expanded-options { grid-template-columns: 1fr; gap: 32px; }
  .expanded-options.collection-pair { grid-template-columns: 1fr; }
  .steps h3 { margin-block: 16px 12px; }
  .invitation { padding-block: 64px; }
  .invitation h2 { font-size: 2.5rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px 16px; }
  .footer-top nav { grid-column: 1/-1; justify-content: start; gap: 8px 24px; }
  .footer-top p { font-size: .8125rem; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 12px; }
  .page-intro { padding-block: 48px 40px; }
  .privacy-notice { padding-bottom: 72px; }
  .intro-copy { font-size: 1rem; margin-top: 22px; }
  .film-entry { margin-bottom: 48px; }
  .film-entry-caption { flex-direction: column; align-items: start; gap: 20px; }
  .service-detail { padding-block: 40px; }
  .service-detail.reverse figure { order: 0; }
  .service-detail h2 { margin-bottom: 20px; }
  .action-row { gap: 20px; }
  .content-feature { padding-bottom: 56px; }
  .about-feature { padding-bottom: 64px; }
  .inquiry-layout { padding-block: 32px 64px; gap: 28px; }
  .inquiry-intro h1 { font-size: 2.25rem; line-height: 1.15; }
  .inquiry-intro .eyebrow { margin-bottom: 12px; }
  .inquiry-intro > p:not(.eyebrow) { margin-top: 16px; }
  .inquiry-form .form-introduction { gap: 16px; padding-bottom: 16px; font-size: 1rem; }
  .inquiry-intro figure { display: none; }
  .inquiry-intro .contact-note { margin-top: 22px; font-size: .875rem; }
  .choice-grid { gap: 8px 16px; }
  .choice { align-items: flex-start; padding-block: 9px; }
  .choice input { margin-top: 3px; }
  .field { margin-top: 24px; }
  .gallery-index { padding-bottom: 48px; }
  .wedding-story { padding-block: 48px; }
  .wedding-story-heading { flex-direction: column; align-items: start; gap: 16px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gallery-grid figure:first-child { grid-column: 1/-1; grid-row: auto; }
  .journal-grid { grid-template-columns: 1fr; gap: 40px; padding-bottom: 56px; }
  .article-intro h1 { font-size: 2.5rem; }
  .article-layout { grid-template-columns: 1fr; gap: 32px; }
  .article-aside { display: flex; flex-wrap: wrap; gap: 20px; }
  .article-aside img { display: none; }
  .article-aside a { margin: 0; }
  .journal-body { font-size: 1rem; }
}
@media (max-width: 360px) {
  .hero-heading h1 { width: 280px; }
  .brand-mark { font-size: 1.125rem; }
  .brand-logo { width: 100px; }
  .hero-actions { gap: 12px; }
  .hero-actions .text-link { font-size: .8125rem; }
  .choice-grid { grid-template-columns: 1fr; }
}
@media (max-height: 700px) {
  .hero-location, .hero-bottom > span { display: none; }
  .hero-bottom { position: absolute; top: 16px; right: 20px; }
  .hero-heading { padding-block: 16px; }
}
@media (max-height: 500px) and (min-width: 600px) {
  .selected-work { padding-top: 12px; }
  .hero-layout { padding-block: 18px; }
  .hero-heading h1 { width: 260px; }
  .hero-heading > p:not(.eyebrow) { margin-top: 12px; font-size: 1rem; }
  .hero-actions { margin-top: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (orientation: landscape) and (max-width: 960px) and (max-height: 500px) {
  .cinema .vimeo-film { width: min(100%, calc((100svh - 120px) * 2.34066)); margin-inline: auto; }
  .cinema .film-player { max-height: calc(100svh - 120px); }
  .cinema .film-player:fullscreen { max-height: none; }
}
