@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&family=Jost:wght@200;300;400&family=Libre+Baskerville:ital,wght@0,400;1,400&display=swap');

/* ── TOKENS ── */
:root {
  --white:   #FFFFFF;
  --cream:   #F9F5EF;
  --mist:    #EDE8E1;
  --blush:   #E8D5C4;
  --dusty:   #C9A99A;
  --mocha:   #7D5A50;
  --deep:    #2C1F1A;
  --dark:    #1A0F0A;
  --gold:    #B89A6E;
  --gold-l:  #D4B880;
  --green:   #25D366;
}

/* ── RESET ── */
*,*::before,*::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-tap-highlight-color:transparent; }
body {
  background: var(--white);
  color: var(--deep);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.6;
}
a { text-decoration:none; color:inherit; }
button { cursor:pointer; border:none; background:none; font-family:inherit; }
img { max-width:100%; display:block; object-fit:cover; }

::-webkit-scrollbar { width:3px; }
::-webkit-scrollbar-track { background:var(--cream); }
::-webkit-scrollbar-thumb { background:var(--blush); border-radius:2px; }

/* ── NAV ── */
nav {
  position:fixed; top:0; left:0; right:0; z-index:200;
  padding:14px 20px;
  display:flex; justify-content:space-between; align-items:center;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(20px);
  border-bottom:1px solid var(--blush);
  transition:padding .3s ease;
}
nav.scrolled { padding:10px 20px; }

.nav-logo { line-height:1; }
.nav-logo-je { font-family:'Cormorant Garamond',serif; font-size:26px; font-weight:200; color:var(--deep); }
.nav-logo-sub { font-size:6px; letter-spacing:6px; text-transform:uppercase; color:var(--gold); margin-top:-2px; }

.nav-right { display:flex; align-items:center; gap:12px; }
.nav-enquire {
  background:var(--deep); color:var(--cream);
  font-size:7px; letter-spacing:2px; text-transform:uppercase;
  padding:8px 16px; transition:background .3s;
}
.nav-enquire:hover { background:var(--mocha); }

.nav-hamburger { display:flex; flex-direction:column; gap:4px; padding:3px; z-index:210; position:relative; }
.nav-hamburger span { display:block; width:20px; height:1px; background:var(--deep); transition:all .3s; transform-origin:center; }
.nav-hamburger.open span:nth-child(1) { transform:translateY(5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity:0; transform:scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform:translateY(-5px) rotate(-45deg); }

.nav-drawer {
  position:fixed; top:0; left:0; right:0; z-index:180;
  background:white; border-bottom:1px solid #E8D5C4;
  box-shadow:0 8px 24px rgba(44,31,26,.08);
  padding:0 20px; max-height:0; overflow:hidden;
  transition:max-height .4s ease, padding .3s ease;
  padding-top:57px;
}
.nav-drawer.open { max-height:500px; padding:57px 20px 20px; }
.nav-drawer a {
  font-family:'Jost',sans-serif; font-size:13px; letter-spacing:4px;
  text-transform:uppercase; color:#1a0c08; display:block;
  padding:14px 0; border-bottom:.5px solid #F9F5EF; text-align:center;
}
.nav-drawer a:last-of-type { border:none; }
.nav-drawer a:hover { color:#2C1F1A; }
.nav-drawer-wa {
  display:flex; align-items:center; justify-content:center; gap:8px;
  background:#25D366; color:white; padding:14px;
  font-size:11px; letter-spacing:4px; text-transform:uppercase;
  margin-top:12px; border-radius:40px; font-family:'Jost',sans-serif; font-weight:300;
}
.nav-drawer-wa:hover { background:#1FB85A; }

/* ── HERO ── */
.hero { padding:80px 20px 32px; background:var(--white); }

.hero-tag {
  display:inline-flex; align-items:center; gap:7px;
  background:var(--cream); border:.5px solid var(--blush);
  border-radius:40px; padding:6px 14px; margin-bottom:22px;
}
.hero-tag-dot { width:6px; height:6px; border-radius:50%; background:var(--gold); flex-shrink:0; }
.hero-tag-text { font-size:8px; letter-spacing:3px; text-transform:uppercase; color:var(--mocha); }

.hero-h1 {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(36px,11vw,60px); font-weight:200; color:var(--deep);
  line-height:1.05; margin-bottom:16px;
}
.hero-h1 em { font-style:italic; color:var(--mocha); }

.hero-divider { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.hero-divider-line { flex:1; height:.5px; background:var(--blush); }
.hero-divider-ornament { font-size:10px; color:var(--gold); opacity:.7; }

.hero-sub {
  font-family:'Cormorant Garamond',serif; font-style:italic;
  font-size:18px; color:var(--mocha); line-height:1.75; margin-bottom:22px;
}

.hero-pills { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:24px; }
.hero-pill {
  background:var(--cream); border:.5px solid var(--blush);
  border-radius:40px; padding:5px 13px; font-size:12px; color:var(--mocha); letter-spacing:.5px;
}

.hero-btns { display:flex; flex-direction:column; gap:17px; margin-bottom:1px; }
.btn-deep {
  display:flex; align-items:center; justify-content:center;
  background:var(--deep); color:var(--cream);
  padding:15px 32px; font-size:12px; letter-spacing:3px; text-transform:uppercase; transition:background .3s;
}
.btn-deep:hover { background:var(--mocha); }
.btn-wa-outline {
  display:flex; align-items:center; justify-content:center; gap:8px;
  border:.5px solid var(--blush); color:var(--mocha);
  padding:14px 32px; font-size:12px; letter-spacing:3px; text-transform:uppercase; transition:all .3s;
}
.btn-wa-outline:hover { border-color:var(--green); color:var(--green); }
.wa-dot { width:7px; height:7px; border-radius:50%; background:var(--green); flex-shrink:0; }

.hero-text-col { display:contents; }
.hero-photo { display:none; }
.hero-text-col { display:contents; }
.hero-photo { display:none; }
.hero-photo-inner { text-align:center; }
.hero-photo-box { width:160px; height:220px; border:0.5px solid rgba(184,154,110,.15); display:flex; align-items:flex-end; justify-content:center; padding-bottom:14px; margin:0 auto 12px; }
.hero-photo-label { font-size:7px; letter-spacing:3px; text-transform:uppercase; color:rgba(184,154,110,.3); font-family:'Jost',sans-serif; text-align:center; }
.hero-photo-orn { font-size:7px; letter-spacing:6px; color:rgba(184,154,110,.15); font-family:'Jost',sans-serif; }
.hero-photo-corner { position:absolute; bottom:20px; right:24px; font-size:7px; letter-spacing:4px; text-transform:uppercase; color:rgba(184,154,110,.2); font-family:'Jost',sans-serif; }
.hero-photo img { width:100%; height:100%; object-fit:cover; display:block; }
/* ── SHARED ── */
.sec-eye { font-size:8px; letter-spacing:6px; text-transform:uppercase; color:var(--gold); margin-bottom:10px; opacity:.8; }
.sec-title {
  font-family:'Cormorant Garamond',serif; font-size:clamp(28px,7vw,44px);
  font-weight:200; color:var(--deep); line-height:1.1; margin-bottom:10px;
}
.sec-title em { font-style:italic; color:var(--mocha); }
.sec-body { font-size:13px; line-height:1.9; color:var(--dusty); }

/* ── TEMPLATES ── */
.templates { padding:72px 20px 64px; background:var(--cream); overflow:visible; }
.templates-header { margin-bottom:20px; }

.filter-row { display:flex; gap:7px; overflow-x:auto; padding-bottom:16px; scrollbar-width:none; }
.filter-row::-webkit-scrollbar { display:none; }
.filter-btn {
  flex-shrink:0; padding:7px 16px; border-radius:40px;
  font-size:8px; letter-spacing:2px; text-transform:uppercase;
  border:.5px solid var(--blush); color:var(--dusty); background:var(--white); transition:all .25s;
}
.filter-btn.active, .filter-btn:hover { background:var(--deep); color:var(--cream); border-color:var(--deep); }

/* ── TEMPLATE IPHONE GRID ── */
.t-grid { display:grid; grid-template-columns:1fr 1fr; gap:32px 16px; padding-top:32px; }

.t-card {
  background:transparent; border:none; box-shadow:none;
  display:flex; flex-direction:column; align-items:center; gap:0;
  -webkit-user-select:none; user-select:none;
  -webkit-touch-callout:none; touch-action:manipulation;
}
.t-card.hidden { display:none; }

/* lift only on real mouse hover — never on mobile touch */
@media (hover:hover) and (pointer:fine) {
  .t-card { transition:transform 0.35s ease; }
  .t-card:hover { transform:translateY(-12px); }
}

.t-phone-wrap { display:flex; justify-content:center; width:100%; position:relative; }

.t-iphone {
  width:calc(46vw - 12px); height:calc((46vw - 12px) * 2.1);
  border-radius:28px; border:4px solid #111; background:#000;
  position:relative; overflow:hidden;
}

.t-iphone-notch {
  position:absolute; top:0; left:50%; transform:translateX(-50%);
  width:40px; height:12px; background:#000; border-radius:0 0 10px 10px; z-index:3;
}
.t-iphone-vol { position:absolute; left:-5px; top:46px; width:3px; height:18px; background:#222; border-radius:2px 0 0 2px; }
.t-iphone-vol2 { position:absolute; left:-5px; top:70px; width:3px; height:18px; background:#222; border-radius:2px 0 0 2px; }
.t-iphone-pwr { position:absolute; right:-5px; top:58px; width:3px; height:28px; background:#222; border-radius:0 2px 2px 0; }

.t-iphone-screen { width:100%; height:100%; overflow:hidden; position:relative; background:var(--mist); }
.t-iphone-screen img {
  width:100%; height:auto; display:block; object-fit:cover;
  -webkit-touch-callout:none; -webkit-user-select:none; user-select:none;
  pointer-events:none; -webkit-user-drag:none;
}

.t-screen-placeholder {
  width:100%; height:100%; display:flex; flex-direction:column;
  align-items:center; justify-content:center; gap:8px;
}
.t-sp-orn { font-size:14px; color:var(--gold); opacity:.4; }
.t-sp-name { font-size:9px; letter-spacing:2px; text-transform:uppercase; color:var(--dusty); }

.t-foot {
  text-align:center; padding-top:14px;
  display:flex; flex-direction:column; align-items:center; gap:3px;
  -webkit-user-select:none; user-select:none; -webkit-touch-callout:none;
}
.t-name {
  font-family:'Libre Baskerville',serif; font-style:italic; font-size:15px; color:var(--deep);
  -webkit-user-select:none; user-select:none;
}
.t-mood {
  font-size:7px; letter-spacing:2px; text-transform:uppercase; color:var(--dusty);
  -webkit-user-select:none; user-select:none;
}

.t-view-pill {
  font-family:'Jost',sans-serif; font-size:8px; letter-spacing:3px; text-transform:uppercase;
  background:var(--deep); color:var(--cream);
  padding:7px 18px; border-radius:40px; border:none;
  display:inline-block; margin-top:10px;
  cursor:pointer;
  -webkit-user-select:none; user-select:none;
  -webkit-touch-callout:none;
}
.t-demo-link { display:none; }
.t-demo-btn { display:none; }

.t-view-more {
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}

.t-view-more a {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--deep);
  border: 0.5px solid var(--deep);
  padding: 16px 48px;
  transition: all 0.3s;
  background: transparent;
}

.t-view-more a:hover {
  background: var(--deep);
  color: var(--cream);
}

@media(min-width:600px) {
  .t-grid { grid-template-columns:repeat(4,1fr); gap:32px 20px; }
  .t-iphone { width:140px; height:294px; }
}
@media(min-width:1024px) {
  .t-grid { grid-template-columns:repeat(6,1fr); gap:36px 16px; }
  .t-iphone { width:124px; height:260px; border-radius:24px; }
}

.templates-header { text-align: center; }
.filter-row { justify-content: center; }


/* ── HOW IT WORKS ── */
.how { padding:48px 20px; background:var(--deep); }
.how .sec-eye { color:var(--gold); letter-spacing:8px; margin-bottom:12px; }
.how .sec-title { color:#F9F5EF; margin-bottom:0; letter-spacing:1px; }
.how .sec-title em { color:#B89A6E; }

.how-list { margin-top:32px; }
.how-step {
  display:grid; grid-template-columns:44px 1fr; gap:14px;
  align-items:flex-start; padding:24px 0; border-bottom:.5px solid rgba(184,154,110,.15);
}
.how-step:last-child { border:none; }
.how-num { font-family:'Cormorant Garamond',serif; font-size:40px; font-weight:200; color:#fff; opacity:.7; line-height:1; }
.how-title { font-family:'Cormorant Garamond',serif; font-size:17px; font-weight:600; color:#B89A6E; margin-bottom:8px; line-height:1.2; text-transform:uppercase; letter-spacing:2px; }
.how-body { font-size:15px; line-height:1.85; color:rgba(255,255,255,0.7); }

/* ── PRICING ── */
.pricing { padding:48px 20px; background:var(--white); }
.pricing-header { margin-bottom:28px; }
.pricing .sec-title { font-size:clamp(28px,7vw,44px); margin-bottom:10px; }
.pricing .sec-body { font-size:14px; color:#7D5A50; margin-bottom:28px; }
.p-list { display:flex; flex-direction:column; gap:14px; }

.p-card { border:.5px solid var(--blush); padding:24px 20px; position:relative; transition:all .3s; background:var(--white); }
.p-card:hover { border-color:var(--gold); box-shadow:0 12px 32px rgba(44,31,26,.06); }
.p-card.featured { background:var(--deep); border-color:var(--deep); box-shadow:0 20px 48px rgba(44,31,26,.12); }

.p-badge {
  position:absolute; top:-1px; left:50%; transform:translateX(-50%);
  background:var(--gold); color:var(--deep);
  font-size:7px; letter-spacing:4px; text-transform:uppercase; padding:4px 16px; white-space:nowrap;
}
.p-tier { font-size:10px; letter-spacing:5px; text-transform:uppercase; color:var(--gold); margin-bottom:12px; }
.p-price { font-family:'Cormorant Garamond',serif; font-size:56px; font-weight:200; color:var(--deep); line-height:1; margin-bottom:6px; }
.p-card.featured .p-price { color:var(--white); }
.p-cur { font-size:22px; vertical-align:super; }
.p-strike { font-size:16px; color:#aaa; text-decoration:line-through; margin-left:8px; font-weight:400; vertical-align:middle; }
.p-note { font-size:11px; color:var(--dusty); margin-bottom:20px; }
.p-card.featured .p-note { color:var(--mocha); }
.p-divider { height:.5px; background:var(--blush); margin-bottom:18px; }
.p-card.featured .p-divider { background:rgba(255,255,255,.08); }
.p-feats { list-style:none; margin-bottom:20px; }
.p-feats li {
  font-size:14px; color:#2C1F1A; font-family:'Jost',sans-serif; font-weight:300;
  padding:10px 0; display:flex; align-items:flex-start; gap:10px;
  border-bottom:.5px solid rgba(232,213,196,.4);
}
.p-feats li:last-child { border:none; }
.p-card.featured .p-feats li { color:var(--dusty); border-bottom-color:rgba(255,255,255,.05); }
.p-tick { color:var(--gold); font-size:10px; flex-shrink:0; margin-top:2px; }
.p-btn {
  display:block; text-align:center; padding:15px;
  font-size:10px; letter-spacing:4px; text-transform:uppercase;
  border:.5px solid var(--deep); color:var(--deep); transition:all .3s;
}
.p-btn:hover { background:var(--deep); color:var(--cream); }
.p-card.featured .p-btn { background:var(--gold); border-color:var(--gold); color:var(--deep); }
.p-card.featured .p-btn:hover { background:var(--gold-l); }
.p-wa { display:block; text-align:center; margin-top:10px; font-size:10px; letter-spacing:2px; text-transform:uppercase; color:var(--dusty); padding:6px; transition:color .2s; }
.p-wa:hover { color:var(--mocha); }

/* ── PRICING LAUNCH ── */
.p-launch { display:flex; justify-content:center; }
.p-launch-card { background:#FDF8F3; border:1px solid #E8D5C4; border-radius:16px; max-width:420px; width:100%; text-align:center; padding:24px 20px; position:relative; }
.p-launch-slots { background:#3D2B1F; color:#F9F5EF; font-size:11px; letter-spacing:3px; text-transform:uppercase; padding:7px 18px; border-radius:20px; display:inline-block; margin-bottom:16px; font-weight:600; }
.p-launch-card .p-badge { position:relative; top:auto; left:auto; transform:none; display:inline-block; background:#B89A6E; color:#fff; border-radius:20px; font-size:10px; letter-spacing:3px; padding:4px 16px; margin-bottom:12px; }
.p-launch-card .p-tier { color:#3D2B1F; font-size:13px; letter-spacing:5px; margin-bottom:12px; }
.p-launch-card .p-price { color:#3D2B1F; display:flex; align-items:baseline; justify-content:center; }
.p-launch-card .p-cur { color:#6B5040; }
.p-launch-card .p-strike { font-size:16px; color:#B0947A; text-decoration:line-through; font-weight:400; vertical-align:middle; margin-left:8px; }
.p-launch-card .p-note { color:#6B5040; font-size:12px; margin-bottom:20px; }
.p-launch-card .p-divider { height:.5px; background:#E8D5C4; margin-bottom:18px; }
.p-launch-card .p-feats { color:#1A0F0A; font-size:16px; text-align:left; }
.p-launch-card .p-feats li { border-bottom:0.5px solid #EFE3D5; color:#1A0F0A; border-bottom-color:#EFE3D5; }
.p-launch-card .p-feats li:last-child { border-bottom:none; }
.p-launch-card .p-tick { color:#B89A6E; }
.p-launch-card .p-btn { background:#3D2B1F; color:#F9F5EF; border-radius:4px; font-size:12px; border:none; }
.p-launch-card .p-btn:hover { background:#6B5040; }
.p-launch-card .p-wa { color:#8B6E50; font-size:13px; }

/* ── SLOTS PROGRESS BAR ── */
.p-slots-bar { margin:0 0 18px; }
.p-slots-bar-labels { display:flex; justify-content:space-between; font-size:10px; letter-spacing:2px; text-transform:uppercase; color:#8B6E50; margin-bottom:7px; }
.p-slots-bar-labels strong { color:#3D2B1F; font-weight:500; }
.p-slots-bar-track { width:100%; height:4px; background:#E8D5C4; border-radius:2px; overflow:hidden; }
.p-slots-bar-fill { height:100%; background:#B89A6E; border-radius:2px; transition:width 1s ease; }
.p-slots-bar-sub { font-size:9px; letter-spacing:2px; text-transform:uppercase; color:#B0947A; margin-top:6px; text-align:center; }

/* ── FAQ ── */
.faq { padding:48px 20px; background:var(--cream); }
.faq-list { margin-top:24px; display:flex; flex-direction:column; gap:4px; }
.faq-item { background:var(--white); border-radius:6px; border:.5px solid var(--blush); overflow:hidden; }
.faq-q {
  width:100%; display:flex; justify-content:space-between; align-items:center;
  gap:12px; padding:14px 16px; text-align:left;
  font-family:'Jost',sans-serif; font-size:12px; font-weight:500;
  letter-spacing:3px; text-transform:uppercase; color:var(--gold); cursor:pointer;
}
.faq-icon { width:22px; height:22px; border-radius:50%; flex-shrink:0; border:.5px solid var(--blush); display:flex; align-items:center; justify-content:center; font-size:14px; color:var(--gold); transition:all .3s; }
.faq-item.open .faq-icon { transform:rotate(45deg); background:var(--gold); color:var(--deep); border-color:var(--gold); }
.faq-a {
  font-family:'Cormorant Garamond',serif; font-weight:300; font-size:15px; color:var(--deep); line-height:1.8;
  max-height:0; overflow:hidden; transition:max-height .4s ease, padding .3s ease;
  padding-bottom:0; padding-left:16px; padding-right:16px;
}
.faq-item.open .faq-a { max-height:300px; padding-bottom:16px; }

/* ── CTA ── */
.cta { padding:64px 20px; text-align:center; background:var(--cream); position:relative; overflow:hidden; }
.cta::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at center, rgba(184,154,110,.12), transparent); pointer-events:none; }
.cta-eye { font-size:8px; letter-spacing:6px; text-transform:uppercase; color:var(--gold); margin-bottom:14px; opacity:.8; }
.cta-title { font-family:'Cormorant Garamond',serif; font-size:clamp(30px,8vw,52px); font-weight:200; color:var(--deep); line-height:1.1; margin-bottom:10px; }
.cta-title em { font-style:italic; color:var(--mocha); }
.cta-sub { font-size:12px; color:var(--dusty); margin-bottom:28px; }
.cta-btns { display:flex; flex-direction:column; gap:10px; position:relative; z-index:1; }
.btn-gold { display:flex; align-items:center; justify-content:center; background:var(--deep); color:var(--cream); padding:15px 32px; font-size:9px; letter-spacing:3px; text-transform:uppercase; border:.5px solid var(--deep); transition:all .3s; }
.btn-gold:hover { background:var(--mocha); border-color:var(--mocha); }
.btn-ghost-light { display:flex; align-items:center; justify-content:center; gap:8px; border:.5px solid var(--blush); color:var(--mocha); padding:14px 32px; font-size:9px; letter-spacing:3px; text-transform:uppercase; transition:all .3s; background:white; }
.btn-ghost-light:hover { border-color:var(--gold); color:var(--deep); }

/* ── FOOTER ── */
footer { background:#2C1F1A; padding:44px 20px 24px; }
.footer-je { font-family:'Cormorant Garamond',serif; font-size:34px; font-weight:200; color:var(--white); line-height:1; }
.footer-sub { font-size:6px; letter-spacing:6px; text-transform:uppercase; color:var(--gold); margin-top:2px; margin-bottom:12px; }
.footer-tagline { font-family:'Cormorant Garamond',serif; font-style:italic; font-size:13px; color:rgba(249,245,239,.5); line-height:1.6; margin-bottom:24px; }
.footer-cols { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-bottom:24px; }
.footer-col-title { font-size:7px; letter-spacing:5px; text-transform:uppercase; color:var(--gold); margin-bottom:12px; opacity:.8; }
.footer-links { list-style:none; display:flex; flex-direction:column; gap:8px; }
.footer-links a { font-size:11px; color:rgba(249,245,239,.5); transition:color .2s; }
.footer-links a:hover { color:var(--gold); }
.footer-contact-label { font-size:7px; letter-spacing:3px; text-transform:uppercase; color:var(--gold); display:block; margin-bottom:3px; }
.footer-contact-val { font-size:11px; color:rgba(249,245,239,.45); display:block; margin-bottom:10px; }
.footer-bottom { padding-top:16px; border-top:.5px solid rgba(249,245,239,.1); display:flex; flex-direction:column; gap:10px; }
.footer-copy { font-size:8px; color:rgba(249,245,239,.35); letter-spacing:1px; }
.footer-social { display:flex; gap:16px; }
.footer-social a { font-size:8px; letter-spacing:3px; text-transform:uppercase; color:rgba(249,245,239,.35); transition:color .2s; }
.footer-social a:hover { color:var(--gold); }

/* ── WA FLOAT ── */
.wa-float { position:fixed; bottom:20px; right:20px; z-index:300; width:50px; height:50px; border-radius:50%; background:var(--green); color:white; display:flex; align-items:center; justify-content:center; font-size:22px; box-shadow:0 6px 20px rgba(37,211,102,.35); transition:transform .3s, box-shadow .3s; }
.wa-float:hover { transform:scale(1.1); box-shadow:0 12px 28px rgba(37,211,102,.45); }

/* ── MODAL ── */
.modal-back { position:fixed; inset:0; z-index:500; background:rgba(26,15,10,.88); display:flex; align-items:flex-end; justify-content:center; opacity:0; pointer-events:none; transition:opacity .35s; }
.modal-back.open { opacity:1; pointer-events:all; }
.modal { background:var(--white); width:100%; max-width:520px; max-height:92svh; overflow-y:auto; border-radius:16px 16px 0 0; position:relative; transform:translateY(100%); transition:transform .4s cubic-bezier(.25,.46,.45,.94); }
.modal-back.open .modal { transform:translateY(0); }
.modal-handle { width:40px; height:4px; border-radius:2px; background:var(--blush); margin:12px auto 0; }
.modal-close { position:absolute; top:14px; right:16px; width:30px; height:30px; border-radius:50%; border:.5px solid var(--blush); display:flex; align-items:center; justify-content:center; font-size:16px; color:var(--mocha); transition:all .2s; }
.modal-close:hover { background:var(--deep); color:var(--cream); border-color:var(--deep); }
.modal-photo { width:100%; aspect-ratio:3/4; max-height:360px; background:var(--mist); display:flex; align-items:center; justify-content:center; overflow:hidden; }
.modal-photo img { width:100%; height:100%; object-fit:cover; }
.modal-photo-placeholder { display:flex; flex-direction:column; align-items:center; gap:10px; }
.modal-body { padding:20px 24px 36px; border-top:.5px solid var(--blush); }
.modal-name { font-family:'Libre Baskerville',serif; font-style:italic; font-size:22px; color:var(--deep); margin-bottom:4px; }
.modal-mood { font-size:9px; letter-spacing:3px; text-transform:uppercase; color:var(--dusty); margin-bottom:14px; }
.modal-desc { font-size:13px; color:var(--mocha); line-height:1.75; margin-bottom:18px; }
.modal-feats { list-style:none; margin-bottom:20px; }
.modal-feats li { font-size:12px; color:var(--mocha); display:flex; gap:8px; align-items:center; padding:6px 0; border-bottom:.5px solid rgba(232,213,196,.3); }
.modal-feats li:last-child { border:none; }
.modal-feats li::before { content:'✦'; color:var(--gold); font-size:9px; flex-shrink:0; }
.modal-wa { display:flex; align-items:center; justify-content:center; gap:10px; background:var(--green); color:white; width:100%; padding:14px; font-size:10px; letter-spacing:3px; text-transform:uppercase; border-radius:4px; transition:background .2s; }
.modal-wa:hover { background:#1FB85A; }

/* ── REVEAL ── */
.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.rd1{transition-delay:.1s} .rd2{transition-delay:.2s} .rd3{transition-delay:.3s} .rd4{transition-delay:.4s}

.hero-tag    { animation:fadeUp .7s .1s  ease both }
.hero-h1     { animation:fadeUp .7s .2s  ease both }
.hero-divider{ animation:fadeUp .7s .35s ease both }
.hero-sub    { animation:fadeUp .7s .4s  ease both }
.hero-pills  { animation:fadeUp .7s .5s  ease both }
.hero-btns   { animation:fadeUp .7s .6s  ease both }
.hero-stats  { animation:fadeUp .7s .7s  ease both }
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

/* ── TABLET 600px ── */
@media(min-width:600px) {
  nav { padding:18px 36px }
  .hero { padding:96px 36px 36px }
  .hero-btns { flex-direction:row }
  .p-list { display:grid; grid-template-columns:1fr 1fr }
  .p-card.featured { transform:translateY(-6px) }
  .cta-btns { flex-direction:row; justify-content:center }
  .templates,.how,.pricing,.faq,.cta { padding-left:36px; padding-right:36px }
  footer { padding:56px 36px 28px }
  .footer-cols { grid-template-columns:repeat(3,1fr); gap:36px }
  .footer-bottom { flex-direction:row; justify-content:space-between; align-items:center }
}

/* ── DESKTOP 1024px ── */
@media(min-width:1024px) {
  nav { padding:22px 64px }
  nav.scrolled { padding:14px 64px }
  .nav-hamburger { display:none }
  .nav-drawer { position:static; transform:none !important; flex-direction:row; background:none; justify-content:flex-end; align-items:center; gap:28px; }
  .nav-drawer a { font-family:'Jost',sans-serif; font-size:9px; letter-spacing:3px; text-transform:uppercase; padding:0; color:var(--mocha); opacity:1; }
  .nav-drawer a:hover { color:var(--deep) }
  .nav-drawer-wa { margin:0; padding:9px 20px; font-size:9px }
  .hero { padding:110px 64px 52px }
  .p-list { grid-template-columns:repeat(3,1fr) }
  .p-card.featured { transform:translateY(-8px) }
  .how-list { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:48px }
  .how-step { grid-template-columns:1fr; gap:12px; padding:0 28px; border-bottom:none; border-right:.5px solid rgba(184,154,110,.1) }
  .how-step:last-child { border:none }
  .templates,.faq,.cta { padding-left:64px; padding-right:64px }
  .how,.pricing { padding-left:64px; padding-right:64px }
  footer { padding:64px 64px 32px }
  .footer-inner { display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:48px }
  .footer-brand { margin:0 }
  .footer-cols { display:contents }
  .nav-enquire {font-size: 16px}
  .nav-logo-je{ font-size:42px;}
.t-iphone { width:200px; height:420px; }
.t-grid {padding-top: 0;}
.t-grid {column-gap:40px}
.hero-sub {font-size: 25px;}
.hero-tag-text { font-size: 12px ;}
.hero-tag { margin-top: 10px;}
.hero-pill { font-size: 22px;}
.how-title { font-size: 22px;}
.how-body { font-size : 18px;}
.t-name {font-size: 18px}
.t-mood { font-size : 14px}
.t-view-pill { font-size: 13px;}
.sec-body { font-size: 15px;}
.filter-btn{ font-size: 14px;}
.btn-deep { font-size : 17px}
.btn-wa-outline {font-size : 17px}
.pricing-header  { text-align: center; }
.p-launch-card { max-width: 700px; padding: 48px 56px; }
.p-launch { padding: 48px 64px; }
.nav-right { display:none; }
.nav-hamburger { display:none; }
.nav-drawer {
  position:static;
  max-height:none;
  overflow:visible;
  background:none;
  border:none;
  box-shadow:none;
  padding:0;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:28px;
  transition:none;
}
.nav-drawer a {
  font-size:15px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:var(--mocha);
  padding:0;
  border:none;
  display:inline;
}
.nav-drawer a:hover { color:var(--deep); }
.nav-drawer-wa {
  background:none;
  color:var(--cream);
  border-radius:0;
  font-size:8px;
  letter-spacing:2px;
  padding:8px 18px;
  margin:0;
}

.hero-text-col { padding-top:100px; }
.hero { min-height:600px; }
.p-launch-card .p-feats li { font-size:20px; }
.p-launch-card .p-badge { font-size:14px; padding:8px 20px; }
.p-launch-slots { font-size:16px; padding:10px 24px; }
.p-slots-bar-labels { font-size:14px; }
.p-slots-bar-sub { font-size:13px; }
.p-tier { font-size:16px; letter-spacing:6px; }
.p-launch-card .p-price { font-size:80px; }
.p-note { font-size:15px; }
.p-launch-card .p-feats li { font-size:18px; padding:14px 0; }
.p-launch-card .p-btn { font-size:15px; padding:20px; letter-spacing:4px; }
.p-launch-card .p-wa { font-size:14px; }
.pricing-header .sec-eye { font-size:13px; }
.pricing-header .sec-title { font-size:clamp(36px,4vw,56px); }
.pricing-header .sec-body { font-size:17px; }


.faq .sec-eye { font-size:13px; }
.faq .sec-title { font-size:clamp(36px,4vw,56px); }
.faq-q { font-size:21px; padding:20px 16px; }
.faq-a { font-size:20px; }
.faq-icon { width:28px; height:28px; font-size:18px; }

.cta { padding:120px 64px; }
.cta-eye { font-size:13px; letter-spacing:8px; }
.cta-title { font-size:clamp(48px,5vw,72px); }
.cta-sub { font-size:18px; margin-bottom:40px; }
.btn-gold { font-size:14px; padding:20px 48px; letter-spacing:4px; }
.btn-ghost-light { font-size:14px; padding:19px 40px; letter-spacing:4px; }
.footer-je { font-size:56px; }
.footer-sub { font-size:10px; letter-spacing:8px; }
.footer-tagline { font-size:17px; line-height:1.8; }
.footer-col-title { font-size:11px; letter-spacing:6px; }
.footer-links a { font-size:15px; }
.footer-contact-label { font-size:11px; letter-spacing:4px; }
.footer-contact-val { font-size:15px; }
.footer-copy { font-size:12px; }
.footer-social a { font-size:12px; letter-spacing:4px; }
.footer-inner { display:grid; grid-template-columns:1fr 1fr 1fr; gap:64px; align-items:start; max-width:1000px; margin:0 auto; }
.footer-bottom { max-width:1000px; margin:0 auto; }
footer { padding:64px 64px 32px; }

.hero-tag { margin-top: 32px; }

.templates-header { text-align: center; }
.filter-row { justify-content: center; }
.t-view-more a {
  font-size: 13px;
  padding: 18px 64px;
  letter-spacing: 5px;
}

}

/* ── LAPTOP L 1440px ── */
@media(min-width:1440px) {
.hero { display:grid; grid-template-columns:1fr 1fr; min-height:480px; padding:0; overflow:hidden; }
.hero-text-col { display:flex; flex-direction:column; justify-content:center; padding:80px 64px; background:var(--white); border-right:0.5px solid var(--blush); }
.hero-photo { display:flex; align-items:center; justify-content:center; background:var(--dark); position:relative; overflow:hidden; }
  .t-iphone { width:260px; height:546px; }
html { font-size:18px; }
.nav-drawer a {
  font-size:20px;
}
.hero, .templates, .how, .pricing, .faq, .cta, footer {
  margin-left:auto;
  margin-right:auto;

}
.t-grid { 
  max-width: 1100px; 
  margin: 0 auto;
  padding: 0 ;
}
}

/* ── FIX: Logo always visible on mobile ── */
@media(max-width:1023px) {
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-logo {
    display: block;
    z-index: 210;
    position: relative;
  }
  .nav-right {
    display: flex !important;
    align-items: center;
    gap: 12px;
    z-index: 210;
    position: relative;
  }
  .nav-enquire { display: none; }
}