:root {
  --fire-ink: #171713;
  --fire-paper: #f3efe7;
  --fire-white: #fffaf2;
  --fire-orange: #e9562f;
  --fire-orange-deep: #c83d1d;
  --fire-brass: #ad875c;
  --fire-muted: #746f67;
  --fire-line: rgba(23, 23, 19, .18);
  --font-sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--fire-paper); }
body { margin: 0; color: var(--fire-ink); background: var(--fire-paper); font-family: var(--font-sans); font-size: 16px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--font-sans); }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea, summary { outline-color: var(--fire-orange); outline-offset: 4px; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
::selection { color: white; background: var(--fire-orange); }

.first-fire-site { overflow: clip; }
.fire-shell { width: min(100% - 72px, 1440px); margin-inline: auto; }
.section-kicker { margin: 0 0 22px; color: var(--fire-orange); font-size: 14px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker.light { color: #ff8b69; }

.fire-header { position: fixed; z-index: 30; top: 14px; left: 50%; min-height: 72px; padding: 0 14px 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: white; background: rgba(20, 18, 16, .8); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 14px 55px rgba(0,0,0,.18); backdrop-filter: blur(18px); transform: translateX(-50%); }
.fire-brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.fire-brand > img { width: 42px; height: 42px; }
.fire-brand > span { display: grid; gap: 1px; }
.fire-brand strong { font-size: 16px; letter-spacing: .13em; }
.fire-brand small { color: rgba(255,255,255,.58); font-size: 14px; letter-spacing: .13em; text-transform: uppercase; }
.fire-header nav { display: flex; align-items: center; gap: 28px; font-size: 14px; white-space: nowrap; }
.fire-header nav a { position: relative; padding: 12px 0; }
.fire-header nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--fire-orange); transition: right 180ms ease; }
.fire-header nav a:hover::after { right: 0; }
.fire-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.fire-phone { font-size: 14px; font-weight: 650; white-space: nowrap; }
.fire-order { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; gap: 10px; color: white; background: var(--fire-orange); border: 0; border-radius: 999px; font-size: 14px; font-weight: 740; white-space: nowrap; transition: background 180ms ease, transform 180ms ease; }
.fire-order:hover { background: var(--fire-orange-deep); transform: translateY(-2px); }
.mobile-cta-label { display: none; }

.fire-hero { position: relative; min-height: 100svh; overflow: hidden; color: white; background: #1a1714; }
.fire-hero-image, .service-image > img, .one-team > img, .project-image > img, .process-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.fire-hero-image { object-fit: cover; object-position: 50% 62%; transform: scale(1.01); animation: hero-breathe 18s ease-in-out infinite alternate; }
.fire-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,9,8,.89) 0%, rgba(11,9,8,.59) 44%, rgba(11,9,8,.16) 78%, rgba(11,9,8,.04) 100%), linear-gradient(0deg, rgba(10,8,7,.73) 0%, transparent 50%); }
.fire-hero-content { position: relative; z-index: 2; min-height: 100svh; padding: clamp(150px, 18vh, 210px) 0 48px; display: flex; flex-direction: column; justify-content: space-between; }
.fire-hero-copy { max-width: 820px; }
.fire-eyebrow { margin: 0; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font-size: 14px; font-weight: 680; letter-spacing: .13em; text-transform: uppercase; }
.fire-eyebrow span { width: 34px; height: 2px; background: var(--fire-orange); }
.fire-hero h1 { max-width: 850px; margin: 25px 0 28px; font-size: clamp(66px, 8.5vw, 132px); font-weight: 650; letter-spacing: -.078em; line-height: .84; }
.fire-hero h1 em { color: var(--fire-orange); font-style: italic; font-weight: 540; }
.fire-lead { max-width: 640px; margin: 0; color: rgba(255,255,255,.8); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.5; }
.hero-lead-form { width: min(100%, 610px); margin-top: 34px; }
.hero-lead-form > label { margin-bottom: 9px; display: block; color: rgba(255,255,255,.68); font-size: 14px; font-weight: 680; letter-spacing: .11em; text-transform: uppercase; }
.hero-lead-form > div { padding: 6px; display: grid; grid-template-columns: 1fr auto; gap: 6px; background: rgba(255,255,255,.97); border-radius: 999px; box-shadow: 0 16px 50px rgba(0,0,0,.22); }
.hero-lead-form input { min-width: 0; min-height: 54px; padding: 0 22px; color: var(--fire-ink); background: transparent; border: 0; font-size: 15px; }
.hero-lead-form input::placeholder { color: #817b74; }
.hero-submit { min-height: 54px !important; padding-inline: 24px !important; gap: 12px !important; color: white !important; background: var(--fire-orange) !important; border-radius: 999px !important; font-size: 14px !important; }
.hero-submit:hover { background: var(--fire-orange-deep) !important; }
.hero-lead-form small { margin: 9px 20px 0; display: block; color: rgba(255,255,255,.54); font-size: 14px; }
.fire-secondary-actions { margin-top: 24px; display: flex; align-items: center; gap: 27px; }
.fire-secondary-actions a { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 650; }
.fire-secondary-actions a:first-child { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.55); }
.fire-proof { align-self: flex-end; display: flex; gap: clamp(28px, 4vw, 64px); }
.fire-proof > span { display: grid; gap: 3px; }
.fire-proof strong { font-size: 22px; letter-spacing: -.04em; }
.fire-proof small { max-width: 130px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.35; }

.opening-statement { min-height: 92vh; padding-block: clamp(110px, 16vw, 230px); display: flex; flex-direction: column; justify-content: center; }
.opening-statement h2 { max-width: 1210px; margin: 0; font-size: clamp(62px, 9.3vw, 140px); font-weight: 570; letter-spacing: -.078em; line-height: .9; }
.opening-statement h2 i { color: var(--fire-brass); font-weight: 510; }
.statement-tail { max-width: 1060px; margin: clamp(52px, 7vw, 96px) 0 0 auto; display: grid; grid-template-columns: minmax(280px, 550px) auto; gap: 70px; align-items: end; }
.statement-tail p { margin: 0; color: var(--fire-muted); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; }
.statement-tail button { width: fit-content; padding: 0 0 8px; display: flex; align-items: center; gap: 13px; color: inherit; background: transparent; border: 0; border-bottom: 1px solid var(--fire-ink); font-size: 14px; font-weight: 720; white-space: nowrap; }

.services-live { padding-block: clamp(95px, 11vw, 165px); color: white; background: var(--fire-ink); }
.services-head { margin-bottom: clamp(52px, 7vw, 90px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.services-head h2 { margin: 0; font-size: clamp(58px, 7.5vw, 108px); font-weight: 580; letter-spacing: -.07em; line-height: .92; }
.services-head > p { max-width: 440px; margin: 0 0 8px auto; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.65; }
.service-stage { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(35px, 6vw, 92px); align-items: stretch; }
.service-selector { display: flex; flex-direction: column; }
.service-selector > button { min-height: 94px; padding: 0; display: grid; grid-template-columns: 42px 1fr 28px; gap: 12px; align-items: center; color: rgba(255,255,255,.35); background: transparent; border: 0; border-top: 1px solid rgba(255,255,255,.22); text-align: left; transition: color 180ms ease, padding 180ms ease; }
.service-selector > button:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.22); }
.service-selector > button span { font-size: 14px; letter-spacing: .1em; }
.service-selector > button strong { font-size: clamp(28px, 3.1vw, 46px); font-weight: 570; letter-spacing: -.045em; }
.service-selector > button svg { opacity: 0; transform: translateX(-12px); transition: opacity 180ms ease, transform 180ms ease; }
.service-selector > button:hover, .service-selector > button.active { color: white; padding-left: 12px; }
.service-selector > button.active strong { color: #ff8b69; }
.service-selector > button.active svg { opacity: 1; transform: translateX(0); }
.service-detail { margin-top: auto; padding-top: 48px; }
.service-detail h3 { max-width: 510px; margin: 0 0 17px; font-size: clamp(24px, 2.45vw, 36px); font-weight: 560; letter-spacing: -.045em; line-height: 1.08; }
.service-detail p { max-width: 520px; margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.65; }
.service-detail button { width: fit-content; margin-top: 28px; padding: 0 0 7px; display: inline-flex; align-items: center; gap: 12px; color: white; background: transparent; border: 0; border-bottom: 1px solid var(--fire-orange); font-size: 14px; font-weight: 720; }
.service-image { position: relative; min-height: 720px; margin: 0; overflow: hidden; border-radius: 4px 130px 4px 4px; animation: service-reveal 450ms ease both; }
.service-image img { object-fit: cover; }
.service-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,8,7,.62), transparent 42%); }
.service-image figcaption { position: absolute; z-index: 2; right: 26px; bottom: 24px; padding: 12px 16px; display: flex; align-items: center; gap: 9px; color: white; background: rgba(20,18,16,.75); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; backdrop-filter: blur(12px); font-size: 14px; }

.one-team { position: relative; min-height: 900px; color: white; background: #0d0b0a; }
.one-team > img { object-fit: cover; object-position: 44% 58%; }
.one-team-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,6,5,.92) 0%, rgba(7,6,5,.82) 40%, rgba(7,6,5,.18) 75%, rgba(7,6,5,.05)); }
.one-team-copy { position: relative; z-index: 2; min-height: 900px; padding-block: clamp(100px, 13vw, 190px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.one-team-copy h2 { max-width: 750px; margin: 0; font-size: clamp(62px, 7.8vw, 112px); font-weight: 580; letter-spacing: -.075em; line-height: .9; }
.one-team-copy h2 i { color: #ff8b69; font-weight: 510; }
.one-team-copy h2 .responsibility-word { font-size: .8em; }
.one-team-copy > p:not(.section-kicker) { max-width: 590px; margin: 35px 0 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.65; }
.one-team-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; }
.one-team-actions a, .one-team-actions button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; gap: 12px; color: white; border-radius: 999px; font-size: 14px; font-weight: 720; }
.one-team-actions button { background: var(--fire-orange); border: 0; }
.one-team-actions a { background: transparent; border: 1px solid rgba(255,255,255,.45); }
.one-team-proof { margin-top: 54px; display: flex; align-items: center; gap: 14px; }
.one-team-proof > svg { width: 28px; height: 28px; color: #ff8b69; }
.one-team-proof span { display: grid; }
.one-team-proof strong { font-size: 14px; }
.one-team-proof small { color: rgba(255,255,255,.5); font-size: 14px; }

.projects-editorial { padding-block: clamp(105px, 13vw, 190px); }
.projects-heading { margin-bottom: clamp(50px, 7vw, 90px); display: flex; justify-content: space-between; align-items: flex-end; }
.projects-heading h2 { margin: 0; font-size: clamp(64px, 8.4vw, 124px); font-weight: 570; letter-spacing: -.078em; line-height: .88; }
.projects-heading h2 i { color: var(--fire-brass); font-weight: 500; }
.project-count { display: flex; align-items: baseline; gap: 8px; }
.project-count strong { color: var(--fire-orange); font-size: clamp(50px, 6vw, 84px); font-weight: 520; letter-spacing: -.07em; }
.project-count span { color: var(--fire-muted); font-size: 14px; }
.project-view { display: grid; grid-template-columns: 1.38fr .62fr; min-height: 760px; background: var(--fire-white); }
.project-image { position: relative; min-height: 760px; margin: 0; overflow: hidden; border-radius: 0 0 110px 0; animation: service-reveal 430ms ease both; }
.project-image > img { object-fit: cover; }
.project-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,10,8,.36), transparent 42%); }
.project-arrows { position: absolute; z-index: 3; right: 24px; bottom: 24px; display: flex; gap: 8px; }
.project-arrows button { width: 54px; height: 54px; display: grid; place-items: center; color: white; background: rgba(17,15,13,.72); border: 1px solid rgba(255,255,255,.32); border-radius: 50%; backdrop-filter: blur(12px); transition: background 180ms ease, transform 180ms ease; }
.project-arrows button:hover { background: var(--fire-orange); transform: translateY(-2px); }
.project-caption { padding: clamp(40px, 5vw, 78px); display: flex; flex-direction: column; align-items: flex-start; }
.project-caption > p { margin: 0 0 26px; color: var(--fire-orange); font-size: 14px; font-weight: 740; letter-spacing: .13em; text-transform: uppercase; }
.project-caption h3 { margin: 0; font-size: clamp(34px, 4vw, 58px); font-weight: 570; letter-spacing: -.06em; line-height: .98; }
.project-caption > span { margin-top: 25px; color: var(--fire-muted); font-size: 14px; line-height: 1.6; }
.project-caption > button { margin-top: 35px; padding: 0 0 7px; display: inline-flex; align-items: center; gap: 12px; color: inherit; background: transparent; border: 0; border-bottom: 1px solid var(--fire-ink); font-size: 14px; font-weight: 730; }
.project-dots { margin-top: auto; display: flex; gap: 8px; }
.project-dots button { width: 32px; height: 4px; padding: 0; background: rgba(23,23,19,.18); border: 0; border-radius: 99px; transition: width 180ms ease, background 180ms ease; }
.project-dots button.active { width: 66px; background: var(--fire-orange); }

.calculator-live { padding-block: clamp(105px, 13vw, 190px); color: white; background: #29241f; }
.calculator-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 10vw, 155px); align-items: start; }
.calculator-intro { position: sticky; top: 120px; }
.calculator-intro h2 { margin: 0; font-size: clamp(54px, 6.6vw, 96px); font-weight: 570; letter-spacing: -.072em; line-height: .9; }
.calculator-intro > p:not(.section-kicker) { max-width: 510px; margin: 30px 0 0; color: rgba(255,255,255,.56); font-size: 15px; line-height: 1.65; }
.calc-summary { margin-top: 55px; padding: 20px 0; display: grid; border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.calc-summary > span { color: rgba(255,255,255,.42); font-size: 14px; letter-spacing: .13em; text-transform: uppercase; }
.calc-summary strong { margin: 8px 0 2px; color: #ff8b69; font-size: 30px; font-weight: 570; letter-spacing: -.04em; }
.calc-summary small { color: rgba(255,255,255,.58); font-size: 14px; }
.calculator-form { display: grid; gap: 0; }
.calculator-form fieldset { padding: 31px 0 36px; border-top: 1px solid rgba(255,255,255,.26); }
.calculator-form legend { width: 100%; margin-bottom: 22px; display: flex; align-items: center; gap: 13px; font-size: 15px; font-weight: 660; }
.calculator-form legend span { color: #ff8b69; font-size: 14px; letter-spacing: .1em; }
.calculator-form legend b { margin-left: auto; color: #ff8b69; font-size: 22px; font-weight: 560; letter-spacing: -.035em; }
.choice-pills { display: flex; gap: 9px; flex-wrap: wrap; }
.choice-pills button { min-height: 48px; padding: 0 18px; color: rgba(255,255,255,.64); background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 14px; transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.choice-pills button:hover, .choice-pills button.active { color: white; background: var(--fire-orange); border-color: var(--fire-orange); }
.fire-slider { margin-top: 30px; }
.fire-slider [data-slot="slider-track"] { height: 5px; background: rgba(255,255,255,.16); }
.fire-slider [data-slot="slider-range"] { background: var(--fire-orange); }
.fire-slider [data-slot="slider-thumb"] { width: 22px; height: 22px; background: var(--fire-white); border: 5px solid var(--fire-orange); box-shadow: none; }
.slider-range { margin-top: 11px; display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 14px; }
.calc-phone { padding-top: 31px; display: grid; gap: 12px; border-top: 1px solid rgba(255,255,255,.26); }
.calc-phone > span { color: rgba(255,255,255,.67); font-size: 14px; }
.calc-phone input { min-height: 66px; padding: 0; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); font-size: clamp(26px, 3.4vw, 48px); letter-spacing: -.04em; }
.calc-phone input::placeholder { color: rgba(255,255,255,.25); }
.calc-submit { min-height: 62px !important; margin-top: 27px; padding-inline: 24px !important; justify-content: space-between !important; color: white !important; background: var(--fire-orange) !important; border-radius: 999px !important; font-size: 14px !important; }
.calc-submit:hover { background: var(--fire-orange-deep) !important; }
.form-note { margin: 10px 18px 0; color: rgba(255,255,255,.42); font-size: 14px; }

.process-live { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 990px; background: var(--fire-white); }
.process-photo { position: relative; min-height: 990px; overflow: hidden; }
.process-photo > img { object-fit: cover; object-position: 55% 68%; }
.process-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,12,10,.72), transparent 45%); }
.process-photo > div { position: absolute; z-index: 2; right: 45px; bottom: 45px; left: 45px; display: grid; color: white; }
.process-photo span { color: rgba(255,255,255,.58); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.process-photo strong { margin-top: 6px; font-size: clamp(24px, 2.5vw, 36px); font-weight: 580; letter-spacing: -.04em; }
.process-content { padding: clamp(80px, 9vw, 140px); }
.process-content > h2 { margin: 0 0 55px; font-size: clamp(58px, 6.8vw, 98px); font-weight: 570; letter-spacing: -.072em; line-height: .9; }
.process-steps { border-top: 1px solid var(--fire-line); }
.process-steps article { min-height: 115px; padding: 22px 0; display: grid; grid-template-columns: 44px 1fr 28px; gap: 15px; align-items: center; border-bottom: 1px solid var(--fire-line); }
.process-steps article > span { color: var(--fire-orange); font-size: 14px; }
.process-steps h3 { margin: 0 0 7px; font-size: 19px; font-weight: 630; letter-spacing: -.025em; }
.process-steps p { max-width: 660px; margin: 0; color: var(--fire-muted); font-size: 14px; line-height: 1.55; }
.process-steps svg { width: 19px; color: var(--fire-brass); }
.process-cta { width: fit-content; min-height: 52px; margin-top: 38px; padding: 0 21px; display: inline-flex; align-items: center; gap: 12px; color: white; background: var(--fire-ink); border: 0; border-radius: 999px; font-size: 14px; font-weight: 720; }

.faq-live { padding-block: clamp(105px, 13vw, 185px); display: grid; grid-template-columns: minmax(430px, .78fr) minmax(0, 1.22fr); gap: clamp(56px, 7vw, 110px); }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro h2 { margin: 0; font-size: clamp(58px, 5.6vw, 88px); font-weight: 570; letter-spacing: -.072em; line-height: .9; }
.faq-intro h2 span { display: block; white-space: nowrap; }
.faq-intro a { width: fit-content; margin-top: 38px; padding-bottom: 7px; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--fire-ink); font-size: 14px; font-weight: 700; }
.faq-list { border-top: 1px solid var(--fire-ink); }
.faq-list details { border-bottom: 1px solid var(--fire-ink); }
.faq-list summary { min-height: 92px; display: grid; grid-template-columns: 44px 1fr 26px; gap: 14px; align-items: center; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--fire-orange); font-size: 14px; }
.faq-list summary strong { font-size: 16px; }
.faq-list summary svg { transition: transform 180ms ease; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details p { max-width: 760px; margin: 0; padding: 0 40px 30px 58px; color: var(--fire-muted); font-size: 14px; line-height: 1.65; }

.contact-live { padding-top: clamp(105px, 13vw, 180px); color: white; background: var(--fire-ink); }
.contact-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(70px, 10vw, 155px); }
.contact-copy h2 { margin: 0; font-size: clamp(58px, 7vw, 102px); font-weight: 570; letter-spacing: -.075em; line-height: .9; }
.contact-copy > p:not(.section-kicker) { max-width: 520px; margin: 31px 0 0; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.65; }
.contact-copy > a { margin-top: 45px; display: block; color: #ff8b69; font-size: clamp(27px, 3.1vw, 46px); font-weight: 600; letter-spacing: -.045em; }
.contact-copy > span { margin-top: 8px; display: block; color: rgba(255,255,255,.42); font-size: 14px; }
.contact-form { padding: clamp(30px, 5vw, 65px); display: grid; gap: 26px; color: var(--fire-ink); background: var(--fire-paper); border-radius: 4px 90px 4px 4px; }
.contact-form label { display: grid; gap: 8px; color: var(--fire-muted); font-size: 14px; font-weight: 710; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; color: var(--fire-ink); background: transparent; border: 0; border-bottom: 1px solid rgba(23,23,19,.48); border-radius: 0; font-size: 15px; font-weight: 480; letter-spacing: normal; text-transform: none; }
.contact-form textarea { min-height: 92px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9a938a; }
.contact-submit { min-height: 58px !important; margin-top: 5px; padding-inline: 22px !important; justify-content: space-between !important; color: white !important; background: var(--fire-orange) !important; border-radius: 999px !important; font-size: 14px !important; }
.contact-submit:hover { background: var(--fire-orange-deep) !important; }
.telegram-link { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--fire-ink); border-radius: 999px; font-size: 14px; font-weight: 710; }
.contact-form small { color: var(--fire-muted); font-size: 14px; text-align: center; }
.fire-footer { min-height: 150px; margin-top: clamp(90px, 11vw, 155px); display: grid; grid-template-columns: 1.25fr 1fr auto auto; gap: 45px; align-items: center; border-top: 1px solid rgba(255,255,255,.23); }
.footer-brand strong { color: white; }
.fire-footer > p { margin: 0; color: rgba(255,255,255,.46); font-size: 14px; }
.fire-footer nav { display: flex; gap: 20px; font-size: 14px; }
.fire-footer > span { color: rgba(255,255,255,.4); font-size: 14px; }
.mobile-order-bar { display: none; }

[data-slot="dialog-overlay"] { background: rgba(10, 8, 7, .7) !important; backdrop-filter: blur(10px); }
.lead-dialog { width: min(calc(100% - 28px), 760px) !important; max-width: 760px !important; max-height: calc(100svh - 28px); padding: clamp(26px, 5vw, 54px) !important; overflow-y: auto; color: var(--fire-ink) !important; background: var(--fire-paper) !important; border: 1px solid rgba(255,255,255,.45) !important; border-radius: 4px 70px 4px 4px !important; box-shadow: 0 30px 100px rgba(0,0,0,.34) !important; }
.lead-dialog [data-slot="dialog-close"] { top: 18px; right: 18px; width: 46px; height: 46px; color: var(--fire-ink); background: rgba(23,23,19,.07); border-radius: 50%; }
.lead-dialog-header { gap: 0 !important; padding-right: 48px; }
.lead-dialog-header > p { margin: 0 0 15px; color: var(--fire-orange); font-size: 14px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.lead-dialog [data-slot="dialog-title"] { max-width: 620px; font-size: clamp(38px, 5.3vw, 62px); font-weight: 580; letter-spacing: -.06em; line-height: .94; }
.lead-dialog [data-slot="dialog-description"] { max-width: 610px; margin-top: 20px; color: var(--fire-muted); font-size: 16px; line-height: 1.55; }
.lead-dialog-form { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.lead-dialog-form > label:not(.lead-consent) { display: grid; gap: 8px; color: var(--fire-muted); font-size: 14px; font-weight: 680; }
.lead-dialog-form input:not([type="checkbox"]), .lead-dialog-form select, .lead-dialog-form textarea { width: 100%; min-height: 52px; padding: 10px 0; color: var(--fire-ink); background: transparent; border: 0; border-bottom: 1px solid rgba(23,23,19,.42); border-radius: 0; font-size: 16px; }
.lead-dialog-form textarea { min-height: 88px; resize: vertical; }
.lead-dialog-form > label:nth-of-type(4), .lead-consent, .lead-dialog-submit, .lead-dialog-form > small { grid-column: 1 / -1; }
.lead-consent { display: flex; align-items: center; gap: 10px; color: var(--fire-muted); font-size: 14px; }
.lead-consent input { width: 20px; height: 20px; margin: 0; accent-color: var(--fire-orange); }
.lead-dialog-submit { min-height: 58px !important; padding-inline: 22px !important; justify-content: space-between !important; color: white !important; background: var(--fire-orange) !important; border-radius: 999px !important; font-size: 15px !important; }
.lead-dialog-submit:hover { background: var(--fire-orange-deep) !important; }
.lead-dialog-form > small { color: var(--fire-muted); font-size: 14px; text-align: center; }

.thanks-page { position: relative; min-height: 100svh; overflow: hidden; color: white; background: #100d0b; }
.thanks-page > img { object-fit: cover; object-position: 44% 58%; }
.thanks-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,6,.94) 0%, rgba(8,7,6,.8) 45%, rgba(8,7,6,.18) 82%); }
.thanks-content { position: relative; z-index: 2; width: min(100% - 72px, 1440px); min-height: 100svh; margin-inline: auto; padding-block: clamp(45px, 8vh, 90px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.thanks-brand { position: absolute; top: 32px; left: 0; display: inline-flex; align-items: center; gap: 12px; font-size: 16px; letter-spacing: .13em; }
.thanks-content > p { margin: 0 0 22px; color: #ff8b69; font-size: 14px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.thanks-content h1 { max-width: 940px; margin: 0; font-size: clamp(58px, 8vw, 118px); font-weight: 580; letter-spacing: -.075em; line-height: .88; }
.thanks-content > span { max-width: 580px; margin-top: 32px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.6; }
.thanks-actions { margin-top: 40px; display: flex; gap: 12px; flex-wrap: wrap; }
.thanks-actions a { min-height: 54px; padding: 0 21px; display: inline-flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.46); border-radius: 999px; font-size: 14px; font-weight: 720; }
.thanks-actions a:first-child { color: white; background: var(--fire-orange); border-color: var(--fire-orange); }

@keyframes hero-breathe { from { transform: scale(1.01); } to { transform: scale(1.055); } }
@keyframes service-reveal { from { opacity: .45; transform: translateY(14px) scale(.99); } to { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  .fire-header { grid-template-columns: 1fr auto; }
  .fire-header nav { display: none; }
  .project-view { grid-template-columns: 1.2fr .8fr; }
  .process-content { padding: 80px 55px; }
  .fire-footer { grid-template-columns: 1.2fr 1fr auto; }
  .fire-footer > span { display: none; }
}

@media (max-width: 900px) {
  .fire-shell { width: min(100% - 36px, 760px); }
  .fire-header-actions .fire-phone { display: none; }
  .services-head, .service-stage, .calculator-layout, .faq-live, .contact-layout { grid-template-columns: 1fr; }
  .services-head { gap: 28px; }
  .services-head > p { margin-left: 0; }
  .service-stage { gap: 45px; }
  .service-detail { margin-top: 35px; }
  .service-image { min-height: 690px; }
  .project-view { grid-template-columns: 1fr; }
  .project-image { min-height: 650px; border-radius: 0 0 70px 0; }
  .project-caption { min-height: 430px; }
  .calculator-intro, .faq-intro { position: static; }
  .calculator-layout, .faq-live { gap: 65px; }
  .process-live { grid-template-columns: 1fr; }
  .process-photo { min-height: 680px; }
  .process-content { padding: 90px 36px; }
  .contact-layout { gap: 70px; }
  .fire-footer { grid-template-columns: 1fr 1fr; padding-block: 35px; }
  .fire-footer nav { justify-content: flex-end; }
}

@media (max-width: 650px) {
  .fire-shell { width: calc(100% - 28px); }
  .section-kicker { margin-bottom: 15px; font-size: 14px; }
  .fire-header { top: 8px; min-height: 60px; padding: 0 7px 0 10px; gap: 8px; }
  .fire-brand > img { width: 36px; height: 36px; }
  .fire-brand strong { font-size: 14px; }
  .fire-brand small { display: none; }
  .fire-header-actions .fire-order { min-height: 44px; padding-inline: 13px; font-size: 14px; }
  .fire-header-actions .fire-order svg, .desktop-cta-label { display: none; }
  .mobile-cta-label { display: inline; }
  .fire-hero-image { object-position: 50% 52%; }
  .fire-hero-shade { background: linear-gradient(90deg, rgba(9,8,7,.87), rgba(9,8,7,.32)), linear-gradient(0deg, rgba(8,7,6,.8), transparent 62%); }
  .fire-hero-content { padding: 120px 0 110px; }
  .fire-eyebrow { font-size: 14px; letter-spacing: .08em; }
  .fire-eyebrow span { width: 24px; }
  .fire-hero h1 { margin-top: 22px; font-size: clamp(56px, 18vw, 82px); line-height: .87; }
  .fire-lead { max-width: 96%; font-size: 15px; }
  .hero-lead-form { margin-top: 27px; }
  .hero-lead-form > div { grid-template-columns: 1fr; border-radius: 25px; }
  .hero-lead-form input { min-height: 50px; }
  .hero-submit { width: 100%; }
  .hero-lead-form small { display: none; }
  .fire-secondary-actions { gap: 18px; flex-wrap: wrap; }
  .fire-secondary-actions a { font-size: 14px; }
  .fire-proof { align-self: flex-start; margin-top: 48px; gap: 22px; }
  .fire-proof > span:nth-child(3) { display: none; }
  .fire-proof strong { font-size: 18px; }
  .opening-statement { min-height: 78vh; padding-block: 105px; }
  .opening-statement h2 { font-size: clamp(42px, 13vw, 56px); line-height: .94; letter-spacing: -.06em; }
  .opening-statement h2 i { display: block; width: fit-content; max-width: 100%; font-size: .82em; line-height: 1; white-space: nowrap; }
  .statement-tail { margin-top: 45px; grid-template-columns: 1fr; gap: 28px; }
  .statement-tail button { width: fit-content; }
  .services-live, .projects-editorial, .calculator-live, .faq-live { padding-block: 95px; }
  .services-head h2, .projects-heading h2 { font-size: clamp(46px, 13.5vw, 62px); }
  .calculator-intro h2 { font-size: clamp(42px, 12.5vw, 54px); line-height: .94; letter-spacing: -.055em; }
  .process-content > h2, .contact-copy h2 { font-size: clamp(42px, 12.5vw, 56px); }
  .faq-intro h2 { font-size: clamp(44px, 12.5vw, 58px); }
  .service-selector > button { min-height: 76px; grid-template-columns: 33px 1fr 23px; }
  .service-selector > button strong { font-size: 30px; }
  .service-image { min-height: 560px; border-radius: 3px 70px 3px 3px; }
  .service-detail h3 { font-size: 28px; }
  .one-team, .one-team-copy { min-height: 790px; }
  .one-team > img { object-position: 44% 50%; }
  .one-team-shade { background: linear-gradient(90deg, rgba(7,6,5,.9), rgba(7,6,5,.4)), linear-gradient(0deg, rgba(7,6,5,.75), transparent); }
  .one-team-copy h2 { font-size: clamp(43px, 13vw, 56px); line-height: .94; letter-spacing: -.06em; }
  .one-team-copy h2 i { display: inline-block; font-size: .78em; line-height: 1; }
  .one-team-copy h2 .responsibility-word { display: block; width: fit-content; max-width: 100%; }
  .one-team-copy > p:not(.section-kicker) { font-size: 14px; }
  .one-team-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .one-team-actions a, .one-team-actions button { justify-content: center; }
  .projects-heading { align-items: flex-start; }
  .project-count { margin-top: 38px; }
  .project-count strong { font-size: 42px; }
  .project-image { min-height: 520px; border-radius: 0 0 55px 0; }
  .project-caption { min-height: 430px; padding: 35px 22px; }
  .project-caption h3 { font-size: 37px; }
  .project-arrows button { width: 48px; height: 48px; }
  .calculator-layout { gap: 55px; }
  .choice-pills button { min-height: 44px; padding-inline: 14px; }
  .calculator-form legend { align-items: flex-start; font-size: 14px; }
  .calculator-form legend b { font-size: 19px; }
  .calc-phone input { font-size: 30px; }
  .process-photo { min-height: 570px; }
  .process-photo > div { right: 22px; bottom: 28px; left: 22px; }
  .process-content { padding: 82px 18px; }
  .process-steps article { grid-template-columns: 35px 1fr 20px; }
  .process-steps p { font-size: 14px; }
  .faq-live { gap: 50px; }
  .faq-list summary { min-height: 82px; grid-template-columns: 32px 1fr 22px; }
  .faq-list summary strong { font-size: 14px; }
  .faq-list details p { padding-left: 46px; }
  .contact-live { padding-top: 95px; }
  .contact-form { padding: 30px 20px; border-radius: 3px 55px 3px 3px; }
  .fire-footer { grid-template-columns: 1fr; gap: 22px; padding: 34px 0 95px; }
  .fire-footer nav { justify-content: flex-start; flex-wrap: wrap; }
  .lead-dialog { width: calc(100% - 16px) !important; max-height: calc(100svh - 16px); padding: 26px 18px !important; border-radius: 3px 42px 3px 3px !important; }
  .lead-dialog [data-slot="dialog-close"] { top: 10px; right: 10px; }
  .lead-dialog-header { padding-right: 40px; }
  .lead-dialog [data-slot="dialog-title"] { font-size: clamp(35px, 10vw, 46px); }
  .lead-dialog-form { grid-template-columns: 1fr; gap: 18px; }
  .lead-dialog-form > label, .lead-consent, .lead-dialog-submit, .lead-dialog-form > small { grid-column: 1; }
  .thanks-content { width: calc(100% - 28px); padding-block: 105px 90px; }
  .thanks-brand { top: 24px; }
  .thanks-content h1 { font-size: clamp(46px, 13vw, 62px); line-height: .92; }
  .thanks-content > span { font-size: 16px; }
  .thanks-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .thanks-actions a { justify-content: center; }
  .mobile-order-bar { position: fixed; z-index: 40; right: 10px; bottom: 10px; left: 10px; padding: 5px; display: grid; grid-template-columns: 52px 1fr; gap: 5px; background: rgba(23,23,19,.92); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; box-shadow: 0 12px 42px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
  .mobile-order-bar a, .mobile-order-bar button { min-height: 50px; display: flex; align-items: center; justify-content: center; color: white; border: 0; border-radius: 999px; }
  .mobile-order-bar a:first-child { background: rgba(255,255,255,.12); }
  .mobile-order-bar button:last-child { gap: 10px; background: var(--fire-orange); font-size: 14px; font-weight: 730; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* WordPress theme integration */
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; color: white; background: var(--fire-ink); border-radius: 999px; font-size: 14px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.admin-bar .fire-header { top: 46px; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.primary-cta, .secondary-cta, .calc-submit, .lead-submit { min-height: 56px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: white; background: var(--fire-orange); border: 0; border-radius: 999px; font-size: 15px; font-weight: 740; }
.secondary-cta { color: white; background: transparent; border: 1px solid rgba(255,255,255,.48); }
.text-link, .text-button { width: fit-content; padding: 0 0 7px; display: inline-flex; align-items: center; gap: 10px; color: inherit; background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 720; }
.text-link.light, .text-button.light { color: white; }
.hero-phone { width: fit-content; margin-top: 24px; display: block; color: rgba(255,255,255,.82); font-size: 14px; }
.fire-hero h1 > span, .opening-statement h2 > span, .one-team-copy h2 > span, .calculator-intro h2 > span, .contact-copy h2 > span { display: block; }
.opening-statement h2 i { display: block; width: fit-content; max-width: 100%; }

.service-panels, .service-panel { min-width: 0; }
.service-panel { animation: service-reveal 430ms ease both; }
.service-panel .service-image { width: 100%; }
.service-panel .service-detail { padding-top: 32px; }
.service-panel .service-detail h3 { max-width: 720px; }
.service-panel .service-detail p { max-width: 720px; font-size: 15px; }
.service-selector > button b { color: inherit; font-size: 22px; opacity: 0; transition: opacity 180ms ease; }
.service-selector > button.active b { opacity: 1; }

.one-team-copy h2 i { display: block; }
.one-team-copy h2 i > span { display: inline; }
.one-team-copy h2 i .responsibility-word { font-size: .8em; }

.project-view { position: relative; display: block; min-height: 760px; background: transparent; }
.project-slide { min-height: 760px; display: grid; grid-template-columns: 1.38fr .62fr; background: var(--fire-white); }
.project-slide .project-caption { min-width: 0; }
.project-view > .project-dots { position: absolute; z-index: 4; right: clamp(40px, 5vw, 78px); bottom: clamp(38px, 5vw, 70px); margin: 0; }

.fire-slider[type="range"] { width: 100%; height: 28px; margin-top: 25px; accent-color: var(--fire-orange); cursor: pointer; }
.calc-submit { width: 100%; margin-top: 28px; justify-content: space-between; }

.contact-cta-panel { padding: clamp(30px, 5vw, 65px); display: flex; flex-direction: column; align-items: stretch; justify-content: center; color: var(--fire-ink); background: var(--fire-paper); border-radius: 4px 90px 4px 4px; }
.contact-cta-panel > p { margin: 0 0 30px; color: var(--fire-muted); font-size: 17px; line-height: 1.65; }
.contact-cta-panel .telegram-link { margin-top: 12px; }
.contact-cta-panel > small { margin-top: 16px; color: var(--fire-muted); font-size: 14px; text-align: center; }

.fire-footer-wrap { color: white; background: var(--fire-ink); }
.fire-footer-wrap .fire-footer { margin-top: 0; }
.basic-page { min-height: 70vh; padding-block: 160px 90px; }
.basic-page h1 { font-size: clamp(48px, 7vw, 96px); }
.basic-page p, .basic-page a { font-size: 16px; }

.lead-modal { position: fixed; z-index: 100; inset: 0; padding: 14px; display: grid; place-items: center; }
.lead-modal__backdrop { position: absolute; inset: 0; background: rgba(10,8,7,.72); backdrop-filter: blur(10px); }
.lead-modal__dialog { position: relative; z-index: 2; width: min(100%, 760px); max-height: calc(100svh - 28px); padding: clamp(28px, 5vw, 54px); overflow-y: auto; color: var(--fire-ink); background: var(--fire-paper); border: 1px solid rgba(255,255,255,.42); border-radius: 4px 70px 4px 4px; box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.lead-modal__close { position: absolute; top: 16px; right: 16px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--fire-ink); background: rgba(23,23,19,.07); border: 0; border-radius: 50%; font-size: 28px; line-height: 1; }
.lead-modal__dialog > h2 { max-width: 620px; margin: 0; padding-right: 50px; font-size: clamp(38px, 5.3vw, 62px); font-weight: 580; letter-spacing: -.06em; line-height: .94; }
.lead-modal__dialog > p:not(.section-kicker):not(.lead-form-error) { max-width: 610px; margin: 20px 0 0; color: var(--fire-muted); font-size: 16px; line-height: 1.55; }
.lead-form-error { margin: 20px 0 0; padding: 14px 16px; color: #7b2110; background: rgba(233,86,47,.12); border-left: 3px solid var(--fire-orange); font-size: 14px; line-height: 1.5; }
.lead-form { margin-top: 28px; display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lead-form label:not(.form-consent) { display: grid; gap: 8px; color: var(--fire-muted); font-size: 14px; font-weight: 680; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; min-height: 52px; padding: 10px 0; color: var(--fire-ink); background: transparent; border: 0; border-bottom: 1px solid rgba(23,23,19,.42); border-radius: 0; font-size: 16px; }
.lead-form textarea { min-height: 88px; resize: vertical; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--fire-muted); font-size: 14px; line-height: 1.45; }
.form-consent input { width: 20px; height: 20px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--fire-orange); }
.form-consent a { text-decoration: underline; text-underline-offset: 3px; }
.lead-submit { width: 100%; justify-content: space-between; }
.lead-submit[disabled] { opacity: .68; cursor: wait; }
.lead-modal__phone { margin-top: 24px; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--fire-line); }
.lead-modal__phone span, .lead-modal__phone a { font-size: 14px; }
.lead-modal__phone a { color: var(--fire-orange); font-weight: 740; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.modal-open { overflow: hidden; }

.thanks-page { position: relative; min-height: 100svh; overflow: hidden; color: white; background: #100d0b; }
.thanks-page__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 44% 58%; }
.thanks-page__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,6,.94), rgba(8,7,6,.8) 48%, rgba(8,7,6,.18)); }
.thanks-card { position: relative; z-index: 2; min-height: 100svh; padding-block: 150px 90px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.thanks-card h1 { max-width: 940px; margin: 0; font-size: clamp(58px, 8vw, 118px); font-weight: 580; letter-spacing: -.075em; line-height: .88; }
.thanks-card > p:not(.section-kicker) { max-width: 620px; margin: 32px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.6; }
.thanks-actions { margin-top: 40px; display: flex; gap: 12px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .project-slide { grid-template-columns: 1fr; }
  .project-view, .project-slide { min-height: auto; }
  .project-slide .project-caption { min-height: 430px; }
  .service-panel .service-detail { padding-bottom: 30px; }
  .contact-cta-panel { min-height: 420px; }
  .admin-bar .fire-header { top: 60px; }
}

@media (max-width: 650px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .primary-cta { width: 100%; }
  .hero-phone { line-height: 1.45; }
  .opening-statement h2 > span, .opening-statement h2 i { display: block; }
  .opening-statement h2 i { font-size: .82em; white-space: nowrap; }
  .one-team-copy h2 i > span { display: block; }
  .one-team-copy h2 i .responsibility-word { font-size: .8em; }
  .project-view > .project-dots { right: 22px; bottom: 32px; left: 22px; }
  .contact-cta-panel { min-height: 360px; padding: 30px 20px; border-radius: 3px 55px 3px 3px; }
  .form-grid { grid-template-columns: 1fr; }
  .lead-modal { padding: 8px; }
  .lead-modal__dialog { max-height: calc(100svh - 16px); padding: 28px 18px; border-radius: 3px 42px 3px 3px; }
  .lead-modal__dialog > h2 { font-size: clamp(35px, 10vw, 46px); }
  .lead-modal__phone { align-items: flex-start; flex-direction: column; }
  .thanks-card { padding-block: 125px 100px; }
  .thanks-card h1 { font-size: clamp(44px, 12.5vw, 60px); line-height: .92; }
  .thanks-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .thanks-actions a { width: 100%; }
}

@media (max-width: 782px) {
  .admin-bar .fire-header { top: 60px; }
}


/* FLAMETRIA 2: universal brand, editable directions and compact portfolio. */
:root { --fire-action: #bc3e1d; --fire-muted: #69635b; }
section[id] { scroll-margin-top: 118px; }
.fire-header { gap: 22px; }
.fire-brand > img { width: 48px; height: 48px; object-fit: contain; }
.fire-brand small { font-size: 11px; letter-spacing: .075em; }
.fire-header nav { gap: 22px; }
.fire-header-actions { gap: 15px; }
.fire-order, .primary-cta, .calc-submit, .lead-submit, .mobile-order-bar button:last-child { background: var(--fire-action); }
.fire-order:hover, .primary-cta:hover, .calc-submit:hover, .lead-submit:hover { background: #982e13; }
.menu-toggle { display: none; }
.universal-hero .fire-hero-image { object-position: 72% 56%; }
.universal-hero .fire-hero-shade { background: linear-gradient(90deg,rgba(14,13,11,.93),rgba(14,13,11,.72) 48%,rgba(14,13,11,.12)); }
.universal-hero .fire-hero-content { padding: 152px 0 32px; min-height: 100svh; gap: 40px; }
.universal-hero h1 { max-width: 950px; font-size: clamp(58px,7.6vw,110px); line-height: .96; letter-spacing: -.05em; margin: 22px 0 26px; }
.universal-hero h1 > span:last-child { color: #fa885f; }
.universal-hero .fire-lead { max-width: 645px; font-size: 18px; line-height: 1.6; }
.hero-materials { display: flex; gap: 28px; flex-wrap: wrap; color: rgba(255,255,255,.7); font-size: 14px; letter-spacing: .05em; }
.hero-materials span + span::before { content: '/'; margin-right: 28px; opacity: .45; }
.section-pad { padding-block: 88px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; max-width: 850px; font-size: clamp(38px,5vw,74px); font-weight: 580; line-height: 1.02; letter-spacing: -.045em; }
.section-heading h2 i { color: #876240; font-weight: inherit; }
.section-heading > p { max-width: 345px; margin: 0; color: var(--fire-muted); line-height: 1.65; font-size: 16px; }
.section-heading .text-link { flex-shrink: 0; }
.section-heading .section-kicker { margin-bottom: 17px; }
.direction-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--fire-line); border-left: 1px solid var(--fire-line); }
.direction-card { position: relative; min-width: 0; padding: 30px; border-right: 1px solid var(--fire-line); border-bottom: 1px solid var(--fire-line); display: flex; flex-direction: column; align-items: flex-start; min-height: 266px; transition: background .2s ease; }
.direction-card:hover { background: #e8e1d6; }
.card-number { color: #8c6241; font-size: 14px; }
.direction-card h3 { margin: 24px 0 12px; font-size: clamp(25px,2.3vw,34px); line-height: 1.08; letter-spacing: -.025em; font-weight: 620; }
.direction-card p { max-width: 310px; margin: 0 0 26px; color: var(--fire-muted); line-height: 1.5; font-size: 16px; }
.card-link { width: 100%; display: flex; justify-content: space-between; margin-top: auto; font-size: 14px; font-weight: 650; }
.work-section { background: #e9e3d9; }
.work-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px 28px; }
.work-card { min-width: 0; background: var(--fire-white); }
.work-card-image { display: block; aspect-ratio: 5/4; overflow: hidden; background: #d9d0c3; }
.work-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.work-card:hover .work-card-image img { transform: scale(1.025); }
.work-card-copy { padding: 26px 28px 30px; }
.work-category { color: #8f4b30 !important; font-size: 13px !important; text-transform: uppercase; letter-spacing: .08em; }
.work-card h3 { margin: 12px 0; font-size: 26px; line-height: 1.2; letter-spacing: -.025em; font-weight: 600; }
.work-card h3 a { display: block; }
.work-card h3 span { color: var(--fire-action); white-space: nowrap; }
.work-card p { margin: 0; font-size: 16px; line-height: 1.55; color: var(--fire-muted); }
.process-list { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 22px; list-style: none; margin: 48px 0 0; padding: 0; }
.process-list li { padding-top: 20px; border-top: 1px solid var(--fire-line); }
.process-list li > span { font-size: 14px; color: var(--fire-action); }
.process-list h3 { font-size: 21px; font-weight: 600; line-height: 1.2; margin: 24px 0 14px; }
.process-list p { font-size: 16px; line-height: 1.6; color: var(--fire-muted); margin: 0; }
.brief-section { color: #fffaf2; background: #201e1a; }
.brief-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.brief-layout h2 { font-size: clamp(40px,5vw,70px); font-weight: 580; line-height: 1.02; letter-spacing: -.04em; margin: 0 0 26px; }
.brief-layout > div > p:not(.section-kicker) { max-width: 470px; color: #c7c0b5; font-size: 17px; line-height: 1.65; }
.brief-section .calculator-form { padding: 0; border: 0; background: transparent; }
.brief-section .calculator-form legend { color: #fffaf2; font-size: 16px; }
.brief-section .calculator-form fieldset + fieldset { margin-top: 28px; }
.brief-section .choice-pills { gap: 8px; margin-top: 16px; }
.brief-section .choice-pills button { color: #e0d8cd; background: transparent; border: 1px solid #766b5e; font-size: 14px; min-height: 44px; }
.brief-section .choice-pills button.active { color: #fff; background: var(--fire-action); border-color: var(--fire-action); }
.brief-note-label { display: grid; gap: 14px; margin-top: 28px; font-size: 16px; }
.brief-note-label textarea { width: 100%; padding: 14px; color: #fffaf2; background: #29261f; border: 1px solid #766b5e; border-radius: 8px; font-size: 16px; resize: vertical; }
.brief-note-label textarea::placeholder { color: #bfb6a9; }
.brief-section .calc-summary { padding: 20px 0 0; margin: 0; background: transparent; }
.brief-section .calc-summary > span, .brief-section .calc-summary small { color: #c7c0b5; }
.brief-section .calc-summary strong { color: #fffaf2; font-size: 24px; }
.faq-live { padding-block: 88px; }
.faq-live h2, .contact-copy h2 { letter-spacing: -.04em; line-height: 1.02; }
.faq-list details p { font-size: 16px; }
.contact-live { padding-block: 80px; }
.contact-copy h2 { font-size: clamp(42px,5.5vw,80px); }
.contact-cta-panel { min-height: 0; border-radius: 4px 50px 4px 4px; }
.fire-footer { padding-block: 45px; }
.detail-page { padding-top: 160px; padding-bottom: 80px; min-height: 75vh; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 14px; color: var(--fire-muted); margin-bottom: 42px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.detail-heading { margin-bottom: 50px; }
.detail-heading h1 { max-width: 1150px; margin: 0; font-size: clamp(46px,6.5vw,94px); font-weight: 570; line-height: 1.03; letter-spacing: -.04em; overflow-wrap: anywhere; }
.detail-heading > p:not(.section-kicker) { max-width: 780px; margin: 24px 0 0; font-size: 21px; line-height: 1.5; color: var(--fire-muted); }
.detail-layout { display: grid; grid-template-columns: 1fr; gap: 60px; }
.detail-layout.has-cover { grid-template-columns: 1fr .9fr; align-items: start; }
.editor-content { max-width: 820px; font-size: 18px; line-height: 1.7; }
.editor-content > :first-child { margin-top: 0; }
.editor-content h2 { margin: 40px 0 20px; font-size: 32px; line-height: 1.15; font-weight: 600; letter-spacing: -.025em; }
.editor-content a { text-decoration: underline; }
.editor-content img { height: auto; }
.editor-content .wp-block-gallery { margin-inline: 0; }
.detail-cover { margin: 0; }
.detail-cover img { width: 100%; height: auto; max-height: 780px; object-fit: cover; border-radius: 3px 65px 3px 3px; }
.detail-cta { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 40px; margin-top: 64px; color: white; background: var(--fire-ink); border-radius: 3px 50px 3px 3px; }
.detail-cta h2 { margin: 0 0 12px; font-size: 32px; font-weight: 570; letter-spacing: -.025em; line-height: 1.1; }
.detail-cta p { max-width: 600px; margin: 0; color: #c9c4bc; font-size: 16px; line-height: 1.6; }
.detail-cta .primary-cta { flex-shrink: 0; }
.project-cover { margin: 0 0 48px; background: #e4ddd1; }
.project-cover img { width: 100%; max-height: 850px; object-fit: contain; }
.project-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; }
.project-facts { margin: 0; }
.project-facts:empty { display: none; }
.project-facts > div { padding: 18px 0; border-bottom: 1px solid var(--fire-line); }
.project-facts dt { font-size: 14px; color: var(--fire-muted); }
.project-facts dd { margin: 8px 0 0; font-size: 17px; line-height: 1.6; }
.back-link { margin-top: 40px; }
.archive-pagination { margin-top: 36px; display: flex; gap: 15px; }
.archive-pagination a, .archive-pagination span { padding: 10px 16px; border: 1px solid var(--fire-line); }
.lead-modal__dialog > h2 { letter-spacing: -.035em; line-height: 1.04; }
.lead-modal__phone a { color: var(--fire-action); }
@media (max-width: 1180px) {
    .fire-header { grid-template-columns: 1fr auto; }
    .fire-header-actions { display: none; }
    .menu-toggle { min-height: 44px; display: flex; align-items: center; gap: 12px; padding: 0 18px; color: white; background: transparent; border: 1px solid #79726b; border-radius: 999px; font-size: 14px; }
    .fire-header nav { position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 24px; color: white; background: #201e1a; border: 1px solid #625b51; border-radius: 20px; box-shadow: 0 20px 60px #0005; }
    .fire-header.menu-open nav { display: flex; }
    .fire-header nav a { padding: 17px 4px; border-bottom: 1px solid #ffffff24; }
    .fire-header nav a:last-child { border-bottom: 0; }
    .fire-header nav a::after { display: none; }
    .process-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
    .brief-layout { grid-template-columns: 1fr; gap: 36px; }
    .direction-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
    .section-heading > p { max-width: 560px; }
    .detail-layout.has-cover, .project-story { grid-template-columns: 1fr; gap: 32px; }
    .detail-cta { flex-direction: column; align-items: flex-start; gap: 28px; }
}
@media (max-width: 650px) {
    .fire-shell { width: calc(100% - 36px); }
    .fire-header { min-height: 68px; padding: 5px 12px; width: calc(100% - 24px); }
    .fire-brand { gap: 7px; }
    .fire-brand > img { width: 44px; height: 44px; }
    .fire-brand strong { font-size: 15px; letter-spacing: .12em; }
    .fire-brand small { display: none; }
    .menu-toggle { padding: 0 13px; gap: 8px; }
    .universal-hero .fire-hero-content { min-height: auto; padding: 130px 0 40px; gap: 34px; }
    .universal-hero { min-height: auto; }
    .universal-hero h1 { font-size: clamp(42px,10.5vw,66px); line-height: 1.02; letter-spacing: -.045em; margin: 20px 0 24px; }
    .universal-hero .fire-eyebrow { font-size: 12px; letter-spacing: .08em; line-height: 1.5; }
    .universal-hero .fire-lead { font-size: 16px; line-height: 1.6; }
    .universal-hero .hero-actions { margin-top: 28px; gap: 21px; }
    .hero-materials { gap: 16px; font-size: 13px; }
    .hero-materials span + span::before { margin-right: 16px; }
    .section-pad { padding-block: 56px; }
    .section-heading { margin-bottom: 28px; }
    .section-heading h2 { font-size: clamp(32px,8vw,45px); line-height: 1.06; }
    .section-kicker { font-size: 12px; line-height: 1.5; }
    .direction-card { padding: 20px 16px; min-height: 245px; }
    .direction-card h3 { margin-top: 22px; font-size: 24px; overflow-wrap: anywhere; }
    .direction-card p { font-size: 14px; margin-bottom: 20px; }
    .work-grid { grid-template-columns: 1fr; gap: 24px; }
    .home-work-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 86%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; gap: 16px; }
    .home-work-grid .work-card { scroll-snap-align: start; }
    .work-card-copy { padding: 22px; }
    .work-card h3 { font-size: 24px; }
    .process-list { grid-template-columns: 1fr; margin-top: 30px; gap: 24px; }
    .process-list li { display: grid; grid-template-columns: 32px 1fr; gap: 18px; }
    .process-list h3 { margin: 0 0 10px; }
    .process-list p { font-size: 16px; }
    .brief-layout h2 { font-size: 42px; }
    .brief-section .calculator-form { margin: 0; }
    .brief-section .calc-summary { padding-top: 24px; }
    .faq-live { padding-block: 56px; }
    .faq-live h2 { font-size: 42px; }
    .contact-live { padding-block: 56px; }
    .contact-copy h2 { font-size: 46px; }
    .contact-cta-panel { min-height: 0; }
    .fire-footer { padding-bottom: 112px; }
    .detail-page { padding-top: 136px; padding-bottom: 56px; }
    .detail-heading { margin-bottom: 32px; }
    .detail-heading h1 { font-size: clamp(36px,10vw,56px); line-height: 1.06; }
    .detail-heading > p:not(.section-kicker) { font-size: 18px; }
    .breadcrumbs { margin-bottom: 30px; font-size: 14px; }
    .editor-content { font-size: 17px; }
    .detail-cta { padding: 28px 22px; margin-top: 42px; }
    .detail-cta h2 { font-size: 29px; }
    .detail-cta .primary-cta { width: 100%; }
    .project-cover { margin-bottom: 30px; }
    .mobile-order-bar { bottom: max(10px,env(safe-area-inset-bottom)); }
}
