:root {
  --aelvoro-ink: #111111;
  --aelvoro-muted: #6f6b64;
  --aelvoro-line: #e7e1d8;
  --aelvoro-paper: #faf8f3;
  --aelvoro-white: #ffffff;
  --aelvoro-accent: #9b7a4d;
  --aelvoro-accent-dark: #6f5636;
}

body {
  background: var(--aelvoro-paper);
  color: var(--aelvoro-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-title,
.site-title a,
.ast-site-title-wrap .site-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: .12em;
}

.main-header-menu .menu-link {
  font-size: .77rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ast-primary-header-bar {
  border-bottom: 1px solid rgba(17, 17, 17, .08);
  backdrop-filter: blur(14px);
}

.entry-title,
h1,
h2,
h3 {
  color: var(--aelvoro-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

p {
  color: var(--aelvoro-muted);
}

.ast-container,
.site-content .ast-container {
  max-width: 1240px;
}

.home .entry-header,
.page-id-5 .entry-header,
.page-id-11 .entry-header,
.page-id-12 .entry-header,
.page-id-13 .entry-header {
  display: none;
}

.home.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0;
}

.aelvoro-hero {
  min-height: min(82vh, 760px);
  display: grid;
  align-items: end;
  margin: 0 calc(50% - 50vw);
  padding: clamp(6rem, 10vw, 9rem) clamp(1.25rem, 5vw, 5rem) clamp(3rem, 7vw, 5rem);
  background:
    linear-gradient(90deg, rgba(17, 17, 17, .72), rgba(17, 17, 17, .3) 48%, rgba(17, 17, 17, .05)),
    url("https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.aelvoro-hero__content {
  max-width: 660px;
}

.aelvoro-kicker,
.aelvoro-eyebrow {
  color: var(--aelvoro-accent);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  margin-bottom: .8rem;
  text-transform: uppercase;
}

.aelvoro-hero h1 {
  color: var(--aelvoro-white);
  font-size: clamp(3rem, 7vw, 7.2rem);
  line-height: .92;
  margin: 0 0 1.25rem;
  max-width: 840px;
}

.aelvoro-hero p {
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.75;
  max-width: 520px;
}

.aelvoro-actions,
.aelvoro-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 1.6rem;
}

.aelvoro-button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button {
  align-items: center;
  background: var(--aelvoro-ink) !important;
  border: 1px solid var(--aelvoro-ink) !important;
  border-radius: 0 !important;
  color: var(--aelvoro-white) !important;
  display: inline-flex;
  font-size: .78rem !important;
  font-weight: 700 !important;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 46px;
  padding: .9rem 1.35rem !important;
  text-transform: uppercase;
}

.aelvoro-button--light {
  background: var(--aelvoro-white) !important;
  border-color: var(--aelvoro-white) !important;
  color: var(--aelvoro-ink) !important;
}

.aelvoro-button--ghost {
  background: transparent !important;
  border-color: rgba(255, 255, 255, .7) !important;
  color: var(--aelvoro-white) !important;
}

.aelvoro-section {
  padding: clamp(3rem, 7vw, 6.5rem) 0;
}

.aelvoro-section--white {
  background: var(--aelvoro-white);
  margin: 0 calc(50% - 50vw);
  padding-left: max(1.25rem, calc((100vw - 1240px) / 2));
  padding-right: max(1.25rem, calc((100vw - 1240px) / 2));
}

.aelvoro-section-header {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.aelvoro-section-header h2 {
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  line-height: .98;
  margin: 0;
}

.aelvoro-section-header p {
  margin: 0;
  max-width: 390px;
}

.aelvoro-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.aelvoro-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aelvoro-editorial {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, .86fr);
}

.aelvoro-editorial img,
.aelvoro-tile img {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.aelvoro-editorial h2 {
  font-size: clamp(2.4rem, 5vw, 5.5rem);
  line-height: .96;
  margin-bottom: 1rem;
}

.aelvoro-editorial p {
  font-size: 1.03rem;
  line-height: 1.8;
  max-width: 520px;
}

.aelvoro-tile {
  background: var(--aelvoro-white);
}

.aelvoro-tile__body {
  padding: 1.2rem 0 0;
}

.aelvoro-tile h3 {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 .35rem;
  text-transform: uppercase;
}

.aelvoro-tile p {
  margin: 0;
}

.aelvoro-note-band {
  border-bottom: 1px solid var(--aelvoro-line);
  border-top: 1px solid var(--aelvoro-line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1.4rem 0;
}

.aelvoro-note-band strong {
  display: block;
  font-size: .78rem;
  letter-spacing: .09em;
  margin-bottom: .25rem;
  text-transform: uppercase;
}

.aelvoro-note-band span {
  color: var(--aelvoro-muted);
  font-size: .92rem;
}

.woocommerce ul.products {
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
}

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

.woocommerce ul.products li.product {
  background: transparent;
  margin: 0 !important;
  width: auto !important;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 5;
  background: #eee9df;
  margin: 0 0 1rem;
  object-fit: cover;
  width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--aelvoro-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 0;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
  color: var(--aelvoro-muted);
  font-size: .92rem;
}

.woocommerce .star-rating {
  color: var(--aelvoro-accent);
}

.woocommerce div.product .product_title {
  font-size: clamp(2rem, 4vw, 4.5rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--aelvoro-ink);
  font-size: 1.25rem;
}

.woocommerce-store-notice,
p.demo_store {
  background: var(--aelvoro-ink);
  color: var(--aelvoro-white);
}

.site-footer {
  background: var(--aelvoro-ink);
  color: rgba(255, 255, 255, .74);
}

.site-footer a,
.site-footer p,
.site-footer .widget-title {
  color: rgba(255, 255, 255, .78);
}

.ast-footer-copyright p {
  font-size: 0;
}

.ast-footer-copyright p::before {
  content: "Copyright 2026 AELVORO. All rights reserved.";
  color: rgba(255, 255, 255, .74);
  font-size: .92rem;
}

@media (max-width: 900px) {
  .aelvoro-section-header,
  .aelvoro-editorial {
    display: block;
  }

  .aelvoro-grid--3,
  .woocommerce ul.products.columns-3,
  .aelvoro-note-band {
    grid-template-columns: 1fr;
  }

  .aelvoro-section-header p,
  .aelvoro-editorial p {
    margin-top: 1rem;
  }
}

@media (max-width: 544px) {
  .aelvoro-hero {
    min-height: 74vh;
    padding-top: 5rem;
  }

  .aelvoro-actions,
  .aelvoro-inline-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .aelvoro-button,
  .wp-block-button__link {
    width: 100%;
  }
}
