:root {
  --brown-deep: #2f1c14;
  --brown: #4b2e20;
  --brown-mid: #6a4030;
  --brown-soft: #7b4a33;
  --nude: #b8896c;
  --gold: #c9a227;
  --gold-soft: #d4af37;
  --gold-muted: #a88b4a;
  --gold-brand: #b8915c;
  --cream: #f7f2eb;
  --ivory: #fffcf8;
  --ink: #2f1c14;
  --muted: #6e5748;
  --line: rgba(75, 46, 32, 0.16);
  --font-display: "Montserrat", system-ui, sans-serif;
  --font-body: "Montserrat", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --space: clamp(1.5rem, 4.5vw, 3.25rem);
  --max: 72rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  font-size: 1.0625rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.brand-icon {
  display: block;
  width: 1.85rem;
  height: 1.85rem;
  margin-bottom: 1rem;
  color: var(--gold-brand);
  opacity: 0.88;
}

.brand-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-mark {
  display: block;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: 0.85rem;
  color: var(--gold-brand);
  opacity: 0.8;
}

.brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-wave {
  display: block;
  width: 5.5rem;
  height: 0.7rem;
  margin: 0 0 1.15rem;
  color: var(--gold-brand);
  opacity: 0.55;
}

.brand-leaf {
  position: absolute;
  pointer-events: none;
  color: var(--gold-brand);
  opacity: 0.14;
  z-index: 0;
}

.brand-leaf svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-leaf--about {
  right: clamp(0.5rem, 4vw, 3rem);
  bottom: clamp(1rem, 6vw, 4rem);
  width: clamp(3.5rem, 9vw, 5.5rem);
  height: auto;
  aspect-ratio: 80 / 120;
}

.brand-leaf--testimonials {
  left: clamp(0.5rem, 3vw, 2.5rem);
  top: clamp(2rem, 8vw, 5rem);
  width: clamp(3rem, 8vw, 4.75rem);
  height: auto;
  aspect-ratio: 80 / 120;
  opacity: 0.12;
  color: var(--gold-soft);
  transform: scaleX(-1);
}

/* ——— Header ——— */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1.1rem var(--space);
  color: var(--ivory);
  transition:
    background 0.4s var(--ease),
    color 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
}

.header-cta {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.7rem 1.2rem;
  border: 1px solid rgba(255, 252, 248, 0.4);
  transition:
    background 0.3s var(--ease),
    border-color 0.3s var(--ease),
    color 0.3s var(--ease);
}

.header-cta:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--brown-deep);
}

.site-header.is-scrolled {
  background: rgba(42, 26, 18, 0.94);
  box-shadow: 0 1px 0 rgba(201, 162, 39, 0.2);
}

/* ——— Hero ——— */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  background: var(--brown);
  color: var(--ivory);
  overflow: hidden;
}

.hero-media {
  position: relative;
  min-height: 55svh;
  background: var(--brown);
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 55svh;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.06);
  animation: hero-zoom 14s var(--ease) forwards;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  padding: 2.75rem var(--space) 3.75rem;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(42, 26, 18, 0.55) 18%,
      var(--brown-deep) 55%
    );
  margin-top: -8rem;
}

.hero-name {
  margin: 0 0 1.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 5.5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.hero-title {
  margin: 0 0 1.35rem;
  max-width: min(100%, 42rem);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 500;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: rgba(255, 252, 248, 0.94);
  text-wrap: pretty;
}

.hero-subtitle {
  margin: 0 0 2rem;
  max-width: min(100%, 38rem);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.015em;
  color: rgba(255, 252, 248, 0.72);
  text-wrap: pretty;
}

.hero-title .line,
.hero-subtitle .line {
  display: inline;
}

.hero-title .line + .line::before,
.hero-subtitle .line + .line::before {
  content: " ";
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-topics {
  margin: 1.75rem 0 0;
  max-width: 40rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
  color: rgba(255, 252, 248, 0.55);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1.05rem 1.55rem;
  transition:
    transform 0.3s var(--ease),
    background 0.3s var(--ease),
    color 0.3s var(--ease),
    border-color 0.3s var(--ease);
}

.btn-primary {
  position: relative;
  overflow: hidden;
  background: var(--gold);
  color: var(--brown-deep);
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 252, 248, 0.28) 50%,
    transparent 70%
  );
  transform: translateX(-120%);
  transition: transform 0.7s var(--ease);
}

.btn-primary:hover {
  background: var(--gold-soft);
  transform: translateY(-2px);
}

.btn-primary:hover::after {
  transform: translateX(120%);
}

.btn-secondary {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(255, 252, 248, 0.45);
}

.btn-secondary:hover {
  border-color: var(--gold);
  color: var(--gold-soft);
  transform: translateY(-2px);
}

/* ——— Sections ——— */

.section {
  padding: clamp(5rem, 12vw, 8rem) 0;
}

.section-inner {
  width: min(100% - 2 * var(--space), var(--max));
  margin: 0 auto;
}

.section-label {
  position: relative;
  display: inline-block;
  margin: 0 0 1.15rem;
  padding-bottom: 0.55rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-muted);
}

.section-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.8s var(--ease) 0.15s;
}

.section-label.is-visible::after {
  width: 2.5rem;
}

.section-heading {
  margin: 0 0 1.5rem;
  max-width: none;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 1.95rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--brown);
  text-wrap: pretty;
}

.section-lead {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
  color: var(--muted);
}

.about {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(184, 137, 108, 0.12), transparent 55%),
    var(--cream);
}

.about .section-inner {
  position: relative;
  z-index: 1;
}

.about-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.about-media {
  overflow: hidden;
  background: var(--brown);
}

.about-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.about-layout .section-heading {
  max-width: none;
}

.about-copy {
  display: grid;
  gap: 1.25rem;
  max-width: 44rem;
  margin-top: 0.25rem;
}

.about-copy p {
  margin: 0;
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
  color: var(--muted);
}

@media (min-width: 900px) {
  .about-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2.5rem, 5vw, 4.5rem);
  }

  .about-media img {
    max-height: 36rem;
  }
}

.audience {
  background: var(--ivory);
  color: var(--ink);
}

.audience-intro {
  margin-bottom: 2.75rem;
}

.audience-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.audience-card {
  padding: 1.75rem 1.5rem;
  background: var(--cream);
  border-top: 2px solid var(--gold);
}

.audience-card .brand-icon {
  transition: transform 0.45s var(--ease), opacity 0.45s var(--ease);
}

.audience-card:hover .brand-icon {
  transform: translateY(-2px);
  opacity: 1;
}

.audience-card h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--brown);
}

.audience-card p {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--muted);
}

@media (min-width: 720px) {
  .audience-cards {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .audience-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.themes {
  background: var(--cream);
}

.themes-intro {
  margin-bottom: 3rem;
}

.themes-intro .brand-wave {
  margin-top: -0.35rem;
}

.themes-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.theme-item {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
}

.theme-item h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--brown);
}

.theme-item p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--muted);
}

@media (min-width: 800px) {
  .themes-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.75rem;
  }
}

.differentials {
  background: var(--ivory);
}

.differentials-intro {
  margin-bottom: 2.5rem;
}

.differentials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.differentials-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.02rem, 1.5vw, 1.12rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--brown);
}

.differentials-list li::before {
  content: none;
}

.diff-icon {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.12rem;
  color: var(--gold-brand);
  opacity: 0.85;
}

.diff-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 800px) {
  .differentials-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
  }
}

.testimonials {
  position: relative;
  overflow: hidden;
  background: var(--brown-deep);
  color: var(--ivory);
}

.testimonials .section-inner {
  position: relative;
  z-index: 1;
}

.testimonials-intro {
  margin-bottom: 3rem;
}

.testimonials .brand-wave {
  color: var(--gold-soft);
  opacity: 0.45;
}

.testimonials .section-label {
  color: var(--gold-soft);
}

.testimonials .section-heading {
  color: var(--ivory);
  max-width: none;
}

.testimonials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2.75rem;
}

.testimonial {
  padding-top: 1.75rem;
  border-top: 1px solid rgba(212, 175, 55, 0.28);
}

.testimonial blockquote {
  margin: 0 0 1.35rem;
  max-width: 36rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: rgba(255, 252, 248, 0.92);
}

.testimonial cite {
  display: grid;
  gap: 0.2rem;
  font-style: normal;
}

.testimonial-name {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold-soft);
}

.testimonial-role {
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255, 252, 248, 0.55);
}

@media (min-width: 900px) {
  .testimonials-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }

  .testimonial {
    padding-top: 1.5rem;
  }
}

.contact {
  background: var(--cream);
}

.contact-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.contact-media {
  overflow: hidden;
  background: var(--brown);
}

.contact-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.contact-cta-block {
  max-width: 40rem;
}

.contact-cta-block .section-heading {
  max-width: none;
}

.contact-cta-block .section-lead {
  max-width: 38rem;
}

.contact-details {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.contact-details li {
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--brown);
}

.contact-details a {
  color: var(--gold-muted);
  transition: color 0.3s var(--ease);
}

.contact-details a:hover {
  color: var(--brown);
}

.contact-cta {
  margin-top: 2rem;
}

@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(2.5rem, 5vw, 4.5rem);
  }

  .contact-media {
    order: 2;
  }

  .contact-cta-block {
    order: 1;
    max-width: none;
  }

  .contact-media img {
    max-height: 36rem;
  }
}

.site-footer {
  padding: 2.5rem var(--space) 3rem;
  background: var(--brown-deep);
  color: rgba(255, 252, 248, 0.55);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
}

.footer-brand {
  display: grid;
  gap: 0.35rem;
}

.footer-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 252, 248, 0.88);
}

.footer-tagline,
.footer-meta,
.footer-credit {
  margin: 0;
}

.footer-credit {
  margin-top: 0.65rem;
  font-size: 0.82rem;
}

.footer-credit a {
  color: var(--gold-soft);
  transition: color 0.3s var(--ease);
}

.footer-credit a:hover {
  color: var(--ivory);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-left: auto;
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: rgba(255, 252, 248, 0.72);
  border: 1px solid rgba(255, 252, 248, 0.18);
  transition:
    color 0.3s var(--ease),
    border-color 0.3s var(--ease),
    background 0.3s var(--ease),
    transform 0.3s var(--ease);
}

.footer-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

/* ——— Motion ——— */

.reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition:
    opacity 0.9s var(--ease),
    transform 0.9s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-1.25rem);
  transition:
    opacity 0.9s var(--ease),
    transform 0.9s var(--ease);
}

.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.hero .reveal:nth-child(1) {
  transition-delay: 0.15s;
}
.hero .reveal:nth-child(2) {
  transition-delay: 0.32s;
}
.hero .reveal:nth-child(3) {
  transition-delay: 0.48s;
}
.hero .reveal:nth-child(4) {
  transition-delay: 0.64s;
}
.hero .reveal:nth-child(5) {
  transition-delay: 0.8s;
}

.about-media img,
.contact-media img {
  transition: transform 1.2s var(--ease);
}

.about-media:hover img,
.contact-media:hover img {
  transform: scale(1.03);
}

.audience-card,
.theme-item,
.differentials-list li,
.testimonial {
  transition:
    transform 0.45s var(--ease),
    opacity 0.9s var(--ease),
    border-color 0.35s var(--ease),
    background 0.35s var(--ease);
}

.audience-card.is-visible,
.theme-item.is-visible,
.differentials-list li.is-visible,
.testimonial.is-visible {
  transition-delay: var(--delay, 0s);
}

.audience-card:hover {
  transform: translateY(-4px);
  background: #efe6da;
}

.theme-item:hover h3 {
  color: var(--brown-mid);
}

.footer-icon:hover {
  color: var(--brown-deep);
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-3px);
}

@keyframes hero-zoom {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}

/* ——— Mobile refinements ——— */

@media (max-width: 899px) {
  .site-header {
    padding: 0.95rem 1.25rem;
  }

  .header-cta {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    padding: 0.6rem 0.85rem;
  }

  .hero {
    position: relative;
    min-height: 100svh;
    display: block;
  }

  .hero-media {
    position: absolute;
    inset: 0;
    min-height: 100%;
    max-height: none;
  }

  .hero-image {
    min-height: 100%;
    max-height: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 18%;
    transform: none;
    animation: none;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    margin-top: 0;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5.5rem 1.35rem 2.4rem;
    background:
      linear-gradient(
        180deg,
        rgba(42, 26, 18, 0.2) 0%,
        rgba(42, 26, 18, 0.15) 28%,
        rgba(42, 26, 18, 0.55) 55%,
        rgba(42, 26, 18, 0.92) 78%,
        var(--brown-deep) 100%
      );
  }

  .hero-name {
    white-space: normal;
    font-size: clamp(2rem, 10vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0 0 1rem;
    max-width: 10ch;
  }

  .hero-title {
    font-size: 1.02rem;
    line-height: 1.55;
    margin: 0 0 0.9rem;
    max-width: 22rem;
    font-weight: 500;
  }

  .hero-subtitle {
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0 0 1.5rem;
    max-width: 22rem;
    color: rgba(255, 252, 248, 0.78);
  }

  .hero-topics {
    margin-top: 1.25rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 252, 248, 0.18);
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    color: rgba(255, 252, 248, 0.58);
  }

  .hero-actions .btn {
    width: auto;
    min-width: 12rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.75rem;
    padding: 2.25rem 1.35rem 2.5rem;
  }

  .footer-brand {
    gap: 0.4rem;
    justify-items: center;
  }

  .footer-name {
    font-size: 1.05rem;
  }

  .footer-links {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    gap: 0.75rem;
  }

  .footer-icon {
    width: 2.75rem;
    height: 2.75rem;
  }
}

/* ——— Desktop: split hero, photo dominant ——— */

@media (min-width: 900px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(28rem, 1.15fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 100svh;
    height: auto;
    max-height: none;
    background: #2a120c;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    order: 1;
    margin-top: 0;
    min-height: 100svh;
    height: auto;
    max-width: none;
    padding: 0 2.75rem;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    background: #2a120c;
    box-shadow: none;
  }

  .hero-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: clamp(7rem, 18vw, 14rem);
    transform: translateX(100%);
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      #2a120c 0%,
      rgba(42, 18, 12, 0.85) 25%,
      rgba(42, 18, 12, 0.45) 55%,
      rgba(42, 18, 12, 0.15) 78%,
      transparent 100%
    );
  }

  .hero-media {
    position: relative;
    order: 2;
    min-height: 100svh;
    height: auto;
    margin: 0;
    background: #2a120c;
    overflow: hidden;
  }

  .hero-media::before {
    content: none;
  }

  .hero-image {
    min-height: 100svh;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    transform: scale(1.06);
    animation: hero-zoom 14s var(--ease) forwards;
  }

  .hero-name {
    font-size: clamp(2.15rem, 3.4vw, 3.55rem);
    margin: 0 0 1.35rem;
    color: #fff8ef;
  }

  .hero-name::after {
    content: "";
    display: block;
    width: 3.25rem;
    height: 1px;
    margin-top: 1.15rem;
    background: linear-gradient(90deg, var(--gold), transparent);
  }

  .hero-title {
    margin: 0 0 1.25rem;
    max-width: 34rem;
    font-size: clamp(1.2rem, 1.55vw, 1.45rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #f0d9a8;
  }

  .hero-subtitle {
    margin: 0 0 2.15rem;
    max-width: 32rem;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    font-weight: 400;
    line-height: 1.85;
    color: rgba(232, 214, 196, 0.88);
  }

  .hero-topics {
    margin-top: 1.85rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(201, 162, 39, 0.35);
    max-width: 34rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    color: var(--gold-soft);
  }
}

@media (min-width: 1100px) {
  .hero {
    grid-template-columns: minmax(32rem, 1.2fr) minmax(0, 0.95fr);
  }

  .hero-content {
    padding: 0 3.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-image,
  .hero-name {
    animation: none;
    transform: none;
  }

  .reveal,
  .reveal-left {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .audience-card:hover,
  .footer-icon:hover,
  .btn-primary:hover {
    transform: none;
  }

  .btn-primary::after,
  .section-label::after {
    display: none;
  }

  .about-media:hover img,
  .contact-media:hover img {
    transform: none;
  }
}
