* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'DM Sans',sans-serif;
    color: #17131d;
    background: #f7f2e9;
}

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

.narrow {
    max-width: 820px;
}

.narrow-wide {
    max-width: 1020px;
}

.site-header {
    background: #1f003f;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.header-inner {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: 205px;
    height: auto;
}

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

.nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.nav-cta {
    border: 1px solid rgba(255,255,255,.8);
    padding: 14px 22px;
    border-radius: 999px;
}

.section,
.hero {
    padding: 96px 0;
}

.purple {
    background: #1f003f;
    color: white;
}

.soft {
    background: #f6f0e7;
}

.white {
    background: #fff;
}

.charcoal {
    background: #252229;
    color: #fff;
}

.eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .18em;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.light {
    color: #e8dcff;
}

.light-muted {
    color: #bcb1ca;
}

.hero {
    padding-top: 82px;
    padding-bottom: 108px;
}

.hero h1,
.section h2 {
    font-family: 'Inter Tight',sans-serif;
    letter-spacing: -.055em;
    line-height: .97;
    margin: 0;
}

.hero h1 {
    font-size: clamp(54px,5.55vw,88px);
    white-space: nowrap;
}

.hero-lead {
    font-family: 'Inter Tight',sans-serif;
    font-size: clamp(27px,2.45vw,38px);
    line-height: 1.18;
    margin: 48px 0 22px;
}

.hero-copy {
    font-size: 19px;
    line-height: 1.5;
    color: #d9cfe8;
    margin: 0 0 38px;
}

.button {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 999px;
    padding: 17px 28px;
}

.light-button {
    background: #f7f2e9;
    color: #1f003f;
}

.section h2 {
    font-size: clamp(48px,5.4vw,78px);
    margin-bottom: 32px;
}

.intro {
    font-size: 25px;
    line-height: 1.45;
}

.closing-line {
    font-weight: 600;
    font-size: 20px;
    margin-top: 28px;
}

.section-heading {
    max-width: 760px;
}

.level-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-top: 48px;
}

.level-card {
    border: 1px solid #d8caea;
    background: #fbf8ff;
    border-radius: 24px;
    padding: 34px;
    min-height: 560px;
    box-shadow: 0 10px 30px rgba(37,0,75,.05);
}

.level-card h3 {
    font-family: 'Inter Tight';
    font-size: 36px;
    line-height: 1.03;
    letter-spacing: -.04em;
    margin: 26px 0 24px;
}

.level-card p {
    line-height: 1.65;
    color: #4d4655;
}

.logo-wrap {
    height: 74px;
    display: flex;
    align-items: center;
}

.logo-wrap img {
    max-height: 62px;
    max-width: 100%;
    object-fit: contain;
}

.snap-card .logo-wrap img {
    max-height: 72px;
}

.bespoke-badge {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #35106a;
    color: white;
    font-family: 'Inter Tight';
    font-size: 36px;
    font-weight: 700;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.light-text {
    color: #fff;
}

.accent-line {
    font-family: 'Inter Tight';
    font-size: 38px;
    line-height: 1.08;
    color: #c9a8ff;
    font-weight: 600;
}

.body-light {
    color: #e5dde8;
    line-height: 1.7;
}

.service-grid {
    margin-top: 44px;
    border-top: 1px solid #d7cec3;
}

.service-grid>div {
    display: grid;
    grid-template-columns: 60px 280px 1fr;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid #d7cec3;
    align-items: start;
}

.service-grid span {
    font-size: 12px;
    color: #8c8292;
}

.service-grid strong {
    font-size: 18px;
}

.service-grid p {
    margin: 0;
    color: #605767;
}

.intro-small {
    font-size: 22px;
    line-height: 1.5;
}

.callout {
    border-left: 3px solid #6e39b6;
    padding-left: 22px;
    font-family: 'Inter Tight';
    font-size: 30px;
    line-height: 1.16;
    color: #4c1c85;
    font-weight: 600;
    margin-top: 34px;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 34px;
}

.pill-row span {
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    padding: 10px 15px;
    font-size: 14px;
}

.max-copy {
    max-width: 790px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
}

.contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 28px;
    border-radius: 22px;
    border: 1px solid #d6c9e8;
    background: #fff;
    color: #1f003f;
    text-decoration: none;
    justify-content: flex-end;
}

.contact-card strong {
    font-family: 'Inter Tight';
    font-size: 30px;
    line-height: 1;
    margin: 6px 0 10px;
}

.contact-card small {
    color: #6d6472;
}

.footer {
    background: #1e1b22;
    color: #e7e0eb;
    padding: 28px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    font-size: 13px;
}

.footer-inner>div:first-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width:980px){
    .nav {
        display: none;
    }

    .hero h1 {
        white-space: normal;
    }

    .level-grid,
    .split,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-actions {
        grid-template-columns: 1fr 1fr;
    }

    .service-grid>div {
        grid-template-columns: 44px 1fr;
    }

    .service-grid p {
        grid-column: 2;
    }

    .level-card {
        min-height: auto;
    }
}

@media (max-width:640px){
    .shell {
        width: min(100% - 28px,1180px);
    }

    .section,
    .hero {
        padding: 68px 0;
    }

    .header-inner {
        min-height: 88px;
    }

    .brand-logo {
        width: 155px;
    }

    .hero h1 {
        font-size: 54px;
    }

    .hero-lead {
        font-size: 29px;
    }

    .hero-lead br,
    .hero-copy br,
    .section h2 br,
    .accent-line br,
    .callout br {
        display: none;
    }

    .contact-actions {
        grid-template-columns: 1fr;
    }

    .level-card {
        padding: 26px;
    }

    .service-grid>div {
        grid-template-columns: 34px 1fr;
    }

    .footer-inner {
        flex-direction: column;
    }
}

/* --- v3 editorial redesign --- */
.approach-section {
    background: #f6f0e7;
    padding: 104px 0;
    font-size: 14px;
}

.approach-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 92px;
    align-items: start;
}

.approach-statement {
    position: sticky;
    top: 150px;
}

.approach-statement h2 {
    font-size: clamp(54px,5.2vw,82px);
}

.approach-lead {
    font-family: 'Inter Tight';
    font-size: 28px;
    line-height: 1.13;
    letter-spacing: -.03em;
    margin: 42px 0 58px;
}

.approach-close {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
    max-width: 570px;
}

.principle-stack {
    border-left: 1px solid #cfc3d8;
    padding-left: 44px;
}

.principle {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 22px;
    padding: 5px 0 30px;
    margin-bottom: 26px;
    border-bottom: 1px solid #d9cfdf;
}

.principle:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.principle-icon {
    width: 62px;
    height: 62px;
    border: 1.5px solid #6f3aa8;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #5d258f;
}

.principle h3 {
    font-family: 'Inter Tight';
    font-size: 24px;
    margin: 0 0 7px;
    color: #3b126a;
}

.principle p {
    margin: 0;
    line-height: 1.5;
    color: #4f4855;
}

.architecture-section {
    background: #fff;
    padding: 110px 0;
}

.architecture-head {
    display: grid;
    grid-template-columns: 1fr .72fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 56px;
}

.architecture-note {
    font-size: 18px;
    line-height: 1.55;
    color: #655d69;
    margin: 0 0 7px;
}

.architecture-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.architecture-card {
    position: relative;
    min-height: 590px;
    padding: 34px 30px 28px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd5e5;
}

.english-architecture .architecture-card {
    min-height: 650px;
}

.architecture-card h3 {
    font-family: 'Inter Tight';
    font-size: 34px;
    line-height: 1.04;
    letter-spacing: -.035em;
    margin: 24px 0 22px;
}

.english-architecture .architecture-card h3 {
    min-height: 108px;
}

.snap-heading span {
    display: block;
    white-space: nowrap;
}

.english-architecture .snap-heading {
    font-size: 24px;
}

.architecture-card p {
    line-height: 1.58;
    color: #4d4753;
}

.arch-logo {
    height: 104px;
    display: flex;
    align-items: center;
}

.arch-logo img {
    max-width: 100%;
    object-fit: contain;
}

.snap-arch-logo img {
    height: 100px;
    width: auto;
}

.bridge-arch-logo img {
    height: 74px;
    width: auto;
}

.bespoke-arch-logo img {
    height: 98px;
    width: auto;
    filter: none;
}

.arch-rule {
    width: 36px;
    height: 2px;
    margin-top: 12px;
}

.snap-architecture {
    background: #fff7f1;
    border-color: #d9b29f;
}

.snap-architecture .arch-rule {
    background: #b85f46;
}

.snap-architecture h3,
.snap-architecture .arch-footer {
    color: #a94f39;
}

.bridge-architecture {
    background: #f1fbf9;
    border-color: #abd9d2;
}

.bridge-architecture .arch-rule {
    background: #1c9b91;
}

.bridge-architecture h3,
.bridge-architecture .arch-footer {
    color: #13877e;
}

.bespoke-architecture {
    background: #f6f2fb;
    border-color: #d3c1e7;
}

.bespoke-architecture .arch-rule {
    background: #5b288d;
}

.bespoke-architecture h3,
.bespoke-architecture .arch-footer {
    color: #4e1d7d;
}

.arch-footer {
    margin-top: auto;
    padding-top: 26px;
    font-size: 11px;
    letter-spacing: .13em;
    font-weight: 700;
}

.services-section {
    background: #f6f0e7;
    padding: 110px 0;
}

.services-head {
    display: grid;
    grid-template-columns: 1.1fr .75fr;
    gap: 90px;
    align-items: end;
    margin-bottom: 48px;
}

.services-head>p {
    font-size: 19px;
    line-height: 1.55;
    color: #5d5661;
    margin: 0 0 8px;
}

.services-mosaic {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: minmax(210px,auto);
    gap: 16px;
}

.service-tile {
    background: #fff;
    border: 1px solid #ded5e1;
    padding: 28px;
    display: flex;
    flex-direction: column;
}

.service-tile span {
    font-size: px;
    letter-spacing: .12em;
    color: #8e8295;
}

.service-tile h3 {
    font-family: 'Inter Tight';
    font-size: 28px;
    line-height: 1.06;
    letter-spacing: -.03em;
    margin: 30px 0 12px;
}

.service-tile p {
    margin: auto 0 0;
    color: #5e5663;
    line-height: 1.5;
}

.service-large {
    grid-column: span 2;
    grid-row: span 2;
    background: #2a073f;
    color: white;
    border-color: #2a073f;
}

.service-large span,
.service-large p {
    color: #d8cde0;
}

.service-large h3 {
    font-size: 48px;
}

.service-accent {
    background: #efe4f8;
}

.service-wide {
    grid-column: span 2;
}

.workflow-section {
    background: #fff;
    padding: 110px 0;
}

.workflow-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 84px;
}

.workflow-main h2 {
    font-size: clamp(52px,4.6vw,74px);
}

.workflow-lead {
    font-size: 20px;
    line-height: 1.6;
    color: #514a56;
    max-width: 640px;
    margin-top: 36px;
}

.workflow-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.workflow-points article {
    border: 1px solid #dbd1df;
    padding: 26px;
    min-height: 215px;
}

.workflow-points span {
    font-size: 11px;
    color: #806a8e;
}

.workflow-points h3 {
    font-family: 'Inter Tight';
    font-size: 25px;
    line-height: 1.05;
    margin: 28px 0 10px;
    color: #3b126a;
}

.workflow-points p {
    margin: 0;
    color: #5b5360;
    line-height: 1.5;
}

.workflow-callout {
    grid-column: span 2;
    background: #2a073f;
    border-color: #2a073f!important;
    display: flex;
    align-items: center;
}

.workflow-callout p {
    font-family: 'Inter Tight';
    font-size: 30px!important;
    line-height: 1.14!important;
    letter-spacing: -.025em;
    color: #fff!important;
}

@media (max-width:980px){
    .approach-grid,
    .architecture-head,
    .services-head,
    .workflow-layout {
        grid-template-columns: 1fr;
    }

    .approach-statement {
        position: static;
    }

    .principle-stack {
        border-left: none;
        padding-left: 0;
    }

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

    .architecture-card {
        min-height: auto;
    }

    .english-architecture .architecture-card {
        min-height: 650px;
    }

    .english-architecture .architecture-card h3 {
        min-height: 108px;
    }

    .services-mosaic {
        grid-template-columns: 1fr 1fr;
    }

    .service-large,
    .service-wide {
        grid-column: span 2;
    }

    .workflow-points {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:640px){
    .services-mosaic,
    .workflow-points {
        grid-template-columns: 1fr;
    }

    .service-large,
    .service-wide,
    .workflow-callout {
        grid-column: span 1;
    }

    .architecture-card {
        padding: 26px 22px;
    }

    .principle {
        grid-template-columns: 48px 1fr;
    }

    .approach-lead br,
    .approach-close br,
    .architecture-note br {
        display: none;
    }
}

.snap-arch-logo img {
    mix-blend-mode: multiply;
    filter: saturate(.95) contrast(1.03);
}

/* The Wilco logo asset is white for the purple header; recolor it for the pale Bespoke card. */
.bespoke-arch-logo img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(42%) saturate(2645%) hue-rotate(252deg) brightness(84%) contrast(98%);
    opacity: .96;
}

/* --- consolidated final revision --- */
.snap-architecture {
    background: #fff6f0;
    border-color: #d9b09e;
}

.snap-architecture .arch-rule {
    background: #b45b44;
}

.snap-architecture h3,
.snap-architecture .arch-footer {
    color: #a54f3b;
}

.snap-architecture h3 {
    line-height: 0.95;
}

.snap-arch-logo img {
    height: 104px;
    width: auto;
    mix-blend-mode: multiply;
    filter: saturate(.92) contrast(1.05);
}

.bridge-arch-logo img {
    height: 76px;
}

.bespoke-arch-logo img {
    height: 94px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(18%) sepia(42%) saturate(2645%) hue-rotate(252deg) brightness(84%) contrast(98%);
    opacity: .98;
}

.charcoal .body-light {
    max-width: 650px;
}

.charcoal .body-light p {
    margin-top: 0;
    margin-bottom: 22px;
}

.services-mosaic-final {
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: minmax(220px,auto);
}

.service-overview {
    grid-column: span 2;
    grid-row: span 2;
    background: #2a073f;
    color: #fff;
    border-color: #2a073f;
}

.service-overview .service-number {
    color: #cbb8d9!important;
}

.service-overview h3 {
    color: #fff;
    font-size: 46px;
    line-height: 1.02;
}

.service-overview p {
    color: #e1d8e7;
    font-size: 16px;
    line-height: 1.55;
    margin-top: 18px;
}

.service-number {
    font-size: 16px!important;
    font-weight: 700;
    letter-spacing: .08em;
    color: #7f7187!important;
}

.service-tile h3 {
    margin-top: 26px;
}

.service-tile p {
    font-size: 15px;
    line-height: 1.52;
}

.service-accent {
    background: #eee3f7;
}

.service-wide {
    grid-column: span 2;
}

.partnership-contact {
    padding: 105px 0 92px;
}

.partnership-grid {
    display: grid;
    grid-template-columns: 1.12fr .72fr;
    column-gap: 72px;
    row-gap: 48px;
    align-items: start;
}

.partnership-main h2 {
    font-size: 38px;
    white-space: nowrap;
}

.partnership-copy {
    max-width: 720px;
    font-size: 17px;
    line-height: 1.62;
    margin-top: 34px;
}

.purple-contact-actions {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
}

.purple-contact-card {
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 22px;
    padding: 28px;
    color: #fff;
    text-decoration: none;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,.035);
    transition: background .2s ease,border-color .2s ease,transform .2s ease;
}

.purple-contact-card:hover {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.48);
    transform: translateY(-2px);
}

.purple-contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.11);
    font-size: 20px;
    margin-bottom: 22px;
}

.purple-contact-card .eyebrow {
    margin-bottom: 8px;
}

.purple-contact-card strong {
    font-family: 'Inter Tight';
    font-size: 32px;
    line-height: 1.05;
    margin: 5px 0 8px;
}

.purple-contact-card small {
    color: #d6c9e0;
    font-size: 15px;
}

.purple-contact-card p {
    color: #e3dbe8;
    line-height: 1.5;
    margin: 20px 0 0;
    font-size: 14px;
}

@media (max-width:980px){
    .partnership-grid {
        grid-template-columns: 1fr;
    }

    .partnership-main h2 {
        white-space: normal;
    }

    .purple-contact-actions {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:720px){
    .services-mosaic-final {
        grid-template-columns: 1fr;
    }

    .service-overview,
    .service-wide {
        grid-column: span 1;
    }

    .service-overview {
        grid-row: span 1;
    }

    .purple-contact-actions {
        grid-template-columns: 1fr;
    }

    .partnership-main h2 br {
        display: none;
    }
}

/* --- final cleanup --- */
.services-mosaic-final .service-tile {
    justify-content: flex-start;
}

.services-mosaic-final .service-tile h3 {
    margin: 24px 0 18px;
}

.services-mosaic-final .service-tile p {
    margin: 0;
}

.services-mosaic-final .service-overview p + p {
    margin-top: 18px;
}

.overview-symbols {
    display: flex;
    gap: 12px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.overview-symbols span {
    min-width: 54px;
    height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #eadff0;
    font-size: 14px;
}

.architecture-note {
    max-width: 520px;
}

.english-architecture .architecture-head {
    display: block;
}

.english-architecture .architecture-note {
    width: 100%;
    max-width: none;
    font-size: 24px;
}

.english-architecture .architecture-note span {
    display: block;
}

.partnership-main h2 {
    max-width: 850px;
}

/* --- expandable Q&A in closing section --- */
.qa-wrap {
    margin: 30px 0 34px;
}

.qa-pills {
    margin: 0 0 18px;
}

.qa-pill {
    appearance: none;
    font: inherit;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: background .18s ease,border-color .18s ease,transform .18s ease;
}

.qa-pill:hover,
.qa-pill:focus-visible {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.58);
    outline: none;
}

.qa-pill[aria-expanded="true"] {
    background: #f7f2e9;
    color: #1f003f;
    border-color: #f7f2e9;
}

.qa-answers {
    max-width: 760px;
}

.qa-answer {
    border-left: 2px solid rgba(255,255,255,.55);
    padding: 13px 0 13px 18px;
    color: #e7deeb;
    font-size: 17px;
    line-height: 1.55;
}

.qa-answer strong {
    color: #fff;
}

.qa-followup {
    margin: 18px 0 0;
    color: #cfc3d6;
    font-size: 14px;
}

/* --- launch-candidate polish --- */
.desktop-lines {
    display: inline;
    font-size: 24px;
}

.mobile-lines {
    display: none;
}

/* Equalize heading zones across all service tiles */
.services-mosaic-final .service-tile h3 {
    min-height: 78px;
    display: flex;
    align-items: flex-start;
}

.services-mosaic-final .service-overview h3 {
    min-height: auto;
}

.services-mosaic-final .service-tile p {
    margin-top: 0;
}

.services-mosaic-final .service-tile h3 + p {
    margin-top: 0;
}

/* Wilco signature in large overview tile */
.overview-logo {
    margin-top: auto;
    padding-top: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-180px);
}

.overview-logo img {
    width: 190px;
    max-width: 72%;
    height: auto;
    opacity: .72;
}

/* Closing section vertical balance */
.partnership-grid {
    align-items: stretch;
}

.purple-contact-actions {
    padding-top: 0;
    align-content: start;
}

.purple-contact-actions .purple-contact-card + .purple-contact-card {
    margin-top: 0;
}

/* Standalone contact + booking pages */
.standalone-page h1 {
    font-family: 'Inter Tight',sans-serif;
    font-size: clamp(54px,5.3vw,82px);
    line-height: .98;
    letter-spacing: -.05em;
    margin: 0 0 30px;
}

.form-page-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

.form-intro {
    position: sticky;
    top: 160px;
}

.form-fallback {
    margin-top: 30px;
}

.form-fallback a {
    color: #4e1d7d;
    font-weight: 600;
}

.project-form {
    background: #fff;
    border: 1px solid #ded4e2;
    padding: 34px;
    border-radius: 22px;
    display: grid;
    gap: 22px;
}

.project-form label {
    display: grid;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
}

.project-form input,
.project-form textarea,
.project-form select {
    width: 100%;
    border: 1px solid #cabfd0;
    border-radius: 10px;
    padding: 13px 14px;
    font: inherit;
    color: #17131d;
    background: #fff;
}

.project-form textarea {
    resize: vertical;
}

.project-form input:focus,
.project-form textarea:focus,
.project-form select:focus {
    outline: 2px solid #6f3aa8;
    outline-offset: 1px;
}

.form-submit {
    border: 0;
    border-radius: 999px;
    background: #2a073f;
    color: #fff;
    font: inherit;
    font-weight: 700;
    padding: 15px 24px;
    cursor: pointer;
    justify-self: start;
}

.booking-section {
    min-height: calc(100vh - 150px);
}

.booking-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 90px;
    align-items: center;
}

.booking-copy {
    max-width: 670px;
    font-size: 20px;
}

.booking-placeholder {
    background: #f7f2e9;
    color: #1f003f;
    border-radius: 24px;
    padding: 38px;
}

.booking-placeholder h2 {
    font-size: 44px;
    margin-bottom: 18px;
}

.booking-fallback {
    background: #2a073f;
    color: #fff;
    margin-top: 18px;
}

.thank-you-body {
    margin: 0;
    min-height: 100vh;
    background: #1f003f;
    color: #fff;
    display: grid;
    place-items: center;
    font-family: 'DM Sans',sans-serif;
}

.thank-you {
    width: min(680px,calc(100% - 36px));
    text-align: center;
}

.thank-you h1 {
    font-family: 'Inter Tight';
    font-size: clamp(52px,7vw,82px);
    letter-spacing: -.05em;
    margin: 18px 0;
}

.thank-you p {
    font-size: 20px;
    margin-bottom: 30px;
}

.thank-you-logo {
    width: 190px;
    margin-bottom: 28px;
}

@media (max-width:980px){
    .desktop-lines {
        display: none;
    }

    .mobile-lines {
        display: inline;
    }

    .form-page-grid,
    .booking-grid {
        grid-template-columns: 1fr;
    }

    .form-intro {
        position: static;
    }

    .purple-contact-actions {
        padding-top: 0;
    }

    .services-mosaic-final .service-tile h3 {
        min-height: auto;

        .services-mosaic-final .service-tile h3,
        .services-mosaic-final .service-tile h3 .desktop-lines {
            font-family: 'Inter Tight', sans-serif !important;
            font-size: 24px !important;
            line-height: 1.02;
            letter-spacing: -0.03em;
            font-weight: 700;
        }
    }
}

.services-mosaic-final .service-tile h3,
.services-mosaic-final .service-tile h3 .desktop-lines {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 24px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #17131d !important;
}

.charcoal .body-light p {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;

    .charcoal h2.light-text {
        line-height: 1 !important;
    }

    .charcoal h2.light-text p {
        margin-top: -32px !important;
        margin-bottom: 0 !important;
    }

    .charcoal h2.light-text {
        font-size: 26px !important;
        line-height: 1.02 !important;
    }

    .purple-contact-card {
        position: relative !important;
        top: -90px !important;
    }
}
