/* AGE-SCS home assets. Generated from the reviewed V1.0 storefront baseline. */
.age-hero {
position: relative;
  min-height: min(560px, calc(100vh - 210px));
  overflow: hidden;
  background: #272727;
  color: var(--age-paper);
}

.age-hero-media,
.age-hero-media::after {
position: absolute;
  inset: 0;
}

.age-hero-media img {
width: 100%;
  height: 100%;
  object-fit: cover;
}

.age-hero-media::after {
content: "";
  background: linear-gradient(90deg, rgb(17 22 27 / 88%) 0%, rgb(17 22 27 / 63%) 34%, rgb(17 22 27 / 8%) 64%, transparent 100%);
}

.age-hero-inner {
position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  align-items: center;
  padding-block: 72px 100px;
}

.age-hero-copy {
width: min(620px, 55%);
}

.age-hero-copy h1 {
max-width: 600px;
  margin-bottom: 20px;
}

.age-hero-copy > p:not(.age-kicker) {
max-width: 580px;
  margin-bottom: 28px;
  color: rgb(255 255 255 / 86%);
  font-size: 1.08rem;
}

.age-hero-actions {
display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.age-quick-find {
position: relative;
  z-index: 3;
  margin-top: -40px;
}

.age-quick-find-inner {
display: grid;
  min-height: 120px;
  align-items: center;
  gap: 34px;
  padding: 22px 30px;
  grid-template-columns: minmax(240px, 0.75fr) minmax(400px, 1.25fr);
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
  background: var(--age-paper);
  box-shadow: var(--age-shadow);
}

.age-quick-find-inner h2 {
margin: 0;
  font-size: 1.45rem;
}

.age-wide-search {
position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
  background: var(--age-surface);
}

.age-wide-search > .age-icon {
margin-left: 16px;
  color: var(--age-muted);
}

.age-wide-search input {
min-width: 0;
  min-height: 52px;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
}

.age-wide-search button {
min-height: 44px;
  margin-right: 4px;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  background: var(--age-ink);
  color: var(--age-paper);
  font-weight: 800;
}

.age-category-grid {
display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.age-category-tile {
display: grid;
  min-height: 108px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  grid-template-columns: auto 1fr auto;
  border: 1px solid var(--age-line);
  border-radius: var(--age-radius);
  background: var(--age-paper);
  color: var(--age-ink);
  text-decoration: none;
}

.age-category-tile:hover,
.age-category-tile:focus-visible {
border-color: var(--age-accent);
  box-shadow: 0 8px 24px rgb(23 32 42 / 8%);
}

.age-category-icon {
display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--age-surface-strong);
  color: var(--age-accent);
}

.age-category-tile > .age-icon {
color: var(--age-muted);
}

.age-category-tile span:not(.age-category-icon) {
display: grid;
  min-width: 0;
}

.age-category-tile strong {
overflow-wrap: anywhere;
}

.age-category-tile small {
margin-top: 2px;
  color: var(--age-muted);
}

.age-service-band {
padding-block: 58px;
  background: var(--age-ink);
  color: var(--age-paper);
}

.age-service-grid {
display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.age-service-grid > div {
min-width: 0;
  padding: 0 36px;
  border-right: 1px solid rgb(255 255 255 / 18%);
}

.age-service-grid > div:first-child {
padding-left: 0;
}

.age-service-grid > div:last-child {
padding-right: 0;
  border-right: 0;
}

.age-service-number {
color: #ffb98d;
  font-size: 0.8rem;
  font-weight: 900;
}

.age-service-grid h2 {
margin: 10px 0 12px;
  font-size: 1.45rem;
}

.age-service-grid p {
margin-bottom: 0;
  color: rgb(255 255 255 / 72%);
}

.age-job-section {
border-top: 1px solid var(--age-line);
}

.age-job-layout {
display: grid;
  align-items: start;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.age-job-copy p:not(.age-kicker) {
max-width: 600px;
  color: var(--age-muted);
  font-size: 1.06rem;
}

.age-job-points {
display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--age-line);
}

.age-job-points > div {
display: flex;
  min-height: 126px;
  gap: 12px;
  padding: 22px 18px;
  border-right: 1px solid var(--age-line);
  border-bottom: 1px solid var(--age-line);
}

.age-job-points > div:nth-child(2n) {
border-right: 0;
}

.age-job-points .age-icon {
margin-top: 2px;
  color: var(--age-success);
}

.age-job-points span {
display: grid;
  align-content: start;
}

.age-job-points small {
margin-top: 5px;
  color: var(--age-muted);
}

@media (max-width: 1080px) {
.age-category-grid,
  .woocommerce ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 820px) {
.age-hero {
min-height: min(660px, calc(100svh - 54px));
}

.age-hero-media::after {
background: linear-gradient(0deg, rgb(17 22 27 / 92%) 0%, rgb(17 22 27 / 66%) 54%, rgb(17 22 27 / 10%) 100%);
}

.age-hero-media img {
object-position: 63% center;
}

.age-hero-inner {
align-items: end;
    padding-block: 250px 90px;
}

.age-hero-copy {
width: 100%;
}

.age-quick-find-inner {
gap: 18px;
    grid-template-columns: 1fr;
}

.age-category-grid,
  .woocommerce ul.products {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.age-service-grid,
  .age-benefit-grid {
grid-template-columns: 1fr;
}

.age-service-grid > div,
  .age-service-grid > div:first-child,
  .age-service-grid > div:last-child,
  .age-benefit-grid > div,
  .age-benefit-grid > div:first-child,
  .age-benefit-grid > div:last-child {
padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.age-service-grid > div:last-child,
  .age-benefit-grid > div:last-child {
border-bottom: 0;
}

.age-job-layout {
gap: 44px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 560px) {
.age-hero {
min-height: min(620px, calc(100svh - 34px));
}

.age-hero-inner {
padding-bottom: 78px;
}

.age-hero-copy h1 {
font-size: 2.45rem;
}

.age-hero-actions {
display: grid;
}

.age-hero-actions .button {
width: 100%;
}

.age-quick-find {
margin-top: -28px;
}

.age-quick-find-inner {
padding: 20px;
}

.age-wide-search {
grid-template-columns: auto 1fr;
}

.age-wide-search button {
grid-column: 1 / -1;
    margin: 0 4px 4px;
}

.age-category-grid {
grid-template-columns: 1fr;
}

.age-job-points {
grid-template-columns: 1fr;
}

.age-job-points > div,
  .age-job-points > div:nth-child(2n) {
border-right: 0;
}
}
