@media (max-width: 768px) {

  html, body {
    overflow-x: hidden;
  }
  section {
    width: 100% !important;
    height: auto !important;
    padding: 80px 20px;
    margin: 0;
  }
  .section-editorial,
  .section-cine,
  .section-periodico,
  .section-lirio,
  .section-mac {
    width: 100% !important;
    height: auto !important;
  }
  .hero-inner,
  .editorial-inner,
  .cine-inner,
  .periodico-inner,
  .lirio-inner,
  .mac-inner {
    width: 100% !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 30;
    background: transparent;
  }
  .underline {
    display: none;
  }
  .nav-menu {
    position: fixed;
    inset: 0;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 20;
  }
  .nav-menu.open {
    transform: translateX(0);
  }
  .nav-menu a {
    font-size: 22px;
    color: white;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 32px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 40;
  }
  .hamburger span {
    width: 100%;
    height: 2px;
    background: white;
    transition: all 0.4s ease;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .hero {
    height: 100vh;
  }
  .hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 80px;
    text-align: right;
    width: auto;
  }
  .hero-subtitle {
    position: static;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .hero-title {
    font-size: clamp(120px, 30vw, 180px);
    line-height: 0.9;
  }
  .editorial-text,
  .cine-text,
  .periodico-text,
  .lirio-text,
  .mac-text {
    width: 100% !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
  }
  h2 {
    font-size: clamp(32px, 7vw, 52px) !important;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  p {
    font-size: 16px !important;
    line-height: 1.6;
  }
  .secretgarden,
  .cine-cine,
  .periodico-p,
  .lirio-lirio,
  .mac-title {
    font-size: clamp(90px, 26vw, 160px);
    line-height: 0.9;
    margin: 20px 0;
    transform: none !important;
  }
  .secret-the,
  .cine-catalogo,
  .lirio-inf {
    position: static;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .editorial-img,
  .cine-image,
  .periodico-img,
  .lirio-img,
  .mac-img-wrapper {
    width: 100% !important;
    position: static !important;
  }

  .editorial-img img,
  .cine-image img,
  .periodico-img img,
  .lirio-img img,
  .mac-img {
    position: static !important;
    width: 100% !important;
    max-width: 420px;
    height: auto;
    margin: 40px auto 0;
    display: block;
  }
  .vogue-section,
  .a1800-section,
  .candlelight-section {
    padding: 0;
    height: auto;
  }

  .vogue-img,
  .a1800-img,
  .product-img {
    width: 100%;
    height: auto;
    display: block;
  }
  #btn-top {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section-cine *,
  .section-periodico *,
  .section-lirio * {
    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .section-cine,
  .section-periodico,
  .section-lirio {
    width: 100% !important;
    height: auto !important;
    padding: 100px 20px 80px !important;
    display: block;
  }

  .cine-inner,
  .periodico-inner,
  .lirio-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    gap: 24px;
  }
  .cine-text,
  .periodico-text,
  .lirio-text {
    width: 100% !important;
    max-width: 520px;
    text-align: center !important;
    padding: 0 !important;
  }
  .cine-h2,
  .periodico-h2,
  .lirio-h2 {
    font-size: clamp(28px, 7vw, 44px) !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.1;
  }

  .cine-catalogo,
  .lirio-inf {
    font-size: clamp(18px, 4.5vw, 26px) !important;
    margin: 0 0 6px 0 !important;
  }

  .cine-cine,
  .periodico-p,
  .lirio-lirio {
    font-size: clamp(90px, 26vw, 150px) !important;
    line-height: 0.9 !important;
    margin: 0 0 10px 0 !important;
  }
  .cine-desc,
  .periodico-desc,
  .lirio-desc {
    font-size: 16px !important;
    line-height: 1.6;
    margin: 0 !important;
    max-width: 520px;
  }
  .cine-image,
  .periodico-img,
  .lirio-img {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .cine-image img,
  .periodico-img,
  .lirio-img img {
    width: 100% !important;
    max-width: 520px;
    height: auto;
    margin: 30px auto 0 !important;
    display: block;
  }
  .section-periodico {
    background: #000 !important;
  }

  .section-periodico h2,
  .section-periodico p {
    color: #fff !important;
  }
  }
@media (max-width: 768px) {

  html, body {
    overflow-x: hidden;
  }
  section * {
    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }

  section {
    width: 100% !important;
    height: auto !important;
    padding: 100px 20px 80px !important;
    margin: 0 !important;
    display: block;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 50;
  }

  .underline {
    display: none;
  }

  .nav-menu {
    position: fixed;
    inset: 0;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 40;
  }

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

  .nav-menu a {
    font-size: 22px;
    color: white;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 32px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 60;
  }

  .hamburger span {
    width: 100%;
    height: 2px;
    background: white;
    transition: all 0.4s ease;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .hero {
    height: 100vh !important;
    padding: 0 !important;
    background: black;
  }

  .hero-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-img {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-text {
    position: relative !important;
    z-index: 2;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .hero-title {
    font-size: clamp(110px, 30vw, 180px);
    line-height: 0.9;
  }
  .editorial-inner,
  .mac-inner,
  .cine-inner,
  .periodico-inner,
  .lirio-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    gap: 26px;
  }
  .editorial-text,
  .mac-text,
  .cine-text,
  .periodico-text,
  .lirio-text {
    width: 100% !important;
    max-width: 520px;
    text-align: center !important;
    padding: 0 !important;
  }

  h2 {
    font-size: clamp(28px, 7vw, 44px) !important;
    line-height: 1.1;
    margin: 0 0 10px 0 !important;
  }

  p {
    font-size: 16px !important;
    line-height: 1.6;
    margin: 0 !important;
  }
  .secretgarden,
  .mac-title,
  .cine-cine,
  .periodico-p,
  .lirio-lirio {
    font-size: clamp(90px, 26vw, 150px);
    line-height: 0.9;
    margin: 0 0 10px 0 !important;
  }
  .secret-the,
  .cine-catalogo,
  .lirio-inf {
    font-size: clamp(18px, 4.5vw, 26px);
    margin-bottom: 6px;
  }
  .editorial-img,
  .mac-img-wrapper,
  .cine-image,
  .periodico-img,
  .lirio-img {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .editorial-img img,
  .mac-img,
  .cine-image img,
  .periodico-img,
  .lirio-img img {
    width: 100% !important;
    max-width: 520px;
    height: auto;
    margin: 30px auto 0 !important;
    display: block;
  }
  .section-mac,
  .section-periodico,
  .vogue-section,
  .a1800-section,
  .candlelight-section {
    background: black !important;
  }

  .section-periodico h2,
  .section-periodico p,
  .section-mac h2,
  .section-mac p {
    color: white !important;
  }
  #btn-top {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}