/* Blockchain Melanesia — site.css
   Night Builder theme. Mobile-first, no framework.
   Ground #0B0A10 · accent cream-gold #C8A46B · Solana purple/green ONLY for on-chain items. */

:root{
  --bg:#0B0A10;--bg-2:#100E19;--surface:#141221;
  --line:#1F1C2B;--line-2:#2A2540;--line-3:#3A3452;
  --text:#F2F0F7;--muted:#B8B3C9;--dim:#8E88A3;
  --gold:#C8A46B;--gold-dark:#B08F58;
  --sol:#9945FF;--sol-text:#B07CFF;--green:#14F195;
  --display:Syne,"Helvetica Neue",Arial,sans-serif;
  --body:"IBM Plex Sans","Helvetica Neue",Arial,sans-serif;
  --mono:"IBM Plex Mono",ui-monospace,Menlo,Consolas,monospace;
  --gutter:clamp(16px,4.5vw,64px);--max:1440px;
  --r:12px;--r-s:10px;--r-xs:6px;
  --h1:clamp(2rem,.5rem + 5.6vw,5.25rem);
  --h2:clamp(1.9rem,1.25rem + 2.4vw,3rem);
  --h2s:clamp(1.55rem,1.25rem + 1.1vw,2rem);
  --h3:clamp(1.25rem,1.1rem + .55vw,1.5rem);
  --sp-section:clamp(56px,7vw,96px);
}

/* ---------- Reset / base ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;background:var(--bg)}
@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
body{margin:0;font-family:var(--body);font-size:1rem;line-height:1.55;color:var(--text);background:var(--bg);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}
main{flex:1 0 auto}
img,svg{display:block;max-width:100%;height:auto}
[hidden]{display:none !important}
a{color:var(--text);text-decoration-thickness:1px;text-underline-offset:.15em}
a:hover{color:var(--green)}
h1,h2,h3,h4{margin:0;font-family:var(--display);font-weight:700;line-height:1.1;letter-spacing:-.02em;text-wrap:balance}
p{margin:0}
ul,ol{margin:0;padding:0}
button{font:inherit;color:inherit}
:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:2px}
::selection{background:var(--gold);color:var(--bg)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.wrap{width:100%;max-width:var(--max);margin-inline:auto;padding-inline:var(--gutter)}

/* ---------- Type helpers ---------- */
.eyebrow{font-family:var(--mono);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
.eyebrow-sol{color:var(--sol-text)}
.eyebrow-dim{color:var(--dim)}
.h1{font-size:var(--h1);font-weight:800;line-height:1;letter-spacing:-.03em}
.h2{font-size:var(--h2);line-height:1.05}
.h2s{font-size:var(--h2s)}
.h3{font-size:var(--h3)}
.lead{font-size:clamp(1.05rem,1rem + .4vw,1.25rem);line-height:1.5;color:var(--muted);max-width:52ch}
.muted{color:var(--muted)}
.dim{color:var(--dim)}
.small{font-size:.875rem}
.mono{font-family:var(--mono);font-weight:500}
.gold{color:var(--gold)}
.green{color:var(--green)}
.sol-text{color:var(--sol-text)}
.measure{max-width:64ch}
.prose{max-width:68ch;color:var(--muted)}
.prose h2{font-size:var(--h2s);color:var(--text);margin-top:2.25rem;margin-bottom:.75rem}
.prose h3{font-size:var(--h3);color:var(--text);margin-top:1.75rem;margin-bottom:.5rem}
.prose p,.prose ul,.prose ol{margin-bottom:1rem}
.prose ul,.prose ol{padding-left:1.25rem}
.prose li{margin-bottom:.35rem}
.prose a{color:var(--text)}
.prose strong{color:var(--text)}
/* inline text links get a >=44px hit area without changing layout */
main p a:not(.btn):not(.link-arrow),main dd a,main li a:not(.btn):not(.card){padding-block:.9em}

/* Placeholders: every unknown number/link/photo is visible, never invented */
.ph{white-space:nowrap}
.ph-text{font-family:var(--mono);font-size:.8em;color:var(--dim);border-bottom:1px dashed var(--line-3)}
.photo{margin:0;display:grid;place-items:center;aspect-ratio:16/9;border:1px dashed var(--line-3);border-radius:var(--r);background:var(--surface);background-image:repeating-linear-gradient(135deg,transparent 0 14px,rgba(255,255,255,.025) 14px 15px)}
.photo.tall{aspect-ratio:4/5}
.photo.square{aspect-ratio:1/1}
.photo figcaption{font-family:var(--mono);font-size:.75rem;letter-spacing:.04em;color:var(--dim);padding:1rem;text-align:center}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:0 1.35rem;border-radius:var(--r-xs);font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s;white-space:nowrap}
.btn svg{width:1em;height:1em;flex:none}
.btn-gold{background:var(--gold);color:var(--bg);font-weight:700}
.btn-gold:hover{background:var(--gold-dark);color:var(--bg)}
.btn-ghost{border-color:var(--line-3);color:var(--text)}
.btn-ghost:hover{border-color:var(--green);color:var(--green)}
.btn-light{background:var(--text);color:var(--bg)}
.btn-light:hover{background:#fff;color:var(--bg)}
.btn-lg{min-height:54px;padding:0 1.6rem;font-size:1rem}
.btn-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}
.link-arrow{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;font-size:.9rem;color:var(--green);text-decoration:none;min-height:44px}
.link-arrow svg{width:1em;height:1em}
.link-arrow:hover{text-decoration:underline}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:40;background:rgba(11,10,16,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}
.header-inner{display:flex;align-items:center;gap:1rem;min-height:64px}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text);min-height:44px;margin-right:auto}
.brand:hover{color:var(--text)}
.brand img{width:36px;height:36px}
.brand-text{display:flex;flex-direction:column;gap:2px}
.brand-name{font-family:var(--display);font-size:.9rem;font-weight:700;letter-spacing:.02em;line-height:1}
.brand-tag{font-family:var(--mono);font-size:.6rem;font-weight:500;letter-spacing:.18em;color:var(--gold)}
.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line-2);border-radius:var(--r-xs);background:transparent;cursor:pointer}
.nav-toggle svg{width:22px;height:22px}
.nav-toggle .i-close{display:none}
.nav-toggle[aria-expanded="true"] .i-menu{display:none}
.nav-toggle[aria-expanded="true"] .i-close{display:block}
.site-nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;padding:.5rem var(--gutter) 1rem;background:var(--bg);border-bottom:1px solid var(--line)}
.site-nav.is-open{display:flex}
.site-nav a{display:flex;align-items:center;min-height:46px;padding:0 .25rem;font-size:1rem;font-weight:500;color:var(--muted);text-decoration:none;border-bottom:1px solid var(--line)}
.site-nav a:hover,.site-nav a[aria-current="page"]{color:var(--text)}
.site-nav a[aria-current="page"]{color:var(--gold)}
.site-nav .btn{margin-top:.75rem;border-bottom:0;color:var(--bg);align-self:flex-start;min-height:44px}
@media (min-width:1000px){
  .header-inner{min-height:80px;gap:2rem}
  .brand img{width:38px;height:38px}
  .brand-name{font-size:1rem}
  .brand-tag{font-size:.625rem}
  .nav-toggle{display:none}
  .site-nav{display:flex;position:static;flex-direction:row;align-items:center;gap:1.4rem;padding:0;background:transparent;border:0}
  .site-nav a{min-height:44px;font-size:.875rem;border:0;padding:0}
  .site-nav .btn{margin:0 0 0 .4rem;height:42px;padding:0 1.1rem;font-size:.875rem}
}

/* ---------- Sections ---------- */
.section{padding-block:var(--sp-section)}
.section-tight{padding-block:calc(var(--sp-section) * .6)}
.section-flush-top{padding-top:0}
.section-alt{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-surface{background:var(--surface);border-top:1px solid var(--line-2)}
.section-head{display:flex;flex-direction:column;gap:.9rem;margin-bottom:clamp(1.5rem,3vw,2.25rem)}
.section-head .h2{max-width:22ch}
.section-head p{color:var(--muted);max-width:48ch;font-size:.95rem}
.section-head .side{color:var(--dim);font-size:.875rem}
@media (min-width:900px){
  .section-head.row{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:2rem}
  .section-head.row>p{max-width:420px}
}
.grid-12{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media (min-width:900px){
  .grid-12{grid-template-columns:repeat(12,minmax(0,1fr));column-gap:1.5rem}
  .col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}
  .col-start-8{grid-column:8 / span 5}.col-start-9{grid-column:9 / span 4}.col-start-6{grid-column:6 / span 7}
  .align-end{align-items:end}
}
.stack{display:flex;flex-direction:column;gap:1rem}
.stack-lg{display:flex;flex-direction:column;gap:2.25rem}

/* ---------- Hero ---------- */
.hero{position:relative;overflow:hidden;text-align:center;padding-block:clamp(56px,9vw,104px) clamp(48px,6vw,72px)}
.hero::before{content:"";position:absolute;right:-260px;top:-160px;width:520px;height:520px;border-radius:50%;border:1px solid var(--line);pointer-events:none}
.hero-inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:clamp(1.25rem,2.4vw,1.65rem)}
.hero .h1{max-width:min(16ch,100%)}
.hero .lead{max-width:780px;text-align:center}
.hero .btn-row{justify-content:center}
.pill{display:inline-flex;align-items:center;gap:.6rem;min-height:34px;padding:.35rem .9rem;border:1px solid var(--line-2);border-radius:999px;font-family:var(--mono);font-size:.75rem;font-weight:500;color:var(--green);text-align:left}
.pill::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green);flex:none}
.pill-gold{color:var(--gold)}.pill-gold::before{background:var(--gold)}
.pill-sol{color:var(--sol-text)}.pill-sol::before{background:var(--sol)}

/* ---------- Metrics strip ---------- */
.metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid var(--line);margin:0;padding:0;list-style:none}
.metrics li{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1rem;background:var(--bg);box-shadow:0 0 0 1px var(--line)}
.metrics .num{font-family:var(--display);font-size:clamp(1.9rem,1.4rem + 1.6vw,2.5rem);font-weight:700;line-height:1;letter-spacing:-.02em}
.metrics .lbl{font-size:.8rem;line-height:1.4;color:var(--dim)}
.metrics li:last-child{grid-column:1 / -1}
@media (min-width:640px){.metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.metrics li{padding:1.5rem}.metrics li:last-child{grid-column:span 2}}
@media (min-width:1000px){.metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.metrics li:last-child{grid-column:auto}}

/* ---------- Cards ---------- */
.card{display:flex;flex-direction:column;gap:.75rem;padding:clamp(1.25rem,2vw,1.75rem);background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r);color:var(--text);text-decoration:none}
.card-outline{background:transparent}
.card-sm{padding:1.25rem;border-radius:var(--r-s);gap:.6rem}
a.card{transition:border-color .15s,transform .15s}
a.card:hover{border-color:var(--line-3);color:var(--text)}
a.card:hover .card-title{color:var(--green)}
.card-title{font-family:var(--display);font-size:1.25rem;font-weight:700;line-height:1.15;letter-spacing:-.01em}
.card-title-lg{font-size:var(--h3)}
.card p{font-size:.875rem;line-height:1.5;color:var(--muted)}
.card .num{font-family:var(--mono);font-size:.75rem;font-weight:500;color:var(--gold)}
.card-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem}
.card-foot{margin-top:auto;padding-top:.5rem}
.cards-3{display:grid;grid-template-columns:1fr;gap:1rem}
.cards-2{display:grid;grid-template-columns:1fr;gap:.75rem}
.cards-4{display:grid;grid-template-columns:1fr;gap:.75rem}
@media (min-width:600px){.cards-2,.cards-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:820px){.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:1000px){.cards-4{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* Tags & status chips */
.tag,.chip{font-family:var(--mono);font-size:.6875rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--dim);white-space:nowrap}
.tag-sol{color:var(--sol-text)}
.chip-live{color:var(--green)}
.chip-pilot,.chip-build{color:var(--gold)}
.chip-design,.chip-planned{color:var(--dim)}
.card-sol{border-color:var(--sol)}
a.card-sol:hover{border-color:var(--sol-text)}
.legend{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;font-size:.8rem;color:var(--dim)}
.legend .chip{margin-right:.35rem}

/* ---------- Kiosk: how access works ---------- */
.how{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:clamp(1.25rem,2.5vw,1.75rem) clamp(1.25rem,2.5vw,2rem);border:1px solid var(--line-2);border-radius:var(--r)}
.how-intro{display:flex;flex-direction:column;gap:.6rem}
.how-intro .card-title{font-size:1.375rem}
.how-intro p{font-size:.875rem;color:var(--muted)}
.steps{list-style:none;display:grid;grid-template-columns:1fr;gap:.75rem;counter-reset:step}
.steps li{display:grid;grid-template-columns:2.25rem 1fr;gap:.25rem .5rem;font-size:.85rem;line-height:1.45;color:var(--muted);padding:.75rem 0;border-top:1px solid var(--line)}
.steps li .n{font-family:var(--mono);font-weight:500;color:var(--green)}
.steps li.next .n{color:var(--sol-text)}
.steps li.next{color:var(--muted)}
@media (min-width:700px){
  .steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.25rem}
}
@media (min-width:1000px){
  .how{grid-template-columns:repeat(12,minmax(0,1fr));column-gap:1.5rem}
  .how-intro{grid-column:span 4}
  .steps{grid-column:span 8;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}
  .steps li{display:flex;flex-direction:column;gap:.4rem;padding:0;border:0;font-size:.8125rem}
}

/* ---------- Solana section ---------- */
.why{display:flex;flex-direction:column;gap:.6rem}
.why .card{padding:1.1rem 1.25rem;border-radius:var(--r-s);gap:.4rem}
.why .card strong{color:var(--text);font-weight:600;font-size:.95rem}
.milestones{display:grid;grid-template-columns:1fr;gap:.75rem;list-style:none}
.milestones li{display:flex;flex-direction:column;gap:.5rem;padding:1.35rem;border:1px solid var(--line-2);border-radius:var(--r-s)}
.milestones .m{font-family:var(--mono);font-size:.75rem;font-weight:500;color:var(--green)}
.milestones .t{font-family:var(--display);font-size:1.125rem;font-weight:700}
.milestones p{font-size:.8125rem;line-height:1.45;color:var(--muted)}
@media (min-width:600px){.milestones{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1000px){.milestones{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* ---------- Store panel ---------- */
.store-panel{display:flex;flex-direction:column;gap:1.25rem;padding:clamp(1.25rem,3vw,2rem);background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r)}
.store-panel .h2s{font-size:2rem}
.products{display:flex;flex-direction:column;list-style:none}
.products a{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:48px;padding:.75rem 0;border-top:1px solid var(--line-2);text-decoration:none;color:var(--text)}
.products li:last-child a{border-bottom:1px solid var(--line-2)}
.products a:hover{color:var(--green)}
.products .price{font-family:var(--mono);font-weight:500;color:var(--green);white-space:nowrap}
.products .name{font-size:.95rem}
.store-panel .note{font-size:.8125rem;color:var(--dim)}

/* ---------- News ---------- */
.news-grid{display:grid;grid-template-columns:1fr;gap:.75rem}
@media (min-width:600px){.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1000px){.news-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.news-meta{font-family:var(--mono);font-size:.6875rem;font-weight:500;letter-spacing:.06em;color:var(--dim)}
.news-title{font-weight:600;line-height:1.35}
.post{padding:clamp(1.5rem,3vw,2.25rem) 0;border-top:1px solid var(--line-2)}
.post:first-of-type{border-top:0;padding-top:0}
.post h2{font-size:var(--h2s);margin:.5rem 0 1rem}
.post p{color:var(--muted);max-width:68ch;margin-bottom:.75rem}

/* ---------- Grants + contact ---------- */
.grant-links{display:grid;grid-template-columns:1fr;gap:.6rem;max-width:560px}
@media (min-width:560px){.grant-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
.grant-links .btn,.grant-links .pending{justify-content:space-between;min-height:46px;padding:0 1rem;font-size:.875rem;border:1px solid var(--line-3);border-radius:var(--r-xs);text-decoration:none;font-weight:600}
.pending{display:inline-flex;align-items:center;gap:.5rem;color:var(--dim);border-style:dashed !important;cursor:default}
.pending .chip{font-size:.625rem}
.pack{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.pack li{display:grid;grid-template-columns:1fr;gap:.4rem;padding:1.1rem 1.25rem;border:1px solid var(--line-2);border-radius:var(--r-s);background:var(--surface)}
.pack .t{font-weight:600}
.pack p{font-size:.875rem;color:var(--muted)}
.pack .act{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.25rem}
@media (min-width:800px){.pack li{grid-template-columns:200px 1fr auto;align-items:center;gap:1.5rem}.pack .act{margin:0}}

/* ---------- Forms ---------- */
.form{display:flex;flex-direction:column;gap:.75rem;padding:clamp(1.25rem,3vw,1.75rem);background:var(--bg);border:1px solid var(--line-2);border-radius:var(--r)}
.form .form-title{font-family:var(--display);font-size:1.25rem;font-weight:700;margin-bottom:.25rem}
.field{display:flex;flex-direction:column;gap:.35rem}
.field label{font-size:.75rem;color:var(--dim)}
.field label .req{color:var(--gold)}
.field input,.field select,.field textarea{width:100%;min-height:44px;padding:.6rem .75rem;background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-xs);color:var(--text);font:inherit;font-size:1rem;line-height:1.4}
.field textarea{min-height:120px;resize:vertical}
.field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23B8B3C9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.4rem}
.field select option{background:var(--surface);color:var(--text)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px rgba(200,164,107,.25)}
.field input[aria-invalid="true"],.field textarea[aria-invalid="true"]{border-color:#E06A6A}
.field .err{display:none;font-size:.8rem;color:#F0A0A0}
.field.is-invalid .err{display:block}
.form .btn{margin-top:.25rem;min-height:48px}
.form-status{font-size:.875rem;color:var(--muted);min-height:1.2em}
.form-status.ok{color:var(--green)}
.form-status.bad{color:#F0A0A0}
.hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.contact-aside{display:flex;flex-direction:column;gap:1rem}
.contact-aside dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;font-size:.95rem;margin:0}
.contact-aside dt{color:var(--dim)}
.contact-aside dd{margin:0}

/* ---------- Team ---------- */
.people{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media (min-width:760px){.people{grid-template-columns:repeat(2,minmax(0,1fr))}}
.person{display:flex;flex-direction:column;gap:1rem}
.person .photo{max-width:320px}
.person .role{font-family:var(--mono);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}
.person p{color:var(--muted);font-size:.95rem}

/* ---------- Table (apps rails) ---------- */
.rails{display:grid;grid-template-columns:1fr;gap:.75rem;list-style:none}
@media (min-width:760px){.rails{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* ---------- Footer ---------- */
.site-footer{margin-top:auto;border-top:1px solid var(--line);padding-block:1.75rem 2rem;font-size:.8125rem;color:var(--dim)}
.footer-inner{display:flex;flex-direction:column;gap:1.25rem}
.footer-brand{display:flex;flex-direction:column;gap:.75rem}
.footer-brand img{width:130px;height:auto}
.footer-brand p{max-width:60ch}
.footer-nav{display:flex;flex-wrap:wrap;gap:.25rem 1.1rem}
.footer-nav a{display:inline-flex;align-items:center;min-height:44px;min-width:44px;padding:0 .5rem;margin:0 -.25rem;color:var(--dim);text-decoration:none}
.footer-nav a:hover{color:var(--text)}
.footer-legal{margin-top:1rem;font-size:.75rem;color:var(--dim)}
@media (min-width:900px){
  .footer-inner{flex-direction:row;align-items:center;justify-content:space-between}
  .footer-brand{flex-direction:row;align-items:center;gap:1rem}
}

/* ---------- 404 ---------- */
.notfound{min-height:50vh;display:flex;flex-direction:column;justify-content:center;gap:1rem;text-align:center;align-items:center}
.notfound .code{font-family:var(--mono);color:var(--gold);letter-spacing:.1em}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{transition:none !important;animation:none !important;scroll-behavior:auto !important}
}
@media print{
  .site-header,.site-footer,.nav-toggle{display:none}
  body{background:#fff;color:#000}
}
