/* ============================================
   JEWELLERIX — Inner Pages
   ============================================ */

/* Inner page header offset */
.site-header--inner {
  position: relative;
  top: 0;
  background: rgba(43, 6, 10, 0.97);
  border-bottom: 1px solid rgba(200, 155, 74, 0.15);
}

.site-header--inner.scrolled {
  position: fixed;
  top: 0;
}

.jewellerix-inner .hero {
  display: none;
}

.inner-page {
  background: var(--burgundy);
  min-height: 60vh;
}

.inner-hero {
  text-align: center;
  padding: 8rem clamp(1.5rem, 5vw, 4rem) 3rem;
  background: linear-gradient(180deg, var(--wine) 0%, var(--burgundy) 100%);
  border-bottom: 1px solid rgba(200, 155, 74, 0.15);
}

.inner-hero--compact {
  padding: 8rem clamp(1.5rem, 5vw, 4rem) 2rem;
}

.inner-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.inner-hero-desc {
  font-size: 0.95rem;
  color: rgba(245, 240, 234, 0.65);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
}

/* Social icon groups */
.announcement-social,
.footer-brand-icons,
.footer-social-icons,
.contact-social,
.about-social,
.article-social {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.footer-brand-social {
  margin-top: 1.25rem;
}

.contact-social a,
.about-social a,
.article-social a,
.footer-brand-icons a,
.footer-social-icons a {
  color: var(--gold);
  transition: var(--transition);
  display: flex;
}

.contact-social a:hover,
.about-social a:hover,
.article-social a:hover {
  color: var(--gold-light);
  transform: scale(1.1);
}

.contact-social svg,
.about-social svg,
.article-social svg {
  width: 22px;
  height: 22px;
}

/* Contact page */
.contact-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-row label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.form-row label span {
  color: rgba(245, 240, 234, 0.5);
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  background: rgba(58, 10, 15, 0.6);
  border: 1px solid rgba(200, 155, 74, 0.25);
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  outline: none;
  transition: var(--transition);
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--gold);
  background: rgba(58, 10, 15, 0.85);
}

.form-row select {
  cursor: pointer;
}

.form-row textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-card {
  padding: 1.5rem;
  border: 1px solid rgba(200, 155, 74, 0.2);
  background: rgba(58, 10, 15, 0.4);
}

.contact-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.contact-card p {
  font-size: 0.9rem;
  color: rgba(245, 240, 234, 0.7);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.contact-card a {
  color: var(--gold-light);
  transition: var(--transition);
}

.contact-card a:hover {
  color: var(--cream);
}

.contact-note {
  font-size: 0.8rem !important;
  opacity: 0.55;
}

.contact-notice {
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  border: 1px solid;
}

.contact-notice--success {
  background: rgba(200, 155, 74, 0.1);
  border-color: var(--gold);
  color: var(--gold-light);
}

.contact-notice--error {
  background: rgba(180, 40, 40, 0.15);
  border-color: rgba(220, 80, 80, 0.5);
  color: #f0a0a0;
}

/* About page */
.about-content {
  max-width: 1100px;
  margin: 0 auto;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
}

.about-text h2 {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.about-text p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(245, 240, 234, 0.75);
  margin-bottom: 1rem;
  font-weight: 300;
}

.about-stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stat-box {
  padding: 1.5rem;
  border: 1px solid rgba(200, 155, 74, 0.2);
  text-align: center;
  background: rgba(58, 10, 15, 0.4);
}

.stat-number {
  display: block;
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 240, 234, 0.5);
}

.about-values {
  margin-bottom: 4rem;
}

.about-values .trust-item {
  background: rgba(58, 10, 15, 0.3);
  border: 1px solid rgba(200, 155, 74, 0.1);
}

.about-values .trust-item h3 {
  color: var(--cream);
}

.about-values .trust-item p {
  color: rgba(245, 240, 234, 0.55);
}

.about-cta {
  text-align: center;
  padding: 3rem 2rem;
  border: 1px solid rgba(200, 155, 74, 0.2);
  background: rgba(58, 10, 15, 0.4);
}

.about-cta h2 {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  color: var(--cream);
  margin-bottom: 0.75rem;
}

.about-cta p {
  color: rgba(245, 240, 234, 0.65);
  margin-bottom: 1.5rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.about-cta .about-social {
  justify-content: center;
}

/* Hub page */
.hub-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.hub-card {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(200, 155, 74, 0.2);
  background: rgba(58, 10, 15, 0.5);
  transition: var(--transition);
  min-height: 180px;
}

.hub-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.hub-card-number {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--gold);
  opacity: 0.7;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.hub-card-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--cream);
  line-height: 1.35;
  flex: 1;
  margin-bottom: 1rem;
}

.hub-card-link {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Article / prose */
.article-header {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 3rem;
  border-bottom: 1px solid rgba(200, 155, 74, 0.1);
}

.article-breadcrumb {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: rgba(245, 240, 234, 0.45);
  margin-bottom: 1rem;
}

.article-breadcrumb a {
  color: var(--gold);
  transition: var(--transition);
}

.article-breadcrumb a:hover {
  color: var(--gold-light);
}

.article-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.article-meta {
  font-size: 0.8rem;
  color: rgba(245, 240, 234, 0.45);
  padding-bottom: 2rem;
}

.article-body {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.prose {
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(245, 240, 234, 0.82);
  font-weight: 300;
}

.prose h2 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--gold);
  margin: 2rem 0 0.75rem;
  font-weight: 500;
}

.prose h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--cream);
  margin: 1.5rem 0 0.5rem;
  font-weight: 500;
}

.prose p {
  margin-bottom: 1rem;
}

.prose ul,
.prose ol {
  margin: 0.75rem 0 1.25rem 1.25rem;
}

.prose li {
  margin-bottom: 0.4rem;
}

.prose a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose a:hover {
  color: var(--gold-light);
}

.prose em {
  font-size: 0.85rem;
  opacity: 0.65;
}

.article-intro {
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  color: rgba(245, 240, 234, 0.9) !important;
  border-left: 2px solid var(--gold);
  padding-left: 1.25rem;
  margin-bottom: 2rem !important;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2rem;
  font-size: 0.9rem;
}

.comparison-table th,
.comparison-table td {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(200, 155, 74, 0.2);
  text-align: left;
}

.comparison-table th {
  background: rgba(200, 155, 74, 0.1);
  color: var(--gold);
  font-family: var(--font-serif);
  font-weight: 500;
}

.comparison-table td:first-child {
  color: rgba(245, 240, 234, 0.55);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-cta {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(200, 155, 74, 0.15);
  text-align: center;
}

.article-cta p {
  color: rgba(245, 240, 234, 0.6);
  margin-bottom: 1rem;
}

.article-social {
  justify-content: center;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

/* Blog listing */
.blog-page .post-card {
  border: 1px solid rgba(200, 155, 74, 0.15);
  padding: 2rem;
  margin-bottom: 1.5rem;
  background: rgba(58, 10, 15, 0.3);
  transition: var(--transition);
}

.blog-page .post-card:hover {
  border-color: var(--gold);
}

.blog-page .post-card h2 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.blog-page .post-card h2 a {
  color: var(--gold);
}

.blog-page .post-date {
  font-size: 0.8rem;
  color: rgba(245, 240, 234, 0.45);
  margin-bottom: 0.75rem;
}

.blog-page .post-excerpt {
  font-size: 0.9rem;
  color: rgba(245, 240, 234, 0.7);
  line-height: 1.7;
}

/* Search */
.search-form-wrap {
  max-width: 500px;
  margin: 0 auto 2rem;
  display: flex;
  border: 1px solid rgba(200, 155, 74, 0.3);
}

.search-form-wrap input[type="search"] {
  flex: 1;
  padding: 0.85rem 1rem;
  background: rgba(58, 10, 15, 0.6);
  border: none;
  color: var(--cream);
  font-family: var(--font-sans);
  outline: none;
}

.search-form-wrap button {
  padding: 0.85rem 1.25rem;
  background: var(--gold);
  color: var(--burgundy);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-layout,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hub-grid {
    grid-template-columns: 1fr;
  }

  .inner-hero {
    padding-top: 7rem;
  }
}

@media (max-width: 600px) {
  .comparison-table {
    font-size: 0.8rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.6rem 0.5rem;
  }
}
