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

:root {
  --dark-bg: #141726;
  --light-bg: #DCECF2;
  --gold: #C5A67A;
  --text-light: #DCECF2;
  --text-dark: #141726;
  --text-muted: #37474F;
  --green: #29A655;
  --footer-bg: #FFFFFF;
  --playfair: 'Playfair Display', Georgia, serif;
  --montserrat: 'Montserrat', sans-serif;
  --lora: 'Lora', Georgia, serif;
  --jost: 'Jost', sans-serif;
  --raleway: 'Raleway', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--jost); -webkit-font-smoothing: antialiased; color: var(--text-dark); line-height: 1.6; background: #fff; }

.site-header { background: #fff; padding: 0.75rem 2rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; }
.site-header .logo-link { display: flex; align-items: center; }
.site-header .logo-link img { height: 50px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.site-nav a { font-family: var(--raleway); font-size: 14px; font-weight: 500; color: var(--text-dark); text-decoration: none; padding: 0.6rem 1rem; transition: color 0.2s; }
.site-nav a:hover, .site-nav a.active { color: var(--gold); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text-dark); }

.page-hero { background: var(--dark-bg); padding: 4.5rem 2rem; text-align: center; }
.page-hero .eyebrow { font-family: var(--raleway); font-size: 14px; font-weight: 500; letter-spacing: 1px; color: var(--gold); text-transform: uppercase; margin-bottom: 1rem; }
.page-hero h1 { font-family: var(--playfair); font-size: clamp(34px, 4vw, 54px); font-weight: 400; color: var(--text-light); margin-bottom: 1.25rem; }
.page-hero h2 { font-family: var(--montserrat); font-size: clamp(17px, 1.7vw, 22px); font-weight: 700; color: var(--gold); max-width: 820px; margin: 0 auto 2rem; line-height: 1.5; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

.btn-green, .btn-outline, .btn-dark { display: inline-block; font-family: var(--montserrat); font-weight: 700; font-size: 16px; border: 2px solid var(--gold); padding: 0.75rem 2rem; border-radius: 6px; text-decoration: none; transition: all 0.3s ease; }
.btn-green { color: var(--text-light); background: var(--green); }
.btn-green:hover { background: var(--light-bg); color: #000; border-color: var(--green); }
.btn-outline { color: var(--gold); background: transparent; }
.btn-outline:hover { background: var(--gold); color: var(--dark-bg); }
.btn-dark { color: var(--text-light); background: var(--dark-bg); }
.btn-dark:hover { background: var(--text-light); color: var(--dark-bg); border-color: var(--green); }

.gold-divider { height: 3px; background: var(--gold); }
.section-light { background: var(--light-bg); padding: 60px 2rem; }
.section-dark { background: var(--dark-bg); padding: 60px 2rem; }
.inner { max-width: 900px; margin: 0 auto; }
.wide-inner { max-width: 1120px; margin: 0 auto; }
.section-light h2, .section-dark h2 { font-family: var(--playfair); font-size: clamp(28px, 3vw, 38px); font-weight: 400; text-align: center; margin-bottom: 1.25rem; }
.section-light h2 { color: var(--text-dark); }
.section-dark h2 { color: var(--text-light); }
.lead { font-family: var(--lora); font-size: 22px; font-style: italic; text-align: center; max-width: 760px; margin: 0 auto 1.5rem; line-height: 1.55; }
.section-light .lead { color: var(--text-muted); }
.section-dark .lead { color: var(--gold); }
.section-light p { font-size: 18px; line-height: 1.7; color: var(--text-dark); margin-bottom: 1.1rem; }
.section-dark p { font-size: 18px; line-height: 1.7; color: var(--text-light); margin-bottom: 1.1rem; }
.section-dark a { color: var(--gold); }

.technique-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 2rem; }
.technique-card { background: #fff; border: 1px solid rgba(20,23,38,0.12); border-top: 4px solid var(--gold); border-radius: 12px; padding: 1.75rem; box-shadow: 0 8px 24px rgba(0,0,0,0.08); text-decoration: none; color: var(--text-dark); transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.technique-card:hover { transform: translateY(-5px); box-shadow: 0 14px 32px rgba(0,0,0,0.14); border-top-color: var(--green); }
.card-date { font-family: var(--montserrat); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.technique-card h3 { font-family: var(--playfair); font-size: 28px; font-weight: 400; margin-bottom: 0.6rem; }
.technique-card p { font-size: 16px; color: var(--text-muted); margin-bottom: 1rem; }
.technique-card .card-date { font-family: var(--montserrat); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.card-tag { display: inline-block; font-family: var(--montserrat); font-size: 12px; font-weight: 700; color: var(--dark-bg); background: rgba(197,166,122,0.28); border-radius: 20px; padding: 0.25rem 0.8rem; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: 36px; align-items: start; }
.article-copy h2 { text-align: left; }
.article-copy h3 { font-family: var(--montserrat); font-size: 20px; color: var(--gold); margin: 1.6rem 0 0.5rem; }
.article-copy ol, .article-copy ul { padding-left: 1.4rem; margin: 0 0 1.2rem; }
.article-copy li { font-size: 18px; line-height: 1.7; margin-bottom: 0.45rem; }
.instagram-panel { background: #fff; border: 1px solid rgba(20,23,38,0.12); border-radius: 12px; padding: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.instagram-panel h2 { font-size: 24px; margin-bottom: 1rem; }
.instagram-media { margin-left: auto !important; margin-right: auto !important; min-width: 0 !important; width: 100% !important; }
.note-box { background: #fff; border-left: 4px solid var(--gold); border-radius: 10px; padding: 1rem 1.2rem; margin-top: 1.5rem; box-shadow: 0 4px 14px rgba(0,0,0,0.05); }
.note-box p { font-size: 16px; color: var(--text-muted); margin-bottom: 0; }
.note-box a { color: var(--text-dark); font-weight: 600; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.note-box a:hover { color: var(--green); }

.newsletter-panel { max-width: 720px; margin: 0 auto; background: #fff; border: 1px solid rgba(20,23,38,0.12); border-radius: 14px; padding: 2rem; box-shadow: 0 10px 28px rgba(0,0,0,0.08); color: var(--text-dark); }
.newsletter-panel h2 { text-align: center; margin-bottom: 0.75rem; color: var(--text-dark); }
.newsletter-panel .lead { margin-bottom: 1.25rem; color: var(--text-muted); }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: flex-end; justify-content: center; }
.newsletter-form .form-field { flex: 1 1 220px; min-width: 0; }
.newsletter-form label { display: block; font-family: var(--montserrat); font-size: 13px; font-weight: 700; margin-bottom: 0.35rem; color: var(--text-dark); }
.newsletter-form input[type="email"], .newsletter-form input[type="text"] { width: 100%; font-family: var(--jost); font-size: 16px; padding: 0.7rem 0.85rem; border: 1px solid #aaa; border-radius: 6px; background: #fff; }
.newsletter-form input:focus { outline: none; border-color: var(--gold); }
.newsletter-form button { flex: 0 0 auto; font-family: var(--montserrat); font-weight: 700; font-size: 16px; color: var(--text-light); background: var(--green); border: 2px solid var(--gold); padding: 0.72rem 1.5rem; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; }
.newsletter-form button:hover:not(:disabled) { background: var(--light-bg); color: #000; border-color: var(--green); }
.newsletter-form button:disabled { opacity: 0.7; cursor: wait; }
.newsletter-status { margin-top: 0.85rem; font-size: 15px; text-align: center; min-height: 1.4em; }
.newsletter-status.is-success { color: var(--green); font-weight: 600; }
.newsletter-status.is-error { color: #b42318; }
.newsletter-fineprint { margin-top: 0.85rem; font-size: 13px; color: var(--text-muted); text-align: center; }
.newsletter-fineprint a { color: var(--text-dark); }
.newsletter-compact .newsletter-panel { padding: 1.5rem; }
.newsletter-compact .newsletter-form { justify-content: stretch; }

.site-footer { background: var(--footer-bg); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 1.6; color: #333; padding: 50px 20px; border-top: 1px solid #eaeaea; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; max-width: 1200px; margin: 0 auto; }
.footer-col h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 25px; color: #111; border-bottom: 2px solid #000; display: inline-block; padding-bottom: 5px; }
.footer-col p { margin-bottom: 15px; color: #555; }
.footer-copyright { margin-top: 30px; font-size: 13px; color: #888; border-top: 1px solid #eee; padding-top: 15px; }
.footer-copyright a { color: #333; text-decoration: none; font-weight: bold; }
.footer-policies { font-size: 11px; color: #888; margin-top: 10px; }
.footer-policies a { color: #888; text-decoration: none; font-weight: normal; }
.footer-policies a:hover { color: #333; }
.footer-policy-sep { margin: 0 5px; color: #aaa; }
.footer-menu { list-style: none; padding: 0; margin: 0; }
.footer-menu li { margin-bottom: 12px; }
.footer-menu li a { text-decoration: none; color: #555; transition: color 0.3s, padding-left 0.3s; display: inline-block; }
.footer-menu li a:hover { color: #000; padding-left: 5px; }
.contact-block { margin-bottom: 20px; }
.contact-label { font-size: 12px; text-transform: uppercase; color: #888; font-weight: 600; margin-bottom: 5px; display: block; }
.contact-link { font-size: 16px; color: #111; text-decoration: none; font-weight: 500; border-bottom: 1px solid transparent; transition: border-color 0.3s; }
.contact-link:hover { border-bottom-color: #111; }

@media (max-width: 900px) {
  .technique-grid, .article-layout, .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .site-nav { display: none; flex-direction: column; width: 100%; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.75rem 0; border-bottom: 1px solid #eee; }
  .nav-toggle { display: block; }
  .page-hero { padding: 3.5rem 1.25rem; }
  .section-light, .section-dark { padding: 45px 1.25rem; }
}
