/* FOGAWAY — articles & story pages (editorial layer on top of site.css) */

.article-page {
  background: #fff;
  color: #141412;
}

.article-shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.article-head {
  padding: 54px 0 10px;
}

.article-head .commerce-eyebrow {
  margin-bottom: 12px;
}

.article-head h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 7.6vw, 44px);
  font-weight: 590;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #8a8a86;
  font-size: 12px;
}

.article-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c7c7c3;
}

.article-hero {
  width: 100%;
  height: clamp(220px, 46vw, 380px);
  margin: 4px 0 8px;
  border-radius: 20px;
  object-fit: cover;
  filter: saturate(0.85);
}

.article-body {
  font-size: 16.5px;
  line-height: 1.72;
  color: #33332f;
}

.article-body h2 {
  margin: 42px 0 12px;
  font-size: clamp(21px, 5vw, 26px);
  font-weight: 640;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #141412;
}

.article-body p {
  margin: 0 0 18px;
}

.article-body a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-body ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.article-body li {
  margin-bottom: 8px;
}

.article-note {
  margin: 26px 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f5f5f3;
  font-size: 14.5px;
  line-height: 1.6;
  color: #4a4a46;
}

/* FAQ accordion */
.article-faq {
  margin-top: 46px;
  padding-top: 10px;
}

.article-faq h2 {
  margin-bottom: 8px;
}

.article-faq details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.article-faq summary {
  padding: 17px 26px 17px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-size: 15.5px;
  font-weight: 630;
  letter-spacing: -0.01em;
  color: #141412;
}

.article-faq summary::-webkit-details-marker { display: none; }

.article-faq summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: #9a9a96;
  font-size: 20px;
  font-weight: 400;
}

.article-faq details[open] summary::after { content: "−"; }

.article-faq details p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  color: #4a4a46;
}

/* CTA card */
.article-cta {
  display: block;
  margin: 48px 0 8px;
  padding: 26px 24px;
  border-radius: 20px;
  background: #141412;
  color: #fff;
  text-decoration: none;
}

.article-cta small {
  display: block;
  margin-bottom: 6px;
  color: #b9b9b4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-cta strong {
  display: block;
  font-size: 20px;
  font-weight: 620;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.article-cta span {
  color: #cfcfca;
  font-size: 13.5px;
  line-height: 1.5;
}

.article-cta em {
  display: inline-block;
  margin-top: 14px;
  font-style: normal;
  font-size: 13.5px;
  font-weight: 650;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2px;
}

/* related links */
.article-related {
  margin-top: 44px;
}

.article-related h2 {
  margin: 0 0 14px;
  font-size: 19px;
  font-weight: 640;
  letter-spacing: -0.02em;
}

.article-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  color: #141412;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.article-related a::after {
  content: "→";
  color: #9a9a96;
}

/* simple footer for editorial pages */
.article-footer {
  margin-top: 66px;
  padding: 34px 20px calc(34px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

.article-footer .footer-wordmark {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.article-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 20px;
  margin: 16px auto 0;
  max-width: 560px;
}

.article-footer nav a {
  color: #6a6a66;
  font-size: 12.5px;
  text-decoration: none;
}

.article-footer nav a:hover { text-decoration: underline; }

.article-footer .copyright {
  margin-top: 18px;
  color: #a3a39e;
  font-size: 11px;
}

/* ---------- articles hub ---------- */
.hub-head {
  max-width: 860px;
  margin: 0 auto;
  padding: 58px 20px 8px;
}

.hub-head h1 {
  margin: 10px 0 12px;
  font-size: clamp(34px, 9vw, 52px);
  font-weight: 570;
  letter-spacing: -0.055em;
  line-height: 1.0;
}

.hub-head p {
  max-width: 560px;
  color: #5f5f5b;
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0;
}

.hub-grid {
  display: grid;
  max-width: 860px;
  margin: 30px auto 0;
  padding: 0 20px 70px;
  gap: 26px;
}

@media (min-width: 720px) {
  .hub-grid { grid-template-columns: 1fr 1fr; }
}

.hub-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.hub-card img {
  width: 100%;
  height: 205px;
  border-radius: 18px;
  object-fit: cover;
  filter: saturate(0.85);
  transition: transform 0.5s var(--ease, ease);
}

.hub-card:hover img { transform: scale(1.015); }

.hub-card small {
  display: block;
  margin: 13px 0 5px;
  color: #8a8a86;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hub-card strong {
  display: block;
  font-size: 19px;
  font-weight: 630;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 6px;
}

.hub-card span {
  color: #5f5f5b;
  font-size: 13.5px;
  line-height: 1.55;
}

/* ---------- our story ---------- */
.story-hero {
  position: relative;
  height: clamp(420px, 70svh, 560px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.story-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(0.96);
}

.story-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0 8%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.14));
}

.story-hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px 46px;
  color: #fff;
}

.story-hero-copy .commerce-eyebrow { color: #d8d8d3; }

.story-hero-copy h1 {
  margin: 10px 0 0;
  font-size: clamp(36px, 10vw, 60px);
  font-weight: 560;
  letter-spacing: -0.05em;
  line-height: 1.0;
  text-wrap: balance;
}

.story-body {
  max-width: 680px;
  margin: 0 auto;
  padding: 52px 20px 20px;
  font-size: 17px;
  line-height: 1.75;
  color: #33332f;
}

.story-body h2 {
  margin: 44px 0 12px;
  font-size: clamp(22px, 5.4vw, 28px);
  font-weight: 630;
  letter-spacing: -0.03em;
}

.story-body p { margin: 0 0 19px; }

.story-pull {
  margin: 38px 0;
  padding-left: 20px;
  border-left: 3px solid #141412;
  font-size: clamp(19px, 4.6vw, 23px);
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #141412;
}

.story-values {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin: 34px auto 0;
  padding: 0 20px;
}

@media (min-width: 720px) {
  .story-values { grid-template-columns: 1fr 1fr 1fr; }
}

.story-values article {
  padding: 22px 20px;
  border-radius: 18px;
  background: #f5f5f3;
}

.story-values strong {
  display: block;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.01em;
  margin-bottom: 7px;
}

.story-values p {
  margin: 0;
  color: #5f5f5b;
  font-size: 13.5px;
  line-height: 1.6;
}
