/* ============================================================
   Felice World Inc — Shared styles
   ============================================================ */

:root {
  --bg: #FAF7F2;
  --bg-alt: #FFFFFF;
  --bg-deep: #14110D;
  --ink: #1A1A1A;
  --ink-soft: #5C5C5C;
  --ink-faint: #9A958B;
  --gold: #C9A84C;
  --gold-soft: #E5D6A3;
  --line: #E8E2D5;
  --line-soft: #F0EBDF;
  --serif: 'Cormorant Garamond', 'Garamond', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* Topbar */
.topbar { background: var(--bg-deep); color: #D9D4C8; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; padding-bottom: 10px; }
.topbar a:hover { color: var(--gold); }
.topbar-links { display: flex; gap: 28px; }

/* Header */
header.site { background: var(--bg); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
header.site .container { display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding-top: 22px; padding-bottom: 22px; gap: 40px; }
nav.primary { display: flex; gap: 32px; justify-content: center; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
nav.primary a:hover { color: var(--gold); }
.logo { font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: 0.04em; color: var(--ink); }
.logo .ampersand { color: var(--gold); font-style: italic; font-weight: 400; }
.header-actions { display: flex; gap: 24px; justify-content: flex-end; align-items: center; }

/* Buttons */
.btn { display: inline-block; padding: 13px 26px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid var(--ink); color: var(--ink); background: transparent; cursor: pointer; transition: all .25s ease; font-family: var(--sans); font-weight: 500; }
.btn:hover { background: var(--ink); color: var(--bg); }
.btn.gold { border-color: var(--gold); color: var(--gold); }
.btn.gold:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn.solid { background: var(--ink); color: var(--bg); }
.btn.solid:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* Eyebrow */
.eyebrow { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: inline-block; }

/* Hero */
.hero { position: relative; min-height: 78vh; padding: 80px 0; overflow: hidden; background: #1A1612; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: url("https://static.wixstatic.com/media/ce4dca_0bb47f8ec4394a9daba21278a49647a1~mv2.jpg/v1/fill/w_2400,h_1400,al_c,q_85,enc_avif,quality_auto/ai-generated-IMAGE.jpg"); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(20,17,13,0.65) 0%, rgba(20,17,13,0.25) 55%, rgba(20,17,13,0.0) 100%); }
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { font-family: var(--serif); font-size: clamp(44px, 6.2vw, 84px); font-weight: 400; line-height: 1.05; letter-spacing: -0.01em; max-width: 820px; margin-bottom: 28px; }
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.hero p.lede { font-size: 18px; max-width: 540px; color: rgba(255,255,255,0.86); margin-bottom: 40px; line-height: 1.6; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero .btn { color: #fff; border-color: rgba(255,255,255,0.65); }
.hero .btn:hover { background: #fff; color: var(--ink); }
.hero .btn.gold { color: var(--gold); border-color: var(--gold); }
.hero .btn.gold:hover { background: var(--gold); color: var(--ink); }

/* Trust strip */
.trust { background: var(--bg-alt); border-bottom: 1px solid var(--line); }
.trust .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0 32px; }
.trust-item { padding: 44px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: none; }
.trust-icon { width: 32px; height: 32px; margin-bottom: 18px; color: var(--gold); }
.trust-title { font-family: var(--serif); font-size: 22px; font-weight: 500; margin-bottom: 10px; line-height: 1.2; }
.trust-sub { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

/* Section base */
section.block { padding: 110px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.section-head h2 { font-family: var(--serif); font-size: clamp(34px, 4.4vw, 54px); font-weight: 400; line-height: 1.1; color: var(--ink); margin-bottom: 16px; }
.section-head p { color: var(--ink-soft); font-size: 16px; }

/* Featured collections grid */
.collections-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 32px; }
.collection { display: block; color: inherit; transition: transform .35s ease; text-align: left; }
.collection:hover { transform: translateY(-3px); }
.collection-image { aspect-ratio: 4/3; background-size: cover; background-position: center; background-color: #EDE8DC; border: 1px solid var(--line-soft); margin-bottom: 18px; }
.collection-name { font-family: var(--serif); font-size: 22px; font-weight: 500; margin-bottom: 6px; }
.collection-link { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }

/* Why Felice */
.why { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.why-card { padding: 24px 36px; border-right: 1px solid var(--line); }
.why-card:last-child { border-right: none; }
.why-num { font-family: var(--serif); font-size: 28px; color: var(--gold); margin-bottom: 18px; letter-spacing: 0.04em; }
.why-card h3 { font-family: var(--serif); font-size: 26px; font-weight: 500; margin-bottom: 12px; line-height: 1.2; }
.why-card p { color: var(--ink-soft); font-size: 15px; }

/* Story */
.story .container { display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px; align-items: center; }
.story-image { aspect-ratio: 4/5; background-image: url("https://static.wixstatic.com/media/ce4dca_a7238c507a1b42f59c345607834f8f9e~mv2.jpg/v1/fill/w_900,h_1100,al_c,q_85,enc_avif,quality_auto/img.jpg"); background-size: cover; background-position: center; background-color: #2A241D; }
.story-text .eyebrow { color: var(--gold); }
.story-text h2 { font-family: var(--serif); font-size: clamp(34px, 4vw, 50px); font-weight: 400; line-height: 1.1; margin: 12px 0 24px; }
.story-text p { color: var(--ink-soft); font-size: 16px; margin-bottom: 18px; }

/* Visit (homepage closing) */
.visit { background: var(--bg-deep); color: #EFE9DA; position: relative; overflow: hidden; }
.visit::before { content: ""; position: absolute; inset: 0; background-image: url("https://static.wixstatic.com/media/ce4dca_e97de9add16d4a18b88aeb4eb1f1fe22~mv2.jpg/v1/fill/w_1600,h_900,al_c,q_85,enc_avif,quality_auto/img.jpg"); background-size: cover; background-position: center; opacity: 0.55; }
.visit .container { position: relative; z-index: 2; text-align: center; padding-top: 100px; padding-bottom: 100px; }
.visit h2 { font-family: var(--serif); font-size: clamp(36px, 4.6vw, 60px); font-weight: 400; line-height: 1.1; margin-bottom: 28px; max-width: 780px; margin-left: auto; margin-right: auto; }
.visit-address { font-size: 16px; color: rgba(239,233,218,0.85); line-height: 1.8; margin-bottom: 32px; }
.visit-address strong { color: var(--gold); display: block; margin-bottom: 8px; font-weight: 500; font-family: var(--serif); font-size: 20px; }

/* Breadcrumb */
.breadcrumb { background: var(--bg); border-bottom: 1px solid var(--line-soft); }
.breadcrumb .container { padding-top: 18px; padding-bottom: 18px; font-size: 12px; letter-spacing: 0.08em; color: var(--ink-soft); text-transform: uppercase; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { margin: 0 14px; color: var(--ink-faint); }
.breadcrumb .current { color: var(--ink); }

/* Product hero (Studs / Tennis pages) */
.product-hero { padding: 70px 0 90px; background: var(--bg); }
.product-hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.product-hero-image { aspect-ratio: 4/5; background-size: cover; background-position: center; background-color: #EDE8DC; border: 1px solid var(--line); }
.product-hero-info h1 { font-family: var(--serif); font-size: clamp(36px, 4.5vw, 58px); font-weight: 400; line-height: 1.1; margin: 4px 0 18px; letter-spacing: -0.01em; }
.product-hero-info .lede { font-size: 17px; color: var(--ink-soft); margin-bottom: 32px; line-height: 1.6; max-width: 480px; }

/* Specs section */
.specs-heading { font-family: var(--serif); font-size: 32px; font-weight: 400; text-align: center; margin-bottom: 32px; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 32px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.spec-grid > div { font-size: 14px; color: var(--ink); }
.spec-grid strong { display: block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600; margin-bottom: 6px; }

/* Pricing */
.pricing { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-heading { font-family: var(--serif); font-size: clamp(32px, 4vw, 44px); font-weight: 400; text-align: center; margin-bottom: 8px; }
.pricing-subhead { text-align: center; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 36px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; max-width: 760px; margin: 0 auto; border: 1px solid var(--line); background: var(--bg); }
.price-tier { display: flex; justify-content: space-between; align-items: baseline; padding: 22px 28px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); background: var(--bg-alt); transition: background .2s ease; gap: 16px; }
.price-tier:hover { background: var(--bg); }
.price-tier:nth-child(2n) { border-right: none; }
.price-tier:nth-last-child(-n+2) { border-bottom: none; }
.tier-ctw { font-family: var(--sans); font-weight: 500; font-size: 14px; letter-spacing: 0.06em; color: var(--ink); }
.tier-price { font-family: var(--serif); font-size: 26px; color: var(--gold); font-weight: 500; }
.pricing-note { text-align: center; font-size: 13px; color: var(--ink-soft); margin: 36px auto 0; max-width: 600px; line-height: 1.7; }
.pricing-cta { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }

/* About page */
.about-hero { padding: 90px 0 60px; background: var(--bg); text-align: center; }
.about-hero h1 { font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); font-weight: 400; line-height: 1.1; max-width: 820px; margin: 0 auto 40px; }
.about-body { padding: 0 0 90px; }
.about-body .container { max-width: 880px; }
.about-body p { font-size: 17px; color: var(--ink-soft); line-height: 1.8; margin-bottom: 22px; }
.process { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.process-card { padding: 32px; border-right: 1px solid var(--line); }
.process-card:last-child { border-right: none; }
.process-card h3 { font-family: var(--serif); font-size: 24px; font-weight: 500; margin-bottom: 14px; }
.process-card p { color: var(--ink-soft); font-size: 15px; }

/* Contact page */
.contact-hero { padding: 90px 0; background: var(--bg); text-align: center; }
.contact-hero h1 { font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); font-weight: 400; line-height: 1.1; margin-bottom: 40px; }
.contact-block { font-size: 18px; line-height: 1.8; color: var(--ink); margin-bottom: 16px; }
.contact-block strong { display: block; font-family: var(--serif); font-size: 22px; color: var(--gold); margin-bottom: 8px; font-weight: 500; }
.contact-hours { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); display: inline-block; }
.contact-hours h3 { font-family: var(--serif); font-size: 20px; font-weight: 500; margin-bottom: 8px; }
.contact-hours p { color: var(--ink-soft); font-size: 15px; line-height: 1.6; }

/* CTA section (used on product pages) */
.cta-section { background: var(--bg-deep); color: #EFE9DA; position: relative; overflow: hidden; padding: 90px 0; }
.cta-section::before { content: ""; position: absolute; inset: 0; background-image: url("https://static.wixstatic.com/media/ce4dca_e97de9add16d4a18b88aeb4eb1f1fe22~mv2.jpg/v1/fill/w_1600,h_900,al_c,q_85,enc_avif,quality_auto/img.jpg"); background-size: cover; background-position: center; opacity: 0.45; }
.cta-section .container { position: relative; z-index: 2; text-align: center; }
.cta-section h2 { font-family: var(--serif); font-size: clamp(34px, 4.4vw, 52px); font-weight: 400; line-height: 1.1; margin-bottom: 20px; }
.cta-section p { max-width: 600px; margin: 0 auto 32px; color: rgba(239,233,218,0.85); font-size: 17px; line-height: 1.6; }
.cta-section .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-section .btn { color: #fff; border-color: rgba(255,255,255,0.5); }
.cta-section .btn:hover { background: #fff; color: var(--ink); }
.cta-section .btn.gold { color: var(--gold); border-color: var(--gold); }
.cta-section .btn.gold:hover { background: var(--gold); color: var(--ink); }

/* Footer */
footer.site { background: var(--bg-alt); border-top: 1px solid var(--line); padding: 70px 0 24px; color: var(--ink-soft); font-size: 14px; }
footer .columns { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
footer .logo { display: block; margin-bottom: 16px; color: var(--ink); }
footer h4 { font-family: var(--sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); margin-bottom: 16px; font-weight: 600; }
footer p { font-size: 14px; line-height: 1.7; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; }
footer ul a:hover { color: var(--gold); }
footer a:hover { color: var(--gold); }
footer .social { display: flex; gap: 12px; }
footer .social a { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; letter-spacing: 0.04em; color: var(--ink-soft); transition: all .2s ease; font-weight: 600; }
footer .social a:hover { color: var(--gold); border-color: var(--gold); }
footer .legal { padding-top: 22px; font-size: 12px; color: var(--ink-faint); letter-spacing: 0.04em; text-align: center; }

/* Mobile nav toggle */
.menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; flex-shrink: 0; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 1px; transition: transform .3s ease, opacity .3s ease; }
header.site.nav-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
header.site.nav-open .menu-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
header.site.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Responsive */
@media (max-width: 960px) {
  .hero { min-height: 60vh; padding: 60px 0; }
  .trust .container { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(1), .trust-item:nth-child(2) { border-bottom: 1px solid var(--line); }
  .collections-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { border-right: none; border-bottom: 1px solid var(--line); }
  .why-card:last-child { border-bottom: none; }
  .story .container { grid-template-columns: 1fr; gap: 40px; }
  .product-hero .container { grid-template-columns: 1fr; gap: 40px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { border-right: none; border-bottom: 1px solid var(--line); }
  .process-card:last-child { border-bottom: none; }
  footer .columns { grid-template-columns: repeat(2, 1fr); }
  header.site .container { grid-template-columns: 1fr auto; gap: 16px; }
  .header-actions .btn { display: none; }
  .menu-toggle { display: flex; }
  nav.primary {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: 8px 24px 16px;
    gap: 0;
    z-index: 100;
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  }
  nav.primary a { padding: 13px 0; border-bottom: 1px solid var(--line-soft); display: block; }
  nav.primary a:last-child { border-bottom: none; }
  header.site.nav-open nav.primary { display: flex; }
}
@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .collections-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-tier { border-right: none !important; }
  .price-tier:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .price-tier:last-child { border-bottom: none; }
  .spec-grid { grid-template-columns: 1fr; }
  .trust .container { grid-template-columns: 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: none; }
  section.block { padding: 70px 0; }
  footer .columns { grid-template-columns: 1fr; }
  .topbar-links a:last-child { display: none; }
}
