@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanXVF.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
}

:root {
  --ink: #251c17;
  --espresso: #1d1512;
  --espresso-2: #2b1d17;
  --brown: #5d402f;
  --brown-light: #80624f;
  --saffron: #d79c19;
  --saffron-dark: #aa7410;
  --paper: #f3efe6;
  --ivory: #fdfaf3;
  --soft: #e8e1d6;
  --muted: #746b64;
  --line: #d7cec1;
  --green: #53675a;
  --red: #8a4338;
  --container: min(1240px, calc(100% - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "IRANYekanX", Tahoma, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

button,
input[type="submit"] {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--saffron);
  outline-offset: 4px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.announcement {
  position: relative;
  z-index: 41;
  color: #d8cec4;
  background: #120d0b;
  font-size: 0.68rem;
  letter-spacing: 0.01em;
}

.announcement__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 33px;
  gap: 24px;
}

.announcement a {
  color: #f0c45a;
  direction: ltr;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(37, 28, 23, 0.14);
  background: rgba(253, 250, 243, 0.96);
  backdrop-filter: blur(12px);
}

.header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 78px;
  gap: 38px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  gap: 13px;
}

.brand__seal {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.brand__words {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.35;
}

.brand__words strong {
  max-width: 190px;
  overflow: hidden;
  font-size: 0.96rem;
  font-weight: 720;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand__words small {
  color: var(--brown-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.54rem;
  letter-spacing: 0.13em;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 25px;
}

.main-nav a {
  position: relative;
  padding-block: 27px 23px;
  color: #5c534d;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--saffron-dark);
  content: "";
  transition: transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--ink);
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-right: 1px solid var(--line);
  gap: 12px;
  padding-right: 18px;
  font-size: 0.73rem;
  font-weight: 600;
}

.cart-link b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--ivory);
  background: var(--ink);
  font-size: 0.66rem;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 11px 8px;
  border: 1px solid var(--line);
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 21px;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.flash {
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid rgba(83, 103, 90, 0.28);
  color: #385044;
  background: #edf2ec;
  font-size: 0.78rem;
}

.flash--error {
  border-color: rgba(138, 67, 56, 0.3);
  color: #74362e;
  background: #f5e9e5;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #f5eee6;
  background: var(--espresso);
}

.hero::after {
  position: absolute;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 0;
  width: 1px;
  height: 58px;
  background: var(--saffron);
  content: "";
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  min-height: 690px;
  gap: 82px;
  padding-block: 72px;
}

.hero__copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-width: 0;
}

.hero__kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 55px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(245, 238, 230, 0.25);
  color: #cabdaf;
  direction: ltr;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.57rem;
  letter-spacing: 0.16em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.3rem, 5.2vw, 5.7rem);
  font-weight: 720;
  letter-spacing: -0.065em;
  line-height: 1.26;
}

.hero h1 em {
  color: #e5b84a;
  font-style: normal;
  font-weight: 520;
}

.hero__copy > p {
  max-width: 540px;
  margin: 28px 0 0;
  color: #cabfb5;
  font-size: 0.94rem;
  line-height: 2.1;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 21px;
  border: 1px solid var(--ink);
  color: var(--ivory);
  background: var(--ink);
  font-size: 0.78rem;
  font-weight: 620;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button:hover {
  color: var(--ink);
  background: transparent;
}

.button--gold {
  border-color: var(--saffron);
  color: #1d1512;
  background: var(--saffron);
}

.button--gold:hover {
  border-color: #e8bd55;
  color: #f8efe5;
  background: transparent;
}

.button--outline {
  border-color: rgba(245, 238, 230, 0.4);
  color: #eee5dc;
  background: transparent;
}

.button--outline:hover {
  border-color: #eee5dc;
  color: var(--espresso);
  background: #eee5dc;
}

.button--ghost {
  border-color: transparent;
  color: var(--brown);
  background: transparent;
}

.button--ghost:hover {
  border-color: var(--line);
  color: var(--ink);
}

.hero__notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-top: 58px;
  padding-top: 17px;
  border-top: 1px solid rgba(245, 238, 230, 0.16);
  color: #9e9186;
  font-size: 0.63rem;
}

.hero__notes span {
  padding-inline: 12px;
  border-left: 1px solid rgba(245, 238, 230, 0.12);
}

.hero__notes span:first-child {
  padding-right: 0;
}

.hero__notes span:last-child {
  border-left: 0;
}

.hero__gallery {
  position: relative;
  min-width: 0;
  min-height: 545px;
  margin: 0;
}

.hero__gallery::before {
  position: absolute;
  top: -72px;
  right: 17%;
  bottom: -72px;
  width: 15%;
  background: #a96f11;
  content: "";
}

.hero__arch {
  position: absolute;
  inset: 22px 0 22px 42px;
  overflow: hidden;
  background: #39271f;
}

.hero__arch::after {
  position: absolute;
  inset: 0;
  background: rgba(29, 21, 18, 0.08);
  content: "";
}

.hero__arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}

.hero__caption {
  position: absolute;
  right: -28px;
  bottom: 0;
  z-index: 2;
  min-width: 270px;
  padding: 19px 22px;
  border-right: 4px solid var(--saffron);
  color: var(--ink);
  background: var(--ivory);
}

.hero__caption span,
.hero__caption strong {
  display: block;
}

.hero__caption span {
  color: var(--brown-light);
  font-size: 0.6rem;
}

.hero__caption strong {
  margin-top: 3px;
  font-size: 0.9rem;
  font-weight: 670;
}

.hero__index {
  position: absolute;
  top: 9px;
  left: 4px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.68);
  direction: ltr;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
}

.section {
  padding-block: 112px;
}

.section--paper {
  border-block: 1px solid var(--line);
  background: var(--ivory);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 52px;
  gap: 44px;
}

.section-heading__copy {
  max-width: 730px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--saffron-dark);
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.eyebrow::before {
  width: 24px;
  height: 1px;
  background: currentColor;
  content: "";
}

.section-heading h2,
.story-copy h2 {
  margin: 9px 0 0;
  font-size: clamp(2.1rem, 3.5vw, 3.45rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.42;
}

.section-heading p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.section-heading > .button,
.section .section-heading .button--outline {
  border-color: var(--ink);
  color: var(--ink);
}

.section-heading > .button:hover,
.section .section-heading .button--outline:hover {
  color: var(--ivory);
  background: var(--ink);
}

.ornament-line {
  display: flex;
  align-items: center;
  min-width: 190px;
  gap: 12px;
}

.ornament-line::before {
  width: 6px;
  height: 6px;
  background: var(--saffron);
  content: "";
}

.ornament-line span {
  width: 100%;
  height: 1px;
  background: var(--line);
}

.category-grid {
  display: grid;
  counter-reset: category;
}

.category-card {
  display: grid;
  grid-template-columns: 52px minmax(180px, 0.72fr) minmax(260px, 1fr) 38px;
  align-items: center;
  min-height: 112px;
  border-top: 1px solid var(--line);
  gap: 24px;
  counter-increment: category;
  transition: padding 0.2s ease, background 0.2s ease;
}

.category-card:last-child {
  border-bottom: 1px solid var(--line);
}

.category-card::before {
  color: var(--saffron-dark);
  content: "0" counter(category);
  direction: ltr;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.category-card:hover {
  padding-inline: 18px;
  background: #f4efe5;
}

.category-card__rule {
  display: none;
}

.category-card h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 680;
  letter-spacing: -0.025em;
}

.category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.category-card__arrow {
  color: var(--brown-light);
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.category-card:hover .category-card__arrow {
  transform: translateX(-5px);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 30px;
}

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

.product-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 5 / 6;
  background: #e8e0d4;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.product-card__badge {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 8px 12px;
  color: #231916;
  background: var(--saffron);
  font-size: 0.58rem;
  font-weight: 650;
}

.product-card__body {
  padding-top: 19px;
}

.product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.61rem;
}

.product-card__meta span:last-child {
  color: var(--green);
}

.product-card h3 {
  margin: 8px 0 0;
  font-size: 1.08rem;
  font-weight: 690;
  letter-spacing: -0.025em;
}

.product-card h3 a:hover {
  color: var(--saffron-dark);
}

.product-card__body > p {
  min-height: 55px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.85;
}

.product-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  gap: 12px;
}

.product-card__price strong,
.product-card__price small {
  display: block;
}

.product-card__price strong {
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  font-weight: 690;
}

.product-card__price small {
  color: var(--muted);
  font-size: 0.56rem;
}

.round-action {
  min-width: 74px;
  min-height: 39px;
  padding: 7px 13px;
  border: 1px solid var(--ink);
  color: var(--ivory);
  background: var(--ink);
  font-size: 0.65rem;
  font-weight: 620;
  transition: color 0.18s ease, background 0.18s ease;
}

.round-action:hover {
  color: var(--ink);
  background: transparent;
}

.status-pill {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.61rem;
}

.products-grid--featured {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 62px 26px;
}

.products-grid--featured .product-card:nth-child(1),
.products-grid--featured .product-card:nth-child(2) {
  grid-column: span 6;
}

.products-grid--featured .product-card:nth-child(n + 3) {
  grid-column: span 3;
}

.products-grid--featured .product-card:nth-child(1) .product-card__image,
.products-grid--featured .product-card:nth-child(2) .product-card__image {
  aspect-ratio: 4 / 3;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 92px;
}

.story-visual {
  position: relative;
  min-height: 650px;
  padding: 0 0 42px 42px;
}

.story-visual::before {
  position: absolute;
  top: 48px;
  right: 48px;
  bottom: 0;
  left: 0;
  border: 1px solid var(--brown);
  content: "";
}

.story-visual__main {
  position: absolute;
  inset: 0 42px 42px 0;
  overflow: hidden;
  background: var(--soft);
}

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

.story-visual__tile {
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: 2;
  width: min(300px, 74%);
  padding: 17px 20px;
  border-right: 4px solid var(--saffron);
  background: var(--ivory);
}

.story-visual__tile span,
.story-visual__tile strong {
  display: block;
}

.story-visual__tile span {
  color: var(--muted);
  font-size: 0.61rem;
}

.story-visual__tile strong {
  margin-top: 2px;
  font-size: 0.95rem;
  font-weight: 690;
}

.story-copy {
  padding-top: 28px;
  border-top: 4px solid var(--saffron);
}

.story-copy h2 {
  max-width: 590px;
}

.story-copy > p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 2.15;
}

.values-list {
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.values-list li {
  position: relative;
  padding: 9px 22px 9px 0;
  border-bottom: 1px solid var(--line);
  color: #594f48;
  font-size: 0.77rem;
}

.values-list li::before {
  position: absolute;
  top: 21px;
  right: 0;
  width: 8px;
  height: 1px;
  background: var(--saffron-dark);
  content: "";
}

.section--brown {
  padding-block: 0;
  color: #ede5dc;
  background: var(--espresso-2);
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.promise-item {
  min-height: 245px;
  padding: 48px 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.promise-item span {
  display: block;
  color: #bd9e62;
  font-size: 0.59rem;
}

.promise-item strong {
  display: block;
  margin-top: 28px;
  font-size: 1rem;
  font-weight: 650;
}

.promise-item p {
  margin: 10px 0 0;
  color: #aa9b90;
  font-size: 0.72rem;
  line-height: 1.85;
}

.page-hero {
  padding-block: 88px 82px;
  border-bottom: 1px solid var(--line);
  background: var(--ivory);
}

.page-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 80px;
}

.page-hero .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.page-hero h1 {
  grid-column: 1;
  grid-row: 2;
  margin: 12px 0 0;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 710;
  letter-spacing: -0.06em;
  line-height: 1.2;
}

.page-hero p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  padding-top: 23px;
  border-top: 1px solid var(--ink);
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 2;
}

.search-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 720px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--ink);
}

.search-bar input {
  min-width: 0;
  min-height: 52px;
  padding: 9px 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 0.82rem;
}

.search-bar button {
  min-width: 96px;
  padding: 8px 17px;
  border: 0;
  color: var(--ivory);
  background: var(--ink);
  font-size: 0.72rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 46px;
  gap: 6px 25px;
}

.filter-chip {
  position: relative;
  padding: 8px 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.filter-chip::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  background: var(--saffron-dark);
  content: "";
  transition: transform 0.2s ease;
}

.filter-chip:hover,
.filter-chip.is-active {
  color: var(--ink);
}

.filter-chip.is-active::after {
  transform: scaleX(1);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  align-items: start;
  gap: 78px;
}

.product-detail__image {
  position: sticky;
  top: 118px;
  overflow: hidden;
  aspect-ratio: 1 / 1.08;
  background: var(--soft);
}

.product-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail__content {
  padding-top: 18px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
  gap: 8px;
  color: var(--muted);
  font-size: 0.61rem;
}

.breadcrumbs a:hover {
  color: var(--saffron-dark);
}

.product-detail__content h1 {
  margin: 10px 0 0;
  font-size: clamp(2.5rem, 4.8vw, 4.6rem);
  font-weight: 710;
  letter-spacing: -0.06em;
  line-height: 1.28;
}

.product-detail__lead {
  margin: 22px 0 0;
  color: var(--brown);
  font-size: 1rem;
  font-weight: 560;
}

.product-detail__content > p:not(.product-detail__lead) {
  color: var(--muted);
  font-size: 0.82rem;
}

.detail-price {
  margin-block: 30px;
  padding-block: 20px;
  border-block: 1px solid var(--line);
}

.detail-price strong,
.detail-price span {
  display: block;
}

.detail-price strong {
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.detail-price span {
  color: var(--muted);
  font-size: 0.65rem;
}

.quantity-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 9px;
}

.quantity-row input,
.qty-input {
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  outline: 0;
  background: var(--ivory);
  text-align: center;
}

.quantity-row .button--gold:hover {
  border-color: var(--ink);
  color: var(--ivory);
  background: var(--ink);
}

.detail-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.detail-note {
  min-height: 120px;
  padding: 19px;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.detail-note strong,
.detail-note span {
  display: block;
}

.detail-note strong {
  font-size: 0.72rem;
  font-weight: 650;
}

.detail-note span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.8;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.info-card {
  min-height: 250px;
  padding: 32px;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.info-card__index {
  color: var(--saffron-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.info-card h3 {
  margin: 38px 0 0;
  font-size: 1.08rem;
  font-weight: 680;
}

.info-card p,
.info-card a {
  display: block;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.77rem;
}

.info-card a:hover {
  color: var(--saffron-dark);
}

.content-card,
.form-card {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.content-card h2,
.form-card h2 {
  margin: 0 0 20px;
  font-size: 1.15rem;
  font-weight: 690;
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  align-items: start;
  gap: 24px;
}

.order-summary {
  position: sticky;
  top: 118px;
}

.summary-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
  gap: 18px;
  font-size: 0.73rem;
}

.summary-line strong {
  font-variant-numeric: tabular-nums;
  font-weight: 670;
}

.summary-line--total {
  margin-top: 8px;
  padding-top: 18px;
  border-bottom: 0;
  font-size: 0.85rem;
  font-weight: 680;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

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

.field label {
  font-size: 0.69rem;
  font-weight: 620;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: #fffcf7;
  font-size: 0.78rem;
}

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

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--saffron-dark);
  box-shadow: 0 0 0 2px rgba(170, 116, 16, 0.1);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  gap: 10px 18px;
}

.helper-text {
  color: var(--muted);
  font-size: 0.64rem;
}

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

.cart-table th {
  padding: 12px 10px;
  border-bottom: 1px solid var(--ink);
  color: var(--muted);
  text-align: right;
  white-space: nowrap;
  font-size: 0.64rem;
  font-weight: 600;
}

.cart-table td {
  padding: 15px 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.72rem;
}

.cart-product {
  display: flex;
  align-items: center;
  min-width: 200px;
  gap: 12px;
}

.cart-product img {
  width: 58px;
  height: 66px;
  flex: 0 0 auto;
  object-fit: cover;
}

.cart-product strong,
.cart-product small {
  display: block;
}

.cart-product strong {
  font-weight: 650;
}

.cart-product small {
  color: var(--muted);
  font-size: 0.6rem;
}

.qty-input {
  width: 68px;
  min-height: 40px;
}

.empty-state,
.success-box {
  max-width: 760px;
  margin-inline: auto;
  padding: 70px 36px;
  border-block: 1px solid var(--line);
  text-align: center;
}

.empty-state__mark,
.success-box__mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  place-items: center;
  border: 1px solid var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.empty-state h2,
.success-box h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.empty-state p,
.success-box p {
  color: var(--muted);
  font-size: 0.8rem;
}

.empty-state .button,
.success-box .button {
  margin-top: 10px;
}

.order-code {
  max-width: 330px;
  margin: 25px auto 8px;
  padding: 14px;
  border: 1px solid var(--line);
  direction: ltr;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.track-result {
  max-width: 720px;
  margin: 24px auto 0;
}

.site-footer {
  color: #d9cec4;
  background: #15100e;
}

.footer-ornament {
  height: 4px;
  background: var(--saffron);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr 0.9fr 1.1fr;
  padding-block: 72px 64px;
  gap: 52px;
}

.brand--footer .brand__seal {
  border-color: #c5a25c;
  color: #e8d9c8;
}

.brand--footer .brand__words strong {
  color: #f1e8de;
}

.brand--footer .brand__words small {
  color: #9a897a;
}

.footer-grid section > p {
  margin: 20px 0 0;
  color: #a99b8f;
  font-size: 0.72rem;
}

.footer-grid h3 {
  margin: 0 0 18px;
  color: #f0e6dc;
  font-size: 0.76rem;
  font-weight: 650;
}

.footer-grid section > a,
.footer-grid section > span {
  display: block;
  margin-top: 8px;
  color: #a99b8f;
  font-size: 0.69rem;
}

.footer-grid section > a:hover {
  color: #e4b94f;
}

.footer-callout {
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-callout > span {
  color: #ba995a !important;
}

.footer-callout strong {
  display: block;
  margin: 14px 0 22px;
  color: #eee4da;
  font-size: 1rem;
  font-weight: 620;
  line-height: 1.8;
}

.footer-callout .button--gold:hover {
  color: #f1e8de;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  gap: 22px;
  color: #81756b;
  font-size: 0.62rem;
}

.footer-bottom a:hover {
  color: #d7b158;
}

[data-reveal] {
  transform: translateY(12px);
  opacity: 0;
  transition: transform 0.55s ease, opacity 0.55s ease;
}

[data-reveal].is-visible {
  transform: translateY(0);
  opacity: 1;
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  [data-reveal] {
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  :root {
    --container: min(100% - 48px, 960px);
  }

  .header__inner {
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 16px;
  }

  .nav-toggle {
    display: block;
    order: 2;
  }

  .brand {
    order: 1;
  }

  .cart-link {
    justify-self: end;
    order: 3;
  }

  .main-nav {
    position: fixed;
    top: 111px;
    right: 24px;
    left: 24px;
    display: grid;
    visibility: hidden;
    transform: translateY(-8px);
    opacity: 0;
    border: 1px solid var(--line);
    background: var(--ivory);
    box-shadow: 0 30px 70px rgba(29, 21, 18, 0.18);
    gap: 0;
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s;
  }

  .main-nav.is-open {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }

  .main-nav a {
    padding: 14px 18px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .main-nav a::after {
    display: none;
  }

  .hero__inner {
    gap: 50px;
  }

  .hero h1 {
    font-size: clamp(3rem, 6vw, 4.8rem);
  }

  .products-grid--featured .product-card:nth-child(n) {
    grid-column: span 6;
  }

  .products-grid--featured .product-card:nth-child(n) .product-card__image {
    aspect-ratio: 5 / 6;
  }

  .story-grid {
    gap: 55px;
  }

  .promise-item {
    padding: 42px 24px;
  }

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

@media (max-width: 820px) {
  .hero__inner {
    grid-template-columns: 1fr;
    padding-block: 62px 74px;
  }

  .hero__copy {
    min-height: 480px;
  }

  .hero__gallery {
    min-height: 590px;
  }

  .hero__gallery::before {
    top: 0;
    bottom: -74px;
  }

  .hero__arch {
    inset: 0 0 28px 38px;
  }

  .category-card {
    grid-template-columns: 42px minmax(150px, 0.7fr) 1fr 30px;
    gap: 18px;
  }

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

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-visual {
    min-height: 590px;
  }

  .promise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .promise-item {
    min-height: 210px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .page-hero .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-hero .eyebrow,
  .page-hero h1,
  .page-hero p {
    grid-column: 1;
    grid-row: auto;
  }

  .page-hero p {
    max-width: 620px;
  }

  .product-detail,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .product-detail__image,
  .order-summary {
    position: static;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: auto;
  }
}

@media (max-width: 580px) {
  :root {
    --container: calc(100% - 28px);
  }

  body {
    font-size: 14px;
  }

  .announcement__inner {
    min-height: 31px;
  }

  .announcement__inner span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header__inner {
    min-height: 70px;
  }

  .brand__seal {
    width: 36px;
    height: 36px;
    font-size: 0.63rem;
  }

  .brand__words strong {
    max-width: 116px;
    font-size: 0.82rem;
  }

  .brand__words small {
    display: none;
  }

  .nav-toggle {
    width: 38px;
    height: 38px;
  }

  .cart-link {
    min-height: 38px;
    padding-right: 11px;
  }

  .cart-link__icon {
    display: none;
  }

  .main-nav {
    top: 101px;
    right: 14px;
    left: 14px;
  }

  .hero__inner {
    gap: 35px;
    padding-block: 44px 58px;
  }

  .hero__copy {
    min-height: auto;
  }

  .hero__kicker {
    margin-bottom: 38px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.1rem);
    line-height: 1.28;
  }

  .hero__copy > p {
    margin-top: 22px;
    font-size: 0.84rem;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .hero__actions .button {
    padding-inline: 12px;
  }

  .hero__notes {
    margin-top: 40px;
  }

  .hero__gallery {
    min-height: 425px;
  }

  .hero__arch {
    inset: 0 0 26px 24px;
  }

  .hero__caption {
    right: -8px;
    min-width: 225px;
    padding: 14px 16px;
  }

  .section {
    padding-block: 76px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 35px;
    gap: 22px;
  }

  .section-heading h2,
  .story-copy h2 {
    font-size: 2rem;
  }

  .ornament-line {
    width: 100%;
    min-width: 0;
  }

  .category-card {
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    min-height: 92px;
    gap: 12px;
  }

  .category-card p {
    display: none;
  }

  .category-card h3 {
    font-size: 0.98rem;
  }

  .products-grid,
  .products-grid--featured {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .products-grid--featured .product-card:nth-child(n) {
    grid-column: auto;
  }

  .product-card__body > p {
    min-height: 0;
  }

  .story-grid {
    gap: 48px;
  }

  .story-visual {
    min-height: 440px;
    padding: 0 0 30px 26px;
  }

  .story-visual::before {
    top: 30px;
    right: 30px;
  }

  .story-visual__main {
    inset: 0 26px 30px 0;
  }

  .story-visual__tile {
    right: -6px;
  }

  .promise-grid {
    grid-template-columns: 1fr;
  }

  .promise-item {
    min-height: auto;
    padding: 34px 24px;
  }

  .promise-item strong {
    margin-top: 17px;
  }

  .page-hero {
    padding-block: 60px 56px;
  }

  .page-hero h1 {
    font-size: 2.75rem;
  }

  .products-grid:not(.products-grid--featured) {
    grid-template-columns: 1fr;
  }

  .product-detail {
    gap: 38px;
  }

  .product-detail__content h1 {
    font-size: 2.6rem;
  }

  .detail-notes,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .field--full {
    grid-column: auto;
  }

  .content-card,
  .form-card {
    padding: 22px 18px;
  }

  .info-card {
    padding: 25px;
  }

  .empty-state,
  .success-box {
    padding: 52px 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-block: 54px;
    gap: 34px;
  }

  .footer-callout {
    padding: 26px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
  }

  .footer-bottom {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-block: 18px;
    gap: 4px;
  }
}
