@font-face {
  font-family: "Fredoka";
  src: url("custom-font.ttf") format("truetype");
}

body {
  margin: 0;
  background-color: #F4EEE3;
  color: #2B2118;
  font-family: "Fredoka", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

h1, h2, h3, h4, p, ul, figure {
  margin: 0;
  padding: 0;
}

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

a {
  color: #2B2118;
  text-decoration: none;
}

.s-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 48px;
  border-bottom: 1px solid #E3DAC9;
}

.s-brand {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
}

.s-nav-links {
  display: flex;
  align-items: center;
}

.s-nav-links a {
  margin-left: 34px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #7A6E60;
}

.s-nav-links a.on {
  color: #2B2118;
}

.s-btn {
  display: inline-block;
  background-color: #2B2118;
  color: #F4EEE3;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.s-btn-accent {
  background-color: #C45A2A;
}

.s-btn-ghost {
  background-color: transparent;
  border: 1px solid #2B2118;
  color: #2B2118;
}

.s-nav-links .s-btn {
  padding: 10px 22px;
  font-size: 12px;
  color: #F4EEE3;
}

.s-hero {
  text-align: center;
  padding: 56px 24px 0 24px;
}

.s-hero img {
  width: 430px;
  margin: 0 auto;
  border-radius: 24px;
}

.s-head {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 72px 24px 80px 24px;
}

.s-label {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #C45A2A;
  margin-bottom: 22px;
}

.s-head h1 {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hl-rust {
  background-color: #C45A2A;
  color: #FBF8F1;
  border-radius: 8px;
  padding: 0 10px;
}

.s-intro {
  max-width: 560px;
  margin: 26px auto 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: #7A6E60;
}

.s-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 48px 40px 48px;
}

.s-cols {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.s-form-col {
  width: 58%;
}

.s-side-col {
  width: 42%;
}

.s-col-label {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #C45A2A;
  margin-bottom: 20px;
}

.s-row {
  display: flex;
  gap: 18px;
}

.s-row .s-field {
  width: 50%;
}

.s-field {
  margin-bottom: 20px;
}

.s-field label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}

.s-field input, .s-field select, .s-field textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #FBF8F1;
  border: 1px solid #E3DAC9;
  border-radius: 12px;
  padding: 13px 16px;
  font-family: inherit;
  font-size: 14px;
  color: #2B2118;
}

.s-field input::placeholder, .s-field textarea::placeholder {
  color: #7A6E60;
}

.s-field input:focus, .s-field select:focus, .s-field textarea:focus {
  outline: none;
  border: 1px solid #C45A2A;
}

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

.s-upload {
  display: block;
  background-color: #FBF8F1;
  border: 1.5px dashed #C45A2A;
  border-radius: 12px;
  padding: 36px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.s-upload .up-icon {
  display: block;
  font-size: 32px;
  color: #C45A2A;
}

.s-upload b {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}

.s-upload p {
  font-size: 13px;
  color: #7A6E60;
  margin-top: 4px;
}

.s-file {
  display: none;
}

.s-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: #7A6E60;
  margin-bottom: 26px;
}

.s-check input {
  margin-top: 4px;
  accent-color: #C45A2A;
}

.s-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.s-panel {
  background-color: #FBF8F1;
  border: 1px solid #E3DAC9;
  border-radius: 20px;
  padding: 30px;
}

.s-panel h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.s-panel > p {
  font-size: 14px;
  color: #7A6E60;
  margin-bottom: 18px;
}

.s-wants {
  list-style: none;
  margin-bottom: 22px;
}

.s-wants li {
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0;
  border-bottom: 1px solid #E3DAC9;
}

.s-wants li b {
  color: #C45A2A;
  margin-right: 8px;
}

.s-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #E3DAC9;
}

.s-spec-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.s-spec-row span {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #7A6E60;
}

.s-spec-row b {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}

.s-strip-sec {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 48px 100px 48px;
}

.s-divider {
  border: none;
  border-top: 1px solid #E3DAC9;
  margin-bottom: 40px;
}

.s-strip-sec h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.s-strip {
  display: flex;
  gap: 24px;
  margin-top: 44px;
}

.s-strip figure {
  width: 33%;
}

.s-strip img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.s-strip figcaption {
  margin-top: 14px;
}

.s-strip figcaption b {
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.s-strip figcaption span {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #7A6E60;
}

.s-footer {
  background-color: #2B2118;
  color: #F4EEE3;
  padding: 70px 48px 30px 48px;
}

.s-foot-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
}

.s-foot-grid > div {
  width: 25%;
}

.s-foot-grid > div:first-child {
  width: 34%;
}

.s-foot-grid h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.s-foot-grid p {
  font-size: 13px;
  color: #CDBFA9;
  line-height: 2;
}

.s-foot-grid a {
  color: #CDBFA9;
}

.s-copy {
  max-width: 1180px;
  margin: 48px auto 0 auto;
  border-top: 1px solid #4A3B2C;
  padding-top: 20px;
  font-size: 12px;
  color: #B7A98F;
}

@media (max-width: 900px) {
  .s-nav {
    padding: 16px 20px;
  }
  .s-nav-links a {
    display: none;
  }
  .s-nav-links .s-btn {
    display: inline-block;
  }
  .s-hero img {
    width: 86%;
  }
  .s-head {
    padding: 50px 20px 60px 20px;
  }
  .s-head h1 {
    font-size: 40px;
  }
  .s-main {
    padding: 0 20px 30px 20px;
  }
  .s-cols {
    flex-direction: column;
  }
  .s-form-col, .s-side-col {
    width: 100%;
  }
  .s-side-col {
    margin-top: 40px;
  }
  .s-row {
    flex-direction: column;
    gap: 0;
  }
  .s-row .s-field {
    width: 100%;
  }
  .s-strip-sec {
    padding: 30px 20px 70px 20px;
  }
  .s-strip-sec h2 {
    font-size: 30px;
  }
  .s-strip {
    flex-direction: column;
  }
  .s-strip figure {
    width: 100%;
  }
  .s-footer {
    padding: 50px 20px 30px 20px;
  }
  .s-foot-grid {
    flex-direction: column;
    gap: 36px;
  }
  .s-foot-grid > div, .s-foot-grid > div:first-child {
    width: 100%;
  }
}
