/* The Flying Chocsman — redesign concept
   Mobile-first. No webfonts, no third-party requests. */

:root{
  --ink:#150e0c;
  --ink-2:#1e1512;
  --ink-3:#2a1e19;
  --cream:#f7f0e6;
  --cream-dim:#cdbfae;
  --gold:#e0aa4a;
  --gold-deep:#b9832c;
  --line:rgba(247,240,230,.14);
  --paper:#fdfaf5;
  --paper-2:#f3ece1;
  --text:#241a16;
  --text-dim:#6a574d;

  --serif: "Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;
  --sans: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

  --wrap:1200px;
  --pad:20px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--paper);
  color:var(--text);
  font-family:var(--sans);
  font-size:17px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3{margin:0;font-family:var(--serif);font-weight:600;line-height:1.12;letter-spacing:-.01em}
p{margin:0}
ul{margin:0;padding:0;list-style:none}

.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}

.skip{position:absolute;left:-9999px}
.skip:focus{left:8px;top:8px;z-index:99;background:var(--gold);color:var(--ink);padding:10px 16px;border-radius:6px}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--sans);font-weight:600;font-size:16px;letter-spacing:.01em;
  padding:13px 22px;border-radius:999px;text-decoration:none;
  border:1.5px solid transparent;cursor:pointer;
  transition:transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.btn--gold{background:var(--gold);color:#1b120c;border-color:var(--gold)}
.btn--gold:hover{background:#eebc63;border-color:#eebc63}
.btn--ghost{background:transparent;color:var(--cream);border-color:rgba(247,240,230,.4)}
.btn--ghost:hover{border-color:var(--cream)}
.btn--lg{padding:16px 28px;font-size:17px}
.btn--sm{padding:9px 16px;font-size:14px}
.btn:active{transform:translateY(1px)}

/* ---------- stars ---------- */
.stars{display:inline-flex;gap:2px;line-height:0}
.stars svg{width:16px;height:16px;fill:var(--gold)}
.stars--lg svg{width:22px;height:22px}

/* ---------- header ---------- */
.site-header{
  background:var(--ink);
  color:var(--cream);
  border-bottom:1px solid var(--line);
  position:sticky;top:0;z-index:50;
}
.header-inner{display:flex;align-items:center;gap:10px;min-height:62px}
.wordmark{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--cream);flex:1 1 auto;min-width:0}
.wordmark__mark{color:var(--gold);display:flex;flex:0 0 auto}
.wordmark__mark svg{width:28px;height:28px}
/* Sized so "The Flying Chocsman" fits whole at 360px without ellipsis —
   truncating a brand name in the header of a redesign pitch is not a good look. */
.wordmark__text{
  font-family:var(--serif);font-size:16.5px;font-weight:600;letter-spacing:0;
  white-space:nowrap;
}
.header-cta{padding:8px 14px;font-size:13.5px}
.site-nav{display:none}
.header-cta{flex:0 0 auto}

/* ---------- hero ---------- */
.hero{
  background:
    radial-gradient(120% 80% at 15% 0%, #2c1e18 0%, rgba(44,30,24,0) 60%),
    var(--ink);
  color:var(--cream);
  padding:34px 0 40px;
}
.hero__grid{display:grid;gap:28px}

.eyebrow{
  font-size:12.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;
  color:var(--gold);margin-bottom:14px;
}
.hero__title{font-size:clamp(31px,8.2vw,44px);margin-bottom:20px;max-width:15ch}

/* Compact rating, in the hero itself. The gold band lower down is the headline
   version of this, but on a phone the band lands past the fold — so the same
   proof also appears here, where a first-time visitor cannot miss it. */
.hero__rating{
  display:flex;align-items:center;flex-wrap:wrap;gap:5px 8px;
  font-size:14.5px;color:var(--cream-dim);margin-bottom:18px;
}
.hero__rating b{color:var(--cream);font-size:16px;font-weight:700}

/* maker slot */
.maker{
  display:flex;align-items:center;gap:14px;
  margin-bottom:18px;padding:12px 14px 12px 12px;
  border:1px dashed rgba(224,170,74,.45);
  border-radius:14px;
  background:rgba(224,170,74,.05);
  max-width:420px;
}
.maker__portrait{flex:0 0 auto;width:66px;height:66px}
.maker__portrait svg{width:100%;height:100%;display:block}
.maker__ring{fill:rgba(247,240,230,.05);stroke:rgba(224,170,74,.5);stroke-width:2;stroke-dasharray:5 4}
.maker__figure,.maker__hat{fill:rgba(247,240,230,.34)}
.maker__hat{fill:rgba(224,170,74,.55)}
.maker__meta{display:flex;flex-direction:column;gap:2px;min-width:0}
.maker__caption{font-size:14px;font-weight:700;color:var(--gold);letter-spacing:.02em}
.maker__note{font-size:13.5px;color:var(--cream-dim);line-height:1.4}

.hero__story{
  font-size:17.5px;line-height:1.62;color:var(--cream-dim);
  margin-bottom:26px;max-width:52ch;
}
.hero__story strong{color:var(--cream)}

.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}
.hero__actions .btn{flex:1 1 auto;min-width:170px}

.hero__points{
  display:grid;grid-template-columns:1fr 1fr;gap:9px 16px;
  font-size:14.5px;color:var(--cream-dim);
}
.hero__points li{position:relative;padding-left:17px;line-height:1.35}
.hero__points li::before{
  content:"";position:absolute;left:0;top:.52em;
  width:7px;height:7px;border-radius:50%;background:var(--gold);
}

.hero__figure{margin:0;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.5)}
.hero__figure img{width:100%}

/* ---------- rating bar ---------- */
.ratingbar{background:var(--gold);color:#1b120c}
.ratingbar__inner{
  display:flex;flex-direction:column;align-items:center;gap:6px;
  padding-top:18px;padding-bottom:18px;text-align:center;
}
.ratingbar__score{display:flex;align-items:center;gap:10px}
.ratingbar__num{font-family:var(--serif);font-size:34px;font-weight:700;line-height:1}
.ratingbar .stars svg{fill:#1b120c}
.ratingbar__line{font-size:15px;line-height:1.45}
.ratingbar__line b{display:block;font-weight:700}

/* ---------- reviews ---------- */
.reviews{background:var(--paper-2);padding:44px 0 48px}
.section-title{font-size:clamp(25px,6.4vw,34px);margin-bottom:10px}
.section-intro{color:var(--text-dim);font-size:16px;margin-bottom:26px;max-width:60ch}

.reviews__grid{display:grid;gap:14px}
.review{
  background:#fff;border:1px solid #e6dccd;border-radius:14px;
  padding:20px 20px 18px;
  display:flex;flex-direction:column;gap:12px;
  box-shadow:0 2px 5px rgba(36,26,22,.045);
}
.review__body{
  margin:0;font-family:var(--serif);font-size:17.5px;line-height:1.5;
  color:var(--text);flex:1 1 auto;
}
.review__cite{display:flex;flex-direction:column;font-style:normal;line-height:1.35}
.review__cite b{font-size:14.5px;font-weight:700}
.review__cite span{font-size:13px;color:var(--text-dim)}

/* ---------- craft ---------- */
.craft{background:var(--ink-2);color:var(--cream);padding:44px 0 48px}
.craft__grid{display:grid;gap:26px}
.craft__figure{margin:0;border-radius:16px;overflow:hidden;max-height:420px}
.craft__figure img{width:100%;height:100%;object-fit:cover;object-position:center 34%}
.craft .section-title{color:var(--cream)}
.craft__body{color:var(--cream-dim);font-size:17px;line-height:1.62;margin-bottom:24px;max-width:52ch}
.craft__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:center}
.craft__stats li{
  border:1px solid var(--line);border-radius:12px;padding:14px 8px;
  background:rgba(247,240,230,.03);
}
.craft__stats b{display:block;font-family:var(--serif);font-size:26px;color:var(--gold);line-height:1.1}
.craft__stats span{display:block;font-size:12.5px;color:var(--cream-dim);margin-top:5px;line-height:1.3}

/* ---------- shop ---------- */
.shop{background:var(--paper);padding:44px 0 48px}
.shop__grid{display:grid;gap:16px}
.card{background:#fff;border:1px solid #e9e0d3;border-radius:14px;overflow:hidden;
  transition:transform .16s ease, box-shadow .16s ease}
.card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(36,26,22,.13)}
.card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}
.card__media{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--paper-2)}
.card__media img{width:100%;height:100%;object-fit:cover}
.card__body{display:flex;flex-direction:column;gap:5px;padding:16px 18px 20px}
.card__name{font-family:var(--serif);font-size:19px;font-weight:600;line-height:1.2}
.card__price{font-size:16px;font-weight:700;color:var(--gold-deep)}
.card__blurb{font-size:14.5px;color:var(--text-dim);line-height:1.45}

/* ---------- closing ---------- */
.closing{background:var(--ink);color:var(--cream);padding:48px 0 52px}
.closing__inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}
.closing__title{font-size:clamp(24px,6.2vw,34px);max-width:20ch}
.closing__body{color:var(--cream-dim);font-size:16.5px;max-width:46ch;margin-bottom:6px}

/* ---------- footer ---------- */
.site-footer{background:var(--ink-3);color:var(--cream-dim);padding:26px 0 30px;font-size:13px;line-height:1.55}
.footer__note{color:var(--cream);font-weight:600;margin-bottom:7px}
.footer__credit{margin-bottom:7px}
.footer__by{color:rgba(205,191,174,.65)}

/* ================= TABLET ================= */
@media (min-width:700px){
  :root{--pad:28px}
  body{font-size:17.5px}
  .header-inner{gap:14px;min-height:66px}
  .wordmark{gap:10px}
  .wordmark__mark svg{width:34px;height:34px}
  .wordmark__text{font-size:19px}
  .header-cta{padding:9px 16px;font-size:14px}
  .hero{padding:52px 0 58px}
  .hero__points{grid-template-columns:1fr 1fr;gap:10px 24px}
  .maker__portrait{width:76px;height:76px}
  .ratingbar__inner{flex-direction:row;justify-content:center;gap:18px;text-align:left}
  .ratingbar__line b{display:inline;margin-left:6px}
  .reviews__grid{grid-template-columns:1fr 1fr;gap:16px}
  .shop__grid{grid-template-columns:repeat(3,1fr)}
  .craft__grid{grid-template-columns:0.85fr 1.15fr;align-items:center;gap:34px}
  .craft__figure{max-height:520px}
  .reviews,.craft,.shop{padding:60px 0 64px}
}

/* ================= DESKTOP ================= */
@media (min-width:1000px){
  :root{--pad:32px}
  .site-nav{
    display:flex;gap:26px;font-size:15px;font-weight:500;
    color:var(--cream-dim);margin:0 8px;
  }
  .site-nav a{text-decoration:none;padding:6px 0;border-bottom:1.5px solid transparent}
  .site-nav a:hover{color:var(--cream);border-bottom-color:var(--gold)}
  .wordmark{flex:0 0 auto}
  .header-inner{gap:28px;min-height:74px}
  .header-inner .site-nav{flex:1 1 auto}

  .hero{padding:64px 0 72px}
  .hero__grid{grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
  .hero__title{font-size:clamp(40px,4.1vw,54px);max-width:16ch}
  .hero__actions .btn{flex:0 0 auto}
  .maker{max-width:460px}

  .reviews__grid{grid-template-columns:repeat(4,1fr)}
  .reviews,.craft,.shop{padding:72px 0 78px}
  .craft__grid{gap:52px}
  .closing{padding:66px 0 72px}
}

@media (prefers-reduced-motion:reduce){
  *{transition:none!important}
}
