/* Shift Focus Photography — celebration theme: warm champagne, marigold & festive red
   (var names kept from the original: --ivory = page background, --ink = text) */
:root {
  --ivory: #fdf6ea;
  --ivory-deep: #f7ecd9;
  --ink: #40261c;
  --muted: #a3805f;
  --hair: rgba(64, 38, 28, .16);
  --bronze: #c47318;
  --festive: #b23b34;
  --band: #67221b;
  --band-text: #f9e9cb;
  --gold: #e9b949;
  --sans: "Hanken Grotesk", Helvetica, Arial, sans-serif;
  --serif: "Fraunces", Georgia, serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-x: hidden;
}
::selection { background: var(--bronze); color: #fff; }
img { display: block; max-width: 100%; }
a { color: inherit; }
body::after { /* film grain */
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Navigation ---------- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 4vw;
  transition: background .4s, box-shadow .4s;
}
nav.solid { background: rgba(253, 246, 234, .93); backdrop-filter: blur(8px); }
.brand img { height: clamp(84px, 10vw, 128px); width: auto; filter: invert(.82) sepia(.4); transition: height .3s; }
nav.on-photo:not(.solid) .brand img { filter: none; }
.nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
.nav-links a {
  text-decoration: none; font-size: .68rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--ink); opacity: .68; transition: opacity .3s;
}
.nav-links a:hover { opacity: 1; }
.nav-call { opacity: 1 !important; border-bottom: 1px solid var(--bronze); padding-bottom: 3px; color: var(--bronze) !important; }
nav.on-photo:not(.solid) .nav-links a { color: #fff; }
nav.on-photo:not(.solid) .nav-call { color: #fff !important; border-color: rgba(255,255,255,.7); }
@media (max-width: 780px) {
  .nav-links { gap: 20px; }
  .nav-links li:not(:last-child) { display: none; }
  .brand img { height: 72px; }
}

/* ---------- Hero ---------- */
.hero { position: relative; height: 100svh; min-height: 560px; }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: contrast(1.05) saturate(1.06); }
.hero .veil { position: absolute; inset: 0; background: linear-gradient(200deg, rgba(20,18,15,0) 45%, rgba(20,18,15,.34) 100%); }
.hero-copy > div { padding: clamp(30px, 6vw, 70px) clamp(40px, 8vw, 110px); background: radial-gradient(closest-side, rgba(20,18,15,.22), transparent); }
.hero-copy {
  position: absolute; inset: 0; display: grid; place-items: center;
  text-align: center; color: #fff; padding: 0 4vw;
}
.hero-copy .eyebrow { color: rgba(255,255,255,.85); }
.hero-logo { height: clamp(120px, 18vw, 200px); width: auto; margin: 0 auto 34px; filter: drop-shadow(0 2px 24px rgba(20,18,15,.45)); }
.hero-copy h1 {
  font-family: var(--serif); font-weight: 300; font-size: clamp(1.9rem, 3.8vw, 3.4rem);
  line-height: 1.1; max-width: 15em; margin: 16px auto 0;
  color: rgba(255,255,255,.94);
  text-shadow: 0 1px 12px rgba(20,18,15,.35);
}
.hero-copy h1 em { font-style: italic; }
.hero-scroll {
  position: absolute; right: 4vw; bottom: 7vh; color: rgba(255,255,255,.8);
  font-size: .62rem; letter-spacing: .35em; text-transform: uppercase;
  writing-mode: vertical-rl; height: 90px;
}
@media (max-width: 780px) { .hero-scroll { display: none; } }

/* ---------- Shared editorial primitives ---------- */
.eyebrow {
  font-size: .64rem; letter-spacing: .34em; text-transform: uppercase; color: var(--muted);
}
.statement {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(1.7rem, 3.6vw, 3.1rem); line-height: 1.22;
}
.statement em { font-style: italic; color: var(--festive); }
.hero-copy h1 em { color: var(--gold); }
.smalltext { color: var(--muted); max-width: 46ch; }
.wrap { padding-left: 4vw; padding-right: 4vw; }
.center { text-align: center; }
.center .smalltext { margin-left: auto; margin-right: auto; }

section, .band { padding-top: clamp(90px, 12vh, 150px); padding-bottom: clamp(90px, 12vh, 150px); }

/* soft fade-in only */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 1.1s ease, transform 1.1s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Editorial gallery ---------- */
.folio { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(14px, 2vw, 30px); align-items: start; }
.ph { position: relative; overflow: hidden; }
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s cubic-bezier(.2,.6,.2,1); }
.ph:hover img { transform: scale(1.035); }
.ph .tag {
  position: absolute; left: 18px; bottom: 16px; color: #fff;
  text-shadow: 0 1px 16px rgba(20,18,15,.55);
}
.ph .tag .t1 { font-family: var(--serif); font-style: italic; font-size: 1.25rem; line-height: 1.3; }
.ph .tag .t2 { font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; opacity: .85; margin-top: 4px; }
.full-bleed { width: 100%; }
.full-bleed img { width: 100%; height: min(92vh, 900px); object-fit: cover; }

/* home folio arrangement */
.fA { grid-column: 1 / span 7; aspect-ratio: 4/5; }
.fB { grid-column: 9 / span 4; aspect-ratio: 3/4; margin-top: clamp(60px, 10vw, 140px); }
.fC { grid-column: 2 / span 4; aspect-ratio: 3/4; margin-top: clamp(40px, 6vw, 90px); }
.fD { grid-column: 7 / span 6; aspect-ratio: 4/5; }
.fE { grid-column: 1 / span 8; aspect-ratio: 3/2; margin-top: clamp(20px, 4vw, 60px); }
.fF { grid-column: 9 / span 4; aspect-ratio: 3/4; margin-top: clamp(80px, 12vw, 160px); }
.fG { grid-column: 1 / span 5; aspect-ratio: 4/5; }
.fH { grid-column: 6 / span 7; aspect-ratio: 3/2; margin-top: clamp(40px, 7vw, 110px); }
@media (max-width: 780px) {
  .folio { grid-template-columns: 1fr; }
  .folio .ph { grid-column: 1 / -1 !important; margin-top: 0 !important; aspect-ratio: 4/5; }
}

/* ---------- Numbered story steps ---------- */
.steps-ed { max-width: 720px; }
.step-ed { display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid var(--hair); }
.step-ed:last-child { border-bottom: none; }
.step-ed .n { font-family: var(--serif); font-style: italic; color: var(--bronze); font-size: 1.1rem; padding-top: 4px; }
.step-ed h3 { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; margin-bottom: 6px; }
.step-ed p { color: var(--muted); font-size: .95rem; max-width: 50ch; }

.exp-side { aspect-ratio: 3/4; position: sticky; top: 110px; }
@media (max-width: 780px) { .exp-side { position: static; aspect-ratio: 4/5; } }

/* ---------- Moments list ---------- */
.moments { list-style: none; margin-top: 34px; }
.moments li {
  font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 2vw, 1.55rem);
  padding: 12px 0; border-bottom: 1px solid var(--hair); line-height: 1.4;
}
.moments li:last-child { border-bottom: none; }

/* ---------- Two-column editorial ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: center; }
@media (max-width: 780px) { .duo { grid-template-columns: 1fr; } }

/* ---------- Film block ---------- */
.film { position: relative; overflow: hidden; }
.film img { width: 100%; height: min(80vh, 760px); object-fit: cover; }
.film .veil { position: absolute; inset: 0; background: rgba(20,18,15,.34); transition: background .8s; }
.film:hover .veil { background: rgba(20,18,15,.22); }
.film .film-copy {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center; color: #fff;
}
.film .film-copy .t1 { font-family: var(--serif); font-style: italic; font-size: clamp(1.8rem, 4vw, 3rem); }
.film .film-copy .t2 { font-size: .64rem; letter-spacing: .34em; text-transform: uppercase; margin-top: 14px; opacity: .85; }

/* ---------- Quote ---------- */
.bigquote {
  font-family: var(--serif); font-weight: 300; font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.4; max-width: 26em; margin: 0 auto;
}
.quote-by { margin-top: 28px; font-size: .64rem; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); }

/* ---------- Buttons / links ---------- */
.lnk {
  display: inline-block; text-decoration: none; color: var(--ink);
  font-size: .7rem; letter-spacing: .28em; text-transform: uppercase;
  border-bottom: 1px solid var(--ink); padding-bottom: 6px; transition: .3s;
}
.lnk:hover { color: var(--bronze); border-color: var(--bronze); }
.lnk.lt { color: var(--band-text); border-color: rgba(249,233,203,.7); }
.lnk.lt:hover { color: var(--gold); border-color: var(--gold); }

/* ---------- Forms ---------- */
form { display: grid; gap: 22px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
label { font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 8px; }
input, textarea, select {
  width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--hair); border-radius: 0;
  padding: 10px 2px; color: var(--ink); font-family: var(--sans); font-weight: 300; font-size: 1rem; transition: border-color .3s;
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--ink); }
.svc-checks { display: flex; flex-wrap: wrap; gap: 10px; }
.svc-checks input { display: none; }
.svc-checks span {
  display: inline-block; padding: 8px 16px; border: 1px solid var(--hair);
  font-size: .68rem; letter-spacing: .14em; cursor: pointer; transition: .25s; user-select: none;
}
.svc-checks input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--ivory); }
button.lnk { background: none; border-top: none; border-left: none; border-right: none; cursor: pointer; justify-self: start; }
@media (max-width: 780px) { .f-row { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq-list { max-width: 700px; }
details { border-bottom: 1px solid var(--hair); }
summary {
  list-style: none; cursor: pointer; padding: 24px 0;
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  font-family: var(--serif); font-weight: 400; font-size: 1.2rem;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--bronze); font-size: 1.3rem; transition: transform .3s; }
details[open] summary::after { transform: rotate(45deg); }
details p { padding: 0 0 24px; color: var(--muted); max-width: 58ch; }

/* ---------- Subpage headers ---------- */
.page-head { padding: 180px 4vw 0; }
.page-head h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(2.4rem, 5.4vw, 4.4rem); line-height: 1.1; margin-top: 16px; }
.page-head h1 em { font-style: italic; }
.page-head .smalltext { margin-top: 20px; }

/* ---------- Packages editorial ---------- */
.pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px, 5vw, 80px); }
.pkg-ed { border-top: 1px solid var(--ink); padding-top: 28px; }
.pkg-ed .pk-no { font-family: var(--serif); font-style: italic; color: var(--bronze); font-size: 1rem; }
.pkg-ed h3 { font-family: var(--serif); font-weight: 400; font-size: 1.6rem; margin: 10px 0 4px; }
.pkg-ed .pk-for { font-style: italic; font-family: var(--serif); color: var(--muted); margin-bottom: 22px; }
.pkg-ed ul { list-style: none; margin-bottom: 30px; }
.pkg-ed li { padding: 8px 0; border-bottom: 1px solid var(--hair); font-size: .92rem; color: #6d4c35; }
.pkg-ed li:last-child { border-bottom: none; }
@media (max-width: 900px) { .pkgs { grid-template-columns: 1fr; } }

/* ---------- Contact band ---------- */
.cta-band {
  background: radial-gradient(ellipse 70% 90% at 50% 100%, rgba(233,185,73,.22), transparent 65%), var(--band);
  color: var(--band-text); text-align: center;
}
.cta-band .statement { color: var(--band-text); }
.cta-band .statement em { color: var(--gold); }
.cta-band .phone {
  font-family: var(--serif); font-weight: 300; font-size: clamp(1.9rem, 4.6vw, 3.6rem);
  color: var(--band-text); text-decoration: none; display: inline-block; margin-top: 26px;
}
.cta-band .phone:hover { color: var(--gold); }
.cta-band .addr { color: rgba(249,233,203,.6); margin-top: 18px; font-size: .92rem; }

footer {
  border-top: 1px solid var(--hair); padding: 34px 4vw;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
}
footer a { text-decoration: none; }
