
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--yellow:#ffe500;--ink:#111111;--soft:#fff9df;--line:#e6e1c9;--muted:#626262;--cream:#fffdf4}
*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;line-height:1.65;background:#fff}a{text-decoration:none;color:inherit}
.wrap{width:min(1160px,calc(100% - 36px));margin:auto}h1,h2,h3{font-family:'Space Grotesk',Arial,sans-serif;line-height:1.08;letter-spacing:-1.4px}h1{font-size:clamp(44px,7vw,86px);margin:18px 0}h2{font-size:clamp(32px,4.4vw,56px);margin:12px 0 18px}h3{font-size:23px;margin:8px 0 12px}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:10px;font-weight:700;color:#746b00}
.header{position:sticky;top:0;z-index:50;background:#fff;color:var(--ink);border-bottom:1px solid #e9e2bd}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{font-family:'Space Grotesk';font-weight:700;display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:var(--yellow);color:#111}.links{display:flex;gap:25px;font-size:13px;font-weight:700;color:#444}.links a:hover{color:#a18d00}.menu{display:none;background:#222;color:#fff;border:1px solid #555;border-radius:9px;padding:8px 11px;font-size:19px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:12px 18px;font-weight:700;font-size:14px}.yellow{background:var(--yellow);color:#111}.darkbtn{background:#111;color:#fff}.outline{border:1px solid #777;color:#111;background:#fffdf4}
.hero{background:var(--soft);color:var(--ink);padding:85px 0 72px;border-bottom:1px solid #eee6bd}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center}.lead{font-size:18px;color:#555;max-width:620px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-visual{min-height:430px;border:1px solid #e3d77b;border-radius:28px;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 50%,#fff5a6 0,#fffbe5 38%,#f6eebd 72%)}.hero-visual:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#8f7f00 1px,transparent 1px);background-size:42px 42px;opacity:.16}.orbit{position:absolute;left:50%;top:50%;border:1px solid #8f7f0038;border-radius:50%;transform:translate(-50%,-50%)}.o1{width:210px;height:210px}.o2{width:330px;height:330px}.o3{width:450px;height:450px}.sun{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:145px;height:145px;border-radius:50%;display:grid;place-items:center;text-align:center;background:radial-gradient(circle at 35% 25%,#fffbd1,#ffe500 48%,#bfae00);box-shadow:0 0 75px #ffe50070,0 0 0 18px #ffe50014;color:#111;font-family:'Space Grotesk';font-weight:700;font-size:24px}.sun small{display:block;font:700 9px 'DM Sans'}.orb{position:absolute;border-radius:50%;box-shadow:inset -9px -9px 15px #0008}.orb.one{width:28px;height:28px;background:#aaa;left:17%;top:20%}.orb.two{width:34px;height:34px;background:#4a9bc9;right:15%;top:18%}.orb.three{width:30px;height:30px;background:#c35a42;right:13%;bottom:18%}.orb.four{width:39px;height:39px;background:#d7a16c;left:13%;bottom:16%}
.section{padding:82px 0}.soft{background:var(--soft)}.black{background:var(--ink);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:32px}.section-head p{max-width:570px;color:var(--muted);margin:0}.black .section-head p{color:#c5c5c5}
.intro-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.feature{border:1px solid var(--line);border-radius:20px;padding:30px;background:#fff}.feature.big{background:var(--yellow);border-color:var(--yellow)}.feature p{color:var(--muted);margin-bottom:0}.feature.big p{color:#252300}.number{font:700 46px 'Space Grotesk';display:block;margin-bottom:10px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.step{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}.step b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--yellow);margin-bottom:14px}
.order{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.planet{background:#fff;color:#111;border-radius:18px;overflow:hidden;border:1px solid #ddd;box-shadow:0 7px 0 #0000000b}.planet-image{height:180px;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.planet-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transform:scale(.54);background:#000;transition:transform .3s}.planet:hover img{transform:scale(.60)}.planet-body{padding:18px}.planet-meta{display:flex;justify-content:space-between;gap:10px;color:#777;font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.planet-body p{color:#666;font-size:14px;margin:8px 0 0}.planet-body a{display:inline-block;margin-top:13px;font-size:12px;font-weight:700;border-bottom:3px solid var(--yellow)}
.compare{display:grid;grid-template-columns:1fr 1fr;gap:24px}.compare article{padding:34px;border-radius:24px;min-height:360px;box-shadow:0 12px 30px #11111112}.compare article:first-child{background:#fff9df;color:#111;border:1px solid #e6d878}.compare article:last-child{background:#111;color:#fff;border:1px solid #111}.compare p{color:#555}.compare article:last-child p{color:#d5d5d5}.compare li{margin:10px 0}
.issue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.issue{border:1px solid var(--line);border-radius:16px;padding:23px;background:#fff}.issue p{color:var(--muted);margin:0}
.faq{border-top:1px solid #bbb}.faq details{border-bottom:1px solid #bbb;padding:20px 0}.faq summary{cursor:pointer;font-family:'Space Grotesk';font-weight:700;font-size:20px;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq summary:after{content:'+'}.faq details[open] summary:after{content:'−'}.faq p{color:var(--muted);max-width:850px;margin:14px 0 0}
.page-hero{background:var(--ink);color:#fff;padding:72px 0}.content{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:45px}.prose{max-width:850px}.prose p,.prose li{color:#555}.prose h2{margin-top:42px}.side{border:1px solid var(--line);border-radius:16px;padding:20px;height:max-content;position:sticky;top:95px}.side a{display:block;padding:10px 0;border-bottom:1px solid var(--line);font-weight:700;font-size:14px}.notice{background:#fff9bd;border-left:5px solid var(--yellow);padding:18px;border-radius:8px;color:#555}
.form{display:grid;gap:15px;max-width:700px}.form input,.form textarea{width:100%;padding:13px;border:1px solid #d5d5d5;border-radius:9px;margin-top:6px;font:inherit}.footer{background:var(--ink);color:#fff;padding:52px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:35px}.footer p,.footer a{color:#aaa;font-size:14px}.footer .brand{color:#fff}.bottom{border-top:1px solid #333;margin-top:32px;padding-top:18px;color:#888;font-size:12px;display:flex;justify-content:space-between;gap:15px}.bottom a{color:var(--yellow);font-weight:700}
@media(max-width:900px){.order{grid-template-columns:repeat(2,1fr)}.links{display:none;position:absolute;top:74px;left:0;right:0;background:#101010;padding:20px;flex-direction:column}.links.open{display:flex}.menu{display:block}.nav>.btn{display:none}.hero-grid,.intro-grid,.content{grid-template-columns:1fr}.order{grid-template-columns:repeat(2,1fr)}.steps,.issue-grid{grid-template-columns:1fr 1fr}.side{position:static}}
@media(max-width:560px){.order{grid-template-columns:1fr}.wrap{width:calc(100% - 28px)}.hero{padding:60px 0}.hero-visual{min-height:320px}.o3{width:340px;height:340px}.section{padding:60px 0}.section-head{display:block}.section-head p{margin-top:14px}.order,.steps,.issue-grid,.compare{grid-template-columns:1fr}.planet-image{height:210px}.footer-grid{grid-template-columns:1fr}.bottom{display:block}.bottom span{display:block;margin-top:10px}}

.section:nth-of-type(odd){background:#fff}.section:nth-of-type(even){background:#fffaf0}.section .feature{box-shadow:0 10px 25px #1111110b}.issue{transition:transform .2s,box-shadow .2s}.issue:hover{transform:translateY(-4px);box-shadow:0 12px 25px #11111112}.faq details{background:#fffaf0;padding:22px 20px;margin:10px 0;border:1px solid #e9dfb0;border-radius:14px}.faq{border:0}

/* v3 visual refinements */
.page-hero h1,.page-hero p,.page-hero .lead{color:#111 !important;text-shadow:none;opacity:1}.page-hero{background:linear-gradient(135deg,#fff9df,#ffffff 70%) !important;color:#111 !important}.page-hero *{color:#111 !important}.page-hero .eyebrow{color:#8c7800 !important}.page-hero .eyebrow{color:#8c7800 !important}
.compare{grid-template-columns:1fr 1fr;align-items:stretch}.compare article{min-height:390px}.compare article:first-child{background:#fff;border:2px solid #ffe500;border-radius:30px}.compare article:last-child{background:#111;border:2px solid #111;border-radius:30px}.compare article:last-child h3,.compare article:last-child li{color:#fff}.compare article:last-child .eyebrow{color:#ffe500}.compare article:first-child:before,.compare article:last-child:before{display:block;font-size:42px;margin-bottom:12px}.compare article:first-child:before{content:'👥'}.compare article:last-child:before{content:'☀️'}
.order{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.planet{border-radius:24px;box-shadow:0 14px 0 #11111108}.planet-image{height:205px;background:radial-gradient(circle at 50% 45%,#242424 0,#080808 58%,#000 100%);padding:12px}.planet-image img{transform:scale(.68);object-fit:contain;object-position:center}.planet:hover img{transform:scale(.74)}.planet-body{padding:22px}.planet-body h3{font-size:25px}.planet-body p{font-size:15px;line-height:1.75}.planet:hover{transform:translateY(-5px);transition:.25s}
.faq details:nth-child(odd){background:#fff}.faq details:nth-child(even){background:#fff9df}.faq p{font-size:16px;line-height:1.75}
.friend-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.friend-list article{padding:25px;border-radius:22px;background:#111;color:#fff;border:1px solid #111}.friend-list article:nth-child(2){background:#ffe500;color:#111;border-color:#ffe500}.friend-list article:nth-child(3){background:#fff;border:1px solid #e6d878;color:#111}.friend-list p{margin:0;color:inherit;opacity:.82}.friend-list .rank{font:700 42px 'Space Grotesk';color:#ffe500}.friend-list article:nth-child(2) .rank{color:#111}.friend-list article:nth-child(3) .rank{color:#a18d00}
@media(max-width:900px){.order{grid-template-columns:repeat(2,1fr)}.friend-list{grid-template-columns:1fr 1fr}}@media(max-width:560px){.order,.friend-list,.compare{grid-template-columns:1fr}}

/* final readability and responsive planet cards */
.page-hero h1{font-size:clamp(42px,6vw,76px);max-width:700px}
.notice{font-size:16px;line-height:1.75}
@media(max-width:900px){.planet-image{height:190px}}
@media(max-width:560px){.planet-image{height:220px}}

/* Accessibility/readability fix for the Snapchat Planets order page */
.planets-order-page .page-hero h1,
.planets-order-page .page-hero h2,
.planets-order-page .page-hero p,
.planets-order-page .page-hero .eyebrow {
  color: #111 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* Final hard override: readable dark text on the Snapchat Planets order hero */
body.planets-order-page .page-hero,
body.planets-order-page .page-hero h1,
body.planets-order-page .page-hero p,
body.planets-order-page .page-hero .lead {
  color: #111111 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
body.planets-order-page .page-hero {
  background: #fff9df !important;
}

/* v7: force the order-page hero text to remain visible */
body.planets-order-page .order-hero,
body.planets-order-page .order-hero * {
  color: #111111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}
body.planets-order-page .order-hero { background: #fff9df !important; }
body.planets-order-page .order-hero .eyebrow { color: #8c7800 !important; }

/* v8 final readability override */
body.planets-order-page .order-hero,
body.planets-order-page .order-hero .wrap,
body.planets-order-page .order-hero h1,
body.planets-order-page .order-hero p,
body.planets-order-page .order-hero .lead,
body.planets-order-page .order-hero .eyebrow {
  color: #111111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}
body.planets-order-page .order-hero { background: #fff9df !important; }


/* Homepage planet-order section visibility fix */
#order,
#order .wrap,
#order .section-head,
#order .section-head h2,
#order .section-head p,
#order .notice,
#order .planet,
#order .planet-body,
#order .planet-body h3,
#order .planet-body p,
#order .planet-meta,
#order .planet-meta span,
#order .planet-body a {
  color: #111111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}
#order .section-head h2,
#order .planet-body h3 {
  color: #111111 !important;
}
#order .section-head p,
#order .notice,
#order .planet-body p,
#order .planet-meta span {
  color: #333333 !important;
}
#order .planet-body a {
  color: #8c7800 !important;
}
