@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #171513;
  --paper: #fbf8f3;
  --white: #fff;
  --rose: #c87575;
  --rose-dark: #a95358;
  --blush: #ead4cc;
  --sand: #e9e2d8;
  --muted: #726b65;
  --line: rgba(23, 21, 19, .14);
  --serif: 'Bodoni Moda', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
.section-shell { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.wordmark { color: var(--ink); font-size: 18px; font-weight: 800; letter-spacing: .19em; line-height: 1; }
.eyebrow { display: block; color: var(--rose-dark); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.site-header { height: 92px; padding-inline: max(32px, 4.6vw); display: flex; align-items: center; justify-content: space-between; gap: 32px; background: rgba(251,248,243,.96); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.site-header nav { display: flex; align-items: center; gap: clamp(24px, 3.4vw, 54px); }
.site-header nav a { font-size: 12px; font-weight: 700; }
.site-header nav a:not(.nav-telegram):hover { color: var(--rose-dark); }
.nav-telegram { padding: 13px 18px; color: var(--white); background: var(--ink); transition: background .2s ease; }
.nav-telegram:hover { background: var(--rose-dark); }

.hero { min-height: 690px; display: grid; grid-template-columns: 47% 53%; position: relative; overflow: hidden; background: #eee9e2; }
.hero::before { content: ''; position: absolute; width: 460px; height: 460px; left: 34%; bottom: -270px; border: 1px solid rgba(200,117,117,.52); border-radius: 50%; z-index: 2; }
.hero__image { min-height: 690px; background: url('hero.jpg') center 20% / cover no-repeat; }
.hero__content { padding: 125px clamp(48px, 8vw, 140px) 100px clamp(48px, 7vw, 120px); position: relative; z-index: 3; }
.hero h1 { max-width: 720px; margin: 24px 0 30px; font-family: var(--serif); font-size: clamp(62px, 7.2vw, 112px); font-weight: 400; line-height: .83; letter-spacing: -.045em; }
.hero h1 em { color: var(--rose-dark); font-style: italic; font-weight: 400; }
.hero__content > p { max-width: 500px; margin: 0 0 40px; color: var(--muted); font-size: 15px; }
.hero__actions { display: flex; align-items: center; gap: 34px; }
.button { min-height: 50px; padding: 0 24px; border: 0; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: var(--rose-dark); }
.button--rose { color: var(--white); background: var(--rose-dark); }
.button--rose:hover { background: var(--ink); }
.button--wide { width: 100%; }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 17px; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { color: var(--rose-dark); font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.price-seal { position: absolute; z-index: 4; left: calc(47% - 66px); top: 70px; width: 132px; height: 132px; border-radius: 50%; display: grid; align-content: center; justify-items: center; color: var(--white); background: var(--rose-dark); transform: rotate(-7deg); box-shadow: 0 18px 45px rgba(77,38,39,.18); }
.price-seal span, .price-seal small { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.price-seal strong { margin: -4px 0 -8px; font-family: var(--serif); font-size: 50px; font-weight: 500; line-height: 1; }

.section-heading { max-width: 700px; margin-bottom: 46px; }
.section-heading h2 { margin: 13px 0 0; font-family: var(--serif); font-size: clamp(42px, 5.2vw, 68px); line-height: .96; font-weight: 400; letter-spacing: -.035em; }
.section-heading--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading--split > p { max-width: 340px; margin: 0 0 4px; color: var(--muted); font-size: 13px; }

.search-section { padding-top: 115px; padding-bottom: 112px; position: relative; z-index: 8; }
.search-section .section-heading { margin-inline: auto; text-align: center; }
.search-box { width: min(820px, 100%); height: 74px; margin: 0 auto; padding-left: 27px; display: flex; background: var(--white); box-shadow: 0 18px 60px rgba(38,31,25,.08); border: 1px solid rgba(23,21,19,.08); }
.search-box input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 15px; }
.search-box button { min-width: 130px; border: 0; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.search-box button:hover { background: var(--rose-dark); }
.live-results { width: min(820px, 100%); margin: 0 auto; position: relative; }
.live-results__panel { width: 100%; padding: 24px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; position: absolute; top: 8px; left: 0; background: var(--white); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(38,31,25,.15); }
.live-results__panel h3, .server-results h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.live-results__panel > div { min-width: 0; }
.live-results__panel a, .server-results a { min-height: 52px; padding: 8px 0; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; }
.live-results__panel a:hover, .server-results a:hover { color: var(--rose-dark); }
.live-results__panel a img { width: 42px; height: 48px; object-fit: cover; }
.live-results__panel a > span { flex: 1; display: grid; }
.live-results__panel small, .live-results__panel a > span:last-child, .server-results a span { color: var(--muted); font-size: 10px; }
.live-results__panel p, .search-error { color: var(--muted); font-size: 12px; }
.server-results { width: min(820px, 100%); margin: 30px auto 0; padding: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: var(--white); border: 1px solid var(--line); }

.latest { padding-bottom: 135px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 52px 25px; }
.product-card { min-width: 0; }
.product-card__image { position: relative; overflow: hidden; display: block; background: var(--sand); }
.product-card__image img { width: 100%; aspect-ratio: 4 / 5.15; object-fit: cover; transition: transform .45s ease; }
.product-card__image > span { padding: 10px 15px; position: absolute; right: 12px; bottom: 12px; color: var(--white); background: rgba(23,21,19,.88); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transform: translateY(58px); transition: transform .25s ease; }
.product-card:hover .product-card__image img { transform: scale(1.025); }
.product-card:hover .product-card__image > span { transform: translateY(0); }
.product-card__body { padding-top: 17px; display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.product-card h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 20px; line-height: 1.2; font-weight: 500; }
.product-card__body > strong { flex: 0 0 auto; padding-top: 2px; font-size: 12px; }
.seller-link { color: var(--rose-dark); font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.empty-state { padding: 70px 30px; border: 1px solid var(--line); text-align: center; }
.empty-state strong { font-family: var(--serif); font-size: 32px; font-weight: 400; }
.empty-state p { color: var(--muted); }

.how-it-works { padding: 118px 0 125px; color: var(--white); background: var(--ink); }
.how-it-works .eyebrow { color: #eaa9a9; }
.how-it-works .section-heading { margin-inline: auto; text-align: center; }
.steps { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); }
.steps article { min-height: 230px; padding: 38px clamp(28px, 4vw, 60px); border-left: 1px solid rgba(255,255,255,.18); }
.steps article:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.steps article > span { color: #eaa9a9; font-size: 11px; font-weight: 800; }
.steps h3 { margin: 32px 0 13px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.steps p { max-width: 290px; margin: 0; color: rgba(255,255,255,.63); font-size: 13px; }

.seller-cta { padding-top: 125px; padding-bottom: 130px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 90px; }
.seller-cta h2 { margin: 15px 0 0; font-family: var(--serif); font-size: clamp(45px, 5.7vw, 74px); line-height: .94; font-weight: 400; letter-spacing: -.04em; }
.seller-cta > div:last-child p { margin: 0 0 28px; color: var(--muted); font-size: 13px; }

.seller-hero { padding-top: 120px; padding-bottom: 90px; border-bottom: 1px solid var(--line); }
.seller-hero h1 { margin: 18px 0 15px; font-family: var(--serif); font-size: clamp(65px, 9vw, 125px); line-height: .9; font-weight: 400; letter-spacing: -.04em; }
.seller-hero p { margin: 0 0 25px; color: var(--muted); }
.seller-hero p strong { color: var(--ink); }
.catalog-section { min-height: 420px; padding-top: 85px; padding-bottom: 130px; }

.product-page { padding-top: 38px; padding-bottom: 120px; }
.breadcrumbs { margin-bottom: 35px; display: flex; gap: 10px; color: var(--muted); font-size: 10px; font-weight: 700; }
.breadcrumbs a:hover { color: var(--rose-dark); }
.product-detail { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(55px, 8vw, 120px); align-items: start; }
.gallery { display: grid; grid-template-columns: 88px 1fr; gap: 18px; }
.gallery__main { background: var(--sand); }
.gallery__main img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.gallery__thumbs { display: flex; flex-direction: column; gap: 12px; order: -1; }
.gallery__thumbs button { padding: 0; border: 2px solid transparent; background: none; opacity: .56; }
.gallery__thumbs button.is-active { border-color: var(--rose-dark); opacity: 1; }
.gallery__thumbs img { width: 84px; height: 104px; object-fit: cover; }
.product-info { padding-top: 46px; position: sticky; top: 30px; }
.product-info h1 { margin: 15px 0 20px; font-family: var(--serif); font-size: clamp(48px, 5vw, 74px); line-height: .9; font-weight: 400; letter-spacing: -.035em; }
.product-price { display: block; font-size: 23px; }
.product-description { margin: 43px 0 35px; padding-top: 30px; border-top: 1px solid var(--line); }
.product-description h2 { margin: 0 0 14px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.product-description p { margin: 0; color: var(--muted); font-size: 13px; }
.privacy-note { color: var(--muted); font-size: 10px; line-height: 1.6; text-align: center; }

.contact-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.contact-dialog::backdrop { background: rgba(23,21,19,.66); backdrop-filter: blur(4px); }
.contact-dialog > div { padding: 58px; }
.contact-dialog h2 { margin: 13px 0 18px; font-family: var(--serif); font-size: 43px; line-height: .96; font-weight: 400; }
.contact-dialog > div > p { color: var(--muted); font-size: 12px; }
.dialog-close-form { position: absolute; top: 14px; right: 17px; }
.dialog-close-form button { padding: 4px; border: 0; background: none; font-size: 30px; }
.contact-dialog form[data-contact-form] { margin-top: 27px; display: grid; gap: 18px; }
.contact-dialog label { display: grid; gap: 6px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-dialog input:not([type='checkbox']) { height: 49px; padding: 0 14px; border: 1px solid var(--line); background: var(--white); outline: 0; font-size: 13px; }
.contact-dialog input:focus { border-color: var(--rose-dark); }
.contact-dialog .consent { grid-template-columns: 18px 1fr; align-items: start; gap: 10px; color: var(--muted); font-size: 9px; line-height: 1.5; text-transform: none; letter-spacing: 0; font-weight: 500; }
.honeypot { position: absolute; left: -10000px; }
.form-status { min-height: 21px; margin: 0; font-size: 11px; text-align: center; }
.form-status.is-success { color: #2e7254; }
.form-status.is-error { color: #a33e43; }

.not-found { min-height: 660px; padding-top: 135px; padding-bottom: 120px; }
.not-found h1 { margin: 20px 0 28px; font-family: var(--serif); font-size: clamp(65px, 9vw, 120px); line-height: .85; font-weight: 400; }
.not-found p { margin-bottom: 35px; color: var(--muted); }

.site-footer { min-height: 310px; padding: 82px max(32px, 6vw) 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; color: rgba(255,255,255,.68); background: var(--ink); }
.site-footer .wordmark { color: var(--white); }
.site-footer p { max-width: 430px; font-size: 12px; }
.site-footer strong { color: var(--white); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.footer-bottom { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); grid-column: 1 / -1; display: flex; justify-content: space-between; font-size: 10px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 42% 58%; }
  .hero__content { padding-left: 60px; padding-right: 45px; }
  .price-seal { left: calc(42% - 58px); width: 116px; height: 116px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-detail { gap: 50px; }
  .seller-cta { gap: 50px; }
}

@media (max-width: 760px) {
  .section-shell { width: calc(100% - 36px); }
  .site-header { height: 78px; padding-inline: 18px; }
  .site-header nav a:not(.nav-telegram) { display: none; }
  .wordmark { font-size: 15px; }
  .nav-telegram { padding: 10px 12px; font-size: 9px !important; }
  .hero { min-height: 720px; display: block; }
  .hero__image { min-height: 720px; opacity: .56; }
  .hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,248,243,.96) 0%, rgba(251,248,243,.65) 62%, rgba(251,248,243,.1) 100%); }
  .hero__content { position: absolute; inset: 0; padding: 145px 24px 80px; }
  .hero h1 { font-size: clamp(60px, 17vw, 92px); }
  .hero__content > p { max-width: 380px; color: #4e4843; }
  .price-seal { left: auto; right: 18px; top: 22px; }
  .hero::before { display: none; }
  .search-section { padding-block: 85px; }
  .section-heading--split { display: block; }
  .section-heading--split > p { margin-top: 24px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 14px; }
  .live-results__panel, .server-results { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: auto; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .steps article:last-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .seller-cta { grid-template-columns: 1fr; align-items: start; }
  .product-detail { grid-template-columns: 1fr; }
  .product-info { padding-top: 0; position: static; }
  .site-footer { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { grid-column: auto; }
}

@media (max-width: 480px) {
  .hero { min-height: 660px; }
  .hero__image { min-height: 660px; }
  .hero__content { padding-top: 125px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .price-seal { width: 96px; height: 96px; }
  .price-seal strong { font-size: 39px; }
  .search-box { height: 64px; padding-left: 17px; }
  .search-box button { min-width: 92px; }
  .product-card h3 { font-size: 17px; }
  .product-card__body { display: block; }
  .product-card__body > strong { display: block; margin-top: 7px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__thumbs { order: 0; flex-direction: row; }
  .gallery__thumbs img { width: 72px; height: 88px; }
  .contact-dialog > div { padding: 52px 25px 30px; }
}
