/* ============================================================
   Wahyu Utama Catering — Landing Page
   Design tokens & styles (hi-fi, from design handoff)
   ============================================================ */

:root {
  --ivory: #FFFDF8;
  --cream: #F7F0E5;
  --cream-2: #FBF6EC;
  --sand: #EADCC5;
  --gold-300: #DDBB6B;
  --gold-400: #CDA349;
  --gold: #C99A35;       /* primary */
  --gold-700: #A97918;   /* dark / hover */
  --espresso: #2E2A25;
  --brown: #4A4136;
  --taupe: #7A6E5F;
  --border: #E5D6B8;
  --border-soft: #F0E7D6;
  --wa: #25D366;

  --serif: 'Playfair Display', Georgia, serif;
  --script: 'Great Vibes', cursive;
  --quote: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --maxw: 1240px;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--espresso);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--gold-300); color: #fff; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: var(--sans); }

.container { max-width: var(--maxw); margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.sec { padding-top: clamp(48px, 6vw, 84px); padding-bottom: clamp(48px, 6vw, 84px); }
.relative { position: relative; }
.center { text-align: center; }

/* ---------- Typography helpers ---------- */
.script { font-family: var(--script); color: var(--gold); line-height: 1; }
.h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(34px, 5vw, 56px); line-height: 1.12; margin: 6px 0 16px; text-wrap: balance; }
.h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.15; margin: 4px 0 14px; text-wrap: balance; }
.h3 { font-family: var(--serif); font-weight: 600; }
.lead { font-size: 18px; line-height: 1.7; color: var(--taupe); text-wrap: pretty; }
.muted { color: var(--taupe); }

.sec-head { text-align: center; max-width: 660px; margin: 0 auto 46px; }
.sec-head .script { font-size: 34px; display: block; }
.divider { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); justify-content: center; }
.divider span.line { width: 40px; height: 1px; background: var(--gold-300); display: inline-block; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border-radius: 999px; cursor: pointer; border: none;
  font-weight: 600; font-size: 15px; transition: background .2s, transform .2s, box-shadow .2s, color .2s, border-color .2s;
  text-align: center;
}
.btn svg { flex-shrink: 0; }
.btn-gold { background: var(--gold); color: #fff; padding: 14px 28px; box-shadow: 0 10px 26px rgba(201,154,53,.3); }
.btn-gold:hover { background: var(--gold-700); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--gold-700); border: 1.5px solid var(--gold); padding: 13px 28px; }
.btn-outline:hover { background: var(--cream); }
.btn-outline.on-cream:hover { background: #fff; }
.btn-wa { background: var(--wa); color: #fff; padding: 16px 32px; box-shadow: 0 12px 30px rgba(37,211,102,.28); font-size: 15.5px; }
.btn-wa:hover { transform: translateY(-2px); }
.btn-sm { padding: 12px 18px; font-size: 14px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,253,248,.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner { max-width: var(--maxw); margin: 0 auto; padding: 12px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { cursor: pointer; display: flex; align-items: center; }
.brand img { height: 58px; width: auto; }
.desktop-nav { display: flex; align-items: center; gap: 32px; }
.nav-link { cursor: pointer; font-size: 14.5px; font-weight: 500; letter-spacing: .01em; color: var(--espresso); transition: color .2s; }
.nav-link:hover, .nav-link.active { color: var(--gold-700); }
.burger {
  display: none; background: transparent; border: 1.5px solid var(--border); border-radius: 10px;
  width: 46px; height: 46px; align-items: center; justify-content: center; cursor: pointer; color: var(--gold-700);
}
.mobile-nav { border-top: 1px solid var(--border); background: var(--ivory); animation: wucFade .25s ease; }
.mobile-nav-inner { display: flex; flex-direction: column; padding: 10px 28px 20px; }
.mobile-nav a { cursor: pointer; padding: 13px 4px; font-size: 16px; font-weight: 500; border-bottom: 1px solid var(--cream); }

/* ---------- Views ---------- */
.view { display: none; }
.view.active { display: block; animation: wucFade .35s ease; }

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(180deg, var(--ivory), var(--cream)); }
.hero-grid { max-width: var(--maxw); margin: 0 auto; padding: clamp(48px,7vw,90px) 28px; display: flex; flex-wrap: wrap; gap: 48px; align-items: center; position: relative; z-index: 2; }
.hero-col { flex: 1 1 380px; }
.hero .script { font-size: clamp(30px, 4vw, 42px); display: block; margin-bottom: 6px; }
.hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(38px, 5.4vw, 64px); line-height: 1.08; margin: 8px 0 0; text-wrap: balance; }
.hero p { font-size: clamp(16px, 1.5vw, 18px); line-height: 1.7; color: var(--taupe); max-width: 520px; margin: 24px 0 0; text-wrap: pretty; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.rating-row { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: var(--taupe); font-size: 14px; }
.rating-row .stars { display: inline-flex; color: var(--gold); }
.hero-photos { flex: 1 1 380px; position: relative; min-height: 440px; }
.floral { position: absolute; pointer-events: none; }

/* polaroid photo */
.photo {
  background: #fff; border-radius: 5px; cursor: pointer; position: absolute;
  box-shadow: 0 22px 50px rgba(46,42,37,.16);
  transition: transform .4s cubic-bezier(.2,.8,.25,1), box-shadow .4s ease;
}
.photo:hover { transform: rotate(0deg) translateY(-12px) scale(1.05) !important; box-shadow: 0 36px 70px rgba(46,42,37,.28); z-index: 6; }
.photo .frame { border-radius: 3px; position: relative; overflow: hidden; }
.photo .kb { position: absolute; inset: -7%; background-position: center; background-size: cover; background-repeat: no-repeat; transition: transform 1.3s cubic-bezier(.2,.7,.2,1); }
.photo:hover .kb { transform: scale(1.13); }
.photo .cap { font-family: var(--script); text-align: center; color: var(--gold-700); margin: 8px 0 0; }
.photo .sheen { position: absolute; top: 0; left: 0; width: 55%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent); pointer-events: none; opacity: 0; transform: translateX(-120%) skewX(-16deg); transition: transform 1.05s ease, opacity .4s ease; }
.photo:hover .sheen { opacity: 1; transform: translateX(330%) skewX(-16deg); }
.tape { position: absolute; top: -16px; left: 50%; width: 19px; height: 46px; background: rgba(221,187,107,.5); transform: translateX(-50%) rotate(38deg); z-index: 4; }

.hero-photo-1 { top: 0; left: 6%; width: 58%; padding: 10px 10px 18px; transform: rotate(-4deg); z-index: 2; }
.hero-photo-2 { bottom: 6%; right: 4%; width: 52%; padding: 10px 10px 16px; transform: rotate(5deg); z-index: 3; }

/* ---------- Generic cards ---------- */
.grid { display: grid; gap: 18px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 10px 34px rgba(46,42,37,.06); }
.card-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--cream); display: grid; place-items: center; color: var(--gold-700); margin-bottom: 14px; }
.lift { transition: transform .25s, box-shadow .25s; }
.lift:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(46,42,37,.12); }

/* trust */
.trust-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.trust-grid .card { padding: 26px 24px; }
.trust-grid h3 { font-family: var(--serif); font-size: 20px; font-weight: 600; margin: 0 0 6px; }
.trust-grid p { font-size: 14.5px; line-height: 1.6; color: var(--taupe); margin: 0; }

/* about preview */
.about-preview { background: var(--cream); position: relative; overflow: hidden; }
.about-grid { max-width: var(--maxw); margin: 0 auto; padding: clamp(48px,6vw,84px) 28px; display: flex; flex-wrap: wrap; gap: 52px; align-items: center; position: relative; }
.about-photos { flex: 1 1 340px; position: relative; min-height: 400px; }
.about-text { flex: 1 1 380px; }
.about-text .script { font-size: 34px; }
.about-text p { font-size: 16.5px; line-height: 1.8; color: var(--taupe); margin: 0 0 18px; text-wrap: pretty; }

/* services */
.services-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.service-card { flex: 1 1 280px; max-width: 380px; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 30px 28px; box-shadow: 0 12px 34px rgba(46,42,37,.06); }
.service-card .icon-lg { width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(145deg, var(--cream), var(--sand)); display: grid; place-items: center; color: var(--gold-700); margin-bottom: 18px; }
.service-card h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; margin: 0 0 10px; }
.service-card p { font-size: 15px; line-height: 1.65; color: var(--taupe); margin: 0; text-wrap: pretty; }

/* package cards */
.pkg-section { background: linear-gradient(180deg, var(--cream), var(--ivory)); }
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.pkg-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; box-shadow: 0 14px 38px rgba(46,42,37,.07); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.pkg-card:hover { transform: translateY(-6px); box-shadow: 0 26px 56px rgba(46,42,37,.13); }
.pkg-photo { position: relative; aspect-ratio: 16/10; background-position: center; background-size: cover; overflow: hidden; }
.pkg-badge { position: absolute; top: 14px; left: 14px; background: rgba(255,253,248,.95); color: var(--gold-700); font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; box-shadow: 0 6px 16px rgba(46,42,37,.12); }
.pkg-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.pkg-body h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; margin: 0 0 8px; }
.pkg-body p { font-size: 14.5px; line-height: 1.6; color: var(--taupe); margin: 0 0 16px; flex: 1; text-wrap: pretty; }
.pkg-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 18px; }
.pkg-price .from { font-size: 13px; color: var(--taupe); }
.pkg-price .val { font-family: var(--serif); font-size: 18px; color: var(--gold-700); font-weight: 600; }
.pkg-price .unit { font-size: 13px; color: var(--taupe); }
.pkg-actions { display: flex; gap: 10px; }
.pkg-actions .btn { flex: 1; padding: 12px; font-size: 14px; }

/* gallery preview grid */
.gal-preview { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.gal-tile { aspect-ratio: 1/1; border-radius: 14px; overflow: hidden; position: relative; background-size: cover; background-position: center; cursor: pointer; }
.gal-tile .pill { position: absolute; bottom: 12px; left: 12px; background: rgba(46,42,37,.55); color: #fff; font-size: 12px; padding: 5px 12px; border-radius: 999px; backdrop-filter: blur(4px); }

/* process (dark) */
.process { background: var(--espresso); color: var(--ivory); position: relative; overflow: hidden; }
.process .script { color: var(--gold-300); }
.process h2 { color: var(--ivory); }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 24px; }
.step { text-align: center; }
.step .num { width: 62px; height: 62px; border-radius: 50%; border: 1.5px solid var(--gold); background: rgba(201,154,53,.12); display: grid; place-items: center; margin: 0 auto 16px; font-family: var(--serif); font-size: 24px; color: var(--gold-300); }
.step h4 { font-size: 16px; font-weight: 600; margin: 0 0 6px; color: var(--ivory); }
.step p { font-size: 13.5px; line-height: 1.55; color: #C9BCA6; margin: 0; }

/* testimonials */
.testi-wrap { max-width: 1000px; margin: 0 auto; padding: clamp(56px,7vw,96px) 28px; text-align: center; }
.testi-card { background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: clamp(32px,5vw,56px); box-shadow: 0 18px 50px rgba(46,42,37,.08); position: relative; }
.testi-quote-mark { color: var(--gold-300); font-family: var(--serif); font-size: 80px; line-height: .5; height: 34px; }
.testi-quote { font-family: var(--quote); font-size: clamp(20px,2.6vw,28px); line-height: 1.55; color: var(--espresso); font-style: italic; margin: 0 0 26px; min-height: 110px; text-wrap: pretty; }
.testi-name { font-size: 16px; color: var(--espresso); }
.testi-role { font-size: 13.5px; color: var(--taupe); }
.testi-nav { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.testi-nav button { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--border); background: #fff; color: var(--gold-700); cursor: pointer; display: grid; place-items: center; transition: background .2s; }
.testi-nav button:hover { background: var(--cream); }

/* CTA banner */
.cta-banner { max-width: var(--maxw); margin: 0 auto 80px; padding: 0 28px; }
.cta-inner { background: linear-gradient(135deg, var(--gold), var(--gold-700)); border-radius: 28px; padding: clamp(44px,6vw,72px) clamp(28px,5vw,64px); text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-inner .script { color: var(--ivory); font-size: 36px; position: relative; }
.cta-inner h2 { font-family: var(--serif); font-size: clamp(28px,3.6vw,42px); font-weight: 600; margin: 8px auto 16px; max-width: 680px; line-height: 1.2; position: relative; }
.cta-inner p { font-size: 17px; line-height: 1.6; max-width: 560px; margin: 0 auto 30px; opacity: .92; position: relative; }
.cta-inner .btn { position: relative; }

/* page hero (about/paket/galeri/kontak) */
.page-hero { background: linear-gradient(180deg, var(--cream), var(--ivory)); text-align: center; position: relative; overflow: hidden; }
.page-hero-inner { max-width: 800px; margin: 0 auto; padding: clamp(54px,7vw,90px) 28px; position: relative; }
.page-hero .script { font-size: 38px; display: block; }

/* why us */
.whyus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 18px; }
.whyus-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 28px 24px; text-align: center; }
.whyus-card .ic { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(145deg, var(--cream), var(--sand)); display: grid; place-items: center; color: var(--gold-700); margin: 0 auto 16px; }
.whyus-card h3 { font-family: var(--serif); font-size: 19px; font-weight: 600; margin: 0 0 8px; }
.whyus-card p { font-size: 14px; line-height: 1.6; color: var(--taupe); margin: 0; text-wrap: pretty; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 1000px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: transparent; border: none; cursor: pointer; text-align: left; font: 600 16.5px var(--sans); color: var(--espresso); }
.faq-q .chev { color: var(--gold); flex-shrink: 0; transition: transform .25s; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { margin: 0; padding: 0 24px; font-size: 15.5px; line-height: 1.7; color: var(--taupe); text-wrap: pretty; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; }
.faq-item.open .faq-a { padding: 0 24px 22px; max-height: 320px; }

/* ---------- Packages page ---------- */
.cat-nav { position: sticky; top: 71px; z-index: 20; background: rgba(255,253,248,.92); backdrop-filter: blur(10px); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cat-nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 14px 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.cat-chip { background: #fff; color: var(--gold-700); border: 1.4px solid var(--border); border-radius: 999px; padding: 9px 18px; font: 600 13.5px var(--sans); cursor: pointer; transition: all .2s; }
.cat-chip:hover, .cat-chip.active { background: var(--gold); color: #fff; border-color: var(--gold); }
.cat-section { scroll-margin-top: 140px; }
.cat-head { max-width: 760px; margin: 0 0 40px; }
.cat-head .script { font-size: 32px; }
.cat-head h2 { font-family: var(--serif); font-size: clamp(27px,3.4vw,40px); font-weight: 600; margin: 2px 0 12px; line-height: 1.15; }
.cat-head p { font-size: 15.5px; line-height: 1.7; color: var(--taupe); margin: 0 0 14px; text-wrap: pretty; }
.cat-meta { display: inline-flex; align-items: center; gap: 9px; background: var(--cream); border: 1px solid var(--border); border-radius: 999px; padding: 8px 16px; font-size: 13px; font-weight: 500; color: var(--gold-700); }
.tier-row { display: flex; flex-wrap: wrap; gap: 20px; }
.tier-card { flex: 1 1 260px; max-width: 320px; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 26px 24px 24px; box-shadow: 0 14px 36px rgba(46,42,37,.07); display: flex; flex-direction: column; position: relative; transition: transform .25s, box-shadow .25s; }
.tier-card:hover { transform: translateY(-6px); box-shadow: 0 26px 54px rgba(46,42,37,.13); }
.tier-badge { position: absolute; top: -11px; left: 24px; background: var(--gold); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; padding: 5px 13px; border-radius: 999px; box-shadow: 0 6px 16px rgba(201,154,53,.32); }
.tier-card h3 { font-family: var(--serif); font-size: 21px; font-weight: 600; margin: 4px 0 14px; }
.tier-price { display: flex; flex-direction: column; gap: 6px; padding-bottom: 16px; border-bottom: 1px dashed var(--border); margin-bottom: 16px; }
.tier-price .line { display: flex; align-items: baseline; gap: 7px; }
.tier-price .val { font-family: var(--serif); font-size: 25px; font-weight: 600; color: var(--gold-700); }
.tier-price .lbl { font-size: 13px; color: var(--taupe); }
.tier-items { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.tier-items .it { display: flex; align-items: flex-start; gap: 10px; font-size: 13.8px; line-height: 1.45; color: var(--brown); }
.tier-items .it .ck { flex-shrink: 0; color: var(--gold); margin-top: 1px; }
.tier-card .btn { margin-top: 20px; padding: 13px; }
.terms-section { background: var(--espresso); color: #C9BCA6; }
.terms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px,1fr)); gap: 14px 32px; max-width: 1000px; margin: 0 auto; }
.term { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; line-height: 1.55; color: #C9BCA6; padding: 6px 0; }
.term .ck { flex-shrink: 0; color: var(--gold-300); margin-top: 2px; }

/* ---------- Gallery page ---------- */
.gal-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 34px; }
.gal-filter { border: 1.5px solid var(--border); background: #fff; color: var(--gold-700); border-radius: 999px; padding: 10px 22px; font: 600 14px var(--sans); cursor: pointer; transition: all .2s; }
.gal-filter:hover { border-color: var(--gold); }
.gal-filter.active { background: var(--gold); color: #fff; border-color: var(--gold); }
.masonry { columns: 3 260px; column-gap: 16px; }
.masonry .frame { break-inside: avoid; margin-bottom: 16px; background: #fff; padding: 8px; border-radius: 8px; box-shadow: 0 10px 30px rgba(46,42,37,.08); }
.masonry .frame .img { border-radius: 4px; overflow: hidden; background-size: cover; background-position: center; }
.masonry .frame .cap { font-family: var(--script); text-align: center; color: var(--gold-700); font-size: 19px; margin: 6px 0 2px; }
.masonry .frame.hide { display: none; }

/* ---------- Contact page ---------- */
.contact-grid { max-width: var(--maxw); margin: 0 auto; padding: clamp(32px,4vw,64px) 28px; display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
.form-card { flex: 1 1 380px; background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: clamp(28px,4vw,44px); box-shadow: 0 16px 44px rgba(46,42,37,.08); }
.form-card h2 { font-family: var(--serif); font-size: 26px; font-weight: 600; margin: 0 0 24px; }
.form-row { display: flex; flex-wrap: wrap; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--espresso); flex: 1 1 160px; }
.field.full { flex: 1 1 100%; }
.field input, .field select, .field textarea { border: 1.5px solid var(--border); border-radius: 12px; padding: 13px 15px; font: 400 15px var(--sans); color: var(--espresso); outline: none; background: var(--ivory); width: 100%; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.form-stack { display: flex; flex-direction: column; gap: 16px; }
.form-success { background: #F0F9F2; border: 1px solid #B6E5C4; border-radius: 14px; padding: 20px; display: flex; gap: 12px; align-items: flex-start; color: #1B7A3D; margin-bottom: 20px; }
.contact-side { flex: 1 1 280px; display: flex; flex-direction: column; gap: 18px; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 28px; }
.contact-card h3 { font-family: var(--serif); font-size: 20px; font-weight: 600; margin: 0 0 18px; }
.contact-item { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 16px; }
.contact-item .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--cream); display: grid; place-items: center; color: var(--gold-700); flex-shrink: 0; }
.contact-item .lbl { font-size: 13px; color: var(--taupe); margin-bottom: 2px; }
.contact-item .val { font-size: 15px; font-weight: 500; color: var(--espresso); line-height: 1.4; }
.map-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; overflow: hidden; }
.map-card .map-link { display: block; aspect-ratio: 16/11; position: relative; }
.map-card .map-link img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.map-card .map-pill { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--gold-700); font: 600 13.5px var(--sans); padding: 10px 20px; border-radius: 999px; box-shadow: 0 8px 22px rgba(46,42,37,.2); white-space: nowrap; }
.map-card .map-addr { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 22px; font-size: 14px; color: var(--taupe); line-height: 1.6; border-top: 1px solid var(--border-soft); transition: background .2s; }
.map-card .map-addr:hover { background: var(--ivory); }
.map-card .map-addr .go { flex-shrink: 0; color: var(--gold-700); display: inline-flex; align-items: center; gap: 5px; font-weight: 600; white-space: nowrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--espresso); color: #C9BCA6; position: relative; overflow: hidden; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: clamp(48px,6vw,72px) 28px 32px; position: relative; }
.footer-cols { display: flex; flex-wrap: wrap; gap: 44px; justify-content: space-between; }
.footer-brand { flex: 1 1 280px; max-width: 340px; }
.footer-brand img { height: 110px; width: auto; margin: 0 0 16px; filter: drop-shadow(0 6px 18px rgba(0,0,0,.35)); }
.footer-brand .tag { font-family: var(--quote); font-style: italic; font-size: 19px; color: var(--gold-300); margin: 0 0 16px; }
.footer-brand p { font-size: 14px; line-height: 1.7; color: #9A8E78; margin: 0; }
.footer-col h4 { font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: var(--ivory); margin: 0 0 16px; }
.footer-nav { flex: 0 1 160px; }
.footer-nav .links { display: flex; flex-direction: column; gap: 11px; }
.footer-nav a { cursor: pointer; font-size: 14.5px; color: #C9BCA6; transition: color .2s; }
.footer-nav a:hover { color: var(--gold-300); }
.footer-contact { flex: 0 1 240px; }
.footer-contact .lines { display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; color: #C9BCA6; }
.socials { display: flex; gap: 9px; margin-top: 6px; }
.socials a { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(221,187,107,.12); border: 1px solid #463F37; color: var(--gold-300); transition: background .2s, color .2s, transform .2s; }
.socials a:hover { background: var(--gold); color: var(--espresso); transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid #463F37; margin-top: 40px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 13px; color: #7E725E; }

/* ---------- Sticky WhatsApp ---------- */
.wa-fab { position: fixed; bottom: 24px; right: 24px; z-index: 80; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37,211,102,.4); cursor: pointer; animation: wucFloat 3s ease-in-out infinite; }

/* ---------- Animations ---------- */
@keyframes wucFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }
@keyframes wucFade { from{opacity:0} to{opacity:1} }
@keyframes wucSway { 0%,100%{transform:rotate(-2.6deg)} 50%{transform:rotate(2.6deg)} }
@keyframes wucPetalFall { 0%{transform:translateY(-30px) translateX(0) rotate(0deg);opacity:0} 10%{opacity:.5} 90%{opacity:.4} 100%{transform:translateY(540px) translateX(64px) rotate(330deg);opacity:0} }
.petals { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.petal { position: absolute; top: -30px; border-radius: 60% 60% 55% 55% / 90% 90% 45% 45%; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .desktop-nav { display: none !important; }
  .burger { display: inline-flex !important; }
  .hero-floral-main { top: 300px !important; right: -50px !important; width: 210px !important; height: 210px !important; opacity: .35 !important; }
  .gal-preview { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .gal-preview { grid-template-columns: 1fr; }
  .header-inner { padding: 10px 18px; }
  .container { padding-left: 18px; padding-right: 18px; }
}
