/*
Theme Name: Nails by Zoi Studio
Theme URI: https://www.nailsbyzoi.com/
Author: Nails by Zoi
Description: Custom luxury catalog and request-order theme for handcrafted press-on nails.
Version: 1.0.0
Text Domain: nailsbyzoi
*/

:root {
  --cream: #fffaf3;
  --cream-2: #f8efe8;
  --rose: #cf8f9f;
  --rose-dark: #a95f73;
  --copper: #a9633f;
  --ink: #262223;
  --muted: #6f6667;
  --line: rgba(74, 50, 53, .14);
  --white: #fff;
  --shadow: 0 20px 55px rgba(83, 53, 59, .13);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Outfit", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; color: var(--rose-dark); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .77rem; }
.eyebrow::before { content: "✦"; }
h1,h2,h3 { font-family: var(--serif); line-height: 1.08; margin: 0 0 .7rem; }
h1 { font-size: clamp(3rem, 6.5vw, 6.6rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { margin: 0 0 1rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--rose); border-radius: 999px; background: var(--rose); color: #fff; font-weight: 700; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); background: var(--rose-dark); box-shadow: 0 10px 25px rgba(169,95,115,.22); }
.btn-outline { background: transparent; color: var(--ink); border-color: rgba(38,34,35,.3); }
.btn-outline:hover { color: #fff; border-color: var(--rose-dark); }

.announcement { background: var(--ink); color: #fff; text-align: center; padding: 8px 16px; font-size: .82rem; letter-spacing: .05em; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,250,243,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 300px; max-height: 74px; object-fit: contain; object-position: left center; }
.nav-menu { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; font-weight: 600; }
.nav-menu a:hover, .current-menu-item > a { color: var(--rose-dark); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.6rem; }

.hero { min-height: 720px; display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding: 70px 0; }
.hero-copy p { max-width: 630px; color: var(--muted); font-size: 1.18rem; }
.hero-copy em { color: var(--rose); font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -25px 45px 20px -20px; background: #f4e8e1; border-radius: 48% 48% 42% 42%; transform: rotate(-4deg); }
.hero-visual img { position: relative; width: 100%; height: 560px; object-fit: cover; border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; right: -20px; bottom: 35px; z-index: 2; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 16px 20px; box-shadow: var(--shadow); font-weight: 700; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 26px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; }
.trust-item span { color: var(--muted); font-size: .9rem; }

.section { padding: 100px 0; }
.section-soft { background: var(--cream-2); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-head p { max-width: 560px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { position: relative; border-radius: 22px; overflow: hidden; background: #fff; border: 1px solid var(--line); transition: .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-image { aspect-ratio: .84; overflow: hidden; background: #eadfd8; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: .35s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-info { padding: 20px; }
.product-info p { color: var(--rose-dark); font-weight: 700; margin: 0; }
.product-badge { position: absolute; top: 14px; left: 14px; z-index: 2; background: rgba(255,255,255,.92); border-radius: 999px; padding: 6px 11px; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.experience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.experience-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 34px; }
.experience-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #f7e6ea; color: var(--rose-dark); margin-bottom: 22px; font-size: 1.3rem; }
.experience-card p { color: var(--muted); }

.cta-panel { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 45px; padding: 65px; background: var(--ink); color: #fff; border-radius: 32px; overflow: hidden; }
.cta-panel p { color: #ddd1d3; max-width: 650px; }
.cta-notice { border: 1px solid rgba(255,255,255,.18); border-radius: 20px; padding: 22px; background: rgba(255,255,255,.06); }

.page-hero { padding: 90px 0 55px; text-align: center; }
.page-hero h1 { font-size: clamp(2.8rem,5vw,5rem); }
.page-hero p { max-width: 700px; color: var(--muted); margin-inline: auto; }
.content-card { background:#fff; border:1px solid var(--line); border-radius:24px; padding:clamp(24px,5vw,58px); box-shadow:var(--shadow); }
.content-card h2 { font-size:2.2rem; margin-top:2rem; }
.content-card h2:first-child { margin-top:0; }
.step-list { display:grid; gap:18px; counter-reset:steps; }
.step { display:grid; grid-template-columns:52px 1fr; gap:18px; align-items:start; padding:20px; border:1px solid var(--line); border-radius:18px; }
.step::before { counter-increment:steps; content:counter(steps); width:44px; height:44px; border-radius:50%; display:grid; place-items:center; background:var(--rose); color:#fff; font-weight:800; }

.order-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:40px; align-items:start; }
.order-form { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.field { display:grid; gap:7px; }
.field-full { grid-column:1/-1; }
.field label { font-weight:700; font-size:.92rem; }
.field input,.field select,.field textarea { width:100%; border:1px solid #d9ccce; border-radius:13px; background:#fff; padding:13px 14px; font:inherit; color:var(--ink); }
.field textarea { min-height:120px; resize:vertical; }
.field small { color:var(--muted); }
.form-note { padding:16px; border-radius:14px; background:#f9edf0; color:#70424f; }

.single-product { display:grid; grid-template-columns:1fr 1fr; gap:55px; align-items:start; }
.single-product-image { border-radius:28px; overflow:hidden; background:#eadfd8; }
.single-product-image img { width:100%; aspect-ratio:1; object-fit:cover; }
.price { font-size:1.35rem; color:var(--rose-dark); font-weight:800; }
.feature-pills { display:flex; flex-wrap:wrap; gap:10px; margin:22px 0; }
.feature-pills span { padding:8px 12px; border-radius:999px; background:#f5e7ea; font-size:.85rem; font-weight:700; }

.notice-success { max-width:720px; margin:50px auto; text-align:center; padding:55px; background:#fff; border:1px solid var(--line); border-radius:28px; box-shadow:var(--shadow); }

.site-footer { margin-top:90px; background:#211d1e; color:#fff; padding:70px 0 25px; }
.footer-grid { display:grid; grid-template-columns:1.35fr .65fr .8fr; gap:60px; }
.footer-brand img { width:290px; background:#fffaf3; border-radius:10px; margin-bottom:18px; }
.footer-brand p,.site-footer li,.site-footer a { color:#d6cbcd; }
.footer-links { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:45px; padding-top:20px; color:#a99fa1; font-size:.86rem; }

@media (max-width: 900px) {
  .menu-toggle { display:block; }
  .site-nav { display:none; position:absolute; left:0; right:0; top:90px; background:var(--cream); padding:22px; border-bottom:1px solid var(--line); }
  .site-nav.is-open { display:block; }
  .nav-menu { flex-direction:column; align-items:flex-start; }
  .hero-grid,.cta-panel,.order-layout,.single-product { grid-template-columns:1fr; }
  .hero-visual { max-width:620px; }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .experience-grid { grid-template-columns:1fr; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 600px) {
  .container { width:min(100% - 28px,1160px); }
  .brand img { width:230px; }
  .hero { min-height:auto; }
  .hero-grid { padding:50px 0; gap:45px; }
  .hero-visual img { height:430px; }
  .hero-badge { right:5px; }
  .section { padding:72px 0; }
  .section-head { display:block; }
  .product-grid,.trust-grid,.footer-grid,.order-form { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line); }
  .field-full { grid-column:auto; }
  .cta-panel { padding:34px 24px; }
}

.site-nav { display:flex; align-items:center; gap:18px; }
.studio-nav-link { display:inline-flex; align-items:center; justify-content:center; padding:9px 14px; border:1px solid var(--rose-dark); border-radius:999px; color:var(--rose-dark); font-size:.85rem; font-weight:700; white-space:nowrap; }
.studio-nav-link:hover { background:var(--rose-dark); color:#fff; }
@media (max-width:900px) { .site-nav { align-items:flex-start; } .studio-nav-link { margin-top:16px; } }