:root {
  --bg: #fbf6ef;
  --bg-soft: #fffaf4;
  --ink: #17120f;
  --muted: #71645b;
  --line: rgba(23, 18, 15, 0.12);
  --accent: #ff7a59;
  --accent-dark: #323C7A;
  --sage: #b7c7a7;
  --cream: #fff1d9;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(62, 43, 31, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: radial-gradient(circle at 10% 10%, #fff0df 0 20%, transparent 35%), radial-gradient(circle at 95% 0%, #dce7d1 0 18%, transparent 34%), var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255, 250, 244, 0.76);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 42px rgba(38, 27, 20, 0.08);
}

.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.04em; }
.logo img { width: 174px; height: auto; display: block; }
.footer-logo img { width: 190px; }
.nav { display: flex; gap: 24px; color: var(--muted); font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-select select {
  border: 1px solid var(--line); background: #fffaf4; border-radius: 999px; padding: 10px 34px 10px 14px;
  color: var(--ink); font-weight: 600;
}
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--ink); }
.menu-toggle span { display: block; width: 18px; height: 2px; background: white; margin: 5px auto; }

.section-pad { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 92px 0; position: relative; z-index: 1; }
.hero { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 56px; min-height: 760px; padding-top: 78px; }
.eyebrow { margin: 0 0 16px; color: var(--accent-dark); font-weight: 800; text-transform: uppercase; letter-spacing: 0.13em; font-size: 12px; }
h1, h2, h3 { margin: 0; line-height: 0.95; letter-spacing: -0.06em; }
h1, h2 { font-family: "Playfair Display", serif; }
h1 { font-size: clamp(58px, 8vw, 118px); }
h2 { font-size: clamp(40px, 5vw, 76px); }
h3 { font-size: 24px; letter-spacing: -0.04em; }
p { color: var(--muted); line-height: 1.7; }
.hero-text {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 24px; border-radius: 999px; border: 1px solid var(--ink);
  background: var(--ink); color: white; font-weight: 800; box-shadow: 0 12px 28px rgba(23, 18, 15, 0.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(23, 18, 15, 0.22); }
.btn-small { min-height: 40px; padding: 0 16px; font-size: 14px; }
.btn-ghost { background: transparent; color: var(--ink); box-shadow: none; }
.btn-light { background: white; color: var(--ink); border-color: white; }
.hero-art { position: relative; min-height: 620px; }
.image-placeholder {
  border: 1.5px dashed rgba(23, 18, 15, 0.28); border-radius: var(--radius); background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,241,217,.8));
  min-height: 250px; display: grid; place-items: center; text-align: center; padding: 22px; color: var(--muted); box-shadow: var(--shadow);
}
.image-placeholder span { display: block; font-weight: 900; color: var(--ink); }
.image-placeholder small { display: block; margin-top: 8px; }
.site-image {
  width: 100%; height: 100%; min-height: 250px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,241,217,.8));
}
.main-placeholder { min-height: 580px; border-radius: 42px; transform: rotate(2deg); }
.floating-card {
  position: absolute; width: 230px; padding: 18px; border-radius: 24px; background: rgba(255,250,244,.86); border: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: var(--shadow);
}
.floating-card strong { display: block; font-size: 20px; margin-bottom: 6px; }
.floating-card span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.card-one { left: -20px; top: 70px; transform: rotate(-8deg); }
.card-two { right: -10px; bottom: 70px; transform: rotate(7deg); }

.marquee { position: relative; z-index: 1; overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,250,244,.5); }
.marquee-track { display: flex; width: max-content; animation: scroll 28s linear infinite; }
.marquee span { padding: 22px 32px; font-family: "Playfair Display", serif; font-size: 28px; font-weight: 800; white-space: nowrap; }
@keyframes scroll { to { transform: translateX(-50%); } }

.split-section { display: grid; grid-template-columns: .9fr 1.3fr; gap: 48px; align-items: start; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { padding: 28px; border-radius: var(--radius); background: rgba(255,250,244,.74); border: 1px solid var(--line); box-shadow: 0 16px 48px rgba(62, 43, 31, 0.08); }
.icon { width: 46px; height: 46px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; font-weight: 900; margin-bottom: 24px; }

.gallery { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: center; }
.gallery-copy p { max-width: 420px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gallery-grid .tall { min-height: 450px; grid-row: span 2; }
.gallery-grid .wide { grid-column: span 2; min-height: 220px; }

.family-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.family-image { min-height: 520px; transform: rotate(-2deg); }
.family-copy { padding: 40px; border-radius: 38px; background: rgba(255,250,244,.62); border: 1px solid var(--line); }

.custom-section { padding-block: 70px; }
.custom-card { max-width: 860px; margin: 0 auto; text-align: center; padding: 56px; border-radius: 42px; background: var(--sage); box-shadow: var(--shadow); }
.custom-card p { color: rgba(23,18,15,.72); }

.store-panel {
  display: grid; grid-template-columns: 1fr 1fr auto; gap: 36px; align-items: center;
  padding: 46px; border-radius: 42px; background: var(--ink); color: white; box-shadow: var(--shadow);
}
.store-panel p, .store-panel .eyebrow { color: rgba(255,255,255,.72); }
.store-benefits { display: grid; gap: 16px; }
.store-benefits div { padding: 16px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.store-benefits strong, .store-benefits span { display: block; }
.store-benefits span { color: rgba(255,255,255,.68); margin-top: 6px; line-height: 1.5; }

.contacts-card {
  display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 34px; align-items: start;
  padding: 50px; border-radius: 42px; background: var(--bg-soft); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.contact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-list div { padding: 18px; border-radius: 22px; background: white; border: 1px solid var(--line); }
.contact-list strong, .contact-list span, .contact-list a { display: block; }
.contact-list strong { margin-bottom: 6px; }
.contact-list span, .contact-list a { color: var(--muted); line-height: 1.5; }
.contact-list a:hover { color: var(--ink); }

.footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 36px 0 46px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 1; }
.footer-company { color: var(--muted); font-weight: 500; line-height: 1.7; }

.cookie-banner {
  position: fixed; left: 50%; bottom: 18px; z-index: 30; width: min(760px, calc(100% - 32px));
  transform: translateX(-50%); display: none; align-items: center; justify-content: space-between; gap: 18px;
  padding: 18px; border-radius: 28px; background: rgba(255, 250, 244, 0.94); border: 1px solid var(--line);
  box-shadow: 0 24px 80px rgba(23, 18, 15, 0.18); backdrop-filter: blur(16px);
}
.cookie-banner.is-visible { display: flex; }
.cookie-banner p { margin: 0; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .nav { display: none; position: absolute; inset: calc(100% + 10px) 0 auto 0; padding: 18px; border-radius: 28px; background: var(--bg-soft); border: 1px solid var(--line); flex-direction: column; }
  .nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .hero, .split-section, .gallery, .family-section, .store-panel, .contacts-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-art { min-height: 520px; }
  .main-placeholder { min-height: 500px; }
  .store-panel { text-align: left; }
}

@media (max-width: 620px) {
  .site-header { border-radius: 28px; align-items: center; }
  .header-actions .btn-small { display: none; }
  .language-select select { max-width: 132px; }
  .logo img { width: 132px; }
  .section-pad { padding: 62px 0; }
  .hero { padding-top: 52px; gap: 26px; }
  h1 { font-size: 56px; }
  h2 { font-size: 42px; }
  .feature-grid, .gallery-grid, .contact-list { grid-template-columns: 1fr; }
  .gallery-grid .wide, .gallery-grid .tall { grid-column: auto; grid-row: auto; min-height: 240px; }
  .floating-card { position: static; width: auto; margin-top: 14px; transform: none; }
  .hero-art { min-height: auto; }
  .main-placeholder { min-height: 360px; transform: none; }
  .custom-card, .contacts-card, .store-panel, .family-copy { padding: 28px; border-radius: 30px; }
  .footer { flex-direction: column; align-items: flex-start; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-actions { flex-direction: column; }
}

/* Custom request page */
.request-main {
  position: relative;
  z-index: 1;
}

.request-section {
  width: min(940px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.request-intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.request-intro h1 {
  margin-bottom: 18px;
}

.request-form {
  padding: 42px;
  border-radius: 42px;
  background: rgba(255, 250, 244, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.form-row {
  display: grid;
  gap: 18px;
}

.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--ink);
  font-weight: 700;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 15px 16px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

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

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: var(--accent-dark);
  box-shadow: 0 0 0 4px rgba(50, 60, 122, 0.12);
}

.form-field.has-error input,
.form-field.has-error textarea,
.form-field.has-error select {
  border-color: #c72f2f;
  box-shadow: 0 0 0 4px rgba(199, 47, 47, 0.1);
}

.field-error {
  display: none;
  color: #c72f2f;
  font-weight: 700;
}

.form-field.has-error .field-error {
  display: block;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.form-status.is-success {
  color: #1f7a4d;
}

.form-status.is-error {
  color: #c72f2f;
}


.section-heading {
  display: grid;
  gap: 14px;
  max-width: 620px;
}

.section-heading.centered {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.mold-benefits {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 46px;
  align-items: start;
  padding-top: 28px;
}

.benefits-list {
  display: grid;
  gap: 16px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(255, 250, 244, 0.78);
  border: 1px solid var(--line);
  box-shadow: 0 16px 48px rgba(62, 43, 31, 0.08);
}

.benefit-item > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--accent-dark);
  font-weight: 900;
}

.benefit-item h3 {
  margin-bottom: 8px;
}

.benefit-item p {
  margin: 0;
}

.examples-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 18px;
}

.examples-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,241,217,.8));
  box-shadow: 0 16px 48px rgba(62, 43, 31, 0.1);
}

.example-large {
  grid-column: span 2;
  grid-row: span 2;
}

.example-tall {
  grid-row: span 2;
}

.example-wide {
  grid-column: span 2;
}

@media (max-width: 920px) {
  .mold-benefits {
    grid-template-columns: 1fr;
  }

  .examples-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .benefit-item {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .examples-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .example-large,
  .example-tall,
  .example-wide {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .two-columns {
    grid-template-columns: 1fr;
  }

  .request-form {
    padding: 28px;
    border-radius: 30px;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
