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

body {
  margin: 0;
  background-color: #FAF3E7;
  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;
  gap: 16px;
  padding: 20px 48px;
  border-bottom: 1px solid #EAD9BE;
}

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

.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: #5C4633;
  white-space: nowrap;
}

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

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

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

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

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

.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: #C4552D;
  margin-bottom: 22px;
}

.s-head h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
}

.hl-rust {
  background-color: #E8862E;
  color: #FFFFFF;
  border-radius: 16px;
  padding: 0 18px;
}

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

.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: #C4552D;
  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: #FFFFFF;
  border: 1px solid #EAD9BE;
  border-radius: 12px;
  padding: 13px 16px;
  font-family: inherit;
  font-size: 14px;
  color: #2B2118;
}

.s-field input::placeholder, .s-field textarea::placeholder {
  color: #5C4633;
}

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

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

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

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

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

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

.s-file {
  display: none;
}

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

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

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

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

.s-panel h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 14px;
}

.s-panel > p {
  font-size: 14px;
  color: #5C4633;
  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 #EAD9BE;
}

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

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

.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: #5C4633;
}

.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 #EAD9BE;
  margin-bottom: 40px;
}

.s-strip-sec h2 {
  font-size: 40px;
  font-weight: 900;
  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: 900;
}

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

.s-footer {
  background-color: #EAD9BE;
  color: #2B2118;
  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: 16px;
  font-weight: 900;
  margin-bottom: 16px;
}

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

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

.s-copy {
  max-width: 1180px;
  margin: 48px auto 0 auto;
  border-top: 2px dashed #C9B892;
  padding-top: 20px;
  font-size: 12px;
  color: #5C4633;
}

@media (max-width: 900px) {
  .s-nav {
    padding: 16px 20px;
  }
  .s-brand {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .s-nav-links a {
    display: none;
  }
  .s-nav-links .s-btn {
    display: inline-block;
    margin-left: 0;
    padding: 9px 18px;
    font-size: 11px;
  }
  .s-hero {
    padding: 40px 20px 0 20px;
  }
  .s-hero img {
    width: 86%;
  }
  .s-head {
    padding: 50px 20px 60px 20px;
  }
  .s-head h1 {
    font-size: 40px;
  }
  .hl-rust {
    border-radius: 12px;
    padding: 0 12px;
  }
  .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-actions {
    flex-direction: column;
  }
  .s-actions .s-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .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 24px 20px;
  }
  .s-foot-grid {
    flex-direction: column;
    gap: 36px;
  }
  .s-foot-grid > div, .s-foot-grid > div:first-child {
    width: 100%;
  }
}

/* ===== Animations (pure CSS) ===== */

@keyframes sFadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sTilt {
  0%, 100% { transform: rotate(-1.2deg); }
  50% { transform: rotate(1.2deg); }
}

/* --- Entrance --- */
.s-nav {
  animation: sFadeUp 0.6s ease both;
}

.s-hero img {
  animation: sFadeUp 0.9s ease 0.15s both, sTilt 7s ease-in-out 1.2s infinite;
  transition: box-shadow 0.35s ease;
}

.s-hero img:hover {
  box-shadow: 0 18px 36px rgba(43, 33, 24, 0.2);
}

.s-head {
  animation: sFadeUp 0.9s ease 0.3s both;
}

/* --- Buttons --- */
.s-btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.s-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(43, 33, 24, 0.22);
}

.s-btn-ghost:hover {
  background-color: #2B2118;
  color: #FAF3E7;
}

.s-nav-links a:not(.s-btn) {
  transition: color 0.25s ease;
}

.s-nav-links a:not(.s-btn):hover {
  color: #2B2118;
}

/* --- Form --- */
.s-field input, .s-field select, .s-field textarea {
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.s-field input:focus, .s-field select:focus, .s-field textarea:focus {
  box-shadow: 0 0 0 4px rgba(232, 134, 46, 0.15);
}

.s-upload {
  transition: background-color 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}

.s-upload:hover {
  background-color: #FDF6EA;
  transform: translateY(-2px);
}

/* --- Photo hover effects --- */
.s-strip figure {
  transition: transform 0.35s ease;
}

.s-strip img {
  transition: transform 0.5s ease, box-shadow 0.35s ease;
}

.s-strip figure:hover {
  transform: translateY(-8px);
}

.s-strip figure:hover img {
  transform: scale(1.05);
  position: relative;
  z-index: 2;
  box-shadow: 0 16px 32px rgba(43, 33, 24, 0.2);
}

.s-panel {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.s-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(43, 33, 24, 0.1);
}

/* --- Footer links --- */
.s-foot-grid a {
  transition: color 0.25s ease;
}

.s-foot-grid a:hover {
  color: #2B2118;
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
