* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FBF7F1;
  color: #2E2A26;
  font-size: 16px;
  line-height: 1.68;
  overflow-x: hidden;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

[id] {
  scroll-margin-top: 96px;
}

.tape-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #FBF7F1;
  border-bottom: 1px solid #E7DECF;
}

.tape-nav.scrolled {
  box-shadow: 0 3px 0 #E7DECF;
}

.tape-nav-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 26px;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.spool-chip {
  width: 14px;
  height: 14px;
  background-color: #B3402E;
  border-radius: 3px;
  flex: none;
}

.brand-name {
  color: #6B3F23;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tape-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
  list-style: none;
}

.tape-links a {
  display: inline-flex;
  align-items: center;
  color: #2E2A26;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

.tape-links a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #B3402E;
  margin-right: 8px;
  flex: none;
}

.tape-links a:hover {
  color: #6B3F23;
  border-bottom-color: #6B3F23;
}

.tape-strip {
  height: 14px;
  background-color: #F5EEE3;
  background-image:
    repeating-linear-gradient(90deg, #B3402E 0, #B3402E 2px, #F5EEE3 2px, #F5EEE3 18px),
    repeating-linear-gradient(90deg, #34547A 0, #34547A 3px, #F5EEE3 3px, #F5EEE3 90px);
  background-size: 18px 7px, 90px 14px;
  background-repeat: repeat-x;
  background-position: 0 4px, 0 0;
  border-top: 1px solid #E7DECF;
}

.cutting-table-hero {
  background-color: #F5EEE3;
  background-image:
    repeating-linear-gradient(0deg, #E7DECF 0, #E7DECF 1px, transparent 1px, transparent 60px),
    repeating-linear-gradient(90deg, #E7DECF 0, #E7DECF 1px, transparent 1px, transparent 60px);
  padding: 76px 0 88px;
}

.hero-inner {
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: center;
}

.hero-art {
  position: relative;
  z-index: 1;
  min-height: 430px;
}

.fabric-a {
  position: absolute;
  left: 0;
  top: 168px;
  width: 440px;
  height: 148px;
  background-color: #6B3F23;
  border-radius: 12px;
}

.fabric-a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 10px;
  background-color: #54301B;
  border-radius: 0;
}

.fabric-b {
  position: absolute;
  left: 36px;
  top: 116px;
  width: 404px;
  height: 148px;
  background-color: #34547A;
  border-radius: 12px;
}

.fabric-b::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 10px;
  background-color: #27405C;
}

.fabric-c {
  position: absolute;
  left: 72px;
  top: 64px;
  width: 366px;
  height: 148px;
  background-color: #B3402E;
  border-radius: 12px;
}

.fabric-c::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 10px;
  background-color: #8E3123;
}

.fabric-tuck {
  position: absolute;
  right: -42px;
  top: 236px;
  width: 130px;
  height: 112px;
  background-color: #6B3F23;
  border-radius: 0 12px 12px 0;
}

.spool {
  position: absolute;
  left: 316px;
  top: 4px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FBF7F1;
  border: 11px solid #6B3F23;
}

.spool::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #6B3F23;
}

.thread-line {
  position: absolute;
  left: 90px;
  top: 46px;
  width: 540px;
  border-top: 3px dashed #B3402E;
  transform: rotate(-6deg);
}

.garment-tag {
  position: absolute;
  left: 486px;
  top: 250px;
  width: 152px;
  height: 92px;
  background-color: #FBF7F1;
  border: 2px solid #6B3F23;
  border-radius: 8px;
}

.tag-hole {
  position: absolute;
  left: 13px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2E2A26;
}

.tag-line-1 {
  position: absolute;
  left: 16px;
  top: 34px;
  width: 96px;
  height: 8px;
  background-color: #E7DECF;
  border-radius: 4px;
}

.tag-line-2 {
  position: absolute;
  left: 16px;
  top: 54px;
  width: 64px;
  height: 8px;
  background-color: #E7DECF;
  border-radius: 4px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-left: 58px;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #6B3F23;
  color: #FBF7F1;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 3px;
  margin-bottom: 24px;
}

.hero-title {
  color: #6B3F23;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 24px;
}

.hero-title .accent {
  color: #B3402E;
}

.hero-copy p {
  color: #2E2A26;
  max-width: 540px;
  margin-bottom: 14px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1.4px;
  padding: 15px 28px;
  border-radius: 4px;
}

.btn-primary {
  background-color: #6B3F23;
  color: #FBF7F1;
}

.btn-primary:hover {
  background-color: #54301B;
}

.btn-outline {
  background-color: #F5EEE3;
  color: #6B3F23;
  border: 2px solid #6B3F23;
  padding: 13px 26px;
}

.btn-outline:hover {
  background-color: #E7DECF;
}

.stitch-steps {
  padding: 88px 0;
}

.section-head {
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.kicker {
  display: inline-block;
  color: #34547A;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  margin-bottom: 12px;
}

.section-head h2 {
  color: #6B3F23;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-head p {
  color: #2E2A26;
}

.stitch-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.stitch-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 37px;
  border-top: 2px dashed #B3402E;
}

.step {
  position: relative;
}

.step-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #34547A;
  color: #FBF7F1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  border: 5px solid #FBF7F1;
}

.step h3 {
  color: #6B3F23;
  font-size: 20px;
  margin-bottom: 10px;
}

.step p {
  color: #2E2A26;
}

.metric-band {
  background-color: #6B3F23;
  padding: 58px 0 62px;
}

.metric-kicker {
  color: #F5EEE3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 34px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metric {
  text-align: center;
  padding: 0 18px;
}

.metric + .metric {
  border-left: 1px solid #F5EEE3;
}

.metric-num {
  color: #FBF7F1;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
}

.metric-label {
  color: #F5EEE3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}

.statement-band {
  background-color: #F5EEE3;
  padding: 80px 0;
}

.statement-card {
  max-width: 900px;
  margin: 0 auto;
  border-left: 4px solid #B3402E;
  padding: 6px 0 6px 36px;
}

.statement-card .statement-text {
  color: #6B3F23;
  font-size: 23px;
  line-height: 1.55;
  font-weight: 600;
}

.statement-attr {
  margin-top: 20px;
  color: #2E2A26;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-size: 13px;
  font-weight: 800;
}

.cta-band {
  padding: 88px 0 92px;
  text-align: center;
}

.cta-band h2 {
  color: #6B3F23;
  font-size: 34px;
  margin-bottom: 16px;
}

.cta-band p {
  color: #2E2A26;
  max-width: 680px;
  margin: 0 auto 30px;
}

.four-col-footer {
  background-color: #6B3F23;
  color: #F5EEE3;
}

.footer-cols {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1fr 1.35fr;
  padding: 56px 0 44px;
}

.footer-col {
  padding: 0 28px;
}

.footer-col:first-child {
  padding-left: 0;
}

.footer-col:last-child {
  padding-right: 0;
}

.footer-col + .footer-col {
  border-left: 1px solid #F5EEE3;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-brand-name {
  color: #FBF7F1;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-col h4 {
  color: #FBF7F1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 15px;
}

.footer-col p {
  color: #F5EEE3;
  margin-bottom: 12px;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 9px;
}

.footer-col a {
  color: #F5EEE3;
  text-decoration: none;
  font-weight: 600;
}

.footer-col a:hover {
  color: #FBF7F1;
  text-decoration: underline;
}

.footer-bottom {
  background-color: #F5EEE3;
  color: #2E2A26;
  padding: 16px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.footer-bottom-inner p {
  font-weight: 600;
  font-size: 14px;
}

.page-hero {
  background-color: #F5EEE3;
  border-bottom: 1px solid #E7DECF;
  padding: 66px 0 62px;
}

.page-hero h1 {
  color: #6B3F23;
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.page-hero .kicker {
  margin-bottom: 14px;
}

.page-hero p {
  color: #2E2A26;
  max-width: 820px;
}

.services-list {
  padding: 26px 0 30px;
}

.service-block {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px 30px;
  padding: 44px 0;
  border-bottom: 1px solid #E7DECF;
}

.service-block:last-of-type {
  border-bottom: none;
}

.service-index {
  color: #B3402E;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.service-block h2 {
  color: #6B3F23;
  font-size: 27px;
  margin-bottom: 12px;
}

.service-block p {
  color: #2E2A26;
  margin-bottom: 12px;
}

.service-block p:last-child {
  margin-bottom: 0;
}

.contact-section {
  padding: 72px 0 78px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 44px;
  align-items: start;
}

.contact-panel {
  background-color: #F5EEE3;
  border: 1px solid #E7DECF;
  border-radius: 8px;
  padding: 34px;
}

.contact-panel h2 {
  color: #6B3F23;
  font-size: 26px;
  margin-bottom: 8px;
}

.contact-panel .panel-note {
  color: #2E2A26;
  margin-bottom: 22px;
}

.form-field {
  margin-bottom: 16px;
}

.form-field label {
  display: block;
  color: #6B3F23;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 12px;
  margin-bottom: 7px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #E7DECF;
  border-radius: 4px;
  background-color: #FBF7F1;
  color: #2E2A26;
  font-family: inherit;
  font-size: 16px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #7A6A58;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #6B3F23;
  outline: 2px solid #34547A;
  outline-offset: 1px;
}

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

.form-status {
  display: none;
  margin-top: 16px;
  padding: 13px 15px;
  border-radius: 4px;
  background-color: #34547A;
  color: #FBF7F1;
  font-weight: 600;
}

.form-status.show {
  display: block;
}

.info-card {
  background-color: #F5EEE3;
  border-left: 4px solid #B3402E;
  border-radius: 0 6px 6px 0;
  padding: 18px 22px;
  margin-bottom: 16px;
}

.info-card h3 {
  color: #6B3F23;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 8px;
}

.info-card p {
  color: #2E2A26;
}

.info-card a {
  color: #34547A;
  font-weight: 700;
  text-decoration: none;
}

.info-card a:hover {
  text-decoration: underline;
}

.faq-section {
  padding: 20px 0 84px;
}

.faq-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.faq-wrap h2 {
  color: #6B3F23;
  font-size: 30px;
  margin-bottom: 24px;
  text-align: center;
}

.faq-list {
  margin-top: 6px;
}

.faq-item {
  background-color: #F5EEE3;
  border: 1px solid #E7DECF;
  border-radius: 6px;
  margin-bottom: 14px;
}

.faq-q {
  width: 100%;
  text-align: left;
  background-color: #F5EEE3;
  border: none;
  color: #6B3F23;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  padding: 17px 20px;
  cursor: pointer;
}

.faq-q:hover {
  color: #54301B;
}

.faq-a {
  padding: 0 20px 18px;
  color: #2E2A26;
}

.faq-list.faq-ready .faq-item:not(.open) .faq-a {
  display: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1020px) {
  .hero-title {
    font-size: 42px;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 34px 0;
  }
  .footer-col {
    padding: 0 24px;
  }
  .footer-col:nth-child(odd) {
    padding-left: 0;
    border-left: none;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-art {
    display: none;
  }
  .hero-copy {
    padding-left: 0;
  }
  .stitch-track {
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }
  .stitch-line {
    display: none;
  }
  .metric-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 0;
  }
  .metric:nth-child(3) {
    border-left: none;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .service-block {
    grid-template-columns: 1fr;
  }
  .service-index {
    margin-bottom: -6px;
  }
}

@media (max-width: 620px) {
  .tape-nav-row {
    justify-content: center;
    text-align: center;
  }
  .tape-links {
    justify-content: center;
  }
  .hero-title {
    font-size: 34px;
  }
  .page-hero h1 {
    font-size: 33px;
  }
  .section-head h2,
  .cta-band h2 {
    font-size: 27px;
  }
  .statement-card {
    padding-left: 22px;
  }
  .statement-card .statement-text {
    font-size: 19px;
  }
  .stitch-track,
  .metric-grid,
  .footer-cols {
    grid-template-columns: 1fr;
  }
  .metric + .metric {
    border-left: none;
    border-top: 1px solid #F5EEE3;
    padding-top: 26px;
  }
  .metric-band .metric:nth-child(n+2) {
    margin-top: 26px;
  }
  .footer-col {
    padding: 0;
    border-left: none;
  }
  .contact-panel {
    padding: 24px;
  }
}
