:root {
    --black: #111111;
    --charcoal: #1e1e1e;
    --gray-900: #2c2c2c;
    --gray-700: #5e5e5e;
    --gray-300: #d8d8d8;
    --gray-100: #f3f3f1;
    --white: #ffffff;
    --red: #e5282d;
    --red-dark: #ba171c;
    --max-width: 1180px;
    --shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--black);
    background: var(--white);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.narrow { max-width: 840px; }
.site-header { position: relative; z-index: 10; color: var(--white); background: var(--black); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark {
    width: 55px; height: 55px; display: grid; place-items: center;
    border: 3px solid var(--white); font-size: 19px; font-weight: 900; letter-spacing: -.04em;
    box-shadow: 5px 5px 0 var(--red);
}
.brand-copy { display: grid; }
.brand-copy strong { font-size: 22px; line-height: 1; text-transform: uppercase; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; color: #c9c9c9; font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav a { font-size: 15px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .045em; }
.primary-nav a:hover { color: #ff7477; }
.primary-nav .nav-quote { padding: 12px 17px; color: var(--white); background: var(--red); }
.primary-nav .nav-quote:hover { color: var(--white); background: var(--red-dark); }
.hero { overflow: hidden; color: var(--white); background: var(--black); }
.hero-grid { min-height: 630px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 15px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #ff7c7f; }
h1, h2, h3 { margin-top: 0; line-height: 1.03; letter-spacing: -.025em; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 7vw, 88px); font-weight: 900; text-transform: uppercase; }
h2 { margin-bottom: 20px; font-size: clamp(36px, 4.7vw, 58px); font-weight: 900; }
h3 { margin-bottom: 14px; font-size: 30px; font-weight: 900; }
.hero-lede, .page-lede { max-width: 720px; margin: 0 0 30px; color: #d6d6d6; font-size: 22px; line-height: 1.5; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 0; font: inherit; font-size: 16px; font-weight: 900; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { color: var(--white); border: 2px solid #777; background: transparent; }
.button-secondary:hover { border-color: var(--white); }
.button-light { color: var(--black); background: var(--white); }
.hero-art { position: relative; min-height: 440px; display: grid; place-items: center; }
.ink-shape { position: absolute; border-radius: 44% 56% 45% 55% / 53% 43% 57% 47%; transform: rotate(-12deg); }
.ink-shape-one { width: 390px; height: 390px; background: var(--red); }
.ink-shape-two { width: 310px; height: 310px; border: 8px solid var(--white); transform: rotate(11deg); }
.hero-badge { position: relative; z-index: 2; width: 270px; min-height: 270px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; color: var(--white); border: 8px solid var(--black); background: var(--black); box-shadow: 0 0 0 5px var(--white); text-align: center; transform: rotate(-4deg); }
.hero-badge span, .hero-badge small { font-size: 14px; font-weight: 900; letter-spacing: .18em; }
.hero-badge strong { margin: 14px 0; font-size: 35px; line-height: .95; }
.section { padding: 100px 0; }
.section-light { background: var(--gray-100); }
.section-dark { color: var(--white); background: var(--charcoal); }
.section-heading { max-width: 850px; margin-bottom: 48px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 340px; padding: 34px; border-top: 7px solid var(--red); background: var(--white); box-shadow: var(--shadow); }
.service-card p { color: var(--gray-700); }
.service-card a { color: var(--red); font-weight: 900; text-decoration: none; }
.service-number { display: inline-block; margin-bottom: 45px; color: var(--red); font-size: 15px; font-weight: 900; letter-spacing: .13em; }
.split-callout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.split-callout p { color: #d0d0d0; }
.page-hero { padding: 110px 0; color: var(--white); background: linear-gradient(130deg, var(--black) 0%, var(--gray-900) 72%, var(--red-dark) 180%); }
.page-hero h1 { font-size: clamp(50px, 7vw, 80px); }
.full-height-page { min-height: 620px; display: flex; align-items: center; }
.detail-list { display: grid; gap: 16px; }
.detail-item { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 18px; padding: 22px; background: var(--white); }
.detail-item span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: var(--red); font-weight: 900; }
.detail-item p { margin: 0; font-size: 20px; font-weight: 700; }
.page-cta { margin-top: 60px; padding: 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--white); background: var(--black); }
.page-cta h2 { margin: 0; font-size: 36px; }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { counter-increment: process; display: grid; grid-template-columns: 76px 1fr; column-gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--gray-300); }
.process-list li::before { content: counter(process, decimal-leading-zero); grid-row: 1 / span 2; color: var(--red); font-size: 35px; font-weight: 900; }
.process-list strong { font-size: 26px; }
.process-list span { color: var(--gray-700); }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.catalog-card { min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; padding: 36px; color: var(--white); background: var(--black); text-decoration: none; border-bottom: 8px solid var(--red); }
.catalog-card:hover { transform: translateY(-3px); }
.catalog-card span { color: #bbb; font-size: 15px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.catalog-card strong { margin: 8px 0 28px; font-size: 34px; line-height: 1; }
.catalog-card small { color: #ff8b8e; font-weight: 900; }
.form-shell { max-width: 900px; }
.form-notice { margin-bottom: 24px; padding: 18px 22px; color: #6b4c00; border-left: 6px solid #dba600; background: #fff4c8; }
.quote-form { padding: 38px; background: var(--white); box-shadow: var(--shadow); }
.quote-form fieldset { margin: 0; padding: 0; border: 0; opacity: .76; }
.field-grid { display: grid; gap: 20px; }
.two-columns { grid-template-columns: repeat(2, 1fr); }
.quote-form label { display: grid; gap: 8px; margin-bottom: 20px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 14px 15px; border: 1px solid #bdbdbd; background: var(--white); font: inherit; }
.upload-preview { min-height: 120px; display: grid; place-items: center; padding: 20px; border: 2px dashed #aaa; color: var(--gray-700); background: #fafafa; text-align: center; }
.staff-roadmap { margin-top: 40px; display: grid; gap: 2px; }
.staff-roadmap div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 18px 20px; color: var(--black); background: var(--white); }
.site-footer { padding: 70px 0 25px; color: var(--white); background: #080808; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.footer-grid p { color: #c4c4c4; }
.footer-grid a { color: var(--white); }
.footer-kicker { margin-bottom: 12px; color: var(--red) !important; font-size: 14px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: #8f8f8f; border-top: 1px solid #333; font-size: 14px; }

@media (max-width: 1000px) {
    .header-inner { padding-block: 18px; align-items: flex-start; }
    .primary-nav { max-width: 590px; flex-wrap: wrap; justify-content: flex-end; gap: 12px 18px; }
    .hero-grid { grid-template-columns: 1fr; padding-block: 80px; }
    .hero-art { min-height: 360px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; }
    .split-callout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    body { font-size: 17px; }
    .container { width: min(calc(100% - 28px), var(--max-width)); }
    .header-inner { display: grid; }
    .primary-nav { justify-content: flex-start; }
    .primary-nav a { font-size: 13px; }
    .hero-grid { min-height: auto; gap: 25px; }
    .hero-art { transform: scale(.8); margin: -25px 0; }
    .section { padding: 70px 0; }
    .page-hero { padding: 75px 0; }
    .page-cta { align-items: flex-start; flex-direction: column; padding: 30px; }
    .two-columns, .catalog-grid { grid-template-columns: 1fr; }
    .quote-form { padding: 24px; }
    .staff-roadmap div { grid-template-columns: 1fr; gap: 4px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
}

/* MPH homepage recreation v0.2.0 */
:root {
    --cream: #ead5a4;
    --cream-light: #f4e7c7;
    --warm-brown: #70442b;
    --warm-red: #c63a23;
    --warm-red-dark: #992815;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: rgba(10,10,10,.97);
    backdrop-filter: blur(12px);
}

.header-inner {
    min-height: 94px;
    align-items: center;
}

.brand-image {
    flex: 0 0 auto;
    width: min(330px, 33vw);
}

.brand-image img {
    display: block;
    width: 100%;
    height: auto;
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 44px;
    padding: 10px;
    border: 1px solid #555;
    background: transparent;
    cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

.primary-nav {
    gap: 19px;
}

.primary-nav > a,
.nav-group-toggle {
    padding: 35px 0;
    color: #fff;
    border: 0;
    background: none;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .045em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.primary-nav > a:hover,
.nav-group-toggle:hover {
    color: var(--cream);
}

.nav-group {
    position: relative;
}

.nav-dropdown {
    position: absolute;
    top: calc(100% - 8px);
    left: -18px;
    min-width: 210px;
    display: none;
    padding: 10px;
    border-top: 4px solid var(--warm-red);
    background: #151515;
    box-shadow: 0 20px 45px rgba(0,0,0,.35);
}

.nav-dropdown a {
    display: block;
    padding: 11px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-dropdown a:hover {
    color: var(--cream);
    background: #242424;
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
    display: block;
}

.mph-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background: #111;
}

.mph-hero-slides,
.mph-hero-slide,
.mph-hero-overlay {
    position: absolute;
    inset: 0;
}

.mph-hero-slide {
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity 1s ease, transform 7s linear;
}

.mph-hero-slide.is-active {
    opacity: 1;
    transform: scale(1.08);
}

.mph-hero-overlay {
    background:
        linear-gradient(90deg, rgba(0,0,0,.89) 0%, rgba(0,0,0,.69) 46%, rgba(0,0,0,.18) 78%, rgba(0,0,0,.08) 100%),
        linear-gradient(0deg, rgba(0,0,0,.75), transparent 55%);
}

.mph-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 130px;
    padding-bottom: 90px;
}

.mph-kicker,
.mph-section-label {
    margin: 0 0 14px;
    color: var(--warm-red);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mph-hero h1 {
    max-width: 900px;
    margin-bottom: 24px;
    font-size: clamp(58px, 8vw, 105px);
    line-height: .87;
    letter-spacing: -.045em;
    text-shadow: 0 5px 24px rgba(0,0,0,.3);
}

.mph-hero-content > p:not(.mph-kicker) {
    max-width: 690px;
    margin: 0 0 32px;
    color: #f5f0e7;
    font-size: clamp(20px, 2.2vw, 25px);
    line-height: 1.45;
}

.button-cream {
    color: #17130d;
    background: var(--cream);
}

.button-cream:hover {
    background: #f7e8c2;
}

.button-dark {
    color: #fff;
    background: #111;
}

.button-dark:hover {
    background: var(--warm-red-dark);
}

.button-outline-dark {
    color: #111;
    border: 2px solid #111;
    background: transparent;
}

.button-outline-dark:hover {
    color: #fff;
    background: #111;
}

.mph-hero-dots {
    position: absolute;
    right: max(24px, calc((100vw - var(--max-width)) / 2));
    bottom: 36px;
    z-index: 4;
    display: flex;
    gap: 9px;
}

.mph-hero-dots button {
    width: 42px;
    height: 5px;
    padding: 0;
    border: 0;
    background: rgba(255,255,255,.42);
    cursor: pointer;
}

.mph-hero-dots button.is-active {
    background: var(--cream);
}

.mph-intro {
    color: #1c1814;
    background: var(--cream-light);
}

.mph-intro-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 80px;
    align-items: start;
}

.mph-intro h2,
.mph-section-heading-centered h2,
.mph-area-callout h2 {
    font-size: clamp(42px, 5.5vw, 72px);
}

.mph-intro-copy {
    padding-top: 32px;
    color: #4d4036;
    font-size: 21px;
}

.mph-intro-copy p:first-child {
    margin-top: 0;
}

.mph-services {
    background: #fff;
}

.mph-service-row {
    min-height: 640px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mph-service-row-reverse .mph-service-image {
    order: 2;
}

.mph-service-row-reverse .mph-service-copy {
    order: 1;
}

.mph-service-image {
    min-height: 590px;
    overflow: hidden;
    background: #d7bd86;
}

.mph-service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.mph-service-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(55px, 7vw, 110px);
    background: #fff;
}

.mph-service-row:nth-child(even) .mph-service-copy {
    background: #f5f1e9;
}

.mph-service-copy h2 {
    margin-bottom: 18px;
    color: #111;
    font-size: clamp(48px, 6vw, 82px);
    text-transform: uppercase;
}

.mph-service-definition {
    margin: 0 0 22px;
    color: var(--warm-red-dark);
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.mph-service-copy > p:not(.mph-section-label):not(.mph-service-definition) {
    max-width: 680px;
    margin: 0 0 28px;
    color: #554f49;
    font-size: 20px;
}

.mph-gallery-section {
    background: #121212;
    color: #fff;
}

.mph-section-heading-centered {
    max-width: 800px;
    margin: 0 auto 48px;
    text-align: center;
}

.mph-section-heading-centered p:last-child {
    color: #c9c9c9;
}

.mph-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.mph-gallery img {
    width: 100%;
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    border: 4px solid #232323;
    transition: transform .2s ease, border-color .2s ease;
}

.mph-gallery img:hover {
    z-index: 2;
    border-color: var(--cream);
    transform: scale(1.05);
}

.mph-area-callout {
    color: #fff;
    background:
        linear-gradient(120deg, rgba(112,68,43,.95), rgba(36,21,14,.98)),
        #382219;
}

.mph-area-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 90px;
    align-items: center;
}

.mph-section-label-light {
    color: var(--cream);
}

.mph-area-grid p:not(.mph-section-label) {
    margin-top: 0;
    color: #eee2d2;
    font-size: 21px;
}

.footer-grid-mph {
    grid-template-columns: 1fr .8fr .7fr 1.5fr;
}

.site-footer {
    padding-top: 58px;
}

.site-footer p {
    margin-top: 0;
}

.site-footer a {
    text-decoration-color: #666;
    text-underline-offset: 3px;
}

.site-footer a:hover {
    color: var(--cream);
}

.footer-bottom a {
    color: #aaa;
}

@media (max-width: 1120px) {
    .brand-image { width: 250px; }
    .primary-nav { gap: 13px; }
    .primary-nav > a, .nav-group-toggle { font-size: 12px; }
    .mph-gallery { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 900px) {
    .header-inner {
        min-height: 78px;
        padding-block: 12px;
        align-items: center;
    }

    .brand-image { width: 250px; }
    .menu-toggle { display: block; margin-left: auto; }

    .primary-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        padding: 16px 24px 24px;
        border-top: 1px solid #333;
        background: #111;
    }

    .primary-nav.is-open {
        display: grid;
    }

    .primary-nav > a,
    .nav-group-toggle {
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }

    .nav-dropdown {
        position: static;
        display: grid;
        padding: 0 0 8px 14px;
        border-top: 0;
        box-shadow: none;
    }

    .mph-hero { min-height: 620px; }
    .mph-hero-overlay {
        background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.55)), linear-gradient(0deg, rgba(0,0,0,.7), transparent 60%);
    }
    .mph-intro-grid,
    .mph-area-grid { grid-template-columns: 1fr; gap: 30px; }
    .mph-intro-copy { padding-top: 0; }
    .mph-service-row { min-height: auto; grid-template-columns: 1fr; }
    .mph-service-row-reverse .mph-service-image,
    .mph-service-row-reverse .mph-service-copy { order: initial; }
    .mph-service-image { min-height: 450px; }
    .mph-gallery { grid-template-columns: repeat(3, 1fr); }
    .footer-grid-mph { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .brand-image { width: 210px; }
    .mph-hero { min-height: 570px; }
    .mph-hero-content { padding-top: 100px; padding-bottom: 80px; }
    .mph-hero h1 { font-size: clamp(48px, 15vw, 70px); }
    .mph-hero-dots { right: 20px; bottom: 24px; }
    .mph-service-image { min-height: 350px; }
    .mph-service-copy { padding: 55px 24px; }
    .mph-gallery { grid-template-columns: repeat(2, 1fr); }
    .footer-grid-mph { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Screen Printing page and constrained homepage hero v0.3.0 */
@media (min-width: 901px) {
    .mph-hero {
        min-height: 0;
        height: clamp(410px, 31.25vw, 500px);
        max-height: 500px;
        align-items: center;
    }

    .mph-hero-content {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .mph-hero h1 {
        max-width: 760px;
        font-size: clamp(52px, 5.8vw, 82px);
    }

    .mph-hero-content > p:not(.mph-kicker) {
        max-width: 650px;
        font-size: clamp(18px, 1.6vw, 22px);
    }

    .mph-hero-slide {
        transform: scale(1);
    }

    .mph-hero-slide.is-active {
        transform: scale(1.018);
    }
}

.sp-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 86% 22%, rgba(198, 58, 35, .22), transparent 32%),
        linear-gradient(125deg, #0d0d0d 0%, #18130f 57%, #352117 100%);
}

.sp-hero::after {
    position: absolute;
    inset: auto -7% -45% auto;
    width: 430px;
    aspect-ratio: 1;
    border: 78px solid rgba(234, 213, 164, .055);
    border-radius: 50%;
    content: "";
}

.sp-hero-grid {
    position: relative;
    z-index: 1;
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
    padding-block: 78px;
}

.sp-hero-copy h1 {
    max-width: 760px;
    margin: 0 0 25px;
    font-size: clamp(60px, 7vw, 96px);
    line-height: .9;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.sp-hero-copy > p:not(.mph-section-label) {
    max-width: 690px;
    margin: 0 0 18px;
    color: #e7dfd5;
    font-size: 20px;
}

.sp-hero-copy .button-row {
    margin-top: 32px;
}

.sp-hero-visual {
    position: relative;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .065);
    box-shadow: 0 35px 80px rgba(0, 0, 0, .42);
    transform: rotate(1.5deg);
}

.sp-hero-visual::before {
    position: absolute;
    inset: -14px 18px 18px -14px;
    z-index: -1;
    border: 3px solid var(--cream);
    content: "";
}

.sp-hero-visual img {
    width: 100%;
    aspect-ratio: 1.5;
    display: block;
    object-fit: cover;
}

.sp-hero-visual figcaption {
    padding: 12px 5px 1px;
    color: #d4c5b2;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sp-intro {
    color: #1c1814;
    background: var(--cream-light);
}

.sp-intro-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: start;
}

.sp-intro h2,
.sp-section-heading h2,
.sp-cost-copy h2,
.sp-turnaround-copy h2,
.sp-cta h2 {
    margin-top: 0;
    font-size: clamp(43px, 5.1vw, 70px);
    line-height: .98;
    letter-spacing: -.035em;
}

.sp-intro-copy {
    padding-top: 26px;
    color: #50453c;
    font-size: 21px;
}

.sp-intro-copy p:first-child {
    margin-top: 0;
}

.sp-products {
    background: #fff;
}

.sp-section-heading {
    max-width: 850px;
    margin-bottom: 46px;
}

.sp-section-heading > p:last-child {
    max-width: 750px;
    color: #625b54;
    font-size: 20px;
}

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

.sp-product-card {
    overflow: hidden;
    border: 1px solid #ded8cf;
    background: #f7f3eb;
    box-shadow: 0 20px 45px rgba(38, 25, 17, .08);
}

.sp-product-card img {
    width: 100%;
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.sp-product-card:hover img {
    transform: scale(1.025);
}

.sp-product-card-copy {
    position: relative;
    min-height: 285px;
    padding: 31px;
}

.sp-card-number {
    position: absolute;
    top: 18px;
    right: 25px;
    margin: 0;
    color: rgba(198, 58, 35, .18);
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
}

.sp-product-card h3,
.sp-method-card h3,
.sp-cost-list h3 {
    margin: 0 0 13px;
    color: #17120f;
    font-size: 29px;
    line-height: 1.05;
    text-transform: uppercase;
}

.sp-product-card-copy > p:last-child {
    margin-bottom: 0;
    color: #5c554e;
}

.sp-methods {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, .95), rgba(44, 28, 20, .97)),
        #111;
}

.sp-section-heading-light > p:last-child {
    color: #ccc2b7;
}

.sp-method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sp-method-card {
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid #3f3833;
    background: #171717;
}

.sp-method-card img {
    width: 100%;
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    filter: saturate(.92) contrast(1.03);
}

.sp-method-card > div {
    padding: 29px;
}

.sp-method-card h3 {
    color: var(--cream);
}

.sp-method-card p {
    margin-bottom: 0;
    color: #cfc9c3;
}

.sp-cost {
    background: #f5f1e9;
}

.sp-cost-grid {
    display: grid;
    grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
    gap: clamp(55px, 8vw, 115px);
    align-items: center;
}

.sp-cost-visual {
    position: relative;
    margin: 0;
    padding: 18px;
    background: #a67b45;
    box-shadow: 17px 17px 0 #1b1714;
}

.sp-cost-visual img {
    width: 100%;
    display: block;
}

.sp-cost-list {
    display: grid;
    gap: 22px;
    margin: 34px 0 38px;
    padding: 0;
    list-style: none;
}

.sp-cost-list li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    align-items: start;
    padding-top: 22px;
    border-top: 1px solid #cfc4b8;
}

.sp-cost-list li > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--warm-red);
    font-size: 22px;
    font-weight: 900;
}

.sp-cost-list h3 {
    font-size: 25px;
}

.sp-cost-list p {
    margin: 0;
    color: #5d554e;
}

.sp-turnaround {
    padding: 84px 0;
    color: #fff;
    background: var(--warm-red-dark);
}

.sp-turnaround-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 90px;
    align-items: center;
}

.sp-turnaround-number {
    margin: -5px 0 -11px;
    color: var(--cream);
    font-size: clamp(110px, 15vw, 190px);
    font-weight: 900;
    letter-spacing: -.075em;
    line-height: .82;
}

.sp-turnaround-unit {
    margin: 0;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sp-turnaround-copy h2 {
    color: #fff;
}

.sp-turnaround-copy p {
    color: #f4ddd8;
    font-size: 20px;
}

.sp-cta {
    background: #fff;
}

.sp-cta-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 85px;
    align-items: center;
    padding: 58px;
    border: 2px solid #17120f;
    box-shadow: 14px 14px 0 var(--cream);
}

.sp-cta-inner > div:last-child > p {
    margin-top: 0;
    color: #5b544d;
    font-size: 20px;
}

@media (max-width: 1000px) {
    .sp-hero-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .sp-hero-visual {
        width: min(760px, 94%);
        margin-inline: auto;
    }

    .sp-product-grid,
    .sp-method-grid {
        grid-template-columns: 1fr;
    }

    .sp-product-card,
    .sp-method-card {
        display: grid;
        grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
        grid-template-rows: 1fr;
    }

    .sp-product-card img,
    .sp-method-card img {
        height: 100%;
        aspect-ratio: auto;
    }

    .sp-product-card-copy {
        min-height: auto;
    }

    .sp-cost-grid {
        grid-template-columns: .78fr 1.22fr;
        gap: 50px;
    }

    .sp-turnaround-grid,
    .sp-cta-inner {
        gap: 45px;
    }
}

@media (max-width: 900px) {
    .mph-hero {
        min-height: 520px;
    }

    .sp-intro-grid,
    .sp-cost-grid,
    .sp-turnaround-grid,
    .sp-cta-inner {
        grid-template-columns: 1fr;
    }

    .sp-intro-grid {
        gap: 26px;
    }

    .sp-intro-copy {
        padding-top: 0;
    }

    .sp-cost-visual {
        width: min(470px, 90%);
        margin-inline: auto;
    }

    .sp-turnaround-grid {
        gap: 36px;
    }
}

@media (max-width: 680px) {
    .mph-hero {
        min-height: 500px;
    }

    .mph-hero-content {
        padding-top: 70px;
        padding-bottom: 65px;
    }

    .sp-hero-grid {
        min-height: auto;
        padding-block: 65px;
    }

    .sp-hero-copy h1 {
        font-size: clamp(50px, 16vw, 72px);
    }

    .sp-hero-copy > p:not(.mph-section-label) {
        font-size: 18px;
    }

    .sp-product-card,
    .sp-method-card {
        display: block;
    }

    .sp-product-card img,
    .sp-method-card img {
        height: auto;
        aspect-ratio: 1;
    }

    .sp-product-card-copy,
    .sp-method-card > div {
        padding: 26px;
    }

    .sp-cost-list li {
        grid-template-columns: 46px 1fr;
        gap: 15px;
    }

    .sp-cost-list li > span {
        width: 42px;
        height: 42px;
    }

    .sp-turnaround {
        padding: 70px 0;
    }

    .sp-turnaround-number {
        font-size: clamp(105px, 37vw, 150px);
    }

    .sp-cta-inner {
        padding: 35px 25px;
        box-shadow: 8px 8px 0 var(--cream);
    }
}

/* Embroidery page v0.4.0 */
.emb-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 20%, rgba(199, 150, 63, .20), transparent 30%),
        linear-gradient(126deg, #0b0b0b 0%, #1a1712 58%, #44331d 100%);
}

.emb-hero::after {
    position: absolute;
    right: -150px;
    bottom: -250px;
    width: 560px;
    aspect-ratio: 1;
    border: 88px solid rgba(234, 213, 164, .05);
    border-radius: 50%;
    content: "";
}

.emb-hero-grid {
    position: relative;
    z-index: 1;
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: center;
    padding-block: 78px;
}

.emb-hero-copy h1 {
    max-width: 800px;
    margin: 0 0 25px;
    font-size: clamp(58px, 7vw, 94px);
    line-height: .9;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.emb-hero-copy > p:not(.mph-section-label) {
    max-width: 710px;
    margin: 0 0 18px;
    color: #e9e1d5;
    font-size: 20px;
}

.emb-hero-copy .button-row {
    margin-top: 32px;
}

.emb-hero-visual {
    position: relative;
    width: min(100%, 455px);
    margin: 0 auto;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .065);
    box-shadow: 0 35px 80px rgba(0, 0, 0, .42);
    transform: rotate(1.5deg);
}

.emb-hero-visual::before {
    position: absolute;
    inset: -14px 18px 18px -14px;
    z-index: -1;
    border: 3px solid var(--cream);
    content: "";
}

.emb-hero-visual img {
    width: 100%;
    aspect-ratio: 2 / 3;
    display: block;
    object-fit: cover;
}

.emb-hero-visual figcaption {
    padding: 12px 5px 1px;
    color: #d7c9b7;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.emb-leadership {
    color: #1c1814;
    background: var(--cream-light);
}

.emb-heading-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 50px;
}

.emb-heading-grid h2,
.emb-section-heading h2,
.emb-cost-copy h2,
.emb-fit h2,
.emb-cta h2 {
    margin: 0;
    font-size: clamp(43px, 5.1vw, 70px);
    line-height: .98;
    letter-spacing: -.035em;
}

.emb-heading-grid > p {
    margin: 0 0 5px;
    color: #50453c;
    font-size: 21px;
}

.emb-value-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.emb-value-card {
    grid-column: span 2;
    min-height: 290px;
    padding: 30px;
    border-top: 6px solid var(--warm-red);
    background: #fff;
    box-shadow: 0 18px 40px rgba(48, 33, 20, .08);
}

.emb-value-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.emb-value-card span {
    display: block;
    margin-bottom: 34px;
    color: var(--warm-red);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .14em;
}

.emb-value-card h3 {
    margin: 0 0 12px;
    color: #18120f;
    font-size: 28px;
    line-height: 1.04;
    text-transform: uppercase;
}

.emb-value-card p {
    margin: 0;
    color: #5c554e;
}

.emb-methods {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, .96), rgba(46, 32, 20, .97)),
        #111;
}

.emb-section-heading {
    max-width: 870px;
    margin-bottom: 52px;
}

.emb-section-heading > p:last-child {
    max-width: 760px;
    color: #cec5bb;
    font-size: 20px;
}

.emb-method-list {
    display: grid;
    gap: 28px;
}

.emb-method-row {
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
    border: 1px solid #3f3831;
    background: #171717;
}

.emb-method-row-reverse figure {
    order: 2;
}

.emb-method-row-reverse > div {
    order: 1;
}

.emb-method-row figure {
    min-height: 430px;
    margin: 0;
    overflow: hidden;
    background: #29231e;
}

.emb-method-row img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.emb-method-row:hover img {
    transform: scale(1.025);
}

.emb-method-row > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 6vw, 78px);
}

.emb-method-number {
    margin: 0 0 20px;
    color: var(--warm-red);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .14em;
}

.emb-method-row h3 {
    margin: 0 0 17px;
    color: var(--cream);
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: .95;
    text-transform: uppercase;
}

.emb-method-row > div > p:not(.emb-method-number) {
    max-width: 680px;
    margin: 0 0 16px;
    color: #d0c9c1;
    font-size: 19px;
}

.emb-cost {
    background: #f5f1e9;
}

.emb-cost-grid {
    display: grid;
    grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
    gap: clamp(55px, 8vw, 115px);
    align-items: center;
}

.emb-cost-visual {
    position: relative;
    width: min(100%, 430px);
    margin: 0 auto;
    padding: 18px;
    background: #a67b45;
    box-shadow: 17px 17px 0 #1b1714;
}

.emb-cost-visual img {
    width: 100%;
    display: block;
}

.emb-cost-list {
    display: grid;
    gap: 22px;
    margin: 34px 0 38px;
    padding: 0;
    list-style: none;
}

.emb-cost-list li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    align-items: start;
    padding-top: 22px;
    border-top: 1px solid #cfc4b8;
}

.emb-cost-list li > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--warm-red);
    font-size: 22px;
    font-weight: 900;
}

.emb-cost-list h3 {
    margin: 0 0 8px;
    color: #17120f;
    font-size: 25px;
    line-height: 1.05;
    text-transform: uppercase;
}

.emb-cost-list p {
    margin: 0;
    color: #5d554e;
}

.emb-fit {
    color: #1b1713;
    background: #fff;
}

.emb-fit-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 85px;
    align-items: center;
}

.emb-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.emb-tag-list span {
    padding: 13px 18px;
    border: 1px solid #cfc5b9;
    background: #f7f3eb;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.emb-cta {
    color: #fff;
    background: var(--warm-red-dark);
}

.emb-cta-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 85px;
    align-items: center;
}

.emb-cta h2 {
    color: #fff;
}

.emb-cta-inner > div:last-child > p {
    margin-top: 0;
    color: #f4ddd8;
    font-size: 20px;
}

@media (max-width: 1000px) {
    .emb-hero-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .emb-hero-visual {
        width: min(500px, 90%);
    }

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

    .emb-value-card,
    .emb-value-card:nth-child(4) {
        grid-column: auto;
    }

    .emb-value-card:last-child {
        grid-column: 1 / -1;
        min-height: 220px;
    }

    .emb-method-row {
        grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    }

    .emb-cost-grid {
        grid-template-columns: .72fr 1.28fr;
        gap: 50px;
    }

    .emb-cta-inner {
        gap: 45px;
    }
}

@media (max-width: 900px) {
    .emb-heading-grid,
    .emb-cost-grid,
    .emb-fit-grid,
    .emb-cta-inner {
        grid-template-columns: 1fr;
    }

    .emb-heading-grid {
        gap: 25px;
    }

    .emb-method-row,
    .emb-method-row-reverse {
        grid-template-columns: 1fr;
    }

    .emb-method-row-reverse figure,
    .emb-method-row-reverse > div {
        order: initial;
    }

    .emb-method-row figure {
        min-height: 0;
    }

    .emb-method-row img {
        aspect-ratio: 16 / 10;
    }

    .emb-fit-grid,
    .emb-cta-inner {
        gap: 38px;
    }
}

@media (max-width: 680px) {
    .emb-hero-grid {
        min-height: auto;
        padding-block: 65px;
    }

    .emb-hero-copy h1 {
        font-size: clamp(49px, 15.5vw, 72px);
    }

    .emb-hero-copy > p:not(.mph-section-label) {
        font-size: 18px;
    }

    .emb-value-grid {
        grid-template-columns: 1fr;
    }

    .emb-value-card:last-child {
        grid-column: auto;
    }

    .emb-value-card {
        min-height: 0;
    }

    .emb-method-row img {
        aspect-ratio: 1;
    }

    .emb-method-row > div {
        padding: 30px 25px;
    }

    .emb-cost-list li {
        grid-template-columns: 46px 1fr;
        gap: 15px;
    }

    .emb-cost-list li > span {
        width: 42px;
        height: 42px;
    }
}

/* MPH Heat Press & DTF page v0.5.0 */
.hp-hero {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 18%, rgba(230, 79, 37, .22), transparent 30%),
        linear-gradient(135deg, #111 0%, #27221d 62%, #5b2d1b 135%);
}

.hp-hero-grid {
    min-height: 690px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    gap: clamp(55px, 7vw, 100px);
    align-items: center;
    padding-block: 80px;
}

.hp-hero-copy h1 {
    max-width: 820px;
    margin-bottom: 25px;
    font-size: clamp(52px, 7.3vw, 94px);
    line-height: .9;
}

.hp-hero-copy > p:not(.mph-section-label) {
    max-width: 760px;
    margin: 0 0 18px;
    color: #d5cec6;
    font-size: 20px;
}

.hp-hero-copy .button-row {
    margin-top: 34px;
}

.hp-hero-visual {
    position: relative;
    width: min(100%, 535px);
    margin: 0 auto;
    padding: 16px;
    background: var(--warm-red);
    box-shadow: 22px 22px 0 #f0d7a7;
    transform: rotate(2deg);
}

.hp-hero-visual::before {
    content: "DTF";
    position: absolute;
    right: -22px;
    top: -28px;
    z-index: 2;
    padding: 9px 15px;
    color: #111;
    background: var(--cream);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .12em;
}

.hp-hero-visual img {
    width: 100%;
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
}

.hp-hero-visual figcaption {
    padding: 14px 4px 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.hp-benefits {
    background: #f4eee3;
}

.hp-heading-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 85px;
    align-items: end;
    margin-bottom: 50px;
}

.hp-heading-grid > p {
    margin: 0 0 8px;
    color: #62584f;
    font-size: 20px;
}

.hp-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hp-benefit-card {
    min-height: 320px;
    padding: 29px;
    border-top: 6px solid var(--warm-red);
    background: #fff;
    box-shadow: 0 18px 38px rgba(41, 29, 20, .08);
}

.hp-benefit-card span {
    display: block;
    margin-bottom: 45px;
    color: var(--warm-red);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .14em;
}

.hp-benefit-card h3 {
    margin-bottom: 12px;
    color: #18120f;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
}

.hp-benefit-card p {
    margin: 0;
    color: #5d554e;
}

.hp-options {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(8, 8, 8, .98), rgba(48, 29, 17, .98)),
        #111;
}

.hp-section-heading {
    max-width: 860px;
    margin-bottom: 52px;
}

.hp-section-heading > p:last-child {
    max-width: 760px;
    color: #cec4ba;
    font-size: 20px;
}

.hp-option-list {
    display: grid;
    gap: 28px;
}

.hp-option-row {
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
    border: 1px solid #45392f;
    background: #171513;
}

.hp-option-row-reverse figure {
    order: 2;
}

.hp-option-row-reverse > div {
    order: 1;
}

.hp-option-row figure {
    min-height: 430px;
    margin: 0;
    overflow: hidden;
    background: #2b241f;
}

.hp-option-row img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.hp-option-row:hover img {
    transform: scale(1.025);
}

.hp-option-row > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 6vw, 78px);
}

.hp-option-number {
    margin: 0 0 20px;
    color: var(--warm-red);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .14em;
}

.hp-option-row h3 {
    margin: 0 0 17px;
    color: var(--cream);
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: .95;
    text-transform: uppercase;
}

.hp-option-row > div > p:not(.hp-option-number) {
    max-width: 680px;
    margin: 0 0 16px;
    color: #d0c7be;
    font-size: 19px;
}

.hp-cost {
    background: #f5f1e9;
}

.hp-cost-grid {
    display: grid;
    grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
    gap: clamp(55px, 8vw, 115px);
    align-items: center;
}

.hp-cost-visual {
    position: relative;
    width: min(100%, 390px);
    margin: 0 auto;
    padding: 17px;
    background: #a67b45;
    box-shadow: 17px 17px 0 #1b1714;
}

.hp-cost-visual img {
    width: 100%;
    display: block;
    background: #e8d8ad;
}

.hp-cost-list {
    display: grid;
    gap: 22px;
    margin: 34px 0 38px;
    padding: 0;
    list-style: none;
}

.hp-cost-list li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    align-items: start;
    padding-top: 22px;
    border-top: 1px solid #cfc4b8;
}

.hp-cost-list li > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--warm-red);
    font-size: 22px;
    font-weight: 900;
}

.hp-cost-list h3 {
    margin: 0 0 8px;
    color: #17120f;
    font-size: 25px;
    line-height: 1.05;
    text-transform: uppercase;
}

.hp-cost-list p {
    margin: 0;
    color: #5d554e;
}

.hp-fit {
    color: #1b1713;
    background: #fff;
}

.hp-fit-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 85px;
    align-items: center;
}

.hp-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hp-tag-list span {
    padding: 13px 18px;
    border: 1px solid #cfc5b9;
    background: #f7f3eb;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hp-cta {
    color: #fff;
    background: var(--warm-red-dark);
}

.hp-cta-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 85px;
    align-items: center;
}

.hp-cta h2 {
    color: #fff;
}

.hp-cta-inner > div:last-child > p {
    margin-top: 0;
    color: #f4ddd8;
    font-size: 20px;
}

@media (max-width: 1060px) {
    .hp-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-benefit-card {
        min-height: 270px;
    }
}

@media (max-width: 1000px) {
    .hp-hero-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .hp-hero-visual {
        width: min(500px, 90%);
    }

    .hp-option-row {
        grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    }

    .hp-cost-grid {
        grid-template-columns: .72fr 1.28fr;
        gap: 50px;
    }

    .hp-cta-inner {
        gap: 45px;
    }
}

@media (max-width: 900px) {
    .hp-heading-grid,
    .hp-cost-grid,
    .hp-fit-grid,
    .hp-cta-inner {
        grid-template-columns: 1fr;
    }

    .hp-heading-grid {
        gap: 25px;
    }

    .hp-option-row,
    .hp-option-row-reverse {
        grid-template-columns: 1fr;
    }

    .hp-option-row-reverse figure,
    .hp-option-row-reverse > div {
        order: initial;
    }

    .hp-option-row figure {
        min-height: 0;
    }

    .hp-option-row img {
        aspect-ratio: 16 / 10;
    }

    .hp-fit-grid,
    .hp-cta-inner {
        gap: 38px;
    }
}

@media (max-width: 680px) {
    .hp-hero-grid {
        min-height: auto;
        padding-block: 65px;
    }

    .hp-hero-copy h1 {
        font-size: clamp(47px, 14.5vw, 70px);
    }

    .hp-hero-copy > p:not(.mph-section-label) {
        font-size: 18px;
    }

    .hp-benefit-grid {
        grid-template-columns: 1fr;
    }

    .hp-benefit-card {
        min-height: 0;
    }

    .hp-option-row img {
        aspect-ratio: 1;
    }

    .hp-option-row > div {
        padding: 30px 25px;
    }

    .hp-cost-list li {
        grid-template-columns: 46px 1fr;
        gap: 15px;
    }

    .hp-cost-list li > span {
        width: 42px;
        height: 42px;
    }
}

/* MPH ordering information v0.6.0 */
.order-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 24%, rgba(198, 58, 35, .32), transparent 30%),
        linear-gradient(128deg, #0b0b0b 0%, #211814 68%, #4b1e15 130%);
}

.order-hero::before {
    content: "ORDER";
    position: absolute;
    right: -2vw;
    bottom: -5vw;
    color: rgba(255, 255, 255, .035);
    font-size: clamp(130px, 24vw, 360px);
    font-weight: 900;
    line-height: .75;
    letter-spacing: -.08em;
    pointer-events: none;
}

.order-hero-grid {
    position: relative;
    z-index: 2;
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: clamp(55px, 8vw, 110px);
    align-items: center;
    padding-block: 85px;
}

.order-hero-copy h1 {
    max-width: 760px;
    margin-bottom: 26px;
    font-size: clamp(58px, 7.4vw, 104px);
    line-height: .86;
    letter-spacing: -.05em;
}

.order-hero-copy > p:not(.mph-section-label) {
    max-width: 735px;
    margin: 0 0 34px;
    color: #e4ddd6;
    font-size: 21px;
}

.order-start-card {
    position: relative;
    padding: clamp(32px, 4vw, 48px);
    color: #1a1511;
    background: var(--cream);
    box-shadow: 22px 22px 0 var(--warm-red);
}

.order-start-card::before,
.order-start-card::after {
    content: "";
    position: absolute;
    width: 58px;
    height: 9px;
    background: rgba(255, 255, 255, .62);
    transform: rotate(-4deg);
}

.order-start-card::before {
    top: 8px;
    left: 28px;
}

.order-start-card::after {
    right: 28px;
    bottom: 8px;
}

.order-start-number {
    margin: 0 0 16px;
    color: var(--warm-red-dark);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.order-start-card h2 {
    margin-bottom: 25px;
    color: #17120f;
    font-size: clamp(33px, 3.2vw, 48px);
    text-transform: uppercase;
}

.order-start-card ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.order-start-card li {
    position: relative;
    padding-left: 29px;
    font-weight: 800;
}

.order-start-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--warm-red-dark);
    font-weight: 900;
}

.order-start-note {
    margin: 28px 0 0;
    padding-top: 22px;
    border-top: 1px solid rgba(38, 27, 18, .23);
    color: #4d3c30;
    font-size: 16px;
}

.order-process {
    background: #f5f0e7;
}

.order-section-heading {
    max-width: 850px;
    margin-bottom: 58px;
}

.order-section-heading > p:last-child {
    max-width: 760px;
    color: #61574f;
    font-size: 20px;
}

.order-step-list {
    display: grid;
    gap: 18px;
}

.order-step {
    display: grid;
    grid-template-columns: 190px 1fr;
    min-height: 280px;
    border: 1px solid #d5cabd;
    background: #fff;
    box-shadow: 0 18px 42px rgba(40, 27, 18, .055);
}

.order-step-marker {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 24px;
    color: #fff;
    background: #181513;
}

.order-step-marker > span {
    align-self: flex-start;
    color: var(--cream);
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .15em;
}

.order-step-marker svg {
    width: 82px;
    height: 82px;
    fill: none;
    stroke: var(--cream);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.order-step > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 62px);
}

.order-step-label {
    margin: 0 0 8px;
    color: var(--warm-red);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.order-step h3 {
    margin: 0 0 15px;
    color: #18130f;
    font-size: clamp(31px, 3.4vw, 47px);
    line-height: .98;
    text-transform: uppercase;
}

.order-step > div:last-child > p:not(.order-step-label) {
    max-width: 820px;
    margin: 0;
    color: #5c544d;
    font-size: 19px;
}

.order-step a {
    margin-top: 18px;
    color: var(--warm-red-dark);
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.order-step a:hover {
    text-decoration: underline;
}

.order-pricing {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(9, 9, 9, .98), rgba(48, 30, 20, .98)),
        #111;
}

.order-pricing-heading {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 55px;
}

.order-pricing-heading h2 {
    color: #fff;
}

.order-pricing-heading > p {
    margin: 0 0 9px;
    color: #cfc4ba;
    font-size: 20px;
}

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

.order-price-panel {
    display: flex;
    flex-direction: column;
    padding: clamp(34px, 5vw, 58px);
    border-top: 8px solid var(--warm-red);
    background: #f5f0e7;
    color: #18130f;
}

.order-price-embroidery {
    border-color: var(--cream);
}

.order-price-title {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    margin-bottom: 32px;
}

.order-price-title > span {
    min-width: 52px;
    color: var(--warm-red);
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .14em;
}

.order-price-title p {
    margin: 0 0 5px;
    color: #71665c;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.order-price-title h3 {
    margin: 0;
    color: #17120f;
    font-size: clamp(36px, 4.2vw, 56px);
    text-transform: uppercase;
}

.order-price-panel dl {
    display: grid;
    gap: 0;
    margin: 0 0 38px;
}

.order-price-panel dl > div {
    padding: 23px 0;
    border-top: 1px solid #cfc4b8;
}

.order-price-panel dt {
    margin-bottom: 7px;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
}

.order-price-panel dd {
    margin: 0;
    color: #5c544d;
}

.order-price-panel .button {
    align-self: flex-start;
    margin-top: auto;
}

.order-faq {
    background: #fff;
}

.order-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
    gap: clamp(55px, 8vw, 115px);
    align-items: start;
}

.order-faq-intro {
    position: sticky;
    top: 130px;
}

.order-faq-intro > p:not(.mph-section-label) {
    color: #61574f;
    font-size: 19px;
}

.order-contact-box {
    display: grid;
    gap: 5px;
    margin-top: 34px;
    padding: 26px;
    border-left: 6px solid var(--warm-red);
    background: #f5f0e7;
}

.order-contact-box strong:not(:first-child) {
    margin-top: 14px;
}

.order-contact-box a {
    color: var(--warm-red-dark);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.order-faq-list {
    border-top: 1px solid #ccc1b5;
}

.order-faq-list details {
    border-bottom: 1px solid #ccc1b5;
}

.order-faq-list summary {
    position: relative;
    padding: 27px 55px 27px 0;
    color: #19140f;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.12;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
}

.order-faq-list summary::-webkit-details-marker {
    display: none;
}

.order-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--warm-red);
    font-size: 28px;
    line-height: 1;
    transform: translateY(-50%);
}

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

.order-faq-list details p {
    max-width: 780px;
    margin: -4px 0 0;
    padding: 0 55px 29px 0;
    color: #5c544d;
    font-size: 18px;
}

.order-cta {
    color: #fff;
    background: var(--warm-red-dark);
}

.order-cta-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 85px;
    align-items: center;
}

.order-cta h2 {
    color: #fff;
}

.order-cta-inner > div:last-child > p {
    margin-top: 0;
    color: #f4ddd8;
    font-size: 20px;
}

@media (max-width: 1000px) {
    .order-hero-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .order-start-card {
        width: min(680px, calc(100% - 24px));
    }

    .order-pricing-heading,
    .order-faq-grid,
    .order-cta-inner {
        grid-template-columns: 1fr;
    }

    .order-pricing-heading,
    .order-cta-inner {
        gap: 32px;
    }

    .order-faq-intro {
        position: static;
    }
}

@media (max-width: 820px) {
    .order-step {
        grid-template-columns: 130px 1fr;
    }

    .order-pricing-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .order-hero-grid {
        min-height: auto;
        padding-block: 65px;
    }

    .order-hero-copy h1 {
        font-size: clamp(48px, 15vw, 72px);
    }

    .order-hero-copy > p:not(.mph-section-label) {
        font-size: 18px;
    }

    .order-start-card {
        width: calc(100% - 16px);
        box-shadow: 14px 14px 0 var(--warm-red);
    }

    .order-step {
        grid-template-columns: 1fr;
    }

    .order-step-marker {
        min-height: 120px;
        flex-direction: row;
    }

    .order-step-marker svg {
        width: 64px;
        height: 64px;
    }

    .order-step > div:last-child {
        padding: 30px 25px;
    }

    .order-price-panel {
        padding: 30px 24px;
    }

    .order-price-title {
        gap: 13px;
    }

    .order-price-title > span {
        min-width: 38px;
    }

    .order-faq-list summary {
        padding-right: 48px;
        font-size: 21px;
    }

    .order-faq-list details p {
        padding-right: 0;
    }
}

/* Apparel Catalogs page v0.7.0 */
.catalogs-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 86% 18%, rgba(198, 58, 35, .28), transparent 30%),
        linear-gradient(125deg, #0e0d0c 0%, #241710 62%, #4b2a19 120%);
}

.catalogs-hero::before,
.catalogs-hero::after {
    position: absolute;
    border: 1px solid rgba(234, 213, 164, .12);
    border-radius: 50%;
    content: "";
}

.catalogs-hero::before {
    width: 520px;
    height: 520px;
    right: -165px;
    top: -215px;
}

.catalogs-hero::after {
    width: 360px;
    height: 360px;
    right: -25px;
    bottom: -250px;
}

.catalogs-hero-grid {
    position: relative;
    z-index: 1;
    min-height: 625px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
    gap: clamp(55px, 8vw, 115px);
    align-items: center;
    padding-block: 86px;
}

.catalogs-hero-copy h1 {
    max-width: 850px;
    margin-bottom: 25px;
    font-size: clamp(58px, 7.4vw, 102px);
    line-height: .88;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.catalogs-hero-copy > p:not(.mph-section-label) {
    max-width: 720px;
    margin: 0 0 32px;
    color: #e8dfd4;
    font-size: 21px;
}

.catalogs-hero-note {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .19);
    background: rgba(15, 13, 12, .72);
    box-shadow: 20px 20px 0 rgba(234, 213, 164, .12);
    backdrop-filter: blur(12px);
}

.catalogs-note-label,
.catalogs-card-kicker {
    margin: 0 0 22px;
    color: var(--cream);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.catalogs-hero-note ol {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalogs-hero-note li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 15px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.catalogs-hero-note li span {
    color: var(--warm-red);
    font-size: 18px;
    font-weight: 900;
}

.catalogs-hero-note li strong {
    font-size: 19px;
    line-height: 1.2;
}

.catalogs-suppliers {
    color: #1c1814;
    background: var(--cream-light);
}

.catalogs-heading {
    max-width: 875px;
    margin-bottom: 48px;
}

.catalogs-heading h2,
.catalogs-ready h2 {
    margin-bottom: 20px;
    font-size: clamp(43px, 5.4vw, 73px);
    line-height: .97;
    letter-spacing: -.038em;
}

.catalogs-heading > p:last-child {
    max-width: 790px;
    color: #574c43;
    font-size: 20px;
}

.catalogs-heading-centered {
    margin-inline: auto;
    text-align: center;
}

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

.catalogs-supplier-card {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    padding: clamp(34px, 4.4vw, 55px);
    overflow: hidden;
    color: #fff;
    background: #171412;
    box-shadow: 0 25px 55px rgba(55, 35, 23, .15);
}

.catalogs-supplier-card::after {
    position: absolute;
    width: 290px;
    height: 290px;
    right: -150px;
    bottom: -160px;
    border: 52px solid rgba(255, 255, 255, .04);
    border-radius: 50%;
    content: "";
}

.catalogs-supplier-sanMar {
    border-top: 8px solid var(--warm-red);
}

.catalogs-supplier-ss {
    border-top: 8px solid var(--cream);
    background: #2b1b13;
}

.catalogs-supplier-mark {
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center;
    margin-bottom: 43px;
    color: #15110e;
    background: var(--cream);
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -.04em;
    box-shadow: 8px 8px 0 var(--warm-red);
}

.catalogs-supplier-ss .catalogs-supplier-mark {
    color: #fff;
    background: var(--warm-red);
    box-shadow: 8px 8px 0 rgba(234, 213, 164, .55);
}

.catalogs-supplier-card h3 {
    margin-bottom: 17px;
    color: #fff;
    font-size: clamp(36px, 4vw, 53px);
    text-transform: uppercase;
}

.catalogs-supplier-card > p:not(.catalogs-card-kicker) {
    margin-top: 0;
    color: #d7cdc4;
}

.catalogs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 8px 0 35px;
    padding: 0;
    list-style: none;
}

.catalogs-tags li {
    padding: 7px 11px;
    color: #eee5da;
    border: 1px solid rgba(255, 255, 255, .18);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.catalogs-card-link {
    position: relative;
    z-index: 1;
    margin-top: auto;
    color: var(--cream);
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.catalogs-card-link:hover {
    color: #fff;
}

.catalogs-how {
    background: #fff;
}

.catalogs-process {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #d8d0c7;
}

.catalogs-process li {
    min-height: 330px;
    padding: 40px;
    background: #f7f3ed;
}

.catalogs-step-number {
    display: block;
    margin-bottom: 70px;
    color: var(--warm-red);
    font-size: 23px;
    font-weight: 900;
}

.catalogs-process h3 {
    margin-bottom: 14px;
    color: #17120f;
    font-size: 29px;
    text-transform: uppercase;
}

.catalogs-process p {
    margin-bottom: 0;
    color: #5b534c;
}

.catalogs-ready {
    color: #fff;
    background:
        linear-gradient(125deg, rgba(19, 15, 13, .98), rgba(93, 49, 29, .97)),
        #17110e;
}

.catalogs-ready-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
    gap: clamp(55px, 8vw, 105px);
    align-items: center;
}

.catalogs-ready-grid > div:first-child > p:last-child {
    max-width: 760px;
    margin-bottom: 0;
    color: #ded3c7;
    font-size: 20px;
}

.catalogs-ready-actions {
    display: grid;
    gap: 13px;
}

.catalogs-ready-actions .button {
    width: 100%;
}

.catalogs-ready-actions p {
    margin: 13px 0 0;
    color: #cdbfb2;
    font-size: 16px;
    text-align: center;
}

.catalogs-ready-actions p a {
    color: #fff;
}

@media (max-width: 930px) {
    .catalogs-hero-grid,
    .catalogs-ready-grid {
        grid-template-columns: 1fr;
    }

    .catalogs-hero-grid {
        min-height: auto;
        gap: 48px;
        padding-block: 72px;
    }

    .catalogs-hero-note {
        max-width: 620px;
    }

    .catalogs-card-grid,
    .catalogs-process {
        grid-template-columns: 1fr;
    }

    .catalogs-supplier-card {
        min-height: 465px;
    }

    .catalogs-process li {
        min-height: auto;
    }

    .catalogs-step-number {
        margin-bottom: 35px;
    }
}

@media (max-width: 600px) {
    .catalogs-hero-copy h1 {
        font-size: clamp(50px, 15vw, 72px);
    }

    .catalogs-hero-note,
    .catalogs-supplier-card,
    .catalogs-process li {
        padding: 28px;
    }

    .catalogs-supplier-mark {
        margin-bottom: 35px;
    }
}

/* Quote request system v0.8.0 */
.quote-page-hero {
    background: linear-gradient(135deg, #111111 0%, #242424 100%);
}

.quote-form-section {
    padding-top: clamp(2.5rem, 5vw, 5rem);
}

.quote-layout {
    display: grid;
    grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
}

.quote-sidebar {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 7.5rem;
}

.quote-sidebar-card,
.quote-form-card,
.confirmation-shell,
.staff-table-shell,
.staff-detail-card {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 1.25rem;
    box-shadow: 0 18px 55px rgba(17, 17, 17, 0.08);
}

.quote-sidebar-card {
    padding: 1.5rem;
}

.quote-sidebar-card h2,
.quote-sidebar-card h3 {
    margin-top: 0;
}

.quote-sidebar-contact {
    background: #111111;
    color: #ffffff;
}

.quote-sidebar-contact a {
    color: #f5ce32;
}

.compact-list {
    gap: 0.75rem;
}

.quote-form-card {
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.form-notice-warning {
    background: #fff8dc;
    border-color: #e8cc5a;
    color: #4b3a00;
    margin-bottom: 1.5rem;
}

.form-error-summary {
    background: #fff2f2;
    border: 1px solid #d84b4b;
    border-radius: 0.85rem;
    color: #7b1717;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
}

.form-error-summary ul {
    margin: 0.6rem 0 0;
    padding-left: 1.25rem;
}

.honeypot-field {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

.quote-form-live {
    display: grid;
    gap: 2rem;
}

.quote-form-step {
    border: 0;
    margin: 0;
    padding: 0 0 2rem;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
    display: grid;
    gap: 1.25rem;
}

.quote-form-step > legend {
    align-items: center;
    color: #111111;
    display: flex;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    font-weight: 800;
    margin-bottom: 1.35rem;
    width: 100%;
}

.quote-form-step > legend span {
    align-items: center;
    background: #f5ce32;
    border-radius: 50%;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    margin-right: 0.75rem;
    width: 2.25rem;
}

.form-field,
.choice-field,
.upload-field {
    display: grid;
    gap: 0.45rem;
}

.form-field > span,
.upload-field > span,
.choice-field > legend {
    color: #222222;
    font-weight: 700;
}

.form-field em,
.choice-field em {
    color: #b22222;
    font-style: normal;
}

.form-field input,
.form-field select,
.form-field textarea,
.size-input-grid input,
.upload-drop-zone {
    background: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 0.65rem;
    color: #111111;
    font: inherit;
    width: 100%;
}

.form-field input,
.form-field select,
.form-field textarea {
    padding: 0.8rem 0.9rem;
}

.form-field textarea {
    min-height: 7rem;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.size-input-grid input:focus,
.upload-drop-zone:focus-within {
    border-color: #111111;
    box-shadow: 0 0 0 3px rgba(245, 206, 50, 0.55);
    outline: none;
}

.form-field small,
.choice-field small,
.upload-field small,
.quote-submit-note {
    color: #666666;
    line-height: 1.45;
}

.has-error input,
.has-error select,
.has-error textarea,
.has-error .upload-drop-zone {
    border-color: #c53c3c;
}

.has-error > small,
.field-error-standalone {
    color: #a32020 !important;
    font-weight: 700;
}

.choice-field {
    border: 0;
    margin: 0;
    padding: 0;
}

.choice-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.choice-pill,
.switch-choice,
.terms-check {
    cursor: pointer;
}

.choice-pill input,
.checkbox-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.choice-pill span,
.checkbox-card span,
.switch-choice {
    align-items: center;
    background: #f4f4f4;
    border: 1px solid #d2d2d2;
    border-radius: 0.7rem;
    display: flex;
    min-height: 2.8rem;
    padding: 0.7rem 0.9rem;
}

.choice-pill input:checked + span,
.checkbox-card input:checked + span {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
    box-shadow: inset 4px 0 0 #f5ce32;
}

.choice-pill input:focus-visible + span,
.checkbox-card input:focus-visible + span {
    box-shadow: 0 0 0 3px rgba(245, 206, 50, 0.65);
}

.size-breakdown-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.size-breakdown-heading h3,
.size-breakdown-heading p,
.size-group p {
    margin: 0;
}

.size-breakdown-heading p {
    color: #666666;
}

.size-breakdown-heading strong {
    background: #111111;
    border-radius: 999px;
    color: #ffffff;
    padding: 0.45rem 0.8rem;
    white-space: nowrap;
}

.size-group {
    display: grid;
    gap: 0.55rem;
}

.size-group > p {
    font-weight: 800;
}

.size-input-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(3.25rem, 1fr));
    gap: 0.5rem;
}

.size-input-grid label {
    display: grid;
    gap: 0.35rem;
    text-align: center;
}

.size-input-grid label span {
    font-size: 0.86rem;
    font-weight: 700;
}

.size-input-grid input {
    padding: 0.65rem 0.25rem;
    text-align: center;
}

.decoration-location-field {
    margin-top: 0.5rem;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
}

.checkbox-card span {
    height: 100%;
    justify-content: center;
    text-align: center;
}

.service-detail-panels:empty {
    display: none;
}

.service-detail-panel {
    background: #f7f7f7;
    border-left: 5px solid #f5ce32;
    border-radius: 0.75rem;
    display: grid;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
}

.service-detail-panel[hidden] {
    display: none;
}

.service-detail-panel h3 {
    margin: 0;
}

.switch-choice {
    gap: 0.65rem;
    width: fit-content;
}

.switch-choice input {
    accent-color: #111111;
    height: 1.1rem;
    width: 1.1rem;
}

.upload-drop-zone {
    align-items: center;
    border: 2px dashed #a9a9a9;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 12rem;
    padding: 1.5rem;
    text-align: center;
    transition: border-color 160ms ease, background 160ms ease;
}

.upload-drop-zone.is-dragging {
    background: #fff9de;
    border-color: #111111;
}

.upload-drop-zone input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.upload-icon {
    align-items: center;
    background: #111111;
    border-radius: 50%;
    color: #f5ce32;
    display: flex;
    font-size: 1.5rem;
    height: 3rem;
    justify-content: center;
    margin-bottom: 0.65rem;
    width: 3rem;
}

.selected-file-list {
    display: grid;
    gap: 0.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.selected-file-list li {
    align-items: center;
    background: #f3f3f3;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    padding: 0.55rem 0.75rem;
}

.selected-file-list small {
    white-space: nowrap;
}

.quote-submit-panel {
    display: grid;
    gap: 1rem;
}

.terms-check {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    line-height: 1.5;
}

.terms-check input {
    accent-color: #111111;
    flex: 0 0 auto;
    height: 1.15rem;
    margin-top: 0.2rem;
    width: 1.15rem;
}

.quote-submit-button {
    justify-self: start;
}

.quote-submit-button[disabled] {
    cursor: not-allowed;
    opacity: 0.55;
}

.quote-submit-button.is-submitting {
    opacity: 0.72;
    pointer-events: none;
}

.quote-submit-note {
    margin: 0;
}

.quote-confirmation-hero {
    text-align: center;
}

.confirmation-mark {
    align-items: center;
    background: #f5ce32;
    border-radius: 50%;
    color: #111111;
    display: flex;
    font-size: 2.2rem;
    font-weight: 900;
    height: 4.5rem;
    justify-content: center;
    margin: 0 auto 1rem;
    width: 4.5rem;
}

.confirmation-shell {
    padding: clamp(1.5rem, 4vw, 3rem);
}

.confirmation-reference {
    background: #111111;
    border-radius: 1rem;
    color: #ffffff;
    display: grid;
    gap: 0.35rem;
    padding: 1.35rem;
    text-align: center;
}

.confirmation-reference span {
    color: #cfcfcf;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.confirmation-reference strong {
    color: #f5ce32;
    font-size: clamp(1.45rem, 4vw, 2.2rem);
    letter-spacing: 0.04em;
}

.confirmation-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.confirmation-details div {
    background: #f4f4f4;
    border-radius: 0.75rem;
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
}

.confirmation-details span {
    color: #666666;
    font-size: 0.9rem;
}

.confirmation-message {
    border-top: 1px solid #dddddd;
    padding-top: 1.5rem;
}

.centered-buttons {
    justify-content: center;
}

.staff-page-hero {
    background: #111111;
}

.staff-table-shell,
.staff-detail-card {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.staff-table-heading,
.staff-detail-actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.staff-table-heading h2,
.staff-table-heading p {
    margin: 0;
}

.responsive-table {
    overflow-x: auto;
    margin-top: 1.5rem;
}

.staff-table {
    border-collapse: collapse;
    min-width: 850px;
    width: 100%;
}

.staff-table th,
.staff-table td {
    border-bottom: 1px solid #e1e1e1;
    padding: 0.9rem 0.7rem;
    text-align: left;
    vertical-align: top;
}

.staff-table th {
    color: #666666;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.staff-table td small {
    color: #666666;
    display: block;
}

.status-badge {
    background: #e9e9e9;
    border-radius: 999px;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    margin-left: 0.45rem;
    padding: 0.25rem 0.55rem;
    text-transform: uppercase;
}

.status-new {
    background: #fff0a8;
    color: #4b3b00;
}

.empty-state {
    padding: 3rem 1rem;
    text-align: center;
}

.staff-pagination {
    margin-top: 1.5rem;
}

.staff-quote-detail {
    display: grid;
    gap: 1.25rem;
}

.staff-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.staff-detail-card h2 {
    margin-top: 0;
}

.staff-detail-card dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.staff-detail-card dl div {
    display: grid;
    grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #eeeeee;
}

.staff-detail-card dt {
    color: #666666;
    font-weight: 700;
}

.staff-detail-card dd {
    margin: 0;
}

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

.preserve-lines {
    white-space: pre-line;
}

.data-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.data-chip-grid span {
    background: #111111;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    gap: 0.5rem;
    padding: 0.45rem 0.7rem;
}

.data-chip-grid strong {
    color: #f5ce32;
}

.staff-file-list {
    display: grid;
    gap: 0.65rem;
}

.staff-file-list a {
    align-items: center;
    background: #f4f4f4;
    border-radius: 0.65rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
}

.staff-file-list small {
    color: #666666;
}

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

    .quote-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
    }

    .size-input-grid {
        grid-template-columns: repeat(5, minmax(3.25rem, 1fr));
    }

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

@media (max-width: 700px) {
    .quote-sidebar,
    .staff-detail-grid,
    .confirmation-details {
        grid-template-columns: 1fr;
    }

    .quote-form-card {
        border-radius: 0.9rem;
        padding: 1rem;
    }

    .size-breakdown-heading,
    .staff-table-heading,
    .staff-detail-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .size-input-grid {
        grid-template-columns: repeat(3, minmax(3.25rem, 1fr));
    }

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

    .quote-submit-button {
        justify-self: stretch;
        text-align: center;
    }

    .staff-file-list a {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Reset the original disabled preview-form rules for the live quote form. */
.quote-form.quote-form-live {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.quote-form-live fieldset {
    opacity: 1;
}

.quote-form-live label {
    font-weight: inherit;
    margin-bottom: 0;
}

/* MPH v0.8.2: Keep the secondary action readable on the light quote confirmation panel. */
.confirmation-shell .button-secondary {
    color: var(--black);
    border-color: #777;
    background: transparent;
}

.confirmation-shell .button-secondary:hover,
.confirmation-shell .button-secondary:focus-visible {
    color: var(--white);
    border-color: var(--black);
    background: var(--black);
}

/* MPH Spirit Stores v1.4.0 */
.spirit-preview-bar { padding:9px 18px; color:#fff; background:#8b6500; text-align:center; font-size:13px; font-weight:900; letter-spacing:.08em; }
.spirit-public-hero, .spirit-store-header, .spirit-checkout-hero { color:#fff; background:#111; }
.spirit-public-hero { padding:90px 0 78px; }
.spirit-public-hero h1, .spirit-store-header h1, .spirit-checkout-hero h1 { margin:0 0 12px; font-size:clamp(48px,7vw,82px); }
.spirit-public-hero p:last-child, .spirit-store-header p:last-child, .spirit-checkout-hero p { max-width:720px; color:#d2d2d2; }
.spirit-directory-section { background:#f4f3ef; }
.spirit-directory-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.spirit-directory-card { min-height:285px; display:flex; flex-direction:column; padding:28px; border-top:6px solid var(--warm-red); background:#fff; box-shadow:0 12px 30px rgba(0,0,0,.08); text-decoration:none; }
.spirit-directory-card:hover { transform:translateY(-2px); }
.spirit-directory-card h2 { margin:12px 0 5px; font-size:32px; }
.spirit-directory-card p { margin:0; color:#666; }
.spirit-directory-card > div { display:grid; margin-top:auto; padding-top:28px; }
.spirit-directory-card > div span { color:#777; font-size:13px; font-weight:800; text-transform:uppercase; }
.spirit-directory-card > small { margin-top:20px; color:var(--warm-red); font-weight:900; }
.spirit-open-pill { width:max-content; padding:4px 8px; border-radius:999px; color:#155534; background:#dff3e7; font-size:11px; font-weight:900; }
.spirit-public-empty { max-width:760px; margin:auto; padding:55px 30px; border:1px solid #e0ded8; background:#fff; text-align:center; }
.spirit-public-empty h2 { font-size:38px; }
.spirit-store-header { padding:62px 0 52px; }
.spirit-store-header-inner { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }
.spirit-store-header h1 { max-width:900px; }
.spirit-cart-link { min-width:115px; display:flex; align-items:center; justify-content:center; gap:10px; padding:14px 18px; color:#111; background:var(--cream); font-weight:900; text-decoration:none; }
.spirit-cart-link strong { min-width:26px; height:26px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--warm-red); font-size:13px; }
.spirit-store-info { border-bottom:1px solid #ddd; background:#f4f3ef; }
.spirit-info-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); }
.spirit-info-grid > div { display:grid; gap:2px; min-height:105px; align-content:center; padding:18px 28px; border-right:1px solid #ddd; }
.spirit-info-grid > div:last-child { border-right:0; }
.spirit-info-grid span { color:var(--warm-red); font-size:12px; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.spirit-info-grid strong { font-size:20px; }
.spirit-info-grid small { color:#666; }
.spirit-products-section { background:#fff; }
.spirit-product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.spirit-product-card { overflow:hidden; border:1px solid #dedede; background:#fff; box-shadow:0 10px 25px rgba(0,0,0,.06); }
.spirit-product-image { aspect-ratio:1 / 1; display:grid; place-items:center; overflow:hidden; background:#f3f2ee; }
.spirit-product-image img { width:100%; height:100%; object-fit:contain; }
.spirit-art-placeholder { width:110px; height:110px; display:grid; place-items:center; border-radius:50%; color:#fff; background:#222; font-size:30px; font-weight:900; }
.spirit-product-body { padding:24px; }
.spirit-product-style { margin:0 0 4px; color:#888; font-size:12px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.spirit-product-body h2 { margin:0 0 8px; font-size:30px; }
.spirit-product-body > p:not(.spirit-product-style) { color:#666; font-size:16px; }
.spirit-product-price { margin:18px 0; font-size:26px; font-weight:900; }
.spirit-product-price small { color:#888; font-size:12px; font-weight:600; }
.spirit-buy-form { display:grid; grid-template-columns:1fr 1fr 80px; gap:10px; }
.spirit-buy-form label { display:grid; gap:5px; color:#555; font-size:12px; font-weight:800; }
.spirit-buy-form select, .spirit-buy-form input, .spirit-customer-form input { width:100%; min-height:44px; padding:9px 10px; border:1px solid #bbb; background:#fff; font:inherit; }
.spirit-buy-form .button { grid-column:1 / -1; width:100%; margin-top:4px; }
.spirit-preview-product-note { padding:12px; color:#705500; background:#fff1bf; font-size:13px; font-weight:700; }
.spirit-cart-flash { margin-bottom:20px; padding:13px 16px; color:#164d31; border:1px solid #abd4bd; background:#e8f7ee; font-weight:800; }
.spirit-closed-notice { display:grid; gap:3px; margin-bottom:24px; padding:18px 20px; color:#6b2525; border-left:5px solid #a02d2d; background:#f9e5e5; }
.spirit-checkout-hero { padding:58px 0 48px; }
.spirit-back-store { display:inline-block; margin-bottom:20px; color:#e6d19f; font-weight:800; text-decoration:none; }
.spirit-cart-page, .spirit-checkout-page { background:#f4f3ef; }
.narrow-spirit-cart { max-width:980px; }
.spirit-cart-lines { display:grid; gap:10px; }
.spirit-cart-lines article { display:grid; grid-template-columns:86px minmax(0,1fr) 120px auto auto; align-items:center; gap:16px; padding:14px; border:1px solid #ddd; background:#fff; }
.spirit-cart-thumb { width:86px; height:86px; display:grid; place-items:center; overflow:hidden; background:#f5f4f0; }
.spirit-cart-thumb img { width:100%; height:100%; object-fit:contain; }
.spirit-cart-lines article > div:nth-child(2) { display:grid; }
.spirit-cart-lines article span, .spirit-cart-lines article small { color:#777; }
.spirit-cart-lines article form { margin:0; }
.spirit-cart-lines article form label { display:flex; align-items:center; gap:6px; font-size:13px; font-weight:800; }
.spirit-cart-lines article form input { width:62px; padding:6px; }
.spirit-cart-lines article form button { margin-top:5px; padding:0; border:0; color:var(--warm-red); background:transparent; font-weight:900; cursor:pointer; }
.spirit-remove-line { font-size:12px; }
.spirit-cart-summary { width:min(100%,460px); display:grid; gap:12px; margin:22px 0 0 auto; padding:24px; background:#fff; border-top:5px solid var(--warm-red); }
.spirit-cart-summary > span { display:flex; justify-content:space-between; gap:20px; font-size:20px; }
.spirit-cart-summary small { color:#777; }
.spirit-checkout-grid { display:grid; grid-template-columns:minmax(0,1fr) 410px; gap:25px; align-items:start; }
.spirit-checkout-form-card, .spirit-order-summary { padding:30px; background:#fff; box-shadow:0 10px 28px rgba(0,0,0,.06); }
.spirit-checkout-form-card h2, .spirit-order-summary h2 { font-size:34px; }
.spirit-customer-form { display:grid; gap:16px; }
.spirit-customer-form label { display:grid; gap:6px; font-size:14px; font-weight:800; }
.spirit-pickup-box { display:grid; gap:4px; margin:6px 0; padding:18px; border-left:5px solid var(--warm-red); background:#f8f1e3; }
.spirit-pickup-box > span { color:var(--warm-red); font-size:12px; font-weight:900; text-transform:uppercase; }
.spirit-pickup-box p { margin:3px 0 0; color:#666; }
.spirit-square-button { width:100%; }
.spirit-secure-note { color:#777; line-height:1.4; }
.spirit-checkout-error { margin-bottom:18px; padding:13px 16px; color:#7f2424; border:1px solid #e6b4b4; background:#fdecec; }
.spirit-order-summary > div:not(.spirit-summary-totals) { display:flex; justify-content:space-between; gap:18px; padding:11px 0; border-bottom:1px solid #eee; }
.spirit-order-summary > div > span { display:grid; }
.spirit-order-summary small { color:#777; }
.spirit-summary-totals { display:grid; gap:8px; margin-top:18px; }
.spirit-summary-totals span { display:flex; justify-content:space-between; gap:20px; }
.spirit-summary-totals .grand { padding-top:10px; border-top:2px solid #222; font-size:21px; }
.spirit-return-page { min-height:620px; display:grid; align-items:center; background:#f4f3ef; }
.spirit-return-card { padding:50px; background:#fff; box-shadow:0 14px 35px rgba(0,0,0,.08); text-align:center; }
.spirit-return-card h1 { font-size:clamp(46px,7vw,76px); }
.spirit-return-check { width:78px; height:78px; display:grid; place-items:center; margin:0 auto 20px; border-radius:50%; color:#fff; background:#25734a; font-size:42px; font-weight:900; }
.spirit-return-wait { margin-bottom:20px; color:var(--warm-red); font-size:55px; letter-spacing:.15em; }
.spirit-return-card .spirit-pickup-box { max-width:650px; margin:25px auto; text-align:left; }
.spirit-return-small { color:#777; font-size:14px; }

@media (max-width:1000px) {
    .spirit-directory-grid, .spirit-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .spirit-checkout-grid { grid-template-columns:1fr; }
    .spirit-order-summary { order:-1; }
}
@media (max-width:720px) {
    .spirit-directory-grid, .spirit-product-grid, .spirit-info-grid { grid-template-columns:1fr; }
    .spirit-info-grid > div { border-right:0; border-bottom:1px solid #ddd; }
    .spirit-store-header-inner { align-items:flex-start; flex-direction:column; }
    .spirit-buy-form { grid-template-columns:1fr 1fr; }
    .spirit-buy-form .spirit-qty { grid-column:1 / -1; }
    .spirit-cart-lines article { grid-template-columns:70px 1fr auto; align-items:start; }
    .spirit-cart-thumb { width:70px; height:70px; }
    .spirit-cart-lines article form:nth-of-type(1) { grid-column:2; }
    .spirit-cart-lines article > strong { grid-column:3; grid-row:1; }
    .spirit-cart-lines article form:last-child { grid-column:2; }
    .spirit-return-card { padding:30px 20px; }
}


/* MPH Spirit Stores v1.4.1 storefront density */
@media (min-width:1280px) {
    .spirit-product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
}
@media (min-width:901px) and (max-width:1279px) {
    .spirit-product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
}
.spirit-product-image { aspect-ratio:4 / 3; }
.spirit-product-body { padding:19px; }
.spirit-product-body h2 { font-size:25px; line-height:1.08; }
.spirit-product-price { margin:14px 0; font-size:23px; }
@media (max-width:900px) and (min-width:721px) {
    .spirit-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}


/* Spirit Stores v1.4.2 — color-aware front/back gallery */
.spirit-product-image{position:relative}.spirit-side-toggle{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:3px;padding:3px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 2px 10px rgba(0,0,0,.14);z-index:3}.spirit-side-toggle[hidden]{display:none}.spirit-side-toggle button{appearance:none;border:0;border-radius:999px;background:transparent;color:#555;padding:6px 11px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.spirit-side-toggle button.is-active{background:#222;color:#fff}.spirit-preview-color{display:grid;gap:5px;margin:12px 0 0;color:#555;font-size:12px;font-weight:800}.spirit-preview-color select{min-height:42px;border:1px solid #bbb;background:#fff;padding:8px 10px;font:inherit}

/* Spirit Stores v1.4.3 — browse cards + product detail */
.spirit-browse-card{display:flex;flex-direction:column;height:100%}
.spirit-product-card-image-link{display:block;color:inherit;text-decoration:none}
.spirit-browse-card .spirit-product-image{position:relative;aspect-ratio:4/3}
.spirit-front-back-badge{position:absolute;right:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(17,17,17,.86);color:#fff;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.spirit-browse-card .spirit-product-body{display:flex;flex:1;flex-direction:column}
.spirit-product-title-link{color:inherit;text-decoration:none}
.spirit-product-title-link:hover,.spirit-product-card-image-link:hover + .spirit-product-body .spirit-product-title-link{color:var(--warm-red)}
.spirit-card-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:2.8em}
.spirit-card-colors{display:grid;gap:2px;margin:10px 0 2px;color:#777;font-size:12px}
.spirit-card-colors span{color:var(--warm-red);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.spirit-card-colors strong{color:#333;font-size:12px;line-height:1.35}
.spirit-browse-card .spirit-product-price{margin-top:auto;padding-top:16px}
.spirit-view-item{display:flex;align-items:center;justify-content:space-between;margin-top:4px;padding:12px 0 2px;border-top:1px solid #eceae5;color:var(--warm-red);font-size:14px;font-weight:900;text-decoration:none}
.spirit-view-item:hover{color:#751d1d}

.spirit-product-detail-hero{padding:34px 0 72px;background:#f4f3ef}
.spirit-product-detail-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.spirit-product-detail-topbar .spirit-back-store{margin:0;color:#4b4b4b}
.spirit-product-detail-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:44px;align-items:start}
.spirit-product-gallery-panel{position:sticky;top:24px}
.spirit-product-detail-image{aspect-ratio:4/3;display:grid;place-items:center;overflow:hidden;border:1px solid #dedbd5;background:#fff;box-shadow:0 14px 34px rgba(0,0,0,.07)}
.spirit-product-detail-image img{width:100%;height:100%;object-fit:contain}
.spirit-detail-placeholder{width:150px;height:150px;font-size:42px}
.spirit-detail-view-toggle{display:flex;justify-content:center;gap:5px;margin:14px auto 0;padding:4px;width:max-content;border-radius:999px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.08)}
.spirit-detail-view-toggle[hidden]{display:none}
.spirit-detail-view-toggle button{appearance:none;border:0;border-radius:999px;background:transparent;color:#555;padding:9px 20px;font:inherit;font-size:13px;font-weight:900;cursor:pointer}
.spirit-detail-view-toggle button.is-active{background:#222;color:#fff}
.spirit-product-detail-copy{padding:10px 0}
.spirit-product-detail-copy h1{margin:3px 0 14px;font-size:clamp(38px,5vw,62px);line-height:.98}
.spirit-product-detail-description{max-width:680px;color:#606060;font-size:17px;line-height:1.55}
.spirit-detail-price{display:grid;gap:3px;margin:24px 0;padding:19px 0;border-top:1px solid #d9d6cf;border-bottom:1px solid #d9d6cf}
.spirit-detail-price strong{font-size:34px;line-height:1}
.spirit-detail-price small{color:#777}
.spirit-detail-order-form{display:grid;gap:22px}
.spirit-option-group{min-width:0;margin:0;padding:0;border:0}
.spirit-option-group legend{margin-bottom:10px;color:#292929;font-size:13px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.spirit-choice-buttons{display:flex;flex-wrap:wrap;gap:8px}
.spirit-choice-buttons button{appearance:none;min-height:42px;padding:9px 14px;border:1px solid #c7c3ba;border-radius:5px;background:#fff;color:#333;font:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
.spirit-choice-buttons button:hover{border-color:#8d8980}
.spirit-choice-buttons button.is-selected{border-color:#222;background:#222;color:#fff;box-shadow:0 0 0 2px rgba(34,34,34,.08)}
.spirit-size-buttons button{display:grid;min-width:54px;text-align:center}
.spirit-size-buttons button small{font-size:9px;font-weight:700;opacity:.76}
.spirit-detail-quantity-row{display:grid;gap:9px}
.spirit-detail-quantity-row>label{color:#292929;font-size:13px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.spirit-quantity-stepper{display:grid;grid-template-columns:42px 64px 42px;width:max-content;border:1px solid #c7c3ba;border-radius:5px;overflow:hidden;background:#fff}
.spirit-quantity-stepper button{appearance:none;border:0;background:#f1f0ec;color:#222;font:inherit;font-size:20px;font-weight:900;cursor:pointer}
.spirit-quantity-stepper input{width:64px;min-height:42px;padding:0 4px;border:0;border-left:1px solid #d9d6cf;border-right:1px solid #d9d6cf;background:#fff;text-align:center;font:inherit;font-weight:900;-moz-appearance:textfield}
.spirit-quantity-stepper input::-webkit-inner-spin-button,.spirit-quantity-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.spirit-detail-add{width:100%;min-height:52px;font-size:17px}
.spirit-detail-pickup{display:grid;gap:3px;margin-top:24px;padding:17px 19px;border-left:4px solid var(--warm-red);background:#fff}
.spirit-detail-pickup>span{color:var(--warm-red);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.spirit-detail-pickup small{color:#777}

@media(max-width:900px){
    .spirit-product-detail-grid{grid-template-columns:1fr;gap:26px}
    .spirit-product-gallery-panel{position:static}
    .spirit-product-detail-image{max-height:620px}
}
@media(max-width:600px){
    .spirit-product-detail-hero{padding-top:20px}
    .spirit-product-detail-topbar{align-items:flex-start;flex-direction:column}
    .spirit-product-detail-topbar .spirit-cart-link{width:100%}
    .spirit-product-detail-copy h1{font-size:40px}
    .spirit-choice-buttons button{flex:0 0 auto}
}


/* ==========================================================================
   MPH / Juggle Shop Storefront Polish v1.7.0
   Public Spirit Store visual system
   ========================================================================== */

:root {
    --sp-stage: #f6f6f3;
    --sp-border: #dedfdc;
    --sp-muted: #6c7377;
    --sp-ink: #1f2427;
    --sp-soft-shadow: 0 10px 26px rgba(22, 28, 31, .07);
    --sp-card-radius: 12px;
}

/* Shared image rule: storefront images are always contained, never cropped. */
.spirit-directory-logo img,
.spirit-store-logo img,
.spirit-product-image img,
.spirit-product-detail-image img,
.spirit-cart-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* ---------------- Directory ---------------- */

.spirit-directory-hero {
    padding: 58px 0 50px;
}

.spirit-directory-hero h1 {
    font-size: clamp(44px, 6vw, 68px);
}

.spirit-directory-polished {
    background: #f3f3f0;
}

.spirit-directory-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 24px;
}

.spirit-directory-toolbar h2 {
    margin: 3px 0 0;
    font-size: 34px;
}

.spirit-directory-search {
    width: min(420px, 100%);
    margin: 0;
}

.spirit-directory-search input {
    width: 100%;
    min-height: 48px;
    padding: 10px 15px;
    border: 1px solid #c8ccca;
    border-radius: 8px;
    background: #fff;
    font: inherit;
    font-size: 16px;
}

.spirit-directory-search input:focus {
    outline: 3px solid rgba(205, 56, 34, .10);
    border-color: var(--warm-red);
}

.spirit-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.spirit-directory-card-polished {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--sp-border);
    border-top: 1px solid var(--sp-border);
    border-radius: var(--sp-card-radius);
    background: #fff;
    box-shadow: var(--sp-soft-shadow);
    color: var(--sp-ink);
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.spirit-directory-card-polished:hover {
    transform: translateY(-2px);
    border-color: #c8cac7;
    box-shadow: 0 14px 34px rgba(22, 28, 31, .10);
}

.spirit-directory-logo {
    width: 180px;
    aspect-ratio: 2 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px auto 0;
    overflow: hidden;
    border: 1px solid #e1e2df;
    border-radius: 9px;
    background: var(--sp-stage);
}

.spirit-directory-logo img {
    padding: 10px;
}

.spirit-directory-logo > span {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e7e9e7;
    color: #42484b;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .04em;
}

.spirit-directory-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 22px 22px;
}

.spirit-directory-status-row {
    min-height: 26px;
}

.spirit-directory-card-body h2 {
    margin: 12px 0 5px;
    font-size: 26px;
    line-height: 1.08;
}

.spirit-directory-description {
    margin: 0 0 20px;
    color: var(--sp-muted);
    font-size: 15px;
    line-height: 1.45;
}

.spirit-directory-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #ececea;
    color: var(--warm-red);
    font-size: 14px;
    font-weight: 900;
}

.spirit-open-pill {
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.spirit-always-pill {
    background: #e2f1e7;
    color: #175034;
}

/* ---------------- Store identity header ---------------- */

.spirit-store-header-polished {
    padding: 34px 0 30px;
    background: #151718;
}

.spirit-store-brand-row {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.spirit-store-identity {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 22px;
}

.spirit-store-logo {
    width: 160px;
    aspect-ratio: 2 / 1;
    flex: 0 0 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 9px;
    background: #fff;
}

.spirit-store-logo img {
    padding: 9px;
}

.spirit-store-title-block {
    min-width: 0;
    text-align: left;
}

.spirit-store-title-block .mph-kicker {
    margin-bottom: 4px;
}

.spirit-store-title-block h1 {
    max-width: 900px;
    margin: 0 0 6px;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1;
}

.spirit-store-description {
    max-width: 720px;
    margin: 0;
    color: #c8ccce;
    font-size: 15px;
    line-height: 1.45;
}

.spirit-store-header-polished .spirit-cart-link {
    flex: 0 0 auto;
    border-radius: 8px;
}

.spirit-store-info-polished {
    background: #f2f2ef;
}

.spirit-store-info-polished .spirit-info-grid > div {
    min-height: 88px;
    padding: 15px 22px;
}

.spirit-store-info-polished .spirit-info-grid strong {
    font-size: 17px;
}

.spirit-store-info-polished .spirit-info-grid small {
    font-size: 12px;
}

/* ---------------- Product browse ---------------- */

.spirit-products-polished {
    padding-top: 46px;
}

.spirit-products-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.spirit-products-heading h2 {
    margin: 3px 0 0;
    font-size: 34px;
}

.spirit-products-heading > span {
    color: #747b7e;
    font-size: 14px;
    font-weight: 800;
}

.spirit-product-grid {
    gap: 20px;
}

.spirit-browse-card {
    overflow: hidden;
    border: 1px solid var(--sp-border);
    border-radius: var(--sp-card-radius);
    background: #fff;
    box-shadow: var(--sp-soft-shadow);
}

.spirit-browse-card .spirit-product-image {
    position: relative;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid #e6e7e4;
    background: var(--sp-stage);
}

.spirit-browse-card .spirit-product-image img {
    padding: 18px;
    transition: transform .18s ease;
}

.spirit-product-card-image-link:hover .spirit-product-image img {
    transform: scale(1.015);
}

.spirit-front-back-badge {
    right: 10px;
    bottom: 10px;
    padding: 5px 8px;
    background: rgba(26,29,30,.84);
    font-size: 9px;
}

.spirit-product-body {
    padding: 18px 19px 16px;
}

.spirit-product-body h2 {
    margin: 0 0 7px;
    font-size: 24px;
    line-height: 1.08;
}

.spirit-product-style {
    margin-bottom: 5px;
    font-size: 10px;
}

.spirit-card-description {
    min-height: 2.7em;
    color: var(--sp-muted);
    font-size: 14px;
    line-height: 1.4;
}

.spirit-card-colors {
    margin-top: 11px;
}

.spirit-browse-card .spirit-product-price {
    margin: auto 0 0;
    padding-top: 16px;
    font-size: 22px;
}

.spirit-view-item {
    padding-top: 11px;
}

/* ---------------- Product detail ---------------- */

.spirit-product-detail-hero {
    padding: 28px 0 62px;
    background: #f3f3f0;
}

.spirit-product-detail-grid {
    grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
    gap: 48px;
}

.spirit-product-gallery-panel {
    top: 20px;
}

.spirit-product-detail-image {
    width: min(100%, 680px);
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--sp-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--sp-soft-shadow);
}

.spirit-product-detail-image img {
    padding: 28px;
}

.spirit-detail-placeholder {
    width: 140px;
    height: 140px;
}

.spirit-product-detail-copy {
    padding-top: 4px;
}

.spirit-product-detail-copy h1 {
    font-size: clamp(38px, 4.8vw, 56px);
    line-height: 1;
}

.spirit-product-detail-description {
    font-size: 16px;
}

.spirit-detail-price {
    margin: 20px 0;
}

.spirit-detail-price strong {
    font-size: 31px;
}

.spirit-choice-buttons button,
.spirit-quantity-stepper {
    border-radius: 7px;
}

.spirit-detail-add {
    border-radius: 7px;
}

/* ---------------- Cart image stage ---------------- */

.spirit-cart-thumb {
    width: 88px;
    height: 88px;
    border: 1px solid #e3e4e1;
    border-radius: 8px;
    background: var(--sp-stage);
}

.spirit-cart-thumb img {
    padding: 7px;
}

/* ---------------- Accessibility / helpers ---------------- */

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ---------------- Responsive ---------------- */

@media (min-width: 1260px) {
    .spirit-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1020px) {
    .spirit-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .spirit-store-brand-row {
        align-items: flex-start;
    }

    .spirit-product-detail-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .spirit-product-gallery-panel {
        position: static;
    }

    .spirit-product-detail-image {
        max-width: 620px;
    }
}

@media (max-width: 760px) {
    .spirit-directory-toolbar,
    .spirit-products-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .spirit-directory-search {
        width: 100%;
    }

    .spirit-store-brand-row {
        align-items: stretch;
        flex-direction: column;
        gap: 20px;
    }

    .spirit-store-identity {
        align-items: flex-start;
    }

    .spirit-store-logo {
        width: 132px;
        flex-basis: 132px;
    }

    .spirit-store-header-polished .spirit-cart-link {
        width: 100%;
    }

    .spirit-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .spirit-directory-grid,
    .spirit-product-grid {
        grid-template-columns: 1fr;
    }

    .spirit-directory-logo {
        width: 160px;
    }

    .spirit-store-identity {
        flex-direction: column;
        gap: 14px;
    }

    .spirit-store-logo {
        width: 140px;
        flex-basis: auto;
    }

    .spirit-store-title-block h1 {
        font-size: 38px;
    }

    .spirit-product-detail-image {
        aspect-ratio: 4 / 5;
    }

    .spirit-product-detail-image img {
        padding: 18px;
    }
}


/* ==========================================================================
   MPH / Juggle Shop v1.7.0.1 — Image containment hotfix
   Defeats legacy Spirit Store rules that were overriding the v1.7.0 image system.
   ========================================================================== */

/* Hidden fallback elements must actually stay hidden.
   The older .spirit-art-placeholder { display:grid } rule otherwise overrides
   the browser's native [hidden] behavior. */
.spirit-art-placeholder[hidden],
.spirit-detail-placeholder[hidden],
.spirit-product-detail-image img[hidden] {
    display: none !important;
}

/* The legacy .spirit-directory-card > div rule was also matching the Store Logo
   container. Reset that direct-child rule with higher specificity. */
.spirit-directory-card-polished > .spirit-directory-logo {
    width: 180px !important;
    height: 90px !important;
    aspect-ratio: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 90px !important;
    margin: 22px auto 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border: 1px solid #e1e2df !important;
    border-radius: 9px !important;
    background: var(--sp-stage) !important;
}

/* Never make the image itself fill the frame dimensions.
   Instead, scale the natural aspect ratio down inside the rectangle. */
.spirit-directory-card-polished > .spirit-directory-logo img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: calc(100% - 20px) !important;
    max-height: calc(100% - 20px) !important;
    margin: auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* Keep initials placeholders centered if a Store Logo has not been uploaded. */
.spirit-directory-card-polished > .spirit-directory-logo > span {
    margin: auto !important;
}

/* Product images use the same non-cropping principle. */
.spirit-browse-card .spirit-product-image > img,
.spirit-product-detail-image > img {
    display: block;
    object-fit: contain !important;
    object-position: center center !important;
    box-sizing: border-box;
}

/* Ensure the real product image and fallback can never occupy the stage together. */
.spirit-product-detail-image > img:not([hidden]) + .spirit-detail-placeholder {
    display: none !important;
}

@media (max-width: 620px) {
    .spirit-directory-card-polished > .spirit-directory-logo {
        width: 160px !important;
        height: 80px !important;
        flex-basis: 80px !important;
    }
}


/* ==========================================================================
   MPH / Juggle Shop v1.8.1 — Canonical size selector
   ========================================================================== */

.spirit-size-groups {
    display: grid;
    gap: 10px;
}

.spirit-size-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.spirit-size-row-label {
    color: #73797c;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.spirit-size-row-buttons {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 7px;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 2px 2px 5px;
    scrollbar-width: thin;
}

.spirit-size-row-buttons button {
    flex: 0 0 auto;
    min-width: 52px;
}

@media (max-width: 560px) {
    .spirit-size-row {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 7px;
    }

    .spirit-size-row-buttons button {
        min-width: 50px;
        padding-left: 11px;
        padding-right: 11px;
    }
}


/* ==========================================================================
   MPH / Juggle Shop v1.8.2 — Product image zoom
   ========================================================================== */

.spirit-product-zoom-stage {
    position: relative;
    cursor: default;
}

.spirit-product-zoom-stage.has-image {
    cursor: zoom-in;
}

.spirit-product-zoom-stage > img {
    transition: transform .18s ease, transform-origin .05s linear;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    .spirit-product-zoom-stage.is-hover-zoomed {
        overflow: hidden;
    }

    .spirit-product-zoom-stage.is-hover-zoomed > img {
        transform: scale(2.35);
        transition: transform .18s ease, transform-origin .02s linear;
    }
}

.spirit-product-zoom-hint {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(24, 28, 30, .82);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .02em;
    pointer-events: none;
    backdrop-filter: blur(3px);
}

.spirit-product-zoom-hint-touch {
    display: none;
}

.spirit-product-lightbox {
    width: min(94vw, 1120px);
    max-width: 1120px;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: transparent;
    overflow: visible;
}

.spirit-product-lightbox::backdrop {
    background: rgba(8, 10, 11, .84);
    backdrop-filter: blur(4px);
}

.spirit-product-lightbox-shell {
    position: relative;
    padding: 18px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.spirit-product-lightbox-stage {
    width: 100%;
    height: min(78vh, 840px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background: #f6f6f3;
    border-radius: 10px;
}

.spirit-product-lightbox-stage img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    touch-action: pinch-zoom;
}

.spirit-product-lightbox-close {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 4;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #171a1c;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0,0,0,.2);
}

.spirit-product-lightbox-shell > p {
    margin: 11px 0 0;
    color: #72797c;
    text-align: center;
    font-size: 12px;
}

@media (hover: none), (pointer: coarse) {
    .spirit-product-zoom-hint-desktop {
        display: none;
    }

    .spirit-product-zoom-hint-touch {
        display: inline;
    }
}

@media (max-width: 640px) {
    .spirit-product-zoom-hint {
        right: 9px;
        bottom: 9px;
        padding: 6px 9px;
    }

    .spirit-product-lightbox {
        width: 96vw;
    }

    .spirit-product-lightbox-shell {
        padding: 10px;
    }

    .spirit-product-lightbox-stage {
        height: 76vh;
    }
}
