:root{--ink:#2d2522;--muted:#716762;--brand:#8b4d42;--brand-dark:#6c352e;--accent:#d9a86c;--cream:#f8f4ef;--soft:#f3ece7;--line:#e5dbd5;--white:#fff;--green:#276646;--shadow:0 14px 42px rgba(64,42,34,.10);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}img{max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{max-width:780px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-row{height:76px;display:flex;align-items:center;gap:24px}.brand{width:180px;display:flex;align-items:center;font-size:24px;font-weight:900;color:var(--brand)}.brand img{max-height:48px;max-width:170px;object-fit:contain}.brand span span{color:var(--ink)}.header-search{flex:1;max-width:430px;display:flex;background:var(--cream);border:1px solid var(--line);border-radius:999px;overflow:hidden}.header-search input{min-width:0;flex:1;border:0;background:transparent;padding:11px 17px;outline:0}.header-search button{border:0;background:var(--brand);color:#fff;padding:0 19px;font-weight:800}.desktop-nav{margin-left:auto;display:flex;gap:19px;align-items:center;font-size:14px;font-weight:700}.desktop-nav a:hover{color:var(--brand)}.menu-button,.mobile-nav{display:none}.hero{background:linear-gradient(135deg,#fbf8f5,#eee2db);padding:70px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.eyebrow{display:block;margin-bottom:10px;color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.hero h1{font-family:Georgia,serif;font-size:clamp(40px,5vw,67px);line-height:1.02;margin:0 0 22px;letter-spacing:-.035em}.hero p{font-size:18px;color:var(--muted);max-width:650px}.hero-search{display:flex;margin:28px 0 18px;background:white;border-radius:14px;padding:6px;box-shadow:var(--shadow)}.hero-search input{min-width:0;flex:1;border:0;padding:14px;outline:0}.hero-search button,.button{border:0;border-radius:10px;background:var(--brand);color:#fff;font-weight:800;padding:13px 20px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.hero-search button:hover,.button:hover{background:var(--brand-dark)}.hero-links{display:flex;gap:9px;flex-wrap:wrap}.hero-links a{background:#fff9;border:1px solid var(--line);border-radius:99px;padding:7px 12px;font-size:13px;font-weight:700}.hero-art{position:relative;min-height:410px;border-radius:28px;overflow:hidden;box-shadow:0 28px 70px #6f473c33;background:linear-gradient(145deg,#b77a68,#68443d)}.hero-art>img{width:100%;height:100%;position:absolute;object-fit:cover}.hero-art>div{position:absolute;left:22px;bottom:22px;background:#fff;padding:16px 20px;border-radius:15px;display:flex;flex-direction:column;box-shadow:var(--shadow)}.hero-art strong{font-size:26px;color:var(--brand)}.hero-art span{font-size:13px;color:var(--muted)}.section{padding:68px 0}.section-soft{background:var(--cream)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.section-head h2{margin:0;font-family:Georgia,serif;font-size:36px}.section-head>a{color:var(--brand);font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:13px}.category-tile{min-height:145px;padding:18px 12px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;transition:.2s}.category-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d6bcb3}.category-icon{width:48px;height:48px;border-radius:14px;background:var(--soft);color:var(--brand);display:grid;place-items:center;font-weight:900}.category-tile strong{font-size:14px}.category-tile small{color:var(--muted)}.vendor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.vendor-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s;min-width:0}.vendor-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.vendor-cover{display:block;position:relative;aspect-ratio:4/3;background:linear-gradient(145deg,#eadbd2,#c59584);overflow:hidden}.vendor-cover img{width:100%;height:100%;object-fit:cover}.cover-fallback{width:100%;height:100%;display:grid;place-items:center;font:700 44px Georgia;color:white}.featured-badge{position:absolute;top:12px;left:12px;background:#fff;color:var(--brand);padding:6px 10px;border-radius:99px;font-size:11px;font-weight:900;box-shadow:0 6px 18px #0002}.vendor-card-body{padding:17px}.card-meta{font-size:12px;color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.04em}.vendor-card h3{font-size:18px;line-height:1.25;margin:7px 0}.vendor-card p{height:43px;overflow:hidden;color:var(--muted);font-size:13px;margin:8px 0 15px}.card-foot{display:flex;justify-content:space-between;align-items:center;gap:6px;font-size:12px;font-weight:800}.status-pill{display:inline-flex;align-items:center;border-radius:99px;padding:5px 8px;font-size:10px;background:#eee;color:#665;transition:.2s}.status-pill[href]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b24191c}.status-pill.verified{background:#e0f5e9;color:var(--green)}.status-pill.claimed{background:#fff0d8;color:#7a551b}.status-pill.unclaimed{background:#f1eeec;color:#70645f}.city-cloud{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.city-cloud a{padding:17px;background:var(--cream);border-radius:14px;display:flex;flex-direction:column}.city-cloud a:hover{background:var(--soft)}.city-cloud span{font-size:12px;color:var(--muted)}.claim-banner{padding:50px 0;background:var(--brand);color:#fff}.claim-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.claim-inner h2{font:40px Georgia;margin:4px 0}.claim-inner p{margin:0;color:#f3dbd4}.claim-inner .eyebrow{color:#f3c998}.button.light{background:#fff;color:var(--brand)}.page-hero{background:var(--cream)}.page-hero.compact{padding:42px 0}.page-hero h1{font:clamp(34px,4vw,49px) Georgia;margin:12px 0 6px}.page-hero p{color:var(--muted);max-width:780px;margin:0}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.breadcrumbs a{color:var(--brand)}.directory-layout{display:grid;grid-template-columns:245px 1fr;gap:32px}.filters{align-self:start;position:sticky;top:96px}.filters form,.form-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:22px;box-shadow:0 8px 26px #3b241908}.filters h2{font-size:20px;margin-top:0}.filters label,.form-card label{display:flex;flex-direction:column;gap:7px;margin-bottom:15px;font-size:13px;font-weight:800}.filters input,.filters select,.form-card input,.form-card textarea,.admin-form input,.admin-form select,.admin-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:11px;outline:0}.filters input:focus,.filters select:focus,.form-card input:focus,.form-card textarea:focus{border-color:var(--brand)}.filters .button{width:100%}.reset{display:block;margin-top:11px;text-align:center;color:var(--brand);font-size:13px;font-weight:800}.results-head{display:flex;justify-content:space-between;margin-bottom:18px;color:var(--muted);font-size:13px}.results .vendor-grid{grid-template-columns:repeat(3,1fr)}.pagination{display:flex;justify-content:center;gap:7px;margin-top:34px}.pagination a{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px}.pagination a.active{background:var(--brand);color:#fff}.empty{text-align:center;padding:70px 20px}.empty h1,.empty h2{font:40px Georgia}.vendor-hero{background:var(--cream);padding-bottom:30px}.vendor-hero-cover{height:360px;background:linear-gradient(135deg,#d9b8a9,#7e5148);overflow:hidden}.vendor-hero-cover img{width:100%;height:100%;object-fit:cover}.vendor-title-wrap{display:flex;align-items:end;gap:22px;margin-top:-68px;position:relative}.vendor-logo{width:136px;height:136px;flex:0 0 auto;border-radius:24px;border:7px solid #fff;background:#fff;box-shadow:var(--shadow);overflow:hidden;display:grid;place-items:center}.vendor-logo img{width:100%;height:100%;object-fit:contain}.vendor-logo span{font:700 42px Georgia;color:var(--brand)}.vendor-title{padding:75px 0 7px}.vendor-title h1{font:clamp(34px,4vw,52px) Georgia;margin:7px 0}.vendor-tags{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.vendor-tags>.vendor-pill{font-size:12px;background:#fff;padding:6px 10px;border-radius:99px;border:1px solid var(--line);transition:.2s}.vendor-tags>.vendor-pill:hover{border-color:#c99f92;color:var(--brand);box-shadow:0 4px 12px #3b241912}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px}.content-card,.contact-card{border:1px solid var(--line);border-radius:var(--radius);padding:25px;background:#fff;margin-bottom:22px}.content-card h2,.contact-card h2{font:29px Georgia;margin-top:0}.prose{color:#4f4743;line-height:1.75}.detail-side{align-self:start;position:sticky;top:96px}.contact-card dl{margin:0}.contact-card dl>div{padding:12px 0;border-bottom:1px solid var(--line)}.contact-card dt{font-size:11px;text-transform:uppercase;font-weight:900;color:var(--muted)}.contact-card dd{margin:4px 0 0}.contact-card .button{width:100%;margin:18px 0 10px}.button.whatsapp{background:#218a54}.button.small{padding:9px 13px;font-size:12px}.external-links{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:9px 0 18px}.external-links a,.video-links a{padding:9px;background:var(--cream);border-radius:8px;color:var(--brand);font-size:12px;font-weight:800}.contact-card small{display:block;color:var(--muted)}.unclaimed-box{padding:18px 20px;background:#fff8e8;border:1px solid #ead8a8;border-radius:15px;display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}.unclaimed-box p{margin:3px 0;color:var(--muted);font-size:13px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.gallery-grid a{aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:var(--cream)}.gallery-grid img{width:100%;height:100%;object-fit:cover}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-grid.listing{grid-template-columns:repeat(3,1fr)}.product-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.product-card>img{width:100%;height:190px;object-fit:cover}.product-card>div{padding:17px}.product-card h2,.product-card h3{margin:4px 0 8px}.product-card strong{color:var(--brand)}.product-card p{font-size:13px;color:var(--muted)}.product-card a{color:var(--brand);font-weight:800}.video-links{display:flex;gap:8px;flex-wrap:wrap}.form-card h2{font:30px Georgia;margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.form-grid .full{grid-column:1/-1}.form-grid small{font-weight:400;color:var(--muted)}.form-grid .check{flex-direction:row;align-items:start}.form-grid .check input{width:auto;margin-top:4px}.hp{position:absolute!important;left:-10000px!important}.notice{margin:18px auto;padding:14px 17px;border-radius:11px}.notice.success{background:#e7f6ed;color:#205b3c}.notice.error{background:#fff0ed;color:#8a2f25}.prose-page{max-width:850px}.prose-page h2{font:30px Georgia;margin-top:34px}.prose-page p{color:#554c48;line-height:1.8}.site-footer{background:#28211f;color:#eee;padding:52px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}.footer-grid h3{font-size:14px}.footer-grid a,.footer-grid span{display:block;color:#cfc5c0;font-size:13px;margin:8px 0}.footer-grid p{color:#cfc5c0;max-width:420px}.footer-brand{font:32px Georgia;color:#fff}.footer-bottom{margin-top:35px;padding-top:18px;border-top:1px solid #ffffff1f;color:#aaa;font-size:12px}
@media(max-width:1050px){.desktop-nav{display:none}.menu-button{display:block;border:1px solid var(--line);background:#fff;padding:9px 12px;border-radius:9px}.mobile-nav.open{display:flex;flex-direction:column;padding:12px 20px 20px;border-top:1px solid var(--line)}.mobile-nav a{padding:9px}.category-grid{grid-template-columns:repeat(4,1fr)}.vendor-grid{grid-template-columns:repeat(3,1fr)}.city-cloud{grid-template-columns:repeat(4,1fr)}}
@media(max-width:780px){.container{width:min(100% - 28px,1180px)}.header-row{gap:12px;height:66px}.brand{width:145px}.brand img{max-width:140px}.header-search{display:none}.hero{padding:45px 0}.hero-grid{grid-template-columns:1fr;gap:30px}.hero-art{min-height:330px}.hero h1{font-size:45px}.section{padding:48px 0}.vendor-grid,.results .vendor-grid,.product-grid.listing{grid-template-columns:repeat(2,1fr)}.city-cloud{grid-template-columns:repeat(3,1fr)}.directory-layout{grid-template-columns:1fr}.filters,.detail-side{position:static}.filters form{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.detail-grid{grid-template-columns:1fr}.vendor-hero-cover{height:270px}.claim-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.category-grid{grid-template-columns:repeat(2,1fr)}.vendor-grid,.results .vendor-grid,.product-grid,.product-grid.listing{grid-template-columns:1fr}.vendor-card{display:grid;grid-template-columns:125px 1fr}.vendor-cover{height:100%;aspect-ratio:auto}.vendor-card p{display:none}.card-foot{align-items:flex-start;flex-direction:column}.city-cloud{grid-template-columns:repeat(2,1fr)}.filters form{display:block}.section-head h2{font-size:30px}.section-head>a{font-size:12px}.vendor-title-wrap{align-items:center;margin-top:-45px}.vendor-logo{width:92px;height:92px;border-width:5px;border-radius:18px}.vendor-title{padding:51px 0 0}.vendor-title h1{font-size:31px}.unclaimed-box{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.hero-search{align-items:stretch;flex-direction:column}.hero-search button{padding:12px}.vendor-hero-cover{height:220px}}

/* ZonaWedding 2.1 — homepage */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.brand{width:218px;gap:10px;letter-spacing:-.04em}.brand img{width:43px;height:43px;object-fit:contain;flex:0 0 auto}.brand-word{font-family:Georgia,serif;font-size:23px;font-weight:700;color:var(--brand)}.brand-word>span{color:var(--ink)}.desktop-nav a:last-child{padding:10px 14px;border-radius:10px;background:var(--brand);color:#fff}.desktop-nav a:last-child:hover{background:var(--brand-dark);color:#fff}
.home-hero{position:relative;isolation:isolate;overflow:hidden;padding:88px 0 80px;background:linear-gradient(135deg,#fbf8f4 0%,#f5eae4 55%,#efe0d9 100%)}
.home-hero:before{content:"";position:absolute;inset:0;z-index:-2;opacity:.34;background-image:radial-gradient(#9f6458 1px,transparent 1px);background-size:26px 26px;mask-image:linear-gradient(90deg,transparent,black 55%,black)}
.home-hero:after{content:"";position:absolute;z-index:-1;width:520px;height:520px;border:1px solid rgba(139,77,66,.14);border-radius:50%;right:-190px;top:-250px;box-shadow:0 0 0 75px rgba(139,77,66,.035),0 0 0 150px rgba(139,77,66,.025)}
.home-hero-orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(2px);pointer-events:none}.home-hero-orb-one{width:230px;height:230px;left:-120px;bottom:-90px;background:#dba77933}.home-hero-orb-two{width:150px;height:150px;left:46%;top:-92px;background:#fff8}
.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(410px,.97fr);gap:66px;align-items:center}
.home-hero-copy{position:relative;z-index:2}.home-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.home-kicker i{width:27px;height:1px;background:currentColor;position:relative}.home-kicker i:after{content:"";width:4px;height:4px;background:currentColor;border-radius:50%;position:absolute;right:0;top:-1.5px}.home-kicker.light{color:#edc8b5}
.home-hero h1{max-width:710px;margin:17px 0 23px;font:700 clamp(48px,5.3vw,72px)/.98 Georgia,serif;letter-spacing:-.046em;color:#302521}.home-hero h1 em,.home-section-head h2 em,.home-city-intro h2 em{font-weight:400;color:var(--brand)}
.home-hero-copy>p{max-width:620px;margin:0;color:#695d57;font-size:17px;line-height:1.75}
.home-search{display:flex;align-items:stretch;max-width:720px;margin:31px 0 15px;padding:7px;background:#fff;border:1px solid rgba(121,80,67,.14);border-radius:18px;box-shadow:0 20px 48px rgba(74,44,35,.13)}
.home-search label{display:flex;align-items:center;min-width:0;position:relative}.home-search-keyword{flex:1}.home-search-city{width:188px;border-left:1px solid var(--line)}.home-search svg{width:21px;height:21px;flex:0 0 auto;margin-left:13px;fill:none;stroke:var(--brand);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.home-search input,.home-search select{min-width:0;width:100%;height:54px;padding:0 12px;border:0;outline:0;background:transparent;color:var(--ink)}.home-search input::placeholder{color:#9b8e88}.home-search select{appearance:none;cursor:pointer;padding-right:24px}.home-search-city:after{content:"⌄";position:absolute;right:10px;top:14px;color:var(--brand);pointer-events:none}.home-search button{display:flex;align-items:center;justify-content:center;gap:12px;min-width:154px;border:0;border-radius:12px;background:var(--brand);color:#fff;font-weight:800;cursor:pointer;transition:.2s}.home-search button span{font-size:20px}.home-search button:hover{background:var(--brand-dark);transform:translateY(-1px)}
.home-popular{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px}.home-popular>span{color:#8a7d77;font-weight:700}.home-popular a{padding:5px 9px;border-radius:99px;background:#fff8;border:1px solid #dbcac2;color:#594b46;font-weight:700;transition:.2s}.home-popular a:hover{background:#fff;color:var(--brand);border-color:#bd8f81}
.home-trust-row{display:flex;gap:32px;margin-top:35px;padding-top:24px;border-top:1px solid rgba(109,74,62,.15)}.home-trust-row>div{display:flex;flex-direction:column}.home-trust-row strong{font:700 22px Georgia,serif;color:#4b3630}.home-trust-row span{margin-top:1px;color:#8b7b75;font-size:11px}
.home-showcase{position:relative;display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:15px;height:540px}.showcase-card{position:relative;overflow:hidden;border:6px solid rgba(255,255,255,.78);border-radius:28px;background:linear-gradient(145deg,#d6aa97,#77483f);box-shadow:0 24px 55px rgba(75,43,34,.19);transition:.28s}.showcase-card:hover{transform:translateY(-4px);box-shadow:0 30px 65px rgba(75,43,34,.27)}.showcase-main{grid-row:1/3}.showcase-small{border-radius:22px;border-width:4px}.showcase-card>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s}.showcase-card:hover>img{transform:scale(1.035)}.showcase-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(30,19,16,.76) 100%)}.showcase-caption{position:absolute;left:21px;right:18px;bottom:20px;color:#fff;display:flex;flex-direction:column;text-shadow:0 2px 12px #0008}.showcase-caption small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#f0d8cd}.showcase-caption strong{font:700 21px/1.15 Georgia,serif;margin-top:4px}.showcase-small .showcase-caption{left:14px;bottom:14px}.showcase-small .showcase-caption strong{font-size:15px}.showcase-fallback{display:grid;place-items:center;color:#fff}.showcase-fallback>span{font:700 36px Georgia,serif}.showcase-note{position:absolute;z-index:4;left:-31px;bottom:27px;display:flex;align-items:center;gap:11px;padding:13px 16px;background:#fff;border-radius:14px;box-shadow:0 15px 38px #42281f29}.showcase-note>span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#e5f4e9;color:#28714a;font-weight:900}.showcase-note>div{display:flex;flex-direction:column}.showcase-note strong{font-size:12px}.showcase-note small{color:var(--muted);font-size:9px}
.home-proof{border-top:1px solid #eee4df;border-bottom:1px solid #eee4df;background:#fff}.home-proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}.home-proof-grid>div{display:flex;align-items:center;justify-content:center;gap:13px;padding:22px 25px;border-right:1px solid #eee4df}.home-proof-grid>div:last-child{border-right:0}.proof-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--soft);color:var(--brand);font:700 18px Georgia}.home-proof p{display:flex;flex-direction:column;margin:0}.home-proof strong{font-size:12px}.home-proof small{color:var(--muted);font-size:10px}
.home-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px}.home-section-head h2{margin:12px 0 0;font:700 clamp(39px,4vw,54px)/1.04 Georgia,serif;letter-spacing:-.035em}.home-section-head.centered{justify-content:center;text-align:center}.home-section-head.centered .home-kicker{justify-content:center}.home-text-link{display:inline-flex;align-items:center;gap:11px;padding-bottom:5px;border-bottom:1px solid #cdaea3;color:var(--brand);font-size:12px;font-weight:900;white-space:nowrap}.home-text-link span{font-size:20px}.home-text-link.light{color:#f7e8e0;border-color:#9d7468}
.home-categories{padding:95px 0}.home-category-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:225px;gap:15px}.home-category-card{position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(145deg,#d4a58f,#75483f);isolation:isolate}.home-category-card.category-wide{grid-column:span 2}.home-category-card>img{position:absolute;z-index:-2;width:100%;height:100%;object-fit:cover;transition:transform .55s}.home-category-card:hover>img{transform:scale(1.07)}.category-card-fallback{position:absolute;z-index:-3;inset:0;display:grid;place-items:center;color:#fff6;font:700 76px Georgia}.category-card-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(37,24,20,.02) 20%,rgba(37,24,20,.82) 100%);transition:.25s}.home-category-card:hover .category-card-shade{background:linear-gradient(180deg,rgba(72,35,29,.08),rgba(45,25,21,.9))}.category-card-copy{position:absolute;left:18px;right:17px;bottom:17px;display:flex;flex-direction:column;color:#fff}.category-card-copy strong{font:700 20px Georgia,serif}.category-card-copy small{display:flex;align-items:center;justify-content:space-between;margin-top:4px;color:#eadbd5;font-size:10px}.category-card-copy b{font-size:17px;transition:transform .2s}.home-category-card:hover b{transform:translateX(4px)}
.home-featured{position:relative;overflow:hidden;padding:94px 0 100px;background:#2d2522;color:#fff}.home-featured:before{content:"ZW";position:absolute;right:-35px;top:-105px;color:rgba(255,255,255,.018);font:700 330px Georgia;pointer-events:none}.home-featured .home-section-head h2 em{color:#d7a78f}.home-vendor-grid{position:relative;z-index:1}.home-featured .vendor-card{border-color:#4c403b;color:var(--ink);box-shadow:0 14px 34px #0003}.home-featured .vendor-card:hover{box-shadow:0 22px 42px #0006}.home-featured .status-pill.unclaimed{background:#f1eeec}
.home-steps{padding:100px 0;background:#fcfaf8}.home-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1060px;margin:0 auto}.home-step-grid article{position:relative;min-height:275px;padding:35px 31px;border:1px solid #e7dcd6;border-radius:22px;background:#fff;transition:.25s}.home-step-grid article:hover{transform:translateY(-5px);border-color:#cfaa9d;box-shadow:var(--shadow)}.step-number{position:absolute;right:20px;top:17px;color:#e1d2cb;font:700 30px Georgia}.step-symbol{width:56px;height:56px;display:grid;place-items:center;margin-bottom:27px;border-radius:18px;background:var(--soft);color:var(--brand);font:700 28px Georgia}.home-step-grid h3{margin:0 0 10px;font:700 22px Georgia}.home-step-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}
.home-cities{padding:35px 0 100px;background:#fcfaf8}.home-city-panel{display:grid;grid-template-columns:.82fr 1.18fr;gap:65px;padding:58px;border-radius:30px;background:linear-gradient(135deg,#875045,#673a33);color:#fff;box-shadow:0 28px 65px #5c33262b}.home-city-intro h2{margin:13px 0 18px;font:700 clamp(40px,4vw,54px)/1.04 Georgia;letter-spacing:-.035em}.home-city-intro h2 em{color:#efbda5}.home-city-intro p{max-width:410px;color:#efdcd4;font-size:14px;line-height:1.75}.home-city-intro .button{margin-top:16px}.home-city-links{display:grid;grid-template-columns:repeat(2,1fr);align-content:start}.home-city-links a{position:relative;display:flex;flex-direction:column;padding:17px 35px 17px 0;border-bottom:1px solid #ffffff2b;transition:.2s}.home-city-links a:nth-last-child(-n+2){border-bottom:0}.home-city-links a:hover{padding-left:9px;background:#fff0}.home-city-links span{font:700 18px Georgia}.home-city-links small{color:#ddbfb4;font-size:10px}.home-city-links b{position:absolute;right:12px;top:24px;color:#eec4b1;font-size:17px}
.home-claim{padding:84px 0;background:#ead4c8}.home-claim-inner{display:flex;align-items:center;justify-content:space-between;gap:55px}.home-claim .home-kicker{color:#7d453b}.home-claim h2{max-width:700px;margin:11px 0 12px;font:700 clamp(37px,4vw,52px)/1.05 Georgia;letter-spacing:-.035em}.home-claim p{max-width:720px;margin:0;color:#684f47;font-size:14px}.home-claim-button{flex:0 0 auto;gap:13px;padding:17px 23px;border-radius:14px;box-shadow:0 12px 28px #6e3f3030}.home-claim-button span{font-size:19px}

@media(max-width:1050px){
  .brand{width:205px}.home-hero{padding:72px 0}.home-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:37px}.home-hero h1{font-size:51px}.home-showcase{height:470px}.showcase-note{left:-17px}.home-search-city{display:none}.home-category-grid{grid-template-columns:repeat(4,1fr)}.home-vendor-grid{grid-template-columns:repeat(2,1fr)}.home-city-panel{gap:42px;padding:48px}
}
@media(max-width:820px){
  .home-hero{padding:58px 0 68px}.home-hero-grid{grid-template-columns:1fr;gap:48px}.home-hero h1{max-width:650px;font-size:clamp(46px,8vw,64px)}.home-showcase{max-width:650px;width:100%;height:510px;margin:auto}.home-proof-grid>div{padding:19px 12px}.home-category-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.home-category-card.category-wide{grid-column:span 1}.home-section-head{align-items:flex-start;flex-direction:column}.home-section-head.centered{align-items:center}.home-step-grid{grid-template-columns:1fr}.home-step-grid article{min-height:auto}.home-city-panel{grid-template-columns:1fr}.home-city-intro p{max-width:600px}.home-claim-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .brand{width:auto;gap:7px}.brand img{width:37px;height:37px}.brand-word{font-size:19px}.home-hero{padding:48px 0 55px}.home-hero:before{opacity:.2}.home-hero h1{font-size:43px;line-height:1.02}.home-hero-copy>p{font-size:15px}.home-search{display:block;padding:7px;border-radius:15px}.home-search-keyword{width:100%}.home-search button{width:100%;height:48px}.home-popular a:nth-of-type(4){display:none}.home-trust-row{gap:20px;justify-content:space-between}.home-trust-row strong{font-size:18px}.home-trust-row span{font-size:9px}.home-showcase{grid-template-columns:1fr 1fr;grid-template-rows:260px 145px;height:420px;gap:10px}.showcase-main{grid-column:1/3;grid-row:1}.showcase-card{border-width:4px;border-radius:20px}.showcase-small{grid-row:2}.showcase-caption strong{font-size:18px}.showcase-small .showcase-caption strong{font-size:13px}.showcase-note{left:14px;bottom:128px;padding:10px 12px}.showcase-note>span{width:28px;height:28px}.home-proof-grid{grid-template-columns:1fr}.home-proof-grid>div{justify-content:flex-start;border-right:0;border-bottom:1px solid #eee4df;padding:15px 25px}.home-proof-grid>div:last-child{border-bottom:0}.home-categories,.home-featured,.home-steps{padding:70px 0}.home-section-head h2{font-size:38px}.home-category-grid{grid-auto-rows:170px;gap:10px}.home-category-card.category-wide{grid-column:span 2}.category-card-copy{left:14px;bottom:13px}.category-card-copy strong{font-size:17px}.home-featured .home-vendor-grid{grid-template-columns:1fr}.home-city-panel{width:calc(100% - 20px);padding:35px 24px;border-radius:24px}.home-city-links{grid-template-columns:1fr}.home-city-links a:nth-last-child(2){border-bottom:1px solid #ffffff2b}.home-cities{padding-bottom:75px}.home-claim{padding:62px 0}.home-claim h2{font-size:38px}
}

/* ZonaWedding 2.4 — editorial green & gold */
:root{--ink:#24382b;--muted:#5a6353;--brand:#24382b;--brand-dark:#17271d;--accent:#a6853f;--cream:#f7f2e9;--soft:#efe7d6;--line:rgba(139,113,60,.30);--white:#fffdf7;--green:#276646;--shadow:0 18px 48px rgba(36,56,43,.10);--radius:7px;--paper:#f7f2e9;--paper-deep:#efe7d6;--card:#fffdf7;--gold:#a6853f;--gold-soft:#c9b27e;--ink-soft:#5a6353}
body{color:var(--ink);background:var(--paper);font-family:Jost,ui-sans-serif,system-ui,sans-serif;font-weight:400}
h1,h2,h3,.brand-word,.footer-brand,.vendor-card h3,.vendor-title h1,.content-card h2,.contact-card h2,.page-hero h1,.section-head h2,.claim-inner h2,.prose-page h2,.form-card h2,.empty h1,.empty h2{font-family:"Cormorant Garamond",Georgia,serif!important}
.site-header{background:rgba(247,242,233,.96);border-color:var(--line)}
.header-row{height:78px}.brand{width:195px}.brand-word{font-size:25px!important;font-weight:600;color:var(--ink)}.brand-word>span{color:var(--gold)}
.header-search{max-width:380px;border-radius:4px;background:#fffdf7}.header-search button{padding-inline:18px;background:var(--ink);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.desktop-nav{gap:17px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.desktop-nav a:last-child{padding:0;border-radius:0;background:transparent;color:var(--ink)}.desktop-nav a:last-child:hover{background:transparent;color:var(--gold)}.desktop-nav a:nth-last-child(2){padding:10px 14px;border:1px solid var(--ink);border-radius:3px;background:var(--ink);color:#fff}.desktop-nav a:nth-last-child(2):hover{background:var(--gold);border-color:var(--gold);color:#fff}
.button,.hero-search button{border-radius:3px;background:var(--ink);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.button:hover,.hero-search button:hover{background:var(--gold)}.button.outline{border:1px solid var(--ink);background:transparent;color:var(--ink)}.button.outline:hover{background:var(--ink);color:#fff}
.vendor-card,.category-tile,.city-cloud a,.content-card,.contact-card,.form-card,.product-card,.filters form,.unclaimed-box{border-radius:6px;background:var(--card)}.vendor-cover,.gallery-grid a{border-radius:0}.featured-badge{border-radius:3px;color:var(--ink);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.card-meta{color:var(--gold)}.vendor-card h3{font-size:21px}.status-pill{border-radius:3px}.page-hero,.section-soft,.vendor-hero{background:var(--paper-deep)}.site-footer{background:var(--ink);color:#f7f2e9}.footer-brand{font-size:35px}.footer-grid h3{color:var(--gold-soft);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.footer-grid a,.footer-grid span,.footer-grid p{color:#d7ddd4}
.service-area-links{display:flex;flex-wrap:wrap;gap:6px}.service-area-links a{padding:4px 7px;border:1px solid var(--line);border-radius:3px;background:var(--paper);color:var(--ink);font-size:11px}.service-area-links a:hover{border-color:var(--gold);color:var(--gold)}

.home-hero{padding:72px 0 76px;background:linear-gradient(105deg,#f7f2e9 0%,#f7f2e9 63%,#efe7d6 100%)}
.home-hero:before{opacity:.24;background-image:radial-gradient(#a6853f 1px,transparent 1px);background-size:25px 25px;mask-image:linear-gradient(90deg,transparent,black 55%,black)}
.home-hero:after{border-color:#a6853f30;box-shadow:0 0 0 75px #a6853f0b,0 0 0 150px #a6853f08}.home-hero-orb-one{background:#c9b27e2b}.home-hero-orb-two{background:#fffdf780}
.home-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr);gap:64px}.home-kicker{color:var(--gold);font-size:9px;font-weight:600;letter-spacing:.2em}.home-kicker.light{color:var(--gold-soft)}
.home-hero h1{margin:17px 0 21px;font-size:clamp(53px,5.6vw,78px)!important;font-weight:500;letter-spacing:-.035em;color:var(--ink)}.home-hero h1 em,.home-section-head h2 em,.home-city-intro h2 em{color:var(--gold);font-weight:400}.home-hero-copy>p{color:var(--ink-soft);font-size:15px;line-height:1.75}
.home-search{margin-top:29px;padding:6px;border-color:var(--line);border-radius:5px;background:var(--card);box-shadow:0 14px 36px #24382b12}.home-search-city{border-color:var(--line)}.home-search svg{stroke:var(--gold)}.home-search input,.home-search select{height:51px}.home-search button{border-radius:3px;background:var(--ink)}.home-search button:hover{background:var(--gold)}
.home-popular>span{color:var(--ink-soft)}.home-popular a{border-radius:3px;border-color:var(--line);background:#fffdf79c;color:var(--ink-soft);font-weight:500}.home-popular a:hover{border-color:var(--gold);color:var(--gold)}.home-trust-row{border-color:var(--line)}.home-trust-row strong{font-size:25px;font-weight:600;color:var(--ink)}.home-trust-row span{color:var(--ink-soft)}
.home-proof{border-color:var(--line);background:var(--card)}.home-proof-grid>div{border-color:var(--line)}.proof-icon{border-radius:3px;background:var(--paper-deep);color:var(--gold)}
.home-section-head h2{font-weight:500;letter-spacing:-.025em}.home-text-link{border-color:var(--gold-soft);color:var(--ink);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-text-link.light{color:#fffdf7;border-color:#a6853f}.home-categories{background:var(--paper);padding:92px 0}.home-category-card{border-radius:6px;background:linear-gradient(145deg,#c9b27e,#24382b)}.category-card-copy strong{font-size:23px;font-weight:500}.category-card-copy small{color:#eee9dd}.category-card-shade{background:linear-gradient(180deg,rgba(26,43,32,.02) 20%,rgba(26,43,32,.88) 100%)}.home-category-card:hover .category-card-shade{background:linear-gradient(180deg,rgba(26,43,32,.08),rgba(26,43,32,.93))}
.home-featured{padding:76px 0 88px;background:var(--paper);color:#fff}.home-featured:before{display:none}.home-featured-panel{position:relative;padding:58px;border:1px solid #a6853f;border-radius:7px;background:var(--ink);box-shadow:inset 0 0 0 5px var(--ink),inset 0 0 0 6px #a6853f4d,0 22px 54px #24382b18}.home-featured .home-section-head h2 em{color:var(--gold-soft)}.home-featured .vendor-card{border-color:#a6853f55;background:var(--card);box-shadow:0 12px 28px #07130c3d}.home-featured .vendor-card:hover{box-shadow:0 18px 38px #07130c66}
.home-steps{background:var(--paper);padding:92px 0}.home-step-grid article{min-height:255px;border-color:var(--line);border-radius:6px;background:var(--card)}.home-step-grid article:hover{border-color:var(--gold);box-shadow:var(--shadow)}.step-number{color:#d8caa9}.step-symbol{border-radius:4px;background:var(--paper-deep);color:var(--gold)}.home-step-grid h3{font-size:25px;font-weight:600}
.home-cities{background:var(--paper);padding-bottom:95px}.home-city-panel{border:1px solid var(--gold);border-radius:7px;background:var(--ink);box-shadow:inset 0 0 0 5px var(--ink),inset 0 0 0 6px #a6853f4d,0 22px 54px #24382b18}.home-city-intro h2{font-weight:500}.home-city-intro h2 em{color:var(--gold-soft)}.home-city-intro p{color:#d7ddd4}.home-city-links small,.home-city-links b{color:var(--gold-soft)}
.home-claim{padding:75px 0;background:var(--paper-deep);border-top:1px solid var(--line)}.home-claim .home-kicker{color:var(--gold)}.home-claim h2{font-weight:500}.home-claim p{color:var(--ink-soft)}.home-claim-button{border-radius:3px;box-shadow:none}

.registration-card{position:relative;padding:30px;border:1px solid var(--gold);border-radius:6px;background:var(--card);box-shadow:inset 0 0 0 4px var(--card),inset 0 0 0 5px #a6853f3d,0 24px 58px #24382b17}.registration-card:before{content:"";position:absolute;left:22px;right:22px;top:0;height:2px;background:var(--gold)}.registration-card h2{margin:2px 0 4px;font:600 39px/1.05 "Cormorant Garamond",serif}.form-eyebrow{margin:0 0 7px;color:var(--gold);font-size:9px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.form-lead{margin:0 0 18px;color:var(--ink-soft);font-size:12px}.registration-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.registration-fields label{display:flex;flex-direction:column;gap:5px;color:var(--ink);font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.registration-fields label.full{grid-column:1/-1}.registration-fields label b{color:var(--gold)}.registration-fields label small{color:#8d8e7f;font-weight:400;letter-spacing:0;text-transform:none}.registration-fields input,.registration-fields select,.registration-fields textarea{width:100%;min-width:0;padding:11px 12px;border:1px solid var(--line);border-radius:3px;background:#fffdf9;color:var(--ink);font:400 12px Jost,sans-serif;letter-spacing:0;text-transform:none;outline:0}.registration-fields input:focus,.registration-fields select:focus,.registration-fields textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #a6853f14}.registration-fields textarea{min-height:90px;resize:vertical}.registration-consent{display:flex;align-items:flex-start;gap:8px;margin:13px 0;color:var(--ink-soft);font-size:10px;line-height:1.45}.registration-consent input{margin:2px 0 0;accent-color:var(--ink)}.registration-consent a,.registration-login-link a{color:var(--gold);font-weight:600}.registration-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:13px;border:0;border-radius:3px;background:var(--ink);color:#fff;font:600 10px Jost,sans-serif;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.registration-submit:hover{background:var(--gold)}.registration-submit span{font-size:16px}.registration-login-link{margin:12px 0 0;text-align:center;color:var(--ink-soft);font-size:10px}.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.home-registration-card{align-self:center;max-width:500px;width:100%;justify-self:end}.home-registration-card.registration-card{padding:27px}.home-registration-card .registration-fields{gap:9px 11px}.home-registration-card .registration-fields input,.home-registration-card .registration-fields select{padding:9px 10px}.home-registration-card .registration-consent{margin:10px 0}.home-registration-card .registration-submit{padding:11px}

.register-hero{position:relative;overflow:hidden;padding:75px 0 85px;background:linear-gradient(110deg,var(--paper) 0%,var(--paper) 55%,var(--paper-deep) 100%)}.register-hero:after{content:"";position:absolute;right:-210px;top:-300px;width:600px;height:600px;border:1px solid #a6853f28;border-radius:50%;box-shadow:0 0 0 90px #a6853f09,0 0 0 180px #a6853f07;pointer-events:none}.register-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:80px;align-items:start}.register-intro{position:sticky;top:120px;padding-top:35px}.register-intro h1{margin:16px 0 22px;font:500 clamp(52px,5.4vw,74px)/.98 "Cormorant Garamond",serif;letter-spacing:-.035em}.register-intro h1 em{color:var(--gold);font-weight:400}.register-intro>p{max-width:560px;color:var(--ink-soft);font-size:15px;line-height:1.8}.register-benefit-list{display:grid;gap:0;margin-top:38px;border-top:1px solid var(--line)}.register-benefit-list>div{display:flex;gap:17px;padding:16px 0;border-bottom:1px solid var(--line)}.register-benefit-list>div>span{color:var(--gold);font:600 18px "Cormorant Garamond",serif}.register-benefit-list p{display:flex;flex-direction:column;margin:0}.register-benefit-list strong{font:600 20px "Cormorant Garamond",serif}.register-benefit-list small{color:var(--ink-soft);font-size:11px}.registration-card-large{padding:36px}.registration-errors{font-size:12px}.registration-errors ul{padding-left:20px}.registration-errors a{display:inline-block;margin-top:7px;font-weight:600}.registration-success{text-align:center;padding:30px 8px}.registration-success>span{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 20px;border:1px solid var(--gold);border-radius:50%;background:var(--paper-deep);color:var(--gold);font-size:28px}.registration-success h2{font-size:45px}.registration-success>p{color:var(--ink-soft)}.registration-email{max-width:380px;margin:22px auto;padding:13px;border:1px solid var(--line);background:var(--paper)}.registration-email small,.registration-email strong{display:block}.registration-email small{color:var(--ink-soft);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.registration-reminder{font-size:12px}.registration-actions{display:flex;justify-content:center;gap:10px;margin-top:25px}.register-steps-strip{border-top:1px solid var(--gold);border-bottom:1px solid var(--gold);background:var(--ink);color:#fff}.register-steps-strip p{display:flex;align-items:center;justify-content:center;gap:24px;margin:0;padding:16px;font-size:10px;letter-spacing:.13em;text-transform:uppercase}.register-steps-strip b{color:var(--gold-soft)}

@media(max-width:1120px){.desktop-nav{display:none}.menu-button{display:block;border-radius:3px}.home-hero-grid{gap:40px}.home-featured-panel{padding:44px}.register-hero-grid{gap:45px}}
@media(max-width:860px){.home-hero-grid,.register-hero-grid{grid-template-columns:1fr}.home-registration-card{max-width:650px;justify-self:start}.register-intro{position:static;padding-top:0}.home-featured-panel{width:calc(100% - 28px)}.registration-card-large{max-width:700px}.register-hero{padding-top:55px}}
@media(max-width:620px){.home-hero h1{font-size:47px!important}.home-registration-card.registration-card,.registration-card-large{padding:24px 20px}.registration-fields{grid-template-columns:1fr}.registration-fields label.full{grid-column:auto}.home-featured{padding:55px 0 68px}.home-featured-panel{padding:34px 20px}.registration-card h2{font-size:35px}.register-intro h1{font-size:48px}.registration-actions{flex-direction:column}.register-steps-strip p{gap:8px;flex-wrap:wrap}.register-steps-strip b{font-size:9px}}

/* ZonaWedding 2.5 — membership, products, services, reviews */
.status-pill.claimed{background:#dff3e5;color:#22613c;border:1px solid #8ec8a0}.status-pill.verified{background:#e0edff;color:#235a9b;border:1px solid #8bb5e7}.status-pill.premium{background:#fff2c9;color:#765311;border:1px solid #d4ad48;box-shadow:0 3px 12px #a6853f20}.status-pill.unclaimed{background:#efefec;color:#66675e;border:1px solid #d1d1cb}.premium-mini-badge{display:inline-flex;width:max-content;margin-bottom:6px;padding:4px 7px;border:1px solid #d4ad48;border-radius:3px;background:#fff2c9;color:#765311;font-size:8px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}
.vendor-card.is-featured{position:relative;border:1px solid #cfab50;background:linear-gradient(145deg,#fffdf7,#fff8df);box-shadow:0 15px 38px #a6853f24}.vendor-card.is-featured:hover{box-shadow:0 22px 48px #a6853f38}.vendor-card.is-featured .vendor-card-body{background:linear-gradient(110deg,#fffdf7,#fff7da)}.vendor-card.is-featured .featured-badge{background:#24382b;color:#f7df9e;border:1px solid #d4ad48}.vendor-rating-pill{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border:1px solid #d4ad48;border-radius:3px;background:#fffdf7;color:#6e531f;font-size:10px}.vendor-rating-pill span{color:#d4a82e}

.product-card-gallery{background:var(--paper-deep)}.product-card-main{aspect-ratio:4/3;overflow:hidden}.product-card-main img{width:100%;height:100%;object-fit:cover;display:block}.product-card-thumbs{display:flex;gap:5px;padding:6px}.product-card-thumbs button{width:42px;height:34px;padding:0;border:1px solid transparent;border-radius:3px;background:#fff;overflow:hidden;cursor:pointer}.product-card-thumbs button.active{border-color:var(--gold)}.product-card-thumbs img{width:100%;height:100%;object-fit:cover}.premium-product-card{border-color:#a6853f70}.premium-product-card>div:last-child{padding:18px}.product-directory{background:var(--paper)}.content-card-title,.vp-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.content-card-title h2,.vp-card-title h2{margin-bottom:0}.content-card-title>a{color:var(--gold);font-size:11px;font-weight:600}

.vendor-subnav{position:sticky;top:78px;z-index:45;border-bottom:1px solid #a6853f55;background:#24382b;color:#fff}.vendor-subnav .container{display:flex;gap:22px;overflow:auto}.vendor-subnav a{padding:12px 0;white-space:nowrap;color:#e6e9e3;font-size:9px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.vendor-subnav a:hover{color:var(--gold-soft)}.vendor-dashboard-shell{padding:35px 0 70px;background:var(--paper)}.vp-grid{display:grid;grid-template-columns:230px minmax(0,1fr);gap:24px}.vp-side,.vp-card{background:#fffdf7;border:1px solid var(--line);border-radius:6px;padding:22px}.vp-side{height:max-content;position:sticky;top:140px}.vp-side>strong{display:block;margin-bottom:9px;font:600 25px/1.05 "Cormorant Garamond",serif}.vp-side>p{color:var(--muted);font-size:11px}.vp-side>a{display:block;padding:9px 0;border-bottom:1px solid var(--line);font-size:11px}.quota-mini{display:grid;gap:6px;margin-top:17px;padding:12px;background:var(--paper)}.quota-mini span{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.vp-card{margin-bottom:20px;scroll-margin-top:145px}.vp-card h1,.vp-card h2{margin:0 0 5px;font:600 35px/1.1 "Cormorant Garamond",serif}.vp-card h3{font:600 24px "Cormorant Garamond",serif}.vp-card-intro{margin:0 0 22px;color:var(--muted);font-size:12px}.dashboard-welcome{padding:30px;background:linear-gradient(115deg,#fffdf7,#f3ebd9)}.dashboard-welcome h1{font-size:43px}.dashboard-welcome p{margin-bottom:0;color:var(--muted)}.vp-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.vp-form label,.account-form label,.product-admin-form label{display:flex;flex-direction:column;gap:6px;font-size:9px;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.vp-form .full,.account-form .full,.product-admin-form .full{grid-column:1/-1}.vp-form input,.vp-form textarea,.account-form input,.product-admin-form input,.product-admin-form textarea{width:100%;padding:11px;border:1px solid var(--line);border-radius:3px;background:#fff;font:400 12px Jost,sans-serif;letter-spacing:0;text-transform:none}.vp-form textarea,.product-admin-form textarea{min-height:110px}.area-fieldset{grid-column:1/-1;margin-top:5px;padding:17px;border:1px solid var(--line)}.area-fieldset legend{padding:0 7px;font:600 21px "Cormorant Garamond",serif}.area-fieldset>p{color:var(--muted);font-size:11px}.area-chips{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;max-height:260px;overflow:auto}.area-chip{display:flex!important;flex-direction:row!important;align-items:center;gap:6px!important;padding:8px;border:1px solid var(--line);background:#fff;font-size:10px!important;letter-spacing:0!important;text-transform:none!important}.area-chip:has(input:checked){border-color:var(--gold);background:#f3ebd9}.area-chip input{width:auto!important}.area-custom{margin-top:12px}.feature-locked{display:flex;align-items:center;gap:13px;padding:16px;border:1px dashed #bba76d;background:#faf5ea}.feature-locked>span{font-size:24px}.feature-locked>div{flex:1}.feature-locked strong{font:600 19px "Cormorant Garamond",serif}.feature-locked p{margin:2px 0;color:var(--muted);font-size:10px}.feature-locked>a{color:var(--gold);font-size:10px;font-weight:600}.feature-locked.large{margin:18px 0}.existing-area-list{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.existing-area-list span{padding:5px 7px;border:1px solid var(--line);font-size:10px}.upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.upload-card{display:flex;flex-direction:column;gap:10px;min-height:155px;padding:15px;border:1px dashed #bba76d;background:#faf5ea}.upload-card strong{font:600 20px "Cormorant Garamond",serif}.upload-card input{font-size:10px}.upload-card .button{margin-top:auto}.upload-card.locked{align-items:flex-start}.upload-card.locked>span{font-size:22px}.upload-card.locked>a{color:var(--gold);font-size:10px}.gallery-admin{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.gallery-admin>div,.product-existing-images>div{position:relative;aspect-ratio:1;overflow:hidden;background:var(--paper-deep)}.gallery-admin img,.product-existing-images img{width:100%;height:100%;object-fit:cover}.gallery-admin form,.product-existing-images form{position:absolute;right:4px;top:4px}.gallery-admin button,.product-existing-images button{width:27px;height:27px;border:0;border-radius:50%;background:#933;color:#fff;cursor:pointer}.account-summary{display:flex;justify-content:space-between;gap:20px;padding:14px;border:1px solid var(--line);background:var(--paper)}.account-summary p{margin:0}.account-summary small{display:block;color:var(--muted)}.account-form{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:17px}.product-editor{margin:13px 0;border:1px solid var(--line);background:#fff}.product-editor summary{display:flex;justify-content:space-between;gap:15px;padding:14px;cursor:pointer;font-weight:600}.product-editor summary b{color:var(--gold)}.product-admin-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px;border-top:1px solid var(--line)}.product-existing-images{display:grid;grid-template-columns:repeat(2,100px);gap:8px;padding:15px 15px 0}.product-actions{display:flex;gap:10px}.delete-product-form{padding:0 16px 16px}.text-danger{border:0;background:transparent;color:#9a2929;font-size:10px;font-weight:600;cursor:pointer}.create-product{border-color:#a6853f;background:#fffaf0}.vp-card-title>span{color:var(--muted);font-size:10px}

.service-hero{padding:75px 0;background:#24382b;color:#fff}.service-hero-grid{display:grid;grid-template-columns:1fr 330px;gap:60px;align-items:center}.service-hero h1{max-width:720px;margin:15px 0;font:500 clamp(52px,5vw,72px)/.98 "Cormorant Garamond",serif}.service-hero h1 em{color:var(--gold-soft)}.service-hero p{max-width:650px;color:#d6ddd5}.current-plan-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:25px;border:1px solid #a6853f;background:#ffffff0a;box-shadow:inset 0 0 0 4px #24382b,inset 0 0 0 5px #a6853f55}.current-plan-card small{color:var(--gold-soft);letter-spacing:.1em;text-transform:uppercase}.current-plan-card strong{font:600 27px "Cormorant Garamond",serif}.current-plan-card a{color:var(--gold-soft);font-size:11px}.service-pricing{background:var(--paper)}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan-card{position:relative;display:flex;flex-direction:column;padding:26px;border:1px solid var(--line);background:var(--card)}.plan-card.is-current{border-color:var(--gold);box-shadow:0 18px 44px #a6853f20}.plan-card h3{margin:14px 0 5px;font-size:35px}.plan-card>p{min-height:60px;color:var(--muted);font-size:11px}.plan-price{padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font:600 25px "Cormorant Garamond",serif;color:var(--gold)}.plan-card ul{display:grid;gap:9px;padding:0;margin:20px 0;list-style:none}.plan-card li{display:flex;gap:8px;font-size:11px}.plan-card li span{color:#3c8656}.plan-card .button{margin-top:auto}.current-ribbon{position:absolute;right:13px;top:13px;color:var(--gold);font-size:8px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.service-contact-note{margin-top:auto;color:var(--muted);font-size:10px}.service-addons{background:var(--paper-deep)}.addon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.addon-grid article{padding:22px;border:1px solid var(--line);background:var(--card)}.addon-icon{width:35px;height:35px;display:grid;place-items:center;border:1px solid var(--gold);color:var(--gold);font-size:20px}.addon-grid h3{margin:16px 0 6px;font-size:26px}.addon-grid p,.addon-grid li{color:var(--muted);font-size:11px}.addon-grid strong{display:block;color:var(--gold);font:600 20px "Cormorant Garamond",serif}.addon-grid ul{padding-left:17px}.addon-grid a{color:var(--gold);font-size:10px;font-weight:600}

.review-section{scroll-margin-top:145px}.review-heading{display:flex;justify-content:space-between;gap:25px;align-items:flex-start}.review-score{display:flex;flex-direction:column;align-items:flex-end}.review-score strong{font:600 38px "Cormorant Garamond",serif}.review-score .stars,.review-stars{color:#d4a82e;letter-spacing:1px}.review-score small{color:var(--muted)}.review-list{display:grid;gap:0;margin-top:22px;border-top:1px solid var(--line)}.review-list article{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:19px 0;border-bottom:1px solid var(--line)}.review-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--paper-deep);color:var(--gold);font:600 20px "Cormorant Garamond",serif}.review-list header{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.review-list header time{margin-left:auto;color:var(--muted);font-size:9px}.review-stars{font-size:11px}.review-stars i{color:#d9d7cd;font-style:normal}.review-list p{margin:6px 0 0;color:#4f584e;font-size:12px;line-height:1.7}.review-form-wrap{margin-top:28px;padding:22px;border:1px solid var(--line);background:var(--paper)}.review-form-wrap h3{margin:0;font-size:27px}.review-form-wrap>p{color:var(--muted);font-size:11px}.review-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.review-form label,.review-form fieldset{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;border:0;font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.review-form .full{grid-column:1/-1}.review-form input,.review-form textarea{width:100%;padding:11px;border:1px solid var(--line);background:#fff;font:400 12px Jost,sans-serif;letter-spacing:0;text-transform:none}.rating-input{display:flex;gap:2px}.rating-input button{padding:0;border:0;background:transparent;color:#d1cec3;font-size:27px;cursor:pointer}.rating-input button.active{color:#d4a82e}

@media(max-width:980px){.vp-grid{grid-template-columns:1fr}.vp-side{position:static}.area-chips{grid-template-columns:repeat(3,1fr)}.gallery-admin{grid-template-columns:repeat(4,1fr)}.service-hero-grid{grid-template-columns:1fr}.current-plan-card{max-width:500px}.plan-grid{grid-template-columns:1fr}.addon-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.vendor-subnav{top:66px}.vendor-subnav .container{gap:16px}.vendor-dashboard-shell{padding-top:20px}.vp-card{padding:18px;scroll-margin-top:125px}.vp-form,.account-form,.product-admin-form,.review-form{grid-template-columns:1fr}.vp-form .full,.account-form .full,.product-admin-form .full,.review-form .full{grid-column:auto}.area-fieldset{grid-column:auto}.area-chips{grid-template-columns:repeat(2,1fr)}.upload-grid{grid-template-columns:1fr}.gallery-admin{grid-template-columns:repeat(3,1fr)}.feature-locked{align-items:flex-start;flex-wrap:wrap}.product-existing-images{grid-template-columns:repeat(2,1fr)}.service-hero{padding:55px 0}.service-hero h1{font-size:48px}.addon-grid{grid-template-columns:1fr}.review-heading{flex-direction:column}.review-score{align-items:flex-start}.review-list header time{width:100%;margin-left:0}.content-card-title{flex-direction:column}}

/* ZonaWedding 2.5.1 — product detail modal */
.product-grid.listing .product-card{display:flex;flex-direction:column}.product-card-content{display:flex;flex:1;flex-direction:column}.product-card-actions{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:13px;border-top:1px solid var(--line)}.product-card-actions>a,.product-card-actions>button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;flex:1;padding:8px 10px;border-radius:3px;font-size:9px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;transition:.2s}.product-card-actions>a{border:1px solid var(--line);background:#fff;color:var(--ink)}.product-card-actions>button{border:1px solid var(--ink);background:var(--ink);color:#fff}.product-card-actions>a:hover{border-color:var(--gold);color:var(--gold)}.product-card-actions>button:hover{border-color:var(--gold);background:var(--gold)}
body.product-modal-open{overflow:hidden}.product-detail-modal{width:min(980px,calc(100% - 32px));max-width:980px;max-height:min(88vh,820px);padding:0;border:1px solid #a6853f85;border-radius:8px;background:var(--card);color:var(--ink);box-shadow:0 35px 100px #15221966;overflow:auto}.product-detail-modal::backdrop{background:rgba(19,27,21,.76);backdrop-filter:blur(5px)}.product-detail-modal[open]{animation:product-modal-in .22s ease-out}.product-modal-shell{position:relative;min-height:100%;background:var(--card)}.product-modal-close{position:absolute;z-index:4;right:14px;top:14px;width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid #a6853f70;border-radius:50%;background:#fffdf7eF;color:var(--ink);font:400 27px/1 Jost,sans-serif;cursor:pointer;box-shadow:0 6px 20px #24382b1f}.product-modal-close:hover{background:var(--ink);color:#fff}.product-modal-content{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);min-height:520px}.product-modal-media{display:flex;align-items:center;justify-content:center;min-width:0;padding:34px;background:linear-gradient(145deg,#ebe2d1,#f7f2e8)}.product-modal-gallery{width:100%;max-width:570px}.product-modal-main{aspect-ratio:4/3;overflow:hidden;border:5px solid #fffdf7;background:#e7dfd2;box-shadow:0 18px 50px #24382b24}.product-modal-main img{width:100%;height:100%;display:block;object-fit:cover}.product-modal-thumbs{display:flex;justify-content:center;gap:9px;margin-top:13px}.product-modal-thumbs button{width:72px;height:56px;padding:3px;border:1px solid transparent;border-radius:4px;background:#fffdf7;cursor:pointer;opacity:.72}.product-modal-thumbs button.active{border-color:var(--gold);opacity:1;box-shadow:0 5px 14px #a6853f2e}.product-modal-thumbs img{width:100%;height:100%;display:block;object-fit:cover}.product-modal-placeholder{width:100%;aspect-ratio:4/3;display:grid;place-items:center;align-content:center;gap:8px;border:1px solid #a6853f55;background:#f7f2e8;color:var(--gold)}.product-modal-placeholder span{font:600 70px "Cormorant Garamond",serif}.product-modal-placeholder small{color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.product-modal-copy{display:flex;flex-direction:column;align-items:flex-start;padding:58px 42px 38px;background:#fffdf7}.product-modal-vendor{margin:7px 0 20px;color:var(--gold);font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.product-modal-copy h2{margin:0 0 13px;font:600 clamp(36px,4vw,50px)/1 "Cormorant Garamond",serif;letter-spacing:-.025em}.product-modal-price{display:block;padding-bottom:19px;color:var(--gold);font:600 23px "Cormorant Garamond",serif}.product-modal-description{width:100%;padding-top:19px;border-top:1px solid var(--line);color:#4e574c;font-size:12px;line-height:1.8;white-space:normal}.product-modal-actions{position:sticky;z-index:3;bottom:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--line);background:#fffdf7f5;backdrop-filter:blur(8px)}.product-modal-actions>a{min-height:43px;border-radius:3px;font-size:10px;letter-spacing:.07em;text-transform:uppercase}.product-modal-actions .button.whatsapp{margin:0;background:#238b55}.product-modal-actions .button.whatsapp:hover{background:#176d40}.product-modal-secondary{display:inline-flex;align-items:center;justify-content:center;padding:11px 17px;border:1px solid var(--line);color:var(--ink);font-weight:600}.product-modal-secondary:hover{border-color:var(--gold);color:var(--gold)}.product-whatsapp-unavailable{padding:11px 15px;border:1px dashed var(--line);color:var(--muted);font-size:10px}
@keyframes product-modal-in{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:760px){.product-detail-modal{width:calc(100% - 18px);max-height:92svh}.product-modal-content{grid-template-columns:1fr;min-height:0}.product-modal-media{padding:22px 18px}.product-modal-main{border-width:3px}.product-modal-thumbs button{width:58px;height:45px}.product-modal-copy{padding:30px 22px 26px}.product-modal-copy h2{font-size:37px}.product-modal-actions{align-items:stretch;flex-direction:column;padding:13px 18px}.product-modal-actions>a{width:100%}.product-modal-close{right:10px;top:10px}.product-card-actions>a,.product-card-actions>button{font-size:8px}}
@media(prefers-reduced-motion:reduce){.product-detail-modal[open]{animation:none}}

/* ZonaWedding 2.5.2 — keep product gallery at the top on desktop */
@media(min-width:761px){.product-modal-media{align-items:flex-start}.product-modal-gallery{position:sticky;top:34px}}

/* ZonaWedding 2.5.3 — published review summary on vendor cards */
.vendor-card-review{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin:1px 0 14px;padding:10px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.vendor-card-score{display:flex;align-items:center;gap:7px;line-height:1}.vendor-card-score strong{color:var(--ink);font:600 13px "Cormorant Garamond",serif}.vendor-card-stars{position:relative;display:inline-block;overflow:hidden;color:#d7d4ca;font-size:12px;letter-spacing:1px;white-space:nowrap}.vendor-card-stars:before{content:"★★★★★";position:absolute;left:0;top:0;width:var(--rating-width);overflow:hidden;color:#d3a42e;white-space:nowrap}.vendor-card-review>a{color:var(--gold);font-size:9px;font-weight:600;letter-spacing:.04em}.vendor-card-review>a:hover{text-decoration:underline;text-underline-offset:3px}

/* ZonaWedding 2.5.4 — logo-aligned brown and rose theme */
:root{--ink:#49302c;--muted:#725f5a;--brand:#7a493f;--brand-dark:#59332d;--accent:#c98b99;--cream:#f9f4f0;--soft:#f4e8e5;--line:rgba(122,73,63,.23);--white:#fff;--shadow:0 18px 48px rgba(78,45,39,.11);--paper:#f9f4f0;--paper-deep:#f2e7e3;--card:#fff;--gold:#a47e42;--gold-soft:#d0ad73;--ink-soft:#725f5a;--rose:#c98b99;--rose-soft:#f7e7eb}

/* Keep the wordmark tied visually to the brown ZW logo. */
.brand,.brand-word,.brand-word>span{color:var(--brand)!important}

/* Search and form controls must read as crisp, editable white fields. */
.header-search,.home-search{background:#fff!important}
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]),select,textarea{background-color:#fff!important;color:var(--ink)}
.header-search input,.home-search input,.home-search select{background:#fff!important}
input::placeholder,textarea::placeholder{color:#927e79;opacity:1}
.header-search:focus-within,.home-search:focus-within{border-color:var(--rose);box-shadow:0 0 0 3px rgba(201,139,153,.12),0 18px 44px rgba(78,45,39,.10)}
.registration-fields input:focus,.registration-fields select:focus,.registration-fields textarea:focus,.filters input:focus,.filters select:focus,.form-card input:focus,.form-card textarea:focus,.vp-form input:focus,.vp-form textarea:focus,.account-form input:focus,.product-admin-form input:focus,.product-admin-form textarea:focus,.review-form input:focus,.review-form textarea:focus{border-color:var(--rose)!important;box-shadow:0 0 0 3px rgba(201,139,153,.13);outline:0}

/* Replace decorative dark green surfaces with the logo's warm brown. */
.home-featured-panel,.home-city-panel,.service-hero,.vendor-subnav,.register-steps-strip,.admin-side,.vendor-login-story{background:var(--ink)!important}
.home-featured-panel{box-shadow:0 27px 65px rgba(73,48,44,.18),inset 0 0 0 1px rgba(208,173,115,.26)}
.home-city-panel{box-shadow:0 26px 60px rgba(73,48,44,.18),inset 0 0 0 1px rgba(208,173,115,.24)}
.vendor-subnav a{color:#f3e9e5}.service-hero p{color:#eadfdb}.current-plan-card{box-shadow:inset 0 0 0 4px var(--ink),inset 0 0 0 5px rgba(208,173,115,.35)}
.home-category-card{background:linear-gradient(150deg,#b88b73,#70483f)!important}.category-card-shade{background:linear-gradient(180deg,rgba(73,48,44,.02) 28%,rgba(50,28,25,.86) 100%)!important}.home-category-card:hover .category-card-shade{background:linear-gradient(180deg,rgba(73,48,44,.08),rgba(50,28,25,.93))!important}.home-city-intro p{color:#eadfdb}
.product-detail-modal::backdrop{background:rgba(54,33,29,.77)}.product-detail-modal{box-shadow:0 35px 100px rgba(54,33,29,.42)}.product-modal-main{box-shadow:0 18px 50px rgba(73,48,44,.18)}.product-modal-description,.review-list p{color:var(--muted)}

/* A restrained rose accent, drawn from the logo. */
.registration-card:before,.home-kicker i:after{background:var(--rose)!important}
.vendor-card.is-featured{border-color:var(--rose);background:linear-gradient(145deg,#fff,#fff4f6);box-shadow:0 15px 38px rgba(201,139,153,.18)}
.vendor-card.is-featured:hover{box-shadow:0 22px 48px rgba(201,139,153,.27)}
.vendor-card.is-featured .vendor-card-body{background:linear-gradient(110deg,#fff,#fff4f6)}
.vendor-card.is-featured .featured-badge{border-color:var(--rose);background:var(--brand);color:#fff5f7}
.home-popular a:hover{border-color:var(--rose);background:var(--rose-soft)}

/* Mobile menu always occupies the far-right edge of the top bar. */
@media(max-width:1050px){.header-row{justify-content:flex-start}.menu-button{order:99;margin-left:auto!important;flex:0 0 auto}}

/* ZonaWedding 2.5.5 — restore the original gold featured-vendor treatment */
.vendor-card.is-featured{border-color:#cfab50;background:linear-gradient(145deg,#fffdf7,#fff8df);box-shadow:0 15px 38px rgba(166,133,63,.14)}
.vendor-card.is-featured:hover{box-shadow:0 22px 48px rgba(166,133,63,.22)}
.vendor-card.is-featured .vendor-card-body{background:linear-gradient(110deg,#fffdf7,#fff7da)}
.vendor-card.is-featured .featured-badge{border-color:#d4ad48;background:#24382b;color:#f7df9e}
.home-hero .home-kicker{color:var(--rose)!important}

/* ZonaWedding 2.5.6 — use the rose accent on every small section subtitle */
.home-kicker{color:var(--rose)!important}
.home-kicker.light{color:#e8b4bf!important}
