/* ============================================================
   Also Coffee Co — standard content pages
   (our story, journal, brewing guides, gifts, accessories)
   Self-contained: uses tokens + the global section/container/btn
   classes only, so it does not depend on pdp.css being loaded.
   ============================================================ */

/* ---------- shared page hero ---------- */
.also-phero{position:relative;overflow:hidden}
.also-phero__grid{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:clamp(1.6rem,4vw,3.6rem);align-items:center;
}
.also-phero__copy h1{
  font-size:clamp(2.3rem,1.3rem + 3.4vw,4rem);line-height:1.02;
  margin:.3rem 0 .75rem;text-wrap:balance;color:var(--acc-ink-deep);
}
.also-phero__lead{font-size:var(--fs-lead);line-height:1.55;color:var(--text-body);max-width:52ch;margin:0 0 1.4rem}
.also-phero__ctas{display:flex;gap:.7rem;flex-wrap:wrap}
.also-phero__shot{
  width:100%;aspect-ratio:5/4;object-fit:cover;display:block;
  border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);
}
.also-phero__shots{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-items:center}
.also-phero__shots img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;
  border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}
.also-phero__shots img:nth-child(1){transform:translateY(-14px) rotate(-2deg)}
.also-phero__shots img:nth-child(2){transform:translateY(12px) rotate(2deg)}

.also-crumb{font-size:var(--fs-small);color:var(--text-muted);margin-bottom:.7rem}
.also-crumb a{color:var(--text-muted);text-decoration:none;padding-block:.3rem}
.also-crumb a:hover{color:var(--accent)}
.also-crumb span[aria-hidden]{margin:0 .35rem;opacity:.6}

/* pill row (local copy — pdp.css is not loaded on these pages) */
.also-ppills{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:1.1rem 0 0;padding:0}
.also-ppills li{
  display:inline-flex;align-items:center;gap:.4rem;
  background:var(--surface-card);border:1px solid var(--border);
  border-radius:var(--radius-pill);padding:.4rem .8rem;
  font-size:.85rem;font-weight:var(--fw-semibold);color:var(--text-body);
}
.also-ppills .also-ic{color:var(--accent);width:1.05em;height:1.05em}

/* ---------- section heads ---------- */
.also-phead{text-align:center;max-width:60ch;margin:0 auto clamp(1.4rem,3vw,2.4rem)}
.also-phead .also-eyebrow{justify-content:center}
.also-phead h2{margin:.3rem 0 .5rem}
.also-phead p{color:var(--text-muted);margin:0;font-size:1.02rem;line-height:1.55}
.also-phead--left{text-align:left;margin-inline:0}
.also-phead--left .also-eyebrow{justify-content:flex-start}

/* ---------- generic card grid ---------- */
.also-pgrid{display:grid;gap:clamp(.9rem,2vw,1.4rem)}
.also-pgrid--2{grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr))}
.also-pgrid--3{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))}
.also-pgrid--4{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))}

.also-pcard2{
  display:flex;flex-direction:column;background:var(--surface-card);
  border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;
  text-decoration:none;color:inherit;height:100%;
  transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out),
             border-color var(--dur-base) var(--ease-out);
}
a.also-pcard2:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--border-strong)}
a.also-pcard2:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.also-pcard2__img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;background:var(--acc-surface)}
.also-pcard2__body{padding:clamp(.95rem,2vw,1.3rem);display:flex;flex-direction:column;gap:.45rem;flex:1}
.also-pcard2__kicker{
  font-size:var(--fs-micro,.72rem);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);
}
.also-pcard2__title{font-family:var(--font-display);font-weight:var(--fw-display);
  font-size:1.22rem;line-height:1.18;margin:0;color:var(--acc-ink-deep)}
.also-pcard2__desc{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.5}
.also-pcard2__meta{margin-top:auto;padding-top:.6rem;display:flex;align-items:center;gap:.5rem;
  font-size:.85rem;color:var(--text-muted);font-weight:600}
.also-pcard2__meta .also-ic{width:1em;height:1em;color:var(--accent)}
.also-pcard2__go{margin-top:auto;padding-top:.7rem;display:inline-flex;align-items:center;gap:.4rem;
  font-weight:700;color:var(--accent);font-size:.95rem}
a.also-pcard2:hover .also-pcard2__go .also-ic{transform:translateX(3px)}
.also-pcard2__go .also-ic{transition:transform var(--dur-fast) var(--ease-out)}

/* ---------- icon feature rows ---------- */
.also-pfeat{display:grid;gap:clamp(1rem,2.4vw,1.6rem);
  grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))}
.also-pfeat__i{
  display:flex;flex-direction:column;gap:.5rem;padding:clamp(1rem,2vw,1.35rem);
  background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-xl);
}
.also-pfeat__ic{
  display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;
  border-radius:14px;background:var(--acc-blue-pale);color:var(--accent);margin-bottom:.15rem;
}
.also-pfeat__i h3{margin:0;font-size:1.1rem;color:var(--acc-ink-deep)}
.also-pfeat__i p{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.55}

/* ---------- alternating story rows ---------- */
.also-prow{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));
  gap:clamp(1.4rem,4vw,3.2rem);align-items:center}
.also-prow + .also-prow{margin-top:clamp(2rem,4.5vw,3.6rem)}
.also-prow img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;
  border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm)}
.also-prow__body h3{font-size:clamp(1.5rem,1.2rem + 1.1vw,2.1rem);margin:.35rem 0 .6rem;color:var(--acc-ink-deep)}
.also-prow__body p{margin:0 0 .8rem;color:var(--text-body);line-height:1.65}
.also-prow__body p:last-child{margin-bottom:0}
.also-prow--flip .also-prow__media{order:2}

/* ---------- numbered steps ---------- */
.also-psteps{counter-reset:ps;display:grid;gap:clamp(.9rem,2vw,1.3rem);
  grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr))}
.also-pstep{position:relative;padding:clamp(1rem,2vw,1.4rem);background:var(--surface-card);
  border:1px solid var(--border);border-radius:var(--radius-xl)}
.also-pstep::before{
  counter-increment:ps;content:counter(ps);
  display:inline-flex;align-items:center;justify-content:center;
  width:32px;height:32px;border-radius:50%;margin-bottom:.6rem;
  background:var(--accent);color:var(--acc-cream);font-weight:700;font-size:.95rem;
}
.also-pstep h3{margin:0 0 .35rem;font-size:1.08rem;color:var(--acc-ink-deep)}
.also-pstep p{margin:0;color:var(--text-muted);font-size:.94rem;line-height:1.55}

/* ---------- stats ---------- */
.also-pstats{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr));
  gap:clamp(1rem,3vw,2rem);text-align:center}
.also-pstat .n{display:block;font-family:var(--font-display);font-weight:var(--fw-display);
  font-size:clamp(2rem,1.4rem + 2vw,3rem);line-height:1;color:var(--accent)}
.also-pstat .l{display:block;margin-top:.35rem;color:var(--text-muted);font-size:.92rem}

/* ---------- brewing guide card ---------- */
.also-guide{background:var(--surface-card);border:1px solid var(--border);
  border-radius:var(--radius-2xl);overflow:hidden;display:flex;flex-direction:column;height:100%}
.also-guide__top{display:flex;align-items:center;gap:.85rem;padding:clamp(1rem,2vw,1.3rem);
  border-bottom:1px solid var(--border);background:var(--acc-surface)}
.also-guide__ic{display:inline-flex;align-items:center;justify-content:center;flex:none;
  width:48px;height:48px;border-radius:14px;background:#fff;color:var(--accent);border:1px solid var(--border)}
.also-guide__ic svg{width:24px;height:24px}
.also-guide__name{font-family:var(--font-display);font-weight:var(--fw-display);
  font-size:1.2rem;line-height:1.15;color:var(--acc-ink-deep);display:block}
.also-guide__grind{font-size:.85rem;color:var(--accent);font-weight:700}
.also-guide__specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  border-bottom:1px solid var(--border)}
.also-guide__spec{padding:.75rem .6rem;text-align:center;border-right:1px solid var(--border)}
.also-guide__spec:last-child{border-right:0}
.also-guide__spec .k{display:block;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;
  color:var(--text-muted);font-weight:700}
.also-guide__spec .v{display:block;font-weight:700;color:var(--text-strong);font-size:.98rem;margin-top:.15rem}
.also-guide__steps{list-style:none;margin:0;padding:clamp(.9rem,2vw,1.25rem);display:grid;gap:.6rem;flex:1}
.also-guide__steps li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.6rem;
  font-size:.94rem;line-height:1.5;color:var(--text-body)}
.also-guide__steps .n{display:inline-flex;align-items:center;justify-content:center;flex:none;
  width:22px;height:22px;border-radius:50%;background:var(--acc-blue-pale);color:var(--accent);
  font-size:.75rem;font-weight:700;margin-top:.1em}
.also-guide__foot{padding:0 clamp(.9rem,2vw,1.25rem) clamp(.9rem,2vw,1.25rem)}
.also-guide__foot .also-btn{width:100%;justify-content:center}

/* ---------- notice / placeholder strip ---------- */
.also-pnote{
  display:flex;align-items:flex-start;gap:.7rem;margin:0 auto;max-width:62ch;
  padding:.85rem 1.1rem;border-radius:var(--radius-xl);
  background:var(--acc-blue-pale);color:var(--acc-ink-deep);font-size:.93rem;line-height:1.5;
}
.also-pnote .also-ic{flex:none;color:var(--accent);margin-top:.12em;width:1.05em;height:1.05em}

/* ---------- closing CTA ---------- */
.also-pcta{text-align:center;max-width:56ch;margin-inline:auto}
.also-pcta h2{margin:.3rem 0 .6rem;color:var(--acc-ink-deep)}
.also-pcta p{color:var(--text-body);margin:0 0 1.2rem;font-size:1.04rem;line-height:1.6}
.also-pcta__btns{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap}

/* ---------- responsive ---------- */
@media (max-width:899px){
  .also-phero__grid{grid-template-columns:minmax(0,1fr);gap:1.5rem}
  .also-phero__copy{text-align:center}
  .also-phero__lead{margin-inline:auto}
  .also-phero__ctas,.also-ppills{justify-content:center}
  .also-crumb{text-align:center}
  .also-phero__shots{max-width:440px;margin-inline:auto}
  .also-prow--flip .also-prow__media{order:0}
  .also-prow__body{text-align:center}
  .also-prow__body p{margin-inline:auto;max-width:56ch}
  .also-phead--left{text-align:center;margin-inline:auto}
  .also-phead--left .also-eyebrow{justify-content:center}
}
@media (max-width:560px){
  .also-guide__specs{grid-template-columns:minmax(0,1fr)}
  .also-guide__spec{border-right:0;border-bottom:1px solid var(--border);
    display:flex;align-items:center;justify-content:space-between;text-align:left;padding:.6rem .9rem}
  .also-guide__spec:last-child{border-bottom:0}
  .also-guide__spec .v{margin-top:0}
}
@media (prefers-reduced-motion:reduce){
  .also-phero__shots img{transform:none}
  a.also-pcard2:hover{transform:none}
}

/* ---------- policy pages ---------- */
.also-legal__meta{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);
  font-size:var(--fs-small);margin:.2rem 0 0}
.also-legal__meta .also-ic{width:1em;height:1em;color:var(--accent)}
.also-legal__draft{
  display:flex;align-items:flex-start;gap:.75rem;
  padding:1rem 1.15rem;border-radius:var(--radius-xl);
  background:var(--acc-clay-soft);border:1px solid var(--acc-clay);
  color:var(--acc-ink-deep);margin-bottom:1.8rem;
}
.also-legal__draft .also-ic{flex:none;margin-top:.15em;color:var(--acc-clay);width:1.15em;height:1.15em}
.also-legal__draft strong{display:block;margin-bottom:.2rem}
.also-legal__draft span{font-size:.93rem;line-height:1.55;color:var(--text-body)}
.also-legal__draft code{background:rgba(0,0,0,.06);padding:.05em .35em;border-radius:4px;font-size:.9em}

.also-legal__toc{
  background:var(--surface-card);border:1px solid var(--border);
  border-radius:var(--radius-xl);padding:1rem 1.2rem;margin-bottom:2rem;
}
.also-legal__toclab{display:block;font-size:.7rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}
.also-legal__toc ol{margin:0;padding-left:1.15rem;display:grid;gap:.3rem}
.also-legal__toc a{color:var(--accent);text-decoration:none;font-weight:600;font-size:.95rem}
.also-legal__toc a:hover{text-decoration:underline}

.also-legal__body section{scroll-margin-top:96px}
.also-legal__body section + section{margin-top:2.2rem}
.also-legal__body h2{font-size:clamp(1.3rem,1.1rem + .8vw,1.7rem);margin:0 0 .7rem;color:var(--acc-ink-deep)}
.also-legal__body p{margin:0 0 .9rem;line-height:1.7;color:var(--text-body)}
.also-legal__body ul{margin:0 0 .9rem;padding-left:1.2rem;display:grid;gap:.45rem}
.also-legal__body li{line-height:1.65;color:var(--text-body)}
.also-legal__contact{margin-top:2.6rem;padding-top:1.6rem;border-top:1px solid var(--border)}
.also-legal__contact h2{font-size:1.25rem;margin:0 0 .5rem;color:var(--acc-ink-deep)}
.also-legal__contact p{margin:0;line-height:1.7;color:var(--text-body)}
.also-legal__contact a,.also-legal__body a{color:var(--accent)}

/* ---------- wholesale enquiry form ---------- */
.also-wsform{display:grid;gap:1rem}
.also-wsform__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:1rem}
.also-wsform label{display:grid;gap:.35rem;font-weight:var(--fw-semibold);
  font-size:.9rem;color:var(--text-strong)}
.also-wsform input,.also-wsform select,.also-wsform textarea{
  font-family:var(--font-body);font-size:1rem;color:var(--text-strong);
  background:var(--surface-card);border:1.5px solid var(--border);
  border-radius:var(--radius-md);padding:.7rem .85rem;width:100%;
  transition:border-color var(--dur-fast) var(--ease-out);
}
.also-wsform input:focus,.also-wsform select:focus,.also-wsform textarea:focus{
  outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(0,0,0,.05)}
.also-wsform textarea{resize:vertical;min-height:110px}
.also-wsform button{justify-self:start;margin-top:.2rem}
@media (max-width:560px){.also-wsform button{justify-self:stretch;width:100%;justify-content:center}}
