 @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.22em;text-transform: uppercase;font-size: 0.75rem;color: var(--accent);display: inline-flex;align-items: center;gap: 0.625rem;}.eyebrow::before {content: "";width: 1.75rem;height: 2px;background: var(--accent);display: inline-block;}.eyebrow.on-dark {color: var(--accent);}.section-title {font-family: var(--display);font-weight: 700;font-size: clamp(2rem, 5vw, 3.25rem);line-height: 1.04;letter-spacing: -0.03em;color: var(--ink);margin: 0.875rem 0 1.125rem;}.section-title .accent {color: var(--accent);}.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.01em;font-size: 0.95rem;padding: 1.05rem 1.95rem;border-radius: 0.6rem;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(--accent);color: var(--white);border-color: var(--accent);}.btn-primary:hover {background: var(--accent-dark);border-color: var(--accent-dark);transform: translateY(-3px);box-shadow: 0 0.85rem 1.75rem rgba(249, 115, 22, 0.4);}.btn-ghost {background: transparent;color: var(--ink);border-color: rgba(22, 24, 29, 0.25);}.btn-ghost:hover {border-color: var(--ink);transform: translateY(-3px);}.btn-ghost.on-dark {color: var(--white);border-color: rgba(255, 255, 255, 0.4);}.btn-ghost.on-dark:hover {border-color: var(--white);background: rgba(255, 255, 255, 0.08);}}@media only screen and (min-width: 0rem) {#hero {position: relative;min-height: 82vh;display: flex;align-items: center;justify-content: center;text-align: center;overflow: hidden;background-color: var(--ink-deep);padding: 9rem 0 5rem;}#hero .hero-bg {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;object-position: center 28%;z-index: 1;}#hero .hero-overlay {position: absolute;inset: 0;z-index: 2;background: linear-gradient(180deg, rgba(14, 16, 19, 0.7) 0%, rgba(14, 16, 19, 0.55) 45%, rgba(14, 16, 19, 0.92) 100%), linear-gradient(115deg, rgba(249, 115, 22, 0.16) 0%, rgba(14, 16, 19, 0) 42%);}#hero .container {position: relative;z-index: 3;}#hero .hero-inner {max-width: 46rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;}#hero .hero-eyebrow {font-family: var(--body);font-weight: 700;letter-spacing: 0.18em;text-transform: uppercase;font-size: 0.72rem;color: var(--white);display: inline-flex;align-items: center;gap: 0.6rem;padding: 0.5rem 1rem;border: 1px solid rgba(255, 255, 255, 0.28);border-radius: 999px;margin-bottom: 1.6rem;backdrop-filter: blur(6px);-webkit-backdrop-filter: blur(6px);}#hero .hero-eyebrow .dot {width: 0.45rem;height: 0.45rem;border-radius: 50%;background: var(--accent);box-shadow: 0 0 0.65rem var(--accent);}#hero h1 {font-family: var(--display);font-weight: 700;font-size: clamp(2.6rem, 8vw, 4.8rem);line-height: 1;letter-spacing: -0.035em;color: var(--white);}#hero h1 .accent {color: var(--accent);}#hero p.sub {font-size: 1.08rem;line-height: 1.65;color: rgba(255, 255, 255, 0.82);max-width: 34rem;margin: 1.5rem auto 2.1rem;}#hero .hero-cta {display: flex;flex-direction: column;align-items: stretch;gap: 0.85rem;width: 100%;max-width: 22rem;margin: 0 auto;}#hero .hero-cta .btn {width: 100%;}}@media only screen and (min-width: 64rem) {#hero {min-height: 88vh;padding: 10rem 0 6rem;}#hero .hero-cta {flex-direction: row;justify-content: center;max-width: none;}#hero .hero-cta .btn {width: auto;}}@media only screen and (min-width: 0rem) {#specs {background: var(--ink);border-top: 3px solid var(--accent);}#specs .spec-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 1px;background: var(--line-dark);}#specs .spec {padding: 1.85rem 1.25rem;text-align: center;background: var(--ink);}#specs .spec-wide {grid-column: 1 / -1;}#specs .spec .num {font-family: var(--display);font-weight: 700;font-size: 1.85rem;line-height: 1;color: var(--white);letter-spacing: -0.02em;}#specs .spec .num span {color: var(--accent);}#specs .spec .label {display: block;margin-top: 0.5rem;font-size: 0.72rem;letter-spacing: 0.08em;text-transform: uppercase;color: rgba(255, 255, 255, 0.62);}}@media only screen and (min-width: 48rem) {#specs .spec-grid {grid-template-columns: repeat(3, 1fr);}#specs .spec-wide {grid-column: auto;}#specs .spec {padding: 2.1rem 1.25rem;}}@media only screen and (min-width: 0rem) {#about {padding: 4.5rem 0;background: var(--white);}#about .wrap {display: grid;grid-template-columns: 1fr;gap: 2.75rem;align-items: center;}#about .about-media {position: relative;order: -1;}#about .about-media .media-main {width: 100%;aspect-ratio: 4 / 3;object-fit: cover;border-radius: 1rem;display: block;}#about .about-media .badge {position: absolute;left: 1rem;bottom: 1rem;background: var(--ink);color: var(--white);border-radius: 0.85rem;padding: 1rem 1.25rem;text-align: center;box-shadow: 0 1rem 2.25rem rgba(14, 16, 19, 0.35);}#about .about-media .badge .b-num {font-family: var(--display);font-weight: 700;font-size: 2rem;line-height: 1;color: var(--accent);}#about .about-media .badge .b-label {display: block;margin-top: 0.3rem;font-size: 0.68rem;letter-spacing: 0.08em;text-transform: uppercase;color: rgba(255, 255, 255, 0.75);}#about .about-copy {text-align: center;display: flex;flex-direction: column;align-items: center;}#about p {margin-bottom: 1.1rem;color: var(--bodyTextColor);line-height: 1.75;}#about .about-copy .btn {margin-top: 0.6rem;}}@media only screen and (min-width: 48rem) {#about {padding: 6rem 0;}}@media only screen and (min-width: 64rem) {#about .wrap {grid-template-columns: 1.05fr 0.95fr;gap: 4.5rem;}#about .about-media {order: 0;}#about .about-media .media-main {aspect-ratio: 4 / 3.4;}}@media only screen and (min-width: 0rem) {#services {padding: 4.5rem 0;background: var(--smoke);}#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: 1rem;padding: 2.4rem 1.85rem;text-align: center;display: flex;flex-direction: column;align-items: center;overflow: hidden;transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;}#services .svc::before {content: "";position: absolute;top: 0;left: 0;right: 0;height: 3px;background: linear-gradient(90deg, var(--accent), var(--cool));transform: scaleX(0);transform-origin: left;transition: transform 0.32s ease;}#services .svc:hover {transform: translateY(-5px);box-shadow: 0 1.1rem 2.6rem rgba(22, 24, 29, 0.12);border-color: transparent;}#services .svc:hover::before {transform: scaleX(1);}#services .svc .ico {width: 3.6rem;height: 3.6rem;display: flex;align-items: center;justify-content: center;background: var(--accent-soft);border-radius: 0.9rem;margin-bottom: 1.15rem;}#services .svc .ico svg {width: 1.8rem;height: 1.8rem;stroke: var(--accent-dark);fill: none;}#services .svc h3 {font-family: var(--display);font-weight: 600;font-size: 1.35rem;color: var(--ink);margin-bottom: 0.6rem;letter-spacing: -0.01em;}#services .svc p {font-size: 0.96rem;line-height: 1.65;color: var(--gray);}}@media only screen and (min-width: 48rem) {#services {padding: 6rem 0;}#services .svc-grid {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {#ba-video {padding: 4.5rem 0;background: var(--white);}#ba-video .head {text-align: center;margin-bottom: 2.5rem;display: flex;flex-direction: column;align-items: center;}#ba-video .pair {max-width: 34rem;margin: 0 auto;display: grid;grid-template-columns: 1fr 1fr;gap: 0.85rem;}#ba-video .pair + .pair {margin-top: 0.85rem;}#ba-video .ba-more {margin-top: 2rem;display: flex;justify-content: center;}#ba-video .v-card {position: relative;border-radius: 1rem;overflow: hidden;background: var(--ink);box-shadow: 0 0.85rem 2rem rgba(22, 24, 29, 0.14);}#ba-video .v-card video {display: block;width: 100%;aspect-ratio: 4 / 5;object-fit: cover;background: var(--ink-deep);}#ba-video .v-card .v-tag {position: absolute;top: 0.75rem;left: 0.75rem;font-family: var(--body);font-weight: 700;font-size: 0.66rem;letter-spacing: 0.1em;text-transform: uppercase;padding: 0.32rem 0.7rem;border-radius: 999px;color: var(--white);}#ba-video .v-card .v-tag.before {background: rgba(14, 16, 19, 0.85);border: 1px solid rgba(255, 255, 255, 0.25);}#ba-video .v-card .v-tag.after {background: var(--accent);}}@media only screen and (min-width: 48rem) {#ba-video {padding: 6rem 0;}}@media only screen and (min-width: 0rem) {#gallery {padding: 4.5rem 0;background: var(--smoke);}#gallery .head {text-align: center;margin-bottom: 2.5rem;display: flex;flex-direction: column;align-items: center;}#gallery .grid {display: grid;grid-template-columns: 1fr;gap: 1rem;}#gallery .g-item {position: relative;border-radius: 1rem;overflow: hidden;aspect-ratio: 4 / 3;}#gallery .g-item img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.5s ease;}#gallery .g-item .g-cap {position: absolute;left: 0;right: 0;bottom: 0;padding: 1.5rem 1rem 0.9rem;font-family: var(--body);font-weight: 600;font-size: 0.9rem;color: var(--white);background: linear-gradient(180deg, rgba(14, 16, 19, 0) 0%, rgba(14, 16, 19, 0.8) 100%);}}@media only screen and (min-width: 48rem) {#gallery {padding: 6rem 0;}#gallery .grid {grid-template-columns: repeat(3, 1fr);}}@media (hover: hover) and (pointer: fine) {#gallery .g-item:hover img {transform: scale(1.06);}}@media only screen and (min-width: 0rem) {#why {padding: 4.5rem 0;background: var(--white);}#why .head {max-width: 38rem;margin: 0 auto 2.75rem;text-align: center;display: flex;flex-direction: column;align-items: center;}#why .head p {color: var(--gray);line-height: 1.65;}#why .why-grid {display: grid;grid-template-columns: 1fr;gap: 1.1rem;}#why .why-card {border: 1px solid var(--line);border-radius: 1rem;padding: 1.85rem 1.65rem;background: var(--smoke);text-align: center;display: flex;flex-direction: column;align-items: center;transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;}#why .why-card:hover {border-color: transparent;box-shadow: 0 1.1rem 2.6rem rgba(22, 24, 29, 0.12);transform: translateY(-4px);}#why .why-card .ico {width: 3.1rem;height: 3.1rem;display: flex;align-items: center;justify-content: center;background: var(--accent-soft);border-radius: 0.7rem;margin-bottom: 1.1rem;}#why .why-card .ico svg {width: 1.6rem;height: 1.6rem;stroke: var(--accent-dark);fill: none;}#why .why-card h3 {font-family: var(--display);font-weight: 600;font-size: 1.18rem;margin-bottom: 0.55rem;color: var(--ink);}#why .why-card p {font-size: 0.93rem;line-height: 1.6;color: var(--gray);}}@media only screen and (min-width: 48rem) {#why {padding: 6rem 0;}#why .why-grid {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#why .why-grid {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {#cta {position: relative;padding: 5rem 0;text-align: center;overflow: hidden;background-color: var(--ink-deep);color: var(--white);border-top: 3px solid var(--accent);}#cta .cta-bg {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;object-position: center 40%;z-index: 1;}#cta .cta-overlay {position: absolute;inset: 0;z-index: 2;background: linear-gradient(180deg, rgba(14, 16, 19, 0.86) 0%, rgba(14, 16, 19, 0.72) 50%, rgba(14, 16, 19, 0.93) 100%), linear-gradient(115deg, rgba(249, 115, 22, 0.3) 0%, rgba(14, 16, 19, 0) 52%);}#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.18em;text-transform: uppercase;font-size: 0.72rem;color: var(--white);display: inline-flex;align-items: center;gap: 0.6rem;padding: 0.5rem 1rem;border: 1px solid rgba(255, 255, 255, 0.28);border-radius: 999px;margin-bottom: 1.4rem;backdrop-filter: blur(6px);-webkit-backdrop-filter: blur(6px);}#cta .cta-eyebrow .dot {width: 0.45rem;height: 0.45rem;border-radius: 50%;background: var(--accent);box-shadow: 0 0 0.65rem var(--accent);}#cta h2 {font-family: var(--display);font-weight: 700;font-size: clamp(2rem, 5.5vw, 3.4rem);line-height: 1.05;letter-spacing: -0.03em;color: var(--white);}#cta p {max-width: 36rem;margin: 1.1rem 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: 6rem 0;}#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::before {transition: none;}}