/* ==========================================================================
   Logo & Brand Identity service page — unique page-specific components.
   ========================================================================== */
.crumb { display: flex; align-items: center; gap: 0.5rem; font-family: var(--font-mono); font-size: 0.78rem; color: var(--muted); padding-top: 1.5rem; }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--white); text-decoration: none; }
.crumb span[aria-current] { color: var(--orange); }
.mt-lg { margin-top: 2rem; }

/* ---- Hero — logo mark draws itself in ---- */
.brand-hero { padding-block: clamp(2rem, 5vw, 3.5rem) clamp(3rem, 7vw, 5rem); }
.brand-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,0.85fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; margin-top: 1.5rem; }
.brand-hero h1 { font-size: clamp(2.3rem, 4.8vw, 3.8rem); max-width: 15ch; }
.brand-hero__lede { margin-top: 1.25rem; font-size: 1.1rem; color: var(--muted); max-width: 46ch; }
.brand-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

.mark-stage { position: relative; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface-solid); overflow: hidden; }
.mark-stage svg { width: 55%; height: 55%; }
.mark-stage path { fill: none; stroke: var(--orange); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 265; stroke-dashoffset: 265; animation: markDraw 1.9s ease 0.9s forwards, markFill 0.6s ease 2.75s forwards; }

.mark-stage__sketch { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-2deg); opacity: 0; animation: sketchInOut 0.9s ease forwards; }
.mark-stage__sketch path { stroke: var(--muted); stroke-width: 1.5; stroke-dasharray: none; stroke-dashoffset: 0; animation: none; opacity: 0.8; }
@keyframes sketchInOut { 0% { opacity: 0; } 20% { opacity: 1; } 75% { opacity: 1; } 100% { opacity: 0; } }

@keyframes markDraw { to { stroke-dashoffset: 0; } }
@keyframes markFill { to { fill: var(--orange); fill-opacity: 0.14; } }

.mark-stage__swatches { position: absolute; bottom: 14%; left: 50%; transform: translateX(-50%); display: flex; gap: 0.5rem; }
.mark-stage__dot { width: 12px; height: 12px; border-radius: 50%; opacity: 0; transform: scale(0.4); animation: swatchPop 0.4s ease forwards; }
.mark-stage__dot--1 { background: var(--orange); animation-delay: 3.45s; }
.mark-stage__dot--2 { background: var(--blue); animation-delay: 3.6s; }
.mark-stage__dot--3 { background: var(--white); animation-delay: 3.75s; }
@keyframes swatchPop { to { opacity: 1; transform: scale(1); } }

@media (prefers-reduced-motion: reduce) {
  .mark-stage path { animation: none; stroke-dashoffset: 0; fill: var(--orange); fill-opacity: 0.14; }
  .mark-stage__sketch { display: none; }
  .mark-stage__dot { opacity: 1; transform: scale(1); animation: none; }
}
.mark-stage__grid { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px); background-size: 22px 22px; opacity: 0.6; }
.mark-stage__pencil-tip { filter: drop-shadow(0 0 3px rgba(250,184,44,0.7)); }
@media (prefers-reduced-motion: reduce) { .mark-stage__pencil-tip { display: none; } }

/* ---- Brand system preview — tabbed, not a checklist ---- */
.brandsys { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: start; }
.brandsys__tabs { display: flex; flex-direction: column; gap: 0.5rem; }
.brandsys__tab { all: unset; cursor: pointer; padding: 1.1rem 1.3rem; border-radius: var(--radius-sm); border: 1px solid var(--border); color: var(--muted); transition: border-color 0.2s ease, color 0.2s ease; }
.brandsys__tab strong { display: block; color: inherit; font-size: 1rem; margin-bottom: 0.25rem; }
.brandsys__tab span { font-size: 0.85rem; }
.brandsys__tab.is-active { border-color: var(--orange); color: var(--white); background: rgba(250,184,44,0.06); }
.brandsys__panel { position: sticky; top: 90px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface-solid); padding: clamp(1.75rem, 3.5vw, 2.5rem); min-height: 340px; }
.brandsys__view { display: none; }
.brandsys__view.is-active { display: block; animation: bsFade 0.35s ease; }
@keyframes bsFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .brandsys__view.is-active { animation: none; } }

.swatch-row { display: flex; gap: 0.85rem; flex-wrap: wrap; }
.brandsys__intro { color: var(--muted); font-size: 0.92rem; margin-bottom: 1.5rem; max-width: 46ch; }
.brandsys__text-block { display: flex; gap: 1.1rem; align-items: flex-start; }
.brandsys__text-block svg { width: 30px; height: 30px; color: var(--orange); flex-shrink: 0; }
.brandsys__text-block p { color: var(--muted); font-size: 0.95rem; line-height: 1.65; }

.filefmt-grid { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.filefmt-chip { font-family: var(--font-mono); font-size: 0.82rem; font-weight: 700; color: var(--white); padding: 0.6rem 1.1rem; border: 1px solid var(--border-strong); border-radius: var(--radius-sm); background: var(--surface); }

.social-crop-row { display: flex; gap: 1.25rem; flex-wrap: wrap; align-items: flex-end; }
.social-crop { background: var(--bg-alt); border: 1px solid var(--border-strong); display: flex; align-items: center; justify-content: center; }
.social-crop span { font-family: var(--font-mono); font-size: 0.7rem; color: var(--muted); }
.social-crop--circle { width: 84px; height: 84px; border-radius: 50%; }
.social-crop--square { width: 84px; height: 84px; border-radius: 10px; }
.social-crop--wide { width: 170px; height: 56px; border-radius: 10px; }

.stationery-row { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.stationery-card { width: 180px; height: 104px; border-radius: 8px; background: var(--white); padding: 1rem; display: flex; flex-direction: column; justify-content: space-between; }
.stationery-card__mark { width: 20px; height: 20px; border-radius: 5px; background: var(--orange); }
.stationery-card__lines { display: block; height: 6px; width: 60%; background: rgba(10,14,26,0.15); border-radius: 3px; }
.stationery-letter { width: 130px; height: 168px; border-radius: 4px; background: var(--white); padding: 1rem 0.85rem; }
.stationery-letter__mark { display: block; width: 16px; height: 16px; border-radius: 4px; background: var(--orange); margin-bottom: 1rem; }
.stationery-letter__lines { display: block; height: 4px; width: 100%; background: rgba(10,14,26,0.1); border-radius: 2px; box-shadow: 0 10px 0 rgba(10,14,26,0.1), 0 20px 0 rgba(10,14,26,0.1), 0 30px 0 rgba(10,14,26,0.1), 0 40px 0 rgba(10,14,26,0.1); }
.swatch { width: 84px; }
.swatch__chip { width: 84px; height: 84px; border-radius: 14px; border: 1px solid var(--border); }
.swatch__label { font-family: var(--font-mono); font-size: 0.72rem; color: var(--muted); margin-top: 0.5rem; display: block; }

.type-sample { border-bottom: 1px solid var(--border); padding-block: 1.1rem; }
.type-sample:first-child { padding-top: 0; }
.type-sample:last-child { border-bottom: none; padding-bottom: 0; }
.type-sample__label { font-family: var(--font-mono); font-size: 0.72rem; color: var(--muted); display: block; margin-bottom: 0.4rem; }

.logo-variants { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.logo-variants > div { aspect-ratio: 1; border: 1px dashed var(--border-strong); border-radius: var(--radius-sm); display: grid; place-items: center; }
.logo-variants svg { width: 42%; }
.logo-variant--reversed { background: var(--white); }
@media (max-width: 780px) { .brandsys { grid-template-columns: 1fr; } .logo-variants { grid-template-columns: repeat(2, 1fr); } .brandsys__panel { position: static; order: -1; margin-bottom: 1.25rem; } }

.swatch__chip--navy { background: #212D45; }
.swatch__chip--gold { background: #F8B526; }
.swatch__chip--teal { background: #28C6A7; }
.swatch__chip--white { background: #FFFFFF; border-color: var(--border-strong); }
.type-sample__heading { font-size: 1.8rem; font-weight: 700; }
.type-sample__body { font-size: 1.05rem; color: var(--muted); }
.type-sample__mono { font-family: var(--font-mono); font-size: 0.95rem; color: var(--muted); }

/* ---- Masonry-style showcase (varied card heights, not a uniform grid) ---- */
.mason { columns: 3 220px; column-gap: 1.25rem; }
.mason__item { break-inside: avoid; margin-bottom: 1.25rem; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--border); background: var(--surface-solid); }
.mason__item img { width: 100%; display: block; }
.mason__item--placeholder { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; color: var(--muted); font-family: var(--font-mono); font-size: 0.78rem; text-align: center; padding: 1rem; background: rgba(255,255,255,0.02); }
.mason--r1 { aspect-ratio: 1 / 1.3; }
.mason--r2 { aspect-ratio: 1 / 0.85; }
.mason--r3 { aspect-ratio: 1 / 1.1; }
.mason--r4 { aspect-ratio: 1 / 0.9; }
.mason--r5 { aspect-ratio: 1 / 1.2; }
@media (max-width: 700px) { .mason { columns: 2 160px; } }

/* ---- Pricing (shared shape with other service pages) ---- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: start; }
.price-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem 1.75rem; background: var(--surface-solid); display: flex; flex-direction: column; gap: 1.25rem; }
.price-card--rec { border-color: var(--orange); position: relative; transform: translateY(-10px); box-shadow: 0 30px 60px -30px rgba(250,184,44,0.35); }
.price-card__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #1A0900; font-family: var(--font-mono); font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 0.35rem 0.9rem; border-radius: 999px; white-space: nowrap; }
.price-card__name { font-family: var(--font-mono); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--muted); }
.price-card__price { font-size: 2.1rem; font-weight: 700; color: var(--white); }
.price-card__price span { font-size: 0.95rem; font-weight: 500; color: var(--muted); }
.price-card__desc { font-size: 0.9rem; color: var(--muted); }
.price-list { display: flex; flex-direction: column; gap: 0.7rem; flex-grow: 1; }
.price-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.9rem; color: var(--text); list-style: none; }
.price-list li.price-list__key { background: rgba(250,184,44,0.08); border: 1px solid rgba(250,184,44,0.25); border-radius: 6px; padding: 0.5rem 0.6rem; margin: -0.1rem 0; font-weight: 600; color: var(--white); }
.price-list li.price-list__key svg { color: var(--orange); }
.price-card__note { font-size: 0.84rem; color: var(--muted); line-height: 1.55; padding-top: 0.9rem; border-top: 1px solid var(--border); }
.price-list svg { width: 16px; height: 16px; color: var(--success); flex-shrink: 0; margin-top: 0.15rem; }
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } .price-card--rec { transform: none; } }

.other-svc { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.other-svc a { display: block; padding: 1.25rem 1.4rem; border: 1px solid var(--border); border-radius: var(--radius-sm); color: var(--text); transition: border-color 0.2s ease, transform 0.2s ease; }
.other-svc a:hover { border-color: var(--border-strong); transform: translateY(-3px); text-decoration: none; }
.other-svc strong { display: block; color: var(--white); font-size: 0.98rem; margin-bottom: 0.25rem; }
.other-svc span { font-size: 0.85rem; color: var(--muted); }
@media (max-width: 780px) { .other-svc { grid-template-columns: 1fr; } }

/* ==========================================================================
   Comparison — us vs. free logo makers
   ========================================================================== */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.compare-card { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: var(--surface-solid); padding: 2rem; min-height: 280px; }
.compare-card--us { border-color: var(--border-strong); }
.compare-card__label { font-family: var(--font-mono); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.compare-card--us .compare-card__label { color: var(--orange); }
.compare-card h3 { font-size: 1.4rem; margin-top: 0.5rem; }
.compare-list { margin-top: 1.4rem; display: flex; flex-direction: column; gap: 0.85rem; }
.compare-list li { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.95rem; color: var(--text); list-style: none; }
.compare-list svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 0.15rem; }
.compare-card--us .compare-list svg { color: var(--success); }
.compare-card--them .compare-list svg { color: var(--muted); }
.compare-card--them .compare-list li { color: var(--muted); }
@media (max-width: 780px) { .compare-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Design process — reuses the sequential icon light-up pattern
   ========================================================================== */
.logo-process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.deliver-item { display: flex; gap: 1rem; padding: 1.4rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
.deliver-item__icon {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0; display: grid; place-items: center;
  background: rgba(255,255,255,0.04); border: 1px solid var(--border);
  transition: background 0.9s ease, border-color 0.9s ease, box-shadow 0.9s ease, transform 0.7s ease;
}
.deliver-item__icon svg { width: 19px; height: 19px; color: var(--muted); transition: color 0.9s ease; }
.deliver-item__icon.is-lit { background: rgba(250,184,44,0.14); border-color: rgba(250,184,44,0.35); box-shadow: 0 0 0 4px rgba(250,184,44,0.08); transform: scale(1.06); }
.deliver-item__icon.is-lit svg { color: var(--orange); }
@media (prefers-reduced-motion: reduce) { .deliver-item__icon { background: rgba(250,184,44,0.14); border-color: rgba(250,184,44,0.35); transition: none; } .deliver-item__icon svg { color: var(--orange); } }
.deliver-item h3 { font-size: 1.02rem; margin-bottom: 0.35rem; }
.deliver-item p { font-size: 0.92rem; color: var(--muted); line-height: 1.55; }
@media (max-width: 700px) { .logo-process-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Requirements checklist
   ========================================================================== */
.req-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.req-item { display: flex; gap: 0.85rem; align-items: flex-start; padding: 1.25rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
.req-item svg { width: 18px; height: 18px; color: var(--success); flex-shrink: 0; margin-top: 0.15rem; }
.req-item strong { display: block; font-size: 0.96rem; color: var(--white); margin-bottom: 0.35rem; }
.req-item span { font-size: 0.86rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 900px) { .req-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .req-grid { grid-template-columns: 1fr; } }
