:root {
  --orange: #e8530a;
  --orange-dark: #a33200;
  --black: #080808;
  --surface: #111111;
  --surface-2: #181818;
  --white: #f8f6f2;
  --muted: rgba(248, 246, 242, 0.55);
  --muted-2: rgba(248, 246, 242, 0.3);
  --border: rgba(255, 255, 255, 0.1);
  --wrap: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  background: radial-gradient(circle at 80% 10%, rgba(232, 83, 10, 0.08), transparent 40%), var(--black);
  color: var(--white);
  line-height: 1.6;
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.wrap {
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(8, 8, 8, 0.9);
  border-bottom: 1px solid var(--border);
}

.site-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo img,
.site-logo .custom-logo {
  height: 28px;
  width: auto;
}

.site-nav { margin-left: auto; }
.site-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.site-nav__list a {
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
}

.site-nav__list a:hover,
.site-nav__list .current-menu-item > a {
  color: var(--white);
}

.site-cta {
  font-size: 12px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 18px;
  transition: 0.2s ease;
}

.site-cta:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--white);
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  padding: 110px 0 84px;
  border-bottom: 1px solid var(--border);
}

.hero__eyebrow {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 800;
  margin: 0 0 20px;
}

.hero h1,
.section__head h1,
.section__head h2,
.prose h1,
.prose h2,
.prose h3 {
  font-family: "Fraunces", serif;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.05;
}

.hero h1 {
  font-size: clamp(52px, 8vw, 104px);
  margin: 0 0 18px;
}

.hero h1 em,
.section__head h2 em {
  color: var(--orange);
  font-style: italic;
}

.hero__copy {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 20px;
}

.btn--primary {
  background: var(--orange);
  color: white;
}

.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
}

.section {
  padding: 80px 0;
}

.section--dark {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent);
  border-bottom: 1px solid var(--border);
}

.section__head p {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 800;
}

.section__head h2,
.section__head h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 60px);
}

.services-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.services-grid article {
  padding: 24px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.01);
}

.services-grid h3 {
  margin: 0 0 8px;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: 28px;
}

.services-grid p {
  margin: 0;
  color: var(--muted);
}

.post-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.post-card {
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
}

.post-card__link {
  text-decoration: none;
  display: block;
}

.post-card__thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: brightness(0.82);
}

.post-card__body {
  padding: 16px;
}

.post-card__meta {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted-2);
  font-weight: 700;
}

.post-card h2,
.post-card h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
}

.prose-wrap {
  max-width: 920px;
}

.prose {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.01);
  padding: 28px;
}

.prose h1 {
  margin-top: 0;
  font-size: clamp(36px, 6vw, 62px);
}

.prose p,
.prose li {
  color: var(--muted);
}

.prose__featured {
  margin: 18px 0 24px;
}

body.page-template-template-shop .site-main .wrap,
body.woocommerce .site-main .wrap,
body.woocommerce-page .site-main .wrap,
body.post-type-archive-product .site-main .wrap,
body.single-product .site-main .wrap {
  padding-left: 32px;
  padding-right: 32px;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding-top: 56px;
  background: var(--black);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 34px;
}

.site-footer__logo img {
  height: 26px;
  width: auto;
}

.site-footer h4 {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site-footer p {
  margin-top: 10px;
  color: var(--muted);
}

.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.site-footer__menu a {
  text-decoration: none;
  color: var(--muted);
}

.site-footer__menu a:hover {
  color: var(--white);
}

.site-footer__bottom {
  border-top: 1px solid var(--border);
  padding: 18px 0 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.site-footer__bottom p,
.site-footer__bottom a {
  margin: 0;
  color: var(--muted-2);
  text-decoration: none;
}

.pagination-wrap {
  margin-top: 30px;
}

.pagination-wrap .nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination-wrap .page-numbers {
  border: 1px solid var(--border);
  padding: 7px 10px;
  color: var(--muted);
  text-decoration: none;
}

.pagination-wrap .current {
  color: white;
  border-color: var(--orange);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 1024px) {
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header__inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .site-cta { display: none; }

  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    background: rgba(8, 8, 8, 0.98);
    border-bottom: 1px solid var(--border);
    padding: 16px 20px;
  }

  .site-nav.is-open { display: block; }

  .site-nav__list {
    display: grid;
    gap: 12px;
  }

  .site-nav__list a {
    display: block;
    padding: 8px 0;
  }

  .hero { padding: 84px 0 56px; }
  .services-grid { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bottom { flex-direction: column; }
}
