/*
Theme Name: Health Harbour
Theme URI: https://healthharbour.ca
Author: Health Harbour
Description: Custom bold red & white storefront theme for Health Harbour, built for WooCommerce.
Version: 1.2
Text Domain: health-harbour
Requires at least: 6.0
Requires PHP: 7.4
*/

:root{
  --ink:#1A1A1A;
  --ink-soft:#5A5A5A;
  --bg:#FAFAF8;
  --card:#FFFFFF;
  --red:#E01E26;
  --red-dark:#B01018;
  --accent:#C81E27;
  --accent-dark:#9E141B;
  --maroon:#7A1014;
  --gold:#FFC145;
  --line:#E7E9E5;
  --radius:16px;
}
*{box-sizing:border-box;}
body{margin:0;font-family:'Nunito Sans',sans-serif;color:var(--ink);background:var(--bg);}
h1,h2,h3,h4,.logo-word{font-family:'Quicksand',sans-serif;font-weight:700;}
a{text-decoration:none;color:inherit;}
button{font-family:inherit;cursor:pointer;border:none;}
img{max-width:100%;display:block;}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px;}

/* HEADER */
header.site-header{position:sticky;top:0;z-index:50;background:rgba(250,250,248,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);}
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:32px;padding:14px 24px;}
.announce-bar{background:var(--accent-dark);color:#fff;text-align:center;font-size:12.5px;font-weight:600;padding:9px 12px;}
.announce-bar span{opacity:.55;margin:0 10px;}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.logo-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#E01E26,#B01018);display:flex;align-items:center;justify-content:center;}
.logo-word{font-weight:700;font-size:20px;letter-spacing:-.02em;}
.logo-word span{color:var(--red-dark);}
nav.main-nav{display:flex;gap:26px;flex:1;}
nav.main-nav ul{list-style:none;display:flex;gap:26px;margin:0;padding:0;}
nav.main-nav a{font-weight:600;font-size:14.5px;color:var(--ink-soft);padding:8px 0;border-bottom:2px solid transparent;}
nav.main-nav a:hover{color:var(--ink);border-color:var(--red);}
.header-actions{display:flex;align-items:center;gap:16px;}
.icon-btn{position:relative;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.icon-btn:hover{background:#F0F1EC;}
.cart-count{position:absolute;top:-2px;right:-2px;background:var(--red);color:#fff;font-size:10.5px;font-weight:700;min-width:17px;height:17px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 3px;}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:999px;font-weight:700;font-size:15px;}
.btn-red{background:var(--red);color:#fff;}
.btn-red:hover{background:var(--red-dark);}
.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.5);}
.btn-dark{background:var(--ink);color:#fff;}

/* HERO */
.hero{margin-top:28px;border-radius:28px;background:linear-gradient(120deg,#1A1A1A 0%,#6B0D10 55%,#E01E26 130%);color:#fff;padding:64px 56px;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden;position:relative;}
.hero h1{font-size:44px;line-height:1.08;margin:0 0 16px;letter-spacing:-.02em;}
.hero p{font-size:16.5px;color:rgba(255,255,255,.82);margin:0 0 28px;max-width:460px;}
.eyebrow{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:6px 14px;border-radius:999px;font-size:12.5px;font-weight:600;margin-bottom:18px;}

/* PROMO / TRUST / CATEGORY / BRAND / CONCERN / TESTIMONIAL — same visual language as approved mockup */
.promo-duo{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:26px 0 10px;}
.promo-tile{border-radius:20px;padding:26px 28px;min-height:120px;}
.promo-tile.p1{background:linear-gradient(120deg,#FDEBEA,#FBD1CE);}
.promo-tile.p2{background:linear-gradient(120deg,#F2F2F2,#E4E4E4);}
.promo-badge{display:inline-block;background:var(--ink);color:#fff;font-size:11px;font-weight:700;padding:4px 11px;border-radius:999px;margin-bottom:10px;}
.trust-strip{display:flex;justify-content:space-between;gap:20px;margin:36px 0;padding:20px 8px;border-bottom:1px solid var(--line);flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--ink-soft);}
.trust-item .dot{width:34px;height:34px;border-radius:10px;background:#FDEBEA;display:flex;align-items:center;justify-content:center;}
.section-head{display:flex;align-items:end;justify-content:space-between;margin:44px 0 20px;}
.section-head h2{font-size:26px;margin:0;}
.section-head .sub{color:var(--ink-soft);font-size:14px;margin-top:4px;}
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.cat-card{border-radius:20px;padding:26px;min-height:150px;color:#fff;}
.cat-1{background:linear-gradient(135deg,#E01E26,#B01018);}
.cat-2{background:linear-gradient(135deg,#2A2A2A,#141414);}
.cat-3{background:linear-gradient(135deg,#7A1014,#4A0A0D);}
.brand-strip{display:flex;justify-content:space-between;gap:18px;padding:26px 8px;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:44px 0;}
.brand-tile{font-family:'Space Grotesk';font-weight:700;font-size:15px;color:#B9B9B9;text-transform:uppercase;}
.concern-row{display:flex;gap:12px;flex-wrap:wrap;}
.concern-pill{background:#fff;border:1.5px solid var(--line);padding:11px 18px;border-radius:999px;font-weight:600;font-size:14px;}
.testimonial{margin:50px 0 0;background:var(--ink);color:#fff;border-radius:24px;padding:44px 56px;display:flex;gap:40px;justify-content:space-between;flex-wrap:wrap;}
.testimonial .stars-big{color:var(--gold);font-size:18px;margin-bottom:14px;}
.newsletter{margin:60px 0 40px;background:#FDEBEA;border-radius:24px;padding:44px 56px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;}

/* PRODUCT GRID — used both by our custom loop wrapper AND styled to match WooCommerce defaults */
.prod-grid, ul.products{display:grid !important;grid-template-columns:repeat(4,1fr);gap:20px;list-style:none;margin:0 !important;padding:0 !important;}
.prod-card, ul.products li.product{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;position:relative;}
.prod-thumb{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#F5F5F5;}
.prod-thumb img{width:100%;height:100%;object-fit:cover;}
.prod-tag{position:absolute;top:10px;left:10px;background:var(--ink);color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:999px;z-index:2;}
.prod-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px;}
.prod-cat{font-size:11.5px;font-weight:700;color:var(--accent-dark);text-transform:uppercase;}
.prod-name, .woocommerce-loop-product__title{font-weight:600;font-size:14.5px;}
.price, ul.products .price{font-weight:700;font-size:16px;color:var(--ink);}
.price ins{text-decoration:none;}
.price del{font-weight:500;font-size:12.5px;color:var(--ink-soft);margin-right:6px;}
.star-rating{color:var(--gold);}
.add_to_cart_button, .single_add_to_cart_button, button.button{background:var(--red) !important;color:#fff !important;border-radius:999px !important;font-weight:700 !important;border:none !important;padding:12px 22px !important;}
.add_to_cart_button:hover, .single_add_to_cart_button:hover{background:var(--red-dark) !important;}

/* SINGLE PRODUCT (WooCommerce default markup, restyled) */
.single-product div.product{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:30px;}
.single-product div.product .woocommerce-product-gallery{border-radius:22px;overflow:hidden;}
.single-product div.product .summary{max-width:100%;}
.single-product h1.product_title{font-size:28px;margin:0 0 10px;letter-spacing:-.01em;}
.single-product p.price, .single-product span.price{font-size:26px;font-weight:700;color:var(--ink);}
.woocommerce-Price-amount{color:inherit;}
.single-product .quantity input.qty{width:60px;padding:10px;border-radius:999px;border:1px solid var(--line);text-align:center;}
.woocommerce-tabs ul.tabs{display:flex;gap:24px;border-bottom:1px solid var(--line);margin:24px 0 16px;padding:0;list-style:none;}
.woocommerce-tabs ul.tabs li{font-weight:600;font-size:14px;}
.woocommerce-tabs ul.tabs li a{color:var(--ink-soft);}
.woocommerce-tabs ul.tabs li.active a{color:var(--ink);border-bottom:2px solid var(--red);padding-bottom:8px;}
.related.products{margin-top:50px;}
.woocommerce-breadcrumb{font-size:13px;color:var(--ink-soft);margin:24px 0 0;}
.woocommerce-breadcrumb a{color:var(--ink-soft);}

/* Notices / forms used across shop, cart, checkout */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error{border-radius:12px;padding:14px 18px;background:#fff;}
.select2-container .select2-selection--single{height:44px !important;border-radius:10px !important;border:1px solid var(--line) !important;padding:6px 0 !important;}

/* CART / CHECKOUT — restyled WooCommerce defaults */
table.shop_table{border-collapse:collapse;width:100%;}
table.shop_table th, table.shop_table td{padding:14px 10px;border-bottom:1px solid var(--line);text-align:left;}
.woocommerce-cart-form, .cart-collaterals{margin-top:20px;}
.cart_totals, .woocommerce-checkout-review-order{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;}
.checkout input[type=text], .checkout input[type=email], .checkout input[type=tel], .checkout select, .checkout textarea{padding:12px 14px;border-radius:10px;border:1px solid var(--line);width:100%;}
#place_order{background:var(--red) !important;border-radius:999px !important;padding:15px 26px !important;font-weight:700 !important;color:#fff !important;}
.woocommerce-message, .woocommerce-info{border-top-color:var(--red) !important;}
.woocommerce-message::before, .woocommerce-info::before{color:var(--red) !important;}

/* FOOTER */
footer.site-footer{border-top:1px solid var(--line);margin-top:40px;padding:40px 24px 30px;color:var(--ink-soft);font-size:13.5px;}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;}
.footer-cols{display:flex;gap:60px;flex-wrap:wrap;}
.footer-col h4{font-size:13px;color:var(--ink);margin:0 0 12px;}
.footer-col a{display:block;margin-bottom:8px;color:var(--ink-soft);}

@media(max-width:860px){
  .prod-grid, ul.products{grid-template-columns:repeat(2,1fr) !important;}
  .cat-grid{grid-template-columns:1fr;}
  .pd-layout{grid-template-columns:1fr;}
  nav.main-nav{display:none;}
  .hero{flex-direction:column;padding:40px 26px;}
}


/* ===== HERO HYBRID (Option D redesign, added by Claude) ===== */
.hero-hybrid{
	display:block;
	background:#FFF9F5;
	padding:70px 40px 0;
	position:relative;
	overflow:hidden;
	border-radius:0 0 var(--radius) var(--radius);
}
.hero-hybrid .hero-blob{
	position:absolute;
	width:460px;height:460px;
	background:radial-gradient(circle, #FFD9CC 0%, rgba(255,217,204,0) 70%);
	border-radius:50%;
	top:-180px;right:-120px;
	z-index:0;
}
.hero-hybrid .hero-top{
	display:flex;
	align-items:center;
	gap:48px;
	flex-wrap:wrap;
	position:relative;
	z-index:1;
	max-width:1200px;
	margin:0 auto;
}
.hero-hybrid .hero-copy{ flex:1.1; min-width:300px; }
.hero-hybrid .kicker{
	display:inline-block;
	font-family:'Quicksand',sans-serif;
	font-weight:700;
	color:var(--red);
	letter-spacing:1px;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:16px;
}
.hero-hybrid h1{
	font-family:'Quicksand',sans-serif;
	font-weight:800;
	font-size:56px;
	line-height:1.05;
	color:var(--ink);
	margin:0;
}
.hero-hybrid h1 .accent{ color:var(--red); }
.hero-hybrid p{
	margin-top:18px;
	font-size:17px;
	color:var(--ink-soft);
	max-width:440px;
}
.hero-hybrid .hero-actions{ margin-top:26px; }
.spotlight-card{
	flex:1;
	min-width:260px;
	max-width:320px;
	background:var(--card);
	border-radius:24px;
	padding:26px;
	box-shadow:0 10px 30px rgba(224,30,38,0.10);
	position:relative;
	z-index:1;
}
.spotlight-eyebrow{
	font-family:'Quicksand',sans-serif;
	font-weight:700;
	font-size:12px;
	color:var(--red);
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.spotlight-photo{
	margin-top:14px;
	height:150px;
	border-radius:16px;
	background:radial-gradient(circle at 30% 30%, #FFE3D6, #FCEEF5 70%);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:46px;
}
.spotlight-name{
	margin-top:16px;
	font-family:'Quicksand',sans-serif;
	font-weight:700;
	font-size:16px;
	color:var(--ink);
}
.spotlight-row{
	margin-top:6px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.spotlight-stars{ color:var(--red); font-size:13px; }
.spotlight-price{ font-family:'Quicksand',sans-serif; font-weight:800; font-size:17px; color:var(--ink); }

.cat-strip{
	display:flex;
	gap:14px;
	margin-top:48px;
	padding:0 0 44px;
	position:relative;
	z-index:1;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	overflow-x:auto;
}
.cat-pill{
	flex:1;
	min-width:140px;
	background:var(--card);
	border:2px solid #F5E9E2;
	border-radius:16px;
	padding:18px 14px;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:8px;
	transition:border-color .15s ease, transform .15s ease;
}
.cat-pill:hover{ border-color:var(--red); transform:translateY(-2px); }
.cat-emoji{ font-size:30px; }
.cat-label{ font-family:'Quicksand',sans-serif; font-weight:700; font-size:14px; color:var(--ink); }

@media (max-width:780px){
	.hero-hybrid{ padding:50px 20px 0; }
	.hero-hybrid h1{ font-size:38px; }
	.hero-hybrid .hero-top{ flex-direction:column; align-items:stretch; }
	.spotlight-card{ max-width:none; }
	.cat-strip{ flex-wrap:nowrap; }
}
