@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap');

/* ══════════════════════════════════════════════════════════════════
   TOKENS — Dusty Blue & Warm Sand, Calm & Serene
══════════════════════════════════════════════════════════════════ */
:root {
    --b-dark:    #1a2535;   /* deep dusk navy — hero & dark sections */
    --b-mid:     #2e3f58;   /* muted steel blue — secondary surfaces */
    --b-accent:  #6b8cae;   /* dusty blue — primary accent */
    --b-soft:    #9ab3cc;   /* pale blue — subtle highlights */
    --b-sand:    #f4ede0;   /* warm sand — light section bg */
    --b-linen:   #ede4d3;   /* deeper sand — card/pillar bg */
    --b-cream:   #fdf9f3;   /* warm near-white — clean bg */
    --b-text:    #1a2535;   /* dark navy for text on light */
    --b-body:    #3d4f60;   /* mid blue-grey for body text */
    --b-muted:   rgba(244, 237, 224, 0.62);
    --b-border:  rgba(107, 140, 174, 0.18);
    --r: 8px;
}

/* ══════════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════════ */
.about-hero {
    padding: 150px 0 120px;
    background: var(--b-dark);
    background-image:
        radial-gradient(ellipse at 10% 80%, rgba(107,140,174,0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 90% 10%, rgba(154,179,204,0.10) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(46,63,88,0.40) 0%, transparent 70%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* soft noise/grain overlay for serenity */
.about-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
    opacity: 0.4;
    pointer-events: none;
}

.about-hero::after {
    content: '';
    position: absolute; inset: 36px;
    border: 1px solid rgba(107,140,174,0.10);
    border-radius: 12px;
    pointer-events: none;
}

/* floating paw prints — calm, barely visible */
.paw-float {
    position: absolute;
    font-size: 1.8rem;
    opacity: 0.07;
    pointer-events: none;
    animation: floatPaw 10s ease-in-out infinite;
}
.paw-float--1 { top: 18%; left: 8%;  animation-delay: 0s; }
.paw-float--2 { top: 62%; right: 9%; animation-delay: 4s; font-size: 1.3rem; }
.paw-float--3 { bottom: 16%; left: 42%; animation-delay: 7s; font-size: 1.1rem; }

@keyframes floatPaw {
    0%, 100% { transform: translateY(0) rotate(-5deg); opacity: 0.07; }
    50%       { transform: translateY(-14px) rotate(5deg); opacity: 0.12; }
}

.hero-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.hero-icon {
    width: 70px; height: 70px;
    margin: 0 auto 30px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(154,179,204,0.28);
    background: rgba(107,140,174,0.10);
}
.hero-cat-icon { font-size: 2rem; line-height: 1; }

.hero-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--b-soft);
    margin: 0 0 20px;
}

.hero-title {
    font-family: 'Lora', serif;
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 600;
    color: var(--b-sand);
    line-height: 1.2;
    margin: 0 0 16px;
}
.hero-title em {
    font-style: italic;
    color: var(--b-soft);
}

.hero-divider {
    display: flex; align-items: center; gap: 14px;
    justify-content: center; margin: 32px 0;
}
.hero-divider span {
    display: block; height: 1px; width: 70px;
    background: linear-gradient(to right, transparent, var(--b-soft), transparent);
}
.divider-paw { font-style: normal; font-size: 0.85rem; opacity: 0.6; }

.hero-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.95;
    color: var(--b-muted);
    max-width: 660px;
    margin: 0 auto;
}

/* ══════════════════════════════════════════════════════════════════
   WHO WE ARE
══════════════════════════════════════════════════════════════════ */
.who-we-are-section {
    padding: 120px 0;
    background: var(--b-sand);
    position: relative;
}

.who-we-are-section::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(to right, transparent, var(--b-accent), transparent);
    opacity: 0.35;
}

.who-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 88px;
    align-items: center;
}

.section-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--b-accent);
    margin: 0 0 16px;
}

.section-title {
    font-family: 'Lora', serif;
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 600;
    color: var(--b-text);
    line-height: 1.2;
    margin: 0 0 10px;
}
.section-title .highlight {
    color: var(--b-accent);
    font-style: italic;
}

.text-divider {
    display: flex; align-items: center; gap: 10px;
    margin: 22px 0;
}
.text-divider span {
    display: block; height: 1px; width: 48px;
    background: linear-gradient(to right, var(--b-accent), transparent);
}
.text-divider i {
    display: block; width: 5px; height: 5px;
    background: var(--b-accent); border-radius: 50%; font-style: normal;
}

.section-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 2;
    color: var(--b-body);
}

.since-tag {
    display: inline-flex; align-items: center; gap: 10px;
    margin-top: 28px;
    padding: 11px 20px;
    background: rgba(107,140,174,0.08);
    border: 1px solid rgba(107,140,174,0.20);
    border-radius: 40px;
}
.since-icon { font-size: 1rem; }
.since-tag span:last-child {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--b-body);
}

/* image */
.who-image-col { position: relative; }

.image-frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(26,37,53,0.14);
}

.image-frame::before {
    content: '';
    position: absolute; inset: -10px;
    border: 1px solid rgba(107,140,174,0.18);
    border-radius: 16px;
    pointer-events: none; z-index: 2;
}

.image-frame img {
    width: 100%; height: auto; display: block;
    transition: transform 0.8s cubic-bezier(0.4,0,0.2,1);
}
.image-frame:hover img { transform: scale(1.04); }

.image-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(160deg, rgba(107,140,174,0.22) 0%, rgba(26,37,53,0.50) 100%);
    opacity: 0; transition: opacity 0.5s ease;
    display: flex; align-items: center; justify-content: center;
    border-radius: 12px;
}
.image-frame:hover .image-overlay { opacity: 1; }
.overlay-emoji { font-size: 3rem; }

.cat-badge {
    position: absolute; bottom: 18px; left: 18px;
    background: rgba(253,249,243,0.94);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(107,140,174,0.22);
    border-radius: 40px;
    padding: 9px 18px;
    display: flex; align-items: center; gap: 8px;
    z-index: 3;
    box-shadow: 0 4px 20px rgba(26,37,53,0.10);
}
.cat-badge span { font-size: 1rem; }
.cat-badge p {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.70rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--b-text);
}

/* ══════════════════════════════════════════════════════════════════
   OUR STORY / VALUES
══════════════════════════════════════════════════════════════════ */
.values-section {
    padding: 120px 0 100px;
    background: var(--b-cream);
    position: relative;
}

.values-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.values-header { max-width: 760px; margin: 0 auto 64px; }

.values-title {
    font-family: 'Lora', serif;
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 600;
    color: var(--b-text);
    margin: 0 0 10px;
}
.values-title .highlight { color: var(--b-accent); font-style: italic; }

.values-divider {
    display: flex; align-items: center; gap: 14px;
    justify-content: center; margin: 24px 0;
}
.values-divider span {
    display: block; height: 1px; width: 64px;
    background: linear-gradient(to right, transparent, var(--b-accent), transparent);
}

.values-lead {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 2;
    color: var(--b-body);
}

/* story pillars */
.story-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 8px;
}

.pillar {
    padding: 38px 26px;
    border: 1px solid rgba(107,140,174,0.14);
    border-radius: 12px;
    background: var(--b-linen);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    text-align: center;
}

.pillar:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(26,37,53,0.09);
    border-color: rgba(107,140,174,0.30);
}

.pillar-icon { font-size: 2.2rem; margin-bottom: 14px; display: block; }

.pillar h4 {
    font-family: 'Lora', serif;
    font-size: 1.12rem;
    font-weight: 600;
    color: var(--b-text);
    margin: 0 0 10px;
}

.pillar p {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.85;
    color: var(--b-body);
    margin: 0;
}

/* ══════════════════════════════════════════════════════════════════
   EXPERIENCES SECTION
══════════════════════════════════════════════════════════════════ */
.tech-section {
    padding: 120px 0;
    background: var(--b-dark);
    background-image:
        radial-gradient(ellipse at 5% 60%, rgba(107,140,174,0.16) 0%, transparent 50%),
        radial-gradient(ellipse at 95% 25%, rgba(154,179,204,0.08) 0%, transparent 50%);
    position: relative;
    overflow: hidden;
}

.tech-section::after {
    content: '';
    position: absolute; inset: 36px;
    border: 1px solid rgba(107,140,174,0.08);
    border-radius: 12px;
    pointer-events: none;
}

.tech-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    position: relative; z-index: 1;
}

.tech-header { max-width: 840px; margin: 0 auto 72px; }

.tech-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--b-soft);
    margin: 0 0 18px;
}

.tech-title {
    font-family: 'Lora', serif;
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 600;
    color: var(--b-sand);
    line-height: 1.2;
    margin: 0 0 10px;
}
.tech-title em { font-style: italic; color: var(--b-soft); }

.tech-divider {
    display: flex; align-items: center; gap: 14px;
    justify-content: center; margin: 24px 0;
}
.tech-divider span {
    display: block; height: 1px; width: 64px;
    background: linear-gradient(to right, transparent, var(--b-soft), transparent);
}

.tech-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 2;
    color: var(--b-muted);
}

/* feature cards */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 24px;
    margin-top: 56px;
}

.feature-card {
    padding: 38px 26px;
    background: rgba(244,237,224,0.03);
    border: 1px solid rgba(107,140,174,0.14);
    border-radius: 12px;
    transition: all 0.4s ease;
    display: flex; flex-direction: column; align-items: center;
    position: relative; overflow: hidden;
}

.feature-card::after {
    content: '';
    position: absolute; top: 0; left: 24px; right: 24px; height: 1px;
    background: linear-gradient(to right, transparent, var(--b-soft), transparent);
    opacity: 0; transition: opacity 0.4s ease;
}

.feature-card:hover {
    background: rgba(107,140,174,0.07);
    border-color: rgba(107,140,174,0.28);
    transform: translateY(-7px);
    box-shadow: 0 20px 50px rgba(26,37,53,0.30);
}
.feature-card:hover::after { opacity: 1; }

.feature-img-wrap {
    width: 82px; height: 82px;
    margin: 0 auto 22px;
    border-radius: 50%;
    border: 1px solid rgba(107,140,174,0.24);
    overflow: hidden;
    transition: all 0.4s ease;
    background: rgba(107,140,174,0.08);
    display: flex; align-items: center; justify-content: center;
}
.feature-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.feature-img-wrap--emoji { font-size: 2rem; }

.feature-card:hover .feature-img-wrap {
    border-color: var(--b-soft);
    background: rgba(107,140,174,0.14);
    transform: scale(1.07);
}

.feature-title {
    font-family: 'Lora', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--b-sand);
    margin: 0 0 12px;
    text-align: center;
}

.feature-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.86rem;
    font-weight: 300;
    line-height: 1.85;
    color: var(--b-muted);
    text-align: center;
    margin: 0;
}

/* ══════════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .about-hero { padding: 100px 0 70px; }
    .hero-inner, .who-inner, .values-inner, .tech-inner { padding: 0 24px; }
    .who-inner { grid-template-columns: 1fr; gap: 48px; }
    .story-pillars { grid-template-columns: 1fr; gap: 18px; }
    .features-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
}

@media (max-width: 640px) {
    .about-hero { padding: 80px 0 50px; }
    .hero-inner, .who-inner, .values-inner, .tech-inner { padding: 0 18px; }
    .features-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════════
   MEET THE CATS SECTION
══════════════════════════════════════════════════════════════════ */
.cats-section {
    padding: 120px 0;
    background: var(--b-sand);
    position: relative;
}

.cats-section::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(to right, transparent, var(--b-accent), transparent);
    opacity: 0.35;
}

.cats-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    position: relative; z-index: 1;
}

.cats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
    margin-top: 60px;
}

.cat-card {
    padding: 36px 24px 32px;
    background: var(--b-cream);
    border: 1px solid rgba(107,140,174,0.14);
    border-radius: 16px;
    transition: all 0.4s ease;
    display: flex; flex-direction: column; align-items: center;
    position: relative; overflow: hidden;
}

.cat-card::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(to right, var(--b-accent), var(--b-soft));
    opacity: 0; transition: opacity 0.4s ease;
}

.cat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(26,37,53,0.11);
    border-color: rgba(107,140,174,0.28);
}
.cat-card:hover::after { opacity: 1; }

.cat-img-wrap {
    width: 110px; height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(107,140,174,0.20);
    margin: 0 auto 20px;
    transition: border-color 0.4s ease, transform 0.4s ease;
    background: var(--b-linen);
}
.cat-img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.cat-card:hover .cat-img-wrap {
    border-color: var(--b-accent);
    transform: scale(1.05);
}
.cat-card:hover .cat-img-wrap img { transform: scale(1.08); }

.cat-name {
    font-family: 'Lora', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--b-text);
    margin: 0 0 4px;
}

.cat-breed {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--b-accent);
    margin: 0 0 14px;
}

.cat-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.87rem;
    font-weight: 300;
    line-height: 1.85;
    color: var(--b-body);
    margin: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .cats-section { padding: 80px 0; }
    .cats-inner { padding: 0 24px; }
    .cats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 640px) {
    .cats-inner { padding: 0 18px; }
    .cats-grid { grid-template-columns: 1fr; }
}