@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #151313;
  --muted: #716d69;
  --line: #e8e4e0;
  --paper: #f7f5f2;
  --warm: #ebe1d9;
  --rose: #c89a90;
  --white: #fff;
  --accent: #d8ff3e;
  --shell: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin: 0 auto; }
.section-space { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }

.announcement { color: #fff; background: #171515; font-size: 11px; letter-spacing: .045em; }
.announcement-inner { min-height: 33px; display: flex; align-items: center; gap: 30px; }
.announcement-proof { position: relative; padding-left: 20px; }
.announcement-proof::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.announcement nav { display: flex; gap: 24px; margin-left: auto; }
.announcement a:hover { color: var(--accent); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(15px); }
.header-main { height: 84px; display: grid; grid-template-columns: auto minmax(320px, 670px) auto; justify-content: space-between; align-items: center; gap: clamp(25px, 4vw, 62px); }
.logo { display: inline-flex; align-items: baseline; gap: 6px; letter-spacing: -.065em; white-space: nowrap; }
.logo strong { font: 700 28px/1 "Manrope", sans-serif; }
.logo span { font: 400 28px/1 "Manrope", sans-serif; }
.logo.light { color: #fff; }
.search { height: 46px; display: flex; align-items: center; border-bottom: 1px solid #aaa49f; transition: border-color .2s; }
.search:focus-within { border-color: var(--ink); }
.search svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; padding: 0 14px; background: transparent; font-size: 13px; }
.search input::placeholder { color: #9a9591; }
.search button { border: 0; background: transparent; padding: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.header-actions { display: flex; gap: clamp(16px, 2vw, 28px); }
.header-action { position: relative; display: grid; justify-items: center; gap: 3px; border: 0; background: transparent; padding: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.header-action svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.header-action b { position: absolute; top: -5px; right: -7px; min-width: 17px; height: 17px; display: grid; place-items: center; border-radius: 99px; color: #fff; background: var(--ink); font-size: 9px; }
.icon-button, .mobile-close { display: none; }
.category-nav { border-top: 1px solid #f1efed; }
.category-nav-inner { height: 50px; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3.3vw, 50px); }
.category-nav button, .category-nav a { position: relative; border: 0; background: transparent; padding: 16px 0 15px; font-size: 12px; font-weight: 600; letter-spacing: .015em; white-space: nowrap; }
.category-nav button::after, .category-nav a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transition: transform .2s; }
.category-nav button:hover::after, .category-nav button.active::after, .category-nav a:hover::after { transform: scaleX(1); }
.category-nav .sale-link { color: #b54f4b; }

.hero { min-height: 650px; display: grid; grid-template-columns: 42% 58%; background: #e7ddd5; overflow: hidden; }
.hero-copy { z-index: 1; align-self: center; max-width: 600px; margin-left: max(32px, calc((100vw - var(--shell)) / 2)); padding: 80px 60px 80px 0; }
.kicker { margin: 0 0 18px; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0 0 25px; font: 500 clamp(55px, 5.5vw, 88px)/.94 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero-copy > p:not(.kicker) { max-width: 500px; margin: 0 0 34px; color: #5d5651; font-size: 15px; line-height: 1.75; }
.hero-visual { position: relative; min-height: 650px; background: linear-gradient(90deg, rgba(235,225,217,.12), transparent 30%), url("https://images.unsplash.com/photo-1596462502278-27bfdc403348?auto=format&fit=crop&w=1500&q=86") center 46%/cover; }
.hero-note { position: absolute; right: 40px; bottom: 38px; width: 180px; display: flex; gap: 16px; padding: 18px; color: #fff; background: rgba(20,18,17,.8); backdrop-filter: blur(8px); }
.hero-note span { color: var(--accent); font-size: 11px; }
.hero-note p { margin: 0; font-size: 12px; line-height: 1.45; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--ink); padding: 0 22px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--accent); }
.button-light { color: var(--ink); background: #fff; }
.button-outline { background: transparent; }

.benefits { border-bottom: 1px solid var(--line); }
.benefits-grid { min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); }
.benefits article { display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); padding: 24px 30px; }
.benefits article:first-child { padding-left: 0; }
.benefits article:last-child { border-right: 0; }
.benefits article > span { color: #aaa29c; font-size: 10px; }
.benefits strong { display: block; font-size: 12px; }
.benefits p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font: 500 clamp(38px, 4vw, 60px)/1.02 "Manrope", sans-serif; letter-spacing: -.055em; }
.section-heading > a { margin-bottom: 5px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.section-heading.centered { justify-content: center; text-align: center; }
.category-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.category-tile { position: relative; height: 430px; display: flex; flex-direction: column; align-items: start; justify-content: end; overflow: hidden; border: 0; padding: 28px; color: #fff; text-align: left; background-position: center; background-size: cover; isolation: isolate; }
.category-tile::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 40%, rgba(12,10,10,.65)); }
.category-tile::after { content: ""; position: absolute; inset: 0; z-index: -2; background: inherit; transition: transform .55s ease; }
.category-tile:hover::after { transform: scale(1.04); }
.category-tile span { font: 500 27px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.category-tile small { margin-top: 8px; color: rgba(255,255,255,.78); font-size: 11px; }
.category-tile b { margin-top: 20px; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.category-tile-one { background-image: url("https://images.unsplash.com/photo-1515688594390-b649af70d282?auto=format&fit=crop&w=800&q=82"); }
.category-tile-two { background-image: url("https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?auto=format&fit=crop&w=800&q=82"); }
.category-tile-three { background-image: url("https://images.unsplash.com/photo-1631730486572-226d1f595b68?auto=format&fit=crop&w=800&q=82"); }
.category-tile-four { background-image: url("https://images.unsplash.com/photo-1522338242992-e1a54906a8da?auto=format&fit=crop&w=800&q=82"); }

.products-section { background: var(--paper); }
.products-heading { align-items: end; }
.product-toolbar { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.product-toolbar label { display: flex; align-items: center; gap: 10px; }
.product-toolbar select { border: 0; border-bottom: 1px solid #aaa49f; outline: 0; padding: 7px 22px 7px 2px; background: transparent; font-size: 10px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 14px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: .82; overflow: hidden; background: #efebe7; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.badge { position: absolute; top: 14px; left: 14px; padding: 6px 9px; color: #fff; background: var(--ink); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.favorite { position: absolute; top: 13px; right: 13px; width: 33px; height: 33px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.82); font-size: 17px; }
.product-info { padding: 17px 2px 0; }
.product-brand { margin: 0 0 5px; color: #88817b; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-info h3 { min-height: 43px; margin: 0; font-size: 14px; font-weight: 500; line-height: 1.45; }
.product-rating { display: flex; gap: 8px; margin-top: 7px; color: #b88941; font-size: 10px; letter-spacing: .07em; }
.product-rating span { color: #8b8580; letter-spacing: 0; }
.product-buy { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 15px; }
.price { font-size: 15px; font-weight: 700; }
.add-btn { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); background: transparent; font-size: 20px; transition: background .2s, color .2s; }
.add-btn:hover { color: #fff; background: var(--ink); }
.empty-products { grid-column: 1 / -1; padding: 80px 20px; text-align: center; }
.load-more { display: flex; margin: 48px auto 0; }

.editorial { min-height: 610px; display: grid; grid-template-columns: 58% 42%; padding: 0; background: #20201e; }
.editorial-image { background: url("https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=1300&q=85") center/cover; }
.editorial-copy { display: flex; flex-direction: column; align-items: start; justify-content: center; padding: clamp(50px, 7vw, 105px); color: #fff; }
.editorial-copy h2 { margin: 0 0 25px; font: 500 clamp(40px, 4vw, 62px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.editorial-copy > p:not(.kicker) { margin: 0 0 35px; color: #c4c1bd; font-size: 14px; line-height: 1.75; }

.brands { padding-bottom: 80px; }
.brand-list { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-list span { min-height: 100px; display: grid; place-items: center; border-right: 1px solid var(--line); font: 600 clamp(16px, 1.6vw, 23px)/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.brand-list span:last-child { border-right: 0; }

.reviews-section { background: #ebe5df; }
.rating-summary { display: flex; align-items: center; gap: 17px; }
.rating-summary > strong { font: 500 46px/1 "Manrope", sans-serif; }
.rating-summary > span { color: #9c7139; font-size: 12px; letter-spacing: .1em; }
.rating-summary small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .03em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.review-grid article { min-height: 300px; display: flex; flex-direction: column; background: #fff; padding: 34px; }
.stars { color: #a9783b; font-size: 11px; letter-spacing: .12em; }
.review-grid article > p { margin: 34px 0; font: 400 17px/1.65 "Manrope", sans-serif; letter-spacing: -.02em; }
.review-grid footer { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-grid footer > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); font-size: 10px; }
.review-grid footer strong, .review-grid footer small { display: block; }
.review-grid footer strong { font-size: 11px; }
.review-grid footer small { margin-top: 3px; color: var(--muted); font-size: 9px; }

.about-strip { padding: 100px 0; color: #fff; background: var(--ink); }
.about-grid { display: grid; grid-template-columns: .45fr 1fr .7fr; align-items: center; gap: 50px; }
.about-grid .kicker { color: var(--accent); }
.about-grid h2 { margin: 0; font: 500 clamp(44px, 5vw, 70px)/.95 "Manrope", sans-serif; letter-spacing: -.06em; }
.about-grid > p:last-child { color: #aaa5a0; font-size: 14px; line-height: 1.8; }

.newsletter { padding: 80px 0; background: var(--accent); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 55px; }
.newsletter h2 { max-width: 610px; margin: 0; font: 500 clamp(37px, 4vw, 58px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.newsletter form { height: 56px; display: flex; border-bottom: 1px solid var(--ink); }
.newsletter input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 14px; }
.newsletter input::placeholder { color: #565d24; }
.newsletter form button { border: 0; background: transparent; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.newsletter-message { grid-column: 2; margin: -35px 0 0; font-size: 11px; }

.site-footer { padding: 80px 0 24px; color: #e7e3df; background: #171515; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; padding-bottom: 80px; }
.footer-brand p { margin: 23px 0 0; color: #8d8884; font-size: 12px; }
.footer-grid h3 { margin: 0 0 21px; color: #77716d; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid a { font-size: 11px; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #35312f; padding-top: 24px; color: #77716d; font-size: 9px; letter-spacing: .05em; }

.page-overlay { position: fixed; inset: 0; z-index: 60; visibility: hidden; opacity: 0; background: rgba(10,9,9,.43); transition: opacity .25s, visibility .25s; }
.page-overlay.visible { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 70; width: min(540px, 100%); display: flex; flex-direction: column; overflow-y: auto; background: #fff; transform: translateX(102%); transition: transform .3s ease; box-shadow: -15px 0 50px rgba(0,0,0,.12); }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer > header { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); padding: 32px; }
.cart-drawer h2 { margin: 0; font: 500 32px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.cart-drawer h2 span { color: var(--muted); font-size: 15px; }
.cart-drawer > header button { border: 0; background: transparent; font-size: 29px; line-height: 1; }
.cart-items { padding: 10px 32px; }
.cart-empty { padding: 70px 0; color: var(--muted); text-align: center; }
.cart-item { display: grid; grid-template-columns: 90px 1fr auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); padding: 20px 0; }
.cart-item img { width: 90px; height: 112px; object-fit: cover; background: var(--paper); }
.cart-item strong { display: block; font-size: 12px; font-weight: 600; }
.cart-item .cart-price { margin-top: 7px; font-size: 11px; }
.qty { display: flex; align-items: center; border: 1px solid var(--line); }
.qty button { width: 28px; height: 30px; border: 0; background: transparent; }
.qty span { width: 25px; text-align: center; font-size: 10px; }
.cart-summary { border-top: 1px solid var(--line); padding: 22px 32px; }
.cart-summary div { display: flex; justify-content: space-between; }
.cart-summary p { margin: 7px 0 0; color: var(--muted); font-size: 10px; }
.checkout-form { display: grid; gap: 11px; margin-top: auto; padding: 22px 32px 34px; background: var(--paper); }
.checkout-form h3 { margin: 0 0 6px; font-size: 14px; }
.checkout-form input, .checkout-form textarea { width: 100%; border: 1px solid var(--line); outline: 0; padding: 12px 13px; background: #fff; font-size: 12px; }
.checkout-form textarea { min-height: 65px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checkout-form button { width: 100%; }
#orderMessage { margin: 0; font-size: 11px; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 80; visibility: hidden; opacity: 0; padding: 14px 18px; color: #fff; background: var(--ink); font-size: 11px; transform: translateY(8px); transition: .2s; }
.toast.visible { visibility: visible; opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .shell { width: min(100% - 40px, var(--shell)); }
  .header-main { grid-template-columns: auto 1fr auto; gap: 28px; }
  .desktop-action { display: none; }
  .hero { grid-template-columns: 47% 53%; }
  .hero-copy { margin-left: 22px; padding-right: 35px; }
  .benefits article { padding: 20px 16px; }
  .category-tiles { grid-template-columns: repeat(2, 1fr); }
  .category-tile { height: 390px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .editorial { width: 100%; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 30px, var(--shell)); }
  .section-space { padding: 72px 0; }
  .announcement-inner { justify-content: center; min-height: 32px; }
  .announcement-proof, .announcement nav { display: none; }
  .header-main { height: 68px; grid-template-columns: 36px 1fr auto; gap: 12px; }
  .logo { justify-self: center; }
  .logo strong, .logo span { font-size: 22px; }
  .search { position: absolute; top: 68px; right: 0; left: 0; height: 48px; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0 15px; background: #fff; }
  .search button { display: none; }
  .icon-button { width: 30px; height: 30px; display: grid; align-content: center; gap: 5px; border: 0; background: transparent; padding: 4px; }
  .icon-button span { display: block; height: 1px; background: var(--ink); }
  .header-action > span { display: none; }
  .category-nav { position: fixed; inset: 0; z-index: 90; visibility: hidden; border: 0; background: #fff; transform: translateX(-100%); transition: .25s; }
  .category-nav.open { visibility: visible; transform: translateX(0); }
  .category-nav-inner { width: 100%; height: 100%; flex-direction: column; align-items: stretch; justify-content: start; gap: 0; padding: 25px; }
  .category-nav button, .category-nav a { border-bottom: 1px solid var(--line); padding: 18px 4px; text-align: left; font-size: 17px; }
  .category-nav .mobile-close { display: block; border: 0; margin-bottom: 20px; text-align: right; font-size: 11px; text-transform: uppercase; }
  .hero { min-height: 730px; grid-template-columns: 1fr; grid-template-rows: 380px auto; margin-top: 48px; }
  .hero-visual { grid-row: 1; min-height: 380px; }
  .hero-copy { grid-row: 2; max-width: none; margin: 0; padding: 50px 24px 58px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-note { display: none; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); padding: 12px 0; }
  .benefits article { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 10px; }
  .benefits article:nth-last-child(-n+2) { border-bottom: 0; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading h2 { font-size: 40px; }
  .section-heading > a { display: inline-block; margin-top: 20px; }
  .category-tiles { gap: 8px; }
  .category-tile { height: 300px; padding: 18px; }
  .category-tile span { font-size: 21px; }
  .category-tile small { display: none; }
  .products-heading .product-toolbar { margin-top: 25px; justify-content: space-between; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 8px; }
  .product-info h3 { font-size: 12px; }
  .product-rating { font-size: 8px; }
  .editorial { min-height: 720px; grid-template-columns: 1fr; grid-template-rows: 390px auto; }
  .editorial-copy { padding: 45px 25px 55px; }
  .brand-list { grid-template-columns: repeat(3, 1fr); }
  .brand-list span:nth-child(3) { border-right: 0; }
  .brand-list span:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .review-grid { grid-template-columns: 1fr; }
  .rating-summary { margin-top: 25px; }
  .about-grid { grid-template-columns: 1fr; gap: 22px; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 35px; }
  .newsletter-message { grid-column: 1; margin: -25px 0 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits article, .benefits article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .benefits article:last-child { border-bottom: 0; }
  .category-tile { height: 245px; }
  .product-toolbar > span { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .cart-drawer > header, .cart-items, .cart-summary, .checkout-form { padding-right: 20px; padding-left: 20px; }
  .cart-item { grid-template-columns: 70px 1fr; }
  .cart-item img { width: 70px; height: 90px; }
  .cart-item .qty { grid-column: 2; width: max-content; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 6px; }
}
