:root {
  --bg: #0b0b0c;
  --text: #f7f5f0;
  --muted: #c8c4bb;
  --gold: #c8a85c;
  --gold-light: #ddc27f;
  --border: rgba(200, 168, 92, .22);
  --header-height: 82px;
  --content-width: 2200px;
}

* { box-sizing: border-box; }
html { color-scheme: dark; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.site-header { width: 100%; background: var(--bg); border-bottom: 1px solid var(--border); }
.site-header__inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(28px, 2.5vw, 52px); width: min(calc(100% - 80px), var(--content-width)); min-height: var(--header-height); margin-inline: auto; }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 17px; min-width: max-content; }
.brand__mark { position: relative; width: 32px; height: 32px; border: 1px solid var(--gold); transform: rotate(45deg); transition: .18s ease; }
.brand__mark::after { content: ""; position: absolute; inset: 7px; background: var(--gold); }
.brand__logo { display: block; flex: 0 0 auto; width: 32px; height: 32px; border-radius: 50%; object-fit: contain; }
.brand__name { font-size: 20px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.brand:hover .brand__mark, .brand:focus-visible .brand__mark { background: rgba(200,168,92,.18); transform: rotate(45deg) scale(1.06); }

.primary-nav { display: flex; min-width: 0; justify-content: flex-start; align-items: stretch; gap: clamp(18px, 1.6vw, 34px); height: var(--header-height); }
.primary-nav__link { position: relative; display: inline-flex; align-items: center; color: var(--muted); font-size: 16px; transition: color .18s ease; }
.primary-nav__link::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .18s ease; }
.primary-nav__link:hover, .primary-nav__link:focus-visible, .primary-nav__link--active { color: var(--text); }
.primary-nav__link:hover::after, .primary-nav__link:focus-visible::after, .primary-nav__link--active::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; justify-self: end; gap: 18px; min-width: max-content; }
.header-phone { color: var(--muted); font-size: 16px; white-space: nowrap; transition: color .18s ease; }
.header-phone:hover, .header-phone:focus-visible, .account-link:hover, .account-link:focus-visible { color: var(--gold-light); }
.icon-link { display: inline-grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(247,245,240,.2); border-radius: 50%; transition: .18s ease; }
.icon-link svg { width: 20px; fill: currentColor; }
.icon-link:hover, .icon-link:focus-visible { color: var(--gold-light); border-color: var(--gold); background: rgba(200,168,92,.08); }
.order-button { display: inline-flex; min-height: 44px; align-items: center; padding: 0 25px; background: var(--gold); color: #11100d; font-size: 15px; font-weight: 600; white-space: nowrap; transition: .18s ease; }
.order-button:hover, .order-button:focus-visible { background: var(--gold-light); transform: translateY(-1px); }
.account-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding-left: 12px; color: var(--muted); font-size: 15px; white-space: nowrap; transition: color .18s ease; }
.account-link svg { width: 19px; fill: currentColor; }
.header-socials { display: none; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

html { scroll-behavior: smooth; }
body { line-height: 1.5; }
.section-shell { width: min(calc(100% - 80px), 1760px); margin-inline: auto; }
.section-dark { background: #0b0b0c; color: var(--text); }
.section-light { background: #f1efe9; color: #161616; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.section-heading { margin-bottom: 56px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 3.3vw, 60px); font-weight: 650; letter-spacing: -.035em; line-height: 1; text-transform: uppercase; }
.section-heading--center { text-align: center; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; }
.section-heading--split > p { margin: 0; color: #aaa69d; font-size: 16px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; font-size: 14px; font-weight: 650; letter-spacing: .02em; transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: #11100d; }
.button--gold:hover, .button--gold:focus-visible { background: var(--gold-light); }
.button--outline { border-color: rgba(247,245,240,.34); color: var(--text); }
.button--outline:hover, .button--outline:focus-visible { border-color: var(--gold); color: var(--gold-light); }
.button--large { min-height: 58px; padding-inline: 38px; font-size: 16px; }

.hero { position: relative; min-height: calc(100vh - var(--header-height)); overflow: hidden; background: #0b0b0c; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 49.9%, rgba(200,168,92,.1) 50%, transparent 50.1%); }
.hero__layout { display: grid; grid-template-columns: minmax(520px, .9fr) minmax(620px, 1.1fr); gap: clamp(60px, 6vw, 120px); align-items: center; min-height: calc(100vh - var(--header-height)); padding-block: 72px; }
.hero__content { position: relative; z-index: 2; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(52px, 4.45vw, 86px); font-weight: 650; letter-spacing: -.055em; line-height: .98; text-transform: uppercase; }
.hero h1 span { color: var(--gold); }
.hero__description { margin: 34px 0 0; color: #bcb8af; font-size: clamp(17px, 1.1vw, 21px); line-height: 1.6; }
.hero__actions { display: flex; gap: 14px; margin-top: 42px; }
.hero-slider { min-width: 0; }
.hero-slider__viewport { position: relative; aspect-ratio: 1.34 / 1; overflow: hidden; border: 1px solid rgba(200,168,92,.28); background: #111113; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .7s ease, transform .9s ease, visibility .7s; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.media-placeholder { position: relative; display: flex; height: 100%; flex-direction: column; isolation: isolate; overflow: hidden; }
.media-placeholder::before, .card-media::before { content: ""; position: absolute; border: 1px solid rgba(200,168,92,.28); transform: rotate(35deg); }
.media-placeholder::before { z-index: -1; width: 58%; aspect-ratio: 1; top: 14%; right: 8%; }
.media-placeholder::after { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 68% 38%, rgba(200,168,92,.25), transparent 32%), linear-gradient(135deg, #17171a, #09090a); }
.media-placeholder--keychain::after { background: radial-gradient(circle at 35% 35%, rgba(200,168,92,.2), transparent 28%), linear-gradient(145deg, #0d1114, #17130d); }
.media-placeholder--nfc::after { background: radial-gradient(circle at 70% 30%, rgba(200,168,92,.2), transparent 30%), linear-gradient(145deg, #151515, #080808); }
.media-placeholder--gift::after { background: radial-gradient(circle at 40% 45%, rgba(200,168,92,.2), transparent 30%), linear-gradient(135deg, #191714, #090909); }
.hero-slide__title-overlay { position: absolute; z-index: 6; left: 18px; right: auto; top: auto; bottom: 18px; width: fit-content; max-width: 55%; display: grid; justify-items: start; gap: 6px; padding: 0 0 0 12px; pointer-events: auto; border: 0; border-left: 2px solid var(--gold); background: transparent; }
.hero-slide__number { color: var(--gold); font-size: 11px; letter-spacing: .2em; text-shadow: 0 2px 12px #000; }
.hero-slide__title-overlay strong { color: #fff; font-size: 24px; font-weight: 750; line-height: 1; text-transform: uppercase; text-shadow: 0 2px 18px #000; }
.hero-slider__controls { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 24px; margin-top: 22px; }
.slider-arrow { width: 44px; height: 44px; padding: 0; color: var(--text); border: 1px solid rgba(247,245,240,.25); background: transparent; cursor: pointer; font-size: 20px; transition: .18s ease; }
.slider-arrow:hover, .slider-arrow:focus-visible { color: var(--gold-light); border-color: var(--gold); }
.slider-dots { display: flex; justify-content: center; gap: 12px; }
.slider-dots button { width: 28px; height: 2px; padding: 0; border: 0; background: rgba(247,245,240,.28); cursor: pointer; transition: background-color .18s ease, width .18s ease; }
.slider-dots button.is-active { width: 44px; background: var(--gold); }

.directions, .faq { padding-block: 120px; }
.direction-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.direction-card { min-width: 0; background: #fff; border: 1px solid #dedbd2; transition: transform .22s ease, border-color .22s ease; }
.direction-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.card-media { position: relative; aspect-ratio: 1.05 / 1; overflow: hidden; background: #dcd9d1; }
.card-media::before { width: 50%; aspect-ratio: 1; top: 20%; left: 25%; border-color: rgba(79,67,40,.35); }
.card-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(200,168,92,.28), transparent 30%), linear-gradient(145deg, rgba(255,255,255,.45), transparent); }
.card-media--two { background: #cbc7bd; }.card-media--three { background: #d7d5d0; }.card-media--four { background: #c5c1b8; }
.card-media span { position: absolute; z-index: 2; top: 22px; left: 22px; color: #76633a; font-size: 12px; letter-spacing: .16em; }
.direction-card__body { padding: 28px 26px 30px; }
.direction-card h3 { min-height: 2.4em; margin: 0; font-size: 20px; line-height: 1.2; text-transform: uppercase; }
.direction-card p { min-height: 3em; margin: 18px 0 26px; color: #68655e; font-size: 15px; }
.direction-card a { display: inline-flex; gap: 12px; color: #826d3b; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.direction-card a span { transition: transform .18s ease; }.direction-card a:hover span { transform: translateX(5px); }

.works, .advantages { padding-block: 120px; }
.works-carousel { min-width: 0; }
.works-carousel__viewport { width: 100%; overflow: hidden; }
.works-carousel__track { display: flex; gap: 20px; transition: transform .45s ease; will-change: transform; }
.works-card { flex: 0 0 calc((100% - 60px) / 4); min-width: 0; overflow: hidden; border: 1px solid rgba(247,245,240,.12); background: #151517; }
.works-card__media { position: relative; width: 100%; aspect-ratio: 1.12 / 1; overflow: hidden; background: #101012; }
.works-card__media img, .works-card__media video { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.works-card__placeholder { position: relative; display: grid; width: 100%; height: 100%; place-items: center; color: rgba(247,245,240,.42); background: radial-gradient(circle at 68% 34%, rgba(200,168,92,.2), transparent 30%), linear-gradient(145deg, #18181a, #09090a); font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.works-card__placeholder::before { content: ""; position: absolute; width: 48%; aspect-ratio: 1; border: 1px solid rgba(200,168,92,.28); transform: rotate(35deg); }
.works-card__caption { padding: 24px 24px 26px; }
.works-card__caption h3 { margin: 0; font-size: 18px; font-weight: 600; line-height: 1.25; text-transform: uppercase; }
.works-card__caption p { margin: 12px 0 0; color: #aaa69d; font-size: 14px; line-height: 1.5; }
.works-carousel__controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 34px; }
.works-carousel__arrow { width: 46px; height: 46px; padding: 0; border: 1px solid rgba(247,245,240,.25); background: transparent; color: var(--text); cursor: pointer; font-size: 20px; transition: color .18s ease, border-color .18s ease, opacity .18s ease; }
.works-carousel__arrow:hover:not(:disabled), .works-carousel__arrow:focus-visible:not(:disabled) { color: var(--gold-light); border-color: var(--gold); }
.works-carousel__arrow:disabled { opacity: .28; cursor: default; }
.works-carousel__status { display: flex; min-width: 76px; justify-content: center; gap: 8px; margin: 0; color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.works-carousel__status i { color: #69665f; font-style: normal; }

.advantage-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(200,168,92,.22); border-bottom: 1px solid rgba(200,168,92,.22); }
.advantage-grid article { min-height: 280px; padding: 42px 28px; border-right: 1px solid rgba(200,168,92,.17); }.advantage-grid article:last-child { border-right: 0; }
.line-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--gold); border: 1px solid rgba(200,168,92,.48); font-size: 25px; }
.advantage-grid h3 { margin: 42px 0 16px; font-size: 16px; text-transform: uppercase; }.advantage-grid p { margin: 0; color: #9f9b93; font-size: 14px; }

.faq__layout { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(600px, 1.35fr); gap: clamp(70px, 9vw, 170px); align-items: start; }
.faq__intro { max-width: 380px; margin: 30px 0 0; color: #6b6861; font-size: 16px; }
.accordion { border-top: 1px solid #cbc7bd; }
.accordion-item { border-bottom: 1px solid #cbc7bd; }.accordion-item h3 { margin: 0; }
.accordion-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0; border: 0; background: none; color: #171717; cursor: pointer; text-align: left; font: inherit; font-size: 18px; font-weight: 600; }
.accordion-item button:hover { color: #8a7138; }
.accordion-item i { position: relative; flex: 0 0 24px; width: 24px; height: 24px; border: 1px solid #a18b55; border-radius: 50%; }
.accordion-item i::before, .accordion-item i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #7b6839; transform: translate(-50%,-50%); transition: transform .25s ease; }
.accordion-item i::after { transform: translate(-50%,-50%) rotate(90deg); }.accordion-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease; }.accordion-panel > p { min-height: 0; overflow: hidden; margin: 0; color: #69665f; font-size: 15px; }.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }.accordion-item.is-open .accordion-panel > p { padding: 0 44px 28px 0; }

.site-footer { padding-top: 82px; background: #080809; border-top: 1px solid rgba(247,245,240,.08); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 70px; padding-bottom: 72px; }
.footer-brand p { margin: 30px 0 0; color: #8f8c85; font-size: 15px; }.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column h2 { margin: 0 0 12px; color: var(--gold); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }.footer-column a, .footer-column > span { color: #9d9a93; font-size: 14px; transition: color .18s ease; }.footer-column a:hover { color: var(--text); }
.footer-socials { display: flex; gap: 8px; margin-top: 16px; }.footer-socials a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(247,245,240,.16); border-radius: 50%; color: var(--text); font-size: 11px; text-transform: uppercase; }.footer-socials a:hover { color: var(--gold); border-color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 24px; border-top: 1px solid rgba(247,245,240,.09); color: #6f6d68; font-size: 12px; }.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 30px; }.footer-bottom a { color: #aaa69e; font-size: 15px; transition: color .18s ease; }.footer-bottom a:hover, .footer-bottom a:focus-visible { color: var(--gold-light); }

.legal-main { background: #f1efe9; color: #171717; }
.legal-hero { padding: clamp(72px, 8vw, 128px) 0 clamp(44px, 5vw, 76px); border-bottom: 1px solid #d8d3c8; }
.legal-hero__eyebrow { margin: 0 0 18px; color: #8a7138; font-size: 13px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.legal-hero h1 { max-width: 1100px; margin: 0; overflow-wrap: anywhere; font-size: clamp(38px, 5.2vw, 76px); letter-spacing: -.04em; line-height: .98; text-transform: uppercase; }
.legal-content { width: min(calc(100% - 80px), 980px); margin-inline: auto; padding: clamp(52px, 6vw, 96px) 0 clamp(72px, 8vw, 128px); }
.legal-content section + section { margin-top: 44px; padding-top: 44px; border-top: 1px solid #d8d3c8; }
.legal-content h2 { margin: 0 0 18px; color: #171717; font-size: clamp(21px, 2vw, 27px); line-height: 1.25; }
.legal-content p, .legal-content li { color: #514e48; font-size: 17px; line-height: 1.75; }
.legal-content p { margin: 0; }.legal-content p + p { margin-top: 14px; }
.legal-content ul { margin: 14px 0 0; padding-left: 24px; }.legal-content li + li { margin-top: 8px; }
.legal-content a { color: #795f24; text-decoration: underline; text-underline-offset: 3px; }.legal-content a:hover, .legal-content a:focus-visible { color: #a17f33; }

@media (min-width: 1025px) and (max-width: 1499px) {
  .offer-page .site-header__inner { width: calc(100% - 48px); gap: 18px; }
  .offer-page .brand { gap: 12px; }
  .offer-page .brand__logo { width: 26px; height: 26px; }
  .offer-page .brand__name { font-size: 16px; }
  .offer-page .primary-nav { gap: 16px; }
  .offer-page .primary-nav__link, .offer-page .header-phone { font-size: 14px; }
  .offer-page .header-actions { gap: 10px; }
  .offer-page .order-button { padding-inline: 16px; font-size: 13px; }
  .offer-page .account-link { gap: 7px; font-size: 13px; }
}

@media (max-width: 1180px) {
  .site-header__inner { gap: 18px; width: min(calc(100% - 48px), var(--content-width)); }
  .brand { gap: 12px; }
  .brand__mark, .brand__logo { width: 26px; height: 26px; }
  .brand__name { font-size: 16px; }
  .primary-nav { gap: 16px; overflow-x: auto; scrollbar-width: none; }
  .primary-nav::-webkit-scrollbar { display: none; }
  .primary-nav__link { font-size: 14px; }
  .header-phone, .account-link span { display: none; }
  .account-link { width: 36px; padding: 0; justify-content: center; }
  .header-actions { gap: 10px; }
  .order-button { padding-inline: 16px; font-size: 14px; }
}
@media (max-width: 760px) {
  .site-header__inner { grid-template-columns: auto minmax(120px, 1fr) auto; gap: 12px; width: calc(100% - 24px); }
  .primary-nav { gap: 14px; }
  .order-button { display: none; }
}
@media (max-width: 420px) { .brand__name { font-size: 13px; } .icon-link, .account-link { width: 34px; height: 34px; min-height: 34px; } }
@media (max-width: 1280px) {
  .section-shell { width: min(calc(100% - 48px), 1760px); }
  .hero__layout { grid-template-columns: .9fr 1.1fr; gap: 48px; }
  .hero h1 { font-size: clamp(46px, 5vw, 68px); }
  .direction-grid { gap: 14px; }
  .direction-card__body { padding-inline: 20px; }
  .advantage-grid article { padding-inline: 18px; }
}
@media (max-width: 980px) {
  .hero__layout, .faq__layout { grid-template-columns: 1fr; }
  .hero__layout { padding-block: 70px; }
  .hero-slider__viewport { aspect-ratio: 16 / 9; }
  .direction-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }.advantage-grid article { border-bottom: 1px solid rgba(200,168,92,.17); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .section-shell { width: calc(100% - 32px); }
  .directions, .faq, .works, .advantages { padding-block: 80px; }
  .section-heading { margin-bottom: 40px; }.section-heading--split { display: block; }.section-heading--split > p { margin-top: 20px; }
  .hero h1 { font-size: 42px; }.hero__description br { display: none; }.hero__actions { align-items: stretch; flex-direction: column; }
  .direction-grid, .advantage-grid, .footer-grid { grid-template-columns: 1fr; }
  .card-media { aspect-ratio: 1.4 / 1; }
  .advantage-grid article { min-height: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-bottom div { flex-direction: column; gap: 10px; }
  .footer-bottom a { font-size: 14px; }
  .legal-content { width: calc(100% - 32px); }.legal-content section + section { margin-top: 34px; padding-top: 34px; }.legal-content p, .legal-content li { font-size: 16px; }
}

@property --order-cta-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes order-cta-border-run {
  to { --order-cta-border-angle: 360deg; }
}

:where(
  main .button--gold,
  main .home-idea-form__submit,
  main .product-hero__button:not(.product-hero__button--secondary),
  main [data-product-order],
  main .product-options__order,
  main .idea-form__submit
) {
  position: relative;
  isolation: isolate;
  border-color: rgba(221, 194, 127, .9) !important;
  box-shadow: 0 0 10px rgba(200, 168, 92, .18) !important;
  transform: none !important;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease !important;
}

:where(
  main .button--gold,
  main .home-idea-form__submit,
  main .product-hero__button:not(.product-hero__button--secondary),
  main [data-product-order],
  main .product-options__order,
  main .idea-form__submit
)::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -3px;
  border-radius: inherit;
  padding: 3px;
  pointer-events: none;
  background: conic-gradient(
    from var(--order-cta-border-angle),
    transparent 0deg 245deg,
    rgba(200, 168, 92, .42) 268deg,
    rgba(235, 204, 126, .98) 292deg,
    rgb(255, 249, 218) 315deg,
    rgba(239, 207, 128, 1) 336deg,
    transparent 360deg
  );
  filter:
    drop-shadow(0 0 4px rgba(255, 226, 140, .9))
    drop-shadow(0 0 9px rgba(200, 168, 92, .7));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: order-cta-border-run 3s linear infinite;
}

:where(
  main .button--gold,
  main .home-idea-form__submit,
  main .product-hero__button:not(.product-hero__button--secondary),
  main [data-product-order],
  main .product-options__order,
  main .idea-form__submit
):hover:not(:disabled):not([aria-disabled="true"]) {
  box-shadow: 0 0 14px rgba(200, 168, 92, .26) !important;
  transform: none !important;
}

:where(
  main .button--gold,
  main .home-idea-form__submit,
  main .product-hero__button:not(.product-hero__button--secondary),
  main [data-product-order],
  main .product-options__order,
  main .idea-form__submit
):hover:not(:disabled):not([aria-disabled="true"])::before {
  filter:
    brightness(1.12)
    drop-shadow(0 0 5px rgba(255, 232, 164, .95))
    drop-shadow(0 0 11px rgba(200, 168, 92, .78));
}

:where(
  main .button--gold,
  main .home-idea-form__submit,
  main .product-hero__button:not(.product-hero__button--secondary),
  main [data-product-order],
  main .product-options__order,
  main .idea-form__submit
):active:not(:disabled):not([aria-disabled="true"]) {
  box-shadow: 0 0 7px rgba(200, 168, 92, .16) !important;
  transform: none !important;
}

:where(
  main .button--gold,
  main .home-idea-form__submit,
  main .product-hero__button:not(.product-hero__button--secondary),
  main [data-product-order],
  main .product-options__order,
  main .idea-form__submit
):focus-visible:not(:disabled):not([aria-disabled="true"]) {
  outline: 2px solid var(--gold-light) !important;
  outline-offset: 4px;
  box-shadow: 0 0 0 5px rgba(200, 168, 92, .2), 0 0 16px rgba(200, 168, 92, .28) !important;
}

:where(
  main .button--gold,
  main .home-idea-form__submit,
  main .product-hero__button:not(.product-hero__button--secondary),
  main [data-product-order],
  main .product-options__order,
  main .idea-form__submit
):is(:disabled, [aria-disabled="true"]) {
  box-shadow: none !important;
  transform: none !important;
}

:where(
  main .button--gold,
  main .home-idea-form__submit,
  main .product-hero__button:not(.product-hero__button--secondary),
  main [data-product-order],
  main .product-options__order,
  main .idea-form__submit
):is(:disabled, [aria-disabled="true"])::before {
  animation: none;
  background: rgba(200, 168, 92, .42);
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  :where(
    main .button--gold,
    main .home-idea-form__submit,
    main .product-hero__button:not(.product-hero__button--secondary),
    main [data-product-order],
    main .product-options__order,
    main .idea-form__submit
  )::before {
    animation: none;
    background: rgba(221, 194, 127, .78);
    filter: none;
  }
}
@media (min-width: 1500px) {
  body { font-size: 16px; line-height: 1.55; }
  .section-shell { width: min(calc(100% - 100px), 1600px); }

  .hero__layout { grid-template-columns: minmax(560px, .95fr) minmax(680px, 1.05fr); gap: clamp(72px, 5vw, 100px); padding-block: 82px; }
  .hero__description { margin-top: 36px; font-size: clamp(18px, 1.15vw, 22px); line-height: 1.65; }

  .directions, .faq, .works, .advantages { padding-block: 132px; }
  .direction-grid { gap: 26px; }
  .card-media { aspect-ratio: .96 / 1; }
  .direction-card__body { padding: 34px 32px 36px; }
  .direction-card h3 { font-size: 22px; }
  .direction-card p { margin: 20px 0 30px; font-size: 16px; }
  .direction-card a { font-size: 14px; }

  .works-card__caption { padding: 28px 28px 30px; }
  .works-card__caption h3 { font-size: 21px; }

  .advantage-grid article { min-height: 320px; padding: 48px 30px; }
  .line-icon { width: 60px; height: 60px; font-size: 29px; }
  .advantage-grid h3 { margin: 48px 0 18px; font-size: 18px; }
  .advantage-grid p { font-size: 16px; }

  .faq__layout { grid-template-columns: minmax(380px, .7fr) minmax(760px, 1.3fr); gap: clamp(90px, 8vw, 150px); }
  .faq__intro { max-width: 460px; margin-top: 34px; font-size: 18px; }
  .accordion-item button { padding: 34px 0; font-size: 21px; }
  .accordion-panel > p { font-size: 17px; }
  .accordion-item.is-open .accordion-panel > p { padding: 0 52px 34px 0; }

  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 100px; padding-bottom: 82px; }
  .footer-brand p { margin-top: 32px; font-size: 17px; }
  .footer-column { gap: 14px; }
  .footer-column h2 { margin-bottom: 14px; font-size: 13px; }
  .footer-column a, .footer-column > span { font-size: 16px; }
}
@media (min-width: 1615px) {
  :root { --header-height: 96px; }
  .site-header__inner { display: flex; width: 100%; max-width: none; min-height: var(--header-height); margin-inline: 0; padding-inline: 40px; gap: 0; }
  .brand { gap: 19px; }
  .brand__mark, .brand__logo { width: 36px; height: 36px; }
  .brand__mark::after { inset: 8px; }
  .brand__name { font-size: 22px; }
  .primary-nav { width: auto; flex: 0 0 auto; justify-content: flex-start; gap: 28px; margin-left: 80px; }
  .primary-nav__link { font-size: 17px; }
  .header-socials { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; margin-left: auto; }
  .header-socials a { display: grid; width: 46px; height: 46px; place-items: center; color: var(--muted); border: 1px solid rgba(247,245,240,.18); border-radius: 50%; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
  .header-socials a:hover, .header-socials a:focus-visible { color: var(--gold-light); border-color: var(--gold); background: rgba(200,168,92,.08); }
  .header-socials svg { width: 24px; fill: currentColor; }
  .header-actions { gap: 20px; margin-left: 32px; }
  .header-phone { font-size: 17px; }
  .icon-link { width: 46px; height: 46px; }
  .icon-link svg { width: 22px; }
  .order-button { min-height: 48px; padding-inline: 27px; font-size: 16px; }
  .account-link { min-height: 48px; gap: 11px; font-size: 16px; }
  .account-link svg { width: 21px; }
}
@media (min-width: 1181px) and (max-width: 1614px) {
  .site-header__inner {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: var(--header-height);
    margin-inline: 0;
    padding-inline: 16px;
    gap: 0;
  }
  .brand { gap: 12px; }
  .brand__mark, .brand__logo { width: 30px; height: 30px; }
  .brand__mark::after { inset: 6px; }
  .brand__name { font-size: 16px; }
  .primary-nav {
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-start;
    gap: 10px;
    margin-left: 18px;
  }
  .primary-nav__link { font-size: 13px; }
  .header-socials { display: flex; flex: 0 0 auto; align-items: center; gap: 4px; margin-left: auto; }
  .header-socials a { display: grid; width: 34px; height: 34px; place-items: center; color: var(--muted); border: 1px solid rgba(247,245,240,.18); border-radius: 50%; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
  .header-socials a:hover, .header-socials a:focus-visible { color: var(--gold-light); border-color: var(--gold); background: rgba(200,168,92,.08); }
  .header-socials svg { width: 18px; fill: currentColor; }
  .header-actions { gap: 8px; margin-left: 12px; }
  .header-phone { display: inline; font-size: 13px; }
  .icon-link { width: 34px; height: 34px; }
  .icon-link svg { width: 18px; }
  .order-button { min-height: 40px; padding-inline: 12px; font-size: 13px; }
  .account-link { width: auto; min-height: 40px; gap: 7px; padding-left: 4px; font-size: 13px; }
  .account-link span { display: inline; }
  .account-link svg { width: 17px; }
}
@media (min-width: 981px) {
  .hero { min-height: 0; }
  .hero__layout { min-height: 620px; padding-block: 48px; }
  .hero-slider__viewport { aspect-ratio: 1.55 / 1; }

  .directions { padding-block: 88px; }
  .direction-card__body { padding: 38px 35px 40px; }
  .direction-card h3 { font-size: 24px; }
  .direction-card p { font-size: 17px; }
  .direction-card a { font-size: 15px; }

  .works { padding-block: 70px; }
  .works .section-heading { margin-bottom: 38px; }

  .line-icon { width: 74px; height: 74px; font-size: 36px; }
  .advantage-grid h3 { margin-top: 50px; font-size: 21px; }
  .advantage-grid p { font-size: 19px; }

  .faq { padding-block: 92px; }

}

.home-idea-order { min-height: auto; padding: 72px 0 88px; overflow-x: clip; border-top: 1px solid rgba(200,168,92,.22); background: #080808; color: #fff; }
.home-idea-order__layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(48px, 6vw, 112px); align-items: start; }
.home-idea-order__eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 14px; font-weight: 800; letter-spacing: .2em; }
.home-idea-order__intro h2 { margin: 0; max-width: 760px; font-size: clamp(42px, 4vw, 72px); line-height: .98; text-transform: uppercase; }
.home-idea-order__intro > p:last-child { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.home-idea-form { display: grid; min-width: 0; gap: 22px; padding: clamp(28px, 3vw, 48px); border: 1px solid rgba(200,164,90,.38); background: #0d0d0d; }
.home-idea-form__field { display: grid; min-width: 0; gap: 10px; }
.home-idea-form__field > span { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.home-idea-form__field small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.home-idea-form__field input, .home-idea-form__field textarea { width: 100%; min-width: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 0; padding: 14px 16px; background: #090909; color: #fff; font: inherit; resize: vertical; }
.home-idea-form__field input:focus, .home-idea-form__field textarea:focus { border-color: var(--gold); outline: 2px solid rgba(200,164,90,.18); outline-offset: 1px; }
.home-idea-form__field input[type="file"] { padding: 10px; }
.home-idea-form__field input[type="file"]::file-selector-button { margin-right: 14px; border: 1px solid var(--gold); padding: 10px 14px; background: transparent; color: var(--gold); cursor: pointer; }
.home-idea-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.home-idea-form__submit { min-height: 52px; border: 1px solid var(--gold); padding: 14px 24px; background: var(--gold); color: #090909; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.home-idea-form__submit:hover, .home-idea-form__submit:focus-visible { background: transparent; color: var(--gold); }

@media (min-width: 768px) and (max-width: 1024px) {
  .home-idea-order { min-height: auto; padding: 56px 0 64px; }
  .home-idea-order__layout { grid-template-columns: 1fr; gap: 40px; }
  .hero-slide__title-overlay strong { font-size: 20px; }
}
@media (min-width: 1500px) {
  .hero__layout { width: min(calc(100% - 72px), 1800px); grid-template-columns: minmax(560px, 1fr) minmax(680px, 790px); }
  .hero h1 { font-size: clamp(47px, 3.95vw, 76px); }
  .hero .eyebrow { font-size: 15px; }
  .hero__description { font-size: clamp(21px, 1.35vw, 26px); }
  .hero-slider { width: 100%; max-width: 790px; justify-self: end; }
}
@media (min-width: 1281px) {
  .directions .eyebrow { font-size: 14px; }
  .directions .card-media { aspect-ratio: .86 / 1; }
  .directions .card-media span { font-size: 14px; }
  .directions .direction-card h3 { font-size: 27px; }
  .directions .direction-card p { font-size: 20px; }
  .directions .direction-card a { font-size: 18px; }

  .works .eyebrow { font-size: 15px; }
  .works .section-heading--split > p { font-size: 19px; }
  .works .works-card__caption h3 { font-size: 25px; }
  .works .works-card__caption p { font-size: 17px; }
}
.directions .card-media img,
.directions .card-media video { width: 100%; height: 100%; object-fit: cover; }

@media (min-width: 768px) and (max-width: 1024px) {
  .site-header__inner {
    display: grid;
    grid-template-columns: auto minmax(12px, 1fr) auto auto auto auto;
    grid-template-areas:
      "brand . socials phone whatsapp account"
      "nav nav nav nav nav order";
    width: calc(100% - 32px);
    min-height: 0;
    padding-block: 16px 14px;
    gap: 10px 12px;
  }
  .site-header .brand { grid-area: brand; gap: 14px; margin: 0; }
  .site-header .brand__mark, .site-header .brand__logo { width: 30px; height: 30px; }
  .site-header .brand__mark::after { inset: 6px; }
  .site-header .brand__name { font-size: 18px; }
  .site-header .primary-nav {
    grid-area: nav;
    width: 100%;
    height: 44px;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    overflow: visible;
  }
  .site-header .primary-nav__link { flex: 0 0 auto; font-size: 13px; }
  .site-header .header-socials { display: flex; grid-area: socials; align-items: center; justify-self: end; gap: 6px; margin: 0; }
  .site-header .header-socials a { display: grid; width: 34px; height: 34px; place-items: center; color: var(--muted); border: 1px solid rgba(247,245,240,.18); border-radius: 50%; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
  .site-header .header-socials a:hover, .site-header .header-socials a:focus-visible { color: var(--gold-light); border-color: var(--gold); background: rgba(200,168,92,.08); }
  .site-header .header-socials svg { width: 18px; fill: currentColor; }
  .site-header .header-actions { display: contents; }
  .site-header .header-phone { display: inline-flex; grid-area: phone; align-items: center; font-size: 13px; }
  .site-header .icon-link { grid-area: whatsapp; width: 36px; height: 36px; }
  .site-header .icon-link svg { width: 18px; }
  .site-header .order-button { grid-area: order; align-self: center; min-height: 40px; padding-inline: 16px; font-size: 13px; }
  .site-header .account-link { grid-area: account; width: auto; min-height: 38px; gap: 7px; padding: 0; font-size: 13px; }
  .site-header .account-link span { display: inline; }
  .site-header .account-link svg { width: 17px; }

  .section-shell { width: calc(100% - 48px); }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2 { font-size: clamp(36px, 5.5vw, 50px); }

  .hero { min-height: 0; }
  .hero__layout { grid-template-columns: 1fr; gap: 42px; min-height: 0; padding-block: 64px; }
  .hero h1 { max-width: 720px; font-size: clamp(48px, 7vw, 66px); }
  .hero-slider { width: 100%; max-width: none; }
  .hero-slider__viewport { aspect-ratio: 16 / 9; }

  .directions, .faq, .works, .advantages { padding-block: 86px; }
  .direction-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .card-media { aspect-ratio: 1.12 / 1; }
  .direction-card__body { padding: 28px 26px 32px; }

  .works-carousel__track { gap: 16px; }
  .works-card { flex-basis: calc((100% - 16px) / 2); }

  .advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .advantage-grid article { min-height: 250px; border-bottom: 1px solid rgba(200,168,92,.17); }
  .advantage-grid article:nth-child(2n) { border-right: 0; }

  .faq__layout { grid-template-columns: 1fr; gap: 48px; }
  .faq__intro { max-width: 620px; }

  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 70px; }
}
.mobile-menu-toggle,
.mobile-menu { display: none; }

@media (max-width: 767px) {
  .site-header { position: relative; }
  .site-header__inner {
    display: flex;
    width: 100%;
    min-height: 72px;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0 16px;
  }
  .site-header .brand { flex: 0 1 auto; gap: 11px; margin: 0; overflow: hidden; }
  .site-header .brand__mark, .site-header .brand__logo { flex: 0 0 auto; width: 25px; height: 25px; }
  .site-header .brand__mark::after { inset: 5px; }
  .site-header .brand__name { overflow: hidden; font-size: 14px; letter-spacing: .16em; text-overflow: ellipsis; white-space: nowrap; }
  .site-header > .site-header__inner > .primary-nav,
  .site-header > .site-header__inner > .header-socials,
  .site-header .header-phone,
  .site-header .header-actions > .order-button { display: none; }
  .site-header .header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; margin: 0 8px 0 auto; }
  .site-header .icon-link,
  .site-header .account-link { display: inline-grid; width: 38px; height: 38px; min-height: 38px; place-items: center; padding: 0; border: 1px solid rgba(247,245,240,.18); border-radius: 50%; }
  .site-header .icon-link svg,
  .site-header .account-link svg { width: 18px; }
  .site-header .account-link span { display: none; }

  .mobile-menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(200,168,92,.4);
    background: transparent;
    cursor: pointer;
  }
  .mobile-menu-toggle span { width: 19px; height: 1px; background: var(--text); transition: transform .22s ease, opacity .22s ease; }
  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .mobile-menu {
    position: absolute;
    z-index: 20;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    padding: 10px 24px 28px;
    border-top: 1px solid rgba(200,168,92,.18);
    border-bottom: 1px solid rgba(200,168,92,.28);
    background: #0b0b0c;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
  }
  .site-header.is-menu-open .mobile-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .mobile-menu__nav { display: flex; flex-direction: column; }
  .mobile-menu__nav a { padding: 15px 0; border-bottom: 1px solid rgba(247,245,240,.09); color: var(--text); font-size: 16px; }
  .mobile-menu__nav a:hover, .mobile-menu__nav a:focus-visible,
  .mobile-menu__contacts a:hover, .mobile-menu__contacts a:focus-visible { color: var(--gold-light); }
  .mobile-menu__contacts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; padding-block: 22px; }
  .mobile-menu__contacts a { color: var(--muted); font-size: 14px; }
  .mobile-menu__contacts a:first-child { grid-column: 1 / -1; color: var(--text); font-size: 16px; }
  .mobile-menu__actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .mobile-menu__actions .order-button { display: inline-flex; width: 100%; min-height: 46px; justify-content: center; }
  .mobile-menu__actions > a:last-child { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid rgba(247,245,240,.2); color: var(--text); font-size: 14px; }

  .hero__layout { width: calc(100% - 32px); min-height: 0; gap: 28px; padding-block: 44px; }
  .hero .eyebrow { margin-bottom: 12px; }
  .hero h1 { font-size: 30px; line-height: .96; }
  .hero__description { margin-top: 20px; }
  .hero__actions { width: 100%; flex-direction: column; align-items: stretch; gap: 10px; margin-top: 24px; }
  .hero__actions .button { width: 100%; }
  .hero-slider { width: 100%; min-width: 0; }
  .hero-slider__viewport { aspect-ratio: 1.07 / 1; }
  .hero-slide img,
  .hero-slide video { width: 100%; height: 100%; object-fit: cover; }
  .hero-slide__title-overlay { left: 16px; bottom: 16px; max-width: 55%; padding-left: 10px; }
  .hero-slide__number { font-size: 10px; }
  .hero-slide__title-overlay strong { font-size: 17px; }
  .hero-slider__controls { margin-top: 14px; }

  .directions,
  .works,
  .advantages,
  .faq { padding-block: clamp(56px, 9vw, 70px); }
  .section-heading { margin-bottom: 32px; }

  .direction-grid { gap: 16px; }
  .directions .card-media { aspect-ratio: 1.75 / 1; }
  .directions .card-media img,
  .directions .card-media video { width: 100%; height: 100%; object-fit: cover; }
  .direction-card__body { padding: 22px 20px 24px; }
  .direction-card p { margin-block: 14px 20px; }

  .works-carousel__track { gap: 12px; }
  .works-card { flex-basis: 100%; }
  .works-card__caption { padding: 22px; }
  .works .section-heading { margin-bottom: 28px; }
  .works-carousel__controls { margin-top: 24px; }

  .home-idea-order { min-height: auto; padding: 42px 0 52px; }
  .home-idea-order .section-shell { width: calc(100% - 32px); }
  .home-idea-order__layout, .home-idea-form__row { grid-template-columns: 1fr; }
  .home-idea-order__layout { gap: 32px; }
  .home-idea-order__intro h2 { font-size: clamp(36px, 12vw, 52px); }
  .home-idea-order__intro > p:last-child { margin-top: 20px; font-size: 16px; }
  .home-idea-form { gap: 18px; padding: 22px 18px; }
  .home-idea-form__submit { width: 100%; }

  .advantage-grid article { min-height: 0; padding: 32px 24px; }
  .advantage-grid h3 { margin-top: 34px; margin-bottom: 14px; }

  .faq__layout { gap: 32px; }
  .faq .section-heading { margin-bottom: 0; }
  .accordion-item button { padding-block: 22px; }
  .accordion-item.is-open .accordion-panel > p { padding-bottom: 22px; }

  .site-footer { padding-top: 56px; }
  .footer-grid { gap: 36px; padding-bottom: 48px; }
  .footer-brand p { margin-top: 22px; }
  .footer-bottom { padding-block: 18px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: .01ms !important; } }

@media (min-width: 1615px) {
  .site-header .header-socials a,
  .site-header .icon-link { width: 46px; height: 46px; }
  .site-header .header-socials svg,
  .site-header .icon-link svg { display: block; }
  .site-header .header-socials svg { width: 22px; height: 22px; }
  .site-header .icon-link svg { width: 25px; height: 25px; }
}
@media (min-width: 1181px) and (max-width: 1614px) {
  .site-header .header-socials a,
  .site-header .icon-link { width: 34px; height: 34px; }
  .site-header .header-socials svg,
  .site-header .icon-link svg { display: block; }
  .site-header .header-socials svg { width: 18px; height: 18px; }
  .site-header .icon-link svg { width: 21px; height: 21px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site-header .header-socials a,
  .site-header .icon-link { width: 36px; height: 36px; }
  .site-header .header-socials svg,
  .site-header .icon-link svg { display: block; }
  .site-header .header-socials svg { width: 18px; height: 18px; }
  .site-header .icon-link svg { width: 21px; height: 21px; }
}
@media (max-width: 767px) {
  .site-header .icon-link svg { display: block; width: 21px; height: 21px; }
}
