/* Peaches website, mobile friendly v2 */

:root{
  --bg:#0b0c10;
  --bg2:#10121a;
  --card:#141827;
  --text:#eef0f6;
  --muted:#b6bbcd;
  --line:rgba(255,255,255,.12);
  --peach:#ffb085;
  --peach2:#ff8a5b;
  --shadow:0 18px 50px rgba(0,0,0,.45);
  --radius:18px;
  --radius2:26px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--text);
  background:
    radial-gradient(1200px 800px at 18% 0%, rgba(255,176,133,.18), transparent 60%),
    radial-gradient(900px 650px at 82% 12%, rgba(255,138,91,.12), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg2) 70%, #0a0b10);
  line-height:1.55;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.92}

.container{width:min(1100px, calc(100% - 32px)); margin:0 auto}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,12,16,.72);
  border-bottom:1px solid var(--line);
}

.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 0;
  gap:10px;
}

.brand{
  font-weight:800;
  letter-spacing:.3px;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background: rgba(255,255,255,.03);
}

.menuBtn{
  display:none;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  color:var(--text);
  font-weight:700;
}

.menuIcon{
  width:18px; height:12px;
  border-top:2px solid rgba(255,255,255,.8);
  border-bottom:2px solid rgba(255,255,255,.8);
  position:relative;
}
.menuIcon::after{
  content:"";
  position:absolute;
  left:0; right:0;
  top:50%;
  transform:translateY(-50%);
  border-top:2px solid rgba(255,255,255,.8);
}

.nav{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  font-size:14px;
  color:var(--muted);
}
.nav a{
  padding:10px 12px;
  border-radius:999px;
}
.nav a:hover{background: rgba(255,255,255,.04); color:var(--text)}

.hero{padding:52px 0 24px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:20px;
  align-items:start;
}
.kicker{
  display:inline-block;
  margin:0 0 10px;
  padding:6px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--muted);
  background: rgba(255,255,255,.03);
  font-size:13px;
}

h1{
  margin:10px 0 14px;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height:1.06;
  letter-spacing:.2px;
}
.lead{margin:0 0 16px; color:var(--muted); max-width:60ch}

.cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:16px 0 10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  font-weight:800;
  min-height:44px;
}
.btn--primary{
  background: linear-gradient(135deg, var(--peach), var(--peach2));
  color:#160a06;
  border-color: rgba(255,255,255,.08);
}
.btn--ghost{background: rgba(255,255,255,.02)}

.quick{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:14px;
}
.quick__link{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.14);
}
.dot{
  width:5px; height:5px;
  border-radius:50%;
  background: rgba(255,176,133,.8);
}

.hero__cover{position:relative}
.coverCard{
  border:1px solid var(--line);
  border-radius: var(--radius2);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.coverCard img{
  width:100%;
  height:auto;
  display:block;
}

.section{padding:50px 0}
.section--alt{
  background: rgba(255,255,255,.02);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

h2{margin:0 0 10px; font-size:28px}
.lead2{margin:0 0 18px; color:var(--muted); max-width:74ch}

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.03);
  padding:16px;
}
.card h3{margin:0 0 8px; font-size:16px}
.card p{margin:0; color:var(--muted)}

.buygrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.buycard{
  border:1px solid var(--line);
  border-radius: var(--radius2);
  background: rgba(20,24,39,.55);
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
  box-shadow: var(--shadow);
  min-height: 180px;
}
.buycard__kicker{color:var(--muted); font-size:13px}
.buycard__title{font-weight:900; font-size:18px}
.buycard__desc{color:var(--muted)}
.buycard__cta{
  margin-top:auto;
  width:fit-content;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.03);
  font-weight:800;
}

.author{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap:18px;
  align-items:start;
}
.author__photo{
  border:1px solid var(--line);
  border-radius: var(--radius2);
  background: rgba(255,255,255,.03);
  padding:12px;
}
.author__photo img{
  width:100%;
  height:auto;
  border-radius: 16px;
  display:block;
  border:1px solid rgba(255,255,255,.12);
}
.chips{display:flex; gap:8px; flex-wrap:wrap; margin-top:14px}
.chip{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  color:var(--muted);
  background: rgba(255,255,255,.02);
  font-size:13px;
}

.newbook{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  align-items:stretch;
}
.newbook__banner{
  border:1px solid var(--line);
  border-radius: var(--radius2);
  background: rgba(255,255,255,.03);
  padding:12px;
  box-shadow: var(--shadow);
}
.newbook__banner img{width:100%; height:auto; display:block; border-radius: 16px}
.newbook__copy{
  border:1px solid var(--line);
  border-radius: var(--radius2);
  background: rgba(255,255,255,.03);
  padding:18px;
}
.bullets{margin:12px 0 0; color:var(--muted)}
.bullets li{margin:7px 0}

.footer{
  border-top:1px solid var(--line);
  padding:18px 0 34px;
  background: rgba(0,0,0,.2);
}
.footer__inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.small{color:var(--muted); font-size:12px}

/* Mobile */
@media (max-width: 900px){
  .hero__grid{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .buygrid{grid-template-columns:1fr}
  .author{grid-template-columns:1fr}
  .newbook{grid-template-columns:1fr}
}

@media (max-width: 760px){
  .menuBtn{display:inline-flex}
  .nav{
    display:none;
    width:100%;
    margin-top:10px;
    justify-content:flex-start;
    gap:8px;
  }
  .nav--open{display:flex}
  .topbar__inner{flex-wrap:wrap}
  .nav a{flex:1; text-align:center; border:1px solid rgba(255,255,255,.10); background: rgba(0,0,0,.12)}
  .cta .btn{flex:1}
}
