@media (max-width: 1080px) {
  .ys-announcement {
    gap: 14px;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
  }

  .ys-site-header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas: "brand toggle actions";
    min-height: 70px;
    padding-block: 10px;
    gap: 10px;
  }

  .ys-brand {
    justify-self: start;
    min-width: 0;
  }

  .ys-brand img {
    width: clamp(158px, 47vw, 210px);
    max-height: 52px;
  }

  .ys-main-nav {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    grid: auto /  1fr;
    justify-content: stretch;
    gap: 16px;
    border: 1px solid var(--ys-border);
    border-radius: var(--ys-radius-md);
    background: var(--ys-white);
    padding: 18px;
    box-shadow: var(--ys-shadow-soft);
  }

  .ys-main-nav.is-open {
    display: grid;
  }

  .ys-menu-toggle {
    display: block;
    grid-area: toggle;
    justify-self: end;
  }

  .ys-nav-link {
    justify-content: space-between;
    width: 100%;
  }

  .ys-nav-item {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .ys-nav-panel {
    position: static;
    display: none;
    width: auto;
    margin: 12px 0 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .ys-nav-item.is-open .ys-nav-panel {
    display: block;
  }

  .ys-nav-panel-inner,
  .ys-nav-scent-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding-block: 18px 6px;
  }

  .ys-nav-feature {
    display: none;
  }

  .ys-header-actions {
    gap: 0;
    justify-self: end;
  }

  .ys-icon-link svg {
    width: 26px;
    height: 26px;
  }

  .ys-collection-grid,
  .ys-product-grid,
  .ys-home-faq-grid,
  .ys-value-grid,
  .ys-contact-grid,
  .ys-about-moment-grid,
  .ys-builder-options,
  .ys-quiz-options {
    grid: auto /  repeat(2, minmax(0, 1fr));
  }

  .ys-shop-layout,
  .ys-product-detail,
  .ys-cart-layout,
  .ys-checkout-layout,
  .ys-collection-bundle-grid,
  .ys-account-layout,
  .ys-quiz-result-layout,
  .ys-builder-layout,
  .ys-ingredient-grid,
  .ys-page-hero-grid,
  .ys-split-cta-grid,
  .ys-quiz-cta-inner,
  .ys-newsletter-inner,
  .ys-product-panel-grid,
  .ys-about-intro,
  .ys-about-editorial,
  .ys-policy-wrap,
  .ys-quiz-result-card {
    grid: auto /  1fr;
  }

  .ys-policy-intro {
    position: static;
  }

  .ys-policy-contact {
    grid-column: auto;
  }

  .ys-about-journey ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ys-about-journey ol::before {
    display: none;
  }

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

  .ys-placement-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .ys-placement-gallery-card.is-featured {
    grid-column: span 2;
  }

  .ys-bundle-product-list {
    grid-template-columns: 1fr;
  }

  .ys-about-moment-card,
  .ys-about-moment-card:nth-child(2),
  .ys-about-moment-card:nth-child(4) {
    grid-column: auto;
    min-height: 360px;
  }

  .ys-shop-filters,
  .ys-product-summary,
  .ys-builder-summary,
  .ys-bundle-live-summary {
    position: static;
  }

  .ys-craft-explode {
    --ys-craft-image-size: min(50vw, 280px);
    font-size: 0.92rem;
  }

  .ys-craft-title {
    display: none;
  }

  .ys-craft-description {
    width: 100%;
    padding-right: 6%;
    padding-left: 50%;
    text-align: left;
  }

  .ys-craft-description-title {
    display: block;
    margin-bottom: 4px;
    color: var(--ys-plum);
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ys-craft-image img {
    width: var(--ys-craft-image-size);
    transform: scale(0.9);
  }

  .ys-site-footer-inner {
    grid: auto /  repeat(2, minmax(0, 1fr));
  }

  .ys-site-footer-brand {
    grid-row: auto;
  }

  .ys-site-footer-newsletter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .ys-site-header-inner {
    gap: 12px;
  }

  .ys-brand img {
    width: 160px;
  }

  .ys-announcement span {
    display: none;
  }

  .ys-announcement {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .ys-site-header-inner {
    grid-template-columns: minmax(0, 1fr) 54px auto;
    grid-template-areas: "brand actions toggle";
  }

  .ys-icon-link:not(.ys-cart-link) {
    display: none;
  }

  .ys-cart-link span {
    font-size: 0.82rem;
  }

  .ys-hero {
    min-height: 660px;
  }

  .ys-home-hero > img {
    object-position: 68% center;
  }

  .ys-hero-copy h1,
  .ys-page-hero h1,
  .ys-about-hero h1 {
    font-size: 2.5rem;
  }

  .ys-about-hero {
    min-height: 440px;
  }

  .ys-about-hero-inner {
    padding-block: 78px 38px;
  }

  .ys-section-heading h2,
  .ys-split-cta h2,
  .ys-quiz-cta h2,
  .ys-newsletter h2,
  .ys-craft-heading h2,
  .ys-product-title,
  .ys-about-intro h2,
  .ys-ingredient-grid h2,
  .ys-about-editorial-copy h2,
  .ys-about-journey .ys-section-heading h2,
  .ys-about-moments-heading h2,
  .ys-about-values-heading h2 {
    font-size: 2.1rem;
  }

  .ys-about-manifesto {
    border-radius: 24px;
    padding: 28px 18px;
  }

  .ys-about-manifesto h2 {
    font-size: 2.15rem;
  }

  .ys-section {
    padding-block: 56px;
  }

  .ys-about-story {
    padding-block: 42px;
  }

  .ys-placement-gallery-section {
    margin-block: 36px 54px;
    padding-inline: 0;
  }

  .ys-placement-gallery-head h2 {
    font-size: 2.25rem;
  }

  .ys-placement-gallery-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .ys-placement-gallery-card,
  .ys-placement-gallery-card.is-featured {
    flex: 0 0 min(84vw, 360px);
    height: 390px;
    min-height: 390px;
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: center;
  }

  .ys-collection-grid,
  .ys-home-faq-grid,
  .ys-product-grid,
  .ys-value-grid,
  .ys-contact-grid,
  .ys-about-moment-grid,
  .ys-quiz-options,
  .ys-editorial-grid,
  .ys-checkout-form > div,
  .ys-contact-form > div {
    grid: auto /  1fr;
  }

  .ys-builder-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ys-builder-card {
    gap: 7px;
    padding: 10px;
  }

  .ys-builder-card img {
    aspect-ratio: 1 / 1;
    border-radius: var(--ys-radius-sm);
  }

  .ys-builder-card strong {
    font-size: 0.82rem;
    line-height: 1.24;
  }

  .ys-builder-card span,
  .ys-builder-card em {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .ys-collection-grid,
  .ys-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ys-product-card-body {
    padding: 12px;
  }

  .ys-collection-card-body {
    padding: 12px;
  }

  .ys-collection-card-title {
    font-size: 0.98rem;
    line-height: 1.24;
  }

  .ys-collection-card p:not(.ys-product-card-category) {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .ys-product-card-title {
    font-size: 0.98rem;
    line-height: 1.24;
  }

  .ys-product-card-meta,
  .ys-product-card-category {
    margin-top: 6px;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    line-height: 1.25;
  }

  .ys-product-card-buy {
    gap: 8px;
    padding-top: 14px;
  }

  .ys-product-card-buy .ys-price {
    gap: 4px;
    font-size: 0.86rem;
    line-height: 1.2;
  }

  .ys-product-card-buy .ys-price del {
    font-size: 0.74rem;
  }

  .ys-cart-icon-button {
    width: 38px;
    height: 38px;
  }

  .ys-cart-icon-button svg {
    width: 18px;
    height: 18px;
  }

  .ys-about-journey ol {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x proximity;
  }

  .ys-about-journey li {
    flex: 0 0 230px;
    min-height: 0;
    padding: 16px;
    scroll-snap-align: start;
  }

  .ys-about-journey li span {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .ys-about-journey h3 {
    font-size: 1.1rem;
  }

  .ys-about-moment-grid {
    grid: auto /  repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ys-about-moment-card,
  .ys-about-moment-card:nth-child(2),
  .ys-about-moment-card:nth-child(4) {
    min-height: 230px;
  }

  .ys-about-moment-card h3 {
    font-size: 1.25rem;
  }

  .ys-about-moment-card p {
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .ys-about-moment-card > div {
    padding: 14px;
  }

  .ys-about-value-card {
    min-height: 0;
    padding: 18px;
  }

  .ys-about-value-card span {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .ys-editorial-card-large {
    grid-row: span 1;
  }

  .ys-newsletter-form,
  .ys-footer-form,
  .ys-search-form,
  .ys-shop-toolbar,
  .ys-cart-actions,
  .ys-account-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .ys-search-form {
    grid-template-columns: 1fr;
  }

  .ys-shop-filters {
    display: none;
  }

  .ys-shop-mobile-filters {
    display: block;
    margin: 16px 0 20px;
    border: 1px solid var(--ys-border);
    border-radius: var(--ys-radius-md);
    background: color-mix(in srgb, var(--ys-white) 92%, var(--ys-ivory));
    box-shadow: var(--ys-shadow-soft);
    overflow: hidden;
  }

  .ys-shop-mobile-filters summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 54px;
    padding: 0 16px;
    color: var(--ys-plum);
    cursor: pointer;
    list-style: none;
  }

  .ys-shop-mobile-filters summary::-webkit-details-marker {
    display: none;
  }

  .ys-shop-mobile-filters summary::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 180ms ease;
  }

  .ys-shop-mobile-filters[open] summary::after {
    transform: rotate(225deg);
  }

  .ys-shop-mobile-filters summary span {
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .ys-shop-mobile-filters summary small {
    flex: 1;
    min-width: 0;
    color: var(--ys-mauve);
    font-weight: 720;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ys-shop-mobile-filters form {
    display: grid;
    gap: 12px;
    border-top: 1px solid var(--ys-border);
    padding: 14px;
  }

  .ys-shop-mobile-filters label {
    display: grid;
    gap: 7px;
    color: var(--ys-mauve);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .ys-shop-mobile-filters select {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--ys-border);
    border-radius: var(--ys-radius-sm);
    appearance: none;
    background-color: var(--ys-white);
    background-image:
      linear-gradient(45deg, transparent 50%, var(--ys-plum) 50%),
      linear-gradient(135deg, var(--ys-plum) 50%, transparent 50%);
    background-position:
      calc(100% - 22px) 50%,
      calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    background-size: 7px 7px, 7px 7px;
    color: var(--ys-plum);
    font: inherit;
    font-weight: 760;
    padding: 0 44px 0 14px;
  }

  .ys-shop-mobile-filters form > div {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .ys-shop-mobile-filters .ys-btn {
    min-height: 46px;
    padding-inline: 20px;
  }

  .ys-site-footer-inner {
    grid: auto /  1fr;
  }

  .ys-site-footer-newsletter {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .ys-site-footer-newsletter .ys-footer-form {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
  }

  .ys-product-details-action {
    flex-direction: column;
  }

  .ys-product-fixed-details dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ys-product-fixed-details div {
    min-width: 0;
    padding: 10px;
  }

  .ys-product-fixed-details dt,
  .ys-product-fixed-details dd {
    overflow-wrap: anywhere;
  }

  .ys-quiz-result-story h2 {
    font-size: 2.1rem;
  }

  .ys-profile-form > div {
    grid-template-columns: 1fr;
  }

  .ys-order-card,
  .ys-success-actions,
  .ys-quiz-result-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ys-quiz-result-list {
    grid-template-columns: 1fr;
  }

  .ys-quantity-control {
    width: max-content;
  }

  .ys-cart-table-wrap {
    overflow: visible;
  }

  .ys-cart-table,
  .ys-cart-table tbody,
  .ys-cart-table tr,
  .ys-cart-table td {
    display: block;
    width: 100%;
  }

  .ys-cart-table {
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
  }

  .ys-cart-table thead {
    display: none;
  }

  .ys-cart-table tr {
    border: 1px solid var(--ys-border);
    border-radius: var(--ys-radius-md);
    background: var(--ys-white);
    overflow: hidden;
  }

  .ys-cart-table tr + tr {
    margin-top: 14px;
  }

  .ys-cart-table td {
    border-bottom: 1px solid var(--ys-border);
    padding: 12px 16px;
    text-align: left;
  }

  .ys-cart-table td:last-child {
    border-bottom: 0;
  }

  .ys-cart-product {
    align-items: center;
    gap: 12px;
  }

  .ys-cart-product img {
    width: 86px;
    height: 86px;
    flex: 0 0 86px;
  }

  .ys-cart-product strong {
    display: block;
    line-height: 1.12;
  }

  .ys-cart-table td[data-label] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .ys-cart-table td[data-label]::before {
    content: attr(data-label);
    color: var(--ys-mauve);
    font-size: 0.78rem;
    font-weight: 820;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ys-cart-table .ys-quantity-control {
    width: 170px;
  }

  .ys-collection-bundle {
    padding: 18px;
  }

  .ys-bundle-offers {
    grid-template-columns: 1fr;
  }

  .ys-bundle-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ys-bundle-product-option {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
  }

  .ys-bundle-product-option img {
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .ys-bundle-product-option span {
    grid-column: 1 / -1;
  }

  .ys-bundle-product-option strong {
    font-size: 0.8rem;
    line-height: 1.22;
  }

  .ys-bundle-product-option small {
    font-size: 0.7rem;
  }

  .ys-bundle-product-option em {
    grid-column: 1 / -1;
    font-size: 0.74rem;
  }

  .ys-bundle-product-option.is-selected::after {
    top: 8px;
    right: 8px;
    font-size: 0.58rem;
    padding: 3px 6px;
  }

  .ys-bundle-live-summary .ys-btn {
    width: 100%;
  }

  .ys-craft-promise {
    padding-block: 58px;
  }
}
