 @media only screen and (min-width: 0rem) {.container {width: 100%;max-width: 80rem;margin: 0 auto;padding: 0 1.5rem;}.eyebrow {font-family: var(--body);font-weight: 700;letter-spacing: 0.16em;text-transform: uppercase;font-size: 0.75rem;color: var(--primaryDark);display: inline-flex;align-items: center;gap: 0.6rem;}.eyebrow::before {content: "";width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 9px solid var(--primary);}.eyebrow.on-dark {color: #fff;}.section-title {font-family: var(--display);font-weight: 800;font-size: clamp(2rem, 5vw, 3.25rem);line-height: 1.03;letter-spacing: -0.025em;color: var(--headerColor);margin: 0.85rem 0 1.1rem;}.section-title .accent {color: var(--primary);}.lead {font-size: 1.05rem;line-height: 1.7;color: var(--gray);max-width: 40rem;}.btn {display: inline-flex;align-items: center;justify-content: center;gap: 0.55rem;font-family: var(--body);font-weight: 700;letter-spacing: 0.03em;text-transform: uppercase;font-size: 0.9rem;padding: 1.05rem 2rem;border-radius: 0.4rem;border: 2px solid transparent;cursor: pointer;text-decoration: none;transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;}.btn-primary {background: var(--primary);color: #fff;border-color: var(--primary);}.btn-primary:hover {background: var(--primaryDark);border-color: var(--primaryDark);transform: translateY(-3px);box-shadow: 0 0.85rem 1.75rem rgba(219, 53, 54, 0.4);}.btn-ghost {background: transparent;color: var(--headerColor);border-color: rgba(33, 29, 27, 0.22);}.btn-ghost:hover {border-color: var(--headerColor);transform: translateY(-3px);}.btn-ghost.on-dark {color: #fff;border-color: rgba(255, 255, 255, 0.42);}.btn-ghost.on-dark:hover {border-color: #fff;background: rgba(255, 255, 255, 0.08);}}@media only screen and (min-width: 0rem) {#hero {position: relative;min-height: 84vh;display: flex;align-items: center;justify-content: center;text-align: center;overflow: hidden;background-color: var(--char-deep);padding: 9rem 0 7rem;}#hero .hero-bg {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;object-position: center 40%;z-index: 1;}#hero .hero-scrim {position: absolute;inset: 0;z-index: 2;background: linear-gradient(180deg, rgba(23, 20, 18, 0.74) 0%, rgba(23, 20, 18, 0.55) 45%, rgba(23, 20, 18, 0.95) 100%);}#hero .container {position: relative;z-index: 3;}#hero .hero-inner {max-width: 48rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}#hero .hero-eyebrow {font-family: var(--body);font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;font-size: 0.72rem;color: #fff;display: inline-flex;align-items: center;gap: 0.55rem;padding: 0.5rem 1rem 0.5rem 0.85rem;border: 1px solid rgba(255, 255, 255, 0.25);border-radius: 999px;margin-bottom: 1.5rem;backdrop-filter: blur(6px);}#hero .hero-eyebrow .peak {width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 9px solid var(--primary);}#hero h1 {font-family: var(--display);font-weight: 800;font-size: clamp(2.7rem, 8vw, 5rem);line-height: 1;letter-spacing: -0.03em;color: #fff;text-transform: uppercase;}#hero h1 .accent {color: var(--primary);}#hero p.sub {font-size: 1.1rem;line-height: 1.65;color: rgba(255, 255, 255, 0.85);max-width: 34rem;margin: 1.4rem auto 2.1rem;}#hero .hero-cta {display: flex;justify-content: center;width: 100%;}#hero .hero-cta .btn {width: 100%;max-width: 22rem;}}@media only screen and (min-width: 64rem) {#hero {min-height: 90vh;padding: 10rem 0 8rem;}#hero .hero-cta .btn {width: auto;}}@media only screen and (min-width: 0rem) {#stats {background: var(--white);position: relative;z-index: 5;}#stats .stat-grid {margin-top: -3.5rem;background: var(--white);border-radius: 1rem;box-shadow: 0 1.5rem 3rem rgba(26, 23, 20, 0.14);border-top: 4px solid var(--primary);display: grid;grid-template-columns: repeat(3, 1fr);overflow: hidden;}#stats .stat {padding: 1.75rem 0.75rem;text-align: center;border-right: 1px solid var(--line);}#stats .stat:last-child {border-right: none;}#stats .stat .num {font-family: var(--display);font-weight: 800;font-size: clamp(1.8rem, 6vw, 2.9rem);line-height: 1;color: var(--headerColor);letter-spacing: -0.02em;display: inline-flex;align-items: flex-start;}#stats .stat .num .plus {color: var(--primary);}#stats .stat .label {display: block;margin-top: 0.5rem;font-size: 0.68rem;letter-spacing: 0.09em;text-transform: uppercase;color: var(--gray);font-weight: 600;}}@media only screen and (min-width: 48rem) {#stats .stat {padding: 2.25rem 1rem;}#stats .stat .label {font-size: 0.75rem;}}@media only screen and (min-width: 0rem) {#about {padding: 4.5rem 0;background: var(--white);}#about .about-inner {display: grid;grid-template-columns: 1fr;gap: 3rem;align-items: center;}#about .about-media {position: relative;order: -1;}#about .collage {display: grid;grid-template-columns: 1fr 1fr;grid-template-rows: 1fr 1fr;gap: 0.7rem;aspect-ratio: 4 / 3;}#about .collage img {width: 100%;height: 100%;object-fit: cover;border-radius: 0.8rem;display: block;}#about .collage .c1 {grid-row: 1 / 3;}#about .about-media .badge {position: absolute;left: -0.5rem;bottom: -1rem;background: var(--primary);color: #fff;border-radius: 0.75rem;padding: 0.85rem 1.15rem;text-align: center;box-shadow: 0 0.9rem 2rem rgba(219, 53, 54, 0.35);}#about .about-media .badge .b-num {font-family: var(--display);font-weight: 800;font-size: 1.7rem;line-height: 1;display: block;}#about .about-media .badge .b-label {display: block;margin-top: 0.25rem;font-size: 0.62rem;letter-spacing: 0.09em;text-transform: uppercase;color: rgba(255, 255, 255, 0.9);}#about .about-copy {display: flex;flex-direction: column;align-items: center;text-align: center;}#about .about-copy p {margin-bottom: 1.1rem;color: var(--bodyTextColor);line-height: 1.75;font-size: 1.02rem;}#about .about-copy .btn {margin-top: 0.7rem;}}@media only screen and (min-width: 48rem) {#about {padding: 6rem 0;}}@media only screen and (min-width: 64rem) {#about .about-inner {grid-template-columns: 1fr 1fr;gap: 4.5rem;}#about .about-media {order: 0;}#about .about-copy {align-items: flex-start;text-align: left;}#about .about-copy p {max-width: none;}}@media only screen and (min-width: 0rem) {#services {padding: 4.5rem 0;background: var(--mist);}#services .head {text-align: center;margin-bottom: 2.75rem;display: flex;flex-direction: column;align-items: center;}#services .svc-grid {display: grid;grid-template-columns: 1fr;gap: 1.5rem;}#services .svc {position: relative;background: var(--white);border: 1px solid var(--line);border-radius: 0.9rem;overflow: hidden;display: flex;flex-direction: column;transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;}#services .svc:hover {transform: translateY(-6px);box-shadow: 0 1.2rem 2.8rem rgba(26, 23, 20, 0.14);border-color: transparent;}#services .svc .svc-img {position: relative;width: 100%;aspect-ratio: 16 / 9;overflow: hidden;}#services .svc .svc-img img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.5s ease;}#services .svc:hover .svc-img img {transform: scale(1.05);}#services .svc .svc-img::after {content: "";position: absolute;left: 50%;bottom: -1px;transform: translateX(-50%);width: 0;height: 0;border-left: 14px solid transparent;border-right: 14px solid transparent;border-bottom: 16px solid var(--white);}#services .svc .svc-body {padding: 1.85rem 1.65rem 2rem;display: flex;flex-direction: column;align-items: flex-start;text-align: left;}#services .svc h3 {font-family: var(--display);font-weight: 700;font-size: 1.35rem;color: var(--headerColor);letter-spacing: -0.01em;padding-bottom: 0.85rem;margin-bottom: 0.95rem;position: relative;}#services .svc h3::after {content: "";position: absolute;left: 0;bottom: 0;width: 2.6rem;height: 3px;border-radius: 2px;background: var(--primary);}#services .svc p {font-size: 0.95rem;line-height: 1.7;color: var(--gray);}#services .svc p + p {margin-top: 0.9rem;}}@media only screen and (min-width: 48rem) {#services {padding: 6rem 0;}#services .svc-grid {grid-template-columns: repeat(2, 1fr);gap: 1.75rem;}}@media only screen and (min-width: 64rem) {#services .svc {flex-direction: row;align-items: stretch;}#services .svc .svc-img {width: 42%;aspect-ratio: auto;flex-shrink: 0;}#services .svc .svc-img::after {left: auto;bottom: auto;top: 50%;right: -1px;transform: translateY(-50%);border-left: none;border-top: 14px solid transparent;border-bottom: 14px solid transparent;border-right: 16px solid var(--white);}#services .svc .svc-body {padding: 2rem 2rem 2rem 1.9rem;justify-content: center;}}@media only screen and (min-width: 0rem) {#gallery {padding: 4.5rem 0;background: var(--white);}#gallery .head {text-align: center;margin-bottom: 2.5rem;display: flex;flex-direction: column;align-items: center;}#gallery .grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.75rem;}#gallery .g-item {position: relative;border-radius: 0.9rem;overflow: hidden;aspect-ratio: 4 / 3;}#gallery .g-item img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.55s ease;}}@media only screen and (min-width: 48rem) {#gallery {padding: 6rem 0;}#gallery .grid {grid-template-columns: repeat(2, 1fr);gap: 1rem;}}@media only screen and (min-width: 64rem) {#gallery .grid {grid-template-columns: repeat(3, 1fr);gap: 1.25rem;}}@media (hover: hover) and (pointer: fine) {#gallery .g-item:hover img {transform: scale(1.06);}}@media only screen and (min-width: 0rem) {#reviews {padding: 4.5rem 0;background: var(--mist);}#reviews .head {text-align: center;margin-bottom: 2.75rem;display: flex;flex-direction: column;align-items: center;}#reviews .rev-grid {display: grid;grid-template-columns: 1fr;gap: 1.5rem;}#reviews .rev {position: relative;background: var(--white);border: 1px solid var(--line);border-radius: 0.9rem;padding: 2.75rem 1.75rem 2rem;text-align: center;display: flex;flex-direction: column;align-items: center;}#reviews .rev::before {content: "";position: absolute;top: -0.6rem;left: 50%;transform: translateX(-50%);width: 0;height: 0;border-left: 11px solid transparent;border-right: 11px solid transparent;border-bottom: 14px solid var(--primary);}#reviews .rev .stars {width: 8rem;height: auto;margin-bottom: 1rem;}#reviews .rev p {font-size: 0.98rem;line-height: 1.7;color: var(--bodyTextColor);margin-bottom: 1.25rem;}#reviews .rev .rev-name {font-family: var(--display);font-weight: 700;font-size: 1rem;color: var(--headerColor);letter-spacing: -0.01em;}#reviews .rev-more {display: flex;justify-content: center;margin-top: 2.5rem;}}@media only screen and (min-width: 48rem) {#reviews {padding: 6rem 0;}#reviews .rev-grid {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {#brands {padding: 3.5rem 0 4rem;background: var(--white);border-top: 1px solid var(--line);}#brands .head {text-align: center;margin-bottom: 2rem;display: flex;flex-direction: column;align-items: center;}#brands .brand-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 1.5rem 1rem;align-items: center;max-width: 50rem;margin: 0 auto;}#brands .brand-item {display: flex;align-items: center;justify-content: center;padding: 0.5rem 1rem;}#brands .brand-item img {max-width: 100%;height: auto;max-height: 4.25rem;object-fit: contain;transition: transform 0.3s ease;}#brands .brand-item img:hover {transform: scale(1.05);}}@media only screen and (min-width: 48rem) {#brands .brand-grid {grid-template-columns: repeat(4, 1fr);gap: 2.5rem;}}@media only screen and (min-width: 0rem) {#cta {position: relative;padding: 5.5rem 0 5rem;text-align: center;overflow: hidden;background-color: var(--char-deep);color: #fff;clip-path: polygon(0 2.5rem, 50% 0, 100% 2.5rem, 100% 100%, 0 100%);margin-top: -0.5rem;}#cta .cta-bg {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;object-position: center 45%;z-index: 1;}#cta .cta-scrim {position: absolute;inset: 0;z-index: 2;background: linear-gradient(180deg, rgba(23, 20, 18, 0.9) 0%, rgba(23, 20, 18, 0.74) 50%, rgba(23, 20, 18, 0.94) 100%);}#cta .container {position: relative;z-index: 3;display: flex;flex-direction: column;align-items: center;}#cta .cta-eyebrow {font-family: var(--body);font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;font-size: 0.72rem;color: #fff;display: inline-flex;align-items: center;gap: 0.55rem;padding: 0.5rem 1rem 0.5rem 0.85rem;border: 1px solid rgba(255, 255, 255, 0.25);border-radius: 999px;margin-bottom: 1.35rem;}#cta .cta-eyebrow .peak {width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 9px solid var(--primary);}#cta h2 {font-family: var(--display);font-weight: 800;font-size: clamp(2rem, 5.5vw, 3.4rem);line-height: 1.04;letter-spacing: -0.025em;color: #fff;text-transform: uppercase;}#cta p {max-width: 36rem;margin: 1.05rem auto 1.85rem;font-size: 1.05rem;line-height: 1.6;color: rgba(255, 255, 255, 0.9);}#cta .cta-btns {display: flex;flex-direction: column;align-items: stretch;gap: 0.85rem;width: 100%;max-width: 22rem;}#cta .cta-btns .btn {width: 100%;}}@media only screen and (min-width: 48rem) {#cta {padding: 7rem 0 6rem;clip-path: polygon(0 3.5rem, 50% 0, 100% 3.5rem, 100% 100%, 0 100%);}#cta .cta-btns {flex-direction: row;justify-content: center;width: auto;max-width: none;}#cta .cta-btns .btn {width: auto;}}@media (prefers-reduced-motion: reduce) {#gallery .g-item img, #services .svc .svc-img img {transition: none;}}