@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#101110;--panel:#181a17;--yellow:#f7ce3c;--muted:#aeafa7;--line:#34362e;--white:#f4f4eb}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--white);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid var(--yellow);outline-offset:6px}a:hover{color:var(--yellow)}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.skip{position:fixed;left:10px;top:-100px;z-index:20;background:var(--yellow);color:#101110;padding:10px 20px}.skip:focus{top:10px}.header{border-bottom:1px solid var(--line);background:var(--bg)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:105px;gap:26px}.brand{font-family:'Manrope',Arial,sans-serif;font-weight:800;white-space:nowrap;letter-spacing:-1px;font-size:27px;color:var(--yellow);line-height:1.2}.brand>span:not(.brand-caption){font-size:14px;vertical-align:middle;color:var(--white);border-block:1px solid var(--yellow);margin:0 3px;letter-spacing:0}.brand-caption{display:block;font:9px/1.8 'DM Sans',sans-serif;letter-spacing:2.4px;color:var(--muted);margin-top:9px}.nav nav{display:flex;gap:28px;font-size:14px}.phone{border:1px solid #72705a;border-radius:3px;padding:11px 18px;font-weight:600;font-size:15px}.phone span{color:var(--yellow);margin-right:10px}.hero{overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:30px;align-items:center;min-height:680px}.hero-copy{padding:65px 0 58px;position:relative;z-index:1}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--yellow);margin:0 0 27px}.eyebrow>span{display:inline-block;width:22px;height:2px;background:var(--yellow);vertical-align:middle;margin-right:10px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}h1{font-size:clamp(48px,5.05vw,73px);line-height:1.1;letter-spacing:-3.5px;font-weight:500;margin-bottom:25px}em{font-style:normal;color:var(--yellow)}.intro{max-width:450px;font-size:18px;line-height:1.8;color:#bcbeb5;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;background:var(--yellow);color:#101110;padding:16px 22px;font-weight:700;border-radius:2px;font-size:15px}.button:hover{background:#ffe17a;color:#101110}.button span{font-size:23px;line-height:1}.text-link{display:block;font-size:14px;font-weight:600;margin-top:21px;text-decoration:underline;text-underline-offset:6px}.text-link span{margin-left:14px}.hero-notes{display:flex;gap:23px;margin-top:39px;font-size:12px;color:#bfc1b6}.hero-notes span:before{content:'✓';color:var(--yellow);margin-right:8px}.hero-visual{height:560px;position:relative;margin-left:10px;border-radius:180px 180px 4px 4px;border:1px solid #5b5131;padding:10px}.gold-photo{width:100%;height:100%;border-radius:170px 170px 0 0;background-image:linear-gradient(180deg,transparent 58%,#101110aa),url('assets/gold-jewellery.png');background-size:100% 100%,cover;background-position:center,center 62%;background-repeat:no-repeat;filter:saturate(1)}.photo-label{position:absolute;bottom:29px;left:30px;font-size:10px;letter-spacing:2px;color:#fff}.roundel{position:absolute;right:-20px;bottom:58px;background:var(--yellow);border:5px solid var(--bg);border-radius:50%;height:145px;width:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#141610;transform:rotate(10deg)}.roundel small{font-size:12px;letter-spacing:2px}.roundel strong{font-size:32px;line-height:1.4}.roundel>span{font-size:8px;letter-spacing:1px}.ticker{background:var(--yellow);color:#15170f;padding:18px 0;overflow:hidden}.ticker>div{display:flex;align-items:center;justify-content:space-around;gap:25px;white-space:nowrap;font:700 20px 'Manrope',sans-serif;letter-spacing:2px;max-width:1400px;margin:auto}.ticker span{font-size:21px;font-weight:400}.section{padding-block:100px}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:43px}.section-top>p{max-width:370px;color:var(--muted);margin-bottom:5px}.section .eyebrow{margin-bottom:22px}h2{font-size:clamp(35px,3.3vw,47px);line-height:1.2;letter-spacing:-1.9px;font-weight:500;margin-bottom:20px}h2 span{color:var(--muted)}.section-top h2{margin:0}.buy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.buy-card{background:var(--panel);padding:27px 25px 24px;position:relative;border:1px solid var(--line);border-radius:4px}.card-number{font-size:12px;color:#84877b}.buy-card svg{display:block;width:70px;height:70px;margin:23px 0 30px;fill:none;stroke:var(--yellow);stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round}.buy-card h3{font-size:20px;font-weight:600;letter-spacing:-.5px;margin-bottom:14px}.buy-card p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:27px}.card-tag{display:block;border-top:1px solid var(--line);padding-top:18px;letter-spacing:1px;font-size:9px;color:#d8ce9c}.value-section{padding:70px 0;background:#1c1e18;border-block:1px solid var(--line)}.value-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:45px}.value-grid h2{font-size:39px}.value-item{border-left:1px solid #494b39;padding-left:30px}.value-icon{font-size:29px;color:var(--yellow);line-height:1;margin-bottom:13px;display:block}.value-item h3{font-size:23px;margin-bottom:12px}.value-item p{color:var(--muted);font-size:14px}.value-item a{font-size:13px;color:var(--yellow)}.fine-print{font-size:12px;color:#93978a;max-width:940px;margin:35px 0 0}.steps{display:grid;grid-template-columns:1fr;gap:55px;padding:0;margin:50px 0 0;list-style:none}.steps li{border-top:1px solid #52533e;padding-top:22px}.steps li>span{font-family:'Manrope',sans-serif;font-size:46px;color:var(--yellow);font-weight:400;line-height:1.2}.steps h3{font-size:21px;margin:23px 0 12px}.steps p{font-size:15px;color:var(--muted);margin:0}.education{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-top:20px}.store-photo{position:relative;max-height:660px;overflow:hidden;border-radius:3px}.store-photo img{display:block;width:100%;height:100%;object-fit:cover}.store-photo>span{position:absolute;bottom:0;left:0;right:0;padding:20px;background:#101110dc;color:var(--yellow);font-size:10px;letter-spacing:2px;text-align:center}.education-copy{padding-top:20px}.education-copy>p:not(.eyebrow){color:var(--muted);font-size:15px}.detail-row{display:flex;gap:22px;border-top:1px solid var(--line);padding-top:22px;margin-top:22px}.detail-row>span{font-size:12px;color:var(--yellow);padding-top:3px}.detail-row h3{font-size:17px;margin-bottom:7px}.detail-row p{color:var(--muted);font-size:14px;margin:0}.faq-section{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.4fr;gap:70px}.faq-section>div>p:not(.eyebrow){color:var(--muted);margin-top:30px;margin-bottom:0}.faq-section .text-link{color:var(--yellow);margin-top:6px}details{border-bottom:1px solid var(--line)}details:first-child{border-top:1px solid var(--line)}summary{cursor:pointer;padding:21px 32px 21px 0;font-size:16px;font-weight:500;list-style:none;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:2px;top:17px;color:var(--yellow);font-size:25px;font-weight:400}details[open] summary:after{content:'−'}details p{font-size:14px;color:var(--muted);padding-right:30px;margin-bottom:23px}.contact{background:var(--yellow);color:#16180e;text-align:center;padding:75px 0 64px}.contact .eyebrow{color:#4f491f;margin-bottom:20px}.contact h2{font-size:clamp(40px,4.5vw,65px);letter-spacing:-2.5px}.contact p:not(.eyebrow){color:#4d482c}.contact-phone{display:inline-block;font:600 clamp(30px,4vw,48px)/1.5 'Manrope',sans-serif;letter-spacing:-1px;border-bottom:2px solid #191b13}.contact-phone:hover{color:#595024}.contact-phone span{font-weight:400;margin-left:22px}.contact .visit-note{font-size:12px;margin:25px 0 0}.footer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:32px}.footer .brand{font-size:23px}.footer p,.footer>a:last-child{font-size:12px;color:var(--muted);margin:0}@media(min-width:1500px){.hero-grid{min-height:740px}.hero-visual{height:610px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.nav nav{gap:18px}.brand{font-size:23px}.phone{padding:10px}.hero-grid{min-height:620px;gap:16px}h1{letter-spacing:-2.8px}.hero-visual{height:500px}.roundel{right:-12px;width:125px;height:125px}.buy-card{padding:20px}.value-grid{gap:25px}.value-grid h2{font-size:32px}.education{gap:50px}.footer{flex-wrap:wrap}}@media(max-width:800px){.nav{min-height:91px;flex-wrap:wrap;gap:15px;padding-block:20px}.nav nav{order:3;width:100%;justify-content:space-between;border-top:1px solid var(--line);padding-top:13px}.hero-grid{grid-template-columns:1fr 1fr}.hero-visual{height:460px;margin-left:0}.hero-copy{padding:55px 0}h1{font-size:46px;letter-spacing:-2.4px}.intro{font-size:16px}.hero .button{padding:13px 15px;gap:15px;font-size:13px}.hero-notes{flex-direction:column;gap:4px;margin-top:25px}.photo-label{font-size:8px;left:21px;right:15px}.ticker>div{font-size:15px;gap:15px}.section{padding-block:65px}.section-top{gap:35px}.section-top>p{max-width:290px;font-size:14px}.buy-grid{grid-template-columns:repeat(2,1fr)}.value-grid{grid-template-columns:1fr 1fr}.value-grid h2{grid-column:1/-1}.value-item{padding-left:20px}.steps{gap:25px}.steps h3{font-size:19px}.steps p{font-size:14px}.education{gap:35px}.education h2{font-size:34px}.faq-section{gap:35px;grid-template-columns:1fr 1.2fr}.footer p{order:3;width:100%}}@media(max-width:580px){.wrap{width:calc(100% - 40px)}.brand{font-size:22px}.brand-caption{font-size:8px;letter-spacing:1.6px}.phone{font-size:13px;padding:8px}.phone span{display:none}.nav nav{font-size:13px;gap:8px}.hero-grid{display:flex;flex-direction:column;gap:0}.hero-copy{width:100%;padding:43px 0 30px}.hero .eyebrow{font-size:10px;letter-spacing:1.8px;margin-bottom:22px}h1{font-size:clamp(42px,11.5vw,62px);letter-spacing:-2.8px}.intro{max-width:410px;margin-bottom:23px}.hero .button{font-size:14px;padding:15px 20px}.text-link{margin-top:18px}.hero-notes{flex-direction:row;gap:20px;font-size:11px;margin-top:27px}.hero-visual{width:100%;height:360px;max-width:430px;margin:8px 0 37px;border-radius:150px 150px 3px 3px}.gold-photo{border-radius:140px 140px 0 0;background-size:100% 100%,cover;background-position:center,center 65%}.roundel{bottom:35px;right:-8px;width:115px;height:115px}.roundel strong{font-size:27px}.roundel small{font-size:10px}.photo-label{font-size:8px;letter-spacing:1px;bottom:25px}.ticker{padding-block:16px}.ticker>div{font-size:12px;gap:15px;width:max-content;padding-inline:20px;letter-spacing:1px}.ticker span{font-size:14px}.section{padding-block:56px}.section-top{display:block;margin-bottom:30px}.section-top>p{max-width:none;margin-top:20px}.eyebrow{font-size:10px}h2{font-size:35px;letter-spacing:-1.6px}.buy-grid{gap:12px}.buy-card{padding:20px 17px}.buy-card h3{font-size:18px}.buy-card p{font-size:14px}.buy-card svg{width:57px;height:57px;margin:20px 0}.card-tag{font-size:9px;line-height:1.7;letter-spacing:.8px}.value-section{padding-block:48px}.value-grid{grid-template-columns:1fr;gap:30px}.value-grid h2{font-size:35px;margin-bottom:0}.value-item{padding-left:20px}.fine-print{font-size:12px}.steps{grid-template-columns:1fr;gap:32px;margin-top:35px}.steps li{position:relative;padding-left:66px}.steps li>span{position:absolute;left:0;top:20px;font-size:37px}.steps h3{margin-top:0;font-size:20px}.education{display:flex;flex-direction:column;gap:27px;padding-top:0}.store-photo{height:430px}.store-photo img{object-position:center 42%}.education-copy{padding:0}.faq-section{grid-template-columns:1fr;gap:30px}.contact{padding-block:56px}.contact h2{font-size:43px;letter-spacing:-2px}.contact p{font-size:15px}.contact-phone{font-size:34px}.contact .visit-note{max-width:290px;margin-inline:auto}.footer{gap:20px}.footer .brand{font-size:21px}}@media(max-width:350px){.wrap{width:calc(100% - 28px)}.brand{font-size:19px}.phone{font-size:12px}.buy-grid{grid-template-columns:1fr}.hero-notes{gap:10px}.contact-phone{font-size:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Preserve the complete supplied storefront artwork and its embedded text. */
.education .store-photo{height:auto;max-height:none;align-self:center;overflow:hidden;background:var(--bg)}.education .store-photo img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}

.diamond-card{grid-column:1/-1;display:flex;gap:28px;padding:32px}.diamond-card .eyebrow{margin-bottom:12px}.diamond-card h3{font-size:26px}.diamond-card p{max-width:850px}.diamond-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 30px;list-style:none;padding:0;margin:0;color:var(--white);font-size:15px}.diamond-list li:before{content:"◇";color:var(--yellow);margin-right:10px}@media(max-width:800px){.diamond-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.diamond-card{padding:24px 20px;gap:16px}.diamond-card h3{font-size:23px}.diamond-list{grid-template-columns:1fr}}
