/* Nikki Kate Headwear — about.html styles */

/* ── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  --rose:         #C4849A;
  --rose-light:   #F5ECF0;
  --rose-mid:     #E8C8D0;
  --rose-dark:    #8A3050;
  --rose-deep:    #6A1F40;
  --sage:         #D8E4D8;
  --sage-dark:    #4A6A54;
  --linen:        #EEE4D8;
  --text:         #2A2220;
  --text-muted:   #7A706C;
  --bg:           #FDFBF9;
  --surface:      #FFFFFF;
  --border:       rgba(42,34,32,0.11);
  --border-med:   rgba(42,34,32,0.2);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', system-ui, sans-serif;
  --r:            4px;
}

/* ── RESET ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
}
img { max-width: 100%; display: block; object-fit: cover; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: var(--font-body); }

/* ── TYPOGRAPHY ────────────────────────────────────────────── */
.tag {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.65rem;
}
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.2;
}
em { font-style: italic; color: var(--rose); }

/* ── BUTTONS ───────────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: var(--rose);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 2rem;
  border-radius: var(--r);
  border: none;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--rose-dark); }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--rose);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  border: 0.5px solid var(--rose);
  padding: 0.8rem 1.75rem;
  border-radius: var(--r);
  transition: background 0.2s;
}
.btn-ghost:hover { background: var(--rose-light); }

.btn-white {
  display: inline-block;
  background: #fff;
  color: var(--rose);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 2.25rem;
  border-radius: var(--r);
  border: none;
  transition: opacity 0.2s;
}
.btn-white:hover { opacity: 0.88; }

/* ── PILL ──────────────────────────────────────────────────── */
.pill {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.05em;
  background: var(--rose-light);
  color: #7A4055;
  padding: 0.28rem 0.85rem;
  border-radius: 20px;
  margin: 0.2rem 0.2rem 0 0;
}

/* ── NAV ───────────────────────────────────────────────────── */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2.5rem;
  background: var(--surface);
  border-bottom: 0.5px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
}
.nav-logo .script { font-style: italic; color: var(--rose); font-weight: 300; }

/* Replace .nav-logo text with:
   <a href="/"><img src="logo.png" alt="Nikki Kate Headwear" style="height:54px;width:auto;"></a>
*/

.nav-links {
  display: flex;
  gap: 1.75rem;
  list-style: none;
}
.nav-links a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover { color: var(--rose); border-bottom-color: var(--rose); }
.nav-links a.active { color: var(--rose); border-bottom-color: var(--rose); }

.nav-cta {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0.5px solid var(--rose);
  color: var(--rose);
  padding: 0.5rem 1.25rem;
  border-radius: var(--r);
  background: transparent;
  transition: background 0.2s, color 0.2s;
}
.nav-cta:hover { background: var(--rose); color: #fff; }

/* ── HERO ──────────────────────────────────────────────────── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}
.hero-img {
  background: #D4B0B8;
  position: relative;
  overflow: hidden;
  min-height: 520px;
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
/* Placeholder - remove when using real photo */
.hero-img-ph {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(160deg, #D4B0B8 0%, #C49AA8 100%);
}
.hero-img-ph p {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9A6070;
  opacity: 0.75;
}
.hero-text {
  background: var(--surface);
  padding: clamp(3.5rem, 6vw, 5.5rem) clamp(2.5rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-text h1 {
  font-size: clamp(34px, 4vw, 50px);
  margin-bottom: 1.25rem;
}
.hero-text p {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1rem;
  max-width: 460px;
}
.hero-pills { margin-top: 1.5rem; }

/* ── SECTION SHELL ─────────────────────────────────────────── */
.section {
  padding: clamp(3.5rem, 6vw, 5rem) clamp(1.5rem, 4vw, 2.5rem);
}
.section-white { background: var(--surface); }
.section-bg    { background: var(--bg); }

.section-header { margin-bottom: 2.75rem; }
.section-header h2 { font-size: clamp(28px, 3.5vw, 40px); }

/* ── STORY SPLIT ───────────────────────────────────────────── */
.story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.story-img {
  background: #C8A0AA;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}
.story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-img-ph {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(160deg, #C8A0AA 0%, #B890A0 100%);
}
.story-img-ph p {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9A6070;
  opacity: 0.75;
}
.story-text {
  background: var(--surface);
  padding: clamp(3rem, 5vw, 5rem) clamp(2.5rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.story-text blockquote {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 26px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
  border-left: 2px solid var(--rose);
  padding-left: 1.4rem;
  margin-bottom: 1.4rem;
  color: var(--text);
}
.story-text p {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 0.85rem;
}
.story-sig {
  margin-top: 0.5rem;
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  color: var(--rose);
}

/* ── TEAM ──────────────────────────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.team-card {
  background: var(--surface);
  border: 0.5px solid var(--border);
  border-radius: var(--r);
  padding: 2.25rem;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.75rem;
  align-items: start;
  transition: box-shadow 0.25s;
}
.team-card:hover {
  box-shadow: 0 6px 28px rgba(196,132,154,0.12);
}
.team-photo {
  width: 110px;
  height: 145px;
  border-radius: var(--r);
  background: #EDD9DA;
  overflow: hidden;
  flex-shrink: 0;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.team-photo-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #EDD9DA 0%, #E0C4C8 100%);
}
.team-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
.team-role {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.75rem;
}
.team-bio {
  font-size: 13px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
}
.team-email {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 14px;
  font-style: italic;
  color: var(--rose);
  transition: opacity 0.2s;
}
.team-email:hover { opacity: 0.75; }

/* ── UNDERSTANDING SECTION ─────────────────────────────────── */
.understanding-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}
.understanding-grid p {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.85;
}

/* ── MISSION BOX ───────────────────────────────────────────── */
.mission-box {
  background: var(--rose-light);
  border-radius: var(--r);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.75rem, 4vw, 3.5rem);
  text-align: center;
}
.mission-box h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 30px);
  font-style: italic;
  font-weight: 300;
  color: var(--rose-dark);
  margin-bottom: 1rem;
  line-height: 1.4;
}
.mission-box p {
  font-size: 15px;
  font-weight: 300;
  color: var(--rose-dark);
  line-height: 1.85;
  max-width: 640px;
  margin: 0 auto;
  opacity: 0.85;
}

/* ── VALUES ROW ────────────────────────────────────────────── */
.values-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}
.value-card {
  padding: 1.75rem;
  border: 0.5px solid var(--border);
  border-radius: var(--r);
  background: var(--surface);
}
.value-icon {
  width: 36px;
  height: 36px;
  background: var(--rose-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.value-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.45rem;
}
.value-desc {
  font-size: 13px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── IN-HOME STRIP ─────────────────────────────────────────── */
.inhome-strip {
  background: var(--surface);
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
  padding: 3rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}
.inhome-strip h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.inhome-strip p {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 560px;
}

/* ── CTA BANNER ────────────────────────────────────────────── */
.cta-banner {
  background: var(--rose);
  padding: clamp(3rem, 5vw, 4.5rem) 2.5rem;
  text-align: center;
}
.cta-banner h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 300;
  color: #fff;
  margin-bottom: 0.6rem;
}
.cta-banner h2 em { color: rgba(255,255,255,0.72); }
.cta-banner p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.82);
  margin-bottom: 2rem;
  line-height: 1.7;
}

/* ── FOOTER ────────────────────────────────────────────────── */
.site-footer {
  background: var(--surface);
  border-top: 0.5px solid var(--border);
  padding: 2.25rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 1.5rem;
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 400;
}
.footer-logo .script { font-style: italic; color: var(--rose); }
.footer-center {
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.9;
}
.footer-right {
  font-size: 12px;
  color: var(--text-muted);
  text-align: right;
  line-height: 2;
}
.footer-right a { color: var(--rose); }
.footer-right a:hover { text-decoration: underline; }

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-img { min-height: 340px; order: -1; }
  .hero-img-ph { min-height: 340px; }
  .story-split { grid-template-columns: 1fr; }
  .story-img { order: -1; }
  .story-img-ph { min-height: 300px; }
  .team-grid { grid-template-columns: 1fr; }
  .understanding-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .values-row { grid-template-columns: 1fr 1fr; }
  .inhome-strip { grid-template-columns: 1fr; text-align: center; }
  .inhome-strip .btn-ghost { align-self: center; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-right { text-align: center; }
}
@media (max-width: 600px) {
  .site-nav { padding: 1rem 1.25rem; }
  .nav-links { display: none; }
  .team-card { grid-template-columns: 1fr; }
  .team-photo { width: 90px; height: 115px; }
  .values-row { grid-template-columns: 1fr; }
  .section { padding: 3rem 1.25rem; }
  .mission-box { padding: 2rem 1.5rem; }
}
/* ── Mobile navigation ── */
.nav-hamburger{display:none;flex-direction:column;justify-content:space-between;width:22px;height:16px;background:none;border:none;cursor:pointer;padding:0;}
.nav-hamburger span{display:block;width:100%;height:1.5px;background:var(--text);border-radius:2px;transition:transform 0.25s,opacity 0.25s;}
.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-hamburger.open span:nth-child(2){opacity:0;}
.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100%;background:var(--surface);z-index:200;padding:5rem 2rem 2rem;display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(0,0,0,0.08);transition:right 0.3s ease;}
.mobile-menu.open{right:0;}
.mobile-menu-close{position:absolute;top:1.25rem;right:1.5rem;background:none;border:none;font-size:24px;cursor:pointer;color:var(--text-muted);}
.mobile-menu-nav{display:flex;flex-direction:column;gap:0;}
.mobile-menu-nav a{font-size:15px;font-weight:400;letter-spacing:0.05em;color:var(--text);padding:1rem 0;border-bottom:0.5px solid var(--border);text-decoration:none;transition:color 0.2s;}
.mobile-menu-nav a:hover{color:var(--rose);}
.mobile-menu-cta{display:inline-block;margin-top:1.75rem;background:var(--rose);color:#fff !important;text-align:center;padding:0.85rem 1.5rem !important;border-radius:var(--r);border:none !important;letter-spacing:0.08em;text-transform:uppercase;font-size:12px !important;font-weight:500;}
.mobile-menu-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.35);z-index:199;}
.mobile-menu-overlay.open{display:block;}
@media(max-width:600px){
  .nav-hamburger{display:flex;}
  .nav-cta{display:none;}
}
