/*
Theme Name: Signature Studio Restored
Theme URI: https://example.com
Author: Your Studio
Description: Reconstructed landing theme rebuilt from the original site's real fonts, colors, and images, mobile-first since most visitors are on phone.
Version: 1.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: signature-studio
*/

:root{
  --navy:#153084;
  --navy-deep:#030519;
  --indigo:#605BE5;
  --indigo-2:#3343EC;
  --indigo-3:#4C5BEE;
  --coral:#FF7F77;
  --charcoal:#2F2F2F;
  --cream:#FAF9F5;
  --ink:#111111;
  --muted:#555555;
  --gold-star:#FFD726;
  --gold:#D4A017;
  --line:#E8E8E8;
}
*{box-sizing:border-box;}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:'Poppins',sans-serif;
  line-height:1.6;
  padding-bottom:64px; /* room for fixed bottom bar */
}
h1,h2,h3{
  font-family:'Playfair Display',serif;
  margin:0;
  letter-spacing:-0.01em;
  line-height:1.15;
}
img{display:block;max-width:100%;}
.wrap{max-width:1180px;margin:0 auto;padding:0 20px;}
a{color:inherit;text-decoration:none;}
.eyebrow{
  display:block;text-align:center;font-size:12px;letter-spacing:0.14em;text-transform:uppercase;
  color:var(--coral);font-weight:700;margin-bottom:10px;
}
.section-title{
  text-align:center;font-size:clamp(22px,5vw,30px);font-weight:700;letter-spacing:-0.015em;
  margin-bottom:8px;
}
.section-title::after{
  content:"";display:block;width:36px;height:3px;background:var(--coral);margin:14px auto 0;border-radius:2px;
}

/* HEADER (mobile-first: logo + hidden nav, nav appears at desktop width) */
header.site-header{background:var(--charcoal);padding:14px 0;}
header.site-header .wrap{display:flex;align-items:center;justify-content:space-between;}
header.site-header .logo img{max-width:40px;}
header.site-header nav{display:none;}
header.site-header nav a{color:#FFFFFF;font-size:15px;margin-left:24px;font-weight:400;}
header.site-header nav a:hover{color:#FDFFFD;}
@media (min-width:860px){
  header.site-header nav{display:block;}
}

/* HERO */
.hero{
  background:linear-gradient(40deg, var(--navy) 0%, var(--navy-deep) 100%);
  padding:50px 0 40px;
  color:#fff;
  text-align:center;
}
.hero-heading{
  font-size:clamp(26px,6.5vw,36px);
  font-weight:700;
  color:#fff;
  margin-bottom:26px;
  letter-spacing:-0.02em;
  line-height:1.1;
}
.hero .cta{
  display:inline-block;margin-top:22px;background:var(--indigo-3);color:#fff;
  padding:15px 30px;border-radius:6px;font-weight:600;font-size:15px;width:100%;max-width:320px;
}

/* HERO HOOK COPY */
.hero-hook p{margin:0 0 12px;}
.hero-hook .line-1{font-size:16px;color:#C9CDE0;font-weight:400;}
.hero-hook .line-2{font-family:'Playfair Display',serif;font-size:30px;font-weight:700;color:#fff;letter-spacing:-0.02em;}
.hero-hook .line-3{font-size:16px;font-style:italic;color:var(--coral);font-weight:600;}
.hero-hook .line-4{font-size:15px;color:#C9CDE0;max-width:60ch;margin-left:auto;margin-right:auto;font-weight:400;}
@media (min-width:640px){
  .hero-hook .line-1,.hero-hook .line-3{font-size:19px;}
  .hero-hook .line-2{font-size:38px;}
  .hero-hook .line-4{font-size:17px;}
}

/* AUTOPLAY CLIENT SIGNATURE SLIDER */
.signature-slider.wp-block-gallery{display:flex !important;overflow-x:hidden;gap:0;scroll-behavior:smooth;}
.signature-slider.wp-block-gallery figure{flex:0 0 100%;margin:0;background:#fff;padding:40px 20px;text-align:center;}
.signature-slider.wp-block-gallery img{max-height:180px;width:auto;margin:0 auto;object-fit:contain;}

/* INTRO TEXT */
.intro{padding:44px 0;text-align:center;}
.intro p{max-width:58ch;margin:0 auto;font-size:15px;color:var(--muted);font-weight:400;line-height:1.75;}

/* DESIGN PROCESS — mobile-first: always stacked, image ABOVE text */
.process-steps{padding:50px 0;background:linear-gradient(40deg,#153084 0%,#030519 100%);}
.process-steps > .wrap > h2{color:#fff;font-size:clamp(22px,5vw,30px);font-weight:700;text-align:center;margin-bottom:26px;letter-spacing:-0.015em;}
.process-step-row{
  display:flex;flex-direction:column;
  background:#fff;border-radius:12px;padding:24px;margin-bottom:20px;overflow:hidden;
}
.process-step-row img{border-radius:8px;border:1px solid #eee;width:100%;order:1;margin-bottom:18px;}
.process-step-row .step-text{order:2;}
.process-step-row .step-num{
  display:inline-flex;font-family:'Poppins',sans-serif;font-weight:700;color:var(--coral);
  font-size:13px;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px;
}
.process-step-row h3{color:var(--navy);font-size:22px;font-weight:700;letter-spacing:-0.01em;margin-bottom:10px;}
.process-step-row p{color:#4A4A4A;font-size:15px;line-height:1.7;}

/* STAT / ICON BOX */
.stat-section{padding:40px 0;}
.stat-row{display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center;}
.stat-number{font-size:36px;font-weight:600;color:var(--ink);}
.stat-label{font-family:'Playfair Display',serif;font-size:19px;color:var(--ink);}

/* GALLERY */
.gallery{padding:30px 0;}
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#F4F4F4;}
.gallery-grid img{width:100%;height:160px;object-fit:cover;}
@media (min-width:640px){
  .gallery-grid{grid-template-columns:repeat(3,1fr);}
  .gallery-grid img{height:220px;}
}

/* TIMELINE / STORY SECTION */
.timeline{background:linear-gradient(40deg, var(--navy) 0%, var(--navy-deep) 100%);padding:50px 0;color:#fff;text-align:center;}
.timeline-track{display:flex;gap:18px;overflow-x:auto;padding:20px 4px;scroll-snap-type:x mandatory;}
.timeline-item{
  background:#fff;color:var(--ink);border-radius:10px;padding:26px 16px;min-width:200px;
  text-align:center;scroll-snap-align:center;
}
.timeline-icon{
  width:38px;height:38px;border-radius:50px;background:var(--coral);color:#fff;
  display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-weight:700;
}
.timeline-item h3{font-size:18px;color:var(--navy);margin-bottom:6px;}
.timeline-item p{font-size:14px;color:#333;}

/* FEATURES CHECKLIST (what's included, above pricing) */
.features-list{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,0.06);}
.features-list .flist-header{
  background:#0D0D0D;color:#fff;text-align:center;padding:26px 20px;
}
.features-list .flist-header .script{font-family:'Playfair Display',serif;font-style:italic;font-size:30px;display:block;}
.features-list .flist-header .sub{font-weight:800;letter-spacing:0.06em;font-size:16px;margin-top:4px;}
.flist-item{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid #EFEFEF;}
.flist-item:last-child{border-bottom:none;}
.flist-item .flist-icon{font-size:20px;flex-shrink:0;width:26px;text-align:center;}
.flist-item .flist-text{flex:1;font-size:14px;color:#333;font-weight:500;}
.flist-item .flist-badge{
  background:#16A34A;color:#fff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;flex-shrink:0;
}

/* PRICING */
.pricing{padding:50px 0;}
.pricing > .wrap > h2{text-align:center;font-size:clamp(22px,5vw,30px);font-weight:700;letter-spacing:-0.015em;margin-bottom:24px;}
.pricing-grid{display:flex;flex-direction:column;gap:20px;}
.price-card{border-radius:10px;overflow:hidden;box-shadow:0 0 23px rgba(87,45,3,0.11);position:relative;background:#fff;}
.price-card .badge{
  position:absolute;top:14px;right:-32px;background:#e53935;color:#fff;font-size:11px;font-weight:700;
  padding:4px 36px;transform:rotate(40deg);z-index:2;
}
.price-card .heading{padding:22px 20px 18px;text-align:center;}
.price-card .heading .icon{font-size:24px;margin-bottom:6px;}
.price-card .title{font-size:17px;font-weight:800;letter-spacing:0.03em;text-transform:uppercase;}
.price-card.tier-1 .heading{background:#EDEFFC;color:var(--indigo-2);}
.price-card.tier-2 .heading{background:#FFF6DA;color:#8a6d00;}
.price-card .body{padding:24px 20px 26px;text-align:center;}
.price-card .desc{color:#333;font-size:14.5px;font-weight:500;margin-bottom:3px;}
.price-card .exp{color:#999;font-size:12.5px;margin-bottom:20px;}
.price-card .price-row{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-bottom:22px;}
.price-card .old-amount{text-decoration:line-through;color:#bbb;font-size:15px;font-weight:400;}
.price-card .amount{font-size:40px;font-weight:800;color:var(--navy);letter-spacing:-0.02em;}
.price-card.tier-2 .amount{color:#8a6d00;}
.price-card .off{background:#e53935;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:20px;}
.price-card .btn{
  display:block;padding:16px;border-radius:6px;font-weight:700;font-size:15.5px;text-align:center;
  letter-spacing:0.01em;
}
.price-card.tier-1 .btn{background:#0D0D0D;color:#fff;}
.price-card.tier-2 .btn{background:var(--gold);color:#1a1400;}

/* TRUST BADGE + WHATSAPP CTA UNDER PRICING */
.trust-badge{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  background:#EEF0FB;border:1px solid #D9DEF7;border-radius:10px;padding:14px 18px;margin-top:20px;font-size:13px;
}
.trust-badge b{display:block;font-size:14px;}
.trust-badge span{color:#555;font-size:12px;}
.whatsapp-cta{
  display:flex;align-items:center;justify-content:center;gap:8px;background:#25D366;color:#fff;
  font-weight:700;padding:15px;border-radius:8px;margin-top:14px;font-size:15px;
}

.pricing-urgency{text-align:center;font-size:13px;color:#e83d17;font-weight:600;margin-top:18px;}

/* TESTIMONIALS */
.testimonials{padding:50px 0;background:#fff;}
.testimonials > .wrap > h2{text-align:center;font-size:clamp(22px,5vw,28px);font-weight:700;letter-spacing:-0.015em;margin-bottom:6px;}

/* REVIEW SCREENSHOT SLIDER */
.review-slider.wp-block-gallery{
  display:flex !important;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:10px;
  -webkit-overflow-scrolling:touch;
}
/* REVIEW SCREENSHOT SLIDER (robust plain-HTML version — use this instead of the Gallery block) */
.review-strip{
  display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding:0 0 10px;
  -webkit-overflow-scrolling:touch;
}
.review-strip .review-item{
  flex:0 0 260px;scroll-snap-align:center;background:#fff;border:1px solid var(--line);
  border-radius:10px;padding:8px;display:flex;align-items:center;justify-content:center;
}
.review-strip img{max-height:460px;max-width:100%;width:auto;height:auto;object-fit:contain;border-radius:6px;}

.review-slider.wp-block-gallery figure{
  flex:0 0 260px;scroll-snap-align:center;margin:0;
  background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px;
  display:flex;align-items:center;justify-content:center;
}
.review-slider.wp-block-gallery img{
  max-height:460px;max-width:100%;width:auto;height:auto;
  object-fit:contain;border-radius:6px;
}
.review-slider-nav{display:flex;justify-content:center;gap:16px;margin-top:14px;}
.review-slider-nav button{background:var(--navy);color:#fff;border:none;border-radius:50%;width:34px;height:34px;font-size:17px;}

/* FAQ ACCORDION */
.faq{padding:50px 0;}
.faq > .wrap > h2{text-align:center;font-size:clamp(22px,5vw,28px);font-weight:700;letter-spacing:-0.015em;margin-bottom:22px;}
.faq details{background:#000;color:#fff;border-radius:8px;padding:15px 18px;margin-bottom:10px;}
.faq summary{cursor:pointer;font-weight:600;font-size:14.5px;list-style:none;display:flex;justify-content:space-between;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"+";}
.faq details[open] summary::after{content:"\2212";}
.faq details[open] summary{color:#15FF00;}
.faq p{margin-top:12px;font-size:14px;color:#ddd;}

/* ORDER FORM PAGE */
.order-form{padding:44px 0;max-width:600px;margin:0 auto;}
.order-form h1{font-size:26px;text-align:center;margin-bottom:12px;color:var(--ink);}
.order-form .lede{text-align:center;color:var(--muted);font-size:14px;margin-bottom:32px;}
.order-form label{display:block;font-weight:600;margin:22px 0 8px;font-size:14px;}
.order-form .req{color:red;}
.order-form input[type=text],
.order-form input[type=email],
.order-form input[type=tel],
.order-form select{
  width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:6px;font-size:15px;font-family:'Poppins',sans-serif;
}
.order-form .hint{font-size:12px;color:#999;margin-top:6px;}
.order-form .choice-row{display:flex;gap:20px;margin-top:6px;flex-wrap:wrap;}
.order-form .choice-row label{display:flex;align-items:center;gap:8px;font-weight:600;margin:0;font-size:14px;}
.order-form .submit-btn{
  margin-top:30px;width:100%;padding:16px;background:var(--navy);color:#fff;border:none;border-radius:6px;
  font-size:16px;font-weight:600;cursor:pointer;
}

/* FOOTER */
footer.site-footer{background:var(--charcoal);color:#ccc;padding:30px 0;text-align:center;font-size:12px;}
footer.site-footer a{color:#fff;}

/* FIXED BOTTOM BAR (urgency + WhatsApp + Order Now, always visible on mobile) */
.bottom-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:200;
  background:#0D0D0D;color:#fff;
  display:flex;align-items:stretch;
  font-family:'Poppins',sans-serif;
}
.bottom-bar-info{display:none;}
.bottom-bar-whatsapp,.bottom-bar-order{
  flex:1;display:flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 8px;font-size:13px;font-weight:700;
}
.bottom-bar-whatsapp{background:#25D366;}
.bottom-bar-order{background:var(--indigo-3);}
@media (min-width:640px){
  .bottom-bar-info{
    display:flex;align-items:center;padding:0 18px;font-size:13px;flex:1;
  }
  .bottom-bar .dot{width:8px;height:8px;border-radius:50%;background:#E53935;margin-right:8px;flex-shrink:0;
    animation:pulse-dot 1.4s infinite;}
  @keyframes pulse-dot{0%{opacity:1;}50%{opacity:0.3;}100%{opacity:1;}}
  .bottom-bar-whatsapp,.bottom-bar-order{flex:0 0 200px;}
}

/* ORDER FORM v2 — simplified, with a prominent submit button */
.order-form-v2{padding:0 0 60px;max-width:460px;margin:0 auto;}
.of-topbar{
  display:flex;align-items:center;justify-content:space-between;background:#0D0D0D;color:#fff;
  padding:16px 20px;font-weight:700;font-size:14px;letter-spacing:0.04em;text-transform:uppercase;
}
.of-contact{
  display:flex;align-items:center;gap:6px;background:#25D366;color:#fff;font-size:12px;font-weight:700;
  padding:8px 14px;border-radius:20px;text-transform:none;letter-spacing:0;
}
.of-hero{text-align:center;padding:26px 20px 20px;}
.of-headline-simple{font-family:'Playfair Display',serif;font-weight:700;font-size:24px;color:#111;margin-bottom:6px;}
.of-sub{color:#153084;font-size:15px;font-weight:600;}
.of-samples-small{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#eee;margin-bottom:20px;max-width:320px;margin-left:auto;margin-right:auto;border-radius:8px;overflow:hidden;}
.of-samples-small img{width:100%;height:70px;object-fit:cover;background:#fff;padding:8px;}
.of-form{padding:0 20px;}
.of-input{
  width:100%;padding:15px;border:1px solid #ddd;border-radius:8px;font-size:15px;
  font-family:'Poppins',sans-serif;margin-bottom:12px;
}
.of-input:focus{outline:none;border-color:var(--indigo-3);}
.of-phone-row{display:flex;gap:0;margin-bottom:12px;}
.of-code{
  display:flex;align-items:center;padding:0 14px;border:1px solid #ddd;border-right:none;
  border-radius:8px 0 0 8px;background:#F5F5F5;font-weight:600;font-size:14px;color:#555;
}
.of-phone-input{border-radius:0 8px 8px 0;margin-bottom:0;}
.of-note{font-size:12px;color:#999;line-height:1.6;margin:14px 0 18px;text-align:center;}
.of-summary{background:#F7F7F7;border-radius:10px;padding:14px 16px;margin-bottom:22px;}
.of-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;font-size:14px;color:#555;}
.of-row .of-strike{text-decoration:line-through;color:#aaa;}
.of-discount span:first-child{color:#16A34A;font-weight:600;}
.of-discount em{
  font-style:normal;background:#DCFCE7;color:#16A34A;font-size:11px;font-weight:700;
  padding:2px 8px;border-radius:20px;margin-left:6px;
}
.of-discount span:last-child{color:#16A34A;font-weight:700;}
.of-total{border-top:1px dashed #ddd;margin-top:2px;padding-top:12px;font-weight:700;font-size:17px;color:#111;}

/* PROMINENT SUBMIT BUTTON */
.of-submit{
  width:100%;
  background:linear-gradient(135deg, var(--indigo-3), var(--indigo-2));
  color:#fff;border:none;padding:19px;border-radius:10px;
  font-size:17px;font-weight:800;letter-spacing:0.01em;cursor:pointer;
  box-shadow:0 10px 28px -8px rgba(76,91,238,0.55);
  animation:of-pulse 2.2s infinite;
}
.of-submit:hover{transform:translateY(-1px);}
@keyframes of-pulse{
  0%{box-shadow:0 10px 28px -8px rgba(76,91,238,0.55);}
  50%{box-shadow:0 10px 32px -6px rgba(76,91,238,0.85);}
  100%{box-shadow:0 10px 28px -8px rgba(76,91,238,0.55);}
}
@media (prefers-reduced-motion: reduce){
  .of-submit{animation:none;}
}
