/*
Theme Name: Hummingbird Collective
Theme URI: https://hummingbirdcollective.com
Author: Hummingbird Collective
Description: Custom boutique theme for Hummingbird Collective — boho/earthy meets romantic/feminine, with a signature "flight-path" motif in gorget magenta.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: hummingbird-collective
*/

:root{
  --sand: #E7DCC6;
  --petal: #F7F1E6;
  --bark: #362A22;
  --rose: #C88A96;
  --moss: #7C8A69;
  --gorget: #A23B67;
  --gorget-soft: #C15C86;
  --font-display: 'Fraunces', serif;
  --font-body: 'Work Sans', sans-serif;
  --max: 1240px;
}
*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  background: var(--petal);
  color: var(--bark);
  font-family: var(--font-body);
  font-weight:400;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{ color:inherit; text-decoration:none; }
img{ display:block; max-width:100%; }
.wrap{ max-width:var(--max); margin:0 auto; padding:0 32px; }
h1,h2,h3{ font-family:var(--font-display); font-weight:500; color:var(--bark); }

.flight-path{ display:block; height:14px; overflow:visible; }
.flight-path path{ fill:none; stroke:var(--gorget); stroke-width:2; }

header.site{
  position:sticky; top:0; z-index:50;
  background: rgba(247,241,230,0.92); backdrop-filter: blur(6px);
  border-bottom:1px solid rgba(54,42,34,0.08);
}
nav.wrap{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:18px; padding-bottom:18px;
}
.nav-links{ display:flex; gap:32px; list-style:none; font-size:14px; letter-spacing:.03em; text-transform:uppercase; }
.nav-links a:hover{ color:var(--gorget); }
.logo{
  font-family:var(--font-display); font-size:24px; letter-spacing:.02em; font-weight:600;
  display:flex; align-items:center; gap:8px;
}
.logo svg{ width:22px; height:22px; }
.nav-icons{ display:flex; gap:20px; font-size:13px; text-transform:uppercase; letter-spacing:.03em; }

.hero{
  display:grid; grid-template-columns: 1.05fr 0.95fr; align-items:center;
  gap:48px; padding:72px 0 88px;
}
.hero-copy .eyebrow{
  font-size:13px; letter-spacing:.14em; text-transform:uppercase; color:var(--moss); font-weight:600;
  margin-bottom:18px; display:block;
}
.hero-copy h1{
  font-size:clamp(40px,5vw,64px); line-height:1.04; margin-bottom:22px; font-style:italic; font-weight:400;
}
.hero-copy h1 em{ font-style:normal; color:var(--gorget); }
.hero-copy p{ font-size:17px; max-width:44ch; color:#5a4c40; margin-bottom:30px; }
.btn{
  display:inline-flex; align-items:center; gap:10px;
  background:var(--bark); color:var(--petal); padding:14px 28px;
  font-size:14px; letter-spacing:.04em; text-transform:uppercase; font-weight:500;
  border:1px solid var(--bark); transition:background .25s ease, color .25s ease;
}
.btn:hover{ background:transparent; color:var(--bark); }
.hero-cta-wrap .flight-path{ margin-top:14px; width:180px; }
.hero-img .frame{
  aspect-ratio: 4/5; background: linear-gradient(155deg, var(--rose) 0%, var(--sand) 55%, var(--moss) 100%);
  position:relative; overflow:hidden;
}
.hero-img .frame::after{
  content:"Lookbook — Vol. 04"; position:absolute; bottom:20px; left:20px;
  color:var(--petal); font-size:12px; letter-spacing:.08em; text-transform:uppercase;
  background:rgba(54,42,34,0.35); padding:8px 14px;
}

.section-head{ display:flex; align-items:flex-end; justify-content:space-between; margin-bottom:34px; }
.section-head h2{ font-size:clamp(26px,3vw,34px); font-style:italic; font-weight:400; }
.section-head .see-all{ font-size:13px; text-transform:uppercase; letter-spacing:.05em; border-bottom:1px solid var(--bark); padding-bottom:2px; }
.section-head .see-all:hover{ color:var(--gorget); border-color:var(--gorget); }
section{ padding:64px 0; }

.arrivals-scroll{ display:flex; gap:22px; overflow-x:auto; padding-bottom:12px; scroll-snap-type:x mandatory; }
.product-card{ flex:0 0 260px; scroll-snap-align:start; }
.product-card .thumb{ aspect-ratio:3/4; margin-bottom:14px; position:relative; overflow:hidden; background:var(--sand); }
.product-card .thumb img{ width:100%; height:100%; object-fit:cover; }
.product-card h3{ font-size:16px; font-weight:500; font-style:normal; margin-bottom:4px; }
.product-card .price{ font-size:14px; color:#8a7a6a; }

/* Shopify Buy Button embed — align with the arrivals-scroll layout */
.hc-shop-arrivals .hc-shop-embed{ display:flex; gap:22px; }
.hc-shop-embed iframe{ font-family: var(--font-body) !important; }

.story{ background:var(--moss); color:var(--petal); }
.story .wrap{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:56px; align-items:center; }
.story-img{ aspect-ratio:1/1; background:linear-gradient(145deg, var(--sand), var(--gorget-soft)); }
.story h2{ color:var(--petal); font-style:italic; font-weight:400; font-size:clamp(28px,3.2vw,38px); margin-bottom:18px; }
.story p{ max-width:56ch; margin-bottom:14px; color:#eee6d8; font-size:16px; }
.story .btn{ background:var(--petal); color:var(--bark); border-color:var(--petal); margin-top:10px; }

.collections-grid{ display:grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: auto auto; gap:22px; }
.collection-tile{ position:relative; overflow:hidden; min-height:340px; display:flex; align-items:flex-end; padding:26px; background:linear-gradient(160deg,var(--rose),var(--moss)); }
.collection-tile.big{ grid-row: span 2; min-height:auto; }
.collection-tile .overlay{ position:absolute; inset:0; background:linear-gradient(0deg, rgba(54,42,34,0.55), rgba(54,42,34,0)); }
.collection-tile .cinfo{ position:relative; color:var(--petal); }
.collection-tile .cinfo .eyebrow{ font-size:12px; letter-spacing:.1em; text-transform:uppercase; opacity:.85; }
.collection-tile h3{ font-family:var(--font-display); font-style:italic; font-size:26px; font-weight:400; color:var(--petal); margin-top:6px; }

.signup{ background:var(--rose); text-align:center; }
.signup .wrap{ padding:70px 32px; }
.signup h2{ font-style:italic; font-weight:400; font-size:clamp(28px,3.4vw,40px); margin-bottom:12px; }
.signup p{ max-width:48ch; margin:0 auto 26px; color:#4a2f39; }
.signup form{ display:flex; justify-content:center; gap:0; max-width:420px; margin:0 auto; }
.signup input{ flex:1; padding:14px 16px; border:1px solid var(--bark); border-right:none; background:var(--petal); font-size:14px; }
.signup button{ padding:14px 22px; background:var(--bark); color:var(--petal); border:1px solid var(--bark); font-size:13px; text-transform:uppercase; letter-spacing:.05em; cursor:pointer; }
.signup button:hover{ background:var(--gorget); border-color:var(--gorget); }
.signup .flight-path{ margin:22px auto 0; width:200px; }

.ugc-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:6px; }
.ugc-grid div, .ugc-grid img{ aspect-ratio:1/1; background:var(--sand); object-fit:cover; }

footer{ background:var(--bark); color:var(--petal); padding:60px 0 30px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; margin-bottom:40px; }
footer h4{ font-size:13px; text-transform:uppercase; letter-spacing:.06em; margin-bottom:16px; color:var(--rose); }
footer ul{ list-style:none; display:flex; flex-direction:column; gap:10px; font-size:14px; color:#d9cfc0; }
.footer-bottom{ border-top:1px solid rgba(247,241,230,0.15); padding-top:20px; font-size:12px; color:#a89a86; display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px; }

@media (max-width:860px){
  .hero{ grid-template-columns:1fr; padding-top:40px; }
  .story .wrap{ grid-template-columns:1fr; }
  .collections-grid{ grid-template-columns:1fr; }
  .collection-tile.big{ grid-row:auto; min-height:260px; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .ugc-grid{ grid-template-columns:repeat(3,1fr); }
  .nav-links{ display:none; }
}
