/*
Theme Name: Elinique
Theme URI: https://jjj.zahnarzt-avgerinos.de
Author: Elinique
Description: Editorial boutique jewellery storefront.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: elinique
*/

:root {
  --ink: #201d1a;
  --muted: #706961;
  --paper: #f8f6f1;
  --cream: #eee9df;
  --line: #dcd5ca;
  --gold: #aa7d42;
  --white: #fffdf9;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.site-shell { min-height: 100vh; }
.topline { background: var(--ink); color: #f8f3e9; text-align: center; padding: 9px 20px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1240px; margin: 0 auto; padding: 24px 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.brand { font: 400 clamp(25px, 3vw, 34px)/1 var(--serif); letter-spacing: .08em; text-transform: uppercase; }
.brand small { display: block; margin-top: 7px; font: 10px/1 var(--sans); letter-spacing: .26em; color: var(--gold); }
.main-nav { display: flex; justify-content: center; gap: 27px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a:hover, .header-tools a:hover { color: var(--gold); }
.header-tools { display: flex; justify-content: flex-end; gap: 15px; font-size: 12px; }
.hero { max-width: 1240px; margin: 0 auto; padding: 44px 28px 70px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 26px; align-items: stretch; }
.hero-copy { background: var(--cream); padding: clamp(38px, 6vw, 90px) clamp(28px, 6vw, 82px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { color: var(--gold); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, .entry-title { font-family: var(--serif); font-weight: 400; line-height: 1.06; }
.hero h1 { margin: 20px 0; font-size: clamp(44px, 7vw, 88px); letter-spacing: -.035em; }
.hero p { max-width: 410px; color: var(--muted); font-size: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; margin-top: 22px; width: fit-content; padding: 14px 22px; background: var(--ink); color: var(--white); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--gold); }
.hero-art { min-height: 560px; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 38%, #e8d8bd 0 8%, transparent 9%), linear-gradient(145deg, #d7c4a9, #a78a6c 45%, #473e36); }
.hero-art:before { content: ""; position: absolute; width: 54%; aspect-ratio: 1; left: 23%; top: 18%; border-radius: 50%; border: 2px solid rgba(255,255,255,.52); box-shadow: 0 0 0 12px rgba(255,255,255,.08), 0 0 0 48px rgba(255,255,255,.06), 0 35px 70px rgba(24,18,12,.3); }
.hero-art:after { content: "ELINIQUE"; position: absolute; bottom: 28px; left: 30px; color: rgba(255,255,255,.8); font: 11px var(--sans); letter-spacing: .34em; }
.section { max-width: 1240px; margin: 0 auto; padding: 70px 28px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 30px; border-bottom: 1px solid var(--line); padding-bottom: 17px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 50px); }
.section-heading a { color: var(--gold); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.product-grid, .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0 !important; padding: 0 !important; }
.product-card, .woocommerce ul.products li.product { list-style: none; position: relative; margin: 0 !important; width: auto !important; }
.product-card .product-image, .woocommerce ul.products li.product a img { background: var(--cream); aspect-ratio: 1 / 1.1; width: 100%; object-fit: cover; margin: 0 0 15px !important; }
.product-art { width: 100%; aspect-ratio: 1 / 1.1; background: linear-gradient(140deg, #e4d5c1, #9d8366); position: relative; overflow: hidden; }
.product-art:after { content: ""; position: absolute; width: 41%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.68); border-radius: 50%; left: 29%; top: 28%; box-shadow: 0 12px 25px rgba(30,20,10,.25); }
.product-art.alt { background: linear-gradient(140deg, #c6c9c4, #53605b); }
.product-art.alt:after { border-radius: 12px; transform: rotate(45deg); }
.product-art.dark { background: linear-gradient(140deg, #c6a475, #423931); }
.product-art.dark:after { width: 24%; left: 38%; border-radius: 50% 50% 45% 45%; }
.product-art.rose { background: linear-gradient(140deg, #d8b7ab, #806057); }
.product-card h3, .woocommerce ul.products li.product h2 { margin: 0 0 5px; font: 400 21px/1.1 var(--serif); }
.price, .woocommerce ul.products li.product .price { color: var(--gold) !important; font-size: 14px; }
.product-meta { display: flex; justify-content: space-between; align-items: baseline; }
.story { background: var(--ink); color: var(--white); max-width: none; padding: 90px max(28px, calc((100% - 1184px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.story h2 { color: #f5eee4; font-size: clamp(37px, 5vw, 65px); margin: 0; }
.story p { color: #c8c0b5; max-width: 480px; }
.site-footer { padding: 45px 28px; border-top: 1px solid var(--line); }
.footer-inner { max-width: 1184px; margin: auto; display: flex; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 12px; }
.woocommerce .site-main, .site-main { max-width: 1184px; margin: 0 auto; padding: 55px 28px 90px; }
.woocommerce .page-title, .entry-title { font-size: clamp(40px, 6vw, 70px); margin: 0 0 30px; }
.woocommerce .woocommerce-breadcrumb { color: var(--muted); font-size: 12px; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background: var(--ink); color: white; border-radius: 0; padding: 13px 20px; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--gold); color: white; }
.woocommerce div.product div.images img { background: var(--cream); }
.woocommerce div.product .product_title { font: 400 48px/1.08 var(--serif); }
.woocommerce div.product p.price { font-size: 22px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--gold); }
@media (max-width: 850px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; order: 3; overflow-x: auto; justify-content: flex-start; padding-top: 8px; }
  .hero, .story { grid-template-columns: 1fr; }
  .hero { padding-top: 20px; }
  .hero-art { min-height: 420px; }
  .product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .story { gap: 30px; }
}
@media (max-width: 480px) {
  .header-inner, .section, .hero, .woocommerce .site-main { padding-left: 18px; padding-right: 18px; }
  .header-tools .account-link { display: none; }
  .product-grid, .woocommerce ul.products { gap: 12px; }
  .product-card h3, .woocommerce ul.products li.product h2 { font-size: 17px; }
  .footer-inner { flex-direction: column; }
}
