:root {
  --paper: #f7f4ef;
  --ink: #272520;
  --muted: #77736c;
  --line: #dcd7ce;
  --accent: #8b7668;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 14px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 5.4%; background: var(--paper); position: relative; z-index: 2; }
.mobile-menu { display: none; }
.wordmark { display: inline-flex; align-items: center; justify-content: center; width: 150px; height: 50px; flex: 0 0 auto; overflow: hidden; }
.wordmark img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.main-nav { display: flex; gap: clamp(20px, 3vw, 46px); margin-left: 4%; }
.main-nav a, .header-cta { font-size: 11px; letter-spacing: .04em; }
.main-nav a { color: #5c5953; transition: color .2s; }
.main-nav a:hover, .footer-column a:hover { color: var(--accent); }
.nav-dropdown { position: relative; }
.nav-dropdown-trigger span { margin-left: 4px; }
.nav-dropdown-menu { position: absolute; z-index: 5; top: 100%; left: -20px; display: none; min-width: 190px; padding: 12px; background: var(--paper); box-shadow: 0 12px 30px rgba(39,37,32,.13); }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a, .nav-menu-unavailable { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; font-size: 11px; color: var(--ink); }
.nav-dropdown-menu a:hover { background: #eee9e1; }
.nav-menu-group { padding: 2px 0 7px; border-bottom: 1px solid var(--line); }
.nav-menu-heading { font-weight: 600; }
.nav-submenu { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding-left: 8px; }
.nav-submenu a { color: var(--muted); }
.nav-menu-unavailable { color: #99938a; cursor: default; }
.nav-menu-unavailable small { font-size: 8px; letter-spacing: .02em; }
.header-cta { border-bottom: 1px solid var(--ink); padding: 8px 0; }
.header-cta span { margin-left: 12px; }
.hero { height: min(690px, 76vw); min-height: 510px; position: relative; color: #fff; overflow: hidden; background: #5a5048; }
.hero-image { position: absolute; inset: 0; object-position: center 52%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,26,23,.57) 0%, rgba(29,26,23,.23) 48%, rgba(29,26,23,.03) 100%), linear-gradient(0deg, rgba(25,22,20,.23), transparent 40%); }
.hero-copy { position: absolute; left: 8.5%; right: 7.5%; top: 50%; transform: translateY(-46%); display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .62fr); column-gap: clamp(42px, 6vw, 90px); align-items: center; }
.eyebrow { font-size: 9px; letter-spacing: .2em; line-height: 1.5; font-weight: 600; }
.hero-copy .eyebrow { grid-column: 1; grid-row: 1; margin: 0 0 24px; color: rgba(255,255,255,.8); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(44px, 6.2vw, 82px); line-height: 1.08; margin-bottom: 19px; }
.hero-copy h1 { grid-column: 1; grid-row: 2; }
h1 em, h2 em { font-weight: 400; }
.hero-intro { grid-column: 1; grid-row: 3; font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.86); max-width: 460px; margin-bottom: 0; }
.hero-benefit-carousel { grid-column: 2; grid-row: 1 / span 3; align-self: center; width: 100%; max-width: 390px; min-height: 242px; margin: 0; padding: 26px 28px 22px; border: 1px solid rgba(255,255,255,.58); border-radius: 12px; background: rgba(35,31,27,.3); box-shadow: 0 16px 50px rgba(0,0,0,.14); backdrop-filter: blur(6px); animation: hero-benefit-enter .8s cubic-bezier(.2,.75,.25,1) both; }
.hero-benefit-label { margin: 0 0 22px; color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: .16em; }
.hero-benefit-carousel .hero-benefit-label { margin: 0 0 22px; color: rgba(255,255,255,.68); }
.hero-benefit-track { position: relative; display: grid; grid-template-columns: 1fr; min-height: 104px; align-items: center; }
.hero-benefit-card { grid-area: 1 / 1; display: block; align-self: center; margin: 0; padding: 0; border: 0; color: #fff; background: none; font: 400 clamp(29px, 2.7vw, 38px)/1.2 var(--serif); letter-spacing: -.025em; opacity: 0; transform: translateY(10px); animation: hero-benefit-first 8s ease-in-out infinite; }
.hero-benefit-card em { color: #eee3d6; font-style: italic; }
.hero-benefit-card:nth-child(2) { animation-name: hero-benefit-second; }
.hero-benefit-pagination { display: flex; gap: 8px; margin-top: 21px; }
.hero-benefit-pagination span { position: relative; flex: 1; height: 2px; overflow: hidden; background: rgba(255,255,255,.25); }
.hero-benefit-pagination span::after { position: absolute; inset: 0; content: ""; background: rgba(255,255,255,.9); transform: scaleX(0); transform-origin: left center; animation: hero-benefit-progress-first 8s linear infinite; }
.hero-benefit-pagination span:nth-child(2)::after { animation-name: hero-benefit-progress-second; }
.hero-copy > .button { grid-column: 1; grid-row: 4; justify-self: start; margin-top: 25px; }
.hero-carousel-hint { display: none; }
.hero .button { min-height: 54px; padding-right: 23px; padding-left: 23px; font-size: 12px; gap: 44px; }
.hero-copy h1 { font-size: clamp(50px, 5.3vw, 70px); }
@keyframes hero-benefit-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-benefit-first { 0%, 42% { opacity: 1; transform: translateY(0); } 50%, 92% { opacity: 0; transform: translateY(-9px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes hero-benefit-second { 0%, 42% { opacity: 0; transform: translateY(9px); } 50%, 92% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(9px); } }
@keyframes hero-benefit-progress-first { 0%, 50% { transform: scaleX(1); } 50.1%, 100% { transform: scaleX(0); } }
@keyframes hero-benefit-progress-second { 0%, 50% { transform: scaleX(0); } 50.1%, 100% { transform: scaleX(1); } }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; padding: 0 20px; font-size: 10px; letter-spacing: .06em; transition: background .2s, color .2s; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #ded5c9; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--accent); }
.hero-index, .hero-caption { position: absolute; bottom: 25px; font-size: 8px; letter-spacing: .18em; color: rgba(255,255,255,.8); }
.hero-index { left: 5.4%; }.hero-caption { right: 5.4%; }
.section-wrap { padding-left: 10.5%; padding-right: 10.5%; }
.collection { padding-top: 124px; padding-bottom: 117px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading .eyebrow, .story-copy .eyebrow { color: var(--accent); margin-bottom: 16px; }
h2 { font-size: clamp(36px, 4vw, 54px); line-height: 1.15; margin-bottom: 0; }
.heading-note { max-width: 285px; color: var(--muted); font-size: 11px; line-height: 1.9; margin-bottom: 4px; }
.dress-grid { display: grid; grid-template-columns: 1.07fr .93fr 1.07fr; gap: 25px; align-items: start; }
.dress-card-offset { margin-top: 68px; }
.dress-photo { height: clamp(330px, 40vw, 510px); position: relative; background: #e9e3da; overflow: hidden; }
.dress-card-tall .dress-photo { height: clamp(390px, 46vw, 570px); }
.dress-card-offset .dress-photo { height: clamp(310px, 36vw, 460px); }
.dress-photo img, .bride-photo img, .story-image img { transition: transform .5s ease; }
.dress-card:hover img, .bride-photo:hover img { transform: scale(1.025); }
.card-number { position: absolute; left: 14px; top: 14px; color: #fff; font-size: 9px; letter-spacing: .12em; text-shadow: 0 1px 8px #444; }
.dress-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; }
.dress-meta h3 { font: 400 20px/1.2 var(--serif); margin-bottom: 5px; }
.dress-meta p { font-size: 9px; color: var(--muted); letter-spacing: .04em; margin-bottom: 0; }
.arrow { font-size: 15px; color: var(--accent); }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.catalog-card { display: block; min-width: 0; }
.catalog-photo { height: clamp(250px, 31vw, 430px); position: relative; overflow: hidden; background: #e9e3da; }
.catalog-photo img { transition: transform .5s ease; }
.catalog-card:hover img { transform: scale(1.025); }
.catalog-photo > span { position: absolute; left: 13px; bottom: 13px; color: #fff; font-size: 8px; letter-spacing: .12em; text-shadow: 0 1px 8px #444; }
.catalog-hint { margin: 24px 0 0; color: var(--muted); font-size: 10px; line-height: 1.8; }
.catalog-page { padding-bottom: 100px; }
.catalog-page .section-heading { margin-bottom: 42px; }
.catalog-title { font-size: clamp(40px, 5.2vw, 68px); }
.catalog-dress-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; align-items: start; }
.catalog-dress-grid .dress-photo { height: clamp(360px, 47vw, 590px); }
.catalog-dress-grid .dress-card:first-child { grid-row: auto; }
.catalog-dress-grid .dress-meta h2 { font: 400 22px/1.2 var(--serif); margin: 0 0 5px; letter-spacing: 0; }
.catalog-page > .detail-back { margin-top: 48px; }
.text-link { display: inline-flex; align-items: center; gap: 25px; border-bottom: 1px solid var(--ink); padding: 0 0 9px; font-size: 10px; letter-spacing: .06em; margin-top: 48px; }
.text-link span { font-size: 14px; }
.story { min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; background: #eee9e1; }
.story-image { min-height: 600px; position: relative; overflow: hidden; }
.story-image img { object-position: center 40%; }
.image-note { position: absolute; left: 30px; bottom: 25px; color: #fff; letter-spacing: .16em; font-size: 8px; }
.story-copy { align-self: center; max-width: 490px; padding: 90px 12% 90px 13%; }
.story-copy h2 { margin: 0 0 24px; }
.story-copy > p:not(.eyebrow) { font-size: 11px; line-height: 2; color: #66615b; margin-bottom: 13px; }
.story-copy .text-link { margin-top: 20px; }
.takecare { padding-top: 120px; padding-bottom: 124px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: center; }
.takecare-intro { max-width: 440px; }
.takecare-intro .eyebrow, .takecare-details .eyebrow { color: var(--accent); margin-bottom: 16px; }
.takecare-intro h2 { margin-bottom: 20px; }
.takecare-intro > p:not(.eyebrow) { color: var(--muted); font-size: 12px; line-height: 1.9; }
.takecare-intro .takecare-price { margin: 22px 0 18px; color: var(--ink) !important; font: 400 27px/1.3 var(--serif) !important; }
.takecare-details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 0; }
.takecare-details ul { list-style: none; padding: 0; margin: 0; }
.takecare-details li { position: relative; padding-left: 19px; margin: 0 0 12px; color: #625e57; font-size: 11px; line-height: 1.8; }
.takecare-details li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }
.takecare-notes { margin-top: 27px; padding-top: 24px; border-top: 1px solid var(--line); }
.dress-detail-page { min-height: 65vh; padding: 0 8% 110px; }
.detail-breadcrumb { display: flex; gap: 11px; align-items: center; padding: 24px 0 29px; color: var(--muted); font-size: 9px; letter-spacing: .05em; }
.detail-breadcrumb a:hover, .detail-back:hover { color: var(--accent); }
.detail-breadcrumb span { color: #aaa197; }
.dress-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: clamp(48px, 8vw, 120px); max-width: 1240px; margin: 0 auto; }
.detail-photo { aspect-ratio: 4 / 5; max-height: 760px; position: relative; overflow: hidden; background: #e9e3da; }
.detail-photo img { object-position: center 38%; }
.detail-photo > span { position: absolute; bottom: 17px; left: 18px; color: #fff; font-size: 8px; letter-spacing: .15em; text-shadow: 0 1px 7px #333; }
.detail-copy { max-width: 480px; padding: 32px 0; }
.detail-copy .eyebrow { color: var(--accent); margin-bottom: 15px; }
.detail-copy h1 { color: var(--ink); font-size: clamp(42px, 5vw, 68px); margin-bottom: 3px; }
.dress-line-name { color: var(--accent); font: 400 clamp(16px, 1.8vw, 21px)/1.4 var(--serif); margin-bottom: 25px; }
.detail-description { max-width: 410px; color: #625e57; font-size: 12px; line-height: 2; margin-bottom: 25px; }
.dress-specs { margin: 0; border-top: 1px solid var(--line); }
.dress-specs > div { display: grid; grid-template-columns: 116px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 10px; line-height: 1.7; }
.dress-specs dt { color: var(--muted); }
.dress-specs dd { margin: 0; color: var(--ink); }
.detail-note { margin: 17px 0 24px; color: #89837b; font-size: 9px; line-height: 1.8; }
.dress-specs, .detail-note { display: none; }
.dress-code { max-width: 410px; margin: 28px 0 25px; padding: 18px 20px; border: 1px solid var(--line); background: rgba(255,255,255,.28); }
.dress-code > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.dress-code strong { display: block; font: 500 25px/1.2 var(--sans); letter-spacing: .12em; }
.dress-code p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.detail-back { display: block; width: fit-content; margin-top: 23px; font-size: 10px; color: #68645e; }
.detail-footer { padding-top: 20px; }
.brides { padding-top: 120px; padding-bottom: 125px; }
.brides-heading { margin-bottom: 45px; }
.bride-grid { display: grid; grid-template-columns: 1fr .83fr 1fr; gap: 22px; align-items: center; }
.bride-photo { margin: 0; height: 370px; overflow: hidden; background: #e7e1d8; }
.bride-photo-last { height: 320px; }
.bride-photo img { object-position: center 45%; }
.bride-photo figcaption { padding-top: 11px; font-size: 8px; letter-spacing: .13em; color: var(--muted); }
.quote-card { padding: 20px 6%; text-align: center; }
.quote-mark { font: 64px/.8 var(--serif); color: #b39c8a; }
blockquote { font: 400 clamp(18px, 1.8vw, 24px)/1.55 var(--serif); margin: 20px 0 25px; }
.quote-credit { font-size: 8px; letter-spacing: .13em; color: var(--muted); }
.quote-credit span { margin: 0 6px; }
.quote-count { margin-top: 42px; font-size: 9px; letter-spacing: .12em; }.quote-count span { margin: 0 8px; color: #aaa197; }
.appointment { min-height: 470px; position: relative; display: grid; place-items: center; color: #fff; text-align: center; overflow: hidden; background: #71665d; }
.appointment > img { position: absolute; inset: 0; object-position: center 58%; }
.appointment-overlay { position: absolute; inset: 0; background: rgba(40,35,30,.43); }
.appointment-copy { position: relative; padding: 60px 20px; }
.appointment-copy .eyebrow { margin-bottom: 19px; color: rgba(255,255,255,.78); }
.appointment-copy h2 { font-size: clamp(38px, 5vw, 62px); margin-bottom: 28px; }
.site-footer { padding: 67px 7% 22px; background: #eeebe5; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1.25fr 1fr; gap: 35px; padding-bottom: 53px; }
.footer-brand p { margin-top: 20px; font: 16px/1.6 var(--serif); color: #67625b; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h2 { font: 600 9px/1.5 var(--sans); letter-spacing: .14em; text-transform: uppercase; margin: 5px 0 9px; }
.footer-column p, .footer-column a { font-size: 10px; line-height: 1.8; color: #68645e; margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 17px; color: #868078; font-size: 8px; letter-spacing: .04em; }
.footer-bottom a { color: var(--ink); }
@media (max-width: 760px) {
  .site-header { height: 70px; padding: 0 6%; }
  .wordmark { width: 125px; height: 42px; }
  .main-nav { display: none; }
  .mobile-menu { position: relative; display: block; margin-left: auto; margin-right: 16px; }
  .mobile-menu summary { display: grid; place-items: center; width: 28px; height: 32px; color: var(--ink); font-size: 19px; line-height: 1; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu-panel { position: absolute; z-index: 8; top: calc(100% + 17px); right: -92px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; width: min(300px, 84vw); padding: 12px; background: var(--paper); box-shadow: 0 14px 34px rgba(39,37,32,.18); }
  .mobile-menu-panel a, .mobile-menu-panel span { display: flex; align-items: center; justify-content: space-between; min-height: 39px; padding: 8px 9px; color: var(--ink); font-size: 11px; }
  .mobile-menu-panel .mobile-menu-heading { grid-column: 1 / -1; font-weight: 600; border-bottom: 1px solid var(--line); }
  .mobile-menu-panel span { color: #918a81; }
  .mobile-menu-panel small { margin-left: 5px; font-size: 7px; }
  .header-cta { font-size: 9px; }
  .hero { min-height: 590px; height: 78vh; max-height: 760px; }
  .hero-image { object-position: 57% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(29,26,23,.48), rgba(29,26,23,.08)), linear-gradient(0deg, rgba(25,22,20,.32), transparent 60%); }
  .hero-copy { display: block; left: 7%; right: 7%; top: 48%; max-width: none; }
  .hero-benefit-carousel { width: 100%; max-width: none; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; animation: none; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .hero-benefit-label { margin: 0 0 10px; font-size: 8px; }
  .hero-benefit-carousel::-webkit-scrollbar { display: none; }
  .hero-benefit-track { display: flex; width: max-content; gap: 10px; }
  .hero-benefit-card { position: static; flex: 0 0 calc(86vw - 38px); max-width: 360px; min-height: 64px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.68); background: rgba(35,31,27,.24); font: 400 16px/1.45 var(--sans); letter-spacing: .01em; opacity: 1; transform: none; animation: none; scroll-snap-align: start; }
  .hero-benefit-card em { font-style: normal; }
  .hero-benefit-pagination { display: none; }
  .hero-carousel-hint { display: block; margin: 9px 0 18px; color: rgba(255,255,255,.72); font-size: 9px; letter-spacing: .04em; }
  .hero .button { min-height: 52px; font-size: 11px; }
  h1 { font-size: clamp(45px, 11vw, 68px); }
  .section-wrap { padding-left: 7%; padding-right: 7%; }
  .collection, .brides { padding-top: 78px; padding-bottom: 80px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .heading-note { margin-top: 17px; max-width: 380px; }
  .dress-grid { grid-template-columns: 1fr 1fr; gap: 23px 13px; }
  .catalog-grid { grid-template-columns: 1fr 1fr; gap: 24px 13px; }
  .catalog-photo { height: 67vw; max-height: 390px; }
  .catalog-dress-grid { grid-template-columns: 1fr 1fr; gap: 24px 13px; }
  .catalog-dress-grid .dress-photo { height: 68vw; max-height: 420px; }
  .catalog-dress-grid .dress-card:first-child { grid-row: auto; }
  .catalog-dress-grid .dress-card:first-child .dress-photo { height: 68vw; max-height: 420px; }
  .catalog-page { padding-bottom: 75px; }
  .catalog-page .section-heading { margin-bottom: 30px; }
  .dress-card-offset { margin-top: 0; }
  .dress-photo, .dress-card-tall .dress-photo, .dress-card-offset .dress-photo { height: clamp(250px, 72vw, 390px); }
  .dress-card:first-child { grid-row: span 2; }
  .dress-card:first-child .dress-photo { height: clamp(520px, 146vw, 720px); }
  .dress-meta h3 { font-size: 17px; }
  .dress-meta p { font-size: 8px; }
  .text-link { margin-top: 34px; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 0; height: 100vw; max-height: 560px; }
  .story-copy { padding: 65px 8% 72px; }
  .takecare { padding-top: 78px; padding-bottom: 82px; grid-template-columns: 1fr; gap: 36px; }
  .dress-detail-page { padding: 0 7% 75px; }
  .detail-breadcrumb { padding: 19px 0 21px; }
  .dress-detail { grid-template-columns: 1fr; gap: 25px; }
  .detail-photo { width: 100%; aspect-ratio: 4 / 5; max-height: none; }
  .detail-copy { max-width: none; padding: 12px 0 0; }
  .detail-copy h1 { font-size: clamp(42px, 12vw, 64px); }
  .dress-line-name { font-size: 19px; }
  .dress-specs > div { grid-template-columns: 96px 1fr; }
  .bride-grid { grid-template-columns: 1fr 1fr; gap: 25px 14px; }
  .bride-photo { height: 55vw; max-height: 380px; }
  .bride-photo-last { height: 48vw; }
  .quote-card { grid-column: 1 / -1; grid-row: 2; padding: 24px 9%; }
  .quote-count { margin-top: 24px; }
  .appointment { min-height: 430px; }
  .site-footer { padding: 52px 7% 20px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 37px 20px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-benefit-carousel, .hero-benefit-card, .hero-benefit-pagination span::after { animation: none; }
  .hero-benefit-track { grid-template-rows: auto auto; gap: 14px; }
  .hero-benefit-card { grid-area: auto; opacity: 1; transform: none; }
  .hero-benefit-pagination { display: none; }
}
@media (max-width: 390px) {
  .header-cta { font-size: 9px; }
  .header-cta span { margin-left: 5px; }
  .hero { min-height: 550px; }
  .dress-grid { grid-template-columns: 1fr; }
  .dress-card:first-child { grid-row: auto; }
  .dress-photo, .dress-card-tall .dress-photo, .dress-card-offset .dress-photo, .dress-card:first-child .dress-photo { height: 115vw; max-height: 500px; }
  .bride-grid { grid-template-columns: 1fr; }
  .bride-photo, .bride-photo-last { height: 105vw; max-height: 450px; }
  .quote-card { grid-column: auto; grid-row: auto; }
  .footer-bottom { gap: 15px; line-height: 1.7; }
}
@media (max-width: 360px) {
  .catalog-grid, .catalog-dress-grid { grid-template-columns: 1fr; }
  .catalog-photo, .catalog-dress-grid .dress-photo { height: 115vw; max-height: 500px; }
  .catalog-dress-grid .dress-card:first-child .dress-photo { height: 115vw; max-height: 500px; }
}
