/* ==========================================================================
   La Pino'z Pizza Canada — About Us skin
   Loaded by core_views/lapinoz/about_ca.php via an explicit <link>.
   Everything is scoped under .lpz-about so no other brand or page is touched.
   Colour comes only from the runtime --brand tokens base.php injects
   (Lapino'z red + cheese yellow); neutrals/type/radii/shadows use the uEngage
   design-system tokens (colors_and_type.css). No --space-* tokens exist in the
   system, so spacing is raw px on the 4/8 grid.
   ========================================================================== */

.lpz-about {
    padding: 40px 0 64px;
    background: var(--page-bg, var(--bg-2, #fafafa));
    color: var(--text-color, #0f0f0f);
    font-family: var(--font-body, "Figtree", sans-serif);
}

.lpz-about .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.lpz-about__eyebrow {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-primary, #e31837);
}

.lpz-about__subtitle {
    margin: 0 0 16px;
    font-family: var(--font-display, "Figtree", sans-serif);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    color: var(--text-color, #0f0f0f);
}

.lpz-about__subtitle--center { text-align: center; }

.lpz-about__text {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--text-1, #4a4a4a);
}

/* ---- Hero ---------------------------------------------------------------- */
.lpz-about__hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 48px;
}

.lpz-about__title {
    margin: 0 0 16px;
    font-family: var(--font-display, "Figtree", sans-serif);
    font-size: clamp(34px, 6vw, 60px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--text-color, #0f0f0f);
}

.lpz-about__tagline {
    margin: 0 0 12px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-color, #0f0f0f);
}

.lpz-about__lead {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--text-1, #4a4a4a);
}

.lpz-about__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lpz-about__pill {
    padding: 7px 14px;
    border-radius: var(--r-pill, 999px);
    background: var(--brand-primary-100, #fdeaed);
    color: var(--brand-primary-600, #b7122b);
    font-size: 13px;
    font-weight: 600;
}

.lpz-about__hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: var(--r-4, 16px);
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.08));
}

/* ---- Stats --------------------------------------------------------------- */
.lpz-about__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 0 48px;
    padding: 24px;
    list-style: none;
    background: var(--brand-primary, #e31837);
    border-radius: var(--r-4, 16px);
    color: #fff;
}

.lpz-about__stat {
    text-align: center;
    padding: 8px;
}

.lpz-about__stat-figure {
    display: block;
    font-family: var(--font-display, "Figtree", sans-serif);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    line-height: 1;
    color: var(--brand-secondary, #ffc72c);
}

.lpz-about__stat-label {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.92;
}

/* ---- Story --------------------------------------------------------------- */
.lpz-about__story {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 48px;
}

.lpz-about__story-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 240px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: var(--r-4, 16px);
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0, 0, 0, 0.08));
}

/* ---- Value cards --------------------------------------------------------- */
.lpz-about__block { margin-bottom: 48px; }

.lpz-about__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.lpz-about__card {
    padding: 20px;
    background: var(--surface, #fff);
    border: 1px solid var(--border, #e5e5e5);
    border-top: 3px solid var(--brand-primary, #e31837);
    border-radius: var(--r-4, 16px);
    box-shadow: var(--shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));
}

.lpz-about__card-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color, #0f0f0f);
}

.lpz-about__card-text {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--text-1, #4a4a4a);
}

/* ---- Promise ------------------------------------------------------------- */
.lpz-about__promise {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px;
    margin-bottom: 48px;
    background: var(--surface, #fff);
    border: 1px solid var(--border, #e5e5e5);
    border-radius: var(--r-4, 16px);
}

.lpz-about__ticks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    align-content: center;
}

.lpz-about__tick {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15.5px;
    line-height: 1.5;
    color: var(--text-color, #0f0f0f);
}

.lpz-about__tick-icon {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--brand-primary, #e31837);
}

/* ---- Closing quote ------------------------------------------------------- */
.lpz-about__quote {
    margin: 0;
    padding: 32px 16px 0;
    text-align: center;
    border: 0;
}

.lpz-about__quote p {
    margin: 0 auto;
    max-width: 720px;
    font-family: var(--font-display, "Figtree", sans-serif);
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 800;
    line-height: 1.3;
    color: var(--brand-primary, #e31837);
}

/* ---- Desktop ------------------------------------------------------------- */
@media (min-width: 768px) {
    .lpz-about__hero { grid-template-columns: 1.1fr 0.9fr; gap: 40px; }
    .lpz-about__stats { grid-template-columns: repeat(4, 1fr); }
    .lpz-about__story { grid-template-columns: 1fr 1fr; gap: 40px; }
    .lpz-about__cards { grid-template-columns: repeat(3, 1fr); }
    .lpz-about__promise { grid-template-columns: 1fr 1.1fr; align-items: center; gap: 40px; }
}
