.inner-page {
  padding: 48px 0 80px;
  background: var(--cream, #faf8f3);
}

.page-hero {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 48px;
}

.page-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 10px;
}

.page-hero h1,
.about-copy h2,
.about-types h2,
.about-serve h2,
.about-process h2,
.about-wear h2,
.contact-form h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-synthesis: none;
  background-image: var(--heading-grad, linear-gradient(to right, #1d2f54d1 0%, #b91c2ed6 100%));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.page-hero h1 {
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.1;
  margin-bottom: 14px;
}

.page-hero p,
.about-copy p,
.about-types .section-lead,
.about-serve .section-lead,
.about-process .section-lead,
.about-wear .section-lead,
.contact-form-lead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.about-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
}

.about-copy h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.15;
  margin-bottom: 16px;
}

.about-copy p {
  margin-bottom: 14px;
}

.about-copy .btn {
  margin-top: 10px;
}

.about-perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0 0 48px;
}

.about-perks li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 10px 24px rgba(90, 70, 40, 0.08);
}

.about-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  border-radius: 12px;
  background: #f2f0e9;
  color: var(--brown-dark, #8f1423);
  transition: background 0.2s ease, color 0.2s ease;
}

.about-icon svg {
  width: 22px;
  height: 22px;
}

.about-perks strong {
  display: block;
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 0;
}

.about-perks li > span:not(.about-icon) {
  grid-column: 2;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 4px;
}

.about-serve,
.about-process {
  margin-bottom: 56px;
}

.about-serve h2,
.about-process h2,
.about-wear h2,
.about-types h2,
.about-types .types-head h2 {
  text-align: center;
  font-size: clamp(26px, 3vw, 34px);
  margin-bottom: 10px;
}

.about-serve .section-lead,
.about-process .section-lead,
.about-wear .section-lead,
.about-types .types-head p {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.about-serve-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-serve-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 10px 24px rgba(90, 70, 40, 0.08);
}

.about-serve-grid .about-icon {
  margin-bottom: 0;
}

.about-serve-grid h3 {
  font-size: 16px;
  font-weight: var(--fw-display);
  font-synthesis: none;
  color: var(--navy);
  margin-bottom: 0;
}

.about-serve-grid p {
  grid-column: 2;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 6px;
}

.about-steps {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 8px 28px;
  box-shadow: 0 10px 24px rgba(90, 70, 40, 0.08);
}

.about-page .types-head {
  display: block;
  text-align: center;
  margin-bottom: 28px;
}

.about-page .types-head h2,
.about-page .types-head p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  justify-self: auto;
}

.about-page .types-grid.about-type-cards {
  grid-template-columns: repeat(3, 1fr);
}

.about-types {
  margin-bottom: 24px;
  padding: 8px 0 16px;
  background: transparent;
}

.about-wear {
  padding: 24px 0 8px;
}

.about-wear-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.about-wear-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  background: var(--gray-ph, #ececec);
}

.about-page .how-quote {
  padding: 48px 0 24px;
}

.about-media {
  border-radius: 24px;
  overflow: hidden;
  background: var(--gray-ph, #ececec);
  box-shadow: 0 16px 40px rgba(90, 55, 20, 0.12);
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}

.about-stats article {
  background: #fff;
  border-radius: 18px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(90, 70, 40, 0.08);
}

.about-stats strong {
  display: block;
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-synthesis: none;
  font-size: 32px;
  color: var(--brown-dark, #8f1423);
  margin-bottom: 6px;
}

.about-stats span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: 32px;
  align-items: start;
}

.contact-aside {
  display: grid;
  gap: 14px;
}

.contact-card {
  display: grid;
  gap: 4px;
  background: #fff;
  border-radius: 18px;
  padding: 20px 18px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 24px rgba(90, 70, 40, 0.08);
}

.contact-card .about-icon {
  margin-bottom: 8px;
}

a.contact-card:hover,
a.contact-card:focus-visible {
  box-shadow: 0 14px 28px rgba(90, 70, 40, 0.14);
}

a.contact-card:hover .about-icon,
a.contact-card:focus-visible .about-icon {
  background: #1c2438;
  color: #ffffff;
}

.contact-card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brown);
}

.contact-card strong {
  font-size: 18px;
  color: var(--navy);
}

.contact-card span:last-child {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.contact-form {
  background: #fff;
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: 0 16px 40px rgba(90, 70, 40, 0.1);
}

.contact-form h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.contact-form-lead {
  margin-bottom: 22px;
  font-size: 14px;
}

.contact-form-lead a {
  color: var(--brown-dark, #8f1423);
  font-weight: 600;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line, #e5e3dc);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.contact-form .form-row input {
  margin-top: 0;
}

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

.contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-error,
.contact-success {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
}

.contact-error {
  color: #9b2c2c;
}

.contact-success {
  color: #276749;
}

.contact-form .btn {
  margin-top: 18px;
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.legal-content h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-synthesis: none;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.2;
  margin-bottom: 10px;
  background-image: var(--heading-grad, linear-gradient(to right, #1d2f54d1 0%, #b91c2ed6 100%));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.legal-content p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.legal-content a {
  color: var(--brown-dark, #8f1423);
  font-weight: 600;
}

.not-found-links {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 0 auto 28px;
  padding: 0;
}

.not-found-links a {
  display: block;
  padding: 14px 16px;
  background: #fff;
  border-radius: 14px;
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 8px 20px rgba(90, 70, 40, 0.08);
}

.not-found-cta {
  text-align: center;
}

.thank-you-page {
  display: flex;
  align-items: center;
  min-height: min(70vh, 720px);
  padding-bottom: 0;
}

.thank-you-actions .phone-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  flex-shrink: 0;
}

.thank-you-panel {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 24px;
  padding: clamp(32px, 5vw, 48px);
  box-shadow: 0 14px 36px rgba(90, 70, 40, 0.1);
}

.thank-you-panel h1 {
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-synthesis: none;
  background-image: var(--heading-grad, linear-gradient(to right, #1d2f54d1 0%, #b91c2ed6 100%));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: clamp(30px, 4.5vw, 44px);
  line-height: 1.15;
  margin-bottom: 14px;
}

.thank-you-panel > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.thank-you-next {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
  text-align: left;
}

.thank-you-next li {
  position: relative;
  padding: 12px 16px 12px 42px;
  background: var(--cream, #faf8f3);
  border-radius: 14px;
  color: var(--navy, #1f2a44);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.thank-you-next li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--brown, #8f1423);
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 980px) {
  .about-intro,
  .contact-layout,
  .about-serve-grid,
  .about-page .types-grid.about-type-cards {
    grid-template-columns: 1fr 1fr;
  }

  .about-perks,
  .about-wear-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .inner-page {
    padding: 32px 0 56px;
  }

  .about-intro,
  .contact-layout,
  .about-serve-grid,
  .about-perks,
  .about-wear-grid,
  .about-page .types-grid.about-type-cards,
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }

  .about-media img,
  .about-wear-grid img {
    min-height: 240px;
    height: 240px;
  }

  .about-steps {
    padding: 8px 18px;
  }

  .contact-form {
    padding: 22px 18px;
  }
}
