/* DINOGOODS portfolio + About refinement — 2026-08-28 */
.site-footer{background:#f3f3f3!important}

/* Footer wordmark: one compact heavy word, JS-fitted exactly to the content grid. */
.footer-wordmark{
  display:block!important;
  width:max-content!important;
  max-width:none!important;
  margin-right:0!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-weight:900!important;
  letter-spacing:-.06em!important;
  line-height:.78!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-align:left!important;
  transform:none!important;
  font-kerning:normal!important;
}
.footer-wordmark span{display:inline!important;font-weight:900!important}

/* Coffee is a core commercial strength. */
.feature.coffee-core-feature{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);background:var(--green);align-items:stretch}
.feature.coffee-core-feature>img{display:block!important;width:100%!important;height:100%!important;min-height:640px;object-fit:cover;object-position:center}
.coffee-strength-body{padding:clamp(48px,6vw,92px)!important;justify-content:center!important}
.coffee-strength-body .eyebrow{color:#79b87b}
.coffee-strength-body h2{font-size:clamp(34px,3.5vw,54px)!important;font-weight:700!important;line-height:1.04!important;letter-spacing:-.045em!important;margin:14px 0 18px!important;max-width:620px}
.coffee-strength-body>p{font-size:clamp(15px,1.3vw,18px)!important;line-height:1.55!important;margin:0 0 26px!important;max-width:610px!important;color:rgba(255,255,255,.76)!important}
.coffee-strength-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);margin:4px 0 28px}
.coffee-strength-grid div{padding:18px 16px 18px 0;border-right:1px solid rgba(255,255,255,.2)}
.coffee-strength-grid div+div{padding-left:16px}
.coffee-strength-grid div:last-child{border-right:0}
.coffee-strength-grid b{display:block;color:#fff;font-size:13px;line-height:1.3;margin-bottom:5px}
.coffee-strength-grid span{display:block;color:rgba(255,255,255,.62);font-size:11px;line-height:1.4;text-transform:uppercase;letter-spacing:.06em}
.coffee-strength-body .btn{align-self:flex-start;background:#fff!important;color:var(--green)!important;border-color:#fff!important;min-width:230px}
.coffee-strength-body .btn:hover{background:var(--brand)!important;color:#fff!important;border-color:var(--brand)!important}

/* Expanded About page */
.about-editorial{border-top:1px solid var(--line)}
.about-editorial-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(42px,7vw,110px);align-items:center}
.about-editorial-grid>img{width:100%;aspect-ratio:1.22/1;object-fit:cover}
.about-editorial-copy h2{font-size:clamp(32px,3.6vw,52px);font-weight:700;line-height:1.05;letter-spacing:-.045em;margin:12px 0 18px}
.about-editorial-copy p{font-size:16px;line-height:1.6;max-width:620px}
.about-editorial-copy p+p{margin-top:14px}
.about-principles{background:#fff}
.about-principles-head{display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:end;margin-bottom:34px}
.about-principles-head h2{font-size:clamp(32px,3.6vw,52px);font-weight:700;line-height:1.05;letter-spacing:-.045em;margin-top:12px}
.about-principles-head p{font-size:16px;max-width:600px}
.about-principles-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.about-principles-grid article{min-height:220px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}
.about-principles-grid span{font-size:11px;color:var(--brand);font-weight:800;letter-spacing:.08em}
.about-principles-grid h3{font-size:22px;font-weight:700;letter-spacing:-.035em;margin-top:auto;margin-bottom:10px}
.about-principles-grid p{font-size:13px;line-height:1.5}
.about-strength{display:grid;grid-template-columns:1.05fr .95fr;max-width:var(--max);margin:0 auto;background:#ecefe9}
.about-strength>img{width:100%;height:100%;min-height:560px;object-fit:cover}
.about-strength>div{padding:clamp(44px,6vw,88px);display:flex;flex-direction:column;justify-content:center}
.about-strength h2{font-size:clamp(34px,4vw,58px);font-weight:700;line-height:1.03;letter-spacing:-.045em;margin:12px 0 20px}
.about-strength p{font-size:16px;line-height:1.6;max-width:600px;margin-bottom:24px}

@media(max-width:899px){
  .feature.coffee-core-feature{grid-template-columns:1fr}
  .feature.coffee-core-feature>img{min-height:0;height:auto!important;aspect-ratio:4/3}
  .coffee-strength-body{padding:44px 22px!important}
  .coffee-strength-grid{grid-template-columns:1fr}
  .coffee-strength-grid div,.coffee-strength-grid div+div{padding:14px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .coffee-strength-grid div:last-child{border-bottom:0}
  .about-editorial-grid,.about-principles-head,.about-strength{grid-template-columns:1fr}
  .about-editorial-grid>img{order:-1;aspect-ratio:4/3}
  .about-principles-grid{grid-template-columns:1fr 1fr}
  .about-strength>img{min-height:0;aspect-ratio:4/3}
  .about-strength>div{padding:44px 22px}
}
@media(max-width:520px){
  .about-principles-grid{grid-template-columns:1fr}
  .about-principles-grid article{min-height:175px}
  .coffee-strength-body h2{font-size:32px!important}
}
