/* ============================================
   & THE KITCHEN SINK — GLOBAL STYLES
   andthekitchensink.co
   ============================================ */

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

:root {
  --black:       #0D0D0C;
  --black-2:     #111110;
  --black-3:     #1A1A18;
  --border:      #222220;
  --gray-6:      #2C2C2A;
  --gray-5:      #444441;
  --gray-4:      #5F5E5A;
  --gray-3:      #888780;
  --gray-2:      #B4B2A9;
  --gray-1:      #D3D1C7;
  --off-white:   #E8E4DC;
  --white:       #F1EFE8;
  --green:       #4AFA8C;
  --green-dim:   #1a5c38;

  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;

  --nav-height: 64px;
  --max-width: 1100px;
  --page-pad: 3rem;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--black);
  color: var(--off-white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
ul { list-style: none; }

/* ============================================
   LAYOUT
   ============================================ */

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--page-pad);
}

.section {
  padding: 5rem 0;
  border-bottom: 0.5px solid var(--black-3);
}

.section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--page-pad);
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-3);
  margin-bottom: 1.25rem;
  display: block;
}

.section-header {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--off-white);
  margin-bottom: 1.5rem;
  max-width: 680px;
}

.section-sub {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.6;
  max-width: 65ch;
  margin-bottom: 1.25rem;
}

.section-sub strong {
  color: var(--off-white);
  font-weight: 500;
}

/* ============================================
   NAV
   ============================================ */

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-height);
  background: var(--black);
  border-bottom: 0.5px solid var(--border);
  display: flex;
  align-items: center;
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--page-pad);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-size: 18px;
  font-weight: 500;
  color: var(--off-white);
  letter-spacing: -0.02em;
}

.nav-logo .amp { color: var(--gray-2); font-weight: 400; }
.nav-logo .the { color: var(--gray-2); font-weight: 400; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a {
  font-size: 14px;
  color: var(--gray-1);
  transition: color 0.15s;
}

.nav-links a:hover { color: var(--off-white); }

.nav-links a.active { color: var(--off-white); }

.btn-nav {
  font-size: 13px;
  font-weight: 500;
  color: var(--black);
  background: var(--off-white);
  padding: 8px 20px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background 0.15s;
}

.btn-nav:hover { background: var(--white); }

/* ============================================
   BUTTONS
   ============================================ */

.btn-primary {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  background: var(--off-white);
  padding: 13px 28px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background 0.15s;
  border: none;
  font-family: var(--font);
}

.btn-primary:hover { background: var(--white); }

.btn-green {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  background: var(--green);
  padding: 13px 28px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: opacity 0.15s;
  border: none;
  font-family: var(--font);
}

.btn-green:hover { opacity: 0.88; }

.btn-ghost {
  display: inline-block;
  font-size: 14px;
  color: var(--gray-1);
  cursor: pointer;
  transition: color 0.15s;
  background: none;
  border: none;
  font-family: var(--font);
}

.btn-ghost:hover { color: var(--off-white); }

/* ============================================
   IMAGE PLACEHOLDERS
   ============================================ */

.img-placeholder {
  background: var(--black-2);
  border: 0.5px dashed var(--border);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--gray-5);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.img-placeholder::before {
  content: "";
  width: 32px;
  height: 32px;
  border: 1px solid var(--gray-5);
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235F5E5A' stroke-width='1.5'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") center/18px no-repeat;
}

/* ============================================
   PULL QUOTE
   ============================================ */

.pull-quote {
  border-left: 2px solid var(--green);
  padding: 1rem 1.5rem;
  margin: 2.5rem 0;
  max-width: 580px;
}

.pull-quote p {
  font-size: 20px;
  color: var(--off-white);
  line-height: 1.5;
  font-style: italic;
}

/* ============================================
   CARDS GRID
   ============================================ */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px;
  margin-top: 3rem;
  background: var(--border);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.card {
  background: var(--black-2);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.card-num {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--gray-3);
  font-weight: 500;
}

.card-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--off-white);
  letter-spacing: -0.01em;
}

.card-body {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.55;
}

/* ============================================
   STATS STRIP
   ============================================ */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 3rem;
  background: var(--border);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.stat {
  background: var(--black-2);
  padding: 2rem 1.5rem;
}

.stat-num {
  font-size: 38px;
  font-weight: 500;
  color: var(--green);
  letter-spacing: -0.03em;
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  color: var(--gray-2);
  margin-top: 0.5rem;
  line-height: 1.4;
}

/* ============================================
   TWO COLUMN
   ============================================ */

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 2.5rem;
}

.col-label {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-3);
  margin-bottom: 1.25rem;
}

.col-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.col-list li {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.55;
  padding-left: 1.25rem;
  position: relative;
}

.col-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 1px;
  background: var(--gray-4);
}

.col-list.positive li::before { background: var(--green); }

/* ============================================
   STEPS
   ============================================ */

.steps {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

.step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 0.5px solid var(--black-3);
}

.step:last-child { border-bottom: none; }

.step-tag {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--gray-3);
  font-weight: 500;
  padding-top: 4px;
  text-transform: uppercase;
}

.step-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--off-white);
  margin-bottom: 0.5rem;
}

.step-body {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.55;
}

/* ============================================
   TESTIMONIAL
   ============================================ */

.testimonial {
  background: var(--black-2);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  margin-top: 3rem;
  max-width: 640px;
}

.testimonial-quote {
  font-size: 19px;
  color: var(--off-white);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.testimonial-attr {
  font-size: 14px;
  color: var(--gray-2);
}

.testimonial-attr strong {
  color: var(--off-white);
  font-weight: 500;
}

/* ============================================
   GUARANTEE BOX
   ============================================ */

.guarantee-box {
  background: var(--black-2);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 2rem;
  margin-top: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  max-width: 640px;
}

.guarantee-icon {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.guarantee-check {
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg) translateY(-2px);
}

.guarantee-text {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.55;
}

.guarantee-text strong {
  color: var(--off-white);
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem;
}

/* ============================================
   PRICING
   ============================================ */

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
  max-width: 760px;
}

.price-card {
  background: var(--black-2);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  border-color: var(--green);
}

.price-badge {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--green);
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 1rem;
  align-self: flex-start;
}

.price-name {
  font-size: 16px;
  font-weight: 500;
  color: var(--off-white);
  margin-bottom: 0.25rem;
}

.price-amount {
  font-size: 42px;
  font-weight: 500;
  color: var(--off-white);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0.75rem 0 0.25rem;
}

.price-period {
  font-size: 13px;
  color: var(--gray-2);
  margin-bottom: 1.5rem;
}

.price-divider {
  height: 0.5px;
  background: var(--border);
  margin: 1.25rem 0;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}

.price-list li {
  font-size: 16px;
  color: var(--gray-2);
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.55;
}

.price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 1px;
  background: var(--green);
}

.price-list li.out {
  color: var(--gray-6);
}

.price-list li.out::before {
  background: var(--gray-6);
}

.price-cta {
  margin-top: 2rem;
  font-size: 13px;
  font-weight: 500;
  color: var(--black);
  background: var(--off-white);
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-align: center;
  transition: background 0.15s;
  border: none;
  font-family: var(--font);
  width: 100%;
}

.price-cta:hover { background: var(--white); }
.price-card.featured .price-cta { background: var(--green); }
.price-card.featured .price-cta:hover { opacity: 0.88; }

/* ============================================
   FINAL CTA SECTION
   ============================================ */

.final-cta {
  padding: 7rem 0;
  text-align: center;
}

.final-cta-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--page-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.final-cta-header {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--off-white);
  line-height: 1.05;
  max-width: 560px;
}

.final-cta-sub {
  font-size: 18px;
  color: var(--gray-2);
  max-width: 460px;
  line-height: 1.55;
}

.final-cta-note {
  font-size: 14px;
  color: var(--gray-2);
  letter-spacing: 0.02em;
  max-width: 460px;
  line-height: 1.5;
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
  border-top: 0.5px solid var(--black-3);
  padding: 2rem 0;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--page-pad);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-2);
  letter-spacing: -0.01em;
}

.footer-logo .amp { color: var(--gray-3); }

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  font-size: 14px;
  color: var(--gray-2);
  transition: color 0.15s;
}

.footer-links a:hover { color: var(--off-white); }

.footer-note {
  font-size: 13px;
  color: var(--gray-3);
}

/* ============================================
   PAGE HERO (inner pages)
   ============================================ */

.page-hero {
  padding: 5rem 0 4rem;
  border-bottom: 0.5px solid var(--black-3);
}

.page-hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--page-pad);
}

/* ============================================
   OWNERSHIP TABLE
   ============================================ */

.ownership-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-top: 3rem;
  max-width: 640px;
}

.ownership-col {
  background: var(--black-2);
  padding: 1.75rem;
}

.ownership-col-header {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-3);
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 0.5px solid var(--border);
}

.ownership-col-header.green { color: var(--green); }

.ownership-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ownership-list li {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.5;
}

/* ============================================
   SIGNS LIST (who it's for page)
   ============================================ */

.signs-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 3rem;
  max-width: 680px;
}

.sign {
  padding: 2rem 0;
  border-bottom: 0.5px solid var(--black-3);
}

.sign:last-child { border-bottom: none; }

.sign-num {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--gray-3);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.sign-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--off-white);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.sign-body {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.6;
}

/* ============================================
   ABOUT PAGE
   ============================================ */

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 640px;
}

.team-card {
  background: var(--black-2);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.team-photo {
  height: 240px;
}

.team-info {
  padding: 1.5rem;
}

.team-name {
  font-size: 16px;
  font-weight: 500;
  color: var(--off-white);
  margin-bottom: 0.25rem;
}

.team-role {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-3);
  margin-bottom: 0.75rem;
}

.team-bio {
  font-size: 16px;
  color: var(--gray-2);
  line-height: 1.55;
}

/* ============================================
   FORM (qualify page)
   ============================================ */

.qualify-form {
  background: var(--black-2);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  max-width: 560px;
  margin-top: 2.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--off-white);
}

.form-sublabel {
  font-size: 13px;
  color: var(--gray-2);
  margin-top: -0.25rem;
}

.form-input,
.form-select,
.form-textarea {
  background: var(--black-3);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--off-white);
  font-family: var(--font);
  font-size: 16px;
  padding: 12px 14px;
  width: 100%;
  outline: none;
  transition: border-color 0.15s;
  -webkit-appearance: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--green);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--gray-4);
}

.form-select option {
  background: var(--black-2);
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  background: var(--green);
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  border: none;
  font-family: var(--font);
  transition: opacity 0.15s;
  margin-top: 0.5rem;
}

.form-submit:hover { opacity: 0.88; }

.form-note {
  font-size: 13px;
  color: var(--gray-2);
  margin-top: 1rem;
  text-align: center;
  line-height: 1.5;
}

/* ============================================
   HERO SWAP ANIMATION
   ============================================ */

.swap-word {
  display: inline;
  transition: opacity 0.3s ease;
}

.swap-word.censored { color: var(--off-white); }
.swap-word.specific { color: var(--green); }

.fade-in { animation: fadeIn 0.35s ease forwards; }
.fade-out { animation: fadeOut 0.28s ease forwards; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
  from { opacity: 1; transform: translateY(0); }
  to   { opacity: 0; transform: translateY(-6px); }
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
  :root {
    --page-pad: 1.5rem;
  }

  .nav-links a { display: none; }

  .two-col,
  .pricing-grid,
  .stats-grid,
  .team-grid,
  .ownership-table {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .step {
    grid-template-columns: 60px 1fr;
  }
}
