.approfondimenti-page .main {
  padding-top: 58px;
}

.ah-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(61, 110, 104, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(var(--accent3-rgb), 0.08), transparent 34%),
    linear-gradient(135deg, var(--deep) 0%, var(--deep2) 58%, #315954 100%);
  padding: 86px 60px 54px;
}

.ah-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--accent3), rgba(var(--accent3-rgb), 0.8) 30%, transparent 65%);
}

.ah-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
}

.ah-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin-bottom: 26px;
}

.ah-breadcrumb li {
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: rgba(238, 231, 216, 0.62);
}

.ah-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ah-breadcrumb a:hover {
  color: rgba(var(--accent3-rgb), 0.92);
}

.ah-breadcrumb-sep {
  color: rgba(138, 160, 156, 0.48);
}

.ah-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.ah-eyebrow-rule {
  width: 26px;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.86);
}

.ah-eyebrow span:last-child {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(var(--accent3-rgb), 0.96);
}

.ah-hero h1 {
  font-family: 'Cormorant', serif;
  font-size: clamp(42px, 5.8vw, 78px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.024em;
  color: var(--parchment);
  max-width: 980px;
}

.ah-hero h1 em {
  color: rgba(var(--accent3-rgb), 0.96);
  font-style: italic;
}

.ah-deck {
  max-width: 860px;
  margin-top: 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.82;
  color: rgba(238, 231, 216, 0.9);
}

.ah-meta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(246, 241, 233, 0.08);
}

.ah-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ah-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(var(--accent3-rgb), 0.82);
}

.ah-meta-label {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(238, 231, 216, 0.3);
}

.ah-meta-value,
.ah-meta-value a {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(246, 241, 233, 0.9);
  text-decoration: none;
}

.ah-meta-value a {
  border-bottom: 1px solid rgba(var(--accent3-rgb), 0.3);
}

.ah-meta-value a:hover {
  border-color: rgba(var(--accent3-rgb), 0.7);
}

.ah-meta-sep {
  color: rgba(238, 231, 216, 0.12);
}

.ah-archive,
.ah-cta {
  padding: 64px 60px 0;
}

.ah-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 36px;
}

.ah-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 14px;
}

.ah-label span {
  width: 20px;
  height: 1px;
  background: var(--accent3);
}

.ah-section-head h2,
.ah-cta h2 {
  font-family: 'Cormorant', serif;
  font-size: clamp(34px, 4.1vw, 54px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: var(--ink);
}

.ah-section-head h2 em,
.ah-cta h2 em {
  font-style: italic;
  color: var(--accent3);
}

.ah-section-head p {
  max-width: 420px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--mid);
}

.ah-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.ah-featured {
  background: var(--parchment2);
  border: 1px solid var(--parchment3);
}

.ah-featured {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.ah-featured:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--accent3-rgb), 0.44);
  box-shadow: 0 20px 40px rgba(15, 28, 26, 0.08);
}

.ah-featured-media {
  position: relative;
  background: var(--parchment3);
  border-bottom: 1px solid var(--parchment3);
}

.ah-featured-media img {
  display: block;
  width: 100%;
  height: auto;
}

.ah-featured-flag {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  background: rgba(15, 28, 26, 0.82);
  color: var(--parchment);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ah-featured-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px 28px;
}

.ah-featured-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lt);
}

.ah-featured-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(var(--accent3-rgb), 0.48);
}

.ah-featured h3 {
  font-family: 'Cormorant', serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.08;
  color: var(--ink);
  margin-top: 16px;
  max-width: 780px;
}

.ah-featured p {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.88;
  color: var(--mid);
}

.ah-featured-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.ah-featured-tags span {
  padding: 8px 10px;
  border: 1px solid rgba(var(--accent3-rgb), 0.16);
  background: rgba(var(--accent3-rgb), 0.05);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--article-deep, var(--deep));
}

.ah-featured-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent3);
}

.ah-featured-link::after {
  content: '→';
  transform: translateX(0);
  transition: transform 0.25s ease;
}

.ah-featured:hover .ah-featured-link::after {
  transform: translateX(4px);
}

.ah-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  padding-bottom: 64px;
}

.ah-cta-copy {
  max-width: 620px;
}

.ah-cta p {
  margin-top: 18px;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--mid);
}

.ah-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ah-cta-primary,
.ah-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  text-decoration: none;
}

.ah-cta-primary {
  background: var(--accent3);
  color: var(--parchment);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ah-cta-primary:hover {
  background: var(--deep);
}

.ah-cta-secondary {
  color: var(--mid);
  border: 1px solid var(--parchment3);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ah-cta-secondary:hover {
  border-color: rgba(var(--accent3-rgb), 0.4);
  color: var(--ink);
}

@media (max-width: 1280px) {
  .ah-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .approfondimenti-page .main {
    padding-top: 0;
  }

  .ah-hero,
  .ah-archive,
  .ah-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ah-section-head,
  .ah-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 960px) {
  .ah-hero {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .ah-hero,
  .ah-archive,
  .ah-cta {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ah-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .ah-deck {
    font-size: 16.5px;
    line-height: 1.74;
  }

}

@media (max-width: 720px) {
  .ah-featured-body {
    padding: 22px 20px 24px;
  }

  .ah-featured h3 {
    font-size: 31px;
  }

  .ah-meta {
    gap: 12px;
  }

  .ah-meta-sep {
    display: none;
  }
}
