/**
 * Pages stylesheet - Static page templates styling
 * Applying "Quiet Elegance" design language documented in CLAUDE.md
 *
 * @package Hertwill Handbags
 */

/* ====================
   Page Structure
   ==================== */

.hh-page-content {
  padding-block: var(--hh-spacing-xl);
  min-height: 50vh;
}

@media (min-width: 1024px) {
  .hh-page-content {
    padding-block: var(--hh-spacing-xxl);
  }
}

.hh-content-area {
  padding-block: var(--hh-spacing-xl);
}

.hh-article__title {
  font-family: var(--hh-font-heading);
  font-size: clamp(1.6rem, 2vw + 1rem, 2.25rem);  /* h3 size from design language */
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 var(--hh-spacing-sm);
  color: var(--hh-color-charcoal-deep);
}

.hh-article__content {
  max-width: 720px;
  margin: 0 auto;
}

/* ====================
   Page Hero Section
   Unified design for all pages (commerce + static)
   Full width, no background, less prominent sizing
   ==================== */

.hh-page-hero {
  width: 100%;
  text-align: center;
  padding-top: clamp(1.75rem, 4.5vw, 3rem);
  padding-bottom: clamp(1.15rem, 3.5vw, 2.5rem);
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.hh-page-hero__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--hh-color-gold);
  margin: 0 0 clamp(0.5rem, 1.5vw, 0.75rem);
  font-weight: 600;
}

.hh-page-hero__title {
  font-family: var(--hh-font-heading);
  font-size: clamp(2rem, 3vw + 0.5rem, 2.75rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 clamp(0.75rem, 2vw, 1rem);
  color: var(--hh-color-charcoal-deep);
}

.hh-page-hero__lead {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(42, 39, 37, 0.75);
  line-height: 1.7;
  font-size: clamp(0.95rem, 1.5vw, 1.0625rem);
  font-weight: 400;
}

.hh-page-hero--overlay {
  background-image: linear-gradient(
      135deg,
      rgba(31, 26, 23, 0.45),
      rgba(197, 169, 110, 0.25)
    ),
    var(--hh-page-hero-image, none);
  background-size: cover;
  background-position: center;
  color: var(--hh-color-white);
  border-radius: clamp(0.75rem, 2vw, 1.25rem);
  box-shadow: var(--hh-shadow-soft);
}

.hh-page-hero--overlay .hh-page-hero__title,
.hh-page-hero--overlay .hh-page-hero__lead,
.hh-page-hero--overlay .hh-page-hero__eyebrow {
  color: var(--hh-color-white);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

@media (max-width: 480px) {
  .hh-page-hero {
    padding-top: 1.35rem;
    padding-bottom: 0.9rem;
  }

  .hh-page-hero__title {
    font-size: clamp(1.65rem, 6vw, 1.95rem);
  }

  .hh-page-hero__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }
}

.hh-page-body {
  max-width: 900px;
  margin: 0 auto;
  background: var(--hh-color-white);
  border-radius: var(--hh-radius-lg);
  padding: var(--hh-spacing-lg);
  box-shadow: var(--hh-shadow-soft);
}

.hh-content-card {
  background: var(--hh-color-white);
  border-radius: var(--hh-radius-lg);
  box-shadow: var(--hh-shadow-soft);
  padding: var(--hh-spacing-lg);
}

@media (min-width: 1024px) {
  .hh-page-body {
    padding: var(--hh-spacing-xl);
  }
}

/* ====================
   Typography
   ==================== */

.hh-page-body h2 {
  font-family: var(--hh-font-heading);
  font-size: clamp(1.6rem, 2vw + 1rem, 2.25rem);  /* h3 from design language */
  font-weight: 500;
  margin: var(--hh-spacing-lg) 0 var(--hh-spacing-sm);
  letter-spacing: -0.01em;
  color: var(--hh-color-charcoal-deep);
  line-height: 1.15;
}

.hh-page-body h2:first-child {
  margin-top: 0;
}

.hh-page-body h3 {
  font-family: var(--hh-font-heading);
  font-size: clamp(1.3rem, 1.5vw + 0.5rem, 1.75rem);  /* h4 from design language */
  font-weight: 500;
  margin: var(--hh-spacing-md) 0 var(--hh-spacing-xs);
  letter-spacing: -0.01em;
  color: var(--hh-color-gold);  /* Gold for emphasis */
  line-height: 1.15;
}

.hh-page-body p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
  color: rgba(42, 39, 37, 0.78);  /* Body text from design language */
}

.hh-lead {
  font-size: clamp(1.05rem, 1.5vw + 0.5rem, 1.2rem);
  line-height: 1.7;
  font-weight: 400;
  color: rgba(42, 39, 37, 0.78);
  margin-bottom: var(--hh-spacing-md);
  text-align: center;
}

/* ====================
   Sections
   ==================== */

.hh-section {
  margin-bottom: var(--hh-spacing-xl);
}

@media (min-width: 768px) {
  .hh-section {
    margin-bottom: calc(var(--hh-spacing-xl) + var(--hh-spacing-md));
  }
}

.hh-about-intro,
.hh-contact-methods {
  margin-bottom: var(--hh-spacing-xl);
}

@media (min-width: 768px) {
  .hh-about-intro,
  .hh-contact-methods {
    margin-bottom: calc(var(--hh-spacing-xl) + var(--hh-spacing-md));
  }
}

/* ====================
   Lists
   ==================== */

.hh-list {
  list-style: none;
  padding: 0;
  margin: var(--hh-spacing-md) 0;
}

.hh-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.7;  /* Match design language body line-height */
  color: rgba(42, 39, 37, 0.78);  /* Body text color */
}

.hh-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--hh-color-gold);
  font-weight: 600;
}

/* ====================
   Value Cards (About Page)
   ==================== */

.hh-values-grid {
  display: grid;
  gap: var(--hh-spacing-md);
  margin: var(--hh-spacing-md) 0;
}

@media (min-width: 640px) {
  .hh-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hh-value-card {
  padding: 1.75rem;
  background: var(--hh-color-white);
  border: 1px solid rgba(31, 26, 23, 0.08);
  border-radius: var(--hh-radius-lg);  /* Design language border radius */
  transition: box-shadow var(--hh-transition-base), transform var(--hh-transition-base);
}

.hh-value-card:hover {
  border-color: rgba(197, 169, 110, 0.3);
  box-shadow: var(--hh-shadow-hover);  /* Design language shadow */
  transform: translateY(-2px);
}

.hh-value-card h3 {
  margin-top: 0;
  color: var(--hh-color-charcoal);
  font-size: clamp(1.1rem, 1.2vw + 0.5rem, 1.25rem);  /* Slightly smaller than h5 */
  font-weight: 500;  /* Match design language heading weight */
  letter-spacing: -0.01em;  /* Match design language */
}

.hh-value-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.7;  /* Match design language body line-height */
  color: rgba(42, 39, 37, 0.78);  /* Body text color */
}

/* ====================
   Contact Cards
   ==================== */

.hh-contact-grid {
  display: grid;
  gap: var(--hh-spacing-md);
  margin: var(--hh-spacing-md) 0;
}

@media (min-width: 768px) {
  .hh-contact-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--hh-spacing-lg);
  }
}

.hh-contact-card {
  padding: var(--hh-spacing-md) var(--hh-spacing-md);
  background: var(--hh-color-white);
  border: 1px solid rgba(31, 26, 23, 0.08);
  border-radius: var(--hh-radius-lg);
  text-align: center;
  transition: box-shadow var(--hh-transition-base), transform var(--hh-transition-base);
}

.hh-contact-card:hover {
  border-color: rgba(197, 169, 110, 0.3);
  box-shadow: var(--hh-shadow-hover);
  transform: translateY(-2px);
}

.hh-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto var(--hh-spacing-sm);
  background: linear-gradient(135deg, rgba(197, 169, 110, 0.1), rgba(197, 169, 110, 0.05));
  border-radius: 50%;
  color: var(--hh-color-gold);
}

.hh-contact-card h3 {
  font-size: clamp(1.1rem, 1.2vw + 0.5rem, 1.25rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 0.75rem;
  color: var(--hh-color-charcoal);
}

.hh-contact-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
  color: rgba(31, 26, 23, 0.7);
}

.hh-contact-link {
  display: inline-block;
  color: var(--hh-color-gold);
  font-weight: 600;
  text-decoration: none;
  margin-top: var(--hh-spacing-xs);
  transition: color var(--hh-transition-fast);
}

.hh-contact-link:hover {
  color: var(--hh-color-charcoal);
  text-decoration: underline;
}

.hh-contact-note {
  font-size: 0.85rem;
  color: rgba(31, 26, 23, 0.6);
  font-style: italic;
  margin-top: var(--hh-spacing-xs);
}

/* ====================
   FAQ Items
   ==================== */

.hh-faq-list {
  margin: var(--hh-spacing-md) 0;
}

.hh-faq-item {
  padding: var(--hh-spacing-md);
  margin-bottom: var(--hh-spacing-sm);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(31, 26, 23, 0.06);
  border-radius: var(--hh-radius-md);  /* Design language border radius */
  transition: all var(--hh-transition-fast);
}

.hh-faq-item:hover {
  border-color: rgba(197, 169, 110, 0.2);
  background: rgba(255, 255, 255, 0.8);
}

.hh-faq-item h3 {
  font-size: clamp(1rem, 1.2vw + 0.5rem, 1.15rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 0.75rem;
  color: var(--hh-color-charcoal);
}

.hh-faq-item p {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(42, 39, 37, 0.78);
}

.hh-faq-item a {
  color: var(--hh-color-gold);
  font-weight: 600;
  text-decoration: none;
}

.hh-faq-item a:hover {
  text-decoration: underline;
}

/* ====================
   Shipping/Returns Grids
   ==================== */

.hh-shipping-grid,
.hh-returns-grid {
  display: grid;
  gap: var(--hh-spacing-md);
  margin: var(--hh-spacing-md) 0;
}

@media (min-width: 768px) {
  .hh-shipping-grid,
  .hh-returns-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--hh-spacing-lg);
  }
}

.hh-shipping-card,
.hh-returns-card {
  padding: 1.75rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(31, 26, 23, 0.08);
  border-radius: var(--hh-radius-lg);
}

.hh-shipping-card h3,
.hh-returns-card h3 {
  margin-top: 0;
  font-size: clamp(1.1rem, 1.2vw + 0.5rem, 1.25rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--hh-color-charcoal);
}

.hh-shipping-card p,
.hh-returns-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(42, 39, 37, 0.78);
}

.hh-shipping-card ul,
.hh-returns-card ul {
  list-style: none;
  padding: 0;
  margin: var(--hh-spacing-sm) 0;
}

.hh-shipping-card ul li,
.hh-returns-card ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: var(--hh-spacing-xs);
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(42, 39, 37, 0.78);
}

.hh-shipping-card ul li::before,
.hh-returns-card ul li::before {
  content: '•';
  position: absolute;
  left: 0.5rem;
  color: var(--hh-color-gold);
  font-weight: 600;
}

/* ====================
   Tables (Shipping/Policy Pages)
   ==================== */

.hh-table-wrapper {
  overflow-x: auto;
  margin: var(--hh-spacing-md) 0;
  border-radius: var(--hh-radius-md);
  border: 1px solid rgba(31, 26, 23, 0.08);
}

.hh-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.6);
}

.hh-table thead {
  background: linear-gradient(135deg, rgba(197, 169, 110, 0.08), rgba(197, 169, 110, 0.04));
}

.hh-table th {
  padding: var(--hh-spacing-sm);
  text-align: left;
  font-family: var(--hh-font-heading);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--hh-color-charcoal);
  border-bottom: 2px solid rgba(31, 26, 23, 0.1);
}

.hh-table td {
  padding: var(--hh-spacing-sm);
  border-bottom: 1px solid rgba(31, 26, 23, 0.06);
  color: rgba(31, 26, 23, 0.85);
  line-height: 1.7;
}

.hh-table tbody tr:last-child td {
  border-bottom: none;
}

.hh-table tbody tr:hover {
  background: rgba(197, 169, 110, 0.03);
}

/* ====================
   Notice Boxes
   ==================== */

.hh-notice {
  padding: 1.25rem var(--hh-spacing-md);
  margin: var(--hh-spacing-md) 0;
  background: rgba(197, 169, 110, 0.08);
  border-left: 4px solid var(--hh-color-gold);
  border-radius: var(--hh-radius-sm);
}

.hh-notice p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(42, 39, 37, 0.78);
}

.hh-notice.hh-notice--info {
  background: rgba(59, 130, 246, 0.08);
  border-left-color: var(--hh-color-alert-info);
}

.hh-notice.hh-notice--warning {
  background: rgba(245, 158, 11, 0.08);
  border-left-color: var(--hh-color-alert-warning);
}

.hh-notice.hh-notice--success {
  background: color-mix(in srgb, var(--hh-color-alert-success) 12%, transparent);
  border-left-color: var(--hh-color-alert-success);
}

/* ====================
   CTA Section
   ==================== */

.hh-cta-section {
  text-align: center;
  padding: var(--hh-spacing-xl) var(--hh-spacing-md);
  margin: var(--hh-spacing-xl) 0 var(--hh-spacing-lg);
  background: linear-gradient(135deg, rgba(197, 169, 110, 0.06), rgba(197, 169, 110, 0.02));
  border-radius: var(--hh-radius-lg);
  border: 1px solid rgba(197, 169, 110, 0.15);
}

@media (min-width: 768px) {
  .hh-cta-section {
    padding: calc(var(--hh-spacing-xl) + var(--hh-spacing-sm)) var(--hh-spacing-lg);
    margin: calc(var(--hh-spacing-xxl) + var(--hh-spacing-md)) 0 var(--hh-spacing-xl);
  }
}

.hh-cta-section h2 {
  font-family: var(--hh-font-heading);
  font-size: clamp(1.75rem, 3.5vw + 0.25rem, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0 0 var(--hh-spacing-sm);
  color: var(--hh-color-charcoal-deep);
}

.hh-cta-section p {
  font-size: clamp(1rem, 2vw + 0.25rem, 1.15rem);
  max-width: 560px;
  margin: 0 auto 1.75rem;
  color: rgba(31, 26, 23, 0.7);
  line-height: 1.7;
}

/* ====================
   Buttons
   ==================== */

.hh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid var(--hh-color-charcoal);
  border-radius: var(--hh-radius-full);  /* Design language: 999px */
  background: var(--hh-color-charcoal);
  color: var(--hh-color-ivory);
  transition: all var(--hh-transition-slow);  /* Design language: 0.4s cubic-bezier */
  cursor: pointer;
  letter-spacing: 0.02em;
}

.hh-button:hover {
  background: transparent;
  color: var(--hh-color-charcoal);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(31, 26, 23, 0.15);
}

.hh-button--ghost {
  background: transparent;
  color: var(--hh-color-charcoal-deep);
  border-color: rgba(42, 39, 37, 0.32);
  box-shadow: none;
}

.hh-button--ghost:hover {
  background: var(--hh-color-pearl);
  color: var(--hh-color-charcoal-deep);
  border-color: var(--hh-color-pearl);
}

.hh-button--gold {
  background: var(--hh-color-gold);
  border-color: var(--hh-color-gold);
  color: #fff;
}

.hh-button--gold:hover {
  background: transparent;
  color: var(--hh-color-gold);
  border-color: var(--hh-color-gold);
}

/* ====================
   Privacy & Terms Sections
   ==================== */

.hh-privacy-section,
.hh-terms-section {
  margin-bottom: var(--hh-spacing-lg);
}

@media (min-width: 768px) {
  .hh-privacy-section,
  .hh-terms-section {
    margin-bottom: calc(var(--hh-spacing-xl) + var(--hh-spacing-sm));
  }
}

.hh-privacy-section h2,
.hh-terms-section h2 {
  font-size: clamp(1.35rem, 2.5vw + 0.25rem, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: var(--hh-spacing-sm);
  color: var(--hh-color-charcoal-deep);
}

.hh-privacy-section h3,
.hh-terms-section h3 {
  font-size: clamp(1.1rem, 1.2vw + 0.5rem, 1.25rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: var(--hh-spacing-md) 0 0.75rem;
  color: var(--hh-color-gold);  /* Gold for emphasis */
}

.hh-privacy-section ul,
.hh-terms-section ul {
  list-style: disc;
  padding-left: 1.75rem;
  margin: var(--hh-spacing-sm) 0;
}

.hh-privacy-section ul li,
.hh-terms-section ul li {
  margin-bottom: var(--hh-spacing-xs);
  line-height: 1.7;
  color: rgba(42, 39, 37, 0.78);
}

.hh-privacy-section ol,
.hh-terms-section ol {
  list-style: decimal;
  padding-left: 1.75rem;
  margin: var(--hh-spacing-sm) 0;
}

.hh-privacy-section ol li,
.hh-terms-section ol li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
  color: rgba(42, 39, 37, 0.78);
}

/* ====================
   Responsive Adjustments
   ==================== */

@media (max-width: 768px) {
  .hh-page-content {
    padding-block: var(--hh-spacing-md);
  }

  .hh-values-grid,
  .hh-contact-grid,
  .hh-shipping-grid,
  .hh-returns-grid {
    gap: var(--hh-spacing-sm);
  }

  .hh-value-card,
  .hh-contact-card,
  .hh-shipping-card,
  .hh-returns-card {
    padding: var(--hh-spacing-md);
  }

  .hh-table {
    font-size: 0.85rem;
  }

  .hh-table th,
  .hh-table td {
    padding: 0.75rem;
  }
}

/* ====================
   Accessibility
   ==================== */

@media (prefers-reduced-motion: reduce) {
  .hh-value-card,
  .hh-contact-card,
  .hh-faq-item,
  .hh-button {
    transition: none;
  }

  .hh-value-card:hover,
  .hh-contact-card:hover,
  .hh-button:hover {
    transform: none;
  }
}

/* Focus styles for keyboard navigation */
.hh-button:focus-visible,
.hh-contact-link:focus-visible,
.hh-faq-item a:focus-visible {
  outline: 3px solid var(--hh-color-gold);
  outline-offset: 3px;
}

/* ====================
   Contact Form
   ==================== */

.hh-contact-form-section {
  margin-top: var(--hh-spacing-xl);
  padding: var(--hh-spacing-lg);
  background: var(--hh-color-white);
  border-radius: var(--hh-radius-lg);
  border: 1px solid rgba(213, 195, 179, 0.3);
  box-shadow: var(--hh-shadow-soft);
}

.hh-contact-form-section h2 {
  font-family: var(--hh-font-heading);
  font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--hh-color-charcoal-deep);
  margin-bottom: 0.5rem;
}

.hh-contact-form-section > p {
  color: rgba(42, 39, 37, 0.72);
  margin-bottom: var(--hh-spacing-md);
  line-height: 1.7;
}

.hh-contact-form {
  margin-top: var(--hh-spacing-md);
}

.hh-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--hh-spacing-md);
  margin-bottom: var(--hh-spacing-md);
}

@media (min-width: 640px) {
  .hh-form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.hh-form-field {
  margin-bottom: var(--hh-spacing-md);
}

.hh-form-field--hidden {
  display: none;
}

.hh-form-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--hh-color-charcoal-deep);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}

.hh-form-field label .required {
  color: var(--hh-color-gold);
}

.hh-form-field input[type="text"],
.hh-form-field input[type="email"],
.hh-form-field textarea {
  width: 100%;
  padding: 0.875rem 1.25rem;
  font-size: 0.95rem;
  font-family: var(--hh-font-body);
  color: var(--hh-color-charcoal);
  background: var(--hh-color-white);
  border: 1.5px solid rgba(213, 195, 179, 0.4);
  border-radius: var(--hh-radius-sm);
  transition: all 0.3s ease;
}

.hh-form-field textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

.hh-form-field input:focus,
.hh-form-field textarea:focus {
  outline: none;
  border-color: var(--hh-color-gold);
  box-shadow: 0 0 0 3px rgba(197, 169, 110, 0.15);
}

.hh-form-field input::placeholder,
.hh-form-field textarea::placeholder {
  color: rgba(42, 39, 37, 0.45);
}

.hh-form-actions {
  margin-top: var(--hh-spacing-md);
}

/* Success/Error notices in contact form */
.hh-contact-form-section .hh-notice {
  margin-bottom: var(--hh-spacing-md);
  /* Override global toast styles */
  position: static;
  transform: none;
  animation: none;
  max-width: 100%;
  left: auto;
  bottom: auto;
  box-shadow: none;
  z-index: auto;
}

.hh-contact-form-section .hh-notice ul {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
}

.hh-contact-form-section .hh-notice li {
  margin: 0.25rem 0;
}

.hh-notice.hh-notice--error {
  background: rgba(217, 83, 79, 0.08);
  border-left-color: var(--hh-color-alert-error);
}

/* Newsletter confirmation/message styling */
.hh-page-body > p:first-child:last-child,
.hh-page-body > .tnp > p:first-child {
  max-width: 680px;
  margin: 0 auto var(--hh-spacing-lg);
  padding: var(--hh-spacing-md);
  background: rgba(197, 169, 110, 0.08);
  border: 1.5px solid rgba(197, 169, 110, 0.25);
  border-left: 4px solid var(--hh-color-gold);
  border-radius: var(--hh-radius-sm);
  color: var(--hh-color-charcoal-deep);
  font-size: 1rem;
  line-height: 1.6;
}

/* Newsletter plugin overrides
   ==================== */

.hh-newsletter-form {
  max-width: 540px;
  margin: 0 auto var(--hh-spacing-xl);
}

.hh-newsletter-form .tnp-subscription,
.hh-newsletter-form .tnp-profile {
  margin: 0;
}

.hh-newsletter-form .tnp-field {
  margin-bottom: var(--hh-spacing-md);
}

.hh-newsletter-form label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--hh-color-charcoal-deep);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}

.hh-newsletter-form input[type='text'],
.hh-newsletter-form input[type='email'],
.hh-newsletter-form select,
.hh-newsletter-form textarea {
  width: 100%;
  padding: 0.875rem 1.25rem;
  font-size: 0.95rem;
  border-radius: var(--hh-radius-sm);
  border: 1.5px solid rgba(213, 195, 179, 0.4);
  background: var(--hh-color-white);
  color: var(--hh-color-charcoal);
  transition: all 0.25s ease;
}

.hh-newsletter-form input:focus,
.hh-newsletter-form textarea:focus,
.hh-newsletter-form select:focus {
  outline: none;
  border-color: var(--hh-color-gold);
  box-shadow: 0 0 0 3px rgba(197, 169, 110, 0.15);
}

/* Newsletter form buttons - target both wrapped and unwrapped forms */
.hh-newsletter-form .tnp-submit,
.hh-newsletter-form button[type='submit'],
.hh-page-body .tnp-submit,
.hh-page-body button[type='submit'] {
  margin-top: var(--hh-spacing-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.875rem 2.5rem;
  border-radius: var(--hh-radius-full) !important;
  background: var(--hh-color-charcoal-deep);
  color: var(--hh-color-ivory);
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--hh-transition-fast);
}

.hh-newsletter-form .tnp-field-button .tnp-submit,
.hh-page-body .tnp-field-button .tnp-submit,
.hh-footer-newsletter .tnp-field-button .tnp-submit {
  border-radius: var(--hh-radius-full) !important;
}

.hh-newsletter-form .tnp-submit:hover,
.hh-newsletter-form button[type='submit']:hover,
.hh-page-body .tnp-submit:hover,
.hh-page-body button[type='submit']:hover {
  background: transparent;
  color: var(--hh-color-charcoal-deep);
  border: 1.5px solid rgba(31, 26, 23, 0.24);
}

.hh-newsletter-form .tnp-field-privacy,
.hh-newsletter-form .tnp-privacy-field {
  font-size: 0.85rem;
  color: rgba(42, 39, 37, 0.7);
}

.hh-newsletter-message {
  margin-bottom: var(--hh-spacing-md);
}

.tnp-profile .tnp-row::after {
  content: '';
  display: table;
}

@media (prefers-reduced-motion: reduce) {
  .hh-form-field input,
  .hh-form-field textarea {
    transition: none;
  }
}
