.site-header {
  grid-template-columns: clamp(178px, 14vw, 218px) minmax(0, 1fr) auto;
  column-gap: clamp(18px, 2.2vw, 34px);
  padding-inline: max(28px, calc((100vw - 1540px) / 2));
}

.footer-links address[data-business-contact] { display: grid; gap: .55rem; margin-top: .75rem; font-style: normal; }
.footer-links address[data-business-contact] span { font-size: .75rem; line-height: 1.6; opacity: .74; }

.site-header .wordmark--image {
  grid-column: 1;
  justify-self: start;
  width: clamp(178px, 14vw, 218px);
  height: calc(var(--header-height) - 16px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

/* The client-supplied logo is the only brand artwork used across the site. */
.announcement {
  display: none !important;
}

.app-loader__logo {
  width: clamp(150px, 22vw, 260px);
  height: auto;
  animation: breathe 1.5s infinite alternate;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.site-header .wordmark--image {
  width: 78px;
  height: calc(var(--header-height) - 8px);
  gap: 0;
}

.site-header .wordmark--image .brand-logo--header {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  transform: none;
}

.footer-bottom .wordmark {
  width: clamp(92px, 8vw, 128px);
  height: auto;
}

.brand-logo--footer {
  height: auto;
  border-radius: 2px;
}

/* Keep homepage sections editorial, but avoid doubled vertical whitespace. */
:root {
  --section-space: clamp(56px, 6vw, 96px);
}

#main-content > .section-shell + .section-shell {
  padding-top: clamp(20px, 2vw, 32px);
}

/* Route changes focus the main landmark for screen readers; suppress its full-width focus ring. */
#main-content:focus,
#main-content:focus-visible {
  outline: none;
}

.home-letter,
.footer-intro {
  display: none !important;
}

.brand-lockup__mark {
  display: block;
  flex: 0 0 auto;
  width: 54px;
  height: 48px;
  border: 0;
  object-fit: contain;
  object-position: center;
}

.brand-lockup__name {
  display: grid;
  gap: 2px;
  min-width: 0;
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: .12em;
  line-height: 1;
  white-space: nowrap;
}

.brand-lockup__name span {
  font-family: var(--font-body);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .28em;
}

.brand-lockup__name strong {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
}

.site-header .wordmark--image {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.desktop-navigation {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  min-width: 0;
  gap: clamp(16px, 1.5vw, 26px);
}

.site-header .desktop-nav,
.site-header .desktop-nav--right {
  grid-column: auto;
  justify-self: auto;
  margin: 0;
  gap: clamp(13px, 1.15vw, 21px);
  font-size: clamp(8px, .64vw, 10px);
}

.desktop-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 38px;
}

.nav-dropdown__link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.nav-dropdown__toggle {
  display: grid;
  width: 20px;
  height: 28px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.nav-dropdown__chevron {
  font-size: 7px;
  opacity: .68;
  transition: transform .2s ease;
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  display: grid;
  width: 254px;
  padding: 20px 24px 22px;
  border: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
  border-top-color: color-mix(in srgb, var(--gold) 72%, var(--line));
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(28, 18, 13, .09);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 7px);
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .14s;
  z-index: 70;
}

.nav-dropdown__menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 20px;
}

.nav-dropdown__menu a {
  padding: 10px 0;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: .1em;
}

.nav-dropdown__menu a::after {
  bottom: 4px;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

.nav-dropdown:hover .nav-dropdown__chevron,
.nav-dropdown:focus-within .nav-dropdown__chevron,
.nav-dropdown.is-open .nav-dropdown__chevron {
  transform: rotate(180deg);
}

.header-actions {
  position: static;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  gap: 3px;
}

@media (min-width: 1181px) {
  .site-header .menu-button { display: none; }

  .hero .hero__content {
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 clamp(68px, 7vh, 98px);
    text-align: center;
  }

  .hero .hero__content > .eyebrow {
    margin-bottom: 18px;
  }

  .hero .hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  .hero .hero__actions .button {
    min-width: 220px;
    min-height: 54px;
    justify-content: center;
  }
}

.bridal-editorial {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1.2fr);
  align-items: stretch;
  gap: 0;
  padding-top: 0;
  padding-bottom: var(--section-space);
}

.bridal-editorial__art {
  min-height: 620px;
  overflow: hidden;
  background: #171514;
}

.bridal-editorial__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bridal-editorial__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  padding: clamp(55px, 7vw, 110px);
  border: 1px solid #d8c5a5;
  color: #482817;
  background: #f7eadc;
  text-align: center;
}

.bridal-editorial__copy h2 {
  max-width: 650px;
  margin: 18px 0 34px;
  color: #7a4a1f;
  font-size: clamp(54px, 6.4vw, 104px);
  line-height: .95;
}

.bridal-editorial__tagline {
  margin: 0 0 42px;
  color: #9b6e35;
  font-size: clamp(12px, 1.15vw, 17px);
  letter-spacing: .3em;
}

.bridal-editorial__copy .button--outline {
  border-color: #b58a5f;
  color: #6f431e;
  background: transparent;
}

.bridal-editorial__copy .button--outline:hover {
  color: #fffaf3;
  background: #6f431e;
}

.whatsapp-float {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(88px, calc(env(safe-area-inset-bottom) + 72px));
  z-index: 75;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  background: #1f9d55;
  box-shadow: 0 10px 30px rgba(18, 71, 43, .24);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .05em;
}

.whatsapp-float i {
  font-size: 18px;
}

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

.footer-bottom > div {
  padding-right: 64px;
}

.mobile-menu nav {
  align-content: start;
  overflow-y: auto;
  margin: clamp(34px, 7vh, 72px) 0 24px;
  padding-right: 5px;
}

.mobile-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.mobile-nav__row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 38px;
  align-items: center;
}

.mobile-menu .mobile-nav__row > span {
  font-family: var(--font-body);
  font-size: 9px;
  opacity: .72;
}

.mobile-menu .mobile-nav__row > a {
  display: block;
  padding: 11px 0;
  border: 0;
  font-family: var(--font-display);
  font-size: clamp(22px, 5.5vw, 34px);
  line-height: 1.25;
}

.mobile-nav__row > button {
  display: grid;
  width: 38px;
  height: 42px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.mobile-nav__row > i {
  justify-self: center;
  font-size: 14px;
}

.mobile-nav__submenu {
  display: grid;
  gap: 0;
  margin: 0 0 12px 36px;
  padding: 2px 0 4px 18px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.mobile-nav__submenu[hidden] {
  display: none;
}

.mobile-menu .mobile-nav__submenu a {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  min-height: 36px;
  padding: 7px 0;
  border: 0;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .desktop-navigation { display: none; }
  .site-header {
    grid-template-columns: 38px minmax(124px, 1fr) auto;
    column-gap: 7px;
    padding-inline: 24px;
  }
  .site-header .menu-button {
    display: block;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  .site-header .wordmark--image {
    grid-column: 2;
    justify-self: start;
  }
  .header-actions {
    position: static;
    grid-column: 3;
    justify-self: end;
  }
}

@media (max-width: 800px) {
  :root { --section-space: 58px; }
  .site-header .wordmark--image { width: 62px; height: 66px; }
  .brand-lockup__mark { width: 38px; height: 38px; font-size: 15px; }
  .brand-lockup__name { font-size: 13px; }
  .brand-lockup__name span { font-size: 7.5px; }
  .header-actions { gap: 0; }
  .header-actions [data-action="search"] { display: grid; }
  .header-actions [data-action="wishlist"] { display: none; }
  .bridal-editorial { grid-template-columns: 1fr; }
  .bridal-editorial__art,
  .bridal-editorial__copy { min-height: 0; }
  .bridal-editorial__art { aspect-ratio: 1 / 1; }
  .bridal-editorial__copy { padding: 62px 24px; }
  .bridal-editorial__copy h2 { margin-bottom: 26px; }
  .bridal-editorial__tagline { margin-bottom: 34px; letter-spacing: .2em; }
  .whatsapp-float { right: 12px; bottom: max(76px, calc(env(safe-area-inset-bottom) + 64px)); width: 42px; min-height: 42px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@media (max-width: 600px) {
  .announcement {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 7px;
    line-height: 1.35;
  }
  .announcement a { display: none; }
  .site-header { grid-template-columns: 34px minmax(112px, 1fr) auto; gap: 4px; padding-inline: 8px; }
  .site-header .wordmark--image { width: 58px; height: 62px; gap: 0; }
  .brand-lockup__mark { width: 34px; height: 34px; font-size: 14px; }
  .brand-lockup__name { font-size: 12px; letter-spacing: .08em; }
  .brand-lockup__name span { font-size: 7px; letter-spacing: .1em; }
  .header-actions .icon-button { width: 34px; height: 38px; }
  .mobile-menu { padding: 22px 20px; }
  .mobile-menu nav { margin-top: 28px; }
}

@media (max-width: 480px) {
  :root { --section-space: 48px; }
  .header-actions [data-action="account"] { display: grid; }
}

/* Client editorial: real brides and founder story. */
.brides-editorial {
  display: grid;
  grid-template-columns: minmax(290px, .7fr) minmax(500px, 1.3fr);
  align-items: center;
  gap: clamp(44px, 6vw, 110px);
  padding-block: clamp(88px, 10vw, 168px);
  color: #f4eadf;
  background: #171310;
}

.brides-editorial__heading {
  max-width: 520px;
  padding-left: clamp(0px, 2vw, 34px);
}

.brides-editorial__heading .eyebrow,
.home-story__copy .eyebrow,
.story-page .eyebrow {
  color: #b99a70;
}

.brides-editorial__heading h2 {
  margin: 18px 0 34px;
  color: inherit;
  font-size: clamp(48px, 5.6vw, 90px);
  line-height: .97;
  letter-spacing: -.025em;
}

.brides-editorial__heading > p:last-child {
  margin: 0;
  color: #d9cabc;
  font-family: var(--font-display);
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.35;
}

.brides-editorial__portrait,
.home-story__portrait,
.story-page__portrait {
  margin: 0;
  overflow: hidden;
  background: #2a201a;
}

.brides-editorial__portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1168 / 1280;
  object-fit: contain;
}

.home-story {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(54px, 8vw, 130px);
  padding-block: clamp(88px, 10vw, 164px);
  color: #38251c;
  background: #efe4d6;
}

.home-story__portrait {
  justify-self: center;
  width: min(100%, 540px);
  background: #d7c7b7;
}

.home-story__portrait img,
.story-page__portrait img {
  display: block;
  width: 100%;
  height: auto;
}

.home-story__copy {
  max-width: 650px;
}

.home-story__copy h2 {
  margin: 18px 0 34px;
  color: #573520;
  font-size: clamp(54px, 6vw, 94px);
  line-height: .95;
}

.home-story__copy > p {
  max-width: 590px;
  color: #5e493d;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.75;
}

.home-story__copy .home-story__lead {
  color: #573520;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.3vw, 36px);
  line-height: 1.35;
}

.home-story__copy .text-link {
  margin-top: 24px;
  color: #573520;
}

.story-breadcrumbs {
  display: flex;
  gap: 10px;
  padding: 22px max(24px, calc((100vw - 1540px) / 2));
  color: #a78d78;
  background: #171310;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.story-page {
  color: #eadfd3;
  background: #171310;
}

.story-page__intro {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
  gap: clamp(40px, 8vw, 140px);
  align-items: end;
  padding-block: clamp(70px, 9vw, 145px);
  border-bottom: 1px solid rgba(205, 178, 143, .2);
}

.story-page__title h1 {
  margin: 18px 0 0;
  color: #f3e8dc;
  font-size: clamp(64px, 8vw, 126px);
  line-height: .9;
}

.story-page__lead {
  max-width: 720px;
  margin: 0;
  color: #d9c6b4;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.3;
}

.story-page__editorial {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(440px, 1.22fr);
  align-items: start;
  gap: clamp(58px, 8vw, 140px);
  padding-block: clamp(80px, 10vw, 160px);
}

.story-page__portrait {
  width: min(100%, 570px);
  justify-self: center;
}

.story-page__body {
  max-width: 760px;
  padding-top: clamp(0px, 4vw, 70px);
}

.story-page__body p {
  margin: 0 0 28px;
  color: #cdbeb1;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.9;
}

.story-page__body .story-page__closing {
  margin-top: 52px;
  color: #f0dfcf;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.25;
}

@media (max-width: 900px) {
  .brides-editorial,
  .home-story,
  .story-page__intro,
  .story-page__editorial {
    grid-template-columns: 1fr;
  }

  .brides-editorial,
  .home-story {
    gap: 42px;
  }

  .brides-editorial__heading,
  .home-story__copy {
    max-width: 680px;
    padding-inline: 0;
  }

  .brides-editorial__portrait {
    width: 100%;
  }

  .home-story__portrait,
  .story-page__portrait {
    width: min(100%, 520px);
  }

  .story-page__intro {
    align-items: start;
    gap: 38px;
  }

  .story-page__editorial {
    gap: 50px;
  }

  .story-page__body {
    max-width: 680px;
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .site-header .wordmark--image { width: 58px; }
  .brand-lockup__mark { width: 40px; height: 38px; }
  .brand-lockup__name { gap: 1px; }
  .brand-lockup__name span { font-size: 6px; }
  .brand-lockup__name strong { font-size: 11px; letter-spacing: .07em; }

  .brides-editorial,
  .home-story {
    width: 100%;
    margin-inline: auto;
    padding-inline: 18px;
    padding-block: 72px;
  }

  .brides-editorial__heading h2 {
    margin-bottom: 24px;
    font-size: clamp(43px, 13vw, 58px);
  }

  .brides-editorial__heading > p:last-child {
    font-size: 22px;
  }

  .home-story__copy h2 {
    font-size: clamp(64px, 18vw, 78px);
  }

  .home-story__copy > p {
    font-size: 17px;
    line-height: 1.7;
  }

  .home-story__copy .home-story__lead {
    font-size: clamp(29px, 8.5vw, 36px);
    line-height: 1.38;
  }

  .story-breadcrumbs {
    padding-inline: 18px;
  }

  .story-page__intro,
  .story-page__editorial {
    padding-block: 64px;
  }

  .story-page__title h1 {
    font-size: 62px;
  }

  .story-page__lead {
    font-size: 28px;
  }

  .story-page__body p {
    font-size: 15px;
    line-height: 1.78;
  }
}

.returns-policy {
  max-width: 1280px;
  padding-block: clamp(72px, 9vw, 130px);
}

.returns-policy h1 {
  margin-bottom: clamp(46px, 6vw, 82px);
  font-size: clamp(54px, 6.5vw, 92px);
}

.returns-policy > ul {
  max-width: 1120px;
  margin: 0;
  padding-left: 1.2em;
  font-size: clamp(20px, 2.1vw, 34px);
  line-height: 1.55;
}

.returns-policy li {
  padding-left: .35em;
}

.returns-policy li + li {
  margin-top: .35em;
}

.returns-policy ul ul {
  margin-top: .25em;
  padding-left: 1.5em;
}

@media (max-width: 600px) {
  .returns-policy {
    padding-block: 56px 76px;
  }

  .returns-policy h1 {
    margin-bottom: 34px;
    font-size: clamp(42px, 13vw, 58px);
  }

  .returns-policy > ul {
    padding-left: 1.1em;
    font-size: 17px;
    line-height: 1.55;
  }

  .returns-policy ul ul {
    padding-left: 1.25em;
  }
}

/* Client readability and spacing pass. Keep footer content comfortably inset
   from both viewport edges at every breakpoint. */
.site-footer .footer-links,
.site-footer .footer-bottom {
  width: auto;
  margin-inline: clamp(32px, 5vw, 80px);
}

.site-footer .footer-links {
  font-size: clamp(14px, 1vw, 16px);
}

.site-footer .footer-links h3 {
  font-size: 12px;
}

.site-footer .footer-links a,
.site-footer .footer-links address[data-business-contact] span {
  font-size: 14px;
  line-height: 1.65;
}

.site-footer .footer-bottom p,
.site-footer .footer-bottom > div {
  font-size: 12px;
}

body.is-home-route #main-content {
  font-size: 17px;
}

body.is-home-route #main-content .eyebrow,
body.is-home-route #main-content .text-link,
body.is-home-route #main-content .button {
  font-size: 12px;
}

body.is-home-route #main-content .product-card__info h3 {
  font-size: 15px;
}

body.is-home-route #main-content .product-card__info p,
body.is-home-route #main-content .product-card__info strong,
body.is-home-route #main-content .category-showcase__grid p,
body.is-home-route #main-content .collection-card p {
  font-size: 13px;
}

body.is-home-route #main-content .manifesto > p:not(.eyebrow),
body.is-home-route #main-content .social-edit header p:last-child {
  font-size: 18px;
}

@media (max-width: 800px) {
  .site-footer .footer-links,
  .site-footer .footer-bottom {
    margin-inline: 24px;
  }

  .site-footer .footer-links {
    gap: 42px 24px;
  }

  body.is-home-route #main-content {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .site-footer .footer-links,
  .site-footer .footer-bottom {
    margin-inline: 20px;
  }

  .site-footer .footer-links {
    gap: 34px 20px;
  }

  .site-footer .footer-links h3 {
    font-size: 11px;
  }

  .site-footer .footer-links a,
  .site-footer .footer-links address[data-business-contact] span {
    font-size: 13px;
  }

  body.is-home-route #main-content .eyebrow,
  body.is-home-route #main-content .text-link,
  body.is-home-route #main-content .button {
    font-size: 11px;
  }

  body.is-home-route #main-content .product-card__info h3 {
    font-size: 14px;
  }
}
