/* ── EELEGANT EVENTS — pages.css (subpage layouts) ──────────────────────── */

/* Shared: push content below fixed nav */
.page-top { margin-top: 96px; }

/* ═══════════════════════════════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════════════════════════════ */

.about-hero {
  position: relative;
  padding: clamp(80px, 12vw, 180px) 0 clamp(60px, 8vw, 120px);
  background: var(--ivory);
  overflow: hidden;
}

.about-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(64px, 13vw, 200px);
  line-height: .92;
  letter-spacing: -.01em;
  color: var(--noir);
  text-align: center;
}

.about-hero-title em {
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
  font-size: .62em;
  display: inline-block;
  margin: 0 .1em;
}

.about-hero-leaf {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(105vw, 1200px);
  transform: translate(-50%, -50%) rotate(-6deg);
  pointer-events: none;
  z-index: 0;
  opacity: .92;
}

.about-hero-title { position: relative; z-index: 1; }

@media (max-width: 700px) {
  .about-hero-leaf { width: 170vw; opacity: .8; }
}

.about-hero-photo {
  position: absolute;
  right: clamp(20px, 5vw, 90px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(160px, 18vw, 280px);
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* Bio split (light — Behind the Brand) — contained, top-aligned, like the reference */
.about-bio {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  background: var(--ivory);
  padding: clamp(50px, 5vw, 80px) clamp(24px, 5vw, 80px);
  max-width: 1100px;
  margin: 0 auto;
  min-height: 94vh;
}

.about-bio-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-bio-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.about-bio-panel {
  position: relative;
  color: var(--noir);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-bio-monogram {
  position: absolute;
  top: clamp(-60px, -7vw, -36px);
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 108px;
  border: 1px solid var(--noir);
}
.about-bio-monogram .mono-ee {
  display: inline-flex;
  align-items: center;
  font-family: 'Makcasa', var(--font-serif);
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
  color: var(--noir);
}
.about-bio-monogram .mono-e2 {
  margin-left: -0.3em;
  transform: translateY(0.28em);
}

.about-bio-eyebrow {
  position: absolute;
  top: clamp(28px, 4vw, 56px);
  right: clamp(28px, 4vw, 56px);
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(51,32,23,.6);
}

.about-bio-name {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(48px, 6vw, 96px);
  line-height: .98;
  color: var(--noir);
  margin-bottom: clamp(24px, 3vw, 40px);
}

.about-bio-text {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.55;
  color: var(--ink);
  max-width: 560px;
  margin-bottom: clamp(20px, 2.4vw, 28px);
}

.about-bio-role {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--emerald);
  margin: clamp(8px, 1vw, 16px) 0 clamp(24px, 3vw, 36px);
}

.about-bio-panel .btn-text {
  align-self: flex-start;
  color: var(--noir);
}

/* Hero collage — scattered overlapping photos under the title */
.about-collage {
  position: relative;
  height: clamp(420px, 60vw, 720px);
  max-width: 1300px;
  margin: clamp(20px, 4vw, 50px) auto 0;
  padding: 0 clamp(20px, 4vw, 60px);
}
.about-collage img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(51, 32, 23, .18);
}
.about-collage .ac-1 { left: 0;    top: 12%;  width: clamp(150px, 20vw, 280px); height: clamp(190px, 26vw, 360px); z-index: 2; }
.about-collage .ac-2 { left: 24%;  top: 0;    width: clamp(280px, 38vw, 560px); height: clamp(220px, 30vw, 420px); z-index: 1; }
.about-collage .ac-3 { right: 9%;  top: 16%;  width: clamp(130px, 15vw, 210px); height: clamp(170px, 20vw, 280px); z-index: 3; }
.about-collage .ac-4 { right: 0;   bottom: 0; width: clamp(150px, 17vw, 230px); height: clamp(120px, 13vw, 180px); z-index: 2; }

/* Mission statement + client pull-quotes */
.about-mission {
  background: var(--ivory);
  text-align: center;
  padding: clamp(60px, 8vw, 120px) clamp(24px, 5vw, 80px) 0;
}
.about-mission p {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(17px, 1.6vw, 23px);
  line-height: 1.7;
  color: var(--ink);
  max-width: 720px;
  margin: 0 auto clamp(22px, 2.6vw, 34px);
}

.about-quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 5vw, 80px);
  max-width: 1100px;
  margin: clamp(40px, 5vw, 80px) auto 0;
  padding: 0 clamp(24px, 5vw, 80px) clamp(30px, 4vw, 50px);
}
.about-quote { text-align: center; }
.about-quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.35;
  color: var(--noir);
  margin-bottom: 16px;
}
.about-quote cite {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .6;
}

/* Our Style & Approach — split, dark panel */
.about-style {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 94vh;
  margin: clamp(10px, 1.5vw, 20px) 0 clamp(40px, 6vw, 90px);
  background: url('../assets/site-images/paper-texture.png') center/cover;
  overflow: hidden;
}
.about-style-photo { position: relative; overflow: hidden; }
.about-style-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-style-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 90px) clamp(40px, 6vw, 100px);
  color: #1a1a1a;
}
.about-style-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(32px, 4.2vw, 64px);
  line-height: 1.08;
  margin-bottom: clamp(18px, 2.4vw, 30px);
  color: var(--emerald);
}
.about-style-title em { font-style: italic; }
.about-style-body {
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.6;
  color: rgba(0, 0, 0, .8);
  max-width: 460px;
}

/* Behind the Brand — layered photo + multi-paragraph bio */
.about-bio-intro {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .2em;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(51, 32, 23, .65);
  max-width: 480px;
  margin-bottom: clamp(20px, 2.6vw, 30px);
}
.about-bio-photo-wrap { position: relative; height: 70vh; }

/* Meet the Team — dark single-slide carousel */
.about-team {
  background: url('../assets/site-images/paper-texture.png') center/cover;
  color: #1a1a1a;
  padding: clamp(60px, 7vw, 100px) clamp(24px, 5vw, 80px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-team-head {
  text-align: center;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(34px, 5vw, 72px);
  margin-bottom: clamp(40px, 5vw, 70px);
  letter-spacing: -0.02em;
  color: var(--emerald);
}

/* ── Centered Container (slider only) ───────────────── */
.about-team-container {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
}

/* ── Side arrows (left/right edges of screen) ───────── */
.about-team-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  color: #1a1a1a;
  opacity: .6;
  transition: opacity .3s, transform .3s var(--ease-soft);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-team-arrow svg {
  width: clamp(36px, 4vw, 54px);
  height: 18px;
}
.about-team-arrow:hover { opacity: 1; }
.about-team-prev {
  left: clamp(24px, 5vw, 80px);
}
.about-team-prev:hover { transform: translateY(-50%) translateX(-6px); }
.about-team-next {
  right: clamp(24px, 5vw, 80px);
}
.about-team-next:hover { transform: translateY(-50%) translateX(6px); }

/* ── Slider wrapper ────────────────────────────────── */
.about-team-slider {
  width: 100%;
  position: relative;
}

/* ── Individual slide ──────────────────────────────── */
.about-team-slide {
  display: grid;
  grid-template-columns: 42fr 58fr;
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  width: 100%;
}
.about-team-slide:not(.is-active) { display: none; }

/* ── Info Panel (Left Column) ──────────────────────── */
.about-team-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-team-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(52px, 6.5vw, 92px);
  line-height: 0.90;
  margin-bottom: clamp(16px, 2.2vw, 26px);
  letter-spacing: -0.035em;
  color: var(--emerald);
}
.about-team-bio {
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.85);
  max-width: 540px;
  letter-spacing: -0.01em;
}

/* ── Photo wrapper stack (Right Column) ────────────── */
.about-team-photo-wrap {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
}

.about-team-photo-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 1.16 / 1;
}

/* Background Work photo - taller, peeks out below the front portrait */
.about-team-work-photo {
  position: absolute;
  top: -2%;
  right: 0;
  width: 56%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 2px;
  z-index: 1;
}
.about-team-work-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Foreground Portrait Card - Offset left and centered vertically */
.about-team-portrait-card {
  position: absolute;
  top: 3%;
  left: 17%;
  width: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.about-team-portrait {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 2px;
  border: 3px solid var(--emerald);
  box-shadow: 0 25px 55px rgba(0,0,0,.5);
}
.about-team-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Subtle Designation (Below the photo stack) ──────── */
.about-team-role {
  margin-top: clamp(20px, 3vw, 36px);
  font-family: var(--font-body);
  font-size: clamp(12px, 1vw, 13px);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
  text-align: center;
}

/* Closing client quote — reuses .testimonial-feature from main.css */
.testimonial-client--plain {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .6;
}

/* Continue the Adventure — 2-up teaser (image, then title/link below) */
.about-teasers { background: var(--ivory); padding: 0 clamp(24px, 5vw, 80px) clamp(70px, 9vw, 140px); }
.about-teasers-label {
  text-align: left;
  max-width: 920px;
  margin: 0 auto;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .55;
  padding: clamp(60px, 8vw, 110px) 0 clamp(30px, 4vw, 50px);
}
.about-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  max-width: 920px;
  margin: 0 auto;
}
.about-teaser-img { aspect-ratio: 3 / 4; overflow: hidden; margin-bottom: clamp(20px, 2.6vw, 32px); }
.about-teaser-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(10%);
  transition: transform .8s var(--ease-soft), filter .5s;
}
.about-teaser:hover .about-teaser-img img { transform: scale(1.04); filter: grayscale(0); }
.about-teaser-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 42px);
  color: var(--noir);
  margin-bottom: 10px;
}
.about-teaser-title em { font-style: italic; }
.about-teaser-link {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}

/* Shall We Begin — full-bleed closing CTA */
.about-final-cta {
  position: relative;
  min-height: clamp(600px, 94vh, 1080px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* iOS Safari ignores background-attachment: fixed reliably — fall back to a
   normal scrolling background there rather than show a broken/static image. */
@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  .about-final-cta { background-attachment: scroll; }
}
.about-final-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,12,8,.04), rgba(20,12,8,.18));
}
.about-final-cta-inner { position: relative; z-index: 2; text-align: center; color: var(--ivory); padding: 0 24px; }
.about-final-cta-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(46px, 7vw, 110px);
  line-height: 1;
  text-shadow: 0 4px 30px rgba(0,0,0,.3);
}
.about-final-cta-sub {
  margin: clamp(16px, 2vw, 28px) auto clamp(32px, 4vw, 48px);
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.3vw, 19px);
  max-width: 480px;
  color: rgba(249, 249, 245, .92);
}

/* Navigational CTA trio */
.about-links {
  background: var(--champagne);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.about-link-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(360px, 42vw, 560px);
  padding: clamp(32px, 4vw, 56px);
  overflow: hidden;
  border-right: 1px solid var(--hairline);
}
.about-link-card:last-child { border-right: none; }

.about-link-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(15%);
  transition: transform .8s var(--ease-soft), filter .5s;
}
.about-link-card:hover img { transform: scale(1.05); filter: grayscale(0%); }

.about-link-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(39,39,39,.6) 0%, rgba(39,39,39,.1) 60%, transparent 100%);
}

.about-link-card > * { position: relative; z-index: 2; }

.about-link-eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(249,249,245,.75);
  margin-bottom: 10px;
}

.about-link-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(26px, 2.6vw, 40px);
  color: var(--ivory);
  border-bottom: 1px solid rgba(249,249,245,.5);
  padding-bottom: 6px;
  align-self: flex-start;
}

/* ═══════════════════════════════════════════════════════════════
   SERVICES PAGE
═══════════════════════════════════════════════════════════════ */

/* Hero — full-bleed image, title overlaid bottom-left */
.svc-hero {
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  background: var(--ivory);
}
.svc-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .6s ease;
}
.svc-hero-bg.loaded {
  opacity: 1;
}
.svc-hero-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(40px, 8vw, 120px);
  line-height: .9;
  letter-spacing: -.01em;
  color: var(--ivory);
}
.svc-hero-title em {
  font-style: italic;
  font-family: var(--font-script);
  font-weight: 400;
  display: block;
  font-size: .42em;
  margin: .05em 0 -.1em;
}

/* Statement — large display intro */
.svc-statement {
  background: var(--ivory);
  text-align: center;
  padding: clamp(60px, 9vw, 130px) clamp(24px, 5vw, 80px) clamp(40px, 6vw, 80px);
}
.svc-statement-lead {
  font-family: 'Makcasa', var(--font-serif);
  font-weight: 400;
  font-size: clamp(24px, 3.2vw, 44px);
  line-height: 1.25;
  color: var(--noir);
  max-width: 1300px;
  margin: 0 auto;
}
.svc-statement-strong { font-weight: 400; }
.svc-statement-lead em { font-style: normal; }
.svc-statement-sub {
  font-family: 'Makcasa', var(--font-serif);
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.7;
  color: var(--ink);
  max-width: 750px;
  margin: clamp(30px, 4vw, 50px) auto 0;
}

/* What We're Known For — three image columns */
.svc-known {
  background: var(--ivory);
  padding: clamp(40px, 6vw, 90px) clamp(24px, 5vw, 80px) clamp(70px, 9vw, 130px);
}
.svc-known-eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: clamp(36px, 4vw, 60px);
}
.svc-known-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3.5vw, 56px);
  max-width: 1300px;
  margin: 0 auto;
  align-items: start;
}
.svc-known-col--raised { transform: translateY(clamp(-60px, -5vw, -36px)); }
.svc-known-media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: clamp(22px, 2.5vw, 34px);
}
.svc-known-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .9s var(--ease-soft);
}
.svc-known-col:hover .svc-known-media img { transform: scale(1.04); }
.svc-known-col h3 {
  font-family: 'Makcasa', var(--font-serif);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 32px);
  color: var(--noir);
  margin-bottom: 14px;
}
.svc-known-col p {
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-weight: 400;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.65;
  color: var(--ink);
  max-width: 340px;
}

/* Planning / Design — full-bleed colored blocks */
.svc-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  padding: clamp(60px, 8vw, 130px) clamp(24px, 5vw, 80px);
}
.svc-block--olive { background: #8a8755; color: var(--ivory); }
.svc-block--noir  { background: #26241f; color: var(--ivory); }
.svc-block-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(48px, 7vw, 110px);
  line-height: 1;
  letter-spacing: .01em;
  margin-bottom: clamp(28px, 4vw, 48px);
}
.svc-block-body {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: clamp(40px, 6vw, 80px);
}
.svc-block-links { max-width: 560px; }
.svc-block-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(18px, 2vw, 26px) 0;
  border-top: 1px solid rgba(249,249,245,.3);
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ivory);
  transition: opacity .3s;
}
.svc-block-link:last-child { border-bottom: 1px solid rgba(249,249,245,.3); }
.svc-block-link svg {
  width: 60px; height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  transition: transform .35s var(--ease-soft);
}
.svc-block-link:hover { opacity: .7; }
.svc-block-link:hover svg { transform: translateX(8px); }
.svc-block-media { aspect-ratio: 4 / 5; overflow: hidden; }
.svc-block-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-block--noir .svc-block-media { order: 2; }

/* Full-width band */
.svc-band {
  height: clamp(360px, 56vw, 760px);
  overflow: hidden;
}
.svc-band img { width: 100%; height: 100%; object-fit: cover; }

/* CTA — Ready to Make Magic */
.svc-cta2 {
  background: var(--ivory);
  text-align: center;
  padding: clamp(70px, 9vw, 130px) clamp(24px, 5vw, 80px);
}
.svc-cta2 h2 {
  font-family: 'Makcasa', var(--font-serif);
  font-weight: 400;
  font-size: clamp(26px, 3.4vw, 52px);
  line-height: 1.15;
  color: var(--noir);
  margin-bottom: 22px;
}
.svc-cta2 p {
  font-family: 'Makcasa', var(--font-serif);
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.6;
  color: var(--ink);
  max-width: 560px;
  margin: 0 auto;
}
.svc-cta2-links {
  margin-top: clamp(28px, 3.5vw, 44px);
  display: flex;
  gap: clamp(28px, 4vw, 50px);
  justify-content: center;
  flex-wrap: wrap;
}
.svc-cta2-link {
  font-family: 'Makcasa', var(--font-serif);
  font-size: clamp(15px, 1.3vw, 20px);
  color: var(--noir);
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  transition: opacity .25s;
}
.svc-cta2-link:hover { opacity: .55; }

/* Testimonials — big quote */
.svc-testi {
  background: var(--ivory);
  text-align: center;
  padding: clamp(50px, 7vw, 90px) clamp(24px, 6vw, 120px) clamp(60px, 8vw, 110px);
}
.svc-testi-big {
  font-family: 'Makcasa', var(--font-serif);
  font-weight: 400;
  font-size: clamp(22px, 2.8vw, 44px);
  line-height: 1.2;
  color: var(--noir);
  max-width: 1200px;
  margin: 0 auto clamp(28px, 4vw, 44px);
}
.svc-testi-sub {
  font-family: 'Makcasa', var(--font-serif);
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.6;
  color: var(--ink);
  max-width: 760px;
  margin: 0 auto;
}
.svc-testi-sub span {
  display: inline-block;
  margin-top: 14px;
  font-style: normal;
}

/* Marquee */
.svc-marquee {
  background: var(--ivory);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  overflow: hidden;
  padding: clamp(12px, 1.5vw, 20px) 0;
  white-space: nowrap;
}
.svc-marquee-track {
  display: inline-flex;
  animation: svcMarquee 28s linear infinite;
}
.svc-marquee-track span {
  font-family: 'Jost', var(--font-body);
  font-size: clamp(10px, 0.8vw, 13px);
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--ink);
}
@keyframes svcMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Instagram grid */
.svc-insta {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.svc-insta a { aspect-ratio: 1 / 1; overflow: hidden; }
.svc-insta img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease-soft);
}
.svc-insta a:hover img { transform: scale(1.05); }

/* ═══════════════════════════════════════════════════════════════
   PORTFOLIO PAGE
═══════════════════════════════════════════════════════════════ */

.pf-hero {
  position: relative;
  background: var(--ivory);   /* sequence dissolves into this → next section */
}

/* the visible stage — centred; becomes sticky in scroll-reveal mode */
.pf-hero-sticky {
  position: relative;
  min-height: clamp(620px, 92vh, 1000px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* scroll-reveal mode (added by JS): tall track + a stage that sticks
   below the fixed 96px nav, so the gate opens IN PLACE — no page movement */
.pf-hero--scroll { height: 340vh; }
.pf-hero--scroll .pf-hero-sticky {
  position: sticky;
  top: 96px;
  height: calc(100vh - 96px);
  min-height: 0;
  will-change: opacity;
}

/* full-bleed scroll-scrubbed frame sequence */
.pf-frame-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--ivory);
}

/* Cinematic portfolio hero text overlays */
.pf-overlays {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.pf-overlay-side {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  font-family: 'Makcasa', var(--font-serif);
  font-size: clamp(36px, 4.2vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  color: #FFFFFF;
  text-transform: none;
  letter-spacing: -0.01em;
  opacity: 1;
  will-change: opacity, transform;
  transition: visibility 0s, opacity 0.1s linear;
}

.pf-overlay-left {
  left: clamp(40px, 6vw, 120px);
  text-align: left;
}

.pf-overlay-right {
  right: clamp(40px, 6vw, 120px);
  text-align: right;
}

.pf-overlay-center {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform, filter;
  transition: visibility 0s, opacity 0.1s linear;
}

.pf-center-a {
  font-family: 'Makcasa', var(--font-serif);
  font-style: normal;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 400;
  margin-bottom: clamp(6px, 1vw, 12px);
}

.pf-center-word {
  font-family: 'Makcasa', var(--font-serif);
  font-size: clamp(38px, 4.8vw, 76px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.pf-overlay-portfolio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Makcasa', var(--font-serif);
  font-size: clamp(54px, 7.5vw, 130px);
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, filter, letter-spacing;
  transition: visibility 0s, opacity 0.1s linear;
}

/* subtle "scroll to open" hint */
.pf-scroll-hint {
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  bottom: clamp(22px, 5vh, 52px);
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}
.pf-scroll-text {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: rgba(249,249,245,.72);
  text-align: right;
}
.pf-scroll-line {
  position: relative;
  width: 1px;
  height: 42px;
  margin-right: 6px;
  overflow: hidden;
  background: linear-gradient(rgba(249,249,245,.55), rgba(249,249,245,0));
}
.pf-scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 40%;
  background: rgba(194,162,74,.9);
  animation: pfScrollDot 2.1s ease-in-out infinite;
}
@keyframes pfScrollDot {
  0%   { transform: translateY(-100%); opacity: 0; }
  30%  { opacity: 1; }
  100% { transform: translateY(265%); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .pf-scroll-line::after { animation: none; }
}

.pf-intro {
  background: var(--ivory);
  text-align: center;
  padding: clamp(64px, 9vw, 140px) 0 clamp(40px, 6vw, 80px);
}

.pf-intro p {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1.3;
  color: var(--noir);
  max-width: 880px;
  margin: 0 auto;
}

/* masonry-ish editorial grid */
.pf-grid {
  background: var(--ivory);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 1vw, 18px);
  padding: clamp(20px, 3vw, 48px) clamp(20px, 4vw, 80px) clamp(60px, 8vw, 120px);
}

.pf-cell { overflow: hidden; }
.pf-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease-soft);
}
.pf-cell:hover img { transform: scale(1.04); }

.pf-cell--tall { grid-row: span 2; }

.pf-credit {
  background: var(--champagne);
  text-align: center;
  padding: clamp(60px, 9vw, 130px) 0;
}
.pf-credit-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(26px, 3.4vw, 50px);
  color: var(--noir);
  max-width: 820px;
  margin: 0 auto 20px;
}
.pf-credit-name {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .6;
}

/* ═══════════════════════════════════════════════════════════════
   BEFORE & AFTER PAGE
═══════════════════════════════════════════════════════════════ */

.ba-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(560px, 86vh, 900px);
  overflow: hidden;
}
.ba-hero-img { overflow: hidden; }
.ba-hero-img img { width: 100%; height: 100%; object-fit: cover; }

.ba-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}

.ba-hero-title {
  color: var(--ivory);
  line-height: .9;
  text-shadow: 0 2px 30px rgba(39,39,39,.4);
}
.ba-hero-title .ba-the {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: clamp(56px, 10vw, 150px);
  display: inline;
}
.ba-hero-title .ba-script {
  font-family: var(--font-script);
  font-size: clamp(60px, 11vw, 165px);
  display: inline;
}
.ba-hero-sub {
  margin-top: 24px;
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.4vw, 20px);
  color: rgba(249,249,245,.9);
  max-width: 520px;
  text-shadow: 0 1px 12px rgba(39,39,39,.5);
}

.ba-section-head {
  text-align: center;
  background: var(--ivory);
  padding: clamp(60px, 9vw, 130px) 0 clamp(30px, 4vw, 60px);
}
.ba-section-head h2 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(30px, 4vw, 60px);
  color: var(--noir);
}

.ba-list {
  background: var(--ivory);
  padding: clamp(20px, 3vw, 48px) clamp(20px, 5vw, 80px) clamp(60px, 9vw, 130px);
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 7vw, 110px);
}

.ba-item-label {
  text-align: center;
  margin-bottom: 18px;
}
.ba-item-cat {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--emerald);
  display: block;
  margin-bottom: 8px;
}
.ba-item-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 50px);
  color: var(--noir);
}

.ba-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(8px, 1.2vw, 20px);
}
.ba-frame {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.ba-frame img { width: 100%; height: 100%; object-fit: cover; }
.ba-frame span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ivory);
  background: rgba(39,39,39,.55);
  padding: 6px 14px;
  border-radius: 50px;
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════════════════════ */

.ct-split {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: calc(100svh - 96px);
}

.ct-photo { overflow: hidden; }
.ct-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.ct-form-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 7vw, 130px) clamp(40px, 6vw, 110px);
  background: var(--ivory);
}

.ct-badge {
  position: absolute;
  top: clamp(40px, 5vw, 80px);
  right: clamp(40px, 5vw, 90px);
  width: clamp(96px, 10vw, 140px);
  height: clamp(96px, 10vw, 140px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-badge .ct-badge-ring {
  position: absolute;
  inset: 0;
  animation: baSpin 22s linear infinite;
}
@keyframes baSpin { to { transform: rotate(360deg); } }
.ct-badge .ct-badge-center {
  font-family: var(--font-script);
  font-size: clamp(28px, 3vw, 40px);
  color: var(--emerald);
}

.ct-to {
  font-family: var(--font-serif);
  line-height: 1;
  margin-bottom: clamp(36px, 4vw, 56px);
}
.ct-to .ct-to-label {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(30px, 3.4vw, 50px);
  color: var(--ink);
}
.ct-to .ct-to-brand {
  display: block;
  font-weight: 300;
  font-size: clamp(48px, 6vw, 96px);
  color: var(--noir);
  letter-spacing: .02em;
}

.ct-field {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: baseline;
  gap: 16px;
  border-bottom: 1px solid var(--hairline);
  padding: clamp(14px, 1.6vw, 22px) 0;
}
.ct-field label {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .7;
}
.ct-field input,
.ct-field textarea {
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.3vw, 20px);
  color: var(--noir);
  background: none;
  border: none;
  outline: none;
  width: 100%;
  resize: none;
}
.ct-field input::placeholder,
.ct-field textarea::placeholder { color: rgba(51,32,23,.4); }

.ct-send {
  margin-top: clamp(32px, 4vw, 52px);
  align-self: flex-start;
}
.ct-send:disabled { opacity: .5; cursor: default; }

.ct-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ct-status {
  margin-top: 16px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: .02em;
  min-height: 1em;
}
.ct-status--ok  { color: var(--emerald); }
.ct-status--err { color: #a3382f; }

.ct-press {
  background: var(--champagne);
  text-align: center;
  padding: clamp(56px, 8vw, 120px) 0;
}
.ct-press-eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .55;
  margin-bottom: 28px;
}
.ct-press-list {
  display: flex;
  gap: clamp(28px, 5vw, 72px);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 34px);
  color: var(--noir);
}
.ct-press-note {
  margin-top: 28px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(15px, 1.4vw, 20px);
  color: var(--ink);
  opacity: .7;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — subpages
═══════════════════════════════════════════════════════════════ */

@media (max-width: 900px) {
  .about-hero-photo { display: none; }
  .about-collage { height: 70vw; padding: 0 20px; }
  .about-collage img { display: none; }
  .about-collage .ac-2 { display: block; position: absolute; inset: 0; width: 100%; height: 100%; }
  .about-quotes { grid-template-columns: 1fr; }
  .svc-known-grid { grid-template-columns: 1fr; gap: clamp(40px, 8vw, 60px); max-width: 460px; }
  .svc-known-col--raised { transform: none; }
  .svc-known-col p { max-width: none; }
  .svc-block { grid-template-columns: 1fr; gap: clamp(32px, 6vw, 48px); }
  .svc-block--noir .svc-block-media { order: 0; }
  .svc-insta { grid-template-columns: repeat(2, 1fr); }
  .about-style { grid-template-columns: 1fr; min-height: auto; }
  .about-style-photo { height: clamp(300px, 70vw, 460px); }
  .about-style-panel { justify-content: flex-start; padding-top: clamp(32px, 6vw, 56px); padding-bottom: clamp(32px, 6vw, 56px); }
  .about-bio { grid-template-columns: 1fr; min-height: auto; align-items: stretch; }
  .about-bio-photo { height: clamp(380px, 80vw, 520px); }
  .about-bio-panel { order: 1; }
  .about-bio-photo-wrap { order: 2; height: auto; }
  .about-team { padding: clamp(50px, 8vw, 80px) 24px clamp(80px, 10vw, 120px); }
  .about-team-container { padding: 0; }
  .about-team-slide { grid-template-columns: 1fr; gap: clamp(30px, 5vw, 45px); }
  .about-team-photo-wrap { order: -1; max-width: 420px; margin: 0 auto; }
  .about-team-arrow { top: auto; bottom: clamp(30px, 5vw, 45px); transform: none; padding: 13px; }
  .about-team-prev { left: calc(50% - 55px); transform: translateX(-50%); }
  .about-team-prev:hover { transform: translateX(-50%) translateX(-4px); }
  .about-team-next { right: calc(50% - 55px); transform: translateX(50%); }
  .about-team-next:hover { transform: translateX(50%) translateX(4px); }
  .about-team-info { text-align: left; }
  .about-team-bio { max-width: 100%; }
  .about-teaser-grid { grid-template-columns: 1fr; }
  .about-links { grid-template-columns: 1fr; }
  .about-link-card { min-height: 60vw; border-right: none; border-bottom: 1px solid var(--hairline); }

  .svc-feature { grid-template-columns: 1fr; }
  .svc-feature:nth-child(even) .svc-feature-media { order: 0; }

  .pf-grid { grid-template-columns: repeat(2, 1fr); }
  .pf-cell--tall { grid-row: span 1; }

  .ba-hero { grid-template-columns: 1fr 1fr; }
  .ba-pair { grid-template-columns: 1fr; }

  .ct-split { grid-template-columns: 1fr; }
  .ct-photo { height: 60vw; }
  .ct-badge { display: none; }
}

@media (max-width: 600px) {
  .pf-grid { grid-template-columns: 1fr; }
  .ba-hero { grid-template-columns: 1fr; }
  .ba-hero-img:nth-child(2) { display: none; }
  .ct-field { grid-template-columns: 1fr; gap: 4px; }
}

/* ═══════════════════════════════════════════════════════════════
   PORTFOLIO — STATEMENT BAND
═══════════════════════════════════════════════════════════════ */

.pf-statement {
  background: var(--ink);
  color: var(--ivory);
  text-align: center;
  padding: clamp(72px, 11vw, 160px) clamp(24px, 5vw, 80px);
}

.pf-statement-media {
  width: min(700px, 92%);
  margin: 0 auto clamp(46px, 6vw, 88px);
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.pf-statement-media img { width: 100%; height: 100%; object-fit: cover; }

.pf-statement h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(34px, 6vw, 94px);
  line-height: 1.05;
  letter-spacing: -.01em;
  max-width: 18ch;
  margin: 0 auto;
}
.pf-statement h2 em { font-style: italic; }

.pf-statement-sub {
  margin: clamp(26px, 3vw, 44px) auto 0;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.7;
  color: rgba(249, 249, 245, .8);
  max-width: 600px;
}

/* ═══════════════════════════════════════════════════════════════
   PORTFOLIO — WEDDING TILES
═══════════════════════════════════════════════════════════════ */

.pf-weddings {
  background: var(--ivory);
  padding: clamp(64px, 9vw, 140px) clamp(24px, 5vw, 80px);
}

.pf-weddings-head {
  text-align: center;
  margin-bottom: clamp(46px, 5vw, 84px);
}
.pf-weddings-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: 16px;
}
.pf-weddings-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(30px, 4vw, 60px);
  line-height: 1.05;
  color: var(--noir);
}
.pf-weddings-title em { font-style: italic; font-family: var(--font-script); }

.pf-wed-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(30px, 3.5vw, 64px);
  max-width: 1180px;
  margin: 0 auto;
}

.pf-wed-card { display: block; width: min(460px, 100%); }

.pf-wed-cover {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.pf-wed-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(8%);
  transition: transform .9s var(--ease-soft), filter .5s;
}
.pf-wed-card:hover .pf-wed-cover img { transform: scale(1.05); filter: grayscale(0); }
.pf-wed-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(39,39,39,.3), transparent 48%);
  opacity: 0;
  transition: opacity .5s;
}
.pf-wed-card:hover .pf-wed-cover::after { opacity: 1; }

.pf-wed-meta { text-align: center; padding-top: clamp(18px, 2vw, 26px); }
.pf-wed-names {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  color: var(--noir);
}
.pf-wed-date {
  margin-top: 10px;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .6;
}
.pf-wed-view { margin-top: 18px; }

/* ═══════════════════════════════════════════════════════════════
   WEDDING DETAIL PAGE
═══════════════════════════════════════════════════════════════ */

.wd-hero {
  position: relative;
  height: calc(100svh - 96px);
  display: flex;
  flex-direction: column;
  background: #0c3a2b;            /* deep emerald frame (matches portfolio curtain) */
}

.wd-scroller {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  gap: clamp(8px, 1vw, 16px);
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: clamp(8px, 1vw, 14px);
  background: #0c3a2b;            /* deep emerald frame */
}
.wd-scroller::-webkit-scrollbar { display: none; }

.wd-slide {
  flex: 0 0 auto;
  height: 100%;
  scroll-snap-align: center;
  overflow: hidden;
}
.wd-slide img {
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: cover;
}

.wd-controls {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(16px, 2vw, 28px) clamp(24px, 4vw, 60px);
  background: var(--ivory);
}
.wd-controls-left {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 38px);
}
.wd-caption {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: .04em;
  color: var(--ink);
}
.wd-caption b { font-weight: 400; letter-spacing: .14em; text-transform: uppercase; font-size: 10px; color: var(--emerald); }
.wd-back {
  justify-self: center;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--noir);
  border-bottom: 1px solid var(--noir);
  padding-bottom: 3px;
  transition: opacity .25s;
  white-space: nowrap;
}
.wd-back:hover { opacity: .5; }
.wd-arrow {
  background: none;
  border: none;
  padding: 0;
  color: var(--noir);
  display: flex;
  align-items: center;
  transition: opacity .25s, transform .3s var(--ease-soft);
}
.wd-arrow:hover { opacity: .5; }
.wd-prev:hover { transform: translateX(-5px); }
.wd-next:hover { transform: translateX(5px); }
.wd-next { justify-self: end; }
.wd-arrow svg { width: clamp(46px, 4.5vw, 68px); height: 16px; }

.wd-intro {
  background: var(--ivory);
  text-align: center;
  padding: clamp(70px, 10vw, 150px) clamp(24px, 5vw, 80px) clamp(38px, 5vw, 76px);
}

/* decor reel inside the green hero frame — centred, full reel visible */
.wd-scroller--reel {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wd-reel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* fill the whole green frame, cinematic crop */
  display: block;
}
.wd-intro-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: 22px;
}
.wd-intro-names {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(46px, 8vw, 128px);
  line-height: .98;
  letter-spacing: -.01em;
  color: var(--noir);
}
.wd-intro-names em {
  font-family: var(--font-script);
  font-style: normal;
  font-size: .52em;
  display: inline-block;
  margin: 0 .1em;
  color: var(--emerald);
}
.wd-intro-meta {
  margin-top: clamp(22px, 2.6vw, 36px);
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .65;
}
.wd-intro-line {
  margin: clamp(22px, 2.6vw, 34px) auto 0;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(17px, 1.5vw, 23px);
  line-height: 1.6;
  color: var(--ink);
  max-width: 640px;
}

.wd-gallery {
  background: var(--ivory);
  padding: clamp(20px, 3vw, 40px) clamp(16px, 4vw, 70px) clamp(70px, 10vw, 150px);
  columns: 3;
  column-gap: clamp(10px, 1.4vw, 22px);
}
.wd-gallery figure {
  break-inside: avoid;
  margin: 0 0 clamp(10px, 1.4vw, 22px);
  overflow: hidden;
}
.wd-gallery figure { cursor: pointer; }
.wd-gallery img { width: 100%; height: auto; display: block; transition: transform .8s var(--ease-soft); }
.wd-gallery figure:hover img { transform: scale(1.03); }

/* Lightbox */
.lb-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(20, 16, 12, .94);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s var(--ease-soft);
}
.lb-overlay.open { opacity: 1; pointer-events: auto; }
.lb-img {
  max-width: 90vw;
  max-height: 86vh;
  object-fit: contain;
  box-shadow: 0 20px 80px rgba(0, 0, 0, .5);
}
.lb-close {
  position: absolute;
  top: clamp(16px, 2vw, 30px);
  right: clamp(20px, 3vw, 40px);
  font-size: 38px;
  line-height: 1;
  color: var(--ivory);
  background: none;
  border: none;
  opacity: .8;
  transition: opacity .25s;
}
.lb-close:hover { opacity: 1; }
.lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ivory);
  background: none;
  border: none;
  padding: 16px;
  opacity: .7;
  transition: opacity .25s;
}
.lb-nav:hover { opacity: 1; }
.lb-prev { left: clamp(4px, 1.5vw, 20px); }
.lb-next { right: clamp(4px, 1.5vw, 20px); }
.lb-nav svg { width: clamp(28px, 3vw, 40px); height: clamp(28px, 3vw, 40px); }
.lb-counter {
  position: absolute;
  bottom: clamp(18px, 2.5vw, 30px);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(249, 249, 245, .8);
}

.wd-foot {
  background: var(--champagne);
  text-align: center;
  padding: clamp(56px, 8vw, 120px) 0;
}
.wd-foot p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 44px);
  color: var(--noir);
  margin-bottom: 30px;
}

/* Responsive — portfolio + wedding detail */
@media (max-width: 900px) {
  .wd-gallery { columns: 2; }
}
@media (max-width: 700px) {
  .wd-controls { grid-template-columns: auto 1fr auto; gap: 16px; }
  .wd-caption { display: none; }
  .wd-hero { height: calc(100svh - 80px); }
}
@media (max-width: 600px) {
  .wd-gallery { columns: 1; }
  .pf-statement-media { aspect-ratio: 4 / 3; }
}

/* ══════════════════════════════════════════════════════════════
   GUIDE PAGES — city / venue / cost money pages
══════════════════════════════════════════════════════════════ */

.gd-hero {
  position: relative;
  height: 78vh;
  min-height: 460px;
  overflow: hidden;
  background: var(--noir);
}
.gd-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
}
.gd-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(39,39,39,.15) 0%, rgba(39,39,39,.55) 100%);
}
.gd-crumb {
  position: absolute;
  top: clamp(90px, 12vh, 140px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(249,249,245,.75);
  text-align: center;
}
.gd-crumb a { border-bottom: 1px solid rgba(249,249,245,.4); }
.gd-crumb a:hover { opacity: .7; }
.gd-hero-title {
  position: absolute;
  left: 50%;
  bottom: clamp(48px, 8vh, 90px);
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(32px, 6vw, 78px);
  line-height: 1.05;
  color: var(--ivory);
  max-width: 1100px;
  padding-inline: 24px;
}
.gd-hero-title em {
  font-style: italic;
  font-family: var(--font-script);
  font-weight: 400;
  display: block;
  font-size: .48em;
  margin: .1em 0 -.05em;
}
.gd-hero-sub {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 3vh, 34px);
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: .12em;
  color: rgba(249,249,245,.8);
  text-align: center;
}

/* Intro copy block */
.gd-intro {
  background: var(--ivory);
  padding: clamp(56px, 8vw, 110px) clamp(24px, 5vw, 80px) clamp(20px, 3vw, 40px);
  max-width: 980px;
  margin: 0 auto;
}
.gd-intro h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 42px);
  color: var(--noir);
  margin-bottom: 22px;
}
.gd-intro p {
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
  color: var(--ink);
  margin-bottom: 18px;
}

/* Section wrapper, reused for venues / considerations lists */
.gd-section {
  background: var(--ivory);
  padding: clamp(20px, 3vw, 40px) clamp(24px, 5vw, 80px) clamp(56px, 8vw, 100px);
  max-width: 980px;
  margin: 0 auto;
}
.gd-section h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 36px);
  color: var(--noir);
  margin-bottom: 26px;
}
.gd-section h3 {
  font-family: 'Makcasa', var(--font-serif);
  font-weight: 400;
  font-size: clamp(19px, 1.6vw, 24px);
  color: var(--noir);
  margin: 30px 0 10px;
}
.gd-section p, .gd-section li {
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-weight: 400;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
  color: var(--ink);
}
.gd-section ul { padding-left: 22px; margin-bottom: 16px; }
.gd-section li { margin-bottom: 8px; }

/* Pricing / stat grid — concrete numbers */
.gd-stats {
  background: var(--champagne);
  padding: clamp(56px, 8vw, 100px) clamp(24px, 5vw, 80px);
}
.gd-stats-inner { max-width: 1100px; margin: 0 auto; }
.gd-stats-eyebrow {
  text-align: center;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .65;
  margin-bottom: 14px;
}
.gd-stats h2 {
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 42px);
  color: var(--noir);
  margin-bottom: clamp(36px, 5vw, 56px);
}
.gd-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 34px);
}
.gd-stat-card {
  background: var(--ivory);
  border: 1px solid var(--hairline);
  padding: clamp(28px, 3vw, 40px) clamp(22px, 2.5vw, 30px);
  text-align: center;
}
.gd-stat-tier {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .65;
  margin-bottom: 12px;
}
.gd-stat-num {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 32px);
  color: var(--emerald);
  margin-bottom: 10px;
  line-height: 1.15;
}
.gd-stat-card p {
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.6;
  color: var(--ink);
}
.gd-stats-note {
  margin-top: clamp(28px, 3vw, 40px);
  text-align: center;
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-style: italic;
  font-size: clamp(14px, 1.1vw, 17px);
  color: var(--ink);
  opacity: .8;
  max-width: 700px;
  margin-inline: auto;
}

/* Link cards grid — hub page to city/venue/cost guides */
.gd-links {
  background: var(--ivory);
  padding: clamp(20px, 3vw, 40px) clamp(24px, 5vw, 80px) clamp(70px, 9vw, 120px);
}
.gd-links-eyebrow {
  text-align: center;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .65;
  margin-bottom: clamp(32px, 4vw, 48px);
}
.gd-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 40px);
  max-width: 1300px;
  margin: 0 auto;
}
.gd-link-card {
  display: block;
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.gd-link-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .9s var(--ease-soft);
}
.gd-link-card:hover img { transform: scale(1.05); }
.gd-link-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(39,39,39,0) 40%, rgba(39,39,39,.72) 100%);
  display: flex;
  align-items: flex-end;
  padding: 26px;
}
.gd-link-card-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 28px);
  color: var(--ivory);
}
.gd-link-card-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(249,249,245,.8);
  margin-top: 6px;
}

/* FAQ block */
.gd-faq {
  background: var(--champagne);
  padding: clamp(56px, 8vw, 110px) clamp(24px, 5vw, 80px);
}
.gd-faq-inner { max-width: 860px; margin: 0 auto; }
.gd-faq h2 {
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 42px);
  color: var(--noir);
  margin-bottom: clamp(36px, 5vw, 56px);
}
.gd-faq-item {
  border-top: 1px solid var(--hairline);
  padding: clamp(22px, 2.5vw, 30px) 0;
}
.gd-faq-item:last-child { border-bottom: 1px solid var(--hairline); }
.gd-faq-item h3 {
  font-family: 'Makcasa', var(--font-serif);
  font-weight: 400;
  font-size: clamp(17px, 1.4vw, 21px);
  color: var(--noir);
  cursor: pointer;
  position: relative;
  padding-right: 34px;
  margin-bottom: 0;
}
.gd-faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--noir);
  transition: transform .3s;
}
.gd-faq-item.is-open h3::after { transform: translateY(-50%) rotate(45deg); }
.gd-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .35s ease;
}
.gd-faq-item.is-open .gd-faq-answer { grid-template-rows: 1fr; }
.gd-faq-answer > p {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  padding-top: 10px;
}
.gd-faq-item p {
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.7;
  color: var(--ink);
}

/* Responsive — guide pages */
@media (max-width: 900px) {
  .gd-stats-grid { grid-template-columns: 1fr; }
  .gd-links-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .gd-links-grid { grid-template-columns: 1fr; }
  .gd-hero { height: 70vh; }
}

/* ══════════════════════════════════════════════════════════════
   BLOG / JOURNAL MODULE
══════════════════════════════════════════════════════════════ */

.blog-intro {
  background: var(--ivory);
  padding: clamp(56px, 8vw, 100px) clamp(24px, 5vw, 80px) clamp(30px, 4vw, 50px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.blog-intro-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .65;
  margin-bottom: 16px;
}
.blog-intro h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(32px, 4.5vw, 56px);
  color: var(--noir);
  margin-bottom: 18px;
}
.blog-intro p {
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
  color: var(--ink);
  opacity: .85;
  max-width: 700px;
  margin: 0 auto;
}

/* Category filter pills */
.blog-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 80px) clamp(40px, 5vw, 60px);
}
.blog-filter {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .65;
  padding: 8px 18px;
  border: 1px solid var(--hairline);
  border-radius: 30px;
  background: var(--ivory);
  transition: opacity .2s ease, background .2s ease, color .2s ease;
}
.blog-filter:hover,
.blog-filter.is-active {
  opacity: 1;
  background: var(--noir);
  color: var(--ivory);
  border-color: var(--noir);
}

/* Post card grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3vw, 46px);
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 80px) clamp(70px, 9vw, 120px);
}
.blog-card {
  display: flex;
  flex-direction: column;
}
.blog-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .9s var(--ease-soft);
}
.blog-card:hover .blog-card-media img { transform: scale(1.05); }
.blog-card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ivory);
  background: rgba(39,39,39,.68);
  padding: 6px 12px;
}
.blog-card-meta {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .55;
  margin-bottom: 10px;
}
.blog-card h2, .blog-card h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 26px);
  color: var(--noir);
  line-height: 1.25;
  margin-bottom: 10px;
}
.blog-card p {
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.65;
  color: var(--ink);
  opacity: .8;
  margin-bottom: 14px;
}
.blog-card-link {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--emerald);
  border-bottom: 1px solid var(--emerald);
  padding-bottom: 2px;
  align-self: flex-start;
}

/* Featured post — larger lead card */
.blog-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 80px) clamp(60px, 8vw, 90px);
}
.blog-featured-media { aspect-ratio: 6/5; overflow: hidden; }
.blog-featured-media img { width: 100%; height: 100%; object-fit: cover; }
.blog-featured-tag {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: 14px;
}
.blog-featured h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(26px, 3.2vw, 40px);
  color: var(--noir);
  line-height: 1.2;
  margin-bottom: 16px;
}
.blog-featured p {
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.7;
  color: var(--ink);
  opacity: .85;
  margin-bottom: 20px;
}

/* Single post — article body */
.post-body {
  background: var(--ivory);
  padding: clamp(20px, 3vw, 40px) clamp(24px, 5vw, 80px) clamp(20px, 3vw, 30px);
  max-width: 760px;
  margin: 0 auto;
}
.post-meta-line {
  display: flex;
  gap: 14px;
  align-items: center;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: .55;
  margin-bottom: 30px;
}
.post-body h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 34px);
  color: var(--noir);
  margin: 40px 0 18px;
}
.post-body h3 {
  font-family: 'Makcasa', var(--font-serif);
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 22px);
  color: var(--noir);
  margin: 28px 0 12px;
}
.post-body p {
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.8;
  color: var(--ink);
  margin-bottom: 18px;
}
.post-body ul, .post-body ol { padding-left: 22px; margin-bottom: 18px; }
.post-body li {
  font-family: 'Cormorant Garamond', var(--font-serif);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.75;
  color: var(--ink);
  margin-bottom: 8px;
}
.post-body blockquote {
  border-left: 2px solid var(--emerald);
  padding-left: 22px;
  margin: 30px 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(18px, 1.5vw, 22px);
  color: var(--noir);
}
.post-media {
  max-width: 980px;
  margin: 40px auto;
  padding: 0 clamp(24px, 5vw, 80px);
}
.post-media img { width: 100%; display: block; }
.post-caption {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--ink);
  opacity: .5;
  text-align: center;
  margin-top: 10px;
}

/* Related posts */
.post-related {
  background: var(--champagne);
  padding: clamp(50px, 7vw, 90px) clamp(24px, 5vw, 80px);
}
.post-related-inner { max-width: 1100px; margin: 0 auto; }
.post-related h2 {
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 34px);
  color: var(--noir);
  margin-bottom: clamp(30px, 4vw, 46px);
}
.post-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-featured { grid-template-columns: 1fr; }
  .post-related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
}
