@font-face {
  font-family: Alexandria;
  src: url("../fonts/alexandria.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --cream: #fef7e0;
  --ink: #100e11;
  --gold: #c88537;
  --honey: #f9e09d;
  --muted: #635b50;
  --line: #d5c9ad;
  --font: manrope, alexandria, sans-serif;
  --space: clamp(24px, 5vw, 80px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

html[dir="rtl"] {
  --font: alexandria, manrope, sans-serif;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 16px/1.85 var(--font);
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

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

a:hover {
  text-decoration-thickness: 1px;
}

button {
  cursor: pointer;
}

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

figure {
  margin: 0;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.4;
  text-wrap: balance;
}

h1 {
  font-size: clamp(36px, 5vw, 76px);
}

h2 {
  font-size: clamp(28px, 3.5vw, 48px);
}

h3 {
  font-size: 20px;
}

p {
  max-width: 65ch;
}

ul {
  padding-inline-start: 24px;
}

svg {
  flex-shrink: 0;
}

.icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

html:lang(en) .icon-arrow {
  transform: rotate(180deg);
}

.container {
  width: min(1440px, calc(100% - var(--space) * 2));
  margin-inline: auto;
}

.section {
  padding-block: 100px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-block-end: 40px;
}

.section-heading p {
  margin-block-start: 14px;
  color: var(--muted);
}

.section-heading .text-link {
  white-space: nowrap;
}

.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--ink);
  color: var(--cream);
  min-height: 54px;
  padding: 14px 30px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #39312a;
  color: var(--cream);
}

.button-cream {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}

.text-link:hover {
  color: #765022;
}

.icon-button {
  border: 0;
  background: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
}

.icon-button:hover {
  color: #765022;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #8d5820;
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  top: -100px;
  inset-inline-start: 16px;
  z-index: 100;
  background: var(--ink);
  color: var(--cream);
  padding: 12px 20px;
}

.skip-link:focus {
  top: 12px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.site-header {
  border-block-end: 1px solid var(--line);
  background: var(--cream);
}

.utility {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  min-height: 38px;
  font-size: 12px;
}

.languages {
  display: flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
}

.language-choice {
  min-height: 34px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: inherit;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.language-choice img {
  width: 21px;
  height: 16px;
  flex: 0 0 auto;
  border: 1px solid rgb(25 23 22 / 0.14);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgb(25 23 22 / 0.12);
  object-fit: cover;
}

.language-choice:hover,
.language-choice:focus-visible {
  border-color: var(--gold);
  background: rgb(208 149 61 / 0.1);
  text-decoration: none;
}

.language-choice[aria-current] {
  border-color: rgb(25 23 22 / 0.18);
  background: rgb(25 23 22 / 0.06);
  color: var(--ink);
}

.languages-title {
  display: none;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 100px;
  padding-block: 14px;
}

.brand {
  width: 240px;
  flex-shrink: 0;
  display: block;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.desktop-nav a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding-block: 12px;
}

.desktop-nav a:hover,
.current-menu-item > a {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.search-trigger {
  border-block-end: 1px solid var(--ink);
  margin-inline-end: 8px;
  padding-inline: 0;
  min-width: 150px;
  justify-content: space-between;
}

.search-trigger span {
  font-size: 12px;
  color: var(--muted);
}

.menu-trigger {
  display: none;
}

.header-actions .bag-link {
  position: relative;
}

.bag-count {
  position: absolute;
  inset-block-start: 4px;
  inset-inline-end: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  padding-inline: 4px;
  background: var(--gold);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  border-radius: 2px;
  font-variant-numeric: tabular-nums;
}

.hero {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 660px;
}

.hero-copy {
  padding: 90px 12% 86px 8%;
  align-self: center;
}

.hero-copy h1 {
  max-width: 8em;
  line-height: 1.5;
}

.hero-copy p {
  font-size: 18px;
  line-height: 2;
  margin-block: 28px 34px;
}

.hero-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.hero-actions .button {
  min-width: 270px;
}

.hero-image {
  position: relative;
  background: #eeeae0;
  min-height: 600px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.hero-image figcaption {
  position: absolute;
  bottom: 25px;
  inset-inline-end: 30px;
  font-size: 13px;
  color: var(--muted);
}

.collection-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.collection-image {
  aspect-ratio: 0.68;
  background: #ebe6d6;
  overflow: hidden;
}

.collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection:hover img {
  transform: scale(1.025);
}

.collection h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 20px;
  font-size: 18px;
}

.collections {
  padding-block-end: 64px;
}

.featured {
  padding-block-start: 64px;
}

.product-image {
  display: block;
  aspect-ratio: 0.87;
  background: #e8e2d1;
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-image img {
  transform: scale(1.025);
}

.product-card :is(h2, h3) {
  margin-block: 22px 12px;
  font-size: 18px;
}

.price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  font-size: 17px;
}

.price del {
  font-size: 14px;
  color: var(--muted);
  order: 2;
}

.price ins {
  text-decoration: none;
}

.price .woocommerce-Price-amount {
  white-space: nowrap;
}

.product-card .text-link {
  margin-block-start: 14px;
  font-size: 14px;
}

.sale-label {
  position: absolute;
  inset-block-start: 16px;
  inset-inline-start: 16px;
  background: var(--cream);
  color: var(--ink);
  padding: 4px 12px;
  font-size: 12px;
}

.clock-section {
  background: var(--ink);
  color: var(--cream);
  padding-block: 80px;
}

.clock-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-areas: "image heading" "image details";
  gap: 0 9%;
  align-items: start;
}

.clock-heading > p {
  font-size: 20px;
  margin-block: 20px 26px;
}

.feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-block: 22px;
  border-block-end: 1px solid var(--gold);
}

.feature-list .icon {
  color: var(--honey);
}

.feature-price {
  margin-block: 26px;
  font-size: 24px;
}

.feature-price del {
  color: #d5c9ad;
  font-size: 16px;
}

.clock-image {
  grid-area: image;
  align-self: center;
  background: var(--cream);
  aspect-ratio: 1.05;
  overflow: hidden;
}

.clock-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.story {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 9%;
  align-items: center;
  padding-block: 110px;
}

.story-image {
  aspect-ratio: 1.1;
  background: #e8e2d1;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy p {
  font-size: 18px;
  margin-block: 24px 32px;
}

.help {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 10%;
  padding-block: 70px 110px;
  border-block-start: 1px solid var(--line);
}

.help > div > p {
  margin-block: 20px;
}

.faq details {
  border-block-start: 1px solid var(--line);
}

.faq details:last-child {
  border-block-end: 1px solid var(--line);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  list-style: none;
  cursor: pointer;
  padding-block: 24px;
  font-size: 17px;
  font-weight: 500;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary .icon {
  transition: transform 0.2s;
}

.faq details[open] summary .icon {
  transform: rotate(45deg);
}

.answer {
  padding-block-end: 24px;
  color: var(--muted);
  font-size: 15px;
}

.site-footer {
  background: var(--ink);
  color: var(--cream);
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  padding-block: 65px;
}

.footer-brand img {
  width: 240px;
}

.footer-brand p {
  max-width: 290px;
  font-size: 14px;
  color: #d5c9ad;
  margin-block-start: 20px;
}

.site-footer h2 {
  font-size: 16px;
  margin-block-end: 20px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li,
.site-footer a {
  font-size: 14px;
}

.site-footer li {
  margin-block: 10px;
}

.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.footer-main .languages {
  margin-block-start: 15px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 22px;
  border-block-start: 1px solid #514a40;
  color: #d5c9ad;
  font-size: 12px;
}

.page-content {
  padding-block: 64px 100px;
  min-height: 55vh;
}

.page-content h1 {
  font-size: clamp(32px, 4vw, 52px);
  margin-block-end: 32px;
}

.page-content p {
  margin-block: 16px;
}

.page-content .wp-block-heading {
  margin-block: 40px 20px;
}

.empty-page {
  padding-block: 100px;
}

.empty-page .button {
  margin-block-start: 24px;
}

dialog {
  color: var(--ink);
  background: var(--cream);
  border: 0;
  padding: 32px;
  max-width: calc(100% - 32px);
}

dialog::backdrop {
  background: rgb(16 14 17 / 0.55);
}

.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-block-end: 24px;
}

.dialog-top h2 {
  font-size: 25px;
}

.search-dialog {
  width: 700px;
}

.menu-dialog {
  margin-block: 0;
  margin-inline: auto 0;
  width: min(440px, 100%);
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.menu-dialog nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-dialog nav li {
  border-block-end: 1px solid var(--line);
}

.menu-dialog nav li a {
  display: block;
  padding-block: 18px;
}

.menu-dialog .languages {
  margin-block-start: 28px;
}

.dialog-open {
  overflow: hidden;
}

.product-search label {
  display: block;
  margin-block-end: 10px;
}

.search-row {
  display: flex;
  gap: 12px;
}

.search-row input {
  flex: 1;
  min-width: 0;
}

input:not([type="checkbox"], [type="radio"], [type="hidden"]),
textarea,
select {
  border: 1px solid var(--line);
  background: transparent;
  color: inherit;
  padding: 12px 14px;
  border-radius: 4px;
  min-height: 48px;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--ink);
  width: 18px;
  height: 18px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  list-style: none;
  padding: 0;
}

.woocommerce ul.products li.product img {
  width: 100%;
  height: auto;
}

.woocommerce ul.products li.product h2 {
  font-size: 18px;
  margin-block: 18px 12px;
}

.woocommerce ul.products li.product .button {
  margin-block-start: 16px;
  font-size: 14px;
}

.woocommerce .woocommerce-ordering {
  margin-block: 20px;
}

.catalog-toolbar .ordering-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.catalog-toolbar .ordering-label {
  font-size: 12px;
  color: var(--muted);
}

.woocommerce .woocommerce-result-count {
  color: var(--muted);
}

.woocommerce div.product {
  display: flow-root;
}

.woocommerce div.product .images {
  width: 48%;
  float: inline-start;
}

.woocommerce div.product .summary {
  width: 46%;
  float: inline-end;
}

.woocommerce div.product .woocommerce-tabs {
  clear: both;
  padding-block: 48px;
}

.woocommerce div.product .related {
  clear: both;
}

.woocommerce form.cart {
  margin-block: 24px;
}

.woocommerce form.cart .quantity {
  display: inline-block;
  margin-inline-end: 16px;
}

.woocommerce form.cart input.qty {
  width: 90px;
}

.woocommerce table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce td,
.woocommerce th {
  text-align: start;
  padding: 14px;
  border-block-end: 1px solid var(--line);
}

.woocommerce .form-row label {
  display: block;
}

.woocommerce .form-row input.input-text,
.woocommerce .form-row textarea {
  width: 100%;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-block-end: 30px;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  padding: 18px 22px;
  border: 1px solid var(--line);
  list-style: none;
}

.woocommerce .onsale {
  font-size: 13px;
  background: var(--honey);
  padding: 5px 12px;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 13px;
  margin-block-end: 30px;
}

.woocommerce .woocommerce-tabs .tabs {
  display: flex;
  gap: 25px;
  list-style: none;
  padding: 0;
}

.woocommerce .woocommerce-tabs h2 {
  font-size: 26px;
}

.editor-styles-wrapper {
  background: var(--cream);
  font-family: var(--font);
}

.editor-styles-wrapper .wp-block {
  max-width: none;
}

.editor-styles-wrapper .hero {
  min-height: 500px;
}

.editor-styles-wrapper .hero-image {
  min-height: 400px;
}

.editor-styles-wrapper .hero-copy {
  padding: 40px;
}

.editor-styles-wrapper h1 {
  font-size: 48px;
}

.editor-styles-wrapper h2 {
  font-size: 32px;
}

@media (min-width: 1600px) {
  .hero {
    max-width: 1800px;
    margin-inline: auto;
  }
}

@media (max-width: 1200px) {
  .desktop-nav ul {
    gap: 20px;
  }

  .search-trigger {
    min-width: 44px;
    border: 0;
  }

  .search-trigger span {
    display: none;
  }

  .brand {
    width: 200px;
  }

  .main-header {
    gap: 20px;
  }

  .hero-copy {
    padding: 60px 10%;
  }

  .hero {
    min-height: 580px;
  }

  .hero-image {
    min-height: 580px;
  }

  .hero-actions .button {
    min-width: 0;
    width: 100%;
  }

  .footer-main {
    gap: 25px;
  }

  .product-card :is(h2, h3) {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .menu-trigger {
    display: inline-flex;
  }

  .main-header {
    min-height: 84px;
  }

  .hero {
    grid-template-columns: 46% 54%;
    min-height: 500px;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-image {
    min-height: 500px;
  }

  .collection-grid,
  .product-grid {
    gap: 20px;
  }

  .section {
    padding-block: 70px;
  }

  .clock-grid,
  .story {
    gap: 6%;
  }

  .footer-main {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer-main > div:nth-child(3) {
    grid-column: auto;
  }

  .footer-main > div:last-child {
    grid-column: 2/-1;
  }

  .help {
    gap: 6%;
    grid-template-columns: 1fr 1.4fr;
  }
}

@media (max-width: 700px) {
  :root {
    --space: 22px;
  }

  .utility {
    display: none;
  }

  .footer-main .languages--footer {
    display: none;
  }

  .menu-dialog .languages--menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    direction: rtl;
  }

  .menu-dialog .languages-title {
    display: block;
    grid-column: 1 / -1;
    margin-block-end: 2px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
  }

  .menu-dialog .language-choice {
    min-height: 52px;
    justify-content: center;
    padding-inline: 12px;
    border-color: var(--line);
    border-radius: 12px;
    background: rgb(255 255 255 / 0.48);
    font-size: 14px;
  }

  .menu-dialog .language-choice[aria-current] {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--cream);
  }

  .menu-dialog .language-choice img {
    width: 24px;
    height: 18px;
  }

  .main-header {
    min-height: 77px;
    gap: 10px;
  }

  .brand {
    width: 168px;
  }

  .header-actions {
    gap: 0;
  }

  .icon-button {
    padding: 9px;
    min-width: 42px;
    min-height: 44px;
  }

  .account-link {
    display: none;
  }

  .search-trigger {
    margin: 0;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .hero-copy {
    text-align: start;
    padding: 46px 24px 40px;
    align-self: stretch;
  }

  .hero-copy h1 {
    font-size: 42px;
    line-height: 1.55;
    max-width: 8em;
    margin-inline: 0;
  }

  .hero-copy p {
    font-size: 15px;
    line-height: 2;
    max-width: 340px;
    margin: 18px 0 24px;
  }

  .hero-actions {
    align-items: center;
    gap: 16px;
  }

  .hero-actions .button {
    width: 100%;
    max-width: 330px;
  }

  .hero-image {
    min-height: 0;
    aspect-ratio: 1.13;
    max-height: 480px;
  }

  .hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .hero-image figcaption {
    font-size: 11px;
    bottom: 14px;
    inset-inline-end: 20px;
  }

  .section {
    padding-block: 52px;
  }

  .section-heading {
    align-items: flex-start;
    gap: 16px;
    margin-block-end: 28px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .section-heading p {
    font-size: 14px;
    margin-block-start: 12px;
  }

  .section-heading .text-link {
    font-size: 12px;
    white-space: normal;
    gap: 6px;
    flex-shrink: 0;
    max-width: 105px;
    line-height: 1.7;
  }

  .section-heading .text-link .icon {
    width: 18px;
  }

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

  .collection-image {
    aspect-ratio: 0.68;
  }

  .collection h3 {
    font-size: 14px;
    gap: 8px;
    margin-block-start: 12px;
  }

  .collection h3 .icon {
    width: 20px;
  }

  .featured {
    padding-block-start: 24px;
  }

  .product-image {
    aspect-ratio: 0.8;
  }

  .product-card :is(h2, h3) {
    font-size: 15px;
    margin-block: 14px 10px;
    line-height: 1.75;
  }

  .product-card .price {
    font-size: 14px;
    gap: 4px 8px;
  }

  .product-card .price del {
    font-size: 12px;
  }

  .product-card .text-link {
    font-size: 12px;
    gap: 8px;
    margin-block-start: 8px;
  }

  .product-card .text-link .icon {
    width: 20px;
  }

  .sale-label {
    font-size: 10px;
    padding: 3px 8px;
    inset-block-start: 10px;
    inset-inline-start: 10px;
  }

  .clock-section {
    padding-block: 48px;
  }

  .clock-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }

  .clock-heading h2 {
    font-size: 32px;
  }

  .clock-heading > p {
    font-size: 17px;
    margin-block: 16px 22px;
  }

  .feature-list li {
    font-size: 14px;
  }

  .feature-price {
    font-size: 22px;
  }

  .clock-image {
    aspect-ratio: 1.18;
  }

  .clock-details .button {
    width: 100%;
  }

  .story {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }

  .story-image {
    aspect-ratio: 1.2;
  }

  .story-copy h2 {
    font-size: 32px;
  }

  .story-copy p {
    font-size: 16px;
    margin-block: 18px 24px;
  }

  .story-copy .button {
    width: 100%;
  }

  .help {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .help h2 {
    font-size: 30px;
  }

  .help > div > p {
    font-size: 14px;
  }

  .faq summary {
    font-size: 14px;
    padding-block: 20px;
  }

  .answer {
    font-size: 14px;
  }

  .footer-main {
    padding-block: 46px;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .footer-brand {
    grid-column: 1/-1;
  }

  .footer-brand img {
    width: 190px;
  }

  .footer-brand p {
    max-width: 300px;
  }

  .footer-main > div:last-child {
    grid-column: auto;
  }

  .footer-main h2 {
    font-size: 14px;
  }

  .site-footer a {
    font-size: 13px;
  }

  .footer-bottom {
    font-size: 11px;
    padding-block: 20px;
  }

  .page-content {
    padding-block: 42px 64px;
  }

  dialog {
    padding: 24px;
  }

  .dialog-top h2 {
    font-size: 20px;
  }

  .search-row {
    flex-direction: column;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .woocommerce div.product .images,
  .woocommerce div.product .summary {
    float: none;
    width: 100%;
  }

  .woocommerce div.product .summary {
    margin-block-start: 30px;
  }

  .woocommerce table {
    font-size: 13px;
  }

  .woocommerce td,
  .woocommerce th {
    padding: 8px;
  }

  .woocommerce ul.products li.product h2 {
    font-size: 15px;
  }

  .woocommerce ul.products li.product .button {
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Keep the section heading and action readable at narrow Arabic widths. */
@media (max-width: 700px) {
  .homepage .section-heading {
    display: block;
  }

  .homepage .section-heading > .text-link {
    margin-block-start: 14px;
    max-width: none;
  }

  .product-grid > *,
  .collection-grid > * {
    min-width: 0;
  }

  .product-card :is(h2, h3) {
    overflow-wrap: anywhere;
  }
}

/* Review corrections preserve the approved section composition. */
.clock-heading {
  grid-area: heading;
}

.clock-details {
  grid-area: details;
}

.button-gold {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

.mobile-search,
.hero-secondary-mobile,
.featured-mobile-action {
  display: none;
}

@media (max-width: 700px) {
  /* Layout for the no-JS fallback form; the <noscript> stylesheet reveals it. */
  .mobile-search {
    padding-block-end: 18px;
  }

  .mobile-search .product-search {
    margin: 0;
  }

  .mobile-search input {
    min-width: 0;
  }

  .hero-actions .text-link {
    display: none;
  }

  .hero-secondary-mobile {
    display: inline-flex;
    margin: 24px var(--space);
    align-self: flex-start;
  }

  .featured .section-heading .text-link {
    display: none;
  }

  .featured-mobile-action {
    display: block;
    margin-block-start: 32px;
  }

  .featured-mobile-action .button {
    width: 100%;
  }

  .clock-grid {
    gap: 24px;
  }

  .clock-heading > p {
    margin-block-end: 0;
  }

  .clock-image {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .mobile-search .search-row {
    flex-direction: row;
  }

  .mobile-search .search-row .button {
    width: auto;
    padding-inline: 16px;
  }
}

/* stylelint-disable no-duplicate-selectors -- Deliberate late cascade over legacy theme rules. */

/* Luxury polish: preserve the established palette while deepening hierarchy. */
:root {
  --paper: #fffaf0;
  --paper-muted: #f4ecd8;
  --ink-soft: #2c2825;
  --gold-dark: #86561f;
  --line-strong: #bcae8d;
  --shadow-soft: 0 18px 50px rgb(94 71 35 / 0.08);
  --shadow-lift: 0 14px 34px rgb(94 71 35 / 0.13);
}

::selection {
  background: var(--honey);
  color: var(--ink);
}

body {
  color: var(--ink-soft);
  line-height: 1.78;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-weight: 650;
  letter-spacing: -0.035em;
}

html[dir="rtl"] :is(h1, h2, h3, h4) {
  letter-spacing: 0;
}

.clock-section :is(h1, h2, h3, h4),
.site-footer :is(h1, h2, h3, h4) {
  color: var(--cream);
}

.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.wp-element-button {
  box-shadow: inset 0 1px rgb(255 255 255 / 0.1);
  transition:
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
  white-space: nowrap;
}

.button:hover,
button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.wp-element-button:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px rgb(255 255 255 / 0.1),
    var(--shadow-lift);
}

.button:active,
button.button:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.wp-element-button:active {
  transform: translateY(1px);
  box-shadow: none;
}

.text-link {
  color: var(--ink-soft);
  text-decoration-color: var(--line-strong);
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease;
}

.text-link:hover {
  color: var(--gold-dark);
  text-decoration-color: currentcolor;
}

.site-header {
  position: relative;
  z-index: 10;
  box-shadow: 0 1px rgb(255 250 240 / 0.75);
}

.utility {
  color: var(--muted);
  min-height: 36px;
}

.main-header {
  min-height: 78px;
  padding-block: 8px;
}

.brand {
  width: 205px;
}

.desktop-nav a {
  position: relative;
  font-weight: 560;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 5px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.desktop-nav a:hover,
.current-menu-item > a {
  text-decoration: none;
}

.desktop-nav a:hover::after,
.current-menu-item > a::after {
  transform: scaleX(1);
}

.search-trigger {
  border-color: var(--line-strong);
}

.hero {
  min-height: min(640px, calc(100dvh - 114px));
  border-block-end: 1px solid var(--line);
}

.hero-copy {
  padding-block: 72px;
}

.hero-copy h1 {
  font-size: clamp(48px, 4.7vw, 72px);
  line-height: 1.32;
}

html:not([dir="rtl"]) .hero-copy h1 {
  line-height: 1.08;
}

.hero-copy p {
  max-width: 34em;
  color: var(--muted);
}

.hero-image,
.collection-image,
.product-image,
.story-image,
.clock-image {
  border: 1px solid rgb(188 174 141 / 0.58);
  background-color: var(--paper-muted);
  box-shadow: inset 0 0 0 1px rgb(255 250 240 / 0.55);
}

:is(
  .hero-image,
  .collection-image,
  .product-image,
  .story-image,
  .clock-image
):has(img[src*="placeholder"]) {
  background-image:
    radial-gradient(
      circle at 50% 42%,
      rgb(255 250 240 / 0.9) 0 14%,
      transparent 34%
    ),
    linear-gradient(145deg, #f8f1df, #eee4cd);
}

:is(
    .hero-image,
    .collection-image,
    .product-image,
    .story-image,
    .clock-image,
    .woocommerce-product-gallery__image
  )
  img[src*="placeholder"] {
  object-fit: contain;
  padding: clamp(34px, 13%, 88px);
  opacity: 0.48;
  mix-blend-mode: multiply;
}

.collection,
.product-card {
  min-width: 0;
}

.collection h3,
.product-card :is(h2, h3) {
  transition: color 180ms ease;
}

.collection:hover h3,
.product-card:hover :is(h2, h3) {
  color: var(--gold-dark);
}

.collection-image img,
.product-image img {
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 180ms ease;
}

.sale-label {
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgb(94 71 35 / 0.09);
}

.clock-section {
  background-color: var(--ink);
  background-image: radial-gradient(
    circle at 78% 16%,
    rgb(200 133 55 / 0.13),
    transparent 34%
  );
}

.button-gold:hover {
  background: #dda04e;
  border-color: #dda04e;
  color: var(--ink);
}

.feature-list li {
  border-color: rgb(200 133 55 / 0.55);
}

.story-copy p,
.help > div > p,
.answer {
  color: var(--muted);
}

.faq summary {
  transition: color 180ms ease;
}

.faq summary:hover {
  color: var(--gold-dark);
}

.site-footer {
  background: #121012;
}

.footer-main {
  padding-block: 72px;
}

.site-footer a {
  color: #f8efd8;
  text-decoration-color: var(--gold);
}

.site-footer a:hover {
  color: var(--honey);
}

dialog {
  background: var(--paper);
  box-shadow: 0 28px 80px rgb(16 14 17 / 0.24);
}

input:not([type="checkbox"], [type="radio"], [type="hidden"]),
textarea,
select {
  background-color: rgb(255 250 240 / 0.66);
  border-color: var(--line-strong);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

input:not([type="checkbox"], [type="radio"], [type="hidden"]):hover,
textarea:hover,
select:hover {
  background-color: var(--paper);
  border-color: #998a68;
}

input:not([type="checkbox"], [type="radio"], [type="hidden"]):focus,
textarea:focus,
select:focus {
  background-color: var(--paper);
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgb(200 133 55 / 0.12);
}

@media (max-width: 900px) {
  .main-header {
    min-height: 78px;
  }

  .brand {
    width: 190px;
  }
}

@media (max-width: 700px) {
  .main-header {
    min-height: 72px;
  }

  .brand {
    width: 158px;
  }

  .hero {
    border-block-end: 0;
  }

  .hero-copy {
    padding-block: 42px 36px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.42;
  }

  html:not([dir="rtl"]) .hero-copy h1 {
    line-height: 1.1;
  }

  .section-heading {
    margin-block-end: 30px;
  }

  .collection-grid,
  .product-grid {
    row-gap: 34px;
  }

  .footer-main {
    padding-block: 52px;
  }
}
/* stylelint-enable no-duplicate-selectors */

/* Official dirham vector; native text remains available to assistive tools. */
.bakura-dirham-symbol {
  display: inline-block;
  position: relative;
  width: max(0.92em, 14px);
  height: max(0.8em, 12px);
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: -0.04em;
}

.bakura-dirham-symbol::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentcolor;
  mask: url("../images/dirham.svg") center / contain no-repeat;
}

.woocommerce-Price-amount:has(.bakura-dirham-symbol) bdi {
  direction: ltr;
  unicode-bidi: isolate;
}

/* Blocks keep their own text nodes so React can safely update prices. */
.bakura-dirham-live {
  font-size: 0 !important;
}

.bakura-dirham-live::before {
  content: attr(data-dirham-prefix) / "";
  font-size: var(--dirham-font-size);
}

.bakura-dirham-live::after {
  content: attr(data-dirham-value) / "";
  display: inline-block;
  direction: ltr;
  unicode-bidi: isolate;
  font-size: var(--dirham-font-size);
  padding-left: max(1.2em, 18px);
  background: url("../images/dirham.svg") left center / max(0.92em, 14px)
    max(0.8em, 12px) no-repeat;
}

@media (forced-colors: active) {
  .bakura-dirham-symbol::before {
    background: CanvasText;
    forced-color-adjust: none;
  }

  .bakura-dirham-live {
    font-size: var(--dirham-font-size) !important;
  }

  .bakura-dirham-live::before,
  .bakura-dirham-live::after {
    content: none;
  }
}

del.bakura-dirham-live::after {
  text-decoration: line-through;
}

/* Modern luxury refinement: stronger hierarchy, quieter surfaces, near-sharp controls. */
/* stylelint-disable no-duplicate-selectors */
body {
  background: var(--paper);
}

.site-header {
  background: var(--cream);
  box-shadow: none;
}

.main-header {
  min-height: 74px;
}

.hero {
  background: var(--cream);
}

.hero-copy {
  padding-inline: clamp(24px, 5vw, 76px);
}

.hero-copy h1 {
  font-weight: 750;
  font-size: clamp(46px, 4.5vw, 68px);
}

.hero-copy p {
  font-size: 17px;
  margin-block: 24px 30px;
}

.button {
  border-radius: 2px;
  min-height: 52px;
  padding-inline: 30px;
  font-weight: 650;
  box-shadow: none;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.section {
  padding-block: clamp(64px, 7vw, 104px);
}

.section-heading h2 {
  font-weight: 750;
}

.collection-grid {
  gap: 32px;
}

.collection-image {
  aspect-ratio: 0.86;
}

.collection h3 {
  margin-block-start: 20px;
}

.product-grid {
  gap: 32px;
}

.product-card .price {
  font-variant-numeric: tabular-nums;
}

.product-image {
  aspect-ratio: 0.94;
}

:is(
  .hero-image,
  .collection-image,
  .product-image,
  .story-image,
  .clock-image
):has(img[src*="placeholder"]) {
  background-image: none;
  background-color: var(--paper-muted);
}

.clock-section {
  background-image: none;
  padding-block: clamp(64px, 7vw, 100px);
}

.clock-heading h2 {
  font-weight: 750;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}

.feature-list li {
  border-color: rgb(213 201 173 / 0.3);
}

.story {
  gap: 8%;
}

.story-copy h2 {
  font-weight: 750;
}

.faq details {
  border-color: var(--line-strong);
}

.faq summary {
  padding-block: 24px;
}

.footer-main {
  gap: 48px;
}

@media (max-width: 767px) {
  .hero-copy {
    padding: 32px 24px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.4;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .collection-grid,
  .product-grid {
    gap: 28px 16px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .section {
    padding-block: 56px;
  }

  .button {
    padding-inline: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button:hover,
  .button:active {
    transform: none;
  }
}
/* stylelint-enable no-duplicate-selectors */

/* Final precedence lock for the storefront shell and homepage. */
/* stylelint-disable no-duplicate-selectors */
:root {
  --surface: #fffdf7;
  --surface-soft: #f8f1e3;
  --ink-action: #191614;
  --gold-action: #9d681f;
  --radius-control: 6px;
  --radius-surface: 10px;
  --header-offset: 122px;
}

html {
  scroll-padding-top: var(--header-offset);
}

body {
  background: var(--surface);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline-color: var(--gold-action);
  outline-offset: 4px;
}

.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.wp-element-button {
  min-height: 48px;
  border-radius: var(--radius-control);
  background: var(--ink-action);
  border-color: var(--ink-action);
}

.button-gold {
  background: var(--gold);
  border-color: var(--gold);
}

.site-header {
  border-block-end-color: rgb(188 174 141 / 0.7);
  background: rgb(254 247 224 / 0.94);
  backdrop-filter: blur(16px);
}

.utility {
  border-block-end: 1px solid rgb(188 174 141 / 0.45);
}

.main-header {
  gap: clamp(18px, 3vw, 42px);
}

.desktop-nav ul {
  gap: clamp(18px, 2vw, 32px);
}

.desktop-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.icon-button {
  border-radius: var(--radius-control);
}

.search-trigger {
  min-height: 44px;
  border-block-end-color: rgb(157 104 31 / 0.52);
}

.hero {
  grid-template-columns: minmax(0, 0.91fr) minmax(420px, 1.09fr);
  min-height: min(690px, calc(100dvh - var(--header-offset)));
  background: var(--surface);
}

.hero-copy {
  padding-inline: clamp(24px, 7vw, 136px) clamp(24px, 5vw, 88px);
}

.hero-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(44px, 4.6vw, 70px);
  line-height: 1.22;
}

html:not([dir="rtl"]) .hero-copy h1 {
  max-width: 13ch;
  line-height: 1.06;
}

.hero-copy p {
  max-width: 32em;
  margin-block: 22px 30px;
}

.hero-actions {
  gap: 16px;
}

.hero-actions .button {
  min-width: min(100%, 250px);
}

.hero-image {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--surface-soft);
}

.section-heading {
  margin-block-end: clamp(28px, 3.5vw, 48px);
}

.section-heading h2,
.clock-heading h2,
.story-copy h2,
.help h2 {
  max-width: 16ch;
}

.collection-grid,
.product-grid {
  gap: clamp(18px, 2.2vw, 34px);
}

.collection-image,
.product-image,
.story-image,
.clock-image {
  border-radius: var(--radius-surface);
}

.product-card :is(h2, h3) {
  line-height: 1.55;
}

.clock-section {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background-image: radial-gradient(
    circle at 12% 82%,
    rgb(200 133 55 / 0.16),
    transparent 33%
  );
}

.clock-image {
  padding: clamp(16px, 3vw, 36px);
  background: #fffdf7;
}

.feature-list li {
  min-height: 68px;
  align-items: flex-start;
  padding-block: 20px;
}

.help {
  border-block-start-color: var(--line-strong);
}

.faq details[open] {
  background: rgb(248 241 227 / 0.62);
}

.faq summary {
  min-height: 70px;
  padding-inline: 16px;
}

.faq .answer {
  padding-inline: 16px;
}

.site-footer {
  border-block-start: 4px solid var(--gold);
}

.footer-main {
  padding-block: clamp(56px, 7vw, 88px);
}

.site-footer a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
}

.footer-bottom {
  min-height: 64px;
  align-items: center;
}

dialog {
  border: 1px solid rgb(188 174 141 / 0.72);
  border-radius: var(--radius-surface);
}

@media (min-width: 701px) {
  .site-header {
    position: sticky;
    top: 0;
  }
}

@media (max-width: 900px) {
  :root {
    --header-offset: 112px;
  }

  .hero {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  }

  .hero-copy {
    padding-inline: clamp(24px, 5vw, 56px);
  }
}

@media (max-width: 700px) {
  :root {
    --header-offset: 0px;
  }

  .site-header {
    background: var(--cream);
    backdrop-filter: none;
  }

  .utility {
    border-block-end: 0;
  }

  .hero-copy {
    padding: 38px var(--space) 34px;
  }

  .hero-copy h1,
  html:not([dir="rtl"]) .hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(36px, 10vw, 46px);
  }

  .section-heading h2,
  .clock-heading h2,
  .story-copy h2,
  .help h2 {
    max-width: 100%;
  }

  .faq summary,
  .faq .answer {
    padding-inline: 0;
  }
}
/* stylelint-enable no-duplicate-selectors */

/* Editorial hero, header search control, and the shared reveal layer. */
/* stylelint-disable no-duplicate-selectors */

/* Reveal: the hidden state is applied by site.js, so unscripted pages stay visible. */
.bakura-reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}

.bakura-reveal.is-revealed {
  opacity: 1;
  transform: none;
}

.hero-image.bakura-reveal {
  --reveal-delay: 90ms;

  transform: none;
}

.hero-image.bakura-reveal img {
  transform: scale(1.035);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1) 90ms;
}

.hero-image.bakura-reveal.is-revealed img {
  transform: none;
}

:is(.collection-grid, .product-grid, .woocommerce ul.products)
  > .bakura-reveal:nth-child(4n + 2) {
  --reveal-delay: 80ms;
}

:is(.collection-grid, .product-grid, .woocommerce ul.products)
  > .bakura-reveal:nth-child(4n + 3) {
  --reveal-delay: 160ms;
}

:is(.collection-grid, .product-grid, .woocommerce ul.products)
  > .bakura-reveal:nth-child(4n) {
  --reveal-delay: 240ms;
}

.clock-image.bakura-reveal,
.story-image.bakura-reveal,
.about-photo.bakura-reveal,
.help-links.bakura-reveal {
  --reveal-delay: 90ms;
}

/* Editorial hero: real catalog photography against a measured copy column. */
.hero {
  position: relative;
  grid-template-columns: minmax(0, 0.87fr) minmax(0, 1.13fr);
  align-items: stretch;
  min-height: min(648px, calc(100dvh - var(--header-offset)));
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding-block: clamp(52px, 5.6vw, 84px);
  padding-inline: clamp(24px, 6.4vw, 126px) clamp(24px, 4.4vw, 78px);
}

.hero-copy::before {
  content: "";
  align-self: flex-start;
  width: 56px;
  height: 2px;
  margin-block-end: clamp(18px, 2.1vw, 30px);
  background: var(--gold);
}

.hero-copy h1 {
  max-width: 11.5ch;
  font-size: clamp(42px, 4.9vw, 74px);
  line-height: 1.24;
}

html:not([dir="rtl"]) .hero-copy h1 {
  max-width: 14ch;
  line-height: 1.05;
}

.hero-copy p {
  max-width: 38ch;
  font-size: clamp(16px, 1.1vw, 18px);
  margin-block: clamp(18px, 1.8vw, 26px) clamp(24px, 2.6vw, 36px);
}

.hero-actions {
  flex-flow: row wrap;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.hero-actions .button {
  min-width: 0;
  padding-inline: clamp(28px, 2.5vw, 40px);
}

.hero-actions .text-link {
  font-weight: 600;
}

.hero-image {
  min-height: 0;
  overflow: hidden;
  background: var(--surface-soft);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: clamp(14px, 2vw, 26px);
  border: 1px solid rgb(188 174 141 / 0.55);
  pointer-events: none;
}

.hero-image figcaption {
  inset-block-end: clamp(26px, 3.4vw, 44px);
  inset-inline: clamp(26px, 3.4vw, 44px) auto;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - clamp(52px, 6.8vw, 88px));
  padding: 10px 16px;
  border: 1px solid rgb(188 174 141 / 0.6);
  border-radius: var(--radius-control);
  background: rgb(255 253 247 / 0.88);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

/* Compact header search control replaces the inline mobile form. */
@media (max-width: 700px) {
  .header-actions .search-trigger {
    display: inline-flex;
    min-width: 44px;
    margin-inline-end: 4px;
    border: 1px solid rgb(157 104 31 / 0.45);
    border-radius: var(--radius-control);
  }

  .search-dialog {
    width: min(100%, 560px);
    margin-block: 12px auto;
    padding: 22px;
  }

  .search-dialog .search-row .button {
    width: 100%;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    padding: 34px var(--space) 30px;
  }

  .hero-copy::before {
    width: 44px;
    margin-block-end: 16px;
  }

  .hero-copy h1,
  html:not([dir="rtl"]) .hero-copy h1 {
    max-width: 14ch;
    font-size: clamp(34px, 9.2vw, 44px);
  }

  .hero-copy p {
    max-width: 42ch;
    font-size: 15px;
    margin-block: 16px 24px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .hero-actions .button {
    width: 100%;
    max-width: 360px;
  }

  .hero-image {
    aspect-ratio: 1.08;
    max-height: 62vh;
  }

  .hero-image::after {
    inset: 12px;
  }

  .hero-image figcaption {
    inset-block-end: 22px;
    inset-inline: 22px auto;
    max-width: calc(100% - 44px);
    padding: 8px 12px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bakura-reveal,
  .bakura-reveal img {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 350px) {
  .main-header .brand {
    width: 132px;
  }
}

/* One product-card language for home, catalog, search and related products. */
.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-surface);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover,
.product-card:focus-within {
  border-color: var(--line-strong);
  box-shadow: 0 12px 32px rgb(94 71 35 / 0.08);
}

.product-card .product-image {
  flex: none;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f5f3ef;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-card .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card :is(h2, h3) {
  min-height: 3.1em;
  margin: 0;
  padding: 16px 16px 0;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.product-card :is(h2, h3) a {
  text-decoration: none;
}

.product-card .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  margin: 12px 16px 0;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.5;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.product-card .price ins {
  order: 0;
}

.product-card .price del {
  order: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--muted);
}

.product-card .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: auto;
  min-height: 44px;
  margin: auto 16px 12px;
  padding-block: 10px 0;
  border-block-start: 1px solid var(--line);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease;
}

.product-card .text-link:hover,
.product-card .text-link:focus-visible {
  color: var(--gold-dark);
}

.product-card .text-link .icon {
  width: 18px;
  height: 18px;
  flex: none;
}

.product-card .sale-label,
.product-card .stock-label {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 5px 10px;
  background: var(--cream);
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  box-shadow: none;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.product-card .stock-label {
  inset-inline: auto 12px;
  background: var(--paper);
}

@media (max-width: 600px) {
  .product-card :is(h2, h3) {
    padding: 12px 12px 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .product-card .price {
    margin: 9px 12px 0;
    font-size: 16px;
  }

  .product-card .price del {
    font-size: 11px;
  }

  .product-card .text-link {
    margin-inline: 12px;
    margin-block-end: 8px;
    font-size: 12px;
  }

  .product-card .sale-label,
  .product-card .stock-label {
    inset-block-start: 8px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .product-card .sale-label { inset-inline-start: 8px; }
  .product-card .stock-label { inset-inline-end: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-card,
  .product-card .product-image img,
  .product-card .text-link { transition: none; }
}

/* Footer link icons share the site's Phosphor set and never replace labels. */
.footer-main .menu {
  display: grid;
  gap: 2px;
}

.footer-main .menu li {
  margin: 0;
}

.footer-main .menu a,
.footer-main > div:not(.footer-brand) > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  max-width: 100%;
  line-height: 1.45;
  text-decoration: none;
}

.footer-main .menu a .icon,
.footer-main > div:not(.footer-brand) > a .icon {
  width: 18px;
  height: 18px;
  color: #d5ac6a;
}

.footer-main .menu a:hover,
.footer-main > div:not(.footer-brand) > a:hover {
  color: var(--honey);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-footer .languages--footer .language-choice[aria-current] {
  color: var(--cream);
  background: rgb(255 255 255 / 0.1);
  border-color: rgb(213 172 106 / 0.65);
}

.site-footer .languages--footer .language-choice:hover,
.site-footer .languages--footer .language-choice:focus-visible {
  color: var(--cream);
  background: rgb(255 255 255 / 0.1);
}

@media (max-width: 700px) {
  .footer-main .menu a,
  .footer-main > div:not(.footer-brand) > a {
    min-height: 44px;
  }
}
/* stylelint-enable no-duplicate-selectors */
