/*
Theme Name: Cute Elviora
Theme URI: https://cuteelviora.com
Author: Cute Elviora
Description: A refined, editorial WooCommerce theme for contemporary silver and copper jewellery.
Version: 1.0.0
Text Domain: cute-elviora
*/

:root {
  --ce-ink: #201d1a;
  --ce-muted: #6f6962;
  --ce-ivory: #f6f1e9;
  --ce-paper: #fffdf9;
  --ce-copper: #9a6044;
  --ce-copper-dark: #74442f;
  --ce-line: rgba(32, 29, 26, .14);
  --ce-serif: Georgia, 'Times New Roman', serif;
  --ce-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ce-ink);
  background: var(--ce-paper);
  font-family: var(--ce-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.screen-reader-text { position: absolute; left: -9999px; }
.ce-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.ce-announcement {
  padding: 8px 20px;
  background: var(--ce-ink);
  color: #fff;
  text-align: center;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ce-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--ce-line);
  background: rgba(255, 253, 249, .94);
  backdrop-filter: blur(14px);
}
.ce-nav {
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.ce-nav-links, .ce-nav-actions { display: flex; align-items: center; gap: 28px; }
.ce-nav-actions { justify-content: flex-end; }
.ce-nav a { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.ce-nav a:hover { color: var(--ce-copper); }
.ce-brand { text-align: center; line-height: 1; }
.ce-brand-name { display: block; font-family: var(--ce-serif); font-size: 25px; letter-spacing: .08em; }
.ce-brand-note { display: block; margin-top: 8px; color: var(--ce-muted); font-size: 8px; letter-spacing: .35em; text-transform: uppercase; }
.ce-cart-count {
  min-width: 18px; height: 18px; padding: 0 5px; display: inline-grid; place-items: center;
  margin-left: 4px; border-radius: 20px; background: var(--ce-copper); color: #fff;
  font-size: 9px; line-height: 1;
}
.ce-menu-toggle { display: none; padding: 8px 0; border: 0; background: transparent; font: inherit; }

.ce-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  background-color: #eee4d6;
  background-image: linear-gradient(90deg, rgba(247,241,232,.97) 0%, rgba(247,241,232,.84) 31%, rgba(247,241,232,.08) 57%), var(--ce-hero);
  background-size: cover;
  background-position: center;
}
.ce-hero-content { width: min(610px, 52%); padding: 110px 0; }
.ce-eyebrow { margin: 0 0 22px; color: var(--ce-copper-dark); font-size: 11px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.ce-hero h1 {
  margin: 0;
  font-family: var(--ce-serif);
  font-size: clamp(56px, 6vw, 88px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.ce-hero-copy { max-width: 480px; margin: 28px 0 36px; color: #514b45; font-size: 17px; }
.ce-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 28px;
  border: 1px solid var(--ce-ink); background: var(--ce-ink); color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  transition: .25s ease;
}
.ce-button:hover { border-color: var(--ce-copper-dark); background: var(--ce-copper-dark); transform: translateY(-1px); }
.ce-button--ghost { margin-left: 10px; background: transparent; color: var(--ce-ink); }
.ce-button--ghost:hover { color: #fff; }

.ce-trust { border-bottom: 1px solid var(--ce-line); background: #fff; }
.ce-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ce-trust-item { padding: 27px 20px; border-right: 1px solid var(--ce-line); text-align: center; }
.ce-trust-item:last-child { border-right: 0; }
.ce-trust-item strong { display: block; font-family: var(--ce-serif); font-size: 17px; font-weight: 400; }
.ce-trust-item span { color: var(--ce-muted); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }

.ce-section { padding: 110px 0; }
.ce-section--tint { background: var(--ce-ivory); }
.ce-section-head { max-width: 700px; margin: 0 auto 54px; text-align: center; }
.ce-section-head h2, .ce-story h2, .ce-newsletter h2 {
  margin: 0;
  font-family: var(--ce-serif);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.ce-section-head p { max-width: 560px; margin: 18px auto 0; color: var(--ce-muted); }

.ce-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ce-category {
  position: relative; min-height: 460px; overflow: hidden; padding: 34px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: #dfd8cf;
}
.ce-category::before { content: ''; position: absolute; inset: 0; transition: transform .6s ease; }
.ce-category:hover::before { transform: scale(1.035); }
.ce-category--silver::before { background: radial-gradient(circle at 65% 28%, #fff 0 8%, transparent 9%), linear-gradient(145deg, #eeece9, #aaa8a5); }
.ce-category--copper::before { background: radial-gradient(circle at 62% 31%, rgba(255,225,199,.6) 0 9%, transparent 10%), linear-gradient(145deg, #d5a081, #74442f); }
.ce-category--edit::before { background: radial-gradient(circle at 68% 26%, rgba(255,255,255,.45) 0 8%, transparent 9%), linear-gradient(145deg, #d7d0c7, #8f8175); }
.ce-category::after {
  content: ''; position: absolute; width: 150px; height: 220px; top: 72px; right: 55px;
  border: 4px solid rgba(255,255,255,.74); border-radius: 50%; transform: rotate(-23deg);
  box-shadow: 25px 24px 0 -17px rgba(32,29,26,.32);
}
.ce-category--copper::after { width: 190px; height: 120px; top: 105px; border-width: 14px; }
.ce-category-content { position: relative; z-index: 1; padding-top: 80px; }
.ce-category h3 { margin: 0 0 4px; color: #fff; font-family: var(--ce-serif); font-size: 32px; font-weight: 400; }
.ce-category span { color: rgba(255,255,255,.86); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }

.ce-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ce-product-card { background: #fff; }
.ce-product-placeholder { aspect-ratio: 1 / 1.08; position: relative; overflow: hidden; background: linear-gradient(145deg, #eeeae4, #d9d2c9); }
.ce-product-placeholder::after {
  content: ''; position: absolute; inset: 26% 32%; border: 8px solid rgba(255,255,255,.9); border-radius: 50%;
  filter: drop-shadow(15px 22px 12px rgba(60,45,35,.16)); transform: rotate(-15deg);
}
.ce-product-card:nth-child(2) .ce-product-placeholder { background: linear-gradient(145deg, #d7aa8e, #8e5439); }
.ce-product-card:nth-child(2) .ce-product-placeholder::after { inset: 28% 22%; border-width: 13px; border-color: rgba(246,202,170,.9); border-radius: 46%; }
.ce-product-card:nth-child(3) .ce-product-placeholder::after { inset: 20% 38% 27%; border-width: 5px; border-radius: 48% 48% 10% 10%; }
.ce-product-info { padding: 20px 2px 8px; }
.ce-product-info h3 { margin: 0; font-family: var(--ce-serif); font-size: 21px; font-weight: 400; }
.ce-product-info p { margin: 4px 0 0; color: var(--ce-muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.ce-story-grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 630px; }
.ce-story-visual { position: relative; overflow: hidden; background: linear-gradient(145deg, #b87555, #6f3f2c); }
.ce-story-visual::before {
  content: ''; position: absolute; width: 290px; height: 290px; left: 50%; top: 50%;
  border: 38px solid rgba(235,175,137,.78); border-radius: 50%; transform: translate(-50%,-50%) rotate(-18deg);
  box-shadow: 48px 52px 45px rgba(44,19,9,.24);
}
.ce-story-visual::after { content: 'Cu'; position: absolute; left: 50%; top: 50%; color: rgba(255,255,255,.82); font-family: var(--ce-serif); font-size: 54px; transform: translate(-50%,-50%); }
.ce-story { padding: 90px 8vw; display: flex; flex-direction: column; justify-content: center; background: #26221f; color: #fff; }
.ce-story .ce-eyebrow { color: #d6a287; }
.ce-story p { max-width: 560px; margin: 28px 0; color: rgba(255,255,255,.7); }
.ce-text-link { width: fit-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }

.ce-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; }
.ce-value-number { color: var(--ce-copper); font-family: var(--ce-serif); font-size: 19px; }
.ce-value h3 { margin: 18px 0 10px; font-family: var(--ce-serif); font-size: 25px; font-weight: 400; }
.ce-value p { margin: 0; color: var(--ce-muted); font-size: 14px; }

.ce-newsletter { padding: 100px 24px; background: #c89a7e; text-align: center; }
.ce-newsletter p { max-width: 520px; margin: 18px auto 30px; color: #4e3528; }
.ce-newsletter-form { max-width: 520px; margin: 0 auto; display: flex; }
.ce-newsletter-form input { flex: 1; min-width: 0; padding: 16px 18px; border: 1px solid rgba(32,29,26,.6); border-right: 0; background: rgba(255,255,255,.42); font: inherit; }
.ce-newsletter-form button { border: 1px solid var(--ce-ink); background: var(--ce-ink); color: #fff; padding: 0 24px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.ce-footer { padding: 72px 0 32px; background: #1f1c1a; color: #fff; }
.ce-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; }
.ce-footer-brand { font-family: var(--ce-serif); font-size: 28px; letter-spacing: .07em; }
.ce-footer p { max-width: 320px; color: rgba(255,255,255,.56); font-size: 13px; }
.ce-footer h4 { margin: 6px 0 18px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.ce-footer ul { padding: 0; margin: 0; list-style: none; }
.ce-footer li { margin: 9px 0; color: rgba(255,255,255,.62); font-size: 13px; }
.ce-footer-bottom { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }

.ce-content { min-height: 55vh; padding: 80px 0; }
.ce-content h1 { font-family: var(--ce-serif); font-size: 54px; font-weight: 400; }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button { border-radius: 0 !important; background: var(--ce-ink) !important; color: #fff !important; font-weight: 500 !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--ce-serif); font-size: 21px; font-weight: 400; }
.woocommerce ul.products li.product .price { color: var(--ce-copper-dark); }

@media (max-width: 900px) {
  .ce-shell { width: min(100% - 32px, 700px); }
  .ce-announcement { font-size: 9px; }
  .ce-nav { min-height: 70px; grid-template-columns: 1fr auto 1fr; }
  .ce-menu-toggle { display: block; width: fit-content; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
  .ce-nav-links { position: fixed; inset: 102px 0 0; padding: 45px 24px; display: none; flex-direction: column; align-items: flex-start; background: var(--ce-paper); }
  .menu-open .ce-nav-links { display: flex; }
  .ce-nav-actions a:not(.ce-cart-link) { display: none; }
  .ce-brand-name { font-size: 20px; }
  .ce-brand-note { display: none; }
  .ce-hero { min-height: 650px; align-items: flex-end; background-image: linear-gradient(0deg, rgba(247,241,232,.98) 0%, rgba(247,241,232,.76) 42%, rgba(247,241,232,.05) 72%), var(--ce-hero); background-position: 62% center; }
  .ce-hero-content { width: 100%; padding: 230px 0 55px; }
  .ce-hero h1 { font-size: clamp(48px, 14vw, 70px); }
  .ce-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ce-trust-item:nth-child(2) { border-right: 0; }
  .ce-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--ce-line); }
  .ce-section { padding: 75px 0; }
  .ce-category-grid, .ce-products { grid-template-columns: 1fr; }
  .ce-category { min-height: 390px; }
  .ce-story-grid { grid-template-columns: 1fr; }
  .ce-story-visual { min-height: 440px; }
  .ce-story { padding: 70px 32px; }
  .ce-values { grid-template-columns: 1fr; gap: 38px; }
  .ce-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .ce-shell { width: calc(100% - 28px); }
  .ce-brand-name { font-size: 17px; }
  .ce-nav-actions { gap: 8px; }
  .ce-nav a { font-size: 10px; }
  .ce-hero-copy { font-size: 15px; }
  .ce-button { width: 100%; }
  .ce-button--ghost { margin: 10px 0 0; }
  .ce-trust-item { padding: 20px 8px; }
  .ce-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ce-trust-item { min-width: 0; }
  .ce-trust-item strong { font-size: 14px; line-height: 1.25; }
  .ce-trust-item span { display: block; margin-top: 5px; font-size: 8px; line-height: 1.4; overflow-wrap: anywhere; }
  .ce-announcement { padding-inline: 8px; letter-spacing: .1em; white-space: normal; }
  .ce-section-head { text-align: left; }
  .ce-section-head p { margin-left: 0; }
  .ce-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .ce-footer-bottom { flex-direction: column; gap: 8px; }
  .ce-newsletter-form { flex-direction: column; }
  .ce-newsletter-form input { border-right: 1px solid rgba(32,29,26,.6); }
  .ce-newsletter-form button { min-height: 48px; }
}
