/* vinylegisesecads.space design system */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Georgia', 'Times New Roman', serif;
  background-color: #faf9f6;
  color: #2c2c2c;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #4a5e4a;
}

a:hover {
  color: #3a4a3a;
}

/* Top bar */
.top-bar {
  background-color: #4a5e4a;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
}

/* Nav row — removed */

/* Header / Masthead */
.masthead {
  border-bottom: 3px solid #2c2c2c;
  padding: 20px 20px 16px;
  text-align: center;
}

.masthead .label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 6px;
}

.masthead .site-name {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #555;
}

/* Article container */
.article-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.main-content.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

/* Category tag */
.category {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4a5e4a;
  font-weight: 700;
  margin-bottom: 18px;
  display: inline-block;
  border-bottom: 2px solid #4a5e4a;
  padding-bottom: 2px;
}

/* Headline */
h1.headline {
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  color: #1a1a1a;
}

.legal-page h1.headline {
  font-size: clamp(26px, 4vw, 36px);
}

/* Deck / subhead */
.deck {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #444;
  margin-bottom: 28px;
  border-left: 4px solid #c9b99a;
  padding-left: 18px;
}

/* Byline */
.byline {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: #888;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.byline strong {
  color: #2c2c2c;
}

.legal-page .updated {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: #888;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

/* Hero image */
.hero-img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  margin-bottom: 12px;
}

/* Body text */
p {
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 22px;
  color: #2c2c2c;
}

/* Section headings in article */
.content-block {
  margin: 44px 0 0;
}

.content-block h2 {
  font-size: clamp(22px, 3.5vw, 28px);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  color: #1a1a1a;
  padding-top: 8px;
  border-top: 1px solid #ddd;
}

/* Pull quote / connector */
.pull-quote,
.connector {
  border-top: 3px solid #2c2c2c;
  border-bottom: 1px solid #ddd;
  margin: 40px 0;
  padding: 24px 0;
  font-size: clamp(20px, 3.5vw, 26px);
  line-height: 1.4;
  font-style: italic;
  color: #1a1a1a;
}

.connector p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
  font-style: italic;
}

/* Inline image */
.inline-img-wrap {
  margin: 32px 0 36px;
}

.inline-img-wrap img,
.block-image {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
}

.img-caption {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
  font-style: italic;
  line-height: 1.5;
}

/* Citations */
.citation {
  display: block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  color: #888;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1.55;
  font-style: normal;
}

.citation a {
  color: #4a5e4a;
  word-break: break-all;
}

/* Info box */
.info-box {
  background-color: #f0ece2;
  border-radius: 6px;
  padding: 28px 32px;
  margin: 40px 0;
}

.info-box h3 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4a5e4a;
  margin-bottom: 14px;
  font-weight: 700;
}

.info-box ul {
  list-style: none;
  padding: 0;
}

.info-box ul li {
  font-size: 16px;
  line-height: 1.7;
  padding: 6px 0 6px 22px;
  position: relative;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.info-box ul li:last-child { border-bottom: none; }

.info-box ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4a5e4a;
  font-weight: 700;
}

.info-box p {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  margin-bottom: 12px;
}

.info-box p:last-child {
  margin-bottom: 0;
}

/* Reviews block */
.reviews {
  margin: 40px 0;
}

.reviews h3 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 20px;
}

.review-card {
  border-left: 3px solid #c9b99a;
  padding: 14px 18px;
  margin-bottom: 18px;
  background: #fff;
  border-radius: 0 4px 4px 0;
}

.review-card .stars {
  color: #d4a843;
  font-size: 14px;
  margin-bottom: 6px;
}

.review-card p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 8px;
  font-style: italic;
  color: #444;
}

.review-card .reviewer {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  color: #999;
}

/* CTA section */
.cta-section {
  background-color: #4a5e4a;
  color: #fff;
  border-radius: 8px;
  padding: 40px 36px;
  text-align: center;
  margin: 50px 0 20px;
}

.cta-section h2 {
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1.3;
  margin-bottom: 14px;
  font-weight: 700;
  color: #fff;
  border: none;
  padding: 0;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 1.65;
}

.cta-btn {
  display: inline-block;
  background: #fff;
  color: #4a5e4a;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.cta-btn:hover {
  background: #c9b99a;
  color: #fff;
}

.cta-price {
  margin-top: 16px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

/* Legal page extras */
.legal-page h2 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4a5e4a;
  font-weight: 700;
  margin: 32px 0 12px;
}

.legal-page ul {
  padding-left: 24px;
  margin-bottom: 16px;
}

.legal-page li {
  font-size: 17px;
  margin-bottom: 8px;
}

.contact-grid {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.contact-item {
  background: #fff;
  border-left: 3px solid #c9b99a;
  padding: 16px 18px;
  border-radius: 0 4px 4px 0;
}

.contact-item strong {
  display: block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 4px;
}

.contact-item {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  color: #333;
}

/* Footer */
.site-footer {
  background-color: #1a1a1a;
  color: #ccc;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  padding: 48px 24px 32px;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 0;
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
}

.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #444;
  list-style: none;
  padding-left: 0;
}

.site-footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.site-footer .footer-links a:hover {
  text-decoration: underline;
  color: #fff;
}

.site-footer .footer-legal {
  margin-bottom: 24px;
}

.site-footer .footer-legal p {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.7;
  color: #ccc;
}

.site-footer .footer-legal strong {
  color: #fff;
}

.site-footer .footer-legal a {
  color: #ccc;
}

.site-footer .footer-legal a:hover {
  color: #fff;
}

.footer-disclosures {
  font-size: 12px;
  color: #999;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #444;
}

.footer-disclosures p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.65;
  color: #999;
  margin-bottom: 12px;
}

.footer-disclosures p:last-child {
  margin-bottom: 0;
}

.footer-disclosures strong {
  color: #bbb;
}

.footer-copyright {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-top: 24px;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 680px) {
  .article-wrap,
  .main-content.legal-page { padding: 32px 18px 60px; }
  .cta-section { padding: 30px 22px; }
  .info-box { padding: 22px 20px; }
}
