@media (min-width: 1024px) {
  .mob-only {
    display: none !important;
  }

  .desk-only {
    display: block;
  }

  span.desk-only {
    display: inline;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding: 22px 40px 0;
  }

  .header-bar {
    max-width: 1280px;
    padding: 0;
    border-radius: 18px;
    overflow: hidden;
    align-items: stretch;
  }

  .brand {
    display: flex;
    align-items: center;
    padding: 0 30px;
  }

  .brand-logo {
    height: 38px;
  }

  .topnav.desk-only {
    display: flex;
    flex: 1;
    align-items: stretch;
  }

  .topnav a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 26px 6px;
    color: var(--maroon);
    font-weight: 600;
    font-size: 1.02rem;
    border-left: 1px solid var(--line);
  }

  .topnav a:hover {
    background: rgba(156, 43, 42, 0.06);
  }

  .topnav-ingressos.desk-only {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0 34px;
    background: var(--maroon);
    color: var(--white);
    font-weight: 700;
    font-size: 1.05rem;
    border-left: 1px solid var(--line);
  }

  .topnav-ingressos img {
    width: 26px;
  }

  .hero {
    height: 100vh;
    min-height: 640px;
  }

  .hero-img,
  .hero-video.desk-only {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-video.desk-only {
    z-index: 1;
  }

  .hero-overlay {
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    z-index: 2;
    background: linear-gradient(
      to top,
      rgba(20, 12, 6, 0.55),
      rgba(20, 12, 6, 0.12) 45%,
      rgba(20, 12, 6, 0.28)
    );
  }

  .hero-title {
    font-size: 3.6rem;
  }

  .hero-sub {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }

  .hero-cta.desk-only {
    display: inline-flex;
    margin-top: 1.9rem;
    padding: 1rem 2.6rem;
  }

  .inspire {
    padding: 3.2rem 0 3.4rem;
  }

  .carousel {
    gap: 26px;
    padding-left: max(40px, calc((100% - 1300px) / 2));
    padding-right: max(40px, calc((100% - 1300px) / 2));
  }

  .detail-card {
    flex: 0 0 30%;
  }

  .detail-card img {
    height: 300px;
  }

  .detail-card p {
    font-size: 1.1rem;
    padding: 1.8rem 1rem;
  }

  .carousel-dots.desk-only {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 1.9rem;
  }

  .carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(156, 43, 42, 0.3);
  }

  .carousel-dot.is-active {
    background: var(--maroon);
  }

  .jornal {
    background: var(--cream-2);
    padding: 4.4rem 0;
  }

  .jornal-inner {
    display: flex;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .jornal-text {
    order: 1;
    width: 60%;
    text-align: left;
    background: var(--sand-deep);
    border-radius: 26px;
    padding: 3.4rem 3rem;
    position: relative;
    z-index: 1;
  }

  .jornal-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
  }

  .jornal-text p {
    max-width: none;
    margin: 0 0 2rem;
    font-size: 1.05rem;
  }

  .jornal-papers {
    order: 2;
    width: 42%;
    margin: 0 0 0 -6%;
    position: relative;
    z-index: 2;
  }

  .jornal-papers img {
    width: 100%;
    margin: 0;
    transform: rotate(-4deg);
  }

  .numeros {
    padding: 4rem 0 4.6rem;
  }

  .numeros .section-title {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }

  .stat-grid {
    display: flex;
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .stat-grid .stat-card {
    flex: 1;
    margin: 0;
    max-width: none;
  }

  .stat-card + .stat-card {
    margin-top: 0;
  }

  .stat-icon {
    height: 118px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .newsletter {
    padding: 4.6rem 1.6rem;
  }

  .newsletter-inner {
    max-width: 760px;
  }

  .newsletter h2 {
    font-size: 2.4rem;
  }

  .newsletter p {
    font-size: 1.1rem;
  }

  .nuvem {
    width: 260px;
    top: 28%;
  }

  .nuvem-left {
    left: -10px;
  }

  .nuvem-right {
    right: -10px;
  }

  .newsletter-form {
    max-width: 720px;
    padding: 0.4rem 0.4rem 0.4rem 1.9rem;
  }

  .newsletter-send {
    width: auto;
    height: 56px;
    border-radius: 999px;
    padding: 0 2.4rem;
    font-weight: 700;
    font-size: 1.05rem;
  }

  .site-footer {
    position: relative;
    padding-top: 3rem;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 1rem 40px 2.4rem;
  }

  .footer-col {
    text-align: left;
    background: transparent;
    padding: 0;
  }

  .footer-h,
  .footer-col .section-title {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--brown-head);
    margin: 0 0 0.2rem;
  }

  .footer-h-sm {
    margin-top: 1.9rem;
  }

  .footer-rule,
  .footer-col .rule {
    max-width: none;
    margin: 0.5rem 0 1.3rem;
    border-top: 1px solid var(--line);
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
  }

  .footer-links a {
    color: var(--maroon);
    font-weight: 600;
  }

  .footer-line {
    color: var(--brown-text);
    margin-bottom: 0.95rem;
  }

  .footer-line a {
    color: var(--brown-text);
  }

  .footer-social {
    display: flex;
    gap: 1rem;
    margin: 1.2rem 0;
  }

  .footer-social a {
    color: var(--maroon);
  }

  .footer-social svg {
    width: 26px;
    height: 26px;
  }

  .footer-col.local .local-address {
    text-align: left;
    margin: 0 0 1rem;
  }

  .footer-col.local .map {
    margin: 0;
    max-width: none;
  }

  .footer-col.local .map iframe {
    height: 200px;
  }

  .certs {
    position: relative;
    z-index: 1;
    padding: 2.2rem 1.6rem 1rem;
  }

  .certs .section-title {
    font-size: 1.45rem;
  }

  .cert-row {
    gap: 3rem;
  }

  .cert-row img {
    height: 90px;
  }

  .footer-bottom {
    position: static;
    padding: 1.4rem 1.6rem 2.6rem;
  }

  .footer-castle {
    width: 1000px;
    opacity: 0.45;
  }

  .footer-copy {
    font-size: 0.95rem;
  }

  .fab-ticket {
    display: none;
  }

  .shop-header {
    background: transparent;
    box-shadow: none;
  }

  .shop-topbar.desk-only {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--sand);
    padding: 10px 40px;
  }

  .shop-social {
    display: flex;
    gap: 10px;
  }

  .shop-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--wine);
    color: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shop-social svg {
    width: 16px;
    height: 16px;
  }

  .shop-topbar-actions {
    display: flex;
    align-items: center;
    gap: 22px;
  }

  .faq-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--brown-head);
    font-size: 0.92rem;
    font-weight: 600;
  }

  .faq-link svg {
    width: 18px;
    height: 18px;
  }

  .cart-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: var(--wine);
    color: var(--cream);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
  }

  .cart-pill svg {
    width: 18px;
    height: 18px;
  }

  .shop-header-inner {
    display: flex;
    align-items: stretch;
    max-width: none;
    margin: 0;
    padding: 0;
    background: var(--cream);
    box-shadow: 0 4px 14px rgba(74, 53, 32, 0.1);
  }

  .shop-nav.desk-only {
    display: flex;
    align-items: center;
    flex: 1;
  }

  .shop-nav a {
    padding: 22px 26px;
    color: var(--maroon);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .shop-nav a:hover {
    color: var(--maroon-dark);
  }

  .shop-nav-left {
    justify-content: flex-end;
    padding-right: 110px;
  }

  .shop-nav-right {
    justify-content: flex-start;
    padding-left: 110px;
  }

  .shop-brand {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    width: 188px;
    height: 106px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
    background: var(--cream);
    border-radius: 0 0 94px 94px;
    box-shadow: 0 10px 16px rgba(74, 53, 32, 0.08);
  }

  .shop-brand .brand-logo {
    height: 40px;
  }

  .loja {
    padding-bottom: 4rem;
  }

  .loja-welcome {
    padding: 3rem 1.5rem 2rem;
  }

  .loja-welcome-sm {
    font-size: 1rem;
  }

  .loja-welcome-lg {
    font-size: 2.4rem;
  }

  .loja-cards {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    max-width: 1100px;
    padding: 1rem 40px 2rem;
  }

  .loja-cards .loja-card {
    flex: 1;
    max-width: 340px;
  }

  .loja-cloud {
    width: 230px;
    opacity: 0.55;
  }

  .loja-cloud-left {
    left: 0;
    top: 36%;
  }

  .loja-cloud-right {
    right: 0;
    top: 30%;
  }

  .shop-footer {
    padding: 3rem 1.6rem 2.4rem;
  }

  .shop-footer-inner {
    max-width: 1160px;
  }

  .shop-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 2rem;
  }

  .shop-copy {
    border-top: 1px solid rgba(74, 53, 32, 0.14);
    padding-top: 1.6rem;
  }

  .breadcrumb {
    text-align: center;
    font-size: 0.95rem;
    padding: 1.1rem 1.4rem;
  }

  .produto-cloud.desk-only {
    display: block;
    position: absolute;
    width: 220px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
  }

  .produto-cloud-1 {
    top: 9%;
    right: 0;
  }

  .produto-cloud-2 {
    top: 42%;
    left: 0;
    transform: scaleX(-1);
  }

  .produto-cloud-3 {
    bottom: 7%;
    right: 4%;
  }

  .produto-inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    padding: 2.4rem 40px 3.4rem;
  }

  .produto-grid {
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }

  .produto-main {
    order: 1;
    flex: 1.1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .produto-buy {
    order: 2;
    flex: 1.1;
    min-width: 0;
  }

  .produto-gallery {
    order: 1;
    margin-top: 0;
    display: flex;
    gap: 16px;
  }

  .gallery-thumbs.desk-only {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 0 84px;
  }

  .gallery-thumb {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    line-height: 0;
  }

  .gallery-thumb img {
    display: block;
    width: 100%;
    height: 76px;
    object-fit: cover;
  }

  .gallery-thumb.is-active {
    border-color: var(--maroon);
  }

  .produto-gallery .gallery-track {
    flex: 1;
    min-width: 0;
  }

  .produto-gallery .gallery-slide img {
    height: 460px;
  }

  .gallery-prev {
    left: 100px;
  }

  .descricao {
    order: 2;
    margin-top: 2.6rem;
  }

  .produto-title {
    font-size: 1.7rem;
  }

  .cal-day,
  .cal-empty {
    aspect-ratio: auto;
    height: 56px;
  }

  .cal-day {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 8px 10px;
    font-size: 0.95rem;
  }

  .cal-select {
    padding: 0.5rem 1rem;
  }

  .cal-legend {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6rem;
  }

  .ticket-name {
    font-size: 1rem;
  }

  .ticket-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1.8rem;
  }

  .ticket-total {
    margin: 0;
  }

  .ticket-cta {
    width: auto;
    padding: 1rem 2.4rem;
  }

  .produto-adicionais .produto-main {
    flex: 1;
  }

  .produto-adicionais .produto-buy {
    flex: 1.35;
  }

  .produto-adicionais .descricao {
    margin-top: 0;
  }

  .time-select {
    max-width: 380px;
  }

  .ad-cloud {
    width: 210px;
    opacity: 0.45;
  }

  .ad-cloud-left {
    top: 42%;
    left: 0;
  }

  .ad-cloud-right {
    top: 13%;
    right: 1%;
  }

  .ad-cloud-3.desk-only {
    display: block;
    bottom: 9%;
    left: 2%;
  }

  .cart-banner {
    height: 120px;
  }

  .cart {
    position: relative;
    padding-bottom: 4rem;
  }

  .cart-cloud.desk-only {
    display: block;
    position: absolute;
    width: 220px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
  }

  .cart-cloud-1 {
    top: 16%;
    left: 0;
    transform: scaleX(-1);
  }

  .cart-cloud-2 {
    top: 30%;
    right: 0;
  }

  .cart-cloud-3 {
    top: 48%;
    left: 1%;
    transform: scaleX(-1);
  }

  .cart-cloud-4 {
    top: 60%;
    right: 1%;
  }

  .cart-cloud-5 {
    bottom: 12%;
    left: 0;
    transform: scaleX(-1);
  }

  .cart-cloud-6 {
    bottom: 5%;
    right: 3%;
  }

  .cart-inner {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    padding: 2rem 40px 0;
  }

  .funnel {
    padding: 1.5rem 2.2rem 1.3rem;
  }

  .funnel-step::before {
    top: 7px;
  }

  .funnel-dot {
    width: 16px;
    height: 16px;
    font-size: 0.85rem;
  }

  .funnel-step.is-active .funnel-dot {
    width: 30px;
    height: 30px;
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .funnel-label {
    margin-top: 0.8rem;
    font-size: 0.95rem;
  }

  .cart-title {
    margin: 1.6rem 0 1.1rem;
    font-size: 2rem;
  }

  .cart-group-head {
    align-items: center;
    padding: 0.85rem 1.4rem;
  }

  .cart-group-head .cart-group-thumb,
  .cart-group-tag {
    display: none;
  }

  .cart-group-title {
    font-size: 1rem;
  }

  .cart-group-del {
    align-self: center;
  }

  .cart-items {
    display: grid;
    grid-template-columns: 188px 1fr;
  }

  .cart-thumb-desk.desk-only {
    display: block;
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cart-item {
    grid-column: 2;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 58px;
    padding: 0 1.3rem;
    background: #f1efe9;
  }

  .cart-item:nth-of-type(even) {
    background: #fbf9f4;
  }

  .cart-item-head,
  .cart-item-foot,
  .cart-item-vals {
    display: contents;
  }

  .cart-item-name {
    order: 1;
    flex: 1;
    font-size: 0.95rem;
  }

  .cart-item-date {
    order: 2;
    flex: 0 0 auto;
    width: 130px;
    justify-content: flex-start;
    background: none;
    padding: 0;
    color: var(--brown-text);
    font-weight: 600;
    font-size: 0.92rem;
  }

  .cart-item-date svg {
    display: none;
  }

  .cart-item .cart-val {
    order: 3;
    flex: 0 0 70px;
    align-items: center;
  }

  .cart-val-label {
    display: none;
  }

  .cart-val-num {
    margin-top: 0;
    font-size: 0.9rem;
  }

  .cart-qty {
    order: 4;
  }

  .cart-item-x {
    order: 5;
    flex: 0 0 auto;
  }

  .cart-tag-desk.desk-only {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1;
    grid-row: 4;
    min-height: 56px;
    background: var(--maroon);
    color: var(--white);
    font-weight: 800;
    letter-spacing: 0.06em;
  }

  .cart-coupon {
    max-width: 600px;
    margin-top: 1.9rem;
  }

  .cart-coupon-input {
    padding: 1rem 1.2rem;
  }

  .cart-total {
    margin-top: 1.8rem;
  }

  .cart-total-num {
    font-size: 1.6rem;
  }

  .cart-actions {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 1.6rem;
    margin-top: 1.4rem;
  }

  .cart-more {
    margin-top: 0;
  }

  .cart-cross {
    margin-top: 2rem;
    padding: 2rem;
    min-height: 360px;
  }

  .cart-cross-img {
    width: 256px;
    height: 200px;
  }

  .cart-cross-label {
    margin-top: 1.2rem;
    font-size: 1.9rem;
  }

  .cart-actions-final {
    margin-top: 1.8rem;
  }

  .checkout {
    position: relative;
    padding-bottom: 4rem;
  }

  .co-cloud.desk-only {
    display: block;
    position: absolute;
    width: 220px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
  }

  .co-cloud-1 {
    top: 14%;
    left: 0;
    transform: scaleX(-1);
  }

  .co-cloud-2 {
    top: 28%;
    right: 0;
  }

  .co-cloud-3 {
    top: 46%;
    left: 1%;
    transform: scaleX(-1);
  }

  .co-cloud-4 {
    top: 58%;
    right: 1%;
  }

  .co-cloud-5 {
    bottom: 12%;
    left: 0;
    transform: scaleX(-1);
  }

  .co-cloud-6 {
    bottom: 5%;
    right: 3%;
  }

  .co-inner {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    padding: 2rem 40px 0;
  }

  .co-summary {
    margin-top: 1.6rem;
  }

  .co-card {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: 180px 1fr;
  }

  .co-card-head {
    grid-column: 1 / -1;
    padding: 0.8rem 1.4rem;
  }

  .co-card-head .co-card-thumb,
  .co-card-head .co-card-tag {
    display: none;
  }

  .co-card-title {
    font-size: 1rem;
  }

  .co-thumb-desk.desk-only {
    display: block;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .co-card-row {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 60px;
    padding: 0 1.3rem;
    background: #e9e7e2;
  }

  .co-card-body,
  .co-card-info,
  .co-card-vals {
    display: contents;
  }

  .co-card-name {
    order: 1;
    flex: 1;
    margin-bottom: 0;
    font-size: 0.95rem;
  }

  .co-card-date {
    order: 2;
    flex: 0 0 130px;
    justify-content: flex-start;
    background: none;
    padding: 0;
    color: var(--brown-text);
    font-weight: 600;
    font-size: 0.92rem;
  }

  .co-card-date svg {
    display: none;
  }

  .co-card-row .co-val {
    order: 3;
    flex: 0 0 96px;
    align-items: center;
  }

  .co-val-label {
    display: none;
  }

  .co-val-num {
    font-size: 0.9rem;
  }

  .co-card-qty {
    order: 4;
  }

  .co-tag-desk.desk-only {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1;
    grid-row: 3;
    min-height: 54px;
    background: var(--maroon);
    color: var(--white);
    font-weight: 800;
    letter-spacing: 0.06em;
  }

  .co-summary-nav {
    padding: 0 0.3rem;
  }

  .co-dados {
    margin-top: 2.4rem;
  }

  .co-h {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .co-grid {
    column-gap: 1.4rem;
    row-gap: 1rem;
  }

  .co-input {
    padding: 1.05rem 1.1rem;
    font-size: 1rem;
  }

  .co-pay {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 2.4rem;
    padding: 1.4rem 2rem;
  }

  .co-pay-h {
    order: 1;
    flex: 1;
    text-align: left;
  }

  .co-methods {
    order: 2;
    flex: 0 0 auto;
  }

  .co-methods .co-method {
    flex: 0 0 102px;
  }

  .co-total {
    order: 3;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin: 0;
  }

  .co-panel {
    margin-top: 1.2rem;
    padding: 1.8rem 2rem;
  }

  .co-panel-card {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    column-gap: 2.4rem;
    align-items: start;
  }

  .co-panel-card .co-panel-h {
    grid-column: 1;
    grid-row: 1;
  }

  .co-panel-card .co-fields {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0.8rem;
  }

  .co-panel-card #cc-number,
  .co-panel-card #cc-name {
    grid-column: span 6;
  }

  .co-panel-card #cc-exp {
    grid-column: span 5;
  }

  .co-panel-card #cc-cvv {
    grid-column: span 2;
  }

  .co-panel-card #cc-installments {
    grid-column: span 5;
  }

  .co-panel-card .co-terms {
    grid-column: 1;
    grid-row: 3;
  }

  .co-panel-card .co-pay-btn {
    grid-column: 1;
    grid-row: 4;
    width: auto;
    min-width: 260px;
    justify-self: start;
  }

  .co-panel-card .co-card-preview {
    grid-column: 2;
    grid-row: 1 / 5;
    align-self: center;
    margin: 0;
  }

  .co-pix-prompt {
    font-size: 1.5rem;
  }

  .co-panel-pix .co-pay-btn {
    width: auto;
    min-width: 280px;
  }

  .co-pix .co-pix-card {
    max-width: 480px;
    margin: 1.8rem auto 0;
    border-top: 4px solid var(--maroon);
  }

  .co-qr {
    width: 300px;
    height: 300px;
  }

  .page-inst .site-header {
    position: sticky;
    background: var(--cream);
    padding: 16px 40px;
  }

  .inst-hero {
    padding: 2.8rem 40px 3.2rem;
  }

  .inst-title {
    font-size: 2.6rem;
  }

  .inst-sub {
    font-size: 1.12rem;
  }

  .inst-inner {
    max-width: 880px;
    padding: 2.6rem 40px 0;
  }

  .prose h2 {
    font-size: 1.6rem;
    margin-top: 2.7rem;
  }

  .prose h3 {
    font-size: 1.2rem;
  }

  .prose p,
  .prose li {
    font-size: 1.05rem;
  }

  .inst-inner-wide {
    max-width: 1080px;
  }

  .contato-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.6rem;
    align-items: start;
  }

  .contato-map iframe {
    height: 470px;
  }

  .faq-q {
    font-size: 1.02rem;
    padding: 1.15rem 1.3rem;
  }

  .jornal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }

  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
  }

  .grife-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }

  .blog-post-hero {
    height: 360px;
  }
}
