.about-page {
  background: #f7f2eb !important;
  color: #12233a !important;
}

.au-sheet {
  width: min(1240px, calc(100% - 1.4rem));
  margin: 1rem auto 2.2rem;
  background: #fff;
  border: 1px solid #eadfd4;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(18, 35, 58, 0.06);
}

.au-hero {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(220px, 1fr) minmax(280px, 1.35fr);
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.15rem 1rem;
  border-bottom: 1px solid #f0e6dc;
}

.au-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.au-mark {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  background: #fff4ef;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.au-mark svg { width: 38px; height: 38px; }
.au-brand strong {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #12233a;
}
.au-brand p {
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  color: #3f372f;
  max-width: 16rem;
}
.au-brand em,
.au-title em,
.au-card em {
  font-style: normal;
  color: #ff4d1a;
  font-weight: 800;
}

.au-title { text-align: center; }
.au-title h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  letter-spacing: 0.08em;
  color: #12233a;
}
.au-title p {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #3f372f;
  line-height: 1.4;
}

.au-villa {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eadfd4;
  min-height: 148px;
}
.au-villa img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.au-trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0.85rem 1.1rem;
}

.au-card {
  background: #fff;
  border: 1px solid #eadfd4;
  border-radius: 10px;
  padding: 0 0 0.9rem;
  min-width: 0;
}
.au-card > p,
.au-card li p {
  margin: 0.7rem 0.9rem 0;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
  color: #2c261f;
}

.au-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.55rem 0.8rem;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  border-radius: 9px 9px 0 0;
}
.au-head svg { width: 16px; height: 16px; flex-shrink: 0; }
.au-head.orange { background: #ff4d1a; }
.au-head.navy { background: #12233a; }
.au-head.green { background: #6f7d32; }
.au-head.wide {
  border-radius: 0;
  justify-content: center;
  letter-spacing: 0.18em;
  font-size: 0.92rem;
  padding: 0.7rem 1rem;
}

.au-mini {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.25rem;
  margin: 0.85rem 0.55rem 0;
  padding: 0;
}
.au-mini li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ff4d1a;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}
.au-mini svg {
  width: 22px;
  height: 22px;
  margin-bottom: 0.28rem;
  color: #ff4d1a;
}

.au-note {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 0.9rem 0.9rem 0 !important;
  padding-top: 0.7rem;
  border-top: 1px solid #f0e6dc;
  font-size: 0.74rem !important;
}
.au-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #ff4d1a;
  margin-top: 0.1rem;
}

.au-timeline {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0.2rem 0.7rem 0;
}
.au-timeline li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.55rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #f3ebe3;
}
.au-timeline li:last-child { border-bottom: 0; }
.au-timeline .au-ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff4ef;
  color: #ff4d1a;
  display: grid;
  place-items: center;
}
.au-timeline .au-ico svg { width: 14px; height: 14px; }
.au-timeline strong {
  display: block;
  color: #ff4d1a;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}
.au-timeline p {
  margin: 0.15rem 0 0 !important;
  font-size: 0.76rem !important;
}

.au-founder-name {
  margin: 0.75rem 0.9rem 0 !important;
  font-size: 1.05rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #12233a !important;
}
.au-founder-role {
  margin: 0.15rem 0.9rem 0 !important;
  color: #ff4d1a !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.au-ship {
  margin: 0.55rem 0.9rem 0;
  background: #f7f2eb;
  border-radius: 8px;
  padding: 0.45rem 0.4rem 0.2rem;
}
.au-ship svg { width: 100%; height: 72px; display: block; }
.au-card blockquote {
  margin: 0.75rem 0.9rem 0;
  padding: 0.7rem 0.75rem;
  background: #fff4ef;
  border-left: 4px solid #ff4d1a;
  color: #12233a;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.5;
}

.au-do { margin: 0 0 0.2rem; }
.au-do-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.85rem 1.1rem 0.3rem;
}
.au-do-grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #12233a;
  padding: 0.45rem 0.2rem 0.6rem;
  min-width: 0;
}
.au-do-grid svg {
  width: 28px;
  height: 28px;
  color: #ff4d1a;
  margin-bottom: 0.4rem;
}
.au-do-grid strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 0.28rem;
  color: #12233a;
}
.au-do-grid span {
  font-size: 0.7rem;
  font-weight: 600;
  color: #5c534c;
  line-height: 1.35;
}

.au-approach,
.au-why,
.au-vmp {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0 0.85rem;
}
.au-approach li,
.au-why li,
.au-vmp li {
  margin: 0 0 0.7rem;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.45;
  color: #2c261f;
}
.au-approach span,
.au-vmp strong,
.au-why strong {
  display: block;
  color: #ff4d1a;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.18rem;
}
.au-why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.7rem;
}
.au-why li { margin: 0 0 0.45rem; }
.au-why span {
  display: block;
  color: #5c534c;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.au-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  background: #12233a;
  color: #fff;
  padding: 0.75rem 1.1rem;
  margin-top: 0.55rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.au-strip p { margin: 0; }
.au-strip p:first-child { color: #ffb199; }
.au-strip-mid { text-align: center; color: #fff; }
.au-strip p:last-child { text-align: right; color: #b8f0c2; }

@media (max-width: 1100px) {
  .au-do-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .au-hero { grid-template-columns: 1fr 1fr; }
  .au-villa { grid-column: 1 / -1; }
  .au-villa img { height: 210px; }
}
@media (max-width: 860px) {
  .au-trio { grid-template-columns: 1fr; }
  .au-hero { grid-template-columns: 1fr; text-align: left; }
  .au-title { text-align: left; }
  .au-do-grid { grid-template-columns: 1fr 1fr; }
  .au-why { grid-template-columns: 1fr; }
  .au-strip {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.35rem;
  }
  .au-strip p:last-child { text-align: center; }
  .au-mini { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 0.6rem; }
}
