/*
Theme Name: Kana's Place
Theme URI: https://kanas-place.com
Author: Kana's Place
Description: Kana's Place — Gluten-free baking & lifestyle brand
Version: 3.5
License: Private
Text Domain: kanas-place
*/

:root {
  --white: #FFFFFF;
  --beige: #F2EFE6;
  --sage: #A8B5A2;
  --sage-dark: #4A5C46;
  --charcoal: #1A1A1A;
  --text-mid: #4A4A4A;
  --text-light: #767676;
  --border: #D8D5CE;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  background: var(--white);
  color: var(--charcoal);
  font-size: 17px;
  line-height: 1.9;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.single-body * {
  margin: revert;
  padding: revert;
}

/* ── NAV ── */
nav.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 60px;
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--charcoal);
  letter-spacing: 0.04em;
  text-decoration: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--text-mid);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.current { color: var(--sage-dark); }

.nav-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-icons a {
  color: var(--text-mid);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.nav-icons a:hover { color: var(--sage-dark); }
.nav-icons svg { width: 18px; height: 18px; }

/* ── SECTION BASE ── */
section { padding: 100px 0; }

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}

.container-narrow {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-label {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--text-light);
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* ── BUTTONS & LINKS ── */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--sage-dark);
  text-decoration: none;
  border-bottom: 1px solid var(--sage);
  padding-bottom: 2px;
  transition: opacity 0.2s;
}

.link-arrow:hover { opacity: 0.65; }

.btn-primary {
  display: inline-block;
  padding: 16px 48px;
  background: var(--sage-dark);
  color: #FFFFFF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-primary:hover { background: var(--charcoal); }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  margin-top: 60px;
  padding: 80px 40px 60px;
  background: var(--beige);
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.page-hero .watermark {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(80px, 18vw, 180px);
  font-weight: 300;
  color: rgba(0,0,0,0.045);
  letter-spacing: 0.1em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.page-hero h1 {
  position: relative;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--charcoal);
  line-height: 1.3;
}

/* ── FOOTER ── */
footer.site-footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.7);
  padding: 64px 0 40px;
}

.footer-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.04em;
}

.footer-links {
  display: flex;
  gap: 28px;
  list-style: none;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--sage); }

.footer-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-icons a {
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.footer-icons a:hover { color: var(--sage); }
.footer-icons svg { width: 18px; height: 18px; }

.footer-newsletter {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-newsletter p {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
}

.footer-form {
  display: flex;
  flex-direction: column;
  max-width: 380px;
  border: 1px solid rgba(255,255,255,0.2);
}

.footer-form input[type="text"],
.footer-form input[type="email"] {
  padding: 12px 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  outline: none;
  color: rgba(255,255,255,0.8);
  font-family: 'Jost', sans-serif;
  font-size: 12px;
}

.footer-form input::placeholder { color: rgba(255,255,255,0.3); }

.footer-form button {
  padding: 12px 20px;
  background: rgba(255,255,255,0.1);
  border: none;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.2s;
  text-align: left;
}

.footer-form button:hover { background: rgba(255,255,255,0.18); }

.footer-copy {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.25);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav.site-nav { padding: 0 20px; }
  .nav-links { display: none; }
  .container, .container-narrow { padding: 0 24px; }
  section { padding: 72px 0; }
  .page-hero { padding: 64px 24px 48px; }
  .footer-top { flex-direction: column; gap: 24px; }
  .footer-form { max-width: 100%; }
}
