/* ========================================================
   GIGI STUDIO — OPTION B: COOL MINERAL ALABASTER & SLATE LINEN
   (Architectural Modern Art-House with Minimal Paper Texture)
   ======================================================== */

/* Global Master Mineral Alabaster Canvas & Subtle Tactile Grain */
html,
body,
.site,
#page,
#content,
.site-content {
  background-color: #F7F6F3 !important;
  color: #1A1816 !important;
  position: relative;
}

/* Minimal Tactile Paper Grain Overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 99999;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Mineral & Slate Section Rhythm */
.site-header {
  background-color: transparent !important;
}

.about-story-section,
.approach-section {
  background-color: #F8F7F4 !important;
}

.featured-stories {
  background-color: #EFECE6 !important;
}

.films {
  background: linear-gradient(145deg, #ECE8E1 0%, #E3DDD4 58%, #D9D2C8 100%) !important;
}

.featured-pictures-section {
  background-color: #FCFCFA !important;
}

.pre-wedding-section {
  background: linear-gradient(150deg, #EFECE6 0%, #E5E1DA 62%, #DDD7CF 100%) !important;
}

.editorial-gallery {
  background-color: #F4F2EE !important;
}

.testimonials {
  background-color: #EBE7E1 !important;
}

.inquiry-section,
.enquiry-section {
  background-color: #FCFCFA !important;
}

/* Form inputs on Alabaster canvas */
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea,
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  background-color: #FFFFFF !important;
  border-color: #DDD7CF !important;
}

/* High-Fashion Velvet Slate Footer */
.site-footer {
  background-color: #181716 !important;
  color: #F4F3F0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.site-footer .footer-title,
.site-footer .footer-quote,
.site-footer p {
  color: #F4F3F0 !important;
}

.site-footer .footer-links a,
.site-footer .footer-nav a,
.site-footer .footer-social a,
.site-footer .footer-copy {
  color: rgba(244, 243, 240, 0.68) !important;
}

.site-footer .footer-links a:hover,
.site-footer .footer-nav a:hover,
.site-footer .footer-social a:hover {
  color: #FFFFFF !important;
}

/* ========================================================
   GIGI STUDIO — STRICTLY TYPOGRAPHY & TEXT ALIGNMENT ONLY
   (No layout, padding, background, or structural overrides)
   ======================================================== */

/* 1. Base Body & Paragraph Typography */
body, 
p, 
li {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
}

/* 2. Site Title & Masthead Typography */
.site-title,
.site-title a,
.logo {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.site-description {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

/* 3. Navigation Links Typography */
.main-navigation a,
nav a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

/* 4. Section Eyebrows & Subheadings (Tracked All-Caps) */
.eyebrow,
.section-eyebrow,
.cat-label,
.sub-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

/* 5. Headings (Playfair Display) */
h1, h2, h3, h4,
.section-title,
.wedding-name {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
}

h1 {
  font-size: 38px !important;
  line-height: 1.35 !important;
}

h2, .section-title {
  font-size: 28px !important;
  line-height: 1.4 !important;
}

h3, .wedding-name {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

/* 6. Philosophy / Approach Quotes (Italic Serif) */
.approach-headline,
.quote-statement,
.footer-quote {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

/* 7. Action Links & Buttons Typography */
.button,
button,
input[type="submit"],
.hero-actions a,
.view-link,
.play-action-btn {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

/* 8. Form Labels & Input Typography (Text properties only) */
label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
}

input, select, textarea {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
}

/* 9. Centered Text Alignment for Hero & Philosophy Paragraphs */
.hero-section p,
.approach-section p,
.approach-text,
.footer-copy {
  text-align: center !important;
}

/* 10. Mobile Responsive Font Sizing Only */
@media (max-width: 768px) {
  h1, .approach-headline {
    font-size: 28px !important;
  }
  h2, .section-title {
    font-size: 24px !important;
  }
  .site-title {
    font-size: 20px !important;
  }
}

/* Final approved editorial presentation layer. Existing WordPress content,
   media, routes and component markup remain the source of truth. */

:root {
  --editorial-ink: #211d19;
  --editorial-muted: #6f6258;
  --editorial-cream: #f7f2ea;
  --editorial-sand: #eee4d7;
  --editorial-paper: #fcf9f4;
  --editorial-dark: #211c18;
  --editorial-dark-soft: #2c2520;
  --editorial-light: #f8f3ec;
  --editorial-rule: rgba(33, 29, 25, 0.14);
  --editorial-rule-dark: rgba(248, 243, 236, 0.18);
  --editorial-gold-wash: rgba(178, 137, 91, 0.12);
  --editorial-blush-wash: rgba(183, 116, 108, 0.09);
  --editorial-photo-shadow: 0 24px 54px rgba(54, 38, 27, 0.15), 0 4px 14px rgba(54, 38, 27, 0.08);
  --editorial-photo-shadow-hover: 0 30px 68px rgba(54, 38, 27, 0.2), 0 8px 20px rgba(54, 38, 27, 0.1);
  --editorial-section-space: clamp(6rem, 7vw, 7.5rem);
  --editorial-gutter: clamp(1.5rem, 4.2vw, 4.5rem);
  --editorial-max: 1280px;
}

body {
  color: var(--editorial-ink);
  background: linear-gradient(135deg, #fbf7f0 0%, var(--editorial-cream) 46%, #f0e4d8 100%);
}
.container { width: min(var(--editorial-max), calc(100% - (var(--editorial-gutter) * 2))); }
.section-padding { padding-block: var(--editorial-section-space); }

h1, .display-1, .type-h1 { font-size: clamp(3.25rem, 4.7vw, 4.5rem); line-height: .98; }
h2, .display-2, .type-h2 { font-size: clamp(2.75rem, 3.6vw, 3.25rem); line-height: 1.02; }
h3, .display-3, .type-project-title { font-size: clamp(1.875rem, 2.3vw, 2.375rem); line-height: 1.08; }
p, .story-paragraph { font-size: clamp(1rem, 1.15vw, 1.125rem); line-height: 1.72; }
.eyebrow, .type-eyebrow { font-size: .75rem; letter-spacing: .24em; }

.section-heading,
.featured-pictures-heading,
.pre-wedding-heading,
.story-events-heading {
  margin-inline: auto;
  margin-bottom: clamp(2.75rem, 4vw, 4.25rem);
}

.section-heading h2,
.featured-pictures-heading h2,
.pre-wedding-heading h2,
.story-events-heading h2 { max-width: 20ch; margin-inline: auto; }

.featured-stories .section-heading h2,
.films .section-heading h2,
.featured-pictures-heading .display-2,
.pre-wedding-heading .display-2,
.editorial-gallery .frames-heading h2,
.story-events-heading .display-2 {
  font-size: clamp(2.75rem, 3.6vw, 3.25rem);
  line-height: 1.02;
}

.section-heading > p,
.pre-wedding-heading > p,
.featured-pictures-heading > p,
.story-events-heading > p {
  max-width: 58ch;
  margin: 1.5rem auto 0;
  text-align: center;
}

.btn-pill-dark, .btn-pill-light, .hero-button, button.btn-pill-dark {
  min-height: 48px;
  padding: .875rem 1.75rem;
  font-size: .6875rem;
  letter-spacing: .16em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .75rem;
}
.hero-button-secondary {
  border: 1px solid rgba(248, 243, 236, .72);
  background: rgba(20, 16, 13, .16);
  color: var(--editorial-light);
  backdrop-filter: blur(8px);
}
.hero-button-secondary:hover,
.hero-button-secondary:focus-visible {
  border-color: var(--editorial-light);
  background: var(--editorial-light);
  color: var(--editorial-ink);
}

/* Header and hero */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  padding-block: 1.4rem;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  will-change: transform, background-color, backdrop-filter, padding, box-shadow;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-backdrop-filter 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    padding-block 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  animation: headerEntrance 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Subtle top gradient shadow over hero imagery that smoothly fades out on scroll */
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 13, 11, 0.42) 0%, rgba(16, 13, 11, 0) 100%);
  pointer-events: none;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.scrolled {
  padding-block: 0.85rem;
  background-color: rgba(247, 242, 234, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(44, 38, 34, 0.08);
  box-shadow: 0 8px 30px rgba(44, 38, 34, 0.06);
}

.site-header.scrolled::before {
  opacity: 0;
}

.site-header.is-hidden {
  transform: translate3d(0, -100%, 0);
}

@keyframes headerEntrance {
  0% {
    opacity: 0;
    transform: translate3d(0, -16px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.site-logo,
.brand-badge,
.nav-desktop a,
.menu-toggle,
.menu-hamburger span {
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-desktop { gap: clamp(1.75rem, 2.6vw, 2.75rem); }

.hero-v2 { min-height: 100svh; background: var(--editorial-dark); }
.hero-v2 .hero-overlay {
  background: linear-gradient(180deg, rgba(20, 16, 13, .2), rgba(20, 16, 13, .34) 52%, rgba(20, 16, 13, .68));
}
.hero-v2 .hero-content { width: min(860px, calc(100% - (var(--editorial-gutter) * 2))); max-width: none; }
.hero-v2 .hero-title { max-width: 14ch; margin-inline: auto; font-size: clamp(4rem, 5.5vw, 4.5rem); line-height: .96; }
.hero-v2 .hero-subtitle { margin: 1.25rem 0 1.1rem; font-size: .75rem; letter-spacing: .24em; }
.hero-v2 .hero-description { max-width: 56ch; margin: 0 auto 2rem; font-size: 1rem; line-height: 1.7; }
.hero-v2 .hero-slider-controls { right: var(--editorial-gutter); left: var(--editorial-gutter); }

/* Gigi approach */
.about-story-section {
  display: grid;
  min-height: min(820px, 86svh);
  align-items: center;
  background:
    radial-gradient(circle at 12% 18%, var(--editorial-blush-wash), transparent 33%),
    radial-gradient(circle at 88% 82%, var(--editorial-gold-wash), transparent 30%),
    linear-gradient(145deg, #fbf7f0, var(--editorial-cream));
}
.about-story-section .story-content-block {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  column-gap: clamp(3rem, 8vw, 8rem);
  text-align: left;
}
.about-story-section .eyebrow,
.about-story-section h2,
.about-story-section .story-action-wrap { grid-column: 1; }
.about-story-section h2 { max-width: 14ch; margin: 1.5rem 0 0 !important; }
.about-story-section .story-paragraph { grid-column: 2; max-width: 42ch; margin: 0 0 1.5rem; text-align: left; }
.about-story-section .story-paragraph:first-of-type { grid-row: 1 / span 2; align-self: end; }
.about-story-section .story-action-wrap { margin-top: 2.25rem; }

/* Selected weddings */
.featured-stories {
  background:
    radial-gradient(circle at 92% 8%, rgba(194, 145, 117, .14), transparent 28%),
    linear-gradient(155deg, #f5ede3 0%, var(--editorial-sand) 55%, #e8d8c8 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.72), inset 0 -1px rgba(80,53,35,.06);
}
.featured-stories .section-heading { max-width: 100% !important; width: 100% !important; margin-bottom: 3.25rem; }
.featured-stories .section-heading h2 {
  max-width: none !important;
  font-size: clamp(1.65rem, 3.4vw, 3rem);
  white-space: nowrap;
}
.featured-stories-slider, .featured-stories-slider.swiper { padding-block: 1rem 0; }
.featured-stories-slider .story-card { background: transparent; box-shadow: none; border: none !important; outline: none !important; }
.featured-stories-slider .swiper-wrapper { align-items: stretch; }
.featured-stories-slider .story-card { display: flex; height: auto; flex-direction: column; }
.featured-stories-slider .story-card-media { height: auto; aspect-ratio: 4 / 3; }
.featured-stories-slider .story-content {
  display: flex;
  min-height: 150px;
  padding: 1.5rem 0 0;
  background: transparent;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.featured-stories-slider .story-content h3 {
  display: -webkit-box;
  margin-top: .5rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.featured-stories-slider .story-link { margin-top: auto; }
.featured-stories-controls { margin-top: 2rem; }
.featured-stories-button { width: 46px; height: 46px; }
.stories-button { margin-top: 2.5rem; }

/* Cinematic films */
.films {
  background:
    radial-gradient(circle at 8% 30%, rgba(181, 124, 104, .11), transparent 32%),
    linear-gradient(145deg, #f0e6da 0%, #eadfd2 58%, #e4d4c3 100%);
  color: var(--editorial-ink);
  box-shadow: inset 0 1px rgba(255,255,255,.65);
}
.feature-film-showcase {
  max-width: 920px;
  margin: 0 auto clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: 0;
  border-bottom: 0 !important;
  text-align: center;
}
.feature-film-heading { max-width: 720px; margin: 0 auto 2rem; }
.feature-film-heading .eyebrow { color: var(--editorial-muted); }
.feature-film-heading h2 { margin: .8rem 0 0; color: var(--editorial-ink); }
.feature-film-heading p { max-width: 54ch; margin: 1rem auto 0; color: var(--editorial-muted); }
.feature-film-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  background: #15110e;
  color: var(--editorial-light);
  cursor: pointer;
  border-radius: .65rem;
  box-shadow: var(--editorial-photo-shadow);
}
.feature-film-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out-expo); }
.feature-film-media .wedding-film-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.feature-film-watch { margin: 1.4rem auto 0; color: var(--editorial-ink); }
@media (hover: hover) and (pointer: fine) {
  .feature-film-media:hover img { transform: scale(1.018); }
  .feature-film-media:hover .wedding-film-play { transform: translate(-50%, -50%) scale(1.1); }
}
.films .section-heading .eyebrow,
.films .section-heading > p,
.films .story-location,
.films .story-content p { color: var(--editorial-muted); }
.films .section-heading h2,
.films .story-content h3,
.films .story-content h3 a,
.films .story-link { color: var(--editorial-ink); }
.films .section-heading { max-width: 980px; margin-bottom: 3.25rem; }
.films .section-heading h2 { max-width: 19ch; }
.films .story-card { background: transparent; }
.films .story-card-media { aspect-ratio: 16 / 10; }
.films .story-content { padding: 1.5rem 0 0; background: transparent; }
.films .wedding-film-card .story-content {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
}
.films .wedding-film-card .story-content p {
  display: -webkit-box;
  min-height: 3.45em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.films .wedding-film-card .story-link { margin-top: auto; }

.video-modal-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(19, 15, 12, .46);
  color: #fff;
  place-items: center;
  transform: translateY(-50%);
  backdrop-filter: blur(7px);
}
.video-modal-prev { left: clamp(.75rem, 2vw, 2rem); }
.video-modal-next { right: clamp(.75rem, 2vw, 2rem); }
.video-modal-nav:hover,
.video-modal-nav:focus-visible { background: #fff; color: var(--editorial-ink); }
.films .featured-stories-button { border-color: var(--editorial-rule); color: var(--editorial-ink); }
.films .featured-stories-button:hover,
.films .featured-stories-button:focus-visible { border-color: var(--editorial-ink); background: var(--editorial-ink); color: var(--editorial-light); }
.films .featured-stories-pagination .swiper-pagination-bullet { background: var(--editorial-ink); }

/* Photography-led grids — A Study Of The Day */
.featured-pictures-section {
  background:
    radial-gradient(circle at 85% 15%, rgba(194, 145, 117, .12), transparent 30%),
    linear-gradient(150deg, #f7efe6 0%, var(--editorial-paper) 55%, #f1e4d6 100%);
  overflow: hidden;
}
.featured-pictures-heading {
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: clamp(2rem, 3.5vw, 3.5rem);
}
.featured-pictures-heading h2,
.featured-pictures-heading .display-2 {
  max-width: none !important;
  font-size: clamp(1.5rem, 3.1vw, 2.75rem);
  white-space: nowrap;
}
.study-multiline-slider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.study-line-slider {
  position: relative;
  width: 100%;
  overflow: visible;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
}
.study-line-slider:active,
.study-line-slider.is-dragging {
  cursor: grabbing;
}
.study-line-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  align-items: center;
  gap: 10px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: none !important;
}
.study-picture-card {
  flex: 0 0 auto;
  width: clamp(280px, 24vw, 380px);
  aspect-ratio: 3 / 2;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(36, 33, 30, 0.08);
  background: var(--editorial-paper);
  transition: transform 0.5s var(--ios-fluid-ease), box-shadow 0.5s var(--ios-fluid-ease);
}
@media (hover: hover) and (pointer: fine) {
  .study-picture-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 14px 32px rgba(36, 33, 30, 0.15);
    z-index: 5;
  }
}
.study-picture-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.study-picture-card img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  pointer-events: none;
  -webkit-user-drag: none;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .study-picture-card:hover img {
    transform: scale(1.03);
    filter: saturate(1.05);
  }
}
@media (max-width: 767px) {
  .study-multiline-slider {
    gap: 8px;
  }
  .study-line-track {
    gap: 8px;
  }
  .study-picture-card {
    width: clamp(200px, 60vw, 260px);
    border-radius: 8px;
  }
  .study-picture-card img {
    border-radius: 8px;
  }
}

.pre-wedding-section {
  background:
    radial-gradient(circle at 84% 14%, rgba(196, 145, 126, .13), transparent 31%),
    linear-gradient(150deg, #f4ece2 0%, var(--editorial-sand) 62%, #e7d8c8 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.7);
}
.pre-wedding-heading { max-width: 100% !important; width: 100% !important; }
.pre-wedding-heading h2,
.pre-wedding-heading .display-2 {
  max-width: none !important;
  font-size: clamp(1.65rem, 3.4vw, 3rem);
  white-space: nowrap;
}
.pre-wedding-showcase { gap: clamp(4rem, 7vw, 7rem); }
.pre-wedding-introduction { margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.pre-wedding-grid, .pre-wedding-film-grid { gap: clamp(1rem, 2vw, 2rem); }
.pre-wedding-card, .pre-wedding-film-card { background: transparent; box-shadow: none; }
.pre-wedding-card-media, .pre-wedding-film-media { aspect-ratio: 4 / 3; }
.pre-wedding-card-content { padding: 1.35rem 0 0; background: transparent; }
.pre-wedding-film-title { margin-top: 1rem; color: var(--editorial-ink); }

.editorial-gallery {
  background:
    radial-gradient(circle at 15% 80%, var(--editorial-gold-wash), transparent 28%),
    linear-gradient(140deg, #fbf7f0, var(--editorial-cream));
  overflow: hidden;
}
.editorial-gallery .frames-heading { max-width: 100% !important; width: 100% !important; margin-inline: auto; }
.editorial-gallery .frames-heading h2,
.frames-heading .display-2 {
  max-width: none !important;
  font-size: clamp(1.65rem, 3.4vw, 3rem);
  white-space: nowrap;
}
.frames-slider .frames-slide {
  border-radius: 10px;
  overflow: hidden;
  background: var(--editorial-cream);
  box-shadow: 0 10px 30px rgba(33, 29, 25, 0.09);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.frames-slider .frames-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(33, 29, 25, 0.14);
}

/* Philosophy and enquiry */
.testimonials {
  background:
    radial-gradient(circle at 18% 18%, rgba(183, 116, 108, .09), transparent 36%),
    radial-gradient(circle at 85% 82%, var(--editorial-gold-wash), transparent 32%),
    linear-gradient(145deg, #fbf7f0 0%, var(--editorial-cream) 52%, #f2e7db 100%);
  color: var(--editorial-ink);
  box-shadow: inset 0 1px rgba(255, 255, 255, .75), inset 0 -1px rgba(80, 53, 35, .05);
}
.testimonials .section-heading .eyebrow {
  color: #8b6f55;
  text-shadow: 0 1px rgba(255, 255, 255, .7);
}
.testimonials .section-heading h2 {
  color: var(--editorial-ink);
  max-width: none !important;
  font-size: clamp(1.5rem, 3.2vw, 2.75rem);
  white-space: nowrap;
}
.testimonials .testimonial-card p {
  color: var(--editorial-ink);
  font-size: clamp(1.45rem, 2vw, 1.875rem);
}
.testimonials .testimonial-card h4 {
  color: var(--editorial-ink);
  font-family: var(--font-sans);
  font-size: .8125rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.testimonials .testimonial-card span {
  color: var(--editorial-muted);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.testimonials .section-heading { max-width: 100% !important; width: 100% !important; }
.testimonials-grid { gap: 0; border-block: 1px solid var(--editorial-rule); }
.testimonials .testimonial-card {
  padding: clamp(2rem, 3.5vw, 3.75rem);
  border: 0;
  border-right: 1px solid var(--editorial-rule);
  background: transparent;
}
.testimonials .testimonial-card:last-child { border-right: 0; }

/* --- Client Reviews (Refined, Compact, Editorial) --- */
.reviews-section {
  padding-block: clamp(2.5rem, 4vw, 3.75rem);
  background:
    radial-gradient(circle at 10% 90%, rgba(194, 145, 117, .08), transparent 30%),
    linear-gradient(155deg, #fbf7f0 0%, var(--editorial-cream) 55%, #f4e9dd 100%);
  border-block: 1px solid var(--editorial-rule);
}
.reviews-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
  flex-wrap: wrap;
}
.reviews-heading .eyebrow {
  margin-bottom: 0.35rem;
}
.reviews-heading h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  margin-bottom: 0;
  line-height: 1.15;
}
.reviews-controls-cluster {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.btn-write-review {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1.1rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--editorial-ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(184, 148, 118, 0.35);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(54, 38, 27, 0.04);
}
.btn-write-review svg {
  color: #a06e46;
  transition: transform 0.25s ease;
}
.btn-write-review:hover {
  background: var(--editorial-ink);
  color: #fff;
  border-color: var(--editorial-ink);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(54, 38, 27, 0.12);
}
.btn-write-review:hover svg {
  color: #e5b382;
  transform: rotate(-10deg) scale(1.1);
}
.reviews-nav-controls {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.slider-nav-btn--inline {
  position: static;
  transform: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--editorial-rule);
  background: var(--editorial-cream);
  color: var(--editorial-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.slider-nav-btn--inline:hover {
  background: var(--editorial-ink);
  color: #fff;
  border-color: var(--editorial-ink);
}
.reviews-pagination.swiper-pagination {
  position: static;
  width: auto;
  margin: 0 0.35rem;
}
.reviews-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--editorial-ink);
  opacity: 0.25;
  transition: all 0.3s ease;
}
.reviews-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #c8895a;
  width: 16px;
  border-radius: 3px;
}
.reviews-slider {
  overflow: hidden;
}
.reviews-slider .swiper-wrapper {
  align-items: stretch;
}
.review-slide {
  height: auto;
}
.review-card {
  height: 100%;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.15rem, 2vw, 1.5rem);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(184, 148, 118, 0.18);
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(54, 38, 27, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(54, 38, 27, 0.08);
    border-color: rgba(184, 148, 118, 0.35);
  }
}
.review-top-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(184, 148, 118, 0.12);
}
.review-avatar-wrap {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(184, 148, 118, 0.25);
  background: var(--editorial-paper);
}
.review-avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-author-info {
  flex: 1;
  min-width: 0;
}
.review-author-title {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.review-couple {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--editorial-ink);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-verified-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #34A853;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
}
.review-event {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  color: var(--editorial-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-rating-stars {
  flex-shrink: 0;
  color: #c8895a;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.review-quote-text {
  margin: 0.85rem 0 auto;
  padding-bottom: 0.5rem;
  flex: 1 1 auto;
  font-size: clamp(0.875rem, 1.05vw, 0.9375rem);
  line-height: 1.6;
  color: var(--editorial-ink);
  font-style: italic;
}
.review-card-action {
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(184, 148, 118, 0.1);
}
.review-story-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #a06e46;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.review-story-link:hover {
  color: var(--editorial-ink);
}

/* Review Visitor Modal */
.review-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s;
}
.review-modal.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.review-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 18, 14, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.review-modal-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  margin: 1.25rem;
  max-height: calc(100vh - 2.5rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.review-modal-dialog {
  position: relative;
  background: #faf6f0;
  border: 1px solid rgba(184, 148, 118, 0.3);
  border-radius: 14px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: 0 20px 50px rgba(24, 18, 14, 0.25);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.review-modal.open .review-modal-dialog {
  transform: translateY(0) scale(1);
}
.review-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(184, 148, 118, 0.25);
  background: #fff;
  color: var(--editorial-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.review-modal-close:hover {
  background: var(--editorial-ink);
  color: #fff;
  border-color: var(--editorial-ink);
  transform: rotate(90deg);
}
.review-modal-header {
  margin-bottom: 1.25rem;
  text-align: left;
}
.review-modal-header .eyebrow {
  margin-bottom: 0.25rem;
  display: inline-block;
}
.review-modal-title {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  font-weight: 400;
  margin: 0.15rem 0 0.35rem;
  color: var(--editorial-ink);
  line-height: 1.2;
}
.review-modal-subtitle {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  color: var(--editorial-muted);
  margin: 0;
  line-height: 1.5;
}
.review-star-rating {
  display: flex;
  gap: 0.2rem;
  margin-top: 0.2rem;
}
.star-btn {
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #d8cec4;
  cursor: pointer;
  padding: 0.1rem 0.2rem;
  line-height: 1;
  transition: color 0.15s ease, transform 0.15s ease;
}
.star-btn.active,
.star-btn.hover {
  color: #c8895a;
  transform: scale(1.1);
}
.review-form-group {
  margin-bottom: 1rem;
}
.review-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.review-form-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--editorial-ink);
  margin-bottom: 0.35rem;
}
.review-form-label .required {
  color: #c8895a;
}
.review-form-label .form-hint {
  text-transform: none;
  font-weight: 400;
  color: var(--editorial-muted);
  font-size: 0.7rem;
}
.review-form-input,
.review-form-textarea {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(184, 148, 118, 0.3);
  border-radius: 6px;
  background: #ffffff;
  color: var(--editorial-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}
.review-form-input:focus,
.review-form-textarea:focus {
  border-color: #a06e46;
  box-shadow: 0 0 0 3px rgba(160, 110, 70, 0.15);
}
.review-form-textarea {
  resize: vertical;
  min-height: 90px;
}
.review-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
.review-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.review-google-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--editorial-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.review-google-link:hover {
  color: var(--editorial-ink);
  text-decoration: underline;
}
.review-modal-success {
  text-align: center;
  padding: 1.5rem 0.5rem;
}
.review-success-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #34A853;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 1rem;
}
.review-success-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .reviews-controls-cluster {
    width: 100%;
    justify-content: space-between;
  }
  .review-form-grid {
    grid-template-columns: 1fr;
  }
}


.inquiry-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(187, 137, 108, .1), transparent 30%),
    linear-gradient(145deg, var(--editorial-paper), #f6eee5);
}
.inquiry-section.section-padding { padding-block: clamp(4rem, 5vw, 5rem); }
.inquiry-content { max-width: 1040px; }
.inquiry-content > .eyebrow { margin-bottom: .75rem; }
.inquiry-section h2 {
  max-width: none !important;
  white-space: nowrap;
  font-size: clamp(1.65rem, 3.6vw, 3rem);
  margin-bottom: 1.125rem;
}
.inquiry-section .lead { max-width: 58ch; margin-bottom: 0; line-height: 1.55; }
.inquiry-direct-email {
  color: var(--editorial-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.inquiry-direct-email:hover {
  color: #a06e46;
  opacity: 0.85;
}
.inquiry-form { margin-top: clamp(2rem, 3vw, 2.75rem); }
.inquiry-form-grid { gap: 1.125rem 1.75rem; }
.inquiry-field label { margin-bottom: .25rem; }
.inquiry-field input,
.inquiry-field select,
.inquiry-field textarea { min-height: 46px; padding-block: .625rem; }
.inquiry-field textarea { height: 104px; min-height: 104px; }
.inquiry-form-actions { margin-top: 1.5rem; }

/* Archives and story pages */
.hero-editorial, .page-hero { padding-top: calc(var(--header-height) + var(--editorial-section-space)); background: var(--editorial-cream); }
.hero-editorial .story-content-block, .page-hero-content { max-width: 900px; margin-inline: auto; }
.portfolio-grid-section, .event-album-section, .story-events-section, .contact-section {
  background:
    radial-gradient(circle at 90% 8%, rgba(188, 139, 106, .08), transparent 26%),
    linear-gradient(145deg, var(--editorial-paper), #f5ece2);
}
.knots-masonry-grid, .portfolio-grid { gap: clamp(1rem, 2vw, 2rem); }
.portfolio-card, .grid-item { background: transparent; box-shadow: none; }

/* Warm photographic depth: restrained enough to keep the work editorial. */
.featured-stories-slider .story-card-media,
.films .story-card-media,
.pre-wedding-card-media,
.pre-wedding-film-media,
.featured-picture-open,
.frames-slide,
.portfolio-card .card-image-wrap,
.story-event-card,
.event-album-open {
  border-radius: .65rem;
  box-shadow: var(--editorial-photo-shadow);
  transition: transform .65s var(--ease-out-expo), box-shadow .65s var(--ease-out-expo), filter .45s ease;
}

.featured-stories-slider .story-card-media,
.films .story-card-media,
.pre-wedding-card-media,
.pre-wedding-film-media,
.featured-picture-open,
.frames-slide,
.portfolio-card .card-image-wrap,
.story-event-card { overflow: hidden; }

.section-heading .eyebrow,
.feature-film-heading .eyebrow,
.pre-wedding-heading .eyebrow,
.frames-heading .eyebrow,
.inquiry-content > .eyebrow {
  color: #8b6f55;
  text-shadow: 0 1px rgba(255,255,255,.7);
}

@media (hover: hover) and (pointer: fine) {
  .featured-stories-slider .story-card:hover .story-card-media,
  .films .story-card:hover .story-card-media,
  .pre-wedding-card:hover .pre-wedding-card-media,
  .pre-wedding-film-card:hover .pre-wedding-film-media,
  .featured-picture-open:hover,
  .frames-slide:hover,
  .portfolio-card:hover .card-image-wrap,
  .story-event-card:hover,
  .event-album-open:hover {
    transform: translateY(-5px);
    box-shadow: var(--editorial-photo-shadow-hover);
  }
}

@media (max-width: 767px) {
  :root {
    --editorial-photo-shadow: 0 14px 32px rgba(54, 38, 27, .13), 0 3px 9px rgba(54, 38, 27, .07);
  }
}

.hero-knotsbyamp { min-height: min(820px, 82svh); }
.hero-knotsbyamp .hero-brand-title { max-width: 16ch; font-size: clamp(3.75rem, 5.2vw, 4.5rem); line-height: .98; }
.story-introduction { background: var(--editorial-cream); }
.story-introduction .story-content-block { max-width: 980px; }
.story-introduction-copy { max-width: 52ch; font-size: clamp(1.25rem, 2vw, 1.625rem); line-height: 1.55; }
.story-event-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  justify-content: center;
  gap: clamp(1rem, 2vw, 2rem);
}
.story-event-card { min-height: 0; aspect-ratio: 2 / 3; display: flex; flex-direction: column; color: inherit; text-decoration: none; }
.story-event-media { width: 100%; height: 100%; overflow: hidden; position: relative; }
.story-event-media img { object-fit: cover; width: 100%; height: 100%; display: block; }
.event-album-hero { min-height: 58svh; padding-top: calc(var(--header-height) + 4rem); }
.event-album-title { font-size: clamp(3.75rem, 6vw, 5.5rem); }
.event-album-section { padding-inline: 0 !important; }
.event-album-grid {
  --event-album-gap: clamp(.375rem, .55vw, .625rem);
  display: grid;
  width: 100%;
  margin-inline: 0;
  padding-inline: clamp(.75rem, 1.5vw, 1.5rem);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 1px;
  grid-auto-flow: dense;
  column-gap: var(--event-album-gap) !important;
  row-gap: 1px !important;
  align-items: start;
}
.event-album-item {
  min-width: 0;
  margin: 0 !important;
  padding-bottom: calc(var(--event-album-gap) - 1px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  isolation: isolate;
  position: relative;
  z-index: 1;
}
.event-album-item img { height: auto; border-radius: .5rem; transform: none; }
.event-album-item:hover img { transform: none; }
.event-album-open, .event-album-open img {
  display: block;
  width: 100%;
  border-radius: .5rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (hover: hover) and (pointer: fine) {
  .event-album-open {
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1),
                filter 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center center;
    will-change: transform;
    position: relative;
    z-index: 1;
  }
  .event-album-open:hover {
    transform: scale(1.07);
    box-shadow: 0 22px 56px rgba(20, 14, 8, 0.32), 0 6px 18px rgba(20, 14, 8, 0.18);
    filter: brightness(1.02) saturate(1.06);
    z-index: 60;
    position: relative;
  }
  .event-album-item:hover {
    z-index: 60;
  }
}
.lightbox-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.contact-wrapper { width: min(var(--editorial-max), calc(100% - (var(--editorial-gutter) * 2))); gap: clamp(3rem, 8vw, 8rem); }
.site-footer { padding-top: clamp(5rem, 7vw, 7rem); background: #171411; }

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  :root { --editorial-section-space: clamp(4.5rem, 8vw, 5.5rem); --editorial-gutter: clamp(2rem, 4vw, 3rem); }
  h1, .display-1, .type-h1 { font-size: clamp(3rem, 6.5vw, 4rem); }
  h2, .display-2, .type-h2 { font-size: clamp(2.55rem, 5.5vw, 3.125rem); }
  .hero-v2 .hero-title { font-size: clamp(3.75rem, 8vw, 4.5rem); }
  .about-story-section { min-height: auto; }
  .about-story-section .story-content-block { column-gap: 3.5rem; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); }
  .featured-stories.section-padding { padding-block: var(--editorial-section-space); }
  .featured-stories .section-heading { margin-bottom: 2.75rem; }
  .featured-stories .story-card-media { height: auto; }
  .pre-wedding-section .pre-wedding-grid, .pre-wedding-film-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials .testimonial-card { border-right: 0; border-bottom: 1px solid var(--editorial-rule); }
  .testimonials .testimonial-card:last-child { border-bottom: 0; }
  .event-album-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Mobile */
@media (max-width: 767px) {
  :root { --editorial-section-space: clamp(3rem, 14vw, 4rem); --editorial-gutter: 1.25rem; }
  h1, .display-1, .type-h1, h2, .display-2, .type-h2 { font-size: clamp(2.4rem, 11vw, 3.15rem); line-height: 1.02; }
  .site-header { padding-block: .9rem; }
  .site-header.scrolled { padding-block: .62rem; }
  .site-logo, .brand-badge { font-size: 1.4rem; }
  .mobile-nav-drawer { padding: calc(var(--header-height) + 2rem) var(--editorial-gutter) 2rem; }
  .hero-v2 { min-height: 100svh; }
  .hero-v2 .hero-content { width: calc(100% - 2.5rem); padding-inline: 0; top: 0; }
  .hero-v2 .hero-title, .hero-v2 .hero-content .hero-title { max-width: 10ch; font-size: clamp(3rem, 14vw, 4rem); line-height: .96; }
  .hero-v2 .hero-subtitle { margin: 1rem 0 .85rem; font-size: .625rem; }
  .hero-v2 .hero-description { max-width: 34ch; margin-bottom: 1.5rem; font-size: .875rem; line-height: 1.65; }
  .hero-v2 .hero-slider-controls { right: 1rem; bottom: 5.25rem; left: 1rem; }
  .hero-slider-button { width: 46px; height: 46px; }
  .section-heading, .featured-pictures-heading, .pre-wedding-heading, .story-events-heading { margin-bottom: 2.25rem; }
  .about-story-section { min-height: auto; }
  .about-story-section .story-content-block { display: block; }
  .about-story-section h2 { max-width: 13ch; margin: 1.25rem 0 2rem !important; }
  .about-story-section .story-paragraph { max-width: 36ch; margin-bottom: 1.25rem; }
  .about-story-section .story-action-wrap { margin-top: 2rem; }
  .featured-stories.section-padding, .films, .testimonials { padding-block: var(--editorial-section-space); }
  .featured-stories .section-heading, .films .section-heading, .testimonials .section-heading { margin-bottom: 2.25rem; }
  .featured-stories .section-heading h2, .films .section-heading h2, .testimonials .section-heading h2,
  .featured-pictures-heading h2, .pre-wedding-heading h2 { font-size: clamp(2.4rem, 11vw, 3rem); }
  .featured-stories-slider .story-card-media, .films .story-card-media,
  .pre-wedding-card-media, .pre-wedding-film-media { height: auto; aspect-ratio: 4 / 3; }
  .featured-stories-slider .story-content, .films .story-content, .pre-wedding-card-content { padding: 1.25rem 0 0; }
  .featured-stories-controls { margin-top: 1.5rem; }
  .featured-stories .stories-button { margin-top: 2rem; }
  .featured-pictures-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: clamp(105px, 28vw, 130px);
    gap: .35rem;
  }
  .featured-picture { grid-column: span 3; }
  .featured-picture:nth-child(-n+3) { grid-column: span 4; }
  .pre-wedding-showcase { gap: 3.5rem; }
  .pre-wedding-introduction { display: block; margin-bottom: 2.25rem; }
  .pre-wedding-introduction p { margin-bottom: 1.5rem; }
  .pre-wedding-grid, .pre-wedding-film-grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials .testimonial-card { padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--editorial-rule); }
  .testimonials .testimonial-card:last-child { border-bottom: 0; }
  .inquiry-form-grid { grid-template-columns: 1fr; }
  .hero-editorial, .page-hero { padding-top: calc(var(--header-height) + 3.5rem); }
  .hero-editorial br, .films-heading-break { display: none; }
  .hero-knotsbyamp { min-height: 72svh; }
  .hero-knotsbyamp .hero-brand-title { font-size: clamp(2.9rem, 13vw, 3.9rem); }
  .story-introduction-copy { font-size: 1.25rem; }
  .story-event-grid { grid-template-columns: minmax(0, 280px); }
  .story-event-card { min-height: 0; }
  .event-album-hero { min-height: 52svh; padding-top: calc(var(--header-height) + 2.5rem); }
  .event-album-title { font-size: clamp(3rem, 15vw, 4.25rem); }
  .event-album-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-wrapper { display: block; }
  .contact-info { margin-bottom: 3rem; }
  .footer-grid { gap: 2.5rem; }
  .review-slide { width: calc(100vw - 3rem); }
  .reviews-controls { gap: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .featured-picture-open img, .frames-slide img, .event-album-open { transition: none; }
  .review-card { transition: none; }
}

/* August 2026 approved brand and iPad composition refinements */
.header-inner { justify-content: flex-start; }
.site-logo {
  margin-inline-start: 0;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  white-space: nowrap;
}
.menu-toggle,
.mobile-nav-drawer {
  display: none !important;
}
.nav-desktop {
  margin-left: auto;
  display: flex !important;
  align-items: center;
  gap: clamp(0.75rem, 1.8vw, 2.25rem);
  flex-wrap: wrap;
}
.nav-desktop a {
  font-family: var(--font-sans);
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
@media (max-width: 600px) {
  .site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .site-logo {
    font-size: 1.1rem;
  }
  .nav-desktop {
    gap: 0.6rem;
  }
  .nav-desktop a {
    font-size: 0.65rem;
    letter-spacing: 0.04em;
  }
}
body:not(.home) .site-header {
  border-color: var(--editorial-rule);
  background: rgba(247, 242, 234, .97);
  backdrop-filter: blur(14px);
}
body:not(.home) .site-header .site-logo,
body:not(.home) .site-header .nav-desktop a { color: var(--editorial-ink); }

.hero-v2 .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-v2 .hero-content {
  top: clamp(34px, 7vh, 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-brand-logo {
  display: block;
  width: min(56vw, 620px);
  height: min(32vw, 350px);
  margin: 0 auto -2.25rem;
  object-fit: cover;
  object-position: center 45%;
}
.hero-v2 .hero-description {
  max-width: none;
  margin-bottom: 1.4rem;
  white-space: nowrap;
}
.hero-sound-toggle {
  position: absolute;
  right: var(--editorial-gutter);
  bottom: 2.35rem;
  z-index: 4;
  min-width: 92px;
  min-height: 44px;
  padding: .7rem 1rem;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(20,16,13,.28);
  color: var(--editorial-light);
  font-size: .66rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.hero-sound-toggle:hover,
.hero-sound-toggle:focus-visible { border-color: var(--editorial-light); background: rgba(20,16,13,.56); }

.about-story-section {
  min-height: auto;
  padding-block: clamp(3.75rem, 6vw, 5.75rem);
}
.about-story-section .story-content-block {
  display: block;
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
}
.about-story-section .eyebrow { display: block; }
.about-story-section h2 {
  max-width: none;
  margin: 1rem auto 1.5rem !important;
  font-size: clamp(2.45rem, 3.8vw, 3.8rem);
  line-height: 1.02;
  white-space: nowrap;
}
.about-story-section .story-paragraph {
  max-width: 68ch;
  margin: 0 auto .8rem;
  text-align: center;
}

.featured-stories { overflow: hidden; }
.featured-stories .section-heading { margin-bottom: 1.8rem; }
.featured-stories-slider,
.featured-stories-slider.swiper {
  max-width: none;
  overflow: visible;
  padding-block: .5rem 0;
}
.featured-stories .featured-stories-slider { width: 100%; max-width: none; }
.featured-stories-slider.swiper-backface-hidden .swiper-slide { backface-visibility: visible; }
.featured-stories-slider .story-card {
  width: clamp(240px, 20vw, 280px);
  opacity: 1;
  transform: none;
}
.featured-stories-slider .story-card-media { aspect-ratio: 4 / 5; }
.featured-stories-slider .story-content { padding-top: 1rem; text-align: center; }
.featured-stories-slider .story-content h3 { margin: .35rem 0; font-size: clamp(1.55rem, 2vw, 1.9rem); }
.featured-stories-slider .story-link { justify-content: center; }
.featured-stories-controls,
.featured-stories-pagination { display: none !important; }
.featured-stories .stories-button { margin-top: 1.65rem; }

.films .section-heading { margin-bottom: 2rem; }
.films .section-heading h2 {
  max-width: none;
  font-size: clamp(1.85rem, 3vw, 3rem);
  white-space: nowrap;
}
.wedding-films-slider .story-card {
  width: min(68vw, 520px);
  opacity: 1;
  transform: scale(.92);
  transition: transform .55s ease;
}
.wedding-films-slider .swiper-slide-active { opacity: 1; transform: scale(1); }
.films .story-card-media { aspect-ratio: 16 / 9; }
.films .story-content { padding-top: 1rem; text-align: center; }
.films .story-content p { max-width: 48ch; margin-inline: auto; }
.films .story-link { justify-content: center; }

/* Minimal Editorial Play Icon — Pure Clean Triangle, No Circle Badge */
.wedding-film-play,
.pre-wedding-film-play,
.film-play-btn {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 3 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  font-size: 0 !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease !important;
}

.wedding-film-play svg,
.pre-wedding-film-play svg {
  display: block !important;
  width: clamp(32px, 4vw, 46px) !important;
  height: clamp(32px, 4vw, 46px) !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.75)) drop-shadow(0 6px 20px rgba(0, 0, 0, 0.4)) !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease !important;
}

.feature-film-media:hover .wedding-film-play svg,
.wedding-film-card:hover .wedding-film-play svg,
.wedding-film-card .story-card-media:hover .wedding-film-play svg,
.pre-wedding-film-card:hover .pre-wedding-film-play svg,
.pre-wedding-film-card a:hover .pre-wedding-film-play svg {
  transform: scale(1.18) !important;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.9)) drop-shadow(0 8px 28px rgba(0, 0, 0, 0.6)) !important;
}

.feature-film-media:hover .wedding-film-play,
.wedding-film-card:hover .wedding-film-play,
.wedding-film-card .story-card-media:hover .wedding-film-play,
.pre-wedding-film-card:hover .pre-wedding-film-play,
.pre-wedding-film-card a:hover .pre-wedding-film-play {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

@media (max-width: 768px) {
  .wedding-film-play,
  .pre-wedding-film-play {
    width: auto !important;
    height: auto !important;
  }
  .wedding-film-play svg,
  .pre-wedding-film-play svg {
    width: 28px !important;
    height: 28px !important;
  }
}

.pre-wedding-section {
  overflow: hidden;
  background: var(--editorial-paper);
}
.pre-wedding-section.section-padding {
  padding-block: clamp(4rem, 6vw, 5.5rem);
}
.pre-wedding-heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3rem;
}
.pre-wedding-heading .eyebrow {
  display: block;
  margin-bottom: 0.5rem;
}
.pre-wedding-heading .display-2 {
  margin-bottom: 0.75rem;
}
.pre-wedding-heading p {
  color: var(--editorial-muted);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.6;
}

.pre-wedding-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
  max-width: 1040px;
  margin-inline: auto;
}

.pre-wedding-showcase-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.pre-wedding-content-heading {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 0.4rem;
  margin-bottom: 1.75rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid var(--editorial-rule) !important;
  width: 100%;
}

.pre-wedding-content-heading span,
.pre-wedding-content-heading .eyebrow {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--editorial-muted);
}

.pre-wedding-content-heading p {
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
  color: var(--editorial-muted) !important;
  max-width: 34ch !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.pre-wedding-grid,
.pre-wedding-film-grid {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  gap: 2rem !important;
}

.pre-wedding-card,
.pre-wedding-film-card {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.pre-wedding-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: var(--editorial-cream);
  box-shadow: 0 14px 32px rgba(33, 29, 25, 0.08);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.pre-wedding-film-media,
.pre-wedding-film-player-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: var(--editorial-cream);
  box-shadow: 0 14px 32px rgba(33, 29, 25, 0.08);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.pre-wedding-card-media:hover,
.pre-wedding-film-media:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(33, 29, 25, 0.12);
}

.pre-wedding-card-media img,
.pre-wedding-film-media img,
.pre-wedding-film-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pre-wedding-card-content {
  padding-top: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pre-wedding-card-content .story-location {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--editorial-muted);
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.pre-wedding-card-content h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
  font-weight: 400;
  line-height: 1.25;
  margin: 0.2rem 0 0.6rem;
}

.pre-wedding-card-content h3 a {
  color: var(--editorial-ink);
  text-decoration: none;
}

.pre-wedding-card-content .story-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--editorial-ink);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.25s ease;
}

.pre-wedding-card-content .story-link:hover {
  opacity: 1;
}

@media (max-width: 860px) {
  .pre-wedding-showcase {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    max-width: 480px;
  }
}

.frames-heading,
.testimonials .section-heading,
.inquiry-content > .eyebrow,
.inquiry-content > h2,
.inquiry-content > .lead { text-align: center; }
.testimonials .testimonial-card { text-align: center; }
.inquiry-content > .eyebrow { display: block; }
.inquiry-section h2,
.inquiry-section .lead { margin-inline: auto; }

.archive-editorial { padding-top: calc(var(--header-height) + clamp(4rem, 7vw, 6rem)); }
.archive-editorial .section-header-editorial {
  display: block;
  max-width: 880px;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  text-align: center;
}
.archive-editorial .section-header-editorial h1 { max-width: 18ch; margin: 1.25rem auto 0; }
.archive-editorial .section-header-editorial .lead { max-width: 58ch; margin: 1.25rem auto 0; }
.archive-editorial .portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.archive-editorial .portfolio-card,
.archive-editorial .portfolio-card .card-image-wrap { border: 0; }
.archive-editorial .portfolio-card .card-image-wrap { overflow: hidden; aspect-ratio: 4 / 5; }
.archive-editorial .portfolio-card .card-image-wrap a { display: block; height: 100%; }
.archive-editorial .portfolio-card .card-image-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* Wedding stories archive */
.wedding-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 3.2vw, 3rem) clamp(1rem, 2vw, 1.75rem);
}
.wedding-archive-card { min-width: 0; }
.wedding-archive-card-link {
  display: flex;
  width: 100%;
  height: 100%;
  color: inherit;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.wedding-archive-media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: .55rem;
  background: var(--editorial-sand);
  box-shadow: var(--editorial-photo-shadow);
}
.wedding-archive-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s var(--ease-out-expo), filter .45s ease;
}
.wedding-archive-copy {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  min-height: 104px;
  padding: 1.15rem 0 0;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.wedding-archive-meta {
  width: 100%;
  margin-bottom: .45rem;
  color: var(--editorial-muted);
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: center;
}
.wedding-archive-title {
  display: -webkit-box;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.3vw, 2.2rem);
  line-height: 1.08;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (hover: hover) and (pointer: fine) {
  .wedding-archive-card-link:hover .wedding-archive-media img { transform: scale(1.025); }
}
.wedding-archive-card-link:focus-visible { outline: 2px solid var(--editorial-ink); outline-offset: 5px; }

.inquiry-form-assurance { display: flex; flex-wrap: wrap; gap: .5rem 1rem; }
.inquiry-privacy-note { margin: .75rem 0 0; color: var(--editorial-muted); font-size: .875rem; }
.inquiry-privacy-note a { color: inherit; text-decoration: underline; text-underline-offset: .18em; }
.inquiry-field :is(input, select, textarea):focus-visible { outline: 2px solid var(--editorial-ink); outline-offset: 4px; }
.inquiry-field :is(input, select, textarea)[aria-invalid="true"] { border-bottom-color: #8c2f24; }
.inquiry-form button[disabled] { cursor: wait; opacity: .7; }

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-v2 .hero-description { max-width: 58ch; white-space: normal; }
  .featured-stories.section-padding { padding-block: clamp(3.25rem, 6vw, 4.25rem); }
  .featured-stories .section-heading { margin-bottom: 1.4rem; }
  .featured-stories .section-heading h2 { font-size: clamp(2.2rem, 4.5vw, 2.7rem); }
  .featured-stories .section-heading > p { margin-top: 1rem; }
  .featured-stories-slider .story-card { width: clamp(220px, 29vw, 260px); }
  .featured-stories .stories-button { margin-top: 1.35rem; }
  .films.section-padding { padding-block: clamp(2.5rem, 4.5vw, 3.5rem); }
  .feature-film-showcase { max-width: 740px; margin-bottom: 3rem; padding-bottom: 0; border-bottom: 0 !important; }
  .feature-film-heading { margin-bottom: 1.125rem; }
  .feature-film-heading h2 { margin-top: .6rem; }
  .feature-film-heading p { margin-top: .75rem; }
  .feature-film-watch { margin-top: .9rem; }
  .films .section-heading h2 { font-size: clamp(1.65rem, 3.2vw, 2.2rem); }
  .wedding-films-slider .story-card { width: min(62vw, 500px); }
  .testimonials.section-padding { padding-block: clamp(3.5rem, 6vw, 4.5rem); }
  .testimonials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .testimonials .testimonial-card {
    padding: 1.5rem 1.25rem;
    border-right: 1px solid var(--editorial-rule);
    border-bottom: 0;
  }
  .testimonials .testimonial-card:last-child { border-right: 0; }
  .testimonials .testimonial-card p { font-size: clamp(1.05rem, 2vw, 1.25rem); }
  .inquiry-section.section-padding { padding-block: clamp(3.5rem, 6vw, 4rem); }
  .inquiry-form { margin-top: 2rem; }
  .archive-editorial .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wedding-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .site-logo { max-width: calc(100vw - 88px); overflow: hidden; font-size: 1.22rem; text-overflow: ellipsis; }
  .hero-brand-logo {
    width: calc(100vw - 5rem);
    max-width: 310px;
    height: min(48vw, 190px);
    margin: 0 auto -1rem;
  }
  .hero-v2 .hero-description { max-width: 32ch; white-space: normal; }
  .hero-sound-toggle { right: 1rem; bottom: 1.25rem; min-width: 84px; }
  .scroll-indicator { display: none; }
  .about-story-section h2 {
    max-width: 15ch;
    margin-bottom: 1.5rem !important;
    font-size: clamp(2.35rem, 11vw, 3rem);
    white-space: normal;
  }
  .featured-stories-slider .story-card { width: calc(100vw - 3.5rem); max-width: 310px; }
  .featured-stories-slider .story-card-media { aspect-ratio: 4 / 5; }
  .wedding-films-slider .story-card { width: calc(100vw - 3rem); max-width: 390px; opacity: 1; transform: none; }
  .feature-film-showcase { margin-bottom: 2.5rem; padding-bottom: 0; border-bottom: 0 !important; }
  .feature-film-heading { margin-bottom: 1.25rem; }
  .feature-film-heading h2 { font-size: clamp(2.35rem, 11vw, 3rem); }
  .feature-film-heading p { max-width: 32ch; font-size: .95rem; }
  .feature-film-watch { margin-top: 1rem; }
  .films .section-heading h2 { max-width: 16ch; white-space: normal; }
  .films .story-content p { display: none; }
  .inquiry-section.section-padding { padding-block: 3rem; }
  .inquiry-section h2 { margin-bottom: 1rem; }
  .inquiry-section .lead { line-height: 1.6; }
  .inquiry-form { margin-top: 1.75rem; }
  .inquiry-form-grid { gap: 1rem; }
  .inquiry-field textarea { height: 112px; min-height: 112px; }
  .inquiry-form-actions { margin-top: 1.25rem; }
  .pre-wedding-section.section-padding { padding-block: 3.5rem; }
  .pre-wedding-grid,
  .pre-wedding-film-grid { gap: 2rem; }
  .archive-editorial .portfolio-grid { grid-template-columns: 1fr; }
  .wedding-archive-grid { grid-template-columns: 1fr; gap: 2rem; }
  .wedding-archive-copy { min-height: 0; padding-top: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .hero-button { width: min(100%, 290px); }
  .video-modal-nav { width: 44px; height: 44px; }
  .video-modal-close { top: 1rem !important; right: 1rem !important; width: 44px !important; height: 44px !important; }
}

.video-modal-close {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50% !important;
  background: rgba(20, 16, 13, .72) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .4) !important;
  backdrop-filter: blur(8px);
  cursor: pointer;
  z-index: 60;
}
.video-modal-close:hover,
.video-modal-close:focus-visible {
  background: #fff !important;
  color: #15110e !important;
  outline: 2px solid #fff;
}

@media (prefers-reduced-motion: reduce) {
  .wedding-films-slider .story-card { transition: none; }
}

/* WEDDING FILM SLIDER FINAL POLISH */
.films { overflow: hidden; }

.films .wedding-films-slider {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 1rem clamp(.75rem, 2vw, 2.5rem) .25rem;
  overflow: visible;
}

.films .wedding-films-slider .swiper-wrapper {
  align-items: center;
  padding-bottom: 1.25rem;
}

.films .wedding-film-card {
  opacity: 1 !important;
  filter: none !important;
  transform: scale(.9) !important;
  display: flex;
  height: auto;
  flex-direction: column;
  align-self: center;
  transform-origin: center center;
  box-shadow: none !important;
  transition: transform .9s cubic-bezier(.22, 1, .36, 1) !important;
  will-change: transform;
}

.films .wedding-film-card.swiper-slide-active {
  z-index: 4;
  transform: scale(1.075) !important;
}

.films .wedding-film-card .story-content { flex: 1; }

.films .wedding-film-card .story-card-media {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transition: box-shadow .7s cubic-bezier(.22, 1, .36, 1);
}

.films .wedding-film-card.swiper-slide-active .story-card-media {
  box-shadow: 0 22px 52px rgba(72, 48, 33, .18) !important;
}

.films .wedding-films-pagination.swiper-pagination {
  display: flex !important;
  position: relative !important;
  inset: auto !important;
  width: min(280px, 88vw) !important;
  height: 24px;
  margin: 1.1rem auto 0 !important;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transform: none !important;
}

.films .wedding-films-pagination .swiper-pagination-bullet {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0 1px !important;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent !important;
  opacity: 1;
  transform: none;
  cursor: pointer;
  touch-action: manipulation;
  appearance: none;
}

.films .wedding-films-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #8f7564;
  opacity: .4;
  transform: translate(-50%, -50%);
  transition: width .45s cubic-bezier(.22, 1, .36, 1), opacity .35s ease, background-color .35s ease;
}

.films .wedding-films-pagination .swiper-pagination-bullet-active {
  flex-basis: 34px;
  width: 34px;
}

.films .wedding-films-pagination .swiper-pagination-bullet-active::after {
  width: 26px;
  background: #5e4335;
  opacity: 1;
}

@media (max-width: 1023px) {
  .films .wedding-films-slider { padding-inline: 1rem; }
  .films .wedding-film-card { transform: scale(.94) !important; }
  .films .wedding-film-card.swiper-slide-active { transform: scale(1.045) !important; }
}

@media (max-width: 767px) {
  .films .wedding-films-slider {
    width: 100%;
    margin-left: 0;
    padding-inline: 0;
    overflow: hidden;
  }

  .films .wedding-film-card { transform: scale(.96) !important; }
  .films .wedding-film-card.swiper-slide-active { transform: scale(1.02) !important; }
  .films .wedding-films-pagination.swiper-pagination { margin-top: .8rem !important; }
}


/* ==========================================================================
   Slider Drag, Momentum & Side Controls Polish
   ========================================================================== */
.swiper,
.swiper-slide,
.story-card-media,
.story-card-media img,
.frames-slide,
.frames-slide img,
.frames-slide a {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.featured-stories-slider,
.wedding-films-slider,
.frames-slider {
  cursor: grab;
  touch-action: pan-y pinch-zoom;
}

.featured-stories-slider:active,
.wedding-films-slider:active,
.frames-slider:active,
.swiper-grab:active {
  cursor: grabbing;
}

.slider-controls-wrap {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}

.slider-nav-btn {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(44, 42, 41, 0.14);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--editorial-ink, #2c2a29);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.92;
}

.slider-nav-btn:hover {
  background: #ffffff;
  color: var(--editorial-terracotta, #b57c68);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-50%) scale(1.06);
  opacity: 1;
}

.slider-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.slider-nav-btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.slider-nav-prev {
  left: 8px;
}

.slider-nav-next {
  right: 8px;
}

@media (min-width: 1320px) {
  .slider-nav-prev {
    left: -22px;
  }
  .slider-nav-next {
    right: -22px;
  }
}

@media (max-width: 768px) {
  .slider-nav-btn {
    display: none;
  }
}

/* ==========================================================================
   Apple iOS-Grade Fluid Motion & Infinite Sideways Gallery Flow
   ========================================================================== */
:root {
  --ios-fluid-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ios-spring-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* --- Frames Gallery: True Infinite Sideways Movement --- */
.frames-slider.infinity-flow {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding-block: 1.5rem 2rem;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
}

.frames-slider.infinity-flow:active,
.frames-slider.infinity-flow.is-dragging {
  cursor: grabbing;
}

.frames-slider.infinity-flow .frames-flow-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  align-items: center;
  gap: 11px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: none !important;
  transition-timing-function: unset !important;
}

.frames-slider.infinity-flow .frames-slide {
  flex: 0 0 auto;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(36, 33, 30, 0.08);
  transition: transform 0.6s var(--ios-fluid-ease), box-shadow 0.6s var(--ios-fluid-ease);
}

.frames-slider.infinity-flow .frames-slide:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 16px 36px rgba(36, 33, 30, 0.14);
}

.frames-slider.infinity-flow .frames-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}

/* --- Selected Weddings & Wedding Films iOS Fluid Physics --- */
.featured-stories-slider .swiper-wrapper,
.wedding-films-slider .swiper-wrapper {
  transition-timing-function: var(--ios-fluid-ease) !important;
}

.featured-stories-slider .story-card,
.wedding-films-slider .story-card {
  transition: transform 0.85s var(--ios-fluid-ease), opacity 0.65s var(--ios-fluid-ease), box-shadow 0.65s var(--ios-fluid-ease) !important;
}

.featured-stories-slider .swiper-slide-active,
.wedding-films-slider .swiper-slide-active {
  transition: transform 0.85s var(--ios-fluid-ease), opacity 0.65s var(--ios-fluid-ease) !important;
}

/* Navigation buttons hover/active spring physics */
.slider-nav-btn {
  transition: all 0.35s var(--ios-fluid-ease) !important;
}

.slider-nav-btn:hover {
  transform: translateY(-50%) scale(1.08) !important;
}

.slider-nav-btn:active {
  transform: translateY(-50%) scale(0.94) !important;
}

/* Featured Pictures Grid hover & reveal smooth flow */
.featured-picture {
  transition: opacity 0.8s var(--ios-fluid-ease), transform 0.95s var(--ios-spring-ease) !important;
}

.featured-picture-open img {
  transition: transform 0.8s var(--ios-fluid-ease) !important;
}

.featured-picture-open:hover img {
  transform: scale(1.03) !important;
}

/* ==========================================================================
   LIGHTBOX — MINIMALIST EDITORIAL (NO CIRCLES, PURE ICONS, SMOOTH TRANSITION)
   ========================================================================== */
.lightbox-modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(14, 13, 12, 0.94) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  z-index: 999999 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease !important;
}

.lightbox-modal.open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.lightbox-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 88vh;
  margin: auto;
}

.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  transform: scale(0.96);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease !important;
}

.lightbox-modal.open .lightbox-image {
  transform: scale(1) !important;
  opacity: 1 !important;
}

/* Crisp icon buttons: Absolutely NO circles or solid background boxes */
.lightbox-close,
.lightbox-nav {
  position: absolute !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: pointer !important;
  z-index: 1000 !important;
  transition: color 0.25s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease !important;
}

.lightbox-close svg,
.lightbox-nav svg {
  display: block;
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.7));
}

.lightbox-close {
  top: 28px !important;
  right: 32px !important;
}

.lightbox-close:hover {
  color: #ffffff !important;
  transform: scale(1.15) !important;
  background: transparent !important;
}

.lightbox-prev {
  top: 50% !important;
  left: 32px !important;
  transform: translateY(-50%) !important;
}

.lightbox-next {
  top: 50% !important;
  right: 32px !important;
  transform: translateY(-50%) !important;
}

.lightbox-prev:hover {
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.2) !important;
  background: transparent !important;
}

.lightbox-next:hover {
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.2) !important;
  background: transparent !important;
}

.lightbox-nav:disabled {
  opacity: 0.2 !important;
  cursor: default !important;
  pointer-events: none !important;
}

@media (max-width: 768px) {
  .lightbox-close {
    top: 18px !important;
    right: 18px !important;
  }
  .lightbox-prev {
    top: auto !important;
    bottom: 24px !important;
    left: calc(50% - 56px) !important;
    transform: none !important;
  }
  .lightbox-next {
    top: auto !important;
    bottom: 24px !important;
    right: calc(50% - 56px) !important;
    transform: none !important;
  }
  .lightbox-prev:hover,
  .lightbox-next:hover {
    transform: scale(1.2) !important;
  }
}

/* ==========================================================================
   DESKTOP APPLE DOCK-STYLE SMOOTH MAGNIFICATION (STUDY OF THE DAY)
   ========================================================================== */
@media (min-width: 992px) and (hover: hover) {
  .study-multiline-slider {
    padding-block: 0 !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  .study-line-slider {
    padding-block: 0 !important;
    overflow: visible !important;
  }

  .study-line-track {
    gap: 10px !important;
  }

  .study-picture-card {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, z-index 0.01s !important;
    transform-origin: center center;
    position: relative;
    z-index: 1;
  }

  .study-picture-card:hover {
    transform: scale(1.10) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32) !important;
    z-index: 100 !important;
  }

  .study-picture-card:hover img {
    transform: scale(1.04) !important;
    filter: brightness(1.02) contrast(1.02) !important;
  }

  .study-picture-card:active {
    transform: scale(1.12) !important;
    transition-duration: 0.12s !important;
  }
}

/* ==========================================================================
   GLOBAL CONTENT & IMAGE PROTECTION (DISABLE RIGHT-CLICK / DRAG / SAVE)
   ========================================================================== */
img,
picture,
.lightbox-image,
.story-card img,
.study-picture-card img,
.frames-slide img,
.hero img,
.gallery img {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none !important;
  pointer-events: none;
}

video,
.wedding-film-player,
.pre-wedding-film-video,
video::-webkit-media-controls,
video::-webkit-media-controls-panel {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.lightbox-modal img {
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
}

a, button, input, select, textarea, [tabindex] {
  pointer-events: auto !important;
}

/* ========================================================
   MOBILE HEADER 3-LINE MENU TOGGLE & FILM ASPECT RATIO FIXES
   ======================================================== */

@media (max-width: 768px) {
  .site-header .nav-desktop {
    display: none !important;
  }
  
  .site-header .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--editorial-ink, #2c2a29);
    cursor: pointer;
    z-index: 1001;
  }

  .menu-hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 24px !important;
    height: 15px !important;
  }

  .menu-hamburger span {
    display: block !important;
    width: 100% !important;
    height: 1.75px !important;
    background-color: currentColor !important;
    border-radius: 1px !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
  }
}

/* Force 16:9 Cinematic Widescreen Film Ratio for Wedding Films thumbnails across all viewport sizes */
.films .story-card-media,
.wedding-films-slider .story-card-media,
.wedding-film-card .story-card-media,
.feature-film-media {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
}

.films .story-card-media img,
.wedding-films-slider .story-card-media img,
.wedding-film-card .story-card-media img,
.feature-film-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}



