/* ============================================
   Julia Quinto — style.css
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

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

:root {
  --sage: #8fa9a6;
  --sage-dark: #6e9390;
  --sage-deep: #4a706d;
  --sage-light: #c2d4d2;
  --sage-pale: #e8efee;
  --sage-bg: #f0f4f3;
  --muted: #7a9290;
  --text: #2a3d3b;
}

html { scroll-behavior: smooth; }
body { font-family: "Playfair Display", serif; background: var(--sage-bg); color: var(--text); font-weight: 400; overflow-x: hidden; }

/* ---- NAV ---- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.2rem 4rem;
  background: rgba(240,244,243,0.93);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(143,169,166,0.25);
}
.nav-brand { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.nav-logo-img { width: 32px; height: 32px; object-fit: contain; }
.nav-logo-text { font-family: "Playfair Display", serif; font-size: 1.05rem; letter-spacing: 0.05em; color: var(--sage-deep); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
.nav-links a { font-family: "Playfair Display", serif; font-size: 0.85rem; color: var(--muted); text-decoration: none; transition: color 0.3s; }
.nav-links a:hover { color: var(--sage-deep); }

/* ---- HERO ---- */
.hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right,
    rgba(74,112,109,0.80) 0%,
    rgba(74,112,109,0.55) 50%,
    rgba(74,112,109,0.15) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 8rem 5rem 4rem; max-width: 660px; }
.hero-eyebrow { font-family: "Playfair Display", serif; font-size: 0.8rem; font-style: italic; letter-spacing: 0.1em; color: var(--sage-light); margin-bottom: 1.5rem; opacity: 0.85; }

.hero-name-block { position: relative; display: inline-block; margin-bottom: 1.5rem; }
h1 { font-family: "Playfair Display", serif; font-size: 5rem; font-weight: 400; line-height: 1.1; color: #eef2f1; }
h1 .line-julia { display: block; font-style: normal; color: #eef2f1; font-size: 0.88em; }
h1 .line-quinto { display: block; font-style: italic; color: var(--sage-light); }
.hero-name-logo {
  position: absolute;
  top: 88%;
  right: 0px;
  width: 38px;
  height: 38px;
  object-fit: contain;
  opacity: 0.88;
}

.hero-divider { width: 60px; height: 1px; background: var(--sage-light); margin-bottom: 2rem; opacity: 0.55; }
.hero-bio { font-family: "Playfair Display", serif; font-size: 1.1rem; line-height: 2; color: rgba(238,242,241,0.9); max-width: 520px; margin-bottom: 1.5rem; }
.hero-bio em { font-style: italic; color: var(--sage-light); }
.hero-sessions { font-family: "Playfair Display", serif; font-size: 0.75rem; font-style: italic; letter-spacing: 0.1em; color: var(--sage-light); margin-bottom: 2.5rem; opacity: 0.75; }

.btn-row { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.btn { display: inline-block; padding: 0.85rem 2.5rem; border: 1px solid var(--sage-light); color: var(--sage-light); text-decoration: none; font-family: "Playfair Display", serif; font-size: 0.85rem; transition: all 0.35s; background: transparent; cursor: pointer; }
.btn:hover { background: var(--sage-light); color: var(--sage-deep); }
.btn-ig { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 1.5rem; border: 1px solid rgba(194,212,210,0.4); color: rgba(194,212,210,0.8); text-decoration: none; font-family: "Playfair Display", serif; font-size: 0.75rem; font-style: italic; transition: all 0.35s; }
.btn-ig:hover { border-color: var(--sage-light); color: var(--sage-light); }

/* ---- SECTIONS COMMON ---- */
section { padding: 6rem 4rem; }
.section-label { font-family: "Playfair Display", serif; font-size: 0.75rem; font-style: italic; letter-spacing: 0.1em; color: var(--sage-dark); margin-bottom: 1rem; }
.section-title { font-family: "Playfair Display", serif; font-size: 2.8rem; font-weight: 400; color: var(--text); margin-bottom: 1.5rem; line-height: 1.2; }

.ornament { display: flex; align-items: center; gap: 1rem; margin-bottom: 2.5rem; }
.ornament-line { flex: 1; height: 1px; background: rgba(143,169,166,0.3); max-width: 80px; }
.ornament-diamond { width: 6px; height: 6px; background: var(--sage); transform: rotate(45deg); }

/* ---- ABOUT ---- */
#about { background: var(--sage-bg); }
.about-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 5rem; align-items: center; max-width: 1100px; }
.about-text p { font-family: "Playfair Display", serif; font-size: 1rem; line-height: 2; color: #3d5553; margin-bottom: 1.2rem; }
.about-text p em { font-style: italic; color: var(--sage-deep); }
.about-ig { display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 1.5rem; text-decoration: none; font-family: "Playfair Display", serif; font-size: 0.75rem; font-style: italic; color: var(--sage-deep); border-bottom: 1px solid rgba(110,147,144,0.35); padding-bottom: 0.25rem; transition: opacity 0.3s; }
.about-ig:hover { opacity: 0.65; }
.about-quote { background: var(--sage); padding: 2.5rem; font-family: "Playfair Display", serif; font-size: 1.15rem; font-style: italic; color: #fff; line-height: 1.9; }
.about-quote-logo { width: 36px; height: 36px; object-fit: contain; margin-bottom: 1.2rem; opacity: 0.55; filter: brightness(0) invert(1); }

/* ---- OFFERINGS ---- */
#skills { background: var(--sage-deep); color: #eef2f1; }
#skills .section-title { color: #dde8e7; }
.offerings-intro { font-family: "Playfair Display", serif; font-size: 1.1rem; font-style: italic; color: var(--sage-light); max-width: 600px; line-height: 1.8; margin-bottom: 4rem; }
.offerings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 1100px; }
.offering-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(194,212,210,0.12); padding: 2.5rem 2rem; transition: background 0.3s; position: relative; overflow: hidden; }
.offering-card::before { content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background: var(--sage-light); transition: height 0.4s; }
.offering-card:hover::before { height: 100%; }
.offering-card:hover { background: rgba(143,169,166,0.1); }
.offering-num { font-family: "Playfair Display", serif; font-size: 2.5rem; font-style: italic; color: rgba(194,212,210,0.2); line-height: 1; margin-bottom: 1rem; }
.offering-name { font-family: "Playfair Display", serif; font-size: 1.2rem; color: var(--sage-light); margin-bottom: 0.75rem; font-weight: 500; }
.offering-desc { font-family: "Playfair Display", serif; font-size: 0.85rem; line-height: 1.85; color: rgba(238,242,241,0.55); }

/* ---- CONTACT ---- */
#contact { background: var(--sage-pale); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; max-width: 1100px; }
.contact-text p { font-family: "Playfair Display", serif; font-size: 1rem; line-height: 2; color: #3d5553; margin-bottom: 1rem; }
.contact-info { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.contact-item { display: flex; align-items: center; gap: 1rem; }
.contact-item-label { font-family: "Playfair Display", serif; font-size: 0.75rem; font-style: italic; color: var(--sage-dark); min-width: 70px; }
.contact-item-value { font-family: "Playfair Display", serif; font-size: 0.9rem; color: var(--text); }
.contact-item-value a { color: var(--text); text-decoration: none; border-bottom: 1px solid rgba(110,147,144,0.3); transition: color 0.3s; }
.contact-item-value a:hover { color: var(--sage-deep); }
.contact-languages { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(143,169,166,0.3); }
.contact-languages p { font-family: "Playfair Display", serif; font-style: italic; font-size: 0.95rem; color: var(--muted); }
.contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.form-field { display: flex; flex-direction: column; gap: 0.5rem; }
.form-field label { font-family: "Playfair Display", serif; font-size: 0.75rem; font-style: italic; color: var(--muted); }
.form-field input,
.form-field textarea { background: transparent; border: none; border-bottom: 1px solid rgba(143,169,166,0.4); padding: 0.6rem 0; font-family: "Playfair Display", serif; font-size: 0.95rem; color: var(--text); outline: none; transition: border-color 0.3s; border-radius: 0; }
.form-field input:focus,
.form-field textarea:focus { border-bottom-color: var(--sage-deep); }
.form-field textarea { resize: vertical; min-height: 100px; }
.btn-sage { display: inline-block; padding: 0.85rem 2.5rem; border: 1px solid var(--sage-deep); color: var(--sage-deep); text-decoration: none; font-family: "Playfair Display", serif; font-size: 0.9rem; transition: all 0.35s; background: transparent; cursor: pointer; text-align: center; }
.btn-sage:hover { background: var(--sage-deep); color: #eef2f1; }

/* ---- FOOTER ---- */
footer { background: var(--sage-deep); padding: 2rem 4rem; display: flex; justify-content: space-between; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 0.8rem; }
.footer-logo-img { width: 26px; height: 26px; object-fit: contain; opacity: 0.65; }
.footer-logo-text { font-family: "Playfair Display", serif; font-size: 0.95rem; color: var(--sage-light); }
.footer-copy { font-family: "Playfair Display", serif; font-size: 0.75rem; font-style: italic; color: rgba(194,212,210,0.35); }
.footer-ig { display: flex; align-items: center; gap: 0.5rem; color: rgba(194,212,210,0.45); text-decoration: none; font-family: "Playfair Display", serif; font-size: 0.75rem; font-style: italic; transition: color 0.3s; }
.footer-ig:hover { color: var(--sage-light); }

/* ---- ICONS ---- */
.ig-icon { width: 16px; height: 16px; flex-shrink: 0; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; }
  .hero-content { padding: 7rem 1.5rem 3rem; }
  h1 { font-size: 3rem; }
  .hero-name-logo { width: 28px; height: 28px; }
  section { padding: 4rem 1.5rem; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .offerings-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; gap: 1rem; text-align: center; }
}
