:root {
  color-scheme: light;
  --ink: #171713;
  --ink-soft: #56554f;
  --paper: #f4f0e8;
  --paper-light: #fbf9f4;
  --line: rgba(23, 23, 19, 0.2);
  --bronze: #a47e55;
  --sage: #727665;
  --white: #fff;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; height: auto; }
.dialog-open { overflow: hidden; }
.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; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; transform: translateY(-160%); background: var(--paper-light); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; color: var(--white); transition: background .3s ease, height .3s ease, border .3s ease; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(244,240,232,.94); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(23,23,19,.1); }
.brand { display: inline-flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; font-family: var(--serif); font-size: 14px; letter-spacing: -.04em; }
.brand-type { display: flex; flex-direction: column; text-transform: uppercase; font-size: 12px; line-height: 1.05; letter-spacing: .16em; }
.brand-type i { margin-top: 3px; font-family: var(--serif); font-size: 12px; font-weight: 400; text-transform: none; letter-spacing: .28em; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.primary-nav .nav-gallery, .primary-nav .nav-seniors, .primary-nav .nav-weddings, .primary-nav .nav-art { padding: 10px 0; color: inherit; text-decoration: none; font-size: 12px; letter-spacing: .04em; }
.primary-nav .nav-gallery:hover { text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 1020px) {
  .primary-nav .nav-gallery, .primary-nav .nav-seniors, .primary-nav .nav-weddings, .primary-nav .nav-art { padding: 15px 0; font-family: var(--serif); font-size: 21px; }
}
.primary-nav button { padding: 10px 0; border: 0; background: none; color: inherit; cursor: pointer; font-size: 12px; letter-spacing: .04em; }
.primary-nav button:not(.nav-cta) { position: relative; }
.primary-nav button:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: currentColor; transition: right .2s ease; }
.primary-nav button:not(.nav-cta):hover::after, .primary-nav button:not(.nav-cta):focus-visible::after { right: 0; }
.primary-nav .nav-cta { padding: 12px 17px; border: 1px solid currentColor; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; transition: background .2s ease, color .2s ease; }
.primary-nav .nav-cta:hover { background: var(--white); color: var(--ink); }
.scrolled .primary-nav .nav-cta:hover { background: var(--ink); color: var(--paper-light); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: #26271f; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 50% 46%; animation: heroReveal 1.2s cubic-bezier(.2,.75,.25,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,8,.73) 0%, rgba(9,10,8,.24) 57%, rgba(9,10,8,.14) 100%), linear-gradient(0deg, rgba(9,10,8,.52), transparent 50%); }
.hero-content { position: relative; z-index: 2; max-width: 850px; padding: 19vh 7vw 13vh; }
.eyebrow { margin: 0 0 22px; color: var(--bronze); text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .24em; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero #hero-title, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; }
.hero #hero-title { margin: 0; font-size: clamp(58px, 8.3vw, 126px); line-height: .83; letter-spacing: -.055em; }
.hero #hero-title em, .explorer-heading h2 em { color: #ded0bb; font-weight: 400; }
.hero-deck { max-width: 550px; margin: 32px 0 0; font-family: var(--serif); font-size: clamp(18px, 1.7vw, 25px); line-height: 1.45; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 24px; border: 1px solid currentColor; background: transparent; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 600; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--white); }
.button-light:hover { background: var(--white); color: var(--ink); }
.button-dark { color: var(--ink); }
.button-dark:hover { background: var(--ink); color: var(--paper-light); }
.button-light.solid { background: var(--paper-light); color: var(--ink); }
.button-light.solid:hover { background: var(--white); }
.button.wide { width: 100%; }
.text-link { padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-family: var(--serif); font-size: 15px; }
.text-link span { margin-left: 7px; }
.light-link { color: var(--white); }
.hero-proof { position: absolute; z-index: 2; right: 4vw; bottom: 5vh; display: grid; grid-template-columns: repeat(3, auto); gap: 36px; }
.hero-proof p { margin: 0; display: flex; flex-direction: column; border-left: 1px solid rgba(255,255,255,.34); padding-left: 14px; }
.hero-proof strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.hero-proof span { margin-top: 2px; color: rgba(255,255,255,.68); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.prototype-note { position: absolute; z-index: 2; right: 4vw; top: 106px; margin: 0; color: rgba(255,255,255,.64); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 18px; width: 25px; height: 42px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.55); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; margin-left: -1.5px; border-radius: 5px; background: var(--white); animation: scrollCue 2s infinite; }

.section-pad { padding: 140px 7vw; }
.stories { background: var(--paper); }
.section-intro { display: grid; grid-template-columns: .55fr 1.25fr 1fr; gap: 5vw; align-items: end; max-width: 1380px; margin: 0 auto 78px; }
.section-intro .eyebrow { align-self: start; margin-top: 13px; }
.section-intro h2, .explorer-heading h2 { margin: 0; font-size: clamp(44px, 5.7vw, 84px); line-height: .93; letter-spacing: -.045em; }
.section-intro > p:last-child { max-width: 420px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.story-shell { max-width: 1380px; margin: 0 auto; }
.story-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-tabs button { position: relative; min-height: 77px; padding: 12px 18px; border: 0; border-right: 1px solid var(--line); background: transparent; text-align: left; font-family: var(--serif); font-size: 16px; cursor: pointer; }
.story-tabs button:last-child { border-right: 0; }
.story-tabs button span { display: block; margin-bottom: 8px; color: var(--bronze); font-family: var(--sans); font-size: 8px; letter-spacing: .15em; }
.story-tabs button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--ink); transition: right .3s ease; }
.story-tabs button[aria-selected="true"]::after { right: 0; }
.story-panel { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, .75fr); min-height: 640px; }
.story-image-wrap { position: relative; min-height: 640px; overflow: hidden; background: #d9d5cd; }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.image-count { position: static; display: block; padding: 16px 0; color: #795532; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; font-size: 14px; font-weight: 500; letter-spacing: .12em; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5vw, 78px); background: var(--paper-light); }
.story-copy h3 { margin: 0; font-size: clamp(40px, 4vw, 62px); line-height: .98; letter-spacing: -.04em; }
.story-copy > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.72; font-size: 14px; }
.story-copy .story-detail { margin: 18px 0 31px; padding-top: 18px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 16px; }
.story-copy .button { align-self: flex-start; }

.explorer { padding-bottom: 70px; color: var(--white); background: var(--ink); }
.explorer-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: 1380px; margin: 0 auto 70px; }
.explorer-heading h2 em { color: #baa98e; }
.segmented { display: inline-flex; padding: 4px; border: 1px solid rgba(255,255,255,.18); }
.segmented button { padding: 13px 18px; border: 0; color: rgba(255,255,255,.65); background: transparent; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.segmented button[aria-pressed="true"] { color: var(--ink); background: var(--paper-light); }
.explorer-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr); max-width: 1380px; min-height: 680px; margin: 0 auto; border: 1px solid rgba(255,255,255,.15); }
.explorer-visual { position: relative; min-height: 680px; overflow: hidden; background: #25251f; }
.explorer-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 120px rgba(0,0,0,.18); pointer-events: none; }
.explorer-visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity .15s ease, transform .7s ease; }
.explorer-visual img.is-changing { opacity: .2; transform: scale(1.02); }
.explorer-visual p { position: absolute; z-index: 2; left: 22px; bottom: 18px; margin: 0; padding: 8px 10px; color: rgba(255,255,255,.85); background: rgba(0,0,0,.42); backdrop-filter: blur(7px); font-size: 9px; letter-spacing: .1em; }
.explorer-content { display: grid; grid-template-columns: 150px 1fr; }
.choice-list { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.15); }
.choice-list button { flex: 1; min-height: 82px; padding: 16px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); background: transparent; text-align: left; cursor: pointer; font-family: var(--serif); font-size: 16px; transition: background .2s ease, color .2s ease; }
.choice-list button:last-child { border-bottom: 0; }
.choice-list button:hover, .choice-list button.active { color: var(--white); background: rgba(255,255,255,.08); }
.choice-list button.active::before { content: "—"; margin-right: 8px; color: var(--bronze); }
.explorer-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 4vw, 64px); }
.explorer-copy h3 { margin: 0 0 22px; font-size: clamp(40px, 4.3vw, 66px); line-height: .95; letter-spacing: -.04em; }
.explorer-copy > p:not(.eyebrow):not(.fit-line) { margin: 0; color: rgba(255,255,255,.68); line-height: 1.75; font-size: 14px; }
.fit-line { margin: 28px 0 35px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.fit-line span { display: block; margin-bottom: 8px; color: var(--bronze); text-transform: uppercase; letter-spacing: .15em; font-size: 8px; }
.fit-line strong { color: rgba(255,255,255,.84); font-family: var(--serif); font-size: 15px; line-height: 1.45; font-weight: 400; }
.explorer-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.metadata-link { padding: 4px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); color: rgba(255,255,255,.7); background: transparent; cursor: pointer; font-size: 10px; letter-spacing: .08em; }
.gallery-pilot-link { padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,.65); color: var(--white); text-decoration: none; font-family: var(--serif); font-size: 14px; }
.gallery-pilot-link span { margin-left: 6px; }
[hidden] { display: none !important; }
.legacy-callout { display: grid; grid-template-columns: .45fr 1.7fr .55fr; gap: 4vw; align-items: start; max-width: 1380px; margin: 100px auto 0; padding-top: 55px; border-top: 1px solid rgba(255,255,255,.18); }
.legacy-callout blockquote { margin: 0; font-size: clamp(29px, 3.4vw, 51px); line-height: 1.12; letter-spacing: -.025em; }
.legacy-callout > div { color: rgba(255,255,255,.7); font-size: 12px; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px 7vw; color: var(--paper); background: var(--brand-header); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.site-footer p { margin: 0; }
.footer-brand { color: var(--white); }

.dialog { width: min(760px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; color: var(--ink); background: var(--paper-light); box-shadow: 0 30px 90px rgba(0,0,0,.36); }
.dialog::backdrop { background: rgba(11,11,9,.76); backdrop-filter: blur(6px); }
.dialog-card { position: relative; margin: 0; padding: clamp(38px, 6vw, 72px); }
.dialog-close { position: absolute; top: 18px; right: 20px; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-family: var(--serif); font-size: 28px; line-height: 1; }
.dialog h2 { margin: 0; font-size: clamp(42px, 6vw, 70px); line-height: .94; letter-spacing: -.045em; }
.dialog-intro { max-width: 580px; margin: 22px 0 30px; color: var(--ink-soft); line-height: 1.65; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.dialog label { display: block; margin-bottom: 18px; color: var(--ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.dialog input, .dialog select, .dialog textarea { width: 100%; margin-top: 8px; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-family: var(--serif); font-size: 17px; text-transform: none; letter-spacing: 0; }
.dialog textarea { resize: vertical; }
.dialog input:focus, .dialog select:focus, .dialog textarea:focus { border-color: var(--bronze); }
.form-success { text-align: center; padding: 40px 0; }
.form-success > span { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 30px; border: 1px solid var(--bronze); border-radius: 50%; color: var(--bronze); font-size: 26px; }
.form-success p:not(.eyebrow) { max-width: 480px; margin: 20px auto 30px; color: var(--ink-soft); line-height: 1.7; }
.metadata-dialog { width: min(820px, calc(100% - 28px)); }
.metadata-list { margin: 35px 0; border-top: 1px solid var(--line); }
.metadata-list div { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.metadata-list dt { color: var(--bronze); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.metadata-list dd { margin: 0; font-family: var(--serif); font-size: 15px; line-height: 1.45; overflow-wrap: anywhere; }
.privacy-line { color: var(--sage); font-size: 11px; }
.privacy-line span { margin-right: 7px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes heroReveal { from { opacity: 0; transform: scale(1.03); } to { opacity: 1; transform: scale(1); } }
@keyframes scrollCue { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(15px); } }

@media (max-width: 1020px) {
  .site-header { height: 72px; }
  .menu-button { display: block; color: inherit; cursor: pointer; }
  .primary-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 5vw 28px; color: var(--ink); background: var(--paper-light); border-top: 1px solid var(--line); box-shadow: 0 25px 45px rgba(0,0,0,.16); }
  .primary-nav.is-open { display: flex; }
  .primary-nav button { padding: 15px 0; text-align: left; font-family: var(--serif); font-size: 21px; }
  .primary-nav .nav-cta { margin-top: 10px; padding: 15px; border-color: var(--ink); text-align: center; font-family: var(--sans); font-size: 10px; }
  .site-header:not(.scrolled):has(.primary-nav.is-open) { color: var(--ink); background: var(--paper-light); }
  .hero-content { padding-left: 6vw; padding-right: 6vw; }
  .hero-proof { display: none; }
  .section-pad { padding: 100px 5vw; }
  .section-intro { grid-template-columns: 1fr 1fr; }
  .section-intro .eyebrow { grid-column: 1 / -1; }
  .story-panel { grid-template-columns: 1.3fr .8fr; }
  .explorer-grid { grid-template-columns: 1fr; }
  .explorer-visual { min-height: min(68vw, 650px); }
  .explorer-content { min-height: 500px; }
  .legacy-callout { grid-template-columns: 1fr 3fr; }
  .legacy-callout > div { grid-column: 2; }
}

@media (max-width: 700px) {
  .brand-type { font-size: 10px; }
  .hero { min-height: 820px; }
  .hero-image { object-position: 59% center; }
  .hero-content { padding: 150px 23px 90px; }
  .hero #hero-title { font-size: clamp(52px, 17vw, 76px); line-height: .87; }
  .hero-deck { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .prototype-note { left: 23px; right: auto; top: 88px; }
  .scroll-cue { display: none; }
  .section-pad { padding: 80px 22px; }
  .section-intro { grid-template-columns: 1fr; gap: 23px; margin-bottom: 50px; }
  .section-intro .eyebrow { grid-column: auto; }
  .section-intro h2, .explorer-heading h2 { font-size: 48px; }
  .story-tabs { grid-template-columns: 1fr 1fr; }
  .story-tabs button:nth-child(2) { border-right: 0; }
  .story-tabs button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-panel { grid-template-columns: 1fr; min-height: 0; }
  .story-image-wrap { min-height: 390px; }
  .story-copy { padding: 42px 26px; }
  .explorer-heading { align-items: flex-start; flex-direction: column; margin-bottom: 42px; }
  .segmented { width: 100%; }
  .segmented button { flex: 1; }
  .explorer-grid { min-height: 0; }
  .explorer-visual { min-height: 390px; }
  .explorer-content { display: block; min-height: 0; }
  .choice-list { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); scrollbar-width: none; }
  .choice-list::-webkit-scrollbar { display: none; }
  .choice-list button { flex: 0 0 auto; min-height: 60px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 0; white-space: nowrap; }
  .explorer-copy { padding: 42px 24px; }
  .legacy-callout { grid-template-columns: 1fr; gap: 20px; margin-top: 70px; }
  .legacy-callout > div { grid-column: auto; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .dialog-card { padding: 58px 25px 34px; }
  .dialog h2 { font-size: 46px; }
  .metadata-list div { grid-template-columns: 1fr; gap: 7px; }
}

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

:focus-visible { outline: 2px solid var(--bronze); outline-offset: 4px; }

@media (min-width: 1021px) and (max-width: 1350px) { .primary-nav { gap: 12px; } .site-header { padding-left: 3vw; padding-right: 3vw; } }

.inquiry-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
#inquiry-status { color:var(--ink-soft); font-size:14px; line-height:1.5; }
#inquiry-form button:disabled { opacity:.55; cursor:not-allowed; }
