/* HandyCafe about page — text-led, so it borrows almost everything from
   landing.css and only adds the layouts the shared system does not have. */

/* Left-aligned two-column hero. A single centred column left the right half of
   the page empty and read as a placeholder, so a product screenshot now fills
   it and the copy starts at the page margin. The figures moved to the shared
   .hc-proof-band strip in landing.css, which the other pages already use. */
.hc-about-hero { position: relative; padding: 104px 0 96px; overflow: hidden; }
.hc-about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 64px;
  align-items: center;
}
.hc-about-hero-copy { max-width: 640px; }
.hc-about-hero h1 {
  font-size: clamp(40px, 4.6vw, 60px);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 700;
}
.hc-landing .hc-about-hero .hc-lead { max-width: 52ch; }

.hc-about-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--hc-teal), #76e4d5 55%, var(--hc-purple));
  background-clip: text;
  -webkit-background-clip: text;
}

.hc-about-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.hc-about-story-body { display: grid; gap: 22px; }
.hc-landing .hc-about-story-body p { color: var(--hc-muted); font-size: 16px; line-height: 1.78; }


.hc-about-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hc-about-page .hc-outcome-icon { font: 500 12px/1 'IBM Plex Mono', ui-monospace, monospace; letter-spacing: .14em; }

.hc-about-company-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: start; }
.hc-about-address { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--hc-line); }
.hc-about-address span {
  display: block;
  margin-bottom: 8px;
  color: var(--hc-teal);
  font: 500 11px/1 'IBM Plex Mono', ui-monospace, monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hc-about-address address { font-style: normal; color: var(--hc-muted); font-size: 14px; line-height: 1.7; }

.hc-about-contact {
  padding: 34px;
  border: 1px solid var(--hc-line);
  border-radius: var(--hc-radius);
  background: linear-gradient(160deg, #0c1524, #080e18);
}
.hc-about-contact h3 { font-size: 20px; letter-spacing: -.02em; }
.hc-landing .hc-about-contact p { margin-top: 12px; color: var(--hc-muted); font-size: 14px; line-height: 1.65; }
.hc-about-contact .hc-actions { margin-top: 24px; }
.hc-about-social { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--hc-line); }
.hc-about-social a { color: var(--hc-muted); font-size: 13px; transition: color .16s ease; }
.hc-about-social a:hover { color: var(--hc-teal); }

/* Light theme */
html:not(.dark) .hc-landing .hc-about-story-body p { color: #536276; }
html:not(.dark) .hc-about-address address { color: #536276; }
html:not(.dark) .hc-about-contact { background: linear-gradient(160deg, #fff, #f2f6f9); box-shadow: 0 24px 60px rgba(15, 23, 42, .06); }
html:not(.dark) .hc-landing .hc-about-contact p { color: #536276; }
html:not(.dark) .hc-about-social a { color: #64748b; }

@media (max-width: 980px) {
  .hc-about-hero-grid,
  .hc-about-story-grid,
  .hc-about-company-grid { grid-template-columns: 1fr; gap: 36px; }
  .hc-about-hero-copy { max-width: none; }
}
@media (max-width: 700px) {
  .hc-about-hero { padding: 76px 0 64px; }
  .hc-about-values { grid-template-columns: 1fr; }
}

/* features-showcase.css 1180px altinda .hc-feature-dashboard'a sabit 650px
   veriyor. About hero'su 980px'e kadar iki sutun kaldigi icin aradaki bantta
   gorsel sag sutunu tasiriyordu. */
@media (max-width: 1180px) {
  .hc-about-hero .hc-feature-dashboard { width: 100%; }
}
