.pricing-page { --pricing-width: 1120px; }
.pricing-page .container { max-width: var(--pricing-width); }
.pricing-page .site-nav .container, .pricing-page .site-footer .container { max-width: var(--max); }
.pricing-draft { background: #ece3d2; color: #4a3f33; border-bottom: 1px solid #d9c9ac; padding: 9px var(--pad-x); text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.pricing-hero { padding: clamp(68px, 8vw, 122px) 0 clamp(58px, 7vw, 96px); background: linear-gradient(110deg, rgba(39,53,39,.96), rgba(44,54,42,.92)), url('assets/hero-living-v2.webp') center/cover; color: white; }
.pricing-hero .eyebrow { color: #e9d8b8; }
.pricing-hero h1 { max-width: 850px; margin: 16px 0 24px; font-size: clamp(44px, 6.4vw, 86px); line-height: 1.04; letter-spacing: -.055em; font-weight: 500; }
.pricing-hero p { max-width: 680px; font-size: clamp(17px, 2vw, 21px); color: rgba(255,255,255,.83); }
.pricing-hero .hero-actions { margin-top: 31px; }
.pricing-hero .btn-outline { background: transparent; border-color: rgba(255,255,255,.55); color: white; }
.pricing-hero .btn-outline:hover { background: rgba(255,255,255,.12); border-color: white; color: white; }
.pricing-intro { max-width: 760px; }
.pricing-section { padding: clamp(70px, 8vw, 112px) 0; }
.pricing-section:nth-of-type(even) { background: var(--surface-low); }
.pricing-section h2 { max-width: 800px; margin: 8px 0 18px; font-size: clamp(34px, 4vw, 54px); line-height: 1.14; letter-spacing: -.045em; font-weight: 500; }
.pricing-section > .container > p, .pricing-intro p { max-width: 760px; color: var(--text-muted); }
.pricing-guide { padding: clamp(58px, 7vw, 88px) 0; }
.pricing-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 36px; border: 1px solid var(--line); background: var(--line); }
.pricing-guide-card { min-height: 190px; padding: clamp(23px, 3vw, 32px); background: var(--surface); }
.pricing-guide-card .num { color: var(--gold-deep); font-size: 11px; font-weight: 600; letter-spacing: .16em; }
.pricing-guide-card h3 { margin: 15px 0 9px; font-size: 21px; line-height: 1.25; font-weight: 500; letter-spacing: -.025em; }
.pricing-guide-card p { max-width: 460px; margin: 0; color: var(--text-muted); font-size: 15px; line-height: 1.55; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.pricing-models { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pricing-card { border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); padding: clamp(24px, 3vw, 37px); box-shadow: var(--shadow-soft); cursor: pointer; transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.pricing-card:hover { border-color: var(--green); box-shadow: 0 15px 34px rgba(50, 61, 46, .13); transform: translateY(-3px); }
.pricing-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.pricing-card--featured, .pricing-card.is-selected { background: var(--green-deep); color: white; border-color: var(--green-deep); box-shadow: 0 16px 38px rgba(39, 53, 39, .2); }
.pricing-card .eyebrow { font-size: 11px; }
.pricing-card--featured .eyebrow, .pricing-card.is-selected .eyebrow { color: #e8cf9e; }
.pricing-card h3 { margin: 20px 0 14px; font-size: 25px; line-height: 1.2; font-weight: 500; letter-spacing: -.025em; }
.pricing-card p { margin: 0; color: var(--text-muted); font-size: 15px; }
.pricing-card--featured p, .pricing-card.is-selected p { color: rgba(255,255,255,.78); }
.pricing-card strong { display: block; margin-top: 25px; font-size: 18px; font-weight: 600; }
.pricing-selection-status { margin: 18px 0 0; color: var(--green-deep); font-size: 14px; }
.pricing-selection-status strong { font-weight: 600; }
.pricing-note { margin-top: 24px; padding: 19px 22px; background: var(--gold-soft); border-left: 3px solid var(--gold); font-size: 14px; color: var(--brown); }
.pricing-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.pricing-step { border-top: 2px solid var(--green); padding: 23px 4px 0; }
.pricing-step .num { color: var(--gold-deep); font-size: 12px; letter-spacing: .16em; font-weight: 600; }
.pricing-step h3 { margin: 11px 0 8px; font-size: 21px; line-height: 1.3; font-weight: 500; }
.pricing-step p { margin: 0; color: var(--text-muted); font-size: 15px; }
.pricing-step strong { display: inline-block; margin-top: 14px; font-size: 18px; font-weight: 600; }
.pricing-index { display: flex; gap: 8px; flex-wrap: wrap; margin: 27px 0 33px; }
.pricing-index a { border: 1px solid var(--line); padding: 10px 15px; background: white; color: var(--green-deep); font-size: 13px; font-weight: 600; }
.pricing-index a:hover, .pricing-index a:focus-visible { border-color: var(--green); }
.catalog-block { margin-top: 50px; scroll-margin-top: 100px; }
.catalog-block h3 { margin: 0 0 7px; font-size: clamp(26px, 3vw, 34px); font-weight: 500; letter-spacing: -.03em; }
.catalog-block > p { margin: 0 0 24px; color: var(--text-muted); }
.catalog-category { border: 1px solid var(--line); background: white; margin-top: 10px; }
.catalog-category summary { cursor: pointer; list-style: none; padding: 17px 21px; font-weight: 600; display: flex; align-items: center; gap: 20px; }
.catalog-category summary::-webkit-details-marker { display: none; }
.catalog-category summary:after { content: '+'; flex: 0 0 auto; color: var(--gold-deep); font-size: 21px; line-height: 1; }
.catalog-category[open] summary:after { content: '−'; }
.catalog-count { margin-left: auto; color: var(--text-soft); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.catalog-category-copy { padding: 14px 20px 15px; border-top: 1px solid var(--line-soft); background: var(--surface-low); }
.catalog-category-copy p { max-width: 920px; margin: 0; color: var(--text-muted); font-size: 13px; line-height: 1.6; }
.catalog-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.catalog-table thead { background: var(--surface-low); color: var(--text-muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.catalog-table th, .catalog-table td { padding: 13px 20px; text-align: left; border-top: 1px solid var(--line-soft); vertical-align: top; }
.catalog-table th:last-child, .catalog-table td:last-child { text-align: right; }
.catalog-table th:nth-child(2), .catalog-table td:nth-child(2) { white-space: nowrap; width: 100px; }
.catalog-table td:last-child { width: 188px; color: var(--green); font-weight: 600; }
.catalog-table small { display: block; color: var(--text-soft); font-weight: 400; font-size: 12px; }
.budget-box { margin-top: 32px; padding: clamp(25px, 4vw, 45px); background: var(--green-deep); color: white; }
.budget-box h3 { margin: 0 0 20px; font-size: 28px; font-weight: 500; }
.budget-rows { display: grid; gap: 0; }
.budget-row { display: flex; justify-content: space-between; gap: 24px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.18); }
.budget-row strong { text-align: right; font-size: 21px; white-space: nowrap; }
.budget-box p { color: rgba(255,255,255,.72); font-size: 14px; }
.pricing-faq { max-width: 850px; margin-top: 32px; }
.pricing-faq details { border-bottom: 1px solid var(--line); }
.pricing-faq summary { padding: 19px 2px; cursor: pointer; font-weight: 600; }
.pricing-faq p { margin: 0; padding: 0 2px 20px; color: var(--text-muted); }
.project-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; max-width: 850px; }
.project-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 600; }
.project-form .full { grid-column: 1 / -1; }
.project-form input, .project-form select, .project-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: white; color: var(--text); outline-color: var(--gold); }
.project-form textarea { min-height: 122px; resize: vertical; }
.project-form input[type="file"] { min-height: 54px; padding: 8px; cursor: pointer; }
.project-form input[type="file"]::file-selector-button { margin-right: 12px; padding: 9px 12px; border: 0; border-radius: 2px; background: var(--green-deep); color: white; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; }
.attachment-field { padding-top: 4px; }
.attachment-hint, .attachment-status { font-size: 12px; font-weight: 400; line-height: 1.5; }
.attachment-hint { color: var(--text-muted); }
.attachment-status { color: var(--green-deep); }
.project-form .form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 17px; flex-wrap: wrap; }
.project-form .form-actions p { margin: 0; color: var(--text-muted); font-size: 13px; }
.pricing-footer { padding: 48px 0 0; }
@media(max-width: 860px) { .pricing-grid, .pricing-steps { grid-template-columns: 1fr; } .pricing-card { padding: 25px; } }
@media(max-width: 600px) { .pricing-guide-grid { grid-template-columns: 1fr; } .pricing-guide-card { min-height: 0; } }
@media(max-width: 600px) { .pricing-hero { padding: 58px 0 68px; } .pricing-hero h1 { font-size: clamp(41px, 12vw, 64px); } .catalog-category summary { padding: 16px 17px; gap: 12px; } .catalog-count { font-size: 9px; } .catalog-category-copy { padding: 13px 17px 14px; } .catalog-table thead { display: none; } .catalog-table, .catalog-table tbody, .catalog-table tr, .catalog-table td { display: block; width: 100% !important; } .catalog-table tr { display: grid; grid-template-columns: 1fr auto; border-top: 1px solid var(--line-soft); padding: 12px 17px; gap: 4px 12px; } .catalog-table td { border: 0; padding: 0; } .catalog-table td:first-child { grid-column: 1 / -1; font-weight: 500; } .catalog-table td:nth-child(2) { color: var(--text-soft); } .catalog-table td:last-child { max-width: 210px; text-align: right; } .budget-row { display: block; } .budget-row strong { display: block; text-align: left; margin-top: 4px; } .project-form { grid-template-columns: 1fr; } .project-form label { grid-column: 1 / -1; } }
