/* Annie VA Theme — Main Stylesheet */

:root {
  --cream: #FAF7F2;
  --warm-white: #FFFDF9;
  --sand: #EDE8DF;
  --taupe: #C8BFB0;
  --brown: #7A6A58;
  --dark: #2C2420;
  --accent: #B85C3A;
  --accent-light: #F0DDD5;
  --accent-mid: #D4805E;
  --green: #4A6741;
  --green-light: #DCE8D8;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--dark);
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; }
a { transition: color 0.2s; }

/* ── NAV ── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.25rem 3rem;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(250,247,242,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--sand);
}
.nav-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 1.4rem; color: var(--dark); text-decoration: none;
  letter-spacing: -0.01em;
}
.nav-logo em { color: var(--accent); font-style: italic; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a {
  font-size: 0.875rem; font-weight: 400; color: var(--brown);
  text-decoration: none; letter-spacing: 0.03em; transition: color 0.2s;
}
.nav-links a:hover { color: var(--accent); }
.nav-cta {
  background: var(--dark) !important; color: var(--cream) !important;
  padding: 0.5rem 1.25rem; border-radius: 100px;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--accent) !important; }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none;
  border: none; cursor: pointer; padding: 4px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--dark); transition: all 0.3s;
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; padding: 7rem 3rem 4rem; gap: 4rem;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; right: -10%; top: -10%; width: 60%; height: 120%;
  background: radial-gradient(ellipse at center, var(--accent-light) 0%, transparent 70%);
  opacity: 0.5; pointer-events: none;
}
.hero-text { position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); font-weight: 500; margin-bottom: 1.5rem;
}
.hero-eyebrow::before { content:''; display:block; width:24px; height:1px; background:var(--accent); }
.hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  line-height: 1.05; letter-spacing: -0.02em;
  color: var(--dark); margin-bottom: 1.5rem;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-desc {
  font-size: 1.05rem; line-height: 1.7; color: var(--brown);
  max-width: 440px; margin-bottom: 2.5rem; font-weight: 300;
}
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--dark); color: var(--cream); padding: 0.875rem 2rem;
  border-radius: 100px; text-decoration: none; font-size: 0.9rem; font-weight: 500;
  transition: background 0.2s, transform 0.15s; letter-spacing: 0.02em;
}
.btn-primary:hover { background: var(--accent); color: var(--cream); transform: translateY(-1px); }
.btn-secondary {
  color: var(--dark); text-decoration: none; font-size: 0.9rem; font-weight: 400;
  display: flex; align-items: center; gap: 0.4rem;
  border-bottom: 1px solid var(--taupe); padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
}
.btn-secondary:hover { color: var(--accent); border-color: var(--accent); }
.hero-stats {
  display: flex; gap: 2rem; margin-top: 3rem; padding-top: 2rem;
  border-top: 1px solid var(--sand);
}
.stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 1.75rem; color: var(--dark); display: block;
}
.stat-label { font-size: 0.8rem; color: var(--brown); font-weight: 300; }
.hero-visual { position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; }
.hero-card-stack { position: relative; width: 340px; height: 420px; }
.hero-card {
  position: absolute; border-radius: 20px; padding: 1.75rem;
  background: var(--warm-white); border: 1px solid var(--sand);
}
.card-creative { width:280px; top:20px; left:40px; transform:rotate(-4deg); background:var(--accent-light); border-color:var(--accent-mid); }
.card-main     { width:300px; top:80px; left:20px; transform:rotate(1.5deg); z-index:2; }
.card-cert     { width:260px; bottom:20px; right:10px; transform:rotate(-2deg); background:var(--green-light); border-color:var(--green); z-index:3; }
.card-label    { font-size:0.7rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--brown); margin-bottom:0.75rem; font-weight:500; }
.card-title    { font-family:'DM Serif Display',serif; font-size:1.15rem; color:var(--dark); margin-bottom:0.5rem; }
.card-detail   { font-size:0.8rem; color:var(--brown); line-height:1.5; }
.card-price    { font-size:1.3rem; font-weight:500; color:var(--accent); margin-top:0.75rem; }

/* ── COMMON ── */
section { padding: 6rem 3rem; }
.section-tag {
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); font-weight: 500; margin-bottom: 1rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.section-tag::before { content:''; display:block; width:20px; height:1px; background:var(--accent); }
.section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  line-height: 1.1; letter-spacing: -0.02em; color: var(--dark); margin-bottom: 1rem;
}
.section-sub { font-size: 1rem; color: var(--brown); font-weight: 300; line-height: 1.7; max-width: 540px; }

/* ── ABOUT ── */
.about {
  background: var(--dark);
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.about .section-tag { color: var(--accent-mid); }
.about .section-tag::before { background: var(--accent-mid); }
.about .section-title { color: var(--cream); }
.about-body { font-size: 0.95rem; color: var(--taupe); line-height: 1.8; margin-top: 1.5rem; font-weight: 300; }
.about-body p { margin-bottom: 1rem; }
.credential-list { display: flex; flex-direction: column; gap: 0.75rem; }
.credential {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px;
}
.cred-icon { width:36px; height:36px; border-radius:8px; background:var(--accent); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:0.9rem; }
.cred-text { font-size:0.85rem; color:var(--taupe); line-height:1.5; }
.cred-text strong { color:var(--cream); font-weight:500; display:block; margin-bottom:2px; }

/* ── SERVICES ── */
.services { background: var(--cream); }
.services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 1.5rem; }
.services-intro { font-size: 0.95rem; color: var(--brown); font-weight: 300; line-height: 1.7; max-width: 300px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card {
  background: var(--warm-white); border: 1px solid var(--sand); border-radius: 20px;
  padding: 2rem; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.service-card:hover { transform: translateY(-4px); border-color: var(--taupe); box-shadow: 0 12px 40px rgba(44,36,32,0.08); }
.service-card:hover::before { transform: scaleX(1); }
.service-card.featured { background: var(--dark); border-color: var(--dark); }
.service-card.featured::before { transform: scaleX(1); }
.service-num { font-family:'DM Serif Display',serif; font-size:0.85rem; color:var(--taupe); margin-bottom:1.25rem; }
.service-card.featured .service-num { color:rgba(255,255,255,0.3); }
.service-icon { width:44px; height:44px; border-radius:10px; background:var(--accent-light); display:flex; align-items:center; justify-content:center; margin-bottom:1.25rem; font-size:1.2rem; }
.service-card.featured .service-icon { background:rgba(184,92,58,0.25); }
.service-name { font-family:'DM Serif Display',serif; font-size:1.25rem; color:var(--dark); margin-bottom:0.5rem; }
.service-card.featured .service-name { color:var(--cream); }
.service-desc { font-size:0.875rem; color:var(--brown); line-height:1.6; margin-bottom:1.25rem; font-weight:300; }
.service-card.featured .service-desc { color:var(--taupe); }
.service-tags { display:flex; flex-wrap:wrap; gap:0.4rem; margin-bottom:1.5rem; }
.tag { font-size:0.72rem; padding:0.3rem 0.7rem; background:var(--sand); color:var(--brown); border-radius:100px; letter-spacing:0.02em; }
.service-card.featured .tag { background:rgba(255,255,255,0.1); color:var(--taupe); }
.service-price { font-family:'DM Serif Display',serif; font-size:1.5rem; color:var(--accent); display:flex; align-items:baseline; gap:0.3rem; }
.service-price span { font-family:'DM Sans',sans-serif; font-size:0.8rem; color:var(--brown); font-weight:300; }
.service-card.featured .service-price span { color:var(--taupe); }

/* ── PACKAGES ── */
.packages { background: var(--sand); }
.packages-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; margin-top:3rem; }
.pkg {
  background: var(--warm-white); border:1px solid rgba(0,0,0,0.07); border-radius:20px;
  padding: 1.75rem; display:flex; flex-direction:column; transition:transform 0.2s;
}
.pkg:hover { transform: translateY(-3px); }
.pkg.highlight { background: var(--dark); border-color:var(--dark); }
.pkg-badge {
  display: inline-block; font-size:0.7rem; letter-spacing:0.08em; text-transform:uppercase;
  padding:0.3rem 0.75rem; border-radius:100px;
  background:var(--accent-light); color:var(--accent); font-weight:500; margin-bottom:1.25rem; align-self:flex-start;
}
.pkg.highlight .pkg-badge { background:rgba(184,92,58,0.25); color:var(--accent-mid); }
.pkg-name { font-family:'DM Serif Display',serif; font-size:1.2rem; color:var(--dark); margin-bottom:0.4rem; }
.pkg.highlight .pkg-name { color:var(--cream); }
.pkg-tagline { font-size:0.8rem; color:var(--brown); margin-bottom:1.25rem; line-height:1.5; font-weight:300; }
.pkg.highlight .pkg-tagline { color:var(--taupe); }
.pkg-price { font-family:'DM Serif Display',serif; font-size:2rem; color:var(--accent); margin-bottom:0.25rem; }
.pkg-freq { font-size:0.78rem; color:var(--brown); margin-bottom:1.5rem; font-weight:300; }
.pkg.highlight .pkg-freq { color:var(--taupe); }
.pkg-features { list-style:none; flex:1; margin-bottom:1.5rem; display:flex; flex-direction:column; gap:0.6rem; }
.pkg-features li { font-size:0.82rem; color:var(--brown); display:flex; align-items:flex-start; gap:0.5rem; line-height:1.4; }
.pkg.highlight .pkg-features li { color:var(--taupe); }
.pkg-features li::before { content:'✓'; color:var(--accent); font-weight:500; flex-shrink:0; font-size:0.75rem; margin-top:1px; }
.pkg-cta {
  display:block; text-align:center; padding:0.75rem; border-radius:100px;
  font-size:0.85rem; font-weight:500; text-decoration:none;
  transition:all 0.2s; border:1.5px solid var(--dark); color:var(--dark); background:transparent; cursor:pointer;
}
.pkg-cta:hover { background:var(--dark); color:var(--cream); }
.pkg.highlight .pkg-cta { background:var(--accent); border-color:var(--accent); color:var(--cream); }
.pkg.highlight .pkg-cta:hover { background:var(--accent-mid); border-color:var(--accent-mid); }
.addons-title { font-family:'DM Serif Display',serif; font-size:1.25rem; color:var(--dark); margin:3rem 0 0.5rem; }
.addons-sub { font-size:0.875rem; color:var(--brown); margin-bottom:0; font-weight:300; }
.addon-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:0.75rem; margin-top:1.25rem; }
.addon { display:flex; justify-content:space-between; align-items:center; padding:0.9rem 1.25rem; background:var(--warm-white); border:1px solid var(--sand); border-radius:12px; }
.addon-name { font-size:0.85rem; color:var(--dark); }
.addon-rate { font-size:0.85rem; font-weight:500; color:var(--accent); }

/* ── SKILLS ── */
.skills-section { background: var(--warm-white); }
.skills-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; margin-top:3rem; }
.skill-block { padding:1.75rem; border:1px solid var(--sand); border-radius:16px; }
.skill-block-title { font-family:'DM Serif Display',serif; font-size:1.1rem; color:var(--dark); margin-bottom:1rem; display:flex; align-items:center; gap:0.6rem; }
.skill-pills { display:flex; flex-wrap:wrap; gap:0.4rem; }
.skill-pill { font-size:0.78rem; padding:0.3rem 0.75rem; background:var(--sand); color:var(--brown); border-radius:100px; }
.skill-pill.accent { background:var(--accent-light); color:var(--accent); }

/* ── CONTACT ── */
.contact { background: var(--dark); text-align: center; }
.contact .section-title { color: var(--cream); }
.contact .section-title em { font-style:italic; color:var(--accent-mid); }
.contact .section-sub { color: var(--taupe); margin: 0 auto 2.5rem; }
.contact-tag { justify-content:center; color:var(--accent-mid); }
.contact-tag::before { background:var(--accent-mid); }
.contact-form { max-width:520px; margin:0 auto; display:flex; flex-direction:column; gap:1rem; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.form-field { display:flex; flex-direction:column; gap:0.4rem; }
.form-label { font-size:0.78rem; color:var(--taupe); letter-spacing:0.05em; text-transform:uppercase; text-align:left; }
.form-input, .form-textarea {
  background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.12);
  border-radius:10px; padding:0.875rem 1rem; color:var(--cream);
  font-family:'DM Sans',sans-serif; font-size:0.9rem; outline:none; transition:border-color 0.2s; width:100%;
}
.form-input::placeholder, .form-textarea::placeholder { color:rgba(255,255,255,0.25); }
.form-input:focus, .form-textarea:focus { border-color:var(--accent-mid); }
.form-textarea { resize:vertical; min-height:110px; }
.form-response { font-size:0.875rem; min-height:1.5rem; }
.form-response.success { color:#7BC47A; }
.form-response.error { color:#E88080; }
.form-submit {
  background:var(--accent); color:var(--cream); border:none;
  padding:1rem 2.5rem; border-radius:100px; font-size:0.95rem; font-weight:500;
  cursor:pointer; transition:background 0.2s, transform 0.15s; letter-spacing:0.02em; align-self:center;
}
.form-submit:hover { background:var(--accent-mid); transform:translateY(-1px); }
.form-submit:disabled { opacity:0.7; cursor:not-allowed; transform:none; }
.contact-alt { margin-top:2.5rem; font-size:0.85rem; color:var(--taupe); }
.contact-alt a { color:var(--accent-mid); text-decoration:none; }
.contact-alt a:hover { text-decoration:underline; }

/* ── FOOTER ── */
.site-footer {
  background: #1A1210; padding:2rem 3rem;
  display:flex; justify-content:space-between; align-items:center;
  border-top:1px solid rgba(255,255,255,0.05);
}
.footer-logo { font-family:'DM Serif Display',serif; font-size:1.1rem; color:var(--taupe); text-decoration:none; }
.footer-logo em { color:var(--accent); font-style:italic; }
.footer-copy { font-size:0.8rem; color:rgba(255,255,255,0.25); }
.footer-links { display:flex; gap:1.5rem; }
.footer-links a { font-size:0.8rem; color:rgba(255,255,255,0.35); text-decoration:none; transition:color 0.2s; }
.footer-links a:hover { color:var(--accent-mid); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity:0; transform:translateY(24px); }
  to   { opacity:1; transform:translateY(0); }
}
.hero-text > * { animation: fadeUp 0.6s ease both; }
.hero-text > *:nth-child(1){animation-delay:0.1s}
.hero-text > *:nth-child(2){animation-delay:0.2s}
.hero-text > *:nth-child(3){animation-delay:0.3s}
.hero-text > *:nth-child(4){animation-delay:0.4s}
.hero-text > *:nth-child(5){animation-delay:0.5s}
.hero-visual { animation: fadeUp 0.7s 0.4s ease both; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero { grid-template-columns:1fr; padding:7rem 2rem 4rem; }
  .hero-visual { display:none; }
  .about { grid-template-columns:1fr; gap:3rem; }
  .services-grid { grid-template-columns:1fr 1fr; }
  .packages-grid { grid-template-columns:1fr 1fr; }
  .skills-grid { grid-template-columns:1fr; }
  .addon-grid { grid-template-columns:1fr 1fr; }
  .site-nav { padding:1rem 1.5rem; }
  .nav-links { display:none; flex-direction:column; position:absolute; top:100%; left:0; right:0; background:var(--cream); border-bottom:1px solid var(--sand); padding:1.5rem 2rem; gap:1rem; }
  .nav-links.open { display:flex; }
  .nav-toggle { display:flex; }
  section { padding:4rem 1.5rem; }
}
@media (max-width: 640px) {
  .services-grid { grid-template-columns:1fr; }
  .packages-grid { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
  .addon-grid { grid-template-columns:1fr; }
  .site-footer { flex-direction:column; gap:1rem; text-align:center; }
  .hero-stats { flex-wrap:wrap; gap:1.25rem; }
  .services-header { flex-direction:column; }
}
