/* ============================================================
   Unchaos — For Clients page styles
   ============================================================ */

.c-hero {
  padding: 140px 0 40px;
  position: relative;
  overflow: hidden;
}
.c-blob-1 { width: 520px; height: 520px; background: var(--accent-2); top: -140px; left: -160px; }
.c-blob-2 { width: 420px; height: 420px; background: var(--accent-3); top: 40%; right: -160px; opacity: .4; }

.c-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.c-hero-copy h1 { margin: 20px 0 22px; }
.c-hero-sub {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 520px;
  margin-bottom: 36px;
}
.c-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.c-hero-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}
.c-hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: #5DB075;
  box-shadow: 0 0 0 0 rgba(93,176,117, .6);
  animation: pulse-ring 2s infinite;
}
@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(93,176,117, .6); }
  70% { box-shadow: 0 0 0 8px rgba(93,176,117, 0); }
  100% { box-shadow: 0 0 0 0 rgba(93,176,117, 0); }
}

.c-hero-visual { position: relative; display: flex; justify-content: flex-end; }
.c-hero-photo {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4/5;
  border-radius: 260px 260px 28px 28px;
  overflow: hidden;
  border: 1.5px solid var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
}
[data-aesthetic="editorial"] .c-hero-photo { box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.c-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.c-hero-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, color-mix(in oklab, var(--accent-deep) 20%, transparent));
}
.c-star {
  position: absolute;
  top: -14px; right: -14px;
  width: 40px; height: 40px;
  color: var(--accent);
  animation: spin 18s linear infinite;
  z-index: 3;
}
@keyframes spin { to { transform: rotate(360deg); } }
.c-hero-sticker {
  position: absolute;
  bottom: 20px; left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  background: var(--bg);
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 8px 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
  z-index: 4;
}

/* Section heads */
.c-section-head { margin-bottom: 56px; max-width: 720px; }
.c-section-head.center { margin: 0 auto 56px; text-align: center; }
.c-section-head h2 { margin: 16px 0 18px; }
.c-lead { font-size: 18px; color: var(--ink-soft); line-height: 1.55; }

/* WHO IT'S FOR */
.feelings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feeling {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 44px 26px 26px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
[data-aesthetic="collage"] .feeling {
  border: 1.5px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}
.feeling:hover { transform: translateY(-4px); }
.feeling-tape {
  position: absolute;
  top: -14px; left: 22px;
  transform: rotate(var(--rot, 0));
  background: var(--accent-2);
  border: 1px solid var(--ink);
  padding: 5px 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink);
  font-weight: 500;
}
[data-aesthetic="collage"] .feeling-tape { box-shadow: 2px 2px 0 var(--ink); }
.feeling p { color: var(--ink-soft); font-size: 15px; line-height: 1.55; }

/* PROCESS */
.c-process { background: var(--bg-alt); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.process-step {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 24px;
  position: relative;
}
[data-aesthetic="collage"] .process-step {
  border: 1.5px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}
.step-num {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 300;
  color: var(--accent-deep);
  opacity: .6;
  line-height: 1;
  margin-bottom: 18px;
}
.process-step h3 { font-size: 22px; margin-bottom: 10px; }
.process-step p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

/* APPROACH */
.c-approach-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}
.approach-quote {
  margin-top: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--accent-deep);
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  line-height: 1.4;
}
.modalities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.modality {
  padding: 26px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
[data-aesthetic="collage"] .modality {
  border: 1.5px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}
.mod-glyph {
  font-size: 28px;
  color: var(--accent);
  margin-bottom: 12px;
  line-height: 1;
}
.modality h4 { margin-bottom: 6px; font-size: 20px; }
.modality p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

/* STORY */
.c-story { background: var(--bg-alt); }
.c-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  align-items: center;
}
.c-story-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-story-photo .ph-img {
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  width: 100%;
  max-width: 520px;
  min-height: 620px;
  aspect-ratio: 4/5;
}
[data-aesthetic="collage"] .c-story-photo .ph-img { box-shadow: 10px 10px 0 var(--ink); transform: rotate(-1.5deg); }
[data-aesthetic="editorial"] .c-story-photo .ph-img { border-color: var(--line); }

.c-polaroid {
  position: absolute;
  bottom: -20px; right: -14px;
  background: var(--card);
  border: 1.5px solid var(--ink);
  padding: 10px 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--ink);
  transform: rotate(3deg);
  box-shadow: 4px 4px 0 var(--ink);
}

.c-story-copy h2 { margin: 16px 0 22px; }
.c-story-copy p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 14px;
}
.story-traits {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 26px 0 32px;
}
.story-contact .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-bottom: 10px;
}
.contact-row {
  display: flex; gap: 22px; flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 13px;
}
.contact-row a { color: var(--ink); border-bottom: 1px solid var(--accent); padding-bottom: 2px; }
.contact-row a:hover { color: var(--accent-deep); }

/* TESTIMONIALS — rotator */
.c-testim { background: var(--bg); }
.testim-rotator {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}
.testim-track { position: relative; min-height: 320px; }
.testim-track .testim {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .5s ease, transform .5s ease;
  pointer-events: none;
  background: var(--card);
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  padding: 36px 40px;
  box-shadow: 6px 6px 0 var(--ink);
  margin: 0;
}
.testim-track .testim.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}
.testim-track .testim.is-active ~ .testim { display: none; }
.testim-stars {
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  font-size: 14px;
}
.testim blockquote {
  font-family: var(--serif);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 18px;
}
.testim figcaption {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}
.testim-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}
.testim-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--ink);
  background: var(--bg);
  cursor: pointer;
  font-size: 16px;
  color: var(--ink);
  transition: transform .15s ease, background .15s ease;
}
.testim-btn:hover { background: var(--accent-2); transform: translateY(-1px); }
.testim-dots { display: inline-flex; gap: 8px; }
.testim-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--line);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .2s ease, transform .2s ease;
}
.testim-dot.is-active { background: var(--accent-deep); transform: scale(1.3); }

/* FAQ */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 24px;
}
[data-aesthetic="collage"] .faq-item { border: 1.5px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.faq-item summary {
  font-family: var(--serif);
  font-size: 22px;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 32px;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute; right: 0; top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--accent-deep);
  transition: transform .2s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p {
  margin-top: 12px;
  color: var(--ink-soft);
  line-height: 1.65;
  font-size: 15px;
}

/* BOOK */
.c-book { background: var(--accent-2); }
.c-book-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.c-book-copy h2 { margin: 16px 0 20px; }
.c-book-copy p { color: var(--ink); opacity: .8; margin-bottom: 20px; font-size: 17px; }
.book-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 10px;
}
.book-list li {
  padding-left: 24px;
  position: relative;
  font-size: 15px;
}
.book-list li::before {
  content: "✦";
  position: absolute; left: 0;
  color: var(--accent-deep);
}

.c-book-form {
  background: var(--card);
  padding: 32px;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
[data-aesthetic="collage"] .c-book-form { box-shadow: 8px 8px 0 var(--ink); }
.c-book-form label {
  display: flex; flex-direction: column; gap: 8px;
  font-size: 12px;
  font-family: var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.c-book-form input,
.c-book-form textarea {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-family: var(--sans);
  font-size: 15px;
  background: var(--bg);
  color: var(--ink);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.c-book-form input:focus,
.c-book-form textarea:focus {
  border-color: var(--accent-deep);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 25%, transparent);
}
.c-book-form button { margin-top: 4px; align-self: flex-start; }
.form-note {
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
  margin-top: 4px;
}

/* NEWSLETTER */
.c-newsletter { background: var(--bg); }
.c-newsletter-card {
  background: var(--ink);
  color: var(--bg);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
}
.c-newsletter-card h3 {
  color: var(--bg);
  font-size: 32px;
  margin: 10px 0 10px;
}
.c-newsletter-card p {
  color: color-mix(in oklab, var(--bg) 80%, transparent);
  font-size: 15px;
  line-height: 1.55;
}
.nl-form {
  display: flex; gap: 10px;
}
.nl-form input {
  flex: 1; min-width: 0;
  padding: 14px 18px;
  border-radius: 999px;
  border: none;
  font-family: var(--sans);
  font-size: 14px;
  background: color-mix(in oklab, var(--bg) 95%, transparent);
  color: var(--ink);
  outline: none;
}

@media (max-width: 900px) {
  .c-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .feelings-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .c-approach-grid { grid-template-columns: 1fr; }
  .c-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .c-story-photo .ph-img { min-height: 460px; max-width: 100%; }
  .c-book-grid { grid-template-columns: 1fr; }
  .c-newsletter-card { grid-template-columns: 1fr; padding: 32px; }
  .modalities { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .feelings-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .modalities { grid-template-columns: 1fr; }
}
