.inner-page {
  padding: 48px 0 80px;
  background: var(--cream, #fff9f4);
}

.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, #b57b43d1 0%, #6b3704d6 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: #f6eee4;
  color: var(--brown-dark, #7a4f2a);
  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, #7a4f2a);
  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: #3a2c22;
  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, #7a4f2a);
  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, #e8e4e0);
  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;
}

@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;
  }
}
