*, *::before, *::after { box-sizing: border-box; }

:root {
  --lw-ink: #1f2a24;
  --lw-muted: #66726a;
  --lw-paper: #fffaf0;
  --lw-panel: #fffdf7;
  --lw-green: #2f7d3c;
  --lw-green-dark: #1d5f2e;
  --lw-line: rgba(31, 42, 36, 0.12);
  --lw-shadow: 0 22px 60px rgba(31, 42, 36, 0.12);
  --lw-serif: "Fraunces", Georgia, serif;
  --lw-sans: "Manrope", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lw-max: 1180px;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body.tag-page {
  margin: 0;
  font-family: var(--lw-sans);
  color: var(--lw-ink);
  background: var(--lw-paper);
  line-height: 1.6;
  overflow-x: hidden;
}

body.tag-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.tag-page a {
  color: inherit;
  text-decoration: none;
}

.tag-shell {
  min-height: 100vh;
}

.tag-container {
  width: min(100% - 40px, var(--lw-max));
  margin: 0 auto;
}

.tag-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 240, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--lw-line);
}

.tag-nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.tag-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.05em;
  font-size: 22px;
}

.tag-logo img {
  width: 118px;
  height: auto;
}

.tag-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--lw-muted);
  font-size: 14px;
  font-weight: 800;
}

.tag-nav-links a:hover {
  color: var(--lw-ink);
}

.tag-btn,
.tag-card__cta,
.tag-sticky__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--lw-green);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(47, 125, 60, 0.26);
  cursor: pointer;
  white-space: nowrap;
}

.tag-btn:hover,
.tag-card__cta:hover,
.tag-sticky__cta:hover {
  transform: translateY(-1px);
  background: var(--lw-green-dark);
}

.tag-btn--ghost {
  background: transparent;
  color: var(--lw-ink);
  border: 1px solid var(--lw-line);
  box-shadow: none;
}

.tag-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 70px);
  display: grid;
  align-items: stretch;
}

.tag-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tag-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tag-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tag-hero__content {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  padding: clamp(64px, 8vw, 112px) 0;
}

.tag-hero__copy {
  max-width: 620px;
}

.tag-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--lw-green-dark);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 900;
}

.tag-kicker::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.tag-title {
  margin: 18px 0 20px;
  font-family: var(--lw-serif);
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.tag-title em {
  font-style: italic;
}

.tag-lede {
  max-width: 560px;
  margin: 0 0 30px;
  color: var(--lw-muted);
  font-size: clamp(17px, 2vw, 21px);
}

.tag-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.tag-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tag-proof span {
  border: 1px solid var(--lw-line);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--lw-muted);
  font-size: 13px;
  font-weight: 800;
}

.tag-section {
  padding: clamp(72px, 9vw, 120px) 0;
}

.tag-section--alt {
  background: #fffdf7;
}

.tag-section__head {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: end;
  margin-bottom: 38px;
}

.tag-section__head h2 {
  margin: 10px 0 0;
  font-family: var(--lw-serif);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.tag-section__head p {
  margin: 0;
  color: var(--lw-muted);
  font-size: 18px;
}

.tag-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.tag-media-card {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--lw-shadow);
  background: #fff;
}

.tag-media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tag-copy-stack h2 {
  margin: 0 0 18px;
  font-family: var(--lw-serif);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.tag-copy-stack p {
  margin: 0 0 22px;
  color: var(--lw-muted);
  font-size: 18px;
}

.tag-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--lw-muted);
}

.tag-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--lw-green);
  flex: 0 0 auto;
}

.tag-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tag-step {
  overflow: hidden;
  border: 1px solid var(--lw-line);
  border-radius: 22px;
  background: var(--lw-panel);
  box-shadow: 0 14px 38px rgba(31, 42, 36, 0.08);
}

.tag-step img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tag-step picture {
  display: block;
}

.tag-step div {
  padding: 22px;
}

.tag-step b {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--lw-green-dark);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.tag-step h3,
.tag-card h3 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.tag-step p,
.tag-card p {
  margin: 0;
  color: var(--lw-muted);
}

.tag-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tag-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.tag-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--lw-line);
  border-radius: 24px;
  background: var(--lw-panel);
  box-shadow: 0 14px 38px rgba(31, 42, 36, 0.08);
}

.tag-card__image {
  aspect-ratio: 1 / 1;
  background: #f4ede2;
}

.tag-card__image picture {
  display: block;
  height: 100%;
}

.tag-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tag-card__image--product {
  background: #fff8f0;
  padding: 18px;
}

.tag-card__image--product img {
  object-fit: contain;
}

.tag-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.tag-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.tag-price {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.tag-mrp {
  color: var(--lw-muted);
  text-decoration: line-through;
  font-weight: 800;
}

.tag-card__cta {
  width: 100%;
  min-height: 46px;
  margin-top: 2px;
}

.tag-banner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 28px;
  background: var(--lw-ink);
  color: #fffaf0;
  overflow: hidden;
}

.tag-banner h2 {
  margin: 0 0 12px;
  font-family: var(--lw-serif);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.tag-banner p {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
}

.tag-banner img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tag-faq {
  display: grid;
  gap: 12px;
}

.tag-faq details {
  border: 1px solid var(--lw-line);
  border-radius: 16px;
  background: var(--lw-panel);
  padding: 18px 20px;
}

.tag-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.tag-faq p {
  margin: 10px 0 0;
  color: var(--lw-muted);
}

.tag-footer {
  padding: 46px 0;
  border-top: 1px solid var(--lw-line);
  color: var(--lw-muted);
  background: #fffdf7;
}

.tag-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.tag-footer__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 800;
}

.tag-sticky {
  position: static;
  z-index: 30;
  border-top: 1px solid var(--lw-line);
  background: rgba(255, 250, 240, 0.92);
  backdrop-filter: blur(18px);
}

.tag-sticky__inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.tag-sticky b {
  display: block;
  line-height: 1.2;
}

.tag-sticky span {
  color: var(--lw-muted);
  font-size: 13px;
}

body.tag-page--metal {
  --lw-ink: #f7eddf;
  --lw-muted: #c9bda9;
  --lw-paper: #090705;
  --lw-panel: #17110c;
  --lw-green: #c9994c;
  --lw-green-dark: #efd18e;
  --lw-line: rgba(239, 209, 142, 0.22);
  --lw-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  background:
    radial-gradient(circle at 18% 4%, rgba(201, 153, 76, 0.18), transparent 26%),
    linear-gradient(180deg, #090705 0%, #17100a 52%, #070504 100%);
}

.tag-page--metal .tag-header,
.tag-page--metal .tag-sticky {
  background: rgba(9, 7, 5, 0.84);
}

.tag-page--metal .tag-hero__scrim {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.52) 42%, rgba(0, 0, 0, 0.08));
}

.tag-page--metal .tag-section--alt,
.tag-page--metal .tag-footer {
  background: #0f0a06;
}

.tag-page--metal .tag-btn,
.tag-page--metal .tag-card__cta,
.tag-page--metal .tag-sticky__cta {
  background: linear-gradient(135deg, #f2d28c, #b98536);
  color: #1b1008;
}

.tag-page--metal .tag-btn--ghost {
  background: transparent;
  color: #f7eddf;
}

.tag-page--metal .tag-proof span,
.tag-page--metal .tag-card,
.tag-page--metal .tag-step,
.tag-page--metal .tag-faq details {
  background: rgba(23, 17, 12, 0.82);
}

.tag-page--metal .tag-media-card,
.tag-page--metal .tag-card__image {
  background: #21170f;
}

body.tag-page--acrylic {
  --lw-ink: #253227;
  --lw-muted: #66726a;
  --lw-paper: #fff8e8;
  --lw-panel: #fffef8;
  --lw-green: #2f7d3c;
  --lw-green-dark: #1c6230;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 213, 79, 0.32), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(120, 205, 160, 0.24), transparent 26%),
    linear-gradient(180deg, #fff8e8 0%, #f2ffef 45%, #fffaf0 100%);
}

.tag-page--acrylic .tag-hero__scrim {
  background: linear-gradient(90deg, rgba(255, 248, 232, 0.98), rgba(255, 248, 232, 0.72) 44%, rgba(255, 248, 232, 0.12));
}

.tag-page--acrylic .tag-hero__image {
  left: 43%;
  width: 57%;
}

.tag-page--acrylic .tag-hero__image img {
  object-position: center;
}

.tag-page--acrylic .tag-card__image--ginger { background: linear-gradient(135deg, #e8946a, #f8ccb4); }
.tag-page--acrylic .tag-card__image--honey { background: linear-gradient(135deg, #d4a84b, #f4dc92); }
.tag-page--acrylic .tag-card__image--mint { background: linear-gradient(135deg, #64be8d, #cff5df); }
.tag-page--acrylic .tag-card__image--misty { background: linear-gradient(135deg, #9dbad6, #dceafa); }
.tag-page--acrylic .tag-card__image--sage { background: linear-gradient(135deg, #87b381, #d8edd3); }
.tag-page--acrylic .tag-card__image--snow { background: linear-gradient(135deg, #dadada, #f5f5f1); }
.tag-page--acrylic .tag-card__image--sunny { background: linear-gradient(135deg, #ffd54f, #fff3bd); }

@media (min-width: 601px) {
  .tag-nav-links {
    display: flex;
  }
}

@media (max-width: 900px) {
  .tag-nav-links {
    display: none;
  }

  .tag-section__head,
  .tag-split,
  .tag-banner {
    grid-template-columns: 1fr;
  }

  .tag-steps,
  .tag-grid,
  .tag-grid--four {
    grid-template-columns: 1fr 1fr;
  }

  .tag-hero,
  .tag-hero__content {
    min-height: 760px;
  }
}

@media (max-width: 600px) {
  .tag-container {
    width: min(100% - 28px, var(--lw-max));
  }

  .tag-nav {
    min-height: 62px;
  }

  .tag-logo img {
    width: 104px;
  }

  .tag-hero,
  .tag-hero__content {
    min-height: auto;
  }

  .tag-hero__image {
    position: relative;
    min-height: 330px;
  }

  .tag-page--acrylic .tag-hero__image {
    left: auto;
    width: auto;
  }

  .tag-hero__scrim {
    display: none;
  }

  .tag-hero__content {
    padding: 34px 0 58px;
  }

  .tag-title {
    font-size: clamp(42px, 15vw, 66px);
  }

  .tag-steps,
  .tag-grid,
  .tag-grid--four {
    grid-template-columns: 1fr;
  }

  .tag-sticky__inner {
    align-items: stretch;
    flex-direction: column;
    padding: 12px 0;
  }

  .tag-sticky__cta {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .tag-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tag-btn {
    width: 100%;
  }
}

@media (orientation: landscape) and (max-height: 520px) {
  .tag-hero,
  .tag-hero__content {
    min-height: 620px;
  }
}
