@media (max-width: 1024px) {

  .gallery-editorial-heading {
    grid-template-columns: 1fr;
  }

  .gallery-editorial-intro {
    max-width: 720px;
  }

  .gallery-preview-grid {
    min-height: 580px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .gallery-preview-item-1 {
    grid-column: span 3;
  }

  .gallery-preview-item-2,
  .gallery-preview-item-3,
  .gallery-preview-item-4,
  .gallery-preview-item-5,
  .gallery-preview-item-6 {
    grid-column: span 3;
  }

  .album-photo {
    grid-column: span 6;
  }

  .album-photo-1,
  .album-photo-6 {
    grid-column: span 6;
  }

  .information-editorial-heading {
    grid-template-columns: 1fr;
  }

  .information-editorial-intro {
    max-width: 720px;
  }

  .information-editorial-layout {
    grid-template-columns: 1fr;
  }

  .event-date-panel,
  .event-location-panel {
    min-height: 390px;
  }

  .event-information-grid {
    grid-template-columns: 1fr;
  }

  .palette-editorial-heading {
    grid-template-columns: 1fr;
  }

  .palette-editorial-intro {
    max-width: 720px;
  }

  .palette-editorial-layout {
    grid-template-columns: 1fr;
  }

  .palette-editorial-guide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .palette-editorial-button {
    grid-column: 1 / 4;
  }

  .palette-composition {
    grid-template-columns: 1fr;
  }

  .experience-editorial-heading {
    grid-template-columns: 1fr;
  }

  .experience-editorial-intro {
    max-width: 720px;
  }

  .experience-editorial-layout {
    grid-template-columns: 1fr;
  }

  .experience-editorial-visual {
    position: relative;
    top: auto;
    min-height: 580px;
  }

  .experience-editorial-visual > img:first-child {
    min-height: 580px;
  }

  .experience-closing {
    grid-template-columns: 1fr;
  }

  .experience-closing span {
    white-space: normal;
  }

  .video-showcase-heading {
    grid-template-columns: 1fr;
  }

  .video-showcase-intro {
    max-width: 720px;
  }

  .video-showcase-caption {
    grid-template-columns: 1fr;
  }

  .video-showcase-caption span {
    white-space: normal;
  }

  .about-editorial {
    grid-template-columns: 1fr;
  }

  .about-visual {
    min-height: 600px;
  }

  .about-copy {
    max-width: 820px;
  }

  .hero-pretitle {
    top: 136px;
    left: 124px;
  }

  .conference-before-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .conference-before-intro {
    max-width: 100%;
  }

  .before-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #sobre {
    margin-top: -34px;
    padding-top: 102px;
  }

  #sobre::before {
    top: -76px;
    height: 94px;
  }

  .conference-before-layout {
    grid-template-columns: 1fr;
  }

  .conference-before-content {
    max-width: 100%;
  }

  .conference-before-monogram {
    width: min(86vw, 600px);
    left: 50%;
    top: 28%;
    transform: translate(-50%, -50%);
  }

  .hero.hero-event.hero-event-clean {
    min-height: 92svh;
    padding-top: calc(var(--header-height) + 18px);
  }

  .hero-grid.hero-grid-clean {
    min-height: calc(92svh - var(--header-height) - 20px);
  }

  .hero-event-details {
    width: min(520px, 100%);
  }

  .hero.hero-event {
    min-height: 88svh;
    padding-top: calc(var(--header-height) + 18px);
  }

  .hero-grid.hero-grid-centered {
    min-height: calc(88svh - var(--header-height) - 16px);
  }

  .hero-content-overlay {
    max-width: 640px;
  }

  .palette-layout {
    grid-template-columns: 1fr;
  }

  .palette-swatches {
    min-height: 430px;
  }

  .palette-notes {
    grid-template-columns: repeat(2, 1fr);
  }

  .palette-notes .button {
    grid-column: 1 / 3;
  }

  .preparation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    display: grid;
    width: min(84vw, 420px);
    height: 100svh;
    align-content: center;
    padding: 92px 42px 42px;
    background: rgba(21, 7, 10, 0.97);
    box-shadow: -30px 0 70px rgba(0, 0, 0, 0.35);
    transform: translateX(105%);
    transition: transform 300ms ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav a {
    font-size: 0.86rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 102;
    display: flex;
  }

  .hero-grid {
    min-height: 800px;
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 680px;
  }

  .hero-visual {
    right: -22vw;
    width: min(88vw, 760px);
    opacity: 0.72;
  }

  .hero-content::before {
    position: absolute;
    z-index: -1;
    inset: -80px -40px;
    background: radial-gradient(circle, rgba(21, 7, 10, 0.94), rgba(21, 7, 10, 0.36) 62%, transparent 78%);
    content: "";
  }

  .about-grid,
  .video-layout {
    grid-template-columns: 1fr;
  }

  .image-frame {
    min-height: 540px;
  }

  .experience-grid,
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    height: 820px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-item:first-child {
    grid-row: auto;
  }

  .gallery-item:last-child {
    grid-column: 1 / 3;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > :nth-child(2) {
    justify-self: start;
  }

  .footer-grid > :nth-child(3) {
    justify-self: start;
  }
}

@media (max-width: 760px) {

  .video-showcase-intro {
    display: none;
  }

  .palette-section.palette-editorial {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .palette-editorial-heading {
    gap: 18px;
    margin-bottom: 28px;
  }

  .palette-editorial-intro {
    padding-left: 0;
    border-left: 0;
  }

  .palette-editorial-colors {
    min-height: auto;
    border-radius: 26px;
    grid-template-columns: 1fr;
  }

  .palette-color-card {
    min-height: 122px;
    padding: 18px 20px;
  }

  .palette-color-card:hover {
    transform: none;
  }

  .palette-color-info {
    width: 100%;
    align-items: end;
    grid-template-columns: auto 1fr;
  }

  .palette-color-info > span {
    align-self: end;
  }

  .palette-color-info div {
    text-align: right;
  }

  .palette-color-info strong {
    font-size: 1rem;
  }

  .palette-editorial-guide {
    grid-template-columns: 1fr;
  }

  .palette-editorial-button {
    grid-column: auto;
  }

  .palette-guide-card {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .palette-composition {
    gap: 22px;
    margin-top: 24px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .palette-composition-list {
    grid-template-columns: 1fr;
  }

  .palette-combination-card:hover {
    transform: none;
  }

  .video-showcase-frame {
    padding: 6px;
    border-radius: 24px;
  }

  .video-showcase-media {
    aspect-ratio: 9 / 13;
    border-radius: 19px;
  }

  .video-showcase-element {
    object-fit: cover;
  }

  .video-showcase-placeholder-copy {
    right: 24px;
    bottom: 150px;
    left: 24px;
  }

  .video-showcase-controls {
    right: 16px;
    bottom: 16px;
    left: 16px;
    align-items: stretch;
    flex-direction: column;
    border-radius: 22px;
  }

  .video-showcase-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .video-control-button {
    justify-content: center;
  }

  .video-showcase-caption {
    padding: 0;
  }

  .about-section-elegant {
    margin-top: -22px;
    padding-top: 82px;
  }

  .about-section-elegant::before {
    top: -52px;
    height: 70px;
  }

  .about-visual {
    min-height: 520px;
  }

  .about-main-image {
    inset: 0 18px 0 0;
    border-radius: 28px;
  }

  .about-visual-monogram {
    top: 20px;
    width: 116px;
    height: 116px;
    padding: 20px;
  }

  .about-image-caption {
    right: 0;
    bottom: 22px;
    width: min(330px, 88%);
    padding: 20px 22px;
    border-radius: 22px;
  }

  .about-image-caption span {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .about-highlight {
    padding: 20px 18px;
  }

  .about-value-card {
    padding: 16px;
  }

  .hero-pretitle {
    top: 112px;
    left: 18px;
    right: 18px;
  }

  .hero-pretitle span {
    font-size: 0.84rem;
    letter-spacing: 0.14em;
  }

  .before-feature-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .before-mini-grid {
    grid-template-columns: 1fr;
  }

  .before-mini-card {
    padding: 20px 18px;
    border-radius: 20px;
  }

  #sobre {
    margin-top: -22px;
    padding-top: 82px;
  }

  #sobre::before {
    top: -52px;
    height: 70px;
  }

  .conference-before {
    border-block-color: rgba(251, 211, 176, 0.05);
  }

  .conference-before-card {
    padding: 20px;
  }

  .hero-pretitle {
    top: clamp(110px, 20vw, 150px);
    left: 18px;
    padding: 7px 14px;
  }

  .hero-pretitle span {
    letter-spacing: 0.14em;
  }

  #sobre {
    padding-top: 68px;
  }

  .registration-closed {
    padding: 28px 0;
  }

  .registration-closed-card {
    padding: 34px 22px;
    border-radius: 24px;
  }

  .registration-closed-event {
    align-items: stretch;
    flex-direction: column;
  }

  .registration-closed-event span {
    justify-content: center;
  }

  .hero.hero-event.hero-event-clean .hero-media {
    background-position: 64% center;
  }

  .hero-grid.hero-grid-clean {
    min-height: calc(88svh - var(--header-height) - 16px);
  }

  .hero-event-details {
    width: 100%;
    margin-bottom: 10px;
    padding: 18px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(60, 28, 39, 0.62), rgba(31, 13, 20, 0.64));
  }

  .hero-meta.hero-meta-compact {
    gap: 10px 12px;
  }

  .hero-meta.hero-meta-compact .hero-meta-item {
    width: 100%;
    justify-content: center;
  }

  .hero-actions.hero-actions-clean {
    flex-direction: column;
  }

  .hero-actions.hero-actions-clean .button {
    width: 100%;
  }

  .hero-media {
    background-position: 68% center;
  }

  .hero-content-overlay {
    padding: 22px 18px;
    border-radius: 24px;
    background: rgba(22, 7, 12, 0.32);
  }

  .hero-title.hero-title-event {
    font-size: clamp(2.8rem, 14vw, 4.6rem);
  }

  .hero-title.hero-title-event em {
    font-size: 1.08em;
  }

  .hero-meta.hero-meta-centered {
    gap: 12px 18px;
  }

  .brand-logo-header {
    height: 60px;
    max-width: 118px;
  }
  :root {
    --header-height: 72px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 82px 0;
  }

  .brand-copy span {
    display: none;
  }

  .site-header .button {
    width: 100%;
  }

  .hero {
    min-height: 930px;
    padding-top: 122px;
  }

  .hero-grid {
    min-height: 760px;
    align-items: start;
  }

  .hero-title {
    font-size: clamp(4rem, 20vw, 6.3rem);
  }
.hero-visual {
    right: -58vw;
    bottom: -3%;
    width: 150vw;
    height: 74%;
  }

  .hero-glow {
    top: 30%;
    right: -55%;
  }

  .scroll-cue {
    display: none;
  }

  .quote-layout {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .quote-text {
    padding-left: 54px;
  }

  .quote-description {
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid rgba(242, 216, 202, 0.26);
    border-left: 0;
  }

  .image-frame {
    min-height: 460px;
  }

  .about-monogram {
    top: -50px;
    right: -120px;
    width: 260px;
  }

  .scripture blockquote {
    font-size: clamp(2rem, 10vw, 3.7rem);
  }

  .video-card {
    min-height: 360px;
  }

  .experience-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    min-height: auto;
  }

  .gallery-grid {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-item,
  .gallery-item:first-child,
  .gallery-item:last-child {
    min-height: 380px;
    grid-column: auto;
    grid-row: auto;
  }

  .final-cta {
    padding: 78px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {

  .hero-pretitle {
    top: 98px;
    left: 14px;
    max-width: calc(100% - 28px);
    justify-content: center;
  }

  .hero-pretitle span {
    font-size: 0.82rem;
    letter-spacing: 0.11em;
  }

  .hero-media {
    background-position: 72% center;
  }

  .hero-content-overlay {
    padding: 18px 16px;
  }

  .brand-logo-header {
    height: 54px;
    max-width: 108px;
  }
  .brand-copy strong {
    font-size: 0.82rem;
  }

  .brand-mark {
    width: 38px;
  }

  .hero-actions,
  .info-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .info-actions .button {
    width: 100%;
  }

  .hero-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .quote-text {
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}


/* Correções específicas para celular — hero e vídeo */
@media (max-width: 760px) {

  .video-showcase-intro {
    display: none;
  }

  .palette-section.palette-editorial {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .palette-editorial-heading {
    gap: 18px;
    margin-bottom: 28px;
  }

  .palette-editorial-intro {
    padding-left: 0;
    border-left: 0;
  }

  .palette-editorial-colors {
    min-height: auto;
    border-radius: 26px;
    grid-template-columns: 1fr;
  }

  .palette-color-card {
    min-height: 122px;
    padding: 18px 20px;
  }

  .palette-color-card:hover {
    transform: none;
  }

  .palette-color-info {
    width: 100%;
    align-items: end;
    grid-template-columns: auto 1fr;
  }

  .palette-color-info > span {
    align-self: end;
  }

  .palette-color-info div {
    text-align: right;
  }

  .palette-color-info strong {
    font-size: 1rem;
  }

  .palette-editorial-guide {
    grid-template-columns: 1fr;
  }

  .palette-editorial-button {
    grid-column: auto;
  }

  .palette-guide-card {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .palette-composition {
    gap: 22px;
    margin-top: 24px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .palette-composition-list {
    grid-template-columns: 1fr;
  }

  .palette-combination-card:hover {
    transform: none;
  }
  .site-header {
    height: 76px;
    background: rgba(20, 6, 11, 0.88);
    border-bottom-color: rgba(251, 211, 176, 0.11);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .hero.hero-event.hero-event-clean {
    display: block;
    min-height: auto;
    overflow: visible;
    padding: 76px 0 58px;
    background:
      linear-gradient(180deg, #210811 0%, #330d1b 48%, #210811 100%);
  }

  .hero.hero-event.hero-event-clean .hero-media {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-position: center center;
    background-size: cover;
    filter: none;
    transform: none;
  }

  .hero.hero-event.hero-event-clean .hero-media.uses-mobile-image {
    min-height: min(146vw, 760px);
    aspect-ratio: auto;
    background-position: center top;
    background-size: cover;
  }

  .hero.hero-event.hero-event-clean::before {
    display: none;
  }

  .hero.hero-event.hero-event-clean::after {
    z-index: 1;
    top: calc(76px + (100vw * 0.5625) - 58px);
    bottom: auto;
    height: 92px;
    background:
      linear-gradient(
        to bottom,
        rgba(45, 10, 20, 0) 0%,
        rgba(45, 10, 20, 0.72) 52%,
        rgba(33, 8, 17, 1) 100%
      );
  }

  .hero.hero-event.hero-event-clean:has(.hero-media.uses-mobile-image)::after {
    top: auto;
    bottom: 0;
  }

  .hero-grid.hero-grid-clean {
    display: block;
    min-height: 0;
    margin-top: -14px;
  }

  .hero-pretitle {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 3;
    display: flex;
    width: fit-content;
    max-width: calc(100% - 28px);
    justify-content: center;
    margin: 0 auto 14px;
    padding: 7px 13px;
    border: 1px solid rgba(251, 211, 176, 0.14);
    border-radius: 999px;
    background: rgba(62, 23, 36, 0.78);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
    transform: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .hero-pretitle span {
    font-size: clamp(0.7rem, 3vw, 0.82rem);
    letter-spacing: 0.13em;
    text-align: center;
    white-space: normal;
  }

  .hero-event-details {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 28px), 560px);
    margin: 0 auto;
    padding: 16px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(70, 27, 43, 0.88), rgba(35, 13, 23, 0.94));
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .hero-meta.hero-meta-compact {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .hero-meta.hero-meta-compact .hero-meta-item {
    width: auto;
    min-width: 0;
    min-height: 46px;
    justify-content: center;
    padding: 0 12px;
  }

  .hero-meta.hero-meta-compact .hero-meta-item span {
    overflow: hidden;
    font-size: clamp(0.78rem, 3.4vw, 0.94rem);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-meta.hero-meta-compact .hero-meta-item svg {
    width: 18px;
    flex: 0 0 auto;
  }

  .hero-actions.hero-actions-clean {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-actions.hero-actions-clean .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0 10px;
    font-size: clamp(0.62rem, 2.8vw, 0.72rem);
    letter-spacing: 0.06em;
    text-align: center;
  }

  .scroll-cue {
    display: none;
  }

  .video-showcase-heading {
    gap: 18px;
    margin-bottom: 28px;
  }

  .video-showcase-intro {
    padding-left: 0;
    border-left: 0;
  }

  .video-showcase-frame {
    overflow: visible;
    padding: 6px;
    border-radius: 24px;
  }

  .video-showcase-media {
    aspect-ratio: 16 / 9;
    border-radius: 19px;
    background: #100408;
  }

  .video-showcase.uses-mobile-video .video-showcase-media {
    max-width: 520px;
    margin-inline: auto;
    aspect-ratio: 9 / 16;
  }

  .video-showcase-element {
    object-fit: contain;
  }

  .video-showcase.uses-mobile-video .video-showcase-element {
    object-fit: cover;
  }

  .video-showcase-poster img {
    object-fit: cover;
  }

  .video-showcase-placeholder-copy {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .video-showcase-placeholder-copy strong {
    font-size: clamp(1.55rem, 7vw, 2.4rem);
  }

  .video-showcase-placeholder-copy p {
    display: none;
  }

  .video-showcase-controls {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    display: grid;
    gap: 12px;
    margin-top: 8px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(38, 12, 22, 0.96);
  }

  .video-showcase-status {
    justify-content: center;
    font-size: 0.82rem;
    text-align: center;
  }

  .video-showcase-buttons {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-control-button {
    min-width: 0;
    min-height: 44px;
    justify-content: center;
    padding: 0 8px;
    font-size: clamp(0.62rem, 2.7vw, 0.72rem);
    letter-spacing: 0.04em;
    text-align: center;
  }

  .video-showcase-caption {
    gap: 8px;
    margin-top: 24px;
    text-align: center;
  }

  .video-showcase-caption span {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .video-showcase-caption p {
    padding-top: 0;
  }
}

@media (max-width: 390px) {
  .hero-meta.hero-meta-compact {
    grid-template-columns: 1fr;
  }

  .hero-actions.hero-actions-clean {
    grid-template-columns: 1fr;
  }

  .video-showcase-buttons {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 390px) {

  .experience-journey-item {
    grid-template-columns: 1fr;
  }

  .experience-journey-number {
    margin-bottom: 2px;
  }

  .experience-editorial-visual {
    min-height: 440px;
  }

  .experience-editorial-visual > img:first-child {
    min-height: 440px;
  }
}


@media (max-width: 760px) {

  .gallery.gallery-editorial {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .gallery-editorial-heading {
    gap: 18px;
    margin-bottom: 28px;
  }

  .gallery-editorial-intro {
    padding-left: 0;
    border-left: 0;
  }

  .gallery-preview-grid {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .gallery-preview-item,
  .gallery-preview-item-1,
  .gallery-preview-item-2,
  .gallery-preview-item-3,
  .gallery-preview-item-4,
  .gallery-preview-item-5,
  .gallery-preview-item-6 {
    min-height: 210px;
    border-radius: 22px;
    grid-column: span 1;
    grid-row: auto;
  }

  .gallery-preview-item-1 {
    min-height: 320px;
    grid-column: 1 / -1;
  }

  .gallery-preview-item:hover img {
    transform: none;
  }

  .gallery-editorial-footer {
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
    border-radius: 22px;
  }

  .gallery-editorial-footer .button {
    width: 100%;
  }

  .album-hero {
    min-height: 68svh;
    padding: calc(var(--header-height) + 76px) 0 68px;
  }

  .album-hero h1 {
    font-size: clamp(3.3rem, 16vw, 5.4rem);
  }

  .album-hero-decoration {
    display: none;
  }

  .album-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .album-toolbar .button {
    width: 100%;
  }

  .album-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .album-photo,
  .album-photo-1,
  .album-photo-2,
  .album-photo-3,
  .album-photo-4,
  .album-photo-5,
  .album-photo-6,
  .album-photo-7 {
    min-height: 250px;
    border-radius: 22px;
    grid-column: span 1;
    grid-row: auto;
  }

  .album-photo-1,
  .album-photo-6 {
    min-height: 360px;
    grid-column: 1 / -1;
  }

  .album-photo:hover img {
    transform: none;
  }

  .album-lightbox {
    padding: 70px 14px 80px;
  }

  .album-lightbox-figure img {
    max-height: calc(100svh - 170px);
    border-radius: 16px;
  }

  .album-lightbox-navigation {
    top: auto;
    bottom: 18px;
    width: 50px;
    height: 50px;
    transform: none;
  }

  .album-lightbox-previous {
    left: calc(50% - 62px);
  }

  .album-lightbox-next {
    right: calc(50% - 62px);
  }

  .album-lightbox-close {
    top: 14px;
    right: 14px;
  }

  .album-footer .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}


@media (max-width: 390px) {

  .gallery-preview-grid,
  .album-photo-grid {
    grid-template-columns: 1fr;
  }

  .gallery-preview-item,
  .gallery-preview-item-1,
  .gallery-preview-item-2,
  .gallery-preview-item-3,
  .gallery-preview-item-4,
  .gallery-preview-item-5,
  .gallery-preview-item-6,
  .album-photo,
  .album-photo-1,
  .album-photo-2,
  .album-photo-3,
  .album-photo-4,
  .album-photo-5,
  .album-photo-6,
  .album-photo-7 {
    min-height: 300px;
    grid-column: 1;
  }
}


/* ===== Responsivo da galeria inicial v27 ===== */
@media (max-width: 1100px) {
  .gallery-preview-card {
    flex-basis: clamp(220px, 34vw, 290px);
    min-height: 470px;
  }

  .gallery-preview-card img {
    min-height: 470px;
  }
}

@media (max-width: 820px) {
  .gallery-preview-carousel {
    gap: 12px;
  }

  .gallery-preview-nav {
    display: none;
  }

  .gallery-preview-track {
    padding: 2px 0 8px;
  }

  .gallery-preview-card {
    flex-basis: min(78vw, 300px);
    min-height: 430px;
    border-radius: 24px;
  }

  .gallery-preview-card::after {
    border-radius: 24px;
  }

  .gallery-preview-card img {
    min-height: 430px;
  }

  .gallery-preview-card-overlay {
    padding: 18px 18px 22px;
  }

  .gallery-preview-card-title {
    font-size: 1.08rem;
  }
}

@media (max-width: 520px) {
  .gallery-preview-card {
    flex-basis: min(84vw, 280px);
    min-height: 390px;
  }

  .gallery-preview-card img {
    min-height: 390px;
  }

  .gallery-preview-card-subtitle {
    font-size: 0.84rem;
  }
}


@media (max-width: 720px) {
  .about-image-caption--speaker {
    width: min(300px, 88%);
    padding: 18px 20px;
  }

  .about-image-caption--speaker span {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .about-image-caption--speaker strong {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}


/* ===== Responsivo da seção Sobre — versão 30 ===== */
@media (max-width: 1024px) {
  .about-visual {
    min-height: 720px;
  }
}

@media (max-width: 760px) {
  .about-visual {
    min-height: 590px;
  }

  .about-main-image {
    inset: 0 12px 0 0;
  }

  .about-main-image img {
    object-position: center top;
  }

  .about-speaker-bio {
    margin-top: 26px;
  }

  .about-speaker-bio p {
    line-height: 1.72;
  }

  .about-speaker-bio .speaker-social-link {
    align-self: flex-start;
    margin-top: 16px;
  }

  .about-visual-monogram {
    top: 20px;
    right: 8px;
    width: 104px;
    height: 104px;
    padding: 14px;
  }

  .experience-visual-monogram {
    top: 20px;
    right: 8px;
    width: 104px;
    height: 104px;
    padding: 14px;
  }
}

@media (max-width: 420px) {
  .about-visual {
    min-height: 540px;
  }
}

/* Ajustes finais de cabeçalho mobile */
@media (max-width: 900px) {
  .home-page .header-inner {
    justify-content: flex-end;
  }

  .home-page .menu-toggle {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .album-load-more {
    width: 100%;
  }
}

/* Miniaturas do álbum — responsivo v48 */
@media (max-width: 1100px) {
  .album-photo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .album-photo-grid {
    gap: 9px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .album-photo {
    border-radius: 14px;
  }
}

@media (max-width: 520px) {
  .album-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
