:root {
  --sage: #586f6c;
  --sage-dark: #354946;
  --ivory: #f1efe7;
  --paper: #fbfaf6;
  --ink: #1d2624;
  --muted: #6f7571;
  --line: rgba(29, 38, 36, 0.18);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: "Segoe Script", "Bradley Hand", "Brush Script MT", cursive;
  --pad: clamp(1.25rem, 5vw, 5rem);
  --content: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }

.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;
  top: 1rem;
  left: 1rem;
  z-index: 999;
  padding: 0.7rem 1rem;
  background: var(--paper);
  transform: translateY(-200%);
}

.skip-link:focus { transform: none; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.section-pad {
  width: min(100%, var(--content));
  margin-inline: auto;
  padding-inline: var(--pad);
}

.eyebrow {
  margin: 0 0 1.2rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

h1 { font-size: clamp(4.3rem, 10.5vw, 10.5rem); }
h2 { font-size: clamp(3rem, 6.6vw, 7rem); }
h1 em, h2 em, blockquote em { font-weight: 400; color: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  padding: 0 var(--pad);
  color: white;
  transition: background 300ms ease, color 300ms ease, height 300ms ease, box-shadow 300ms ease;
}

.site-header.scrolled {
  height: 72px;
  color: var(--ink);
  background: rgba(241, 239, 231, 0.9);
  box-shadow: 0 1px 0 rgba(29, 38, 36, 0.1);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.brand-mark { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.15; }
.brand-mark path { stroke-width: 1.4; }
.brand-copy { display: grid; line-height: 0.85; }
.brand-copy strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; letter-spacing: 0.04em; }
.brand-copy small { justify-self: end; font-size: 0.52rem; letter-spacing: 0.28em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.5rem); }
.site-nav a { position: relative; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -0.35rem; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 250ms ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 0.75rem 1.15rem; border: 1px solid currentColor; border-radius: 999px; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: max(720px, 100svh);
  display: flex;
  align-items: end;
  color: white;
  isolation: isolate;
  overflow: hidden;
}

.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 42%; animation: heroReveal 1.8s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(10, 18, 16, 0.6) 0%, rgba(10, 18, 16, 0.13) 56%, rgba(10, 18, 16, 0.1) 100%), linear-gradient(0deg, rgba(10, 18, 16, 0.48) 0%, transparent 47%); }

.hero-content { position: relative; z-index: 2; width: min(100%, var(--content)); margin-inline: auto; padding: 12rem var(--pad) 4.5rem; }
.hero-eyebrow { animation: rise 900ms 350ms both; }
.hero h1 { max-width: 1100px; animation: rise 1s 450ms both; }
.hero h1 em { display: inline-block; font-style: italic; transform: translateX(clamp(0rem, 9vw, 8rem)); }
.hero-intro { max-width: 29rem; margin: 2rem 0 0 clamp(0rem, 9vw, 8rem); font-family: var(--serif); font-size: clamp(1rem, 1.5vw, 1.3rem); animation: rise 1s 600ms both; }

.circle-link {
  position: absolute;
  right: var(--pad);
  bottom: 3.5rem;
  width: 116px;
  height: 116px;
  display: grid;
  place-content: center;
  gap: 0.35rem;
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 50%;
  color: white;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 250ms ease, background 250ms ease, transform 250ms ease;
  animation: rise 1s 750ms both;
}

.circle-link svg { width: 18px; margin: auto; fill: none; stroke: currentColor; stroke-width: 1.5; }
.circle-link:hover { color: var(--ink); background: var(--ivory); transform: translateY(-5px); }
.hero-side { position: absolute; z-index: 2; right: 1rem; top: 50%; margin: 0; font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; writing-mode: vertical-rl; transform: translateY(-50%); }

.intro {
  display: grid;
  grid-template-columns: 0.7fr 2.2fr 1.35fr;
  gap: clamp(2rem, 5vw, 7rem);
  align-items: end;
  padding-block: clamp(7rem, 12vw, 13rem);
}

.intro-index { align-self: start; color: var(--muted); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; }
.intro h2 em { color: var(--sage); font-style: italic; }
.intro-text { margin: 0 0 0.5rem; font-family: var(--serif); font-size: clamp(1.1rem, 1.65vw, 1.45rem); line-height: 1.65; }

.stories { padding-bottom: clamp(8rem, 12vw, 13rem); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 4.5rem; }
.section-head h2 em { color: var(--sage); font-style: italic; }
.section-head > p { max-width: 21rem; margin: 0 0 0.75rem; color: var(--muted); font-family: var(--serif); font-size: 1.15rem; }

.editorial-grid {
  width: min(100%, var(--content));
  margin: auto;
  padding-inline: var(--pad);
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 1fr;
  grid-template-rows: auto auto;
  gap: clamp(1rem, 2.2vw, 2.5rem);
  align-items: start;
}

.photo { position: relative; display: block; padding: 0; border: 0; color: white; background: var(--sage-dark); cursor: zoom-in; overflow: hidden; text-align: left; }
.photo picture, .photo img { width: 100%; height: 100%; }
.photo img { object-fit: cover; transition: transform 900ms cubic-bezier(.2,.8,.2,1), filter 500ms ease; }
.photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 16, 14, 0.45), transparent 45%); }
.photo:hover img { transform: scale(1.035); filter: saturate(0.82); }
.photo > span { position: absolute; z-index: 2; left: 1.2rem; bottom: 1.1rem; display: flex; gap: 0.7rem; align-items: center; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.photo > span b { font-weight: 400; opacity: 0.65; }
.photo-tall { grid-row: 1 / span 2; aspect-ratio: 2 / 3; }
.photo-wide { grid-column: 2 / span 2; aspect-ratio: 16 / 9; }
.photo-soft { aspect-ratio: 4 / 5; margin-top: 4rem; }
.photo-detail { aspect-ratio: 4 / 5; }
.story-statement { position: relative; min-height: 17rem; display: grid; place-content: center; padding: 2rem; }
.story-statement p { max-width: 18rem; margin: 0; font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2.25rem); line-height: 1.25; }
.scribble { position: absolute; top: 0; right: 0; color: var(--sage); font-family: var(--script); font-size: clamp(1.4rem, 2.3vw, 2.2rem); transform: rotate(-8deg); }

.filmstrip { padding: 2rem 0 8rem; overflow: hidden; background: var(--sage); color: var(--ivory); }
.filmstrip::before { content: "Featured frames — Featured frames — Featured frames — Featured frames"; display: block; padding: 1rem 0 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.24); font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.5rem); font-style: italic; white-space: nowrap; animation: ticker 22s linear infinite; }
.filmstrip-track { display: flex; gap: 1.2rem; width: max-content; padding: 3.5rem var(--pad) 0; }
.filmstrip figure { width: clamp(230px, 25vw, 390px); margin: 0; }
.filmstrip figure:nth-child(even) { margin-top: 4rem; }
.filmstrip img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(0.85); }
.filmstrip figcaption { margin-top: 0.65rem; font-family: var(--serif); font-size: 1.1rem; font-style: italic; }

.experience {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: clamp(3rem, 9vw, 10rem);
  align-items: center;
  padding-block: clamp(8rem, 13vw, 14rem);
}

.experience-visual { position: relative; padding: 1.5rem 0 0 1.5rem; }
.experience-visual::before { content: ""; position: absolute; inset: 0 1.5rem 1.5rem 0; border: 1px solid var(--sage); }
.arch-frame { position: relative; aspect-ratio: 4 / 5; border-radius: 50% 50% 0 0 / 28% 28% 0 0; overflow: hidden; }
.arch-frame img { width: 100%; height: 100%; object-fit: cover; }
.floating-note { position: absolute; right: -2rem; bottom: 12%; display: grid; place-items: center; width: 116px; height: 116px; border-radius: 50%; color: var(--ivory); background: var(--sage); font-family: var(--script); font-size: 1.15rem; line-height: 1.25; text-align: center; transform: rotate(8deg); }
.experience-copy h2 em { color: var(--sage); font-style: italic; }
.lead { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.4; }
.experience-copy > p:not(.eyebrow) { max-width: 36rem; }
.steps { margin: 3.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--sage); font-family: var(--serif); font-size: 0.9rem; }
.steps strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.steps p { margin: 0.4rem 0 0; color: var(--muted); font-size: 0.9rem; }

.quote-break { position: relative; min-height: min(82vh, 880px); display: grid; place-items: center; color: white; text-align: center; overflow: hidden; }
.quote-break > img, .quote-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.quote-break > img { object-fit: cover; object-position: center; }
.quote-overlay { background: rgba(24, 42, 38, 0.48); }
.quote-break blockquote { position: relative; margin: 0; padding: 2rem var(--pad); font-family: var(--serif); font-size: clamp(3rem, 7vw, 7.5rem); letter-spacing: -0.045em; line-height: 0.95; }
.quote-break blockquote em { font-style: italic; }

.about { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(4rem, 10vw, 12rem); align-items: center; padding-block: clamp(8rem, 13vw, 14rem); }
.about-copy { padding-left: clamp(0rem, 4vw, 4rem); }
.about h2 em { color: var(--sage); font-style: italic; }
.about-copy > p:not(.eyebrow) { max-width: 34rem; }
.text-link { display: inline-flex; gap: 2rem; margin-top: 1.8rem; padding-bottom: 0.35rem; border-bottom: 1px solid currentColor; font-size: 0.75rem; font-weight: 650; letter-spacing: 0.14em; text-decoration: none; text-transform: uppercase; }
.about-collage { position: relative; min-height: 650px; }
.about-main { width: 68%; height: 640px; margin-left: auto; object-fit: cover; }
.about-small { position: absolute; left: 0; bottom: 2rem; width: 42%; aspect-ratio: 4 / 5; border: 0.8rem solid var(--ivory); object-fit: cover; }
.seal { position: absolute; top: 2rem; left: 12%; width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; color: var(--ivory); background: var(--sage); }
.seal span { position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,0.5); border-radius: 50%; font-size: 0; }
.seal span::after { content: "AUTHENTIC · ELEGANT · EMOTIONAL"; position: absolute; inset: 9px; font-size: 0.43rem; letter-spacing: 0.14em; line-height: 1.3; text-align: center; }
.seal b { font-family: var(--serif); font-size: 2rem; font-weight: 400; }

.contact { position: relative; min-height: 760px; display: grid; place-items: center; padding: var(--pad); overflow: hidden; }
.contact-bg, .contact-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-bg img { object-fit: cover; object-position: center 52%; filter: saturate(0.65) brightness(0.62); }
.contact-card { position: relative; width: min(640px, 100%); padding: clamp(2.2rem, 6vw, 5.5rem); text-align: center; background: rgba(241,239,231,0.95); box-shadow: 0 30px 90px rgba(8, 16, 14, 0.2); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.contact-card h2 em { color: var(--sage); font-style: italic; }
.contact-card > p:not(.eyebrow) { max-width: 30rem; margin: 1.8rem auto 2.2rem; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-width: min(100%, 300px); padding: 1rem 1.25rem; color: var(--ivory); background: var(--sage); font-size: 0.74rem; font-weight: 650; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; transition: background 250ms ease, transform 250ms ease; }
.primary-button:hover { background: var(--sage-dark); transform: translateY(-3px); }
.contact-card small { display: block; margin-top: 1.2rem; color: var(--muted); }

.footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; align-items: end; padding: 5rem var(--pad) 2rem; color: var(--ivory); background: var(--ink); }
.footer-brand { align-self: start; }
.footer > p { margin: 0; font-family: var(--serif); font-size: 1.05rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem 1.7rem; justify-content: end; }
.footer-links a { font-size: 0.68rem; letter-spacing: 0.11em; text-decoration: none; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.55); font-family: var(--sans) !important; font-size: 0.65rem !important; letter-spacing: 0.1em; text-transform: uppercase; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; padding: 2rem; border: 0; color: white; background: rgba(12, 18, 17, 0.96); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox::backdrop { background: rgba(12, 18, 17, 0.85); }
.lightbox img { max-width: min(90vw, 1200px); max-height: 82vh; object-fit: contain; }
.lightbox p { margin: 0.7rem 0 0; font-family: var(--serif); font-style: italic; }
.lightbox-close { position: fixed; top: 1.25rem; right: 1.5rem; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,0.45); border-radius: 50%; color: white; background: transparent; font-size: 1.8rem; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity 800ms ease, transform 900ms cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; padding: 10rem var(--pad) 6rem; background: var(--ivory); }
.legal-page .legal-wrap { width: min(760px, 100%); margin: auto; }
.legal-page h1 { font-size: clamp(3.4rem, 7vw, 6.5rem); color: var(--sage); }
.legal-page h2 { margin-top: 3rem; font-size: 1.65rem; letter-spacing: -0.02em; line-height: 1.2; }
.legal-page a { color: var(--sage-dark); }
.legal-back { display: inline-flex; margin-bottom: 3rem; font-size: 0.72rem; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase; }
.legal-notice { margin: 2rem 0; padding: 1.25rem; border-left: 3px solid #a86151; background: rgba(168,97,81,0.08); }

@keyframes heroReveal { from { transform: scale(1.08); filter: blur(8px); } to { transform: scale(1); filter: blur(0); } }
@keyframes rise { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes ticker { to { transform: translateX(-48%); } }

@media (max-width: 980px) {
  .menu-toggle { position: relative; z-index: 102; width: 48px; height: 48px; display: grid; place-content: center; gap: 5px; padding: 0; border: 0; color: inherit; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: transform 250ms ease, opacity 250ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; display: grid; place-content: center; gap: 1.8rem; color: var(--ivory); background: var(--sage-dark); text-align: center; opacity: 0; visibility: hidden; transform: translateY(-2%); transition: opacity 300ms ease, visibility 300ms ease, transform 300ms ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-family: var(--serif); font-size: clamp(2rem, 8vw, 4rem); font-weight: 400; letter-spacing: -0.02em; text-transform: none; }
  .nav-cta { margin-top: 1rem; border-radius: 0; }
  .site-header:has(.site-nav.open) { color: var(--ivory); background: transparent; box-shadow: none; }
  .hero-side { display: none; }
  .intro { grid-template-columns: 0.25fr 1.25fr; }
  .intro-text { grid-column: 2; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }
  .photo-tall { grid-row: 1 / span 2; }
  .story-statement { min-height: 13rem; }
  .photo-wide { grid-column: 1 / span 2; }
  .photo-soft { margin-top: 0; }
  .experience { gap: 5rem; }
  .about { gap: 4rem; }
  .about-collage { min-height: 560px; }
  .about-main { height: 550px; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 760px; }
  .hero-media img { object-position: 40% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,15,13,0.68) 0%, rgba(8,15,13,0.08) 72%); }
  .hero-content { padding-bottom: 2rem; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 6rem); }
  .hero h1 em { transform: none; }
  .hero-intro { margin-left: 0; max-width: 21rem; }
  .circle-link { position: static; width: 92px; height: 92px; margin: 2rem 0 0 auto; font-size: 0.58rem; }
  .intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .intro-index { display: none; }
  .intro-text { grid-column: auto; margin-top: 1.5rem; }
  .section-head { display: block; }
  .section-head > p { margin-top: 1.5rem; }
  .editorial-grid { grid-template-columns: 1fr; }
  .photo-tall, .photo-wide, .photo-soft, .photo-detail, .story-statement { grid-column: auto; grid-row: auto; }
  .photo-tall { aspect-ratio: 4 / 5; }
  .photo-wide { aspect-ratio: 4 / 5; }
  .story-statement { order: 2; min-height: 12rem; padding-inline: 0; }
  .photo-soft { order: 3; }
  .photo-detail { order: 4; }
  .filmstrip { padding-bottom: 5rem; }
  .filmstrip-track { overflow-x: auto; width: 100%; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .filmstrip-track::-webkit-scrollbar { display: none; }
  .filmstrip figure { flex: 0 0 72vw; width: 72vw; scroll-snap-align: center; }
  .filmstrip figure:nth-child(even) { margin-top: 0; }
  .experience { grid-template-columns: 1fr; }
  .experience-visual { margin-right: 1rem; }
  .floating-note { right: -1rem; width: 96px; height: 96px; font-size: 1rem; }
  .about { grid-template-columns: 1fr; }
  .about-copy { padding-left: 0; }
  .about-collage { min-height: 500px; order: -1; }
  .about-main { width: 78%; height: 490px; }
  .about-small { width: 43%; }
  .seal { left: 4%; width: 98px; height: 98px; }
  .contact { min-height: 700px; padding-inline: 1rem; }
  .contact-card { padding-inline: 1.4rem; }
  .footer { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-links { justify-content: start; }
}

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