:root {
    --ink: #1d1c26;
    --muted: #64616c;
    --soft: #f7f7f6;
    --line: #ecebea;
    --shadow: 0 28px 45px rgba(23, 24, 33, .14);
    --deep-shadow: 0 22px 32px rgba(16, 15, 24, .24);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #9cb7b4;
    /*background:
radial-gradient(circle at 9px 9px, rgba(255, 255, 255, .52) 0 5px, transparent 6px) 0 0 / 24px 24px,
linear-gradient(90deg, #cdcdcd 0 54%, #fff 54% 100%);
*/
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
}
.vh-25 {
    height: 25vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-75 {
    height: 75vh !important;
}

.page-shell {
    width: min(100% - 28px, 1710px);
    margin: 68px auto 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(22, 24, 31, .30);
    overflow: hidden;
}

.inner {
    width: min(100% - 72px, 1338px);
    margin-inline: auto;
}

.navbar {
    padding: 72px 0 34px;
}

.brand {
    color: #454551;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 20px;
}

.navbar-nav {
    gap: 50px;
}

.nav-link {
    position: relative;
    color: #b8b4b6;
    font-size: 13px;
    font-weight: 700;
    padding: 0 !important;
}

.nav-link.active {
    color: #595965 !important;
}

.nav-link.active::after {
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 20px;
    height: 2px;
    content: "";
    background: #5e5e67;
    transform: translateX(-50%);
}

.outline-pill {
    min-width: 82px;
    border: 2px solid #353535;
    border-radius: 999px;
    color: #353535;
    font-size: 12px;
    font-weight: 800;
    padding: 11px 24px;
    background: #fff;
}

.section {
    position: relative;
}

.hero {
    min-height: 600px;
    padding: 42px 0 82px;
}

.hero-copy {
    padding-top: 128px;
}

h1 {
    max-width: 480px;
    font-size: clamp(3.5rem, 5vw, 5.55rem);
    line-height: .96;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 34px;
}

.lead-text {
    max-width: 390px;
    color: #55525e;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 48px;
}

.dark-pill {
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #1f1d27;
    box-shadow: var(--deep-shadow);
    font-size: 12px;
    font-weight: 900;
    padding: 18px 39px;
    text-transform: none;
}

.image-card {
    display: block;
    width: 100%;
    object-fit: cover;
    background: #eee;
    box-shadow: var(--shadow);
}

.hero-image {
    width: min(100%, 438px);
    height: 474px;
    border-radius: 68px 0 68px 0;
    margin: 16px 0 0 auto;
}

.social-rail {
    position: absolute;
    top: 245px;
    right: -62px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 34px;
    color: #35333e;
    font-size: 15px;
}

.floating-intro {
    position: absolute;
    top: 82px;
    left: calc(100% + 20px);
    width: 585px;
    min-height: 420px;
}

.floating-intro h2 {
    font-size: 29px;
    font-weight: 900;
    margin: 68px 0 78px;
}

.floating-intro p {
    width: 218px;
    color: #3d3b45;
    font-size: 10px;
    font-weight: 500;
    line-height: 2.05;
}

.float-img-top {
    position: absolute;
    top: 0;
    right: -56px;
    width: 389px;
    height: 208px;
    border-radius: 18px;
}

.float-img-bottom {
    position: absolute;
    right: 82px;
    bottom: 0;
    width: 382px;
    height: 226px;
    border-radius: 18px;
}

.content-block {
    padding: 112px 0 84px;
}

.overlap-gallery {
    position: relative;
    min-height: 492px;
    margin-left: 45px;
}

.gallery-wide {
    width: 520px;
    height: 305px;
    border-radius: 18px;
}

.gallery-tall {
    position: absolute;
    right: 16px;
    bottom: 0;
    width: 326px;
    height: 378px;
    border-radius: 70px 0 70px 0;
}

.center-block {
    max-width: 430px;
    padding-top: 72px;
    margin: auto;
}

.text-block {
    max-width: 430px;
    padding-top: 72px;
    margin-left: auto;
}

.text-block h2,
.about-copy h2 {
    font-size: clamp(2.1rem, 3vw, 3rem);
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 30px;
}

.body-copy {
    color: #51505a;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.05;
    margin-bottom: 40px;
}

.about-band {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(320px, 560px);
    align-items: center;
    gap: 120px;
    padding: 74px 0 105px;
    border-bottom: 1px solid var(--line);
}

.video-card {
    position: relative;
    width: 250px;
    height: 360px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 0 0 62px 0;
    box-shadow: none;
    filter: saturate(.8) contrast(.95);
}

.video-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(18, 77, 85, .42);
}

.play-button {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 72px;
    height: 72px;
    margin: auto;
    border: 0;
    border-radius: 50%;
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .24);
    backdrop-filter: blur(2px);
    font-size: 28px;
    display: grid;
    place-items: center;
    padding-left: 4px;
}

.about-copy {
    max-width: 520px;
}

.about-copy .body-copy {
    max-width: 440px;
    font-size: 12px;
    line-height: 2.1;
}

.subscribe {
    text-align: center;
    padding: 72px 0 48px;
}

.subscribe h2 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.subscribe p {
    max-width: 365px;
    margin: 0 auto 47px;
    color: #8d8990;
    font-size: 14px;
    line-height: 1.5;
}

.subscribe-form {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 54px;
}

.subscribe-form .form-control {
    width: 235px;
    height: 42px;
    border: 1px solid #ece9e9;
    border-radius: 999px;
    color: #9d999d;
    font-size: 11px;
    padding-inline: 32px;
}

.subscribe-form .dark-pill {
    min-width: 132px;
    height: 42px;
    padding: 0 28px;
    font-size: 12px;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 44px;
    color: #24232d;
    font-size: 13px;
}

.kit-section {
    padding: 82px 0;
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, #fff 0%, #fbfbfa 100%);
}

.kit-section.alt {
    background: #fff;
}

.section-heading {
    max-width: 570px;
    margin-bottom: 52px;
}

.section-heading .eyebrow {
    color: #a7a1a4;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.section-heading h2 {
    font-size: clamp(2rem, 3.2vw, 3.25rem);
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 18px;
}

.section-heading p {
    color: #64616c;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.demo-label {
    color: #262530;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.minimal-form .form-label {
    color: #494652;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 9px;
}

.minimal-form .form-control,
.minimal-form .form-select,
.minimal-form textarea {
    border: 1px solid #ebe8e8;
    border-radius: 8px;
    color: #34323d;
    font-size: 13px;
    min-height: 48px;
    padding: 13px 18px;
    background-color: #fff;
    box-shadow: none;
}

.minimal-form textarea {
    min-height: 128px;
    resize: vertical;
}

.minimal-form .form-control:focus,
.minimal-form .form-select:focus,
.minimal-form textarea:focus {
    border-color: #c8c4c5;
    box-shadow: 0 0 0 .2rem rgba(31, 29, 39, .06);
}

.minimal-form .form-check {
    color: #5f5c66;
    font-size: 13px;
}

.minimal-form .form-check-input {
    border-color: #d9d5d6;
    box-shadow: none;
}

.minimal-form .form-check-input:checked {
    border-color: #1f1d27;
    background-color: #1f1d27;
}

.button-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn-minimal {
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    padding: 13px 24px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn-minimal:hover {
    transform: translateY(-1px);
}

.btn-minimal-dark {
    border: 1px solid #1f1d27;
    color: #fff;
    background: #1f1d27;
    box-shadow: var(--deep-shadow);
}

.btn-minimal-light {
    border: 1px solid #ebe8e8;
    color: #312f3a;
    background: #fff;
}

.btn-minimal-muted {
    border: 1px solid #d8d6d2;
    color: #39363c;
    background: #ece9e5;
}

.btn-minimal-accent {
    border: 1px solid #41514c;
    color: #fff;
    background: #41514c;
    box-shadow: 0 18px 28px rgba(65, 81, 76, .18);
}

.btn-minimal.btn-sm {
    padding: 9px 18px;
    font-size: 11px;
}

.btn-minimal.btn-lg {
    padding: 17px 34px;
    font-size: 13px;
}

.minimal-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
}

.minimal-accordion .accordion-button {
    color: #25232d;
    font-size: 15px;
    font-weight: 900;
    padding: 20px 0;
    background: transparent;
    box-shadow: none;
}

.minimal-accordion .accordion-button:not(.collapsed) {
    color: #25232d;
}

.minimal-accordion .accordion-button::after {
    filter: grayscale(1);
}

.minimal-accordion .accordion-body {
    color: #5c5964;
    font-size: 13px;
    line-height: 1.9;
    padding: 0 0 22px;
}

.minimal-card {
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 35px rgba(22, 24, 31, .05);
}

.minimal-card .card-img-top {
    height: 172px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.minimal-card .card-body {
    padding: 24px;
}

.minimal-card .card-title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 12px;
}

.minimal-card .card-text {
    color: #64616c;
    font-size: 13px;
    line-height: 1.8;
}

.minimal-table {
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.minimal-table .table {
    margin: 0;
}

.minimal-table th {
    color: #302e38;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 18px 22px;
    text-transform: uppercase;
    background: #f6f5f3;
    border-bottom: 1px solid var(--line);
}

.minimal-table td {
    color: #5c5964;
    font-size: 13px;
    padding: 18px 22px;
    border-color: var(--line);
}

.status-dot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.status-dot::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    background: #41514c;
}

.status-dot.paused::before {
    background: #b8b0a3;
}

.type-scale {
    display: grid;
    gap: 30px;
}

.type-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 34px;
    align-items: baseline;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
}

.type-label {
    color: #a7a1a4;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.type-row h1,
.type-row h2,
.type-row h3,
.type-row h4,
.type-row p,
.type-row blockquote {
    margin: 0;
}

.type-row h1 {
    max-width: none;
    font-size: clamp(3rem, 6vw, 5.25rem);
    line-height: .98;
    font-weight: 900;
}

.type-row h2 {
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    line-height: 1.05;
    font-weight: 900;
}

.type-row h3 {
    font-size: clamp(1.65rem, 2.6vw, 2.45rem);
    line-height: 1.2;
    font-weight: 900;
}

.type-row h4 {
    font-size: 1.15rem;
    line-height: 1.45;
    font-weight: 900;
    text-transform: uppercase;
}

.type-row p {
    max-width: 640px;
    color: #56535e;
    font-size: 15px;
    line-height: 1.9;
}

.type-row blockquote {
    max-width: 680px;
    color: #24222d;
    font-size: clamp(1.45rem, 2.3vw, 2.1rem);
    line-height: 1.45;
    font-weight: 800;
}

/* ── Docs Sidebar ── */
.docs-layout {
    display: flex;
    gap: 48px;
}

.docs-sidebar {
    width: 220px;
    flex-shrink: 0;
}

.docs-sidebar .nav-link {
    color: #8a8790 !important;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 0 !important;
    display: block;
}

.docs-sidebar .nav-link.active-docs {
    color: #1f1d27 !important;
}

.docs-sidebar .nav-link.active-docs::after {
    display: none;
}

.docs-sidebar .nav-section {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #c2bfc0;
    margin-top: 20px;
    margin-bottom: 8px;
}

/* ── Search ── */
.search-wrap {
    max-width: 680px;
    margin: 0 auto;
}

.search-wrap .form-control {
    border: 2px solid #e5e3e3;
    border-radius: 999px;
    height: 56px;
    padding: 0 28px;
    font-size: 14px;
}

.search-wrap .form-control:focus {
    border-color: #1f1d27;
    box-shadow: 0 0 0 4px rgba(31, 29, 39, .06);
}

.search-result {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
    color: inherit;
}

.search-result:last-child {
    border-bottom: 0;
}

.search-result:hover {
    opacity: .7;
}

.search-result h4 {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 4px;
}

.search-result p {
    font-size: 12px;
    color: #7a7780;
    margin: 0;
}

.search-result small {
    color: #b5b2b5;
    font-size: 11px;
}

/* ── Timeline ── */
.timeline {
    position: relative;
    padding-left: 29px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #e2e0de;
}

.tl-item {
    position: relative;
    padding-bottom: 36px;
}

.tl-item:last-child {
    padding-bottom: 0;
}

.tl-item::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #1f1d27;
}

.tl-item.completed::before {
    background: #1f1d27;
}

.tl-item h5 {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 4px;
}

.tl-item .tl-meta {
    font-size: 11px;
    color: #a7a1a4;
    font-weight: 600;
}

.tl-item p {
    font-size: 12px;
    color: #64616c;
    margin: 6px 0 0;
    line-height: 1.7;
}

/* ── Tasks ── */
.task-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--line);
}

.task-item:last-child {
    border-bottom: 0;
}

.task-item .form-check-input {
    border-radius: 50%;
    border-color: #d9d5d6;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.task-item .form-check-input:checked {
    background-color: #1f1d27;
    border-color: #1f1d27;
}

.task-item .task-label {
    font-size: 13px;
    font-weight: 600;
    flex: 1;
}

.task-item .task-label.done {
    text-decoration: line-through;
    color: #b5b0b2;
}

.task-priority {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 3px 10px;
    border-radius: 999px;
}

.task-priority.high {
    background: #fbe9e7;
    color: #bf360c;
}

.task-priority.medium {
    background: #fff3e0;
    color: #e65100;
}

.task-priority.low {
    background: #e8f5e9;
    color: #2e7d32;
}

.task-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0efed;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 800;
    color: #55525e;
    flex-shrink: 0;
}

.task-cat {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 999px;
}

.task-cat.dev {
    background: #e3f0ff;
    color: #1565c0;
}

.task-cat.des {
    background: #f3e5f5;
    color: #7b1fa2;
}

.task-cat.doc {
    background: #fff8e1;
    color: #f57f17;
}

.task-cat.ux {
    background: #e0f2f1;
    color: #00695c;
}

.task-desc {
    font-size: 11px;
    color: #a09ca5;
    line-height: 1.4;
    margin-top: 2px;
    display: block;
}

.task-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
}

.task-meta {
    font-size: 10px;
    color: #b8b4be;
    display: flex;
    align-items: center;
    gap: 6px;
}

.task-tab {
    font-size: 11px;
    font-weight: 800;
    padding: 8px 18px;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: #a7a1a4;
    letter-spacing: .04em;
}

.task-tab.active {
    background: #1f1d27;
    color: #fff;
}

.task-tab:hover:not(.active) {
    background: #f0efed;
}

.task-progress {
    height: 4px;
    border-radius: 999px;
    background: #f0efed;
    overflow: hidden;
}

.task-progress-bar {
    height: 100%;
    border-radius: 999px;
    background: #1f1d27;
}

.quick-add {
    display: flex;
    gap: 12px;
    padding: 16px 20px;
    border-top: 1px solid var(--line);
    align-items: center;
}

.quick-add .form-control {
    border-radius: 999px;
    font-size: 12px;
    height: 40px;
    padding: 0 20px;
    border-color: #e5e3e3;
}

.quick-add .btn {
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    padding: 8px 22px;
}

/* ── Subtasks ── */
.subtask-toggle {
    background: none;
    border: 0;
    color: #c5c2c5;
    font-size: 10px;
    padding: 0 8px 0 0;
    cursor: pointer;
    transition: transform .2s;
}

.subtask-toggle.open {
    transform: rotate(90deg);
}

.subtask-wrap {
    background: #fafaf9;
    border-top: 1px solid var(--line);
    padding: 12px 24px 12px 60px;
}

.subtask-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
}

.subtask-item .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border-color: #ddd;
    flex-shrink: 0;
}

.subtask-item .form-check-input:checked {
    background-color: #1f1d27;
    border-color: #1f1d27;
}

.subtask-label {
    font-size: 12px;
    color: #5c5964;
    flex: 1;
}

.subtask-label.done {
    text-decoration: line-through;
    color: #bfbbc0;
}

.subtask-meta {
    font-size: 10px;
    color: #bfbbc0;
}

/* ── Mail sidebar ── */
.mail-layout {
    display: flex;
    min-height: 500px;
}

.mail-sidebar {
    width: 200px;
    flex-shrink: 0;
    border-right: 1px solid var(--line);
    padding: 20px 0;
}

.mail-sidebar .nav-link {
    color: #7a7780 !important;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 0;
}

.mail-sidebar .nav-link i {
    width: 16px;
    font-size: 14px;
}

.mail-sidebar .nav-link.active-docs {
    color: #1f1d27 !important;
    background: #f6f5f3;
}

.mail-sidebar .nav-link .badge {
    margin-left: auto;
    background: #1f1d27;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    border-radius: 999px;
    padding: 2px 8px;
}

.mail-inbox {
    flex: 1;
    min-width: 0;
}

.mail-inbox-header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mail-inbox-header h5 {
    font-size: 14px;
    font-weight: 900;
    margin: 0;
}

.mail-inbox-header small {
    color: #b5b2b5;
    font-size: 11px;
}

.mail-attach {
    font-size: 10px;
    color: #c5c2c5;
    background: #f6f5f3;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
}

.mail-star {
    color: #e0dcd8;
    font-size: 13px;
    cursor: default;
    flex-shrink: 0;
}

.mail-star.starred {
    color: #f5c518;
}

/* ── Mail ── */
.mail-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    cursor: default;
}

.mail-item:last-child {
    border-bottom: 0;
}

.mail-item .mail-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0efed;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 800;
    color: #55525e;
}

.mail-item .mail-from {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 2px;
}

.mail-item .mail-subject {
    font-size: 12px;
    color: #64616c;
}

.mail-item .mail-time {
    font-size: 11px;
    color: #b5b2b5;
    margin-left: auto;
    flex-shrink: 0;
}

.mail-item.unread .mail-from {
    color: #1f1d27;
}

.mail-item.unread .mail-subject {
    font-weight: 700;
    color: #3d3b45;
}

.mail-item .mail-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1f1d27;
    flex-shrink: 0;
}

/* ── Hero Banners ── */
.hero-banner {
    position: relative;
    padding: 80px 60px;
    border-radius: 18px;
    overflow: hidden;
    background: #1f1d27;
    color: #fff;
}

.hero-banner.light {
    background: #f7f6f4;
    color: #1f1d27;
}

.hero-banner h2 {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 18px;
    color: inherit;
}

.hero-banner p {
    font-size: 14px;
    color: inherit;
    opacity: .7;
    max-width: 480px;
    margin-bottom: 32px;
}

.hero-banner .btn-minimal {
    border-radius: 999px;
}

.hero-banner .btn-minimal:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 20px 35px rgba(0, 0, 0, .25);
}

.hero-banner.light .btn-minimal-light:hover {
    box-shadow: 0 20px 35px rgba(0, 0, 0, .1);
}

.hero-banner .banner-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
    opacity: .15;
}

.hero-banner.light .banner-bg {
    opacity: .06;
}

@media (max-width: 1399.98px) {
    .floating-intro {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        min-height: 300px;
        margin-top: 60px;
    }

    .floating-intro h2,
    .floating-intro p {
        margin-left: 0;
    }

    .float-img-top {
        right: 0;
    }

    .float-img-bottom {
        right: 130px;
    }

    .social-rail {
        right: 10px;
    }
}

@media (max-width: 991.98px) {
    body {
        /*
background:
    radial-gradient(circle at 8px 8px, rgba(255, 255, 255, .58) 0 4px, transparent 5px) 0 0 / 22px 22px,
    linear-gradient(90deg, #d0d0d0 0 22px, #fff 22px 100%);
    */
    }

    .page-shell {
        width: calc(100% - 18px);
        margin-top: 22px;
        border-radius: 18px;
    }

    .inner {
        width: min(100% - 34px, 720px);
    }

    .navbar {
        padding: 28px 0 18px;
    }

    .navbar-collapse {
        padding: 24px 0 8px;
    }

    .navbar-nav {
        gap: 18px;
    }

    .nav-link.active::after {
        left: 0;
        transform: none;
    }

    .hero {
        padding: 24px 0 56px;
    }

    .hero-copy {
        padding-top: 34px;
    }

    h1 {
        font-size: clamp(3rem, 14vw, 5rem);
    }

    .hero-image {
        width: 100%;
        height: 430px;
        margin-top: 54px;
    }

    .social-rail {
        display: none;
    }

    .floating-intro {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
        margin-top: 44px;
    }

    .floating-intro h2 {
        margin: 0;
    }

    .floating-intro p {
        width: min(100%, 390px);
    }

    .float-img-top,
    .float-img-bottom {
        position: static;
        width: 100%;
        height: 235px;
    }

    .content-block {
        padding: 58px 0 52px;
    }

    .overlap-gallery {
        min-height: 430px;
        margin-left: 0;
    }

    .gallery-wide {
        width: 78%;
        height: 250px;
    }

    .gallery-tall {
        width: 56%;
        height: 300px;
        right: 0;
    }

    .text-block {
        padding-top: 36px;
        margin-left: 0;
    }

    .about-band {
        grid-template-columns: 1fr;
        gap: 46px;
        padding: 54px 0 70px;
    }

    .video-card {
        width: min(100%, 350px);
        height: 390px;
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    .navbar .outline-pill {
        width: 100%;
    }

    .brand {
        font-size: 21px;
    }

    .outline-pill {
        padding: 9px 18px;
    }

    .hero-copy {
        padding-top: 18px;
    }

    h1 {
        margin-bottom: 24px;
    }

    .lead-text {
        margin-bottom: 34px;
    }

    .dark-pill {
        padding: 15px 32px;
    }

    .hero-image {
        height: 380px;
        border-radius: 52px 0 52px 0;
    }

    .floating-intro {
        margin-top: 34px;
    }

    .floating-intro h2 {
        font-size: 25px;
    }

    .float-img-top,
    .float-img-bottom {
        height: 205px;
    }

    .overlap-gallery {
        min-height: 360px;
    }

    .gallery-wide {
        width: 88%;
        height: 210px;
    }

    .gallery-tall {
        width: 68%;
        height: 260px;
        border-radius: 52px 0 52px 0;
    }

    .text-block h2,
    .about-copy h2 {
        font-size: 2rem;
    }

    .subscribe-form {
        align-items: center;
        flex-direction: column;
    }

    .subscribe-form .form-control,
    .subscribe-form .dark-pill {
        width: min(100%, 280px);
    }

    .footer-social {
        gap: 34px;
    }

    .kit-section {
        padding: 58px 0;
    }

    .type-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .docs-layout {
        flex-direction: column;
    }

    .docs-sidebar {
        width: 100%;
    }

    .hero-banner {
        padding: 60px 32px;
    }

    .hero-banner .banner-bg {
        width: 100%;
    }

    /* ── Carousels ── */
    /* ── Hero Slideshow shared ── */

    .car-hero {
        position: relative;
    }

    .car-hero .carousel-item {
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        align-items: center;
    }

    .car-hero .carousel-item>.slide-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .car-hero .carousel-item>.slide-content {
        position: relative;
        z-index: 2;
        color: #fff;
        pointer-events: none;
    }

    .car-hero .carousel-item>.slide-content>* {
        pointer-events: auto;
    }

    .car-hero .carousel-item>.slide-content h3 {
        font-weight: 900;
        letter-spacing: -.02em;
    }

    .car-hero .carousel-item>.slide-content p {
        opacity: .75;
        line-height: 1.7;
    }

    .car-hero .carousel-indicators {
        z-index: 3;
    }

    .car-hero .carousel-indicators button {
        border: 0;
    }

    .car-hero .carousel-control-prev,
    .car-hero .carousel-control-next {
        z-index: 3;
    }

    /* Style 1 — Fade, centered overlay */
    .car-hero-1 {
        justify-content: center;
    }

    .car-hero-1 .carousel-item {
        justify-content: center;
        text-align: center;
    }

    .car-hero-1 .carousel-item>.slide-overlay {
        background: linear-gradient(135deg, rgba(15, 14, 20, .85) 0%, rgba(15, 14, 20, .25) 100%);
    }

    .car-hero-1 .carousel-item>.slide-content {
        max-width: 680px;
    }

    .car-hero-1 .carousel-item>.slide-content h3 {
        font-size: clamp(1.8rem, 3.5vw, 3rem);
        margin-bottom: 10px;
    }

    .car-hero-1 .carousel-item>.slide-content p {
        max-width: 500px;
        margin: 0 auto 24px;
        font-size: 14px;
    }

    .car-hero-1 .carousel-indicators {
        margin-bottom: 36px;
    }

    .car-hero-1 .carousel-indicators button {
        width: 40px;
        height: 3px;
        border-radius: 0;
        background: rgba(255, 255, 255, .3);
    }

    .car-hero-1 .carousel-indicators button.active {
        background: #fff;
    }

    .car-hero-1 .carousel-control-prev,
    .car-hero-1 .carousel-control-next {
        width: 48px;
        height: 48px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity .3s;
    }

    .car-hero-1:hover .carousel-control-prev,
    .car-hero-1:hover .carousel-control-next {
        opacity: .4;
    }

    .car-hero-1:hover .carousel-control-prev:hover,
    .car-hero-1:hover .carousel-control-next:hover {
        opacity: 1;
    }

    .car-hero-1 .carousel-control-prev i,
    .car-hero-1 .carousel-control-next i {
        font-size: 28px;
    }

    /* Style 2 — Slide, bottom gradient bar */
    .car-hero-2 .carousel-item {
        align-items: flex-end;
    }

    .car-hero-2 .carousel-item>.slide-overlay {
        background: linear-gradient(0deg, rgba(15, 14, 20, .8) 0%, rgba(15, 14, 20, .1) 50%, transparent 100%);
    }

    .car-hero-2 .carousel-item>.slide-content {
        padding: 50px 60px 40px;
        width: 100%;
        background: linear-gradient(0deg, rgba(26, 24, 32, .6) 0%, transparent 100%);
    }

    .car-hero-2 .carousel-item>.slide-content h3 {
        font-size: clamp(1.4rem, 2.5vw, 2.2rem);
        margin-bottom: 4px;
    }

    .car-hero-2 .carousel-item>.slide-content p {
        font-size: 13px;
        max-width: 450px;
        margin-bottom: 0;
    }

    .car-hero-2 .carousel-item>.slide-content .btn {
        margin-top: 14px;
    }

    .car-hero-2 .carousel-control-prev,
    .car-hero-2 .carousel-control-next {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, .15);
        backdrop-filter: blur(4px);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity .3s;
    }

    .car-hero-2:hover .carousel-control-prev,
    .car-hero-2:hover .carousel-control-next {
        opacity: .6;
    }

    .car-hero-2:hover .carousel-control-prev:hover,
    .car-hero-2:hover .carousel-control-next:hover {
        opacity: 1;
        background: rgba(255, 255, 255, .25);
    }

    .car-hero-2 .carousel-control-prev i,
    .car-hero-2 .carousel-control-next i {
        font-size: 20px;
    }

    .car-hero-2 .carousel-indicators {
        margin-bottom: 18px;
        gap: 6px;
    }

    .car-hero-2 .carousel-indicators button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .4);
    }

    .car-hero-2 .carousel-indicators button.active {
        background: #fff;
    }

    /* Style 3 — Slide, left corner */
    .car-hero-3 .carousel-item {
        justify-content: flex-start;
    }

    .car-hero-3 .carousel-item>.slide-overlay {
        background: linear-gradient(90deg, rgba(26, 24, 32, .85) 0%, rgba(26, 24, 32, .5) 40%, rgba(26, 24, 32, .1) 100%);
    }

    .car-hero-3 .carousel-item>.slide-content {
        margin-left: 60px;
        max-width: 440px;
    }

    .car-hero-3 .carousel-item>.slide-content .car-label {
        display: inline-block;
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .15em;
        color: #b5b2b5;
        margin-bottom: 8px;
        border-left: 3px solid #fff;
        padding-left: 14px;
    }

    .car-hero-3 .carousel-item>.slide-content h3 {
        font-size: clamp(1.6rem, 3vw, 2.6rem);
        margin-bottom: 10px;
    }

    .car-hero-3 .carousel-item>.slide-content p {
        font-size: 13px;
        margin-bottom: 22px;
    }

    .car-hero-3 .carousel-control-prev,
    .car-hero-3 .carousel-control-next {
        width: 52px;
        height: 52px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity .3s;
    }

    .car-hero-3:hover .carousel-control-prev,
    .car-hero-3:hover .carousel-control-next {
        opacity: .4;
    }

    .car-hero-3:hover .carousel-control-prev:hover,
    .car-hero-3:hover .carousel-control-next:hover {
        opacity: 1;
        background: rgba(255, 255, 255, .08);
    }

    .car-hero-3 .carousel-control-prev i,
    .car-hero-3 .carousel-control-next i {
        font-size: 22px;
    }

    .car-hero-3 .carousel-indicators {
        margin-bottom: 32px;
        margin-left: 60px;
        justify-content: flex-start;
        gap: 8px;
    }

    .car-hero-3 .carousel-indicators button {
        width: 24px;
        height: 3px;
        border-radius: 0;
        background: rgba(255, 255, 255, .35);
    }

    .car-hero-3 .carousel-indicators button.active {
        background: #fff;
        width: 36px;
    }


}

@media (max-width: 991.98px) {
    .car-hero .carousel-item {
        height: 100%;
    }

    .car-hero-1 .carousel-item>.slide-content {
        padding: 0 30px;
    }

    .car-hero-2 .carousel-item>.slide-content {
        padding: 30px 24px 30px;
    }

    .car-hero-3 .carousel-item>.slide-content {
        margin-left: 30px;
    }

    .car-hero-3 .carousel-indicators {
        margin-left: 30px;
    }
}

.carousel-item {
    height: 100% !important;
}

.slide-content {
    position: absolute;
    bottom: 100px;
    left: 100px;
    color: #fff;
}

/* ── Cherry Tree Section ── */
.cherry-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #fefcfb 0%, #fff 100%);
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.cherry-text {
    padding-right: 40px;
}

.cherry-header {
    font-size: clamp(2.4rem, 3.5vw, 3.2rem);
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 12px;
    color: var(--ink);
}

.cherry-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #8d8990;
    margin-bottom: 20px;
}

.cherry-description {
    font-size: 14px;
    line-height: 1.8;
    color: #51505a;
    max-width: 440px;
}

.cherry-tree-wrap {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
}

.cherry-tree-container {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cherry-tree-container svg {
    display: block;
    width: 100%;
    height: 100%;
}

#petalCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .cherry-section {
        padding: 50px 0;
    }

    .cherry-text {
        padding-right: 0;
        text-align: center;
    }

    .cherry-description {
        max-width: 100%;
    }

    .cherry-tree-wrap {
        max-width: 100%;
        margin: 0 auto;
    }

    .cherry-tree-container {
        height: 420px;
    }
}

@media (max-width: 575.98px) {
    .cherry-tree-container {
        height: 340px;
    }
}