/*
Theme Name: CZ Loose Stone
Theme URI: https://czloosestone.com/
Description: Storefront child theme for a global loose cubic zirconia store.
Author: CZ Loose Stone
Template: storefront
Version: 0.1.0
Text Domain: cz-loose-stone
*/

:root {
  --cz-ink: #171716;
  --cz-muted: #68655f;
  --cz-paper: #fbfaf8;
  --cz-soft: #f1ede7;
  --cz-line: #ddd5ca;
  --cz-gold: #a67c43;
  --cz-gold-dark: #7c582d;
  --cz-white: #fff;
  --cz-radius: 18px;
  --cz-shadow: 0 22px 70px rgba(40, 31, 21, 0.09);
}

body {
  background: var(--cz-paper);
  color: var(--cz-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.col-full {
  box-sizing: border-box;
  max-width: 1240px;
  padding-left: 28px;
  padding-right: 28px;
}

.site-header {
  background: rgba(251, 250, 248, 0.96);
  border-bottom: 1px solid rgba(221, 213, 202, 0.75);
  padding: 22px 0 16px;
}

.site-branding .site-title a,
.site-branding .site-title {
  color: var(--cz-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.site-branding .site-description {
  color: var(--cz-muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-navigation ul li a,
.site-header-cart .cart-contents {
  color: var(--cz-ink);
  font-size: 14px;
  font-weight: 600;
}

.main-navigation ul li a:hover,
.site-header-cart .cart-contents:hover {
  color: var(--cz-gold-dark);
}

.site-content {
  outline: none;
}

.cz-home .col-full,
.cz-home .content-area,
.cz-home .site-main {
  max-width: none;
  padding: 0;
  width: 100%;
}

.cz-shell {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 28px;
  padding-right: 28px;
}

.cz-eyebrow {
  color: var(--cz-gold-dark);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.cz-hero {
  background:
    radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(135deg, #eee8df 0%, #f9f7f3 52%, #e8e0d4 100%);
  overflow: hidden;
  padding: 82px 0 72px;
}

.cz-hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
}

.cz-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0 0 28px;
}

.cz-hero-copy > p {
  color: #514c45;
  font-size: 18px;
  margin: 0 0 34px;
  max-width: 640px;
}

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

.cz-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wc-block-components-button,
.added_to_cart {
  background: var(--cz-ink);
  border: 1px solid var(--cz-ink);
  border-radius: 999px;
  box-shadow: none;
  color: var(--cz-white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.cz-button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--cz-gold-dark);
  border-color: var(--cz-gold-dark);
  color: var(--cz-white);
}

.cz-button.is-light {
  background: transparent;
  color: var(--cz-ink);
}

.cz-button.is-light:hover {
  background: var(--cz-white);
  border-color: var(--cz-white);
  color: var(--cz-ink);
}

.cz-stone-visual {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  position: relative;
}

.cz-stone-visual::before,
.cz-stone-visual::after {
  border: 1px solid rgba(124, 88, 45, 0.3);
  border-radius: 50%;
  content: "";
  inset: 8%;
  position: absolute;
}

.cz-stone-visual::after {
  inset: 18%;
}

.cz-stone {
  filter: drop-shadow(0 34px 30px rgba(51, 39, 27, 0.2));
  max-width: 440px;
  position: relative;
  transform: rotate(7deg);
  width: 92%;
  z-index: 1;
}

.cz-trust {
  background: var(--cz-ink);
  color: var(--cz-white);
}

.cz-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cz-trust-item {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 24px 26px;
}

.cz-trust-item:last-child {
  border-right: 0;
}

.cz-trust-item strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 3px;
}

.cz-trust-item span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.cz-section {
  padding: 84px 0;
}

.cz-section.is-soft {
  background: var(--cz-soft);
}

.cz-section-head {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.cz-section-head h2,
.cz-story h2,
.cz-contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
}

.cz-section-head p {
  color: var(--cz-muted);
  margin: 0;
  max-width: 500px;
}

.cz-shape-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.cz-shape-card {
  background: var(--cz-white);
  border: 1px solid transparent;
  border-radius: var(--cz-radius);
  color: var(--cz-ink);
  min-height: 190px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.cz-shape-card:hover {
  border-color: var(--cz-line);
  box-shadow: var(--cz-shadow);
  color: var(--cz-ink);
  transform: translateY(-4px);
}

.cz-shape-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.cz-shape-card small {
  color: var(--cz-muted);
  display: block;
  font-size: 12px;
  margin-top: 4px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.cz-mini-gem {
  bottom: -20px;
  height: 126px;
  opacity: 0.82;
  position: absolute;
  right: -12px;
  transform: rotate(12deg);
  width: 126px;
}

.cz-story-grid {
  align-items: center;
  display: grid;
  gap: 76px;
  grid-template-columns: 1fr 1fr;
}

.cz-story-panel {
  background: linear-gradient(145deg, #25231f, #0c0c0b);
  border-radius: 28px;
  box-shadow: var(--cz-shadow);
  color: var(--cz-white);
  min-height: 480px;
  overflow: hidden;
  padding: 48px;
  position: relative;
}

.cz-story-panel::before {
  background: radial-gradient(circle, rgba(234, 211, 176, 0.6), transparent 62%);
  content: "";
  height: 360px;
  position: absolute;
  right: -100px;
  top: -100px;
  width: 360px;
}

.cz-story-panel blockquote {
  border: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.22;
  margin: 130px 0 0;
  padding: 0;
  position: relative;
}

.cz-story p {
  color: var(--cz-muted);
  font-size: 17px;
}

.cz-points {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.cz-points li {
  border-bottom: 1px solid var(--cz-line);
  font-weight: 700;
  padding: 0 0 14px 30px;
  position: relative;
}

.cz-points li::before {
  color: var(--cz-gold);
  content: "◇";
  left: 0;
  position: absolute;
}

.cz-contact {
  background: #d9c8b2;
  border-radius: 28px;
  display: grid;
  gap: 50px;
  grid-template-columns: 1.1fr 0.9fr;
  padding: 56px;
}

.cz-contact p {
  color: #534636;
  margin-bottom: 0;
}

.cz-contact-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.cz-product-contact {
  background: var(--cz-soft);
  border: 1px solid var(--cz-line);
  border-radius: 14px;
  clear: both;
  margin-top: 24px;
  padding: 20px;
}

.cz-product-contact strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  margin-bottom: 5px;
}

.cz-product-contact p {
  color: var(--cz-muted);
  font-size: 14px;
  margin: 0 0 12px;
}

.cz-product-contact a {
  font-weight: 800;
}

ul.products li.product {
  background: var(--cz-white);
  border-radius: 16px;
  padding: 16px 16px 22px;
}

ul.products li.product img {
  border-radius: 12px;
}

ul.products li.product .woocommerce-loop-product__title {
  color: var(--cz-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.price,
ul.products li.product .price {
  color: var(--cz-gold-dark);
  font-weight: 800;
}

.site-footer {
  background: var(--cz-ink);
  color: rgba(255, 255, 255, 0.68);
  padding: 52px 0 30px;
}

.site-footer a {
  color: var(--cz-white);
}

@media (max-width: 900px) {
  .cz-hero-grid,
  .cz-story-grid,
  .cz-contact {
    grid-template-columns: 1fr;
  }

  .cz-hero-grid {
    gap: 36px;
  }

  .cz-stone-visual {
    margin: 0 auto;
    max-width: 520px;
  }

  .cz-shape-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cz-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cz-contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .col-full,
  .cz-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cz-hero {
    padding: 58px 0 48px;
  }

  .cz-hero h1 {
    font-size: 48px;
  }

  .cz-section {
    padding: 62px 0;
  }

  .cz-section-head {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .cz-shape-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cz-shape-card {
    min-height: 155px;
    padding: 18px;
  }

  .cz-trust-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 18px;
  }

  .cz-story-panel,
  .cz-contact {
    border-radius: 20px;
    padding: 30px;
  }
}
