:root{--ink:#080808;--panel:#111;--cream:#f4eee2;--gold:#d7ad57;--gold2:#f0d08a;--burgundy:#48151f;--muted:#aaa39a;--line:rgba(215,173,87,.24)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font-family:"DM Sans",sans-serif;line-height:1.6}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky;top:0;z-index:50;background:rgba(8,8,8,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:13px}.brand img{width:44px;height:44px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.2}.brand strong{font-family:"Playfair Display",serif;letter-spacing:.12em}.brand small{font-size:.56rem;letter-spacing:.23em;color:var(--gold)}nav{display:flex;align-items:center;gap:2rem;font-size:.82rem}nav a{color:#d8d1c7}nav a:hover{color:var(--gold2)}.nav-cta{border:1px solid var(--gold);padding:.7rem 1rem}.menu-button{display:none;background:none;border:1px solid var(--line);color:var(--cream);padding:.55rem .8rem}.hero{min-height:calc(100vh - 88px);position:relative;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;padding:8vh 7vw 11vh;overflow:hidden}.hero:after{content:"";position:absolute;right:-15%;top:-5%;width:55%;height:110%;background:radial-gradient(circle,rgba(72,21,31,.7),transparent 68%);z-index:-2}.hero-glow{position:absolute;width:40vw;height:40vw;border:1px solid var(--line);border-radius:50%;right:4vw;top:8%;box-shadow:0 0 90px rgba(215,173,87,.08);z-index:-1}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:.71rem;font-weight:600;margin:0 0 1.4rem}.hero h1,.section h2{font-family:"Playfair Display",serif;font-weight:500;line-height:.95;margin:0}.hero h1{font-size:clamp(4rem,7.5vw,8.7rem);letter-spacing:-.05em}.hero h1 em{color:var(--gold2);font-weight:500}.lede{font-size:1.1rem;color:#c8c0b7;max-width:650px;margin:2rem 0}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;padding:.85rem 1.4rem;border:1px solid var(--gold);font:600 .8rem "DM Sans";letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.button.gold{background:linear-gradient(135deg,var(--gold2),#b98b35);color:#15100a}.button.ghost{background:transparent;color:var(--cream)}.button:hover{transform:translateY(-2px)}.signature{font-family:"Playfair Display",serif;font-style:italic;color:#aaa095;margin:2.3rem 0 0}.hero-art{position:relative;display:grid;place-items:center;min-height:500px}.hero-art img{width:min(420px,80%);z-index:2;filter:drop-shadow(0 25px 50px rgba(0,0,0,.55))}.orbit{position:absolute;border:1px solid var(--line);border-radius:50%}.orbit.one{width:75%;aspect-ratio:1}.orbit.two{width:95%;aspect-ratio:1;border-color:rgba(255,255,255,.08)}.trust-strip{position:absolute;bottom:0;left:0;right:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding:1rem 7vw;background:rgba(0,0,0,.24)}.trust-strip span{text-align:center;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:#b7aea3;border-right:1px solid var(--line)}.trust-strip span:last-child{border:0}.section{padding:9rem 7vw}.section-heading{max-width:800px}.section-heading h2{font-size:clamp(3.1rem,5vw,6rem);letter-spacing:-.035em}.intro{background:var(--cream);color:#17130f}.intro .eyebrow,.collection .eyebrow,.founder .eyebrow{color:#9b6e1e}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:5rem;border-top:1px solid #bcb3a5}.service{padding:2rem 2rem 1rem 0;border-right:1px solid #cfc5b5;min-height:260px}.service:not(:first-child){padding-left:2rem}.service:last-child{border:0}.service span{color:#a67d35;font-size:.75rem}.service h3{font:500 1.55rem "Playfair Display",serif;margin:2rem 0 1rem}.service p{color:#5d554b}.metal-note{margin:3rem 0 0;padding:1.5rem;border-left:3px solid #b88935;background:#ebe1d0;max-width:1000px}.collection{background:#0d0d0d}.section-heading.horizontal{max-width:none;display:grid;grid-template-columns:1.2fr .8fr;gap:7vw;align-items:end}.section-heading.horizontal>p{color:#afa79e;max-width:540px}.feature-cards{display:grid;gap:3rem;margin-top:5rem}.product-card{display:grid;grid-template-columns:1.2fr .8fr;min-height:570px;background:#161412;border:1px solid var(--line)}.product-card.reverse{grid-template-columns:.8fr 1.2fr}.product-card.reverse .product-image{order:2}.product-image{overflow:hidden;background:#20130f}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-image img{transform:scale(1.025)}.product-copy{padding:4rem;display:flex;flex-direction:column;justify-content:center}.product-copy h3{font:500 clamp(2.3rem,4vw,4.7rem)/1 "Playfair Display",serif;margin:0 0 1.5rem}.product-copy p:not(.eyebrow){color:#bcb3a8}.text-link{border:0;background:none;color:var(--gold2);padding:1.2rem 0 0;text-align:left;font:600 .79rem "DM Sans";text-transform:uppercase;letter-spacing:.1em;cursor:pointer}.text-link span{font-size:1.2rem;margin-left:.3rem}.disclaimer{margin-top:2rem;border:1px solid var(--line);padding:1.25rem 1.5rem;display:grid;grid-template-columns:220px 1fr;gap:2rem;color:#aaa198;font-size:.82rem}.disclaimer p{margin:0}.why{padding-top:3rem;background:#0d0d0d}.why-panel{background:linear-gradient(135deg,#5a1a25,#2a0c12 55%,#15100c);padding:7rem}.why h2{font-size:clamp(3rem,5vw,6.2rem)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:5rem;border-top:1px solid rgba(255,255,255,.2)}.proof-grid div{padding:2rem 1.5rem 0 0}.proof-grid strong{font:500 1.35rem "Playfair Display",serif}.proof-grid p{color:#cabdc0;font-size:.9rem}.founder{background:var(--cream);color:#17130f;display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw;align-items:center}.founder-mark{min-height:530px;background:#0c0c0c;display:grid;place-items:center;position:relative;overflow:hidden}.founder-mark:after{content:"";position:absolute;inset:8%;border:1px solid var(--line)}.founder-mark img{width:55%;z-index:2}.founder-mark span{position:absolute;bottom:1rem;right:2rem;color:#4c4439;font:6rem "Playfair Display",serif}.founder-copy h2{font-size:clamp(3rem,5vw,5.7rem)}blockquote{font:italic 1.5rem/1.5 "Playfair Display",serif;margin:2.3rem 0;border-left:2px solid #b68a3d;padding-left:1.5rem;color:#4a3b2e}.founder-copy>p{color:#655a4f}.founder-name{font-weight:600!important;color:#1e1914!important}.founder-name span{display:block;color:#9b792f;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.markets{text-align:center;background:#111}.markets .section-heading{margin:auto}.markets .section-heading>p:last-child{color:#aaa198;max-width:700px;margin:2rem auto}.market-list{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:4rem}.market-list span{border:1px solid var(--line);padding:.8rem 1.2rem;color:var(--gold2);font-size:.75rem;letter-spacing:.15em}.enquiry{background:linear-gradient(110deg,#0b0b0b,#1b1210);display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.enquiry h2{font-size:clamp(3.2rem,5vw,6rem)}.enquiry-intro>p:not(.eyebrow){color:#aaa198}.direct{display:flex;flex-direction:column;gap:.7rem;margin-top:2rem;color:var(--gold2)}.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.lead-form label{display:flex;flex-direction:column;gap:.45rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.09em;color:#c4bbb0}.lead-form input,.lead-form select,.lead-form textarea{width:100%;background:#141210;border:1px solid #4f4438;color:#f4eee2;padding:.95rem;font:1rem "DM Sans"}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{outline:2px solid var(--gold);outline-offset:1px}.wide{grid-column:1/-1}.consent{flex-direction:row!important;align-items:center;text-transform:none!important;letter-spacing:0!important}.consent input{width:18px;height:18px}.form-note{font-size:.75rem;color:#817970;margin:0;text-align:center}footer{padding:3rem 7vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;border-top:1px solid var(--line);background:#050505}.footer-brand{display:flex;align-items:center;gap:1rem}.footer-brand img{width:50px}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{font-family:"Playfair Display",serif;letter-spacing:.12em}.footer-brand small{color:var(--gold);font-style:italic}.footer-links{display:flex;justify-content:flex-end;gap:1rem;font-size:.8rem}.legal{grid-column:1/-1;color:#716b64;text-align:center}.floating-wa{position:fixed;right:1.4rem;bottom:1.4rem;z-index:40;background:#1a7f52;color:white;border-radius:999px;padding:.85rem 1.15rem;font-size:.78rem;font-weight:600;box-shadow:0 8px 30px rgba(0,0,0,.45)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.site-header{height:74px}.menu-button{display:block}nav{display:none;position:absolute;top:74px;left:0;right:0;background:#0b0b0b;padding:1.5rem 5vw;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}nav.open{display:flex}.hero{grid-template-columns:1fr;padding:8vh 6vw 9rem}.hero h1{font-size:clamp(3.7rem,16vw,6.5rem)}.hero-art{min-height:380px}.trust-strip{grid-template-columns:1fr 1fr;padding:1rem 5vw;gap:.7rem}.trust-strip span{border:0}.section{padding:6rem 6vw}.service-grid{grid-template-columns:1fr 1fr}.service:nth-child(2){border-right:0}.section-heading.horizontal,.product-card,.product-card.reverse,.founder,.enquiry{grid-template-columns:1fr}.product-card.reverse .product-image{order:0}.product-image{height:500px}.product-copy{padding:2.5rem}.why-panel{padding:4rem 2rem}.proof-grid{grid-template-columns:1fr 1fr}.founder-mark{min-height:420px}.lead-form{grid-template-columns:1fr}.lead-form>*{grid-column:1/-1}.disclaimer{grid-template-columns:1fr}footer{grid-template-columns:1fr;text-align:center}.footer-brand,.footer-links{justify-content:center}}
@media(max-width:560px){.brand strong{font-size:.9rem}.hero{padding-top:4.5rem}.hero-art{min-height:280px}.hero-actions .button{width:100%}.trust-strip{font-size:.6rem}.service-grid{grid-template-columns:1fr}.service,.service:not(:first-child){padding:1.7rem 0;border-right:0;border-bottom:1px solid #cfc5b5;min-height:auto}.product-image{height:390px}.product-copy{padding:2rem 1.4rem}.why-panel{padding:3.5rem 1.4rem}.proof-grid{grid-template-columns:1fr}.founder-mark{min-height:350px}.floating-wa{right:.8rem;bottom:.8rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.product-image img,.button{transition:none}}

/* PE refinement pass — stronger gold branding and richer luxury surfaces */
:root{--ink:#080706;--panel:#15100d;--cream:#efe0c7;--line:rgba(215,173,87,.28)}
.brand img{width:48px;height:52px;object-fit:contain;filter:invert(75%) sepia(55%) saturate(790%) hue-rotate(354deg) brightness(103%) contrast(90%) drop-shadow(0 0 7px rgba(231,184,86,.28))}
.brand small{font-family:"DM Sans",sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.18em;color:var(--gold2)}
.hero{background:linear-gradient(135deg,#080706 0%,#17100d 52%,#3b121b 100%)}
.hero-art img{width:min(310px,60%);max-height:390px;object-fit:contain;filter:invert(75%) sepia(55%) saturate(790%) hue-rotate(354deg) brightness(103%) contrast(90%) drop-shadow(0 16px 30px rgba(215,173,87,.24))}
.intro{background:linear-gradient(145deg,#f3e6cf 0%,#dfc79e 100%)}
.service h3{margin:.8rem 0 1rem}
.collection{background:linear-gradient(155deg,#090807 0%,#17100e 58%,#35111a 100%)}
.founder{background:linear-gradient(145deg,#f4ead8 0%,#dfc79e 100%)}
.founder-mark{background:radial-gradient(circle at 50% 38%,#3a2110 0%,#160e0a 45%,#070605 100%)}
.founder-mark img{width:58%;max-height:380px;object-fit:contain;filter:invert(75%) sepia(55%) saturate(790%) hue-rotate(354deg) brightness(103%) contrast(90%) drop-shadow(0 12px 28px rgba(215,173,87,.25))}
.footer-brand img{filter:invert(75%) sepia(55%) saturate(790%) hue-rotate(354deg) brightness(103%) contrast(90%)}

/* Authority typography, official trust strip, and mobile-safe pricing pages */
.brand small{font-family:"Cinzel",serif;font-size:.61rem;font-weight:600;letter-spacing:.13em;color:#e8bd63}
.signature{font-family:"Cormorant Garamond",serif;font-size:1.55rem;font-weight:600;font-style:italic;letter-spacing:.015em;color:#f0d08a;text-shadow:0 1px 18px rgba(215,173,87,.18)}
.trust-strip{background:linear-gradient(90deg,rgba(35,11,15,.96),rgba(72,21,31,.96));border-color:rgba(226,183,91,.55)}
.trust-strip span{position:relative;color:#f1d184;font-family:"Cinzel",serif;font-size:.68rem;font-weight:600;letter-spacing:.1em;padding:.2rem .55rem}
.trust-strip span:before{content:"✓";color:#fff0bd;margin-right:.5rem;font-family:"DM Sans",sans-serif}
.product-image{display:flex;align-items:center;justify-content:center;background:#140e0c}
.product-image img{width:100%;height:100%;object-fit:contain}
.enquiry{background:linear-gradient(135deg,#0d1420 0%,#211014 52%,#4b1625 100%)}
.social-follow{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;margin-top:2.2rem;padding-top:1.4rem;border-top:1px solid rgba(215,173,87,.4)}
.social-follow strong{font-family:"Cinzel",serif;font-size:.78rem;letter-spacing:.14em;color:#f0d08a;text-transform:uppercase}
.social-follow a,.social-follow span{color:#e8d4ae;font-size:.92rem}
.social-follow a:hover{color:#fff0bd}
@media(max-width:900px){.product-image{height:auto;min-height:0}.product-image img{height:auto;max-height:none;object-fit:contain}.trust-strip span{font-size:.62rem;padding:.35rem .2rem}}
@media(max-width:560px){.signature{font-size:1.38rem}.trust-strip{gap:.25rem}.trust-strip span{display:flex;align-items:center;justify-content:flex-start;text-align:left;min-height:2.5rem;font-size:.58rem;letter-spacing:.075em}.brand small{font-size:.58rem;letter-spacing:.1em}}

/* Branded contact panel */
.enquiry{background:radial-gradient(circle at 15% 8%,rgba(38,77,112,.45),transparent 34%),radial-gradient(circle at 90% 90%,rgba(98,30,68,.5),transparent 38%),linear-gradient(145deg,#07121c 0%,#111b2a 46%,#2a1124 100%)}
.contact-cards{display:grid;gap:.8rem;margin-top:2rem}
.contact-card{display:flex;align-items:center;gap:.9rem;min-height:58px;padding:.7rem 1rem;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(8,10,15,.5);font-size:.91rem;font-weight:500;box-shadow:0 10px 30px rgba(0,0,0,.18);transition:transform .2s,border-color .2s}
.contact-card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.35)}
.contact-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:10px;color:white}
.contact-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-icon .solid{fill:currentColor;stroke:none}
.whatsapp-card{color:#aef2cf;border-color:rgba(37,211,102,.32)}.whatsapp-card .contact-icon{background:#25d366}.whatsapp-card .contact-icon svg path:first-child{fill:none}.whatsapp-card .contact-icon svg path:last-child{fill:white;stroke:white;stroke-width:.5}
.email-card{color:#ffd4cd;border-color:rgba(234,67,53,.32)}.email-card .contact-icon{background:linear-gradient(135deg,#ea4335,#c5221f)}
.instagram-card{color:#ffd2ee;border-color:rgba(221,42,123,.34)}.instagram-card .contact-icon{background:linear-gradient(135deg,#833ab4,#fd1d1d 58%,#fcb045)}
.facebook-card{color:#cfe0ff;border-color:rgba(24,119,242,.34)}.facebook-card .contact-icon{background:#1877f2}.fb-icon{font:bold 2rem/1 Arial,sans-serif;padding-top:.25rem}
.form-honey{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{padding:1rem 1.1rem;border:1px solid rgba(240,208,138,.42);border-radius:10px;background:rgba(6,12,17,.68);color:#f4eee2;text-align:left}
.form-status.success{border-color:rgba(37,211,102,.5);background:rgba(15,70,43,.28)}
.form-status.error{border-color:rgba(234,67,53,.5);background:rgba(91,26,22,.3)}
.form-status strong{display:block;margin-bottom:.3rem;color:#fff0bd}
.form-status a{display:inline-flex;margin-top:.75rem;padding:.65rem .9rem;border-radius:999px;background:#1a9b5f;color:#fff;font-weight:700}
.lead-form button[disabled]{cursor:wait;opacity:.72;transform:none}
@media(max-width:560px){.contact-card{font-size:.84rem;padding:.7rem .8rem}.contact-icon{width:36px;height:36px;flex-basis:36px}.email-card span:last-child{font-size:.78rem}}
