@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { color: #153c3c; background: #f6f4ee; font-family: 'DM Sans', sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
.quote-shell { min-height: 100vh; background: #f6f4ee; }
.quote-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 25px 7vw; color: #f6f4ee; background: #153c3c; }
.quote-header img { width: 96px; height: auto; }
.quote-header p, .eyebrow { margin: 0; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.quote-hero { padding: 62px 7vw 48px; color: #f6f4ee; background: #153c3c; }
.quote-hero h1 { margin: 18px 0 50px; font-family: 'Space Grotesk', sans-serif; font-size: clamp(52px, 15vw, 100px); font-weight: 600; line-height: .86; letter-spacing: -.07em; }
.quote-hero h1 em { font-weight: 400; }
.quote-hero dl { display: grid; gap: 22px; margin: 0; }
.quote-hero dt, .quote-total span, .tiers span, .price-result span { margin-bottom: 6px; color: rgba(246,244,238,.56); font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.quote-hero dd { margin: 0; font-size: 20px; font-weight: 600; }
.quote-section { padding: 38px 7vw; border-bottom: 1px solid rgba(21,60,60,.15); }
.quote-section > .eyebrow { margin-bottom: 20px; color: #8a6a0a; }
.quote-copy, .note-section p { max-width: 680px; font-size: 16px; line-height: 1.65; }
.quote-copy p:first-child, .note-section p:first-of-type { margin-top: 0; }
.quote-copy p:last-child, .note-section p:last-child { margin-bottom: 0; }
.calculator { max-width: 520px; padding: 24px; border: 1px solid rgba(21,60,60,.18); border-radius: 12px; background: #fffdf7; }
.calculator label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 700; }
.quantity-control { display: grid; grid-template-columns: 48px 1fr 48px; overflow: hidden; border: 1px solid rgba(21,60,60,.26); border-radius: 9px; }
.quantity-control button { border: 0; color: #153c3c; background: #e7e6df; font: 600 22px 'DM Sans', sans-serif; cursor: pointer; }
.quantity-control input { width: 100%; min-height: 50px; border: 0; border-right: 1px solid rgba(21,60,60,.2); border-left: 1px solid rgba(21,60,60,.2); color: #153c3c; background: #fffdf7; font: 600 20px 'Space Grotesk', sans-serif; text-align: center; }
.price-result { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 26px; }
.price-result span { color: rgba(21,60,60,.56); }
.price-result strong { font-family: 'Space Grotesk', sans-serif; font-size: 23px; }
.quote-total { display: flex; flex-direction: column; gap: 5px; margin-top: 22px; padding-top: 20px; border-top: 1px solid #153c3c; }
.quote-total span { color: #153c3c; }
.quote-total strong { color: #153c3c; font-family: 'Space Grotesk', sans-serif; font-size: 38px; letter-spacing: -.05em; }
.quote-total small { color: rgba(21,60,60,.62); font-size: 12px; }
.tiers { display: grid; gap: 10px; }
.tiers article { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 4px 16px; padding: 17px 0; border-top: 1px solid rgba(21,60,60,.2); }
.tiers article:last-child { border-bottom: 1px solid rgba(21,60,60,.2); }
.tiers span { color: rgba(21,60,60,.58); }
.tiers strong { font-family: 'Space Grotesk', sans-serif; font-size: 22px; }
.tiers small { grid-column: 2; color: rgba(21,60,60,.58); font-size: 11px; text-align: right; }
.note-section { color: #f6f4ee; background: #153c3c; border: 0; }
.note-section > .eyebrow { color: #f5c84b; }
.note-section p { color: rgba(246,244,238,.82); }
.contact-section h2 { max-width: 650px; margin: 0 0 24px; font-family: 'Space Grotesk', sans-serif; font-size: clamp(31px, 7vw, 48px); line-height: 1; letter-spacing: -.05em; }
.contact-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 21px; border: 1px solid #f5c84b; border-radius: 10px; color: #153c3c; background: #f5c84b; font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.quote-footer { display: flex; flex-direction: column; gap: 14px; padding: 34px 7vw; color: rgba(21,60,60,.6); font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.quote-footer img { width: 88px; height: auto; }
@media (min-width: 760px) { .quote-header, .quote-hero, .quote-section, .quote-footer { padding-left: max(9vw, calc((100vw - 900px) / 2)); padding-right: max(9vw, calc((100vw - 900px) / 2)); } .quote-hero dl { grid-template-columns: 1fr 1fr; } .tiers { grid-template-columns: repeat(3,1fr); gap: 24px; } .tiers article, .tiers article:last-child { display: flex; flex-direction: column; align-items: flex-start; border-bottom: 1px solid rgba(21,60,60,.2); } .tiers small { text-align: left; } .quote-footer { flex-direction: row; align-items: center; justify-content: space-between; } }
