:root {
    --ink: #121411;
    --ink-soft: #30342f;
    --paper: #f2f0e9;
    --paper-light: #fbfaf6;
    --line: #d8d5ca;
    --line-dark: #292c28;
    --acid: #c8f43d;
    --acid-dark: #9cc21c;
    --blue: #253c75;
    --orange: #f27b35;
    --control-border: #7c8079;
    /* Gold clears 3:1 against paper, white, ink, and request-board blue. */
    --focus-ring: #b67f00;
    --muted: #666b64;
    --white: #fff;
    --danger: #b8443b;
    --shell: 1220px;
    --radius: 18px;
    --display: "Space Grotesk", "DM Sans", sans-serif;
    --body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

section[id] {
    scroll-margin-top: 72px;
}

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
}

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

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    font-family: var(--display);
    text-wrap: balance;
}

.shell {
    width: min(calc(100% - 40px), var(--shell));
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    padding: 10px 14px;
    color: var(--ink);
    border-radius: 8px;
    background: var(--acid);
    font-weight: 700;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: none;
}

:focus-visible {
    outline: 3px solid var(--focus-ring);
    outline-offset: 3px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    color: var(--paper-light);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(18, 20, 17, 0.94);
    backdrop-filter: blur(18px);
}

.nav-shell {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand {
    display: inline-flex;
    min-height: 44px;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
}

.brand span {
    font-family: var(--display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.brand strong {
    margin-top: 5px;
    color: var(--acid);
    font-family: var(--body);
    font-size: 9px;
    letter-spacing: 0.42em;
}

.site-header .rental-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 22px;
    border-bottom: 1px solid var(--line-dark);
    background: var(--ink);
}

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

.site-header .rental-nav a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    padding: 10px 0;
    color: #d5d7d1;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.site-header .rental-nav a:hover {
    color: var(--white);
}

.site-header .rental-nav a[aria-current="page"] {
    padding-left: 12px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 3px 0 0 var(--acid);
}

.menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    place-items: center;
    padding: 0;
    color: var(--paper-light);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 9px;
    background: transparent;
}

.menu-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
}

.menu-icon-close,
.menu-button[aria-expanded="true"] .menu-icon-open {
    display: none;
}

.menu-button[aria-expanded="true"] .menu-icon-close {
    display: block;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: clamp(66px, 8vw, 118px) 0 78px;
    color: var(--paper-light);
    background: var(--ink);
}

.hero::before {
    position: absolute;
    top: -24vw;
    right: -17vw;
    width: 52vw;
    height: 52vw;
    min-width: 520px;
    min-height: 520px;
    border: 1px solid rgba(200, 244, 61, 0.26);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(200, 244, 61, 0.035),
        0 0 0 140px rgba(200, 244, 61, 0.025);
    content: "";
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.36;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
    align-items: end;
    gap: clamp(48px, 7vw, 96px);
}

.status-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    color: #c8ccc4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.status-chip span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--acid);
    box-shadow: 0 0 0 5px rgba(200, 244, 61, 0.12);
}

.hero h1 {
    margin-bottom: 25px;
    font-size: clamp(54px, 7vw, 94px);
    font-weight: 600;
    letter-spacing: -0.07em;
    line-height: 0.92;
}

.hero h1 em {
    color: var(--acid);
    font-style: normal;
}

.hero-lead {
    max-width: 540px;
    margin-bottom: 0;
    color: #b9bdb6;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.finder {
    overflow: hidden;
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    background: var(--paper-light);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.finder-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--line);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.finder-step {
    color: var(--muted);
}

.finder-query {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 21px 22px;
    border-bottom: 1px solid var(--control-border);
}

.finder-query svg {
    width: 24px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.finder-query input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: var(--display);
    font-size: 18px;
}

.finder-query input::placeholder {
    color: var(--muted);
}

.finder-fields {
    display: grid;
    grid-template-columns: 1fr;
}

.finder-fields label {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
    padding: 15px 16px;
    border-right: 1px solid var(--line);
}

.finder-fields label span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.finder-fields input,
.finder-fields select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
}

.finder-fields button {
    display: flex;
    min-width: 44px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 18px;
    color: var(--ink);
    border: 0;
    background: var(--acid);
    font-size: 13px;
    font-weight: 700;
}

.finder-fields button:hover {
    background: #d5ff50;
}

.job-prompts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 13px 16px 16px;
    border-top: 1px solid var(--line);
    background: #eceae2;
}

.job-prompts button {
    min-width: 44px;
    min-height: 44px;
    padding: 6px 10px;
    color: var(--ink-soft);
    border: 1px solid var(--control-border);
    border-radius: 999px;
    background: transparent;
    font-size: 11px;
    font-weight: 600;
}

.job-prompts button:hover {
    border-color: var(--ink);
}

.market-strip {
    color: var(--paper-light);
    border-top: 1px solid var(--line-dark);
    background: var(--ink);
}

.market-strip-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.market-strip p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 18px 22px;
    border-left: 1px solid var(--line-dark);
    color: #c2c6be;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.market-strip p:last-child {
    border-right: 1px solid var(--line-dark);
}

.market-strip span {
    color: var(--acid);
    font-family: var(--display);
    font-weight: 700;
}

.catalog-section,
.process-section,
.faq-section,
.category-thesis {
    padding: clamp(78px, 9vw, 128px) 0;
}

.section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 54px;
}

.section-head.compact {
    grid-template-columns: 1fr;
}

.kicker {
    margin-bottom: 14px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kicker-light {
    color: var(--acid);
}

.section-head h2,
.one-job-copy h2,
.request-board h2,
.thesis-title h2,
.faq-layout h2 {
    max-width: 780px;
    margin-bottom: 0;
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.section-head > p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}

.catalog-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-tabs button {
    min-width: 44px;
    min-height: 44px;
    padding: 9px 14px;
    color: var(--muted);
    border: 1px solid var(--control-border);
    border-radius: 999px;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
}

.filter-tabs button.is-active,
.filter-tabs button:hover {
    color: var(--paper-light);
    border-color: var(--ink);
    background: var(--ink);
}

#resultCount {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.catalog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
}

.pagination-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.pagination-page,
.pagination-arrow {
    display: inline-grid;
    min-width: 44px;
    min-height: 44px;
    place-items: center;
    color: var(--ink);
    border: 1px solid var(--control-border);
    border-radius: 10px;
    background: var(--paper-light);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.pagination-page:hover,
.pagination-arrow:hover,
.pagination-page[aria-current="page"] {
    color: var(--paper-light);
    border-color: var(--ink);
    background: var(--ink);
}

.pagination-page[aria-current="page"] {
    box-shadow: inset 0 -3px 0 var(--acid);
}

.pagination-arrow.is-disabled {
    color: #8b8e87;
    background: #e6e4dc;
    cursor: not-allowed;
}

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

.rental-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper-light);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.rental-card:hover {
    z-index: 1;
    box-shadow: 0 22px 50px rgba(18, 20, 17, 0.11);
    transform: translateY(-5px);
}

.rental-card-art {
    position: relative;
    display: grid;
    height: 238px;
    place-items: center;
    overflow: hidden;
    background: #dedcd3;
}

.rental-card-art::before,
.rental-card-art::after {
    position: absolute;
    content: "";
}

.rental-card-art span {
    position: relative;
    z-index: 2;
    font-family: var(--display);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.art-lens {
    color: var(--paper-light);
    background: #253041;
}

.art-lens::before {
    width: 154px;
    height: 154px;
    border: 23px solid #111820;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #5e6871, inset 0 0 0 8px #818b91;
}

.art-lens::after {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: radial-gradient(circle at 38% 30%, #768cc4, #182242 54%, #080b11 57%);
}

.art-light {
    background: #d8d5ca;
}

.art-light::before {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: #faf8ef;
    box-shadow: 0 0 80px rgba(242, 123, 53, 0.75);
}

.art-light::after {
    width: 38px;
    height: 78px;
    bottom: 20px;
    border-radius: 7px;
    background: #20241f;
}

.art-audio {
    color: var(--paper-light);
    background:
        repeating-linear-gradient(90deg, transparent 0 12px, rgba(200, 244, 61, 0.16) 12px 13px),
        #1f2426;
}

.art-audio::before {
    width: 190px;
    height: 122px;
    border: 9px solid #0c0e0e;
    border-radius: 14px;
    background: linear-gradient(135deg, #4e5757, #222827);
    box-shadow: inset 0 0 0 2px #717b77;
}

.art-audio::after {
    width: 76px;
    height: 42px;
    border: 4px solid #121514;
    border-radius: 5px;
    background: var(--acid);
}

.art-projector {
    color: var(--paper-light);
    background: linear-gradient(145deg, #454b48, #171b19);
}

.art-projector::before {
    width: 190px;
    height: 122px;
    border: 6px solid #0d100e;
    border-radius: 19px;
    background: linear-gradient(145deg, #424943, #202421);
    box-shadow: 0 18px 25px rgba(0, 0, 0, 0.32);
}

.art-projector::after {
    width: 74px;
    height: 74px;
    border: 11px solid #0b0d0c;
    border-radius: 50%;
    background: radial-gradient(circle at 42% 38%, #dceaff, #5970a7 34%, #192137 67%);
    box-shadow: 0 0 38px rgba(129, 158, 224, 0.42);
}

.art-remote {
    background: #d9d6ce;
}

.art-remote img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 48%;
}

.card-status {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    padding: 6px 9px;
    color: var(--ink);
    border-radius: 999px;
    background: var(--acid);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.card-status.research {
    background: #fff0bf;
}

.rental-card-body {
    padding: 20px;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.rental-card h3 {
    min-height: 52px;
    margin-bottom: 9px;
    font-size: 21px;
    letter-spacing: -0.035em;
    line-height: 1.18;
}

.card-description {
    min-height: 66px;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 14px;
}

.card-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    padding-top: 15px;
    border-top: 1px solid var(--line);
}

.card-price {
    margin: 0;
    font-family: var(--display);
    font-size: 23px;
    font-weight: 700;
}

.card-price small {
    color: var(--muted);
    font-family: var(--body);
    font-size: 11px;
    font-weight: 600;
}

.price-pending {
    display: inline-block;
    max-width: 150px;
    color: var(--muted);
    font-family: var(--body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-transform: uppercase;
}

.card-action {
    display: grid;
    width: 42px;
    height: 42px;
    min-width: 44px;
    min-height: 44px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--paper-light);
    border: 0;
    border-radius: 50%;
    background: var(--ink);
    font-size: 20px;
}

.card-action:hover {
    color: var(--ink);
    background: var(--acid);
}

.empty-state {
    padding: 70px 20px;
    text-align: center;
    border: 1px dashed #aaa99f;
    border-radius: var(--radius);
}

.empty-mark {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--acid);
    font-family: var(--display);
    font-size: 30px;
    font-weight: 700;
}

.empty-state h3 {
    margin-bottom: 8px;
    font-size: 28px;
}

.empty-state p:not(.empty-mark) {
    max-width: 600px;
    margin: 0 auto 22px;
    color: var(--muted);
}

.empty-state button,
.kit-card button,
.dialog-submit {
    padding: 12px 18px;
    color: var(--paper-light);
    border: 0;
    border-radius: 10px;
    background: var(--ink);
    font-weight: 700;
}

.one-job-section {
    overflow: hidden;
    padding: clamp(78px, 9vw, 130px) 0;
    border-block: 1px solid var(--line);
    background: var(--paper-light);
}

.one-job-layout {
    display: grid;
    grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.12fr);
    align-items: center;
    gap: clamp(60px, 9vw, 124px);
}

.one-job-images {
    position: relative;
    min-height: 610px;
}

.one-job-images::before {
    position: absolute;
    top: 50%;
    left: 48%;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background: var(--acid);
    content: "";
    transform: translate(-50%, -50%);
}

.remote-photo {
    position: absolute;
    overflow: hidden;
    width: 300px;
    margin: 0;
    border: 9px solid var(--paper-light);
    border-radius: 14px;
    background: #ddd;
    box-shadow: 0 24px 60px rgba(18, 20, 17, 0.23);
}

.remote-photo img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.remote-front {
    top: 28px;
    left: 24px;
    z-index: 2;
    transform: rotate(-5deg);
}

.remote-back {
    right: 3px;
    bottom: 20px;
    z-index: 1;
    transform: rotate(7deg);
}

.image-note {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    margin: 0;
    padding: 9px 12px;
    color: var(--paper-light);
    background: var(--ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.one-job-copy h2 {
    margin-bottom: 28px;
}

.one-job-lead {
    max-width: 680px;
    margin-bottom: 34px;
    color: var(--muted);
    font-size: 18px;
}

.kit-card {
    padding: 25px;
    color: var(--paper-light);
    border-radius: var(--radius);
    background: var(--ink);
}

.kit-card > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.kit-number {
    color: var(--acid);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.kit-card h3 {
    margin: 0;
    font-size: 22px;
}

.kit-card ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 28px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.kit-card li {
    position: relative;
    padding-left: 18px;
    color: #cdd0ca;
    font-size: 13px;
}

.kit-card li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--acid);
    content: "";
}

.kit-card button {
    color: var(--ink);
    background: var(--acid);
}

.kit-contact-note {
    margin: 0;
    color: #cdd0ca;
    font-size: 13px;
}

.fine-print {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 11px;
}

.request-board {
    padding: 75px 0;
    color: var(--paper-light);
    background: var(--blue);
}

.request-board-layout {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    align-items: center;
    gap: 90px;
}

.request-board h2 {
    font-size: clamp(48px, 6.8vw, 86px);
}

.request-board-layout > div:last-child p {
    margin-bottom: 28px;
    color: #d2d8e7;
    font-size: 17px;
}

.light-button {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    color: var(--ink);
    border: 0;
    border-radius: 10px;
    background: var(--acid);
    font-weight: 700;
    text-decoration: none;
}

.process-section {
    background: var(--paper);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--ink);
    list-style: none;
}

.process-grid li {
    min-height: 280px;
    padding: 24px 22px;
    border-right: 1px solid var(--line);
}

.process-grid li:last-child {
    border-right: 0;
}

.process-grid span {
    display: block;
    margin-bottom: 68px;
    color: var(--blue);
    font-family: var(--display);
    font-size: 14px;
    font-weight: 700;
}

.process-grid h3 {
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: -0.035em;
}

.process-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.category-thesis {
    color: var(--paper-light);
    background: var(--ink);
}

.thesis-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(540px, 1.25fr);
    gap: 90px;
}

.thesis-title {
    position: sticky;
    top: 120px;
    align-self: start;
}

.thesis-title .kicker {
    color: var(--acid);
}

.thesis-list {
    border-top: 1px solid #444842;
}

.thesis-list article {
    display: grid;
    grid-template-columns: 118px minmax(0, 0.8fr) minmax(220px, 1fr);
    gap: 22px;
    align-items: baseline;
    padding: 26px 0;
    border-bottom: 1px solid #444842;
}

.thesis-list span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.thesis-list .yes span {
    color: var(--acid);
}

.thesis-list .test span {
    color: #ffd276;
}

.thesis-list .no span {
    color: #ff8a7f;
}

.thesis-list h3 {
    margin: 0;
    font-size: 19px;
}

.thesis-list p {
    margin: 0;
    color: #aeb3aa;
    font-size: 13px;
}

.faq-section {
    background: var(--paper-light);
}

.faq-layout {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 90px;
}

.faq-layout h2 {
    font-size: clamp(40px, 4.8vw, 64px);
}

.faq-list {
    border-top: 1px solid var(--ink);
}

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

.faq-list summary {
    position: relative;
    padding: 22px 42px 22px 0;
    font-family: var(--display);
    font-size: 19px;
    font-weight: 600;
    list-style: none;
    cursor: pointer;
}

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

.faq-list summary::after {
    position: absolute;
    top: 19px;
    right: 4px;
    content: "+";
    font-size: 24px;
    font-weight: 400;
}

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

.faq-list details p {
    max-width: 690px;
    margin: -6px 0 23px;
    color: var(--muted);
}

.rental-site-footer,
body > footer {
    padding: 56px 0;
    color: #c8ccc4;
    border-top: 1px solid var(--line-dark);
    background: var(--ink);
}

.rental-footer-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px 54px;
    align-items: start;
}

.footer-brand {
    color: var(--paper-light);
}

.rental-footer-intro > p {
    max-width: 420px;
    margin: 20px 0 0;
    color: #a7aca4;
    font-size: 13px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 22px;
}

.footer-links a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    color: #d7dad4;
    font-size: 12px;
    font-weight: 600;
    text-underline-offset: 4px;
}

.footer-copyright,
.footer-insurance,
.footer-note {
    margin: 0;
    font-size: 12px;
}

.footer-copyright {
    color: #c8ccc4;
}

.footer-insurance {
    justify-self: start;
    color: #c8ccc4;
}

.footer-insurance a {
    color: var(--paper-light);
    text-underline-offset: 4px;
}

.insurance-badge {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 8px;
    color: var(--ink);
    border-radius: 999px;
    background: var(--acid);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-note {
    grid-column: 1 / -1;
    padding-top: 22px;
    color: #8f948c;
    border-top: 1px solid #30332e;
}

.rental-item-page {
    padding-top: clamp(34px, 5vw, 68px);
    padding-bottom: clamp(76px, 9vw, 126px);
}

.item-back-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-bottom: 24px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.item-back-link:hover {
    color: var(--ink);
}

.rental-item-offer {
    min-width: 0;
}

.rental-item-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(34px, 6vw, 84px);
    align-items: center;
}

.rental-item-media {
    position: relative;
    display: grid;
    min-height: 330px;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
}

.rental-item-media::before,
.rental-item-media::after {
    position: absolute;
    content: "";
}

.rental-item-media-label {
    position: relative;
    z-index: 2;
    font-family: var(--display);
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.rental-item-hero-copy .status-chip {
    margin-bottom: 20px;
    color: var(--muted);
}

.rental-item-hero-copy .status-chip span {
    background: var(--blue);
    box-shadow: 0 0 0 5px rgba(37, 60, 117, 0.12);
}

.rental-item-hero-copy h1 {
    margin-bottom: 22px;
    font-size: clamp(46px, 6.2vw, 80px);
    letter-spacing: -0.06em;
    line-height: 0.98;
}

.rental-item-lead {
    max-width: 720px;
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 17px;
}

.item-rate-list,
.server-rate-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0;
}

.item-rate-list > div,
.server-rate-list > div {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--paper-light);
}

.item-rate-list dt,
.server-rate-list dt {
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.item-rate-list dd,
.server-rate-list dd {
    margin: 0;
    font-family: var(--display);
    font-size: 25px;
    font-weight: 700;
}

.rental-item-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 56px;
}

.rental-item-details section,
.rental-item-offer > section {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper-light);
}

.rental-item-offer > section {
    margin-top: 18px;
}

.rental-item-details h2,
.rental-item-offer > section h2 {
    margin-bottom: 14px;
    font-size: 24px;
    letter-spacing: -0.035em;
}

.rental-item-details p,
.rental-item-details ul,
.rental-item-offer > section p,
.rental-item-offer > section ul {
    margin-bottom: 0;
    color: var(--muted);
}

.rental-item-details li + li {
    margin-top: 8px;
}

.rental-request-panel {
    margin-top: 52px;
    padding: clamp(24px, 5vw, 46px);
    border: 1px solid var(--line-dark);
    border-radius: 22px;
    background: var(--paper-light);
    box-shadow: 0 24px 65px rgba(18, 20, 17, 0.1);
}

.rental-request-panel.is-loading {
    border-color: #a7aaa2;
}

.rental-request-panel.is-unavailable {
    border-color: #c9b36b;
    background: #fff9e5;
}

.rental-request-panel.is-signin {
    border-color: var(--blue);
}

.rental-request-panel.is-quote {
    border-color: var(--acid-dark);
}

.rental-request-panel.is-submitted {
    border-color: #527a46;
    background: #f2faeb;
}

.rental-request-panel.is-error {
    border-color: var(--danger);
}

.request-state {
    max-width: 760px;
}

.request-state h2,
.request-panel-heading h2 {
    margin-bottom: 14px;
    font-size: clamp(32px, 4vw, 50px);
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.request-state h3,
.server-quote h3 {
    margin-bottom: 10px;
    font-size: 26px;
}

.request-state p:last-child,
.request-panel-heading p:last-child {
    margin-bottom: 0;
}

.request-state-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.request-primary-link,
.request-submit,
.request-confirm,
.request-retry {
    display: inline-flex;
    min-width: 44px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    color: var(--paper-light);
    border: 0;
    border-radius: 10px;
    background: var(--ink);
    font-weight: 800;
    text-decoration: none;
}

.request-primary-link:hover,
.request-submit:hover,
.request-confirm:hover,
.request-retry:hover {
    color: var(--ink);
    background: var(--acid);
}

.request-submit:disabled,
.request-confirm:disabled,
.request-retry:disabled {
    color: #7c8079;
    background: #deded8;
    cursor: wait;
}

.server-rate-list {
    margin-top: 24px;
}

.rental-request-form {
    margin-top: 28px;
}

.form-required-note {
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 12px;
}

.form-required-note span,
.required-marker {
    color: var(--danger);
    font-weight: 900;
}

.request-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.request-field {
    margin-bottom: 18px;
}

.request-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 800;
}

.optional-label {
    margin-left: 5px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
}

.request-field input,
.request-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    border: 1px solid var(--control-border);
    border-radius: 9px;
    background: var(--white);
    font-size: 16px;
}

.request-field textarea {
    min-height: 118px;
    resize: vertical;
}

.request-field input[aria-invalid="true"],
.request-field textarea[aria-invalid="true"] {
    padding: 11px 12px;
    border: 2px solid var(--danger);
}

.field-help {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 11px;
}

.field-error {
    margin: 6px 0 0;
    color: var(--danger);
    font-size: 12px;
    font-weight: 700;
}

.request-form-note,
.request-progress,
.request-action-status {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.request-response {
    margin-top: 24px;
}

.server-quote {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
}

.quote-summary {
    margin: 20px 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--paper-light);
}

.quote-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
    font-size: 14px;
}

.quote-row dt,
.quote-row dd {
    margin: 0;
}

.quote-row dd {
    font-weight: 700;
    text-align: right;
}

.quote-row.quote-total {
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    font-size: 16px;
}

.request-id {
    padding: 12px 14px;
    border-radius: 9px;
    background: var(--white);
    overflow-wrap: anywhere;
}

@media (min-width: 768px) {
    .request-form-grid,
    .item-rate-list,
    .server-rate-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .rental-footer-layout {
        grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
    }

    .footer-links {
        justify-content: flex-end;
    }

    .footer-insurance {
        justify-self: end;
    }

    .rental-item-hero {
        grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    }

    .rental-item-media {
        min-height: 480px;
    }

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

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

    .hero-copy {
        max-width: 760px;
    }

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

    .rental-item-hero {
        grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
        gap: 40px;
    }

    .one-job-layout,
    .request-board-layout,
    .faq-layout {
        gap: 56px;
    }

    .one-job-layout {
        grid-template-columns: minmax(380px, 0.9fr) 1.1fr;
    }

    .thesis-layout {
        grid-template-columns: 1fr;
    }

    .thesis-title {
        position: static;
    }
}

@media (max-width: 1023px) {
    .market-strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .market-strip p:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line-dark);
    }

    .section-head,
    .one-job-layout,
    .request-board-layout,
    .faq-layout,
    .rental-item-hero {
        grid-template-columns: 1fr;
    }

    .rental-item-media {
        min-height: 420px;
    }

    .rental-item-details {
        grid-template-columns: 1fr;
    }

    .section-head {
        gap: 24px;
    }

    .one-job-images {
        width: min(100%, 540px);
        min-height: 600px;
        margin-inline: auto;
    }

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

    .process-grid li:nth-child(2) {
        border-right: 0;
    }

    .process-grid li:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

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

    .thesis-list p {
        grid-column: 2;
    }
}

@media (max-width: 767px) {
    .shell {
        width: min(calc(100% - 28px), var(--shell));
    }

    .hero {
        padding-top: 54px;
    }

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

    .finder-query {
        padding: 17px;
    }

    .finder-query input {
        font-size: 15px;
    }

    .finder-fields {
        grid-template-columns: 1fr;
    }

    .finder-fields label,
    .finder-fields label:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .finder-fields button {
        min-height: 52px;
    }

    .job-prompts {
        display: none;
    }

    .market-strip p {
        padding: 14px 10px;
        font-size: 10px;
    }

    .catalog-controls {
        align-items: start;
        flex-direction: column;
    }

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

    .rental-card-art {
        height: 260px;
    }

    .one-job-images {
        min-height: 480px;
    }

    .one-job-images::before {
        width: 360px;
        height: 360px;
    }

    .remote-photo {
        width: 225px;
        border-width: 6px;
    }

    .kit-card > div,
    .kit-card ul {
        display: block;
    }

    .kit-card h3 {
        margin-top: 8px;
    }

    .kit-card li {
        margin-bottom: 8px;
    }

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

    .process-grid li {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .process-grid li:last-child {
        border-bottom: 0;
    }

    .process-grid span {
        margin-bottom: 35px;
    }

    .thesis-list article {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .thesis-list p {
        grid-column: auto;
    }

    .rental-footer-layout {
        grid-template-columns: 1fr;
    }

    .footer-links {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer-insurance {
        justify-self: start;
    }

    .request-form-grid,
    .item-rate-list,
    .server-rate-list {
        grid-template-columns: 1fr;
    }

    .rental-request-panel {
        padding: 24px 18px;
    }

    .rental-item-media {
        min-height: 330px;
    }

}

@media (min-width: 1024px) {
    .site-header .rental-nav {
        position: static;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .site-header .rental-nav a {
        min-width: 0;
        padding: 10px 2px;
    }

    .site-header .rental-nav a[aria-current="page"] {
        padding-left: 2px;
        box-shadow: inset 0 -3px 0 var(--acid);
    }

    .menu-button {
        display: none;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
