/*
Theme Name: Nep's Custom Treats
Theme URI: https://example.com/neps-custom-treats
Author: Nep's Custom Treats
Author URI: https://example.com
Description: A pixel-matched WordPress theme for Nep's Custom Treats, rebuilt from the Lovable preview.
Version: 1.1.4
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neps
Tags: bakery, food, custom-colors, custom-logo, featured-images, responsive-layout
*/

:root {
  --radius: 0.875rem;
  --background: #fffafd;
  --foreground: #271022;
  --card: #ffffff;
  --primary: #ec1b7e;
  --primary-foreground: #ffffff;
  --secondary: #f4b11f;
  --muted: #f5f7fa;
  --muted-foreground: #5b6f93;
  --border: #e5e9f1;
  --brand-pink: #ec1b7e;
  --brand-pink-soft: #ffddea;
  --brand-gold: #e8a51b;
  --brand-cream: #fff7e8;
  --gradient-hero: linear-gradient(135deg, #ec1b7e 0%, #cf127b 50%, #ac1a86 100%);
  --gradient-sweet: linear-gradient(90deg, #d1006c, #d78a07);
  --gradient-soft: linear-gradient(180deg, #fffafd 0%, #ffeef6 100%);
  --shadow-pop: 0 18px 40px -12px rgba(236, 27, 126, 0.45);
  --shadow-soft: 0 8px 24px -8px rgba(183, 63, 130, 0.18), 0 2px 6px -2px rgba(183, 63, 130, 0.12);
  --shadow-deep: 0 30px 60px -20px rgba(143, 44, 112, 0.35), 0 12px 24px -10px rgba(183, 63, 130, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-anchor: none; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, h4, .font-display {
  font-family: 'Fredoka', 'Poppins', system-ui, sans-serif;
  letter-spacing: -0.02em;
  color: var(--foreground);
}
h1 { margin: 0; font-size: clamp(3rem, 6.1vw, 3.75rem); font-weight: 900; line-height: 1.05; }
h2 { margin: 0; font-size: clamp(2.25rem, 4.8vw, 3rem); font-weight: 900; line-height: 1.08; }
h3 { margin: 0; font-size: 1.25rem; font-weight: 800; line-height: 1.18; }
p { margin: 0; }
.container { width: min(100% - 2rem, 72rem); margin-inline: auto; }
.muted { color: var(--muted-foreground); }
.eyebrow {
  display: inline-block;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: var(--primary-foreground);
  box-shadow: var(--shadow-pop);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 800;
  min-height: 3rem;
  padding: 0.75rem 1.75rem;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.btn:hover { color: var(--primary-foreground); transform: translateY(-2px); }
.btn-outline { background: var(--card); border: 1px solid var(--border); box-shadow: none; color: var(--foreground); }
.btn-outline:hover { color: var(--foreground); }
.btn-light { background: #fff; color: var(--primary); }
.btn-light:hover { color: var(--primary); }
.btn-ghost-light { background: transparent; border: 2px solid rgba(255,255,255,.72); box-shadow: none; color: #fff; }
.btn-ghost-light:hover { color: #fff; background: rgba(255,255,255,.1); }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed !important; top: 8px; left: 8px; z-index: 10000; width: auto; height: auto; clip: auto; padding: .5rem 1rem; border-radius: .75rem; background: #fff; box-shadow: var(--shadow-soft); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255, 250, 253, .85); backdrop-filter: blur(12px); }
.announcement-wrap { overflow: hidden; max-height: 5rem; opacity: 1; transition: max-height .2s ease, opacity .2s ease; }
.site-header.scrolled .announcement-wrap { max-height: 0; opacity: 0; }
.announcement {
  background: var(--gradient-sweet);
  color: #fff;
  font-size: .875rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  padding: .625rem 1rem;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,.45);
  text-transform: uppercase;
}
.nav-wrap {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 72rem;
  padding: .75rem 1rem;
  transition: padding .2s ease;
}
.site-header.scrolled .nav-wrap { padding-block: .25rem; }
.brand { align-items: center; display: flex; flex: 0 0 auto; }
.brand img { height: 6rem; width: auto; object-fit: contain; transition: height .2s ease; image-rendering: -webkit-optimize-contrast; }
.site-header.scrolled .brand img { height: 3rem; }
.primary-nav { align-items: center; display: none; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.primary-nav li { list-style: none; margin: 0; padding: 0; }
.primary-nav a { color: rgba(39, 16, 34, .8); font-size: .875rem; font-weight: 700; transition: color .16s ease; }
.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a { color: var(--primary); }
.header-actions { align-items: center; display: flex; gap: .5rem; }
.header-order { min-height: auto; padding: .5rem 1.25rem; }
.menu-toggle { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid var(--border); border-radius: 999px; background: var(--card); color: var(--foreground); cursor: pointer; }
.mobile-nav { display: none; border-top: 1px solid var(--border); background: var(--background); padding: .75rem 1rem; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: .5rem 0; color: rgba(39, 16, 34, .8); font-size: .875rem; font-weight: 700; }
@media (min-width: 768px) {
  .primary-nav { display: flex; }
  .menu-toggle { display: none; }
  .header-order { display: inline-flex; }
  .site-header.scrolled .brand img { height: 3.5rem; }
  .brand img { height: 7rem; }
}
@media (max-width: 767px) { .header-order { display: none; } .brand img { height: 5rem; } }

.hero { position: relative; overflow: hidden; background: var(--gradient-soft); }
.hero::before { content: ''; position: absolute; top: -8rem; right: -5rem; width: 28rem; height: 28rem; border-radius: 999px; background: var(--brand-pink-soft); opacity: .6; filter: blur(64px); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -5rem; left: -6rem; width: 20rem; height: 20rem; border-radius: 999px; background: var(--brand-gold); opacity: .25; filter: blur(64px); pointer-events: none; }
.hero-grid { position: relative; display: grid; align-items: center; gap: 2.5rem; padding-block: 4rem; }
.hero h1 { margin-top: 1rem; }
.hero h1 span { color: var(--primary); }
.hero p { max-width: 28rem; margin-top: 1.5rem; color: var(--muted-foreground); font-size: 1.125rem; line-height: 1.55; }
.ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-media { position: relative; }
.hero-media::before { content: ''; position: absolute; inset: -1rem; border-radius: 2rem; background: var(--brand-pink-soft); opacity: .7; filter: blur(32px); }
.hero-media img { position: relative; width: 100%; border: 4px solid var(--brand-pink-soft); border-radius: 2rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); object-fit: cover; }
@media (min-width: 768px) { .hero-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 6rem; } }

.page-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); background: var(--gradient-soft); }
.page-hero::before { content: ''; position: absolute; top: -5rem; right: 0; width: 18rem; height: 18rem; border-radius: 999px; background: var(--brand-pink-soft); opacity: .6; filter: blur(64px); }
.page-hero.alt::before { left: 0; right: auto; }
.page-hero::after { content: ''; position: absolute; right: 0; bottom: 0; width: 16rem; height: 16rem; border-radius: 999px; background: var(--brand-gold); opacity: .25; filter: blur(64px); }
.page-hero-inner { position: relative; padding-block: 4rem; text-align: center; }
.page-hero h1 { margin-top: .5rem; }
.page-hero p { margin: 1rem auto 0; max-width: 42rem; color: var(--muted-foreground); font-size: 1.125rem; }
@media (min-width: 768px) { .page-hero-inner { padding-block: 5rem; } }

.section { padding-block: 5rem; }
.section-tight { padding-block: 4rem; }
.section-head { margin-inline: auto; max-width: 42rem; text-align: center; }
.section-head h2 { margin-top: .5rem; }
.section-head p { margin-top: .75rem; color: var(--muted-foreground); }
.card-grid { display: grid; gap: 1.5rem; margin-top: 3rem; }
@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: 1.5rem; background: var(--card); box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-deep); }
.home-featured .card { border-radius: 1.5rem; }
.home-featured .card-thumb { aspect-ratio: 1 / 1; }
.card-thumb { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--brand-pink-soft); }
.card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-thumb img { transform: scale(1.05); }
.card-badge { position: absolute; left: 1rem; top: 1rem; border-radius: 999px; background: rgba(255,255,255,.95); color: var(--primary); box-shadow: 0 1px 3px rgba(0,0,0,.08); font-size: .6875rem; font-weight: 800; letter-spacing: .14em; padding: .25rem .75rem; text-transform: uppercase; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.shop-page .card-body { padding: 1.5rem; }
.tag { color: var(--primary); font-size: .6875rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.card h2, .card h3 { margin-top: .25rem; font-size: 1.5rem; }
.home-featured .card h3 { font-size: 1.25rem; }
.card p { margin-top: .5rem; color: var(--muted-foreground); font-size: .875rem; line-height: 1.65; }
.card .btn { width: 100%; margin-top: 1.25rem; min-height: 2.5rem; padding-block: .625rem; }
.meta-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin-top: 1.25rem; }
.meta-box { border-radius: .75rem; background: rgba(255, 221, 234, .5); padding: .75rem; }
.meta-label { color: var(--primary); font-size: .6875rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.meta-value { margin-top: .125rem; color: var(--foreground); font-size: .875rem; font-weight: 900; }
.servings { display: flex; align-items: center; gap: .5rem; margin-top: .75rem; color: var(--muted-foreground); font-size: .75rem; }
.check-list { list-style: none; margin: 1.25rem 0 0; padding: 0; display: grid; gap: .375rem; }
.check-list li { display: flex; gap: .5rem; font-size: .875rem; }
.check-list svg { flex: 0 0 auto; margin-top: .125rem; color: var(--primary); }
.center-link { margin-top: 2.5rem; text-align: center; }
.center-link a { color: var(--primary); font-size: .875rem; font-weight: 800; }
.center-link a:hover { text-decoration: underline; }

.process-section { border-block: 1px solid var(--border); background: var(--gradient-soft); }
.step-grid { display: grid; gap: 1.5rem; margin-top: 3rem; }
.step-card { border: 1px solid var(--border); border-radius: 1.5rem; background: var(--card); box-shadow: var(--shadow-soft); padding: 2rem; }
.step-card h3 { margin-top: .75rem; font-size: 1.5rem; }
.step-card p { margin-top: 1rem; color: var(--muted-foreground); font-size: .9375rem; line-height: 1.65; }
@media (min-width: 768px) { .step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .step-card { padding: 2.5rem; } }
.faq-wrap { max-width: 48rem; }
.faq-list { display: grid; gap: 1rem; margin-top: 2.5rem; }
details.faq { border: 1px solid var(--border); border-radius: 1rem; background: var(--card); box-shadow: var(--shadow-soft); padding: 1.25rem; }
details.faq[open] { box-shadow: var(--shadow-pop); }
.faq summary { align-items: center; cursor: pointer; display: flex; font-family: 'Fredoka','Poppins',system-ui,sans-serif; font-size: 1.125rem; font-weight: 800; gap: 1rem; justify-content: space-between; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; place-items: center; width: 1.75rem; height: 1.75rem; border-radius: 999px; background: var(--brand-pink-soft); color: var(--primary); transition: transform .2s ease; }
.faq[open] summary span { transform: rotate(45deg); }
.faq p { margin-top: .75rem; color: var(--muted-foreground); font-size: .875rem; line-height: 1.65; }
.cta-band { padding-bottom: 5rem; }
.cta-box { position: relative; overflow: hidden; border-radius: 2rem; background: var(--brand-pink-soft); padding: 2.5rem; text-align: center; }
.cta-box.gradient { background: var(--gradient-hero); color: #fff; }
.cta-box.gradient::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.cta-box > * { position: relative; }
.cta-box.gradient h2, .cta-box.gradient p { color: #fff; }
.cta-box p { max-width: 36rem; margin: .75rem auto 0; color: var(--muted-foreground); }
.cta-box .btn { margin-top: 1.5rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: 1.5rem; }
@media (min-width: 768px) { .cta-box { padding: 4rem; } .cta-box.gradient { padding: 3.5rem; } }

.gallery-tabs { display: flex; flex-wrap: wrap; gap: .5rem; padding-top: 2.5rem; }
.gallery-tab { align-items: center; border: 1px solid var(--border); border-radius: 999px; background: var(--card); color: var(--muted-foreground); cursor: pointer; display: inline-flex; gap: .5rem; font-size: .875rem; font-weight: 800; letter-spacing: .12em; padding: .5rem 1rem; text-transform: uppercase; transition: transform .16s ease, color .16s ease, background .16s ease; }
.gallery-tab:hover { color: var(--primary); transform: translateY(-2px); }
.gallery-tab.active { border-color: var(--primary); background: var(--primary); color: var(--primary-foreground); box-shadow: var(--shadow-pop); }
.gallery-tab span { border-radius: 999px; background: var(--brand-pink-soft); color: var(--primary); font-size: .625rem; padding: .125rem .375rem; }
.gallery-tab.active span { background: rgba(255,255,255,.2); color: #fff; }
.gallery-grid { display: grid; grid-auto-rows: 200px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding-block: 2.5rem 4rem; }
.gallery-item { position: relative; display: block; overflow: hidden; border: 1px solid var(--border); border-radius: 1rem; background: var(--card); box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-deep); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.1), transparent); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-caption { position: absolute; left: .75rem; right: .75rem; bottom: .75rem; align-items: end; display: flex; justify-content: space-between; gap: .5rem; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-caption strong { color: #fff; filter: drop-shadow(0 1px 1px rgba(0,0,0,.5)); font-size: .875rem; }
.gallery-caption em { border-radius: 999px; background: rgba(255,255,255,.95); color: var(--primary); font-size: .625rem; font-style: normal; font-weight: 800; letter-spacing: .12em; padding: .25rem .625rem; text-transform: uppercase; }
@media (min-width: 768px) { .gallery-grid { grid-auto-rows: 260px; grid-template-columns: repeat(4, minmax(0, 1fr)); } .span-2x { grid-column: span 2; grid-row: span 2; } .span-wide { grid-column: span 2; } }

.about-grid { display: grid; align-items: center; gap: 3rem; padding-block: 4rem; }
.about-grid h1 { margin-top: .5rem; }
.about-grid p { color: var(--muted-foreground); margin-top: 1.25rem; }
.about-grid .lead { font-size: 1.125rem; }
.about-grid .btn { margin-top: 2rem; }
.about-image img { width: 100%; border: 4px solid var(--brand-pink-soft); border-radius: 2rem; box-shadow: 0 20px 40px -20px rgba(0,0,0,.22); object-fit: cover; }
@media (min-width: 768px) { .about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.contact-grid { display: grid; gap: 3rem; padding-block: 4rem; }
.contact-grid h1 { margin-top: .5rem; }
.contact-intro { max-width: 28rem; margin-top: 1rem; color: var(--muted-foreground); }
.contact-list { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 1rem; font-size: .875rem; }
.contact-list li { align-items: center; display: flex; gap: .75rem; }
.icon-pill { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 999px; background: var(--brand-pink-soft); color: var(--primary); flex: 0 0 auto; }
.contact-list a, .contact-list strong { font-weight: 700; }
.info-card { border: 1px solid var(--border); border-radius: 1.5rem; background: var(--card); box-shadow: 0 1px 2px rgba(0,0,0,.04); padding: 1.5rem; }
.hours-card { margin-top: 2rem; }
.tip-card { margin-top: 1.5rem; border: 0; background: var(--brand-pink-soft); }
.card-kicker { display: flex; align-items: center; gap: .5rem; color: var(--primary); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hours-list { display: grid; gap: .5rem; margin: 1rem 0 0; }
.hours-list div { display: flex; justify-content: space-between; gap: 1rem; font-size: .875rem; }
.hours-list dt { color: var(--muted-foreground); }
.hours-list dd { margin: 0; font-weight: 700; }
.hours-card p { margin-top: 1rem; color: var(--muted-foreground); font-size: .75rem; }
.tip-card p { margin-top: .75rem; color: rgba(39,16,34,.8); font-size: .875rem; }
.social-row { display: flex; align-items: center; gap: .75rem; margin-top: 1.25rem; }
.social-row a, .socials a { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 999px; background: var(--card); color: var(--primary); box-shadow: 0 1px 3px rgba(0,0,0,.08); transition: transform .16s ease; }
.social-row a:hover, .socials a:hover { transform: scale(1.05); }
.social-row span { color: rgba(39,16,34,.7); font-size: .75rem; font-weight: 700; }
.quote-form { border: 1px solid var(--border); border-radius: 2rem; background: var(--card); box-shadow: 0 1px 2px rgba(0,0,0,.04); padding: 2rem; }
.form-field { margin-bottom: 1rem; }
.form-field label { display: block; color: var(--muted-foreground); font-size: .75rem; font-weight: 800; letter-spacing: .14em; margin-bottom: .25rem; text-transform: uppercase; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid var(--border); border-radius: .75rem; background: var(--background); color: var(--foreground); outline: none; padding: .75rem 1rem; font-size: .875rem; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--primary); }
.quote-form .btn { width: 100%; }
.form-success { padding-block: 3rem; text-align: center; }
.form-success h2 { margin-top: .75rem; font-size: 1.5rem; }
.form-success p { margin-top: .5rem; color: var(--muted-foreground); }
@media (min-width: 768px) { .contact-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); } }

.product-back { border-bottom: 1px solid var(--border); background: var(--gradient-soft); }
.product-back .container { padding-block: 1.5rem; }
.back-link { display: inline-flex; align-items: center; gap: .25rem; color: var(--primary); font-size: .875rem; font-weight: 800; }
.back-link:hover { text-decoration: underline; }
.product-detail { display: grid; gap: 2.5rem; padding-block: 3rem; }
.product-image { overflow: hidden; border: 1px solid var(--border); border-radius: 1.5rem; background: var(--brand-pink-soft); box-shadow: var(--shadow-soft); }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-info h1 { margin-top: .5rem; font-size: clamp(2.25rem, 5vw, 3rem); }
.product-info > p { margin-top: 1rem; color: var(--muted-foreground); font-size: 1.125rem; line-height: 1.65; }
.product-info h2 { margin-top: 2rem; font-size: 1.25rem; }
.product-info .btn { width: 100%; margin-top: 2rem; min-height: 3.5rem; }
@media (min-width: 768px) { .product-detail { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.site-footer { margin-top: 6rem; border-top: 1px solid var(--border); background: var(--card); }
.footer-grid { display: grid; gap: 2rem; margin-inline: auto; max-width: 72rem; padding: 3rem 1rem; }
.footer-brand { display: flex; align-items: center; gap: .75rem; }
.footer-brand img { width: 2.5rem; height: 2.5rem; border-radius: 999px; object-fit: cover; }
.footer-brand strong { font-family: 'Fredoka','Poppins',system-ui,sans-serif; font-size: 1.25rem; }
.site-footer p { margin-top: .5rem; color: var(--muted-foreground); font-size: .875rem; }
.site-footer h4 { margin: 0; font-size: .875rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: .75rem 0 0; padding: 0; }
.site-footer li { color: var(--muted-foreground); font-size: .875rem; margin-top: .5rem; }
.site-footer a { color: var(--muted-foreground); }
.site-footer a:hover { color: var(--primary); }
.socials { display: flex; gap: .5rem; margin-top: .5rem; }
.socials a { width: 2.25rem; height: 2.25rem; background: var(--brand-pink-soft); box-shadow: none; }
.follow-label { margin-top: 1rem; color: rgba(39,16,34,.8); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.copyright { border-top: 1px solid var(--border); color: var(--muted-foreground); font-size: .75rem; padding: 1rem 1rem .25rem; text-align: center; }
.site-credit { text-align: center; padding: 0 1rem 1rem; font-size: .65rem; }
.site-credit a { color: var(--muted-foreground); opacity: .55; text-decoration: none; }
.site-credit a:hover { opacity: .9; text-decoration: underline; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (max-width: 540px) {
  h1 { font-size: 3rem; }
  .hero-grid { padding-block: 3rem; }
  .ctas .btn { flex: 1 1 100%; }
  .meta-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 1.5rem; }
}
