/* Rondon & Co — Shared Styles */
/* Generated by Verk Digital */

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #F2EDE3; color: #1E3328; font-family: 'Cormorant Garamond', serif; -webkit-font-smoothing: antialiased; }
::selection { background: #B89A4E; color: #1A1A14; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }

/* === REDUCED MOTION === */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* === PAGE TRANSITIONS === */
main, .site-footer {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 520ms cubic-bezier(.16,1,.3,1), transform 520ms cubic-bezier(.16,1,.3,1);
}
body.page-loaded main, body.page-loaded .site-footer { opacity: 1; transform: none; }
body.page-leaving main, body.page-leaving .site-footer {
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 380ms cubic-bezier(.4,0,1,1), transform 380ms cubic-bezier(.4,0,1,1);
}
@media (prefers-reduced-motion: reduce) {
  main, .site-footer, body.page-loaded main, body.page-loaded .site-footer, body.page-leaving main, body.page-leaving .site-footer {
    opacity: 1; transform: none; transition: none;
  }
}

/* === NAVIGATION === */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent;
  transition: background 200ms ease, box-shadow 200ms ease;
}
.site-header.scrolled {
  background: #F2ECE2;
  box-shadow: 0 1px 12px rgba(26,26,20,0.08);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 28px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 36px;
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: #F2EDE3;
  transition: color 200ms ease;
}
.scrolled .nav-logo, .light-hero .nav-logo { color: #1E3328; }
.nav-logo-text {
  font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase;
  white-space: nowrap;
}
.nav-links {
  display: flex; align-items: center; gap: 34px;
  flex-wrap: nowrap;
}
.nav-link {
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; color: #F2EDE3; opacity: 0.85;
  white-space: nowrap;
  transition: opacity 200ms ease, color 200ms ease;
}
.nav-link:hover { opacity: 1; }
.scrolled .nav-link, .light-hero .nav-link { color: #1E3328; }
.nav-link.active { opacity: 1; border-bottom: 1px solid #B89A4E; padding-bottom: 2px; }
.nav-cta {
  display: flex; align-items: center;
  background: #B89A4E; color: #1A1A14;
  border: 1px solid #B89A4E;
  padding: 12px 24px; border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap;
  transition: background 280ms ease, color 280ms ease, border-color 280ms ease;
}
.nav-cta:hover {
  background: transparent;
  color: #F2EDE3;
  border-color: #F2EDE3;
}
.scrolled .nav-cta:hover, .light-hero .nav-cta:hover {
  color: #1E3328;
  border-color: #1E3328;
}
.nav-hamburger {
  display: none; width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: none; border: 1px solid transparent; cursor: pointer;
  color: #F2EDE3; font-size: 22px; line-height: 1; padding: 0;
  transition: color 280ms ease, border-color 280ms ease;
}
.scrolled .nav-hamburger, .light-hero .nav-hamburger { color: #1E3328; }
.nav-hamburger:hover { color: #B89A4E; }
.scrolled .nav-hamburger:hover, .light-hero .nav-hamburger:hover { color: #B89A4E; }

/* === MOBILE MENU === */
.menu-overlay {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(0,0,0,0.5);
  opacity: 0; pointer-events: none;
  transition: opacity 250ms ease;
}
.menu-open .menu-overlay { opacity: 1; pointer-events: auto; }
.menu-panel {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 120;
  width: 280px; background: #F2EDE3;
  transform: translateX(100%);
  transition: transform 250ms ease-out;
  display: flex; flex-direction: column; padding: 24px;
  box-shadow: -8px 0 40px rgba(0,0,0,0.15);
}
.menu-open .menu-panel { transform: translateX(0); }
.menu-close {
  align-self: flex-end; width: 44px; height: 44px;
  background: none; border: none; cursor: pointer;
  color: #1E3328; font-size: 24px; line-height: 1; padding: 0;
}
.menu-nav {
  display: flex; flex-direction: column; gap: 4px; margin-top: 8px;
}
.menu-link {
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; color: #1E3328;
  padding: 16px 0; border-bottom: 1px solid rgba(30,51,40,0.08);
}
.menu-cta {
  margin-top: 20px; text-align: center;
  background: #B89A4E; color: #1A1A14;
  border: 1px solid #B89A4E;
  padding: 14px 24px; border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
  transition: background 280ms ease, color 280ms ease, border-color 280ms ease;
}
.menu-cta:hover { background: transparent; color: #1E3328; border-color: #1E3328; }

@media (max-width: 1150px) {
  .nav-inner { gap: 14px; }
  .nav-links { gap: 16px; }
  .nav-link { font-size: 12px; letter-spacing: 0.06em; }
  .nav-logo-text { font-size: 16px; letter-spacing: 0.16em; }
  .nav-cta { padding: 10px 16px; font-size: 12px; }
}
@media (max-width: 900px) {
  .nav-inner { padding: 16px 20px; gap: 10px; }
  .nav-links { gap: 12px; }
  .nav-link { font-size: 11px; }
  .nav-logo-text { font-size: 14px; letter-spacing: 0.1em; }
  .nav-cta { padding: 8px 14px; font-size: 11px; }
}
@media (max-width: 767px) {
  .nav-links, .nav-cta { display: none !important; }
  .nav-hamburger { display: flex; }
}
@media (min-width: 768px) {
  .nav-hamburger { display: none !important; }
}

/* === HEROES === */
.hero {
  display: flex; align-items: center; justify-content: center;
  background: #264032; padding: 160px 32px 80px;
}
.hero-content {
  max-width: 800px; text-align: center;
}
.hero-kicker {
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: 0.20em; text-transform: uppercase;
  color: #B89A4E; margin: 0 0 24px;
}
.hero-h1 {
  font-family: 'DM Serif Display', serif; font-weight: 400;
  font-size: clamp(32px, 5.4vw, 52px); line-height: 1.12;
  letter-spacing: -0.01em; color: #F2EDE3;
  margin: 0 0 24px; text-wrap: balance;
}
.hero-sub {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: 20px; line-height: 1.7;
  color: #F2EDE3; opacity: 0.85;
  max-width: 640px; margin: 0 auto;
}
.hero-diamond {
  margin-top: 48px; color: #B89A4E; font-size: 10px; line-height: 1;
}

/* === SECTIONS === */
.section-parchment { background: #F2EDE3; padding: clamp(64px,10vw,100px) 32px; }
.section-forest { background: #264032; padding: clamp(64px,10vw,100px) 32px; }
.section-ink { background: #1A1A14; padding: clamp(64px,10vw,100px) 32px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-narrow { max-width: 800px; margin: 0 auto; }
.section-narrower { max-width: 720px; margin: 0 auto; }

/* === TYPOGRAPHY === */
.heading-2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: clamp(28px, 4vw, 40px); line-height: 1.15;
  margin: 0;
}
.heading-3 {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 24px; margin: 0;
}
.body-text {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: 18px; line-height: 1.8;
}
.kicker {
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: 0.20em; text-transform: uppercase; color: #B89A4E;
}
.diamond { color: #B89A4E; font-size: 8px; line-height: 1; }

/* === BUTTONS === */
.btn-gold {
  display: inline-block;
  background: #B89A4E; color: #1A1A14;
  padding: 16px 40px; border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; transition: background 200ms ease;
}
.btn-gold:hover { background: #C9AB5F; }
.btn-gold-outline {
  display: inline-block;
  background: #B89A4E; color: #1A1A14;
  border: 1px solid #B89A4E;
  padding: 17px 44px; border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none;
  transition: background 280ms ease, color 280ms ease, border-color 280ms ease;
}
.btn-gold-outline:hover { background: transparent; color: #F2EDE3; border-color: #F2EDE3; }
.btn-gold-outline-dark {
  display: inline-block;
  background: #B89A4E; color: #1A1A14;
  border: 1px solid #B89A4E;
  padding: 16px 40px; border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none;
  transition: background 280ms ease, color 280ms ease, border-color 280ms ease;
}
.btn-gold-outline-dark:hover { background: transparent; color: #1E3328; border-color: #1E3328; }
.btn-forest {
  display: inline-block; width: 100%;
  background: #264032; color: #F2EDE3;
  border: none; cursor: pointer;
  padding: 14px 32px; border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: background 200ms ease;
}
.btn-forest:hover { background: #2A4A3A; }
.btn-forest-outline {
  display: inline-block; width: 100%;
  background: #264032; color: #F2EDE3;
  border: 1px solid #264032; cursor: pointer;
  padding: 14px 32px; border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: background 280ms ease, color 280ms ease, border-color 280ms ease;
}
.btn-forest-outline:hover { background: transparent; color: #1E3328; border-color: #1E3328; }

/* === CARDS === */
.card {
  background: #FFFFFF;
  border: 1px solid rgba(30,51,40,0.08);
  border-radius: 8px; padding: 40px 32px;
  text-align: center;
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(30,51,40,0.08);
}

/* === TESTIMONIALS === */
.testimonial {
  padding: 48px 0;
  border-bottom: 1px solid rgba(30,51,40,0.1);
}
.testimonial:last-child { border-bottom: none; }
.testimonial-quote-mark {
  font-family: 'DM Serif Display', serif;
  font-size: 72px; line-height: 0.6;
  color: #B89A4E; opacity: 0.3; margin-bottom: 16px;
}
.testimonial blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 400;
  font-size: 18px; line-height: 1.8;
  color: #1E3328; margin: 0;
}
.testimonial figcaption {
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: #1E3328; opacity: 0.5; margin-top: 24px;
}

/* === FAQ === */
.faq-item { border-bottom: 1px solid rgba(30,51,40,0.1); }
.faq-btn {
  width: 100%; display: flex; align-items: flex-start;
  justify-content: space-between; gap: 24px;
  background: none; border: none; cursor: pointer;
  text-align: left; padding: 24px 0; color: #1E3328;
}
.faq-question {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500; font-size: 20px; line-height: 1.4;
}
.faq-icon {
  font-family: 'Inter', sans-serif; font-size: 22px; line-height: 1;
  color: #B89A4E; flex: none;
  transition: transform 300ms ease;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  overflow: hidden; max-height: 0;
  transition: max-height 300ms ease;
}
.faq-answer p {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400; font-size: 17px; line-height: 1.8;
  color: #1E3328; opacity: 0.8;
  margin: 0; padding: 0 0 24px;
}
.faq-toggle {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; width: 100%; margin-top: 32px;
  background: none; border: none; cursor: pointer;
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500;
  letter-spacing: 0.04em; color: #1E3328; opacity: 0.7;
  padding: 8px; transition: opacity 200ms ease;
}
.faq-toggle:hover { opacity: 1; }
.faq-toggle-icon {
  font-size: 12px; color: #B89A4E;
  transition: transform 250ms ease;
}
.faq-toggle[aria-expanded="true"] .faq-toggle-icon { transform: rotate(180deg); }

/* === ARTICLE CARDS === */
.article-card {
  display: flex; flex-direction: column;
  background: #FFFFFF; border-radius: 8px; overflow: hidden;
  border: 1px solid rgba(30,51,40,0.06);
  text-decoration: none;
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(30,51,40,0.08);
}
.article-card:hover .article-title { color: #B89A4E; }
.article-img {
  aspect-ratio: 16/9; background: #264032;
  display: flex; align-items: center; justify-content: center;
}
.article-body { padding: 32px; display: flex; flex-direction: column; flex: 1; }
.article-category {
  font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #B89A4E; margin: 0 0 12px;
}
.article-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 22px; line-height: 1.4; color: #1E3328;
  margin: 0 0 12px; transition: color 200ms ease;
}
.article-summary {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: 16px; line-height: 1.7;
  color: #1E3328; opacity: 0.7; margin: 0;
}
.article-date {
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 400;
  color: #1E3328; opacity: 0.4; margin: 16px 0 0;
}

/* === FORM === */
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500;
  color: #1E3328; opacity: 0.6; margin-bottom: 6px;
}
.form-input, .form-textarea {
  width: 100%; background: #FFFFFF;
  border: 1px solid rgba(30,51,40,0.15);
  border-radius: 4px; padding: 14px 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; color: #1E3328;
  outline: none; transition: border-color 200ms ease;
}
.form-input:focus, .form-textarea:focus { border-color: #B89A4E; }
.form-textarea { resize: vertical; }

/* === FOOTER === */
.site-footer { background: #1A1A14; padding: 64px 32px; }
.footer-inner {
  max-width: 1200px; margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 48px;
}
.footer-brand-row {
  display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.footer-brand-text {
  font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: #F2EDE3; margin: 0; white-space: nowrap;
}
.footer-brand-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 400; font-size: 14px;
  color: #F2EDE3; opacity: 0.5; margin: 0;
}
.footer-heading {
  font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #B89A4E; margin: 0 0 18px;
}
.footer-link {
  font-family: 'Cormorant Garamond', serif; font-size: 15px;
  color: #F2EDE3; opacity: 0.7;
  text-decoration: none; transition: opacity 200ms ease;
}
.footer-link:hover { opacity: 1; }
.footer-social { display: flex; gap: 12px; margin: 0; padding: 0; list-style: none; }
.footer-social-icon {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(242,237,227,0.18); color: #F2EDE3; opacity: 0.75;
  transition: opacity 200ms ease, border-color 200ms ease;
}
.footer-social-icon:hover { opacity: 1; border-color: rgba(242,237,227,0.45); }
.footer-social-icon svg { width: 16px; height: 16px; display: block; }
.footer-bottom {
  border-top: 1px solid rgba(242,237,227,0.1);
  margin-top: 48px; padding-top: 24px;
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 12px;
}
.footer-copy {
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 400;
  color: #F2EDE3; opacity: 0.4; margin: 0;
}
.footer-legal {
  font-family: 'Inter', sans-serif; font-size: 12px;
  color: #F2EDE3; opacity: 0.4;
  text-decoration: none; transition: opacity 200ms ease;
}
.footer-legal:hover { opacity: 0.8; }

/* === FADE IN === */
[data-fade] {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
[data-fade].visible { opacity: 1; transform: none; }

/* === CTA SECTIONS === */
.cta-section {
  background: #264032; padding: clamp(64px,8vw,80px) 32px;
  text-align: center;
}
.cta-text {
  font-family: 'DM Serif Display', serif; font-weight: 400;
  font-size: clamp(24px, 3.4vw, 32px); line-height: 1.25;
  color: #F2EDE3; margin: 0 0 32px;
}
.cta-kicker {
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: #B89A4E; line-height: 1.6; margin: 0 0 24px;
}

/* === LINK HOVER UTILITY === */
.link-gold {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 16px; color: #B89A4E; text-decoration: none;
}
.link-gold:hover { opacity: 0.75; }
.link-underline {
  text-decoration: none;
  border-bottom: 1px solid rgba(30,51,40,0.2);
}
.link-underline:hover { color: #B89A4E; }
