/* ============ Blue Curtain Review ============ */
:root {
  --ink: #1d2433;
  --ink-soft: #4a5568;
  --ink-faint: #8a94a6;
  --paper: #faf9f6;
  --card: #ffffff;
  --blue: #1f3a6e;
  --blue-bright: #2b5cad;
  --rule: #e3e0d8;
  --gold: #c9a227;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--serif);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ---------- Masthead ---------- */
.topbar {
  background: var(--blue);
  color: #cdd9ef;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
}

.masthead {
  text-align: center;
  max-width: none;
  padding: 60px 24px 52px;
  background-image:
    linear-gradient(rgba(10,17,38,0.45), rgba(10,17,38,0.68)),
    url('../images/curtain-banner.png');
  background-size: cover;
  background-position: center 32%;
  border-bottom: 2px solid var(--gold);
}
.masthead h1 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fdfcf8;
  text-shadow: 0 2px 18px rgba(0,0,0,0.45);
}
.masthead h1 a:hover { color: #e7ecf6; }
.masthead .tagline {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c4d0e8;
  margin-top: 8px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

.mainnav {
  border-top: 1px solid var(--ink);
  border-bottom: 3px double var(--ink);
  margin-bottom: 36px;
}
.mainnav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 36px;
  padding: 12px 0;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.mainnav a:hover { color: var(--blue-bright); }

/* ---------- Homepage ---------- */
.section-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: center;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 36px;
}
.hero .kicker, .card .kicker {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.hero h2 { font-size: 38px; line-height: 1.15; margin-bottom: 14px; }
.hero h2 a:hover, .card h3 a:hover { color: var(--blue-bright); }
.hero p.dek { font-size: 18px; color: var(--ink-soft); margin-bottom: 14px; }

.byline {
  font-family: var(--sans);
  font-size: 12.5px;
  color: var(--ink-faint);
}
.byline b { color: var(--ink-soft); font-weight: 600; }

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}
.card { background: var(--card); border: 1px solid var(--rule); }
.card .pad { padding: 18px 20px 22px; }
.card h3 { font-size: 20px; line-height: 1.25; margin-bottom: 10px; }
.card p.dek { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 12px; }

/* thumbnail art */
.thumb {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
}
.hero .thumb { height: 320px; border: 1px solid var(--rule); font-size: 96px; }
img.thumb, img.feature-art { object-fit: cover; width: 100%; }
.t-coffee  { background: linear-gradient(135deg, #3b2f2f, #7a5c45); }
.t-air     { background: linear-gradient(135deg, #2c3e50, #5d7a99); }
.t-desk    { background: linear-gradient(135deg, #355c4a, #7da987); }
.t-vac     { background: linear-gradient(135deg, #41295a, #7e6b8f); }
.t-brew    { background: linear-gradient(135deg, #5d4112, #b08d3e); }
.t-iron    { background: linear-gradient(135deg, #232526, #5c5f63); }
.t-buds    { background: linear-gradient(135deg, #134e5e, #4f9a94); }
.t-blanket { background: linear-gradient(135deg, #4b3869, #8d7ab5); }
.t-bottle  { background: linear-gradient(135deg, #1a5276, #5499c7); }
.t-keys    { background: linear-gradient(135deg, #6d3030, #b06a6a); }

/* ---------- Article page ---------- */
.article { max-width: 720px; margin: 0 auto; }
.article .kicker {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.article h1.headline {
  font-size: 40px;
  line-height: 1.12;
  margin-bottom: 14px;
  color: var(--ink);
}
.article p.dek {
  font-size: 20px;
  line-height: 1.45;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.article .byline { padding-bottom: 18px; border-bottom: 1px solid var(--rule); margin-bottom: 24px; }
.article .feature-art {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 110px;
  border: 1px solid var(--rule);
  margin-bottom: 8px;
}
.article .caption {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-faint);
  margin-bottom: 28px;
}
.article .body p { font-size: 17.5px; margin-bottom: 22px; }
.article .body h2 {
  font-size: 26px;
  margin: 34px 0 14px;
  color: var(--blue);
}
.article .body ul, .article .body ol { margin: 0 0 22px 26px; font-size: 17.5px; }
.article .body li { margin-bottom: 8px; }

.rating-box {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--card);
  border: 1px solid var(--rule);
  border-left: 4px solid var(--gold);
  padding: 18px 22px;
  margin: 0 0 28px;
  font-family: var(--sans);
}
.rating-box .score {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
}
.rating-box .out-of { font-size: 13px; color: var(--ink-faint); }
.rating-box .verdict { font-size: 14.5px; color: var(--ink-soft); }
.rating-box .verdict b { color: var(--ink); }

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--rule);
  background: var(--card);
  margin: 28px 0;
  font-family: var(--sans);
  font-size: 14.5px;
}
.pros-cons > div { padding: 18px 22px; }
.pros-cons .pros { border-right: 1px solid var(--rule); }
.pros-cons h4 {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pros-cons .pros h4 { color: #2e7d4f; }
.pros-cons .cons h4 { color: #b3402e; }
.pros-cons ul { list-style: none; margin: 0; }
.pros-cons li { padding-left: 18px; position: relative; margin-bottom: 8px; line-height: 1.45; }
.pros-cons .pros li::before { content: "+"; position: absolute; left: 0; color: #2e7d4f; font-weight: 700; }
.pros-cons .cons li::before { content: "–"; position: absolute; left: 0; color: #b3402e; font-weight: 700; }

.disclosure {
  font-family: var(--sans);
  font-size: 12.5px;
  color: var(--ink-faint);
  background: #f1efe9;
  border: 1px solid var(--rule);
  padding: 12px 16px;
  margin-bottom: 28px;
}

/* related */
.related { border-top: 3px double var(--ink); margin-top: 48px; padding-top: 24px; }
.related h3 {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 16px;
}
.related ul { list-style: none; }
.related li { margin-bottom: 10px; font-size: 17px; }
.related li a:hover { color: var(--blue-bright); }

/* ---------- Newsletter strip ---------- */
.newsletter {
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 40px 24px;
  margin-bottom: 0;
}
.newsletter h3 { font-size: 26px; margin-bottom: 8px; }
.newsletter p { font-family: var(--sans); font-size: 14px; color: #cdd9ef; margin-bottom: 18px; }
.newsletter form { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.newsletter input {
  font-family: var(--sans);
  font-size: 14px;
  padding: 11px 16px;
  border: none;
  width: 280px;
  max-width: 100%;
}
.newsletter button {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 22px;
  background: var(--gold);
  color: var(--ink);
  border: none;
  cursor: pointer;
}
.newsletter button:hover { background: #dab33a; }

/* ---------- Footer ---------- */
footer {
  background-image:
    linear-gradient(rgba(8,14,32,0.86), rgba(8,14,32,0.92)),
    url('../images/curtain-banner.png');
  background-size: cover;
  background-position: center 40%;
  border-top: 2px solid var(--gold);
  color: #aebbd6;
  font-family: var(--sans);
  font-size: 13px;
  padding: 44px 0;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
footer .brand { font-family: var(--serif); font-size: 22px; color: #fff; margin-bottom: 8px; }
footer ul { list-style: none; }
footer li { margin-bottom: 6px; }
footer a:hover { color: #fff; }
footer .fineprint {
  max-width: 420px;
  font-size: 12px;
  line-height: 1.6;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero .thumb { order: -1; }
  .grid { grid-template-columns: 1fr 1fr; }
  .masthead h1 { font-size: 38px; }
  .mainnav ul { gap: 18px; flex-wrap: wrap; }
  .article h1.headline { font-size: 30px; }
}
@media (max-width: 560px) {
  .grid { grid-template-columns: 1fr; }
  .pros-cons { grid-template-columns: 1fr; }
  .pros-cons .pros { border-right: none; border-bottom: 1px solid var(--rule); }
  .topbar .wrap { justify-content: center; }
}

/* sponsored card on homepage */
.card.sponsored { position: relative; border-color: var(--gold); }
.card.sponsored::before {
  content: "Sponsored";
  position: absolute;
  top: 10px; left: 10px;
  z-index: 1;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  padding: 4px 9px;
  border-radius: 3px;
}
.card.sponsored .ad-kicker { color: #8a7a4a; }

/* ============ Advertorial ============ */
.ad-banner {
  background: #efe9da;
  border-bottom: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8a7a4a;
  text-align: center;
  padding: 7px 0;
}
.advertorial { max-width: 720px; margin: 0 auto; }
.advertorial .partner {
  font-family: var(--sans);
  font-size: 12.5px;
  color: var(--ink-faint);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 24px;
}
.advertorial .partner b { color: var(--ink-soft); font-weight: 600; }
.advertorial h1.headline { font-size: 42px; line-height: 1.1; margin-bottom: 14px; }
.advertorial p.dek { font-size: 21px; color: var(--ink-soft); margin-bottom: 24px; }

.advertorial .body p { font-size: 18px; margin-bottom: 22px; }
.advertorial .body p.lead { font-size: 21px; color: var(--ink); }
.advertorial .body h2 { font-size: 27px; color: var(--blue); margin: 38px 0 16px; }
.advertorial .body .pull {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  color: var(--blue);
  border-left: 4px solid var(--gold);
  padding: 4px 0 4px 22px;
  margin: 0 0 22px;
}

/* figures + placeholders */
.ad-figure { margin: 8px 0 28px; }
.ad-figure img { width: 100%; border: 1px solid var(--rule); }
.ad-figure figcaption {
  font-family: var(--sans);
  font-size: 12.5px;
  color: var(--ink-faint);
  margin-top: 8px;
  text-align: center;
}
.img-placeholder {
  border: 2px dashed #b9b09a;
  background: repeating-linear-gradient(45deg, #f6f3ea, #f6f3ea 12px, #f1ede1 12px, #f1ede1 24px);
  padding: 40px 28px;
  text-align: center;
  margin: 8px 0 28px;
  font-family: var(--sans);
}
.img-placeholder .ph-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: #b9926a;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.img-placeholder .ph-desc { font-size: 14px; color: var(--ink-soft); line-height: 1.5; max-width: 460px; margin: 0 auto; }

/* guarantee badge */
.guarantee {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fbf6ea;
  border: 1px solid var(--gold);
  border-radius: 6px;
  padding: 20px 24px;
  margin: 8px 0 28px;
}
.guarantee svg { flex-shrink: 0; }
.guarantee .g-text { font-family: var(--sans); }
.guarantee .g-text b { display: block; font-size: 16px; color: var(--ink); margin-bottom: 3px; }
.guarantee .g-text span { font-size: 14px; color: var(--ink-soft); }

/* pricing */
.price-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 8px 0 28px;
}
.price-card {
  position: relative;
  border: 1px solid var(--rule);
  background: var(--card);
  padding: 26px 22px 24px;
  text-align: center;
  font-family: var(--sans);
}
.price-card.featured { border: 2px solid var(--gold); }
.price-card .ribbon {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--ink);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
  white-space: nowrap;
}
.price-card .name { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.price-card .price { font-family: var(--serif); font-size: 38px; font-weight: 700; color: var(--ink); line-height: 1; margin-bottom: 10px; }
.price-card .desc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }

/* CTA */
.cta-wrap { text-align: center; margin: 32px 0 8px; }
.cta-button {
  display: inline-block;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink);
  background: var(--gold);
  padding: 16px 40px;
  border-radius: 4px;
  transition: background 0.15s;
}
.cta-button:hover { background: #dab33a; }
.cta-sub { font-family: var(--sans); font-size: 12.5px; color: var(--ink-faint); margin-top: 12px; }

.ad-disclosure {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-faint);
  background: #f1efe9;
  border: 1px solid var(--rule);
  padding: 12px 16px;
  margin-top: 36px;
  line-height: 1.6;
}

@media (max-width: 560px) {
  .advertorial h1.headline { font-size: 31px; }
  .price-cards { grid-template-columns: 1fr; }
  .guarantee { flex-direction: column; text-align: center; }
}
