@charset "UTF-8";
/* ---------- COLORS ---------- */
/* ---------- FONT FAMILIES ---------- */
/* ---------- TYPOGRAPHY ---------- */
/* ---------- CSS CUSTOM PROPERTIES (для runtime-доступа из JS/замеров) ---------- */
:root {
  --c-white: #FFFFFF;
  --c-black: #000000;
  --c-ivory: #F7F1DF;
  --c-light-gray: #FAFAF9;
  --c-gold: #B29261;
  --c-orange: #E60000;
  --ff-display: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  --ff-sans: "CaslonDoric-stand", "Figtree", system-ui, -apple-system, sans-serif;
  --ff-script: "Shelley-stand", "Imperial Script", "Great Vibes", cursive;
}

.craft {
  width: 1440px;
  height: 1369px;
  background: #FFFFFF;
  padding: 160px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.craft__header {
  /* Figma Inner container 685 × 320 at (377.5, 160) */
  width: 685px;
  height: 320px;
  margin: 0 auto;
  text-align: center;
}
.craft__headline {
  /* 559 × 143 container */
  width: 559px;
  margin: 0 auto;
}
.craft__number {
  font-family: "CaslonDoric-stand", "Figtree", system-ui, -apple-system, sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.83em;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.craft__title {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #000000;
  margin: 16px 0 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.craft__body-wrap {
  margin-top: 32px;
}
.craft__body {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
  letter-spacing: -0.02em;
  color: #000000;
  width: 685px;
  margin: 0 auto;
}
.craft__body strong {
  font-weight: 600;
}
.craft__btn {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 2px;
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  transition: opacity 0.2s;
}
.craft__btn:hover {
  opacity: 0.7;
}
.craft__content {
  /* Figma Content container 1440 × 833 at y=536 */
  width: 1440px;
  height: 833px;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
}
.craft__photo {
  /* Image container 1440 × 470.
     Demo placeholder: ballroom with florals из Unsplash + fallback gradient. */
  width: 1440px;
  height: 470px;
  background: url("../../assets/img/sections/craft-photo.png") center/cover no-repeat, linear-gradient(135deg, #d9c9a8 0%, #b0946b 50%, #c9a87f 100%);
  position: relative;
}
.craft__cols {
  /* Craft components 1440 × 363 — 3-col */
  width: 1440px;
  height: 363px;
  padding: 48px 64px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
}
.craft__col-title {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #000000;
  margin: 0 0 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.craft__col-body {
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 16px;
}
.craft__learn {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 4px;
  font-family: "Chiswick-stand", "Playfair Display", "Times New Roman", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.craft {
  /* ───── Responsive overrides ───── */
}
@media (max-width: 1023px) {
  .craft {
    width: 100%;
    height: auto;
    padding: 96px 32px 0;
  }
  .craft__header {
    width: 100%;
    height: auto;
  }
  .craft__headline {
    width: 100%;
  }
  .craft__title {
    font-size: 64px;
    white-space: normal;
    line-height: 1.1;
  }
  .craft__body {
    width: 100%;
    max-width: 685px;
  }
  .craft__content {
    width: 100%;
    height: auto;
  }
  .craft__photo {
    width: calc(100% + 64px);
    margin-left: -32px;
    height: 380px;
  }
  .craft__cols {
    width: 100%;
    height: auto;
    padding: 40px 0 0;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .craft {
    padding: 64px 20px 0;
  }
  .craft__number {
    font-size: 11px;
  }
  .craft__title {
    font-size: 44px;
    margin-top: 12px;
  }
  .craft__body {
    font-size: 15px;
    line-height: 1.35;
  }
  .craft__btn {
    margin-top: 24px;
    font-size: 12px;
  }
  .craft__content {
    margin-top: 40px;
  }
  .craft__photo {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 240px;
  }
  .craft__cols {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 32px;
  }
  .craft__col-title {
    font-size: 18px;
  }
  .craft__col-body {
    font-size: 15px;
  }
}