:root{--ink:#172d4c;--muted:#5c6b77;--blue:#1e7185;--yellow:#ffce22;--border:#dce4e6;--paper:#fcfaf7}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.6 -apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif}a{color:inherit}button,input,textarea{font:inherit}button,a,label{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}:focus-visible{outline:3px solid #1e7185;outline-offset:4px}[hidden]{display:none!important}.skip{position:absolute;top:-80px}.skip:focus{top:10px;background:white;padding:10px;z-index:9}.top{max-width:1280px;margin:auto;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);gap:16px}.top a{text-decoration:none;font-size:14px}.top .brand{letter-spacing:.07em;font-size:16px;font-weight:600}.brand-icon{font-size:27px;color:var(--blue);vertical-align:middle;margin-right:10px}main{max-width:1200px;margin:auto;padding:0 32px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.15}h1{font:clamp(40px,5vw,70px)/1.08 Georgia,serif;letter-spacing:-.04em;margin-bottom:26px}h1 em{font-weight:400;color:var(--blue)}.eyebrow{color:var(--blue);font-size:12px;letter-spacing:.19em;font-weight:750;margin-bottom:20px}.lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:540px}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:center;padding:64px 0 58px}.primary,.secondary,.pill{display:inline-flex;align-items:center;justify-content:center;gap:25px;border-radius:100px;padding:16px 26px;min-height:52px;border:1px solid transparent;font-weight:650;text-decoration:none;line-height:1.3}.primary{background:var(--yellow);color:var(--ink)}.primary:hover{background:#f4c00b}.secondary{background:white;border-color:var(--border);color:var(--ink)}.micro{font-size:12px;color:var(--muted);margin:14px 0}.hero-art{height:410px;background:#edf2ed;border-radius:48% 48% 12px 12px;position:relative;overflow:hidden}.orbit{position:absolute;border:1px solid #ccd9d3;border-radius:50%;width:85%;height:85%;left:8%;top:6%;transform:rotate(-30deg)}.gem{position:absolute;box-shadow:12px 25px 25px #344d4529;transform:rotate(-20deg);border:1px solid #fff9}.gem-a{width:140px;height:200px;top:60px;left:80px;border-radius:45% 45% 30% 40%;background:linear-gradient(125deg,#f2e1f4 3%,#ad95bd 29%,#d5c1df 39%,#8c7caa 65%,#b6a6bf)}.gem-b{width:140px;height:135px;top:147px;right:50px;border-radius:38% 49% 39% 45%;transform:rotate(25deg);background:linear-gradient(140deg,#fce9e5,#d4a6af 36%,#f0cdd0 56%,#c995a9)}.gem-c{width:100px;height:90px;top:230px;left:75px;border-radius:50% 38% 51% 35%;background:linear-gradient(140deg,#e9eee5,#7b9f90 35%,#a8c5b6 60%,#608e81)}.art-caption{position:absolute;bottom:27px;right:28px;color:#35504c;font:italic 19px/1.5 Georgia,serif}.intro-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:32px 0 50px;border-top:1px solid var(--border)}.intro-grid article span{font:italic 24px Georgia;color:#819d94}.intro-grid h2{font-size:18px;margin:14px 0 10px}.intro-grid p{color:var(--muted);font-size:14px}.notice{border-top:1px solid var(--border);padding:30px 0;color:var(--muted);font-size:13px}.notice h2{font-size:15px;color:var(--ink)}.notice summary{cursor:pointer}footer{border-top:1px solid var(--border);padding:25px 32px;display:flex;gap:30px;justify-content:space-between;font-size:12px;color:var(--muted)}footer span{max-width:550px}#wizard{max-width:860px;margin:40px auto 60px}.progress-head{display:flex;justify-content:space-between;font-size:13px;align-items:center}.text-btn{border:0;background:none;color:var(--blue);padding:10px;text-decoration:underline}.progress{height:4px;background:#e1e8e7;margin:15px 0 35px;border-radius:10px}.progress i{display:block;height:100%;background:var(--blue);transition:width .2s}#step-content h1,#results h1{font-size:clamp(30px,4vw,48px)}.help{color:var(--muted);font-size:15px}.options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.choice{display:flex;align-items:center;gap:12px;padding:17px 20px;background:#fff;border:1px solid var(--border);border-radius:14px;cursor:pointer;line-height:1.4;min-width:0}.choice:has(input:checked){border-color:var(--blue);background:#ecf5f5;box-shadow:inset 0 0 0 1px var(--blue)}.choice input{flex-shrink:0;width:18px;height:18px;accent-color:var(--blue)}.choice:has(input:disabled){opacity:.5;cursor:not-allowed}.choice span{min-width:0}.swatch{width:23px;height:23px;border-radius:50%;border:1px solid #ddd;flex-shrink:0}.group{background:#fff;border:1px solid var(--border);border-radius:16px;margin:12px 0;padding:0 20px}.group summary{padding:18px 0;font-weight:650;cursor:pointer;min-height:55px}.group .options{padding-bottom:20px;font-size:14px}.selection-count{position:sticky;top:0;background:var(--paper);padding:10px 0;z-index:2;color:var(--blue);font-weight:650}.field{display:block;margin:18px 0}.field input,.field textarea{display:block;width:100%;margin-top:7px;border:1px solid #bdcbd0;border-radius:10px;padding:12px;background:white;color:var(--ink)}textarea{resize:vertical}.actions{display:flex;justify-content:space-between;gap:15px;margin-top:28px}.error{color:#a0322a;margin-top:15px}.result-top{max-width:720px;margin:45px auto 35px;text-align:center}.result-top p{color:var(--muted)}.stone-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.stone{background:white;border:1px solid var(--border);border-radius:20px;overflow:hidden}.stone-image{height:225px;width:100%;object-fit:cover;background:#eef0e8}.stone .inside{padding:24px}.stone h2{font:30px Georgia;margin:10px 0 18px}.stone p{font-size:14px;color:var(--muted)}.tag{display:inline-block;border-radius:30px;padding:5px 11px;background:#edf3ef;color:#346455;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.stone .primary{font-size:13px;padding:13px 18px;width:100%;margin-top:8px}.products{padding:42px 0}.products h2,.review h2{font:32px Georgia}.filters{display:flex;gap:9px;flex-wrap:wrap;margin:20px 0}.pill{background:#fff;border-color:var(--border);padding:10px 16px;min-height:44px;font-size:13px}.pill[aria-pressed=true]{background:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product{border:1px solid var(--border);border-radius:14px;background:white;overflow:hidden;text-decoration:none;display:block}.product img{width:100%;aspect-ratio:1;object-fit:cover}.product div{padding:16px}.product h3{font-size:14px;line-height:1.5;margin:0 0 8px}.product p{font-size:13px;margin:0;color:var(--blue)}.review{background:#eef4f3;padding:32px;border-radius:20px;margin:15px 0 40px;max-width:850px}.review p{color:var(--muted)}.review .choice{font-size:13px}.review textarea{min-height:150px}.review .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.share{padding:25px 0 45px;text-align:center}.share p{font:24px Georgia}.crisis{background:#fff1e7;padding:28px;border:1px solid #d6b797;border-radius:16px}.empty{padding:25px;background:#fff;border:1px solid var(--border);border-radius:14px}.status{color:var(--muted);font-size:13px}button,a,input,summary{touch-action:manipulation}@media(max-width:850px){.hero{gap:20px}.hero-art{height:330px}.gem-a{left:30px}.gem-b{right:15px;width:115px}.gem-c{left:35px}.stone-grid{grid-template-columns:1fr}.stone{display:grid;grid-template-columns:230px 1fr}.stone-image{height:100%;min-height:240px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.art-caption{font-size:15px}.top{padding:18px 24px}main{padding:0 24px}}@media(max-width:600px){.top{padding:15px 18px}.top .brand{font-size:12px}.top a{font-size:12px}.brand-icon{margin-right:3px}main{padding:0 18px}.hero{grid-template-columns:1fr;padding:35px 0}.hero-art{height:240px;grid-row:2}.gem-a{width:90px;height:135px;top:25px;left:21%}.gem-b{width:95px;height:95px;right:20%;top:65px}.gem-c{width:65px;height:65px;left:36%;top:140px}.art-caption{right:14px;bottom:14px;font-size:12px}.lead{font-size:16px}.intro-grid{grid-template-columns:1fr;gap:14px}.intro-grid article{padding-left:40px;position:relative}.intro-grid article span{position:absolute;left:0;top:12px}.intro-grid p{margin-bottom:8px}.options{grid-template-columns:1fr}.group{padding:0 14px}.choice{padding:15px 12px}.stone{display:block}.stone-image{height:240px;min-height:0}.review{padding:22px 18px}.review .form-row{grid-template-columns:1fr;gap:0}.product-grid{gap:10px}.product div{padding:12px}.product h3{font-size:12px}footer{flex-direction:column;gap:10px}.actions{position:sticky;bottom:0;background:var(--paper);padding:12px 0}.primary,.secondary{padding:15px 20px;font-size:14px}.result-top{text-align:left}.filters{gap:7px}.pill{font-size:12px;padding:9px 12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media print{.top,footer,.actions,.share,.review,.filters,.notice,button{display:none!important}.stone-grid{display:block}.stone{break-inside:avoid;margin-bottom:15px}.product-grid{display:none}}

/* Homepage imagery */
.top .brand{display:flex;align-items:center;flex-shrink:0}.brand-logo{display:block;width:260px;height:auto;max-width:100%}.hero-art{margin:0;border-radius:28px;height:430px;background:#ece9e1}.hero-art>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hero-art figcaption{position:absolute;bottom:20px;left:20px;padding:12px 18px;background:rgba(252,250,247,.9);border-radius:12px;color:#263f3c;font:italic 17px/1.4 Georgia,serif}.intro-grid .visual-story{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#eff2ed;border-radius:22px;overflow:hidden;margin-top:15px;padding:0}.visual-story>img{display:block;width:100%;height:300px;object-fit:cover}.visual-story>div{padding:30px 40px}.intro-grid .visual-story h2{font:32px/1.15 Georgia,serif;margin:0 0 18px}.intro-grid .visual-story p{font-size:15px}.intro-grid .visual-story .eyebrow{font-size:11px;margin-bottom:16px}@media(max-width:850px){.brand-logo{width:230px}.hero-art{height:350px}.visual-story>div{padding:26px}.intro-grid .visual-story h2{font-size:28px}}@media(max-width:600px){.brand-logo{width:195px}.top{gap:14px}.top>a:last-child{font-size:11px;white-space:nowrap}.hero-art{height:275px;border-radius:20px}.hero-art figcaption{font-size:14px;bottom:14px;left:14px;padding:10px 13px}.intro-grid .visual-story{grid-template-columns:1fr}.visual-story>img{height:220px}.visual-story>div{padding:25px}.intro-grid .visual-story h2{font-size:28px}}@media(max-width:360px){.brand-logo{width:165px}}
