@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=Inter:wght@300;400;500&display=swap");

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #0b0b0b; font-family: Inter, Arial, sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

.site {
  --bg: #0b0b0b;
  --fg: #f1efe9;
  --muted: #a09e98;
  --line: #292929;
  --soft: #111315;
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--bg);
  color: var(--fg);
}

.site.wedding {
  --bg: #f3f0e9;
  --fg: #151515;
  --muted: #716e68;
  --line: #d4d0c7;
  --soft: #ebe7df;
}

.topbar {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  min-height: 82px;
  padding: 0 3.4vw;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.brand {
  color: inherit;
  letter-spacing: .13em;
  line-height: 1;
  text-decoration: none;
  font-size: 15px;
}

.brand span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  letter-spacing: .19em;
  font-size: 7px;
}

.main-nav { display: flex; align-items: stretch; gap: clamp(18px, 2.3vw, 34px); }
.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
  font-size: 11px;
  transition: color .25s;
}
.main-nav a:hover, .main-nav a.active { color: var(--fg); }
.main-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: var(--fg);
}

.langs { display: flex; gap: 8px; }
.langs a, .langs button {
  display: inline-block;
  padding: 4px 2px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  text-decoration: none;
  font-family: inherit;
  font-size: 9px;
  cursor: pointer;
}
.langs a.active, .langs button.active { border-color: var(--fg); color: var(--fg); }

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 82px);
  overflow: hidden;
}

.split-hero { grid-template-columns: 55% 45%; }
.split-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}
.cover-image { opacity: 0; transition: opacity .6s ease, filter .55s ease; }
.cover-image.is-loaded { opacity: 1; }

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 7vw 3.4vw;
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--muted);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 10px;
}

h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 400; }
.hero h1, section h2 { letter-spacing: -.035em; }
.hero h1 { margin: 0; font-size: clamp(56px, 7vw, 118px); line-height: .9; }
.lead { max-width: 560px; margin: 32px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 22px;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-size: 10px;
  transition: transform .25s, background .25s, color .25s;
}
.button:hover { transform: translateY(-2px); }
.button.solid { background: var(--fg); color: var(--bg); }
.button.outline { margin-top: 22px; border-color: var(--fg); }
.button.light { background: #f3f0e9; color: #111; }
.button.ink { background: #151515; color: #fff; }
.text-link { padding-bottom: 6px; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; font-size: 12px; }

.portfolio, .services, .packages, .feature, .contact { padding: clamp(86px, 9vw, 140px) 3.4vw; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.section-head h2, .about h2, .where h2, .services h2, .packages h2, .feature h2, .contact h2, .route-card h2 {
  margin: 0;
  font-size: clamp(46px, 5.8vw, 92px);
  line-height: .95;
}
.portfolio-intro { max-width: 620px; margin: 30px 0 44px; color: var(--muted); line-height: 1.65; }
.drag-note { margin: 0 0 8px; color: var(--muted); font-size: 10px; }
.gallery-loading {
  display: flex;
  align-items: center;
  min-height: min(67vw, 680px);
  color: var(--muted);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 9px;
}
.gallery-loading[hidden] { display: none; }
.gallery-loading::before {
  content: "";
  width: 28px;
  height: 1px;
  margin-right: 14px;
  background: var(--muted);
  animation: gallery-pulse 1.1s ease-in-out infinite alternate;
}
@keyframes gallery-pulse { to { width: 54px; opacity: .35; } }

.gallery-rail {
  display: flex;
  gap: 0;
  overflow-x: auto;
  cursor: grab;
  scrollbar-width: none;
  scroll-snap-type: none;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: none;
  overflow-anchor: none;
}
.gallery-rail::-webkit-scrollbar { display: none; }
.gallery-rail.dragging { cursor: grabbing; }
.gallery-cycle {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding-right: 16px;
}
.gallery-frame {
  position: relative;
  flex: 0 0 auto;
  contain: layout paint;
  aspect-ratio: 2 / 3;
  height: min(67vw, 680px);
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--soft);
  cursor: zoom-in;
}
.gallery-frame img { display: block; width: 100%; height: 100%; object-fit: contain; pointer-events: none; transition: opacity .3s; }
.gallery-frame img[data-src] { opacity: 0; }
.gallery-frame:hover img { opacity: .94; }
.gallery-zoom-indicator {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(0,0,0,.48);
  color: #fff;
  font: 300 25px/1 Arial, sans-serif;
  opacity: .72;
  pointer-events: none;
  transition: opacity .2s, transform .2s, background .2s;
}
.gallery-frame:hover .gallery-zoom-indicator, .gallery-frame:focus-visible .gallery-zoom-indicator { opacity: 1; transform: scale(1.06); background: rgba(0,0,0,.7); }

.about {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 720px;
  border-top: 1px solid var(--line);
}
.about-media { min-height: 720px; overflow: hidden; }
.about-media img, .about-media video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.about-copy { align-self: center; padding: 7vw 6vw; }
.about-copy h2 { margin: 0; }
.about-copy > p:not(.eyebrow) { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }

.where {
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: 720px;
  border-top: 1px solid var(--line);
}
.where-copy { align-self: center; padding: 7vw 6vw; }
.where-copy h2 { max-width: 820px; margin: 0; }
.where-body { max-width: 650px; margin-top: 30px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.where-body p { margin: 0 0 18px; }
.where-note { max-width: 580px; margin: 22px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.where-line { margin: 54px 0 0; color: var(--fg); letter-spacing: .18em; line-height: 1.7; font-size: 9px; }
.where-media { min-height: 720px; overflow: hidden; background: var(--soft); }
.where-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 59% center; filter: grayscale(1) contrast(1.06); }

.lightbox {
  position: fixed;
  z-index: 30;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 4vh 4vw;
  background: rgba(0, 0, 0, .94);
  cursor: default;
  overscroll-behavior: contain;
}
.lightbox-stage { position: relative; width: 100%; height: 100%; overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.38) transparent; }
.lightbox-canvas { display: grid; place-items: center; min-width: 100%; min-height: 100%; cursor: zoom-out; }
.lightbox img { display: block; max-width: 100%; max-height: 92vh; object-fit: contain; cursor: zoom-in; box-shadow: 0 20px 80px rgba(0,0,0,.45); }
.lightbox.is-zoomed .lightbox-canvas { width: max-content; height: max-content; }
.lightbox.is-zoomed img { width: min(180vw, 2200px); max-width: none; max-height: none; cursor: zoom-out; }
.lightbox-close {
  position: absolute;
  z-index: 2;
  top: max(18px, env(safe-area-inset-top));
  right: max(20px, env(safe-area-inset-right));
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: #111;
  box-shadow: 0 8px 28px rgba(0,0,0,.38);
  font: 300 34px/1 inherit;
  cursor: pointer;
}
.lightbox-close:hover, .lightbox-close:focus-visible { background: #fff; transform: scale(1.04); outline: 2px solid #fff; outline-offset: 3px; }
.lightbox-tools {
  position: absolute;
  z-index: 3;
  left: max(20px, env(safe-area-inset-left));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 10px;
}
.lightbox-original-badge, .lightbox-zoom {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 999px;
  background: rgba(0,0,0,.7);
  color: rgba(255,255,255,.92);
  font: inherit;
  font-size: 10px;
  line-height: 1.2;
  backdrop-filter: blur(8px);
}
.lightbox-zoom { cursor: pointer; }
.lightbox-zoom:hover, .lightbox-zoom:focus-visible { border-color: #fff; background: rgba(255,255,255,.96); color: #111; outline: none; }
.lightbox-zoom:disabled { opacity: .5; cursor: wait; }
.lightbox-status {
  position: absolute;
  left: 50%;
  bottom: max(68px, calc(54px + env(safe-area-inset-bottom)));
  transform: translateX(-50%);
  max-width: min(520px, 82vw);
  margin: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,.68);
  color: rgba(255,255,255,.84);
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
  pointer-events: none;
}
body.lightbox-open { overflow: hidden; }

.routes { border-top: 1px solid var(--line); }
.route-card { display: grid; grid-template-columns: 45% 55%; min-height: 680px; background: #d8d4cc; color: #171717; }
.route-card:nth-child(even) { grid-template-columns: 55% 45%; background: #c9c5bd; }
.route-card:nth-child(even) > img { order: 2; }
.route-card > img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.04); transition: filter .5s ease; }
.route-card:hover > img, .route-card.is-active > img { filter: grayscale(0) contrast(1); }
.route-card > div { align-self: center; padding: 7vw 6vw; }
.route-card p:not(.eyebrow) { max-width: 590px; margin: 28px 0; color: #5e5a54; line-height: 1.75; }
.route-card .eyebrow { color: #6f6b64; }

.testimonial-teaser {
  padding: clamp(86px, 9vw, 140px) 3.4vw;
  overflow: hidden;
  border-top: 1px solid var(--line);
}
.testimonial-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 34%); align-items: end; gap: 7vw; margin-bottom: 56px; }
.testimonial-heading h2 { margin: 0; font-size: clamp(46px, 5.8vw, 92px); line-height: .95; }
.testimonial-heading > div:last-child p { margin: 0 0 28px; color: var(--muted); line-height: 1.7; }
.testimonial-rail {
  display: flex;
  gap: 18px;
  padding-bottom: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.testimonial-rail::-webkit-scrollbar { display: none; }
.testimonial-card {
  position: relative;
  flex: 0 0 min(76vw, 940px);
  min-height: min(52vw, 620px);
  overflow: hidden;
  background: linear-gradient(135deg, #202020, #0d0d0d 72%);
  color: #f5f2eb;
  scroll-snap-align: start;
  isolation: isolate;
}
.testimonial-card.compact { flex-basis: min(58vw, 700px); min-height: min(40vw, 480px); }
.testimonial-card::before { content: "“"; position: absolute; top: -42px; right: 28px; color: rgba(255,255,255,.055); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(190px, 23vw, 360px); line-height: 1; }
.testimonial-card::after { content: ""; position: absolute; right: clamp(28px, 4vw, 64px); bottom: clamp(28px, 4vw, 56px); width: 80px; height: 1px; background: rgba(255,255,255,.25); }
.testimonial-card-copy { position: relative; z-index: 1; display: flex; flex-direction: column; width: min(82%, 760px); min-height: inherit; padding: clamp(34px, 5vw, 78px); }
.testimonial-context { margin: 0 0 auto; color: rgba(255,255,255,.66); letter-spacing: .16em; text-transform: uppercase; font-size: 9px; }
.testimonial-card blockquote { max-width: 700px; margin: clamp(55px, 7vw, 96px) 0 30px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(30px, 3.3vw, 52px); line-height: 1.08; }
.testimonial-name { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.testimonial-card-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 18px; }
.testimonial-translation-note { margin: 8px 0 0; color: rgba(255,255,255,.46); font-size: 9px; letter-spacing: .06em; }
.testimonial-proof { flex: 0 0 auto; padding: 8px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; color: rgba(255,255,255,.8); font: inherit; font-size: 9px; cursor: pointer; }
.testimonial-proof:hover { border-color: #fff; color: #fff; }
.testimonial-page-hero { min-height: 62vh; padding: clamp(110px, 12vw, 190px) 3.4vw clamp(80px, 9vw, 140px); border-bottom: 1px solid var(--line); }
.testimonial-page-hero h1 { max-width: 1100px; margin: 0; font-size: clamp(62px, 9vw, 150px); line-height: .86; letter-spacing: -.045em; }
.testimonial-page { padding: clamp(70px, 8vw, 120px) 3.4vw; overflow: hidden; }
.testimonial-controls { display: flex; justify-content: flex-end; gap: 8px; margin-bottom: 24px; }
.testimonial-controls button { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--fg); cursor: pointer; }
.testimonial-placeholder-note { margin: 28px 0 0; color: var(--muted); font-size: 10px; }
.google-trust { display: grid; grid-template-columns: 88px minmax(0, 1fr) auto; align-items: center; gap: clamp(24px, 4vw, 60px); margin-top: 34px; padding: clamp(28px, 4vw, 54px); border: 1px solid var(--line); background: #101010; }
.google-trust.compact { margin-top: 20px; padding: 28px; }
.google-trust-mark { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid var(--line); border-radius: 50%; font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; }
.google-trust-copy h3 { margin: 4px 0 10px; font: 400 clamp(28px, 3vw, 44px)/1 "Cormorant Garamond", Georgia, serif; }
.google-trust-copy p:not(.eyebrow) { max-width: 580px; margin: 0; color: var(--muted); line-height: 1.65; }
.google-trust-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 170px; }
.google-trust-actions a { white-space: nowrap; }

.visit-hero { position: relative; min-height: calc(100svh - 82px); overflow: hidden; background: #111; color: #fff; }
.visit-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.12) 70%), linear-gradient(0deg, rgba(0,0,0,.5), transparent 50%); }
.visit-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.visit-hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; min-height: calc(100svh - 82px); width: min(70%, 1000px); padding: 7vw 3.4vw; }
.visit-hero h1 { max-width: 980px; margin: 0; font-size: clamp(58px, 8vw, 130px); line-height: .88; letter-spacing: -.04em; }
.visit-hero .lead { color: rgba(255,255,255,.76); }
.visit-hero-offer { display: flex; align-items: baseline; gap: 18px; margin: 8px 0 28px; }
.visit-hero-offer strong { font: 400 clamp(44px, 5vw, 72px)/1 "Cormorant Garamond", Georgia, serif; }
.visit-hero-offer span { color: rgba(255,255,255,.66); font-size: 11px; }
.visit-offer { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: clamp(90px, 10vw, 155px) 3.4vw; border-top: 1px solid var(--line); }
.visit-offer h2, .visit-story h2, .visit-gift h2, .visit-film h2 { margin: 0; font-size: clamp(48px, 6vw, 96px); line-height: .92; }
.visit-price { display: flex; align-items: baseline; gap: 20px; margin-top: 54px; }
.visit-price strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(70px, 8vw, 130px); font-weight: 400; line-height: .8; }
.visit-price span { color: var(--muted); font-size: 12px; }
.visit-offer-list { align-self: center; }
.visit-offer ul { margin: 0; padding: 0; list-style: none; }
.visit-offer li { display: flex; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); line-height: 1.55; }
.visit-offer li span { color: var(--muted); }
.visit-drone-note { display: block; max-width: 680px; margin-top: 22px; color: var(--muted); line-height: 1.65; }
.visit-gallery { border-top: 1px solid var(--line); }
.visit-story, .visit-gift { display: grid; grid-template-columns: 48% 52%; min-height: 720px; border-top: 1px solid var(--line); }
.visit-story-media, .visit-gift-media { min-height: 720px; overflow: hidden; background: var(--soft); }
.visit-story-media img, .visit-gift-media img { width: 100%; height: 100%; object-fit: cover; }
.visit-story-media img { object-position: center 72%; filter: grayscale(1); }
.visit-story-copy, .visit-gift-copy { align-self: center; padding: 7vw 6vw; }
.visit-story-copy > p:not(.eyebrow), .visit-gift-copy > p:not(.eyebrow), .visit-film-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); line-height: 1.8; }
.visit-gift { grid-template-columns: 52% 48%; }
.visit-gift-media { order: 2; }
.visit-gift-media img { object-position: center 32%; }
.visit-gift-copy small { display: block; max-width: 560px; margin-top: 26px; color: var(--muted); line-height: 1.65; }
.visit-film { display: grid; grid-template-columns: 36% 64%; gap: 6vw; align-items: center; padding: clamp(90px, 10vw, 155px) 3.4vw; border-top: 1px solid var(--line); }
.visit-film-media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; height: min(78vw, 820px); }
.visit-film-media video, .visit-film-media img { width: 100%; height: 100%; object-fit: cover; background: var(--soft); }
.visit-film-media img { object-position: center 28%; }

.seo-static-summary { padding: 72px 3.4vw; border-top: 1px solid var(--line); }
.seo-static-summary h2 { max-width: 900px; margin: 0 0 24px; font-size: clamp(42px, 5.4vw, 82px); line-height: .96; }
.seo-static-summary p { max-width: 760px; color: var(--muted); line-height: 1.75; }
.seo-static-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; }

.blog-hero {
  min-height: 68vh;
  padding: clamp(110px, 12vw, 190px) 3.4vw clamp(80px, 9vw, 140px);
  border-bottom: 1px solid var(--line);
}
.blog-hero h1 {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(62px, 9vw, 150px);
  line-height: .86;
  letter-spacing: -.045em;
}
.blog-hero .lead { max-width: 690px; margin-bottom: 0; }
.blog-feed { min-height: 320px; }
.blog-state { margin: 0; padding: 90px 3.4vw; color: var(--muted); line-height: 1.7; }
.blog-post {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  min-height: 680px;
  border-bottom: 1px solid var(--line);
}
.blog-post.reverse { grid-template-columns: minmax(0, 48%) minmax(0, 52%); }
.blog-post.reverse .blog-post-media { order: 2; }
.blog-post-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 580px;
  padding: clamp(16px, 2vw, 34px);
  overflow: hidden;
  background: var(--soft);
}
.blog-post-media img { display: block; width: 100%; height: auto; max-height: 78vh; object-fit: contain; }
.blog-post-copy { align-self: center; min-width: 0; padding: clamp(65px, 7vw, 120px) clamp(36px, 6vw, 100px); }
.blog-post-copy h2 { margin: 0 0 30px; font-size: clamp(45px, 5.4vw, 84px); line-height: .95; letter-spacing: -.035em; }
.blog-post-text {
  position: relative;
  max-width: 680px;
  max-height: 18em;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.blog-post-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5em;
  background: linear-gradient(transparent, var(--bg));
  pointer-events: none;
}
.blog-post-text.expanded { max-height: none; }
.blog-post-text.expanded::after { display: none; }
.blog-post-text p { margin: 0 0 1.15em; }
.blog-post-text a {
  color: var(--fg);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: opacity .2s;
}
.blog-post-text a:hover { opacity: .65; }
.blog-toggle {
  margin-top: 24px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--fg);
  cursor: pointer;
  font-size: 11px;
}
.blog-toggle[hidden] { display: none; }

.services { display: grid; grid-template-columns: minmax(0, 40%) minmax(0, 1fr); gap: 6vw; }
.service-title h2 { max-width: 100%; margin-bottom: 22px; font-size: clamp(42px, 4.3vw, 72px); line-height: 1; }
.service-title > p:not(.eyebrow) { max-width: 430px; margin-top: 0; color: var(--muted); line-height: 1.65; }
.service-details { padding-top: 52px; }
.service-details.two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; }
.service-details h3 { margin: 0 0 22px; font-size: 30px; }
.service-details ul, .package ul, .feature ul { margin: 0; padding: 0; list-style: none; }
.service-details li { display: flex; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.45; }
.service-details li span { color: var(--muted); }
.service-details p { max-width: 600px; color: var(--muted); line-height: 1.75; }
.service-details small { color: var(--muted); }

.wedding-hero { min-height: calc(100svh - 82px); }
.wedding-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.08)); }
.wedding-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: none; }
.wedding-hero .hero-copy { width: min(70%, 1000px); color: #fff; }
.wedding-hero .eyebrow, .wedding-hero .lead { color: rgba(255, 255, 255, .78); }

.packages-head { max-width: 800px; margin-bottom: 70px; }
.packages-head p:last-child { color: var(--muted); line-height: 1.65; }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.package {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 730px;
  padding: 34px 28px 26px;
  border-right: 1px solid var(--line);
}
.package:first-child { padding-left: 0; }
.package:last-child { padding-right: 0; border-right: 0; }
.package-top p, .extras-title { color: var(--muted); letter-spacing: .18em; text-transform: uppercase; font-size: 9px; }
.package h3 { min-height: 2.25em; margin: 24px 0; font-size: 31px; line-height: 1.05; }
.package strong { display: block; margin: 15px 0 30px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 48px; font-weight: 400; }
.package li { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.4; }
.package li span { color: var(--muted); }
.package-extras { margin-top: 28px; padding: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.22); }
.package-extras .extras-title { margin: 0 0 10px; color: var(--fg); }
.package-extras li:last-child { padding-bottom: 2px; }
.package .text-link { align-self: flex-start; margin-top: auto; }

.feature { display: grid; grid-template-columns: minmax(0, 38%) minmax(0, 1fr); align-items: center; gap: clamp(48px, 7vw, 120px); }
.feature.reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 38%); }
.feature.reverse .feature-media { order: -1; }
.feature-copy h2 { margin-bottom: 24px; }
.feature-copy > p:not(.eyebrow) { max-width: 460px; margin-top: 0; color: var(--muted); line-height: 1.75; }
.feature-team { max-width: 520px; margin: 28px 0 32px; padding-left: 20px; border-left: 1px solid var(--line); }
.feature-team strong { display: block; margin-bottom: 10px; color: var(--fg); font-size: 13px; font-weight: 500; line-height: 1.65; }
.feature-team p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.feature-copy li { padding: 14px 0; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.45; }
.feature-media { min-width: 0; }
.feature-media.single img { display: block; width: 100%; height: auto; object-fit: contain; }
.feature-media.duo { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; height: 680px; }
.feature-media.duo img { width: 100%; height: 100%; object-fit: cover; }
.feature-media.duo img:last-child { align-self: end; height: 68%; }

.contact { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; }
.contact .lead { margin-bottom: 20px; }
.email-link { color: inherit; font-size: 13px; }
.language-note { max-width: 520px; margin-top: 24px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--fg);
  text-decoration: none;
  transition: transform .2s, background .2s, color .2s;
}
.social-link:hover { transform: translateY(-2px); background: var(--fg); color: var(--bg); }
.social-link .tg { font-size: 17px; transform: translate(-1px, 1px) rotate(-18deg); }
.social-link .fb { font-family: Arial, sans-serif; font-size: 20px; font-weight: 700; }
.social-link .ig { font-size: 23px; line-height: 1; }
.social-link .wa { font-size: 9px; font-weight: 500; letter-spacing: -.03em; }
.contact form { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 28px 18px; }
.contact label { color: var(--muted); letter-spacing: .15em; text-transform: uppercase; font-size: 9px; }
.contact input, .contact textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--fg); }
.contact textarea { resize: vertical; }
.contact .full { grid-column: 1 / -1; }
.form-bottom { display: flex; align-items: center; gap: 22px; }
.form-bottom small { color: var(--muted); letter-spacing: 0; text-transform: none; font-size: 10px; }
.form-bottom button:disabled { opacity: .55; cursor: wait; transform: none; }
.form-status { margin: 0; font-size: 12px; line-height: 1.5; }
.form-status.error { color: #c86b61; }

footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 3.4vw; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
footer a { color: inherit; }

.links-topbar { grid-template-columns: minmax(220px, 1fr) auto auto; }
.links-back { color: var(--muted); text-decoration: none; white-space: nowrap; font-size: 10px; }
.links-back:hover { color: var(--fg); }
.link-hub {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  min-height: calc(100svh - 82px);
  border-bottom: 1px solid var(--line);
}
.link-hub-copy { align-self: center; padding: clamp(90px, 10vw, 160px) 6vw; }
.link-hub h1 { max-width: 820px; margin: 0; font-size: clamp(62px, 7vw, 116px); line-height: .9; letter-spacing: -.04em; }
.link-hub .lead { max-width: 530px; }
.resource-grid { display: grid; grid-template-columns: 1fr 1fr; align-content: center; border-left: 1px solid var(--line); }
.resource-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: end;
  min-height: 260px;
  padding: clamp(28px, 3vw, 50px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--fg);
  text-decoration: none;
  transition: background .3s, color .3s;
}
.resource-card:nth-last-child(-n + 2) { border-bottom: 0; }
.resource-card:hover { background: var(--fg); color: var(--bg); }
.resource-number { grid-column: 1 / -1; align-self: start; color: var(--muted); letter-spacing: .18em; font-size: 9px; }
.resource-card:hover .resource-number { color: currentColor; opacity: .55; }
.resource-mark { margin-right: 24px; letter-spacing: .12em; font-size: 11px; }
.resource-card strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(29px, 3vw, 50px); font-weight: 400; line-height: 1; }
.resource-arrow { font-size: 18px; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

@media (max-width: 1050px) {
  .topbar { grid-template-columns: 1fr auto; gap: 14px; padding-top: 18px; }
  .main-nav { grid-column: 1 / -1; order: 3; overflow-x: auto; scrollbar-width: none; }
  .main-nav::-webkit-scrollbar { display: none; }
  .main-nav a { min-height: 44px; }
  .hero { min-height: calc(100svh - 145px); }
  .package { padding-right: 20px; padding-left: 20px; }
}

@media (max-width: 900px) {
  html { scroll-behavior: auto; }
  .route-card > img { transition: none; }
  .gallery-frame img { transition-duration: .16s; }
  .split-hero { grid-template-columns: 1fr; }
  .split-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.08)); }
  .split-hero > img { position: absolute; inset: 0; filter: none; }
  .split-hero .hero-copy { color: #fff; }
  .split-hero .eyebrow, .split-hero .lead { color: rgba(255,255,255,.78); }
  .hero-copy { padding: 11vw 5vw; }
  .portfolio, .services, .packages, .feature, .contact { padding: 86px 5vw; }
  .gallery-frame { height: min(105vw, 72vh); }
  .route-card, .route-card:nth-child(even) { grid-template-columns: 1fr; min-height: 0; }
  .route-card:nth-child(even) > img { order: 0; }
  .route-card > img { height: 62vh; }
  .route-card > div { padding: 75px 5vw; }
  .blog-hero { padding-right: 5vw; padding-left: 5vw; }
  .blog-post, .blog-post.reverse { grid-template-columns: 1fr; min-height: 0; }
  .blog-post.reverse .blog-post-media { order: 0; }
  .blog-post-media { min-height: 0; padding: 5vw; }
  .blog-post-media img { max-height: none; }
  .blog-post-copy { padding: 80px 5vw; }
  .about { grid-template-columns: 1fr; min-height: 0; }
  .about-media { min-height: 0; height: min(70vh, 680px); }
  .about-media img, .about-media video { object-position: center 30%; }
  .about-copy { order: -1; padding: 80px 5vw; }
  .where { grid-template-columns: 1fr; min-height: 0; }
  .where-copy { padding: 80px 5vw; }
  .where-media { min-height: 0; height: min(66vh, 620px); }
  .where-media img { object-position: 59% center; }
  .where-line { margin-top: 42px; }
  .link-hub { grid-template-columns: 1fr; min-height: 0; }
  .link-hub-copy { padding: 100px 5vw 80px; }
  .resource-grid { border-top: 1px solid var(--line); border-left: 0; }
  .services, .feature, .feature.reverse, .contact { grid-template-columns: 1fr; }
  .service-details { padding-top: 0; }
  .package-grid { grid-template-columns: 1fr; }
  .package, .package:first-child, .package:last-child { min-height: 0; padding: 34px 0 48px; border-right: 0; border-bottom: 1px solid var(--line); }
  .package h3 { min-height: 0; }
  .package .text-link { margin-top: 32px; }
  .feature.reverse .feature-media { order: 0; }
  .feature-media.duo { height: 72vw; }
  .contact form { margin-top: 20px; }
  .wedding-hero .hero-copy { width: 100%; }
  .testimonial-heading { grid-template-columns: 1fr; }
  .testimonial-card, .testimonial-card.compact { flex-basis: 88vw; min-height: min(112vw, 620px); }
  .testimonial-card-copy { width: 88%; }
  .testimonial-page-hero { min-height: 0; padding-right: 5vw; padding-left: 5vw; }
  .testimonial-page { padding-right: 5vw; padding-left: 5vw; }
  .google-trust { grid-template-columns: 70px 1fr; }
  .google-trust-actions { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
  .visit-hero-copy { width: 100%; padding: 14vw 5vw; }
  .visit-offer { grid-template-columns: 1fr; padding-right: 5vw; padding-left: 5vw; }
  .visit-story, .visit-gift { grid-template-columns: 1fr; min-height: 0; }
  .visit-story-media, .visit-gift-media { min-height: 0; height: min(78vh, 760px); }
  .visit-story-copy, .visit-gift-copy { padding: 80px 5vw; }
  .visit-gift-media { order: 0; }
  .visit-film { grid-template-columns: 1fr; padding-right: 5vw; padding-left: 5vw; }
  .visit-film-media { height: 132vw; }
}

@media (max-width: 560px) {
  .topbar { padding-right: 4vw; padding-left: 4vw; }
  .brand { font-size: 12px; }
  .brand span { font-size: 6px; }
  .main-nav { gap: 23px; }
  .main-nav a { font-size: 10px; }
  .hero h1 { font-size: 14vw; }
  .lead { margin: 24px 0; font-size: 13px; }
  .section-head { grid-template-columns: 1fr; }
  .section-head h2, .about h2, .where h2, .services h2, .packages h2, .feature h2, .contact h2, .route-card h2 { font-size: 13vw; }
  .drag-note { margin-top: 6px; }
  .service-details.two-col { grid-template-columns: 1fr; }
  .feature-media.duo { height: 115vw; }
  .contact form { grid-template-columns: 1fr; }
  .contact label, .contact .full { grid-column: 1; }
  .form-bottom { align-items: flex-start; flex-direction: column; }
  .links-topbar { grid-template-columns: 1fr auto; }
  .links-topbar .links-back { grid-column: 1 / -1; order: 3; padding-bottom: 18px; }
  .link-hub h1 { font-size: 16vw; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 150px; border-right: 0; }
  .resource-card:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  footer { flex-direction: column; }
  .testimonial-teaser { padding-right: 5vw; padding-left: 5vw; }
  .testimonial-card, .testimonial-card.compact { flex-basis: 90vw; min-height: 128vw; }
  .testimonial-card-copy { width: 100%; padding: 30px; }
  .testimonial-card blockquote { font-size: 9.2vw; }
  .testimonial-card-footer { align-items: flex-start; flex-direction: column; }
  .testimonial-proof { margin-top: 4px; }
  .google-trust, .google-trust.compact { grid-template-columns: 1fr; gap: 18px; padding: 26px 22px; }
  .google-trust-mark { width: 54px; height: 54px; font-size: 28px; }
  .google-trust-actions { grid-column: auto; flex-direction: column; gap: 12px; }
  .lightbox { padding: calc(68px + env(safe-area-inset-top)) 12px calc(16px + env(safe-area-inset-bottom)); }
  .lightbox img { max-height: calc(100svh - 90px); }
  .lightbox.is-zoomed img { width: min(220vw, 1800px); max-height: none; }
  .lightbox-close { width: 52px; height: 52px; top: max(10px, env(safe-area-inset-top)); right: max(10px, env(safe-area-inset-right)); }
  .lightbox-tools { right: max(12px, env(safe-area-inset-right)); bottom: max(10px, env(safe-area-inset-bottom)); justify-content: space-between; }
  .lightbox-original-badge, .lightbox-zoom { padding: 9px 12px; font-size: 9px; }
  .visit-hero h1 { font-size: 15vw; }
  .visit-price { align-items: flex-start; flex-direction: column; }
  .visit-film-media { grid-template-columns: 1fr; height: auto; }
  .visit-film-media video, .visit-film-media img { height: 128vw; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
