:root {
  --ink: #262925;
  --muted: #656862;
  --paper: #f7f5ef;
  --sand: #e9e2d5;
  --sage: #cfd8cc;
  --moss: #5c6c5c;
  --rust: #b76347;
  --line: rgba(38, 41, 37, .18);
  --white: #fffdf9;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Avenir Next', Avenir, 'Helvetica Neue', Arial, sans-serif;
  --shell: min(1180px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 i, h2 i, h3 i { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
h1 { font-size: clamp(4rem, 8vw, 8.5rem); }
h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
h3 { font-size: clamp(1.7rem, 3vw, 2.4rem); }

.page-shell { width: var(--shell); margin: 0 auto; }
.section { padding: clamp(80px, 10vw, 150px) 0; }
.section--sand { background: var(--sand); }
.section--sage { background: var(--sage); }
.section--ink { background: var(--ink); color: var(--white); }
.centered { text-align: center; }
.narrow-copy { max-width: 470px; margin: 0 auto 32px; }
.eyebrow, .section-kicker { margin-bottom: 22px; color: var(--rust); font-size: .72rem; font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow--light { color: #ede5d6; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 24px 40px; color: var(--white); }
.site-header--solid { position: relative; color: var(--ink); border-bottom: 1px solid var(--line); background: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1rem; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: .9rem; font-weight: 400; letter-spacing: -.08em; }
.brand-name em { display: block; color: #dad2c3; font-family: var(--serif); font-size: .84em; font-weight: 400; letter-spacing: 0; }
.brand--dark .brand-name em { color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: .82rem; letter-spacing: .02em; }
.site-nav a { opacity: .82; transition: opacity .2s, color .2s; }
.site-nav a:hover, .site-nav a.is-active { color: var(--rust); opacity: 1; }
.site-header:not(.site-header--solid) .site-nav a:hover, .site-header:not(.site-header--solid) .site-nav a.is-active { color: var(--white); opacity: 1; }
.nav-cta { border-bottom: 1px solid currentColor; padding-bottom: 3px; opacity: 1 !important; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; font: inherit; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }

.hero { position: relative; min-height: min(900px, 100vh); display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: #323832; }
.hero::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(20, 25, 21, .82) 0%, rgba(20, 25, 21, .33) 54%, rgba(20, 25, 21, .05) 100%), linear-gradient(0deg, rgba(20, 25, 21, .55) 0%, transparent 58%); content: ''; pointer-events: none; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; transform: scale(1.01); }
.hero-content { position: relative; z-index: 1; padding-bottom: 92px; }
.hero h1 { max-width: 850px; margin-bottom: 28px; }
.hero-lede { max-width: 510px; margin-bottom: 34px; color: #f4efe7; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 50px; padding: 13px 23px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { background: var(--rust); border-color: var(--rust); transform: translateY(-2px); }
.button--light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button--light:hover { border-color: var(--rust); background: var(--rust); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: var(--white); }
.hero-note { position: absolute; z-index: 1; right: 40px; bottom: 28px; display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.72); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-note span { font-size: 1.3rem; }

.intro-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(48px, 10vw, 160px); align-items: start; }
.intro h2 { max-width: 530px; margin-bottom: 0; }
.intro-copy { max-width: 470px; color: var(--muted); }
.intro-copy p { margin-bottom: 20px; }
.intro-copy .text-link { margin-top: 15px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 110px; padding-top: 26px; border-top: 1px solid var(--line); }
.stat { display: flex; gap: 17px; align-items: baseline; }
.stat strong { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 400; line-height: 1; }
.stat span { color: var(--muted); font-size: .74rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .09em; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; align-items: end; }
.image-frame { display: block; overflow: hidden; background: #d5d0c7; }
.image-frame img { aspect-ratio: 4 / 3; transition: transform .6s ease; }
.image-frame:hover img { transform: scale(1.035); }
.feature-large img { aspect-ratio: 1.28 / 1; }
.feature-large--layout img { object-fit: contain; background: #ddd6c9; }
.feature-side { display: grid; gap: 22px; }
.image-frame--short img { aspect-ratio: 1.1 / 1; }
.feature-layout-side img { object-fit: contain; background: #ddd6c9; }
.feature-caption { max-width: 290px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.25rem; line-height: 1.25; }

.card-grid, .story-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.story-card { display: block; }
.story-card-image { overflow: hidden; margin-bottom: 18px; background: #d5d0c7; }
.story-card-image img { aspect-ratio: .93 / 1; transition: transform .6s ease; }
.story-card:hover img { transform: scale(1.04); }
.story-card-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--rust); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.story-card h3 { margin: 12px 0 8px; }
.story-card p { max-width: 270px; margin: 0; color: var(--muted); }
.closing-cta-inner { padding-top: 15px; text-align: center; }
.closing-cta h2 { margin-bottom: 36px; }
.light-heading { color: var(--white); }

.site-footer { padding: 50px 0; background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr; gap: 36px; align-items: end; }
.footer-note { margin: 20px 0 0; color: var(--muted); font-size: .82rem; }
.footer-links, .footer-contact { display: grid; gap: 9px; align-content: end; font-size: .82rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--rust); }
.footer-contact { justify-items: end; color: var(--muted); }
.footer-contact a { color: var(--ink); }

.page-hero { min-height: 390px; display: flex; align-items: flex-end; }
.page-hero-inner { padding-top: 52px; padding-bottom: 58px; }
.page-hero h1 { max-width: 960px; margin-bottom: 20px; font-size: clamp(3.5rem, 6vw, 6rem); }
.page-hero-lede { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1.15rem; }
.story-list { display: grid; gap: 100px; }
.story-feature { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(36px, 8vw, 110px); align-items: center; }
.story-feature-image img { aspect-ratio: 1.1 / 1; }
.story-feature-copy h2 { margin: 0 0 22px; }
.story-feature-copy > p:not(.eyebrow) { max-width: 390px; margin-bottom: 28px; color: var(--muted); font-size: 1.08rem; }
.story-list-grid { gap: 32px; }
.story-list-grid .story-card:nth-child(2) .story-card-image img { object-position: 50% 38%; }
.story-list-grid .story-card:nth-child(3) .story-card-image img { object-position: 50% 25%; }

.journal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px 32px; align-items: start; }
.journal-card { display: block; }
.journal-card--lead { grid-column: span 2; }
.journal-card-image { overflow: hidden; margin-bottom: 20px; background: #d5d0c7; }
.journal-card-image img { height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s ease; }
.journal-card--lead .journal-card-image img { aspect-ratio: 2 / 1; object-position: center 44%; }
.journal-card:hover .journal-card-image img { transform: scale(1.025); }
.journal-card h2 { margin: 16px 0 10px; font-size: clamp(2.5rem, 4vw, 4.2rem); }
.journal-card p { max-width: 540px; margin: 0; color: var(--muted); }

.story-page-header { padding: clamp(85px, 10vw, 140px) 0 clamp(150px, 17vw, 230px); }
.story-page-heading { text-align: center; }
.story-page-heading h1 { margin-bottom: 24px; }
.story-page-heading > p:last-child { max-width: 580px; margin: 0 auto; color: var(--muted); font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.story-cover { position: relative; margin-top: clamp(-120px, -9vw, -75px); }
.story-cover img { height: auto; max-height: none; object-fit: contain; box-shadow: 0 18px 50px rgba(38, 41, 37, .12); }
.story-narrative { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(38px, 8vw, 120px); padding-top: clamp(75px, 10vw, 135px); padding-bottom: clamp(75px, 9vw, 120px); }
.story-narrative .lead { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.035em; line-height: 1.08; }
.story-narrative div > p:not(.lead) { max-width: 680px; color: var(--muted); font-size: 1.05rem; }
.story-layout-gallery { display: grid; gap: clamp(22px, 3vw, 38px); }
.story-layout-gallery img { height: auto; max-height: none; object-fit: contain; background: #ebe7df; }
.story-back-link { display: block; width: max-content; margin: 28px auto 0; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-back-link:hover { color: var(--rust); }

.story-hero { position: relative; min-height: 680px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: #343a32; }
.story-hero-image { position: absolute; inset: 0; background-position: center; background-size: cover; filter: saturate(.9); }
.story-hero-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,25,21,.78), transparent 68%); content: ''; }
.story-hero-content { position: relative; z-index: 1; padding-bottom: 72px; }
.story-hero h1 { margin-bottom: 20px; }
.story-hero-content > p:last-child { max-width: 500px; margin: 0; color: #f4efe7; font-size: 1.2rem; }
.story-article-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; align-items: start; margin-bottom: 58px; }
.story-article-intro .lead { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.03em; line-height: 1.05; }
.story-article-copy { max-width: 660px; margin: 0 auto 75px; color: var(--muted); font-size: 1.08rem; }
.story-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.story-gallery img { min-height: 300px; aspect-ratio: 1.1 / 1; }
.story-gallery img:first-child { grid-row: span 2; height: 100%; }
.story-end { margin: 120px auto 0; text-align: center; }
.story-end h2 { margin-bottom: 30px; }

.price-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.price-intro h2 { margin-bottom: 0; }
.price-intro > p { max-width: 400px; margin: 0; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { display: flex; flex-direction: column; min-height: 510px; padding: 32px; border: 1px solid var(--line); background: rgba(255,255,255,.32); }
.price-card--featured { border-color: var(--ink); background: var(--white); }
.price-card--venue { border-color: var(--ink); background: var(--ink); color: var(--white); }
.price-card--venue .price-sub, .price-card--venue ul { color: #d9d5cb; }
.price-card--venue ul { border-color: rgba(255, 255, 255, .2); }
.price-card--venue .text-link { color: var(--white); }
.price-label { margin-bottom: 12px; color: var(--rust); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.price-card h3 { margin-bottom: 14px; font-size: 3.5rem; }
.price-sub { min-height: 72px; margin-bottom: 20px; color: var(--muted); }
.price-card ul { display: grid; gap: 10px; margin: 0 0 28px; padding: 20px 0 0 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.price-card .text-link { margin-top: auto; align-self: flex-start; }
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-wrap h2 { margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-family: var(--serif); font-size: 1.35rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-family: var(--sans); font-size: 1.1rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 620px; margin: -5px 30px 24px 0; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 11vw, 150px); align-items: start; padding-top: 110px; }
.contact-intro h1 { margin-bottom: 28px; }
.contact-intro > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-size: 1.08rem; }
.direct-contact-card { padding: 42px; background: var(--sand); }
.direct-contact-card h2 { margin-bottom: 22px; font-size: clamp(2.8rem, 4.5vw, 4.4rem); }
.direct-contact-card > p:not(.eyebrow) { color: var(--muted); }
.contact-methods { margin: 32px 0 28px; border-top: 1px solid var(--line); }
.contact-method { display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; align-items: end; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-method span { grid-column: 1 / -1; color: var(--rust); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-method strong { overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 400; line-height: 1.15; }
.contact-method em { color: var(--rust); font-style: normal; transition: transform .2s; }
.contact-method:hover em { transform: translate(3px, -3px); }
.contact-location { display: grid; gap: 3px; margin-bottom: 0; font-size: .88rem; }
.contact-location span { color: var(--rust); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-bottom { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-bottom h2 { margin-bottom: 0; }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.steps strong { color: var(--rust); font-size: .72rem; letter-spacing: .1em; }
.steps span { font-family: var(--serif); font-size: 1.4rem; line-height: 1.15; }

@media (max-width: 820px) {
  :root { --shell: min(100% - 42px, 620px); }
  .site-header { padding: 20px 21px; }
  .site-nav { position: absolute; top: 74px; right: 21px; left: 21px; display: none; padding: 18px 20px 22px; background: var(--paper); color: var(--ink); box-shadow: 0 12px 32px rgba(0,0,0,.12); }
  .site-nav.is-open { display: grid; gap: 17px; }
  .site-header:not(.site-header--solid) .site-nav { color: var(--ink); }
  .site-header:not(.site-header--solid) .site-nav a:hover, .site-header:not(.site-header--solid) .site-nav a.is-active { color: var(--rust); }
  .menu-toggle { display: block; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 62% center; }
  .hero-content { padding-bottom: 80px; }
  .hero-note { right: 21px; bottom: 24px; }
  .intro-grid, .feature-grid, .story-feature, .story-article-intro, .price-intro, .faq-wrap, .contact-layout, .contact-bottom { grid-template-columns: 1fr; gap: 38px; }
  .intro h2 { max-width: 550px; }
  .stat-row { margin-top: 65px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
  .feature-side { grid-template-columns: 1fr 1fr; align-items: end; }
  .feature-caption { font-size: 1.05rem; }
  .card-grid, .story-list-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .story-list-grid .story-card:last-child { grid-column: span 2; max-width: calc(50% - 14px); }
  .story-narrative { grid-template-columns: 1fr; gap: 18px; }
  .story-hero { min-height: 600px; }
  .story-gallery { grid-template-columns: 1fr 1fr; }
  .story-gallery img:first-child { grid-column: span 2; grid-row: auto; }
  .price-card { min-height: 0; }
  .contact-layout { padding-top: 80px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { justify-items: start; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .hero { min-height: 690px; }
  .hero-image { object-position: 59% center; }
  .hero-content { padding-bottom: 66px; }
  .hero-lede { font-size: 1rem; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .stat-row { grid-template-columns: 1fr; gap: 17px; }
  .stat { align-items: center; }
  .feature-grid, .feature-side, .card-grid, .story-list-grid, .pricing-grid, .story-gallery { grid-template-columns: 1fr; }
  .story-list-grid .story-card:last-child { grid-column: auto; max-width: none; }
  .journal-grid { grid-template-columns: 1fr; gap: 56px; }
  .journal-card--lead { grid-column: auto; }
  .journal-card--lead .journal-card-image img { aspect-ratio: 4 / 3; }
  .feature-caption { max-width: 100%; }
  .story-feature-copy h2 { font-size: 3.4rem; }
  .story-article-intro { gap: 20px; }
  .story-gallery img:first-child { grid-column: auto; }
  .direct-contact-card { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-contact { justify-items: start; }
}
