:root{--blue:#0675bd;--deep:#07182b;--ink:#172231;--muted:#687482;--pale:#f1f6f9;--white:#fff;--gold:#d4a84f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Montserrat,Arial,sans-serif;line-height:1.7}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.site-header{height:90px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 3px 20px #00172c12}.brand img{width:190px;max-height:72px;object-fit:contain}.site-header nav{display:flex;gap:34px;font-size:14px;font-weight:600}.site-header nav a{position:relative;padding:34px 0}.site-header nav a:after{content:"";position:absolute;bottom:23px;left:0;width:0;height:2px;background:var(--blue);transition:.25s}.site-header nav a:hover:after{width:100%}.menu-toggle{display:none;border:0;background:var(--deep);color:#fff;padding:10px 14px}.hero{min-height:720px;position:relative;display:grid;align-items:center;background:linear-gradient(110deg,#061829,#0a4264 65%,#1684b5);overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:url('quartz.png') 82% 52%/470px no-repeat;filter:drop-shadow(0 30px 20px #0008);opacity:.9}.hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 82% 55%,transparent 0 20%,#06182930 43%,#061829b8 78%)}.hero-content{position:relative;z-index:2;color:#fff;width:min(700px,88vw);margin-left:max(7vw,28px)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--blue);font-weight:700}.hero .eyebrow{color:#75c9fa}.hero h1,.section h2{font:700 clamp(40px,6vw,76px)/1.04 Kanit,sans-serif;margin:10px 0 24px}.hero p:not(.eyebrow){font-size:18px;max-width:620px;color:#d9e8f1}.actions{display:flex;gap:14px;margin-top:34px}.button{display:inline-block;background:var(--blue);color:#fff;padding:14px 24px;text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.08em}.button.outline{background:transparent;border:1px solid #ffffff80}.section{padding:105px max(6vw,24px)}.section-heading{text-align:center;max-width:780px;margin:0 auto 55px}.section-heading h2{font-size:clamp(34px,4vw,54px)}.section-heading span{display:block;width:70px;height:3px;background:var(--blue);margin:22px auto}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product{margin:0;text-align:center;background:var(--pale);padding:28px 12px 18px;min-height:220px;border-bottom:3px solid transparent;transition:.25s}.product:hover{transform:translateY(-6px);border-color:var(--blue);box-shadow:0 18px 35px #1233}.product img{width:130px;height:120px;object-fit:contain;margin:auto}.product h3{font:600 17px Kanit,sans-serif;text-transform:uppercase}.dark{background:var(--deep);color:#fff;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding-top:0;padding-bottom:0}.feature{padding:70px 7vw;border-right:1px solid #ffffff1c}.feature b{color:#42a9e5;font-size:44px}.feature h3{font:600 27px Kanit,sans-serif}.feature p{color:#aebdca;font-size:14px}.story{display:grid;grid-template-columns:1fr 1.08fr;gap:8vw;align-items:center}.story-image{position:relative}.story-image:before{content:"";position:absolute;inset:-18px 35px 35px -18px;border:5px solid var(--blue);z-index:-1}.story-image img{min-height:590px;object-fit:cover}.story-copy h2,.global h2,.contact h2{font-size:clamp(36px,4vw,58px)}.story-copy>p{color:var(--muted)}.principles{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:35px}.principles h3{font:600 21px Kanit;margin-bottom:4px}.principles p{font-size:13px;color:var(--muted);margin:0}.global{min-height:560px;color:#fff;background:linear-gradient(90deg,#061829e8,#06182985),url('mine.jpg') center/cover fixed;display:flex;align-items:center}.global-copy{max-width:720px}.global-copy p{color:#d0dde7}.global strong{display:block;font:700 70px Kanit;color:#5ac1f8;line-height:1}.global span{text-transform:uppercase;font-size:12px;letter-spacing:.12em}.gallery{background:var(--pale)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-grid img{width:100%;height:300px;object-fit:contain;background:#fff;padding:20px}.contact{display:grid;grid-template-columns:1fr 420px;gap:8vw;align-items:center}.contact-copy p{max-width:650px;color:var(--muted)}.contact-card{background:var(--deep);color:#fff;padding:45px}.contact-card h3{font:600 27px Kanit}.contact-card a:not(.button){display:block;color:#66c4fa;margin:8px 0}.contact-card .button{margin-top:25px}footer{background:#03101e;color:#91a2b0;text-align:center;padding:50px 20px;font-size:13px}footer img{width:180px;margin:0 auto 18px;filter:brightness(0) invert(1)}.whatsapp{position:fixed;right:22px;bottom:22px;width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:700;z-index:12;box-shadow:0 5px 20px #0005}.reveal{opacity:0;transform:translateY(20px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:90px;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:12px 24px;box-shadow:0 15px 22px #0002}.site-header nav.open{display:flex}.site-header nav a{padding:12px}.hero{min-height:640px}.hero:after{opacity:.35;background-size:390px}.product-grid{grid-template-columns:repeat(2,1fr)}.dark,.story,.contact{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid #ffffff1c}.story-image img{min-height:390px}.gallery-grid{grid-template-columns:1fr 1fr}.contact-card{width:100%}}@media(max-width:520px){.site-header{height:76px}.brand img{width:150px}.site-header nav{top:76px}.hero h1{font-size:45px}.section{padding:75px 22px}.product-grid{gap:10px}.product{min-height:180px}.product img{width:100px;height:95px}.principles,.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:260px}.contact-card{padding:30px}.actions{flex-direction:column;align-items:flex-start}}
.page-hero{padding:120px max(7vw,28px);color:#fff;background:linear-gradient(110deg,#061829e8,#087abcbb),url("mine.jpg") center/cover;min-height:430px;display:flex;flex-direction:column;justify-content:center}.page-hero h1{font:700 clamp(48px,7vw,86px)/1 Kanit,sans-serif;margin:8px 0 20px;max-width:950px}.page-hero>p:last-child{max-width:700px;color:#d8e6ef;font-size:18px}.page-hero .eyebrow{color:#6dcaff}.site-header .brand img{width:255px;max-height:76px}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;background:var(--pale)}.value-grid article{background:#fff;padding:35px;border-top:4px solid var(--blue)}.value-grid h3{font:600 24px Kanit;margin-top:0}.cta-band{padding:65px max(7vw,28px);background:var(--deep);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px}.cta-band h2{font:600 clamp(28px,4vw,45px) Kanit;margin:0}.product-grid.detailed{grid-template-columns:repeat(3,1fr)}.product-grid.detailed .product{min-height:380px;padding:35px}.product-grid.detailed .product img{height:180px;width:190px}.product-grid.detailed .product p{font-size:13px;color:var(--muted)}.product-grid.detailed .product span{font-size:12px;color:var(--blue);font-weight:700;text-transform:uppercase}.mineral-detail{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.mineral-visual{background:var(--pale);min-height:540px;display:grid;place-items:center}.mineral-visual img{width:75%;max-height:420px;object-fit:contain}.mineral-detail h2,.related h2,.contact-page h2{font:700 clamp(36px,5vw,58px)/1.05 Kanit;margin:10px 0 25px}.mineral-detail h3{font:600 22px Kanit;margin-bottom:3px}.mineral-detail li{margin:6px 0}.mineral-detail .button{margin-top:20px}.related{background:var(--pale);text-align:center}.related>div{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.related a{padding:14px 28px;background:#fff;border-bottom:3px solid var(--blue);font-weight:600}.gallery-page{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;background:var(--pale)}.gallery-page figure{background:#fff;margin:0;padding:25px}.gallery-page img{width:100%;height:280px;object-fit:contain}.gallery-page figcaption{font:600 21px Kanit;text-align:center}.contact-page{display:grid;grid-template-columns:1fr 1.2fr;gap:9vw}.contact-page>div>a{display:block;color:var(--blue);font-weight:600;margin:8px 0}.contact-page form{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:var(--pale);padding:40px}.contact-page label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.contact-page input,.contact-page select,.contact-page textarea{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid #ccd5dc;background:#fff;font:14px Montserrat}.contact-page label:nth-last-of-type(1){grid-column:1/-1}.contact-page button{border:0;justify-self:start}@media(max-width:900px){.value-grid{grid-template-columns:1fr 1fr}.product-grid.detailed,.gallery-page{grid-template-columns:1fr 1fr}.mineral-detail,.contact-page{grid-template-columns:1fr}.cta-band{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.page-hero{padding:90px 22px;min-height:360px}.site-header .brand img{width:190px}.value-grid,.product-grid.detailed,.gallery-page{grid-template-columns:1fr}.contact-page form{grid-template-columns:1fr;padding:25px}.contact-page label:nth-last-of-type(1){grid-column:auto}.mineral-visual{min-height:350px}}

/* Brand alignment and responsive hardening */
html,body{max-width:100%;overflow-x:hidden}body{background:#fff}.site-header{height:96px;background:#f7f9fc;border-bottom:1px solid #dce5ed;padding-inline:clamp(20px,5vw,72px)}.site-header .brand{display:flex;align-items:center;flex:0 1 330px;min-width:0}.site-header .brand img{display:block;width:min(310px,100%);height:auto;max-height:76px;object-fit:contain;object-position:left center}.site-header nav{align-items:center;flex-wrap:wrap;justify-content:flex-end}.site-header nav a{color:#102944}.site-header nav a:hover{color:var(--blue)}main,section,.section>*{min-width:0}.hero-content,.story-copy,.global-copy,.contact-copy{overflow-wrap:anywhere}.hero h1,.page-hero h1,.section h2{max-width:100%;overflow-wrap:break-word}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.product-grid.detailed{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-grid,.gallery-page{grid-template-columns:repeat(4,minmax(0,1fr))}.product,.gallery-page figure{min-width:0;overflow:hidden}.product img,.gallery-page img{max-width:100%}.contact-page,.story,.mineral-detail{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.contact-page form{min-width:0}.contact-page input,.contact-page select,.contact-page textarea{min-width:0;max-width:100%}footer img{width:min(320px,80vw);height:auto;margin:0 auto 22px;padding:9px 16px;background:#fff;border-radius:5px;filter:none}@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-header nav{gap:20px}.gallery-grid,.gallery-page{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.site-header{height:82px}.site-header .brand{flex-basis:240px}.site-header .brand img{width:230px;max-height:64px}.site-header nav{top:82px;left:0;right:0;width:100%;max-height:calc(100vh - 82px);overflow-y:auto}.product-grid,.product-grid.detailed{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-page,.story,.mineral-detail{grid-template-columns:minmax(0,1fr)}}@media(max-width:560px){.site-header{padding-inline:18px}.site-header .brand{flex-basis:205px}.site-header .brand img{width:200px;max-height:58px}.hero{min-height:600px}.hero-content{width:calc(100% - 40px);margin-left:20px;margin-right:20px}.hero h1{font-size:clamp(39px,12vw,52px)}.page-hero h1{font-size:clamp(40px,12vw,58px)}.product-grid,.product-grid.detailed,.gallery-grid,.gallery-page{grid-template-columns:minmax(0,1fr)}.product-grid.detailed .product{min-height:330px;padding:26px 18px}.value-grid{grid-template-columns:minmax(0,1fr)}.dark{grid-template-columns:minmax(0,1fr)}.contact-page form{padding:24px 18px}.actions{width:100%}.actions .button{width:100%;text-align:center}.cta-band{padding-inline:22px}.mineral-visual{min-height:320px}}

/* Exact supplied logo treatment */
.site-header{height:112px;background:#eef2f5}.site-header .brand{flex-basis:370px}.site-header .brand img{width:360px;max-height:96px;aspect-ratio:970/350;object-fit:cover;object-position:center;border-radius:3px;box-shadow:0 2px 10px #07182b18}.site-header nav a{padding-block:43px}.site-header nav a:after{bottom:31px}footer img{width:min(390px,90vw);padding:0;aspect-ratio:970/350;object-fit:cover;border:1px solid #738394;border-radius:4px}@media(max-width:900px){.site-header{height:88px}.site-header .brand{flex-basis:245px}.site-header .brand img{width:240px;max-height:76px}.site-header nav{top:88px}}@media(max-width:560px){.site-header .brand{flex-basis:225px}.site-header .brand img{width:220px;max-height:72px}}

/* Transparent exact-logo presentation */
.site-header{height:104px;background:linear-gradient(90deg,#dbe8f2 0,#eef3f7 52%,#f7f9fb 100%)}.site-header .brand{flex-basis:390px}.site-header .brand img{width:380px;max-height:88px;aspect-ratio:auto;object-fit:contain;object-position:left center;background:transparent;box-shadow:none;border-radius:0}.site-header nav a{padding-block:39px}.site-header nav a:after{bottom:27px}footer img{width:min(430px,90vw);aspect-ratio:auto;object-fit:contain;background:linear-gradient(90deg,#dbe8f2,#f7f9fb);border:0;padding:12px 18px}@media(max-width:900px){.site-header{height:86px}.site-header .brand{flex-basis:250px}.site-header .brand img{width:245px;max-height:70px}.site-header nav{top:86px}}@media(max-width:560px){.site-header .brand{flex-basis:220px}.site-header .brand img{width:215px;max-height:64px}}

/* Exact uploaded artwork, softened presentation background */
.site-header{background:#eef3f7}.site-header .brand img{width:360px;max-height:90px;aspect-ratio:970/350;object-fit:cover;background:transparent}footer img{width:min(390px,90vw);aspect-ratio:970/350;object-fit:cover;padding:0}@media(max-width:900px){.site-header .brand img{width:240px;max-height:72px}}@media(max-width:560px){.site-header .brand img{width:215px;max-height:68px}}
