/*
Theme Name: CircleCraft USA
Theme URI: https://circlecraft.com/
Author: CircleCraft USA
Description: Family games brand website for CircleCraft USA.
Version: 1.1
License: GPL-2.0-or-later
*/
:root{--navy:#252321;--blue:#9f7928;--yellow:#e7b348;--cream:#fbf6e8;--ink:#282522;--muted:#6f685e;--white:#fff;--line:#e6ddcc;--shadow:0 18px 45px rgba(74,57,20,.12);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}
.nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(230,221,204,.9)}.nav-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{display:flex;align-items:center;color:var(--navy)}.brand-logo{display:block;width:auto;object-fit:contain}.brand-logo--header{height:68px}.brand-logo--footer{height:112px;border-radius:14px;background:#fff;padding:5px}.nav-links{display:flex;gap:27px;font-size:14px;font-weight:700;color:#5f584f}.nav-links a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer}.btn-primary{background:var(--navy);color:#fff}.btn-yellow{background:var(--yellow);color:var(--navy)}
.hero{background:linear-gradient(135deg,#fffaf0 0%,#f6ead0 55%,#fff 100%);padding:82px 0 72px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:55px;align-items:center}.kicker{display:inline-flex;gap:8px;align-items:center;background:#fff;border:1px solid #e7d9bd;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:850;color:#765818}h1{font-size:clamp(46px,6vw,72px);line-height:.98;letter-spacing:-3px;margin:18px 0 20px;color:var(--navy)}.hero p{font-size:19px;line-height:1.65;color:#675f55;max-width:590px}.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}
.hero-art{position:relative;min-height:430px;border-radius:38px;background:#fff;box-shadow:var(--shadow);overflow:hidden;border:1px solid #eadfca}.blob{position:absolute;border-radius:50%}.blob.one{width:280px;height:280px;background:#f3ce79;right:-55px;top:-60px}.blob.two{width:220px;height:220px;background:#eadfc5;left:-65px;bottom:-55px}.game-scene{position:absolute;inset:55px;display:grid;place-items:center}.game-board{width:78%;height:68%;border-radius:28px;background:linear-gradient(145deg,#fff,#f8f3e8);border:1px solid #e8deca;box-shadow:0 20px 35px rgba(74,57,20,.13);position:relative}.ring{position:absolute;border:12px solid #9f7928;border-radius:50%;width:90px;height:90px;top:22%;left:18%;transform:rotate(14deg)}.ring.r2{border-color:#e7b348;width:72px;height:72px;left:auto;right:20%;top:48%;transform:rotate(-20deg)}.cone{position:absolute;bottom:19%;left:39%;width:0;height:0;border-left:42px solid transparent;border-right:42px solid transparent;border-bottom:110px solid #bd8730}.ball{position:absolute;width:44px;height:44px;border-radius:50%;background:#d4b46d;right:24%;bottom:20%}
.trust{padding:18px 0;border-bottom:1px solid var(--line)}.trust-row{display:flex;justify-content:center;gap:45px;flex-wrap:wrap;color:#6f685e;font-size:13px;font-weight:750}.section{padding:85px 0}.section.alt{background:#fcfaf5}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:35px}.eyebrow{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase}h2{font-size:42px;letter-spacing:-1.5px;margin:8px 0 0;color:var(--navy)}.section-head p{max-width:530px;color:var(--muted);line-height:1.6;margin:0}
.featured{display:grid;grid-template-columns:1.08fr .92fr;gap:24px}.feature-card{border-radius:var(--radius);overflow:hidden;min-height:430px;position:relative;box-shadow:var(--shadow);background:var(--navy);color:#fff;padding:38px}.feature-card.yellow{background:linear-gradient(145deg,#fdf3d8,#e7b348);color:var(--navy)}.feature-card h3{font-size:34px;line-height:1.05;max-width:470px;margin:10px 0}.feature-card p{max-width:460px;line-height:1.65;opacity:.82}.feature-visual{position:absolute;right:0;bottom:0;width:52%;height:62%;border-radius:40px 0 0 0;background:rgba(255,255,255,.12);display:grid;place-items:center;overflow:hidden}.feature-visual img{width:100%;height:100%;object-fit:cover}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;transition:.25s;display:flex;flex-direction:column}.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-img{height:245px;background:#faf6ed;display:grid;place-items:center;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:contain;padding:18px}.product-body{padding:22px;display:flex;flex-direction:column;flex:1}.tag{display:inline-block;width:max-content;background:#f8eccf;color:#765818;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}.product h3{font-size:18px;line-height:1.3;margin:12px 0 9px;color:var(--navy)}.product p{color:var(--muted);font-size:13px;line-height:1.55;margin:0 0 18px}.product .btn{margin-top:auto;width:100%}
.about{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:center}.about-card{background:var(--cream);border-radius:32px;padding:45px;min-height:350px}.about-icon{font-size:76px}.about p{color:#5d6675;line-height:1.8}.values{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:25px}.value{padding:19px;border:1px solid var(--line);border-radius:18px;background:#fff}.value strong{display:block;color:var(--navy);margin-bottom:5px}.value span{font-size:13px;color:var(--muted);line-height:1.45}
.sellers{background:var(--navy);color:#fff;border-radius:34px;padding:48px}.sellers h2{color:#fff}.seller-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.seller{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:20px}.seller strong{display:block;font-size:16px;margin-bottom:8px}.seller address{font-style:normal;color:#c8d0df;font-size:13px;line-height:1.6}
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review{border:1px solid var(--line);border-radius:22px;padding:25px;background:#fff}.stars{color:#c99526;letter-spacing:2px}.review p{font-size:15px;line-height:1.7;color:#5c554d}.review small{color:#8a8175;font-weight:750}
.cta{padding:80px 0}.cta-box{background:linear-gradient(135deg,#f7edda,#fff7df);border-radius:34px;padding:55px;text-align:center}.cta-box h2{max-width:700px;margin:8px auto 15px}.cta-box p{color:var(--muted);max-width:600px;margin:0 auto 25px;line-height:1.6}
.footer{background:#211f1b;color:#e8e0d2;padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:45px}.footer h4{color:#f3c665;margin:0 0 15px}.footer p,.footer a{color:#cfc5b5;font-size:13px;line-height:1.7}.footer a{display:block;margin:6px 0}.copyright{border-top:1px solid rgba(231,179,72,.2);margin-top:35px;padding-top:22px;font-size:12px;color:#9f9483}
@media(max-width:900px){.hero-grid,.featured,.about{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.seller-grid,.reviews{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{display:none}}
@media(max-width:580px){.nav-inner{height:76px}.brand-logo--header{height:56px}.products{grid-template-columns:1fr}.section{padding:62px 0}.hero{padding:58px 0}.hero-art{min-height:300px}.feature-card{min-height:370px}.sellers,.cta-box{padding:32px 22px}.footer-grid{grid-template-columns:1fr}h1{letter-spacing:-2px}.section-head{display:block}.section-head p{margin-top:14px}}

.footer-contact{margin-top:18px}.footer-contact p{margin:10px 0}.footer-contact strong{color:#fff}.footer a:hover{color:#fff}

.feature-card:not(.yellow) .eyebrow,.sellers .eyebrow{color:#f3c665!important}.feature-card.yellow .eyebrow{color:#765818!important}.sellers>p{color:#cfc5b5!important}

.hero-image img{object-position:center center}
