:root {
  color: #f7f4ef;
  background: #161616;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 0%, rgb(181 57 8 / 16%), transparent 28rem),
    #161616;
  color: #f7f4ef;
}

a {
  color: inherit;
}

a:hover {
  color: #dd4b0f;
}

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

.seo-shell {
  width: min(70rem, calc(100% - 2rem));
  margin-inline: auto;
}

.seo-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  background: rgb(18 18 18 / 94%);
  backdrop-filter: blur(12px);
}

.seo-header__inner,
.seo-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 4.5rem;
}

.seo-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 900;
  text-decoration: none;
}

.seo-brand img {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
}

.seo-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
}

.seo-nav a,
.seo-button {
  text-decoration: none;
}

.seo-hero {
  padding-block: clamp(4rem, 9vw, 7rem);
}

.seo-eyebrow {
  margin: 0 0 0.75rem;
  color: #dd4b0f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

h1 {
  max-width: 52rem;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 5.4rem);
}

h2 {
  margin-top: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

h3 {
  font-size: 1.5rem;
}

.seo-lead {
  max-width: 48rem;
  margin: 1.5rem 0 0;
  color: rgb(247 244 239 / 78%);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.seo-button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #dd4b0f;
  border-radius: 0.35rem;
  padding: 0.75rem 1.1rem;
  background: #b93608;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-button--secondary {
  background: transparent;
}

.seo-section {
  padding-block: clamp(3rem, 7vw, 5.5rem);
  border-top: 1px solid rgb(255 255 255 / 11%);
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1.25rem;
}

.seo-card {
  padding: 1.5rem;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 0.4rem;
  background: rgb(0 0 0 / 24%);
}

.seo-card p,
.seo-copy,
.seo-list {
  color: rgb(247 244 239 / 72%);
}

.seo-card__image {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: contain;
}

.seo-price {
  color: #dd4b0f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 900;
}

.seo-product {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.seo-product__image {
  width: 100%;
  max-height: 32rem;
  object-fit: contain;
}

.seo-breadcrumbs {
  padding-top: 1.25rem;
  color: rgb(247 244 239 / 58%);
  font-size: 0.85rem;
}

.seo-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
}

.seo-fact {
  padding: 1rem;
  border-left: 3px solid #b93608;
  background: rgb(255 255 255 / 4%);
}

.seo-footer {
  border-top: 1px solid rgb(255 255 255 / 12%);
  background: #101010;
}

@media (min-width: 52rem) {
  .seo-product {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 44rem) {
  .seo-header__inner,
  .seo-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 0.85rem;
  }
}
