
:root{
  --bg:#050607;
  --panel:#0c0a07;
  --panel-2:#151109;
  --panel-3:#20170c;
  --text:#f5f8ff;
  --muted:#a79a86;
  --line:rgba(255,255,255,.11);
  --ice:#c89a46;
  --ice-2:#f0d49a;
  --silver:#e7d8bb;
  --shadow:0 24px 80px rgba(0,0,0,.55);
  --radius:28px;
  --sans:"Manrope",Arial,sans-serif;
  --display:"Bodoni Moda",Georgia,serif;
  --brand:"Cinzel",Georgia,serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(circle at 20% -10%,rgba(154,101,24,.20),transparent 34%),
    radial-gradient(circle at 90% 10%,rgba(200,154,70,.09),transparent 25%),
    var(--bg);
  color:var(--text);
  font-family:var(--sans);
  line-height:1.6;
  overflow-x:hidden;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.skip-link{position:fixed;left:16px;top:-80px;background:white;color:black;padding:10px 14px;z-index:1000}
.skip-link:focus{top:16px}

.announcement{
  align-items:center;
  background:#020304;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  display:flex;
  font-size:9px;
  font-weight:700;
  gap:14px;
  height:28px;
  justify-content:center;
  letter-spacing:.13em;
  position:fixed;
  text-transform:uppercase;
  top:0;
  width:100%;
  z-index:110;
}
.site-header{
  align-items:center;
  backdrop-filter:blur(18px);
  background:rgba(5,6,7,.78);
  border:1px solid var(--line);
  border-radius:22px;
  color:white;
  display:flex;
  height:70px;
  justify-content:space-between;
  left:3vw;
  padding:0 18px;
  position:absolute;
  right:3vw;
  top:40px;
  z-index:100;
}
.brand{align-items:center;display:flex;gap:11px}
.brand-icon{
  align-items:center;
  background:linear-gradient(145deg,#f6e7c1,#c89a46 55%,#70400f);
  border-radius:12px;
  color:#06101a;
  display:inline-flex;
  font-family:var(--display);
  font-size:24px;
  height:40px;
  justify-content:center;
  width:40px;
}
.brand-name{font-size:16px;font-weight:800;letter-spacing:.08em}
.brand-name b{color:var(--ice)}
.desktop-nav{display:flex;gap:30px}
.desktop-nav a{
  color:#b2bac7;
  font-size:11px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
  transition:.2s;
}
.desktop-nav a:hover{color:white}
.nav-cta{
  background:var(--text);
  border-radius:13px;
  color:#07090c;
  font-size:10px;
  font-weight:800;
  letter-spacing:.11em;
  padding:12px 16px;
  text-transform:uppercase;
}
.menu-toggle,.mobile-nav{display:none}

.hero{
  display:grid;
  gap:5vw;
  grid-template-columns:1.05fr .95fr;
  min-height:100svh;
  overflow:hidden;
  padding:175px 5vw 70px;
  position:relative;
}
.hero-glow{filter:blur(1px);pointer-events:none;position:absolute;border-radius:50%}
.glow-one{background:rgba(128,78,16,.19);height:480px;left:-220px;top:190px;width:480px}
.glow-two{background:rgba(200,154,70,.12);height:420px;right:-160px;top:90px;width:420px}
.hero-copy{align-self:center;position:relative;z-index:2}
.hero-badge{
  align-items:center;
  background:rgba(200,154,70,.09);
  border:1px solid rgba(200,154,70,.27);
  border-radius:999px;
  color:var(--ice-2);
  display:inline-flex;
  font-size:9px;
  font-weight:800;
  gap:8px;
  letter-spacing:.13em;
  padding:8px 12px;
  text-transform:uppercase;
}
.pulse{background:var(--ice);border-radius:50%;box-shadow:0 0 0 5px rgba(200,154,70,.12);height:6px;width:6px}
.eyebrow{
  color:var(--ice);
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
  margin-bottom:16px;
  text-transform:uppercase;
}
.hero-copy .eyebrow{margin-top:28px}
h1,h2{font-family:var(--display);font-weight:400;letter-spacing:-.02em;line-height:.9}
h1 em,h2 em{color:var(--ice);font-style:normal}
.hero h1{font-size:clamp(68px,8.8vw,138px)}
.hero-text{color:var(--muted);font-size:17px;margin-top:27px;max-width:610px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.button{
  align-items:center;
  border:0;
  border-radius:14px;
  cursor:pointer;
  display:inline-flex;
  font-size:10px;
  font-weight:800;
  justify-content:center;
  letter-spacing:.12em;
  min-height:50px;
  padding:0 22px;
  text-transform:uppercase;
  transition:.22s ease;
}
.button:hover{transform:translateY(-2px)}
.button-primary{
  background:linear-gradient(135deg,#f6e3b7,#b77a22);
  box-shadow:0 12px 40px rgba(200,154,70,.20);
  color:#1a1004;
}
.button-secondary{background:rgba(255,255,255,.05);border:1px solid var(--line);color:white}
.button-secondary:hover{background:rgba(255,255,255,.09)}
.hero-trust{display:flex;gap:28px;margin-top:42px}
.hero-trust div{border-left:1px solid var(--line);padding-left:15px}
.hero-trust strong{display:block;font-size:14px}
.hero-trust span{color:var(--muted);font-size:10px}
.hero-visual{align-self:center;min-width:0;position:relative}
.hero-image-wrap{
  background:linear-gradient(145deg,#10141a,#080a0d);
  border:1px solid var(--line);
  border-radius:34px;
  box-shadow:var(--shadow);
  height:min(680px,68vw);
  max-height:680px;
  min-height:520px;
  overflow:hidden;
  padding:13px;
  position:relative;
}
.hero-image{
  background:
    linear-gradient(0deg,rgba(0,0,0,.12),rgba(0,0,0,.04)),
    url("https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?auto=format&fit=crop&w=1500&q=88")
    center / cover no-repeat;
  border-radius:25px;
  height:100%;
}
.image-chip{
  backdrop-filter:blur(12px);
  background:rgba(7,9,12,.72);
  border:1px solid var(--line);
  border-radius:999px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.13em;
  padding:9px 13px;
  position:absolute;
  text-transform:uppercase;
}
.top-chip{right:28px;top:28px}
.bottom-chip{bottom:28px;left:28px;color:var(--ice)}
.floating-product{
  align-items:center;
  backdrop-filter:blur(18px);
  background:rgba(10,12,16,.88);
  border:1px solid var(--line);
  border-radius:22px;
  bottom:34px;
  display:flex;
  gap:14px;
  left:-48px;
  padding:12px;
  position:absolute;
  width:270px;
}
.floating-thumb{
  background:url("https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?auto=format&fit=crop&w=500&q=84") center/cover;
  border-radius:15px;
  height:70px;
  width:70px;
}
.floating-product span{color:var(--ice);display:block;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.floating-product strong{display:block;font-size:13px;margin:3px 0}
.floating-product a{color:var(--muted);font-size:9px;font-weight:700}

.category-strip{
  display:grid;
  gap:12px;
  grid-template-columns:repeat(4,1fr);
  padding:0 5vw 24px;
}
.category-strip a{
  align-items:center;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius:18px;
  display:flex;
  font-family:var(--display);
  font-size:24px;
  gap:16px;
  padding:20px;
  transition:.22s;
}
.category-strip a:hover{border-color:rgba(200,154,70,.40);transform:translateY(-3px)}
.category-strip span{color:var(--ice);font-family:var(--sans);font-size:9px;font-weight:800}
.section{padding:105px 5vw}
.section-heading{
  align-items:end;
  display:grid;
  gap:45px;
  grid-template-columns:1fr .58fr;
  margin-bottom:38px;
}
h2{font-size:clamp(52px,6.6vw,95px)}
.section-heading>p{color:var(--muted);font-size:15px}
.product-grid{display:grid;gap:16px;grid-template-columns:1.15fr .925fr .925fr}
.product-card{
  background:linear-gradient(145deg,var(--panel-2),var(--panel));
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
}
.product-image{background-position:center;background-size:cover;display:block;height:265px}
.featured-card .product-image{height:340px}
.chain-image{background-image:url("https://images.unsplash.com/photo-1599643477877-530eb83abc8e?auto=format&fit=crop&w=1200&q=88")}
.ring-image{background-image:url("https://images.unsplash.com/photo-1605100804763-247f67b3557e?auto=format&fit=crop&w=1000&q=86")}
.bracelet-image{background-image:url("https://images.unsplash.com/photo-1619119069152-a2b331eb392a?auto=format&fit=crop&w=1000&q=86")}
.product-card-body{padding:20px}
.product-type{color:var(--ice);font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.product-card h3{font-size:22px;margin:5px 0}
.product-card p{color:var(--muted);font-size:12px}
.product-price-row{align-items:center;border-top:1px solid var(--line);display:flex;justify-content:space-between;margin-top:18px;padding-top:15px}
.product-price-row strong{font-size:13px}
.product-price-row a{color:var(--ice);font-size:9px;font-weight:800;text-transform:uppercase}
.section-link{margin-top:30px;text-align:right}
.section-link a{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.section-link span{color:var(--ice)}
.value-section{
  display:grid;
  gap:18px;
  grid-template-columns:.9fr 1.1fr;
  padding:20px 5vw 105px;
}
.value-card{
  background:linear-gradient(145deg,var(--panel-2),var(--panel));
  border:1px solid var(--line);
  border-radius:34px;
  overflow:hidden;
}
.value-image-card{min-height:600px;position:relative}
.value-image{
  background:
    linear-gradient(0deg,rgba(0,0,0,.25),rgba(0,0,0,.02)),
    url("https://images.unsplash.com/photo-1617038260897-41a1f14a8ca0?auto=format&fit=crop&w=1200&q=87")
    center/cover;
  height:100%;
}
.corner-label{
  backdrop-filter:blur(12px);
  background:rgba(5,6,7,.75);
  border:1px solid var(--line);
  border-radius:999px;
  bottom:25px;
  font-size:8px;
  font-weight:800;
  left:25px;
  letter-spacing:.15em;
  padding:9px 12px;
  position:absolute;
}
.value-copy-card{padding:65px}
.value-copy-card p{color:var(--muted);font-size:15px;margin-top:24px;max-width:620px}
.value-list{border-top:1px solid var(--line);margin:30px 0}
.value-list div{align-items:center;border-bottom:1px solid var(--line);display:grid;gap:18px;grid-template-columns:42px 1fr;padding:16px 0}
.value-list span{color:var(--ice);font-size:9px;font-weight:800}
.value-list strong{font-size:13px}
.proof-section{background:linear-gradient(180deg,#07080a,#0b0e12)}
.proof-head{max-width:820px}
.review-grid{display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-top:36px}
.review-grid blockquote{
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius:24px;
  min-height:250px;
  padding:27px;
}
.stars{color:var(--ice);font-size:12px;letter-spacing:.18em}
.review-grid p{font-size:17px;font-weight:600;margin:22px 0}
.review-grid footer{color:var(--muted);font-size:9px;font-style:normal;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.cta-section{
  align-items:center;
  background:
    radial-gradient(circle at 50% 30%,rgba(164,104,23,.18),transparent 35%),
    #050607;
  border-top:1px solid var(--line);
  display:flex;
  flex-direction:column;
  min-height:520px;
  overflow:hidden;
  padding:90px 20px;
  position:relative;
  text-align:center;
}
.cta-section h2{font-size:clamp(60px,8vw,115px)}
.cta-section>p:not(.eyebrow){color:var(--muted);margin:20px auto 28px;max-width:560px}

.shop-hero{
  align-items:end;
  background:
    radial-gradient(circle at 78% 28%,rgba(200,154,70,.16),transparent 23%),
    linear-gradient(145deg,#080a0d,#050607);
  border-bottom:1px solid var(--line);
  display:grid;
  gap:40px;
  grid-template-columns:1fr .45fr;
  min-height:600px;
  padding:170px 5vw 65px;
}
.shop-hero h1,.about-hero h1,.contact-side h1,.product-info h1{font-size:clamp(70px,9vw,132px)}
.shop-hero>div>p:last-child,.about-hero-copy>p:last-child,.contact-side-copy>p:last-child{color:var(--muted);font-size:16px;margin-top:22px;max-width:570px}
.shop-hero-card{
  background:linear-gradient(145deg,var(--panel-3),var(--panel));
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
}
.shop-hero-card span{color:var(--ice);font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.shop-hero-card h3{font-size:28px;margin:8px 0}
.shop-hero-card strong{display:block;font-size:16px}
.shop-hero-card a{color:var(--ice);display:inline-block;font-size:9px;font-weight:800;margin-top:18px;text-transform:uppercase}
.shop-toolbar{align-items:end;display:flex;gap:30px;justify-content:space-between;margin-bottom:34px}
.filter-pills{display:flex;flex-wrap:wrap;gap:8px}
.filter{
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--muted);
  cursor:pointer;
  font-size:9px;
  font-weight:800;
  padding:10px 14px;
  text-transform:uppercase;
}
.filter.active{background:var(--ice);color:#1a1004}
.catalog-grid{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}
.catalog-card{background:linear-gradient(145deg,var(--panel-2),var(--panel));border:1px solid var(--line);border-radius:24px;overflow:hidden}
.catalog-card.hidden{display:none}
.catalog-image{background-position:center;background-size:cover;display:block;height:235px}
.catalog-chain-one{background-image:url("https://images.unsplash.com/photo-1599643477877-530eb83abc8e?auto=format&fit=crop&w=900&q=86")}
.catalog-chain-two{background-image:url("https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?auto=format&fit=crop&w=900&q=86")}
.catalog-ring-one{background-image:url("https://images.unsplash.com/photo-1605100804763-247f67b3557e?auto=format&fit=crop&w=900&q=86")}
.catalog-ring-two{background-image:url("https://images.unsplash.com/photo-1603561596112-db1d15a4198c?auto=format&fit=crop&w=900&q=86")}
.catalog-bracelet-one{background-image:url("https://images.unsplash.com/photo-1619119069152-a2b331eb392a?auto=format&fit=crop&w=900&q=86")}
.catalog-bracelet-two{background-image:url("https://images.unsplash.com/photo-1611085583191-a3b181a88401?auto=format&fit=crop&w=900&q=86")}
.catalog-pendant-one{background-image:url("https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?auto=format&fit=crop&w=900&q=86")}
.catalog-pendant-two{background-image:url("https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?auto=format&fit=crop&w=900&q=86")}
.catalog-body{padding:17px}
.catalog-body>span{color:var(--ice);font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.catalog-body h3{font-size:18px;margin:5px 0}
.catalog-body p{color:var(--muted);font-size:11px}
.catalog-body>div{align-items:center;border-top:1px solid var(--line);display:flex;justify-content:space-between;margin-top:15px;padding-top:13px}
.catalog-body strong{font-size:12px}
.catalog-body a{color:var(--ice);font-size:8px;font-weight:800;text-transform:uppercase}
.shop-note{
  align-items:center;
  background:linear-gradient(135deg,#0e1218,#080a0d);
  border-bottom:1px solid var(--line);
  border-top:1px solid var(--line);
  display:flex;
  gap:30px;
  justify-content:space-between;
  padding:55px 5vw;
}
.shop-note span{color:var(--ice);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.shop-note h2{font-size:40px;margin-top:5px}

.product-page{
  display:grid;
  gap:5vw;
  grid-template-columns:1.05fr .95fr;
  padding:160px 5vw 70px;
}
.main-product-image{
  background:url("https://images.unsplash.com/photo-1599643477877-530eb83abc8e?auto=format&fit=crop&w=1400&q=89") center/cover;
  border-radius:32px;
  height:610px;
}
.product-thumbnails{display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-top:12px}
.thumb{background-position:center;background-size:cover;border-radius:18px;height:145px}
.thumb-one{background-image:url("https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?auto=format&fit=crop&w=700&q=84")}
.thumb-two{background-image:url("https://images.unsplash.com/photo-1617038260897-41a1f14a8ca0?auto=format&fit=crop&w=700&q=84")}
.thumb-three{background-image:url("https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?auto=format&fit=crop&w=700&q=84")}
.product-info{align-self:center}
.product-info .eyebrow{margin-top:25px}
.price{color:var(--ice);font-size:18px;font-weight:800;margin-top:24px}
.product-description{color:var(--muted);font-size:15px;margin-top:18px;max-width:580px}
.spec-grid{display:grid;gap:10px;grid-template-columns:1fr 1fr;margin:28px 0}
.spec-grid div{background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:16px;padding:15px}
.spec-grid span{color:var(--muted);display:block;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.spec-grid strong{display:block;font-size:12px;margin-top:5px}
.product-actions{display:flex;gap:10px}
.product-note{color:var(--muted);font-size:9px;margin-top:13px}
.detail-strip{display:grid;gap:12px;grid-template-columns:repeat(3,1fr);padding:0 5vw 60px}
.detail-strip div{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:18px}
.detail-strip span{color:var(--ice);font-size:9px;font-weight:800}
.detail-strip strong{font-size:12px;margin-left:12px}
.product-story{align-items:center;display:grid;gap:5vw;grid-template-columns:.9fr 1.1fr}
.product-story-image{
  background:url("https://images.unsplash.com/photo-1617038260897-41a1f14a8ca0?auto=format&fit=crop&w=1200&q=87") center/cover;
  border-radius:32px;
  min-height:500px;
}
.product-story-copy>p:not(.eyebrow){color:var(--muted);font-size:15px;margin:24px 0 28px;max-width:600px}

.about-hero{
  display:grid;
  gap:5vw;
  grid-template-columns:1fr 1fr;
  min-height:780px;
  padding:165px 5vw 70px;
}
.about-hero-copy{align-self:center}
.about-hero-copy .eyebrow{margin-top:25px}
.about-hero-visual{align-self:center;position:relative}
.about-main-image{
  background:url("https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?auto=format&fit=crop&w=1300&q=88") center/cover;
  border:1px solid var(--line);
  border-radius:34px;
  height:580px;
}
.about-stat-card{
  backdrop-filter:blur(16px);
  background:rgba(7,9,12,.85);
  border:1px solid var(--line);
  border-radius:20px;
  bottom:25px;
  left:-35px;
  padding:20px;
  position:absolute;
}
.about-stat-card strong{display:block;font-size:26px}
.about-stat-card span{color:var(--muted);font-size:9px}
.principles-grid{display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}
.principles-grid article{
  background:linear-gradient(145deg,var(--panel-2),var(--panel));
  border:1px solid var(--line);
  border-radius:24px;
  min-height:250px;
  padding:28px;
}
.principles-grid span{color:var(--ice);font-size:9px;font-weight:800}
.principles-grid h3{font-size:22px;margin:28px 0 9px}
.principles-grid p{color:var(--muted);font-size:13px}
.comparison-section{
  display:grid;
  gap:5vw;
  grid-template-columns:.9fr 1.1fr;
  padding:20px 5vw 110px;
}
.comparison-copy{align-self:center}
.comparison-copy>p:not(.eyebrow){color:var(--muted);margin-top:22px;max-width:550px}
.comparison-cards{display:grid;gap:14px;grid-template-columns:1fr 1fr}
.comparison-card{border:1px solid var(--line);border-radius:28px;padding:30px}
.muted-card{background:#0b0d10}
.bright-card{background:linear-gradient(145deg,#2a1c0c,#0b0906);border-color:rgba(200,154,70,.28)}
.comparison-card>span{color:var(--ice);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.comparison-card ul{list-style:none;margin-top:26px}
.comparison-card li{border-bottom:1px solid var(--line);font-size:12px;padding:14px 0}

.contact-page{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  min-height:100vh;
  padding-top:122px;
}
.contact-side{min-height:calc(100vh - 122px);overflow:hidden;position:relative}
.contact-image,.contact-overlay{inset:0;position:absolute}
.contact-image{background:url("https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?auto=format&fit=crop&w=1400&q=88") center/cover;z-index:-2}
.contact-overlay{background:linear-gradient(0deg,rgba(5,6,7,.82),rgba(5,6,7,.1));z-index:-1}
.contact-side-copy{bottom:55px;left:5vw;max-width:560px;position:absolute;right:4vw}
.contact-side-copy .eyebrow{margin-top:24px}
.contact-form-side{align-self:center;padding:70px 7vw}
.contact-heading h2{font-size:clamp(52px,6vw,86px)}
.enquiry-form{display:grid;gap:16px;margin-top:30px}
.form-row{display:grid;gap:12px;grid-template-columns:1fr 1fr}
.enquiry-form label{display:grid;gap:7px}
.enquiry-form label>span{color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.enquiry-form input,.enquiry-form select,.enquiry-form textarea{
  background:#0b0e12;
  border:1px solid var(--line);
  border-radius:14px;
  color:white;
  outline:0;
  padding:14px;
  width:100%;
}
.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:rgba(200,154,70,.55)}
.enquiry-form textarea{min-height:120px;resize:vertical}
.wide-button{width:100%}
.form-note{color:var(--muted);font-size:9px;text-align:center}
.direct-contact{border-top:1px solid var(--line);display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-top:28px;padding-top:22px}
.direct-contact span{color:var(--muted);display:block;font-size:8px;font-weight:800;text-transform:uppercase}
.direct-contact a{font-size:13px;font-weight:700}

.site-footer{background:#030405;border-top:1px solid var(--line);padding:55px 5vw 22px}
.footer-top{display:grid;gap:50px;grid-template-columns:1fr .5fr .7fr}
.footer-brand{margin-bottom:16px}
.footer-top>div:first-child>p{color:var(--muted);font-size:12px;max-width:320px}
.footer-links{display:grid;gap:9px}
.footer-links>span{color:var(--ice);font-size:8px;font-weight:800;letter-spacing:.13em;margin-bottom:5px;text-transform:uppercase}
.footer-links a,.footer-links p{color:var(--muted);font-size:11px}
.footer-links a:hover{color:white}
.footer-bottom{border-top:1px solid var(--line);display:flex;font-size:9px;justify-content:space-between;margin-top:40px;padding-top:18px;color:var(--muted)}

@media(max-width:1000px){
  .desktop-nav,.nav-cta{display:none}
  .menu-toggle{
    align-items:center;
    backdrop-filter:blur(16px);
    background:rgba(5,6,7,.88);
    border:1px solid rgba(200,154,70,.25);
    border-radius:13px;
    display:grid;
    gap:7px;
    height:46px;
    justify-content:center;
    padding:10px;
    position:fixed;
    right:calc(3vw + 10px);
    top:52px;
    width:48px;
    z-index:120;
  }
  .menu-toggle span{background:white;display:block;height:1px;transition:.2s;width:27px}
  .menu-toggle.active span:first-child{transform:translateY(4px) rotate(45deg)}
  .menu-toggle.active span:last-child{transform:translateY(-4px) rotate(-45deg)}
  .mobile-nav{
    background:rgba(5,6,7,.97);
    border-bottom:1px solid var(--line);
    display:grid;
    left:0;
    opacity:0;
    padding:125px 5vw 35px;
    pointer-events:none;
    position:fixed;
    right:0;
    top:0;
    transform:translateY(-12px);
    transition:.22s;
    z-index:90;
  }
  .mobile-nav.open{opacity:1;pointer-events:auto;transform:none}
  .mobile-nav a{border-bottom:1px solid var(--line);font-family:var(--display);font-size:34px;padding:10px 0}
  .mobile-nav .mobile-cta{color:var(--ice)}
  .hero,.about-hero,.product-page,.contact-page,.product-story,.comparison-section{grid-template-columns:1fr}
  .hero{padding-top:165px}
  .hero-visual{margin-top:20px}
  .floating-product{left:18px}
  .category-strip{grid-template-columns:1fr 1fr}
  .section-heading{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr 1fr}
  .featured-card{grid-column:span 2}
  .value-section{grid-template-columns:1fr}
  .value-image-card{min-height:480px}
  .review-grid{grid-template-columns:1fr}
  .review-grid blockquote{min-height:auto}
  .catalog-grid{grid-template-columns:repeat(2,1fr)}
  .product-page{padding-top:155px}
  .about-stat-card{left:20px}
  .contact-side{min-height:650px}
  .contact-form-side{padding:75px 5vw}
}
@media(max-width:650px){
  .announcement{font-size:7px;gap:8px;height:24px;overflow:hidden;white-space:nowrap}
  .site-header{border-radius:17px;height:62px;left:14px;padding:0 12px;right:14px;top:34px}
  .brand-icon{border-radius:10px;height:34px;width:34px}
  .brand-name{font-size:13px}
  .hero{padding:145px 20px 55px}
  .hero h1{font-size:clamp(66px,21vw,88px)}
  .hero-text{font-size:15px}
  .hero-actions,.product-actions{flex-direction:column}
  .button{width:100%}
  .hero-trust{display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}
  .hero-trust div{padding-left:10px}
  .hero-image-wrap{height:500px;min-height:0}
  .floating-product{bottom:18px;left:18px;right:18px;width:auto}
  .category-strip{gap:10px;padding:0 20px 20px}
  .category-strip a{font-size:20px;padding:16px}
  .section{padding:78px 20px}
  h2{font-size:52px}
  .product-grid{grid-template-columns:1fr}
  .featured-card{grid-column:auto}
  .product-image,.featured-card .product-image{height:235px}
  .value-section{padding:10px 20px 78px}
  .value-image-card{min-height:340px}
  .value-copy-card{padding:32px 24px}
  .shop-hero{grid-template-columns:1fr;min-height:auto;padding:145px 20px 55px}
  .shop-hero h1,.about-hero h1,.contact-side h1,.product-info h1{font-size:74px}
  .shop-toolbar{align-items:flex-start;flex-direction:column}
  .catalog-grid{grid-template-columns:1fr}
  .catalog-image{height:230px}
  .shop-note{align-items:flex-start;flex-direction:column;padding:45px 20px}
  .shop-note h2{font-size:34px}
  .product-page{padding:135px 20px 55px}
  .main-product-image{height:430px}
  .thumb{height:95px}
  .spec-grid{grid-template-columns:1fr}
  .detail-strip{grid-template-columns:1fr;padding:0 20px 55px}
  .product-story{gap:30px}
  .product-story-image{min-height:330px}
  .about-hero{min-height:auto;padding:145px 20px 60px}
  .about-main-image{height:430px}
  .principles-grid{grid-template-columns:1fr}
  .comparison-section{padding:10px 20px 78px}
  .comparison-cards{grid-template-columns:1fr}
  .contact-page{padding-top:108px}
  .contact-side{min-height:560px}
  .contact-side-copy{bottom:35px;left:20px;right:20px}
  .contact-form-side{padding:65px 20px}
  .form-row,.direct-contact,.footer-top{grid-template-columns:1fr}
  .footer-bottom{align-items:flex-start;flex-direction:column;gap:7px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none!important}
}


/* Dark-gold luxury refinement */
.button-primary {
  background: linear-gradient(135deg, #f0d49a 0%, #c89a46 48%, #8e5c18 100%);
  box-shadow:
    0 12px 42px rgba(154, 101, 24, 0.24),
    inset 0 1px 0 rgba(255, 245, 217, 0.45);
  color: #160d03;
}

.button-primary:hover {
  background: linear-gradient(135deg, #f4ddb0 0%, #d0a24e 48%, #9b691f 100%);
}

.brand-icon {
  background: linear-gradient(145deg, #f6e7c1, #c89a46 55%, #70400f);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    0 0 24px rgba(200,154,70,.12);
}

.hero-badge,
.image-chip,
.floating-product,
.site-header {
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
}

.product-card,
.catalog-card,
.value-card,
.review-grid blockquote,
.principles-grid article,
.comparison-card,
.shop-hero-card {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.hero-image-wrap,
.main-product-image,
.about-main-image,
.product-story-image {
  box-shadow:
    0 28px 90px rgba(0,0,0,.55),
    0 0 0 1px rgba(200,154,70,.05);
}


/* Fancy luxury typography upgrade */
.brand-name {
  font-family: var(--brand);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .16em;
}

.brand-name b {
  font-weight: 700;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .92;
}

h1 em,
h2 em {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.055em;
}

.hero h1,
.shop-hero h1,
.about-hero h1,
.contact-side h1,
.product-info h1 {
  text-transform: none;
}

.product-card h3,
.catalog-body h3,
.shop-hero-card h3,
.principles-grid h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.02em;
}

.category-strip a {
  font-family: var(--brand);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .04em;
}

.hero-detail strong,
.product-price-row strong,
.catalog-body strong,
.price {
  font-family: var(--brand);
  letter-spacing: .03em;
}

.eyebrow,
.product-type,
.catalog-body > span,
.shop-hero-card span,
.corner-label,
.footer-links > span,
.enquiry-form label > span {
  font-family: var(--brand);
  letter-spacing: .14em;
}

.mobile-nav a {
  font-family: var(--display);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.02em;
}

.button,
.nav-cta,
.header-enquire {
  font-family: var(--brand);
  letter-spacing: .1em;
}

.hero-badge,
.image-chip {
  font-family: var(--brand);
}

.review-grid p {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.value-list strong,
.detail-strip strong,
.spec-grid strong {
  font-family: var(--brand);
  font-weight: 600;
}

@media (max-width: 650px) {
  .brand-name {
    font-size: 12px;
    letter-spacing: .13em;
  }

  .category-strip a {
    font-size: 16px;
  }

  .review-grid p {
    font-size: 20px;
  }
}


@media(max-width:650px){
  .menu-toggle{
    right:24px;
    top:42px;
  }
}


/* Floating logo + always-available side drawer */
.announcement,
.site-header,
.desktop-nav,
.nav-cta,
.mobile-nav {
  display: none !important;
}

.floating-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  left: 28px;
  position: absolute;
  top: 28px;
  z-index: 80;
}

.floating-brand .brand-icon {
  height: 44px;
  width: 44px;
}

.floating-brand .brand-name {
  color: var(--text);
  text-shadow: 0 2px 18px rgba(0,0,0,.65);
}

.menu-toggle {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(5, 6, 7, .9);
  border: 1px solid rgba(200, 154, 70, .32);
  border-radius: 15px;
  box-shadow: 0 14px 45px rgba(0,0,0,.4);
  cursor: pointer;
  display: grid !important;
  gap: 7px;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: fixed !important;
  right: 26px;
  top: 26px;
  width: 50px;
  z-index: 240;
}

.menu-toggle span {
  background: #f2e6cc;
  display: block;
  height: 1px;
  transition: .22s ease;
  width: 25px;
}

.menu-toggle.active span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle.active span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.menu-backdrop {
  background: rgba(0,0,0,.58);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .24s ease;
  z-index: 210;
}

.menu-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.side-menu {
  background:
    radial-gradient(circle at 100% 0%, rgba(200,154,70,.13), transparent 32%),
    #090806;
  border-left: 1px solid rgba(200,154,70,.22);
  bottom: 0;
  box-shadow: -30px 0 90px rgba(0,0,0,.62);
  display: flex;
  flex-direction: column;
  max-width: 360px;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform .3s cubic-bezier(.2,.8,.2,1);
  width: min(86vw, 360px);
  z-index: 230;
}

.side-menu.open {
  transform: translateX(0);
}

.side-menu-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.side-menu-top .brand-icon {
  height: 38px;
  width: 38px;
}

.menu-close {
  align-items: center;
  background: rgba(255,255,255,.035);
  border: 1px solid var(--line);
  border-radius: 13px;
  cursor: pointer;
  display: grid;
  height: 44px;
  justify-content: center;
  position: relative;
  width: 44px;
}

.menu-close span {
  background: white;
  height: 1px;
  position: absolute;
  width: 22px;
}

.menu-close span:first-child {
  transform: rotate(45deg);
}

.menu-close span:last-child {
  transform: rotate(-45deg);
}

.side-menu nav {
  display: grid;
  margin-top: 56px;
}

.side-menu nav a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  font-family: var(--display);
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  gap: 15px;
  grid-template-columns: 34px 1fr;
  letter-spacing: -.025em;
  padding: 15px 0;
  transition: color .2s ease, padding-left .2s ease;
}

.side-menu nav a:first-child {
  border-top: 1px solid var(--line);
}

.side-menu nav a:hover {
  color: var(--ice);
  padding-left: 6px;
}

.side-menu nav a span {
  color: var(--ice);
  font-family: var(--brand);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .12em;
}

.side-menu-bottom {
  border-top: 1px solid var(--line);
  margin-top: auto;
  padding-top: 22px;
}

.side-menu-bottom p {
  color: var(--muted);
  font-size: 11px;
  margin-bottom: 14px;
}

.side-menu-bottom .button {
  width: 100%;
}

.side-menu-bottom > a:last-child {
  color: var(--muted);
  display: block;
  font-size: 11px;
  margin-top: 16px;
  text-align: center;
}

body.menu-open {
  overflow: hidden;
}

.hero,
.shop-hero,
.product-page,
.about-hero,
.contact-page {
  padding-top: 130px;
}

@media(max-width:650px) {
  .floating-brand {
    left: 20px;
    top: 20px;
  }

  .floating-brand .brand-icon {
    height: 39px;
    width: 39px;
  }

  .floating-brand .brand-name {
    font-size: 12px;
  }

  .menu-toggle {
    right: 18px;
    top: 18px;
  }

  .side-menu {
    padding: 20px;
    width: min(90vw, 340px);
  }

  .side-menu nav {
    margin-top: 45px;
  }

  .side-menu nav a {
    font-size: 32px;
  }

  .hero,
  .shop-hero,
  .product-page,
  .about-hero,
  .contact-page {
    padding-top: 112px;
  }
}


/* Professional floating-menu animation */
.menu-toggle {
  overflow: hidden;
  transform: translateZ(0);
  transition:
    border-color .24s ease,
    background-color .24s ease,
    box-shadow .24s ease,
    transform .24s ease;
}

.menu-toggle:hover {
  border-color: rgba(200,154,70,.58);
  box-shadow:
    0 16px 48px rgba(0,0,0,.48),
    0 0 0 4px rgba(200,154,70,.06);
  transform: translateY(-1px);
}

.menu-toggle span {
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: center;
  transition:
    transform .34s cubic-bezier(.22,1,.36,1),
    width .24s ease,
    background-color .24s ease;
}

.menu-toggle span:first-child {
  transform: translate(-50%, -5px);
}

.menu-toggle span:last-child {
  transform: translate(-50%, 5px);
}

.menu-toggle.active {
  background: rgba(18,14,8,.96);
  border-color: rgba(200,154,70,.52);
  box-shadow:
    0 18px 55px rgba(0,0,0,.5),
    0 0 28px rgba(200,154,70,.08);
}

.menu-toggle.active span {
  background: #f0d49a;
  width: 24px;
}

.menu-toggle.active span:first-child {
  transform: translate(-50%, 0) rotate(45deg);
}

.menu-toggle.active span:last-child {
  transform: translate(-50%, 0) rotate(-45deg);
}

.side-menu {
  transition: transform .36s cubic-bezier(.22,1,.36,1);
}

.menu-backdrop {
  backdrop-filter: blur(3px);
  transition: opacity .28s ease;
}

/* Entire jewellery cards now act as enquiry links */
.enquiry-card {
  cursor: pointer;
  outline: none;
  position: relative;
  transition:
    border-color .24s ease,
    box-shadow .24s ease,
    transform .24s ease;
}

.enquiry-card:hover,
.enquiry-card:focus-visible {
  border-color: rgba(200,154,70,.38);
  box-shadow:
    0 22px 62px rgba(0,0,0,.38),
    0 0 0 1px rgba(200,154,70,.07);
  transform: translateY(-4px);
}

.enquiry-card .product-image,
.enquiry-card .catalog-image {
  transition: filter .28s ease, transform .35s ease;
}

.enquiry-card:hover .product-image,
.enquiry-card:hover .catalog-image,
.enquiry-card:focus-visible .product-image,
.enquiry-card:focus-visible .catalog-image {
  filter: brightness(1.06) contrast(1.02);
}

/* Clearly show which product was carried into the enquiry form */
.selected-piece-banner {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(200,154,70,.13), rgba(200,154,70,.045));
  border: 1px solid rgba(200,154,70,.3);
  border-radius: 17px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 24px;
  padding: 14px 16px;
}

.selected-piece-banner[hidden] {
  display: none;
}

.selected-piece-banner span {
  color: var(--muted);
  font-family: var(--brand);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.selected-piece-banner strong {
  color: var(--ice-2);
  font-family: var(--display);
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
}

.main-product-image {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .menu-toggle,
  .menu-toggle span,
  .side-menu,
  .menu-backdrop,
  .enquiry-card {
    transition: none !important;
  }
}


/* Single professional close control */
.side-menu-top {
  justify-content: flex-start;
}

.menu-close {
  display: none !important;
}


/* =========================================================
   FINAL MOBILE HOTFIX — VANTA ICE
   Prevents horizontal cropping and keeps the hero readable.
   ========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero,
.hero-copy,
.hero-visual,
.hero-image-wrap,
.category-strip,
.section,
.product-grid,
.product-card {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 650px) {
  .floating-brand {
    align-items: center;
    gap: 10px;
    left: 18px;
    max-width: calc(100vw - 92px);
    top: 18px;
  }

  .floating-brand .brand-icon {
    flex: 0 0 42px;
    height: 42px;
    width: 42px;
  }

  .floating-brand .brand-name {
    font-size: 11px;
    letter-spacing: .11em;
    white-space: nowrap;
  }

  .menu-toggle {
    border-radius: 14px;
    height: 46px;
    right: 16px;
    top: 16px;
    width: 48px;
  }

  .hero {
    display: block;
    min-height: auto;
    overflow: hidden;
    padding: 108px 18px 54px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-badge {
    font-size: 8px;
    margin-top: 6px;
    padding: 8px 12px;
  }

  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: .13em;
    line-height: 1.55;
    margin-top: 28px;
  }

  .hero h1 {
    font-size: clamp(47px, 14.2vw, 66px);
    letter-spacing: -.035em;
    line-height: .88;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero h1 br {
    display: block;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.65;
    margin-top: 24px;
    max-width: 100%;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 27px;
  }

  .button {
    min-height: 52px;
    padding: 0 16px;
  }

  .hero-trust {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
    overflow: hidden;
    width: 100%;
  }

  .hero-trust div {
    border-left: 1px solid var(--line);
    min-width: 0;
    padding: 7px 8px 7px 12px;
  }

  .hero-trust strong {
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .hero-trust span {
    display: block;
    font-size: 9px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .hero-visual {
    margin-top: 42px;
    width: 100%;
  }

  .hero-image-wrap {
    border-radius: 25px;
    height: auto;
    min-height: 0;
    padding: 9px;
    width: 100%;
  }

  .hero-image-wrap::before {
    content: "";
    display: block;
    padding-top: 112%;
  }

  .hero-image {
    background-position: center;
    border-radius: 18px;
    inset: 9px;
    position: absolute;
  }

  .top-chip {
    right: 18px;
    top: 18px;
  }

  .bottom-chip {
    bottom: 18px;
    left: 18px;
  }

  .floating-product {
    bottom: 16px;
    gap: 11px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 10px;
    right: 16px;
    width: auto;
  }

  .floating-thumb {
    flex: 0 0 64px;
    height: 64px;
    width: 64px;
  }

  .floating-product div:last-child {
    min-width: 0;
  }

  .floating-product strong {
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .category-strip {
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 18px 20px;
  }

  .category-strip a {
    font-size: 16px;
    min-width: 0;
    padding: 15px 13px;
  }

  .category-strip a span {
    font-size: 8px;
  }

  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  h2 {
    font-size: clamp(42px, 13vw, 54px);
  }

  .side-menu {
    max-width: 310px;
    padding: 18px;
    width: calc(100vw - 28px);
  }

  .side-menu nav {
    margin-top: 40px;
  }

  .side-menu nav a {
    font-size: 28px;
    padding: 13px 0;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 45px;
  }

  .hero-trust strong {
    font-size: 12px;
  }

  .hero-trust span {
    font-size: 8px;
  }

  .floating-product strong {
    font-size: 11px;
  }
}
