:root {
  --dark: #181512;
  --dark-2: #241f1b;
  --cream: #f7f3ed;
  --cream-2: #fffdfa;
  --sand: #d7b893;
  --gold: #a6794d;
  --gold-light: #c79b6d;
  --text: #221d19;
  --muted: #776a60;
  --line: rgba(34, 29, 25, 0.13);
  --white: #fff;
  --container: 1256px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-family: var(--sans); color: var(--text); background: var(--cream-2); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { padding: 0; border: 0; background: transparent; cursor: pointer; font: inherit; }
.container { width: min(var(--container), calc(100% - 96px)); margin: 0 auto; }
.section { padding: 58px 0 68px; background: var(--cream-2); }
.section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head h2, .instagram h2, .about-banner h2 { margin: 0; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1.05; text-transform: uppercase; letter-spacing: .01em; }
.section-head a { margin-top: 8px; font-size: 12px; font-weight: 600; text-transform: uppercase; color: var(--gold); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 32px; border: 1px solid currentColor; font-size: 14px; font-weight: 600; text-transform: uppercase; transition: .2s ease; }
.btn--light { color: var(--white); }
.btn--light:hover { color: var(--text); background: var(--white); border-color: var(--white); }
.btn--dark { color: var(--text); }
.btn--dark:hover { color: var(--white); background: var(--text); border-color: var(--text); }

/* Header */
.header { position: absolute; top: 0; left: 0; z-index: 20; width: 100%; color: var(--white); }
.header__inner { width: min(1360px, calc(100% - 68px)); height: 92px; margin: 0 auto; display: grid; grid-template-columns: 32px minmax(520px,1fr) 275px minmax(220px,1fr); align-items: center; gap: 28px; }
.burger { width: 28px; height: 28px; color: currentColor; }
.burger img, .header-actions img { width: 24px; height: 24px; filter: brightness(0) invert(1); opacity: .92; }
.nav { display: flex; align-items: center; gap: 38px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .02em; }
.nav a, .header-actions button, .header-actions a { opacity: .92; transition: opacity .2s ease, color .2s ease; }
.nav a:hover, .header-actions button:hover, .header-actions a:hover { opacity: 1; color: var(--sand); }
.logo { display: flex; flex-direction: column; align-items: center; text-align: center; text-transform: uppercase; }
.logo__mark { width: 68px; height: 42px; object-fit: contain; margin-bottom: 6px; }
.logo__title { font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: .95; letter-spacing: .105em; }
.logo__subtitle { margin-top: 8px; font-size: 10px; font-weight: 600; letter-spacing: .45em; opacity: .72; }
.logo--header { justify-self: center; }
.logo--header .logo__mark { filter: brightness(0) invert(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 25px; }
.header-actions button, .header-actions a { position: relative; color: currentColor; }
.header-actions a { display: inline-flex; align-items: center; justify-content: center; }
.header-actions .cart span { position: absolute; top: -10px; right: -11px; width: 18px; height: 18px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: var(--text); background: var(--sand); }

/* Hero */
.hero { position: relative; min-height: 875px; overflow: hidden; color: var(--white); background: var(--dark); }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,15,13,.84) 0%, rgba(20,17,15,.62) 34%, rgba(20,17,15,.10) 58%, rgba(16,13,11,.32) 100%), linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.03) 42%, rgba(0,0,0,.34) 100%); pointer-events: none; }
.hero__content { position: relative; z-index: 3; padding-top: 335px; }
.hero__eyebrow { margin: 0 0 24px; font-size: 17px; line-height: 1.4; }
.hero h1 { margin: 0 0 22px; max-width: 690px; font-family: var(--serif); font-size: clamp(52px, 5vw, 82px); font-weight: 500; line-height: .95; letter-spacing: -.02em; }
.hero__text { margin: 0 0 36px; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.88); }
.hero__meta { display: flex; align-items: center; gap: 22px; margin-top: 86px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.9); }
.hero__meta i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.hero-slider { position: absolute; right: 47px; top: 51%; z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 17px; transform: translateY(-12%); }
.hero-slider strong, .hero-slider span { font-size: 28px; font-weight: 600; line-height: 1; }
.hero-slider span { font-size: 20px; color: rgba(255,255,255,.86); }
.hero-slider i { display: block; width: 2px; height: 45px; margin: 10px 0 8px; background: rgba(255,255,255,.84); }
.hero-slider button { color: var(--white); font-size: 30px; line-height: 1; }

/* Collections */
.collections { padding-top: 55px; padding-bottom: 58px; }
.collections__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 50px; }
.collection-card { display: flex; flex-direction: column; align-items: center; gap: 20px; font-size: 16px; font-weight: 500; text-transform: uppercase; transition: transform .2s ease, color .2s ease; }
.collection-card:hover { color: var(--gold); transform: translateY(-3px); }
.collection-card img { width: 170px; height: 170px; border-radius: 50%; object-fit: cover; box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 10px 30px rgba(36,31,27,.08); }

/* Products */
.products { padding-top: 65px; padding-bottom: 72px; background: #fffdfa; }
.products__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.product-card { position: relative; min-height: 320px; padding: 18px 18px 24px; border-radius: 5px; background: #f8f1eb; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(36,31,27,.08); }
.product-card__fav { position: absolute; top: 17px; right: 17px; z-index: 3; color: var(--gold); font-size: 26px; line-height: 1; }
.product-card img { width: 100%; height: 215px; margin-bottom: 18px; border-radius: 4px; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.product-card h3 { margin: 0 0 14px; font-size: 14px; font-weight: 500; }
.product-card p { margin: 0; font-size: 15px; font-weight: 600; }
.dots { display: flex; justify-content: center; gap: 13px; margin-top: 42px; }
.dots button { width: 8px; height: 8px; border-radius: 50%; background: #dfd9d2; }
.dots .is-active { background: var(--gold); }

/* Benefits */
.benefits { display: grid; grid-template-columns: minmax(420px, 1fr) minmax(560px, 1.75fr); background: var(--dark-2); color: var(--white); }
.benefits__photo { min-height: 355px; overflow: hidden; }
.benefits__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 38% center; }
.benefits__content { display: grid; grid-template-columns: repeat(2, minmax(210px, 1fr)); gap: 62px 95px; align-content: center; padding: 74px clamp(48px,7vw,126px); background: radial-gradient(circle at 55% 45%, rgba(164,111,67,.18), transparent 42%), linear-gradient(120deg, #261f1b 0%, #171411 100%); }
.benefit-item { display: grid; grid-template-columns: 56px 1fr; gap: 28px; align-items: center; }
.benefit-item img { width: 54px; height: 54px; filter: invert(57%) sepia(21%) saturate(800%) hue-rotate(346deg) brightness(88%) contrast(82%); }
.benefit-item p { margin: 0; font-size: 16px; line-height: 1.35; color: rgba(255,255,255,.92); }

/* Instagram */
.instagram { padding-top: 48px; padding-bottom: 38px; }
.instagram__inner { display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: start; }
.instagram__text { padding-top: 34px; }
.instagram__text h2 { margin-bottom: 28px; }
.instagram__text p { margin: 0 0 32px; font-size: 15px; line-height: 1.6; }
.instagram__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.instagram-card { height: 250px; border-radius: 5px; overflow: hidden; background: #eee; transition: transform .2s ease; }
.instagram-card:hover { transform: translateY(-3px); }
.instagram-card img { width: 100%; height: 100%; object-fit: cover; }

/* About banner */
.about-banner { padding: 0 0 70px; background: var(--cream-2); }
.about-banner__box { position: relative; min-height: 230px; border-radius: 4px; overflow: hidden; background: #ead8c4; }
.about-banner__box > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-banner__box::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,235,220,.98) 0%, rgba(247,235,220,.86) 36%, rgba(247,235,220,.28) 57%, rgba(247,235,220,.03) 100%); }
.about-banner__content { position: relative; z-index: 2; min-height: 230px; display: grid; grid-template-columns: 78px 1fr; align-content: center; align-items: center; column-gap: 34px; width: min(620px, 62%); padding: 34px 64px; }
.about-banner__content img { width: 66px; height: 66px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.about-banner__content h2 { font-size: 35px; text-transform: none; letter-spacing: 0; }
.about-banner__content a { grid-column: 2; margin-top: 10px; width: fit-content; color: var(--gold); font-size: 14px; font-weight: 600; text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; }

/* Footer */
.footer { background: var(--cream-2); border-top: 1px solid var(--line); }
.footer__inner { display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 64px; padding: 66px 0 54px; }
.logo--footer { align-items: flex-start; width: fit-content; margin-bottom: 22px; }
.logo--footer .logo__mark { width: 58px; height: 42px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.logo--footer .logo__title { font-size: 29px; color: #3a302a; }
.logo--footer .logo__subtitle { font-size: 8px; letter-spacing: .36em; color: var(--gold); opacity: 1; }
.footer__brand p { margin: 0 0 28px; max-width: 260px; font-size: 13px; line-height: 1.7; color: var(--muted); }
.socials { display: flex; align-items: center; gap: 22px; font-size: 19px; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.footer-col h3 { margin: 0 0 12px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .02em; }
.footer-col a, .footer-col p { margin: 0; font-size: 13px; line-height: 1.55; color: var(--muted); }
.footer-col a:hover { color: var(--gold); }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding: 28px 0; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }

@media (max-width: 1180px) {
  .header__inner { grid-template-columns: 32px 1fr auto; }
  .nav { display: none; }
  .logo--header { justify-self: center; }
  .header-actions { gap: 18px; }
  .collections__grid, .products__grid { gap: 22px; }
  .collection-card img { width: 140px; height: 140px; }
  .instagram__inner { grid-template-columns: 1fr; }
  .instagram__text { padding-top: 0; }
  .footer__inner { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .container { width: min(100% - 40px, var(--container)); }
  .hero { min-height: 760px; }
  .hero__content { padding-top: 280px; }
  .hero-slider { display: none; }
  .collections__grid { grid-template-columns: repeat(3, 1fr); }
  .products__grid { grid-template-columns: repeat(2, 1fr); }
  .benefits { grid-template-columns: 1fr; }
  .benefits__photo { min-height: 320px; }
  .benefits__content { padding: 54px 32px; gap: 36px; }
  .instagram__grid { grid-template-columns: repeat(2, 1fr); }
  .about-banner__content { width: 100%; padding: 28px; }
  .footer__inner { grid-template-columns: repeat(2, 1fr); gap: 42px; }
}

@media (max-width: 620px) {
  .header__inner { width: calc(100% - 32px); height: 74px; gap: 10px; }
  .logo--header .logo__title { font-size: 22px; }
  .logo--header .logo__subtitle { font-size: 7px; letter-spacing: .32em; }
  .logo--header .logo__mark { width: 44px; height: 28px; margin-bottom: 2px; }
  .header-actions { gap: 12px; }
  .header-actions button:nth-child(2), .header-actions button:nth-child(3) { display: none; }
  .header-actions img, .burger img { width: 22px; height: 22px; }
  .hero { min-height: 760px; }
  .hero__image { object-position: center top; }
  .hero__shade { background: linear-gradient(180deg, rgba(13,11,10,.25) 0%, rgba(13,11,10,.22) 28%, rgba(13,11,10,.82) 66%, rgba(13,11,10,.94) 100%); }
  .hero__content { padding-top: 420px; }
  .hero h1 { font-size: 42px; line-height: 1; }
  .hero__eyebrow, .hero__text { font-size: 15px; }
  .hero__meta { margin-top: 46px; }
  .section { padding: 42px 0 52px; }
  .section-head h2, .instagram h2 { font-size: 28px; }
  .collections__grid { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
  .collection-card img { width: 130px; height: 130px; }
  .products__grid { grid-template-columns: 1fr; }
  .product-card img { height: 270px; }
  .benefits__content { grid-template-columns: 1fr; }
  .instagram__grid { grid-template-columns: 1fr; }
  .instagram-card { height: 330px; }
  .about-banner { padding-bottom: 44px; }
  .about-banner__content { grid-template-columns: 1fr; min-height: 250px; }
  .about-banner__content h2 { font-size: 28px; }
  .about-banner__content a { grid-column: auto; }
  .about-banner__box::after { background: rgba(247,235,220,.86); }
  .footer__inner { grid-template-columns: 1fr; padding: 44px 0; }
  .footer__bottom { flex-direction: column; }
}

/* Inner pages: collections category */
.page--inner { background: var(--cream-2); }
.page-header { position: static; z-index: 30; width: 100%; color: var(--text); background: var(--cream-2); }
.page-header__inner { width: min(1360px, calc(100% - 96px)); min-height: 112px; margin: 0 auto; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 36px; }
.page-header__logo { align-items: flex-start; justify-self: start; color: #3b2e27; }
.page-header__logo .logo__mark { width: 58px; height: 42px; margin: 0 0 5px; filter: none; }
.page-header__logo .logo__title { font-size: 28px; line-height: 1; letter-spacing: .105em; color: #5c3925; }
.page-header__logo .logo__subtitle { margin-top: 7px; font-size: 8px; letter-spacing: .42em; color: var(--gold); opacity: 1; }
.page-header__burger { display: none; width: 28px; height: 28px; }
.page-header__burger img { width: 24px; height: 24px; filter: none; }
.page-nav { justify-self: center; display: flex; align-items: center; gap: clamp(28px, 4vw, 58px); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .015em; }
.page-nav a { position: relative; padding: 12px 0; transition: color .2s ease; }
.page-nav a::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: var(--gold); transform: translateX(-50%); transition: width .2s ease; }
.page-nav a:hover, .page-nav a.is-active { color: var(--gold); }
.page-nav a:hover::after, .page-nav a.is-active::after { width: 34px; }
.page-header__actions { justify-self: end; display: flex; align-items: center; gap: 26px; }
.page-header__actions button, .page-header__actions a { position: relative; color: var(--text); }
.page-header__actions a { display: inline-flex; align-items: center; justify-content: center; }
.page-header__actions img { width: 25px; height: 25px; filter: none; opacity: .95; }
.page-header__actions .cart span { position: absolute; top: -10px; right: -12px; width: 20px; height: 20px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--gold); color: var(--white); font-size: 11px; font-weight: 700; }
.category-hero { padding: 34px 0 25px; text-align: center; }
.category-hero h1 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(44px, 4.5vw, 60px); font-weight: 600; line-height: .95; text-transform: uppercase; letter-spacing: .01em; }
.breadcrumbs { display: inline-flex; align-items: center; gap: 19px; color: #4c4039; font-size: 16px; }
.breadcrumbs span { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .9; }
.collection-page { padding: 0 0 58px; }
.collection-page__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 1080px; margin: 0 auto; }
.collection-tile { position: relative; min-height: 305px; border-radius: 12px; overflow: hidden; background: #251c17; color: var(--white); isolation: isolate; transition: transform .22s ease, box-shadow .22s ease; }
.collection-tile:hover { transform: translateY(-3px); box-shadow: 0 22px 46px rgba(39,31,25,.14); }
.collection-tile--wide { grid-column: 1 / -1; min-height: 255px; }
.collection-tile img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); transition: transform .5s ease; }
.collection-tile:hover img { transform: scale(1.075); }
.collection-tile__shade { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(25,19,15,.72) 0%, rgba(25,19,15,.36) 45%, rgba(25,19,15,.05) 100%), linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.28)); }
.collection-tile__content { position: absolute; left: 28px; bottom: 28px; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.collection-tile strong { font-family: var(--serif); font-size: 40px; font-weight: 600; line-height: .9; text-transform: uppercase; letter-spacing: .01em; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.collection-tile em { font-style: normal; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: .01em; }
.category-benefits { padding: 0 0 50px; background: var(--cream-2); }
.category-benefits__inner { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: center; max-width: 1190px; }
.category-benefit { position: relative; display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 18px; min-height: 70px; padding: 0 26px; }
.category-benefit:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 8px; bottom: 8px; width: 1px; background: rgba(166,121,77,.25); }
.category-benefit img { width: 44px; height: 44px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.category-benefit p { margin: 0; color: #3f3731; font-size: 14px; font-weight: 500; line-height: 1.42; }

@media (max-width: 1180px) {
  .page-header__inner { grid-template-columns: 180px 1fr auto; width: min(100% - 56px, 1360px); gap: 24px; }
  .page-nav { gap: 26px; font-size: 12px; }
  .collection-page__grid { max-width: none; }
  .category-benefits__inner { grid-template-columns: repeat(3, 1fr); gap: 20px 0; }
  .category-benefit:nth-child(3)::after { display: none; }
}

@media (max-width: 900px) {
  .page-header__inner { min-height: 88px; grid-template-columns: auto 1fr auto; }
  .page-header__burger { display: block; order: 1; }
  .page-header__logo { order: 2; justify-self: center; align-items: center; }
  .page-nav { display: none; }
  .page-header__actions { order: 3; gap: 16px; }
  .page-header__actions button:nth-child(2) { display: none; }
  .category-hero { padding-top: 22px; }
  .collection-page__grid { grid-template-columns: 1fr; gap: 16px; }
  .collection-tile, .collection-tile--wide { grid-column: auto; min-height: 255px; }
  .category-benefits__inner { grid-template-columns: repeat(2, 1fr); }
  .category-benefit::after { display: none; }
}

@media (max-width: 620px) {
  .page-header__inner { width: calc(100% - 32px); min-height: 78px; gap: 10px; }
  .page-header__logo .logo__mark { width: 42px; height: 30px; }
  .page-header__logo .logo__title { font-size: 21px; }
  .page-header__logo .logo__subtitle { font-size: 7px; letter-spacing: .30em; }
  .page-header__actions { gap: 12px; }
  .page-header__actions img, .page-header__burger img { width: 22px; height: 22px; }
  .category-hero h1 { font-size: 38px; }
  .breadcrumbs { font-size: 14px; }
  .collection-page { padding-bottom: 40px; }
  .collection-tile, .collection-tile--wide { min-height: 220px; border-radius: 10px; }
  .collection-tile__content { left: 20px; bottom: 20px; }
  .collection-tile strong { font-size: 34px; }
  .collection-tile em { font-size: 14px; }
  .category-benefits { padding-bottom: 34px; }
  .category-benefits__inner { grid-template-columns: 1fr; gap: 18px; }
  .category-benefit { padding: 0; grid-template-columns: 46px 1fr; }
}

/* Product detail page */
.page--product .page-header__inner { min-height: 104px; }
.product-section { padding: 22px 0 0; background: var(--cream-2); }
.product-breadcrumbs { display: flex; align-items: center; gap: 22px; margin: 0 0 24px; font-size: 14px; color: #3f3731; }
.product-breadcrumbs span { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .75; }
.product-breadcrumbs a[aria-current="page"] { font-weight: 700; color: var(--text); }
.product-layout { display: grid; grid-template-columns: 122px minmax(470px, 1fr) minmax(360px, 420px); gap: 30px 58px; align-items: start; }
.product-thumbs { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.product-thumbs__arrow { width: 32px; height: 18px; color: var(--gold); font-size: 18px; line-height: 1; }
.product-thumb { position: relative; width: 112px; height: 92px; border-radius: 10px; overflow: hidden; background: #f4ebe2; border: 1px solid transparent; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.product-thumb:hover, .product-thumb.is-active { border-color: rgba(166,121,77,.34); box-shadow: 0 12px 24px rgba(56,42,32,.08); transform: translateY(-1px); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-thumb--video::after { content: ""; position: absolute; inset: 0; background: rgba(247,243,237,.28); }
.product-thumb--video span { position: absolute; z-index: 2; left: 50%; top: 50%; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px rgba(44,35,29,.14); color: var(--text); font-size: 17px; transform: translate(-50%, -50%); }
.product-gallery { min-height: 620px; border-radius: 10px; overflow: hidden; background: #f5eadf; }
.product-gallery img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center; }
.product-info { padding-top: 10px; }
.product-info h1 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(46px, 4vw, 58px); font-weight: 600; line-height: .95; letter-spacing: -.015em; }
.product-price { margin: 0 0 28px; color: #6f421f; font-size: 28px; font-weight: 700; line-height: 1; }
.product-short { margin: 0 0 42px; color: #403832; font-size: 16px; line-height: 1.55; }
.product-control { margin-bottom: 26px; }
.product-control h2 { margin: 0 0 14px; font-size: 14px; font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: .04em; }
.size-list { display: flex; align-items: center; gap: 15px; }
.size-list button { width: 54px; height: 54px; border: 1px solid rgba(84,68,56,.15); border-radius: 8px; background: rgba(255,255,255,.55); color: #463b34; font-size: 15px; transition: .2s ease; }
.size-list button:hover, .size-list .is-active { background: #2b211b; border-color: #2b211b; color: var(--white); }
.qty { display: inline-grid; grid-template-columns: 52px 52px 52px; height: 49px; border: 1px solid rgba(84,68,56,.15); border-radius: 7px; overflow: hidden; background: rgba(255,255,255,.55); }
.qty button, .qty span { display: inline-flex; align-items: center; justify-content: center; color: #332b26; font-size: 18px; border-right: 1px solid rgba(84,68,56,.12); }
.qty span { font-size: 15px; }
.qty button:last-child { border-right: 0; }
.add-cart { width: 100%; max-width: 370px; height: 64px; margin: 2px 0 28px; border-radius: 7px; background: linear-gradient(135deg, #6d421e 0%, #4d2b16 100%); color: var(--white); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; box-shadow: 0 12px 22px rgba(91,55,28,.20); transition: transform .2s ease, box-shadow .2s ease; }
.add-cart:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(91,55,28,.26); }
.wishlist { display: inline-flex; align-items: center; gap: 16px; margin-bottom: 22px; color: #815232; font-size: 16px; }
.wishlist span { font-size: 34px; line-height: 1; }
.product-features { display: flex; flex-direction: column; gap: 13px; margin: 0; padding: 0; list-style: none; }
.product-features li { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 14px; color: #4c443e; font-size: 15px; line-height: 1.35; }
.product-features img { width: 30px; height: 30px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.product-tabs { padding: 28px 0 50px; }
.product-tabs__nav { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.product-tabs__nav button { position: relative; padding: 0 0 17px; color: #2d2621; font-size: 14px; font-weight: 700; text-transform: uppercase; text-align: left; }
.product-tabs__nav button::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: #6f421f; transition: width .2s ease; }
.product-tabs__nav button.is-active::after, .product-tabs__nav button:hover::after { width: 142px; }
.product-tabs__content { padding-top: 18px; }
.product-tabs__content p { margin: 0; max-width: 540px; color: #4c443e; font-size: 15px; line-height: 1.7; }
.related-products { padding: 0 0 64px; background: var(--cream-2); }
.related-products__head { margin-bottom: 20px; align-items: center; }
.related-products__head h2 { font-size: 27px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.related-card { position: relative; display: grid; grid-template-columns: 175px 1fr; align-items: center; min-height: 128px; padding: 14px 56px 14px 14px; border-radius: 9px; background: #f6ece3; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(37,29,23,.08); }
.related-card__fav { position: absolute; top: 15px; right: 18px; color: var(--gold); font-size: 28px; line-height: 1; }
.related-card img { width: 158px; height: 100px; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.related-card h3 { margin: 0 0 10px; font-size: 15px; font-weight: 500; line-height: 1.3; }
.related-card p { margin: 0; font-size: 14px; font-weight: 600; }

@media (max-width: 1180px) {
  .product-layout { grid-template-columns: 96px minmax(360px, 1fr) minmax(330px, 380px); gap: 26px 34px; }
  .product-thumb { width: 92px; height: 78px; }
  .product-gallery, .product-gallery img { min-height: 560px; }
  .size-list { gap: 10px; }
  .size-list button { width: 48px; height: 48px; }
  .related-card { grid-template-columns: 130px 1fr; padding-right: 42px; }
  .related-card img { width: 120px; height: 92px; }
}

@media (max-width: 900px) {
  .product-section { padding-top: 10px; }
  .product-breadcrumbs { margin-bottom: 20px; }
  .product-layout { grid-template-columns: 1fr; gap: 22px; }
  .product-thumbs { order: 2; flex-direction: row; justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; }
  .product-thumbs__arrow { display: none; }
  .product-thumb { flex: 0 0 86px; width: 86px; height: 76px; }
  .product-gallery { order: 1; min-height: 0; }
  .product-gallery img { min-height: 0; height: auto; aspect-ratio: 4 / 5; }
  .product-info { order: 3; padding-top: 6px; }
  .add-cart { max-width: none; }
  .product-tabs { padding-top: 16px; }
  .product-tabs__nav { grid-template-columns: repeat(2, 1fr); gap: 18px 24px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 132px; grid-template-columns: 160px 1fr; }
  .related-card img { width: 145px; height: 104px; }
}

@media (max-width: 620px) {
  .product-breadcrumbs { gap: 12px; font-size: 13px; overflow-x: auto; white-space: nowrap; }
  .product-info h1 { font-size: 42px; }
  .product-price { font-size: 24px; margin-bottom: 22px; }
  .product-short { margin-bottom: 30px; }
  .size-list { flex-wrap: wrap; }
  .size-list button { width: 50px; height: 50px; }
  .product-tabs__nav { grid-template-columns: 1fr; gap: 0; }
  .product-tabs__nav button { padding: 14px 0; border-bottom: 1px solid rgba(34,29,25,.09); }
  .product-tabs__nav button::after { display: none; }
  .related-products__head { flex-direction: row; align-items: flex-end; }
  .related-products__head h2 { font-size: 24px; }
  .related-card { grid-template-columns: 118px 1fr; min-height: 118px; padding: 12px 44px 12px 12px; }
  .related-card img { width: 106px; height: 90px; }
  .related-card h3 { font-size: 14px; }
}

/* Catalog listing page */
.page--catalog .page-header__inner { min-height: 104px; }
.catalog-page { padding: 22px 0 54px; background: var(--cream-2); }
.catalog-breadcrumbs { display: flex; align-items: center; gap: 22px; margin: 0 0 26px; font-size: 14px; color: #3f3731; }
.catalog-breadcrumbs span { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .75; }
.catalog-breadcrumbs a[aria-current="page"] { font-weight: 700; color: var(--text); }
.catalog-page h1 { margin: 0 0 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(48px, 4.7vw, 62px); font-weight: 600; line-height: .95; letter-spacing: -.015em; }
.catalog-topline { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 0 0 18px; color: #4e463f; }
.catalog-topline p { margin: 0; font-size: 14px; font-weight: 500; }
.catalog-topline button { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; color: #4e463f; }
.catalog-topline strong { font-weight: 600; }
.catalog-topline span { margin-left: 8px; color: var(--text); font-size: 17px; line-height: 1; }
.catalog-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 24px; align-items: start; }
.catalog-filter { padding: 18px 18px 20px; border: 1px solid rgba(166,121,77,.16); border-radius: 6px; background: rgba(255,255,255,.38); box-shadow: 0 14px 36px rgba(72,51,36,.04); }
.filter-group { padding: 0 0 20px; margin: 0 0 20px; border-bottom: 1px solid rgba(166,121,77,.18); }
.filter-group:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.filter-group__head { width: 100%; display: flex; align-items: center; justify-content: space-between; margin: 0 0 14px; color: #2e2823; font-family: var(--serif); font-size: 17px; font-weight: 700; text-transform: uppercase; letter-spacing: .015em; }
.filter-group__head span { color: #6f421f; font-family: var(--sans); font-size: 16px; line-height: 1; }
.choice { position: relative; display: flex; align-items: center; gap: 13px; min-height: 28px; color: #4f453e; font-size: 14px; line-height: 1.2; cursor: pointer; }
.choice + .choice { margin-top: 7px; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { position: relative; flex: 0 0 11px; width: 11px; height: 11px; border: 1px solid rgba(111,66,31,.48); background: rgba(255,255,255,.55); }
.choice--radio span { border-radius: 50%; }
.choice--check span { width: 15px; height: 15px; border-radius: 3px; }
.choice.is-active span, .choice input:checked + span { border-color: #7b5133; background: #7b5133; }
.choice--radio.is-active span::after, .choice--radio input:checked + span::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: #7b5133; box-shadow: 0 0 0 2px var(--cream-2) inset; }
.choice--check.is-active span::after, .choice--check input:checked + span::after { content: "✓"; position: absolute; left: 50%; top: 50%; color: var(--white); font-size: 10px; font-weight: 700; transform: translate(-50%, -55%); }
.filter-group--price p { margin: 0 0 17px; color: #4f453e; font-size: 14px; }
.price-range { position: relative; height: 24px; margin: 0 8px 22px; }
.price-range::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: rgba(166,121,77,.28); transform: translateY(-50%); }
.price-range i { position: absolute; left: 0; right: 0; top: 50%; height: 3px; background: #70431f; transform: translateY(-50%); }
.price-range__dot { position: absolute; top: 50%; width: 18px; height: 18px; border: 2px solid #70431f; border-radius: 50%; background: var(--cream-2); transform: translateY(-50%); }
.price-range__dot--left { left: -2px; }
.price-range__dot--right { right: -2px; }
.filter-apply { width: 100%; height: 45px; border-radius: 5px; background: linear-gradient(135deg, #6d421e 0%, #4d2b16 100%); color: var(--white); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .045em; box-shadow: 0 10px 20px rgba(91,55,28,.14); transition: transform .2s ease, box-shadow .2s ease; }
.filter-apply:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(91,55,28,.22); }
.catalog-products__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 16px; }
.catalog-card { position: relative; border-radius: 7px; overflow: hidden; background: #f7eee6; transition: transform .2s ease, box-shadow .2s ease; }
.catalog-card:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(37,29,23,.07); }
.catalog-card__image { display: block; height: 172px; overflow: hidden; background: #f4e9df; }
.catalog-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.catalog-card:hover .catalog-card__image img { transform: scale(1.055); }
.catalog-card__fav { position: absolute; top: 12px; right: 14px; z-index: 2; color: var(--gold); font-size: 29px; line-height: 1; text-shadow: 0 1px 7px rgba(255,255,255,.65); transition: transform .2s ease, color .2s ease; }
.catalog-card__fav:hover { color: #6d421e; transform: scale(1.08); }
.catalog-card h2 { margin: 13px 14px 8px; color: #3a302a; font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.15; }
.catalog-card p { margin: 0 14px 18px; color: #6f421f; font-size: 15px; font-weight: 700; }
.catalog-pagination { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 16px; }
.catalog-pagination a { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; color: #453b34; font-size: 14px; line-height: 1; transition: .2s ease; }
.catalog-pagination a:first-child,
.catalog-pagination a:last-child { border: 1px solid rgba(84,68,56,.12); background: rgba(255,255,255,.36); font-size: 22px; }
.catalog-pagination a:hover, .catalog-pagination .is-active { background: #2b211b; color: var(--white); }

@media (max-width: 1180px) {
  .catalog-layout { grid-template-columns: 260px 1fr; gap: 20px; }
  .catalog-card__image { height: 156px; }
  .catalog-card h2 { font-size: 17px; }
}

@media (max-width: 900px) {
  .catalog-page { padding-top: 10px; }
  .catalog-breadcrumbs { margin-bottom: 20px; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-filter { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; }
  .filter-group { margin: 0; padding-bottom: 0; border-bottom: 0; }
  .filter-group--price { grid-column: 1 / -1; }
  .catalog-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .catalog-card__image { height: auto; aspect-ratio: 1.42 / 1; }
}

@media (max-width: 620px) {
  .catalog-breadcrumbs { gap: 12px; font-size: 13px; overflow-x: auto; white-space: nowrap; }
  .catalog-page h1 { font-size: 44px; }
  .catalog-topline { align-items: flex-start; flex-direction: column; gap: 10px; }
  .catalog-filter { grid-template-columns: 1fr; padding: 16px; }
  .catalog-products__grid { grid-template-columns: 1fr; }
  .catalog-card__image { aspect-ratio: 1.5 / 1; }
  .catalog-pagination { margin-top: 22px; }
}

/* Payment and pickup page */
.page--payment .page-header__inner { min-height: 104px; }
.payment-page { padding: 22px 0 36px; background: var(--cream-2); }
.payment-breadcrumbs { display: flex; align-items: center; gap: 22px; margin: 0 0 22px; font-size: 14px; color: #3f3731; }
.payment-breadcrumbs span { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .75; }
.payment-breadcrumbs a[aria-current="page"] { font-weight: 700; color: var(--text); }
.payment-intro { display: grid; grid-template-columns: minmax(360px, 450px) minmax(0, 1fr); gap: 58px; align-items: start; margin-bottom: 26px; }
.payment-intro h1 { margin: 0 0 38px; font-family: var(--serif); font-size: clamp(50px, 5vw, 68px); font-weight: 600; line-height: .92; letter-spacing: -.02em; }
.payment-points { display: flex; flex-direction: column; gap: 31px; }
.payment-point { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 26px; }
.payment-point img { width: 44px; height: 44px; }
.payment-point p { margin: 0; color: #3f3731; font-size: 17px; line-height: 1.55; }
.payment-intro__image { min-height: 350px; border-radius: 10px; overflow: hidden; background: #efe4d8; box-shadow: 0 14px 34px rgba(68,47,33,.07); }
.payment-intro__image img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; object-position: center; }
.payment-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 21px; }
.payment-method-card { display: grid; grid-template-columns: 78px 1fr; gap: 24px; align-items: center; min-height: 136px; padding: 28px 28px 24px; border: 1px solid rgba(166,121,77,.17); border-radius: 10px; background: rgba(255,255,255,.42); box-shadow: 0 14px 36px rgba(72,51,36,.04); }
.payment-method-card img { width: 66px; height: 66px; }
.payment-method-card h2 { margin: 0 0 10px; color: #3b3029; font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.05; }
.payment-method-card p { margin: 0; color: #4f463f; font-size: 14px; line-height: 1.55; }
.no-delivery-banner { position: relative; min-height: 132px; margin-bottom: 18px; border-radius: 10px; overflow: hidden; background: #ead8c4; box-shadow: 0 14px 36px rgba(72,51,36,.04); isolation: isolate; }
.no-delivery-banner__bg { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.no-delivery-banner::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(248,239,229,.98) 0%, rgba(248,239,229,.90) 45%, rgba(248,239,229,.36) 66%, rgba(248,239,229,.04) 100%); }
.no-delivery-banner__content { position: relative; z-index: 3; min-height: 132px; display: flex; align-items: center; gap: 28px; padding: 22px 30px; }
.no-delivery-banner__icons { display: flex; align-items: center; gap: 23px; }
.no-delivery-banner__icons img { width: 66px; height: 66px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.no-delivery-banner__content h2 { margin: 0 0 6px; font-family: var(--serif); font-size: 32px; font-weight: 600; line-height: 1; }
.no-delivery-banner__content p { margin: 0; font-size: 19px; color: #3f3731; line-height: 1.3; }
.payment-steps { padding-top: 1px; }
.payment-steps h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 32px; font-weight: 600; line-height: 1; }
.payment-steps__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-bottom: 18px; }
.payment-step { position: relative; min-height: 122px; padding: 22px 20px 20px 78px; border: 1px solid rgba(166,121,77,.14); border-radius: 10px; background: rgba(255,255,255,.35); box-shadow: 0 14px 34px rgba(72,51,36,.035); }
.payment-step:not(:last-child)::after { content: ""; position: absolute; left: calc(100% + 3px); top: 58px; width: 20px; border-top: 2px dotted rgba(166,121,77,.34); }
.payment-step > span { position: absolute; top: 19px; left: 26px; width: 24px; height: 24px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #ead9c7; color: #6f421f; font-size: 13px; font-weight: 700; }
.payment-step img { position: absolute; left: 23px; bottom: 22px; width: 38px; height: 38px; }
.payment-step h3 { margin: 0 0 8px; color: #3a302a; font-family: var(--serif); font-size: 19px; font-weight: 600; line-height: 1.1; }
.payment-step p { margin: 0; color: #4f463f; font-size: 13px; line-height: 1.52; }
.payment-faq { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.payment-faq-card { display: grid; grid-template-columns: 50px 1fr; gap: 22px; align-items: center; min-height: 85px; padding: 18px 24px; border: 1px solid rgba(166,121,77,.14); border-radius: 10px; background: rgba(255,255,255,.35); }
.payment-faq-card img { width: 44px; height: 44px; }
.payment-faq-card h3 { margin: 0 0 7px; color: #3a302a; font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.1; }
.payment-faq-card p { margin: 0; color: #4f463f; font-size: 13px; line-height: 1.45; }

@media (max-width: 1180px) {
  .payment-intro { grid-template-columns: minmax(320px, 410px) minmax(0, 1fr); gap: 30px; }
  .payment-method-card { grid-template-columns: 58px 1fr; padding: 22px; }
  .payment-method-card img { width: 54px; height: 54px; }
  .payment-method-card h2 { font-size: 22px; }
  .payment-steps__grid { gap: 16px; }
  .payment-step { padding-left: 70px; }
  .payment-step:not(:last-child)::after { display: none; }
}

@media (max-width: 900px) {
  .payment-page { padding-top: 10px; }
  .payment-breadcrumbs { margin-bottom: 20px; }
  .payment-intro { grid-template-columns: 1fr; }
  .payment-intro__image { order: -1; min-height: 300px; }
  .payment-intro__image img { min-height: 300px; }
  .payment-intro h1 { margin-bottom: 26px; }
  .payment-points { gap: 22px; }
  .payment-methods { grid-template-columns: 1fr; }
  .payment-steps__grid { grid-template-columns: repeat(2, 1fr); }
  .payment-faq { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 620px) {
  .payment-breadcrumbs { gap: 12px; font-size: 13px; overflow-x: auto; white-space: nowrap; }
  .payment-intro { gap: 24px; }
  .payment-intro h1 { font-size: 44px; }
  .payment-point { grid-template-columns: 42px 1fr; gap: 16px; }
  .payment-point img { width: 38px; height: 38px; }
  .payment-point p { font-size: 15px; }
  .payment-intro__image { min-height: 240px; }
  .payment-intro__image img { min-height: 240px; }
  .payment-method-card { grid-template-columns: 48px 1fr; min-height: 114px; padding: 18px; }
  .payment-method-card img { width: 44px; height: 44px; }
  .payment-method-card h2 { font-size: 21px; }
  .no-delivery-banner { min-height: 150px; }
  .no-delivery-banner__content { min-height: 150px; align-items: flex-start; flex-direction: column; gap: 16px; padding: 22px; }
  .no-delivery-banner__icons img { width: 48px; height: 48px; }
  .no-delivery-banner__content h2 { font-size: 28px; }
  .no-delivery-banner__content p { font-size: 16px; }
  .payment-steps h2 { font-size: 30px; }
  .payment-steps__grid { grid-template-columns: 1fr; gap: 14px; }
  .payment-step { min-height: 110px; }
  .payment-faq-card { padding: 16px; gap: 16px; }
}

/* About brand page */
.page--about .page-header__inner { min-height: 104px; }
.about-page { padding: 22px 0 40px; background: var(--cream-2); }
.about-breadcrumbs { display: flex; align-items: center; gap: 22px; margin: 0 0 28px; font-size: 14px; color: #3f3731; }
.about-breadcrumbs span { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .75; }
.about-breadcrumbs a[aria-current="page"] { font-weight: 700; color: var(--text); }
.about-intro { display: grid; grid-template-columns: minmax(350px, 445px) minmax(0, 1fr); gap: 64px; align-items: start; margin-bottom: 26px; }
.about-intro__text h1 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(48px, 5.1vw, 66px); font-weight: 600; line-height: .95; letter-spacing: -.02em; }
.about-intro__text p { margin: 0 0 20px; color: #403832; font-size: 15px; line-height: 1.7; }
.about-intro__image { min-height: 318px; border-radius: 10px; overflow: hidden; background: #efe4d8; box-shadow: 0 14px 34px rgba(68,47,33,.06); }
.about-intro__image img { width: 100%; height: 100%; min-height: 318px; object-fit: cover; object-position: center; }
.about-values { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 30px; border: 1px solid rgba(166,121,77,.12); border-radius: 10px; background: rgba(255,255,255,.42); box-shadow: 0 14px 34px rgba(72,51,36,.035); overflow: hidden; }
.about-value { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: center; min-height: 90px; padding: 20px 28px; }
.about-value:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 18px; bottom: 18px; width: 1px; background: rgba(166,121,77,.22); }
.about-value img { width: 48px; height: 48px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.about-value h2 { margin: 0 0 7px; font-size: 15px; font-weight: 700; line-height: 1.1; }
.about-value p { margin: 0; color: #4f463f; font-size: 12px; line-height: 1.45; }
.about-philosophy { display: grid; grid-template-columns: minmax(280px, 330px) 1fr; gap: 48px; align-items: start; padding: 0 4px 28px; }
.about-philosophy__text h2 { margin: 0 0 28px; font-family: var(--serif); font-size: 34px; font-weight: 600; line-height: 1; }
.about-philosophy__text p { margin: 0 0 17px; color: #403832; font-size: 14px; line-height: 1.68; }
.btn--brown { min-height: 42px; margin-top: 8px; padding: 0 25px; border-color: #5d351c; border-radius: 5px; background: linear-gradient(135deg, #6d421e 0%, #4d2b16 100%); color: var(--white); font-size: 11px; letter-spacing: .05em; box-shadow: 0 10px 20px rgba(91,55,28,.16); }
.btn--brown:hover { transform: translateY(-2px); box-shadow: 0 14px 24px rgba(91,55,28,.22); }
.about-philosophy__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-philosophy__gallery img { width: 100%; height: 256px; object-fit: cover; object-position: center; border-radius: 8px; background: #eee2d6; box-shadow: 0 14px 32px rgba(50,36,26,.06); }
.about-why { padding: 0 0 10px; }
.about-why > h2 { margin: 0 0 22px; text-align: center; font-family: var(--serif); font-size: 34px; font-weight: 600; line-height: 1; }
.about-why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.about-why-card { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: center; min-height: 80px; padding: 17px 20px; border: 1px solid rgba(166,121,77,.12); border-radius: 10px; background: rgba(255,255,255,.42); box-shadow: 0 12px 28px rgba(72,51,36,.03); }
.about-why-card img { width: 45px; height: 45px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.about-why-card h3 { margin: 0 0 6px; color: #3a302a; font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.1; }
.about-why-card p { margin: 0; color: #4f463f; font-size: 12px; line-height: 1.42; }
.about-cta { position: relative; min-height: 126px; margin-top: 10px; border-radius: 9px; overflow: hidden; background: #ead8c4; isolation: isolate; }
.about-cta > img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.about-cta::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(248,239,229,.98) 0%, rgba(248,239,229,.88) 39%, rgba(248,239,229,.35) 59%, rgba(248,239,229,.04) 100%); }
.about-cta__content { position: relative; z-index: 3; min-height: 126px; display: grid; grid-template-columns: 82px 1fr; align-items: center; align-content: center; column-gap: 22px; width: min(560px, 62%); padding: 18px 30px; }
.about-cta__content > img { width: 62px; height: 62px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.about-cta__content h2 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 600; line-height: 1.05; }
.btn--outline-brown { grid-column: 2; justify-self: start; min-height: 36px; margin-top: 12px; padding: 0 22px; border-color: #6f421f; border-radius: 5px; color: #6f421f; background: rgba(255,255,255,.28); font-size: 11px; letter-spacing: .04em; }
.btn--outline-brown:hover { background: #6f421f; color: var(--white); }

@media (max-width: 1180px) {
  .about-intro { grid-template-columns: minmax(310px, 390px) 1fr; gap: 34px; }
  .about-values { grid-template-columns: repeat(2, 1fr); }
  .about-value:nth-child(2)::after { display: none; }
  .about-philosophy { grid-template-columns: 1fr; gap: 28px; }
  .about-philosophy__gallery img { height: 230px; }
  .about-why__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .about-page { padding-top: 10px; }
  .about-breadcrumbs { margin-bottom: 20px; }
  .about-intro { grid-template-columns: 1fr; }
  .about-intro__image { order: -1; min-height: 300px; }
  .about-intro__image img { min-height: 300px; }
  .about-philosophy__gallery { grid-template-columns: 1fr 1fr; }
  .about-philosophy__gallery img:nth-child(3) { grid-column: 1 / -1; }
  .about-cta__content { width: 74%; }
}

@media (max-width: 620px) {
  .about-breadcrumbs { gap: 12px; font-size: 13px; overflow-x: auto; white-space: nowrap; }
  .about-intro__text h1 { font-size: 43px; }
  .about-values { grid-template-columns: 1fr; }
  .about-value { padding: 18px; }
  .about-value::after { display: none; }
  .about-philosophy__text h2, .about-why > h2 { font-size: 30px; }
  .about-philosophy__gallery { grid-template-columns: 1fr; }
  .about-philosophy__gallery img, .about-philosophy__gallery img:nth-child(3) { grid-column: auto; height: 260px; }
  .about-why__grid { grid-template-columns: 1fr; }
  .about-cta { min-height: 240px; }
  .about-cta__content { grid-template-columns: 1fr; width: 100%; min-height: 240px; gap: 14px; padding: 24px; }
  .about-cta__content h2 { font-size: 28px; }
  .btn--outline-brown { grid-column: auto; }
}


/* Contacts page */
.page--contacts .page-header__inner { min-height: 104px; }
.contacts-page { padding: 20px 0 34px; background: var(--cream-2); }
.contacts-breadcrumbs { display: flex; align-items: center; gap: 22px; margin: 0 0 28px; color: #3f3731; font-size: 14px; }
.contacts-breadcrumbs span { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .75; }
.contacts-breadcrumbs a[aria-current="page"] { color: var(--text); font-weight: 700; }
.contacts-intro { display: grid; grid-template-columns: minmax(360px, 500px) minmax(0, 1fr); gap: 38px; align-items: start; margin-bottom: 22px; }
.contacts-intro__text h1 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(52px, 5.4vw, 74px); font-weight: 600; line-height: .95; letter-spacing: -.025em; }
.contacts-intro__lead { max-width: 430px; margin: 0 0 24px; color: #443a33; font-size: 16px; line-height: 1.65; }
.contacts-quick { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-card { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; min-height: 72px; padding: 16px 18px; border: 1px solid rgba(166,121,77,.12); border-radius: 9px; background: rgba(255,255,255,.44); box-shadow: 0 10px 25px rgba(72,51,36,.025); }
.contact-card img { width: 38px; height: 38px; color: var(--gold); filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.contact-card h2 { margin: 0 0 5px; color: #3a302a; font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.1; }
.contact-card p { margin: 0; color: #433a33; font-size: 12px; line-height: 1.45; }
.contacts-intro__image { min-height: 370px; border-radius: 10px; overflow: hidden; background: #eee0d1; box-shadow: 0 14px 34px rgba(68,47,33,.06); }
.contacts-intro__image img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; object-position: center; }
.contacts-help { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 22px 0 18px; }
.contacts-help-card { display: grid; grid-template-columns: 58px 1fr; gap: 22px; align-items: center; min-height: 92px; padding: 20px 26px; border: 1px solid rgba(166,121,77,.12); border-radius: 10px; background: rgba(255,255,255,.42); box-shadow: 0 12px 26px rgba(72,51,36,.025); }
.contacts-help-card img { width: 48px; height: 48px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.contacts-help-card h2 { margin: 0 0 7px; color: #3a302a; font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.08; }
.contacts-help-card p { margin: 0; color: #4f463f; font-size: 12px; line-height: 1.45; }
.contacts-map-section { margin-top: 16px; }
.contacts-section-title { margin: 0 0 12px; font-family: var(--serif); font-size: 32px; font-weight: 600; line-height: 1; }
.contacts-map-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .95fr); gap: 22px; }
.contacts-map { min-height: 205px; border-radius: 10px; overflow: hidden; border: 1px solid rgba(166,121,77,.12); background: #eadfd4; }
.contacts-map img { width: 100%; height: 100%; min-height: 205px; object-fit: cover; object-position: center; }
.contacts-route { display: flex; flex-direction: column; justify-content: center; gap: 15px; min-height: 205px; padding: 24px 34px; border: 1px solid rgba(166,121,77,.12); border-radius: 10px; background: rgba(255,255,255,.42); }
.contacts-route__item { display: grid; grid-template-columns: 32px 1fr; gap: 14px; align-items: start; color: #403832; font-size: 14px; line-height: 1.45; }
.contacts-route__item img { width: 26px; height: 26px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.contacts-route__item strong { font-weight: 700; }
.contacts-route .btn--brown { align-self: center; min-width: 295px; min-height: 42px; margin-top: 4px; }
.contacts-bottom { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr); gap: 34px; align-items: start; margin-top: 24px; }
.contacts-faq h2, .contacts-form h2 { margin: 0 0 16px; font-family: var(--serif); font-size: 32px; font-weight: 600; line-height: 1; }
.contacts-faq__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 14px; }
.contacts-faq-card { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; min-height: 84px; padding: 16px 17px; border: 1px solid rgba(166,121,77,.12); border-radius: 9px; background: rgba(255,255,255,.42); }
.contacts-faq-card img { width: 40px; height: 40px; filter: invert(47%) sepia(17%) saturate(960%) hue-rotate(346deg) brightness(91%) contrast(86%); }
.contacts-faq-card h3 { margin: 0 0 6px; color: #3a302a; font-family: var(--serif); font-size: 17px; font-weight: 600; line-height: 1.1; }
.contacts-faq-card p { margin: 0; color: #4f463f; font-size: 11px; line-height: 1.42; }
.contacts-form { padding-left: 30px; border-left: 1px solid rgba(166,121,77,.14); }
.contacts-form p { margin: -8px 0 12px; color: #443a33; font-size: 13px; line-height: 1.35; }
.contacts-form__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.contacts-form input, .contacts-form textarea { width: 100%; min-height: 37px; padding: 0 14px; border: 1px solid rgba(80,62,50,.13); border-radius: 6px; background: rgba(255,255,255,.55); color: var(--text); font: 12px var(--sans); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contacts-form input:focus, .contacts-form textarea:focus { border-color: rgba(166,121,77,.55); box-shadow: 0 0 0 3px rgba(166,121,77,.09); }
.contacts-form textarea { grid-column: 1 / -1; min-height: 66px; padding-top: 12px; resize: vertical; }
.contacts-form__agree { grid-column: 1 / 2; display: flex; align-items: center; gap: 8px; margin-top: 2px; color: #4f463f; font-size: 11px; line-height: 1.3; }
.contacts-form__agree input { width: 14px; min-height: 14px; height: 14px; padding: 0; accent-color: var(--gold); }
.contacts-form__agree a { text-decoration: underline; text-underline-offset: 3px; }
.contacts-form__grid .btn--brown { grid-column: 2; justify-self: end; width: 100%; max-width: 270px; min-height: 38px; margin-top: 0; }

@media (max-width: 1180px) {
  .contacts-intro { grid-template-columns: minmax(320px, 450px) 1fr; gap: 28px; }
  .contacts-quick { grid-template-columns: 1fr; }
  .contacts-help-card { padding: 18px; gap: 16px; }
  .contacts-bottom { grid-template-columns: 1fr; }
  .contacts-form { padding-left: 0; border-left: 0; }
}

@media (max-width: 900px) {
  .contacts-page { padding-top: 10px; }
  .contacts-breadcrumbs { margin-bottom: 20px; }
  .contacts-intro { grid-template-columns: 1fr; }
  .contacts-intro__image { order: -1; min-height: 300px; }
  .contacts-intro__image img { min-height: 300px; }
  .contacts-quick { grid-template-columns: repeat(2, 1fr); }
  .contacts-help { grid-template-columns: 1fr; }
  .contacts-map-grid { grid-template-columns: 1fr; }
  .contacts-route .btn--brown { align-self: stretch; min-width: 0; }
}

@media (max-width: 620px) {
  .contacts-breadcrumbs { gap: 12px; font-size: 13px; overflow-x: auto; white-space: nowrap; }
  .contacts-intro__text h1 { font-size: 46px; }
  .contacts-quick, .contacts-faq__grid, .contacts-form__grid { grid-template-columns: 1fr; }
  .contacts-intro__image { min-height: 250px; }
  .contacts-intro__image img { min-height: 250px; }
  .contacts-section-title, .contacts-faq h2, .contacts-form h2 { font-size: 29px; }
  .contacts-route { padding: 22px; }
  .contacts-form__agree, .contacts-form__grid .btn--brown { grid-column: auto; max-width: none; }
}


/* Cart page */
.page--cart .page-header__inner { min-height: 104px; }
.cart-page { padding: 20px 0 56px; background: var(--cream-2); }
.cart-page h1 { margin: 0 0 42px; font-family: var(--serif); font-size: clamp(54px, 5.2vw, 76px); font-weight: 600; line-height: .92; letter-spacing: -.02em; text-transform: uppercase; }
.cart-table { width: 100%; }
.cart-table__head, .cart-row { display: grid; grid-template-columns: minmax(340px, 1.9fr) minmax(120px, .65fr) minmax(140px, .7fr) minmax(120px, .65fr) 34px; align-items: center; column-gap: 26px; }
.cart-table__head { padding: 0 0 18px; border-bottom: 1px solid var(--line); color: #2f2722; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.cart-row { padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-row__product { display: grid; grid-template-columns: 134px 1fr; align-items: center; gap: 22px; }
.cart-row__product img { width: 134px; height: 108px; border-radius: 8px; object-fit: cover; background: #f5eadf; }
.cart-row__title { margin: 0 0 8px; font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.1; }
.cart-row__meta { margin: 0; color: #4e443d; font-size: 16px; line-height: 1.45; }
.cart-row__price, .cart-row__sum { color: #2d251f; font-size: 21px; font-weight: 500; }
.cart-row .qty { width: 122px; height: 50px; }
.cart-row .qty button, .cart-row .qty span { width: 40px; height: 50px; font-size: 24px; }
.cart-row .qty span { width: 42px; font-size: 20px; }
.cart-row__remove { color: var(--gold); font-size: 36px; line-height: 1; opacity: .85; transition: opacity .2s ease, transform .2s ease; }
.cart-row__remove:hover { opacity: 1; transform: scale(1.08); }
.cart-bottom { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(340px, 470px); gap: 80px; align-items: start; margin-top: 56px; }
.cart-tools { display: flex; flex-direction: column; gap: 34px; }
.promo-form { display: flex; align-items: center; gap: 14px; }
.promo-form input { flex: 0 1 290px; height: 58px; padding: 0 22px; border: 1px solid rgba(80,62,50,.18); border-radius: 6px; background: rgba(255,255,255,.62); color: var(--text); font: 17px var(--sans); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.promo-form input:focus { border-color: rgba(166,121,77,.55); box-shadow: 0 0 0 3px rgba(166,121,77,.09); }
.promo-form .btn--brown { min-width: 150px; min-height: 58px; margin-top: 0; font-size: 14px; }
.cart-tools .btn--outline { width: fit-content; min-width: 290px; min-height: 58px; border: 1px solid rgba(93,53,28,.5); border-radius: 6px; color: #6a4324; font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: .03em; transition: all .2s ease; }
.cart-tools .btn--outline:hover { background: #6a4324; color: var(--white); }
.order-summary { padding-top: 2px; }
.order-summary h2 { margin: 0 0 26px; font-family: var(--serif); font-size: 40px; font-weight: 600; line-height: .95; text-transform: uppercase; letter-spacing: -.01em; }
.order-summary__rows { display: grid; gap: 18px; margin-bottom: 22px; }
.order-summary__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #403832; font-size: 17px; line-height: 1.35; }
.order-summary__row span:last-child { font-weight: 500; color: #2c241e; }
.order-summary__row--muted span:last-child { color: #8e6139; }
.order-summary__total { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding-top: 26px; border-top: 1px solid var(--line); }
.order-summary__total strong { font-family: var(--serif); font-size: 28px; font-weight: 600; line-height: 1; text-transform: uppercase; }
.order-summary__total span { color: #2d251f; font-size: 56px; font-weight: 700; line-height: .9; }
.order-summary .btn--brown { width: 100%; min-height: 68px; margin-top: 36px; font-size: 16px; letter-spacing: .04em; }

@media (max-width: 1180px) {
  .cart-table__head, .cart-row { grid-template-columns: minmax(280px, 1.6fr) 110px 132px 110px 26px; column-gap: 18px; }
  .cart-row__product { grid-template-columns: 112px 1fr; gap: 18px; }
  .cart-row__product img { width: 112px; height: 92px; }
  .cart-bottom { gap: 38px; }
  .order-summary__total span { font-size: 46px; }
}

@media (max-width: 900px) {
  .cart-page { padding-top: 10px; }
  .cart-page h1 { margin-bottom: 28px; }
  .cart-table__head { display: none; }
  .cart-table { display: flex; flex-direction: column; gap: 18px; }
  .cart-row { grid-template-columns: 1fr; gap: 16px; padding: 20px; border: 1px solid rgba(166,121,77,.14); border-radius: 12px; background: rgba(255,255,255,.46); }
  .cart-row__price::before { content: 'Цена: '; font-size: 15px; color: #665950; }
  .cart-row__sum::before { content: 'Сумма: '; font-size: 15px; color: #665950; }
  .cart-row__remove { justify-self: end; margin-top: -10px; }
  .cart-bottom { grid-template-columns: 1fr; margin-top: 34px; }
  .order-summary { padding: 28px; border: 1px solid rgba(166,121,77,.14); border-radius: 12px; background: rgba(255,255,255,.46); }
}

@media (max-width: 620px) {
  .cart-page h1 { font-size: 44px; }
  .cart-row { padding: 16px; }
  .cart-row__product { grid-template-columns: 86px 1fr; gap: 14px; }
  .cart-row__product img { width: 86px; height: 76px; }
  .cart-row__title { font-size: 19px; }
  .cart-row__meta, .cart-row__price, .cart-row__sum { font-size: 16px; }
  .promo-form { flex-direction: column; align-items: stretch; }
  .promo-form input, .promo-form .btn--brown { width: 100%; flex-basis: auto; }
  .cart-tools .btn--outline { width: 100%; min-width: 0; }
  .order-summary { padding: 22px 18px; }
  .order-summary h2 { font-size: 32px; }
  .order-summary__total span { font-size: 38px; }
}
