@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Prata&display=swap');

:root {
    --ap-mineral: #102d2b;
    --ap-mineral-soft: #183b38;
    --ap-bone: #f4efe6;
    --ap-paper: #fbf8f2;
    --ap-sage: #9caf9b;
    --ap-sage-light: #dbe3d7;
    --ap-coral: #c96d52;
    --ap-ink: #18211f;
    --ap-muted: #5f6c68;
    --ap-line: rgba(24, 33, 31, .15);
    --ap-radius: 26px;
    --ap-shadow: 0 28px 70px rgba(16, 45, 43, .13);
}

html {
    scroll-behavior: smooth;
}

body.assol-page {
    margin: 0;
    color: var(--ap-ink);
    background: var(--ap-paper);
    font-family: "Manrope", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.assol-page h1,
.assol-page h2 {
    margin: 0;
    font-family: "Prata", Georgia, serif;
    font-weight: 400;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.assol-page h3,
.assol-page p {
    margin-top: 0;
}

.assol-page a:focus-visible,
.assol-page summary:focus-visible {
    outline: 3px solid var(--ap-coral);
    outline-offset: 4px;
}

.tenant--assol_rosenberg .site-header {
    position: sticky;
    z-index: 30;
    top: 0;
    border-bottom: 1px solid rgba(16, 45, 43, .1);
    background: rgba(251, 248, 242, .94);
    backdrop-filter: blur(16px);
}

.tenant--assol_rosenberg .site-header__inner {
    width: min(1240px, calc(100% - 40px));
    min-height: 82px;
    margin: 0 auto;
}

.tenant--assol_rosenberg .brand-logo img {
    width: 196px;
    height: auto;
}

.tenant--assol_rosenberg .site-nav {
    gap: 25px;
}

.tenant--assol_rosenberg .site-nav a {
    color: var(--ap-mineral);
    font: 600 13px/1.2 "Manrope", sans-serif;
    text-decoration: none;
}

.tenant--assol_rosenberg .site-nav .ap-nav-signin {
    padding-left: 18px;
    border-left: 1px solid var(--ap-line);
}

.tenant--assol_rosenberg .site-nav .ap-nav-cta {
    padding: 12px 19px;
    border-radius: 999px;
    color: #fff;
    background: var(--ap-mineral);
}

.ap {
    overflow: hidden;
}

.ap-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.ap-section {
    padding: 112px 0;
}

.ap-section--bone {
    background: var(--ap-bone);
}

.ap-section--mineral {
    color: #fff;
    background: var(--ap-mineral);
}

.ap-section--sage {
    background: var(--ap-sage-light);
}

.ap-kicker {
    margin-bottom: 20px;
    color: var(--ap-coral);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ap-heading {
    max-width: 790px;
    margin-bottom: 52px;
}

.ap-heading h2,
.ap-split h2,
.ap-assessment h2,
.ap-faq-layout h2,
.ap-safety h2,
.ap-final h2 {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.08;
}

.ap-heading > p:last-child,
.ap-large-copy,
.ap-assessment > div > p,
.ap-safety p,
.ap-final p {
    max-width: 760px;
    margin-top: 24px;
    color: var(--ap-muted);
    font-size: 18px;
    line-height: 1.75;
}

.ap-hero {
    position: relative;
    min-height: 760px;
    background:
        radial-gradient(circle at 8% 10%, rgba(156, 175, 155, .34), transparent 30%),
        var(--ap-paper);
}

.ap-hero::before {
    position: absolute;
    right: 43%;
    bottom: -210px;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(16, 45, 43, .13);
    border-radius: 50%;
    content: "";
}

.ap-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
    gap: 72px;
    align-items: center;
    padding: 78px 0 88px;
}

.ap-hero__copy {
    position: relative;
    z-index: 2;
}

.ap-hero h1 {
    max-width: 760px;
    color: var(--ap-mineral);
    font-size: clamp(48px, 6.4vw, 82px);
    line-height: 1.02;
}

.ap-hero__lead {
    max-width: 690px;
    margin: 28px 0 0;
    color: #495653;
    font-size: 20px;
    line-height: 1.65;
}

.ap-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 36px;
}

.ap-button {
    display: inline-flex;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.ap-button:hover {
    transform: translateY(-2px);
}

.ap-button--primary {
    color: #fff;
    background: var(--ap-mineral);
}

.ap-button--coral {
    color: #fff;
    background: var(--ap-coral);
}

.ap-button--text {
    min-height: auto;
    padding: 10px 4px;
    border-bottom: 1px solid var(--ap-mineral);
    border-radius: 0;
    color: var(--ap-mineral);
}

.ap-hero__note {
    margin: 24px 0 0;
    color: var(--ap-muted);
    font-size: 13px;
}

.ap-hero__portrait {
    position: relative;
    z-index: 1;
    max-width: 500px;
    justify-self: end;
}

.ap-hero__portrait::before {
    position: absolute;
    z-index: -1;
    top: -30px;
    right: -30px;
    width: 74%;
    height: 76%;
    border-radius: 240px 240px 34px 34px;
    background: var(--ap-sage);
    content: "";
}

.ap-hero__portrait img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 250px 250px 30px 30px;
    box-shadow: var(--ap-shadow);
    object-fit: cover;
    object-position: 50% 35%;
}

.ap-hero__signature {
    position: absolute;
    right: -18px;
    bottom: 28px;
    display: flex;
    max-width: 285px;
    padding: 18px 22px;
    border-radius: 18px;
    color: #fff;
    background: rgba(16, 45, 43, .94);
    box-shadow: 0 18px 40px rgba(16, 45, 43, .23);
    flex-direction: column;
}

.ap-hero__signature strong {
    font-family: "Prata", serif;
    font-weight: 400;
}

.ap-hero__signature span {
    margin-top: 5px;
    color: var(--ap-sage-light);
    font-size: 11px;
}

.ap-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ap-card {
    min-height: 190px;
    padding: 28px;
    border: 1px solid rgba(16, 45, 43, .11);
    border-radius: 20px;
    background: rgba(255, 255, 255, .55);
}

.ap-card h3,
.ap-area-list h3,
.ap-route h3,
.ap-week-grid h3,
.ap-format h3,
.ap-tracking h3 {
    margin-bottom: 12px;
    color: var(--ap-mineral);
    font-size: 19px;
}

.ap-card p,
.ap-area-list p,
.ap-route p,
.ap-week-grid p,
.ap-format p,
.ap-tracking p {
    margin: 0;
    color: var(--ap-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ap-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 90px;
    align-items: start;
}

.ap-area-list article {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px solid var(--ap-line);
}

.ap-area-list article > span {
    color: var(--ap-coral);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.ap-assessment {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
    gap: 100px;
    align-items: center;
}

.ap-section--mineral .ap-kicker {
    color: #e08a70;
}

.ap-section--mineral .ap-assessment > div > p {
    color: #c8d4d0;
}

.ap-check-list {
    margin: 28px 0 32px;
    padding: 0;
    list-style: none;
}

.ap-check-list li {
    position: relative;
    margin: 13px 0;
    padding-left: 28px;
    color: #edf2ef;
    line-height: 1.5;
}

.ap-check-list li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 12px;
    height: 6px;
    border-bottom: 2px solid var(--ap-coral);
    border-left: 2px solid var(--ap-coral);
    content: "";
    transform: rotate(-45deg);
}

.ap-check-list--dark li {
    color: var(--ap-ink);
}

.ap-profile-card {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--ap-radius);
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
}

.ap-profile-card > p {
    margin-bottom: 10px;
    color: var(--ap-sage);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ap-profile-card > strong {
    display: block;
    margin-bottom: 30px;
    font-family: "Prata", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
}

.ap-profile-card > div {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 14px;
    align-items: center;
    margin: 16px 0;
    font-size: 12px;
}

.ap-profile-card i {
    height: 7px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--ap-coral) var(--value), rgba(255,255,255,.12) var(--value));
}

.ap-profile-card small {
    display: block;
    margin-top: 28px;
    color: #aebfba;
    line-height: 1.55;
}

.ap-route {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.ap-route article {
    position: relative;
    min-height: 220px;
    padding: 24px 24px 24px 0;
    border-top: 1px solid var(--ap-line);
}

.ap-route article:not(:last-child)::after {
    position: absolute;
    top: -4px;
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--ap-mineral);
    border-right: 1px solid var(--ap-mineral);
    content: "";
    transform: rotate(45deg);
}

.ap-route article > span,
.ap-week-grid article > span,
.ap-format > span {
    display: block;
    margin-bottom: 28px;
    color: var(--ap-coral);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}

.ap-week-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ap-week-grid article {
    min-height: 210px;
    padding: 26px;
    border-radius: 20px;
    background: rgba(255,255,255,.48);
}

.ap-split--image {
    grid-template-columns: minmax(340px, .8fr) minmax(0, 1fr);
    align-items: center;
}

.ap-split--image > img,
.ap-about__image img {
    display: block;
    width: 100%;
    max-height: 660px;
    border-radius: 240px 240px 28px 28px;
    object-fit: cover;
}

.ap-day-list {
    margin-top: 36px;
}

.ap-day-list article {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--ap-line);
}

.ap-day-list span {
    color: var(--ap-mineral);
    font-weight: 700;
}

.ap-day-list small {
    display: block;
    margin-top: 4px;
    color: var(--ap-coral);
    font-size: 10px;
    text-transform: uppercase;
}

.ap-day-list p {
    margin: 0;
    color: var(--ap-muted);
    line-height: 1.6;
}

.ap-format-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ap-format {
    display: flex;
    min-height: 440px;
    padding: 28px;
    border: 1px solid rgba(16,45,43,.13);
    border-radius: 22px;
    background: rgba(255,255,255,.62);
    flex-direction: column;
}

.ap-format--featured {
    color: #fff;
    background: var(--ap-mineral);
    box-shadow: var(--ap-shadow);
}

.ap-format--featured h3,
.ap-format--featured p {
    color: #fff;
}

.ap-format ul {
    margin: 24px 0;
    padding: 0;
    color: var(--ap-muted);
    font-size: 13px;
    line-height: 1.55;
    list-style: none;
}

.ap-format--featured ul {
    color: var(--ap-sage-light);
}

.ap-format li {
    margin: 10px 0;
}

.ap-format li::before {
    color: var(--ap-coral);
    content: "— ";
}

.ap-format a {
    margin-top: auto;
    color: var(--ap-mineral);
    font-weight: 700;
    text-decoration: none;
}

.ap-format--featured a {
    color: #fff;
}

.ap-format-note {
    max-width: 850px;
    margin: 28px 0 0;
    color: var(--ap-muted);
    font-size: 12px;
    line-height: 1.6;
}

.ap-about {
    color: #fff;
    background: var(--ap-mineral);
}

.ap-about .ap-large-copy {
    color: #c8d4d0;
}

.ap-about .ap-check-list--dark li {
    color: #fff;
}

.ap-about__image img {
    filter: grayscale(1) contrast(1.04);
}

.ap-tracking {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--ap-line);
    border-bottom: 1px solid var(--ap-line);
}

.ap-tracking article {
    min-height: 180px;
    padding: 28px;
    border-right: 1px solid var(--ap-line);
}

.ap-tracking article:last-child {
    border-right: 0;
}

.ap-safety {
    color: #fff;
    background: var(--ap-coral);
}

.ap-safety .ap-kicker,
.ap-safety p {
    color: #fff;
}

.ap-safety .ap-shell {
    max-width: 900px;
}

.ap-faq-layout {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 80px;
}

.ap-faq details {
    border-bottom: 1px solid var(--ap-line);
}

.ap-faq summary {
    position: relative;
    padding: 24px 40px 24px 0;
    color: var(--ap-mineral);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.ap-faq summary::after {
    position: absolute;
    top: 18px;
    right: 0;
    color: var(--ap-coral);
    font-size: 28px;
    font-weight: 400;
    content: "+";
}

.ap-faq details[open] summary::after {
    content: "−";
}

.ap-faq details p {
    max-width: 700px;
    padding: 0 40px 22px 0;
    color: var(--ap-muted);
    line-height: 1.7;
}

.ap-final {
    padding: 120px 0;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 50% 120%, rgba(201,109,82,.45), transparent 42%),
        var(--ap-mineral);
}

.ap-final .ap-shell {
    max-width: 860px;
}

.ap-final .ap-kicker,
.ap-final p {
    margin-right: auto;
    margin-left: auto;
    color: var(--ap-sage-light);
}

.tenant--assol_rosenberg .site-footer {
    padding: 28px 0;
    color: #aebfba;
    background: #0b211f;
}

.tenant--assol_rosenberg .site-footer p {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
}

.tenant--assol_rosenberg .site-footer a {
    margin-left: 18px;
    color: #e6eee9;
}

@media (max-width: 1080px) {
    .tenant--assol_rosenberg .site-nav .ap-nav-link {
        display: none;
    }

    .ap-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap-route {
        grid-template-columns: repeat(3, 1fr);
    }

    .ap-format-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .ap-section {
        padding: 80px 0;
    }

    .ap-hero__layout,
    .ap-split,
    .ap-assessment,
    .ap-faq-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ap-hero__layout {
        padding-top: 50px;
    }

    .ap-hero__portrait {
        width: min(100%, 520px);
        justify-self: center;
    }

    .ap-week-grid,
    .ap-tracking {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap-tracking article:nth-child(2) {
        border-right: 0;
    }

    .ap-tracking article:nth-child(-n+2) {
        border-bottom: 1px solid var(--ap-line);
    }

    .ap-split--image > img,
    .ap-about__image img {
        max-height: 620px;
    }
}

@media (max-width: 620px) {
    .ap-shell,
    .tenant--assol_rosenberg .site-header__inner {
        width: min(100% - 28px, 1180px);
    }

    .tenant--assol_rosenberg .site-header__inner {
        min-height: 70px;
    }

    .tenant--assol_rosenberg .brand-logo img {
        width: 148px;
    }

    .tenant--assol_rosenberg .site-nav .ap-nav-signin {
        display: none;
    }

    .tenant--assol_rosenberg .site-nav .ap-nav-cta {
        padding: 10px 15px;
        font-size: 12px;
    }

    .ap-hero h1 {
        font-size: clamp(42px, 13vw, 62px);
    }

    .ap-hero__lead {
        font-size: 17px;
    }

    .ap-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ap-button--text {
        align-self: flex-start;
    }

    .ap-hero__portrait::before {
        right: -12px;
    }

    .ap-hero__signature {
        right: 8px;
        bottom: 18px;
    }

    .ap-card-grid,
    .ap-route,
    .ap-week-grid,
    .ap-format-grid,
    .ap-tracking {
        grid-template-columns: 1fr;
    }

    .ap-route article {
        min-height: auto;
    }

    .ap-route article:not(:last-child)::after {
        display: none;
    }

    .ap-format {
        min-height: 0;
    }

    .ap-tracking article {
        border-right: 0;
        border-bottom: 1px solid var(--ap-line);
    }

    .ap-tracking article:last-child {
        border-bottom: 0;
    }

    .ap-day-list article {
        grid-template-columns: 100px 1fr;
    }

    .tenant--assol_rosenberg .site-footer a {
        display: inline-block;
        margin: 6px 12px 0 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .ap-button {
        transition: none;
    }
}
