.root {
  --wedding-host-006-ink: #12110d;
  --wedding-host-006-paper: #f9f6ed;
  --wedding-host-006-gold: #917b50;
  --wedding-host-006-paper-muted: rgba(249, 246, 237, 0.62);
  --wedding-host-006-ink-muted: rgba(18, 17, 13, 0.6);
  --wedding-host-006-line-dark: rgba(249, 246, 237, 0.16);
  --wedding-host-006-line-light: rgba(18, 17, 13, 0.18);
  --wedding-host-006-gutter: clamp(20px, 4vw, 56px);
  --wedding-host-006-serif: "Songti SC", "STSong", "Noto Serif SC", "SimSun", "Times New Roman", serif;
  --wedding-host-006-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --wedding-host-006-mono: "SFMono-Regular", "Roboto Mono", Menlo, monospace;
  position: relative;
  min-width: 0;
  min-height: 100svh;
  overflow-x: clip;
  color: var(--wedding-host-006-paper);
  background: var(--wedding-host-006-ink);
  font-family: var(--wedding-host-006-serif);
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.root *,
.root *::before,
.root *::after { box-sizing: border-box; }
.root a { color: inherit; text-decoration: none; }
.root button,
.root input,
.root textarea { font: inherit; }
.root button { color: inherit; }
.root img { display: block; max-width: 100%; }
.root ::selection { color: var(--wedding-host-006-paper); background: var(--wedding-host-006-gold); }
.root :focus-visible { outline: 2px solid var(--wedding-host-006-gold); outline-offset: 4px; }

.header {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 80;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(150px, 1fr) minmax(110px, .55fr) minmax(130px, .55fr) auto auto;
  align-items: center;
  gap: clamp(18px, 2.2vw, 42px);
  padding: 0 clamp(20px, 6.5vw, 130px);
}

.logo {
  width: fit-content;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.045em;
}

.headerAvailability,
.headerLocation {
  display: flex;
  flex-direction: column;
  color: var(--wedding-host-006-paper-muted);
  font-size: 13px;
  line-height: 1.3;
}
.headerAvailability strong,
.headerLocation strong { color: var(--wedding-host-006-paper); font-weight: 400; }
.desktopNav { display: flex; min-height: 44px; align-items: center; justify-self: end; gap: clamp(16px, 1.5vw, 26px); font-size: 14px; line-height: 1; }
.desktopNav a { position: relative; width: fit-content; padding: 10px 0; color: var(--wedding-host-006-paper); transition: color 150ms ease; }
.desktopNav a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--wedding-host-006-gold); content: ""; transform: scaleX(0); transform-origin: right center; transition: transform 180ms ease; }
.desktopNav a:hover { color: var(--wedding-host-006-gold); }
.desktopNav a:hover::after { transform: scaleX(1); transform-origin: left center; }
.headerCta,
.primaryButton {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}
.headerCta { align-self: center; justify-self: end; padding: 4px 18px 4px 4px; border: 1px solid rgba(249, 246, 237, .42); }
.headerCta:hover { color: var(--wedding-host-006-ink); background: var(--wedding-host-006-paper); }
.headerCta:active,
.primaryButton:active { transform: scale(.97); }
.circleArrow,
.circleArrowInverse {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--wedding-host-006-ink);
  background: var(--wedding-host-006-paper);
  transition: transform 180ms ease;
}
.circleArrowInverse { color: var(--wedding-host-006-paper); background: var(--wedding-host-006-ink); }
.headerCta:hover .circleArrow,
.primaryButton:hover .circleArrowInverse { transform: translateX(2px); }
.menuButton { display: none; }
.mobileMenu { display: none; }

.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 760px;
  max-height: 980px;
  overflow: hidden;
  background: var(--wedding-host-006-ink);
}
.heroRingStage { position: absolute; inset: 40px 0 auto; height: 450px; overflow: hidden; }
.ringPerspective {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 430px;
  perspective: 1050px;
  perspective-origin: 50% 44%;
  transform: translateX(-50%);
  transform-style: preserve-3d;
}
.ring {
  --wedding-host-006-ring-depth: -700px;
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: wedding-host-006-ring 28s linear infinite;
  will-change: transform;
}
.ringPanel {
  position: absolute;
  top: 70px;
  left: -150px;
  width: 300px;
  height: 220px;
  overflow: hidden;
  border: 1px solid rgba(249, 246, 237, .12);
  border-radius: 7px;
  background: #211f18;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .28);
  transform: rotateY(var(--wedding-host-006-ring-angle)) translateZ(clamp(560px, 48vw, 720px));
  backface-visibility: hidden;
}
.ringPanel img { width: 100%; height: 100%; object-fit: cover; }
@keyframes wedding-host-006-ring {
  from { transform: translateZ(var(--wedding-host-006-ring-depth)) rotateY(0deg); }
  to { transform: translateZ(var(--wedding-host-006-ring-depth)) rotateY(-360deg); }
}

.heroPortraitWrap {
  position: absolute;
  top: 60px;
  bottom: -3%;
  left: 50%;
  z-index: 2;
  width: min(46vw, 600px);
  overflow: hidden;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.heroPortrait { width: 100%; height: 100%; object-fit: cover; object-position: 51% 18%; }
.heroFade { position: absolute; inset: 42% 0 0; z-index: 3; background: linear-gradient(180deg, transparent, rgba(18, 17, 13, .22) 16%, var(--wedding-host-006-ink) 94%); pointer-events: none; }
.heroContent {
  position: absolute;
  right: 0;
  bottom: 185px;
  left: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 44px;
  padding: 0 var(--wedding-host-006-gutter);
}
.heroPrimary { width: min(560px, 54vw); margin-left: clamp(72px, 11vw, 150px); }
.eyebrow,
.lightEyebrow {
  margin: 0 0 14px;
  color: var(--wedding-host-006-gold);
  font-family: var(--wedding-host-006-mono);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.heroPrimary h1 {
  margin: 0;
  font-size: clamp(58px, 5.4vw, 78px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
.root .primaryButton { margin-top: 24px; padding: 4px 20px 4px 4px; color: var(--wedding-host-006-ink); background: var(--wedding-host-006-paper); font-size: 15px; }
.heroQuote { max-width: 360px; padding-bottom: 6px; }
.heroQuote blockquote { margin: 0; font-size: 17px; line-height: 1.5; }
.signature { display: block; width: clamp(138px, 12vw, 172px); height: auto; margin-top: 16px; opacity: .94; object-fit: contain; object-position: left center; }

.sectionShell,
.lightSectionShell,
.impactShell,
.testimonialShell,
.archiveShell,
.faqShell,
.footerShell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-right: var(--wedding-host-006-gutter);
  padding-left: var(--wedding-host-006-gutter);
}
.worksSection { min-height: auto; background: var(--wedding-host-006-ink); }
.sectionShell { padding-top: 132px; padding-bottom: 150px; }
.worksSection .sectionShell { padding-top: 110px; padding-bottom: 110px; }
.sectionLabelRow { display: flex; justify-content: space-between; color: var(--wedding-host-006-paper-muted); font-family: var(--wedding-host-006-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.worksHeading { display: flex; justify-content: center; margin: 62px 0 78px; }
.worksTitle {
  width: 100%;
  margin: 0;
  font-size: clamp(68px, 7.2vw, 104px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
  text-align: center;
}
.worksTitle em,
.archiveHeading h2 em,
.aboutTitleWrap h2 em,
.footerCta h2 em { color: var(--wedding-host-006-gold); font-style: normal; }
.worksTitle em { display: block; }
.worksTitle em { font-size: 1em; font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.worksGrid { display: grid; width: 100%; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: start; gap: 28px 18px; }
.worksGrid > div:nth-child(1) { grid-column: 1 / span 7; }
.worksGrid > div:nth-child(2) { grid-column: 8 / span 5; margin-top: 110px; }
.worksGrid > div:nth-child(3) { grid-column: 1 / span 4; margin-top: 22px; }
.worksGrid > div:nth-child(4) { grid-column: 6 / span 7; margin-top: 22px; }
.workCard { position: relative; display: block; overflow: hidden; background: #22201a; }
.workCardTall,
.workCardWide { height: auto; }
.worksGrid > div:nth-child(1) .workCard { height: 640px; }
.worksGrid > div:nth-child(2) .workCard { height: 500px; }
.worksGrid > div:nth-child(3) .workCard { height: 410px; }
.worksGrid > div:nth-child(4) .workCard { height: 620px; }
.workCard img { width: 100%; height: 100%; object-fit: cover; transition: transform 550ms cubic-bezier(.16, 1, .3, 1); }
.workShade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, .72)); }
.workMeta,
.workTitle,
.workArrow { position: absolute; z-index: 2; }
.workMeta { bottom: 19px; left: 18px; color: rgba(255, 255, 255, .72); font-family: var(--wedding-host-006-mono); font-size: 10px; letter-spacing: .05em; }
.workTitle { right: 60px; bottom: 17px; font-size: 19px; }
.workArrow { right: 14px; bottom: 12px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--wedding-host-006-ink); background: rgba(249, 246, 237, .94); box-shadow: 0 5px 16px rgba(0, 0, 0, .2); transition: transform 180ms ease; }
.workArrow svg { width: 14px; height: 14px; }
.allWorksWrap { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 100px; border-bottom: 1px solid var(--wedding-host-006-line-dark); padding-bottom: 18px; }
.allWorksLink { display: inline-flex; align-items: center; gap: 12px; font-size: clamp(42px, 5.6vw, 80px); line-height: .95; letter-spacing: -.05em; }
.allWorksThumbs { display: flex; align-items: flex-end; padding-right: 4px; }
.allWorksThumbs img { width: 70px; height: 70px; border: 3px solid var(--wedding-host-006-ink); border-radius: 50%; object-fit: cover; box-shadow: 0 7px 20px rgba(0, 0, 0, .2); }
.allWorksThumbs img + img { margin-left: -18px; }
.allWorksThumbs img:nth-child(2n) { transform: translateY(-8px); }

.impactSection { min-height: auto; color: var(--wedding-host-006-ink); background: var(--wedding-host-006-paper); }
.impactShell { padding-top: 88px; padding-bottom: 72px; }
.lightEyebrow { color: var(--wedding-host-006-gold); }
.impactHeading { max-width: 760px; }
.impactHeading h2,
.lightSectionHeader h2,
.pricingHeading h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
.impactHeading h2 em { color: var(--wedding-host-006-gold); font-style: normal; }
.impactStage { position: relative; width: min(100%, 920px); height: 440px; margin: 38px auto 0; }
.impactCard { position: absolute; top: 50%; left: 50%; display: grid; width: 410px; height: 360px; grid-template-rows: 190px 1fr; margin: -162px 0 0 -205px; overflow: hidden; color: var(--wedding-host-006-paper); background: var(--wedding-host-006-ink); box-shadow: 0 24px 52px rgba(18, 17, 13, .12); }
.impactCardMedia { position: relative; min-height: 0; overflow: hidden; }
.impactCardMedia::after { position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(18, 17, 13, .68)); content: ""; }
.impactCardMedia img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.impactCardCopy { display: flex; flex-direction: column; justify-content: space-between; padding: 21px 26px 23px; }
.impactCardCopy p { margin: 0; font-size: 23px; line-height: 1.32; letter-spacing: -.02em; }
.impactCardCopy span { color: var(--wedding-host-006-paper-muted); font-family: var(--wedding-host-006-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.metric { display: flex; min-width: 190px; flex-direction: column; }
.metricValue { color: var(--wedding-host-006-gold); font-size: clamp(54px, 5.7vw, 82px); line-height: .88; letter-spacing: -.06em; }
.metricLabel { margin-top: 10px; color: var(--wedding-host-006-ink-muted); font-family: var(--wedding-host-006-sans); font-size: 13px; }
.metricTopLeft,
.metricTopRight,
.metricBottomLeft,
.metricBottomRight { position: absolute; }
.metricTopLeft { top: 8px; left: 12px; }
.metricTopRight { top: 34px; right: 22px; }
.metricBottomLeft { bottom: 18px; left: 58px; }
.metricBottomRight { right: 0; bottom: 0; }
.servicesSection,
.pricingSection,
.archiveSection { color: var(--wedding-host-006-ink); background: var(--wedding-host-006-paper); }
.lightSectionShell { padding-top: 142px; padding-bottom: 160px; }
.servicesSection .lightSectionShell { padding-top: 90px; padding-bottom: 100px; }
.lightSectionHeader,
.pricingHeading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.lightSectionHeader > p,
.pricingHeading > p { max-width: 350px; margin: 0 0 4px; color: var(--wedding-host-006-ink-muted); font-family: var(--wedding-host-006-sans); font-size: 14px; line-height: 1.7; }
.lightSectionHeader h2 span,
.lightSectionHeader h2 em,
.pricingHeading h2 span,
.pricingHeading h2 em { display: block; }
.lightSectionHeader h2 em,
.pricingHeading h2 em { margin-top: 12px; color: var(--wedding-host-006-gold); font-family: var(--wedding-host-006-sans); font-size: .48em; font-style: normal; font-weight: 500; line-height: 1.35; letter-spacing: .22em; }
.servicesGrid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: stretch; gap: clamp(40px, 7vw, 110px); margin-top: 68px; }
.serviceImageFrame { position: relative; min-height: 580px; overflow: hidden; background: #d8d0c1; }
.serviceImageLayer { position: absolute; inset: 0; }
.serviceImageLayer img { width: 100%; height: 100%; object-fit: cover; }
.imageIndex { position: absolute; bottom: 18px; left: 18px; z-index: 2; padding: 7px 10px; color: var(--wedding-host-006-paper); background: rgba(18, 17, 13, .72); font-family: var(--wedding-host-006-mono); font-size: 10px; letter-spacing: .12em; }
.serviceAccordion { align-self: center; }
.serviceItem { border-top: 1px solid var(--wedding-host-006-line-light); }
.serviceItem:last-child { border-bottom: 1px solid var(--wedding-host-006-line-light); }
.serviceItem button { display: grid; width: 100%; min-height: 96px; grid-template-columns: 62px 1fr 36px; align-items: center; border: 0; padding: 0; background: transparent; text-align: left; cursor: pointer; }
.serviceNumber { color: var(--wedding-host-006-gold); font-family: var(--wedding-host-006-serif); font-size: 21px; line-height: 1; letter-spacing: -.03em; }
.serviceName { font-size: clamp(26px, 2.4vw, 36px); line-height: 1.2; letter-spacing: -.02em; }
.serviceIcon { display: grid; width: 32px; height: 32px; place-items: center; justify-self: end; border: 1px solid var(--wedding-host-006-line-light); border-radius: 50%; }
.servicePanel { overflow: hidden; }
.servicePanel p { max-width: 520px; margin: 0; padding: 0 40px 12px 62px; color: var(--wedding-host-006-ink-muted); font-family: var(--wedding-host-006-sans); font-size: 14px; line-height: 1.75; }
.servicePanel > span { display: block; padding: 0 40px 28px 62px; color: var(--wedding-host-006-gold); font-family: var(--wedding-host-006-mono); font-size: 10px; letter-spacing: .12em; }

.processSection { min-height: auto; background: var(--wedding-host-006-ink); }
.processSection .sectionShell { padding-top: 96px; padding-bottom: 96px; }
.processHeading { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-bottom: 62px; text-align: center; }
.processHeading h2 { margin: 0; font-size: clamp(56px, 5.8vw, 88px); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; white-space: nowrap; }
.processHeading > p:last-child { max-width: 420px; margin: 0; color: var(--wedding-host-006-paper-muted); font-family: var(--wedding-host-006-sans); font-size: 14px; line-height: 1.7; text-align: center; }
.processList { border-top: 1px solid var(--wedding-host-006-line-dark); }
.processRow { display: grid; min-height: 300px; grid-template-columns: 112px minmax(260px, .8fr) minmax(400px, 1.2fr); align-items: center; gap: 32px; border-bottom: 1px solid var(--wedding-host-006-line-dark); padding: 32px 0; }
.processIndex { align-self: start; color: var(--wedding-host-006-gold); font-size: 62px; line-height: .9; letter-spacing: -.05em; }
.processCopy { align-self: start; padding-top: 8px; }
.processCopy h3 { margin: 0 0 32px; font-size: clamp(34px, 3.5vw, 52px); font-weight: 400; line-height: 1.12; letter-spacing: -.03em; }
.processCopy p { max-width: 360px; margin: 0; color: var(--wedding-host-006-paper-muted); font-family: var(--wedding-host-006-sans); font-size: 14px; line-height: 1.7; }
.processImage { height: 290px; overflow: hidden; background: #242117; }
.processImage img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transition: transform 700ms cubic-bezier(.16, 1, .3, 1); }
.processRow:first-child .processImage img { object-position: center 12%; }

.pricingSection { min-height: auto; }
.pricingSection .lightSectionShell { padding-top: 96px; padding-bottom: 96px; }
.pricingGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 18px; margin-top: 68px; }
.pricingGrid > .reveal { height: 100%; }
.priceCard { display: flex; height: 100%; min-height: 560px; flex-direction: column; padding: 34px; border: 1px solid var(--wedding-host-006-line-light); color: var(--wedding-host-006-ink); background: transparent; }
.priceCardFeatured { color: var(--wedding-host-006-paper); background: var(--wedding-host-006-ink); }
.priceCardTop { display: flex; align-items: center; justify-content: space-between; }
.priceCardTop > span { font-size: 28px; }
.priceCardTop em { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; border: 1px solid rgba(177, 162, 121, .72); border-radius: 999px; padding: 6px 16px 6px 6px; color: var(--wedding-host-006-gold); background: rgba(177, 162, 121, .08); font-family: var(--wedding-host-006-sans); font-size: 14px; font-style: normal; font-weight: 700; letter-spacing: .08em; }
.recommendIcon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--wedding-host-006-ink); background: var(--wedding-host-006-gold); }
.priceCardTop em svg { width: 15px; height: 15px; fill: currentColor; stroke-width: 1.4; }
.priceCard > p { max-width: 420px; margin: 20px 0 34px; color: var(--wedding-host-006-ink-muted); font-family: var(--wedding-host-006-sans); font-size: 14px; line-height: 1.7; }
.priceCardFeatured > p { color: var(--wedding-host-006-paper-muted); }
.priceCard > strong { display: block; font-size: clamp(48px, 5vw, 72px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.priceCard ul { display: grid; gap: 11px; margin: 36px 0 30px; padding: 0; list-style: none; }
.priceCard li { display: flex; align-items: center; gap: 10px; font-family: var(--wedding-host-006-sans); font-size: 13px; }
.priceCard li svg { color: var(--wedding-host-006-gold); }
.priceCard > a { display: inline-flex; width: fit-content; align-items: center; gap: 12px; margin-top: auto; font-size: 15px; }
.priceCard > a .circleArrow,
.priceCard > a .circleArrowInverse { width: 38px; height: 38px; }
.priceCard > a .circleArrow { color: var(--wedding-host-006-paper); background: var(--wedding-host-006-ink); }
.priceCardFeatured > a .circleArrowInverse { color: var(--wedding-host-006-ink); background: var(--wedding-host-006-paper); }

.testimonialSection { min-height: 920px; background: var(--wedding-host-006-ink); }
.testimonialShell { padding-top: 120px; padding-bottom: 90px; }
.testimonialIntro { text-align: center; }
.testimonialIntro h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); font-weight: 400; line-height: 1.08; letter-spacing: -.04em; }
.testimonialStage { display: grid; grid-template-columns: 1fr minmax(430px, 570px) 1fr; align-items: center; gap: 44px; margin-top: 72px; }
.reviewMetricLeft,
.reviewMetricRight { display: flex; flex-direction: column; color: var(--wedding-host-006-paper-muted); font-family: var(--wedding-host-006-mono); font-size: 10px; letter-spacing: .12em; }
.reviewMetricRight { text-align: right; }
.reviewMetricLeft strong,
.reviewMetricRight strong { color: var(--wedding-host-006-gold); font-family: var(--wedding-host-006-serif); font-size: 62px; font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.reviewViewport { min-height: 390px; }
.reviewViewport blockquote { position: relative; display: flex; min-height: 390px; flex-direction: column; align-items: center; justify-content: center; margin: 0; border: 1px solid var(--wedding-host-006-line-dark); padding: 42px 46px 92px; text-align: center; }
.reviewAvatar { width: 62px; height: 62px; overflow: hidden; border-radius: 50%; }
.reviewAvatar img { width: 100%; height: 100%; object-fit: cover; }
.reviewViewport blockquote > p { margin: 34px 0; font-size: clamp(23px, 2.2vw, 32px); line-height: 1.48; letter-spacing: -.015em; }
.reviewViewport footer { position: absolute; right: 30px; bottom: 26px; display: flex; align-items: flex-end; flex-direction: column; text-align: right; }
.reviewViewport footer strong { font-size: 14px; font-weight: 400; }
.reviewViewport footer span { margin-top: 4px; color: var(--wedding-host-006-paper-muted); font-family: var(--wedding-host-006-sans); font-size: 11px; }
.reviewControls { display: flex; width: min(100%, 570px); align-items: center; justify-content: center; gap: 16px; margin: 24px auto 0; }
.reviewControls button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--wedding-host-006-line-dark); border-radius: 50%; background: transparent; cursor: pointer; transition: color 150ms ease, background-color 150ms ease; }
.reviewControls button:hover { color: var(--wedding-host-006-ink); background: var(--wedding-host-006-paper); }
.reviewControls span { color: var(--wedding-host-006-paper-muted); font-family: var(--wedding-host-006-mono); font-size: 10px; letter-spacing: .12em; }

.archiveSection { min-height: auto; }
.archiveShell { padding-top: 120px; padding-bottom: 140px; }
.archiveHeading { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; margin-bottom: 70px; }
.archiveHeading > div span { display: block; max-width: 260px; color: var(--wedding-host-006-ink-muted); font-family: var(--wedding-host-006-sans); font-size: 13px; line-height: 1.6; }
.archiveHeading h2 { margin: 0; color: var(--wedding-host-006-gold); font-size: clamp(76px, 9vw, 132px); font-weight: 400; line-height: .9; letter-spacing: -.055em; text-align: right; }
.archiveHeading h2 em { color: var(--wedding-host-006-ink); }
.archiveGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(4, 220px); grid-auto-flow: dense; gap: 16px; }
.archiveItem { position: relative; height: auto; min-height: 0; grid-column: span 1; grid-row: span 1; overflow: hidden; border-radius: 2px; background: #ddd5c5; box-shadow: inset 0 0 0 1px rgba(18, 17, 13, .08); }
.archiveItem:nth-child(n) { grid-column: auto; grid-row: auto; }
.archiveItem:nth-child(1) { grid-column: 1; grid-row: 1 / span 2; }
.archiveItem:nth-child(2) { grid-column: 2 / span 2; grid-row: 1; }
.archiveItem:nth-child(3) { grid-column: 4; grid-row: 1 / span 2; }
.archiveItem:nth-child(4) { grid-column: 2; grid-row: 2; }
.archiveItem:nth-child(5) { grid-column: 3; grid-row: 2; }
.archiveItem:nth-child(6) { grid-column: 1; grid-row: 3; }
.archiveItem:nth-child(7) { grid-column: 2; grid-row: 3; }
.archiveItem:nth-child(8) { grid-column: 3; grid-row: 3; }
.archiveItem:nth-child(9) { grid-column: 4; grid-row: 3; }
.archiveItem:nth-child(10) { grid-column: 1 / span 2; grid-row: 4; }
.archiveItem:nth-child(11) { grid-column: 3; grid-row: 4; }
.archiveItem:nth-child(12) { grid-column: 4; grid-row: 4; }
.archiveItem::after { position: absolute; inset: 50% 0 0; background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .42)); content: ""; pointer-events: none; }
.archiveItem img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.16, 1, .3, 1); }
.archiveItem span { position: absolute; right: 12px; bottom: 11px; left: 12px; z-index: 2; color: rgba(255, 255, 255, .9); font-family: var(--wedding-host-006-mono); font-size: 9px; letter-spacing: .08em; text-shadow: 0 1px 12px rgba(0, 0, 0, .55); }

.aboutSection { position: relative; min-height: 900px; overflow: hidden; background: var(--wedding-host-006-ink); }
.aboutImage { position: absolute; inset: 0; }
.aboutImage img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; opacity: .58; }
.aboutShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 17, 13, .94) 0%, rgba(18, 17, 13, .5) 50%, rgba(18, 17, 13, .78) 100%), linear-gradient(180deg, rgba(18, 17, 13, .12), var(--wedding-host-006-ink)); }
.aboutShell { position: relative; z-index: 2; display: grid; width: min(100%, 1440px); min-height: 900px; grid-template-columns: minmax(0, 1fr) minmax(360px, .42fr); grid-template-rows: auto 1fr; align-content: stretch; align-items: start; gap: 42px 80px; margin: 0 auto; padding: 150px var(--wedding-host-006-gutter) 76px; }
.aboutTitleWrap { grid-column: 1 / -1; align-self: start; }
.aboutTitleWrap h2 { margin: 0; font-size: clamp(52px, 5.2vw, 82px); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; white-space: nowrap; }
.aboutTitleWrap h2 em { display: block; margin-top: 10px; }
.aboutCopy { grid-column: 2; grid-row: 2; align-self: end; max-width: 430px; margin-bottom: 54px; }
.aboutCopy p { margin: 0 0 24px; color: rgba(249, 246, 237, .8); font-family: var(--wedding-host-006-sans); font-size: 14px; line-height: 1.85; }
.aboutCopy a { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; border-bottom: 1px solid var(--wedding-host-006-paper); padding-bottom: 7px; }

.faqSection { min-height: 700px; background: var(--wedding-host-006-ink); }
.faqShell { display: grid; grid-template-columns: minmax(440px, .84fr) minmax(0, 1.16fr); gap: clamp(54px, 6vw, 90px); padding-top: 100px; padding-bottom: 100px; }
.faqHeading .eyebrow { margin-bottom: 24px; font-size: 16px; letter-spacing: .2em; }
.faqHeading h2 { max-width: 520px; margin: 0; font-size: clamp(64px, 6.7vw, 98px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.faqHeading h2 span,
.faqHeading h2 em { display: block; }
.faqHeading h2 span { white-space: nowrap; }
.faqHeading h2 em { margin-top: 12px; color: var(--wedding-host-006-gold); font-size: .74em; font-style: normal; letter-spacing: -.035em; }
.faqList { align-self: center; border-top: 1px solid var(--wedding-host-006-line-dark); }
.faqItem { border-bottom: 1px solid var(--wedding-host-006-line-dark); }
.faqItem button { display: grid; width: 100%; min-height: 94px; grid-template-columns: 48px 1fr 36px; align-items: center; border: 0; padding: 0; background: transparent; text-align: left; cursor: pointer; }
.faqItem button > span:first-child { color: var(--wedding-host-006-gold); font-family: var(--wedding-host-006-mono); font-size: 10px; }
.faqItem button strong { font-size: 20px; font-weight: 400; line-height: 1.5; }
.faqIcon { display: grid; width: 32px; height: 32px; place-items: center; justify-self: end; border: 1px solid var(--wedding-host-006-line-dark); border-radius: 50%; }
.faqAnswer { overflow: hidden; }
.faqAnswer p { max-width: 580px; margin: 0; padding: 0 36px 30px 48px; color: var(--wedding-host-006-paper-muted); font-family: var(--wedding-host-006-sans); font-size: 14px; line-height: 1.8; }

.footer { min-height: 920px; background: var(--wedding-host-006-ink); }
.footerShell { position: relative; min-height: 920px; padding-top: 112px; padding-bottom: 40px; }
.footerCta { position: relative; z-index: 2; }
.footerCta > .eyebrow { margin-bottom: 24px; font-size: 17px; letter-spacing: .2em; }
.footerCta h2 { margin: 0; font-size: clamp(64px, 6.8vw, 96px); font-weight: 400; line-height: 1.08; letter-spacing: -.02em; }
.footerPortrait { position: absolute; top: 50%; right: 7%; bottom: auto; width: min(31vw, 410px); height: 600px; overflow: hidden; opacity: .84; transform: translateY(-64%); -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%); mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%); }
.footerPortrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.footerBottom { position: absolute; right: var(--wedding-host-006-gutter); bottom: 86px; left: var(--wedding-host-006-gutter); z-index: 3; display: grid; grid-template-columns: 1.1fr 1.1fr .8fr .8fr; gap: 46px; border-top: 1px solid var(--wedding-host-006-line-dark); padding-top: 22px; }
.footerBottom > div,
.footerBottom nav { display: flex; flex-direction: column; align-items: flex-start; }
.footerBottom span { margin-bottom: 10px; color: var(--wedding-host-006-gold); font-family: var(--wedding-host-006-mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footerBottom p,
.footerBottom a { margin: 0; font-size: 15px; line-height: 1.6; }
.backToTop { display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; align-self: start; }
.footerLegal { position: absolute; right: var(--wedding-host-006-gutter); bottom: 28px; left: var(--wedding-host-006-gutter); display: flex; justify-content: space-between; color: rgba(249, 246, 237, .38); font-family: var(--wedding-host-006-mono); font-size: 9px; letter-spacing: .08em; }

@media (hover: hover) and (pointer: fine) {
  .workCard:hover img,
  .archiveItem:hover img,
  .processRow:hover .processImage img { transform: scale(1.035); }
  .workCard:hover .workArrow { transform: translate(2px, -2px); }
}

@media (max-width: 1100px) {
  .header { grid-template-columns: minmax(130px, 1fr) auto auto auto minmax(142px, auto); gap: 16px; padding-right: 32px; padding-left: 32px; }
  .heroPrimary { margin-left: 9vw; }
  .heroContent { grid-template-columns: minmax(0, 1fr) 300px; }
  .processHeading { gap: 14px; }
  .processRow { grid-template-columns: 110px minmax(250px, .8fr) minmax(340px, 1.2fr); gap: 28px; }
  .testimonialStage { grid-template-columns: .7fr minmax(400px, 560px) .7fr; gap: 24px; }
}

@media (max-width: 809px) {
  .header {
    position: absolute;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
  .logo { font-size: 27px; }
  .headerAvailability,
  .headerLocation,
  .desktopNav,
  .headerCta { display: none; }
  .menuButton { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(249, 246, 237, .42); border-radius: 50%; background: rgba(18, 17, 13, .5); backdrop-filter: blur(12px); cursor: pointer; }
  .mobileMenu { position: fixed; inset: 0; z-index: 70; display: flex; min-height: 100dvh; flex-direction: column; justify-content: space-between; padding: 108px 20px 34px; background: var(--wedding-host-006-ink); }
  .mobileMenu nav { border-top: 1px solid var(--wedding-host-006-line-dark); }
  .mobileMenu nav a { display: grid; grid-template-columns: 44px 1fr 28px; align-items: center; border-bottom: 1px solid var(--wedding-host-006-line-dark); padding: 18px 0; font-size: clamp(36px, 12vw, 54px); line-height: 1; letter-spacing: -.05em; }
  .mobileMenu nav a span { color: var(--wedding-host-006-gold); font-family: var(--wedding-host-006-mono); font-size: 9px; letter-spacing: .1em; }
  .mobileMenuFooter { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; color: var(--wedding-host-006-paper-muted); font-family: var(--wedding-host-006-sans); font-size: 12px; }
  .mobileMenuFooter p { margin: 0; }
  .mobileMenuFooter a { color: var(--wedding-host-006-paper); }

  .hero { min-height: 740px; max-height: 920px; }
  .heroRingStage { top: 58px; height: 330px; }
  .ringPerspective { height: 310px; perspective: 820px; }
  .ring { --wedding-host-006-ring-depth: -390px; }
  .ringPanel { top: 54px; left: -112px; width: 224px; height: 170px; transform: rotateY(var(--wedding-host-006-ring-angle)) translateZ(390px); }
  .heroPortraitWrap { bottom: 5%; width: min(92vw, 570px); height: 82%; }
  .heroFade { inset: 36% 0 0; }
  .heroContent { bottom: 36px; grid-template-columns: 1fr; gap: 22px; padding: 0 20px; }
  .heroPrimary { width: 100%; margin-left: 0; }
  .heroPrimary h1 { font-size: clamp(52px, 14.8vw, 74px); }
  .heroQuote { max-width: 66%; justify-self: end; }
  .heroQuote blockquote { font-size: 14px; }
  .signature { width: 132px; }

  .sectionShell,
  .lightSectionShell,
  .impactShell,
  .testimonialShell,
  .archiveShell,
  .faqShell,
  .footerShell { padding-right: 20px; padding-left: 20px; }
  .worksSection { min-height: auto; }
  .sectionShell { padding-top: 100px; padding-bottom: 110px; }
  .worksHeading { margin: 56px 0 52px; }
  .worksTitle { width: 100%; font-size: clamp(52px, 14vw, 76px); line-height: 1.02; letter-spacing: -.035em; }
  .worksTitle em { font-size: 1em; letter-spacing: -.03em; }
  .worksGrid { width: 100%; grid-template-columns: 1fr; gap: 18px; }
  .worksGrid > div:nth-child(n) { grid-column: 1; margin-top: 0; }
  .worksGrid > div:nth-child(n) .workCard { height: auto; }
  .workCardTall,
  .workCardWide { height: auto; aspect-ratio: 1.05; }
  .allWorksWrap { margin-top: 66px; }
  .allWorksLink { font-size: 48px; }
  .allWorksThumbs img { width: 56px; height: 56px; }

  .impactSection { min-height: auto; }
  .impactShell { padding-top: 90px; padding-bottom: 84px; }
  .impactHeading h2,
  .lightSectionHeader h2,
  .pricingHeading h2 { font-size: clamp(46px, 12vw, 64px); line-height: 1.04; }
  .impactStage { display: grid; height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; margin-top: 48px; }
  .impactCard { position: relative; top: auto; left: auto; width: 100%; height: 400px; grid-template-rows: 220px 1fr; grid-column: 1 / -1; grid-row: 2; margin: 0; }
  .metricTopLeft,
  .metricTopRight,
  .metricBottomLeft,
  .metricBottomRight { position: static; }
  .metricTopLeft { grid-column: 1; grid-row: 1; }
  .metricTopRight { grid-column: 2; grid-row: 1; }
  .metricBottomLeft { grid-column: 1; grid-row: 3; }
  .metricBottomRight { grid-column: 2; grid-row: 3; }
  .metric { min-width: 0; }
  .metricValue { font-size: clamp(50px, 15vw, 72px); }
  .lightSectionShell { padding-top: 105px; padding-bottom: 115px; }
  .servicesSection .lightSectionShell { padding-top: 84px; padding-bottom: 90px; }
  .lightSectionHeader,
  .pricingHeading { align-items: flex-start; flex-direction: column; }
  .servicesGrid { grid-template-columns: 1fr; gap: 48px; margin-top: 52px; }
  .serviceImageFrame { min-height: 500px; }
  .serviceItem button { min-height: 84px; grid-template-columns: 54px 1fr 34px; }
  .serviceNumber { font-size: 18px; }
  .servicePanel p,
  .servicePanel > span { padding-left: 54px; }

  .processSection { min-height: auto; }
  .processHeading { gap: 14px; margin-bottom: 56px; }
  .processHeading h2 { font-size: clamp(42px, 11.5vw, 64px); line-height: 1.08; white-space: normal; }
  .processHeading > p:last-child { max-width: 360px; }
  .processRow { min-height: 0; grid-template-columns: 74px 1fr; gap: 20px; padding: 46px 0; }
  .processIndex { grid-column: 1; font-size: 54px; }
  .processCopy { grid-column: 2; }
  .processCopy h3 { margin-bottom: 28px; font-size: 38px; line-height: 1.12; }
  .processImage { height: auto; aspect-ratio: 1.62; grid-column: 1 / -1; margin-top: 18px; }

  .pricingSection { min-height: auto; }
  .pricingGrid { grid-template-columns: 1fr; margin-top: 62px; }
  .priceCard { min-height: 600px; padding: 28px; }

  .testimonialSection { min-height: auto; }
  .testimonialShell { padding-top: 110px; padding-bottom: 110px; }
  .testimonialIntro h2 { line-height: 1.1; }
  .testimonialStage { grid-template-columns: 1fr 1fr; margin-top: 60px; }
  .reviewViewport { grid-column: 1 / -1; grid-row: 1; min-height: 390px; }
  .reviewMetricLeft { grid-column: 1; grid-row: 2; }
  .reviewMetricRight { grid-column: 2; grid-row: 2; }
  .reviewMetricLeft strong,
  .reviewMetricRight strong { font-size: 48px; }

  .archiveSection { min-height: auto; }
  .archiveShell { padding-top: 110px; padding-bottom: 120px; }
  .archiveHeading { flex-direction: column; }
  .archiveHeading h2 { align-self: flex-end; font-size: clamp(72px, 22vw, 104px); line-height: .94; }
  .archiveGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: auto; gap: 10px; }
  .archiveItem,
  .archiveItem:nth-child(n) { height: 260px; min-height: 0; grid-column: span 1; grid-row: auto; }
  .archivePortrait,
  .archiveItem:nth-child(3),
  .archiveItem:nth-child(6),
  .archiveItem:nth-child(9) { height: 380px; }

  .aboutSection { min-height: 980px; }
  .aboutShell { min-height: 980px; grid-template-columns: 1fr; grid-template-rows: auto 1fr; align-content: stretch; gap: 48px; padding: 82px 20px 80px; }
  .aboutImage img { object-position: 62% 50%; }
  .aboutShade { background: linear-gradient(180deg, rgba(18, 17, 13, .18), rgba(18, 17, 13, .68) 46%, var(--wedding-host-006-ink)); }
  .aboutTitleWrap { grid-column: 1; }
  .aboutTitleWrap h2 { max-width: 620px; font-size: clamp(34px, 9vw, 42px); line-height: 1.12; white-space: normal; }
  .aboutTitleWrap h2 em { display: block; margin-top: 8px; }
  .aboutCopy { grid-column: 1; grid-row: 2; align-self: end; max-width: 560px; margin-bottom: 0; }

  .faqSection { min-height: auto; }
  .faqShell { grid-template-columns: 1fr; gap: 70px; padding-top: 110px; padding-bottom: 110px; }
  .faqHeading h2 { max-width: 100%; font-size: clamp(52px, 13.5vw, 70px); line-height: 1.02; white-space: normal; }

  .footer,
  .footerShell { min-height: 980px; }
  .footerShell { padding-top: 100px; }
  .footerCta > .eyebrow { font-size: 15px; }
  .footerCta h2 { font-size: clamp(42px, 11.5vw, 56px); line-height: 1.08; letter-spacing: -.015em; }
  .footerCta h2 > span,
  .footerCta h2 > em { display: inline-block; white-space: nowrap; }
  .footerPortrait { top: 250px; right: -40px; bottom: auto; width: 70vw; height: 560px; opacity: .58; transform: none; }
  .footerBottom { right: 20px; bottom: 94px; left: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .backToTop { justify-content: flex-start; }
  .footerLegal { right: 20px; bottom: 28px; left: 20px; gap: 20px; }
}

@media (max-width: 520px) {
  .hero { min-height: 760px; }
  .heroPortraitWrap { bottom: 4%; width: 120vw; height: 83%; }
  .heroQuote { display: none; }
  .heroPrimary h1 { font-size: clamp(50px, 14vw, 60px); }
  .primaryButton { margin-top: 20px; }
  .workCardTall,
  .workCardWide { aspect-ratio: .74; }
  .allWorksLink { font-size: 40px; }
  .allWorksThumbs { display: none; }
  .impactCard { height: 370px; grid-template-rows: 198px 1fr; }
  .impactCardCopy { padding: 22px 24px 24px; }
  .impactCardCopy p { font-size: 23px; }
  .serviceImageFrame { min-height: 360px; }
  .serviceName { font-size: 25px; }
  .processHeading { margin-bottom: 50px; }
  .processHeading h2 { font-size: clamp(38px, 10.8vw, 48px); }
  .processRow { padding-top: 34px; padding-bottom: 34px; }
  .processRow { grid-template-columns: 64px 1fr; }
  .processIndex { font-size: 46px; }
  .processCopy h3 { font-size: 34px; }
  .processImage { aspect-ratio: 1.75; }
  .pricingGrid { grid-template-columns: 1fr; gap: 14px; }
  .priceCard { min-height: auto; padding: 26px 24px; }
  .priceCardTop { align-items: flex-start; gap: 8px; }
  .priceCardTop > span { font-size: 26px; }
  .priceCardTop em { min-height: 40px; gap: 8px; padding: 5px 12px 5px 5px; font-size: 13px; }
  .recommendIcon { width: 28px; height: 28px; }
  .priceCard > p { margin: 18px 0 28px; font-size: 14px; line-height: 1.75; }
  .priceCard > strong { font-size: 48px; }
  .priceCard ul { gap: 11px; margin: 30px 0 30px; }
  .priceCard li { align-items: flex-start; gap: 9px; font-size: 13px; line-height: 1.5; }
  .reviewViewport blockquote { min-height: 420px; padding: 32px 24px 88px; }
  .reviewViewport footer { right: 24px; bottom: 22px; }
  .reviewMetricLeft strong,
  .reviewMetricRight strong { font-size: 40px; }
  .archiveGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .archiveItem,
  .archiveItem:nth-child(n) { height: 240px; min-height: 0; }
  .archivePortrait,
  .archiveItem:nth-child(3),
  .archiveItem:nth-child(6),
  .archiveItem:nth-child(9) { height: 340px; }
  .archiveItem span { font-size: 10px; line-height: 1.35; }
  .faqHeading h2 { font-size: 50px; }
  .faqItem button { min-height: 88px; grid-template-columns: 38px 1fr 34px; }
  .faqItem button strong { font-size: 18px; }
  .faqAnswer p { padding-left: 38px; }
  .footer,
  .footerShell { min-height: 1060px; }
  .footerPortrait { top: 260px; bottom: auto; }
  .footerBottom { grid-template-columns: 1fr 1fr; }
  .footerLegal { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .root *,
  .root *::before,
  .root *::after { animation: none; transition: none; scroll-behavior: auto; }
  .ring { transform: translateZ(var(--wedding-host-006-ring-depth)) rotateY(-18deg); }
}

/* Standalone HTML support */
html,
body { margin: 0; background: #12110d; }
body.menuOpen { overflow: hidden; }
.root svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.circleArrow svg,
.circleArrowInverse svg { width: 16px; height: 16px; }
.menuButton svg { width: 20px; height: 20px; }
.mobileMenu nav a svg,
.allWorksLink svg { width: 22px; height: 22px; }
.priceCard li svg { width: 15px; height: 15px; }
.mobileMenu[hidden],
.servicePanel[hidden],
.faqAnswer[hidden],
.reviewSlide[hidden] { display: none !important; }
.serviceImageLayer img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 300ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
}
.serviceImageLayer img.isChanging { opacity: 0; transform: scale(1.025); }
.js .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 820ms cubic-bezier(.16, 1, .3, 1), transform 820ms cubic-bezier(.16, 1, .3, 1);
}
.js .reveal.isVisible { opacity: 1; transform: translateY(0); }
.js .heroEntrance { animation: wedding-host-006-hero-in 1000ms .12s cubic-bezier(.16, 1, .3, 1) both; }
@keyframes wedding-host-006-hero-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal,
  .js .reveal.isVisible { opacity: 1; transform: none; }
}
