@font-face {
  font-family: "Century Gothic Std";
  src:
    local("Century Gothic Std"),
    local("Century Gothic"),
    local("CenturyGothic");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-blue: #191e28;
  --atelier-grey: #9da3a6;
  --ivory: #e6dfd5;
  --charcoal: #373131;
  --white: #ffffff;
  --line: rgba(55, 49, 49, 0.28);
  --soft-line: rgba(55, 49, 49, 0.14);
  --header-height: 54px;
  --lookbook-top-gap: 60px;
  --lookbook-frame-width: clamp(300px, 41.4vw, 860px);
  --lookbook-frame-height: clamp(375px, 51.75vw, 1075px);
  --right-rail-width: clamp(260px, 27vw, 540px);
  --side-drawer-width: clamp(300px, 29.3vw, 600px);
  --brand-font: "Century Gothic Std", "Century Gothic", CenturyGothic, Arial, sans-serif;
  --brand-font-weight: 400;
  --radius-large: 28px;
  --radius: 18px;
  --radius-small: 12px;
  --motion-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-panel: 460ms var(--motion-ease);
  --motion-soft: 360ms var(--motion-ease);
  --motion-sidebar-ease: ease-in-out;
  --motion-sidebar: 1s var(--motion-sidebar-ease);
  --motion-sidebar-content: 0ms linear;
  --motion-dropdown-duration: 500ms;
  --motion-dropdown-ease: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --motion-dropdown: var(--motion-dropdown-duration) var(--motion-dropdown-ease);
  --motion-dropdown-fade-in: 800ms var(--motion-dropdown-ease);
  --motion-dropdown-fade-out: 500ms var(--motion-dropdown-ease);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  background: #ffffff;
  color: var(--charcoal);
  font-family: var(--brand-font);
  font-weight: var(--brand-font-weight);
  font-synthesis: none;
  text-transform: uppercase;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  touch-action: manipulation;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
  color: var(--charcoal);
  font-weight: var(--brand-font-weight);
  touch-action: manipulation;
  overscroll-behavior: none;
}

.page-shell,
.drawer,
.drawer-inner,
.right-rail,
.home-canvas,
.studio-canvas,
.content-box,
.contact-box,
.product-stage,
.product-main,
.subcategory-card,
.rail-card,
.share-modal {
  background-color: #ffffff;
}

body.drawer-open {
  overflow: hidden;
}

body.route-home,
body.route-gallery {
  height: 100svh;
  overflow: hidden;
}

button,
input,
textarea,
select {
  color: var(--charcoal);
  font-family: var(--brand-font);
  font-weight: var(--brand-font-weight);
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p,
li,
label,
span,
button,
input,
textarea,
select {
  font-family: var(--brand-font);
  font-weight: var(--brand-font-weight);
}

button {
  background: transparent;
  border: 0;
  cursor: pointer;
  touch-action: manipulation;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 1px solid var(--charcoal);
  outline-offset: 2px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--header-height);
  padding: 0 24px;
  background: rgba(230, 223, 213, 0.96);
  border-bottom: 1px solid var(--soft-line);
}

.header-left,
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-actions {
  justify-content: flex-end;
}

.language-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 90;
  width: 148px;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(25, 30, 40, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.language-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-option {
  display: block;
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  color: var(--black-blue);
  font: inherit;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  border-radius: 6px;
}

.language-option.active,
.language-option:hover {
  background: #e8e8ea;
}

.google-translate-host,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-balloon-frame,
#goog-gt-tt {
  display: none !important;
}

body {
  top: 0 !important;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  padding: 0;
  color: var(--charcoal);
  border-radius: 999px;
}

#menuButton {
  color: var(--charcoal);
}

.icon-button:not(.rail-button) {
  flex-direction: column;
}

.icon-button span {
  display: block;
  width: 26px;
  height: 1px;
  margin: 3px 0;
  background: var(--charcoal);
}

#menuButton span {
  flex: 0 0 1px;
  min-height: 1px;
  background-color: var(--charcoal);
}

.icon-button svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
}

.rail-button {
  gap: 6px;
}

.rail-button span {
  width: 1px;
  height: 25px;
  margin: 0;
}

.wordmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  border-radius: var(--radius-small);
}

.wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.modal-wordmark {
  display: flex;
  justify-content: center;
}

.modal-wordmark img {
  display: block;
  width: min(380px, 68vw);
  height: auto;
}

.drawer {
  position: fixed;
  top: var(--header-height);
  bottom: 0;
  left: 0;
  z-index: 50;
  width: min(var(--side-drawer-width), 100vw);
  transform: translateX(-100%);
  background: var(--white);
  border-right: 1px solid var(--line);
  border-radius: 0 var(--radius-large) var(--radius-large) 0;
  will-change: transform;
  transition: transform var(--motion-sidebar);
  overflow: auto;
  overflow-anchor: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.drawer.open {
  transform: translateX(0);
}

.drawer-inner {
  padding: 44px clamp(24px, 2.8vw, 58px) 48px;
  opacity: 1;
  transform: none;
  transition: none;
}

.drawer.open .drawer-inner {
  opacity: 1;
  transform: none;
}

.drawer-search {
  display: none;
}

.drawer-close {
  display: none;
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
}

.category {
  border-bottom: 0;
}

.category-toggle,
.drawer-static button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: var(--brand-font-weight);
  letter-spacing: 0;
}

.category-toggle::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 14px;
  border-top: 2px solid var(--charcoal);
  border-right: 2px solid var(--charcoal);
  transform: rotate(45deg);
  transition: transform var(--motion-dropdown);
}

.category.open .category-toggle::before {
  transform: rotate(135deg);
}

.category-panel {
  display: block;
  height: 0;
  overflow: hidden;
  overflow-anchor: none;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    height var(--motion-dropdown),
    padding var(--motion-dropdown),
    opacity var(--motion-dropdown-fade-out),
    visibility 0ms linear var(--motion-dropdown-duration);
}

.category.open .category-panel {
  padding: 10px 0 28px;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition:
    height var(--motion-dropdown),
    padding var(--motion-dropdown),
    opacity var(--motion-dropdown-fade-in),
    visibility 0ms linear 0ms;
  transition-delay: 0ms;
}

.subcategory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  min-height: 0;
}

.subcategory-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  justify-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--soft-line);
  background: var(--white);
  border-radius: var(--radius-small);
  padding: 10px 10px 16px;
  text-align: center;
  overflow: hidden;
}

.subcategory-card img {
  display: block;
  width: 100%;
  min-height: 0;
  height: 100%;
  object-fit: contain;
  border-radius: calc(var(--radius-small) - 4px);
}

.subcategory-card:not(.has-image)::before {
  content: "";
}

.subcategory-card span {
  width: min-content;
  max-width: 100%;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: var(--brand-font-weight);
  line-height: 1.12;
  text-wrap: balance;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
}

.drawer-action-card {
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  justify-items: center;
  padding: 16px 10px;
}

.drawer-action-card::before {
  content: "";
}

.drawer-action-card span {
  align-self: end;
}

.drawer-action-card.has-icon {
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  justify-items: center;
  padding: 18px 12px 16px;
}

.drawer-action-card.has-icon::before {
  content: none;
}

.drawer-action-card.has-icon svg {
  align-self: center;
  justify-self: center;
  width: clamp(34px, 3.2vw, 48px);
  height: clamp(34px, 3.2vw, 48px);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.drawer-action-card.has-icon svg.brand-icon {
  width: clamp(32px, 3vw, 44px);
  height: clamp(32px, 3vw, 44px);
  fill: currentColor;
  stroke: none;
}

.drawer-action-card.has-icon span {
  align-self: end;
}

.drawer-static {
  margin-top: 18px;
}

.drawer-static button {
  border-bottom: 0;
}

.right-rail {
  position: fixed;
  top: calc(var(--header-height) + var(--lookbook-top-gap));
  right: clamp(20px, 1.8vw, 38px);
  z-index: 45;
  width: min(var(--right-rail-width), calc(100vw - 40px));
  max-height: calc(100vh - var(--header-height) - var(--lookbook-top-gap) - 28px);
  transform: translateX(calc(100% + 48px));
  overflow: auto;
  background: var(--white);
  border: 1px solid var(--soft-line);
  border-radius: var(--radius-large);
  box-shadow: 0 12px 28px rgba(55, 49, 49, 0.12);
  will-change: transform;
  transition: transform var(--motion-sidebar);
}

.right-rail.open {
  transform: translateX(0) !important;
}

.rail-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 54px;
  position: relative;
  border-bottom: 0;
}

.close-button {
  color: var(--charcoal);
  font-size: 30px;
  line-height: 1;
}

.rail-header .close-button,
.modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
}

.rail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
  opacity: 1;
  transform: none;
  transition: none;
}

.right-rail.open .rail-grid {
  opacity: 1;
  transform: none;
}

.rail-card {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  background: var(--white);
  border-radius: var(--radius-small);
  text-align: center;
  transition: border-color 220ms var(--motion-ease), transform 220ms var(--motion-ease);
}

.rail-card:active {
  transform: scale(0.985);
}

.rail-card.active {
  border-color: var(--charcoal);
}

.rail-card.placeholder {
  min-height: 0;
  cursor: default;
  opacity: 1;
}

.rail-empty-card,
.rail-empty-card:disabled {
  background: #e8e8ea;
  opacity: 1;
}

.rail-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--white);
}

.rail-card-caption {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding-bottom: 8px;
}

.rail-card-caption img {
  min-height: 0;
  object-fit: cover;
}

.rail-service-preview-card img {
  width: calc(100% - 16px);
  height: calc(100% - 32px);
  margin: 8px 8px 0;
  border-radius: calc(var(--radius-small) - 2px);
}

.rail-card-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 6px;
  color: var(--charcoal);
  font-size: clamp(10px, 0.76vw, 14px);
  line-height: 1.05;
  text-transform: uppercase;
}

.page-shell {
  min-height: calc(100vh - var(--header-height));
  padding: var(--lookbook-top-gap) clamp(20px, 5vw, 80px) 80px;
  background: var(--white);
}

body.route-home .page-shell,
body.route-gallery .page-shell {
  height: calc(100svh - var(--header-height));
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
}

.page-shell:focus {
  outline: none;
}

.home-canvas,
.studio-canvas,
.content-box,
.contact-box,
.product-stage {
  width: min(1040px, 100%);
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--soft-line);
  border-radius: var(--radius-large);
}

.home-canvas {
  width: var(--lookbook-frame-width);
  height: var(--lookbook-frame-height);
  max-height: calc(100svh - var(--header-height) - (var(--lookbook-top-gap) * 2));
  min-height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 4vw, 72px);
}

.studio-canvas {
  position: relative;
  width: var(--lookbook-frame-width);
  height: var(--lookbook-frame-height);
  min-height: auto;
  overflow: visible;
}

.studio-rendering {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.motion-image {
  opacity: 1;
  transform: translateX(0) scale(1);
  transform-origin: center;
  will-change: opacity, transform;
  transition: opacity 340ms var(--motion-ease), transform 420ms var(--motion-ease);
}

.motion-image.is-entering {
  opacity: 0;
  transform: translateX(var(--motion-enter-x, 0)) scale(0.997);
}

.content-box,
.contact-box {
  width: var(--lookbook-frame-width);
}

.intro-copy {
  max-width: 680px;
  text-align: center;
}

.display-title {
  margin: 0 0 clamp(22px, 4vw, 58px);
  font-size: clamp(34px, 4.4vw, 98px);
  font-weight: var(--brand-font-weight);
  line-height: 0.95;
  letter-spacing: 0;
}

.intro-copy p {
  margin: 0;
  font-size: clamp(13px, 1.25vw, 28px);
  font-weight: var(--brand-font-weight);
  line-height: 1.35;
  letter-spacing: 0;
}

body.route-home .intro-copy p {
  text-transform: capitalize;
}

.content-box {
  padding: clamp(42px, 7vw, 86px);
}

.content-box .display-title {
  margin-bottom: 64px;
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px 120px;
}

.service-item h2,
.workflow-step h2 {
  margin: 0 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--charcoal);
  font-size: 23px;
  font-weight: var(--brand-font-weight);
  text-transform: uppercase;
}

.service-item p {
  margin: 0;
  font-size: 25px;
  font-weight: var(--brand-font-weight);
  line-height: 1.55;
  text-align: center;
}

.workflow-intro {
  max-width: 920px;
  margin: 0 auto 78px;
}

.workflow-intro h2 {
  margin: 0 0 34px;
  font-size: 20px;
  font-weight: var(--brand-font-weight);
  text-transform: uppercase;
}

.workflow-intro p,
.workflow-step p,
.workflow-step li {
  font-size: 18px;
  font-weight: var(--brand-font-weight);
  line-height: 1.55;
}

.workflow-list {
  display: grid;
  gap: 76px;
}

.workflow-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 34px;
}

.step-number {
  font-size: 58px;
  line-height: 0.95;
}

.workflow-step h3 {
  margin: 0 0 26px;
  font-size: 19px;
  font-weight: var(--brand-font-weight);
}

.workflow-step h4 {
  margin: 34px 0 22px;
  font-size: 18px;
  font-weight: var(--brand-font-weight);
  text-transform: uppercase;
}

.workflow-step ul {
  margin: 0;
  padding-left: 20px;
}

.contact-box {
  padding: clamp(36px, 6vw, 70px);
}

.contact-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 24px);
  margin-bottom: 52px;
  text-align: center;
}

.contact-method {
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  min-width: 0;
  padding: 22px 8px;
  min-height: 126px;
}

.contact-method svg,
.share-options svg {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.contact-method svg.brand-icon,
.share-options svg.brand-icon {
  fill: currentColor;
  stroke: none;
  width: 44px;
  height: 44px;
}

.contact-method svg.brand-icon {
  width: 38px;
  height: 38px;
}

.contact-method h2 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(9px, 0.72vw, 13px);
  font-weight: var(--brand-font-weight);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
}

.contact-method p {
  margin: 0;
  font-size: 16px;
  font-weight: var(--brand-font-weight);
  line-height: 1.4;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field span {
  font-size: 14px;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius-small);
  padding: 15px 14px;
  outline: none;
  font-size: 18px;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.submit-button {
  grid-column: 1 / -1;
  justify-self: end;
  min-width: 180px;
  min-height: 48px;
  border: 1px solid var(--charcoal);
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 17px;
}

.product-stage {
  position: relative;
  display: flex;
  width: var(--lookbook-frame-width);
  height: var(--lookbook-frame-height);
  min-height: auto;
  overflow: visible;
}

.product-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: inherit;
}

.product-main img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

body.route-rendering-catalog .product-main img {
  object-fit: cover;
}

.service-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: clamp(34px, 5.4vw, 92px);
  text-align: center;
  border-radius: inherit;
}

.service-main .display-title {
  margin-bottom: clamp(22px, 3vw, 46px);
  max-width: 86%;
}

.service-main p {
  max-width: 700px;
  margin: 0;
  font-size: clamp(16px, 1.65vw, 32px);
  line-height: 1.35;
}

.service-kicker {
  margin: 0 0 clamp(18px, 2.4vw, 38px) !important;
  font-size: clamp(11px, 0.9vw, 16px) !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

.rail-text-card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 10px;
}

.rail-text-card span {
  display: block;
  font-size: clamp(10px, 0.8vw, 15px);
  line-height: 1.15;
  text-transform: uppercase;
}

.gallery-controls {
  position: absolute;
  bottom: clamp(20px, 3.2vw, 42px);
  left: 50%;
  z-index: 5;
  display: grid;
  grid-template-columns: clamp(42px, 3vw, 56px) minmax(138px, 180px) clamp(42px, 3vw, 56px);
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3.4vw, 50px);
  transform: translateX(-50%);
}

.gallery-arrow {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 3vw, 56px);
  height: clamp(42px, 3vw, 56px);
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--white);
  cursor: pointer;
  box-shadow: none;
  transform: none;
  transition: background-color 180ms var(--motion-ease), color 180ms var(--motion-ease);
}

.gallery-arrow.is-over-dark {
  background: var(--white);
  color: var(--charcoal);
}

.gallery-arrow span {
  position: relative;
  display: block;
  width: clamp(16px, 1.3vw, 22px);
  height: clamp(16px, 1.3vw, 22px);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.gallery-arrow-previous span {
  left: 2px;
  transform: rotate(-135deg);
}

.gallery-arrow-next span {
  left: -2px;
  transform: rotate(45deg);
}

.gallery-arrow-placeholder {
  visibility: hidden;
  pointer-events: none;
}

.gallery-more-info {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  height: clamp(42px, 3vw, 56px);
  padding: 0 clamp(24px, 2.8vw, 44px);
  border-radius: 999px;
  background: var(--ivory);
  color: var(--charcoal);
  font-size: clamp(12px, 0.9vw, 16px);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible,
.gallery-more-info:hover,
.gallery-more-info:focus-visible {
  opacity: 1;
}

.product-side,
.product-tile span,
[data-product] > span {
  display: none !important;
}

.account-panel,
.forgot-panel,
.signup-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1300;
  width: min(760px, 100vw);
  height: 100svh;
  overflow: auto;
  background: var(--white);
  color: var(--black-blue);
  box-shadow: rgba(25, 30, 40, 0.18) -8px 0 24px;
  text-transform: none;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform var(--motion-sidebar), visibility 0ms linear 1s;
}

.forgot-panel {
  z-index: 1320;
}

.signup-panel {
  z-index: 1330;
}

.account-panel.open,
.forgot-panel.open,
.signup-panel.open {
  transform: translateX(0) !important;
  visibility: visible;
  transition-delay: 0ms;
}

.account-panel-top,
.forgot-panel-top,
.signup-panel-top {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 92px;
  padding: 0 clamp(28px, 4.2vw, 56px);
  background: var(--white);
  border: 0;
  box-shadow: none;
}

.account-panel-top::before,
.account-panel-top::after,
.forgot-panel-top::before,
.forgot-panel-top::after,
.signup-panel-top::before,
.signup-panel-top::after,
.account-panel-tabs .is-active::after {
  display: none;
  content: none;
}

.account-close,
.forgot-close,
.signup-close {
  display: inline-flex;
  align-items: center;
  color: var(--black-blue);
  font-size: 18px;
  line-height: 1;
  text-transform: none;
}

.account-close span:first-child,
.forgot-close span:first-child,
.signup-close span:first-child {
  font-size: 38px;
  font-weight: 300;
  line-height: 0.8;
}

.account-panel-tabs {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.8vw, 54px);
  margin-left: auto;
}

.account-panel-tabs span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  color: var(--black-blue);
}

.account-panel-tabs .is-active::after {
  position: absolute;
  left: 50%;
  bottom: -31px;
  width: 44px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}

.account-tab-search::before {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.account-tab-search::after {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 12px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

.account-tab-heart::before {
  position: absolute;
  inset: 0;
  content: "♡";
  font-size: 34px;
  line-height: 26px;
}

.account-tab-user::before {
  position: absolute;
  left: 10px;
  top: 3px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.account-tab-user::after {
  position: absolute;
  left: 5px;
  top: 18px;
  width: 20px;
  height: 11px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  content: "";
}

.account-tab-bag::before {
  position: absolute;
  left: 4px;
  top: 9px;
  width: 22px;
  height: 18px;
  border: 2px solid currentColor;
  content: "";
}

.account-tab-bag::after {
  position: absolute;
  left: 10px;
  top: 3px;
  width: 10px;
  height: 9px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  content: "";
}

.account-panel-body,
.forgot-panel-body,
.signup-panel-body {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(280px, 1fr);
  gap: clamp(36px, 6vw, 96px);
  padding: clamp(56px, 7vw, 86px) clamp(34px, 5vw, 72px);
  border-top: 0;
}

.account-copy h2,
.account-signup h2 {
  margin: 0 0 14px;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.1;
}

.account-copy p,
.account-signup p,
.account-note {
  margin: 0;
  color: rgba(25, 30, 40, 0.62);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.35;
  text-transform: none;
}

.account-form,
.forgot-form,
.signup-form {
  display: grid;
  gap: 18px;
}

.account-social-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.account-social,
.account-submit,
.account-signup button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 1px solid rgba(157, 163, 166, 0.42);
  border-radius: var(--radius-small);
  color: var(--black-blue);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
  text-transform: none;
}

.account-social {
  gap: 14px;
  width: 100%;
}

.account-google-mark,
.account-facebook-mark,
.account-apple-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 700;
  text-transform: none;
}

.account-google-mark {
  color: #4285f4;
}

.account-google-mark svg {
  display: block;
  width: 24px;
  height: 24px;
}

.account-facebook-mark {
  color: #1877f2;
}

.account-facebook-mark svg {
  display: block;
  width: 30px;
  height: 30px;
}

.account-facebook-mark circle {
  fill: currentColor;
}

.account-facebook-mark path {
  fill: var(--white);
}

.account-apple-mark {
  color: var(--black-blue);
}

.account-apple-mark svg {
  display: block;
  width: 19px;
  height: 23px;
  fill: currentColor;
}

.account-link {
  justify-self: center;
  color: var(--black-blue);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: none;
}

.account-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  margin: 22px 0 6px;
  color: rgba(25, 30, 40, 0.62);
  text-transform: none;
}

.account-divider::before,
.account-divider::after {
  height: 1px;
  background: rgba(157, 163, 166, 0.36);
  content: "";
}

.account-field {
  display: grid;
  gap: 6px;
  color: var(--black-blue);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.2;
  text-transform: none;
}

.account-field input {
  width: 100%;
  height: 46px;
  border: 0;
  border-bottom: 1px solid rgba(25, 30, 40, 0.54);
  border-radius: 0;
  color: var(--black-blue);
  font: inherit;
  text-transform: none;
}

.account-field input::placeholder {
  color: rgba(25, 30, 40, 0.42);
}

.account-forgot {
  justify-self: start;
  margin: 2px 0 16px;
}

.account-submit {
  border: 0;
  background: rgba(157, 163, 166, 0.32);
  color: rgba(25, 30, 40, 0.46);
}

.forgot-submit {
  margin-top: 10px;
}

.signup-submit {
  margin-top: 10px;
}

.account-note {
  justify-self: center;
  margin-top: 20px;
  text-align: center;
}

.forgot-message,
.signup-message {
  min-height: 20px;
}

.account-signup {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(280px, 1fr);
  gap: clamp(36px, 6vw, 96px);
  margin-top: 42px;
  padding-top: 48px;
  border-top: 1px solid rgba(157, 163, 166, 0.34);
}

.account-signup button {
  min-height: 62px;
  border: 0;
  background: var(--atelier-grey);
  color: var(--white);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(55, 49, 49, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--motion-soft), visibility 0ms linear 360ms;
}

.modal-backdrop.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0ms;
}

.share-modal {
  position: relative;
  width: min(1040px, 92vw);
  min-height: min(760px, 88vh);
  background: var(--white);
  border-radius: var(--radius-large);
  padding: clamp(48px, 7vw, 92px);
  text-align: center;
  transform: translateY(10px) scale(0.985);
  transition: transform var(--motion-panel);
}

.modal-backdrop.open .share-modal {
  transform: translateY(0) scale(1);
}

.share-modal h2 {
  margin: 38px 0 0;
  text-transform: uppercase;
  font-weight: var(--brand-font-weight);
}

.share-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 140px));
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
}

.share-options button {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.copy-note {
  margin: 38px 0 0;
  min-height: 24px;
  font-size: 14px;
}

.watermark {
  position: fixed;
  left: clamp(10px, 1.4vw, 26px);
  bottom: 28px;
  z-index: 20;
  width: clamp(52px, 5.2vw, 88px);
  opacity: 1;
  pointer-events: auto;
}

.watermark img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
  transition: opacity 180ms var(--motion-ease);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
