@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-semibold: 600;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
  }
  @media (width>=40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width>=48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width>=64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width>=80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width>=96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .rotate-\[-6deg\] {
    rotate: -6deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-center {
    justify-content: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: 2147483647px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-70 {
    opacity: 0.7;
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --navy: #151d30;
  --navy2: #1f2d4f;
  --ivory: #f4f0e8;
  --paper: #f6f7fb;
  --gold: #b98a4b;
  --line: #e5e7eb;
  --muted: #4a5368;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--navy);
  margin: 0;
  font-family:
    DM Sans,
    sans-serif;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-family:
    Playfair Display,
    serif;
  line-height: 1.08;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
.container {
  width: min(1180px, 100% - 40px);
  margin-inline: auto;
}
.announcement {
  background: var(--navy);
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding: 0 4%;
  font-size: 10px;
  display: flex;
}
.site-header {
  z-index: 30;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #faf8f3f5;
  position: sticky;
  top: 0;
}
.nav-shell {
  justify-content: space-between;
  align-items: center;
  width: min(1240px, 100% - 40px);
  height: 90px;
  margin: auto;
  display: flex;
  position: relative;
}
.brand {
  flex-direction: column;
  display: flex;
}
.brand strong {
  font-family: Playfair Display;
  font-size: 21px;
}
.brand small {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-top: 5px;
  font-size: 8px;
}
.desktop-nav {
  align-items: center;
  gap: 29px;
  display: flex;
}
.desktop-nav a,
.desktop-nav button,
.nav-actions > a:first-child {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 11px;
}
.desktop-nav a.active {
  color: var(--gold);
}
.nav-actions {
  align-items: center;
  gap: 20px;
  display: flex;
}
.bag {
  font-size: 25px;
  position: relative;
}
.bag b {
  background: var(--gold);
  color: #fff;
  text-align: center;
  border-radius: 99px;
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 16px;
  position: absolute;
  top: -4px;
  right: -8px;
}
.menu {
  background: 0 0;
  border: 0;
  font-size: 22px;
  display: none;
}
.category-popover {
  background: var(--paper);
  border: 1px solid var(--line);
  flex-direction: column;
  min-width: 220px;
  padding: 14px;
  display: flex;
  position: absolute;
  top: 75px;
  left: 42%;
  box-shadow: 0 16px 50px #0d172626;
}
.category-popover a {
  padding: 10px;
  font-size: 13px;
}
.hero {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 80px;
  padding-block: 85px;
  display: grid;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 600;
}
.gold {
  color: var(--gold);
}
.hero h1,
.page h1 {
  max-width: 720px;
  font-size: clamp(44px, 5vw, 74px);
}
.hero-copy > p:not(.eyebrow),
.page-intro {
  color: var(--muted);
  max-width: 670px;
  font-size: 16px;
  line-height: 1.8;
}
.button-row {
  gap: 12px;
  margin: 30px 0;
  display: flex;
}
.button {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  border: 1px solid var(--navy);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
}
.gold-button {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.outline-button {
  background: 0 0;
}
.hero-facts {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 45px;
  display: grid;
}
.hero-facts div,
.page-facts div {
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.hero-facts span,
.page-facts span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  display: block;
}
.hero-facts b,
.page-facts b {
  margin-top: 6px;
  font-family: Playfair Display;
  font-size: 14px;
  display: block;
}
.hero-art {
  background: var(--ivory);
  padding: 16px 16px 0;
  position: relative;
}
.hero-art img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 560px;
  display: block;
}
.hero-art > div {
  background: var(--navy);
  color: #fff;
  padding: 20px 24px;
}
.hero-art span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 10px;
}
.hero-art p {
  margin: 7px 0 0;
  font-family: Playfair Display;
}
.feature-strip {
  border-block: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  padding-block: 55px;
  display: grid;
}
.feature-strip > div {
  border-right: 1px solid var(--line);
  padding: 0 45px;
}
.feature-strip > div:first-child {
  padding-left: 0;
}
.feature-strip > div:last-child {
  border: 0;
}
.feature-strip h2 {
  margin: 12px 0;
  font-size: 24px;
}
.feature-strip p:last-child,
.section-head p,
.product-card > p,
.page p,
.contact-grid p {
  color: var(--muted);
  line-height: 1.7;
}
.collection {
  padding-block: 90px;
}
.section-head {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 35px;
  display: flex;
}
.section-head h2 {
  max-width: 650px;
  margin: 8px 0 12px;
  font-size: 42px;
}
.section-head p {
  max-width: 670px;
}
.section-head > a,
.card-row > a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 5px;
  font-size: 11px;
}
.product-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  display: grid;
}
.product-image {
  background: var(--ivory);
  height: 390px;
  display: block;
  position: relative;
  overflow: hidden;
}
.product-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.product-card:hover img {
  transform: scale(1.03);
}
.product-image > span {
  z-index: 1;
  background: var(--navy);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  padding: 8px 10px;
  font-size: 9px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.product-card > p {
  margin: 15px 0 6px;
}
.product-card h3 {
  min-height: 45px;
  font-size: 20px;
}
.card-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}
.card-row strong {
  color: var(--gold);
}
.pagination {
  justify-content: center;
  gap: 7px;
  margin-top: 50px;
  display: flex;
}
.pagination button {
  border: 1px solid var(--line);
  background: 0 0;
  padding: 9px 13px;
}
.pagination .active {
  background: var(--navy);
  color: #fff;
}
.page {
  min-height: 65vh;
  padding-block: 85px;
}
.narrow {
  max-width: 900px;
}
.page-facts {
  gap: 60px;
  margin: 45px 0;
  display: flex;
}
.page-facts > div {
  min-width: 210px;
}
.editorial-block,
.policy {
  border-top: 1px solid var(--line);
  padding: 55px 0;
}
.editorial-block h2,
.policy h2,
.contact-grid h2 {
  max-width: 700px;
  margin: 10px 0 18px;
  font-size: 39px;
}
.value-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px;
  display: grid;
}
.value-grid > div {
  border: 1px solid var(--line);
  padding: 24px;
}
.value-grid h3 {
  font-size: 21px;
}
.cta {
  background: var(--navy);
  color: #fff;
  margin-top: 30px;
  padding: 55px;
}
.cta h2 {
  font-size: 38px;
}
.faq {
  margin-top: 55px;
}
.faq section {
  margin-bottom: 50px;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item button {
  text-align: left;
  background: 0 0;
  border: 0;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  font-family: Playfair Display;
  font-size: 21px;
  display: flex;
}
.faq-item p {
  margin: 0;
  padding: 0 0 22px;
}
.contact-grid {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  margin-top: 55px;
  display: grid;
}
.contact-grid form {
  border: 1px solid var(--line);
  padding: 45px;
}
label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 22px 0;
  font-size: 9px;
  display: block;
}
input,
textarea {
  border: 1px solid var(--line);
  background: #fff;
  outline: none;
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  display: block;
}
input:focus,
textarea:focus {
  border-color: var(--gold);
}
.contact-grid aside {
  background: var(--navy);
  color: #fff;
  padding: 45px;
}
.contact-grid aside h3 {
  margin-top: 24px;
  font-size: 20px;
}
.success {
  border: 1px solid var(--gold);
  padding: 20px;
}
.product-page {
  padding-block: 70px;
}
.product-main {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  display: grid;
}
.product-gallery {
  background: var(--ivory);
  position: relative;
}
.product-gallery img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 680px;
}
.product-gallery button {
  background: #fff;
  border: 0;
  width: 42px;
  height: 42px;
  font-size: 25px;
  position: absolute;
  top: 50%;
}
.prev {
  left: 12px;
}
.next {
  right: 12px;
}
.product-info {
  padding-top: 40px;
}
.product-info h1 {
  font-size: 48px;
}
.price {
  color: var(--gold) !important;
  font-size: 24px !important;
}
.quantity {
  margin: 25px 0;
  display: flex;
}
.quantity button,
.quantity span {
  border: 1px solid var(--line);
  background: 0 0;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}
.full {
  width: 100%;
}
.product-meta {
  border-block: 1px solid var(--line);
  margin: 28px 0;
  padding: 25px 0;
}
.product-meta p {
  margin: 7px 0;
}
.description {
  line-height: 1.8 !important;
}
.related {
  padding-top: 90px;
}
.cart-empty {
  text-align: center;
}
.cart-empty h1 {
  margin-inline: auto;
}
.cart-empty .button {
  margin-top: 25px;
}
footer {
  background: var(--navy);
  color: #fff;
  padding: 70px 0 22px;
}
.footer-grid {
  grid-template-columns: 1.5fr 0.7fr 1fr;
  gap: 80px;
  display: grid;
}
.footer-grid h3 {
  margin: 12px 0;
  font-size: 28px;
}
.footer-grid p {
  color: #b9bec5;
  font-size: 13px;
  line-height: 1.7;
}
.footer-grid section:nth-child(2) {
  flex-direction: column;
  gap: 12px;
  display: flex;
}
.footer-pills {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}
.footer-pills span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid #ffffff24;
  padding: 8px 10px;
  font-size: 9px;
}
.footer-bottom {
  color: #7f8996;
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 20px;
  font-size: 10px;
  display: flex;
}
.drawer-backdrop {
  z-index: 60;
  background: #0d172699;
  position: fixed;
  inset: 0;
}
.drawer {
  background: var(--paper);
  width: min(420px, 88vw);
  height: 100%;
  padding: 45px;
  overflow: auto;
}
.drawer-close {
  float: right;
  background: 0 0;
  border: 0;
  font-size: 30px;
}
.drawer h2 {
  font-size: 40px;
}
.drawer nav {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}
.drawer nav a {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  padding: 15px 0;
  display: flex;
}
.drawer-label {
  margin-top: 40px;
}
@media (width<=900px) {
  .desktop-nav,
  .nav-actions > a:first-child {
    display: none;
  }
  .menu {
    display: block;
  }
  .hero,
  .product-main,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    gap: 45px;
    padding-block: 55px;
  }
  .hero-art img {
    height: 500px;
  }
  .feature-strip {
    grid-template-columns: 1fr;
  }
  .feature-strip > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px 0;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .product-gallery img {
    height: 600px;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .nav-shell {
    height: 72px;
  }
}
@media (width<=560px) {
  .container,
  .nav-shell {
    width: min(100% - 28px, 1180px);
  }
  .announcement {
    height: 28px;
    font-size: 7px;
  }
  .brand strong {
    font-size: 17px;
  }
  .hero h1,
  .page h1 {
    font-size: 39px;
  }
  .hero-facts {
    grid-template-columns: 1fr;
  }
  .hero-art img {
    height: 410px;
  }
  .section-head {
    display: block;
  }
  .section-head h2 {
    font-size: 34px;
  }
  .section-head > a {
    margin-top: 15px;
    display: inline-block;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .product-image {
    height: 245px;
  }
  .product-card h3 {
    font-size: 16px;
  }
  .card-row {
    display: block;
  }
  .card-row a {
    margin-top: 8px;
    display: inline-block;
  }
  .page {
    padding-block: 55px;
  }
  .page-facts {
    flex-direction: column;
    gap: 12px;
  }
  .contact-grid form,
  .contact-grid aside,
  .cta {
    padding: 28px;
  }
  .product-info h1 {
    font-size: 38px;
  }
  .product-gallery img {
    height: 470px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .pagination button:nth-child(n + 5):not(:last-child) {
    display: none;
  }
}
.site-header {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #f7f8fbe6;
  border-bottom: 0;
  padding: 10px 0 14px;
}
.hero {
  background:
    radial-gradient(circle at 5% 20%, #ead9bf 0, #0000 16%),
    radial-gradient(circle at 95% 88%, #ddd3c7 0, #0000 17%), #ffffff73;
  border: 1px solid #fff;
  border-radius: 38px;
  gap: 55px;
  margin-top: 54px;
  margin-bottom: 65px;
  padding: 55px 48px;
}
.hero-facts div,
.page-facts div {
  background: #fff9;
  border: 1px solid #e8d4b6;
  border-radius: 26px;
  padding: 22px 20px;
}
.hero-art {
  background: #fff7;
  border: 1px solid #e2e3e7;
  border-radius: 32px;
  padding: 12px;
}
.hero-art > div {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #0d0f12dd;
  border: 1px solid #ffffff40;
  border-radius: 24px;
  padding: 20px 24px;
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
}
.feature-strip {
  border: 0;
  gap: 20px;
}
.feature-strip > div,
.feature-strip > div:first-child {
  background: #fff9;
  border: 1px solid #e8d4b6;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 40px #1523370d;
}
.product-card {
  background: #fff;
  border: 1px solid #e3e5e9;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 35px #1523370c;
}
.product-card > p,
.product-card > h3,
.product-card > .card-row {
  margin-left: 26px;
  margin-right: 26px;
}
.product-card > .card-row {
  margin-bottom: 26px;
}
.product-image {
  border-radius: 27px 27px 0 0;
}
.product-image > span {
  color: var(--navy);
  background: #ffffffe8;
  border-radius: 99px;
  padding: 8px 12px;
  top: 14px;
  left: 14px;
}
.card-row strong {
  color: var(--navy);
  font-size: 20px;
}
.card-row > a {
  background: var(--navy);
  color: #fff;
  border: 0;
  border-radius: 99px;
  padding: 12px 18px;
}
.pagination {
  flex-wrap: wrap;
}
.pagination button {
  background: #fff;
  border-radius: 99px;
  min-width: 45px;
  height: 45px;
  padding: 0 13px;
}
.footer-grid > section {
  border: 1px solid #ffffff24;
  border-radius: 26px;
  padding: 32px;
}
.thumb-strip {
  gap: 10px;
  padding: 12px 0;
  display: flex;
  overflow-x: auto;
}
.thumb-strip button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  flex: none;
  width: 76px;
  height: 92px;
  padding: 3px;
}
.thumb-strip img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}
@media (width<=900px) {
  .nav-shell {
    height: 72px;
  }
  .hero {
    padding: 35px 24px;
  }
  .hero-art img {
    height: 500px;
  }
}
@media (width<=560px) {
  .hero {
    margin-top: 20px;
    padding: 28px 18px;
  }
  .hero-art img {
    height: 410px;
  }
  .product-card > p,
  .product-card > h3,
  .product-card > .card-row {
    margin-left: 14px;
    margin-right: 14px;
  }
  .product-card > .card-row {
    margin-bottom: 18px;
  }
}
body {
  color: var(--navy);
  background:
    radial-gradient(circle at 0 0, #b98a4b26, #0000 34%),
    radial-gradient(circle at 100% 0, #1f2d4f0f, #0000 36%),
    linear-gradient(#fcfcfd 0%, #f6f7fb 56%, #f2f4f8 100%);
  padding-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
.brand strong {
  font-family:
    Cormorant Garamond,
    serif;
}
.container {
  width: min(1440px, 100% - 48px);
}
.site-header {
  background: #ffffffb3;
  border-bottom: 1px solid #fff9;
  padding: 9px 0 14px;
  top: 0;
}
.nav-shell {
  background: #ffffffb8;
  border: 1px solid #fff;
  border-radius: 28px;
  width: min(1440px, 100% - 48px);
  height: 91px;
  padding: 0 25px;
  box-shadow: 0 24px 60px #1f2d4f12;
}
.brand-wrap {
  align-items: center;
  gap: 16px;
  display: flex;
}
.brand-icon {
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 49px;
  height: 49px;
  display: block;
  position: relative;
}
.brand-icon:before {
  content: "";
  border: 1.8px solid var(--navy);
  border-radius: 2px;
  width: 11px;
  height: 14px;
  position: absolute;
  top: 19px;
  left: 18px;
}
.brand-icon:after {
  content: "";
  border: 1.8px solid var(--navy);
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  width: 7px;
  height: 5px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.brand strong {
  letter-spacing: -0.5px;
  font-size: 36px;
  font-weight: 600;
  line-height: 0.9;
}
.brand small {
  color: #5f7393;
  letter-spacing: 0.25em;
  margin-top: 7px;
  font-size: 11px;
  font-weight: 700;
}
.desktop-nav {
  gap: 28px;
}
.desktop-nav a,
.desktop-nav button,
.nav-actions > a:first-child {
  letter-spacing: 0;
  text-transform: none;
  color: #3b475f;
  font-size: 14px;
  font-weight: 600;
}
.nav-actions > a:first-child {
  border: 1px solid var(--line);
  min-height: 42px;
  color: var(--navy);
  border-radius: 999px;
  align-items: center;
  padding: 0 20px;
  display: inline-flex;
}
.bag {
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 49px;
  height: 49px;
  font-size: 0;
  display: block;
  position: relative;
}
.bag:before {
  content: "";
  border: 2px solid var(--navy);
  border-top: 0;
  border-radius: 2px;
  width: 17px;
  height: 12px;
  position: absolute;
  top: 17px;
  left: 16px;
  transform: skew(-8deg);
}
.bag:after {
  content: "••";
  letter-spacing: 5px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  position: absolute;
  top: 24px;
  left: 17px;
}
.bag b {
  display: none;
}
.hero {
  border-radius: 36px;
  gap: 40px;
  width: min(1440px, 100% - 48px);
  min-height: 680px;
  margin-top: 66px;
  margin-bottom: 70px;
  padding: 56px 49px;
}
.hero-copy {
  max-width: 672px;
}
.hero .eyebrow,
.collection .section-head .eyebrow {
  color: #253451;
  letter-spacing: 0.16em;
  background: #ffffffdc;
  border: 1px solid #e8cda8;
  border-radius: 999px;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  font-size: 12px;
  display: inline-flex;
}
.hero h1 {
  letter-spacing: 0.02em;
  margin-top: 24px;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.95;
}
.hero-copy > p:not(.eyebrow) {
  color: #394359;
  margin-top: 28px;
  font-size: 18px;
  line-height: 28px;
}
.button-row {
  gap: 16px;
  margin: 33px 0 40px;
}
.button {
  letter-spacing: 0;
  text-transform: none;
  border-radius: 999px;
  min-height: 56px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 700;
}
.gold-button {
  border: 1px solid var(--gold);
  color: #fff;
  background: #293248;
  box-shadow: 0 14px 30px #151d3026;
}
.outline-button {
  border-color: var(--line);
  background: #fff;
}
.hero-facts {
  gap: 16px;
  margin-top: 0;
}
.hero-facts div {
  border-radius: 27px;
  min-height: 122px;
  padding: 20px;
}
.hero-facts span {
  letter-spacing: 0.2em;
  color: #60738f;
  font-size: 11px;
  font-weight: 700;
}
.hero-facts b {
  margin-top: 12px;
  font-family: Manrope;
  font-size: 17px;
  line-height: 1.55;
}
.hero-art {
  border-radius: 30px;
  padding: 12px;
}
.hero-art img {
  border-radius: 24px;
  height: 500px;
}
.hero-art > div {
  border-radius: 24px;
  padding: 20px;
  bottom: 27px;
  left: 28px;
  right: 28px;
}
.hero-art > div p {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.feature-strip {
  gap: 20px;
  padding: 0 0 40px;
}
.feature-strip > div,
.feature-strip > div:first-child {
  border-radius: 28px;
  height: 222px;
  padding: 29px 28px;
}
.feature-strip h2 {
  letter-spacing: 0.02em;
  margin: 14px 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.12;
}
.feature-strip p:last-child {
  font-size: 14px;
  line-height: 1.45;
}
.eyebrow {
  letter-spacing: 0.2em;
  color: #5f7393;
  font-size: 11px;
}
.collection {
  padding: 0 0 80px;
  padding-top: 20px;
}
.section-head {
  margin-bottom: 40px;
}
.section-head h2 {
  letter-spacing: 0.01em;
  margin: 18px 0 14px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.05;
}
.section-head p {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.85;
}
.section-head > a {
  border: 1px solid var(--line);
  text-transform: none;
  letter-spacing: 0;
  background: #fff;
  border-radius: 999px;
  align-items: center;
  min-height: 56px;
  padding: 0 26px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}
.product-grid {
  gap: 24px;
}
.product-card {
  border-radius: 28px;
  height: 532px;
}
.product-image {
  border-radius: 27px 27px 0 0;
  height: 320px;
}
.product-card > p {
  letter-spacing: 0.2em;
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
}
.product-card h3 {
  letter-spacing: 0.02em;
  min-height: 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.card-row {
  margin-top: 16px;
}
.card-row strong {
  font-size: 24px;
}
.card-row > a {
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid var(--gold);
  padding: 12px 21px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 12px 25px #151d3020;
}
.pagination {
  gap: 10px;
  margin-top: 48px;
}
.pagination button {
  min-width: 46px;
  height: 46px;
  font-size: 14px;
}
.pagination .active {
  background: var(--navy);
}
footer {
  background: #0d1628;
  padding: 80px 0 28px;
}
.footer-grid {
  grid-template-columns: 1.45fr 1fr 1.05fr;
  gap: 24px;
  width: min(1156px, 100% - 48px);
}
.footer-grid > section {
  background: #ffffff0c;
  border-color: #ffffff24;
  border-radius: 26px;
  min-height: 315px;
  padding: 32px;
}
.footer-grid h3 {
  font-size: 36px;
  font-weight: 600;
}
.footer-grid p {
  font-size: 14px;
  line-height: 2;
}
.footer-grid section:nth-child(2) a {
  font-size: 14px;
}
.footer-bottom {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  width: min(1156px, 100% - 48px);
  margin-top: 36px;
  padding-top: 26px;
  font-size: 10px;
  font-weight: 700;
}
@media (width<=900px) {
  .container,
  .nav-shell,
  .hero {
    width: min(100% - 28px, 1440px);
  }
  .brand strong {
    font-size: 25px;
  }
  .brand-icon {
    width: 42px;
    height: 42px;
  }
  .hero {
    min-height: 0;
    margin-top: 20px;
    padding: 35px 24px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .feature-strip > div,
  .feature-strip > div:first-child,
  .product-card {
    height: auto;
  }
  .footer-grid,
  .footer-bottom {
    width: min(100% - 28px, 1156px);
  }
}
@media (width<=560px) {
  .nav-shell {
    padding: 0 14px;
  }
  .brand-wrap {
    gap: 9px;
  }
  .brand-icon {
    display: none;
  }
  .brand strong {
    font-size: 22px;
  }
  .brand small {
    font-size: 7px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .hero-art > div p {
    font-size: 17px;
  }
  .product-image {
    height: 245px;
  }
  .product-card h3 {
    min-height: 68px;
    font-size: 18px;
  }
  .card-row strong {
    font-size: 19px;
  }
  .section-head h2 {
    font-size: 40px;
  }
}
.look-page {
  padding: 38px 0 90px;
}
.breadcrumbs {
  color: #69748a;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: 13px;
  display: flex;
}
.breadcrumbs a:hover {
  color: var(--gold);
}
.breadcrumbs > span:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 410px;
  color: var(--navy);
  overflow: hidden;
}
.look-shell {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffa8;
  border: 1px solid #fff;
  border-radius: 36px;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 54px;
  padding: 24px;
  display: grid;
  box-shadow: 0 28px 75px #1f2d4f0f;
}
.look-visuals {
  min-width: 0;
}
.product-gallery {
  background: #edf0f4;
  border-radius: 27px;
  height: 690px;
  overflow: hidden;
}
.product-gallery img {
  -o-object-fit: contain;
  object-fit: contain;
  background: #f1f2f5;
  width: 100%;
  height: 100%;
}
.product-gallery button {
  width: 48px;
  height: 48px;
  color: var(--navy);
  background: #fffffff0;
  border: 1px solid #ffffffc9;
  border-radius: 50%;
  place-items: center;
  font-family: Cormorant Garamond;
  font-size: 32px;
  display: grid;
  top: calc(50% - 24px);
  box-shadow: 0 10px 25px #151d3020;
}
.product-gallery .prev {
  left: 18px;
}
.product-gallery .next {
  right: 18px;
}
.image-count {
  color: #fff;
  letter-spacing: 0.1em;
  background: #151d30cc;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  bottom: 18px;
  right: 18px;
}
.thumb-strip {
  gap: 12px;
  padding: 14px 2px 0;
}
.thumb-strip button {
  border-color: #e2e5ea;
  border-radius: 15px;
  width: 88px;
  height: 106px;
  padding: 4px;
}
.thumb-strip button.selected {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}
.thumb-strip img {
  border-radius: 11px;
}
.product-info {
  padding: 34px 28px 20px;
}
.look-category {
  color: #556b8a;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid #e8cda8;
  border-radius: 999px;
  margin: 0 0 20px;
  padding: 9px 14px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}
.product-info h1 {
  letter-spacing: 0.01em;
  max-width: 620px;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.01;
}
.look-price-row {
  align-items: baseline;
  gap: 16px;
  margin: 22px 0;
  display: flex;
}
.look-price-row .price {
  margin: 0;
  font-family: Manrope;
  font-weight: 800;
  color: var(--navy) !important;
  font-size: 30px !important;
}
.look-price-row > span {
  color: #778197;
  font-size: 12px;
}
.look-intro {
  color: #536078;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
}
.purchase-box {
  border: 1px solid var(--line);
  background: #f7f8fb;
  border-radius: 24px;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 18px;
  margin: 28px 0;
  padding: 22px;
  display: grid;
}
.control-label {
  color: #60718e;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 10px;
  font-weight: 700;
  display: block;
}
.quantity {
  margin: 0;
}
.quantity button,
.quantity span {
  background: #fff;
  border-color: #dfe3e9;
  width: 44px;
  height: 48px;
}
.quantity button:first-child {
  border-radius: 12px 0 0 12px;
}
.quantity button:last-child {
  border-radius: 0 12px 12px 0;
}
.add-cart {
  width: 100%;
  height: 48px;
}
.service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 0 28px;
  display: grid;
}
.service-grid > div {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  padding: 16px 14px;
}
.service-grid b,
.service-grid span {
  display: block;
}
.service-grid b {
  font-size: 12px;
}
.service-grid span {
  color: #778197;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.45;
}
.look-meta {
  border-top: 1px solid var(--line);
  margin: 0;
}
.look-meta > div {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  padding: 13px 0;
  font-size: 12px;
  display: flex;
}
.look-meta dt {
  color: #778197;
}
.look-meta dd {
  margin: 0;
  font-weight: 700;
}
.look-meta > div:last-child dd {
  color: #35725a;
}
.description-panel {
  background: #ffffffb3;
  border: 1px solid #e1e4e9;
  border-radius: 30px;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  margin-top: 48px;
  padding: 54px;
  display: grid;
}
.description-panel h2 {
  margin-top: 12px;
  font-size: 46px;
  font-weight: 600;
}
.description-copy {
  max-width: 760px;
}
.description-copy p {
  color: #536078;
  white-space: pre-line;
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.9;
}
.description-copy p:last-child {
  margin-bottom: 0;
}
.look-page .related {
  padding-top: 86px;
}
@media (width<=1050px) {
  .look-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product-gallery {
    height: min(760px, 82vh);
  }
  .product-info {
    padding: 25px 12px;
  }
  .description-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width<=620px) {
  .look-page {
    padding-top: 22px;
  }
  .breadcrumbs {
    font-size: 11px;
  }
  .look-shell {
    border-radius: 24px;
    padding: 10px;
  }
  .product-gallery {
    border-radius: 19px;
    height: 520px;
  }
  .product-gallery button {
    width: 40px;
    height: 40px;
  }
  .product-gallery .prev {
    left: 10px;
  }
  .product-gallery .next {
    right: 10px;
  }
  .thumb-strip button {
    width: 68px;
    height: 82px;
  }
  .product-info {
    padding: 22px 8px 14px;
  }
  .product-info h1 {
    font-size: 42px;
  }
  .look-price-row {
    display: block;
  }
  .look-price-row > span {
    margin-top: 4px;
    display: block;
  }
  .purchase-box {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .description-panel {
    margin-top: 28px;
    padding: 28px 22px;
  }
  .description-panel h2 {
    font-size: 38px;
  }
  .look-page .related {
    padding-top: 60px;
  }
}
.faq-page {
  width: min(1024px, 100% - 40px);
  margin: 0 auto;
  padding: 64px 0 80px;
}
.faq-hero {
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffffc7;
  border: 1px solid #e6cda9;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 393px;
  padding: 44px 50px;
  display: flex;
  box-shadow: 0 28px 65px #1f2d4f10;
}
.faq-pill {
  color: #253451;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e7cba5;
  border-radius: 999px;
  align-items: center;
  min-height: 35px;
  margin: 0 0 25px;
  padding: 0 16px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}
.faq-hero h1 {
  color: var(--navy);
  letter-spacing: 0.01em;
  margin: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 0.98;
}
.faq-hero > p:last-child {
  color: #4b566d;
  max-width: 720px;
  margin: 26px auto 0;
  font-size: 15px;
  line-height: 2;
}
.faq-groups {
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
  display: flex;
}
.faq-group {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffffc7;
  border: 1px solid #e6cda9;
  border-radius: 28px;
  padding: 31px 32px 32px;
  box-shadow: 0 28px 65px #1f2d4f10;
}
.faq-group-title {
  color: #60738f;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 700;
}
.faq-list {
  flex-direction: column;
  gap: 15px;
  display: flex;
}
.faq-row {
  background: #fff;
  border: 1px solid #dde1e7;
  border-radius: 23px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  overflow: hidden;
}
.faq-row.is-open {
  border-color: #d9bd93;
  box-shadow: 0 12px 30px #1f2d4f0d;
}
.faq-row button {
  width: 100%;
  height: 73px;
  color: var(--navy);
  text-align: left;
  cursor: pointer;
  background: 0 0;
  border: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  display: flex;
}
.faq-row button span {
  letter-spacing: -0.03em;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}
.faq-row button i {
  border-bottom: 2px solid #60738f;
  border-right: 2px solid #60738f;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  transition: transform 0.2s;
  transform: rotate(45deg) translateY(-2px);
}
.faq-row.is-open button i {
  transform: rotate(225deg) translate(-2px, -2px);
}
.faq-answer {
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s;
  display: grid;
}
.faq-row.is-open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-answer p {
  color: #59657b;
  min-height: 0;
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.8;
  transition: padding 0.25s;
  overflow: hidden;
}
.faq-row.is-open .faq-answer p {
  padding: 0 20px 22px;
}
@media (width<=760px) {
  .faq-page {
    padding-top: 28px;
  }
  .faq-hero {
    height: auto;
    min-height: 330px;
    padding: 38px 24px;
  }
  .faq-hero h1 {
    font-size: 48px;
  }
  .faq-hero h1 br {
    display: none;
  }
  .faq-group {
    padding: 25px 20px;
  }
  .faq-row button {
    height: auto;
    min-height: 70px;
    padding: 15px 18px;
  }
  .faq-row button span {
    padding-right: 15px;
    font-size: 18px;
  }
}
@media (width<=460px) {
  .faq-page {
    width: min(100% - 28px, 1024px);
  }
  .faq-hero {
    border-radius: 22px;
    min-height: 300px;
  }
  .faq-hero h1 {
    font-size: 39px;
  }
  .faq-hero > p:last-child {
    font-size: 13px;
    line-height: 1.7;
  }
  .faq-group {
    border-radius: 22px;
  }
  .faq-row {
    border-radius: 18px;
  }
}
.product-card h3 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px !important;
  min-height: 60px !important;
  display: -webkit-box !important;
}
.product-card .card-row {
  flex-shrink: 0;
}
@media (width<=560px) {
  .product-card h3 {
    height: 46px !important;
    min-height: 46px !important;
    font-size: 18px !important;
    line-height: 1.28 !important;
  }
}
.about-page {
  padding-top: 88px;
  padding-bottom: 84px;
}
.about-label {
  color: #53647f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}
.about-hero {
  border-bottom: 1px solid #dfe3e9;
  min-height: 568px;
  padding-bottom: 44px;
}
.about-hero h1 {
  letter-spacing: 0.02em;
  max-width: 720px;
  margin: 15px 0 10px;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.1;
}
.about-intro {
  color: #46536b;
  max-width: 660px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
.about-facts {
  gap: 60px;
  margin-top: 23px;
  display: flex;
}
.about-facts > div {
  background: #ffffffa8;
  border: 1px solid #e6cda9;
  border-radius: 26px;
  width: 210px;
  height: 89px;
  padding: 22px 20px;
}
.about-facts span,
.about-facts b {
  display: block;
}
.about-facts span {
  color: #53647f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
}
.about-facts b {
  margin-top: 8px;
  font-family:
    Cormorant Garamond,
    serif;
  font-size: 15px;
  font-weight: 700;
}
.about-section {
  border-bottom: 1px solid #dfe3e9;
  padding: 58px 0;
}
.about-section h2 {
  letter-spacing: 0.02em;
  margin: 9px 0 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
.about-section > p:last-of-type {
  color: #46536b;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
.about-section.mission {
  padding-top: 56px;
}
.about-section.mission h2 {
  font-size: 36px;
}
.about-values > div {
  background: #ffffff35;
  border: 1px solid #dfe3e9;
  height: 126px;
  padding: 24px;
}
.about-cta {
  color: #fff;
  background: #151d30;
  height: 235px;
  min-height: 235px;
  margin-top: 84px;
  padding: 55px;
}
.about-cta h2 {
  letter-spacing: 0.02em;
  font-size: 36px;
  font-weight: 600;
}
.about-cta p {
  color: #8d96a8;
  margin: 3px 0 0;
  font-size: 15px;
}
.about-cta .button {
  border: 1px solid var(--gold);
  color: #fff;
  background: #293248;
  min-height: 56px;
  margin-top: 4px;
  padding: 0 28px;
}
@media (width<=760px) {
  .about-page {
    padding-top: 50px;
  }
  .about-hero {
    min-height: 0;
  }
  .about-hero h1 {
    font-size: 54px;
  }
  .about-hero h1 br {
    display: none;
  }
  .about-facts {
    gap: 14px;
  }
  .about-facts > div {
    width: 50%;
    height: auto;
  }
  .about-section h2,
  .about-section.mission h2 {
    font-size: 36px;
  }
  .about-section.mission h2 br {
    display: none;
  }
  .about-values {
    grid-template-columns: 1fr;
  }
  .about-values > div {
    height: auto;
  }
  .about-cta {
    margin-top: 50px;
    padding: 38px 28px;
  }
}
@media (width<=460px) {
  .about-page {
    padding-top: 35px;
  }
  .about-hero h1 {
    font-size: 43px;
  }
  .about-facts {
    flex-direction: column;
  }
  .about-facts > div {
    width: 100%;
  }
  .about-section {
    padding: 42px 0;
  }
  .about-cta h2 {
    font-size: 35px;
  }
}
.about-page {
  width: min(1152px, 100% - 40px);
  margin: 0 auto;
  padding: 64px 0 80px;
}
.about-hero {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffc;
  border: 1px solid #d8c8aeb3;
  border-radius: 28px;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 32px;
  min-height: 605px;
  padding: 48px;
  display: grid;
  box-shadow: 0 28px 70px #1f2d4f12;
}
.about-hero-copy {
  min-width: 0;
}
.about-pill {
  color: #253451;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e7cba5;
  border-radius: 999px;
  align-items: center;
  min-height: 35px;
  margin: 0;
  padding: 0 16px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}
.about-hero h1 {
  letter-spacing: 0.02em;
  width: auto;
  max-width: none;
  margin: 24px 0 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 0.95;
}
.about-hero .about-intro {
  color: #46536b;
  max-width: none;
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.8;
}
.about-hero .about-facts {
  grid-template-columns: 1fr 1fr;
  align-self: end;
  gap: 16px;
  margin: 0;
  display: grid;
}
.about-hero .about-facts > div {
  background: #ffffffb8;
  border: 1px solid #d8c8aecc;
  border-radius: 28px;
  width: auto;
  height: 143px;
  padding: 24px;
  box-shadow: 0 22px 55px #1f2d4f12;
}
.about-hero .about-facts span {
  color: #60738f;
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 700;
}
.about-hero .about-facts b {
  margin-top: 14px;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.35;
}
.about-story-grid {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  margin-top: 32px;
  display: grid;
}
.about-card {
  background: #ffffffc7;
  border: 1px solid #d8c8aecc;
  border-radius: 28px;
  min-height: 303px;
  box-shadow: 0 26px 65px #1f2d4f10;
}
.story-card {
  padding: 32px;
}
.mission-card {
  padding: 40px;
}
.about-card h2 {
  letter-spacing: 0.02em;
  margin: 16px 0 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
.about-card > p:last-child {
  color: #46536b;
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 2;
}
.about-values {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
  display: grid;
}
.about-values > div {
  text-align: center;
  background: #ffffffc7;
  border: 1px solid #d8c8aecc;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 218px;
  padding: 28px;
  display: flex;
  box-shadow: 0 26px 65px #1f2d4f10;
}
.value-icon {
  background: #fff;
  border: 1px solid #e1e4e9;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.about-values h3 {
  font-size: 24px;
  font-weight: 600;
}
.about-values p {
  color: #46536b;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
}
.value-icon.clock:before {
  content: "";
  border: 2px solid var(--navy);
  border-radius: 50%;
  position: absolute;
  inset: 18px;
}
.value-icon.clock:after {
  content: "";
  border-left: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  width: 6px;
  height: 8px;
  position: absolute;
  top: 21px;
  left: 28px;
  transform: skew(-8deg);
}
.value-icon.pin:before {
  content: "";
  border: 2px solid var(--navy);
  border-radius: 11px 11px 13px 13px;
  width: 15px;
  height: 19px;
  position: absolute;
  top: 15px;
  left: 20px;
  transform: rotate(45deg);
}
.value-icon.pin:after {
  content: "";
  border: 2px solid var(--navy);
  background: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 22px;
  left: 26px;
}
.value-icon.clarity:before {
  content: "";
  background: var(--navy);
  width: 19px;
  height: 2px;
  box-shadow:
    3px 5px 0 -0.3px var(--navy),
    6px 10px 0 -0.6px var(--navy);
  position: absolute;
  top: 20px;
  left: 19px;
}
.about-page .about-cta {
  height: 240px;
  min-height: 240px;
  color: var(--navy);
  text-align: center;
  background: #fffc;
  border: 1px solid #d8c8aeb3;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 32px;
  display: flex;
  box-shadow: 0 28px 70px #1f2d4f12;
}
.about-page .about-cta h2 {
  font-size: 36px;
  font-weight: 600;
}
.about-page .about-cta p {
  color: #46536b;
  margin: 18px 0 0;
  font-size: 15px;
}
.about-page .about-cta .button {
  border: 1px solid var(--gold);
  color: #fff;
  background: #293248;
  border-radius: 999px;
  min-height: 56px;
  margin-top: 37px;
  padding: 0 28px;
  box-shadow: 0 14px 30px #151d3026;
}
@media (width<=960px) {
  .about-hero {
    grid-template-columns: 1fr;
  }
  .about-hero .about-facts {
    margin-top: 28px;
  }
  .about-story-grid,
  .about-values {
    grid-template-columns: 1fr;
  }
  .about-values > div {
    height: auto;
    min-height: 190px;
  }
}
@media (width<=620px) {
  .about-page {
    width: min(100% - 28px, 1152px);
    padding-top: 28px;
  }
  .about-hero {
    min-height: 0;
    padding: 26px 22px;
  }
  .about-hero h1 {
    font-size: 48px;
  }
  .about-hero .about-facts {
    grid-template-columns: 1fr;
  }
  .about-hero .about-facts > div {
    height: auto;
    min-height: 110px;
  }
  .about-story-grid {
    gap: 20px;
    margin-top: 20px;
  }
  .story-card,
  .mission-card {
    min-height: 0;
    padding: 28px 22px;
  }
  .about-card h2 {
    font-size: 32px;
  }
  .about-values {
    gap: 20px;
    margin-top: 20px;
  }
  .about-page .about-cta {
    height: auto;
    min-height: 240px;
    margin-top: 20px;
    padding: 32px 22px;
  }
  .about-page .about-cta h2 {
    font-size: 32px;
  }
}
@media (width>=961px) {
  .about-page > .about-hero {
    height: 623px;
    min-height: 623px;
  }
  .about-story-grid > .about-card {
    height: 303px;
    min-height: 303px;
  }
}
.contact-page {
  width: min(1152px, 100% - 40px);
  margin: 0 auto;
  padding: 64px 0 80px;
}
.contact-hero {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffc;
  border: 1px solid #d8c8aeb3;
  border-radius: 28px;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 32px;
  height: 530px;
  padding: 48px;
  display: grid;
  box-shadow: 0 28px 70px #1f2d4f12;
}
.contact-hero-copy {
  min-width: 0;
}
.contact-pill {
  color: #253451;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e7cba5;
  border-radius: 999px;
  align-items: center;
  min-height: 35px;
  margin: 0;
  padding: 0 16px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}
.contact-hero h1 {
  letter-spacing: 0.02em;
  margin: 24px 0 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 0.95;
}
.contact-hero-copy > p:last-child {
  color: #46536b;
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.8;
}
.contact-facts {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}
.contact-facts > div {
  background: #ffffffb8;
  border: 1px solid #d8c8aecc;
  border-radius: 28px;
  height: 143px;
  padding: 24px;
  box-shadow: 0 22px 55px #1f2d4f12;
}
.contact-facts span,
.contact-facts b {
  display: block;
}
.contact-facts span,
.contact-label {
  color: #60738f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.contact-facts b {
  margin-top: 14px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.35;
}
.contact-content {
  grid-template-columns: 1.04fr 1fr;
  align-items: start;
  gap: 32px;
  margin-top: 32px;
  display: grid;
}
.contact-form-panel,
.contact-info-panel,
.contact-hours-panel {
  background: #ffffffc7;
  border: 1px solid #d8c8aecc;
  border-radius: 28px;
  box-shadow: 0 26px 65px #1f2d4f10;
}
.contact-form-panel {
  height: 725px;
  padding: 40px;
}
.contact-form-panel h2 {
  font-size: 36px;
  font-weight: 600;
}
.contact-form-panel > p {
  color: #46536b;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 2;
}
.contact-form-panel form {
  margin-top: 34px;
}
.contact-form-panel label {
  color: #344158;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 600;
}
.contact-form-panel input,
.contact-form-panel textarea {
  background: #fff;
  border: 1px solid #d8c8aef0;
  border-radius: 19px;
  margin-top: 9px;
  padding: 15px 18px;
}
.contact-form-panel input {
  height: 58px;
}
.contact-form-panel textarea {
  resize: vertical;
  height: 177px;
}
.contact-submit {
  border: 1px solid var(--gold);
  color: #fff;
  cursor: pointer;
  background: linear-gradient(100deg, #223153 0%, #33405e 56%, #7b6e61 100%);
  border-radius: 999px;
  width: 100%;
  height: 57px;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 15px 30px #151d3028;
}
.contact-side {
  flex-direction: column;
  gap: 24px;
  display: flex;
}
.contact-info-panel {
  height: 414px;
  padding: 32px;
}
.contact-info-panel .contact-label,
.contact-hours-panel .contact-label {
  margin: 0;
}
.contact-info-panel h3 {
  margin: 24px 0 0;
  font-size: 24px;
  font-weight: 600;
}
.contact-info-panel h3:first-of-type {
  margin-top: 25px;
}
.contact-info-panel > p:not(.contact-label) {
  color: #3f4c63;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 2;
}
.contact-hours-panel {
  height: 184px;
  padding: 32px;
}
.contact-hours-panel h3 {
  margin: 22px 0 0;
  font-size: 34px;
  font-weight: 600;
}
.contact-hours-panel > p:last-child {
  color: #46536b;
  margin: 18px 0 0;
  font-size: 15px;
}
.contact-success {
  text-align: center;
  border: 1px solid #d8c8ae;
  border-radius: 22px;
  margin-top: 38px;
  padding: 34px;
}
.contact-success h3 {
  font-size: 32px;
}
.contact-success p {
  color: #46536b;
}
.contact-success button {
  border: 1px solid var(--gold);
  color: #fff;
  background: #293248;
  border-radius: 999px;
  min-height: 48px;
  padding: 0 22px;
}
@media (width<=960px) {
  .contact-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 560px;
  }
  .contact-facts {
    margin-top: 28px;
  }
  .contact-content {
    grid-template-columns: 1fr;
  }
  .contact-form-panel {
    height: auto;
    min-height: 725px;
  }
  .contact-info-panel,
  .contact-hours-panel {
    height: auto;
    min-height: 240px;
  }
}
@media (width<=620px) {
  .contact-page {
    width: min(100% - 28px, 1152px);
    padding-top: 28px;
  }
  .contact-hero {
    min-height: 0;
    padding: 26px 22px;
  }
  .contact-hero h1 {
    font-size: 48px;
  }
  .contact-facts {
    grid-template-columns: 1fr;
  }
  .contact-facts > div {
    height: auto;
    min-height: 110px;
  }
  .contact-content {
    gap: 20px;
    margin-top: 20px;
  }
  .contact-form-panel {
    min-height: 0;
    padding: 30px 22px;
  }
  .contact-form-panel textarea {
    height: 150px;
  }
  .contact-info-panel,
  .contact-hours-panel {
    min-height: 0;
    padding: 28px 22px;
  }
  .contact-hours-panel h3 {
    font-size: 29px;
  }
}
.policies-page {
  width: min(1024px, 100% - 40px);
  margin: 0 auto;
  padding: 58px 0 80px;
}
.policies-hero {
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffc;
  border: 1px solid #d8c8aeb3;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 462px;
  padding: 42px;
  display: flex;
  box-shadow: 0 28px 70px #1f2d4f12;
}
.policies-pill {
  color: #253451;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e7cba5;
  border-radius: 999px;
  align-items: center;
  min-height: 35px;
  margin: 0 0 25px;
  padding: 0 16px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}
.policies-hero h1 {
  letter-spacing: 0.01em;
  margin: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.05;
}
.policies-hero > p:last-child {
  color: #46536b;
  max-width: 760px;
  margin: 27px auto 0;
  font-size: 15px;
  line-height: 2;
}
.policy-panel {
  background: #fffc;
  border: 1px solid #d8c8aeb3;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 28px 70px #1f2d4f10;
}
.privacy-panel {
  height: 379px;
  margin-top: 32px;
}
.return-panel {
  height: 350px;
  margin-top: 24px;
}
.terms-panel {
  height: 228px;
  margin-top: 24px;
}
.policy-label {
  color: #60738f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}
.policy-panel h2 {
  letter-spacing: 0.02em;
  margin: 15px 0 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}
.policy-panel > p:last-of-type {
  color: #46536b;
  margin: 19px 0 0;
  font-size: 15px;
  line-height: 2;
}
.policy-subgrid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 27px;
  display: grid;
}
.policy-subgrid > div {
  background: #ffffffb8;
  border: 1px solid #d8c8aecc;
  border-radius: 28px;
  height: 126px;
  padding: 20px;
  box-shadow: 0 22px 50px #1f2d4f0d;
}
.policy-subgrid h3 {
  font-size: 24px;
  font-weight: 600;
}
.policy-subgrid p {
  color: #46536b;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.55;
}
.terms-panel > p:last-of-type {
  max-width: 930px;
}
@media (width<=760px) {
  .policies-page {
    padding-top: 28px;
  }
  .policies-hero {
    height: auto;
    min-height: 390px;
    padding: 36px 24px;
  }
  .policies-hero h1 {
    font-size: 50px;
  }
  .policies-hero h1 br {
    display: none;
  }
  .policy-panel,
  .privacy-panel,
  .return-panel,
  .terms-panel {
    height: auto;
    min-height: 0;
    padding: 30px 24px;
  }
  .policy-subgrid {
    grid-template-columns: 1fr;
  }
  .policy-subgrid > div {
    height: auto;
    min-height: 126px;
  }
}
@media (width<=460px) {
  .policies-page {
    width: min(100% - 28px, 1024px);
  }
  .policies-hero {
    border-radius: 22px;
    min-height: 350px;
  }
  .policies-hero h1 {
    font-size: 40px;
  }
  .policy-panel {
    border-radius: 22px;
  }
  .policy-panel h2 {
    font-size: 32px;
  }
  .policy-subgrid > div {
    border-radius: 20px;
  }
}
footer {
  color: #fff;
  background: #0d1628;
  height: 518px;
  padding: 80px 0 0;
}
footer .footer-grid {
  grid-template-columns: 1.42fr 1fr 1.05fr;
  gap: 24px;
  width: min(1152px, 100% - 40px);
  height: 313px;
  display: grid;
}
footer .footer-grid > section {
  background: #202a3b;
  border: 1px solid #ffffff24;
  border-radius: 26px;
  height: 313px;
  min-height: 313px;
  padding: 32px;
}
footer .footer-grid h3 {
  margin: 12px 0 19px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
footer .footer-grid p {
  color: #fff;
  margin-top: 0;
  font-size: 13px;
  line-height: 2.15;
}
footer .footer-grid .eyebrow {
  color: #fff;
  letter-spacing: 0.22em;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}
footer .footer-grid section:nth-child(2) {
  flex-direction: column;
  gap: 12px;
  display: flex;
}
footer .footer-grid section:nth-child(2) a {
  font-size: 13px;
  line-height: 1.4;
}
footer .footer-grid section:nth-child(3) > p:last-child {
  margin-top: 21px;
}
footer .footer-pills {
  gap: 10px;
  margin-top: 25px;
}
footer .footer-pills span {
  letter-spacing: 0.18em;
  border: 1px solid #ffffff5c;
  border-radius: 999px;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  font-size: 9px;
  font-weight: 700;
  display: inline-flex;
}
footer .footer-bottom {
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-top: 1px solid #ffffff24;
  width: min(1152px, 100% - 40px);
  height: 89px;
  margin-top: 36px;
  padding-top: 25px;
  font-size: 9px;
  font-weight: 700;
}
@media (width<=900px) {
  footer {
    height: auto;
    min-height: 0;
    padding-top: 55px;
  }
  footer .footer-grid {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 1152px);
    height: auto;
  }
  footer .footer-grid > section {
    height: auto;
    min-height: 230px;
  }
  footer .footer-bottom {
    width: min(100% - 28px, 1152px);
    height: auto;
    min-height: 90px;
  }
}
.site-header {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffb3;
  border-top: 1px solid #e8dfdc;
  border-bottom: 0;
  height: 124px;
  padding: 16px 0 18px;
}
.site-header .nav-shell {
  background: #ffffffd9;
  border: 1px solid #fff;
  border-radius: 28px;
  width: min(1440px, 100% - 48px);
  height: 90px;
  padding: 0 25px;
  box-shadow: 0 24px 60px #1f2d4f12;
}
.site-header .brand-wrap {
  gap: 16px;
}
.site-header .brand-icon {
  flex: 0 0 49px;
  width: 49px;
  height: 49px;
}
.site-header .brand strong {
  letter-spacing: -0.5px;
  font-size: 36px;
  font-weight: 600;
  line-height: 0.9;
}
.site-header .brand small {
  letter-spacing: 0.25em;
  margin-top: 7px;
  font-size: 11px;
}
.site-header img.brand-icon {
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  border-color: #e1d5c3;
  padding: 0;
  display: block;
  box-shadow: 0 8px 22px #1f2d4f0c;
}
.site-header .desktop-nav {
  gap: 28px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.site-header .desktop-nav a,
.site-header .desktop-nav button {
  color: #3b475f;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.site-header .desktop-nav button {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}
.site-header .category-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
  display: block;
}
.site-header .desktop-nav button.categories-open .category-arrow {
  transform: rotate(180deg);
}
.site-header .nav-actions {
  gap: 14px;
}
.site-header .nav-actions > a:first-child {
  background: #fff;
  border-color: #dfe3e9;
  height: 42px;
  min-height: 42px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
}
.site-header .bag {
  background: #fff;
  flex: 0 0 49px;
  width: 49px;
  height: 49px;
}
.site-header .category-popover {
  z-index: 5;
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 22px;
  width: 255px;
  min-width: 255px;
  padding: 0 0 13px;
  top: 62px;
  left: 50%;
  overflow: hidden;
  transform: translate(-16%);
  box-shadow: 0 24px 55px #1f2d4f22;
}
.site-header .category-popover p {
  color: #60738f;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0;
  padding: 14px 27px 9px;
  font-size: 10px;
  font-weight: 700;
}
.site-header .category-popover a {
  color: #344158;
  padding: 13px 27px;
  font-size: 13px;
  font-weight: 600;
}
.site-header .category-popover a:hover {
  color: var(--gold);
  background: #f6f7fa;
}
@media (width<=900px) {
  .site-header {
    height: 100px;
    padding: 14px 0;
  }
  .site-header .nav-shell {
    height: 72px;
  }
  .site-header .desktop-nav {
    display: none;
  }
  .site-header .menu {
    display: block;
  }
  .site-header .nav-actions > a:first-child {
    display: none;
  }
}
@media (width<=560px) {
  .site-header {
    height: 88px;
    padding: 10px 0;
  }
  .site-header .nav-shell {
    width: min(100% - 20px, 1440px);
    height: 68px;
  }
  .site-header .brand strong {
    font-size: 22px;
  }
  .site-header .brand small {
    font-size: 7px;
  }
  .site-header .bag {
    flex-basis: 43px;
    width: 43px;
    height: 43px;
  }
}
@media (width>=901px) {
  .site-header .desktop-nav {
    position: static;
    left: auto;
    transform: none;
  }
  .site-header .category-popover {
    width: 255px;
    min-width: 255px;
    height: 245px;
    padding: 0 0 6px;
    top: 62px;
    left: 46%;
    transform: translate(-16%);
  }
  .site-header .category-popover p {
    align-items: center;
    height: 39px;
    margin: 0;
    padding: 0 27px;
    display: flex;
  }
  .site-header .category-popover a {
    align-items: center;
    height: 50px;
    padding: 0 27px;
    display: flex;
  }
}
.site-header .bag.has-items b {
  color: #fff;
  background: #bf8e4c;
  border: 2px solid #fff;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 1;
  display: grid;
  top: -4px;
  right: -4px;
}
.site-header .bag:before,
.site-header .bag:after {
  display: none;
}
.site-header .cart-icon {
  width: 22px;
  height: 22px;
  stroke: var(--navy);
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart-page {
  min-height: 1100px;
  padding: 64px 0 80px;
}
.cart-intro {
  text-align: center;
}
.cart-pill {
  color: #253451;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e7cba5;
  border-radius: 999px;
  align-items: center;
  height: 35px;
  margin: 0;
  padding: 0 16px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}
.cart-intro h1 {
  letter-spacing: 0.01em;
  margin: 25px auto 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.05;
}
.cart-intro > p:last-child {
  color: #46536b;
  margin: 23px 0 0;
  font-size: 15px;
  line-height: 2;
}
.cart-layout {
  width: min(1440px, 100% - 48px);
  margin: 44px auto 0;
}
.cart-column {
  width: 774px;
}
.cart-review-panel,
.checkout-panel {
  background: #fffc;
  border: 1px solid #d8c8aeb3;
  border-radius: 28px;
  box-shadow: 0 28px 70px #1f2d4f12;
}
.cart-review-panel {
  height: 457px;
  padding: 32px;
}
.cart-product {
  grid-template-columns: 112px 1fr auto;
  align-items: center;
  gap: 20px;
  height: 112px;
  display: grid;
}
.cart-product img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  width: 112px;
  height: 112px;
}
.cart-product-copy p,
.cart-quantity p,
.cart-totals p,
.checkout-panel > p {
  color: #60738f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}
.cart-product-copy h2 {
  margin: 9px 0 2px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.cart-product-copy span {
  color: #60718e;
  font-size: 13px;
}
.cart-product > strong {
  align-self: center;
  font-size: 30px;
}
.cart-divider {
  background: #dfe3e9;
  height: 1px;
  margin: 24px 0;
}
.cart-quantity {
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  height: 97px;
  padding: 20px;
  display: flex;
}
.cart-quantity > div:first-child > span {
  color: #46536b;
  margin-top: 8px;
  font-size: 13px;
  display: block;
}
.cart-stepper {
  align-items: center;
  gap: 12px;
  display: flex;
}
.cart-stepper button,
.cart-stepper span {
  width: 48px;
  height: 48px;
  color: var(--navy);
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 18px;
  place-items: center;
  font-size: 18px;
  display: grid;
}
.cart-stepper button {
  cursor: pointer;
  border-radius: 50%;
  width: 44px;
}
.cart-totals {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 31px;
  display: grid;
}
.cart-totals > div {
  background: #ffffffb8;
  border: 1px solid #d8c8aecc;
  border-radius: 27px;
  height: 102px;
  padding: 20px;
  box-shadow: 0 18px 42px #1f2d4f0d;
}
.cart-totals strong {
  margin-top: 13px;
  font-size: 23px;
  display: block;
}
.checkout-panel {
  height: 341px;
  margin-top: 32px;
  padding: 32px;
}
.checkout-panel h2 {
  max-width: 650px;
  margin: 16px 0 18px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.12;
}
.checkout-panel > span {
  color: #46536b;
  font-size: 15px;
  line-height: 2;
  display: block;
}
.checkout-panel .checkout-link {
  border: 1px solid var(--gold);
  color: #fff;
  cursor: pointer;
  background: linear-gradient(100deg, #223153 0%, #33405e 56%, #7b6e61 100%);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 57px;
  margin-top: 34px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 15px 30px #151d3028;
}
@media (width<=900px) {
  .cart-page {
    padding-top: 40px;
  }
  .cart-intro {
    padding: 0 24px;
  }
  .cart-intro h1 {
    font-size: 46px;
  }
  .cart-intro > p:last-child br {
    display: none;
  }
  .cart-column {
    width: 100%;
  }
}
@media (width<=620px) {
  .cart-layout {
    width: min(100% - 28px, 1440px);
  }
  .cart-review-panel {
    height: auto;
    padding: 22px;
  }
  .cart-product {
    grid-template-columns: 82px 1fr;
    height: auto;
  }
  .cart-product img {
    width: 82px;
    height: 92px;
  }
  .cart-product > strong {
    grid-column: 2;
  }
  .cart-quantity {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    height: auto;
  }
  .cart-totals {
    grid-template-columns: 1fr;
  }
  .checkout-panel {
    height: auto;
    padding: 28px 22px;
  }
  .checkout-panel h2 {
    font-size: 31px;
  }
}
.checkout-page {
  width: min(1152px, 100% - 40px);
  margin: 0 auto;
  padding: 64px 0 80px;
}
.checkout-hero {
  text-align: center;
  background: #fffc;
  border: 1px solid #d8c8aeb3;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 330px;
  padding: 40px;
  display: flex;
  box-shadow: 0 28px 70px #1f2d4f12;
}
.checkout-pill {
  color: #253451;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e7cba5;
  border-radius: 999px;
  align-items: center;
  height: 35px;
  margin: 0;
  padding: 0 16px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}
.checkout-hero h1 {
  max-width: 920px;
  margin: 24px auto 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.05;
}
.checkout-hero > p:last-child {
  color: #46536b;
  max-width: 790px;
  margin: 22px auto 0;
  font-size: 15px;
  line-height: 1.9;
}
.checkout-grid {
  grid-template-columns: 390px 1fr;
  align-items: start;
  gap: 32px;
  margin-top: 32px;
  display: grid;
}
.order-overview,
.checkout-progress,
.checkout-form-panel {
  background: #fffc;
  border: 1px solid #d8c8aeb3;
  border-radius: 28px;
  box-shadow: 0 26px 65px #1f2d4f10;
}
.order-overview {
  padding: 32px;
  position: sticky;
  top: 148px;
}
.checkout-label {
  color: #60738f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}
.checkout-product {
  border-bottom: 1px solid #dfe3e9;
  grid-template-columns: 86px 1fr;
  gap: 17px;
  margin-top: 25px;
  padding-bottom: 25px;
  display: grid;
}
.checkout-product img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 17px;
  width: 86px;
  height: 105px;
}
.checkout-product h2 {
  margin: 2px 0 9px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}
.checkout-product span {
  color: #556177;
  margin-top: 5px;
  font-size: 12px;
  display: block;
}
.order-overview dl {
  margin: 25px 0 0;
}
.order-overview dl > div {
  color: #46536b;
  justify-content: space-between;
  margin-top: 13px;
  font-size: 14px;
  display: flex;
}
.order-overview dt,
.order-overview dd {
  margin: 0;
}
.order-overview .grand-total {
  color: var(--navy);
  border-top: 1px solid #dfe3e9;
  margin-top: 20px;
  padding-top: 19px;
  font-size: 19px;
  font-weight: 800;
}
.checkout-workflow {
  flex-direction: column;
  gap: 24px;
  display: flex;
}
.checkout-progress {
  min-height: 188px;
  padding: 30px;
}
.checkout-progress > div:first-child {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.checkout-progress strong {
  font-size: 16px;
}
.checkout-progress > p:last-child {
  color: #556177;
  margin: 18px 0 0;
  font-size: 13px;
}
.progress-track {
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
  margin-top: 22px;
  display: grid;
}
.progress-track i {
  background: #e3e6eb;
  border-radius: 99px;
  height: 6px;
}
.progress-track i.done {
  background: linear-gradient(90deg, #293754, #b18b5b);
}
.checkout-form-panel {
  min-height: 455px;
  padding: 36px;
}
.checkout-form-panel h2 {
  margin: 15px 0 0;
  font-size: 40px;
  font-weight: 600;
}
.checkout-form-panel > p:not(.checkout-label) {
  color: #46536b;
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.8;
}
.checkout-fields {
  margin-top: 28px;
}
.checkout-fields label {
  color: #344158;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
}
.checkout-fields input {
  background: #fff;
  border: 1px solid #d8c8aef0;
  border-radius: 19px;
  height: 58px;
  margin-top: 9px;
  padding: 15px 18px;
}
.checkout-fields input[type="email"]:not(:-moz-placeholder-shown):invalid {
  border-color: #b54d4d;
  box-shadow: 0 0 0 3px #b54d4d12;
}
.checkout-fields input[type="email"]:not(:placeholder-shown):invalid {
  border-color: #b54d4d;
  box-shadow: 0 0 0 3px #b54d4d12;
}
.email-error {
  color: #a13d3d;
  margin: 8px 4px 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}
.checkout-actions {
  gap: 12px;
  margin-top: 24px;
  display: flex;
}
.checkout-actions button {
  cursor: pointer;
  border-radius: 999px;
  height: 56px;
  font-size: 14px;
  font-weight: 700;
}
.checkout-next {
  border: 1px solid var(--gold);
  color: #fff;
  background: linear-gradient(100deg, #223153 0%, #33405e 56%, #7b6e61 100%);
  flex: 1;
  box-shadow: 0 14px 30px #151d3028;
}
.checkout-back {
  width: 120px;
  color: var(--navy);
  background: #fff;
  border: 1px solid #dfe3e9;
}
.checkout-form-panel small {
  color: #788297;
  margin-top: 24px;
  font-size: 11px;
  line-height: 1.7;
  display: block;
}
.checkout-complete {
  text-align: center;
}
.completion-mark {
  color: #fff;
  background: #293754;
  border-radius: 50%;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 25px;
  font-size: 25px;
  display: grid;
}
.checkout-complete h2 {
  margin-top: 16px;
}
.checkout-complete .button {
  margin-top: 27px;
}
@media (width<=900px) {
  .checkout-hero h1 {
    font-size: 46px;
  }
  .checkout-grid {
    grid-template-columns: 1fr;
  }
  .order-overview {
    position: static;
  }
  .checkout-form-panel {
    min-height: 0;
  }
}
@media (width<=620px) {
  .checkout-page {
    width: min(100% - 28px, 1152px);
    padding-top: 28px;
  }
  .checkout-hero {
    min-height: 310px;
    padding: 30px 22px;
  }
  .checkout-hero h1 {
    font-size: 39px;
  }
  .order-overview,
  .checkout-progress,
  .checkout-form-panel {
    border-radius: 23px;
    padding: 25px 22px;
  }
  .checkout-form-panel h2 {
    font-size: 34px;
  }
  .checkout-actions {
    flex-direction: column-reverse;
  }
  .checkout-back {
    width: 100%;
  }
}
.final-review-page {
  min-height: 744px;
  padding: 64px 0 80px;
}
.final-review-grid {
  grid-template-columns: 516px 1fr;
  gap: 32px;
  width: min(1024px, 100% - 40px);
  margin: 0 auto;
  display: grid;
}
.final-summary-panel,
.final-order-card,
.place-order-panel,
.order-confirmation-card {
  background: #fffc;
  border: 1px solid #d8c8aeb3;
  border-radius: 28px;
  box-shadow: 0 28px 70px #1f2d4f12;
}
.final-summary-panel {
  min-height: 668px;
  padding: 32px;
}
.final-summary-panel h1 {
  margin: 18px 0 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.05;
}
.final-summary-panel > p:not(.checkout-label) {
  color: #46536b;
  margin: 18px 0 0;
  font-size: 14px;
}
.customer-review {
  margin: 29px 0 0;
}
.customer-review > div {
  border-top: 1px solid #dfe3e9;
  grid-template-columns: 105px 1fr;
  padding: 19px 0;
  display: grid;
}
.customer-review dt {
  color: #60738f;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
.customer-review dd {
  color: #344158;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}
.edit-details {
  height: 48px;
  color: var(--navy);
  cursor: pointer;
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 999px;
  margin-top: 22px;
  padding: 0 23px;
  font-weight: 700;
}
.final-order-column {
  flex-direction: column;
  gap: 30px;
  display: flex;
}
.final-order-card {
  height: 320px;
  padding: 32px;
}
.final-order-item {
  border-bottom: 1px solid #dfe3e9;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding-bottom: 24px;
  display: grid;
}
.final-order-item img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 17px;
  width: 80px;
  height: 96px;
}
.final-order-item h2 {
  margin: 8px 0 3px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.15;
}
.final-order-item span {
  color: #60718e;
  font-size: 13px;
}
.final-total-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
  display: grid;
}
.final-total-grid > div {
  background: #ffffffb8;
  border: 1px solid #d8c8aecc;
  border-radius: 27px;
  height: 102px;
  padding: 20px;
  box-shadow: 0 18px 42px #1f2d4f0d;
}
.final-total-grid p {
  color: #60738f;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}
.final-total-grid strong {
  margin-top: 13px;
  font-size: 23px;
  display: block;
}
.place-order-panel {
  height: 317px;
  padding: 39px;
}
.place-order-panel h2 {
  margin: 17px 0 0;
  font-size: 36px;
  font-weight: 600;
}
.place-order-panel > span {
  color: #46536b;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.8;
  display: block;
}
.place-order-panel button {
  border: 1px solid var(--gold);
  color: #fff;
  cursor: pointer;
  background: linear-gradient(100deg, #223153 0%, #33405e 56%, #7b6e61 100%);
  border-radius: 999px;
  width: 100%;
  height: 57px;
  margin-top: 35px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 15px 30px #151d3028;
}
.order-confirmation-page {
  min-height: 744px;
  padding: 64px 0 80px;
}
.order-confirmation-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: min(768px, 100% - 40px);
  min-height: 540px;
  margin: 0 auto;
  padding: 48px 42px;
  display: flex;
}
.confirmation-icon {
  border: 4px solid #b9894c;
  border-radius: 50%;
  place-items: center;
  width: 100px;
  height: 100px;
  display: grid;
}
.confirmation-icon i {
  border-bottom: 6px solid #253451;
  border-left: 6px solid #253451;
  width: 52px;
  height: 28px;
  transform: rotate(-45deg) translate(5px, -4px);
}
.confirmation-pill {
  color: #253451;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid #e7cba5;
  border-radius: 999px;
  align-items: center;
  height: 35px;
  margin: 32px 0 0;
  padding: 0 16px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}
.order-confirmation-card h1 {
  margin: 24px 0 0;
  font-size: 58px;
  font-weight: 600;
}
.order-confirmation-card > p:not(.confirmation-pill) {
  color: #46536b;
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.75;
}
.order-confirmation-card > strong {
  color: #60738f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.6;
}
.confirmation-button {
  border: 1px solid var(--gold);
  color: #fff;
  background: linear-gradient(100deg, #223153 0%, #33405e 56%, #7b6e61 100%);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 57px;
  margin-top: 31px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 15px 30px #151d3028;
}
@media (width<=900px) {
  .final-review-grid {
    grid-template-columns: 1fr;
  }
  .final-summary-panel {
    min-height: 0;
  }
  .final-order-card,
  .place-order-panel {
    height: auto;
  }
  .order-confirmation-card h1 {
    font-size: 48px;
  }
}
@media (width<=620px) {
  .final-review-page,
  .order-confirmation-page {
    padding-top: 28px;
  }
  .final-review-grid {
    width: min(100% - 28px, 1024px);
  }
  .final-summary-panel,
  .final-order-card,
  .place-order-panel {
    padding: 25px 22px;
  }
  .final-total-grid {
    grid-template-columns: 1fr;
  }
  .final-order-card {
    height: auto;
  }
  .place-order-panel h2 {
    font-size: 32px;
  }
  .order-confirmation-card {
    width: min(100% - 28px, 768px);
    min-height: 510px;
    padding: 38px 22px;
  }
  .confirmation-icon {
    width: 82px;
    height: 82px;
  }
  .confirmation-icon i {
    width: 42px;
    height: 23px;
  }
  .order-confirmation-card h1 {
    font-size: 41px;
  }
  .order-confirmation-card br {
    display: none;
  }
}
.category-page {
  min-height: 744px;
  padding: 36px 0 80px;
}
.category-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.category-product-card {
  flex-direction: column;
  height: 504px;
  display: flex;
}
.category-product-card .product-image {
  flex: 0 0 320px;
  height: 320px;
}
.category-product-card .product-image > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #172137;
  letter-spacing: 0.16em;
  background: #f7f8f9ed;
  max-width: calc(100% - 34px);
  padding: 6px 13px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  top: 17px;
  left: 17px;
  overflow: hidden;
}
.category-product-card h3 {
  margin: 27px 28px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  height: 60px !important;
  min-height: 60px !important;
}
.category-product-card .card-row {
  margin: 15px 28px 26px;
}
.category-product-card .card-row strong {
  color: var(--navy);
  font-size: 24px;
}
.category-product-card .card-row > a {
  color: #fff;
  background: #293248;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  padding: 12px 20px;
  display: inline-flex;
}
.category-product-card .card-row > a span {
  display: none;
}
.category-pagination {
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  display: flex;
}
.category-pagination button {
  color: #344158;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dfe3e9;
  border-radius: 999px;
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
}
.category-pagination button.active {
  color: var(--navy);
  background: #fff;
  box-shadow: 0 6px 18px #1f2d4f0d;
}
.category-pagination button:disabled {
  color: #cfd4dd;
  cursor: not-allowed;
  background: 0 0;
}
@media (width<=900px) {
  .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width<=560px) {
  .category-page {
    width: min(100% - 28px, 1440px);
    padding-top: 24px;
  }
  .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .category-product-card {
    height: 430px;
  }
  .category-product-card .product-image {
    flex-basis: 245px;
    height: 245px;
  }
  .category-product-card h3 {
    margin: 18px 14px 0 !important;
  }
  .category-product-card .card-row {
    margin: 12px 14px 18px;
  }
  .category-product-card .card-row > a {
    min-width: 0;
    padding: 10px 13px;
  }
  .category-pagination {
    flex-wrap: wrap;
  }
  .category-pagination button:nth-child(n + 6):not(:last-child) {
    display: none;
  }
}
.hero .hero-art {
  background: #ffffff8f;
  border: 1px solid #dfe2e7;
  border-radius: 31px;
  height: 526px;
  padding: 12px;
  overflow: visible;
  box-shadow: 0 24px 55px #1f2d4f0d;
}
.hero .hero-art img {
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 29%;
  object-position: center 29%;
  border-radius: 24px;
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
}
.hero .hero-art > div {
  z-index: 2;
  -webkit-backdrop-filter: blur(19px) saturate(1.12);
  backdrop-filter: blur(19px) saturate(1.12);
  background:
    radial-gradient(circle at 48% -15%, #c7823ec7 0%, #98643b8f 21%, #0000 52%),
    radial-gradient(circle at 76% 72%, #3e584d73 0%, #0000 39%),
    linear-gradient(100deg, #150b0be8 0%, #17120dbd 48%, #080b09e8 100%);
  border: 1px solid #ffffff42;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  min-height: 124px;
  padding: 18px 20px;
  display: flex;
  bottom: 27px;
  left: 28px;
  right: 28px;
  box-shadow: 0 18px 35px #0003;
}
.hero .hero-art > div span {
  color: #172a4c;
  letter-spacing: 0.22em;
  font-size: 11px;
  font-weight: 700;
}
.hero .hero-art > div p {
  color: #fff;
  max-width: 530px;
  margin: 9px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media (width<=900px) {
  .hero .hero-art {
    height: auto;
  }
  .hero .hero-art img {
    height: 500px;
  }
}
@media (width<=560px) {
  .hero .hero-art img {
    height: 410px;
  }
  .hero .hero-art > div {
    min-height: 108px;
    padding: 16px;
    bottom: 22px;
    left: 22px;
    right: 22px;
  }
  .hero .hero-art > div p {
    font-size: 17px;
  }
}
.sticky-anchor-ad {
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffffff2;
  border-top: 1px solid #e2e5ea;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 728px;
  padding: 6px 0;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 -4px 20px #151d3014;
  position: fixed !important;
}
#rewarded-ad-overlay {
  z-index: 999999;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background: #151d30eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-family: Manrope, sans-serif;
  animation: 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards fadeInModal;
  display: none;
  position: fixed;
  inset: 0;
}
.rewarded-ad-box {
  background: #fff;
  border: 1px solid #fff3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 30px 60px #0006;
}
.rewarded-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold, #b98a4b);
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  animation: 1.5s ease-in-out infinite pulse-title;
}
@keyframes pulse-title {
  0%,
  to {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.98);
  }
}
@keyframes fadeInModal {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ad-container-outer {
  max-width: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
.test-ad-placeholder {
  transition:
    transform 0.3s,
    border-color 0.3s;
}
.test-ad-placeholder:hover {
  transform: translateY(-2px);
  border-color: var(--navy, #151d30) !important;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
