 @media only screen and (min-width: 0rem) {body {font-family: var(--bodyFont);color: var(--bodyTextColor);background-color: var(--white);}.wrap {width: 100%;max-width: 82rem;margin: 0 auto;padding: 0 1.25rem;}.tag {display: inline-block;padding: 0.5rem 1.05rem;background-color: var(--primary);transform: skewX(var(--skew));font-family: var(--headingFont);font-weight: 700;font-size: 0.72rem;letter-spacing: 0.16em;text-transform: uppercase;color: var(--white);line-height: 1.2;}.tag span {display: block;transform: skewX(calc(var(--skew) * -1));}.tag.on-dark {background-color: var(--primary);}.rails {display: flex;flex-direction: column;gap: 0.28rem;width: 4.25rem;margin: 1.5rem auto 0;}.rails span {display: block;height: 0.28rem;background-color: var(--ink);transform: skewX(var(--skew));}.rails span:nth-child(1) {width: 100%;}.rails span:nth-child(2) {width: 70%;margin: 0 auto;background-color: var(--primary);}.rails span:nth-child(3) {width: 40%;margin: 0 auto;}.rails.on-dark span {background-color: var(--white);}.rails.on-dark span:nth-child(2) {background-color: var(--primary);}.head {display: flex;flex-direction: column;align-items: center;text-align: center;margin-bottom: 2.75rem;}.sec-title {font-family: var(--headingFont);font-weight: 800;font-size: clamp(2rem, 5.4vw, 3.4rem);line-height: 1.04;letter-spacing: -0.045em;color: var(--headerColor);margin: 1.15rem 0 0;max-width: 20ch;text-transform: uppercase;}.sec-title.on-dark {color: var(--white);}.sec-title .red {color: var(--primary);}.sec-sub {margin-top: 1.15rem;max-width: 38rem;font-size: 1.02rem;line-height: 1.85;color: var(--bodyTextColor);}.sec-sub.on-dark {color: rgba(242, 242, 242, 0.72);}.btn {display: inline-flex;align-items: center;justify-content: center;font-family: var(--headingFont);font-weight: 700;font-size: 0.85rem;letter-spacing: 0.09em;text-transform: uppercase;padding: 1.2rem 2.5rem;border: 3px solid transparent;cursor: pointer;text-align: center;text-decoration: none;transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;}.btn-red {background-color: var(--primary);border-color: var(--primary);color: var(--white);}.btn-red:hover {background-color: var(--ink);border-color: var(--ink);transform: translateY(-3px);box-shadow: 0 0.85rem 1.75rem rgba(13, 13, 13, 0.3);}.btn-line {background-color: transparent;border-color: var(--ink);color: var(--ink);}.btn-line:hover {background-color: var(--ink);color: var(--white);transform: translateY(-3px);}.shot {position: relative;width: 100%;height: 0;padding-top: 75%;overflow: hidden;background-color: var(--snowDark);}.shot img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;object-position: center;}.reveal {opacity: 1;}html.js .reveal {opacity: 0;transform: translateY(1.75rem);transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);}html.js .reveal.is-in {opacity: 1;transform: none;}}@media only screen and (min-width: 48rem) {.wrap {padding: 0 2rem;}.head {margin-bottom: 3.5rem;}}@media only screen and (prefers-reduced-motion: reduce) {html.js .reveal {opacity: 1;transform: none;transition: none;}.btn:hover {transform: none;}}@media only screen and (min-width: 0rem) {#hero {position: relative;width: 100%;min-height: 88vh;display: flex;align-items: center;justify-content: center;overflow: hidden;background-color: var(--ink);text-align: center;padding: 9.5rem 0 5rem;isolation: isolate;}#hero .hero-photo {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;object-position: 50% 55%;z-index: -2;}#hero .hero-veil {position: absolute;inset: 0;z-index: -1;background: linear-gradient(180deg, rgba(13, 13, 13, 0.88) 0%, rgba(13, 13, 13, 0.62) 45%, rgba(13, 13, 13, 0.93) 100%);}#hero .hero-inner {max-width: 48rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;position: relative;z-index: 1;}#hero h1 {font-family: var(--headingFont);font-weight: 800;font-size: clamp(2.4rem, 8.6vw, 5.1rem);line-height: 0.98;letter-spacing: -0.05em;text-transform: uppercase;color: var(--white);margin-top: 1.35rem;}#hero .hero-red {display: block;color: var(--primary);}#hero .hero-sub {font-size: 1.05rem;line-height: 1.85;color: rgba(242, 242, 242, 0.86);max-width: 34rem;margin: 1.5rem auto 2.5rem;}#hero .hero-rails {display: flex;gap: 0.35rem;margin-top: 2.75rem;}#hero .hero-rails span {display: block;width: 2.25rem;height: 0.3rem;background-color: rgba(255, 255, 255, 0.28);transform: skewX(var(--skew));}#hero .hero-rails span:first-child {background-color: var(--primary);}}@media only screen and (min-width: 48rem) {#hero {padding: 12rem 0 7rem;}}@media only screen and (min-width: 64rem) {#hero {min-height: 92vh;}}@media only screen and (min-width: 0rem) {#emergency {background-color: var(--ink);padding: 1.35rem 0;}#emergency .em-inner {display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;gap: 0.75rem;text-decoration: none;}#emergency .em-phone {font-family: var(--headingFont);font-size: clamp(1.5rem, 6vw, 2rem);font-weight: 800;letter-spacing: -0.04em;line-height: 1;color: var(--white);transition: color 0.25s ease;}#emergency .em-inner:hover .em-phone {color: var(--primary);}}@media only screen and (min-width: 48rem) {#emergency .em-inner {flex-direction: row;gap: 1.25rem;}}@media only screen and (min-width: 0rem) {#about {background-color: var(--white);padding: 4.5rem 0;}#about .about-wrap {display: grid;grid-template-columns: 1fr;gap: 3rem;align-items: center;}#about .about-art {order: 2;position: relative;width: 100%;max-width: 32rem;margin: 0 auto;}#about .about-art::after {content: "";position: absolute;left: 0;bottom: -0.9rem;width: 55%;height: 0.55rem;background-color: var(--primary);transform: skewX(var(--skew));}#about .about-copy {order: 1;display: flex;flex-direction: column;align-items: center;text-align: center;}#about .about-copy p {font-size: 1.04rem;line-height: 1.9;color: var(--bodyTextColor);max-width: 34rem;margin-top: 1.35rem;}#about .about-pull {margin: 2.25rem 0 0;padding: 1.75rem 1.5rem;width: 100%;max-width: 34rem;background-color: var(--snow);border-left: 5px solid var(--primary);font-family: var(--headingFont);font-size: 1.18rem;font-weight: 700;line-height: 1.5;letter-spacing: -0.03em;color: var(--headerColor);text-align: center;}#about .about-actions {display: flex;flex-wrap: wrap;justify-content: center;gap: 0.85rem;margin-top: 2.25rem;}}@media only screen and (min-width: 48rem) {#about {padding: 6rem 0;}}@media only screen and (min-width: 64rem) {#about .about-wrap {grid-template-columns: 1fr 1fr;gap: 4.5rem;}#about .about-art {order: 1;max-width: none;}#about .about-copy {order: 2;}}@media only screen and (min-width: 0rem) {#services {background-color: var(--snow);padding: 4.5rem 0;}#services .svc-grid {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 1rem;}#services .svc {position: relative;background-color: var(--white);border-top: 5px solid var(--ink);padding: 2.5rem 1.75rem 2.75rem;text-align: center;display: flex;flex-direction: column;align-items: center;transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;}#services .svc:hover {border-color: var(--primary);transform: translateY(-6px);box-shadow: var(--shadowLift);}#services .svc-icon {width: 3.4rem;height: 3.4rem;display: flex;align-items: center;justify-content: center;background-color: var(--ink);color: var(--white);margin-bottom: 1.5rem;transform: skewX(var(--skew));transition: background-color 0.3s ease;}#services .svc:hover .svc-icon {background-color: var(--primary);}#services .svc-icon svg {width: 1.6rem;height: 1.6rem;display: block;transform: skewX(calc(var(--skew) * -1));}#services .svc h3 {font-family: var(--headingFont);font-weight: 700;font-size: 1.32rem;line-height: 1.2;letter-spacing: -0.035em;text-transform: uppercase;color: var(--headerColor);margin-bottom: 0.85rem;max-width: 16ch;}#services .svc p {font-size: 0.98rem;line-height: 1.85;color: var(--bodyTextColor);max-width: 26rem;margin: 0 auto;}}@media only screen and (min-width: 48rem) {#services {padding: 6rem 0;}#services .svc-grid {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#services .svc-grid {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {#doors {background-color: var(--white);padding: 4.5rem 0;}#doors .door-grid {list-style: none;margin: 0 auto;padding: 0;max-width: 68rem;display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.85rem;}#doors .door-card {background-color: var(--snow);padding: 1.75rem 1rem 1.85rem;border-bottom: 4px solid var(--primary);display: flex;flex-direction: column;align-items: center;text-align: center;}#doors .door-art {width: 100%;max-width: 8.5rem;height: auto;display: block;color: var(--ink);}#doors .door-art .glass {fill: rgba(239, 13, 17, 0.16);stroke: var(--primary);}#doors .door-art .rail {stroke: var(--primary);}#doors .door-name {margin-top: 1.35rem;font-family: var(--headingFont);font-size: 1.05rem;font-weight: 700;letter-spacing: -0.02em;text-transform: uppercase;line-height: 1.2;color: var(--headerColor);}#doors .door-note {margin-top: 0.5rem;font-size: 0.88rem;line-height: 1.6;color: var(--bodyTextColor);}#doors .door-line {text-align: center;margin: 2.5rem auto 0;max-width: 36rem;font-size: 1rem;line-height: 1.85;color: var(--bodyTextColor);}}@media only screen and (min-width: 48rem) {#doors {padding: 6rem 0;}#doors .door-grid {grid-template-columns: repeat(4, 1fr);gap: 1.25rem;}#doors .door-card {padding: 2.25rem 1.25rem 2.35rem;}}@media only screen and (min-width: 0rem) {#reviews {background-color: var(--snow);padding: 4.5rem 0;}#reviews .rv-grid {list-style: none;margin: 0 auto;padding: 0;max-width: 68rem;display: grid;grid-template-columns: 1fr;gap: 1rem;}#reviews .rv-card {background-color: var(--white);border-left: 5px solid var(--primary);padding: 2rem 1.6rem 2.15rem;display: flex;flex-direction: column;align-items: center;text-align: center;}#reviews .rv-stars {display: flex;gap: 0.2rem;margin-bottom: 1.15rem;}#reviews .rv-stars svg {width: 1.15rem;height: 1.15rem;display: block;fill: var(--primary);}#reviews .rv-text {font-size: 0.98rem;line-height: 1.9;color: var(--bodyTextColor);max-width: 34rem;}#reviews .rv-name {margin-top: 1.35rem;font-family: var(--headingFont);font-size: 0.78rem;font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;color: var(--headerColor);}}@media only screen and (min-width: 48rem) {#reviews {padding: 6rem 0;}#reviews .rv-grid {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#reviews .rv-grid {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {#why {background-color: var(--ink);padding: 4.5rem 0;}#why .why-grid {list-style: none;margin: 0 auto;padding: 0;max-width: 62rem;display: grid;grid-template-columns: 1fr;gap: 1rem;}#why .why-item {background-color: var(--inkSoft);border-left: 5px solid var(--primary);padding: 2rem 1.6rem 2.15rem;display: flex;flex-direction: column;align-items: center;text-align: center;transition: background-color 0.3s ease, transform 0.3s ease;}#why .why-item:hover {background-color: #232326;transform: translateY(-5px);}#why .why-item h3 {font-family: var(--headingFont);font-weight: 700;font-size: 1.2rem;line-height: 1.25;letter-spacing: -0.03em;text-transform: uppercase;color: var(--white);margin-bottom: 0.8rem;}#why .why-item p {font-size: 0.98rem;line-height: 1.85;color: rgba(242, 242, 242, 0.68);max-width: 28rem;}}@media only screen and (min-width: 48rem) {#why {padding: 6rem 0;}#why .why-grid {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 0rem) {#projects {background-color: var(--snow);padding: 4.5rem 0;overflow: hidden;}#projects .p-marquee {width: 100%;overflow: hidden;}#projects .p-track {list-style: none;margin: 0;padding: 0;display: flex;gap: 0.85rem;width: max-content;animation: p-sweep 46s ease-in-out infinite alternate;}#projects .p-item {flex: 0 0 auto;width: 17rem;}#projects .p-foot {display: flex;justify-content: center;margin-top: 2.75rem;}@keyframes p-sweep {from {transform: translateX(0);}to {transform: translateX(calc(100vw - 100%));}}}@media only screen and (min-width: 48rem) {#projects {padding: 6rem 0;}#projects .p-track {gap: 1rem;}#projects .p-item {width: 22rem;}}@media only screen and (min-width: 64rem) {#projects .p-item {width: 26rem;}}@media only screen and (prefers-reduced-motion: reduce) {#projects .p-track {animation: none;}#projects .p-marquee {overflow-x: auto;}}@media only screen and (min-width: 0rem) {#areas {background-color: var(--white);padding: 4.5rem 0;}#areas .area-grid {list-style: none;margin: 0 auto;padding: 0;max-width: 62rem;display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.5rem;}#areas .area-grid li {background-color: var(--snow);border-bottom: 3px solid transparent;padding: 1.15rem 0.75rem;text-align: center;font-family: var(--headingFont);font-size: clamp(0.9rem, 3vw, 1.02rem);font-weight: 600;letter-spacing: -0.01em;line-height: 1.3;color: var(--headerColor);transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;}#areas .area-grid li:hover {background-color: var(--ink);border-color: var(--primary);color: var(--white);transform: translateY(-3px);}#areas .area-note {text-align: center;margin: 2.5rem auto 0;max-width: 36rem;font-size: 1rem;line-height: 1.85;color: var(--bodyTextColor);}}@media only screen and (min-width: 48rem) {#areas {padding: 6rem 0;}#areas .area-grid {grid-template-columns: repeat(3, 1fr);gap: 0.75rem;}}@media only screen and (min-width: 64rem) {#areas .area-grid {grid-template-columns: repeat(4, 1fr);}}@media only screen and (min-width: 0rem) {#cta {position: relative;width: 100%;overflow: hidden;background-color: var(--ink);padding: 5rem 0;text-align: center;isolation: isolate;}#cta .cta-photo {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;z-index: -2;}#cta .cta-veil {position: absolute;inset: 0;z-index: -1;background: linear-gradient(180deg, rgba(13, 13, 13, 0.9) 0%, rgba(13, 13, 13, 0.76) 52%, rgba(13, 13, 13, 0.94) 100%);}#cta .cta-inner {display: flex;flex-direction: column;align-items: center;max-width: 44rem;margin: 0 auto;}#cta h2 {font-family: var(--headingFont);font-weight: 800;font-size: clamp(2rem, 5.8vw, 3.4rem);line-height: 1.02;letter-spacing: -0.045em;text-transform: uppercase;color: var(--white);margin: 1.35rem 0 1.35rem;max-width: 18ch;}#cta p {max-width: 34rem;margin: 0 auto 2.35rem;font-size: 1.02rem;line-height: 1.85;color: rgba(242, 242, 242, 0.85);}#cta .cta-phone {margin-top: 1.6rem;font-family: var(--headingFont);font-size: 0.85rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;color: var(--white);text-decoration: none;border-bottom: 4px solid var(--primary);padding-bottom: 0.4rem;transition: color 0.25s ease, border-color 0.25s ease;}#cta .cta-phone:hover {color: var(--primary);border-color: var(--white);}}@media only screen and (min-width: 48rem) {#cta {padding: 7rem 0;}}