/*
 * WedHues v6.0.0 system integrity layer.
 * Loaded last to protect responsive layout and branding from migrated
 * Global Styles, block themes, cache optimizers, and plugin CSS.
 */
:root {
  --wh-site-gutter: clamp(1.15rem, 3vw, 3rem);
  --wh-reading-width: 760px;
  --wh-wide-width: 1240px;
  --wh-header-height: 76px;
}
html { width: 100%; max-width: none; overflow-x: hidden; overflow-x: clip; scroll-padding-top: calc(var(--wh-header-height) + 1rem); }
body { width: 100%; max-width: none; min-width: 320px; overflow-x: hidden; overflow-x: clip; }
body > #page,
body > .wp-site-blocks,
.site,
#page,
#main-content,
main#main-content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-inline: 0 !important;
}
#main-content { padding: 0 !important; }
#main-content > * { min-width: 0; }
.wh-container { width: min(100% - (2 * var(--wh-site-gutter)), var(--wh-wide-width)); max-width: var(--wh-wide-width); margin-inline: auto; }

/* One source of truth for the logo. The helper emits exactly one image or one
   text wordmark, never both. */
.wh-brand-link { display: inline-flex; align-items: center; max-width: 100%; color: #d0a95e; text-decoration: none; }
.wh-brand-mark { display: inline-flex; align-items: center; max-width: 100%; }
.wh-brand-mark__image { display: block; width: auto; height: 40px; max-width: 190px; object-fit: contain; }
.wh-brand-mark__wordmark { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.75rem; font-weight: 500; line-height: 1; letter-spacing: -.03em; color: #d0a95e; white-space: nowrap; }
.wh-footer__logo.wh-brand-mark__image { height: 48px; max-width: 210px; margin-bottom: .75rem; }
.wh-footer__logo.wh-brand-mark__wordmark { font-size: 2rem; margin-bottom: .75rem; }
.wh-header__logo > * + * { display: none !important; }

/* Header and navigation */
.wh-header { min-height: var(--wh-header-height); padding-block: .85rem; }
.wh-header__inner { width: min(100% - (2 * var(--wh-site-gutter)), 1440px); max-width: 1440px; padding-inline: 0; gap: clamp(.75rem, 2vw, 2rem); }
.wh-header__logo { flex: 0 0 auto; min-width: 132px; }
.wh-header__nav { min-width: 0; }
.wh-nav { align-items: center; gap: clamp(.85rem, 1.55vw, 1.65rem); }
.wh-nav > li > a { white-space: nowrap; font-size: clamp(.72rem, .78vw, .82rem); letter-spacing: .055em; }
.wh-header__actions { flex: 0 0 auto; }
.wh-header__cta { white-space: nowrap; }
.wh-nav__sub { display: block; min-width: 270px; max-height: min(70vh, 620px); overflow-y: auto; }

/* Full-bleed template sections, with narrow copy only where intentional. */
body.wedhues-service-page #main-content > *,
body.wedhues-destination-page #main-content > *,
body.page-template-page-services #main-content > *,
body.page-template-page-destinations #main-content > * {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}
.wh-hero, .wh-section, .wh-footer-cta, .wh-footer__main, .wh-footer__bottom { width: 100%; max-width: none; }
.wh-hero--interior { min-height: clamp(560px, 67vh, 780px); }
.wh-hero--interior .wh-hero__content { width: min(100% - (2 * var(--wh-site-gutter)), 1120px); max-width: 1120px; margin-inline: auto; padding-inline: 0; }
.wh-hero--interior .wh-hero__content h1 { max-width: 19ch; margin-inline: auto; text-wrap: balance; overflow-wrap: normal; word-break: normal; }
.wh-page-content,
.entry-content,
.wh-editor-content { width: min(100% - (2 * var(--wh-site-gutter)), var(--wh-reading-width)); max-width: var(--wh-reading-width); margin-inline: auto; }
.entry-content > .alignwide,
.wh-page-content > .alignwide { width: min(calc(100vw - (2 * var(--wh-site-gutter))), 1120px); max-width: 1120px; margin-left: 50%; transform: translateX(-50%); }
.entry-content > .alignfull,
.wh-page-content > .alignfull { width: 100vw; max-width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.entry-content img, .wh-page-content img, .wp-block-image img { max-width: 100%; height: auto; }
.entry-content iframe, .wh-page-content iframe { max-width: 100%; }
.entry-content p, .wh-page-content p { margin-block: 0 1.25em; }
.entry-content h2, .wh-page-content h2 { margin-block: 1.8em .65em; }
.entry-content h3, .wh-page-content h3 { margin-block: 1.55em .55em; }
.entry-content ul, .entry-content ol, .wh-page-content ul, .wh-page-content ol { margin-block: 0 1.5em; padding-inline-start: 1.35em; }
.entry-content table, .wh-page-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td, .wh-page-content th, .wh-page-content td { padding: .85rem; border: 1px solid rgba(28,28,28,.14); text-align: left; }

/* Blog/archive/card resilience. */
.wh-blog-grid, .wh-portfolio-grid, .wh-services-grid, .wh-pricing-grid, .wh-destinations-grid { align-items: stretch; }
.wh-blog-card, .wh-portfolio-card, .wh-service-card, .wh-pricing-card, .wh-destination-card { min-width: 0; height: 100%; }
.wh-blog-card img, .wh-portfolio-card img, .wh-destination-card img { width: 100%; height: 100%; object-fit: cover; }

/* Forms and admin-generated content */
input, select, textarea, button { max-width: 100%; }
.wh-form__field input, .wh-form__field select, .wh-form__field textarea { width: 100%; min-height: 48px; }
.wh-form__field textarea { min-height: 150px; resize: vertical; }

/* Footer: readable and stable at every width. */
.wh-footer__grid { grid-template-columns: minmax(220px, 1.6fr) minmax(145px, .85fr) minmax(170px, 1fr) minmax(230px, 1.2fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: start; }
.wh-footer__brand, .wh-footer__links, .wh-footer__contact { min-width: 0; }
.wh-footer__links a, .wh-footer__contact a, .wh-footer__contact p { overflow-wrap: anywhere; }
.wh-footer__bottom-inner { align-items: flex-start; }
.wh-footer__bottom nav { justify-content: flex-end; }

@media (max-width: 1099px) {
  :root { --wh-header-height: 68px; }
  .wh-header__nav { display: none !important; }
  .wh-header__toggle { display: flex !important; }
  .wh-header__cta { display: none !important; }
  .wh-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .wh-header__nav { display: block !important; }
  .wh-header__toggle { display: none !important; }
  .wh-header__cta { display: inline-flex !important; }
}
@media (max-width: 767px) {
  :root { --wh-site-gutter: 1.15rem; }
  .wh-brand-mark__image { height: 34px; max-width: 155px; }
  .wh-brand-mark__wordmark { font-size: 1.55rem; }
  .wh-hero--interior { min-height: 500px; padding-top: calc(var(--wh-header-height) + 2rem); }
  .wh-hero--interior .wh-hero__content h1 { max-width: 15ch; font-size: clamp(2.35rem, 11vw, 3.55rem); }
  .wh-footer__grid { grid-template-columns: 1fr; }
  .wh-footer__bottom-inner { display: block; }
  .wh-footer__bottom nav { justify-content: flex-start; margin-top: 1rem; gap: .75rem 1rem; }
  .entry-content > .alignwide, .wh-page-content > .alignwide { width: calc(100vw - 2.3rem); }
}
@media (max-width: 420px) {
  .wh-header__inner { gap: .55rem; }
  .wh-header__logo { min-width: 0; }
  .wh-brand-mark__image { max-width: 135px; }
}

/* Editor pages and journal templates */
.wh-editor-page__inner { width: min(100%, 920px); margin-inline: auto; }
.wh-editor-page__cta { margin: 0 0 2rem; }
.wh-empty-editor-notice, .wh-empty-state { padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(28,28,28,.12); background: rgba(255,255,255,.55); text-align: center; }
.wh-empty-editor-notice h2, .wh-empty-state h2 { margin: 0 0 .75rem; }
.wh-article { padding-top: var(--wh-header-height); }
.wh-article__header { padding: clamp(4rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4.5rem); background: var(--wh-cream); text-align: center; }
.wh-article__header-inner { max-width: 980px; }
.wh-article__header h1 { max-width: 20ch; margin: .75rem auto 1.15rem; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: 1.03; text-wrap: balance; }
.wh-article__dek { max-width: 700px; margin: 0 auto 1.4rem; font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--wh-copy); }
.wh-article__meta { display: flex; justify-content: center; flex-wrap: wrap; gap: .55rem; color: var(--wh-stone); font-size: .9rem; }
.wh-article__featured { max-width: 1180px; margin-top: clamp(2rem, 5vw, 4rem); }
.wh-article__featured img { display: block; width: 100%; height: auto; max-height: 720px; object-fit: cover; }
.wh-article__content { padding-block: clamp(3rem, 7vw, 6rem); font-size: clamp(1rem, 1.2vw, 1.1rem); line-height: 1.86; }
.wh-article__footer { max-width: 1120px; padding-bottom: clamp(4rem, 8vw, 7rem); }
.wh-article__footer .post-navigation { margin-bottom: 3rem; }
.wh-article__footer .nav-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.wh-article__footer .nav-previous, .wh-article__footer .nav-next { padding: 1.25rem; border: 1px solid rgba(28,28,28,.13); }
.wh-article__footer .nav-next { text-align: right; }
.wh-article__footer .nav-links span { display: block; margin-bottom: .25rem; color: var(--wh-stone); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.wh-article__cta { padding: clamp(2.5rem, 6vw, 5rem); background: var(--wh-midnight); color: #fff; text-align: center; }
.wh-article__cta h2 { max-width: 20ch; margin: .6rem auto .8rem; color: #fff; }
.wh-article__cta p { max-width: 620px; margin: 0 auto 1.5rem; color: rgba(255,255,255,.72); }
.wh-journal .wh-blog-card { overflow: hidden; background: #fff; border: 1px solid rgba(28,28,28,.09); box-shadow: 0 12px 36px rgba(28,28,28,.06); }
.wh-blog-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; }
.wh-blog-card__img { aspect-ratio: 3 / 2; overflow: hidden; background: linear-gradient(135deg,#e9ddd3,#c8ab89); }
.wh-blog-card__img img { transition: transform .55s ease; }
.wh-blog-card:hover .wh-blog-card__img img { transform: scale(1.035); }
.wh-blog-card__placeholder { display: block; width: 100%; height: 100%; background: radial-gradient(circle at 30% 30%,rgba(255,255,255,.45),transparent 35%),linear-gradient(135deg,#d8c2aa,#8d6547); }
.wh-blog-card__body { display: flex; flex-direction: column; flex: 1; padding: 1.4rem; }
.wh-blog-card__title { margin: .45rem 0 .65rem; font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.12; }
.wh-blog-card__excerpt { margin: 0 0 1.1rem; color: var(--wh-copy); }
.wh-blog-card__read { margin-top: auto; color: var(--wh-terracotta); font-size: .85rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.wh-pagination { margin-top: 3rem; }
.wh-pagination .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem; }
.wh-pagination .page-numbers { display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; padding: .6rem .85rem; border: 1px solid rgba(28,28,28,.14); }
.wh-pagination .current { background: var(--wh-midnight); color: #fff; }
@media (max-width: 700px) {
  .wh-article__footer .nav-links { grid-template-columns: 1fr; }
  .wh-article__footer .nav-next { text-align: left; }
}

/* Mobile navigation remains usable with the complete canonical menu. */
.wh-mobile-menu { overflow-y: auto; padding: calc(var(--wh-header-height) + 2rem) 1.25rem 2rem; align-items: flex-start; }
.wh-mobile-menu nav { width: min(100%, 520px); margin: auto; }
.wh-mobile-nav { width: 100%; text-align: left; }
.wh-mobile-nav > li { margin-bottom: clamp(.75rem, 2.2vh, 1.2rem); }
.wh-mobile-nav > li > a { display: block; font-size: clamp(1.55rem, 5vw, 2.1rem); line-height: 1.1; }
.wh-mobile-nav .sub-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem .85rem; margin: .65rem 0 .15rem; padding: .75rem 0 0 1rem; border-left: 1px solid rgba(208,169,94,.38); }
.wh-mobile-nav .sub-menu li { margin: 0; }
.wh-mobile-nav .sub-menu a { display: block; padding: .32rem 0; font-family: var(--ff-body); font-size: .86rem; line-height: 1.35; letter-spacing: .02em; color: rgba(255,255,255,.78); }
.wh-mobile-nav .sub-menu a:hover, .wh-mobile-nav .sub-menu a:focus { color: #fff; }
@media (max-width: 480px) { .wh-mobile-nav .sub-menu { grid-template-columns: 1fr; } }

/* Generic archive and search templates share the same responsive editorial system. */
.wh-site-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; width: min(100%, 760px); margin: 0 auto clamp(2.5rem, 6vw, 4.5rem); }
.wh-site-search input { min-height: 52px; width: 100%; padding: .85rem 1rem; border: 1px solid rgba(28,28,28,.18); background: #fff; color: var(--wh-midnight); font: inherit; }
.wh-story-term-archive .wh-portfolio-grid { margin-top: 2rem; }
@media (max-width: 560px) {
  .wh-site-search { grid-template-columns: 1fr; }
  .wh-site-search .wh-btn { width: 100%; }
}

/* v5.5 mobile viewport guard: prevent inherited editor/global-style widths
   from leaving a white strip beside the header, page, footer, or bottom CTA. */
html,
body {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body > .wh-header,
body > .wh-mobile-menu,
body > main#main-content,
body > .wh-footer,
body > .wh-sticky-cta,
body > #wpadminbar + .wh-header {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}
.wh-header,
.wh-mobile-menu,
.wh-footer,
.wh-sticky-cta {
  left: 0 !important;
  right: 0 !important;
}
.wh-sticky-cta {
  width: 100vw !important;
  max-width: 100vw !important;
}
.wh-hero__bg > img,
.wh-hero__bg picture,
.wh-hero__bg picture > img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}
@media (max-width: 767px) {
  body > main#main-content,
  #main-content,
  #main-content > section,
  #main-content > div {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wh-services-grid,
  .wh-portfolio-grid,
  .wh-destinations-grid { min-width: 0 !important; }
  .wh-service-card,
  .wh-portfolio-card,
  .wh-destination-card { min-width: 0 !important; overflow: hidden; }
}

/* Media Library-only placeholders: visually intentional, never imported media. */
.wh-media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  background:
    radial-gradient(circle at 25% 25%, rgba(208,169,94,.34), transparent 30%),
    radial-gradient(circle at 75% 68%, rgba(184,92,56,.24), transparent 34%),
    linear-gradient(135deg, #171411 0%, #33251f 52%, #0c0c0c 100%);
}
.wh-team-card__placeholder {
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2e211c, #0d0d0d);
  color: var(--wh-gold, #b8924a);
  font-family: var(--ff-display, serif);
  font-size: 3rem;
}
.wh-service-card > .wh-media-placeholder,
.wh-portfolio-card > .wh-media-placeholder { position: absolute; inset: 0; }
.wh-destination-card__media > .wh-media-placeholder { min-height: 360px; }
@media (max-width: 560px) {
  .wh-services-grid { grid-template-columns: 1fr !important; }
  .wh-service-card { min-height: min(520px, 128vw); aspect-ratio: 4 / 5; }
  .wh-service-card__title { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .home .wh-hero__content h1 { font-size: clamp(2.65rem, 12.5vw, 4rem); line-height: .94; }
}

/* v5.5 mobile safety: keep the accessibility skip link off-screen unless a
   keyboard user deliberately focuses it. This avoids Safari exposing it on
   initial touch-page load while preserving keyboard access. */
.wh-skip-link {
  top: -120px !important;
  transform: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.wh-skip-link:focus-visible {
  top: .5rem !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ─────────────────────────────────────────────────────────────
 * v5.5 — page-completion, responsive hero, navigation and polish
 * ─────────────────────────────────────────────────────────── */

/* Balanced editorial divider: — kicker — rather than a one-sided dash. */
.wh-eyebrow::after,
.wh-kicker::after {
  content: "";
  flex: 0 0 clamp(20px, 2.4vw, 34px);
  width: clamp(20px, 2.4vw, 34px);
  height: 1px;
  background: currentColor;
  opacity: .62;
}
.wh-eyebrow::before,
.wh-kicker::before {
  flex: 0 0 clamp(20px, 2.4vw, 34px);
  width: clamp(20px, 2.4vw, 34px);
}

/* Homepage hero: natural wrapping, readable scale, and safe space above the
   mobile action bar. */
.home .wh-hero {
  min-height: 100svh;
  padding-block: calc(var(--wh-header-height) + 3rem) clamp(5.5rem, 9vh, 7rem);
}
.home .wh-hero__content {
  width: min(calc(100% - (2 * var(--wh-site-gutter))), 980px);
  max-width: 980px;
  padding-inline: clamp(.25rem, 2vw, 1rem);
}
.home .wh-hero__content h1 {
  max-width: 20ch;
  margin-inline: auto;
  font-size: clamp(3rem, 5.2vw, 4.85rem);
  line-height: 1.01;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}
.home .wh-hero__content p {
  max-width: 660px;
  margin-inline: auto;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}
.home .wh-hero__actions { align-items: stretch; }
.home .wh-hero__actions .wh-btn { min-width: min(220px, 100%); }

/* Positive value cards replace the ambiguous negative comparison table. */
.home .wh-why-grid {
  width: min(100%, 1120px);
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}
.home .wh-why-card {
  position: relative;
  min-width: 0;
  min-height: 100%;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: 1px solid rgba(42,31,26,.12);
  border-radius: 2px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 16px 46px rgba(42,31,26,.055);
}
.home .wh-why-card__number {
  display: block;
  margin-bottom: 1.15rem;
  color: var(--wh-gold);
  font-family: var(--ff-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.home .wh-why-card h3 {
  margin: 0 0 .65rem;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  line-height: 1.08;
}
.home .wh-why-card p { margin: 0; color: var(--wh-copy); line-height: 1.72; }

/* Curated feed: six posts form a deliberate 3 × 2 desktop composition. */
.home .wh-instagram-feed__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(8px, 1vw, 14px);
}

/* Logo wrappers created by the responsive-image layer must size with the mark. */
.wh-brand-link > picture {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  align-items: center;
  overflow: visible;
}
.wh-footer__brand .wh-brand-link {
  width: min(100%, 270px);
  min-height: 64px;
  align-items: center;
  overflow: visible;
}
.wh-footer__brand .wh-brand-link > picture { width: 100%; }
.wh-footer__logo.wh-brand-mark__image {
  width: auto !important;
  height: auto !important;
  max-width: min(100%, 260px) !important;
  max-height: 72px !important;
  margin: 0 0 .9rem !important;
  object-fit: contain !important;
  object-position: left center !important;
}

/* Premium mobile action palette with enough room for both labels. */
.wh-sticky-cta__btn {
  min-width: 0;
  padding-inline: clamp(.5rem, 3vw, .9rem);
  font-size: clamp(.76rem, 3.2vw, .875rem);
  white-space: nowrap;
}
.wh-sticky-cta__btn span { min-width: 0; }
.wh-sticky-cta__btn--primary { background: #713246; }
.wh-sticky-cta__btn--primary:hover,
.wh-sticky-cta__btn--primary:focus { background: #572536; }
.wh-sticky-cta__btn--whatsapp { background: #176b50; }
.wh-sticky-cta__btn--whatsapp:hover,
.wh-sticky-cta__btn--whatsapp:focus { background: #10533d; }

/* The additional Wedding Stories item remains comfortable in the desktop bar. */
@media (min-width: 1280px) {
  .wh-nav { gap: clamp(.7rem, 1.12vw, 1.25rem); }
  .wh-nav > li > a { font-size: clamp(.69rem, .72vw, .8rem); }
}

@media (max-width: 900px) {
  .home .wh-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .home .wh-hero {
    min-height: 100svh;
    padding-top: calc(var(--wh-header-height) + 2rem);
    padding-bottom: 7.25rem;
  }
  .home .wh-hero__content { width: calc(100% - 2rem); padding-inline: 0; }
  .home .wh-hero__content .wh-kicker { margin-bottom: .85rem; font-size: .67rem; letter-spacing: .12em; }
  .home .wh-hero__content h1 {
    max-width: 18ch;
    font-size: clamp(2.15rem, 9.6vw, 3.15rem);
    line-height: 1.02;
    margin-bottom: 1rem;
  }
  .home .wh-hero__content p {
    max-width: 34ch;
    font-size: clamp(.9rem, 4vw, 1rem);
    line-height: 1.55;
    margin-bottom: 1.15rem;
  }
  .home .wh-hero__actions { width: min(100%, 340px); margin-inline: auto; gap: .65rem; }
  .home .wh-hero__actions .wh-btn { width: 100%; min-width: 0; min-height: 44px; padding-block: .72rem; }
  .home .wh-hero__scroll { display: none; }
  .home .wh-why-grid { grid-template-columns: 1fr; }
  .home .wh-instagram-feed__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .wh-footer__brand .wh-brand-link { min-height: 56px; }
  .wh-footer__logo.wh-brand-mark__image { max-height: 62px !important; }
}
@media (max-width: 360px) {
  .wh-sticky-cta__btn { gap: 5px; padding-inline: .4rem; font-size: .73rem; }
  .wh-sticky-cta__btn svg { width: 16px; height: 16px; }
}

/* v7.0.8 shell reliability: keep the mobile drawer on-screen when opened,
   preserve the WordPress admin-bar offset, and render a crisp footer wordmark. */
.wh-mobile-menu {
  transform: translateX(100%) !important;
  pointer-events: none;
  overscroll-behavior: contain;
  will-change: transform, opacity;
}
.wh-mobile-menu.is-open {
  transform: translateX(0) !important;
  pointer-events: auto;
}
.wh-header__toggle {
  flex: 0 0 30px;
  width: 30px;
  min-width: 30px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}
.wh-header__toggle:focus-visible { outline: 3px solid #d0a95e; outline-offset: 7px; }
body.admin-bar .wh-header { top: 32px !important; }
body.admin-bar .wh-mobile-menu { top: 32px !important; }

.wh-footer__logo.wh-brand-mark__wordmark {
  display: inline-flex;
  margin: 0 0 1rem;
  color: #f7f1e7;
  font-size: clamp(2.25rem, 4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -.035em;
}
.wh-footer__logo.wh-brand-mark__wordmark .wh-brand-mark__hues { color: #d0a95e; }
.wh-footer__brand .wh-brand-link {
  width: auto;
  min-height: 0;
  align-items: baseline;
}

@media (max-width: 782px) {
  body.admin-bar .wh-header { top: 46px !important; }
  body.admin-bar .wh-mobile-menu { top: 46px !important; }
}

@media (max-width: 767px) {
  .wh-header { background: rgba(13,13,13,.94); }
  .wh-header__inner { min-height: 40px; }
  .wh-mobile-menu { padding: calc(var(--wh-header-height) + 1.15rem) 1.15rem 2rem; }
  .wh-mobile-menu nav { margin-top: 0; }
  .wh-mobile-nav > li > a { min-height: 44px; display: flex; align-items: center; }
  .wh-mobile-menu__cta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .7rem; margin-top: 1.5rem; }
  .wh-mobile-menu__cta .wh-btn { width: 100%; min-width: 0; }

  .wh-footer__main { padding-block: 3.5rem; }
  .wh-footer__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 2.5rem 1.35rem;
  }
  .wh-footer__brand,
  .wh-footer__contact { grid-column: 1 / -1; }
  .wh-footer__brand .wh-brand-link { min-height: 0; }
  .wh-footer__links :is(h3,h4),
  .wh-footer__contact :is(h3,h4) { margin-bottom: .8rem; }
  .wh-footer__links li { margin-bottom: .15rem; }
  .wh-footer__links a { display: inline-flex; min-height: 38px; align-items: center; line-height: 1.35; }
  .wh-footer__bottom { padding-bottom: max(1.25rem,env(safe-area-inset-bottom)); }
  .wh-footer__bottom nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .25rem 1rem; }
  .wh-footer__bottom nav a { display: flex; min-height: 36px; align-items: center; }
}

@media (max-width: 380px) {
  .wh-mobile-menu__cta { grid-template-columns: 1fr; }
  .wh-footer__grid { column-gap: 1rem; }
  .wh-footer__links a { font-size: .82rem; }
}

/* v7.0.9 — clean 2:1 desktop interiors and one shared uploaded brand mark. */
@media (min-width: 1100px) {
  body.wedhues-service-page .wh-hero--interior,
  body.wedhues-destination-page .wh-hero--interior {
    min-height: clamp(640px,50vw,900px) !important;
    max-height: 900px !important;
  }
}

.wh-footer__brand .wh-brand-link {
  display: inline-flex;
  width: min(100%,270px);
  min-height: 64px;
  align-items: center;
}
.wh-footer__brand .wh-brand-link > picture { width: 100%; }
.wh-footer__logo.wh-brand-mark__image {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  max-height: 76px !important;
  margin: 0 0 1rem !important;
  object-fit: contain !important;
  object-position: left center !important;
}

@media (max-width: 767px) {
  .wh-footer__brand .wh-brand-link { min-height: 56px; }
  .wh-footer__logo.wh-brand-mark__image { max-height: 64px !important; }
}

/* v7.0.11 — centred service heroes, clean shared footer mark and universal
   fixed-header clearance for public-facing feature templates. */
body.wedhues-service-candid-wedding-photography .wh-hero--interior .wh-hero__content {
  width: min(calc(100% - var(--wh-site-gutter) - var(--wh-site-gutter)),1120px);
  max-width: 1120px;
  margin-inline: auto;
  align-items: center;
  text-align: center;
}
body.wedhues-service-candid-wedding-photography .wh-hero--interior .wh-hero__content h1 {
  max-width: 19ch;
  margin-inline: auto;
}
body.wedhues-service-candid-wedding-photography .wh-hero--interior .wh-hero__content p {
  max-width: 720px;
  margin-inline: auto;
}

body:not(.home) .wh-hero:not(.wh-hero--interior) {
  box-sizing: border-box;
  height: auto;
  padding-top: calc(var(--wh-header-height) + clamp(2rem,4vw,3.5rem));
  padding-bottom: clamp(3rem,6vw,5rem);
}
.wh-planning-page-shell,
.wh-revenue-page-shell,
.wh-trust-page-shell {
  box-sizing: border-box;
  padding-top: var(--wh-header-height,76px);
}
:where(.wh-hero__content,.wh-hero__inner,.wh-planning-hero .wh-container,.wh-revenue-hero .wh-container,.wh-trust-hero .wh-container) {
  min-width: 0;
}
:where(.wh-hero__content,.wh-hero__inner,.wh-planning-hero,.wh-revenue-hero,.wh-trust-hero) h1 {
  max-width: min(100%,20ch);
  text-wrap: balance;
  overflow-wrap: break-word;
  word-break: normal;
}

.wh-footer__brand .wh-brand-link {
  display: inline-flex;
  width: min(100%,220px);
  max-width: 220px;
  min-height: 0;
  margin: 0 0 1rem;
  align-items: center;
  overflow: visible;
}
.wh-footer__brand .wh-brand-link > picture {
  display: block;
  width: auto !important;
  max-width: 100%;
}
.wh-footer__logo.wh-brand-mark__image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 220px !important;
  max-height: 64px !important;
  margin: 0 !important;
  background: transparent !important;
  object-fit: contain !important;
  object-position: left center !important;
  mix-blend-mode: screen;
  filter: contrast(1.12) saturate(.96);
}

@media (max-width: 767px) {
  body:not(.home) .wh-hero:not(.wh-hero--interior) {
    padding-top: calc(var(--wh-header-height) + 2rem);
    padding-bottom: 3rem;
  }
  :where(.wh-hero__content,.wh-hero__inner,.wh-planning-hero,.wh-revenue-hero,.wh-trust-hero) h1 {
    max-width: 15ch;
    font-size: clamp(2.2rem,10.5vw,3.5rem);
    line-height: 1.02;
  }
  .wh-planning-hero,
  .wh-revenue-hero,
  .wh-trust-hero { padding-block: 3rem 2.5rem; }
  .wh-footer__brand .wh-brand-link { width: min(100%,190px); }
  .wh-footer__logo.wh-brand-mark__image {
    max-width: 190px !important;
    max-height: 58px !important;
  }
}
