:root {
    --bg: #f4efe6;
    --bg-soft: #fffaf4;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-strong: #ffffff;
    --ink: #17313a;
    --ink-soft: #54656d;
    --line: rgba(23, 49, 58, 0.12);
    --teal: #0f766e;
    --teal-dark: #0a4f4a;
    --clay: #bc6c25;
    --gold: #d7a23f;
    --shadow: 0 22px 60px rgba(19, 41, 47, 0.12);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(215, 162, 63, 0.18), transparent 30%),
        radial-gradient(circle at top right, rgba(15, 118, 110, 0.12), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #f4efe6 46%, #f7f5ef 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

.site-shell {
    min-height: 100vh;
}

.site-main {
    padding-bottom: 32px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(255, 250, 244, 0.84);
    border-bottom: 1px solid rgba(23, 49, 58, 0.08);
}

.site-header__inner,
.site-header__bar,
.hero-section__content,
.section,
.site-footer__grid,
.site-footer__bottom,
.page-hero__content {
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.brand__mark {
    width: 54px;
    height: 54px;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px;
    box-shadow: 0 10px 30px rgba(15, 118, 110, 0.12);
}

.brand__text {
    display: grid;
    gap: 2px;
}

.brand__text strong,
.hero-copy h1,
.section-heading h2,
.feature-card h3,
.info-panel h2,
.page-hero__content h1,
.founder-card h2,
.contact-panel h2,
.modal__dialog h2,
.service-card h3 {
    font-family: "Sora", sans-serif;
}

.brand__text strong {
    font-size: 1rem;
}

.brand__text small {
    color: var(--ink-soft);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-nav a {
    color: var(--ink-soft);
    font-weight: 700;
    font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a.is-active {
    color: var(--ink);
}

.nav-cta {
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--teal), var(--clay));
    color: #fff !important;
    box-shadow: 0 14px 32px rgba(15, 118, 110, 0.24);
}

.site-header__bar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 0 0 14px;
    font-size: 0.92rem;
    color: var(--ink-soft);
}

.site-header__bar a {
    color: var(--teal-dark);
    font-weight: 700;
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 6px 0;
    border-radius: 999px;
    background: var(--ink);
}

.hero-section {
    position: relative;
    padding: 52px 0 28px;
}

.hero-section__content {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 28px;
    align-items: stretch;
}

.hero-copy,
.hero-panel__card,
.hero-panel__stats,
.feature-card,
.info-panel,
.founder-card,
.contact-panel,
.modal__dialog {
    background: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.hero-copy {
    padding: clamp(28px, 4vw, 48px);
    border-radius: var(--radius-lg);
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.hero-copy::after {
    content: "";
    position: absolute;
    inset: auto -60px -90px auto;
    width: 210px;
    height: 210px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(215, 162, 63, 0.24), transparent 70%);
}

.eyebrow {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.1);
    color: var(--teal-dark);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(2.1rem, 5vw, 4.3rem);
    line-height: 1.02;
    max-width: 12ch;
}

.hero-copy p,
.section-heading p,
.feature-card p,
.info-panel p,
.founder-card p,
.contact-panel p,
.modal__dialog p {
    color: var(--ink-soft);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn--primary {
    background: linear-gradient(135deg, var(--teal), var(--clay));
    color: #fff;
    box-shadow: 0 18px 34px rgba(15, 118, 110, 0.22);
}

.btn--ghost {
    background: rgba(255, 255, 255, 0.9);
    color: var(--ink);
    border: 1px solid var(--line);
}

.btn--full {
    width: 100%;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hero-badges span,
.tag-list span,
.service-card__meta span,
.modal__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    font-size: 0.92rem;
    color: var(--ink-soft);
}

.hero-panel {
    display: grid;
    gap: 20px;
}

.hero-panel__card,
.hero-panel__stats {
    border-radius: var(--radius-lg);
    padding: 28px;
}

.hero-panel__label {
    margin: 0 0 16px;
    color: var(--ink-soft);
    font-weight: 800;
}

.check-list,
.number-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.check-list li,
.number-list li {
    position: relative;
    padding-left: 36px;
    line-height: 1.6;
}

.check-list li::before,
.number-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--teal), var(--gold));
    box-shadow: 0 10px 20px rgba(15, 118, 110, 0.2);
}

.check-list li::after {
    content: "+";
    position: absolute;
    left: 7px;
    top: 2px;
    color: #fff;
    font-weight: 800;
}

.number-list {
    counter-reset: section;
}

.number-list li::before {
    counter-increment: section;
    content: counter(section);
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
}

.hero-panel__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hero-panel__stats article {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.hero-panel__stats strong {
    display: block;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-family: "Sora", sans-serif;
}

.hero-panel__stats span {
    color: var(--ink-soft);
    font-size: 0.92rem;
}

.section {
    padding: 32px 0;
}

.section--soft {
    position: relative;
}

.section--soft::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    bottom: 48px;
    background: rgba(255, 255, 255, 0.5);
    border-block: 1px solid rgba(23, 49, 58, 0.05);
}

.section--soft > * {
    position: relative;
}

.section-heading {
    margin-bottom: 24px;
}

.section-heading h2,
.page-hero__content h1 {
    margin: 14px 0 12px;
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.feature-grid,
.services-grid {
    display: grid;
    gap: 22px;
}

.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
    padding: 28px;
    border-radius: var(--radius-md);
}

.feature-card h3 {
    margin: 0 0 12px;
    font-size: 1.2rem;
}

.services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 56px rgba(19, 41, 47, 0.17);
}

.service-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.service-card__body {
    padding: 20px;
}

.service-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.service-card__meta span {
    padding: 7px 12px;
    font-size: 0.8rem;
}

.service-card h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
}

.service-card p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.65;
}

.service-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 20px;
}

.service-card__footer strong {
    font-size: 1.05rem;
    color: var(--teal-dark);
}

.service-card__footer span {
    color: var(--clay);
    font-weight: 800;
}

.two-column,
.contact-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.info-panel,
.contact-panel {
    padding: 30px;
    border-radius: var(--radius-lg);
}

.info-panel--accent,
.contact-panel--form {
    background: linear-gradient(180deg, rgba(15, 118, 110, 0.92), rgba(10, 79, 74, 0.95));
    color: #fff;
}

.info-panel--accent .eyebrow,
.contact-panel--form .eyebrow {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.info-panel--accent p,
.contact-panel--form p,
.info-panel--accent .tag-list span,
.contact-panel--form .alert {
    color: rgba(255, 255, 255, 0.88);
}

.info-panel--accent .tag-list span {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.14);
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.founder-card {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 30px;
    padding: 32px;
    border-radius: var(--radius-lg);
    align-items: center;
}

.founder-card__photo {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 239, 230, 0.9));
    border: 1px solid rgba(23, 49, 58, 0.08);
    box-shadow: 0 20px 38px rgba(19, 41, 47, 0.12);
}

.founder-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: inherit;
}

.founder-card__role {
    font-weight: 800;
    color: var(--clay);
}

.page-hero {
    padding: 46px 0 10px;
}

.page-hero__content {
    padding: 34px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(23, 49, 58, 0.92), rgba(15, 118, 110, 0.84));
    color: #fff;
    box-shadow: var(--shadow);
}

.page-hero__content p {
    max-width: 65ch;
    color: rgba(255, 255, 255, 0.84);
}

.contact-list {
    display: grid;
    gap: 14px;
    margin: 20px 0 28px;
}

.contact-list__item {
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.75);
    display: grid;
    gap: 6px;
}

.contact-list__item strong {
    font-size: 0.9rem;
    color: var(--ink-soft);
}

.contact-list__item a {
    font-weight: 800;
    color: var(--teal-dark);
}

.stack-form,
.booking-form {
    display: grid;
    gap: 14px;
}

.stack-form label,
.booking-form label {
    font-weight: 800;
}

.stack-form input,
.stack-form select,
.stack-form textarea,
.booking-form input,
.booking-form textarea,
.booking-form select {
    width: 100%;
    border: 1px solid rgba(23, 49, 58, 0.15);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    padding: 14px 15px;
    color: var(--ink);
}

.stack-form textarea,
.booking-form textarea {
    resize: vertical;
}

.stack-form input:focus,
.stack-form select:focus,
.stack-form textarea:focus,
.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
    outline: 2px solid rgba(215, 162, 63, 0.35);
    border-color: rgba(15, 118, 110, 0.32);
}

.phone-field {
    display: grid;
    grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
    gap: 12px;
}

.phone-field__code,
.phone-field__number {
    min-width: 0;
}

.booking-form input[readonly] {
    background: rgba(241, 245, 249, 0.85);
}

.booking-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.booking-address-tools {
    display: grid;
    gap: 12px;
    margin-top: 6px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(244, 239, 230, 0.62);
    border: 1px solid var(--line);
}

.choice-row {
    display: inline-flex;
    align-items: start;
    gap: 12px;
    cursor: pointer;
    font-weight: 700;
}

.choice-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--teal);
}

.choice-row span {
    color: var(--ink);
    line-height: 1.6;
}

.alert {
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 700;
}

.alert--success {
    background: rgba(220, 252, 231, 0.8);
    color: #166534;
}

.alert--error {
    background: rgba(254, 226, 226, 0.85);
    color: #991b1b;
}

.modal,
.lightbox {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 80;
}

.modal.is-visible,
.lightbox.is-visible {
    display: grid;
}

.modal {
    place-items: center;
    padding: 16px;
}

.modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 19, 24, 0.7);
}

.modal__dialog {
    position: relative;
    width: min(940px, 100%);
    max-height: calc(100vh - 32px);
    overflow: auto;
    border-radius: 30px;
    padding: 26px;
    background: rgba(255, 250, 244, 0.96);
}

.modal__close,
.lightbox__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(23, 49, 58, 0.08);
    color: var(--ink);
    font-weight: 800;
    cursor: pointer;
}

.modal__hero {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    gap: 22px;
    align-items: start;
}

.modal__hero img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 22px;
}

.modal__meta,
.booking-toggle {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.modal__gallery {
    display: flex;
    gap: 14px;
    margin: 24px 0;
    overflow-x: auto;
    padding-bottom: 6px;
}

.modal__gallery img {
    width: 150px;
    height: 105px;
    object-fit: cover;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(19, 41, 47, 0.16);
}

.booking-form-card {
    margin-top: 22px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
}

.lightbox {
    place-items: center;
    background: rgba(10, 18, 22, 0.88);
}

.lightbox img {
    width: min(980px, calc(100% - 24px));
    max-height: calc(100vh - 48px);
    object-fit: contain;
    border-radius: 24px;
}

.site-footer {
    margin-top: 36px;
    padding: 36px 0 26px;
    background: #17313a;
    color: rgba(255, 255, 255, 0.84);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.site-footer__grid h3,
.site-footer__grid h4 {
    margin: 0 0 10px;
    color: #fff;
}

.site-footer__grid p {
    margin: 0;
    line-height: 1.7;
}

.site-footer__grid a {
    color: #fff;
}

.site-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d7a23f, #bc6c25);
    color: #17313a !important;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.site-footer__cta:hover,
.site-footer__cta:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
    filter: brightness(1.03);
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.92rem;
}

.pricing-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
    gap: 22px;
    align-items: center;
    padding: 30px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(23, 49, 58, 0.92), rgba(15, 118, 110, 0.84));
    color: #fff;
    box-shadow: var(--shadow);
}

.pricing-banner h2 {
    margin: 14px 0 10px;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-family: "Sora", sans-serif;
}

.pricing-banner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

.payment-pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.payment-pill-group span {
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 700;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.pricing-card {
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.44);
}

.pricing-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.pricing-card__body {
    padding: 24px;
}

.pricing-card__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
}

.pricing-card__header h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 1.3rem;
}

.pricing-card__header strong {
    color: var(--teal-dark);
    font-size: 1rem;
}

.pricing-card p {
    color: var(--ink-soft);
    line-height: 1.7;
}

.package-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.package-list__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(244, 239, 230, 0.72);
    border: 1px solid var(--line);
}

.package-list__item strong {
    display: block;
    margin-bottom: 4px;
}

.package-list__item p {
    margin: 0;
    font-size: 0.94rem;
}

.package-list__item span {
    font-weight: 800;
    color: var(--clay);
    white-space: nowrap;
}

.quote-layout {
    display: grid;
    grid-template-columns: minmax(290px, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
}

.account-layout,
.account-grid,
.summary-grid,
.auth-layout {
    display: grid;
    gap: 22px;
}

.account-layout {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.account-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.auth-layout {
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
}

.surface-card,
.metric-panel,
.account-panel,
.booking-list,
.booking-item {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.surface-card,
.account-panel,
.booking-list {
    border-radius: var(--radius-lg);
    padding: 26px;
}

.metric-panel {
    border-radius: 24px;
    padding: 22px;
    position: relative;
    overflow: hidden;
}

.metric-panel::before,
.account-panel::before,
.booking-list::before,
.auth-panel::before,
.success-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, var(--teal), var(--clay));
}

.metric-panel h3,
.account-panel h2,
.account-panel h3,
.booking-list h2,
.booking-item h3,
.auth-panel h2,
.success-panel h2 {
    font-family: "Sora", sans-serif;
}

.metric-panel h3 {
    margin: 0 0 10px;
    font-size: 0.88rem;
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.metric-panel strong {
    display: block;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin-bottom: 8px;
}

.metric-panel span,
.account-muted,
.booking-item p,
.booking-item small,
.booking-table td small,
.section-note {
    color: var(--ink-soft);
    line-height: 1.7;
}

.auth-panel,
.success-panel {
    padding: 30px;
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
}

.auth-panel {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: var(--shadow);
}

.auth-panel--accent,
.success-panel--accent {
    background: linear-gradient(180deg, rgba(23, 49, 58, 0.95), rgba(15, 118, 110, 0.9));
    color: #fff;
}

.auth-panel--accent::before,
.success-panel--accent::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(215, 162, 63, 0.8));
}

.auth-panel--accent .eyebrow,
.success-panel--accent .eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.auth-panel--accent p,
.auth-panel--accent li,
.success-panel--accent p {
    color: rgba(255, 255, 255, 0.86);
}

.auth-panel ul {
    margin: 18px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
}

.auth-panel h2,
.success-panel h2 {
    margin: 14px 0 12px;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.stack-form--compact {
    gap: 12px;
}

.stack-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.account-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(23, 49, 58, 0.08);
}

.account-panel__header h2,
.account-panel__header h3 {
    margin: 0;
}

.detail-list {
    display: grid;
    gap: 12px;
}

.detail-list__item {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(244, 239, 230, 0.72);
    border: 1px solid var(--line);
}

.detail-list__item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 0.88rem;
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.detail-list__item span {
    font-weight: 800;
    line-height: 1.6;
}

.booking-table {
    width: 100%;
    border-collapse: collapse;
}

.booking-table thead th {
    padding: 14px 12px;
    text-align: left;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.booking-table tbody tr {
    cursor: pointer;
    transition: background 0.2s ease;
}

.booking-table tbody tr:hover {
    background: rgba(15, 118, 110, 0.05);
}

.booking-table td {
    padding: 16px 12px;
    border-bottom: 1px solid rgba(23, 49, 58, 0.08);
    vertical-align: top;
}

.booking-table tbody tr:last-child td {
    border-bottom: none;
}

.booking-list {
    overflow: hidden;
}

.booking-card-list {
    display: grid;
    gap: 16px;
}

.booking-table-wrap {
    overflow-x: auto;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 800;
}

.status-badge--pending {
    background: rgba(245, 158, 11, 0.14);
    color: #a16207;
}

.status-badge--new,
.status-badge--reviewing,
.status-badge--quoted {
    background: rgba(59, 130, 246, 0.14);
    color: #1d4ed8;
}

.status-badge--approved,
.status-badge--verified,
.status-badge--active {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
}

.status-badge--received {
    background: rgba(14, 165, 233, 0.14);
    color: #0c4a6e;
}

.status-badge--confirmed {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
}

.status-badge--in-progress {
    background: rgba(59, 130, 246, 0.14);
    color: #1d4ed8;
}

.status-badge--completed {
    background: rgba(34, 197, 94, 0.14);
    color: #166534;
}

.status-badge--cancelled {
    background: rgba(239, 68, 68, 0.14);
    color: #b91c1c;
}

.status-badge--failed,
.status-badge--closed,
.status-badge--paused {
    background: rgba(84, 101, 109, 0.12);
    color: var(--ink-soft);
}

.status-badge--default {
    background: rgba(84, 101, 109, 0.12);
    color: var(--ink-soft);
}

.booking-item {
    padding: 18px;
    border-radius: 22px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-item--interactive {
    cursor: pointer;
}

.booking-item--interactive:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(19, 41, 47, 0.12);
}

.booking-item + .booking-item {
    margin-top: 14px;
}

.booking-item__head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: start;
    margin-bottom: 12px;
}

.booking-item__badge-stack {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 8px;
}

.booking-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.booking-item__meta span,
.success-checklist span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(244, 239, 230, 0.86);
    border: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 0.92rem;
}

.booking-item__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.booking-item__content .quote-summary-card {
    margin: 0;
}

.booking-item__hidden {
    display: none;
}

.booking-item__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(23, 49, 58, 0.08);
}

.booking-item__footer strong {
    color: var(--teal-dark);
}

.empty-panel {
    padding: 28px;
    border-radius: 24px;
    border: 1px dashed rgba(23, 49, 58, 0.2);
    background: rgba(255, 255, 255, 0.55);
    color: var(--ink-soft);
    text-align: center;
}

.success-ref {
    display: inline-flex;
    margin: 16px 0 10px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.success-checklist {
    display: grid;
    gap: 12px;
    margin: 22px 0;
}

.success-checklist span {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 1041px) {
    .account-layout > aside {
        position: sticky;
        top: 118px;
        align-self: start;
    }
}

.quote-summary-card {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--line);
}

.quote-summary-card strong {
    display: block;
    margin-bottom: 8px;
}

.quote-summary-card p,
.quote-summary-card small {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.6;
}

.booking-report-media {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.booking-report-media img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.booking-journey-card {
    margin-top: 16px;
    padding: 18px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(188, 108, 37, 0.1)),
        rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 118, 110, 0.12);
}

.booking-journey-card--embedded {
    margin-top: 16px;
}

.booking-journey-card--modal {
    margin-top: 18px;
}

.booking-journey-card__head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: start;
}

.booking-journey-card__head strong {
    display: block;
    margin-bottom: 6px;
    font-size: 0.92rem;
    color: var(--teal-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.booking-journey-card__head p,
.journey-inline-copy {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.7;
}

.booking-journey-card__head small {
    max-width: 28ch;
    text-align: right;
    color: var(--ink-soft);
    line-height: 1.6;
}

.journey-inline-copy {
    margin-top: 12px;
}

.journey-inline-copy--muted {
    color: var(--teal-dark);
    font-weight: 700;
}

.journey-progress {
    height: 12px;
    border-radius: 999px;
    margin-top: 14px;
    overflow: hidden;
    background: rgba(23, 49, 58, 0.08);
}

.journey-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--teal), var(--clay));
}

.journey-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.journey-steps--compact {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
}

.journey-step {
    min-height: 100%;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(23, 49, 58, 0.09);
    background: rgba(255, 255, 255, 0.72);
}

.journey-step strong,
.journey-timeline__item strong {
    display: block;
    margin-bottom: 6px;
}

.journey-step p,
.journey-step small,
.journey-timeline__item p,
.journey-timeline__item small {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.6;
}

.journey-step--done {
    background: rgba(220, 252, 231, 0.72);
    border-color: rgba(22, 101, 52, 0.14);
}

.journey-step--current {
    background: rgba(224, 242, 254, 0.82);
    border-color: rgba(14, 116, 144, 0.18);
}

.journey-step--upcoming {
    background: rgba(255, 255, 255, 0.64);
}

.modal__journey-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.journey-timeline {
    display: grid;
    gap: 12px;
}

.journey-timeline__item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(23, 49, 58, 0.09);
    background: rgba(255, 255, 255, 0.76);
}

.journey-timeline__item--live {
    background: rgba(224, 242, 254, 0.76);
    border-color: rgba(14, 116, 144, 0.18);
}

.journey-timeline__item--done {
    background: rgba(220, 252, 231, 0.72);
    border-color: rgba(22, 101, 52, 0.14);
}

.journey-timeline__item--note {
    background: rgba(255, 247, 237, 0.82);
    border-color: rgba(154, 52, 18, 0.14);
}

.journey-timeline__item--cancelled {
    background: rgba(254, 226, 226, 0.82);
    border-color: rgba(153, 27, 27, 0.14);
}

.status-badge--en-route {
    background: rgba(251, 191, 36, 0.18);
    color: #92400e;
}

.status-badge--arrived {
    background: rgba(14, 165, 233, 0.14);
    color: #0c4a6e;
}

.form-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width: 1040px) {
    .hero-section__content,
    .feature-grid,
    .services-grid,
    .two-column,
    .contact-layout,
    .account-layout,
    .account-grid,
    .summary-grid,
    .auth-layout,
    .quote-layout,
    .pricing-grid,
    .pricing-banner,
    .modal__hero,
    .founder-card,
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .hero-panel__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .nav-toggle {
        display: inline-block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 12px);
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        border-radius: 22px;
        background: rgba(255, 250, 244, 0.98);
        box-shadow: var(--shadow);
        border: 1px solid rgba(23, 49, 58, 0.08);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-header__bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-panel__stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .site-header__inner,
    .site-header__bar,
    .hero-section__content,
    .section,
    .site-footer__grid,
    .site-footer__bottom,
    .page-hero__content {
        width: min(var(--container), calc(100% - 22px));
    }

    .hero-copy,
    .hero-panel__card,
    .hero-panel__stats,
    .feature-card,
    .info-panel,
    .founder-card,
    .contact-panel,
    .modal__dialog,
    .page-hero__content {
        border-radius: 22px;
    }

    .hero-copy h1 {
        max-width: 100%;
    }

    .service-card img {
        height: 210px;
    }

    .booking-form__grid,
    .phone-field,
    .stack-form__grid,
    .booking-item__content,
    .form-split,
    .site-footer__bottom {
        grid-template-columns: 1fr;
        display: grid;
    }

    .founder-card__photo {
        max-width: 420px;
        margin: 0 auto;
    }

    .booking-item__head,
    .booking-journey-card__head,
    .journey-timeline__item {
        flex-direction: column;
    }

    .booking-item__badge-stack {
        justify-content: start;
    }

    .booking-journey-card__head small {
        text-align: left;
        max-width: none;
    }

    .modal__journey-grid {
        grid-template-columns: 1fr;
    }

    .modal {
        padding: 10px;
    }

    .modal__dialog {
        padding: 18px;
    }

    .modal__gallery img {
        width: 124px;
        height: 94px;
    }
}
