/*
Theme Name: Personalised Luggage Straps
Theme URI: https://personalisedluggagestraps.com.au
Author: Custom Build
Description: Custom WooCommerce theme for Personalised Luggage Straps Australia — navy/white/sky/orange design system.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pls
*/

:root{
  --navy: #0B2942;
  --navy-footer: #071A2B;
  --white: #FFFFFF;
  --sky: #EEF7FB;
  --orange: #FF6A2A;
  --orange-dark: #E95618;
  --orange-pale: #FFF3EA;
  --charcoal: #22272B;
  --grey: #F5F6F7;
  --border: #E2E7EA;

  --strap-red:#E4572E; --strap-blue:#2D6CDF; --strap-yellow:#F4B400;
  --strap-pink:#E8558B; --strap-lime:#8BC53F; --strap-purple:#7B4FE0;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0; background:var(--white); color:var(--charcoal);
  font-family:'Inter', sans-serif; -webkit-font-smoothing:antialiased;
}
img,svg{display:block; max-width:100%;}
a{color:inherit; text-decoration:none;}
ul{margin:0; padding:0; list-style:none;}
.wrap{max-width:1200px; margin:0 auto; padding:0 28px;}
section{padding:76px 0;}

h1,h2,h3,h4{
  font-family:'Poppins', sans-serif; font-weight:700; margin:0; color:var(--navy);
}
:focus-visible{ outline:3px solid var(--orange); outline-offset:3px; }

.eyebrow{
  font-size:13px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase;
  color:var(--orange-dark); margin-bottom:12px; display:block;
}
.section-head{ max-width:640px; margin:0 auto 48px; text-align:center; }
.section-head h2{ font-size:clamp(30px,3.6vw,42px); }
.section-head p{ font-size:16px; color:#546070; margin-top:12px; line-height:1.6; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Poppins'; font-weight:700; font-size:14.5px;
  padding:16px 30px; border-radius:8px; border:2px solid transparent;
  cursor:pointer; transition:transform .15s ease, background .15s ease;
}
.btn-orange{ background:var(--orange); color:var(--white); }
.btn-orange:hover{ background:var(--orange-dark); transform:translateY(-2px); }
.btn-navy{ background:var(--navy); color:var(--white); }
.btn-navy:hover{ background:#0F3454; transform:translateY(-2px); }
.btn-outline{ background:transparent; border-color:var(--navy); color:var(--navy); }
.btn-outline:hover{ background:var(--navy); color:var(--white); }
.link-arrow{ font-weight:600; font-size:14.5px; color:var(--navy); border-bottom:2px solid var(--orange); padding-bottom:2px; }

/* ============ ANNOUNCEMENT BAR ============ */
.announce{ background:var(--navy); color:var(--white); }
.announce .wrap{
  display:flex; justify-content:center; align-items:center; gap:22px;
  padding:10px 28px; font-size:12.5px; font-weight:600; letter-spacing:0.03em; flex-wrap:wrap;
}
.announce span{ opacity:0.55; }

/* ============ HEADER ============ */
header{ background:var(--white); border-bottom:1px solid var(--border); position:sticky; top:0; z-index:50; }
nav{ display:flex; align-items:center; justify-content:space-between; padding:18px 0; }
.logo{ display:flex; align-items:center; gap:10px; font-family:'Poppins'; font-weight:800; font-size:19px; color:var(--navy); letter-spacing:-0.01em; }
.logo small{ display:block; font-family:'Inter'; font-weight:500; font-size:10px; letter-spacing:0.1em; color:#8A93A0; }
.nav-links{ display:flex; gap:30px; font-size:13.5px; font-weight:600; letter-spacing:0.01em; }
.nav-links ul{ display:flex; gap:30px; }
.nav-links a:hover{ color:var(--orange-dark); }
.nav-icons{ display:flex; align-items:center; gap:20px; font-size:18px; }
.nav-icons a{ position:relative; }
.cart-count{
  position:absolute; top:-7px; right:-9px; background:var(--orange); color:var(--white);
  font-family:'Inter'; font-size:10px; font-weight:700; width:16px; height:16px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
@media (max-width:900px){ .nav-links{ display:none; } }

/* ============ HERO ============ */
.hero{ background:var(--sky); padding:70px 0 90px; overflow:hidden; }
.hero-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.hero h1{ font-size:clamp(36px,4.6vw,54px); line-height:1.08; }
.hero p.lede{ font-size:17px; line-height:1.6; color:#3F4A57; max-width:44ch; margin:20px 0 30px; }
.hero-ctas{ display:flex; align-items:center; gap:24px; flex-wrap:wrap; }

.hero-art{ position:relative; }
.carousel-scene{
  background:var(--white); border-radius:20px; padding:34px 30px 30px;
  box-shadow:0 30px 60px -25px rgba(11,41,66,0.25);
}
.carousel-belt{
  background:#DCE7EE; border-radius:14px; padding:26px 20px;
  display:flex; align-items:flex-end; gap:22px; overflow:hidden; position:relative;
}
.bubble{
  position:absolute; top:-18px; right:6%; background:var(--navy); color:var(--white);
  font-family:'Poppins'; font-weight:700; font-size:12.5px; padding:9px 16px; border-radius:16px 16px 16px 4px;
  box-shadow:0 8px 18px -8px rgba(11,41,66,0.5); z-index:2;
}
.carousel-caption{ text-align:center; margin-top:18px; font-size:13.5px; color:#6B7684; }
.carousel-caption b{ color:var(--orange-dark); }

/* ============ TRUST BAR ============ */
.trust{ background:var(--navy); padding:34px 0; }
.trust-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; }
.trust-item{ color:var(--white); }
.trust-item .ic{ font-size:24px; margin-bottom:8px; }
.trust-item span{ font-size:13px; font-weight:600; letter-spacing:0.02em; }
@media (max-width:760px){ .trust-grid{ grid-template-columns:repeat(2,1fr); gap:26px; } }

/* ============ SHOP BY STYLE ============ */
.style-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.style-tile{
  border-radius:14px; overflow:hidden; position:relative; aspect-ratio:4/3;
  display:flex; align-items:flex-end; padding:20px; color:var(--white);
  font-family:'Poppins'; font-weight:700; font-size:17px;
  transition:transform .2s ease;
}
.style-tile:hover{ transform:translateY(-4px); }
.style-tile::before{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.45) 100%); }
.style-tile span{ position:relative; z-index:1; }
.style-tile.t1{ background:linear-gradient(135deg,#0B2942,#2D6CDF); }
.style-tile.t2{ background:linear-gradient(135deg,#FF6A2A,#F4B400); }
.style-tile.t3{ background:linear-gradient(135deg,#2D6CDF,#8BC53F); }
.style-tile.t4{ background:linear-gradient(135deg,#E8558B,#F4B400); }
.style-tile.t5{ background:linear-gradient(135deg,#7B4FE0,#E8558B); }
.style-tile.t6{ background:linear-gradient(135deg,#0B2942,#22272B); }
@media (max-width:760px){ .style-grid{ grid-template-columns:repeat(2,1fr); } }

/* ============ HOW IT WORKS ============ */
.how{ background:var(--sky); }
.steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:34px; }
.step{ background:var(--white); border-radius:14px; padding:32px 26px; text-align:center; }
.step-num{
  width:44px; height:44px; border-radius:50%; background:var(--orange); color:var(--white);
  display:flex; align-items:center; justify-content:center; font-family:'Poppins'; font-weight:700;
  margin:0 auto 18px;
}
.step h3{ font-size:18px; margin-bottom:8px; }
.step p{ font-size:14.5px; color:#546070; line-height:1.55; margin:0; }
@media (max-width:760px){ .steps{ grid-template-columns:1fr; } }

/* ============ BEST SELLERS ============ */
.product-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.product-card{ border:1px solid var(--border); border-radius:14px; overflow:hidden; transition:box-shadow .2s ease; }
.product-card:hover{ box-shadow:0 16px 34px -20px rgba(11,41,66,0.3); }
.product-photo{
  aspect-ratio:1/0.85; display:flex; align-items:center; justify-content:center; padding:22px;
}
.product-info{ padding:16px 18px 20px; }
.product-info h4{ font-size:14.5px; margin-bottom:6px; }
.product-price{ font-family:'Poppins'; font-weight:700; color:var(--orange-dark); font-size:15px; }
@media (max-width:900px){ .product-grid{ grid-template-columns:repeat(2,1fr); } }

/* ============ FUN SECTION ============ */
.fun{ background:var(--orange-pale); text-align:center; }
.saying-chips{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; margin:36px 0 40px; }
.chip{
  background:var(--white); border:2px solid var(--navy); color:var(--navy);
  font-family:'Poppins'; font-weight:700; font-size:13px; letter-spacing:0.02em;
  padding:12px 20px; border-radius:999px;
}

/* ============ WHY USE A STRAP ============ */
.why-grid{ display:grid; grid-template-columns:1fr 1.1fr; gap:56px; align-items:center; }
.why-art{ background:var(--grey); border-radius:18px; aspect-ratio:1/0.9; display:flex; align-items:center; justify-content:center; padding:30px; }
.why-copy h2{ font-size:clamp(28px,3.4vw,38px); margin-bottom:22px; }
.why-list{ display:flex; flex-direction:column; gap:14px; }
.why-list li{ display:flex; align-items:flex-start; gap:12px; font-size:15.5px; color:var(--charcoal); }
.why-list .tick{
  width:22px; height:22px; border-radius:50%; background:var(--orange); color:var(--white);
  display:flex; align-items:center; justify-content:center; font-size:12px; flex:0 0 auto; margin-top:1px;
}
@media (max-width:900px){ .why-grid{ grid-template-columns:1fr; } }

/* ============ FAMILY BUNDLES ============ */
.family{ background:var(--sky); }
.family-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.family-art{ display:flex; justify-content:center; gap:16px; }
.fam-bag{ text-align:center; }
.fam-bag .lbl{ margin-top:10px; font-family:'Poppins'; font-weight:700; font-size:12px; color:var(--navy); }
.bundle-chips{ display:flex; gap:14px; margin:26px 0 30px; flex-wrap:wrap; }
.bundle-chip{
  background:var(--navy); color:var(--white); font-family:'Poppins'; font-weight:700; font-size:12.5px;
  padding:10px 18px; border-radius:8px;
}
@media (max-width:900px){ .family-grid{ grid-template-columns:1fr; } .family-art{ order:-1; } }

/* ============ REVIEWS ============ */
.reviews{ background:var(--grey); }
.review-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.review-card{ background:var(--white); border-radius:14px; padding:26px 24px; border:1px solid var(--border); }
.stars{ color:var(--orange); font-size:15px; margin-bottom:12px; letter-spacing:2px; }
.review-card p{ font-size:14.5px; line-height:1.6; color:#3F4A57; margin:0 0 16px; }
.review-who{ font-family:'Poppins'; font-weight:700; font-size:13px; color:var(--navy); }
@media (max-width:900px){ .review-grid{ grid-template-columns:1fr; } }

/* ============ CORPORATE ============ */
.corporate{ background:var(--navy); color:var(--white); }
.corp-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.corp-copy .eyebrow{ color:var(--orange); }
.corp-copy h2{ color:var(--white); font-size:clamp(28px,3.6vw,40px); margin-bottom:18px; }
.corp-copy p{ font-size:15.5px; line-height:1.6; color:#C4CEDA; max-width:44ch; margin-bottom:28px; }
.corp-art{ background:rgba(255,255,255,0.06); border-radius:18px; padding:34px; display:flex; align-items:center; justify-content:center; aspect-ratio:1/0.85; }
@media (max-width:900px){ .corp-grid{ grid-template-columns:1fr; } }

/* ============ SEO CONTENT ============ */
.seo{ background:var(--white); }
.seo-inner{ max-width:820px; margin:0 auto; }
.seo h2{ font-size:clamp(26px,3vw,34px); margin-bottom:20px; }
.seo p{ font-size:15px; line-height:1.75; color:#465061; margin:0 0 16px; }

/* ============ EMAIL OFFER ============ */
.offer{ background:var(--orange); color:var(--white); text-align:center; }
.offer h2{ color:var(--white); font-size:clamp(26px,3.2vw,36px); margin-bottom:12px; }
.offer p{ font-size:15.5px; opacity:0.95; margin:0 0 30px; }
.offer-form{ display:flex; gap:10px; max-width:440px; margin:0 auto; flex-wrap:wrap; justify-content:center; }
.offer-form input{
  flex:1; min-width:220px; border:none; border-radius:8px; padding:15px 18px; font-family:'Inter'; font-size:14.5px; outline:none;
}
.offer-form button{
  border:none; background:var(--navy); color:var(--white); border-radius:8px; padding:15px 26px;
  font-family:'Poppins'; font-weight:700; font-size:14px; cursor:pointer;
}
.offer-form button:hover{ background:#0F3454; }

/* ============ FOOTER ============ */
footer{ background:var(--navy-footer); color:#9AA6B5; padding:60px 0 30px; }
.footer-grid{ display:grid; grid-template-columns:1.3fr repeat(3,1fr); gap:36px; padding-bottom:36px; border-bottom:1px solid rgba(255,255,255,0.08); }
.footer-brand .logo{ color:var(--white); }
.footer-brand p{ font-size:13.5px; line-height:1.6; color:#7C889B; max-width:34ch; margin-top:14px; }
.footer-col h4{ font-family:'Poppins'; font-size:12px; letter-spacing:0.06em; text-transform:uppercase; color:#7C889B; margin-bottom:16px; }
.footer-col ul{ display:flex; flex-direction:column; gap:10px; font-size:14px; }
.footer-col a:hover{ color:var(--white); }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding-top:22px; font-size:12.5px; flex-wrap:wrap; gap:12px; }
.payments{ font-size:12px; letter-spacing:0.02em; color:#6B7789; }
@media (max-width:900px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }

/* ============ Minimal fallback styling for non-front-page content (blog/pages) ============ */
.pls-basic-content{ max-width:820px; margin:0 auto; padding:76px 28px; }
.pls-basic-content h1{ margin-bottom:20px; }
