
:root {
  --background: #0a0b0d; --foreground: #f6f4ee; --card: #121418;
  --card-foreground: #f6f4ee; --primary: #f05a28; --primary-foreground: #fff;
  --secondary: #1a1d22; --secondary-foreground: #f6f4ee; --muted: #16181c;
  --muted-foreground: #9da2aa; --accent: #f05a28; --accent-foreground: #fff;
  --destructive: #ef4444; --border: #25282e; --input: #25282e;
  --ring: #f05a28; --radius: .35rem;
}
@theme inline {
  --color-background: var(--background); --color-foreground: var(--foreground);
  --color-card: var(--card); --color-card-foreground: var(--card-foreground);
  --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground);
  --color-border: var(--border); --color-ring: var(--ring);
  --font-sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; letter-spacing: -.01em; }
a { color: inherit; text-decoration: none; }
.page-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar { height: 86px; position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid #ffffff1c; background: linear-gradient(180deg, #08090bd9, transparent); backdrop-filter: blur(2px); }
.nav-shell { width: min(1180px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: linear-gradient(145deg, #ff7546, #d53c10); transform: skew(-7deg); box-shadow: inset 0 1px #ffffff45, 0 8px 22px #f05a2829; }
.brand-mark svg { transform: skew(7deg); }
.brand b { display: block; font-size: 20px; letter-spacing: .06em; font-style: italic; }
.brand small { display: block; margin-top: 5px; color: #a8abb1; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.desktop-nav { margin-left: auto; display: flex; gap: 30px; }
.desktop-nav a { font-size: 13px; font-weight: 700; color: #d2d3d6; }
.desktop-nav a:hover { color: #fff; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #ff6b38, #df4316); padding: 14px 20px; border: 1px solid #ff8f68; border-radius: 2px; box-shadow: 0 10px 28px #0005; font-size: 13px; font-weight: 800; }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary { list-style: none; cursor: pointer; }
.mobile-menu nav { position: absolute; right: 0; top: 38px; width: 190px; padding: 10px; background: #14161a; border: 1px solid #292c31; box-shadow: 0 18px 40px #0009; }
.mobile-menu nav a { display: block; padding: 12px; font-size: 14px; font-weight: 700; }

.hero { min-height: 800px; position: relative; display: flex; align-items: center; overflow: hidden; background: #08090b; border-bottom: 1px solid #272a2f; }
.hero-photo { position: absolute; inset: 0 0 0 44%; }
.hero-photo img { object-fit: cover; object-position: 48% 58%; filter: saturate(.72) contrast(1.09); }
.hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 76% 38%, transparent 0, #090a0c21 29%, #090a0ccc 70%), linear-gradient(90deg, #08090b 0%, #08090bf5 35%, #08090baa 57%, #08090b24 84%), linear-gradient(0deg, #08090be8 0%, transparent 43%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 86px auto 0 calc((100% - min(1180px, calc(100% - 40px))) / 2 - 26px); width: 1px; background: linear-gradient(#f05a28, transparent 42%); opacity: .7; }
.hero-content { position: relative; z-index: 2; padding-top: 82px; }
.eyebrow, .kicker { margin: 0 0 18px; color: #f05a28; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #f5f5f5; }
.eyebrow span { width: 34px; height: 3px; background: #f05a28; }
.hero h1 { max-width: 760px; margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(4.2rem, 8.2vw, 7.4rem); line-height: .88; letter-spacing: .018em; text-transform: uppercase; font-weight: 900; text-shadow: 0 8px 40px #0008; }
.hero h1 em { color: #f05a28; font-style: normal; }
.hero-copy { max-width: 520px; margin: 26px 0 0; color: #b9bbc1; font-size: 18px; line-height: 1.65; }
.hero-offer { width: fit-content; margin-top: 26px; padding: 10px 12px 10px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid #f05a285c; background: #f05a2814; color: #d6d7da; font-size: 12px; font-weight: 700; }
.hero-offer strong { color: #ff7546; font-size: 18px; letter-spacing: .01em; }
.hero-offer svg { color: #ff7546; }
.hero-actions { display: flex; gap: 12px; margin-top: 18px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; font-size: 14px; font-weight: 850; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, #ff6a36, #db3e12); border: 1px solid #ff8c64; box-shadow: inset 0 1px #ffffff35, 0 14px 34px #0006; }
.button.ghost { border: 1px solid #ffffff4d; background: #08090b6b; backdrop-filter: blur(8px); }
.hero-proof { display: flex; gap: 28px; margin-top: 42px; color: #bfc1c5; font-size: 13px; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof svg { color: #f05a28; }
.location-ribbon { position: absolute; z-index: 3; right: 0; bottom: 0; width: 360px; min-height: 94px; padding: 18px 30px; display: flex; align-items: center; gap: 15px; background: linear-gradient(135deg, #ff6a36, #d93d12); border-top: 1px solid #ff9f7e; box-shadow: -18px -12px 45px #0007; }
.location-ribbon span { flex: 1; font-weight: 850; font-size: 16px; }
.location-ribbon small { display: block; margin-bottom: 6px; font-size: 9px; letter-spacing: .18em; opacity: .78; }
.mobile-quick-nav { display: none; }

.services-section { padding: 110px 0 125px; background: radial-gradient(circle at 85% 10%, #202329 0, #0d0f12 30%); }
.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 50px; margin-bottom: 52px; }
.section-heading h2, .work-copy h2, .schedule-card h2, .contact-band h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; text-transform: uppercase; font-weight: 900; letter-spacing: .01em; }
.section-heading h2 { font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: .95; max-width: 650px; }
.section-heading > p { margin: 0; color: #999da5; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card { min-height: 245px; padding: 30px; position: relative; overflow: hidden; border: 1px solid #2b2e34; border-radius: 3px; background: linear-gradient(145deg, #17191e, #101216); box-shadow: inset 0 1px #ffffff08, 0 16px 35px #0002; transition: .22s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, #ffffff08, transparent 30%); pointer-events: none; }
.service-card:hover { border-color: #f05a2866; background: #191c21; transform: translateY(-4px); z-index: 2; box-shadow: 0 18px 40px #0005; }
.service-number { position: absolute; top: 22px; right: 24px; color: #45484f; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #ff7040; background: linear-gradient(145deg, #f05a281f, #f05a2808); border: 1px solid #f05a2840; box-shadow: inset 0 1px #ffffff12; }
.service-card h3 { margin: 28px 0 10px; font-size: 20px; }
.service-card p { margin: 0; color: #8f939b; font-size: 14px; line-height: 1.6; }
.service-cta { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 12px; padding: 25px 28px; border: 1px solid #2b2e34; background: linear-gradient(90deg, #181b20, #121418); color: #b3b6bc; font-size: 14px; }
.service-cta strong { display: flex; align-items: center; gap: 8px; color: #f05a28; }

.packages-section { padding: 125px 0 135px; background: radial-gradient(circle at 76% 8%, #4d1b0d 0, transparent 22%), linear-gradient(180deg, #0a0c0f, #101217); border-top: 1px solid #34271f; scroll-margin-top: 0; }
.packages-heading { max-width: 760px; margin-bottom: 46px; }
.packages-heading h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(2.9rem, 5.3vw, 4.8rem); line-height: .94; text-transform: uppercase; }
.packages-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.package-card { min-height: 590px; padding: 46px; position: relative; overflow: hidden; border: 1px solid #30343b; border-radius: 4px; background: linear-gradient(145deg, #191c21, #101216); box-shadow: inset 0 1px #ffffff0e, 0 28px 65px #0005; }
.package-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(#ff7546, #b42e09); }
.package-card.complete { background: radial-gradient(circle at 95% 0, #64220f 0, transparent 29%), linear-gradient(145deg, #1e2025, #111317); border-color: #6f3422; }
.package-card.complete::before { width: 4px; background: linear-gradient(#ff875f, #e04416); pointer-events: none; }
.package-top { display: flex; align-items: center; justify-content: space-between; }
.package-top svg { color: #f05a28; }
.complete .package-top svg { color: white; }
.package-badge { padding: 8px 10px; background: #f05a2817; border: 1px solid #f05a2845; color: #f58259; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.complete .package-badge { background: #ffffff16; border-color: #ffffff4d; color: #fff; }
.package-type { margin: 42px 0 8px; color: #858991; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.complete .package-type { color: #e6815f; }
.package-card h3 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(3.2rem, 5.8vw, 5.2rem); line-height: .82; text-transform: uppercase; letter-spacing: .01em; }
.price { margin: 28px 0 30px; font-family: Impact, "Arial Narrow", sans-serif; font-size: 48px; letter-spacing: .03em; }
.price small { margin-right: 5px; color: #f05a28; font-size: 24px; }
.complete .price small { color: #ff7040; }
.package-card ul { min-height: 164px; list-style: none; display: grid; align-content: start; gap: 12px; padding: 0; margin: 0 0 30px; }
.package-card li { display: flex; align-items: center; gap: 10px; color: #c2c4c8; font-size: 14px; }
.package-card li svg { width: 18px; flex: 0 0 18px; color: #f05a28; }
.complete li { color: #fff; }
.complete li svg { color: #ff7040; }
.package-card > a { min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: #f05a28; font-size: 14px; font-weight: 900; }
.complete > a { background: linear-gradient(135deg, #ff6a36, #d83c11); border: 1px solid #ff936f; }
.package-note { margin: 20px 0 0; color: #6f737b; text-align: center; font-size: 12px; }

.work-section { padding: 135px 0; background: linear-gradient(135deg, #f4f2ed, #dedbd3); color: #111318; }
.work-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.work-image { position: relative; min-height: 610px; border: 8px solid #f8f7f4; box-shadow: -16px 16px 0 #e95423, 0 30px 70px #15171b2d; }
.work-image img { object-fit: cover; object-position: center 58%; }
.photo-label { position: absolute; left: 0; bottom: 0; padding: 14px 18px; display: flex; align-items: center; gap: 8px; background: #0e1013; color: white; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.work-copy h2 { font-size: clamp(2.9rem, 5vw, 4.6rem); line-height: .96; }
.work-copy > p:not(.kicker) { margin: 25px 0; color: #5e626a; line-height: 1.75; font-size: 17px; }
.work-copy ul { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 15px; }
.work-copy li { display: flex; align-items: center; gap: 11px; font-weight: 700; }
.work-copy li svg { color: #f05a28; width: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 7px; border-bottom: 2px solid #f05a28; font-weight: 850; }

.visit-section { padding: 105px 0; background: #0b0d10; }
.visit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; }
.schedule-card, .map-card { min-height: 540px; background: linear-gradient(145deg, #171a1f, #101216); border: 1px solid #2e3238; border-radius: 4px; box-shadow: inset 0 1px #ffffff0a, 0 25px 55px #0004; }
.schedule-card { padding: 44px; }
.card-title { display: flex; gap: 18px; align-items: flex-start; padding-bottom: 30px; border-bottom: 1px solid #2b2e34; }
.card-title > svg { color: #f05a28; width: 30px; height: 30px; }
.card-title .kicker { margin-bottom: 7px; }
.schedule-card h2 { font-size: 28px; }
.shift { padding: 28px 0; border-bottom: 1px solid #272a30; }
.shift small { display: block; margin-bottom: 8px; color: #858991; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.shift strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 33px; letter-spacing: .04em; font-weight: 500; }
.schedule-note { margin: 23px 0; color: #858991; font-size: 12px; line-height: 1.5; }
.text-link.orange { color: #f05a28; font-size: 14px; }
.map-card { display: flex; flex-direction: column; overflow: hidden; }
.map-card iframe { width: 100%; flex: 1; min-height: 395px; border: 0; filter: grayscale(1) invert(.91) contrast(.86); }
.map-info { padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; }
.map-info .kicker { margin-bottom: 7px; }
.map-info h3 { margin: 0 0 5px; font-size: 22px; }
.map-info span { color: #8f939b; font-size: 14px; }
.map-info a { width: 46px; height: 46px; display: grid; place-items: center; background: #f05a28; }

.contact-band { padding: 72px 0; background: radial-gradient(circle at 85% 10%, #ff865e, transparent 28%), linear-gradient(135deg, #f05a28, #c9340c); border-top: 1px solid #ff9a76; }
.contact-band .page-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-band .kicker { margin-bottom: 8px; color: #5f1e09; }
.contact-band h2 { font-size: clamp(2.3rem, 4vw, 3.7rem); }
.contact-actions { display: flex; gap: 10px; flex-shrink: 0; }
.button.light { min-width: 210px; background: #fff; color: #17191d; box-shadow: 0 14px 35px #7e1d0759; }
.button.outline-light { border: 1px solid #ffffff88; }
footer { padding: 65px 0 30px; background: #07080a; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
.footer-grid > p { color: #777b83; font-size: 13px; line-height: 1.6; }
.footer-links { display: flex; gap: 24px; font-size: 13px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid #202329; color: #5f636b; font-size: 11px; }
.mobile-contact { display: none; }

@media (max-width: 900px) {
  .desktop-nav, .nav-cta { display: none; } .mobile-menu { display: block; }
  .hero { min-height: 720px; align-items: flex-end; } .hero-photo { inset: 0; }
  .hero-shade { background: linear-gradient(0deg, #090a0c 8%, #090a0cd1 58%, #090a0c5c 100%); }
  .hero-content { padding: 150px 0 132px; }
  .location-ribbon { width: min(330px, calc(100% - 20px)); min-height: 76px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .packages-grid { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; gap: 70px; } .work-image { min-height: 560px; }
  .visit-grid { grid-template-columns: 1fr; }
  .contact-band .page-shell { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
  .page-shell, .nav-shell { width: min(100% - 28px, 1180px); }
  .topbar { height: 70px; position: absolute; background: linear-gradient(180deg, #08090bf2, #08090b73); backdrop-filter: blur(8px); }
  .brand-mark { width: 38px; height: 38px; }
  .brand b { font-size: 17px; } .hero { min-height: 720px; }
  .brand small { font-size: 8px; letter-spacing: .16em; }
  .mobile-menu summary { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #ffffff26; background: #ffffff0a; }
  .mobile-menu nav { top: 48px; width: min(240px, calc(100vw - 28px)); padding: 8px; border-radius: 4px; background: #111318f5; backdrop-filter: blur(16px); }
  .mobile-menu nav a { min-height: 48px; display: flex; align-items: center; padding: 0 14px; border-bottom: 1px solid #ffffff0c; }
  .hero { min-height: 650px; }
  .hero-photo img { object-position: 52% 54%; }
  .hero-content { padding-top: 115px; padding-bottom: 108px; }
  .hero h1 { max-width: 360px; font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif; font-size: clamp(3.1rem, 15vw, 4rem); line-height: .91; letter-spacing: -.035em; font-weight: 900; }
  .eyebrow { margin-bottom: 15px; font-size: 10px; letter-spacing: .13em; }
  .eyebrow span { width: 24px; }
  .hero-copy { max-width: 340px; margin-top: 20px; font-size: 16px; line-height: 1.55; color: #d0d1d4; }
  .hero-offer { margin-top: 18px; min-height: 44px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; }
  .hero-actions .button { min-height: 56px; font-size: 15px; }
  .hero-proof { display: none; }
  .location-ribbon { width: calc(100% - 14px); min-height: 72px; padding: 13px 18px; border-radius: 3px 0 0; }
  .mobile-quick-nav { position: relative; z-index: 8; display: grid; grid-template-columns: repeat(3, 1fr); width: calc(100% - 28px); margin: -1px auto 0; padding: 9px; gap: 7px; background: #121419; border: 1px solid #2d3037; border-top: 0; box-shadow: 0 18px 45px #0006; }
  .mobile-quick-nav a { min-height: 67px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; background: linear-gradient(145deg, #1a1d22, #131519); border: 1px solid #2b2e34; color: #dbdcdf; font-size: 11px; font-weight: 800; }
  .mobile-quick-nav svg { color: #ff7040; }
  .services-section, .packages-section, .work-section, .visit-section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .section-heading h2, .work-copy h2, .packages-heading h2 { font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif; font-size: 2.55rem; line-height: .98; letter-spacing: -.025em; }
  .section-heading > p { font-size: 15px; line-height: 1.6; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .service-card { min-height: 146px; padding: 17px 15px; }
  .service-number { top: 14px; right: 13px; }
  .service-icon { width: 42px; height: 42px; }
  .service-icon svg { width: 21px; }
  .service-card h3 { margin: 19px 0 0; font-size: 15px; line-height: 1.2; }
  .service-card p { display: none; }
  .service-cta { align-items: flex-start; flex-direction: column; }
  .packages-heading { margin-bottom: 30px; }
  .packages-grid { gap: 14px; }
  .package-card { min-height: auto; padding: 28px 23px; }
  .package-card h3 { font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif; font-size: 3rem; line-height: .88; letter-spacing: -.02em; }
  .package-type { margin-top: 30px; }
  .price { margin: 22px 0 25px; font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif; font-size: 42px; font-weight: 900; }
  .package-card ul { min-height: 0; }
  .package-card li { font-size: 14px; line-height: 1.35; }
  .package-card > a { min-height: 58px; font-size: 15px; }
  .work-image { min-height: 470px; box-shadow: -8px 9px 0 #f05a28; } .work-grid { gap: 56px; }
  .schedule-card { padding: 28px 24px; min-height: auto; }
  .schedule-card h2 { font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif; font-size: 26px; }
  .shift strong { font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif; font-size: 30px; font-weight: 900; }
  .map-card { min-height: 470px; } .map-card iframe { min-height: 330px; }
  .contact-band { padding: 58px 0; }
  .contact-band h2 { font-family: "Avenir Next Condensed", "Arial Narrow", Arial, sans-serif; font-size: 2.35rem; line-height: 1; }
  .contact-actions { width: 100%; flex-direction: column; }
  .contact-actions .button { min-height: 58px; }
  .footer-grid { grid-template-columns: 1fr; } .footer-bottom { padding-bottom: 62px; }
  .mobile-contact { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); height: 62px; display: grid; grid-template-columns: 1fr; gap: 7px; padding: 6px; background: #101216ed; border: 1px solid #383b41; border-radius: 5px; box-shadow: 0 14px 35px #000b; backdrop-filter: blur(14px); }
  .mobile-contact a { display: flex; justify-content: center; align-items: center; gap: 9px; font-size: 15px; font-weight: 850; border-radius: 3px; }
  .mobile-contact a { background: linear-gradient(135deg, #ff6a36, #dc3e12); border: 1px solid #ff8b65; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
