/* Samino — track-order page */

body.samino-track-page { background-color: #FFF7E8; }

/* Hero */
.samino-track__hero {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 138, 91, 0.10), transparent 55%),
    #FFF7E8;
  padding: 80px 24px 40px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.06);
}
.samino-track__hero-inner { max-width: 1100px; margin: 0 auto; }
.samino-track__eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #FF8A5B;
  font-weight: 700;
  margin-bottom: 14px;
}
.samino-track__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 5.6vw, 56px);
  line-height: 1.05;
  color: #1C1C1C;
  margin-bottom: 14px;
}
.samino-track__sub {
  font-size: 15px;
  line-height: 1.65;
  color: #4a4a4a;
  max-width: 640px;
}

/* Layout */
.samino-track__main { padding: 56px 24px 80px; }
.samino-track__layout {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .samino-track__layout { grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
}

/* Form card (wraps the WC shortcode) */
.samino-track__form-card {
  background: #fff;
  border: 1px solid #ECE6D7;
  border-radius: 22px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 26px 48px -32px rgba(28, 28, 28, 0.18);
}
.samino-track__form-eyebrow {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #FF8A5B;
  font-weight: 700;
  margin-bottom: 8px;
}
.samino-track__form-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.2;
  margin-bottom: 24px;
  color: #1C1C1C;
}

/* WC order tracking form — restyle inputs and button */
.samino-track__form-card .track_order p {
  margin: 0 0 18px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.6;
}
.samino-track__form-card .track_order p label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1C1C1C;
  font-weight: 700;
  margin-bottom: 8px;
}
.samino-track__form-card .track_order .form-row,
.samino-track__form-card .track_order p.form-row {
  margin-bottom: 18px;
}
.samino-track__form-card .track_order input[type="text"],
.samino-track__form-card .track_order input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  background: #FFF7E8;
  border: 1.5px solid #ECE6D7;
  border-radius: 12px;
  font-size: 14px;
  font-family: inherit;
  color: #1C1C1C;
  outline: none;
  transition: border-color .15s, background .15s;
}
.samino-track__form-card .track_order input:focus {
  border-color: #FF8A5B;
  background: #fff;
}
.samino-track__form-card .track_order button,
.samino-track__form-card .track_order .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 22px;
  background: #1C1C1C;
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
  text-decoration: none;
}
.samino-track__form-card .track_order button:hover,
.samino-track__form-card .track_order .button:hover { background: #FF8A5B; }

/* Help tiles */
.samino-track__help { display: flex; flex-direction: column; gap: 12px; }
.samino-track__help-eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #7A7A7A;
  font-weight: 700;
  margin-bottom: 4px;
}
.samino-track__help-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  margin-bottom: 16px;
  color: #1C1C1C;
}

.samino-track__help-tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  background: #fff;
  border: 1px solid #ECE6D7;
  border-radius: 16px;
  text-decoration: none;
  color: #1C1C1C;
  transition: transform .25s, box-shadow .25s, border-color .2s;
}
.samino-track__help-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px -22px rgba(28, 28, 28, 0.18);
  border-color: rgba(255, 138, 91, 0.4);
}
.samino-track__help-icon {
  flex-shrink: 0;
  width: 42px; height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFF7E8;
  color: #FF8A5B;
  border-radius: 12px;
}
.samino-track__help-tile-title {
  font-size: 14px;
  font-weight: 600;
  color: #1C1C1C;
  margin-bottom: 2px;
}
.samino-track__help-tile-meta {
  font-size: 12px;
  color: #7A7A7A;
}
.samino-track__help-arrow {
  margin-left: auto;
  color: #C4C4C4;
  transition: transform .2s, color .2s;
}
.samino-track__help-tile:hover .samino-track__help-arrow {
  color: #FF8A5B;
  transform: translateX(2px);
}

/* WC order details (after form submit) */
.samino-track__form-card .woocommerce-order-details,
.samino-track__form-card .order_details,
.samino-track__form-card table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  font-size: 13px;
}
.samino-track__form-card table.shop_table th,
.samino-track__form-card table.shop_table td {
  padding: 12px 14px;
  border-bottom: 1px solid #ECE6D7;
  text-align: left;
}
.samino-track__form-card table.shop_table th {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7A7A7A;
  font-weight: 600;
  background: #FFF7E8;
}
.samino-track__form-card .woocommerce-customer-details h2,
.samino-track__form-card .woocommerce-order-details h2 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  margin: 24px 0 12px;
  color: #1C1C1C;
}
