:root {
  --bg-page: #1f1712;
  --bg-card: #2b201a;
  --accent: #e8a13c;
  --accent-soft: rgba(232, 161, 60, 0.14);
  --brand: #b4552d;
  --text-primary: #f5ede4;
  --text-muted: #c9b8a8;
  --line: #3a2c22;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg-page);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  color: var(--text-primary);
}

h2 {
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1.3rem;
}

p {
  margin: 0 0 1rem;
  max-width: 65ch;
}

.container {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.svg-sprite {
  display: none;
}

/* --- icon --- */
.ico {
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
  stroke: none;
  flex: none;
}

.ico--large {
  width: 2.5rem;
  height: 2.5rem;
}

/* --- buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.7rem 1.4rem;
  border-radius: 0.55rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn--accent {
  background: var(--accent);
  color: #1f1712;
  box-shadow: 0 4px 20px rgba(232, 161, 60, 0.25);
}

.btn--accent:hover {
  text-decoration: none;
  background: #f0ad4c;
  box-shadow: 0 6px 28px rgba(232, 161, 60, 0.4);
  transform: translateY(-1px);
}

.btn--small {
  min-height: 40px;
  padding: 0.5rem 1rem;
  background: var(--bg-card);
  color: var(--text-primary);
  border-color: var(--line);
}

.btn--small:hover {
  text-decoration: none;
  border-color: var(--accent);
}

/* --- header --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(31, 23, 18, 0.9);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 60px;
}

.brand {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--text-primary);
  text-decoration: none;
}

.nav-links {
  display: none;
  gap: 1.5rem;
}

.nav-links a {
  color: var(--text-muted);
  font-size: 0.95rem;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--text-primary);
}

/* --- hero --- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 23, 18, 0.25) 0%, rgba(31, 23, 18, 0.45) 45%, rgba(31, 23, 18, 0.92) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.hero-eyebrow {
  color: var(--accent);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.hero h1 {
  font-size: clamp(2.6rem, 9vw, 4.5rem);
  letter-spacing: 0.01em;
}

.hero-tagline {
  font-size: clamp(1.15rem, 3.5vw, 1.6rem);
  color: var(--text-primary);
  margin: 1rem 0 1.75rem;
  max-width: 26rem;
}

.hero-note {
  margin-top: 1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.hero-note a {
  color: var(--text-primary);
}

/* --- sections --- */
.section {
  padding: 4.5rem 0;
}

.section-lead {
  color: var(--text-muted);
  max-width: 60ch;
  margin-bottom: 2rem;
}

/* --- about --- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

.about-text p {
  color: var(--text-muted);
  max-width: 60ch;
  font-size: 1.05rem;
}

.facts {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.facts li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-left: 1.5rem;
  position: relative;
}

.facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.facts strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.15rem;
}

.facts span {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.about-photos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.about-photos figure,
.assortment-photo,
.contacts-photo {
  margin: 0;
}

.about-photos img,
.assortment-photo img,
.contacts-photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem;
  border: 1px solid var(--line);
}

.about-photos figcaption,
.contacts-photo figcaption {
  margin-top: 0.5rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* --- assortment --- */
.assortment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.group {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 1.5rem;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.group:hover {
  border-color: rgba(232, 161, 60, 0.4);
  box-shadow: 0 8px 30px rgba(232, 161, 60, 0.12);
}

.group h3 {
  margin-bottom: 1.25rem;
  color: var(--accent);
}

.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.price-list li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.price-list .item {
  color: var(--text-primary);
}

.price-list .dots {
  flex: 1;
  border-bottom: 1px dotted var(--text-muted);
  opacity: 0.5;
  transform: translateY(-3px);
}

.price-list .price {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
}

.assortment-photo img {
  aspect-ratio: 16 / 9;
  max-width: 48rem;
}

/* --- order form --- */
.order {
  background: var(--bg-card);
}

.order-hint {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 40rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.field label {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.field input,
.field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-primary);
  background: var(--bg-page);
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  padding: 0.85rem 1rem;
  min-height: 48px;
  width: 100%;
  transition: border-color 0.2s ease;
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(201, 184, 168, 0.55);
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #d9644a;
}

.field-error {
  margin: 0;
  color: #f0a58a;
  font-size: 0.85rem;
}

.form-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.btn--submit {
  width: 100%;
}

.form-error {
  margin: 0;
  color: #f0a58a;
  font-size: 0.9rem;
}

.order-success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-width: 40rem;
  padding: 1.5rem;
  background: var(--bg-page);
  border: 1px solid var(--accent);
  border-radius: 0.75rem;
}

.order-success .ico {
  color: var(--accent);
}

.order-success p {
  margin: 0;
  font-size: 1.1rem;
}

/* --- contacts --- */
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.contacts-info {
  display: grid;
  gap: 1.5rem;
}

.contact-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-row .ico {
  color: var(--accent);
  margin-top: 0.2rem;
  width: 1.4rem;
  height: 1.4rem;
}

.contact-row h3 {
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
  color: var(--text-muted);
}

.contact-row p {
  margin: 0;
  font-size: 1.05rem;
}

.contact-row a {
  color: var(--text-primary);
}

.contacts-photo img {
  aspect-ratio: 3 / 2;
}

.map-wrap {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--line);
}

.map {
  width: 100%;
  height: auto;
  display: block;
}

/* --- footer --- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: var(--text-muted);
}

/* --- desktop --- */
@media (min-width: 48rem) {
  .nav-links {
    display: flex;
  }

  .about-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
  }

  .about-photos {
    grid-template-columns: 1fr 1fr;
  }

  .assortment-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lead-form {
    grid-template-columns: 1fr 1fr;
  }

  .field--wide {
    grid-column: 1 / -1;
  }

  .form-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
  }

  .btn--submit {
    width: auto;
  }

  .contacts-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .map-wrap {
    grid-column: 1 / -1;
  }

  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 64rem) {
  .section {
    padding: 6rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
