/* ═══════════════════════════════════════════════════
   B. LUXE DIGITAL — DESIGN SYSTEM
   Anointed Infrastructure. Heritage + Technology.
   ═══════════════════════════════════════════════════ */

:root {
  --white: #FFFFFF;
  --bg: #FAF9F6;
  --bg-sage: #EDF2E8;
  --bg-plum: #F3EFF6;
  --bg-warm: #F5F2ED;
  --bg-cream: #F0EDE6;
  --sage: #7A9E6D;
  --sage-deep: #5C7A50;
  --plum: #8B6E9B;
  --plum-deep: #6E4F82;
  --plum-soft: #C9B8D4;
  --gold: #C4A265;
  --text: #1A1A1A;
  --text-body: #4A4A46;
  --text-soft: #8A8884;
  --border: #E4E0D8;
  --sans: "Inter", -apple-system, system-ui, sans-serif;
  --display: "Playfair Display", Georgia, serif;
  --mono: ui-monospace, SFMono-Regular, monospace;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); background: var(--bg);
  color: var(--text-body); font-size: 16px; line-height: 1.7;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
::selection { background: var(--plum-soft); color: var(--white); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 clamp(1.5rem, 4vw, 3rem); }

/* ═══════ SUBTLE HERITAGE TEXTURE ═══════ */
body::before {
  content: '';
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30Z' fill='none' stroke='%23E4E0D8' stroke-width='0.3' opacity='0.25'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  pointer-events: none; z-index: 0;
  opacity: 0.4;
}
body > * { position: relative; z-index: 1; }

/* ═══════ NAV ═══════ */
nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  height: 72px; display: flex; align-items: center;
  background: rgba(250,249,246,0.88);
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.nav-inner {
  width: 100%; max-width: 1280px; margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  display: flex; align-items: center; justify-content: space-between;
}
.nav-brand {
  font-family: var(--sans); font-weight: 700;
  font-size: 0.85rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--text); text-decoration: none;
}
.nav-brand span { color: var(--plum); }
.nav-links { display: flex; gap: 2rem; align-items: center; list-style: none; }
.nav-links a {
  font-size: 0.78rem; letter-spacing: 0.04em;
  color: var(--text-soft); transition: color 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-cta {
  background: var(--text) !important; color: var(--white) !important;
  padding: 0.55rem 1.5rem !important; border-radius: 100px;
  font-weight: 500; font-size: 0.72rem !important;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all 0.3s !important;
}
.nav-cta:hover { background: var(--plum-deep) !important; }
.menu-btn { display: none; background: none; border: none; cursor: pointer; }
.menu-btn span { display: block; width: 22px; height: 1.5px; background: var(--text); margin: 5px 0; transition: 0.3s; }

/* ═══════ HERO BENTO ═══════ */
.hero { padding: calc(72px + 2rem) clamp(1rem, 3vw, 2rem) 2rem; max-width: 1280px; margin: 0 auto; }
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.bento-item { border-radius: 24px; overflow: hidden; }
.bento-hero {
  grid-column: 1 / 8; grid-row: 1 / 3; background: var(--text); color: var(--white);
  padding: clamp(2.5rem, 5vw, 4rem); display: flex; flex-direction: column;
  justify-content: flex-end; min-height: 520px;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40Z' fill='none' stroke='%23ffffff' stroke-width='0.3' opacity='0.03'/%3E%3C/svg%3E");
}
.bento-hero .eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--plum-soft); margin-bottom: 1.5rem; }
.bento-hero h1 { font-family: var(--display); font-weight: 400; font-size: clamp(2.8rem, 5vw, 4.2rem); line-height: 1.1; color: var(--white); margin-bottom: 1.5rem; }
.bento-hero h1 em { font-style: italic; color: var(--plum-soft); }
.bento-hero p { font-size: 1rem; line-height: 1.75; color: rgba(255,255,255,0.65); max-width: 480px; margin-bottom: 2rem; }
.btn-hero {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 2rem;
  background: var(--white); color: var(--text); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; border-radius: 100px;
  border: none; transition: all 0.3s; cursor: pointer; width: fit-content;
}
.btn-hero:hover { background: var(--plum-soft); color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.bento-img-1 { grid-column: 8 / 13; grid-row: 1 / 2; background: var(--bg-cream); min-height: 250px; display: flex; align-items: center; justify-content: center; }
.bento-stat { grid-column: 8 / 11; grid-row: 2 / 3; background: var(--bg-plum); padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
.bento-stat .number { font-family: var(--display); font-size: 3rem; font-weight: 700; color: var(--plum-deep); line-height: 1; font-style: italic; }
.bento-stat .label { font-size: 0.78rem; color: var(--plum); margin-top: 0.5rem; font-weight: 500; }
.bento-quote { grid-column: 11 / 13; grid-row: 2 / 3; background: var(--sage); color: var(--white); padding: 2rem; display: flex; align-items: center; }
.bento-quote p { font-family: var(--display); font-style: italic; font-size: 0.95rem; line-height: 1.6; }

/* ═══════ MARQUEE ═══════ */
.marquee-wrap { padding: 2.5rem 0; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.marquee { display: flex; gap: 3rem; animation: scroll 25s linear infinite; width: max-content; }
.marquee span { font-family: var(--display); font-size: 1.15rem; color: var(--text-soft); white-space: nowrap; font-style: italic; }
.marquee .dot { color: var(--plum-soft); font-style: normal; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ═══════ PAGE HERO ═══════ */
.page-hero { padding: calc(72px + 4rem) 0 3rem; text-align: center; }
.page-hero .eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--plum); margin-bottom: 1rem; }
.page-hero h1 { font-family: var(--display); font-size: clamp(2.5rem, 5vw, 3.8rem); font-weight: 400; line-height: 1.15; margin-bottom: 1rem; }
.page-hero h1 em { font-style: italic; color: var(--plum); }
.page-hero p { font-size: 1.05rem; max-width: 560px; margin: 0 auto; line-height: 1.85; }

/* ═══════ SECTIONS ═══════ */
.section { padding: clamp(4rem, 8vw, 8rem) 0; }
.section-sage { background: var(--bg-sage); }
.section-plum { background: var(--bg-plum); }
.section-white { background: var(--white); }
.section-cream { background: var(--bg-cream); }
.section-dark {
  background: var(--text);
  color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40Z' fill='none' stroke='%23ffffff' stroke-width='0.3' opacity='0.03'/%3E%3C/svg%3E");
}

/* Heritage stitch divider */
.stitch-divider {
  height: 1px; margin: 0 auto; max-width: 200px;
  background: repeating-linear-gradient(90deg, var(--border) 0px, var(--border) 8px, transparent 8px, transparent 14px);
}

/* ═══════ SPLIT LAYOUT ═══════ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split-text h2 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin-bottom: 1.5rem; }
.split-text h2 em { color: var(--sage); }
.split-text p { font-size: 1rem; line-height: 1.85; margin-bottom: 1.25rem; }
.split-text .accent { font-weight: 600; color: var(--sage-deep); font-size: 1.05rem; }
.split-img { border-radius: 24px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.split-img img { width: 100%; height: 100%; object-fit: cover; }

/* ═══════ TOOL GRID (dark section) ═══════ */
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.06); border-radius: 24px; overflow: hidden; }
.tool-card { background: var(--text); padding: 2.5rem 2rem; transition: background 0.3s; }
.tool-card:hover { background: #222; }
.tool-icon { font-size: 1.2rem; margin-bottom: 1rem; color: var(--plum-soft); }
.tool-card h4 { font-family: var(--display); font-size: 1.1rem; color: var(--white); margin-bottom: 0.5rem; }
.tool-card p { font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.55); }

/* ═══════ CARDS ═══════ */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 20px; overflow: hidden; transition: all 0.4s; display: block;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.06); border-color: var(--plum-soft); }
.card-img {
  width: 100%; aspect-ratio: 4/3; background: var(--bg-cream);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 1.5rem; }
.card-number { font-family: var(--mono); font-size: 0.55rem; color: var(--text-soft); letter-spacing: 0.2em; text-transform: uppercase; }
.card h3 { font-family: var(--display); font-size: 1.25rem; margin: 0.5rem 0 0.3rem; }
.card-tag { font-family: var(--display); font-style: italic; font-size: 0.85rem; color: var(--plum); }
.card p { font-size: 0.88rem; line-height: 1.7; margin-top: 0.75rem; }
.card-link {
  display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1rem;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--sage-deep); transition: gap 0.3s;
}
.card:hover .card-link { gap: 0.7rem; color: var(--plum-deep); }

/* Product bento */
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.pc-featured { grid-column: 1 / 7; }
.pc-stack-1 { grid-column: 7 / 13; }
.pc-row { grid-column: 1 / 5; }
.pc-row-2 { grid-column: 5 / 9; }
.pc-row-3 { grid-column: 9 / 13; background: var(--bg-plum); border-color: transparent; }
.pc-row-3 .card-img { background: rgba(139,110,155,0.08); }

/* ═══════ PRODUCT DETAIL ═══════ */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.product-gallery { position: sticky; top: 100px; }
.product-gallery .main-img {
  aspect-ratio: 1; background: var(--bg-cream); border-radius: 24px;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}
.product-gallery .thumbs { display: flex; gap: 0.75rem; }
.product-gallery .thumb {
  width: 72px; height: 72px; border-radius: 12px;
  background: var(--bg-warm); overflow: hidden; cursor: pointer;
  border: 2px solid transparent; transition: border-color 0.3s;
  display: flex; align-items: center; justify-content: center;
}
.product-gallery .thumb:hover, .product-gallery .thumb.active { border-color: var(--plum); }
.product-info h1 { font-family: var(--display); font-size: 2.2rem; margin-bottom: 0.5rem; }
.product-info .price { font-size: 1.8rem; font-weight: 700; color: var(--text); margin: 1rem 0; }
.product-info .desc { font-size: 1rem; line-height: 1.85; margin-bottom: 2rem; }
.product-info .features { list-style: none; margin-bottom: 2rem; }
.product-info .features li {
  padding: 0.6rem 0; border-bottom: 1px solid var(--border);
  font-size: 0.9rem; display: flex; align-items: center; gap: 0.5rem;
}
.product-info .features li::before { content: '✦'; color: var(--sage); font-size: 0.7rem; }
.btn-buy {
  display: inline-block; width: 100%; padding: 1.1rem;
  background: var(--text); color: var(--white); text-align: center;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; border-radius: 16px; border: none;
  cursor: pointer; transition: all 0.3s;
}
.btn-buy:hover { background: var(--plum-deep); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(110,79,130,0.2); }

/* ═══════ STATS ═══════ */
.stats { background: var(--text); padding: 4rem 0; background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40Z' fill='none' stroke='%23ffffff' stroke-width='0.3' opacity='0.03'/%3E%3C/svg%3E"); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-item .number { font-family: var(--display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); line-height: 1; font-style: italic; }
.stat-item .label { font-size: 0.7rem; color: rgba(255,255,255,0.45); margin-top: 0.5rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; }

/* ═══════ PROMISE GRID ═══════ */
.promise-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border); border-radius: 24px; overflow: hidden;
}
.promise-item { background: var(--white); padding: 2.5rem 2rem; }
.promise-item .icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 1.2rem; }
.promise-item:nth-child(1) .icon { background: var(--bg-sage); }
.promise-item:nth-child(2) .icon { background: var(--bg-plum); }
.promise-item:nth-child(3) .icon { background: rgba(196,162,101,0.1); }
.promise-item:nth-child(4) .icon { background: var(--bg-cream); }
.promise-item h4 { font-weight: 700; font-size: 0.9rem; color: var(--text); margin-bottom: 0.5rem; }
.promise-item p { font-size: 0.88rem; line-height: 1.7; }

/* ═══════ FOUNDER / CONNECT ═══════ */
.founder {
  background: var(--bg-cream);
  padding: clamp(4rem, 8vw, 7rem) 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30Z' fill='none' stroke='%23C9B8D4' stroke-width='0.3' opacity='0.12'/%3E%3C/svg%3E");
}
.founder-text .eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--plum); margin-bottom: 1rem; }
.founder-text h2 { font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: 1.5rem; }
.founder-text h2 em { color: var(--plum-deep); }
.founder-text p { font-size: 1rem; line-height: 1.85; margin-bottom: 1.2rem; }
.founder-text blockquote {
  font-family: var(--display); font-style: italic; font-size: 1.05rem;
  color: var(--plum-deep); padding-left: 1.5rem; margin-top: 2rem; line-height: 1.7;
  border-left: none;
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='0' x2='1' y2='4' stroke='%23C9B8D4' stroke-width='2'/%3E%3Cline x1='1' y1='8' x2='1' y2='12' stroke='%23C9B8D4' stroke-width='2'/%3E%3Cline x1='1' y1='16' x2='1' y2='20' stroke='%23C9B8D4' stroke-width='2'/%3E%3Cline x1='1' y1='24' x2='1' y2='28' stroke='%23C9B8D4' stroke-width='2'/%3E%3Cline x1='1' y1='32' x2='1' y2='36' stroke='%23C9B8D4' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: left center;
}

/* ═══════ CTA ═══════ */
.cta-section { padding: clamp(5rem, 10vw, 10rem) 2rem; text-align: center; }
.cta-section h2 { font-family: var(--display); font-size: clamp(2.5rem, 5vw, 4rem); max-width: 700px; margin: 0 auto 1.5rem; line-height: 1.15; }
.cta-section h2 em { color: var(--sage); }
.cta-section p { font-size: 1.05rem; line-height: 1.85; max-width: 500px; margin: 0 auto 2.5rem; }

/* ═══════ BUTTONS ═══════ */
.btn-group { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-group.centered { justify-content: center; }
.btn-dark {
  display: inline-block; padding: 1rem 2.5rem; background: var(--text); color: var(--white);
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 100px; transition: all 0.35s;
}
.btn-dark:hover { background: var(--plum-deep); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(110,79,130,0.2); }
.btn-outline {
  display: inline-block; padding: 1rem 2.5rem; background: transparent;
  border: 1px solid var(--border); color: var(--text-body);
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 100px; transition: all 0.35s;
}
.btn-outline:hover { border-color: var(--plum); color: var(--plum); }

/* ═══════ METHOD SECTION ═══════ */
.method-header { text-align: center; margin-bottom: 3rem; }
.method-header h2 { font-family: var(--display); font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.15; margin-bottom: 1rem; }
.method-header h2 em { color: var(--plum); }
.method-sub { font-size: 1rem; line-height: 1.85; max-width: 600px; margin: 0 auto; }
.mono-label { display: block; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 1rem; }
.method-visual { max-width: 700px; margin: 3rem auto; }
.concentric-svg { width: 100%; height: auto; }
.method-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border-radius: 20px; overflow: hidden; margin-top: 3rem; }
.method-card { background: var(--white); padding: 2rem 1.5rem; }
.method-num { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.2em; color: var(--plum); display: block; margin-bottom: 0.75rem; }
.method-card h4 { font-family: var(--display); font-size: 1.15rem; margin-bottom: 0.5rem; }
.method-card p { font-size: 0.88rem; line-height: 1.7; }

/* ═══════ TIMELINE ═══════ */
.timeline { max-width: 700px; margin: 0 auto; }
.timeline-item { display: flex; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--border); }
.timeline-item:last-child { border-bottom: none; }
.timeline-item h4 { font-family: var(--display); font-size: 1.15rem; margin-bottom: 0.25rem; }
.timeline-org { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.15em; color: var(--plum); text-transform: uppercase; margin-bottom: 0.5rem; display: block; }
.timeline-item p:last-child { font-size: 0.9rem; line-height: 1.7; }

/* ═══════ PRODUCT BREAKDOWN ═══════ */
.breakdown-item { display: flex; align-items: center; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px solid var(--border); }
.breakdown-item:last-child { border-bottom: none; }
.breakdown-item strong { font-size: 0.9rem; display: block; }
.breakdown-value { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.1em; color: var(--plum); }

/* ═══════ PRODUCTS HEADER ═══════ */
.products-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem; }
.products-header h2 { font-family: var(--display); font-size: clamp(2rem, 4vw, 2.8rem); }
.products-header h2 em { color: var(--plum); }
.view-all-link { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--plum); border-bottom: 1px solid var(--plum-soft); padding-bottom: 2px; transition: all 0.3s; }
.view-all-link:hover { color: var(--plum-deep); }

/* ═══════ CONTACT ═══════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text); margin-bottom: 0.5rem; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 0.9rem 1rem; border: 1px solid var(--border);
  border-radius: 12px; font-family: var(--sans); font-size: 0.9rem;
  background: var(--white); color: var(--text); transition: border-color 0.3s;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--plum); }
.form-group textarea { min-height: 150px; resize: vertical; }

/* ═══════ BLOG ═══════ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card { border-radius: 20px; overflow: hidden; transition: transform 0.3s; }
.blog-card:hover { transform: translateY(-4px); }
.blog-card .blog-img { aspect-ratio: 16/10; background: var(--bg-cream); overflow: hidden; border-radius: 16px; }
.blog-card .blog-body { padding: 1.5rem 0; }
.blog-card .blog-date { font-family: var(--mono); font-size: 0.6rem; color: var(--text-soft); letter-spacing: 0.15em; text-transform: uppercase; }
.blog-card h3 { font-family: var(--display); font-size: 1.2rem; margin: 0.5rem 0; }
.blog-card p { font-size: 0.88rem; line-height: 1.7; }

/* ═══════ PLACEHOLDER ═══════ */
.ph { font-family: var(--mono); font-size: 0.6rem; color: var(--text-soft); letter-spacing: 0.15em; }

/* ═══════ FOOTER ═══════ */
.footer-top { padding: 4rem 0; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-col h4 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); margin-bottom: 1rem; }
.footer-col a { display: block; font-size: 0.85rem; color: var(--text-soft); margin-bottom: 0.6rem; transition: color 0.3s; }
.footer-col a:hover { color: var(--plum); }
.footer-bottom { padding: 1.5rem 0; border-top: 1px solid var(--border); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-inner p { font-size: 0.72rem; color: var(--text-soft); }
.footer-links { display: flex; gap: 2rem; list-style: none; }
.footer-links a { font-size: 0.72rem; color: var(--text-soft); transition: color 0.3s; }
.footer-links a:hover { color: var(--plum); }

/* ═══════ ANIMATIONS ═══════ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.stagger.visible > *:nth-child(1) { transition-delay: 0s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(2) { transition-delay: 0.08s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(3) { transition-delay: 0.14s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(4) { transition-delay: 0.2s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(5) { transition-delay: 0.25s; opacity: 1; transform: none; }
.stagger.visible > *:nth-child(6) { transition-delay: 0.3s; opacity: 1; transform: none; }

/* ═══════ RESPONSIVE ═══════ */
@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-hero { grid-column: 1 / -1; min-height: 400px; }
  .bento-img-1 { grid-column: 1 / -1; min-height: 200px; }
  .bento-stat { grid-column: 1 / 2; }
  .bento-quote { grid-column: 2 / 3; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .pc-featured, .pc-stack-1, .pc-row, .pc-row-2, .pc-row-3 { grid-column: span 1; }
  .pc-featured { grid-column: 1 / -1; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .promise-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
  .method-cards { grid-template-columns: 1fr 1fr; }
  .tool-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .timeline-item { flex-direction: column; gap: 0.5rem; }
}
@media (max-width: 600px) {
  .nav-links { display: none; }
  .menu-btn { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 72px; left: 0; right: 0; bottom: 0; background: var(--bg); padding: 2rem; gap: 1.5rem; z-index: 99; }
  .bento { grid-template-columns: 1fr; }
  .bento-hero { min-height: 360px; }
  .bento-stat, .bento-quote { grid-column: 1 / -1; }
  .product-grid, .blog-grid { grid-template-columns: 1fr; }
  .pc-featured, .pc-stack-1, .pc-row, .pc-row-2, .pc-row-3 { grid-column: 1 / -1; }
  .stats-inner, .promise-grid, .method-cards, .tool-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 1rem; text-align: center; }
  .cta-section .btn-group { flex-direction: column; align-items: center; }
}

/* ═══════════════════════════════════════ */
/* LEGAL PAGES                             */
/* ═══════════════════════════════════════ */
.legal-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  margin: 2.5rem 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0ddd6;
}

.legal-content h2:first-child { margin-top: 0; }

.legal-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  margin: 1.5rem 0 0.5rem;
}

.legal-content p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.legal-content ul, .legal-content ol {
  margin: 0.5rem 0 1.5rem 1.5rem;
}

.legal-content li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.legal-content a {
  color: #6B4423;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content a:hover {
  color: #D4A574;
}
