/*
Theme Name: FrameMint V2
Theme URI: https://framemintstudio.com/
Author: FrameMint Studio
Description: Lean, editorial WordPress theme for FrameMint Studio with dynamic capability showcase and restrained motion.
Version: 2.1.0
Text Domain: framemint-v2
*/

:root {
    --ink: #171714;
    --ink-soft: #45453f;
    --paper: #f7f3e9;
    --paper-2: #eee8da;
    --white: #fffdf8;
    --yellow: #f4c63d;
    --green: #173f33;
    --orange: #d96c4d;
    --line: #cbc4b5;
    --serif: "DM Serif Display", Georgia, serif;
    --sans: "Plus Jakarta Sans", Arial, sans-serif;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    line-height: 1.55;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-tight { padding: 70px 0; }
.kicker {
    margin: 0 0 18px;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.kicker::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 2px;
    margin-right: 10px;
    vertical-align: middle;
    background: currentColor;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; }
h1 {
    max-width: 820px;
    margin-bottom: 24px;
    font-family: var(--serif);
    font-size: clamp(3.6rem, 8vw, 7rem);
    font-weight: 400;
    line-height: .93;
}
h2 {
    max-width: 820px;
    margin-bottom: 18px;
    font-family: var(--serif);
    font-size: clamp(2.5rem, 5vw, 4.9rem);
    font-weight: 400;
    line-height: .98;
}
h3 { margin-bottom: 10px; line-height: 1.08; }
.lead { max-width: 720px; color: var(--ink-soft); font-size: clamp(1.02rem, 1.4vw, 1.18rem); }
.split-head { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: end; margin-bottom: 48px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid transparent;
    background: rgba(247,243,233,.94);
    backdrop-filter: blur(12px);
}
.site-header.is-scrolled { border-color: var(--line); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-wrap, .custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 44px; width: auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.04em; font-size: 1.14rem; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; background: var(--yellow); border: 1px solid var(--ink); font-family: var(--serif); }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .88rem; font-weight: 700; }
.nav-links > a:not(.button), .nav-links > li > a { border-bottom: 1px solid transparent; }
.nav-links > a:hover, .nav-links > li > a:hover { border-color: var(--ink); }
.nav-links ul, .nav-links li { list-style: none; margin: 0; padding: 0; }
.menu-button { display: none; min-width: 48px; height: 42px; padding: 0 12px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-weight: 800; }
.button {
    min-height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ink);
    background: transparent;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.dark { background: var(--ink); color: var(--white); }
.button.small-button { min-height: 43px; padding-inline: 16px; font-size: .84rem; }

.hero { padding: 90px 0 82px; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 68px; align-items: center; }
.hero-line { display: block; }
.hero-line.highlight { width: fit-content; background: linear-gradient(transparent 72%, var(--yellow) 72%); }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-meta { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--ink-soft); font-size: .83rem; font-weight: 700; }
.hero-meta span::before { content: "•"; margin-right: 7px; color: var(--orange); }

.campaign-sheet { border: 1px solid var(--ink); background: var(--white); box-shadow: 14px 14px 0 var(--yellow); transform-origin: center; }
.sheet-head { padding: 14px 17px; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--ink); background: var(--paper-2); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sheet-body { padding: 22px; }
.sheet-context { display: grid; grid-template-columns: 102px 1fr; gap: 17px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.product-thumb { min-height: 126px; display: grid; place-items: center; border: 1px solid var(--ink); background: var(--green); }
.product-bottle { width: 44px; height: 76px; position: relative; border: 2px solid var(--white); }
.product-bottle::before { content: ""; position: absolute; width: 22px; height: 11px; left: 9px; top: -13px; border: 2px solid var(--white); background: var(--green); }
.product-bottle::after { content: "PRODUCT"; position: absolute; left: 4px; right: 4px; top: 27px; padding: 4px 0; border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); color: var(--white); text-align: center; font-size: .42rem; font-weight: 800; }
.brief-label { margin-bottom: 7px; color: var(--ink-soft); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.brief-title { margin-bottom: 10px; font-family: var(--serif); font-size: 1.7rem; line-height: 1.03; }
.brief-copy { margin-bottom: 0; color: var(--ink-soft); font-size: .88rem; }
.output-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.output-item { min-height: 84px; padding: 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.output-item:nth-child(2n) { border-right: 0; }
.output-item:nth-last-child(-n+2) { border-bottom: 0; }
.output-item small { display: block; margin-bottom: 7px; color: var(--ink-soft); font-size: .6rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.output-item strong { display: block; font-size: .87rem; line-height: 1.3; }

.audience-strip { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--yellow); }
.audience-row { min-height: 68px; display: flex; align-items: center; gap: 20px; overflow-x: auto; scrollbar-width: none; }
.audience-row::-webkit-scrollbar { display: none; }
.audience-row strong { white-space: nowrap; font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.audience-row span { white-space: nowrap; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.audience-row span::after { content: "/"; margin-left: 20px; opacity: .4; }

.problem-section { padding-bottom: 80px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.problem-card { padding: 28px 22px 30px 0; border-bottom: 1px solid var(--ink); }
.problem-card + .problem-card { padding-left: 22px; border-left: 1px solid var(--line); }
.problem-card > span { display: block; margin-bottom: 32px; font-family: var(--serif); font-size: 1.35rem; }
.problem-card h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.problem-card p { margin: 0; color: var(--ink-soft); font-size: .88rem; }

.service-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 70px 1fr .86fr; gap: 34px; padding: 42px 0; border-bottom: 1px solid var(--ink); align-items: start; }
.service-no { font-family: var(--serif); font-size: 1.55rem; }
.service-copy h3 { margin-bottom: 12px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; }
.service-text { max-width: 520px; color: var(--ink-soft); }
.service-text p:last-child { margin-bottom: 0; }
.service-proof { padding-left: 25px; border-left: 1px solid var(--line); }
.proof-sequence { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; gap: 9px; align-items: center; min-height: 72px; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.proof-sequence i { display: block; height: 1px; background: var(--line); transform-origin: left; }

.showcase-section { background: var(--ink); color: var(--white); }
.showcase-section .lead { color: rgba(255,255,255,.7); }
.showcase-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.showcase-card { grid-column: span 4; min-width: 0; border: 1px solid rgba(255,255,255,.35); background: #22231f; }
.showcase-card:nth-child(5n+1) { grid-column: span 7; }
.showcase-card:nth-child(5n+2) { grid-column: span 5; }
.showcase-open { width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.showcase-image { position: relative; overflow: hidden; aspect-ratio: 5 / 4; background: var(--paper-2); }
.showcase-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.showcase-open:hover .showcase-image img { transform: scale(1.035); }
.image-fallback { width: 100%; height: 100%; display: grid; place-items: center; color: var(--ink); background: repeating-linear-gradient(-45deg,#efe9dc,#efe9dc 10px,#e6dfd1 10px,#e6dfd1 20px); font-size: .76rem; font-weight: 800; }
.showcase-copy { padding: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.showcase-meta { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-bottom: 10px; color: rgba(255,255,255,.58); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.showcase-copy h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.showcase-copy p { margin-bottom: 14px; color: rgba(255,255,255,.7); font-size: .87rem; }
.showcase-link { display: inline-flex; gap: 8px; align-items: center; font-size: .78rem; font-weight: 800; }

.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.process-intro { position: sticky; top: 110px; }
.process-list { position: relative; border-top: 1px solid var(--ink); }
.process-list::before { content: ""; position: absolute; left: 22px; top: 0; width: 2px; height: var(--process-progress, 0%); background: var(--yellow); z-index: -1; }
.process-step { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--ink); }
.process-step .num { width: 44px; height: 44px; display: grid; place-items: center; background: var(--paper); border: 1px solid var(--ink); font-family: var(--serif); font-size: 1.1rem; transition: background .25s ease; }
.process-step.is-active .num { background: var(--yellow); }
.process-step h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.process-step p { margin-bottom: 0; color: var(--ink-soft); }
.deliverable { margin-top: 9px; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.pricing { background: var(--paper-2); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.price-list { border-top: 1px solid var(--ink); }
.price-row { display: grid; grid-template-columns: 1fr 185px 1.1fr 120px; gap: 22px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--ink); }
.price-row h3 { margin: 4px 0 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.price-label { color: var(--ink-soft); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.price-value { font-family: var(--serif); font-size: 1.45rem; }
.price-copy { color: var(--ink-soft); font-size: .86rem; }
.price-copy p { margin: 0; }

.about-section { background: var(--yellow); border-bottom: 1px solid var(--ink); }
.about-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 70px; align-items: start; }
.about-grid .lead { color: var(--ink); }
.about-points { margin-top: 26px; border-top: 1px solid rgba(23,23,20,.35); }
.about-points span { display: block; padding: 11px 0; border-bottom: 1px solid rgba(23,23,20,.35); font-size: .82rem; font-weight: 800; }

.clients-section { border-bottom: 1px solid var(--ink); }
.client-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.client-item { min-height: 110px; padding: 20px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--white); }
.client-item img { max-height: 68px; width: auto; object-fit: contain; }
.client-item span { font-weight: 800; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.testimonial-card { padding: 28px; border: 1px solid var(--ink); background: var(--white); }
.testimonial-card blockquote { margin: 0 0 24px; font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; }
.testimonial-card blockquote p { margin: 0; }
.testimonial-card footer { display: grid; gap: 2px; font-size: .78rem; }
.testimonial-card footer span { color: var(--ink-soft); }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 68px; align-items: start; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--ink); }
.faq-list summary { padding: 21px 0; display: flex; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 1.15rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 0 21px; color: var(--ink-soft); font-size: .9rem; }
.faq-answer p:last-child { margin-bottom: 0; }

.contact-wrap { padding: 0 0 104px; }
.contact-panel { display: grid; grid-template-columns: .88fr 1.12fr; border: 1px solid var(--ink); background: var(--yellow); }
.contact-copy { padding: 46px; border-right: 1px solid var(--ink); }
.contact-copy h2 { font-size: clamp(2.7rem, 5vw, 4.7rem); }
.contact-copy p { max-width: 430px; }
.direct-links { margin-top: 27px; display: grid; gap: 8px; font-weight: 800; }
.contact-form-wrap { padding: 32px; background: var(--white); }
.contact-form-wrap .ff-el-group { margin-bottom: 14px; }
.contact-form-wrap label { font-size: .72rem !important; font-weight: 800 !important; letter-spacing: .06em; text-transform: uppercase; }
.contact-form-wrap input, .contact-form-wrap select, .contact-form-wrap textarea { border: 1px solid var(--ink) !important; border-radius: 0 !important; background: #fff !important; box-shadow: none !important; }
.contact-form-wrap .ff-btn-submit { min-height: 50px !important; width: 100% !important; border: 1px solid var(--ink) !important; border-radius: 0 !important; background: var(--ink) !important; color: var(--white) !important; font-weight: 800 !important; }
.form-fallback { padding: 24px; border: 1px solid var(--line); }

.site-footer { padding: 26px 0; border-top: 1px solid var(--ink); }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 28px; font-size: .74rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 700; }

.gallery-modal { position: fixed; inset: 0; z-index: 100; display: none; padding: 24px; background: rgba(15,15,13,.88); }
.gallery-modal.is-open { display: grid; place-items: center; }
.gallery-dialog { width: min(1100px, 100%); max-height: calc(100vh - 48px); overflow: auto; background: var(--paper); border: 1px solid var(--white); }
.gallery-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; border-bottom: 1px solid var(--ink); background: var(--paper); }
.gallery-head h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3rem); }
.gallery-head button { min-height: 38px; padding: 0 12px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-weight: 800; }
.gallery-content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.gallery-content figure { margin: 0; background: var(--white); }
.gallery-content img { width: 100%; height: auto; }
.gallery-empty { padding: 60px 24px; text-align: center; background: var(--white); }

.page-shell { padding: 92px 0 110px; }
.page-shell .entry-content { max-width: 780px; }
.page-shell .entry-content > * + * { margin-top: 20px; }

@media (max-width: 980px) {
    .hero-grid, .split-head, .process-grid, .about-grid, .faq-grid, .contact-panel { grid-template-columns: 1fr; }
    .hero-grid { gap: 48px; }
    .problem-grid { grid-template-columns: repeat(2, 1fr); }
    .service-row { grid-template-columns: 54px 1fr; }
    .service-proof { grid-column: 2; padding: 20px 0 0; border-left: 0; border-top: 1px solid var(--line); }
    .showcase-card, .showcase-card:nth-child(5n+1), .showcase-card:nth-child(5n+2) { grid-column: span 6; }
    .process-intro { position: static; }
    .price-row { grid-template-columns: 1fr 160px; }
    .price-copy { grid-column: 1; }
    .price-row .button { grid-column: 2; grid-row: 1 / span 2; }
    .contact-copy { border-right: 0; border-bottom: 1px solid var(--ink); }
    .client-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
    .wrap { width: min(calc(100% - 28px), var(--max)); }
    .section { padding: 76px 0; }
    .section-tight { padding: 54px 0; }
    h1 { font-size: clamp(3.1rem, 16vw, 4.9rem); }
    h2 { font-size: clamp(2.35rem, 11.5vw, 3.8rem); }
    .nav-links { position: fixed; inset: 76px 0 auto; display: none; padding: 24px 18px 30px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--ink); }
    .nav-links.is-open { display: flex; }
    .nav-links .button { width: 100%; }
    .menu-button { display: inline-block; }
    .hero { padding-top: 58px; }
    .campaign-sheet { box-shadow: 8px 8px 0 var(--yellow); }
    .sheet-context { grid-template-columns: 82px 1fr; }
    .output-grid { grid-template-columns: 1fr; }
    .output-item, .output-item:nth-child(2n), .output-item:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
    .output-item:last-child { border-bottom: 0; }
    .problem-grid { grid-template-columns: 1fr; }
    .problem-card, .problem-card + .problem-card { padding: 24px 0; border-left: 0; }
    .service-row { grid-template-columns: 40px 1fr; gap: 13px; padding: 33px 0; }
    .service-proof { grid-column: 1 / -1; }
    .proof-sequence { grid-template-columns: 1fr; align-items: start; }
    .proof-sequence i { width: 1px; height: 16px; margin-left: 5px; }
    .showcase-grid { grid-template-columns: 1fr; }
    .showcase-card, .showcase-card:nth-child(5n+1), .showcase-card:nth-child(5n+2) { grid-column: auto; }
    .price-row { grid-template-columns: 1fr; gap: 10px; }
    .price-copy, .price-row .button { grid-column: auto; grid-row: auto; }
    .price-row .button { margin-top: 8px; }
    .client-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonial-grid { grid-template-columns: 1fr; }
    .contact-copy, .contact-form-wrap { padding: 28px 22px; }
    .footer-row { flex-direction: column; align-items: flex-start; }
    .gallery-modal { padding: 10px; }
    .gallery-dialog { max-height: calc(100vh - 20px); }
    .gallery-content { grid-template-columns: 1fr; }
}

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


/* FrameMint V2.1 — tighter, more visual homepage */
.section { padding: 78px 0; }
.section-tight { padding: 56px 0; }
h1 { max-width: 720px; font-size: clamp(3.25rem, 6.2vw, 5.85rem); }
h2 { max-width: 700px; font-size: clamp(2.25rem, 4vw, 3.85rem); }
.lead { max-width: 650px; font-size: clamp(.98rem, 1.2vw, 1.08rem); }
.compact-intro { display: grid; grid-template-columns: 1fr .62fr; gap: 48px; align-items: end; margin-bottom: 32px; }
.compact-intro .kicker { margin-bottom: 13px; }
.compact-intro h2 { margin-bottom: 0; }
.compact-intro .lead { margin-bottom: 3px; }

.hero { padding: 64px 0 60px; }
.hero-grid { grid-template-columns: 1.02fr .98fr; gap: 52px; }
.hero-copy .lead { max-width: 620px; }
.hero-actions { margin-top: 24px; }
.hero-meta { margin-top: 20px; }
.hero-media-frame { border: 1px solid var(--ink); background: var(--white); box-shadow: 12px 12px 0 var(--yellow); }
.hero-media { aspect-ratio: 4 / 3; padding: 14px; display: grid; place-items: center; background: #fff; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: contain; }
.hero-media-caption { margin: 0; padding: 11px 14px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .76rem; }

.problem-section { padding: 66px 0 58px; }
.problem-grid { grid-template-columns: repeat(4, 1fr); }
.problem-card, .problem-card + .problem-card { min-height: 138px; padding: 19px 18px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; border-left: 1px solid var(--line); }
.problem-card:first-child { border-left: 0; padding-left: 0; }
.problem-card > span { margin: 2px 0 0; font-size: .92rem; }
.problem-card h3 { margin-bottom: 6px; font-size: 1.28rem; }
.problem-card p { font-size: .8rem; line-height: 1.45; }

.services-section { padding-top: 72px; }
.service-list { border-top: 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.service-card { min-height: 245px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--ink); background: rgba(255,253,248,.42); }
.service-card-head { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.service-card .service-no { padding-top: 4px; font-size: 1rem; }
.service-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.25rem); font-weight: 400; }
.service-card .service-text { max-width: none; font-size: .88rem; }
.service-card .service-proof { margin-top: auto; padding: 18px 0 0; border: 0; border-top: 1px solid var(--line); }
.service-card .proof-sequence { min-height: auto; }

.process-section { padding-top: 72px; }
.process-grid { display: initial; }
.process-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.process-list::before { display: none; }
.process-step { min-height: 225px; display: flex; flex-direction: column; gap: 0; padding: 22px 18px; border: 0; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-step .num { width: 34px; height: 34px; margin-bottom: 32px; font-size: .86rem; }
.process-step h3 { margin-bottom: 7px; font-size: 1.35rem; }
.process-step p { font-size: .83rem; }
.process-step .deliverable { margin-top: auto; padding-top: 15px; }

.pricing { padding: 72px 0 78px; }
.price-list { border-top: 0; }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.price-card { min-height: 300px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--ink); background: var(--paper); }
.price-card.is-featured { background: var(--white); box-shadow: 8px 8px 0 var(--yellow); }
.price-card h3 { margin: 8px 0 16px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.price-card .price-value { margin-bottom: 18px; font-size: 1.55rem; }
.price-card .price-copy { margin-bottom: 22px; font-size: .82rem; }
.price-card .button { margin-top: auto; width: fit-content; }

.about-section { padding: 64px 0; }
.about-grid { gap: 54px; }
.about-grid h2 { max-width: 610px; }
.about-points { margin-top: 20px; }
.about-points span { padding: 9px 0; }

.faq-section { padding: 68px 0; }
.faq-grid { gap: 54px; }
.faq-list summary { padding: 17px 0; }
.faq-answer { padding-bottom: 17px; }

.contact-wrap { padding: 0 0 78px; }
.contact-copy { padding: 36px; }
.contact-copy h2 { font-size: clamp(2.4rem, 4vw, 3.7rem); }
.contact-form-wrap { padding: 26px; }

@media (max-width: 980px) {
    .compact-intro { grid-template-columns: 1fr; gap: 16px; }
    .hero { padding-top: 50px; }
    .hero-grid { gap: 38px; }
    .problem-grid { grid-template-columns: repeat(2, 1fr); }
    .problem-card:first-child, .problem-card:nth-child(3) { border-left: 0; padding-left: 0; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .process-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .process-step:nth-child(2) { border-right: 0; }
    .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .price-grid { grid-template-columns: 1fr; }
    .price-card { min-height: 0; }
}

@media (max-width: 760px) {
    .section { padding: 58px 0; }
    h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
    h2 { font-size: clamp(2.15rem, 10vw, 3.25rem); }
    .hero { padding: 44px 0 48px; }
    .hero-media-frame { box-shadow: 7px 7px 0 var(--yellow); }
    .problem-grid, .service-grid, .process-cards { grid-template-columns: 1fr; }
    .problem-card, .problem-card + .problem-card, .problem-card:first-child, .problem-card:nth-child(3) { min-height: 0; padding: 18px 0; border-left: 0; }
    .service-card { min-height: 0; }
    .process-step, .process-step:nth-child(2) { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .process-step:last-child { border-bottom: 0; }
    .process-step .num { margin-bottom: 20px; }
    .price-card.is-featured { box-shadow: 6px 6px 0 var(--yellow); }
    .about-section { padding: 54px 0; }
    .contact-copy, .contact-form-wrap { padding: 24px 20px; }
}
