/*
Theme Name: SeasonedCraft
Theme URI: https://seasonedcraft.com
Author: SeasonedCraft
Author URI: https://seasonedcraft.com
Description: Official SeasonedCraft website theme — small business marketing, branding, and print solutions.
Version: 1.0
License: Private
Text Domain: seasonedcraft
*/

/* ============================================================
   RESET & BASE
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #FDFAF6; color: #1C1A17; line-height: 1.65; overflow-x: hidden; }

:root {
  --rust:      #8C3820;
  --rust-lt:   #B5562A;
  --rust-pale: #F5EAE2;
  --cream:     #F0EAE0;
  --cream-dk:  #E6DDD0;
  --dark:      #1C1A17;
  --mid:       #5A524C;
  --light:     #9A908A;
  --white:     #FDFAF6;
  --radius:    10px;
  --shadow:    0 4px 24px rgba(28,26,23,0.09);
  --shadow-lg: 0 12px 40px rgba(28,26,23,0.14);
}

/* ============================================================
   TYPOGRAPHY
============================================================ */
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 700; }
p  { font-size: 1rem; color: var(--mid); line-height: 1.7; }

/* ============================================================
   LAYOUT
============================================================ */
.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.section    { padding: 88px 0; }

/* ============================================================
   TAGS
============================================================ */
.tag { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 16px; }
.tag-rust  { background: var(--rust-pale); color: var(--rust); }
.tag-light { background: rgba(253,250,246,0.12); color: rgba(253,250,246,0.8); border: 1px solid rgba(253,250,246,0.18); }

/* ============================================================
   BUTTONS
============================================================ */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.95rem; padding: 13px 26px; border-radius: var(--radius); border: none; cursor: pointer; text-decoration: none; transition: all 0.22s ease; white-space: nowrap; }
.btn-rust         { background: var(--rust); color: var(--white); }
.btn-rust:hover   { background: var(--rust-lt); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(140,56,32,0.32); }
.btn-dark         { background: var(--dark); color: var(--white); }
.btn-dark:hover   { background: #2E2A25; transform: translateY(-2px); }
.btn-outline      { background: transparent; color: var(--dark); border: 1.5px solid rgba(28,26,23,0.3); }
.btn-outline:hover { background: var(--dark); color: var(--white); }
.btn-outline-light       { background: transparent; color: var(--white); border: 1.5px solid rgba(253,250,246,0.35); }
.btn-outline-light:hover { border-color: var(--white); background: rgba(253,250,246,0.08); }
.btn-lg  { padding: 16px 36px; font-size: 1rem; }
.btn-sm  { padding: 9px 18px; font-size: 0.85rem; }

/* ============================================================
   NAVIGATION
============================================================ */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(28,26,23,0.97); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(253,250,246,0.07); }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo-nav      { display: flex; align-items: center; text-decoration: none; }
.logo-nav-mark { display: flex; flex-direction: column; align-items: center; }
.logo-nav-word { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 0.88rem; letter-spacing: 0.22em; color: var(--white); line-height: 1.05; }
.logo-nav-rule { display: flex; align-items: center; width: 100%; margin: 3px 0; }
.logo-nav-dot  { width: 4px; height: 4px; border-radius: 50%; background: var(--rust); flex-shrink: 0; }
.logo-nav-line { flex: 1; height: 1px; background: var(--rust); }
.nav-links     { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a   { color: rgba(253,250,246,0.6); font-size: 0.9rem; font-weight: 500; text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--rust-lt); }
.hamburger     { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 1.5px; background: var(--white); border-radius: 2px; }

/* ============================================================
   MOBILE NAV
============================================================ */
.mobile-nav        { display: none; position: fixed; inset: 0; background: var(--dark); z-index: 999; flex-direction: column; padding: 110px 36px 40px; gap: 28px; }
.mobile-nav.open   { display: flex; }
.mobile-nav a      { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: rgba(253,250,246,0.85); text-decoration: none; }
.mobile-nav a:hover { color: var(--rust-lt); }
.mobile-nav-close  { position: absolute; top: 24px; right: 28px; background: none; border: none; font-size: 1.6rem; color: rgba(253,250,246,0.5); cursor: pointer; }

/* ============================================================
   PAGE HERO (inner pages)
============================================================ */
.page-hero        { background: var(--dark); padding: 140px 0 72px; position: relative; overflow: hidden; }
.page-hero-glow   { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(140,56,32,0.1) 0%, transparent 55%); pointer-events: none; }
.page-hero-inner  { position: relative; z-index: 2; max-width: 680px; }
.page-hero h1     { color: var(--white); margin-bottom: 16px; }
.page-hero p      { color: rgba(253,250,246,0.55); font-size: 1.1rem; line-height: 1.75; margin-bottom: 0; }

/* ============================================================
   HOMEPAGE — HERO
============================================================ */
#hero           { background: var(--dark); padding: 152px 0 100px; position: relative; overflow: hidden; }
.hero-accent    { position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 40%, rgba(140,56,32,0.13) 0%, transparent 55%); pointer-events: none; }
.hero-inner     { position: relative; z-index: 2; max-width: 700px; }
.hero-inner h1  { color: var(--white); margin-bottom: 22px; }
.hero-inner h1 span { color: var(--rust-lt); }
.hero-sub       { font-size: 1.15rem; color: rgba(253,250,246,0.58); margin-bottom: 40px; max-width: 560px; }
.hero-btns      { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-trust-line { font-size: 0.83rem; color: rgba(253,250,246,0.35); font-style: italic; }

/* ============================================================
   HOMEPAGE — WHAT WE DO
============================================================ */
#what           { background: var(--white); padding: 96px 0; }
.what-header    { text-align: center; margin-bottom: 52px; }
.what-header h2 { margin-bottom: 12px; }
.what-header p  { max-width: 480px; margin: 0 auto; }
.what-grid      { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.what-card      { border: 1px solid rgba(28,26,23,0.09); border-radius: 14px; padding: 36px 28px; position: relative; transition: transform 0.2s, box-shadow 0.2s; }
.what-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--rust); border-radius: 14px 14px 0 0; }
.what-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(28,26,23,0.1); }
.what-num       { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 600; color: var(--rust-pale); line-height: 1; margin-bottom: 14px; }
.what-card h3   { margin-bottom: 10px; }
.what-card p    { font-size: 0.93rem; }
.what-card-link { display: inline-block; margin-top: 20px; font-size: 0.85rem; font-weight: 600; color: var(--rust); text-decoration: none; }
.what-card-link:hover { color: var(--rust-lt); }

/* ============================================================
   HOMEPAGE — FRICTION STRIP
============================================================ */
#friction         { background: var(--dark); padding: 22px 0; border-top: 1px solid rgba(253,250,246,0.06); }
.friction-inner   { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.friction-item    { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; color: rgba(253,250,246,0.55); padding: 6px 28px; text-transform: uppercase; }
.friction-sep     { width: 4px; height: 4px; border-radius: 50%; background: var(--rust); flex-shrink: 0; }

/* ============================================================
   HOMEPAGE — WHY US
============================================================ */
#why              { background: var(--white); padding: 96px 0; }
.why-layout       { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.why-text h2      { margin-bottom: 16px; }
.why-text p       { margin-bottom: 36px; font-size: 1.05rem; }
.why-points       { display: flex; flex-direction: column; gap: 20px; }
.why-point        { display: flex; align-items: flex-start; gap: 16px; }
.why-point-icon   { width: 42px; height: 42px; border-radius: 10px; background: var(--rust-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--rust); font-size: 1rem; font-weight: 700; }
.why-point-body h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 3px; color: var(--dark); }
.why-point-body p  { font-size: 0.87rem; color: var(--light); }

/* ============================================================
   HOMEPAGE — INDUSTRIES
============================================================ */
#industries           { background: var(--cream); padding: 80px 0; }
.industries-header    { margin-bottom: 40px; }
.industries-header h2 { margin-bottom: 12px; }
.industries-header p  { max-width: 520px; font-size: 1.05rem; }
.industry-grid        { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.industry-pill        { display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: var(--white); border: 1px solid rgba(28,26,23,0.08); border-radius: 10px; font-size: 0.87rem; font-weight: 500; color: var(--dark); transition: border-color 0.2s, transform 0.2s; cursor: default; }
.industry-pill:hover  { border-color: var(--rust); transform: translateY(-2px); }
.industry-pill::before { display: none; }

/* ============================================================
   HOMEPAGE — CTA
============================================================ */
#cta          { background: var(--dark); padding: 96px 0; position: relative; overflow: hidden; }
.cta-glow     { position: absolute; inset: 0; background: radial-gradient(ellipse at 65% 50%, rgba(140,56,32,0.15) 0%, transparent 58%); pointer-events: none; }
.cta-inner    { position: relative; z-index: 2; text-align: center; max-width: 580px; margin: 0 auto; }
.cta-inner h2 { color: var(--white); margin-bottom: 16px; }
.cta-inner p  { color: rgba(253,250,246,0.55); font-size: 1.05rem; margin-bottom: 36px; }

/* ============================================================
   SERVICES PAGE
============================================================ */
.services-grid           { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.svc-card                { background: var(--white); border: 1px solid rgba(28,26,23,0.09); border-radius: 16px; padding: 32px 28px; position: relative; transition: transform 0.25s, box-shadow 0.25s; }
.svc-card:hover          { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.svc-card.featured       { border-color: var(--rust); background: var(--dark); }
.svc-popular             { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: var(--rust); color: var(--white); padding: 4px 10px; border-radius: 100px; margin-bottom: 14px; }
.svc-card h3             { margin-bottom: 10px; }
.svc-card.featured h3    { color: var(--white); }
.svc-card > p            { font-size: 0.92rem; margin-bottom: 20px; }
.svc-card.featured > p   { color: rgba(253,250,246,0.5); }
.svc-price               { margin-bottom: 22px; }
.svc-price-num           { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 600; color: var(--rust); line-height: 1; }
.svc-card.featured .svc-price-num { color: var(--rust-lt); }
.svc-price-per           { font-size: 0.85rem; color: var(--light); margin-left: 4px; }
.svc-features            { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 26px; }
.svc-features li         { font-size: 0.88rem; color: var(--mid); display: flex; align-items: flex-start; gap: 10px; }
.svc-card.featured .svc-features li { color: rgba(253,250,246,0.65); }
.svc-check               { color: var(--rust); flex-shrink: 0; margin-top: 1px; font-size: 0.9rem; }
.svc-card.featured .svc-check { color: var(--rust-lt); }
.svc-card .btn           { width: 100%; justify-content: center; }
.explainer               { background: var(--cream); border-radius: 16px; padding: 48px 40px; }
.explainer-grid          { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.explainer h2            { margin-bottom: 14px; }
.explainer p             { margin-bottom: 24px; }
.explainer-points        { display: flex; flex-direction: column; gap: 16px; }
.exp-point               { display: flex; align-items: flex-start; gap: 14px; }
.exp-num                 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--rust); line-height: 1; flex-shrink: 0; width: 28px; }
.exp-point h4            { font-size: 0.95rem; font-weight: 600; margin-bottom: 2px; }
.exp-point p             { font-size: 0.87rem; color: var(--light); }

/* ============================================================
   CTA BAND (inner pages)
============================================================ */
.cta-band         { background: var(--dark); border-radius: 16px; padding: 56px 48px; text-align: center; position: relative; overflow: hidden; }
.cta-band-glow    { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(140,56,32,0.14) 0%, transparent 60%); pointer-events: none; }
.cta-band h2      { color: var(--white); margin-bottom: 12px; position: relative; z-index: 2; }
.cta-band p       { color: rgba(253,250,246,0.5); margin-bottom: 32px; position: relative; z-index: 2; }
.cta-band-btns    { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; }

/* ============================================================
   PRINT PAGE
============================================================ */
.highlights         { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 64px; }
.highlight          { background: var(--cream); border-radius: 14px; padding: 28px 24px; }
.highlight-icon     { width: 44px; height: 44px; border-radius: 10px; background: var(--rust-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 1.2rem; }
.highlight h4       { font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.highlight p        { font-size: 0.88rem; color: var(--light); }
.products-grid      { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.product-card       { background: var(--white); border: 1px solid rgba(28,26,23,0.08); border-radius: 14px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-img        { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.product-body       { padding: 16px 18px; }
.product-name       { font-weight: 600; font-size: 0.95rem; margin-bottom: 4px; }
.product-from       { font-size: 0.82rem; color: var(--light); margin-bottom: 14px; }
.product-from span  { font-weight: 700; color: var(--rust); }
.product-card .btn  { width: 100%; justify-content: center; }
.bundle-grid        { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.bundle-promo       { background: var(--dark); border-radius: 16px; padding: 36px 32px; }
.bundle-label       { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--rust-lt); margin-bottom: 10px; }
.bundle-promo h3    { color: var(--white); margin-bottom: 10px; }
.bundle-promo > p   { color: rgba(253,250,246,0.5); font-size: 0.9rem; margin-bottom: 24px; }
.bundle-item        { background: rgba(253,250,246,0.06); border-radius: 9px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.bundle-item-name   { font-size: 0.88rem; color: rgba(253,250,246,0.65); }
.bundle-item-save   { font-size: 0.88rem; font-weight: 600; color: var(--rust-lt); }
.bundle-info        { padding: 32px; background: var(--rust-pale); border-radius: 16px; }
.bundle-info h3     { margin-bottom: 12px; }
.bundle-info p      { font-size: 0.93rem; margin-bottom: 20px; }
.bundle-info-list   { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.bundle-info-list li { font-size: 0.9rem; color: var(--mid); display: flex; align-items: flex-start; gap: 10px; }
.bundle-info-list li::before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--rust); margin-top: 7px; flex-shrink: 0; }

/* ============================================================
   PLANS PAGE
============================================================ */
.plans-grid               { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-bottom: 64px; }
.plan-card                { border-radius: 18px; padding: 36px 30px; border: 1.5px solid rgba(28,26,23,0.09); transition: all 0.25s; position: relative; }
.plan-card:hover          { border-color: var(--rust); box-shadow: var(--shadow); }
.plan-card.featured       { background: var(--dark); border-color: var(--dark); }
.plan-badge               { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--rust); color: var(--white); font-size: 0.7rem; font-weight: 700; padding: 4px 14px; border-radius: 100px; letter-spacing: 0.08em; text-transform: uppercase; }
.plan-tier                { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rust); margin-bottom: 8px; }
.plan-card h3             { margin-bottom: 8px; }
.plan-card.featured h3    { color: var(--white); }
.plan-desc                { font-size: 0.9rem; color: var(--mid); margin-bottom: 24px; }
.plan-card.featured .plan-desc { color: rgba(253,250,246,0.5); }
.plan-price               { margin-bottom: 24px; line-height: 1; }
.plan-price-num           { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 600; color: var(--dark); }
.plan-card.featured .plan-price-num { color: var(--rust-lt); }
.plan-price-per           { font-size: 0.88rem; color: var(--light); }
.plan-card.featured .plan-price-per { color: rgba(253,250,246,0.35); }
.plan-features            { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.plan-feature             { font-size: 0.88rem; color: var(--mid); display: flex; align-items: flex-start; gap: 10px; }
.plan-card.featured .plan-feature { color: rgba(253,250,246,0.7); }
.plan-check               { color: var(--rust); flex-shrink: 0; margin-top: 1px; }
.plan-card.featured .plan-check { color: var(--rust-lt); }
.plan-card .btn           { width: 100%; justify-content: center; }
.faq-list                 { max-width: 680px; margin: 0 auto; }
.faq-item                 { border-bottom: 1px solid rgba(28,26,23,0.09); }
.faq-q                    { width: 100%; text-align: left; background: none; border: none; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 0.97rem; font-weight: 600; color: var(--dark); gap: 16px; }
.faq-q:hover              { color: var(--rust); }
.faq-icon                 { font-size: 1.2rem; color: var(--rust); flex-shrink: 0; transition: transform 0.2s; }
.faq-a                    { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p                  { font-size: 0.92rem; color: var(--mid); padding-bottom: 18px; line-height: 1.75; }
.faq-item.open .faq-icon  { transform: rotate(45deg); }
.faq-item.open .faq-a     { max-height: 300px; }

/* ============================================================
   ABOUT PAGE
============================================================ */
.automation-note     { background: var(--cream); border-left: 3px solid var(--rust); border-radius: 0 10px 10px 0; padding: 20px 24px; margin-top: 32px; }
.automation-note p   { font-size: 0.95rem; color: var(--mid); line-height: 1.7; font-style: italic; }
.trust-points        { display: flex; flex-direction: column; gap: 0; }
.trust-point         { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(28,26,23,0.07); }
.trust-point:last-child { border-bottom: none; }
.trust-icon          { width: 36px; height: 36px; border-radius: 50%; background: var(--rust-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.trust-icon span     { width: 8px; height: 8px; border-radius: 50%; background: var(--rust); display: block; }
.trust-point-text h4 { font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.trust-point-text p  { font-size: 0.9rem; line-height: 1.65; margin: 0; }
.values-grid         { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card          { background: var(--cream); border-radius: 14px; padding: 30px 26px; }
.value-num           { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 600; color: var(--rust); line-height: 1; margin-bottom: 14px; }
.value-card h3       { margin-bottom: 10px; }
.value-card p        { font-size: 0.92rem; line-height: 1.7; }
.serve-layout        { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }

/* ============================================================
   CONTACT PAGE
============================================================ */
.contact-layout    { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-form      { background: var(--white); border: 1px solid rgba(28,26,23,0.09); border-radius: 16px; padding: 40px 36px; }
.contact-form h2   { margin-bottom: 8px; }
.form-sub          { font-size: 0.92rem; color: var(--light); margin-bottom: 32px; }
.form-group        { margin-bottom: 22px; }
.form-group label  { display: block; font-size: 0.85rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; letter-spacing: 0.02em; }
.form-group input,
.form-group select,
.form-group textarea { width: 100%; padding: 12px 16px; background: var(--cream); border: 1px solid rgba(28,26,23,0.12); border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: 0.95rem; color: var(--dark); transition: border-color 0.2s, background 0.2s; outline: none; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--rust); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.form-group select  { appearance: none; cursor: pointer; }
.form-row           { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-submit        { width: 100%; justify-content: center; padding: 15px; font-size: 1rem; }
.form-note          { font-size: 0.8rem; color: var(--light); text-align: center; margin-top: 14px; }
.form-success       { background: #EAF5EA; border: 1px solid #5DA05D; border-radius: 10px; padding: 18px 22px; margin-bottom: 24px; }
.form-success p     { color: #2E6E2E; font-weight: 500; font-size: 0.93rem; }
.contact-info       { display: flex; flex-direction: column; gap: 28px; }
.info-card          { background: var(--cream); border-radius: 14px; padding: 26px 24px; }
.info-card h3       { margin-bottom: 6px; }
.info-card p        { font-size: 0.9rem; margin-bottom: 12px; }
.info-card a        { font-size: 1rem; font-weight: 600; color: var(--rust); text-decoration: none; }
.info-card a:hover  { color: var(--rust-lt); }
.response-note      { background: var(--dark); border-radius: 14px; padding: 26px 24px; }
.response-note h3   { color: var(--white); margin-bottom: 8px; }
.response-note p    { font-size: 0.9rem; color: rgba(253,250,246,0.5); line-height: 1.7; }

/* ============================================================
   FOOTER
============================================================ */
footer                  { background: #110F0D; padding: 60px 0 28px; }
.footer-grid            { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p         { font-size: 0.87rem; color: rgba(253,250,246,0.35); margin: 18px 0 20px; max-width: 230px; line-height: 1.7; }
.footer-contact-links   { display: flex; flex-direction: column; gap: 8px; }
.footer-contact-links a { font-size: 0.85rem; color: rgba(253,250,246,0.42); text-decoration: none; }
.footer-contact-links a:hover { color: var(--rust-lt); }
.footer-col-title       { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(253,250,246,0.22); margin-bottom: 18px; }
.footer-links           { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links a         { color: rgba(253,250,246,0.42); font-size: 0.87rem; text-decoration: none; }
.footer-links a:hover   { color: var(--rust-lt); }
.footer-bottom          { border-top: 1px solid rgba(253,250,246,0.06); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy            { font-size: 0.78rem; color: rgba(253,250,246,0.2); }
.footer-legal           { display: flex; gap: 20px; }
.footer-legal a         { font-size: 0.78rem; color: rgba(253,250,246,0.2); text-decoration: none; }
.logo-footer-word       { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.3rem; letter-spacing: 0.22em; color: var(--white); line-height: 1.05; display: block; }
.logo-footer-rule       { display: flex; align-items: center; margin: 5px 0; }
.logo-footer-dot        { width: 5px; height: 5px; border-radius: 50%; background: var(--rust); flex-shrink: 0; }
.logo-footer-line       { flex: 1; height: 1px; background: var(--rust); }
.logo-footer-tag        { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 0.85rem; color: var(--rust-lt); margin-top: 5px; display: block; }

/* ============================================================
   ANIMATIONS
============================================================ */
.reveal     { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.rd1 { transition-delay: 0.1s; }
.rd2 { transition-delay: 0.2s; }
.rd3 { transition-delay: 0.3s; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 900px) {
  .nav-links      { display: none; }
  .hamburger      { display: flex; }
  .what-grid      { grid-template-columns: 1fr; }
  .why-layout     { grid-template-columns: 1fr; gap: 40px; }
  .industry-grid  { grid-template-columns: repeat(2, 1fr); }
  .friction-item  { padding: 6px 16px; }
  .services-grid  { grid-template-columns: 1fr; }
  .explainer-grid { grid-template-columns: 1fr; }
  .highlights     { grid-template-columns: 1fr; }
  .bundle-grid    { grid-template-columns: 1fr; }
  .plans-grid     { grid-template-columns: 1fr; }
  .values-grid    { grid-template-columns: 1fr; }
  .serve-layout   { grid-template-columns: 1fr; gap: 40px; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid    { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 540px) {
  .section         { padding: 64px 0; }
  .hero-btns       { flex-direction: column; }
  .hero-btns .btn  { justify-content: center; }
  .industry-grid   { grid-template-columns: 1fr; }
  .form-row        { grid-template-columns: 1fr; }
  .footer-grid     { grid-template-columns: 1fr; }
}
