@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Montserrat:wght@400;500;600&display=swap');

:root {
  --sage: #aeb5a0;
  --sage-dark: #737b69;
  --cream: #f6f2e9;
  --ivory: #fcfaf5;
  --ink: #262921;
  --muted: #696b63;
  --line: #d9d8ce;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "Montserrat", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.wp-site-blocks { padding: 0; }
.admin-bar .nav { top: 32px; }

.reveal-ready [data-reveal] { opacity: 0; transition: opacity .75s ease, transform .85s cubic-bezier(.22,.61,.36,1); will-change: opacity, transform; }
.reveal-ready [data-reveal="up"] { transform: translateY(46px); }
.reveal-ready [data-reveal="left"] { transform: translateX(-54px); }
.reveal-ready [data-reveal="right"] { transform: translateX(54px); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0,0,0); }

@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
}

.nav { height: 92px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(252,250,245,.97); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(38,41,33,.08); }
.brand { display: flex; flex-direction: column; text-align: center; text-transform: uppercase; min-width: 210px; }
.brand span { font-family: "Cormorant Garamond", serif; font-size: 25px; letter-spacing: .08em; border-bottom: 1px solid var(--ink); line-height: 1.05; padding-bottom: 3px; }
.brand small { font-family: "Cormorant Garamond", serif; font-size: 9px; letter-spacing: .15em; margin-top: 3px; }
.nav nav { display: flex; gap: 35px; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.nav nav a:hover { color: var(--sage-dark); }
.mobile-menu { display: none; }
.mobile-menu-toggle { width: 42px; height: 42px; padding: 10px 7px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; }
.mobile-menu-toggle span { display: block; width: 100%; height: 1px; background: var(--ink); transition: transform .25s, opacity .2s; }
.mobile-menu.is-open .mobile-menu-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
.mobile-menu.is-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
.mobile-menu.is-open .mobile-menu-toggle span:last-child { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu-panel { position: fixed; left: 0; right: 0; top: 76px; max-height: calc(100svh - 76px); overflow-y: auto; padding: 12px 7vw 28px; background: rgba(252,250,245,.99); border-top: 1px solid var(--line); box-shadow: 0 18px 35px rgba(25,27,22,.12); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
.mobile-menu.is-open .mobile-menu-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-menu-panel nav { display: flex; flex-direction: column; gap: 0; }
.mobile-menu-panel nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-family: "Cormorant Garamond", serif; font-size: 25px; text-transform: none; letter-spacing: 0; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 28px; text-align: center; line-height: 1.35; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 600; transition: .25s ease; border: 1px solid transparent; border-radius: 5px; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.button-small { min-height: 42px; background: var(--ink); color: white; padding: 0 20px; }
.button-light { background: var(--ivory); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-outline { border-color: var(--ink); }

.hero { min-height: max(calc(100vh - 92px), 760px); padding: 80px 0 95px; position: relative; display: flex; align-items: center; background: url('../images/hero-wide-fixed.png') center center/cover no-repeat; color: white; overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,16,12,.82) 0%, rgba(13,16,12,.66) 31%, rgba(13,16,12,.28) 53%, rgba(13,16,12,0) 74%); }
.hero-content {
  position: relative;
  z-index: 2;
  width: min(650px, 44vw);
  margin-left: 6vw;
  padding: 38px 20px 42px;
  background: linear-gradient(110deg, rgba(13, 17, 13, .68), rgba(24, 29, 23, .42));
  border: 1px solid rgba(255, 255, 255, .16);
  border-left: 3px solid rgba(174, 181, 160, .9);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .24);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .22em; font-size: 10px; font-weight: 600; color: var(--sage-dark); }
.eyebrow.light { color: #dce0d3; }
.hero h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 400; }
.hero h1 { font-size: clamp(58px, 4.8vw, 68px); line-height: .94; letter-spacing: -.04em; margin: 0; max-width: none; }
.hero-title-last { white-space: nowrap; }
.hero-mobile-break { display: none; }
em { font-weight: 400; color: var(--sage); }
.hero-copy { font-family: "Cormorant Garamond", serif; font-size: 21px; line-height: 1.45; max-width: 560px; margin: 30px 0; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link { text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px; }
.text-link span { margin-left: 9px; }
.hero-note { position: absolute; z-index: 2; right: 4vw; bottom: 0; width: 250px; padding: 26px 30px; background: var(--sage); color: var(--ink); }
.hero-note span { font-family: "Cormorant Garamond", serif; font-size: 46px; }
.hero-note p { margin: 4px 0 0; font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }

.numbers { background: var(--ink); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 34px 7vw; }
.numbers div { display: flex; flex-direction: column; text-align: center; border-right: 1px solid rgba(255,255,255,.15); }
.numbers div:last-child { border: 0; }
.numbers strong { font-family: "Cormorant Garamond", serif; font-size: 30px; font-weight: 400; color: #d5d9cc; }
.numbers span { font-size: 9px; text-transform: uppercase; letter-spacing: .13em; margin-top: 5px; }

.section { padding: 120px 7vw; }
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.about-visual { position: relative; padding-left: 7vw; height: 560px; }
.about-visual > img { width: 100%; height: 100%; object-fit: cover; }
.about-card { position: absolute; left: 0; bottom: 8%; background: var(--sage); padding: 28px 32px; display: flex; align-items: center; gap: 18px; font-family: "Cormorant Garamond", serif; font-size: 18px; }
.about-card svg { width: 25px; fill: none; stroke: var(--ink); stroke-width: 1.3; }
.about h2, .promise h2, .packages h2, .details h2, .testimonials h2, .final-cta h2 { font-size: clamp(40px, 4vw, 58px); line-height: 1.02; margin: 0 0 32px; letter-spacing: -.025em; }
.about-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; font-size: 13px; max-width: 600px; }
blockquote { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 28px; line-height: 1.3; margin: 34px 0; padding-left: 24px; border-left: 2px solid var(--sage); max-width: 580px; }
.signature-photo { width: 170px; height: 110px; object-fit: cover; filter: grayscale(1); }

.promise { background: var(--cream); text-align: center; }
.centered { text-align: center; }
.promise-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); text-align: left; border-top: 1px solid var(--line); }
.promise-grid article { padding: 32px 28px; border-right: 1px solid var(--line); }
.promise-grid article:last-child { border: 0; }
.promise-grid article > span { font-family: "Cormorant Garamond", serif; font-size: 18px; color: var(--sage-dark); }
.promise-grid h3 { font-family: "Cormorant Garamond", serif; font-size: 27px; font-weight: 500; margin: 24px 0 12px; }
.promise-grid p { color: var(--muted); font-size: 12px; line-height: 1.8; }

.story-image { min-height: 620px; background: linear-gradient(90deg, rgba(0,0,0,.70), rgba(0,0,0,.08)), url('../images/celebracao.jpg') center/cover; color: white; display: flex; align-items: center; padding: 8vw; }
.story-image div { max-width: 680px; }
.story-image p { text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }
.story-image h2 { font-size: clamp(40px, 4vw, 58px); line-height: 1.05; margin: 20px 0 0; }

.packages { background: #f1eee5; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 65px; }
.section-heading > p { max-width: 390px; color: var(--muted); line-height: 1.8; font-size: 13px; }
.package-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1100px; margin: auto; align-items: stretch; }
.package { position: relative; background: var(--ivory); padding: 50px; border: 1px solid var(--line); }
.package.featured { background: var(--sage); border-color: var(--sage); }
.package-badge { position: absolute; margin: 0; top: 0; right: 0; background: var(--ink); color: white; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; padding: 12px 17px; }
.package-tag { text-transform: uppercase; letter-spacing: .15em; font-size: 9px; color: var(--sage-dark); }
.featured .package-tag { color: #4f5548; }
.package h3 { font-family: "Cormorant Garamond", serif; font-size: 45px; font-weight: 400; margin: 13px 0; }
.package-intro { color: var(--muted); line-height: 1.8; font-size: 12px; min-height: 66px; }
.featured .package-intro { color: #42473d; }
.rule { height: 1px; background: var(--line); margin: 28px 0; }
.featured .rule { background: rgba(38,41,33,.22); }
.package ul { list-style: none; padding: 0; margin: 0 0 30px; }
.package li { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; margin: 13px 0; line-height: 1.5; }
.package li svg { width: 15px; min-width: 15px; fill: none; stroke: var(--sage-dark); stroke-width: 1.8; }
.featured li svg { stroke: var(--ink); }
.investment { font-family: "Cormorant Garamond", serif; font-size: 38px; margin: 30px 0 0; }
.investment small { display: block; font-family: "Montserrat", sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 3px; }
.condition { font-size: 9px; margin: 3px 0 25px; color: var(--muted); }
.package .button { width: 100%; }
.price-note { text-align: center; color: var(--muted); font-size: 9px; margin-top: 20px; }

.details { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.details-image img { height: 700px; object-fit: cover; }
.details-copy ul { list-style: none; margin: 35px 0; padding: 0; }
.details-copy li { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.details-copy li > span { color: var(--sage-dark); }
.details-copy strong { font-family: "Cormorant Garamond", serif; font-size: 21px; }
.details-copy li p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.dark-link { border-color: var(--ink); }

.testimonials { background: var(--cream); text-align: center; }
.reviews-carousel { max-width: 1180px; margin: 55px auto 0; text-align: left; }
.google-review-heading { display: flex; justify-content: center; align-items: center; gap: 14px; margin-bottom: 22px; }
.google-mark { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: white; color: #4285f4; font: 600 24px Arial, sans-serif; box-shadow: 0 3px 12px rgba(0,0,0,.09); }
.google-review-heading > div:last-child { display: flex; flex-direction: column; gap: 4px; }
.google-review-heading strong { text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }
.google-review-heading span { color: #8d947f; font-size: 11px; letter-spacing: .08em; }
.google-review-heading span b { color: var(--ink); margin-right: 7px; }
.review-page { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { min-height: 370px; padding: 36px 32px 32px; background: var(--ivory); border-top: 3px solid var(--sage); box-shadow: 0 14px 45px rgba(61, 64, 54, .08); display: flex; flex-direction: column; }
.stars { color: #8d947f; letter-spacing: .2em; font-size: 10px; }
.review-card p { font-family: "Cormorant Garamond", serif; font-size: clamp(19px, 1.55vw, 24px); line-height: 1.48; margin: 23px 0 30px; }
.review-author { margin-top: auto; display: flex; flex-direction: column; gap: 6px; }
.review-author strong { text-transform: uppercase; font-size: 9px; letter-spacing: .15em; }
.review-author span { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.carousel-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; }
.carousel-controls { display: flex; gap: 9px; }
.carousel-controls button { width: 28px; height: 3px; padding: 0; border: 0; background: #c8c9c0; cursor: pointer; transition: .25s ease; }
.carousel-controls button.active { width: 48px; background: var(--sage-dark); }
.carousel-footer > a { text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.carousel-footer > a span { margin-left: 7px; }

.barakah { background: var(--ink); color: white; display: grid; grid-template-columns: 1fr 1fr; }
.barakah-image img { height: 100%; min-height: 700px; object-fit: cover; }
.barakah-copy { padding: 9vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.barakah-copy h2 { font-size: clamp(60px, 8vw, 120px); line-height: .72; margin: 15px 0 50px; }
.barakah-copy p:not(.eyebrow) { font-size: 12px; line-height: 1.9; color: #c9c9c2; max-width: 520px; }
.barakah-copy .button { margin-top: 25px; }

.final-cta { min-height: 600px; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; background: var(--sage); overflow: hidden; }
.final-cta img { height: 600px; object-fit: cover; filter: grayscale(1); }
.final-cta div { padding: 8vw; max-width: 850px; }
.final-cta p:not(.eyebrow) { font-size: 13px; line-height: 1.8; margin-bottom: 30px; }

footer { padding: 55px 7vw; background: #1d201b; color: white; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand { max-width: 230px; }
.footer-brand span { border-color: white; }
footer > div { display: flex; flex-direction: column; gap: 9px; font-size: 10px; text-align: center; }
footer > p { font-family: "Cormorant Garamond", serif; font-style: italic; text-align: right; color: #c9cbc4; }
.floating-whatsapp { position: fixed; z-index: 50; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25d366; box-shadow: 0 7px 25px rgba(0,0,0,.25); transition: .2s; }
.floating-whatsapp:hover { transform: scale(1.07); }
.floating-whatsapp svg { width: 31px; fill: white; }

.bar-page { background: var(--ivory); overflow-x: clip; }
.bar-hero { min-height: 520px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: white; }
.bar-hero-image img { height: 100%; min-height: 520px; object-fit: cover; object-position: center 48%; }
.bar-hero-copy { padding: 4vw 7vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.bar-hero-copy h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(68px, 7.5vw, 108px); font-weight: 400; line-height: .72; margin: 20px 0 36px; letter-spacing: -.03em; }
.bar-hero-copy > p:not(.eyebrow) { max-width: 520px; font-family: "Cormorant Garamond", serif; font-size: 22px; line-height: 1.5; color: #d3d4ce; margin: 0 0 35px; }
.bar-meaning { padding: 120px 8vw; display: grid; grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr); gap: 8vw; align-items: stretch; }
.bar-meaning h2, .bar-ceremony h2, .bar-final h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(40px, 4vw, 58px); font-weight: 400; line-height: 1.02; margin: 0; }
.bar-meaning-visual { height: 480px; }
.bar-meaning-image { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.bar-meaning-content { display: flex; flex-direction: column; justify-content: center; }
.bar-meaning-text { margin-top: 42px; }
.bar-meaning-text > p { color: var(--muted); font-size: 13px; line-height: 1.9; }
.bar-meaning blockquote { margin-top: 38px; }
.bar-ceremony { padding: 110px 8vw; background: var(--cream); }
.bar-ceremony-intro { max-width: 980px; margin: auto; text-align: center; }
.bar-ceremony-description { margin: 38px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; text-align: left; }
.bar-ceremony-description p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.bar-steps { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.bar-steps article { padding: 35px 40px; border-right: 1px solid var(--line); }
.bar-steps article:last-child { border: 0; }
.bar-steps span { font-family: "Cormorant Garamond", serif; color: var(--sage-dark); font-size: 18px; }
.bar-steps h3 { font-family: "Cormorant Garamond", serif; font-size: 27px; font-weight: 500; margin: 24px 0 12px; }
.bar-steps p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.bar-ceremony-highlight { margin: 55px auto 0; padding: 42px 5vw; max-width: 980px; border-left: 1px solid var(--sage-dark); background: rgba(180,187,167,.16); text-align: center; }
.bar-ceremony-highlight > p:last-child { max-width: 820px; margin: 18px auto 0; font-family: "Cormorant Garamond", serif; font-size: 25px; line-height: 1.45; }
.bar-gallery { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bar-gallery img { width: 100%; height: 420px; object-fit: cover; }
.bar-gallery img:first-child { object-position: center 58%; }
.bar-gallery img:nth-child(2) { object-position: center 42%; }
.bar-gallery img:nth-child(3) { object-position: center 45%; }
.bar-quote { padding: 110px 12vw; background: linear-gradient(rgba(20,22,19,.66),rgba(20,22,19,.66)), url('../images/bar-fundo-cerimonia.jpg') center top/cover; color: white; text-align: center; }
.bar-quote p { max-width: 1000px; margin: auto; font-family: "Cormorant Garamond", serif; font-size: clamp(35px, 4vw, 58px); line-height: 1.15; }
.bar-final { padding: 110px 8vw; text-align: center; background: var(--sage); }
.bar-final h2 { max-width: 820px; margin: 0 auto 25px; }
.bar-final > p:not(.eyebrow) { font-size: 13px; margin: 0 0 30px; }

/* Conteúdo dinâmico de celebrações */
.celebrations-home { background: var(--ivory); }
.celebration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.celebration-card { background: white; border: 1px solid var(--line); overflow: hidden; }
.celebration-card-image { display: block; overflow: hidden; }
.celebration-card-image img { height: 340px; object-fit: cover; transition: transform .6s ease; }
.celebration-card:hover .celebration-card-image img { transform: scale(1.03); }
.celebration-card-copy { padding: 32px; }
.celebration-card-copy .eyebrow { margin-bottom: 12px; }
.celebration-card h3 { font-family: "Cormorant Garamond", serif; font-size: 34px; font-weight: 400; line-height: 1.05; margin: 0 0 18px; }
.celebration-card-copy > p:not(.eyebrow) { color: var(--muted); font-size: 12px; line-height: 1.75; margin-bottom: 25px; }
.celebration-empty { grid-column: 1/-1; padding: 55px; text-align: center; border: 1px solid var(--line); background: var(--cream); }
.celebration-empty h3 { font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 400; margin: 0 0 10px; }
.content-page { min-height: 65vh; }
.content-hero { padding: 110px 8vw; text-align: center; background: var(--cream); }
.content-hero h1, .editor-content h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(46px, 6vw, 80px); font-weight: 400; line-height: .98; margin: 0 0 25px; }
.content-hero > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.8; }
.celebration-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 45px; list-style: none; }
.celebration-filters li { list-style: none; }
.celebration-filters a { display: block; padding: 11px 18px; border: 1px solid var(--line); border-radius: 4px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.single-event-hero { min-height: 660px; position: relative; display: flex; align-items: flex-end; color: white; background: var(--ink); }
.single-event-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.single-event-overlay { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(10,12,9,.84),rgba(10,12,9,.03) 75%); }
.single-event-title { position: relative; z-index: 2; padding: 7vw; max-width: 1000px; }
.single-event-title h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(55px, 7vw, 95px); font-weight: 400; line-height: .95; margin: 0 0 18px; }
.single-event-title > p:last-child { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.single-event-content { max-width: 1050px; margin: auto; padding: 100px 7vw; }
.single-event-story { font-family: "Cormorant Garamond", serif; font-size: 22px; line-height: 1.7; }
.single-event-story .eyebrow { font-family: "Montserrat", sans-serif; }
.single-event-story .wp-block-gallery { margin: 55px 0; }
.single-event-content blockquote { max-width: 850px; margin: 55px 0; }
.editor-content { max-width: 1000px; margin: auto; min-height: 60vh; }
.editor-content p { line-height: 1.8; color: var(--muted); }
.navigation.pagination { margin-top: 50px; text-align: center; }

@media (max-width: 900px) {
  .reveal-ready .bar-page [data-reveal="left"],
  .reveal-ready .bar-page [data-reveal="right"] { transform: translateY(36px); }
  .reveal-ready .bar-page [data-reveal].is-visible { transform: translate3d(0,0,0); }
  .nav { height: 76px; }
  .nav nav, .nav .button { display: none; }
  .nav .brand { min-width: 185px; }
  .mobile-menu { display: block; margin-left: auto; }
  .mobile-menu-toggle { display: flex; }
  .mobile-menu-panel nav { display: flex; }
  .hero { min-height: 0; padding: 390px 0 0; background-position: 67% top; background-size: auto 430px; background-color: #11140f; align-items: stretch; }
  .hero-shade { background: linear-gradient(180deg, rgba(15,17,14,0) 0, rgba(15,17,14,.08) 280px, rgba(15,17,14,.96) 420px, rgba(15,17,14,1) 100%); }
  .hero-content {
    width: 100%;
    margin: 0;
    padding: 38px 7vw 62px;
    background: transparent;
    border: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .hero h1 { font-size: clamp(45px, 13vw, 66px); max-width: 650px; }
  .hero-desktop-break { display: none; }
  .hero-title-last { white-space: normal; }
  .hero-copy { font-size: 18px; max-width: 480px; }
  .hero-note { display: none; }
  .numbers { padding: 28px 4vw; }
  .numbers strong { font-size: 23px; }
  .numbers span { font-size: 7px; }
  .section { padding: 85px 6vw; }
  .about { grid-template-columns: 1fr; gap: 65px; }
  .about-visual { padding-left: 12vw; max-width: 650px; height: auto; }
  .about-visual > img { height: auto; min-height: 0; aspect-ratio: 3/4; }
  .about-card { left: 0; }
  .promise-grid { grid-template-columns: 1fr 1fr; }
  .promise-grid article:nth-child(2) { border-right: 0; }
  .story-image { min-height: 520px; padding: 7vw; background-position: 55% center; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .package-grid { grid-template-columns: 1fr; max-width: 620px; }
  .details { grid-template-columns: 1fr; }
  .details-image img { height: 520px; }
  .reviews-carousel { max-width: 700px; }
  .review-page { grid-template-columns: 1fr; }
  .review-card { min-height: auto; }
  .barakah { grid-template-columns: 1fr; }
  .barakah-image img { min-height: 520px; height: 520px; }
  .barakah-copy { padding: 85px 7vw; }
  .final-cta { grid-template-columns: .8fr 1.2fr; }
  .bar-hero { display: block; min-height: 0; }
  .bar-hero-image img { min-height: 520px; height: 520px; }
  .bar-hero-copy { padding: 55px 7vw 70px; }
  .bar-meaning { grid-template-columns: 1fr; gap: 45px; padding: 85px 7vw; }
  .bar-meaning-visual { height: 470px; }
  .bar-ceremony-description { grid-template-columns: 1fr; gap: 18px; }
  .bar-steps { grid-template-columns: 1fr; }
  .bar-steps article { border-right: 0; border-bottom: 1px solid var(--line); }
  .bar-steps article:last-child { border-bottom: 0; }
  .bar-gallery { grid-template-columns: 1fr 1fr; }
  .bar-gallery img { height: 360px; }
  .bar-gallery img:first-child { grid-row: span 2; height: 738px; }
  footer { grid-template-columns: 1fr; justify-items: center; }
  footer > p { text-align: center; margin: 0; }
  .celebration-grid { grid-template-columns: 1fr 1fr; }
  .single-event-hero { min-height: 520px; }
}

@media (max-width: 560px) {
  .admin-bar .nav { top: 46px; }
  .hero { padding: 295px 0 0; background-size: auto 360px; background-position: 78% top; }
  .hero-shade { background: linear-gradient(180deg, rgba(15,17,14,0) 0, rgba(15,17,14,.08) 205px, rgba(15,17,14,.97) 325px, rgba(15,17,14,1) 100%); }
  .hero-content { padding: 22px 7vw 52px; }
  .hero h1 { font-size: clamp(38px, 11vw, 48px); line-height: .96; }
  .hero-title-last { display: inline; white-space: normal; font-size: 1em; }
  .hero-mobile-break { display: block; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button { padding: 12px 20px; }
  .hero-actions .text-link { align-self: flex-start; }
  .numbers { grid-template-columns: 1fr; gap: 18px; }
  .numbers div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 18px; }
  .numbers div:last-child { border-bottom: 0; padding-bottom: 0; }
  .about-visual { padding-left: 8vw; }
  .about-card { padding: 20px; font-size: 16px; }
  .about h2, .promise h2, .packages h2, .details h2, .testimonials h2, .final-cta h2 { font-size: 39px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .story-image h2 { font-size: 39px; }
  .package { padding: 40px 25px; }
  .package h3 { font-size: 39px; }
  .review-card { padding: 31px 25px 29px; }
  .review-card p { font-size: 23px; }
  .carousel-footer { align-items: flex-start; flex-direction: column; gap: 25px; }
  .details-image img { height: 430px; }
  .barakah-image img { min-height: 430px; height: 430px; }
  .barakah-copy h2 { font-size: 76px; }
  .final-cta { display: block; }
  .final-cta img { height: 390px; }
  .final-cta div { padding: 70px 7vw; }
  .bar-hero-image img { min-height: 355px; height: 355px; object-position: center 52%; }
  .bar-hero-copy { padding: 38px 7vw 55px; }
  .bar-hero-copy h1 { font-size: 68px; margin: 14px 0 28px; }
  .bar-hero-copy > p:not(.eyebrow) { font-size: 19px; }
  .bar-quote { padding: 55px 7vw; background-position: center center; }
  .bar-quote p { font-size: 29px; line-height: 1.08; }
  .bar-meaning-visual { height: 420px; }
  .bar-meaning-image { height: 100%; }
  .bar-gallery { grid-template-columns: 1fr; }
  .bar-gallery img, .bar-gallery img:first-child { height: 420px; grid-row: auto; }
  .bar-gallery img:nth-child(3) { object-position: 78% center; }
  .celebration-grid { grid-template-columns: 1fr; }
  .celebration-card-image img { height: 300px; }
  .content-hero { padding: 75px 7vw; }
  .single-event-hero { min-height: 430px; }
  .single-event-title { padding: 45px 7vw; }
  .single-event-title h1 { font-size: 48px; }
  .single-event-content { padding: 70px 7vw; }
}
