
:root{
  --bg:#fffaf6;
  --paper:#fffdf9;
  --ink:#4a2f27;
  --muted:#7b625b;
  --rose:#d36370;
  --rose-dark:#bb5360;
  --rose-soft:#f4d6d4;
  --blush:#fcefed;
  --peach:#fff4e9;
  --gold:#d8ad74;
  --line:#ead8cf;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--ink);
  font-family:"PingFang TC","Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
.wrap{width:min(1180px,92%);margin:auto}
header{
  background:rgba(255,253,249,.97);
  border-bottom:1px solid #eaded7;
  position:sticky;top:0;z-index:20;backdrop-filter:blur(10px)
}
.nav{height:82px;display:flex;align-items:center;gap:26px}
.logo{margin-right:auto;line-height:1}
.logo .script{font-family:Georgia,serif;font-style:italic;font-size:29px;font-weight:500}
.logo .script span{color:var(--rose)}
.logo small{display:block;margin-top:6px;font-size:10px;letter-spacing:1.4px}
nav{display:flex;gap:28px;font-size:14px}
nav a:hover{color:var(--rose)}
.cta{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;
  background:linear-gradient(180deg,var(--rose),var(--rose-dark));
  color:#fff;border-radius:999px;padding:12px 20px;font-weight:700;
  box-shadow:0 8px 20px rgba(211,99,112,.15)
}
.hero{
  padding:58px 0 42px;
  background:
    radial-gradient(circle at 78% 24%,rgba(242,216,208,.4),transparent 30%),
    linear-gradient(135deg,#fffaf6 0%,#fffdf9 70%)
}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:44px}
.tag{
  display:inline-block;background:#f7d8d6;color:#b34f5a;
  padding:8px 18px;border-radius:999px;font-size:18px;letter-spacing:1px
}
h1{font-size:54px;line-height:1.26;margin:22px 0 16px;letter-spacing:1px}
.hero p{font-size:18px;margin:0 0 24px}
.heart{color:var(--rose)}
.hero-visual{position:relative}
.hero-visual img{width:100%;max-width:520px;display:block;margin:auto;filter:drop-shadow(0 18px 28px rgba(109,71,60,.08))}
.feature-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:34px;max-width:650px}
.feature{text-align:center;padding:10px 14px;border-right:1px solid #ead8cf}
.feature:last-child{border-right:0}
.feature .icon{font-size:31px;display:block;margin-bottom:5px}
.feature b{display:block;font-size:15px}
.feature small{color:var(--muted)}
section{padding:58px 0}
.section-title{text-align:center;font-size:30px;margin:0 0 7px}
.section-sub{text-align:center;color:var(--muted);margin:0 0 30px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.card{
  border:1px solid var(--line);border-radius:20px;padding:27px 27px 22px;
  background:#fff;min-height:310px;position:relative;overflow:hidden;
  box-shadow:0 10px 28px rgba(108,72,61,.05)
}
.card.hk{background:linear-gradient(180deg,#fff2f2,#fff8f5)}
.card.tw{background:linear-gradient(180deg,#fff8ef,#fffdf8)}
.card.my{background:linear-gradient(180deg,#fff7ed,#fffdf7)}
.card h3{font-size:22px;margin:0 0 12px}
.cityline{
  height:105px;margin:18px -4px 12px;position:relative;border-bottom:2px solid #d99a95;
  opacity:.85
}
.cityline:before,.cityline:after{content:"";position:absolute;bottom:0;border:2px solid currentColor;border-bottom:0;color:#d58e89}
.hk .cityline:before{left:8%;width:28px;height:72px}.hk .cityline:after{right:10%;width:46px;height:90px}
.tw .cityline:before{left:18%;width:35px;height:52px}.tw .cityline:after{right:20%;width:25px;height:96px}
.my .cityline:before{left:28%;width:30px;height:92px}.my .cityline:after{right:28%;width:30px;height:92px}
.cityline span{position:absolute;bottom:0;left:42%;width:34px;height:60px;border:2px solid #d58e89;border-bottom:0}
.card .cta{padding:9px 17px;font-size:14px;display:flex;width:max-content;margin:18px auto 0}
.process{background:#fffdfa}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:34px}
.step{text-align:center;position:relative}
.circle{
  width:96px;height:96px;margin:0 auto 14px;border:1px solid #ead7cd;border-radius:50%;
  background:#fffaf6;display:grid;place-items:center;font-size:37px
}
.num{
  position:absolute;top:-6px;left:calc(50% - 54px);width:28px;height:28px;
  border-radius:50%;background:var(--rose);color:#fff;display:grid;place-items:center;font-size:13px
}
.step b{display:block;margin-bottom:4px}
.step p{font-size:13px;color:var(--muted);margin:0}
.contact-strip{
  display:grid;grid-template-columns:1.5fr repeat(3,1fr);
  border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden
}
.contact-strip>div{padding:22px;border-right:1px solid var(--line)}
.contact-strip>div:last-child{border-right:0}
.phone{font-size:28px;color:var(--rose);font-weight:800;letter-spacing:1px}
footer{background:#d8878e;color:#fff;padding:27px 0}
.foot{display:flex;justify-content:space-between;align-items:center}
.social{display:flex;gap:18px}
.pagehero{text-align:center;padding:58px 0 35px;background:linear-gradient(135deg,#fff1f0,#fff9f3)}
.pagehero h1{font-size:42px;margin:12px 0}
.content{width:min(900px,92%);margin:auto}
.box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px;margin:16px 0}
details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px 20px;margin:12px 0}
summary{font-weight:700;cursor:pointer}
@media(max-width:900px){
  nav{display:none}.hero-grid{grid-template-columns:1fr}.hero{padding-top:38px}
  h1{font-size:40px}.hero-visual{order:-1}.hero-visual img{max-width:430px}
  .cards{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}
  .feature-row{grid-template-columns:1fr 1fr}.contact-strip{grid-template-columns:1fr}
  .contact-strip>div{border-right:0;border-bottom:1px solid var(--line)}
}


/* === Final visual overrides to match approved reference === */
.cards{gap:22px}
.card{
  min-height:455px;
  border-radius:24px;
  padding:32px 32px 26px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
}
.card h3{
  font-size:24px;
  display:flex;
  align-items:center;
  gap:10px;
}
.card p{font-size:18px;line-height:1.75}
.card .cta{
  margin-top:auto;
  margin-bottom:0;
  align-self:center;
  min-width:200px;
}
.cityline{
  height:190px;
  margin:12px -10px 20px;
  border:0;
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size:contain;
}
.cityline:before,.cityline:after,.cityline span{display:none!important}
.hk .cityline{
  background-image:url("skyline-hk.svg");
}
.tw .cityline{
  background-image:url("skyline-tw.svg");
}
.my .cityline{
  background-image:url("skyline-my.svg");
}

/* Header */
header{box-shadow:0 5px 18px rgba(116,75,64,.05)}
.logo .script{font-size:34px}
.logo small{font-size:11px}
nav a{font-weight:600}
nav a:first-child{
  color:var(--rose);
  position:relative;
}
nav a:first-child:after{
  content:"";
  position:absolute;
  left:4px;right:4px;bottom:-12px;
  height:2px;background:var(--rose);
  border-radius:999px;
}

/* Footer redesign */
footer{
  padding:0;
  background:transparent;
  color:var(--ink);
}
.footer-main{
  background:linear-gradient(180deg,#f9e3df 0%,#f7d8d5 100%);
  padding:34px 0 28px;
  border-top:1px solid #efd3ce;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.15fr 1.4fr repeat(3,.85fr);
  align-items:center;
  gap:0;
}
.footer-brand{
  padding-right:28px;
}
.footer-brand .script{
  font-family:Georgia,serif;
  font-style:italic;
  font-size:38px;
  line-height:1;
  margin-bottom:8px;
}
.footer-brand .script span{color:var(--rose)}
.footer-brand small{font-size:12px}
.footer-contact,
.footer-service{
  min-height:120px;
  padding:8px 26px;
  border-left:1px dashed #e7aaa8;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.footer-contact{display:grid;grid-template-columns:auto 1fr;column-gap:18px;align-items:center}
.wa-circle{
  width:88px;height:88px;border-radius:50%;
  display:grid;place-items:center;background:#fff;
  font-size:52px;color:#25D366;
  box-shadow:0 8px 20px rgba(108,72,61,.06);
}
.footer-contact b{font-size:17px}
.footer-contact .phone{font-size:32px}
.footer-service{text-align:center}
.footer-service .ficon{
  width:58px;height:58px;border-radius:50%;
  background:#fff;margin:0 auto 8px;
  display:grid;place-items:center;font-size:30px;
}
.footer-service b{font-size:16px;margin-bottom:3px}
.footer-service small{color:var(--muted);line-height:1.45}
.footer-bottom{
  background:#d9878f;
  color:#fff;
  padding:12px 0;
  text-align:center;
  font-size:13px;
}
.social-inline{
  margin-top:16px;
  display:flex;
  gap:10px;
}
.social-inline a{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--rose);color:#fff;font-weight:700;
}

/* Hide old homepage contact strip because footer now carries it */
.contact-strip{display:none}

@media(max-width:950px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-contact,.footer-service{border-left:0;border-top:1px dashed #e7aaa8}
}
@media(max-width:650px){
  .footer-grid{grid-template-columns:1fr}
  .footer-brand,.footer-contact,.footer-service{border:0;border-top:1px dashed #e7aaa8;padding:20px 0}
  .footer-brand{border-top:0}
  .footer-contact{grid-template-columns:auto 1fr}
}

/* === V5 fixes: actual skyline artwork + stable SVG icons === */
.cityline{
  height:200px!important;
  margin:10px -4px 18px!important;
  background-repeat:no-repeat!important;
  background-position:center bottom!important;
  background-size:contain!important;
}
.hk .cityline{background-image:url("skyline-hk.png")!important}
.tw .cityline{background-image:url("skyline-tw.png")!important}
.my .cityline{background-image:url("skyline-my.png")!important}
.cityline:before,.cityline:after,.cityline span{display:none!important}

.footer-grid{
  grid-template-columns:minmax(230px,1.1fr) minmax(360px,1.55fr) repeat(3,minmax(165px,.8fr))!important;
}
.footer-contact{grid-template-columns:92px minmax(240px,1fr)!important}
.footer-contact .phone{
  white-space:nowrap!important;
  font-size:31px!important;
  line-height:1.1!important;
  margin:5px 0!important;
}
.wa-circle{padding:13px!important}
.wa-circle img{width:100%;height:100%;display:block}
.footer-service .ficon{padding:12px!important}
.footer-service .ficon img{width:100%;height:100%;display:block}
.social-inline a{
  background:none!important;
  width:42px!important;height:42px!important;
}
.social-inline img{width:42px;height:42px;display:block}

@media(max-width:1180px){
  .footer-grid{grid-template-columns:1fr 1.35fr 1fr 1fr!important}
  .footer-service:last-child{grid-column:4}
}
@media(max-width:950px){
  .footer-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:650px){
  .footer-grid{grid-template-columns:1fr!important}
  .footer-contact{grid-template-columns:80px 1fr!important}
  .footer-contact .phone{font-size:27px!important}
}

/* V6 WhatsApp logo polish */
.wa-circle{
  background:#fff!important;
  padding:11px!important;
}
.wa-circle img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.social-inline a[href*="wa.me"]{
  background:transparent!important;
}
.social-inline a[href*="wa.me"] img{
  border-radius:50%;
}

.footer-bottom a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.content .box h3{margin-top:28px;color:#4a2f27}
.content .box h3:first-of-type{margin-top:18px}


/* === V9 MOBILE FIX === */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
img, svg{max-width:100%}
.wrap{width:min(1180px,92%);max-width:100%}

@media(max-width:650px){
  /* Header: stop logo + CTA from overflowing */
  .nav{
    height:auto!important;
    min-height:74px;
    padding:12px 0;
    gap:10px!important;
    flex-wrap:nowrap;
  }
  .logo{
    min-width:0;
    flex:1 1 auto;
    overflow:hidden;
  }
  .logo .script{
    font-size:23px!important;
    white-space:nowrap;
  }
  .logo small{
    font-size:8px!important;
    letter-spacing:.2px!important;
    line-height:1.35;
  }
  header .cta{
    flex:0 0 auto;
    max-width:185px;
    padding:10px 13px!important;
    font-size:13px!important;
    line-height:1.25;
    text-align:center;
    white-space:normal;
  }

  /* Hero */
  .hero-grid{gap:22px!important}
  .hero-visual{width:100%;overflow:hidden}
  h1{font-size:36px!important}
  .tag{font-size:14px!important}
  .feature-row{gap:0}

  /* Service cards */
  .cards{grid-template-columns:1fr!important}
  .card{
    min-height:auto!important;
    padding:25px 22px!important;
  }
  .cityline{
    height:150px!important;
    margin:8px 0 18px!important;
  }

  /* Footer: one column, no horizontal spill */
  .footer-main{padding:28px 0 20px!important}
  .footer-grid{
    display:block!important;
    width:100%!important;
  }
  .footer-brand,
  .footer-contact,
  .footer-service{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    border-left:0!important;
    border-top:1px dashed #e7aaa8!important;
    padding:22px 0!important;
    margin:0!important;
  }
  .footer-brand{
    border-top:0!important;
    text-align:center;
  }
  .footer-brand .script{
    font-size:35px!important;
  }
  .social-inline{
    justify-content:center;
  }
  .footer-contact{
    display:grid!important;
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:16px!important;
    align-items:center!important;
    text-align:left!important;
  }
  .wa-circle{
    width:72px!important;
    height:72px!important;
  }
  .footer-contact > div:last-child{
    min-width:0!important;
  }
  .footer-contact b{
    font-size:15px!important;
    display:block;
    line-height:1.4;
  }
  .footer-contact .phone{
    font-size:27px!important;
    white-space:nowrap!important;
  }
  .footer-contact small{
    font-size:12px!important;
    line-height:1.5;
  }
  .footer-service{
    text-align:center!important;
  }
  .footer-service .ficon{
    width:54px!important;height:54px!important;
  }

  /* Legal footer */
  .footer-bottom{
    padding:13px 18px!important;
    font-size:11px!important;
    line-height:1.8!important;
    white-space:normal!important;
    overflow-wrap:anywhere;
  }

  /* Content pages */
  .pagehero h1{font-size:32px!important}
  .content{width:92%!important}
}

@media(max-width:390px){
  header .cta{
    max-width:160px;
    font-size:12px!important;
    padding:9px 10px!important;
  }
  .logo .script{font-size:20px!important}
  .footer-contact .phone{font-size:24px!important}
}
