/*
Theme Name: etiquette 0元出殯
Theme URI: https://etiquette.hk/
Author: Local Development
Description: etiquette 0元出殯殯儀服務網站自訂主題。
Version: 1.0.0
Text Domain: ifuneral
*/

:root {
  --wine: #592131;
  --wine-dark: #3f1824;
  --gold: #f1ad48;
  --brown: #493834;
  --ink: #342a28;
  --muted: #766966;
  --paper: #edece9;
  --line: #ded8d2;
  --white: #fff;
  --content: 1170px;
}

@font-face { font-family: Cinzel; src: url("assets/fonts/cinzel-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: Cinzel; src: url("assets/fonts/cinzel-700.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Quattrocento Sans"; src: url("assets/fonts/quattrocento-sans-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Quattrocento Sans"; src: url("assets/fonts/quattrocento-sans-700.ttf") format("truetype"); font-weight: 700; font-display: swap; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Quattrocento Sans", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif; color: var(--muted); background: var(--paper) url("assets/images/top_bg.jpg") repeat; font-size: 15px; line-height: 1.7; }
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: var(--brown); text-decoration: none; transition: .2s ease; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { margin: 0 0 .7em; color: var(--brown); font-family: Cinzel, "PMingLiU", serif; line-height: 1.25; }
p { margin: 0 0 1.35em; }
.site-container { width: min(var(--content), calc(100% - 40px)); margin: 0 auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.top-strip { height: 10px; background: var(--wine-dark); }
.site-header { background: var(--wine-dark) url("assets/images/top_bg.jpg") repeat; color: white; }
.header-main { min-height: 168px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 0 20px; }
.brand { display: flex; align-items: center; min-width: 0; }
.brand img { width: 92px; max-height: 92px; object-fit: contain; }
.brand-copy { margin-left: 14px; }
.brand-title { display: block; color: var(--gold); font-family: Cinzel, "PMingLiU", serif; font-size: 38px; font-weight: 700; letter-spacing: 2px; line-height: 1.1; }
.brand-tagline { display: block; color: #fff; margin-top: 10px; font-size: 16px; letter-spacing: .08em; }
.header-contact { text-align: right; font-weight: 700; }
.header-contact strong { display: block; color: var(--gold); font-size: 28px; letter-spacing: 1px; }
.header-contact span { display: block; margin-top: 6px; color: #fff; }
.main-nav { background: var(--wine); }
.main-nav .site-container { display: flex; justify-content: center; }
.menu { display: flex; flex-wrap: wrap; justify-content: center; list-style: none; margin: 0; padding: 0; }
.menu a { display: block; padding: 18px 17px; color: #fff; font-size: 14px; }
.menu a:hover, .menu .current-menu-item > a { background: var(--gold); color: white; }
.menu-toggle { display: none; border: 0; background: var(--wine); color: #fff; width: 48px; height: 44px; font-size: 27px; cursor: pointer; }

.hero { position: relative; min-height: 520px; overflow: hidden; background: #d9d4cd; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .7s ease; background-size: cover; background-position: center top; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(41,22,27,.28), transparent 65%); }
.hero-copy { position: relative; z-index: 1; padding-top: 65px; width: 560px; color: white; }
.hero-copy h1 { display: inline; color: #fff; background: rgba(83,75,74,.63); box-decoration-break: clone; -webkit-box-decoration-break: clone; padding: 8px 13px; font-size: 55px; line-height: 1.35; }
.hero-copy p { margin-top: 28px; max-width: 680px; color: var(--wine); background: rgba(255,255,255,.82); padding: 12px 15px; font-family: "Noto Serif TC", serif; font-size: 29px; font-weight: 700; line-height: 1.5; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; padding: 12px 24px; background: var(--gold); color: white; font-weight: 700; cursor: pointer; }
.btn:hover { background: #a5978b; color: white; }
.hero-arrow { position: absolute; top: 50%; z-index: 3; width: 44px; height: 44px; margin-top: -22px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.45); font-size: 25px; cursor: pointer; }
.hero-arrow:hover { background: #000; }
.hero-prev { left: 20px; }.hero-next { right: 20px; }
.hero-dots { position: absolute; z-index: 3; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; gap: 9px; }
.hero-dot { width: 12px; height: 12px; padding: 0; border: 3px solid #e8e5e1; border-radius: 50%; background: #aaa; cursor: pointer; }
.hero-dot.is-active { background: #555; }

.section { padding: 68px 0; }
.section-white { background: #fff; }
.section-title { text-align: center; margin-bottom: 42px; }
.section-title h2 { margin-bottom: 10px; font-size: 36px; }
.section-title p { margin: 0; color: #9a8e89; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.package-card { position: relative; display: block; background: #fff; border-bottom: 6px solid #f4f4f4; overflow: hidden; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.package-card img { display: block; width: 100%; aspect-ratio: 1.16 / 1; object-fit: cover; transition: transform .35s ease; }
.package-card:hover img { transform: scale(1.025); }
.package-card-info { padding: 18px 17px 20px; text-align: center; }
.package-card h3 { margin: 0 0 5px; color: var(--wine); font-family: "PMingLiU", serif; font-size: 21px; }
.package-price { color: var(--gold); font-size: 20px; font-weight: 700; }
.package-badge { position: absolute; top: 14px; right: 14px; padding: 5px 10px; background: var(--gold); color: white; font-size: 12px; }
.package-custom { display: grid; place-items: center; min-height: 100%; background: var(--wine); color: white; }
.package-custom .custom-mark { font-family: "PMingLiU", serif; font-size: 82px; color: var(--gold); }

.intro-panel { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; padding: 35px; border: 1px solid #d6cec7; background: rgba(255,255,255,.42); }
.intro-panel img { width: 100%; }
.intro-panel .intro-logo { width: min(260px, 80%); margin: 0 auto; display: block; object-fit: contain; }
.intro-panel h2 { font-size: 34px; color: var(--wine); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-card { background: #fff; border-bottom: 5px solid #f4f4f4; text-align: center; }
.feature-card img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.feature-card div { padding: 22px; }
.feature-card h3 { color: var(--wine); font-size: 22px; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.quote { position: relative; padding: 30px 28px; background: white; border-top: 4px solid var(--gold); }
.quote p { font-family: "PMingLiU", serif; color: #6c5d58; }
.quote cite { color: var(--wine); font-style: normal; font-weight: 700; }
.testimonial-image { margin: 0; overflow: hidden; background: #f4efed; }
.testimonial-image img { display: block; width: 100%; aspect-ratio: .7 / 1; object-fit: cover; object-position: top; }
.brand-banner { padding: 50px 20px; background: var(--wine) url("assets/images/x09fbx.jpg") center / cover no-repeat; text-align: center; }
.brand-banner h2 { color: var(--gold); font-size: 34px; margin-bottom: 8px; }
.brand-banner p { margin: 0; color: rgba(255,255,255,.82); }

.page-hero { padding: 42px 0; color: white; background: var(--wine); }
.page-hero h1 { margin: 0; color: white; font-size: 34px; }
.breadcrumbs { margin-top: 8px; font-size: 13px; color: rgba(255,255,255,.7); }
.breadcrumbs a { color: var(--gold); }
.content-area { padding: 62px 0 75px; min-height: 460px; }
.entry-content { background: rgba(255,255,255,.72); padding: 40px; }
.entry-content h2 { font-size: 29px; color: var(--wine); }
.entry-content h3, .entry-content h4 { color: var(--wine); }
.entry-content ul { padding-left: 22px; }
.entry-content img { height: auto; }
.entry-content .vc_row, .entry-content .wpb_column, .entry-content .vc_column-inner { max-width: 100%; }
.entry-content .vc_empty_space, .package-detail-copy .vc_empty_space { display: none !important; height: 0 !important; min-height: 0 !important; }
.entry-content [style*="height: 500px"], .package-detail-copy [style*="height: 500px"] { height: auto !important; min-height: 0 !important; }
.package-detail { display: grid; grid-template-columns: minmax(280px, 42%) 1fr; gap: 45px; align-items: start; }
.package-detail-image { position: sticky; top: 25px; }
.package-detail-image img { width: 100%; background: #fff; }
.package-detail-copy { background: white; padding: 38px; }
.package-detail-copy .package-price { display: block; margin: -5px 0 22px; font-size: 30px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 35px; }
.contact-card, .lead-form { padding: 34px; background: #fff; }
.contact-card h2, .lead-form h2 { color: var(--wine); }
.contact-photo { display: block; width: 100%; margin-top: 25px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 5px; color: var(--brown); font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid #d7d0cb; background: #fff; font: inherit; }
.notice { margin-bottom: 22px; padding: 13px 16px; background: #edf8ed; color: #386b38; border-left: 4px solid #56a35a; }

.site-footer { padding: 54px 0 35px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr 1.25fr; gap: 30px; }
.footer-grid h3 { font-family: inherit; color: var(--brown); font-size: 17px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 8px; }
.footer-brand img { width: 85px; }
.footer-brand p { margin-top: 14px; }
.copyright { padding: 20px; background: var(--wine); text-align: center; color: rgba(255,255,255,.62); font-size: 13px; }
.whatsapp { position: fixed; z-index: 20; right: 22px; bottom: 22px; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 7px 22px rgba(0,0,0,.25); font-weight: 900; font-size: 25px; }
.whatsapp:hover { background: #128c7e; color: white; }

@media (max-width: 1000px) {
  .header-main { min-height: 145px; }
  .brand-title { font-size: 31px; }
  .menu a { padding: 16px 10px; font-size: 13px; }
  .hero { min-height: 455px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 799px) {
  .site-container { width: min(100% - 30px, 600px); }
  .top-strip { height: 5px; }
  .header-main { min-height: 125px; padding: 16px 0; }
  .brand img { width: 65px; }
  .brand-title { font-size: 26px; }
  .brand-tagline { margin-top: 6px; font-size: 12px; }
  .header-contact { margin-left: auto; }
  .header-contact strong { font-size: 19px; }
  .header-contact span { font-size: 11px; }
  .menu-toggle { display: block; }
  .main-nav .site-container { position: relative; justify-content: flex-end; min-height: 44px; }
  .main-nav .menu { display: none; position: absolute; top: 44px; left: 0; right: 0; z-index: 30; background: var(--wine); box-shadow: 0 8px 18px rgba(0,0,0,.2); }
  .main-nav .menu.is-open { display: block; }
  .menu a { padding: 13px 18px; border-top: 1px solid rgba(255,255,255,.08); }
  .hero { min-height: 430px; }
  .hero-copy { width: 80%; padding-top: 45px; }
  .hero-copy h1 { font-size: 39px; }
  .hero-copy p { font-size: 23px; }
  .package-grid, .feature-grid, .testimonials { grid-template-columns: repeat(2, 1fr); }
  .intro-panel, .package-detail, .contact-grid { grid-template-columns: 1fr; }
  .package-detail-image { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  body { font-size: 14px; }
  .site-container { width: calc(100% - 30px); }
  .header-main { min-height: 112px; align-items: flex-start; gap: 8px; }
  .brand img { width: 52px; }
  .brand-copy { margin-left: 8px; }
  .brand-title { font-size: 23px; letter-spacing: 0; }
  .brand-tagline { width: 160px; font-size: 11px; line-height: 1.35; }
  .header-contact strong { font-size: 17px; }
  .header-contact span { max-width: 105px; line-height: 1.25; }
  .hero { min-height: 320px; }
  .hero-copy { width: 86%; padding-top: 35px; }
  .hero-copy h1 { font-size: 31px; line-height: 1.45; }
  .hero-copy p { font-size: 17px; margin-top: 19px; }
  .hero-copy .btn { padding: 9px 18px; }
  .hero-arrow { width: 36px; height: 36px; font-size: 20px; }
  .hero-prev { left: 8px; }.hero-next { right: 8px; }
  .section { padding: 46px 0; }
  .section-title { margin-bottom: 28px; }
  .section-title h2 { font-size: 28px; }
  .package-grid, .feature-grid, .testimonials, .footer-grid { grid-template-columns: 1fr; }
  .package-card-info { padding: 15px; }
  .intro-panel, .entry-content, .package-detail-copy, .contact-card, .lead-form { padding: 24px; }
  .page-hero { padding: 30px 0; }
  .page-hero h1 { font-size: 27px; }
  .content-area { padding: 38px 0 50px; }
  .footer-grid { gap: 18px; }
  .site-footer { padding-top: 42px; }
}

/* 0元出殯 visual system */
:root {
  --zero-ink: #0c0d0f;
  --zero-footer: #1b2b3a;
  --zero-line: #dedede;
  --zero-content: 900px;
}

body { background: #fff; color: var(--zero-ink); font-family: Arial, "PingFang TC", "Microsoft JhengHei", sans-serif; line-height: 1.45; }
.site-container { width: min(var(--zero-content), calc(100% - 40px)); }
.zero-header { position: relative; z-index: 10; background: #fff; }
.zero-header-main { width: min(1360px, calc(100% - 40px)); min-height: 117px; display: grid; grid-template-columns: 250px 1fr 282px; align-items: center; gap: 26px; }

.zero-sign { position: relative; display: block; width: 250px; height: 104px; color: #d3202b; background: url("assets/images/zero-reference-desktop.png") -22px 0 / 1440px auto no-repeat; }
.zero-sign > * { display: none !important; }
.zero-lamps { position: absolute; inset: 0 14px auto; height: 40px; display: flex; justify-content: space-between; }
.zero-lamps i { position: relative; width: 9px; height: 30px; border-radius: 4px; background: #13181b; transform: rotate(-12deg); box-shadow: 2px 2px 3px rgba(0,0,0,.28); }
.zero-lamps i:nth-child(2), .zero-lamps i:nth-child(4) { transform: rotate(10deg); }
.zero-lamps i::before { content: ""; position: absolute; left: 3px; top: -14px; width: 2px; height: 15px; background: #1c2225; }
.zero-signboard { position: absolute; left: 0; top: 38px; width: 210px; height: 53px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; padding: 0 11px; border: 5px solid #e5e8df; background: linear-gradient(90deg,#e8ece0,#f6f5eb 46%,#dde4d4); box-shadow: inset 0 0 0 1px #afb8aa, 0 4px 8px rgba(0,0,0,.18); }
.zero-signboard::after { content: ""; position: absolute; inset: 4px; border: 1px dotted #b5bead; pointer-events: none; }
.zero-signboard b { position: relative; z-index: 1; text-align: center; font-family: "PMingLiU", "Noto Serif TC", serif; font-size: 25px; font-weight: 700; text-shadow: 0 1px #fff; }

.zero-title { display: flex; align-items: baseline; justify-content: center; gap: 34px; color: #090a0c; white-space: nowrap; font-size: 42px; letter-spacing: .01em; }
.zero-title:hover { color: #090a0c; }
.zero-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; color: #17191c; font-size: 17px; line-height: 1.2; }
.zero-contact a { color: #17191c; }
.zero-contact a:hover { color: #555; }
.zero-header .menu-toggle { display: none; }

.zero-nav { height: 52px; background: #050607; }
.zero-nav .site-container { display: flex; justify-content: center; height: 100%; }
.zero-nav .menu { align-items: stretch; flex-wrap: nowrap; }
.zero-nav .menu li { display: flex; align-items: stretch; }
.zero-nav .menu a { display: flex; align-items: center; padding: 0 46px; color: #e6e6e6; font-size: 17px; }
.zero-nav .menu a:hover { background: #202124; color: #fff; }
.zero-nav .menu .is-current a { position: relative; margin: 13px 31px 13px 0; padding: 0 16px; background: #777; font-size: 14px; }
.zero-nav .menu .is-current a::after { content: ""; position: absolute; top: 0; right: -17px; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-left: 17px solid #777; }

.zero-home { background: #fff; }
.zero-hero { position: relative; height: clamp(360px, 38vw, 520px); overflow: hidden; background: #ddd; }
.zero-hero .hero-slide { background-size: cover; background-position: center; }
.zero-hero .hero-slide:nth-child(2) { background-position: center 43%; }
.zero-hero .hero-arrow { opacity: 0; transition: opacity .2s, background .2s; }
.zero-hero:hover .hero-arrow, .zero-hero:focus-within .hero-arrow { opacity: 1; }
.zero-hero .hero-dots { bottom: 16px; }
.zero-hero .hero-dot { width: 9px; height: 9px; border: 1px solid rgba(255,255,255,.9); background: rgba(0,0,0,.28); }
.zero-hero .hero-dot.is-active { background: #fff; }

.zero-packages { padding: 72px 0 240px; background: #fff; scroll-margin-top: 20px; }
.zero-packages .package-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 38px 40px; }
.zero-package-card { grid-column: span 2; min-height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px 18px; border: 1px solid var(--zero-line); background: #fff; color: #1c2732; text-align: center; box-shadow: none; transition: border-color .18s, transform .18s, box-shadow .18s; scroll-margin-top: 24px; }
.zero-package-card:nth-child(10) { grid-column: 2 / span 2; }
.zero-package-card:nth-child(11) { grid-column: 4 / span 2; }
.zero-package-card:hover { color: #1c2732; border-color: #999; transform: translateY(-2px); box-shadow: 0 7px 20px rgba(0,0,0,.06); }
.zero-package-name, .zero-package-religion { display: block; font-family: "PMingLiU", "Noto Serif TC", serif; font-size: 19px; line-height: 1.45; }
.zero-package-card:first-child .zero-package-name { color: #111; font-family: Arial, "PingFang TC", sans-serif; font-size: 26px; }
.zero-package-card:first-child .zero-package-religion { color: #111; font-size: 18px; }
.zero-package-price { display: block; margin-top: 19px; color: #08090a; font-size: 45px; font-weight: 400; line-height: 1; letter-spacing: -.04em; }

.zero-footer { position: relative; min-height: 106px; display: flex; align-items: center; justify-content: center; padding: 23px 20px 20px; background: var(--zero-footer); color: rgba(255,255,255,.78); }
.zero-footer-copy { display: flex; flex-direction: column; align-items: center; gap: 3px; text-align: center; font-size: 14px; letter-spacing: .02em; }
.zero-footer .whatsapp { position: absolute; left: max(40px, calc(50% - 560px)); right: auto; top: -28px; bottom: auto; width: 58px; height: 58px; padding: 10px; border: 4px solid #20c95b; background: #20c95b; color: #0b2414; box-shadow: 0 2px 7px rgba(0,0,0,.23); }
.zero-footer .whatsapp svg { width: 100%; height: 100%; fill: #0b2414; }

@media (max-width: 1120px) {
  .zero-header-main { grid-template-columns: 200px 1fr 238px; gap: 18px; }
  .zero-sign { width: 190px; background-size: 1094px auto; }
  .zero-signboard { width: 176px; }
  .zero-title { gap: 20px; font-size: 35px; }
  .zero-contact { font-size: 14px; }
}

@media (max-width: 799px) {
  .site-container { width: min(100% - 28px, 600px); }
  .zero-header-main { width: min(100% - 28px, 600px); min-height: 174px; display: block; padding: 0 14px 12px; }
  .zero-sign { position: absolute; left: 14px; top: 0; width: 280px; height: 100px; overflow: hidden; background-image: url("assets/images/zero-reference-desktop.png"); background-size: 1440px auto; background-position: 0 0; transform: scale(.75); transform-origin: left top; }
  .zero-lamps { inset: 0 8px auto; height: 20px; }
  .zero-lamps i { width: 6px; height: 18px; }
  .zero-lamps i::before { left: 2px; top: -8px; height: 9px; }
  .zero-signboard { top: 19px; width: 124px; height: 32px; padding: 0 5px; border-width: 3px; }
  .zero-signboard b { font-size: 15px; }
  .zero-title { padding-top: 70px; display: flex; flex-direction: column; align-items: center; gap: 0; font-size: 27px; line-height: 1.28; }
  .zero-contact { align-items: center; gap: 2px; margin-top: 7px; font-size: 11px; line-height: 1.22; }
  .zero-header .menu-toggle { position: absolute; top: 9px; right: 14px; width: 36px; height: auto; display: flex; flex-direction: column; align-items: center; padding: 0; color: #111; background: transparent; font-size: inherit; }
  .zero-header .menu-toggle span { width: 31px; height: 31px; display: grid; place-items: center; background: #090a0b; color: #fff; font-size: 18px; line-height: 1; }
  .zero-header .menu-toggle small { margin-top: 2px; color: #111; font-size: 9px; line-height: 1; }
  .zero-nav { position: absolute; top: 44px; right: 10px; width: 210px; height: auto; background: transparent; }
  .zero-nav .site-container { width: 100%; display: block; padding: 0; }
  .zero-nav .menu { display: none; width: 100%; background: #08090a; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
  .zero-nav .menu.is-open { display: block; }
  .zero-nav .menu li { display: block; }
  .zero-nav .menu a { display: block; padding: 12px 15px; border-top: 1px solid #2b2b2b; font-size: 13px; }
  .zero-nav .menu .is-current a { margin: 0; padding: 12px 15px; background: #333; font-size: 13px; }
  .zero-nav .menu .is-current a::after { display: none; }
  .zero-hero { height: 255px; min-height: 0; }
  .zero-hero .hero-arrow { display: none; }
  .zero-packages { padding: 50px 0 90px; }
  .zero-packages .package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .zero-package-card, .zero-package-card:nth-child(10), .zero-package-card:nth-child(11) { grid-column: auto; min-height: 215px; }
  .zero-package-card:nth-child(11) { grid-column: 1 / -1; width: calc(50% - 12px); justify-self: center; }
}

@media (max-width: 520px) {
  .zero-header-main { min-height: 174px; }
  .zero-hero { height: 150px; }
  .zero-hero .hero-slide { background-position: center; }
  .zero-hero .hero-slide:nth-child(2) { background-position: center 38%; }
  .zero-hero .hero-dots { bottom: 7px; gap: 6px; }
  .zero-packages { padding: 46px 0 58px; }
  .zero-packages .package-grid { display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .zero-package-card, .zero-package-card:nth-child(10), .zero-package-card:nth-child(11) { width: 80%; min-height: 286px; padding: 24px 14px; }
  .zero-package-name, .zero-package-religion { font-size: 17px; }
  .zero-package-card:first-child .zero-package-name { font-size: 23px; }
  .zero-package-card:first-child .zero-package-religion { font-size: 16px; }
  .zero-package-price { margin-top: 22px; font-size: 42px; }
  .zero-footer { min-height: 218px; padding-top: 97px; }
  .zero-footer-copy { font-size: 11px; line-height: 1.4; }
  .zero-footer .whatsapp { top: 23px; left: 50%; width: 58px; height: 58px; transform: translateX(-50%); }
}

@media (max-width: 360px) {
  .zero-title { font-size: 24px; }
  .zero-package-card, .zero-package-card:nth-child(10), .zero-package-card:nth-child(11) { width: 80%; min-height: 250px; }
}

/* Serene Dignity — Stitch front-end */
:root {
  --sd-charcoal: #1a1c1e;
  --sd-black: #000101;
  --sd-gold: #8b691f;
  --sd-gold-light: #fdd897;
  --sd-ivory: #f8f9fd;
  --sd-paper: #fff;
  --sd-mist: #f2f4f7;
  --sd-border: #c5c6ca;
  --sd-muted: #5d6064;
  --sd-width: 1120px;
}

html { scroll-padding-top: 158px; }
body { background: var(--sd-ivory); color: var(--sd-charcoal); font-family: "Noto Sans HK", "PingFang HK", "Microsoft JhengHei", sans-serif; }
.material-symbols-outlined { font-family: "Material Symbols Outlined"; font-weight: normal; font-style: normal; font-size: 20px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; }
.sd-container { width: min(var(--sd-width), calc(100% - 48px)); margin-inline: auto; }

.sd-header { position: sticky; top: 0; z-index: 100; min-height: 148px; border-bottom: 1px solid rgba(255,255,255,.12); background: #000; color: #fff; }
.admin-bar .sd-header { top: 32px; }
.sd-header-inner { min-height: 148px; display: grid; grid-template-columns: 330px minmax(0,1fr); align-items: center; gap: 32px; }
.sd-header-sign { position: relative; width: 330px; aspect-ratio: 3.88/1; display: block; justify-self: start; overflow: hidden; border: 2px solid rgba(253,216,151,.82); border-radius: 5px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.34); }
.sd-header-sign img { position: absolute; left: 50%; top: -14%; width: 124%; max-width: none; height: auto; display: block; transform: translateX(-50%); }
.sd-header-sign:hover { transform: translateY(-2px); }
.sd-nav { justify-self: end; }
.sd-nav .menu { display: flex; align-items: center; gap: 20px; }
.sd-nav .menu a { position: relative; padding: 12px 0 10px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 500; letter-spacing: .035em; }
.sd-nav .menu a:hover { color: var(--sd-gold-light); background: transparent; }
.sd-nav .menu .is-active a { color: #fff; font-weight: 700; }
.sd-nav .menu .is-active a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 2px; background: var(--sd-gold); }
.sd-menu-toggle { display: none; }

.sd-home { background: var(--sd-paper); }
.sd-hero { position: relative; min-height: 614px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #333; }
.sd-hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.51)), var(--sd-home-hero-image, url("assets/images/zero-banner-sea.webp")); background-size: cover; background-position: center; filter: saturate(.82); }
.sd-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr); align-items: center; }
.sd-hero-copy { max-width: 660px; }
.sd-kicker { margin: 0 0 20px; color: var(--sd-gold); font-size: 14px; font-weight: 700; letter-spacing: .18em; }
.sd-hero h1 { margin: 0 0 28px; color: #fff; font-family: "Noto Serif HK", "Songti TC", serif; font-size: 62px; font-weight: 600; line-height: 1.22; letter-spacing: .02em; }
.sd-hero h1 em { color: var(--sd-gold-light); font-style: normal; }
.sd-hero-description { max-width: 560px; margin: 0 0 42px; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.75; }
.sd-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.sd-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 28px; border: 1px solid transparent; border-radius: 4px; color: #fff; font-size: 15px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.sd-button:hover { color: #fff; transform: translateY(-2px); }
.sd-button--gold { background: var(--sd-gold); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.sd-button--gold:hover { background: #755a26; }
.sd-button--ghost { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.sd-button--ghost:hover { background: rgba(255,255,255,.19); }
.sd-trust-strip { border-block: 1px solid rgba(117,119,122,.22); background: var(--sd-mist); }
.sd-trust-strip .sd-container { min-height: 62px; display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 24px; color: #44474a; }
.sd-trust-strip span { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; letter-spacing: .04em; }
.sd-trust-strip i { color: var(--sd-gold); font-size: 19px; font-style: normal; }
.sd-trust-license { justify-self: start; }
.sd-trust-coverage { justify-self: center; }
.sd-trust-contacts { justify-self: end; gap: 12px !important; padding: 10px 14px; border: 1px solid rgba(139,105,31,.34); border-radius: 5px; background: #fff7df; box-shadow: 0 5px 14px rgba(94,70,21,.1); }
.sd-trust-contacts a { color: #35383b; text-decoration: none; }
.sd-trust-contacts a:hover { color: var(--sd-gold); }
.sd-trust-contacts a + a { padding-left: 12px; border-left: 1px solid rgba(139,105,31,.3); }
.sd-trust-contacts strong { color: #5e4518; font-size: 15px; font-weight: 800; white-space: nowrap; }
.sd-trust-contacts a:hover strong { color: inherit; }

.sd-plans { padding: 86px 0 108px; background: #fff; }
.sd-section-heading { margin-bottom: 62px; text-align: center; }
.sd-section-heading h2, .sd-parlour > h2, .sd-why h2 { color: var(--sd-black); font-family: "Noto Serif HK", "Songti TC", serif; font-weight: 500; }
.sd-section-heading h2 { margin: 0 0 15px; font-size: 30px; }
.sd-section-heading > span { width: 64px; height: 1px; display: block; margin: 0 auto 17px; background: var(--sd-gold); }
.sd-section-heading p { margin: 0; color: #44474a; font-size: 15px; }
.sd-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px; }
.sd-service-card { min-height: 480px; overflow: hidden; border: 1px solid rgba(0,0,0,.05); border-radius: 5px; background-color: #fffdf8; background-size: 100% 100%; background-repeat: no-repeat; background-position: center; box-shadow: 0 13px 32px rgba(26,28,30,.08); transition: transform .35s, box-shadow .35s; }
.sd-service-card--hospital { background-image: var(--sd-hospital-card-image, url("assets/images/stitch/hospital-card.webp")); }
.sd-service-card--parlour { background-image: var(--sd-funeral-card-image, url("assets/images/stitch/parlour-card.webp")); }
.sd-service-card:hover { transform: translateY(-5px) scale(1.01); box-shadow: 0 22px 42px rgba(26,28,30,.12); }
.sd-card-content { min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 92px 42px 72px; text-align: center; }
.sd-card-eyebrow { margin: 0 0 12px; color: #755a26; font-family: "Noto Serif HK", "Songti TC", serif; font-size: 30px; font-weight: 700; line-height: 1.28; letter-spacing: .015em; }
.sd-card-content h3 { margin: 0; color: var(--sd-black); font-family: "Noto Serif HK", "Songti TC", serif; font-size: 24px; font-weight: 600; line-height: 1.35; }
.sd-card-content strong { margin: 42px 0 38px; color: #000; font-size: 38px; line-height: 1; letter-spacing: -.03em; }
.sd-card-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 25px; border-radius: 5px; background: var(--sd-gold); color: #fff; box-shadow: 0 8px 16px rgba(117,90,38,.23); font-size: 14px; font-weight: 700; }
.sd-card-button:hover { background: #755a26; color: #fff; transform: translateY(-1px); }
.sd-plan-category { margin-top: 90px; scroll-margin-top: 10px; }
.sd-plan-category > h2 { margin: 0 0 44px; color: var(--sd-black); font-family: "Noto Serif HK", "Songti TC", serif; font-size: 28px; font-weight: 500; text-align: center; }
.sd-zero-service { margin-top: 0; }
.sd-card-grid--single { max-width: 430px; margin-inline: auto; grid-template-columns: 1fr; }
.sd-hospital .sd-card-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
.sd-hospital .sd-service-card { grid-column: span 2; }
.sd-hospital .sd-card-grid .sd-service-card:nth-child(4) { grid-column: 2 / span 2; }
.sd-hospital .sd-card-grid .sd-service-card:nth-child(5) { grid-column: 4 / span 2; }
.sd-parlour .sd-card-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
.sd-parlour .sd-service-card { grid-column: span 2; }
.sd-parlour .sd-card-grid .sd-service-card:nth-child(4) { grid-column: 2 / span 2; }
.sd-parlour .sd-card-grid .sd-service-card:nth-child(5) { grid-column: 4 / span 2; }

.sd-why { padding: 82px 0; background: var(--sd-mist); }
.sd-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.sd-why-grid > img { width: 100%; height: 380px; object-fit: cover; object-position: center 42%; border-radius: 5px; box-shadow: 0 20px 45px rgba(0,0,0,.14); }
.sd-why h2 { margin: 0 0 34px; font-size: 29px; }
.sd-why ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 26px; }
.sd-why li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; align-items: start; }
.sd-why li > .material-symbols-outlined { color: var(--sd-gold); font-size: 32px; }
.sd-why h3 { margin: 0 0 4px; color: var(--sd-black); font-family: "Noto Sans HK", sans-serif; font-size: 16px; font-weight: 700; }
.sd-why p { margin: 0; color: #44474a; font-size: 13px; line-height: 1.7; }

.sd-footer { padding: 31px 0 27px; border-top: 1px solid rgba(255,255,255,.15); background: #000; color: rgba(255,255,255,.74); text-align: center; }
.sd-footer p { margin: 0 0 12px; font-size: 11px; letter-spacing: .03em; }
.sd-footer a { display: inline-flex; align-items: center; gap: 7px; color: var(--sd-gold-light); font-size: 13px; font-weight: 700; }
.whatsapp-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; fill: currentColor; }
.sd-floating-whatsapp { position: fixed; z-index: 110; right: 24px; bottom: 24px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.25); }
.sd-floating-whatsapp:hover { color: #fff; transform: scale(1.06); }
.sd-floating-whatsapp > .whatsapp-icon { width: 31px; height: 31px; }
.sd-floating-whatsapp > span:last-child { position: absolute; right: calc(100% + 12px); width: max-content; padding: 7px 11px; border-radius: 4px; background: #fff; color: var(--sd-charcoal); box-shadow: 0 5px 18px rgba(0,0,0,.14); font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transition: opacity .2s; }
.sd-floating-whatsapp:hover > span:last-child { opacity: 1; }

@media (max-width: 900px) {
  html { scroll-padding-top: 128px; }
  .sd-container { width: min(100% - 40px, 680px); }
  .sd-header { position: sticky; top: 0; }
  .admin-bar .sd-header { top: 32px; }
  .sd-header, .sd-header-inner { min-height: 118px; }
  .sd-header-inner { grid-template-columns: 42px minmax(0,1fr) 42px; gap: 16px; }
  .sd-header-sign { grid-column: 2; grid-row: 1; width: 280px; max-width: 100%; justify-self: center; }
  .sd-menu-toggle { grid-column: 3; grid-row: 1; }
  .sd-menu-toggle { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 3px; background: transparent; color: #fff; }
  .sd-nav { position: absolute; top: 118px; left: 0; right: 0; }
  .sd-nav .menu { display: none; padding: 10px 20px 16px; background: rgba(0,0,0,.97); box-shadow: 0 14px 24px rgba(0,0,0,.18); }
  .sd-nav .menu.is-open { display: block; }
  .sd-nav .menu a { display: block; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .sd-nav .menu .is-active a::after { display: none; }
  .sd-hero { min-height: 570px; }
  .sd-hero h1 { font-size: 50px; }
  .sd-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sd-card-grid--single { grid-template-columns: 1fr; }
  .sd-hospital .sd-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sd-hospital .sd-service-card, .sd-hospital .sd-card-grid .sd-service-card:nth-child(4) { grid-column: auto; }
  .sd-hospital .sd-card-grid .sd-service-card:nth-child(5) { grid-column: 1 / -1; width: calc(50% - 16px); justify-self: center; }
  .sd-parlour .sd-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sd-parlour .sd-service-card, .sd-parlour .sd-card-grid .sd-service-card:nth-child(4) { grid-column: auto; }
  .sd-parlour .sd-card-grid .sd-service-card:nth-child(5) { grid-column: 1 / -1; width: calc(50% - 16px); justify-self: center; }
  .sd-why-grid { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .sd-header { top: 46px; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 118px; }
  .admin-bar .sd-header { top: 0; }
  .sd-container { width: calc(100% - 40px); }
  .sd-header, .sd-header-inner { min-height: 108px; }
  .sd-header-inner { grid-template-columns: 42px minmax(0,1fr) 42px; gap: 10px; }
  .sd-header-sign { width: 220px; }
  .sd-menu-toggle { flex: 0 0 42px; }
  .sd-nav { top: 108px; }
  .sd-hero { min-height: 570px; }
  .sd-hero-bg { background-image: linear-gradient(rgba(0,0,0,.62), rgba(0,0,0,.58)), var(--sd-home-hero-image, url("assets/images/zero-banner-sea.webp")); background-position: 56% center; }
  .sd-hero h1 { font-size: 38px; }
  .sd-hero-description { font-size: 15px; }
  .sd-actions { display: grid; grid-template-columns: 1fr; }
  .sd-button { width: 100%; }
  .sd-trust-strip .sd-container { padding: 18px 0; grid-template-columns: 1fr; gap: 12px; }
  .sd-trust-license, .sd-trust-coverage, .sd-trust-contacts { justify-self: start; }
  .sd-trust-contacts { align-items: flex-start; flex-wrap: wrap; padding: 12px 14px; }
  .sd-trust-contacts strong { font-size: 14px; }
  .sd-plans { padding: 64px 0 76px; }
  .sd-section-heading { margin-bottom: 42px; }
  .sd-section-heading h2 { font-size: 28px; }
  .sd-section-heading p { font-size: 14px; }
  .sd-card-grid { grid-template-columns: 1fr; gap: 24px; }
  .sd-service-card { min-height: 470px; }
  .sd-card-content { min-height: 470px; padding: 84px 42px 66px; }
  .sd-card-eyebrow { font-size: 28px; }
  .sd-card-content h3 { font-size: 23px; }
  .sd-card-content strong { font-size: 38px; }
  .sd-plan-category { margin-top: 68px; scroll-margin-top: 10px; }
  .sd-zero-service { margin-top: 0; }
  .sd-hospital .sd-card-grid { grid-template-columns: 1fr; }
  .sd-hospital .sd-service-card, .sd-hospital .sd-card-grid .sd-service-card:nth-child(4), .sd-hospital .sd-card-grid .sd-service-card:nth-child(5) { grid-column: auto; width: 100%; }
  .sd-parlour .sd-card-grid { grid-template-columns: 1fr; }
  .sd-parlour .sd-service-card, .sd-parlour .sd-card-grid .sd-service-card:nth-child(4), .sd-parlour .sd-card-grid .sd-service-card:nth-child(5) { grid-column: auto; width: 100%; }
  .sd-why { padding: 64px 0; }
  .sd-why-grid { gap: 38px; }
  .sd-why-grid > img { height: 260px; }
  .sd-why h2 { font-size: 27px; }
  .sd-footer p { line-height: 1.7; }
  .sd-floating-whatsapp { right: 16px; bottom: 16px; }
}

/* Serene Dignity — inner pages */
.page-hero {
  position: relative;
  min-height: 230px;
  display: flex;
  align-items: center;
  padding: 56px 0;
  overflow: hidden;
  color: #fff;
  background-color: var(--sd-charcoal);
  background-image: linear-gradient(90deg, rgba(0,1,1,.9), rgba(0,1,1,.72)), var(--sd-inner-hero-image, url("assets/images/zero-banner-sea.webp"));
  background-position: center 46%;
  background-size: cover;
}
.page-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--sd-gold); }
.page-hero .sd-container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 850px; margin: 0; color: #fff; font-family: "Noto Serif HK", "Songti TC", serif; font-size: clamp(34px, 4vw, 50px); font-weight: 500; line-height: 1.25; letter-spacing: .025em; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 18px; color: rgba(255,255,255,.67); font-size: 12px; letter-spacing: .045em; }
.breadcrumbs a { color: var(--sd-gold-light); font-weight: 700; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs span { color: rgba(255,255,255,.32); }

.content-area { min-height: 520px; padding: 72px 0 92px; background: var(--sd-mist); }
.entry-content, .package-detail-copy, .contact-card, .lead-form {
  border: 1px solid rgba(26,28,30,.07);
  border-top: 3px solid var(--sd-gold);
  border-radius: 5px;
  background: var(--sd-paper);
  box-shadow: 0 14px 34px rgba(26,28,30,.07);
}
.entry-content { padding: clamp(30px, 5vw, 58px); color: #44474a; font-size: 16px; line-height: 1.8; }
.entry-content > :first-child, .package-detail-copy > :first-child { margin-top: 0; }
.entry-content > :last-child, .package-detail-copy > :last-child { margin-bottom: 0; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4,
.package-detail-copy h1, .package-detail-copy h2, .package-detail-copy h3, .package-detail-copy h4 {
  color: var(--sd-black);
  font-family: "Noto Serif HK", "Songti TC", serif;
  font-weight: 500;
}
.entry-content h2 { margin-top: 1.5em; font-size: clamp(26px, 3vw, 34px); }
.package-detail-copy h2 { margin-top: 1.5em; font-size: 34px; }
.entry-content h3, .package-detail-copy h3 { margin-top: 1.35em; font-size: 22px; }
.entry-content a:not(.btn), .package-detail-copy a:not(.btn), .contact-card a { color: #755a26; text-decoration-color: rgba(117,90,38,.35); text-underline-offset: 3px; }
.entry-content a:not(.btn):hover, .package-detail-copy a:not(.btn):hover, .contact-card a:hover { color: var(--sd-gold); text-decoration: underline; }
.entry-content ul, .entry-content ol, .package-detail-copy ul, .package-detail-copy ol { padding-left: 1.35em; }
.entry-content li::marker, .package-detail-copy li::marker { color: var(--sd-gold); }
.entry-content blockquote, .package-detail-copy blockquote { margin: 28px 0; padding: 20px 24px; border-left: 3px solid var(--sd-gold); background: #fbf8f0; color: #44474a; }
.entry-content hr, .package-detail-copy hr { border: 0; border-top: 1px solid var(--sd-border); }
.entry-content table, .package-detail-copy table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td, .package-detail-copy th, .package-detail-copy td { padding: 12px 14px; border: 1px solid var(--sd-border); }
.entry-content th, .package-detail-copy th { background: var(--sd-charcoal); color: #fff; }
.entry-content .vc_btn3, .entry-content .wp-block-button__link { border-color: var(--sd-gold) !important; border-radius: 4px !important; background: var(--sd-gold) !important; color: #fff !important; }

.package-detail { display: block; max-width: 920px; }
.package-detail-copy { padding: 0; overflow: hidden; background: #fffdf8; color: #44474a; font-size: 16px; line-height: 1.8; }
.package-detail-header { padding: clamp(38px, 5vw, 58px) clamp(30px, 5vw, 56px) 22px; text-align: center; }
.package-detail-header h2 { margin: 0 0 12px !important; color: #755a26 !important; font-size: clamp(38px, 5vw, 58px) !important; line-height: 1.28; }
.package-detail-copy .package-price { display: block; margin: 0; color: #755a26; font-family: "Noto Serif HK", "Songti TC", serif; font-size: clamp(42px, 6vw, 62px); font-weight: 600; line-height: 1.15; }
.package-detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.package-detail-actions--top { justify-content: center; padding: 0 clamp(30px, 5vw, 56px) 32px; }
.package-detail-actions--bottom { justify-content: center; padding: 34px clamp(30px, 5vw, 56px) 50px; }
.package-detail-body { position: relative; padding: 62px 68px; overflow: hidden; background-color: #fffdf8; }
.package-detail-body::before { content: ""; position: absolute; z-index: 0; inset: 0; background-image: url("assets/images/stitch/detail-floral-tile.webp"); background-position: 0 0; background-size: 420px 420px; background-repeat: repeat; opacity: .58; pointer-events: none; }
.package-detail-body > * { position: relative; z-index: 1; }
.package-detail-body .sc_title { display: none !important; }
.package-detail-copy--nplan2 .package-detail-body > .wpb-content-wrapper > .vc_row:first-child .wpb_text_column,
.package-detail-copy--nplan2.package-detail-body > .wpb-content-wrapper > .vc_row:first-child .wpb_text_column { display: none; }
.package-detail-body ul, .package-detail-body ol { display: grid; gap: 13px; margin-block: 0 32px; }
.package-detail-body li::marker { color: var(--sd-gold); font-size: 1.45em; font-weight: 800; }
.package-detail-body li h4 { margin: 0; font-size: 18px; line-height: 1.55; }
.package-item-list { padding-left: 2em !important; }
.package-free-services { margin-top: 46px; padding-top: 30px; border-top: 1px solid rgba(139,105,31,.28); }
.package-free-services h3 { margin: 0 0 18px !important; color: #755a26; font-family: "Noto Serif HK", "Songti TC", serif; font-size: 28px; font-weight: 700; }
.package-detail-copy--nplan1 .package-item-list { font-size: 36px; line-height: 1.5; }
.package-detail-copy--nplan1 .package-item-list li::marker { font-size: 1em; font-weight: 800; }
.package-detail-copy--nplan1 .package-free-services h3 { color: #755a26; font-size: 38px; font-weight: 800; line-height: 1.28; letter-spacing: .04em; }
.package-emphasis-lines { margin: 0; color: #302f2d; font-size: 1.3em; font-weight: 600; line-height: 1.85; }
.btn { min-height: 50px; padding: 12px 26px; border: 1px solid var(--sd-gold); border-radius: 4px; background: var(--sd-gold); color: #fff; font-size: 14px; font-weight: 700; }
.btn:hover { border-color: var(--sd-charcoal); background: var(--sd-charcoal); color: #fff; transform: translateY(-1px); }
.btn--secondary { background: rgba(255,255,255,.82); color: #755a26; }

.contact-grid { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 38px; align-items: start; }
.contact-card, .lead-form { padding: clamp(30px, 4vw, 46px); }
.contact-eyebrow { display: block; margin-bottom: 10px; color: #755a26; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-card h2, .lead-form h2 { margin: 0 0 28px; color: var(--sd-black); font-family: "Noto Serif HK", "Songti TC", serif; font-size: 30px; font-weight: 500; }
.contact-card p { margin-bottom: 15px; color: #44474a; }
.contact-card strong { color: var(--sd-charcoal); }
.contact-photo { width: 100%; aspect-ratio: 4/3; margin-top: 30px; border-radius: 4px; object-fit: cover; object-position: center 43%; filter: saturate(.82); }
.field { margin-bottom: 22px; }
.field label { margin-bottom: 8px; color: var(--sd-charcoal); font-size: 13px; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--sd-border); border-radius: 3px; outline: 0; background: #fff; color: var(--sd-charcoal); font: inherit; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { border-color: var(--sd-gold); box-shadow: 0 0 0 3px rgba(139,105,31,.12); }
.field textarea { min-height: 140px; resize: vertical; }
.lead-form .btn { width: 100%; }
.notice { margin-bottom: 24px; padding: 14px 16px; border-left: 3px solid var(--sd-gold); background: #fbf8f0; color: #5e4b25; }

@media (max-width: 900px) {
  .page-hero { min-height: 210px; }
  .package-detail, .contact-grid { grid-template-columns: 1fr; }
  .package-detail-image { position: static; }
}

@media (max-width: 600px) {
  .page-hero { min-height: 190px; padding: 42px 0; background-position: 58% center; }
  .page-hero h1 { font-size: 34px; }
  .breadcrumbs { margin-top: 14px; font-size: 11px; }
  .content-area { padding: 44px 0 62px; }
  .entry-content, .contact-card, .lead-form { padding: 28px 22px; }
  .package-detail-header { padding: 36px 22px 18px; }
  .package-detail-header h2 { font-size: 35px !important; }
  .package-detail-copy .package-price { font-size: 42px; }
  .package-detail-actions--top { padding: 0 22px 28px; }
  .package-detail-actions--bottom { padding: 30px 22px 38px; }
  .package-detail-body { padding: 42px 28px; }
  .package-detail-copy h2 { font-size: 26px; }
  .package-detail-body li h4 { font-size: 17px; }
  .package-free-services h3 { font-size: 25px; }
  .package-detail-copy--nplan1 .package-item-list { font-size: 28px; }
  .package-detail-copy--nplan1 .package-free-services h3 { font-size: 30px; }
  .package-emphasis-lines { font-size: 1.2em; }
  .entry-content { font-size: 15px; }
  .package-detail { gap: 26px; }
  .contact-grid { gap: 26px; }
  .contact-card h2, .lead-form h2 { font-size: 27px; }
}
