/*
Theme Name: Power Cord Bracelet
Description: A single-product WooCommerce storefront based on the CrossOfMan WordPress stack.
Version: 1.0.0
Template: generatepress
Text Domain: power-cord-bracelet
*/

:root {
  --pc-ink: #11100f;
  --pc-ink-soft: #201e1b;
  --pc-ink-warm: #312d27;
  --pc-paper: #f4eddf;
  --pc-paper-light: #fbf8f1;
  --pc-gold: #caae6c;
  --pc-gold-strong: #ab8b48;
  --pc-muted: #b9b2a5;
  --pc-line: rgba(202, 174, 108, .26);
  --pc-radius: 20px;
  --pc-shadow: 0 24px 60px rgba(17, 16, 15, .18);
}

html { scroll-behavior: smooth; }
body { background: var(--pc-paper-light); color: var(--pc-ink); font-family: Inter, "Segoe UI", system-ui, sans-serif; }
body #page, body .site, body .site-content { background: transparent; }
body .site-header, body .site-footer, body .site-info, body .entry-header { display: none; }
body .site-content { margin: 0; }
body .content-area, body .site-main { margin: 0; width: 100%; }
body .inside-article { padding: 0; background: transparent; }
body .entry-content { margin: 0; }

.pc-announcement { background: var(--pc-ink); color: var(--pc-paper); font-size: .75rem; font-weight: 700; letter-spacing: .12em; padding: .72rem 1rem; text-align: center; text-transform: uppercase; }
.pc-announcement strong { color: var(--pc-gold); }
.pc-header { align-items: center; background: var(--pc-ink-soft); border-bottom: 1px solid var(--pc-line); color: var(--pc-paper); display: flex; gap: 2rem; justify-content: space-between; padding: 1rem clamp(1.2rem, 5vw, 5rem); }
.pc-brand { color: var(--pc-paper); display: inline-flex; flex-direction: column; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 700; letter-spacing: .08em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.pc-brand span { color: var(--pc-gold); font-family: Inter, "Segoe UI", sans-serif; font-size: .62rem; letter-spacing: .32em; margin-top: .38rem; }
.pc-nav { align-items: center; display: flex; gap: clamp(1rem, 3vw, 2.4rem); }
.pc-nav a { color: var(--pc-paper); font-size: .9rem; font-weight: 650; text-decoration: none; }
.pc-nav a:hover { color: var(--pc-gold); }
.pc-nav .pc-nav-cta { border: 1px solid var(--pc-gold); border-radius: 999px; color: var(--pc-gold); padding: .68rem 1rem; }
.pc-hero { align-items: center; background: var(--pc-ink); color: var(--pc-paper); display: grid; gap: clamp(2rem, 5vw, 5.5rem); grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7rem); }
.pc-hero-copy { max-width: 650px; }
.pc-eyebrow { color: var(--pc-gold); font-size: .75rem; font-weight: 800; letter-spacing: .22em; margin: 0 0 1.1rem; text-transform: uppercase; }
.pc-hero h1 { color: var(--pc-paper); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5.8vw, 5.8rem); line-height: .99; margin: 0 0 1.45rem; max-width: 760px; }
.pc-hero-copy > p:not(.pc-eyebrow) { color: #ded6c8; font-size: clamp(1.05rem, 1.7vw, 1.24rem); line-height: 1.7; margin: 0 0 1.8rem; max-width: 570px; }
.pc-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem; }
.pc-button { background: var(--pc-gold); border: 1px solid var(--pc-gold); border-radius: 999px; color: var(--pc-ink) !important; display: inline-flex; font-size: .92rem; font-weight: 800; justify-content: center; padding: .9rem 1.3rem; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.pc-button:hover { background: #dcc58f; transform: translateY(-2px); }
.pc-hero-note { color: var(--pc-muted); font-size: .86rem; line-height: 1.5; max-width: 200px; }
.pc-hero-media { background: var(--pc-paper); border: 1px solid var(--pc-line); border-radius: 4px; box-shadow: var(--pc-shadow); margin: 0; overflow: hidden; padding: .75rem; position: relative; transform: rotate(1deg); }
.pc-hero-media img { aspect-ratio: 1 / 1; display: block; object-fit: cover; width: 100%; }
.pc-hero-media figcaption { background: var(--pc-paper); color: var(--pc-ink-soft); font-family: Georgia, "Times New Roman", serif; font-size: .9rem; padding: .85rem .55rem .35rem; text-align: center; }
.pc-section { padding: clamp(4rem, 8vw, 7.5rem) clamp(1.25rem, 7vw, 7rem); }
.pc-section--paper { background: var(--pc-paper); }
.pc-section--dark { background: var(--pc-ink-soft); color: var(--pc-paper); }
.pc-section-heading { margin: 0 auto 3rem; max-width: 760px; text-align: center; }
.pc-section-heading h2 { color: var(--pc-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.05; margin: 0 0 1rem; }
.pc-section-heading p:not(.pc-eyebrow) { color: #5f5a51; font-size: 1.05rem; line-height: 1.75; margin: 0; }
.pc-section--dark .pc-section-heading h2 { color: var(--pc-paper); }
.pc-section--dark .pc-section-heading p:not(.pc-eyebrow) { color: #c9c2b6; }
.pc-feature-grid { align-items: center; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); margin: 0 auto; max-width: 1180px; }
.pc-feature-image { background: var(--pc-paper); border: 1px solid var(--pc-line); margin: 0; padding: .8rem; }
.pc-feature-image img { display: block; height: auto; width: 100%; }
.pc-feature-copy h2 { color: var(--pc-paper); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4.4vw, 4rem); line-height: 1.04; margin: 0 0 1.2rem; }
.pc-feature-copy p { color: #d3cbbd; font-size: 1.08rem; line-height: 1.8; margin: 0 0 1rem; }
.pc-steps { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1180px; }
.pc-step { background: var(--pc-paper-light); border: 1px solid var(--pc-line); border-radius: var(--pc-radius); padding: 1.6rem; }
.pc-step-number { color: var(--pc-gold-strong); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.pc-step h3 { color: var(--pc-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; margin: .5rem 0; }
.pc-step p { color: #5f5a51; line-height: 1.65; margin: 0; }
.pc-buy-panel { background: var(--pc-ink); border: 1px solid var(--pc-line); border-radius: var(--pc-radius); box-shadow: var(--pc-shadow); color: var(--pc-paper); margin: 0 auto; max-width: 840px; padding: clamp(2rem, 5vw, 4rem); text-align: center; }
.pc-buy-panel h2 { color: var(--pc-paper); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.7vw, 3.3rem); margin: 0 0 .8rem; }
.pc-buy-panel p:not(.pc-eyebrow) { color: #d3cbbd; line-height: 1.75; margin: 0 auto 1.4rem; max-width: 620px; }
.pc-launch-state { background: rgba(202, 174, 108, .12); border: 1px solid var(--pc-line); border-radius: 12px; color: var(--pc-paper); display: inline-block; font-size: .9rem; line-height: 1.55; padding: .85rem 1rem; }
.pc-gallery { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 3rem auto 0; max-width: 1000px; }
.pc-gallery figure { background: var(--pc-paper-light); border: 1px solid var(--pc-line); margin: 0; padding: .55rem; }
.pc-gallery img { aspect-ratio: 1 / 1; display: block; object-fit: cover; width: 100%; }
.pc-faq { margin: 0 auto; max-width: 880px; }
.pc-faq details { border-bottom: 1px solid var(--pc-line); padding: 1.15rem 0; }
.pc-faq summary { color: var(--pc-ink); cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 700; }
.pc-faq details p { color: #5f5a51; line-height: 1.7; margin: .75rem 0 0; }
.pc-footer { align-items: center; background: var(--pc-ink); color: #d3cbbd; display: flex; gap: 1.5rem; justify-content: space-between; padding: 1.5rem clamp(1.25rem, 7vw, 7rem); }
.pc-footer-brand { color: var(--pc-paper); font-family: Georgia, "Times New Roman", serif; font-size: .95rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pc-footer-note { font-size: .82rem; line-height: 1.5; margin: 0; text-align: right; }
.pc-store-opening { background: #241f17; border-top: 1px solid var(--pc-line); color: var(--pc-paper); font-size: .85rem; line-height: 1.5; padding: .85rem 1rem; text-align: center; }
.pc-store-opening strong { color: var(--pc-gold); }

@media (max-width: 860px) {
  .pc-hero { grid-template-columns: 1fr; }
  .pc-hero-copy { max-width: 720px; }
  .pc-hero-media { margin: 0 auto; max-width: 560px; width: 100%; }
  .pc-feature-grid { grid-template-columns: 1fr; }
  .pc-feature-image { margin: 0 auto; max-width: 620px; }
  .pc-steps { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .pc-header { align-items: flex-start; flex-direction: column; gap: .9rem; }
  .pc-nav { flex-wrap: wrap; gap: .85rem 1.1rem; }
  .pc-nav a { font-size: .84rem; }
  .pc-hero { padding-top: 3.8rem; }
  .pc-actions { align-items: flex-start; flex-direction: column; }
  .pc-gallery { grid-template-columns: 1fr 1fr; }
  .pc-gallery figure:last-child { display: none; }
  .pc-footer { align-items: flex-start; flex-direction: column; }
  .pc-footer-note { text-align: left; }
}
