:root {
  color-scheme: light;
  --bg: #f5f1e9;
  --surface: #fffdf9;
  --surface-soft: #ece6da;
  --text: #181816;
  --muted: #625d55;
  --line: #d9d0c1;
  --line-strong: #b8ad9b;
  --accent: #9b7a38;
  --accent-strong: #6f531d;
  --action: #1a1917;
  --action-hover: #34302a;
  --success: #176b49;
  --danger: #a12b3b;
  --danger-soft: #fbecef;
  --danger-line: #e6bec4;
  --warning: #7d5700;
  --radius-sm: 8px;
  --radius-control: 10px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --shadow: 0 18px 50px rgba(46, 37, 24, .09);
  --floating-edge: 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 9% 7%, rgba(155, 122, 56, .08), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.35), transparent 32rem),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--accent-strong); }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }

:focus-visible {
  outline: 3px solid #85621d;
  outline-offset: 3px;
}

.site-header, .site-footer {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-header { min-height: 82px; }
.site-footer { padding: 30px 0 40px; color: var(--muted); font-size: 14px; }
.site-footer { position: relative; border-top: 1px solid rgba(155,122,56,.2); }
.social-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.social-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--text); font-weight: 750; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
a.social-link:hover { transform: translateY(-2px); border-color: var(--accent); box-shadow: 0 8px 20px rgba(46,37,24,.1); }
.social-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-link svg path:first-child { fill: currentColor; stroke: none; }
.social-link .social-icon__line { fill: none; stroke: var(--surface); stroke-width: 1.2; }
.social-link--pending { color: var(--muted); opacity: .68; }
.brand { position: relative; display: inline-flex; align-items: center; gap: 10px; min-height: 50px; color: var(--text); text-decoration: none; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid rgba(155,122,56,.32); border-radius: 50%; background: #fff url("../assets/art-deco-logo.jpg") center 35% / 218% auto no-repeat; box-shadow: 0 8px 22px rgba(46,37,24,.08); transition: transform .3s ease, border-color .3s ease; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; letter-spacing: -.025em; }
.brand::after { content: ""; position: absolute; left: 56px; right: 0; bottom: 3px; height: 1px; background: var(--accent); transform: scaleX(.34); transform-origin: left; transition: transform .3s ease; }
.brand:hover .brand-mark { transform: rotate(-3deg); border-color: var(--accent); }
.brand:hover::after { transform: scaleX(1); }
.nav { display: flex; flex-wrap: wrap; gap: 6px; }
.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--muted);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: var(--radius-control);
  transition: color .2s ease, background-color .2s ease;
}
.nav a[aria-current="page"], .nav a:hover { color: var(--text); background: rgba(155,122,56,.11); }

main { min-height: calc(100vh - 160px); animation: page-enter .38s ease-out both; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.hero { padding: clamp(48px, 9vw, 112px) 0 56px; position: relative; overflow: hidden; }
.hero--decor::before, .hero--decor::after { content: ""; position: absolute; z-index: 0; pointer-events: none; }
.hero--decor > .container { position: relative; z-index: 1; }
.hero--decor::before { width: 460px; height: 380px; right: -130px; top: 36px; border: 1px solid rgba(155,122,56,.22); border-bottom: 0; border-radius: 50% 50% 0 0; }
.hero--decor::after { content: "✦"; left: 45%; top: 15%; color: rgba(155,122,56,.36); font-size: 22px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.hero-grid > div { animation: hero-enter .55s ease-out both; }
.hero-photo { animation: hero-enter .65s .08s ease-out both; }
.eyebrow { margin: 0 0 12px; color: var(--accent-strong); text-transform: uppercase; font-weight: 800; font-size: 12px; letter-spacing: .12em; }
.hero-logo { width: 112px; height: 112px; margin: 0 0 20px; border: 1px solid rgba(155,122,56,.34); border-radius: 50%; background: #fff url("../assets/art-deco-logo.jpg") center 35% / 218% auto no-repeat; box-shadow: 0 14px 34px rgba(46,37,24,.09); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.035em; margin-top: 0; overflow-wrap: anywhere; hyphens: auto; }
h1 { font-size: clamp(42px, 7vw, 76px); margin-bottom: 20px; }
h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 18px; }
h3 { font-size: 20px; margin-bottom: 10px; }
.lead { font-size: clamp(18px, 2.1vw, 22px); color: var(--muted); max-width: 720px; }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-primary-action { display: grid; justify-items: start; gap: 10px; margin-top: 28px; }
.hero-contact { display: inline-flex; align-items: center; gap: 12px; min-height: 58px; margin-top: 4px; padding: 7px 14px 7px 8px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,249,.78); color: var(--text); text-decoration: none; box-shadow: 0 10px 30px rgba(46,37,24,.07); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.hero-contact__symbol { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 50%; background: var(--action); color: #c3a15b; }
.hero-contact__text { display: grid; line-height: 1.25; }
.hero-contact small { color: var(--muted); font-size: 12px; }
.hero-contact strong { font-size: 17px; letter-spacing: .01em; }
.hero-contact:hover { transform: translateY(-2px); border-color: var(--accent); box-shadow: 0 14px 32px rgba(46,37,24,.11); }
.hero-socials { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 12px; margin-top: 4px; color: var(--muted); font-size: 12px; }
.social-links--hero { gap: 7px; }
.social-links--hero .social-link { width: 42px; min-height: 42px; justify-content: center; padding: 8px; border-color: rgba(155,122,56,.28); background: rgba(255,253,249,.82); box-shadow: 0 7px 18px rgba(46,37,24,.06); }
.social-links--hero .social-link span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.button {
  appearance: none;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  padding: 10px 18px;
  background: var(--action);
  color: white;
  font-weight: 750;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.button:hover { background: var(--action-hover); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(46,37,24,.2); }
.button:disabled { cursor: wait; opacity: .68; transform: none; box-shadow: none; }
.button--secondary { border-color: var(--line); background: var(--surface); color: var(--text); }
.button--secondary:hover { border-color: var(--accent); background: var(--surface-soft); color: var(--text); box-shadow: 0 8px 20px rgba(46,37,24,.1); }
.button--danger { border-color: var(--danger-line); background: transparent; color: var(--danger); }
.button--danger:hover { border-color: var(--danger); background: var(--danger-soft); color: var(--danger); box-shadow: none; }
.button--small { min-height: 44px; padding: 8px 12px; font-size: 14px; }

.panel, .card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}
.panel { padding: clamp(22px, 4vw, 40px); }
.narrow { width: min(560px, calc(100% - 32px)); margin: 72px auto; }
.grid { display: grid; gap: 18px; }
.grid > * { min-width: 0; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { padding: 24px; }
.card p:last-child { margin-bottom: 0; }
.card { transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.card:hover { transform: translateY(-3px); border-color: rgba(155,122,56,.4); box-shadow: 0 20px 44px rgba(46,37,24,.11); }

.hero-photo { position: relative; padding: 0; overflow: hidden; min-height: 410px; border-color: rgba(155,122,56,.38); border-radius: 220px 220px var(--radius-md) var(--radius-md); }
.hero-photo img { width: 100%; height: 410px; object-fit: cover; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading h2::before { content: "✦"; display: block; margin-bottom: 10px; color: var(--accent); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 15px; letter-spacing: 0; }
.event-grid, .package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.event-card, .package-card, .variant-card, .cart-item, .record { position: relative; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.event-card, .package-card, .variant-card { box-shadow: var(--shadow); }
.event-card, .package-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; }
.card-link { color: inherit; text-decoration: none; cursor: pointer; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.card-link::after { content: ""; position: absolute; z-index: 2; left: 24px; right: 24px; top: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.card-link:hover, .card-link:focus-visible { transform: translateY(-4px); border-color: rgba(155,122,56,.58); box-shadow: 0 22px 54px rgba(46,37,24,.14); }
.card-link:hover::after, .card-link:focus-visible::after { transform: scaleX(1); }
.card-link img { transition: transform .45s ease; }
.card-link:hover img { transform: scale(1.035); }
.event-card img, .package-card img { width: 100%; height: 230px; object-fit: contain; object-position: center; background: #eee8de; }
.event-card.card-link:hover img, .event-card.card-link:focus-visible img, .package-card.card-link:hover img, .package-card.card-link:focus-visible img, .variant-card.card-link:hover img, .variant-card.card-link:focus-visible img { transform: none; }
.event-card--custom { display: grid; min-height: 100%; background: linear-gradient(145deg, var(--surface), var(--surface-soft)); }
.event-card__symbol { display: grid; place-items: center; min-height: 230px; color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-size: 88px; background: radial-gradient(circle, rgba(155,122,56,.14), transparent 62%); }
.event-card__body, .package-card__body { display: grid; align-content: start; gap: 12px; padding: 24px; }
.event-card__body p, .package-card__body p { margin: 0; }
.event-card h3, .package-card h2, .variant-card h3 { margin: 0; font-size: 22px; }
.text-link { font-weight: 800; text-decoration: none; color: var(--accent-strong); text-underline-offset: 4px; }
.text-link[href] { display: inline-flex; align-items: center; min-height: 44px; }
.text-link:hover { text-decoration: underline; }
.card-link__action { display: inline-flex; align-items: center; align-self: end; gap: 8px; width: fit-content; margin-top: auto; padding-top: 8px; color: var(--accent-strong); font-weight: 800; }
.card-link:hover .card-link__action { text-decoration: underline; }
.catalog-hero { padding-bottom: 28px; }
.page-intro, .catalog-hero, .package-hero { position: relative; }
.page-intro::after, .catalog-hero::after, .package-hero::after { content: ""; position: absolute; left: max(16px, calc((100% - 1120px) / 2)); right: max(16px, calc((100% - 1120px) / 2)); bottom: 0; height: 1px; background: linear-gradient(90deg, var(--accent), rgba(155,122,56,.06) 72%, transparent); }
.page-intro h1, .catalog-hero h1, .package-hero h1 { max-width: 940px; }
.catalog-section { padding-top: 36px; }
.catalog-more { display: flex; justify-content: center; margin-top: 30px; }
.package-hero { padding-bottom: 26px; }
.package-hero .text-link { display: inline-block; margin-bottom: 28px; }
.back-link { position: sticky; top: 12px; z-index: 12; display: inline-flex; align-items: center; width: fit-content; min-height: 44px; margin-bottom: 28px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,249,.94); box-shadow: 0 8px 26px rgba(46,37,24,.11); color: var(--text); font-weight: 800; text-decoration: none; backdrop-filter: blur(10px); transition: transform .18s ease, border-color .18s ease; }
.back-link:hover { transform: translateX(-3px); border-color: var(--accent); }
.package-details { padding-top: 36px; }
.gallery-grid { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: repeat(2, 220px); gap: 14px; margin-bottom: 56px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: contain; object-position: center; border: 1px solid rgba(155,122,56,.25); border-radius: var(--radius-md); background: #eee8de; box-shadow: var(--shadow); }
.gallery-grid img:first-child { grid-row: span 2; }
.package-heading { margin-bottom: 24px; }
.package-heading > p { max-width: 310px; margin: 0; }
.variant-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.variant-card { display: grid; align-content: start; gap: 12px; padding: 24px; overflow: hidden; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.variant-card:hover { transform: translateY(-3px); border-color: rgba(155,122,56,.5); box-shadow: 0 20px 44px rgba(46,37,24,.12); }
.variant-card > img { width: calc(100% + 48px); max-width: none; height: 180px; margin: -24px -24px 6px; object-fit: contain; object-position: center; border-radius: var(--radius-md) var(--radius-md) 0 0; background: #eee8de; }
.variant-card h3, .variant-card p { margin: 0; }
.selected-variant { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.selected-variant p { margin-bottom: 0; }
.price { color: var(--accent-strong); font-weight: 850; margin: 0 0 10px; }
.price::before { content: ""; display: inline-block; width: 20px; height: 1px; margin: 0 8px 4px 0; background: var(--accent); }
.variant-showcase { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 24px; align-items: stretch; }
.variant-showcase .selected-variant { align-content: center; align-items: flex-start; flex-direction: column; }
.package-information .selected-variant { justify-content: space-between; }
.package-information .market-note { margin: 24px 0 0; }
.inclusion-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.inclusion-list li { position: relative; padding-left: 24px; }
.inclusion-list li::before { content: "✦"; position: absolute; left: 0; top: 1px; color: var(--accent); font-size: 13px; }
.information-actions { display: grid; width: 100%; gap: 12px; margin-top: 28px; }
.information-actions .price { margin: 0; }
.carousel { min-width: 0; }
.carousel__viewport { position: relative; overflow: hidden; min-height: 520px; border: 1px solid rgba(155,122,56,.28); border-radius: var(--radius-lg); background: #e7e0d4; box-shadow: var(--shadow); }
.carousel__slide { position: absolute; inset: 0; margin: 0; animation: image-enter .35s ease-out both; }
.carousel__slide img { width: 100%; height: 100%; object-fit: cover; }
.package-details .carousel__slide img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; object-position: center; transform: none; }
.carousel__arrow { position: absolute; top: 50%; z-index: 2; width: 48px; height: 48px; border: 1px solid rgba(155,122,56,.3); border-radius: 50%; background: rgba(255,253,249,.92); color: var(--text); box-shadow: 0 8px 24px rgba(46,37,24,.18); font-size: 23px; cursor: pointer; transform: translateY(-50%); transition: transform .18s ease, background .18s ease; }
.carousel__arrow:hover { background: white; transform: translateY(-50%) scale(1.08); }
.carousel__arrow--prev { left: 16px; }
.carousel__arrow--next { right: 16px; }
.carousel__controls { display: flex; justify-content: center; align-items: center; gap: 16px; padding-top: 16px; }
.carousel__dots { display: flex; flex-wrap: wrap; justify-content: center; max-width: 176px; gap: 0; }
.carousel__dots button { position: relative; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: var(--radius-control); background: transparent; cursor: pointer; }
.carousel__dots button::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #bdb3a2; transition: width .2s ease, background .2s ease; }
.carousel__dots button[aria-current="true"]::after { width: 30px; border-radius: 99px; background: var(--accent); }
.carousel__pause { min-height: 44px; border: 0; background: transparent; color: var(--accent-strong); font-weight: 800; cursor: pointer; }
.detail-card { position: relative; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.detail-card::before { content: ""; position: absolute; top: -42px; right: -42px; width: 84px; height: 84px; border: 1px solid rgba(155,122,56,.22); border-radius: 50%; }
.detail-card:hover { transform: translateY(-3px); border-color: rgba(155,122,56,.42); box-shadow: var(--shadow); }
.market-note { max-width: 760px; padding: 10px 12px; border-left: 3px solid var(--accent); background: var(--surface-soft); color: var(--muted); font-size: 14px; }
.cart-summary { margin-top: 28px; padding: 18px 20px; border-radius: var(--radius-md); background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--accent); box-shadow: var(--shadow); display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.cart-summary p { margin: 8px 0 0; }
.call-panel { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 28px; overflow: hidden; }
.call-panel::after { content: "✦"; position: absolute; right: 34%; top: 20px; color: rgba(155,122,56,.25); font-size: 28px; pointer-events: none; }
.call-panel h2 { margin-bottom: 10px; }
.call-panel p:last-child { margin-bottom: 0; }
.call-panel__actions { display: grid; flex: 0 0 auto; gap: 10px; min-width: 230px; }
.phone-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; color: var(--text); font-size: 21px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.phone-link { padding-bottom: 3px; border-bottom: 1px solid var(--accent); }
.phone-link:hover { color: var(--accent-strong); border-bottom-color: currentColor; }
.selection-note { padding: 12px; border-left: 3px solid var(--accent); background: var(--surface-soft); }
.cart-list { display: grid; gap: 16px; max-width: 800px; margin-bottom: 28px; }
.cart-item { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 24px; padding: 16px; }
.cart-item img { width: 180px; height: 130px; object-fit: cover; border-radius: 10px; }
.cart-item h2 { margin-bottom: 8px; font-size: 26px; }

.section { padding: 56px 0; }
.section--soft { background: linear-gradient(180deg, rgba(236,230,218,.78), rgba(236,230,218,.5)); border-block: 1px solid rgba(155,122,56,.1); }
.trust-strip { padding: 24px 0; background: var(--text); color: white; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-strip p { display: flex; align-items: center; gap: 14px; margin: 0; }
.trust-strip strong { color: #c7a762; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.trust-strip span { font-weight: 750; }
.request-page { min-height: calc(100vh - 160px); padding-top: 24px; }
.request-back { margin-bottom: -24px; }
.request-layout { align-items: start; }
.request-layout h1 { font-size: clamp(38px, 5vw, 64px); }
.request-layout > div:first-child { position: sticky; top: 84px; }
.local-data-note { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px 14px; margin-top: 26px; padding: 18px; overflow: hidden; border: 2px solid rgba(155,122,56,.55); border-radius: var(--radius-md); background: linear-gradient(135deg, #fffdf9, #eee2c9); box-shadow: 0 14px 34px rgba(88,65,25,.13); }
.local-data-note::after { content: ""; position: absolute; width: 90px; height: 90px; right: -38px; top: -42px; border: 1px solid rgba(155,122,56,.22); border-radius: 50%; }
.local-data-note__icon { display: inline-grid; place-items: center; width: 42px; height: 42px; grid-row: span 2; border-radius: 50%; background: var(--action); color: #fff; font-size: 21px; box-shadow: 0 7px 16px rgba(24,24,22,.18); }
.local-data-note div { display: grid; gap: 3px; }
.local-data-note strong { color: var(--text); font-size: 17px; line-height: 1.3; }
.local-data-note div span { color: var(--muted); font-size: 14px; }
.local-data-note__phone { position: relative; z-index: 1; grid-column: 2; width: fit-content; color: var(--text); font-size: 18px; font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.local-data-note__phone:hover { color: var(--accent-strong); }
.actions--center { justify-content: center; }
.stack { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.stack > * { min-width: 0; }
.inline { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.split { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.metric { font-size: 36px; font-weight: 850; letter-spacing: -.04em; }

label { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; font-weight: 700; }
label > * { min-width: 0; }
.field-label { display: inline-flex; flex-wrap: wrap; gap: 4px; align-items: baseline; }
.required-mark, .form-required-note { color: var(--danger); }
.form-required-note { margin: 0; font-size: 14px; font-weight: 700; }
input, textarea, select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-control);
  padding: 12px 14px;
  background: var(--surface);
  color: var(--text);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
input::placeholder, textarea::placeholder { color: var(--muted); opacity: .82; }
input:hover, textarea:hover, select:hover { border-color: var(--accent); }
input:focus, textarea:focus, select:focus { border-color: var(--accent-strong); box-shadow: 0 0 0 4px rgba(155,122,56,.14); }
input[aria-invalid="true"], textarea[aria-invalid="true"], select[aria-invalid="true"] { border-color: var(--danger); background: var(--danger-soft); }
textarea { min-height: 120px; resize: vertical; }
.field-error { color: var(--danger); margin: 0; font-size: 14px; }
.field-error--inline { font-weight: 650; }
.form-error-summary { margin: 0; padding: 12px 14px; border-left: 3px solid var(--danger); border-radius: var(--radius-control); background: var(--danger-soft); color: var(--danger); font-size: 14px; font-weight: 700; }
.help { color: var(--muted); font-size: 14px; font-weight: 450; }
.consent-field { padding: 14px; border: 1px solid var(--line); border-radius: var(--radius-control); background: var(--surface-soft); }
.consent-control { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; font-size: 14px; font-weight: 500; line-height: 1.5; }
.consent-control input[type="checkbox"] { width: 20px; height: 20px; min-height: 20px; margin: 1px 0 0; padding: 0; border-radius: 5px; accent-color: var(--accent-strong); }
.consent-control input[type="checkbox"][aria-invalid="true"] { outline: 2px solid var(--danger); outline-offset: 2px; }
.consent-control a { color: var(--accent-strong); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; overflow-wrap: anywhere; }
.consent-field .field-error { display: block; margin: 8px 0 0 32px; }

.legal-page { padding-top: 32px; }
.legal-page__container { max-width: 960px; }
.legal-page h1 { max-width: 850px; margin-top: 18px; font-size: clamp(38px, 6vw, 68px); }
.legal-page__date { margin: 0 0 28px; color: var(--muted); }
.legal-document { display: grid; gap: 0; }
.legal-document section { padding: 24px 0; border-top: 1px solid var(--line); }
.legal-document section:first-child { padding-top: 0; border-top: 0; }
.legal-document section:last-child { padding-bottom: 0; }
.legal-document h2 { margin: 0 0 12px; font-size: clamp(22px, 3vw, 30px); }
.legal-document p { margin: 10px 0 0; line-height: 1.7; }
.legal-document a { color: var(--accent-strong); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.legal-details { display: grid; gap: 10px; margin: 20px 0 0; }
.legal-details div { display: grid; grid-template-columns: minmax(130px, .35fr) minmax(0, 1fr); gap: 16px; padding: 12px 14px; border-radius: var(--radius-control); background: var(--surface-soft); }
.legal-details dt { color: var(--muted); font-weight: 700; }
.legal-details dd { min-width: 0; margin: 0; overflow-wrap: anywhere; }

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  border: 1px solid rgba(155,122,56,.2);
  background: rgba(155,122,56,.1);
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 800;
}
.record-list { display: grid; gap: 12px; }
.record { padding: 16px; }
.record h3 { margin-bottom: 4px; }
.record-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 20px; margin: 16px 0; }
.record-details div { min-width: 0; }
.record-details dt { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.record-details dd { margin: 2px 0 0; overflow-wrap: anywhere; }
.record-meta { color: var(--muted); font-size: 13px; }
.empty { position: relative; overflow: hidden; text-align: center; padding: 48px 24px; border: 1px dashed var(--line-strong); border-radius: var(--radius-md); background: var(--surface); color: var(--muted); }
.empty::before, .empty::after { content: ""; position: absolute; width: 120px; height: 120px; border: 1px solid rgba(155,122,56,.16); border-radius: 50%; pointer-events: none; }
.empty::before { left: -72px; top: -72px; }
.empty::after { right: -72px; bottom: -72px; }
.empty h1, .empty h2, .empty h3 { color: var(--text); }
.empty h1 { font-size: clamp(30px, 5vw, 48px); }
.empty p { max-width: 560px; margin: 0 auto 20px; }
.empty .button { margin-top: 4px; }
.empty__symbol { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 50%; background: var(--surface-soft); color: var(--accent); font-size: 28px; }
.notice {
  position: fixed;
  right: var(--floating-edge);
  bottom: calc(var(--floating-edge) + 57px);
  max-width: min(420px, calc(100% - 40px));
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--text);
  color: white;
  box-shadow: var(--shadow);
  z-index: 20;
}
.notice--error { background: var(--danger); }
.notice--success { background: var(--success); }
.floating-cart { position: fixed; right: var(--floating-edge); bottom: var(--floating-edge); z-index: 18; display: inline-flex; align-items: center; min-height: 44px; gap: 9px; padding: 10px 17px; border: 1px solid rgba(195,161,91,.32); border-radius: 999px; background: var(--text); color: white; box-shadow: 0 16px 40px rgba(24,24,22,.25); font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.floating-cart:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 20px 50px rgba(24,24,22,.3); }
.floating-cart b { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; border-radius: 999px; background: #a8853f; font-size: 12px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 20px; background: rgba(24,24,22,.58); }
.success-modal { position: relative; width: min(100%, 520px); padding: clamp(28px, 6vw, 48px); border: 1px solid rgba(155,122,56,.34); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 24px 80px rgba(24,24,22,.28); }
.success-modal h2 { margin-bottom: 14px; }
.success-modal .button { margin-top: 10px; }
.modal-close { position: absolute; top: 12px; right: 14px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--text); font-size: 32px; line-height: 1; cursor: pointer; }
.modal-close:hover { background: var(--surface-soft); }

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes page-enter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes image-enter { from { opacity: .25; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }

.progress { height: 8px; background: var(--surface-soft); border-radius: 99px; overflow: hidden; }
.progress > span { display: block; height: 100%; background: var(--accent); }
.option {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  cursor: pointer;
}
.option:hover { border-color: var(--accent); }
.option input { width: auto; margin-top: 4px; }

.kanban { display: grid; grid-template-columns: repeat(3, minmax(240px, 1fr)); gap: 14px; overflow-x: auto; padding-bottom: 8px; }
.column { background: var(--surface-soft); border-radius: var(--radius-md); padding: 14px; min-height: 260px; }
.column-title { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.story { width: min(760px, calc(100% - 32px)); margin: 0 auto; }
.story-scene { min-height: 78vh; display: grid; align-content: center; padding: 80px 0; }
.story-number { font-size: 13px; color: var(--accent-strong); font-weight: 800; letter-spacing: .1em; }
.story-visual {
  margin-top: 28px;
  padding: 32px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--surface-soft), var(--surface));
  border: 1px solid var(--line);
  font-size: clamp(32px, 8vw, 84px);
  text-align: center;
}

.style-row { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.swatches { display: flex; flex-wrap: wrap; gap: 12px; }
.swatch { width: 88px; height: 72px; border-radius: 12px; border: 1px solid var(--line); padding: 8px; display: flex; align-items: flex-end; font-size: 11px; }

@media (max-width: 780px) {
  .hero--decor::before, .hero--decor::after { display: none; }
  .hero-grid, .grid-3, .grid-2, .event-grid, .package-grid, .variant-grid { grid-template-columns: minmax(0, 1fr); }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .site-header { align-items: flex-start; padding: 14px 0; }
  .nav { justify-content: flex-end; }
  .split { display: grid; }
  .style-row { grid-template-columns: 1fr; gap: 8px; }
  .kanban { grid-template-columns: repeat(3, 84vw); }
  .section-heading, .cart-summary, .call-panel { align-items: flex-start; flex-direction: column; }
  .call-panel__actions { width: 100%; }
  .hero-photo, .hero-photo img { min-height: 320px; height: 320px; }
  .hero-photo { border-radius: 170px 170px var(--radius-md) var(--radius-md); }
  .cart-item { grid-template-columns: 1fr; }
  .cart-item img { width: 100%; height: 180px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 220px); margin-bottom: 40px; }
  .gallery-grid img:first-child { grid-row: auto; }
  .selected-variant { align-items: flex-start; flex-direction: column; }
  .variant-showcase { grid-template-columns: 1fr; }
  .carousel__viewport { min-height: 390px; }
}

@media (max-width: 480px) {
  :root { --floating-edge: 12px; }
  .site-header, .site-footer { display: grid; justify-items: start; }
  .site-header { grid-template-columns: minmax(0, 1fr); }
  .site-header .nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .site-header .nav a { justify-content: center; padding: 7px 9px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-name { font-size: 23px; }
  .brand::after { left: 52px; }
  .section { padding: 42px 0; }
  .hero-primary-action, .hero-primary-action .button { width: 100%; }
  .hero-logo { width: 96px; height: 96px; }
  .hero-contact { width: 100%; border-radius: var(--radius-control); }
  .hero-socials { width: 100%; justify-content: space-between; padding-top: 4px; }
  .hero-contact__text { min-width: 0; }
  .hero-contact small, .hero-contact strong { overflow-wrap: anywhere; }
  .actions, .actions .button, .cart-summary .button, .selected-variant .button, .information-actions .button, .call-panel .button { width: 100%; }
  .success-modal { max-height: calc(100vh - 32px); overflow-y: auto; padding: 34px 22px 24px; }
  .legal-document { padding: 22px 18px; }
  .legal-details div { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .carousel__viewport { min-height: 300px; }
  .carousel__arrow { width: 44px; height: 44px; }
}

@media (max-width: 240px) {
  .floating-cart { display: none; }
  .hero-contact { padding-right: 8px; }
  .hero-contact__symbol { width: 36px; height: 36px; }
}

.hero--company { padding: clamp(28px, 5vw, 64px) 0 48px; }
.company-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; gap: clamp(28px, 4vw, 60px); }
.company-intro h1 { max-width: 560px; font-size: clamp(36px, 4.1vw, 58px); line-height: 1.08; }
.company-intro .lead { margin: 22px 0; font-size: clamp(17px, 1.5vw, 19px); }
.company-experience { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 700; }
.company-experience span { color: var(--accent); font-size: 22px; }
.company-geography { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.company-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; }
.company-actions .text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; }
.button--company { position: relative; isolation: isolate; overflow: hidden; border-color: rgba(111,83,29,.42); background: linear-gradient(145deg, #fffdf9, #e9dfcb); color: var(--text); box-shadow: 0 5px 0 #a48547, 0 13px 26px rgba(46,37,24,.15); animation: company-button-glow 3s ease-in-out infinite; }
.button--company::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.9) 45%, transparent 70%); transform: translateX(-120%); transition: transform .55s ease; }
.button--company:hover { border-color: var(--accent); background: linear-gradient(145deg, #fff, #e6d5b4); color: var(--text); box-shadow: 0 7px 0 #8b6b2e, 0 18px 34px rgba(46,37,24,.2); transform: translateY(-3px); }
.button--company:hover::before, .button--company:focus-visible::before { transform: translateX(120%); }
.button--company:active { box-shadow: 0 2px 0 #8b6b2e, 0 7px 15px rgba(46,37,24,.16); transform: translateY(3px); }
.home-works { min-width: 0; }
.home-works__heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 16px; margin-bottom: 14px; }
.home-works__heading h2 { margin: 0; font-size: 25px; }
.home-works__heading > span { color: var(--muted); font-size: 12px; }
.home-works .carousel__viewport { min-height: 0; aspect-ratio: 1 / 1.04; border-radius: 100px 14px 14px 14px; }
.home-works .carousel__controls { padding-top: 8px; flex-wrap: wrap; gap: 0 16px; }

.about-hero { padding-top: 32px; }
.about-hero__grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(32px, 6vw, 84px); }
.about-decorator-photo { position: relative; min-height: 560px; margin: 0; overflow: hidden; border: 1px solid rgba(155,122,56,.34); border-radius: 180px 180px var(--radius-md) var(--radius-md); background: var(--surface-soft); box-shadow: var(--shadow); }
.about-decorator-photo img { width: 100%; height: 560px; object-fit: cover; object-position: center 30%; }
.about-hero__copy h1 { max-width: 650px; }
.about-hero__copy .lead { margin-bottom: 0; }
.about-recent__grid { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); align-items: center; gap: clamp(30px, 5vw, 64px); }
.about-section-copy .lead { font-size: 18px; }
.about-section-copy .button { margin-top: 14px; }
.about-recent .carousel__viewport { min-height: 0; aspect-ratio: 4 / 3; }
.about-general__heading { max-width: 720px; margin-bottom: 26px; }
.about-general__grid { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); align-items: start; gap: clamp(30px, 5vw, 60px); }
.about-general__copy { padding: clamp(22px, 3vw, 34px); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow); }
.about-general__copy p:first-child { margin-top: 0; }
.about-general__copy .company-experience { margin-top: 26px; }
.about-general .carousel__viewport { min-height: 0; aspect-ratio: 4 / 3; }

@keyframes company-button-glow {
  0%, 100% { box-shadow: 0 5px 0 #a48547, 0 13px 26px rgba(46,37,24,.15); }
  50% { box-shadow: 0 5px 0 #a48547, 0 17px 34px rgba(155,122,56,.28); }
}

@media (max-width: 780px) {
  .company-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .company-intro h1 { max-width: 620px; }
  .home-works .carousel__viewport { aspect-ratio: 4 / 3; border-top-left-radius: 64px; }
  .about-hero__grid, .about-recent__grid, .about-general__grid, .request-layout { grid-template-columns: minmax(0, 1fr); }
  .request-layout > div:first-child { position: static; }
  .about-decorator-photo, .about-decorator-photo img { min-height: 500px; height: 500px; }
  .about-decorator-photo { width: min(100%, 520px); margin-inline: auto; }
}

@media (max-width: 480px) {
  .company-actions { width: 100%; gap: 6px; }
  .company-actions .button { width: 100%; }
  .home-works .carousel__viewport { aspect-ratio: 1 / 1; border-top-left-radius: 48px; }
  .about-decorator-photo, .about-decorator-photo img { min-height: 430px; height: 430px; }
  .about-decorator-photo { border-radius: 120px 120px var(--radius-md) var(--radius-md); }
  .about-general .carousel__viewport { aspect-ratio: 1 / 1; }
  .social-links { justify-content: flex-start; }
  .record-details { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .button:hover { transform: none; }
  .button--company { animation: none; }
  .card-link:hover, .card-link:focus-visible, .card-link:hover img, .back-link:hover, .floating-cart:hover, .detail-card:hover, .card:hover, .variant-card:hover, .hero-contact:hover, .brand:hover .brand-mark { transform: none; }
}

.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus-visible { position: fixed; top: 12px; left: 12px; z-index: 100; width: auto; height: auto; margin: 0; padding: 12px 16px; overflow: visible; clip: auto; white-space: normal; border: 1px solid var(--accent); border-radius: var(--radius-control); background: var(--surface); color: var(--text); font-weight: 800; text-decoration: none; box-shadow: var(--shadow); }
