/* Melaaura Category Landing v4 -- neutral palette, DM Sans, rounded. Scoped under .mela-lp */
.mela-lp{--ivory:#FFFFFF;--paper:#F5F4F2;--bone:#EAE9E5;--ink:#111110;--ink2:#26261F;--char:#3B3B37;--mute:#777570;--line:#E6E4DF;--brass:#B28C3F;--brass2:#8E6F2F;--r:16px;
font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--ivory);font-size:16px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;margin:0;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow-x:clip}
.mela-lp *{box-sizing:border-box}
.mela-lp img{display:block;max-width:100%}
.mela-lp a{color:inherit;text-decoration:none}
.mela-lp .display{font-family:'DM Sans',sans-serif;font-weight:500;letter-spacing:-.02em;line-height:1.08}
.mela-lp .lede{font-family:'DM Sans',sans-serif;font-weight:400;color:var(--char)}
.mela-lp .eyebrow{font-weight:600;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--brass)}
.mela-lp .mlp-container{max-width:1280px;margin:0 auto;padding:0 60px}
.mela-lp .mlp-wide{max-width:1840px;margin:0 auto;padding:0 60px}
.mela-lp .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}
.mela-lp .reveal.in{opacity:1;transform:none}
.mela-lp .arrow-circle{width:42px;height:42px;border-radius:999px;border:1px solid currentColor;display:inline-flex;align-items:center;justify-content:center;transition:all .35s ease;flex:none}
.mela-lp .arrow-circle svg{width:14px;height:14px;transition:transform .35s ease}
.mela-lp a:hover .arrow-circle svg,.mela-lp button:hover .arrow-circle svg{transform:translate(2px,-2px)}
.mela-lp .pill{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;border-radius:999px;border:1px solid var(--ink);font-size:13px;letter-spacing:.04em;text-transform:uppercase;font-weight:500;transition:all .35s ease}
.mela-lp .pill:hover{background:var(--ink);color:var(--ivory)}
.mela-lp .pill.ghost{border-color:rgba(255,255,255,.6);color:#fff}
.mela-lp .pill.ghost:hover{background:#fff;color:var(--ink)}
.mela-lp .pill.dark{background:var(--ink);color:var(--ivory);border-color:var(--ink)}
.mela-lp .mlp-head .tick{display:inline-flex;gap:16px;align-items:center}
.mela-lp .mlp-head .tick:before{content:'';height:1px;width:32px;background:var(--brass)}
.mela-lp .mlp-head.center{text-align:center;max-width:900px;margin:0 auto}
.mela-lp .mlp-head.center .tick{justify-content:center}
.mela-lp .mlp-h2{font-family:'DM Sans',sans-serif;font-weight:500;font-size:clamp(30px,3.3vw,52px);letter-spacing:-.02em;line-height:1.08;margin:20px 0 0;white-space:pre-line}
.mela-lp .mlp-note{color:var(--mute);font-size:15px;line-height:1.7;margin-top:20px;max-width:460px}
/* intro */
.mela-lp .mlp-intro{padding:120px 0 110px;background:var(--ivory)}
.mela-lp .mlp-intro .mlp-container{max-width:1080px}
.mela-lp .mlp-intro .eyb{display:flex;gap:16px;align-items:center;justify-content:center}
.mela-lp .mlp-intro .eyb:before,.mela-lp .mlp-intro .eyb:after{content:'';height:1px;width:32px;background:var(--brass)}
.mela-lp .mlp-intro .lede-big{text-align:center;font-size:clamp(18px,1.6vw,26px)!important;font-weight:500;line-height:1.55;letter-spacing:-.01em;margin:26px auto 0;max-width:820px}
.mela-lp .mlp-intro .lede-big p{margin:0;font-size:inherit!important;line-height:inherit!important}
/* tiles */
.mela-lp .mlp-tiles{padding:110px 0;background:var(--paper)}
.mela-lp .mlp-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:44px 28px;margin-top:60px}
.mela-lp .mlp-tile{display:block}
.mela-lp .mlp-tile-img{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--bone);border-radius:var(--r)}
.mela-lp .mlp-tile-img .bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 1.1s cubic-bezier(.2,.7,.2,1)}
.mela-lp .mlp-tile:hover .mlp-tile-img .bg{transform:scale(1.05)}
.mela-lp .mlp-tile-img .ac{position:absolute;right:16px;top:16px;color:#fff;border-color:rgba(255,255,255,.7);background:rgba(0,0,0,.12)}
.mela-lp .mlp-tile-meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:18px;padding-bottom:16px;border-bottom:1px solid var(--line);gap:16px}
.mela-lp .mlp-tile-label{font-size:22px}
.mela-lp .mlp-tile-desc{color:var(--mute);font-size:12px;line-height:1.5;margin-top:6px;max-width:260px}
.mela-lp .mlp-tile .view{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);transition:color .3s;white-space:nowrap}
.mela-lp .mlp-tile:hover .view{color:var(--brass)}
/* featured rail */
.mela-lp .mlp-featured{padding:110px 0;background:var(--ivory)}
.mela-lp .mlp-feat-top{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;flex-wrap:wrap}
.mela-lp .mlp-feat-ctrls{display:flex;flex-direction:column;align-items:flex-end;gap:22px;padding-bottom:6px}
.mela-lp .mlp-feat-ctrls .note{color:var(--mute);font-size:14px;line-height:1.7;max-width:320px;text-align:right}
.mela-lp .mlp-feat-ctrls .btns{display:flex;gap:10px}
.mela-lp .mlp-feat-ctrls .arrow-circle{width:48px;height:48px}
.mela-lp .mlp-rail{overflow-x:auto;margin-top:54px;-ms-overflow-style:none;scrollbar-width:none;cursor:grab}
.mela-lp .mlp-rail.dragging{cursor:grabbing;scroll-snap-type:none}
.mela-lp .mlp-rail::-webkit-scrollbar{display:none}
.mela-lp .mlp-rail-inner{display:flex;gap:32px;padding:0 60px 6px;padding-left:max(60px, calc((100vw - 1840px)/2 + 60px))}
.mela-lp .mlp-prod{flex:none;width:340px;display:block;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s ease}
.mela-lp .mlp-prod-img{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--bone);border-radius:12px}
.mela-lp .mlp-prod-img .bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.mela-lp .mlp-prod:hover .mlp-prod-img .bg{transform:scale(1.05)}
.mela-lp .mlp-prod-enq{position:absolute;inset:auto 12px 12px 12px;transform:translateY(130%);transition:transform .42s cubic-bezier(.2,.7,.2,1)}
.mela-lp .mlp-prod:hover .mlp-prod-enq{transform:translateY(0)}
.mela-lp .mlp-prod-enq .pill{width:100%;justify-content:center;background:rgba(17,17,16,.92);backdrop-filter:blur(6px);color:var(--ivory);border-color:transparent}
.mela-lp .mlp-prod-meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:14px;gap:12px;padding:0 4px 2px}
.mela-lp .mlp-prod-brand{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--brass)}
.mela-lp .mlp-prod-name{font-size:22px;margin-top:5px}
.mela-lp .mlp-prod-por{font-size:12px;color:var(--mute);letter-spacing:.03em;white-space:nowrap;padding-top:12px}
/* guide */
.mela-lp .mlp-guide{padding:110px 0;background:var(--paper)}
.mela-lp .mlp-split{display:grid;grid-template-columns:.9fr 1.25fr;gap:80px;align-items:start}
.mela-lp .mlp-guide-left{position:sticky;top:120px}
.mela-lp .mlp-guide-left .lede{font-size:19px;color:var(--char);margin-top:26px;line-height:1.55;max-width:380px}
.mela-lp .mlp-guide-left .pill{margin-top:34px}
.mela-lp .mlp-guiderow{border-top:1px solid var(--line);padding:36px 0;display:grid;grid-template-columns:70px 1fr;gap:28px;align-items:start}
.mela-lp .mlp-guiderow.has-img{grid-template-columns:70px 1fr 200px}
.mela-lp .mlp-guiderow.first{border-top:1px solid var(--ink)}
.mela-lp .mlp-guiderow .step{font-size:26px;color:var(--brass);line-height:1;font-weight:500}
.mela-lp .mlp-guiderow .gtitle{font-size:24px}
.mela-lp .mlp-guiderow .gbody{color:var(--char);font-size:16px;line-height:1.75;margin-top:12px;max-width:520px}
.mela-lp .mlp-guiderow .gimg{aspect-ratio:4/3;background-size:cover;background-position:center;align-self:stretch;border-radius:var(--r)}
/* materials -- TEXT cards (no images) */
.mela-lp .mlp-attr{padding:110px 0;background:var(--ivory)}
.mela-lp .mlp-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:58px}
.mela-lp .mlp-attrcard{display:block;background:var(--paper);border:1px solid var(--line);border-radius:var(--r);padding:30px 26px 32px;min-height:210px;transition:border-color .3s ease,transform .4s cubic-bezier(.2,.7,.2,1)}
.mela-lp a.mlp-attrcard:hover{border-color:var(--brass);transform:translateY(-3px)}
.mela-lp .mlp-attrcard .num{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--brass);font-weight:600}
.mela-lp .mlp-attrcard .num:before{content:'\2116 '}
.mela-lp .mlp-attrcard .nm{font-size:23px;margin-top:14px}
.mela-lp .mlp-attrcard .ds{font-size:14px;line-height:1.65;color:var(--mute);margin-top:10px}
/* compare */
.mela-lp .mlp-compare{padding:110px 0;background:var(--paper)}
.mela-lp .mlp-cmp{margin-top:56px}
.mela-lp .mlp-cmp-row{display:grid;grid-template-columns:1.1fr 1.2fr 1.6fr 120px;gap:32px;align-items:center;border-bottom:1px solid var(--line)}
.mela-lp .mlp-cmp-head{padding:0 0 16px;border-bottom:1px solid var(--ink);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--mute)}
.mela-lp .mlp-cmp-body .mlp-cmp-row{padding:28px 0;transition:background .35s ease}
.mela-lp a.mlp-cmp-row:hover{background:linear-gradient(90deg,rgba(178,140,63,.06),transparent 70%)}
.mela-lp .mlp-cmp-row .ctype{font-size:26px;transition:transform .4s cubic-bezier(.2,.7,.2,1)}
.mela-lp a.mlp-cmp-row:hover .ctype{transform:translateX(8px)}
.mela-lp .mlp-cmp-row .cbest{font-size:16px;color:var(--char)}
.mela-lp .mlp-cmp-row .cfeat{font-size:14px;color:var(--mute)}
.mela-lp .mlp-cmp-row .cview{justify-self:end;display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);transition:color .3s}
.mela-lp a.mlp-cmp-row:hover .cview{color:var(--brass)}
/* long description (relocated, redesigned) */
.mela-lp .mlp-longdesc{padding:110px 0;background:var(--ivory)}
.mela-lp .mlp-longdesc .mlp-container{max-width:1080px}
.mela-lp .mlp-longdesc .prose{margin-top:40px;column-count:2;column-gap:64px;color:var(--char);font-size:16px;line-height:1.85}
.mela-lp .mlp-longdesc .prose>*{break-inside:avoid}
.mela-lp .mlp-longdesc .prose p{margin:0 0 1.1em}
.mela-lp .mlp-longdesc .prose h2,.mela-lp .mlp-longdesc .prose h3{font-weight:500;color:var(--ink);font-size:22px;margin:1.2em 0 .5em;letter-spacing:-.01em}
.mela-lp .mlp-longdesc .prose ul,.mela-lp .mlp-longdesc .prose ol{margin:0 0 1.1em 1.1em}
.mela-lp .mlp-longdesc .prose li{margin:0 0 .4em}
.mela-lp .mlp-longdesc .prose a{color:var(--brass2);text-decoration:underline;text-underline-offset:3px}
/* brand (dark) */
.mela-lp .mlp-brand{padding:130px 0;background:var(--ink);color:var(--ivory);position:relative;overflow:hidden}
.mela-lp .mlp-brand .glow{position:absolute;left:50%;top:-220px;transform:translateX(-50%);width:760px;height:560px;border-radius:50%;background:radial-gradient(circle at 50% 40%,rgba(178,140,63,.18),transparent 62%);filter:blur(50px);pointer-events:none}
.mela-lp .mlp-brand .mlp-container{max-width:1120px;position:relative}
.mela-lp .mlp-brand .eyb{display:flex;gap:16px;align-items:center;justify-content:center}
.mela-lp .mlp-brand .eyb:before,.mela-lp .mlp-brand .eyb:after{content:'';height:1px;width:32px;background:var(--brass)}
.mela-lp .mlp-brand .eyebrow{color:var(--brass)}
.mela-lp .mlp-brand h2{font-family:'DM Sans',sans-serif;font-weight:500;color:var(--ivory);text-align:center;font-size:clamp(32px,3.8vw,60px);letter-spacing:-.02em;line-height:1.1;margin:24px 0 0;white-space:pre-line}
.mela-lp .mlp-brand .intro{text-align:center;color:rgba(255,255,255,.72);font-size:17px;line-height:1.85;margin:28px auto 0;max-width:720px}
.mela-lp .mlp-brand .intro p{margin:0}
.mela-lp .mlp-houses{display:flex;justify-content:center;flex-wrap:wrap;margin-top:64px;border-top:1px solid rgba(255,255,255,.16)}
.mela-lp .mlp-house{flex:1 1 0;min-width:170px;text-align:center;padding:30px 18px 26px;border-right:1px solid rgba(255,255,255,.12)}
.mela-lp .mlp-house:last-child{border-right:none}
.mela-lp .mlp-house .hn{font-size:24px;letter-spacing:.02em}
.mela-lp .mlp-house .hp{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-top:9px}
.mela-lp .mlp-brand .cta{display:flex;justify-content:center;margin-top:54px}
/* inspo */
.mela-lp .mlp-inspo{padding:120px 0;background:var(--ivory)}
.mela-lp .mlp-inspo-list{margin-top:68px;display:flex;flex-direction:column;gap:96px}
.mela-lp .mlp-inspo-row{display:grid;grid-template-columns:1.3fr 1fr;gap:56px;align-items:center}
.mela-lp .mlp-inspo-row.flip .mlp-inspo-img{order:2}
.mela-lp .mlp-inspo-txt{display:flex;flex-direction:column;justify-content:center}
.mela-lp .mlp-inspo-tag{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--brass)}
.mela-lp .mlp-inspo-title{font-size:clamp(28px,3vw,46px);letter-spacing:-.02em;line-height:1.08;margin-top:16px}
.mela-lp .mlp-inspo-text{font-size:19px;color:var(--char);line-height:1.55;margin-top:20px;max-width:440px}
.mela-lp .mlp-inspo-link{margin-top:30px;display:inline-flex;align-items:center;gap:14px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);width:fit-content}
.mela-lp .mlp-inspo-img{position:relative;overflow:hidden;aspect-ratio:16/11;background:var(--bone);display:block;border-radius:var(--r)}
.mela-lp .mlp-inspo-img .bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}
.mela-lp .mlp-inspo-img:hover .bg{transform:scale(1.05)}
.mela-lp .mlp-inspo-img .num{position:absolute;left:22px;top:20px;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,255,255,.9)}
.mela-lp .mlp-inspo-img .num:before{content:'\2116 '}
/* faq */
.mela-lp .mlp-faq{padding:110px 0;background:var(--ivory)}
.mela-lp .mlp-faq-left{position:sticky;top:120px}
.mela-lp .mlp-faq-left p{color:var(--char);font-size:15px;line-height:1.7;margin-top:24px;max-width:340px}
.mela-lp .mlp-faq-left .pill{margin-top:30px}
.mela-lp .mlp-faq-row{border-bottom:1px solid var(--line)}
.mela-lp .mlp-faq-row.first{border-top:1px solid var(--ink)}
.mela-lp .mlp-faq-q{width:100%;text-align:left;padding:26px 0;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:18px;background:none;border:none;cursor:pointer;font:inherit;color:inherit}
.mela-lp .mlp-faq-q .ix{font-size:11px;letter-spacing:.18em;color:var(--mute)}
.mela-lp .mlp-faq-q .qt{font-size:21px;letter-spacing:-.01em;color:var(--ink)}
.mela-lp .mlp-faq-q .tg{width:36px;height:36px;border-radius:99px;border:1px solid var(--ink);display:inline-flex;align-items:center;justify-content:center;transition:all .35s ease}
.mela-lp .mlp-faq-q .tg span{display:inline-flex}
.mela-lp .mlp-faq-row.is-open .mlp-faq-q .tg{background:var(--ink);color:var(--ivory)}
.mela-lp .mlp-faq-q .tg .minus{display:none}
.mela-lp .mlp-faq-row.is-open .mlp-faq-q .tg .plus{display:none}
.mela-lp .mlp-faq-row.is-open .mlp-faq-q .tg .minus{display:inline-flex}
.mela-lp .mlp-faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s ease}
.mela-lp .mlp-faq-row.is-open .mlp-faq-a{grid-template-rows:1fr}
.mela-lp .mlp-faq-a-inner{overflow:hidden}
.mela-lp .mlp-faq-a p{padding:0 60px 28px 60px;color:var(--char);font-size:16px;line-height:1.8;max-width:760px;margin:0}
/* visit / location */
.mela-lp .mlp-visit{padding:100px 0 120px;background:var(--ivory)}
.mela-lp .mlp-visit-inner{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center}
.mela-lp .mlp-visit-title{font-size:clamp(28px,3vw,46px);font-weight:500;letter-spacing:-.02em;line-height:1.1;margin:18px 0 0}
.mela-lp .mlp-visit-copy{color:var(--char);font-size:16px;line-height:1.75;margin-top:18px;max-width:460px}
.mela-lp .mlp-visit-addr{margin-top:24px;font-size:15px;line-height:1.7;color:var(--ink)}
.mela-lp .mlp-visit-addr strong{font-weight:600}
.mela-lp .mlp-visit-cta{display:flex;flex-direction:column;gap:14px;align-items:flex-start}
.mela-lp .mlp-visit-cta .pill{justify-content:center;min-width:230px}
/* related */
.mela-lp .mlp-related{padding:100px 0 120px;background:var(--ivory);border-top:1px solid var(--line)}
.mela-lp .mlp-rel-row{display:grid;grid-template-columns:240px 1fr;gap:56px}
.mela-lp .mlp-rel-row+.mlp-rel-row{padding-top:44px;border-top:1px solid var(--line);margin-top:48px}
.mela-lp .mlp-rel-row .lbl{padding-top:6px}
.mela-lp .mlp-chips{display:flex;flex-wrap:wrap;gap:12px}
.mela-lp .mlp-chip{display:inline-flex;align-items:center;gap:11px;padding:12px 20px;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--ink);transition:all .3s ease;font-size:14px}
.mela-lp .mlp-chip:hover{background:var(--ink);color:var(--ivory)}
.mela-lp .mlp-chip .cl{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mute);transition:color .3s}
.mela-lp .mlp-chip:hover .cl{color:var(--brass)}
.mela-lp .mlp-chip svg{opacity:.4;transition:opacity .3s}
.mela-lp .mlp-chip:hover svg{opacity:1}
.mela-lp .mlp-html{padding:0 0 8px}
/* responsive */
@media(max-width:1180px){
.mela-lp .mlp-container,.mela-lp .mlp-wide{padding-left:40px;padding-right:40px}
.mela-lp .mlp-split{grid-template-columns:1fr;gap:44px}
.mela-lp .mlp-guide-left,.mela-lp .mlp-faq-left{position:static}
.mela-lp .mlp-inspo-row{grid-template-columns:1fr;gap:26px}
.mela-lp .mlp-inspo-row.flip .mlp-inspo-img{order:0}
.mela-lp .mlp-visit-inner{grid-template-columns:1fr;gap:32px}
.mela-lp .mlp-longdesc .prose{column-count:1}
}
@media(max-width:1080px){
.mela-lp .mlp-grid4{grid-template-columns:repeat(2,1fr)}
.mela-lp .mlp-grid3{grid-template-columns:repeat(2,1fr)}
.mela-lp .mlp-rel-row{grid-template-columns:1fr;gap:18px}
}
@media(max-width:680px){
.mela-lp .mlp-container,.mela-lp .mlp-wide{padding-left:20px;padding-right:20px}
.mela-lp .mlp-grid4,.mela-lp .mlp-grid3{grid-template-columns:1fr}
.mela-lp .mlp-guiderow,.mela-lp .mlp-guiderow.has-img{grid-template-columns:52px 1fr}
.mela-lp .mlp-guiderow .gimg{display:none}
.mela-lp .mlp-cmp-row{grid-template-columns:1fr 1fr;gap:6px 16px}
.mela-lp .mlp-cmp-row .cfeat,.mela-lp .mlp-cmp-row .cview{display:none}
.mela-lp .mlp-rail-inner{padding-left:20px;padding-right:20px}
.mela-lp .mlp-prod{width:260px}
.mela-lp .mlp-intro{padding:70px 0 60px}
.mela-lp .mlp-tiles,.mela-lp .mlp-featured,.mela-lp .mlp-guide,.mela-lp .mlp-attr,.mela-lp .mlp-compare,.mela-lp .mlp-inspo,.mela-lp .mlp-faq,.mela-lp .mlp-longdesc{padding:64px 0}
.mela-lp .mlp-brand{padding:84px 0}
.mela-lp .mlp-visit-cta .pill{width:100%}
.mela-lp .mlp-faq-a p{padding-left:0;padding-right:0}
}
@media(prefers-reduced-motion:reduce){.mela-lp *{transition:none!important;animation:none!important}.mela-lp .reveal{opacity:1;transform:none}}
.mela-lp .mlp-prod:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.08)}
.mela-lp .mlp-visit-media{aspect-ratio:4/3;border-radius:calc(var(--r) + 2px);background-size:cover;background-position:center;min-height:320px}
.mela-lp .mlp-visit-body .eyebrow{display:block}
@media(max-width:1180px){.mela-lp .mlp-visit-media{min-height:240px}}
@media(max-width:680px){.mela-lp .mlp-visit-media{min-height:200px}}
