/*
Theme Name: Lani Wailea Block
Theme URI: https://example.local/lani-wailea-block
Author: Lani Wailea
Author URI: https://example.local
Description: A block theme for the Lani Wailea Hawaiian fine jewelry site.
Version: 1.4.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.3
Text Domain: lani-wailea-block
*/

:root {
  --lw-ivory: var(--wp--preset--color--ivory, #f9f6ff);
  --lw-warm-white: var(--wp--preset--color--warm-white, #fffdf8);
  --lw-ink: var(--wp--preset--color--ink, #34291d);
  --lw-muted: var(--wp--preset--color--muted, #776d60);
  --lw-gold: var(--wp--preset--color--gold, #a57a32);
  --lw-purple: var(--wp--preset--color--purple, #6540a5);
  --lw-purple-dark: var(--wp--preset--color--purple-dark, #4a2583);
  --lw-border-pri: rgba(86, 61, 33, 0.15);
  --lw-content-width: var(--wp--style--global--content-size, 800px);
  --lw-max-width: var(--wp--style--global--wide-size, 1180px);
  --lw-gutter: 48px;
  --lw-gutter-mobile: 32px;
  --lw-section-y: clamp(58px, 8vw, 88px);
  --lw-section-y-mobile: 56px;
  --lw-heading-gap: 34px;
  --lw-heading-gap-mobile: 26px;
  --lw-copy-gap: 24px;
  --lw-grid-gap: 32px;
  --lw-grid-gap-tablet: 24px;
  --lw-grid-gap-mobile: 34px;
  --lw-grid-gap-wide: clamp(36px, 7vw, 82px);
  --lw-grid-gap-compact-mobile: 22px;
  --lw-grid-gap-tight: 12px;
  --lw-grid-gap-tight-mobile: 10px;
  --lw-story-gap: clamp(44px, 8vw, 92px);
  --lw-story-gap-mobile: 28px;
  --lw-header-mobile-height: 86px;
  --lw-control-size: 38px;
  --lw-control-size-mobile: 32px;
  --lw-surface: #ffffff;
  --lw-placeholder: #efefef;
  --lw-shadow-card: 0 24px 52px rgba(86, 61, 33, 0.13);
  --lw-shadow-float: 0 12px 28px rgba(86, 61, 33, 0.12);
  --lw-shadow-menu: 0 24px 45px rgba(52, 41, 29, 0.12);
  --lw-transition-interactive: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
  --lw-serif: var(--wp--preset--font-family--lani-serif, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--lw-ink);
  background: var(--lw-ivory);
  font-family: var(--lw-serif);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
}

body.admin-bar .wp-block-template-part:has(> .site-header) {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  transition: var(--lw-transition-interactive);
}

img {
  max-width: 100%;
  height: auto;
}

.wp-site-blocks {
  min-height: 100vh;
  overflow-x: clip;
}

.wp-site-blocks > .wp-block-template-part + * {
  margin-block-start: 0;
}

.front-page-pattern + .wp-block-template-part,
.site-main + .wp-block-template-part,
.site-main--home + .wp-block-template-part {
  margin-block-start: 0;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal;
}

.wp-block-template-part:has(> .site-header) {
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-header {
  position: relative;
  width: 100%;
  padding-top: 4px;
  border-bottom: 1px solid rgba(86, 61, 33, 0.08);
  background: var(--lw-surface);
}

.site-header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--lw-purple);
  content: "";
  pointer-events: none;
}

.site-header__inner {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(0, auto) minmax(150px, 1fr);
  align-items: center;
  width: min(100% - var(--lw-gutter), var(--lw-max-width));
  min-height: 70px;
  margin: 0 auto;
  gap: var(--lw-copy-gap);
}

.site-header__inner > * {
  margin-block: 0;
}

.site-header__brand {
  justify-self: start;
  width: clamp(86px, 8vw, 106px);
  padding: 6px 0;
}

.brand-logo {
  display: block;
  width: 100%;
  max-width: 340px;
  line-height: 1;
}

.brand-logo__link,
.brand-logo__mark {
  display: block;
  width: 100%;
}

.brand-logo__mark {
  aspect-ratio: 547.29 / 337.02;
  mask-image: var(--brand-logo-image);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--brand-logo-color);
  -webkit-mask-image: var(--brand-logo-image);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

nav.site-header__navigation {
  justify-self: center;
  min-width: 0;
}

.site-header__navigation .wp-block-navigation__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__navigation .wp-block-navigation-item__content {
  position: relative;
  display: inline-flex;
  padding: 9px 0;
  color: var(--lw-muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.site-header__navigation .wp-block-navigation-item__content::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--lw-purple);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-header__navigation .wp-block-navigation-item__content:hover::after,
.site-header__navigation .wp-block-navigation-item__content:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-header__contact-link {
  display: inline-grid;
  justify-self: end;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--lw-ink);
}

.site-header__contact-icon {
  display: block;
  width: 22px;
  height: 22px;
  background: currentColor;
  mask-image: url("assets/images/ico_contacts.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("assets/images/ico_contacts.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.site-header__contact-link:hover,
.site-header__contact-link:focus-visible {
  color: var(--lw-purple);
}

.site-footer {
  position: relative;
  margin-top: var(--lw-section-y);
  color: var(--lw-warm-white);
  background: linear-gradient(135deg, var(--lw-purple-dark), var(--lw-purple));
}

.site-footer::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--lw-gold);
  content: "";
  pointer-events: none;
}

.front-page-pattern + .site-footer,
.site-main + .site-footer,
.site-main--home + .site-footer,
.front-page-pattern + .wp-block-template-part .site-footer,
.site-main + .wp-block-template-part .site-footer,
.site-main--home + .wp-block-template-part .site-footer,
.wp-block-template-part:has(.site-footer) {
  margin-top: 0;
}

.site-footer__inner {
  display: grid;
  justify-items: center;
  width: min(100% - var(--lw-gutter), var(--lw-max-width));
  margin: 0 auto;
  padding: var(--lw-section-y) 0;
  text-align: center;
}

.site-footer__brand {
  width: min(68vw, 340px);
}

.site-footer .brand-logo {
  display: block;
  width: 100%;
}

.site-footer .wp-block-navigation {
  margin-top: var(--lw-grid-gap);
  color: var(--lw-gold);
  font-size: 0.78rem;
}

.site-footer__copy {
  margin: var(--lw-grid-gap) 0 0;
  color: var(--lw-gold);
  font-size: 0.72rem;
}

.section-heading {
  text-align: center;
}

.section-heading__eyebrow {
  margin: 0 0 6px;
  color: var(--lw-purple-dark);
  font-size: 0.72rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.section-heading h1,
.section-heading h2,
.section-heading .wp-block-heading {
  margin: 0;
  font-family: var(--lw-serif);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-preview {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin: 0;
}

.story-panel__media,
.legacy-message__media {
  position: relative;
}

.hero-preview picture {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-preview__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  width: 100%;
  padding: 56px 5%;
  color: var(--lw-gold);
}

.hero-preview__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: start;
  align-self: center;
  width: min(44%, 640px);
  max-height: 100%;
  text-align: center;
}

.hero-preview__content--desktop-left-top .hero-preview__content-inner,
.hero-preview__content--desktop-left-center .hero-preview__content-inner,
.hero-preview__content--desktop-left-bottom .hero-preview__content-inner {
  justify-self: start;
}

.hero-preview__content--desktop-center-top .hero-preview__content-inner,
.hero-preview__content--desktop-center-center .hero-preview__content-inner,
.hero-preview__content--desktop-center-bottom .hero-preview__content-inner {
  justify-self: center;
}

.hero-preview__content--desktop-right-top .hero-preview__content-inner,
.hero-preview__content--desktop-right-center .hero-preview__content-inner,
.hero-preview__content--desktop-right-bottom .hero-preview__content-inner {
  justify-self: end;
}

.hero-preview__content--desktop-left-top .hero-preview__content-inner,
.hero-preview__content--desktop-center-top .hero-preview__content-inner,
.hero-preview__content--desktop-right-top .hero-preview__content-inner {
  align-self: start;
}

.hero-preview__content--desktop-left-center .hero-preview__content-inner,
.hero-preview__content--desktop-center-center .hero-preview__content-inner,
.hero-preview__content--desktop-right-center .hero-preview__content-inner {
  align-self: center;
}

.hero-preview__content--desktop-left-bottom .hero-preview__content-inner,
.hero-preview__content--desktop-center-bottom .hero-preview__content-inner,
.hero-preview__content--desktop-right-bottom .hero-preview__content-inner {
  align-self: end;
}

.hero-preview__content--align-left .hero-preview__content-inner {
  align-items: flex-start;
  text-align: left;
}

.hero-preview__content--align-center .hero-preview__content-inner {
  align-items: center;
  text-align: center;
}

.hero-preview__content--align-right .hero-preview__content-inner {
  align-items: flex-end;
  text-align: right;
}

.hero-preview__brand {
  width: min(100%, 420px);
  margin: 0;
  line-height: 1;
}

.hero-preview__logo,
.hero-preview__logo-mask {
  display: block;
  width: 100%;
  max-height: 210px;
}

.hero-preview__logo {
  object-fit: contain;
}

.hero-preview__logo-mask {
  aspect-ratio: 547.29 / 337.02;
  mask-image: var(--hero-logo-image);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--hero-logo-color);
  -webkit-mask-image: var(--hero-logo-image);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.hero-preview__tagline,
.hero-preview__description {
  margin: 0;
  white-space: pre-line;
}

.hero-preview__tagline {
  margin-top: 42px;
  font-size: 2.5rem;
  line-height: 1.45;
}

.hero-preview__description {
  margin-top: 24px;
  font-size: 1.05rem;
  line-height: 2;
}

.story-panel__image,
.legacy-message__image {
  position: absolute;
  inset: 0;
}

.hero-preview__image,
.selection-card__image,
.story-panel__image,
.legacy-message__image,
.instagram-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selection {
  --selection-rail-width: min(86vw, 1460px);
  --selection-rail-offset: calc((100vw - var(--selection-rail-width)) / 2);
  position: relative;
  overflow: hidden;
  margin-top: 0;
  color: var(--lw-ink);
  background: var(--lw-ivory);
}

.selection__inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: var(--lw-section-y) 0;
}

.selection-carousel {
  position: relative;
  width: 100vw;
  margin: 0;
}

.selection-carousel__viewport {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.selection-carousel__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 var(--selection-rail-offset) 72px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
}

.selection-carousel__track::-webkit-scrollbar {
  display: none;
}

.selection-carousel__track.is-dragging {
  scroll-behavior: auto;
  cursor: grabbing;
  user-select: none;
}

.selection-card {
  flex: 0 0 clamp(250px, 20vw, 305px);
  overflow: hidden;
  background: var(--lw-surface);
  color: var(--lw-ink);
  transition: var(--lw-transition-interactive);
}

.selection-card:hover,
.selection-card:focus-within {
  box-shadow: var(--lw-shadow-card);
  transform: translateY(-2px);
}

.selection-card__link,
.selection-card__inner {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  color: inherit;
}

.selection-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1.06;
  overflow: hidden;
  background: linear-gradient(145deg, #f9f2e7 0%, #fffdf8 52%, #eadfcf 100%);
}

.selection-card__media--placeholder,
.story-panel__media--placeholder,
.legacy-message__media--placeholder {
  display: grid;
  place-items: center;
  background: var(--lw-placeholder);
}

.selection-card__placeholder-label,
.story-panel__placeholder-label,
.legacy-message__placeholder-label {
  color: rgba(52, 41, 29, 0.48);
  font-size: 0.82rem;
  line-height: 1;
  text-transform: lowercase;
}

.legacy-message__placeholder-label {
  display: none;
}

.selection-card__body {
  display: grid;
  align-content: end;
  padding: 22px 22px 24px;
  text-align: center;
}

.selection--align-desktop-left .selection-card__body {
  text-align: left;
}

.selection--align-desktop-center .selection-card__body {
  text-align: center;
}

.selection--align-desktop-right .selection-card__body {
  text-align: right;
}

.selection-card__label {
  margin: 0 0 8px;
  color: var(--lw-purple);
  font-size: 0.86rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.selection-card h3 {
  margin: 0;
  color: var(--lw-purple);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
}

.selection-card__material,
.selection-card__price {
  margin: 10px 0 0;
  color: var(--lw-ink);
  font-size: 0.86rem;
  line-height: 1.6;
}

.selection-carousel__control {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: var(--lw-control-size);
  height: var(--lw-control-size);
  padding: 0;
  border: 1px solid var(--lw-border-pri);
  border-radius: 50%;
  color: var(--lw-ink);
  background: rgba(255, 253, 248, 0.86);
  cursor: pointer;
  transform: translateY(-50%);
}

.selection-carousel__control svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.selection-carousel__control--prev {
  left: clamp(38px, 4vw, 58px);
}

.selection-carousel__control--next {
  right: clamp(38px, 4vw, 58px);
}

.selection-carousel__control.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.selection-carousel__control:hover,
.selection-carousel__control:focus-visible {
  background: var(--lw-warm-white);
  box-shadow: var(--lw-shadow-float);
}

.selection-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 12px;
  margin-top: -40px;
}

.selection-carousel__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid rgba(101, 64, 165, 0.5);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.selection-carousel__dot.is-active {
  background: var(--lw-purple);
}

.story-sections {
  width: min(100% - var(--lw-gutter), var(--lw-content-width));
  margin: 0 auto;
}

.story-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: var(--lw-story-gap);
}

.story-panel + .story-panel {
  margin-top: var(--lw-section-y);
}

.story-panel--reversed .story-panel__content {
  grid-column: 2;
}

.story-panel--reversed .story-panel__media {
  grid-column: 1;
  grid-row: 1;
}

@media (min-width: 1200px) {
  .story-panel--content-top .story-panel__content {
    align-self: start;
  }

  .story-panel--content-center .story-panel__content {
    align-self: center;
  }

  .story-panel--content-bottom .story-panel__content {
    align-self: end;
  }
}

.story-panel--align-left .story-panel__content {
  text-align: left;
}

.story-panel--align-center .story-panel__content {
  text-align: center;
}

.story-panel--align-right .story-panel__content {
  text-align: right;
}

.story-panel__eyebrow {
  margin: 0 0 6px;
  color: var(--lw-ink);
  font-size: 0.72rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.story-panel h2 {
  margin: 0;
  font-size: 2.65rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.story-panel__description {
  margin: var(--lw-copy-gap) 0 0;
  color: var(--lw-muted);
  font-size: 0.86rem;
  line-height: 2.05;
}

.story-panel__media {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background: linear-gradient(135deg, #8b5530, #d6aa72 48%, #f8efe0 100%);
}

.legacy-message {
  position: relative;
  isolation: isolate;
  width: min(100% - var(--lw-gutter), var(--lw-max-width));
  margin: var(--lw-section-y) auto 0;
  overflow: hidden;
  background: var(--lw-placeholder);
}

.legacy-message__media {
  min-height: 280px;
  background: var(--lw-placeholder);
}

.legacy-message--desktop-left-top .legacy-message__media,
.legacy-message--desktop-center-top .legacy-message__media,
.legacy-message--desktop-right-top .legacy-message__media,
.legacy-message--desktop-left-bottom .legacy-message__media,
.legacy-message--desktop-center-bottom .legacy-message__media,
.legacy-message--desktop-right-bottom .legacy-message__media {
  min-height: 360px;
}

.legacy-message__content {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
  padding: 62px 64px;
  color: var(--legacy-message-text-color, var(--lw-ink));
}

.legacy-message--desktop-left-top .legacy-message__content,
.legacy-message--desktop-left-center .legacy-message__content,
.legacy-message--desktop-left-bottom .legacy-message__content {
  right: auto;
  left: 0;
}

.legacy-message--desktop-center-top .legacy-message__content,
.legacy-message--desktop-center-center .legacy-message__content,
.legacy-message--desktop-center-bottom .legacy-message__content {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.legacy-message--desktop-right-top .legacy-message__content,
.legacy-message--desktop-right-center .legacy-message__content,
.legacy-message--desktop-right-bottom .legacy-message__content {
  right: 0;
  left: auto;
}

.legacy-message--desktop-left-top .legacy-message__content,
.legacy-message--desktop-center-top .legacy-message__content,
.legacy-message--desktop-right-top .legacy-message__content {
  top: 0;
  bottom: auto;
  justify-content: flex-start;
}

.legacy-message--desktop-left-center .legacy-message__content,
.legacy-message--desktop-center-center .legacy-message__content,
.legacy-message--desktop-right-center .legacy-message__content {
  inset-block: 0;
  justify-content: center;
}

.legacy-message--desktop-left-bottom .legacy-message__content,
.legacy-message--desktop-center-bottom .legacy-message__content,
.legacy-message--desktop-right-bottom .legacy-message__content {
  top: auto;
  bottom: 0;
  justify-content: flex-end;
}

.legacy-message--align-left .legacy-message__content {
  text-align: left;
}

.legacy-message--align-center .legacy-message__content {
  text-align: center;
}

.legacy-message--align-right .legacy-message__content {
  text-align: right;
}

.legacy-message h2 {
  margin: 0;
  font-size: 2.05rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.legacy-message__subtitle {
  margin: 12px 0 0;
  font-size: 0.9rem;
  line-height: 1.8;
}

.legacy-message__content p:last-child,
.legacy-message__description {
  margin: 20px 0 0;
  font-size: 0.82rem;
  line-height: 2;
}

.legacy-message__about-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 9px 26px;
  border: 1px solid currentColor;
  color: inherit;
  font-size: 0.78rem;
  line-height: 1.7;
}

.legacy-message--align-center .legacy-message__about-link {
  align-self: center;
}

.legacy-message--align-right .legacy-message__about-link {
  align-self: flex-end;
}

.legacy-message__about-link:hover,
.legacy-message__about-link:focus-visible {
  color: var(--lw-warm-white);
  background: var(--lw-purple);
  border-color: var(--lw-purple);
}

.news,
.instagram {
  width: min(100% - var(--lw-gutter), var(--lw-content-width));
  margin: var(--lw-section-y) auto 0;
}

.news {
  text-align: left;
}

.news__header,
.instagram__header {
  margin-bottom: var(--lw-heading-gap);
  text-align: center;
}

.news .wp-block-post-template {
  gap: var(--lw-grid-gap);
}

.news .wp-block-post-featured-image {
  margin: 0 0 20px;
}

.news .wp-block-post-featured-image a {
  display: block;
  height: 100%;
}

.news .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.news .wp-block-post-date,
.news-detail__meta {
  margin: 0;
  color: var(--lw-muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.news .wp-block-post-title {
  margin: 10px 0 0;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.55;
}

.news .wp-block-post-excerpt {
  margin: 10px 0 0;
  color: var(--lw-ink);
  font-size: 0.82rem;
  line-height: 1.9;
}

.news .wp-block-post-excerpt__excerpt {
  margin: 0;
}

.news__more {
  margin-top: var(--lw-heading-gap);
}

.instagram {
  width: min(100% - var(--lw-gutter), var(--lw-max-width));
  text-align: center;
}

.instagram__header {
  max-width: 660px;
  margin-inline: auto;
}

.instagram__intro {
  max-width: 560px;
  margin: 16px auto 0;
  color: var(--lw-muted);
  font-size: 0.82rem;
  line-height: 2;
}

.instagram__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--lw-grid-gap-tight);
  width: min(100%, var(--lw-content-width));
  margin: var(--lw-heading-gap) auto 0;
}

.instagram-card {
  min-width: 0;
}

.instagram-card__link {
  display: block;
  overflow: hidden;
  background: var(--lw-warm-white);
}

.instagram-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--lw-placeholder);
}

.instagram-card__media--placeholder {
  display: grid;
  place-items: center;
}

.instagram-card__placeholder-label {
  color: rgba(52, 41, 29, 0.48);
  font-size: 0.82rem;
  line-height: 1;
  text-transform: lowercase;
}

.instagram__more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.instagram__more-link,
.news__more-link.wp-block-button__link,
.news__more-link .wp-block-button__link,
.company-overview__link.wp-block-button__link,
.company-overview__link .wp-block-button__link,
.contact-cta__button.wp-block-button__link,
.contact-cta__button .wp-block-button__link,
.catalog-price-card__link.wp-block-button__link,
.catalog-price-card__link .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  padding: 13px 18px;
  border: 1px solid var(--lw-ink);
  color: var(--lw-ink);
  font-size: 0.72rem;
  line-height: 1;
  text-align: center;
}

.catalog-price-card__link.wp-block-button__link,
.catalog-price-card__link .wp-block-button__link,
.company-overview__link.wp-block-button__link,
.company-overview__link .wp-block-button__link,
.contact-cta__button.wp-block-button__link,
.contact-cta__button .wp-block-button__link {
  border-color: var(--lw-purple);
  background: var(--lw-purple);
  color: var(--lw-warm-white);
}

.instagram__more-link::after,
.news__more-link.wp-block-button__link::after,
.news__more-link .wp-block-button__link::after,
.company-overview__link.wp-block-button__link::after,
.company-overview__link .wp-block-button__link::after,
.contact-cta__button.wp-block-button__link::after,
.contact-cta__button .wp-block-button__link::after,
.catalog-price-card__link.wp-block-button__link::after,
.catalog-price-card__link .wp-block-button__link::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 20px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
}

.instagram__more-link:hover,
.instagram__more-link:focus-visible,
.news__more-link.wp-block-button__link:hover,
.news__more-link.wp-block-button__link:focus-visible,
.news__more-link .wp-block-button__link:hover,
.news__more-link .wp-block-button__link:focus-visible {
  background: var(--lw-ink);
  color: var(--lw-warm-white);
}

.catalog-price {
  margin-top: var(--lw-section-y);
  padding: var(--lw-section-y) 0;
  scroll-margin-top: 82px;
  background: var(--lw-surface);
}

.catalog-price__compat-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 82px;
}

.story-panel {
  scroll-margin-top: 82px;
}

.catalog-price__inner {
  width: min(100% - var(--lw-gutter), var(--lw-max-width));
  margin: 0 auto;
  text-align: center;
}

.catalog-price__intro {
  max-width: 620px;
  margin: 16px auto 0;
  color: var(--lw-muted);
  font-size: 0.82rem;
  line-height: 2;
}

.wp-block-columns.catalog-price__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--lw-grid-gap-wide);
  width: min(100%, var(--lw-content-width));
  margin: 44px auto 0;
}

.catalog-price-card {
  min-width: 0;
  padding: 34px 36px 32px;
  background: var(--lw-ivory);
}

.catalog-price-card h3 {
  margin: 0;
  color: var(--lw-ink);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-price-card h3::after {
  display: block;
  width: min(100%, 60px);
  height: 1px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent 0%, var(--lw-purple) 50%, transparent 100%);
  content: "";
}

.catalog-price-card p {
  margin: 18px 0 0;
  color: var(--lw-muted);
  font-size: 0.78rem;
  line-height: 1.9;
}

.catalog-price-card__link {
  margin-top: 24px;
}

.catalog-price-card__link.wp-block-button__link:hover,
.catalog-price-card__link.wp-block-button__link:focus-visible,
.catalog-price-card__link .wp-block-button__link:hover,
.catalog-price-card__link .wp-block-button__link:focus-visible,
.company-overview__link.wp-block-button__link:hover,
.company-overview__link.wp-block-button__link:focus-visible,
.company-overview__link .wp-block-button__link:hover,
.company-overview__link .wp-block-button__link:focus-visible,
.contact-cta__button.wp-block-button__link:hover,
.contact-cta__button.wp-block-button__link:focus-visible,
.contact-cta__button .wp-block-button__link:hover,
.contact-cta__button .wp-block-button__link:focus-visible {
  border-color: var(--lw-purple-dark);
  background: var(--lw-purple-dark);
}

.site-main,
.static-page-layout,
.news-detail {
  width: min(100% - var(--lw-gutter), var(--lw-content-width));
  margin: var(--lw-section-y) auto 0;
}

.site-main:has(.static-page-layout--company),
.site-main:has(.static-page-layout--contact),
.site-main:has(.static-page-layout--about) {
  margin: 0 auto;
  padding-block: var(--lw-section-y);
}

.site-main .static-page-layout--company,
.site-main .static-page-layout--contact,
.site-main .static-page-layout--about {
  width: 100%;
  margin: 0;
}

.site-main .static-page-layout--about {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}

.site-main:has(.static-page-layout--company) > .wp-block-post-title,
.site-main:has(.static-page-layout--contact) > .wp-block-post-title,
.site-main:has(.static-page-layout--about) > .wp-block-post-title {
  text-align: center;
}

.site-main h1,
.news-detail h1 {
  margin: 0 0 var(--lw-heading-gap);
  font-size: 2.35rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.static-page-hero {
  display: grid;
  gap: var(--lw-copy-gap);
  text-align: center;
}

.static-page-hero__label {
  margin: 0;
  color: var(--lw-purple-dark);
  font-size: 0.72rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
}

.static-page-hero h2 {
  margin: 0;
  color: var(--lw-ink);
  font-size: 2.35rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.static-page-hero p:not(.static-page-hero__label) {
  max-width: 620px;
  margin: 0 auto;
  color: var(--lw-muted);
  font-size: 0.9rem;
  line-height: 2.05;
}

.site-main:has(.static-page-layout--about) {
  width: 100%;
  max-width: none;
  padding-bottom: 0;
}

.site-main:has(.static-page-layout--about) > .wp-block-post-title {
  width: min(100% - var(--lw-gutter), var(--lw-content-width));
  margin-bottom: 0;
  margin-inline: auto;
}

.about-page {
  margin-top: 0;
}

.about-page__subtitle {
  width: min(100% - var(--lw-gutter), var(--lw-content-width));
  margin: 10px auto var(--lw-section-y);
  color: var(--lw-ink);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}

.about-section {
  margin: 0;
  padding: clamp(68px, 8vw, 104px) 0;
}

.about-section--intro,
.about-section--motifs {
  background: var(--lw-surface);
}

.about-section--craftsmanship,
.about-section--legacy {
  background: var(--lw-ivory);
}

.about-section__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(46px, 7vw, 96px);
  width: min(100% - var(--lw-gutter), var(--lw-max-width));
  margin: 0 auto;
}

.about-section--craftsmanship .about-section__copy,
.about-section--legacy .about-section__copy {
  grid-column: 2;
}

.about-section--craftsmanship .about-section__media,
.about-section--legacy .about-wear-gallery {
  grid-column: 1;
  grid-row: 1;
}

.about-section__copy {
  min-width: 0;
}

.about-section__title {
  margin: 0 0 12px;
  color: var(--lw-purple-dark);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.about-section__subtitle {
  margin: 0 0 28px;
  color: var(--lw-ink);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0;
}

.about-section__copy > p:not(.about-section__subtitle) {
  margin: 0;
  color: var(--lw-muted);
  font-size: 0.88rem;
  line-height: 2.15;
}

.about-section__copy > p:not(.about-section__subtitle) + p {
  margin-top: 16px;
}

.about-section__media,
.about-motif-gallery figure,
.about-wear-gallery figure {
  overflow: hidden;
  margin: 0;
  background: var(--lw-surface);
}

.about-section__media {
  aspect-ratio: 4 / 4.6;
}

.about-section__media img,
.about-motif-gallery img,
.about-wear-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section__brand-mark {
  position: absolute;
  right: calc(50% - 86px);
  bottom: 26px;
  z-index: 2;
  display: grid;
  width: 172px;
  min-height: 142px;
  align-items: center;
  margin: 0;
  padding: 28px 22px;
  background: var(--lw-purple);
}

.about-section__brand-mark .brand-logo {
  width: 100%;
}

.about-motif-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-motif-gallery figure {
  aspect-ratio: 3 / 4;
}

.about-motif-gallery img {
  object-fit: contain;
}

.about-wear-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.about-wear-gallery figure {
  aspect-ratio: 3 / 4;
}

.about-wear-gallery figure:nth-child(2) {
  margin-top: 58px;
}

.about-section__closing {
  padding-top: 12px;
  color: var(--lw-ink) !important;
}

.company-overview {
  display: grid;
  gap: var(--lw-grid-gap);
  padding-top: var(--lw-grid-gap);
}

.company-profile {
  margin: 0;
  padding: 34px 36px 32px;
  border: 1px solid var(--lw-border-pri);
  background: var(--lw-surface);
}

.company-profile__row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 42px;
  padding: 24px 0;
  border-bottom: 1px solid var(--lw-border-pri);
}

.company-profile__row:first-child {
  padding-top: 0;
}

.company-profile__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.company-profile__label {
  color: var(--lw-purple-dark);
  font-size: 0.86rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-transform: uppercase;
}

.company-profile__value {
  margin: 0;
  color: var(--lw-ink);
  font-size: 0.86rem;
  line-height: 1.95;
}

.company-profile a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-modern {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--lw-grid-gap);
  text-align: center;
}

.contact-details {
  text-align: left;
}

.contact-cta,
.contact-guidance {
  display: grid;
  justify-items: center;
  gap: var(--lw-copy-gap);
  padding: 34px 36px 32px;
  border: 1px solid var(--lw-border-pri);
}

.contact-cta {
  background: var(--lw-surface);
}

.contact-guidance {
  background: var(--lw-purple);
  color: var(--lw-warm-white);
}

.contact-cta h3,
.contact-guidance h3 {
  margin: 0;
  color: inherit;
  font-size: 1.72rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.contact-cta__note,
.contact-guidance p,
.contact-guidance strong {
  margin: 0;
  color: inherit;
  font-size: 0.86rem;
  line-height: 2;
}

.contact-cta__icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: var(--lw-purple);
}

.contact-cta__icon::before {
  width: 36px;
  height: 36px;
  background: var(--lw-warm-white);
  content: "";
  mask-image: url("assets/images/ico_contacts.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("assets/images/ico_contacts.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.news-detail {
  width: min(100% - var(--lw-gutter), var(--lw-max-width));
  margin: 0 auto;
  padding-block: clamp(72px, 8vw, 88px);
}

.news-detail > .news-detail__meta,
.news-detail > .wp-block-post-title {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  text-align: center;
}

.news-detail > .news-detail__meta {
  display: block;
  margin-bottom: 0;
}

.news-detail > .wp-block-post-title {
  margin-bottom: 18px;
}

.news-detail > .wp-block-post-featured-image {
  width: min(100%, 980px);
  max-width: none;
  margin: clamp(36px, 5vw, 48px) auto 0;
}

.news-detail .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.news-detail .wp-block-post-content {
  max-width: var(--lw-content-width);
  margin: clamp(36px, 5vw, 48px) auto 0;
  color: var(--lw-muted);
  font-size: 0.9rem;
  line-height: 2.05;
  text-align: center;
}

.news-detail .wp-block-post-content > :first-child {
  margin-top: 0;
}

.news-detail .wp-block-post-content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  body.admin-bar .wp-block-template-part:has(> .site-header) {
    top: var(--wp-admin--admin-bar--height, 46px);
  }

  .site-header__inner {
    position: relative;
    grid-template-columns: 1fr auto;
    width: min(100% - var(--lw-gutter), var(--lw-max-width));
    min-height: auto;
    padding: 8px 0;
    gap: 12px;
  }

  .site-header__brand {
    width: 86px;
  }

  .site-header__contact-link {
    display: none;
  }

  nav.site-header__navigation {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-header__navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }

  .site-header__navigation .wp-block-navigation__responsive-container-open {
    display: inline-flex;
    width: var(--lw-control-size);
    height: var(--lw-control-size);
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--lw-ink);
    background: rgba(255, 253, 248, 0.78);
  }

  nav.site-header__navigation:has(> .wp-block-navigation__responsive-container.is-menu-open) > .wp-block-navigation__responsive-container-open {
    visibility: hidden;
  }

  .site-header__navigation .wp-block-navigation__responsive-container.is-menu-open {
    animation: none;
    display: block;
    position: fixed;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--lw-header-mobile-height));
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 20;
    width: 100vw;
    min-height: 0;
    max-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - var(--lw-header-mobile-height));
    padding: 18px calc(var(--lw-gutter) / 2);
    color: var(--lw-ink);
    background: var(--lw-surface);
    box-shadow: var(--lw-shadow-menu);
    transform: none;
  }

  .site-header__navigation .wp-block-navigation__responsive-container-close {
    position: fixed;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 24px);
    right: calc(var(--lw-gutter) / 2);
    width: var(--lw-control-size);
    height: var(--lw-control-size);
  }

  .site-header__navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    position: static;
    margin-top: 0;
  }

  .site-header__navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
  .site-header__navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    align-items: stretch;
    display: grid;
    justify-content: stretch;
    justify-items: stretch;
    width: 100%;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .site-header__navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    align-items: stretch;
    width: 100%;
  }

  .site-header__navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 11px 2px;
    color: var(--lw-muted);
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-align: center;
    white-space: nowrap;
  }

  .story-panel,
  .catalog-price,
  .catalog-price__compat-anchor {
    scroll-margin-top: 86px;
  }

  .selection-carousel__control {
    top: 44%;
  }

  .story-panel,
  .story-panel--reversed {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .story-panel--reversed .story-panel__content,
  .story-panel--reversed .story-panel__media {
    grid-column: auto;
    grid-row: auto;
  }

  .story-panel__media {
    order: 1;
  }

  .story-panel__content {
    order: 2;
  }

  .legacy-message__content {
    max-width: 520px;
    padding: 54px 48px;
  }

  .instagram,
  .catalog-price__inner,
  .static-page,
  .news-detail {
    width: min(100% - var(--lw-gutter), var(--lw-max-width));
  }

  .news {
    width: min(100% - var(--lw-gutter), var(--lw-content-width));
  }

  .news .wp-block-post-template {
    gap: var(--lw-grid-gap-tablet);
  }

  .about-section__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-section--craftsmanship .about-section__copy,
  .about-section--legacy .about-section__copy,
  .about-section--craftsmanship .about-section__media,
  .about-section--legacy .about-wear-gallery {
    grid-column: auto;
    grid-row: auto;
  }

  .about-section--craftsmanship .about-section__copy,
  .about-section--legacy .about-section__copy {
    order: 1;
  }

  .about-section--craftsmanship .about-section__media,
  .about-section--legacy .about-wear-gallery {
    order: 2;
  }

  .about-section__media {
    aspect-ratio: 16 / 10;
  }

  .about-section__brand-mark {
    right: 28px;
    bottom: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-preview__content {
    padding: 32px 4%;
  }

  .hero-preview__content--tablet-left-top .hero-preview__content-inner,
  .hero-preview__content--tablet-left-center .hero-preview__content-inner,
  .hero-preview__content--tablet-left-bottom .hero-preview__content-inner {
    justify-self: start;
  }

  .hero-preview__content--tablet-center-top .hero-preview__content-inner,
  .hero-preview__content--tablet-center-center .hero-preview__content-inner,
  .hero-preview__content--tablet-center-bottom .hero-preview__content-inner {
    justify-self: center;
  }

  .hero-preview__content--tablet-right-top .hero-preview__content-inner,
  .hero-preview__content--tablet-right-center .hero-preview__content-inner,
  .hero-preview__content--tablet-right-bottom .hero-preview__content-inner {
    justify-self: end;
  }

  .hero-preview__content--tablet-left-top .hero-preview__content-inner,
  .hero-preview__content--tablet-center-top .hero-preview__content-inner,
  .hero-preview__content--tablet-right-top .hero-preview__content-inner {
    align-self: start;
  }

  .hero-preview__content--tablet-left-center .hero-preview__content-inner,
  .hero-preview__content--tablet-center-center .hero-preview__content-inner,
  .hero-preview__content--tablet-right-center .hero-preview__content-inner {
    align-self: center;
  }

  .hero-preview__content--tablet-left-bottom .hero-preview__content-inner,
  .hero-preview__content--tablet-center-bottom .hero-preview__content-inner,
  .hero-preview__content--tablet-right-bottom .hero-preview__content-inner {
    align-self: end;
  }

  .hero-preview__content--align-tablet-left .hero-preview__content-inner {
    align-items: flex-start;
    text-align: left;
  }

  .hero-preview__content--align-tablet-center .hero-preview__content-inner {
    align-items: center;
    text-align: center;
  }

  .hero-preview__content--align-tablet-right .hero-preview__content-inner {
    align-items: flex-end;
    text-align: right;
  }

  .hero-preview__brand {
    width: min(100%, 260px);
  }

  .hero-preview__content-inner {
    width: 46%;
  }

  .hero-preview__logo,
  .hero-preview__logo-mask {
    max-height: 110px;
  }

  .hero-preview__tagline {
    margin-top: 18px;
    font-size: 1.5rem;
    line-height: 1.35;
  }

  .hero-preview__description {
    margin-top: 12px;
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .selection--align-tablet-left .selection-card__body {
    text-align: left;
  }

  .selection--align-tablet-center .selection-card__body {
    text-align: center;
  }

  .selection--align-tablet-right .selection-card__body {
    text-align: right;
  }

  .story-panel--tablet-above,
  .story-panel--tablet-below {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .story-panel--tablet-above.story-panel--reversed .story-panel__content,
  .story-panel--tablet-above.story-panel--reversed .story-panel__media,
  .story-panel--tablet-below.story-panel--reversed .story-panel__content,
  .story-panel--tablet-below.story-panel--reversed .story-panel__media {
    grid-column: auto;
    grid-row: auto;
  }

  .story-panel--tablet-above .story-panel__content,
  .story-panel--tablet-below .story-panel__media {
    order: 1;
  }

  .story-panel--tablet-above .story-panel__media,
  .story-panel--tablet-below .story-panel__content {
    order: 2;
  }

  .story-panel--align-tablet-left .story-panel__content {
    text-align: left;
  }

  .story-panel--align-tablet-center .story-panel__content {
    text-align: center;
  }

  .story-panel--align-tablet-right .story-panel__content {
    text-align: right;
  }

  .legacy-message .legacy-message__media {
    min-height: 280px;
  }

  .legacy-message--tablet-left-top .legacy-message__media,
  .legacy-message--tablet-center-top .legacy-message__media,
  .legacy-message--tablet-right-top .legacy-message__media,
  .legacy-message--tablet-left-bottom .legacy-message__media,
  .legacy-message--tablet-center-bottom .legacy-message__media,
  .legacy-message--tablet-right-bottom .legacy-message__media {
    min-height: 360px;
  }

  .legacy-message--tablet-left-top .legacy-message__content,
  .legacy-message--tablet-left-center .legacy-message__content,
  .legacy-message--tablet-left-bottom .legacy-message__content {
    right: auto;
    left: 0;
    transform: none;
  }

  .legacy-message--tablet-center-top .legacy-message__content,
  .legacy-message--tablet-center-center .legacy-message__content,
  .legacy-message--tablet-center-bottom .legacy-message__content {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .legacy-message--tablet-right-top .legacy-message__content,
  .legacy-message--tablet-right-center .legacy-message__content,
  .legacy-message--tablet-right-bottom .legacy-message__content {
    right: 0;
    left: auto;
    transform: none;
  }

  .legacy-message--tablet-left-top .legacy-message__content,
  .legacy-message--tablet-center-top .legacy-message__content,
  .legacy-message--tablet-right-top .legacy-message__content {
    top: 0;
    bottom: auto;
    justify-content: flex-start;
  }

  .legacy-message--tablet-left-center .legacy-message__content,
  .legacy-message--tablet-center-center .legacy-message__content,
  .legacy-message--tablet-right-center .legacy-message__content {
    top: 0;
    bottom: 0;
    justify-content: center;
  }

  .legacy-message--tablet-left-bottom .legacy-message__content,
  .legacy-message--tablet-center-bottom .legacy-message__content,
  .legacy-message--tablet-right-bottom .legacy-message__content {
    top: auto;
    bottom: 0;
    justify-content: flex-end;
  }

  .legacy-message--align-tablet-left .legacy-message__content {
    text-align: left;
  }

  .legacy-message--align-tablet-center .legacy-message__content {
    text-align: center;
  }

  .legacy-message--align-tablet-right .legacy-message__content {
    text-align: right;
  }

  .legacy-message--align-tablet-left .legacy-message__about-link {
    align-self: flex-start;
  }

  .legacy-message--align-tablet-center .legacy-message__about-link {
    align-self: center;
  }

  .legacy-message--align-tablet-right .legacy-message__about-link {
    align-self: flex-end;
  }
}

@media (max-width: 767px) {
  .hero-preview {
    aspect-ratio: 1125 / 1960;
  }

  .hero-preview__content {
    width: 100%;
    padding: 32px;
  }

  .hero-preview__content-inner {
    width: min(78%, 420px);
  }

  .hero-preview__content--mobile-left-top .hero-preview__content-inner,
  .hero-preview__content--mobile-left-center .hero-preview__content-inner,
  .hero-preview__content--mobile-left-bottom .hero-preview__content-inner {
    justify-self: start;
  }

  .hero-preview__content--mobile-center-top .hero-preview__content-inner,
  .hero-preview__content--mobile-center-center .hero-preview__content-inner,
  .hero-preview__content--mobile-center-bottom .hero-preview__content-inner {
    justify-self: center;
  }

  .hero-preview__content--mobile-right-top .hero-preview__content-inner,
  .hero-preview__content--mobile-right-center .hero-preview__content-inner,
  .hero-preview__content--mobile-right-bottom .hero-preview__content-inner {
    justify-self: end;
  }

  .hero-preview__content--mobile-left-top .hero-preview__content-inner,
  .hero-preview__content--mobile-center-top .hero-preview__content-inner,
  .hero-preview__content--mobile-right-top .hero-preview__content-inner {
    align-self: start;
  }

  .hero-preview__content--mobile-left-center .hero-preview__content-inner,
  .hero-preview__content--mobile-center-center .hero-preview__content-inner,
  .hero-preview__content--mobile-right-center .hero-preview__content-inner {
    align-self: center;
  }

  .hero-preview__content--mobile-left-bottom .hero-preview__content-inner,
  .hero-preview__content--mobile-center-bottom .hero-preview__content-inner,
  .hero-preview__content--mobile-right-bottom .hero-preview__content-inner {
    align-self: end;
  }

  .hero-preview__content--align-mobile-left .hero-preview__content-inner {
    align-items: flex-start;
    text-align: left;
  }

  .hero-preview__content--align-mobile-center .hero-preview__content-inner {
    align-items: center;
    text-align: center;
  }

  .hero-preview__content--align-mobile-right .hero-preview__content-inner {
    align-items: flex-end;
    text-align: right;
  }

  .hero-preview__brand {
    width: min(68%, 360px);
  }

  .hero-preview__logo,
  .hero-preview__logo-mask {
    max-height: 190px;
  }

  .hero-preview__tagline {
    margin-top: 36px;
    font-size: 1.75rem;
  }

  .hero-preview__description {
    margin-top: 20px;
    font-size: 0.95rem;
  }

  .selection--align-mobile-auto .selection-card__body,
  .selection--align-mobile-center .selection-card__body {
    text-align: center;
  }

  .selection--align-mobile-left .selection-card__body {
    text-align: left;
  }

  .selection--align-mobile-right .selection-card__body {
    text-align: right;
  }

  .story-panel--mobile-above .story-panel__content,
  .story-panel--mobile-below .story-panel__media {
    order: 1;
  }

  .story-panel--mobile-above .story-panel__media,
  .story-panel--mobile-below .story-panel__content {
    order: 2;
  }

  .story-panel--align-mobile-left .story-panel__content {
    text-align: left;
  }

  .story-panel--align-mobile-center .story-panel__content {
    text-align: center;
  }

  .story-panel--align-mobile-right .story-panel__content {
    text-align: right;
  }

  .legacy-message .legacy-message__media {
    min-height: 320px;
  }

  .legacy-message .legacy-message__content {
    position: static;
    inset: auto;
    transform: none;
    max-width: none;
    padding: 44px 36px;
    color: var(--legacy-message-mobile-text-color, var(--lw-ink));
    background: var(--lw-warm-white);
  }

  .legacy-message--align-mobile-left .legacy-message__content {
    text-align: left;
  }

  .legacy-message--align-mobile-center .legacy-message__content {
    text-align: center;
  }

  .legacy-message--align-mobile-right .legacy-message__content {
    text-align: right;
  }
}

@media (max-width: 600px) {
  :root {
    --lw-gutter: var(--lw-gutter-mobile);
    --lw-section-y: var(--lw-section-y-mobile);
    --lw-heading-gap: var(--lw-heading-gap-mobile);
    --lw-copy-gap: 20px;
  }

  .site-header__inner,
  .site-footer__inner {
    width: min(100% - var(--lw-gutter-mobile), var(--lw-max-width));
  }

  .site-header__navigation .wp-block-navigation-item__content {
    font-size: 0.66rem;
  }

  .selection__inner,
  .site-footer__inner {
    padding-block: var(--lw-section-y-mobile);
  }

  .selection-carousel__track {
    padding-right: 37px;
    padding-left: 37px;
  }

  .selection-card {
    flex-basis: calc(100vw - 74px);
  }

  .selection--align-mobile-auto .selection-card__body {
    text-align: left;
  }

  .selection-carousel__control {
    width: var(--lw-control-size-mobile);
    height: var(--lw-control-size-mobile);
  }

  .selection-carousel__control--prev {
    left: 14px;
  }

  .selection-carousel__control--next {
    right: 14px;
  }

  .story-sections {
    width: min(100% - var(--lw-gutter-mobile), var(--lw-content-width));
    margin-top: var(--lw-section-y-mobile);
  }

  .story-panel + .story-panel {
    margin-top: var(--lw-section-y-mobile);
  }

  .story-panel__media {
    min-height: 250px;
  }

  .story-panel h2 {
    font-size: 2.08rem;
  }

  .story-panel__description {
    margin-top: var(--lw-copy-gap);
    font-size: 0.82rem;
  }

  .legacy-message {
    width: min(100% - var(--lw-gutter-mobile), var(--lw-max-width));
    margin-top: var(--lw-section-y-mobile);
  }

  .legacy-message__media {
    min-height: 320px;
  }

  .legacy-message__content {
    padding: 38px 24px;
  }

  .legacy-message h2 {
    font-size: 1.58rem;
    line-height: 1.55;
  }

  .legacy-message__content p:last-child,
  .legacy-message__description {
    font-size: 0.8rem;
  }

  .legacy-message--align-mobile-left .legacy-message__about-link {
    align-self: flex-start;
  }

  .legacy-message--align-mobile-center .legacy-message__about-link {
    align-self: center;
  }

  .legacy-message--align-mobile-right .legacy-message__about-link {
    align-self: flex-end;
  }

  .news,
  .instagram,
  .static-page,
  .news-detail {
    width: min(100% - var(--lw-gutter-mobile), var(--lw-max-width));
    margin-top: var(--lw-section-y-mobile);
  }

  .news-detail {
    margin-top: 0;
    padding-block: var(--lw-section-y-mobile);
  }

  .news {
    width: min(100% - var(--lw-gutter-mobile), var(--lw-content-width));
  }

  .news__header {
    margin-bottom: var(--lw-heading-gap-mobile);
  }

  .news__more {
    margin-top: 28px;
  }

  .news .wp-block-post-template {
    grid-template-columns: 1fr;
    gap: var(--lw-grid-gap-mobile);
  }

  .news .wp-block-post-featured-image {
    margin-bottom: 44px;
  }

  .news .wp-block-post-date,
  .news .wp-block-post-title,
  .news .wp-block-post-excerpt {
    margin-right: 22px;
    margin-left: 22px;
  }

  .news .wp-block-post-title,
  .news .wp-block-post-excerpt {
    margin-top: 10px;
  }

  .news .wp-block-post-excerpt {
    margin-bottom: 26px;
  }

  .instagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--lw-grid-gap-tight-mobile);
    margin-top: 28px;
  }

  .catalog-price {
    margin-top: var(--lw-section-y-mobile);
    padding: var(--lw-section-y-mobile) 0;
  }

  .catalog-price__inner {
    width: min(100% - var(--lw-gutter-mobile), var(--lw-max-width));
  }

  .wp-block-columns.catalog-price__grid {
    grid-template-columns: 1fr;
    gap: var(--lw-grid-gap-compact-mobile);
    margin-top: var(--lw-grid-gap);
  }

  .company-profile,
  .contact-cta,
  .contact-guidance,
  .catalog-price-card {
    padding: 30px 24px 28px;
  }

  .company-profile__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-page {
    margin-top: 0;
  }

  .about-section {
    padding: var(--lw-section-y-mobile) 0;
  }

  .about-section__inner {
    width: min(100% - var(--lw-gutter-mobile), var(--lw-max-width));
    gap: 28px;
  }

  .about-section__title {
    margin-bottom: 10px;
    font-size: 1.35rem;
  }

  .about-section__subtitle {
    margin-bottom: 22px;
    font-size: 0.94rem;
  }

  .about-section__copy > p:not(.about-section__subtitle) {
    font-size: 0.84rem;
    line-height: 2.05;
  }

  .about-section__media {
    aspect-ratio: 4 / 4.6;
  }

  .about-section__brand-mark {
    position: static;
    width: 148px;
    min-height: 122px;
    margin: -54px 18px 0 auto;
    padding: 24px 20px;
  }

  .about-motif-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .about-motif-gallery figure:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
    margin-inline: auto;
  }

  .about-wear-gallery {
    gap: 10px;
  }

  .about-wear-gallery figure:nth-child(2) {
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html,
  .selection-carousel__track,
  .selection-carousel__track.is-dragging {
    scroll-behavior: auto;
  }

  a,
  button,
  .site-header__navigation .wp-block-navigation-item__content::after,
  .selection-card {
    transition: none;
  }
}
