
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--gold:#d5a13a;--gold2:#f6d887;--dark:#171717;--cream:#fbf8f1;--muted:#6c6a64}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:#202020;background:var(--cream);line-height:1.6}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{position:absolute;z-index:10;left:0;right:0;top:0;padding:15px 0;background:linear-gradient(180deg,rgba(0,0,0,.72),transparent)}
.nav{display:flex;align-items:center;gap:20px;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;color:white;min-width:225px}
.brand img{width:52px;height:52px;object-fit:contain}.brand strong{font:700 22px 'Playfair Display',serif;letter-spacing:2px}
.brand small{display:block;font-size:8px;letter-spacing:1.4px;color:#f4d786}
.nav-links{display:flex;align-items:center;gap:17px;color:#fff;font-size:11px;font-weight:700}
.nav-links>a,.dropbtn{opacity:.95}.nav-links>a:hover,.dropbtn:hover{color:var(--gold2)}
.dropdown{position:relative}.dropbtn{border:0;background:none;color:#fff;font:inherit;cursor:pointer;white-space:nowrap}
.dropdown-menu{display:none;position:absolute;top:25px;left:-10px;width:215px;padding:8px;background:#fff;border-radius:11px;box-shadow:0 12px 35px #0002}
.dropdown-menu a{display:block;color:#333;padding:9px 11px;border-radius:7px;font-size:12px}
.dropdown-menu a:hover{background:#fff2cc;color:#986b16}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:block}
.pill,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:30px;padding:11px 20px;font-size:12px;font-weight:700}
.pill.gold,.btn.primary{background:linear-gradient(135deg,#f6d887,#c58922);color:#241a08}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:25px}
.hero{min-height:690px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,#1b1109dd,#1b110966,#1b11091a),url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=2000&q=85') center/cover}
/* Batas bawah foto hero berbentuk gelombang lembut */
.hero{position:relative;overflow:hidden;}
.hero::after{content:'';position:absolute;z-index:1;left:0;right:0;bottom:-1px;height:88px;pointer-events:none;background:#fffaf2;clip-path:path('M 0 45 C 180 88, 330 88, 520 38 C 700 -8, 850 -8, 1030 38 C 1210 88, 1300 88, 1440 45 L 1440 100 L 0 100 Z');}
.hero-content{position:relative;z-index:2;}
.hero-content{max-width:650px;padding-top:65px}.eyebrow{font:italic 20px 'Playfair Display',serif;color:var(--gold2)}
.hero h1{font:700 clamp(48px,7vw,84px)/1.02 'Playfair Display',serif;margin:8px 0}
.hero h1 span{display:block;font-size:.46em;letter-spacing:0}.hero p{max-width:540px;color:#f5f1e8;font-size:14px}
.hero-buttons{display:flex;gap:12px;margin-top:25px;flex-wrap:wrap}.btn.outline{border:1px solid #fff;color:#fff}
.section{padding:75px 0}.section-head{text-align:center;margin-bottom:30px}
.kicker{text-transform:uppercase;letter-spacing:3px;color:#ae7616;font-size:10px;font-weight:800}
.section-title{font:600 clamp(28px,4vw,43px)/1.2 'Playfair Display',serif;color:#182337;margin:7px 0}
.section-sub{font-size:13px;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.service-card{background:#fff;border:1px solid #eee5d6;border-radius:14px;padding:25px 12px;text-align:center;transition:.2s}
.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0001}
.service-icon{font-size:27px;color:#c18a27;margin-bottom:8px}.service-card h3{font:600 17px 'Playfair Display',serif}
.service-card p{font-size:11px;color:var(--muted);margin-top:5px}
.category-block{margin-top:45px}.category-title{font:600 29px 'Playfair Display',serif;color:#182337;margin-bottom:17px}
.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.catalog-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #eee5d6;box-shadow:0 5px 18px #0000000c}
.catalog-card img{height:165px;width:100%;object-fit:cover}.catalog-body{padding:17px}.catalog-body h3{font:600 21px 'Playfair Display',serif}
.catalog-body p{font-size:12px;color:var(--muted);margin:6px 0 12px}.card-link{display:block;background:#c68a25;color:#fff;text-align:center;border-radius:24px;padding:9px;font-size:12px;font-weight:700}
.about{display:grid;grid-template-columns:1fr 1fr;background:#fff}.about-image{min-height:390px;background:url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1200&q=85') center/cover}
.about-content{padding:65px 8%}.about-content h2{font:600 38px/1.2 'Playfair Display',serif;color:#182337;margin:10px 0 15px}
.stats{display:flex;gap:28px;margin-top:23px}.stat strong{display:block;font:600 28px 'Playfair Display',serif;color:#b47a1b}.stat span{font-size:11px;color:var(--muted)}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.contact-photo{min-height:390px;border-radius:16px;background:url('https://images.unsplash.com/photo-1511795409834-ef04bbd61622?auto=format&fit=crop&w=1200&q=85') center/cover}
.form-box{background:#fff;border-radius:17px;padding:30px;box-shadow:0 10px 30px #0001}.form-box h3{font:600 28px 'Playfair Display',serif;color:#182337}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}input,select,textarea{width:100%;padding:12px;border:1px solid #e5dfd2;border-radius:8px;font:inherit;font-size:12px;background:#fff}textarea{min-height:110px;resize:vertical}.full{grid-column:1/-1}
.page-hero{padding:165px 0 90px;color:#fff;background:linear-gradient(90deg,#1b1109dd,#1b110944),url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=2000&q=85') center/cover}
.page-hero h1{font:600 clamp(40px,6vw,70px)/1.1 'Playfair Display',serif;margin-top:7px}.page-hero p{max-width:620px;color:#f5eee2;margin-top:10px}
.detail-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}.detail-card,.price-box{background:#fff;border-radius:16px;padding:29px;box-shadow:0 10px 30px #0001}
.detail-card h2{font:600 33px 'Playfair Display',serif;color:#182337}.detail-card h3{color:#a66e13;margin:22px 0 8px}.detail-card ul{padding-left:20px;color:var(--muted);font-size:14px}
.price-box{background:#fff5d8;border:1px solid #ecd49a}.price-box h3{font:600 29px 'Playfair Display',serif;color:#8b5c10;margin:8px 0}.price-box p{font-size:13px;color:var(--muted);margin-bottom:18px}.notice{margin-top:18px;padding:13px;border-left:4px solid var(--gold);background:#fffaf0;font-size:12px;color:#6b5428}
footer{background:#17191c;color:#fff;padding:35px 0}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:48px;height:48px;object-fit:contain}footer p,footer a{font-size:11px;color:#c9c9c9}
@media(max-width:1050px){.nav-links{gap:10px;font-size:10px}.catalog-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){
 .nav-consult{display:none}.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:65px;left:4%;right:4%;background:#1b150e;padding:15px;border-radius:12px;flex-direction:column;align-items:stretch}
 .nav-links.open{display:flex}.dropdown-menu{position:static;width:auto;background:#2b2115;box-shadow:none;margin-top:6px}.dropdown-menu a{color:#fff}
 .hero{min-height:650px}.hero-content{padding-top:90px}.service-grid,.catalog-grid{grid-template-columns:1fr 1fr}.about,.contact,.detail-layout{grid-template-columns:1fr}
 .about-image,.contact-photo{min-height:280px}.about-content{padding:45px 7%}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.footer-row{flex-direction:column;align-items:flex-start}
}

/* Brand layout: BETHA CATERING / line / WEDDING ORGANIZER */
.brand-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:190px;
}
.brand-copy strong{
  display:block;
  font:700 18px/1 'Playfair Display',serif;
  letter-spacing:1.4px;
  color:#fff;
  white-space:nowrap;
}
.brand-copy span{
  display:block;
  width:100%;
  height:1px;
  background:#f4d786;
  margin:6px 0 5px;
}
.brand-copy small{
  display:block;
  font-size:8px;
  line-height:1;
  letter-spacing:2px;
  color:#f4d786;
  white-space:nowrap;
}
.footer-brand span{
  display:block;
  width:145px;
  height:1px;
  background:#f4d786;
  margin:6px 0 5px;
}
.footer-brand p{
  margin:0;
  color:#f4d786;
  font-size:9px;
  letter-spacing:2px;
}
@media (max-width:700px){
  .brand-copy{min-width:150px}
  .brand-copy strong{font-size:14px;letter-spacing:1px}
  .brand-copy small{font-size:7px;letter-spacing:1.4px}
  .brand-copy span{margin:4px 0}
}

.product-page{max-width:1120px;margin:0 auto;padding:28px 20px 70px;background:#fff}
.breadcrumb{font-size:13px;color:#777;margin-bottom:24px}.breadcrumb a{color:#a77b2c;text-decoration:none}
.product-detail{display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:start}
.product-gallery{border:1px solid #eee;padding:14px;background:#fff}
.gallery-main{height:420px;background:linear-gradient(135deg,#eee5d4,#faf8f2);display:flex;align-items:center;justify-content:center;overflow:hidden}
.gallery-main img{width:100%;height:100%;object-fit:contain}
.gallery-dots{text-align:center;padding-top:13px}.dot{width:9px;height:9px;border-radius:50%;border:0;background:#ccc;margin:0 4px;cursor:pointer}.dot.active{background:#b28a45}
.photo-note{font-size:11px;color:#999;text-align:center;margin-bottom:0}
.product-summary{padding:25px 0}.category-label{text-transform:uppercase;letter-spacing:2px;font-size:12px;color:#b28a45;margin-bottom:15px}
.product-summary h1{font:700 30px/1.25 'Playfair Display',serif;color:#3d3023;margin:0 0 20px}
.product-price{font-size:25px;font-weight:700;color:#b28a45;margin-bottom:28px}
.gold-button,.copy-button{display:inline-block;background:#b28a45;color:#fff;border:0;padding:13px 23px;text-decoration:none;cursor:pointer;border-radius:3px;font-size:14px}
.product-description,.payment-info,.order-box{margin-top:45px;border-top:1px solid #e8e1d5;padding-top:28px;max-width:850px}
.product-description h2,.payment-info h2,.order-box h2{font:700 24px 'Playfair Display',serif;color:#3d3023}
.product-description h3{font-size:17px;color:#60492d;margin-top:25px}.product-description p,.product-description li,.payment-info p,.order-box p{line-height:1.8;color:#555}
.product-description ul{padding-left:22px}.payment-info{background:#faf8f2;padding:28px;margin-left:0;margin-right:0}
.bank-row{display:grid;grid-template-columns:180px 1fr;padding:10px 0;border-bottom:1px solid #e7dfd0}.warning{font-size:12px;color:#8a6a3b;margin-top:20px}
.copy-button{margin-top:18px;background:#6f593b}.order-box{padding-bottom:10px}
@media(max-width:760px){.product-detail{grid-template-columns:1fr;gap:10px}.gallery-main{height:290px}.product-summary{padding-top:15px}.product-summary h1{font-size:25px}.bank-row{grid-template-columns:130px 1fr}}

.catalog-page{max-width:1100px;margin:auto;padding:45px 24px 80px;background:#fff;min-height:100vh}.catalog-heading{text-align:center}.catalog-heading h1{font:600 38px 'Playfair Display',serif;color:#3c5360;margin:8px 0}.catalog-heading p{color:#66727b;font-size:14px}.search{display:flex;width:min(515px,100%);margin:48px auto 30px;border:2px solid #ed777d;border-radius:15px;overflow:hidden}.search input{border:0;outline:0;flex:1;padding:12px 16px}.search button{width:48px;border:0;background:#ed777d;color:white}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.catalog-card{background:#fff;border-radius:16px;box-shadow:0 5px 14px #0002;overflow:hidden;padding:10px}.catalog-card img{height:152px;width:100%;object-fit:cover;border-radius:11px}.catalog-body{padding:12px 5px}.catalog-body h3{font:700 14px Arial,sans-serif;min-height:40px}.catalog-price{font-weight:700;color:#ae3d63;margin:10px 0 18px}.card-link{width:100%;background:#ffd9dc;color:#111;border:0;padding:11px;border-radius:12px;font-weight:700;cursor:pointer}.modal{display:none;position:fixed;inset:0;background:#0008;align-items:center;justify-content:center;padding:20px;z-index:20}.modal.show{display:flex}.modal-card{background:#fff;width:min(900px,100%);max-height:90vh;overflow:auto;border-radius:20px;padding:24px;position:relative}.modal-close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:30px}.modal-card>img{width:100%;height:280px;object-fit:cover;border-radius:12px}.modal-card h2{margin:15px 0 5px}.modal-price{color:#ae3d63;font-weight:700}.desc-title{margin-top:18px;background:#a33f67;color:#fff;text-align:center;padding:12px;border-radius:12px 12px 0 0;font-weight:700}.menu-area{background:#f6f6f6;padding:15px;max-height:260px;overflow:auto}.menu-area table{width:100%;border-collapse:collapse}.menu-area td,.menu-area th{padding:9px;border-bottom:1px solid #ddd;text-align:left}.copy-menu{width:100%;padding:12px;border:0;background:#ffd9dc;border-radius:12px;font-weight:700}@media(max-width:850px){.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.catalog-grid{grid-template-columns:1fr 1fr;gap:14px}.catalog-card img{height:125px}.catalog-heading h1{font-size:30px}}

/* Shared home navigation on every catalog page */
.catalog-body-page{background:#fffaf2;padding-top:0}.catalog-body-page .topbar{position:absolute}.catalog-body-page .catalog-page{padding-top:145px;max-width:1280px;background:#fffaf2}.catalog-body-page .catalog-heading{padding-top:10px}.catalog-body-page .catalog-heading .kicker{color:#c58a20;letter-spacing:3px}.catalog-body-page .catalog-heading h1{font-family:'Playfair Display',serif;color:#172b45;font-size:clamp(34px,5vw,58px)}.catalog-body-page .catalog-heading p{font-size:15px}.catalog-body-page footer{margin-top:0}

/* Footer bersama seluruh halaman */
.site-footer{background:linear-gradient(135deg,#302312,#4a3218);color:#f7f0df;border-top:1px solid #9a711e;margin-top:0;padding:55px 0 0;position:relative;overflow:hidden}
.site-footer:before{content:"";position:absolute;left:-5%;right:-5%;top:-35px;height:70px;background:#080808;border-radius:0 0 50% 50%;opacity:.95}
.footer-inner{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:55px;position:relative;padding-top:30px;padding-bottom:55px}
.footer-column{min-width:0}.footer-logo-large{width:105px;height:125px;object-fit:contain;object-position:left center;filter:sepia(.25) saturate(1.2)}
.footer-brand-column h2{font-family:'Playfair Display',serif;font-size:34px;color:#e7bd52;margin:15px 0 3px}.footer-brand-column p,.footer-column>p{color:#c5b9a4;line-height:1.8;font-size:13px;max-width:390px}.footer-tagline{margin:0 0 18px!important;color:#d5c8b0!important}
.footer-icon{border:1px solid #a47b1e;color:#e8bd49;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;margin-bottom:14px}.footer-column h3{font-size:18px;margin:0 0 14px;color:#fff}.footer-info{border-top:1px solid rgba(220,185,92,.18);padding:15px 0;display:flex;flex-direction:column;gap:6px}.footer-info small{font-size:10px;letter-spacing:1.5px;color:#9f917d}.footer-info strong{font-size:16px;color:#f3ead9}.footer-contact-btn,.footer-location{display:inline-flex;justify-content:center;align-items:center;text-decoration:none;color:#f8e7b1;border:1px solid #a67a16;border-radius:28px;padding:13px 22px;font-weight:700;font-size:13px;margin-top:12px;background:rgba(151,106,15,.18)}.footer-location{width:100%;margin-top:15px}.social-item{display:grid;grid-template-columns:34px 1fr;grid-template-rows:1fr 1fr;column-gap:10px;align-items:center;border:1px solid rgba(210,170,76,.2);border-radius:15px;padding:10px 12px;margin:9px 0;text-decoration:none;color:#fff;background:rgba(255,255,255,.025)}.social-item span{grid-row:1/3;border:1px solid #a47b1e;color:#e7bd52;width:30px;height:30px;border-radius:50%;display:grid;place-items:center}.social-item b{font-size:12px}.social-item small{color:#9f917d;font-size:10px}.footer-bottom{border-top:1px solid rgba(220,185,92,.2);display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;color:#a99b86;font-size:12px;position:relative}.footer-bottom a{color:#e6bd55;text-decoration:none}@media(max-width:850px){.footer-inner{grid-template-columns:1fr 1fr;gap:30px}.footer-brand-column{grid-column:1/-1}}@media(max-width:550px){.footer-inner{grid-template-columns:1fr;padding-left:22px;padding-right:22px}.footer-bottom{flex-direction:column;align-items:flex-start;padding:20px 22px}.site-footer{padding-top:35px}}

.social-item i{font-size:16px;line-height:1}.social-item:hover{border-color:#d9ad3f;background:rgba(255,255,255,.08)}


/* Testimoni & Mitra */
.testimonials-partners{padding:90px 0 70px;background:#fbf6ea;}
.testimonials-partners .section-head{text-align:center;max-width:760px;margin:0 auto 36px;}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px;}
.testimonial-card{background:#fff;border:1px solid #ead9b2;border-radius:18px;padding:26px;box-shadow:0 10px 25px rgba(55,35,12,.06);}
.testimonial-stars{color:#c99022;letter-spacing:3px;font-size:18px;margin-bottom:12px;}
.testimonial-card p{color:#665b4d;line-height:1.8;margin:0 0 18px;}
.testimonial-name{font-weight:700;color:#302316;}
.testimonial-role{font-size:13px;color:#9a8b76;margin-top:4px;}
.partners-title{text-align:center;margin:68px 0 24px;color:#302316;font-family:Georgia,serif;font-size:30px;}
.partner-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:center;}
.partner-logo{height:92px;border:1px solid #ead9b2;background:#fff;border-radius:15px;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;color:#8b671e;font-weight:800;letter-spacing:1px;font-size:14px;box-shadow:0 7px 18px rgba(55,35,12,.04);}
.partner-logo span{display:block;font-size:10px;letter-spacing:2px;color:#a99a83;margin-top:5px;font-weight:600;}
@media(max-width:900px){.testimonial-grid{grid-template-columns:1fr 1fr}.partner-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.testimonial-grid{grid-template-columns:1fr}.partner-grid{grid-template-columns:repeat(2,1fr)}.testimonials-partners{padding:60px 0 45px}}


/* Tentang Kami - tampilan sederhana tanpa gambar besar dan statistik */
.about-simple{background:#fffaf2;padding:92px 24px 88px;text-align:center;}
.about-simple-inner{max-width:820px;margin:0 auto;}
.about-simple .kicker{text-align:center;color:#c58a20;letter-spacing:3px;text-transform:uppercase;font-size:11px;font-weight:700;margin-bottom:16px;}
.about-simple h2{text-align:center;font-family:'Playfair Display',Georgia,serif;color:#172b45;font-size:clamp(30px,4vw,48px);line-height:1.2;margin:0 auto 22px;font-weight:600;}
.about-divider{width:58px;height:2px;background:#c58a20;margin:0 auto 24px;}
.about-simple p{text-align:center;max-width:700px;margin:0 auto;color:#665b4d;line-height:1.9;font-size:15px;}
.about-simple .about-image,.about-simple .stats{display:none;}

/* Area logo mitra: hanya slot gambar, tanpa teks */
.partner-logo{height:100px;border:1px solid #ead9b2;background:#fff;border-radius:15px;display:flex;align-items:center;justify-content:center;padding:12px;box-shadow:0 7px 18px rgba(55,35,12,.04);transition:.2s;}
.partner-logo:hover{transform:translateY(-3px);box-shadow:0 10px 22px rgba(55,35,12,.09);}
.partner-logo span{display:none;}


/* Logo kecil pada bagian Tentang Kami */
.about-logo-wrap{width:150px;height:150px;margin:0 auto 26px;border-radius:18px;overflow:hidden;background:#080808;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(35,25,10,.12);}
.about-logo-wrap img{width:100%;height:100%;object-fit:contain;display:block;}
@media(max-width:600px){.about-logo-wrap{width:118px;height:118px;margin-bottom:22px;}.about-simple{padding:64px 20px 60px;}}

/* Perbaikan posisi Tentang Kami agar benar-benar berada di tengah halaman */
section.about-simple .container.about-simple-inner{
  width:100%;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-left:24px;
  padding-right:24px;
  text-align:center;
}
section.about-simple .about-logo-wrap,
section.about-simple .kicker,
section.about-simple h2,
section.about-simple .about-divider,
section.about-simple p{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
section.about-simple h2{width:100%;}
section.about-simple p{width:min(700px,100%);}

/* Revisi Tentang Kami: susunan rata kiri, logo tetap kecil */
section.about-simple { text-align: center; }
section.about-simple .about-simple-inner { max-width: 820px; margin: 0 auto; }
section.about-simple .about-logo-wrap { margin-left: auto; margin-right: auto; }
section.about-simple .kicker,
section.about-simple h2,
section.about-simple p { text-align: center; margin-left: auto; margin-right: auto; }
section.about-simple .about-divider { margin-left: auto; margin-right: auto; }
section.about-simple p { max-width: 700px; }
@media(max-width:600px){
  section.about-simple .about-simple-inner { max-width: 100%; }
}


/* PERBAIKAN GELOMBANG HERO - halus, tidak memotong gambar */
.hero{
  position:relative;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  bottom:-1px;
  height:58px;
  pointer-events:none;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1800 70' preserveAspectRatio='none'%3E%3Cpath fill='%23fbf8f1' d='M0 30 C210 68 410 68 620 30 C830 -8 1030 -8 1240 30 C1450 68 1590 68 1800 30 L1800 70 L0 70 Z'/%3E%3C/svg%3E");
  background-size:100% 100%;
  background-repeat:no-repeat;
  clip-path:none;
}
.hero-content{
  position:relative;
  z-index:2;
}
@media(max-width:720px){
  .hero::after{height:42px;}
}


/* FINAL: Tentang Kami dipusatkan terhadap seluruh layar */
section.about-simple {
  display: block !important;
  width: 100% !important;
  overflow: hidden;
  text-align: center !important;
}
section.about-simple > .about-simple-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(820px, calc(100vw - 40px)) !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
}
section.about-simple > .about-simple-inner > * {
  align-self: center !important;
  text-align: center !important;
}
section.about-simple .about-logo-wrap {
  width: 150px !important;
  height: 150px !important;
  margin: 0 auto 26px !important;
}
section.about-simple h2 {
  width: 100% !important;
  max-width: 820px !important;
  margin: 0 auto 22px !important;
}
section.about-simple p {
  width: 100% !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}
@media (max-width: 600px) {
  section.about-simple > .about-simple-inner { width: calc(100vw - 32px) !important; }
  section.about-simple .about-logo-wrap { width: 118px !important; height: 118px !important; }
}

/* Paket Favorit - tampil di bawah Layanan Kami */
.favorite-packages{background:#fffaf1;padding:78px 0 88px;position:relative;overflow:hidden}
.favorite-packages .package-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:38px}
.favorite-packages .package-head h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(34px,4vw,54px);line-height:1.08;color:#2b2118;margin:8px 0 0}
.favorite-packages .package-note{max-width:360px;color:#6e675f;line-height:1.7;font-size:14px;margin-bottom:4px}
.favorite-packages .package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.favorite-packages .package-card{background:#fff;border:1px solid #eadfc9;border-radius:24px;padding:26px 32px 32px;min-height:490px;display:flex;flex-direction:column;box-shadow:0 12px 30px rgba(86,55,12,.05);overflow:hidden}
.favorite-packages .package-card.featured{background:linear-gradient(145deg,#c58b1d,#f3cf68);border-color:#c28a20}
.package-badge{display:inline-flex;align-self:flex-start;border-radius:30px;background:#f0ca58;color:#4b3512;padding:7px 13px;font-size:9px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px}
.featured .package-badge{background:#342512;color:#f7d77d}
.package-card h3{font-family:'Playfair Display',Georgia,serif;font-size:30px;color:#302216;margin:0 0 10px}
.package-card p{color:#766f65;font-size:14px;line-height:1.6;margin:0}
.featured .package-card p,.featured p{color:#4a3517}
.package-price{margin:50px 0 24px;padding-bottom:24px;border-bottom:1px solid #eadfc9;color:#766f65;font-size:13px}
.featured .package-price{border-color:rgba(80,50,8,.2);color:#4a3517}
.package-price strong{font-size:28px;color:#b77b0c;margin-left:7px}
.featured .package-price strong{color:#302216}
.package-list{list-style:none;padding:0;margin:0 0 28px;color:#6b645b;font-size:14px;line-height:2.05;flex:1}
.package-list li::before{content:'✓';color:#c18a20;font-weight:800;margin-right:10px}
.featured .package-list{color:#4a3517}.featured .package-list li::before{color:#3b2b14}
/* Tombol detail paket: gold, rapi, dan tidak kaku */
.package-card .package-btn{
  width:100%;
  min-height:52px;
  margin-top:auto;
  padding:13px 22px;
  border:1px solid #d5a52f;
  border-radius:18px;
  background:linear-gradient(135deg,#fff8df 0%,#f1c957 100%);
  color:#4a3210;
  cursor:pointer;
  font:700 13px/1.2 inherit;
  letter-spacing:.1px;
  box-shadow:0 5px 14px rgba(183,123,12,.12);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.package-card .package-btn:hover{
  background:linear-gradient(135deg,#f8d976 0%,#d59b20 100%);
  box-shadow:0 8px 18px rgba(183,123,12,.22);
  transform:translateY(-2px);
}
.package-card .package-btn:active{transform:translateY(0)}
.package-card.featured .package-btn{
  border-color:#302216;
  background:#302216;
  color:#f8d76d;
  box-shadow:0 5px 14px rgba(48,34,22,.18);
}
.package-card.featured .package-btn:hover{
  background:#46331d;
  box-shadow:0 8px 18px rgba(48,34,22,.25);
}
@media(max-width:600px){
  .package-card .package-btn{min-height:48px;border-radius:16px}
}
.package-modal{display:none;position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center;padding:14px}
.package-modal.open{display:flex}
.package-modal-backdrop{position:absolute;inset:0;background:rgba(20,16,10,.62)}
.package-modal-box{position:relative;z-index:1;width:min(920px,calc(100vw - 28px));height:min(806px,calc(100vh - 28px));overflow:hidden;background:#fffaf0;border:1px solid #d9bd73;border-radius:28px;box-shadow:0 22px 80px rgba(0,0,0,.35)}
.package-modal-ribbon{position:absolute;z-index:3;top:12px;left:24px;background:#1e1a11;color:#e7c55e;border-radius:22px;padding:10px 18px;font-size:12px;font-weight:800;letter-spacing:1.4px}
.package-modal-image{display:block;width:100%;height:268px;object-fit:cover;background:#302519}
.package-modal-content{padding:24px 30px 22px;height:calc(100% - 268px);display:flex;flex-direction:column;min-height:0}
.package-modal-kicker{font-size:10px;font-weight:800;letter-spacing:2px;color:#a77a21;margin-bottom:8px}
.package-modal-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.package-modal-box h2{font-family:'Playfair Display',Georgia,serif;font-size:28px;color:#30251b;margin:0}
.package-modal-box .modal-price{font-size:18px;font-weight:800;color:#896313;background:#fff1bd;border:1px solid #e2bd57;border-radius:24px;padding:10px 17px;white-space:nowrap;margin:0}
.package-modal-section-title{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#292012,#bd8c1b);color:#fff8e8;padding:14px 17px;border-radius:17px 17px 0 0;font-weight:800;font-size:15px}
.package-modal-section-title span{color:#f7d77d}
.package-modal-scroll{background:#fff;border:1px solid #eadcc8;border-top:0;border-radius:0 0 14px 14px;padding:16px 20px;overflow:auto;flex:1;min-height:0}
.package-modal-category{border:1px solid #ead9b5;border-radius:15px;padding:13px 15px;background:linear-gradient(110deg,#fff8e7,#fff);margin-bottom:16px}
.package-modal-category small,.package-modal-info-grid small{display:block;font-size:9px;letter-spacing:1.8px;color:#9b9488;font-weight:800;margin-bottom:6px}
.package-modal-category strong{color:#9a731e;font-size:14px}
.package-modal-description{color:#665d51;font-size:14px;line-height:1.7;margin:0 0 16px}
.package-modal-section-title.inner{border-radius:14px 14px 0 0;font-size:14px}
.package-modal-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.package-modal-info-grid>div{border:1px solid #eee5d7;border-radius:14px;padding:13px;background:#fff}
.package-modal-info-grid p{margin:0;color:#665d51;font-size:13px;line-height:1.5}
.package-modal-list{padding-left:22px;color:#665d51;line-height:1.8}
.package-modal-close{position:absolute;top:10px;right:14px;width:40px;height:40px;border:0;border-radius:50%;background:#fffaf0;color:#33291b;box-shadow:0 3px 12px #0002;font-size:28px;z-index:5;cursor:pointer}
.package-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:15px}
.package-modal-actions button,.package-modal-actions a{height:51px;border-radius:16px;display:flex;align-items:center;justify-content:center;font:800 15px Arial,sans-serif;text-decoration:none;cursor:pointer}
.package-copy-menu{background:linear-gradient(90deg,#ffe79a,#efca57);border:1px solid #d9aa2e;color:#2d2417}
.package-marketing-btn{background:#1d1911;color:#f5d56e;border:1px solid #6e551e}
@media(max-width:650px){.package-modal-box{width:calc(100vw - 20px);height:calc(100vh - 20px);border-radius:22px}.package-modal-ribbon{right:14px;font-size:9px;padding:9px 12px}.package-modal-image{height:190px}.package-modal-content{height:calc(100% - 190px);padding:18px 16px 15px}.package-modal-title-row{align-items:flex-start;flex-direction:column;gap:10px}.package-modal-box h2{font-size:23px}.package-modal-box .modal-price{font-size:16px}.package-modal-info-grid{grid-template-columns:1fr}.package-modal-actions{gap:8px}.package-modal-actions button,.package-modal-actions a{font-size:12px;height:46px}}

/* Modal detail katalog mengikuti desain premium halaman contoh */
body.modal-open{overflow:hidden}
.catalog-body-page .modal{padding:0;align-items:center;justify-content:center;background:rgba(20,16,10,.58)}
.catalog-body-page .modal-card{width:min(920px,calc(100vw - 32px));height:min(806px,calc(100vh - 28px));max-height:none;overflow:hidden;padding:0;border-radius:28px;background:#fffaf0;border:1px solid #d9bd73;box-shadow:0 22px 80px rgba(0,0,0,.35);position:relative}
.catalog-body-page .modal-ribbon{position:absolute;z-index:3;top:10px;left:24px;background:#1e1a11;color:#e7c55e;border-radius:22px;padding:10px 18px;font-size:12px;font-weight:800;letter-spacing:1.4px}
.catalog-body-page .modal-card>img{display:block;width:100%;height:268px;object-fit:cover;margin:0;border-radius:0}
.catalog-body-page .modal-content{padding:24px 30px 22px;height:calc(100% - 268px);display:flex;flex-direction:column;min-height:0}
.catalog-body-page .modal-kicker{font-size:10px;font-weight:800;letter-spacing:2px;color:#a77a21;margin-bottom:8px}
.catalog-body-page .modal-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.catalog-body-page .modal-card h2{font-family:'Playfair Display',Georgia,serif;font-size:26px;color:#30251b;margin:0}
.catalog-body-page .modal-card .modal-price{font-size:18px;font-weight:800;color:#896313;background:#fff1bd;border:1px solid #e2bd57;border-radius:24px;padding:10px 17px;white-space:nowrap;margin:0}
.catalog-body-page .modal-section-title{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#292012,#bd8c1b);color:#fff8e8;padding:14px 17px;border-radius:17px 17px 0 0;font-weight:800;font-size:15px}
.catalog-body-page .modal-section-title span{color:#f7d77d}
.catalog-body-page .modal-scroll{background:#fff;border:1px solid #eadcc8;border-top:0;border-radius:0 0 14px 14px;padding:16px 20px;overflow:auto;flex:1;min-height:0}
.catalog-body-page .modal-category{border:1px solid #ead9b5;border-radius:15px;padding:13px 15px;background:linear-gradient(110deg,#fff8e7,#fff);margin-bottom:16px}.modal-category small,.modal-info-grid small{display:block;font-size:9px;letter-spacing:1.8px;color:#9b9488;font-weight:800;margin-bottom:6px}.modal-category strong{color:#9a731e;font-size:14px}.modal-description{color:#665d51;font-size:14px;line-height:1.7;margin:0 0 16px}.catalog-body-page .modal-section-title.inner{border-radius:14px 14px 0 0;font-size:14px}.modal-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.modal-info-grid>div{border:1px solid #eee5d7;border-radius:14px;padding:13px;background:#fff}.modal-info-grid p{margin:0;color:#665d51;font-size:13px;line-height:1.5}.catalog-body-page .modal-close{top:10px;right:14px;width:40px;height:40px;border-radius:50%;background:#fffaf0;color:#33291b;box-shadow:0 3px 12px #0002;font-size:28px;z-index:5}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:15px}.modal-actions button,.modal-actions a{height:51px;border-radius:16px;display:flex;align-items:center;justify-content:center;font:800 15px Arial,sans-serif;text-decoration:none;cursor:pointer}.modal-actions .copy-menu{background:linear-gradient(90deg,#ffe79a,#efca57);border:1px solid #d9aa2e;color:#2d2417}.modal-actions .marketing-btn{background:#1d1911;color:#f5d56e;border:1px solid #6e551e}.catalog-body-page .copy-menu{display:flex}
@media(max-width:650px){.catalog-body-page .modal-card{width:calc(100vw - 20px);height:calc(100vh - 20px);border-radius:22px}.catalog-body-page .modal-ribbon{right:14px;font-size:9px;padding:9px 12px}.catalog-body-page .modal-card>img{height:190px}.catalog-body-page .modal-content{height:calc(100% - 190px);padding:18px 16px 15px}.catalog-body-page .modal-title-row{align-items:flex-start;flex-direction:column;gap:10px}.catalog-body-page .modal-card h2{font-size:23px}.catalog-body-page .modal-card .modal-price{font-size:16px}.modal-info-grid{grid-template-columns:1fr}.modal-actions{grid-template-columns:1fr 1fr;gap:8px}.modal-actions button,.modal-actions a{font-size:12px;height:46px}}

/* Banner foto untuk semua halaman selain Home */
.catalog-body-page .catalog-heading{
  position:relative;
  isolation:isolate;
  width:calc(100% + 48px);
  margin-left:-24px;
  margin-top:-145px;
  padding:185px 24px 72px;
  min-height:470px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(24,17,9,.82),rgba(24,17,9,.42),rgba(24,17,9,.68)),
    url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=2000&q=85') center/cover;
}
.catalog-body-page .catalog-heading::after{
  content:'';
  position:absolute;
  z-index:-1;
  left:0;right:0;bottom:-1px;height:48px;
  background:#fffaf2;
  clip-path:ellipse(58% 55% at 50% 100%);
}
.catalog-body-page .catalog-heading>*{position:relative;z-index:1}
.catalog-body-page .catalog-heading .kicker{color:#f6d887}
.catalog-body-page .catalog-heading h1{color:#fff;text-shadow:0 2px 15px #0008}
.catalog-body-page .catalog-heading p{color:#fffaf0}
.catalog-body-page .search{margin:30px auto 0;border-color:#e7bd52;background:#fff}
.catalog-body-page .search button{background:linear-gradient(135deg,#f6d887,#c58922);color:#241a08}
@media(max-width:720px){
 .catalog-body-page .catalog-heading{width:calc(100% + 48px);padding:155px 18px 60px;min-height:420px}
 .catalog-body-page .catalog-heading h1{text-align:center}
}

/* Banner halaman katalog: penuh dari ujung kiri sampai ujung kanan */
.catalog-body-page .catalog-page{width:100%;max-width:none;margin:0;padding:0 0 70px;overflow:hidden}
.catalog-body-page .catalog-heading{
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:-145px;
  box-sizing:border-box;
  min-height:510px;
  padding:190px 24px 82px;
  border-radius:0;
  background-position:center;
}
.catalog-body-page .catalog-heading::after{height:58px;clip-path:ellipse(62% 58% at 50% 100%)}
/* Tema foto dan nuansa tiap kategori */
.catalog-body-page.theme-wedding .catalog-heading{
 background-image:linear-gradient(90deg,rgba(20,14,9,.78),rgba(38,24,17,.35),rgba(20,14,9,.72)),url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=2200&q=90');
}
.catalog-body-page.theme-prasmanan .catalog-heading{
 background-image:linear-gradient(90deg,rgba(18,35,25,.82),rgba(35,65,42,.34),rgba(15,25,18,.72)),url('https://images.unsplash.com/photo-1555244162-803834f70033?auto=format&fit=crop&w=2200&q=90');
}
.catalog-body-page.theme-pondokan .catalog-heading{
 background-image:linear-gradient(90deg,rgba(48,25,10,.82),rgba(108,61,25,.28),rgba(35,18,8,.74)),url('https://images.unsplash.com/photo-1601050690597-df0568f70950?auto=format&fit=crop&w=2200&q=90');
}
.catalog-body-page.theme-nasi .catalog-heading{
 background-image:linear-gradient(90deg,rgba(28,24,12,.82),rgba(91,71,22,.28),rgba(25,18,8,.72)),url('https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=2200&q=90');
}
.catalog-body-page.theme-snack .catalog-heading{
 background-image:linear-gradient(90deg,rgba(48,20,25,.80),rgba(126,63,62,.28),rgba(35,16,20,.72)),url('https://images.unsplash.com/photo-1558961363-fa8fdf82db35?auto=format&fit=crop&w=2200&q=90');
}
.catalog-body-page .catalog-heading h1{max-width:1100px;text-align:center}
@media(max-width:720px){
 .catalog-body-page .catalog-heading{width:100vw;margin-left:calc(50% - 50vw);padding:155px 18px 70px;min-height:440px}
}

/* Tinggi banner halaman selain Home dibuat sedikit lebih panjang ke bawah */
.catalog-body-page .catalog-heading{
  min-height: 650px;
  padding-top: 190px;
  padding-bottom: 135px;
}
@media(max-width:720px){
  .catalog-body-page .catalog-heading{
    min-height: 570px;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

/* Perbaikan navbar desktop agar lebih panjang dan tidak bertabrakan */
@media(min-width:851px){
  .topbar .container.nav{
    width:min(1540px,97%);
    max-width:none;
    gap:14px;
    padding-left:10px;
    padding-right:10px;
  }
  .topbar .brand{
    flex:0 0 270px;
    min-width:270px;
    gap:12px;
  }
  .topbar .brand-copy{min-width:220px}
  .topbar .brand-copy strong{font-size:19px;letter-spacing:1.5px}
  .topbar .nav-links{
    flex:1 1 auto;
    justify-content:center;
    gap:13px;
    white-space:nowrap;
    min-width:0;
  }
  .topbar .nav-consult{flex:0 0 112px}
  .topbar .header-socials{flex:0 0 auto}
}
@media(min-width:851px) and (max-width:1250px){
  .topbar .container.nav{gap:8px}
  .topbar .brand{flex-basis:235px;min-width:235px}
  .topbar .brand-copy{min-width:190px}
  .topbar .nav-links{gap:8px;font-size:9px}
  .topbar .nav-consult{min-width:96px;padding-left:10px!important;padding-right:10px!important}
  .topbar .header-socials{gap:3px}
  .topbar .header-socials a{width:23px;height:23px;flex-basis:23px}
}

/* HERO: konten lebih menarik dan digeser ke kiri */
.hero-content{
  max-width:720px;
  transform:translateX(-78px);
  padding-top:42px;
}
.hero-content::before{
  content:"WEDDING • CATERING • MOMEN ISTIMEWA";
  display:inline-block;
  margin-bottom:12px;
  padding:7px 13px;
  border:1px solid rgba(246,216,135,.75);
  border-radius:999px;
  color:#f6d887;
  font-size:10px;
  font-weight:800;
  letter-spacing:2px;
  background:rgba(20,12,5,.22);
}
.hero h1{
  text-shadow:0 4px 22px rgba(0,0,0,.3);
}
.hero p{
  font-size:15px;
  line-height:1.8;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}
.hero-buttons .btn{
  min-height:46px;
  padding-left:23px;
  padding-right:23px;
}
@media(max-width:1180px){
  .hero-content{transform:translateX(-35px);}
}
@media(max-width:720px){
  .hero-content{transform:none; padding-top:90px;}
  .hero-content::before{font-size:8px;letter-spacing:1.2px;}
}


/* INFORMASI PEMBAYARAN - halaman selain Home */
.payment-section{width:min(1320px,calc(100% - 48px));margin:80px auto 90px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:26px;align-items:stretch}
.payment-gallery{position:relative;min-height:420px;border-radius:24px;overflow:hidden;background:#1d1a14;box-shadow:0 18px 45px rgba(48,35,15,.12)}
.payment-gallery img{width:100%;height:100%;min-height:420px;display:block;object-fit:cover;filter:brightness(.72);transition:opacity .16s ease}.payment-gallery button{font:inherit;cursor:pointer}
.payment-gallery::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.58));pointer-events:none;z-index:1}
.payment-gallery .gallery-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(0,0,0,.2);color:#fff;font-size:24px;display:grid;place-items:center}
.payment-gallery .gallery-arrow.left{left:18px}.payment-gallery .gallery-arrow.right{right:18px}
.payment-gallery .gallery-label{position:absolute;z-index:2;left:24px;top:22px;padding:10px 17px;border-radius:999px;background:#17130c;color:#f4ce69;font-size:12px;font-weight:800;letter-spacing:1px}
.payment-gallery .gallery-dots{position:absolute;z-index:2;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.45)}
.payment-gallery .gallery-dots i{width:8px;height:8px;border-radius:50%;background:#fff;opacity:.55}.payment-gallery .gallery-dots i.active{opacity:1}
.payment-info{border-radius:24px;background:#f7f0f0;padding:38px 24px 30px;box-shadow:0 18px 45px rgba(48,35,15,.08)}
.payment-info .payment-title{display:inline-flex;align-items:center;gap:9px;padding:12px 22px;border-radius:999px;background:#d2a02d;color:#fff;font-size:16px;font-weight:800;margin-bottom:20px}
.payment-info h2{font-family:Georgia,serif;color:#302519;font-size:30px;margin:0 0 12px}
.payment-info>p{color:#665b52;line-height:1.8;font-size:14px;margin:0 0 18px}
.payment-box{background:#fff;border-left:5px solid #d4a735;border-radius:12px;padding:20px 20px 16px;box-shadow:0 8px 20px rgba(40,25,10,.05)}
.payment-row{display:grid;grid-template-columns:105px 12px 1fr;gap:5px;color:#4d443c;font-size:14px;line-height:1.9}.payment-row strong{color:#2d2924}
.payment-confirm{display:flex;justify-content:center;align-items:center;margin-top:14px;min-height:42px;border-radius:9px;background:#17130e;color:#fff;text-decoration:none;font-size:14px;font-weight:800}
.payment-note{margin-top:16px!important;font-size:13px!important}
@media(max-width:900px){.payment-section{grid-template-columns:1fr;width:min(680px,calc(100% - 28px));margin-top:55px}.payment-gallery,.payment-gallery img{min-height:340px}.payment-info{padding:28px 18px}}
@media(max-width:520px){.payment-gallery,.payment-gallery img{min-height:270px}.payment-info h2{font-size:25px}.payment-row{grid-template-columns:92px 10px 1fr;font-size:13px}}

/* ===== Strip keunggulan dan ticker kategori otomatis untuk halaman selain Home ===== */
.page-feature-strip{width:100%;display:grid;grid-template-columns:repeat(4,1fr);background:#fffdf8;border-top:1px solid #eadfc9;border-bottom:1px solid #eadfc9;overflow:hidden}
.page-feature-item{min-height:105px;padding:20px 24px;display:flex;align-items:center;justify-content:center;gap:16px;border-right:1px solid #eadfc9;background:#fffdf8}
.page-feature-item:last-child{border-right:0}.page-feature-icon{font-size:28px;color:#c99227;line-height:1}.page-feature-item strong{display:block;font-size:14px;color:#171717}.page-feature-item span{display:block;font-size:11px;color:#7c7468;margin-top:4px;white-space:nowrap}
.page-category-ticker{width:100%;background:linear-gradient(90deg,#c9942b,#e2b44e,#c9942b);overflow:hidden;border-bottom:1px solid #c18b25;white-space:nowrap}
.page-category-track{display:inline-flex;align-items:center;min-width:max-content;animation:categorySlide 28s linear infinite}
.page-category-ticker:hover .page-category-track{animation-play-state:paused}
.page-category-item{display:inline-flex;align-items:center;gap:12px;padding:17px 28px;color:#241b0c;font-size:12px;font-weight:800;letter-spacing:3px;text-transform:uppercase}
.page-category-item::after{content:'•';margin-left:16px;font-size:16px}.page-category-item:last-child::after{content:'•'}
@keyframes categorySlide{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:900px){.page-feature-strip{grid-template-columns:repeat(2,1fr)}.page-feature-item:nth-child(2){border-right:0}.page-feature-item:nth-child(-n+2){border-bottom:1px solid #eadfc9}}
@media(max-width:600px){.page-feature-strip{display:flex;overflow:hidden}.page-feature-item{min-width:82vw;justify-content:flex-start;padding:18px 28px;border-right:1px solid #eadfc9}.page-feature-track{display:flex;animation:featureSlide 18s linear infinite}.page-feature-strip:hover .page-feature-track{animation-play-state:paused}.page-feature-item span{white-space:normal}.page-category-item{padding:15px 18px;font-size:10px;letter-spacing:2px}}

/* ===== Strip keunggulan & kategori khusus halaman Home ===== */
.home-feature-strip{
  width:100%;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:#fffdf8;
  border-top:1px solid #eadfc9;
  border-bottom:1px solid #eadfc9;
  overflow:hidden;
}
.home-feature-item{
  min-height:92px;
  padding:16px 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  border-right:1px solid #eadfc9;
  box-sizing:border-box;
}
.home-feature-item:last-child{border-right:0}
.home-feature-icon{
  flex:0 0 auto;
  color:#c88f1d;
  font-size:28px;
  line-height:1;
  width:28px;
  text-align:center;
}
.home-feature-item strong{
  display:block;
  color:#171717;
  font-size:14px;
  line-height:1.35;
}
.home-feature-item span{
  display:block;
  color:#7c7468;
  font-size:11px;
  line-height:1.5;
  margin-top:3px;
  white-space:nowrap;
}
.home-category-ticker{
  width:100%;
  overflow:hidden;
  background:#d7a63b;
  border-bottom:1px solid #c18b25;
  white-space:nowrap;
}
.home-category-track{
  display:flex;
  align-items:center;
  width:max-content;
  min-height:46px;
  animation:homeCategorySlide 30s linear infinite;
}
.home-category-track span{
  display:inline-flex;
  align-items:center;
  color:#241b0c;
  font-size:12px;
  font-weight:800;
  letter-spacing:2.5px;
  padding:0 22px;
}
.home-category-track b{
  color:#241b0c;
  font-size:14px;
}
.home-category-ticker:hover .home-category-track{
  animation-play-state:paused;
}
@keyframes homeCategorySlide{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:900px){
  .home-feature-item{padding:16px 14px;gap:10px}
  .home-feature-item span{white-space:normal}
  .home-feature-icon{font-size:24px;width:24px}
}
@media(max-width:600px){
  .home-feature-strip{
    display:flex;
    overflow:hidden;
  }
  .home-feature-item{
    min-width:82vw;
    justify-content:flex-start;
    padding:18px 24px;
  }
  .home-category-track span{font-size:10px;padding:0 15px;letter-spacing:1.8px}
}


/* HERO HOME LURUS - tanpa gelombang di bagian bawah */
.hero::after {
  display: none !important;
  content: none !important;
}


/* TOMBOL WHATSAPP MELAYANG - KANAN BAWAH, MENUJU FORM KONSULTASI */
.whatsapp-float-left{
  position:fixed;
  right:22px;
  left:auto;
  bottom:22px;
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#20b957;
  color:#fff;
  border:3px solid #fff;
  border-radius:50%;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
  text-decoration:none;
  z-index:9999;
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float-left:hover{
  transform:translateY(-4px) scale(1.04);
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}
.whatsapp-float-left svg{width:31px;height:31px;fill:currentColor}
@media(max-width:600px){
  .whatsapp-float-left{right:14px;left:auto;bottom:14px;width:52px;height:52px}
  .whatsapp-float-left svg{width:28px;height:28px}
}

/* Kartu layanan dengan gambar pada Home */
.service-grid{align-items:stretch}
.service-card{display:block;overflow:hidden;padding:0!important;border-radius:18px!important;background:#fff;transition:transform .25s ease,box-shadow .25s ease}
.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 35px rgba(62,43,20,.12)}
.service-image{width:100%;height:175px;overflow:hidden;background:#eee}
.service-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}
.service-card:hover .service-image img{transform:scale(1.06)}
.service-card-body{text-align:center;padding:22px 16px 24px}
.service-card-body h3{margin:0 0 10px;font-family:'Playfair Display',serif;font-size:24px;color:#182b46}
.service-card-body h3:after{content:'';display:block;width:52px;height:2px;background:#c99525;margin:11px auto 0}
.service-card-body p{margin:0;color:#786d63;font-size:13px}
@media(max-width:900px){.service-image{height:150px}.service-card-body h3{font-size:21px}}

/* NAVBAR FINAL - rapi, seimbang, dan tidak bertabrakan */
@media (min-width: 851px){
  .topbar{width:100%;padding:12px 0;background:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.28),transparent)}
  .topbar .container.nav{
    width:min(1480px,96%);
    max-width:1480px;
    display:flex;
    align-items:center;
    gap:18px;
    margin:0 auto;
    padding:0;
  }
  .topbar .brand{
    flex:0 0 300px;
    width:300px;
    min-width:300px;
    gap:11px;
  }
  .topbar .brand img{width:54px;height:54px;flex:0 0 54px}
  .topbar .brand-copy{min-width:0;flex:1}
  .topbar .brand-copy strong{font-size:20px;letter-spacing:1.3px;white-space:nowrap}
  .topbar .nav-links{
    flex:1 1 auto;
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    white-space:nowrap;
    font-size:12px;
    line-height:1;
  }
  .topbar .nav-links>a,.topbar .dropbtn{font-size:12px;line-height:1}
  .topbar .nav-consult{
    flex:0 0 112px;
    width:112px;
    min-width:112px;
    padding:11px 12px!important;
    white-space:nowrap;
  }
  .topbar .header-socials{flex:0 0 112px;width:112px;gap:5px;justify-content:flex-end}
  .topbar .header-socials a{width:25px;height:25px;flex:0 0 25px;font-size:11px}
}
@media (min-width:851px) and (max-width:1250px){
  .topbar .container.nav{gap:9px;width:98%}
  .topbar .brand{flex-basis:245px;width:245px;min-width:245px}
  .topbar .brand-copy strong{font-size:17px}
  .topbar .nav-links{gap:9px;font-size:10px}
  .topbar .nav-links>a,.topbar .dropbtn{font-size:10px}
  .topbar .nav-consult{flex-basis:96px;width:96px;min-width:96px;font-size:10px!important;padding:10px 8px!important}
  .topbar .header-socials{flex-basis:96px;width:96px;gap:3px}
  .topbar .header-socials a{width:22px;height:22px;flex-basis:22px}
}

/* Ornamen Jawa wayang/gunungan yang halus untuk semua halaman */

/* Dropdown navbar: dibuka saat diklik, bukan terbuka ketika kursor hanya melewati menu */
@media(min-width:721px){
  .topbar{z-index:1000;}
  .topbar .nav-links{position:relative;z-index:1001;}
  .topbar .dropdown{position:relative;}
  .topbar .dropdown-menu{z-index:10000;}
}


/* ===== PERBAIKAN NAVBAR: KEMBALI RAPI DAN TIDAK BENTROK ===== */
.topbar{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:1000;
  padding:10px 0 12px;
  background:linear-gradient(180deg,rgba(10,8,5,.86) 0%,rgba(10,8,5,.48) 62%,rgba(10,8,5,0) 100%);
}
.topbar .container.nav{
  width:min(1280px,94%);
  max-width:1280px;
  min-height:58px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:18px;
}
.topbar .brand{
  flex:0 0 285px;
  width:285px;
  min-width:285px;
  display:flex;
  align-items:center;
  gap:10px;
}
.topbar .brand img{width:54px;height:54px;flex:0 0 54px}
.topbar .brand-copy{min-width:0}
.topbar .brand-copy strong{
  display:block;
  color:#fff;
  font-size:20px;
  line-height:1.1;
  letter-spacing:1.2px;
  white-space:nowrap;
}
.topbar .brand-copy small{font-size:8px;line-height:1;white-space:nowrap}
.topbar .nav-links{
  flex:1 1 auto;
  min-width:0;
  justify-content:center;
  align-items:center;
  gap:14px;
  white-space:nowrap;
  font-size:12px;
}
.topbar .nav-links>a,
.topbar .dropbtn{
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}
.topbar .dropbtn span{font-size:10px;margin-left:2px}
.topbar .nav-consult{
  flex:0 0 112px;
  width:112px;
  min-width:112px;
  height:44px;
  padding:0 12px!important;
  font-size:11px!important;
  white-space:nowrap;
}
.topbar .header-socials{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  margin-left:0;
}
.topbar .header-socials a{
  width:27px;
  height:27px;
  flex:0 0 27px;
  display:grid;
  place-items:center;
  border:1px solid rgba(239,194,75,.9);
  border-radius:50%;
  color:#f1c75b;
  background:rgba(20,15,8,.18);
  font-size:12px;
}
.topbar .header-socials a:hover{background:#d5a13a;color:#211707}

/* dropdown tidak menggantung ketika hover; tetap rapi di bawah menu */
.topbar .dropdown-menu{
  top:calc(100% + 12px);
  left:50%;
  transform:translateX(-50%);
  display:none;
  z-index:2000;
}
.topbar .dropdown:hover .dropdown-menu{display:none}
.topbar .dropdown:focus-within .dropdown-menu{display:block}
.topbar .dropdown-menu::before{
  content:'';
  position:absolute;
  top:-7px;
  left:50%;
  transform:translateX(-50%) rotate(45deg);
  width:14px;height:14px;
  background:#fff;
  border-left:1px solid #eee;
  border-top:1px solid #eee;
}
@media(max-width:1250px) and (min-width:851px){
  .topbar .container.nav{width:98%;gap:10px}
  .topbar .brand{flex-basis:235px;width:235px;min-width:235px}
  .topbar .brand-copy strong{font-size:17px}
  .topbar .nav-links{gap:9px}
  .topbar .nav-links>a,.topbar .dropbtn{font-size:10px}
  .topbar .nav-consult{flex-basis:94px;width:94px;min-width:94px;font-size:10px!important}
  .topbar .header-socials{gap:4px}
  .topbar .header-socials a{width:23px;height:23px;flex-basis:23px;font-size:10px}
}
@media(max-width:850px){
  .topbar{padding:8px 0}
  .topbar .container.nav{width:92%;min-height:54px}
  .topbar .brand{flex:1;width:auto;min-width:0}
  .topbar .brand img{width:45px;height:45px;flex-basis:45px}
  .topbar .brand-copy strong{font-size:17px}
  .topbar .nav-links{display:none}
  .topbar .nav-links.open{display:flex;position:absolute;top:68px;left:4%;right:4%;flex-direction:column;align-items:stretch;background:rgba(24,18,10,.97);padding:15px;border-radius:12px;gap:8px}
  .topbar .nav-consult{flex:0 0 auto;width:auto;min-width:100px;height:38px;font-size:10px!important}
  .topbar .header-socials{display:none}
}

.topbar .dropdown.open .dropdown-menu{display:block!important}

/* FINAL NAVBAR ALIGNMENT - tidak bertabrakan */
@media (min-width: 851px){
  .topbar .container.nav{
    width: calc(100% - 48px);
    max-width: 1380px;
    gap: 12px;
    box-sizing: border-box;
  }
  .topbar .brand{
    flex: 0 0 245px;
    width: 245px;
    min-width: 245px;
    gap: 8px;
  }
  .topbar .brand img{width:50px;height:50px;flex-basis:50px}
  .topbar .brand-copy strong{font-size:18px;letter-spacing:1px}
  .topbar .nav-links{
    flex: 1 1 auto;
    justify-content:center;
    gap: 10px;
    overflow: visible;
  }
  .topbar .nav-links>a,
  .topbar .dropbtn{
    font-size:11px;
    letter-spacing:0;
  }
  .topbar .nav-consult{
    flex:0 0 102px;
    width:102px;
    min-width:102px;
    height:42px;
    padding:0 8px !important;
    font-size:10px !important;
    box-sizing:border-box;
  }
  .topbar .header-socials{
    flex:0 0 124px;
    width:124px;
    gap:5px;
    justify-content:flex-end;
  }
  .topbar .header-socials a{
    width:25px;height:25px;flex:0 0 25px;font-size:11px;
  }
}
@media (min-width:851px) and (max-width:1150px){
  .topbar .brand{flex-basis:205px;width:205px;min-width:205px}
  .topbar .brand-copy strong{font-size:16px}
  .topbar .nav-links{gap:7px}
  .topbar .nav-links>a,.topbar .dropbtn{font-size:9px}
  .topbar .nav-consult{flex-basis:88px;width:88px;min-width:88px;font-size:9px!important}
  .topbar .header-socials{flex-basis:104px;width:104px;gap:3px}
  .topbar .header-socials a{width:22px;height:22px;flex-basis:22px}
}


/* Tombol musik wedding di atas tombol WhatsApp */
.music-float{
  position:fixed;
  right:22px;
  bottom:92px;
  width:58px;
  height:42px;
  border:2px solid #fff;
  border-radius:22px;
  background:linear-gradient(135deg,#f3d06b,#c99525);
  color:#24190b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:21px;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(0,0,0,.2);
  z-index:10000;
  transition:transform .2s ease, box-shadow .2s ease;
}
.music-float:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(0,0,0,.25)}
.music-float.is-playing{background:linear-gradient(135deg,#d8ad3d,#9c6d10);animation:musicPulse 1.5s infinite}
@keyframes musicPulse{0%,100%{box-shadow:0 8px 22px rgba(0,0,0,.2)}50%{box-shadow:0 8px 22px rgba(201,149,37,.55)}}
@media(max-width:600px){.music-float{right:14px;bottom:80px;width:52px;height:38px;font-size:19px}}

/* Galeri foto khusus halaman Home */
.home-gallery-section{background:linear-gradient(180deg,#fffdf8 0%,#f8f3e9 100%);}
.home-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:16px;}
.home-gallery-card{position:relative;display:block;overflow:hidden;border-radius:20px;background:#ddd;box-shadow:0 12px 28px rgba(62,43,18,.12);min-height:220px;}
.home-gallery-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease,filter .45s ease;}
.home-gallery-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(20,15,8,.72));pointer-events:none;}
.home-gallery-card span{position:absolute;z-index:1;left:18px;bottom:16px;color:#fff;font-size:15px;font-weight:800;letter-spacing:.2px;}
.home-gallery-card:hover img{transform:scale(1.07);filter:brightness(.92);}
.home-gallery-wide{grid-column:span 2;grid-row:span 2;}
@media(max-width:760px){.home-gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:170px;gap:11px}.home-gallery-card{min-height:170px;border-radius:15px}.home-gallery-wide{grid-column:span 2;grid-row:span 1}.home-gallery-card span{left:12px;bottom:12px;font-size:13px}}


/* Galeri Home model kolase: 1 kartu besar + 4 kartu kecil, masing-masing slider */
.category-galleries{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:220px 220px;gap:16px;max-width:1060px;margin:0 auto}
.category-gallery{position:relative;background:#ddd;border:0;border-radius:20px;padding:0;overflow:hidden;min-height:0;box-shadow:0 12px 28px rgba(62,43,18,.12)}
.category-gallery:first-child{grid-row:1 / span 2}
.category-gallery h3{position:absolute;z-index:5;left:18px;bottom:16px;margin:0;color:#fff;font-size:15px;font-weight:800;text-shadow:0 2px 8px #000}
.category-gallery-slider{position:absolute;inset:0;display:block}
.category-gallery-stage{position:absolute;inset:0;overflow:hidden;border-radius:20px;background:#ddd}
.category-gallery-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(0,0,0,.72));pointer-events:none}
.category-gallery-image{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s ease,transform .45s ease}
.category-gallery-caption{position:absolute;z-index:3;bottom:16px;left:18px;right:18px;padding:0;color:#fff;background:none;font-weight:800;font-size:15px;text-shadow:0 2px 8px #000}
.category-gallery h3:empty,.category-gallery-caption:empty{display:none}
.category-gallery-prev,.category-gallery-next{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:38px;height:38px;border:1px solid rgba(255,255,255,.85);border-radius:50%;background:rgba(0,0,0,.25);color:#fff;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center;opacity:0;transition:.2s}
.category-gallery-prev{left:12px}.category-gallery-next{right:12px}
.category-gallery:hover .category-gallery-prev,.category-gallery:hover .category-gallery-next,.category-gallery:focus-within .category-gallery-prev,.category-gallery:focus-within .category-gallery-next{opacity:1}
.category-gallery-dots{position:absolute;z-index:6;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:5px;padding:0}
.category-gallery-dots button{width:8px;height:8px;border:0;border-radius:50%;margin:0;background:rgba(255,255,255,.65);cursor:pointer;padding:0}.category-gallery-dots button.active{background:#fff;transform:scale(1.2)}
@media(max-width:760px){.category-galleries{grid-template-columns:1fr 1fr;grid-template-rows:190px 190px 190px;gap:11px}.category-gallery:first-child{grid-column:1 / span 2;grid-row:auto}.category-gallery{border-radius:15px}.category-gallery-stage{border-radius:15px}.category-gallery h3,.category-gallery-caption{left:12px;bottom:12px;font-size:13px}.category-gallery-caption{right:12px}.category-gallery-prev,.category-gallery-next{width:32px;height:32px;font-size:23px;opacity:1}.category-gallery-prev{left:8px}.category-gallery-next{right:8px}}


/* Penyempurnaan galeri kolase Home */
.home-gallery-section{padding:72px 20px 78px;}
.home-gallery-section .section-heading{width:min(1060px,100%);margin:0 auto 28px;text-align:center;}
.home-gallery-section .section-heading .kicker{margin-bottom:10px;}
.home-gallery-section .section-heading h2{margin:0 0 10px;font-size:clamp(28px,4vw,46px);line-height:1.12;color:#10233b;}
.home-gallery-section .section-heading p{margin:0;color:#6e675d;font-size:15px;}
.category-galleries{width:min(1060px,100%);grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:220px 220px;gap:16px;}
.category-gallery{min-height:0;isolation:isolate;}
.category-gallery-image{background:#d9d9d9;}
.category-gallery h3{display:none;}
.category-gallery-caption{bottom:18px;left:20px;font-size:15px;}
.category-gallery-prev,.category-gallery-next{opacity:1;background:rgba(17,17,17,.34);backdrop-filter:blur(4px);}
.category-gallery-prev:hover,.category-gallery-next:hover{background:rgba(17,17,17,.65);}
@media(max-width:760px){.home-gallery-section{padding:48px 14px 58px}.home-gallery-section .section-heading{margin-bottom:20px}.category-galleries{grid-template-columns:1fr 1fr;grid-template-rows:190px 190px 190px;gap:12px}.category-gallery-caption{left:13px;bottom:13px;font-size:13px}.category-gallery-prev,.category-gallery-next{opacity:1;}}

.partner-logo img{max-width:100%;max-height:70px;object-fit:contain;display:block;margin:auto}.partner-grid a.partner-logo{text-decoration:none;color:inherit}
