/* ========================================================================== 
   L'ETOILE BRIDAL - MOBILE & TABLET OVERRIDES
   Loaded after style.css and responsive.css on every page.
   ========================================================================== */

.mobile-bespoke-intro {
  display: none;
}

/* Tablet and smaller laptops */
@media (max-width: 1024px) {
  .container {
    width: min(100%, 760px);
    padding-inline: clamp(18px, 4vw, 32px);
  }

  .hero-grid,
  .booking-wrapper,
  .couture-grid,
  .contact-layout-grid {
    min-width: 0;
  }

  .hero-content,
  .hero-media-col,
  .booking-perks-box,
  .booking-form-card,
  .contact-info-cards,
  .map-card-wrapper {
    width: 100%;
    min-width: 0;
  }

  .hero-curved-frame {
    margin-inline: auto;
  }

  .catalog-filter-bar,
  .catalog-filter-card,
  .catalog-advisor-banner {
    width: 100%;
  }
}

/* Phones and portrait tablets */
@media (max-width: 768px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    overflow-x: clip;
    font-size: 15px;
  }

  img,
  svg,
  video,
  iframe {
    max-width: 100%;
  }

  .container {
    width: 100%;
    max-width: none;
    padding-inline: 18px;
  }

  /* Header and navigation */
  .nav-container {
    height: 74px;
    padding-inline: 14px;
    gap: 10px;
  }

  .brand-logo-group,
  .brand-logo-link {
    flex: 0 0 auto;
  }

  .brand-official-logo {
    width: 58px;
    max-height: 58px;
    object-fit: contain;
  }

  .nav-actions {
    gap: 8px;
    min-width: 0;
  }

  .btn-icon-wishlist,
  .mobile-toggle {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: inline-grid;
    place-items: center;
    touch-action: manipulation;
  }

  .btn-book-nav {
    min-height: 46px;
    padding: 10px 14px;
    gap: 7px;
    white-space: nowrap;
    touch-action: manipulation;
  }

  .mobile-menu-drawer {
    top: 74px;
    max-height: calc(100dvh - 74px);
    overflow-y: auto;
    padding: 18px;
    gap: 4px;
    overscroll-behavior: contain;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open::before {
    content: "";
    position: fixed;
    top: 74px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
    background: rgba(30, 41, 59, 0.2);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }

  .mobile-nav-link {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 8px;
    font-size: 0.98rem;
    touch-action: manipulation;
  }

  /* Home hero: prevent Arabic display type from overflowing */
  .hero-section {
    min-height: auto;
    padding: 98px 0 42px;
    overflow: hidden;
  }

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

  .hero-content {
    text-align: center;
    overflow: visible;
  }

  .hero-pill-badge {
    max-width: 100%;
    justify-content: center;
    white-space: normal;
    line-height: 1.6;
    padding: 7px 14px;
    margin-bottom: 16px;
  }

  .hero-title,
  .hero-title span.script-calligraphy {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 1.3;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-title span.script-calligraphy {
    margin-top: 4px;
    line-height: 1.42;
    padding-block: 0.06em 0.2em;
    overflow: visible;
  }

  .hero-description {
    max-width: 42rem;
    margin: 0 auto 24px;
    font-size: 0.98rem;
    line-height: 1.9;
  }

  .hero-cta-group {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    min-height: 50px;
    justify-content: center;
    padding: 12px 18px;
    touch-action: manipulation;
  }

  .hero-stats-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
    padding-top: 20px;
  }

  .stat-item {
    align-items: center;
    min-width: 0;
    text-align: center;
    padding-inline: 6px;
  }

  .stat-item:not(:last-child) {
    padding-left: 6px;
  }

  .stat-number {
    font-size: clamp(1.25rem, 5vw, 1.55rem);
  }

  .stat-label {
    white-space: normal;
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .hero-curved-frame {
    width: min(100%, 430px);
    border-width: 4px;
    border-radius: min(42vw, 220px) min(42vw, 220px) 28px 28px;
  }

  .hero-curved-frame img.hero-main-bride {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 15%;
  }

  .hero-floating-card-mockup {
    right: 12px;
    left: 12px;
    bottom: 14px;
    max-width: none;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .floating-thumb {
    width: 48px;
    height: 48px;
  }

  .hero-vertical-tag {
    display: none;
  }

  .hero-bottom-tagline {
    margin-top: 26px;
    gap: 8px;
    font-size: 0.66rem;
    letter-spacing: 2.5px;
  }

  /* Shared section rhythm and headings */
  .pillars-section,
  .catalog-section,
  .booking-section,
  .couture-studio-section,
  .brides-section,
  .faq-section,
  .brides-page-section,
  .couture-steps-section,
  .craft-showcase-section,
  .insta-wall-section,
  .contact-page-section {
    padding-block: 56px;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .section-title,
  .inner-page-title {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .section-subtitle,
  .inner-page-subtitle {
    font-size: 0.94rem;
    line-height: 1.85;
  }

  .inner-page-hero {
    padding: 98px 0 34px;
  }

  .breadcrumb {
    max-width: 100%;
    flex-wrap: wrap;
    row-gap: 4px;
    font-size: 0.78rem;
  }

  /* Cards and catalog */
  .pillars-grid,
  .dresses-grid,
  .testimonials-grid,
  .brides-cards-grid,
  .couture-journey-grid,
  .guarantee-grid,
  .checklist-grid,
  .craft-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .pillar-box,
  .testimonial-card,
  .journey-step-card,
  .guarantee-card,
  .bridal-checklist-card,
  .bride-story-card,
  .contact-box {
    min-width: 0;
  }

  /* Compact rental-guarantee cards on the FAQ page. */
  .guarantee-grid {
    gap: 12px;
    margin-bottom: 34px;
  }

  .guarantee-card {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .guarantee-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
  }

  .guarantee-icon svg {
    width: 22px;
    height: 22px;
  }

  .guarantee-title {
    margin-bottom: 6px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .guarantee-desc {
    font-size: 0.8rem;
    line-height: 1.55;
  }

  /* Compact service cards on phones */
  .pillars-section {
    padding-block: 34px;
  }

  .pillars-grid {
    gap: 12px;
  }

  .pillar-box {
    padding: 14px 16px;
    border-radius: 16px;
  }

  .pillar-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
  }

  .pillar-icon svg {
    width: 22px;
    height: 22px;
  }

  .pillar-title {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .pillar-desc {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  /* Compact bride testimonial cards on phones */
  .testimonials-grid {
    gap: 12px;
  }

  .testimonial-card {
    padding: 18px;
    border-radius: 16px;
  }

  .test-quote-icon {
    margin-bottom: -10px;
    font-size: 2.5rem;
  }

  .test-quote-text {
    margin-bottom: 16px;
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .test-author-box {
    gap: 10px;
    padding-top: 12px;
  }

  .test-avatar {
    width: 44px;
    height: 44px;
  }

  .test-name {
    font-size: 0.92rem;
  }

  .test-occasion,
  .test-dress-name {
    font-size: 0.74rem;
    line-height: 1.45;
  }

  /* Compact couture journey cards on phones */
  .couture-journey-grid {
    gap: 12px;
    margin-top: 22px;
  }

  .journey-step-card {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .journey-step-card > .step-number {
    margin-bottom: 8px;
    font-size: 1.55rem;
  }

  .journey-step-card .step-title {
    margin-bottom: 6px;
    font-size: 1.05rem;
    line-height: 1.45;
  }

  .journey-step-card .step-desc {
    font-size: 0.82rem;
    line-height: 1.55;
  }

  /* Compact the three couture preview cards on the home page */
  .couture-steps-list {
    gap: 10px;
    margin-top: 20px;
  }

  .couture-steps-list .step-card {
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
  }

  .couture-steps-list .step-card > .step-number {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 1rem;
  }

  .couture-steps-list .step-info h3 {
    margin-bottom: 3px;
    font-size: 0.96rem;
    line-height: 1.4;
  }

  .couture-steps-list .step-info p {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .couture-studio-section {
    padding-block: 36px;
  }

  .couture-studio-section .couture-grid {
    gap: 20px;
  }

  .couture-studio-section .couture-showcase-frame img {
    height: 320px;
  }

  .category-tabs-row,
  .cat-tabs-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    padding: 3px 2px 9px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .category-tabs-row .cat-tab-btn,
  .cat-tabs-group .cat-tab-btn {
    flex: 0 0 auto;
    min-height: 44px;
    white-space: nowrap;
    scroll-snap-align: start;
    touch-action: manipulation;
  }

  .catalog-filter-card,
  .catalog-filter-bar {
    padding: 16px;
    border-radius: 18px;
  }

  .filter-controls-row,
  .filter-actions-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
  }

  .filter-select-wrapper,
  .search-input-wrapper,
  .search-input-box,
  .filter-select,
  .custom-select {
    width: 100%;
    min-width: 0;
  }

  .dress-card {
    width: 100%;
    min-width: 0;
  }

  .dress-card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  /* Compact catalog cards on phones without affecting the home preview. */
  .catalog-page-container .dresses-grid {
    gap: 14px;
  }

  .catalog-page-container .dress-card {
    border-radius: 16px;
  }

  .catalog-page-container .card-media-wrapper {
    height: 290px;
  }

  .catalog-page-container .dress-card-img {
    height: 100%;
    aspect-ratio: auto;
  }

  .catalog-page-container .dress-status-badge {
    top: 10px;
    right: 10px;
    max-width: calc(100% - 62px);
    padding: 5px 10px;
    font-size: 0.7rem;
  }

  .catalog-page-container .btn-wishlist {
    top: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
  }

  .catalog-page-container .card-content {
    padding: 14px;
  }

  .catalog-page-container .dress-category-row {
    margin-bottom: 5px;
  }

  .catalog-page-container .dress-cat-tag,
  .catalog-page-container .dress-rating {
    font-size: 0.74rem;
  }

  .catalog-page-container .dress-title {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.35;
  }

  .catalog-page-container .dress-subtitle {
    margin-bottom: 10px;
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .catalog-page-container .card-actions-row {
    gap: 8px;
  }

  .catalog-page-container .card-actions-row .btn {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  .catalog-advisor-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 22px 18px;
    text-align: center;
  }

  .catalog-advisor-banner .btn {
    width: 100%;
  }

  .catalog-consultation-banner {
    gap: 10px;
    margin-top: 28px;
    padding: 16px 14px;
    border-radius: 18px;
  }

  .catalog-consultation-banner .advisor-text h3 {
    margin-bottom: 5px;
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .catalog-consultation-banner .advisor-text p {
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .catalog-consultation-banner .advisor-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    width: 100%;
  }

  .catalog-consultation-banner .btn {
    min-height: 44px;
    padding: 8px 14px;
    gap: 7px;
    font-size: 0.86rem;
  }

  .catalog-consultation-banner .btn svg {
    width: 16px;
    height: 16px;
  }

  .home-catalog-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 30px;
    padding: 20px 18px;
    text-align: center;
  }

  .home-catalog-cta p {
    font-size: 0.9rem;
  }

  .catalog-full-link {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }

  /* A concise catalog preview on the home page; full browsing stays in catalog.html */
  .home-catalog-section {
    padding-block: 36px;
  }

  .home-catalog-section .section-header {
    margin-bottom: 20px;
  }

  .home-catalog-section .section-pretitle {
    margin-bottom: 6px;
    font-size: 0.76rem;
  }

  .home-catalog-section .section-title {
    margin-bottom: 8px;
    font-size: 1.75rem;
  }

  .home-catalog-section .section-subtitle {
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .home-catalog-section .catalog-filter-bar {
    display: none;
  }

  .home-catalog-section .dresses-grid {
    gap: 14px;
  }

  .home-catalog-section .dress-card:nth-child(n + 3) {
    display: none;
  }

  .home-catalog-section .card-media-wrapper {
    height: 310px;
  }

  .home-catalog-section .dress-card-img {
    height: 100%;
    aspect-ratio: auto;
  }

  .home-catalog-section .card-content {
    padding: 16px;
  }

  .home-catalog-section .dress-subtitle {
    margin-bottom: 12px;
  }

  .home-catalog-section .home-catalog-cta {
    gap: 12px;
    margin-top: 18px;
    padding: 16px;
  }

  .home-catalog-section .catalog-full-link {
    min-height: 46px;
  }

  /* Forms */
  .booking-wrapper,
  .contact-layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .booking-perks-box,
  .booking-form-card,
  .map-card-wrapper {
    padding: 22px 18px;
    border-radius: 20px;
  }

  /* Compact booking form while preserving comfortable mobile input targets */
  .booking-wrapper {
    gap: 16px;
  }

  .booking-section .booking-form-card {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .booking-form-card .form-header {
    margin-bottom: 18px;
  }

  .booking-form-card .form-title,
  .booking-form-card .form-header h3 {
    margin-bottom: 5px;
    font-size: 1.35rem;
  }

  .booking-form-card .form-subtitle,
  .booking-form-card .form-header p {
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .form-grid,
  .form-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .booking-form-card .form-row {
    margin-bottom: 10px;
  }

  .form-group,
  .form-row .form-group {
    width: 100%;
    min-width: 0;
  }

  .booking-form-card .form-group {
    gap: 5px;
    margin-bottom: 10px;
  }

  .booking-form-card .form-row .form-group {
    margin-bottom: 0;
  }

  .booking-form-card .form-label {
    font-size: 0.84rem;
  }

  .form-input,
  .form-select,
  .form-textarea,
  .form-control,
  input,
  select,
  textarea {
    max-width: 100%;
    font-size: 16px;
  }

  .booking-form-card .form-control,
  .booking-form-card .form-input,
  .booking-form-card .form-select,
  .booking-form-card .form-textarea {
    min-height: 44px;
    padding: 10px 13px;
    border-radius: 10px;
  }

  .booking-form-card textarea.form-control,
  .booking-form-card .form-textarea {
    min-height: 82px;
  }

  .booking-form-card button[type="submit"] {
    min-height: 46px;
    padding: 11px 14px !important;
    font-size: 0.92rem !important;
  }

  .booking-form-card .guarantee-badge-row {
    gap: 10px;
    margin-top: 12px !important;
  }

  .btn,
  .btn-submit-booking,
  button[type="submit"] {
    min-height: 48px;
    touch-action: manipulation;
  }

  /* Galleries and contact */
  .craft-media-duo {
    grid-template-columns: 1fr;
  }

  .mobile-bespoke-intro {
    display: block;
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .mobile-bespoke-intro img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
    border: 3px solid var(--pure-white);
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
  }

  .craft-media-duo .craft-img:first-child {
    display: none;
  }

  .craft-img,
  .bride-card-media img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

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

  .contact-box {
    padding: 18px;
  }

  .contact-box-content p,
  .advisor-text,
  .bride-quote {
    overflow-wrap: anywhere;
  }

  /* Slightly more compact real-bride stories on phones */
  .brides-page-section .brides-cards-grid {
    gap: 14px;
  }

  .brides-page-section .bride-story-card {
    border-radius: 16px;
  }

  .brides-page-section .bride-card-media {
    height: 310px;
  }

  .brides-page-section .bride-card-media img {
    height: 100%;
  }

  .brides-page-section .bride-venue-badge {
    right: 12px;
    bottom: 12px;
    padding: 5px 11px;
    font-size: 0.74rem;
  }

  .brides-page-section .bride-card-body {
    padding: 18px;
  }

  .brides-page-section .bride-name-row {
    margin-bottom: 5px;
  }

  .brides-page-section .bride-name {
    font-size: 1.12rem;
  }

  .brides-page-section .bride-rating {
    font-size: 0.84rem;
  }

  .brides-page-section .bride-dress-tag {
    margin-bottom: 9px;
    font-size: 0.76rem;
  }

  .brides-page-section .bride-quote {
    margin-bottom: 12px;
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .brides-page-section .bride-date-footer {
    gap: 8px;
    padding-top: 10px;
    font-size: 0.74rem;
  }

  /* Dialogs become safe, scrollable mobile sheets */
  .modal-overlay {
    padding: 12px;
    align-items: flex-end;
  }

  .modal-dialog,
  .confirmation-card {
    width: 100%;
    max-width: none;
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    border-radius: 22px 22px 14px 14px;
    overscroll-behavior: contain;
  }

  .quickview-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .quickview-media-col img {
    width: 100%;
    height: auto;
    max-height: 48dvh;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .quickview-details-col {
    padding: 20px 18px;
  }

  .modal-title {
    font-size: 1.55rem;
    line-height: 1.4;
  }

  .modal-actions-row,
  .modal-pricing-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px;
  }

  .btn-close-modal {
    width: 44px;
    height: 44px;
    touch-action: manipulation;
  }

  /* Footer and fixed concierge */
  .site-footer {
    padding: 26px 0 12px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
    margin-bottom: 16px;
  }

  .footer-grid > .footer-col:first-child,
  .footer-grid > .footer-col:last-child {
    grid-column: 1 / -1;
  }

  .footer-brand-wrap,
  .footer-brand-wrap[style] {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px !important;
  }

  .footer-official-logo {
    height: 38px;
  }

  .footer-slogan {
    font-size: 0.84rem;
  }

  .footer-col h2 {
    margin-bottom: 4px;
    font-size: 0.88rem;
  }

  .footer-col p {
    font-size: 0.74rem;
    line-height: 1.5;
  }

  .footer-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .footer-links a {
    display: flex;
    align-items: center;
    min-height: 34px;
    font-size: 0.74rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 4px;
    padding-top: 10px;
    text-align: center;
    font-size: 0.68rem;
    line-height: 1.45;
  }

  .footer-bottom > div:last-child {
    display: none;
  }

  .site-footer .legal-links {
    gap: 6px 12px;
  }

  .site-footer .legal-links a {
    font-size: 0.7rem;
  }

  .footer-socials {
    gap: 6px;
    margin: -2px 0 12px;
  }

  .footer-social-link {
    width: 38px;
    height: 38px;
  }

  .floating-concierge-btn {
    left: max(14px, env(safe-area-inset-left));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
    padding: 0;
    display: grid;
    place-items: center;
    touch-action: manipulation;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .container {
    padding-inline: 14px;
  }

  .nav-container {
    padding-inline: 10px;
    gap: 6px;
  }

  .brand-official-logo {
    width: 52px;
    max-height: 52px;
  }

  .nav-actions {
    gap: 6px;
  }

  .btn-book-nav {
    padding-inline: 11px;
    font-size: 0.78rem;
  }

  .btn-book-nav .cta-icon {
    display: none;
  }

  .hero-title,
  .hero-title span.script-calligraphy {
    font-size: clamp(1.85rem, 9.2vw, 2.35rem);
  }

  .hero-description {
    font-size: 0.92rem;
  }

  .hero-stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 6px;
  }

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

  .stat-item:not(:last-child) {
    border-left: 0;
  }

  .hero-floating-card-mockup {
    position: relative;
    inset: auto;
    width: calc(100% - 12px);
    margin: -62px auto 0;
  }

  .hero-bottom-tagline::before,
  .hero-bottom-tagline::after {
    display: none;
  }

  .booking-perks-box,
  .booking-form-card,
  .map-card-wrapper,
  .catalog-filter-card,
  .catalog-filter-bar {
    padding: 18px 14px;
  }

  .catalog-page-container .card-media-wrapper {
    height: 265px;
  }

  .catalog-page-container .card-content {
    padding: 12px;
  }

  .couture-studio-section .couture-grid {
    gap: 16px;
  }

  .couture-studio-section .couture-showcase-frame img {
    height: 290px;
  }

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

/* Very narrow devices */
@media (max-width: 359px) {
  .btn-icon-wishlist {
    display: none;
  }

  .hero-title,
  .hero-title span.script-calligraphy {
    font-size: 1.75rem;
  }

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

/* Landscape phones: keep the header and dialog usable */
@media (max-width: 920px) and (orientation: landscape) and (max-height: 520px) {
  .hero-section,
  .inner-page-hero {
    padding-top: 90px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
  }

  .hero-curved-frame img.hero-main-bride {
    max-height: 72dvh;
  }

  .mobile-menu-drawer {
    max-height: calc(100dvh - 74px);
  }
}

/* Respect users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
